@charset "UTF-8";
/*
Theme Name: Avanam
Version: 1.0.0
*/
#content {
	min-height: inherit;
}
.alert-dismissible {
	float: left;
	width: 100%;
}
.alert-dismissible {
	float: left;
	width: 100%;
}
.splide__track .splide__list {
	transform-style: unset;
}
body {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.15px;
	font-family: var(--global-body-font-family);
	color: var(--global-palette2);
}
#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url("../image/ajax-loader.gif") 50% 50% no-repeat
		var(--global-palette9);
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	max-width: var(--global-content-width);
	padding: 0 var(--global-container-padding);
}
#logo img {
	max-width: 100%;
}
label {
	font-size: 13px;
}
.btn {
	background: var(--global-palette-btn-bg);
	color: var(--global-palette2);
	border: none;
	font-size: 14px;
	line-height: 24px;
	border-radius: var(--bs-border-radius);
	padding: 9px 25px;
	text-shadow: none;
	box-shadow: none;
	font-weight: 600;
	text-transform: capitalize;
}
.btn:hover,
.btn:focus {
	background: var(--global-palette-btn-bg-hover);
	color: var(--global-palette-btn-hover);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
	background: var(--global-palette-btn-bg-hover);
	color: var(--global-palette-btn-hover);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	background: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
}

a {
	color: var(--global-palette-highlight);
}

a:hover {
	color: var(--global-palette-highlight-alt);
}

hr {
	margin: 1.5rem 0;
	color: var(--border-color);
	opacity: 1;
}

.form-control:focus {
	border-color: var(--border-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

section {
	margin: 0 0 70px 0;
	float: left;
	width: 100%;
}

ul {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	border-radius: var(--global-border-radius);
}
.accordion-button {
	font-size: 14px;
}
.carousel {
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

#base_featured_product .splide__slide__row,
#base_topdeal_product .splide__slide__row,
#base_product_tabs .splide__slide__row,
.related_product .splide__slide__row {
	border: 1px solid var(--border-color);
	border-right-width: 0;
}
.splide .splide__arrow svg {
	fill: #000000;
}
.splide .splide__arrows .splide__arrow:disabled {
	opacity: 0.6;
}
.splide .splide__arrows .splide__arrow {
	top: -35px;
}
.splide .splide__arrows .splide__arrow--next {
	right: 0em;
}
.splide .splide__arrows .splide__arrow--prev {
	right: 3em;
	left: auto;
}
.splide .splide__arrows .splide__arrow {
	background: var(--global-palette8);
	color: var(--global-palette2);
}
.splide .splide__arrows .splide__arrow:hover {
	background: var(--global-palette2);
	color: var(--global-palette9);
}

.title-wrapper {
	margin: 0px 0px 20px 0px;
}
#base_product_tabs {
	position: relative;
	width: 72.3%;
	padding: 0 0 0 15px;
}
#base_product_tabs .splide__track {
	padding-right: 1px !important;
}
.tab-header {
	position: absolute;
	float: right;
	right: 5%;
	left: auto;
	top: 7px;
	bottom: auto;
}

body.menu-open {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	float: left;
}
@media (max-width: 991px) {
	body.menu-open:before {
		content: "";
		background: #000;
		opacity: 0.7;
		filter: alpha(opacity = 70);
		position: absolute;
		left: 300px;
		height: 100%;
		width: calc(100% - 300px);
		top: 0;
		z-index: 99999;
		overflow: hidden;
	}
}

/***********************product notification*****************************/
#alert {
	bottom: 0 !important;
	top: auto !important;
	left: 0 !important;
	right: auto !important;
}
#alert .alert {
	right: 0;
	width: 490px;
	background: #68cd86;
	color: #fff;
	border-left: 6px solid #408d58;
	border-radius: 0;
}
#top #alert a {
	color: #ffffff;
}
#alert .btn-close {
	background-image: url(../image/close-white.svg);
	background-size: 24px;
	background-position: center;
	opacity: 1;
}
#alert .alert.alert-danger.alert-dismissible .btn-close {
	background-image: url(../image/close.svg);
	background-size: 24px;
	background-position: center;
	opacity: 1;
}
#alert .alert.alert-danger.alert-dismissible {
	background: #ffe3e0;
	border-left: 6px solid #f63f37;
	color: var(--global-palette3);
	bottom: 20px;
}

.dropdown-menu {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	text-decoration: underline !important;
	color: var(--global-palette3);
}

#column-left,
#column-right {
	width: 18.2%;
}
.base_quickview-wrapper .base_quickview-wrapper-inner .btn-group {
	float: left;
	width: 100%;
	display: block;
}
.base_quickview-wrapper .base_quickview-wrapper-inner .btn-group button,
.base_quickview-wrapper
	.base_quickview-wrapper-inner
	.btn-group
	button.btn.btn-light {
	padding: 0;
	border-radius: 50%;
	height: 42px;
	width: 42px;
}
/* Sticky Scroll-Bar */
.stickyscroll {
	overflow-x: auto;
	scrollbar-width: thin;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	scroll-behavior: smooth;
	padding-bottom: 10px;
}

.stickyscroll > .scroll-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 15px;
}

.stickyscroll ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(0, 0, 0, 0.1);
}

.stickyscroll ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--global-palette2);
}

h1 {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 500;
}

h2 {
	font-size: 28px;
	line-height: 1.35;
	font-weight: 400;
}

h3 {
	font-size: 29px;
	line-height: 1.38;
	font-weight: 400;
}

h4 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
}

h5 {
	font-size: 22px;
	line-height: 1.2;
}

h6 {
	font-size: 18px;
	line-height: 1.2;
}

.breadcrumb-container {
	border: 0;
	float: left;
	width: 100%;
}
.breadcrumb {
	border: 0;
	background-color: transparent;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--global-palette8);
	padding: 25px 10px;
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
}
.breadcrumb > li.breadcrumb-item > a {
	color: var(--global-palette2);
}
.breadcrumb > li.breadcrumb-item {
	padding: 0 10px 0 0;
	white-space: inherit;
	word-break: break-word;
	font-size: 14px;
}
.breadcrumb > li.breadcrumb-item::after {
	display: none;
}
.breadcrumb li.breadcrumb-item::before,
.breadcrumb > li.breadcrumb-item + li:before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb > li.breadcrumb-item:first-child::before {
	display: none;
}

