@import url("mCustomScrollbar.min.css");
@import url("typeahead.css");
@import url("toastr.min.css");
@import url("toastr-style.css");
@import url("common.css");
@import url("order-status.css");
@import url("checkout.css");
@import url("dashboard.css");
@import url("../fonts/fonts.css");
:root {
	--primary-font: 'OpenSans';
	--primary-color: #fed700;
	--btn-hover-color: #fed700aa;
	--primary-color-rgba: 254, 215, 0;
	--primary-color-hover: rgba(var(--primary-color-rgba), 8%);
	--primary-color-bg: rgba(var(--primary-color-rgba), 10%);
	--btn-text-color: #000;
	--text-primary: #000;
	--text-red: #da1616;
	--default-transition: all 0.3s ease-in-out;
	--primary-shadow: 0 0 0 3px rgba(123, 192, 2, 0.25);
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: var(--primary-font);
	width: 100%;
	float: left;
	overflow-x: hidden;
	background-color: var(--primary-background);
}
select, select option, select optgroup {
	font-family: var(--primary-font) !important;
}
.primary-color-svg{
	fill: var(--primary-color);
}
.loader-color{
	stroke: var(--primary-color);
}
.sticky-class {
	position: sticky;
	top: 0;
}
.dropdown-backdrop{
	display: none !important;
}
.pd-0{
	padding: 0 !important;
}
.h-150{
	min-height: 150px;
}
.h-mg{
	margin-top: 60px !important;
}
@media (min-width:992px) {
	.h-mg{
		margin-top: 66px !important;
	}
}

.block {
	width: 100%;
	float: left;
	position: relative;
}
.content-wrapper {
	width: 100%;
	float: left;
	padding: 30px 0;
	overflow: hidden;
}
.contact-wrapper .template-wrapper .col-main{
	flex: 1;
}
label {
	font-weight: 400;
	color: #333;
	margin: 0 0 3px;
}
label .required {
	color: #ff0000;
	font-size: 22px;
	vertical-align: bottom;
	height: 0px;
	line-height: 10px;
}
.form-control {
	color: #000;
	height: 32px;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 1px;
}
.form-control:hover, .form-control:focus {
	border-color: #80bdff !important;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.18);
}
.form-control:focus {
	border-color: #2196f3 !important;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
 color: #999 !important;
}
.form-control:-ms-input-placeholder {
 color: #999 !important;
}
.form-control::-ms-input-placeholder {
 color: #999 !important;
}
.field-loader {
	background-image: url(../img/field_loader.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 22px;
	padding: 6px 12px;
}
select.form-control {
	padding: 0 20px 0 12px;
	background: url(../img/caret_builder.svg) no-repeat right 9px center/9px, url(../img/select_gradient.svg) repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none !important;
}

.top-search-container .form-control{
	box-shadow: none !important;
}
textarea {
	resize: none;
}
.row.custom-row-5 {
    margin: 0 -5px;
}
.row.custom-row-5 > [class*=col] {
    padding: 0 5px;
}
.slider-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
body.modal-open {
	overflow: hidden !important;
	padding: 0 !important;
}
body.lg-on {
	overflow: hidden;
}
.lg-outer {
	z-index: 2000 !important;
}
.lg-backdrop {
	z-index: 1700 !important;
}
ul li i + i {
	display: none;
}
ul li a.added i {
	display: none;
}
ul li a.added i + i {
	display: inline-block !important;
	color: #f5383a !important;
}
.modal-xl {
	width: 1100px;
}
.no-thumb {
    background: #f6f6f6 url(../img/no_thumb.svg) no-repeat center/75px !important;
}
.no-thumb > img {
    display: none !important;
}
.category-thumb.no-thumb,.collections-box ul li .collection-wrap .collection-thumb.no-thumb,.col-sidebar .widget:not(.widget-slider) .brands-box ul li .brand-wrap .brand-thumb.no-thumb,.col-main .brands-box ul li .brand-thumb.no-thumb,.col-sidebar .widget.widget-slider .brands-box ul li .brand-thumb.no-thumb,.cart-list-wrap > .leftbar.no-thumb,.product-slider .lSSlideOuter .lSPager.lSGallery li a.no-thumb,.compare-grid .table>tbody>tr>td .img-wraper.no-thumb,.cart-item-wrap > .leftbar .cart-item-thumb.no-thumb{
	background-size: 30px !important;
}
.home-template .btn-tax_info, .listing-wrapper .btn-tax_info {
    display: none !important;
}
.modal-backdrop.in {
    opacity: .5;
}
.svg-fill{
	fill: var(--primary-color);
}
.svg-stroke{
	stroke: var(--primary-color);
}
.svg-fill-secondary-color{
	fill: var(--secondary-color);
}
.tooltip-inner{
	background-color: #000;
	color: #fff;
}
.tooltip.top .tooltip-arrow{
	border-top-color: #000;
}
.tooltip.left .tooltip-arrow{
	border-left-color: #000;
}
.tooltip.right .tooltip-arrow{
	border-right-color:#000;
}
@media (min-width: 992px){
	.modal-lg {
		width: 1040px;
	}
}
.custom-modal .close-modal{
	z-index: 2;
}
.quick-view-modal.custom-modal .close-modal > i{
	width: 40px;
    height: 40px;
    background-color: #fceaea;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #DE3435;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}
.quick-view-modal.custom-modal .close-modal > i:hover{
	background-color: #DE3435;
    color: #FFF;
	transition: var(--default-transition);
}
.custom-control input:checked ~ .custom-indicator{
    border-color: var(--primary-color);
}
.modal .modal-header .close-modal{
	position: absolute;
    right: 0;
	top: 0;
	padding: 10px;
}
.modal .modal-header .close-modal i{
	color: #000;
	font-size: 24px;
}
.custom-radio .custom-indicator:after{
	background-color: #000;
}
/*==========================
	Switch 2
===========================*/
.toggle {
	position: relative;
}
.toggle input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.toggle label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}
.toggle label:before {
	content: '';
	width: 42px;
    height: 20px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 46px;
	transition: 0.2s ease-in;
}
.toggle label:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	left: 0;
	top: 0px;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 10px #0003, -4px 1px 12px #0002;
	transition: 0.2s ease-in;
}
html[dir="rtl"] .toggle label:after {
	left: initial;
	right: 0;
}
.toggle input[type="checkbox"]:hover + label:after  {
	box-shadow: 0 2px 15px #0005, 0 3px 8px #0002;
}
.toggle input[type="checkbox"]:checked + label:before {
	background: #4BD865;
}
.toggle input[type="checkbox"]:checked + label:after {
	left: 22px;
}
html[dir="rtl"] .toggle input[type="checkbox"]:checked + label:after{
	left: initial;
    right: 22px;
}
/*==============================
	Header Code
===============================*/
.header {
	width: 100%;
	background-color: #FFF;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.header-wrap{
	min-height: 60px;
	display: flex;
	border-radius: 3px;
	box-shadow: none;
	align-items: center;
	gap: 18px;
}
.homepage .header-wrap{
	/* box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%); */
}
.logo-wrapper{
	width: 100%;
    max-width: 200px;
	display: flex;
	align-items: center;
	padding: 4px 0px;
}
.logo-wrapper img,.site-logo img{
	max-width: 100%;
	height: auto;
}
.mobile-menu{
	margin: 0 15px 0 0;
}
.mobile-menu span{
	width: 20px;
	height: 2px;
	background-color: var(--text-primary);
	display: block;
	cursor: pointer;
}

