/** Shopify CDN: Minification failed

Line 1180:10 Expected identifier but found whitespace
Line 1180:11 Unexpected "1"

**/
.wd-popup-form .custom-form-wrapper .form-group {
  max-width: 100%;
  padding: 0;
}
.wd-tooltip-hide {
  display: none !important;
}
.wd-navmenu-link {
  padding: 0 !important;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
  display: block !important;
}

.post_r.wd .Availability__container:not([style]) + .wd-custom-variant-date-tooltip ,
.post_r.wd .Availability__container:not([style]) ~ .wd-custom-variant-date-tooltip ,
.Availability__container[style*="display: none"] + .wd-custom-variant-date-tooltip ,
.Availability__container[style*="display: none"] ~ .wd-custom-variant-date-tooltip {
    display: none !important;
}

@media screen and (max-width: 749px) {
  .wd-custom-variant-date-tooltip .tool_tip [data-tooltip]:before {
    left: unset;
    right: -10px;
    transform: unset;
  }
  .post_r {
    align-items: flex-start !important;
  }
  .post_r .tool_tip {
    top: 0px !important;
  }
}

div:has([data-instock="true"]) > .wd-special-order {
  display: none !important;
}

.product-details__block .wd-special-order.wd-show-special-order {
  display: block !important;
}
.post_r {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.icon__with__text.outofstock-wrapper {
  padding-top: 11px;
}
.product-details .tool_tip {
    display: block !important;
}

.wd-fifth-part-width,
.wd-fourth-width,
.wd-third-part-width,
.wd-half-width {
    display: inline-flex !important;
    height: 100% !important;
    flex-direction: column;
}
.wd-fifth-part-width {
    width: 20% !important;
}
.wd-fourth-width {
    width: 25% !important;
}

.wd-third-part-width {
    width: 33.33% !important;
}

.wd-half-width {
    width: 50% !important;
}

.wd-max-width .navmenu-item {
  width: 100% !important;
}

@media (max-width: 859px) {
  .home-section--content.blogposts--inner:not(.flickity-enabled) {
    flex-direction: row;
    overflow: auto;
  }
  .home-section--content.blogposts--inner:not(.flickity-enabled) .article--excerpt-wrapper:not(:first-child) {
    margin-top: 0;
  }
}
@media (max-width: 420px) {
  .options-selection__option-value-input + .options-selection__option-swatch-wrapper {
    height: 54px;
    width: 54px;
  }
  .options-selection__option-value-input+.options-selection__option-swatch-wrapper .options-selection__option-swatch-inner {
    width: 100% !important;
  }
}


.popup-tab-wrapper .popup-left h3 strong {
    text-transform: capitalize;
}

.wd-custom-variant-tooltip[wd-show-tooltip-data="false"] ,
.wd-custom-variant-cond[wd-show-cond-data="false"] ,
.wd-custom-variant-popup[wd-show-popup-data="false"] {
  display: none;
}

.wd-popup-form .custom-form-wrapper .form-group > div {
  flex-direction: column-reverse;
  gap: 10px;
  align-items: flex-start !important;
}

.wd-popup-form .custom-form-wrapper .ace-cf-panel-body {
  padding: 0;
}
.wd-popup-form .custom-form-wrapper .form-group .control-label {
    display: none;
}

.wd-popup-form .custom-form-wrapper .form-group input {
    text-align: center;
}

.wd-popup-form .custom-form-wrapper .ace-cf-panel-default {
    border: none;
    box-shadow: none;
}

.wd-popup-form .custom-form-wrapper .submit-button-wrapper .cf-btn {
  background-color: #36aa3d !important;
}

.wd-custom-variant {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 300px;
}
.wd-custom-variant .wd-custom-note {
  padding-top: 10px;
}

.wd-custom-variant[wd-ral-value="false"],
.wd-custom-variant[wd-show-ral="false"] {
    display: none;
}

.wd-custom-variant input {
    min-height: 38px;
    border-radius: 5px;
    border: 0;
    border: 1px solid;
    padding: 5px 10px;
    width: 100%;
}
.wd-color-input {
    display: flex;
    gap: 10px;
}
.wd-custom-variant-sku[wd-show-data="false"] {
    display: none;
}

.wd-custom-variant-sku {
    margin: 1rem 0 .5rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #949494;
}

.wd-custom-product-page .product-form--atc {
    display: none;
}

.wd-custom-product-page #smartwishlist {
    display: none;
}