#top {
	background: var(--global-palette2);
	min-height: 42px;
	padding: 0;
	border: none;
}
#top a {
	font-size: 14px;
	color: var(--global-palette9);
}
#top .nav {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
#top .nav #base_secondary_nav ul {
	gap: 17px;
}
#top .nav #base_secondary_nav ul li a {
	font-size: 14px;
}
#top .nav #base_secondary_nav ul li:not(:last-child) {
	-webkit-padding-end: 19px;
	padding-inline-end: 19px;
	position: relative;
}
#top .nav #base_secondary_nav ul li:not(:last-child) a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	width: 1px;
	margin: auto;
	height: 20px;
	background-color: rgb(255 255 255 / 20%);
}
#top .nav #base_top_cms {
	text-align: center;
	color: var(--global-palette9);
}
.lang_currency .fa-caret-down:before {
	content: "\f107";
	font-size: 12px;
}
#top .nav .lang_currency .list-inline {
	text-align: right;
}
#top .nav .lang_currency .list-inline li.list-inline-item:not(:last-child) {
	margin-right: 1rem;
	position: relative;
}
#top .nav .lang_currency .list-inline li.list-inline-item:first-child:after {
	content: "";
	position: absolute;
	border-right: 1px solid rgb(255, 255, 255, 0.2);
	height: 18px;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	margin: auto;
}
#top .nav .lang_currency .dropdown {
	padding: 9px 0;
}
#top .nav .lang_currency .dropdown.drop_currency {
	padding-right: 20px;
}
.lang_currency .dropdown-toggle img {
	border-radius: 0;
}
.lang_currency li.list-inline-item .dropdown-toggle span.d-none.d-md-inline,
.lang_currency li.list-inline-item .dropdown-toggle i.fa-solid.fa-caret-down {
	color: var(--global-palette9);
	cursor: pointer;
}
#top .nav .lang_currency .dropdown .dropdown-menu a.dropdown-item {
	color: var(--global-palette2);
}
#top .nav .lang_currency .dropdown .dropdown-menu {
	inset: 100% auto auto 0px !important;
	-webkit-transform: unset !important;
	transform: unset !important;
	right: 0 !important;
	left: auto !important;
}
#top .nav .lang_currency .dropdown .dropdown-menu img {
	border-radius: 0;
}
#header .header_middle {
	float: left;
	width: 100%;
	padding: 24px 0;
	background: var(--global-palette1);
}
#header .header_middle .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header .header-search {
	width: 620px;
	margin: auto;
}
#header #search {
	margin-bottom: 0;
}
#header #search .form-control-lg {
	height: 45px;
	padding: 0 18px;
	border-radius: 50px 0px 0 50px;
	border: 2px solid var(--global-palette1);
}
#header #search .btn-lg {
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 0 50px 50px 0;
	height: 45px;
	border: 0;
	text-shadow: none;
}
#header #search .btn-lg:hover {
	background-color: var(--global-palette1);
	color: var(--global-palette9);
}
#header #header-cart {
	margin-bottom: 0;
}
#header #header-cart .btn-lg {
	background: transparent;
	color: var(--global-palette3);
	border: 0;
	padding: 0;
	font-size: 14px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: none;
	line-height: 1.5;
}
#header #header-cart .btn-lg span.title {
	font-size: 13px;
}
#header #header-cart .btn-lg span.label {
	font-size: 15px;
	font-weight: 600;
	float: right;
}
#header #header-cart .btn-lg span.label:hover {
	text-decoration: underline;
}
#header #header-cart .btn:hover {
	color: var(--global-palette3);
}
#header #header-cart .cart_image {
	width: 24px;
	height: 24px;
	background-image: url(../image/header-cart.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
#header #header-cart span.cart_counter {
	background: var(--global-palette9);
	color: var(--global-palette2);
	height: 18px;
	width: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -0.5em;
	margin-top: -1em;
	font-size: 13px;
	line-height: 22px;
}
#header #header-cart .dropdown-menu {
	background-color: var(--global-palette9);
	padding: 10px;
	width: 330px;
	overflow: hidden;
	margin: 0;
	height: auto;
}
#header #header-cart .dropdown-menu li.cart-details {
	margin: 0;
	width: 100%;
	float: left;
	position: absolute;
	top: 50px;
	bottom: 140px;
	left: 0;
	right: 0;
	overflow-y: auto;
	padding: 0;
}
#header #header-cart .dropdown-menu li .table {
	border: medium none;
}
#header #header-cart .dropdown-menu li .table tr {
	border: 0;
}
#header #header-cart .dropdown-menu li .table tr td {
	padding: 7px 0.25rem;
	border: 0;
}
#header #header-cart .dropdown-menu li .table tr td.image {
	padding: 7px 10px;
}
#header #header-cart .dropdown-menu li .table tr td.image a img {
	max-width: none;
	width: auto;
}
#header #header-cart .dropdown-menu li .table tr td.title a {
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	display: block;
}
#header #header-cart .dropdown-menu li .table tr td.delete button.btn {
	padding: 0;
	line-height: 0;
	border: 0;
	background-color: transparent;
	color: #d9534f;
}
#header #header-cart .dropdown-menu li .table tr td.delete button.btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#header #header-cart .dropdown-menu li .total-wrapper {
	border-top: 1px solid var(--border-color);
	position: absolute;
	width: 100%;
	bottom: 0;
	top: auto;
	background: var(--global-palette9);
	left: 0;
	right: 0;
	padding-inline: 10px;
	padding-bottom: 10px;
}
#header #header-cart .dropdown-menu li .total-wrapper tr td strong {
	font-weight: 500;
	font-size: 14px;
}
#header #header-cart .text-end.button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#header #header-cart .text-end.button-container .cart-button a {
	padding: 8px 32px;
	border-radius: 50px;
	background: var(--global-palette1);
	display: block;
	color: var(--global-palette3);
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
}
#header #header-cart .text-end.button-container .cart-button a strong {
	font-size: 14px;
	font-weight: 400;
}
#header #header-cart .text-end.button-container .cart-button:first-child a,
#header #header-cart .text-end.button-container .cart-button a:hover {
	background-color: var(--global-palette2);
	color: var(--global-palette9);
}
#header
	#header-cart
	.text-end.button-container
	.cart-button:first-child
	a:hover {
	background-color: var(--global-palette1);
	color: var(--global-palette3);
}
#header .header_contact,
#header .header_account {
	position: relative;
	margin-right: 25px;
	padding-right: 25px;
}
#header .header_contact:after,
#header .header_account:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	width: 1px;
	margin: auto;
	height: 45px;
	background-color: rgb(0, 0, 0, 0.1);
}
#header .header_contact .ms-2 {
	margin-left: 1rem !important;
}
#header .header_contact span.title,
#header .header_account span.title {
	font-size: 13px;
	line-height: 22px;
}
#header .header_contact span.label,
#header .header_account span.label {
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	cursor: pointer;
}
#header .header_contact span.label:hover,
#header .header_account span.label:hover {
	text-decoration: underline;
}
#header .myaccount > a > span {
	width: 24px;
	height: 24px;
	background-image: url(../image/header-account.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.header_account_item.ms-2 {
	margin-left: 1rem !important;
}
#header .header_bottom {
	float: left;
	width: 100%;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 30px;
}
#header .header_bottom .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header #menu {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	background-image: none;
	color: var(--global-palette3);
}
#header #menu .navbar-nav > li:first-child > a {
	padding-left: 0;
}
#header #menu .navbar-nav > li > a {
	color: var(--global-palette3);
	text-shadow: none;
	font-size: 15px;
	padding: 18px 20px 18px 20px;
}
#header #menu .navbar-nav > li > a:hover {
	background-color: transparent;
}
#header #menu .navbar-nav .dropdown:hover:first-child .dropdown-menu {
	margin-left: 0 !important;
}
#header #menu .navbar-nav .dropdown .dropdown-inner a {
	min-width: 220px;
	font-size: 14px;
	padding: 6px 20px;
	color: var(--global-palette6);
}
#header #menu .navbar-nav .dropdown .dropdown-inner a:hover {
	color: var(--global-palette3);
	background-image: none;
	text-decoration: underline;
}
#header #menu .navbar-nav .dropdown .see-all {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
}
#header #menu .navbar-nav .dropdown .see-all:hover,
#header #menu .navbar-nav .dropdown .see-all:focus {
	text-decoration: underline;
	color: var(--global-palette3);
	background-color: transparent;
	background-image: none;
}
#header .title-offer a {
	font-weight: 500;
	color: #df3030;
}
#header .title-offer a:hover {
	text-decoration: underline;
}

