.cart-main-container{
    padding: 0px 20px;
    margin: 33px 0px;
}

.cart-main-container-cover{
    width: 100%;
    max-width: 1150px;
    margin: auto;
}

.cart-table{
    width: 100%;
    overflow-x: auto;
}

.cart-table table{
    width: 1150px;
    border: 1px solid var(--color-border);
    border-color: #e7e7e7 #eee;
}

.cart-table table thead th{
    height: 33px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    color: #4a4a4a;
    font-weight: normal;
    text-align: center;
}

.cart-table table tbody td{
    height: 99px;
    max-width: 150px;
    min-width: 120px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #eee;
    text-align: center;
}

.cart-table table tbody tr td:first-child{
    max-width: 420px;
    width: 420px;
}

.cart-table table tbody tr:last-child td{
    border-bottom: 0px;
}

.cart-table table tbody tr td:last-child{
    border-right: 0px;
}

.cart-table .product{
    text-align: left;
}

.cart-table .product img{
    width: 77px;
    height: 77px;
    border: 1px solid #ddd;
    display: inline-block;
    margin: auto 20px;
}

.cart-table .product a{
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 18px;
    max-width: 290px;
    vertical-align: top;
    margin-top: 10px;
}

.cart-table .product a:hover{
    color: #ea377c;

}

.cart-table .size select{
    min-width: 93px;
    height: 27px;
    border: 1px solid #c9b8be;
    text-align: left;
    line-height: 24px;
    -webkit-appearance: listbox;
    outline: 0;
    padding: 0px 2px;
    padding-right: 12px;
    cursor: pointer;
    position: relative;
    background: transparent;
    z-index: 2;
}

.cart-table .size .style-select{
    display: inline-block;
    position: relative;
}

.cart-table .size .style-select::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    border: solid #a0838c;
    border-width: 8px 5px 0px 5px;
    border-color: #a0838c transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 10px;
}

.cart-table .size .style-select::before{
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 1px solid #c9b8be;
}

.cart-table .price p{
    color: #e32124;
    font-size: 13px;
}

.cart-table .quantity input::-webkit-outer-spin-button, .cart-table .quantity input::-webkit-inner-spin-button{
        /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.cart-table .quantity input{
    width: 50px;
    height: 27px;
    border: 1px solid #d0d0d0;
    line-height: 24px;
    position: relative;
    background: transparent;
    z-index: 1;
    outline: 0px;
    padding-left: 5px;
}

.cart-table .quantity .style-input{
    position: relative;
    display: inline-block;

}

.cart-table .quantity .style-input .icon-up, .cart-table .quantity .style-input .icon-down{
    display: inline-block;
    width: 18px;
    height: 13px;
    background: #d0d0d0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
}

.cart-table .quantity .style-input .icon-down{
    top: unset;
    bottom: 0px;

}

.cart-table .quantity .style-input .icon-up::after, .cart-table .quantity .style-input .icon-down::after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-width: 1px 1px 0px 0px;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 6px;
}

.cart-table .quantity .style-input .icon-down::after{
    transform: rotate(135deg);
    top: 1px;
}


.cart-table .total p{
    margin: 0px;
    font-size: 13px;
    color: #e32124;
    font-family: OpenSansSemibold;
}

.cart-table .button-close span{
    cursor: pointer;
    color: #ea377c;
    font-size: 20px;
    font-weight: bolder;
}

.cart-table .more-info{
    padding-left: 15px;
}

.cart-table .more-info .info-cover{
    position: relative;
    margin-top: 7px;
    padding-left: 35px;
}

.cart-table .more-info .info-cover:first-child{
    margin-top: 0px;
}

.cart-table .more-info .info-cover p{
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    text-align: left;
}

.cart-table .more-info .info-cover p span{
    color: #ea377c;
    font-family: OpenSansBold;
}

.cart-table .more-info .info-cover .icon-bike{
    position: absolute;
    top: -2px;
    left: 0px;
    display: inline-block;
    width: 26px;
    height: 36px;
    background: url('../img/icon.png') -330px -2px;
}

.cart-table .more-info .info-cover .icon-15-day{
    position: absolute;
    top: -2px;
    left: 0px;
    display: inline-block;
    width: 26px;
    height: 20px;
    background: url('../img/icon.png') -330px -47px;
}

.cart-table .more-info .info-cover .icon-user{
    position: absolute;
    top: -2px;
    left: 0px;
    display: inline-block;
    width: 26px;
    height: 20px;
    background: url('../img/icon.png') -330px -77px;
}

.cart-table .total-money{
    background: #ffeaf0;
    padding: 0px 60px;
    text-align: left;
}

.cart-table .total-money p{
    font-size: 12px;
    line-height: 21px;
    color: #4a4a4a;
    margin: 0px;
}

.cart-table strong{
    font-family: OpenSansBold;
}

.cart-table .total-money p.price{
    font-size: 13px;
    font-family: OpenSansSemibold;
    text-transform: uppercase;
    color: #ea377c;
}

.cart-table .total-money p.price span{
    font-family: OpenSansBold;
    font-size: 17px;
    margin-left: 60px;
    color: #e32124;
}

.cart-table .last-row td{
    border: 0px;
    height: unset;
}

.cart-table .cart-button{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.cart-table .cart-button .cart-go-home{
    display: inline-block;
    width: 60%;
    height: 29px;
    line-height: 29px;
    color: #ea377c;
    background: #ffeaf0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    float: left;
    position: relative;
}

.cart-table .cart-button .cart-go-bayment{
    display: inline-block;
    width: 40%;
    height: 29px;
    line-height: 29px;
    color: #fff;
    background: #ea377c;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    float: left;
    position: relative;
}

.cart-table .cart-button .cart-go-home::after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent;
    border-top: 1px solid #ea377c;
    border-right: 1px solid #ea377c;
    transform: rotate(-135deg);
    position: absolute;
    left: 20px;
    top: 9px;
}

.cart-table .cart-button .cart-go-bayment::after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 9px;
}

.cart-table.empty-product table thead th{
    background: #fff0f5;
    padding: 0px 15px;
    text-align: left;
}

.cart-table.empty-product .cart-button .cart-go-home{
    float: right;
    max-width: 270px;
}