/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root{
    --box-shadow1: 0px 8px 28px 0px rgba(20, 20, 43, 0.10);
    --box-shadow2: 0px 4px 20px 5px rgba(0,0,0,.1);
    --border:#DEE0EA
}
.mb-0>* {
    margin-bottom: 0!important;
}
.br-10,.br-10>*{
    border-radius: 10px;overflow: hidden;
}
#header .header-menu-sub {
    padding: 30px!important;
}
#header .sub-menu .nav-column>li>a, .nav-dropdown>li>a :hover {
    color: #0d6efd;
}
#header .ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-bottom-style: none !important;
}
#header .header-menu-sub a.ux-menu-link__link :hover {
    color: #0d6efd;
}
#header .header-menu-sub a.ux-menu-link__link {
    font-size: 14px!important;
}
#header .header-top {padding: 3px 0;
    border-bottom: 1px solid #f0f0f0;}
#header ul>li.has-icon-top>a {
    display: inline-block;text-align: center;
}
#header ul>li.has-icon-top>a .link-icon {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
#header ul>li.has-icon-top>a .link-icon img{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#header ul>li.has-icon-top>a .link-icon img.not-hover {
    transform: translateY(0);
}
#header ul>li.has-icon-top>a .link-icon img.hover {
    transform: translate(-50%, -50px);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
}
#header ul>li.has-icon-top:hover>a .link-icon img.hover {
    transform: translate(-50%, 0);
}
#header ul>li.has-icon-top:hover>a .link-icon img.not-hover {
    transform: translateY(50px);
}
#header .support-store a {
    display: flex; font-size: 15px;
}
#header .header-nav .link-title {
    font-size: 14px;
}
#header .header-nav i.icon-angle-down {
    display: none;
}
ul.page-numbers{
    margin-top: 30px;
}
.woocommerce-pagination ul.links li{
	margin:0
}
.nav-pagination>li>a, .nav-pagination>li>span{
	border-radius: 0;
    border-width: 1px;
    border-color: #ddd;    font-weight: 300;
    line-height: 35px;
    height: 2.5em;
    min-width: 2.6em;
}
a.nav-top-link.nav-top-not-logged-in span:before{
    content: "\f2f6";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.filter-categorie{margin-bottom:30px!important}
.filter-categorie .flickity-prev-next-button{
	margin-top:0!important
}
.filter-categorie .flickity-prev-next-button.next{
	right:0
}
.filter-categorie .flickity-prev-next-button.previous{
	left:0
}
.header-support {
    display: flex;
    gap: 25px;
    align-items: center;
}
.trendy-header-support .item-support {
    position: relative;
}
.header-support .item-support.active:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    top: 38px;
    z-index: 11;
    left: 49%;
}
.header-support .support-title {
    display: flex;
    align-items: center;
    gap: 5px;font-size: 15px;    cursor: pointer;
}

.header-support span.icon {
    width: 30px;
    display: block;
}
.header-support ul.support-field {
    display: none;
    position: absolute;
    background: #fff;
    width: 207px;
    box-shadow: var(--box-shadow1);
    padding: 15px;
    border-radius: 7px;
    top: 44px;
    list-style: none;
}
.header-support .item-support.active ul.support-field{
    display: block;
}
.header-support ul.support-field>li>a {
    display: flex;gap: 10px;
}
.header-support ul.support-field>li>a span+span{
    font-size: 15px;
}

