/*
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;
}

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

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

[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-slider .flickity-slider > .col > .col-inner{

}

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

.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;
}

/*===*/
.searchform{
	background-color: #fff;
	border-radius: 0.5rem;
}

.searchform input[type=search]{
	padding: 0.25rem 1rem;
	background-color: transparent !important;
	border-radius: 0 !important;
	border: 0;
	box-shadow: unset;
	height: 2.75rem;
}

.searchform button{
	background-color: transparent;
	color: #656565;
	border: 0;
	font-size: 1rem;
}

/*===*/
.header-cart-link{
	display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
}

.header-cart-icon{
	margin-left: 0 !important;
}

.header-hotline{
	display: flex;
	gap: 0.5rem;
}

.header-hotline i{
	transform: rotate(-45deg);
}

.nav>li.html{
	font-size: unset;
}


/*===*/
.tp-vertical-menu-wrap .tp-vertical-menu-title-wrap,
.popup-offcavas-category{
	display: flex;
	gap: 0.25rem;
	align-items: center;
	padding: 0.5rem 0;
	font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    font-weight: 700;
}

.tp-vertical-menu-wrap .tp-vertical-menu-icon,
.popup-offcavas-category .icon{
	display: inline-block;
	font-size: unset;
	width: 1rem;
	height: 1rem;
	background-image: url('/wp-content/themes/flatsome-child/images/vertical-menu-icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	line-height: 1;
}

.tp-vertical-menu-wrap .tp-vertical-menu-icon i{
	display: none;
}

.tp-vertical-menu-wrap .tp-vertical-menu-title{
	line-height: 1;
}

.tp-vertical-menu-wrap .tp-vertical-menu-container > ul > li.menu-item > a{
	padding: 0.5rem 1rem;
}


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



/*===*/
.off-canvas-left .mfp-content{

}

.off-canvas-left .mfp-content::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.off-canvas-left .mfp-content::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.off-canvas-left .mfp-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.mobile-sidebar .nav-sidebar li.menu-item a{
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.75rem 2rem 0.75rem 1.25rem;
}

.mobile-sidebar .nav-sidebar li.menu-item >.toggle{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	margin: 0;
}




.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);
}



/*===*/
.icon-policy{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	height: 100%;
	padding: 1rem;
	background-color: #fff;
	color: #8E8E8E;
}

.icon-policy .icon-box-img{
	width: clamp(2rem, 1.6rem + 2vw, 4rem) !important;
}

.icon-policy img{
	padding-top: 0;
}


.icon-policy h3{
	color: #000 !important;
}

/*===*/
.main-title h2{
	margin-bottom: 0;
	font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
	font-weight: 700;
}

.main-title .section-title-normal{
	border-bottom: 0;
}

.main-title .section-title-main{
	padding-bottom: 0;
	border-bottom: 0;
}

.main-title .section-title a{
	font-size: 1rem;
	font-weight: 400;
}

.main-title .section-title b{
	opacity: 0;
}


/*===*/
.wrapper-content>.col-inner{
	padding: clamp(1rem, 0.9rem + 0.5vw, 1.5rem) 1rem;
	background-color: #fff;
	border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
}


/*===*/
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
	margin-top: 0 !important;
	opacity: 1;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg{
	margin-top: 0;
}

.flickity-prev-next-button.previous{

}

.flickity-prev-next-button.next{

}



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

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


.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{
	margin-bottom: 0.5rem;
	color: #969595;
}

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

.box-blog-post .flatsome-custom-post{
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	margin-top: auto;
}

.box-blog-post .flatsome-custom-post .date{
	color: #969595;
}

.box-blog-post .flatsome-custom-post .view-more a{
	margin: 0;
	padding: 0.25rem 0.5rem;
	border: 1px solid #FF6C00;
	border-radius: 0.5rem;
	color: #FF6C00;
}

/*===*/
.product-small .badge-container,
.product .badge-container{
	position: unset !important;
	margin: 0 !important;
}

.product-small .badge-container .badge,
.product .badge-container .badge{
	opacity: 1;
	height: unset;
	margin-top: 0;
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
}

.product-small.sale .badge-container .badge:first-child,
.product.sale .badge-container .badge:first-child{
	top: 1rem;
	left: 100%;
	transform: translateX(-100%);
}

.product-small .badge-container .badge-inner.new-bubble-auto,
.product .badge-container .badge-inner.new-bubble-auto{
	height: 2.5rem;
	background-color: transparent;
	position: relative;
}

