/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Nineteen WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
    background-color: #fafafa;
    --wc-form-border-radius: 4px;
    --wc-form-border-color: #e4e4e4;
    --wc-green: #2fbd7b;
    --wc-red: #DC3545
}

em#no-results-page-redirect {
    background-color: #fff;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999
}

#cancel-comment-reply-link,#cancel-comment-reply-link,.author-description .author-link,.comment-author .fn,.comment-metadata,.comment-reply-link,.comments-title,.discussion-meta-info,.entry-footer,.entry-meta,.error-404 .page-title,.main-navigation,.main-navigation button,.no-comments,.not-found .page-title,.page-description,.page-links,.pagination .nav-links,.post-navigation .post-title,.site-info,.site-title,.sticky-post,button,h1,h2,body.woocommerce-account .entry .entry-content>.woocommerce h3,h3,h4,h5,h6,input,optgroup,select,textarea {
    font-family: "Montserrat",Helvetica,Arial,sans-serif
}

#colophon .site-info a:hover,.comment .comment-metadata .comment-edit-link:hover,.comment .comment-metadata>a:hover,.entry .entry-content .more-link:hover,.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.entry .entry-content>*[class^="wp-block-"] .has-primary-color,.entry .entry-content>*[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color,.entry .entry-content>*[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color p,.entry .entry-content>.has-primary-color,.entry .entry-footer a:hover,.entry .entry-meta a:hover,.main-navigation .main-menu>li,.main-navigation .main-menu>li>a+svg,.main-navigation ul.main-menu>li>a:not(.btn),.post-navigation .post-title,.widget a:not(.btn),a:not(.btn):not(.button):not(.btn-close),a:not(.btn):not(.button):not(.btn-close):visited {
    color: #ff5c00
}

.button:not(.btn):not(.btn-close),button:not(.btn):not(.btn-close),input[type="button"]:not(.btn):not(.btn-close),input[type="reset"]:not(.btn):not(.btn-close),input[type="submit"]:not(.btn):not(.btn-close) {
    background: #ff5c00;
    color: #fff
}

.button:not(.btn):not(.btn-close):hover,button:not(.btn):not(.btn-close):hover,input[type="button"]:not(.btn):not(.btn-close):hover,input[type="reset"]:not(.btn):not(.btn-close):hover,input[type="submit"]:not(.btn):not(.btn-close):hover {
    background: #ff7e35
}

button.btn-close:hover {
    background: #fff0 var(--bs-btn-close-bg) center / 1em auto no-repeat
}

i.tooltipInstance {
    z-index: 999
}

span.tooltipVariationPirceText {
    display: none
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.site-header {
    padding: 0
}

body.woocommerce-checkout .top-header {
    height: auto!important
}

@media screen and (max-width: 768px) {
    body.woocommerce-checkout .top-header {
        height:55px!important
    }

    .top-header .clearfix .top-right .topSiteButtons>ul>li.help {
        height: 55px!important
    }
}

.site-header .site-branding {
    margin: 0 auto;
    max-width: 100%;
    padding: 0
}

@media screen and (min-width: 768px) {
    body {
        padding-top:155px
    }

    body.woocommerce-checkout {
        padding-top: 115px
    }

    .site-header .site-branding {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 4;
        width: 100vw
    }

    body.admin-bar .site-header .site-branding {
        top: 32px
    }

    body.scrolled {
        padding-top: 90px
    }

    body.scrolled .site-header .site-branding .top-header .clearfix .top-right .topSiteButtons>ul>li>.btn-link {
        height: 80px
    }

    body.scrolled .site-header .site-branding .top-header .clearfix .top-right .topSiteButtons ul li.cart a {
        padding: 20px 0!important
    }
}

.col-full {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box
}

.top-header {
    background: #252525;
    background: linear-gradient(166deg,rgb(24 24 24) 32%,rgb(37 37 37) 46%,rgb(37 37 37) 100%);
    border-bottom: 4px solid #f95c00
}

.top-header .clearfix .top-left {
    display: none
}

.top-header .clearfix .top-center .site-logo.mobile {
    display: none
}

.top-header .clearfix .top-center .site-logo {
    position: relative;
    right: auto;
    top: 0;
    margin-top: 0;
    z-index: 0
}

.top-header .clearfix .top-center .site-logo .custom-logo-link {
    display: block;
    width: 300px;
    height: auto;
    transition: all .2s ease-in-out;
    border-radius: 0
}

.scrolled .top-header .clearfix .top-center .site-logo .custom-logo-link {
    width: 250px
}

@media screen and (max-width: 992px) {
    .top-header .clearfix .top-center .site-logo .custom-logo-link {
        width:250px
    }
}

.top-header .clearfix .top-center .site-logo .custom-logo-link .custom-logo {
    min-height: inherit;
    height: auto;
    max-width: 100%;
    display: block
}

.top-header .clearfix .top-center .site-logo .custom-logo-link:active,.top-header .clearfix .top-center .site-logo .custom-logo-link:focus,.top-header .clearfix .top-center .site-logo .custom-logo-link:hover {
    box-shadow: none
}

.top-header .clearfix .top-right {
    text-align: right
}

@media screen and (max-width: 768px) {
    .top-header .clearfix .top-right {
        width:91px!important
    }
}

@media screen and (max-width: 992px) {
    .top-header .clearfix .top-right {
        width:auto!important
    }
}

.top-header .clearfix .top-right .topSiteButtons ul {
    list-style: none;
    margin: 8px 0 0;
    padding: 0
}

.top-header .clearfix .top-right .topSiteButtons .prodCat ul.sub_cat {
    width: 20%;
    padding: 10px 0 10px 20px;
    margin: 0
}

@media screen and (max-width: 1200px) {
    .top-header .clearfix .top-right .topSiteButtons .prodCat ul.sub_cat {
        width:25%
    }

    header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>div.subnav,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn+div.subnav {
        overflow: auto
    }
}

@media screen and (max-width: 992px) {
    .top-header .clearfix .top-right .topSiteButtons .prodCat ul.sub_cat {
        width:33.3333%
    }
}

.top-header .clearfix .top-right .topSiteButtons .areaRating ul.sub_cat {
  width: 50%; }

.top-header .clearfix .top-right .topSiteButtons .brands ul.sub_cat>li:not(.shop-all) {
    width: 12.5%
}

@media screen and (max-width: 992px) {
    header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn:hover+div.subnav.brands,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn+div.subnav.brands:hover {
        height:383px
    }

    .top-header .clearfix .top-right .topSiteButtons .brands ul.sub_cat>li:not(.shop-all) {
        width: 16.667%
    }
}

.top-header .clearfix .top-right .topSiteButtons .brands ul.sub_cat>li:not(.shop-all)>a {
    opacity: .75!important;
    transition: all .2s ease-in-out;
    height: 64px
}

.top-header .clearfix .top-right .topSiteButtons .brands ul.sub_cat>li>a:hover {
    opacity: 1!important;
    box-shadow: 0 0 15px 5px rgb(249 92 0 / .75)
}

.top-header .clearfix .top-right .topSiteButtons ul.subnav {
    display: none!important
}

.top-header .clearfix .top-right .topSiteButtons ul li.lowest-price {
    margin: 0
}

.top-header .clearfix .top-right .topSiteButtons ul li.checkout {
    color: #ff7d34;
    font-size: 16px
}

.top-header .clearfix .top-right .topSiteButtons ul li.checkout strong {
    font-weight: 600;
    color: #fff
}

.top-header .clearfix .top-right .topSiteButtons ul li {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .top-header .clearfix .top-right .topSiteButtons ul li.cart img {
        width:32px
    }
}

@media screen and (max-width: 450px) {
    .top-header .clearfix .top-right .topSiteButtons ul li.cart img {
        width:24px
    }
}

.top-header .clearfix .top-right .topSiteButtons ul li.search {
    width: 255px;
}

.top-header .clearfix .top-right .topSiteButtons ul li.search form button {
    color: #ff5c00
}

.top-header .clearfix .top-right .topSiteButtons>ul>li:not(.cart)>a:not(.btn),.top-header .clearfix .top-right .topSiteButtons>ul>li>.btn-link {
    color: #fff;
    opacity: .8;
    text-decoration: none;
    height: 105px;
    transition: height 200ms ease-in-out
}

.top-header .clearfix .top-right .topSiteButtons>ul>li.help {
    height: 105px;
    transition: height 200ms ease-in-out
}

@media screen and (min-width: 768px) {
    body.scrolled .top-header .clearfix .top-right .topSiteButtons>ul>li.help {
        height:80px
    }
}

/*.top-header .clearfix .top-right .topSiteButtons>ul>li>.subnav.prodCat .sub_cat a:not(.btn)*/
.top-header .clearfix .top-right .topSiteButtons > ul > li > .subnav .sub_cat .sub_cat_link a:not(.btn) {
    color: #fff;
    opacity: .8;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    outline: none
}

.top-header .clearfix .top-right .topSiteButtons ul.sub_cat li.parent a:not(.btn):hover {
    color: #ff5c00!important
}

header.site-header .top-header .clearfix .top-right .topSiteButtons ul.sub_cat li a:not(.btn) {
    opacity: 1
}

header.site-header .top-header .clearfix .top-right .topSiteButtons ul.sub_cat li.child a:not(.btn) {
    color: #ccc
}

@media screen and (max-width: 768px) {
    header.site-header .top-header .clearfix .top-right .topSiteButtons ul.sub_cat li.child a:not(.btn) {
        color:#e1e1e1
    }
}

header.site-header .top-header .clearfix .top-right .topSiteButtons ul.sub_cat li.child a:not(.btn):hover {
    color: #fff
}

.top-header .clearfix .top-right .topSiteButtons ul li .btn-link>span {
    color: #a7a7a7;
    transition: all 200ms ease-in-out;
    font-weight: 600
}

.top-header .clearfix .top-right .topSiteButtons ul li:hover .btn-link>span,.top-header .clearfix .top-right .topSiteButtons ul li .btn-link:hover>span {
    color: #fff
}

.top-header .clearfix .top-right .topSiteButtons ul li .btn-link>strong,.top-header .clearfix .top-right .topSiteButtons ul li .btn-link>i {
    color: #ccc;
    transition: all 200ms ease-in-out
}

.top-header .clearfix .top-right .topSiteButtons ul li:hover .btn-link>strong,.top-header .clearfix .top-right .topSiteButtons ul li:hover .btn-link>i,.top-header .clearfix .top-right .topSiteButtons ul li .btn-link:hover>strong,.top-header .clearfix .top-right .topSiteButtons ul li .btn-link:hover>i {
    color: #f95c00
}

.top-header .clearfix .top-right .topSiteButtons ul li a:hover,.top-header .clearfix .top-right .topSiteButtons ul li .btn-link:hover,.top-header .clearfix .top-right .topSiteButtons ul li:hover .btn-link {
    opacity: 1;
    text-decoration: none
}

.top-header .clearfix .top-right .topSiteButtons ul li>.subnav {
    top: 148px;
    z-index: 99999
}

@media screen and (min-width: 768px) {
    body.scrolled .site-header .site-branding .top-header .clearfix .top-right .topSiteButtons ul li>.subnav {
        top:125px
    }
}

.top-header .clearfix .top-right .topSiteButtons ul li>.subnav .link-list-wrapper {
    margin-left: -20px
}

@media screen and (max-width: 768px) {
    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown ul li.expandable:hover .btn-link>strong,.top-header .clearfix .top-right .topSiteButtons.mobile-dropdown ul li.expandable:hover .btn-link>i,.top-header .clearfix .top-right .topSiteButtons.mobile-dropdown ul li.expandable .btn-link:hover>strong,.top-header .clearfix .top-right .topSiteButtons.mobile-dropdown ul li.expandable .btn-link:hover>i {
        color:#ccc
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown ul li.expandable.open>.btn-link>strong,.top-header .clearfix .top-right .topSiteButtons.mobile-dropdown ul li.expandable.open>.btn-link>i {
        color: #f95c00
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown ul li.expandable:hover .btn-link>span,.top-header .clearfix .top-right .topSiteButtons.mobile-dropdown ul li.expandable .btn-link:hover>span {
        color: #a7a7a7
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown ul li.expandable.open .btn-link>span {
        color: #fff
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown {
        transition: all .2s ease;
        position: fixed;
        top: 61px;
        background-color: #000;
        opacity: 0;
        left: -100vw;
        width: 100vw;
        filter: blur(6px);
        height: auto!important;
        max-height: calc(100vh - 55px)!important;
        z-index: 9999;
        overflow: scroll
    }

    @media screen and (max-width: 450px) {
        .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown {
            top:56px
        }
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown.open {
        opacity: 1;
        left: 0;
        filter: blur(0);
        max-height: calc(100% - 101px)!important;
        height: auto!important
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li+li {
        border-top: 1px solid #333
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li>div.subnav ul.sub_cat>li {
        border-top: 1px solid #000;
        width: 100%
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li>button,.top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li>a,.top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li>div.subnav ul.sub_cat>li>a {
        height: 50px
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li>div.subnav ul.sub_cat>li>a {
        font-size: 16px!important;
        display: flex!important;
        align-items: center!important;
        opacity: 1!important;
        background-color: #222!important;
        outline: none;
        border-radius: 0!important
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li>div.subnav ul.sub_cat>li>a.btn.btn-outline-primary {
        border: medium none;
        color: #fff
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li>button>span,.top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li>button>strong {
        font-weight: 700
    }

    header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li:hover>button.btn .fa-caret-down:before,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn:hover .fa-caret-down:before {
        content: "\f0d7"!important
    }

    header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li.open>button.btn .fa-caret-down:before {
        content: "\f0d8"!important
    }

    .top-header .clearfix .top-right .topSiteButtons.mobile-dropdown>ul>li>button I.fa-caret-down {
        position: absolute;
        top: 50%;
        right: 0%;
        margin-right: 15px;
        transform: translateY(-50%)!important
    }

    header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>div.subnav {
        top: auto;
        opacity: 1!important;
        height: 0!important;
        max-height: 0!important;
        position: relative!important;
        border-bottom: medium none!important
    }

    header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li.open>div.subnav {
        height: auto!important;
        max-height: 1900px!important;
        transition: max-height .5s ease
    }

    .top-header .clearfix .top-right .topSiteButtons ul li>.subnav .link-list-wrapper {
        margin: 0
    }

    header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn+div.subnav .sub_cat {
        width: 100%;
        padding: 0;
        max-height: 50px;
        transition: max-height .3s ease;
        overflow: hidden
    }

    /*header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn+div.subnav.prodCat .sub_cat.open,*/
    header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn+div.subnav.mobile-expandable .sub_cat.open,
    header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li.open>div.subnav.brands .sub_cat {
        height: auto;
        max-height: 1900px
    }
}

#wpadminbar {
    overflow: hidden;
    z-index: 9999;
    position: fixed
}

@media screen and (max-width: 1180px) {
    .col-full {
        padding:0 25px
    }
}

@media screen and (max-width: 909px) {
    .top-header .clearfix .top-right .topSiteButtons ul {
        margin:0
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top:0!important
    }

    .col-full {
        width: calc(100% - 50px)
    }

    .top-header .clearfix .top-right .topSiteButtons ul li.checkout {
        display: none
    }

    .top-header {
        padding: 0;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999
    }

    .top-header .mw-1450.clearfix {
        position: relative;
        padding: 0;
        width: 100%;
        display: block
    }

    .top-header .mw-1450.clearfix .top-left {
        display: block
    }

    .top-header .mw-1450.clearfix .top-left ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .top-header .mw-1450.clearfix .top-left ul li {
        float: left
    }

    .top-header .mw-1450.clearfix .top-left ul li button {
        background-color: #fff0;
        padding: 15px;
        margin: 0;
        border: medium none;
        outline: none
    }

    .top-header .mw-1450.clearfix .top-left ul li button i {
        color: #fff;
        font-size: 25px;
        line-height: 25px
    }

    .top-header .mw-1450.clearfix .top-left ul li button#toggleMenu i.fa-times,.top-header .mw-1450.clearfix .top-left ul li button#toggleSearch i.fa-times {
        display: none
    }

    .top-header .mw-1450.clearfix .top-left ul li button#toggleMenu.open i.fa-bars {
        display: none
    }

    .top-header .mw-1450.clearfix .top-left ul li button#toggleMenu.open i.fa-times {
        display: block
    }

    .top-header .mw-1450.clearfix .top-left ul li button#toggleSearch.open i.fa-search {
        display: none
    }

    .top-header .mw-1450.clearfix .top-left ul li button#toggleSearch.open i.fa-times {
        display: block
    }

    .top-header .mw-1450.clearfix .top-center {
        height: 36px
    }

    .top-header .mw-1450.clearfix .top-center .site-logo.mobile a {
        width: 180px;
        margin-top: 3px
    }

    .top-header .mw-1450.clearfix .top-right .topSiteButtons>ul>li.login-btn,.top-header .mw-1450.clearfix .top-right .topSiteButtons>ul>li.lowest-price,.top-header .mw-1450.clearfix .top-right .topSiteButtons>ul>li.phone-no a span,.top-header .mw-1450.clearfix .top-right .topSiteButtons>ul>li.quick-chat {
        display: none
    }

    .top-header .mw-1450.clearfix .top-right .topSiteButtons ul li.phone-no {
        margin: 0
    }

    .top-header .mw-1450.clearfix .top-right .topSiteButtons ul li.phone-no a {
        padding: 15px;
        opacity: 1
    }

    .top-header .mw-1450.clearfix .top-right .topSiteButtons ul li.phone-no a i {
        display: block;
        color: #fff;
        font-size: 25px;
        line-height: 25px;
        padding: 0
    }

    .top-header .clearfix .top-right .topSiteButtons ul li.myaccount {
        display: none
    }
}

.top-header .clearfix .top-right .topSiteButtons ul li.cart a {
    outline: none;
    transition: padding 200ms ease-in-out
}

@media screen and (max-width: 450px) {
    body {
        padding-top:10px
    }

    .top-header .clearfix .top-right .topSiteButtons ul li.cart img {
        width: 30px;
        margin-top: 4px
    }

    .top-header .mw-1450.clearfix .top-left ul li button i {
        color: #fff;
        font-size: 20px
    }

    .top-header .mw-1450.clearfix .top-right .topSiteButtons ul li.phone-no a {
        padding-top: 13px;
        padding-bottom: 12px
    }

    .top-header .mw-1450.clearfix .top-right .topSiteButtons ul li.phone-no a i {
        font-size: 20px
    }
}

div.drop_menu {
    background-color: orange
}

ul.sub_cat li.parent a,ul.sub_cat li.child a {
    font-family: Helvetica,Arial,sans-serif
}

ul.sub_cat li.parent:nth-of-type(1) {
    margin-top: 0!important
}

footer#colophon {
    margin-top: 10px;
    padding-top: 52px
}

footer.site-footer .customers .logo-scroller {
    overflow: hidden
}

footer.site-footer .customers .logo-track {
    display: flex;
    align-items: center;
    gap: 0;
    will-change: transform;
    animation: logo-scroll 30s linear infinite;
    animation-play-state: paused
}

footer.site-footer .customers .logo-track img {
    flex: 0 0 auto
}

@keyframes logo-scroll {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-2480px,0,0)
    }
}

footer.site-footer .customers .logo-track.is-inview {
    animation-play-state: running
}

footer.site-footer .customers .logo-scroller:hover .logo-track {
    animation-play-state: paused
}

@media (prefers-reduced-motion:reduce) {
    footer.site-footer .customers .logo-track {
        animation: none
    }
}

footer.site-footer .customers img {
    height: 62px
}

footer.site-footer .social-navigation ul.social-links-menu li {
    display: block
}

footer.site-footer .new-footer-menu {
    background: linear-gradient(0deg,rgb(0 0 0) 90%,rgb(89 31 0) 101%)
}

footer.site-footer .new-footer-menu .row>.col-12>.h-100>.d-flex {
    height: auto
}

@media screen and (min-width: 576px) {
    footer.site-footer .new-footer-menu .row>.col-12>.h-100>.d-flex {
        height:186px
    }
}

footer.site-footer .new-footer-menu .row>.col-12>.h-100>.d-flex>i.fas {
    width: 27px
}

footer.site-footer .new-footer-menu ul li {
    line-height: 1
}

footer#colophon #menu-footer a,footer.site-footer .new-footer-menu ul li a,footer.site-footer .new-footer-menu ul li a:visited,footer.site-footer .new-footer-menu ul li a:not(.btn):not(.button):not(.btn-close),footer.site-footer .new-footer-menu ul li a:not(.btn):not(.button):not(.btn-close):visited {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    text-decoration: none;
    color: #ccc;
    font-family: 'Helvetiva',Arial,sans-serif;
    transition: 0.5s color ease
}
footer.site-footer .new-footer-menu > .col-full > .row ul:not(.social) > li {
    padding: 5px 0;
}

footer#colophon #menu-footer a:hover,footer.site-footer .new-footer-menu ul li a:hover,footer.site-footer .new-footer-menu ul li a:not(.btn):not(.button):not(.btn-close):hover {
    color: #fff
}

footer.site-footer ul.footer-menu li {
    display: inline-block;
    margin: 0;
    padding: 0
}

footer.site-footer ul.footer-menu li a {
    padding: 0 5px;
    margin: 0;
    color: #6c757d
}

footer.site-footer ul.footer-menu li a:hover {
    color: #fff;
    text-decoration: none
}

footer.site-footer ul.footer-menu li a,footer.site-footer ul.footer-menu .copyrigh {
    font-family: Arial,Helvetica,sans-serif
}

@media screen and (max-width: 992px) {
    footer.site-footer ul.footer-menu,footer.site-footer ul.footer-menu .copyright {
        text-align:center
    }
}

.woocommerce-products-header__title.page-title {
    margin: 0 0 10px;
    font: 600 32px/39px "Montserrat",Helvetica,Arial,Sans-serif
}

.pwb-before-loop p {
    margin: 0;
    font-size: 20px;
    line-height: 32px
}

.woo-breadcrumbs,.woocommerce-breadcrumb {
    text-transform: uppercase;
    margin: 0 5px 25px!important;
    font: 400 12px/18px "Montserrat",Helvetica,Arial;
    letter-spacing: 1px;
    color: #aaa
}

.woo-breadcrumbs a,.woo-breadcrumbs a:visited,.woocommerce-breadcrumb a,.woocommerce-breadcrumb a:visited {
    color: #ff5c00
}

.woocommerce-message {
    background: #fa5c0130;
    color: #fa5c01;
    font-size: 16px
}

.woocommerce-message a {
    font-weight: 800
}

.woocommerce-notices-wrapper .woocommerce-message {
    border-radius: 10px;
    padding: 15px;
    line-height: 1.7
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 600
}

.woocommerce.single-product .content-area {
    max-width: 1400px;
    padding: 50px 30px
}

.woocommerce .content-area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box
}