.mobile-menu span + span{
	margin: 5px 0 0;
}
.nav-wrapper{
	width: calc( 100% - 300px );
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    height: 44px;
    border-radius: 0px;
	transition: all .3s;
}
.nav-wrapper > a {
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 44px;
	font-size: 15px;
    font-weight: 500;
    color: #666;
	gap: 5px;
	
}
.nav-wrapper > a > i{
	font-size: 16px;
}
.nav-wrapper:hover{
	background-color: #e3e3e3;
}
.nav-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.nav-wrapper > ul > li:not(:last-child){
	margin: 0 30px 0 0;
}
.nav-wrapper > ul > li > a{
	font-size: 15px;
	font-weight: 700;
	color: #000;
	padding: 14px 10px 19px;
	border: 1px solid transparent;
	border-bottom: none;
	display: block;
	position: relative;
	border-radius: 5px 5px 0 0;
}
.nav-wrapper > ul > li.dropdown:hover > a{
	border-color: var(--primary-color);
}
.nav-wrapper > ul > li > a i {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.nav-wrapper > ul > li > a > i {
	font-size: 18px;
	margin: 0 5px;
}
@media (min-width: 1200px){
	.nav-wrapper > ul > li:not(.dropdown) > a::after{
		content: '';
		height: 3px;
		background-color: var(--primary-color);
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 0;
		opacity: 0;
		transition: var(--default-transition);
	}
	.nav-wrapper > ul > li:not(.dropdown):hover > a::after{
		opacity: 1;
		transition: var(--default-transition);
	}
	.nav-wrapper > ul > li.dropdown > a::after{
		content: '';
		height: 8px;
		background-color: #FFF;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 2px;
		opacity: 0;
		z-index: 9991;
	}
	.nav-wrapper > ul > li.dropdown:hover > a::after{
		opacity: 1;
	}
	.nav-wrapper ul li:hover > .dropdown-menu{
		display: block;
	}
}
.nav-wrapper > ul > li .dropdown-menu{
	min-width: 180px;
	top: calc( 100% - 5px );
	border: 1px solid var(--primary-color);
	border-radius: 0 5px 5px 5px;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 25%);
}
.nav-wrapper > ul > li .dropdown-menu li a{
	padding: 10px;
	transition: var(--default-transition);
}
.nav-wrapper > ul > li .dropdown-menu li:hover > a, .nav-wrapper > ul > li .dropdown-menu li a:focus{
	color: var(--primary-color);
	background-color: rgba(var(--primary-color-rgba), 10%);
	transition: var(--default-transition);
}
.nav-wrapper > ul > li .dropdown-menu li a i {
    float: right;
    font-size: 16px;
    margin: 2px 0 0;
}
.nav-wrapper > ul > li .dropdown-menu li.active a{
	background-color: var(--primary-color);
	color: #FFF;
	transition: var(--default-transition);
}
.nav-wrapper ul li .dropdown-menu .dropdown-menu{
	left: 100%;
	top: 0;
	border-radius: 5px;
}
.meta-wrapper {
    display: flex;
	justify-content: flex-end;
    margin: 0 0 0 auto;
	align-items: center;
}
.meta-wrapper ul.meta-ul {
	display: flex;
	gap: 5px;
}
.meta-wrapper ul.meta-ul li.meta-li{
	display: flex;
}
.meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li){
	align-items: center;
	margin: 0 0 0 1px;
}
.meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li):not(.meta-menu) > a{
	width: 44px;
	height: 44px;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	font-size: 20px;
	color: var(--text-primary);
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 0px;
	position: relative;
	transition: var(--default-transition);
}
.meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li):hover > a,
.meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li) > a:hover,
.meta-wrapper ul.meta-ul li.meta-li.open:not(.meta-cart-li) > a {
	border-color: var(--primary-color);
	color: var(--btn-text-color);
	background-color: var(--primary-color);
	transition: var(--default-transition);
}
.meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li) > a .user-counter {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    background-color: var(--primary-color);
    width: 22px;
    height: 14px;
    border: 1px solid #FFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1px;
    right: -1px;
}
.wishlist-counter{
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	min-width: 16px;
	min-height: 12px;
	background-color: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    top: 3px;
    right: 1px;
    border-radius: 100%;
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a {
	width: 44px;
	min-width: auto;
	background-color: transparent;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 0 8px;
    margin: 0;
    position: relative;
    border-radius: 0 3px 3px 0;
    height: 44px;
	border-radius: 0px;
	font-size: 24px;
    color: var(--text-primary);
	transition: var(--default-transition)
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a:hover {
	border-color: var(--primary-color);
    color: var(--btn-text-color);;
    background-color: var(--primary-color);
    transition: var(--default-transition)
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a .meta-cart-icon{
	width: auto;
	height: auto;
	font-size: inherit;
	left: initial !important;
	right: initial !important;
	background-color: transparent;
	color: currentColor;
	border: none;
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a .items-counter {
	font-size: 9px;
    font-weight: 700;
    color: var(--btn-text-color);
    line-height: 12px;
    min-width: 20px;
    min-height: 15px;
    border-radius: 10px;
    background: var(--primary-color);
    position: absolute;
	top: 3px;
    left: 18px;
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #fff;
}
html[dir="rtl"] .meta-wrapper ul.meta-ul li.meta-cart-li > a .items-counter{
	left: initial;
	right: 18px;
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a .meta-cart-icon > i {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a .meta-cart-icon span{
	font-size: 10px;
    font-weight: 700;
    min-width: 20px;
    min-height: 12px;
    background-color: var(--primary-color);
    border: 2px solid #FFF;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -10px;
    top: -2px;
    text-align: center;
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a:hover .meta-cart-icon span{
	color: #FFF;
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a .meta-cart-info{
	width: 100%;
	max-width: 130px;
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a .meta-cart-info span{
	font-size: 15px;
	font-weight: var(--fw-900);
	color: #FFF;
	line-height: 20px;
	display: block;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a .meta-cart-info span *{
	display: inline-block;
}
.meta-wrapper ul.meta-ul li.meta-cart-li > a .meta-cart-info p{
	font-size: 12px;
	color: #FFF;
	margin: -1px 0 0;
}
.meta-wrapper ul.meta-ul li.meta-menu {
	text-align: center;
	justify-content: center;
}
.meta-wrapper ul.meta-ul li.meta-menu > a {
    width: 44px !important;
	height: 36px !important;
    background-color: transparent !important;
	border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 0 8px;
    margin: 0;
    position: relative;
    border-radius: 0 3px 3px 0;
    gap: 10px;
    height: 44px !important;
    border-radius: 0px !important;
}
.meta-wrapper ul.meta-ul li.meta-menu > a:hover{
	background-color: var(--primary-color) !important;
}
.meta-wrapper ul.meta-ul li.meta-menu a:hover {
    color: var(--primary-hover-color);
	transition: var(--default-transition);
}
.meta-wrapper ul.meta-ul li.meta-menu:hover a span {
	transition: var(--default-transition);
}
.meta-wrapper ul.meta-ul li.meta-menu .side-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
	margin: 0;
}
.meta-wrapper ul.meta-ul li.meta-menu .side-menu > span {
	width: 20px;
    height: 1.6px;
    background-color: var(--text-primary);
}
.meta-wrapper ul.meta-ul li.meta-menu > a:hover .side-menu > span{
	background-color: var(--btn-text-color);
}
.meta-wrapper .dropdown-menu {
	top: calc( 100% - 6px );
	left: auto;
	right: -5px;
	border: 1px solid var(--primary-color);
	border-radius: 0px;
	box-shadow: 0px 12px 49px 0px rgba(157, 157, 159, 0.79);
}
.meta-wrapper .user-dropdown .dropdown-menu{
	min-width: 200px;
}
.meta-wrapper .dropdown-menu:before, .footer .dropdown-menu:before {
	content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 16px;
    width: 10px;
    height: 10px;
    background: #FFF;
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    transform: rotate(-133deg);
}
.meta-wrapper .dropdown-menu li:last-child{
	margin: 0 0 5px;
}
.meta-wrapper .dropdown-menu li a, .footer .dropdown-menu li a{
	font-size: 13px;
	padding: 8px 12px;
	display: flex;
    align-items: center;
	text-transform: capitalize;
	transition: var(--default-transition);
}

.meta-wrapper .dropdown-menu li a i, .footer .dropdown-menu li a i{
	font-size: 16px;
	color: var(--primary-color);
	margin: 0 8px 0 0;
	display: none;
}
.meta-wrapper .dropdown-menu>.active>a, .footer .dropdown-menu>.active>a{
	background: #e1eaf5;
	color: var(--text-primary);
}
.meta-wrapper .dropdown-menu li a:hover, .meta-wrapper .dropdown-menu>li>a:focus, .footer .dropdown-menu li a:hover, .footer .dropdown-menu>li>a:focus{
	background: #e1eaf5;
	transition: var(--default-transition);
}
.user-dropdown .dropdown-menu li a{
	display: flex;
	align-items: center;
}
.user-dropdown .dropdown-menu li a .user-counter{
	width: 31px;
	height: 18px;
	font-size: 11px;
	font-weight: 500;
	color: #FFF;
	background-color: var(--primary-color);
	border-radius: 9px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 auto;
}
.lang-dropdown .dropdown-menu li a img{
	width: 16px;
	height: 16px;
	border-radius: 0;
	margin: 0 9px 0 0;
}
.lang-dropdown .dropdown-menu li a i, .warehouse-dropdown .dropdown-menu li a i{
	color: #757575;
	margin: 0 0 0 auto;
	opacity: 0;
	transition: var(--default-transition);
}
.lang-dropdown .dropdown-menu li a:hover i, .lang-dropdown .dropdown-menu li.active a i,
.warehouse-dropdown .dropdown-menu li a:hover i, .warehouse-dropdown .dropdown-menu li.active a i{
	opacity: 1;
	transition: var(--default-transition);
}
.lang-dropdown .dropdown-menu li.active a i, .warehouse-dropdown .dropdown-menu li.active a i{
	color: var(--primary-color);
	transition: var(--default-transition);
}

.animated_dropdown_open{
	transition: height 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.meta-wrapper .meta-menu .dropdown-menu,
.meta-wrapper .lang-dropdown .dropdown-menu{
	top: calc( 100% - -6px );
	border: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.11);
}
.meta-wrapper .meta-menu .dropdown-menu li a,
.meta-wrapper .lang-dropdown .dropdown-menu li a {
	font-size: 14px
}
.meta-wrapper .meta-menu .dropdown-menu li a i {
	font-size: 20px;
    color: #aaa;
}
.meta-wrapper .meta-menu .dropdown-menu:before,
.meta-wrapper .lang-dropdown .dropdown-menu:before {
	display: none;
}
/*==============================
	Search block Code
===============================*/
.search-block {
	position: fixed;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 120;
	padding: 0;
	display: none;
}
.search-block .container .search-block-wrap{
	min-height: 60px;
	background: #FFF;
	padding: 0;
	display: flex;
	align-items: center;
	border-radius: 3px;
	position: relative;
	box-shadow: none;
}
.top-search-container{
	width: calc( 100% - 250px );
	margin: 0 auto;
}
.top-search-container .form-control{
	font-size: 18px;
	height: 60px;
	padding: 0;
	background-position: right center !important;
	background-size: 34px !important;
    border: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}
.search-meta-left {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-meta-left i{
	font-size: 22px;
	color: var(--primary-color);
}
.search-meta-right {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-meta-right .btn{
    min-width: 102px;
    padding: 6px 20px;
    border-radius: 17px;
}
.close-search{
	width: 34px;
	height: 34px;
	background-color: #fdebeb;
	font-size: 22px;
	color: #eb3f3f;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 0 0 20px;
	border-radius: 100px;
	transition: var(--default-transition);
}
.close-search:hover{
	color: #FFF;
	background-color: #eb3f3f;
	transition: var(--default-transition);
}
/*==============================
	Sticky Header  
===============================*/
body.stickymenu-active .sticky-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 110;
	transform: translateY(-100%);
	transition: transform .3s ease-in-out;
}
body.stickymenu-active .sticky-header{
	transform: translateY(0%);
	transition: transform .3s ease-in-out;
	
}
@keyframes stiky-header-animation {
	0%{transform: translateY(-100%);}
	100%{transform: translateY(0%);}
}

body.stickymenu-active .header{
	transition: var(--default-transition);
	animation: stiky-header-animation 0.5s;
}

@media (min-width: 1200px) {
	.sticky-header .nav-wrapper{
		display: flex !important;
	}
}
.sticky-header .header-wrap {
	border-radius: 0px;
    box-shadow: none;
}
.sticky-header .meta-wrapper ul.meta-ul li.meta-cart-li > a{
	border-radius: 0px !important;
}
body.stickymenu-active .search-block{
	top: 0;
}

body.stickymenu-active .search-block .container .search-block-wrap{
	box-shadow: none;
}
@media (max-width: 1199px) {
	body.stickymenu-active .sticky-header .meta-wrapper{
		border: none;
	}
	body.stickymenu-active .sticky-header .meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li){
		display: none;
	}
}
/*==============================
	Mobile Header Code
===============================*/
.mobile-header{
	width: 100%;
	min-height: 50px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.mobile-header-title{
	font-size: 18px;
	font-weight: var(--fw-900);
	color: #000;
	display: block;
}
.mobile-header-close{
	font-size: 18px;
	color: #FFF;
	width: 36px;
	height: 34px;
	background-color: #EB3F3F;
	border-radius: 0 10px 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}
/*==============================
	Header Responsive Code
===============================*/
@media (max-width: 1440px) {
	.nav-wrapper > ul > li:not(:last-child) {
		margin: 0 20px 0 0;
	}
}
@media (max-width: 1199px) {
	/* .nav-wrapper {
		width: 320px;
		padding: 0;
		position: fixed;
		top: 0;
		left: -350px;
		bottom: 0;
		display: block;
		background-color: #FFF;
		border-radius: 0 10px 10px 0;
		z-index: 999;
		transition: var(--default-transition);
	} */
	body.menu-open .nav-wrapper {
		left: 0;
		transition: var(--default-transition);
	}
	.nav-wrapper > ul {
		width: 100%;
		height: calc( 100vh - 50px );
		padding: 5px 0 0;
		display: block;
		overflow-y: auto;
	}
	.nav-wrapper ul li{
		overflow: hidden;
	}
	.nav-wrapper > ul > li > a{
		font-size: 13px;
		padding: 11px 15px;
		border: none;
		border-radius: 0px;
		margin: 0 0 2px;
		transition: transform .3s ease-in-out;
	}
	.nav-wrapper > ul > li > a i{
		float: right;
		top: 0;
		transform: rotate(-90deg);
		transition: transform .3s ease-in-out;
	}
	.nav-wrapper > ul > li .dropdown-menu li a.active i {
		transform: rotate(90deg);
		transition: transform .3s ease-in-out;
	}
	.nav-wrapper > ul > li > a.active i, .nav-wrapper > ul > li .dropdown-menu li a:not(.active) i {
		transform: rotate(0deg);
		transition: transform .3s ease-in-out;
	}
	.nav-wrapper ul li .dropdown-menu, .nav-wrapper ul li .dropdown-menu .dropdown-menu{
		position: relative;
		width: 100%;
		border: none;
		background-color: #fafafa;
		border-bottom: 1px solid #e5e5e5;
		left: 0 !important;
		right: 0 !important;
		border-radius: 0px;
		box-shadow: none;
	}
	.nav-wrapper ul li .dropdown-menu .dropdown-menu{
		background-color: #f3f3f3;
	}
	.nav-wrapper > ul > li:not(:last-child) {
		margin: 0 !important;
	}
	.nav-wrapper > ul > li > a.active{
		color: #FFF;
		background-color: var(--primary-color);
		transition: var(--default-transition);
	}
	.nav-wrapper ul li .dropdown-menu li a{
		font-size: 13px;
		padding: 10px 10px 10px 20px;
	}
	.nav-wrapper ul li .dropdown-menu .dropdown-menu li a{
		padding: 10px 10px 10px 30px;
	}
	.nav-wrapper ul li .dropdown-menu li a.active{
		color: var(--primary-color);
		background-color: rgba(var(--primary-color-rgba), 10%);
		transition: var(--default-transition);
	}
}
@media (max-width: 767px) {
	.header-wrap{
		flex-direction: column;
		position: relative;
	}
	.meta-wrapper{
		order: 1;
		justify-content: flex-start;
		margin: unset !important;
		border-bottom: 1px solid #ddd;
	}
	.meta-wrapper ul.meta-ul{
		width: 100%;
	}
	.meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li) {
		margin: 0 !important;
		flex: 1;
		justify-content: center;
	}
	.meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li):not(:nth-child(5)){
		border-right: 1px solid #ddd;
	}
	.meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li) > a{
		width: 100%;
		height: 40px;
		border-radius: 0px;
	}
	.meta-wrapper .dropdown-menu {
		top: calc( 100% - -5px );
		left: auto;
		right: 5px;
	}
	.wishlist-counter, .meta-wrapper ul.meta-ul li.meta-li:not(.meta-cart-li) > a .user-counter {
		right: 50%;
		transform: translateX(100%);
	}
	.meta-wrapper ul.meta-ul li.meta-cart-li > a {
		min-width: unset;
		background-color: transparent;
		padding: 0 !important;
		margin: 2px 0 0 !important;
		position: absolute;
		top: 50%;
		right: 15px;
		align-items: unset;
		border-radius: 50% !important;
	}
	.sticky-header .meta-wrapper ul.meta-ul li.meta-cart-li > a{
		top: 15px;
	}
	.meta-wrapper ul.meta-ul li.meta-cart-li > a .meta-cart-icon{
		width: 36px;
		height: 36px;
		position: static !important;
		border-color: var(--primary-color);
		transition: var(--default-transition);
	}
	.meta-wrapper ul.meta-ul li.meta-cart-li > a:hover .meta-cart-icon{
		color: var(--primary-color);
		background-color: #FFF;
		transition: var(--default-transition);
	}
	.logo-wrapper{
		min-height: 70px;
		order: 2;
	}
	.search-block{
		top: 41px;
	}
	.search-block .container{
		padding: 0;
	}
	.search-block .container .search-block-wrap{
		min-height: 70px;
		border-radius: 0px;
		box-shadow: none;
	}
	.search-meta-right{
		width: auto;
	}
	.close-search{
		height: 70px;
		margin: 0 !important;
	}
	.top-search-container{
		width: calc( 100% - 120px );
	}
}

/*==============================
	Footer  
===============================*/
/*==============================
	Newsletter Footer
===============================*/
.footer .newsletter-section {
	border-bottom: 1px solid #33343b;
	margin: 0 0 35px;
	padding: 45px 0 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.footer .newsletter-section > .leftbar{
	flex: 1;
}
.footer .newsletter-section > .rightbar {
	flex: 2;
}
.footer .newsletter-section > .leftbar ul {
	padding: 8px 0 0;
	display: flex;
    align-items: center;
    gap: 15px;
}

.footer .newsletter-section > .leftbar ul li a {
	font-size: 21px;
	color: #FFF;
	transition: all .2s ease-in-out;
}
.footer .newsletter-section > .leftbar ul li a:hover {
	color: var(--primary-color);
	transition: all .2s ease-in-out;
}
.footer .newsletter-form {
	position: relative;
}
.footer .newsletter-section > .leftbar span, .newsletter-form label, .footer .newsletter-form.error label {
	font-weight: 700;
	color: #FFF;
	display: block !important;
	margin: 0 0 15px;
}
.footer .newsletter-form .form-control, .footer .newsletter-form.error .form-control {
	font-size: 12px;
	color: #22232b !important;
	padding: 6px 20px;
	height: 40px;
	background: #FFF;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px;
}
.footer .newsletter-form .form-control:hover, .footer .newsletter-form .form-control:focus, .footer .newsletter-form.error .form-control:hover, .footer .newsletter-form.error .form-control:focus {
	box-shadow: none !important;
}
.footer .newsletter-form .btn {
	font-size: 12px;
	font-weight: 700;
	padding: 11px 27px 10px;
	text-transform: uppercase;
	border-radius: 0px;
	position: absolute;
	right: 0;
	top: 35px;
}
.footer .newsletter-error {
	font-size: 12px;
	color: #FFF;
	opacity: .7;
	margin: 5px 0 -20px;
	display: none;
}
.newsletter-triangle {
	width: 0;
	height: 0;
	border-top: 24px solid #e8080a;
	border-right: 24px solid transparent;
	position: absolute;
	top: 35px;
	left: 0;
	line-height: 0;
	color: #FFF;
	display: none;
}
.newsletter-triangle span {
	position: absolute;
	top: -16px;
	display: block;
	left: 5px;
}
.footer .newsletter-form.error .newsletter-error, .newsletter-form.error .newsletter-triangle {
	display: block;
}
/*==============================
	Footer 
===============================*/
.footer {
	width: 100%;
	float: left;
	background: #22232b;
	overflow: hidden;
}
.footer-wrap {
	width: 100%;
	float: left;
}
.footer-wrap > .leftbar {
	background: #1f1f25;
	width: 370px;
	float: left;
	padding: 50px 45px 15px;
	position: relative;
}
.footer-wrap > .leftbar:after {
	content: '';
	background: #1f1f25;
	height: 100vh;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
}
.footer-wrap > .rightbar {
	width: calc( 100% - 370px - 70px );
	float: right;
	margin: 0 0 15px;
}
.footer-wrap > .leftbar img {
	max-width: 100%;
}
.footer-logos ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 5px;
	margin: 20px 0 0 0;
}
.footer-logos ul li img {
	max-width: 35px;
}
.footer-span {
	font-weight: 700;
	color: #FFF;
	display: block;
	padding: 2px 0 6px;
}
.footer-wrap > .leftbar p {
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	margin: 0 0 10px;
}
.footer-wrap > .leftbar p strong {
	display: inline-block;
}
.footer-logo {
	margin: 0 0 25px;
}
.footer-card {
	margin: 20px 0 0;
}
.footer-panel {
	margin: 0 0 15px;
}
.footer-panel>span {
	font-weight: 700;
	color: #FFF;
	display: block;
	margin: 0 0 9px;
	text-transform: capitalize;
}
.footer-panel ul>li {
	width: 100%;
	display: inline-block;
	margin: 0 0 5px;
}
.footer-panel ul>li>a {
	font-size: 12px;
	color: #FFF;
	opacity: .4;
	position: relative;
	transition: all .3s ease-in-out;
}
.footer-panel ul>li>a:hover {
	opacity: 1;
	transition: all .3s ease-in-out;
}
.secondary-footer-wrap {
	background: #14141a;
	width: calc( 100% - 370px );
	float: right;
	padding: 0 0 0 70px;
	min-height: 52px;
	position: relative;
}
.secondary-footer-wrap:after {
	content: '';
	width: 100vw;
	background: #14141a;
	position: absolute;
	left: calc( 100% - 15px );
	top: 0;
	right: 0;
	bottom: 0;
}
.secondary-footer span {
	font-size: 12px;
	color: #FFF;
	color: rgb(255 255 255 / 20%);
}
.secondary-footer a{
    color: rgb(255 255 255 / 40%);
    opacity: 1;
    display: inline-block;
	padding: 0 1px;
	transition: all .3s ease-in-out;
}
.secondary-footer a:hover{
	color: rgb(255 255 255 / 70%);
	text-decoration: underline;
	transition: all .3s ease-in-out;
}
.footer-lang .dropdown{
	margin:  auto;
	display: block !important;
}
.footer-lang .dropdown-toggle {
	color: #FFF;
    border: 1px solid #FFF;
    border-radius: 2px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 8px;
    margin: 25px auto 0;
}
.footer-lang .dropdown-toggle span, .footer-lang .dropdown-toggle i{
	font-size: 16px;
}
.footer-lang .dropdown-toggle i{
	transform: rotate(180deg);
}
.footer-lang .dropdown-menu {
	right: auto !important;
    left: 0 !important;
    top: auto !important;
    bottom: calc( 100% - 10px);
    box-shadow: none !important;
}
.footer-lang .dropdown-menu::before{
	display: none !important;
}
.footer-lang .dropdown-menu:after {
    top: auto;
    bottom: -5px;
    right: auto;
    left: 10px;
    margin: 0;
}
.business-info ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
}
.business-info ul li {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	opacity: 0.7;
	font-size: 12px;
	gap: 5px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 10px;
	font-weight: 400;
}
.business-info ul li strong {
	font-weight: 500;
}
.business-info ul li:last-child {
	border-right: 0;
}
html[dir="rtl"] .business-info ul li {
	border-right:0;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 10px;
	padding-right: 0;
}
html[dir="rtl"] .business-info ul li:last-child {
	border-left: 0;
}

@media (max-width: 1199px) {
	.footer-wrap > .leftbar {
		width: 350px;
		padding: 50px 30px 15px;
	}
	.footer-wrap > .rightbar {
		width: calc( 100% - 350px - 20px );
	}
	.secondary-footer-wrap {
		width: calc( 100% - 350px );
		padding: 0 0 0 20px;
	}
}

@media (max-width: 991px) {
.footer-wrap > .leftbar, .footer-wrap > .rightbar {
	width: 100%;
}
.footer-wrap > .leftbar {
	background-color: #22232b;
	padding: 50px 0px 35px;
}
.footer-wrap > .leftbar:before, .footer-wrap > .leftbar::after{
	display: none;
}
.secondary-footer-wrap {
	width: 100%;
	padding: 0 !important;
}
.secondary-footer-wrap:after {
	display: none !important;
}
.secondary-footer {
	position: relative;
	text-align: center;
}
.secondary-footer .container{
	width: 100%;
	padding: 0;
}
.footer .newsletter-section {
	padding: 25px 0 30px;
}
}

@media (max-width: 767px) {
.footer {
	position: relative !important;
}
.footer-wrap > .leftbar {
	padding: 40px 0px 20px;
}
.footer-logo, .footer-card {
	text-align: center;
	display: block;
	margin: 0 auto 25px;
}
.footer-card {
	margin: 20px auto 0;
}
.footer-panel {
	display: none;
	text-align: center;
}
.footer-panel ul>li {
	margin: 0 0 10px;
}
.secondary-footer span {
	opacity: 1;
}
.footer-lang{
	display: flex !important;
}
}

/*=================================
	Header Footer Responsive Code  
===================================*/
@media (max-width: 1199px){
	.site-search{
		max-width: 400px;
	}
	.top-navbar>ul>li>a {
		padding: 15px 15px;
	}
	.social-links {
		display: flex;
		justify-content: center;
		margin: 0 0 30px;
	}
}
@media (max-width: 991px){
	.primary-header .pull-left > ul > li > span{
		padding: 5px !important;
	}
	.primary-header .pull-left > ul > li:before{
		display: none;
	}
	.logo-wrap {
		order: 1;
		margin: 20px 0;
	}
	.cart-dropdown .dropdown-menu {
		top: calc( 100% - 10px);
	}
	.cart-dropdown{
		order: 2;
		align-items: center;
		display: flex;
		margin-left: auto;
	}
	.top-menu-wrap {
		min-height: unset;
	}
	.top-navbar {
		position: fixed;
		top: 0;
		left: -300px;
		bottom: 0;
		background-color: #FFF;
		z-index: 999;
		width: 300px;
		transition: var(--default-transition);
	}
	body.menu-open .top-navbar{
		left: 0;
		transition: var(--default-transition);
	}
	.top-navbar>ul>{
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
	}
	.top-navbar>ul>li{
		width: 100%;
	}
	.top-navbar>ul>li>a {
		padding: 10px 15px;
		color: #000;
	}
	.top-navbar>ul>li>a:after{
		display: none;
	}
	.top-navbar>ul>li>a>i, .top-navbar>ul>li>a + .dropdown-menu li a i{
		float: right;
		transform: none;
		transition: var(--default-transition);
	}
	.top-navbar>ul>li>a.active>i,
	.top-navbar>ul>li>a + .dropdown-menu li a.active i{
		transform: rotate(90deg) !important;
		transition: var(--default-transition);
	}
	.top-navbar .dropdown-menu {
		position: relative;
		padding: 0 5px;
		left: 0 !important;
		right: 0 !important;
		box-shadow: none;
		width: 100%;
		border: none !important;
		border-radius: 0px !important;
	}
	.top-navbar .dropdown-menu li a{
		padding: 10px 20px;
	}
	.top-navbar>ul>li>a.active{
		color: var(--primary-hover-color);
	}
	.site-search {
		background-color: var(--primary-hover-color);
		order: 3;
		max-width: unset;
		padding: 10px;
		border-radius: 5px 5px 0 0;
	}
	.site-search-wrap {
		max-width: 550px;
		margin: 0 auto;
	}
	.site-search .btn {
		background: var(--primary-color);
	}
}
@media (max-width: 767px){
	.primary-dropdown .dropdown-menu{
		left: 0;
		min-width: 130px;
	}
	html[dir="rtl"] .primary-dropdown .dropdown-menu{
		left: initial !important;
		right: 0 !important;
	}
	.primary-dropdown.user-dropdown .dropdown-menu{
		left: initial;
		right: 0;
	}
	html[dir="rtl"] .primary-dropdown.user-dropdown .dropdown-menu{
		left: 0 !important;
		right: initial !important;
	}
}
@media (max-width: 576.98px){
	.primary-header > ul > li > a.dropdown-toggle{
		font-size: 12px;
	}
	.primary-header [class*=pull] > ul > li > span, .primary-header [class*=pull] > ul > li > a{
		padding: 5px 8px;
	}
}
@media (max-width: 991.98px) {
	.header-wrap-mobile {
		display: flex !important;
		flex-direction: row;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		border-radius: 0;
		background-color: #FFF;
	}
	.header-wrap-mobile .header-left {
		display: flex;
	}
	.header-wrap-mobile .header-right {
		display: flex;
		width: 100%;
	}
	.header-wrap-mobile .header-right ul {
		display: flex;
		gap: 5px;
		width: 100%;
	}
	.header-wrap-mobile ul li.select-branch {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #eee;
		height: 44px;
		border-radius: 0px;
		width: 100%;
	}
	.header-wrap-mobile ul li.select-branch a {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		height: 44px;
		font-size: 13px;
		font-weight:500;
		color: #666;
		gap: 5px;
	
	}
	.header-wrap-mobile ul li.select-branch a > i{
		font-size: 18px;
		transform: translateY(-2px);
	}
	.header-wrap-mobile ul li.mobile-menu {
		margin: 0;
	}
	.header-wrap-mobile ul li.mobile-menu a {
		width: 44px;
		height: 36px;
		background-color: transparent;
		border:1px solid #e5e5e5;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 8px;
		margin: 0;
		position: relative;
		border-radius: 0 3px 3px 0;
		gap: 10px;
		height: 44px;
		border-radius: 0px
	}
	.header-wrap-mobile ul li.mobile-menu a:focus{
		background-color: var(--primary-color);
	}
	.header-wrap-mobile ul li.mobile-menu a:focus .side-menu span{
		background-color: var(--btn-text-color);
	}
	.branches-modal .close-modal{
		display: none !important;
	}
}
@media (max-width: 480px) {
	.header-wrap-mobile .header-left .site-logo{
		max-width: 150px;
	}
}
@media (max-width: 1440px){
	.site-search {
		max-width: 550px;
	}
	.primary-menu > ul > li:not(:last-child) > a {
		margin: 0 30px 0 0;
	}
}
@media (max-width: 1199px){
	.site-search {
		max-width: 350px;
	}
	.contact-meta-wrap{
		display: none;
	}
}
@media (max-width: 991px){

	.footer-wrapper .row, .footer-wrapper div[class*=col]{
		display: block;
	}
	.footer-social-wrap ul li a .social-meta{
		display: none;
	}
	.footer-social-wrap ul li a .social-icon{
		border: none !important;
	}
	.footer-wrapper div[class*=col]{
		border: none !important;
	}
	.footer-wrapper div[class*=col]:not(:first-child):not(:last-child){
		border-bottom: 1px solid #444 !important;
	}
	.footer-wrap{
		padding: 0;
		text-align: center;
	}
	.footer-wrapper div[class*=col]:not(:first-child) .footer-wrap{
		padding: 20px 0;
	}
	.footer-wrap .footer-logo {
		align-self: center;
		margin: 20px 0 0;
	}
	.footer-wrap.footer-logo img{
		align-self: center;
		margin: 30px 0 10px;
	}
	.footer-wrap ul {
		margin: 0 0 20px;
	}
}
@media (max-width: 767px){
	footer{
		padding-bottom: 50px;
	}
	.footer-wrapper div[class*=col]{
		width: 100%;
		position: static;
	}
	.footer-lang{
		display: flex !important;
	}
}
/*==============================
	Container Code  
===============================*/
@media (min-width: 1500px){
	.container {
		width: 1340px;
	}
}
/*==============================
	Main Template Code  
===============================*/
.template-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.template-wrapper.tmp-m .col-main{
	width: 100%;
}
.template-wrapper .col-sidebar{
	width: 270px;
	float: left;
}
.template-wrapper:not(.tmp-m) .col-main{
	width: 100%;
	float: right;
}
.template-wrapper.tmp-m .col-main.w-1200 {
    width: 1250px;
    margin: 0 auto;
}
.template-wrapper.tmp-m .col-sidebar{
	display: none;
}
@media (max-width: 1199px){
	.template-wrapper .col-main, .template-wrapper .col-sidebar{
		width: 100% !important;
		float: left;
	}
}
/*==============================
	Widgets Code  
===============================*/
.widget{
	width: 100%;
	float: left;
	margin: 0 0 50px;
	position: relative;
}
.col-sidebar .widget{
	margin: 0 0 20px;
}
.widget-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin: 0 0 20px;
}
.widget-header .widget-header-left h2{
	font-size: 23px;
	font-weight: 700;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.widget-header .widget-header-right{
	margin: 0 0 0 auto;
}
.widget-header .widget-header-right .btn{
	font-size: 14px;
	font-weight: 700;
	padding: 9px 29px;
	text-transform: uppercase;
}
.widget-slider-arrows span{
	width: 41px;
	height: 41px;
	background-color: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	z-index: 50;
	cursor: pointer;
	transition: var(--default-transition);
}
.col-main .widget-slider-arrows span{
	transform: translateY(-50%);
}
.widget-slider-prev{
	right: 41px;
}
.widget-slider-next{
	right: 0;
	border-left: 1px solid rgba(0 0 0 / 10%);
}
.widget-slider-arrows span i{
	font-size: 20px;
	color: var(--btn-text-color);
}
.widget-slider-arrows span:hover{
	background-color: var(--btn-hover-color);
	transition: var(--default-transition);
}
.widget-body{
	width: 100%;
	float: left;
	position: relative;
}
.widget.widget-banner img{
	max-width: 100%;
	margin: 0 auto;
}
.widget-body .btn-widget{
	font-size: 16px;
	font-weight: 500;
	padding: 11px 29px;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
	margin: 0 auto;
}
.widget.widget-info .widget-header, .widget.widget-info .widget-footer{
	display: none !important;
}
.home-template{
	z-index: 10;
}
.col-sidebar .widget .widget-footer {
	width: 100%;
	padding: 0 20px;
	min-height: 59px;
	border-top: 1px solid #c9d6e5;
	display: flex;
	align-items: center;
}
.col-sidebar .widget .widget-footer .btn{
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	border-radius: 0px;
	text-transform: capitalize;
}
.col-main .widget .widget-footer,
.col-sidebar .widget-header .widget-header-right .btn,
.col-sidebar .widget.widget-slider .widget-footer{
	display: none;
}
.col-sidebar .widget{
	border: 1px solid #C9D6E5;
}
.col-sidebar .widget .widget-header{
	padding: 20px 20px 0;
	position: static;
}
.col-sidebar .widget .widget-header .widget-header-left h2{
	font-size: 15px;
	position: relative;
	text-transform: uppercase;
	margin: 0;
}
.col-sidebar .widget .widget-header .widget-header-left h2::before{
	content: '';
	height: 2px;
	background-color: var(--primary-color);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
}
.col-sidebar .widget .widget-slider-arrows span{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: none !important;
}
.col-sidebar .widget .widget-slider-arrows .widget-slider-next{
	right: 7px;
}
.col-sidebar .widget .widget-slider-arrows .widget-slider-prev {
    right: auto;
    left: 7px;
}
.col-sidebar .widget .widget-slider-arrows span i{
	font-size: 15px;
}
.col-sidebar .widget-body{
	padding: 2px 20px 20px;
}
.widget-rich_text img{
	max-width: 100% !important;
	height: auto !important;
}
/*==============================
	Breadcrumb code  
===============================*/
.breadcrumb-wrapper {
	width: 100%;
    min-height: 50px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.breadcrumb-wrapper .container{
	display: flex;
    align-items: center;
}
.breadcrumb-wrapper .page-title{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	flex: 1;
	margin: 0;
}
ul.breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0px;
	display: flex;
}
ul.breadcrumb li {
    display: flex;
    align-items: center;
}
ul.breadcrumb li i {
	font-size: 14px;
	color: #000;
	padding: 0 8px;
	position: relative;
	top: 1px;
	display: inline-block;
}
ul.breadcrumb li, ul.breadcrumb li a {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
	overflow: hidden;
}
ul.breadcrumb li:first-child i{
	display: none;
}
ul.breadcrumb li+li:before {
	display: none;
	content: '\203A';
	padding: 0 8px;
	color: #222;
}
ul.breadcrumb li.active, ul.breadcrumb li.active:before {
	color: rgba(0,0,0,.7);
}
html[dir="rtl"] ul.breadcrumb li i{
	transform: rotate(180deg);
}
/*==============================
	Contact Us Page code  
===============================*/
.contact-wrapper{
	padding: 30px 0;
}
.contact-box{
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	display: flex;
	-webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
}
.contact-box > .leftbar{
	flex: 1;
	float: left;
}
.contact-box > .rightbar{
	float: right;
	padding: 20px;
	background-color: #F9F9F9;
	border-left: 1px solid #e5e5e5;
	border-radius: 0 5px 5px 0;
	box-shadow: inset 1px 0px 6px 0px rgba(0,0,0,0.05) ;
}
.contact-wrapper .template-wrapper{
	gap: 30px;
}
.contact-wrapper .template-wrapper .col-main{
	flex: 1;
}
.contact-wrapper .template-wrapper .col-sidebar .widget:last-child{
	margin: 0;
	width: 100%;
}
html[dir="rtl"] .contact-box > .rightbar{
	border-left: none;
	border-right: 1px solid #e5e5e5;
	border-radius: 5px 0 0 5px;
	box-shadow: inset -1px 0px 6px 0px rgba(0,0,0,0.05) ;
}
.contact-box > .rightbar .contact-heading{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 25px;
}
.contact-box > .rightbar p{
	font-size: 14px;
	color: #000;
	line-height: 30px;
	margin: 0;
}
.contact-box > .rightbar p strong{
	display: inline-block;
}
.contact-box > .rightbar .gmap_canvas{
	border: 1px solid #E6E4E0 !important;
	margin: 15px 0 0;
}
.contact-box .phone-wrap{
	margin: 0;
}
.contact-form{
	padding: 20px;
}
.contact-form label{
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.contact-form .form-control{
	height: 36px;
	font-size: 13px;
	border-radius: 2px;
}
.contact-form textarea.form-control {
    height: 200px;
}
.contact-form .btn {
    font-weight: 700;
    padding: 8px 29px 6px;
    text-transform: uppercase;
	margin: 5px 0 0;
}
.contact-attachment {
    border-top: 1px solid #e5e5e5;
    width: calc( 100% + 40px );
    position: relative;
    left: -20px;
    padding: 15px 20px 0;
	margin: 5px 0 0;
}
.contact-attachment ul li{
	padding: 8px 7px 8px 10px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 3px;
	margin: 5px 7px 0 0;
	-webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 16%);
}
html[dir="rtl"] .contact-attachment ul li{
	padding: 8px 10px 8px 7px;
	margin: 5px 0 0 7px;
}
.contact-attachment ul li span{
	font-size: 13px;
	color: #333;
}
.contact-attachment ul li i {
    font-size: 15px;
    color: #D52727;
    margin: 0 0 0 4px;
    display: inline-block;
    vertical-align: bottom;
	cursor: pointer;
}
html[dir="rtl"] .contact-attachment ul li i{
	margin: 0 4px 0 0;
	vertical-align: top;
    position: relative;
    top: 2px;
}
/*=====================================
	Custom Modal SM Code 
=======================================*/
.custom-modal.custom-modal-sm .modal-content{
	padding: 0;
	background-color: transparent;
}
.custom-modal.custom-modal-sm .modal-dialog{
	width: auto;
}
.custom-modal.custom-modal-sm .modal-header {
	min-height: unset;
    border: none;
    padding: 0;
}
.custom-modal.custom-modal-sm .modal-body {
    min-width: unset;
    min-height: unset;
    max-height: unset;
    overflow: unset;
	padding: 0;
	border: none;
}
.custom-modal.custom-modal-sm .modal-dialog.modal-xl .custom-box-bod{
	overflow-x: auto;
}
.custom-modal.custom-modal-sm .modal-dialog.modal-xl{
	width: 96% !important;
}
@media (min-width: 1200px) {
	.custom-modal.custom-modal-sm .modal-dialog.modal-xl{
		width: 1100px !important;
	}
}
@media (min-width: 768px) {
	.custom-modal.custom-modal-sm .modal-dialog.modal-xl{
		width: 600px;
        margin: 30px auto;
	}
}

/*==============================
	Custom backdrop 
===============================*/
.custom-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.45);
	z-index: 99;
	z-index: 150;
	opacity: 0;
	-webkit-transition: opacity .15s linear, display ease-in-out 0.5s;
	-o-transition: opacity .15s linear, display ease-in-out 0.5s;
	transition: opacity .15s linear, display ease-in-out 0.5s;
	visibility: hidden;
	cursor: default;
}
body.menu-open .header .custom-backdrop, body.filters-open .listing-wrapper .custom-backdrop, body.summary-panel-open .cart-box .custom-backdrop, body.summary-panel-open .checkout-box .custom-backdrop, body.menu-active .dashboard-wrap > .custom-backdrop{
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .15s linear, display ease-in-out 0.5s;
	-o-transition: opacity .15s linear, display ease-in-out 0.5s;
	transition: opacity .15s linear, display ease-in-out 0.5s;
}
body.menu-open, body.filters-open, body.summary-panel-open, body.menu-active{
	overflow: hidden;
}
body.filters-open .primary-header{
	z-index: 1;
}
/*==============================
	Cart Bar Mobile Code
===============================*/
.cart-bar-mobile {
    width: 100%;
    height: 40px;
    background-color: var(--primary-color);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0;
    z-index: 999;
	
}
.cart-mobile-counter{
	font-size: 16px;
    font-weight: 700;
    color: var(--btn-text-color);
    min-width: 40px;
    max-width: 50px;
    min-height: 40px;
    line-height: 40px;
    padding: 0 5px;
    background-color: rgba(255, 255, 255, .5);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
}
.cart-mobile-price{
	font-size: 15px;
	font-weight: 700;
	color: var(--btn-text-color);
	padding: 0 5px;
	display: flex;
	align-items: center;
	
}
.cart-mobile-info {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
	
}
.cart-mobile-info span{
    font-size: 16px;
    font-weight: 700;
    color: var(--btn-text-color);
    padding: 6px 24px;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
}
html[dir="rtl"] .cart-mobile-info span {
    padding: 7px 24px 5px;
}
/*==============================
	Tax & Offers Popover Code
===============================*/
.popover{
	font-family: var(--primary-font);
	max-width: 230px;
	padding: 7px 10px 3px;
	border: 1px solid var(--primary-color);
	border-radius: 3px;
	z-index: 9999;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
.popover.top>.arrow{
	bottom: -9px;
	border-top-color: var(--primary-color);
}
.popover.bottom>.arrow{
	top: -9px;
	border-bottom-color: var(--primary-color);
}
.popover.left>.arrow{
	border-left-color: var(--primary-color);
}
.popover.right>.arrow{
	border-right-color: var(--primary-color);
}
.modal-open .popover{
	z-index: 9999;
}
.btn-tax[aria-describedby="[class*=popover]"]{
	background-color: var(--primary-color);
}
.popover-content {
    padding: 0;
}
.popover>.arrow {
    border-width: 8px;
}
.popover.left>.arrow {
    right: -9px;
}
html[dir="rtl"] .popover.left>.arrow {
	right: auto;
    left: -9px;
}
ul.cart-popover li{
	width: 100%;
	float: left;
	font-size: 13px;
	color: #000;
	margin: 0 0 3px;
}
ul.cart-popover li.first, ul.cart-popover li.last{
	width: calc( 100% + 20px );
	padding: 0 10px;
	position: relative;
	left: -10px;
}
ul.cart-popover li.first {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin: 0 0 5px;
}
ul.cart-popover li.last {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    font-size: 13px;
    font-weight: 700;
	margin: 3px 0 0;
}
ul.cart-popover li.last .pull-right span{
	color: var(--primary-color);
}
ul.cart-popover li.first + li.last {
    border: none;
    padding-top: 0;
}
ul.cart-popover li.li-th {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    background-color: rgba(var(--primary-color-rgba), .07);
    border-bottom: 1px solid rgba(var(--primary-color-rgba), .3);
    min-height: 26px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
    left: -10px;
    width: calc( 100% + 20px );
    margin: -5px 0 5px;
}
ul.cart-popover li:not(li.first) + li ul.ul-sub-cart-popover li.li-th{
	border-top: 1px solid rgba(var(--primary-color-rgba), .3);
	margin: 5px 0;
}
.offers-popover .popover{
	min-width: 350px;
	max-width: unset;
	padding: 0;
	border-color: #EC407A;
}
.offers-popover .popover.top>.arrow {
    border-top-color: #EC407A;
	bottom: -9px;
}
.offers-wrapper .table{
	margin: 0;
}
.offers-wrapper .table thead tr th{
	font-size: 12px;
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #f9c5d7;
    padding: 4px;
	background-color: rgba(236,64,122,0.10);
}
.offers-wrapper .table tbody tr td{
	font-size: 12px;
	color: #000;
	padding: 6px;
	border-color: #ddd;
	position: relative;
}
.offers-wrapper .table tbody tr td .price, .offers-wrapper .table tbody tr td .price *{
	font-size: 12px !important;
	font-weight: normal !important;
	display: inline-block !important;
}
.offers-wrapper .table thead tr th:first-child, .offers-wrapper .table tbody tr td:first-child{
	width: 40px;
}
.offers-wrapper .table tbody tr.promoted-parent td, .offers-wrapper .table tbody tr.promoted-child td{
	background-color: #fafafa;
	border-color: #f3f3f3;
}
.offers-wrapper .table tbody tr.promoted-parent td:first-child::before{
    content: '';
    width: 7px;
    height: 7px;
    background-color: #FFF;
    border: 1px solid #EC407A;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-44%);
    z-index: 10;
}
.offers-wrapper .table tbody tr.promoted-parent td:first-child::after{
	content: '';
    border-left: 1px dashed #EC407A;
    position: absolute;
    left: 50%;
    display: block;
    bottom: 0;
    top: 50%;
}
.offers-wrapper .table tbody tr.promoted-child td:first-child::before, .offers-wrapper .table tbody tr.promoted-parent.single td:first-child::before{
	content: '';
    background: url(../img/gift.svg) no-repeat center/13px;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-44%) translateY(-50%);
	border: none;
    border-radius: 0px;
    z-index: 10;
}
.offers-wrapper .table tbody tr.promoted-child td:first-child::after{
	content: '';
    border-left: 1px dashed #EC407A;
    position: absolute;
    left: 50%;
    display: block;
    bottom: 0;
    top: 0;
}
.offers-wrapper .table tbody tr.promoted-child.last td:first-child::after{
	bottom: 50%;
}
.offers-wrapper .table tbody tr.promoted-parent.single td:first-child::after{
	display: none;
}
.offers-header{
	width: 100%;
	min-height: 26px;
	padding: 2px 10px;
	background-color: rgba(236,64,122,0.10);
	border-bottom: 1px solid #f9c5d7;
	display: flex;
	align-items: center;
}
.offers-header span{
	font-size: 13px;
	font-weight: 700;
	color: #000;
}
.offers-header p{
	font-size: 10px;
	color: #EC407A;
	margin: 0 0 0 auto;
}
html[dir="rtl"] .offers-header p{
	margin: 0 auto 0 0;
}
.offers-listing{
	padding: 10px;
}
.offers-listing ul{
	border: 1px dashed #EC407A;
	border-radius: 3px;
	margin: 0 0 10px;
}
.offers-listing ul li{
	font-size: 11px;
	font-weight: 700;
	color: #000;
	padding: 4px 10px;
}
.offers-listing ul li:not(:last-child){
	border-bottom: 1px dashed #EC407A;
}
.offer-time{
	font-size: 11px;
	font-weight: 700;
	color: #333;
	display: block;
	text-align: center;
}
.offer-time strong{
	color: #E94141;
	display: inline-block;
}
.offers-footer{
	background-color: #f3f3f3;
	font-size: 11px;
	color: #666;
	width: 100%;
	min-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;	
}
/*==============================
	Cart Drawer Code
===============================*/

.cart-drawer .drawer-wrapper{
	width: 550px;
	background-color: #f3f3f3;
	display: flex;
    flex-direction: column;
    height: 100vh;
}
.cart-checkout .drawer-wrapper{
	width: 500px!important;
	background-color: #f3f3f3;
}
.cart-drawer .drawer-header{
	width: 100%;
	min-height: 50px;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 20px;
	/* box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%); */
}
.cart-drawer .drawer-header span{
	width: calc( 100% - 50px );
	font-size: 28px;
	font-weight: 500;
	color: #000;
	display: block;
	padding: 0 15px;
	text-transform: capitalize;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-drawer .drawer-header i{
	font-size: 20px;
    color: #aaa;
    width: 50px;
    height: 50px;
	background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 0 0 auto;
    transition: var(--default-transition);
}
@media (max-width:991.98px) {
	.cart-drawer .drawer-header i{
		display: none;
	}
}
.cart-drawer .drawer-header i.icon-close:hover{
    background-color: var(--text-red);
	color: #fff;
    transition: var(--default-transition);
}
.cart-drawer .mini-cart-body{
	flex: 1;
    display: flex;
    flex-direction: column;
	height: calc(100% - 122px);
}
.cart-drawer .drawer-body{
	padding: 10px;
	overflow-y: auto;
	flex: 1;
	
}
.cart-drawer-listing > ul > li:not(:last-child){
	margin: 0 0 10px;
}
.cart-drawer-listing .cart-list-wrap{
	width: 100%;
	background-color: #FFF;
	padding: 10px;
	border-radius: 0px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
}
.cart-list-wrap > .leftbar{
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #f3f3f3;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #f6f6f6;
	padding: 4px;
}
.cart-list-wrap > .rightbar{
	width: calc( 100% - 90px );
	float: right;
	padding: 0 20px 0 0;
	position: relative;
}
.cart-list-wrap > .leftbar img{
	max-width: 100%;
	align-self: center;
}
.cart-list-wrap > .leftbar span{
	width: 20px;
	height: 20px;
	background-color: var(--primary-hover-color);
	color: #fff;
	position: absolute;
	left: 2px;
	top: 2px;
	display: none;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	cursor: pointer;
}
.cart-list-wrap > .leftbar span i{
	color: #FFF;
}
.cart-list-wrap > .leftbar .tooltip{
	white-space: nowrap;
}
.group-wrap{ display: none; }
.cart-drawer-listing > ul > li.group-item .group-wrap{	display: flex; }
.cart-list-wrap .cart-list-del{
	width: 21px;
	height: 21px;
	color: #E20202;
	background-color: #f3f3f3;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
	transition: var(--default-transition);
}
.cart-list-wrap .cart-list-del i{
	font-size: 13px;
}
.cart-list-wrap .cart-list-del:hover{
	color: #FFF;
	background-color: #E20202;
	transition: var(--default-transition);
}
.cart-list-wrap .cart-list-title{
	font-size: 15px;
	font-weight: 500;
	color: var(--text-primary);
	line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 0 0 2px;
	transition: var(--default-transition);
}
.cart-list-wrap .cart-list-title:hover{
	transition: var(--default-transition);
	opacity: .8;
}
.cart-list-wrap .cart-list-qty{
	font-size: 13px;
	color: #666;
	display: block;
}
.cart-list-wrap .cart-list-qty i{
	font-style: normal;
	padding: 0 5px;
	display: inline-block;
}
.cart-list-wrap .cart-list-meta{
	display: flex;
	align-items: center;
	line-height: normal;
	margin: -2px 0 0;
}
.cart-list-wrap .cart-list-meta .price{
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.cart-list-wrap .cart-list-meta .cart-list-tax{
	font-size: 22px;
	color: #aaa;
	cursor: pointer;
	margin: 0 3px;
}
.cart-drawer .drawer-footer{
	background-color: #FFF;
	position: relative;
	box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 10%);
	border-radius: 0;
	overflow: hidden;
	margin-top: auto;
}
.cart-footer-btn{
	padding: 15px;
	display: flex;
	background-color: #fff;
}
.cart-footer-btn .btn{
    width: 100%;
	font-size: 16px;
    padding: 10px 15px;
	font-weight: 500;
}
.cart-footer-btn .btn + .btn{
	margin: 0 0 0 10px;
}
.cart-drawer .drawer-footer ul{
	padding: 10px 0 0;
}
.cart-drawer .drawer-footer ul li{
	width: 100%;
	float: left;
	padding: 3px 15px;
}
.cart-drawer .drawer-footer ul li span{
	font-size: 13px;
	color: #000;
	display: block;
}
.cart-drawer .drawer-footer ul li .pull-right span{
	font-weight: 700;
}
.cart-drawer .drawer-footer ul li.li-total {
	background-color: #fafafa;;
	padding: 10px 15px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 7px 0 0;
}
.cart-drawer .drawer-footer ul li.li-total span{
	font-size: 15px;
	font-weight: var(--fw-900);
}
.cart-drawer.cart-empty .cart-drawer-listing, .cart-drawer.cart-empty .drawer-footer .drawer-footer-wrap{ display: none; }
/*==============================
	Cart Checkout Code
===============================*/
.cart-checkout .drawer-header {
	padding: 0px 20px;
}
.cart-checkout .drawer-body {
	padding: 6px 20px;
}
.cart-checkout .cart-list-wrap > .leftbar {
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
}
.cart-checkout .cart-list-wrap > .leftbar i:not(.icon-products-group) {
	font-size: 20px;
	color: #666;
}

.cart-checkout .cart-list-wrap > .rightbar {
	width: calc( 100% - 60px );
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-checkout .cart-list-wrap > .rightbar i:not(.icon-info-fill) {
	width: 21px;
    height: 21px;
    color: #999;
    font-size: 30px;
    position: absolute;
    top: 9px;
    right: 5px;
    cursor: pointer;
    transition: var(--default-transition);
}
.cart-checkout .cart-list-wrap {
	background-color: #f6f6f6;
	box-shadow: none;
}
.cart-checkout .cart-list-wrap .cart-list-title {
	color: #000;
	font-weight: 500;
}
.cart-checkout .block {
	background-color: #fff;
    /* box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%); */
    border-radius:0px;
}
.cart-checkout .block .tab-content .block{
	background-color: transparent;
	border-radius: 0;
}
.cart-checkout .payment-types h4 {
	margin-top: 0px;
}
.cart-checkout .payment-types ul {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.cart-checkout .payment-types li {
	display: flex;
	flex: 50%;
}
.cart-checkout .payment-types li a {
	width: 100%;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
	border: 1px solid #ccc;
}
.cart-checkout .payment-types li a.active {
	background: #526375;
    color: #FFF;
	border: 1px solid #526375;
}
.cart-checkout .payment-types .input-group input {
	height: 40px;
	border-radius: 8px 0 0 8px;
}
.cart-checkout .payment-types .input-group .input-group-btn button {
	height: 40px;
	padding: 0 25px;
	border-radius: 0 8px 8px 0;
}
.checkout-block .checkout-options-box .checkout-option-key .custom-control{
	font-weight: 400;
}
/*==============================
	Page Header code  
===============================*/
.custom-page-header{
	min-height: 200px;
	border-bottom: 1px solid #ccc;
	display: flex;
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}
.custom-page-header .container{
	padding: 80px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page-header-title{
	font-size: 30px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 2px;
}
ul.breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0px;
	display: flex;
}
ul.breadcrumb li {
    display: flex;
    align-items: center;
}
ul.breadcrumb li i {
	font-size: 16px;
	color: #666;
	padding: 0 3px;
	position: relative;
	top: 1px;
	display: inline-block;
}
ul.breadcrumb li, ul.breadcrumb li a {
	font-weight: 700;
	color: #000;
	text-transform: capitalize;
	overflow: hidden;
}
ul.breadcrumb>.active{
	font-weight: normal;
	color: #000;
}
ul.breadcrumb li+li:before {
	display: none;
}
html[dir="rtl"] ul.breadcrumb li i{
	top: 0;
	transform: rotate(180deg);
}
/*==============================
	Product Listing Code
===============================*/
.listing-items ul.row, .listing-items ul.row li[class*=col] {
    display: flex;
    flex-wrap: wrap;
}
.listing-items ul.row {
    margin: 0 -10px;
}
.listing-items ul.row li[class*=col] {
    margin: 0 0 25px;
    padding: 0 10px;
}

.item-wrap-parent{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.item-wrap{
	width: 100%;
	float: left;
	display: flex;
    flex-wrap: wrap;
	position: relative;
	text-align: center;
	background: #fff;
    border-radius: 0px;
	transition: all .3s;
	border: 1px solid #c9d6e5;
}
.item-wrap:hover{
	transform: translateY(-3px);
	border-color: var(--primary-color);
}
.item-wrap:has(.item-offer-wrap) .item-front-meta{
	padding-bottom: 20px !important;
}
.item-wrap .color-wrap{
	position: relative;
}
.item-box{
	width: 100%;
	display: flex;
	position: relative;
}
.item-front-wrap, .item-back-wrap{
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	transition: all .3s;
}
.item-front-wrap{
	padding: 10px;
}
.item-inner-wrap{
	width: 100%;
	height: 100%;
}
.item-back-wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: all .7s;
}
.item-back-wrap .item-inner-wrap{
	padding: 25px 0 0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-wrap .item-back-wrap{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.item-wrap .item-front-wrap{
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.item-wrap:hover .item-back-wrap{
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.item-wrap:hover .item-front-wrap{
	/* -webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; */
}
.listing-items ul.row li .item-thumb {
	width: 100%;
	height: 200px;
	background-color: #f6f6f6;
    border: 0px solid #eee;
	border-radius: 0px 0px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 8px;
}
.listing-items ul.row li .item-thumb img{
	max-width: 100%;
	max-height: 100%;
	align-self: center;
}
.listing-items ul.row li .item-thumb.no-thumb {
    background-size: 40px !important;
}
.listing-items ul.row li .item-thumb .item-badge{
	font-size: 12px;
    font-weight: 400;
    color: #FFF;
    background: var(--primary-hover-color);
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 11px 3px;
    z-index: 50;
    border-radius: 2px;
	display: none;
}
.listing-items ul.row li .product-badge{
    width: 25px;
    height: 25px;
    background: var(--primary-hover-color);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 2px;
    display: none;
    margin: 0;
    cursor: pointer;
    z-index: 10;
	color: #fff;
}
.listing-items ul li.sale-item .sale-badge, .listing-items ul li.sold-item .sold-badge, .listing-items ul li.group-item .group-badge, .listing-items ul li.service-item .service-badge{
	display: flex !important;
}
.listing-items ul.row li .item-front-meta {
    padding: 10px;
}
.listing-items ul.row li .item-name h3{
	min-height: 48px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	line-height: 21px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 0 0 8px;
	transition: var(--default-transition);
}
.listing-items ul.row li .item-name h3:hover{
	color: var(--primary-hover-color);
	transition: var(--default-transition);
}
@media (min-width:576px) {
	.listing-items ul.row li .item-name h3{
		font-size: 16px;
		line-height: 24px;
	}
}
.listing-items ul.row li .item-wrap .item-back-wrap .item-name{
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding: 0 15px;
	text-align: center;
	margin: 0;
}
.listing-items ul.row li .item-meta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	width: 100%;
	gap: 10px;
	flex-direction: column;
}
.listing-items ul.row li .item-meta-wrap .price {
    font-size: 20px;
    font-weight: 500;
	color: var(--text-red);
    line-height: 24px;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.listing-items ul.row li .item-meta-wrap .special-price + .regular-price {
    font-size: 14px;
    font-weight: 500;
    color: #666;
	line-height: 16px;
    vertical-align: unset;
    margin: 0 0 0 5px;
}
.listing-items ul.row li .item-rating{
	width: 42px;
	height: 21px;
	font-size: 11px;
	font-weight: 700;
	color: #E9AB00;
	line-height: 24px;
    padding: 0 5px;
	border: 1px solid #E9AB00;
	border-radius: 2px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.listing-items ul.row li .item-meta-wrap .item-rating{
	display: flex !important;
}
.listing-items ul.row li .item-thumb .item-rating {
    width: 51px;
    position: absolute;
    top: -6px;
    right: -6px;
    justify-content: flex-end;
    gap: 6px;
    border-radius: 0 5px 0 25px;
}
.stock-wrap{
	font-size: 11px;
	font-weight: 500;
	color: #E20202;
	margin: 2px 0 0;
}
.share-dropdown {
    min-width: 140px;
    width: 140px ;
    padding: 0 ;
    top: calc( 100% + 1px );
    left: 0 ;
	border: none;
    box-shadow: 0px 3px 30px 0px rgb(0 0 0 / 25%);
}
.share-dropdown li:not(:last-child){
	border-bottom: 1px solid #eee;
	position: relative;
}
.share-dropdown li a{
	font-size: 12px ;
	color: #333 ;
	padding: 6px 10px ;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: none ;
}
.share-dropdown li a:hover{
	background-color: #e5e5e5 ;
}
.item-share-wrap{
	position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.item-share-wrap .dropdown-toggle {
    width: 100px;
    height: 18px;
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
	line-height: 10px;
    background-color: var(--secondary-color);
	text-transform: uppercase;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0 0;
}
.item-share-wrap .share-dropdown{
	top: auto;
    bottom: calc( 100% + 5px);
    left: 50%;
    transform: translateX(-50%);
}
.item-offer-wrap {
    height: 20px;
    background-color: #E20202;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 0 0 4px 4px;
}
.item-offer-wrap ul {
    display: flex;
}
.item-offer-wrap ul li {
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
}
.item-offer-wrap ul li + li {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    position: relative;
}
.item-offer-wrap ul li + li:before {
    content: '';
    width: 1px;
    height: 11px;
    background-color: rgba( 255 255 255 / 50%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.item-stock-wrap{
	font-size: 14px;
	font-weight: 700;
	color: #000;
	width: 100%;
	min-height: 32px;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 12px;
}
.listing-items ul.row li .item-front-meta .item-stock-wrap {
    width: calc( 100% + 20px );
    position: relative;
    left: -10px;
}
.item-buttons{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 0 10px;
}
.item-buttons ul{
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: space-evenly;
}
.item-buttons ul li a{
	width: 48px;
	height: 48px;
	font-size: 24px;
	color: var(--secondary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.item-buttons ul li a:hover, .item-buttons ul li a.added:hover i{
	color: #FFF !important;
}
.item-buttons ul li a i {
    position: relative;
}
.item-buttons ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #FFF;
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
	transition: var(--default-transition);
}
.item-buttons ul li a:hover::before {
	background-color: var(--secondary-color);
	transform: rotate(90deg);
	transition: var(--default-transition);
}
.item-back-btn{
	width: 100%;
	min-height: 79px;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.item-back-btn .btn{
	font-size: 15px;
    font-weight: 700;
    padding: 9px 25px 8px;
    min-width: 160px;
    border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.item-back-btn .btn:not(.btn-notify)  span{
	color: var(--primary-color);
	position: relative;
	left: 0;
	transition: var(--default-transition);
}
.item-back-btn .btn:not(.btn-notify):hover span, .item-back-btn .btn:not(.btn-notify):focus span{
	color: #FFF;
	left: -20px;
	transition: var(--default-transition);
}
.item-back-btn .btn .item-btn-circle{
	font-size: 20px;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 4px;
	right: -30px;
	opacity: 0;
	transition: var(--default-transition);
}
.item-back-btn .btn:hover .item-btn-circle, .item-back-btn .btn:focus .item-btn-circle{
	right: 4px;
	opacity: 1;
	transition: var(--default-transition);
}
.item-back-btn .btn:not(.btn-notify) .item-btn-circle i{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.item-back-btn .btn.btn-notify{
	min-width: 154px;
    padding: 9px 18px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-back-btn .btn.btn-notify i{
	font-size: 20px;
}
.item-back-btn .btn.btn-notify.added i {
    display: none;
}
.item-back-btn .btn.btn-notify.added i + i {
    display: inline-block;
}
.item-loader{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 50;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0px 0px 30px 0px rgba(var(--primary-color-rgba), 0%);
}
.listing-items ul li.is-loading .item-loader {
    display: flex !important;
}
.listing-items ul li.is-loading .item-wrap::before{
	content: '';
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 40;
    border-radius: 5px;
}
.item-loader img{
	width: 90px;
	filter: grayscale(1);
}
.listing-items ul li.is-loading{
	cursor: not-allowed;
	user-select: none;
}
.listing-items ul li.is-loading .item-wrap{
	pointer-events: none;
}
/* @media (max-width: 1600px) and (min-width: 1200px){
	.listing-items ul.row li[class*=col]{
		width: 33.33%;
	}
} */
.col-main .widget.widget-slider .listing-items::before, .col-main .widget.widget-slider .listing-items::after{
    content: '';
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 25px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    border-radius: 10px 0 0 10px;
}
.col-main .widget.widget-slider .listing-items::after {
    background: transparent;
    left: auto;
    right: 0;
    z-index: -1;
    border-radius: 0 10px 10px 0;
}
.col-main .widget.widget-slider .listing-items.grabbing::before, .col-main .widget.widget-slider .listing-items.grabbing::after{
	opacity: 0;
}
.col-main .widget.widget-slider .listing-items:not(.grabbing):before, .col-main .widget.widget-slider .listing-items:not(.grabbing)::after{
	transition: all 3s;
}
.listing-items .lSSlideOuter .leftEnd, .listing-items .lSSlideOuter .rightEnd{
	animation-duration: 0s;
}
.col-main .widget.widget-slider .listing-items:hover:before, .col-main .widget.widget-slider .listing-items:hover:after {
	opacity: 0;
    transition: all .3s;
}
.template-wrapper .widget.widget-slider .listing-items ul.row {
    margin: 0;
}
.template-wrapper .widget.widget-slider .listing-items ul.row li[class*=col] {
    padding: 0;
	margin-bottom: 0 !important;
}
.col-main .widget.widget-slider .listing-items ul.row li[class*=col] .item-wrap {
    margin: 0 0 25px;
}
.col-sidebar .widget.widget-slider .item-front-wrap, .col-sidebar .widget.widget-slider .item-back-wrap{
	border: 1px solid #e5e5e5;
	box-shadow: none;
}
.col-sidebar .widget.widget-slider .item-buttons ul li a {
    width: 40px;
    height: 40px;
    font-size: 22px;
}
.col-sidebar .widget:not(.widget-slider) .item-loader, .col-sidebar .widget:not(.widget-slider) .item-back-wrap, .col-sidebar .widget:not(.widget-slider) .listing-items ul.row li .item-rating, .col-sidebar .widget:not(.widget-slider) .listing-items ul.row li .item-thumb .item-badge, .col-sidebar .widget:not(.widget-slider) .listing-items ul.row li .product-badge,
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li .item-front-meta .item-stock-wrap, 
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li .item-front-meta .item-buttons{
	display: none !important;
}
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li[class*=col]{
	width: 100%;
	margin: 0;
}
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li[class*=col]:not(:last-child) .item-wrap{
	border-bottom: 1px solid #e5e5e5;
}
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li[class*=col] .item-wrap .item-front-wrap{
	padding: 10px;
	margin: 0;
	transition: var(--default-transition);
}
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li[class*=col] .item-wrap:hover .item-front-wrap {
    background-color: #fafafa;
    
	transition: var(--default-transition);
}
.col-sidebar .widget:not(.widget-slider) .listing-items {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
	margin: 0 0 5px;
}
.col-sidebar .widget:not(.widget-slider) .item-box {
    perspective: none;
}
.col-sidebar .widget:not(.widget-slider) .item-wrap .item-front-wrap, .col-sidebar .widget:not(.widget-slider) .item-wrap:hover .item-front-wrap, .col-sidebar .widget:not(.widget-slider) .item-inner-wrap{
	transform: none !important;
	box-shadow: none;
}
.col-sidebar .widget:not(.widget-slider) .item-inner-wrap{
	display: flex;
}
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li .item-thumb{
	width: 60px;
	height: 60px;
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 0;
}
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li .item-front-meta{
	width: calc( 100% - 60px );
	padding: 0 0 0 10px;
}
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li .item-name{
	font-size: 13px;
	line-height: 18px;
	min-height: unset;
	margin: 0;
}
.col-sidebar .widget:not(.widget-slider) .listing-items ul.row li .item-meta-wrap .price{
	font-size: 15px;
}
/*==============================
	Listing Page Code
===============================*/
.listing-header{
	width: 100%;
	min-height: 50px;
	background-color: #FFF;
	padding: 0 5px;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.listing-header > .leftbar {
	display: flex;
	align-items: center;
    flex: 1;
}
.listing-header > .leftbar span{
    font-size: 13px;
    color: #666;
	padding: 0 10px;
}
.listing-header > .rightbar, .listing-header > .rightbar .form-group{
	display: flex;
	align-items: center;
	margin: 0;
}
.listing-header > .rightbar label {
    font-size: 12px;
    color: #666;
	white-space: nowrap;
	margin: 0 10px;
}
.listing-header > .rightbar .form-control {
    height: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    border: none !important;
    box-shadow: none !important;
    background-position: right 6px center;
    background-size: 8px;
}
.cat-share-icon {
    font-size: 18px;
    color: #000;
    width: 44px;
    height: 44px;
    background-color: #F3F3F3;
	border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.pagination{
	display: flex;
	justify-content: center;
	margin: 15px 0 30px;
}
.pagination ul {
    min-height: 50px;
    background: #FFF;
    padding: 0 5px !important;
    border-radius: 25px;
    display: flex;
    align-items: center;
    list-style-type: none !important;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.pagination ul li{
	float: left;
}
.pagination ul li:not(:last-child){
	margin: 0 5px 0 0;
}
.pagination ul li a, .pagination ul li span{
	font-size: 13px;
	color: #666 !important;
	width: 40px;
	height: 40px;
	background-color: #f3f3f3;
	border: 1px solid transparent;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-decoration: none !important;
	transition: var(--default-transition);
}
.pagination ul li a i, .pagination ul li span i{
    font-size: 16px;
	color: #666;
	transition: var(--default-transition);
}
.pagination ul li a:hover, .pagination ul li span:hover{
	border-color: var(--primary-color);
	color: var(--primary-color) !important;
	transition: var(--default-transition);
}
.pagination ul li a:hover i, .pagination ul li span:hover i{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.pagination ul li.active a, .pagination ul li.active span{
	color: #FFF !important;
	background-color: var(--primary-color);
	box-shadow: none;
	transition: var(--default-transition);
}
.filter-wrapper ul li {
    width: 100%;
    float: left;
	margin: 0 0 9px;
}
.filter-wrapper ul li:last-child{
    margin: 0 0 4px;
}
.filter-wrapper ul li .custom-control{
	margin: 0 0 5px;
}
.filter-mobile {
    font-size: 22px;
    color: #000;
    width: 40px;
    height: 40px;
	background-color: #f3f3f3;
    border-right: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*==============================
	Main Slider Code
===============================*/
.main-slider {
	width: 100%;
	background: #fff;
	float: none;
	margin: 0 auto 25px;
	max-width: 1680px;
	aspect-ratio: 3 / 1;
	height: auto!important;
	border-radius: 0px;
    overflow: hidden;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	margin-top: 20px;
}
@media (max-width:991.98px) {
	.main-slider{
		margin: 0 auto 10px;
		margin-top: 20px;
	}
}
.main-slider *{
	line-height: normal;
}
.main-slider .lSSlideOuter,.main-slider .lSSlideOuter .lSSlideWrapper, .main-slider .lSSlideOuter .lightSlider,.main-slider .lSSlideWrapper ul li,.slider-meta{
	height: 100% !important;
}
.main-slider .lSSlideWrapper {
	position: static;
}
.main-slider .lSSlideWrapper ul li{
	display: flex;
    justify-content: center;
    flex-direction: column;
	background-repeat: no-repeat !important;
	background-position: center !important;
	/*height: 450px;*/
	padding: 0 25px;
	color: #FFF;
	background-size: contain !important;

}
.main-slider .lSSlideWrapper ul li.is-loading {
    background: url(../img/loaders_bg/circle_loader_gray.svg) no-repeat center !important;
    background-size: 50px !important;
}
.main-slider .lSSlideWrapper ul li.no-thumb {
    background-size: 150px !important;
}
.main-slider img {
	max-width: 100%;
}
.main-slider .lSSlideWrapper ul li.is-loading .slider-meta {
/*	padding: 50px 0 0;*/
}
.main-slider .slider-badge {
	border: 1px solid #ff822e;
	color: #ff5917;
	padding: 6px 13px 2px;
	border-radius: 2px;
	margin: 0 0 13px;
	display: inline-block;
}
.main-slider .slider-span-1 {
	font-size: 24px;
	color: #242424;
	display: block;
	margin: 0 0 5px;
}
.main-slider .slider-span-2 {
	font-size: 60px;
	color: #222;
	line-height: 64px;
	display: block;
	width: 48%;
	margin: 0 0 30px;
}
.main-slider .btn {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 13px 25px 10px;
    min-width: 150px;
}
.main-slider .lSSlideOuter .lSPager.lSpg {
	position: absolute;
	bottom: 20px;
	margin: 0 !important;
	left: 50%;
	transform: translateX(-50%) !important;
	display: none;
}
.main-slider .lSSlideOuter .lSPager.lSpg>li a {
	width: 12px;
	height: 12px;
	border: 1px solid #111;
	background: none;
}
.main-slider .lSSlideOuter .lSPager.lSpg>li.active a, .main-slider .lSSlideOuter .lSPager.lSpg>li:hover a{
	background: #111;
}
.main-slider .lSAction>a {
	width: 30px;
	height:30px;
	border-radius: 3px;
	background-color: var(--primary-hover-color);
	background-position: center;
	opacity: 1;
	z-index: 50;
	transition: var(--default-transition);
	display: none;
}

@media (min-width:768px) {
	.main-slider .lSAction>a {
		display: block;
		opacity: 0;
	}
	.main-slider:hover .lSAction>a{
		opacity: 1;
	}
}
.main-slider .lSAction>a:hover{
	background-color: #111;
	transition: var(--default-transition);
}
.main-slider .lSAction>a.lSPrev {
	background-image: url(../img/slider_arrows/arrow-left-white.svg);
	background-repeat: no-repeat;
}
.main-slider .lSAction>a.lSNext {
	background-image: url(../img/slider_arrows/arrow-right-white.svg);
	background-repeat: no-repeat;
}

/*==============================
	Category Widget Code
===============================*/
.col-main .widget.widget-slider .category-wrapper{
	position: relative;
}
.col-main .widget.widget-slider .category-wrapper::before, .col-main .widget.widget-slider .category-wrapper::after{
    content: '';
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 20px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
    border-radius: 10px 0 0 10px;
}
.col-main .widget.widget-slider .category-wrapper::after {
    background: transparent;
    left: auto;
    right: 0;
    z-index: -1;
    border-radius: 0 10px 10px 0;
}
.col-main .widget.widget-slider .category-wrapper.grabbing::before, .col-main .widget.widget-slider .category-wrapper.grabbing::after{
	opacity: 0;
}
.col-main .widget.widget-slider .category-wrapper:not(.grabbing):before, .col-main .widget.widget-slider .category-wrapper:not(.grabbing)::after{
	transition: all 3s;
}
.category-wrapper .lSSlideOuter .leftEnd, .category-wrapper .lSSlideOuter .rightEnd{
	animation-duration: 0s;
}
.category-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.widget.widget-slider .category-wrapper ul{
	margin: 0;
}
.category-wrapper ul li {
    width: 20%;
    padding: 0 10px;
}
.col-main .widget:not(.widget-slider) .category-wrapper ul li {
    margin: 0 0 15px;
}
.widget.widget-slider .category-wrapper ul li{
	padding: 0;
}
.category-box {
    width: 100%;
	min-height: 230px;
	padding: 40px 0 0;
	background-color: #FFF;
    display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 5px;
	position: relative;
	top: 0;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    transition: var(--default-transition);
}
.col-main .widget.widget-slider .category-wrapper ul li .category-box{
	margin: 0 0 15px;
}
.category-box:hover{
	top: -5px;
    transition: var(--default-transition);
}
.category-thumb{
	width: 100px;
	height: 100px;
	background-color: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.category-thumb img{
	max-width: 100%;
	align-self: center;
}
.home-template .col-main .category-meta .category-title, .home-template .col-sidebar .widget.widget-slider .category-meta .category-title {
	height: 1px;
	min-height: 40px;
	padding: 0 5px;
	background-color: rgba(var(--primary-color-rgba), 80%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0;
	border-radius: 5px 5px 40px 40px;
    transition: var(--default-transition);
}
.home-template .col-main .category-box:hover .category-meta .category-title, .home-template .col-sidebar .widget.widget-slider .category-box:hover .category-meta .category-title {
	background-color: rgba(var(--primary-color-rgba), 90%);
	height: 100%;
	border-radius: 5px;
    transition: var(--default-transition);
}
.widget.widget-slider .category-box:hover .category-meta .category-title {
	height: calc(100% - 5px);
	margin-top: 5px;
}
.home-template .category-meta .category-title span{
	font-weight: 700;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
    transition: var(--default-transition);
}
.home-template .category-box:hover .category-meta .category-title span{
	white-space: normal;
    transition: var(--default-transition);
}
.category-meta .btn {
    font-size: 13px;
    padding: 5px 20px;
    min-width: 118px;
    border-radius: 15px;
    text-transform: capitalize;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper{
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 0 5px;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul{
	display: block;
	margin: 0;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li{
	width: 100%;
	padding: 0;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.col-sidebar .widget:not(.widget-slider) .category-meta .btn{
	display: none;
}
.col-sidebar .widget:not(.widget-slider) .category-box{
	padding: 9px 10px !important;
	min-height: unset !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	box-shadow: none !important;
}
.col-sidebar .widget:not(.widget-slider) .category-box:hover{
	background-color: #fafafa;
	margin: 0;
	top: 0;
}
.col-sidebar .widget:not(.widget-slider) .category-thumb{
	width: 60px !important;
	height: 60px !important;
}
.col-sidebar .widget:not(.widget-slider) .category-meta .category-title span{
	font-size: 14px;
	color: #000;
	margin: 0 0 1px;
}
.col-sidebar .widget:not(.widget-slider) .category-box:hover .category-meta .category-title span{
	color: var(--primary-color);
}
.col-sidebar .widget:not(.widget-slider) .category-meta{
	width: calc( 100% - 60px );
	padding: 0 0 0 10px;
}
html[dir="rtl"] .col-sidebar .widget:not(.widget-slider) .category-meta{
	padding: 0 10px 0 0;
}
.home-template .category-meta p{
	display: none;
}
.col-sidebar .widget:not(.widget-slider) .category-meta p{
	display: block;
}
.category-meta p{
	font-size: 13px;
	color: #666;
	display: block;
	margin: 0;
}
.col-sidebar .widget.widget-slider .category-box{
	border: 1px solid #e5e5e5;
	box-shadow: none;
}
.cat-wrapper .category-wrapper ul li{
	width: 25%;
	margin: 0 0 30px;
}
.cat-wrapper .category-box{
	min-height: 266px;
	padding: 0;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.cat-wrapper .category-box:hover{
	box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
}
.cat-wrapper .category-thumb{
	width: 160px;
	height: 160px;
}
.cat-wrapper .category-meta {
	width: 100%;
	padding: 0 10px;
    text-align: center;
}
.cat-wrapper .category-meta span{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	display: block;
	margin: 0 0 6px;
	transition: var(--default-transition);
}
.cat-wrapper .category-box:hover .category-meta span{
	color: var(--primary-color);
	transition: var(--default-transition);
}
@media (max-width: 1450px) {
	.home-template .col-main .category-box{
		min-height: 200px;
	}
	.home-template .col-main .category-thumb{
		width: 80px;
		height: 80px;
	}
	.home-template .col-main .category-meta .category-title span{
		font-size: 13px;
	}
	.cat-wrapper .category-box {
		min-height: 250px;
	}
}
@media (max-width: 1199px) {
	.home-template .col-main .widget:not(.widget-slider) .category-wrapper ul li{
		width: 33.33%;
	}
	.cat-wrapper .category-wrapper ul li {
		margin: 0 0 20px;
	}
	.cat-wrapper .category-box {
		min-height: 225px;
	}
	.cat-wrapper .category-thumb {
		width: 140px;
		height: 140px;
	}
	.cat-wrapper .category-meta span {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 3px;
	}
}
@media (max-width: 991px) {
	.cat-wrapper .category-wrapper ul li {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.home-template .col-main .widget:not(.widget-slider) .category-wrapper ul li{
		width: 50%;
	}
	.cat-wrapper .category-wrapper ul li{
		width: 50%;
		padding: 0 5px;
		margin: 0 0 15px;
	}
	.cat-wrapper .category-box{
		min-height: 200px;
	}
	.cat-wrapper .category-thumb {
		width: 110px;
		height: 110px;
	}
	.cat-wrapper .category-meta span{
		font-size: 14px;
		line-height: 18px;
	}
}
/*==============================
	Newsletter Code
===============================*/
.col-main .widget.widget-newsletter .widget-header {
    display: none;
}
.col-main .widget.widget-newsletter .newsletter-wrapper {
    width: 100%;
	min-height: 180px;
    float: left;
	padding: 30px;
	background-color: #FFF;
    border-radius: 5px;
    position: relative;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.col-main .widget.widget-newsletter .newsletter-wrapper .row{
	display: flex;
	align-items: center;
}
.newsletter-meta {
    width: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}
.col-main .widget.widget-newsletter .newsletter-meta{
	padding: 0 0 0 200px;
}
.newsletter-meta img{
	max-width: 170px;
}
.col-main .widget.widget-newsletter .newsletter-meta img{
	position: absolute;
	left: 0;
	top: 0;
}
.newsletter-meta span{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 8px;
}
.newsletter-meta p{
	color: #333;
	line-height: 24px;
	margin: 0;
}
.newsletter-form .form-group{
	position: relative;
	margin: 0;
}
.newsletter-form .form-control{
	font-size: 13px;
	height: 44px;
	padding: 6px 20px;
	border-radius: 22px;
}
.newsletter-form .btn{
	font-size: 13px;
	font-weight: 700;
	padding: 8px 20px;
	text-transform: uppercase;
}
.col-main .newsletter-form .btn{
	min-width: 130px;
	border-radius: 18px;
	position: absolute;
	top: 4px;
	right: 4px;
}
.newsletter-error {
    font-size: 12px;
    color: #E20202;
    text-align: center;
    margin: 5px 0 0;
    display: none;
}
.newsletter-form.error .newsletter-error{
	display: block;
}
.col-sidebar .newsletter-wrapper div[class*=col] {
    width: 100% !important;
}
.col-sidebar .newsletter-meta{
	align-items: center;
	text-align: center;
	margin: 0 0 15px;
}
.col-sidebar .newsletter-meta span{
	width: 85%;
	font-size: 16px;
	margin: 18px auto 0;
}
.col-sidebar .newsletter-meta p{
	line-height: 20px;
}
.col-sidebar .newsletter-form.error{
    width: 100%;
    float: left;
	padding: 0 0 20px;
	position: relative;
}
.col-sidebar .newsletter-inner{
	width: 100%;
	float: left;
	padding: 0 3px 3px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.col-sidebar .newsletter-form.error .newsletter-inner{
	border-color: #ff0000;
}
.col-sidebar .newsletter-form .form-group{
	position: static;
}
.col-sidebar .newsletter-form .form-control, .col-sidebar .newsletter-form .form-control:hover, .col-sidebar .newsletter-form .form-control:focus{
	height: 40px;
	text-align: center;
	border: none !important;
	box-shadow: none !important;
}
.col-sidebar .newsletter-form .btn{
	width: 100%;
	border-radius: 5px;
}
/* .col-sidebar .newsletter-form.error .newsletter-inner{
	padding: 0 3px 20px;
} */
.col-sidebar .newsletter-error {
    position: absolute;
    left: 0;
    right: 0;
	bottom: 0;
	margin: 0;
}
/*==============================
	Brands Code
===============================*/
.brands-box{
	padding: 20px 20px 0;
	background-color: #FFF;
	border-radius: 5px;
	margin: 0 0 15px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.col-main .widget.widget-slider .brands-box{
	padding: 20px;
}
.col-sidebar .widget .brands-box{
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.brands-box ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.widget.widget-slider .brands-box ul{
	margin: 0;
}
.brands-box ul li{
	width: 20%;
	padding: 0 10px;
	margin: 0 0 20px;
}
.widget.widget-slider .brands-box ul li{
	padding: 0;
}
.brands-box ul li .brand-wrap{
	width: 100%;
	height: auto;
	min-height: 160px;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    transition: var(--default-transition);
}
.col-main .brands-box ul li .brand-thumb, .col-sidebar .widget.widget-slider .brands-box ul li .brand-thumb{
	width: 100%;
	min-height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brands-box ul li .brand-wrap img{
	align-self: center;
	max-width: 100%;
	max-height: 100%;
}
.col-main .brand-meta .brand-title, .col-sidebar .widget.widget-slider .brand-meta .brand-title {
	width: calc( 100% - 80px );
    height: 0px;
    padding: 0 5px;
    background-color: rgba(var(--primary-color-rgba), 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    border-radius: 3px 3px 40px 40px;
    transition: var(--default-transition);
}
.col-main .brand-wrap:hover .brand-meta .brand-title, .col-sidebar .widget.widget-slider .brand-wrap:hover .brand-meta .brand-title {
	width: 100%;
	background-color: rgba(var(--primary-color-rgba), 90%);
	height: 100%;
	border-radius: 3px;
    transition: var(--default-transition);
}
.home-template .brand-meta .brand-title span{
	font-weight: 700;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	opacity: 0;
    transition: var(--default-transition);
}
.home-template .brand-wrap:hover .brand-meta .brand-title span{
	white-space: normal;
	opacity: 1;
    transition: var(--default-transition);
}
.brands-box ul li .brand-meta p{
	font-size: 13px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	margin: 0;
	display: none;
}
.col-sidebar .widget:not(.widget-slider) .brands-box ul{
	margin: 0;
	display: block;
}
.col-sidebar .widget:not(.widget-slider) .brands-box ul li{
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
}
.col-sidebar .widget:not(.widget-slider) .brands-box ul li:last-child{
	margin: 0 0 5px;
}
.col-sidebar .widget:not(.widget-slider) .brands-box ul li .brand-wrap{
	min-height: unset;
	border: none;
}
.col-sidebar .widget:not(.widget-slider) .brands-box ul li .brand-wrap .brand-thumb{
	width: 64px;
	height: 64px;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: var(--default-transition);
}
.col-sidebar .widget:not(.widget-slider) .brands-box ul li .brand-wrap:hover .brand-thumb{
	border-color: var(--primary-color);
	transition: var(--default-transition);
}
.col-sidebar .widget:not(.widget-slider) .brands-box ul li .brand-wrap .brand-meta{
	width: calc( 100% - 64px );
	padding: 0 10px;
}
.col-sidebar .widget:not(.widget-slider) .brand-meta .brand-title span{
	font-size: 16px;
	color: #000;
	opacity: 1;
	margin: 0 0 1px;
	transition: var(--default-transition);
}
.col-sidebar .widget:not(.widget-slider) .brands-box ul li .brand-wrap:hover .brand-meta .brand-title span{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.col-sidebar .widget:not(.widget-slider) .brands-box ul li .brand-meta p{
	display: block;
}

@media (max-width: 1440px) {
	.col-main .widget:not(.widget-slider) .brands-box ul li .brand-wrap{
		min-height: 130px;
	}
}
@media (max-width: 991px) {
	.col-main .widget:not(.widget-slider) .brands-box ul li{
		width: 33.33%;
	}
	.col-main .widget:not(.widget-slider) .brands-box ul li .brand-wrap {
		min-height: 160px;
	}
}
@media (max-width: 767px) {
	.brands-box {
		padding: 15px 15px 5px;
	}
	.col-main .widget:not(.widget-slider) .brands-box ul{
		margin: 0 -5px;
	}
	.col-main .widget:not(.widget-slider) .brands-box ul li{
		width: 50%;
		padding: 0 5px;
		margin: 0 0 10px;
	}
	.col-main .widget:not(.widget-slider) .brands-box ul li .brand-wrap {
		min-height: unset;
		height: 130px;
	}
	.col-main .widget:not(.widget-slider) .brands-box ul li .brand-thumb{
		min-height: unset;
	}
}
/*==============================
	Collection Code
===============================*/
.collection-header-wrap{
    height: 300px;
	padding: 10px;
	background-color: #FFF;
	border-radius: 5px;
	margin: 0 0 20px;
	display: flex;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.collection-header{
	position: relative;
}
.collection-header::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: rgba(0 0 0 / 60%);
}
.collection-header span {
    font-size: 30px;
    font-weight: var(--fw-900);
    color: #FFF;
	padding: 14px 50px;
    background-color: rgba(var(--primary-color-rgba), 90%);
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: 0;
	border-radius: 20px 20px 0 0;
    transform: translateX(-50%);
}
.home-template .collections-box{
	padding: 20px 20px 0;
	background-color: #FFF;
	border-radius: 5px;
	margin: 0 0 15px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.home-template .col-main .widget.widget-slider .collections-box{
	padding: 20px;
}
.home-template .col-sidebar .widget .collections-box{
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.collections-box ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.widget.widget-slider .collections-box ul{
	margin: 0;
}
.collections-box ul li{
	width: 20%;
	padding: 0 10px;
	margin: 0 0 20px;
}
.widget.widget-slider .collections-box ul li{
	padding: 0;
}
.collections-box ul li .collection-wrap{
	width: 100%;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
    transition: var(--default-transition);
}
.collections-box ul li .collection-wrap .collection-thumb{
	width: calc( 100% - 60px );
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 6px;
}
.collections-box ul li .collection-wrap .collection-thumb img{
	align-self: center;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0 0 10px 10px;
}
.collections-box ul li .collection-wrap .collection-meta{
	width: 100%;
	padding: 0 5px;
	text-align: center;
}
.collections-box ul li .collection-wrap .collection-meta span, .collections-box ul li .collection-wrap .collection-meta p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.collections-box ul li .collection-wrap .collection-meta span{
	font-size: 16px;
	font-weight: 700;
	color: #222;
	line-height: 24px;
	margin: 0 0 3px;
	transition: var(--default-transition);
}
.collections-box ul li .collection-wrap:hover .collection-meta span{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.collections-box ul li .collection-wrap .collection-meta p{
	font-size: 13px;
	color: #666;
	margin: 0 0 11px;
}
.col-sidebar .widget:not(.widget-slider) .collections-box ul{
	border: 1px solid #ddd;
	margin: 0 0 5px;
	border-radius: 3px;
}
.col-sidebar .widget:not(.widget-slider) .collections-box ul li{
	width: 100%;
	padding: 0;
	margin: 0;
}
.col-sidebar .widget:not(.widget-slider) .collections-box ul li:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.col-sidebar .widget:not(.widget-slider) .collections-box ul li .collection-wrap{
	padding: 10px 0;
	border: none;
	flex-direction: row;
}
.col-sidebar .widget:not(.widget-slider) .collections-box ul li .collection-wrap .collection-thumb {
    width: 60px;
    height: 60px;
    margin: 0;
}
.col-sidebar .widget:not(.widget-slider) .collections-box ul li .collection-wrap .collection-thumb img {
	height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 5px 5px 0;
}
html[dir="rtl"] .col-sidebar .widget:not(.widget-slider) .collections-box ul li .collection-wrap .collection-thumb img {
    border-radius: 5px 0 0 5px;
}
.col-sidebar .widget:not(.widget-slider) .collections-box ul li .collection-wrap .collection-meta{
	width: calc( 100% - 60px );
	padding: 0 10px;
	text-align: left;
}
html[dir="rtl"] .col-sidebar .widget:not(.widget-slider) .collections-box ul li .collection-wrap .collection-meta{
	text-align: right;
}
.col-sidebar .widget:not(.widget-slider) .collections-box ul li .collection-wrap .collection-meta span{
	font-size: 15px;
	margin: 0;
}
.col-sidebar .widget:not(.widget-slider) .collections-box ul li .collection-wrap .collection-meta p{
	margin: 0;
}
.listing-wrapper .col-main .collections-box ul{
	margin: 0 -15px;
}
.listing-wrapper .col-main .collections-box ul li{
	width: 25%;
	padding: 0 15px;
	margin: 0 0 30px;
}
.listing-wrapper .col-main .collections-box ul li .collection-wrap{
	border: none;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.listing-wrapper .col-main .collections-box ul li .collection-wrap:hover{
	box-shadow: 0px 8px 30px 0px rgb(0 0 0 / 20%);
}
.listing-wrapper .col-main .collections-box ul li .collection-wrap .collection-thumb{
	height: 198px;
	margin: 0 0 18px;
}
.collections-box ul li .collection-wrap .collection-thumb img{
	height: 198px;
	object-fit: cover;
	object-position: center;
}
.listing-wrapper .col-main .collections-box ul li .collection-wrap .collection-meta{
	padding: 0 5px 6px;
}
@media (max-width: 1440px) {
	.col-main .widget:not(.widget-slider) .collections-box ul li .collection-wrap .collection-thumb{
		width: calc( 100% - 40px );
		height: 100px;
		align-items: flex-start;
	}
	.col-main .widget:not(.widget-slider) .collections-box ul li .collection-wrap .collection-thumb img{
		align-self: start;
	}
	.collections-box ul li .collection-wrap .collection-meta span{
		font-size: 15px;
	}
	.listing-wrapper .col-main .collections-box ul li .collection-wrap .collection-thumb {
		height: 160px;
		margin: 0 0 12px;
	}
}
@media (max-width: 1199px) {
	.listing-wrapper .col-main .collections-box ul li{
		width: 33.33%;
	}
}
@media (max-width: 991px) {
	.col-main .collections-box ul li{
		width: 33.33%;
	}
	.listing-wrapper .col-main .collections-box ul li .collection-wrap .collection-thumb{
		height: 130px;
	}
	.collection-header span{
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.home-template .collections-box{
		padding: 15px 15px 10px;
	}
	.col-main .collections-box ul{
		margin: 0 -5px;
	}
	.col-main .collections-box ul li{
		width: 50%;
		padding: 0 5px;
		margin: 0 0 10px;
	}
	.collection-wrap .collection-meta span {
		font-size: 14px !important;
	}
	.listing-wrapper .col-main .collections-box ul{
		margin: 0 -5px;
	}
	.listing-wrapper .col-main .collections-box ul li {
		width: 50%;
		padding: 0 5px;
		margin: 0 0 10px;
	}
	.listing-wrapper .col-main .collections-box ul li .collection-wrap .collection-thumb {
		height: 110px;
	}
	.collection-header-wrap{
		height: 250px;
	}
	.collection-header span {
		font-size: 14px;
		padding: 10px 15px;
		border-radius: 8px 8px 0 0;
	}
}
/*==============================
	Custom Box Code
===============================*/
.custom-box-wrap{
	width: 100%;
	padding: 0px;
	background-color: #FFF;
	border-radius: 0px;
	box-shadow: 0px 8px 30px 0px rgb(0 0 0 / 20%);
	position: relative;
}
.custom-box-wrap.w-340{
	max-width: 340px;
	margin: 0 auto;
}
.custom-box{
	width: 100%;
	background-color: #FFF;
	border-radius: 0px;
	position: relative;
}
.custom-box-heading{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	display: block;
	margin: 0 0 17px;
	text-transform: uppercase;
}
.custom-box-header {
    padding: 15px;
    background: #FFF;
    width: 110px;
    height: 110px;
    position: absolute;
    z-index: 1;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 55px;
}
.custom-box-header::before{
	content: '';
    height: 1px;
    background:var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
}
.custom-box-header::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0px -8px 15px 0px rgb(0 0 0 / 5%);
    width: 110px;
    height: 55px;
    background-color: #FFF;
    z-index: 1;
    border-radius: 55px 55px 0 0;
}
.custom-box-icon{
	font-size: 24px;
	color: var(--primary-color);
	width: 80px;
	height: 80px;
	background-color: #FFF;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	z-index: 50;
}
.custom-box-icon::before{
	content: '';
    width: 80px;
    height: 80px;
    background-color: rgba(var(--primary-color-rgba), 3%);
    border-radius: 40px;
    position: absolute;
}
.custom-box-body {
    padding: 20px 24px;
    max-height: calc( 100vh - 200px);
    overflow-x: auto;
}
.custom-box-footer{
	width: 100%;
	min-height: 50px;
	background-color: #fafafa;
    border-top: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px 0px 10px 10px;
}
.custom-box-footer span{
	font-size: 13px;
	color: #333;
}
.custom-box-footer span a{
	font-weight: 700;
	color: var(--primary-hover-color);
	display: inline-block;
}
.custom-box-wrap.is-loading .custom-box-header i, .custom-box-header .circle-loader, .custom-modal.custom-modal-sm.is-loading .custom-box-header i, .custom-modal.custom-modal-sm.is-loading .modal-header{
	display: none;
}
.custom-box-wrap.is-loading .custom-box-header .circle-loader, .custom-modal.custom-modal-sm.is-loading .custom-box-header .circle-loader{
	display: block;
}
.custom-box-wrap.is-loading .custom-box-body, .custom-box-wrap.is-loading .custom-box-footer, .custom-modal.custom-modal-sm.is-loading .custom-box-body, .custom-modal.custom-modal-sm.is-loading .custom-box-footer, .custom-modal.login-modal.is-loading .modal-header{
	opacity: 20%;
	user-select: none;
}
.custom-box-wrap.is-loading .custom-box-body *, .custom-box-wrap.is-loading .custom-box-footer *{
	pointer-events: none;
}
/*==============================
	Login Pages Code
===============================*/

.register_modal .custom-box-body.login-box-body{
	overflow-x: auto;
}

.login-panel {
    display: none;
}
.login-box-body .custom-control {
	font-size: 14px;
    display: inline-block;
    margin: 0 30px 0 0;
}
.login-box-body label:not(.custom-control) {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.login-box-body .form-control {
    font-size: 13px;
    height: 36px;
    border-radius: 2px;
}
.login-box-body .btn{
	font-size: 16px;
	font-weight: 500;
	padding: 8px 12px;
	text-transform: uppercase;
	margin: 5px 0;
}
.login-box-body .custom-control .error{
	color: #ff0000;
}
.login-box-body .info-text{
	margin: 0 30px 0 0;
	display: block;
}
.forgot-link{
	font-size: 14px;
	font-weight: 700;
	color: #EB3F3F;
	text-transform: capitalize;
}
.login-sub-header {
	width: auto;
    min-height: 30px;
	float: none;
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
    position: relative;
    padding: 0 20px;
    margin: 0 -20px 17px;
    display: flex;
    align-items: center;
}
.login-sub-header span {
    width: 100%;
    font-size: 13px;
    color: #333;
    display: flex;
}
.login-sub-header span a {
    font-weight: 700;
    color: #000;
    margin: 0 0 0 auto;
}
.otp-controls {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.otp-wrap .form-control {
    font-size: 20px;
    font-weight: var(--fw-900);
    color: #000;
	width: 42px;
    height: 42px;
    min-width: 1px;
	border-radius: 50%;
    text-align: center !important;
}
.otp-wrap + p {
    font-size: 13px;
    margin: 10px 0 0;
}
.login-wrapper .alert {
    width: 340px;
    margin: -85px auto 85px;
    float: none;
}
.login-wrapper .custom-steps {
    position: relative;
    top: -70px;
}
.login-wrapper .custom-steps + .alert {
    margin: -65px auto 85px;
}
.custom-box-wrap.guest-login{
	max-width: 660px;
	margin: 0 auto;
}
.custom-box-wrap.guest-login-form{
	max-width: 700px;
	margin: 0 auto;
}
.custom-box-wrap.guest-login .custom-box-body.login-box-body {
    padding: 30px 20px 0;
	z-index: 1;
}
.custom-box-wrap.guest-login .custom-box-body.login-box-body > .row {
    display: flex;
    flex-wrap: wrap;
}
.guest-login .first[class*=col]{
	padding: 0 20px 0 15px;
}
.guest-login .first[class*=col] p{
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin: 0 0 20px;
}
.guest-login .first[class*=col] .btn{
	font-size: 16px;
	font-weight: 700;
}
.guest-login .second[class*=col]{
	padding: 0 15px 0 20px;
}
.guest-login .second[class*=col]:before {
    content: '';
	width: 1px;
	background-color: #ddd;
    position: absolute;
       top: -60px;
    bottom: 0;
    left: 0;
    z-index: 50;
}
.guest-login .btn{
	margin: 5px 0 15px;
}
.guest-login .custom-box-footer {
    width: 50%;
    margin: 0 0 0 50%;
    border-left: 1px solid #ddd;
	border-radius: 0;
}
.login-modal .guest-login .custom-box-heading{
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}
.custom-modal.is-loading:not(.quick-view-modal) .modal-body {
	min-width: 300px;
	min-height: 300px;
    background-color: #FFF;
    border-radius: 10px;
}
.login-modal.is-loading .modal-body {
	min-width: 340px;
	min-height: 350px;
}
/*==============================
	Page Get Order
===============================*/
.login-wrapper{
	padding: 50px 0px;
}
.login-wrapper .login-box{
	width: 340px;
	display: flex;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 30%);
}
.login-wrapper .login-box-header{
	width: 100%;
	min-height: 60px;
	padding: 5px 20px;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
}
.login-wrapper .login-box-header h1{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}
.login-wrapper .login-box-header span{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.login-wrapper .login-box-header i {
    font-size: 20px;
    color: #999;
    cursor: pointer;
    margin: 0 0 0 auto;
}
.login-wrapper .login-box-footer{
	width: 100%;
	min-height: 50px;
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-wrapper .login-box-footer span{
	font-size: 13px;
	color: #333;
}
.login-wrapper .login-box-footer span a{
	font-weight: 700;
	color: #000;
	display: inline-block;
}
.login-wrapper .login-box-body{
	width: 100%;
	padding: 20px 20px 10px;
	min-height: 90px;
}
.login-wrapper .login-box-body .form-group{
	margin: 0 0 20px;
}
.login-wrapper .login-box-body .custom-control{
	display: inline-block;
	margin: 10px 25px 5px 0;
}
.login-wrapper .login-box-body label:not(.custom-control){
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.login-wrapper .login-box-body .form-control{
	font-size: 13px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.login-wrapper .login-box-body .btn{
	font-size: 16px;
	font-weight: 500;
	padding: 8px 12px;
	text-transform: uppercase;
}
.login-wrapper .login-box-body .form-group p{
	font-size: 13px;
}

/*==============================
	Detail Page Code
===============================*/
.detail-box{
	padding: 20px;
	background-color: #FFF;
	border-radius: 5px;
	margin: 0 0 30px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
	position: relative;
}
.product-slider {
    position: relative;
}
.product-slider ul.lightSlider > li {
    height: 635px;
    background: #f6f6f6;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	border-radius: 5px;
}
.product-slider ul.lightSlider > li img {
    max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}
.product-slider .lSSlideOuter .lSPager.lSGallery {
    margin-top: 10px !important;
    display: flex;
}
.product-slider .lSSlideOuter .lSPager.lSGallery li:hover, .product-slider .lSSlideOuter .lSPager.lSGallery li.active{
    border-radius: 0px !important;
}
.product-slider .lSSlideOuter .lSPager.lSGallery li a {
    min-height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    transition: var(--default-transition);
}
.product-slider .lSSlideOuter .lSPager.lSGallery li:hover a, .product-slider .lSSlideOuter .lSPager.lSGallery li.active a{
    border-color: var(--primary-color);
    transition: var(--default-transition);
}
.product-slider .product-slider-arrows span{
	font-size: 18px;
	color: var(--btn-text-color);
	width: 30px;
	height: 30px;
	background-color:var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: calc( 50% - 72px );
	transform: translateY(-50%);
	z-index: 10;
    transition: var(--default-transition);
}
.product-slider .product-slider-arrows span:hover{
	background-color: var(--btn-hover-color);
}
.product-slider .product-slider-arrows .product-slider-next{
	right: 20px;
}
.product-slider .product-slider-arrows .product-slider-prev{
	left: 20px;
}
.product-meta ul.meta-ul>li {
    width: 100%;
    min-height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
}
.product-meta ul.meta-ul>li:last-child{
	border: none;
}
.product-meta ul.meta-ul>li.wrapper-li-add-cart .frm-add-cart{
	width: 100%;
}
.product-meta ul.meta-ul>li.wrapper-li-add-cart .frm-add-cart>ul.ul-product-control>li>div{
	border-bottom: 1px solid #e2e2e2;
}
.product-meta ul.meta-ul>li.wrapper-li-add-cart .frm-add-cart>ul.ul-product-control>li:last-of-type>div{
	border-bottom:none;
}
.product-meta ul.meta-ul>li.wrapper-li-add-cart .frm-add-cart  select.bundle-control{
	font-size: 14px;
	color: #000;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 3px;
	outline: none !important;
	max-width: 94%;
	padding: 3px 4px;
}
.product-meta ul.meta-ul>li.wrapper-li-add-cart .frm-add-cart  select.fbundle-control:focus,.product-meta ul.meta-ul>li.wrapper-li-add-cart .frm-add-cart  select.bundle-control:hover{
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.18) !important;
	border-color: #80bdff;
	outline:0;
}
.product-control table tr td .price i.icon-ticket-percent, .product-control table tr td .price + i.icon-ticket-percent {
    font-size: 20px;
    color: #999;
    display: inline-block;
    vertical-align: text-bottom;
	margin: 0 0 0 8px;
}
.bundle-listing{
    display: table;
	margin-bottom: 10px;
}
.bundle-listing ul{
	display: table-row-group;
}
.bundle-listing ul>li{
	display: table-row;
	margin: 0;
}
.bundle-listing ul li span:not(.bundle-listing-txt),.bundle-listing ul li i{
	display: table-cell;
	font-style: normal;
	padding-bottom:10px;
}
.bundle-listing ul li i{
	padding: 0 20px 0 20px;
}
.bundle-listing ul li span .form-group{
	margin: 0;
	display: inline;
}@media (min-width:768px) {
	.product-control table td.first{
		width: 200px;
	}
}
@media (max-width:767px) {
	.bundle-listing{
		margin: 10px 0px;
	}
	.product-meta ul.meta-ul>li.wrapper-li-add-cart .frm-add-cart select.bundle-control{
		max-width: 200px !important;
	}
}
.product-meta .item-title {
    font-size: 24px;
	font-weight: 500;
    color: #000;
    line-height: 36px;
    display: block;
}
.item-price-wrap .price{
	display: flex;
	align-items: center;
}
.item-price-wrap .price-wrapper.price .special-price, .item-price-wrap .price-wrapper.price .regular-price {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.item-price-wrap .price-wrapper.price .regular-price + .special-price {
    font-size: 18px;
    font-weight: 400;
    color: #DE3435;
    position: relative;
    top: 2px;
    margin: 0 0 0 10px !important;
}
.item-price-wrap .price-wrapper.price .regular-price + .special-price::before{
	content: '';
	height: 1px;
	background-color: #DE3435;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.product-sub-meta {
	padding: 20px 0;
    margin: 0 0 0 auto;
}
.product-meta-reviews .item-rating{
	margin: 0 0 0 10px;
}
.review-counter{
	font-size: 12px;
	color: #333;
}


.prodcut-offer-wrap {
    width: 100%;
    display: flex;
    border: 1px solid #E94141;
    border-radius: 30px;
    overflow: hidden;
}
.prodcut-offer-wrap > .leftbar{
	display: flex;
	flex: 1;
	gap: 10px;
}
.offer-badge {
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    padding: 4px 14px;
    background-color: #DE3435;
    text-transform: uppercase;
	user-select: none;
}
.prodcut-offer-wrap > .leftbar ul{
	display: flex;
}
.prodcut-offer-wrap > .leftbar ul li{
	font-size: 12px;
	font-weight: 700;
	color: #DE3435;
	display: flex;
	align-items: center;
}
.prodcut-offer-wrap > .leftbar ul li + li{
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	position: relative;
}
html[dir="rtl"] .prodcut-offer-wrap > .leftbar ul li + li{
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
.prodcut-offer-wrap > .leftbar ul li + li::before{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #d3d3d3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
html[dir="rtl"] .prodcut-offer-wrap > .leftbar ul li + li::before{
	left: auto;
	right: 0;
}
.offer-timer{
	padding: 4px 15px;
	font-size: 13px;
	font-weight: 700;
	color: #DE3435;
	background-color: #fdf3f3;
	border-left: 1px solid #DE3435;
    display: flex;
    justify-content: center;
    align-items: center;
	user-select: none;
}
html[dir="rtl"] .offer-timer{
	border: none;
	border-right: 1px solid #DE3435;
}
.spec-grid table {
    width: 100%;
	margin: 13px 0 10px;
}
.spec-grid table tr td {
	color: #000;
	padding: 7px 5px;
    vertical-align: middle;
}
.spec-grid table tr td:first-child {
	font-weight: 700;
    white-space: nowrap;
	font-size: 16px;
}
.spec-grid table tr td .multiple-options label span {
	font-size: 15px;
}
.spec-grid table tr td .multiple-options ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.spec-grid table tr td .multiple-options ul li {
	display: flex;
	justify-content: space-between;
}
.spec-grid table tr td .multiple-options ul li small {
	color: #666;
	font-size: 14px;
}
ul.custom-meta{
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
ul.custom-meta li {
	display: inline-block;
	line-height: normal !important;
    position: relative;
}
ul.custom-meta li:not(:last-child) {
    margin: 0 7px 0 0;
}
ul.custom-meta li a {
    color: #000 !important;
	text-decoration: none !important;
    transition: var(--default-transition);
}
ul.custom-meta li a:hover {
    color: var(--primary-color) !important;
    transition: var(--default-transition);
}
ul.custom-meta li:not(:last-child) a:after {
    content: ', ';
    position: absolute;
    right: -5px;
    bottom: 1px;
}
.meta-picker{	user-select: none; }
.meta-picker ul li{
	display: inline-block;
	margin: 10px 2px 5px 0;
}
.meta-picker ul li:last-child{ margin: 10px 0 5px !important;}
.meta-picker ul li a{
	font-size: 13px;
	color: #666;
	background-color: #FFF;
	padding: 6px 15px;
	border: 1px solid #999;
	border-radius: 15px;
	text-transform: capitalize;
	transition: var(--default-transition);
}
.meta-picker ul li a:hover{
	color: #000;
	border-color: #000;
	transition: var(--default-transition);
}
.meta-picker ul li.active a, .meta-picker ul li.active a:hover{
	color: #FFF;
	background-color: #000;
	border-color: #000;
	transition: var(--default-transition);
}
.meta-picker ul li.disabled{ cursor: not-allowed; }
.meta-picker ul li.disabled a{
	opacity: .5;
	pointer-events: none;
}
html[dir="rtl"] .meta-picker ul li{ margin: 10px 0 5px 2px; }
html[dir="rtl"] .meta-picker ul li a { padding: 2px 15px 1px; }
.meta-dropdown .dropdown-toggle{
	min-width: 200px;
	min-height: 30px;
	padding: 5px 10px;
	font-size: 13px;
	color: #000;
	background: url(../img/detail_swap.svg) no-repeat right 10px center/10px 10px, url(../img/select_bg.svg) repeat;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0 0 0px;
	text-transform: capitalize;
	display: inline-block;
	cursor: pointer;
}
.meta-dropdown .dropdown-menu {
    min-width: 200px;
    top: calc( 100% + 10px );
    right: auto;
    left: 0;
    padding: 2px 0;
    margin: 0;
	z-index: 10;
    border: none;
	user-select: none;
	-webkit-box-shadow: 0px 1px 25px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 1px 25px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 1px 25px 0px rgb(0 0 0 / 25%);
}
.meta-dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    transform: translateX(-50%);
}
.meta-dropdown .dropdown-menu li a{
	background-color: transparent !important;
	padding: 14px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.meta-dropdown .dropdown-menu li:last-child a{
	border: none;
}
.meta-dropdown .dropdown-menu li.disabled a{
	background-color: #fafafa !important;
	user-select: none;
}
.meta-list{
	width: 100%;
	display: flex;
	align-items: center;
}
.meta-list-badge{
	min-width: 36px;
	min-height: 22px;
	font-size: 12px;
	font-weight: 700;
	color: #666;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin: 0 7px 0 0;
	transition: var(--default-transition);
}
.meta-dropdown .dropdown-menu li:not(.disabled) .meta-list-badge, .meta-dropdown .dropdown-menu li:not(.disabled).active .meta-list-badge{
	border-color: var(--primary-color);
	color: var(--primary-color);
	transition: var(--default-transition);
}
.meta-list-name{
	font-size: 13px;
	color: #000;
	text-transform: capitalize;
}
.meta-dropdown .dropdown-menu li.disabled .meta-list-badge, .meta-dropdown .dropdown-menu li.disabled .meta-list-name{
	opacity: .6;
}
.meta-list i{
	font-size: 18px;
	color: #ccc;
	opacity: 0;
	margin: 0 0 0 auto;
	transition: var(--default-transition);
}
.meta-dropdown .dropdown-menu li:not(.disabled):hover i{
	opacity: 1;
	transition: var(--default-transition);
}
.meta-dropdown .dropdown-menu li.active i{
	color: var(--primary-color);
	opacity: 1;
	transition: var(--default-transition);
}
.product-control table {
    width: 100%;
    margin: 15px 0 10px;
}
.product-control table td {
    font-size: 14px;
    vertical-align: top;
}
.product-control table td.first {
    min-width: 100px;
    color: #000;
}
.product-control table td.first span{
	font-weight: 700;
}
.product-control table td.first p{
	font-size: 11px;
	color: #666;
	margin: 0;
}
.product-control table td.fw-700 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.product-control table .price-wrapper.price .special-price{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.product-control table .price-wrapper.price .regular-price{
	font-size: 15px;
}
.product-control table .price-wrapper.price .special-price + .regular-price {
    font-size: 14px;
    font-weight: 400;
    color: #DE3435;
    position: relative;
    margin: 0 0 0 10px !important;
}
html[dir="rtl"] .product-control table .price-wrapper.price .special-price + .regular-price {
    margin: 0 10px 0 0  !important;
}
.product-control table .price-wrapper.price .special-price + .regular-price::before{
	content: '';
	height: 1px;
	background-color: #DE3435;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.product-control table tr td .price + i.icon-label-percent-left {
    font-size: 22px;
    color: #999;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 5px;
	cursor: pointer;
}
.btn-offers {
    margin: 0 0 0 5px;
    display: inline-block;
    height: auto;
}
.product-control table tr td .btn-offers {
    font-size: 20px;
	color: #EC407A;
    vertical-align: top;
    cursor: pointer;
}
.bundle-listing ul li {
	margin: 0 0 7px;
}
.bundle-listing ul li:last-child{
	margin: 0 0 15px;
}
.bundle-listing ul li span {
    font-size: 14px;
    color: #000;
}
.bundle-listing ul li span i {
    font-size: 16px;
    font-style: normal;
	display: inline-block;
    margin: 0 10px 0 20px;
}
html[dir="rtl"] .bundle-listing ul li span i {
    margin: 0 20px 0 10px;
}
.bundle-listing ul li span strong{
	font-size: 13px;
	font-weight: normal;
	color: #999;
	display: inline-block;
}
.product-control table table{
	margin: 0;
}
.product-control table table tr td {
    padding: 10px 0;
    vertical-align: top;
}
.product-control table table tr td.special-price{
	vertical-align: middle;
	display: flex;
    align-items: center;
	gap: 2px;
}
.product-tabs .nav-tabs{
	border: none;
}
.product-tabs .nav-tabs>li>a{
    font-size: 16px;
    font-weight: 700;
    color: #666;
	padding: 14px 35px;
    border: none !important;
    margin: 0 !important;
    text-transform: capitalize;
	position: relative;
    transition: var(--default-transition);
}
.product-tabs .nav-tabs>li:hover>a, .product-tabs .nav-tabs>li>a:focus{
	background-color: transparent;
	color: var(--primary-color);
    transition: var(--default-transition);
}
.product-tabs .nav-tabs>li.active>a, .product-tabs .nav-tabs>li.active>a:focus{
	background-color: #FFF;
	color: var(--primary-color);
	box-shadow: 0px -1px 3px 0px rgb(0 0 0 / 10%);
    transition: var(--default-transition);
}
.product-tabs .nav-tabs>li.active>a::after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 5px;
    background-color: #FFF;
    z-index: 1;
}
.product-tabs .tab-content{
	width: 100%;
    float: left;
	padding: 20px;
	background-color: #FFF;
	border-radius: 3px;
	margin: 0 0 30px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
	position: relative;
}
.product-tabs .tab-content h1, .product-tabs .tab-content h2, .product-tabs .tab-content h3, .product-tabs .tab-content h4, .product-tabs .tab-content h5, .product-tabs .tab-content h6 {
	font-weight: 700;
	margin: 0 0 12px;
}
.product-tabs .tab-content h4 {
	font-size: 16px;
}
.product-tabs .tab-content div:not(.pagination) a{
    display: inline-block;
    color: var(--primary-color);
    text-decoration: underline;
}
.product-tabs .tab-content p {
	color: #000;
	line-height: 26px;
	margin: 0 0 12px;
}
.product-tabs .tab-content ol, .product-tabs .tab-content ul {
	padding: 0 15px;
	margin: 0 0 15px;
}
.product-tabs .tab-content ul {
	list-style-type: disc;
}
.product-tabs .tab-content ol li, .product-tabs .tab-content ul li {
	line-height: 26px;
}
.product-tabs .tab-content .tab-content a {
	display: inline-block;
	color: var(--primary-color);
	text-decoration: underline;
}
.product-tabs table{
	width: 100%;
	border: 1px solid #eee;
}
.product-tabs table tr:nth-child(odd){
	background-color: #FAFAFA;
}
.product-tabs table tr td{
	color: #000;
	padding: 14px 15px;
	vertical-align: middle;
}
.product-tabs table tr td:first-child{
	font-weight: 700;
}
.product-tabs table tr:not(:last-child) td{
	border-bottom: 1px solid #eee;
}
.product-tabs table tr td:not(:last-child) {
	border-right: 1px solid #eee;
}
.variant-btn {
    padding: 25px 0 0;
}
.variant-btn > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.variant-btn > ul > li:not(.li-cart):not(.li-notify) > a {
    font-size: 20px;
    width: 40px;
    height: 40px;
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--default-transition);
}
.variant-btn > ul > li > a {
    margin: 0 10px 0 0;
}
.variant-btn ul li.li-wishlist > a{
	color: #EB3F3F;
	border: 1px solid #EB3F3F;
}
.variant-btn ul li.li-wishlist > a:hover, .variant-btn ul li.li-wishlist > a.added{
	color: #FFF !important;
	background-color: #EB3F3F;
    transition: var(--default-transition);
}
.variant-btn ul li.li-wishlist a.added i{
	color: #FFF !important;
    transition: var(--default-transition);
}
.variant-btn ul li.li-compare > a, .variant-btn ul li.li-share > a{
	color: #526375;
	border: 1px solid #526375;
}
.variant-btn ul li.li-compare > a:hover, .variant-btn ul li.li-share > a:hover, .variant-btn ul li.li-share.open > a{
	color: #FFF;
	background-color: #526375;
    transition: var(--default-transition);
}
.variant-btn ul li.li-cart .btn, .compare-btn .btn:not(.btn-notify){
    font-size: 15px;
    font-weight: 700;
	padding: 12px 12px;
    min-width: 200px;
    min-height: 40px;
    background-position: center;
	justify-content: center;
    border-radius: 2px;
    display: flex;
    text-align: center;
    align-items: center;
	gap: 5px;
    text-transform: uppercase;
	overflow: hidden;
    transition: var(--default-transition);
}
.variant-btn ul li .btn i {
    font-size: 22px;
    vertical-align: text-bottom;
}
.product-slider .lSSlideOuter .lSPager.lSGallery img{
    padding: 5px;
}
.variant-btn ul li.li-cart .btn.is-loading span, .compare-btn .btn:not(.btn-notify).is-loading span{
	text-indent: -999999em;
    transition: var(--default-transition);
}
.variant-btn ul li.li-cart .item-btn-circle, .compare-btn .btn:not(.btn-notify) .item-btn-circle{
	font-size: 20px;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 4px;
	right: -30px;
	opacity: 0;
	transition: var(--default-transition);
}
.variant-btn ul li.li-cart .btn:hover .item-btn-circle, .variant-btn ul li.li-cart .btn:focus .item-btn-circle, .compare-btn .btn:not(.btn-notify):hover .item-btn-circle, .compare-btn .btn:not(.btn-notify):focus .item-btn-circle{
	right: 4px;
	opacity: 1;
	transition: var(--default-transition);
}
.variant-btn ul li.li-cart .item-btn-circle i, .compare-btn .btn:not(.btn-notify) i{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.variant-btn ul li.li-notify .btn, .compare-btn .btn-notify{
    font-size: 15px;
    font-weight: 700;
    min-width: 160px;
    min-height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-radius: 20px;
}
.variant-btn ul li.li-notify .btn i, .compare-btn .btn-notify i {
    font-size: 20px;
    color: var(--primary-color);
    margin: 0 0 0 auto;
	transition: var(--default-transition);
}
.variant-btn ul li.li-notify .btn:hover i, .variant-btn ul li.li-notify .btn:focus i, .compare-btn .btn-notify:hover i, .compare-btn .btn-notify:focus i{
	color: #FFF !important;
	transition: var(--default-transition);
}
.variant-btn ul li.li-cart .btn.is-loading, .variant-btn ul li.li-notify .btn.is-loading, .compare-btn .btn.is-loading {
	text-indent: -999999em;
	background-color: var(--primary-color);
	background-image: url(../img/loaders_bg/circle_loader_white.svg);
	background-repeat: no-repeat;
    background-size: 36px !important;
    background-position: center !important;
}
.variant-btn ul li.li-cart .btn.is-loading .item-btn-circle, .compare-btn .btn.is-loading .item-btn-circle {
	text-indent: -999999em;
	opacity: 0 !important;
}
.variant-btn ul li.li-stock {
	display: inline-block;
	width: 100%;
}
.stock-alert {
	color: #EB3F3F;
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	padding: 0 0 10px;
}
.reviews-wrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.reviews-wrapper > .leftbar ul, ul.reviews-ul{
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}
.reviews-wrapper > .leftbar{
	width: 350px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	align-self: flex-start;
	margin: 0 0 25px;
}
.reviews-wrapper > .rightbar{
	width: calc( 100% - 380px );
}
.reviews-meta{
	width: 100%;
	min-height: 70px;
	padding: 5px 15px;
	background-color: #FFF;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
.reviews-meta-counter{
	font-size: 16px;
	font-weight: var(--fw-900);
	color: #FFF;
	width: 36px;
	height: 36px;
	background-color: var(--primary-color);
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}
.reviews-meta-info{
	padding: 0 10px;
}
.reviews-meta-info span{
	font-size: 12px;
	color: #666;
	line-height: 15px;
	display: block;
}
.reviews-meta-rating{
	margin: 0 0 0 auto;
}
.reviews-progress{
	padding: 15px;
}
.reviews-progress ul{
	width: 100%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
}
.reviews-progress ul li{
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
.reviews-progress ul li > .leftbar{
	font-size: 12px;
	font-weight: 700;
	color: #000;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}
.reviews-progress ul li > .middlebar{
	padding: 0 10px;
	flex: 1;
}
.reviews-progress ul li > .middlebar span{
	font-size: 12px;
	color: #666;
	line-height: 15px;
	display: block;
}
.reviews-progress ul li > .rightbar{
	width: 180px;
}
.reviews-progress ul li > .rightbar .progress {
    height: 6px;
    box-shadow: none;
    margin: 0;
	border-radius: 3px;
}
.reviews-progress ul li > .rightbar .progress .progress-bar{
    box-shadow: none;
	border-radius: 3px;
}
.reviews-progress ul li:nth-child(1) > .leftbar{color: #1AABE2; border-color: #1AABE2;}
.reviews-progress ul li:nth-child(1) > .rightbar .progress{background-color: #dcf3fb;}
.reviews-progress ul li:nth-child(1) > .rightbar .progress .progress-bar{background-color: #1AABE2;}
.reviews-progress ul li:nth-child(2) > .leftbar{color: #0EC186; border-color: #0EC186;}
.reviews-progress ul li:nth-child(2) > .rightbar .progress{background-color: #dbf6ed;}
.reviews-progress ul li:nth-child(2) > .rightbar .progress .progress-bar{background-color: #0EC186;}
.reviews-progress ul li:nth-child(3) > .leftbar{color: #DEB100; border-color: #DEB100;}
.reviews-progress ul li:nth-child(3) > .rightbar .progress{background-color: #faf3d9;}
.reviews-progress ul li:nth-child(3) > .rightbar .progress .progress-bar{background-color: #DEB100;}
.reviews-progress ul li:nth-child(4) > .leftbar{color: #FB8600; border-color: #FB8600;}
.reviews-progress ul li:nth-child(4) > .rightbar .progress{background-color: #ffedd9;}
.reviews-progress ul li:nth-child(4) > .rightbar .progress .progress-bar{background-color: #FB8600;}
.reviews-progress ul li:nth-child(5) > .leftbar{color: #E94141; border-color: #E94141;}
.reviews-progress ul li:nth-child(5) > .rightbar .progress{background-color: #fce2e2;}
.reviews-progress ul li:nth-child(5) > .rightbar .progress .progress-bar{background-color: #E94141;}
ul.reviews-ul li {
    width: 100%;
    line-height: unset !important;
    list-style-type: none;
    display: flex;
	justify-content: space-between;
    margin: 0 0 20px;
}
ul.reviews-ul li > .leftbar {
    width: 150px;
}
ul.reviews-ul li > .rightbar {
    width: calc( 100% - 150px );
	min-height: 60px;
    background-color: #fef2f2;
    padding: 10px 15px;
    border-radius: 0 3px 3px 3px;
    position: relative;
}
ul.reviews-ul li > .rightbar::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #fef2f2;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0px;
    left: -15px;
    transform: rotate(-270deg);
}
ul.reviews-ul li:nth-child(even) > .rightbar {
    background-color: #f1f3f4;
}
ul.reviews-ul li:nth-child(even) > .rightbar::before {
    border-top: 15px solid #f1f3f4;
}
ul.reviews-ul li > .rightbar span {
    font-size: 13px;
    color: #222;
    line-height: 20px;
    display: block;
}
ul.reviews-ul li > .leftbar span {
    font-weight: 700;
    line-height: 18px;
    display: block;
	margin: 0 0 4px;
}
ul.reviews-ul li > .leftbar p {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    margin: 0 0 5px;
}
ul.reviews-ul li > .leftbar .item-rating div[class^='rating'] {
    background-size: 75px;
}
.empty-tab {
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.empty-tab img{
	max-width: 100px;
	margin: 0 auto 15px;
	display: block;
}
.empty-tab span{
    font-size: 13px;
    font-weight: 700;
    color: #000;
    display: block;
}
/*==============================
	Quickview Popup Code
===============================*/
.custom-modal.quick-view-modal .modal-content{
	padding: 0;
}
.custom-modal.quick-view-modal .modal-body {
    min-width: unset;
    min-height: unset;
    max-height: unset;
    max-height: unset;
	border: none;
	padding: 10px;
	overflow: hidden;
}
.custom-modal.quick-view-modal .detail-box {
	padding: 10px;
	border: 1px solid var(--primary-color);
	box-shadow: none;
	margin: 0;
	border-radius: 10px;
	max-height: calc( 100vh - 100px );
    overflow-y: auto;
}
.custom-modal.quick-view-modal .detail-box > .row{
	margin: 0 -10px;
}
.custom-modal.quick-view-modal .detail-box > .row > div[class^='col']{
	padding: 0 10px;
}
.custom-modal.quick-view-modal .detail-box > .row > div[class^='col']:first-child{
	position: sticky;
    top: 0;
}
.custom-modal.quick-view-modal .product-slider ul.lightSlider > li{
	height: 400px;
}
.custom-modal.quick-view-modal .product-slider .lSSlideOuter .lSPager.lSGallery li a{
	min-height: 88px;
}
.custom-modal.quick-view-modal .product-slider .product-slider-arrows span {
	top: calc( 50% - 6px );
}
.product-slider:has(.lSSlideOuter .lSPager.lSGallery li) .product-slider-arrows span{
	top: calc( 50% - 50px );
}

.custom-modal.quick-view-modal .product-meta .item-title {
	font-size: 22px;
    line-height: 30px;
    color: #000;
    display: block;
    margin: 0 0 10px;
}

.custom-modal.quick-view-modal .item-price-wrap .price-wrapper.price .special-price + .regular-price {
    font-size: 16px;
	margin: 0 !important;
}
.custom-modal.quick-view-modal.is-loading .modal-body {
	padding: 10px;
	min-height: 120px;
}
.custom-modal.quick-view-modal .modal-body,
.custom-modal.quick-view-modal .detail-box {
	border: none;
}
.custom-modal.quick-view-modal .modal-content {
	border-radius: 0px;
}
/*==============================
	Cart Page Code
===============================*/
.cart-box {
	width: 100%;
	float: left;
}
.cart-box > .leftbar {
    width: calc( 100% - 415px );
    float: left;
}
.summary-panel {
    width: 385px;
    float: right;
}
.summary-panel .summary-block{
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
ul.cart-ul li.cart-li{
	background-color: #FFF;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
	border-radius: 5px;
	margin: 0 0 10px;
}
.cart-item-wrap{
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	transition: var(--default-transition);
}
.cart-item-wrap > .leftbar{
	display: flex;
}
.cart-item-wrap > .rightbar{
	flex: 1;
	padding: 0 20px 0 0;
}
.cart-item-del {
    width: 30px;
    height: 30px;
    background-color: #fdebeb;
    font-size: 16px;
    color: #EB3F3F;
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
	z-index: 10;
	transition: var(--default-transition);
}
.cart-item-wrap:hover .cart-item-del {
    color: #FFF;
    background-color: #EB3F3F;
	transition: var(--default-transition);
}
.cart-item-wrap > .leftbar .cart-item-thumb{
	width: 180px;
	height: 180px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}
.cart-item-wrap > .leftbar .cart-item-thumb img{
	max-width: 100%;
	align-self: center;
	border-radius: 3px;
}
.cart-item-type{
	width: 30px;
	background-color: #B4BBC2;
	border-radius: 0 30px 30px 0;
	display: flex;
    justify-content: center;
    align-items: center;
	user-select: none;
	transition: var(--default-transition);
}
.cart-item-wrap:hover .cart-item-type{
	background-color: var(--secondary-color);
	transition: var(--default-transition);
}
.cart-item-type span{
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	display: block;
    transform: rotate(-90deg);
}
.cart-item-title{
	font-size: 18px;
	font-weight: 700;
	color: #222;
	padding: 0 20px 0 0;
	margin: 0 0 8px;
	display: inline-block;
	transition: var(--default-transition);
}
.cart-item-title:hover, .cart-item-title:focus{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.cart-item-bundle-info{
	display: inline-block;
}
.cart-title-wrapper{
	display: flex;
}
	
.cart-item-bundle-info i{
	font-size: 14px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2px 4px;
	border-radius: 2px;
}
@media (max-width:767px) {
	.cart-item-bundle-info{
		margin-bottom: 6px;
	}
	.cart-title-wrapper{
		flex-wrap: wrap;
		justify-content: center;
	}
	.cart-item-bundle-info i{
		margin: 2px 4px;
	}
	html[dir="rtl"] .cart-item-bundle-info i{
		margin-right:0px;
		margin-left:0px;
	}
}
ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-info ul{
	display: table;
	margin: 0 0 10px;
}
ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-info ul li {
    font-size: 14px;
    color: #222;
    line-height: 18px;
	display: table-row;
}
ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-info ul li strong {
    display: table-cell;
	padding: 3px 10px 0 0;
}
.cart-meta-btn{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 15px;
}
.cart-meta-btn .btn{
	font-size: 12px;
	font-weight: 700;
	padding: 5px 19px;
	text-transform: uppercase;
	border-radius: 15px;
}
.cart-meta-btn .btn.btn-offers{
	margin: 0 !important;
}
.cart-item-meta {
    width: 100%;
    display: flex;
	align-items: center;
}
.cart-item-meta .qty-group{
	width: 120px;
	height: 36px;
	border-radius: 18px;
}
.cart-item-meta .qty-group .qty-minus, .cart-item-meta .qty-group .qty-plus{
	font-size: 20px;
	width: 30px;
	height: 30px;
}
.cart-item-meta .qty-group input {
    width: calc( 100% - 60px );
    height: 28px;
    font-size: 15px;
}
.cart-item-meta .cart-meta-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 0 auto;
}
.cart-item-price .price-wrapper.price .special-price, .cart-item-price .price-wrapper.price .regular-price {
    font-size: 20px;
    font-weight: var(--fw-900);
    color: #000;
}
.cart-item-price .price-wrapper.price .special-price + .regular-price {
    font-size: 16px;
    font-weight: 400;
    color: #EB3F3F;
    position: relative;
}
.cart-item-price .price-wrapper.price .special-price + .regular-price:before {
    background: #EB3F3F;
}
.item-price-saved {
    margin: 0 0 -4px;
}
.item-price-saved * {
    font-size: 13px;
    font-weight: 400;
    color: #777;
    display: inline-block;
    letter-spacing: 0.5px;
}
.cart-box > .leftbar .cart-footer-btn {
    background-color: transparent;
    padding: 10px 0 0;
    display: block;
}
.cart-box > .leftbar .cart-footer-btn .btn{
	width: auto;
	padding: 8px 25px 6px;
	text-transform: capitalize;
}
.cart-box > .leftbar .cart-footer-btn .btn-secondary-outline:not(:hover):not(:focus){
	background-color: #FFF;
}
.btn-addons-group{
	display: flex;
}
.btn-addons{
	font-size: 12px;
	font-weight: 700;
	color: #526375;
	padding: 5px 16px;
	border: 1px solid #526375;
	display: flex;
	gap: 3px;
    justify-content: center;
    align-items: center;
	text-transform: uppercase;
	transition: var(--default-transition);
}
.btn-addons:hover, .btn-addons:focus{
	background-color: #526375;
	color: #FFF;
	transition: var(--default-transition);
}
.btn-addons-group .btn-addons:first-child{
	border-radius: 15px 0 0 15px;
}
.btn-addons-group .btn-addons:last-child{
	border-radius: 0 15px 15px 0;
}
.btn-addons-group .btn-addons:not(:last-child){
	border-right: none;
}
.btn-addons-group .btn-addons:first-child:last-child{
	border-radius: 15px !important;
}
.btn-addons i{
	font-size: 16px;
	color: #526375;
	position: relative;
	top: 1px;
	transition: var(--default-transition);
}
.btn-addons:hover i, .btn-addons:focus i{
	color: #FFF;
	transition: var(--default-transition);
}
html[dir="rtl"] .btn-addons{
	padding: 5px 16px 3px;
}
html[dir="rtl"] .btn-addons-group .btn-addons:not(:last-child) {
    border-right: 1px solid #526375;
	border-left: none;
}
html[dir="rtl"] .btn-addons-group .btn-addons:first-child {
    border-radius: 0 15px 15px 0;
}
html[dir="rtl"] .btn-addons-group .btn-addons:last-child {
    border-radius: 15px 0 0 15px;
}
.item-addons-counter.open i{
	transform: rotate(90deg);
	transition: var(--default-transition);
}
html[dir="rtl"] .item-addons-counter:not(.open) i{
	transform: rotate(180deg);
	transition: var(--default-transition);
}
.cart-item-addons{
	background-color: #fafafa;
	padding: 0px 20px 20px;
	position: relative;
	border-radius: 0 0 5px 5px;
	box-shadow: inset 0px 1px 5px 0px rgb(0 0 0 / 10%), 0px 1px 5px 0px rgb(0 0 0 / 10%);
	box-shadow: inset 0px 1px 5px 0px rgb(0 0 0 / 10%);
}
.cart-item-addons:not(.open){
	display: none;
}
.cart-addons-title{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 0 3px;
}
.cart-addons-title span {
    min-width: 160px;
    background-color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    padding: 6px 25px 6px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 0 30px 30px;
}
.cart-item-addons ul.cart-ul {
	width: 100%;
	float: left;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
	overflow: hidden;
}
.cart-item-addons ul.cart-ul li.cart-li {
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0px;
	margin: 0;
}
.cart-item-addons .cart-item-wrap{
	padding: 10px 0 0;
}
.cart-item-addons .cart-item-wrap > .leftbar .cart-item-thumb{
	width: 60px;
	height: 60px;
	margin: 0 10px;
}
.cart-item-addons .cart-item-title {
    font-size: 15px;
    margin: 0 0 2px;
}
.cart-item-addons .cart-item-meta {
	width: auto;
    justify-content: flex-end;
    flex: 1;
}
.cart-item-addons .cart-meta-btn{
	margin: 0 0 10px;
}
.cart-item-addons .qty-group{
	cursor: not-allowed;
	user-select: none;
	box-shadow: none;
}
.cart-item-addons .qty-group *{
	pointer-events: none;
}
.cart-item-addons ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-info ul {
    margin: 0 0 10px;
}
.cart-item-addons ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-info ul li {
    font-size: 13px;
    line-height: 16px;
}
.addons-grid-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}
.addons-grid-meta .price{
	font-size: 14px;
	font-weight: 700;
}
.addons-grid-meta i{
	font-size: 18px;
	color: #999;
	cursor: pointer;
}
.addons-footer-meta {
    width: 100%;
    float: left;
    display: flex;
    margin: 5px 0;
}
.addons-footer-meta .btn {
    font-size: 14px;
    font-weight: 700;
    padding: 9px 25px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 7px;
}
.addons-footer-meta .btn i{
	font-size: 20px;
	color: #FFF;
}
.summary-block-heading{
	width: calc( 100% - 40px );
	min-height: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	background-color: var(--primary-color);
	margin: 0 auto 20px;
	border-radius: 0 0 40px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.summary-listing-wrapper{
	display: flex;
	gap: 8px;
	min-height: 33px;
}
.summary-block-listing{
    width: 100%;
    float: left;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0 12px;
    margin: 0px 0 0px;
	display: flex;
	flex-direction: column;
}
.summary-block-listing + .summary-block-listing{
	margin: 0;
	border-top: none;
}
.summary-sub-header {
	padding: 0 15px;
    margin: 0 0 8px !important;
	display: block;
}
.summary-sub-header span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 22px;
    flex: 1;
}
.summary-block .summary-sub-header .btn {
    font-size: 11px;
    font-weight: 700;
    border-radius: 0px;
    padding: 1px 10px;
   
}
.summary-sub-header + .summary-block-body{
	padding: 0 15px;
	text-align: left;
}
html[dir="rtl"] .summary-sub-header + .summary-block-body{
	text-align: left;
}
.summary-block-body p {
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin: 0;
}
.summary-block-listing ul {
    width: 100%;
}
.summary-block-listing ul li {
    width: 100%;
    float: left;
    padding: 5px 20px;
}
.summary-block-listing ul li span {
    font-size: 15px;
    color: #000;
    line-height: 24px;
}
.summary-block-listing ul li .pull-right span {
    font-weight: 700;
}
.summary-block-listing ul li.li-total {
    padding: 18px 20px 12px;
    margin: 3px 0 20px;
    margin: 12px 0 7px;
    border-top: 1px solid #e5e5e5;
}
.summary-block-listing ul li.li-total span {
    font-size: 20px;
    font-weight: var(--fw-900);
	text-transform: uppercase;
}
ul li.li-redeem {
    min-height: 40px;
    background-color: rgba(var(--primary-color-rgba), .05);
    padding: 0 20px;
	margin: 0 0 13px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
ul li.li-redeem span {
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

ul li.li-redeem a {
    font-size: 13px;
	font-weight: 700;
    color: var(--text-red);
}
ul li.li-redeem a:hover{
	color: var(--primary-hover-color);
}
.cart-close-box {
    font-size: 14px;
    color: #EB3F3F;
    width: 20px;
    height: 20px;
    border: 1px solid #EB3F3F;
    border-radius: 50%;
    display: inline-block;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    margin: 0 6px;
    transition: var(--default-transition);
}
.cart-close-box:hover, .cart-close-box:focus{
	background-color: #EB3F3F;
	color: #FFF;
    transition: var(--default-transition);
}
.summary-block .summary-block-listing + .btn{
	width: calc( 100% - 40px );
	font-size: 20px;
	font-weight: var(--fw-900);
	padding: 10px 12px;
	text-transform: uppercase;
	border-radius: 5px;
	display: block;
	margin: 0 auto 20px;
}
.loyalty-radio-wrap{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	margin: 10px 0 15px;
}
.loyalty-radio-wrap > .leftbar span{
	font-size: 13px;
	font-weight: 700;
	color: #000;
}
.loyalty-radio-wrap > .rightbar{
	margin: 0 0 0 auto;
}
html[dir="rtl"] .loyalty-radio-wrap > .rightbar{
	margin: 0 auto 0 0 ;
}
.loyalty-radio-wrap > .rightbar .custom-radio{
	display: inline-block;
	margin: 0 !important;
}
.loyalty-radio-wrap > .rightbar .custom-radio:not(:last-child){
	margin: 0 20px 0 0 !important;
}
html[dir="rtl"] .loyalty-radio-wrap > .rightbar .custom-radio:not(:last-child){
	margin: 0 0 0 20px !important;
}
.loyalty-field{
	display: flex;
	margin: 0 0 10px;
}
.loyalty-field .input-group-addon{
	padding: 6px 18px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 0 0 -1px;
}
html[dir="rtl"] .loyalty-field .input-group-addon{
	margin: 0 -1px 0 0;
}
.loyalty-field-wrap label{
	font-size: 13px;
	font-weight: 700;
	color: #000;
}
.loyalty-field .form-group{
	margin: 0;
}
.loyalty-field .form-control{
	font-size: 13px;
	height: 36px;
	color: #000;
}
.loyalty-field .btn{
	font-size: 13px;
	font-weight: 700;
    padding: 6px 20px;
	border-radius: 0px;
    margin: 0 0 0 10px;
	text-transform: capitalize !important;
}
html[dir="rtl"] .loyalty-field .btn{
    margin: 0 10px 0 0;
}
.loyalty-table .table tr td{
	font-size: 12px;
	color: #000;
	padding: 6px 8px;
	border-top: none;
	border-bottom: 1px solid #e5e5e5;
}
.loyalty-table .table{
	margin: 0 0 15px;
}
.loyalty-sub-info{
	width: 100%;
	float: left;
	padding: 6px 10px 0;
	border: 1px dashed var(--primary-color);
	background-color: rgba(var(--primary-color-rgba), 5%);
	border-radius: 3px;
	margin: 0 0 15px;
}
.loyalty-sub-info ul li{
	width: 100%;
	float: left;
	margin: 0 0 4px;
}
.loyalty-sub-info ul li span{
	font-size: 11px;
	color: #666;
}
.loyalty-sub-info ul li p{
	font-size: 12px;
	font-weight: 700;
	color: #000;
	margin: 0;
}
.loyalty-sub-info ul li p span{
	font-weight: 700;
}
.cart-note {
    width: 100%;
    float: right;
    border: 1px solid #F33535;
    background-color: #FFF;
    display: flex;
	flex-direction: column;
    min-height: 55px;
    align-items: center;
    padding: 20px 20px;
    margin: 15px 0 0;
    border-radius: 0px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 15%);
	position: relative;
	gap: 10px;
}
.cart-note-details{
	width: 100%;
	display: flex;
	gap: 10px;
}
.cart-note .cart-links{
	border-top: 1px dashed #ccc;
    display: flex;
    width: 100%;
    padding-top: 15px;
    flex-direction: column;
}
.cart-note .cart-links p {
    font-size: 11px;
}
.cart-note .cart-links ul{
	display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
}
.cart-note .cart-links ul li a {
    display: flex;
    padding: 5px 10px;
    background-color: #eee;
    gap: 5px;
    font-size: 11px;
    align-items: center;
    color: #000;
}
.cart-note i {
    font-size: 24px;
    color: #F33535;
    margin: 0 0px 0 0 !important;
}
.cart-note span {
    font-size: 11px;
    color: #333;
    line-height: 18px;
}
.cart-note span strong {
    font-weight: 700;
    color: #F33535;
    display: inline-block;
}
.cart-note .cart-links ul li a i {
    font-size: 15px;
    margin: 0;
    padding: 0;
	color: currentColor;
}
.cart-note .cart-links ul li a:hover{
	background-color: #000;
	color: #fff;
}
/*==========================
	custom Steps Code  
===========================*/
.custom-steps{
	width: 100%;
	display: inline-block;
	justify-content: center;
	/* padding: 15px 20px; */
	position: relative;
	
}

.custom-steps ul.steps{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 6px;
	z-index: 0;
	position: relative;
}
.custom-steps ul.steps:before{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #e5e5e5;
	z-index:-1;
	transform: translateY(-4px);
}
html[dir="rtl"] .custom-steps ul.steps li:before{
	left: initial;
	right: 0;
}
.custom-steps ul.steps li:before{
	content: '';
	width: 0%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: var(--primary-hover-color);
	z-index:-1;
	transform: translateY(-1px);
	transition: all .5s linear;
}
.custom-steps ul.steps li.active:before,.custom-steps ul.steps li.completed:before{
	width: 100%;
}
.custom-steps ul.steps li{
	position: relative;
	flex: 1;
	z-index: -1;	
}
.custom-steps ul.steps li:not(:first-of-type){
	text-align: center;
}
.custom-steps ul.steps li:last-of-type{
	text-align: right;
}
html[dir="rtl"] .custom-steps ul.steps li:last-of-type{
	text-align: left;
}
.custom-steps ul.steps li.disabled{
	cursor: not-allowed;
	user-select: none;
}
.custom-steps ul.steps li.disabled *{
	pointer-events: none;
}
.custom-steps ul.steps li a{
	display: inline-block;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	padding: 0;
	border-radius: 20px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
	background-color: #fff;
}
.custom-steps ul.steps li:not(:last-child){
	margin: 0;
}
.custom-steps ul.steps li:not(:last-child)::after{
	display: none;
}
.custom-steps ul.steps li .step-circle{
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all .5s linear;
}
.custom-steps ul.steps li .step-circle span{
	padding: 0;
	width: 100%;
}
.custom-steps ul.steps li.active .step-circle, .custom-steps ul.steps li.completed .step-circle{
	background-color: rgba(var(--primary-color-rgba), 10%);
	border-color: var(--primary-color);
}
.custom-steps ul.steps li.completed .step-circle{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.custom-steps ul.steps li .step-circle span{
	font-size: 13px;
	font-weight: 700;
	color: var(--text-primary);
}
.custom-steps ul.steps li.active .step-circle span{
	color: var(--text-primary);
}
.custom-steps ul.steps li.completed .step-circle span{
	display: none;
}
.custom-steps ul.steps li .step-circle i{
	font-size: 22px;
    color: #FFF;
	display: none;
	width: auto;
    height: auto;
    margin: 0;
	color: var(--btn-text-color);
}
.custom-steps ul.steps li.completed .step-circle i{
	display: block;
}
.custom-steps ul.steps li .step-name{
	min-width: 55px;
	font-size: 13px;
	color: #333;
	margin: 0 10px;
	display: flex;
    align-items: center;
}
/*==============================
	Checkout pages code  
===============================*/
.checkout-box {
    width: 100%;
    float: left;
}
.checkout-box.is-loading {
	cursor: not-allowed;
    user-select: none;
}
.checkout-box > .leftbar{
	width: calc( 100% - 415px );
	float: left;
	position: relative;
}
.checkout-block {
    padding: 20px 20px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.checkout-block-header span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 15px;
	margin-bottom: 0;
}
.checkout-tabs + hr {
    width: 100%;
    float: left;
    border-color: #e5e5e5;
    margin: 0 0 20px;
}
.checkout-tabs {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	flex-direction: column;
    margin: 0 0 20px;
}
.checkout-tabs .nav-tabs{
	width: 100%;
	display: flex;
	flex-direction: row;
	border: none;
	margin: 4px 0;
	gap: 10px;
}
.checkout-tabs .nav-tabs::before,.checkout-tabs .nav-tabs::after{
	display: none;
}
.checkout-tabs .nav-tabs>li{
	margin: 0;
	width: 100%;
	
}
.checkout-tabs .nav-tabs>li>a{
	padding: 0;
	border: none;
}
.checkout-tabs .nav-tabs>li>a>label{
	width: 100%;
	font-size: 13px;
	color: #000;
	padding: 12px 10px;
	border: none;
	margin: 0;
	position: relative;
	border-radius: 4px !important;
	text-align: center;
	border: 1px solid #ccc;
	display: inline-flex;
	align-items: center;
	justify-content: center;

}
.checkout-block .checkout-options-box .checkout-option-key{
	margin-top: 8px;
    margin-bottom: 8px;
}
.checkout-tabs .nav>li>a:focus, .checkout-tabs .nav>li>a:hover{
	background-color: transparent;
}
.checkout-tabs .nav-tabs>li.active>a{
	border: none;
}
.checkout-tabs .nav-tabs>li.active>a>label, .checkout-tabs .nav-tabs>li.active>a:focus>label, .checkout-tabs .nav-tabs>li.active>a>label:hover,
.checkout-tabs .nav-tabs>li.selected>a>label, .checkout-tabs .nav-tabs>li.selected>a:focus>label, .checkout-tabs .nav-tabs>li.selected>a>label:hover{
	color: #fff;
	font-weight: 700;
	background-color: #526375;
	border-color: #526375;
}
.checkout-tabs .nav-tabs>li.active>a .custom-control{
	color: #fff;
}
.checkout-tabs .nav-tabs>li>a .custom-control{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: inline-block;
	padding-left: 0;
}
.checkout-tabs .nav-tabs>li.active>a .custom-control{
	font-weight: 700;
}
.checkout-tabs .nav-tabs>li.active>a .custom-radio .custom-indicator{
	border-color: #526375;
}
.checkout-tabs .nav-tabs>li > a .custom-radio .custom-indicator{
	border-color: #999;
	display: none;
}
.checkout-tabs .nav-tabs>li > a .custom-radio .custom-indicator:after{
	display: none;
}
.checkout-tabs .nav-tabs>li.active>a .custom-radio .custom-indicator:after {
	content: '';
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
	display: block;
    border-radius: 50%;
    background: #526375;
}
.checkout-tabs .tab-content{
	flex: 1;
	padding: 15px 20px;
	background-color: #fcfcfc;
	border: 1px dashed #ccc;
	border-radius: 5px;
	width: 100%;
}
.checkout-box>.dashboard-box .dashboard-box-header{
	padding-bottom: 0;
	border: 0;
	border-radius: 0;
	min-height: 50px;
}
.checkout-box>.dashboard-box{
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.checkout-box>.dashboard-box .custom-heading{
	border-radius: 0;
	border: none;
	margin: 10px 0;
	font-weight: 600;
	font-size: 14px;
	min-height: auto;
}
.checkout-box>.dashboard-box .dashboard-box-body{
	padding-top: 0;
}
.checkout-box .dashboard-box .dashboard-box-body .phone-wrap{
border-radius: 0;
}
.checkout-options-wrap{
	width: 100%;
	float: left;
}
.checkout-tabs .toggle{
	margin-bottom: 20px;
}
.checkout-options-wrap hr{
	width: 100%;
	border-color: #e5e5e5;
	margin: 0 0 20px;
}
.ship-control{
	margin: 0 0 20px;
}
.ship-control-heading {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 10px;
	text-transform: capitalize;
}
.ship-control-body{
	padding: 0 0 0 15px;
}
html[dir="rtl"] .ship-control-body{
	padding: 0 15px 0 0;
}
.checkout-options {
    width: 100%;
    float: left;
	flex-direction: column;
    display: flex;
    align-items: center;
	gap: 10px;
	margin: 0 0 20px;
}
.checkout-options > .leftbar{
	width: 100%;
	float: left;
}
.checkout-options > .rightbar {
    width:100%;
    display: flex;
    justify-content: flex-end;
}
.checkout-options > .rightbar{
	gap: 8px;
}
.checkout-options > .leftbar ul li{
	width: 100%;
	float: left;
	font-size: 13px;
	color: #222;
}
.checkout-options > .leftbar ul li + li{
	margin: 5px 0 0;
}
.checkout-options > .leftbar ul li span {
    font-size: 13px;
	font-weight: 700;
    display: inline-block;
    margin: 0;
}
.checkout-options > .leftbar span{
	font-size: 14px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 2px;
}
.checkout-options > .leftbar p{
	font-size: 12px;
	color: #777;
	margin: 0;
}
.checkout-options > .rightbar .form-group{
	margin: 0;
	flex: 1;
}
.checkout-options > .rightbar .form-control{
	min-width: 150px;
	max-width: 350px;
	font-size: 13px;
	color: #000;
	border-radius: 2px;
}
.checkout-options > .rightbar .btn{
	font-size: 12px;
    font-weight: 900;
    padding: 7px 19px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
    margin: 0 0 0 10px;
}
.checkout-form-buttons{
	margin: 5px 0 0;
}
.checkout-form-buttons .btn {
    min-width: 115px;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
}
.checkout-form-buttons .btn + .btn{
	margin: 0 0 0 5px;
}
.ship-control .custom-control strong{
	font-weight: 700 !important;
}
.checkout-block .form-group label{
	font-size: 13px;
	font-weight: 400;
	color: #000;
}
.checkout-block .form-control{
	height: 36px;
	border-radius: 2px;
}
.checkout-block textarea.form-control {
    min-height: 100px;
}
.checkout-block .custom-control strong {
    font-weight: 700;
    display: inline-block;
}
.checkout-block .custom-control input + span {
    font-size: 13px;
    color: #000;
    display: block;
}
.checkout-block .custom-control span a {
    font-weight: 700;
    color: #333;
    display: inline-block;
}
.checkout-block .custom-control span a:hover{
	color: #000;
    text-decoration: underline;
}
.form-box{
	display: none;
}
.card-form{
	width: 100%;
	float: left;
}
.custom-modal .card-form{
	padding: 15px;
	overflow-x: hidden;
}
.card-form .custom-control{
	font-size: 13px;
	font-weight: 700;
	color: #000;
	display: inline-block;
	margin: 0 15px 0 0;
}
html[dir="rtl"] .card-form .custom-control{
	margin: 0 0 0 15px;
}
.card-form hr{
    position: relative;
    margin: 5px 0 15px;
}
.custom-modal .card-form hr {
    width: calc( 100% + 28px );
    left: -15px;
}
html[dir="rtl"] .custom-modal .card-form hr{
	left: auto;
    right: -15px;
}
.card-form label:not(.custom-control){
	font-size: 14px;
	font-weight: 700;
}
.card-form .form-control{
	font-size: 13px;
	height: 36px;
}
.card-form textarea.form-control {
    height: auto;
    min-height: 80px;
}
.card-form .form-control.card-field{
	background: #FFF url(../img/card_bg/card_bg.png) no-repeat 5px center;
	padding: 6px 12px 6px 50px;
}
.card-form .form-control.card-visa{
	background: #FFF url(../img/card_bg/visa.png) no-repeat 5px center;
}
.card-form .form-control.card-mastercard{
	background: #FFF url(../img/card_bg/mastercard.png) no-repeat 5px center;
}
.card-form .form-control.card-discover{
	background: #FFF url(../img/card_bg/discover.png) no-repeat 5px center;
}
.card-form .form-control.card-american{
	background: #FFF url(../img/card_bg/american.png) no-repeat 5px center;
}
html[dir="rtl"] .card-form .form-control.card-field{
	padding: 6px 50px 6px 12px;
	background-position: right 5px center !important;
}
.card-form .alert {
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
	margin: 0 0 15px;
}
.checkout-block .custom-control span a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    display: inline-block;
}
.ship-control-listing ul li {
	width: 100%;
	float: left;
	min-height: 27px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.ship-control-listing ul li:not(:last-child){
	margin: 0 0 5px;
}
.ship-control-listing ul li .custom-control{
	display: inline-block;
	margin: 0 !important;
}
.quote-control {
    display: inline-block;
}
.quote-control .btn {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 7px;
	background-color: transparent !important;
	border-color: transparent;
    text-transform: capitalize;
}
.quote-control .btn:hover{
	color: #101010;
	border-color: #101010;
}
.quote-control .btn:focus{
	color: #101010;
}
.quote-control a{
	color: #101010;
}
.quote-control img{
	width: 26px;
	margin: 0 -5px;
	display: none;
}
.ship-control-listing ul li.is-loading .quote-control img{
	display: inline-block;
}
.checkout-final{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.checkout-final img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 30px;
	width: 400px;
}
.checkout-final .flex-row{
	justify-content: center;
}
.dashboard-box .dashboard-box-header{
	width: 100%;
	min-height: 70px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.dashboard-box-header > .leftbar {
    display: flex;
    flex: 1;
}
.dashboard-box-header > .rightbar {
    display: flex;
    margin: 0 0 0 auto;
}
.dashboard-box-header > .leftbar .dashboard-meta {
    width: calc( 100% - 70px );
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dashboard-box-header > .leftbar .dashboard-meta .dashboard-heading {
    font-size: 20px;
    font-weight: 500;
	color: #333;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard-box-header > .leftbar p {
    font-size: 12px;
    color: #999;
    margin: -3px 0 0;
}
.dashboard-box-header > .leftbar .back-arrow{
	font-size: 22px;
	color: #000;
	width: 40px;
	height: 40px;
	background-color: #f3f3f3;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 15px 0 0;
}
.dashboard-box-header > .leftbar .dashboard-meta ul {
	display: flex;
	align-items: center;
}
.dashboard-box-header > .leftbar .dashboard-meta ul li{
	font-size: 12px;
	color: #666;
	line-height: 12px;
}
.dashboard-box-header > .leftbar .dashboard-meta ul li:not(:last-child) {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #ccc;
}
.dashboard-box-header > .rightbar .form-group{
	margin: 0;
}
.dashboard-box-header > .rightbar .form-control {
	background: url(../img/menu_swap_dashboard.svg) no-repeat right 9px center/8px, url(../img/select_gradient.svg) repeat;
	font-size: 12px;
    color: #000;
    min-width: 200px;
    max-width: 200px;
    height: 30px;
	border-radius: 15px;
}
.dashboard-box-header > .rightbar .form-control.date-control{
	padding: 0 20px 0 30px;
	background: url(../img/calendar_outline.svg) no-repeat left 10px center/13px, url(../img/menu_swap_dashboard.svg) no-repeat right 9px center/8px, url(../img/select_gradient.svg) repeat;
}
.dashboard-box-header > .rightbar .btn {
	min-width: 80px;
	font-size: 13px;
    font-weight: 700;
    padding: 5px 24px;
    text-transform: capitalize;
	border-radius: 15px;
}
.dashboard-box-header > .rightbar .form-group + .btn {
    margin: 0 0 0 10px;
}
.dashboard-box-header > .rightbar ul li{
	display: inline-block;
}
.dashboard-box-header > .rightbar ul li:not(:last-child) {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #ccc;
}
.dashboard-box-header > .rightbar ul li a{
	font-size: 12px;
	font-weight: 700;
	color: #526375;
	line-height: 16px;
	display: block;
	transition: var(--default-transition);
}
.dashboard-box-header > .rightbar ul li.text-red a{
	color: #E20202;
}
.dashboard-box .dashboard-box-body{
	width: 100%;
	float: left;
	padding: 20px;
}
.dashboard-box .dashboard-box-body label:not(.custom-control) {
	font-size: 13px;
    font-weight: 500;
    color: #000;
}
.dashboard-box .dashboard-box-body .form-control {
	font-size: 13px;
    height: 34px !important;
    color: #000;
	border-radius: 0px;
}
/*==============================
	Promotion page Code  
===============================*/
.promotions-listing{
	padding: 25px 0 0;
}
.promotions-listing ul, .promotions-listing ul li {
    display: flex;
    flex-wrap: wrap;
}
.promotions-listing ul.row > li{
	margin: 0 0 30px;
}
.promotions-listing ul li .promotion-wrap{
	width: 100%;
	float: left;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 15%);
	transition: var(--default-transition);
}
.promotions-listing ul li .promotion-wrap:hover{
	box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 30%);
	transition: var(--default-transition);
}
.promotions-listing ul li a{
	width: 100%;
}
.promotions-listing ul li .promotion-wrap .promotion-thumb{
	width: 100%;
	height: 270px; 
	padding: 10px;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 16%);
}
.promotions-listing ul li .promotion-wrap .promotion-thumb::before{
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border-radius: 10px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.90) 100%);
}
.promotions-listing ul li .promotion-wrap .promotion-thumb img{
	max-width: 100%;
	height: 250px;
    object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.promotions-listing ul li .promotion-wrap .promotion-thumb span{
	font-size: 30px;
	font-weight: var(--fw-900);
	color: #FFF;
	display: block;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	text-transform: uppercase;
}
.promotions-listing ul li .promotion-wrap .promotion-meta{
	width: 100%;
	min-height: 70px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar{
	width: calc( 100% - 280px );
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
	justify-content: center;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar span{
	font-size: 13px;
	font-weight: 700;
	color: #000;
	line-height: 22px;
	display: block;
	margin: 0 0 5px;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar p{
	font-size: 13px;
	color: #000;
	margin: 0;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 auto;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li{
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li + li{
	border-left: 1px solid #ddd;
	padding: 0 0 0 15px;
    margin: 0 0 0 15px;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li span{
	font-size: 13px;
	font-weight: 700;
	color: #000;
	display: block;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li p{
	font-size: 13px;
	color: #000;
	margin: 0;
}
html[dir="rtl"] .promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar {
    margin: 0 auto 0 0;
}
html[dir="rtl"] .promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li + li {
	border-left: none;
    border-right: 1px solid #ddd;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
}
/*=====================================
	Compare Product pages Code  
======================================*/
.compare-wrapper {
    padding: 25px 0 40px;
}
.compare-grid{
	background-color: #FFF;
    border-radius: 6px;
}
.compare-grid .table-responsive {
    border-radius: 5px;
}
.compare-grid .table{
	margin: 0;
}
.compare-grid .table>tbody>tr>td{
	font-size: 15px;
	color: #000;
	padding: 14px;
	vertical-align: middle;
	text-align: center !important;
	background-color: #FFF;
	border: none;
	border-left: 30px solid #f3f3f3;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}
.compare-grid .table>tbody>tr:last-child>td{
	border-bottom: none;
}
.compare-grid .table>tbody>tr:nth-child(even)>td{
	background-color: #fafafa;
}
.compare-grid .table>tbody>tr:last-child>td{
	border-top: 1px solid #e4e4e4;
}
.compare-grid .table>tbody>tr>td.first-col{
	padding: 18px 20px;
	text-align: right !important;
	width: 350px;
	min-width: 350px;
	max-width: 350px;
	border-left: none;
}
.compare-grid .table>tbody>tr>td .img-wraper {
    width: 160px;
    height: 160px;
    background-color: #f6f6f6;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.compare-grid .table>tbody>tr>td .img-wraper img{
	max-width: 100%;
}
.compare-title{
	font-size: 15px;
	font-weight: 700;
	color: #000;
	transition: var(--default-transition);
}
.compare-title:hover{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.compare-grid .price{
	font-size: 15px;
	font-weight: 700;
	color: #000;
}
.compare-grid .price-wrapper.price .special-price + .regular-price {
    color: #666;
}
.compare-grid .item-rating div[class^='rating']{
	margin: 0 auto;
}
.compare-btn .btn {
    min-width: 160px !important;
    width: fit-content;
    margin: 0 auto;
}
.compare-meta {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
}
.compare-meta a{
	width: 48px;
	height: 48px;
	padding: 0;
	border: none !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
	transition: var(--default-transition);
}
.compare-meta a i{
	font-size: 22px;
}
.compare-meta a.btn-red-outline{
	color: #EB3F3F;
	background-color: #fdebeb;
}
.compare-meta a.btn-secondary-outline{
	color: #526375;
	background-color: #edeff1;
}
.compare-meta a.btn-red-outline:hover, .compare-meta a.btn-red-outline:focus{
	color: #FFF;
	background-color: #EB3F3F;
}
.compare-meta a.btn-secondary-outline:hover, .compare-meta a.btn-secondary-outline:focus{
	color: #FFF;
	background-color: #526375;
}
.compare-grid i + i, .compare-grid .added i {
	display: none;
}
.compare-grid .added i + i{
	display: inline-block;
	color: #da1616;
	transition: var(--default-transition);
}
.compare-grid .added:hover i + i{
	color: #FFF;
	transition: var(--default-transition);
}
.compare-grid .stock-info, .compare-grid .hold-info{
	margin: 0 auto;
    width: fit-content;
}
/*==============================
	Custom Pages code  
===============================*/
.custom-page-wrap{
	padding: 25px 0;
}
.custom-page-block {
	width: 100%;
	float: left;
	padding: 25px 20px 15px;
	background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.custom-page-block h1, .custom-page-block h2, .custom-page-block h3, .custom-page-block h4, .custom-page-block h5, .custom-page-block h6 {
	font-weight: 700;
	color: #000;
    margin: 0 0 10px;
}
.custom-page-block p{
	color: #000;
	line-height: 24px;
	margin: 0 0 20px;
}
.custom-page-block p + p{
	margin-top: -10px;
}
.custom-page-block ol, .custom-page-block ul {
	color: #000;
	padding: 0 15px;
	margin: 0 0 5px;
}
.custom-page-block ul {
	list-style-type: disc;
}
.custom-page-block ol li, .custom-page-block ul li {
	line-height: 24px;
}
.custom-page-block .tab-content a {
	display: inline-block;
	color: var(--primary-color);
	text-decoration: underline;
}

/*==============================
	Empty Cart Drawer Code
===============================*/
.empty-cart-wrap {
    width: 100%;
    height: calc( 100vh - 75px );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cart-drawer .empty-cart-wrap{
	display: none;
}
.cart-drawer.cart-empty .empty-cart-wrap{
	display: flex;
}
.cart-drawer .empty-cart-wrap {
    height: calc( 100vh - 75px );
}
.empty-cart-wrap svg{
	width: 135px;
	margin: 0 0 30px;
}
.cart-drawer .empty-cart-wrap svg{
	margin: 0 0 20px;
}
.empty-cart-wrap span{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 10px;
}
.empty-cart-wrap p{
	font-size: 14px;
	color: #000;
	margin: 0 0 25px;
}
.cart-drawer .empty-cart-wrap p{
	margin: 0 0 15px;
}
.empty-cart-wrap .btn{
    min-width: 228px;
    font-weight: 700;
    padding: 8px 22px;
    border-radius: 19px;
    text-transform: uppercase;
}
/*==============================
	Empty Page Code
===============================*/
.empty-wrap{
	min-height: 415px;
	background-color: #FFF;
    border-radius: 5px;
	text-align: center;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.empty-wrap.empty-cart{
	min-height: 450px;
	background-color: transparent;
	box-shadow: none;
}
.empty-wrap svg, .empty-wrap img{
	width: 140px;
	display: block;
	margin: 0 auto 10px;
	user-select: none;
}
.empty-wrap img{
	width: 100px;
	max-width: 100%;
}
.empty-cart span, .checkout-final span, .no-found span{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 5px;
}
.empty-cart p, .checkout-final p, .no-found p{
	color: #000;
	margin: 0 0 25px;
}
.empty-wrap .btn, .empty-cart .btn, .checkout-final .btn, .no-found .btn {
    min-width: 228px;
    font-weight: 700;
    padding: 8px 30px;
    align-self: center;
    text-transform: uppercase;
    border-radius: 20px;
}
.checkout-final .btn {
    min-width: 176px;
}
.no-found.empty-wrap{
	padding: 70px 0;
	background-color: transparent;
	box-shadow: none;
}
.no-found.empty-wrap img{
	width: 440px;
	margin: 0 auto 30px;
}

/*==============================
	Info Box Code
===============================*/
.col-main .info-box {
	width: 100%;
    float: left;
    padding: 30px 20px;
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
}
.info-wrap {
	position: static;
	flex-direction: row;
}
.info-wrap.last:after {
	display: none;
}
.info-wrap > .leftbar {
	width: 40px;
	float: left;
}
.info-wrap > .rightbar {
	width: calc( 100% - 55px );
	float: right;
}
.info-wrap > .leftbar i {
	font-size: 36px;
	color: var(--primary-color);
}
.info-wrap > .leftbar img{
	align-self: center;
}
.info-wrap > .rightbar span, .info-wrap > .rightbar p{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.info-wrap > .rightbar span {
	font-size: 13px;
	font-weight: 700;
	color: #000;
	margin: 0 0 2px;
}
.info-wrap > .rightbar p {
	font-size: 12px;
	font-weight: 500;
	color: #373737;
	margin: 0;
}
.col-sidebar .widget.widget-info .widget-body{
	padding: 30px 15px 5px;
}
.col-sidebar .info-box div[class*=col]{
	width: 100% !important;
}
.col-sidebar .info-wrap {
    margin: 0 0 15px;
    justify-content: space-between;
	padding: 0 0 15px;
	border-bottom: 1px solid #eee;
}
.col-sidebar .info-wrap.last {
	border-bottom: none;
	padding: 0;
}
.col-sidebar .info-wrap > .rightbar {
    width: calc( 100% - 60px );
}
.info-wrap > .leftbar i{
	font-size: 24px;
}
.col-sidebar .info-wrap > .rightbar span{
	font-weight: 700;
	margin: 0 0 3px;
}
.col-sidebar .info-wrap > .rightbar p {
	font-size: 11px;
	font-weight: 400;
	color: #666;
}
.quickview-wrapper .share-dropdown{
	bottom: calc( 100% + 1px );
  	top: initial;
}
/*==============================
	Widget Category Pills
===============================*/
.cat-items-list{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.cat-titile-wrapper{
	margin-bottom: 25px;
}
.cat-titile-wrapper h2{
	font-size: 36px;
	font-weight: 500;
	margin-top: 0;
}
.category-pills ul.cat-pills-list li {
	padding: 0px 0;
	display: flex;
	background-color: #fff;
}
.category-pills ul.cat-pills-list li a {
	background-color: #fff;
	padding: 10px 15px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	color: #333;
	font-weight: 500;
	/* transition: var(--default-transition); */
	border: 1px solid #ddd;
	transition: var(--default-transition);
}
.category-pills ul.cat-pills-list li a:hover {
	border: 1px solid var(--primary-color);
	/* transition: var(--default-transition); */
}

.category-pills ul.cat-pills-list li a:active,
.category-pills ul.cat-pills-list li a:focus,
.category-pills ul.cat-pills-list li a:visited {
	border: 1px solid #e5e5e5;
	color: #000;
}
.category-pills ul.cat-pills-list li.selected a {
	border: 1px solid var(--primary-color);
	color: var(--btn-text-color);
	background-color: var(--primary-color);
}
.widget-tabs .widget-body{
	display: flex;
	gap: 20px;
}
.widget-tabs{
	min-height: 54px;
}
@media (max-width:767.98px) {
	.widget-tabs{
		min-height: 48px;
	}
}
.menu-search-wrapper{
	background-color: #fff;
	border: 1px solid #ddd;
	text-align: center;
    display: flex;
	align-items: center;
    border-radius: 0px;
	position: relative;
	transition: var(--default-transition);
}
.menu-search-wrapper:hover{
	border-color: var(--primary-color);
}

html[dir="rtl"] .menu-search-wrapper{
	float: initial;
	float: right;
	margin-right: initial;
	left: initial;
	right: 0;
}
.menu-search-wrapper .search-icon{
    color: #333;
    font-weight: 700;
	font-size: 20px;
	display: flex;
    align-items: center;
	padding: 10px 19px;
	height: 100%;
	border-radius: 0px;
	cursor: pointer;
	min-height: 54px;
}
.menu-search-wrapper:not(.active) .search-icon:hover{
	border-color: var(--primary-color);
    transition: var(--default-transition);
}
.menu-search-wrapper .search-input{
	border: none;
	padding: 0;
	padding-right: 18px;
	font-size: 16px;
	width: 100%;
}
html[dir="rtl"] .menu-search-wrapper .search-input{
	padding-right: 0;
	padding-left: 18px;
}
.menu-search-wrapper ::placeholder{
	font-weight: 500;
	text-transform: capitalize;
	opacity: .5;
}
.menu-search-wrapper .search-input:focus,.menu-search-wrapper .search-input:active,.menu-search-wrapper .search-input:focus,.menu-search-wrapper .search-input:focus-visible{
	border: none;
	outline: none;
	box-shadow: none;
}
.menu-search-wrapper.active{
	width: calc(100% - 30px);
	max-height: 64px;
}
@media (min-width:576px) {
	.search-input-wrapper{
		width: 300px;
	}
	.menu-search-wrapper.active{
		width:auto;
	}
}
.search-input-icon-close{
	position: absolute;
	right: -34px;
	cursor: pointer;
}
.search-input-icon-close i:hover{
	color: var(--text-red);
	transition: var(--default-transition);
}
html[dir="rtl"] .search-input-icon-close{
	right: initial;
	left: -34px;
}
.search-input-wrapper,.search-input-icon-close{
	font-size: 23px;
}
.search-input-wrapper,.search-input-icon-close{
	display: none;
}
.menu-search-wrapper.active .search-input-wrapper,.menu-search-wrapper.active .search-input-icon-close{
	display: block;
}

.widget-tabs .category-pills{
	display:flex!important;
	justify-content: space-between;
	gap: 20px;
	visibility: visible;
	opacity: 1;
	flex: 1;
	transition: all .5s;
}
.widget-tabs .category-pills > ul{
	flex: 1;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.cat-all-list.dropdown > a{
	font-size: 15px;
	background-color: #fff;
    padding: 16px 24px;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    color: #333;
    font-weight: 500;
    transition: var(--default-transition);
	white-space: nowrap;
	display: flex;
	height: 100%;
	gap: 3px;
	align-items: center;
}
@media (max-width:767.98px) {
	.cat-all-list.dropdown > a{
		padding: 12px 18px;
	}
	.menu-search-wrapper .search-icon{
		min-height: 44px;
		padding: 10px 16px;
	}
}
.flex-nowrap{
	flex-wrap: nowrap !important;
}
.cat-all-list.dropdown > a:hover{
	border-color: var(--primary-color);
}
.cat-all-list.dropdown > a i{
	font-size: 22px;
}
.cat-all-list.dropdown ul.dropdown-menu{
	top: calc(100% + 6px);
	right: 0;
	left: initial;
	border: none;
	border-radius: 0px;
	max-height: 280px;
	overflow-y: auto;
	z-index: 99;
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}
html[dir="rtl"] .cat-all-list.dropdown ul.dropdown-menu{
	right: initial;
	left: 0;
}
.cat-all-list.dropdown ul.dropdown-menu li{
	width: 100%;
}
.cat-all-list.dropdown .dropdown-toggle{
	display: none;
} 
.cat-all-list.dropdown > .dropdown-toggle:first-of-type{
	display: flex;
} 
.cat-all-list.dropdown ul.dropdown-menu li a{
	padding: 10px 20px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.cat-all-list.dropdown ul.dropdown-menu li a:hover{
	background: #e1eaf5;
    color: var(--text-primary);
    transition: var(--default-transition);
}
html[dir="rtl"] .cat-all-list.dropdown ul.dropdown-menu li a{
	text-align: right;
}
.cat-all-list.dropdown ul.dropdown-menu li.selected a{
	color: var(--btn-text-color);
    background-color: var(--primary-color);
}
.widget-tabs .category-pills.hide{
	visibility: hidden;
	opacity: 0;
	transition: all .4s;
	transform: translateX(30px);
}
@keyframes fadeIn-ani{
	0%{
		
		visibility: visible;
		opacity: 1;
	}
	100%{
		visibility: hidden;
		opacity: 0;
	}
}
.widget-product .widget-body:not(.hide){
	animation: fadeUp-ani .6s;
}
.menu-search-wrapper.active{
	position: absolute;
	left: 0;
	animation: fadeLeft-ani .6s;
	box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
}
@keyframes fadeLeft-ani{
	0%{
		visibility: hidden;
		opacity: 0;
		transform: translateX(10px)
	}
	100%{
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeUp-ani{
	0%{
		visibility: hidden;
		opacity: 0;
		transform: translateY(-24px)
	}
	100%{
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}
/*==============================
	Branches Modal
===============================*/
.branches-modal {
	z-index: 1070 !important;
}
.branches-modal .modal-content {
	padding: 0;
	border-radius: 0px;
}
.branches-modal .close-modal {
	position: absolute;
    background-color: #fceaea;
	color: #DE3435;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0rem;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
	cursor: pointer;
	transition: all .3s;
}
.branches-modal .close-modal:hover{
	background: #DE3435;
	color: #fff;
}
.branches-modal .modal-body {
	border: 0;
	border-radius: 0px;
	padding: 0;
	overflow: hidden;
}
.branches-modal .modal-body .detail-box {
	position: relative;
	padding: 0;
	box-shadow: none;
}
.branches-modal .branches-map {
	width: calc(100% - 340px);
	height: calc(100vh - 105px);
	position: relative;
}
html[dir="rtl"] .branches-modal .branches-map{
	float: left;
}
.branches-modal .branches-map:before{
	content: '';
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
}
.branches-modal .branches-map:after{
	content: '';
    width: 140px;
    height: 140px;
    background-image: url(../img/loaders_bg/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -40px auto 0;
    border-radius: 8px;
    z-index: 170;
}
.branches-modal .branches-map > *{
	position: relative;
	z-index: 999;
}
.drawer-wrapper .alert{
	margin-left: 10px;
	width: calc(100% - 20px);
}
.branches-list {
	width: 340px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
}
.branches-list{
	border-left: 1px solid #ddd;
}

.branches-list .search-branch-list {
	padding: 20px;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 9;
	display: none;
}
.branches-list .search-branch-list i {
	position: absolute;
	left: 30px;
	top: 36px;
	font-size: 18px;
	color: #ccc;
}
.branches-list .search-branch-list input[type="text"] {
	box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
	border-radius: 10px;
	height: 50px;
	border: none;
	padding: 6px 35px;
}

.branches-meta .panel-group {
	display: flex;
	padding: 20px 20px 0;
	flex-direction: column;
	width: 100%;
	border: none;
	margin: 0;
}
.branches-meta .panel-group .panel {
	border: none;
	margin-bottom: 5px;
	border: 1px solid transparent;
	border-radius: 0px;
}
.panel-default>.panel-heading{
	border-radius: 0px;
}
.branches-meta .panel-group .panel.active{
	border-color: var(--primary-color);
}
.branches-meta .single-branch .panel-title a {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	justify-content: center;
	position: relative;
	pointer-events: none;
	cursor: pointer;
}
.branches-meta .single-branch .panel-title .selected-branch {
	position: absolute;
	top: 0;
	right: 0;
	height: 24px;
	width: 24px;
	border-radius: 100px;
	background-color: var(--primary-color);
	color: var(--btn-text-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	display: none;
}
html[dir="rtl"] .branches-meta .single-branch .panel-title .selected-branch{
	left: 0;
    right: initial;
}
.branches-meta .single-branch.active .selected-branch {
	display: flex;
}
.branches-meta .single-branch .panel-title a .heading {
	font-size: 16px;
	margin: 0 0 15px 0;
}
.branches-meta .single-branch .panel-title a small {
	background-color: #aaa;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 2px 5px;
	border-radius: 3px;
	position: relative;
    top: -2px;
}
.branches-meta .single-branch .panel-title a .branch-time {
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 10px 0;
	display: flex;
    justify-content: left;
	gap: 5px;
	pointer-events: all;
}
.branches-meta .single-branch .panel-title a .branch-time.opened i {
	color: #0EC186;
}
.branches-meta .single-branch .panel-title a .branch-time i {
	color: #e20202;
}
.branches-meta .single-branch .panel-title a .branch-time .opening-time {
	color: #999 !important;
	font-size: 18px;
	position: relative;
    top: -2px;
	transform: rotate(90deg);
	transition: var(--default-transition);
}
.branches-meta .single-branch .panel-title a.collapsed .branch-time .opening-time {
	transform: rotate(0deg);
	transition: var(--default-transition);
}
.branches-meta .single-branch .panel-title a .branch-address {
	color: #999;
	display: flex;
    justify-content: left;
	gap: 5px;
	font-weight: 400;
}
.branches-meta .single-branch .panel-body {
	background-color: #f5f5f5;
	border: none !important;
}
.branches-meta .branch-timings {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 6px 10px rgb(0 0 0 / 3%);
	padding: 15px;
}
.branches-meta .branch-timings ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.branches-meta .branch-timings ul li {
	font-size: 14px;
	color: #666;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.branches-meta .branch-timings ul li.active {
	font-weight: 600;
}
.branches-list .branch-select {
	padding: 20px;
	position: sticky;
	bottom: 0;
	background-color: #fff;
}
.branches-list .branch-select a {
	font-size: 16px;
	font-weight: 500;
	padding: 15px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.branches_modal.modal-backdrop {
	z-index: 1069 !important;
}

.cart-drawer{
	z-index: 1069 !important;
}
.custom-steps ul.steps li .step-name{
	padding: 0 5px;
	margin: 0 6px;
	flex: 1;
}
.cart-drawer .drawer-header span{
	padding: 0;
}
.cart-checkout{
	z-index: 1090 !important;
}
.cart-checkout .drawer-header .icon-close{
	position: absolute;
	right: 12px;
	top: 0;
}
html[dir="rtl"] .cart-checkout .drawer-header .icon-close{
	right: initial;
	left: 12px;
}
.cart-checkout .drawer-wrapper{
	height: 100vh;
	display: flex;
    flex-direction: column;
	gap: 10px;
}
.cart-checkout .drawer-body{
	flex: 1;
}
.cart-checkout .drawer-footer{
	margin-top: auto;
	padding-top: 10px;
}
.cart-checkout .drawer-header{
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-top: 10px;
	align-items: flex-start;
}
.cart-checkout.cart-drawer .cart-list-wrap > .rightbar i:not(.icon-info-circle-outline){
	position: initial;
	font-size: inherit;
	width: auto;
	height: auto;
}
.cart-checkout.cart-drawer .cart-list-wrap{
	gap: 10px;
}
.cart-checkout.cart-drawer .cart-list-wrap > .leftbar{
	width: 80px;
    height: 80px;
    float: left;
    border: 1px solid #f3f3f3;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	background-color: #fff;
}
.cart-checkout.cart-drawer .cart-list-wrap > .rightbar{
	gap: 1px;
}
.cart-checkout.cart-drawer .cart-list-wrap > .leftbar i{
	color: #fff;
}
body:has(.cart-drawer.in) > .modal-backdrop{
	opacity: 0.2;
}
.cart-checkout.cart-drawer .cart-drawer-listing .cart-list-wrap{
	align-items: flex-start;
}
.summary-sub-header .btn{
	padding: 2px 10px;
	font-size: 11px;
	margin: 0 8px;
}

.summary-block-listing .summary-block-body{
	visibility: hidden;
	margin-bottom: -100px;
	transition: all .3s;
}
.summary-listing-wrapper:hover .summary-block-body{
	margin-bottom: 0;
	animation: fullAdd-in linear forwards;
	animation-delay: .2s;
}

@keyframes fullAdd-in{
	to{visibility: visible;}
}

.checkout-box .checkout-step-wrapper{
	display: none;
}
.checkout-box .checkout-step-wrapper.active{
	display: block;
}
.listing-items.not-found{
	min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px;
	text-align: center;
}
.listing-items.not-found svg{
	color: var(--primary-color);
	margin: 20px 0px;
	max-width: 100%;
}
.listing-items.not-found *{
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}
@media (max-width: 1440px) {
	.col-main .widget.widget-newsletter .newsletter-wrapper div[class*=col]:first-child {
		width: 55%;
	}
	.col-main .widget.widget-newsletter .newsletter-wrapper div[class*=col]:last-child {
		width: 45%;
	}
	.col-main .newsletter-meta span{
		font-size: 18px;
		margin: 0;
	}
	.col-main .newsletter-meta p{
		font-size: 13px;
	}
	.item-price-wrap .price-wrapper.price .special-price, .item-price-wrap .price-wrapper.price .regular-price {
		font-size: 26px;
	}
	.item-price-wrap .price-wrapper.price .special-price + .regular-price{
		font-size: 18px;
	}
	.product-slider ul.lightSlider > li{
		height: 550px;
	}
	.loyalty-box-meta span{
		font-size: 20px;
	}
	ul.message-ul li.message-li .message-wrap {
		max-width: 70%;
	}
}

@media (max-width: 1380px) {
	.product-meta .item-title {
		font-size: 22px;
		line-height: 32px;
	}
	.product-slider .lSSlideOuter .lSPager.lSGallery li a{
		min-height: 130px;
	}
	ul.message-ul li.message-li .message-wrap {
		max-width: 80%;
	}
	.contact-box-main{
		padding: 20px 90px 20px 30px;
	}
	.contact-box-sidebar {
		width: 380px;
	}
	.contact-box-main{
		width: calc( 100% - 310px );
	}
}

@media (max-width: 1199px) {
	.nav-wrapper{
		position: static;
	}
	.modal-xl {
		width: 90%;
	}
	.listing-header{
		min-height: 40px;
		padding: 0;
		margin: 0 0 15px;
	}
	.cat-share-icon{
		width: 40px;
		height: 40px;
	}
	.listing-header > .rightbar{
		padding: 0 5px;
	}
	.listing-wrapper .col-sidebar {
		width: 300px !important;
		background-color: #FFF;
		position: fixed;
		top: 0;
		left: -300px;
		bottom: 0;
		border-radius: 0 10px 10px 0;
		z-index: 999;
		transition: var(--default-transition);
	}
	.filters-open .listing-wrapper .col-sidebar {
		left: 0;
		transition: var(--default-transition);
	}
	.listing-wrapper .col-sidebar .filter-panel {
		height: calc( 100vh - 50px );
		padding: 15px 15px 0;
		overflow-y: auto;
	}
	.pagination ul li:not(.active):not([class*=link]):not([class*=li]){
		display: none;
	}
	.col-main .widget.widget-newsletter .newsletter-wrapper .row{
		display: block;
	}
	.col-main .widget.widget-newsletter .newsletter-wrapper div[class*=col]:first-child,
	.col-main .widget.widget-newsletter .newsletter-wrapper div[class*=col]:last-child  {
		width: 100%;
	}
	.col-main .widget.widget-newsletter .newsletter-wrapper div[class*=col]:first-child{
		margin: 0 0 25px;
	}
	.col-main .newsletter-meta span {
		font-size: 17px;
	}
	.col-main .info-wrap {
		padding: 15px 0;
	}
	.product-slider{
		margin: 0 0 20px;
	}
	.custom-modal.quick-view-modal .detail-box > .row > div[class^='col']:first-child{
		position: static;
	}
	.cart-box > .leftbar, .checkout-box > .leftbar{
		width: 100%;
	}
	.cart-box > .leftbar .cart-footer-btn{
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.summary-panel {
		background-color: #FFF;
		position: fixed;
		left: 15px;
		right: 15px;
		bottom: -100%;
		bottom: 80px;
		top: auto;
		width: auto;
		padding: 5px;
		z-index: 999;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		display: block;
		opacity: 0;
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		-webkit-transform: scale(0);
		transform: scale(0);
		border-radius: 10px;
		-webkit-transition: opacity 120ms linear, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: opacity 120ms linear, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: opacity 120ms linear, transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: opacity 120ms linear, transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
	}
	body.summary-panel-open .summary-panel {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		opacity: 1;
		-webkit-transition: opacity 120ms linear, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: opacity 120ms linear, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: opacity 120ms linear, transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: opacity 120ms linear, transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
	}
	.summary-panel::after {
		content: '';
		width: 0px;
		height: 0px;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 12px solid #FFF;
		position: absolute;
		left: 50%;
		bottom: -11px;
		transform: translateX(-50%);
	}
	
	.summary-header {
		position: sticky;
		top: 0;
		background-color: #FFF;
		z-index: 10;
	}
	.summary-panel .summary-block{
		width: 100%;
		float: left;
		max-height: calc( 100vh - 180px);
		overflow-y: auto;
		border: 1px solid var(--primary-color);
		border-radius: 10px;
	}
	.summary-panel .summary-block::-webkit-scrollbar {
		display: none;
	}
	.summary-panel .summary-block::-moz-scrollbar {
		display: none;
	}
	.summary-block-heading {
		width: 100%;
		font-size: 16px;
		background-color: transparent;
		color: var(--primary-color);
		border-bottom: 1px solid var(--primary-color);
		margin: 0 auto;
		border-radius: 0px;
	}
	.summary-block-listing ul li{
		padding: 5px 10px;
	}
	.summary-block-listing ul li.li-redeem{
		padding: 0 10px;
		margin: 0 0 5px;
		border-bottom: 1px solid var(--primary-color);
	}
	.summary-block-listing ul li.li-total {
		padding: 12px 10px 5px;
		position: sticky;
		bottom: 46px;
		background-color: #FFF;
		margin-bottom: 0;
	}
	.summary-block-listing ul li.li-total span{
		font-size: 16px;
		text-transform: capitalize;
	}
	.summary-block .summary-block-listing + .btn {
		width: calc( 100% - 20px );
		font-size: 16px;
		padding: 8px 12px;
		margin: 0 auto;
		text-transform: capitalize;
		position: sticky;
		bottom: 5px;
	}
	.summary-block .summary-block-listing + .btn:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: -5px;
		background: #FFF;
		height: 5px;
	}
	.summary-sub-header, .summary-sub-header + .summary-block-body {
		padding: 0 10px;
	}
	.summary-sub-header {
		margin: 15px 0 0;
	}
	.summary-block-listing + .summary-block-listing .summary-sub-header {
		margin-top: 0;
	}
	.contact-wrapper {
		padding: 40px 0 10px;
	}
	.contact-box-main, .contact-box-sidebar{
		width: 100% !important;
		float: left !important;
		padding: 20px !important;
		border: none;
		position: static !important;
		margin: 0 0 25px !important;
	}
	.contact-box-main .message-attachment {
		width: calc( 100% + 40px);
		margin: 0 -20px;
		padding: 0 20px;
	}
	.contact-box-main .contact-heading, .contact-box-sidebar .contact-heading{
		margin: 0 0 15px;
	}
	.item-wrap .item-front-wrap, .item-wrap .item-back-wrap{
		transform: none !important;
	}
	.item-back-wrap, .listing-items ul.row li .item-meta-wrap .item-rating{
		display: none !important;
	}
	.listing-items ul.row li .item-thumb{
		margin: 0;
	}
	.item-buttons ul {
		justify-content: center;
		gap: 10px;
	}
	.item-buttons ul li a {
		width: 38px;
		height: 38px;
		font-size: 18px;
	}
	.listing-items ul.row li .item-thumb .item-rating {
		display: none;
	}
}


@media (max-width: 1024px) {
	
}

@media (max-width: 991px) {
	.reviews-wrapper{
		display: block;
	}
	.reviews-wrapper > .leftbar, .reviews-wrapper > .rightbar{
		width: 100%;
		float: left;
	}
	.promotions-listing ul li .promotion-wrap .promotion-thumb span{
		font-size: 26px;
	}
	ul.message-ul li.message-li .message-wrap {
		max-width: 60%;
	}
	.checkout-options{
		display: block;
	}
	.checkout-options > .leftbar, .checkout-options > .rightbar{
		width: 100%;
		float: left;
	}
	.checkout-options > .rightbar{
		margin: 15px 0 0;
		justify-content: flex-start;
	}
	.checkout-options > .rightbar .btn{
		padding: 7px 19px;
	}
	.custom-drawer.drawer-right .drawer-wrapper {
		right: 0;
		left: 0;
    	transform: translateX(0%);
	}
	.cart-drawer .drawer-wrapper {
		height: 100dvh;
		bottom: 0;
		top: unset;
		width: 100% !important;
		border-radius: 20px 20px 0 0;
		position: absolute;

	}
	.custom-modal.fade .modal-dialog {
		-webkit-transform: translate(0,25%);
		-ms-transform: translate(0,25%);
		-o-transform: translate(0,25%);
		transform: translate(0,25%);
		transition: transform 0s none !important;
		background-color: transparent;
		padding: 0px;
	}
	.custom-modal.in .modal-dialog {
		transition: transform .1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	.custom-modal.login-modal .modal-dialog {
		vertical-align: middle !important;
	}

	.custom-modal.quick-view-modal .modal-dialog{
		height: 90vh;
	}
	.modal-xl {
		width: 100%;
	}
	.mobile-modal-close {
		display: flex;
		width: 100%;
		background: #fff;
		height: 30px;
		position: relative;
		z-index: 99;
		cursor: pointer;
		border-radius: 20px 20px 0 0;
	}
	.mobile-modal-close:before {
		content: '';
		display: block;
		height: 6px;
		width: 60px;
		border-radius: 100px;
		position: absolute;
		margin: 0 auto;
		top: 10px;
		background-color: #e5e5e5;
		left: 0;
		right: 0;
	}
	.cart-drawer.custom-drawer {
		transition: transform 0s none !important;
	}
	.cart-drawer.custom-drawer.in {
		transition: transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	
	.cart-drawer-listing {
		padding-bottom: 10px;
	}
	
	.cart-drawer:not(.cart-checkout) .drawer-footer {
		box-shadow: 0px -6px 20px 0px rgb(0 0 0 / 10%);
		bottom: 0;
		z-index: 9;
		width: 100%;
	}
	.branches-modal .modal-content {
		border-radius: 20px 20px 0 0;
	}
	.branches-modal .branches-map {
		width: 100%;
		height: 280px;
	}
	.branches-modal .modal-body .detail-box{
		height: 100vh;
		border-radius: 20px 20px;
	}
	.branches-modal .branches-list {
		width: 100%;
		top: initial;
        bottom: 0;
		height: calc(100% - 310px);
	}
	.branches-modal .branches-list .branches-map {
		position: absolute;
		right: 20px;
		left: unset;
		height: 40px;
		width: 40px;
		top: 25px;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.branches-modal .branches-list .branches-map i {
		position: static;
	}
	.branches-modal.custom-modal .modal-body{
		max-height: 100vh;
	}
	.mobile-side-menu .drawer-wrapper {
		width: 320px;
	}
	.mobile-side-menu ul li a {
		font-size: 14px;
        color: #333;
		width: 100%;
		padding: 10px 12px;
		letter-spacing: 0.10px;
		display: flex;
		align-items: center;
		text-transform: capitalize;
		gap: 10px;
		font-weight: 500;
		background-color: #fff;
		border-bottom: 1px solid #f8f6f6;
	}
	.mobile-side-menu ul li a:hover {
		background-color: #fafafa;
	}
	.mobile-side-menu .close-modal {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		height: 44px;
		width: 44px;
		justify-content: center;
		align-items: center;
		font-size: 21px;
		background: #ddd;
		z-index: 9;
		cursor: pointer;
		transition: var(--default-transition);
	}
	.mobile-side-menu .close-modal:hover {
		background-color: #fff6f6;
    	color: #da1616;
		transition: var(--default-transition);
	}
	html[dir="rtl"] .mobile-side-menu .close-modal{
		right: initial;
		left: 0;
	}
	.lang-dropdown > a.dropdown-toggle {
		padding: 0 15px;
		text-align: left;
		display: flex;
		align-items: center;
		background: #eee;
		height: 44px;
		border-radius: 0px;
		width: 100%;
		gap: 5px;
		color: #333;
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.lang-dropdown .dropdown-menu {
		box-shadow: 0 6px 20px rgb(0 0 0 / 16%);
		border: 0px;
		margin: 0 10px;
		width: calc(100% - 20px);	
	}
	.lang-dropdown .dropdown-menu .active a {
		background-color: #fff !important;
		color: #000 !important;
	}
	.lang-dropdown .dropdown-menu a {
		font-size: 14px;
	}
	.cart-checkout .drawer-wrapper{
		height: 100dvh;
	}
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {	
	.container /*  set container width due to flexbox property */{
		width: 100%;
	}
	.custom-modal.modal-middle .modal-dialog.w-700{
		width: 90%;
	}
	.content-wrapper:not(.login-wrapper) {
		padding: 10px 0;
	}
	body .main-slider .lSSlideWrapper ul li span{
		padding: 0 20px;
	}
	.home-slider-arrows{
		display: none !important;
	}
	body .main-slider .btn{
		margin: 10px 20px 0;
		min-width: 140px;
	}
	.custom-page-header{
		min-height: 120px;
	}
	.custom-page-header .container{
		padding: 80px 0 20px;
	}
	.home-template .col-main .category-box {
		min-height: 230px;
	}
	.home-template .col-main .category-thumb {
		width: 100px;
		height: 100px;
	}
	.widget-header .widget-header-left span{
		font-size: 18px;
	}
	.col-main .widget.widget-newsletter .newsletter-wrapper div[class*=col]:first-child {
		margin: 0 0 15px;
	}
	.col-main .widget.widget-newsletter .newsletter-meta {
		padding: 0 !important;
		align-items: center;
    	text-align: center;
	}
	.col-main .widget.widget-newsletter .newsletter-meta img{
		position: static !important;
		margin: 0 0 15px;
	}
	.item-offer-wrap ul li, .stock-wrap{
		font-size: 10px;
	}

	.guest-login .second[class*=col] {
		padding-top: 25px !important;
		margin: 15px 0 0;
	}
	.guest-login .custom-box-footer{
		width: 100%;
		margin: 0 !important;
		border: none !important;
		border-top: 1px solid var(--primary-color) !important;
	}
	.guest-login .second[class*=col]:before {
		width: calc( 100% + 10px );
		height: 1px;
		top: 0;
		left: -5px;
		right: 0;
		bottom: auto;
	}
	.product-slider ul.lightSlider > li {
		height: 350px;
	}
	.product-slider .lSSlideOuter .lSPager.lSGallery li a {
		min-height: 100px;
	}
	.product-meta .item-title {
		font-size: 18px;
		line-height: 24px;
	}
	.item-price-wrap {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.product-sub-meta {
		width: 100%;
		padding: 5px 0 15px;
		margin: 0 auto !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.prodcut-offer-wrap, .prodcut-offer-wrap > .leftbar{
		flex-direction: column;
		text-align: center;
		gap: 0;
	}
	.prodcut-offer-wrap{
		margin: 15px 0;
	}
	.prodcut-offer-wrap > .leftbar ul {
		width: 100%;
		padding: 5px;
		justify-content: center;
		align-items: center;
	}
	.offer-timer{
		width: 100%;
		border: none !important;
		border-top: 1px solid #DE3435 !important;
	}
	.variant-btn > ul{
		justify-content: center;
	}
	.variant-btn ul li.li-cart, .variant-btn ul li.li-notify{
		width: 100%;
		margin: 10px 0 15px;
	}
	.variant-btn ul li.li-cart .btn{
		min-width: 170px;
	}
	.product-control table td.first, .product-control table td.last {
		display: block;
	}
	.product-control table td.first p {
		margin: 0 0 10px;
	}
	.item-price-wrap .price {
		margin: 10px 0 0;
	}
	.product-tabs .nav-tabs::-webkit-scrollbar {
		display: none;
	}
	.product-tabs .nav-tabs::-moz-scrollbar {
		display: none;
	}
	.product-tabs .nav-tabs {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
	}
	.product-tabs .nav-tabs>li {
		display: inline-block;
		float: none !important;
	}
	.product-tabs .nav-tabs>li>a {
		padding: 14px 25px;
	}
	ul.reviews-ul li {
		float: left;
		display: block;
	}
	ul.reviews-ul li > .leftbar, ul.reviews-ul li > .rightbar{
		width: 100%;
		float: left;
		border-radius: 3px !important;
	}
	ul.reviews-ul li > .rightbar::before{
		display: none;
	}
	ul.reviews-ul li > .leftbar .item-rating div[class^='rating'] {
		margin: 0 0 10px;
	}
	.custom-modal.quick-view-modal .product-slider ul.lightSlider > li {
		height: 300px;
	}
	.custom-modal.quick-view-modal .product-meta .item-title {
		font-size: 18px;
		line-height: 26px;
	}
	.variant-btn {
		padding: 5px 0 0;
		margin: 0 auto;
	}
	ul.cart-ul li.cart-li {
		margin: 35px 0 25px;
	}
	.cart-item-type{
		display: none;
	}
	.cart-item-wrap {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.cart-item-wrap > .leftbar {
		justify-content: center;
	}
	.cart-item-wrap > .rightbar{
		padding: 0 15px !important;
	}
	.cart-item-wrap > .leftbar .cart-item-thumb {
		width: 80px;
		height: 80px;
		margin: -40px 0 15px;
		box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 15%);
	}
	.cart-item-title{
		padding: 0 !important;
	}
	.cart-meta-btn{
		justify-content: center;
	}
	ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-info ul {
		width: 100%;
		min-height: 38px;
		padding: 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background-color: #fafafa;
		border: 1px solid #e5e5e5;
		border-radius: 2px;
		margin: 0 0 15px;
	}
	ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-info ul li {
		float: left;
		padding: 0 10px;
		margin: 5px 0 !important;
	}
	ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-info ul li:not(:last-child) {
		border-right: 1px solid #ddd;
	}
	ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-info ul li strong{
		min-width: unset;
		margin: 0 5px 0 0;
	}
	.checkout-block .checkout-custom-control .form-control {
		width: 100%;
		min-width: unset;
		margin: 0 0 20px;
	}
	.checkout-final{
		min-height: 500px;
	}
	.checkout-final img {
		max-width: 90%;
		margin: 0 auto 30px;
	}
	.checkout-box .cart-item-meta .cart-meta-price {
		margin: 0 auto;
	}
	.promotions-listing ul li .promotion-wrap .promotion-meta {
		flex-direction: column;
	}
	.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar {
		width: 100%;
		padding: 15px 0 0;
		align-items: center;
	}
	.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar {
		margin: 10px auto !important;
	}
	.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li {
		align-items: flex-start;
	}
	.promotions-listing ul li .promotion-wrap .promotion-thumb span {
		font-size: 22px;
		text-transform: capitalize;
	}

	.checkout-tabs .nav-tabs>li{
		float: none !important;
		display: inline-block;
	}
	.checkout-tabs .nav-tabs>li>a::after {
		width: auto;
		height: 1px;
		top: auto;
		left: 0 !important;
		right: 0 !important;
		bottom: -2px;
	}
	.checkout-options > .rightbar{
		flex-direction: column;
	}
	.checkout-tabs .tab-content{
		width: 100%;
		float: left;
		padding: 15px 15px 0;
		margin: -1px 0 0;
	}
	.checkout-options > .rightbar .btn {
		width: 100%;
		margin: 15px 0 0 !important;
	}
	.checkout-form-buttons{
		margin: 5px 0 20px;
	}
	.cart-item-addons .cart-item-meta {
		width: 100%;
		flex: auto;
		justify-content: center;
	}
	.cart-item-addons .cart-item-meta .cart-meta-price {
		margin: 0 auto;
	}
	.ship-meta{
		margin: 0 0 20px;
	}
	.listing-items ul.row{
		margin: 0 -5px;
	}
	.listing-items ul.row li[class*=col]{
		padding: 0 5px;
		margin: 0 0 10px;
	}
	.listing-items ul.row li .item-front-meta {
		padding: 10px;
	}
	.listing-items ul.row li .item-thumb{
		height: 150px;
	}
	.listing-items ul.row li .item-front-meta .item-stock-wrap {
		font-size: 12px;
		font-weight: normal;
		width: calc( 100% + 10px );
		min-height: 24px;
		left: -5px;
		margin: 0 0 8px;
	}
	.item-buttons ul {
		justify-content: space-evenly;
		gap: unset;
		padding: 0;
	}
	.item-buttons ul li a {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.listing-items ul.row li .item-thumb img {
		object-fit: contain;
		object-position: center;
		height: 140px;
	}
	.listing-items ul.row li .item-name {
		min-height: 40px;
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.listing-items ul.row li .item-meta-wrap .price {
		font-size: 15px;
		line-height: 18px;
	}
	.listing-items ul.row li .item-meta-wrap .special-price + .regular-price {
		font-size: 11px;
		line-height: 14px;
	}
	.listing-items ul.row li .item-thumb .item-badge {
		font-size: 10px;
		padding: 3px 11px 3px 5px;
	}
	.col-main .info-box {
		padding: 15px 20px;
	}
	.cart-drawer .drawer-wrapper {
		width: 100% !important;
	}
	.custom-drawer.cart-drawer {
		bottom: -100%;
		left: 0;
		right: 0;
		transform: translate(0%, 100%) !important;
		overflow: hidden !important;
	}
	.custom-drawer.cart-drawer.in {
		bottom: 0;
		transform: translate(0%, 0%) !important;
	}
}
@media (max-width: 576px) {
	.cat-all-list.dropdown .dropdown-toggle{
		display: flex;
	} 
	.cat-all-list.dropdown > .dropdown-toggle:first-of-type{
		display: none;
	}
	.checkout-tabs .nav-tabs{
		flex-wrap: wrap;
		gap: 5px;
	}
	.order-status-wrapper{
		padding: 18px;
	}
	.order-status .progressbar li{
		width: 22.3%;
	}
	.order-status .progressbar li:before{
		width: 40px;
		height: 40px;
	}
	.order-status .progressbar li .status-count{
		height: 42px;
	}
	.order-status .progressbar li:after{
		top: 18px;
	}
}

@media (max-width: 480px) {
	.otp-wrap .form-control {
		width: 36px;
		height: 36px;
	}
	
	.cat-pills-list{
		display: none;
	}
	.menu-search-wrapper{
		margin: 0;
	}
	.custom-modal.custom-modal-sm .modal-content{
		margin: 0 8px;
	}
}
/*============================================================
	Custom Switch Toggle
=============================================================*/
.checkout-options:has(.custom-switch){
	align-items: flex-start;
}
.schedule-wrapper{
	min-height: 36px;
}
.schedule-wrapper.checkout-options > .rightbar{
	justify-content: flex-start;
}
.schedule-fields-wrapper{
	display: none;
}
.schedule-fields-inner{
	display: flex;
	flex-wrap: wrap;
}
.schedule-fields-inner .form-group{
	width: auto !important;
}
.custom-switch .switch {
	position: relative;
	margin: 0;
	width: auto;
	height: auto;
}
.custom-switch .switch label span{
	margin: 0 5px;
	font-size: 14px;
	font-weight: 400;
}
.custom-switch .switch input {
position: absolute;
height: 1px;
width: 1px;
background: none;
border: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);
overflow: hidden;
padding: 0;
}
.custom-switch .switch input + label {
position: relative;
min-width: calc(calc(2.375rem * 0.8) * 2);
border-radius: calc(2.375rem * 0.8);
height: calc(2.375rem * 0.8);
line-height: calc(2.375rem * 0.8);
display: inline-block;
cursor: pointer;
outline: none;
user-select: none;
vertical-align: middle;
text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
margin: 0;
}
.custom-switch .switch input + label::before,
.custom-switch .switch input + label::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: calc(calc(2.375rem * 0.8) * 2);
bottom: 0;
display: block;
}
.custom-switch .switch input + label::before {
	right: 0;
	background-color: #dee2e6;
	border-radius: calc(2.375rem * 0.8);
	transition: 0.2s all;
}
.custom-switch .switch input + label::after {
	top: 2px;
	left: 2px;
	width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
	height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
	border-radius: 50%;
	background-color: white;
	transition: 0.2s all;
}
.custom-switch .switch input:checked + label::before {
	background-color: var(--primary-color);
}
.custom-switch .switch input:checked + label::after {
	margin-left: calc(2.375rem * 0.8);
}
.custom-switch .switch input:focus + label::before {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.custom-switch .switch input:disabled + label {
	color: #868e96;
	cursor: not-allowed;
}
.custom-switch .switch input:disabled + label::before {
	background-color: #e9ecef;
}	
html[dir="rtl"] .custom-switch .switch input + label::after{
	left: 0;
	right: 2px;
}
html[dir="rtl"] .custom-switch .switch input:checked + label::after{
    margin-right: calc(2.375rem* 0.8);
	margin-left: initial;
}
@media (max-width:576.98px) {
	.schedule-fields-inner{
		gap: 8px;
	}
}
.ship-control:has(.shipment-options + .shipment-options) .shipment-options:last-of-type .custom-control{
	margin-bottom: 0 !important;
}
.checkout-options > .rightbar .form-group + .form-group{
	margin: 0 0 0 10px;
}
html[dir="rtl"] .checkout-options > .rightbar .form-group + .form-group {
    margin: 0 10px 0 0;
}

.custom-box-body:has(.bfh-selectbox.open){
	overflow: visible;
}
/*==============================
	Item Size & Color
===============================*/
.size-color-wrap {
	display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center;
    position: relative;
    margin-top: 0px;
	flex-direction: column;
    gap: 10px;
}
.size-color-wrap a {
	color: #333;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.size-color-wrap .color-wrap > .form-group,
.size-color-wrap .size-wrap > .form-group {
	margin-bottom: 0;
}
.size-color-wrap .color-wrap .colors-list {
	display: flex;
	width: 100%;
	gap: 7px;
	align-items: center;
}
.size-color-wrap .color-wrap .colors-list .color-box {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}
.size-color-wrap .color-wrap .colors-list .color-box.active:before {
	position: absolute;
    left: -6px;
    top: -6px;
    display: block;
    content: '';
    border-radius: 100px;
    height: 30px;
    width: 30px;
    background: transparent;
    border: 2px solid #333;
    /* box-shadow: 0 0 0 1px #ccc;*/
}
.size-color-wrap .color-wrap .colors-list .dropdown-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	color: #333;
	font-weight: 500;
	cursor: pointer;
	transition: var(--default-transition);
	height: 24px;
	width: 24px;
	border-radius: 100px;
	border: 1px solid #ddd;
}
.size-color-wrap .color-wrap .colors-list .dropdown-toggle:hover {
	background-color: #eee;
	color: #000;
}
.size-color-wrap ul.dropdown-colors {
	right: 0;
	left: unset;
	top: auto;
	bottom: 100%;
}
.size-color-wrap ul.dropdown-colors li a {
	display: flex;
	width: 100%;
	gap: 10px;
	padding: 10px 6px;
	position: relative;
}
.size-color-wrap ul.dropdown-colors li.active a {
	background-color: #f3f3f3;
	color: #000;
}
.size-color-wrap ul.dropdown-colors li.active a .color-box:before {
	position: absolute;
    left: -6px;
    top: -6px;
    display: block;
    content: '';
    border-radius: 100px;
    height: 30px;
    width: 30px;
    background: transparent;
    border: 2px solid #333;
    /* box-shadow: 0 0 0 1px #ccc;*/
}
.size-color-wrap ul.dropdown-colors li a span {
	display: flex;
    width: calc(100% - 50px);
    word-break: break-word;
    max-width: 100%;
    height: auto;
    white-space: normal;
	font-weight: 500;
}
.size-color-wrap ul.dropdown-size {
	right: unset;
	left: 0;
	min-width: 100px;
	top: auto;
	bottom: 100%;
}
.size-color-wrap ul.dropdown-size:before {
	right: unset;
	left: 16px;
}
.size-color-wrap ul.dropdown-size li a {
	white-space: normal;
	word-break: break-word;
	padding: 5px 15px;
	font-weight: 500;
}
.size-color-wrap.no-size-color {
	visibility: hidden;
}
.size-color-wrap.size-only,
.size-color-wrap.color-only {
	justify-content: center;
}
.size-color-wrap.size-only .color-wrap,
.size-color-wrap.color-only .size-wrap {
	display: none;
}
.size-color-wrap.size-only .dropdown,
.size-color-wrap.color-only .dropdown {
	width: 100%;
}
.size-color-wrap.size-only .dropdown-menu,
.size-color-wrap.color-only .dropdown-menu {
	left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
	max-width: 90%;
}
.size-color-wrap.size-only .dropdown-menu:before,
.size-color-wrap.color-only .dropdown-menu:before {
	left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
	transform: translate(0, 0);
}
.size-color-wrap ul.dropdown-menu {
	/* max-height: 300px;
	overflow: auto; */
	max-width: 200px;
	overflow: auto;
	z-index: 9;
	border: none;
    border-radius: 0px;
}
.size-color-item .item-meta .btn {
	bottom: -18px !important;
}

.size-color-item .item-back-btn {
	flex-direction: column;
	padding-bottom: 20px;
}
.size-color-item .item-back-btn .size-color-wrap {
	border-top: 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px 0;
	width: 100%;
}
html[dir="rtl"] .size-color-wrap ul.dropdown-size {
	right: 0;
	left: unset;
	text-align: right;
}
html[dir="rtl"] .size-color-wrap ul.dropdown-colors {
	left: 0;
	right: unset;
}