.common-home #footer {
	margin-top: 0;
}
footer {
	color: #777777;
}
#footer {
	margin-top: 60px;
}
#footer a {
	color: var(--global-palette3);
}
#footer p {
	color: var(--global-palette3);
	line-height: 28px;
}
#footer hr {
	border-bottom: 1px solid var(--border-color);
}
#footer .footer_top {
	padding: 35px 0;
	background: var(--global-palette1);
	float: left;
	width: 100%;
}
#footer .footer_middle {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: var(--global-palette9);
	float: left;
	width: 100%;
}
footer h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	font-family: var(--global-heading-font-family);
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 24px;
	color: var(--global-palette3);
	margin-bottom: 20px;
}
#footer .footer_middle li + li {
	margin-top: 12px;
}
#footer .footer_middle a:not(.mobile_togglemenu) {
	font-size: 14px;
	letter-spacing: 0;
}
#footer .footer_middle a:not(.mobile_togglemenu):hover {
	text-decoration: underline;
}
#footer .footer_middle .middle-content {
	-ms-grid-columns: 0.7fr 10px 1fr;
	grid-template-columns: 0.7fr 1fr;
	gap: 10px;
}
#footer .footer_middle .middle-content .footer_aboutus_cms img {
	margin-bottom: 16px;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social {
	margin-top: 24px;
}
#footer
	.footer_middle
	.middle-content
	.footer_aboutus_cms
	.footer-social
	li
	+ li {
	padding-left: 24px;
}
#footer
	.footer_middle
	.middle-content
	.footer_aboutus_cms
	.footer-social
	li
	img {
	margin-bottom: 0;
}
#footer .footer_middle .middle-content .footer_contact {
	position: relative;
	padding: 0 70px;
}
#footer .footer_middle .middle-content .footer_contact::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: var(--border-color);
	margin: auto;
}
#footer .footer_middle .middle-content .footer_contact .contact {
	margin-bottom: 20px;
}
#footer
	.footer_middle
	.middle-content
	.footer_contact
	.contact
	.contact-phone-text {
	font-size: 18px;
	font-weight: 500;
}
#footer .footer_middle .middle-content .footer_contact .contact-email-text a {
	font-size: 16px;
	font-weight: 500;
}
#footer .footer_bottom {
	background: var(--global-palette7);
	padding: 20px 0;
	float: left;
	width: 100%;
}
#footer .footer_bottom .bottom-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#product-list .col.mb-3,
#product-list {
	position: relative;
	padding: 0;
	margin: 0 !important;
}
#product-list .col.mb-3 {
	border: 1px solid var(--border-color);
	border-right-width: 0;
	border-bottom-width: 0;
}
#product-list:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 1px;
	height: 100%;
	pointer-events: none;
	border: 1px solid var(--border-color);
	border-radius: inherit;
}
.product-thumb {
	position: relative;
	overflow: hidden;
	/* border-radius: var(--global-border-radius); */
	margin-bottom: 0;
	border: none;
}
.product-thumb .image {
	margin-bottom: 0;
	position: relative;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .image a:hover {
	opacity: 1;
}
.product-thumb .image .hover-image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.product-thumb .image .sale-label {
	position: absolute;
	top: 6px;
	left: 6px;
	background: var(--global-palette-btn-bg);
	font-size: 11px;
	color: var(--global-palette3);
	line-height: 20px;
	padding: 0 8px;
	border-radius: var(--global-border-radius);
	font-weight: 600;
}
.product-thumb:hover .image .hover-image {
	opacity: 1;
}
.product-thumb .description {
	padding: 8px 20px 20px;
}
.product-thumb .description h4 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-thumb .description .rating,
ul.megamenu > li .product-thumb .caption .rating {
	padding-bottom: 2px;
}
.product-thumb .description .rating .fa-stack,
ul.megamenu > li .product-thumb .caption .rating .fa-stack {
	width: 12px;
}
.product-thumb .description .rating .fa-stack .fa-star,
ul.megamenu > li > .sub-menu .product-thumb .rating .fa-stack .fa-star {
	font-size: 11px;
}
.product-thumb .description .desc {
	display: none;
}
.product-thumb .description .product_cart_btn button.cart_button {
	color: var(--global-palette2);
	background-color: var(--global-palette8);
	margin: 13px 0 0;
	display: block;
	font-weight: 600;
	width: 100%;
}
.product-thumb:hover .product_cart_btn button.cart_button {
	background-color: var(--global-palette1);
}
.product-thumb .product_buttons {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	margin: auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-thumb .product_buttons .btn-icon {
	margin-bottom: 0.3rem;
}
.product-thumb .product_buttons .btn-icon button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
}
.product-thumb .product_buttons .btn-icon.wishlist-button button {
	background-image: url(../image/wishlist.svg);
}
.product-thumb .product_buttons .btn-icon.compare-button button {
	background-image: url(../image/compare.svg);
	background-size: 18px;
}
.product-thumb .product_buttons .btn-icon.quickview-button button {
	background-image: url(../image/quickview.svg);
}
.product-thumb .product_buttons button {
	color: var(--global-palette3);
	border: none;
	position: relative;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	background-color: var(--global-palette7);
	border-radius: 50%;
	vertical-align: top;
	font-size: 14px;
}
.product-thumb .product_buttons button:hover {
	background-color: var(--global-palette1);
	color: var(--global-palette9);
}
.product-thumb:hover .product_buttons {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	-webkit-transform: translatez(0);
	transform: translatez(0);
}
.product-list .product-thumb .content {
	padding-left: 20px;
}

.price {
	color: var(--global-palette3);
	font-size: 16px;
}
.price .price-old {
	color: var(--global-palette6);
	font-size: 15px;
}
.price .price-tax {
	font-size: 14px;
	color: var(--global-palette6);
}

.base_products .title-wrapper {
	text-align: left;
	margin: 0px 0px 20px 0px;
}
.base_products .product-thumb .image {
	border: 0;
}
.base_products .product-wrapper .product-thumb .image .product_buttons,
.base_products
	.product-wrapper
	.product-thumb
	.content
	.description
	.product_cart_btn {
	display: none;
}
.base_products .product-wrapper .product-thumb .content .description,
.base_products .product-wrapper.row .col {
	padding: 0;
}
.base_products .product-wrapper.row {
	margin: 0;
}
.base_products .product-wrapper.row .col:last-child .product-thumb {
	border-bottom: 0;
}
.base_products .product_carousel.splide .splide__arrows {
	position: absolute;
	top: -40px;
	right: -8px;
	left: auto;
	bottom: auto;
}
.base_products .product_carousel.splide .splide__arrows .splide__arrow {
	position: static;
	float: left;
	background: transparent;
	color: var(--global-palette3);
	width: 1.8em;
	height: 1.8em;
}
.base_products
	.product_carousel.splide
	.splide__arrows
	.splide__arrow:disabled {
	opacity: 1;
}
.product-list .product-thumb .product_buttons .offer-btn {
	display: inline-block;
}
.product-list .product-thumb .description h4 {
	margin-bottom: 6px;
}
.product-list .product-thumb .description .rating {
	margin-bottom: 4px;
}
.product-list .product-thumb .description .desc {
	margin-bottom: 20px;
	display: block;
}
.product-list .product-thumb .description .price {
	margin-bottom: 12px;
}
.product-list .product-thumb .description .product_cart_btn button.cart_button {
	width: auto;
}
#product-info .tab-content {
	border: 1px solid var(--border-color);
	padding: 30px;
	border-radius: 5px;
	float: left;
	width: 100%;
}
#product-info .product_page_tab .nav.nav-tabs {
	padding-bottom: 25px;
}
.nav.nav-tabs {
	border-bottom: 0;
	gap: 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}
