/* Product Meta on single product page**/
.woocommerce div.product .product_meta span.sku_wrapper {
  display: none;
}
.woocommerce div.product .product_meta span.posted_in {
  display: none;
}
/* Textarea**/
div.__square-textarea {
  display: flex !important;
}
/***/

/* SFT 2023-05-24 */
span.__icon img {
  /* filter: grayscale(1); */
  /* filter: brightness(0%); */
}
.footstep-icon {
  margin: auto;
  width: max-content;
}
#selectCategoryOptions .secondLablediv img.emoji {
  width: 2em !important;
  height: 2em !important;
}

span.remove-treatment {
  cursor: pointer;
}

.woocommerce-variation.single_variation {
  display: none !important;
}

/* Initially hide max length-breadth notice div */
.wcbv-maxSize-infoNotice {
  display: none;
  margin-top: 5px;
  background-color: rgba(237, 186, 56, 0.25);
}

.sft-price span.sft-gesamt {
  color: black;
}
/* To hide material dropdown*/
.wcbv-selects > div:first-child {
  display: none;
}

/* For Variation head div */
.wcbv-variation-head {
  display: flex;
  align-items: center;
  position: relative;
}

/* To hide Reset button i.e clear*/
.wcbv-actions a.wcbv-reset-variations {
  display: none;
}
/* To adjust Variation Title, Duplicate and Delete div in one row*/
/* .sft-variation-title,
.wcbv-duplicate-row,
.wcbv-remove {
  flex: auto;
  margin: 10px;
} */

.sft-variation-title {
  /* font-family: "Lato", sans-serif; */
  color: #2f435b;
  text-align: left;
  font-size: 22px;
  padding-left: 10px;
  padding-top: 20px;
  font-weight: 500;
}

.wcbv-duplicate-row {
  color: #000;
  cursor: pointer;
  border-radius: 2px;
  position: absolute;
  right: 20%;
  font-weight: 500;
  padding-bottom: 20px;
}
/* To remove 'Delete' for variation row*/
.wcbv-row:first-child .wcbv-variation-head .wcbv-remove {
  cursor: unset;
  background-color: unset;
}
/* override `wcbv-remove` class properties*/
.wcbv-remove {
  color: red;
  cursor: pointer;
}

.wcbv-wrapper .wcbv-remove {
  flex-grow: unset !important;
  flex-basis: unset !important;
  position: absolute;
  right: 5%;
  padding-bottom: 20px;
}

/* To override Delete button properties */
.wcbv-remove .wcbv-remove-row {
  position: unset;
  top: unset;
  display: unset;
  font-size: 16px;
  font-weight: 400;
  opacity: unset;
}

/*  For single row price */
.wcbv-row.wcbv-show-price .wcbv-price {
  width: 100%;
}

span.variation-dimensions {
  float: left;
  padding-left: 30px;
  font-weight: 500;
  color: black;
}
span.sft-price {
  float: right;
  padding-right: 20px;
  font-weight: 600;
  color: #ae2b4f;
  font-size: 20px;
}

/* To reduce div width  */
.wcbv-row .wcbv-fields > div {
  position: relative;
  width: 17%;
  height: max-content;
}

/* To increase select2 container width*/
/* span.select2-selection.select2-selection--multiple {
  width: min-content;
} */

/* To reduce all number field width */
input[type="number"] {
  width: 70%;
}

/* To hide variation image gallery*/
.woocommerce-product-gallery--with-images,
.woocommerce-product-gallery--without-images,
span.ribbons.woocommerce-badges {
  display: none;
}
/* To hide Product Title*/
h1.product_title.entry-title {
  display: none;
}

.woocommerce div.product.layout-style-4 p.price {
  display: none;
}

/* For change buttom*/

.sft-change-variation {
  position: absolute;
  cursor: pointer;
  background-color: #ae2b4f;
  padding: revert;
  right: 10px;
  top: 10px;
  font-size: 18px;
  opacity: 0.8;
  color: #ffffff;
  border-radius: 13px;
}

.wcbv-image img {
  border-radius: 19px 0px 0px 19px;
}

.single-variation-info span {
  color: #2f435a;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-align: initial;
  font-family: "Lato", sans-serif;
}

.wcbv-variations > .wcbv-row {
  border: 1px black solid;
  border-radius: 20px;
}

/**************************************************/

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.75);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content,
.popup-content-header {
  position: relative;
  width: 75%;
  background-color: #f4f4f5;
  text-align: center;
}
.overlay-content {
  padding: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #2f435a;
}

.overlay .closebtn {
  position: absolute;
  top: 10%;
  right: 30%;
  z-index: 1000;
  color: red;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 10%;
    right: 30%;
    z-index: 1000;
    color: red;
  }
}

div#allProductVariations input[type="checkbox"] + label {
  color: red;
  padding-left: unset;
}

