:root {
  --titleFontsize: 24px;
  --titleAlign: left;
  --titlePadding: 10px;
  --titleBackgroundcolor: #dedddd;
  --titleBordercolor: #000000;
  --titleTextcolor: #000000;
  --titleFontweight: bold;
  --hideBordertop: 1px;

  --containerBackgroundcolor: #ffffff;
  --containerSeparatorcolor: #8b8b8b;
  --containerBordercolor: #000000;
  --containerBoxpadding: 10px;
  --containerGap: 10px;
  --containerTipcolor: #000000;
  --containerFieldheight: 35px;

  --optdispWidth: 200px;
  --optdispAlignment: left;
  --optdispFontsize: 16px;
  --optdispTextcolor: #000000;
  --optdispFontweight: bold;
  --optdispPlacement: left;

  --optvalsFontsize: 12px;
  --optvalsIconsize: 10px;
  --optvalsTextcolor: #000000;
  --optvalsFieldwidth: 175px;
  --optvalsLeftPadding: 0px;
  --optvalsFontweight: normal;
  --optvalsImagewidth: 50px;
  --optvalsImageheight: 50px;
  --optvalsImageshape: square;

  --swatchWidth: 50px;
  --swatchHeight: 50px;
  --swatchUnselectedcolor: #d1d1d1;
  --swatchSelectedcolor: #000000;

  --buttonUnselectedtext: #000000;
  --buttonUnselectedborder: #000000;
  --buttonUnselectedbackground: #ffffff;
  --buttonSelectedtext: #ffffff;
  --buttonSelectedborder: #000000;
  --buttonSelectedbackground: #000000;
  --buttonBorderradius: 5px;
  --buttonPadding: 10px;
  --buttonSpacing: 5px;

  --radioScale: 1.7;
  --radioRightmargin: 10px;
  --radioLeftmargin: 15px;
  --radioTopbottom: 15px;
  --radioColumnwidth: 100px;

  --lookupNumberwidthOne: 100px;
  --lookupDropwidthOne: 75px;
  --lookupNumberwidthTwo: 100px;
  --lookupDropwidthTwo: 75px;

  --shapeButtonBackgroundColor: #FFFFFF;
  --shapeButtonBorderColor: #CCCCCC;
  --shapeButtonSelectedBackgroundColor: #D7D5DD;
  --shapeButtonSelectedBorderColor: #0074B5;
  --shapeButtonShapeBackgroundColor: #cceefb;
  --shapeButtonShapeBorderColor: #0074B5;
  --shapeCategoryTextColor: #000000;
  --shapeShapeBorderColor: #0074B5;
  --unitsBackgroudColor: #FFFFFF;
  --unitsBorderColor: #000000;
  --unitsTextColor: #000000;
  --unitsSelectedBackgroudColor: #000000;
  --unitsSelectedTextColor: #FFFFFF;

  --totalBackgroundcolor: #4682de;
  --totalBordercolor: #000000;

  --totalTextfontsize: 30px;
  --totalTextcolor: #ffffff;
  --totalTextfontweight: bold;
  --totalDiscountfontsize: 30px;
  --totalDiscountfontweight: bold;
  --totalDiscountRegularPricecolor: #000000;
  --totalDiscountPricecolor: #ffffff;
  --totalDiscountSavingscolor: #19fda9;
  --totalDiscountOptsetDiscountcolor: #fff80f;

  --totalAmountfontsize: 30px;
  --totalAmountcolor: #ffffff;
  --totalAmountfontweight: bold;

  --totalSufixfontsize: 30px;
  --totalSufixcolor: #ffffff;
  --totalSufixfontweight: normal;

  --quantityButtonsmargin: 3px;
  --quantityTextcolor: #ced4da;
  --quantityButtoncolor: #f4f4f4;
  --quantityBorderwidth: 1px;
  --quantityBordercolor: #d7dbdb;
  --quantityBorderradius: 3px;
  --quantityHovercolor: #000000;
  --quantityHovertextcolor: #ffffff;
  --quantitytHoverbordercolor: #000000;

  --stepTitlecolor: #000000;
  --stepNumbercolor: #ffffff;
  --stepCompletecolor: #56cb95;
  --stepActivecolor: #4682de;
  --stepIncompletecolor: #ddd;
  --stepBackbuttoncolor: #56cb95;
  --stepBacktextcolor: #ffffff;
  --stepNextbuttoncolor: #56cb95;
  --stepNexttextcolor: #ffffff;

  --addtocartFontfamily: inherit;
  --addtocartFontsize: 24px;
  --addtocartFontweight: bold;
  --addtocartTextcolor: #000000;
  --addtocartButtoncolor: red;
  --addtocartBorderwidth: 1px;
  --addtocartBordercolor: #000000;
  --addtocartBorderradius: 10px;
  --addtocartButtonheight: 40px;
  --addtocartHovercolor: #ffffff;
  --addtocartHovertextcolor: #000000;

  --qtyDiscMsgTextColor: #56cb95;
  --discTableTitleColor: #000000;
  --ruleTableBorderColor: #000000;
  --ruleHeadingBgColor: #000000;
  --ruleHeadingTextColor: #FFFFFF;
  --ruleTableTextColor: #000000;

  --editButtonColor: #56cb95;
  --editButtontextcolor: #ffffff;
  --editButtonhovercolor: #007a5c;
  --editButtonhovertextcolor: #ffffff;
  --editButtonBorderradius: 3px;
  --editSavetextcolor: #ffffff;
  --editSavebuttoncolor: #56CB95;
  --editCanceltextcolor: #000000;
  --editCancelbuttoncolor: #dedede;

  --accordionFontfamily: inherit;
  --accordionFontsize: 18px;
  --accordionFontweight: bold;
  --accordionTextcolor: #000;
  --accordionBackgroundColor: #FFF;
  --accordionBorderColor: #000;
  --accordionHeight: 45px;

  --multiUploadBgColor: #f0f0f0;
  --multiUploadBtncolor: #e5e5e5;
  --multiUploadBtnHovercolor: #e0e0e0;
  --multiUploadBtnTextColor: #444;
  --multiUploadTextColor: #777;
  --multiUploadBorderColor: #ccc;
  --multiUploadFileHoverColor: #f0f0f0;
}

