/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* Font */
@font-face {
	font-family: 'Brandon';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url(./fonts/._Brandon_bld.otf) format('truetype');
	}
.pt-0 {
	padding-top: 0;
}
.pb-0 {
	padding-bottom: 0;
}
h1,h2,h3,h4,h5{
	font-family:'Brandon' !important;
	font-weight: bold !important;
	
}

/*header*/
.cart-item .header-button a.header-cart-link {
	border-width: 2px;
	border-color: #ffffff;
	min-width: 120px;
}
.cart-item .header-button a.header-cart-link:hover {
	border-color: #ffffff;
	background-color: #2f4858;
}

.button span.header-cart-title {
	text-transform: initial;
	color: #ffffff;
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
}
.header-nav-main.nav.nav-right {
	flex-wrap: nowrap;
}
form.searchform .search-field {
	width: 400px;
	font-size: 13px;
	box-shadow: 1px 1px 10px rgb(124 161 168);
}

/*logo*/
#logo {
	position: relative;
}
#headerCatProduct {
	position: absolute;
}

/*block header*/
.wrap-icon-header {
	flex-wrap: nowrap;
	min-width: 400px;
}

.icon-middle {
	align-items: center;
	flex-wrap: nowrap;
}
.icon-header .text {
	font-size: 14px;
}
.icon-header .text a {
	color: #ffffff;
}
.icon-header .text a.text-sm {
	font-size: 80%;
}
.icon-header .text a:hover {
	color: #fbd947;
}

/*header bottom*/
.header-bottom-nav > li > a {
	padding: 0px;
}

/*menu product cat*/
.wrap-menu-product-cat {
	display: none;
	margin-top: 6px;
}

.cat-menu-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 44px;
	padding: 10px;
	width: 280px;
	gap: 10px;
	background-color: var(--primacy-color);
	color: #ffffff;
}
.cat-menu-header .icon-menu {
	font-size: 22px;
}

.cat-menu-header span.cat-menu-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

#mega-menu-wrap-max_mega_menu_1 {
	width: 280px;
}

/*max mega menu*/

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
	/* display: flex;
	flex-direction: column; */
	display: none;
}

#mega-menu-wrap-max_mega_menu_1
#mega-menu-max_mega_menu_1
> li.mega-menu-item
> a.mega-menu-link {
	display: flex;
	align-items: center;
	gap: 6px;
}
#mega-menu-wrap-max_mega_menu_1
#mega-menu-max_mega_menu_1
li.mega-menu-item-has-children
> a.mega-menu-link
> span.mega-indicator {
	margin-left: auto;
}