div#allProductVariations {
  display: grid;
  grid-gap: 0px 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
div#allProductVariations div {
  border-radius: 15px 0px 15px 0px;
}

div#allProductVariations input[type="checkbox"] + label span img {
  border-radius: 15px 0px 15px 0px;
}

.single-variation-info {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #ffffff;
  min-height: 100px;
  width: 100%;
  border-radius: inherit !important;
}

div#allProductVariations input[type="checkbox"] + label::before {
  left: unset;
  top: unset;
  content: unset;
}
div#allProductVariations input[type="checkbox"] + label::after {
  left: unset;
  top: unset;
  content: unset;
}

/************ To increase summary div width when style-3 layout is used  **************/
.woocommerce div.product.layout-style-3 div.summary {
  width: 100% !important;
}

/* .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  width: 105%;
} */

/** To shift submit button to right *****/
.woocommerce div.product form.cart .button {
  margin-top: 10px;
  float: right !important;
}

.wcbv-row .wcbv-fields .wcbv-image {
  display: none;
}

.wcbv-row.wcbv-show-price .wcbv-price {
  display: unset;
  position: unset;
  float: unset;
}

.wcbv-row .wcbv-image {
  position: relative;
  float: left;
}

.fa {
  padding: 5px;
}

.wcbv-row:first-child .wcbv-remove {
  display: none;
}

.wcbv-product-name {
  margin-bottom: 15px;
}

hr {
  width: 70%;
  text-align: left;
}

/* To change select2 token color*/
/* .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: unset;
  border: unset;
  font-size: initial;
} */
/* .select2-container--default .select2-selection--multiple {
  cursor: unset;
} */

/* ul.select2-selection__rendered:last-child li.select2-search {
  display: none;
} */

p.product_treatments span {
  background-color: #e8e8e8;
  padding: 10px;
  margin: 5px;
}

a.add-treatment {
  background-image: none;
  font-size: 1.5rem;
  color: #3452a8;
}

/* ---------------- */
.sft_customizseWrap .wcbv-variations > .wcbv-row {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 22px;
  padding: 0;
}

.sft_customizseWrap .wcbv-variations .sft-variation-image img {
  border-radius: 19px 0 0 19px;
}
.sft_customizseWrap .wcbv-variations {
}
.sft_customizseWrap .wcbv-row .wcbv-fields > div {
  position: relative;
  width: auto;
  height: max-content;
  padding-left: 0;
  margin-right: 2%;
  flex-basis: inherit !important;
}
.sft_customizseWrap .wcbv-row .wcbv-fields > .wcbv-selects > div:last-child {
  padding-left: 20px;
}

.sft_customizseWrap .treatment-lenght,
.sft_customizseWrap .treatment-length,
.sft_customizseWrap .treatment-breadth,
.sft_customizseWrap .sft-wc-qty,
.sft_customizseWrap select {
  border: 1px solid #ccc;
  padding: 12px;
  height: 41px !important;
  border-radius: 3px;
  width: 100%;
}
.sft_customizseWrap select {
  padding: 0 12px !important;
  cursor: pointer;
  border-radius: 0.25rem;
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../image/ddarraow.png) no-repeat 97% 13px;
}

.sft_customizseWrap .wcbv-fields input[type="number"] {
  width: 100px;
}
.sft_customizseWrap .wcbv-fields input[type="number"].treatment-lenght,
.sft_customizseWrap .wcbv-fields input[type="number"].treatment-length,
.sft_customizseWrap .wcbv-fields input[type="number"].treatment-breadth {
  -moz-appearance: textfield;
  background: url(../image/cmimg.png) no-repeat right top;
  width: 130px;
  padding-right: 52px;
}
.sft_customizseWrap
  .wcbv-fields
  input[type="number"].treatment-lenght::-webkit-outer-spin-button,
.sft_customizseWrap
  .wcbv-fields
  input[type="number"].treatment-lenght::-webkit-inner-spin-button,
.sft_customizseWrap
  .wcbv-fields
  input[type="number"].treatment-breadth::-webkit-outer-spin-button,
.sft_customizseWrap
  .wcbv-fields
  input[type="number"].treatment-breadth::-webkit-inner-spin-button,
.sft_customizseWrap
  .wcbv-fields
  input[type="number"].treatment-length::-webkit-outer-spin-button,
.sft_customizseWrap
  .wcbv-fields
  input[type="number"].treatment-length::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sft_customizseWrap .wcbv-show-price label,