.wd-contact-block-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: center;
}

.wd-contact-block-wrapper {
    padding-bottom: 15px;
}

.wd-contact-block-text p {
    font-weight: 700;
}

.wd-main-collection-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding-top: 40px;
}
.wd-main-collection-wrapper a.md-ancher {
  text-decoration: none;
}

@media (max-width: 960px) {
  .wd-main-collection-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .body-sticky .site-header-wrapper {
    background-color: transparent;
  }
  .body-sticky .site-navigation-wrapper {
    /* display: none !important; */
    opacity: 0;
    background-color: transparent !important;
  }
  .wd-main-collection-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }
  .wd-custom-variant {
    padding-bottom: 10px;
  }
  .wd-contact-block-text p {
    font-size: 14px;
  }
  .wd-contact-block-buttons {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}


.md-delivery-icons-with-text[wd-show-data=false] {
  display: none !important;
}
/* ---css for custom richtext---- */
  .md-main-description ul {
    padding-left: 18px !important;
  }
  
  .md-main-description li {
    margin-top: 10px !important;
    display: flex;
    align-items: center;
  }

  .cart-savings {
    font-size: 17px;
  }
.product-description-short .metafield-rich_text_field {
  max-height: 160px;
  overflow: hidden;
}
.wd-image-wrapper {
    position: relative;
    padding-top: 100%;
}

.wd-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
  .form-field--qty-input input,
  .cart-item--info {
    margin-top: 0px !important;
  }
  .bcpo-cart-item-price,
  .cart-item--total .cart-item--discount-price span {
    font-size: 18px;
  }
  .cart-item--info .cart-item--quantity,
  .cart-item--total {
    margin-top: 6px !important;
  }
  .cartitems .cartitems--list .cart-item {
    margin-bottom: 1rem !important;
  }
  #shipping-calculator {
    padding: 0.7rem 1.25rem !important;
  }
  .cartitems--container .cart-total {
    margin: 0 !important;
  }
  .cartitems--container .cart-final-total {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .cart-ordernote .cart-ordernote-heading {
    margin-bottom: 16px;
  }
  .cartitems .cart-total .cart-shipping {
    margin-bottom: 1rem;
  }
  .cartitems .cart-total .cart-shipping .cart-message {
    margin: 6px 0;
  }
}

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

.discount-old-price,
.mrk-old-price-cut-off {
  color: #949494 !important;
  text-decoration: line-through;
}
.hide {
  display: none !important;
}
.boost-pfs-filter-products .mrk-old-price-cut-off,
.boost-pfs-filter-products .mrk-old-price-cut-off .money,
.boost-pfs-filter-products .price__compare-at.visible {
  font-size: 20px !important;
}


.mrk-main-discounted-price .money {
  color: #f04f36;
  font-size: 22px;
}

.discount-font-size,
.discount-font-size .money {
  font-size: 18px !important;
}
.discount-offer-text p {
    border: 2px solid red;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    border-left: 5px solid red;
}
.review-app-view {
  max-width: 510px;
  width: 100%;
  border: 1px solid #e5e5dd;
  padding: 24px;
  margin: 0 auto;
}
.review-heading h2 {
  font-size: 18px;
  margin: 0 0 8px 0;
}
.review-form {
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 2px;
  }
  .review-link {
    width: 42px;
    height: 40px;
    z-index: 99;
    opacity: 0;
  }
  
  .review-input {
    width: 100%;
    height: 100%;
    z-index: 99;
    margin: 0;
  }
  
  .star-image {
    width: 220px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .star-image img {
    width: 100%;
    height: 100%;
  }

  #star-img1 {
    display: none;
  }
  #star-img2 {
    display: none;
  }
  #star-img3 {
    display: none;
  }
  #star-img4 {
    display: none;
  }
  #star-img5 {
    display: none;
  }

  .star1:hover ~ #star-img1 {
    display: block;
  }
  .star2:hover ~ #star-img2 {
    display: block;
  }
  .star3:hover ~ #star-img3 {
    display: block;
  }
  .star4:hover ~ #star-img4 {
    display: block;
  }
  .star5:hover ~ #star-img5 {
    display: block;
  }

