/** Shopify CDN: Minification failed

Line 946:0 Expected "}" to go with "{"

**/
header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
    position: relative;
    max-width: 100%;
}
.shipping-txt {
    font-size: 15px;
    font-weight: 600;
    color: #003E29;
    margin-left: 15px;
  margin-top: 10px;
}
.product-block.product-block--\@app {
    display: inline;
  margin-top: 6px;
}
form.payment-terms-container {
    display: block !important;
    width: 100% !important;
  padding-top: 0px !important;
}
.shopify-installments__learn-more{
  display:none !important;
}
/* .vnd {
    display: inline;
} */
.desc strong {
    font-size: 14px;
    font-weight: 400;
}

.desc h2 {
    font-size: 14px;
    font-weight: 400 !important;
}
.vnd a {
    font-size: 14px;
    color: #000;
    font-style: italic;
    text-decoration: underline;
    /* margin-left: 7px; */
}
div#coupon-text p {
    margin: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.svngs {
    color: #D12442;
    font-size: 15px;
}
img.pli {
    width: 24px;
}

.glo {
    display: flex;
    align-items: center;
    gap: 20px;
      /* float: left; */
    margin-top: 5px;
}
.lolo{
      float: none;
}
.glo span {
    display: flex;
}
.shipping-txt svg {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    fill: #377e22;
}
#but {
  display: inline-block;
  background-color: #003E29;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius:50%;
  position: fixed;
  bottom: 66px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#but::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#but:hover {
  cursor: pointer;
  background-color: #333;
}
#but:active {
  background-color: #555;
}
#but.show {
  opacity: 1;
  visibility: visible;
}
/*Top Slider Bar*/
.bottom_navbar {
    padding: 5px;
}
.ups-icon svg {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: block;
}
.carousel-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
}
.bottom_navbar .flickity-slider {
    display: flex;
    align-items: center;
}
.product-recommendations .collection_swatches {
    display: none;
}
#coupon-text {
    border: 1px dashed #333;
    padding: 10px 20px;
    margin: 10px 0;
    text-align: center;
    color: #333;
    width: 100%!important;
  font-size: 14px;
}
.btnss span {
    font-size: 15px;
}
button.Click-here {
    font-size: 14px;
}
span.compare-at-price .money {
    font-size: 14px !important;
}
#contact_form .newsletter-form__sign-up {
    background: #39cc98;
}