.sft_customizseWrap .wcbv-fields label {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 20px;
}
.sft_customizseWrap .wcbv-show-price label + br,
.sft_customizseWrap .wcbv-fields label + br {
  display: none;
}
.sft_customizseWrap .wcbv-fields,
.sft_customizseWrap .wcbv-variation-head {
  text-align: left;
  padding-left: 40px;
  padding-right: 20px;
}
.sft_customizseWrap .sft-variation-title {
  padding-left: 0;
  font-weight: 400;
  font-size: 24px;
}
.sft_customizseWrap p.product_treatments {
  text-align: left;
}
.sft_customizseWrap p.product_treatments > span {
  background-color: #e8e8e8;
  padding: 2px 22px 2px 12px;
  margin: 5px;
  color: #424242;
  border-radius: 3px;
  right: inherit;
  left: 0;
  position: relative;
  display: inline-block;
}
.sft_customizseWrap p.product_treatments span .remove-treatment {
  padding: 0;
  margin: 0 0 0px 11px;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  right: 6px;
  top: 6px;
}
.sft_customizseWrap p.product_treatments span:first-child {
  margin-left: 0;
}
.sft_customizseWrap span.variation-dimensions {
  color: #565656;
  background: transparent;
  padding: 0px;
  margin-left: 21px;
  font-size: 15px;
}
.sft_customizseWrap .wcbv-duplicate-row {
  top: -4px;
  right: 99px;
  padding: 12px;
  font-weight: 600;
}
.sft_customizseWrap .wcbv-remove {
  top: -4px;
  right: 0px;
  background: transparent;
  padding: 12px;
  position: absolute;
  color: #000;
  font-weight: 600;
}
.sft_customizseWrap .wcbv-variations > div:first-child .wcbv-duplicate-row {
  right: 0px;
}
.sft_customizseWrap .wcbv-remove .wcbv-remove-row:hover {
  font-weight: 600;
}
.sft_customizseWrap .wcbv-remove .wcbv-remove-row,
.sft_customizseWrap .wcbv-duplicate-row span {
  font-size: 14px;
  font-weight: 500 !important;
}
.sft_customizseWrap .wcbv-duplicate-row span:hover,
.sft_customizseWrap .wcbv-duplicate-row:hover,
.sft_customizseWrap .wcbv-remove:hover {
  color: #b9506b;
}
.sft_customizseWrap .wcbv-product-treatments {
  margin-top: 25px;
  /* margin-bottom: 12px; */
  display: -webkit-box;
  display: flex;
  padding-left: 40px;
  padding-right: 20px;
}
.sft_customizseWrap .sft-change-variation {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 10px;
}

.sft_customizseWrap .wcbv-row .wcbv-price:before {
  display: none;
}
.sft_customizseWrap a.add-treatment {
  color: #043c80;
  display: inline-block;
}
.sft_customizseWrap .wcbv-row.wcbv-show-price .wcbv-price {
  display: -webkit-box;
  display: flex;
  padding-left: 40px;
  padding-right: 20px;
  justify-content: space-between;
  width: auto;
  margin-top: 0;
}
.sft_customizseWrap span.variation-dimensions {
  margin-left: 6px;
}
.sft_customizseWrap span.sft-price {
  padding-right: 0;
}
.sft_customizseWrap .wcbv-variations > .wcbv-row > hr {
  margin-bottom: 5px;
  left: 12px;
  position: relative;
  margin-top: 10px;
  display: none;
}
.sft_customizseWrap .wcbv-variations > .wcbv-row.wcbv-show-price > hr {
  display: block;
}

.signlPridetable {
  border: 0 !important;
}
.signlPridetable > span {
  display: none !important;
}
.signlPridetable h5 {
  justify-content: end !important;
  padding-right: 0 !important;
  font-family: "Lato", sans-serif;
  font-size: 34px !important;
  color: #151515;
  font-weight: 500 !important;
}
.signlPridetable h5 > span.price {
  color: #1e1e23;
  margin-bottom: 0;
  font-weight: 600 !important;
  padding-left: 25px !important;
}
.signlPridetable h5 > span.price .wcbv-price-value {
  font-size: 34px;
}
.signlPridetable h5 > span:first-child {
  padding-right: 15px !important;
}

.sft_customizseWrap .wcbv-actions {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.sft_customizseWrap .wcbv-actions .wcbv-reset-variations {
  margin-right: 0;
}
.sft_customizseWrap .wcbv-actions .wcbv-btn,
.sft_customizseWrap .wcbv-actions .wcbv-reset-variations {
  background: #fff;
  padding: 12px 22px;
  color: #ad194f;
  margin: 20px 0;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #ad194f;
  border-radius: 4px;
  line-height: normal;
  margin: 0 15px;
}
.sft_customizseWrap .wcbv-actions .wcbv-btn::after {
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  padding-left: 8px;
}
.sft_customizseWrap .wcbv-actions .wcbv-reset-variations::after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  border: 1px solid #ae2a4f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  padding-bottom: 17px;
  margin-left: 8px;
}
.sft_customizseWrap .wcbv-actions .wcbv-btn:hover,
.sft_customizseWrap .wcbv-actions .wcbv-reset-variations:hover {
  background: #ad194f;
  color: #fff !important;
}
.sft_customizseWrap .wcbv-total-price.price {
  display: none !important;
}