.nav.nav-tabs .nav-item .nav-link {
	line-height: 20px;
	padding: 0px 25px;
	background: none;
	color: var(--global-palette3);
	border-radius: 0;
	border: none;
	font-size: 18px;
	font-weight: 600;
}
.nav.nav-tabs .nav-item .nav-link:hover,
.nav.nav-tabs .nav-item a.nav-link.active {
	color: var(--global-palette1);
}
.nav.nav-tabs li.nav-item {
	position: relative;
}
.nav.nav-tabs .nav-item:after {
	content: "";
	background: #dddddd;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.nav.nav-tabs .nav-item:last-child:after {
	display: none;
}
.banner-cms-block .banner-wrapper.scroll-item {
	width: 33.33%;
}
.banner2 {
	margin: 0 -15px;
}
.banner-image {
	overflow: hidden;
	border-radius: var(--global-border-radius);
}
.banner-image img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.banner-wrapper:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
#base_cms_banner .banner-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: var(--global-border-radius);
}
#base_cms_banner .banner-wrapper img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#base_cms_banner .banner-wrapper:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#base_cms_banner .banner-wrapper.cms-one .content {
	top: 21%;
}
#base_cms_banner .banner-wrapper .content {
	position: absolute;
	top: 14%;
	left: 55px;
	right: auto;
	margin: 0;
	z-index: 3;
}
#base_cms_banner .banner-wrapper .content .label {
	padding: 0 12px 0 12px;
	background-color: var(--global-palette9);
	color: var(--global-palette3);
	margin: 0 0 15px;
	display: inline-block;
	vertical-align: top;
	border-radius: var(--bs-border-radius-lg);
	text-transform: capitalize;
}
#base_cms_banner .banner-wrapper.cms-two span.label {
	background: #f2610b;
	color: var(--global-palette9);
}
#base_cms_banner .banner-wrapper .content .title {
	margin: 0 0 15px 0;
	color: var(--global-palette3);
	font-weight: 600;
	line-height: 34px;
	font-size: 26px;
	letter-spacing: 0.6px;
}
#base_cms_banner .banner-wrapper .content .price {
	font-size: 36px;
	margin-bottom: 0;
	letter-spacing: 2px;
}
#base_cms_banner.single-banner .content {
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 0;
	gap: 60px;
}
#base_cms_banner.single-banner .content h3 {
	font-weight: 500;
}
#base_cms_banner.single-banner .content h3 span {
	font-weight: 300;
	color: var(--global-palette3);
}
#base_cms_banner .banner-wrapper.cms-three h3.title,
#base_cms_banner .banner-wrapper.cms-three span.subheading,
#base_cms_banner .banner-wrapper.cms-three .content .price {
	color: var(--global-palette9);
}
/**********************Service cms block**********************************/
#base_service_block {
	border: 1px solid rgb(0, 0, 0, 0.1);
	padding: 23px 5px 13px;
	border-radius: 5px;
}
#base_service_block .scroll-item {
	width: 20%;
	border-right: 1px solid rgb(0, 0, 0, 0.1);
}
#base_service_block .scroll-item:last-child {
	border-right: 0;
}
#base_service_block .service-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#base_service_block .service-wrapper .service-img {
	margin-right: 15px;
}
#base_service_block .service-wrapper .service-img img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#base_service_block .service-wrapper .service-img img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#base_service_block .service-wrapper .service-content h3 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}
/*********************end Service cms block****************************/

#base_left_banner {
	margin-bottom: 30px;
}
#base_left_banner .left-banner-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: var(--global-border-radius);
}
#base_left_banner .left-banner-wrapper img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#base_left_banner .left-banner-wrapper:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#base_left_banner .left-banner-content {
	position: absolute;
	top: 10%;
	left: 30px;
	right: auto;
	margin: 0;
	z-index: 3;
	color: var(--global-palette9);
}
#base_left_banner .left-banner-content h3.title {
	color: var(--global-palette9);
	margin-bottom: 20px;
	line-height: 34px;
	font-size: 28px;
	font-weight: 500;
}
#base_left_banner .left-banner-content h2.price {
	color: var(--global-palette9);
	font-weight: 500;
	font-size: 30px;
}

#base_product_sidebar_service_block {
	margin-bottom: 30px;
	border: 1px solid var(--border-color);
	padding: 15px;
	border-radius: var(--global-border-radius);
}
#base_product_sidebar_service_block .service-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 22% 1fr;
	grid-template-columns: 22% 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#base_product_sidebar_service_block .service-wrapper:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#base_product_sidebar_service_block .service-wrapper .service-img {
	margin-right: 15px;
}
#base_product_sidebar_service_block .service-wrapper .service-img img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#base_product_sidebar_service_block .service-wrapper .service-img img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#base_product_sidebar_service_block .service-wrapper .service-content h3 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