.woocommerce .content-area .site-main {
    max-width: 100%;
    width: 100%;
    margin: 0
}

.woocommerce-product-gallery img {
    display: block;
    height: auto;
    width: auto;
    margin: 0 auto
}

.onsale {
    border-radius: 2px 2px 0 0;
    font: 600 10px/10px "Montserrat",Helvetica,Arial;
    padding: 3px 6px 1px;
    margin: 4px;
    background-color: #ff5c00;
    letter-spacing: 2px;
    top: -18px
}

.woocommerce #content div.product div.images div.woocommerce-product-gallery__image.flex-active-slide,.woocommerce div.product div.images div.woocommerce-product-gallery__image.flex-active-slide,.woocommerce-page #content div.product div.images div.woocommerce-product-gallery__image.flex-active-slide,.woocommerce-page div.product div.images div.woocommerce-product-gallery__image.flex-active-slide {
    height: 400px
}

.woocommerce #content div.product div.images a.woocommerce-product-gallery__trigger,.woocommerce div.product div.images a.woocommerce-product-gallery__trigger,.woocommerce-page #content div.product div.images a.woocommerce-product-gallery__trigger,.woocommerce-page div.product div.images a.woocommerce-product-gallery__trigger {
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgb(0 0 0 / .1);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border-radius: 4px
}

.woocommerce #content div.product div.images a.woocommerce-product-gallery__trigger:hover,.woocommerce div.product div.images a.woocommerce-product-gallery__trigger:hover,.woocommerce-page #content div.product div.images a.woocommerce-product-gallery__trigger:hover,.woocommerce-page div.product div.images a.woocommerce-product-gallery__trigger:hover {
    background-color: rgb(255 255 255 / .5)
}

.woocommerce #content div.product div.images ol.flex-control-nav.flex-control-thumbs,.woocommerce div.product div.images ol.flex-control-nav.flex-control-thumbs,.woocommerce-page #content div.product div.images ol.flex-control-nav.flex-control-thumbs,.woocommerce-page div.product div.images ol.flex-control-nav.flex-control-thumbs {
    margin: 0;
    padding: 15px;
    max-height: 280px;
    overflow: auto;
    box-shadow: inset 0 0 15px rgb(0 0 0 / .065)
}

.woocommerce #content div.product div.images ol.flex-control-nav.flex-control-thumbs li,.woocommerce div.product div.images ol.flex-control-nav.flex-control-thumbs li,.woocommerce-page #content div.product div.images ol.flex-control-nav.flex-control-thumbs li,.woocommerce-page div.product div.images ol.flex-control-nav.flex-control-thumbs li {
    width: 23%;
    padding: 0;
    margin: 10px 1%;
    height: 75px
}

.woocommerce #content div.product div.images ol.flex-control-nav.flex-control-thumbs li img,.woocommerce div.product div.images ol.flex-control-nav.flex-control-thumbs li img,.woocommerce-page #content div.product div.images ol.flex-control-nav.flex-control-thumbs li img,.woocommerce-page div.product div.images ol.flex-control-nav.flex-control-thumbs li img {
    max-height: 75px
}

.single-product iframe {
    text-align: center;
    display: block;
    margin: 0 auto
}

.single-product .entry .entry-title {
    margin: 0 0 10px;
    font: 800 33px/42px "Montserrat",Helvetica,Arial,Sans-serif
}

.woocommerce-product-gallery-video {
    display: block;
    max-width: 650px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 297px
}

.woocommerce-product-gallery-video iframe {
    display: block;
    width: 100%;
    min-height: 297px
}

body.single-product .contribution-form-wrapper {
    display: none
}

.needHelp {
    position: relative;
    padding: 8px 0 0 95px
}

.needHelp img {
    position: absolute;
    height: 80px;
    max-width: 80px;
    width: 80px;
    top: 0;
    left: 0
}

.needHelp h5 {
    margin: 0;
    display: block
}

.needHelp p {
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

.needHelp p i {
    display: inline-block;
    margin: 0 5px 0 0
}

.needHelp p a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px
}

.needHelp p span {
    color: #999;
    display: inline-block;
    padding: 0 10px
}

.single-product .entry .entry-summary {
    font-size: 16px;
    margin: 0 0 10px;
    width: 62%!important;
    padding-left: 5%
}

.woocommerce #content div.product .product-side-hero {
    width: 38%
}

@media (max-width: 992px) {
    .woocommerce #content div.product .product-side-hero,.single-product .entry .entry-summary {
        width:100%!important;
        max-width: 650px;
        margin: 0 auto;
        float: none!important;
        padding: 0
    }

    .single-product .entry .entry-summary {
        margin-top: 30px!important
    }
}

.single-product .entry .entry-summary .ContenTrustby {
    background-color: #fff;
    border-radius: 4px;
    margin: 30px 0 10px;
    box-shadow: 0 2px 11px rgb(0 0 0 / .02)
}

.single-product .entry .entry-summary .ContenTrustby .trustByLogos h3 {
    text-align: center;
    margin: 0 0 -5px;
    padding: 25px 0 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    color: #ff5c00
}

.single-product .entry .entry-summary .ContenTrustby .trustByLogos ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.single-product .entry .entry-summary .ContenTrustby .trustByLogos ul li {
    float: left;
    width: 17%;
    padding: 19px 4%;
    vertical-align: middle;
    text-align: center;
    border: medium none
}

.single-product .entry .entry-summary .ContenTrustby .trustByLogos ul li img {
    height: 50px;
    width: auto
}

.single-product .entry .entry-summary .sku_wrapper {
    font: 600 12px/22px "Montserrat",Helvetica,Arial,Sans-serif;
    color: #aaa;
    display: block;
    margin: 0
}

.single-product .entry .entry-summary .woocommerce-product-rating {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    line-height: 22px
}

.single-product .entry .entry-summary .woocommerce-product-rating .star-rating {
    color: #ddd;
    width: 6.4em;
    margin: 3px 8px 0 0;
    font-size: 14px
}

.single-product .entry .entry-summary .woocommerce-product-rating .star-rating span {
    color: #ff5c00;
    font-family: star
}

.single-product .entry .entry-summary .reviewsLink {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    color: #aaa;
    padding: 0 0 0 8px
}

.single-product .entry .entry-summary .reviewsLink a {
    border-left: 1px solid #e3e3e3;
    padding: 0 9px
}

.single-product .entry .entry-summary .woocommerce-product-details__short-description {
    margin: 10px 0
}

.single-product .entry .entry-summary .woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 1.5
}

.single-product .entry .entry-summary .price {
    margin: 5px 0 0;
    display: inline-block
}

.single-product .entry .entry-summary .price ins {
    display: block;
    background: none
}

.single-product .entry .entry-summary .price span.woocommerce-Price-amount.amount {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 800;
    font-size: 34px;
    line-height: 34px;
    display: block;
    margin: 5px 0;
    color: #383838
}

.single-product .entry .entry-summary .price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 600;
    padding-right: 1px;
    font-size: 33px;
    line-height: 24px;
    display: inline-block
}

.single-product .entry .entry-summary .price span.woocommerce-Price-amount.amount span.price-cents {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    top: -10px;
    position: relative;
    padding-left: 1px
}

.single-product .entry .entry-summary .price del {
    display: block
}

.single-product .entry .entry-summary .price del span.woocommerce-Price-amount.amount {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin: 2.5px 0 1px;
    display: block;
    opacity: .5;
    padding: 3px 0 0
}

.single-product .entry .entry-summary .price del span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    line-height: 12px
}

.single-product .entry .entry-summary .price del span.woocommerce-Price-amount.amount span.price-cents {
    top: -4px;
    font-size: 12px;
    line-height: 12px
}

.single-product .entry .entry-summary .tooltip {
    margin: 0 0 0 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    opacity: 1;
    z-index: 2
}

.single-product .entry .entry-summary .tooltip i.tooltipInstance {
    color: #ff5c00;
    font-size: 22px;
    line-height: 22px;
    top: -2px;
    position: relative
}

.single-product .entry .entry-summary .tooltip .tooltipVariationPirceText {
    display: none;
    font-family: 'Helvetiva',Arial,sans-serif;
    width: 231px;
    z-index: 9999;
    left: 34px;
    top: -15px
}

.single-product .entry .entry-summary .tooltip .tooltipVariationPirceText.show {
    display: block!important
}

.single-product .entry .entry-summary table.shop_attributes {
    margin: 5px 0 20px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(0 0 0 / .1)
}

.single-product .entry .entry-summary table.shop_attributes th {
    padding: 5px 5px 5px 15px;
    color: #333;
    border: none;
    text-align: left;
    font-weight: 600
}

.single-product .entry .entry-summary table.shop_attributes td {
    padding: 5px 15px 5px 5px;
    color: #ff5c00;
    font-weight: 400;
    border: none;
    text-align: left
}

.single-product .entry .entry-summary table.shop_attributes td p {
    margin: 0
}

.single-product .entry .entry-summary table.shop_attributes tr:not(:first-child) td,.single-product .entry .entry-summary table.shop_attributes tr:not(:first-child) th {
    border-top: 1px dashed #eee
}

.single-product .entry .entry-summary form.variations_form.cart table.variations {
    margin: 5px 0 10px
}

.single-product .entry .entry-summary form.variations_form.cart table.variations tbody tr td {
    padding: 10px;
    border: none
}

.single-product .entry .entry-summary form.variations_form.cart table.variations tbody tr th.label {
    padding: 0;
    display: block;
    border: none!important;
    text-align: left
}

.single-product .entry .entry-summary form.variations_form.cart table.variations tbody tr th.label label {
    font-weight: 600
}

.single-product .entry .entry-summary form.variations_form.cart table.variations tbody tr td.value {
    padding: 0;
    display: block
}

.single-product .entry .entry-summary form.variations_form.cart table.variations tbody tr td.value select {
    width: calc(100% - 14px);
    padding: 7px;
    border-radius: 4px;
    margin: 0 0 15px;
    font-size: 14px;
    border: 1px solid #ddd
}

.single-product .entry .entry-summary form.variations_form.cart .variations .value a.reset_variations {
    visibility: visible!important
}

.single-product .entry .entry-summary form.variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description {
    display: inline-block
}

.single-product .entry .entry-summary form.variations_form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
    display: inline-block
}

.single-product .entry .entry-summary form.cart {
    margin: 10px 0 0
}

.single-product .entry .entry-summary form.cart .quantity {
    margin: 0 10px 0 0
}

.single-product .entry .entry-summary form.cart .quantity input.qty {
    border-radius: 2px;
    width: 80px;
    border: 1px solid #ddd;
    background-color: #fff
}

.single-product .entry .entry-summary form.cart .needHelp h2,.single-product body.woocommerce-account .entry .entry-summary form.cart .needHelp .entry-content>.woocommerce h3,body.woocommerce-account .single-product .entry .entry-summary form.cart .needHelp .entry-content>.woocommerce h3,.single-product body.woocommerce-account .entry .entry-content>.woocommerce .entry-summary form.cart .needHelp h3,body.woocommerce-account .single-product .entry .entry-content>.woocommerce .entry-summary form.cart .needHelp h3 {
    margin: 30px 0 10px;
    font-weight: 800;
    font-size: 18px
}

.single-product .entry .entry-summary form.cart .ContenTrustby {
    background-color: #fff;
    border-radius: 4px;
    margin: 30px 0 10px;
    box-shadow: 0 2px 11px rgb(0 0 0 / .02)
}

.single-product .entry .entry-summary form.cart .ContenTrustby .trustByLogos ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.single-product .entry .entry-summary form.cart .ContenTrustby .trustByLogos ul li {
    float: left;
    width: 17%;
    padding: 19px 4%;
    vertical-align: middle;
    text-align: center;
    border: medium none
}

.single-product .entry .entry-summary form.cart .ContenTrustby .trustByLogos ul li img {
    height: 50px;
    width: auto
}

.single-product .entry .entry-summary .pwb-single-product-brands img {
    width: 100px;
    height: auto
}

.related.products {
    width: 90%;
    max-width: 1200px;
    margin: 10px auto 0
}

.related.products h2,.related.products body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce .related.products h3 {
    font: 600 30px/40px "Montserrat",Helvetica,Arial,Sans-serif;
    text-align: center;
    margin: 50px 0 10px
}

.review_question_block {
    width: 33%;
    max-width: 815px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4
}

@media screen and (max-width: 1200px) {
    .review_question_block {
        width:100%;
        margin: 0 auto
    }
}

@media screen and (max-width: 768px) {
    .review_question_block {
        margin-top:40px
    }
}

.review_question_block #reviews>h2.contributions-title:first-child+h3.contributions-form-title {
    display: none
}

.review_question_block #reviews h2,.review_question_block #reviews body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce .review_question_block #reviews h3 {
    font: 25px/35px "Montserrat",Helvetica,Arial,Sans-serif;
    margin: 0 0 10px
}

.review_question_block #reviews h3 {
    font: 25px/35px "Montserrat",Helvetica,Arial,Sans-serif;
    margin-bottom: 5px
}

.review_question_block #reviews .contribution-type-selector {
    margin: 0 0 15px
}

.review_question_block #reviews .contribution-type-selector>a {
    display: inline-block;
    width: 49%;
    text-align: left;
    padding: 3px 0
}

.review_question_block #reviews .product-rating,body.single-product .review_question_block #reviews .contribution-form-wrapper.active {
    background-color: #fff;
    border-radius: .375rem;
    padding: 17px 25px;
    width: 100%;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075);
    margin-bottom: 15px
}

.review_question_block #reviews .product-rating .product-rating-summary h3 {
    font: 800 18px/25px "Montserrat",Helvetica,Arial,Sans-serif
}

.review_question_block #reviews .product-rating .product-rating-details table {
    margin: 0
}

.review_question_block #reviews .product-rating .product-rating-details table td.rating-graph a {
    border-radius: 50px
}

.review_question_block #reviews .product-rating .product-rating-details table td.rating-count {
    width: 30px
}