/*-- Title Style */
global-embedded-section .optionTitle,
product-options-section .optionTitle {
  font-size: var(--titleFontsize);
  text-align: var(--titleAlign);
  padding-left: var(--titlePadding);
  padding-right: var(--titlePadding);
  padding-top: var(--titlePadding);
  padding-bottom: var(--titlePadding);
  background-color: var(--titleBackgroundcolor);
  border: 1px solid var(--titleBordercolor);
  color: var(--titleTextcolor);
  font-weight: var(--titleFontweight);
  line-height: var(--titleFontsize);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

global-embedded-section .optionTitle:empty,
product-options-section .optionTitle:empty {
  display: none;
}

/*-- Container Style */
global-embedded-section .product-custom-option,
product-options-section .product-custom-option {
  border-right: 1px solid var(--containerBordercolor);
  border-left: 1px solid var(--containerBordercolor);
  border-bottom: 1px solid var(--containerBordercolor);
  border-top: var(--hideBordertop) solid var(--containerBordercolor);
  padding-left: var(--containerBoxpadding);
  padding-right: var(--containerBoxpadding);
  padding-top: var(--containerBoxpadding);
  padding-bottom: var(--containerBoxpadding);
  background: var(--containerBackgroundcolor);
}

/* Container Box Style */
global-embedded-section .optionHolder,
product-options-section .optionHolder {
  background: var(--containerBackgroundcolor);
  line-height: normal;
}

/* Container Box Seperator Style */
global-embedded-section hr.containerSeparator,
product-options-section hr.containerSeparator {
  background-color: var(--containerSeparatorcolor);
  border: 0px solid var(--containerSeparatorcolor);
  margin-top: calc(var(--containerGap) / 2);
  margin-bottom: calc(var(--containerGap) / 2);
  width: 100%;
}

global-embedded-section .arrow-icon,
product-options-section .arrow-icon {
  position: absolute;
  right: 5px;
  top: 11px;
  font-size: 23px;
  /* transform: rotate(89deg); */
  cursor: default;
  width: var(--optvalsIconsize);
}

global-embedded-section .option-list-frame,
product-options-section .option-list-frame {
  display: var(--optdispPlacementdisplay);
  margin: 0px !important;
}

global-embedded-section .option-name-display,
product-options-section .option-name-display {
  font-weight: 700;
  display: inline-flex;
  padding-top: var(--optdispPlacementpadding);
  padding-bottom: 10px;
  /* width: var(--optdispWidth);*/
  width: 100%;
  justify-content: var(--optdispAlignment);
  /*word-break: break-word;*/
  margin-top: 8px;
  position: relative;
  align-items: center
}

global-embedded-section .option-label,
product-options-section .option-label {
  display: inline-flex;
  width: var(--optdispWidth);
  line-height: initial;
  font-size: var(--optdispFontsize);
  color: var(--optdispTextcolor);
  font-weight: var(--optdispFontweight);
  padding-top: var(--optdispPlacementpadding);
  padding-bottom: 5px;
  justify-content: var(--optdispAlignment);
  min-width: 60px;
}

global-embedded-section .default-value span,
product-options-section .default-value span {
  margin-left:0px;
}

@media screen and (max-width: 725px) {
  global-embedded-section .default-value:after,
  product-options-section .default-value:after {
     content: "Default Value";
     margin-left: 10px;
   }
 }

global-embedded-section .lookup,
product-options-section .lookup {
  width: 100%;
}

global-embedded-section .opc-product-option-item,
product-options-section .opc-product-option-item {
  display: block;
}

/* SWATCH STYLES */

global-embedded-section .option-type-swatch,
product-options-section .option-type-swatch {
  position: relative;
  display: var(--optdispPlacementdisplay); /*inline-block;*/
  margin-left: calc(var(--optdispPlacementpadding) * 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 5px;
  row-gap: 8px;
}


global-embedded-section .option-type-radio .inlinePrice,
product-options-section .option-type-radio .inlinePrice {
  width: 20%;
  font-size: var(--optvalsFontsize) !important;
  line-height: 1.3;
  text-align: right;
}

global-embedded-section .option-type-radio .inlineDiscount,
product-options-section .option-type-radio .inlineDiscount {
  width: 35%;
  padding-left: 25px;
  font-size: var(--optvalsFontsize) !important;
  line-height: 1.3;
  text-align: left;
  color: #2a793e;
}

global-embedded-section .option-type-dropdown-content .inlinePrice,
product-options-section .option-type-dropdown-content .inlinePrice {
  flex: 1;
  font-size: var(--optvalsFontsize) !important;
  line-height: 1.3;
  text-align: right;
  padding-right: 40px;
}
global-embedded-section .option-type-dropdown-content .inlineDiscount,
product-options-section .option-type-dropdown-content .inlineDiscount {
  flex: 1;
  font-size: var(--optvalsFontsize) !important;
  line-height: 1.3;
  text-align: left;
  color: #2a793e;
}

global-embedded-section .swatch-input-holder,
product-options-section .swatch-input-holder {
  /* margin-right: 5px;  Note: comment for swatch actions */
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 0px;
  border: 1px solid var(--swatchUnselectedcolor);
  border-radius: 6px;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}
global-embedded-section .swatch-input-holder .swatch-input,
product-options-section .swatch-input-holder .swatch-input {
  margin-right: 0px;
  display: none;
}
global-embedded-section .swatch-input-holder label,
product-options-section .swatch-input-holder label {
  margin-bottom: 0px;
}

global-embedded-section .swatch-input-holder .swatch-color,
product-options-section .swatch-input-holder .swatch-color {
  width: var(--swatchWidth);
  height: var(--swatchHeight);
  cursor: pointer;
  line-height: initial;
}

global-embedded-section .swatch-input-holder .swatch-image,
product-options-section .swatch-input-holder .swatch-image {
  width: var(--swatchWidth);
  height: var(--swatchHeight);
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

global-embedded-section .swatch-input-holder .round,
product-options-section .swatch-input-holder .round {
  border-radius: var(--swatchHeight);
  border: 1px solid white;
}

global-embedded-section .swatch-input-holder .square,
product-options-section .swatch-input-holder .square {
  border-radius: 6px;
  border: 1px solid white;
}

global-embedded-section .swatch-input-holder input[type="radio"]:checked + label,
product-options-section .swatch-input-holder input[type="radio"]:checked + label {
  border: 3px solid var(--swatchSelectedcolor);
}

global-embedded-section .swatch-input-holder input[type="checkbox"]:checked + label,
product-options-section .swatch-input-holder input[type="checkbox"]:checked + label {
  border: 3px solid var(--swatchSelectedcolor);
}

global-embedded-section label.swatch.swatch-color.disabled,
product-options-section label.swatch.swatch-color.disabled {
  opacity: 0.5;
}
global-embedded-section label.swatch.swatch-color.disabled:hover,
product-options-section label.swatch.swatch-color.disabled:hover {
  cursor: default;
}
global-embedded-section label.swatch.swatch-image.disabled,
product-options-section label.swatch.swatch-image.disabled {
  opacity: 0.5;
}
global-embedded-section label.swatch.swatch-image.disabled:hover,
product-options-section label.swatch.swatch-image.disabled:hover {
  cursor: default;
}

/* swatch title holder */
global-embedded-section .swatch-title-holder,
product-options-section .swatch-title-holder {
  display: inline-table;
  max-width: min-content;
  text-align: center;
  font-size: 13px;
}


global-embedded-section .swatch-description-holder,
product-options-section .swatch-description-holder {
  text-align: left;
  margin-top: 5px;
}


global-embedded-section .rightside,
product-options-section .rightside {
  margin-left: 5px;
}

global-embedded-section .swatch-title-text,
product-options-section .swatch-title-text {
  margin-right: 5px;
}


global-embedded-section .swatch-title-holder,
product-options-section .swatch-title-holder {
  display: flex;
  align-items: center;
}


global-embedded-section .swatch-title-text,
global-embedded-section .swatch-description-text,
product-options-section .swatch-title-text,
product-options-section .swatch-description-text ,
global-embedded-section .radio-title-text,
global-embedded-section .radio-description-text,
product-options-section .radio-title-text,
product-options-section .radio-description-text {
  flex: 1;
  display: block;
}

global-embedded-section .swatch-title-text,
product-options-section .swatch-title-text {
  margin-bottom: 5px;
}

global-embedded-section .swatch-description-text,
product-options-section .swatch-description-text,
global-embedded-section .radio-description-text,
product-options-section .radio-description-text {
  color: gray;
}




/* SWATCH TOOLTIP */

/* Tooltip text */
global-embedded-section .swatch-input-holder .tooltiptext,
product-options-section .swatch-input-holder .tooltiptext {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  background-color: black;
  width: 100px;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  font-size: 10px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 115%;
  left: 50%;
  margin-left: -50px; /* Use half of the width (120/2 = 60), to center the tooltip */
  line-height: initial;
}

/* Show the tooltip text when you mouse over the tooltip container */
global-embedded-section .swatch-input-holder:hover .tooltiptext,
product-options-section .swatch-input-holder:hover .tooltiptext {
  opacity: 1;
  visibility: initial;
}

global-embedded-section .swatch-input-holder .tooltiptext::after,
product-options-section .swatch-input-holder .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Price holder */
global-embedded-section .priceholder,
product-options-section .priceholder {
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  margin-left: auto;
  padding-left: 10px;
  justify-content: end;
  line-height: initial;
  text-align: end;
  min-width: 125px;
  /*padding-bottom: 10px;*/
  /*height: 38px;*/
}

@media screen and (max-width: 725px) {
  global-embedded-section .priceholder,
  product-options-section .priceholder {
    flex-direction: column !important;
  }
}

global-embedded-section .priceLabel,
product-options-section .priceLabel {
  width: auto;
  min-width: 75px;
  padding-left: 5px;
  text-align: right;
}

global-embedded-section .priceLabel:empty,
product-options-section .priceLabel:empty {
  display: none;
}

/* RADIO STYLES */

global-embedded-section .radio-input-holder,
product-options-section .radio-input-holder {
  display: inline-flex;
  min-width: var(--radioColumnwidth);
  margin-top: calc(var(--radioTopbottom) / 2);
  margin-bottom: calc(var(--radioTopbottom) / 2);
  align-items: center;
}

global-embedded-section .radio-input-holder input,
product-options-section .radio-input-holder input {
  margin-top: 2px;
}

global-embedded-section .product-custom-option .radio-input-holder input,
product-options-section .product-custom-option .radio-input-holder input {
  /*-webkit-appearance: button !important;*/
  height: 12px !important;
  cursor: pointer;
}

global-embedded-section .radio-input-holder label,
product-options-section .radio-input-holder label {
  font-weight: var(--optvalsFontweight) !important;
  font-size: var(--optvalsFontsize);
  color: var(--optvalsTextcolor) !important;
  height: var(--optvalsFontsize);
  cursor: pointer;
  padding-right: var(--radioLeftmargin);
}

global-embedded-section .radio-input-holder .inline-discount-label,
product-options-section .radio-input-holder .inline-discount-label {
  width: 33%;
}

global-embedded-section input[type="checkbox"][disabled],
product-options-section input[type="checkbox"][disabled] {
  cursor: default;
}

global-embedded-section input[type="checkbox"][disabled] + label,
product-options-section input[type="checkbox"][disabled] + label {
  cursor: default;
}

global-embedded-section .radio-input-holder input[type="checkbox"],
product-options-section .radio-input-holder input[type="checkbox"],
global-embedded-section input[type="radio"],
product-options-section input[type="radio"] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(var(--radioScale)); /* IE */
  -moz-transform: scale(var(--radioScale)); /* FF */
  -webkit-transform: scale(var(--radioScale)); /* Safari and Chrome */
  -o-transform: scale(var(--radioScale)); /* Opera */
  transform: scale(var(--radioScale));
  margin-right: var(--radioRightmargin);
}

/* BUTTON STYLES */

global-embedded-section .button-ui-listing,
product-options-section .button-ui-listing {
  display: contents;
  list-style-type: none;
}

global-embedded-section .button-input,
product-options-section .button-input {
  margin-right: var(--buttonSpacing) !important;
  display: none !important;
}

global-embedded-section .button-input-holder,
product-options-section .button-input-holder {
  margin-right: var(--buttonSpacing) !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

global-embedded-section .option-type-button,
product-options-section .option-type-button {
  position: relative;
  display: var(--optdispPlacementdisplay);
  margin-left: calc(var(--optdispPlacementpadding) * 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

global-embedded-section .button-input-holder label,
product-options-section .button-input-holder label {
  list-style: none;
  background-color: var(--buttonUnselectedbackground);
  border: 1px solid var(--buttonUnselectedborder);
  color: var(--buttonUnselectedtext);
  padding-left: var(--buttonPadding);
  padding-right: var(--buttonPadding);
  padding-top: 3px;
  min-width: 55px;
  min-height: 36px;
  text-align: center;
  border-radius: var(--buttonBorderradius);
  vertical-align: middle;
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

global-embedded-section .button-input-holder input[type="radio"]:checked + label,
product-options-section .button-input-holder input[type="radio"]:checked + label {
  list-style: none;
  background-color: var(--buttonSelectedbackground);
  border: 1px solid var(--buttonSelectedborder);
  color: var(--buttonSelectedtext);
  padding-left: var(--buttonPadding);
  padding-right: var(--buttonPadding);
  min-width: 55px;
  /*line-height: normal;
  line-height: inherit;*/
}

global-embedded-section .button-input-holder input[type="checkbox"]:checked + label,
product-options-section .button-input-holder input[type="checkbox"]:checked + label {
  list-style: none;
  background-color: var(--buttonSelectedbackground);
  border: 1px solid var(--buttonSelectedborder);
  color: var(--buttonSelectedtext);
  padding-left: var(--buttonPadding);
  padding-right: var(--buttonPadding);
  min-width: 55px;
 /*line-height: normal;
  line-height: inherit;*/
}

global-embedded-section label.button-label.disabled,
product-options-section label.button-label.disabled {
  background-color: #e8e8e8;
  border-color: #bebebe;
  color: #b2b2b2;
  cursor: default;
}
global-embedded-section .button-label,
product-options-section .button-label {
  line-height: 1.3;
}

global-embedded-section .option-error-msg-label,
product-options-section .option-error-msg-label {
  color: #121212;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  /*height: 18px !important;*/
  display: block !important;
}

/* TEXT FIELD STYLES */

global-embedded-section .option-type-text input,
product-options-section .option-type-text input {
  height: 35px;
}

/* DROPDOWN STYLES */

global-embedded-section .dropdown-img-view,
product-options-section .dropdown-img-view {
  height: var(--swatchHeight);
  width: var(--swatchWidth);
  margin-right: 10px;
}

global-embedded-section .dropdown-color-view,
product-options-section .dropdown-color-view {
  height: var(--swatchHeight);
  width: var(--swatchWidth);
  margin-right: 10px;
  display: block;
}

global-embedded-section .option-type-dropdown,
product-options-section .option-type-dropdown {
  position: relative;
  display: var(--optdispPlacementdisplay); /*inline-block;*/
  margin-left: calc(var(--optdispPlacementpadding) * 2);
}

/* Price Container Styles */

global-embedded-section .option-price-label,
product-options-section .option-price-label {
  padding: 10px;
  display: flex;
}
global-embedded-section .option-price-container,
product-options-section .option-price-container {
  background: var(--totalBackgroundcolor);
  border: 1px solid var(--totalBordercolor);
  border-top: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-font-smoothing: antialiased;
}

global-embedded-section .option-price-container:empty,
product-options-section .option-price-container:empty {
  display: none;
}

global-embedded-section .qty-discount-msg,
product-options-section .qty-discount-msg {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--qtyDiscMsgTextColor);
}

global-embedded-section .opc-discount-title,
product-options-section .opc-discount-title {
  margin-top: 20px;
  margin-bottom : 10px;
  font-size: 16px;
  color: var(--discTableTitleColor);
}

global-embedded-section .opc-discount-table,
product-options-section .opc-discount-table  {
  width: 100%;
  border-collapse: collapse;
  box-shadow: none;
  border: 1px solid var(--ruleTableBorderColor);
}

global-embedded-section .opc-discount-table th,
product-options-section.opc-discount-table th  {
  border: none;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  background-color: var(--ruleHeadingBgColor);
  color: var(--ruleHeadingTextColor);

}

global-embedded-section .opc-discount-table td ,
product-options-section .opc-discount-table td {
  border: none;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  color: var(--ruleTableTextColor);
}


global-embedded-section .addition-price-holder,
product-options-section .addition-price-holder {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

global-embedded-section .addition-price-value-holder,
product-options-section .addition-price-value-holder {
  display: inline-flex;
  text-align: center;
}

global-embedded-section .addition-price-label,
product-options-section .addition-price-label {
  font-size: var(--totalTextfontsize);
  color: var(--totalTextcolor);
  font-weight: var(--totalTextfontweight);
  display: inline-flex;
  align-items: center;
}

global-embedded-section .price-prefix,
product-options-section .price-prefix {
  color: var(--totalAmountcolor);
  font-weight: var(--totalAmountfontweight);
  margin-left: 15px;
  margin-right: 15px;
  font-size: var(--totalAmountfontsize);
}

global-embedded-section .price-suffix,
product-options-section .price-suffix {
  color: var(--totalSufixcolor);
  font-weight: var(--totalSufixfontweight);
  margin-left: 10px;
  font-size: var(--totalSufixfontsize);
}

global-embedded-section .addition-price-value,
product-options-section .addition-price-value {
  color: var(--totalAmountcolor);
  font-weight: var(--totalAmountfontweight);
  font-size: var(--totalAmountfontsize);
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -20px;
}

global-embedded-section .currency-name,
product-options-section .currency-name {
  color: var(--totalAmountcolor);
  line-height: var(--totalAmountfontsize);
  align-content: center;
}

global-embedded-section .addition-price-value.strike,
product-options-section .addition-price-value.strike {
  /*
    color: var(--totalDiscountRegularPricecolor);
    text-decoration:  line-through;
    font-size: calc(var(--totalDiscountfontsize) - 4px);
    font-weight:var(--totalDiscountfontweight);
    padding-right: 10px
*/

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  flex-wrap: nowrap;
}


global-embedded-section .addition-price-option-discounted-price,
product-options-section .addition-price-option-discounted-price {
  color: var(--totalDiscountRegularPricecolor);
  font-size: calc(var(--totalDiscountfontsize) * 0.6);
  line-height: initial;
  text-decoration: line-through;
}

global-embedded-section .addition-price-extra-discount,
product-options-section .addition-price-extra-discount {
  font-size: calc(var(--totalDiscountfontsize) * 0.5);
  line-height: initial;
  color: var(--totalDiscountOptsetDiscountcolor);
}
global-embedded-section .addition-price-option-discount,
product-options-section .addition-price-option-discount {
  font-size: calc(var(--totalDiscountfontsize) * 0.5);
  line-height: initial;
  color: var(--totalDiscountOptsetDiscountcolor);
}

global-embedded-section .addition-price-discount-price,
product-options-section .addition-price-discount-price {
  color: var(--totalDiscountPricecolor);
  font-weight: var(--totalDiscountfontweight);
  font-size: var(--totalDiscountfontsize);
  padding-right: 10px;
}

global-embedded-section .addition-price-discount-message,
product-options-section .addition-price-discount-message {
  color: var(--totalDiscountSavingscolor);
  display: block;
  text-align: center;
}

global-embedded-section .addition-price-discount-prefix,
product-options-section .addition-price-discount-prefix {
  white-space: pre;
}

global-embedded-section .addition-price-discount-savings,
product-options-section .addition-price-discount-savings {
  font-weight: 900;
  white-space: pre;
}

global-embedded-section .addition-price-discount-postfix,
product-options-section .addition-price-discount-postfix {
  white-space: pre;
}

@media (min-width: 1000px) {
  global-embedded-section .addition-price-discount-message,
  product-options-section .addition-price-discount-message {
    display: inline-flex !important;
    vertical-align: text-top;
  }
  global-embedded-section .addition-price-value-holder,
  product-options-section .addition-price-value-holder {
    display: inline-flex !important;
    align-items: center;
  }

  global-embedded-section .addition-price-holder,
  product-options-section .addition-price-holder {
    flex-direction: row !important;
  }
}

global-embedded-section .helpText,
product-options-section .helpText {
  font-size: smaller;
  display: block;
  justify-content: var(--optdispAlignment);
  margin-top: 10px;
}

global-embedded-section .minimal,
product-options-section .minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%, gray calc(50% + 1px), transparent calc(50% + 2px)),
  linear-gradient(-45deg, transparent 50%, gray 50%, gray calc(50% + 1px), transparent calc(50% + 2px));
  background-position: calc(100% - 0.7em) calc(50%), calc(100% - 0.7em + 4px) calc(50%), calc(100% - 1.7em) 60%;
  background-size: 5px 4px, 5px 4px, 1px 29px;
  background-repeat: no-repeat;
}

/* Add this to your CSS */
global-embedded-section select.measurement-dropdown.minimal,
product-options-section select.measurement-dropdown.minimal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; /* Force white background */
  border-radius: 0; /* Remove rounded corners on mobile */
  font-size: 16px; /* Prevent iOS zoom on focus */

  /* Fix for Android */
  background-color: transparent;
  border: 0px;
}


@keyframes addtocart_spinner {
  to {
    transform: rotate(360deg);
  }
}

global-embedded-section .addtocart_spinner:before,
product-options-section .addtocart_spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: addtocart_spinner 0.6s linear infinite;
}

global-embedded-section .addtocart_spinner,
product-options-section .addtocart_spinner {
  padding-right: 25px;
}

.add-to-cart-container.addtocart_sticky {
  position: fixed;
  right: 0;
  bottom: 28px;
  width: 50%;
  padding-right: 54px;
  z-index: 99;
}

global-embedded-section .loader:empty,
product-options-section .loader:empty {
  display: initial !important;
}

global-embedded-section .circle-loader,
product-options-section .circle-loader {
  margin-bottom: 0em;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 0.5s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}

.edit-button-loader{
  margin-bottom: 0em;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 0.5s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}

global-embedded-section .load-complete,
product-options-section .load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}
global-embedded-section .checkmark,
product-options-section .checkmark {
  display: none;
}
global-embedded-section .checkmark.draw:after,
product-options-section .checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
global-embedded-section .checkmark:after,
product-options-section .checkmark:after {
  opacity: 1;
  height: 0.75em;
  width: 0.35em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  left: 0.21em;
  top: 0.72em;
  position: absolute;
}

.update-loader {
  border: 3px solid rgb(255 255 255);
  border-left-color: #5cb85c;
  animation: loader-spin 0.5s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-left: 5px;
  margin-top: 1px;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.35em;
    opacity: 1;
  }
  40% {
    height: 0.75e;
    width: 0.35em;
    opacity: 1;
  }
  100% {
    height: 0.75m;
    width: 0.35em;
    opacity: 1;
  }
}

