﻿/* header footer   */

.fl,
.flex {
    display: flex
}

.fl1,
.flex-item {
    flex: 1
}


li {
    list-style: none
}

ol,
ul {
    margin: 0;
    padding: 0
}

ol {
    list-style: decimal
}

.w_auto {
    width: auto !important
}

.h_auto {
    height: auto
}

.w_100 {
    width: 100% !important
}

.h_100 {
    height: 100% !important
}

.pd10 {
    padding: 10px;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -7.5px
}

.gitem {
    flex: 0 0 auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 100%
}

.col-1,
.rwcols-1 .gitem,
.wd100 {
    width: 100%
}

.col-2,
.rwcols-2 .gitem,
.wd50 {
    width: 50%
}

.col-3,
.rwcols-3 .gitem,
.wd33 {
    width: 33.33333%
}

.col-4,
.rwcols-4 .gitem,
.wd25 {
    width: 25%
}

.col-5,
.rwcols-5 .gitem,
.wd20 {
    width: 20%
}

.col-6,
.rwcols-6 .gitem,
.wd16 {
    width: 16.66667%
}

.col-7,
.rwcols-7 .gitem,
.wd14 {
    width: 14.28571%
}

.col-8,
.rwcols-8 .gitem,
.wd12 {
    width: 12.5%
}

.col-9,
.rwcols-9 .gitem,
.wd11 {
    width: 11.11111%
}

.col-10,
.rwcols-10 .gitem,
.wd10 {
    width: 10%
}

.wd30 {
    width: 30%
}

.wd37 {
    width: 37.5%
}

.wd40 {
    width: 40%
}

.wd60 {
    width: 60%
}

.wd62 {
    width: 62.5%
}

.wd66 {
    width: 66.66667%
}

.wd70 {
    width: 70%
}

.wd75 {
    width: 75%
}

.wd80 {
    width: 80%
}

.wd83 {
    width: 83.33333%
}

.wd87 {
    width: 87.5%
}

.wd90 {
    width: 90%
}

