a{
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
}
header .header-inner > .flex-grow{
    margin-right: 50px;
}
header .header-inner > .flex-grow > ul{
    display: block;
}
.navbar-mobile{
    display: none;
}
header .header-inner > .flex-grow > ul > li{
    width: 100%;
}
form.smart-search-form{
    width: 100%;
    border: 1px solid #EbEbEb;
    border-radius: 999px;
    overflow: hidden;
}

form.smart-search-form input{
    padding: 8px 10px 8px 20px;
    width: 100%;
    height: 40px;
    border: 0;
    outline: none;
	box-shadow: unset;
}
form.smart-search-form button{
    width: 80px;
    height: 36px;
    line-height: 16px;
    position: absolute;
    padding: 0;
    top: 2px;
    right: 2px;
    transition: opacity 150ms linear;
    border: none;
    min-width: auto;
    outline: none;
    box-shadow: none;
    background: var(--bgheader);
    margin-right: 0;
}
header .header-inner > .flex-right ul li:not(.header-language-dropdown) i{
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
}
header .header-inner > .flex-right ul li span{
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    color: #000;
}
.d-block{
    display: block !important;
}
footer .footer-form{
    margin-top: -9px;
    padding-bottom: 10px !important;
}
footer .footer-form,
footer .footer-1{
    border-bottom: 1px solid #777;
}
footer .footer-form .section-content > .row{
    justify-content: space-between;
}
footer .footer-form .section-content > .row > .col{
    padding-bottom: 0;
}
footer .footer-form .section-content > .row .formft-register form{
    display: flex;
    gap: 10px;
}
.wpcf7-spinner{
    display: none;
}
footer .footer-form .section-content > .row .formft-register form > span.wpcf7-form-control-wrap{
    flex: 1;
}
footer .footer-form .section-content > .row .formft-register form > span.wpcf7-form-control-wrap input{
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    max-width: 100%;
    height: 100%;
}
footer .footer-form .section-content > .row .formft-register form > input{
    padding: 12px 30px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    min-width: 320px;
    margin: 0;
}
footer > .footer-1,
footer > .footer-2{
    border-top: 0;
}
footer > .footer-2 .block_widget{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer .footer-1 .widget_media_image img{
    max-height: 70px;
    object-fit: contain;
}
footer .footer-1 > .row{
    display: grid;
    grid-template-columns: 1fr 15% 15% 15% 15%;
}
footer .widget-title{
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    min-height: 28px;
    color: #FFF;
}
footer .footer-1 .widget li,
footer .footer-1 .widget p{
    margin-bottom: 12px;
    font-size: .9em;
    line-height: 1.6;
    border: 0;
}
footer > .footer-1,
footer > .footer-2,
footer > .absolute-footer{
    padding: 25px 0;
}
footer .footer-form .section-content > .row .formft-register form,
footer .footer-2 > .row > div,
footer .footer-1 > .row > div{
    margin-bottom: 0;
}
footer .footer-1 .widget ul li:last-child{
    margin-bottom: 0;
}
footer .footer-1 .widget ul li:not(:last-child){
    margin-bottom: 10px;
}
footer .footer-1 .widget li:hover a{
    text-decoration: underline;
}
footer .footer-1 .widget li a{
    padding: 0;
}
footer .footer-2 img{
    max-height: 32px;
    width: auto !important;
}
footer .is-divider{
    display: none !important;
}
.waves {
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    width: 100% !important;
}
.parallax > use:nth-child(1) {
    opacity: 0.7;
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    opacity: 0.5;
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    opacity: 0.3;
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
@keyframes move-forever{
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
.mfs-container{
    background: linear-gradient(var(--bg_fl_1) 0%, var(--bg_fl_2));
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 15px;
}
.mfs-header{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-bottom: 30px;
}
.mfs-header .mfs-title{
    min-width: 260px;
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
}
.mfs-header a{
    text-align: right;
    color: #FFF;
    font-size: 14px;
}
.mfs-header .mfs-countdown-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.mfs-header .mfs-countdown-wrap .mfs-label{
    font-size: 16px;
    font-weight: 300;
    padding: 5px 10px 5px 10px;
    color: #FFF;
}
.mfs-header .mfs-countdown-wrap .mfs-timer{
    display: flex;
    align-items: center;
    gap: .25em;
    font-size: 13px;
}
.mfs-header .mfs-countdown-wrap .mfs-timer .mfs-box{
    background: #fbf6d5;
    padding: 0 10px;
    border-radius: 10px;
    margin-left: 8px;
    min-height: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.mfs-header .mfs-countdown-wrap .mfs-timer .mfs-colon{
    color: #FFF;
}
.product-item:not(.product-horizontal){
    background-color: #fff;
    padding-bottom: 10px;
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 10px;
}
.product-item .product-loop-thumb {
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
}
.product-item .product-img .product-new, .product-item .product-img .product-bestseller {
    position: absolute;
    top: 1rem;
    left: 0;
    background: #ffdc50;
    display: inline-block;
    z-index: 1;
    padding: .1rem .2rem;
    font-size: 11px;
    font-weight: 300;
    border-radius: 0 .125rem .125rem 0;
}
.product-item .product-img .product-thumb-hover {
    padding-top: 100%;
    position: relative;
    display: block;
    height: 0;
    background: #f2f2f2;
}
.product-item .product-img .product-thumb-hover a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-item .product-img .product-loop-button{
    flex-direction: row-reverse;
}
.product-item:hover .product-loop-thumb .product-loop-button{
    opacity: 1;
    visibility: visible;
}
.product-item .product-loop-thumb .product-loop-button{
    position: absolute;
    right: 15px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    top: auto;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.product-loop-button .btn-loop,
.product-loop-button .yith-wcwl-add-to-wishlist{
    position: relative;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-loop-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-loop-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a svg{
    margin-right: 0;
}
.product-loop-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.product-loop-button .btn-loop .item_link_loop{
    font-size: 0;
    background: #fff;
    text-align: center;
    position: relative;
    white-space: nowrap;
    margin-top: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.product-item .product-img .product-loop-button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button{
    background-color: var(--mainColor);
}
.product-item .product-img .product-loop-button .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a svg{
    fill: #FFF;
}
.product-item .product-img .product-loop-button .add_cart_loop img.back{
    display: none;
}
#top-link.back-to-top.button.icon{
    right: 7px;
}
.product-item .product-img .product-loop-button .add_cart_loop:hover button{
    background: var(--mainColor);
}
.product-item .product-img .product-loop-button .add_cart_loop:hover img.back{
    display: block;
}
.product-item .product-img .product-loop-button .add_cart_loop:hover img.front{
    display: none;
}

.pro-price.highlight .product-sale{
    background-color: rgb(204, 12, 57);
    color: #FFF;
    padding: 0 .5rem;
    border-radius: .5rem;
}

.custom-price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 5px 0;
}

.price-split-wrapper {
    color: #0f1111;
    display: inline-flex;
    align-items: flex-start; 
    line-height: 1;
    font-weight: 700;
}

.price-whole {
    font-size: 28px; 
    font-weight: inherit;
}

.price-symbol, 
.price-fraction {
    font-size: 13px; 
    font-weight: inherit;
    margin-top: 2px; 
}
.price-decimal {
    display: none; 
}
.price-list-text {
    color: #000;
    font-size: 14px;
    margin-left: 8px;
}

.price-list-del del {
    color: #000 !important;
    font-size: 14px;
}

.product-item .product-loop-content{
    padding: 0 10px;
}
.product-item h3.pro-name{
    color: var(--textColor);
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item .rating-loop {
    min-height: 21px;
}
.onireviewapp-loop {
    display: inline-block;
}
.onirvapp--shape-container {
    width: 75px;
    height: 14px;
    overflow: hidden;
    position: relative;
}
.onirvapp--shape-container, .onirvapp--shape-select {
    --onirvapp-shape-icon-solid: url('./../images/star-black.svg');
    --onirvapp-shape-icon-background: url('./../images/star-full.svg');
    --onirvapp-shape-icon-outline: url('./../images/star.svg');
}
.onirvapp--shape-container .onirvapp--shape-background, .onirvapp--shape-container .onirvapp--shape-outline, .onirvapp--shape-container .onirvapp--shape-solid, .onirvapp--shape-container .onirvapp--shape-background, .onirvapp--shape-container .onirvapp--shape-outline, .onirvapp--shape-container .onirvapp--shape-solid, .onirvapp--shape-container .onirvapp--shape-background, .onirvapp--shape-container .onirvapp--shape-outline, .onirvapp--shape-container .onirvapp--shape-solid, .onirvapp--shape-xs .onirvapp--shape-container .onirvapp--shape-background, .onirvapp--shape-xs .onirvapp--shape-container .onirvapp--shape-outline, .onirvapp--shape-xs .onirvapp--shape-container .onirvapp--shape-solid{
    background-image: 0;
    background-position-x: -0px;
    background-repeat: repeat-x;
    background-size: 15px 14px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.onirvapp--shape-container .onirvapp--shape-background {
    background-image: var(--onirvapp-shape-icon-background);
}
.onirvapp--shape-container .onirvapp--shape-outline, .onirvapp--shape-container .onirvapp--shape-outline, .onirvapp--shape-container .onirvapp--shape-outline, .onirvapp--shape-xs .onirvapp--shape-container .onirvapp--shape-outline {
    background-image: var(--onirvapp-shape-icon-outline);
}
.onireviewapp-loopitem .onireviewapp-loopitem-title {
    color: #777;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
}
.onireviewapp-loopitem {
    align-items: center;
    display: flex;
}
.img-br img{
    border-radius: 10px;
}
.sec-bestseller .mbs-body{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.sec-bestseller .mbs-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sec-bestseller .mbs-header .mbs-title{
    font-size: 26px;
    color: #000;
    line-height: 1.1;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}
.sec-bestseller .mbs-header .mbs-view-more{
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}
.sec-product-cate .flickity-slider > .product-category > .col-inner{
    border: 1px solid var(--mainColor);
    border-radius: .5rem;
    font-weight: bold;
    padding: 5px;
    background-color: #ffffff;
}
.sec-product-cate h2{
    font-size: 26px;
    margin-bottom: 25px;
}
.sec-product-cate .flickity-slider > .product-category h5{
    font-size: 14px;
    text-transform: none;
}
.sec-product-cate .flickity-slider > .product-category{
    margin-right: 10px;
}
.sec-product-cate .flickity-slider > .product-category .box-text{
    padding: 0;
    margin-top: 5px;
}
.suggest-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.suggest-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.suggest-view-more {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    text-wrap: nowrap;
}
.suggest-view-more{
    text-decoration: underline;
}
.suggest-view-more span {
    font-weight: bold;
    text-transform: uppercase;
}
.suggest-view-more:hover {
    color: var(--mainColor);
}
.swiper-button-prev.gallery-prev svg,
.swiper-button-next.gallery-next svg{
    font-size: 24px;
}
.swiper-button-prev.gallery-prev,
.swiper-button-next.gallery-next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-out;
    padding: 15px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #707070;
    background: #f7f7f7;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    border-radius: 7px;
}
.productGallery_main_slider:hover .swiper-button-prev.gallery-prev,
.productGallery_main_slider:hover .swiper-button-next.gallery-next{
    opacity: 1;
    visibility: visible;
    z-index: 999;
    pointer-events: auto;
    cursor: pointer;
}
.collection-navtabs-title {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.collection-navtabs-title .nav-item {
    margin-bottom: 10px;
}
.collection-navtabs-title .nav-link {
    display: block;
    padding: 12px 15px;
    background: transparent;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}
.collection-navtabs-title .nav-item.active .nav-link{
    background-color: var(--mainColor);
    color: #FFF;
}
.collection-navtabs-title .nav-link:hover {
    background-color: #000; 
    color: #fff;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}
.sec-product-suggestions .wrapbox-tab{
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 10px;
}
.listProduct-row.row-list-product{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.sec-product-suggestions .wrapbox-tab--left > ul{
    display: block;
}
.sec-product-suggestions .wrapbox-tab--left > ul li{
    margin-left: 0;
    margin-right: 0;
}
.sec-product-suggestions img{
    border-radius: 10px;
}
.list_bloghome{
    display: grid;
    grid-template-columns: 680px 1fr;
    gap: 10px;
}
.list_bloghome .blog-right-wrap .item-blog{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.list_bloghome .blog-right-wrap .item-blog:not(:last-child){
    margin-bottom: 10px;
}
.list_bloghome .item-blog.item-blog-right .content_blog {
    padding-left: 10px;
    margin-top: 0;
}
.list_bloghome .item-blog.item-blog-right .flex-img {
    flex: 0 0 30%;
    max-width: 30%;
}
.list_bloghome .item-blog.item-blog-left .image-blog {
    padding-top: 50%;
}
.list_bloghome .item-blog .image-blog{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.list_bloghome .item-blog.item-blog-right .flex-img .image-blog {
    padding-top: 60%;
}
.list_bloghome .image-blog img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_bloghome .content_blog{
    margin: 10px 0;
}
.list_bloghome .item-blog.item-blog-left .title-blog{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.list_bloghome .item-blog.item-blog-left .content-justify{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list_bloghome .item-blog.item-blog-right .content-justify{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list_bloghome .item-blog .art-info{
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.list_bloghome .item-blog.item-blog-left .button_custome_seemore{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: underline;
}
.list_bloghome .item-blog.item-blog-right .title-blog{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}
.section-home-blog .heading-colhome{
    margin-bottom: 20px;
    font-size: 14px;
}
.category-page-title .page-title-inner .woocommerce-ordering select{
    margin: 15px 0;
    position: relative;
    height: 35px;
    line-height: 33px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px;
}
.product-list-cat{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
}
.productcat-loadmore{
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}
.productcat-loadmore #btn-load-more-cat-products{
    cursor: pointer;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    width: auto;
    text-transform: capitalize;
    border-radius: 5px;
}
.productcat-loadmore #btn-load-more-cat-products:hover{
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}
@media (min-width: 768px) {
    .listProduct-suggest#listSuggest{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
}

.product-loop-wapper.product-horizontal {
    display: flex;
    align-items: flex-start;
}
.product-loop-wapper.product-horizontal .product-img {
    flex: 0 0 90px;
    max-width: 90px;
    margin-bottom: 0;
}
.product-loop-wapper .product-img img{
    width: 100%;
}
.product-loop-wapper.product-horizontal .product-loop-content .pro-name {
    margin-top: 5px;
    min-height: 34px;
}
.product-loop-wapper.product-horizontal .product-loop-content {
    padding: 0 0 0 10px;
    flex: 1;
}
.section-collection-suggest{
    padding: 30px 0;
}
.section-collection-suggest h2{
    font-size: 26px;
    margin-bottom: 20px;
}
.has-dropdown.header-language-dropdown .nav-dropdown{
    min-width: 100%;
    padding: 0;
}
.has-dropdown.header-language-dropdown i{
    width: 30px;
}
.has-dropdown.header-language-dropdown li.active{
    display: none;
}
#salertWrapper{
    overflow: hidden;
}
#salertWrapper #popup_template .popup-item > a{
    display: flex;
    gap: 16px;
}
#salertWrapper .popup-item{
    padding-right: 30px !important;
}
#salertWrapper .close .close-btn{
    background: var(--mainColor);
    color: #FFF;
    opacity: 1;
    transform: unset;
    width: 30px;
    height: 20px;
    min-height: unset;
    margin: 0;
    top: 0;
    right: 0;
    border-radius: 0;
}