@import url("typeahead.css?v=1773738037");
@import url("common.css?v=1773738037");
@import url("header-footer.css?v=1773738037");
@import url("sitemap.css?v=1773738037");
@import url("location.css?v=1773738037");
@import url("checkout.css?v=1773738037");
@import url("payment-plan.css?v=1773738037");
@import url("order-status.css?v=1773738037");
@import url("dashboard.css?v=1773738037");
@import url("../fonts/fonts.css?v=1773738037");
@import url("toastr.min.css?v=1773738037");
@import url("toastr-style.css?v=1773738037");
:root {
	--primary-font: 'Muli';
	--primary-color: #fb8a00;
	--primary-color-rgba: 251, 138, 0;
	--secondary-color: rgba(var(--primary-color-rgba), 7%);
	--secondary-color-dark: rgba(var(--primary-color-rgba), 3%);
	--primary-hover-color: #db7b06dd;
	--text-primary: #000;
	--text-red: #FF0000;
    --primary-background: #f0f1f2;
	--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(--text-primary);
}
select, select option, select optgroup {
	font-family: 'Muli', sans-serif !important;
}
.price-wrapper.price{
	font-family: var(--primary-font);
	font-weight: 500;
}
.text-red{
	color: var(--text-red) !important;
}
.content-wrapper{
	width: 100%;
	float: left;
}
.pd-0{
	padding: 0 !important;
}
.sticky-class {
	position: sticky;
	top: 0;
}
.block {
	width: 100%;
	float: left;
	position: relative;
}
.sticky-parent {
	position: sticky;
	top: 80px;
}
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: 2px;
}
.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/10px 10px !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/loadmore-loader.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center right 10px !important;
	background-size: 30px !important;
}
html[dir="rtl"] .btn.is-loading{
	background-position: left 10px center !important;
}
.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;
}
.tooltip-inner{
	background-color: var(--primary-color);
}
.tooltip.top .tooltip-arrow{
	border-top-color: var(--primary-color);
}
.tooltip.left .tooltip-arrow{
	border-left-color: var(--primary-color);
}
.no-thumb{
    background: #f6f6f6 url(../img/no_thumb.svg) no-repeat center/75px !important;
}
.no-thumb > img{
	display: none !important;
}
.listing-items ul li.no-thumb .item-wrap .item-thumb >  img {
    display: none;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-thumb.no-thumb,
.category-wrapper ul.row li .cat-wrap .cat-thumb,
.collection-wrap .collection-thumb,
.brands-wrapper ul li .brand-thumb.no-thumb{
    background-size: 40px !important;
}
.service-box ul li > .leftbar,
.template-wrapper .col-sidebar .widget:not(.widget-slider) .brand-thumb{
    background-size: 30px !important;
}
ul li i + i{
	display: none;
}
ul li a.added i{
	display: none;
}
ul li a.added i + i {
    display: inline-block !important;
    color: #e0245e !important;
}
.widget .lSAction{
	display: none !important;
}
.popover.top>.arrow{
	border-top-color: var(--primary-color);
}
.popover.bottom>.arrow{
	border-bottom-color: var(--primary-color);
}
.popover.left>.arrow{
	border-left-color: var(--primary-color);
}
.popover.right>.arrow{
	border-right-color: var(--primary-color);
}
.svg-fill{
	fill: var(--primary-color);
}
.svg-stroke{
	stroke: var(--primary-color);
}
.svg-fill-secondary-color{
	fill: var(--secondary-color);
}

.row.custom-row-5{
	margin: 0 -5px;
}
.row.custom-row-5 > [class*=col]{
	padding: 0 5px;
}
.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;
}
/*==============================
	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: 36px;
    height: 36px;
    background-color: var(--primary-color);
    border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.scroll-to-top i {
    font-size: 20px;
	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 15px;
	padding: 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.phone-wrap input.form-control{
	background-color: transparent!important;
}
.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 #ccc !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 !important;
	box-shadow: none !important;
	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 #ddd !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 #ccc !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: #ccc;
    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%);
}
.home-template .btn-tax_info, .listing-wrapper .btn-tax_info {
    display: none !important;
}
/*==============================
	Alert Code 
===============================*/
.alert{
	width: 100%;
	float: left;
	min-height: 60px;
	font-family: var(--priamry-font);
	background: #FFF;
	position: relative;
	padding: 12px 25px 9px 80px;
	background-position: 10px 65% !important;
	border: none;
	border-radius: 3px;
	margin: 0 0 10px;
	display: flex;
    align-items: center;
	-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: 5px;
	background-color: #000;
	position: absolute;
	top: 5px;
	left: -2px;
	bottom: 5px;
	border-radius: 7px;
}
.alert:after{
	content: '';
	width: 1px;
	position: absolute;
	left: 60px;
	top: 0;
	bottom: 0;
	background-color: #ddd;
}
.alert i.icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
	font-size: 20px;
	color: #999;
    padding: 2px;
	cursor: pointer;
}
.alert span{
	font-size: 13px;
	color: #000;
}
.alert span strong{
	font-size: 14px;
	display: inline-block;
}
.alert.alert-success{    
	background: #FFF url(../img/alert_bg/success.svg) no-repeat left 10px center/40px;
}
.alert.alert-success:before{
	background-color: #0ec186;
}
.alert.alert-error{
	background: #FFF url(../img/alert_bg/error.svg) no-repeat left 10px center/40px;
}
.alert.alert-error:before{
	background-color: #e94141;
}
.alert.alert-warning{
	background: #FFF url(../img/alert_bg/warning.svg) no-repeat left 10px center/40px;
}
.alert.alert-warning:before{
	background-color: #efb01b;
}
/*==============================
	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;
}

/*==============================
	Container Code  
===============================*/
@media (min-width: 1652px){
	.container {
		width: 1630px;
	}
}
@media (max-width: 1651px) and (min-width: 1441px){
	.container {
		width: 1440px;
	}
}
@media (max-width: 1440px) and (min-width: 1200px){
	.container {
		width: 95%;
	}
}
/*==============================
	Stock Info Code  
===============================*/
.stock-info, .hold-info{
	font-size: 12px;
	font-weight: 500;
	color: var(--primary-color);
	padding: 2px 9px;
	border: 1px solid var(--primary-color);
	text-transform: uppercase;
	margin: 0 0 10px;
	display: inline-block;
	border-radius: 2px;
	user-select: none;
}
.hold-info{
	color: #607D8B;
	border-color: #607D8B;
}
.stock-info.sold-out{
	color: #F33535;
	border-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: var(--primary-color);
	position: absolute;
	left: 0;
	top: -2px;
	bottom: -2px;
}
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, .template-wrapper .col-sidebar .hold-info{
	display: none;
}
/*==============================
	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: 50px;
	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-orange .color-box{
	background-color: #FB8A00 ;
}
.theme-listing ul li.theme-indigo .color-box{
	background-color: #3F51B5 ;
}
.theme-listing ul li.theme-azure .color-box{
	background-color: #2196F3 ;
}
.theme-listing ul li.theme-red .color-box{
	background-color: #EC153D ;
}
.theme-listing ul li.theme-topaz .color-box{
	background-color: #00BCD4 ;
}
.theme-listing ul li.theme-teal .color-box{
	background-color: #009688 ;
}
.theme-listing ul li.theme-coffee .color-box{
	background-color: #795548 ;
}
.theme-listing ul li.theme-dark-orchid .color-box{
	background-color: #9C27B0 ;
}
.theme-listing ul li.theme-pastel-green .color-box{
	background-color: #4CAF50 ;
}
/*==============================
	Main Template Code  
===============================*/
.template-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.template-wrapper.tmp-m .col-main{
	width: 100%;
}
.template-wrapper.tmp-m .col-main.w-1200 {
    width: 1250px;
    margin: 0 auto;
}
.template-wrapper .col-sidebar{
	width: 270px;
}
.template-wrapper:not(.tmp-m) .col-main{
	width: calc( 100% - 300px );
}