.wd100 {
    width: 100%
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.grid-products {
    margin: 0 -0.0px
}

.grid-products .gitem {
    padding-left: 0.0px;
    padding-right: 0.0px
}

.f-row {
    flex-direction: row
}

.f-col {
    flex-direction: column
}

.f-wrap {
    flex-wrap: wrap
}

.f-nowrap {
    flex-wrap: nowrap
}

.f-jcs {
    justify-content: flex-start
}

.f-jce {
    justify-content: flex-end
}

.f-jcc {
    justify-content: center
}

.f-jcsb {
    justify-content: space-between
}

.f-jcsa {
    justify-content: space-around
}

.f-jcse {
    justify-content: space-evenly
}

.f-ais {
    align-items: flex-start
}

.f-aie {
    align-items: flex-end
}

.f-aic {
    align-items: center
}

.f-aib {
    align-items: baseline
}

.f-aist {
    align-items: stretch
}

.f-acs {
    align-content: flex-start
}

.f-ace {
    align-content: flex-end
}

.f-acc {
    align-content: center
}

.f-acsb {
    align-content: space-between
}

.f-acsa {
    align-content: space-around
}

.f-acst {
    align-content: stretch
}

.f-asa {
    align-self: auto
}

.f-ass {
    align-self: flex-start
}

.f-ase {
    align-self: flex-end
}

.f-asc {
    align-self: center
}

.f-asb {
    align-self: baseline
}

.f-asst {
    align-self: stretch
}

.order0 {
    order: 0
}

.order1 {
    order: 1
}

.order2 {
    order: 2
}

.order3 {
    order: 3
}

.tl {
    text-align: left !important
}

.tc {
    text-align: center !important
}

.tr {
    text-align: right !important
}

.m_auto {
    margin-left: auto;
    margin-right: auto
}

.ml_auto {
    margin-left: auto
}

.mr_auto {
    margin-right: auto
}

.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml5 {
    margin-left: 5px
}

.mt5 {
    margin-top: 5px
}

.mr5 {
    margin-right: 5px
}

.mb5 {
    margin-bottom: 5px
}

.ml10 {
    margin-left: 10px
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml15 {
    margin-left: 15px
}

.mt15 {
    margin-top: 15px
}

.mr15 {
    margin-right: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml20 {
    margin-left: 20px
}

.mt20 {
    margin-top: 20px !important
}

.mr20 {
    margin-right: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml25 {
    margin-left: 25px
}

.mt25 {
    margin-top: 25px
}

.mr25 {
    margin-right: 25px
}

.mb25 {
    margin-bottom: 25px
}

.ml30 {
    margin-left: 30px
}

.mt30 {
    margin-top: 30px
}

.mr30 {
    margin-right: 30px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

@media (min-width:768px) {
    .col-md-1 {
        width: 100%
    }

    .col-md-2,
    .rwcols-md-2 .gitem,
    .wd50-md {
        width: 50%
    }

    .col-md-3,
    .rwcols-md-3 .gitem,
    .wd33-md {
        width: 33.33333%
    }

    .col-md-4,
    .rwcols-md-4 .gitem,
    .wd25-md {
        width: 25%
    }

    .col-md-5,
    .rwcols-md-5 .gitem,
    .wd20-md {
        width: 20%
    }

    .col-md-6,
    .rwcols-md-6 .gitem,
    .wd16-md {
        width: 16.66667%
    }

    .col-md-7,
    .rwcols-md-7 .gitem,
    .wd14-md {
        width: 14.28571%
    }

    .col-md-8,
    .rwcols-md-8 .gitem,
    .wd12-md {
        width: 12.5%
    }

    .col-md-9,
    .rwcols-md-9 .gitem,
    .wd11-md {
        width: 11.11111%
    }

    .col-md-10,
    .rwcols-md-10 .gitem,
    .wd10-md {
        width: 10%
    }

    .wd30-md {
        width: 30%
    }

    .wd37-md {
        width: 37.5%
    }

    .wd40-md {
        width: 40%
    }

    .wd60-md {
        width: 60%
    }

    .wd62-md {
        width: 62.5%
    }

    .wd66-md {
        width: 66.66667%
    }

    .wd70-md {
        width: 70%
    }

    .wd75-md {
        width: 75%
    }

    .wd80-md {
        width: 80%
    }

    .wd83-md {
        width: 83.33333%
    }

    .wd87-md {
        width: 87.5%
    }

    .wd90-md {
        width: 90%
    }

    .tl-md {
        text-align: left !important
    }

    .tc-md {
        text-align: center !important
    }

    .tr-md {
        text-align: right !important
    }

    .f-row-md {
        flex-direction: row
    }

    .f-col-md {
        flex-direction: column
    }

    .f-wrap-md {
        flex-wrap: wrap
    }

    .f-nowrap-md {
        flex-wrap: nowrap
    }

    .f-jcs-md {
        justify-content: flex-start
    }

    .f-jce-md {
        justify-content: flex-end
    }

    .f-jcc-md {
        justify-content: center
    }

    .f-jcsb-md {
        justify-content: space-between
    }

    .f-jcsa-md {
        justify-content: space-around
    }

    .f-jcse-md {
        justify-content: space-evenly
    }

    .f-ais-md {
        align-items: flex-start
    }

    .f-aie-md {
        align-items: flex-end
    }

    .f-aic-md {
        align-items: center
    }

    .f-aib-md {
        align-items: baseline
    }

    .f-aist-md {
        align-items: stretch
    }

    .f-acs-md {
        align-content: flex-start
    }

    .f-ace-md {
        align-content: flex-end
    }

    .f-acc-md {
        align-content: center
    }

    .f-acsb-md {
        align-content: space-between
    }

    .f-acsa-md {
        align-content: space-around
    }

    .f-acst-md {
        align-content: stretch
    }

    .f-asa-md {
        align-self: auto
    }

    .f-ass-md {
        align-self: flex-start
    }

    .f-ase-md {
        align-self: flex-end
    }

    .f-asc-md {
        align-self: center
    }

    .f-asb-md {
        align-self: baseline
    }

    .f-asst-md {
        align-self: stretch
    }

    .mb0-md {
        margin-bottom: 0
    }

    .mb5-md {
        margin-bottom: 5px
    }

    .mb10-md {
        margin-bottom: 10px
    }

    .mb15-md {
        margin-bottom: 15px
    }

    .mb20-md {
        margin-bottom: 20px
    }

    .mb25-md {
        margin-bottom: 25px
    }

    .mb30-md {
        margin-bottom: 30px
    }

    .mb35-md {
        margin-bottom: 35px
    }

    .mb40-md {
        margin-bottom: 40px
    }

    .mb45-md {
        margin-bottom: 45px
    }

    .mb50-md {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .grid {
        margin: 0 -15px
    }

    .gitem {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-lg-1 {
        width: 100%
    }

    .col-lg-2,
    .rwcols-lg-2 .gitem,
    .wd50-lg {
        width: 50%
    }

    .col-lg-3,
    .rwcols-lg-3 .gitem,
    .wd33-lg {
        width: 33.33333%
    }

    .col-lg-4,
    .rwcols-lg-4 .gitem,
    .wd25-lg {
        width: 25%
    }

    .col-lg-5,
    .rwcols-lg-5 .gitem,
    .wd20-lg {
        width: 20%
    }

    .col-lg-6,
    .rwcols-lg-6 .gitem,
    .wd16-lg {
        width: 16.66667%
    }

    .col-lg-7,
    .rwcols-lg-7 .gitem,
    .wd14-lg {
        width: 14.28571%
    }

    .col-lg-8,
    .rwcols-lg-8 .gitem,
    .wd12-lg {
        width: 12.5%
    }

    .col-lg-9,
    .rwcols-lg-9 .gitem,
    .wd11-lg {
        width: 11.11111%
    }

    .col-lg-10,
    .rwcols-lg-10 .gitem,
    .wd10-lg {
        width: 10%
    }

    .wd30-lg {
        width: 30%
    }

    .wd37-lg {
        width: 37.5%
    }

    .wd40-lg {
        width: 40%
    }

    .wd60-lg {
        width: 60%
    }

    .wd62-lg {
        width: 62.5%
    }

    .wd66-lg {
        width: 66.66667%
    }

    .wd70-lg {
        width: 70%
    }

    .wd75-lg {
        width: 75%
    }

    .wd80-lg {
        width: 80%
    }

    .wd83-lg {
        width: 83.33333%
    }

    .wd87-lg {
        width: 87.5%
    }

    .wd90-lg {
        width: 90%
    }

    .show-lg {
        display: block !important
    }

    .hide-lg {
        display: none !important
    }

    .f-row-lg {
        flex-direction: row
    }

    .f-col-lg {
        flex-direction: column
    }

    .f-wrap-lg {
        flex-wrap: wrap
    }

    .f-nowrap-lg {
        flex-wrap: nowrap
    }

    .tl-lg {
        text-align: left !important
    }

    .tc-lg {
        text-align: center !important
    }

    .tr-lg {
        text-align: right !important
    }

    .grid-products {
        margin: 0 -10.0px
    }

    .grid-products .gitem {
        padding-left: 10.0px;
        padding-right: 10.0px
    }
}

@media (min-width:1280px) {
    .col-xl-1 {
        width: 100%
    }

    .col-xl-2,
    .rwcols-xl-2 .gitem,
    .wd50-xl {
        width: 50%
    }

    .col-xl-3,
    .rwcols-xl-3 .gitem,
    .wd33-xl {
        width: 33.33333%
    }

    .col-xl-4,
    .rwcols-xl-4 .gitem,
    .wd25-xl {
        width: 25%
    }

    .col-xl-5,
    .rwcols-xl-5 .gitem,
    .wd20-xl {
        width: 20%
    }

    .col-xl-6,
    .rwcols-xl-6 .gitem,
    .wd16-xl {
        width: 16.66667%
    }

    .col-xl-7,
    .rwcols-xl-7 .gitem,
    .wd14-xl {
        width: 14.28571%
    }

    .col-xl-8,
    .rwcols-xl-8 .gitem,
    .wd12-xl {
        width: 12.5%
    }

    .col-xl-9,
    .rwcols-xl-9 .gitem,
    .wd11-xl {
        width: 11.11111%
    }

    .col-xl-10,
    .rwcols-xl-10 .gitem,
    .wd10-xl {
        width: 10%
    }

    .wd30-xl {
        width: 30%
    }

    .wd37-xl {
        width: 37.5%
    }

    .wd40-xl {
        width: 40%
    }

    .wd60-xl {
        width: 60%
    }

    .wd62-xl {
        width: 62.5%
    }

    .wd66-xl {
        width: 66.66667%
    }

    .wd70-xl {
        width: 70%
    }

    .wd75-xl {
        width: 75%
    }

    .wd80-xl {
        width: 80%
    }

    .wd83-xl {
        width: 83.33333%
    }

    .wd87-xl {
        width: 87.5%
    }

    .wd90-xl {
        width: 90%
    }

    .show-xl {
        display: block !important
    }

    .hide-xl {
        display: none !important
    }

    .f-wrap-xl {
        flex-wrap: wrap
    }

    .f-col-xl {
        flex-direction: column
    }

    .tl-xl {
        text-align: left !important
    }

    .tc-xl {
        text-align: center !important
    }

    .tr-xl {
        text-align: right !important
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .show-md {
        display: block !important
    }

    .hide-md {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .show-sm {
        display: block !important
    }

    .hide-sm {
        display: none !important
    }
}


.fullwidth.npd {
    padding-left: 0;
    padding-right: 0;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}



.count-bubble {
    display: none
}

#shopify-section-sub-collections .collection-banner.top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 50% 0
}

.product-labels {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 11
}

.product-labels .lbl {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 18px;
    text-align: center;
    padding: 0 8px;
    height: 19px;
    letter-spacing: 1px
}

.product-labels .on-sale {
    background-color: #ff708e
}

.product-labels .sold-out,
.product-labels .pr-label1 {
    background-color: #000
}

.product-labels .pr-label2 {
    background-color: #e9a400
}

.product-labels .pr-label3 {
    background-color: #81d53d
}

.tooltip-label {
    font-size: 11px;
    text-transform: none;
    line-height: 18px;
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 0 5px;
    white-space: nowrap;
    position: absolute;
    bottom: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%)
}

.tooltip-label:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #000;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -5px
}

@media only screen and (max-width:1024px) {
    .tooltip-label {
        display: none
    }
}

.gridSwatches {
    margin-top: 10px;
    font-size: 0px
}

.gridSwatches li {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 17px;
    width: 17px;
    margin: 3px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: 0 0 1px 1px #ddd;
    border: 2px solid #fff;
    border-radius: 50px
}

.gridSwatches li.medium {
    height: 30px;
    width: 30px
}

.gridSwatches li.large {
    height: 40px;
    width: 40px
}

.gridSwatches li:hover,
.gridSwatches li.active {
    box-shadow: none;
    border: 1px solid #000000
}

.gridSwatches li .white {
    border: 1px solid #ddd
}

.gridSwatches li .white .at {
    color: #000
}

@media only screen and (min-width:992px) {
    .gridSwatches li:hover {
        overflow: visible
    }

    .gridSwatches li:hover .tooltip-label {
        opacity: 1;
        bottom: calc(100% + 7px);
        visibility: visible;
        z-index: 2
    }
}

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

    .gridSwatches li.large,
    .gridSwatches li.medium {
        height: 25px;
        width: 25px
    }
}

.gview-img {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 0;
    overflow: hidden
}

.gitem-img {
    display: block;
    position: relative;
    padding-bottom: 130%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity ease-out .4s;
    border-radius: 0
}

.gitem-img .placeholder-svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.gview-img .hover,
.gview-img .variantImg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%
}

.showVariantImg .gitem-img {
    opacity: 0
}

.showVariantImg .variantImg {
    visibility: visible;
    opacity: 1
}

.gview-img .at-spinner4 {
    color: #000;
    font-size: 24px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .7);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50
}

@media only screen and (min-width:992px) {
    .gview-img:hover .primary {
        opacity: 0
    }

    .gview-img:hover .hover {
        opacity: 1;
        visibility: visible
    }
}

.grid-view-item__vendor {
    color: #777;
    margin-bottom: 5px
}

.grid-view-item__title,
.group-prod h5 a {
    color: #111;
    font-size: 16px;
    text-transform: none;
    font-weight: 500
}

.grid-view-item__title:hover,
.group-prod h5 a:hover {
    color: #e55151
}

.grid-view-item__meta {
    margin: 5px 0 10px
}

.grid-view-item__meta .price__unit {
    margin: 0
}

.grid-view-item .spr-badge-caption,
.list-columns .spr-badge-caption {
    display: none
}

.grid-view-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s ease-out
}

.carousel .grid-view-item {
    margin-bottom: 0
}

.grid-view-item .sizelink {
    display: none
}

.grid-view-item .button-set {
    width: 100%;
    display: block;
    font-size: 0px;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 444;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out
}

.grid-view-item .button-set .btn {
    display: inline-block;
    font-weight: 400;
    border: 0;
    background-color: #000;
    position: relative;
    font-size: 18px;
    padding: 0;
    margin: 3px;
    line-height: 36px;
    width: 100%;
    height: 38px;
    width: 40px;
    text-align: center;
    border-radius: 4px
}

.grid-view-item:hover .button-set {
    bottom: 10px;
    opacity: 1;
    visibility: visible
}

.grid-view-item .button-set .btn:hover {
    opacity: 1;
    background-color: #f75b5b
}

.grid-view-item .button-set .btn:hover .tooltip-label {
    opacity: 1;
    bottom: calc(100% + 7px);
    visibility: visible;
    z-index: 2
}

.grid-view-item .button-set .at,
.grid-view-item .button-set .btn:hover .at {
    color: #fff
}

@media only screen and (max-width:766px) {
    .grid-view-item .button-set .btn {
        line-height: 30px;
        height: 32px;
        width: 34px
    }

    .grid-view-item .button-set .at {
        font-size: 14px
    }

    .collection-tabs-wrapper .carousel .grid-view-item {
        margin-bottom: 20px
    }
}

.spr-badge-starrating .spr-icon,
.spr-icon {
    font-size: 11px !important;
    margin-right: 1px
}

.grid-view-item .details {
    padding: 15px 10px 10px
}

.grid-view-item .pr_price {
    font-size: 14px;
    display: inline-block
}

.grid-view-item .pr_price.sale {
    padding-right: 0
}

.grid-view-item .product-review {
    line-height: 1;
    margin-bottom: 14px
}

.grid-view-item .overly {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: #ffffffd9;
    transition: all .3s ease-out
}

.grid-view-item.style2 .button-set,
.grid-view-item.style3 .button-set {
    margin-top: 10px
}

.grid-view-item.style3 .details {
    padding-top: 10px
}

.grid-view-item.style4 .details {
    text-align: left
}

.grid-view-item.style4 .button-set,
.grid-view-item.style6 .button-set {
    left: 10px;
    bottom: 10px;
    width: 40px
}

.grid-view-item.style5 .flatbtn {
    margin: 10px 0
}

.grid-view-item.style5 .flatbtn .btn {
    margin-top: 10px;
    border: 0;
    color: #fff;
    padding: 12px 25px;
    background-color: #000
}

.grid-view-item.style5 .flatbtn .btn:hover {
    color: #fff;
    background-color: #f75b5b
}

.grid-view-item.style6 .gridSwatches {
    text-align: left;
    margin-left: -2px
}

.grid-view-item.style6 .gridSwatches li {
    width: 35px;
    height: 18px
}

.grid-view-item.style6 .details {
    text-align: left;
    padding-left: 0
}

@media only screen and (min-width:992px) {
    .grid-view-item.style2 .details {
        width: 100%;
        height: auto !important;
        padding-bottom: 30px;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 5;
        transform: translateY(-50%);
        transition: all .3s ease-out
    }

    .grid-view-item.style2:hover .button-set {
        bottom: -20px
    }

    .grid-view-item.style2:hover .overly,
    .grid-view-item.style2:hover .details {
        opacity: 1
    }

    .grid-view-item.style2 {
        margin-bottom: 20px
    }

    .grid-view-item.style3 .gridSwatches {
        border-bottom: 1px solid rgba(0, 0, 0, 0)
    }

    .grid-view-item.style3 .button-set {
        position: static;
        opacity: 1;
        visibility: visible
    }

    .grid-view-item.style4:hover .button-set,
    .grid-view-item.style6:hover .button-set {
        visibility: visible;
        opacity: 1
    }

    .grid-view-item.style4 .button-set .tooltip-label,
    .grid-view-item.style6 .button-set .tooltip-label {
        left: 55px;
        bottom: 50%;
        transform: translateY(50%)
    }

    .grid-view-item.style4 .button-set .tooltip-label:before,
    .grid-view-item.style6 .button-set .tooltip-label:before {
        border-color: transparent;
        border-right-color: #000;
        left: -5px;
        bottom: 4px
    }

    .grid-view-item.style4 .btn:hover .tooltip-label,
    .grid-view-item.style6 .btn:hover .tooltip-label {
        left: 45px;
        bottom: 50%;
        transform: translateY(50%)
    }

    .grid-view-item.style5 .flatbtn .btn {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1024px) {
    .grid-view-item {
        margin-bottom: 20px
    }

    .grid-view-item .button-set {
        bottom: 5px;
        opacity: 1;
        visibility: visible
    }

    .grid-view-item.style2 .button-set,
    .grid-view-item.style3 .button-set {
        position: relative;
        bottom: 0;
        margin-bottom: 10px
    }

    .grid-view-item .details {
        position: relative;
        padding: 15px 0 10px
    }

    .grid-view-item.style4 .saleTime.mobile {
        justify-content: left;
        padding: 10px 0 0 10px
    }

    .grid-masonary .grid-view-item .details {
        padding-bottom: 15px
    }

    .grid-view-item.style6 .saleTime {
        justify-content: start;
        margin-left: 5px
    }
}

.shopify-product-reviews-badge {
    min-height: 17px
}

.saleTime {
    position: absolute;
    opacity: 1;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 11
}

.saleTime>span {
    font-size: 9px;
    font-weight: 400;
    min-width: 35px;
    padding: 7px 5px;
    line-height: 1.2;
    margin: 0 0 3px 3px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #fff;
    background-color: #ffffffb3
}

.saleTime>span span {
    display: block;
    font-size: 12px;
    font-weight: 700
}

.saleTime.mobile {
    position: static;
    margin: 0 -10px
}

.saleTime.mobile>span {
    margin: 0;
    min-width: 30px;
    font-size: 10px;
    background: #f2f2f2
}

.grid-view-item:hover .saleTime.desktop {
    opacity: 0
}

@media only screen and (max-width:1024px) {
    .saleTime.mobile {
        margin-top: 10px
    }
}

.top-header-wrapper {
    background: #35cb9c;
    border-bottom: 1px solid #fff
}

.top-header {
    color: #fff;
    min-height: 35px;
    position: relative;
    z-index: 6;
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 20px
}

.top-header>div {
    flex: 1;
    padding: 7px 0
}

.top-header a {
    color: #fff
}

.top-header .at {
    font-size: 12px
}

.top-header .icon {
    color: #fff;
    height: 13px;
    width: 13px
}

.top-header .left-hdr span,
.top-header .left-hdr a,
.top-header .left-hdr p {
    margin: 0 12px 0 0
}

.top-header .left-hdr .at {
    margin-right: 4px
}

.top-header .social-icons {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px 0 4px;
    line-height: 11px
}

@media only screen and (max-width:1024px) {
    .top-header {
        flex-direction: column
    }

    .top-header>div:not(.hide-sm)+div {
        padding-top: 0
    }
}

.ctdrawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1099;
    visibility: hidden;
    width: 100%;
    height: 100%
}

#header {
    position: relative;
    z-index: 15;
    background-color: #fff;
    border-bottom: 1px solid #fff
}

.header-logo {
    margin: 0;
    min-width: 170px;
    max-width: 210px
}

.header-logo .header-logo-link {
    display: block;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none
}

.header-logo img,
.header-logo svg {
    display: block;
    max-width: 180px;
    height: auto
}

@media only screen and (max-width:1024px) {
    .header-logo {
        max-width: 100%;
        min-width: 40px;
        text-align: center
    }

    .header-logo img,
    .header-logo svg {
        max-width: 120px;
        margin: 0 auto
    }

    #header {
        border-bottom: 0
    }
}