.form-row_row {
    margin-top: 16px;
}

.typography_heading.typography-appearance-default {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}
.custom-input-review {
    margin: 16px 0;
}
textarea#review-text {
    min-height: 180px;
    height: 100%;
    width: 100%;
    padding: 8px 16px;
    border-radius: 8px;
}
input#review-title {
    min-height: 48px;
    height: 100%;
    width: 100%;
    padding: 10px 16px;
    border-radius: 8px;
}

.text-input_textInput__9JT66 {
    padding: 10px 16px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #696a6a;
}
.date-of-experience-row-labelWrapper {
    gap: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.date-of-experience-row-tooltipButton {
    display: flex;
}

.custom-btn {
  text-align: center;
}
.custom-btn button {
  background: rgb(74, 179, 80);
  border: 1px solid rgb(74, 179, 80);
  border-radius: 5px;
  color: white;
  padding: 10px;
}

.custom-input-feild:focus-visible {
    outline: 2px solid rgb(32 92 212);
    outline-offset: 2px;
}


/* ----------------------------- return form ---------------------------- */

.custom-container {
    max-width: 800px;
    width: 100%;
    padding: 50px;
    margin: 50px auto;
}
.custom-header {
  margin-bottom: 30px;
  text-align: center;
}
.custom-header h2 {
  font-size: 24px;
}
.custom-form-wrapper {
  padding: 0 15px;
}
.control-label {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}
    .custom-form-content {
    display: flex;
    flex-flow: wrap;
}

.form-group {
    max-width: calc(50% - 0px);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 15px;
}
span.custom-help-block {
    font-size: 14px;
    margin: 5px 0 10px 0;
}
.full-width{
  max-width: 100% !important;
  width: 100%;
}
.custom-form-wrapper .cf-btn {
    display: inline-block !important;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent !important;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-form-wrapper .cf-btn:focus,.custom-form-wrapper .cf-btn:active:focus,.custom-form-wrapper .cf-btn.active:focus,.custom-form-wrapper .cf-btn.focus,.custom-form-wrapper .cf-btn:active.focus,.custom-form-wrapper .cf-btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.custom-form-wrapper .cf-btn:hover,.custom-form-wrapper .cf-btn:focus,.custom-form-wrapper .cf-btn.focus {
    color: #333;
    text-decoration: none
}

.custom-form-wrapper .cf-btn:active,.custom-form-wrapper .cf-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.custom-form-wrapper .form-control {
    display: block;
    width: 100% !important;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.custom-form-wrapper .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6)
}
/* .custom-form-content .form-control {
  border: none;
}
.custom-container .custom-form-content .form-control {
  border: 2px solid #dddddd;
} */

@media (max-width: 767px) {
  .custom-container {
    padding: 30px;
  }
  .form-group {
    max-width: 100%;
    width: 100%;
}
  .custom-form-wrapper {
    padding: 0;
  }
}
  .custom-review-form{
    display:none
  }.review-link {
    position: relative;
}

.review-link:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}.mrk-simple-price {
    text-decoration: line-through;
    color: #2229 !important;
}



.product-samples-widget__modal {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 44px;
    z-index: 2147483646;
    opacity: 0;
    display: none;
    background: #ffffff;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
}

.product-samples-widget--active .product-samples-widget__modal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    display: block;
}

.product-samples-widget--active .product-samples-widget__trigger {
    opacity: 0;
    visibility: hidden
}

.product-samples-widget__trigger {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 6px 24px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #000;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px
}

.product-samples-widget__trigger:hover {
    background: #000;
    color: #fff;
}

.product-samples-widget__trigger {
    position: fixed;
    z-index: 2147483646;
    bottom: 55px;
    border-bottom: 0;
    border-radius: 0;
    right: 180px;
    padding-left: 40px
}

