/*
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');

:root{
	--fs-title: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}

body{
	font-family: "Inter", serif;
}

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

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

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

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

.btn-custom{
	min-height: unset;
	margin: 0;
	padding: 0.5rem 1rem;
	line-height: normal;
	font-size: 1rem;
	transition: all .3s ease-in-out;
}

.btn-x{
	border-radius: 10px;
	background: linear-gradient(180deg, #FEB91D 0%, #F9AC00 100%);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.main-title{
	position: relative;
}

.main-title.has-underline:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.325rem;
	width: 24rem;
	height: 1px;
	background-color: #EBEBEB;
	transform: translateX(-50%);
}

.main-title.has-underline:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.5rem;
	width: 7rem;
	height: 5px;
	background-color: #FC7504;
	transform: translateX(-50%) skewX(-20deg);
}

.main-title h2{
	margin-bottom: 0;
	font-size: var(--fs-title);
	font-weight: 500;
}


.main-title.main-title-line  .section-title{
	font-size: 1.75rem;
	font-weight: 700;
}

.main-title.main-title-line .section-title-main{
	position: relative;
	border-color: #FC7504;
}

.main-title.main-title-line .section-title-main:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1rem;
	height: 0.5rem;
	background-color: #FC7504;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.main-title.main-title-line .section-title a{
	font-size: 1rem;
	font-weight: 400;
	text-decoration: underline;
	color: #898989;
}

.main-title.main-title-line .section-title a i{
	display: none;
}

.box-main-title h2{
	margin-bottom: 0;
	font-size: var(--fs-title);
}




/*===*/
.header-main .header-inner{
	gap: 1.5rem;
}

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

.cart-item{
	align-self: flex-end;
	margin-left: 2rem !important;
}

.header-cart-link{
	padding: 0 !important;
	line-height: normal !important;
}


.hotline-header{
	display: flex;
	align-items: flex-end;
}

.hotline-header .icon{
	width: 3rem;
	height: 3.5rem;
	margin-right: -6px;
	background-image: url('/wp-content/themes/flatsome-child/images/icon-hotline.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

.hotline-header .label-text{
	flex: 1;
	position: relative;
}

.hotline-header .label-text .label-top{
	padding: 0.125rem 0.5rem;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 0.625rem;
}

.hotline-header .label-text .label-top:before{
	content: "";
	position: absolute;
	inset: 0;
	background-color: #2A2A2A;
	transform: translateX(-4px) skewX(-10deg);
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
	z-index: -2;
}

.hotline-header .label-text .label-top:after{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: #FC7504;
	transform: skewX(10deg);
}


.hotline-header .label-text .label-bottom{
	position: relative;
	padding: 0.75rem 1.5rem 0.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.hotline-header .label-text .label-bottom:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
	transform: translate(-90%, -50%);
	width: 6rem;
	height: 3rem;
	border-radius: 0px 14px 28px 0px;
	background-color: #fff;
}

.hotline-header .label-text .label-bottom:after{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-color: #35AF02;
	transform: skewX(-15deg);
}




.header-search-form-wrapper .searchform .flex-row{
	align-items: unset;
	background-color: #F9F9F9;
	border-radius: 0.325rem;
	border: 1px solid #E4E4E4;
}

.search-form-categories{

}

.header-search-form-wrapper .search_categories{
	height: 100%;
	background-color: #EDEDED;
	border: 0;
	box-shadow: none;
	font-size: 0.875rem;
}

.header-search-form-wrapper .search-field{
	height: 100%;
	background-color: transparent;
	border: 0;
	box-shadow: none !important;
	font-size: 0.875rem;
}

.searchform-wrapper:not(.form-flat) .submit-button,
.widget_search .submit-button{
	width: 3rem;
	height: 2.5rem;
	border-radius: 0.325rem !important;
	background-image: url('/wp-content/themes/flatsome-child/images/icon-search.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
	background-color: #35AF02;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.header-search-form-wrapper .submit-button i{
	display: none;
}

/*===*/
#logo>a{
	position: relative;
}

#header.sticky-jump .stuck:not(.ux-no-animation){
	animation: stuckMoveDown 1s;
	transition: all .3s ease-in-out;
}

#header .header-nav-main.nav-right .menu-item a{
	padding: 0.5rem 1rem;
	color: #000;
	font-size: 1rem;
	font-weight: 500;
}

#header .header-nav-main.nav-right .menu-item a:hover{
	color: #fff !important;
}


/*====*/
.main-slide{

}