#sideMenuContainer {
  height: calc(100% - 106px) !important;
  top: 106px !important;
}

.headroom--unpinned + div + div #sideMenuContainer {
  height: 100% !important;
  top: 0px !important;
}
div#allProductVariations > div {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 28px;
}
div#allProductVariations label > div {
  border-radius: 0 0 15px 15px;
  display: block;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}
div#allProductVariations label > span {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
div#allProductVariations label > div > span {
  display: block;
  line-height: 20px;
  text-align: center;
  padding: 4px 12px;
  text-transform: none;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}
div#allProductVariations label > div > span.single-variation-price {
  color: #2f435b;
  font-weight: 600;
  font-size: 18px;
}

#sideMenuContainer {
  width: 100%;
  left: 100%;
}
#sideMenuContainer .overlay-content,
#sideMenuContainer .popup-content-header {
  float: right;
}
#sideMenuContainer.variations-active {
  left: 0;
}
#sideMenuContainer.variations-active .closebtn {
  position: fixed;
  top: 120px;
  right: 2%;
  z-index: 1000;
  color: #1a2532;
  font-size: 38px;
  line-height: 31px;
}
.headroom--unpinned + div + div #sideMenuContainer > .closebtn {
  top: 20px;
}
#sideMenuContainer h1.material_modal_title {
  margin: 28px 0 20px;
  text-align: left;
  padding-left: 20px;
  font-weight: 500;
  font-size: 28px;
  color: #424242;
}
#sideMenuContainer .popup-content-header {
  position: fixed;
  top: 100px;
  right: -100%;
  z-index: 100;
  transition: 0.5s;
}
#sideMenuContainer.variations-active .popup-content-header {
  right: 0;
  transition: 0.5s;
  background: #FFF;
}
.headroom--unpinned + div + div #sideMenuContainer > .popup-content-header {
  top: 0;
}
div#allProductVariations,
div#selectCategoryOptions {
  padding-top: 75px;
}
#configurator-tax {
  text-align: right;
  font-size: 15px;
}
.single_add_to_cart_button {
  transform: scale(1) !important;
}
/* .woocommerce-Price-currencySymbol {
  font-size: 33px !important;
} */
body.body-hide {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.wcbv-maxSize-infoNotice {
  display: none !important;
  text-align: left;
  padding-left: 40px;
  padding-right: 20px;
  color: #5a4a1d;
  background: #fff;
}
/* .wcbv-maxSize-infoNotice.notice-active{ display: flex !important; margin: 10px 0 6px;} */
.wcbv-maxSize-infoNotice.notice-active {
  display: flex !important;
  margin-top: 5px;
}
.wcbv-maxSize-infoNotice.notice-active + div {
  margin-top: 0 !important;
}
.wcbv-maxSize-infoNotice .maxNotice {
  background-color: rgba(237, 186, 56, 0.25);
  display: block;
  width: 100%;
  width: 98%;
  /* padding: 4px 12px; */
  padding: 1px 12px;
}

/* ========== responsive ================= */
@media screen and (max-width: 767px) {
  .sft_customizseWrap .wcbv-fields,
  .sft_customizseWrap .wcbv-variation-head,
  .sft_customizseWrap .wcbv-product-treatments,
  .sft_customizseWrap .wcbv-row.wcbv-show-price .wcbv-price {
    padding: 0 15px;
  }
  div#allProductVariations {
    display: flex;
    flex-wrap: wrap;
  }
  .sft-variation-image {
    width: 100%;
    display: block;
    float: left;
  }
  .sft-variation-image .wcbv-image {
    width: 100%;
  }
  .sft_customizseWrap .wcbv-variations .sft-variation-image img {
    width: 100%;
    border-radius: 19px 19px 0 0;
  }
  .sft_customizseWrap .sft-variation-title {
    line-height: 30px;
    padding-top: 50px;
  }
  .sft_customizseWrap .wcbv-row .wcbv-fields > div.wcbv-length,
  .sft_customizseWrap .wcbv-row .wcbv-fields > div.wcbv-breadth,
  .sft_customizseWrap .wcbv-row .wcbv-fields > div.wcbv-selects > div {
    width: 48%;
    display: inline-block;
    flex-basis: inherit !important;
  }
  .sft_customizseWrap
    .wcbv-row
    .wcbv-fields
    > div.wcbv-selects
    > div:first-child {
    display: none !important;
  }
  .sft_customizseWrap .wcbv-fields input[type="number"] {
    width: 100% !important;
  }
  .sft_customizseWrap .wcbv-row .wcbv-fields > div.wcbv-quantity {
    width: 98%;
  }
  .sft_customizseWrap .wcbv-fields input[type="number"].sft-wc-qty {
    text-align: center;
  }
  .sft_customizseWrap span.variation-dimensions {
    text-align: left;
    line-height: 20px;
    /* margin-left: 0; */
  }
  .sft_customizseWrap span.sft-price {
    font-size: 14px;
    line-height: 20px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 6px;
  }
  .sft_customizseWrap .wcbv-variations > .wcbv-row > hr {
    width: 90%;
    left: 0;
  }
  .sft_customizseWrap .wcbv-row.wcbv-show-price .wcbv-price {
    margin-bottom: 20px;
    display: block;
  }
  .signlPridetable h5 span {
    display: inline-block !important;
    text-align: center;
  }
  .signlPridetable h5 > span.price {
    padding-left: 0 !important;
  }
  .signlPridetable h5 > span {
    width: 100%;
  }
  #sideMenuContainer {
    height: calc(100% - 70px) !important;
    top: 70px !important;
  }
  .overlay .closebtn {
    height: 24%;
    z-index: 1000;
    color: red;
    font-size: 36px;
  }
  div#allProductVariations input[type="checkbox"] + label span img {
    border-radius: 15px 15px 0px 0px;
  }
  .sft_customizseWrap p.product_treatments > span {
    display: inline-block;
    position: relative;
    margin: 4px 0;
    left: 0;
    line-height: 18px;
  }
  .sft_customizseWrap p.product_treatments span .remove-treatment {
    position: absolute;
    top: 4px;
    right: 6px;
  }
  .signlPridetable h5 > span:first-child {
    padding-right: 0 !important;
  }
  .sft_customizseWrap .wcbv-actions .wcbv-btn,
  .sft_customizseWrap .wcbv-actions .wcbv-reset-variations {
    padding: 12px 14px;
  }
  #sideMenuContainer h1.material_modal_title {
    font-size: 20px;
  }
  #sideMenuContainer.variations-active .popup-content-header {
    top: 73px;
  }
  #sideMenuContainer.variations-active .closebtn {
    height: auto;
    top: 66px;
    font-size: 29px;
  }
  div#allProductVariations label > div {
    bottom: 36px;
  }

  .sft_customizseWrap .wcbv-show-price label,
  .sft_customizseWrap .wcbv-fields label {
    margin-top: 20px;
  }
  .sft_customizseWrap .wcbv-row .wcbv-fields > .wcbv-selects > div:last-child {
    padding-left: 0;
  }
  .sft_customizseWrap .wcbv-row .wcbv-fields > div.wcbv-selects {
    margin-right: 0;
  }
  .sft_customizseWrap .wcbv-row .wcbv-fields > div.wcbv-selects > div {
    margin-right: 2.7%;
    width: 47% !important;
  }
  .wcbv-maxSize-infoNotice.notice-active {
    padding: 0px 15px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .wcbv-maxSize-infoNotice .maxNotice {
    padding: 6px 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .sft_customizseWrap .sft-variation-title {
    line-height: 25px;
    padding-top: 38px;
  }
  .sft_customizseWrap .wcbv-fields input[type="number"] {
    width: 62px;
    padding: 8px;
  }
  .sft_customizseWrap .wcbv-fields {
    flex-wrap: wrap;
  }
  .sft_customizseWrap .wcbv-row .wcbv-fields > div.wcbv-length,
  .sft_customizseWrap .wcbv-row .wcbv-fields > div.wcbv-breadth {
    width: 150px;
  }
  .sft_customizseWrap
    .wcbv-row
    .wcbv-fields
    > div.wcbv-length
    input[type="number"],
  .sft_customizseWrap
    .wcbv-row
    .wcbv-fields
    > div.wcbv-breadth
    input[type="number"] {
    width: 140px;
  }
  .sft_customizseWrap p.product_treatments > span {
    padding: 6px 22px 6px 12px;
    margin: 2px 0px;
    display: inline-block;
  }
  .sft_customizseWrap .wcbv-variations > .wcbv-row > hr {
    left: 0;
    width: 96%;
  }
  .sft_customizseWrap .wcbv-row.wcbv-show-price .wcbv-price {
    align-items: center;
  }
  .sft_customizseWrap .wcbv-variations .sft-variation-image img {
    border-radius: 19px 0 0 0;
  }
  div#allProductVariations {
    grid-gap: 0px 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  div#allProductVariations > div {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  div#allProductVariations label > div {
    bottom: 0 !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .sft_customizseWrap .sft-variation-title {
    padding-top: 39px;
  }
  .sft_customizseWrap .wcbv-variations > .wcbv-row > hr {
    left: 0;
    position: relative;
    width: 100%;
  }
  .sft_customizseWrap .wcbv-variations .sft-variation-image img {
    border-radius: 19px 0 0 0;
  }
}

/* ------------- ###selectCategoryOptions ------- */
.AllMachining_backButton {
  display: none;
  position: absolute;
  left: 25px;
  top: 22px;
  color: #474747;
  background-color: #d1d1d1;
  border-radius: 8px;
  padding: 5px 30px 6px 20px;
}
.AllMachining_backButton:hover{
  background-color: #d1d1d1;
  color: #474747;
}
button.btn.btn-primary.add-edit-treatment {
  background-color: #2f435b;
}

#selectCategoryOptions {
  min-height: 100%;
}
#selectCategoryOptions .catLists .icon-wraper {
  width: 100%;
  height: 190px;
  background-color: #dbdbdb;
  border-radius: 8px 8px 0 0;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