.template-wrapper.tmp-m .col-sidebar{
	display: none;
}
@media (max-width: 1199px){
	.template-wrapper .col-main, .template-wrapper .col-sidebar, .template-wrapper.tmp-m .col-main.w-1200{
		width: 100% !important;
	}
}
/*==============================
	QTY Group Code  
===============================*/
.qty-group {
	width: 110px;
	height: 32px;
	float: left;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.qty-group .qty-minus, .qty-group .qty-plus {
	font-size: 20px;
	color: #666;
	width: 30px;
	height: 30px;
	float: left;
	background-color: #fafafa;
	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;
	transition: var(--default-transition);
}
.qty-group .qty-minus{
	border-right: 1px solid #ddd;
}
.qty-group .qty-plus{
	border-left: 1px solid #ddd;
}
.qty-group [class*=qty]:hover{
	color: var(--primary-color);
	background-color: #FFF5E8;
	background-color: var(--secondary-color);
	transition: var(--default-transition);
}
.qty-group input {
	width: calc( 100% - 60px );
	height: 30px;
	font-size: 13px;
	color: var(--text-primary);
	text-align: center !important;
	outline: none;
	border: none;
	float: left;
	vertical-align: middle;
	user-select: none;
}
/*==============================
	Widgets Code  
===============================*/
.widget{
	width: 100%;
	float: left;
	background-color: #FFF;
	margin: 0 0 30px;
	border-radius: 6px;
	position: relative;
	-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);
}
.widget-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 50px;
	padding: 0 22px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	background-color: var(--secondary-color);
}
.widget-header:before{
	content: '';
	width: 6px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: var(--primary-color);
	border-radius: 6px 0 0 0;
}
.widget-header .widget-header-left{
	flex: 1;
	overflow: hidden;
}
.widget-header .widget-header-left h2{
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.widget-header .widget-header-right{
	margin: 0 0 0 auto;
}
.widget-header .widget-header-right i{
	font-size: 20px;
	color: #999;
	position: relative;
	top: 2px;
	right: -5px;
}
.widget-slider-arrows span, .related-box-arrows span{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 90;
	cursor: pointer;
	-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);
}
.widget-slider-prev, .related-box-prev{
	left: -10px;
}
.widget-slider-next, .related-box-next{
	right: -10px;
}
.widget-slider-arrows span i, .related-box-arrows span i{
	font-size: 20px;
	color: #FFF;
}
.widget-body{
	width: 100%;
	float: left;
	padding: 20px;
	position: relative;
}
.template-wrapper .col-sidebar .widget-body{
	padding: 10px;
}
.widget.widget-banner{
	display: flex;
    justify-content: center;
}
.widget.widget-banner img{
	max-width: 100%;
	margin: 0 auto;
	border-radius: 6px;
}
.widget-body .btn-widget{
	font-size: 16px;
	font-weight: 500;
	padding: 11px 29px;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
	margin: 0 auto;
}
.widget.widget-slider .btn-widget{
	display: none;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .btn-widget{
	font-size: 14px;
	width: 100%;
	padding: 9px 12px;
	margin: 0;
}
.widget-body .btn-widget.is-loading {
    background-image: url(../img/loaders_bg/loadmore-loader.svg);
    background-size: 35px;
    padding: 11px 45px 11px 29px;
}
/*==============================
	Breadcrumb Code  
===============================*/
.breadcrumb-wrapper {
	width: 100%;
    background-color: #FFF;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
	border-radius: 4px;
	/* overflow: hidden; */
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.page-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 20px;
	margin: 0;
}
.page-title strong{
	font-weight: 400;
	color: #666;
	display: inline-block;
	margin: 0 5px;
}
.breadcrumb{
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 0 20px 0 50px;
	position: relative;
	display: flex;
    align-items: center;
	background-color: var(--secondary-color);
	overflow: hidden;
}
.breadcrumb:before {
    content: '';
    width: 20px;
    position: absolute;
	left: -10px;
    top: -15px;
    bottom: -15px;
    background: #FFF;
    transform: rotate( 31deg );
}
.breadcrumb:after {
    content: '';
    width: 2px;
    position: absolute;
    top: -8px;
    bottom: -20px;
    left: 12px;
    background-color: var(--primary-color);
    transform: rotate(31deg);
}
.breadcrumb>li{
	position: relative;
}
.breadcrumb li a{
	color: #000;
	font-weight: 500;
	transition: var(--default-transition);
}
.breadcrumb li.active {
	color: #000;
	font-weight: 400;
}
.breadcrumb>li+li:before {
	display: none;
}
.breadcrumb li i {
    color: #666;
    font-weight: 700;
    vertical-align: middle;
	padding: 0 5px;
	display: inline-block;
}
.breadcrumb li:first-child i{
	display: none;
}
.breadcrumb li a:hover{
	color: var(--primary-color);
	transition: var(--default-transition);
}
/*==============================
	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 20px;
	padding: 0 10px;
}
.listing-items ul li.is-loading {
    cursor: not-allowed;
}
.listing-items ul li.is-loading *{
	pointer-events: none;
}
.listing-items .tooltip-inner{
	white-space: nowrap;
}
.sale-badge, .sold-badge{
	position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    padding: 2px 7px;
    border-radius: 2px;
    text-transform: uppercase;
	display: none;
}
.sold-badge{
	background-color: #E94141;
}
.listing-items ul li.sale-item .sale-badge, .listing-items ul li.sold-item .sold-badge{
	display: block;
}
.group-wrap, .service-wrap, .item-share-wrap{
	width: 30px;
	height: 30px;
	background-color: var(--primary-color);
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 2px;
	z-index: 1;
	display: none;
	cursor: pointer;
}
.group-wrap i, .service-wrap i {
	font-size: 18px;
	color: #FFF;
}
.group-wrap + .tooltip, .service-wrap + .tooltip{
	white-space: nowrap;
}
.group-item .group-wrap, .service-item .service-wrap{
	display: flex;
}
.widget.widget-slider .group-wrap, .widget.widget-slider .service-wrap{
	top: auto;
	bottom: 10px;
}
.listing-items ul li .item-loader {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%);
	margin: -30px 0 0;
	z-index: 20;
	display: none;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.listing-items ul li .item-loader img{
	width: 36px;
}
.listing-items ul li.is-loading .item-loader{
	display: flex !important;
}
.listing-items ul li .item-wrap-parent {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.listing-items ul li .item-wrap {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	/* overflow: hidden; */
	position: relative;
	display: flex;
	flex-wrap: wrap;
	transition: var(--default-transition);
}
.listing-items ul li .item-wrap:hover{
	border-color: var(--primary-color);
	transition: var(--default-transition);
}
.listing-items ul li .item-wrap:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.8);
	display: none;
}
.listing-items ul li.is-loading .item-wrap:before{
	display: block;
}
.listing-items ul li .item-thumb{
	width: 100%;
	height: 250px;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 0 5px;
	border-radius: 6px 6px 0 0;
}
.listing-items ul li .item-thumb .no-thumb-anchor {
    width: 100%;
	overflow: hidden;
}
.listing-items ul li .item-thumb:before {
    content: '';
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
}
.listing-items-wrap .listing-items.list-view ul li .item-thumb:before, .template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-thumb:before{
	display: none;
}
.listing-items ul li.is-loading .item-wrap{
	overflow: hidden;
}
.listing-items ul li .item-thumb img{
	max-width: 100%;
	max-height: 100%;
}
.listing-items ul li .item-meta {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	align-items: center;
	position: relative;
	/* overflow: hidden; */
	padding: 33px 10px 0px;
	border-radius: 0 0 6px 6px;
}
.listing-items ul li .item-name h3{
	font-size: 16px;
	color: #222;
	line-height: 24px;
	text-align: center;
	margin: 0 0 10px;
	min-height: 48px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: color 0.3s ease-in-out;
}
.listing-items ul li .item-name h3:hover{
	color: var(--primary-color);
}
.list-view.listing-items ul li .item-name h3{
	text-align: initial;
}
.list-view.listing-items .item-rating{
	justify-content: flex-start;
}
.listing-items ul li  .item-rating div[class^='rating']{
	margin: 0;
	width: 111px;
}
.item-rating {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	margin: 0 0 8px 0;
}
.item-rating .rating-count {
	color: #666;
	font-size: 14px;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .item-rating{
	display: none;
}
.listing-items ul li .price-wrapper{
	display: block;
	margin: 0 0 12px;
}
.listing-items ul li .price{
	font-size: 19px;
	font-weight: 700;
	line-height: 24px;
}
.listing-items ul li .item-meta  .special-price + .regular-price {
	font-size: 14px;
	font-weight: 700;
	color: #666;
	vertical-align: top;
	margin: 0 0 0 5px;
}
.item-offer-wrap {
	background-color: #E94141;
	height: 17px;
	position: absolute;
	bottom: -2px;
	margin-left: -10px;
	margin-right: -10px;
	width: 100%;
}
.item-offer-wrap ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 1px 5px 0 5px;
}
.item-offer-wrap ul li {
	color: #fff;
	font-size: 10px;
	font-weight: 500;
}
.item-stock-wrap {
    width: calc( 100% + 20px );
	width: 100%;
    height: 20px;
    font-size: 11px;
    font-weight: 400;
    color: #E94141;
    background-color: #FFE9E9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    opacity: 1;
    transition: var(--default-transition);
	border-radius: 0 0 3px 3px;
	/* margin-left: -10px;
	margin-right: -10px; */
}
.item-share-wrap {
	display: flex;
	visibility: hidden;
	opacity: 0;
	color: #666;
	transition: var(--default-transition);
	background-color: #eee;
	z-index: 3;
}
.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: 0;
	border-radius: 3px;;
}
.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;
}
.cat-share-wrap {
    background-color: #eee;
    left: -15px;
    top: 0;
    bottom: 0;
	margin-right: 0px;
	border-radius: 4px;
}
.cat-share-icon {
    font-size: 18px;
	color: #000;
    width: 40px;
	height: 40px;
	border-radius: 4px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.cat-share-wrap .share-dropdown {
	left: 0;
	border: 0;
	text-transform: none;
}
.listing-items ul li .btn{
	height: 40px;
    width: 40px;
	font-size: 16px;
	padding: 8px 10px;
	position: absolute;
    bottom: -25px;
    left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	transition: all 0.3s ease-out;
	outline: 2px solid #fff;
}
.listing-items ul li .btn i {
	font-size: 19px;
	display: inline-block;
    position: relative;
	top: 2px;
	transition: all 0.3s ease-out;
}
.listing-items ul li .btn span{
	opacity: 0;
	transition: all 0.3s ease-out;
}
.listing-items ul li .item-wrap:hover .btn{
	width: 156px;
}
.listing-items ul li .item-wrap:hover .btn span{
	opacity: 1;
	margin: 0 0 0 5px;
}
.listing-items ul li .sold-item .item-wrap .btn{
	background-color: #F33535 !important;
	border-color: #F33535 !important;
}
.compare-btn .btn-notify i +i, .compare-btn .btn-notify.added i,
.listing-items ul li .btn-notify, .listing-items ul li .sold-item .btn:not(.btn-notify),
.listing-items ul li .btn-notify i + i, .listing-items ul li .btn-notify.added i{
	display: none;
}
.listing-items ul li .sold-item .btn-notify, .listing-items ul li .btn-notify.added i + i, .compare-btn .btn-notify.added i +i{
	display: inline-block;
}
.listing-items ul li.sold-item .item-wrap .btn i {
    color: #FFF !important;
}
.listing-items ul li .btn.is-loading {
    text-indent: -999999em;
    background-position: center !important;
}
.listing-items ul li .item-buttons {
    border-top: 1px solid #ddd;
    position: absolute;
    left: 0;
    right: 0;
	bottom: 0;
	border-radius: 0 0 6px 6px;
	background-color: #FFF;
	transform: translateY(0%);
	transition: var(--default-transition);
	opacity: 0;
	visibility: hidden;
}
.listing-items ul li .item-wrap:hover .item-buttons{
	transform: translateY(0%);
	transition: var(--default-transition);
	opacity: 1;
	visibility: visible;
}
.listing-items ul li .item-buttons ul{
	min-height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.listing-items ul li .item-buttons ul li{
	position: relative;
}
.listing-items ul li .item-buttons ul li:not(:last-child):after{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #e5e5e5;
	position: absolute;
	right: 0;
	top: 5px;
}
.listing-items ul li .item-buttons ul li a{
	font-size: 22px;
	color: #666;
	padding: 0 18px;
}
.listing-items ul li .item-buttons ul li a:hover{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.widget-body .listing-footer .btn {
	margin: 10px auto 0;
}
.template-wrapper .col-sidebar .listing-items ul li.sale-item .sale-badge, .template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .btn, .template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-buttons, .template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .service-wrap, .template-wrapper .col-sidebar .listing-items .sold-badge, .template-wrapper .col-sidebar .listing-items .group-item .group-wrap{
	display: none;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul.row li[class*=col]{
	width: 100%;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul.row li[class*=col]:last-child{
	margin: 0;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-thumb, .template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-meta, .template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-wrap{
	border: none;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-thumb {
    width: 60px;
	height: 60px;
	float: left;
	border: 1px solid #ddd;
	margin: 0;
	border-radius: 3px;
	transition: var(--default-transition);
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-loader{
	width: 40px;
    height: 40px;
	margin: -20px 0 0;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-loader img {
    width: 22px;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-meta {
    width: calc( 100% - 60px );
	float: right;
	padding: 0 0 0 10px;
	align-items: flex-start;
}
html[dir="rtl"] .template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-meta {
	padding: 0 10px 0 0;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-name h3 {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
	min-height: unset;
	margin: 0 0 2px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .price-wrapper{
	margin: 0;
	color: var(--primary-color);
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .price{
	font-size: 14px;
	line-height: 18px;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .listing-items ul li .item-wrap:hover .item-thumb{
	border-color: var(--primary-color);
	transition: var(--default-transition);
}
@media (max-width: 1480px) and (min-width: 1200px){
	.listing-items ul.row li[class*=col] {
		width: 33.33333333%;
	}
}
.template-wrapper .col-sidebar .widget.widget-slider .listing-items ul.row{
	margin: 5px 0 10px;
}
.template-wrapper .col-main .widget.widget-slider .listing-items ul.row{
	margin: 0;
}
.template-wrapper .col-sidebar .widget.widget-slider .listing-items ul li .item-thumb{
	height: 200px;
}
.template-wrapper .col-sidebar .widget.widget-slider .listing-items ul li .item-name{
	font-size: 14px;
	line-height: 20px;
}
.template-wrapper .col-sidebar .widget.widget-slider .listing-items ul li .item-buttons ul li a {
    font-size: 18px;
    padding: 0 15px;
}
.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;
    padding: 5px 0 25px 0;
    width: 100%;
	min-height: 40px;
    align-items: center;
	position: relative;
}
.size-color-wrap a {
	color: #333;
	font-size: 13px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}
.size-color-wrap .color-wrap > .form-group,
.size-color-wrap .size-wrap > .form-group {
	margin-bottom: 0;
}
.size-color-wrap .color-wrap .colors-list {
	display: flex;
	width: 100%;
	gap: 7px;
	align-items: center;
}
.size-color-wrap .color-wrap .colors-list .color-box {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}
.size-color-wrap .color-wrap .colors-list .color-box.active:before {
	position: absolute;
    left: -6px;
    top: -6px;
    display: block;
    content: '';
    border-radius: 100px;
    height: 30px;
    width: 30px;
    background: transparent;
    border: 2px solid #333;
    /* box-shadow: 0 0 0 1px #ccc;*/
}
.size-color-wrap .color-wrap .colors-list .dropdown-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	color: #333;
	font-weight: 500;
	cursor: pointer;
	transition: var(--default-transition);
	height: 24px;
	width: 24px;
	border-radius: 100px;
	border: 1px solid #ddd;
}
.size-color-wrap .color-wrap .colors-list .dropdown-toggle:hover {
	background-color: #eee;
	color: #000;
}
.size-color-wrap ul.dropdown-colors {
	right: 0;
	left: unset;
	top: auto;
	bottom: 100%;
}
.size-color-wrap ul.dropdown-colors li a {
	display: flex;
	width: 100%;
	gap: 10px;
	padding: 7px 5px;
	position: relative;
}
.size-color-wrap ul.dropdown-colors li.active a {
	background-color: #f3f3f3;
	color: #000;
}
.size-color-wrap ul.dropdown-colors li.active a .color-box:before {
	position: absolute;
    left: -6px;
    top: -6px;
    display: block;
    content: '';
    border-radius: 100px;
    height: 30px;
    width: 30px;
    background: transparent;
    border: 2px solid #333;
    /* box-shadow: 0 0 0 1px #ccc;*/
}
.size-color-wrap ul.dropdown-colors li a span {
	display: flex;
    width: calc(100% - 50px);
    word-break: break-word;
    max-width: 100%;
    height: auto;
    white-space: normal;
}
.size-color-wrap ul.dropdown-size {
	right: unset;
	left: 0;
	min-width: 160px;
	top: auto;
	bottom: 100%;
}
.size-color-wrap ul.dropdown-size:before {
	right: unset;
	left: 16px;
}
.size-color-wrap ul.dropdown-size li a {
	white-space: normal;
	word-break: break-word;
}
.size-color-wrap.no-size-color {
	visibility: hidden;
}
.size-color-wrap.size-only,
.size-color-wrap.color-only {
	justify-content: center;
}
.size-color-wrap.size-only .color-wrap,
.size-color-wrap.color-only .size-wrap {
	display: none;
}
.size-color-wrap.size-only .dropdown,
.size-color-wrap.color-only .dropdown {
	width: 100%;
}
.size-color-wrap.size-only .dropdown-menu,
.size-color-wrap.color-only .dropdown-menu {
	left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
	max-width: 90%;
}
.size-color-wrap.size-only .dropdown-menu:before,
.size-color-wrap.color-only .dropdown-menu:before {
	left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
	transform: translate(0, 0);
}
.size-color-wrap ul.dropdown-menu {
	/* max-height: 300px;
	overflow: auto; */
	max-width: 200px;
	max-height: 185px;
	overflow: auto;
	z-index: 9;
}

.item-wrap-parent.stock-left-item {
	height: calc(100% + 40px);
}
.template-wrapper :is(.col-main) .item-wrap-parent.stock-left-item .item-wrap {
	margin-bottom: 40px;
}
.item-wrap-parent.stock-left-item .item-stock-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
}
.item-wrap-parent.size-color-item:not(.stock-left-item) .size-color-wrap {
	padding: 5px 0 45px 0;
}


/*==============================
	Main Slider Code  
===============================*/
.main-slider {
	width: 100%;
	float: left;
	background-color: #FFF;
	margin: 0 auto 30px;
	border-radius: 6px;
	-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);
	aspect-ratio: 3 / 1;
	height: auto!important;
}
.main-slider .lSSlideOuter,.main-slider .lSSlideOuter .lSSlideWrapper, .main-slider .lSSlideOuter .lightSlider,.main-slider .lSSlideWrapper ul li,.slider-meta{
	height: 100% !important;
}
.main-slider .slider-meta{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
[dir="rtl"] .main-slider .slider-meta{
	align-items: flex-end;
}
.main-slider .slider-meta.text-right{
	align-items: flex-end;
}
[dir="rtl"] .main-slider .slider-meta.text-right{
	align-items: flex-start;
}
.main-slider .slider-meta.text-center{
	align-items: center;
}
.main-slider *{
	line-height: normal;
}
.main-slider .lSSlideWrapper {
	position: static;
	border-radius: 6px;
}
.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-arrows {
    position: absolute;
    right: 30px;
    bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.main-slider-arrows span{
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background-color: #FFF;
	margin: 0 0 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
.main-slider-arrows span i{
	font-size: 20px;
	color: #666;
}
.main-slider .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    margin: 0 !important;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) !important;
}
.main-slider .lSSlideOuter .lSPager.lSpg>li a {
    width: 18px;
    height: 18px;
	border: 2px solid #aaa;
	background-color: #FFF;
	-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);
}
.main-slider .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #FFF;
	border-color: var(--primary-color);
}
.main-slider .lSSlideOuter .lSPager.lSpg>li.active a{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	border: 4px solid var(--primary-color);
}
.slider-meta{
	padding:  0 30px;
}
.slider-meta span{
	display: block;
}
.slider-meta .slider-span-1{
	font-size: 20px;
	color: #FFF;
	line-height: 25px;
	margin: 0 0 10px;
}
.slider-meta .slider-span-2, .slider-meta .slider-span-3{
	font-size: 36px;
	color: #FFF;
	line-height: 50px;
}
.slider-meta .slider-span-3{
	font-size: 40px;
	font-weight: 700;
}
.slider-meta .btn{
	font-size: 18px;
	font-weight: 700;
	color: var(--text-primary);
	padding: 8px 20px 10px;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 20px 0 0;
	-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);
}
/*==============================
	Category Code  
===============================*/
.category-wrapper ul.row, .category-wrapper ul.row li[class*=col] {
	display: flex;
	flex-wrap: wrap;
}
.category-wrapper ul.row{
	margin: 0 -5px;
}
.category-wrapper ul.row li[class*=col]{
	padding: 0 5px;
	margin: 0 0 15px;
}
.category-wrapper ul.row li a{
	width: 100%;
}
.category-wrapper ul.row li .cat-wrap{
	width: 100%;
	min-height: 150px;
	border: 1px solid #ddd;
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	transition: var(--default-transition);
}
.category-wrapper ul.row li .cat-wrap:hover{
	border-color: var(--primary-color) !important;
	transition: var(--default-transition);
}
.category-wrapper ul.row li .cat-wrap .cat-thumb {
	width: 80px;
	height: 80px;
	background-color: #F7F7F7;
	border-radius: 50%;
	margin: 0 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.category-wrapper ul.row li .cat-wrap .cat-thumb img{
	max-width: 100%;
	width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
}
 .category-wrapper ul.row li .cat-wrap .cat-meta{
	width: 100%;
	text-align: center;
}
.category-wrapper ul.row li .cat-wrap .cat-meta h4{
	font-size: 13px;
	font-weight: 500;
	color: #333;
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
	margin: 0 0 5px;
	transition: var(--default-transition);
}
.category-wrapper ul.row li .cat-wrap:hover .cat-meta span{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.category-wrapper ul + .widget-footer-meta .btn{
	margin: 15px auto 0;
}
.template-wrapper .col-main .widget.widget-slider.widget-category_slider .widget-header{
	display: none;
}
.template-wrapper .col-main .widget.widget-slider.widget-category_slider{
	background-color: transparent;
	box-shadow: none;
	margin: 0 0 15px;
}
.template-wrapper .col-main .widget.widget-slider.widget-category_slider .widget-body{
	padding: 0;
}
.template-wrapper .widget.widget-slider .category-wrapper ul.row{
	margin: 0;
}
.template-wrapper .col-main .widget.widget-slider .category-wrapper ul.row li[class*="col"]:last-child{
	margin: 0 0 15px !important;
}
.template-wrapper .col-main .widget.widget-slider .cat-wrap{
	min-height: 140px;
	border: 1px solid transparent;
	margin: 0 0 10px;
	border-radius: 6px;
	-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);
}
.template-wrapper .col-main .widget.widget-slider.widget-category_slider .widget-slider-arrows span{
	margin: -5px 0 0;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .category-wrapper ul.row li[class*=col]{
	width: 100%;
	margin: 0 0 20px;
}
.template-wrapper .col-sidebar .widget.widget-slider .category-wrapper ul.row li .cat-wrap{
	border: none;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .category-wrapper ul.row li .cat-wrap{
	border: none;
	min-height: unset;
	flex-direction: row;
    justify-content: flex-start;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .category-wrapper ul.row li .cat-wrap .cat-thumb{
	width: 60px;
	height: 60px;
	margin: 0;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .category-wrapper ul.row li .cat-wrap .cat-thumb img{
	width: 60px;
    height: 60px;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .category-wrapper ul.row li .cat-wrap .cat-meta{
	width: calc( 100% - 60px );
	text-align: left;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .category-wrapper ul.row li .cat-wrap .cat-meta span{
	font-size: 15px;
	margin: 0 0 0 10px;
}
/*==============================
	Brands Code  
===============================*/
.brands-wrapper ul{
	display: flex;
	flex-wrap: wrap;
}
.template-wrapper .widget:not(.widget-slider) .brands-wrapper ul{
	margin: 0 -10px;
}
.brands-wrapper ul li{
	width: 16.66666667%;
	margin: 0 0 20px;
}
.template-wrapper .widget:not(.widget-slider) .brands-wrapper ul li{
	padding: 0 10px;
}
.brands-wrapper ul li .brand-wrap{
	width: 100%;
	width: calc( 100% - 1px);
	border: 1px solid #ddd;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: var(--default-transition);
}
.brands-wrapper ul li .brand-wrap:hover{
	border-color: var(--primary-color);
	transition: var(--default-transition);
}
.brands-wrapper ul li .brand-wrap .brand-thumb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    max-height: 160px;
}
.brand-meta{
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	min-height: 33px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--primary-color);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transform: translateY(100%);
	transition: var(--default-transition);
}
.brands-wrapper ul li .brand-wrap .brand-thumb img{
	max-width: 100%;
	max-height: 100%;
}
.brands-wrapper ul li .brand-wrap:hover .brand-meta{
	transform: translateY(0%);
	transition: var(--default-transition);
}
.brand-meta span{
	padding: 0 3px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .brands-wrapper ul li{
	width: 100%;
}
.template-wrapper .col-sidebar .widget.widget-slider .brands-wrapper ul li .brand-wrap{
	border: none;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .brands-wrapper ul li .brand-wrap{
	border: none;
	min-height: unset;
	justify-content: flex-start;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .brand-thumb{
	width: 60px;
	height: 60px;
	min-height: unset;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: var(--default-transition);
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .brands-wrapper ul li .brand-wrap:hover .brand-thumb{
	border-color: var(--primary-color);
	transition: var(--default-transition);
}
.template-wrapper .col-sidebar .widget.widget-slider .brand-meta{
	display: none;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .brand-meta{
	font-size: 15px;
	position: static;
	transform: none;
	background-color: transparent;
	color: #000;
	transition: var(--default-transition);
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .brand-wrap:hover .brand-meta{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .brand-meta span{
	padding: 0 10px;
}
@media (max-width: 1480px) and (min-width: 768px){
	.brands-wrapper ul li {
		width: 33.33333333%;
	}
}
@media (max-width: 767px) {
	.brands-wrapper ul li {
		width: 100%;
	}
}
/*==============================
	Listing Page Code  
===============================*/
.listing-wrapper {
    padding: 30px 0;
}
.listing-items-wrap {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}
.listing-items-wrap .custom-block{
	padding: 20px 20px 0;
	border-radius: 0 0 6px 6px;
}
.filter-wrapper{
	padding: 0 5px;
}
.filter-wrapper ul li{
	width: 100%;
	float: left;
	margin: 0 0 9px;
}
.filter-wrapper ul li:last-child{
	margin: 0;
}
.filter-wrapper ul li:first-child{
	margin: 5px 0 9px;
}
.filter-wrapper ul li .filter-heading{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
	display: block;
	margin: 0 0 6px;
}
.filter-wrapper ul li .custom-control:not(:last-child){
	margin: 0 0 15px;
}
.filter-wrapper ul li .custom-control span {
	font-size: 13px;
	font-weight: normal !important;
}
.filter-wrapper ul + .btn {
	width: 100%;
    text-transform: uppercase;
	padding: 9px 12px;
	text-transform: uppercase;
    border-radius: 3px;
}
.listing-items-filter {
    background-color: #FFF;
    min-height: 70px;
	border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 20px;
	border-radius: 6px 6px 0 0;
    position: relative;
    z-index: 1;
	/* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15); */
}
.listing-items-filter > .leftbar, .listing-items-filter > .rightbar{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.listing-items-filter > .leftbar .items-view, .listing-items-filter > .leftbar .items-filter{
	width: 40px;
	height: 40px;
	font-size: 20px;
	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 > .rightbar .form-group{
	margin: 0 !important;
}
.listing-items-filter > .leftbar .items-view:hover, .listing-items-filter > .leftbar .items-view.active, .listing-items-filter > .leftbar .items-filter:hover, .listing-items-filter > .leftbar .items-filter.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{
	font-size: 13px;
	margin: 0 5px;
}
.listing-items-filter > .rightbar .filter-control .form-control{
	font-size: 13px;
	width: auto;
	min-width: 60px;
	height: 30px;
    border-radius: 3px;
}
.listing-items-wrap .listing-items.list-view ul.row li[class*=col]{
	width: 100%;
}
.listing-items-wrap .listing-items.list-view ul li .item-wrap{
	display: flex;
    flex-wrap: wrap;
}
.listing-items-wrap .listing-items.list-view ul li .item-thumb {
	width: 200px;
	height: 200px;
	border-bottom: none;
    border-right: 1px solid #ddd;
	margin: 0;
	border-radius: 0;
}
.listing-items-wrap .listing-items.list-view ul li .item-meta {
	width: calc( 100% - 200px );
    padding: 10px 15px;
	border: none;
	display: block;
}
.listing-items-wrap .listing-items.list-view ul li .item-name {
    font-size: 18px;
    margin: 0 0 10px;
    display: block;
	text-align: left;
	min-height: unset;
	transition: color 0.3s ease-in-out;
}
.listing-items-wrap .listing-items.list-view ul li .item-rating div[class^='rating']{
	background-position: left;
}
html[dir="rtl"] .listing-items-wrap .listing-items.list-view ul li .item-rating div[class^='rating']{
	background-position: right;
}
.listing-items-wrap .listing-items.list-view ul li .item-meta .btn {
	width: auto;
	padding: 8px 20px;
    position: static;
	transform: none;
	margin: 0 10px 0 0;
	display: inline-block;
}
html[dir="rtl"] .listing-items-wrap .listing-items.list-view ul li .item-meta .btn{
	margin: 0 0px 0 10px;
	width: auto !important;
}
.listing-items-wrap .listing-items.list-view ul li .item-meta .btn span{
	opacity: 1;
	margin: 0 0 0 5px !important;
}
.listing-items ul li .item-meta .btn, .listing-items-wrap .listing-items.list-view ul li .item-thumb .btn{
	display: none;
}
.listing-items-wrap .listing-items.list-view .item-btn-meta {
    display: flex;
    flex-wrap: wrap;
}
.listing-items-wrap .listing-items.list-view ul li .item-buttons {
    position: static;
    transform: none;
	display: inline-block;
	border: none;
}
.listing-items-wrap .listing-items.list-view ul li .item-buttons ul li a {
	font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0 10px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	transition: var(--default-transition);
}
.listing-items-wrap .listing-items.list-view ul li .item-buttons ul li:after{
	display: none !important;
}
.listing-items-wrap .listing-items.list-view ul li .item-buttons ul li a:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #FFF !important;
	transition: var(--default-transition);
}
.listing-items-wrap .listing-items.list-view ul li .item-buttons ul li a:hover i{
	color: #FFF !important;
}
.listing-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.span-pages{
	font-size: 13px;
	color: #333;
}
.span-pages strong{
	color: #000;
	display: inline-block;
}
.listing-pagination ul{
	margin: 0 0 0 auto;
}
.listing-pagination ul li{
	float: left;
}
.listing-pagination ul li a, .listing-pagination ul li span{
	font-size: 13px;
	color: #000;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	transition: var(--default-transition);
}
.listing-pagination ul li a i, .listing-pagination ul li span i{
	font-size: 22px;
	font-weight: 500;
	color: #666;
	transition: var(--default-transition);
}
.listing-pagination ul li a:hover, .listing-pagination ul li.active a, .listing-pagination ul li span:hover, .listing-pagination ul li.active span{
	color: #FFF;
	background-color: var(--primary-color);
	transition: var(--default-transition);
}
.listing-pagination ul li a:hover i, .listing-pagination ul li.active a i, .listing-pagination ul li span:hover i, .listing-pagination ul li.active span i{
	color: #FFF;
	transition: var(--default-transition);
}
.listing-pagination ul li.first-li, .listing-pagination ul li.prev-link{
	margin: 0 5px 0 0;
}
.listing-pagination ul li.last-li, .listing-pagination ul li.next-link{
	margin: 0 0 0 5px;
}
.listing-pagination ul li.first-li a, .listing-pagination ul li.prev-link a, .listing-pagination ul li.last-li a, .listing-pagination ul li.next-link a,
.listing-pagination ul li.first-li span, .listing-pagination ul li.prev-link span, .listing-pagination ul li.last-li span, .listing-pagination ul li.next-link span{
	border-radius: 3px;
}
.filters-header {
    width: calc( 100% + 30px );
    position: sticky;
    top: 0;
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    margin: 0 -15px 15px;
    z-index: 10;
}
.filters-header span{
    font-size: 20px;
    font-weight: 500;
}
.filters-header i {
    font-size: 20px;
    color: #999;
    margin: 0 0 0 auto;
}
.widget-filters ul li{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.widget-filters ul li:last-child{
	margin: 0 0 5px;
}
.widget-filters ul li .custom-control, .widget-filters ul li .filter-list-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}
.widget-filters ul li .filter-list-thumb{
	width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px 0 0;
	transition: var(--default-transition);
}
.widget-filters ul li:hover .filter-list-thumb{
	border-color: var(--primary-color);
	transition: var(--default-transition);
}
.widget-filters ul li .filter-list-thumb img{
	max-width: 100%;
	max-height: 100%;
}
.widget-filters ul li .filter-list-wrap span{
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 1px;
	transition: var(--default-transition);
}
.widget-filters ul li:hover .filter-list-wrap span{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.widget-filters ul li .filter-list-wrap p{
	font-size: 11px;
	color: #333;
	margin: 0;
}
.widget-filters ul li .custom-indicator {
    width: 14px;
    height: 14px;
    left: auto;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.widget-filters ul li .custom-indicator:after {
    top: 0;
    left: 4px;
    width: 5px;
    height: 9px;
}
.widget-rich_text img{
	max-width: 100% !important;
	height: auto !important;
}
/*==============================
	Collection Page Code  
===============================*/
.collection-header{
	height: 250px;
	position: relative;
	margin: 0 0 20px;
	overflow: hidden;
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.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 h2{
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}
.collection-listing ul, .collection-listing ul li {
    display: flex;
	flex-wrap: wrap;
}
.collection-listing ul li{
	margin: 10px 0 20px;
}
.collection-listing ul li a, .collection-meta {
	width: 100%;
}
.collection-wrap {
    width: 100%;
	width: calc( 100% - 1px);
	float: left;
	padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
	justify-content: center;
	transition: var(--default-transition);
}
.collection-thumb{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 16px 0 12px;
}
.collection-thumb img{
	max-width: 100%;
}
.collection-meta .collection-name{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
	display: block;
	text-align: center;
	transition: var(--default-transition);
}
.collection-meta p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	display: block;
	text-align: center;
	margin: 0 0 12px;
}
.collection-meta .collection-name, .collection-meta p{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.collection-wrap:hover{
	border-color: var(--primary-color);
	transition: var(--default-transition);
}
.collection-wrap:hover .collection-name{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.template-wrapper .widget:not(.widget-slider) .collection-listing ul{
	margin: 0 -10px;
}
.template-wrapper .widget:not(.widget-slider) .collection-listing ul li{
	padding: 0 10px;
}
.template-wrapper .collection-listing ul li, .template-wrapper .category-listing ul li{
	margin: 0 0 20px;
}
.template-wrapper .widget.widget-slider .collection-listing ul li{
	padding: 0;
}
.template-wrapper .col-main .collection-wrap, .template-wrapper .col-sidebar .widget:not(.widget-slider) .collection-wrap{
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	min-height: 100px;
	padding: 10px;
}
.template-wrapper .col-main .collection-wrap .collection-thumb{
	width: 80px;
	height: 80px;
	margin: 0;
}
.template-wrapper .collection-wrap .collection-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
}
.template-wrapper .col-main .collection-wrap .collection-meta, .template-wrapper .col-sidebar .widget:not(.widget-slider) .collection-wrap .collection-meta{
	width: calc( 100% - 80px );
}
.template-wrapper .col-main .collection-wrap .collection-meta .collection-name, .template-wrapper .col-sidebar .widget:not(.widget-slider) .collection-wrap .collection-meta .collection-name, .template-wrapper .col-main .collection-wrap .collection-meta p, .template-wrapper .col-sidebar .widget:not(.widget-slider) .collection-wrap .collection-meta p{
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 0 10px;
}
.template-wrapper .collection-wrap .collection-meta p{
	font-size: 13px;
}
.template-wrapper .collection-meta .collection-name{
	font-size: 15px;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .collection-listing ul li{
	width: 100%;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .collection-wrap{
	border: none;
	padding: 0;
	min-height: unset;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .collection-thumb{
	width: 60px;
	height: 60px;
	margin: 0;
}
.template-wrapper .col-sidebar .widget:not(.widget-slider) .collection-thumb img {
    width: 60px;
    height: 60px;
}
.template-wrapper .col-sidebar .widget.widget-slider .collection-wrap{
	border: none;
}
.template-wrapper .col-sidebar .widget.widget-slider .collection-thumb {
    margin: 6px 0 12px;
}
.template-wrapper .col-sidebar .widget.widget-slider  .collection-meta p{
	margin: 0;
}
@media (max-width: 1480px) and (min-width: 1200px){
	.template-wrapper .collection-listing ul li{
		width: 50%;
	}
}
/*==============================
	Service Box Code  
===============================*/
.template-wrapper .col-main .widget.widget-info .widget-header{
	display: none;
}
.template-wrapper .col-main .widget.widget-info .widget-body{
	padding: 20px 10px;
}
.service-box ul{
	display: flex;
	flex-wrap: wrap;
}
.template-wrapper .col-sidebar .service-box ul{
	margin: 10px 0 5px;
}
.service-box ul li {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.template-wrapper .col-main .service-box ul li{
	width: 25%;
	min-height: 80px;
	padding: 0 20px;
	border-right: 1px solid #e5e5e5;
}
.template-wrapper .col-main .service-box ul li:last-child{
	border: none !important;
}
.template-wrapper .col-sidebar .service-box ul li + li{
	margin: 15px 0 0;
}
.service-box ul li > .leftbar{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}
.service-box ul li > .leftbar img{
	max-width: 32px;
}
.service-box ul li > .rightbar{
	width: calc( 100% - 60px );
	padding: 0 0 0 15px;
	text-align: left;
}
.template-wrapper .col-sidebar .service-box ul li > .rightbar{
	padding: 0 0 0 10px;
}
.service-box ul li > .leftbar i{
	font-size: 34px;
	color: #8C939F;
	transition: var(--default-transition);
}
.service-box ul li > .rightbar span, .service-box ul li > .rightbar p{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service-box ul li > .rightbar span{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	transition: var(--default-transition);
}
.service-box ul li > .rightbar p{
	color: #333;
	margin: 0;
}
.service-box ul li:hover > .leftbar i, .service-box ul li:hover > .rightbar span{
	color: var(--primary-color);
	transition: var(--default-transition);
}

@media (max-width: 1480px) and (min-width: 768px){
	.template-wrapper .col-main .service-box ul li{
		width: 50%;
	}
	.template-wrapper .col-main .service-box ul li:nth-child(1), .template-wrapper .col-main .service-box ul li:nth-child(2){
		border-bottom: 1px solid #e5e5e5;
	}
	.template-wrapper .col-main .service-box ul li:nth-child(2){
		border-right: none;
	}
}
@media (max-width: 767px){
	.template-wrapper .col-main .service-box ul li{
		width: 100%;
		padding: 0;
		border-right: none !important;
	}
	.template-wrapper .col-main .service-box ul li:not(:last-child){
		border-bottom: 1px solid #e5e5e5;
	}
}
/*==============================
	Newsletter Code  
===============================*/
.newsletter-wrapper .row, .newsletter-wrapper div[class*=col] {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.newsletter-wrapper .newsletter-meta, .newsletter-inner{
	width: 100%;
	display: flex;
	align-items: center;
}
.newsletter-wrapper .newsletter-meta, .newsletter-inner .form-group{
	width: 100%;
	display: flex;
	margin: 0;
}
.newsletter-wrapper .newsletter-meta i{
	font-size: 52px;
	color: var(--primary-color);
}
.newsletter-wrapper .newsletter-meta span{
	line-height: 18px;
}
.template-wrapper .col-main .newsletter-wrapper .newsletter-meta span{
	padding: 0 20px;
}
.newsletter-form{
	width: 100%;
}
.newsletter-form .form-control{
	height: 40px;
	border-radius: 3px;
}
.newsletter-form .form-control.error{
	background: #FFF url(../img/newsletter_error.svg) no-repeat right 10px center/20px;
	border-color: #E94141 !important;
}
.newsletter-form .form-control.error:hover{
	box-shadow: 0 0 0 3px rgba(243, 112, 112, 0.25) !important;
}
.newsletter-form .form-control.error:focus{
	box-shadow: 0 0 0 3px rgba(243, 112, 112, 0.45) !important;
}
.newsletter-form .btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 9px 15px;
    min-width: 138px;
	align-self: center;
}
.template-wrapper .col-main .newsletter-form .btn{
	align-self: center;
	margin: 0 0 0 10px;
}
.template-wrapper .col-sidebar .newsletter-wrapper .newsletter-meta, .template-wrapper .col-sidebar .newsletter-inner, .template-wrapper .col-sidebar .newsletter-inner .form-group {
	flex-direction: column;
}
.template-wrapper .col-sidebar .newsletter-wrapper div[class*=col] {
	width: 100%;
}
.template-wrapper .col-sidebar .newsletter-wrapper{
	padding: 10px;
}
.template-wrapper .col-sidebar .newsletter-wrapper .newsletter-meta span{
	text-align: center;
	margin: 0 0 15px;
}
.template-wrapper .col-sidebar .newsletter-wrapper .newsletter-meta i{
	margin: 10px 0 20px;
}
.template-wrapper .col-sidebar .newsletter-form .form-control{
	margin: 0 0 10px;
}
/*==============================
	Login Screens Code
===============================*/
.login-wrapper{
	padding: 85px 0 50px;
	padding: 50px 0;
}
.login-box {
    position: relative;
    width: 340px;
    margin: 35px auto;
    background: #FFF;
    border: 2px solid var(--primary-hover-color);
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
}
.custom-steps ~ .login-box {
    width: 100%;
    max-width: 800px;
}
.custom-modal .login-box {
	margin: 0;
}
.login-box.guest-login {
    width: 750px;
}
.login-box-wrap{
	width: 100%;
	float: left;
	padding: 65px 20px 0;
}
.guest-login .first[class*=col] .login-box-wrap {
    padding: 50px 20px 0;
}
.login-box.guest-login .row {
    display: flex;
    flex-wrap: wrap;
}
.guest-login .first[class*=col]{
	padding: 15px 0 0 15px;
	text-align: center;
}
.guest-login .second[class*=col] {
    border-left: 1px solid #ddd;
	padding: 0 15px 0 0;
}
.login-box-icon{
	width: 80px;
	height: 80px;
	background-color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 5px rgba(var(--primary-color-rgba), .4);
	position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 5;
}
.login-box-icon i{
	font-size: 30px;
	color: #FFF;
}
.login-box-title{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	display: block;
	text-align: center;
	margin: 0 0 25px;
}
.login-box:not(.guest-login) .login-box-title{
	text-transform: uppercase;
}
.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: #0ec186;
}
.login-panel{
	display: none;
}
.guest-login .first[class*=col] p{
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 20px;
}
.guest-login .first[class*=col] .btn {
    font-size: 16px;
    font-weight: 700;
    padding: 7px 12px 9px;
}
.login-box .custom-control{
	display: inline-block;
	margin: 0 25px 3px 0;
}
.login-box .form-group{
	margin: 0 0 20px;
}
.login-box label{
	font-size: 14px;
	font-weight: 500;
}
.login-box .form-control{
	font-size: 13px;
	height: 36px;
	border: 1px solid #ccc;
}
.login-box .btn{
	font-size: 16px;
	font-weight: 700;
	padding: 7px 12px 9px;
}
.login-box:not(.guest-login) .btn{
	text-transform: uppercase;
}
.login-footer, .login-header{
	min-height: 50px;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 100% + 40px );
    position: relative;
    left: -20px;
	padding: 0 20px;
	margin: 5px 0 0;
}
.login-header {
    min-height: 36px;
    border-bottom: 1px solid #ddd;
    justify-content: flex-start;
	margin: 0 0 20px;
}
.login-footer span, .login-header span{
	font-size: 13px;
	color: #333;
}
.login-header span{
	width: 100%;
	display: flex;
}
.login-header span .user-email {
	display: inline-block;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
}
.login-footer span a{
	font-weight: 700;
	color: var(--primary-color);
	display: inline-block;
}
.login-header span a{
	font-weight: 500;
	color: #000;
	margin: 0 0 0 auto;
}
.forgot-link{
	font-size: 13px;
	color: var(--primary-color);
}
.forgot-link:hover, .forgot-link:focus{
	color: var(--primary-hover-color);
}
.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;
}
.otp-wrap .form-control.active{
	border-color: var(--primary-color);
}
.error .otp-controls, .error .otp-wrap .form-control{
	border-color: #C9252D !important;
}
.otp-wrap + p {
    font-size: 13px;
    margin: 10px 0 0;
}
.login-wrapper .alert{
	width: 340px;
    margin: 0 auto 70px;
    float: none;
}
.login-wrapper .alert + .guest-profile-wrap{
	margin-top: -30px;
}
.login-wrapper.guest-wrapper .alert{
	width: 750px;
}
.login-modal .modal-dialog{
	width: 340px;
}
.login-modal .modal-content, .login-modal .modal-body{
	padding: 0;
	background-color: transparent;
	overflow: visible;
}
.login-modal .login-box > .row{
	margin: 0;
}
.login-modal .login-box-wrap {
    padding: 65px 5px 0;
}
.login-close{
	display: none;
}
.login-modal .login-close{
	font-size: 20px;
    color: #666;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}
.login-modal .alert{
    min-height: 52px;
    border: 1px solid #ddd;
    padding: 9px 25px 9px 65px;
    margin: 0 0 25px;
}
.login-modal .alert:after{
	left: 52px;
}
.login-modal .alert.alert-error {
    background: #FFF url(../img/alert_bg/error.svg) no-repeat 12px 13px/30px !important;
}
html[dir="rtl"] .login-modal .alert{
    padding: 9px 65px 9px 25px;
}
html[dir="rtl"] .login-modal .alert:after{
	left: auto;
	right: 52px;
}
html[dir="rtl"] .login-modal .alert.alert-error {
    background: #FFF url(../img/alert_bg/error.svg) no-repeat 96% 13px/30px !important;
}
/*==============================
	Detail page Code  
===============================*/
.detail-wrapper{
	padding: 30px 0;
}
.detail-box{
	background-color: #FFF;
	border-radius: 6px;
	margin: 0 0 15px;
	-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
}
.detail-box-header{
	padding: 15px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.detail-box-header .item-price-wrap .btn-tax_info{
	display: none;
}
.detail-box-header .item-price-wrap p{
	margin: 0;
}
.detail-box-header .item-price-wrap{
	gap: 10px;
	align-items: center;
}
.detail-box-header .item-title{
	width: calc( 100% - 350px );
	float: left;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	margin: 0;
}
.item-price-wrap{
	width: 350px;
	float: right;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 0 auto;
}
.item-price-wrap .price-wrapper.price{
	display: flex;
	align-items: center;
}
.item-price-wrap .price-wrapper.price .special-price, .item-price-wrap .price-wrapper.price .regular-price {
    font-size: 28px;
    font-weight: 700;
	order: 2;
}
.item-price-wrap .price-wrapper.price .special-price + .regular-price {
	font-size: 20px;
	font-weight: 400;
	color: #E94141;
	order: 1;
	position: relative;
    top: 2px;
	margin: 0 20px 0 0 !important;
}
.item-price-wrap .price-wrapper.price .special-price + .regular-price:before{
	background: #E94141;
}
.detail-box-body{
	padding: 20px;
}
.product-slider {
    position: relative;
}
.product-slider ul.lightSlider > li {
    min-height: 600px;
	background: #f6f6f6;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.product-slider ul.lightSlider > li img {
    max-width: 100%;
}
.product-slider .lSSlideOuter .lSPager.lSGallery {
    margin-top: 15px !important;
    display: flex;
}
.detail-wrapper .item-rating{
	margin-bottom: 0;
}
.product-slider .lSSlideOuter .lSPager.lSGallery li a{
	min-height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.product-slider .lSSlideOuter .lSPager.lSGallery li.active a, .product-slider .lSSlideOuter .lSPager.lSGallery li:hover a {
    border: 1px solid var(--primary-color);
    transition: var(--default-transition);
}
.product-slider .lSAction>a {
	width: 40px;
	height: 40px;
	background-color: var(--primary-color);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	border-radius: 50%;
	opacity: 1;
	z-index: 50;
	-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
	transition: var(--default-transition);
}
.product-slider .lSAction>a:hover{
	background-color: var(--primary-hover-color);
	transition: var(--default-transition);
}
.product-slider .lSAction>a.lSPrev {
	background-image: url(../img/slider_arrows/arrow-left-white.svg);
}
.product-slider .lSAction>a.lSNext {
	background-image: url(../img/slider_arrows/arrow-right-white.svg);
}
.product-meta ul.meta-ul>li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
	margin: 0 0 20px;
}
.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;
	margin: 0 0 15px;
}
.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;
	margin: 0;
}

.product-meta ul.meta-ul>li.wrapper-li-add-cart .frm-add-cart  select.bundle-control{
	font-size: 14px;
	color: #000;
	background-color: transparent;
	border: 1px solid #ddd;
	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;
}
.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: 200px;
	}
}
@media (max-width:767px) {
	.bundle-listing{
		margin: 10px 0px;
	}
	.product-meta ul.meta-ul>li.wrapper-li-add-cart .frm-add-cart select.bundle-control{
		max-width: 200px !important;
	}
}

.product-price span{
	display: inline-block !important;
}
.product-meta .stock-info{
	font-size: 14px;
    font-weight: 500;
    color: #FFF;
    background-color: var(--primary-color);
    padding: 3px 10px 5px 15px;
    min-width: 100px;
    text-align: center;
    border-radius: 3px;
	margin: 0 0 20px;
}
.product-meta .stock-info .stock-qty::before{
	background-color: rgba(0,0,0,0.15);
	top: -3px;
    bottom: -5px;
}
.product-meta .stock-info.sold-out{
	background-color: #E94141;
}
html[dir="rtl"] .product-meta .stock-info{
	padding: 5px 15px 2px 10px;
}
html[dir="rtl"] .product-meta .stock-info .stock-qty::before{
	top: -5px;
	bottom: -2px;
}
.product-meta .hold-info {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 0 20px;
}
.product-meta ul.meta-ul>li .short-description {
	font-size: 20px;
	margin: 0 0 20px 0;
}
.product-sub-meta {
    display: flex;
	align-items: center;
    margin: 0 0 20px auto;
}
.product-sub-meta .review-counter{
    font-weight: 500;
    color: #333;
    margin: 0 5px 0 0;
}
.product-sub-meta .item-rating{
	width: 120px;
	float: left;
	cursor: pointer;
}
.product-sub-meta .add-review{
    font-weight: 500;
    color: #333;
    border-left: 1px solid #ddd;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
	transition: var(--default-transition);
}
.product-sub-meta .add-review i{
	display: inline-block;
	margin: 0 5px;
}
.product-sub-meta .add-review:hover{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.prodcut-offer-wrap{
	width: 100%;
    display: flex;
    outline: 2px solid #fff;
    border: 1px solid #DE3435;
    border-radius: 3px;
}
.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;
	border-radius: 3px 0 0 3px;
	margin-left: -1px;
	margin-right: -1px;
}
.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;
	border-radius: 0 3px 3px 0;
	padding: 0 10px;
}
.variant-btn .li-share ul.share-dropdown {
	display: none;
}
.variant-btn .li-share.open ul.share-dropdown {
	display: block;
}
.variant-btn .li-share ul.share-dropdown li a {
	margin: 0;
}
.variant-btn .li-share ul.share-dropdown li a:hover {
	background-color: #f5f5f5 !important;
}
.spec-grid table{
	width: 100%;
}
.spec-grid table tr:nth-child(odd){
	background-color: var(--secondary-color);
}
.spec-grid table tr td{
	padding: 10px 15px;
	vertical-align: middle;
}
.spec-grid table tr td:first-child {
	font-weight: 500;
    white-space: nowrap;
}
ul.custom-meta li{
	float: left;
	position: relative;
}
ul.custom-meta li:not(:last-child){
	margin: 0 8px 0 0;
}
html[dir="rtl"] ul.custom-meta li:not(:last-child){
	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;
}
ul.custom-meta li a{
	color: #000;
	transition: var(--default-transition);
}
ul.custom-meta li a:hover{
	color: var(--primary-color);
	transition: var(--default-transition);
}
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: 4px 15px;
	border: 1px solid #999;
	border-radius: 2px;
	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;
	z-index: 10;
    border: none;
	user-select: none;
	-webkit-box-shadow: 0px 1px 25px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 1px 25px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 1px 25px 0px rgb(0 0 0 / 25%);
}
.meta-dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    transform: translateX(-50%);
}
.meta-dropdown .dropdown-menu li a{
	background-color: transparent !important;
	padding: 14px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.meta-dropdown .dropdown-menu li:last-child a{
	border: none;
}
.meta-dropdown .dropdown-menu li.disabled a{
	background-color: #fafafa !important;
	user-select: none;
}
.meta-list{
	width: 100%;
	display: flex;
	align-items: center;
}
.meta-list-badge{
	min-width: 36px;
	min-height: 22px;
	font-size: 12px;
	font-weight: 700;
	color: #666;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin: 0 7px 0 0;
	transition: var(--default-transition);
}
.meta-dropdown .dropdown-menu li:not(.disabled) .meta-list-badge, .meta-dropdown .dropdown-menu li:not(.disabled).active .meta-list-badge{
	border-color: var(--primary-color);
	color: var(--primary-color);
	transition: var(--default-transition);
}
.meta-list-name{
	font-size: 13px;
	color: #000;
	text-transform: capitalize;
}
.meta-dropdown .dropdown-menu li.disabled .meta-list-badge, .meta-dropdown .dropdown-menu li.disabled .meta-list-name{
	opacity: .6;
}
.meta-list i{
	font-size: 18px;
	color: #ccc;
	opacity: 0;
	margin: 0 0 0 auto;
	transition: var(--default-transition);
}
.meta-dropdown .dropdown-menu li:not(.disabled):hover i{
	opacity: 1;
	transition: var(--default-transition);
}
.meta-dropdown .dropdown-menu li.active i{
	color: var(--primary-color);
	opacity: 1;
	transition: var(--default-transition);
}
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: 0 0 5px;
}
.product-control table td {
	font-size: 14px;
	vertical-align: top;
}
.product-control table td.first {
	min-width: 100px;
	color: #333;
}
.product-control table td.first span strong{
	font-weight: 500;
}
.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 0 15px;
}
.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: top;
}
.product-control table .unit-number{
	display: block;
	font-size: 10px;
    color: #666;
}
.product-control .price-wrapper.price{
	font-weight: 400;
}
.product-control .special-price, .product-control .regular-price {
    font-size: 16px;
	font-weight: normal;
	margin: 0 5px;
}
.product-control .special-price + .regular-price {
	font-size: 14px;
	color: #E94141;
    vertical-align: top;
}
.product-control .price-wrapper.price .special-price + .regular-price:before{
	background: #E94141;
}
.product-meta ul.meta-ul > li .btn {
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px 2px;
    display: inline-block;
    vertical-align: baseline;
	text-transform: none;
}
.product-meta ul.meta-ul > li .btn[class*="btn-tax"]{
	margin: 0 0 5px;
}
.variant-btn {
    padding: 5px 0 20px;
}
.variant-btn ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.variant-btn > ul > li:not(.li-cart):not(.li-notify) > a {
	font-size: 22px;
	width: 40px;
	height: 40px;
	color: var(--primary-color);
	background-color: #FFF;
	border: 1px solid var(--primary-color);
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: var(--default-transition);
}
.variant-btn ul li.added:not(.li-cart):not(.li-notify) a{
	color: #E94141;
	border-color: #E94141;
}
.variant-btn ul li.added:not(.li-cart) a i{
	display: none;
}
.variant-btn ul li.added:not(.li-cart) a i + i{
	display: inline-block;
}
.variant-btn ul li:not(.li-cart) a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFF;
    transition: var(--default-transition);
}
.variant-btn ul li a{
	margin: 0 10px 0 0;
}
.variant-btn ul li.li-cart .btn, .variant-btn ul li.li-notify .btn{
	font-weight: 500;
	width: 236px;
	height: 40px;
	text-transform: uppercase;
	display: flex;
    justify-content: center;
    align-items: center;
	background-position: center;
}
.variant-btn ul li.li-notify .btn{
	width: 180px;
}
.variant-btn ul li.li-cart .btn i, .variant-btn ul li.li-notify .btn i{
	font-size: 20px;
	color: #FFF !important;
	margin: 0 10px 0 0;
}
.variant-btn ul li.added:not(.li-cart) a:hover i{
	color: #FFF !important;
}
.variant-btn ul li.li-cart .btn.is-loading, .variant-btn ul li.li-notify .btn.is-loading {
    background-size: 40px !important;
    background-position: center !important;
    text-indent: -999999em;
	display: block;
}
.variant-btn ul li.li-stock {
	display: inline-block;
	width: 100%;
}
.stock-alert {
	color: var(--text-red);
	font-size: 11px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	padding: 0 0 10px;
}
.product-tabs .nav-tabs{
	border-bottom: 1px solid #e5e5e5;
	display: flex;
    justify-content: center;
    align-items: center;
}
.product-tabs .nav-tabs>li{
	margin: 0;
}
.product-tabs .nav-tabs>li>a{
	padding: 15px 35px;
	color: #000;
	background-color: #FFF !important;
	text-transform: uppercase;
	border: none !important;
	margin: 0 5px 0 0;
	border-radius: 0px;
	position: relative;
}
.product-tabs .nav-tabs>li>a::after{
	content: '';
	height: 3px;
	background-color: var(--primary-color);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	opacity: 0;
	transition: var(--default-transition);
}
.product-tabs .nav-tabs>li>a:hover::after, .product-tabs .nav-tabs>li.active>a::after{
	opacity: 1;
	transition: var(--default-transition);
}
.product-tabs .nav-tabs>li>a:hover{
	color: var(--primary-color);
}
.product-tabs .nav-tabs>li.active>a, .product-tabs .nav-tabs>li.active>a:focus, .product-tabs .nav-tabs>li.active>a:hover{
	font-weight: 700;
	color: var(--primary-color);
	cursor: pointer;
}
.product-tabs .tab-content{
	width: 100%;
	float: left;
	padding: 15px 20px;
}
.empty-tab{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 300px;
}
.empty-tab img{
	width: 60px;
	margin: 0 auto 20px;
}
.empty-tab span{
	font-size: 15px;
	color: #666;
	display: block;
}
.product-tabs h1, .product-tabs h2, .product-tabs h3, .product-tabs h4, .product-tabs h5, .product-tabs h6 {
	margin: 0 0 12px;
}
.product-tabs h4 {
	font-size: 16px;
}
.product-tabs p {
	line-height: 24px;
	margin: 0 0 12px;
}
.product-tabs ol, .product-tabs ul {
	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-color);
	text-decoration: underline;
}
.product-tabs table{
	width: 100%;
}
.product-tabs table tr:nth-child(odd){
	background-color: var(--secondary-color);
}
.product-tabs table tr td{
	padding: 10px 15px;
	vertical-align: top;
}
.product-tabs table tr td:first-child{
	font-weight: 500;
}
.product-tabs ul.custom-meta{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.product-tabs ul.custom-meta li{
	float: left;
	list-style-type: none;
}
.product-tabs ul.custom-meta li a{
	color: #000;
	text-decoration: none;
	transition: var(--default-transition);
}
.product-tabs ul.custom-meta li a:hover{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.reviews-wrapper > .leftbar{
	width: 350px;
	float: left;
}
.reviews-wrapper > .rightbar{
	width: calc( 100% - 375px );
	float: right;
}
ul.reviews-ul{
	padding: 0;
	margin: 0;
}
ul.reviews-ul li{
	width: 100%;
    float: left;
	line-height: unset;
	list-style-type: none;
	display: flex;
	margin: 0 0 20px;
}
ul.reviews-ul li > .leftbar{
	width: 60px;
	float: left;
}
ul.reviews-ul li > .middlebar{
	width: 190px;
	float: left;
	padding: 0 15px;
}
ul.reviews-ul li > .rightbar{
	width: calc( 100% - 250px );
	float: right;
	background-color: var(--secondary-color);
	padding: 10px 15px;
	border-radius: 0 3px 3px 3px;
	position: relative;
}
ul.reviews-ul li > .rightbar::before {
	content: '';
    width: 0;
    height: 0;
    border-top: 15px solid var(--secondary-color);
    border-right: 15px solid transparent;
    position: absolute;
    top: 0px;
    left: -15px;
    transform: rotate(-270deg);
}
ul.reviews-ul li > .leftbar span{
	width: 60px;
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	color: var(--primary-color);
	background-color: var(--secondary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.reviews-ul li > .middlebar span{
	font-weight: 700;
	line-height: 24px;
	display: block;
	margin: 0 0 -5px;
}
ul.reviews-ul li > .middlebar p{
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin: 0;
}
ul.reviews-ul li > .middlebar .item-rating div[class^='rating']{
	background-size: 76px;
	background-position: left;
}
ul.reviews-ul li > .rightbar span{
	font-size: 13px;
	color: #222;
	line-height: 20px;
	display: block;
}
ul.reviews-ul li:nth-child(even) > .leftbar span{
	background-color: #EEF7FC;
	color: #383E43;
}
ul.reviews-ul li:nth-child(even) > .rightbar{
	background-color: #EEF7FC;
}
ul.reviews-ul li:nth-child(even) > .rightbar::before {
    border-top: 15px solid #EEF7FC;
}
.reviews-meta{
	margin: 0 0 10px;
}
.reviews-meta > span{
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	display: block;
	text-align: center;
}
.reviews-meta strong{
	color: #000;
	display: inline-block;
}
.reviews-meta .reviews-meta-info {
    min-height: 40px;
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
	margin: 15px 0 5px;
}
.reviews-meta .reviews-meta-info span {
    font-size: 18px;
    color: #666;
    display: flex;
}
.reviews-meta .reviews-meta-info .item-rating div[class^='rating']{
	background-position: right;
    background-size: 122px;
}
.reviews-meta .reviews-meta-info + span{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #313131;
	display: block;
	text-align: center;
}
.reviews-progress ul{
	padding: 0;
	margin: 0 0 10px;
}
.reviews-progress ul li{
	width: 100%;
	display: flex;
	align-items: center;
	list-style-type: none;
	margin: 0 0 5px;
}
.reviews-progress ul li > .leftbar{
	width: 25px;
	float: left;
	font-size: 16px;
}
.reviews-progress ul li > .rightbar{
	width: calc( 100% - 25px );
	float: right;
}
.reviews-progress ul li > .rightbar .progress{
	height: 7px;
	background-color: #ddd;
	margin: 0;
	box-shadow: none;
}
.reviews-progress ul li > .rightbar .progress .progress-bar{
	background-color: #ccc;
	border-radius: 4px;
	box-shadow: none;
}
.reviews-progress ul li:nth-child(1) > .rightbar .progress .progress-bar{
	background-color: #0EC186;
}
.reviews-progress ul li:nth-child(2) > .rightbar .progress .progress-bar{
	background-color: #A5D631;
}
.reviews-progress ul li:nth-child(3) > .rightbar .progress .progress-bar{
	background-color: #FFCB4D;
}
.reviews-progress ul li:nth-child(4) > .rightbar .progress .progress-bar{
	background-color: #FB8A00;
}
.reviews-progress ul li:nth-child(5) > .rightbar .progress .progress-bar{
	background-color: #E94141;
}
.reviews-wrapper > .leftbar .reviews-progress + .btn{
	font-weight: 500;
	text-transform: uppercase;
}
.related-box-header{
	min-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.related-box-header span{
	font-size: 24px;
	font-weight: 500;
}
.related-box-body{
	padding: 20px 15px;
}
.related-box-body .listing-items-wrap, .related-box-body .listing-items ul.row {
	margin: 0;
}
.related-box-body .group-wrap, .related-box-body .service-wrap{
	top: auto;
	bottom: 10px;
}
.related-box-body .lSAction{
	display: none !important;
}
/*==============================
	Quick View Popup Code  
===============================*/
.quick-view-modal .modal-dialog{
	width: 1000px;
}
.quick-view-modal .modal-content,
.card-modal .modal-content{
	border: 2px solid var(--primary-color);
	border-radius: 5px;
}
.quick-view-modal .modal-body {
    padding: 0;
}
.quick-view-modal .detail-box{
	box-shadow: none;
}
.quick-view-modal .detail-box-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #FFF;
}
.quick-view-modal .product-slider ul.lightSlider > li{
	min-height: 400px;
}
.quick-view-modal .detail-box-header .item-title{
	font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.quick-view-modal .product-slider .lSSlideOuter .lSPager.lSGallery li a{
	min-height: 110px;
}
.quick-view-modal .item-price-wrap .price-wrapper.price .special-price, .quick-view-modal .item-price-wrap .price-wrapper.price .regular-price{
	font-size: 20px;
}
.quick-view-close, .card-modal-close {
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 30;
}
.custom-modal .modal-header .card-modal-close i{
	font-size: 16px;
	color: #FFF;
	transform: none;
}
html[dir="rtl"] .quick-view-close, 
html[dir="rtl"] .card-modal-close{
	right: auto;
	left: -10px;
}
.custom-modal.is-loading .quick-view-close, .custom-modal.is-loading .card-modal-close{
	display: none;
}
/*==============================
	Cart Page Code  
===============================*/
.cart-wrapper{
	padding: 30px 0;
}
ul.cart-ul + .btn, .checkout-block + .btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 25px;
    margin: 5px 0 20px;
}
.checkout-block + .btn{
	margin: 15px 0 20px;
}
ul.cart-ul li.cart-li {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
ul.cart-ul li.cart-li .cart-item-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.cart-ul li.cart-li .cart-item-wrap > .leftbar{
	width: 160px;
	float: left;
	padding: 5px;
	background-color: #FFF;
	position: relative;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
ul.cart-ul li.cart-li .cart-item-wrap > .leftbar img{
	max-width: 100%;
	max-height: 100%;
}
ul.cart-ul li.cart-li .cart-item-wrap > .rightbar{
	width: calc( 100% - 170px );
	float: right;
	padding: 14px 20px;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
ul.cart-ul li.cart-li .cart-item-wrap > .leftbar .cart-item-thumb{
	width: 100%;
	height: 100%;
	background-color: #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%;
}
ul.cart-ul li.cart-li .cart-item-wrap > .leftbar .group-wrap, ul.cart-ul li.cart-li .cart-item-wrap > .leftbar .service-wrap{
	width: 25px;
	height: 25px;
}
ul.cart-ul li.cart-li .cart-item-wrap > .leftbar .group-wrap i, ul.cart-ul li.cart-li .cart-item-wrap > .leftbar .service-wrap i{
	font-size: 16px;
}
ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-left{
	width: 70%;
	float: left;
}
ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-right{
	width: 28%;
	float: right;
	text-align: right;
}
.cart-item-left .cart-item-title{
	font-size: 18px;
	color: #333;
	line-height: 23px;
	display: inline-block;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 0 0 11px;
	transition: var(--default-transition);
}
.cart-item-left .cart-item-title:hover{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.cart-title-wrapper{
	display: flex;
}
.cart-item-bundle-info{
	display: inline-block;
}
.cart-item-bundle-info i{
	font-size: 12px;
	color: #fff;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px 8px 8px;
	border-radius: 2px;
}
@media (max-width:767px) {
	.cart-title-wrapper{
		justify-content: center;
		flex-wrap: wrap;
	}
}
.cart-item-quantity {
    width: 100%;
    float: left;
	margin: 0 0 10px;
}
.cart-item-quantity .qty-group{
	width: 90px;
	height: 28px;
}
.cart-item-quantity .qty-group .qty-minus, .cart-item-quantity .qty-group .qty-plus{
	width: 26px;
	height: 26px;
	background: -moz-linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(229, 229, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(229, 229, 229, 1) 100%);
}
.cart-item-quantity .qty-group input{
	width: calc( 100% - 52px );
	height: 26px;
}
.cart-quantity-counter span{
	font-size: 15px;
	color: #333;
}
.cart-quantity-counter span strong{
	color: #000;
	display: inline-block;
}
.btn-tax, .btn-offers, .btn-addons{
	font-size: 11px;
	font-weight: 500;
	padding: 3px 10px;
	text-transform: uppercase;
	border-radius: 2px;
	margin: 0 0 6px;
}
.btn-offers i {
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 3px 0 0;
}
html[dir="rtl"] .btn-offers i {
    margin: 0 0 0 3px;
}
.cart-item-price .price{
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 3px;
	display: block;
	display: flex;
	align-items: center;
}
.cart-item-price .special-price + .regular-price {
    font-size: 16px;
    color: #E94141;
}
.cart-item-price .price-wrapper.price .special-price + .regular-price:before {
    background: #E94141;
}
.item-price-saved *{
	font-size: 13px;
	font-weight: 400;
	color: #666;
	display: inline-block;
}
ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-right ul li{
	font-size: 14px;
	color: #333;
	line-height: 18px;
	margin: 0 0 8px;
}
ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-right ul li strong{
	color: #000;
	display: inline-block;
	margin: 0 3px;
}
.item-price-saved .price-wrapper{
	display: inline;
	margin: 0;
    line-height: 1;
}
.cart-item-del{
	width: 31px;
	height: 31px;
	background-color: #FFF;
	border: 1px solid #FFB7B7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	transition: var(--default-transition);
}
ul.cart-ul li.cart-li:hover > .cart-item-wrap .cart-item-del{
	border-color: #E94141;
	background-color: #E94141;
	border-radius: 3px;
	transform: translateY(-50%) rotate(135deg);
	transition: var(--default-transition);
}
.cart-item-del i{
	font-size: 16px;
	color: #E94141;
	position: relative;
	transition: var(--default-transition);
}
ul.cart-ul li.cart-li:hover > .cart-item-wrap .cart-item-del i{
	color: #FFF;
	top: 0;
	transform: rotate(135deg);
	transition: var(--default-transition);
}
.cart-footer-btn {
    display: flex;
    justify-content: space-between;
}
.cart-footer-btn .btn {
    font-size: 13px;
    padding: 8px 23px 7px;
    border-radius: 3px;
}
.popover{
	font-family: var(--primary-font);
	max-width: 230px;
	padding: 7px 10px 3px;
	border: 1px solid var(--primary-color);
	border-radius: 3px;
	z-index: 50;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
.modal-open .popover{
	z-index: 1060;
}
.btn-tax[aria-describedby="[class*=popover]"]{
	background-color: var(--primary-color);
}
.popover-content {
    padding: 0;
}
.popover>.arrow {
    border-width: 8px;
}
.popover.left>.arrow {
    right: -9px;
}
html[dir="rtl"] .popover.left>.arrow {
	right: auto;
    left: -9px;
}
.popover.top>.arrow {
    border-top-color: var(--primary-color);
}
ul.cart-popover li{
	width: 100%;
	float: left;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	margin: 0 0 3px;
}
ul.cart-popover li.first, ul.cart-popover li.last{
	width: calc( 100% + 20px );
	padding: 0 10px;
	position: relative;
	left: -10px;
}
ul.cart-popover li.first {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin: 0 0 5px;
}
ul.cart-popover li.last {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    font-size: 13px;
    font-weight: 500;
	color: #000;
	margin: 3px 0 0;
}
ul.cart-popover li.last .pull-right span{
	color: var(--primary-color);
}
ul.cart-popover li.first + li.last {
    border: none;
    padding-top: 0;
}
ul.cart-popover li.li-th {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    background-color: rgba(var(--primary-color-rgba), .07);
    border-bottom: 1px solid rgba(var(--primary-color-rgba), .3);
    min-height: 26px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
    left: -10px;
    width: calc( 100% + 20px );
    margin: -5px 0 5px;
}
ul.cart-popover li:not(li.first) + li ul.ul-sub-cart-popover li.li-th{
	border-top: 1px solid rgba(var(--primary-color-rgba), .3);
	margin: 5px 0;
}
.addons-grid-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}
.addons-grid-meta .price{
	font-size: 13px;
	font-weight: 500;
}
.addons-grid-meta i{
	font-size: 18px;
	color: #999;
	cursor: pointer;
}
.addons-footer-meta {
    width: 100%;
    float: left;
    display: flex;
    margin: 5px 0;
}
.addons-footer-meta .btn {
    font-size: 14px;
    font-weight: 700;
    padding: 9px 30px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 7px;
}
.addons-footer-meta .btn i {
    font-size: 20px;
    color: #FFF;
}
.cart-item-addons{
	background-color: #fafafa;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	padding: 10px 20px;
	margin: 10px 0 0;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
}
.cart-item-addons::before {
	content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #fafafa;
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    transform: translateX(-50%) rotate(-133deg);
	transition: var(--default-transition);
}
.cart-item-addons:not(.open){
	display: none;
}
.cart-addons-title{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 0 5px;
}
.cart-addons-title span{
	background-color: var(--primary-color);
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
    padding: 4px 11px 3px;
	text-transform: uppercase;
	border-radius: 3px;
}
.cart-item-addons ul.cart-ul li.cart-li .cart-item-wrap > .leftbar{
	width: 125px;
}
.cart-item-addons ul.cart-ul li.cart-li .cart-item-wrap > .rightbar{
	width: calc( 100% - 135px );
	padding: 15px 15px 5px;
}
.cart-item-addons .cart-item-left .cart-item-title{
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 8px;
}
.item-addons-meta {
	display: inline-block;
}
.item-addons-counter{
	font-size: 14px;
	color: #333;
	display: flex;
	align-items: center;
	transition: var(--default-transition);
}
.item-addons-counter i {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    position: relative;
    top: 1px;
    transition: var(--default-transition);
}
.item-addons-counter:hover, .item-addons-counter:focus, .item-addons-counter:hover i{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.item-addons-counter.open i{
	transform: rotate(90deg);
}
html[dir="rtl"] .item-addons-counter i{
	left: -2px;
}
html[dir="rtl"] .item-addons-counter:not(.open) i {
    transform: rotate(180deg);
}
.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;
}
.cart-right, .checkout-right{
	position: sticky;
	top: 60px;
}
.summary-block{
	padding: 8px 15px 0;
	background: #FFF;
	margin: 0 0 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.summary-block .summary-header i{
	font-size: 20px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 13px;
}
.summary-block-heading {
	font-size: 24px;
	font-weight: 700;
    color: var(--primary-color);
	line-height: 30px;
	text-transform: capitalize;
    width: calc( 100% + 30px );
    position: relative;
	left: -15px;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 15px 17px;
	margin: 0 0 5px;
}
.summary-block-header, .summary-block-body {
    display: flex;
    flex-wrap: wrap;
}
.summary-block-header span{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 17px;
	flex: 1;
	margin: 6px 0;
}
.summary-block-header a{
	font-size: 14px;
	color: #276FFF;
	text-decoration: underline;
}
.summary-sub-header{
	display: flex;
	align-items: center;
	margin: 7px 0 10px;
}
.summary-sub-header span{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	flex: 1;
}
.summary-block .summary-sub-header .btn{
	font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
    padding: 2px 18px;
    margin: 0;
}
.summary-block-body p{
	width: 100%;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin: 0;
}
.summary-block-listing {
	width: calc( 100% + 30px );
	display: inline-block;
    position: relative;
    left: -15px;
	padding: 0 15px;
}
.summary-block-listing + .summary-block-listing{
	border-top: 1px solid #e5e5e5;
	margin: 6px 0 0;
	padding: 6px 15px 0;
}
.summary-block-listing ul{
	width: 100%;
}
.summary-block-listing ul li{
	width: 100%;
	float: left;
	padding: 2px 0;
	margin: 0 0 10px;
}
.summary-block-listing ul li span{
	font-size: 16px;
    color: #000;
    line-height: 24px;
}
.summary-block-listing ul li .pull-right span{
	font-weight: 500;
}
.summary-block-listing ul li.li-redeem {
    background-color: rgba(var(--primary-color-rgba), .05);
    border-bottom: 1px solid #e5e5e5;
    width: calc( 100% + 30px );
    position: relative;
    left: -15px;
    padding: 0 15px;
    margin: -5px 0 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.summary-block-listing ul li.li-redeem span{
	font-size: 13px;
	font-weight: 500;
	color: #333;
}
.summary-block-listing ul li.li-redeem .pull-right{
	margin: 0 0 0 auto;
}
html[dir="rtl"] .summary-block-listing ul li.li-redeem .pull-right{
	margin: 0 auto 0 0;
}
.summary-block-listing ul li.li-redeem a{
	font-size: 13px;
	color: var(--primary-color);
}

.coupon-field-wrap .coupon-input-field{
    display: flex;
	padding-bottom: 4px;
}
.coupon-field-wrap label{
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
}
.coupon-field-wrap .coupon-input-field .form-control{
	height: 38px;
}
.coupon-field-wrap .coupon-input-field .btn{
    margin: 0;
    padding: 4px 14px;
    border-radius: 0;
}

.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;
    margin: 0 0 0 10px;
	text-transform: capitalize !important;
}
html[dir="rtl"] .loyalty-field .btn{
    margin: 0 10px 0 0;
}
.loyalty-table .table tr td{
	font-size: 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: 19px;
    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);
}
html[dir="rtl"] .cart-close-box{
	line-height: 22px;
}
.summary-block-listing ul li span .total-list-badge {
    display: inline-block;
    margin: 0 3px;
    line-height: normal;
    color: #666;
    position: relative;
    top: 2px;
	cursor: pointer;
}
.summary-block-listing ul li.li-total{
	width: calc( 100% + 30px );
	position: relative;
	left: -15px;
	padding: 18px 15px 12px;
	margin: 3px 0 20px;
	margin: 0;
	border-top: 1px solid #e5e5e5;
}
.summary-block-listing ul li.li-total span{
	font-size: 20px;
	font-weight: 700;
}
.summary-block + .btn, .summary-block .btn{
	font-size: 16px;
	font-weight: 700;
	padding: 13px 12px;
	border-radius: 3px;
	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: 15px;
	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;
}

.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;	
}

/*==============================
	Cart Modal Code  
===============================*/
.cart-modal .modal-content{
	background-color: #e4e4e4;
	position: relative;
}
.cart-modal .modal-header{
	border: none;
	background-color: #FFF;
	text-align: center;
	position: relative;
    z-index: 10;
    box-shadow: 0 0 2px rgb(0 0 0 / 15%), 0 1px 6px rgb(0 0 0 / 15%);
}
.cart-modal .modal-header .modal-title{
	font-size: 30px;
	font-weight: 700;
	color: #000;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cart-modal .modal-header i{
	font-size: 26px;
    color: #DE2727;
    position: absolute;
    top: 0;
    right: 0;
	padding: 23px 20px;
    cursor: pointer;
}
.cart-modal.custom-modal.full-modal .modal-body {
    min-height: unset;
    max-height: calc(100vh - 72px);
    padding: 25px 15px 0;
}
.cart-modal .cart-right{
	top: 0;
}
.cart-modal.cart-empty .cart-bar-mobile, .cart-modal:not(.cart-empty) .empty-wrap , .cart-modal.cart-empty .cart-modal-listing{
	display: none !important;
}
.cart-modal.cart-empty .modal-content{
	background-color: #FFF;
}
.cart-modal.cart-empty.custom-modal.full-modal .modal-body{
	padding: 0;
	overflow: hidden;
}
.cart-modal.cart-empty .container{
	width: 100% !important;
}
.cart-modal.cart-empty .empty-wrap {
    min-height: unset;
    height: calc( 100vh - 72px );
    box-shadow: none;
    border-radius: 0px;
    overflow: hidden;
}
/*==========================
	custom Steps Code  
===========================*/
.custom-steps{
	width: 100%;
	display: inline-block;
}
.custom-steps ul.steps{
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 4px 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: 50%;
    left: calc( 100% - 55px);
    transform: translateY(-50%);
}
.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: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 50%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 16%);
}
.custom-steps ul.steps li.active .step-circle, .custom-steps ul.steps li.completed .step-circle{
	border-color: var(--primary-color);
}
.custom-steps ul.steps li.completed .step-circle{
	background-color: var(--primary-color);
}
.custom-steps ul.steps li .step-circle span{
	font-size: 18px;
	font-weight: 700;
	color: #666;
	line-height: 24px;
}
.custom-steps ul.steps li.active .step-circle span{
	color: var(--primary-color);
}
.custom-steps ul.steps li.completed .step-circle span{
	display: none;
}
.custom-steps ul.steps li .step-circle i{
	font-size: 24px;
    color: #FFF;
	line-height: 40px;
	display: none;
}
.custom-steps ul.steps li.completed .step-circle i{
	display: block;
}
.custom-steps ul.steps li .step-name{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	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{
	font-weight: 700;
	color: #000;
}
/*==============================
	Checkout pages code  
===============================*/
.checkout-wrapper {
    padding: 25px 0;
}
.checkout-block{
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
/*==============================
	Custom Pages code  
===============================*/
.custom-page-wrap{
	padding: 25px 0;
}
.custom-page-block {
	width: 100%;
	float: left;
	padding: 25px 20px 15px;
	background-color: #FFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
}
.custom-page-block h1, .custom-page-block h2, .custom-page-block h3, .custom-page-block h4, .custom-page-block h5, .custom-page-block h6 {
    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;
}
/*==============================
	Contact us Page code  
===============================*/
.contact-wrapper{
	padding: 25px 0 30px;
}
.contact-block{
	padding: 20px;
	background-color: #FFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
}

.contact-heading{
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	display: block;
	margin: 3px 0 20px;
}
.contact-map {
    margin: 15px 0 0;
}
.contact-info{
	margin: 0 0 20px;
}
.contact-info p{
	font-size: 14px;
	color: #000;
}
.contact-info p strong{
	display: inline-block;
}
.contact-box .phone-wrap{
	margin: 0;
}
.contact-box .form-control{
	height: 36px;
	border: 1px solid #ccc;
}
.contact-box textarea.form-control{
	height: 200px;
}
.contact-box .btn {
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 25px;
    min-width: 160px;
	margin: 5px 0 0;
	background-position: center right 10px !important;
}
.contact-box .btn.is-loading{
	background-image: url(../img/loaders_bg/circle_loader_gray.svg) !important;
	padding: 9px 45px 9px 25px;
}
html[dir="rtl"] .contact-box .btn.is-loading{
	background-image: url(../img/loaders_bg/circle_loader_gray.svg) !important;
	padding: 9px 25px 9px 45px;
}
html[dir="rtl"] .contact-box .btn {
    margin: 5px 0 0;
}
.contact-attachment {
    border-top: 1px solid #e5e5e5;
    width: calc( 100% + 40px );
    position: relative;
    left: -20px;
    padding: 15px 20px 0;
	margin: 5px 0 0;
}
.contact-attachment ul li{
	padding: 8px 7px 8px 10px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 3px;
	margin: 5px 7px 0 0;
	-webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 16%);
}
html[dir="rtl"] .contact-attachment ul li{
	padding: 8px 10px 8px 7px;
	margin: 5px 0 0 7px;
}
.contact-attachment ul li span{
	font-size: 13px;
	color: #333;
}
.contact-attachment ul li i {
    font-size: 15px;
    color: #D52727;
    margin: 0 0 0 4px;
    display: inline-block;
    vertical-align: bottom;
	cursor: pointer;
}
html[dir="rtl"] .contact-attachment ul li i{
	margin: 0 4px 0 0;
	vertical-align: top;
    position: relative;
    top: 2px;
}
/*==============================
	Compare Product pages Code  
===============================*/
.compare-wrapper {
    padding: 25px 0;
}
.compare-grid{
	background-color: #FFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
}
.compare-grid .table-responsive{
	border-radius: 6px;
}
.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: none;
	border-left: 1px solid #ccc;
	position: relative;
}
.compare-grid .table>tbody>tr:nth-child(even):not(:last-child)>td{
	background-color: #F6F6F6;
}
.compare-grid .table>tbody>tr:last-child>td{
	border-top: 1px solid #ccc;
}
.compare-grid .table>tbody>tr>td.first-col{
	padding: 14px 30px;
	text-align: right !important;
	min-width: 150px;
	max-width: 150px;
	border-left: none;
}
.compare-grid .table>tbody>tr>td .img-wraper {
    width: 300px;
    height: 220px;
    margin: 0 auto;
    position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.compare-grid .table>tbody>tr>td .img-wraper img{
	max-width: 100%;
}
.compare-title{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	transition: var(--default-transition);
}
.compare-title:hover{
	color: var(--primary-color);
	transition: var(--default-transition);
}
.compare-grid .price{
	font-size: 16px;
	font-weight: 700;
}
.compare-grid .price-wrapper.price .special-price + .regular-price {
    color: #666;
}
.compare-btn .btn{
    min-width: 235px;
	padding: 9px 25px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 6px 0;
}
.compare-btn .btn i {
    font-size: 19px;
    margin: 0 5px;
    vertical-align: text-bottom;
}
.compare-meta{
	display: flex;
	position: absolute;
	top: 10px;
	right: 5px;
}
.compare-meta a{
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px 0 0;
	transition: var(--default-transition);
}
.compare-meta a i{
	font-size: 22px;
}
.compare-meta a i + i, .compare-meta a.added i {
	display: none;
}
.compare-meta a.added i + i{
	display: inline-block;
}

/*==============================
	Empty pages Code  
===============================*/
.empty-wrap{
	min-height: 540px;
	padding: 15px;
	background-color: #FFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
}
.empty-wrap svg{
	margin: 0 auto 20px;
}
.empty-wrap span{
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 12px;
}
.empty-wrap p{
	color: #333;
	line-height: 18px;
	margin: 0 0 30px;
	max-width: 500px;
    margin: 0 auto;
	margin-bottom: 30px;
}
.empty-wrap .btn {
    padding: 9px 32px 10px;
    font-weight: 700;
    text-transform: uppercase;
    align-self: center;
}
.empty-cart svg{
	width: 150px;
}
.no-found svg{
	width: 320px;
	margin: 0 auto 40px;
}
/*==============================
	Promotion listing pages Code  
===============================*/
.promotions-listing{
	padding: 20px 20px 0;
}
.promotions-listing ul, .promotions-listing ul li {
    display: flex;
    flex-wrap: wrap;
}
.promotions-listing ul li .promotion-wrap{
	width: 100%;
	float: left;
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 0 0 30px;
	overflow: hidden;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 10%);
	transition: var(--default-transition);
}
.promotions-listing ul li .promotion-wrap:hover{
	box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 20%);
	transition: var(--default-transition);
}
.promotions-listing ul li a{
	width: 100%;
}
.promotions-listing ul li .promotion-wrap .promotion-thumb{
	width: 100%;
	height: 200px;
}
.promotions-listing ul li .promotion-wrap .promotion-thumb img{
	max-width: 100%;
	height: 200px;
    object-fit: cover;
	object-position: center;
}
.promotions-listing ul li .promotion-wrap .promotion-meta{
	width: 100%;
	min-height: 80px;
	padding: 0 20px;
	display: flex;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar{
	width: calc( 100% - 280px );
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
	justify-content: center;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar h3{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	display: block;
	margin: 0 0 5px;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .leftbar p{
	font-size: 13px;
	color: #666;
	margin: 0;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 auto;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li{
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li + li{
	border-left: 1px solid #e5e5e5;
	padding: 0 0 0 15px;
    margin: 0 0 0 15px;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li p{
	font-size: 12px;
	color: #666;
	margin: 0;
}
.promotions-listing ul li .promotion-wrap .promotion-meta > .rightbar ul li span{
	font-size: 12px;
	font-weight: 700;
	color: #000;
	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;
}

/*============================================================
	Push Notification Modal
=============================================================*/
.push_ntf_modal .modal-body{
	min-height: auto;
}
.push_ntf_modal .modal-content{
	border-radius: 3px;
}
.push_ntf_modal .modal-dialog{
	padding: 0px 15px;
	background-color: transparent;
	width: auto;
    max-width: 470px;
	margin: 20px auto;
}
.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: 120px !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;
}

/*============================================================
	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:var(--primary-color);
}
.custom-switch .switch input:checked + label::after {
	margin-left: calc(2.375rem * 0.8);
}
.custom-switch .switch input:focus + label::before {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.custom-switch .switch input:disabled + label {
	color: #868e96;
	cursor: not-allowed;
}
.custom-switch .switch input:disabled + label::before {
	background-color: #e9ecef;
}	
html[dir="rtl"] .custom-switch .switch input + label::after{
	left: 0;
	right: 2px;
}
html[dir="rtl"] .custom-switch .switch input:checked + label::after{
    margin-right: calc(2.375rem* 0.8);
	margin-left: initial;
}
@media (max-width:576.98px) {
	.schedule-fields-inner{
		gap: 8px;
	}
	.checkout-options > .rightbar .form-group{
		width: 100% !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;
}
/*============================================================
	Promotional Bar Style
=============================================================*/
.promotional-bar{
	background-color: var(--primary-color);
	flex: 1 0 auto;
}
@media (max-width: 1440px) and (min-width: 1200px){
	.promotional-bar .container{
		width: 100%;
	}
}
.promotional-bar-inner{
	padding: 4px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	row-gap: 5px;
	column-gap: 40px;
}
.promotional-bar-inner .wrap-text *{
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: block;
}
.promotional-bar-inner .meta-wrapper{
	display: flex;
	align-items: center;
	gap: 8px;
}
.promotional-bar-inner .meta-wrapper .wrap-icon{
	font-size: 12px;
	color: #fff;
}
.promotional-bar-inner p{
	margin: 0;
}
.promotional-bar-inner .countdown-wrapper{
	display: flex;
	align-items: center;
	gap: 18px;
}
ul.countdown-list{
	display: flex;
	gap: 12px;
	
}
ul.countdown-list li span{
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
}
ul.countdown-list li p{
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
}
.promotional-bar-inner .btn-wrapper .btn{
	background-color: #fff;
	color: var(--primary-color);
	text-transform: capitalize;
	font-weight: 700;
	padding: 3px 8px;
	font-size: 12px;
}

@media (min-width:768px) {
	.promotional-bar-inner{
		gap: 100px;
		padding: 6px 0px;
	}
	.promotional-bar-inner .wrap-text *{
		font-size: 18px;
	}
	.promotional-bar-inner .meta-wrapper{
		gap: 15px;
	}
	.promotional-bar-inner .meta-wrapper .wrap-icon{
		font-size: 18px;
	}
	ul.countdown-list li span{
		font-size: 20px;
	}
	ul.countdown-list li p{
		font-size: 11px;
	}
	.promotional-bar-inner{
		flex-wrap: nowrap;
	}
	.promotional-bar-inner .btn-wrapper .btn{
		padding: 5px 10px;
		font-size: 14px;
	}
}

/*============================================================
	Back Office Order
=============================================================*/
.bo-order ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-title{
	font-size: 14px;
    margin-bottom: 2px;
}
.bo-order ul.cart-ul li.cart-li .cart-item-wrap > .leftbar{
	width: 60px;
    height: 60px;
}
.bo-order ul.cart-ul li.cart-li .cart-item-wrap > .rightbar{
	width: calc(100% - 60px);
	box-shadow: none;
}
.bo-order .checkout-panel-listing ul.cart-ul li.cart-li{
	margin-bottom: 14px;
}
.bo-order ul.cart-ul li.cart-li .cart-item-wrap > .rightbar{
	padding-top: 0;
}
.bo-order .cart-quantity-counter span{
	font-size: 13px;
}
.bo-order .cart-item-price .price{
	font-size: 16px;
}
.bo-order ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-meta-info .cart-price-info i[class*=icon-ticket]{
	font-size: 18px;
}
.bo-order .cart-box > .rightbar{
	background-color: #fff;
}
.bo-order ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-meta-info{
	padding: 0 !important;
}
.bo-order ul.cart-ul li.cart-li .cart-item-wrap > .rightbar .cart-item-right ul li{
	margin: 0 0 4px;
}
.bo-order .btn-tax{
	font-size: 10px;
	padding: 3px 6px;
	margin: 0 0 6px;
}
.bo-order .cart-item-quantity{
	margin: 0 0 6px;
}
.block-text p{
	margin-bottom: 0;
}
.bo-order .summary-block-listing ul li span{
	font-size: 14px;
}
.bo-order .summary-block-listing ul li.li-total span{
	font-size: 15px;
}
.bo-order .summary-block-listing ul li{
    margin: 0 0 6px;
}
.bo-order .summary-block-listing ul li.li-total{
    padding: 10px 15px 10px;
}
.bo-order .summary-block .btn{
	padding: 10px 12px 8px;
	font-size: 14px;
}
.bo-order .summary-sub-header span{
	font-size: 15px;
}
.bo-order .summary-block-heading{
	font-size: 18px;
}
.block-text{
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin-bottom: 0;
}
.summary-block-listing:has(.block-text){
	display: flex;
	flex-direction: column;
	gap: 8px;
}
/*============================================================
	Coupon Code Style
=============================================================*/
.coupon-code{
	padding: 6px 10px !important;
    border: 1px dashed #999;
    background: #fafafa;
    border-radius: 3px;
	display: flex;
    flex-direction: column;
    gap: 3px;
}
 .coupon-code > .pull-right{
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 4px;
}
.coupon-code .row-discount-meta{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coupon-discount-code-label{
    font-weight: 500;
	display: block;
	display: flex;
    align-items: center;
}
[dir="rtl"] .coupon-discount-code{
	direction: rtl;
    float: left;
}
.coupon-discount-code{
	font-size: 13px !important;
    color: #e75a5a!important;
	font-weight: 500;
    line-height: 19px;
}
.coupon-badge{
	background-color: #45ba9a !important;
    color: #fff !important;
	line-height: normal !important;
    border-radius: 3px;
    font-size: 11px !important;
    padding: 0 3px;
    margin: 0 4px;
	display: inline-block;
}
.coupon-badge .icon-currency-symbol-sa{
	font-size: .85em !important;
}