#product-category #content h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}
.category-header img.img-thumbnail {
	border: 0;
	padding: 0;
}
#product-category #content .category-header .image {
	width: 13.3%;
}
#product-category #content .category-header .description {
	width: 86.7%;
}
#product-category .title-description h3 {
	font-size: 22px;
	font-weight: 500;
}
#product-category .title-description ul li {
	display: inline-block;
	margin: 0 5px 10px 0;
}
#product-category .title-description ul li a {
	background: var(--global-palette7);
	color: var(--global-palette3);
	display: inline-block;
	vertical-align: top;
	padding: 10px 25px;
	border-radius: 50px;
}
#product-category .title-description ul li .category_img a {
	display: none;
}
#product-category .title-description ul li a:hover {
	background-color: var(--global-palette1);
}

#display-control {
	background: var(--global-palette7);
	padding: 10px;
	margin: 0 0 30px 0;
	border-radius: var(--global-border-radius);
}
#display-control .compare-total a {
	background: none;
	padding: 0;
	color: var(--global-palette3);
}
#display-control .btn-group {
	gap: 10px;
}
#display-control .btn-group .btn {
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--global-palette9);
	color: var(--global-palette3);
	padding: 0 15px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: var(--global-border-radius);
}
#display-control .btn-group .btn.active {
	background-color: var(--global-palette1);
}
#display-control .btn-group .btn#button-grid {
	background-image: url(../image/cat-grid.svg);
}
#display-control .btn-group .btn#button-grid.active {
	background-image: url(../image/cat-grid-active.svg);
}
#display-control .btn-group .btn#button-list {
	background-image: url(../image/cat-list.svg);
}
#display-control .btn-group .btn#button-list.active {
	background-image: url(../image/cat-list-active.svg);
}
#display-control .input-group.sort-by-wrapper {
	width: 220px;
	margin-right: 10px;
}
#display-control .input-group.sort-by-wrapper .input-group-text {
	background-color: transparent;
	border: 0;
}
#display-control .input-group.sort-by-wrapper .form-select {
	border-radius: 0;
}
#display-control .input-group.sort-by-wrapper .form-select:focus {
	border-color: transparent;
}
#display-control .input-group.show-wrapper {
	width: 160px;
}
#display-control .input-group.show-wrapper .input-group-text {
	background-color: transparent;
	border: 0;
}
#display-control .input-group.show-wrapper .form-select {
	border-radius: 0;
}
#display-control .input-group.show-wrapper .form-select:focus {
	border-color: transparent;
}

#pagination-wrapper {
	background: var(--global-palette7);
	padding: 10px 15px;
	margin: 30px 0 0 0;
	border-radius: var(--global-border-radius);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#pagination-wrapper .page-result {
	padding: 6px 0;
}
#pagination-wrapper .page-link .pagination {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#pagination-wrapper .page-link .pagination .page-item {
	margin-right: 5px;
}
#pagination-wrapper .page-link .pagination .page-item .page-link {
	border: 0;
	color: var(--global-palette3);
	border-radius: var(--global-btn-radius);
	padding: 5px 13px;
}
#pagination-wrapper .page-link .pagination .page-item .page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#pagination-wrapper .page-link .pagination .page-item.active .page-link {
	background: var(--global-palette1);
}

#column-left .sidebar-box,
#column-right .sidebar-box {
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid var(--border-color);
	border-radius: 5px;
}
#column-left .sidebar-box .sidebar-title,
#column-right .sidebar-box .sidebar-title {
	background-color: var(--global-palette7);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 8px 16px;
}
#column-left .list-group-item,
#column-right .list-group-item {
	border: 0;
	padding: 6px 10px;
}
#column-left .list-group-item.active,
#column-right .list-group-item.active {
	background-color: transparent;
	color: var(--global-palette3);
}
#column-left .list-group-item:hover,
#column-right .list-group-item:hover {
	text-decoration: underline;
}
#column-left
	.category-box
	.category-box-item
	.cat-parent
	.main-item.active
	.toggled
	> .fa-plus:before,
#column-right
	.category-box
	.category-box-item
	.cat-parent
	.main-item.active
	.toggled
	> .fa-plus:before {
	content: "\f068";
}
#column-left .category-box .category-box-item .cat-parent span.toggled,
#column-right .category-box .category-box-item .cat-parent span.toggled {
	position: absolute;
	top: 8px;
	right: 10px;
	bottom: auto;
	left: auto;
}
#column-left .category-box .category-box-item .cat-parent ul,
#column-right .category-box .category-box-item .cat-parent ul {
	padding-left: 12px;
	display: none;
}
#column-left .card .card-filter,
#column-right .card .card-filter {
	border-top: 0;
}
#column-left .card .list-group-item,
#column-right .card .list-group-item {
	border-bottom: 0;
	padding: 2px 12px;
}
#column-left .card .list-group-item .form-check .form-check-input,
#column-right .card .list-group-item .form-check .form-check-input {
	border-color: var(--border-color);
	width: 1.2em;
	height: 1.2em;
	margin-right: 8px;
	margin-top: 2px;
}
#column-left .card .list-group-item .form-check .form-check-label,
#column-right .card .list-group-item .form-check .form-check-label {
	font-size: inherit;
}
#column-left .card .list-group-item .form-check .form-check-label:hover,
#column-right .card .list-group-item .form-check .form-check-label:hover {
	text-decoration: underline;
}
#column-left .card div.list-group-item,
#column-right .card div.list-group-item {
	margin-bottom: 10px;
}
#column-left .card a.list-group-item,
#column-right .card a.list-group-item {
	font-size: 15px;
	font-weight: 500;
}
#column-left .card .card-footer,
#column-right .card .card-footer {
	background: transparent;
	padding: 10px 0;
}
#column-left .sidebar .nav.nav-tabs,
#column-right .sidebar .nav.nav-tabs {
	display: block;
}
#column-left .sidebar .nav.nav-tabs li a,
#column-right .sidebar .nav.nav-tabs li a {
	padding: 6px 10px;
	display: block;
}
#column-left .sidebar .nav.nav-tabs li a:hover,
#column-right .sidebar .nav.nav-tabs li a:hover {
	text-decoration: underline;
}

#product-search #content h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

#product-info .product-left {
	width: 37%;
}
#product-info .product-left .image .img-thumbnail {
	padding: 0;
}
#product-info .product-left .image .product_gallery .gallery_carousel {
	padding: 0 30px !important;
	margin: 10px 15px 0 !important;
}
#product-info
	.product-left
	.image
	.product_gallery
	.gallery_carousel
	.splide__arrows
	.splide__arrow {
	width: 1.8rem;
	height: 1.8rem;
}
#product-info
	.product-left
	.image
	.product_gallery
	.gallery_carousel
	.item
	img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#product-info
	.product-left
	.image
	.product_gallery
	.gallery_carousel
	.splide__slide.is-active
	.item
	img,
