@import url("typeahead.css?v=1749042511");
@import url("common.css?v=1749042511");
@import url("header-footer.css?v=1749042511");
@import url("sitemap.css?v=1749042511");
@import url("location.css?v=1749042511");
@import url("checkout.css?v=1749042511");
@import url("payment-plan.css?v=1749042511");
@import url("order-status.css?v=1749042511");
@import url("dashboard.css?v=1749042511");
@import url("../fonts/fonts.css?v=1749042511");
@import url("toastr.min.css?v=1749042511");
@import url("toastr-style.css?v=1749042511");

:root {
	--primary-font: 'Poppins';
	--primary-color: #252525;
	--secondary-color: #ff822e;
	--primary-hover-color: #f33535;
	--primary-hover-light-color: #f3353511;
    --secondary-light-color: #757575;
    --primary-background: #f1f3f6;
    --border-color: #e2e2e2;
	--default-transition: all 0.3s ease-in-out;
	--primary-shadow: 0 0 0 3px rgba(123, 192, 2, 0.25);
}
body {
	font-family: var(--primary-font);
	min-height: 100vh;
	background-color: var(--primary-background);
	color: var(--primary-color);
}
select, select option, select optgroup {
	font-family: var(--primary-font) !important;
}
.bg-gray{
	background-color: #f1f3f6;
}
select, select option {
	font-family: 'Poppins', sans-serif !important;
}
.price-wrapper.price{
	font-family: var(--primary-font);
	font-weight: 500;
}
.text-red{
	color: var(--primary-hover-color) !important;
}
.content-wrapper{
	width: 100%;
	float: left;
}
.sticky-class {
	position: sticky;
	top: 0;
}
.block {
	width: 100%;
	float: left;
	position: relative;
}
.sticky-parent {
	position: sticky;
	top: 80px;
}
.row.custom-row-5 {
    margin: 0 -5px;
}
.row.custom-row-5 > [class*=col] {
    padding: 0 5px;
}
label {
	font-weight: 400;
	color: #333;
	margin: 0 0 3px;
}
label span {
    color: #ff0000;
}
.form-control {
	color: #333;
	height: 32px;
	border: 1px solid #e5e5e5;
	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/loaders_bg/field_loader.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 22px;
    padding: 6px 12px;
}
select.form-control {
	padding: 0 25px 0 12px;
	background: #FFF url(../img/caret_builder.svg) no-repeat right 12px center/8px 9px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.form-control.sort-asc {
	background: url(../img/sort_asc.svg) no-repeat left .5rem center/17px 18px, url(../img/caret_builder.svg) no-repeat right 12px center/8px 8px !important;
	background-color: #FFF !important;
	text-indent: 15px;
}
select.form-control.sort-des {
	background: url(../img/sort_des.svg) no-repeat left .5rem center/17px 18px, url(../img/caret_builder.svg) no-repeat right 12px center/8px 8px !important;
	background-color: #FFF !important;
	text-indent: 15px;
}
textarea{
	resize: none;
}
.btn.is-loading{
	background-image: url('../img/loaders_bg/btn_loader.svg');
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 18px;
}
html[dir="rtl"] .btn.is-loading{
	background-position: left 10px center;
}
.slider-hidden {
	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: 1500 !important;
}
.no-thumb{
    background: #f6f6f6 url(../img/no_thumb.svg) no-repeat center/75px !important;
}
.no-thumb > img{
	display: none !important;
}
.product-slider .lSSlideOuter .lSPager.lSGallery li.no-thumb,
ul.cart-ul li.cart-li .cart-item-wrap > .leftbar .cart-item-thumb.no-thumb,
.template-wrapper .col-sidebar .listing-items ul li .item-thumb.no-thumb,
.brands-wrapper ul li .brand-thumb.no-thumb{
    background-size: 40px !important;
}
.cart-dropdown .cart-dropdown-body ul li > .leftbar.no-thumb,
.service-box ul li > .leftbar.no-thumb,
.col-sidebar .widget:not(.widget-slider) .collection-thumb,
.col-sidebar .category-wrapper ul li .category-thumb.no-thumb{
    background-size: 30px !important;
}

.default-wrapper{
	padding: 30px 0;
}

body.cart-dropdown-open{
	overflow: hidden !important;
}
body.cart-dropdown-open::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
	-webkit-animation: DrawerFadeIn .3s cubic-bezier(.7, .3, .1, 1);
    animation: DrawerFadeIn .3s;
}


ul li i + i{
	display: none;
}
ul li a.added i{
	display: none;
}
ul li a.added i + i {
    display: inline-block !important;
    color: #e0245e !important;
}

.phone-wrap {
    display: flex;
    width: 100%;
}