#mega-menu-wrap-max_mega_menu_1
#mega-menu-max_mega_menu_1
li.mega-menu-item
> ul.mega-sub-menu {
	top: 0;
	left: 280px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 input,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img {
	width: 24px;
	height: 24px;
}

.header-bottom-nav {
	/* display: flex;
	gap: 20px;
	margin-left: 5rem; */
	justify-content: CENTER;
	text-align: CENTER;
}
.header-bottom-nav li a {
	font-size: 16px;
}

/*button*/
.custom-button.is-outline {
	border-radius: 4px;
	white-space: nowrap;
	border: 1px solid #f1f1f1;
	color: #333333 !important;
	font-weight: 400;
	line-height: 36px;
}
.custom-button.is-outline:hover {
	border-color: #dd0115;
	color: #333333 !important;
}
.custom-button.is-outline.text-blue {
	color: #007bff !important;
}

/*row*/
.col-scroll-x {
	overflow-x: scroll;
	padding-bottom: 0px !important;
}
.col-scroll-x::-webkit-scrollbar {
	width: 0px;
}
.col-scroll-x .col-inner {
	display: flex;
	width: fit-content;
	margin: 0 0 0 auto !important;
}
/*product box*/
.product-small .box-image .show-on-hover {
	opacity: 1;
	display: block !important;
}
.product-title a {
	text-transform: uppercase;
	height: 34px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 22px;
	max-width: 100%;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px !important;
}
.product-title a:hover {
	color: #dd0115;
}
span.amount {
	white-space: nowrap;
	color: red;
	font-weight: bold;
}

.col-inner .product-small.box {
	border: 1px solid #c2c2c2;
	padding: 2px;
	border-radius: 4px;
}

.col-inner .product-small.box:hover {
	box-shadow: 1px 1px 10px rgb(124 161 168);
}
.product-small .box-text {
	padding-bottom: 0.7em;
}
/*title section*/
.title-section {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0;
}
.title-section a {
	color: #333333;
	text-transform: uppercase;
}
.title-section a:hover {
	color: #dd0115;
}

/*price product*/
.price {
	line-height: inherit;
}
.price .btn-contact {
	color: #dd0115;
}
.bg-blue-light {
	background-color: #f9f9fb;
}

.social-icons a {
	margin-bottom: 0;
}
/*widget sidebar*/
#shop-sidebar aside,
#product-sidebar aside {
	border: 1px #ebebeb solid;
	border-left: ; /*1px #ebebeb solid;
	border-right: 1px #ebebeb solid;*/
}
#shop-sidebar aside .widget-title,
#product-sidebar aside .widget-title {
	font-size: 18px;
	line-height: 26px;
	color: white;
	display: block;
	background: #dd0115;
	padding: 6px 20px;
	margin: 5px 5px;
}
#shop-sidebar aside .is-divider,
#product-sidebar .is-divider {
	display: none;
}

#shop-sidebar aside.widget_product_categories ul li {
	position: relative;
}

#shop-sidebar aside.widget_product_categories ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid #aaaaaa;
}
#shop-sidebar aside.widget_product_categories ul li a {
	padding-left: 40px;
	padding-right: 10px;
}

#shop-sidebar aside.widget_product_categories ul li.active:after,
#shop-sidebar aside.widget_product_categories ul li:hover:after {
	content: '\f00c';
	position: absolute;
	left: 10px;
	font-family: FontAwesome;
	color: #43d707;
	padding-right: 5px;
}
.price_slider_wrapper {
	padding: 5px 10px 0px 5px;
}
/*shop*/
.featured-title .page-title-inner {
	padding-top: 0px;
	padding-bottom: 0px;
}
.featured-title .page-title-inner .flex-col.flex-grow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 12;
}
/*single page product*/
#product-sidebar ul.product-categories > li > a {
	padding-inline: 5px;
}
#product-sidebar ul.product-categories > li > ul {
	border-left: unset;
}
.product-info.col-divided {
	border-right: unset;
}
form.cart,
.single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: column;
}
form.cart .buy_now_button,
.single_variation_wrap .woocommerce-variation-add-to-cart .buy_now_button {
	margin-right: 0px;
	font-weight: normal;
	background-color: transparent !important;
}
.cus-btn-animate,
.single_add_to_cart_button {
	border: 1px solid #dd0115;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.cus-btn-animate:before,
.single_add_to_cart_button:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #dd0115;
}
.cus-btn-animate:before {
	transform: scaleX(1);
	transform-origin: left center;
}
.single_add_to_cart_button:before {
	transform: scaleX(0);
	transform-origin: right center;
}

.cus-btn-animate:not([disabled]):before,
.single_add_to_cart_button:not([disabled]):before {
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cus-btn-animate:hover:before {
	transform: scaleX(0);
	transform-origin: right center;
}
.single_add_to_cart_button:hover:before {
	transform: scaleX(1);
	transform-origin: left center;
}
.cus-btn-animate {
	color: #ffffff;
	font-weight: normal;
}
.single_add_to_cart_button {
	background-color: transparent !important;
	color: #dd0115;
	font-weight: normal;
}
.cus-btn-animate:hover {
	background-color: transparent !important;
	box-shadow: none;
	color: #dd0115;
}
.single_add_to_cart_button:hover {
	box-shadow: none;
	color: #ffffff;
}
#product-sidebar {
	padding-left: 0px;
}
#custom_html-2 {
	padding: 10px;
}