#product-info
	.product-left
	.image
	.product_gallery
	.gallery_carousel
	.splide__slide:hover
	.item
	img {
	border-color: var(--global-palette3);
}
#product-info .product-right {
	width: 44.8%;
}
#product-info .product-right .product_title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 12px;
}
#product-info .product-right .rating {
	padding-bottom: 12px;
}
#product-info .product-right .rating .fa-stack {
	width: 14px;
}
#product-info .product-right .rating .fa-stack i {
	font-size: 12px;
}
#product-info .product-right .price .price-tax {
	margin: 5px 0 20px 0;
}
#product-info .product-right .meta li {
	padding: 3px 0;
}
#product-info .product-right .meta li strong {
	font-weight: 500;
}
#product-info .product-right #product h5 {
	font-size: 20px;
	margin-bottom: 16px;
}
#product-info .product-right #product .qty {
	margin: 20px 0;
}
#product-info .product-right #product .qty .op-box.qty-plus-minus {
	border: 1px solid var(--border-color);
	margin: 0 10px 0 0;
	width: auto;
	padding: 0;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	background: var(--global-palette7);
}
#product-info
	.product-right
	#product
	.qty
	.op-box.qty-plus-minus
	.form-control.pull-left.btn-number {
	min-width: 30px;
	margin: 0;
	border: 0;
	padding: 0;
	height: 42px;
	line-height: 30px;
	color: var(--global-palette2);
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	border-radius: 0;
	background: transparent;
	vertical-align: top;
}
#product-info
	.product-right
	#product
	.qty
	.op-box.qty-plus-minus
	.form-control.pull-left.btn-number.btnminus {
	font-size: 26px;
}
#product-info
	.product-right
	#product
	.qty
	.op-box.qty-plus-minus
	.form-control.pull-left.btn-number.btnminus::before {
	content: "−";
}
#product-info
	.product-right
	#product
	.qty
	.op-box.qty-plus-minus
	.form-control.pull-left.btn-number.btnplus {
	font-size: 20px;
}
#product-info
	.product-right
	#product
	.qty
	.op-box.qty-plus-minus
	.form-control.pull-left.btn-number.btnplus::before {
	content: "+";
}
#product-info
	.product-right
	#product
	.qty
	.op-box.qty-plus-minus
	#input-quantity {
	width: 36px;
	height: 42px;
	padding: 8px;
	text-align: center;
	border: none;
	margin: 0px;
	display: inline;
	background-color: transparent;
}
#product-info .product-right #product #form-product .form-label {
	font-size: 14px;
	font-weight: 500;
}
#product-info .product-right #product #form-product .radio.form-check {
	padding-left: 0;
	display: inline-block;
	vertical-align: top;
}
#form-review input.form-check-input {
	border: none;
}
#product-info .form-check-input {
	width: 32px;
	height: 32px;
	appearance: none;
	border: 2px solid #dee2e6;
	transition: all 0.2s ease-in-out;
	padding: 0px;
	position: absolute;
	margin: 0px;
	background: none;
}
#product-info .form-check-input:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
#product-info .form-check .form-check-input {
	float: left;
	margin-left: -1px;
}
#product-info .form-check .form-check-input {
	margin-top: 1px;
}
#product-info .form-check-input:checked {
	background-color: transparent;
	border-color: #000000;
}
#product-info
	.product-right
	#product
	#form-product
	.radio.form-check
	.form-check-label {
	font-size: 0;
}
#product-info .product-right #product #form-product .radio img.img-thumbnail {
	border-radius: 50%;
	width: 30px;
	padding: 2px;
}
#product-info .product-right .wishlist_compare_btn .btn {
	background: transparent;
	padding: 0;
	-webkit-transition: none;
	transition: none;
	color: var(--global-palette2);
}
#product-info .product-right .wishlist_compare_btn .btn::before {
	content: "";
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left;
	mask-position: left;
	float: left;
	-webkit-mask-size: 16px;
	mask-size: 16px;
	padding: 11px 11px;
	background-color: var(--global-palette3);
}
#product-info .product-right .wishlist_compare_btn .btn.wishlist {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid var(--border-color);
}
#product-info .product-right .wishlist_compare_btn .btn.wishlist::before {
	-webkit-mask-image: url(../image/wishlist.svg);
	mask-image: url(../image/wishlist.svg);
}
#product-info .product-right .wishlist_compare_btn .btn.compare::before {
	-webkit-mask-image: url(../image/compare.svg);
	mask-image: url(../image/compare.svg);
}
#product-info .product-right .wishlist_compare_btn .btn:hover {
	text-decoration: underline;
}
#product-info .product-sidebar {
	width: 18.2%;
}
#product-info .product_page_tab {
	margin: 50px 0;
}
.input-group
	> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
		.valid-feedback
	):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: 1px;
}

#product-manufacturer h1 {
	margin-bottom: 14px;
}
#product-manufacturer p {
	color: var(--global-palette6);
}
#product-manufacturer p strong {
	font-weight: 500;
}
#product-manufacturer .manufacturer-list {
	border: 1px solid var(--border-color);
	margin-bottom: 20px;
	padding: 5px;
}
#product-manufacturer .manufacturer-list .heading {
	background: var(--global-palette7);
	margin-bottom: 6px;
	padding: 5px 8px;
}
#product-manufacturer .manufacturer-list .content {
	padding: 10px;
}
#product-manufacturer .manufacturer-list .content .row {
	gap: 5px;
}
#product-manufacturer .manufacturer-list .content .row a {
	color: var(--global-palette6);
}

#information-information h1 {
	margin-bottom: 35px;
}
#information-information #content {
	margin-left: 15px;
	margin-right: 15px;
	padding: 20px;
	border: 1px solid var(--border-color);
	border-radius: var(--global-border-radius);
	min-height: 0;
}
#information-information #content .aboutus {
	clear: both;
	margin-bottom: 30px;
}
#information-information #content .aboutus h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
#information-information #content .aboutus:last-child {
	margin-bottom: 0;
}

#account-account #content h2 {
	margin-bottom: 12px;
}
#account-account #content ul.list-unstyled {
	margin-bottom: 25px;
}

#account-address #content h1 {
	margin-bottom: 20px;
}
#account-address #address table td {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 14px;
}
#account-address #address table td br {
	margin: 10px 0;
}

#account-newsletter #form-newsletter .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#account-newsletter #form-newsletter .row .col-form-label {
	width: auto;
}
#account-newsletter #form-newsletter .row .form-check {
	min-height: unset;
	line-height: 0;
}
#account-newsletter #form-newsletter .row .form-check #input-newsletter {
	margin-top: 0;
}

