:root {
	--font-default: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--border-color: #ebebeb;
	--black: #000;
	--white: #fff;
	--swiper-button-color: #ee6d30;
	--font-normal: 400;
	--font-semibold: 600;
	--font-bold: 700;
	--grid-gutter: 10px;
	--grid-gutter-m: 16px;
	--container-gutter: 20px;
	--container-gutter-s: 40px;
	--container-gutter-m: 60px;
	--container-gutter-ml: 80px;
	--container-max: 1040px;
	--element-space-sm: 10px;
	--element-space: 20px;
	--element-space-lg: 30px;
	--column-space: 10px;
	--section-space: 1em;
	--section-space-lg: 6em;
	--section-header: 2em;
	--section-header-lg: 4em;
	--s: 480px;
	--sm: 576px;
	--md: 768px;
	--lg: 992px;
	--xl: 1200px;
	--xxl: 1400px;
	--text-large: calc(1.15 * var(--bs-body-font-size));
	--text-small: calc(0.85 * var(--bs-body-font-size));
	--gutter: 1.5rem;
	--shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0 1px 3px -1px;

	--swiper-pagination-color: #032435;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bullet-width: 16px;
	--swiper-pagination-bullet-height: 16px;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	--swiper-navigation-color: #032435;
	--swiper-navigation-size: 44px;
	--swiper-theme-color: #032435;

	--primary-color: #bb312a;
	--fs-color-secondary: #7141b1;
	--secondary-color: #7141b1;
}

.banner-home {
	min-height: 1000px !important;
	background-image: url('https://bizweb.dktcdn.net/100/430/435/themes/831833/assets/slider_1.png?1705460426553') !important;
}

.banner-home {
	display: flex;
	flex-direction: row;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}

@media (max-width: 767px) {
	.banner-home {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.banner-home {
		display: none !important;
	}
}

.banner-home__column {
	min-height: 100%;
	display: flex;
	align-items: flex-end;
	width: 33.33%;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	padding: 20px 30px 50px;
}

.banner-home__column:hover img {
	opacity: 1;
}

.banner-home__column:hover {
	background: rgba(0, 0, 0, 0.5) !important;
	z-index: 0.5 !important;
}

.banner-home__image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.banner-home__box-text {
	position: relative;
	z-index: 3;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 100px;

	h3 {
		color: #fff;
		text-transform: uppercase;
		font-size: 36px;
		font-weight: 600;
		margin-bottom: 0px;
	}

	div {
		font-weight: 600;
		font-size: 16px;
		color: #fff;
	}
}

.home-products {
	.home-products_slider.product-small {
		background: #fff;
		border-radius: 10px;

		.box-text {
			.title-wrapper {
				margin-bottom: 10px;
				font-weight: bold;
			}
			.price-wrapper {
				bdi {
					color: #d4651f;
				}
				del {
					color: #666;
					bdi {
						color: #666;
					}
				}
			}
		}
		.box-image {
			border-radius: 10px 10px 0 0;
		}
	}
}

.home-comment {
	.home-comment_content {
		/* justify-content: space-between; */
		.col {
			min-width: 20% !important;
		}
		.home-comment_box {
			background-color: #595959;
			padding: 20px 10px;
			border-radius: 6px;
			box-shadow: 0 15px 18px #cdcdcd;
			position: relative;
		}
	}
}

@media (min-width: 1200px) {

.home-comment {
	.home-comment_content {
			.home-comment_box {
				min-height: 340px;
			}

			.box {
				margin-top: 30px;
			}
	}
}
		}

@media (max-width: 991px) {

.home-comment {
	.home-comment_content {
			.home-comment_box {
				min-height: 415px;
			}
			.box {
				margin-top: 30px;
			}
	}
}
		}

.home-comment {
	.home-comment_content {

		.home-comment_box::after {
			content: '';
			display: block;
			position: absolute;
			bottom: -10px;
			left: 50%;
			transform: translateX(-50%) rotate(45deg);
			z-index: 99;
			width: 20px;
			height: 20px;
			background-color: #595959;
		}
	}
	.home-comment_content::after {
		display: none;
	}
}

.home-news {
	.col-inner {
		background-color: fff;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

		.box-image {
			border-radius: 10px 10px 0 0;
		}

		.box-text {
			.post-title {
				color: #000;
			}
		}
	}
}

@media (min-width: 1200px) {

.home-news {
	.col-inner {

		.box-text {
				.post-title {
					min-height: 55px;
				}
		}
	}
}
			}

.home-news {
	.col-inner {

		.box-text {
			.from_the_blog_excerpt {
				color: #333;
			}
		}
	}
}

@media (max-width: 991px) {

.home-news {
		.col-inner {
			min-height: 410px;
		}
}
	}

h2 {
	margin-bottom: 0px;
}

.contact-layout-header {
	.page-title-bg {
		.title-bg {
			background-image: none !important;
		}

		.title-overlay {
			background-color: #fff !important;
		}
	}

	.page-title-inner {
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding-bottom: 0px;

		.title-content {
			margin-left: 0;
			margin-left: initial;
		}
	}
}

.blog-layout-header {
	.page-title-bg {
		.title-bg {
			background-image: none !important;
		}

		.title-overlay {
			background-color: #fff !important;
		}
	}

	.page-title-inner {
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding-bottom: 0px;

		.title-wrapper {
			display: none;
		}

		.title-content {
			margin-left: 0;
			margin-left: initial;
		}
	}
}

.post-sidebar {
	#nav_menu-3 {
		border: 1px solid #ccc;
		border-radius: 5px 5px 0 0;

		.is-divider {
			display: none;
		}

		.widget-title {
			color: white;
			background-color: #d4651f;
			width: 100%;
			display: block;
			padding: 10px 15px;
			border-radius: 5px 5px 0 0;
		}

		.menu-header-bottom-container {
			padding: 10px 15px;

			.menu-item {
				a {
					font-size: 15px;
					font-weight: bold;
				}
			}
		}
	}

	#flatsome_recent_posts-2 {
		border: 1px solid #ccc;
		border-radius: 5px 5px 0 0;

		.is-divider {
			display: none;
		}

		.widget-title {
			color: white;
			background-color: #d4651f;
			width: 100%;
			display: block;
			padding: 10px 15px;
			border-radius: 5px 5px 0 0;
		}

		ul {
			padding: 10px 15px;

			a {
				font-size: 14px;
				font-weight: 700;
			}
		}
	}
}