.site-header {
    width: 100%;
    min-height: 60px;
    position: relative
}

.site-header>.header-logo,
.site-header>div,
.site-header>nav {
    flex: 1
}

.site-header .icons-col {
    width: 20%;
    max-width: 170px
}

.site-header a.hdicon {
    position: relative;
    color: #030505;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 9px
}

.site-header a.hdicon .at {
    font-size: 18px;
    min-width: 18px;
    min-height: 18px
}

#CartCount,
.favCount {
    position: absolute;
    background: #030505;
    color: #fff;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    line-height: 17px;
    font-size: 11px;
    right: -5px;
    top: 0
}

@media only screen and (min-width:768px) {
    .site-header a.hdicon .at {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .site-header {
        min-height: 60px
    }

    .site-header .mobile-nav,
    .site-header .icons-col {
        max-width: 75px
    }
}

#header.stickyHeader {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    left: 0;
    box-shadow: 0 0 7px #0003
}

.stickyHeader .site-header {
    min-height: 60px
}

.stickyHeader .site-header .header-logo img,
.stickyHeader .site-header .header-logo svg {
    max-width: 150px
}

@media only screen and (min-width:992px) {
    .stickyHeader.popup {
        padding-right: 16px
    }
}

#settingsBox {
    color: #000;
    background-color: #fff;
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    padding: 20px;
    width: 300px;
    position: absolute;
    top: 100%;
    right: 15px;
    z-index: 99;
    transform: translateY(50px);
    box-shadow: 0 0 15px #0000001a;
    transition: all .3s ease-in-out
}

#settingsBox.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

#settingsBox .customer-links {
    text-transform: uppercase
}

#settingsBox .ctLink {
    color: #000;
    text-decoration: underline
}

#settingsBox .ctLink:hover {
    text-decoration: none
}

#settingsBox .ttl {
    margin: 20px 0 10px;
    font-weight: 600;
    display: block;
    letter-spacing: .2px
}

#settingsBox .btn {
    width: 100%
}

@media only screen and (min-width:992px) {
    #settingsBox {
        width: 350px
    }
}

.currency-picker .selected-currency {
    display: none
}

.cnrLangList {
    max-height: 300px;
    overflow: auto;
    margin-right: -10px
}

.cnrLangList li {
    color: #000;
    font-size: 11px;
    margin: 0 5px 5px 0;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
    padding: 3px 8px;
    opacity: .6;
    border: 1px solid rgba(0, 0, 0, .3)
}

.cnrLangList li:hover {
    opacity: 1
}

.cnrLangList li.selected,
.cnrLangList li a.weglot-link--active {
    color: #f04343;
    border-color: #f04343;
    opacity: 1
}

#siteNav.fwmm li.megamenu .megamenu {
    padding: 40px 35px 20px
}

#siteNav.fwmm li.megamenu .megamenu.style2 {
    padding-top: 0
}

.siteNavigation .lbl {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    padding: 2px 4px;
    margin: 0 auto 0 5px;
    position: relative;
    vertical-align: middle
}

.siteNavigation .lbl:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    left: -7px;
    border: 4px solid transparent;
    border-right-color: red
}

.siteNavigation .lbl.nm_label1 {
    background-color: #06b608
}

.siteNavigation .lbl.nm_label1:after {
    border-right-color: #06b608
}

.siteNavigation .lbl.nm_label2 {
    background-color: #1cb5b5
}

.siteNavigation .lbl.nm_label2:after {
    border-right-color: #1cb5b5
}

.siteNavigation .lbl.nm_label3 {
    background-color: #f48920
}

.siteNavigation .lbl.nm_label3:after {
    border-right-color: #f48920
}

.siteNavigation .lbl.nm_label4 {
    background-color: red
}

.siteNavigation .lbl.nm_label4:after {
    border-right-color: red
}

.siteNavigation .lbl.nm_label5 {
    background-color: red
}

.siteNavigation .lbl.nm_label5:after {
    border-right-color: red
}

