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;
}
.tr_bg_line{
   /*border: 2px solid #e3e3e3;*/
   background-image: url(https://stage.gravitycph.dk/wp-content/themes/hello-elementor-child/assets/images/opera/line.svg) !important;
   background-position: bottom;
   background-repeat: no-repeat;
   background-size: 100% 1px;
}
.variation-express-variation-table tbody tr:last-child {
   background-image: none !important;
}
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: 15px;
}
.variation-express-variation-table .variation-express-price{
   margin: 0;
}
.variation-express-variation-table span.woocommerce-Price-amount.amount{
   color: #808080;
   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;
   background: 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;
   color: #010101;
   font-weight: 700;
   padding: 0 15px;
}
.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;
   background: none !important;
}
.variation-express-price-sold{
   display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}
div.woocommerce-variation-price, table.variations { 
   display:none; 
}
#wc-stripe-payment-request-wrapper{
	display:none !important;
}
.pro-out-of-stock{
   text-decoration: line-through !important;
}
.sketch-button {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    appearance: none;
    outline: none;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    border-radius: 26px;
    position: relative;
    line-height: 24px;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0 0 0 / 2%), 0 4px 16px rgba(0 0 0 / 2%), 0 4px 24px rgba(0 0 0 / 2%);
    border: 1px solid #ffffff4f;
}
.summary.entry-summary .circle-border.right {
    left: 95% !important;
}
td.variation-express-data {
   margin-bottom: 0px !important;
}
/* Responsive work start */

/*Tablet*/
@media (min-width:601px) and (max-width:1024px){
     .variation-express-variation-table p.sold-out-text{
       font-size: 14px;
       width: 100%;
   }
   .variation-express-price-sold{
      align-items: flex-end;
      gap: 10px;
   }
}

/*Mobile Device*/
@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: 14px;
       /*width: 100%;*/
   }
   .variation-express-price-sold{
      align-items: flex-end;
      gap: 10px;
   }
   .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 */