.product-small .badge-container .badge-inner.new-bubble-auto:after,
.product .badge-container .badge-inner.new-bubble-auto:after{
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/uploads/2025/09/new.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.product-small .badge-container .badge-inner.on-sale,
.product .badge-container .badge-inner.on-sale{
	background-color: #FF6C00;
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
}


.row-slider .product-small.box{
	margin: 2px;
}

.product-small.box{
	background-color: #fff;
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.product-small.box .box-text{
	padding: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem);
}

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

.product-small.box .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.box .price-wrapper .price{
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
}

.product-small.box ins>.amount,
.product-small.box .price > span.amount{
	color: #FF5337;
}

.product-small.box del>.amount{
	color: #D9D9D9;
}




/*==== 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, 6rem + 20vw, 30rem);
}

.banner-page .bg-loaded{
	background-position: right bottom;
}

.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;
}

/* breadcrumb =================*/
.breadcrumb{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

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

.breadcrumb span.current-item{
	color: rgba(0, 0, 0, 0.50);
	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: rgba(0, 0, 0, 0.50);
}

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

/* footer =================*/
.section-footer{
	padding-bottom: 10px !important;
}

.col-footer h3{
	position: relative;
	margin-bottom: 1.5rem;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	font-weight: 600;
}

.col-footer h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	width: 3rem;
	height: 2px;
	background-color: #FF6C00;
	border-radius: 1rem;
}

.col-footer .ux-menu a.ux-menu-link__link{
	border-bottom: none !important;
}

.col-footer .ux-menu a.ux-menu-link__link:hover{
	color: #FF6C00;
}


.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);
}

.absolute-footer{
	display: none;
}

