﻿.body
{
    width: 100%;
    padding-bottom: 30px;
}
.search
{
    display: none;
}

.cart-title
{
    font-size: 16px;
    margin: 15px 0 10px 20px;
}

.cart-hr
{
    width: 95%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.cart-body
{
    width: 100%;
    margin-top: 10px;
}

.cart-img
{
    width: 46%;
    height: 130px;
    display: grid;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e3e3e3;
    margin-left: 3%;
    position: absolute;
}

.cart-img img
{
    max-width: 100%;
    max-height: 130px;
}

.cart-box
{
    width: 46%;
    height: 130px;
    margin-left: 52%;
}

.cart-box span
{
    display: block;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-box a
{
    display: inline-block;
    margin-left: 8px;
    margin-top: 5px;
}

.cart-email, .cart-phone
{
    width: 100%;
    margin-top: 5px;
    margin-left: 5%;
}

.cart-btn
{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
