.checkout-cart-index .cart-form .form-cart .cart.item{ background-color: transparent; }
.checkout-cart-index .cart-form .form-cart .cart.item .item-actions{ margin-bottom: 10px; }
.checkout-cart-index .cart-form .form-cart .cart.item .item-actions div{ padding: 5px; }
.checkout-cart-index .cart-form .form-cart .cart.item .item-actions .action{ margin: -50px 10px 0 0; }
/* .checkout-cart-index .cart-form .form-cart .cart.item .item-actions .action.action-edit{ right: 25%; right: 60px; } */
.checkout-cart-index .cart-form .form-cart .cart.item tr:not(.item-actions){ border: 1px solid rgb(231 231 231); border-radius: 4px; width: 100%; }
.checkout-cart-index .cart-form .form-cart .col .product-item-photo .product-image-photo{ height: 110px; object-fit: cover }
.checkout-cart-index .cart-form .form-cart .col:not(.item) { width: 15%; text-align: center; padding: 15px 0 15px; }
.checkout-cart-index .cart-form .form-cart .col.subtotal{ padding-right: 15px }
.checkout-cart-index .cart-form .form-cart .col.qty label{ margin: 0 }
.checkout-cart-index .cart-form .form-cart .col:not(.item) :is(.field.qty, .price-including-tax, ){ display: flex; height: 70px; border-bottom: 1px solid rgb(231 231 231); margin: 0; align-items: center; justify-content: center; padding-bottom: 10px }
.checkout-cart-index .cart-form .form-cart .col.item { padding: 15px 15px 15px 10px; }
.checkout-cart-index .cart-form .form-cart .col.item .product-item-details{ border-right: 1px solid rgb(231 231 231); width: calc(100% - 150px); padding-right: 10px }
.checkout-cart-index .cart-form .form-cart .col.item .product-item-details .product-item-name{ font-size: 15px; font-weight: 600; padding-right: 25px; line-height: 150%; }
.checkout-cart-index .cart-form .form-cart .col.item .product-item-details dl{ margin-top: 10px }
.checkout-cart-index .cart-form .form-cart .col.item .product-item-details dl dt{ color: #000000; font-size: 15px; font-weight: 600; margin: 0 5px 0 0 }
.checkout-cart-index .cart-form .form-cart .col.item .product-item-details dl dd{ color: #757f8f; font-size: 15px; }
.checkout-cart-index #discount-coupon-form { padding: 30px 15px; border-radius: 4px }
.checkout-cart-index #discount-coupon-form > div >div{ gap:20px;display:grid;grid-template-columns:1fr; gap:10px }
.checkout-cart-index #discount-coupon-form :is(.control, .form-input){ width: 100% }
.checkout-cart-index #discount-coupon-form > div >div .btn{width: 100%;text-align: center;justify-content: center;}
.checkout-cart-index #discount-coupon-form div div {width: 100%;}
.checkout-cart-index #discount-form-toggle{ border-bottom: 2px solid rgb(209 213 219); display: block; width: 100%; text-align: left; color: rgb(55 65 81/var(--tw-text-opacity)); font-weight: 600; font-size: 16px; padding: 0 0 10px }

.checkout-cart-index .cart-form .form-cart .cart.item .item-actions .towishlist{ right: 110px }
.checkout-cart-index .cart-form .cart.actions .update{ border-color: #00B2F8; transition: all 0.3s ease-in-out; }
.checkout-cart-index .cart-form .cart.actions .update:hover{ background-color: #00B2F8; color: #fff; }
.checkout-cart-index .cart-summary .checkout-methods-items a{ padding: 10px 5px; border-radius: .5rem; }

.checkout-cart-index .new_viewcart_row{
    display: grid;
    grid-template-columns: 73% auto;
    gap:32px
}
.checkout-cart-index .new_viewcart_row .new_viewcart_row_item:last-child > div > div{
    padding: 0;
    width: 100%;
}
.checkout-cart-index .new_viewcart_row .table-row-items{
    border: 0;
}
.checkout-cart-index .new_viewcart_row .table-row-items > div.table-row-item {
    border: 1px solid rgb(231 231 231);
    border-radius: 4px;
    width: 100%;
    background-color: transparent;
    position: relative;
    margin-bottom: 15px;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item-titles,
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item{
    display: grid;
    grid-template-columns: auto 15% 15% 15%
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col{
    padding: 15px 15px 15px 10px;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item-titles .col{
    padding: 15px 15px 15px 10px;
    font-weight: bold;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item{
    display: flex;
    gap: 2rem;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_img img{
    height: 110px;
    object-fit: cover;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_title{
    border-right: 1px solid rgb(231 231 231);
    width: calc(100% - 150px);
    padding-right: 10px;
    flex: 1;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_title a:not(#edit-cart-product){
    font-size: 15px;
    font-weight: 600;
    padding-right: 25px;
    line-height: 150%;
    margin-bottom: 10px;
    display: block;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_title .item-options{
    display: flex;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col:is(.price, .subtotal ) span{
    font-weight: 600;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_title .product_sizcolor strong,
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_title .item-options strong{
    font-size: 15px;
    font-weight: 600;
    padding-right: 5px;
    line-height: 150%;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_title .item-options div,
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_title .product_sizcolor span{
    color: #757f8f;
    font-size: 15px;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.subtotal + .col.item{
    padding: 0;
}
.checkout-cart-index .new_viewcart_row .table-row-items .col:not(.item){
    text-align: center;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.price p,
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.qty label{
    display: none;
}
.checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col:not(.item){
    display: flex;
    height: 85px;
    border-bottom: 1px solid rgb(231 231 231);
    margin: 0;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.checkout-cart-index .new_viewcart_row .table-row-items .view_product_remove,
.checkout-cart-index .new_viewcart_row .table-row-items #edit-cart-product{
    font-size: 0;
    position: absolute;
    right: 60px;
    bottom: 15px;
    cursor: pointer;
}
.checkout-cart-index .new_viewcart_row .table-row-items .view_product_remove{
    right: 20px;
}
.checkout-cart-index .new_viewcart_row #shipping-estimate-toggle{
    
}
.checkout-cart-index .new_viewcart_row .new_viewcart_totals > div > div:nth-child(7) > div > div,
.checkout-cart-index .new_viewcart_row .new_viewcart_totals > div > div:nth-child(5) > div{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: normal;
    margin-left: 0;
}
.checkout-cart-index .new_viewcart_row .new_viewcart_row_coupon #discount-form-toggle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.checkout-cart-index .new_viewcart_row .new_viewcart_row_coupon #discount-form-toggle span{
    text-decoration: none;
}
.checkout-cart-index .checkout_btn a{
    margin: 0;
    width: 100%;
    background-color: #008DC5 ;
    justify-content: center;
    padding: 10px 10px;
    border-radius: .5rem;
}
@media(max-width:1440px){
    .checkout-cart-index .cart-form .form-cart .col.item{ column-gap: 20px; }

    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item{
        gap:20px;
    }
}

@media (min-width:768px) and (max-width:1024px){
	.checkout-cart-index #discount-coupon-form > div >div{ grid-template-columns:80% 1fr;}
}
@media(max-width:1024px){
    .checkout-cart-index .cart-form .form-cart .cart.item tr:not(.item-actions){ display: grid; grid-template-columns: auto 15% 15% 15% }
    .checkout-cart-index .cart-form .form-cart .col:not(.item){ width: auto; }
    .checkout-cart-index .cart-form .form-cart .col.qty label input{ height: 40px; min-height: 40px; line-height: 1; }
    .checkout-cart-index .cart-form .form-cart .col:not(.item) :is(.field.qty, .price-including-tax, ){ height: 60px }
    .checkout-cart-index .cart-form .form-cart .cart.item .item-actions .action { margin: -40px 10px 0 0; }

    .checkout-cart-index .new_viewcart_row{
        grid-template-columns: auto;
    }
}
@media(max-width:767px){
    .checkout-cart-index .cart-form .form-cart .cart.item tr:not(.item-actions){ display: block; padding-bottom: 5px;border-radius: 0;border-bottom: 0;}
    .checkout-cart-index .cart-form .form-cart .cart.item .item-actions { margin-bottom: 10px; border: 1px solid rgb(231 231 231); border-top-width: 3px; }
    .checkout-cart-index .cart-form .form-cart .col:not(.item){ display: flex; grid-template-columns: 70px auto; align-items: center; padding: 0 0 5px; text-align: left; gap:5px; padding: 0 0 5px 110px ; font-size: 15px; }
    .checkout-cart-index .cart-form .form-cart .col.item{ padding-bottom: 0 }
    .checkout-cart-index .cart-form .form-cart .col.item .product-item-details{ border: 0 }
    .checkout-cart-index .cart-form .form-cart .col.item{ margin-bottom: 0px }
    .checkout-cart-index .cart-form .form-cart .col:not(.item) :is(.field.qty, .price-including-tax, ){ border: 0; padding: 0; height: auto; justify-content: flex-start; }
    .checkout-cart-index .cart-form .form-cart .col:not(.item) :is(.field.qty, .price-including-tax, ) .price{ font-weight: 400; }
    .checkout-cart-index .cart-form .form-cart .col:not(.item) > span{ margin: 0; font-weight: 500 }
    .checkout-cart-index .cart-form .form-cart .col .product-item-photo .product-image-photo{ width: 80px; height: 80px; }
    .checkout-cart-index .cart-form .form-cart .col.qty label input{ height: 35px; min-height: 35px; font-size: 15px }
    .checkout-cart-index .cart-form .form-cart .col:not(.item) > span:first-child:after{ content: ':' }
    .cart-form .cart-summary .cart-totals > div:nth-last-child(2) > div > div{ flex-wrap: wrap; }
    .cart-form .cart-summary .cart-totals > div:nth-last-child(2) > div > div > div:last-child{ width: 100%; }
    .cart-form .cart-summary .cart-totals > div:nth-last-child(2) > div > div > div:last-child > div{ padding:10px 0 5px; margin-bottom: 0 }
    .checkout-cart-index .cart-form .form-cart .cart.item .item-actions .action{ margin: 0; }
    .checkout-cart-index .cart-form .form-cart .cart.item .item-actions div{justify-content: space-evenly;}
    .cart-form > div > div:nth-child(2) > div:first-child h2{ text-align: left; }

    .checkout-cart-index .new_viewcart_row .table-row-items > div.table-row-item{
        grid-template-columns: auto;
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_title{
        border: 0;
        width: calc(100% - 90px);
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.item .product_img img{
        height: 80px;
        width: 80px;
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.price p,
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.subtotal p,
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.qty label{
        display: block;
        margin: 0;
        font-weight: 500;
        margin-right: 10px;
        font-size: 15px;
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.price p:after,
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.subtotal p:after,
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.qty label:after{
        content: ':'
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col:is(.price, .subtotal ) span {
        font-weight: 400;
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.qty > div > div,
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.price > div,
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.subtotal > div{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.qty input{
        height: 35px;
        min-height: 35px;
        font-size: 15px;
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col:not(.item){
        padding:0 0 5px 110px;
        justify-content: flex-start;
        height: auto;
        border: 0;
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item .col.subtotal{
        border-bottom: 2px solid rgb(231 231 231);
        margin-bottom: 40px;
        padding-bottom: 10px
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .view_product_remove{
        right: 30%;
        bottom: 10px;
    }
    .checkout-cart-index .new_viewcart_row .table-row-items #edit-cart-product{
        right: auto;
        left: 30%;
        bottom: 10px;
    }
    .checkout-cart-index .new_viewcart_row .table-row-items .table-row-item-titles{
        display: none;
    }
}