@media screen and (min-width: 769px) {
  .product-block.product-block--\@app {
    float: inline-end;
}
  .one-whole.column.footer_credits {
    display: flex;
}
  p.credits {
    flex: 1;
    text-align: left;
}
  .ara-bottom.helpneed{
    display:none;
  }
  .onetime-purchase {
    padding-top:0;
  }
  .product__images.three-fifths.columns.medium-down--one-whole {
    height: fit-content;
    position: sticky;
    top: 0;
}
  .flx-t {
    min-width: 90%;
    display: flex;
        justify-content: space-between;
        align-items: center;
}
  .ara-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.product__details {
}
    .bottom_navbar .flickity-slider {
        display: flex;
        transform: none!important;
        justify-content: space-evenly;
    }
    .bottom_navbar .flickity-slider {
        transform: none !important;
        position: relative;
    }
    .bottom_navbar .flickity-viewport {
        height: auto;
        width: 100%;
    }
    .bottom_navbar .carousel-cell{
        transform: none !important;
        position: relative !important;
    }
    .bottom_navbar {
        flex-direction: row;
        display: flex;
        justify-content: space-evenly;
    }
    .bottom_navbar .carousel-cell {
        left: 0 !important;
    }
    /* .product-quantity-box.purchase-details__quantity {
        width: 20% !important;
    } */
}
@media screen and (max-width: 768px) {
  span.shipping-txt.flexbox.align-items-center {
    justify-content: center;

  }
  .ara-bottom.needhelp{
    display:none;
  }
  .onetime-purchase {
    flex-direction: row !important;
  }
  .mnk {
    display: none !important;
}

  .fro{
    display:block !important;
        order: 3;
  }
  .bnt {
    order: 1;
}

  .plj{
    display:none !important;
  }
  .content-inner.flexbox.align-items-center.flex-wrap-wrap {
    width: 100%;
}
  .station-tabs-tabset.mod-vertical .station-tabs-tabtext {
    flex-grow: initial !important;
}
  .shopify-section.shopify-section--product-sidebar.is-product-sidebar.content {
    display: none;
}
  .station-tabs-tabset.mod-vertical.mod-indicators .station-tabs-tab {
    align-items: center;
    justify-content: flex-end !important;
}
  .flx-t {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 10px 0px;
    order: 2;
}
  /* .imgg {
    height: 60px !important;
} */
  .item i {
    width: 20px !important;
}
  .content-inner .item:not(:last-child) {
    margin-right: 6px !important;
    border-right: 1px solid #bfbebe;
    padding-right: 6px !important;
}
  .logo-list-inner.flexbox.flex-wrap-wrap {
    display: grid;
    grid-template-columns: 50% 50% 50% 50%;
    overflow: auto;
    padding-bottom: 10px;
}
  .logo-lists .logo {
    width: 90% !important;
    margin: auto;
}
    .bottom_navbar .carousel-cell {
        width: 100%;
    }
    .flickity-slider .img_with_text {
      position: absolute;
      max-width: 100%;
      width: 100%;
    }
    .station-tabs-tabset .station-tabs-tabtitle {
        width: 100%;
    }
}
  .content-inner.flexbox.align-items-center.flex-wrap-wrap {
   font-size: 13px !important;
    justify-content: center !important;
}

/* product */
.price-ui>span.compare-at-price, .price-ui>.price--sale {
    display: none;
}
.product_section .product_form.init {
    max-width: 100%;
}
.price-ui {
    width: 100%;
}
.modal_price .sale.savings, .product .modal_price .sale.savings {
    order: 1;
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    background-color: #003E29;
    margin: 16px 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.main-nav__wrapper.sticky_nav.sticky_nav--stick .search-container {
    display: none;
}
.main-nav__wrapper.sticky_nav.sticky_nav--stick .araft {
    width: min-content;
}
.bnt{
  display: flex;
    align-items: center;
}
.kio {
    display: flex;
    justify-content: flex-start;
}
span.compare-at-price {
    margin-right: 6px;
}
.onetime-purchase .title {
    display: none;
}
.btnss {
    margin: 0 !important;
}
.onetime-purchase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-right: none;
    border-radius: 6px 0 0 6px;
    position: relative;
      gap: 10px;
    margin:0 0 10px;
      padding-top: 5px;
}
.kp{
    width: 10rem;
}
span.shipping-txt.flexbox.align-items-center {
    margin: 0;
    margin-left: 10px;
  align-items:center;
  font-size: 15px;
}
.onetime-purchase .title {
    font-style: normal;
    font-size: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #111;
}
span.price.price--sale {
    font-size: 23px;
    font-weight: 700;
    color: #000;
}
.gallery-wrap.gallery-arrows--true.product-height-set.gallery-thumbnails--bottom {
    position: sticky;
    top: 60px;
}
.price-ui .price {
    display: none;
}
.compare-at-price {
    /* font-style: italic; */
}
form.payment-terms-container {
    order: 3;
    margin: 0;
    border-radius: 0 6px 6px 0;
    align-items: center;
    font-size: 14px;
  /* text-align: center; */
}
.onetime-purchase .compare-at-price, .onetime-purchase .compare-at-price .money {
  display: block;
  /* color: red; */
  opacity: 1;
  /* font-style: italic; */
}
.container .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded {
    background: #1e306e;
}
.container .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    box-shadow: 0 0 0 0.1rem #1e306e;
    background: #1e306e;
    color: #fff;
}

