body{
   margin: 0;
}
table.variation-express-variation-table{
   width: 100%;
   background-color: #faf9f9;
   /* background-color: rgb(94, 112, 91); */
   height: auto;
   padding: 15px 10px;
   margin-bottom: 20px;
}
.variation-express-variation-table tbody tr{
   border: 2px solid #e3e3e3;
}
table td, table th, .wp-block-table td, .wp-block-table th{
   margin-bottom: 20px;
   padding: 0 1rem;
}
table.variation-express-variation-table .name {
   font-weight: 600;
   text-transform: capitalize;
   font-size: 1.3rem;
   margin: 0;
   padding-bottom: 5px;
}
.variation-express-variation-table p.sold-out-text{
   margin: 0;
   font-weight: 600;
   font-size: 17px;
}
.variation-express-variation-table .variation-express-price{
   margin: 0;
}
.variation-express-variation-table span.woocommerce-Price-amount.amount{
   color: #808080!important;
   font-size: 0.85rem;
}
.variation-express-variation-table .variation-express-data{
   margin-top: 22px;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   flex-direction: column;
   position: relative;
   padding: 0 10px;
   border: none !important;
}
/* Change the class name */
.variation-express-data .quantity{
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 0 !important
}
.variation-express-variation-table input.qty-minus,.variation-express-variation-table input.qty-plus{
   all: unset;
   background-color: #d4d4d4;
   border-radius: 50px;
   font-size: 18px;
   color: #010101;
   height: 30px;
   width: 20px;
   padding: 0px 5px 0px 5px;
   font-weight: 600;
   text-align: center;
   cursor: pointer;
}
.variation-express-variation-table input.qty-plus{
   background-color: #010101;
   color: #fff;
}
.variation-express-variation-table input.variation-express-variation-quantity{
   all: unset;
   text-align: center;
   width: 30px;
   font-size: 17px;
   color: #010101;
   font-weight: 700;

}
.variation-express-variation-table p.update_variation_price{
   font-size: 17px;
   font-weight: 500;
   color: #808080;
   margin: 0;
   margin-bottom: 7px;
}
.variation-express-variation-table p.variation-description{
   margin: 5px 0 8px 0;
   font-size: 17px;
   color: #808080;
}
.variation-express-variation-table p.stock_available{
   margin: 7px 0 5px 0;
   font-size: 15px;
   font-weight: 600;
   color: #555555;
}
.variation-express-left-data{
   border: none !important;
}
div.woocommerce-variation-price, table.variations { 
   display:none; 
}
#wc-stripe-payment-request-wrapper{
	display:none !important;
}
/* Responsive work start */
@media (max-width:600px) {
   table td, table th, .wp-block-table td, .wp-block-table th{
       padding: 8px 0;
   }
   table.variation-express-variation-table .name{
       font-size: 1.1rem;
   }
   .variation-express-variation-table .variation-express-data{
      margin-top: 13px;
   }
   .variation-express-variation-table p.sold-out-text{
       font-size: 15px;
   }
   .variation-express-variation-table p.variation-description{
       font-size: 12px;
       margin: 5px 30px 8px 0px;
   }
   .variation-express-variation-table p.update_variation_price{
       font-size: 15px;
   }
   #variation-express-add-to-cart{
      margin-bottom: 15px;
   }
} 
/* Responsive work end */