body {
	font-family: "Jost", serif;
	font-weight: 400;
	color: var(--primary-color);
	font-size: 14px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#common-home {
	overflow: hidden;
}
/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--primary-color);
	font-weight: 500;
	text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--primary-color);
	text-decoration: none;
}
.fa {
	font-size: 14px;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	border-color: var(--border-color);
}
label {
	font-size: 16px;
	font-weight: normal;
}
.form-check label {
	cursor: pointer;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 14px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
.container,
.row {
	--bs-gutter-x: 30px;
}
@media (max-width: 991px) {
	.row {
		--bs-gutter-x: 10px;
	}
}
body .daterangepicker {
	z-index: 10001;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}
a:focus,
a:hover,
div:focus,
img:focus {
	text-decoration: none;
	outline: none;
	color: var(--primary-color);
}
a:hover {
	text-decoration: none;
	color: var(--primary-hover-color);
}
div.required .control-label:before,
div.required .col-form-label:before {
	content: "* ";
	color: #f00;
	font-weight: bold;
}
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.addcart:focus {
	outline: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
div:focus,
img:focus,
.form-control:focus,
i:focus {
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
	position: fixed;
	overflow: hidden;
	right: 20px;
	bottom: 70px;
	z-index: 5;
	height: 40px;
	width: 40px;
	border-radius: 0;
	text-align: center;
	box-shadow: none;
	color: var(--pripmary-color);
	background: var(--secondary-color);
	border: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
}
.scrollToTop i {
	font-size: 16px;
	line-height: 40px;
}
.scrollToTop:hover,
.scrollToTop:focus {
	color: var(--secondary-color);
	background: var(--primary-hover-color);
}
@media (max-width: 991px) {
	.scrollToTop {
		height: 34px;
		width: 34px;
		right: 15px;
		bottom: 40px;
	}
	.scrollToTop i {
		line-height: 34px;
	}
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../image/ajax_loader.gif") 50% 50% no-repeat
		rgb(255, 255, 255);
	opacity: 1;
}

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
.quickview-wrapper {
	background-color: var(--secondary-color);
	display: none;
	height: 80vh;
	left: 0;
	margin: 0 auto;
	overflow: auto;
	padding: 20px 5px;
	position: fixed;
	right: 0;
	top: 7%;
	width: 70%;
	z-index: 9999;
}
.quickview-overlay {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	z-index: 99;
}
.quickview-btn {
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	font-size: 12px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: var(--primary-color);
	background: var(--background-color);
	border-radius: 0;
}
.quickview-btn:hover {
	background: var(--primary-color);
	color: var(--secondary-color);
}
.quickview-loader {
	display: none;
	position: fixed;
	top: 0;
	width: 50px;
	height: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
	margin: auto;
	background-color: transparent;
	line-height: 50px;
}
.quickview-loader-inner {
	font-size: 16px;
	color: #ffffff;
}
.quickview-container #button-cart-quick {
	padding: 12px 30px;
	vertical-align: middle;
}
@media (max-width: 991px) {
	.quickview-wrapper {
		width: 90%;
	}
}
@media (max-width: 575px) {
	.quickview-container #button-cart-quick {
		padding: 12px 18px;
	}
}
/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	border-radius: 0;
	margin: 0 0 20px 0;
}
.alert {
	padding: 9px 30px 9px 15px;
	border-radius: 0;
	text-align: center;
	position: relative;
	line-height: 20px;
	z-index: 1;
}
.alert-dismissable .close,
.alert-dismissible .close {
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 38px;
	text-shadow: none;
}
.newsletterblock .alert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
}
#form-review .alert.alert-success,
#post_comment .alert {
	position: relative;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-wrap {
	position: relative;
}
.newsletter-content {
	position: relative;
	z-index: 1;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
}
#newsletter-popup .modal-content {
	background: transparent;
	box-shadow: none;
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: auto;
	min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
	border: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--secondary-color);
	background-clip: padding-box;
	border-radius: 0;
}
.newsletter-popup .modal-dialog {
	max-width: 900px;
	margin: 20px auto;
}
.newsletter-popup .modal-content {
	background: transparent;
	box-shadow: none;
}
.newsletter-popup-img {
	width: 45%;
	height: 430px;
	background: url(../image/newsletter-popup.jpg) no-repeat center center;
	background-size: cover;
	transform: translate(60%);
	transition: transform 0.35s;
	transition-delay: 0.5s;
}
.newsletter-content-innner {
	transition: all 0.35s;
	transition-delay: 0.5s;
	transform: translate(-40%);
	background: var(--secondary-color);
}
.modal.show .modal-dialog .newsletter-content-innner,
.modal.show .modal-dialog .newsletter-popup-img {
	transform: translate(0);
}
.newsletter-btn-close.close {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	z-index: 1;
	padding: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 10px;
	font-weight: 400;
	text-shadow: none;
	background: transparent;
	color: var(--primary-color);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.newsletter-btn-close.close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	background: transparent;
	color: var(--primary-hover-color);
}
.newsletter-popup .modal-body {
	padding: 0;
	z-index: 1;
}
.newsletter-content-innner .newsletter_usr_popup_email::placeholder {
	color: var(--primary-color);
}
.newsletter-content-innner {
	width: 55%;
	text-align: center;
	padding: 52px 30px;
}
.newsletter-content-innner h3 {
	position: relative;
	font-size: 34px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
	color: var(--primary-color);
}
.newsletter-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 17px 0 0;
	text-transform: capitalize;
	color: var(--primary-color);
}
.newsletter-popup-text {
	font-weight: 600;
	color: var(--primary-hover-color);
	text-transform: uppercase;
	margin: 0;
	font-size: 28px;
	line-height: 32px;
}
.frmnewsletterpopup {
	display: block;
	margin: 15px auto 0;
}
.newsletter-content-innner .newsletter_usr_popup_email {
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 5px 15px;
	height: 50px;
	border: none;
	background: transparent;
	border-bottom: 2px solid var(--primary-color);
	width: 100%;
}
.frmnewsletterpopup button {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 30px;
	margin: 20px 0 0;
	width: 100%;
	display: block;
	text-transform: uppercase;
	color: var(--secondary-color);
	background: var(--primary-color);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.frmnewsletterpopup button:hover {
	color: var(--secondary-color);
	background: var(--primary-hover-color);
}
.newsletter-popup-welcome {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 30px 0 0;
	text-transform: uppercase;
	color: var(--primary-color);
}
.newsletter-popup-welcome span + span {
	border-bottom: 1px solid var(--primary-hover-color);
}
.newsletter-content-innner input[type="text"] {
	width: 70%;
	margin: 0 auto;
	height: 42px;
	border: 1px solid #ddd;
	padding: 0 10px;
}
.newsletter-content-bottom {
	margin-top: 20px;
}
.newsletter-content-bottom input[type="checkbox"] {
	margin: 0;
}
.newsletter-content-innner .alert {
	margin: 15px 0 10px;
	display: table;
	position: relative;
	width: 100%;
}
.newsletter-content-bottom label {
	margin: 0;
}
@media (min-width: 768px) {
	.newsletter-popup .modal-dialog {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	.frmnewsletterpopup {
		width: 100%;
	}
	.newsletter-content p {
		margin: 11px 0 0;
	}
	.newsletter-content-innner {
		padding: 40px 30px;
	}
	.newsletter-popup-img {
		height: 400px;
	}
}
@media (max-width: 991px) {
	.frmnewsletterpopup button {
		font-size: 14px;
		padding: 10px 20px;
		margin: 15px 0 0;
	}
	.newsletter-popup .modal-dialog {
		width: 700px;
	}
	.newsletter-content p {
		font-size: 14px;
	}
	.newsletter-content-innner .newsletter_usr_popup_email {
		height: 40px;
	}
	.newsletter-content-innner h3 {
		font-size: 28px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.newsletter-popup .modal-dialog {
		width: 90%;
		max-width: unset;
	}
	.newsletter-content-innner h3 {
		font-size: 24px;
		line-height: 24px;
		margin: 25px 0 15px;
	}
	.newsletter-popup-text {
		font-size: 20px;
		line-height: 26px;
	}
	.newsletter-popup-welcome {
		display: none;
	}
	.newsletter-content-innner {
		padding: 65px 30px;
	}
	.newsletter-content p {
		margin: 12px 0 0;
	}
}

@media (max-width: 680px) and (min-width: 576px) {
	.newsletter-popup .modal-dialog {
		width: 80%;
	}
}
@media (max-width: 680px) {
	.newsletter-popup-img {
		display: none;
	}
	.newsletter-content-innner {
		width: 100%;
		padding: 30px;
	}
	.newsletter-content p {
		margin: 20px 0 0;
	}
	.newsletter-content-innner h3 {
		margin: 0;
	}
	.newsletter-content-innner {
		transform: translate(0);
	}
}
@media (max-width: 575px) {
	.newsletter-content-bottom label {
		font-size: 14px;
	}
	.newsletter-content-innner h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.frmnewsletterpopup {
		margin: 15px 0 0;
	}
}
@media (max-width: 480px) {
	.newsletter-popup-text {
		font-size: 16px;
		margin-top: 10px;
	}
	.newsletter-popup-welcome {
		font-size: 12px;
	}
	.newsletter-btn-close.close {
		font-size: 12px;
	}
	.newsletter-content p {
		margin: 20px 0 0;
	}
	.newsletter-content-innner h3 {
		font-size: 18px;
	}
}
/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
#top {
	position: relative;
	color: var(--secondary-light-color);
	background: var(--primary-color);
}
.top-left .text-left {
	font-size: 14px;
	text-transform: uppercase;
}
#top .top-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-center > div + div {
	position: relative;
	margin: 0 0 0 14px;
	padding: 0 0 0 14px;
}
.top-center .language:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	left: 0;
	background: #414141;
}
#menu {
	padding: 0;
	justify-content: center;
}
#menu div {
	/* padding: 3px 0; */
}
#menu .nav > li {
	padding: 20px 0;
	position: relative;
	display: block;
}
#menu .nav > li > a {
	padding: 0;
	display: block;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	line-height: 20px;
	position: relative;
	background: transparent;
	text-transform: uppercase;
	color: var(--primary-color);
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,
#menu .nav.navbar-nav li:hover > span,
#menu .dropdown-inner li:hover > a,
#navCategory .dropdown-inner li a:hover,
.vertical-category ul > li:hover > a,
#menu #topCategoryList .dropdown-inner li:hover > a,
#menu .nav > li:hover > a {
	background: transparent;
	color: var(--primary-hover-color);
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
	display: table-cell;
}
#menu .nav > li + li {
	margin: 0 0 0 40px;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12px;
	padding: 10px 0;
	color: var(--secondary-light-color);
}
#menu .column-1 .dropdown-inner li.dropdown-submenu:hover > .fa {
	color: var(--primary-hover-color);
}
/*top-left*/
.contact a,
.email-dec a {
	display: flex;
	align-items: center;
	color: var(--primary-hover-color);
}
.header-right .nav i.fa-angle-right {
	display: none;
}
.header-top-right {
	display: flex;
	align-items: center;
}
.header-top-right .email .icon-mail1 {
	font-size: 32px;
}
.contact-dec,
.email-dec,
.wishlist-dec {
	padding-left: 10px;
	color: var(--primary-hover-color);
}
.wishlist-dec span {
	color: var(--secondary-light-color);
	text-transform: capitalize;
}
.header-top-right > div:not(:last-child):after {
	content: "";
	position: absolute;
	background: var(--border-color);
	width: 1px;
	height: 50px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header-top-right > div:not(:last-child) {
	margin-right: 31px;
	padding: 30px 28px 30px 0;
}

/*top-right*/
.top-right {
	text-align: right;
}
.language-box li,
.currency-dropdown li {
	display: block;
}
.top-right > div {
	position: relative;
	text-transform: uppercase;
}
.top-right > div + div {
	margin: 0 0 0 26px;
}
#form-currency .dropdown-toggle,
#form-language .dropdown-toggle {
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	color: var(--secondary-light-color);
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}
.top-right > div .dropdown-toggle:hover,
#header_ac > a:hover,
#cart > .btn:hover,
#wishlist-total:hover i,
.btn_search .search-btn:hover {
	color: var(--primary-hover-color);
}
.top-right > div .dropdown-toggle .code {
	text-transform: uppercase;
	margin-right: 7px;
}
.header-right ul.dropdown-menu {
	padding: 5px 10px;
	right: 0;
	left: auto;
	border: none;
	border-top: 2px solid var(--primary-hover-color);
}
.top-right ul.dropdown-menu button {
	padding: 5px 0;
	text-align: left;
	border: none;
	color: var(--secondary-light-color);
}
.top-right ul.dropdown-menu button:hover,
#header_ac .dropdown-menu > li > a:hover {
	color: var(--primary-color);
}
.dropdown-menu {
	background: var(--secondary-color);
	z-index: 1001;
	margin: 0;
	border: none;
	border-radius: 0;
	padding: 5px 10px;
	border-top: 2px solid var(--primary-hover-color);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
}
.top-left > div .dropdown-toggle:hover,
.dropdown > a:hover .dropdown > a > span,
#header_ac > a:hover,
#cart > .btn:hover,
#header_ac > .dropdown-toggle.show,
.btn_search .search-btn:hover,
.top-left > div .dropdown-toggle:hover span,
#form-currency .dropdown-toggle.show,
#form-language .dropdown-toggle.show,
#form-currency .dropdown-toggle.show span,
#form-language .dropdown-toggle.show span {
	color: var(--primary-hover-color) !important;
}
/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-animation: fadeInDown 0.5s ease-out forwards;
	-moz-animation: fadeInDown 0.5s ease-out forwards;
	-o-animation: fadeInDown 0.5s ease-out forwards;
	animation: fadeInDown 0.5s ease-out forwards;
	z-index: 11;
	border: none;
	background: var(--secondary-color);
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
}
.header-fixed .header-top-inner {
	padding: 20px 0;
}
.header-fixed .header-bottom {
	display: none;
}

#alert {
	width: 100%;
	pointer-events: auto;
}
body .alert-dismissible .btn-close {
	padding: 0.75rem 1rem;
}

/*header*/
header {
	position: relative;
	background: var(--secondary-color);
}
.header-top-inner {
	padding: 30px 0;
}
.header-bottom-right {
	display: flex;
	justify-content: space-between;
}
.header-inner {
	display: flex;
	align-items: center;
}
.header-right div + div {
	margin: 0 0 0 25px;
}
.header-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-top-inner {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*logo*/
.header-center {
	text-align: center;
}
.top-inner {
	padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#logo img {
	image-rendering: -webkit-optimize-contrast;
	height: 70px;
}
/*header search*/
.btn_search {
	position: relative;
	cursor: pointer;
}
.btn_search .form-control {
	padding: 2px 10px;
	border: none;
	height: 40px;
}
.header-search .icon-close {
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
	font-size: 12px;
}
.header-search {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	padding: 0 30px;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
}
.header-search.active {
	opacity: 1;
	visibility: visible;
	animation: fadeInDown 0.8s ease;
}
.search-btn.active .icon-search:before {
	content: "\e906";
}
#mahardhiSearch .input-lg,
#search .input-lg {
	height: 44px;
	border: none;
}

.top-right-inner .btn_search .dropdown-menu {
	left: auto !important;
	right: 0 !important;
	width: 280px;
	padding: 0;
}
#mahardhiSearch .input-lg {
	padding: 6px 15px;
}
.category-search {
	position: relative;
}
.category-search:after {
	border-left: 1px solid var(--border-color);
	content: "";
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	margin: auto;
}
/*-- mahardhi edit --*/
.search-btn .search-text {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 0 10px;
}
.btn_search .search-btn {
	display: block;
	text-align: center;
	padding: 15px 0;
	color: var(--primary-color);
}
#mahardhiSearch,
#search {
	width: 65%;
	display: flex;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid var(--border-color);
	background: var(--secondary-color);
}
#mahardhiSearch > *,
#search > * {
	display: block;
	font-size: 14px;
	background: transparent;
	color: var(--primary-color);
}
#mahardhiSearch .btn-search,
#search .input-group-btn {
	width: auto;
	background: transparent;
}
#mahardhiSearch .btn-search button,
#search .input-group-btn button {
	padding: 13px 14px;
	border: none;
	font-size: 16px;
	line-height: 1;
	background: transparent;
	color: var(--primary-color);
}