.purchase-details {
    border: 1px solid rgb(254, 228, 109);
    padding: 15px;
    border-radius: 8px;
}
button.add_to_cart.global-button.global-button--primary {
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
}
/*Split Section*/
.shopify-section-wrapper.section {
    width: 100%;
}
.section_split {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
    width: 100%;
}
.split-icon svg {
    width: 40px;
    height: 40px;
}
.img_with_text{
    display: flex;
    color: #fff;
    align-items: center;
    text-align: center;
}
/*Tab*/
.station-tabs .station-tabs-tabtitle .station-tabs-tab {
    border: 1px solid #003e29e6 !important;
    color: #003e29e6 !important;
    border-radius: 50px !important;
    margin: 10px !important;
    font-weight: 700 !important;
    background-color: unset !important;
}
.station-tabs.rte .station-tabs-tabtitle:first-of-type .station-tabs-tab {
    border-radius: 50px !important;
}
.station-tabs.rte .station-tabs-tabset.mod-vertical .station-tabs-tab {
    margin: 5px 0 !important;
    text-align: center;
}
.station-tabs .station-tabs-tabtitle .station-tabs-tab.is-active, .station-tabs .station-tabs-tabtitle .station-tabs-tab:hover, .station-tabs .station-tabs-tabtitle .station-tabs-tab.is-active:hover {
    border-radius: 50px!important;
    color: #fff !important;
    margin-bottom: 10px!important;
    background-color: #003e29e6 !important;
}

.station-tabs .station-tabs-tab.is-active {
  margin: 10px 0 !important;
}

.carousel.bottom_navbar {
  padding: 8px 0 !important;
}
.carousel-cell.img_with_text {
  height: 100%;
  text-wrap: balance;
  justify-content: start;
}
ul.cbb-frequently-bought-selector-list li {
    margin-bottom: 5px;
}
.shopify-section-wrapper .shopify-section.split-section {
    max-width: unset;
    width: 100%;
    margin: -20px 0 0;
}

.shopify-section-wrapper .shopify-section {
    max-width: 1200px;
    margin: 0 auto;
}

.shopify-section-wrapper {
    width: 100%;    
}

@media screen and (max-width: 450px) {
    .carousel-cell.img_with_text {
        padding: 0 12px;
} 
}
@media screen and (max-width: 750px) {
 .imgg {
    margin-top: 16px;
}
}
.product-variants-price-hidden {
    display: none !important;
}
html.js.no-touch.no-touchevents.js-focus-visible {
    padding: 0px !important;
}
.kio {
    color: #de5756;
    font-weight: 600;
}
span.mnk.shipping-txt.flexbox.align-items-center {
    color: #3f7f23 !important;
  font-weight: 700 !important;
}
.transparentBackground--false .flickity-prev-next-button .arrow {
    fill: #000 !important;
}
svg.flickity-button-icon {
    /* background: black; */
    border-radius: 99% !important;
}
.slick-next:before {
    color: black!important;
}

.slick-prev, .slick-next {
    text-indent: 0 !important;
}
button.slick-prev.slick-arrow.slick-disabled {
    rotate: 90deg;
    color: black!important;
     border: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 2 !important;
    color: black!important;
}
.mlbb button.slick-next.slick-arrow,
.mlbb button.slick-prev.slick-arrow{
    z-index: 2;
    border: none;
    right: unset;
    bottom: -12px;
    left: 50%;
    transform: translatex(-50%) rotate(90deg);
    width: 26px;
    height: 50px;
    background: rgb(236 236 236 / 80%);
  rotate: unset !important;
}

.purchase-details__quantity.product-quantity-box label {
    display: none;
}
.kio span{
      font-size: 17px !important;
}
.slick-prev:before, .slick-next:before {
    color: black!important;
}
button.slick-prev.slick-arrow {
    rotate: 90deg !important;
  top: -5px;
    left: 13.5px;
    background: transparent;
    border: none;
}
body.collections-template {
   button#back-to-top {
    display: none !important;
}
}
.plyr__video-wrapper.plyr__video-embed {
    margin: 83px 31px !important;
}
html.js.has-touch.touchevents.js-focus-visible.shopify-features__smart-payment-buttons--enabled {
    padding: 0px !important;
}
html.js.has-touch.touchevents.spf-has-filter.spf-layout-app.gf-left.js-focus-visible.spf-status-loaded {
    padding: 0px !important;
}