@media only screen and (min-width:992px) {
    #siteNav .at-angle-down-l {
        margin-left: 3px
    }

    #siteNav a {
        text-decoration: none;
        display: block;
        opacity: 1
    }
       #siteNav>li>a{
           display: inline-block;
       }

    #siteNav>li:hover>.megamenu,
    #siteNav>li:hover>.dropdown,
    #siteNav>li .dropdown li:hover>ul {
        top: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: visible
    }


    #siteNav div.megamenu {
        opacity: 0;
        visibility: hidden;
        padding: 30px 35px 0;
        margin: 0;
        position: absolute;
        top: 100%;
        z-index: 999;
        max-height: 800px;
        overflow: auto;
        background-color: #fff;
        border-radius: 0;
        box-shadow: 0 0 15px #0000001a;
        pointer-events: none;
        transition: all .3s ease-in
    }

    #siteNav div.megamenu.on {
        top: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: visible
    }

    #siteNav div.megamenu.mmfull {
        width: 100%;
        /* left: 0 */
        left: 50%;
        transform: translateX(-50%);

        max-width: 1200px;
    }

    #siteNav div.megamenu.left {
        left: -17px
    }

    #siteNav div.megamenu.center {
        left: 50%;
        transform: translate(-50%)
    }

    #siteNav div.megamenu.right {
        right: -17px
    }

    #siteNav div.megamenu li.lvl-1 {
        margin-bottom: 25px
    }

    #siteNav div.megamenu li.lvl-1 a.lvl-1 {
        font-size: 18px;
        text-transform: none;
        color: #35cb9c;
        padding: 0 0 8px;
        font-weight: 600
    }

    #siteNav div.megamenu li.lvl-1 a.lvl-1:hover {
        color: #35cb9c
    }

    #siteNav div.megamenu li.lvl-1 a.lvl-1 .title {
        display: block
    }

    #siteNav div.megamenu li.lvl-1 li a {
        font-size: 16px;
        color: #000;
        padding: 6px 0;
        font-weight: 400
    }

    #siteNav div.megamenu li.lvl-1 li a:before {
        content: "";
        display: inline-block;
        width: 0px;
        height: 2px;
        vertical-align: middle;
        background-color: #35cb9c;
        transition: all .2s ease-in-out
    }

    #siteNav div.megamenu li.lvl-1 li a:hover {
        color: #35cb9c
    }

    #siteNav div.megamenu li.lvl-1 li a:hover:before {
        width: 3px;
        margin-right: 3px
    }

    div.megamenu .productCol {
        text-align: center
    }

    div.megamenu .productCol .grid-view-item {
        padding: 0;
        box-shadow: none;
        border: 0 none;
        margin-bottom: 15px;
        line-height: 1.2
    }

    div.megamenu .productCol .grid-view-item__title,
    div.megamenu .productCol .grid-view-item__meta {
        color: #35cb9c;
        margin-bottom: 0
    }

    #siteNav div.megamenu.style1 .imageCol {
        margin-bottom: 30px
    }

    #siteNav div.megamenu.style1 img {
        border-radius: var(--img_rad)
    }

    #siteNav div.megamenu.style1 .ttl {
        color: #35cb9c;
        display: block;
        padding: 5px;
        margin-top: 3px
    }

    #siteNav div.megamenu.style1 .ttl.bdr {
        border: 1px solid rgba(53, 203, 156, .2)
    }

    #siteNav div.megamenu.style2 {
        padding: 0
    }

    #siteNav div.megamenu.style2 .prColumn,
    #siteNav div.megamenu.style2 .mmftcolumn {
        padding: 20px;
        width: auto;
        vertical-align: top
    }

    #siteNav div.megamenu.style2 .mmftcolumn img {
        border-radius: var(--img_rad)
    }

    #siteNav div.megamenu.style2 .prColumn .grid {
        margin: 0 -10px
    }

    #siteNav div.megamenu.style2 .prColumn .gitem {
        padding: 0 10px
    }

    #siteNav div.megamenu.style3 img {
        margin-bottom: 10px;
        border-radius: var(--img_rad)
    }

    #siteNav div.megamenu.style4 {
        background-repeat: no-repeat;
        background-size: auto 100%
    }

    #siteNav div.megamenu.style5 .grid {
        margin: 0 -10px
    }

    #siteNav div.megamenu.style5 .gitem {
        text-align: center;
        font-weight: 700;
        padding: 0 10px;
        margin-bottom: 20px
    }

    #siteNav div.megamenu.style5 .imgFl {
        border-radius: var(--img_rad)
    }

    #siteNav div.megamenu.style5 a {
        display: block;
        position: relative
    }

    #siteNav div.megamenu.style5 .imgOver {
        display: block;
        padding: 5px 0 10px
    }

    #siteNav div.megamenu.style5 .below {
        padding: 10px 0 0
    }

    #siteNav div.megamenu.style5 .over .imgOver {
        padding: 10px 15px;
        position: absolute;
        left: 10px;
        right: 10px;
        width: auto;
        bottom: 20px;
        background-color: #fff
    }

    .admmsub {
        display: none
    }

    .admmsub.active {
        display: flex
    }

    li.mm6main {
        width: 170px;
        margin: -30px 40px 0 -35px;
        background-color: #f4f4f4
    }

    li.mm6main a.lvl-1 {
        padding: 12px 20px;
        font-weight: 600;
        color: #35cb9c;
        border-bottom: 1px solid #e7e7e7
    }

    li.mm6main a.lvl-1:hover,
    li.mm6main a.active {
        color: #35cb9c;
        background-color: #fff
    }

    .siteNavigation .mm6bx .gview-img .lbl {
        display: none
    }

    #siteNav ul.dropdown,
    #siteNav ul.dropdown ul {
        padding: 15px 20px;
        opacity: 0;
        visibility: hidden;
        width: 240px;
        position: absolute;
        top: auto;
        left: -17px;
        z-index: 999;
        background-color: #fff;
        border-radius: 0;
        box-shadow: 2px 2px 2px #0000004d;
        transition: all .3s ease-in-out
    }

    #siteNav ul.dropdown li {
        border-top: 1px solid #eeeeee;
        position: relative
    }

    #siteNav ul.dropdown li:first-child {
        border: 0 none
    }

    #siteNav ul.dropdown li a {
        font-size: 16px;
        color: #444;
        font-weight: 400;
        padding: 10px 5px;
        background-color: #fff
    }

    #siteNav ul.dropdown li a:hover {
        color: #000;
        background-color: #fafafa;
        padding-left: 10px
    }

    #siteNav ul.dropdown li a .at {
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 12px
    }

    #siteNav ul.dropdown li ul {
        top: 10px;
        left: 100%
    }

    #siteNav ul.dropdown li:hover>ul {
        top: -10px
    }

    .mm_layout {
        max-width: 1170px;
        margin: 0 auto;
        width: 100%
    }
}


.js-mobile-nav-toggle {
    margin-left: -9px
}

body.menuOn .modalOverly {
    display: block;
    opacity: .5
}

.mobile-nav-wrapper {
    width: 270px;
    height: 100%;
    position: fixed;
    left: -270px;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 5px #0000004d;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.mobile-nav-wrapper.active {
    left: 0;
    opacity: 1;
    visibility: visible
}

.closemmn {
    color: #000;
    background-color: #eee;
    position: absolute;
    top: 15px;
    right: -50px;
    cursor: pointer;
    width: 50px;
    height: 50px
}

#MobileNav {
    height: calc(100% - 36px);
    padding-bottom: 10px;
    overflow: auto
}

#MobileNav li {
    border-top: 1px solid #eee;
    position: relative
}

#MobileNav li.gitem {
    float: none;
    padding: 0
}

#MobileNav li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    min-height: 50px;
    padding: 5px 0 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: none
}

#MobileNav li a .at {
    color: #000;
    font-size: 12px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

#MobileNav li ul {
    display: none;
    background-color: #f7f7f7
}

#MobileNav li li a {
    padding-left: 20px
}

#MobileNav li li li a {
    padding-left: 30px
}

#MobileNav li li li li a {
    padding-left: 40px
}

.sslide {
    width: 100%;
    height: var(--slhtm);
    border-radius: var(--brd)
}

.sslide.im {
    padding-bottom: var(--slhtm);
    height: auto
}

.slideshow>.sslide:not(:first-child) {
    display: none
}

.sslide iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.sslide video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.ssimg {
    object-position: var(--ipos)
}

.ss_txt-wrap {
    background-color: var(--ibg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 30px 15px
}

.ss_txt {
    max-width: 700px;
    width: max-content;
    padding: var(--pdm);
    background-color: var(--bgm);
    outline: var(--frmm);
    outline-offset: -10px;
    border-radius: var(--brad)
}

.ss_txt .stxt {
    color: var(--cl);
    font-size: var(--fsm);
    line-height: var(--lh);
    font-weight: var(--fw);
    margin-bottom: var(--mbm);
    letter-spacing: var(--ls)
}

.ss_txt .hd1 p {
    display: inline-block;
    padding: 5px 10px;
    background: var(--phbg)
}

.ss_txt .stxt span {
    color: transparent;
    -webkit-text-stroke: 2px var(--cl);
    -text-stroke: 2px var(--cl)
}

.ss_txt .btn+.btn {
    margin-left: 20px
}

.slideshow .flickity-page-dots {
    bottom: 0;
    position: absolute;
    width: 100%
}

.slideshow .flickity-button {
    width: 35px;
    height: 35px
}

@media only screen and (min-width:768px) {
    .sslide {
        height: var(--slhtt)
    }

    .sslide.im {
        padding-bottom: var(--slht)
    }

    .ss_txt-wrap {
        padding-top: 4%;
        padding-bottom: 4%
    }

    .ss_txt {
        padding: var(--pd);
        background-color: var(--bg);
        outline: var(--frm);
        outline-offset: -10px
    }

    .ss_txt .stxt {
        font-size: var(--fs);
        margin-bottom: var(--mb)
    }

    .slideshow .flickity-page-dots {
        bottom: 10px
    }
}

@media only screen and (min-width:1024px) {
    .sslide {
        height: var(--slht, 700px)
    }

    .slideshow .flickity-button {
        width: 55px;
        height: 55px
    }
}

@media only screen and (max-width:767px) {
    .ss_txt .btnWrap {
        margin: 0 -5px
    }

    .ss_txt .btnWrap .btn {
        margin: 5px
    }
}

.img_ss .slideshow {
    height: auto
}

.img_ss .ph_bg,
.img_ss .ss_link {
    position: static
}

.ss_txt.st1,
.ss_txt.st4,
.ss_txt.st3 {
    opacity: 0;
    transition: 1s all .1s
}

.ss_txt.st1 {
    transform: scale(.8)
}

.ss_txt.st3 {
    transform: translateY(30px)
}

.ss_txt.st4 {
    transform: scale(1.2)
}

.ss_txt.st2>* {
    opacity: 0;
    transition: 1s all .1s;
    transform: translateY(-20px)
}

.ss_txt.st2 .btnWrap {
    opacity: 0;
    transition: .6s all .4s;
    transform: translateY(10px)
}

.is-selected .ss_txt.st2>*,
.is-selected .ss_txt.st3 {
    opacity: 1;
    transform: translateY(0)
}

.is-selected .ss_txt.st1,
.is-selected .ss_txt.st4 {
    opacity: 1;
    transform: scale(1)
}

.ssimg.anim {
    animation: zoomImg 15s ease-in infinite
}

@keyframes zoomImg {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.15)
    }

    to {
        transform: scale(1)
    }
}