#sResultContainer {
	position: absolute;
	top: 100%;
}
.ui-autocomplete.ui-menu .ui-menu-item {
	list-style-image: none;
	padding: 1px;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
	padding: 3px 1em 3px 0.4em;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
	color: var(--primary-color);
}
.ui-autocomplete .mahardhi-search {
	position: relative;
	display: table;
	width: 100%;
	padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
	font-size: 14px;
	display: table-cell;
	vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
	width: 80px;
	padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
	color: var(--secondary-light-color);
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 12px;
}
.ui-autocomplete .mahardhi-search .price-new {
	font-size: 14px;
	font-weight: 500;
}
.ui-autocomplete.ui-widget-content {
	background: var(--secondary-color) !important;
	border: 1px solid var(--border-color) !important;
}
#mahardhiSearch select.form-control.input-lg {
	border: none;
	padding: 6px 0;
	line-height: 1.42857143;
	width: auto;
	width: 110px;
	background: transparent;
	color: var(--primary-color);
}
#mahardhiSearch .input-lg::placeholder {
	color: var(--seconddary-light-color);
}
.search-down {
	position: absolute;
	z-index: 11;
	display: none;
	right: 0;
	top: 100%;
	left: auto;
	width: 280px;
	border-top: 2px solid var(--primary-hover-color);
	box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
}
.search-btn i {
	font-size: 20px;
	display: block;
}
/*header right*/
#header_ac a > i {
	font-size: 20px;
	display: block;
}
#header_ac > a {
	display: flex;
	align-items: center;
	padding: 13px 0;
	color: var(--primary-color);
}
.header-links > div + div {
	margin: 0 0 0 25px;
}
.contact,
.email,
.wishlist {
	display: flex;
	align-items: center;
	position: relative;
	color: var(--primary-hover-color);
}
.contact .icon-phone-2,
.email .icon-mail1,
.header-top-right .wishlist .icon-heart {
	font-size: 28px;
	color: var(--primary-hover-color);
}
.contact span,
.email span {
	display: block;
	color: var(--secondary-light-color);
}
#header_ac > a span {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 0 5px;
}
#wishlist-total i {
	font-size: 20px;
	display: block;
}
#wishlist-total {
	display: flex;
	padding: 0;
	color: var(--primary-color);
}
/*account*/
#header_ac .dropdown-menu li > a {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 3px;
	color: var(--secondary-light-color);
}
#header_ac button {
	text-align: left;
	padding: 5px 10px;
	text-transform: capitalize;
	border: none;
	color: var(--secondary-light-color);
}
#header_ac .dropdown > .btn-link {
	padding: 5px 0;
	margin: 2px 0;
	width: 100%;
	font-weight: 500;
	color: var(--primary-color);
	border-bottom: 1px solid var(--border-color);
}
#header_ac button:hover,
#header_ac .dropdown-menu li > a:hover {
	color: var(--primary-hover-color);
	background: transparent;
}
#header_ac .dropdown-menu li > a:active {
	background: transparent;
}
/*cart*/
.header_cart {
	position: relative;
}
#cart .cart-text {
	display: block;
	color: var(--secondary-light-color);
}
#cart .cart-items {
	font-size: 12px;
	padding: 0;
	min-width: 16px;
	min-height: 16px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: 10px;
	left: 12px;
	color: var(--secondary-color);
	background: var(--primary-hover-color);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#cart {
	position: relative;
	vertical-align: top;
}
#cart > .btn {
	background: transparent;
	padding: 7px 0;
	border: none;
	color: var(--primary-color);
	display: flex;
	align-items: center;
	box-shadow: none;
}
.cart-item {
	background: var(--primary-hover-color);
	color: var(--secondary-color);
	border-radius: 50%;
	line-height: 16px;
	padding: 0px 4.5px;
	font-size: 12px;
}
#cart .cart-price {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	margin: 0 0 0 5px;
}
#cart #cart-total .cart-item[data-value="0"] {
	display: none;
}
#cart > .btn:before {
	content: "\e95e";
	font-family: "Mahardhi-Fonts";
	font-size: 22px;
	margin-right: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#cart .dropdown-menu {
	margin: 0;
	padding: 0px;
	width: 300px;
	overflow: hidden;
	border-radius: 0;
	border-top: 2px solid var(--primary-hover-color);
}
#cart .dropdown-menu li {
	float: none;
	padding: 0px 20px;
}
#cart .dropdown-menu li p {
	margin: 0;
	font-size: 14px;
	color: var(--secondary-light-color);
}
#cart .dropdown-menu li p .btn {
	font-size: 12px;
	padding: 8px;
}
.product-cart-empty {
	padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
	display: none;
}
#cart .dropdown-menu .cart-content-product {
	max-height: 241px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: transparent;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	border-bottom: 1px solid var(--border-color);
	display: block;
}
#cart .dropdown-menu .table > tbody > tr > td,
#account-address .table > tbody > tr > td {
	vertical-align: top;
}
#cart .dropdown-menu table td.product-cart-thumb {
	padding: 0;
}
#cart .dropdown-menu table td {
	background: none;
	border: none;
	padding: 5px 4px;
	color: var(--primary-color);
	--bs-table-bg-type: transparent;
}
.header_cart .table-bordered tr {
	border: none;
}
#cart .dropdown-menu li td,
td.cart-total-price {
	font-size: 14px;
	font-weight: 500;
}
#cart .img-thumbnail {
	padding: 0;
	border-radius: 0;
	max-width: unset;
}
#cart .dropdown-menu table td.product-cart-details {
	padding-left: 10px;
	padding-right: 10px;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
	font-weight: normal;
	color: var(--primary-color);
	display: inline-block;
}
.product-cart-info {
	margin-top: 8px;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
	color: var(--primary-hover-color);
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
	font-size: 16px;
	color: var(--primary-hover-color);
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 0;
}
#cart .dropdown-menu .btn-danger {
	background: transparent;
	color: var(--primary-color);
	border-radius: 0;
	line-height: 20px;
	font-size: 12px;
	padding: 0;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
	border-top: 1px solid var(--border-color);
	padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
	font-size: 14px;
	font-weight: 500;
}
.product-cart-button {
	padding: 0px 0px 20px 0px;
}
@media (min-width: 992px) {
	#mahardhiSearch,
	#search {
		width: 100%;
	}
	.hidden-lg-up {
		display: none !important;
	}
	.header-bottom-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: var(--primary-hover-color);
		padding: 0;
	}
	.text_sm_center {
		display: none;
	}
}
@media (max-width: 1440px) {
	.header-right.header-links {
		padding: 0;
	}
	.header-top-right > div:not(:last-child) {
		padding: 20px 28px 20px 0;
	}
	.top-inner {
		padding: 20px 0;
	}
	.header-top-inner {
		padding: 20px 0;
	}
	.header-right div + div {
		margin: 0 0 0 20px;
	}
	#menu .nav > li + li {
		margin: 0 0 0 30px;
	}
}
@media (max-width: 1199px) {
	.top-inner {
		padding: 15px 0;
	}
	.header-top-inner {
		padding: 15px 0;
	}
	.header-top-right > div:not(:last-child) {
		padding: 20px 20px 20px 0;
		margin-right: 25px;
	}
	.contact .icon-phone-2,
	.header-top-right .email .icon-mail1,
	.header-top-right .wishlist .icon-heart {
		font-size: 22px;
	}
	.contact-dec,
	.email-dec,
	.wishlist-dec {
		padding-left: 8px;
	}
	.top-right > div + div {
		margin: 0 0 0 20px;
	}
	.header-right .wishlist {
		display: none;
	}
	#menu .nav > li > a {
		font-size: 14px;
	}
	#menu .nav > li + li {
		margin: 0 0 0 20px;
	}
}
@media (max-width: 991px) {
	.top-right > div .dropdown-toggle {
		padding: 10px 0;
	}
	#top .top-left {
		padding: 10px 0;
	}
	#cart .cart-text,
	#cart .cart-price {
		display: none;
	}
	.top-right {
		justify-content: center;
	}
	#logo img {
		margin: 0;
		padding: 0;
		box-shadow: none;
	}
	.header-right .email,
	.header-right .contact {
		display: none;
	}
	.header-top-right > div:not(:last-child) {
		margin-right: 15px;
		padding: 20px 15px 20px 0;
	}
	.contact .icon-phone-2,
	.email .icon-mail1,
	.header-top-right .wishlist .icon-heart {
		font-size: 20px;
	}
	.header-top-right > div:not(:last-child):after {
		height: 30px;
	}
	.header-top-right #menu {
		position: relative;
		margin-right: 15px;
		padding: 18px 15px 18px 0;
	}
	.header-top-right #menu:after {
		content: "";
		position: absolute;
		height: 30px;
		width: 1px;
		right: 0;
		background: var(--border-color);
	}
	.dropdown-menu {
		border: none;
	}
	#header_ac .dropdown-menu {
		padding: 5px 10px;
	}
	.header-bottom-inner {
		position: relative;
		padding: 10px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-bottom-inner > div {
		padding: 0 5px;
	}
	.header-bottom .row {
		margin: 0 -5px;
	}
	.header-top-right #mahardhiSearch {
		padding: 0;
	}
	#mahardhiSearch .btn-search button,
	#search .input-group-btn button {
		padding: 11px 12px;
		font-size: 16px;
		line-height: 1;
	}
	.btn_search .search-btn.active i::before {
		content: "\e906";
	}
	#mahardhiSearch .btn-search,
	#search .input-group-btn {
		background: var(--secondary-color);
	}
	#mahardhiSearch > *,
	#search > * {
		background: var(--secondary-color);
	}
	#mahardhiSearch .input-lg,
	#search .input-lg {
		height: 40px;
		font-size: 14px;
		font-weight: 400;
	}
	.btn_search {
		padding: 9px 0;
	}
	.header-links > div + div {
		margin: 0 0 0 15px;
	}
	.common-home #header_ac > a,
	#header_ac > a {
		padding: 9px 0;
		display: block;
	}
	#cart > .btn {
		padding: 0;
	}
	#mahardhiSearch,
	#search {
		width: 100%;
	}
	.header-right .search-downs {
		display: none;
	}
	.header-center {
		text-align: left;
	}
	.header-search .icon-close {
		right: 10px;
	}
	.hidden-md-down {
		display: none !important;
	}
	#cart .dropdown-menu li p .btn {
		font-size: 12px;
		padding: 8px 20px;
	}
	.wishlist-dec span,
	.contact-dec,
	.email-dec,
	.wishlist-dec {
		display: none;
	}
	#cart .cart-items {
		top: -5px;
	}
	.header-bottom {
		display: none;
	}
	.header-bottom-left {
		display: none;
	}
	.header-top-right #menu .menu-close {
		padding: 10px 15px;
		margin-right: 0;
	}
	#top .top-left {
		display: none;
	}
	#menu {
		margin: 0 15px 0 0;
	}
	#cart > .btn:before {
		font-size: 20px;
		margin: 0;
	}
	.search-btn i,
	#header_ac a > i {
		font-size: 18px;
	}
	.cart-item {
		padding: 0px 3.5px;
		left: 8px;
		line-height: 13px;
		font-size: 10px;
		top: 2px;
		position: absolute;
	}
	.header-right div + div {
		margin: 0 0 0 15px;
	}
	#header_ac > a span {
		display: none;
	}
	.search-btn .search-text {
		display: none;
	}
	.btn_search .search-btn {
		padding: 0;
	}
	.header-top-inner {
		padding: 10px 0;
	}
	#menu .btn {
		padding: 0;
		font-size: 20px;
		background: transparent;
		color: var(--primary-color);
	}
}
@media (max-width: 767px) {
	.top-right > div + div {
		margin: 0 0 0 15px;
	}
	.product-cart-empty {
		padding: 15px 0;
	}
	#logo img {
		height: 50px;
	}
	#top .top-right {
		display: none;
	}
	.top-inner {
		padding: 10px 0;
		justify-content: center;
	}
}
@media (max-width: 575px) {
	#logo img {
	}
	.top-right > div .dropdown-toggle .code {
		display: none;
	}
	#cart .dropdown-menu {
		width: 270px;
	}
}
@media (max-width: 540px) {
	#mahardhiSearch select.form-control.input-lg {
		max-width: 90px;
	}
	#mahardhiSearch .input-lg {
		padding: 6px 10px;
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	#mahardhiSearch select.form-control.input-lg {
		max-width: 70px;
	}
	.top-right span.drop-text:after,
	.top-right > div .dropdown-toggle .code {
		display: none;
	}
	.top-right ul.dropdown-menu.currency-dropdown {
		left: 0;
		right: auto;
	}
	.top-right > div .dropdown-toggle {
		font-size: 13px;
	}
	.header-top-right > div:not(:last-child) {
		margin-right: 10px;
		padding: 17px 10px 17px 0;
	}
	.contact .icon-phone-2,
	.email .icon-mail1,
	.header-top-right .wishlist .icon-heart {
		font-size: 16px;
	}
	.btn_search a:before {
		display: none;
	}
	#cart .cart-items {
		font-size: 10px;
		min-width: 12px;
		min-height: 12px;
		line-height: 12px;
	}
	#cart .cart-items {
		left: 10px;
	}
	.header-top-right #menu {
		padding: 13px 10px 13px 0;
		margin-right: 10px;
	}
	.search-down {
		right: -70px;
	}
}

/*----------------------------------------------*/
/* Categoty Menu */
/*----------------------------------------------*/
ul.category-list > li {
	width: 100%;
}
.main-category.left-column-main-category {
	position: relative;
}
.main-category .vertical-category {
	position: relative;
}
#column-left .main-category .page-title h3,
#column-right .main-category .page-title h3 {
	margin-bottom: 0;
}
.vertical-category-wrapper {
	padding: 0;
	box-shadow: none;
	z-index: 11;
	background: var(--secondary-color);
	width: -moz-available;
}
.vertical-category ul li a {
	color: var(--primary-color);
	padding: 5px 15px;
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	display: block;
}
.category-list {
	width: 100%;
	padding: 0;
}
.vertical-category ul li a.more-menu {
	cursor: pointer;
	position: relative;
}
.vertical-category .dropdown-wrapper ul li + li > a {
	border: none;
}
.category-list > li .icon-menu {
	margin-right: 5px;
	display: inline-block;
}
.category-list > li .icon-menu img {
	border-radius: 25px;
	border: 1px solid var(--border-color);
}
.vertical-category ul li a.more-menu:after {
	content: "\f107";
	font-family: fontawesome;
	font-size: 14px;
	position: absolute;
	right: 0;
}
.vertical-category ul li a.more-menu.active:after {
	content: "\f106";
}
.box-categories {
	font-size: 14px;
	background: transparent;
	font-weight: 500;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	border-radius: 0;
	color: var(--primary-color);
}
.main-category-social {
	position: absolute;
	z-index: 11;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
	position: relative;
}
#menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
	display: none;
}
@media (min-width: 992px) {
	#menu .dropdown:hover .dropdown-menu,
	#menu ul li.hiden_menu.menu_drop:hover .dropdown-inner,
	#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
		display: block;
		top: 100%;
		visibility: visible;
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		visibility: visible;
		filter: alpha(opacity=100);
	}
	#menu
		.dropdown-menu.navcol-menu.item-column
		.dropdown-submenu.sub-menu-item
		> a {
		border-bottom: 1px solid var(--border-color);
		color: var(--primary-color);
		font-size: 14px;
		font-weight: 500;
		padding-top: 15px;
		padding-bottom: 7px;
		margin: 0 10px 3px;
	}
	#menu ul.nav .item-column ul.list-unstyled li {
		margin: 0 10px;
	}
	#menu ul.nav .item-column ul.list-unstyled li a {
		padding-left: 0;
		padding-right: 0;
	}
	#menu .dropdown-inner a {
		display: block;
		padding: 5px 15px;
		font-size: 14px;
		font-weight: 400;
		text-transform: capitalize;
		min-width: 200px;
		text-align: left;
		color: var(--secondary-light-color);
	}
	#menu .dropdown-menu,
	#menu .hiden_menu.menu_drop .dropdown-inner,
	#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
		position: absolute;
		top: 100px;
		border: none;
		padding: 8px 0;
		visibility: hidden;
		border-radius: 0;
		background: var(--secondary-color);
		opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
		transform-origin: 15% 15% 0;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		filter: alpha(opacity=0);
		transform-origin: center top 0;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
		border-top: 2px solid var(--primary-hover-color);
		margin: 0 !important;
	}
	#menu .dropdown-menu,
	#menu .hiden_menu.menu_drop .dropdown-inner,
	#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: block;
		top: 50px;
		left: 0px;
		min-width: 200px;
		z-index: 999;
		text-align: left;
		right: auto;
		padding: 8px 0;
	}
	ul.category-list li .dropdown-menu {
		display: block;
		left: 100%;
		right: auto;
		margin: 0;
		padding: 10px 0;
		position: absolute;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		border: none;
		border-bottom: 3px solid var(--primary-hover-color);
		background: var(--secondary-color);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		border-radius: 0;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	#menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
		left: 100%;
		top: 100%;
	}
	#menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
		top: 0px;
	}
	ul.category-list li:hover > .dropdown-menu {
		top: 0;
		visibility: visible;
		opacity: 1;
	}
	.category-list .dropdown-inner a {
		min-width: 200px;
		display: block;
		clear: both;
		font-size: 14px;
	}
	.vertical-category
		.dropdown-wrapper
		.megamenu-dropdown
		> li
		.dropdown-menu
		li
		a {
		padding: 5px 10px;
	}
	ul.category-list li.dropdown > a:after {
		content: "\f105";
		font-family: fontawesome;
		font-size: 16px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		padding: 10px;
		align-items: center;
	}
	.vertical-category > ul > li.dropdown > a:after {
		padding: 10px 20px;
	}
	ul.category-list li.dropdown:hover > a:after {
		color: var(--primary-hover-color);
	}
	.dropdown-wrapper .megamenu-dropdown .dropdown-menu {
		position: unset;
		display: block;
		min-width: inherit;
		border: none;
		left: inherit;
		right: inherit;
		box-shadow: none;
		float: none;
		padding: 5px 0;
		visibility: unset;
		transition: 0s;
		opacity: 1;
	}
	ul.category-list li.dropdown .dropdown-wrapper a:after {
		display: none;
	}
	.vertical-category .dropdown-wrapper .megamenu-dropdown > li {
		display: table-cell;
		/*width: 33.33%;*/
		float: left;
	}
	.vertical-category .dropdown-wrapper ul.megamenu-dropdown {
		width: 680px;
		margin: 0 10px;
		display: table;
	}
	.vertical-category .dropdown-wrapper ul.megamenu-dropdown.column2 {
		width: 500px;
	}
	.vertical-category .dropdown-wrapper .megamenu-dropdown.column2 > li {
		/*float: unset;*/
	}
	.vertical-category .dropdown-wrapper .megamenu-dropdown > li > a {
		border-bottom: 1px solid var(--border-color);
		color: var(--primary-color);
		font-weight: 400;
		padding-bottom: 10px;
		margin: 0 9px;
		padding-left: 0;
		padding-right: 0;
	}
	.category-list .single-dropdown .dropdown-inner .dropdown li:first-child a {
		border-top: none;
	}
	.vertical-category > ul > li > a {
		padding: 11px 20px 11px 0;
		position: unset;
	}
	.vertical-category > ul > li:hover > a,
	.vertical-category ul > li:hover > a {
		color: var(--primary-hover-color);
	}
}
@media (max-width: 1440px) and (min-width: 1200px) {
	.vertical-category > ul > li > a {
		padding: 8px 20px 8px 0;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.main-category.left-column-main-category {
		padding: 0;
	}
	.vertical-category > ul > li > a {
		padding: 5px 20px 5px 0;
	}
}
@media (max-width: 1199px) {
	.box-categories {
		font-size: 12px;
		padding: 10px 20px;
	}
}
@media (max-width: 991px) {
	.vertical-category > ul > li + li > a {
		border: none;
	}
	.vertical-category ul li a.more-menu:after {
		right: 15px;
	}
	.home #column-left {
		display: none !important;
	}
	#topCategoryList .dropdown.menulist .dropdown-menu {
		position: relative;
		float: none;
		background-color: transparent;
		border: none;
		box-shadow: none;
		display: none;
		padding: 0;
	}
	#topCategoryList .dropdown.menulist .dropdown-inner {
		display: block;
		padding: 0 10px;
	}
	#topCategoryList .dropdown-submenu > .fa {
		display: none;
	}
	#menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
		display: none;
		position: unset;
		border: none;
		padding: 0 10px;
	}
}

/*----------------------------------------------*/
/* vertical menu */
/*----------------------------------------------*/