global-embedded-section :focus-visible,
product-options-section :focus-visible {
  outline: 0px solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0rem !important;
  box-shadow: 0 0 0 0 rgb(var(--color-background)),
    0 0 0.2rem 2px rgba(var(--color-foreground), 0.1) !important;
}

/* Dropdown style */
global-embedded-section .dropbtn,
product-options-section .dropbtn {
  color: var(--optvalsTextcolor);
  font-weight: var(--optvalsFontweight);
  font-size: var(--optvalsFontsize);
  background-color: #fff;
  padding: 6px;
  width: var(--optvalsFieldwidth);
  border: none;
  cursor: default;
  margin-left: var(--optvalsLeftPadding);
  height: var(--containerFieldheight);
  border: 1px solid #ced4da;
  border-radius: 2px;
  padding-bottom: 4px;
}

/* over ride default drop down to match custom */
global-embedded-section .product-custom-option select,
product-options-section .product-custom-option select {
  -webkit-appearance: none !important;
  font-weight: var(--optvalsFontweight) !important;
  font-size: var(--optvalsFontsize) !important;
  color: var(--optvalsTextcolor) !important;
}

/* remove any borders when empty or calulator not on page */
product-options-section .product-custom-option:empty {
  border: 0px !important;
}

/* over ride default drop down to match custom */
global-embedded-section .product-custom-option input,
product-options-section .product-custom-option input {
  /*    -webkit-appearance: none !important;*/
  font-weight: var(--optvalsFontweight) !important;
  font-size: var(--optvalsFontsize) !important;
  color: var(--optvalsTextcolor) !important;
  height: var(--containerFieldheight);
  display: initial;
  -webkit-appearance: auto;
  appearance: auto;
  position: relative;
}