.heroImg {
    border-radius: var(--ibdr);
    overflow: hidden
}

.hero {
    position: relative;
    width: 100%;
    min-height: var(--htm)
}

.hero .hero__inner {
    position: relative;
    z-index: 2;
    padding: 4%
}

.hero .wrap-text.bx {
    padding: 25px;
    background-color: var(--bg);
    border-radius: var(--bdr)
}

.heroSaleTime {
    display: inline-block;
    margin-bottom: 20px
}

.heroSaleTime>span {
    color: var(--cl);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1;
    display: inline-block;
    margin: 0 3px;
    padding: 10px;
    background-color: var(--bg);
    border: 1px solid var(--bd)
}

.heroSaleTime>span span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    min-width: 30px
}

@media only screen and (min-width:768px) {
    .hero {
        min-height: var(--htt)
    }

    .hero .wrap-text.bx {
        padding: 45px 50px
    }

    .heroSaleTime>span {
        margin: 0 4px;
        padding: 12px;
        font-size: 12px;
        min-width: 40px
    }
}

@media only screen and (min-width:992px) {
    .hero {
        min-height: var(--ht)
    }

    .heroImg.parallax {
        background-attachment: fixed
    }
}

@media only screen and (max-width:1024px) {
    .heroImg.parallax {
        background-position: 50% 50% !important
    }
}

.quote-bg {
    background: var(--bg);
    background-repeat: no-repeat;
    background-size: cover
}

.quote-bg .sec-ttl .h3 {
    color: var(--stcl)
}

.quotes-slider .flickity-slider .gitem {
    min-height: 100%;
    display: flex;
    justify-content: center
}

.qtSlide .quote-txt {
    color: var(--qcl);
    font-size: var(--qfsm);
    font-weight: 400;
    line-height: normal;
    max-width: 700px;
    margin: 0 auto;
    background: none
}

.qtSlide.bx {
    padding: 30px;
    background-color: var(--qbg);
    border-radius: var(--bg_rad)
}

.qtSlide .authour {
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.qtSlide .authour span {
    display: block;
    font-weight: 400
}

.qtSlide .at-star {
    color: var(--rcl);
    margin-right: 2px;
    font-size: var(--rfs)
}

.author-pic {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%
}

.author-pic.style3 {
    width: 100%;
    height: auto;
    padding-bottom: 60%;
    border-radius: 0;
    margin: 0
}

.quotes-wrapper.style3 .qtSlide {
    padding: 0;
    border-radius: var(--bg_rad);
    overflow: hidden
}

.quotes-wrapper.style3 .quote-txt {
    padding: 20px
}

@media only screen and (min-width:768px) {
    .qtSlide .quote-txt {
        font-size: var(--qfs)
    }
}

.feature-row {
    border-radius: var(--bx_rad);
    overflow: hidden
}

.feature-row .imgWrapper {
    border-radius: var(--img_rad);
    overflow: hidden
}

.feature-row .row-text {
    padding: 20px;
    width: 100%;
    margin: 0 auto
}

.feature-row .btn {
    color: var(--cl);
    background-color: var(--bg);
    border: 1px solid var(--bd)
}

.feature-row .btn:hover {
    color: var(--bg);
    background-color: var(--cl)
}

@media only screen and (min-width:768px) {
    .imgCol.fadeInRight {
        order: 2
    }

    .feature-row .row-text {
        width: 90%
    }
}

@media only screen and (max-width:766px) {
    .feature-row>div {
        width: 100%
    }
}

.block_type_product {
    font-size: 0px
}

.custom-block .text {
    margin-bottom: 15px
}

.custom__item {
    flex: 0 0 auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%
}

.zero-pad .custom__item {
    padding: 0;
    margin: 0;
    font-size: 0px
}

@media only screen and (max-width:766px) {
    .custom__item {
        flex: 0 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    .custom__item.small--one-half {
        flex: 1 0 50%;
        margin-left: auto;
        margin-right: auto
    }

    .custom__item.small--one-half.block_type_text {
        flex: 1 0 100%
    }
}

.custom__item .cl-item,
.custom__item .grid-view-item {
    margin: 0
}

.custom__item .rte-setting a {
    text-decoration: underline
}

.custom__item .rte-setting a :hover {
    text-decoration: none
}

.custom__item .tc .custom-text {
    margin: 0 auto
}

@media only screen and (min-width:992px) {
    .custom__item .tc .custom-text {
        max-width: 80%
    }

    .one-whole .custom__item .tc .custom-text {
        max-width: 70%
    }
}

@media only screen and (max-width:766px) {
    .small--one-whole.block-product {
        width: 50%
    }

    .zero-pad .custom__item {
        margin-bottom: 10px
    }

    .zero-pad .custom__item .details {
        padding-left: 8px;
        padding-right: 8px
    }
}

.ct-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
    text-align: left;
    max-width: 100%;
    width: 100%
}

.ct-inner-video,
.ct-inner-collection,
.ct-inner-html {
    display: block
}

.ct-inner-text img {
    margin-bottom: 20px
}

.ct-inner-text .rte-setting+.btn {
    margin-top: 15px
}

.ct-inner-collection {
    position: relative
}

.ct-inner-collection .details {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
    width: 100%
}

.ct-inner-collection .details h3 {
    padding: 10px 20px;
    display: inline-block
}

.ct-inner .product-single__photo {
    width: 100%;
    margin: 0
}

.custom-content:not(.grid-masonary) {
    margin-bottom: -20px
}

.custom-content.grid-masonary {
    margin: var(--grspm)
}

.custom-content.grid-masonary .custom__item {
    padding: var(--grspim);
    float: left
}

.sidespace .custom__item {
    margin-bottom: 0
}

@media only screen and (min-width:1023px) {
    .custom-content.grid-masonary {
        margin: var(--grsp)
    }

    .custom-content.grid-masonary .custom__item {
        padding: var(--grspi)
    }

    .custom-content:not(.grid-masonary) {
        margin-bottom: -30px
    }
}

@media only screen and (max-width:1023px) {
    .custom-content.grid-masonary .custom__item {
        padding-bottom: 20px
    }
}

.custom__item.block_type_image {
    font-size: 0px
}

.tabs.tc {
    justify-content: center
}

.cl-tabs {
    display: inline-flex;
    justify-content: center
}

.cl-tabs a {
    position: relative;
    color: var(--cl);
    font-size: var(--fs);
    font-weight: var(--fw);
    display: inline-block
}

.tabs1 .cl-tabs {
    gap: 50px;
    border-bottom: 1px solid var(--bd)
}

.tabs2 li {
    margin: 0 10px
}

.cl-tabs .st1 a:after {
    content: "";
    width: 100%;
    opacity: 0;
    display: block;
    height: 2px;
    margin-top: 10px;
    background-color: var(--bda)
}

.cl-tabs .st1.active a:after {
    opacity: 1
}

.cl-tabs .st2 a {
    border: 1px solid var(--bd);
    background-color: var(--bg);
    border-radius: var(--bdr);
    padding: 7px 20px 6px
}

.cl-tabs .st2.active a {
    background-color: var(--bga)
}

.cl-tabs .active a {
    color: var(--cla);
    opacity: 1;
    border-color: var(--bda)
}

.grid-bnr {
    display: grid;
    gap: 10px;
    margin-bottom: 10px
}

.grid-bnr .imgBnr {
    position: relative;
    overflow: hidden
}

.grid-bnr img {
    display: block;
    width: 100%;
    transition: all .4s ease-in-out
}

.zoom_hov .imgBnr:hover img {
    transform: scale(1.1)
}

.gbtxtwrap {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex
}

.gbtxtwrap .txt.bx {
    padding: 15px 20px;
    background-color: var(--bg);
    border-radius: var(--bdr)
}

@media only screen and (min-width:769px) {
    .grid-bnr {
        gap: 20px;
        margin-bottom: 20px
    }

    .grid-bnr.st1 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grid-bnr.st1 .imgBnr:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3
    }

    .grid-bnr.st1 .imgBnr:nth-child(4) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3
    }

    .grid-bnr.st2 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grid-bnr.st2 .imgBnr:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3
    }

    .grid-bnr.st3 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grid-bnr.st3 .imgBnr:nth-child(1) {
        grid-row-start: 1;
        grid-row-end: 3
    }

    .grid-bnr.st4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .grid-bnr.st4 .imgBnr:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3
    }

    .grid-bnr.st4 .imgBnr:nth-child(2) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3
    }

    .grid-bnr.st5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .grid-bnr.st5 .imgBnr {
        grid-column-start: 1;
        grid-column-end: 3
    }

    .grid-bnr.st5 .imgBnr:nth-child(3) {
        grid-column-start: 3;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 3
    }

    .grid-bnr.st6 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width:768px) {
    .grid-bnr {
        grid-template-columns: repeat(2, 1fr)
    }

    .grid-bnr.st1 .imgBnr:nth-child(1),
    .grid-bnr.st1 .imgBnr:nth-child(4),
    .grid-bnr.st2 .imgBnr:nth-child(3),
    .grid-bnr.st3 .imgBnr,
    .grid-bnr.st5 .imgBnr,
    .grid-bnr.st6 .imgBnr {
        grid-column-start: 1;
        grid-column-end: 3
    }

    .grid-bnr.st4 .imgBnr:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3
    }

    .grid-bnr.st4 .imgBnr:nth-child(2) {
        grid-row-start: 2;
        grid-row-end: 5
    }
}