.header-bottom .row {
	margin: 0;
}
.box-categories {
	color: var(--secondary-color);
	position: relative;
	padding: 0;
	vertical-align: middle;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-radius: 0;
	color: var(--primary-color);
	background-color: var(--secondary-color);
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.box-categories span {
	padding: 0 15px;
}
.header-bottom-left {
	width: 22.964%;
	padding: 0 3px 0 5px;
}
.box-categories .fa-angle-down {
	position: absolute;
	right: 12px;
	font-size: 22px;
}
.box-categories .icon-menu-1 {
	padding: 16px;
	font-size: 18px;
	background: var(--primary-hover-color);
}
.vertical-category-wrapper {
	position: absolute;
	padding: 0;
	width: 100%;
	display: none;
	z-index: 2;
	background: var(--secondary-color);
	box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
#column-left .vertical-category-wrapper,
#column-right .vertical-category-wrapper {
	position: relative;
	display: block;
}
#column-left .page-title,
#column-right .page-title {
	margin: 0;
}
ul.category-list > li {
	width: 100%;
	color: var(--secondary-light-color);
}
.main-category.left-column-main-category {
	position: relative;
}
#column-left .main-category .page-title h3,
#column-right .main-category .page-title h3 {
	margin-bottom: 0;
}
.vertical-category ul li a {
	color: var(--secondary-light-color);
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	position: relative;
}
.vertical-category ul li a.more-menu {
	cursor: pointer;
}
.vertical-category .dropdown-wrapper ul li + li > a {
	border: none;
}
#common-home .vertical-category-wrapper {
	position: absolute;
	z-index: 11;
}
.category-list > li .icon-menu {
	margin-right: 5px;
	display: inline-block;
}
.category-list > li .icon-menu img {
	border-radius: 25px;
	border: 1px solid var(--border-color);
}
.vertical-category ul li a.more-menu:before {
	content: "\f067";
	font-family: fontawesome;
	font-size: 14px;
	position: relative;
	margin-right: 10px;
}
.vertical-category ul li a.more-menu.active:before {
	content: "\f068";
}
@media (max-width: 1199px) {
	.box-categories .icon-menu-1 {
		padding: 13px;
		font-size: 16px;
	}
	.box-categories .fa-angle-down {
		font-size: 16px;
	}
	.box-categories span {
		padding: 0 10px;
	}
	.btn_search a:before {
		right: 60px;
		bottom: 10px;
	}
}
@media (min-width: 992px) {
	.category-list {
		padding: 0 20px;
		margin: 0;
		width: 100%;
	}
	.vertical-category ul.category-list > li + li > a {
		border-top: 1px solid var(--border-color);
	}
	ul.category-list li .dropdown-menu {
		display: block;
		left: 107%;
		right: auto;
		margin: 0;
		padding: 0 20px;
		position: absolute;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		border: none;
		border-top: 3px solid var(--primary-hover-color);
		background: var(--secondary-color);
		box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
		border-radius: 0;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	ul.category-list li:hover > .dropdown-menu {
		top: 0;
		visibility: visible;
		opacity: 1;
	}
	.category-list .dropdown-inner a {
		min-width: 160px;
		display: block;
		clear: both;
		font-size: 14px;
	}
	.category-list .single-dropdown .dropdown-inner li + li a {
		border-top: 1px solid var(--border-color);
	}
	.vertical-category
		.dropdown-wrapper
		.megamenu-dropdown
		> li
		.dropdown-menu
		li
		a {
		padding: 5px 10px;
	}
	.vertical-category > ul > li > a {
		padding: 12px 0;
	}
	ul.category-list li.dropdown > a:after {
		content: "\f105";
		font-family: fontawesome;
		font-size: 16px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		display: flex;
		padding: 15px 0;
		align-items: center;
		color: var(--secondary-light-color);
	}
	ul.category-list > li.dropdown:hover > a:after {
		color: var(--primary-hover-color);
	}
	.dropdown-wrapper .megamenu-dropdown .dropdown-menu {
		position: unset;
		display: block;
		min-width: inherit;
		border: none;
		left: inherit;
		right: inherit;
		box-shadow: none;
		float: none;
		padding: 5px 0;
		visibility: unset;
		transition: 0s;
		opacity: 1;
	}
	ul.category-list li.dropdown .dropdown-wrapper a:after {
		display: none;
	}
	.vertical-category .dropdown-wrapper .megamenu-dropdown > li {
		display: table-cell;
		width: 33.33%;
		float: left;
	}
	.vertical-category .dropdown-wrapper ul.megamenu-dropdown {
		width: 600px;
		margin: 10px 0;
		display: table;
	}
	.vertical-category .dropdown-wrapper ul.megamenu-dropdown.column2 {
		width: 500px;
	}
	.vertical-category .dropdown-wrapper .megamenu-dropdown.column2 > li {
		float: unset;
	}
	.vertical-category .dropdown-wrapper .megamenu-dropdown > li > a {
		border-bottom: 1px solid var(--border-color);
		color: var(--primary-color);
		font-weight: 400;
		padding-bottom: 10px;
		margin: 0 9px;
		padding-left: 0;
		padding-right: 0;
	}
	.category-list .single-dropdown .dropdown-inner .dropdown li:first-child a {
		border-top: none;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.vertical-category > ul > li > a {
		padding: 10px 0;
	}
}
@media (max-width: 1199px) {
	.box-categories {
		font-size: 14px;
	}
	.box-categories:before {
		margin-right: 5px;
	}
	.vertical-category > ul > li > a {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	#menu .nav > li + li {
		margin-left: 0;
		padding: 0;
	}
	#menu .nav > li {
		padding: 0;
	}
	.header-top-right .menu-close {
		margin-right: 0;
	}
	#menu .btn-navbar {
		display: block;
		font-size: 20px;
		z-index: 2;
		border: none;
		padding: 0;
		margin: 0;
		background: transparent;
		color: var(--primary-color);
	}
	#topCategoryList {
		background: var(--secondary-color);
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		max-width: 350px;
		z-index: 999;
		margin: 0;
		-webkit-transform: translate(-400px, 0);
		-moz-transform: translate(-400px, 0);
		-ms-transform: translate(-400px, 0);
		-o-transform: translate(-400px, 0);
		transform: translate(-400px, 0);
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-webkit-transition-property: -webkit-transform;
		transition-property: transform;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		overflow: auto;
	}
	#topCategoryList.box-menu {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	#menu .btn-navbar.open-menu:after {
		content: "";
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 99;
		top: 0;
		left: 0;
		transition-delay: 0.1s;
		transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
		background: rgb(0, 0, 0, 0.5);
	}
	.menu-close {
		background: var(--primary-color);
		color: var(--secondary-color);
		padding: 12px 15px;
		font-weight: 600;
		font-size: 16px;
		display: flex;
		justify-content: space-between;
	}
	#menu .nav > li > a,
	#menu #topCategoryList .dropdown-inner a {
		color: var(--secondary-light-color);
		font-weight: 400;
		padding: 6px 30px 6px 15px;
		display: block;
		font-size: 14px;
		text-transform: capitalize;
	}
	#menu #topCategoryList ul {
		float: none;
		display: block;
		text-align: left;
		background: transparent;
	}
	#menu #topCategoryList > ul {
		margin: 10px 0 0;
	}
	#topCategoryList li .toggle-menu {
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 0;
		padding: 10px 0;
		color: var(--secondary-light-color);
	}
	#topCategoryList li:hover > .toggle-menu {
		color: var(--primary-hover-color);
	}
	#menu .nav > li > a:hover {
		color: var(--primary-hover-color);
	}
	#menu .btn-navbar span {
		position: absolute;
		width: 20px;
		height: 2px;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		text-align: center;
		background: var(--primary-hover-color);
	}
	#menu .btn-navbar span:before,
	#menu .btn-navbar span:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		background: var(--primary-hover-color);
		transition: all 0.5s ease 0s;
		-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;
	}
	#menu .btn-navbar span:before {
		top: -5px;
	}
	#menu .btn-navbar span:after {
		top: 5px;
	}
	#menu .vertical-category {
		display: none;
	}
}
@media (max-width: 481px) {
	#topCategoryList {
		max-width: 280px;
	}
	#menu .btn-navbar span {
		width: 16px;
	}
}

/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport {
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	background: transparent;
}
#common-home .mt-banner {
	margin: 70px 0 0;
}
#common-home .mt-banner:first-child {
	margin: 0;
	padding: 0;
}
.mt-banner:first-child .page-title {
	display: none;
}
#common-home .mt-banner:first-child .slick-slider {
	padding: 0;
	width: auto;
	display: block;
	max-width: unset;
	position: relative;
}
.mt-banner:first-child .slick-dots {
	position: absolute;
	left: 50px;
	bottom: 14px;
	margin: auto;
	display: inline-block;
}
.mt-banner:first-child .text-center {
	padding: 0;
	box-shadow: none;
}
.mt-banner .text-center {
	display: block;
}
.mt-banner:first-child .row {
	padding: 0;
}
.mt-banner:first-child .row > * {
	padding: 0;
}
.mt-banner .row {
	margin: 0;
}
.mt-banner:first-child .slick-track {
	padding: 0;
}
.mt-banner .slick-dots li {
	display: none;
}
.mt-banner .slick-theme .slick-arrow {
	top: auto;
	bottom: 30px;
	height: 70px;
	width: 70px;
	border-radius: 0;
	color: var(--primary-color);
	background: var(--secondary-color);
}
.mt-banner .slick-theme .slick-arrow:hover {
	color: var(--secondary-color);
	background: var(--primary-color);
}
.mt-banner:not(.container) .slick-theme .slick-arrow.slick-next {
	right: 50px;
}
.mt-banner:not(.container) .slick-theme .slick-prev.slick-arrow {
	right: 121px;
	left: auto;
}
#common-home .mt-banner .slick-slider {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	position: relative;
}
@media (min-width: 576px) {
	#common-home .mt-banner .slick-slider {
		width: 540px;
	}
}
@media (min-width: 768px) {
	#common-home .mt-banner .slick-slider {
		width: 720px;
	}
}
@media (min-width: 992px) {
	#common-home .mt-banner .slick-slider {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	#common-home .mt-banner .slick-slider {
		width: 1140px;
	}
}
@media (min-width: 1440px) {
	#common-home .mt-banner .slick-slider {
		width: 1320px;
	}
}
@media (min-width: 1441px) and (max-width: 1800px) {
	#common-home .mt-banner .slick-slider {
		width: 1400px;
	}
}
@media (min-width: 1801px) {
	#common-home .mt-banner .slick-slider {
		width: 1560px;
	}
}
@media (max-width: 1800px) {
	#common-home .mt-banner {
		margin: 70px 0 0;
	}
}
@media (max-width: 1440px) {
	#common-home .mt-banner {
		margin: 50px 0 0;
	}
}
@media (max-width: 1199px) {
	#common-home .mt-banner {
	}
}
@media (max-width: 767px) {
	#common-home .mt-banner .slick-slider > * {
		margin: 0 -10px;
	}
}
@media (max-width: 991px) {
	#common-home .mt-banner {
		margin: 30px 0 0;
	}
	.mt-banner:first-child .slick-slide img {
		width: 100%;
	}
	.mt-banner:first-child .col-12 {
		padding: 0;
	}
	#common-home .mt-banner .slick-slider > * {
		margin: 0;
	}
}
@media (max-width: 575px) {
	#common-home .mt-banner .slick-slider {
		padding: 0 15px;
	}
	.mt-banner:first-child .slick-dots {
		left: 30px;
	}
}
@media (max-width: 480px) {
	#common-home .mt-banner {
		margin: 10px 0 0;
	}
}
/*----------------------------------------------*/
/* Featured Category */
/*----------------------------------------------*/
.category-featured {
	position: relative;
}
.category-thumb {
	position: relative;
	overflow: hidden;
}
.category-thumb .caption {
	text-align: center;
	margin: 30px 0 0;
}
.category-thumb .category-btn {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	padding: 7.5px 26px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
	color: var(--secondary-color);
	background: var(--primary-hover-color);
}
.category-thumb .category-btn a {
	color: var(--secondary-color);
}
.category-thumb .cat-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin: -1px 0 10px;
	text-transform: capitalize;
}
.category-thumb .cat-title a:hover {
	color: var(--primary-hover-color);
}
.category-thumb .number-product {
	font-size: 16px;
	line-height: 24px;
	color: var(--secondary-light-color);
}
.category-thumb .image img {
	width: 100%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.category-item .category-thumb .images-hover.image {
	padding: 50px;
	background: #f6f6f6;
}
.cat-title h4 {
	margin: 0 0 7px;
}
.category-image .image {
	position: relative;
	overflow: hidden;
	width: 81.082%;
}
.category-thumb .image-space {
	position: relative;
	width: 18.918%;
}
@media (max-width: 1440px) {
	.category-item .category-thumb .images-hover.image {
		padding: 40px;
	}
}
@media (max-width: 1199px) {
	.category-thumb .cat-title {
		font-size: 20px;
		line-height: 20px;
	}
	.category-item .category-thumb .images-hover.image {
		padding: 30px;
	}
	.category-thumb .caption {
		margin: 20px 0 0;
	}
	.category-thumb .number-product {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 991px) {
	.category-thumb .category-btn {
		font-size: 12px;
		padding: 7px 20px;
	}
}
@media (max-width: 767px) {
	.category-item .category-thumb .images-hover.image {
		padding: 25px;
	}
}
@media (max-width: 480px) {
	.category-thumb .cat-title {
		font-size: 16px;
		margin: 0 0 6px;
	}
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.banner-outer,
.banners,
.html-content .banners .inner1 {
	position: relative;
	overflow: hidden;
}
.banners .inner1 img {
	width: 100%;
}

/* html1 / html2 / html2 */
.html1-featured-inner .row,
.html2-special .row {
	align-items: center;
	justify-content: space-between;
}
.html-content > div > div {
	display: flex;
	align-items: center;
	margin: 0 -5px;
}
.html-content > div > div > div {
	padding: 0 5px;
}
.promo-sub-title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 35px;
	text-transform: uppercase;
	color: var(--primary-hover-color);
}
.combo .banners .promo-title {
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	margin: 0 0 30px;
	text-transform: capitalize;
	color: var(--primary-color);
}
.combo .banners .promo-sale {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin: 0 0 20px;
	text-transform: capitalize;
	color: var(--primary-hover-color);
}
.combo .banners .inner2 {
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
	height: -moz-fit-content;
	height: -webkit-fit-content;
}
.html-content .banners .inner1 > a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.15);
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transform: scale(0.5) rotateZ(180deg);
	-o-transform: scale(0.5) rotateZ(180deg);
	-ms-transform: scale(0.5) rotateZ(180deg);
	-moz-transform: scale(0.5) rotateZ(180deg);
	-webkit-transform: scale(0.5) rotateZ(180deg);
}
.html-content .banners:hover .inner1 > a::before {
	opacity: 1;
	transform: scale(1) rotateZ(0deg);
	-o-transform: scale(1) rotateZ(0deg);
	-ms-transform: scale(1) rotateZ(0deg);
	-moz-transform: scale(1) rotateZ(0deg);
	-webkit-transform: scale(1) rotateZ(0deg);
}
.html1 .inner1 {
	position: relative;
	overflow: hidden;
}
.combo .banners:hover img {
	transform: scale(1.1);
}
.combo .banners img {
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}
.html2-special .special.col-lg-5 {
	overflow: visible;
}
.html1-featured-inner .featured.col-lg-5,
.html2-special .special.col-lg-5 {
	width: 38.3999%;
}
@media (min-width: 481px) {
	.html-content .promo-title > span {
		display: block;
	}
}
@media (min-width: 992px) {
	.html-banner .banners .inner1 > a::before {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		background: var(--primary-color);
		transition-duration: 500ms;
		-o-transition-duration: 500ms;
		-ms-transition-duration: 500ms;
		-moz-transition-duration: 500ms;
		-webkit-transition-duration: 500ms;
	}
	.html-banner .banners:hover .inner1 > a::before {
		opacity: 0.15;
	}
	.html-banner .banners:hover .inner2 {
		opacity: 1;
		bottom: 20px;
	}
	.html3-news .row {
		--bs-gutter-x: 50px;
	}
}
@media (min-width: 1441px) {
	.promo-desc > span {
		display: block;
	}
}
@media (max-width: 1440px) {
	.html1 .button {
		font-size: 12px;
	}
	.combo .banners .promo-title {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 22px;
	}
	.combo .banners .promo-sale {
		margin: 0 0 12px;
	}
	.mt-banner:not(.container) .slick-theme .slick-prev.slick-arrow {
		right: 101px;
	}
	.mt-banner .slick-theme .slick-arrow {
		height: 50px;
		width: 50px;
	}
}
@media (max-width: 1199px) {
	.promo-sub-title {
		font-size: 16px;
		margin: 0 0 20px;
	}
	.promo-sale {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 30px;
	}
	.promo-sale > span {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.html-banner .part2 {
		margin-top: 10px;
	}
	.html-banner .banners .inner2 {
		bottom: 30px;
		opacity: 1;
	}
	.html2.html-banner .banner5 .inner2 {
		top: 40px;
	}
	.cmobo .banners .promo-title {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 16px;
	}
	.combo .banners .promo-sale {
		margin: 0 0 8px;
		font-size: 16px;
	}
	.html1-featured-inner .featured.col-lg-5,
	.html2-special .special.col-lg-5 {
		width: 100%;
	}
	.html2-special .special {
		margin-top: 30px;
	}
	.combo .banners .promo-title {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 15px;
	}
	.combo .banners .inner2 {
		left: 30px;
	}
}
@media (max-width: 767px) {
	.combo .banners .promo-title {
		font-size: 22px;
		line-height: 22px;
	}
	.combo .bannes .promo-sale {
		font-size: 14px;
	}
}
@media (max-width: 600px) {
	.banner-outer .col-xs-6:nth-child(2n + 1) {
		clear: unset;
	}
}
@media (max-width: 575px) {
	.promo-desc {
		margin: 0 0 7px;
	}
}
@media (max-width: 375px) {
	.html1 .promo-text-box {
		margin: 10px 0 0;
	}
	.html1 .promo-title {
		font-size: 14px;
	}
	.html1 .button {
		font-size: 10px;
	}
	.combo .banners .promo-sale {
		font-size: 14px;
	}
}
/*----------------------------------------------*/
/* gallery-post
/*----------------------------------------------*/
#gallery-carousel {
	display: flex;
}
.gallery-post .gallery {
	position: relative;
}
.gallery-content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	display: flex;
	float: left;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.gallery-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 46px;
}
.gallery-desc {
	color: var(--secondary-light-color);
	font-size: 20px;
	margin: 12px 0 26px;
}
.gallery-post .gallery-inner {
	display: flex;
}
@media (max-width: 1440px) {
	.gallery-title {
		font-size: 32px;
		line-height: 38px;
		font-weight: 600;
	}
}
@media (max-width: 1199px) {
	.gallery-title {
		font-size: 30px;
	}
	.gallery-content .btn {
		padding: 5px 18px;
		padding: 7px 23px;
		line-height: 18px;
		font-size: 14px;
	}
	.gallery-content {
		width: 75%;
		margin: auto;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.gallery-desc {
		display: none;
	}
	.gallery-title {
		font-size: 22px;
		line-height: 34px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.gallery-content .btn {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.gallery-content .btn {
		padding: 5px 12px;
		font-size: 10px;
		line-height: 14px;
	}
	.gallery-post .banner4.gallery {
		display: none;
	}
	.gallery-content {
		right: 0;
	}
}
@media (max-width: 575px) {
	.gallery-post .banner3.gallery {
		display: none;
	}
}
@media (max-width: 480px) {
	.gallery-content .btn {
		padding: 6px 7px;
	}
}
@media (max-width: 375px) {
	.gallery-content .btn {
		padding: 3px 2px;
	}
}

/*----------------------------------------------
/* buttons
/*----------------------------------------------*/
.buttons {
	margin: 1em 0;
}
#tab-review .buttons {
	margin: 1em 0 0;
}
.btn {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	outline: none;
	text-transform: uppercase;
	background: var(--primary-hover-color);
	color: var(--secondary-color);
	border: none;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 10px 30px;
	border-radius: 0;
	cursor: pointer;
	z-index: 1;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: var(--secondary-color);
	background: var(--primary-color);
}
.btn.active,
.btn:active {
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 8px 20px;
	font-size: 14px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 14px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	outline: none;
	line-height: 20px;
	background: var(--primary-hover-color);
	color: var(--secondary-color);
	border: none;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 10px 30px;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 1;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .checkout-btn:hover {
	background: var(--primary-color);
}
.btn-primary {
	color: var(--secondary-color);
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}
.promo-btn {
	position: relative;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	background: var(--primary-color);
	border: none;
	z-index: 0;
	color: var(--secondary-color);
}
.product-tab-btn {
	text-align: center;
}
.product-tab-btn .promo-btn {
	padding: 15px 70px;
}
.promo-btn:hover,
.promo-btn:active {
	color: var(--secondary-color);
	background: var(--primary-hover-color);
}
.html2.banner-outer .promo-btn:before {
	width: 49%;
}
.html2.banner-outer .promo-btn:hover:before {
	width: 100%;
}
.btn-warning {
	color: var(--secondary-color);
	background-color: #faa732;
	border-radius: 0;
}
.btn-danger {
	color: var(--secondary-color);
	background-color: #da4f49;
	text-transform: uppercase;
	padding: 7.5px 30px;
	border: none;
	border-radius: 0;
}
.btn-success {
	color: var(--secondary-color);
	background-color: #5bb75b;
	background-repeat: repeat-x;
	border-radius: 0;
}
.btn-info {
	color: var(--primary-hover-color);
	background: var(--secondary-color);
	border: 1px solid var(--primary-hover-color);
	padding: 6.5px 29px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
	font-weight: 500;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--primary-color);
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: var(--primary-color);
	background-color: #363636;
	background-repeat: repeat-x;
	border-color: var(--primary-color) var(--primary-color) #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: var(--primary-color);
}
.btn-link:focus,
.btn-link:hover {
	color: var(--secondary-color);
	text-decoration: none;
	outline: none;
}
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:before,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.blog-read:hover {
	color: var(--secondary-color);
	border-color: var(--primary-hover-color);
	background-color: var(--primary-hover-color);
	box-shadow: none;
}
.btn-default:hover,
.btn-info:hover {
	background: var(--primary-color);
}
@media (max-width: 1199px) {
	.btn {
		padding: 5px 18px;
	}
	.promo-btn {
		padding: 6px 18px;
		line-height: 20px;
	}
	.promo-btn:before {
		height: 32px;
	}
}
@media (max-width: 575px) {
	.promo-btn {
		font-size: 12px;
		padding: 5px 17px;
	}
	.promo-btn:before {
		height: 30px;
	}
}
/* list group */
.list-group a {
	border: none;
	color: var(--secondary-light-color);
	padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: var(--primary-color);
	background: transparent;
}
@media (max-width: 991px) {
	#cart .text-right .addtocart-btn,
	#cart .text-right .checkout-btn,
	.btn-default,
	.btn-primary,
	.btn-info {
		padding: 5px 20px;
		font-size: 14px;
	}
	.btn-danger {
		padding: 7.5px 20px;
	}
}
@media (max-width: 575px) {
	#cart .text-right .addtocart-btn,
	#cart .text-right .checkout-btn,
	.btn-default,
	.btn-primary,
	.btn-info {
		padding: 8px 18px;
		font-size: 12px;
		line-height: 14px;
	}
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.slick-theme .slick-slide.slick-active .product-layout {
	-moz-animation: zoomIn 500ms ease;
	-o-animation: zoomIn 500ms ease;
	-webkit-animation: zoomIn 500ms ease;
	animation: zoomIn 500ms ease;
}
.product-thumb .rating {
	padding: 2px 0 16px;
}
.product-thumb .product-title {
	margin: -3px 0 16px;
}
.page-title {
	position: relative;
}
.product-tabs .page-title span {
	display: block;
}
.product-tabs .page-title h3 span {
	margin: 0;
}
.product-tabs .page-title {
	margin: 0;
}
.blog-title {
	margin-left: 50px;
}
.blog-title {
	position: relative;
}
.page-title h3 {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin: 0 0 44px;
	text-align: center;
	text-transform: uppercase;
	color: var(--primary-color);
}

.news .page-title h3 {
	margin: -2px 0 40px;
	color: var(--secondary-color);
}
.product-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background: var(--secondary-color);
}
.related-products-block .product-thumb {
	margin: 0;
}
.product-tab-block .slick-dots,
.special .slick-dots {
	display: inline-flex;
}
.category-featured .owl-carousel .owl-stage-outer,
#additional-carousel.owl-carousel .owl-stage-outer,
#quick-carousel.owl-carousel .owl-stage-outer {
	padding: 0;
	margin: 0;
}
.product-thumb .image {
	position: relative;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sale-text {
	float: left;
	width: 100%;
	margin: 0;
	z-index: 1;
}
.product-thumb .section-sale {
	font-size: 14px;
	text-transform: capitalize;
	color: var(--primary-color);
	line-height: 14px;
	position: absolute;
	left: 20px;
	top: 20px !important;
	padding: 5px;
	border: 1px solid #dddddd;
}
.product-thumb .section-sale.discount {
	right: 20px;
	left: auto;
}
.product-thumb .description {
	display: none;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 13px;
	color: var(--secondary-light-color);
}
.product-thumb .thumb-description {
	position: relative;
}
.product-thumb .caption {
	position: relative;
	padding: 20px 0;
	text-align: center;
}
.product-thumb .button.wishlist {
	line-height: 2px;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.product-thumb .button-group {
	position: absolute;
	visibility: hidden;
	right: -50px;
	top: 20px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.product-thumb .button-group button {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 50px;
	display: block;
	text-align: center;
	border-radius: 0;
	border: none;
	color: var(--primary-color);
	background: var(--secondary-color);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.product-thumb .button-group button i {
	display: block;
	font-size: 16px;
}
.product-thumb .button-group button:hover {
	color: var(--secondary-color);
	background: var(--primary-color);
}
.product-thumb .addcart:hover {
	color: var(--primary-hover-color);
}
.product-thumb .button-group button + button {
	border-top: 1px solid var(--background-color);
}
.product-thumb .price {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: var(--primary-hover-color);
	transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.product-thumb .product-price {
	position: relative;
}
.product-thumb .price-new {
	margin-right: 5px;
}
.product-thumb .price-old {
	text-decoration: line-through;
	color: var(--secondary-light-color);
	font-size: 16px;
	display: inline-block;
}
.product-thumb .product-title {
	text-transform: capitalize;
	margin: -3px 0 10px;
	line-height: 18px;
	font-weight: 400;
}
.product-thumb .product-title a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: var(--secondary-light-color);
	font-weight: 400;
}
.product-thumb .product-title a:hover {
	color: var(--primary-color);
}
.product-thumb .price-tax {
	display: none;
}
.product-thumb .rating {
	position: relative;
	font-weight: 400;
	font-size: 0;
	display: none;
	padding: 0 0 12px;
	text-transform: capitalize;
}
.product-list .product-thumb .rating {
	display: block;
}
.product-grid .product-thumb .rating {
	display: none;
}
.product-list .product-thumb .product-price:before {
	display: none;
}
.product-list .product-thumb .addcart {
	position: relative;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	border: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--secondary-color);
	background: var(--primary-color);
	padding: 15px 30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.product-list .product-thumb .addcart:hover {
	background: var(--primary-hover-color);
}
.product-list .product-thumb:hover .addcart {
	bottom: 0;
}
.product-list .product-thumb .product-title {
	margin: -3px 0 10px;
}
.product-list .product-thumb .product-price {
	padding: 0 0 15px;
}
.product-list .product-thumb .description {
	display: block;
	margin: 0 0 15px;
}
.product-list .product-thumb .thumb-description .button-group {
	display: flex;
	margin: unset;
	margin: 0;
	position: unset;
}
.product-list .product-thumb {
	margin-bottom: 30px;
	/*  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);*/
}
.product-list .product-thumb .btn-list {
	display: flex;
	position: unset;
	margin: 0;
	justify-content: flex-start;
}
.product-list .product-thumb .btn-list button {
	position: relative;
	overflow: hidden;
	z-index: 1;
	opacity: 1;
	visibility: visible;
	color: var(--primary-color);
	background: var(--background-color);
}
.product-list .product-thumb .button-group button + button {
	border-color: var(--secondary-color);
}
.product-list .product-thumb .btn-list button:hover {
	color: var(--secondary-color);
	background: var(--primary-color);
}
.product-list .thumb-description {
	position: relative;
	overflow: hidden;
}
.product-list .product-thumb .caption {
	padding: 20px 80px 20px 0;
	text-align: left;
	background: transparent;
}
.product-list .product-thumb .all-btn {
	display: flex;
	margin: 26px 0 0;
}
.product-list .product-thumb .price {
	padding: 0;
}
.product-list .product-thumb .rating {
	position: relative;
	width: auto;
	opacity: 1;
	visibility: visible;
	bottom: unset;
	margin: 0;
	padding: 0 0 23px;
}
.product-list .product-thumb:hover .price {
	opacity: 1;
}
#product-info .nav-tabs > li > a {
	padding: 15px 0;
	margin: 0;
}
#product-info .form-group {
	margin-bottom: 10px;
	align-items: center;
}
#product-info .nav-tabs > li:hover > a:after,
#product-info .nav-tabs > li.active > a:after {
	width: 100%;
}
#product-info .nav-tabs > li.active > a,
#product-info .nav-tabs > li:hover > a {
	color: var(--secondary-color);
}
#product-info .nav-tabs > li > a {
	text-transform: uppercase;
	padding: 0 0 3px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	border: none;
	line-height: 20px;
	position: relative;
	color: var(--primary-color);
}
#product-info .nav-tabs > li > a:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0;
	bottom: 0;
	left: 0;
	background: var(--primary-hover-color);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#product-info .nav-tabs > li > a.active:after,