.review_question_block #reviews .product-rating .product-rating-details table td.rating-count a {
    text-decoration: none;
    display: block;
    text-align: right
}

.woocommerce #reviews .form-contribution {
    border: medium none;
    padding: 0
}

.woocommerce #reviews .form-contribution>:last-child {
    margin-bottom: 0!important
}

.woocommerce #reviews .form-contribution #review_rating_field label,.woocommerce #reviews .form-contribution>.form-row.star-rating-selector label {
    font-weight: 600;
    display: block
}

.woocommerce #reviews .form-contribution>.form-row.star-rating-selector fieldset {
    margin: 0;
    float: none;
    text-align: left;
    display: block;
    width: 110px
}

.woocommerce #reviews .form-contribution #review_rating_field .star-label {
    float: none;
    margin: 6px 0 0;
    display: block
}

.woocommerce form .form-row label {
    font-weight: 600
}

.woocommerce #reviews .form-contribution .input-text {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 12px;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075)
}

.woocommerce #reviews .form-contribution .attachment-type:not(:checked) label.checkbox,.woocommerce-page #reviews .form-contribution .attachment-type:not(:checked) label.checkbox {
    line-height: 1.2
}

.woocommerce #reviews .form-contribution .attachment-type:not(:checked) input[value=photo]+label:before,.woocommerce-page #reviews .form-contribution .attachment-type:not(:checked) input[value=photo]+label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f030"!important
}

.woocommerce #reviews .form-contribution .attachment-type:not(:checked) input[value=video]+label:before,.woocommerce-page #reviews .form-contribution .attachment-type:not(:checked) input[value=video]+label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f03d"!important
}

.woocommerce #reviews .form-contribution .button {
    font-size: 16px;
    font-family: 'Montserrat',Helvetica,Arial;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px
}

.woocommerce #reviews .contributions-filter,.woocommerce-page #reviews .contributions-filter {
    float: none;
    display: flex;
    align-items: center;
    flex-direction: row-reverse!important;
    margin: 0 0 15px
}

.woocommerce #reviews .contributions-filter p#comments_filter_field,.woocommerce-page #reviews .contributions-filter p#comments_filter_field {
    display: block;
    width: calc(100% - 43px);
    margin: 0;
    flex-grow: 1;
    padding: 0
}

.woocommerce #reviews form.contributions-filter>a.js-clear-filters,.woocommerce-page #reviews form.contributions-filter>a.js-clear-filters {
    padding-left: 10px
}

.woocommerce #reviews .contributions-filter p#comments_filter_field select,.woocommerce-page #reviews .contributions-filter p#comments_filter_field select {
    display: block;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 12px;
    margin: 0;
    width: 100%;
    outline: none;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075)
}

.review_question_block #reviews #comments .contributions-container ol.commentlist {
    margin: 0;
    padding: 0
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li>ul.children>li.comment {
    background-color: #eaeaea;
    padding: 13px 20px 5px;
    border-radius: 10px;
    margin-bottom: 15px
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li>ul.children>li.comment:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    color: #eaeaea;
    position: absolute;
    top: -15px;
    font-size: 55px;
    z-index: 999;
    line-height: 32px;
    left: 17px;
    box-sizing: border-box;
    font-style: normal;
    display: block;
    font-weight: 900
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li>ul.children {
    padding: 15px 0 0 15px
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li .comment-text {
    position: relative;
    margin: 0;
    padding: 0
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li>ul.children li.comment .comment-text img.avatar {
    display: none
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li .comment-text img.avatar {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 0 10px;
    float: none
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li .comment-text h3.contribution-title {
    font: 600 18px/1.4 "Montserrat",Helvetica,Arial,Sans-serif;
    margin-bottom: 1px
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li .comment-text h3.contribution-title.review-title .star-rating {
    display: block;
    font-size: 15px;
    margin: 0 0 2px;
    width: 6.4em;
    position: absolute;
    top: 0;
    left: 50px
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li .comment-text .contribution-actions {
    margin-bottom: 5px
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li .comment-text p.meta {
    margin: 0
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li.review .comment-text p.meta {
    font-size: 14px;
    position: absolute;
    top: 16px;
    left: 50px
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li .comment-text p.meta time {
    color: #888
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li .comment-text .description p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px
}

.woocommerce #reviews #comments .form-contribution_comment,.woocommerce-page #reviews #comments .form-contribution_comment {
    border: 0;
    margin: 0;
    padding: 0
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li .comment-text p.meta .contribution-badge {
    padding: 3px 5px;
    margin-right: 2px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px
}

.review_question_block #reviews #comments .contributions-container ol.commentlist li ul.children li.contribution_comment {
    padding-top: 0
}

.woocommerce #reviews .contribution-karma,.woocommerce-page #reviews .contribution-karma {
    margin-left: 0;
    color: #777;
    font-size: 12px;
    font-family: Arial
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 67%;
    max-width: 1200px;
    margin: 0 auto
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    float: none;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active {
    background: #fff none repeat scroll 0 0;
    border-bottom-color: #fff;
    border-top: 2px solid #ff5c00!important
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
    max-width: 48%;
    text-align: center;
    margin-right: 0;
    color: #383838;
    font: 600 17px/35px "Montserrat",Helvetica,Arial,Sans-serif;
    border-radius: 0
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    box-shadow: none;
    display: block;
    outline: none;
    padding: 1em;
    font-family: "Montserrat",Helvetica,Arial,Sans-serif;
    font-weight: 600;
    color: #383838
}

body.single-product div.woocommerce-tabs #tab-description p {
    line-height: 1.5;
    margin-bottom: 20px
}

body.single-product div.woocommerce-tabs #tab-description ul,body.single-product div.woocommerce-tabs #tab-description ol {
    margin-bottom: 20px
}

body.single-product div.woocommerce-tabs #tab-description ul li,body.single-product div.woocommerce-tabs #tab-description ol li {
    line-height: 1.5
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    font-size: 16px;
    line-height: 1.4
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6 strong {
    line-height: 1.4!important;
    font-weight: 600!important;
    text-align: left!important;
    margin-bottom: .5rem!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6:not(:first-child) strong {
    margin-top: 2rem!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1 strong {
    font-size: 35px!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1 strong {
    font-weight: 800!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 {
    font-size: 25px!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 strong {
    font-weight: 800!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 strong {
    font-size: 21px!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 strong {
    font-weight: 800!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4 strong {
    font-size: 18px!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4 strong {
    font-weight: 800!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5 strong {
    font-size: 16px!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5 strong {
    font-weight: 800!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6 strong {
    font-size: 13px!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6 strong {
    font-weight: 800!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel strong {
    line-height: 1.4!important;
    font-family: 'Montserrat',Helvetica,Arial,Sans-serif!important
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel ul {
    list-style-position: inside
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel ul li a {
    color: #ff5c00;
    font-weight: 400
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel iframe {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / .075);
    width: 100%
}

@media (max-width: 576px) {
    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5:not(:first-child) strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6:not(:first-child),.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6:not(:first-child) strong {
        margin-top:1rem!important
    }

    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5 strong,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6 strong {
        line-height: 1.2!important;
        margin-bottom: .3.5rem!important
    }

    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h1 strong {
        font-size: 30px!important
    }

    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 strong {
        font-size: 22px!important
    }

    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 strong {
        font-size: 18px!important
    }

    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h4 strong {
        font-size: 16px!important
    }

    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h5 strong {
        font-size: 14px!important
    }

    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h6 strong {
        font-size: 12px!important
    }

    body.single-product div.woocommerce-tabs #tab-description p,.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p,body.single-product div.woocommerce-tabs #tab-description ul li,body.single-product div.woocommerce-tabs #tab-description ol li {
        font-size: 14px;
        line-height: 1.75
    }
}

.single-product .entry .entry-title:before,h1:not(.site-title):before,h2:before,body.woocommerce-account .entry .entry-content>.woocommerce h3:before {
    display: none
}

h2.common-product-heading {
    font-size: 16px;
    color: #a9a9a9;
    line-height: 1;
    font-weight: 600;
    margin: 3px 0 0
}

.contributions-list-title,.contributions-title {
    font-size: 25px;
    font-weight: 600;
    font-family: inherit
}

.product-rating-summary {
    vertical-align: top
}

.product-rating-summary h3 {
    color: #383838;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    margin: 0
}

.product-rating-summary p {
    font-size: 12px;
    text-align: left;
    margin: 0
}

.woocommerce #reviews .product-rating .product-rating-details,.woocommerce #reviews .product-rating .product-rating-summary,.woocommerce-page #reviews .product-rating .product-rating-details,.woocommerce-page #reviews .product-rating .product-rating-summary {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: top
}

.entry {
    margin-top: 10px
}

body.home .entry {
    margin-top: 0
}

.rating-star,.star-rating {
    color: #ff5c00;
    letter-spacing: 3px
}

.star-rating::before {
    letter-spacing: 3px
}

body.archive.woocommerce-page div.pwb-brand-description *,body.archive.woocommerce-page div.term-description *,body.archive.woocommerce-page div.cat-description * {
    font-size: 12px;
    line-height: 22px
}

body.archive.woocommerce-page #content {
    max-width: 1450px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px!important;
    padding-right: 50px!important;
    box-sizing: content-box
}

@media screen and (max-width: 768px) {
    body.archive #content {
        padding-top:25px!important
    }
}

body.archive.woocommerce-page #content section#primary {
    float: right;
    width: 73%;
    padding: 0
}

body.archive.woocommerce-page #content section#primary main#main {
    margin: 0 auto;
    padding: 0;
    box-sizing: content-box
}

body.archive.woocommerce-page #content section#primary main#main header.woocommerce-products-header {
    margin: 20px 0 0;
    overflow: hidden
}

body.archive.woocommerce-page #content section#primary main#main header.woocommerce-products-header h1 {
    font: 30px / 40px "Montserrat",Helvetica,Arial,Sans-serif;
    font-weight: 700!important;
    letter-spacing: 0!important;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0!important;
    margin-left: 5px!important
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel {
    margin: 5px 0
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel ul:after {
    content: "";
    display: table;
    clear: both
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel ul {
    display: block
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel ul li {
    display: block;
    margin: 0 5px 5px 0!important
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel ul li a {
    display: block;
    line-height: 14px;
    background: #ff5c00;
    padding: 2px 8px 4px;
    border-radius: 20px
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel ul li a span.woof_remove_ppi {
    background: #ff5c00;
    color: #fdebe1;
    font-size: 12px;
    line-height: 14px;
    padding: 0
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel ul li a span.woof_remove_ppi:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff0;
    content: "\f00d";
    color: #632806;
    margin: 0 0 0 5px
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel ul li a:hover {
    background: #e82222
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel ul li a:hover span.woof_remove_ppi {
    background: #e82222
}

body.archive.woocommerce-page #content section#primary main#main .woof_products_top_panel ul li a:hover span.woof_remove_ppi:after {
    color: #fff
}

body.archive.woocommerce-page #content aside.widget-area {
    float: left;
    width: 25%;
    padding-top: 0
}

body.archive.woocommerce-page #content aside.widget-area .widget>h2.widgettitle,body.archive.woocommerce-page #content aside.widget-area body.woocommerce-account .entry .entry-content>.woocommerce .widget>h3.widgettitle,body.woocommerce-account .entry .entry-content>.woocommerce body.archive.woocommerce-page #content aside.widget-area .widget>h3.widgettitle {
    display: none
}

body.archive.woocommerce-page #content aside.widget-area .widget {
    margin: 0 0 10px
}

body.archive.woocommerce-page #content aside.widget-area .widget .woof_container {
    padding-bottom: 0;
    margin-bottom: 0
}

body.archive.woocommerce-page #content aside.widget-area .widget h4 {
    font: 600 16px / 16px "Montserrat",Helvetica,Arial,Sans-serif;
    margin: 0 0 8px;
    letter-spacing: 0;
    color: #474747
}

body.archive.woocommerce-page #content aside.widget-area .widget .woof_redraw_zone>div:not(:first-child) h4 {
    padding-top: 14px;
    margin-top: 20px
}

body.archive.woocommerce-page #content aside.widget-area .widget h4 a {
    font-size: 12px;
    line-height: 16px;
    width: 12px;
    height: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff0;
    text-align: center
}

body.archive.woocommerce-page #content aside.widget-area .widget h4 a.woof_front_toggle_opened:before {
    content: "\f068";
    color: #a4a4a4
}

body.archive.woocommerce-page #content aside.widget-area .widget h4 a.woof_front_toggle_closed:before {
    content: "\f067";
    color: #a4a4a4
}

body.archive.woocommerce-page #content aside.widget-area .widget h4 a.woof_front_toggle_opened:hover:before,body.archive.woocommerce-page #content aside.widget-area .widget h4 a.woof_front_toggle_closed:hover:before {
    color: #eb5f1c
}

body.archive.woocommerce-page #content aside.widget-area .widget h4 a:active,body.archive.woocommerce-page #content aside.widget-area .widget h4 a:focus,body.archive.woocommerce-page #content aside.widget-area .widget h4 a:hover {
    text-decoration: none;
    color: #fff0
}

body.archive.woocommerce-page #content aside.widget-area .widget h4 a:before:active,body.archive.woocommerce-page #content aside.widget-area .widget h4 a:before:focus,body.archive.woocommerce-page #content aside.widget-area .widget h4 a:before:hover {
    color: #fff
}

body.archive.woocommerce-page #content aside.widget-area .widget ul {
    padding: 0
}

body.archive.woocommerce-page #content aside.widget-area .widget .woof_container.woof_checkbox_instock_container {
    margin-bottom: -26px
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li,body.archive.woocommerce-page #content aside.widget-area .widget .woof_checkbox_instock_container .woof_container_inner {
    margin: 0!important;
    padding: 0 0 0 12px!important;
    position: relative;
    line-height: 1
}

body.archive.woocommerce-page #content aside.widget-area .widget .woof_checkbox_instock_container .woof_container_inner {
    padding: 0!important
}

body.archive.woocommerce-page #content aside.widget-area .widget .woof_checkbox_instock_container .woof_container_inner br {
    display: none
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li input[type="checkbox"],body.archive.woocommerce-page #content aside.widget-area .widget ul li input[type="radio"],body.archive.woocommerce-page #content aside.widget-area .widget .woof_checkbox_instock_container .woof_container_inner input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    cursor: pointer
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li input[type="checkbox"]:after,body.archive.woocommerce-page #content aside.widget-area .widget ul li input[type="radio"]:after,body.archive.woocommerce-page #content aside.widget-area .widget .woof_checkbox_instock_container .woof_container_inner input[type="checkbox"]:after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 10px 0 0;
    vertical-align: text-top;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #c7c7c6;
    transition: border-color 0.1s linear,background-color 0.1s linear,background-image 0.1s linear,box-shadow 0.1s linear
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li input[checked="checked"]:after,body.archive.woocommerce-page #content aside.widget-area .widget .woof_checkbox_instock_container .woof_container_inner input[checked="checked"]:after {
    border-color: #fa5c01!important;
    background-color: #fafafa!important;
    content: "\f00c";
    color: #fa5c01!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    line-height: 12px;
    width: 15px;
    text-align: center;
    padding: 0!important;
    border-radius: 2px;
    margin: 0
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li label,body.archive.woocommerce-page #content aside.widget-area .widget .woof_checkbox_instock_container .woof_container_inner label {
    margin: 0 0 0 7px;
    font: 400 12px/20px "Montserrat",Helvetica,Arial,Sans-serif;
    padding: 0 0 8px;
    vertical-align: top;
    width: calc(100% - 26px);
    cursor: pointer
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li a.woof_childs_list_opener:hover {
    text-decoration: none;
    color: #eb5f1c
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li a.woof_childs_list_opener {
    outline: none;
    color: #a4a4a4;
    font-size: 12px;
    line-height: 14px;
    width: 12px;
    height: 14px;
    margin-top: -5px
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li a.woof_childs_list_opener span {
    font-size: 12px;
    line-height: 14px;
    width: 12px;
    height: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li a.woof_childs_list_opener span.woof_is_closed {
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li a.woof_childs_list_opener span.woof_is_closed:before {
    content: "\f067"
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li a.woof_childs_list_opener span.woof_is_opened {
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li a.woof_childs_list_opener span.woof_is_opened:before {
    content: "\f068"
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li ul {
    margin: 0!important
}

body.archive.woocommerce-page #content aside.widget-area .widget ul li.hide {
    display: none
}

body.archive.woocommerce-page #content aside.widget-area .widget .woof_submit_search_form_container {
    overflow: visible
}

body.archive.woocommerce-page #content aside.widget-area .widget button.button.woof_reset_search_form,body.archive.woocommerce-page #content aside.widget-area .widget button.button.woof_submit_search_form {
    border: 1px solid #fff;
    background-color: #fff;
    color: #fa5c01;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    float: none!important;
    width: 100%;
    margin-top: 4px;
    box-shadow: 0 3px 5px rgb(0 0 0 / .085)
}

body.archive.woocommerce-page #content aside.widget-area .widget button.button.woof_reset_search_form:hover,body.archive.woocommerce-page #content aside.widget-area .widget button.button.woof_submit_search_form:hover {
    border: 1px solid #ff5c00;
    background-color: #ff5c00;
    color: #fff
}

body.archive ul.products,.catalogWrap ul.products {
    margin: 0 -10px;
    padding: 0 5px
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,ul.products li.product {
    float: left;
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    height: 308px
}

ul.products li.product img {
    max-height: 150px;
    max-width: 150px;
    width: auto;
    height: auto
}

ul.products li.product .star-rating {
    font-size: 11px;
    width: 6.4em;
    margin: 5px 0;
    color: #ddd
}

ul.products li.product span.price {
    font-size: 24px;
    height: auto;
    color: #383838;
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin: 5px 0 -8px;
    text-align: left;
    position: relative!important;
    bottom: auto!important;
    left: auto!important
}

ul.products li.product span.price span.woocommerce-Price-currencySymbol {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 600;
    padding-right: 1px;
    font-size: 21px;
    line-height: 18px;
    display: inline-block
}

ul.products li.product span.price span.woocommerce-Price-amount.amount {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 700;
    display: block;
    color: #383838;
    line-height: 22px
}

ul.products li.product span.price span.woocommerce-Price-amount.amount span.price-cents {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    top: -7px;
    position: relative;
    padding-left: 1px
}

ul.products li.product span.price ins {
    display: inline-block;
    line-height: 1;
    background: #fff0;
    margin: 2.5px 0
}

ul.products li.product span.price ins.highlight {
    background: #fff
}

ul.products li.product span.price del {
    font-size: 16px;
    line-height: 16px;
    margin: 2.5px 0 1px;
    display: inline-block;
    opacity: .5;
    padding: 3px 0 0
}

ul.products li.product span.price del span.woocommerce-Price-amount.amount {
    font-weight: 400;
    opacity: .8;
    line-height: 1
}

ul.products li.product span.price del span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    line-height: 12px
}

ul.products li.product span.price del span.woocommerce-Price-amount.amount span.price-cents {
    top: -4px;
    font-size: 12px;
    line-height: 12px
}

ul.products li.product span.price .tooltip {
    margin-left: 5px;
    display: inline-block
}

ul.products li.product span.price .tooltip i {
    color: #ff5c00
}

ul.products li.product span.price .tooltip .tooltipVariationPirceText {
    display: none;
    position: absolute;
    font: 400 11px/15px "Montserrat",Helvetiva,Arial,sans-serif;
    width: calc(100% - 10px);
    background-color: #ff5c00;
    color: #fff;
    border-radius: 0 0 3px 3px;
    padding: 8px 6px;
    text-align: center;
    z-index: 9999;
    right: -1px;
    margin: 0;
    bottom: -1px
}

ul.products li.product span.price .tooltip .tooltipVariationPirceText.show {
    display: block!important
}

body.archive ul.products li.product a.woocommerce-LoopProduct-link:hover,.catalogWrap ul.products li.product a.woocommerce-LoopProduct-link:hover {
    box-shadow: 0 0 10px rgb(255 92 0 / .5)!important;
    border-color: #ff5c00;
    text-decoration: none
}

ul.products li.product:hover a.woocommerce-LoopProduct-link {
    border: 1px solid #eee
}

ul.products li.product a.woocommerce-LoopProduct-link:active,ul.products li.product a.woocommerce-LoopProduct-link:focus,ul.products li.product a.woocommerce-LoopProduct-link:hover {
    text-decoration: none
}

body.archive ul.products li.product a.woocommerce-LoopProduct-link,.catalogWrap ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
    display: block;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 20px!important;
    height: 100%;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgb(0 0 0 / .065)!important;
    overflow: hidden
}

body.archive #primary ul.products li.product a.woocommerce-LoopProduct-link .custom-thumb-wrapper,.catalogWrap ul.products li.product a.woocommerce-LoopProduct-link .custom-thumb-wrapper {
    margin: -20px -20px 0;
    padding: 20px 0;
    box-shadow: inset 0 -10px 15px rgb(0 0 0 / .06);
    height: 170px
}

body.archive #primary ul.products li.product a.woocommerce-LoopProduct-link img,.catalogWrap ul.products li.product a.woocommerce-LoopProduct-link img {
    border: medium none;
    height: auto!important;
    max-height: 100%!important;
    border-radius: 4px;
    width: auto;
    margin: 0 auto;
    max-width: 100%
}

ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    color: #333;
    height: auto;
    font: 16px / 21px Helvetica,Arial,Sans-serif;
    margin: 15px 0 0;
    padding-bottom: 3px;
    text-align: left;
    overflow: hidden;
    max-height: 60px
}

ul.products li.product a.woocommerce-LoopProduct-link i.fa-youtube {
    font-size: 20px;
    position: absolute;
    top: 7px;
    right: 9px;
    color: #ff5c00
}

ul.products li.product a.woocommerce-LoopProduct-link .star-rating {
    color: #ddd
}

ul.products li.product a.woocommerce-LoopProduct-link .star-rating span {
    color: #ff5c00;
    font-family: star
}

.contribution-title.review-title .star-rating {
    color: #ddd
}

.contribution-title.review-title .star-rating span {
    color: #ff5c00;
    font-family: star
}

ul.products li.product a.add_to_cart_button,ul.products li.product a.product_type_simple {
    border-radius: 0 0 5px 5px;
    width: 100%;
    background-color: #ff5c00;
    font: 600 14px/21px "Montserrat",Helvetica,Arial,Sans-serif;
    display: none
}

ul.products li.product a.add_to_cart_button:hover {
    background-color: #ff7223
}

ol.flex-control-nav.flex-control-thumbs:after {
    content: "";
    display: table;
    clear: both
}

body.archive.woocommerce-page .woocommerce-result-count {
    margin: 3px 0 35px 5px;
    color: #aaa;
    padding: 0;
    font-size: 18px
}

body.archive.woocommerce-page form.woocommerce-ordering {
    padding-right: 5px
}

body.archive.woocommerce-page form.woocommerce-ordering select {
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 5px;
    outline: none
}

@media screen and (max-width: 1200px) {
    .woocommerce ul.products li.first,.woocommerce ul.products li.last,.woocommerce ul.products li.product,.woocommerce-page ul.products li.first,.woocommerce-page ul.products li.last,.woocommerce-page ul.products li.product,ul.products li.product,ul.products li.product.first,ul.products li.product.last {
        width:calc(33.3333% - 20px);
        clear: none
    }
}

@media screen and (max-width: 1024px) {
    body.archive.woocommerce-page #content section#primary {
        width:63%
    }

    body.archive.woocommerce-page #content aside.widget-area {
        width: 34%
    }

    body.archive.woocommerce-page .woocommerce-result-count {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0
    }

    body.archive.woocommerce-page form.woocommerce-ordering {
        width: 100%;
        float: none;
        margin: 5px 0 30px;
        font-size: 10px
    }

    .woocommerce ul.products li.first,.woocommerce ul.products li.last,.woocommerce ul.products li.product,.woocommerce-page ul.products li.first,.woocommerce-page ul.products li.last,.woocommerce-page ul.products li.product,ul.products li.product,ul.products li.product.first,ul.products li.product.last {
        width: calc(50% - 20px)!important;
        clear: none
    }
}

@media screen and (max-width: 768px) {
    body.archive.woocommerce-page #content section#primary {
        width:100%;
        float: none
    }

    body.archive.woocommerce-page #content aside.widget-area {
        width: 100%;
        float: none
    }

    .woocommerce ul.products[class*="columns-"] li.product,.woocommerce-page ul.products[class*="columns-"] li.product,ul.products[class*="columns-"] li.product,.catalogWrap ul.products>li.product {
        margin: 0 10px 25px
    }
}

@media screen and (max-width: 500px) {
    body.archive.woocommerce-page #content {
        padding-left:25px!important;
        padding-right: 25px!important
    }

    body.archive ul.products,.catalogWrap ul.products {
        margin: 0
    }

    .woocommerce ul.products[class*="columns-"] li.product,.woocommerce-page ul.products[class*="columns-"] li.product,ul.products[class*="columns-"] li.product,.catalogWrap ul.products>li.product {
        float: none;
        width: 100%!important;
        margin: 0 0 15px!important
    }

    ul.products li.product a.woocommerce-LoopProduct-link {
        height: auto
    }
}

.woocommerce-ordering select.orderby {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 7px;
    border-radius: 4px
}

.woocommerce #reviews .product-rating .product-rating-details table td.rating-graph .bar,.woocommerce-page #reviews .product-rating .product-rating-details table td.rating-graph .bar,td.rating-graph>a.bar {
    background-color: #ff5c00
}