.store-info {
    margin: 0 -20px
}

.store-info li {
    padding: 10px 20px
}

.store-info .at {
    color: var(--icl);
    font-size: var(--isz);
    display: inline-block;
    margin-bottom: 20px;
    text-align: center
}

.store-info i.at {
    width: calc(var(--isz) + 10px)
}

.store-info .text {
    color: var(--cl)
}

.store-info.style2 .at {
    margin: 0 15px 0 0
}

.store-info.style2 .text {
    margin-top: 2px
}

@media only screen and (min-width:768px) {
    .store-info li+li {
        border-left: 1px dotted var(--bd)
    }

    .store-info a:not(.flex) {
        display: inline-block
    }

    .store-info.style1 li {
        text-align: center
    }
}

@media only screen and (max-width:1024px) {
    .store-info {
        margin: 0 -10px
    }

    .store-info li {
        width: 100%;
        padding: 10px
    }

    .store-info.style2 {
        flex-wrap: wrap
    }

    .store-info.style2 li {
        flex: 1 1 50%
    }
}

@media only screen and (max-width:766px) {
    .store-info {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0
    }

    .store-info li {
        width: 100%;
        padding: 10px 0
    }

    .store-info li a {
        display: flex
    }

    .store-info li .at {
        font-size: 30px;
        min-width: 30px
    }
}

.logo-bar .gitem {
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-bar .logoImg {
    border-radius: var(--br)
}

.logo-bar .flickity-slider .gitem {
    min-height: 100%
}

.logolist .gitem {
    margin-bottom: 15px
}

@media only screen and (min-width:1024px) {
    .logolist .gitem {
        margin-bottom: 25px
    }
}

.insta-shop {
    margin: 0 -10px
}

.home-instagram .instafeed:not(.carousel) {
    display: flex;
    flex-wrap: wrap
}

.home-instagram .instafeed .insta-img a {
    position: relative;
    padding-bottom: 100%;
    display: block;
    overflow: hidden
}

.home-instagram .instafeed .insta-img img {
    border-radius: var(--brd);
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home-instagram .insta-img {
    padding: 0
}

.home-instagram .grid-sp .insta-img {
    padding: 0 5px 10px
}

.home-instagram .followus {
    text-align: center;
    padding: 20px 0
}

.home-instagram .followus .btn {
    position: relative;
    z-index: 555
}

.video-sec {
    font-size: 0px
}

.video-text {
    padding: 5%
}

.video-sec video {
    width: 100%
}

@media only screen and (max-width:766px) {
    .video-text {
        padding: 25px;
        text-align: center
    }

    .video-text .fl {
        flex-direction: column
    }
}

.richtxt .btn {
    margin: 5px
}

.catBannersimageSlideshow {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.clPageBnr {
    padding: 30px;
    position: relative;
    background-color: var(--bg);
    min-height: var(--htm)
}

.clPageBnr .tc {
    z-index: 5
}

@media only screen and (min-width:768px) {
    .clPageBnr {
        min-height: var(--htt)
    }
}

@media only screen and (min-width:1024px) {
    .clPageBnr {
        min-height: var(--ht)
    }
}

.sidebar {
    width: 300px;
    transition: all .3s ease-in-out
}

.sidebar.left {
    order: -1;
    padding-right: 30px
}

.sidebar.right {
    padding-left: 30px
}

.closeFilter {
    z-index: 333;
    color: #444;
    font-size: 17px;
    line-height: 34px;
    height: 35px;
    width: 35px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px
}

.sidebar .sidebar_widget {
    margin-bottom: 30px
}

.sidebar .widget-title {
    color: #000;
    font-family: var(--ft1);
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px;
    position: relative
}

.sidebar #sideProdSlider .flickity-page-dots {
    display: none
}

@media only screen and (min-width:1024px) {
    .sidebar.popup {
        height: 100%;
        padding: 15px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 335;
        overflow: auto;
        transform: translate(-110%);
        background-color: #eee;
        box-shadow: 0 0 10px #0000001a
    }

    .sidebar.popup.active {
        transform: translate(0)
    }
}

@media only screen and (max-width:1024px) {
    .filterbar.right {
        padding-left: 0
    }

    .filterbar {
        width: 280px;
        height: 100%;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 444;
        background-color: #eee;
        transform: translate(-290px);
        box-shadow: 0 0 10px #0000001a
    }

    .filterbar.active {
        left: 0;
        transform: translate(0)
    }

    .filterbar .sidebar_widget {
        padding: 15px 15px 0;
        margin-bottom: 15px
    }
}

ul.sidebar_cate .gitem {
    float: none
}

ul.sidebar_cate li {
    padding: 6px 0
}

ul.sidebar_cate li:last-child {
    border: 0 none
}

ul.sidebar_cate a {
    color: #06b608;
    display: flex;
    align-item: center;
    justify-content: space-between
}

ul.sidebar_cate a:hover,
ul.sidebar_cate li.active>a {
    color: #1cb5b5
}

ul.sidebar_cate ul {
    display: none;
    margin: 0 0 0 15px
}

ul.sidebar_cate li.active ul {
    display: block
}

ul.twoCall {
    column-count: 2;
    column-gap: 12px
}

ul.flOpt li {
    padding: 3px 0
}

ul.flOpt li label {
    font-weight: 400;
    font-size: 12px
}

ul.flOpt li.disabled {
    opacity: .5;
    cursor: default
}

.clrFl li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 5px 0;
    position: relative
}

.clrFl .clrbox {
    font-size: 11px;
    display: block;
    border-radius: 0;
    overflow: hidden;
    height: var(--clswsz);
    width: var(--clswsz);
    border-radius: var(--clrbdr)
}

.clrFl .clrbox:before {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: adorn-icons;
    margin-top: -8px;
    top: 50%
}

.clrFl .clrbox.swtwhite {
    border: 1px solid #eee
}

.clrFl .clrbox.swtwhite:before {
    color: #000
}

.clrFl input:checked+.clrbox:before {
    content: "\ea7f"
}

.clrFl input:disabled+.clrbox:before {
    content: "";
    position: relative;
    opacity: .5;
    cursor: default;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/soldout.png) no-repeat 50% 50%/cover
}

.clrFl li:hover .tooltip-label {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 7px)
}

.crFilters {
    margin-bottom: 20px
}

.crFilters .actFilter {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 3px 6px;
    background: #000;
    color: #fff;
    font-size: 11px
}

.crFilters .actFilter:only-child {
    display: none
}

.crFilters .at {
    font-size: 11px;
    vertical-align: baseline;
    padding-left: 5px
}

.crFilters .btn-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    text-decoration: underline
}

.side-pr-slider item:not(:first-child) {
    display: none
}

.side-pr-slider .grid-view-item {
    margin-bottom: 0
}

.sidebar .static-banner {
    border: 0 none
}

.filters-toolbar {
    margin-bottom: 20px
}

.filters-toolbar select {
    font-size: 12px;
    height: auto;
    max-width: 100%;
    min-width: inherit;
    margin: 0;
    padding: 5px 25px 5px 5px;
    border: 0 none
}

.change-view {
    background: none;
    opacity: .5;
    border: 0
}

.change-view.active {
    opacity: 1
}

.change-view .at {
    font-size: 16px
}

.btn-filter {
    width: 100%;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px;
    line-height: normal;
    height: auto;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 10px
}

.flbarCount {
    font-size: 14px;
    margin: 0 auto
}

@media only screen and (min-width:766px) {
    .filters-toolbar__item {
        min-width: 110px
    }

    .btn-filter {
        width: auto;
        padding: 4px 12px;
        margin-right: 10px;
        margin-bottom: 0
    }

    .flbarCount {
        font-size: 15px
    }
}

.pr_photoes .product-labels {
    left: auto;
    right: 5px
}

.zoomImg {
    background-color:
}

.pr_photo:hover .zoomImg {
    opacity: 1 !important
}

.pr_lg_img {
    position: relative;
    z-index: 1;
    width: 100%
}

.primgSlider:after {
    content: "flickity";
    display: none
}

.pr_photo {
    width: 100%;
    display: block;
    overflow: hidden;
    transition: none
}

.primgSlider>.pr_photo:not(:first-child) {
    display: none
}

@media only screen and (min-width:768px) {
    .product-single {
        flex-wrap: nowrap
    }

    .product-single__meta {
        flex: 1;
        width: auto;
        margin-left: 20px
    }

    .pr_photoes {
        width: var(--iwd)
    }

    .pr_lg_img {
        width: var(--imgw);
        order: var(--od)
    }

    .primgSlider.style3:after,
    .primgSlider.style4:after,
    .primgSlider.style5:after {
        content: "";
        display: inline
    }
}

.pr_photo.lightbox {
    cursor: crosshair
}

.prMedia {
    position: relative
}

.prMedia .shopify-model-viewer-ui,
.prMedia model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pr_photo video {
    width: 100%;
    display: block
}

.popup-video {
    position: absolute;
    right: 25px;
    bottom: 20px
}

