#MainContent {
    background: #eff1f1;
}
@media (min-width: 1300px) {
cart-items {
    width: 1360px !important;

}
}
.cart__items {
    /* background:#fff; */
}
.before_html.before_html_trade-cart-sku-list {
    color: #000;
    padding: 1.2rem 1rem 2.2rem;
    text-align: center;
    font-size: 12px;
}
.cart__items .before_html span,
.cart__items .before_html a {
    color: #e70145;
}
.cart-list .cart_progress__bars {
    list-style: none;
    display: flex;
    align-items: center;
    height: 4rem;
    margin-bottom: 10px;
    padding-left: 0px
}

.cart-list .cart_progress__bars li {
    flex: 0 1 33.33%;
    position: relative;
    height: 100%;
    line-height: 4rem;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
}

.cart_progress__bars li:first-child {
    color: #d41515;
}
.cart-list .cart_progress__bars li:first-child {
    color: #000;
}
.cart-top-lable li:nth-child(2) {
    width: 30%;
    text-align: left;
}

.cart-list .cart_progress__bars li .svg-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-list .cart_progress__bars li:before {
    height: 3rem;
    width: 2px;
    background: #f4f6f8;
    transform: rotate(32deg);
    content: "";
    position: absolute;
    top: 2.2rem;
    right: 1rem;
}

.cart-list .cart_progress__bars li:after {
    height: 3rem;
    width: 2px;
    background: #f4f6f8;
    transform: rotate(-32deg);
    content: "";
    position: absolute;
    top: -0.3rem;
    right: 1rem;
}

.cart-list .cart_progress__bars li svg {
    width: 1.6rem;
    height: auto;
    margin-right: 10px;
}

.cart-list .cart_progress__bars li:first-child svg {

    color: #e60044;
    margin-top: -0.3rem;
}

.cart-title-wrapper {
    margin-bottom: 0;
    padding: 15px 1rem;
}

#vip_insurance_desc_tooltip .mp-tooltip__inner{
    background: #000;
    color: #fff;
    width: 142px;
    padding: 8px;
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .17);
    max-width: 180px;
    width: 155px;
    text-align: left;
    word-break: break-word;
    position: absolute;
    top: -171px;
    opacity: 0;
    z-index: 5;
    left: -67px;
}
#insurance_desc_tooltip .mp-tooltip__inner{
    background: #000;
    color: #fff;
    width: 142px;
    padding: 8px;
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .17);
    max-width: 180px;
    width: 180px;
    text-align: left;
    word-break: break-word;
    position: absolute;
    opacity: 0;
    top: -285px;
    left: -67px;
}
#vip-icon:hover + .mp-tooltip__inner,#insurance-icon:hover + .mp-tooltip__inner{
    opacity: 1;
}

@media (min-width: 595px) {
    .d-md-block {
        display: block !important;
    }
}

.cart-top-lable {
    font-size: 12px;
    display: flex !important;
    align-items: center;
    background: #f8f8f8;
    width: calc(100% - 2rem);
    border-bottom: none;
    padding: 6px 0;
    margin: 1rem;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
}

.cart-top-lable li:nth-child(1) {
    width: 136px;
}

.cart-top-lable li {
    width: 16%;
    text-align: center;
}

.cart-top-lable li:nth-child(6) {
    width: 6%;
    padding-right: 0;
    cursor: pointer;
}

.cart-remove {
    display: none;
}

span.photofont.icon.photo-delete {
    cursor: pointer;
}

.photo-delete:before {
    content: "\e633";
}

.main-cart-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    position: relative;
    align-items: flex-start;
}

.main-cart-container .main-cart-items-container {
    width: calc(100% - 310px);
    background: #fff;
}

aside.sidebar.main_cart {
    width: 300px;
}

.trade_summations {
    color: rgba(var(--color-text));
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.trade_summations .trade_summations_fee {
    display: flex;
    font-weight: 400;
    justify-content: end;
    width: 100%;
    align-items: baseline;
}

.trade_summations .trade_summations_fee .settleSumAmount {
    color: #000;
    font-weight: 700;
    margin: 0;
    flex: unset;
    font-size: 12px;
}

.title-bar.title-bar1.custom-font h2 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 25px;
}

.trade_summations .trade_summations_fee__tips {
    cursor: pointer;
    display: inline-block;
    padding: 2px 4px 3px;
    vertical-align: inherit;
}

.cart-amount-error-alert.hide {
    display: none;
}

.cart-amount-error-alert {
    background-color: rgba(240, 73, 73, .05);
    border-radius: 2px;
    color: #f04949;
    margin-bottom: 15px;
    padding: 12px;
    text-align: center;
}

.trade_summations__amount.textRight.settleSumAmount {
    font-size: 19px;
    color: #e60044;
    line-height: 1;
    font-family: Open sans-serif;
}

.trade-cart-checkout-module .tishi-content {
    margin: 12px 0;
    font-size: 12px;
    zoom: 0.98;
}

.tishi-content span {
    color: #000;
    font-weight: 600;
}

button.shopline-element-cart-checkout.btn.btn-primary.btn-sm {
    color: #fff;
    font-weight: 600;
    
}

button.shopline-element-cart-checkout.btn.btn-primary.btn-sm svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: #000;
    /* transform: translateY(4px); */
}

.button:not(.button--link)::before,
.button:not(.button--link)::after {
    content: none;
}

.trade-cart-checkout-module .cart_subtotal_text {
    line-height: 1;
    margin: 10px 0 0;
    font-size: 12px;
    text-align: center;
}

.main-cart-container .bg-w {
    background: #fff
}

