@import
	url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap')
	;

@import
	url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap')
	;

:root {
	--barlow: "Barlow", sans-serif;
	--inter: "Inter", sans-serif;
	--primary-brown: #be681d;
	--primary-green: #007c4a;
	--primary-dark: #0b1717;
	--primary-light: #eff7ff;
	--theme-gray: #eef0f3;
	--theme-gray2: #f7f8f9;
	--theme-sky-blue: #029fc9;
	--heading-color: #202124;
	--text-color: #474747;
	--text-color2: #777777;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--barlow);
	font-size: 14px;
}

h1, h2, h3 {
	font-family: var(--barlow);
}

a {
	text-decoration: none;
}

button {
	outline: none;
}

@media ( min-width :1560px) {
	.container {
		max-width: 98%;
	}
}

.order_type_active {
	background: var(--theme-gray) !important;
	font-weight: 600 !important;
}

.all_btn {
	display: inline-flex;
	padding: 0 35px;
	height: 50px;
	align-items: center;
	text-align: center;
	letter-spacing: 0.3px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	border-radius: 10px;
	z-index: 1;
	color: var(--heading-color);
	background: transparent;
	border: 1px solid transparent;
}

.brown_btn {
	background: var(--primary-brown);
	color: var(--bs-white);
}

.brown_btn:hover {
	background: var(--primary-green);
	color: var(--bs-white);
}

.outline_btn {
	border-color: #ededed;
	color: var(--primary-dark);
	background: transparent;
}

.outline_btn:hover {
	background: var(--text-color);
	color: var(--bs-white);
	border-color: var(--heading-color);
}

.gray_btn {
	background: var(--theme-gray);
	color: var(--primary-brown);
}

.gray_btn:hover {
	background: var(--primary-brown);
	color: var(--bs-white);
}

.black_btn {
	background: var(--primary-dark);
	color: var(--bs-white);
}

.black_btn:hover {
	background: var(--primary-brown);
	color: var(--bs-white);
}

/* =================== 
    Common Component Start 
=================== */
.common_vs_padding {
	padding: 50px 0;
}

.common_vm_padding {
	padding: 25px 0 0 0;
}

.common_vb_padding {
	padding: 90px 0;
}

.common_gray_bg {
	background: var(--theme-gray);
}

.common_gray_bg2 {
	background: var(--theme-gray2);
}

.common_parttan_bg {
	background-image: url(../img/parttan_bg.png);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}

.section_title {
	margin-bottom: 35px;
}

.section_title h2 {
	color: var(--primary-dark);
}

.section_title h2 {
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 25px;
}

.text_box p {
	font-size: 14px;
	line-height: 1.7;
	color: var(--text-color);
	margin-bottom: 30px;
	font-family: var(--inter);
}

.white_text_box p {
	color: var(--bs-white);
}

.text_box p:last-child {
	margin-bottom: 0;
}

/* =================== 
    Header 
=================== */
.main_header {
	background: var(--bs-white);
	width: 100%;
	padding: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;
	transition: all 300ms ease-in-out;
	border-bottom: 1px solid #dadada;
	padding: 0 10px;
}

.main_header.header_fixed {
	top: 0;
	box-shadow: 0 0 20px rgba(22, 24, 27, 0.11);
	z-index: 99;
	border-bottom-color: #eef0f3;
}

.main_header.service_main_header {
	background: #0d2449;
	position: static;
}

.logo {
	max-width: 100px;
}

.logo a {
	display: block;
	padding: 5px 0;
}

.mob_menu_btn {
	transition: none;
	display: none;
}

.mobile_top {
	display: none;
	padding: 15px 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: var(--theme-gray2);
}

.mobile_logo {
	max-width: 100px;
}

/* main nav */
.main_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main_nav ul li {
	position: relative;
}

.main_nav>ul>li:first-child {
	margin-left: 0;
}

.main_nav>ul>li:last-child {
	margin-right: 0;
}

.main_nav li a {
	padding: 15px 10px;
	font-weight: 600;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	color: var(--primary-dark);
	position: relative;
	transition: all 300ms ease-in-out;
}

.main_nav ul li:hover>a {
	color: var(--primary-brown);
}

/* =================== 
    Menu Dropdown
=================== */