#product-info .nav-tabs > li a:hover:after {
	width: 100%;
}
#product-info .nav-tabs > li > a.active,
#product-info .nav-tabs > li:hover > a {
	background: transparent;
	color: var(--primary-hover-color);
	border: none;
}

/*product hover */
.product-thumb .hover-img {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.product-thumb:hover .hover-img {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.product-thumb .all-btn {
	display: none;
}
.product-list .product-thumb .image .button-group {
	display: none;
}
/* featured / specials */
.featured .product-thumb .thumb-description,
.special .product-thumb .thumb-description {
	padding: 18px 30px 27px;
	background: var(--background-color);
}
.featured .product-thumb .caption,
.special .product-thumb .caption {
	padding: 0;
}
.featured .product-thumb .product-price,
.special .product-thumb .product-price {
	float: left;
	display: inline-block;
}
.featured .product-thumb .rating,
.special .product-thumb .rating {
	display: inline-block;
	float: right;
	padding: 0;
}
.featured .product-thumb .product-title,
.special .product-thumb .product-title {
	text-align: left;
	margin: -3px 0 15px;
}
.featured .product-thumb .product-title a,
.special .product-thumb .product-title a {
	font-weight: 500;
}
.featured .product-thumb,
.special .product-thumb {
	margin: 0;
}
.featured .product-thumb .button-group,
.special .product-thumb .button-group {
	top: 30px;
}
@media (min-width: 992px) {
	.featured .product-thumb:hover .button-group,
	.special .product-thumb:hover .button-group {
		right: 30px;
	}
}
@media (max-width: 1440px) {
	.product-thumb .caption {
		padding: 20px 0 0;
	}
}
@media (max-width: 1199px) {
	.featured .product-thumb .product-title,
	.special .product-thumb .product-title {
		margin: -3px 0 12px;
	}
	.featured .product-thumb .thumb-description,
	.special .product-thumb .thumb-description {
		padding: 18px 20px 20px;
	}
}
@media (max-width: 991px) {
	.featured .product-thumb .button-group,
	.special .product-thumb .button-group {
		top: 20px;
		right: 20px;
	}
	.featured .product-thumb .product-price,
	.special .product-thumb .product-price {
		float: unset;
		display: block;
	}
	.featured .product-thumb .rating,
	.special .product-thumb .rating {
		float: unset;
		display: block;
		margin: 5px 0 0;
	}
	.featured .product-thumb .product-title,
	.special .product-thumb .product-title {
		text-align: center;
		margin: -3px 0 8px;
	}
	.product-thumb .caption {
		padding: 20px 0 0;
	}
}
/*product tab*/
.product-tab-block,
.box.special {
	position: relative;
	overflow: hidden;
}
.product-tab-block .product-tabs.box-content {
	position: relative;
}
.slick-theme {
	touch-action: manipulation;
}
.mahardhi-tabs .nav-tabs {
	border: none;
	padding: 0;
	margin: 0 0 54px;
	text-align: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
	position: relative;
	display: block;
}
.mahardhi-tabs .nav-tabs::-webkit-scrollbar {
	display: none;
}
.mahardhi-tabs .nav-tabs > li {
	margin: 0;
	float: none;
	display: inline-block;
}
.mahardhi-tabs .nav-tabs > li > a {
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	border: none;
	margin: 0;
	padding: 0 0 4px;
	text-transform: uppercase;
	background: transparent;
	color: var(--secondary-light-color);
	display: block;
}
.mahardhi-tabs .nav-tabs > li > a:hover,
.mahardhi-tabs .nav-tabs > li > a:focus,
.mahardhi-tabs .nav-tabs > li > a.selected {
	background: transparent;
	color: var(--primary-hover-color);
}
.mahardhi-tabs .nav-tabs > li > a:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: var(--primary-hover-color);
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: scaleX(0);
	transition: transform 0.2s ease-in-out 0s;
}
.mahardhi-tabs .nav-tabs > li > a:hover:after,
.mahardhi-tabs .nav-tabs > li > a:focus:after,
.mahardhi-tabs .nav-tabs > li > a.selected:after {
	transform: scaleX(1);
}
.mahardhi-tabs .nav-tabs > li + li {
	margin: 0 0 0 44px;
}
.slick-dots {
	padding: 0;
}
.mblog .slick-dots {
	padding: 0 10px;
	justify-content: flex-start;
}
.ptb {
	padding: 100px 0;
}
.ptb-80 {
	padding: 80px 0;
}
.ptb-60 {
	padding: 60px 0;
}
.special-arrow {
	margin: 26px 0 0;
}
@media (min-width: 1441px) {
	.product-tab-block .page-title h3 {
		margin: 0 0 40px;
	}
}
@media (min-width: 992px) {
	.product-thumb:hover .button-group {
		right: 20px;
		visibility: visible;
	}
}
@media (max-width: 1800px) {
	.ptb {
		padding: 70px 0;
	}
}
@media (max-width: 1750px) {
	.product-tab-btn .promo-btn {
		padding: 12px 50px;
	}
}
@media (max-width: 1440px) {
	.ptb {
		padding: 50px 0;
	}
	.ptb-80 {
		padding: 50px 0;
	}
	.ptb-60 {
		padding: 50px 0;
	}
	.page-title h3 {
		margin: -3px 0 30px;
	}
	.mahardhi-tabs .nav-tabs {
		margin: 0 0 30px;
	}
	.news .page-title h3 {
		margin: -3px 0 40px;
	}
	.mahardhi-tabs .nav-tabs > li + li {
		margin: 0 0 0 30px;
	}
}
@media (max-width: 1199px) {
	.ptb {
		padding: 40px 0;
	}
	.ptb-80 {
		padding: 40px 0;
	}
	.ptb-60 {
		padding: 40px 0;
	}
	.news .page-title h3 {
		margin: -3px 0 30px;
	}
	.blog-title {
		margin: 0;
	}
	.product-list .product-thumb .caption {
		padding: 20px 20px 20px 0;
	}
	.product-list .product-thumb .price {
		margin: 7px 0 3px;
	}
	.product-list .product-thumb .caption {
		padding: 15px 20px 15px 0;
	}
	.product-list .product-thumb .product-title {
		margin: 0 0 10px;
	}
	.page-title h3 span:before,
	.blog-title h3 span:before {
		bottom: -18px;
	}
	.page-title h3 span:after,
	.blog-title h3 span:after {
		bottom: -16px;
	}
	.special-arrow {
		margin: 0;
	}
	.mahardhi-tabs .nav-tabs {
		margin: 0 0 30px;
	}
	.product-list .product-thumb .addcart {
		padding: 15px 15px;
	}
	.product-list .product-thumb .rating {
		padding: 0 0 10px;
	}
	.product-list .product-thumb .product-price {
		padding: 0 0 5px;
	}
	.product-tab-btn .promo-btn {
		padding: 10px 30px;
	}
}
@media (max-width: 991px) {
	.ptb {
		padding: 30px 0;
	}
	.ptb-80 {
		padding: 30px 0;
	}
	.ptb-60 {
		padding: 0;
	}
	.page-title h3,
	.blog-title h3 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	.news .page-title h3 {
		margin: 0 0 20px;
	}
	#product-info .nav-tabs li + li {
		margin: 0 0 0 20px;
	}
	.mahardhi-tabs .nav-tabs > li + li {
		margin: 0 0 0 20px;
	}
	.product-thumb {
		margin-bottom: 20px;
	}
	.featured .product-thumb,
	.special .product-thumb {
		margin-bottom: 20px;
	}
	.product-thumb .button-group {
		right: 20px;
	}
	.product-thumb .caption {
		position: relative;
		padding: 10px 5px;
	}
	.product-thumb .button-group,
	.product-thumb .button-group {
		visibility: visible;
	}
	.product-thumb .button-group button {
		height: 40px;
		width: 40px;
	}
	.product-thumb .button-group button i {
		font-size: 14px;
	}
	.product-thumb .sale-text {
		right: 10px;
		top: 10px;
		font-size: 12px;
		line-height: 14px;
	}
	.product-thumb .price-old {
		font-size: 14px;
	}
	.product-thumb .price {
		font-size: 14px;
	}
	.product-price {
		position: relative;
	}
	.product-thumb .description {
		font-size: 14px;
	}
	.product-list .product-thumb {
		margin-bottom: 20px;
	}
	.product-list .product-thumb .product-title a {
		font-size: 16px;
	}
	#product-info .nav-tabs > li > a {
		font-size: 14px;
		padding: 10px 0;
	}
	.product-thumb .section-sale {
		padding: 1px 3px;
		left: 10px;
	}
	.product-thumb .section-sale.discount {
		right: 10px;
		left: auto;
	}
	.product-thumb .product-title {
		margin: 0 0 10px;
	}
	.product-thumb .product-title a {
		font-size: 16px;
		line-height: 20px;
	}
	.product-thumb .rating {
		padding: 0 0 10px;
	}
	.special .slick-theme .slick-list {
		margin-right: 0;
	}
	.mahardhi-tabs .nav-tabs {
		text-align: center;
		margin: 0 0 20px;
	}
	.special .special-arrow {
		text-align: center;
	}
	.product-thumb .addcart {
		bottom: auto;
		opacity: 1;
		display: block;
		position: relative;
		margin: 0 auto 10px;
		text-align: center;
	}
	.product-list .product-thumb .addcart {
		padding: 10px 20px;
	}
	.product-tab-btn .promo-btn {
		font-size: 12px;
		line-height: 18px;
	}
	.product-tab-btn {
		margin: 0;
	}
	.mahardhi-tabs .nav-tabs > li > a {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	.page-title h3,
	.blog-title h3 {
		font-size: 24px;
	}
	.product-list .product-thumb .image img {
		width: auto;
		margin: 0;
	}
	#button-list.btn-default i,
	#button-grid.btn-default i {
		font-size: 14px;
	}
}
@media (max-width: 680px) {
	.mahardhi-tabs .nav-tabs > li + li {
		margin: 0 0 0 15px;
	}
	.product-list .product-thumb .caption {
		padding: 10px 15px 20px;
	}
	.product-list .product-thumb .all-btn {
		margin: 10px 0 0;
	}
}
@media (max-width: 480px) {
	.page-title h3,
	.blog-title h3 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 16px;
	}
	.news .page-title h3 {
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.subscribe-form > i {
		display: none;
	}
}
@media (max-width: 425px) {
	.product-tab-btn .promo-btn {
		padding: 10px 25px;
	}
}
@media (max-width: 375px) {
	.product-tabs .page-title {
		padding: 0 13px;
	}
	.mahardhi-tabs .nav-tabs > li > a {
		font-size: 14px;
		line-height: 20px;
	}
	#product-info .nav-tabs > li > a {
		font-size: 12px;
		padding: 5px 0;
	}
}
.slick-theme .slick-item.slick-slide .col-2 {
	width: 100%;
}
.row .special-carousel.slick-theme .col.col-12,
.mblog .row .slick-theme .col-12,
.row.slick-theme .col.col-12 {
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
}
/*----------------------------------------------*/
/* swiper pager */
/*----------------------------------------------*/
.swiper-viewport .swiper-pager > div,
.slick-theme .slick-arrow {
	height: 24px;
	width: 24px;
	background: transparent;
	color: var(--secondary-light-color);
	border: none;
	padding: 0;
	text-align: center;
	border-radius: 5px;
	margin: 0;
	opacity: 1;
	text-shadow: none;
	transition: all 0.3s ease;
	position: absolute;
	top: 45%;
	box-shadow: none;
}
.related-products-block .product-arrow .slick-arrow:hover,
.special .special-arrow .slick-arrow:hover,
.mblog .blog-arrow .slick-arrow:hover,
.slick-theme .slick-arrow:hover {
	color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
}
.slick-theme .slick-arrow:hover {
	color: var(--primary-color);
}
div:not(.container) .slick-theme .slick-arrow.slick-next {
	right: -8px;
}
.slick-theme .slick-arrow.slick-next {
	right: -8px;
	left: auto;
}
div:not(.container) .slick-theme .slick-arrow.slick-prev {
	left: -8px;
}
.special div:not(.container) .slick-theme .slick-arrow.slick-prev {
	left: -5px;
}
#quick-carousel.slick-theme .slick-arrow.slick-next {
	right: 0;
}
#quick-carousel.slick-theme .slick-arrow.slick-prev {
	left: 0;
}
.slick-theme .slick-arrow.slick-prev {
	left: -8px;
	right: auto;
}
.slick-theme .slick-arrow.slick-disabled {
	opacity: 0.6;
}
.swiper-viewport {
	border: unset;
}
.swiper-pagination {
	display: none;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before {
	content: "";
}
.slick-theme .slick-arrow .fa,
.swiper-viewport .fa {
	font-size: 20px;
	display: block;
}
/*carousel*/
.owl-carousel.owl-theme .owl-nav {
	margin: 0;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
	opacity: 1;
}
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
	color: var(--primary-color);
	background: transparent;
}
/*dots*/
.slick-theme .slick-dots li + li {
	margin-left: 0;
}