#selectCategoryOptions .catnmselect__listes {
  padding: 0;
  margin: 0;
  text-align: left;
  display: none;
}
#selectCategoryOptions .catnmselect__listes > div {
  display: none;
}
#selectCategoryOptions .catnmselect__listes h4 {
  font-size: 24px;
  font-weight: 400;
}
#selectCategoryOptions .catnmselect__listes ul {
  margin: 0;
  padding: 0;
}
#selectCategoryOptions .catnmselect__listes ul li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 15px 0;
  background: #fff;
  border-radius: 8px 8px 8px 0;
  box-shadow: 1px 1px 5px #d8d8d8;
}
#selectCategoryOptions .catnmselect__listes ul li .__icon {
  /* width: 200px; */
  width: 15%;
  height: 130px;
  background-color: #dbdbdb;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#selectCategoryOptions .catnmselect__listes ul li.treatment-selected{
  border: 2px solid #2f435b;
  /* border: 2px solid #0168fa; */
}
#selectCategoryOptions .catnmselect__listes ul li.treatment-selected .__icon {
  border-right: 2px solid #2f435b;
  background-color: transparent;
  /* border-right: 2px solid #0168fa; */
}
/* #selectCategoryOptions .catnmselect__listes ul li.treatment-selected .__icon {
  background-color: #2f435b94 !important;
} */