#post-list {
	.box-text {
		vertical-align: top;
		padding-top: 0px;

		.from_the_blog_excerpt {
			color: #333;
			color: 1em;
		}
	}
}

.product-page_header {
	.title-bg {
		background-image: none !important;
		background-image: initial !important;
	}

	.title-overlay {
		background-color: #fff;
	}

	.entry-title {
		font-size: 22px;
		font-weight: bold;
	}
}

.single-product-container {
	.widget_nav_menu {
		border: 1px solid #ccc;
		border-radius: 5px 5px 0 0;

		.widget-title {
			color: white;
			background-color: #d4651f;
			width: 100%;
			display: block;
			padding: 10px 15px;
			border-radius: 5px 5px 0 0;
		}

		.is-divider {
			display: none;
		}

		.menu-header-bottom-container {
			padding: 10px 15px;
		}
	}

	.product-sidebar_like_products {
		.col-inner {
			padding: 0 !important
		}
		.col-inner {
			border-radius: 5px 5px 0 0;
			border: 1px solid #ccc;

			h4 {
				color: white;
				background-color: #d4651f;
				width: 100%;
				display: block;
				padding: 10px 15px;
				border-radius: 5px 5px 0 0;
			}

			li {
				padding-right: 5px;
			}
		}
	}

	.product-details__details {
		.product_meta {
			.posted_in {
				color: #333;

				a {
					color: #d4651f;
				}
			}
		}

		.add-to-cart-container {
			.single_add_to_cart_button {
				background-color: #d4651f;
			}
		}
	}

	.related-products-wrapper {
		padding-top: 50px;
	}
}

.page-title {
	.page-title-inner {
		h1,
		a,
		nav {
			color: black;
			text-shadow: none;
		}

		h1 {
			text-transform: uppercase;
		}

		nav {
			color: #d4651f;
		}

		.medium-text-center {
			text-align: center;
		}
	}
}

#shop-sidebar {
	#nav_menu-2 {
		border: 1px solid #ccc;
		border-radius: 5px 5px 0 0;

		.is-divider {
			display: none;
		}

		.widget-title {
			color: white;
			background-color: #d4651f;
			width: 100%;
			display: block;
			padding: 10px 15px;
			border-radius: 5px 5px 0 0;
		}

		.menu-header-bottom-container {
			padding: 10px 15px;

			.menu-item {
				a {
					font-size: 15px;
					font-weight: bold;
				}
			}
		}
	}

	#woof_widget-2 {
		border: 1px solid #ccc;
		border-radius: 5px 5px 0 0;

		.widget-title {
			color: white;
			background-color: #d4651f;
			width: 100%;
			display: block;
			padding: 10px 15px;
			border-radius: 5px 5px 0 0;
		}

		.is-divider {
			display: none;
		}

		.woof_redraw_zone {
			padding: 8px 15px;

			h4 {
				font-size: 16px;
			}

			.woof_list {
				margin-left: 0px;

				bdi {
					color: #6f6f6f;
				}
			}
		}

		.woof_checkbox_label {
			color: #6f6f6f;
		}
	}
}

.shop-container {
	.product-small.box {
		border: 1px solid #eee;

		.box-text {
			padding: 20px 10px;

			.title-wrapper,
			.price-wrapper {
				text-align: center;
			}

			.title-wrapper {
				margin-bottom: 10px;
				font-weight: bold;
			}

			.price-wrapper {
				bdi {
					color: #d4651f;
					font-weight: 900;
				}

				del {
					color: #666666;

					bdi {
						color: #666666;
					}
				}
			}
		}
	}
}

.introduction-page_content {
	.col-inner {
		padding-top: 0px !important;
	}
}

.cyno-count-up__number {
	margin-bottom: 0;
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
}

#masthead {
	.button.is-outline {
		border-color: #fff;

		.icon-search,
		.icon-user,
		.icon-shopping-basket,
		.header-cart-title {
			color: #fff;
		}
	}
}

#wide-nav {
	background-color: transparent;
	background-color: initial;
}

.header-bg-container {
	.header-bg-color {
		background-color: transparent;
		background-color: initial;
	}
}

#footer {
	.ux-menu {
		.ux-menu-link__link {
			justify-content: center;
		}
		.ux-menu-link__link:hover {
			color: #d4651f !important;
		}
	}
	.social-icons {
		a {
			border-color: #fff;
			margin-right: 5px;

			i {
				color: #fff;
			}
		}
	}
}

.banner-home {
	display: flex;
	flex-direction: row;
}

