:root{
    --main-cl: #333333;
    --sub-cl: #ffde32;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
body{
    overflow-x: hidden;
}
@media (min-width: 1280px) {
    body, html {
        /*font-size: 1vw;*/
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.description-productdetail ul > li,
.description-productdetail ol > li{
    margin-bottom: 10px;
}
.description-productdetail img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.single-product .wpcf7-form-control-wrap textarea{
    height: 54px;
}
.single-product .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
}
#google-form .wpcf7-form .btnSubmit-modal .cart-icon:before {
    display: block;
    position: relative;
    content: url('../images/send-now.png');
    width: 20px;
    height: 20px;
}
img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-form .wpcf7-not-valid-tip{
    display: none !important;
}
.home-tax > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.home-tax > ul > li{
    padding: 8px 20px;
    display: flex;
    border: 1px solid #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.home-tax > ul > li.active,
.home-tax > ul > li:hover{
    color: #FFF !important;
    background-color: #000;
}
@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.home-products-group .collage-items > .collage-pr-list{
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.home-products-group .collage-items.loading > .collage-pr-list{
    opacity: 0;
    transform: translateY(50px);
}
.home-products-group .collage-items.loaded .collage-pr-list{
    animation: fade-up 0.7s;
}
.home-products-group .collage-items.loading{
    position: relative;
}
.home-products-group .collage-items.loading:before{
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    content: '';
    z-index: 50;
    border: 3px solid #c1c1c1;
    border-bottom-color: #ffde32;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
    left: calc(50% - 2.083rem);
    top: calc(50% - 2.083rem);
}
#ajaxSearchResults{
    display: block !important;
}
.description-content a{
    color: var(--sub-cl) !important;
}
.load_home_page svg {
    width: 500px;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #000;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 20rem;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 15rem;
    }
}

.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    background: #fff;
}
.main-header.header-style{
    z-index: 10000;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #000;
    opacity: 1;
}
.breadcrumb-shop .breadcrumb-arrows li:last-of-type > span{
    /*color: var(--sub-cl)*/
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#nav nav.main-nav > ul > li{
    position: relative;
}
#nav nav.main-nav > ul > li > ul.sub-menu{
    position: absolute;
    width: max-content;
    max-width: 300px;
    left: 0;
    top: 100%;
    background-color: #FFF;
    padding: 0;
    margin: 0;
    border: none !important;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}
#nav nav.main-nav > ul > li:hover > ul.sub-menu{
    opacity: 1;
    transform: translateY(0);
    pointer-events: unset;
}
#nav nav.main-nav > ul > li > ul.sub-menu > li > a{
    padding: 8px 20px;
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
#nav nav.main-nav > ul > li > ul.sub-menu > li+li{
    border-top: 1px solid #999
}
#nav nav.main-nav > ul > li > ul.sub-menu > li > ul.sub-menu{
    position: absolute;
    width: max-content;
    max-width: 300px;
    min-width: 200px;
    left: 100%;
    top: 0;
    background-color: #FFF;
    padding: 0;
    margin: 0;
    border: none !important;
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}
#nav nav.main-nav > ul > li > ul.sub-menu > li:hover > ul.sub-menu{
    opacity: 1;
    transform: translateX(0);
    pointer-events: unset;
}
#nav nav.main-nav > ul > li > ul.sub-menu > li{
    position: relative;
}
#nav nav.main-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a{
    padding: 8px 20px;
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
@media only screen and (max-width: 991px){
    .pre-footer-column-4 .pre-footer__content{
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}
@media only screen and (max-width: 767px){
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .home-tax > ul{
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        gap: 10px
    }
    .home-tax > ul > li{
        padding: 6px 10px;
        font-size: 14px;
        line-height: 20px;
        width: 80%;
        justify-content: center;
    }
    .collection-desc{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pro-loop .product-detail h3.pro-name > a{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: 48px;
        padding: 0 !important;
    }
    .blog-grid{
        grid-template-columns: 1fr 1fr;
    }
    .blog-articles{
        padding-left: 0;
        padding-right: 0;
    }
}