/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Phương Nam ViNa
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
	font-family: "Inter", sans-serif;
	line-height: normal;
}

p:last-of-type{
	margin-bottom: 0;
}

#main, #wrapper{
	background-color: #F2F2F2;
}

[class*="fa-"]:not(.fab):before{
	font-family: "Font Awesome 6 Pro";
}

.row-inner-full > .col > .col-inner{
	height: 100%;
}

.row-slider .flickity-slider > .col{
	padding-bottom: 0 !important;
}

.row.row-x-small{
	max-width: calc(1450px - 50px);
}
.row-x-small>.col{
	margin-bottom: 0;
    padding: 0 4px 8px;
}

.col-radius > .col-inner{
	border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
	overflow: hidden;
}

.button{
	margin: 0;
	min-height: unset;
}

.button.is-outline{
	border-width: 1px;
}


.btn-custom{
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: unset;
	padding: 0.25rem 1rem;
	border-radius: 50rem;
	line-height: normal;
	font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
	font-weight: 700;
	transition: all 1s cubic-bezier(.1,.9,.26,.91);
}

.btn-custom:hover{
	box-shadow: rgba(255, 172, 28, 0.85) 0px 3px 8px;
}

.btn-x{
	background: linear-gradient(270deg, #FEA91B 0%, #E4920A 100%);
	color: #fff;
}

.btn-x:hover{
	color: #fff;
}

/*===*/
.sticky-jump .stuck:not(.ux-no-animation) {
    animation: stuckMoveDown .6s;
}

#top-bar .flex-center{
	width: 100%;
	justify-content: space-between;
}

#top-bar .flex-center .nav-center{
	justify-content: space-between;
}

#top-bar .html.custom{
	font-size: 0.875rem;
}

#top-bar .html.custom i{
	color: var(--primary-color);
}

.header-nav-main.nav-left{
	justify-content: center;
}

.searchform input{
	background-color: transparent !important;
	border-radius: 0 !important;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.50);
	box-shadow: unset;
}