.product-samples-widget__trigger:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    left: 10px;
    top: 50%;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(45deg) translate3d(0,-50%,0);
    transform: rotate(45deg) translate3d(0,-50%,0);
    transition: all .25s ease-in-out;
}

.product-samples-widget__trigger:hover:before {
    border-color: #fff;
}
    
    .product-samples-widget__close {
      width: 20px;
      height: 20px;
      text-indent: -99999px;
      background: transparent;
      border: 0;
      cursor: pointer;
    }
    .product-samples-widget__close {
      display: block;
      position: absolute;
      z-index: 2147483646;
      right: 20px;
      top: 20px;
    }
    .product-samples-widget__close:after,.product-samples-widget__close:before {
      content: " ";
      position: absolute;
      left: 9px;
      height: 20px;
      width: 1px;
      background-color: #000;
    }
    .product-samples-widget__close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .product-samples-widget__close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .product-samples-widget__content {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px;
      max-width: 1440px;
      margin: 0 auto
    }
  
    @media (min-width: 768px) {
      .product-samples-widget__content {
          padding:20px 40px 0
      }
    }
    .product-samples-widget__text {
      width: 100%
    }

    @media (min-width: 1280px) {
    .product-samples-widget__text {
        width:calc(100% - 880px)
      }
    }

      @media (min-width: 1440px) {
    .product-samples-widget__text {
        width:calc(100% - 1020px)
    }
    }
.product-samples-widget__list {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .product-samples-widget__list {
        max-width:680px;
        padding-right: 20px;
        margin-bottom: 0
    }
}

@media (min-width: 1280px) {
    .product-samples-widget__list {
        padding-left:20px
    }
}

@media (min-width: 1440px) {
    .product-samples-widget__list {
        max-width:820px
    }
}
.product-samples-widget__grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    position: relative;
    max-height: 260px
}

@media (min-width: 600px) {
    .product-samples-widget__grid {
        -ms-grid-columns:auto auto auto;
        grid-template-columns: auto auto auto
    }
}

@media (min-width: 768px) {
    .product-samples-widget__grid {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: 100%
    }
}
.product-samples-placeholder {
    position: relative
}

.product-samples-placeholder:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.product-samples-placeholder span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    padding: 15px;
    text-align: center;
    color: #ccc
}
.product-samples-item,.product-samples-placeholder {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative;
    background: #fff;
    border: 2px solid #eee;
}

@media (min-width: 768px) {
    .product-samples-item,.product-samples-placeholder {
        margin:0 10px 20px
    }
}
.product-samples-item:first-child,.product-samples-placeholder:first-child {
    margin-left: 0
}

.product-samples-item:last-child,.product-samples-placeholder:last-child {
    margin-right: 0
}

.product-samples-item__inner {
    position: relative
}

.product-samples-item__remove {
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    background: transparent;
    border: 0;
    cursor: pointer
}

.product-samples-item__remove:hover {
    opacity: 1
}

.product-samples-item__remove:after,.product-samples-item__remove:before {
    content: " ";
    position: absolute;
    left: 9px;
    height: 20px;
    width: 1px;
    background-color: #000;
}

.product-samples-item__remove:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-samples-item__remove:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.product-samples-item__remove {
    position: absolute;
    z-index: 2147483646;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px
}