#accordion .accordion-item .accordion-header .accordion-button:focus,
#accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background-color: var(--global-palette7);
	-webkit-box-shadow: none;
	box-shadow: none;
}

/************* blogs **********************/
.article-container ul.thumbnails {
	padding: 0;
	margin-bottom: 30px;
}
.article-container ul.thumbnails li {
	list-style: none;
}
h3.article-page-title {
	font-size: 24px;
}
span.block-date {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.blog-layout.product-list.blog-category.col-6 {
	width: 100%;
	margin-bottom: 30px;
}
.blog-info.col-xl-6 {
	width: 40%;
}
.caption-blog.col-xl-6 {
	width: 60%;
}
#blog-article h4.blog-title {
	font-size: 20px;
	line-height: 24px;
}
#blog-article .blog-read {
	width: auto;
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
	padding: 8px 0 0;
	font-weight: 500;
	cursor: pointer;
	border: none;
	text-decoration: underline;
}

/*--------------Back to top button css------------------*/
.top_button {
	bottom: 20px;
	cursor: pointer;
	height: 38px;
	padding: 0px 8px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 38px;
	z-index: 99;
	font-size: 0px;
	border: 0;
	background: var(--global-palette-highlight);
	-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
	animation-name: hvr-icon-bob-float, hvr-icon-bob;
	-webkit-animation-duration: 0.3s, 1.5s;
	animation-duration: 0.3s, 1.5s;
	-webkit-animation-delay: 0s, 0.3s;
	animation-delay: 0s, 0.3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	border: 0;
	border-radius: 50%;
}
.top_button:hover {
	background-color: var(--global-palette1);
	color: var(--global-palette2);
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
/* .top_button:hover:before{
	color: var(--global-palette2);
} */
.top_button::before {
	color: var(--global-palette9);
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 17px;
	line-height: 38px;
	font-weight: 300;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.top_button:hover::before {
	color: var(--global-palette2);
}
.top_button:after {
	bottom: 0;
	height: 38px;
	opacity: 1;
	right: 0;
	content: "";
	position: absolute;
	width: 38px;
	animation: blink 2s steps(5, start) infinite;
	-webkit-animation: blink 1s steps(5, start) infinite;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 0px;
}
/*********************Contact us page css********************/
#information-contact .card {
	float: left;
	width: 28%;
	margin-right: 30px;
	padding: 20px 20px;
	position: relative;
	z-index: 8;
	border: 1px solid var(--border-color);
	border-radius: 0;
}
#form-contact fieldset {
	border: 1px solid var(--border-color);
	padding: 20px;
}
#information-contact .col-sm-3 {
	width: 100%;
	float: left;
	padding-block: 15px;
	padding-inline: 0;
}
#information-contact .col-sm-3.map {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 20px;
	padding-top: 0;
}
#information-contact .col-sm-3 img.img-thumbnail {
	border: 0;
	padding: 0;
}
#information-contact .col-sm-3 strong {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
legend {
	font-weight: 500;
	/* color: var(--global-palette1); */
}
#information-contact .col-sm-3 address,
#information-contact .col-sm-3 p {
	color: var(--global-palette6);
}
#information-contact .text-end {
	float: right;
	width: auto;
	margin-top: 30px;
}

/**********************Verticle menu css**********************************/
.bottom-header {
	display: flex;
	align-items: center;
	position: relative;
}
#menu .navbar-toggler i {
	color: var(--global-palette2);
	border-color: var(--global-palette2);
}
#header #menu {
	min-height: inherit;
	position: relative;
	width: 20%;
	border-right: 1px solid #dfe0e1;
	margin-right: 30px;
}
.position-header-bottom {
	float: left;
	width: 100%;
}
#header #menu li.nav-item {
	border-bottom: 1px solid #ededed;
	padding-inline: 20px;
}
#header #menu li.nav-item.dropdown:last-child {
	border-bottom: 0;
}
#header #menu .navbar-toggler {
	border: 0;
	padding: 0;
	margin-right: 20px;
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: var(--global-palette3);
}
#header #menu .navbar-toggler i {
	color: var(--global-palette2);
	font-size: 19px;
	margin-right: 20px;
}
#header #menu .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#header #menu #navbar-menu {
	top: 42px;
	position: absolute;
	border: 1px solid #ededed;
	/* height: 100%; */
	z-index: 1;
	background-color: var(--global-palette9);
	width: 100%;
	max-width: 280px;
	opacity: 0;
	-webkit-transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1),
		-webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1),
		-webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
		opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
		opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1),
		-webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
	overflow-y: auto;
	overflow: visible;
	float: left;
}
#header #menu #navbar-menu.active {
	opacity: 1;
	visibility: visible;
	z-index: 5;
}
#header #menu #navbar-menu .navbar-header {
	padding: 1em 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: calc(1.2em + 24px);
	background: var(--global-palette1);
}
#header #menu #navbar-menu .navbar-header h5 {
	margin-bottom: 0;
}
#header #menu #navbar-menu .navbar-header .close-icon i {
	font-size: 22px;
}
#header #menu #navbar-menu .navbar-nav {
	padding: 10px 0px;
	display: block;
}
#header #menu #navbar-menu .navbar-nav > li > a {
	padding: 8px 0;
}
#header #menu #navbar-menu .navbar-nav .dropdown .dropdown-inner a {
	min-width: unset;
}
#header #menu .dropdown-menu {
	background: #fff;
	width: 100%;
	display: none;
	left: 100%;
	right: auto;
	top: 10px;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	float: left;
}
#header #menu li.nav-item:hover .dropdown-menu {
	display: block !important;
}
#menu .dropdown-inner {
	float: left;
	width: 100%;
}
#header .megamenu-wrapper .dropdown-menu {
	background: transparent;
	border: medium none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	width: 100%;
	display: none;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-webkit-transition: none;
	transition: none;
	visibility: visible;
}
.mobile_togglemenu {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 5px;
	left: auto;
	top: 8px;
	bottom: auto;
	padding: 0;
	display: block;
	line-height: 25px;
	text-align: center;
}
.mobile_togglemenu::before {
	content: "+";
	font-size: 20px;
}
.toggle.active .mobile_togglemenu::before {
	content: "−";
	font-size: 20px;
}
#header #menu #navbar-menu .navbar-nav > li > a.mobile_togglemenu {
	padding: 0;
}
#menu .dropdown-inner ul {
	padding-block: 10px;
}

/********************Top banners**************************/

