main {
   
    padding-top: 50px;
    padding-bottom:50px;
}
.filter-blocks,.help_promo{
    display:none;
}
.wc-proceed-to-checkout{
    display: flex;
    justify-content: flex-end;
}
.woocommerce a.remove {
    display: block;
    font-size: 2.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: black !important;
    text-decoration: none;
    font-weight: 100;
    border: 0;
    transition: 0.4s;
}
.woocommerce a.remove:hover {
    color: black!important;
    background: white;
    transform:scale(1.1);
}

.cart_item_del{
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
   top: 43%;
}

.woocommerce a.button.alt:hover{
    border: 1px solid#B5D7A8;
    color: #4D4D4D;
    background: white;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
   
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 50%;
    margin-left: 40px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background: #B5D7A8;
    border-radius: 4px;
     transition:0.4s;
     border-radius: 25px;
}

.cart_price{
    display: flex;
    justify-content: space-between;

}

.cart_totals  h2{
    display: none;
}

.shop_table {
    display:none;
}
.coupon{
    display:none;
}



.quantity{
    display:flex;
}


.cart_list{
    width:50%;
    margin-left: 40px ;
    position:relative;
}
.cart_item{
    display:flex;
    width:100%;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0;
    position:relative;
    border-bottom: 1px solid #B5D7A8;
}

.cart_item_left{
    display:flex;
        width: 100%;

    justify-content: flex-start;
}
.cart_item_price_count{
       width: 60%;
}
.cart_item_info{
    margin-left:15px;
}
.cart_item_info>h3{
    font-weight:bold;
    margin-bottom:10px;
    font-size:20px;
     color:#4D4D4D; 
}
.cart_item_info>span{
    color:#D6D6D6;
    font-weight:bold;
   
}
.cart_item_info>p{
    margin-top:20px;
    font-size:15px;
    line-height:18px;
   
}
.cart_item_del>img{
    width:20px;
}
.cart_item_thumb{
    width: 45%;
    margin-left: 20px;
    position:relative;
}



.cart_item_info{
    width:40%;
}
.old_price{
color:#4D4D4D;
font-size:16px;
    font-weight:bold;
 font-size: 20px;   
}
.curr_price{
    color:#4D4D4D;
    font-size:20px;
    font-weight:bold;
    margin-top:10px;
}
.cart_item_price_count{
    display:flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    min-height: 120px;
}
.cart_item_count{
    align-items:flex-end;
}
.item-plus,.item-minus{
    font-size: 38px;
    
    font-weight: bold;
}
.item-plus{
    margin-left:10px;
}
.item-minus{
    margin-right:10px;
}
.cart_item_count{
    display:flex;
    align-items:center;

}
.cart_item_count input{
    width:30px;
    height:30px;
    font-weight:bold;
    font-size:  20px;
    text-indent: unset;
}

.woocommerce .quantity .qty {
    width: 1.631em;
    text-align: center;
}

.plus, .minus{
    display:flex !important;
    align-items:center;
    justify-content:center;
    padding:0 !important;
    border-radius: 50% !important;

    background: #B5D7A8  !important;

    border: none;

    color: white  !important;

    transition:0.4s;

    border: 1px solid#B5D7A8  !important;

    width: 30px;

    height: 30px;

    cursor:pointer;

}



.plus:hover{

    border: 1px solid#B5D7A8  !important;

    color: #4D4D4D  !important;

    background: white  !important;

}



.minus:hover{

    border: 1px solid#B5D7A8  !important;

    color: #4D4D4D  !important;

    background: white  !important;

}

#smntcswcb{
    border: none;
    font-family: 'Montserrat';
    outline: none;
}

.def_price h3{
    padding: 10px 0;
    letter-spacing: 0.075em;
text-transform: uppercase;
font-weight: bold;

color: #4D4D4D;
}

.button_update{
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B5D7A8;
    border: 1px solid#B5D7A8;
    border-radius: 25px;
    width: 160px;
    transition: 0.4s;
    visibility: visible;
    cursor: pointer;
    /* padding: 10px 0; */
    font-family: 'Montserrat';
    font-weight: 400;
   margin-left: 40px;
    margin-top: 5px;
}
.button_update:hover {
    border: 1px solid#B5D7A8;
    color: #4D4D4D;
    background: white;
}

.cart-collaterals .curr_price {
    
    color: #B5D7A8;
}
@media(max-width:600px){
    .cart_list {
    width: 100%;
     margin-left: 0; 
}
.cart_item_count {
    justify-content: center;
}
.cart_item{
    flex-direction: column;
}

.cart_item_left{
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    align-items: center;
        width: 100%;

}
.cart_item_info {
     margin-left: 0px; 
     width:60%;
}
.variation{
    text-align: left;
    width: 150px;
}
.cart_item_price_count{
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.def_price{
    text-align:center;
}
.cart_price {
    width: 100%;
    justify-content: center !important;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 60%;
    margin:0 auto;
}
.cart_item_thumb {
  
    margin-left: 0px;
    }

.cart_item_info>h3 {
    font-size: 17px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 70%;
    margin: 0 auto;
}
.checkout-button {
    width: 95% !important;
}

.button_update {
    margin: 0 auto;
    margin-top: 5px;
}
}