.product-samples-item__remove:after,.product-samples-item__remove:before {
    height: 16px
}
.product-samples-item__image {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.product-samples-item__image:before {
    content: "";
    display: block;
    padding-bottom: 100%
}
.product-samples-widget__button {
    width: 100%
}

@media (min-width: 768px) {
    .product-samples-widget__button {
        width:160px
    }
}

.product-samples-widget__checkout {
    display: inline-block;
    background: #fff;
    color: #fff;
    padding: 6px 24px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #9FC621;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px
}

.product-samples-widget__checkout:hover {
    background: #000;
    color: #fff;
}

.product-samples-widget__checkout {
    background: transparent;
    width: 100%
}

@media (min-width: 600px) {
    .product-samples-widget__checkout {
        width:160px
    }
}

@media (min-width: 768px) {
    .product-samples-widget__checkout {
        width:100%
    }
}

.product-samples-widget__checkout[disabled=true] {
    pointer-events: none;
    opacity: .2
}

.product-samples-widget__checkout[processing=true] {
    pointer-events: none
}

.product-samples-widget--hidden,.product-samples-widget--hidden-completely {
    display: none;
    opacity: 0;
    visibility: hidden
}
.product-samples-button {
    display: inline-block;
    color: #9fc621;
    background-color: transparent;
    margin-top: 20px;
    padding: 6px 24px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #9fc621;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px
}
.product-samples-button:hover {
    background: #36aa3d;
    color: #fff;
    border: 2px solid #36aa3d;
}
.product-samples-widget__text h3 {
  margin-top: 0;
}
.product-samples-widget__text  {
  margin: 0;
}
/* -----md custom css------- */
.md-faqs-description {
    border: 1px solid #eee;
    padding: 10px;
    font-size: 16px;
    line-height:26px;
    width: 100%;
}
.md-faqs-description h3 {
    margin: 10px 0;
    font-size: 20px;
    color: #36aa3d;
    text-transform: capitalize;
}
.main-carousel .flickity-prev-next-button.next {
    /* right: auto !important; */
    /* left: 32px; */
    background: none;
    width: 34px;
}
/* .main-carousel .flickity-prev-next-button {
  top: 8px !important;
} */
.main-carousel .flickity-prev-next-button.previous {
  background: none;
  width: 34px;
}
.main-carousel .flickity-viewport {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
            .main-carousel .flickity-viewport {
               padding-top: 25px !important;
            }
        }


.mrk-navmenu-link {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    max-height: 48.39px;
}

.mobile-nav-content .navmenu-button, .mobile-nav-primary-content .navmenu-button {
    z-index: 4;
}
.custom__item .product-samples-button_ {
  
    color: #9fc621;
    background-color: transparent;
    margin-top: 10px;
    padding: 6px 24px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #9fc621;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
     position: relative; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
}


.wpproductmodal {
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  display: none;
  align-items: center;
  justify-content: center;
}

/* Modal Content */
.wpsample-modal-content {
  background-color: #fefefe;
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 80%;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* The Close Button */
.wpsamplemodalclose {
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    right: 0;
    top: -25px;
}

.wpsamplemodalclose:hover,
.wpsamplemodalclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.atc-banner--container.sample-atc--container {
    display: block;
    transform: translateY(-100%); 
    transition: transform 2s ease-in-out; 
    z-index: 1000; 
}

.sample-atc--container[data-animation-state='opened'] {
    opacity: 1;
   transform: translateY(0%);
    visibility: visible;
}

.product-samples-button_ .atc-button--icon {
    position: absolute;
     top: 57%;
    left: 50%; 
    transform: translate(-50%, -50%);
    pointer-events: none; 
    opacity: 0;
}
.product-samples-button_ .atc-button--icon svg {
      animation: rotate 0.6s linear infinite;
}

.product-samples-button_.loading .atc-button--icon {
  opacity: 1
}
.product-samples-button_.loading span:first-child {
  opacity: 0
}
  opacity: 1
}

header .navmenu-submenu .navmenu-meganav-wrapper {
    max-width: 1200px;
    width: 100%;
    padding: 0px 16px 0px !important;
    justify-content: center !important;
}

.popup-open-mzk .ga-carousel_wrapper .gowl-carousel ,
.popup-open-mzk .product-description-short {
  position: relative;
  z-index: -1;
}

.popup-overlay .popup-content .need-help a svg,
.popup-overlay .popup-content a {
  color: #36aa3d !important;
}

@media (max-width: 767px) {
  .mzk-popup .popup-tab-wrapper {
    flex-direction: column !important;
  }
  .mzk-popup .popup-right ,
  .mzk-popup .popup-left {
    width: 100% !important;
  }
  .mzk-popup .mzk_content .close {
    color: #fff !important;
    padding: 0 10px !important;
  }
  .popup-overlay .popup-content ,
  .mzk-popup .popup-content.mzk_content {
    height: 100vh !important;
  }
}