.popup-video .at {
    font-size: 22px;
    color: #fff
}

@media only screen and (min-width:992px) {
    .popup-video:hover .tooltip-label {
        opacity: 1;
        visibility: visible;
        bottom: calc(100% + 7px)
    }
}

.pr_thumbs::-webkit-scrollbar,
.pr_thumbsWr::-webkit-scrollbar {
    display: none
}

.thumbs_nav {
    width: 100%;
    margin-top: 10px
}

.pr_thumbsWr {
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.pr_thumbs {
    white-space: nowrap
}

.pr_thumbs_item {
    display: inline-block;
    width: 80px;
    margin: 0 5px;
    vertical-align: top
}

@media only screen and (min-width:768px) {
    .thumbs_nav:not(.bottom) {
        width: 80px;
        margin-top: 0
    }

    .thumbs_nav:not(.bottom) .pr_thumbs {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        overflow-x: visible;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .thumbs_nav:not(.bottom) .pr_thumbs_item {
        display: block;
        width: 100%;
        margin: 0 0 10px
    }

    .thumbs_nav:not(.bottom) .flickity-button.previous {
        top: 0;
        left: 50%;
        margin-left: -15px;
        transform: rotate(90deg)
    }

    .thumbs_nav:not(.bottom) .flickity-button.next {
        top: calc(100% - 30px);
        left: 50%;
        margin-left: -15px;
        transform: rotate(90deg)
    }
}

.pr_thumbs_item.active-thumb {
    border: none
}

.pr_thumb .at-icon {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -7px;
    position: absolute;
    top: 50%;
    left: 50%
}

.product-single .social-sharing {
    padding-top: 20px;
    text-align: center
}

.product-single .social-sharing .share-title {
    display: none
}

@media only screen and (min-width:768px) {

    .pr_photoes,
    .product-single__meta {
        position: sticky;
        top: 80px
    }
}

.product-single__meta .swatch-element .swatchLbl {
    min-width: 50px
}

.instock {
    color: #76bd1c
}

.outstock,
.preorder {
    color: #ff9f3b
}

.product-info {
    color: #777
}

.product-info>div {
    display: inline-block;
    margin: 0 25px 0 0
}

.product-info>p {
    margin: 0 0 5px;
    display: block
}

.product-info a {
    color: #444444b3
}

.product-info a:hover {
    color: #444;
    opacity: 1;
    text-decoration: underline
}

.product-info.other {
    margin-top: 15px
}

.product-info .review {
    cursor: pointer
}

.psinglePriceWr {
    color: var(--pcl);
    line-height: 1.4;
    align-items: center
}

.psinglePriceWr>* {
    margin-right: 10px
}

.psinglePrice {
    color: var(--pcl);
    font-size: var(--fsm);
    font-weight: var(--pfw)
}

.psinglePrice.sale,
.discount-badge .off {
    color: var(--pcls)
}

s.psinglePrice {
    font-size: calc(var(--fsm) - 3px);
    font-weight: 400;
    margin-right: 10px;
    opacity: .7
}

@media only screen and (min-width:766px) {
    .psinglePrice {
        font-size: var(--fs)
    }

    s.psinglePrice {
        font-size: calc(var(--fs) - 5px)
    }
}

.prcountdown {
    color: var(--cl);
    margin: 0 -4px 30px;
    text-align: center;
    text-transform: uppercase
}

.prcountdown>span {
    font-size: var(--tfs);
    letter-spacing: 1px;
    min-width: 65px;
    padding: 15px 10px;
    background: var(--bg);
    border: 1px solid var(--bd);
    border-radius: var(--bdr);
    line-height: 1.2;
    margin: 0 4px
}

.prcountdown>span span {
    font-size: var(--nfs);
    font-weight: 600;
    display: block
}

.cst2 {
    display: flex;
    align-items: center;
    background: var(--bg);
    padding: 25px 15px;
    justify-content: center;
    border-radius: var(--bdr);
    border: 1px solid var(--bd)
}

.cst2 label {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 10px
}

.cst2 .prcountdown {
    margin-bottom: 0
}

.cst2 .prcountdown>span {
    border: 0;
    position: relative;
    padding: 0;
    background: none
}

.cst2 .prcountdown>span span {
    display: inline;
    margin-right: 1px
}

.cst2 .prcountdown>span:not(:last-child):after {
    position: absolute;
    right: -9px;
    content: ":";
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width:766px) {
    .cst2 {
        flex-direction: column
    }
}

.product-single__description {
    margin-bottom: 20px
}

.product-single__description ul {
    margin: 20px 0 20px 20px
}

.product-single__description ul {
    text-align: left
}

.moredetail {
    margin: -10px 0 25px
}

.moredetail a {
    text-decoration: underline
}

#quantity_message {
    color: var(--cl);
    line-height: 1.3;
    padding: 3px 12px;
    display: inline-block;
    background-color: var(--bg)
}

.product-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 10px
}

.product-form__item {
    flex: 1 1 200px;
    margin-bottom: 10px;
    padding: 5px
}

.product-form__item label {
    display: block
}

.product-form__input {
    display: block;
    width: 100%;
    margin: 0
}

.sizelink {
    margin-left: 12px;
    font-size: 12px;
    font-weight: 400
}

.sizelink .at {
    font-size: 17px;
    vertical-align: text-top;
    opacity: .7
}

.product-form .swatch {
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%
}

.product-form .swatch label.header {
    margin-bottom: 8px;
    font-weight: 500
}

.swatch-element {
    margin: 0 8px 5px 0;
    position: relative;
    line-height: 1
}

.swatch-element .swatchLbl {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    margin: 0;
    overflow: hidden;
    min-width: 35px;
    height: 35px;
    padding: 0 14px;
    background-color: #fff;
    border: 2px solid #ffffff;
    border-radius: 30px
}

.swatch-element .color {
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    min-width: auto !important;
    width: 50px;
    height: 50px
}

.swatch-element .swatchInput:checked+.swatchLbl {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #111;
    color: #fff;
    box-shadow: none
}

.swatch-element.soldout .swatchLbl {
    text-decoration: line-through;
    opacity: .5;
    cursor: no-drop
}

.swatch-element.soldout .color:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/soldout.png) no-repeat 50% 50%/cover
}

@media only screen and (min-width:768px) {
    .swatch-element:hover .tooltip-label {
        opacity: 1;
        bottom: calc(100% + 7px);
        visibility: visible
    }
}

.slVariant {
    min-width: 40px;
    display: inline-block;
    font-weight: 400
}

.infolinks a.inLink {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 20px 0;
    color: #444
}

.infolinks a.inLink:hover {
    color: #444;
    opacity: .8
}

.infolinks .at {
    font-size: 13px;
    margin-right: 5px
}

.infolinks .btn {
    display: block;
    margin-bottom: 15px
}

.product-action {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.product-action .qtyField {
    margin: 0 10px 0 0
}

.product-action button {
    flex: 1;
    height: 45px;
    margin-bottom: 0;
    border: 1px solid #008b5f;
    background-color: #008b5f;
    color: #fff
}

.product-action button:not(.qtyBtn):hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000
}

.storeFeatures {
    color: var(--cl);
    flex-wrap: wrap;
    margin: 0 -10px 20px
}

.storeFeatures p {
    min-width: 50%;
    padding: 5px 10px;
    margin: 0
}

.storeFeatures .at {
    min-width: 25px
}

p.product-type {
    margin-bottom: 10px
}

.sumtabs summary {
    color: #008b5f;
    font-size: 15px;
    font-family: var(--ft2);
    font-weight: 600;
    padding: 12px 20px;
    margin-bottom: 2px;
    cursor: pointer;
    background-color: #f4f4f4
}

.sumtabs[open] summary {
    color: #fff;
    background-color: #000
}

.sumtabs[open] summary .at {
    transform: rotate(180deg)
}

.sumtabs .rte {
    padding: 15px 0 20px
}

.product-tabs {
    width: 100%;
    border-bottom: 1px solid var(--bdr);
    margin: 0 0 25px
}

.product-tabs li {
    display: flex;
    align-items: stretch;
    margin-right: 5px
}

.product-tabs li a {
    font-size: var(--tfs);
    font-family: var(--tff);
    font-weight: var(--tfw);
    position: relative;
    letter-spacing: .02em;
    display: block;
    padding: 10px 25px;
    outline: none;
    color: var(--cl);
    border: 1px solid var(--bdr);
    background-color: var(--tbg);
    border-radius: var(--bbrd)
}

.product-tabs li a:hover,
.product-tabs li.active a {
    opacity: 1;
    text-decoration: none;
    color: var(--cla);
    background-color: var(--tbga);
    border: 1px solid var(--bdra)
}

.product-tabs.stl1 {
    border-bottom: 1px solid var(--bdr)
}

.product-tabs.stl1 li a {
    border-bottom: 0;
    border-radius: var(--bbrd) var(--bbrd) 0 0
}

.product-tabs.stl1 li a:hover,
.product-tabs.stl1 li.active a {
    border: 1px solid var(--bdr);
    border-bottom: 0
}

.product-tabs.stl1 li.active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0
}

.product-tabs.stl1 li.active a,
.product-tabs.stl1 li a:hover {
    background: none
}

.product-tabs.stl2 {
    border: 0;
    margin-left: -5px;
    margin-right: -5px
}

.product-tabs.stl2 li {
    margin: 0 5px
}

.product-tabs.stl3 {
    border-bottom: 1px solid var(--bdr)
}

.product-tabs.stl3 li a {
    background: none;
    border: 0
}

.product-tabs.stl3 li.active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--bdra);
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0
}

#productTabs .acor-ttl a {
    font-family: var(--tff);
    font-weight: var(--tfw);
    color: var(--clm);
    font-size: var(--tfs);
    background-color: var(--tbgm);
    border: 1px solid var(--bdrm);
    border-radius: var(--bbrd)
}