.woocommerce #reviews .product-rating .product-rating-details table td.rating-count,.woocommerce-page #reviews .product-rating .product-rating-details table td.rating-count {
    text-align: right
}

.star-rating-selector:not(:checked) input:checked~label.checkbox,.star-rating-selector:not(:checked) label.checkbox:hover,.star-rating-selector:not(:checked) label.checkbox:hover~label.checkbox,.woocommerce #reviews #comments ol.commentlist li .contribution-actions a,.woocommerce #reviews #comments ol.commentlist li .contribution-actions a,.woocommerce #reviews .form-contribution .attachment-type:not(:checked) label.checkbox::before,.woocommerce-page #reviews #comments ol.commentlist li .contribution-actions a,.woocommerce-page #reviews #comments ol.commentlist li .contribution-actions a,.woocommerce-page #reviews .form-contribution .attachment-type:not(:checked) label.checkbox::before {
    color: #ff5c00!important
}

.contributions-container form .button,.form-row .button,.ywqa_submit_question {
    background: #ff5c00;
    opacity: 1;
    text-transform: uppercase;
    color: #fff
}

input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="range"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],textarea {
    background-color: #fafafa;
    border: 1px solid #ececec;
    padding: 6px 9px;
    border-radius: 4px;
    font-size: 16px
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ececec
}

.select2-dropdown .select2-results__option {
    padding: 6px;
    font-size: 16px;
    line-height: 30px
}

.select2-dropdown .select2-results__option--highlighted[data-selected] {
    background-color: #ff5c00;
    color: #fff
}

li.wc_payment_method>label,li.wc_payment_method>label:first-of-type {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

li.wc_payment_method>label img,li.wc_payment_method>label:first-of-type img {
    max-height: 22px;
    margin-top: 2px
}

ul.wc_payment_methods {
    margin: 0
}

li.wc_payment_method {
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 10px
}

li.wc_payment_method input.input-radio[name="payment_method"]+label:before {
    box-shadow: 0 0 0 2px #e0e0e0
}

li.wc_payment_method input.input-radio[name="payment_method"]:checked+label:before {
    background: #ff5c00;
    box-shadow: 0 0 0 2px #ff5c00
}

li.wc_payment_method .payment_box {
    padding: 8px 10px 0;
    border-top: 1px dashed #cecece;
    margin-top: 6px
}

li.wc_payment_method .payment_box p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

li.wc_payment_method .payment_box fieldset {
    padding: 0;
    background: #fff0
}

li.wc_payment_method .payment_box fieldset ul.woocommerce_error {
    margin: 0 0 10px;
    padding: 0;
    background-color: #dc3545;
    border-radius: 5px
}

li.wc_payment_method .payment_box fieldset ul.woocommerce_error li {
    padding: 10px;
    font-size: 16px;
    font-weight: 700
}

li.wc_payment_method .payment_box fieldset .form-row.form-row-wide {
    margin: 5px 0 10px
}

li.wc_payment_method .payment_box fieldset .form-row {
    margin: 5px 0 10px
}

li.wc_payment_method .payment_box fieldset .form-row label {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600
}

li.wc_payment_method .payment_box fieldset .form-row input.input-text {
    padding: 5px 9px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 22px
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions {
    margin: 0 0 20px;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    background-color: #fafafa;
    border: 1px solid #eee;
    box-shadow: inset 0 2px 5px rgb(0 0 0 / .075)
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions h1,body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions h2,body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions h3,body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions h3,body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions h4,body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions h5,body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions p {
    margin: 0 0 10px
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions h1 {
    font-size: 30px;
    line-height: 34px
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper div.woocommerce-terms-and-conditions ul {
    margin: 0 0 10px 17px
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p.form-row {
    font-size: 16px
}

body.woocommerce-checkout div.woocommerce-terms-and-conditions-wrapper+p {
    display: none!important
}

body.woocommerce-checkout div.g-recaptcha+a {
    font-size: .4em;
    text-decoration: none;
    position: absolute;
    margin: 0 0 10px 3px
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information {
    float: right;
    width: 38%;
    margin: 0
}

@media (max-width: 768px) {
    body.woocommerce-checkout.woocommerce-order-pay #payment-information {
        width:96%;
        margin: 0 auto;
        float: none
    }
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 5px rgb(0 0 0 / .15);
    padding: 20px 3%;
    font-size: .8em
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment ul {
    padding: 0
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment table {
    border-top: 1px dashed #ccc;
    border: none
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment table tr td,body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment table tr th {
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border: 0;
    color: #555
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment table tr td {
    text-align: right
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment table tr:last-child {
    border-top: 1px dashed #ccc
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment table tr:last-child th {
    font-weight: 600;
    padding-top: 10px;
    font-size: 20px
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment table tr:last-child td {
    font-weight: 800;
    color: #555
}

body.woocommerce-checkout.woocommerce-order-pay #payment-information #payment table tr.order-total td {
    font: 400 13px/18px "Montserrat",Helvetica,Arial;
    color: #555;
    font-size: 16px
}

body.woocommerce-checkout.woocommerce-order-pay #product-information {
    float: left;
    width: 58%
}

@media (max-width: 768px) {
    body.woocommerce-checkout.woocommerce-order-pay #product-information {
        width:96%;
        margin: 20px auto;
        float: none
    }
}

body.woocommerce-checkout.woocommerce-order-pay #billing-information,body.woocommerce-checkout.woocommerce-order-pay #shipping-information {
    margin-top: 20px;
    width: 48%;
    float: left
}

@media (max-width: 425px) {
    body.woocommerce-checkout.woocommerce-order-pay #billing-information,body.woocommerce-checkout.woocommerce-order-pay #shipping-information {
        width:96%;
        margin: 0 auto
    }
}

body.woocommerce-checkout.woocommerce-order-pay #billing-information p,body.woocommerce-checkout.woocommerce-order-pay #shipping-information p {
    margin: 0;
    font-size: .8em;
    line-height: 110%
}

.woocommerce-error {
    background: var(--wc-red);
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px
}

.woocommerce-error a {
    color: #fff!important;
    text-decoration: underline!important
}

body.woocommerce-cart .entry .entry-content,body.woocommerce-cart .entry .entry-header,body.woocommerce-cart .entry .entry-summary,body.woocommerce-checkout .entry .entry-content,body.woocommerce-checkout .entry .entry-header,body.woocommerce-checkout .entry .entry-summary {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 35px
}

body.woocommerce-cart .entry .entry-header,body.woocommerce-checkout .entry .entry-header {
    margin-top: 35px;
    position: relative
}

body.woocommerce-cart h1,body.woocommerce-checkout h1 {
    font: 40px/50px "Montserrat",Helvetica,Arial,Sans-serif
}

body.woocommerce-cart article .entry-content .woocommerce,body.woocommerce-checkout article .entry-content .woocommerce {
    max-width: 100%
}

body.woocommerce-cart article .entry-content .woocommerce form.woocommerce-cart-form {
    float: left;
    width: 68%
}

body.woocommerce-cart article .entry-content .woocommerce .cart-collaterals {
    width: 30%;
    float: right
}

body.woocommerce-checkout article .entry-content .woocommerce .col2-set {
    width: 60%
}

body.woocommerce-checkout article .entry-content .woocommerce .side-order {
    width: 36%
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    padding: 15px;
    font-size: 16px
}

@media (max-width: 1400px) {
    body.woocommerce-checkout .entry .entry-content,body.woocommerce-checkout .entry .entry-header,body.woocommerce-checkout .entry .entry-summary {
        max-width:1200px
    }

    body.woocommerce-checkout article .entry-content .woocommerce .col2-set {
        width: 48%
    }

    body.woocommerce-checkout article .entry-content .woocommerce .side-order {
        width: 48%
    }

    .woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
        width: 100%
    }
}

@media (max-width: 768px) {
    body.woocommerce-checkout article .entry-content .woocommerce .col2-set {
        width:100%
    }

    body.woocommerce-checkout article .entry-content .woocommerce .side-order {
        width: 100%
    }
}

body.woocommerce-checkout article .entry-content .woocommerce form.checkout .col2-set .woocommerce-input-wrapper {
    padding: 0;
    display: block
}

body.woocommerce-checkout article .entry-content .woocommerce form.checkout form .form-row .input-text,body.woocommerce-checkout article .entry-content .woocommerce form.checkout form .form-row select {
    display: block
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px
}

body.woocommerce-checkout article .entry-content .woocommerce .side-order .table th.left-side,body.woocommerce-checkout article .entry-content .woocommerce .side-order .table td.left-side,body.woocommerce-checkout article .entry-content .woocommerce .side-order .table th:first-child,body.woocommerce-checkout article .entry-content .woocommerce .side-order .table td:first-child {
    width: calc(100% - 115px)!important
}

body.woocommerce-checkout article .entry-content .woocommerce .side-order .table th.right-side,body.woocommerce-checkout article .entry-content .woocommerce .side-order .table td.right-side,body.woocommerce-checkout article .entry-content .woocommerce .side-order .table th+th:last-child,body.woocommerce-checkout article .entry-content .woocommerce .side-order .table td+td:last-child {
    width: 115px!important;
    max-width: 115px!important
}

body.woocommerce-cart article .entry-content .woocommerce:after {
    content: "";
    display: table;
    clear: both
}

div.shop_table.cart .product-thumbnail {
    width: 50px
}

div.shop_table.cart .product-name {
    width: calc(100% - 50px - 85px - 55px - 95px - 34px)
}

div.shop_table.cart .product-price {
    width: 85px
}

div.shop_table.cart .product-quantity {
    width: 55px
}

div.shop_table.cart .product-subtotal {
    width: 95px
}

div.shop_table.cart .product-remove {
    width: 34px
}

@media (max-width: 768px) {
    div.shop_table.cart .product-name {
        width:100%
    }

    div.shop_table.cart .product-name+.flex-shrink-1 {
        width: 100%;
        padding-left: .5rem!important
    }

    div.shop_table.cart .product-remove.top-50.translate-middle {
        top: 0!important;
        transform: translate(0%,0%)!important
    }

    div.shop_table.cart .product-price,div.shop_table.cart .product-quantity,div.shop_table.cart .product-subtotal {
        text-align: left!important
    }

    div.shop_table.cart .product-subtotal {
        padding-left: .5rem!important
    }
}

@media (max-width: 400px) {
    div.shop_table.cart .position-relative.bg-white.d-flex.flex-row {
        flex-direction:column!important;
        align-items: flex-start!important
    }

    div.shop_table.cart .product-thumbnail {
        margin-bottom: 10px
    }
}

div.shop_table.cart .product-quantity input {
    width: 55px
}

div.shop_table.cart dl.variation {
    margin: 0
}

div.shop_table.cart dl.variation dd,div.shop_table.cart dl.variation dt {
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Helvetiva',Arial,sans-serif!important
}

div.shop_table.cart dl.variation dd p {
    display: inline-block;
    margin: 0 0 2px;
    font-size: 12px;
    line-height: 1.5
}

@media screen and (max-width: 1200px) {
    body.woocommerce-cart .entry .entry-header a.checkout-button.button.wc-forward {
        right:0
    }

    body.woocommerce-cart article .entry-content .woocommerce form.woocommerce-cart-form {
        float: none;
        width: 100%
    }

    body.woocommerce-cart article .entry-content .woocommerce .cart-collaterals {
        float: none;
        width: 100%;
        max-width: 700px;
        margin: 33px auto 0
    }
}

@media screen and (max-width: 768px) {
    body.woocommerce-cart .entry .entry-header a.checkout-button.button.wc-forward {
        position:relative;
        padding: 12px;
        right: auto;
        width: 100%;
        margin: 10px 0 0
    }

    body.woocommerce-cart .entry-content>.woocommerce {
        margin: 15px 0
    }
}

@media screen and (max-width: 500px) {
    body.woocommerce-cart .entry .entry-header h1 {
        width:100%;
        margin: 10px auto 0
    }

    body.woocommerce-cart .entry .entry-header a.checkout-button.wc-forward {
        width: 100%;
        margin: 10px auto 0
    }

    body.woocommerce-cart .entry .entry-content,body.woocommerce-cart .entry .entry-header,body.woocommerce-cart .entry .entry-summary {
        padding: 0 20px
    }
}

.woocommerce-info {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / .075);
    color: #555;
    border: 1px solid #ededed
}

body.woocommerce-checkout .entry .entry-header h1.entry-title:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fa5c01;
    content: "\f023";
    margin: 0 3px 0 0;
    height: auto;
    background: #fff0;
    padding-right: 10px
}

.entry .entry-title:before {
    display: none
}

@media screen and (max-width: 900px) {
    .woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page div.product div.woocommerce-product-gallery-video,.woocommerce-product-gallery-video {
        width:100%;
        max-width: 600px;
        margin: 0 auto;
        float: none
    }

    .woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        float: none
    }

    .single-product .entry .entry-title {
        margin: 20px 0 10px
    }

    .single-product .entry .entry-summary form.cart .ContenTrustby .trustByLogos ul li {
        width: 17%
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-tabs.wc-tabs-wrapper {
        width:100%;
        max-width: 600px
    }
}

@media screen and (max-width: 475px) {
    .single-product .entry .entry-summary form.cart .ContenTrustby .trustByLogos ul li {
        width:25.33%;
        padding: 10px 4%
    }
}

@media screen and (max-width: 350px) {
    .single-product .entry .entry-summary form.cart .ContenTrustby .trustByLogos ul li {
        width:36%;
        padding: 5px 7%
    }
}

body.archive header.page-header {
    max-width: 1320px;
    box-sizing: content-box;
    margin: 35px calc(10% + 60px);
    display: none
}

body.archive article.entry .entry-header {
    margin-top: 20px
}

body.archive article.entry .entry-header .entry-title {
    margin-top: 0
}

body.archive article.entry .entry-header .entry-title:before {
    display: none
}

body.archive article.entry figure.post-thumbnail {
    margin-bottom: 0
}

body.archive article.entry figure.post-thumbnail a img {
    border-radius: 4px
}

body.archive article.entry .entry-content .addtoany_content.addtoany_content_bottom {
    margin: 0 0 10px
}

body.archive article.entry .entry-footer {
    max-width: 100%
}

body.single-post .site-featured-image {
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 0;
    box-sizing: content-box
}

body.single-post .site-featured-image figure.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px 4px 0 0
}

body.single-post .site-featured-image div.entry-header {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 10% 20px;
    line-height: 1;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

body.single-post .site-featured-image div.entry-header h1 {
    margin: 0 0 10px;
    font: 600 55px/60px "Montserrat",Helvetica,Arial,Sans-serif
}

body.single-post .site-featured-image div.entry-header .entry-meta .byline,body.single-post .site-featured-image div.entry-header .entry-meta .comment-count,body.single-post .site-featured-image div.entry-header .entry-meta .posted-on {
    color: #767676;
    padding-right: 7px
}

body.single-post .site-featured-image div.entry-header .entry-meta .byline svg,body.single-post .site-featured-image div.entry-header .entry-meta .comment-count svg,body.single-post .site-featured-image div.entry-header .entry-meta .posted-on svg {
    color: #767676;
    position: relative;
    top: 2px;
    padding-right: 3px
}

body.single-post .site-featured-image div.entry-header .entry-meta .byline a,body.single-post .site-featured-image div.entry-header .entry-meta .comment-count a,body.single-post .site-featured-image div.entry-header .entry-meta .posted-on a {
    color: #767676
}

body.single-post .site-featured-image div.entry-header .entry-meta .byline a:hover,body.single-post .site-featured-image div.entry-header .entry-meta .comment-count a:hover,body.single-post .site-featured-image div.entry-header .entry-meta .posted-on a:hover {
    color: #ff5c00
}

body.single-post .site-featured-image div.entry-header .entry-meta .comment-count {
    display: block;
    margin: 10px 0 0
}

body.single-post .site-featured-image div.entry-header .entry-meta .comment-count ol.discussion-avatar-list {
    margin: 10px 0
}

body.single-post .site-featured-image div.entry-header .entry-meta .comment-count ol.discussion-avatar-list li {
    margin: 0 -5px 0 0
}

body.single-post .site-featured-image div.entry-header .entry-meta .comment-count ol.discussion-avatar-list li img {
    width: 25px;
    height: 25px;
    border: 3px solid #fff
}

body.single-post #content {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 4%;
    box-sizing: content-box
}

body.single-post #content section#primary {
    float: left;
    width: 68%
}

body.single-post #content aside.widget-area {
    float: right;
    width: calc(30% - 5px);
    padding: 50px 5px 0 0
}

body.single-post #content aside.widget-area .widget-wrap {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    box-shadow: 0 0 8px rgb(0 0 0 / .1);
    padding: 25px
}

