
form.woocommerce-cart-form{
    margin-top: 30px;
}
.product-image {
    float: left;
    width: 20%;
}

.product-details {
    float: left;
    width: 35%;
}

.product-price {
    float: left;
    width: 12%;
}

.product-quantity {
    float: left;
    width: 11%;
}

.product-remove {
    float: left;
    width: 10%;
}

.product-line-price {
    float: left;
    width: 12%;
    text-align: right;
}

.group:before,
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: '';
    display: table;
}

.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group,
.shopping-cart,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}

.product .product-price:before,
.product .product-line-price:before,
.totals-value:before {
    content: '$';
}

label {
    color: #010100;
}

.wc-item-meta .wc-item-meta-label, .wc-item-meta dt, dl.variation .wc-item-meta-label, dl.variation dt {
    font-weight: 700;
}

/* .shopping-cart {
    margin-top: -45px;
} */

.column-labels label {
    padding: 6px;
    margin: 0;
    border-bottom: 1px solid #eee;
    background-color: #00796b;
    color: white;
}

.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-remove {
    text-indent: -9999px;
}

.product {
    margin-bottom: 20px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #edf5d4;
}
/* .product:nth-child(odd){
    background-color: #d7e1b6;
}
.product:nth-child(even){
    background-color: #edf5d4;
} */

.product .product-image {
    text-align: center;
}

.product .product-image img {
    width: 100px !important;
    mix-blend-mode: multiply;
}

.product .product-details .product-title {
    margin-right: 20px;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.product .product-quantity input {
    width: 40px;
    border: 1px solid #dedede;
}

.product .remove-product {
    border: 0;
    padding: 0;
    background: none;
    color: #000;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
    font-size: 12px;
    border-radius: 3px;
}

.product .remove-product:hover {
    background-color: #a44;
}

.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

.totals .totals-item-total {
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

/* .checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background: transparent linear-gradient(246deg, #A7CC26 0%, #00796B 100%) 0% 0% no-repeat padding-box !important;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
} */

/* .checkout:hover {
    background-color: #494;
} */


/*=================== Cart 2-7 start here ================= */

.column-labels .product-remove,
.column-labels .product-image,
.column-labels .product-details{
    text-indent: unset !important; 
}
.product .product-price:before,
.product .product-line-price:before{
    display: none;
}

.product-price bdi,
.product-line-price bdi{
    font-size: 18px;
}
.product-line-price bdi{
    font-weight: 500;
}
.product-removal>a>i{
    color: #00796b;
}
.coupon{
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}
.coupon input{
    height: 40px;
    border: 1px solid #dedede;
    max-width: 350px;
}
.coupon_button{
    display: flex;
}
.custom_cart .button{
    padding: 0px 20px !important;
    text-align: center;
    white-space: nowrap;
    margin-right: 10px;
}

/*=================== Car 2-7 CSS end here ================= */
@media screen and (max-width: 1190px){
    label {
        font-size: 15px;
    }
    .product-details{
        text-align: left;
    }
   .product-details .variation {
        width: 100% !important;
        text-align: left;
    }
    .product-details .variation dd,
    .product-details .variation dt{
        padding: 0;
    }
    .product .product-details .product-title {
        margin-right:0;

    }
}
@media screen and (max-width: 767px){
    #post-8 .container
    {
        max-width: 650px;
    }
    .product-details {
        width: 29%;
    }
    .product-remove {
        width: 16%;
    }
   
}


@media screen and (max-width: 650px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    .column-labels {
        display: none;
    }
    .product-image {
        float: right;
        width: auto;
    }
    .product-image img {
        margin: 0 0 10px 10px;
    }
    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
        text-align: left !important;
    }
    .product-price {
        clear: both;
        width: 70px;
    }
    .product-quantity {
        width: 100px;
    }
    .product-quantity input {
        margin-left: 20px;
    }
    /* .product-quantity:before {
        content: 'x';
    } */
    .product-remove {
        /* width: auto; */
        padding: 5px;
        margin: 0 10px;
    }
    .product-line-price {
        float: right;
        width: 70px;
    }
    .product {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 525px){
    .coupon{
        flex-wrap: wrap;
    }
    .custom_cart .button{
        padding: 8px 30px !important;
    }
    
    .wc-item-meta .wc-item-meta-label, .wc-item-meta dt, dl.variation .wc-item-meta-label, dl.variation dt {
        clear: none !important;
    }
}
@media screen and (max-width: 350px) {
    .product-remove {
        float: right;
    }
    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }
    .product .product-line-price:before {
        content: 'Item Total: $';
    }
    .totals .totals-item label {
        width: 60%;
    }
    .totals .totals-item .totals-value {
        width: 40%;
    }
  
}