.searchform .ux-search-submit{
	min-width: unset;
	width: 2rem;
	height: 2rem;
	padding: 0;
	line-height: 0;
	background-image: url('/wp-content/uploads/2025/01/icon-search.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.searchform .ux-search-submit i{
	display: none;
}


.icon-shopping-bag{
	color: var(--primary-color);
}


.main-slide .flickity-page-dots .dot{
	background-color: #D9D9D9;
	border: 3px solid #D9D9D9;
	opacity: 1;
}

.main-slide .flickity-page-dots .dot.is-selected{
	border-color: var(--primary-color);
}

.main-title h2{
	margin-bottom: 0;
	font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
}

.box-content-title h2{
	margin-bottom: 0;
	font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
}

/*===*/
.icon-policy .icon-box{
	padding: 1rem;
}

.icon-policy .icon-box .icon-box-text h3{
	margin-bottom: 0.25rem;
}

/*===*/
.img-cover-banner{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.box-img-brand{
	padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
	background-color: #fff;
}

.box-img-brand .image-cover{
	padding-top: 50%;
}

.box-img-brand img{
	object-fit: contain;
}

/*===*/
.wrapper-slide{
	position: relative;
}

.wrapper-slide .swiper-slide{
	height: auto;
}

.wrapper-slide .swiper-button-next,
.wrapper-slide .swiper-button-prev{
	width: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
	height: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
	border-radius: 50%;
	background: linear-gradient(270deg, #FEA91B 0%, #E4920A 100%);
	pointer-events: all;
}

.wrapper-slide .swiper-button-next{
	right: 0.5rem;
}

.wrapper-slide .swiper-button-prev{
	left: 0.5rem;
}

.wrapper-slide .swiper-button-next:after,
.wrapper-slide .swiper-button-prev:after{
	font-size: 1rem;
	color: #fff;
}

.wrapper-slide .swiper-button-next:after{
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
}

.wrapper-slide .swiper-button-prev:after{
	content: "\f104";
	font-family: "Font Awesome 6 Pro";
}


/*===*/
.box-blog-post .box-text{
	padding-top: 0.5rem;
	padding-bottom: 0;
}

.box-text-inner{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.box-blog-post .post-meta{
	order: -1;
	width: 100%;
	opacity: 1;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.50);
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	padding-bottom: 0.5rem;
}

.box-blog-post .post-title a{
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.box-blog-post .is-divider{
	display: none;
}
.box-blog-post .from_the_blog_excerpt{
	color: rgba(0, 0, 0, 0.50);
}

.box-blog-post .button{
	color: #000;
	text-decoration: underline;
	font-size: 0.875rem;
	margin: 0;
	padding: 0;
}

/*===*/

.product-small.box{
	background-color: #fff;
	border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
	overflow: hidden;
	padding: 0.5rem;
	height: 100%;
}

.product-small .icon_above_image{
	top: 0.5rem;
	right: 0.5rem;
	padding: 0;
}

.product-small .icon_above_image a{
	display: block;
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
}

.product-small .icon_above_image a img{
	margin: 0;
}

.product-small .icon_above_image span{
	display: none;
}

.product-small .image-tools.grid-tools{
	right: 0.5rem;
	top: 3rem;
	display: block !important;
	width: auto;
	transform: translate(0) !important;
	opacity: 1;
}

.product-small .image-tools.grid-tools a{
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
	color: #000;
}

.product-small .box-text{
	margin-top: 0.5rem;
	padding: 0;
}

.product-small .product-title{
	margin-bottom: 0.5rem;
}

.product-small .product-title a{
	margin: 0;
	font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
	font-weight: 500;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-small .price-wrapper{
	margin-bottom: 0;
}

.product-small span.amount{
	color: #800000;
}

.product-no-content .box-text-products{
	display: none;
}


/*==== page contact*/
.wpcf7-form{
	margin-bottom: 0;
}

.form-contact .form-control{
	height: unset;
	margin-bottom: 0;
	padding: 0.75rem 1rem;
	background-color: #EAEAEA;
	border-radius: 0.25rem;
	transition: all .3s ease-in-out;
	box-shadow: none !important;
}

.form-contact textarea.form-control{
	height: 10rem;
}

.form-contact .btn-custom{

}

.map-contact iframe {
	width: 100%;
	height: 580px;
}

/* pagination =================*/
.nav-pagination{
	display: flex;
	justify-content: center;
}

.nav-pagination .page-number{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	line-height: 1;
	font-size: 0.875rem;
}

/* banner page =================*/
.banner-page{
	height: clamp(10rem, 8rem + 10vw, 20rem);
}

.banner-page .title-banner-page{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
	text-transform: uppercase;
	color: var(--primary-color);
}

/* breadcrumb =================*/
.breadcrumb{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: #000;
}

.breadcrumb span{
	font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
	font-weight: 500;
	white-space: nowrap;
}

.breadcrumb span.current-item{
	color: var(--primary-color);
	white-space: wrap;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.breadcrumb span.post{
	margin-bottom: 0;
}

.breadcrumb span a{
	color: #000;
}

.breadcrumb i{
	color: rgba(0, 0, 0, 0.50);
	font-size: 0.75rem;
}

/* footer =================*/
.col-footer h3{
	position: relative;
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	font-weight: 600;
}

.col-footer p{
	margin-bottom: 0.75rem;
}

.col-footer ul{
	margin-bottom: 0;
	margin-bottom: 0;
	list-style-position: inside;
}

.col-footer ul li{
	margin: 0;
}

.col-footer:not(.col-social) ul li + li{
	margin-top: 0.75rem;
}

.col-footer ul li a{
	position: relative;
	color: #fff;1
}

.col-footer ul li a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.25rem;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: scaleX(0);
	transition: all .3s ease-in-out;
	transform-origin: 0 0;
}

.col-footer ul li a:hover:after{
	transform: scaleX(1.0);
}

.col-footer i{
	position: relative;
	border: 1px solid #000;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	font-size: 0.75rem;
	vertical-align: top;
}

.col-footer i:before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.absolute-footer{
	display: none;
}

.footer-follow-icon{
	align-items: center;
	color: rgba(1, 1, 1, 0.70);
}

.footer-follow-icon span{
	font-weight: 400;
	font-size: 0.875rem;
}

.footer-follow-icon a{
	margin-bottom: 0;
	background-color: rgba(1, 1, 1, 0.70) !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}

.footer-follow-icon a i{
	top: 0;
	line-height: 0;
}

/*===*/
.form-contact-footer{
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	overflow: hidden;
}

.form-contact-footer .wpcf7-form-control-wrap{
	flex: 1;
}

.form-contact-footer .wpcf7-form-control-wrap input{
	margin-bottom: 0;
	box-shadow: none !important;
	border: 0;
	background-color: transparent;
}

.form-contact-footer .wpcf7-form-control-wrap input:placeholder{
	color: rgba(30, 30, 30, 0.42);
}

.form-contact-footer button{
	margin: 0;
	background-color: transparent;
	box-shadow:  none !important;
	border: 0;
	color: rgba(0, 0, 0, 0.70) !important;
	font-weight: 400;
	font-size: 1rem;
}

.form-contact-footer .wpcf7-not-valid-tip{
	font-size: 0.75rem;
}


/*==== archive-product*/
.products.row .product-small > .col-inner{
	height: 100%;
}


.wpf_items_wrapper .wpf_item + .wpf_item{
	margin-top: 0.5rem;
}

.wpf_item{
	background-color: #fff;
	padding: 1rem;
    border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
}

.wpf_item .wpf_item_name{
	border-bottom: 0 !important;
	text-align: center;
	color: var(--primary-color);
	font-size: 1.25rem !important;
	font-weight: 700;
	margin-top: .8em !important;
	padding-bottom: 0 !important;
}

.wpf_item.wpf_item_product_brand ul li{
	margin: 0 !important;
}

.wpf_item.wpf_item_product_brand ul li label{
	width: 100%;
	height: 6rem;
	padding: 0;
    border-radius: 0;
    background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}


/*product*/
.product-main{
	padding-top: 1.5rem;
	padding-bottom: clamp(2.5rem, 2rem + 2.5vw, 5rem);
}

.product-images,
.product-thumbnails a{

}

.product-container .flickity-viewport .flickity-slider img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-summary  .woocommerce-breadcrumb,
.product-info .is-divider{
	display: none;
}

.product-summary .product-title,
.product-quick-view-container .product-info h1{
	margin-bottom: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
	font-weight: 400;
	font-family: "Playfair Display", serif;
} 


.product-info .price-wrapper{
	margin-bottom: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.product-info .price{
	font-size: 1.125rem;
	font-weight: 400 !important;
}

.product-page-price bdi{
	color: #800000;
}

.price-on-sale del .woocommerce-Price-amount.amount bdi{
	color: #800000;
}

.price-on-sale ins .woocommerce-Price-amount.amount bdi,
.price-on-sale ins .woocommerce-Price-amount.amount bdi{
	color: #800000;
}

.product_brand_skud{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.product_brand_skud .item + .item{
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #D9D9D9;
}

.product-brand-image{
	width: 70px;
}

.product-short-description{
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.single_product_div{
	margin-top: 1rem;
}

.single_product_div img{
	margin-left: 0;
}

form.variations_form{
	flex-direction: column;
	align-items: flex-start !important;
}

form.cart:not(.variations_form){
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.woocommerce-variation{
    display: none !important;
}

.product-info .variations_button{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	padding: 0 0;
}

.ux-swatch--label{
	border-radius: 0.25rem;
}

table.variations{
	margin-bottom: 0.5rem;
}

table.variations .label{
	padding-right: 0.5rem;
}

table.variations .label label{
	margin-bottom: 0;
	font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
	font-weight: 700;
}

table.variations select{
	display: inline-block;
	width: auto;
	height: unset;
	margin: 0;
	padding: 0.5rem 1.5rem 0.5rem 0.625rem;
	border: 1px solid rgba(0, 0, 0, 0.30);
	border-radius: 50rem;
	box-shadow: none !important;
	font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}

.label-choose-size{
	margin-left: 1rem;
	color: rgba(0, 0, 0, 0.50);
}


/*===*/
.product-info .quantity{
	margin: 0;
}

.quantity-label{
	font-weight: 700;
	font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
	align-self: center;
}

.ux-quantity{
	margin: 0;
	padding: 0.25rem;
}

.ux-quantity input[type="button"]{
	width: clamp(1.75rem, 1.725rem + 0.125vw, 1.875rem);
	height: clamp(1.75rem, 1.725rem + 0.125vw, 1.875rem);
	min-height: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	background-color: #A6A6A6;
	border: 0;
	color: #fff;
	font-size: 1.25rem;
	line-height: 0;
	text-shadow: none;
	box-shadow: none;
}

.quantity .button.minus,
.quantity .button.plus{
	border-radius: 50% !important;
}

.ux-quantity input[type="number"]{
	height: unset;
	background-color: transparent;
	border: 0;
	box-shadow: none !important;
	font-weight: 700;
}

.single_add_to_cart_button{
	width: 100%;
	margin-top: 1rem;
	background-color: var(--primary-color) !important;
	border-radius: 0.25rem;
}

.contact-button{
	width: 100%;
	margin-top: 0.5rem;
	border-radius: 0.25rem;
	font-size: 1em;
}


/*===*/
.woocommerce-tabs .product-tabs{
	border-bottom: 1px solid #989898;
}

.woocommerce-tabs .product-tabs li a{
	padding: 0;
	color: #565656;
	border-radius: 0;
	font-size: 1rem;
	position: relative;
}

.woocommerce-tabs .product-tabs li.active a{
	color: var(--primary-color);
	background-color: transparent;
}

.woocommerce-tabs .product-tabs li.active a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1.5px;
	width: 100%;
	height: 3px;
	background-color: #1E1E1E;
	border-radius: 50rem;
}


/**/
.product-footer{
	margin-bottom: 1.5rem;
}


/*===*/
.swiper .product-small{
	padding: 0;
}


/*====*/
#post-list .row .post-item{
	padding-bottom: 1.5rem;
}

.infor-single-post ul {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    gap: .75rem;
    color: #7c7c7c;
    font-size: 15px
}

.blog-share{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
	font-weight: 700;
}

.blog-share .social-icons a{
	background-color: #000;
	color: #fff;
	margin: 0;
}

.blog-share .social-icons a i{
	top: unset;
}

.blog-tag{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
}

.blog-tag a{
	padding: 0.125rem 0.5rem;
	border-radius: 0.25rem;
	background-color: #e3e3e3;
	font-size: 0.875rem;
	line-height: normal;
}

.blog-single .single-page{
	padding-top: 0;
	padding-bottom: 0;
}

.blog-single .single-page .row{
	max-width: unset !important;
}

.blog-single .post.type-post{
	margin-bottom: 0;
}

/*===*/
.widget .widget-title {
	display: block;
	margin-bottom: 0.75rem;
	font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}

.widget .is-divider{
	display: none;
}

.recent-blog-posts-li + .recent-blog-posts-li{
	border-top: 1px dashed #ccc;
}

.recent-blog-posts-li .recent-blog-posts{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.recent-blog-posts-li .badge{
	width: 5rem;
	height: 4rem;
	border-radius: 0.25rem;
	overflow: hidden;
}

.recent-blog-posts a{
	font-size: 0.875rem;
	font-weight: 600;
}

/*===*/
ul.product_list_widget li + li{
	margin-top: 0.375rem;
	border-top: 1px dashed #ccc;
}

ul.product_list_widget li{
	min-height: unset;
	padding-top: 0.375rem;
	padding-left: 6rem;
	font-size: 0.75rem;
}

ul.product_list_widget li img{
	width: 5rem;
	height: 4rem;
	top: unset;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.product_list_widget .product-title{
	font-size: 0.875rem;
	font-weight: 600;
}

.product_list_widget ins span.amount,
.product_list_widget > li > span.amount{
	color: #ce2e2e;
}


/*===*/
.phone-bar a{
	background-color: #e60808;
	font-size: 1.25rem;
}


/*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {

}
	
@media (max-width: 1299.98px) {

}

/*`xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { ... }

/*lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.off-canvas-right .mfp-content{
		background-color: #000 !important;
		width: 100%;
	}

	.off-canvas .mfp-close svg{
		/*filter: invert(1);*/
	}

	.mobile-sidebar .nav-vertical>li>a{
		color: #fff;
	}

	.mobile-sidebar .nav-vertical>li+li{
		border-top: 1px solid #242424;
	}

	.mobile-sidebar .nav-vertical>li>a img{
		filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(46%) hue-rotate(158deg) brightness(120%) contrast(100%);
	}

	.mobile-nav .button {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: unset;
        min-height: unset;
        width: 2rem;
        height: 2rem;
        margin: 0;
        padding: 0.25rem;
        color: var(--primary-color);
        font-size: 1rem;
        line-height: 0.8;
        border-color: var(--primary-color);
    }

    .mobile-nav .button .icon-menu {
        line-height: 1;
    }

    .mobile-nav .button .icon-menu:before {
        content: "\f0c9";
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
    }

    .header-search{
    	margin-left: 1rem !important;
    	margin-right: 1rem !important;
    }

    .header-search > a{
    	width: 1.875rem;
        height: 1.875rem;
    	background-image: url(/wp-content/uploads/2025/01/icon-search.png);
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: contain;
    }

    .header-search > a .icon-search{
   		display: none !important;
    }

	/*===*/
	.product-gallery,
	.product-info{
		padding-bottom: 0;
	}
}
/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	body{
		font-size: 0.875rem;
	}

	.row.small-columns-2 .col:nth-child(even),
	.row.row-small > .col.small-6:nth-child(even){
		padding-left: 0.25rem;
	}

	.row.small-columns-2 .col:nth-child(odd),
	.row.row-small > .col.small-6:nth-child(odd){
		padding-right: 0.25rem;
	}

	/*===*/
	.ux-swatch--label{
		font-size: 0.75rem;
	}

	.ux-swatch--color,
	.ux-swatch--image{
		width: 20px;
		height: 20px;
	}

}
/*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.justify-content-lg-between{
		justify-content: space-between;
	}

	.justify-content-lg-end{
		justify-content: flex-end;
	}

	.flex-lg-row-reverse{
		flex-direction: row-reverse;
	}

	.header-bottom .header-bottom-nav > .menu-item > a{
		padding: 0.25rem 1rem;
		font-weight: 400;
		text-transform: uppercase;
	}

	.header-bottom .header-bottom-nav > .menu-item:hover > a{

	}

	.header-nav .sub-menu,
	.active>ul.children, .active>ul.sub-menu:not(.nav-dropdown){
		display: none !important;
		padding: 0;
		/*min-width: unset;*/
		border: 0;
		border-radius: 0.25rem;
		background-color: #fff;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}

	.header-nav .menu-item{
		width: unset !important;
		min-width: unset !important;
		position: relative;
	}

	.header-nav .sub-menu>.menu-item>a{
		padding: 0.75rem 0;
		font-size: 15px;
		font-weight: 500;
		color: #000;
		text-transform: capitalize;
	}

	.header-nav .sub-menu > .menu-item:hover > a{
		color: var(--primary-color);
	}

	.header-nav .menu-item:hover>.sub-menu{
		display: block !important;
		animation: menu 0.3s;
	}

	.header-nav .sub-menu .menu-item>.sub-menu{
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 10;
	}

	.header-nav .sub-menu li{
		display: block;
	}

	@keyframes menu {
	    0% { transform: translateY(20px); opacity: 0}
	    100% { transform: translateY(0px); opacity: 1}
	}

	/*===*/
	.row-footer{
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.row-footer:after{
		content: none;
	}

	.col-lg-auto{
		flex-basis: auto;
		max-width: fit-content;
	}


	.row-brand > .col{
		flex-basis: 20%;
        max-width: 20%;
	}

}
/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1500px) {
	
}