.slick-dots li {
	margin: 0;
}
.swiper-pagination span,
.slick-theme .slick-dots button {
	position: relative;
	width: 20px;
	height: 20px;
	border: none;
	font-size: 0;
	margin: 0 5px;
	box-shadow: none;
	background: transparent;
}
.slick-theme .slick-dots .slick-active button {
	background: var(--primary-hover-color);
}
.testimonial-block .slick-theme .slick-dots button {
	position: relative;
	border-radius: 0;
	bottom: 0;
	height: 10px;
	width: 10px;
	background: var(--secondary-color);
}
.testimonial-block .slick-theme .slick-dots {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.testimonial-block .slick-theme .slick-dots .slick-active button {
	background: var(--primary-hover-color);
}
.mt-banner .slick-theme .slick-dots li {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 500;
	border: none;
	box-shadow: none;
	color: var(--primary-hover-color);
	border-radius: 0;
	opacity: 0.5;
	margin: 0;
	display: inline-block;
	background: transparent;
	outline: none;
	text-indent: unset;
	position: relative;
}
.mt-banner .slick-theme .slick-dots li + li {
	margin-left: 10px;
}
.mt-banner .slick-theme .slick-dots li:hover,
.mt-banner .slick-theme .slick-dots li.slick-active {
	opacity: 1;
}
.mt-banner .slick-theme .slick-dots li:hover:after,
.mt-banner .slick-theme .slick-dots li.slick-active:after {
	content: "";
	width: 32px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	background: var(--primary-hover-color);
	transform: rotate(-30deg);
}
.related-products-block .slick-theme .slick-dots button,
.mblog .slick-theme .slick-dots button {
	bottom: 0;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
}
.testimonial-block .owl-theme .owl-nav.disabled + .owl-dots {
	margin: 12px 0 0 0;
}
@keyframes borrotate {
	0% {
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		transform: rotate(0deg);
	}
	25% {
		border-top-color: var(--primary-hover-color);
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
	50% {
		border-top-color: var(--primary-hover-color);
		border-right-color: var(--primary-hover-color);
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
	75% {
		border-top-color: var(--primary-hover-color);
		border-right-color: var(--primary-hover-color);
		border-bottom-color: var(--primary-hover-color);
		border-left-color: transparent;
	}
	96% {
		border-top-color: var(--primary-hover-color);
		border-right-color: var(--primary-hover-color);
		border-bottom-color: var(--primary-hover-color);
		border-left-color: var(--primary-hover-color);
	}
	100% {
		border-top-color: var(--primary-hover-color);
		border-right-color: var(--primary-hover-color);
		border-bottom-color: var(--primary-hover-color);
		border-left-color: var(--primary-hover-color);
		transform: rotate(360deg);
	}
}
/*slideshow*/
.slideshow .swiper-pagination {
	display: block;
	bottom: 30px;
}
.slideshow .swiper-viewport .swiper-pager > div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev {
	left: 20px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next {
	right: 20px;
}

/* slick-carousel */
.slick-carousel > button {
	border: none;
	background: transparent;
	padding: 2px 7px;
	box-shadow: none;
}
.slick-carousel > button i {
	font-size: 20px;
}
.slick-vertical .slick-arrow {
	position: relative;
	top: auto;
	height: 30px;
}
@media (max-width: 1199px) {
	.related-products-block .slick-theme .slick-dots button,
	.mblog .slick-theme .slick-dots button {
		bottom: 20px;
	}
	.mblog .slick-dots {
		justify-content: center;
	}
}
@media (max-width: 991px) {
	.mblog .owl-carousel.owl-theme .owl-nav {
		top: -35px;
		right: 0;
	}
	.slideshow .swiper-pagination {
		bottom: 0;
	}
	.swiper-pagination span {
		width: 10px;
		height: 10px;
		margin: 2px;
	}
	.swiper-pagination span:before {
		height: 6px;
		width: 6px;
	}
	.related-products-block .slick-theme .slick-dots button,
	.mblog .slick-theme .slick-dots button {
		bottom: 0;
	}
	div:not(.container) .slick-theme .slick-arrow.slick-next {
		right: -30px;
	}
	div:not(.container) .slick-theme .slick-arrow.slick-prev {
		left: -30px;
	}
	.special div:not(.container) .slick-theme .slick-arrow.slick-prev {
		left: -30px;
	}
	.special div:not(.container) .slick-theme .slick-arrow.slick-next {
		right: -30px;
	}
}
@media (max-width: 575px) {
	.mt-banner .slick-theme .slick-dots li:hover:after,
	.mt-banner .slick-theme .slick-dots li.slick-active:after {
		width: 28px;
	}
	.mt-banner .slick-theme .slick-dots li {
		height: 30px;
		width: 30px;
		font-size: 20px;
		line-height: 30px;
	}
}
/*----------------------------------------------*/
/* testimonial */
/*----------------------------------------------*/
.testimonial-block .page-title h3 {
	font-size: 16px;
	line-height: 20px;
	color: var(--secondary-color);
	text-align: center;
	margin: -2px 0 60px;
	text-transform: uppercase;
}
.testimonial-block .slick-list {
	padding: 20px 0 30px;
	margin: -20px 0;
}
.testimonial-images {
	position: relative;
	display: inline-block;
}
.testimonial-images::before {
	position: absolute;
	content: "\e940";
	font-family: "Mahardhi-Fonts";
	font-size: 24px;
	color: var(--border-color);
	left: -17px;
	top: -14px;
	z-index: -1;
}
.testimonial-items {
	width: 85%;
	margin: auto;
	text-align: center;
}
.testimonial-text {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	margin: 21px 0 25px;
	color: var(--secondary-light-color);
}
.testimonial-text p {
	margin: 0;
}
.testimonial-author {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px;
	color: var(--secondary-color);
}
.testimonial-customer {
	color: var(--secondary-light-color);
}
.testimonial-block .owl-stage-outer {
	padding: 20px 0;
	margin: -20px 0;
}
@media (max-width: 1440px) {
	.row-items {
		width: 100%;
	}
	.testimonial-block .page-title h3 {
		margin: 0 0 40px;
	}
}
@media (max-width: 991px) {
	.testimonial-text {
		font-size: 14px;
		margin: 10px 0;
	}
	.row-items {
		padding: 0 15px;
	}
	.testimonial-block .page-title h3 {
		margin: 0 0 30px;
	}
	div:not(.container) .slick-theme .slick-arrow.slick-next {
		right: -25px;
	}
	div:not(.container) .slick-theme .slick-arrow.slick-prev {
		left: -25px;
	}
	.mblog:not(.container) .slick-theme .slick-arrow.slick-prev {
		left: -25px;
	}
	.mblog:not(.container) .slick-theme .slick-arrow.slick-next {
		right: -25px;
	}
}
@media (max-width: 767px) {
	.special div:not(.container) .slick-theme .slick-arrow.slick-prev {
		left: -10px;
	}
	.special div:not(.container) .slick-theme .slick-arrow.slick-next {
		right: -10px;
	}
	div:not(.container) .slick-theme .slick-arrow.slick-prev {
		left: -10px;
	}
	div:not(.container) .slick-theme .slick-arrow.slick-next {
		right: -10px;
	}
	.mblog:not(.container) .slick-theme .slick-arrow.slick-prev {
		left: -15px;
	}
	.mblog:not(.container) .slick-theme .slick-arrow.slick-next {
		right: -15px;
	}
}
/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.blog-info .image {
	overflow: hidden;
	position: relative;
}
.mblog .row > * {
	padding: 0;
}
.blog-block {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	background: var(--secondary-color);
}
.mblog .btn-date {
	z-index: 1;
	display: flex;
	align-items: center;
	text-align: center;
	background: var(--secondary-color);
}
.mblog .block-text {
	display: flex;
	align-items: center;
}
.mblog .block-day {
	display: block;
	font-size: 56px;
	font-weight: 500;
	line-height: 56px;
	margin: 0 5px 0 0;
}
.mblog .block-years {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
}
.blog-block .zoom-post a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: none;
	color: var(--primary-color);
	background: var(--secondary-color);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.blog-block .zoom-post > a + a {
	margin: 5px 0 0;
}
.blog-block .zoom-post a:hover {
	color: var(--secondary-color);
	background: var(--primary-hover-color);
}
.blog-block .zoom-post {
	position: absolute;
	right: -50px;
	top: 20px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.blog-block:hover .zoom-post {
	right: 20px;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post::before {
	font-family: FontAwesome;
	font-size: 14px;
	margin: 0;
	display: block;
	position: relative;
	text-align: center;
	line-height: 40px;
	z-index: 1;
}
.blog-block .hover-zoom::before {
	content: "\f002";
}
.blog-block .hover-post::before {
	content: "\f0c1";
}
.blog-block:hover .hover-post::before,
.blog-block:hover .hover-zoom::before {
	opacity: 1;
}
.mblog .caption {
	text-align: left;
	position: relative;
	padding: 17px 0 0;
}
.mblog .caption h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 0;
	text-transform: unset;
	position: absolute;
	top: -40px;
	right: 148px;
	left: 0;
	padding: 17px 0 0 0;
	background: var(--secondary-color);
}
.mblog .caption h4 a {
	color: var(--primary-color);
}
.mblog .caption h4 a:hover {
	color: var(--primary-hover-color);
}
.mblog .block-date {
	display: block;
}
.blog-category .blog-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	margin: 15px 0 0;
	text-transform: capitalize;
}
.blog-category .blog-title a:hover {
	color: var(--primary-hover-color);
}
.mblog .blog-block img {
	transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	backface-visibility: hidden;
}
.mblog .blog-block:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.9;
}
.blog-read.btn-default {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding: 0;
	margin: 16px 0 0;
	box-shadow: none;
	border-radius: 0;
	text-transform: uppercase;
	color: var(--primary-color);
	background: transparent;
	border-bottom: 2px solid var(--primary-color);
}
.inner2 .button i,
.blog-block .blog-read i,
.subscribe-btn i {
	margin: 0 0 0 10px;
	transform: rotate(-45deg);
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.inner2 .button:hover i,
.blog-block .blog-read:hover i,
.subscribe-btn:hover i {
	transform: unset;
}
.blog-read.btn-default:hover {
	background: transparent;
	color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
}
.blog-read span {
	color: var(--secondary-color);
}
.blog-read:hover .blog-read span {
	color: var(--secondary-color);
}
.product-list .blog-read:hover span {
	color: var(--secondary-color);
}
.product-list .blog-read.btn {
	position: relative;
	background: transparent;
	color: var(--background-color);
}
.blog-block:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.9;
}

.blog-block img {
	transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	backface-visibility: hidden;
}
/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-block .row {
	display: flex;
	align-items: center;
}
.blog-category .blog-img {
	position: relative;
	overflow: hidden;
	display: block;
}
h4.article-page-title {
	margin: 20px 0 15px;
}
.caption-blog p,
.info_blog p {
}
.blog-block img,
#content-blogs .thumbnails .thumbnail img {
	width: 100%;
}
.blog-category .blog-description {
	padding: 26px 0 0;
	text-align: center;
}
.blog-text {
	font-size: 16px;
	color: var(--secondary-light-color);
}
.mblog .blog-text {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
}
.mblog .blog-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 60px;
	background: var(--primary-color);
}
.block-date {
	font-size: 16px;
	color: var(--secondary-light-color);
	display: flex;
	align-items: center;
}
.block-date i {
	font-size: 20px;
	padding: 0 12px 0 0;
}
.blog-category .block-date {
	display: inline-block;
}
.blog-category .block-date i {
	font-size: 30px;
}
.blog-category .blog-comment {
	font-size: 16px;
	color: var(--secondary-light-color);
}
.blog-category .blog-comment i {
	margin-right: 5px;
}
/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.article-container .image {
	position: relative;
}
.article-container .blog-block {
	margin-bottom: 0;
}
.article-container .caption-blog {
	padding: 30px 0 0;
	background: transparent;
}
#content-blogs .thumbnails .thumbnail {
	border: unset;
	margin: 0;
	padding: 0;
}
h3.article-page-title {
	margin: 15px 0 10px;
}
.article-container .shop-content > h3 {
	line-height: 20px;
	margin: 0;
	padding: 15px 0;
	font-size: 16px;
	border-radius: 0;
	text-transform: uppercase;
	color: var(--primary-color);
	background: transparent;
	border-bottom: 1px solid var(--border-color);
}
.article-container #commnt_form > div > div:last-child .form-group {
	margin-bottom: 0;
}
.article-container #commnt_form.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
#post_comment #commnt_form.form-horizontal .control-label {
	text-align: left;
}
.article-container .shop-content {
	background: var(--secondary-color);
}
.shop-content .comment_cust,
.shop-content #commnt_form {
	padding: 30px 30px 10px;
	border-bottom: 1px solid var(--border-color);
}
.comment_cust h4 {
	margin-bottom: 20px;
}
.commentlist ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.commentlist ul li:last-child {
	padding-bottom: 0;
}
.commentlist ul li {
	padding-bottom: 20px;
}
.comment_cust .comment-text .user_img {
	float: left;
	height: 60px;
	width: 60px;
	background-color: var(--background-color);
	text-align: center;
	color: var(--primary-color);
	border-radius: 50px;
}
.comment_cust .comment-text .user_img i {
	font-size: 26px;
	line-height: 60px;
}
.comment_cust .comment-desc {
	padding-left: 80px;
	line-height: 26px;
}
.comment_cust .comment-desc .name {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
}
.comment_cust .comment-desc .date {
	color: var(--secondary-light-color);
}
.comment-dis {
	color: var(--secondary-light-color);
	line-height: 22px;
}
.comment-text {
	padding: 15px;
	border: none;
	border-radius: 0;
	background: var(--secondary-color);
	border: 1px solid var(--border-color);
}
.singblog-description.blog-text {
	margin: 0;
}
.blog-category .blog-text {
	margin: 17px 0 0;
}
@media (max-width: 1800px) {
	.mblog .caption h4 {
		right: 110px;
	}
}
@media (max-width: 1440px) {
	.blog-title h3 {
		font-size: 60px;
		line-height: 60px;
		margin: 0 0 -13px;
	}
	.mblog .caption {
		padding: 20px 0 0;
	}
	.mblog .caption h4 {
		right: 80px;
	}
	.blog-category .blog-description {
		padding: 20px 0 0;
	}
	.article-container .caption-blog {
		padding: 20px 0 0;
	}
}
@media (max-width: 1199px) {
	.blog-category .blog-title {
		font-size: 20px;
		line-height: 20px;
	}
	.blog-category .block-date {
		font-size: 14px;
	}
	.blog-category .blog-comment {
		font-size: 14px;
	}
	.blog-category .block-date i {
		font-size: 20px;
	}
	.blog-read:before {
		height: 34px;
	}
	.blog-read {
		padding: 7px 30px;
	}
	.blog-category .blog-description {
		padding: 15px 0 0;
	}
	.blog-title h3 {
		font-size: 30px;
		line-height: 30px;
		margin: 0 0 35px;
		text-align: center;
		color: var(--primary-color);
	}
	.blog-text {
		margin: 15px 0 0;
	}
}
@media (max-width: 991px) {
	.mblog .caption {
		padding: 10px 0 0;
	}
	.mblog .block-day {
		font-size: 18px;
		line-height: 24px;
	}
	.blog-read.btn-default {
		margin: 15px 0 0;
	}
	.mblog .caption h4 {
		top: -35px;
		right: 60px;
		font-size: 18px;
		padding: 12px 0 0 0;
	}
	.mblog .blog-text {
		margin: 0 0 0 15px;
	}
	.mblog .block-years {
		font-size: 14px;
		line-height: 20px;
	}
	.mblog .block-day {
		font-size: 46px;
		line-height: 46px;
	}
	.blog-title h3 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	.blog-category .blog-title,
	h3.article-page-title {
		font-size: 18px;
		margin: 12px 0 0;
	}
	.blog-block .zoom-post,
	.blog-block:hover .zoom-post {
		right: 10px;
	}
	.mblog .caption .blog-title {
		margin: 0 0 15px 0;
		line-height: 20px;
		font-size: 18px;
	}
	.mblog .blog-text:before {
		height: 50px;
	}
	.blog-text {
		font-size: 14px;
		line-height: 22px;
		margin: 10px 0 0;
	}
	.article-container .caption-blog {
		padding: 15px 0 0;
	}
	.singblog-description.blog-text {
		font-size: 14px;
		margin: 8px 0 0;
	}
	.blog-block h4,
	h3.article-page-title {
		margin: 10px 0 10px;
	}
	.article-container .btn-default:hover {
		background: var(--primary-hover-color);
	}
	.blog-read {
		font-size: 12px;
		padding: 7px 23px;
	}
	.blog-block .zoom-post a {
		height: 34px;
		width: 34px;
	}
	.blog-block .hover-zoom::before,
	.blog-block .hover-post:before {
		font-size: 12px;
		line-height: 34px;
	}
	.blog-category .blog-description {
		padding: 10px 0 0;
	}
	.article-container .shop-content > h3 {
		font-size: 14px;
		padding: 10px 0;
	}
	.shop-content .comment_cust,
	.shop-content #commnt_form {
		padding: 20px 15px;
	}
	.mahardhi_blog-mahardhi_blog .col-sm-6 {
		padding-right: 8px;
		padding-left: 8px;
	}
	.inner2 button i,
	.blog-read.btn-default i,
	.subscribe-btn i,
	.category-thumb .category-btn i {
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	.mblog .blog-arrow .slick-arrow i,
	.special .special-arrow .slick-arrow i,
	.product-tab-block .slick-theme .slick-arrow i {
		font-size: 12px;
	}
	.mblog .blog-arrow .slick-arrow.slick-prev i,
	.special .special-arrow .slick-arrow.slick-prev i,
	.product-tab-block .slick-theme .slick-arrow.slick-prev i {
		margin: 0 5px 0 0;
	}
	.mblog .blog-arrow .slick-arrow.slick-next i,
	.special .special-arrow .slick-arrow.slick-next i,
	.product-tab-block .slick-theme .slick-arrow.slick-next i {
		margin: 0 0 0 5px;
	}
	.product-tab-block .slick-arrow,
	.special .special-arrow .slick-arrow,
	.mblog .blog-arrow .slick-arrow {
		font-size: 14px;
	}
	.special .special-arrow .slick-arrow + .slick-arrow {
		margin: 0 0 0 20px;
	}
}
@media (max-width: 767px) {
	.blog-category .blog-block .row {
		display: block;
	}
	.blog-layout.product-list.blog-category.col-sm-6 {
		padding: 0 5px;
	}
	.mahardhi_blog-mahardhi_blog #content {
		padding: 0;
	}
	.mblog .caption .blog-title {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.blog-read {
		padding: 5px 23px;
	}
	.blog-read:before {
		height: 30px;
	}
	.block-date i {
		font-size: 16px;
		padding: 0 8px 0 0;
	}
	.block-date {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.article-container .btn-default {
		padding: 10px 30px;
		font-size: 14px;
	}
	.blog-layout.product-list.blog-category.col-sm-6 {
		padding: 0 15px;
	}
	.blog-read {
		line-height: 20px;
	}
	.mblog .blog-arrow .slick-arrow + .slick-arrow {
		margin: 0 0 0 20px;
	}
}
@media (max-width: 540px) {
	.comment-text {
		padding: 10px;
	}
	.comment_cust .comment-desc {
		padding-left: 70px;
	}
	.blog-category .block-date {
		font-size: 12px;
	}
	.blog-category .blog-comment {
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.blog-category .blog-text {
		font-size: 14px;
	}
	.mblog .blog-text {
		margin: 0 0 0 10px;
	}
	.mblog .blog-text:before {
		height: 45px;
	}
	.mblog .block-day {
		font-size: 40px;
		line-height: 40px;
	}
	.html2-special .banner-outer {
		width: 100%;
	}
	.html2-special .html2 {
		margin-top: 15px;
	}
}
@media (max-width: 375px) {
	.mblog .caption h4 {
		right: 20px;
	}
}
@media (max-width: 320px) {
	.blog-layout.product-list.blog-category.col-sm-6 {
		padding: 0;
	}
	.mahardhi_blog-mahardhi_blog #content {
		padding: 0 15px;
	}
}
/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.news {
	position: relative;
	text-align: center;
}
.news .newsletterblock {
	padding: 60px 75px 75px;
	background: #f4f4f2;
}
.news .newsletter-form.block-content {
	padding: 75px 50px 50px;
	background: var(--secondary-color);
}
.news .news-title h3 {
	font-size: 34px;
	line-height: 36px;
	font-weight: 600;
	margin: 0 0 -20px;
}
.news .news-dec {
	text-align: center;
}
.news .title-text {
	position: relative;
	text-align: center;
	font-size: 30px;
	margin-bottom: 33px;
	line-height: 34px;
	padding: 0;
	text-transform: capitalize;
	font-weight: 600;
	color: var(--primary-hover-color);
}
.news .news-description {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	margin: -3px auto 50px;
	color: var(--secondary-light-color);
}
.subscribe-form {
	position: relative;
	width: 100%;
	max-width: 400px;
	border-radius: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--border-color);
}
.subscribe-form #newsletter_usr_email {
	font-size: 14px;
	min-height: 34px;
	border: none;
	height: 43px;
	padding: 5px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #aaaaaa;
	text-align: left;
	background: transparent;
}
.subscribe-form > i {
	font-size: 20px;
	line-height: 34px;
	padding: 0 15px 0 0;
	color: var(--secondary-color);
}
.subscribe-form #newsletter_usr_email::placeholder {
	color: #aaaaaa;
}
.news .subscribe-btn {
	margin: 0;
	padding: 11.5px 30px;
	background: var(--primary-color);
}
.subscribe-btn {
	font-size: 14px;
	font-weight: 500;
	border: none;
	border-radius: 0;
	line-height: 20px;
	padding: 10px 30px;
	margin: 30px 0 0;
	text-transform: uppercase;
	color: var(--secondary-color);
	background: var(--primary-hover-color);
	transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
}
.subscribe-form > i {
	font-size: 20px;
	line-height: 34px;
	padding: 0 5px 0 0;
	color: var(--secondary-light-color);
}
.news .subscribe-btn:hover {
	background: var(--primary-hover-color);
}
@media (max-width: 1440px) and (min-width: 992px) {
	.position-footer-top .news {
		width: 50%;
		padding: 0 15px;
	}
}
@media (min-width: 1441px) {
	.news #frmnewsletter {
		margin: 0 0 0 35px;
	}
}
@media (max-width: 1440px) {
	.news .title-text {
		font-size: 40px;
		line-height: 40px;
	}
	.news-logo img {
		width: 140px;
	}
	.news .newsletterblock {
		padding: 55px 60px 60px;
	}
	.news .news-description {
		font-size: 22px;
		line-height: 30px;
		margin: -3px auto 40px;
	}
	.news .newsletter-form.block-content {
		padding: 55px 40px 40px;
	}
	.news .news-title h3 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 -14px;
	}
}
@media (max-width: 1199px) {
	.news .news-description {
		font-size: 18px;
		line-height: 30px;
	}
	.news .newsletter-form.block-content {
		padding: 35px 30px 30px;
	}
	.news .news-title h3 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 -14px;
	}
	.news .newsletterblock {
		padding: 35px 40px 40px;
	}
}
@media (max-width: 991px) {
	.footer-top-inner > div {
		width: 100%;
		float: unset;
		margin: 15px 0;
	}
	.news .title-text {
		font-size: 30px;
		line-height: 30px;
	}
	.subscribe-form #newsletter_usr_email {
		text-align: left;
		padding: 2px 10px;
	}
	.news .news-description {
		font-size: 16px;
		margin: 0 0 20px;
		text-align: center;
	}
	.news .newsletter-form.block-content {
		padding: 25px 20px 20px;
	}
	.news .newsletterblock {
		padding: 25px 30px 30px;
	}
	.news .subscribe-btn {
		padding: 11.5px 20px;
		font-size: 12px;
	}
	.subscribe-form > i {
		font-size: 16px;
		line-height: 30px;
	}
	.news .news-dec {
		text-align: left;
	}
	.news .news-title h3 {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 -12px;
	}
}
@media (max-width: 767px) {
	.news .title-text {
		font-size: 24px;
	}
	.news {
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	.subscribe-form #newsletter_usr_email {
		padding: 8px 10px;
		font-size: 12px;
		height: 36px;
	}
	.news .subscribe-btn {
		padding: 8px 18px;
	}
	.news .title-text {
		font-size: 20px;
		line-height: 20px;
	}
	.news .title-text:after {
		bottom: -13px;
	}
	.news .title-text:before {
		bottom: -15px;
	}
}
@media (max-width: 375px) {
	.news .news-description {
		font-size: 14px;
		line-height: 26px;
	}
	.news .newsletterblock {
		padding: 20px 25px 25px;
	}
}
/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer {
	background: var(--primary-color);
}
.footer-top {
	position: relative;
	padding: 80px 0 75px;
	color: var(--secondary-light-color);
}
footer h5 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: -2px 0 34px;
	position: relative;
	font-weight: 500;
	color: var(--secondary-color);
}
footer .footer-content a {
	font-size: 16px;
	padding: 8px 0;
	display: block;
	color: var(--secondary-light-color);
}
footer a:hover,
footer a:focus {
	color: var(--secondary-color);
}
.footer-top .col-lg-4,
.footer-top .col-lg-2 {
	padding: 0 15px;
}
/* footer right */
.contact_title {
	text-transform: capitalize;
	margin-right: 5px;
	color: var(--secondary-color);
}
.position-footer-right li > div {
	display: flex;
	padding: 5px 0;
	font-size: 16px;
	line-height: 24px;
}
.position-footer-right li .contact_site a {
	padding: 0;
	display: initial;
	color: var(--secondary-light-color);
}
/* social media*/
.social-media a {
	display: inline-block;
}
.social-media a + a {
	margin: 0 0 0 20px;
}
.social-media a i {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: var(--secondary-light-color);
}
.social-media a:hover i {
	color: var(--primary-hover-color);
}
/* footer bottom*/
.footer-bottom {
	position: relative;
	padding: 23px 0;
	text-align: center;
}
.footer-bottom::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	height: 1px;
	width: 100%;
	background: #414141;
}
footer .footer-bottom p {
	font-size: 16px;
	margin: 0;
	color: var(--secondary-light-color);
}
footer .footer-bottom p a {
	color: var(--secondary-light-color);
}
footer .footer-bottom p a:hover {
	color: var(--secondary-color);
}
.toggled.active .fa-chevron-down:before {
	content: "\f077";
}
@media (min-width: 992px) {
	.position-footer-bottom > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-top {
		display: flex;
	}
	.footer-top > div + div + div {
		border-left: 1px solid #414141;
	}
}
@media (min-width: 1441px) {
	.position-footer-right {
		margin: 0 0 0 65px;
	}
}
@media (min-width: 992px) {
	footer .position-footer-right h5 {
		margin: -2px 0 36px;
	}
}
@media (max-width: 1440px) {
	footer h5 {
		margin: -2px 0 20px;
	}
	.footer-top {
		padding: 50px 0;
	}
}
@media (max-width: 991px) {
	.footer-top {
		padding: 15px 0;
		display: flex;
		flex-direction: column;
	}
	.footer-top .footer-right {
		order: 3;
	}
	.footer-top .footer-center {
		order: 4;
	}
	footer h5 {
		margin: 0 0 10px;
		font-size: 14px;
	}
	footer .footer-content a {
		padding: 4px 0;
		font-size: 14px;
	}
	.position-footer-right li > div {
		font-size: 14px;
	}
	.footer-top > div {
		width: 100%;
		float: unset;
		/*padding: 0;*/
	}
	.footer-bottom {
		padding: 15px 0;
	}
	.payment-link {
		margin: 10px 0;
	}
	footer .footer-bottom p {
		font-size: 14px;
	}
	.footer-top .col-lg-4,
	.footer-top .col-lg-2 {
		padding: 0 5px;
	}
}
/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-box {
	position: relative;
}
.service {
	text-align: center;
}
.service-icon {
	display: inline-block;
	margin: 0 0 26px;
	text-align: center;
}
.service .service-icon i {
	display: block;
	font-size: 50px;
	color: var(--primary-color);
	transition: all 350ms ease-out 0s;
	-moz-transition: all 350ms ease-out 0s;
	-o-transition: all 350ms ease-out 0s;
	-webkit-transition: all 350ms ease-out 0s;
}
.service .promo-title {
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 12px;
	color: var(--primary-color);
}
.service .promo-desc {
	font-size: 16px;
	line-height: 20px;
	color: var(--secondary-light-color);
}
.service:hover .service-icon i {
	animation: tada 1s infinite linear;
	-moz-animation: tada 1s infinite linear;
	-ms-animation: tada 1s infinite linear;
	-o-animation: tada 1s infinite linear;
	-webkit-animation: tada 1s infinite linear;
}
@media (max-width: 1440px) {
	.service-icon {
		margin: 0 0 20px;
	}
	.service .promo-title {
		font-size: 14px;
		margin: 0 0 7px;
		line-height: 22px;
	}
	.service .promo-desc {
		font-size: 12px;
	}
}
@media (max-width: 1199px) {
	.service-item:nth-child(3),
	.service-item:nth-child(4) {
		margin-top: 20px;
	}
	.service {
		display: flex;
		align-items: center;
		text-align: left;
	}
	.service-item {
		width: 50%;
	}
	.service-icon {
		border-width: 3px;
		margin: 0 15px 0 0;
	}
	.service .service-icon i {
		font-size: 35px;
	}
}
@media (max-width: 991px) {
	.service-box .service-item {
		padding: 0 5px;
	}
}
@media (max-width: 575px) {
	.service {
		display: block;
		text-align: center;
	}
	.service-icon {
		margin: 0 0 10px;
	}
	.service .promo-title {
		font-size: 12px;
		margin: 0 0 5px;
		line-height: 20px;
	}
	.service .promo-desc {
		font-size: 10px;
	}
}
/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.breadcrumb-back h1,
.breadcrumb-back h2 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 18px;
	display: block;
	vertical-align: top;
	font-weight: 500;
}
/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
	display: block;
	position: relative;
	padding: 116px 0;
	margin-bottom: 50px;
	background: url(../image/breadcrumbs-bg.jpg) no-repeat center center;
	background-size: cover;
}
.breadcrumb {
	font-size: 16px;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
	text-transform: capitalize;
}
.breadcrumb > li {
	position: relative;
}
.breadcrumb > li .fa-home {
	font-size: 15px;
}
.breadcrumb li a,
.breadcrumb a {
	font-size: 16px;
	font-weight: 400;
}
.breadcrumb li:last-child a,
.breadcrumb a:hover {
	color: var(--primary-hover-color);
}
.breadcrumb > li + li:before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0px 8px 0px 5px;
	font-size: 18px;
	line-height: 20px;
}
@media (max-width: 1440px) {
	.breadcrumb-back {
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	.breadcrumb-back {
		padding: 95px 0;
	}
	.breadcrumb-back h1,
	.breadcrumb-back h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 10px;
	}
}
@media (max-width: 991px) {
	.breadcrumb-back {
		padding: 60px 0;
		margin-bottom: 20px;
	}
	.breadcrumb li a,
	.breadcrumb a {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.breadcrumb-back {
		padding: 50px 0;
	}
	.breadcrumb-back h1,
	.breadcrumb-back h2 {
		font-size: 22px;
		line-height: 24px;
	}
}
@media (max-width: 375px) {
	.breadcrumb-back h1,
	.breadcrumb-back h2 {
		font-size: 18px;
		line-height: 18px;
	}
	.breadcrumb-back {
		padding: 20px 0;
	}
}
/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
#column-left > div,
#column-right > div {
	padding: 0 10px 30px;
	margin: 50px 0 0;
	box-shadow: none;
	width: auto;
	border: none;
	border-bottom: 1px solid var(--border-color);
	background: var(--secondary-color);
}
#column-left .product-thumb .product-price:before,
#column-right .product-thumb .product-price:before {
	display: none;
}
#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title {
	margin: 0 0 10px 0;
}
#column-left > div.swiper-viewport,
#column-right > div.swiper-viewport {
	border: none;
	padding: 0;
}
#column-left > div:first-child,
#column-right > div:first-child {
	margin-top: 0;
}
#column-left .mt-banner .row,
#column-right .mt-banner .row {
	padding: 0;
	margin: 0;
}
#column-left .mt-banner,
#column-right .mt-banner {
	padding: 0;
	border: none;
}
#column-left .mt-banner .slick-track,
#column-right .mt-banner .slick-track {
	padding: 0;
}
#column-left .btn-primary {
	color: var(--background-color);
	background: var(--primary-hover-color);
}
#column-left .btn-primary:hover {
	background: var(--primary-color);
}
#column-left .mt-banner .row > *,
#column-right .mt-banner .row > * {
	padding: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	color: var(--primary-color);
	background: transparent;
	font-weight: 500;
	line-height: 20px;
	border: none;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
	color: var(--primary-color);
	text-decoration: none;
	background-color: transparent;
}
.filter_box,
#column-left .block_box,
#column-right .block_box,
.category-list #selectMe-desk,
.account-content .list-unstyled,
.sidebar .list-unstyled {
	margin: 0;
	padding: 27px 10px 10px 0;
}
#column-left .box .container,
#column-right .box .container {
	width: auto;
	padding: 0;
}
#column-left .mt-banner .text-center,
#column-right .mt-banner .text-center {
	padding: 0;
}
#column-left .mt-banner .page-title,
#column-right .mt-banner .page-title {
	display: none;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating {
	padding: 0;
	display: block;
	margin: 5px 0 0;
}
#column-left .col:last-child .product-layout .product-thumb {
	margin: 0;
}
.category-list .list-group-item,
.sidebar li,
.account-content .list-group a {
	border: none;
	border-radius: 0;
	margin: 0;
	background: transparent;
	padding: 6px 0;
	text-transform: capitalize;
	color: var(--secondary-light-color);
	font-size: 16px;
}
.category-list .list-group-item:hover,
.sidebar li:hover,
.account-content .list-group a:hover {
	color: var(--primary-color);
}
.category-list .list-group-item {
	padding: 6px 20px 6px 0;
}
.category-list .child-categories .list-group-item {
	padding: 8px 20px 8px 0;
}
.category-list ul#selectMe-desk > li:first-child > a.list-group-item,
.account-content .list-group ul > li:first-child a,
.sidebar li:first-child {
	padding-top: 0;
	margin-top: -4px;
}
.category-list ul.list-unstyled.parent > li:last-child > a.list-group-item,
.account-content .list-group ul > li:last-child a,
.sidebar li:last-child {
	padding-bottom: 0;
	margin-bottom: -6px;
}
.sidebar li a {
	color: var(--secondary-light-color);
}
.category-list .has-more-category .toggled {
	position: absolute;
	right: 0;
	padding: 0 5px;
}
.child-categories {
	display: none;
}
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
	content: "\f068";
}