body.single-post #content aside.widget-area .widget-wrap h2,body.single-post #content aside.widget-area .widget-wrap body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce body.single-post #content aside.widget-area .widget-wrap h3,body.single-post #content aside.widget-area .widget-wrap h4 {
    font: 800 22px/30px "Montserrat",Helvetica,Arial,Sans-serif;
    margin: 0
}

body.single-post #content aside.widget-area .widget-wrap h2 br,body.single-post #content aside.widget-area .widget-wrap body.woocommerce-account .entry .entry-content>.woocommerce h3 br,body.woocommerce-account .entry .entry-content>.woocommerce body.single-post #content aside.widget-area .widget-wrap h3 br,body.single-post #content aside.widget-area .widget-wrap h4 br {
    display: none
}

body.single-post #content aside.widget-area .widget-wrap p {
    font: 400 14px/22px "Montserrat",Helvetica,Arial,Sans-serif;
    margin: 5px 0 10px
}

body.single-post #content aside.widget-area .widget-wrap iframe {
    background: #eee;
    padding: 19px 19px 0;
    border-radius: 3px;
    width: calc(100% - 36px)
}

body.single-post #content aside.widget-area .widget-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body.single-post #content aside.widget-area .widget-wrap ul li+li {
    margin: 4px 0 0
}

body.single-post #content aside.widget-area .widget-wrap ul li a {
    display: block;
    font: 400 14px/22px "Montserrat",Helvetica,Arial,Sans-serif;
    border: 1px solid #ff5c00;
    border-radius: 4px;
    padding: 6px
}

body.single-post #content aside.widget-area .widget-wrap ul li a:hover {
    color: #fff;
    background-color: #ff5c00
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li {
    padding: 10px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 5px 0;
    display: block
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li a,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li a {
    border: none;
    color: #383838;
    padding: 0;
    max-width: 250px;
    display: block;
    margin: 0 auto
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li a img,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li a img {
    max-height: 100%;
    width: auto;
    max-width: 50%;
    display: block;
    margin: 0 auto 15px;
    height: auto
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li a span.product-title,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li a span.product-title {
    font: 600 16px/22px "Montserrat",Helvetica,Arial,Sans-serif;
    text-align: center;
    display: block
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li a:hover,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li a:hover {
    color: #383838;
    background-color: #fff0
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li .star-rating,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li .star-rating {
    color: #ddd;
    width: 6.4em;
    margin: 3px auto 8px;
    font-size: 14px
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li .star-rating span,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li .star-rating span {
    color: #ff5c00;
    font-family: star
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li .woocommerce-Price-amount,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li .woocommerce-Price-amount {
    font-weight: 800;
    font-size: 34px;
    line-height: 34px;
    display: block;
    margin: 5px 0;
    color: #383838;
    font-family: "Khand",Helvetica,Arial,sans-serif;
    text-align: center
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li .woocommerce-Price-amount .woocommerce-Price-currencySymbol,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 600;
    padding-right: 1px;
    font-size: 33px;
    line-height: 24px;
    display: inline-block
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li .woocommerce-Price-amount .price-cents,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li .woocommerce-Price-amount .price-cents {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    top: -10px;
    position: relative;
    padding-left: 1px
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li del .woocommerce-Price-amount,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li del .woocommerce-Price-amount {
    font-size: 16px;
    line-height: 16px;
    margin: 2.5px 0 1px;
    opacity: .5;
    padding: 3px 0 0;
    color: #383838
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li del .woocommerce-Price-amount .woocommerce-Price-currencySymbol,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    padding-right: 1px;
    font-size: 16px;
    line-height: 12px
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li del .woocommerce-Price-amount .price-cents,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li del .woocommerce-Price-amount .price-cents {
    padding-left: 1px;
    top: -4px;
    font-size: 12px;
    line-height: 12px
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li ins,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li ins {
    background: none
}

body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li .tooltip,body.single-post #content aside.widget-area .widget-wrap ul.product_list_widget li+li .tooltip {
    display: none
}

body.single-post #content #main article {
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 10% 50px;
    line-height: 1;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

body.single-post #content #main article .entry-content,body.single-post #content #main article .entry-footer,body.single-post #content #main article .entry-summary {
    max-width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 18px
}

body.single-post #content #main article .entry-content *,body.single-post #content #main article .entry-footer *,body.single-post #content #main article .entry-summary * {
    max-width: 100%
}

body.single-post #content #main article .entry-content h1,body.single-post #content #main article .entry-content h2,body.single-post #content #main article body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry body.single-post #content #main article .entry-content>.woocommerce h3,body.single-post #content #main article .entry-content h3,body.single-post #content #main article .entry-content h4,body.single-post #content #main article .entry-content h5,body.single-post #content #main article .entry-content h6,body.single-post #content #main article .entry-footer h1,body.single-post #content #main article .entry-footer h2,body.single-post #content #main article .entry-footer body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce body.single-post #content #main article .entry-footer h3,body.single-post #content #main article .entry-footer h3,body.single-post #content #main article .entry-footer h4,body.single-post #content #main article .entry-footer h5,body.single-post #content #main article .entry-footer h6,body.single-post #content #main article .entry-summary h1,body.single-post #content #main article .entry-summary h2,body.single-post #content #main article .entry-summary body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce body.single-post #content #main article .entry-summary h3,body.single-post #content #main article .entry-summary h3,body.single-post #content #main article .entry-summary h4,body.single-post #content #main article .entry-summary h5,body.single-post #content #main article .entry-summary h6 {
    margin: 32px 0 10px
}

body.single-post #content #main article .entry-content p,body.single-post #content #main article .entry-footer p,body.single-post #content #main article .entry-summary p {
    margin: 5px 0 10px
}

body.single-post #content #main .comments-area {
    margin: 0 auto;
    max-width: 100%;
    padding: 50px 10%;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd
}

body.single-post #content #main .comments-area * {
    margin-top: 10px;
    margin-bottom: 10px
}

body.single-post #content #main .comments-area .comments-title-wrap {
    margin: 0
}

body.single-post #content #main .comments-area .comments-title-wrap h2:before,body.single-post #content #main .comments-area .comments-title-wrap body.woocommerce-account .entry .entry-content>.woocommerce h3:before,body.woocommerce-account .entry .entry-content>.woocommerce body.single-post #content #main .comments-area .comments-title-wrap h3:before {
    display: none
}

body.single-post #content #main .comments-area ol.comment-list li.comment {
    margin: 0
}

body.single-post #content #main .comments-area ol.comment-list li.comment article {
    border: medium none;
    border-radius: 4px;
    padding: 15px 25px 25px 14%;
    background-color: #fff;
    margin: 0;
    box-shadow: 0 2px 15px rgb(0 0 0 / .1)
}

body.single-post #content #main .comments-area ol.comment-list li.comment article footer.comment-meta .comment-author {
    margin: 0
}

body.single-post #content #main .comments-area ol.comment-list li.comment article footer.comment-meta .comment-author b.fn {
    font: 600 22px/30px "Montserrat",Helvetica,Arial,Sans-serif;
    margin: 0
}

body.single-post #content #main .comments-area ol.comment-list li.comment article footer.comment-meta .comment-metadata {
    margin: 0;
    clear: both;
    display: block
}

body.single-post #content #main .comments-area ol.comment-list li.comment article footer.comment-meta .comment-metadata a {
    font-size: 12px;
    line-height: 18px;
    color: #aaa
}

body.single-post #content #main .comments-area ol.comment-list li.comment article footer.comment-meta p.comment-awaiting-moderation {
    margin: 0;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    font: 400 12px/16px "Montserrat",Helvetica,Arial,Sans-serif;
    background-color: #f55d5d;
    display: inline-block
}

body.single-post #content #main .comments-area ol.comment-list li.comment article .comment-content {
    margin: 10px 0 0
}

body.single-post #content #main .comments-area ol.comment-list li.comment article .comment-content p {
    font: 400 14px/23px "Montserrat",Helvetica,Arial,Sans-serif;
    margin: 0 0 10px
}

body.single-post #content #main .comments-area ol.comment-list li.comment .comment-reply {
    margin: 0;
    position: relative;
    height: 50px
}

body.single-post #content #main .comments-area ol.comment-list li.comment .comment-reply a {
    margin: 0;
    background-color: #f4f4f4;
    color: #ff5c00;
    position: absolute;
    top: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 8px 15px;
    border-radius: 0 0 4px 4px;
    left: 25px;
    font-weight: 800;
    box-shadow: inset 0 5px 3px rgb(0 0 0 / .1)
}

body.single-post #content #main .comments-area ol.comment-list li.comment .comment-reply a:hover {
    text-decoration: none;
    background-color: #ff5c00;
    color: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / .07)
}

body.single-post #content #main .comments-area .comment-respond {
    margin: 20px 0
}

body.single-post #content #main .comments-area .comment-respond form p {
    margin-top: 5px;
    margin-bottom: 10px
}

body.single-post.single #primary #main .post-navigation {
    margin: 35px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.single-post.single #primary #main .post-navigation .nav-links {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    box-sizing: content-box;
    align-content: stretch;
    align-items: baseline;
    justify-content: space-between
}

body.single-post.single #primary #main .post-navigation .nav-links .nav-next a,body.single-post.single #primary #main .post-navigation .nav-links .nav-prev a {
    line-height: 20px;
    display: block
}

body.single-post.single #primary #main .post-navigation .nav-links .nav-next {
    text-align: right;
    align-self: flex-end;
    margin: 0;
    padding: 0
}

body.single-post.single #primary #main .post-navigation .nav-links .meta-nav {
    font-size: 16px
}

body.single-post.single #primary #main .post-navigation .nav-links .post-title {
    font-size: 18px
}

@media screen and (max-width: 1350px) {
    body.single-post #content section#primary {
        width:62%
    }

    body.single-post #content aside.widget-area {
        width: calc(35% - 5px)
    }

    body.single-post #content aside.widget-area .widget-wrap iframe {
        padding: 19px 5px 0;
        width: calc(100% - 10px)
    }
}

@media screen and (max-width: 1024px) {
    body.single-post #content section#primary {
        float:none;
        width: 100%
    }

    body.single-post #content aside.widget-area {
        width: calc(90% - 5px);
        float: none;
        margin: 0 auto;
        max-width: 550px
    }

    body.single-post #content aside.widget-area .widget-wrap iframe {
        padding: 19px 19px 0;
        width: calc(100% - 38px)
    }

    body.single-post .site-featured-image div.entry-header h1 {
        font: 600 47px/57px "Montserrat",Helvetica,Arial,Sans-serif
    }

    body.single-post.single #primary #main .post-navigation .nav-links .nav-next {
        text-align: left
    }
}

@media screen and (max-width: 768px) {
    body.single-post #content,body.single-post .site-featured-image {
        padding:0;
        margin-top: 0;
        border-radius: 0
    }

    body.single-post #content #main .comments-area,body.single-post #content #main article,body.single-post .site-featured-image div.entry-header,body.single-post .site-featured-image figure.post-thumbnail img {
        border-radius: 0;
        border: medium none
    }

    body.single-post #content #main .comments-area {
        background: #fff0
    }

    body.archive header.page-header {
        margin: 35px 1rem
    }
}

@media screen and (max-width: 450px) {
    body.single-post .site-featured-image div.entry-header {
        padding-top:15px
    }

    body.single-post .site-featured-image div.entry-header h1 {
        font: 800 35px/45px "Montserrat",Helvetica,Arial,Sans-serif
    }

    body.single-post #content #main article .entry-content,body.single-post #content #main article .entry-footer,body.single-post #content #main article .entry-summary {
        line-height: 1.8;
        font-size: 16px
    }
}

#popUp-bg-pss {
    display: none
}

#popUp-bg-pss,#popUpModalBackground {
    background-color: rgb(0 0 0 / .75);
    z-index: 9999;
    filter: blur(6px);
    transition: all 0.1s ease-in
}

#popUp-bg-pss.start-0,#popUpModalBackground.start-0 {
    filter: blur(0)
}

#popUp-bg-pss .modal-content {
    transition: left 0.1s ease
}

#popUp-bg-pss .modal-content {
    box-shadow: 0 10px 20px rgb(0 0 0 / .19),0 6px 6px rgb(0 0 0 / .23);
    max-width: 650px;
    width: 98%;
    margin: 5% auto;
    padding: 20px 4% 40px;
    display: block;
    background: #fff;
    border-radius: 2px;
    position: relative
}

#popUp-bg-pss .modal-content .close {
    background: none;
    color: #151211;
    line-height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 29px;
    text-decoration: none;
    z-index: 9999;
    padding: 7px 5px;
    font-size: 34px;
    font-weight: 400;
    line-height: 14px
}

#popUp-bg-pss .modal-content .close:hover {
    color: #aaa;
    cursor: pointer
}

#popUp-bg-pss .modal-content .modal-inside-title {
    text-align: center;
    padding-top: 20px
}

#popUp-bg-pss .modal-content .modal-inside-title i {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333
}

#popUp-bg-pss .modal-content .modal-inside-title i.fa-headset {
    font-size: 55px;
    color: #ff7324
}