#top_banner_02 {
	width: 26%;
	float: right;
	margin: 0 0 30px;
}
.banner-wrapper {
	position: relative;
}
.banner-top-cms-block-2 .banner-wrapper .content {
	position: absolute;
	top: 23%;
	left: 40px;
	right: auto;
	margin: 0;
	z-index: 3;
}
.banner-wrapper.two .content {
	top: 13%;
}
#top_banner_02 .banner-wrapper:first-child {
	margin-bottom: 30px;
}
.banner-top-cms-block-2 h3.title,
.banner-top-cms-block-2 .price {
	color: var(--global-palette9);
}
.banner-top-cms-block .banner-wrapper span.label {
	background: var(--global-palette9);
	padding: 0 14px;
	line-height: 24px;
	border-radius: 30px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.banner-top-cms-block h3.title {
	font-weight: 700;
	width: 90%;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.5px;
	margin-bottom: 14px;
}
.banner-top-cms-block .subheading {
	color: var(--global-palette9);
}
.banner-top-cms-block-2 h3.title {
	width: 65%;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 25px;
}
.banner-top-cms-block-2 .subheading {
	color: var(--global-palette9);
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.banner-top-cms-block-2 .price {
	font-size: 32px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 0;
}
.cms-label {
	background: #f25c05;
	padding: 0px 12px;
	width: auto;
	float: left;
	border-radius: var(--global-border-radius);
	color: var(--global-palette9);
	text-transform: capitalize;
	margin-bottom: 15px;
}
.banner-wrapper.two h3.title,
.banner-wrapper.two .subheading,
.banner-wrapper.two .price {
	color: var(--global-palette2);
}

/*****************Tab banner css*************************/
#collection {
	float: left;
	width: 27.7%;
	padding: 0 15px 0 0;
	position: relative;
}
.collection-left-banner .content {
	position: absolute;
	top: 8%;
	left: 35px;
	right: auto;
	margin: 0;
	z-index: 3;
	width: 60%;
}
.collection-left-banner .label {
	font-size: 16px;
	color: var(--global-palette9);
}
.collection-left-banner .img-title {
	font-size: 28px;
	margin: 10px 0 15px 0;
	color: var(--global-palette9);
	font-weight: 600;
	line-height: 36px;
}
.collection-left-banner .img-subtitle {
	margin: 0 0 20px 0;
	font-size: 32px;
	color: var(--global-palette9);
	line-height: 38px;
}
.btn.banner:hover {
	background: var(--global-palette-btn-hover);
	color: var(--global-palette-btn-bg-hover);
}
/* product Extended description */
.product_page_tab table.bordered {
	border: 1px solid var(--border-color);
	background-color: var(--global-palette8);
	border-spacing: 0;
	margin-bottom: 40px;
	border-radius: var(--global-border-radius);
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: thin;
	height: 400px;
}
.product_page_tab table.bordered tbody {
	width: 100%;
	display: table;
}
.product_page_tab table.bordered::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.product_page_tab table.bordered::-webkit-scrollbar-thumb {
	background: #a8a8a8;
}
.product_page_tab table.bordered th {
	padding: 15px;
	text-align: left;
	font-size: 15px;
	color: var(--global-palette1);
}
.product_page_tab table.bordered tr:nth-child(odd) {
	background-color: #fff;
}
.product_page_tab table.bordered tr td {
	padding: 7px 15px;
}
.product_page_tab table.bordered ul {
	list-style: disc;
}
.product_page_tab .tab-content .tab-image {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}
.product_page_tab .tab-content .tab-image .img-side {
	width: 50%;
	line-height: 0;
}
.product_page_tab .tab-content .tab-image .img-side img {
	border-radius: var(--media-radius);
}
.product_page_tab .tab-content .tab-description {
	margin-bottom: 40px;
}
.product_page_tab .tab-content .tab-description .title {
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	display: inline-block;
	color: var(--global-palette3);
}
.product_page_tab .tab-content .description {
	width: 100%;
	margin-block: 0 20px;
	color: rgb(var(--color-body-text));
}
.product_page_tab .tab-content .video-image {
	display: flex;
	gap: 30px;
}
.product_page_tab .tab-content .video-image .video-img {
	width: 50%;
	line-height: 0;
}
.product_page_tab .tab-content .video-image .video-img iframe {
	border-radius: var(--media-radius);
}
.product_page_tab .tab-content .video-image .video-list {
	width: 50%;
}
.product_page_tab .tab-content .video-image .video-list ul {
	list-style: disc;
	padding-inline: 20px;
	line-height: 30px;
}
.product_page_tab .tab-content .video-image .video-list ul li {
	color: rgb(var(--color-body-text));
}
.product_page_tab .tab-content .description:last-child {
	margin-bottom: 0 !important;
}

#additional-carousel .splide__arrow {
	top: 50px;
}
#additional-carousel .splide .splide__arrows .splide__arrow--prev {
	right: auto;
	left: 0;
}
/******************header cart popup css********************************/
#header #header-cart .dropdown-menu {
	background-color: var(--global-palette9);
	padding: 10px;
	width: 400px;
	overflow: hidden;
	margin: 0;
	height: 100%;
	position: fixed !important;
	inset: 0px 0 auto auto !important;
	transition: transform 0.3s ease-in-out;
}
#header #header-cart .dropdown-menu-end {
	transform: translateX(100%) !important;
	display: flex;
}
#header #header-cart ul.dropdown-menu.dropdown-menu-end.show {
	-webkit-transform: none !important;
	transform: none !important;
	display: block;
}
#header #header-cart .dropdown-menu li {
	min-width: 100%;
	font-size: 14px;
	/* position: relative; */
}
#header #header-cart .dropdown-menu li.cart-details {
	margin: 0;
	width: 100%;
	float: left;
	position: absolute;
	top: 50px;
	bottom: 140px;
	left: 0;
	right: 0;
	overflow-y: auto;
	padding: 0;
}
#header #header-cart .dropdown-menu li .total-wrapper .table {
	margin-top: 10px;
}
#header #header-cart .cart-button.offer-btn {
	width: 100%;
}
#header #header-cart .dropdown-menu li .total-wrapper .table tr td {
	text-align: left !important;
}
#header #header-cart .dropdown-menu li .total-wrapper .table tr td:last-child {
	text-align: right !important;
}
.cart-header {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#cart-text {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.cart-header #btnHinge {
	background: transparent;
	border: 0;
	box-shadow: none;
}
.cart-table tbody {
	overflow-y: auto;
	top: 10px;
	bottom: -160px;
	left: 0;
	right: 0;
	position: absolute;
}

/* mkey styles */

#product-info .price {
	font-size: 28px;
	color: var(--global-palette-btn-bg);
}
#product-info .price .price-tax {
	font-size: 18px;
}
.mk-sku {
	font-size: 20px;
	margin-bottom: 20px;
}
.price-new {
	color: var(--global-palette-btn-bg);
}

@media screen and (max-width: 575px) {
	.mk-list-center li {
		text-align: center;
	}
	#product-info .product_title {
		text-align: center;
	}
	#product-info .rating {
		width: fit-content;
		margin: 0px auto;
	}
}