/*sidebar category*/
.box-category .list-unstyled.childs_1 {
	display: none;
}

.parent li .toggled span {
	color: var(--primary-color);
	font-size: 12px;
	position: absolute;
	right: 5px;
	padding: 0 5px;
}

.parent .active .open-menu::after {
	color: var(--primary-color);
	content: "\f068";
	font-family: "FontAwesome";
	font-size: 14px;
}

.parent .open-menu::after {
	color: var(--primary-color);
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 14px;
}

/*REFINE SEARCH*/
.list-group-filter {
	margin-bottom: 27px;
}

.panel-default.filter {
	border: none;
}

.panel {
	border-radius: 0;
	box-shadow: none;
}

.filter_box .list-group a {
	color: var(--primary-color);
	text-transform: capitalize;
	margin: 0 0 12px;
	background: transparent;
	font-size: 18px;
	font-weight: 500;
}

.filter_box .checkbox,
.filter_box .checkbox .radio {
	margin: 9px 0;
}

.filter_box .list-group-item {
	border: none;
	padding: 0px;
	color: var(--secondary-light-color);
	background: transparent;
}

.filter_box .list-group-items + .list-group-items {
	margin: 27px 0 0;
}

.checkbox label,
.radio label {
	text-transform: capitalize;
	font-size: 18px;
	color: var(--secondary-light-color);
}