/* Lookup Options */
global-embedded-section .option-type-dropdown-content,
product-options-section .option-type-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: var(--optvalsFieldwidth);
  max-width: calc(var(--optvalsFieldwidth) * 1.35);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 101;
  border: 1px solid #767676;
  margin-top: 35px;
  margin-left: var(--optvalsLeftPadding) !important;
  max-height: 165px;
  overflow-x: hidden;
  overflow-y: scroll;
}

global-embedded-section .option-list-frame:not(.option-name-display),
product-options-section .option-list-frame:not(.option-name-display) {
  display: table-cell;
  width: 50%;
  padding-left: 10px;
}

global-embedded-section .option-type-dropdown-content .tab-view,
product-options-section .option-type-dropdown-content .tab-view {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
global-embedded-section .dropdown-label,
product-options-section .dropdown-label {
  flex: 1;
  text-align: left;
}

global-embedded-section .option-type-dropdown-content .tab-view:hover,
product-options-section .option-type-dropdown-content .tab-view:hover {
  background-color: #f1f1f1;
}

global-embedded-section .option-type-dropdown:hover .dropbtn,
product-options-section .option-type-dropdown:hover .dropbtn {
  background-color: #fff;
}

global-embedded-section .option-dropdown-number,
product-options-section .option-dropdown-number {
  display: inline;
  margin-bottom: 10px;
}

global-embedded-section .option-number-input,
product-options-section .option-number-input {
  margin-right: 10px;
  display: block;
  width: var(--optvalsFieldwidth);
  padding: 0.6rem 0.25rem 0.6rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
  display: inline-flex !important;
  padding-top: var(--optdispPlacementpadding);
  padding-bottom: var(--optdispPlacementpadding);
  justify-content: var(--optdispAlignment);
  height: var(--containerFieldheight);
}

global-embedded-section .option-number-input.inputOne,
product-options-section .option-number-input.inputOne {
  width: var(--lookupNumberwidthOne);
  height: var(--containerFieldheight);
}

global-embedded-section .option-number-input.inputTwo,
product-options-section .option-number-input.inputTwo {
  width: var(--lookupNumberwidthTwo);
  height: var(--containerFieldheight);
}

global-embedded-section .option-dropdown-input,
product-options-section .option-dropdown-input {
  padding: 0.35rem 1.5rem 0.7rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
  display: inline-flex;
  padding-top: var(--optdispPlacementpadding);
  padding-bottom: var(--optdispPlacementpadding);
  justify-content: var(--optdispAlignment);
  background-color: white;
  height: var(--containerFieldheight);
}

global-embedded-section .option-dropdown-input.inputOne,
product-options-section .option-dropdown-input.inputOne {
  width: var(--lookupDropwidthOne);
  height: var(--containerFieldheight);
}

global-embedded-section .option-dropdown-input.inputTwo,
product-options-section .option-dropdown-input.inputTwo {
  width: var(--lookupDropwidthTwo);
  height: var(--containerFieldheight);
}

global-embedded-section .steppedHolder,
product-options-section .steppedHolder {
  display: inline-flex;
}

global-embedded-section .option-stepped-input,
product-options-section .option-stepped-input {
  margin-right: 0px !important;
  background-color: #f6f8f7 !important;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  text-align: center;
  margin-bottom: 10px;
  height: 35px !important;
  width: 100%;
}

global-embedded-section .minusStep,
product-options-section .minusStep {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #ced4da !important;
  border: 1px solid #ced4da !important;
  width: 60px;
  height: 35px !important;
  margin-bottom: 10px;
}

global-embedded-section .minusStep button:focus,
product-options-section .minusStep button:focus {
  outline: 0;
}

global-embedded-section .minusStep:hover,
product-options-section .minusStep:hover {
  background-color: black !important;
  color: white !important;
  cursor: pointer;
}

global-embedded-section input[type="button"].minusStep,
product-options-section input[type="button"].minusStep {
  font-size: 19px !important;
  vertical-align: bottom;
  line-height: initial;
  padding: 0px;
}

global-embedded-section .plusStep,
product-options-section .plusStep {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ced4da !important;
  border: 1px solid #ced4da !important;
  width: 60px;
  height: 35px !important;
  margin-bottom: 10px;
}
global-embedded-section .plusStep:hover,
product-options-section .plusStep:hover {
  background-color: black !important;
  color: white !important;
  cursor: pointer;
}

global-embedded-section input[type="button"].plusStep,
product-options-section input[type="button"].plusStep {
  font-size: 19px !important;
  vertical-align: bottom;
  line-height: initial;
  padding: 0px;
}

global-embedded-section .plusStep button:focus,
product-options-section .plusStep button:focus {
  outline: 0;
}

global-embedded-section .errorMsgCss,
product-options-section .errorMsgCss {
  color: red;
  margin-top: -10px;
  margin-bottom: 10px;
}

global-embedded-section .selected-dropdown-view,
product-options-section .selected-dropdown-view {
  /*background: #f1f1f1;*/
  background: #1e90ff;
}

global-embedded-section .tooltip-icon,
product-options-section .tooltip-icon {
  display: inline-block;
  width: 20px;
  vertical-align: text-top;
  margin-left: 10px;
}

global-embedded-section .tooltip-icon svg,
product-options-section .tooltip-icon svg {
  width: initial;
  height: initial;
  fill: initial;
  stroke: initial;
}

global-embedded-section .tooltip-icon .tooltip-icon-text,
product-options-section .tooltip-icon .tooltip-icon-text {
  /*Version 1*/
  visibility: hidden;
  max-width: 400px;
  min-width: auto;
  width: max-content;
  padding: 10px;
  font-weight: 200;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
  border: 2px solid black;
  box-shadow: 1px 4px 5px 0px rgb(0 0 0 / 20%);
  margin-top: 13px;
  text-align: left;
  z-index: 9;

  position: absolute;
  right: 105%;
  display: inline-block;
  transform: translateY(calc(-50% + -5px));

  /* Version 2 */
  /*
    position: absolute;
    right:417px;
    transform: translate(1%,-47%);

    */

  /* transform: translate(-150%,-32px); */
  /* display: inline-flex;*/
}

@media (max-width: 400px) {
  global-embedded-section .tooltip-icon .tooltip-icon-text,
  product-options-section .tooltip-icon .tooltip-icon-text {
    max-width: 340px;
  }
}

@media (max-width: 989px) {
  global-embedded-section .tooltip-icon .tooltip-icon-text,
  product-options-section .tooltip-icon .tooltip-icon-text {
    /* left: calc(var(--containerBoxpadding) + 13px) !important;*/
    transform: translateY(calc(-100% + -22px)) !important;
    left: 20px;
  }

  global-embedded-section .tooltip-icon .tooltip-icon-text:after,
  product-options-section .tooltip-icon .tooltip-icon-text:after {
    top: calc(100% + 12px) !important;
    border-top-color: #ffffff !important;
    border-left-color: transparent !important;
    border-width: 10px !important;
    margin-top: -13px !important;
  }

  global-embedded-section .tooltip-icon .tooltip-icon-text:before,
  product-options-section .tooltip-icon .tooltip-icon-text:before {
    top: calc(100% + 12px) !important;
    border-top-color: #000000 !important;
    border-left-color: transparent !important;
    border-width: 10px !important;
    margin-top: -10px !important;
  }

  global-embedded-section .tooltip-icon .tooltip-icon-text:after,
  product-options-section .tooltip-icon .tooltip-icon-text:after,
  global-embedded-section .tooltip-icon .tooltip-icon-text:before,
  product-options-section .tooltip-icon .tooltip-icon-text:before {
    left: 7px !important;
  }
}

global-embedded-section .tooltip-icon .tooltip-icon-text:after,
product-options-section .tooltip-icon .tooltip-icon-text:after,
global-embedded-section .tooltip-icon .tooltip-icon-text:before,
product-options-section .tooltip-icon .tooltip-icon-text:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}


global-embedded-section .tooltipLeft,
product-options-section .tooltipLeft {
  left: 50% !important;
}

/* edit option modal tooltip css start  */
.tooltip-icon.tooltip-right {
  position: relative;
 }

.tooltip-icon.tooltip-right .tooltip-icon-text {
  left: 35px !important;
  right: auto !important;
}

.tooltip-icon.tooltip-right .tooltip-icon-text:after,
.tooltip-icon.tooltip-right .tooltip-icon-text:before {
  transform: rotate(-180deg);
}