.shipping-insurance-info label {
    cursor: pointer;
    font-size: 16px;
}

.input-checkbox:after {

    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
    background-image: url(//cdn.shopify.com/shopifycloud/shopify/assets/checkout_2021-01-25/checkbox-tick-8f61c047ddf394995dc729e4ed5672dfd5185ceb994e4acca120c3ddc11e4012.png);
    background-image: url(//cdn.shopify.com/shopifycloud/shopify/assets/checkout_2021-01-25/checkbox-tick-66a9a39f70a44a226223ef4c61a701d2d10afaa73ba8846a509fbe58a82f3f36.svg), none;
}

.input-checkbox:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}
.cart-empty .cart_progress__bars,.cart-empty .cart__checkout-container{
    display: none;
}
#insurance_desc_tooltip,
#vip_insurance_desc_tooltip {
    height: 16px;
    width: 20px;
    display: inline-block;
    margin-left: 3px;
    position: relative;
}

.input-checkbox:checked {
    border-width: 9px;
}

.shipping-insurance-info input {
    margin-right: 0.75em;
}

.input-checkbox,
.input-radio {
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}

.shipping-insurance-info .wenhao-icon {
    color: #ffffff;
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 12px;
    border-radius: 7px;
    background-color: #8F8F8F;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
    top: 5px;
}

.payment_icon-lozad {
    margin: 15px 0 0;
    font-size: 0;
}

.payment_icon-lozad img {
    width: 100%
}

.shipping-insurance-info {
    padding: 1.1428571429em;
    margin-bottom: 1em;
    display: flex;
}

#shippingVipBox:hover,
#shippingVipBox:checked {
    border-color: #5E5F3E ;
}

@media (min-width: 960px) {

    .container,.container-lg,.container-md {
        /* max-width: calc(var(--page-width) + 60px); */
    }

    .trade-cart-checkout-module {
        background: #fff;
        padding: 30px 20px 20px;
    }
}
@media screen and (max-width: 999px) {
    .trade_cart_empty_wrapper {
        margin-bottom: 0px;
        margin-top: 80px;
    }
}

 @media (max-width: 959px) {
    .page-width {
            max-width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }
    .cart_progress__bars {
            height: 50px !important;
        }
     
        .cart_progress__bars li {
            align-items: center;
            display: flex;
            justify-content: center;
        }
    
        .cart-list .cart_progress__bars li:before {
            height: 30px;
            width: 2px;
            top: 24px;
            right: 0;
            z-index: 1;
        }
    
        .cart_progress__bars li:first-child>div {
            color: #000;
        }
    
        .cart_progress__bars li:first-child svg {
            font-size: 19px;
        }
    
        .cart_progress__bars li svg {
            font-size: 17px;
            margin-bottom: 3px;
        }
        .cart_progress__bars li>div {
            display: flex;
            flex-flow: column;
            font-size: 12px;
            line-height: 1.2;
            color: #999;
        }
        .cart_progress__bars li:after {
            height: 30px;
            width: 2px;
            top: -2px;
            right: 0;
            z-index: 1;
        }
        .main-cart-container .main-cart-items-container {
            width: 100%;
        }
        .main-cart-container .cart__checkout-container {
            width: 100%;
            position: fixed;
            z-index: 99;
            bottom: 0;
            left: 0;
            margin-bottom: 0;
            border-top: 1px solid #eff1f0;
            top: unset;
            background: #fff;
        }
        aside.sidebar.main_cart {
            width: 100%;
        }
        .trade-cart-checkout-module {
            background: #fff;
            padding: 8px 15px 15px;
        }
        .cart-top-lable {
            display: none !important;
        }
        .shipping-insurance-info {
            align-items: center;
        }
        .cart-item {
            padding: 10px;
            flex-flow: wrap;
        }
        .cart-item__media {
            width: 100px;
            padding-right: 10px;
            margin-right: 30px;
        }
        .cart-item__details {
            width: 55%;
        }
        a.cart-item__name.body2 {
            letter-spacing: 0;
            font-size: 12px;
        }
        .cart-item__details__wrapper {
            justify-content: space-between;
            display: flex;
            margin-top: 10px;
        }
        .cart-item_price-box {
            width: 31%;
        }
   
        .cart-item__price-wrapper {
            flex-flow: column;
        }

        span.final_original_price.body2 {
            font-size: 12px;
        }
        .cart-item__price-wrapper .final__price {
            margin-right: 6px;
        }
        .cart-item__quantity {
            width: auto;
            margin: 20px 0;
        }
        .cart-item__quantity .quantity {
            width: 90px;
        }
        .cart-item__totals {
            width: auto;
        }
        .cart-item__price-wrapper {
            flex-flow: column;
        }
        .cart-item__price-wrapper {
            text-align: left;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
                    
        }
        
        .cart-item__price-wrapper .final__price {
            margin-right: 6px;
        }
        .trade_summations .trade_summations_fee {
            font-size: 16px;
            display: block;
            text-align: right;
        }
        .trade_summations .trade_summations_fee .settleSumAmount {
            line-height: 1;
            font-size: 12px;
            vertical-align: bottom;
        }
        .trade_summations__amount.col.textRight.settleSumAmount {
            font-size: 16px;
        }
        .tishi-content {
            text-align: right;
            margin: 0 0 8px;
        }
        .trade-cart-checkout-module .tishi-content {
            margin: 10px 0;
        }
        .main__trade-cart-checkout {
            display: flex;
            align-items: center;
            justify-content: end;
        }



 
 }
 @media (max-width:480px){
    .shipping-insurance-info label {
            cursor: pointer;
            font-size: 12px;
        }
 }
 
