:root{
    --main-cl: #15AFF7;
    --main-cl-dark: #021B8C;
    --main-cl-light: #15AFF7;
    --sub-cl: #E11119;
    --secondary-cl: #E6F5FB;
    --container-w: 1210px;
}

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;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
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;
}
#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%);
}
.load_home_page img {
    width: 320px;
    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: 999999999999;
    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: #FFF;
    /*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;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete img{
    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: 10s;
    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: 20s;
    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: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.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 form.wpcf7-form .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: 1.5rem;
}
#contact_form textarea{
    height: 150px;
}
.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;
}
.button-show-filter {
    display: none;
}
.product-page .item-product{
    margin-bottom: 35px;
}
.product-page{
    padding: 20px 0 50px;
}
#load-more-product{
    grid-gap: 20px;
}
#load-more-product .product-custom h3{
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    word-break: break-word;
    color: #333;
}
#load-more-product .product-custom .item-price{
    font-size: 14px;
    color: red;
    font-weight: 500;
}
#load-more-product .product-custom .add-to-cart-btn{
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    margin: 10px 0 0 0;
    display: none !important;
}
.top-filter{
    margin-bottom: 20px;
}
.top-filter ul svg {
    height: 24px;
}
.top-filter ul svg path{
    fill: #c1c1c1;
}
.top-filter ul li a.active svg path{
    fill: #666666;
}
.top-filter ul li:last-child svg {
    display: block;
}
ul.style-list {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
}
.top-filter{
    justify-content: flex-end;
}
ul.style-list li{
    margin-left: 12px;
    margin-bottom: 0;
}
ul.style-list li > a {
    display: flex;
}
.top-filter select {
    height: 40px;
    padding: 0 20px;
    color: #333333;
    font-size: 14px;
    box-shadow: -1px -3px 15px rgb(0 0 0 / 10%);
    border-radius: 2px;
    background-color: #ffffff;
    border: antiquewhite;
    width: 160px;
    margin-right: 10px;
    outline: none;
    margin-bottom: 0;
}
.style-2 .item-product {
    margin-bottom: 35px;
    display: flex;
    text-align: left;
    width: calc(calc(100% / 2) - 20px);
}
.style-2 .item-product .box-img {
    width: 140px;
    margin: 0 30px 0 0;
    height: 172px;
    flex:  0 0 auto;
}
.style-2 .item-product .box-img .avatar {
    max-width: 80%;
    max-height: 80%;
}
.style-2 .new-product{
    text-align: center;
    left: 84px;
    font-size: 10px;
    width: 33px;
    height: 30px;
    line-height: 28px;
}
#filter-product{
    min-height: 500px;
}
.wrap-filter h3 {
    font-size: 15px;
    margin-bottom: 5px;
}
.wrap-filter ul {
    list-style: none;
    margin: 0;
}
.wrap-filter ul li:not(:last-child) {
}
.wrap-filter ul a {
    color: #333333;
    font-size: 16px;
}
.wrap-filter{
    box-shadow: -1px -3px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 16px 16px;
    margin-bottom: 20px;
}
.wrap-filter ul a {
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.wrap-filter ul a:hover span,
.wrap-filter ul a.active span{
    margin-right: 10px;
    width: 23px;
}

.wrap-filter ul a span{
    width: 0;
    height: 1px;
    background: #333333;
    margin-right: 0;
    display: inline-block;
    transition: .3s all;
}
.wrap-filter ul.ul-cat li.menu-item-has-children > ul{
    display: none;
    margin-top: 0px;
    border-left: 1px solid #eee;
}
.wrap-filter ul.ul-cat li.menu-item-has-children > ul > li > a{
    padding: 2px 10px 2px 10px;
    font-size: 13px;
}
.wrap-filter ul.ul-cat li.menu-item-has-children {
    position: relative;
}
.wrap-filter ul.ul-cat li.menu-item-has-children > a{
    padding-right: 35px;

}
.wrap-filter ul.ul-cat > li > a{
    padding: 3px 0;
    transition: all 0.3s;
}
.wrap-filter ul.ul-cat li li.current-menu-item > a,
.wrap-filter ul.ul-cat > li.current-menu-parent > a,
.wrap-filter ul.ul-cat > li.current-menu-item > a,
.wrap-filter ul.ul-cat li > a:hover{
    color: var(--main-cl)
}
.wrap-filter ul.ul-cat > li.current-menu-parent > ul,
.wrap-filter ul.ul-cat > li.current-menu-item > ul{
    display: block;
}
.ul-cat i {
    position: absolute;
    top: 0px;
    right: 0;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: url(../images/sprite.png) no-repeat -118px -50px;
}
.wrap-filter .filter-price a{
    font-size: 15px;
}
.wrap-filter .filter-price a.active,.wrap-filter .filter-price a:hover{
    font-weight: 700;
    transition: all 0.5s;
}
.product-custom .title-wrap{
    padding-bottom: 4px;
    margin-bottom: 4px;
    position: relative;
    display: block;
    word-break: break-word;
}
.product-custom .title-wrap:before{
    width: 100px;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-top: 1px solid #333;
    -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;
}
.product-custom h3{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.product-custom .add-to-cart-btn{
    margin-top: 16px;
}
.product-custom .item-price > *{
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: var(--main-cl)
}
.product-custom .item-price > ins,
.product-custom .item-price > span{
    font-weight: 700;
}
.product-custom:hover .title-wrap:before{
    width: 100%;
}
.product-custom .cont-wrap{
    text-align: center;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.product-custom .img-wrap img{
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
}
section.product-page > .grid-container > .flex-box{
    margin: 0 -10px;
}
section.product-page > .grid-container > .flex-box > div{
    padding: 0 10px;
}
.product-column.style-2 #load-more-product{
    grid-template-columns: 1fr 1fr;
}
.product-column.style-2 #load-more-product .product-custom{
    display: flex;
}
.product-column.style-2 #load-more-product .product-custom > .img-wrap{
    width: 180px;
    margin-right: 30px;
    height: 172px;
}
.product-column.style-2 #load-more-product .product-custom > .img-wrap .badge-wrap{
    width: 100%;
    top: 5px;
    left: 0;
    padding: 0 5px;
}
.product-column.style-2 #load-more-product .product-custom > .img-wrap .badge-wrap .badge-left{
    display: none !important;
}
.product-column.style-2 #load-more-product .product-custom > .img-wrap .badge-wrap > .badge{
    font-size: 10px !important;
    line-height: 12px !important;
}
.product-column.style-2 #load-more-product .product-custom > .cont-wrap{
    width: calc(100% - 180px);
}
.product-column.style-2 #load-more-product .product-custom > .cont-wrap *{
    text-align: left !important;
}
.product-column.style-2 #load-more-product .product-custom .title-wrap{
    margin-top: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.product-column.style-2 #load-more-product .product-custom > .cont-wrap .item-price{
    justify-content: flex-start;
}
.product-column.style-2 #load-more-product .product-custom .title-wrap:before{
    left: 0;
    transform: unset;
}
.btn{
    max-width: 100%;
}
.product-column.style-2 #load-more-product .product-custom .add-to-cart-btn{
    margin-left: unset;
    margin-top: 10px;
    margin-right: auto !important;
}
.product-column.style-2 #load-more-product .product-custom h3{
    font-size: 19px;
    line-height: 1.3;
}
.product-column.style-2 #load-more-product .product-custom .cont-wrap{
    text-align: left;
}
.footer_logo img{
    width: 60%;
    height: auto;
}
.top_search form{
    flex-grow: 1;
    display: flex;
}
.top_search form input.form-control{
    float: unset;
    height: auto;
}
a.top_hotline img{
    /*height: 40px;*/
    /*width: auto;*/
}
.text-primary{
    color: var(--main-cl)
}
#primary-menu ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image img{
    aspect-ratio: 1;
    object-fit: cover;
}
.index_col_main{
    border-top: none;
}
#slider img{
    width: 100%;
    height: auto;
}
.index_col_group .col-left{
    width: 20%;
    padding-right: 20px !important;
}
.index_col_group .col-right{
    width: 80%;
}