.coppyright{
	font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

/*===*/
.footer-follow-icon{
	margin-top: 1rem;
}

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

.footer-follow-icon a{
	min-width: unset !important;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	border: none !important;
	color: #fff !important;
}

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


/*===*/
.icon-find-map{
	display: block;
	max-width: 260px;
	margin-top: 1rem;
	background: radial-gradient(525.05% 525.05% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	padding: 0.25rem;
	border-radius: 50rem;
}

.icon-find-map .inner-icon{
	display: flex;
	align-items: center;
	background: radial-gradient(525.05% 525.05% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	border-radius: 50rem;
	transition: all .3s ease-in-out;
}

.icon-find-map .icon{
	width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
	height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
}

.icon-find-map .icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.icon-find-map .label{
	flex: 1;
	text-align: center;
}

.icon-find-map:hover .inner-icon{
	background: #FF6C00;
}


/*===*/
.form-contact-footer{
	display: flex;
	overflow: hidden;
	background: radial-gradient(525.05% 525.05% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	border-radius: 0.25rem;
}

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

.form-contact-footer .wpcf7-form-control-wrap input{
	height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
	margin-bottom: 0;
	box-shadow: none !important;
	border: 0;
	background-color: transparent;
	color: #fff;
	font-size: inherit;
}

.form-contact-footer .wpcf7-form-control-wrap input:placeholder{
	color: #fff;
}

.form-contact-footer button{
	margin: 0;
	background-color: transparent;
	box-shadow:  none !important;
	border: 0;
	color: #fff;
	font-weight: 400;
	font-size: inherit;
}

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


/*===*/
.wrapper-icon-footer > .col-inner{
	padding: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
	border-radius: 15px;
	border: 1px solid #FFF;
	background: radial-gradient(525.05% 525.05% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}


.box-icon-footer{
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	width: auto;
}

.box-icon-footer .icon-box-img{
	width: clamp(2rem, 1.8rem + 1vw, 3rem) !important;
}

.box-icon-footer img{
	padding-top: 0;
}

.box-icon-footer h3{
	margin-bottom: 0.25rem;
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.box-icon-footer .icon-box-text{
	font-size: 0.875rem;
}



/*==== archive-product*/

.product-categories li{
	border: 0 !important;
}

.product-categories li a{
	padding: 0.5rem 0 !important;
}


.warpper-top-product{
	position: relative;
	z-index: 1000;
}

.warpper-title{
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
	font-family: "Playfair Display", serif;
	font-weight: 400;
}

.warpper-fillter{
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.warpper-fillter .fillter-item{

}

.warpper-fillter select{
	height: 2.5rem;
	padding: 0.25rem 1.5rem 0.25rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.30);
	border-radius: 0.25rem;
	box-shadow: none;
	font-size: 1rem;
}

.wpf_layout_horizontal.wpf_items_wrapper{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.wpf_layout_horizontal .wpf_item{
	position: relative !important;
	border: 1px solid rgba(0, 0, 0, 0.50) !important;
	border-radius: 0.375rem !important;
}

.wpf_layout_horizontal .wpf_item_name{
	padding: 0.375rem 0.75rem !important;
	font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem) !important;
	line-height: normal !important;
}

.wpf_layout_horizontal .wpf_item_name:before{
	content: unset !important;
}

.wpf_layout_horizontal .wpf_item_name:after{
	font-size: 0.75rem !important;
	transition: all .3s ease-in-out;
}

.wpf_layout_horizontal .wpf_items_group{
	width: max-content !important;
	border-radius: 0.5rem;
	z-index: 1000;
}

.wpf_layout_horizontal .wpf_column_horizontal{
	display: flex;
	flex-direction: column;
}

.wpf_layout_horizontal .wpf_slider.ui-slider{
	margin: 0.5rem 0;
}


/*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: cover;
}

.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: 500;
} 


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


.product-info .price.product-page-price{
	margin-bottom: 1rem;
}

.product-info .price{
	display: flex;
	gap: 2rem;
	margin: 0;
	font-size: 1.125rem;
	font-weight: 400 !important;
}

.product-page-price del span.amount{
	color: #FF5337;
}

.product-page-price del span.amount{
	color: #8E8E8E;
}

.product-page-price > .price > span.amount,
.product-page-price > span.amount,
.product-page-price ins span.amount{
	color: #FF5337;
}


.product-sku{
	margin-bottom: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
	color: rgba(0, 0, 0, 0.50);
}

.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-wrap: wrap;
	align-items: unset !important;
	gap: 0.5rem;
}

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

.product-info .variations_button{
	display: flex;
	flex-wrap: wrap;
	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-top: 0;
	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;
	border-radius: 50rem;
	border: 1px solid rgba(0, 0, 0, 0.30);
	background: #FFF;
}

.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: transparent;
	border: 0;
	border-radius: 50% !important;
	color: var(--primary-color);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 0;
	box-shadow: none;
}

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



form.cart:not(.variations_form) > .single_add_to_cart_button,
.variations_button > .single_add_to_cart_button{
	display: none;
}

.flatsome-custom-single-product{
	width: 100%;
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

.flatsome-custom-single-product .button{
	flex: 1;
	padding: 0.375rem 1rem;
	border-radius: 0.5rem;
}

.flatsome-custom-single-product .single_add_to_cart_button{
	background-color: #FF5337;
}

.flatsome-custom-single-product .contact-button{
	background-color: #8C9196;
}



/*===*/
.product-tabs{
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 5px;
	border-right: 1px solid #FF6C00;
	border-bottom: 2px solid #FF6C00;
	background: #FFF;
}

.product-tabs li a{
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
	color: #FF6C00 !important;
}

.product-tabs li a:before{
	content: unset;
}

.product-section-title-related{
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 5px;
	border-right: 1px solid #FF6C00;
	border-bottom: 2px solid #FF6C00;
	background: #FFF;
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
	color: #FF6C00;
}

.related-products-wrapper > .row{
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 1rem 0.5rem !important;
	background-color: #fff;
	border-radius: 0.5rem;
}



/*====*/
#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{
	padding: 1rem;
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.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;
        border-color: #fff;
        color: #fff;
        font-size: 16px;
        line-height: 0.8;
    }

    .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-right: 1rem !important;
    }

    .icon-search{
   		color: #000;
    }

	/*===*/
	.product-gallery,
	.product-info{
		padding-bottom: 0;
	}

	/*==== Footer*/
	.box-icon-footer{
		flex-direction: column;
	}

	.box-icon-footer .icon-box-text{
		text-align: center;
	}



}
/*`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;
	}


	/*===*/
	.icon-policy{
		flex-direction: column;
	}

	.icon-policy .icon-box-text{
		text-align: center;
	}

}
/*`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.75rem 1rem;
		font-weight: 500;
		text-transform: uppercase;
	}

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

	}

	.header-bottom .header-nav .sub-menu,
	.header-bottom .active>ul.children,
	.header-bottom .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;
	}


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


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