.main-slide .flickity-page-dots .dot{
	width: 2rem;
	height: 0.25rem;
	border-radius: 50rem;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.main-slide .flickity-page-dots .dot.is-selected{

}

/*===*/
.tree-menu-category{
	height: 100%;
	padding: 1.5rem;
	background-color: #F9FCF9;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.tree-menu-category li.menu-item{
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: 600;
}

.tree-menu-category ul{
	list-style: none;
	margin: 0;
}

.tree-menu-category ul.submenu{
	margin-left: 2.5rem;
	display: none;
}

.tree-menu-category .menu-icon-image{
	max-width: 1.5rem;
	height: 1.5rem;
}


/**/
.woocommerce-search-form{
	margin-bottom: 0;
}

.search-form-container{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.search-form-container input,
.search-form-container select{
	flex: 1;
	height: unset;
	margin-bottom: 0;
	padding: 0.5rem 1rem;
}

.search-form-container button{
	border-radius: 0;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}


.col-wrapper>.col-inner{
	padding: 30px;
	border-radius: 1rem;
	box-shadow: 0 0 36.8px 0 rgba(0, 0, 0, 0.10);
}


/*===*/
.product-small.box{
	border: 1px solid #E3E3E3;
	margin-top: 0.25rem;
}

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

.product-small .box-image{

}

.product-small .box-text .product-title a{
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-wrapper{
	margin-top: 0.5rem;
}

.price-wrapper .price{
	display: flex;
	justify-content: space-between;
}

.product-small ins span.amount{
	color: #E61414;
	font-weight: 600;
	font-size: 0.875rem;
	
}

.product-small del{
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
	font-size: 0.75rem;
}

.badge-container{
	left: 80%;
	margin-top: -0.25rem;
}

.badge-container .badge{
	width: 2rem;
	height: 2.5rem;
}

.badge-container .badge .badge-inner{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 0.5rem;
	background-color: transparent;
	font-size: 12px;
	font-weight: 500;
}

.badge-container .badge .badge-inner:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	width: calc(100% + 0.5rem);
	height: 0.25rem;
	background-color: #515151;
	transform: translateX(-50%);
	clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}


.badge-container .badge .badge-inner:after{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: #FB7C0A;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
}



/*====*/
.gallery-partner .gallery-box{
	padding: 0.5rem;
	border-radius: 0.75rem;
	border: 1px solid #E8E8E8;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.gallery-partner .box-image img{
	object-fit: contain;
}


/*====*/
.col-counter .col-inner{
	border-radius: 0.75rem;
	background-color: #EFEFEF;
	--w-icon: 5rem;
}

.col-counter .counter-number{
	padding: 0.25rem;
	text-align: center;
	font-size: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
	font-weight: 700;
	color: #36B04A;
}

.col-counter .icon-box .icon-box-img{
	width: var(--w-icon) !important;
	height: var(--w-icon);
	margin-bottom: calc(-1 * var(--w-icon) / 2);
	padding: 1rem;
	background-color: #EFEFEF;
	border-radius: 50%;
	box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.25);
}

.col-counter .icon-box .icon-box-text{
	margin: 0 -0.5rem -0.5rem;
	padding: calc(var(--w-icon) / 2) 1rem 1rem;
	border-radius: 0.75rem;
	background-color: #EFEFEF;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
}

.col-counter .icon-box .icon-box-text h3{
	margin-bottom: 0;
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}






/*pagination*/
.nav-pagination{
	display: flex;
	justify-content: center;
}
.nav-pagination .page-number{
	border: 1px solid #000;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 0.875rem;
}

/*====*/
.row-banner-page > .col > .col-inner{
	background-color: #fff;
	padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
}

.banner-page{
	height: clamp(6.25rem, 2.5rem + 18.75vw, 25rem);
	position: relative;
}

.banner-page .title-banner-page{
	text-align: center;
	font-weight: 700;
}

.section-banner .section-content{
	display: flex;
	justify-content: center;
	padding: 0 3%;
}

.section-banner .title-page{
	margin-bottom: 0;
	text-align: center;
	font-weight: 700;
	font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
	text-transform: uppercase;
	color: var(--primary-color);
}


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

.breadcrumb span a{
	color: #898989;
	font-weight: 500;
}

.breadcrumb i{
	color: #1E73BE;
}


/*=================*/
.section-footer{
/*	padding-top: clamp(3.125rem, 2.875rem + 1.25vw, 4.375rem) !important;*/
	padding-bottom: 0 !important;
}

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

.icon-footer .icon-box-text{
	font-weight: 600;
}

.col-footer h3{
	position: relative;
	margin-bottom: 1rem;
}

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

.col-footer ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

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

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

.col-footer ul li a{
	position: relative;
}

.col-footer ul li a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.25rem;
	width: 100%;
	height: 1px;
	background-color: #000;
	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-social ul{
	display: flex;
	gap: 1rem;
	font-size: 1.125rem;
}

.col-social ul li a{
	color: #fff;
}

.absolute-footer  .footer-primary{
	width: 100%;
	padding-top: 1rem;
	border-top: 1px solid #fff;
	text-align: center;
	color: #000;
}


/*===*/
input.form-control,
.form-control{
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
	border-radius: 0.25rem;
}

.form-contact-footer .btn-custom{
	width: 100%;
	background-color: #000;
	border-radius: 0.25rem;
}

.form-contact-footer .col{
	padding-bottom: 0.375rem;
}

/*product*/
.product-main{
	padding-top: 0;
	padding-bottom: 20px;
}

.product-gallery, .product-info{
	background-color: #fff;
}


.product-container .product-images .flickity-viewport,
.woocommerce-product-gallery__wrapper .flickity-viewport .flickity-slider a{
	height: 550px !important;
}

.product-container .flickity-viewport .flickity-slider a{
	display: block;
}

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

.product-gallery-slider .flickity-prev-next-button.next{
	transform: translate(-20%, -50%);
}
.product-gallery-slider .flickity-prev-next-button.previous{
	transform: translate(20%, -50%);
}


.product-summary .product-title{
	font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
} 

.product-summary .price{
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

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

.product-summary .price-on-sale del .woocommerce-Price-amount.amount bdi{
	color: #7C7C7C;
}

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

.product_parameter tr td{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 1rem;
	border: 0;
}

.product-summary .product_parameter tr > td:first-child{
	width: 150px;
	font-weight: 600;
	color: #000;
}

.product-summary .variations_form{
	margin-top: 0.5rem;
}

.product-summary .variations_button{
	padding: 0;
}

.product-summary .quantity{
	display: none !important;
}

.product-summary form.cart>.single_add_to_cart_button,
.product-summary form.cart>.single_variation_wrap>.woocommerce-variation-add-to-cart>.single_add_to_cart_button{
	display: none;
}

.product-summary .group-button-add-cart{
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
}

.product-summary .group-button-add-cart .single_add_to_cart_button{
	flex: 1;
	margin: 0;
	padding: 0.5rem 1rem;	
	border: none;
	border-radius: 0.25rem;
	text-transform: uppercase;
}

.single_add_to_cart_button.button_buy_now{
	background-color: #D61D25;
}


/*===*/
.text-note-mail{
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	font-style: italic;
}

.form-call-advise{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

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

.form-call-advise .wpcf7-form-control-wrap input{
	background-color: #F3F3F3;
	border-radius: 0.375rem;
}

.form-call-advise .button{
	margin: 0;
	border-radius: 0.375rem;
}

.form-call-advise .wpcf7-spinner{
	position: absolute;
	right: 0;
	top: 55%;
	margin: 0;
	transform: translateX(120%);
}

.product-summary .social-icons{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.product-summary .social-icons:before{
	content: "Chia sẻ:";
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.product-summary .social-icons a{
	min-width: unset;
	min-height: unset;
	width: 2.25rem;
	height: 2.25rem;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #000;
	font-size: 1.125rem;
	transition: all .3s ease-in-out;
}

.product-summary .social-icons a i{
	top: unset;
}


/**/
.woocommerce-tabs{
	padding-top: 0 !important;
}

.woocommerce-tabs .product-tabs{
	flex-grow: unset;
	background-color: #fff;
	background: linear-gradient(90deg, #FFF 0%, #EDEDED 100%);
}

.woocommerce-tabs .product-tabs li{
	width: auto;
}

.woocommerce-tabs .product-tabs li a{
	padding: 0.25rem 1rem;
	border-radius: 0;
	font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
	color: #000;
	text-transform: uppercase !important;
	clip-path: polygon(0 0, 95% 0%, 100% 50%, 95% 100%, 0 100%, 5% 50%);
	line-height: 2;
}

.woocommerce-tabs .product-tabs li:first-child a{
	clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.woocommerce-tabs .tab-panels{
	margin-top: 1rem;
	padding: 1rem;
	background-color: #fff;
}

/*===*/
.product-section-title{
	position: relative;
	background: linear-gradient(90deg, #FFF 0%, #EDEDED 100%);
	margin-left: 0;
	padding: 0.25rem 1rem 0.25rem 2rem;
	font-size: var(--fs-title);
}

.product-section-title:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1.5rem;
	background-color: var(--primary-color);
	clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%);
}

.product-footer{
	padding-bottom: clamp(1rem, 0.6rem + 2vw, 3rem);
}


/*====*/
.blog-wrapper,
.single-page{
	padding-top: 0;
}

.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-single .single-page{
	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);
	color: #f9ac00;
}

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


/*====*/
.form-contact .form-control{
	height: unset;
	margin-bottom: 0;
	padding: 0.75rem 1rem;
	background-color: #F6F8FA;
	border-radius: 0.25rem;
	transition: all .3s ease-in-out;
}

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

.form-contact .btn-custom{
	width: 100%;
	border-radius: 0.25rem;
}


.block-contact-career{
	margin-top: -30%;
}

.box-form-contact{
	margin-bottom: 0;
	padding: 5%;
	background-color: #fff;
	box-shadow: 0px 16px 32px 5px rgba(30, 40, 51, 0.08);
	border-radius: 0.5rem;
}

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


/*`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) {

	.mobile-nav>.search-form{
		flex: 1;
	}


	.header-bottom{
		background-color: #feb91d !important;
	}


	.cart-icon strong,
	.cart-icon strong:after{
		border-color: #fff !important;
		color: #fff;
	}

	.header-main li.html.custom{
		display: block !important;
	}



	.search-form-categories{
		display: none !important;
	}

	.mobile-nav .button{
		width: 2.25rem !important;
		height: 2.25rem !important;
	}


	.category-page-row{
		padding-top: 0;
	}

	/*====*/

	.mfp-bg.off-canvas{
		background-color: #000 !important;
	}
	.off-canvas .mfp-close svg{
		filter: invert(1);
	}

	.mobile-nav .button {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: unset;
        min-height: unset;
        width: 2.25rem;
        height: 2.25rem;
        margin: 0;
        padding: 0.25rem;
        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;
    }

	/*===*/
	.icon-footer{
		flex-direction: column;
		gap: 0.5rem;
	}

	.icon-footer.icon-box-left .icon-box-img+.icon-box-text{
		padding-left: 0;
	}

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

}
/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

	body{
		font-size: 0.75rem;
	}

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

	.main-slide .flickity-page-dots{
		bottom: 2px;
	}

	.main-slide .flickity-page-dots .dot{
		width: 1rem;
		border-width: 2px;
	}

	.btn-custom{
		padding: 0.25rem 1rem;
		border-radius: 0.375rem;
		font-size: 0.75rem;
	}

	.grid-wrapper-video .grid-item-video:nth-child(3){
		grid-column: span 6;
	}

	.grid-wrapper-video .grid-item-video:nth-child(1),
	.grid-wrapper-video .grid-item-video:nth-child(2),
	.grid-wrapper-video .grid-item-video:nth-child(4),
	.grid-wrapper-video .grid-item-video:nth-child(5){
		grid-column: span 3;
	}

	.icon-footer{
		flex-direction: row;
		gap: 0.5rem;
		align-items: center;
		line-height: 1.2;
	}

	.icon-footer .icon-box-img{
		width: 40px !important;
	}

	/*===*/
	.product-small .box-image{
		border-radius: 0.25rem;
	}
	.product-small .box-text{
		border-radius: 0.25rem;
	}

	.product-small .box-text .product-title a{
		font-size: 14px;
	}
	.product-small .custom-wrapper{
		flex-direction: column;
	}

	.product-small .custom-wrapper .label-sale-price bdi,
	.product-small .custom-wrapper .label-price-range span.amount{
		font-size: 12px;
	}

	.product-small .btn-custom{
		font-size: 12px;
		border-radius: 0.375rem;
	}

	.product-small .custom-wrapper .label-soild{
		font-size: 0.75rem;
	}

	.product_parameter tr td{
		font-size: 0.875rem;
	}

	.ux-swatch--label{
		font-size: 0.75rem;
	}
	.ux-swatch--color, .ux-swatch--image{
		width: 20px;
		height: 20px;
	}

	.product-summary .group-button-add-cart .single_add_to_cart_button{
		line-height: 1.5;
	}

	.form-call-advise .wpcf7-form-control-wrap input{
		font-size: 0.875rem;
	}

	.product-summary .social-icons a{
		font-size: 0.875rem;
	}


	.search-form-container input,
	.search-form-container select{
		flex: unset;
	}

	.search-form-container button{
		width: 100%;
		padding: 0.5rem 1rem;
	}

}
/*`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) {
	.g-md-3{
		--gutter: 1rem;
	}
	.text-md-center{
		text-align: center;
	}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.justify-content-lg-between{
		justify-content: space-between;
	}


	/*===*/
	.header-bottom .header-bottom-nav > .menu-item > a{
		padding: 0.5rem 0;
		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}
	}




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

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