#filter .panel-footer {
	text-align: left;
	padding: 0;
	background: transparent;
}

#button-filter {
	padding: 7.5px 30px;
	font-size: 14px;
	font-weight: 500;
	background: var(--primary-hover-color);
	border: none;
}

#button-filter:hover {
	background: var(--primary-color);
	color: var(--secondary-color);
}

/*banner*/
#column-left .swiper-viewport,
#column-right .swiper-viewport {
	border: none;
	margin: 30px 0 0;
}

#column-left .swiper-slide img,
#column-right .swiper-slide img {
	width: 100%;
}

/*INFORMATION*/
.sidebar li a:hover,
.account-content .list-group a:hover {
	color: var(--primary-hover-color);
}

.account-content .list-group {
	margin: 0;
}

/*product*/
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
	padding: 0;
}

#column-left .product-thumb,
#column-right .product-thumb {
	padding: 0;
	border: none;
	margin: 0 0 20px 0;
}

#column-left
	.product-content:last-child
	.product-layout:last-child
	.product-thumb,
#column-right
	.product-content:last-child
	.product-layout:last-child
	.product-thumb {
	margin: 0;
}

#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
	float: left;
	width: 100px;
	margin: 0;
	margin-right: 15px;
}

#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
	float: left;
	width: 53.6%;
}

#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#column-left .product-thumb .quickview-button,
#column-right .product-thumb .quickview-button,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart,
#column-left .product-thumb .wishlist,
#column-right .product-thumb .wishlist {
	display: none;
}

#column-left .product-thumb .price,
#column-right .product-thumb .price {
	opacity: 1;
	padding: 0;
}
#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title {
	margin: 0 0 5px;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
	padding: 0;
	text-align: left;
}

@media (min-width: 1200px) {
	#column-left,
	#column-right {
		width: 25%;
	}
	#content.col-lg-9,
	#content.col {
		width: 85%;
	}
}

@media (min-width: 992px) {
	#column-left,
	#column-right {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1441px) and (max-width: 1600px) {
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image {
		margin-right: 10px;
	}
	#column-left .product-thumb > .thumb-description,
	#column-right .product-thumb > .thumb-description {
		float: left;
		width: 56%;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image {
		width: 70px;
		margin-right: 5px;
	}
	#column-left .product-thumb > .thumb-description,
	#column-right .product-thumb > .thumb-description {
		width: 51.9%;
	}
	#column-left .rating .fa-stack,
	#column-right .rating .fa-stack,
	#column-left #tab-review .fa-stack,
	#column-right #tab-review .fa-stack {
		width: 2em;
		font-size: 8px;
	}
	#column-left .rating .fa-star,
	#column-left .rating .fa-star + .fa-star-o,
	#column-left #tab-review .fa-star + .fa-star-o,
	#column-left #tab-review .fa-star,
	#column-right .rating .fa-star,
	#column-right .rating .fa-star + .fa-star-o,
	#column-right #tab-review .fa-star + .fa-star-o,
	#column-right #tab-review .fa-star {
		font-size: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#column-left .product-thumb > .image,
	#column-right .product-thumb > .image {
		margin-right: 5px;
		width: 65px;
	}
	#column-left .product-thumb > .thumb-description,
	#column-right .product-thumb > .thumb-description {
		width: 56%;
	}
}
@media (max-width: 1800px) {
	#column-left > div,
	#column-right > div {
		margin: 40px 0 0;
	}
}
@media (max-width: 1440px) {
	#column-left > div,
	#column-right > div {
		margin: 30px 0 0;
		padding: 0 10px 20px;
	}
	#column-left .product-thumb .price,
	#column-right .product-thumb .price,
	#column-left .product-thumb .price-old,
	#column-right .product-thumb .price-old {
		font-size: 14px;
	}
	.filter_box,
	#column-left .block_box,
	#column-right .block_box,
	.category-list #selectMe-desk,
	.account-content .list-unstyled,
	.sidebar .list-unstyled {
		padding: 20px 10px 0 0;
	}
}
@media only screen and (max-width: 1199px) {
	#column-left .product-thumb .price,
	#column-right .product-thumb .price {
		margin: 0;
	}
	#column-left .product-thumb .rating,
	#column-right .product-thumb .rating {
		margin: 8px 0 0 0;
	}
	#column-left h3,
	#column-right h3,
	#column-left .box-content h3,
	#column-right .box-content h3 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	#column-left .product-thumb > .thumb-description,
	#column-right .product-thumb > .thumb-description {
		width: 62.8%;
		background: transparent;
	}
	.category-list .list-group-item {
		font-size: 14px;
		padding: 6px 13px 6px 0;
	}
	.toggled .toggle-open {
		position: absolute;
		right: 0;
	}
	#selectMe-desk {
		display: none;
	}
	.filter_box .list-group a {
		font-size: 16px;
	}
	#column-left .mt-banner,
	#column-right .mt-banner {
		display: none;
	}
	#column-left .swiper-viewport,
	#column-right .swiper-viewport {
		display: none;
	}
	#column-left > div:first-child,
	#column-right > div:first-child {
		margin: 20px 0 0 !important;
	}
	#column-left > div,
	#column-right > div {
		margin: 10px 0 0;
		padding: 0;
	}
	#column-left .toggled .toggle-open,
	#column-right .toggled .toggle-open {
		right: 15px;
	}
	#column-left h3,
	#column-right h3,
	#column-left .box-content h3,
	#column-right .box-content h3 {
		font-size: 14px;
		padding: 10px 15px;
		border: none;
		margin: 0;
		cursor: pointer;
	}
	#column-left .toggled.active,
	#column-right .toggled.active,
	#column-left .box-content .toggled.active,
	#column-right .box-content .toggled.active {
		border-bottom: none;
	}
	#column-left .vertical-category-wrapper,
	#column-right .vertical-category-wrapper {
		display: none;
	}
	.filter_box,
	#column-left .block_box,
	#column-right .block_box,
	.category-list #selectMe-desk,
	.account-content .list-unstyled,
	.sidebar .list-unstyled {
		padding: 20px 15px;
	}
}
@media (max-width: 375px) {
	#column-left .product-thumb > .thumb-description,
	#column-right .product-thumb > .thumb-description {
		width: 54.8%;
	}
}
/*----------------------------------------------*/
/* our team */
/*----------------------------------------------*/
#team-carousel .product-thumb .product-title a {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: var(--primary-color);
	margin: 0 0 5px;
}

.product-sub-title a {
	font-size: 18px;
	line-height: 26px;
	color: var(--secondary-light-color);
	font-weight: 600;
}

@media (max-width: 1199px) {
	#team-carousel .product-thumb .product-title a {
		font-size: 18px;
		line-height: 20px;
		font-weight: 600;
		color: var(--primary-color);
		margin: 0 0 8px;
	}
	.product-sub-title a {
		font-size: 14px;
		line-height: 20px;
	}
	.product-thumb .product-sub-title {
		margin: 0;
	}
}
/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.category-block {
	margin: 0 0 28px;
	background: var(--secondary-color);
}
.cat-banner {
	border: none;
	padding: 0;
	background: transparent;
	border-radius: 0;
	margin: 0 0 10px;
}
.cat-description {
	color: var(--secondary-light-color);
}
.cat-description p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: var(--secondary-light-color);
}
.cat_info {
	margin: 0 0 30px;
	padding: 10px 20px;
	border: none;
	background: var(--background-color);
}
.refine-search {
	margin: 0 0 20px;
}
#content .refine-text {
	font-size: 16px;
	margin: 0 0 12px;
	font-weight: 600;
}
.cat-name {
	padding: 0;
	margin: 0;
	text-transform: capitalize;
}
.cat-name li {
	display: inline-block;
}
#button-grid {
	margin: 0 10px 0 0;
}
#button-list.btn-default i,
#button-grid.btn-default i {
	font-size: 16px;
	display: block;
}
#button-list.btn-default,
#button-grid.btn-default {
	height: 40px;
	width: 40px;
	padding: 0;
	border: none;
	background: var(--primary-color);
	color: var(--secondary-color);
	box-shadow: none;
	border-radius: 0;
}
#button-grid.btn-default.active,
#button-list.btn-default.active,
#button-grid.btn-default:hover,
#button-list.btn-default:hover {
	background: var(--primary-hover-color);
	color: var(--secondary-color);
}
.cat-name li a {
	border-radius: 0;
	font-size: 14px;
	border: none;
	padding: 7px 20px;
	display: inline-block;
	margin: 0 6px 10px 0;
	background: var(--primary-color);
	color: var(--secondary-color);
}
.cat-name li a:hover {
	color: var(--secondary-color);
	background: var(--primary-hover-color);
}
#list-view.btn-default i,
#grid-view.btn-default i {
	font-size: 16px;
	display: block;
}
#list-view.btn-default,
#grid-view.btn-default {
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 0;
	border-radius: 0;
	background: var(--secondary-color);
	color: var(--primary-color);
	border: 1px solid var(--border-color);
	box-shadow: none;
	z-index: 1;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
	background: var(--primary-hover-color);
	color: var(--secondary-color);
	border-color: var(--primary-hover-color);
}
#grid-view.btn-default {
	margin: 0 10px 0 0;
}
#compare-total.btn.btn-link {
	text-decoration: none;
	outline: none;
	padding: 8px 0;
	border: none;
	text-transform: capitalize;
	font-weight: 400;
	color: var(--primary-color);
}