/* K custom css */
.product-quantity-box label {
    display: none;
}
html.cstm_padding{
  padding: 0 !important;
}
.go3176171171 span {
    font-size: 9px!important;
    -webkit-font-size: 9px!important; /* Safari-specific */
}
body {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
}
.mlbb .slick-prev:before,.mlbb .slick-next:before{
  content: none;
}
.gallery-arrows--true .product_gallery .flickity-prev-next-button {
    height: 45px !important;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    width: 26px;
    padding: 0;
    background: rgb(236 236 236 / 80%);
    opacity: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.gallery-arrows--true .product_gallery .flickity-prev-next-button svg {
    top: unset;
    transform: unset;
    padding: 5px 0;
    position: relative;
    width: 19px;
    height: 30px;
    border-radius: unset !important;
    background: unset;
    opacity: 1 !important;
    right: unset;
    left: -2px;
}
.gallery-arrows--true .product_gallery .flickity-prev-next-button.previous svg {
    left: 2px;
}
.mlbb button.slick-prev.slick-arrow svg.flickity-button-icon {
    background: unset;
}
.mlbb button.slick-prev.slick-arrow svg.flickity-button-icon,
.mlbb button.slick-next.slick-arrow svg.flickity-button-icon{
    background: unset;
    top: unset;
    transform: unset;
    padding: 5px 0;
    position: relative;
    width: 19px;
    height: 30px;
    border-radius: unset!important;
    background: unset;
    opacity: 1!important;
    right: unset;
}
.gf-actions {
    width: 100%;
}
.spf-has-filter.spf-layout-app #gf-products {
    width: 100%;
}
.product_gallery_nav .gallery-cell {
    opacity: 1 !Important;
}
span.price.price--sale {
    color: #de5756;
    font-size: 27px;
}
.feature-divider {
    margin-top: 5px;
    margin-bottom: 5px;
}
.cstm_title{
  display: none !important;
}
span.on_sale {
    display: none;
}

.shipping-txt svg{
fill: #073e29;
}
span.mnk.shipping-txt.flexbox.align-items-center {
    color: #003e2a!important;
}
.go681896951 {
    padding: 5px !important;
}
.product-main form.payment-terms-container {
    margin-bottom: 10px;
}
.vendor {
    display: none;
}
.product-main .glo img.kp {
    max-width: 84px;
    border: 1px solid #e0e0e0;
    padding: 2px;
}
.needhelp .cntnt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.product-main .logo-lists .title {
    height: auto;
}
.product-main .logo-lists .logo p {
    margin-bottom: 0;
}
.product-main .logo-lists .desc:empty {
    display: none;
}
.product-main .logo-lists img {
    width: 50px;
    height: 50px;
}
span.brand_logo {
    position: relative;
}

span.brand_logo:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 50%;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}
.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
  .ara-logos-2 {
    margin-top: 15px;
  }