#popUp-bg-pss .modal-content .modal-inside-title i.fa-star {
    font-size: 16px
}

#popUp-bg-pss .modal-content .modal-inside-title h2,#popUp-bg-pss .modal-content .modal-inside-title body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce #popUp-bg-pss .modal-content .modal-inside-title h3 {
    text-align: center;
    font-size: 24px;
    line-height: 31px
}

#popUp-bg-pss .modal-content h2,#popUp-bg-pss .modal-content body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce #popUp-bg-pss .modal-content h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    max-width: 400px;
    margin: 0 auto 10px;
    text-align: center
}

#popUp-bg-pss .modal-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    max-width: 400px;
    margin: 0 auto 10px;
    text-align: center
}

#popUp-bg-pss .modal-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-width: 400px;
    margin: 0 auto 10px;
    text-align: center
}

#popUp-bg-pss .modal-content ul {
    list-style: none;
    margin: 25px auto 10px;
    padding: 10px 15px;
    border-radius: 5px
}

#popUp-bg-pss .modal-content ul li {
    padding: 0;
    text-align: center;
    width: 33%;
    float: left
}

#popUp-bg-pss .modal-content ul li i {
    color: #ff5c00;
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 0 0 10px
}

#popUp-bg-pss .modal-content ul li h5 {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    max-width: 400px;
    margin: 0 auto
}

#popUp-bg-pss .modal-content a.popupBtn,#popUp-bg-pss .modal-content button.popupBtn {
    text-align: center;
    display: block;
    margin: 20px auto 0;
    border: 2px solid #151211;
    color: #151211;
    background-color: #fff;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px;
    max-width: 210px;
    border-radius: 0
}

#popUp-bg-pss .modal-content a.popupBtn:hover,#popUp-bg-pss .modal-content button.popupBtn:hover {
    border: 2px solid #ff5c00;
    color: #ff5c00;
    text-decoration: none
}

#popUp-bg-pss .modal-content button.fee {
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 1%;
    border-radius: 0;
    width: 47%;
    display: inline-block;
    margin: 15px 1% 0;
    background-color: #ff5c00;
    border: 2px solid #ff5c00;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    min-height: 64px
}

#popUp-bg-pss .modal-content button.fee span {
    font-weight: 600;
    color: #ffcaac
}

#popUp-bg-pss .modal-content button.without.fee {
    background-color: #fff;
    border: 2px solid #111;
    color: #111
}

#popUp-bg-pss .modal-content button.without.fee span {
    color: #ff5c00
}

#popUp-bg-pss .modal-content footer {
    text-align: center
}

#popUp-bg-pss .modal-content button.fee:hover {
    background-color: #ff772a;
    border-color: #ff772a
}

#popUp-bg-pss .modal-content button.fee:hover span {
    color: #111
}

#popUp-bg-pss .modal-content button.without.fee:hover {
    background-color: #fff;
    color: #ff5c00
}

#popUp-bg-pss .modal-content form {
    width: 300px;
    margin: 20px auto 0;
    text-align: left
}

#popUp-bg-pss .modal-content form label {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 3px;
    display: block
}

#popUp-bg-pss .modal-content form p {
    text-align: left;
    margin: 0 0 5px
}

#popUp-bg-pss .modal-content form .login-remember {
    margin: 0 0 15px
}

#popUp-bg-pss .modal-content form input[type="color"],#popUp-bg-pss .modal-content form input[type="date"],#popUp-bg-pss .modal-content form input[type="datetime"],#popUp-bg-pss .modal-content form input[type="datetime-local"],#popUp-bg-pss .modal-content form input[type="email"],#popUp-bg-pss .modal-content form input[type="month"],#popUp-bg-pss .modal-content form input[type="number"],#popUp-bg-pss .modal-content form input[type="password"],#popUp-bg-pss .modal-content form input[type="range"],#popUp-bg-pss .modal-content form input[type="search"],#popUp-bg-pss .modal-content form input[type="tel"],#popUp-bg-pss .modal-content form input[type="text"],#popUp-bg-pss .modal-content form input[type="time"],#popUp-bg-pss .modal-content form input[type="url"],#popUp-bg-pss .modal-content form input[type="week"],#popUp-bg-pss .modal-content form textarea {
    padding: 7px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background-color: #f2f2f2;
    color: #43454b;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .125);
    width: 100%;
    margin: 0 0 15px
}

#popUp-bg-pss .modal-content form .button,#popUp-bg-pss .modal-content form button,#popUp-bg-pss .modal-content form input[type="button"],#popUp-bg-pss .modal-content form input[type="reset"],#popUp-bg-pss .modal-content form input[type="submit"] {
    border-radius: 0;
    border: 2px solid #151211;
    color: #151211;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px
}

#popUp-bg-pss .modal-content form .button:hover,#popUp-bg-pss .modal-content form button:hover,#popUp-bg-pss .modal-content form input[type="button"]:hover,#popUp-bg-pss .modal-content form input[type="reset"]:hover,#popUp-bg-pss .modal-content form input[type="submit"]:hover {
    border: 2px solid #ff5c00;
    color: #ff5c00;
    text-decoration: none
}

#popUp-bg-pss .modal-content #loginModal span.createacc,#popUp-bg-pss .modal-content #loginModal span.loginc,#popUp-bg-pss .modal-content #registerModal span.createacc,#popUp-bg-pss .modal-content #registerModal span.loginc {
    display: block;
    width: 100%;
    max-width: 350px;
    padding: 17px 0 0;
    margin: 25px auto -20px;
    text-align: center;
    background: #fff0;
    border-top: solid 1px #e3e2e2;
    font-size: 14px
}

#popUp-bg-pss .modal-content {
    max-width: 700px;
    padding: 20px 3% 40px
}

#popUp-bg-pss .modal-content h1 {
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0
}

.pps_on_cart-page {
    margin: 0 0 15px
}

body.woocommerce-order-received .mobile_only {
    display: none
}

body.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 5px 15px;
    border-radius: 4px;
    margin: 0 0 7px
}

body.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 5px 15px;
    border-radius: 4px;
    margin: 0 0 7px
}

body.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0
}

body.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details p+p {
    font-weight: 400
}