.tooltip-icon.tooltip-right .tooltip-icon-text:after {
  left: -20px;
}
.tooltip-icon.tooltip-right .tooltip-icon-text:before {
  left: -28px;
}
/* edit option modal tooltip css End  */

global-embedded-section .tooltip-icon .tooltip-icon-text:after,
product-options-section .tooltip-icon .tooltip-icon-text:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}

global-embedded-section .tooltip-icon .tooltip-icon-text:before,
product-options-section .tooltip-icon .tooltip-icon-text:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #000000;
  border-width: 14px;
  margin-top: -14px;
}

global-embedded-section .tooltip-icon:hover .tooltip-icon-text,
product-options-section .tooltip-icon:hover .tooltip-icon-text {
  visibility: visible !important;
}

global-embedded-section .tooltipTextWrapper,
product-options-section .tooltipTextWrapper {
  max-width: 400px !important;
  min-width: auto;
}

.addToCartCustomButton {
  color: var(--addtocartTextcolor);
  font-weight: var(--addtocartFontweight);
  width: 100%;
  font-size: var(--addtocartFontsize);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: var(--addtocartButtonheight) !important;
  font-family: var(--addtocartFontfamily);
  padding: 0.9rem 3rem 1.1rem;
  text-decoration: none;
  border: var(--addtocartBorderwidth) solid var(--addtocartBordercolor);
  border-radius: var(--addtocartBorderradius);
  background-color: var(--addtocartButtoncolor);
  box-shadow: var(--addtocartShadow);
  min-width: 12rem;
  min-height: var(--addtocartButtonheight);
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  margin-top: 10px;
  padding: 20px;
}

.addToCartCustomButton:disabled {
  background-color: #c6c6c6;
  border: #c6c6c6;
  outline: none !important;
}

.addToCartCustomButton:hover:disabled {
  background-color: #c6c6c6;
  border: #c6c6c6;
  color: var(--addtocartTextcolor);
  cursor: initial;
  outline: none !important;
}

.addToCartCustomButtonPrice {
  padding-left: 28px;
}

.addToCartCustomButton:hover {
  color: var(--addtocartHovertextcolor);
  background-color: var(--addtocartHovercolor);
  outline: var(--addtocartBorderwidth) solid var(--addtocartHoverbordercolor);
  border:  var(--addtocartBorderwidth) solid var(--addtocartHoverbordercolor);
}

global-embedded-section .product-error-msg-label,
product-options-section .product-error-msg-label {
  color: red;
}

global-embedded-section .custom-loading,
product-options-section .custom-loading {
  position: absolute;
  top: 0;
  left: 0;
}

global-embedded-section .required-validation-msg,
product-options-section .required-validation-msg {
  color: red;
}

global-embedded-section .loader,
product-options-section .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  position: fixed;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

global-embedded-section .my-custom-spinner-loading .spinner,
product-options-section .my-custom-spinner-loading .spinner {
  -webkit-animation: none !important;
  animation: none !important;
}

global-embedded-section .text-input,
product-options-section .text-input {
  width: 100% !important;
}

global-embedded-section .paragraph-input,
product-options-section .paragraph-input {
  width: 100% !important;
  height: 50px;
}

global-embedded-section .email-input,
product-options-section .email-input {
  width: 100% !important;
}

global-embedded-section .number-input,
product-options-section .number-input {
  width: 100% !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

global-embedded-section .popup-loader,
product-options-section .popup-loader {
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.spinner-button {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
}

/* Shake Add to Cart button */
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

global-embedded-section .apply-shake,
product-options-section .apply-shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* Instruction Styling */
global-embedded-section .instruction-formula,
product-options-section .instruction-formula {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  white-space: pre;
}

/* Quantity Styling */

global-embedded-section .opc-quantity-primary-holder,
product-options-section .opc-quantity-primary-holder {
  display: var(--quantityHide);
}

global-embedded-section .opc-quantity-holder,
product-options-section .opc-quantity-holder {
  /*  color: var(--quantityTextcolor);*/
  display: flex;
}
global-embedded-section .opc-quantity-holder .opc-quantity input,
product-options-section .opc-quantity-holder .opc-quantity input {
  border: var(--quantityBorderwidth) px solid var(--quantityBordercolor);
}

global-embedded-section .opc-quantity,
product-options-section .opc-quantity {
  margin-left: var(--quantityButtonsmargin);
  margin-right: var(--quantityButtonsmargin);
}

/* it will support chrome and firefox */
global-embedded-section .opc-quantity input[type="number"]::-webkit-inner-spin-button,
product-options-section .opc-quantity input[type="number"]::-webkit-inner-spin-button,
global-embedded-section .opc-quantity input[type="number"]::-webkit-outer-spin-button,
product-options-section .opc-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

global-embedded-section .opc-quantity-holder input,
product-options-section .opc-quantity-holder input {
  width: 55px;
  padding: 0.5em;
  text-align: center;
  border-left: var(--quantityNoborder) solid var(--quantityBordercolor);
  border-right: var(--quantityNoborder) solid var(--quantityBordercolor);
  border-top: var(--quantityBorderwidth) solid var(--quantityBordercolor);
  border-bottom: var(--quantityBorderwidth) solid var(--quantityBordercolor);
  border-radius: 3px;
  margin-bottom: 10px;
}

global-embedded-section .opc-quantity-holder .add1,
product-options-section .opc-quantity-holder .add1 {
  /* border-left:none;*/
  cursor: pointer;
  background-color: var(--quantityButtoncolor);
  border: var(--quantityBorderwidth) solid var(--quantityBordercolor);
  border-radius: var(--quantityBorderradius);
  color: var(--quantityTextcolor);
  width: 35px;
}

global-embedded-section .opc-quantity-holder .add1:disabled,
product-options-section .opc-quantity-holder .add1:disabled {
  color: #d7dbdb !important;
  cursor: initial;
  background-color: #f4f4f4 !important;
}

global-embedded-section .opc-quantity-holder .minus1:disabled,
product-options-section .opc-quantity-holder .minus1:disabled {
  color: #d7dbdb !important;
  cursor: initial;
  background-color: #f4f4f4 !important;
}

global-embedded-section .opc-quantity-holder .minus1,
product-options-section .opc-quantity-holder .minus1 {
  /*border-right:none;*/
  cursor: pointer;
  background-color: var(--quantityButtoncolor);
  border: var(--quantityBorderwidth) solid var(--quantityBordercolor);
  border-radius: var(--quantityBorderradius);
  color: var(--quantityTextcolor);
  width: 35px;
}

global-embedded-section .opc-quantity-holder .add1:hover:not([disabled]),
product-options-section .opc-quantity-holder .add1:hover:not([disabled]),
global-embedded-section .opc-quantity-holder .minus1:hover:not([disabled]),
product-options-section .opc-quantity-holder .minus1:hover:not([disabled]) {
  background-color: var(--quantityHovercolor);
  color: var(--quantityHovertextcolor) !important;
  border: var(--quantityBorderwidth) solid var(--quantitytHoverbordercolor);
}

global-embedded-section .opc-quantity:disabled,
product-options-section .opc-quantity:disabled {
  background-color: #f4f4f4;
}

/* DISCOUNT Styling */

global-embedded-section .original-price,
product-options-section .original-price {
  color: var(--discountRegularPricecolor);
}

global-embedded-section .original-price.strike,
product-options-section .original-price.strike {
  color: var(--discountRegularPricecolor);
  text-decoration: line-through;
}
global-embedded-section .discounted-price,
product-options-section .discounted-price {
  color: var(--discountSavingscolor);
  font-weight: 900;
}

global-embedded-section .discount-prefix,
product-options-section .discount-prefix {
  color: var(--discountPricecolor);
}

global-embedded-section .discount-postfix,
product-options-section .discount-postfix {
  color: var(--discountPricecolor);
}

global-embedded-section .discount-savings,
product-options-section .discount-savings {
  color: var(--discountPricecolor);
}

/* Date Styleing */

global-embedded-section .fallbackDatePicker select,
product-options-section .fallbackDatePicker select {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: var(--containerFieldheight);
  color: var(--optdispTextcolor);
  border: 1px solid #ced4da;
}

global-embedded-section .fallbackDatePicker label,
product-options-section .fallbackDatePicker label {
  font-size: 15px;
}

global-embedded-section .option-type-date input,
product-options-section .option-type-date input {
  border: 1px solid #ced4da;
  padding-left: 10px;
  padding-right: 10px;
}

/* shopfiy free themes sticky product image override for tooltips*/
 .product__column-sticky {
  z-index: 0 !important;
}

/* constrain instruction images to size of calculator */
global-embedded-section .instruction img,
product-options-section .instruction img {
  max-width: 100%;
}

/* css for edit item option modal */
.popup-quantity-holder {
  display: flex;
  align-items: center;
}

.popup-quantity-container {
  border: 1px solid #525252;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.popup-quantity-container input:nth-child(1) {
  border-right: 1px solid #525252 !important;
}

.popup-quantity-container input:nth-last-child(1) {
  border-left: 1px solid #525252 !important;
}

.popup-quantity-container input {
  background: #fff;
  border: none !important;
  color: #525252 !important;
  margin: 0 !important;
  font-size: 12px !important;
}


/* it will support chrome and firefox */
.popup-quantity input[type="number"]::-webkit-inner-spin-button,
.popup-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.popup-quantity-holder input {
  width: 55px;
  padding: 0.5em;
  text-align: center;
  border-left: var(--quantityNoborder) solid var(--quantityBordercolor);
  border-right: var(--quantityNoborder) solid var(--quantityBordercolor);
  border-top: var(--quantityBorderwidth) solid var(--quantityBordercolor);
  border-bottom: var(--quantityBorderwidth) solid var(--quantityBordercolor);
  border-radius: 3px;
}

.popup-quantity-holder .popup-add1 {
  cursor: pointer;
  width: 35px;
  background: #fff !important;
  border-radius: 0 !important;
}

.popup-quantity-holder .popup-minus1 {
  cursor: pointer;
  width: 35px;
  background: #fff !important;
  border-radius: 0 !important;
}

.popup-quantity-container input:nth-child(1):hover {
  background: #525252 !important;
  color: #fff !important;
}

.popup-quantity-container input:nth-last-child(1):hover {
  background: #525252 !important;
  color: #fff !important;
}


.popup-quantity-holder .popup-add1:hover:not([disabled]),
.popup-quantity-holder .popup-minus1:hover:not([disabled]) {
  background-color: var(--quantityHovercolor) !important;
  color: var(--quantityHovertextcolor) !important;
  border: var(--quantityBorderwidth) solid var(--quantitytHoverbordercolor);
}

/* css for edit item option modal */
.popup-quantity-holder {
  display: flex;
  align-items: center;
}

.popup-quantity-container {
  border: 1px solid #525252;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.popup-quantity-container input:nth-child(1) {
  border-right: 1px solid #525252 !important;
}

.popup-quantity-container input:nth-last-child(1) {
  border-left: 1px solid #525252 !important;
}

.popup-quantity-container input {
  background: #fff;
  border: none !important;
  color: #525252 !important;
  margin: 0 !important;
  font-size: 12px !important;
}


/* it will support chrome and firefox */
.popup-quantity input[type="number"]::-webkit-inner-spin-button,
.popup-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.popup-quantity-holder input {
  width: 55px;
  padding: 0.5em;
  text-align: center;
  border-left: var(--quantityNoborder) solid var(--quantityBordercolor);
  border-right: var(--quantityNoborder) solid var(--quantityBordercolor);
  border-top: var(--quantityBorderwidth) solid var(--quantityBordercolor);
  border-bottom: var(--quantityBorderwidth) solid var(--quantityBordercolor);
  border-radius: 3px;
}

.popup-quantity-holder .popup-add1 {
  cursor: pointer;
  width: 35px;
  background: #fff !important;
  border-radius: 0 !important;
}

.popup-quantity-holder .popup-minus1 {
  cursor: pointer;
  width: 35px;
  background: #fff !important;
  border-radius: 0 !important;
}

.popup-quantity-container input:nth-child(1):hover {
  background: #525252 !important;
  color: #fff !important;
}

.popup-quantity-container input:nth-last-child(1):hover {
  background: #525252 !important;
  color: #fff !important;
}


.popup-quantity-holder .popup-add1:hover:not([disabled]),
.popup-quantity-holder .popup-minus1:hover:not([disabled]) {
  background-color: var(--quantityHovercolor) !important;
  color: var(--quantityHovertextcolor) !important;
  border: var(--quantityBorderwidth) solid var(--quantitytHoverbordercolor);
}

/* Multi Step */
global-embedded-section .stepHolder,
product-options-section .stepHolder {
  display: none;
}
global-embedded-section .stepHolder.active,
product-options-section .stepHolder.active {
  display: block;
}

global-embedded-section .opc-steps-container,
product-options-section .opc-steps-container {
  margin-left: calc(-1 *var(--containerBoxpadding));
  margin-right: calc(-1 *var(--containerBoxpadding));
  margin-top: calc(-1 *var(--containerBoxpadding));
  padding-top: 15px;
  margin-bottom: 20px;
}

global-embedded-section .opc-step-header,
product-options-section .opc-step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  padding: 0 25px; /* Add padding to prevent line extending */
}

/* Add lines between steps */
global-embedded-section .opc-step-header::before,
product-options-section .opc-step-header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%; /* Start from the center */
  transform: translateX(-50%); /* Align the line correctly */
  width: calc(100% - 50px); /* Adjust the width considering the margins */
  height: 2px;
  background: #ddd;
  z-index: 0; /* Keep the line behind the circles */
}