@media only screen and (min-width:1200px) and (max-width:1300px) {

	.main_header img.img-fluid {
		max-width: 60px !important;
	}
	
}


/* Header right */
.header_right {
	column-gap: 30px;
	padding-left: 20px;
}

.header_right_cta {
	background: #eef0f3;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.header_right_cta li {
	position: relative;
	padding: 5px 0;
}

.header_right_cta li:first-child:after, .header_right_cta li:first-child:before
	{
	content: "";
	width: 1px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
}

.header_right_cta li:first-child:after {
	right: 0;
	background: #ffffff;
}

.header_right_cta li:first-child:before {
	right: 1px;
	background: #cccccc;
}

.header_right_cta a {
	display: block;
	font-size: 16px;
	padding: 15px 25px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--primary-dark);
	font-family: var(--inter);
	transition: color 300ms ease-in-out;
}

.header_right_cta a:hover {
	color: var(--primary-brown);
}

.my_account a {
	width: 30px;
	height: 30px;
}

.my_account img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

/* =================== 
    Banner Panel 
=================== */
.banner_panel {
	background-color: var(--primary-dark);
	background-image: url(../img/banner_bg_line.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: auto;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-position: left 30% center;
}

.banner_text {
	max-width: 680px;
}

.banner_text h4 {
	color: var(--bs-white);
}

.banner_text h1 {
	font-size: 84px;
	color: var(--bs-white);
	line-height: 1;
	font-weight: 900;
	margin-bottom: 30px;
}

.banner_text h5 {
	font-size: 25px;
	font-weight: 400;
	color: var(--primary-green);
	line-height: 1.1;
}

.banner_text h5 span {
	padding-right: 15px;
}

.banner_text h5 span:after {
	content: "";
	position: absolute;
	left: 100%;
	top: calc(50% - 1px);
	width: 100px;
	height: 1px;
	background: var(--primary-green);
}

.banner_text .text_box {
	max-width: 600px;
}

.banner_img {
	position: absolute;
	right: -5%;
	width: 55%;
	height: 100%;
	z-index: -1;
}

.banner_img img {
	max-width: 100%;
}

.banner_btn {
	font-weight: 500;
	color: var(--primary-brown);
}

.banner_btn i {
	padding-left: 10px;
	transition: all 300ms ease-in-out;
}

.banner_btn:hover i {
	padding-left: 15px;
}

/* =====================
    Our Category
====================== */
.our_category {
	background: var(--theme-gray);
}

.category_item {
	padding: 0 10px;
}

.category_item_icon {
	width: 90px;
	height: 80px;
	margin-bottom: 25px;
}

.category_item_icon img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.category_item h5 {
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-dark);
	text-transform: uppercase;
}

/* =====================
    About Panel
====================== */
.left_right_img {
	width: 100%;
}

.left_right_img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 2/2.2;
}

/* =====================
    Video Panel
====================== */
.video_section {
	background: var(--primary-dark);
}

.video_box {
	padding-bottom: 50%;
}

.video_thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
}

.video_thumbnail:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--primary-dark);
	opacity: 0.5;
	z-index: 1;
}

.video_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

.video_wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.youtubePlayBtn {
	background: #e6341d;
	color: var(--bs-white);
	width: 2.5em;
	height: 2.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	transform: translateY(-50%) translateX(-50%);
	z-index: 11;
	outline: none;
	border: none;
	font-size: 2rem;
	line-height: 1;
	border-radius: 50%;
	animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px #e6341dab;
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}


/* =================
    Why Choose Us
================= */
.why_choose_item {
	padding: 40px;
	position: relative;
}

.why_choose_item:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	left: 0;
	width: 100%;
	background: rgba(31, 33, 35, 0.13);
}

.why_choose_item:before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	width: 1px;
	background: rgba(31, 33, 35, 0.13);
}

.why_choose_col:nth-child(3n+1) .why_choose_item:before {
	display: none;
}

.why_choose_col:nth-last-child(1) .why_choose_item:after,
	.why_choose_col:nth-last-child(2) .why_choose_item:after,
	.why_choose_col:nth-last-child(3) .why_choose_item:after {
	display: none;
}