#selectCategoryOptions .catnmselect__listes ul li.treatment-selected .__icon img{
  filter: grayscale(0);
  /* filter: brightness(100%); */
}
#selectCategoryOptions .catnmselect__listes ul li .__shrtCntn {
  padding: 0 20px;
  /* width: 75%; */
  width: 73%;
  box-sizing: border-box;
}
#selectCategoryOptions .catnmselect__listes ul li .__shrtCntn h5 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 6px;
}
#selectCategoryOptions .catnmselect__listes ul li .__shrtCntn p {
  line-height: 20px;
}
#selectCategoryOptions .catnmselect__listes ul li .__bttngrup,#selectCategoryOptions .catnmselect__listes ul li.treatment-selected .editList_btnContainer {
  display: flex;
  flex-wrap: wrap;
  /* width: 200px; */
  /* width: 10%; */
  width: 12%;
}
#selectCategoryOptions .catnmselect__listes ul li .__bttngrup button.btn {
  min-width: auto;
  padding: 0 20px;
  line-height: 45px;
  margin: 8px;
  border-radius: 4px;
}

#selectCategoryOptions .catnmselect__listes ul li .__bttngrup button.btn.btn-gray {
  /* background-color: #2f435b94 !important; */
  background-color: #2f435b !important;
  /* background-color: #0168fa !important; */
}

/* --- */
#selectCategoryOptions .secondLablediv {
  background-color: #fff;
  box-shadow: 1px 1px 5px #d8d8d8;
  text-align: left;
  display: none;
  margin-top: 40px;
}
#selectCategoryOptions .secondLablediv__topDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 15px 0;
  border-bottom: 1px solid #d5d5d5;
}
#selectCategoryOptions .secondLablediv__topDiv .img {
  width: 15%;
  background: #dbdbdb;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}
#selectCategoryOptions .secondLablediv__topDiv .content {
  padding: 0 20px;
  width: 71%;
}
#selectCategoryOptions .secondLablediv__topDiv .content h5 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 6px;
}
#selectCategoryOptions .secondLablediv__topDiv .content p {
  line-height: 20px;
}
#selectCategoryOptions .secondLablediv__topDiv .corner-side-price{ 
  width: 14%;
    padding-right: 15px;
    text-align: right;
}
#selectCategoryOptions .secondLablediv__topDiv .price {
  padding: 0 20px;
}
#selectCategoryOptions .secondLablediv__topDiv .price span {
  font-size: 14px;
  color: #747476;
}
#selectCategoryOptions .secondLablediv__topDiv .price strong {
  font-size: 20px;
  color: #000;
}