#productTabs .acor-ttl.active a {
    color: var(--clam);
    background-color: var(--tbgam);
    border: 1px solid var(--bdram)
}

@media only screen and (max-width:766px) {
    .template-product .tab-content {
        padding: 15px 0
    }
}

.product-description img {
    margin-bottom: 25px
}

.tab-content #sizechart {
    display: block !important;
    padding: 10px 0;
    overflow-x: auto;
    width: 100%;
    box-shadow: none;
    max-width: 100%
}

#sizechart h2,
#sizechart h3,
#sizechart h4,
#sizechart h5,
#sizechart h6 {
    margin-bottom: 15px
}

#sizechart,
#sizechart th,
#sizechart td {
    text-align: center
}

.product-single.home {
    align-items: center
}

.product-single.home .product-single__title {
    margin-bottom: 10px
}

.product-single.home .social-sharing {
    padding: 0
}

.product-single.home .sizelink {
    display: none
}

.product-single.home .product-single__photo {
    width: 100%;
    margin: 0
}

.customtx .tbg {
    padding: 12px 15px;
    background: var(--bg)
}

.customtx {
    color: var(--cl);
    font-size: var(--fs);
    font-weight: var(--fw)
}

.customtx .at {
    vertical-align: inherit;
    font-size: 18px
}

.userViewMsg .at,
.freeShipMsg .at,
.shippingMsg .at {
    vertical-align: sub;
    font-size: 16px;
    margin-right: 5px
}

.ftext .tbg {
    padding: 16px 25px 20px;
    border-radius: var(--rad)
}

.ftext .at {
    margin-top: 2px;
    font-size: 22px
}

.ftext .ttlTxt {
    line-height: normal
}

.ftext a {
    text-decoration: underline;
    color: var(--cl)
}

.product-single .ftext+.ftext {
    margin-top: -10px
}

.trust_badge.tbg {
    padding: 30px 25px;
    background: var(--bg);
    border-radius: var(--rad)
}

@media only screen and (max-width:766px) {
    .product-single.home {
        flex-direction: column
    }
}

.complementary.st2 .gitem {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    background: var(--lbg);
    padding: 15px
}

.complementary.st2 .cpdetail {
    text-align: left;
    margin-top: 10px
}

.complementary.st2 .grid_lnk {
    display: block;
    width: 80px;
    margin-right: 20px
}

.complementary.st2 .gitem-img {
    margin: 0;
    border: 1px solid var(--bdr)
}

.pickwrap {
    background: var(--bg);
    border-radius: var(--br);
    padding: var(--tpds) var(--tpd);
    color: var(--cl)
}

.pickwrap a {
    color: var(--cl)
}

.pickwrap .at-check-badge {
    color: var(--ic1)
}

.pickwrap .at-times-cil {
    color: var(--ic2)
}

#pickupDrawer h2,
#pickupDrawer h3 {
    font-weight: 500
}

.recentPost .article-name {
    line-height: 17px;
    display: block;
    margin-bottom: 5px
}

.recentPost .article__date {
    display: block;
    margin: 0;
    opacity: .8
}

.blogSearch .btn {
    padding: 0 10px
}

.blogTags li a {
    color: #444;
    display: block;
    line-height: 1.1;
    padding: 5px 10px;
    margin: 0 7px 7px 0;
    border: 1px solid #f7f7f7;
    border-radius: 15px
}

.blogTags li a:hover {
    border: 1px solid #c4c4c4;
    box-shadow: 0 0 2px #c4c4c4
}

.blogTags li.active a {
    color: #444;
    border: 1px solid #444;
    box-shadow: 0 0 2px #444
}

.article__grid-image {
    display: block;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: var(--img_rad);
    overflow: hidden
}

.article__grid-meta {
    margin-bottom: 30px
}

.publish-detail {
    margin: 0 -5px 10px
}

.publish-detail li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    font-size: 90%;
    opacity: .8
}

.publish-detail .at {
    font-size: 14px;
    margin-right: 3px
}

.publish-detail a {
    text-decoration: underline;
    transition: all .3s ease-out
}

.template-article .section-header {
    margin: 0 0 20px
}

.template-article h1 {
    text-transform: inherit;
    margin: 0 0 10px;
    font-size: var(--blogfsm)
}

.blog--list-view .article {
    margin-bottom: 20px
}

.blog--list-view {
    max-width: 900px;
    margin: 0 auto
}

.blog--list-view .pagination {
    padding-top: 0
}

.article_featured-image {
    margin-bottom: 30px
}

.template-blog .article h3,
.gridbt {
    text-transform: none;
    letter-spacing: 0;
    margin: 15px 0 0;
    font-size: var(--blogfsm)
}

@media only screen and (min-width:768px) {
    .blog--list-view .article {
        margin-bottom: 40px
    }

    .template-blog .article h3,
    .template-article h1,
    .gridbt {
        font-size: var(--blogfs)
    }
}

.blog-nav {
    margin: 30px 0;
    justify-content: space-between
}

h2.com-title {
    font-size: 14px;
    text-align: left;
    letter-spacing: .5px;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px
}

#comments .comment {
    padding: 20px 0
}

#comments .comment+.comment {
    border-top: 1px solid #eeeeee
}

.comment__meta {
    margin-top: 20px;
    position: relative;
    font-size: 12px
}

.comment__meta .authour {
    font-weight: 700;
    text-transform: uppercase
}

.comment-form {
    padding: 40px 40px 25px;
    background: #faf9f9;
    margin-bottom: 30px
}

.comment-form h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: arial;
    margin-bottom: 30px
}

.comment-form input:not([type=submit]),
#comment_form textarea,
#comment_form select {
    background: #fff
}

.comment-form label {
    text-align: left
}

@media only screen and (max-width:766px) {
    .blog-right.sidebar {
        width: 100%;
        padding: 20px 0 0 !important;
        order: 3
    }

    .comment-form {
        padding: 25px 25px 10px
    }
}

.social-url a {
    margin: 0 6px
}

.contact-template .map {
    margin-top: 40px
}

.contact-template .map iframe {
    width: 100%
}

.contact-template .contact-address li {
    padding: 5px 0
}

.contact-template .social-icons {
    margin-left: -5px
}

.contact-template .follow-us li {
    margin-right: 10px
}

.con_style1 .contact-details {
    padding: 40px;
    background: var(--bg);
    color: var(--cl)
}

.con_style1 .follow-us li .at {
    color: var(--cl)
}

.con_style2 .contact-frm {
    padding: 40px;
    background: var(--bg);
    color: var(--cl)
}

@media only screen and (max-width:767px) {
    .con_style2 .contact-details {
        margin-top: 30px
    }

    .con_style2 .open-hours,
    .contact-template .map {
        margin-top: 20px
    }
}


.template-search .section-header {
    margin-top: 35px
}

.spr-header-title {
    display: none
}

#dynamic-checkout-cart ul {
    display: block !important
}

.pickup-availability-container .at {
    margin-right: 10px;
    font-size: 18px
}

.mfpbox {
    border-radius: 0
}

.insPopup {
    width: 100%;
    max-width: 900px
}

.instaShop {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%
}

.instashoping .igshop .imgFl {
    border-radius: 12px
}

.scrollingBar {
    animation: marquee var(--spdm) linear infinite running
}

.scrollingBar:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

.scrollingBar .ttlTxt {
    padding: 0 20px;
    white-space: nowrap
}

@media only screen and (min-width:767px) {
    .scrollingBar {
        animation: marquee var(--spd) linear infinite running
    }

    .scrollingBar .ttlTxt {
        padding: 0 35px
    }
}

@media screen and (max-width: 749px) {
    .globo-form .floating-button.vertical-center {
        top: unset !important;
        bottom: 0 !important
    }
}

.flat_rounded-label,
.flat-label {
    background-color: transparent !important
}




/*  */
.RateSection {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

/* Star rating style */
.RateBox {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}

.FooterRatebox {
    width: 160px;
    height: 30px;
    background-position: -240px -622px;
    display: inline-block;
    background-image: url(static/image/homeicon.png);
    margin-right: 10px;
}

/* Trustpilot review button */
.RateReview {
    display: inline-block;
    border: 1px solid #3DB67D;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #3DB67D;
    color: #fff;
    transition: background-color 0.3s ease;
}

.RateReview:hover {
    background-color: #2e9b68;
}

.RateReviewitem {
    display: flex;
    align-items: center;
    color: #fff;
}

.FooterRateicon {
    width: 20px;
    height: 20px;
    background-position: -86px -577px;
    display: inline-block;
    background-image: url(static/image/homeicon.png);
    margin: 0 5px;
}

/* Mobile: stack vertically, align left */
@media (max-width: 600px) {
    .RateSection {
        flex-direction: column;
        align-items: flex-start;
    }

    .RateBox {
        margin-bottom: 10px;
    }

    .RateReview {
        margin-top: 0;
    }
}

#shopify-section-footer .footer-bottom {
    border-top: 1px solid #eeeeee;
}

.tablink {
    cursor: pointer;
}

@media (max-width: 1200px) {
    .site-header .icons-col {
        max-width: 35px;
    }
}

.list-columns .gview-img {
    width: 33%;
    max-width: 100px;
    margin-right: 15px;
}

.navbar .mmWrapper,
.navbar .mmWrapper ul {
    padding-left: 0;
}

 .nav__item .mmWrapper li{
    padding: 0;
}

#siteNav div.megamenu {
    display: none;
}


@media (max-width: 1366px) {
    .contact__number {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #siteNav div.megamenu {
        display: block;
    }

    .nav__item.nav__item_product {
        position: unset;
    }

    .nav__item_product .dropdown-menu {
        display: none !important;
    }
} 