.header-support ul.support-field>li>a svg{
    width: auto;
    height: 22px;
}
.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover{
    box-shadow: var(--box-shadow1);
}
.box-shadow, .box-shadow-2, .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover {
    box-shadow: var(--box-shadow2);
}
.text-justify{text-align: justify}
del {
    text-decoration: unset;
}
span.woocommerce-Price-amount.amount {
    color: #e4393c;font-size: 20px;line-height: 25px;
}
del span.woocommerce-Price-amount.amount{
    color: #4d4d4d;font-size: 16px;text-decoration: line-through;
}
.popup {
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
}
.popup .popup-modal {
    background-color: #fff;
    margin: auto;
    max-width: 850px;
    width: 90%;
    top: 50px;
    position: relative;
}
.popup .popup-modal .popup-content{
    display: none;
}
.popup .popup-modal .popup-content.active,.popup.show{
    display: block!important;
}
.popup .close-popup {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 18px;
    height: 30px;
    width: 50px;
    text-align: center;
    z-index: 9999;
    line-height: 30px;
    cursor: pointer;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
}
.trendy-title-cats {
    position: relative;
}
.trendy-title-cats ul.trendy-show-cats{
    float: right;
}
.product-category-home{
    display: grid;gap: 1px;
    grid-template-columns: repeat(8, 1fr);
    border-radius: 0.8rem;    overflow: auto;
}
.product-category-home .product-category.col {
    max-width: 100% !important;
    background: #fff;

}
.product-category .col-inner{
    padding: 0.8rem;
}
.product-category .box-image {
    width: 90px;
    height: 90px;
}
.product-category h2 {
    text-transform: capitalize; font-weight: 500;
    font-size: 14px;
    letter-spacing: unset;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
ul.trendy-show-cats>li>a{
    color: #fff; font-size: 15px;
}
ul.trendy-show-cats>li:hover>a{
    color: var(--fs-color-success);
}
.home-warranty-icon {
    background: linear-gradient(90deg, #B3040F 4.5%, #D82805 90.3%);
    color: #fff;
    border-radius: 40px;
    height: 40px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;gap: 5px;width: max-content;
}
.home-warranty-icon .icon-t {
    float: left;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    font-size: 23px;
    padding-top: 7px;
}
.home-warranty-icon .home-warranty-text {
    font-size: 18px;
}
.icon-group-1 {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: auto;
    right: 0;
    width: auto;
    display: flex;
    gap: 5px;
    background: #fff;
    padding: 5px;
}
.icon-group-1 .product-tag-icon {
    width: 45px;
}
.row-small>.product-small.col,.row-small>.flickity-viewport>.flickity-slider>.product-small.col {
    padding: 0;
}

.product-small.col {
    background-color: #fff;border: 1px #ddd solid;
}
.product-small.col .badge-container {
    margin-top: 0px;
}
.product-small.col .badge-container .badge {
    height: 1.8em;
    width: 2.4em;
}
.product-small.col .badge-container .badge .badge-inner{
    font-size:14px;border-radius: 0 0 10px 0;
}
.product-small.col .col-inner {
    overflow: hidden;
}
.product-small.box .box-text{
    padding: 10px;    background-color: #fff;
}
.product-small.box .icon-group-1{
    position: relative;    overflow: auto;
}
.product-small.box .icon-group-1 .product-tag-icon img{
    max-width: 35px;object-fit: cover;
}
.product-small.box .home-warranty-icon{
    height: 25px; margin-bottom: 10px;
}
.product-small.box .home-warranty-icon .icon-t {
    width: 20px;
    height: 20px;
    margin-left: 2px;
}

.product-small.box .home-warranty-icon .home-warranty-text {
    font-size: 11px;
}
.product-small.box .box-text a.woocommerce-loop-product__title{
    color: black;
	font-weight: normal;
    font-size: 16px;
    line-height: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;height: 39px;
}
.product-small.box .box-text a:hover{
    color: #0479fa !important;
}
.product-small.box .box-text .price-wrapper {
    margin-bottom: 11px;
    gap: 5px;margin-top: 10px;
}
.product-small.box .box-text .price-wrapper span.sale {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    display: none;
}
.product-small.box .box-text span.price{
    font-size: 11px;
}
.product-small.box .box-text span.price span.woocommerce-Price-amount.amount {
    font-size: 16px !important;
    color: var(--primary-color);
}
.product-faqs .entry-content{
    padding: 0;
}
.product-faqs .accordion_title{padding: 13px 10px 0 20px; }
.product-faqs .accordion_title:before {
    content: "\f059";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;margin-right: 5px;
}
.product-faqs .accordion-title {
    padding: 13px 30px 13px 15px;
    font-size: 16px;
}
.product-faqs button.toggle {
    right: 0;
    left: unset;
}
.product-faqs .accordion-inner {
    padding: 13px 10px 13px 24px;;
}
.trendy-testimonial {
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--box-shadow1);
    padding: 20px;
}
.trendy-testimonial:hover{
    box-shadow: var(--box-shadow2);
}
.trendy-testimonial .testimonial-box.icon-box-left .icon-box-img{

}
.trendy-testimonial .testimonial-box.icon-box-left img {
    width: 80px;
    height: 80px;
}
.trendy-testimonial p{margin-bottom: 5px}
.trendy-testimonial .testimonial-text {
    border-top: 1px solid rgb(9, 59, 134);
    margin-top: 10px;
}
.trendy-testimonial .testimonial-text {
    position: relative;
    background-color: rgb(242, 242, 242);
    width: 100%;
    border-radius: 15px;
    padding: 30px 10px 10px;
    font-size: 15px;
}
.trendy-testimonial .star-rating {
    position: absolute;
    top: 10px;
    right: 10px;
}
.col-slider-newspaper>.col-inner {
    padding: 30px 15px;
    box-shadow: 0px 8px 28px 0px rgba(20, 20, 43, 0.10);
    border-radius: 8px;background: #fff;
}
.col-slider-newspaper>.col-inner .img,.trendy-partner .img {
    width: auto !important;
    height: 60px;
    max-width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s;
}
.col-slider-newspaper .flickity-prev-next-button {
    top: 50%;
    bottom: unset;
    margin-top: -18px;
}

.col-slider-newspaper>.col-inner .img:hover,.trendy-partner .img:hover{
    transform: scale(1.2);
}
.trendy-blog-home>.col-inner {
    border-radius: 15px;
    overflow: hidden;box-shadow:var(--box-shadow1);
    padding-bottom: 15px;
}
.trendy-blog-home>.col-inner>.text h3{
    background-color: var(--primary-color);color: #fff;
    padding: 10px 10px;
    font-weight: 500;
}
.box-blog-post {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.box-blog-post img{
    object-position: 50% 0;
}

.box-blog-post .box-text {
    margin-top: -15px;
    z-index: 1;
    position: relative;
    padding: 15px 25px 30px;
    background-color: #fff;
    border-radius: 20px;
}
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5714285714;
    color: var(--text_light);
    gap: 15px;
    border-bottom: 1px dashed var(--border);
    padding-bottom: 10px;
}
div.categories-link a{
    color: var(--primary-color);
}
.entry-meta a {
    display: inline-block;
    color: var(--text_light);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    transition: all 0.3sease;
}
.box-blog-post .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
}
.box-blog-post .box-text-inner:has(.more-link-wrap) .from_the_blog_excerpt  {
    margin-bottom: 25px;
}
.box-blog-post .is-divider{display: none}
.blog-list-1 {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 10px;
}
.trendy-blog-home .blog-list-1{padding: 0 15px;}
.blog-list-1:not(:last-child) {
    border-bottom: 1px dashed var(--border);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blog-list-1 .post-thumbnail {
    flex: 0 0 33%;
    max-width: 33%;
}
.blog-list-1 .post-thumbnail img {
    border-radius: 10px;
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.blog-list-1 .entry-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-list-1 .post-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4285714286;
    color: var(--text_light);
}

.trendy-partner {
    padding: 30px 15px;
    box-shadow: 0px 8px 28px 0px rgba(20, 20, 43, 0.10);
    border-radius: 8px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    margin-bottom: -90px;
}
.box-contact {
    padding: 15px 10px !important;
    border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
}
.box-contact .icon-box{
    margin-bottom: 10px;
}
.box-contact h5, .page-contact .section-title-container {
    margin-bottom: 0;
}
#footer .text {
    color: #6d6d6d;
}
#footer .section-title-container {
    margin-bottom: 0;
}
#footer .section-title-normal span{
    border-bottom: 2px solid var(--primary-color);
}
#footer .ux-menu,#footer .product-category.col .box-text h5{
    font-size: 13px;margin-bottom: 0;
}
#footer .ux-menu .ux-menu-link__link{padding: 7px 0 7px;}
#footer .ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-bottom-style: dashed;
}
#footer .absolute-footer{
    padding: 10px 0;
}
#footer .copyright-footer {
    font-size: 13px;
    margin-top: 15px;
}
.trendy_readmore_flatsome{
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;left: 0;padding: 10px 0;
}
.trendy_readmore_flatsome.trendy_readmore_flatsome_less{
	
}
.trendy_readmore_flatsome_more:before {
    bottom: 100%;
    height: 170px;
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.42) 74.48%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);    margin-bottom: -1px;
}
.trendy_readmore_flatsome a {
    display: inline-block;
    box-shadow: none;
    font-size: 14px;
    line-height: 35px;
    padding: 0 30px 0 15px;
    border-radius: 25px;
    background: var(--primary-color);
    position: relative;
    min-width: 150px;
    text-align: left;
    color: #fff;
}
.trendy_readmore_flatsome i{color: #333}
.trendy_readmore_flatsome .icon-angle-down {
    content: '';
    right: 4px;
    background-color: #fff!important;
    padding: 13px;
    width: 17px;
    height: 17px;
    position: absolute;
    border-radius: 99px;
    font-size: 18px;
    top: 4px;
}
.trendy_readmore_flatsome.trendy_readmore_flatsome_less .icon-angle-down{
    transform: rotate(-180deg);
}
.trendy_readmore_flatsome .icon-angle-down:before {
    line-height: 0;
    right: 4.5px;
    padding: 14px;
    width: 17px;
    position: inherit;
    top: 0px;
}
.quantity .minus, .quantity .plus {
    min-height: 30px;    height: 15px;
    width: 35px;
    font-size: 16px;
    line-height: 15px;
    background-color: #fff!important;
    text-shadow: unset;
}
.quantity input[type=number]{
    min-height: 30px;    height: 15px;
}

span.amount.contact {
    color: #d0021c;
    font-size: 18px;
}
.trendy-navbar-button{
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px #e5e7eb solid;
    width: 70px;
    height: auto;
    z-index: 9919;background-color: #fff;border-radius: 5px;
}
.trendy-navbar-button>div{
	padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px #e5e7eb solid;
}
.trendy-navbar-button>div>a{ flex-direction: column;}
.trendy-navbar-button>div>a img {
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: auto;
}
.trendy-navbar-button>div .back-to-top {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0);
}
.trendy-navbar-button>div span.text {
    font-size: 12px;
    line-height: 16px;
}
div#bottomMobileTab {
    bottom: 0;
    left: 0;z-index: 99;
    background-color: #fff;box-shadow: 0 0 #0000, 0 0 #0000, 0px -2px 6px 0px rgba(0, 0, 0, .09);height: 68px;width:100%
}
div#bottomMobileTab .item-button {
    flex: 0 0 20%;
    color: #1a1a1a;
}
div#bottomMobileTab .item-button.button-center span {
    margin-top: -44px;
}
div#bottomMobileTab .item-button.button-center img {
    border-color: rgba(241, 47, 47, .1);
    border-width: 4px;
    border-radius: 9999px;
    height: 70px;
    border-style: solid;
    width: 100%;
    object-fit: cover;background-color: #fff;
    padding: 5px;
}
div#bottomMobileTab .item-button p {
    width: 100%;margin-bottom:0;font-size: 13px;
}
@media screen and (min-width: 480px) {
    .container{
        padding: 0 30px;
    }
}
@media screen and (max-width: 849px) {
    .trendy-title-cats {
        flex-wrap: wrap;
        display: flex;
    }
    ul.trendy-show-cats{
        margin-right: 0;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        padding: 0 5px;
        flex-wrap: nowrap;
    }
    ul.trendy-show-cats li.trendy_cats {
        margin-left: 0;
        margin-right: 10px;
        width: max-content;
    }
	li.all {
    position: absolute;
    right: 0;
    top: 0;
}
    .product-category-home{
        display: flex;flex-wrap: wrap;
    }
	.product-category-home .product-category.col{
		    flex-basis: 33%;
	}
    .col-slider-newspaper>.col-inner .img{
        max-width: 90%;
    }
    .trendy-partner{
        display: flex;
        flex-wrap: nowrap;    overflow: auto;
    }
    .trendy-partner .img{
        width: 50% !important;flex-shrink: 0; scale: 0.8
    }
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .container{padding: 0!important;}
    #header .container{padding-left: 15px!important;padding-right: 15px!important}
    .product-small.box .icon-group-1 .product-tag-icon img{
        max-width: 28px;
    }
}