/*blog sidebar*/
.recent-blog-posts .post_comments {
	display: none;
}
/*footer*/
.col-form-contact .wpcf7-form {
	margin-bottom: 0;
}
.col-form-contact .wpcf7-spinner {
	display: none;
}

.col-form-contact .wpcf7-form-control {
	height: 42px;
	border-radius: 4px 0px 0px 4px;
}
.col-form-contact .wpcf7-email {
	width: 100%;
}
.col-form-contact .wpcf7-submit {
	color: #333333;
	line-height: 26px;
	padding: 7px 20px;
	font-size: 14px;
	border-radius: 0px 4px 4px 0px;
	background-color: #fbd947 !important;
	text-transform: initial;
	margin-right: 0px;
}
.section-p-1 {
	padding: 10px 0;
}
@media screen and (min-width: 600px) {
	.stuck #headerCatProduct {
		margin-top: -58px;
	}
	.stuck .cat-menu-header {
		background-color: #dd0115;
	}

	.stuck #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap {
		display: none;
	}
	#headerCatProduct:hover #mega-menu-wrap-max_mega_menu_1.mega-menu-wrap {
		display: block;
	}
	.header-nav-main.nav.nav-left {
		justify-content: center;
	}
	.header-search-form-wrapper {
		margin-right: 20px;
	}
}
@media screen and (max-width: 600px) {
	.col-inner p {
		text-align: justify;
	}
	/*icon cart header*/
	.cart-item .header-button a.header-cart-link {
		border-width: 0px;
		min-width: 44px;
	}
	h3 {
		font-size: 2em;
	}
	/*cat menu*/
	#headerCatProduct {
		display: none;
	}
	/*header main*/
	.nav-vertical > li > a {
		gap: 6px;
	}
	/*header bottom*/
	.header-wrapper .header-bottom {
		background-color: var(--primary-color);
	}
	/*banner*/
	.custom-banner .banner-grid-wrapper .wrap-banner.grid-col-2-3 {
		height: 225.5px !important;
	}
	/*sidebar menu*/
	.off-canvas .sidebar-menu {
		padding-top: 0px;
	}
	.off-canvas:not(.off-canvas-center) li.html {
		padding: 5px 20px;
		background-color: #dd0115;
	}
	.social-icons {
		text-align: center;
	}
	form.searchform .search-field {
		width: max-content;
		font-size: 18px;
		box-shadow: 1px 1px 10px rgb(124 161 168);
		background: white;
	}
}

/* new */
.badge-circle,
.badge-outline {
	margin-left: -0.4em;
	margin-top: 1rem;
}
.tab-home.tabbed-content ul li a {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: bold;
}
.text-flex-home .section-title {
	display: flex;
	justify-content: center;
}
.text-justify p {
	text-align: justify;
}
.row.row-cf7-page {
	background: white;
	border-radius: 12px;
	padding: 10px;
}
.row.row-cf7-page .col {
	margin: 0 20px;
	padding: 0;
}
.mb-5.text-align {
	text-align: center;
	color: var(--primary-color);
	font-size: 26px;
	font-weight: bold;
}
.woocommerce-shipping-fields {
	display: none !important;
}
.name.product-title.woocommerce-loop-product__title {
	font-weight: bold;
}