.ara-logos-2 img {
    max-width: 85% !important;
}
.lgoim {
    text-align: center;
}
.ara-logos-2.ara-logos-9 img {
    max-width: 92% !important;
}
.flickity-prev-next-button {
    height: 45px!important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: unset !important;
    width: 26px !important;
    padding: 0;
    background: rgb(236 236 236 / 80%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flickity-prev-next-button svg.flickity-button-icon {
    top: unset;
    transform: unset;
    padding: 5px 0;
    position: relative;
    width: 19px !important;
    height: 30px !important;
    border-radius: unset!important;
    background: unset;
    right: unset;
    left: -2px !important;
}
.flickity-prev-next-button.previous svg.flickity-button-icon {
    left: 2px !important;
}
.product-block.product-block--\@app {
    float: unset;
    display: block;
    margin-top: 10px;
}
.jdgm-prev-badge__text,
span.jdgm-prev-badge__stars{
    font-size: 16px;
}
.onetime-purchase .flx-t {
    flex-wrap: wrap;
}
.glo.hide_sep span.brand_logo:before {
    display: none;
}
.cstm_reviews .jdgm-prev-badge {
    display: flex !important;
}
.cstm_reviews .jdgm-prev-badge__text {
    margin-left: 5px;
}
.product_gallery .flickity-page-dots {
    display: none;
}
.cstm_title span.vnd {
    display: block;
}
html{
  scroll-behavior: smooth;
}
.desk_hide{
  display: none;
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .smart-payment-button--false .purchase-details {
            grid-template-columns: 1fr 1.5fr;
        }

    }
}
@media screen and (max-width: 799px) {
  .gf-actions {
    padding: 0 0px 0 10px;
  }
  .spf-has-filter.spf-layout-app #gf-products {
      padding-left: 15px;
  }
  .station-tabs-tabset.mod-vertical.mod-indicators.mod-indicators-after .station-tabs-tab {
    justify-content: space-between !important;
  }
  .station-tabs.rte .station-tabs-tabtitle:first-of-type .station-tabs-tab,
  .station-tabs .station-tabs-tabtitle .station-tabs-tab.is-active, .station-tabs .station-tabs-tabtitle .station-tabs-tab:hover, .station-tabs .station-tabs-tabtitle .station-tabs-tab.is-active:hover{
    border-radius: 0px !important;
  }
  #shopify-section-template--21611101061441__d99686c9-34bb-4b27-9a9e-fc33693a3178 .station-tabs.rte .station-tabs-tabtitle .station-tabs-tab {
    margin: 0px 0px 0px 0 !important;
  }
  .smart-payment-button--false .purchase-details {
    grid-template-columns: 1fr 1.5fr;
  }
  .product-quantity-box.purchase-details__quantity {
    margin-bottom: 0 !important;
  }
  span.shipping-txt.flexbox.align-items-center {
    margin: 0;
    justify-content: flex-start;
  }  
  .product-block--vendor,
  .product-block--title{
    display: none;
  }
  .cstm_title{
    display: block !important;
  }
  span.on_sale {
    display: block;
}
  span.on_sale {
    color: #de5756;
    font-weight: 700;
  }
  .go3176171171 span{
    font-size: 8px!important;
    -webkit-font-size: 8px!important; /* Safari-specific */
  }
  .flx-t {
    margin: 7px 0 0 -7px;
  }
  .logo-list-inner::-webkit-scrollbar {
  height: 3px;
  width: 5px;
  }
  .logo-list-inner::-webkit-scrollbar-track {
    background-color: #e0e0e0;
  }
  .logo-list-inner::-webkit-scrollbar-thumb {
    background-color: #000;
  }
  .slider-gallery.products-slider .flickity-prev-next-button{
    opacity: 1!important;
  }
  .product-block.product-block--\@app {
    margin-bottom: 5px;
  }
  .onetime-purchase {
    margin-top: 7px;
    justify-content: flex-start;
    padding: 0;
    flex-wrap: wrap;
  }
  .onetime-purchase .flx-t {
    flex-wrap: wrap;
    width: auto;
    margin: 0;
    gap: 0;
    align-items: baseline;
  }
  .desk_hide{
    display: block;
     width: 100%;
    order: 3;
  }
  .mobile_hide{
    display: none;
  }
@media screen and (max-width: 370px) {
  .smart-payment-button--false .purchase-details {
    grid-template-columns: 1.6fr 2fr;
  }
  button.add_to_cart.global-button.global-button--primary {
    padding: 13px;
  }
  .content-inner .item:not(:last-child) {
    margin-right: 4px!important;
    padding-right: 4px!important;
  }
   .img-cntn {
      padding: 10px 15px !important;
  }
  .img-cntn_main .hdr p {
    font-size: 14px !important;
  }
}

.brand_logo img.pp {
    width: 110px;
}


  