.bfh-selectbox .bfh-selectbox-toggle{
	display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.bfh-selectbox .bfh-selectbox-options{
	z-index: 50 !important;
}
.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option{
	height: auto !important;
	white-space: nowrap !important;
}
.bfh-selectbox-filter-container .form-control, .bfh-selectbox-filter-container .form-control:hover, .bfh-selectbox-filter-container .form-control:focus{
	border-color: #ccc !important;
	box-shadow: none !important;
}

.checkout-block{
	background: #fff;
}
/*==============================
	is spinner loader 
===============================*/
.is-spinner{
	cursor: not-allowed;
}
.is-spinner:before,
.is-spinner:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}
.is-spinner:after{
	background: url(../img/loaders_bg/circle_loader_red.svg) no-repeat center;
	z-index: 10;
}
/*==============================
	Scroll To Top Code 
===============================*/
.scroll-to-top {
	position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    opacity: 0;
	visibility: hidden;
	transition: background-color .3s, opacity .5s, visibility .5s; 
}
.scroll-top-wrap{
	width: 30px;
    height: 30px;
    background-color: var(--primary-hover-color);
    border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 3px 20px 0px rgba(243 53 53 / 50%);
}
.scroll-to-top i {
    font-size: 16px;
    font-weight: 700;
	color: #FFF;
	display: block;
    transform: rotate(-90deg);
}
.scroll-to-top.show{
	opacity: 1;
	visibility: visible;
}
html[dir="rtl"] .scroll-to-top{
	right: auto;
	left: 20px;
}
/*==============================
	Phone Wrap 
===============================*/
.phone-wrap {
    display: flex;
	align-items: center;
    width: 100%;
	height: 36px;
    margin: 0 0 20px;
	padding: 2px;
    border: 1px solid #e5e5e5;
    border-radius:3px;
}
.error .phone-wrap, .error.phone-wrap{
	border-color: #f33535 !important;
}
.phone-wrap .phone-wrap-addon select.form-control {
    height: auto;
    background: url(../img/caret_builder.svg) no-repeat right .75rem center/8px,url(../img/select_bg.svg) repeat !important;
    box-shadow: none !important;
    border: 1px solid #e5e5e5 !important;
}
html[dir="rtl"] .phone-wrap .phone-wrap-addon select.form-control {
    background: url(../img/caret_builder.svg) no-repeat left .75rem center/8px,url(../img/select_bg.svg) repeat !important;
}
.phone-wrap .phone-wrap-addon + .form-control{
	height: auto;
	border: none ;
	box-shadow: none ;
	margin: 0 0 0 2px !important;
}
html[dir="rtl"] .phone-wrap .phone-wrap-addon + .form-control{
	margin: 0 2px 0 0 !important;
}
.phone-wrap-addon .bfh-selectbox .bfh-selectbox-toggle{
	background: url(../img/select_bg.svg) repeat;
	height: 30px !important;
	border: 1px solid #e5e5e5 !important;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	border-radius: 2px;
	box-shadow: none !important;
}
.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option{
	font-size: 13px;
    color: #333;
	height: auto !important;
	white-space: nowrap !important;
}
.bfh-selectbox-options .form-control {
	border: 1px solid #e5e5e5 !important;
    height: 30px !important;
}
.bfh-selectbox-options .form-control:hover, .bfh-selectbox-options .form-control:focus {
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(0 123 255 / 18%) !important;
}
.bfh-selectbox-toggle .cc-name, .bfh-selectbox .bfh-selectbox-options .cc-iso{
	display: none;
}
.bfh-selectbox .bfh-selectbox-options {
    width: auto;
    margin: 0;
    border-color: #e5e5e5;
    left: -1px !important;
    right: -1px !important;
	border-radius: 3px;
	z-index: 50 !important;
    -webkit-box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%);
}
/*==============================
	Alert Code 
===============================*/
.alert{
	width: 100%;
	float: left;
	min-height: 52px;
	font-family: var(--priamry-font);
	background: #FFF;
	position: relative;
	padding: 12px 25px 9px 56px;
	border: none;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 10px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.alert:before{
	content: '';
	width: 7px;
	background-color: #000;
	position: absolute;
	top: 3px;
	left: -3px;
	bottom: 3px;
	border-radius: 7px;
}
.alert i.icon-close {
    position: absolute;
    right: 15px;
    top: 8px;
	font-size: 20px;
	color: #999;
    padding: 2px;
	cursor: pointer;
}
.alert span{
	font-size: 15px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 1px;
}
.alert p{
	font-size: 12px;
	color: #000;
	margin: 0;
}
.alert .price{
	display: inline-block;
}
.alert.alert-success{    
	background: #FFF url(../img/alert_bg/success.svg) no-repeat  left 15px top 15px/24px;
}
.alert.alert-success:before{
	background-color: #21A67A;
}
.alert.alert-error{
	background: #FFF url(../img/alert_bg/error.svg) no-repeat  left 15px top 15px/24px;
}
.alert.alert-error:before{
	background-color: #F33535;
}
.alert.alert-warning{
	background: #FFF url(../img/alert_bg/warning.svg) no-repeat  left 15px top 15px/24px;
}
.alert.alert-warning:before{
	background-color: #E9B30E;
}

/*==============================
	Container Code  
===============================*/
@media (min-width: 1751px){
	.container {
		width: 1710px;
	}
}
@media (max-width: 1750px) and (min-width: 1441px){
	.container {
		width: 1440px;
	}
}
@media (max-width: 1440px) and (min-width: 1200px){
	.container {
		width: 95%;
	}
}
/*==============================
	Theme Selector Code  
===============================*/
.theme-selector{
	position: fixed;
	top: 125px;
	left: auto;
	right: -170px;
	z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.theme-selector:hover {
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.theme-trigger{
    width: 44px;
    height: 44px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: -44px;
    top: 50%;
	transform: translateY(-50%);
	border-radius: 3px 0 0 3px;
}
.theme-trigger i {
	font-size: 24px;
	color: #000;
}
.theme-listing{
	width: 170px;
	height: 240px;
	background-color: #FFF;
	border-radius: 5px 0 0 5px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.theme-selector:hover .theme-listing{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.theme-listing-header{
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
}
.theme-listing-header span{
	font-weight: 700;
	color: #000;
}
.theme-listing ul li a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 11px 15px;
}
.theme-listing ul li .color-box{
	width: 16px;
	height: 16px;
	background-color: #000;
	margin: 0 6px 0 0;
	border-radius: 2px;
}
.theme-listing ul li span{
	font-size: 13px;
	color: #000;
}
.theme-listing ul li i{
	font-size: 16px;
	color: #959595;
	margin: 0 0 0 auto;
	display: none;
}
.theme-listing ul li.active i{
	display: block;
}
.theme-listing ul li.theme-red .color-box{
	background-color: #f33535;
}
.theme-listing ul li.theme-blue .color-box{
	background-color: #266cfb;
}
.theme-listing ul li.theme-mustard .color-box{
	background-color: #af996e;
}
.theme-listing ul li.theme-green .color-box{
	background-color: #80cb12;
}
.theme-listing ul li.theme-orange .color-box{
	background-color: #ff7700;
}

/*==============================
	Main Template Code  
===============================*/
.template-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.template-wrapper .col-left{
	width: 270px;
}
.template-wrapper .col-right{
	width: 270px;
}
.template-wrapper.tmp-m .col-main{
	width: 100%;
}
.template-wrapper.tmp-m .col-left,
.template-wrapper.tmp-m .col-right,
.template-wrapper.tmp-mr .col-left,
.template-wrapper.tmp-ml .col-right{
	display: none !important;
}
.template-wrapper.tmp-m .col-main.w-1200{
	width: 1250px;
	margin: 0 auto;
}
.template-wrapper.tmp-mlr .col-main{
	width: calc( 100% - 540px );
	padding: 0 30px;
}
.template-wrapper.tmp-ml .col-main{
	width: calc( 100% - 270px );
	padding: 0 0 0 30px;
}
.template-wrapper.tmp-mr .col-main{
	width: calc( 100% - 270px );
	padding: 0 30px 0 0;
}
html[dir="rtl"] .template-wrapper.tmp-ml .col-main{
	padding: 0 30px 0 0;
}
html[dir="rtl"] .template-wrapper.tmp-mr .col-main{
	padding: 0 0 0 30px;
}
@media (max-width: 1199px){
	.template-wrapper.tmp-mlr .col-main,
	.template-wrapper.tmp-mlr .col-right {
		width: calc( 100% - 270px );
		padding: 0 0 0 30px;
		margin: 0 0 30px;
	}
	.template-wrapper.tmp-mlr .col-right{
		margin: 0 0 0 auto;
	}

	html[dir="rtl"] .template-wrapper.tmp-mlr .col-main,
	html[dir="rtl"] .template-wrapper.tmp-mlr .col-right {
		padding: 0 0 0 30px;
	}
	html[dir="rtl"] .template-wrapper.tmp-mlr .col-right{
		margin: 0 auto 0 0;
	}
}
@media (max-width: 991px){
	.template-wrapper .col-left,
	.template-wrapper .col-main,
	.template-wrapper .col-right{
		width: 100% !important;
		padding: 0 !important;
		margin: 0 0 30px !important;
	}
	.template-wrapper .col-main{
		order: 1;
	}
	.template-wrapper .col-left,
	.template-wrapper .col-right{
		order: 2;
		margin: 0 !important;
	}
	.template-wrapper.tmp-mlr .col-right{
		order: 3;
	}
}
/*==============================
	QTY Group Code  
===============================*/
.qty-group {
	width: 100px;
	height: 40px;
	float: left;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}
.qty-group .qty-minus, .qty-group .qty-plus {
	font-size: 13px;
	width: 30px;
	height: 38px;
	float: left;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.qty-group input {
	width: calc( 100% - 60px );
	height: 38px;
	font-size: 14px;
	color: var(--primary-color);
	text-align: center !important;
	outline: none;
	border: none;
	float: left;
	vertical-align: middle;
	user-select: none;
}
/*==============================
	Breadcrumb Code  
===============================*/
.breadcrumb-wrapper {
    background-color: #FFF;
    min-height: 50px;
    padding: 14px 20px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    margin: 0 0 20px;
}
.page-title{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin: 0;
}
.breadcrumb{
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.breadcrumb li a{
	color: var(--primary-color);
}
.breadcrumb li a:hover, .breadcrumb li.active {
	color: var(--primary-hover-color);
}
.breadcrumb>li+li:before {
	display: none;
}
.breadcrumb li i {
    color: var(--primary-color);
    font-weight: 700;
    vertical-align: middle;
    padding: 0 5px;
}
.breadcrumb li:first-child i{
	display: none !important;
}
/*==============================
	Listing Items 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 60px;
	padding: 0 10px;
}
/* .listing-items ul li.is-loading {
    cursor: not-allowed;
}
.listing-items ul li.is-loading *{
	pointer-events: none;
} */
.listing-footer .btn{
    font-weight: 700;
    padding: 9px 29px;
	border-radius: 5px;
	text-transform: uppercase;
	margin: 10px 0 20px;
	background-position: center right 10px;
}
.listing-footer .btn.is-loading{
	padding: 9px 45px 9px 29px;
}
html[dir="rtl"] .listing-footer .btn {
    background-position: left 10px center;
}
html[dir="rtl"] .listing-footer .btn.is-loading {
    padding: 9px 29px 9px 45px;
}
.listing-items ul li .item-wrap-parent {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.listing-items ul li .item-wrap {
	width: 100%;
	float: left;
	position: relative;
}

.listing-items ul li .item-thumb {
	width: 100%;
	height: 180px;
	background: #F6F6F6;
	position: relative;
	flex-direction: row;
	align-items: center;
}
.listing-items ul li .item-thumb:before{
	content: '';
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: none;
}
.listing-items ul li.is-loading .item-thumb:before{
	display: block;
}
.listing-items ul li .item-thumb a{
	width: 100%;
	height: 100%;
}
.listing-items ul li .item-thumb img {
	/* margin: 0 auto; */
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.listing-items ul li .item-wrap .item-thumb img.hover-img{
	bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} 
.listing-items ul li .item-wrap:hover .item-thumb img.hover-img{
	opacity: 1;
}
.listing-items ul li .item-wrap:hover .item-thumb .default-img{
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.listing-items ul li.no-thumb .item-thumb{
	background: #F6F6F6 url(../img/no_thumb.svg) no-repeat center/75px;
}
.home-template .col-sidebar .listing-items ul li.no-thumb .item-thumb{
	background: #F6F6F6 url(../img/no_thumb.svg) no-repeat center/35px;
}
.listing-items ul li.no-thumb .item-wrap img{
	display: none;
}
.listing-items ul li .item-wrap .item-buttons {
    position: absolute;
    left: 0;
	right: 0;
	bottom: 20px;
	z-index: 10;
}
.listing-items ul li .item-wrap .item-buttons ul li {
	display: inline-block;
}
.listing-items ul li .item-wrap .item-buttons ul li a{
	font-size: 16px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	color: var(--primary-color);
	background: #FFF;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	display: block;
	position: relative;
	bottom: -35px;
    margin: 0 3px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out ;
    -moz-transition: all 0.3s ease-in-out ;
    -ms-transition: all 0.3s ease-in-out ;
	-o-transition: all 0.3s ease-in-out ;
	transition: all 0.3s ease-in-out ;
}
.listing-items ul li .item-wrap .item-buttons ul li a:hover{
	color: #FFF;
	background-color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
}
.listing-items ul li .item-wrap .item-buttons ul li a:hover i + i{
	color: #FFF !important;
	-webkit-transition: all 0.3s ease-in-out ;
    -moz-transition: all 0.3s ease-in-out ;
    -ms-transition: all 0.3s ease-in-out ;
	-o-transition: all 0.3s ease-in-out ;
	transition: all 0.3s ease-in-out ;
}
.listing-items ul li .item-wrap:hover .item-buttons ul li a{
    opacity: 1;
	bottom: 10px;
}
.listing-items ul li .item-wrap .item-buttons ul li:nth-child(2) a{
    -webkit-transition: all 0.5s ease-in-out ;
    -moz-transition: all 0.5s ease-in-out ;
    -ms-transition: all 0.5s ease-in-out ;
	-o-transition: all 0.5s ease-in-out ;
	transition: all 0.5s ease-in-out ;
}
.listing-items ul li .item-wrap .item-buttons ul li:nth-child(3) a{
    -webkit-transition: all 0.7s ease-in-out ;
    -moz-transition: all 0.7s ease-in-out ;
    -ms-transition: all 0.7s ease-in-out ;
	-o-transition: all 0.7s ease-in-out ;
	transition: all 0.7s ease-in-out ;
}
.listing-items ul li .item-wrap .item-buttons ul li:nth-child(4) a{
    -webkit-transition: all 0.9s ease-in-out ;
    -moz-transition: all 0.9s ease-in-out ;
    -ms-transition: all 0.9s ease-in-out ;
	-o-transition: all 0.9s ease-in-out ;
	transition: all 0.9s ease-in-out ;
}
.listing-items ul li .badge {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	background: var(--primary-hover-color);
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 1.42857143;
	padding: 2px 9px;
	z-index: 50;
	border-radius: 0px;
	display: none;
}
.listing-items ul li.special-item .badge,
.listing-items ul li.discounted-item .badge {
	display: block;
}
.group-wrap, .service-wrap, .item-share-wrap{
	width: 30px;
	height: 30px;
	background-color: var(--primary-hover-color);
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 2px;
	display: none;
	cursor: pointer;
	z-index: 10;
}
.related-box .group-wrap, .related-box .service-wrap{
	top: auto;
	bottom: 10px;
}
.group-wrap i, .service-wrap i{
	font-size: 18px;
	color: #FFF;
}
.service-wrap i{
	font-size: 20px;
}
.related-box .lSAction{
	display: none !important;
}
.listing-items ul.row li[class*=col] .tooltip-inner{
	white-space: nowrap;
}
.cart-dropdown .cart-dropdown-body .group-wrap{
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
}
html[dir="rtl"] .cart-dropdown .cart-dropdown-body .group-wrap{
	right: auto;
	left: 0;
}
.cart-dropdown .cart-dropdown-body .group-wrap i{
	font-size: 14px;
}
.cart-dropdown .cart-dropdown-body ul li > .leftbar .tooltip-inner{
	font-size: 12px;
}
.group-wrap + .tooltip{
	white-space: nowrap;
}
.group-item .group-wrap,
.service-item .service-wrap{
	display: flex;
}
.col-sidebar .group-item .group-wrap,
.col-sidebar .service-item .service-wrap{
	display: none;
}
.listing-items ul li .item-loader{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #FFF;
	background-image: url('../img/loaders_bg/circle_loader_red.svg');
	background-repeat: no-repeat;
	background-position: center;
    background-size: 36px;
	position: absolute;
    left: 0;
    right: 0;
	margin: 0 auto;
	display: none;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.listing-items ul li.is-loading .item-loader{
	display: block;
}
.listing-items ul li .item-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	text-align: center;
	flex-direction: column;
  	align-content: center;
	margin: 11px 0 0;
	-webkit-transition: all 0.3s ease-in-out ;
    -moz-transition: all 0.3s ease-in-out ;
    -ms-transition: all 0.3s ease-in-out ;
	-o-transition: all 0.3s ease-in-out ;
	transition: all 0.3s ease-in-out ;
}
.listing-items ul li .item-meta .stock-info {
	margin: 0 auto;
    margin-bottom: 0px;
  	margin-bottom: 10px;
}
.list-view.listing-items ul li .item-meta .stock-info,
.list-view.listing-items ul li .item-meta .hold-info{
	margin: initial;
    width: fit-content;
}
.list-view.listing-items ul li .item-meta .hold-info{
	width: fit-content;
}
.list-view.listing-items .size-color-wrap.color-only{
	justify-content: flex-start;
}
.listing-items ul li .item-meta > .row {
	width: 100%;
}
.listing-items ul li .item-meta > .row > .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}
.listing-items ul li .item-meta .item-name h3{
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-color);
	line-height: 22px;
	display: block;
	margin: 0 0 10px;
}
.listing-items ul li .item-meta .item-name h3:hover, 
.listing-items ul li .item-meta .item-name h3:focus{
	color: var(--primary-hover-color);
}
.stock-info, .hold-info{
	font-size: 12px;
	color: #FFF;
	padding: 3px 9px 2px;
	background-color: #0EC186;
	text-transform: uppercase;
	margin: 0 0 10px;
	display: inline-block;
	user-select: none;
}
.hold-info{
	color: #FFF;
	background-color: #607D8B;
	width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}
.stock-info.sold-out{
	background-color: #F33535;
}
.stock-qty{
	margin: 0 0 0 5px;
	padding: 0 0 0 9px;
	position: relative;
	display: inline-block;
}
.stock-info.sold-out .stock-qty{
	display: none;
}
.stock-qty::before{
	content: '';
	width: 1px;
	background-color: #4ad0a4;
	position: absolute;
	left: 0;
	top: -2px;
	bottom: -2px;
}
.detail-wrapper .stock-info{
	margin: 0;
}
html[dir="rtl"] .stock-info {
    padding: 3px 9px 1px;
}
html[dir="rtl"] .stock-qty{
	margin: 0 5px 0 0;
	padding: 0 9px 0 0;
}
html[dir="rtl"] .stock-qty::before{
	left: auto;
	right: 0;
	top: -3px;
	bottom: -1px;
}
.template-wrapper .col-sidebar .stock-info{
	display: none;
}

.listing-items ul li .item-meta .item-rating {
	margin: 0 0 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.list-view.listing-items ul li .item-meta .item-rating{
	margin: initial;
	width: fit-content;
}
.listing-items ul li .item-meta .item-rating div[class^='rating'] {
    background-position: center;
	width: 103px;
	margin: 0;
}
.list-view.listing-items .item-stock-wrap{
	justify-content: flex-start;
	left: initial;
	right: initial !important;
}
.rating-count {
	color: #666;
    font-size: 12px;
}
.listing-items ul li .item-meta .price {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
}
.listing-items ul li .item-meta  .special-price .symbol {
	font-size: 15.5px;
}
.listing-items ul li .item-meta  .special-price + .regular-price {
	font-size: 13px;
	font-weight: 500;
	color: var(--primary-hover-color);
	vertical-align: top;
}
.item-offer-wrap{
	height: 20px;
    background-color: #F33535;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-offer-wrap ul{
	display: flex;
}
.item-offer-wrap ul li{
	font-size: 11px;
	font-weight: 500;
	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: 10px;
    background-color: #ef9a9a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.item-stock-wrap{
	width: calc( 100% + 20px );
	height: 20px;
	font-size: 11px;
	font-weight: 500;
	color: #DE3435;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
    left: -10px;
	opacity: 1;
	transition: var(--default-transition);
}
.item-share-wrap {
	display: flex;
	visibility: hidden;
	opacity: 0;
	color: #666;
	border: 1px solid #ccc;
	transition: var(--default-transition);
	background-color: #fff;
	z-index: 11;
}
.listing-items ul li .item-wrap:hover .item-share-wrap {
	visibility: visible;
	opacity: 1;
	transition: var(--default-transition);
}
.group-item .item-share-wrap,
.service-item .item-share-wrap {
	right: 45px;
}
.share-dropdown {
	border-radius: 4px !important;
	border-bottom: 3px solid var(--primary-hover-color) !important;
}
.listing-items .item-wrap .share-dropdown {
    border: 0;
	left: auto;
    right: 0;
	border-bottom: 3px solid var(--primary-hover-color);
}
.share-dropdown li:not(:last-child) {
    border-bottom: 1px solid #eee !important;
}
.share-dropdown li a {
    font-size: 12px !important;
    color: #333 !important;
    padding: 6px 10px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: none !important;
}




.listing-items ul li .item-wrap .item-meta .btn{
	width: calc( 100% - 30px );
	font-weight: 500;
	background-color: var(--primary-hover-color);
	border: 1px solid var(--primary-hover-color);
	opacity: 0;
    position: absolute;
    left: 15px;
    right: 0;
	bottom: 2px;
	padding: 8px 0;
	border-radius: 5px;
	text-transform: uppercase;
    /* transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0); */
    transition: all .6s ease ;
    -moz-transition: all .6s ease ;
    -webkit-transition: all .6s ease ;
    -ms-transition: all .6s ease ;
    -o-transition: all .6s ease ;
}
.listing-items ul li .item-wrap:hover .item-meta .btn {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}
.listing-items ul li .item-wrap .item-meta .btn:hover {
	background-color: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
}
.listing-items ul li .item-wrap .item-meta .btn i{
	font-size: 22px;
	display: inline-block;
    vertical-align: bottom;
    margin: 0 10px 0 0;
}
.listing-items ul li .item-wrap .item-meta .btn-notify, .listing-items ul li.sold-item .btn:not(.btn-notify),
.listing-items ul li .item-wrap .item-meta .btn i + i, .listing-items ul li .item-wrap .item-meta .btn.added i{
	display: none;
}
.listing-items ul li .sold-item .btn-notify, .listing-items ul li .item-wrap .item-meta .btn.added i + i{
	display: inline-block !important;
}
.col-sidebar .item-wrap .item-offer-wrap,
.col-sidebar .item-wrap .item-share-wrap,
.col-sidebar .item-wrap .item-stock-wrap,
.col-sidebar .item-wrap .size-color-wrap {
	display: none !important;
}

/*==============================
	Item Size & Color
===============================*/
.size-color-wrap {
	display: flex;
    justify-content: space-between;
    margin: 0 0 0 0px;
    padding: 0;
    width: 100%;
    height: 40px;
    align-items: center;
	/* border-top: 1px solid #e5e5e5; */
	position: relative;
}
.size-color-wrap a {
	color: #333;
	font-size: 13px;
	font-weight: 400;
}
.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 {
	min-width: 200px !important;
	top: 100%;
	right: 0;
}
.size-color-wrap ul.dropdown-colors li a {
	display: flex;
	width: 100%;
	gap: 10px;
	padding: 7px 5px;
	position: relative;
}
.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;
}
.size-color-wrap ul.dropdown-size {
	right: unset;
	left: 0;
	min-width: 160px;
	top: 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;
}
.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%;
}
.list-view.listing-items .size-color-wrap.size-only .dropdown-menu,
.list-view.listing-items .size-color-wrap.color-only .dropdown-menu{
	right: initial !important;
}
html[dir="rtl"] .list-view.listing-items .size-color-wrap.size-only .dropdown-menu,
html[dir="rtl"] .list-view.listing-items .size-color-wrap.color-only .dropdown-menu{
	left: initial !important;
	right: 0 !important;
}
.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;
}
/* .item-wrap-parent .item-meta .btn {
	bottom: -30px !important;
} */
.item-wrap-parent.size-color-item .item-meta .btn {
	margin-bottom: -45px !important;
}


/*==============================
	Main Slider  
===============================*/
.main-slider {
	width: 100%;
	float: none;
	margin: 0 auto 30px;
	aspect-ratio: 3 / 1;
	height: auto!important;
}
.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;
	background-size: contain !important;
	/* color: #FFF; */
}
.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: 100px !important;
}
.main-slider img {
	max-width: 100%;
}
.main-slider .slider-meta{
	padding: 0 0 0 60px;
}
.main-slider .slider-span-1 {
	font-size: 18px;
	color: #FFF;
	line-height: 27px;
	display: block;
	margin: 0 0 10px;
}
.main-slider .slider-span-2 {
	font-size: 46px;
	color: #FFF;
	line-height: 60px;
	display: block;
	width: 48%;
	margin: 0;
}
.main-slider .lSAction>a {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	opacity: 1;
	z-index: 50;
	background-color: var(--primary-hover-color);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	transition: var(--default-transition);
}
.main-slider .lSAction>a:hover{
	background-color: var(--primary-color);
	transition: var(--default-transition);
}
.main-slider .lSAction>a.lSPrev {
	background-image: url(../img/slider_arrows/arrow-left-white.svg);
}
.main-slider .lSAction>a.lSNext {
	background-image: url(../img/slider_arrows/arrow-right-white.svg);
}
/*==============================
	Home Box Common Code 
===============================*/
.home-box{
	background-color: #FFF;
}
.box-header{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	min-height: 50px;
}
.box-header-left{
	display: flex;
	flex-wrap: wrap;
}
.box-header-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 0 auto;
	padding: 0 10px 0 0;
}
.box-header-left span{
	font-size: 16px;
	font-weight: 500;
	padding: 15px 23px 14px;
	text-transform: uppercase;
	position: relative;
}
.box-header-left span:before{
	content: '';
	width: 3px;
	background-color: var(--primary-hover-color);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.box-slider-arrows span{
	width: 30px;
	height: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	margin: 0 5px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: var(--default-transition);
}
.box-slider-arrows span:hover{
	background-color: var(--primary-color);
	transition: var(--default-transition);
}
.box-slider-arrows span i{
	font-size: 17px;
	font-weight: 700;
	transition: var(--default-transition);
}
.box-slider-arrows span:hover i{
	color: #FFF;
	transition: var(--default-transition);
}
.box-body{
	width: 100%;
	float: left;
	padding: 20px;
}
/*==============================
	Brands Slider
===============================*/
.brands-wrapper ul{
	display: flex;
	flex-wrap: wrap;
}
.widget:not(.widget-slider) .brands-wrapper ul{
	margin: 0 -10px;
}
.widget .brands-wrapper ul li .brand-wrap{
    border: 1px solid #E2E2E2;
    display: flex;
    flex-wrap: wrap;
	/* align-items: center;
	justify-content: center; */
	min-height: 140px;
}
.widget:not(.widget-slider) .brands-wrapper ul li{
	width: 25%;
	padding: 0 10px;
	min-height: 70px;
	margin: 0 0 15px;
	justify-content: flex-start;
}
.widget:not(.widget-slider) .brands-wrapper ul li .brand-wrap{
	min-height: 70px;
}
.home-template .col-main .widget:not(.widget-slider) .brands-wrapper ul li .brand-wrap{
	padding: 0 15px;
	align-items: center;
}
.brands-wrapper ul li .brand-thumb {
	width: 100%;
    border-radius: 2px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}
.widget:not(.widget-slider) .brands-wrapper ul li .brand-thumb {
    width: 50px;
    height: 50px;
	margin: 0 10px 0 0;
}
.widget:not(.widget-slider) .brands-wrapper ul li .brand-meta{
	width: calc( 100% - 60px );
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.brand-thumb img{
	max-width: 100%;
	max-height: 100%;
}
.brand-meta span, .brand-meta a {
	font-size: 15px;
	font-weight: 500;
	color: #252525;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brand-meta a:hover{
	color: var(--primary-hover-color);
}
.widget.widget-slider .brand-meta{
	display: none;
}
.col-sidebar .widget:not(.widget-slider) .brands-wrapper ul {
    margin: 0 -5px;
}
.col-sidebar .widget:not(.widget-slider) .brands-wrapper ul li{
	width: 100%;
	padding: 0 5px !important;
	margin: 0 0 12px;
	min-height: unset;
}
.col-sidebar .widget:not(.widget-slider) .brands-wrapper ul li .brand-wrap{
	border: none;
	min-height: unset;
}
/*==============================
	Category Code
===============================*/
.category-wrapper ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul{
	margin: 0;
}
.category-wrapper ul li{
	width: 25%;
	padding: 0 5px;
	margin: 0 0 15px;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li{
	padding: 0;
}
.category-wrapper ul li .category-thumb{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f6;
	height: 170px;
}
.category-wrapper ul li .category-thumb img{
	max-width: 100%;
	max-height: 100%;
}
.category-wrapper ul li .category-meta{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category-wrapper ul li .category-meta span, 
.category-wrapper ul li .category-meta h4 {
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
	font-size: 14px;
}
.category-wrapper ul li .category-meta a:hover{
	color: var(--primary-hover-color);
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li .category-meta p{
	font-size: 12px;
	color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 0;
}
.category-wrapper ul li .category-meta p{
	display: none;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li{
	width: calc( 100% + 20px );
	border-bottom: 1px solid #e5e5e5;
	margin: 0 -10px 10px;
	padding: 0 10px 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li .category-thumb{
	width: 48px;
	height: 48px;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li .category-meta {
    justify-content: flex-start;
	width: calc( 100% - 50px );
	padding: 0 0 0 10px;
	flex-direction: column;
	gap: 4px;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li .category-meta span, 
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li .category-meta a {
	text-align: left;
	margin: 0;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li .category-meta h4{
	margin: 0;
	text-align: initial;
}
.col-sidebar .widget:not(.widget-slider) .category-wrapper ul li .category-meta p{
	display: block;
	margin-top: 0;
}
/*==============================
	Widget Code
===============================*/
.widget{
	width: 100%;
	float: left;
	margin: 0 0 30px;
}
.widget-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 50px;
	position: relative;
	background-color: var(--primary-hover-color);
}
.widget-header-left{
	/* max-width: calc( 100% - 85px ); */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 1;
}
.widget-header-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 0 auto;
	padding: 0 10px 0 0;
}
.widget-header-left h2{
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	padding: 15px 5px 14px 20px;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 0;
}
.widget-header-right i{
	font-size: 22px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    cursor: pointer;
	padding: 5px;
	margin: 0 0 0 auto;
}
.widget-slider-arrows span{
	width: 30px;
	height: 30px;
	border: 1px solid #FFF;
	background-color: #FFF;
	border-radius: 3px;
	margin: 0 5px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: var(--default-transition);
}
.col-sidebar .widget-slider-arrows span{
	background-color: transparent;
}
.widget-slider-arrows span:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	transition: var(--default-transition);
}
.widget-slider-arrows span i{
	font-size: 17px;
	font-weight: 700;
	color: #FFF;
	transition: var(--default-transition);
}
.widget-slider-arrows span:hover i{
	transition: var(--default-transition);
}
.widget-slider .lSAction{
	display: none !important;
}
.widget .listing-footer .btn{
	margin: 10px 0;
}
.widget-body{
	width: 100%;
	float: left;
	padding: 10px;
	background-color: #FFF;
}
.col-sidebar .widget.widget-collection_slider  .widget-body{
	padding: 0;
}
.col-main .widget.widget-collection_slider  .widget-body{
	padding: 10px;
}
.col-main .widget{
	margin: 0;
}
.col-main .widget-header{
	background-color: var(--primary-hover-light-color);
}
.col-main .widget-header h2, .col-main .widget-header i{
	color: var(--primary-color);
}
.col-main .widget-header h2:before {
    content: '';
    width: 3px;
    background-color: var(--primary-hover-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.col-main .widget-slider-arrows span{
	border: 1px solid #e2e2e2;
}
.col-main .widget-slider-arrows span:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.col-main .widget-slider-arrows span i{
	color: var(--primary-color);
}
.col-main .widget-slider-arrows span:hover i{
	color: #FFF;
	transition: var(--default-transition);
}
.col-main .widget-body {
    padding: 20px;
}
.banner-widget{
	width: 100%;
	float: left;
}
.banner-widget a.no-thumb {
    width: 100%;
    height: 250px;
    display: block;
    background-color: #ddd !important;
	border-radius: 4px;
}
.banner-widget img{
	max-width: 100%;
	margin: 0 auto;
}
/*==============================
	Service Box Code
===============================*/
.service-box{
	padding: 0 5px;
	overflow: hidden;
}
.service-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-box ul li{
	width: 24%;
	float: left;
	padding: 20px 15px;
    border: 1px solid #ddd;
}
.col-sidebar .service-box ul li {
	width: 100%;
	padding: 20px 0;
	border: none;
    border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
}
.col-sidebar .service-box ul li:last-child{
	border: none;
}
.service-box ul li > .leftbar{
	width: 50px;
	/* height: 50px; */
	float: left;
	border-radius: 50%;
}
.service-box ul li > .rightbar{
	width: calc( 100% - 60px );
	float: right;
}
.service-box ul li > .leftbar img{
	max-width: 100%;
}
.service-box ul li > .rightbar span{
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	text-transform: uppercase;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-box ul li > .rightbar p{
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	color: var(--secondary-light-color);
	margin: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*==============================
	Category Box Code
===============================*/
.navbar-list-items{
	padding: 0 0 5px;
	margin: 0 -10px;
}
.navbar-list-items .dropdown-backdrop {
    display:none;
}
.navbar-list-items>ul>li>a{
	color: var(--primary-color);
	display: block;
	transition: var(--default-transition);
}
.navbar-list-items>ul>li> a i,
.navbar-list-items ul li .dropdown-menu li a i{
	font-size: 15px;
	font-weight: 700;
	color: var(--secondary-light-color);
	line-height: 21px;
	float: right;
}
.navbar-list-items ul li .dropdown-menu li a i{
	font-size: 14px;
}
.navbar-list-items>ul>li:hover > a i,
.navbar-list-items ul li .dropdown-menu li:hover > a i{
	color: var(--primary-color);
}
@media (min-width: 992px){
	.navbar-list-items>ul>li>a{
		padding: 10px 10px 10px 18px;
		border-left: 3px solid transparent;
	}
	.navbar-list-items>ul>li:hover > a {
		color: var(--primary-color);
		background: #f1f3f6;
		border-left: 3px solid var(--primary-hover-color);
		transition: var(--default-transition);
	}
	
	.navbar-list-items ul li .dropdown-menu {
		min-width: 200px;
		padding: 10px 0;
		top: 100%;
		left: 100%;
		right: auto;
		display: block;
		visibility: hidden;
		opacity: 0;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.navbar-list-items ul li:hover>.dropdown-menu {
		top: 0;
		visibility: visible;
		opacity: 1;
	}
	.navbar-list-items ul li .dropdown-menu li a{
		color: var(--secondary-light-color);
		padding: 5px 15px;
	}
	.navbar-list-items ul li .dropdown-menu li:hover>a{
		color: var(--primary-hover-color);
	}
	
}
.navbar-list-items ul li .dropdown-menu li.active a{
	color: var(--primary-hover-color);
	background-color: transparent !important;
}

@media (max-width: 991px){
	.navbar-list-items ul li a{
		font-weight: 500;
		padding: 10px 10px 10px 15px;
	}
	.navbar-list-items ul li a i{
		transition: var(--default-transition);
	}
	.navbar-list-items>ul>li> a.active i,
	.navbar-list-items ul li .dropdown-menu li a.active i{
		transform: rotate(90deg) !important;
		transition: var(--default-transition);
	}
	.navbar-list-items ul li .dropdown-menu {
		position: relative;
		left: 0 !important;
		right: 0 !important;
		box-shadow: none;
		width: 100%;
		border: none;
		padding: 0 15px 10px;
	}
}
/*==============================
	Newsletter Box Code
===============================*/
.newsletter-box{
	width: 100%;
	padding: 20px 10px;
	text-align: center;
	background-color: #FFF;
}
.newsletter-box i{
	font-size: 50px;
}
.newsletter-box span{
	color: var(--secondary-light-color);
	line-height: 24px;
	margin: 15px 0;
	display: block;
}
.newsletter-box .form-control{
	height: 50px;
	color: var(--primary-color);
	border-radius: 5px;
}
.newsletter-box .btn{
	font-weight: 500;
    padding: 9px 29px;
    text-transform: uppercase;
	border-radius: 5px;
	margin: 5px 0 0;
}
/*==============================
	Listing Page Code
===============================*/
.listing-wrapper{
	padding: 30px 0;
}
.home-template .btn-tax_info, .listing-wrapper .btn-tax_info{
	display: none !important;
}
.cat-share-wrap{
	margin-top: -14px;
    margin-bottom: -15px;
	border-right: 1px solid #e5e5e5;
    left: -20px;
    margin-right: 0px;
    border-radius: 0;
}
.cat-share-icon {
    font-size: 18px;
    color: #000;
    width: 51px;
    height: 51px;
	border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.cat-share-wrap .share-dropdown{
	border-radius: 0;
	border: 0;
}

.filter-wrapper{
	padding: 20px 0 0 10px;
}
.filter-wrapper ul li{
	width: 100%;
	float: left;
	margin: 0 0 10px;
}
.filter-wrapper ul li .filter-heading{
	font-weight: 500;
	line-height: 24px;
	display: block;
	margin: 0 0 6px;
}
.filter-wrapper ul li .custom-control span {
    color: var(--secondary-light-color) !important;
}
.filter-wrapper ul + .btn {
    text-transform: uppercase;
    padding: 6px 24px;
    border-radius: 3px;
	margin: 0 0 10px;
}
.listing-items-filter{
	background-color: #FFF;
	min-height: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 20px;
	margin: 0 0 20px;
}
.listing-items-filter > .leftbar, .listing-items-filter > .rightbar{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.listing-items-filter > .leftbar .items-view{
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: var(--secondary-light-color);
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	border-radius: 3px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 8px 0 0;
	transition: var(--default-transition);
}
.listing-items-filter > .leftbar .items-view:hover, .listing-items-filter > .leftbar .items-view.active{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #FFF;
	transition: var(--default-transition);
}
.listing-items-filter > .rightbar{
	justify-content: flex-end;
	flex: 1;
}
.listing-items-filter > .rightbar .filter-control {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin: 0 0 0 20px;
}
.listing-items-filter > .rightbar .filter-control label{
	margin: 0 5px;
}
.listing-items-filter > .rightbar .filter-control .form-control{
	width: auto;
	min-width: 60px;
	height: 36px;
	color: var(--secondary-light-color);
    border-radius: 3px;
}
.listing-items-wrap{
	width: 100%;
	float: left;
	padding: 20px 20px 5px;
	background-color: #FFF;
	margin: 0 0 15px;
}
.listing-items-wrap .listing-items ul.row li[class*=col] {
	margin: 0 0 24px;
	margin: 0 0 50px;
}
.listing-items-wrap .listing-items ul li .item-thumb{
	height: 250px;
}
.listing-items ul li .item-meta .item-buttons{
	opacity: 0;
	z-index: -1;
}
.listing-items-wrap .listing-items.list-view ul.row li[class*=col]{
	width: 100%;
	margin: 0 0 15px;
}
.listing-items-wrap .listing-items.list-view ul li .item-thumb{
	width: 200px;
	height: 200px;
	float: left;
}
.listing-items-wrap .listing-items.list-view ul li .item-meta{
	width: calc( 100% - 215px );
	float: right;
	justify-content: flex-start;
	margin: 0;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listing-items-wrap .listing-items.list-view ul li .item-meta .item-rating div[class^='rating'] {
    background-position: left;
}
.listing-items-wrap .listing-items.list-view ul li .item-wrap .item-meta .btn{
	width: auto;
	padding: 7px 19px 9px;
	margin: 0 8px 0 0;
	position: static !important;
	transform: none !important;
	opacity: 1;
	align-self: baseline;
	margin-bottom: 10px !important;
}
.listing-items-wrap .listing-items.list-view ul li .item-thumb .item-buttons{
	display: none;
}
.listing-items-wrap .listing-items.list-view ul li .item-meta .item-buttons{
	position: static;
	opacity: 1;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out ;
    -moz-transition: all 0.3s ease-in-out ;
    -ms-transition: all 0.3s ease-in-out ;
	-o-transition: all 0.3s ease-in-out ;
	transition: all 0.3s ease-in-out ;
}
.listing-items-wrap .listing-items.list-view ul li .item-meta .item-buttons ul li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	text-align: center;
	position: static;
	transition: none;
}
.listing-items-wrap .listing-items.list-view .item-meta .row{
	width: 100%;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.listing-items-wrap .listing-items.list-view .item-meta .price {
    margin: 0 0 10px;
    display: block;
}
.listing-pagination{
	padding: 15px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #FFF;
}
.listing-pagination .span-pages{
	color: var(--secondary-light-color);
}
.listing-pagination ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex: 1;
}
.listing-pagination ul li{
	float: left;
	margin: 0 0 0 10px;
}
.listing-pagination ul li > *{
	width: 30px;
	height: 30px;
	color: var(--primary-color);
	border: 1px solid #E2E2E2;
	border-radius: 2px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: var(--default-transition);
}
.listing-pagination ul li > *:hover, .listing-pagination ul li.active > *{
	color: #FFF;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	transition: var(--default-transition);
}
.listing-sub-filters{
	background-color: #FFF;
	padding: 15px 20px 20px;
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
}
.listing-sub-filters > span{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
	display: block;
}
.filters-arrow{
	font-size: 18px;
	font-weight: 700;
	width: 34px;
    height: 34px;
    border: 1px solid #999;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin: 10px 0 0 15px;
	cursor: pointer;
	transition: var(--default-transition);
}
.filters-arrow i{
	color: #666;
	transition: var(--default-transition);
}
.filters-arrow:hover, .filters-arrow.active{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	transition: var(--default-transition);
}
.filters-arrow:hover i{
	color: #FFF;
	transition: var(--default-transition);
}
.filters-arrow.active i{
	color: #FFF;
	transform: rotate(180deg);
	transition: var(--default-transition);
}
.filters-listing {
    flex: 1;
}
.listing-sub-filters ul li{
	display: inline-block;
	margin: 11px 5px 0 0;
}
.listing-sub-filters ul li a {
    color: #FFF;
    padding: 7px 18px;
	display: block;
	background-color: var(--primary-color);
	border-radius: 3px;
	transition: var(--default-transition);
}
.listing-sub-filters ul li a:hover, .listing-sub-filters ul li.active a {
	background-color: var(--primary-hover-color);
	transition: var(--default-transition);
}
.filters-listing-more{
	display: none;
}
/*======================================
	Listing Items Code for widgets  
=======================================*/
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul.row {
	padding: 15px 0 0;
	display: block;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul.row li[class*=col]{
	width: 100%;
	display: block;
	margin: 0 0 15px;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-thumb{
	width: 70px;
	height: 70px;
	float: left;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-loader{
	width: 40px;
	height: 40px;
	background-size: 25px;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-meta{
	justify-content: flex-start;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 auto;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-meta .item-name{
	display: block;
	width: 100%;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-meta .item-name h3{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 0 0 8px;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-meta .item-rating {
    margin: 0 0 4px;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-meta .item-rating div[class^='rating']{
	background-position: left;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-meta .price{
	font-size: 14px;
}
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .badge,
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .stock-info,
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .hold-info,
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-wrap .item-buttons,
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-wrap .item-meta .btn{
	display: none !important;
}
@media (min-width: 1200px){
.home-template .template-wrapper.tmp-m .listing-items ul.row li[class*=col]{
	width: 20%;
}
}
/*==============================
	Detail Page Code
===============================*/
.detail-wrapper{
	padding: 30px 0;
}
.detail-box{
	background-color: #FFF;
	padding: 10px 15px;
	margin: 0 0 30px;
}
.product-slider {
	margin: 0 0 10px;
	position: relative;
}
.product-slider ul li {
	background: #f6f6f6;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.product-slider ul.lightSlider > li {
	min-height: 550px;
	min-height: 585px;
}
.product-slider ul.lightSlider > li img {
	max-width: 100%;
}
.product-slider ul.lightSlider > li.no-thumb{
	background: #F6F6F6 url(../img/no_thumb.svg) no-repeat center/80px;
}
.product-slider .lSSlideOuter .lSPager.lSGallery li{
	background: #F6F6F6 url(../img/no_thumb.svg) no-repeat center/40px;
}
.product-slider ul.lightSlider > li.no-thumb img,
.product-slider .lSSlideOuter .lSPager.lSGallery li.no-thumb > a > img{
	display: none !important;
}
.product-slider .lSSlideOuter .lSPager.lSGallery {
	margin-top: 15px !important;
	display: flex;
}
.product-slider .lSSlideOuter .lSPager.lSGallery li {
	border: 2px solid transparent;
	transition: var(--default-transition);
}
.product-slider .lSSlideOuter .lSPager.lSGallery li.active, .product-slider .lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0px;
	border: 2px solid var(--primary-color);
	transition: var(--default-transition);
}
.product-slider .lSAction>a {
	width: 35px;
	height: 35px;
	background-color: transparent;
	opacity: 0;
}
.product-slider .lSAction>a.lSPrev {
	background-image: url(../img/slider_arrows/arrow-left-black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px;
}
.product-slider .lSAction>a.lSNext {
	background-image: url(../img/slider_arrows/arrow-right-black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px;
}
.product-slider .lSSlideWrapper:hover .lSAction>a {
	opacity: 1;
}
.product-control .btn-offers{
	font-size: 20px !important;
	vertical-align: top;
	cursor: pointer;
	color: #EC407A;
	margin-bottom: 0 !important;
	padding: 0 2px !important;
	display: inline-block;
	transform: translateY(-1px);
}
.product-meta ul.meta-ul>li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 70px;
	border-bottom: 1px solid #e2e2e2;
}
.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 #e2e2e2;
	outline: none !important;
	max-width: 94%;
	border-radius: 3px;
	padding: 2px 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;
}

.bundle-listing{
    display: table;
	margin-bottom: 10px !important;
	width: auto !important;
}
.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:8px;
}
.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: 150px;
	}
}
@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-title{
	/* width: 100%; */
	font-size: 24px;
	font-weight: 500;
	color: var(--primary-color);
	line-height: 30px;
	display: inline-block;
	margin: 10px 0;
}
.product-title:hover, .product-title:focus{
	color: var(--primary-hover-color);
}
.product-sub-meta{
	width: 100%;
	padding: 0 0 15px;
}
.product-meta .item-rating {
    width: 112px;
    display: inline-block;
}
.product-meta .review-counter, .product-meta .add-review{
	display: inline-block;
	color: var(--secondary-light-color);
	cursor: pointer;
	margin: 0 10px;
}
.product-meta .add-review{
	padding: 0 0 0 10px;
	border-left: 2px solid #f0f0f0;
}
.product-meta .add-review i{
	display: inline-block;
	margin: 0 4px 0 10px;
}
.product-meta ul.meta-ul>li .short-desciption {
	font-size: 17px;
	font-weight: 400;
	margin: 20px 0;
}
.product-sub-meta a:hover{
	color: var(--primary-hover-color);
}

.prodcut-offer-wrap{
	width: 100%;
	display: flex;
}
.prodcut-offer-wrap > .leftbar{
	display: flex;
	flex: 1;
	gap: 10px;
}
.offer-badge {
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    padding: 5px 15px;
    background-color: #DE3435;
    text-transform: uppercase;
	user-select: none;
}
.prodcut-offer-wrap > .leftbar ul{
	display: flex;
}
.prodcut-offer-wrap > .leftbar ul li{
	font-size: 13px;
	font-weight: 500;
	color: #DE3435;
	display: flex;
	align-items: center;
}
.prodcut-offer-wrap > .leftbar ul li + li{
	padding: 0 0 0 13px;
	margin: 0 0 0 13px;
	position: relative;
}
html[dir="rtl"] .prodcut-offer-wrap > .leftbar ul li + li{
	padding: 0 13px 0 0;
	margin: 0 13px 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{
	min-width: 85px;
    height: 27px;
	font-size: 13px;
	font-weight: 700;
	color: #DE3435;
	background-color: #fdf3f3;
    display: flex;
    justify-content: center;
    align-items: center;
	user-select: none;
	padding: 0 10px;
}





.spec-grid{
	padding: 15px 0;
}
.spec-grid table td {
	min-width: 150px;
	padding: 5px 0;
	color: var(--secondary-light-color);
	vertical-align: top;
}
.spec-grid table td.first {
	font-weight: 500;
    white-space: nowrap;
	color: var(--primary-color);
}
.spec-grid ul.custom-meta li {
    display: inline-block;
    margin: 0 8px 0 0;
	position: relative;
}
html[dir="rtl"] .spec-grid ul.custom-meta li {
    margin: 0 0 0 8px;
}
ul.custom-meta li:not(:last-child) a:after{
	content: ', ';
    position: absolute;
    right: -5px;
    bottom: 1px;
}
html[dir="rtl"] ul.custom-meta li:not(:last-child) a:after{
	content: '،';
	right: auto;
	left: -5px;
	bottom: 0;
}
.spec-grid ul.custom-meta li:last-child{
	margin: 0 !important;
}
.spec-grid ul.custom-meta li a{
	color: var(--secondary-light-color);
}
.spec-grid ul.custom-meta li a:hover{
	color: var(--primary-hover-color);
}
.product-price .special-price,
.product-price .regular-price {
    font-size: 20px;
	font-weight: 500;
	margin: 0 5px;
    color: var(--primary-color);
}
.product-price .special-price + .regular-price {
	font-size: 14px;
	color: var(--primary-hover-color);
    vertical-align: top;
}
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: 5px 15px 4px;
	border: 1px solid #999;
	border-radius: 3px;
	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_caret.svg) no-repeat right 10px center/10px 10px, url(../img/select_bg.svg) repeat;
	border: 1px solid #ddd;
	border-radius: 3px;
	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;
    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-hover-color);
	color: var(--primary-hover-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: 16px;
	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-hover-color);
	opacity: 1;
	transition: var(--default-transition);
}
html[dir="rtl"] .meta-dropdown .dropdown-toggle {
    background: url(../img/detail_caret.svg) no-repeat left 10px center/10px 10px, url(../img/select_bg.svg) repeat;
}
html[dir="rtl"] .meta-dropdown .dropdown-menu {
    left: auto;
    right: 0;
}
html[dir="rtl"] .meta-list-badge{
	margin: 0 0 0 7px;
}
html[dir="rtl"] .meta-list i{
	margin: 0 auto 0 0;
}
.product-control table{
	width: 100%;
	margin: 5px 0 ;
}
.product-control table td {
	font-size: 16px;
	vertical-align: top;
}
.product-control table td.first {
	min-width: 115px;
	color: #333;
	padding-top: 20px !important;
}
.product-control table td.first span strong{
	font-weight: 500;
}
.bundle-listing {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}
.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-style: normal;
    font-size: 16px;
    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 td.first p{
	font-size: 10px;
	line-height: 13px;
	color: #666;
	margin: 0;
}
.product-control table .form-group {
	margin: 0 0 20px;
}
.product-control table .form-control {
	width: auto;
	min-width: 134px;
	height: 39px;
	border-radius: 4px;
}
.product-control table .custom-control {
	display: inline-block;
	margin: 0 8px 0 0;
}
.product-control table table tr td{
	padding: 10px 0;
	vertical-align: middle;
}
.product-control .special-price,
.product-control .regular-price {
    font-size: 16px;
	font-weight: normal;
	margin: 0 5px;
    color: var(--primary-color);
}
.product-control .special-price + .regular-price {
	font-size: 14px;
	color: var(--primary-hover-color);
    vertical-align: top;
}
.product-meta ul.meta-ul>li div:not(.variant-btn) .btn {
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 4px 10px 2px !important;
    display: inline-block;
    vertical-align: baseline;
    text-transform: none !important;
}
.variant-btn {
    padding: 10px 0;
}
.variant-btn ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.variant-btn ul li a{
	color: var(--primary-color);
	margin: 0 25px 0 0;
}
.variant-btn ul li:last-child a{
	margin: 0 !important;
}
.variant-btn ul li a:not(.btn):hover{
	color: var(--primary-hover-color);
}
.variant-btn ul li a i{
	font-size: 18px;
	margin: 0 4px 0 0;
	display: inline-block;
	vertical-align: text-top;
}
.variant-btn ul li i + i,
.variant-btn ul li.added i{
	display: none;
}
.variant-btn ul li.added i + i{
	display: inline-block;
	color: var(--primary-hover-color);
}
.variant-btn ul li .btn{
	padding: 8px 23px;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 3px;
	background-position: center right 10px;
}
.variant-btn ul li .btn i {
    font-size: 22px;
    vertical-align: text-bottom;
}
.variant-btn ul li .btn.is-loading {
    padding: 8px 40px 8px 23px;
}
.variant-btn ul li.li-notify .btn{
	background: #E94141 !important;
    color: #FFF !important;
    border-color: #E94141 !important;
}
.variant-btn ul li.li-notify .btn i{
	color: #FFF !important;
}
.variant-btn ul li .btn i + i, .variant-btn ul li .btn.added i{
	display: none;
}
.variant-btn ul li .btn.added i + i{
	display: inline-block;
}

.variant-btn .li-share ul.share-dropdown {
    display: none;
}

.variant-btn .li-share.open ul.share-dropdown {
    display: block;
	border: 0;
}
.variant-btn .li-stock {
	display: inline-block;
	width: 100%;
}
.stock-alert {
	color: var(--primary-hover-color);
	font-size: 11px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	padding: 0 0 10px;
}
.product-tabs {
	background-color: #FFF;
	margin: 0 0 40px;
}
.product-tabs .nav-tabs {
	border: none;
	padding: 0;
	margin: 0;
	border-left: 3px solid var(--primary-hover-color);
}
.product-tabs .nav-tabs>li>a {
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
	background-color: transparent !important;
	border: none !important;
	text-transform: uppercase;
	padding: 14px 15px;
	margin: 0 10px 0 0;
}
.product-tabs .nav-tabs>li>a:hover, .product-tabs .nav-tabs>li.active>a, .product-tabs .nav-tabs>li.active>a:focus, .product-tabs .nav-tabs>li.active>a:hover {
	color: var(--primary-hover-color);
	cursor: pointer;
}
.product-tabs .tab-content {
	width: 100%;
	float: left;
	padding: 25px;
	border-radius: 0px;
}
.empty-tab{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 250px;
}
.empty-tab span{
	font-size: 16px;
	font-weight: 500;
	color: #333;
	display: block;
	margin: 10px 0 0;
}
.product-tabs h1, .product-tabs h2, .product-tabs h3, .product-tabs h4, .product-tabs h5, .product-tabs h6 {
	margin: 0 0 12px;
	color: var(--primary-color);
}
.product-tabs h4 {
	font-size: 16px;
}
.product-tabs p {
	color: var(--primary-color);
	line-height: 24px;
	margin: 0 0 12px;
}
.product-tabs ol, .product-tabs ul {
	color: var(--primary-color);
	padding: 0 15px;
	margin: 0 0 15px;
}
.product-tabs ul {
	list-style-type: disc;
}
.product-tabs ol li, .product-tabs ul li {
	line-height: 26px;
}
.product-tabs .tab-content a {
	display: inline-block;
	color: var(--primary-hover-color);
	text-decoration: underline;
}
.product-tabs .table {
	margin: 0;
}
.product-tabs .table-bordered>tbody>tr>td, .product-tabs .table-bordered>tbody>tr>th, .product-tabs .table-bordered>tfoot>tr>td, .product-tabs .table-bordered>tfoot>tr>th, .product-tabs .table-bordered>thead>tr>td, .product-tabs .table-bordered>thead>tr>th {
	border-color: #ebebeb;
}
.product-tabs .table tr td {
	padding: 13px 10px 11px;
	color: #868686;
	vertical-align: middle;
}
.product-tabs .table tr td:first-child {
	font-weight: 500;
	color: #333;
}
.reviews-wrapper ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.reviews-wrapper ul li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
.reviews-wrapper ul li:last-child{
	border: none;
}
.reviews-wrapper ul li > .leftbar{
	width: 120px;
	float: left;
	border-right: 1px solid #e2e2e2;
}
.reviews-wrapper ul li > .rightbar{
	width: calc( 100% - 135px );
	float: right;
}
.reviews-wrapper ul li > .leftbar span{
	font-weight: 500;
	display: block;
}
.reviews-wrapper ul li > .leftbar p{
	color: var(--secondary-light-color);
	font-style: italic;
}
.reviews-wrapper .btn{
	padding: 8px 17px;
	text-transform: uppercase;
}
.review-modal .product-title{
	font-size: 16px;
	color: var(--primary-color) !important;
	margin: 0 0 5px;
}
.related-box{
	background-color: #FFF;
}
.related-box .lightSlider{ 
	height: auto !important;
}
.related-box .listing-items ul li .item-thumb{
	height: 250px;
}
/*==============================
	Quick View popup Code  
===============================*/
.quick-view-modal .modal-body{
	overflow: hidden;
	padding: 15px 0;
}
.quickview-wrapper {
	padding: 0 15px;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
}
.quick-view-modal.custom-modal .modal-body > i {
    font-size: 24px;
    padding: 5px;
    top: 10px;
    right: 5px;
    background: #FFF;
    color: #999;
}
.quickview-wrapper .product-slider .lSSlideWrapper, .quickview-wrapper .product-slider ul.lightSlider > li {
	min-height: 330px;
	height: 330px !important;
}
.quickview-wrapper .product-slider .lSSlideOuter .lSPager.lSGallery li{
	height: 75px;
}
.quick-view-modal .product-meta .product-title {
	padding: 0 35px 0 0;
	margin: 0 0 15px;
}
.quick-view-modal .product-meta ul.meta-ul>li:last-child{
	border: none;
}
/*==============================
	Collection Pages code  
===============================*/
.collection-header{
	height: 250px;
	position: relative;
	margin: 0 0 20px;
	overflow: hidden;
	border-radius: 5px;
}
.collection-header:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
.collection-header h1{
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}
.collection-listing ul{
	display: flex;
	flex-wrap: wrap;
}
.collection-listing ul li{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
.collection-listing ul li a{
	width: 100%;
}
.collection-listing ul li .collection-wrap{
	position: relative;
	top: 0;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	transition: var(--default-transition);
}
.collection-listing ul li .collection-wrap:hover{
	top: -10px;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
	transition: var(--default-transition);
}
.collection-thumb{
	height: 300px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.collection-thumb img{
	max-width: 100%;
	max-height: 100%;
}
.collection-meta{
	padding: 10px;
	min-height: 102px;
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.collection-meta .collection-name{
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	width: 100%;
	text-align: center;
	transition: var(--default-transition);
}
.collection-listing ul li .collection-wrap:hover .collection-meta .collection-name{
	color: var(--primary-hover-color);
	transition: var(--default-transition);
}
.collection-meta p{
	font-size: 14px;
	color: #666;
	text-transform: capitalize;
	margin: 0;
}
.col-main .widget:not(.widget-slider) .collection-listing ul {
	margin: 0 -10px;
}
.col-main .widget .collection-listing ul li {
    padding: 0 10px;
	margin: 0 0 20px;
}
.col-main .widget .collection-thumb,
.col-sidebar .widget.widget-slider .collection-thumb{
	height: 190px;
}
.col-main .widget .collection-meta{
	min-height: 65px;
}
.col-main .widget .collection-meta .collection-name{
	text-align: center;
}
.col-main .widget .collection-meta .collection-name,
.col-sidebar .widget:not(.widget-slider) .collection-meta .collection-name{
	font-size: 15px;
	margin: 0;
}
.col-sidebar .widget:not(.widget-slider) .collection-meta .collection-name{
	text-align: left;
}
html[dir="rtl"] .col-sidebar .widget:not(.widget-slider) .collection-meta .collection-name{
	text-align: right;
}
.col-sidebar .widget:not(.widget-slider) .collection-listing ul li {
    margin: 0 0 10px;
    width: 100%;
}
.col-sidebar .widget:not(.widget-slider) .collection-listing ul li .collection-wrap {
    display: flex;
	flex-wrap: wrap;
	position: static;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 10px 0px rgba(61, 27, 27, 0.15);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}
.col-sidebar .widget:not(.widget-slider) .collection-thumb {
    width: 70px;
    height: 70px;
    border: none;
}
.col-sidebar .widget:not(.widget-slider) .collection-meta{
	width: calc( 100% - 70px );
	min-height: unset;
	align-items: flex-start;
}
.col-sidebar .widget:not(.widget-slider) .collection-meta p {
    font-size: 12px;
	color: #333;
}
.col-sidebar .widget:not(.widget-slider) .listing-footer .btn{
	width: 100%;
	margin: 5px 0 0;
}
.widget.widget-slider .collection-listing ul li {
    /* margin: 0 !important; */
    padding: 15px;
}
.col-sidebar .widget.widget-slider .collection-meta{
	min-height: 62px;
}
.col-sidebar .widget.widget-slider .collection-meta .collection-name{
	font-size: 15px;
	margin: 0;
	text-align: center;
}
.col-sidebar .widget.widget-slider .collection-meta p{
	font-size: 12px;
}
.widget-rich_text img{
	max-width: 100% !important;
	height: auto !important;
}
/*==============================
	Cart Page code  
===============================*/
.cart-wrapper{
	padding: 20px 0;
    background: #f6f6f6;
    /* display: flex;
    align-items: center; */
}
@media (min-width: 1199px){
	.cart-left{
		width: 70%;
	}
	.cart-right{
		width: 30%;
	}
}
@media (min-width: 1441px){
	.cart-left{
		width: 75%;
	}
	.cart-right{
		width: 25%;
	}
}
.cart-mobile{
	padding: 7px 15px;
	background: #FFF;
	margin: 0 0 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 2px;
}
.cart-mobile > .leftbar{
	flex: 1;
}
.cart-mobile > .leftbar span{
	font-size: 14px;
	color: #666;
	line-height: 17px;
	display: inline-block;
	margin: 0 0 5px;
}
.cart-mobile > .leftbar p{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 17px;
	margin: 0;
}
.cart-mobile > .rightbar .btn{
	font-size: 13px;
	padding: 7px 21px;
	border-radius: 16px;
}
.custom-header{
	display: flex;
	flex-wrap: wrap;
}
.custom-header .cart-heading{
	font-size: 28px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 20px;
}
.custom-header .cart-heading strong{
	font-size: 24px;
	font-weight: normal;
	color: #333;
	display: inline-block;
	margin: 0 10px;
}
.custom-header .price{
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin: 0 0 0 auto;
}
ul.cart-ul li.cart-li{
	width: 100%;
	float: left;
	margin: 0 0 15px;
}
.cart-item-wrap{
	background: #FFF;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}
ul.cart-ul li.cart-li .cart-item-wrap > .leftbar{
	width: 150px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
ul.cart-ul li.cart-li .cart-item-wrap > .rightbar{
	width: calc( 100% - 150px );
	float: right;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 0 0 0 15px;
}
ul.cart-ul li.cart-li .cart-item-wrap > .leftbar .cart-item-thumb{
	width: 150px;
	height: 150px;
	/* padding: 5px; */
	background: #f6f6f6;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.cart-ul li.cart-li .cart-item-wrap > .leftbar .cart-item-thumb img{
	max-width: 100%;
	max-height: 100%;
}
.cart-item-info{
	width: 65%;
}
.cart-title-wrapper{
	display: flex;
	align-items: flex-start;
	transform: translateY(5px);
}

.cart-item-meta {
    width: 35%;
    padding: 0 0 15px;
    text-align: right;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
ul.cart-ul.final-cart-ul li.cart-li .cart-item-meta{
	padding: 0;
}
.cart-item-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 27px;
    display: inline-block;
    margin: 0 0 7px;
    transition: var(--default-transition);
}
.cart-item-title:hover{
	color: var(--primary-hover-color);
	transition: var(--default-transition);
}
.cart-item-bundle-info{
	display: inline-block;
}
.cart-item-bundle-info i{
	font-size: 12px;
	color: #fff;
	background-color: var(--primary-hover-color);
	border: 1px solid var(--primary-hover-color);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px 8px;
	border-radius: 2px;
}
.cart-item-info ul{
	display: table;
}
.cart-item-info ul li{
	width: 100%;
	font-size: 14px;
	color: #000;
	display: table-row;
}
.cart-item-info ul li:last-child{
	margin: 0;
}
.cart-item-info ul li strong{
	font-weight: 500;
	display: table-cell;
	padding: 0 10px 0 0;
}
html[dir="rtl"] .cart-item-info ul li strong{
	padding: 0 0 0 10px;
}
.cart-meta-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.cart-item-quantity {
    display: inline-block;
    display: flex;
	flex-direction: column;
	margin: 0;
}
.cart-item-quantity .qty-group {
	width: 120px;
	height: 32px;
	border: 1px solid #ccc;
	margin: 0 !important;
}
.cart-item-quantity .qty-group .qty-minus, .cart-item-quantity .qty-group .qty-plus {
	width: 30px;
    height: 30px;
    background-color: #fafafa;
}
.cart-item-quantity .qty-group input {
	width: calc( 100% - 60px );
	height: 30px;
	font-size: 16px;
	color: #000;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}
.cart-item-price {
	width: 100%;
	font-size: 18px;
	color: #000;
    vertical-align: top;
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
	margin: 0 0 5px;
}
.cart-meta-wrap .cart-symbol{
	font-size: 16px;
	color: #666;
	margin: auto;
}
.item-span i{
	font-style: normal;
	margin: 0 3px;
}
.cart-item-price .price-wrapper.price {
    font-weight: 400;
    color: #000;
    display: flex;
	justify-content: flex-end;
}
.cart-item-price.fs-13{
	font-size: 13px;
}
.cart-item-price strong *{
	font-weight: 700;
}
.cart-item-price strong .price {
    display: flex;
    align-items: center;
}
.cart-item-price .price-wrapper.price .special-price + .regular-price {
    color: #E94141;
}
.item-price-saved *{
	font-size: 13px;
	font-weight: 500;
	color: #666;
	display: inline-block;
}
.tax-span{
	padding: 0 4px 0 0;
}
html[dir="rtl"] .tax-span{
	padding: 0 0 0 4px;
}
.per-item{
	display: flex;
}
.qty-span{
	font-weight: 500;
	color: #000;
}
.per-item i {
	font-weight: 400;
	font-style: normal;
	color: #333;
	margin: 0 6px;
}
.cart-item-quantity .form-control{
	font-size: 13px;
	color: #666;
	width: 64px;
	height: 29px;
}
.cart-item-del a {
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	margin: 5px 0 0;
	color: var(--primary-hover-color);
	text-decoration: underline;
}
.cart-footer-btn {
    display: flex;
    justify-content: space-between;
}
.cart-footer-btn .btn {
    font-size: 13px;
    padding: 8px 23px 7px;
    border-radius: 3px;
}
.addons-grid-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}
.addons-grid-meta i {
    font-size: 18px;
    color: #999;
    cursor: pointer;
}
.addons-grid-meta .price {
    font-size: 13px;
    font-weight: 500 !important;
}
.item-addons-meta {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.item-addons-meta .btn {
    font-size: 11px;
    font-weight: 500;
    padding: 2px 9px;
    text-transform: uppercase;
    border-radius: 0px;
	margin: 1px 0 0;
}
.item-addons-counter{
	color: #000;
}
.item-addons-counter:hover, .item-addons-counter:focus{
	color: #000;
}
.item-addons-counter i{
	font-weight: 700;
    color: #999;
	display: inline-block;
	position: relative;
	top: 1px;
	transition: var(--default-transition);
}
html[dir="rtl"] .item-addons-counter:not(.open) i{
	transform: rotate(180deg);
	transition: var(--default-transition);
}
.item-addons-counter.open i{
	transform: rotate(90deg);
	transition: var(--default-transition);
}
.cart-item-addons{
	background-color: #eee;
	border-top: 1px solid #e5e5e5;
	padding: 0px 20px 20px;
	position: relative;
	box-shadow: inset 0px 1px 5px 0px rgb(0 0 0 / 5%);
}
.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{
	background-color: var(--primary-hover-color);
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
    padding: 6px 15px 4px;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
}
.cart-item-addons .cart-ul{
	width: 100%;
	float: left;
	background-color: #FFF;
	box-shadow: inset 0px 1px 4px 0px rgb(0 0 0 / 10%);
}
.cart-item-addons ul.cart-ul li.cart-li{
	margin: 0;
}
.cart-item-addons ul.cart-ul li.cart-li:not(:last-child){
	border-bottom: 1px solid #e5e5e5;
}
.cart-item-addons ul.cart-ul li.cart-li .cart-item-wrap{
	padding: 10px;
	margin: 0;
}
.cart-item-addons ul.cart-ul li.cart-li .cart-item-wrap > .leftbar{
	width: 60px;
}
.cart-item-addons ul.cart-ul li.cart-li .cart-item-wrap > .leftbar .cart-item-thumb{
	width: 60px;
	height: 60px;
}
.cart-item-addons ul.cart-ul li.cart-li .cart-item-wrap > .rightbar {
    width: calc( 100% - 60px );
}
.cart-item-addons .cart-item-title{
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 3px;
}
.cart-item-addons .cart-item-info ul li{
	font-size: 13px;
}
.cart-item-addons .cart-item-meta{
	padding: 0;
}
.cart-item-addons .cart-item-price{
	font-size: 16px;
	margin: 0 0 3px;
}
.cart-item-addons .cart-item-price.fs-13 {
    font-size: 12px;
}
.cart-item-addons .cart-item-del a{
	margin: 0;
}
.cart-item-addons .cart-item-quantity .qty-group{
	cursor: not-allowed;
	user-select: none;
}
.cart-item-addons .cart-item-quantity .qty-group *{
	pointer-events: none;
}
.addon-modal .qty-group {
    height: 32px;
    background: #FFF;
}
.addon-modal .qty-group input{
	height: 30px;
}
.addon-modal .qty-group .qty-minus, .addon-modal .qty-group .qty-plus{
	font-size: 11px;
	height: 30px;
}
.addons-footer-meta {
    width: 100%;
    float: left;
    display: flex;
    margin: 10px 0 5px;
}
.addons-footer-meta .btn {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
}
.addons-footer-meta .btn i{
	font-size: 24px;
	color: #FFF;
}
.cart-right{
	position: sticky;
	top: 75px;
	z-index: 10;
}
.cart-summary{
	padding: 8px 15px 0;
	background: #FFF;
	margin: 0 0 10px;
}
.cart-summary .summary-header i{
	font-size: 20px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 13px;
}
.checkout-right {
    position: sticky;
    top: 75px;
}
.cart-summary-heading {
	font-size: 20px;
	font-weight: 700;
    color: #000;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
    width: calc( 100% + 30px );
    position: relative;
	left: -15px;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 10px 10px;
	margin: 0 0 13px;
}
.cart-summary-header, .cart-summary-body {
    display: flex;
    flex-wrap: wrap;
}
.cart-summary-header span{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 17px;
	flex: 1;
	margin: 6px 0;
}
.cart-summary-header a{
	font-size: 14px;
	color: #276FFF;
	text-decoration: underline;
}
.cart-summary-body p{
	width: 100%;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	margin: 0;
}
.cart-summary-listing {
	width: calc( 100% + 30px );
	display: inline-block;
    position: relative;
    left: -15px;
	padding: 0 15px;
}
.cart-summary-listing + .cart-summary-listing{
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0;
	padding: 15px 15px 0;
}
.cart-summary-listing ul{
	width: 100%;
}
.cart-summary-listing ul li{
	width: 100%;
	float: left;
	padding: 2px 0;
	margin: 0 0 6px;
}
.cart-summary-listing ul li span{
	font-size: 16px;
    color: #000;
    line-height: 22px;
}
.cart-summary-listing ul li .pull-right span{
	font-weight: 500;
}
.cart-summary-listing ul li span .total-list-badge {
    display: inline-block;
    margin: 0 3px;
    line-height: normal;
    color: #666;
    position: relative;
    top: 3px;
	cursor: pointer;
}
.cart-summary-listing ul li.li-total{
	width: calc( 100% + 30px );
	position: relative;
	left: -15px;
	padding: 13px 15px;
	margin: 3px 0 20px;
	border-top: 1px solid #e5e5e5;
}
.cart-summary-listing ul li.li-total span{
	font-size: 20px;
	font-weight: 700;
}

.cart-summary-listing ul li.li-redeem {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    width: calc( 100% + 30px );
    position: relative;
    left: -15px;
    padding: 0 15px;
    margin: -13px 0 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.cart-summary-listing ul li.li-redeem span{
	font-size: 13px;
	font-weight: 500;
	color: #333;
}
.cart-summary-listing ul li.li-redeem .pull-right{
	margin: 0 0 0 auto;
}
html[dir="rtl"] .cart-summary-listing ul li.li-redeem .pull-right{
	margin: 0 auto 0 0;
}
.cart-summary-listing ul li.li-redeem a{
	font-size: 13px;
	font-weight: 500;
	color: var(--primary-hover-color);
}
.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: 500;
}
.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{
	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 15px;
}
.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 .form-control{
	font-size: 13px;
	color: #333;
}
.loyalty-field .btn{
    font-size: 13px;
    font-weight: 400;
    padding: 6px 20px !important;
    margin: 0 0 0 10px;
    text-transform: capitalize !important;
    min-height: unset !important;
}
html[dir="rtl"] .loyalty-field .btn{
    margin: 0 10px 0 0;
}
.loyalty-table .table tr td{
	font-size: 13px;
	color: #333;
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.loyalty-table .table{
	margin: 0 0 15px;
}
.loyalty-sub-info{
	width: 100%;
	float: left;
	padding: 6px 10px 0;
	background-color: rgba(var(--primary-color-rgba), 5%);
	border: 1px dashed var(--primary-color);
	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-close-box{
	font-size: 16px;
	color: #E94141;
	width: 20px;
	height: 20px;
	border: 1px solid #E94141;
	border-radius: 3px;
	display: inline-block;
	line-height: 22px;
    text-align: center;
	cursor: pointer;
	margin: 0 7px;
	transition: var(--default-transition);
}
.cart-close-box:hover{
	color: #FFF;
	background-color:  #E94141;
	transition: var(--default-transition);
}
.login-footer {
    min-height: 50px;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 100% + 50px );
    position: relative;
    left: -25px;
    padding: 0 20px;
    margin: 5px 0 0;
}
.login-footer span, .login-header span {
    font-size: 13px;
    color: #333;
}
.login-footer span a {
    font-weight: 700;
    color: var(--primary-hover-color);
    display: inline-block;
}
.cart-summary .btn{
	font-size: 18px;
	font-weight: 500;
	padding: 12px 12px 11px;
	border-radius: 5px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.cart-note {
    width: 100%;
    border: 1px solid #F33535;
    background-color: #FFF;
    display: flex;
    min-height: 55px;
    align-items: center;
    padding: 15px 15px;
	flex-direction: column;
	gap: 15px;
}
.cart-note .cart-note-details i {
	font-size: 24px;
	color: #F33535;
	margin: 0 15px 0 0;
}
html[dir="rtl"] .cart-note .cart-note-details i{
	margin: 0 0 0 15px;
}
.cart-note .cart-note-details {
	display: flex;
	align-items: center;
}
.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 .cart-links ul li a:hover {
	background-color: #222;
	color: #fff;
}
.cart-note .cart-links ul li a i {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.cart-note .cart-note-details span {
	font-size: 11px;
	color: #333;
	line-height: 18px;
}
.cart-note .cart-note-details span strong {
	font-weight: 700;
	color: #F33535;
	display: inline-block;
}
.cart-note .cart-links.only-links { 
	border-top: none;
	padding-top: 0px;
}

.btn-tax, .btn-offers{
	min-width: unset !important;
	width: auto !important;
	float: none !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	padding: 3px 10px !important;
	text-transform: uppercase !important;
	border-radius: 2px !important;
	display: block;
	margin: 0 0 6px !important;
}
.btn-offers i {
    font-size: 15px;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 3px 0 0;
}
html[dir="rtl"] .btn-offers i {
	vertical-align: middle;
    margin: 0 0 0 3px;
}
.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: 500;
	color: #000;
	padding: 4px 10px;
}
.offers-listing ul li:not(:last-child){
	border-bottom: 1px dashed #EC407A;
}
.offer-time{
	font-size: 11px;
	font-weight: 500;
	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;	
}
/*==============================
	Compare Page code  
===============================*/
.compare-wrapper{
	padding: 25px 0;
	display: flex;
	flex-wrap: wrap;
}
.compare-wrapper > .container{
	position: static;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.compare-grid .table{
	margin: 0;
}
.compare-grid .table>tbody>tr>td{
	font-size: 14px;
	color: #000;
	padding: 14px;
	vertical-align: middle;
	text-align: center !important;
	background-color: #FFF;
	border-left: 30px solid #f1f3f6;
	border-top-color: #e5e5e5;
}
.compare-grid .table>tbody>tr:first-child>td{
	border-top: none;
}
.compare-grid .table>tbody>tr>td.first-col{
	font-size: 16px;
	color: #000;
	padding: 14px 2px;
	text-align: right !important;
	border: none !important;
	min-width: 150px;
	max-width: 150px;
	background-color: transparent;
	box-shadow: none;
}
.compare-grid .table>tbody>tr>td .img-wraper{
	width: 276px;
	height: 150px;
	margin: 0 auto 15px;
	/* background: #f6f6f6; */
	position: relative;
}
.compare-grid .table>tbody>tr>td .img-wraper img{
	max-width: 100%;
    height: 150px;
    object-fit: contain;
}
.compare-grid .table>tbody>tr>td .img-wraper.no-thumb{
	background: #F6F6F6 url(../img/no_thumb.svg) no-repeat center/60px;
}
.compare-grid .table>tbody>tr>td .img-wraper.no-thumb img{
	display: none;
}
.compare-grid .item-rating div[class^='rating']{
	background-position: center !important;
}
.compare-grid .btn{
	font-size: 20px;
    padding: 0;
    min-width: 40px;
	min-height: 40px;
	line-height: 40px;
}
.compare-grid .btn i{
	position: relative;
	top: 1px;
}
.compare-grid .btn-primary{
	font-size: 14px;
	min-width: 170px;
	text-transform: uppercase;
}
.compare-grid .btn-primary i {
    font-size: 22px;
    display: inline-block;
	vertical-align: sub;
	top: 0;
}
.compare-grid .btn i + i,
.compare-grid .btn.added i{
	display: none;
}
.compare-grid .btn.added i + i{
	display: inline-block;
}
.compare-grid .price-wrapper.price .regular-price,
.compare-grid .price-wrapper.price .special-price{
	font-size: 14px;
	font-weight: 400;
}
.price-wrapper.price .special-price + .regular-price{
	font-size: 14px;
	vertical-align: top;
}
/*==============================
	Empty Page code  
===============================*/
.empty-wrap{
	width: 100%;
	min-height: 450px;
    background: #FFF;
	border-radius: 3px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.08);
}
.empty-wrap img{
	max-width: 100%;
	margin: 0 auto 18px;
}
.empty-wrap span{
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin: 0 0 8px;
}
.empty-wrap p{
	color: #000;
	margin: 0 0 28px;
	max-width: 500px;
    margin: 0 auto;
	margin-bottom: 25px;
}
.empty-wrap .btn {
	padding: 6px 24px;
    align-self: center;
    text-transform: uppercase;
    border-radius: 3px;
}
/*==============================
	Custom Pages code  
===============================*/
.custom-page-wrap{
	padding: 33px 0;
}
.custom-page-block {
	width: 100%;
	padding: 25px 20px 15px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.08);
}
.custom-page-block h1, .custom-page-block h2, .custom-page-block h3, .custom-page-block h4, .custom-page-block h5, .custom-page-block h6 {
    margin: 0 0 6px;
}
.custom-page-block p{
	color: #333;
	line-height: 24px;
	margin: 0 0 20px;
}
.custom-page-block p + p{
	margin-top: -10px;
}
.custom-page-block ol, .custom-page-block ul {
	color: #333;
	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;
}
/*==========================
	custom Steps Code  
===========================*/
.custom-steps ul.steps{
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 0 30px;
}
.custom-steps ul.steps li{
	position: relative;
	padding: 0 62px 0 0;
}
.custom-steps ul.steps li:last-child{
	padding: 0 !important;
}
.custom-steps ul.steps li:after {
    content: '';
	background-image: url(../img/steps_arrow.svg);
	background-repeat: no-repeat;
	background-size: 30px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 1px;
    left: calc( 100% - 55px);
}
.custom-steps ul.steps li:last-child:after{
	display: none;
}
.custom-steps ul.steps li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.custom-steps ul.steps li .step-circle{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #666;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	transform: rotate(45deg);
}
.custom-steps ul.steps li.active .step-circle,
.custom-steps ul.steps li.completed .step-circle{
	background-color: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
}
.custom-steps ul.steps li .step-circle span{
	font-size: 14px;
	line-height: 19px;
	color: #666;
	transform: rotate(-45deg);
}
.custom-steps ul.steps li.active .step-circle span{
	color: #FFF;
}
.custom-steps ul.steps li.completed .step-circle span{
	display: none;
}
.custom-steps ul.steps li .step-circle i{
	font-size: 18px;
	font-weight: 700;
    color: #FFF;
	display: none;
	transform: rotate(-45deg);
}
.custom-steps ul.steps li.completed .step-circle i{
	display: block;
}
.custom-steps ul.steps li .step-name{
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	color: #666;
	margin: 0 10px;
}
@media (max-width:767.98px) {
	.custom-steps ul.steps li .step-name{
		display: none;
	}
}
.custom-steps ul.steps li.active .step-name,
.custom-steps ul.steps li.completed .step-name{
	color: var(--primary-hover-color);
}
/*==============================
	Check out Pages code  
===============================*/
.checkout-wrapper{
	padding: 30px 0;
}
/*==============================
	Login Screens Code
===============================*/
.login-wrapper{
	background: #f1f3f6;
	padding: 30px 0 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.login-title{
	font-size: 24px;
	font-weight: 500;
	color: #000;
	display: block;
	text-transform: uppercase;
	margin: 0 0 28px;
}
.login-box{
	position: relative;
	width: 375px;
	margin: 0 auto 32px;
	background: #FFF;
	border-top: 5px solid var(--primary-hover-color);
	padding: 25px 20px 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.login-box-body {
    width: 100%;
    min-height:90px;
}
.otp-verified-block {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.otp-verified-block span {
    font-size: 30px;
    color: #21A67A;
}
.custom-steps ~ .login-box {
    width: 100%;
    max-width: 800px;
}
.login-box label{
	font-size: 14px;
	margin: 0 0 2px;
}
.login-box .form-control{
	font-size: 13px;
	color: #333;
	height: 40px;
	border-color: #ccc;
	border-radius: 3px;
}
.login-box select.form-control {
    color: #333;
}
.login-sub-title{
	font-size: 16px;
	color: #222;
	display: block;
	margin: 0 0 15px;
}
.forgot-link, .forgot-link:hover{
	font-size: 13px;
	color: #1479DE !important;
}
.login-box .form-group{
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.login-box .btn {
    padding: 9px 12px;
    border-radius: 3px;
    text-transform: uppercase;
}
.login-box .btn-secondary-outline{
	padding: 14px 12px 10px;
}
.login-footer-span {
    color: #999;
    display: block;
    text-align: center;
    position: relative;
    background: #FFF;
    padding: 0 5px;
    z-index: 1;
	margin: 9px 0 20px;
}
.login-footer-span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
    top: 50%;
    margin-top: -0.5px;
	z-index: -1;
}
.login-footer-span:after {
    content: '';
    background: #FFF;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: -5px;
}
.login-box .span-error{
	font-size: 12px;
	display: block;
	margin: 2px 0 -5px;
}
.btn-otp {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0 0 10px;
    color: #0e84e8;
}
.login-box-footer p{
	font-size: 13px;
	font-weight: 500;
	color: #111010;
	text-align: center;
	margin: 0 0 50px;
}
.login-box-footer p a{
	font-weight: 700;
	color: var(--primary-hover-color);
	display: inline-block;
	margin: 0 3px;
}
.login-box-footer p a:hover{
	color: var(--primary-hover-color);
}
.login-wrapper .login-box.guest-login .alert{
	width: 100%;
}
.login-box.guest-login{
	width: 750px;
	padding: 0
}
.login-box.guest-login .row{
	display: flex;
	flex-wrap: wrap;
}
.login-box.guest-login .first .guest-box-wrap{
	padding: 30px 15px 10px 30px;
}
.login-box.guest-login .second .guest-box-wrap {
    padding: 20px 20px 10px 5px;
    display: inline-block;
	display: flex;
	flex-wrap: wrap;
}
.guest-login .first[class*=col]{
	border-right: 1px solid #ddd;
}
.guest-login .first[class*=col] .custom-control{
	display: inline-block;
	margin-right: 15px;
}
.guest-box{
	display: none;
}
.guest-login .first[class*=col] span{
	font-size: 18px;
	color: #000;
	display: block;
	margin: 20px 0 10px;
}
.guest-login .first[class*=col] p{
	font-size: 13px;
	color: #000;
	line-height: 20px;
	margin: 0 0 15px;
}
.guest-login .first[class*=col] .btn{
	padding: 9px 25px !important;
}
.double-control{
	display: flex;
	flex-wrap: wrap;
}
.double-control .first .form-control{
	max-width: 100px;
}
.double-control .second{
	display: flex;
	justify-content: flex-end;
	flex: 1;
}
.double-control .second .form-control{
	width: calc( 100% - 10px );
}
.double-control select.form-control,
.error .double-control select.form-control {
    padding: 0 20px 0 12px;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(204, 204, 204, 0.3) 100%), url(../img/caret_builder.svg) no-repeat right .75rem center/8px 10px !important;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(204, 204, 204, 0.3) 100%), url(../img/caret_builder.svg) no-repeat right .75rem center/8px 10px !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(204, 204, 204, 0.3) 100%), url(../img/caret_builder.svg) no-repeat right .75rem center/8px 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.error .double-control select.form-control {
	border: 1px solid #e5e5e5 !important;
}
.error .double-control select.form-control:hover, .error .double-control select.form-control:focus {
    border-color: #80bdff !important;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.18) !important;
}
.login-box .custom-radio{
	color: #000;
	display: inline-block;
	margin: 0 15px 5px 0;
}
.login-box .user-info{
	color: #000;
	display: block;
	padding: 0 0 10px;
	display: flex;
	justify-content: space-between;
    width: 100%;
}
.login-box .user-info .user-email {
	display: inline-block;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
}
.login-box .user-info a{
	font-size: 13px;
	font-weight: 500;
	color: #066CD2;
	margin: 0 10px;
	display: inline-block;
}
.login-box .alert{
	border: 1px solid #eee;
	margin: -16px 0 20px;
}
.otp-wrap{
	display: flex;
	flex-wrap: wrap;
}
.otp-wrap + p{
	font-size: 13px;
	margin: 10px 0 -6px;
}
.otp-controls {
    display: flex;
	flex-wrap: wrap;
}
.otp-wrap .form-control{
	font-size: 24px;
	font-weight: 500;
	color: #000;
	height: 60px;
	flex: 1;
	min-width: 1px;
	text-align: center !important;
	border-color: #ccc;
}
.otp-wrap .form-control + .form-control {
    margin: 0 0 0 10px;
}
.error .otp-controls,
.error .otp-wrap .form-control{
	border-color: #C9252D !important;
}
.countdown-timer {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 17px;
	right: 17px;
	border-radius: 50%;
	background-color: var(--primary-hover-color);
}
.countdown-timer .time_circles > div > h4{
	display: none !important;
}
.countdown-timer .time_circles > div > span {
	font-family: 'Cairo';
	font-size: 13px !important;
	color: #FFF;
	margin: 5px 0 0;
}
html[dir="rtl"] .countdown-timer {
	right: auto;
    left: 17px;
}
/*==============================
	Login modal code  
===============================*/
.login-modal .login-loader{
	background: url(../img/loaders_bg/circle_loader.svg) no-repeat center;
	min-height: 300px;
}
.login-modal .loading-dots{
	font-size: 26px;
	min-height: 200px;
	line-height: 200px;
}
.login-modal .modal-dialog{
	width: 420px;
}
.login-modal .modal-body{
	padding: 0;
	overflow: visible;
}
.login-modal i.icon-close{
	font-size: 24px;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	cursor: pointer;
	z-index: 10;
}
.login-modal .alert{
	border: 1px solid #eee;
	margin: 0 0 20px;
}
.login-modal .login-wrapper{
	padding: 0;
	background: #FFF;
	border-top: 5px solid var(--primary-hover-color);
	border-radius: 5px;
}
.login-modal .login-title{
	margin: 0 0 20px;
}
.login-modal .login-box{
    width: 100%;
    border: none;
    border-radius: 5px;
    box-shadow: none;
	padding: 22px 25px 0;
	margin: 0;
}
.login-modal .login-box .btn{
	text-align: center;
	min-height: 51px;
	background-position: center right 5px;
}
.login-modal .login-wrapper .alert-danger {
    width: 100%;
    margin: 0 auto 20px;
}
.login-modal label{
	font-size: 14px;
	color: #222;
}
/*==============================
	Custom table code  
===============================*/
.table-meta{
	margin: 22px 0;
}
.table-meta .form-control{
	width: auto;
	min-width: 110px;
	height: 30px;
}
.table-meta .btn {
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 18px 4px;
    margin: 0 0 0 8px;
}
.custom-table .price-wrapper.price{
	font-weight: 400;
}
.custom-table .price-wrapper.price .special-price + .regular-price{
	font-size: 10.5px;
}
.custom-table .table .btn + .btn{
	margin: 0 0 0 8px;
}
.custom-table .table-responsive{
	width: 100%;
	float: left;
}
.custom-table .table{
	margin: 0;
}
.custom-table .table>tbody>tr:nth-child(even){
	background-color: #f7f7f7;
}
.custom-table .table>tbody>tr:nth-child(odd){
	background-color: #FFF;
}
.custom-table .table tr{
	background: #FFF;
}
.custom-table .table tr:hover{
	background: #fafafa !important;
}
.custom-table .table>thead>tr>th{
	font-size: 13px;
	font-weight: 700;
	color: #3B3F5C;
	border: none;
	padding: 12px;
	background: #edeff2;
}
.custom-table .table>tbody>tr>td{
	font-size: 13px;
	color: #333;
	padding: 12px;
	vertical-align: middle;
	border: none;
}
.order-item-bundle-info{
	display: inline-block;
}
.order-item-bundle-info .btn{
	background-color: var(--primary-hover-color);
	color: #fff;
	padding: 3px 3px!important;
	border-radius: 2px;
	margin-left: 3px;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.custom-table .table>tbody>tr>td .d-flex{
	flex-wrap: nowrap;
}
.custom-table .table .btn {
    font-size: 12px;
    padding: 4px 15px 4px;
    border-radius: 3px;
}
.custom-table .popover {
	min-width: 200px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.custom-table .popover-title {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 9px 5px;
	text-align: center;
	border-radius: 4px 4px 0 0;
}
.popover-content ul.bundle-ul ul.ul-sub-cart-popover li .pull-left b{
	font-weight: 500;
}
.popover-content ul.bundle-ul ul.ul-sub-cart-popover li .pull-left span{
	font-weight: 400;
	color: #999;
	font-size: 12px;
}
.custom-table .popover-content{
	padding: 10px 10px 0;
}
.custom-table .popover ul li{
	font-size: 12px;
	color: #333;
	margin: 0 0 7px;
	overflow: hidden;
}
.thumb-wrap i{
	font-size: 30px;
	color: #ccc;
}
.thumb-wrap img{
	width: 30px;
	height: 30px;
	object-fit: cover;
	object-position: center;
	display: none;
}
.thumb-wrap.has-img i{
	display: none;
}
.thumb-wrap.has-img img{
	display: block;
}
.order-table.custom-table,
.order-table.custom-table .table-responsive{
	float: none;
}
.table-pagiantion{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 0;
	margin: 18px 0 0;
	border-top: 1px solid #ddd;
}
.pagiantion-counter span{
	font-size: 12px;
	color: #666;
}
.table-pagiantion .pagination {
    margin: 0 0 0 auto;
}
.table-pagiantion .pagination>ul>li{
	float: left;
	margin: 0 0 0 10px;
}
.table-pagiantion .pagination>ul>li>a, .table-pagiantion .pagination>ul>li>span{
	font-size: 13px;
	font-weight: 500;
	color: #3B3F5C;
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	background: #edeff2;
}
.table-pagiantion .pagination>ul>li a:hover, .table-pagiantion .pagination>ul>li.active a {
	background: var(--primary-color);
	color: #FFF;
	transition: var(--default-transition);
}

/*==============================
	Empty Block code  
===============================*/
.empty-block{
	min-height: 485px;
}
.empty-block img{
	max-width: 100%;
	display: block;
	margin: 0 auto 15px;
	user-select: none;
}
.empty-block span{
	font-size: 24px;
	font-weight: 500;
	color: #000;
	display: block;
	margin: 0 0 10px;
}
.empty-block p{
	font-size: 14px;
	color: #000;
	margin: 0;
}
/*==============================
	Contact us Page code  
===============================*/
.contact-wrapper{
	padding: 30px 0 0;
}
.contact-box {
	width: 100%;
	float: left;
	padding: 20px 30px;
	background-color: #FFF;
    border: 1px solid #eee;
	border-radius: 5px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact-heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: block;
    position: relative;
    margin: 3px 0 15px;
}
.contact-box .contact-heading {
    margin: 0 0 17px;
}
.contact-box .form-group{
	margin-bottom: 20px;
}

@media (min-width:992px) {
	.contact-wrapper .template-wrapper{
		margin: 0 0 -80px;
		position: relative;
		z-index: 10;
	}
}
.contact-wrapper .template-wrapper .col-main {
    flex: 1;
}
.contact-box .form-control{
	font-size: 13px;
	height: 36px;
	color: #333;
	border-color: #ddd;
	border-radius: 3px;
}
.contact-box .phone-wrap{
	margin: 0;
}
.contact-info {
	width: 100%;
	float: left;
	margin: 0 0 15px;
}
.contact-info p{
	font-size: 14px;
	color: #000;
	margin: 0 0 12px;
}
.contact-info p strong{
	display: inline-block;
	font-weight: 500;
}
.contact-attachment ul{
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0;
}
.contact-attachment ul li {
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 3px;
    padding: 9px 8px 8px;
	margin: 0px 10px 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
html[dir="rtl"] .contact-attachment ul li {
    flex-direction: row-reverse;
}
.contact-attachment ul li span{
	font-size: 12px;
	color: #333;
}
.contact-attachment ul li i{
	font-size: 13px;
    color: #D52727;
	margin: 0 0 0 8px;
	cursor: pointer;
	display: inline-block;
}
html[dir="rtl"] .contact-attachment ul li i {
    margin: 0 0 0 8px;
}
.contact-box .btn-primary{
	padding: 6px 24px;
	text-transform: uppercase;
}
.contact-box .btn_file{
	font-size: 13px;
	padding: 6px 15px;
	text-transform: capitalize;
}
.contact-box .btn_file i{
	font-size: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}
html[dir="rtl"] .contact-box .btn_file i {
    vertical-align: bottom;
}
.contact-social ul li{
	display: inline-block;
	margin: 0 8px 0 0;
}
html[dir="rtl"] .contact-social ul li{
	margin: 0 0 0 8px;
}
.contact-social{
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.contact-social ul li a{
	width: 30px;
	height: 30px;
	border: 1px solid var(--primary-hover-color);
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: var(--default-transition);
}
.contact-social ul li a i{
	font-size: 16px;
	color: var(--primary-hover-color);
	transition: var(--default-transition);
}
.contact-social ul li a:hover{
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	transition: var(--default-transition);
}
.contact-social ul li a:hover i{
	color: #FFF;
	transition: var(--default-transition);
}
.contact-map + .contact-no-map{
	display: none;
}
.contact-no-map {
    min-height: 120px;
}
/*==============================
	Loyalty page Code  
===============================*/
.loyalty-box ul li .loyalty-box-wrap{
	width: 100%;
	min-height: 80px;
	padding: 5px 20px;
	border: 1px solid #000;
	border-left-width: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 4px;
	margin: 0 0 30px;
	-webkit-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 15%);
}
.loyalty-box ul li .loyalty-box-wrap span{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 -4px;
}
.loyalty-box ul li .loyalty-box-wrap p{
	font-size: 16px;
	color: #333;
	margin: 0;
}
.loyalty-box ul li:nth-child(1) .loyalty-box-wrap{
	border-color: #03A9F4;
}
.loyalty-box ul li:nth-child(2) .loyalty-box-wrap{
	border-color: #EFB01B;
}
.loyalty-box ul li:nth-child(3) .loyalty-box-wrap{
	border-color: #0EC186;
}
.loyalty-box ul li:nth-child(4) .loyalty-box-wrap{
	border-color: #E94141;
}
html[dir="rtl"] .loyalty-box ul li .loyalty-box-wrap{
	border-left-width: 1px;
	border-right-width: 3px;
}
/*==============================
	Promotion listing pages Code  
===============================*/
.promotions-listing ul, .promotions-listing ul li {
    display: flex;
    flex-wrap: wrap;
}
.promotions-listing ul li .promotion-wrap{
	width: 100%;
	float: left;
	background-color: #FFF;
	padding: 10px;
	margin: 0 0 30px;
	display: flex;
	box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 10%);
	transition: var(--default-transition);
}
.promotions-listing ul li .promotion-wrap:hover{
	box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 20%);
	transition: var(--default-transition);
}
.promotions-listing ul li .promotion-wrap a{
	width: 100%;
}
.promotions-listing ul li .promotion-wrap .promotion-thumb{
	width: calc( 100% - 520px );
}
.promotions-listing ul li .promotion-wrap .promotion-thumb img{
	max-width: 100%;
	height: 250px;
    object-fit: cover;
	object-position: center;
}
.promotions-listing ul li .promotion-wrap .promotion-meta{
	width: 520px;
	min-height: 80px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar{
	width: 100%;
	padding: 0 0 5px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
	justify-content: center;
	margin: 0 0 15px;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar h3{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 34px;
	display: block;
	margin: 0 0 8px;
	transition: var(--default-transition);
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar h3:hover{
	color: var(--primary-hover-color);
	transition: var(--default-transition);
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar p{
	font-size: 16px;
	color: #666;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul{
	flex-direction: column;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li{
	align-items: center;
	margin: 0 0 20px;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li:last-child{
	margin: 0;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li > .leftbar{
	width: 46px;
	height: 46px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li > .leftbar i{
	font-size: 24px;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li.start-date > .leftbar{
	background-color: #fbf0ce;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li.end-date > .leftbar{
	background-color: #feeaea;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li.start-date > .leftbar i{
	color: #FFB503;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li.end-date > .leftbar i{
	color: #F33535;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li > .rightbar{
	width: calc( 100% - 46px );
	padding: 0 10px;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li p{
	font-size: 15px;
	color: #000;
	margin: 0;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li span{
	font-size: 13px;
	font-weight: 700;
	color: #999;
	display: block;
}

/*============================================================
	Checkout Panel List
=============================================================*/
.checkout-panel-listing{
	border: 1px solid #eee;
}
.checkout-panel-listing .panel{
	margin: 0;
	border: none;
	box-shadow: none;
}
.checkout-panel-listing .panel:not(:last-of-type){
	border-bottom: 1px solid #eee;
}
.checkout-panel-listing .panel>.panel-heading{
	width: 100%;
    display: block;
	background-color: #fafafa;
	color: #333;
	font-size: 16px;
    font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: space-between;
	transition: none;
	border-bottom: 1px solid transparent;
}
.checkout-panel-listing .panel.active>.panel-heading{
	
	border-bottom-color: #eee;
}
.checkout-panel-listing li.panel .panel-heading.collapsed{
	border-bottom-color: transparent;
}
.checkout-panel-listing .panel>.panel-heading>.rightbar{
	width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkout-panel-listing li.panel .panel-heading > .rightbar i{
	font-size: 18px;
    color: #999;
    transform: rotate(180deg);
    transition: var(--default-transition);
}
.checkout-panel-listing li.panel .panel-heading.collapsed > .rightbar i{
	transform: none;
    transition: var(--default-transition);
}
.checkout-panel-listing li.panel.disabled{
	cursor: not-allowed;
    user-select: none;
}
.checkout-panel-listing li.panel.disabled .panel-heading{
	background-color: #FFF;
    pointer-events: none;
}
.checkout-panel-listing ul.cart-ul li.cart-li:not(:last-of-type){
	border-bottom: 1px solid #eee;
}
.checkout-panel-listing ul.cart-ul li.cart-li{
	margin-bottom: 0;
}
.checkout-panel-listing .cart-item-wrap{
	padding-left: 0;
	padding-right: 0;
}
.checkout-panel-listing .panel-body-btn{
	display: flex;
    justify-content: flex-end;
    padding: 10px 0px;
}
.checkout-panel-listing .panel-body-btn .btn{
	min-width: 164px;
    font-size: 14px;
    padding: 9px 20px;
}

/*============================================================
	Changes From 23-10-2023
=============================================================*/
.template-wrapper .col-sidebar .widget.widget-product-list .listing-items ul li .item-meta .item-rating{
	justify-content: flex-start;
}
.template-wrapper .col-sidebar .listing-items ul li .item-meta > .row > .col-xs-12{
	padding-left: 15px;
    padding-right: 15px;
}
.template-wrapper .col-sidebar .listing-items ul li .item-meta .item-rating div[class^='rating']{
	background-size: 85px;
	height: 14px;
}
/*============================================================
	Push Notification Modal
=============================================================*/
.push_ntf_modal .modal-body{
	min-height: 150px;
}
.push_ntf_modal .modal-content{
	border-radius: 3px;
}
.push_ntf_modal .modal-dialog{
	padding: 0px 15px;
	background-color: transparent;
	width: auto;
    max-width: 470px;
}
.push-ntf-details{
	display: flex;
	gap: 20px;
}
.push-ntf-details .img-wrapper{
	flex: 0 0 auto;
	width: 80px;
	height: 80px;
	background-color: #F3F3F3;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.push-ntf-details .img-wrapper img{
	max-width: 100%;
	max-height: 100%;
}
.push-ntf-details .content-wrapper{
	min-height: 110px !important;
}
.push-ntf-details .content-wrapper span{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}
.push-ntf-details .content-wrapper p{
	margin: 0;
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.push-ntf-details .content-wrapper .btn-wrapper{
	margin-top: 20px;
	display: flex;
    gap: 4px;
}
.push-ntf-details .content-wrapper .btn{
	padding: 9px 24px;
	border-radius: 3px;
	font-size: 14px;
}
.push-ntf-details .content-wrapper .btn.btn-blue{
	background-color: #1B81D5;
	color: #fff;
}
.push-ntf-details .content-wrapper .btn.btn-default{
	color: #666666;
	border: none;
	padding: 9px 6px;
}
.push-ntf-details .content-wrapper .btn.btn-default:hover{
	background-color: transparent;
}
@media (max-width:575.98px) {
	.push-ntf-details .content-wrapper p{
		font-size: 13px;
	}
	.push-ntf-details .content-wrapper span{
		font-size: 14px;
	}
	.push-ntf-details .img-wrapper{
		width: 60px;
		height: 60px;
	}
	.push-ntf-details .content-wrapper .btn-wrapper{
		margin-top: 16px;
	}
}
.dropdown-menu.share-dropdown > li img {
    max-width: 16px !important;
    max-height: 16px !important;
}
/*============================================================
	Location Map Page
=============================================================*/
.location-section{
	position: relative;
}
.lc-filter-wrapper{
	max-width: 650px;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	margin:  0 auto;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 25%);
	position: absolute;
	left: 15px;
    right: 15px;
	top: 10px;
	z-index: 1;
}
.lc-filter-wrapper .form-inline{
	display: flex;
	gap: 10px;
}
.lc-filter-wrapper .form-group{
	position: relative;
	flex: 2;
	margin: 0;
}
.lc-filter-wrapper .form-control{
	padding-top: 12px !important;
	font-size: 13px;
	font-weight: 600;
	border: none;
	border-right: 1px solid #E5E5E5;
	width: 100%;
	height: 50px;
	background: url(../img/caret_builder.svg) no-repeat right 8px center/10px;
}
.lc-filter-wrapper .form-group > label{
	position: absolute;
	left: 12px;
	top: 6px;
	font-size: 12px;
	color: #000;
}
.lc-filter-wrapper .btn{
	min-width: 115px;
	font-size: 14px;
	margin: 8px;
	margin-left: 0;
}
.lc-map-wrapper .map-inner{
	height: calc(100vh - 160px);
}
.lc-map-wrapper .map-inner > *{
	height: 100%;
}
html[dir="rtl"] .form-group > label{
	left: initial;
	right: 12px;
}
html[dir="rtl"] .lc-filter-wrapper .form-control{
	background: url(../img/caret_builder.svg) no-repeat left 8px center/10px;
}
html[dir="rtl"] .lc-filter-wrapper .btn{
	margin-left: 8px;
	margin-right: initial;
}
html[dir="rtl"] .lc-filter-wrapper .form-control{
	border-left: 1px solid #E5E5E5;
	border-right: none;
}
.map-tooltip{
	padding-top: 12px;
	max-width: 240px;
	padding-right: 15px;
}
html[dir="rtl"] .map-tooltip{
	padding-right: 0;
	padding-left: 16px;
}
.map-tooltip .store-title{
	font-size:14px;
	color:#000;
	margin-bottom: 4px;
    display: block;
	font-weight: 700;
}
.map-tooltip p{
	font-size:12px;
	color:#333333;
	margin:0px;
}
ul.map-store-info{
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 10px;
}
ul.map-store-info li{
	list-style: none;
	display: flex;
    gap: 5px;
}
ul.map-store-info li span.wrap-icon{
	transform: translateY(-2px);
}
ul.map-store-info li span:not(.wrap-icon){
	font-size: 13px;
	color: #333333;
	line-height: 1.3;
}
ul.map-store-info li span.wrap-icon img{
	width: 16px;
	height: 16px;
}
ul.map-store-info li.time-li .open{
	color: #188038;
}
ul.map-store-info li.time-li .close{
	color: #e43d3c;
}
.location-section .gm-style-iw-chr .gm-style-iw-ch{
	display: none !important;
}
.location-section .gm-style-iw-chr button{
	position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
    height: auto !important;
}
.location-section .gm-style-iw-chr button span{
	width: 22px !important;
    height: 22px !important;
    margin: 6px !important;
}
html[dir="rtl"] .location-section .gm-style-iw-chr button{
	right: initial !important;
	left: 0 !important;
}
@media (max-width:575.98px) {
	.lc-filter-wrapper{
		position: initial;
		padding: 15px;
	}
	.lc-filter-wrapper .form-inline{
		flex-wrap: wrap;
	}
	.lc-filter-wrapper .btn{
		width: 100%;
		margin: 0;
		flex: 0 0 auto;
	}
	.lc-filter-wrapper .form-control{
		border-bottom: 1px solid #E5E5E5;
		border-right: 0;
	}
	.lc-map-wrapper .map-inner{
		height: calc(100vh - 250px);
	}
	html[dir="rtl"] .lc-filter-wrapper .form-control{
		border-left: none;
	}
}
/*============================================================
	Custom Switch Toggle
=============================================================*/
.checkout-options:has(.custom-switch){
	align-items: flex-start;
}
.schedule-wrapper{
	min-height: 36px;
}
.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: #000;
}
.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;
	}
	.checkout-options > .rightbar .form-group{
		width: 100% !important;
	}
}
.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;
}