body.woocommerce-order-received .clearfix .order_details_thank_you {
    float: left;
    width: 67%
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table {
    border: medium none
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table td,body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tr {
    border: medium none
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table th {
    min-width: 52px;
    border: medium none;
    padding: 0 10px 10px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #383838;
    text-align: left
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 5px rgb(0 0 0 / .15)
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody tr+tr td {
    border-top: 1px solid #ddd
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody td {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody td.product-name {
    max-width: 640px;
    border-top: 1px solid #ddd
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody td.product-price,body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody td.product-subtotal {
    min-width: 10px;
    padding: 0
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody td h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    display: block;
    text-decoration: none;
    margin: 0;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_total_thankyou table {
    border: medium none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_total_thankyou table tr {
    line-height: 100%
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_total_thankyou table th {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #ff5c00;
    border: medium none;
    text-align: left;
    border: medium none;
    display: inline-block;
    padding: 0;
    text-transform: uppercase
}

body.woocommerce-order-received .clearfix .order_details_thank_you .order_total_thankyou table td {
    padding: 5px;
    line-height: 18px;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    color: #444;
    border: medium none;
    text-align: left
}

body.woocommerce-order-received .clearfix .thank_you_address {
    float: right;
    width: 30%
}

body.woocommerce-order-received .clearfix .thank_you_address .billing_address,body.woocommerce-order-received .clearfix .thank_you_address .shippinhg_address {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px
}

body.woocommerce-order-received .buttonwrap {
    border-top: 1px dashed #ddd;
    padding-top: 25px;
    margin-top: 25px;
    text-align: center
}

body.woocommerce-order-received .buttonwrap a.button.return-to-shop {
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600
}

body.woocommerce-order-received .buttonwrap a.button.return-to-shop:hover {
    background-color: #ff7f37
}

@media screen and (max-width: 1150px) {
    body.woocommerce-order-received .clearfix .order_details_thank_you {
        width:72%
    }

    body.woocommerce-order-received .clearfix .thank_you_address {
        width: 25%
    }

    body.woocommerce-order-received .clearfix .thank_you_address .billing_address,body.woocommerce-order-received .clearfix .thank_you_address .shippinhg_address {
        font-size: 14px;
        line-height: 22px
    }

    body.woocommerce-order-received .clearfix .thank_you_address .billing_address h3,body.woocommerce-order-received .clearfix .thank_you_address .shippinhg_address h3 {
        font-size: 21px;
        margin: 0
    }
}

@media screen and (max-width: 950px) {
    body.woocommerce-order-received .clearfix .order_details_thank_you {
        width:100%;
        float: none;
        max-width: 700px;
        margin: 0 auto 50px
    }

    body.woocommerce-order-received .clearfix .order_details_thank_you .order_total_thankyou table th {
        text-align: left;
        font-weight: 600;
        font-size: 17px
    }

    body.woocommerce-order-received .clearfix .order_details_thank_you .order_total_thankyou table td {
        text-align: right
    }

    body.woocommerce-order-received .clearfix .order_details_thank_you .order_total_thankyou table tr+tr td,body.woocommerce-order-received .clearfix .order_details_thank_you .order_total_thankyou table tr+tr th {
        border-top: 1px dashed #ddd
    }

    body.woocommerce-order-received .clearfix .thank_you_address {
        width: 100%;
        float: none;
        max-width: 700px;
        margin: 0 auto
    }

    body.woocommerce-order-received .clearfix .thank_you_address .billing_address,body.woocommerce-order-received .clearfix .thank_you_address .shippinhg_address {
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }

    body.woocommerce-order-received .clearfix .thank_you_address .billing_address h3,body.woocommerce-order-received .clearfix .thank_you_address .shippinhg_address h3 {
        font-size: 21px;
        margin: 0;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table thead {
        display:none
    }

    body.woocommerce-order-received .woocommerce-order-overview {
        margin-bottom: 20px
    }

    body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody tr {
        margin-bottom: 25px
    }

    body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody tr+tr {
        border-top: 1px solid #ddd
    }

    body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody tr+tr td {
        border-top: medium none
    }

    body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody td {
        padding: 0 20px 3px;
        font-size: 16px;
        line-height: 24px;
        display: block
    }

    body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody td.product-name {
        padding: 20px 20px 3px
    }

    body.woocommerce-order-received .clearfix .order_details_thank_you .order_details_items table tbody td.product-subtotal {
        padding: 0 20px 20px
    }

    body.woocommerce-order-received .mobile_only {
        display: inline-block;
        padding-right: 5px
    }
}

body.archive div#content,body.blog div#content,body.search div#content {
    padding: 40px 2%
}

body.archive article,body.archive article.entry:first-of-type,body.blog article,body.blog article.entry:first-of-type,body.search article,body.search article.entry:first-of-type {
    float: left;
    width: 30%;
    margin: 10px 1.5% 20px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgb(0 0 0 / .16)
}

@media (max-width: 768px) {
    body.archive article,body.archive article.entry:first-of-type,body.blog article,body.blog article.entry:first-of-type,body.search article,body.search article.entry:first-of-type {
        width:45%
    }
}

@media (max-width: 425px) {
    body.archive article,body.archive article.entry:first-of-type,body.blog article,body.blog article.entry:first-of-type,body.search article,body.search article.entry:first-of-type {
        width:97%
    }
}

body.archive article a.imgWrap,body.archive article.entry:first-of-type a.imgWrap,body.blog article a.imgWrap,body.blog article.entry:first-of-type a.imgWrap,body.search article a.imgWrap,body.search article.entry:first-of-type a.imgWrap {
    display: flex;
    height: 180px;
    overflow: hidden;
    justify-content: center;
    align-items: center
}

body.archive article a.imgWrap img,body.archive article.entry:first-of-type a.imgWrap img,body.blog article a.imgWrap img,body.blog article.entry:first-of-type a.imgWrap img,body.search article a.imgWrap img,body.search article.entry:first-of-type a.imgWrap img {
    display: block;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto
}

body.archive article .contentBlog,body.archive article.entry:first-of-type .contentBlog,body.blog article .contentBlog,body.blog article.entry:first-of-type .contentBlog,body.search article .contentBlog,body.search article.entry:first-of-type .contentBlog {
    padding: 15px 20px 10px;
    min-height: 60px
}

body.archive article .contentBlog small,body.archive article.entry:first-of-type .contentBlog small,body.blog article .contentBlog small,body.blog article.entry:first-of-type .contentBlog small,body.search article .contentBlog small,body.search article.entry:first-of-type .contentBlog small {
    margin: 0;
    line-height: 1;
    display: block;
    color: #999;
    width: 100%;
    overflow: hidden;
    height: 38px
}

body.archive article .contentBlog small a,body.archive article.entry:first-of-type .contentBlog small a,body.blog article .contentBlog small a,body.blog article.entry:first-of-type .contentBlog small a,body.search article .contentBlog small a,body.search article.entry:first-of-type .contentBlog small a {
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #999
}

body.archive article .contentBlog small a:hover,body.archive article.entry:first-of-type .contentBlog small a:hover,body.blog article .contentBlog small a:hover,body.blog article.entry:first-of-type .contentBlog small a:hover,body.search article .contentBlog small a:hover,body.search article.entry:first-of-type .contentBlog small a:hover {
    color: #ff5c00
}

body.archive article .contentBlog h3,body.archive article.entry:first-of-type .contentBlog h3,body.blog article .contentBlog h3,body.blog article.entry:first-of-type .contentBlog h3,body.search article .contentBlog h3,body.search article.entry:first-of-type .contentBlog h3 {
    margin: 5px 0
}

body.archive article .contentBlog h3 a,body.archive article.entry:first-of-type .contentBlog h3 a,body.blog article .contentBlog h3 a,body.blog article.entry:first-of-type .contentBlog h3 a,body.search article .contentBlog h3 a,body.search article.entry:first-of-type .contentBlog h3 a {
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    color: #383838
}

body.archive article .contentBlog h3 a:hover,body.archive article.entry:first-of-type .contentBlog h3 a:hover,body.blog article .contentBlog h3 a:hover,body.blog article.entry:first-of-type .contentBlog h3 a:hover,body.search article .contentBlog h3 a:hover,body.search article.entry:first-of-type .contentBlog h3 a:hover {
    color: #ff5c00
}

body.archive article .contentBlog p,body.archive article.entry:first-of-type .contentBlog p,body.blog article .contentBlog p,body.blog article.entry:first-of-type .contentBlog p,body.search article .contentBlog p,body.search article.entry:first-of-type .contentBlog p {
    font-size: 14px;
    height: 46px;
    overflow: hidden;
    line-height: 23px;
    margin: 0 0 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.archive article .contentBlog footer.blogContainerFooter .addtoany_shortcode,body.archive article.entry:first-of-type .contentBlog footer.blogContainerFooter .addtoany_shortcode,body.blog article .contentBlog footer.blogContainerFooter .addtoany_shortcode,body.blog article.entry:first-of-type .contentBlog footer.blogContainerFooter .addtoany_shortcode,body.search article .contentBlog footer.blogContainerFooter .addtoany_shortcode,body.search article.entry:first-of-type .contentBlog footer.blogContainerFooter .addtoany_shortcode {
    float: left
}

body.archive article .contentBlog footer.blogContainerFooter .comments-ballon,body.archive article.entry:first-of-type .contentBlog footer.blogContainerFooter .comments-ballon,body.blog article .contentBlog footer.blogContainerFooter .comments-ballon,body.blog article.entry:first-of-type .contentBlog footer.blogContainerFooter .comments-ballon,body.search article .contentBlog footer.blogContainerFooter .comments-ballon,body.search article.entry:first-of-type .contentBlog footer.blogContainerFooter .comments-ballon {
    float: right;
    position: relative
}

body.archive article .contentBlog footer.blogContainerFooter .comments-ballon i,body.archive article.entry:first-of-type .contentBlog footer.blogContainerFooter .comments-ballon i,body.blog article .contentBlog footer.blogContainerFooter .comments-ballon i,body.blog article.entry:first-of-type .contentBlog footer.blogContainerFooter .comments-ballon i,body.search article .contentBlog footer.blogContainerFooter .comments-ballon i,body.search article.entry:first-of-type .contentBlog footer.blogContainerFooter .comments-ballon i {
    color: #ff5c00;
    font-size: 24px;
    line-height: 24px
}

body.archive article .contentBlog footer.blogContainerFooter .comments-ballon span,body.archive article.entry:first-of-type .contentBlog footer.blogContainerFooter .comments-ballon span,body.blog article .contentBlog footer.blogContainerFooter .comments-ballon span,body.blog article.entry:first-of-type .contentBlog footer.blogContainerFooter .comments-ballon span,body.search article .contentBlog footer.blogContainerFooter .comments-ballon span,body.search article.entry:first-of-type .contentBlog footer.blogContainerFooter .comments-ballon span {
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    top: 10px;
    text-align: center;
    width: 21px;
    line-height: 14px;
    color: #fff;
    left: 2px
}

body.archive a.linkAllArticles,body.blog a.linkAllArticles,body.search a.linkAllArticles {
    max-width: 220px;
    margin: 12px auto;
    background-color: #fff0;
    border-radius: 25px;
    display: block;
    padding: 9px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ff5c00;
    border: 1px solid #ff5c00
}

body.archive a.linkAllArticles:hover,body.blog a.linkAllArticles:hover,body.search a.linkAllArticles:hover {
    background-color: #ff5c00;
    color: #fff
}

body.search .page-header {
    margin: 45px calc(10% + 60px) 40px
}

body.search .page-header h1.page-title {
    font: 40px/50px "Montserrat",Helvetica,Arial,Sans-serif;
    margin: 0;
    display: block;
    text-align: center
}

body.search .page-header h1.page-title i {
    color: #f55d5d;
    display: block;
    margin: 0 auto 15px
}

body.search .page-content {
    margin-top: 0;
    text-align: center
}

body.search .page-content p {
    margin: 28px auto 10px;
    max-width: 300px;
    font: 14px/22px "Montserrat",Helvetica,Arial,Sans-serif;
    font-weight: 600;
    color: #333
}

body.search ul.products {
    margin: 0;
    padding: 0;
    clear: both
}

body.search ul.products li {
    float: left;
    margin: 0 3% 30px 0;
    padding: 0;
    position: relative;
    width: 22.75%;
    margin-left: 0
}

body.search ul.products li.last {
    margin-right: 0
}

body.search form#search-form input[type="color"],body.search form#search-form input[type="date"],body.search form#search-form input[type="datetime"],body.search form#search-form input[type="datetime-local"],body.search form#search-form input[type="email"],body.search form#search-form input[type="month"],body.search form#search-form input[type="number"],body.search form#search-form input[type="password"],body.search form#search-form input[type="range"],body.search form#search-form input[type="search"],body.search form#search-form input[type="tel"],body.search form#search-form input[type="text"],body.search form#search-form input[type="time"],body.search form#search-form input[type="url"],body.search form#search-form input[type="week"],body.search form#search-form textarea {
    padding: 13px;
    box-shadow: inset -1px 1px 4px rgb(0 0 0 / .2);
    border: 1px solid #e3e3e3
}

@media only screen and (min-width: 768px) {
    .error-404.not-found .page-content,.no-results.not-found .page-content {
        margin:0
    }
}

p.hide {
    display: none
}

body.search .page-header {
    margin: 0 calc(10% + 60px) 40px
}

body.search .page-header .page-description {
    text-align: center
}

body.search ul.products {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 20px
}

body.search ul.products li.product,body.search ul.products li.product.first,body.search ul.products li.product.last {
    width: 22%;
    margin: 0 1.5% 20px
}

body.search .blogWrap {
    margin: 0 0 0 -1.5%
}

body.search .pagination {
    margin-top: 5px;
    text-align: center
}

body.search .pagination div.nav-links {
    margin: 0;
    display: inline-block
}

body.search .pagination div.nav-links a,body.search .pagination div.nav-links span.current {
    display: inline-block
}

body.search.search-no-results .no-results.not-found .page-content,body.search.search-results .no-results.not-found .page-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box
}

body.search.search-no-results ul.products,body.search.search-results ul.products {
    border-bottom: medium none
}

body.search.search-no-results #content h3,body.search.search-results #content h3 {
    font: 400 45px/55px "Montserrat",Helvetica,Arial,Sans-serif;
    text-align: center;
    margin: 0;
    color: #555
}

body.search.search-no-results #content h3 strong,body.search.search-results #content h3 strong {
    color: #222
}

body.search.search-no-results #content h4,body.search.search-results #content h4 {
    font: 600 25px/35px "Montserrat",Helvetica,Arial,Sans-serif;
    color: #555;
    margin-bottom: 10px
}

body.search.search-no-results #content h4 i,body.search.search-results #content h4 i {
    display: block;
    color: #ff5c00;
    margin: 0 0 14px
}

body.search.search-no-results #content ul.clearfix,body.search.search-results #content ul.clearfix {
    list-style: none;
    margin: 0;
    padding: 0
}

body.search.search-no-results #content ul.clearfix li p,body.search.search-results #content ul.clearfix li p {
    margin: 0 0 5px;
    max-width: 100%;
    text-align: center
}

@media screen and (max-width: 1024px) {
    body.search ul.products {
        margin-bottom:11px
    }

    body.search ul.products li.product,body.search ul.products li.product.first,body.search ul.products li.product.last {
        width: 30.33%
    }

    body.search .blogWrap {
        margin: 0
    }
}

@media screen and (max-width: 800px) {
    body.search.search-results h3 {
        font:400 35px/48px "Montserrat",Helvetica,Arial,Sans-serif
    }

    body.search .page-header h1.page-title {
        font: 25px/35px "Montserrat",Helvetica,Arial,Sans-serif
    }

    body.search article,body.search article.entry:first-of-type,body.search ul.products li.product,body.search ul.products li.product.first,body.search ul.products li.product.last {
        width: 47%
    }
}

@media screen and (max-width: 550px) {
    body.search div#content {
        padding:25px 2%
    }

    body.search .page-header {
        margin: 0 4% 25px
    }

    body.search ul.products {
        margin-bottom: 20px
    }

    body.search article,body.search article.entry:first-of-type,body.search ul.products li.product,body.search ul.products li.product.first,body.search ul.products li.product.last {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 270px;
        float: none
    }
}

div.product-slider div.product {
    width: 300px;
    max-width: 300px;
    margin: 20px 25px;
    clear: none
}

div.product-slider div.product img {
    max-height: 150px;
    max-width: 150px;
    width: auto;
    height: auto
}

div.product-slider div.product .star-rating {
    display: block;
    font-size: 18px;
    margin: 4px auto;
    color: #ddd
}

div.product-slider div.product span.price {
    font-size: 16px;
    height: auto;
    color: #000;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    line-height: 1;
    font-weight: 600;
    display: block;
    margin: 10px 0
}

div.product-slider div.product span.price ins {
    display: inline-block;
    background: #fff0
}

div.product-slider div.product span.price ins.highlight {
    background: #fff0
}

div.product-slider div.product span.price del {
    font-size: 12px;
    line-height: 1;
    margin: -5px 0 5px;
    display: block;
    opacity: .5
}

div.product-slider div.product span.price .tooltip {
    margin-left: 5px;
    display: inline-block
}

div.product-slider div.product span.price .tooltip i {
    color: #ff5c00
}

div.product-slider div.product span.price .tooltip .tooltipVariationPirceText {
    display: none;
    position: absolute;
    font: 400 11px/15px "Montserrat",Helvetiva,Arial,sans-serif;
    width: 170px;
    background-color: #666;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    text-align: center;
    z-index: 9999;
    right: 50%;
    margin: 0 -91px 0 0
}

div.product-slider div.product span.price .tooltip .tooltipVariationPirceText.show {
    display: block!important
}

div.product-slider div.product:hover {
    box-shadow: 0 0 7px rgb(255 92 0 / .5);
    border-radius: 5px
}

div.product-slider div.product:hover a.woocommerce-LoopProduct-link {
    border: 1px solid #ff5c00
}

div.product-slider div.product i.fa-youtube {
    font-size: 16px;
    position: absolute;
    bottom: 7px;
    right: 9px;
    color: #ff5c00
}

div.product-slider div.product a {
    text-decoration: none
}

div.product-slider div.product a.woocommerce-LoopProduct-link {
    position: relative;
    display: block;
    width: 100%;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #e3e2e2;
    padding: 15px;
    height: 250px;
    text-align: center;
    border-radius: 5px
}

div.product-slider div.product a.woocommerce-LoopProduct-link img {
    max-height: 100px;
    width: auto;
    margin: 0 auto;
    max-width: 100px
}

div.product-slider div.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    color: #333;
    height: auto;
    font: 600 12px/18px "Montserrat",Helvetica,Arial,Sans-serif;
    margin: 0 0 5px;
    overflow: hidden;
    height: 60px
}

div.product-slider div.product a.woocommerce-LoopProduct-link .star-rating {
    color: #ddd
}

div.product-slider div.product a.woocommerce-LoopProduct-link .star-rating span {
    color: #ff5c00;
    font-family: star
}

div.product-slider div.product a.button {
    display: none
}

body.woocommerce-account a {
    text-decoration: none
}

body.woocommerce-account .entry .entry-header {
    margin-top: 30px
}

body.woocommerce-account .entry h1.entry-title {
    margin: 0;
    font: 600 45px/55px "Montserrat",Helvetica,Arial,Sans-serif;
    text-align: center
}

body.woocommerce-account .entry .entry-content>.woocommerce {
    margin: 0 auto 10px;
    border-radius: 3px;
    max-width: 80%
}

body.woocommerce-account .entry .entry-content>.woocommerce .woocommerce-MyAccount-content {
    box-shadow: 0 1px 3px rgb(0 0 0 / .12),0 1px 2px rgb(0 0 0 / .24);
    background-color: #fff;
    padding: 40px 50px
}

body.woocommerce-account .entry .entry-content>.woocommerce .woocommerce-error {
    background: #dc3545;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-radius: 3px
}

body.woocommerce-account .entry .entry-content>.woocommerce .woocommerce-error li {
    line-height: 1;
    font-size: 14px
}

body.woocommerce-account .entry .entry-content>.woocommerce h2,body.woocommerce-account .entry .entry-content>.woocommerce h3 {
    font-size: 26px;
    font-weight: 400;
    color: #ff5c00;
    text-transform: uppercase;
    margin: 0 0 10px
}

body.woocommerce-account .entry .entry-content>.woocommerce h3 {
    font-size: 25px
}

body.woocommerce-account .entry .entry-content>.woocommerce form.login p {
    margin: 15px 0
}

body.woocommerce-account .entry .entry-content>.woocommerce form.login label {
    font: 400 14px/22px "Montserrat",Helvetica,Arial,Sans-serif
}

body.woocommerce-account .entry .entry-content>.woocommerce form.login input.input-text {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 22px;
    display: block
}

body.woocommerce-account .entry .entry-content>.woocommerce form.login label.woocommerce-form-login__rememberme {
    margin: 10px 0 20px
}

body.woocommerce-account .entry .entry-content>.woocommerce form.login button.button {
    background-color: #fff;
    border: 1px solid #ff5c00;
    color: #ff5c00;
    border-radius: 2px;
    padding: 9px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    width: 100%
}

body.woocommerce-account .entry .entry-content>.woocommerce form.login button.button:hover {
    background-color: #ff5c00;
    color: #fff
}

body.woocommerce-account .entry .entry-content>.woocommerce form.login p.lost_password {
    margin-bottom: 0
}

body.woocommerce-account .entry .entry-content>.woocommerce form.login p.lost_password a {
    display: inline-block;
    font-size: 14px
}

body.woocommerce-account.logged-in a {
    text-decoration: none
}

body.woocommerce-account.logged-in h1.entry-title {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 1,2em
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce {
    max-width: 950px
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce mark {
    background: #ff7223;
    padding: 2px 4px;
    border-radius: 1.4px
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-navigation ul li {
    margin: 0 5px 5px 0
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font: 400 12px/22px "Montserrat",Helvetica,Arial,Sans-serif;
    background-color: #fff;
    border: 1px solid #ff5c00;
    color: #ff5c00;
    text-decoration: none;
    padding: 6px;
    border-radius: 3px
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    text-decoration: none;
    background-color: #ff5c00;
    color: #fff
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content {
    width: auto;
    margin: 0 auto;
    font: 400 14px/22px "Montserrat",Helvetica,Arial,Sans-serif
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table thead {
    margin: 5px 0 20px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table thead th {
    color: #000;
    border: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table thead td {
    padding: 5px 15px 5px 5px;
    color: #ff5c00;
    font-weight: 400;
    border: none;
    text-align: left
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table thead td p {
    margin: 0
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody {
    box-shadow: 0 1px 3px rgb(0 0 0 / .12),0 1px 2px rgb(0 0 0 / .24);
    background: #fff
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody tr {
    border-bottom: 1pt solid #767676
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody tr:last-child {
    border: none
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody td {
    border: none
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody td ul {
    display: none
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody td a {
    text-decoration: none;
    outline: none
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-number a {
    text-decoration: none;
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 800;
    font-size: 1.2em
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-number a:hover {
    color: #ff843e
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-actions {
    text-align: center
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-actions a.button {
    background-color: #ff5c00;
    border-radius: 2px;
    padding: 5px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-actions a.button:last-child {
    margin-right: 0
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-actions a.button:hover {
    background-color: #f5803e
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tfoot {
    max-width: 50%;
    float: left;
    padding: 10px 0
}

body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tfoot td,body.woocommerce-account.logged-in .entry .entry-content>.woocommerce .woocommerce-MyAccount-content table tfoot th {
    height: auto;
    padding: 0 5px;
    border: none;
    line-height: 12 0;
    text-align: left
}

body.iss_page #main {
    font-family: "Montserrat",Helvetica,Arial,Sans-serif;
    margin: 45px auto;
    max-width: 1450px;
    width: 90%
}

@media (max-width: 768px) {
    body.iss_page #main {
        max-width:100%;
        width: 100%;
        margin: 0
    }
}

body.iss_page #main article {
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 10% 50px;
    border-radius: 2px;
    background-color: #fff
}

body.iss_page #main article header {
    margin: calc(3 * 1rem) 0 1rem
}

body.iss_page #main article header h1 {
    margin: 0 0 10px;
    font: 600 55px/60px "Montserrat",Helvetica,Arial,Sans-serif
}

body.iss_page #main article .entry-content,body.iss_page #main article .entry-footer,body.iss_page #main article .entry-summary {
    max-width: 100%;
    margin: 0;
    padding: 0
}

body.iss_page #main article .entry-content h1,body.iss_page #main article .entry-content h2,body.iss_page #main article body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry body.iss_page #main article .entry-content>.woocommerce h3,body.iss_page #main article .entry-content h3,body.iss_page #main article .entry-content h4,body.iss_page #main article .entry-content h5,body.iss_page #main article .entry-content h6,body.iss_page #main article .entry-footer h1,body.iss_page #main article .entry-footer h2,body.iss_page #main article .entry-footer body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce body.iss_page #main article .entry-footer h3,body.iss_page #main article .entry-footer h3,body.iss_page #main article .entry-footer h4,body.iss_page #main article .entry-footer h5,body.iss_page #main article .entry-footer h6,body.iss_page #main article .entry-summary h1,body.iss_page #main article .entry-summary h2,body.iss_page #main article .entry-summary body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce body.iss_page #main article .entry-summary h3,body.iss_page #main article .entry-summary h3,body.iss_page #main article .entry-summary h4,body.iss_page #main article .entry-summary h5,body.iss_page #main article .entry-summary h6 {
    margin: 32px 0 10px
}

body.iss_page #main article .entry-content ol,body.iss_page #main article .entry-content ul,body.iss_page #main article .entry-footer ol,body.iss_page #main article .entry-footer ul,body.iss_page #main article .entry-summary ol,body.iss_page #main article .entry-summary ul {
    margin: 25px 32px
}

body.iss_page #main article .entry-content p,body.iss_page #main article .entry-footer p,body.iss_page #main article .entry-summary p {
    font-size: 18px;
    margin: 5px 0 10px;
    max-width: 100%
}

body.single-product div.woocommerce-tabs li.iss_accessories_tab a,body.single-product div.woocommerce-tabs li.description_tab a {
    background-color: #ff5c00;
    border-radius: 2px;
    padding: 11px 20px;
    letter-spacing: 0;
    display: block;
    color: #fff !important;
    margin: 0 auto;
    font-size: 14px;
    box-shadow: inset 0 -4px 10px rgb(0 0 0 / .15)
}

body.single-product div.woocommerce-tabs li.iss_accessories_tab a:hover,body.single-product div.woocommerce-tabs li.description_tab a:hover {
    background-color: #f5803e
}

body.single-product div.woocommerce-tabs li.iss_accessories_tab.active a,body.single-product div.woocommerce-tabs li.description_tab.active a {
    background: #fff0;
    color: #383838 !important;
    letter-spacing: 0;
    padding: 13px 20px 14px;
    font-size: 16px;
    box-shadow: 0 -4px 3px rgb(0 0 0 / .075)
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories p.subtitleAccessoryTab {
    display: block;
    text-align: center
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories h2,body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories body.woocommerce-account .entry .entry-content>.woocommerce h3,body.woocommerce-account .entry .entry-content>.woocommerce body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories h3 {
    margin-bottom: 15px
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table {
    border: none
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr {
    border-top: 1px solid #e7e7e7
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr:last-of-type {
    border-bottom: 1px solid #e7e7e7
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr.productAcessory {
    cursor: pointer
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr.productAcessory:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / .16),0 3px 6px rgb(0 0 0 / .23);
    border: none
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td {
    border: none
}

@media (max-width: 425px) {
    body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td {
        display:block;
        width: 100%;
        text-align: center
    }
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.accessoryInfo div.accessory_att_information {
    text-align: left;
    margin: 0 0 10px
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.accessoryInfo div.accessory_att_information a.accessoryLink {
    font: 600 14px/20px "Montserrat",Helvetica,Arial;
    display: block;
    text-decoration: none;
    margin: 0 0 -13px;
    width: 100%;
    color: #383838;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.accessoryInfo div.accessory_att_information a.accessoryLink:hover {
    color: #ff5c00
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.accessoryInfo div.accessory_att_information p {
    font: 400 11px/14px "Montserrat",Helvetica,Arial;
    margin: 0 0 2px;
    color: #575757;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.accessoryInfo div.accessory_att_information p span.acessory_att_title {
    font-weight: 700
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.accessoryImage img {
    max-height: 80px;
    width: auto;
    display: block;
    margin: 0 auto
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price {
    min-width: 100px
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price p.price {
    margin: 5px 0 15px;
    display: inline-block
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price p.price ins {
    display: block;
    background: none
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price p.price span.woocommerce-Price-amount.amount {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin: 5px 0;
    color: #383838
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price p.price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 600;
    padding-right: 1px;
    font-size: 19px;
    line-height: 19px;
    display: inline-block
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price p.price span.woocommerce-Price-amount.amount span.price-cents {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    top: -10px;
    position: relative;
    padding-left: 1px
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price p.price del {
    display: block
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price p.price del span.woocommerce-Price-amount.amount {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin: 2.5px 0 1px;
    display: block;
    opacity: .5;
    padding: 3px 0 0
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price p.price del span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    line-height: 12px
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories table tr td.price p.price del span.woocommerce-Price-amount.amount span.price-cents {
    top: -4px;
    font-size: 12px;
    line-height: 12px
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories button.addAllToCart {
    background-color: #ff5c00;
    border-radius: 2px;
    padding: 13px 20px 14px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto
}

body.single-product div.woocommerce-tabs .woocommerce-Tabs-panel--iss_accessories button.addAllToCart:hover {
    background-color: #f5803e
}

@media (max-width: 425px) {
    body.single-product div.woocommerce-tabs #tab-description table td {
        display:block;
        width: 100%
    }

    body.single-product div.woocommerce-tabs #tab-description table td.column-1 {
        font-weight: 700
    }
}

body.archive a.product_type_variable {
    display: none
}

.dgwt-wcas-suggestions-wrapp {
    border: 1px solid #fff!important;
    padding: 0!important;
    box-shadow: 5px 5px 25px rgb(0 0 0 / .3);
    border-radius: 0 0 5px 5px!important
}

.dgwt-wcas-suggestions-wrapp>a.dgwt-wcas-suggestion {
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    font-family: helvetica,Arial,sans-serif
}

.dgwt-wcas-suggestions-wrapp>a.dgwt-wcas-suggestion>* {
    text-decoration: none
}

.dgwt-wcas-suggestions-wrapp>a.dgwt-wcas-suggestion:hover {
    background-color: #eee!important;
    text-decoration: none
}

.dgwt-wcas-suggestions-wrapp>a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline:not(:first-child) {
    border-top: 1px solid #e1e1e1;
    margin-top: 10px
}

.dgwt-wcas-suggestions-wrapp>a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline .dgwt-wcas-st {
    border-bottom: none;
    margin: 5px 0 0!important;
    padding: 0;
    font-size: 14px;
    font-weight: 700
}

.dgwt-wcas-suggestions-wrapp>a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected {
    background-color: #ff5c00
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st span.dgwt-wcas-st--tax {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0
}

#searchOnMenu.bottom-right {
    width: 25%;
    float: right;
    padding: 8px 0
}

#searchOnMenu.bottom-right .dgwt-wcas-details-wrapp button {
    font-size: .7em
}

#searchOnMenu.bottom-right form.dgwt-wcas-search-form {
    position: relative;
    z-index: 0;
    padding: 0;
    margin: 0;
    width: 100%
}

#searchOnMenu.bottom-right form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
    position: relative
}

#searchOnMenu.bottom-right form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"] {
    height: 39px;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 4px;
    font: 12px/16px Arial;
    padding: 0 90px 0 7px!important
}

#searchOnMenu.bottom-right form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: #252525;
    padding: 8px 15px;
    color: #fff;
    border-radius: 0 4px 4px 0
}

#searchOnMenu.bottom-right form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    display: none
}

#searchOnMenu.bottom-right form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg {
    stroke: #fff;
    stroke-width: 2px;
    padding: 2px
}

#searchOnMenu.bottom-right form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp #search-submit:hover i {
    color: #ff5c00
}

div.chat-fc-form-outer p.fc-header {
    margin: 0
}

div.chat-fc-form-outer div.fc-form p {
    font-size: 18px;
    margin-top: 5px
}

div.chat-fc-form-outer div.fc-form form ul {
    font-size: 18px
}

div.chat-fc-form-outer div.fc-form a.fc-button {
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .02em
}

.mobile-price-match {
    z-index: 2147483600;
    bottom: env(safe-area-inset-bottom,0)
}

.mobile-price-match a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 21px
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

header.site-header .top-header li.search input[type="search"] {
    border-radius: 2px;
    box-shadow: 0 0 7.5px rgb(250 93 1 / .3);
    transition: all 0.3s ease-in-out;
    padding-right: 44px;
    padding-left: 8px
}

header.site-header .top-header li.search input[type="search"]:focus {
    box-shadow: 0 0 15px rgb(250 93 1 / .9)
}

header.site-header .top-header li.search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    background-color: #000;
    color: #fa5c01
}

header.site-header .top-header li.search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
    display: none
}

header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li:hover>button.btn .fa-caret-down:before,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn:hover .fa-caret-down:before,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>div.subnav:hover~button.btn .fa-caret-down:before {
    content: "\f0d8"
}

header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn .fa-caret-up.opacity-0 {
    line-height: 20px;
    margin-top: -4px
}

header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li.open>button.btn .fa-caret-up.opacity-0,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn:hover .fa-caret-up.opacity-0,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li:hover>button.btn .fa-caret-up.opacity-0 {
    transition: all .15s ease-in-out;
    opacity: 1!important
}

header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>div.subnav {
    opacity: 0;
    height: 1px;
    margin-top: -1px!important;
    overflow: hidden;
    transition: all .15s ease-in-out
}

header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn+div.subnav {
    display: block!important;
    background: #591F00;
    background: linear-gradient(0deg,rgb(89 31 0) 0%,rgb(0 0 0) 7.5%)
}
header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn:hover + div.subnav.areaRating,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn+div.subnav.areaRating:hover{
  height: 220px;
  opacity: 1;
}
header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn:hover+div.subnav.prodCat,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn+div.subnav.prodCat:hover {
    height: 427px;
    opacity: 1
}

header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn:hover+div.subnav.brands,header.site-header .rDesign .top-header .clearfix .top-right .topSiteButtons>ul>li>button.btn+div.subnav.brands:hover {
    height: 368px;
    opacity: 1
}

.site-branding #searchOnMenu {
    top: 57px;
    display: none
}

.secondary-nav ul {
    list-style-type: none
}

.secondary-nav .btn {
    font-family: Helvetica,Arial,sans-serif;
    color: #cfcfcf;
    cursor: pointer
}

.secondary-nav .btn i {
    color: #d44f04
}

.secondary-nav .btn:hover {
    color: #fff
}

.secondary-nav .btn:hover i {
    color: #ff5c00
}

@media (max-width: 768px) {
    html {
        margin-top:50px!important
    }

    .secondary-nav {
        padding-top: 10px
    }

    .secondary-nav .col-full {
        padding: 0!important;
        width: 100%!important
    }

    .secondary-nav ul li {
        flex: 1 1 auto!important
    }

    .secondary-nav ul li button {
        width: 100%!important;
        display: block!important;
        line-height: 1.3!important;
        min-height: 40px!important;
        font-size: 12px!important
    }
}

.border-primary {
    border-color: #ff5c00!important
}

a,button {
    cursor: pointer
}

a.btn-light:visited {
    color: #252525
}

a.btn-outline-light:visited {
    color: #f8f9fa
}

a.btn-outline-light:hover {
    color: #252525
}

button.btn-link,a.btn-link,a.btn-link:visited,input[type="button"].btn-link,input[type="reset"].btn-link,input[type="submit"].btn-link {
    color: #ff5c00
}

button.btn-link:hover,a.btn-link:hover,a.btn-link:visited:hover,input[type="button"].btn-link:hover,input[type="reset"].btn-link:hover,input[type="submit"].btn-link:hover {
    color: #ff9d65
}

button.btn-primary,a.btn-primary,a.btn-primary:visited,input[type="button"].btn-primary,input[type="reset"].btn-primary,input[type="submit"].btn-primary {
    color: #fff;
    background: #ff5c00
}

.btn {
    font-family: "Montserrat",Helvetica,Arial,sans-serif
}

button.btn-primary:hover,a.btn-primary:hover,input[type="button"].btn-primary:hover,input[type="reset"].btn-primary:hover,input[type="submit"].btn-primary:hover {
    background: #ff7e35
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff5c00;
    --bs-btn-border-color: #ff5c00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff7628;
    --bs-btn-hover-border-color: #ff7628;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff7628;
    --bs-btn-active-border-color: #ff7628;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fec9aa;
    --bs-btn-disabled-border-color: #fec9aa
}

.btn-outline-primary,a.btn-outline-primary:visited {
    color: #ff5c00;
    --bs-btn-color: #ff5c00;
    --bs-btn-border-color: #ff5c00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff5c00;
    --bs-btn-hover-border-color: #ff5c00;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff5c00;
    --bs-btn-active-border-color: #ff5c00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fec9aa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fec9aa;
    --bs-gradient: none
}

a.btn-outline-primary:hover,.btn-outline-primary:focus {
    background: #ff5c00;
    color: #fff
}

.mw-1450 {
    max-width: 1450px!important
}

.mw-1200 {
    max-width: 1200px!important
}

.mw-1050 {
    max-width: 1050px!important
}

.mw-850 {
    max-width: 850px!important
}

.mw-750 {
    max-width: 750px!important
}

.mw-650 {
    max-width: 650px!important
}

.mw-500 {
    max-width: 500px!important
}

.mw-350 {
    max-width: 350px!important
}

.mw-250 {
    max-width: 250px!important
}

.minh-300 {
    min-height: 300px!important
}

.bg-primary {
    background-color: #ff5c00!important
}

.bg-orange {
    background-color: #ff5c00!important
}

.bg-dark {
    background-color: #252525!important
}

.bg-light {
    background-color: #fafafa!important
}

.text-primary {
    color: #ff5c00!important
}

.text-orange {
    color: #ff5c00!important
}

.text-dark {
    color: #252525!important
}

.text-grey {
    color: #999!important
}

.text-light {
    color: #fafafa!important
}

.fs-11 {
    font-size: 11px!important
}

.fs-12 {
    font-size: 12px!important
}

.fs-13 {
    font-size: 13px!important
}

.fs-14 {
    font-size: 14px!important
}

.fs-16 {
    font-size: 16px!important
}

.fs-18 {
    font-size: 18px!important
}

.fs-20 {
    font-size: 20px!important
}

.fs-24 {
    font-size: 24px!important
}

@media (min-width: 1400px) {
    .mw-xxl-1450 {
        max-width:1450px!important
    }

    .mw-xxl-1200 {
        max-width: 1200px!important
    }

    .mw-xxl-1050 {
        max-width: 1050px!important
    }

    .mw-xxl-850 {
        max-width: 850px!important
    }

    .mw-xxl-750 {
        max-width: 750px!important
    }

    .mw-xxl-650 {
        max-width: 650px!important
    }

    .mw-xxl-500 {
        max-width: 500px!important
    }

    .mw-xxl-350 {
        max-width: 350px!important
    }

    .mw-xxl-250 {
        max-width: 250px!important
    }

    .fs-xxl-1 {
        font-size: 2.5rem!important
    }

    .fs-xxl-2 {
        font-size: 2rem!important
    }

    .fs-xxl-3 {
        font-size: 1.75rem!important
    }

    .fs-xxl-4 {
        font-size: 1.5rem!important
    }

    .fs-xxl-5 {
        font-size: 1.25rem!important
    }

    .fs-xxl-6 {
        font-size: 1rem!important
    }

    .fs-xxl-11 {
        font-size: 11px!important
    }

    .fs-xxl-12 {
        font-size: 12px!important
    }

    .fs-xxl-13 {
        font-size: 13px!important
    }

    .fs-xxl-14 {
        font-size: 14px!important
    }

    .fs-xxl-16 {
        font-size: 16px!important
    }

    .fs-xxl-18 {
        font-size: 18px!important
    }

    .fs-xxl-20 {
        font-size: 20px!important
    }

    .fs-xxl-24 {
        font-size: 24px!important
    }
}

@media (min-width: 1200px) {
    .mw-xl-1450 {
        max-width:1450px!important
    }

    .mw-xl-1200 {
        max-width: 1200px!important
    }

    .mw-xl-1050 {
        max-width: 1050px!important
    }

    .mw-xl-850 {
        max-width: 850px!important
    }

    .mw-xl-750 {
        max-width: 750px!important
    }

    .mw-xl-650 {
        max-width: 650px!important
    }

    .mw-xl-500 {
        max-width: 500px!important
    }

    .mw-xl-350 {
        max-width: 350px!important
    }

    .mw-xl-250 {
        max-width: 250px!important
    }

    .fs-xl-1 {
        font-size: 2.5rem!important
    }

    .fs-xl-2 {
        font-size: 2rem!important
    }

    .fs-xl-3 {
        font-size: 1.75rem!important
    }

    .fs-xl-4 {
        font-size: 1.5rem!important
    }

    .fs-xl-5 {
        font-size: 1.25rem!important
    }

    .fs-xl-6 {
        font-size: 1rem!important
    }

    .fs-xl-11 {
        font-size: 11px!important
    }

    .fs-xl-12 {
        font-size: 12px!important
    }

    .fs-xl-13 {
        font-size: 13px!important
    }

    .fs-xl-14 {
        font-size: 14px!important
    }

    .fs-xl-16 {
        font-size: 16px!important
    }

    .fs-xl-18 {
        font-size: 18px!important
    }

    .fs-xl-20 {
        font-size: 20px!important
    }

    .fs-xl-24 {
        font-size: 24px!important
    }
}

@media (min-width: 992px) {
    .mw-lg-1450 {
        max-width:1450px!important
    }

    .mw-lg-1200 {
        max-width: 1200px!important
    }

    .mw-lg-1050 {
        max-width: 1050px!important
    }

    .mw-lg-850 {
        max-width: 850px!important
    }

    .mw-lg-750 {
        max-width: 750px!important
    }

    .mw-lg-650 {
        max-width: 650px!important
    }

    .mw-lg-500 {
        max-width: 500px!important
    }

    .mw-lg-350 {
        max-width: 350px!important
    }

    .mw-lg-250 {
        max-width: 250px!important
    }

    .fs-lg-1 {
        font-size: 2.5rem!important
    }

    .fs-lg-2 {
        font-size: 2rem!important
    }

    .fs-lg-3 {
        font-size: 1.75rem!important
    }

    .fs-lg-4 {
        font-size: 1.5rem!important
    }

    .fs-lg-5 {
        font-size: 1.25rem!important
    }

    .fs-lg-6 {
        font-size: 1rem!important
    }

    .fs-lg-11 {
        font-size: 11px!important
    }

    .fs-lg-12 {
        font-size: 12px!important
    }

    .fs-lg-13 {
        font-size: 13px!important
    }

    .fs-lg-14 {
        font-size: 14px!important
    }

    .fs-lg-16 {
        font-size: 16px!important
    }

    .fs-lg-18 {
        font-size: 18px!important
    }

    .fs-lg-20 {
        font-size: 20px!important
    }

    .fs-lg-24 {
        font-size: 24px!important
    }
}

@media (min-width: 768px) {
    .mw-md-1450 {
        max-width:1450px!important
    }

    .mw-md-1200 {
        max-width: 1200px!important
    }

    .mw-md-1050 {
        max-width: 1050px!important
    }

    .mw-md-850 {
        max-width: 850px!important
    }

    .mw-md-750 {
        max-width: 750px!important
    }

    .mw-md-650 {
        max-width: 650px!important
    }

    .mw-md-500 {
        max-width: 500px!important
    }

    .mw-md-350 {
        max-width: 350px!important
    }

    .mw-md-250 {
        max-width: 250px!important
    }

    .fs-md-1 {
        font-size: 2.5rem!important
    }

    .fs-md-2 {
        font-size: 2rem!important
    }

    .fs-md-3 {
        font-size: 1.75rem!important
    }

    .fs-md-4 {
        font-size: 1.5rem!important
    }

    .fs-md-5 {
        font-size: 1.25rem!important
    }

    .fs-md-6 {
        font-size: 1rem!important
    }

    .fs-md-11 {
        font-size: 11px!important
    }

    .fs-md-12 {
        font-size: 12px!important
    }

    .fs-md-13 {
        font-size: 13px!important
    }

    .fs-md-14 {
        font-size: 14px!important
    }

    .fs-md-16 {
        font-size: 16px!important
    }

    .fs-md-18 {
        font-size: 18px!important
    }

    .fs-md-20 {
        font-size: 20px!important
    }

    .fs-md-24 {
        font-size: 24px!important
    }
}

@media (min-width: 576px) {
    .mw-sm-1450 {
        max-width:1450px!important
    }

    .mw-sm-1200 {
        max-width: 1200px!important
    }

    .mw-sm-1050 {
        max-width: 1050px!important
    }

    .mw-sm-850 {
        max-width: 850px!important
    }

    .mw-sm-750 {
        max-width: 750px!important
    }

    .mw-sm-650 {
        max-width: 650px!important
    }

    .mw-sm-500 {
        max-width: 500px!important
    }

    .mw-sm-350 {
        max-width: 350px!important
    }

    .mw-sm-250 {
        max-width: 250px!important
    }

    .fs-sm-1 {
        font-size: 2.5rem!important
    }

    .fs-sm-2 {
        font-size: 2rem!important
    }

    .fs-sm-3 {
        font-size: 1.75rem!important
    }

    .fs-sm-4 {
        font-size: 1.5rem!important
    }

    .fs-sm-5 {
        font-size: 1.25rem!important
    }

    .fs-sm-6 {
        font-size: 1rem!important
    }

    .fs-sm-11 {
        font-size: 11px!important
    }

    .fs-sm-12 {
        font-size: 12px!important
    }

    .fs-sm-13 {
        font-size: 13px!important
    }

    .fs-sm-14 {
        font-size: 14px!important
    }

    .fs-sm-16 {
        font-size: 16px!important
    }

    .fs-sm-18 {
        font-size: 18px!important
    }

    .fs-sm-20 {
        font-size: 20px!important
    }

    .fs-sm-24 {
        font-size: 24px!important
    }
}

.ff-ha {
    font-family: 'Helvetiva',Arial,sans-serif!important
}

.z-1 {
    z-index: 1!important
}

.z-9999 {
    z-index: 9999!important
}

.btn {
    text-decoration: none!important;
    outline: none!important
}

.btn-white {
    background-color: #fff!important;
    border: 1px solid #eee!important;
    color: #252525!important
}

.btn-white:hover {
    background-color: #eee!important
}

.h-150 {
    height: 150px!important
}

body.page-template-template-block-builder .entry>.entry-content {
    max-width: 100%;
    margin: 0;
    padding: 0
}

body.page-template-template-block-builder .entry>.entry-content>*:not(.alignfull) {
    width: 100%;
    max-width: 1450px!important
}

body.page-template-template-block-builder .entry>.entry-content #wpforms-108936 {
    margin-top: 0
}

body.page-template-template-block-builder .entry>.entry-content .wpforms-container .wpforms-form .wpforms-field-label {
    margin-bottom: 4px
}

body.page-template-template-block-builder .entry>.entry-content .wpforms-container .wpforms-field {
    padding-bottom: 8px;
    padding-top: 8px
}

body.page-template-template-block-builder .entry>.entry-content div.wpforms-container-full input[type=email],body.page-template-template-block-builder .entry>.entry-content div.wpforms-container-full input[type=text],body.page-template-template-block-builder .entry>.entry-content div.wpforms-container-full .wpforms-form textarea {
    border-radius: 5px;
    border-color: #ddd
}

body.page-template-template-block-builder .entry>.entry-content div.wpforms-container-full button[type=submit] {
    font-size: 18px;
    text-transform: uppercase
}

body.page-template-template-block-builder .entry>.entry-content .wp-block-cover>img.wp-block-cover__image-background {
    opacity: 0
}

@media (min-width: 992px) {
    body.page-template-template-block-builder .entry>.entry-content .wp-block-cover>img.wp-block-cover__image-background {
        opacity:1
    }
}

body.page-template-template-block-builder .entry > .entry-content div.wpforms-container-full .wpforms-confirmation-container-full {
    background-color: #f95c01;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 20px 10px;
}

body.page-template-template-block-builder .entry > .entry-content div.wpforms-container-full .wpforms-confirmation-container-full p {
    color: #fff;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
}

.newsletterForm .cf-turnstile,.newsletterForm .cf-turnstile > div,.newsletterForm .cf-turnstile iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.newsletterForm .cf-turnstile {
    overflow: hidden;
}