.why_choose_item h3 {
	font-size: 20px;
	font-weight: 600;
}

/* =================
    Our Experience
================= */
.our_experience_item h3 {
	font-size: 55px;
	color: var(--primary-green);
	font-weight: 700;
	margin-bottom: 10px;
}

.our_experience_item h6 {
	font-size: 20px;
	font-weight: 600;
	color: var(--text-color);
}

/* =================
    Catalog Logos
================= */
.logo_sldier {
	height: 180px;
}

.catalog_logo_img {
	display: block;
	max-width: 250px;
	margin: 0 auto;
}

.catalog_logo_img img {
	aspect-ratio: 3.6/1;
	width: 100%;
	object-fit: scale-down;
	display: block;
	height: auto;
}

.logo_sldier_wrapper:not(:last-child) {
	margin-bottom: 50px;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

/* =================
    Main Footer
================= */
.main_footer {
	background: #333437;
}

.footer_logo a {
	max-width: 130px;
}

.footer_social ul {
	list-style: none;
	column-gap: 30px;
}

.footer_item .footer_social li {
	margin-bottom: 0;
}

.footer_social li a {
	font-size: 21px;
	color: var(--primary-light);
}

.footer_social li a:hover {
	color: var(--primary-brown);
}

.footer_text p {
	font-family: var(--inter);
	color: var(--bs-white);
	font-size: 16px;
	line-height: 1.8;
}

.footer_item h4 {
	font-weight: 600;
	font-size: 22px;
	color: var(--bs-white);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.footer_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_item ul li {
	margin-bottom: 18px;
}

.footer_menu li a {
	font-size: 16px;
	color: var(--bs-white);
	position: relative;
	transition: all 300ms ease-in-out;
}

.footer_menu li a:after {
	content: "";
	width: 0;
	height: 1px;
	background: var(--primary-brown);
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	transition: all 300ms ease-in-out;
}

.footer_menu li a:hover {
	padding-left: 10px;
	color: var(--primary-brown);
}

.footer_menu li a:hover:after {
	width: 7px;
}

.footer_contact li a p {
	font-size: 16px;
	color: var(--bs-white);
	transition: all 300ms ease-in-out;
}

.footer_contact li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}

.footer_contact li i {
	position: absolute;
	left: 0;
	top: 6px;
	color: var(--primary-brown);
}

.footer_contact li a:hover {
	color: var(--primary-brown);
}

.copyright_panel {
	color: var(--bs-white);
	background: #202124;
	border-top: 1px solid var(--theme-gray);
}

/* ===================== 
    Login Page
===================== */
.login_banner {
	background-color: var(--primary-dark);
	background-image: url(../img/banner_bg_line.png);
	background-repeat: repeat;
	background-size: auto;
	position: relative;
	z-index: 1;
}

/* New */
.login_bg {
	min-height: 100vh;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

/* New End */
.login_gun_img {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.20;
}

.login_gun_img img {
	width: 98%;
	height: 98%;
	object-fit: scale-down;
}

.login_form {
	width: 460px;
	max-width: 100%;
	background: var(--bs-white);
	border-radius: 8px;
}

.login_logo {
	max-width: 300px;
	margin: 0 auto;
}

.login_logo a {
	display: block;
}

.login_form_head {
	border-radius: 8px 8px 0 0;
	margin-bottom: 40px;
}

.login_form_head h4 {
	font-size: 2.5em;
	font-weight: 700;
	color: var(--primary-dark);
}

.login_form_field {
	margin-bottom: 25px;
	position: relative;
}

.login_form_field label {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--heading-color);
}

.login_form_field a {
	text-transform: capitalize;
	color: var(--theme-sky-blue);
}

.login_form_field_text p {
	color: var(--text-color2);
}

.login_form_field_text a {
	font-weight: 500;
}

.login_form_icon {
	font-size: 21px;
	line-height: 1;
}

.show_pass_btn {
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 5px;
	background: transparent;
	border: none;
	color: var(--text-color2);
}

.show_pass_btn:hover {
	color: var(--primary-brown);
}

.login_form_field .form-control {
	height: 48px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid var(--theme-gray);
	font-size: 14px;
	color: var(--text-color);
	padding: 12px 0 0;
}

.login_form_field_password .form-control {
	padding-right: 40px;
	font-size: 19px;
}

.login_form_field .form-control::-webkit-input-placeholder {
	color: var(--text-color2);
}

.login_form_field .form-control::-moz-placeholder {
	color: var(--text-color2);
}

.login_form_field .form-control:-ms-input-placeholder {
	color: var(--text-color2);
}

.login_form_field .form-control:-moz-placeholder {
	color: var(--text-color2);
}

.login_form_field .form-control:focus {
	outline: none;
	box-shadow: none;
}

.login_policy_text p {
	color: var(--heading-color);
	line-height: 1.4;
}

.login_policy_text a {
	color: var(--theme-sky-blue);
}

.login_policy_text a:hover, .login_form_field_text a:hover,
	.login_form_field a:hover {
	color: var(--primary-green);
	text-decoration: underline;
}

/* ===================== 
    Product Listing Page
===================== */
.product_list_head_filter {
	column-gap: 20px;
}

.product_select_option select {
	width: 180px;
	height: 50px;
	font-weight: 500;
	font-size: 0.8em;
	background-image: url(../img/select_down_arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 20px;
	padding-right: 20px;
}

.product_select_option select:focus {
	box-shadow: none;
	border-color: var(--primary-brown);
}

.filter_result_text h6 {
	font-size: 1em;
	color: var(--text-color);
}

.filter_accordion_content {
	display: none;
}

.product_card {
	display: block;
	margin-bottom: 60px;
}

.product_card_img {
	height: 180px;
	margin-bottom: 20px;
}

.product_card_img img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.product_card_text h3 {
	font-size: 0.98em;
	font-weight: 600;
	color: var(--primary-dark);
}

.product_card_text p {
	font-size: 0.9em;
	color: var(--text-color2);
	margin-bottom: 10px;
}

.product_card_text h5 {
	font-size: 15px;
	color: var(--primary-brown);
}

/* Product Side Filter */
.filter_panel {
	border: 1px solid var(--theme-gray);
}

.main_filter_check {
	padding: 20px;
}

.filter_panel h3 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid var(--theme-gray);
}

.filter_item:not(:last-child) {
	border-bottom: 1px solid var(--theme-gray);
}

.filter_accordion_title {
	padding: 18px 20px;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
}

.toggle-icon {
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-bottom-width: 7px;
	border-top-width: 7px;
	border-left: 8px solid black;
	position: absolute;
	right: 20px;
	top: calc(50% - 5px);
	transition: all 300ms ease-in-out;
}

.filter_accordion_title.current .toggle-icon {
	transform: rotate(90deg);
	border-left-color: var(--primary-green);
}

.filter_accordion_title.current {
	color: var(--primary-green);
}

.filter_accordion_content {
	padding: 0 20px 20px;
}

.filter_sub_accordion .filter_accordion_title {
	font-size: 0.9em;
	padding: 15px;
}

.filter_sub_accordion .filter_accordion_title .toggle-icon {
	width: 16px;
	height: 16px;
	right: 0;
	background: transparent;
	border: none;
	top: calc(50% - 8px);
}

.filter_sub_accordion .filter_accordion_title .toggle-icon:after {
	content: "";
	width: 14px;
	height: 2px;
	background: var(--heading-color);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 300ms ease-in-out;
}

.filter_sub_accordion .filter_accordion_title .toggle-icon:before {
	content: "";
	height: 14px;
	width: 2px;
	background: var(--heading-color);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 300ms ease-in-out;
}

.filter_sub_accordion .filter_accordion_title.current .toggle-icon:after
	{
	width: 0;
}

.filterOverlay {
	position: fixed;
	background: #000000ab;
	height: 100%;
	width: 100%;
	z-index: 99991;
	top: 0;
	left: 0;
	transition: all 300ms ease-in-out;
	backdrop-filter: blur(8px);
}

.showFilterBtn svg {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

#clearFilter a {
	padding-top: 5px;
	font-size: 0.9em;
	color: var(--primary-green);
	font-weight: 500;
	text-decoration: underline;
	display: none;
	transition: all 300ms ease-in-out;
}

/* Custom Checkbox */
.checkbox_group {
	position: relative;
	margin-bottom: 15px;
}

.checkbox_group:last-child {
	margin-bottom: 0;
}

.checkbox_group input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.checkbox_group label {
	padding-left: 30px;
	font-weight: 500;
	color: var(--text-color);
	cursor: pointer;
	font-size: 0.90em;
	line-height: 1.3;
	position: relative;
}

.checkbox_group label:hover {
	color: var(--primary-green);
}

.checkbox_group label:after {
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #bebebe;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 1px;
}

.checkbox_group label:before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../img/checkbox_check.svg);
	background-position: center;
	background-size: 14px;
	background-repeat: no-repeat;
	border-radius: 1px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 1px;
	transition: transform 100ms ease-in-out;
	transform: scale(0);
}