#compare-total.btn.btn-link:hover {
	background: transparent;
	color: var(--primary-hover-color);
}
.cat-pagination-right {
	text-align: right;
}
.cat-pagination-right > div {
	display: inline-block;
	vertical-align: top;
}
.cat-pagination-right .cat-show {
	padding-left: 20px;
}
.text-right.show-text {
	padding: 0px 15px;
}
.text-right.show-text,
.text-right.show-select {
	width: auto;
	float: left;
}
.text_limit,
.text_sort {
	margin: 8px 0;
}
.select-filter-sort,
.select-filter-show {
	position: relative;
}
.cat-pagination-right .form-control {
	padding: 4px 25px 4px 10px;
	margin: 0;
	height: 40px;
	border-radius: 0;
	background: transparent;
	border: 1px solid var(--border-color);
}
select.form-control,
.form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.form-control:focus {
	border-color: var(--border-color);
}
.select-filter-show::after,
.select-filter-sort::after {
	font-family: "fontawesome";
	content: "\f0dd";
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
	color: var(--primary-color);
}
.product-list .product-thumb .button-group .compare {
	display: block;
}
.rating .fa-stack,
#tab-review .fa-stack {
	font-size: 8px;
	width: 2.2em;
}
.rating .fa-star-o,
#tab-review .fa-star-o {
	font-size: 12px;
	color: var(--primary-hover-color);
}
.rating .fa-star,
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o,
#tab-review .fa-star {
	font-size: 12px;
	color: var(--primary-hover-color);
}
@media (min-width: 992px) {
	.product-grid .product-thumb .caption .price {
		display: block;
	}
}
@media (max-width: 575px) and (min-width: 376px) {
	#product-list.row-cols-1 > * {
		width: 50%;
	}
	#product-list.row-cols-1.product-list > * {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.product-list .product-thumb .image {
		float: left;
		z-index: 1;
		margin-right: 30px;
	}
}
@media (max-width: 1199px) {
	.cat-pagination-right .cat-show {
		padding-left: 10px;
	}
	#list-view.btn-default,
	#grid-view.btn-default {
		height: 34px;
		width: 34px;
	}
	#list-view.btn-default i,
	#grid-view.btn-default i {
		font-size: 14px;
	}
	#compare-total.btn.btn-link {
		padding: 8px 0;
	}
	.cat-pagination-right .form-control {
		height: 34px;
	}
	.text_limit,
	.text_sort {
		font-size: 14px;
		margin: 6px 0;
	}
	#product-category #product-list > *,
	#product-search #product-list > * {
		width: 33.333333%;
	}
	#product-category #product-list.product-list > *,
	#product-search #product-list.product-list > * {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.category-block {
		margin: 0 0 15px;
	}
	.refine-search {
		margin: 0 0 10px;
	}
	.cat-name li a {
		font-size: 13px;
		padding: 5px 10px;
	}
	.cat_info {
		margin: 0 0 20px;
		padding: 9px 15px;
	}
	.product-list .product-thumb .image {
		margin-right: 20px;
	}
	#list-view.btn-default i,
	#grid-view.btn-default i {
		font-size: 16px;
	}
	#list-view.btn-default,
	#grid-view.btn-default {
		height: 34px;
		width: 34px;
	}
	.cat-pagination-right .form-control {
		height: 34px;
	}
	.cat-description p {
		font-size: 14px;
	}
	#button-list.btn-default,
	#button-grid.btn-default {
		height: 34px;
		width: 34px;
	}
	#button-list.btn-default i,
	#button-grid.btn-default i {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.cat-pagination-right {
		text-align: left;
		margin: 5px 0 0;
		padding: 0 10px;
	}
	.cat_list_gird {
		padding: 0 10px;
	}
	.product-list .product-thumb .image {
		display: inline-block;
	}
	.product-list .product-thumb .caption {
		padding: 10px 0;
	}
	#product-category #product-list > *,
	#product-search #product-list > * {
		width: 50%;
	}
	.product-list .product-thumb .product-price {
		padding: 0 0 5px;
	}
	.product-list .product-thumb .rating {
		padding: 0 0 5px;
	}
}
@media (max-width: 680px) {
	.com-total {
		padding: 0;
	}
}
@media (max-width: 480px) {
	.cat-pagination-right > * {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.cat-pagination-right .cat-show {
		padding: 5px 0 0 0;
	}
	.cat-pagination-right {
		display: block;
		text-align: left;
	}
	#compare-total.btn.btn-link {
		font-size: 13px;
	}
	#button-list.btn-default i,
	#button-grid.btn-default i {
		font-size: 12px;
	}
}
@media (max-width: 375px) {
	#product-category #product-list > *,
	#product-search #product-list > * {
		width: 100%;
	}
}
/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
	clear: both;
	border: none;
	line-height: 36px;
	padding: 10px 15px;
	margin-top: 20px;
	background: var(--background-color);
}
.pro_pagination .text-left {
	margin: 10px 0;
	font-size: 16px;
	float: left;
	color: var(--secondary-light-color);
}
.pro_pagination .text-start,
.pro_pagination .text-end {
	font-size: 14px;
	float: left;
	color: var(--primary-color);
}
.pro_pagination .row {
	align-items: center;
}
.pagination {
	padding: 0;
	margin: 0;
	vertical-align: top;
	justify-content: flex-end;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link {
	border-radius: 0;
}
.pro_pagination .pagination > li.active > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	cursor: pointer;
	z-index: 2;
	color: var(--secondary-color);
	background: var(--primary-hover-color);
}
.pagination > li > a:last-child {
	border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	border-radius: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	position: relative;
	text-decoration: none;
	border: none;
	color: var(--secondary-color);
	background-color: var(--primary-color);
}
@media (max-width: 1199px) {
	.pagination > li > a,
	.pagination > li > span {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.pro_pagination .text-left {
		margin: 6px 0;
	}
}
@media (max-width: 991px) {
	.pro_pagination .text-left,
	.pro_pagination .text-right {
		width: 100%;
		float: unset;
		text-align: center;
		clear: both;
	}
	.pro_pagination .text-right {
		padding-top: 7px;
	}
	.pro_pagination .text-left {
		margin: 0;
	}
	.pagination > li > a,
	.pagination > li > span {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.pagination > li > a,
	.pagination > li > span {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.pro_pagination .text-start,
	.pro_pagination .text-end {
		font-size: 14px;
	}
	.pro_pagination {
		line-height: 28px;
	}
}
@media (max-width: 575px) {
	.pro_pagination .text-start,
	.pro_pagination .text-end {
		line-height: 30px;
		text-align: center !important;
	}
	.pagination {
		padding: 5px 0 0;
		justify-content: center;
	}
}
/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
a.thumbnail {
	padding: 0;
	border: none;
	margin: 0;
}
#product-info .product-additional {
	text-align: center;
	position: relative;
}
hr {
	opacity: 1;
	border-color: var(--border-color);
}
#product-info hr {
	opacity: 0.7;
}
.zoomContainer {
	border-radius: 0;
	position: relative;
	overflow: hidden;
}
#additional-carousel .slick-next {
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 40px;
	padding: 0;
	font-size: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 20px;
	border-radius: 50%;
	color: var(--primary-color);
	left: auto;
	right: -40px;
}
#additional-carousel .slick-prev {
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 40px;
	padding: 0;
	font-size: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 20px;
	border-radius: 50%;
	color: var(--primary-color);
	left: -40px;
	right: auto;
}
#additional-carousel .slick-arrow:hover i {
	color: var(--primary-hover-color);
}
#additional-carousel .slick-next:hover:before,
#additional-carousel .slick-prev:hover:before {
	background: var(--primary-hover-color);
}
#product-info .product-additional {
	margin: 0 auto;
	position: relative;
	display: block;
	vertical-align: top;
	width: calc(100% - 30%);
}
.product-img .thumbnails {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.product-additional .image-additional img {
	border-radius: 0;
	padding: 0;
}
#additional-carousel .image-additional {
	margin: 0 5px;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav {
	position: unset;
	margin: 0;
}
#product-info .pro-image {
	float: left;
}
.pro-image {
	margin: 0 0 30px;
}
#quick-carousel .image-additional a {
	margin: 0 10px;
	display: block;
}
#quick-carousel {
	max-width: 440px;
	margin: auto;
	padding: 0 20px;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
	border: none;
	width: 30px;
	background: transparent;
	position: absolute;
	box-shadow: none;
	opacity: 1;
}
#additional-carousel .owl-nav .owl-prev {
	left: -30px;
	right: auto;
}
#additional-carousel .owl-nav .owl-prev::after {
	content: "";
	position: absolute;
	height: 18px;
	width: 2px;
	background: var(--primary-hover-color);
	top: 3px;
	left: 3px;
}
#additional-carousel .owl-nav .owl-next {
	right: -30px;
	left: auto;
}
.product-additional .owl-prev:after {
	content: "";
}
#quick-carousel .owl-nav .owl-prev {
	left: -20px;
	right: auto;
}
#quick-carousel .owl-nav .owl-next {
	right: -20px;
	left: auto;
}
#additional-carousel .owl-nav div::before,
#additional-carousel .owl-nav div::after,
#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after {
	display: none;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav .fa,
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa {
	font-size: 22px;
	line-height: 30px;
}
.right_info h1,
.quick-product-right h1 {
	font-size: 24px;
	text-transform: capitalize;
	margin: 0 0 10px;
	font-weight: 500;
	color: var(--primary-color);
}
#product-info .reviews {
	font-size: 16px;
	text-transform: capitalize;
	color: var(--secondary-light-color);
}
#product-info .write-review {
	font-size: 16px;
	color: var(--secondary-light-color);
}
#product-info .right_info .rating {
	margin-bottom: 17px;
}
.form-group {
	margin-bottom: 30px;
}
.rating .product-rating {
	float: left;
	margin-right: 20px;
}
.rating .write-review {
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	position: relative;
}
.pro-deatil .rating .write-review:before {
	content: "";
	background: var(--secondary-light-color);
	height: 14px;
	width: 1px;
	position: absolute;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.rating .fa-pencil {
	padding-right: 5px;
	color: var(--primary-color);
}
.right_info .disc {
	color: var(--primary-color);
	margin-right: 5px;
	font-size: 16px;
	line-height: 27px;
	min-width: 125px;
	display: inline-block;
}
.right_info .disc1 {
	font-size: 16px;
	color: var(--secondary-light-color);
	margin-right: 10px;
}
.pro_price {
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
}
.pro_oldprice {
	color: var(--secondary-light-color);
	margin-left: 10px;
	font-size: 16px;
}
.right_info .tax {
	margin: 7px 0 5px;
	color: var(--secondary-light-color);
	font-size: 16px;
}
.right_info .price-new {
	font-size: 24px;
	font-weight: 600;
}
.product-options h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
}
.right_info .control-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.right_info .disc1:hover {
	color: var(--primary-hover-color);
}
.right_info .checkbox,
.right_info .radio {
	margin-top: 0;
}
.product-options .alert {
	margin-top: 15px;
}
.product-btn-quantity .minus-plus {
	margin: 0 10px 15px 0;
	display: inline-flex;
	background: var(--background-color);
	border-radius: 0;
	border: none;
}
#product .minus-plus > * {
	text-align: center;
	border: none;
	background: transparent;
	padding: 0 5px;
	font-size: 14px;
	width: 50px;
	height: 50px;
}
.product-btn-quantity #input-quantity {
	width: 50px;
}
.right_info .control-label.qty {
	margin: 0 0 10px 0;
	display: block;
	min-width: 35px;
}
#button-cart,
#quick-cart {
	margin: 0 10px 0 0;
	width: auto;
	color: var(--secondary-color);
	background: var(--primary-color);
	padding: 15px 30px;
	line-height: 20px;
}
#button-cart:hover,
#quick-cart:hover {
	background: var(--primary-hover-color);
}
#product .btn-group button {
	padding: 0;
	background: transparent;
	color: var(--primary-color);
}
#product .btn-group button {
	font-size: 14px;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--primary-color);
	background: transparent;
	float: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	box-shadow: none;
}
#product .btn-group button:hover,
#product .btn-group button:hover {
	background: transparent;
	color: var(--primary-hover-color);
}
#product .btn-group button:last-child {
	margin: 0;
}
#product-info .btn-group .btn-light + .btn-light {
	border-left: 1px solid var(--secondary-color);
}
#product-info .btn-group .btn-light {
	padding: 0;
	margin: 0;
	height: 50px;
	width: 50px;
	display: block;
	color: var(--primary-color);
	background: var(--background-color);
}
#product-info .btn-group .btn-light i {
	font-size: 16px;
	line-height: 50px;
}
#product-info .btn-group .btn-light:hover {
	background: var(--primary-color);
	color: var(--secondary-color);
}
.pro-image img {
	padding: 0;
	width: 100%;
	border-radius: 0;
}
#product .product-btn-quantity {
	float: left;
	display: flex;
	align-items: center;
}
.tab-content #tab-description {
	font-size: 16px;
	line-height: 22px;
	color: var(--secondary-light-color);
}
#product-info #tab-description ul:last-child,
#product-info #tab-specification .table {
	margin: 0;
	border-color: var(--border-color);
}
.propage-tab h2 {
	font-size: 18px;
	margin: 25px 0 15px 0;
}
.propage-tab .nav-tabs {
	display: flex;
	border: none;
	justify-content: center;
	background: var(--primary-hover-color);
}
.propage-tab .nav-tabs li + li {
	margin: 0 0 0 50px;
}
#form-review.form-horizontal .control-label {
	padding: 0;
}
.quickview-wrapper-inner.container {
	max-width: 100%;
}
#button-upload222 {
	margin-left: 10px;
}
.related-products-block {
	clear: both;
	padding-top: 100px;
}
.related-products-block .owl-stage-outer {
	padding-top: 10px;
	margin-top: -10px;
}
.propage-tab {
	padding: 0;
	margin-top: 100px;
	background: var(--secondary-color);
	border-bottom: 1px solid var(--border-color);
}
#product-info .nav-tabs {
	display: flex;
	justify-content: flex-start;
	border: none;
	padding: 0;
	background: transparent;
}
#additional-carousel .owl-nav .owl-prev i::after {
	content: "";
	position: absolute;
	height: 18px;
	width: 2px;
	background: var(--primary-hover-color);
	top: 1px;
	left: 3px;
}
#additional-carousel .owl-nav .owl-next::before {
	width: 2px;
	height: 5px;
	content: "";
	position: absolute;
	height: 18px;
	width: 2px;
	background: var(--primary-hover-color);
	top: 1px;
	left: 3px;
}
#product-info .tab-content {
	padding: 30px 0 0;
	color: var(--secondary-light-color);
}
#product-info .tab-content strong {
	font-weight: 500;
	text-transform: capitalize;
}
@media (min-width: 768px) {
	#product-info .product-additional {
		max-width: 440px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#additional-carousel .slick-next {
		right: -25px;
	}
}
@media (max-width: 1800px) {
	.related-products-block {
		padding-top: 70px;
	}
}
@media (max-width: 1750px) {
	#quick-carousel .owl-nav .owl-prev {
		left: 0;
		right: auto;
	}
	#quick-carousel .owl-nav .owl-next {
		right: 0;
		left: auto;
	}
}
@media (max-width: 1440px) {
	.related-products-block {
		padding-top: 50px;
	}
	#product-info .tab-content {
		padding: 20px 0 0;
	}
	.propage-tab {
		margin-top: 50px;
	}
}
@media (max-width: 1199px) {
	.rating .product-rating {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.propage-tab {
		margin-top: 50px;
	}
	.related-products-block {
		padding-top: 50px;
	}
	.right_info h1,
	.quick-product-right h1 {
		margin: 0 0 8px;
		font-size: 18px;
	}
	.pro_price {
		font-size: 20px;
	}
	.quickview-container .pro-image,
	#product-info .pro-image {
		margin-bottom: 10px;
	}
	#product .btn-group {
		display: inline-block;
	}
	#product .btn-group button {
		margin: 0 10px 0 0;
	}
	#product-info .product-additional {
		width: calc(100% - 45%);
	}
}
@media (max-width: 991px) {
	#product-info .pro-detail.row {
		padding: 0;
		margin: 0;
		flex-direction: column;
	}
	.propage-tab {
		margin-top: 30px;
	}
	.right_info .disc,
	.right_info .disc1,
	#product .btn-group button i,
	.tab-content #tab-description {
		font-size: 14px;
	}
	.quickview-container .pro-image,
	#product-info .pro-image {
		margin-bottom: 20px;
	}
	#additional-carousel .image-additional {
		margin: 0 5px;
	}
	#product-info .tab-content {
		padding: 15px 0 0;
	}
	.related-products-block {
		padding-top: 30px;
	}
	#product .minus-plus > * {
		height: 40px;
		width: 40px;
	}
	button.pro_wish i,
	button.pro_comper i {
		font-size: 14px;
	}
	#quick-carousel .image-additional a {
		margin: 0 5px;
	}
	.rating .product-rating {
		margin: 0 0 10px 0;
	}
	#product .btn-group button {
		font-size: 14px;
	}
	#button-cart,
	#quick-cart {
		line-height: 20px;
		font-size: 12px;
		padding: 10px 25px;
	}
	.right_info,
	.propage-tab {
		margin-top: 20px;
	}
	#product-info .btn-group .btn-light {
		height: 40px;
		width: 40px;
	}
	#product-info .btn-group .btn-light i {
		font-size: 14px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.product-img {
		width: 480px;
		margin: 0 auto;
	}
	.related-products-block {
		padding-top: 20px;
	}
	.product-btn-quantity .minus-plus {
		margin: 0 15px 0 0;
	}
}
@media (max-width: 540px) {
	.product-img {
		width: auto;
	}
	.product-btn-quantity .minus-plus {
		margin: 0 10px 0 0;
	}
	#product .product-btn-quantity {
		display: unset;
	}
	.right_info .price-new {
		font-size: 16px;
	}
}
/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	margin: 0px 10px 10px 0;
	text-align: center;
	width: 34px;
	color: var(--primary-color);
	background: var(--background-color);
}
.information-contact .contact-left .title {
	font-size: 16px;
	color: var(--primary-color);
}
.content-address {
	margin-bottom: 15px;
}
.contact-left .btn-info i {
	font-size: 16px;
}
.content-details {
	padding: 15px;
	border: 1px solid var(--border-color);
	color: var(--secondary-light-color);
	border-radius: 0;
	background: var(--secondary-color);
}
.contact-left .content-details > div {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
}
.contact-left .content-details .comment-info {
	border: none;
	padding: 0;
	margin: 0px;
}
#information-contact .panel-body .col-sm-3 {
	float: left;
	width: 100%;
	padding: 15px;
	line-height: 25px;
}
.contact-title {
	margin: 0 0 20px 0;
	font-size: 20px;
}
@media (max-width: 991px) {
	.contact-left {
		margin-bottom: 30px;
	}
}

/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
	float: right;
}
#accordion.panel-group .panel {
	border-radius: 4px;
}
#accordion.panel-group .panel + .panel {
	margin-top: 15px;
}
#accordion.panel-group .panel-default > .panel-heading {
	background: var(--background-color);
	padding: 10px 15px;
	color: var(--primary-color);
	border: none;
}
#accordion.panel-group .panel-default > .panel-heading .panel-title {
	line-height: 20px;
	text-transform: uppercase;
}
.checkout .input-group .form-control {
	z-index: 1;
	background: transparent;
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
	margin: 0 0 20px 0;
}
h3.search-criteria {
	font-size: 17px;
}
#product-search #input-search {
	margin-bottom: 10px;
}

/* manufacture page */
.manufacturer-list {
	margin-bottom: 20px;
	padding: 5px;
	background: var(--secondary-color);
	border: 1px solid var(--border-color);
}
.manufacturer-heading {
	background: var(--background-color);
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-content a:hover {
	color: var(--primary-hover-color);
}

/*account*/
#account-account .account-list-content {
	margin-bottom: 20px;
}
#account-account .account-list-content:last-child {
	margin-bottom: 0;
}
.well {
	padding: 20px;
	border-radius: 0;
	border: 1px solid var(--border-color);
	background: var(--secondary-color);
	box-shadow: none;
}
.well h2 {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}
.well strong {
	font-weight: 500;
}
.account-list-heading {
	font-size: 18px;
	margin: 0 0 10px;
}
.account-list-content li a {
	padding: 3px 0;
	display: inline-block;
	color: var(--secondary-light-color);
}
.account-list-content li a:hover {
	color: var(--primary-color);
}
.panel-body {
	background: var(--background-color);
}
#account-account #content ul li a {
	padding: 4px 0;
	display: inline-block;
}
#account-account #content h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}
#account-account #content ul {
	margin-bottom: 20px;
}
#account-account #content ul:last-child {
	margin: 0;
}
/*sitemap*/
#information-sitemap #content .row li > a {
	padding: 5px 0;
	display: block;
}

/*compare*/
#product-compare .table {
	display: inherit;
	border-style: solid none none none;
	overflow: auto;
}
.product-compare .btn-primary {
	padding: 7.5px 30px;
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	/* text-transform: uppercase; */
	/* padding: 10px 30px; */
	border: none;
	color: var(--secondary-color);
	background: var(--primary-hover-color);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.product-compare .btn-primary:hover {
	background: var(--primary-color);
}
#product-compare .table > tbody + tbody {
	border-top: 1px solid #ddd;
}

/*checkout*/
#checkout-cart .img-thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
}

/*about us*/
#information-information #content .about-us {
	padding: 20px;
	display: flex;
	background: var(--secondary-color);
	border: 1px solid var(--border-color);
}
.about-us img {
	width: 100%;
}
.about-us h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
}
.about-us h4 {
	font-size: 16px;
	color: var(--primary-hover-color);
	margin: 15px 0;
	font-weight: 400;
}
.about-us p {
	font-size: 14px;
	line-height: 24px;
	color: var(--secondary-light-color);
}
@media (max-width: 767px) {
	.cms-block {
		margin-bottom: 15px;
	}
	#information-information #content .about-us {
		display: block;
	}
}

/*----------------------------------------------*/
/* scroll bar */
/*----------------------------------------------*/
body ::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	border-radius: 0;
}
body ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: var(--secondary-light-color);
	border-radius: 0;
}
body ::-webkit-scrollbar-thumb {
	background-color: var(--secondary-light-color);
	border-radius: 0;
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-120 {
	margin-top: 120px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-30 {
	margin-top: 30px;
}
.p-100 {
	padding: 100px;
}
.img-thumbnail {
	border: none;
}
#content {
	min-height: 600px;
}
.common-home #content {
	min-height: unset;
}
#content > h3 {
	margin-top: 0;
	font-size: 18px;
}
.relative {
	position: relative;
}
.m-auto {
	margin: 0px auto;
}
.m-image-auto {
	width: auto !important;
}
ul.list-unstyled {
	margin: 0;
}
.owl-carousel {
	touch-action: manipulation;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color: transparent;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 10px 15px;
	vertical-align: middle;
	border-color: var(--border-color);
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}
.table > tbody > tr > td {
	border-top: none;
}
.form-group {
	margin-bottom: 30px;
	/* display: flex; */
	align-items: center;
}
.form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 15px;
	font-size: 15px;
	line-height: 20px;
	color: var(--secondary-light-color);
	background: var(--secondary-color);
	background-color: var(--secondary-color);
	background-image: none;
	border: 1px solid var(--border-color);
	box-shadow: none;
	border-radius: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
	min-width: 60px;
} /*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-120 {
	margin-top: 120px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-30 {
	margin-top: 30px;
}
.p-100 {
	padding: 100px;
}
.bg-color {
	background: #edebe8;
}
.img-thumbnail {
	border: none;
}
#content {
	min-height: 600px;
	font-size: 16px;
	line-height: 28px;
}
.common-home #content {
	min-height: unset;
}
#content > h3 {
	margin-top: 0;
	font-size: 18px;
}
.relative {
	position: relative;
}
.m-auto {
	margin: 0px auto;
}
.m-image-auto {
	width: auto !important;
}
ul.list-unstyled {
	margin: 0;
}
.owl-carousel {
	touch-action: manipulation;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: var(--primary-hover-color);
	background-color: transparent;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 10px 15px;
	vertical-align: middle;
	border-color: var(--border-color);
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}
.table > tbody > tr > td {
	border-top: none;
}
.form-group {
	margin-bottom: 30px;
	/* display: flex; */
	align-items: center;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 15px;
	font-size: 15px;
	line-height: 20px;
	color: var(--secondary-light-color);
	background: var(--secondary-color);
	background-color: var(--secondary-color);
	background-image: none;
	border: 1px solid var(--border-color);
	box-shadow: none;
	border-radius: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
	min-width: 60px;
}
.col-center {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1801px) {
	.container {
		max-width: 1560px;
	}
}
@media (min-width: 1441px) {
	.col-center {
		width: 1380px;
	}
}
@media (min-width: 1441px) and (max-width: 1800px) {
	.container {
		max-width: 1400px;
	}
}
@media (min-width: 1200px) and (max-width: 1440px) {
	.col-center {
		width: 1170px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-center {
		width: 970px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-center {
		width: 720px;
	}
}
@media (min-width: 1200px) {
	.col-lg-2:nth-child(6n + 1),
	.col-lg-3:nth-child(4n + 1),
	.col-lg-4:nth-child(3n + 1),
	.col-lg-6:nth-child(2n + 1) {
		clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-2:nth-child(6n + 1),
	.col-md-3:nth-child(4n + 1),
	.col-md-4:nth-child(3n + 1),
	.col-md-6:nth-child(2n + 1) {
		clear: left;
	}
}
@media (min-width: 601px) and (max-width: 991px) {
	.col-sm-2:nth-child(6n + 1),
	.col-sm-3:nth-child(4n + 1),
	.col-sm-4:nth-child(3n + 1),
	.col-sm-6:nth-child(2n + 1) {
		clear: left;
	}
}
@media (max-width: 600px) and (min-width: 320px) {
	.block_box :not(.owl-carousel) .col-xs-4,
	.product-layout.product-grid.col-xs-4 {
		width: 50%;
	}
	.col-xs-2:nth-child(6n + 1),
	.col-xs-3:nth-child(4n + 1),
	.col-xs-4:nth-child(2n + 1),
	.col-xs-6:nth-child(2n + 1) {
		clear: left;
	}
}
@media (max-width: 320px) {
	.block_box :not(.owl-carousel) .col-xs-4,
	.product-layout.product-grid.col-xs-4 {
		width: 100%;
	}
	.form-group {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 319px) {
	.block_box :not(.owl-carousel) .col-xs-4,
	.product-layout.product-grid.col-xs-4 {
		width: 100%;
	}
}
@media (max-width: 991px) and (min-width: 600px) {
	/* Mahardhi */
	#content,
	#column-left,
	#column-right {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 1px solid #ddd;
	}
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > thead > tr > th:last-child {
		border-left: 0;
	}
}
/* mahardhi */
@media (max-width: 1800px) {
	.mt-100 {
		margin-top: 70px;
	}
	.mt-120 {
		margin-top: 70px;
	}
	.p-100 {
		padding: 70px;
	}
}
@media (max-width: 1440px) {
	.mt-100 {
		margin-top: 50px;
	}
	.mt-120 {
		margin-top: 50px;
	}
	.mt-80 {
		margin-top: 50px;
	}
	.p-100 {
		padding: 50px;
	}
}
@media (max-width: 1199px) {
	.mt-120 {
		margin-top: 40px;
	}
	.mt-80 {
		margin-top: 40px;
	}
	.mt-60 {
		margin-top: 50px;
	}
	.mt-50 {
		margin-top: 40px;
	}
	.p-100 {
		padding: 40px;
	}
}
@media (max-width: 991px) {
	.mt-120 {
		margin-top: 30px;
	}
	.mt-100 {
		margin-top: 30px;
	}
	.mt-80 {
		margin-top: 30px;
	}
	.mt-60 {
		margin-top: 30px;
	}
	.mt-50 {
		margin-top: 30px;
	}
	.mt-40 {
		margin-top: 30px;
	}
	.mt-30 {
		margin-top: 10px;
	}
	.p-100 {
		padding: 30px;
	}
}
@media (max-width: 767px) {
	#column-left,
	#column-right {
		display: block !important;
	}
	.mt-80 {
		margin-top: 20px;
	}
	.mt-60 {
		margin-top: 20px;
	}
	.mt-50 {
		margin-top: 20px;
	}
	.mt-40 {
		margin-top: 20px;
	}
	.mt-30 {
		margin-top: 0;
	}
}
