/** Shopify CDN: Minification failed

Line 159:20 Expected ")" to end URL token

**/
.cstm-product-main {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.cstm-product-left{
  width:30%;
}
.cstm-product-right p{
  font-size:16px;
  margin-bottom:0px;
}
.cstm-product-right{
  width:70%;
}
.cstm-product-right .input-row{
  margin-top: 10px;
}
.cstm-product-right .buy-buttons-row{
  margin-top:10px;
}
.input-row.fr_sp {
    display: none;
}
.cstm-product-right h2 {
  margin-bottom: 0;
}
.cc-select__option>span {
    pointer-events: none;
    font-family: 'SweetSansProExLight';
}
.cstm-product-main img{
  width:100%;
}

.cstm-product-main .option-selector .cc-select__btn{
  width:80% !important;
  max-width:80% !important;
  min-width:80% !important;
}
.cc-accordion-item summary.cc-accordion-item__title {
    font-family: 'SweetSansProExLight';
    font-weight: 100;
  text-transform: uppercase;
}

.cstm-product-cls .buy-buttons-row .quantity-submit-row {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
}

body.template-product .cstm-product-main .quantity-submit-row__submit.input-row {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
 }
body.template-product .cstm-product-main .quantity-wrapper a,  .cstm-product-main .quantity-wrapper input {
  height: 42px;
  width: 42px;
  min-width: 42px;
  line-height: 42px;
}

body.template-product .cstm-product-main .quantity-submit-row .quantity-submit-row__submit button[type=submit]{
  height: 42px;
  line-height: 10px;
}

body.template-product .cstm-product-main .quantity-wrapper input[name=quantity] {
  width: 42px;
  height: 42px;
  font-size: 18px;
  line-height: 25px;
}

body.template-product .cstm-product-main .quantity-wrapper a svg{
  width: 18px;
  height: 18px;
}

.bulb {
    width: 13px;
    height: 21px;
    vertical-align: -webkit-baseline-middle;
    margin-top: -4px;
    padding-right: 12px;
}
.cstm-product-right h2 {
    font-size: 22px;
}
.cstm-product-right .option-selector label {
    display: none !important;
}
.more_option a {
    font-family: SweetSansProExLight;
    text-transform: uppercase;
    font-size: 13px;
}
@media only screen and (max-width: 990px) and (min-width: 767px) {

  .cstm-product-main {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .cstm-product-left {
    width: 100%;
  }

  .cstm-product-right {
    width: 100%;
  }
  
}


@media only screen and (max-width: 589px) {
  .cstm-product-cls .buy-buttons-row .quantity-submit-row {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 460px) {

  .cstm-product-main {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .cstm-product-left {
    width: 100%;
  }

  .cstm-product-right {
    width: 100%;
  }
  
}

/*my-code*/
.totals div[data-zm-widget] {
    display: none!important;
}

@font-face{
       font-family:”Georgia”;
       src: url( {{ "georgia.ttf" | asset_url }})format("truetype");
       font-weight:300;
       font-style:normal;
   }