#selectCategoryOptions .secondLablediv__shapeDiv {
  padding: 25px 60px;
  box-sizing: border-box;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square {
  width: 100%;
  height: 200px;
  /* border: 1px solid #d5d5d5; */
  border: 1px solid #2f435b;
  position: relative;
  display: block;
  margin: 40px 0;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square > div {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square > div input {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
/* #selectCategoryOptions .secondLablediv__shapeDiv .__square > div  input:hover ~ .chkmar{background-color: #125fb3;} */
#selectCategoryOptions .secondLablediv__shapeDiv .__square > div .chkmark {
  top: 0px;
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: transparent;
  /* border-radius: 50%; */
  border-radius: 5px;
  transition: all 0.3s ease-in;
  /* border: 1px solid #d5d5d5; */
  border: 1px solid #2f435b;
  background: #fff;
}
#selectCategoryOptions
  .secondLablediv__shapeDiv
  .__square
  > div
  input:checked
  ~ .chkmark {
  /* background-color: #125fb3; */
  background-color: #2f435b;
  border-radius: 50%;
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 1px solid white;
}

#selectCategoryOptions
  .secondLablediv__shapeDiv
  .__square
  > div
  .chkmark::after {
  position: absolute;
  content: "";
  border-radius: 5px;
}
#selectCategoryOptions
  .secondLablediv__shapeDiv
  .__square
  > div
  input:checked
  ~ .chkmark::after {
  transform: rotate(45deg) scale(1);
  left: 11px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}

#selectCategoryOptions .secondLablediv__shapeDiv .__square > div.__lft {
  left: -9px;
  top: -9px;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square > div.__right {
  right: -9px;
  top: -9px;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square > div.__top {
  left: -9px;
  bottom: -9px;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square > div.__bttn {
  right: -9px;
  bottom: -9px;
}

#selectCategoryOptions .secondLablediv__shapeDiv .__square > div.__top_side {
  left: calc(50% - 15px);
  top: -15px;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square > div.__right_side {
  right: -15px;
  top: calc(50% - 15px);
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square > div.__bottom_side {
  left: calc(50% - 15px);
  bottom: -15px;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square > div.__left_side {
  left: -15px;
  top: calc(50% - 15px);
}
.ActionButtons_root__AKdBV {
  padding: 20px;
  overflow: hidden;
}
button.btn.btn-primary.add-edit-treatment {
  float: right;
}


#selectCategoryOptions .secondLablediv__shapeDiv .__square .textareaWrap{
  width: 80%;
  position: static;
  box-sizing: border-box;
  padding: 20px;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square .numberWrap{
  width:20%;position: static;
  box-sizing: border-box;
  padding: 20px;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square .textareaWrap .cutout-textarea{ 
  border: 1px solid #000;
  position: static;
  padding: 15px;
  height: 115px;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square .numberWrap .cutout-qty{ 
  border: 1px solid #000;
  position: static;
  opacity: 1;
  height: 45px;
  padding: 8px 15px;
  width: auto;
}
#selectCategoryOptions .secondLablediv__shapeDiv .__square .textareaWrap label,
#selectCategoryOptions .secondLablediv__shapeDiv .__square .numberWrap label{
  font-size: 16px;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 20px;
    color: #23232c;
    font-family: Lato;
}


/* -------- */
.catLists{ margin-top: 50px;}
.catLists__item{
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.catLists___heardingbtn{
  display: block;
  width: calc(100% - 40px);
  padding: 0 0 25px;
  margin: 0 20px;
}
.catLists___heardingbtn h3{
  font-size: 20px;
  /* text-align: left; */
}
.catLists___heardingbtn button.btn{
  border-radius: 8px 8px 0 0;
  padding: 0;
  line-height: 53px;
  /* background: #0168fa; */
  background: #2f435b;
}
.catLists___heardingbtn button.btn:hover{
  background: #23232c;
}

#sideMenuContainer h1.material_modal_title.active{ padding-left: 180px; color: #424242;}

#selectCategoryOptions .secondLablediv__topDiv .content h4{
  margin-bottom: 6px;
  margin-top: 0;
}
#selectCategoryOptions .secondLablediv__topDiv .corner-side-price span{font-size: 12px;}
#selectCategoryOptions .secondLablediv__topDiv .corner-side-price strong{
  font-size: 20px;
  font-weight: 400;
  color: #2c2c2c;
}

/* ----------- */
#sideMenuContainer h1.material_modal_title span.catsName{    font-size: 16px;}
div#allProductVariations{ padding-top: 120px;}

#selectCategoryOptions .catLists  > div > div{
  background: #FFF;
  box-shadow: 0 7px 10px #cfcfcf;
  border-radius: 8px;
}

/* ===== Responsive treatments popup ====== */
@media screen and (max-width: 767px) {
  .overlay-content, .popup-content-header{ width: 100%;}
  #sideMenuContainer h1.material_modal_title{     margin: 20px 0 20px;}
  .headroom--unpinned + div + div #sideMenuContainer > .closebtn{top: 5px;}
  .catLists > div{ margin-top: 35px;}
  .catLists > div:first-child{ margin-top: 0;}
  #sideMenuContainer h1.material_modal_title.active{ display: none;}
  #sideMenuContainer.variations-active .popup-content-header{ height: 69px; top: 67px;}

  #selectCategoryOptions .catnmselect__listes ul li{ flex-wrap: wrap;}
  #selectCategoryOptions .catnmselect__listes ul li .__icon, 
  #selectCategoryOptions .catnmselect__listes ul li .__shrtCntn,
  #selectCategoryOptions .catnmselect__listes ul li .__bttngrup{ width: 100%;}
  #selectCategoryOptions .catnmselect__listes ul li .__shrtCntn{ margin: 10px 0;}
  .AllMachining_backButton{ top: 12px;}
  #selectCategoryOptions .catnmselect__listes ul li .__bttngrup{margin: 0 15px;}
  #selectCategoryOptions .catnmselect__listes ul li .__bttngrup button.btn{ width: 100%; margin-bottom: 18px;}
  #selectCategoryOptions .catnmselect__listes ul li.treatment-selected .editList_btnContainer{ width: 100%; margin-bottom: 18px;}
  #selectCategoryOptions .catnmselect__listes ul li{ margin-top: 30px;}
  #selectCategoryOptions .catnmselect__listes ul > li:first-child{ margin-top: 0;} 

  #sideMenuContainer.variations-active .closebtn{top: 74px;}

  #selectCategoryOptions .secondLablediv__topDiv{ flex-wrap: wrap;}
  #selectCategoryOptions .secondLablediv__topDiv .img,
  #selectCategoryOptions .secondLablediv__topDiv .content,
  #selectCategoryOptions .secondLablediv__topDiv .corner-side-price{
    width: 100%;
  }
  button.btn.btn-primary.add-edit-treatment{ width: 100%;}
  #selectCategoryOptions .secondLablediv__topDiv .content h4{
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 20px;
  }
  #selectCategoryOptions .secondLablediv__topDiv .corner-side-price{ padding: 20px 20px;}
  #selectCategoryOptions .secondLablediv__shapeDiv{padding: 25px 19px;}
  #selectCategoryOptions .secondLablediv__shapeDiv .__square{height: 150px; margin: 0;}

  #selectCategoryOptions .secondLablediv__shapeDiv .__square .textareaWrap,
  #selectCategoryOptions .secondLablediv__shapeDiv .__square .numberWrap{
    width: 100%;
    height: auto;
    padding:0 15px;
  }

  #selectCategoryOptions .secondLablediv__shapeDiv.withDifShape .__square{ flex-wrap: wrap !important;     height: 300px;}
  #selectCategoryOptions .secondLablediv__shapeDiv .__square .numberWrap .cutout-qty{ width: 100%;}
  #selectCategoryOptions .secondLablediv__shapeDiv .__square .textareaWrap .cutout-textarea{ height: 140px;}


}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #selectCategoryOptions,
  .overlay-content, .popup-content-header{ width: 100%;     max-width: 768px;}
  .catLists___heardingbtn h3{ font-size: 17px;}
  .catLists___heardingbtn{
    width: calc(100% - 24px);
    padding: 0 0 20px;
    margin: 0 12px;
  }
  .catLists___heardingbtn button.btn{
    line-height: 46px;
    width: 100%;
    box-sizing: border-box;
    min-width: auto;
  }
  #selectCategoryOptions .catnmselect__listes ul li .__shrtCntn{ width: 67%;}
  #selectCategoryOptions .catnmselect__listes ul li .__bttngrup{ width: 18%;}
  #selectCategoryOptions .catnmselect__listes ul li .__icon{ height: 140px;}
}

@media screen and (min-width: 1025px) and (max-width:1299px) {
  #selectCategoryOptions,
  .overlay-content, .popup-content-header{ width: 100%; max-width: 768px;}
  .catLists___heardingbtn h3{ font-size: 17px;}
  .catLists___heardingbtn button.btn{ width: 100%; min-width: auto;}
  #selectCategoryOptions .catnmselect__listes ul li .__shrtCntn{ width: 67%;}
  #selectCategoryOptions .catnmselect__listes ul li .__bttngrup{ width: 18%;}
}

@media screen and (min-width:1300px) and (max-width:1500px) {
  .catLists___heardingbtn h3{ font-size: 17px;}
  .catLists___heardingbtn button.btn{ width: 100%; min-width: auto;}
  #selectCategoryOptions .catnmselect__listes ul li .__shrtCntn{ width: 67%;}
  #selectCategoryOptions .catnmselect__listes ul li .__bttngrup{ width: 18%;}
}