global-embedded-section .opc-step,
product-options-section .opc-step {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  position: relative; /* Set relative for pseudo-elements */
  z-index: 1; /* Make sure the circles stay above the line */
}

/* not using error style for now*/
global-embedded-section .opc-step.error,
product-options-section .opc-step.error {
  /*border:1px solid red; */
  background-color: #ff1e1e !important;

}

global-embedded-section .opc-step p,
product-options-section .opc-step p {
  margin: 0;
}

global-embedded-section .opc-step.complete,
product-options-section .opc-step.complete {
  background: var(--stepCompletecolor);
  color: var(--stepNumbercolor);
}

global-embedded-section .opc-step.complete p,
product-options-section .opc-step.complete p {
  color: var(--stepNumbercolor);
  font-family: Arial, Helvetica, sans-serif;
}


global-embedded-section .opc-step.active,
product-options-section .opc-step.active {
  background: var(--stepActivecolor);
  color: var(--stepNumbercolor);
}

global-embedded-section .opc-step.incomplete,
product-options-section .opc-step.incomplete {
  background: var(--stepIncompletecolor);
  color: var(--stepNumbercolor);
}

global-embedded-section .opc-step-title,
product-options-section .opc-step-title {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: var(--stepTitlecolor);
  font-weight: 400;
  font-size: 24px;
  line-height:24px;
}

global-embedded-section .opc-btn-back,
product-options-section .opc-btn-back,
global-embedded-section .opc-btn-next,
product-options-section .opc-btn-next{
  border: none;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 5px;
  cursor: pointer;
}

global-embedded-section .opc-btn-back,
product-options-section .opc-btn-back {
  background-color: var(--stepBackbuttoncolor);
  color: var(--stepBacktextcolor) !important;
  float: left;
  cursor: pointer;
  margin-left: 10px;
}

global-embedded-section .opc-btn-next,
product-options-section .opc-btn-next{
  background-color: var(--stepNextbuttoncolor);
  color: var(--stepNexttextcolor);
  float: right;
  cursor: pointer;
  margin-right: 10px;
}

/* Clear floats */
global-embedded-section .form-step:after,
product-options-section .form-step:after {
  content: "";
  display: table;
  clear: both;
}

global-embedded-section .opc-step-control:after,
product-options-section .opc-step-control:after {
/* Clear floats */
  content: "";
  display: table;
  clear: both;
}

global-embedded-section .opc-step-description,
product-options-section .opc-step-description {
  text-align: center;
  margin-top:  calc(-1 *var(--containerBoxpadding));
  margin-top: 5px;
  border-bottom: 1px solid;
}

global-embedded-section .opc-step-control,
product-options-section .opc-step-control {
  margin-left:  calc(-1 *var(--containerBoxpadding));
  margin-right:  calc(-1 *var(--containerBoxpadding));
  margin-bottom:  calc(-1 *var(--containerBoxpadding));
  margin-top: 20px;
}

/* constrain instruction images to size of calculator */
global-embedded-section .instruction img,
product-options-section .instruction img {
  max-width: 100%;
}

/* Lookup Dimension range table */
global-embedded-section .sheet-hint svg,
product-options-section .sheet-hint svg {
  margin-left: 10px;
  cursor:auto;
}