.w-posts-carousel-2 .hb_title_text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.w-posts-carousel-2 .hb_title_text::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-cl);
    z-index: -1
}

.w-posts-carousel-2 .heading-title {
    margin-bottom: 0
}

.w-posts-carousel-2 .hb_effect {
    margin-top: 20px
}

.w-posts-carousel-2 .hb_effect article.item {
    box-shadow: 0 0 0 1px rgba(217,217,217,.5);
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 1px;
    height: auto;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.w-posts-carousel-2 .hb_effect article.item .cover{
    aspect-ratio: 12/7;
}
.w-posts-carousel-2 .hb_effect article.item .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w-posts-carousel-2 .hb_effect article.item .cover-content {
    padding: 10px;
    height: auto;
    background: rgba(0,0,0,0)
}

.w-posts-carousel-2 .hb_effect article.item .cover-content h5 {
    margin-bottom: 0
}

.w-posts-carousel-2 .hb_effect article.item .cover-content h5 a {
    font-size: 14px;
    min-height: 45px;
    position: relative;
    text-align: center;
    font-weight: 600;
    display: block;
}

.w-posts-carousel-2 .hb_effect article.item .cover-content h5 a:hover {
    color: var(--main-cl)
}

.w-posts-carousel-2 .hb_effect article.item .cover-content .excerpt {
    font-size: 14px;
    text-align: center
}

.w-posts-carousel-2 .hb_effect article.item:hover {
    border-color: var(--main-cl)
}

.w-posts-carousel-2 .hb_effect article.item:hover a.d-block .cover .res.scale {
    opacity: .8;
    transform: scale(1.06)
}

.w-posts-carousel-2 .hb_effect .swiper-controls .swiper-button.swiper-button-prev {
    left: 20px
}

.w-posts-carousel-2 .hb_effect .swiper-controls .swiper-button.swiper-button-next {
    right: 20px
}

.w-posts-carousel-2 .hb_effect .swiper-controls .swiper-button svg {
    fill: #000;
    color: #000
}

.w-posts-carousel-2 .hb_effect .swiper-controls .swiper-button {
    background: #fff;
    border: .5px solid #c8c8c8
}

.w-posts-carousel-2 .hb_button {
    text-align: center;
    margin-top: 30px
}

.w-posts-carousel-2 .hb_button a {
    background: #ff3434;
    border-radius: 100px;
    line-height: initial;
    padding: 8px 30px
}

.w-posts-carousel-2 .hb_button a i {
    display: none
}

.w-posts-carousel-2 .hb_buttons {
    text-align: center;
    margin-top: 30px
}

.w-posts-carousel-2 .hb_buttons a {
    background: #ff3434;
    border-radius: 100px;
    line-height: initial;
    padding: 8px 30px;
    color: #fff
}

.w-posts-carousel-2 .hb_buttons a i {
    display: none
}

.w-posts-carousel-2 .item .cover{
    display: block;
    overflow: hidden;
}
.w-posts-carousel-2 .item .after-overlay img{
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.w-posts-carousel-2 .hb_effect article.item:hover .after-overlay img{
    transform: scale(1.1);
}
.swiper-section {
    position: relative;
}

.swiper-controls .swiper-button:after{
    display: none !important;
}
.swiper-controls .swiper-button svg {
    fill: #000;
    color: #000;
    font-size: 18px;
    width: 18px
}

.swiper-controls .swiper-button {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.swiper-controls .swiper-button-prev svg{
    transform: rotateY(180deg);
}
section.section.posts_carousel{
    background-color: #FFF;
    margin-bottom: 0;
    padding-top: 0;
}
section.section.posts_carousel+section.section.posts_carousel{
    margin-top: 0 !important;
}
section.section .heading-title {
    position: relative;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    padding: 10px;
}
button.toggle{
    display: none;
}
#collapse1 > div > ul > li.menu-item-has-children > a{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
#collapse1 > div > ul > li.menu-item-has-children > a:after{
    position: relative;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    content: "\f105";
    font-family: FontAwesome;
}
#collapse1 ul.submenu{
    width: 300px;
}
#logo{
    width: 20% !important;
}
#primary-menu ul li a,
.left_menu .panel-heading{
    height: 45px;
}
.left_menu .panel-heading h4,
.left_menu .panel-heading a i{
    line-height: 45px;
}
#header{
    z-index: 99999;
}
#wpadminbar{
    z-index: 999999999999999;
}
#header+.slide_wrapper{
    z-index: 9999;
    background-color: #FFF;
}
#header+.slide_wrapper .container{
    display: flex;
}
#header+.slide_wrapper .container .clear{
    display: none !important;
}
#primary-menu > ul > li a{
    transition: all 0.3s
}
#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current-menu-item a{
    background-color: var(--main-cl);
    color: #FFF;
}
.left_menu .nav-pills > li.menu:hover > .submenu{
    display: block;
}
.sidebar-widgets-wrap{
    top: 8.333rem;
    position: sticky;
}
.news-page >.content-wrap > .container > .row{
    display: flex;
    flex-wrap: wrap;
}
.news-page >.content-wrap > .container > .row > div{
    float: unset !important
}
#form-consult-popup{
    display: none;
    width: 720px;
    max-width: calc(100% - 30px);
}
#form-consult-popup label{
    display: block;
}
#form-consult-popup textarea{
    height: 120px;
}
#form-consult-popup .form-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
#logo{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#logo img{
    height: 70px;
}
#header.sticky-header #logo{
    height: auto;
}
.small-thumbs .entry-title h2, .ievent .entry-title h2{
    font-size: 16px;
}
#footer.dark .footer_logo{
    filter: brightness(0) invert(1);
}
#footer.dark{
    background-color: var(--main-cl);
}
#logo img{
    object-fit: contain;
    height: 80px;
    width: auto;
}
#primary-menu.style-5 > ul > li{
    flex-grow: 0;
}
#primary-menu.style-5 > ul > li > a{
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}
.home-products-sec{
    background-color: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
}
.home-products-sec .hb_title_text{
    margin-bottom: 30px;
}
.home-products-sec .paging{
    text-align: center;
}
.home-products-sec .paging > ul{
    margin: 30px auto 0;
    padding: 0;
}
.home-products-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 32px;
}
.home-products-grid .product-custom{
    display: flex;
    flex-direction: column;
}
.home-products-grid .product-custom .cont-wrap{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.home-products-grid .product-custom .cont-wrap .item-price{
    margin-top: 6px;
}
.home-products-grid .product-custom .cont-wrap > a.title-wrap{
    margin-bottom: auto;
    padding-bottom: 6px;
}
.home-products-grid .product-custom .button{
    font-size: 13px;
    height: 36px;
    line-height: 36px;
}
.home-products-grid .product-custom .img-wrap{
    margin-bottom: 20px;
}
.slide_wrapper .slider_wrap #primary-menu,
.slide_wrapper .slider_wrap #primary-menu > .sf-js-enabled{
    height: auto !important;
}
.slide_wrapper .slider_wrap #primary-menu ul ul{
    background-color: #FFF;
    top: 100%;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.slide_wrapper .slider_wrap #primary-menu ul ul > li > a{
    background-color: transparent !important;
    font-size: 14px;
}
.slide_wrapper .slider_wrap #primary-menu ul ul > li:hover > a,
.slide_wrapper .slider_wrap #primary-menu ul ul > li.current-menu-item > a{
    background-color: var(--main-cl) !important;
    color: #FFF !important;
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 940px;
    }
    section.section.posts_carousel{
        margin-top: 0 !important;
    }
    .index_col_group .col-left{
        width: 25%;
    }
    .index_col_group .col-right{
        width: 75%;
    }
    .index_col_list ul li{
        height: auto;
        line-height: 1.6;
        padding: 10px 0 10px 10px;
    }
    .index_col_list li a{
        line-height: 1.6;
        display: block;
    }
    .home-products-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    .home-products-sec{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 750px;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }

    .load_home_page img {
        width: 260px;
    }
    .top_search{
        margin: 0;
    }
    #primary-menu ul li a, .left_menu .panel-heading{
        height: 45px;
    }
    .sidebar-nav li{
        padding: 0 !important;
    }
    .sidebar-nav li > a{
        display: block;
        padding: 10px 0 10px 10px;
    }
    .contact_page .col_one_third{
        width: 46%;
    }
    .index_col_group h3{
        padding: 6px 10px;
        font-size: 16px;
    }
    .button-show-filter {
        display: inline-block;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        right: 0;
        z-index: 999;
        background: #000000;
    }
    .button-show-filter svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        fill: white;
        opacity:  1 !important;
    }
    .button-show-filter svg.close,
    .button-show-filter.open svg.menu-filter{
        display: none;
    }
    .button-show-filter.open svg.close{
        display: block;
    }

    .product-filter {
        position: fixed;
        z-index: 99999999;
        top: 0;
        left: 0;
        background: white;
        padding: 20px 20px;
        height: 100vh;
        overflow: auto;
        width: 40vw;
        transform: translateX(-150%);
        transition: .5s all;
    }
    .product-filter.show{
        transform: translateX(0%);
    }
    #load-more-product .product-custom h3{
        font-size: 20px;
        line-height: 30px;
    }
    .wrap-filter{
        box-shadow: unset;
    }
    .product-column.style-2 #load-more-product{
        grid-template-columns: 1fr;
    }
    .main-left{
        display: none !important;
    }
    .main-right{
        width: 100% !important;
    }
    header .hotline-wrap{
        display: none !important;
    }
    #header+.slide_wrapper .container{
        flex-direction: column;
    }
    .home-products-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .load_home_page img {
        width: 200px;
    }
    #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;
    }
    .product-custom .add-to-cart-btn{
        font-size: 12px !important;
        padding: 0 1.5rem !important;
        height: 32px;
        line-height: 32px !important;
    }
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #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;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .contact_page .col_one_third{
        width: 100%;
    }
    .prefooter_one{
        width: 100%;
        padding-left: 0;
    }
    .container{
        width: 100% !important;
        padding: 0 15px !important;
    }
    footer#footer .payment_block .col-lg-3+.col-lg-3{
        margin-top: 10px;
    }
    .footer_logo{
        display: block;
        text-align: center;
    }
    .footer_logo img{
        height: 140px;
        width: auto;
        object-fit: contain;
    }
    .top_search{
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    .top_search form input.form-control{
        flex-grow: 1;
    }
    #header, #header-wrap, #header.sticky-style-2, #header.sticky-style-3, #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap,
    #header .container,
    #logo,
    #logo img{
        height: 50px;
    }
    #menu-toggle{
        top: 10px !important;
    }
    #page-title .breadcrumb{
        left: unset !important;
    }
    .slide_wrapper{
        margin-top: 95px;
    }
    .top_search form{
        margin-top: 0 !important;
    }
    .news-page{
        padding-bottom: 40px;
    }
    .news-page .postcontent{
        margin-bottom: 0 !important;
    }
    section.new-single .postcontent{
        margin-bottom: 0 !important;
    }
    section.new-single{
        padding-bottom: 40px;
    }
    #page-title .breadcrumb{
        overflow: auto;
        display: flex;
    }
    #page-title .breadcrumb li{
        flex: 0 0 auto;
    }
    .index_col_group .col-left{
        width: 100%;
    }
    .index_col_group .col-right{
        width: 100%;
    }
    .index_col_group .col-left{
        padding-right: 0 !important;
        margin-bottom: 20px;
    }
    .index_col_group h3{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index_col_group .col-right .product-image{
        padding-bottom: 0;
    }
    section.section.posts_carousel{
        padding: 40px 0 0 0 !important;
    }
    .product-filter {
        width: 80vw;
    }
    .product-custom .title-wrap{
        margin: 0 0 6px;
    }
    #load-more-product .product-custom h3{
        font-size: 16px !important;
        line-height: 24px;
    }
    #load-more-product .product-custom .item-price{
        font-size: 16px;
    }
    .product-column.style-2 #load-more-product .product-custom > .img-wrap {
        width: 120px;
        height: 120px;
        margin-right: 10px;
    }
    .product-column.style-2 #load-more-product .product-custom > .cont-wrap{
        width: calc(100% - 120px);
    }
    #form-consult-popup{
        padding: 2rem;
    }
    #form-consult-popup .form-title{
        font-size: 24px;
        line-height: 30px;
    }
    .page-template-home #left_menu #collapse1{
        position: relative !important;
    }
    #menu-toggle{
        z-index: 999999 !important;
    }
    #menu_xs{
        z-index: 999999 !important;
    }
    .body_overlay{
        z-index: 999997 !important;
    }
    .home-products-grid{
        grid-gap: 24px 16px;
    }
}