.checkbox_group input[type="checkbox"]:checked+label:before {
	transform: scale(1);
}

/* ===================== 
    Add New Product Page
===================== */
.addnew_gray_box {
	background: var(--theme-gray);
	border-radius: 10px;
	padding: 22px;
}

.addnew_green_box {
	background: var(--primary-green);
}

.produt_info_boxs h4 {
	font-size: 1em;
	font-weight: 600;
}

.text_box_control, .select_box_control {
	height: 45px;
	border-radius: 6px;
	border-color: #ccc;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 1em;
}

.select_box_control {
	padding-right: 35px;
	background-image: url(../img/select_down_arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 20px;
}

.text_box_control:focus, .select_box_control:focus {
	box-shadow: none;
	border-color: var(--primary-brown);
}

.addnew_from_field .input-group .input-group-text {
	border-color: #ccc;
	font-weight: 600;
}

.addnew_from_field_editor .ck-editor__editable_inline {
	min-height: 300px;
	max-height: 600px;
}

.product_variants {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 8px;
	font-weight: 500;
	align-items: center;
	padding: 5px 5px 5px 20px;
}

.product_variants span {
	font-size: 1em;
}

.addnew_from_field .checkbox_group label:after {
	background: var(--bs-white);
	width: 20px;
	height: 20px;
}

.addnew_from_field .checkbox_group label:before {
	width: 20px;
	height: 20px;
	background-size: 16px;
}

.addnew_from_field .checkbox_group label {
	font-size: 1em;
}

.addnew_from_field label {
	font-size: 1em;
	line-height: 1.2;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}

.addnew_from_field .select2-container--default .select2-selection--multiple
	{
	min-height: 45px;
	border-color: #ccc;
}

.addnew_from_field .select2-container--default .select2-selection--multiple:not(.select2-selection--clearable)
	{
	background-image: url(../img/select_down_arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 22px;
}

.addnew_from_field .select2-container .select2-search--inline .select2-search__field
	{
	height: 25px;
	margin: 0;
	font-family: var(--barlow);
	font-weight: 500;
	box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear
	{
	font-family: var(--inter);
	font-weight: 600;
	font-size: 1em;
}

.addnew_from_field .select2-search.select2-search--inline {
	padding-left: 10px;
	display: inline-block;
	padding-top: 10px;
}

/* Upload Image Start */
.upload_txt_file_btn input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.upload_txt_file_btn span {
	font-weight: 500;
	line-height: 1;
	color: var(--primary-brown);
	text-decoration: underline;
	display: block;
	padding: 6px 0;
}

.image-upload-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.image-preview {
	flex: 1;
	padding-left: 15px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.image-preview .image-container {
	position: relative;
	height: 160px;
}

.image-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.image-preview .remove_image {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: rgba(241, 31, 31, 0.829);
	color: white;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 2px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-preview .more-images {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	border-radius: 10px;
	font-size: 0.9em;
	width: 100%;
	height: 100%;
	position: relative;
}

.product_img_upload_btn {
	background: #ffffff4b;
	flex: 0 0 100%;
	max-width: 160px;
	height: 160px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_img_upload_btn input[type="file"] {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 111;
	cursor: pointer;
	opacity: 0;
}

.upload_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	color: #000000a6;
}

.upload_text i {
	flex: 0 0 100%;
	font-size: 31px;
	margin-bottom: 15px;
}

.upload_text span {
	flex: 0 0 100%;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.2;
	color: #ffffffd7;
}

/* Upload Image End */
.add_product_buttons {
	gap: 20px;
}

/* ===================== 
    Prodcut Details Page
===================== */

/* Prodcut Gallery */
.product_gallery {
	width: 100%;
	margin-bottom: 40px;
}

.product_gallery img {
	width: 100%;
}

.product_gallery_thumbs img {
	aspect-ratio: 2/2;
	width: 100%;
	object-fit: cover;
}

.product_gallery_thumbs .swiper-slide {
	border: 1px solid #e9e9e9;
	opacity: 0.5;
}

.product_gallery_thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.zoom-container {
	position: relative;
	z-index: 2;
}

.gallery_zoom:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	transition: opacity .2s;
	background: var(--bs-white);
}

.gallery_zoom {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	width: 100%;
	overflow: hidden;
	cursor: zoom-in;
	margin: auto;
	filter: none !important;
}

.gallery_zoom img {
	transition: opacity .2s;
	display: block;
	width: 100%;
}

.gallery_zoom:hover:after {
	opacity: 0;
}

.gallery_zoom:hover img {
	opacity: 0;
}

.product_gallery_thumbs .product_thumb_prev, .product_gallery_thumbs .product_thumb_next
	{
	width: 35px;
	height: 35px;
	background: var(--primary-brown);
	color: var(--bs-white);
	font-size: 21px;
	border-radius: 6px;
}

.product_gallery_thumbs .product_thumb_prev:after,
	.product_gallery_thumbs .product_thumb_next:after {
	font-size: 16px;
	font-weight: 500;
}

.prodcut_specification_item {
	height: 100%;
	border: 1px solid #d6d6d6;
}

.prodcut_specification_item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.prodcut_specification_item li {
	font-weight: 500;
	padding: 14px 20px;
	letter-spacing: 0.2px;
}

.prodcut_specification_item li:nth-child(odd) {
	background: #f5f5f5;
}

.recently_view_product, .product_addon, .prodcut_specification {
	border-top: 1px solid #ddd;
}

.product_desc_tab_menu {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	list-style: none;
	justify-content: flex-start;
	margin: 0 0 30px;
	padding: 0 0 2px;
	column-gap: 40px;
	z-index: 1;
}

.product_desc_tab_menu li {
	position: relative;
}

.product_desc_tab_menu li {
	flex: 0 0 auto;
}

.product_desc_tab_menu li a {
	position: relative;
	color: var(--text-color);
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	transition: color 300ms ease-in-out;
}

.product_desc_tab li a:after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--heading-color);
	transition: all 300ms ease-in-out;
}

.product_desc_tab_menu li:hover a:after, .product_desc_tab_menu li.current a:after
	{
	width: 100%;
}

.product_desc_tab_menu li.current a, .product_desc_tab_menu li a:hover {
	color: var(--primary-dark);
}

.product_tab_content p {
	color: var(--text-color);
}

.prodcut_pin_check {
	border: 1px solid #e3e5e7;
}

.prodcut_pin_check h3 {
	padding: 20px 25px;
	font-weight: 700;
	border-bottom: 1px solid #e3e5e7;
	font-size: 1.294em;
}

.prodcut_pin_check_form {
	padding: 22px 25px;
	display: flex;
	flex-wrap: wrap;
}

.prodcut_pin_check_form input {
	flex: 1;
	border-radius: 5px 0 0 5px;
	height: 60px;
}

.prodcut_pin_check_form button {
	border-radius: 0 5px 5px 0;
	height: 60px;
	background: var(--primary-dark);
	color: var(--primary-light);
}

.prodcut_pin_check_form button:hover {
	background: var(--primary-brown);
}

.prodcut_pin_check_bottom {
	padding: 22px 25px;
	background: var(--theme-gray);
	font-weight: 500;
	word-spacing: 2px;
}

.prodcut_price h3 {
	font-weight: 700;
	font-size: 2.6em;
	color: var(--primary-brown);
}

.product_short_desc h4 {
	color: #adadad;
	font-size: 2.35em;
	font-weight: 700;
	margin-bottom: 15px;
}

.product_short_desc h6 {
	font-size: 1.2em;
	line-height: 1.8;
	margin-bottom: 25px;
	color: var(--text-color);
}

.product_short_desc ul {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}

.product_short_desc li {
	margin-bottom: 8px;
}

.product_short_desc p {
	font-weight: 500;
}

.prodcut_addons_slider .product_addons_scrollbar, .recently_view_slider .recently_view_scrollbar
	{
	position: static;
	flex: 1;
	opacity: 0.3;
}

.prodcut_addons_slider:hover .product_addons_scrollbar,
	.recently_view_slider:hover .recently_view_scrollbar {
	opacity: 0.8;
}

.product_addons_slider_control, .recently_view_slider_control {
	gap: 40px;
}

.product_addons_buttons, .recently_view_buttons {
	gap: 20px;
}

.product_addons_next, .product_addons_prev, .recently_view_prev,
	.recently_view_next {
	width: 44px;
	height: 44px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-green);
	border-radius: 6px;
	color: var(--bs-white);
	z-index: 1;
}

.product_addons_buttons .swiper-button-disabled, .recently_view_buttons .swiper-button-disabled
	{
	opacity: 0.3;
}

/* ===================== 
    Order History Page
===================== */
.order_history_title h2 {
	column-gap: 30px;
}

.order_history_title span {
	font-weight: 600;
	font-size: 28px;
	border: 1px solid #b1b1b1;
	padding: 8px;
	min-width: 48px;
	text-align: center;
	border-radius: 8px;
}

.order_history_search {
	width: 500px;
	max-width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	background: var(--bs-white);
	border-radius: 10px;
}

.order_history_search form {
	column-gap: 0;
}

#orderStatus {
	width: 100px;
	padding-left: 10px;
	border-radius: 6px 0 0 6px;
	border-color: transparent;
	border-right-color: #ccc;
}