global-embedded-section .sheet-hint,
product-options-section .sheet-hint {
  color:rgb(11, 11, 247);
  font-weight:unset;
  font-size: calc(var(--optdispFontsize) - 3px);
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* css for custom dimension box  */
.custom-dimension-view::after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position:fixed;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.custom-dimension-view {
  max-height: 450px;
  max-width: 700px;
  background: #fff;
  position:fixed;
  bottom: 0;
  left: 0;
  display: none;
  margin: auto;
  top: 0;
  right: 0;
  z-index: 9999999999;
}

.custom-dimension-view .table-modal {
  padding: 10px 10px 10px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  height: fit-content;
}

.custom-dimension-view .table-box {
  position: relative;
  z-index: 9;
  max-height: 450px;
  overflow: auto;
  margin-top: 10px;
  border-top: 1px solid black;
  padding-top: 10px;
}

.custom-dimension-view .table-box table {
  /*min-width: 100%;*/
  box-shadow: none;
  margin-left: auto !important;
  margin-right: auto !important;
  width: initial;
}

.custom-dimension-view .price_arrow {
  font-size: 25px;
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 14px;
}

.custom-dimension-view table.pricing_table {
  border: 0px !important;
}

.custom-dimension-view table.pricing_table td {
  padding:5px;
  font-size:11px;
}

.custom-dimension-view .table-box table:not([class]) td {
  border: 0px;
}

.custom-dimension-view .sheet-close {
  font-size: 19px;
  color: #535353;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 99;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-dimension-view .sheet-close:hover {
  color: #000;
}

.custom-dimension-view .sheet_0_0 {
  padding-left: 2px !important;
  padding-right: 25px !important;
  padding-bottom: 0px !important;
}




/* Modal Options */
global-embedded-section .sheet-hint:hover,
product-options-section .sheet-hint:hover{
  cursor: pointer;
}


global-embedded-section .opc-modal-option.flex.flex-wrap a,
product-options-section .opc-modal-option.flex.flex-wrap a {
  text-decoration: none;
}

global-embedded-section .span.modal-icon,
product-options-section span.modal-icon {
  vertical-align: middle;
}


/* Shape option styles */
global-embedded-section .option-type-shapes .shape-selections .shape-button,
product-options-section .option-type-shapes .shape-selections .shape-button {
  width: 50px;
  height: 50px;
  margin: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: background-color 0.3s;
}

global-embedded-section .option-type-shapes .shape-selections .shape-button.selected,
product-options-section .option-type-shapes .shape-selections .shape-button.selected {
  background-color: rgb(215, 213, 221);
}

.opc-modal {
  display: none;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}


.opc-modal .opc-modal-content {
  background-color: #F7F8F9;
  margin: 0;
  padding: 20px;
  width: calc(100% - 32px);
  max-width: 450px;
  max-height: calc(100% - 50px);
  overflow: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.opc-modal .opc-modal-content h4 {
  padding-right: 20px;
}

 .opc-modal .close {
  background-color: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 0;
  cursor: pointer;
}

.opc-modal .modal-title {
  padding-bottom:10px;
  font-weight: 900;
}


.opc-modal .close svg {
  width: 20px;
  height: 20px;
}





/* Edit Options Styles */

.opc-overlay {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  background: rgb(253 253 253 / 80%);
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.close-edit-modal,
.opc-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  line-height: 1;
  width: 25px;
  height: 25px;
  z-index: 999999;
  cursor: pointer;
  color: black;
  float: right;
  font-size: 20px;
}
.close-edit-modal {
  margin-top:10px;
}
.opc-popup .spinner {
  width: auto;
  height: auto;
  text-align: center;
}

.opc-popup .spinner img {
  font-size: 15px;
  line-height: 50px;
  border-radius: 10px 10px 10px 10px;
}

.overlay-popup.my-custom-pop-view {
  position: fixed;
  display: block;
  align-items: center;
  overflow: hidden;
  z-index: 999999;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding-right: 120px;
}

.opc-popup {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  text-align: center;
  border-radius: 10px;
  background: rgb(240, 240, 240);
  box-shadow: 0px 0px 10px 0px black;
  min-height: 450px;
  max-height: 550px;
}

.opc-popup img {
  font-size: 15px;
  /* height:70px; */
  line-height: 50px;
  background-color: #fff;
  width: 125px;
  min-width: 125px;
  height: 125px;
  border-radius: 10px 10px 10px 10px;
}

.popup-parent-view {
  display: flex;
}

.opc-popup .fancybox-inner,
.opc-popup .fancybox-outer {
  position: relative;
}

.opc-popup  .container-custom {
  position: relative;
  padding-top: 20px !important;
}

.opc-popup .cart_notification {
  display: table !important;
}

.opc-popup .cart_notification .product_image {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: none;
}

.opc-popup .columns {
  margin-left: 10px;
  margin-right: 20px;
}

.opc-popup  .property-values {
  margin: 0px 0px 0px;
  max-width: 100%;
}

.opc-popup .cart_notification_content {
  text-align: left;
  margin-left: 20px;
}

.opc-popup .cart_notification_content .view_cart {
  position: initial;
  display: contents;
}

.opc-popup .icon-check:before {
  content: "\e903";
}

.opc-popup .action_button {
  background: #423f54;
  border: 1px solid #423f54;
  padding: 10px 20px;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inconsolata, sans-serif;
  font-weight: 700;
  text-shadow: 0 1px rgb(0 0 0 / 10%);
  border-radius: 3px;
  color: #fff;
  transition: all 0.2s linear;
  margin-bottom: 0;
  -webkit-appearance: none;
  outline: 0;
}

.opc-popup .icon-right-arrow-opc {
  border: solid #a9c2e9;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.opc-popup .continue_shopping {
  /* margin-left: 15px; */
  display: inline-block;
}

/* .continue_shopping a{
    margin-left: 10px;
} */

.opc-popup .cart-header-view {
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-flex;
  letter-spacing: 4px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 100px 10px 0;
  text-align: left;
  border-bottom: 1px solid #8f8f8f;
}

.opc-popup .cart-header-view-suggestion {
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.opc-popup .suggestion-header-label {
  text-align: left;
  margin-left: 40px;
  font-size: x-large;
  font-weight: 700;
}

.opc-popup .suggestion-list-view {
  display: block;
  /*width: min-content;*/
  text-transform: capitalize;
  text-align: center;
  line-height: 1.5em;
  padding-top: 10px;
}

.opc-popup .suggestion-listing {
  justify-content: space-around;
  display: flex;
  margin-top: 20px;
}

.opc-popup .suggestion-list-view img {
  cursor: pointer;
}

.opc-popup .suggestion-list-view label {
  cursor: pointer;
  display: block;
  max-width: 125px;
}

@media (max-width: 950px) {
  .opc-popup .suggestion-list-view img {
    width: 115px;
    height: 115px;
  }

  global-embedded-section .edit_cart_item .my-edit-cart-view {
    width: 95vw !important;
    height: 95vh !important;
  }

}

@media (max-width: 800px) {
  .opc-popup .suggestion-list-view img {
    width: 150px;
    height: 150px;
  }

  .opc-popup {
    width: 100%;
    height: 100%;
    /*       top: initial; */
    left: initial;
  }

}

.my-edit-cart-view .product_heading {
  font-size: 19px;
  margin-right: 12px;
}

@media (max-width: 700px) {
  .opc-popup .suggestion-list-view img {
    width: 125px;
    height: 125px;
  }
}

@media (max-width: 550px) {
  .opc-popup .suggestion-list-view img {
    margin-right: 10px;
    width: 75px;
    height: 75px;
  }
  .opc-popup .suggestion-list-view {
    display: inline-flex;
    align-items: left;
    margin-top: 10px;
    width: 100%;
    padding-left: 40px;
  }

  .opc-popup .suggestion-listing {
    display: block;
    margin-top: -25px;
  }

  .opc-popup .product_image img {
    display: none;
  }

  .opc-popup {
    top: 5%;
    transform: initial;
  }
}

.opc-popup .product__add-to-cart-button {
  display: none !important;
}

button.saveButton {
  background: var(--editSavebuttoncolor);
  color: var(--editSavetextcolor);
  border: 1px solid var(--editSavebuttoncolor);
  border-radius: 5px;
  padding: 4px 20px;
  font-size: 16px;
  line-height: inherit;
  cursor: pointer;
}

button.saveButton:disabled{
  background: var(--editSavebuttoncolor);
  color: var(--editSavetextcolor);
  border: 1px solid var(--editSavebuttoncolor);
  cursor: not-allowed;
  opacity: 0.5;
}

button.cancelButton {
  background: var(--editCancelbuttoncolor);
  color: var(--editCanceltextcolor);
  border: 1px solid var(--editCancelbuttoncolor);
  border-radius: 5px;
  padding: 4px 20px;
  font-size: 16px;
  line-height: inherit;
  cursor: pointer;
}


.bottombox {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  width: 100%;
}

.opc-edit-option-click {
  background-color: var(--editButtonColor);
  color: var(--editButtontextcolor);
  border-radius: var(--editButtonBorderradius);
  padding: 7px;
  border: none;
  cursor: pointer;
  padding: 9px 13px !important;
  margin-top: 10px;
}

.opc-edit-option-click:hover {
  background-color: var(--editButtonhovercolor) !important;
  color: var(--editButtonhovertextcolor) !important;
  border-radius: var(--editButtonBorderradius) !important;
  padding: 7px;
  border: none;
  cursor: pointer;
}

.opc-edit-option-click:disabled{
  background-color: var(--editButtonColor);
  color: var(--editButtontextcolor);
  border-radius: var(--editButtonBorderradius);
  opacity: 0.5;
  padding: 7px;
  border: none;
  cursor: default;
}





/* Shape option styles */

/* shape buttons */
global-embedded-section .option-type-shapes .shapes,
product-options-section .option-type-shapes .shapes  {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* shape button style */
global-embedded-section .option-type-shapes .shape-selections .shape-button,
product-options-section .option-type-shapes .shape-selections .shape-button {
  width: 50px;
  height: 50px;
  margin: 5px;
  border-radius: 5px;
  display: block;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--shapeButtonBorderColor);
  background-color: var(--shapeButtonBackgroundColor);
  cursor: pointer;
  transition: background-color 0.3s;
}

global-embedded-section .option-type-shapes .shape-selections .shape-button.selected,
product-options-section .option-type-shapes .shape-selections .shape-button.selected {
  background-color: var(--shapeButtonSelectedBackgroundColor);
  border: 1px solid var(--shapeButtonSelectedBorderColor);
}

/* shape unit selection */
global-embedded-section .unit-toggle-container,
product-options-section .unit-toggle-container  {
  display: flex;
  border: 1px solid var(--unitsBorderColor);
  border-radius: 25px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

global-embedded-section .units-button,
product-options-section .units-button {
  flex: 1;
  padding: 10px 10px;
  border: none;
  background-color: var(--unitsBackgroudColor);
  color: var(--unitsTextColor);
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

global-embedded-section .units-button.selected,
product-options-section .units-button.selected  {
  background-color: var(--unitsSelectedBackgroudColor);
  color: var(--unitsSelectedTextColor);
}

global-embedded-section .units-button:not(:last-child),
product-options-section .units-button:not(:last-child)  {
  border-right: 1px solid  var(--unitsBorderColor);
}

global-embedded-section .option-type-length, global-embedded-section .option-type-area, global-embedded-section .option-type-volume,
product-options-section .option-type-length, product-options-section .option-type-area, product-options-section .option-type-volume {
  margin-bottom: 15px;
}

/* shape inputs */
global-embedded-section .shape-inputs-holder,
product-options-section .shape-inputs-holder,
global-embedded-section .measurement-inputs-holder,
product-options-section .measurement-inputs-holder   {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top:20px;
}

global-embedded-section .shape-input-field,
product-options-section .shape-input-field {
  flex: 1 1 calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

global-embedded-section .measurement-input-field,
product-options-section .measurement-input-field  {
  flex: 1 1 calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

global-embedded-section .shape-input-field label,
product-options-section .shape-input-field label,
global-embedded-section .measurement-input-field label,
product-options-section .measurement-input-field label    {
  margin-bottom: 5px;
}


global-embedded-section .min-max-container,
product-options-section .min-max-container  {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

global-embedded-section .min-max-container .min-value, .min-max-container .max-value,
product-options-section .min-max-container .min-value, .min-max-container .max-value {
  font-size: 10px;
}

/* shape input units */
global-embedded-section .shape-input,
product-options-section .shape-input,
global-embedded-section .measurement-input,
product-options-section .measurement-input   {
  padding: 5px;
  border: 0px;
  font-size: 16px;
  width: 100%;
}

global-embedded-section .measurement-dropdown,
product-options-section .measurement-dropdown {
  padding: 5px;
  padding-right: 15px;
  border: 0px;
  font-size: 16px;
  width: 60%;
}

global-embedded-section .measurement-dropdown.widelabel,
product-options-section .measurement-dropdown.widelabel {
  width: 100%;
}

global-embedded-section .input-unit-container,
product-options-section .input-unit-container  {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 5px;
  overflow: hidden;
  justify-content: flex-end;
}

global-embedded-section .unit-label,
product-options-section .unit-label {
  padding: 8px;
  background-color: #f1f0ea;
  color: #000000;
  font-size: 16px;
  width: 55px;
  text-align: center;
}

global-embedded-section .unit-label:empty,
product-options-section .unit-label:empty  {
  display: none;
}



/* shape main image container */

global-embedded-section .shape-image,
product-options-section .shape-image  {
  height: 300px;
  margin-top: 35px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

global-embedded-section .shape-image:empty,
product-options-section .shape-image:empty {
  display:none;
}


/* accordion styles */
global-embedded-section .opc-accordion,
product-options-section  .opc-accordion {
  margin-bottom: 20px;
  margin-top: 20px;
}

global-embedded-section .opc-accordion-header,
product-options-section .opc-accordion-header {
  font-family:  var(--accordionFontfamily);
  font-weight:  var(--accordionFontweight);
  font-size: var(--accordionFontsize);
  background-color: var(--accordionBackgroundColor);
  color: var(--accordionTextcolor);
  padding: 10px;
  padding-left: 0px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--accordionBorderColor);
  border-bottom: 1px solid var(--accordionBorderColor);
  grid-template-columns: 1fr auto;
}


global-embedded-section .opc-accordion-header .priceholder,
product-options-section .opc-accordion-header .priceholder {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  margin-top: 5px;
  color: var(--accordionTextcolor);
  margin-left: inherit;
  padding-left: 0px;
  justify-content: space-between;
  flex-direction: row !important;
}

global-embedded-section .opc-accordion-title,
product-options-section .opc-accordion-title {
  padding-top: 10px;
  padding-bottom: 5px;
}

global-embedded-section .opc-accordion-header,
product-options-section  .opc-accordion-header  {
  display: grid;
}


global-embedded-section .opc-accordion .opc-accordion-header.open,
product-options-section .opc-accordion .opc-accordion-header.open {
  border-bottom: 0px;
}

global-embedded-section .opc-accordion .optionHolder,
product-options-section .opc-accordion .optionHolder {
  display: none;
  padding-bottom: 10px;
  border-bottom:  1px solid var(--accordionBorderColor);
  border-top: none;
  background-color: var(--accordionBackgroundColor);
}

global-embedded-section .accordion-arrow,
product-options-section .accordion-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-right: 2px solid var(--accordionTextcolor);
  border-bottom: 2px solid var(--accordionTextcolor);
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-left:20px;
}

global-embedded-section .accordion-arrow.open,
product-options-section .accordion-arrow.open {
  transform: rotate(-135deg);
}

global-embedded-section .opc-accordion .original-price,
product-options-section .opc-accordion .original-price {
  color: var(--accordionTextcolor);
}

global-embedded-section .opc-accordion .discounted-price,
product-options-section .opc-accordion .discounted-price {
  color: var(--accordionTextcolor);
}

global-embedded-section .opc-accordion .original-price.strike,
product-options-section .opc-accordion .original-price.strike {
  color: var(--accordionTextcolor);
}

global-embedded-section .opc-accordion .discount-prefix,
product-options-section .opc-accordion .discount-prefix {
  color: var(--accordionTextcolor);
}

global-embedded-section .opc-accordion .discount-savings,
product-options-section .opc-accordion .discount-savings {
  color: var(--accordionTextcolor);
}


/* File upload styles */
global-embedded-section .optionHolder .option-type-multifile,
product-options-section  .optionHolder .option-type-multifile {
  width: 100%;
  margin-bottom: 10px;
}

global-embedded-section .optionHolder .multi-file-dropzone,
product-options-section  .optionHolder .multi-file-dropzone {
  border: 2px dashed var(--multiUploadBorderColor);
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  color: var(--multiUploadTextColor);
  transition: all 0.3s ease;
  background-color: var(--multiUploadBgColor);
}

global-embedded-section .optionHolder .multi-file-dropzone:hover,
product-options-section  .optionHolder .multi-file-dropzone:hover {
  background-color: var(--multiUploadFileHoverColor);
}

global-embedded-section .optionHolder .multi-file-dropzone.drag-over,
product-options-section  .optionHolder .multi-file-dropzone.drag-over {
  border-color: #2196F3;
  background-color: #f0f8ff;
}

global-embedded-section .optionHolder .dropzone-message,
product-options-section  .optionHolder .dropzone-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

global-embedded-section .optionHolder .upload-button,
product-options-section  .optionHolder .upload-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--multiUploadBtncolor);
  border-radius: 4px;
  color: var(--multiUploadBtnTextColor);
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

global-embedded-section .optionHolder .upload-button:hover,
product-options-section  .optionHolder .upload-button:hover {
  background-color: var(--multiUploadBtnHovercolor);
}

global-embedded-section .optionHolder .file-count,
product-options-section  .optionHolder .file-count {
  margin: 10px 0;
  font-size: 12px;;
  color: var(--optdispTextcolor);
}

global-embedded-section .optionHolder .multi-file-list,
product-options-section  .optionHolder .multi-file-list {
  margin-top: 10px;
}

global-embedded-section .optionHolder .file-item-wrapper,
product-options-section  .optionHolder .file-item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

global-embedded-section .optionHolder .file-item,
product-options-section  .optionHolder .file-item {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background-color: var(--multiUploadBgColor) !important;
  border-radius: 4px;
  margin-bottom: 5px;
  justify-content: space-between;
  align-items: center;
}

global-embedded-section .optionHolder .file-info,
product-options-section  .optionHolder .file-info {
  display: flex;
  gap: 8px;
  align-items: center;
  overflow: hidden;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

global-embedded-section .multi-file-name-link,
product-options-section .multi-file-name-link,
global-embedded-section .optionHolder .file-name,
product-options-section  .optionHolder .file-name {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size:10px;
  color: var(--multiUploadTextColor) !important;
}

global-embedded-section .optionHolder .file-size,
product-options-section  .optionHolder .file-size {
  color: var(--multiUploadTextColor);
  font-size:10px;
}

global-embedded-section .optionHolder .remove-file,
product-options-section  .optionHolder .remove-file {
  background: #ff5252;
  color: white;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s;
}

global-embedded-section .optionHolder .remove-file:hover,
product-options-section  .optionHolder .remove-file:hover {
  background: #ff1744;
}

global-embedded-section .optionHolder .file-size-error,
product-options-section  .optionHolder .file-size-error {
  color: #ff1744;
  font-size: 12px;
}

global-embedded-section .optionHolder .progress-container,
product-options-section  .optionHolder .progress-container {
  width: 65px; /* Fixed width container */
  margin-left: 10px;
  background-color: #f0f0f0; /* Light gray background for "empty" state */
  height: 12px;
  border-radius: 5px;
  margin-right: 12px;
  position: relative; /* For positioning the text */
  overflow: hidden; /* Keep progress bar contained */
}

global-embedded-section .optionHolder .progress-bar,
product-options-section  .optionHolder .progress-bar {
  height: 100%;
  width: 0%; /* Start at 0% and grow */
  background-color: #4CAF50;
  border-radius: 5px;
  color: white;
  font-size: 8px;
  line-height: 12px;
  transition: width 0.3s ease;
  text-align: center;
  position: absolute; /* Position text over the bar */
  left: 0;
  right: 0;
  min-width:25px;

}
/**  for swatch actions  ***/
.swatch-addToCartBtn:hover {
  background-color:  var(--addtocartHovercolor) !important; /* Change to any color */
  color: var(--addtocartHovertextcolor) !important;
  outline: var(--addtocartBorderwidth) solid var(--addtocartHoverbordercolor) !important;
  border:  var(--addtocartBorderwidth) solid var(--addtocartHoverbordercolor);
}

.swatch-addToCartBtn:disabled {
  background-color: #c6c6c6 !important;
  border: #c6c6c6 !important;
  outline: none !important;
}

.swatch-addToCartBtn:hover:disabled {
  background-color: #c6c6c6 !important;
  border: #c6c6c6 !important;
  color: var(--addtocartTextcolor) !important;
  cursor: initial !important;
  outline: none !important;
}


.swatchAllBtns button {
  font-family: var(--addtocartFontfamily) !important;
  box-shadow: var(--addtocartShadow) !important;
  border:  var(--addtocartBorderwidth) solid var(--addtocartBordercolor);
  border-radius: 5px;
  font-size: 9px;
  height: 30px;
  padding: 5px 3px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: row-reverse;
  /* display: flex;  */
}

.qtyAndAddBtnHolder {
  display: flex;
  align-items: center;
  gap: 3px;
}

.swatchQty {
  flex: 1.3;
}

.swatchAllBtns {
  flex: 2;
}

.swatch-checkmark {
  content: "";
  opacity: 1;
  width: 0.5em;
  height: 1em;
  transform-origin: left top;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  display: block;
  transform: rotate(45deg);
  margin: -2px 0 0;
}

.swatch-circle-loader {
  margin-bottom: 0em;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 0.5s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}

/* custom loader css for calculator loading time */

#custom-loader {
  width: 100%;
  margin: 20px 0;
  background: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-family: sans-serif;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: opacity 0.5s ease-out;
}

.custom-loader-bar {
width: 100%;
max-width: 500px;
height: 6px;
background: #eee;
border-radius: 3px;
overflow: hidden;
margin-bottom: 10px;
}

.custom-loader-fill {
height: 100%;
width: 0%;
background: #007bff;
transition: width 4s ease-in-out !important;
}

.custom-loader-text {
font-size: 14px;
color: #444;
}