/* New */
.header-contact-wrapper li a span {
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.icon-phone:before {
	content: '';
}
.section-title b {
	flex: 0 !important;
}
.section-title-container {
	margin: 0;
}
.imgborder img {
	border-radius: 12px;
}
.imgborder img:hover {
	transform: scale(1.1);
}
.product-short-description ul li {
	text-align: justify;
}
.is-divider.small {
	display: none;
}
.product-info.summary form {
	display: none;
}
.product-info.summary.col-fit {
	display: flex;
	flex-direction: column;
}
.product-info.summary.col-fit .product_meta {
	order: -1;
}
.product_meta span:first-child {
	display: none;
}
.product_meta span:last-child {
	font-size: 18px;
	text-align: center;
	color: white;
	background: var(--primary-color);
	display: inline-block;
	padding: 5px 20px;
	border-radius: 8px;
	text-transform: capitalize;
	font-weight: bold;
}
.product_meta span:last-child a {
	color: white !important;
}
.product_meta span:last-child:hover {
	transform: scale(1.1);
}
.breadcrumbs a {
	color: hsla(0, 0%, 40%, 0.7);
	font-weight: 400;
	text-transform: capitalize;
	color: white !important;
}
.product-footer .woocommerce-tabs {
	border-top: 1px solid #ececec;
	padding: 30px 20px;
	background: #ddd;
	border-radius: 12px;
	margin-bottom: 2rem;
}
.page-title.shop-page-title.product-page-title,
.shop-page-title.category-page-title.page-title {
	background: #333333 !important;
}
.page-title.shop-page-title.product-page-title div,
.shop-page-title.category-page-title.page-title div {
	padding: 0 !important;
}
.breadcrumbs .divider,
.breadcrumbs .separator {
	font-weight: 300;
	margin: 0 0.3em;
	position: relative;
	top: 0;
	color: white;
	opacity: 1 !important;
}
.breadcrumbs a:hover {
	color: var(--primary-color) !important;
	transform: scale(1.1);
}
.shop-page-title.category-page-title.page-title .breadcrumbs {
	color: white;
}
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-item
> a.mega-menu-link {
	line-height: 40px;
	height: 40px;
	padding: 0px 10px 0px 10px;
	vertical-align: baseline;
	width: auto;
	display: block;
	color: #333333;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	background: rgba(0, 0, 0, 0);

	border: none !important;
	border-radius: 0;
	font-family: inherit;
	font-size: 20px;
	font-weight: normal;
	outline: none;
	font-weight: bold;
}
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link:hover {
	border-radius: 8px;
	white-space: nowrap;
	width: 100%;
}
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-item
> a.mega-menu-link {
	white-space: nowrap;
	width: max-content;
	font-size: 14px;
}
#mega-menu-wrap-primary
#mega-menu-primary
> li.mega-menu-megamenu
> ul.mega-sub-menu
> li.mega-menu-item
li.mega-menu-item
> a.mega-menu-link:hover {
	border-color: rgba(0, 0, 0, 0);
	border-radius: 8px;
	margin-bottom: 5px;
	padding: 0 5px;
}
.image-tools .cart-icon {
	bottom: 100%;
	left: 10px;
	margin: 5px;
	position: absolute;
	display: none;
}
.sec-ft .ux-menu-link__text {
	color: white;
}
.sec-ft {
	border-top-left-radius: 50px;
}
.blog-vieclam .box-text-inner.blog-post-inner {
	background: #ffd100;
	padding: 20px;
	border-radius: 8px;
	height: 222px;
}
.blog-vieclam .is-divider {
	display: none;
}
.title-vieclam.border .section-title-bold span,
.title-vieclam.border .section-title-bold-center span {
	border: 2px solid black;
	padding: 0.3em 2.8em;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.section-title-bold span,
.section-title-bold-center span {
	border: 2px solid white;
	padding: 0.3em 2.8em;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.blog-vieclam .box-text-inner.blog-post-inner:hover {
	background: #63666a;
}
.blog-vieclam .box-text-inner.blog-post-inner:hover h5 {
	color: #ffd100;
}
.blog-vieclam .box-text-inner.blog-post-inner:hover .from_the_blog_excerpt {
	color: white !important;
}
.gallery-doitac .box-image {
	text-align: center;
}
.gallery-doitac .box-image img {
	width: 180px;
	height: 40px;
	object-fit: contain;
}