.order_history_search_input {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding-right: 50px;
}

.order_history_search_input input {
	height: 50px;
	width: 100%;
	border-color: transparent;
}

.order_history_search_input input:focus {
	border-color: transparent;
}

.order_history_search_input button {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	border: none;
	background: var(--primary-dark);
	color: var(--bs-white);
}

.order_type {
	gap: 10px;
}

.order_history_item {
	display: flex;
	flex-wrap: wrap;
}

.order_history_item:not(:last-child) {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid var(--theme-gray);
}

.order_history_date {
	flex: 0 0 100%;
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: 600;
	color: var(--text-color);
}

.order_history_date b {
	font-weight: 700;
	color: var(--heading-color);
}

.order_history_item_left {
	flex: 0 0 100%;
	max-width: 280px;
	height: 170px;
	padding: 15px;
	display: flex;
	align-items: center;
}

.order_history_item_img {
	max-width: 160px;
	height: 100%;
	margin: 0 auto;
}

.order_history_item_img img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.order_history_item_right {
	flex: 1;
	padding-left: 30px;
}

.order_history_item_text {
	margin-bottom: 30px;
}

.order_history_item_text h4 {
	font-weight: 600;
	font-size: 1.4em;
}

.order_history_item_text p {
	color: var(--text-color2);
	font-size: 1.059em;
	text-transform: uppercase;
}

/* Chat Box */
.send_chat_box {
	background: var(--primary-dark);
	padding: 22px 25px;
	border-radius: 10px;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

.send_chat_box h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}

.send_chat_box p {
	margin-bottom: 1.6em;
	font-size: 0.94em;
	line-height: 1.7;
	color: #ffffffdc;
	margin-bottom: 50px;
}

.send_chat_box_img {
	width: 60px;
	height: 60px;
	filter: brightness(0) invert(1);
	margin-bottom: 40px;
}

.send_chat_box_img img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.order_menu_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px;
}

.order_menu_list_more .dropdown-toggle {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ededed;
	color: var(--primary-dark);
	background: transparent;
	border-radius: 8px;
}

.order_menu_list_more .dropdown-toggle:after {
	display: none;
}

.error {
	border-bottom: 1px solid var(--bs-danger) !important;
}

/* CSS for Loader */
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999; /* Ensure it's on top of other elements */
	background-color: rgba(255, 255, 255, 0.8);
	/* Semi-transparent background */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Spinner Animation */
.spinner {
	border: 8px solid #f3f3f3;
	border-top: 8px solid var(--primary-green);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}