/*
Theme Name: SM Theme
Version: 1.0
Description: Welcome to chose my theme.
Tags: No tags available
License: Unlimited
License URI: Null
Text Domain: Default English(USA)
Devs: www.facebook.com/shamolsudakar.official
=====================================
font-family: 'Celias', sans-serif;
font-family: 'Siyamrupali', sans-serif;
=====================================
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Oxygen:wght@300;400;700&display=swap');
@font-face {
	font-family: "Siyamrupali";
	src: url(./fonts/Siyamrupali.ttf);
}

:root {
	--baseColor: #4A8B71;
	--baseColorHover: #42a07a;
	--baseColorInverse: #fff;
	--textColor: #253171;
	--textGray: #7079aa;
	--textGrayLight: #A9B4E1;
	--headerBgColor: #2C664F;
	--headerBgInverse: #FFF;
	--headerDividerColor: #1d5b43;
	--colorBlue: #0D6EFD;
	--colorGreen: #05D705;
	--colorRed: #cc1a1a;
}

body,h1,h2,h3,h4,*{
	margin: 0;
	padding: 0;	
}
body{
	overflow-x: hidden;
	font-family: 'Oxygen', sans-serif;
	color: var(--textColor);
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999999;
	background-color: #FFF;
}
.preloader::before{
	position: absolute;
	content: "";
	top: 35%; right: 0; left: 0;
	margin: auto;
	border: 1px solid #ececec;
	border-radius: 50%;
	border-top: 1px solid #adadad;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 0.7s linear infinite; /* Safari */
	animation: spin 0.7s linear infinite;
}
.preloader::after {
	content: "Please wait. Website is loading ...";
	position: absolute;
	top: 35%;
	right: 0;
	left: 0;
	margin: 60px auto 0;
	text-align: center;
	color: #868686;
}
.preloader[inside="true"]{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.preloader[inside="true"]::after{
	content: "";
}

[data-loading="true"]::after {
	position: relative;
	content: "\f110";
	font-family: "FontAwesome";
	font-weight: normal;
	left: 5px;
	-webkit-animation: spin 0.7s linear infinite;
	animation: spin 0.7s linear infinite;
	display: inline-block;
	line-height: 13px;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
a:link,a,a:focus{
	text-decoration: none;
	outline: none;
}
.w-full{
	width: 100%;
	box-sizing: border-box;
}

#contact-form {
	margin-top: 30px;
}
#contact-form input,#contact-form textarea{
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 15px;
}
#contact-form textarea{
	resize: vertical;
	min-height: 100px;
	margin-bottom: 5px;
}
.input-box{
	position: relative;
}
#contact-form label {
	position: absolute;
	top: -10px;
	left: 12px;
	background-color: #FFF;
	padding: 0 10px;
	font-weight: 300;
}
.alert-box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
	background-color: rgba(0,0,0,0.95);	
}
.alert-box p{
	width: 60%;
	padding: 20px;
	box-sizing: border-box;
	margin: 15% auto;
	border: 4px double #868686;
	color: #71e01d;
	text-align: center;
	border-radius: 12px;
	font-size: 1.5em;	
	position: relative;
}
.alert-box p span {
	position: absolute;
	top: -16px;
	right: -16px;
	padding: 6px 8px;
	background-color: #FFF;
	color: var(--textGray);
	font-size: 1em;
	border-radius: 100%;
	cursor: pointer;
}
input:focus, textarea:focus {
	outline: 1px solid var(--baseColor);
}
.flex-box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.flex-default{
	justify-content: flex-start;
}
.flex-center{
	align-items: initial;
}
.v-center {
	align-items: center;
}
.flex-box > .logo{
	flex: 0 0 251px;
	padding-right: 20px;
	border-right: 1px solid var(--headerDividerColor);
}
.flex-box > .search {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
}
.flex-box > .accounts {
	flex: 0 0 580px;
	justify-content: flex-end;
	align-items: center;
}
#area-top{
	padding: 15px 0;
	background-color: var(--headerBgColor);
	position: relative;
	z-index: 11;
	box-shadow: 0 -12px 27px rgba(0, 0, 0, 0.5);
}
#area-top::after {
	position: absolute;
	content: "";
	inset: 0;
	z-index: -1;
	background: url(./images/header-bg.jpg) repeat-x;
	background-size: auto 100%;
	opacity: .13;
}
.valign-center{	
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#area-top{
	padding: 0;
}
#area-top .flex-box > div{
	padding-top: 15px;
	padding-bottom: 15px;
}
.flex-box > .logo {
	display: flex;
	align-items: center;
}
.logo-brand a {
	display: inline-block;
}
.logo-brand img{
	max-width: 100%;
	max-height: 40px;
}
.module-list {
	float: right;
	list-style: none;
	margin: 0;
}
.module-list > li {
	/* float: left; */
	position: relative;
	padding-right: 20px;
	display: table-cell;
	vertical-align: middle;
}
.module-list > li.btns{
	padding-right: 5px;
}
.module-list > li.btns .button {
	padding: 7px 13px;	
}
.module-list > li:last-child{
	padding-right: 0;
}
.module-list > li p{
	margin: 0;
	font-weight: 600;
	color: var(--headerBgInverse);
}
.nav-list {
	list-style: none;
	padding: 10px 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.nav-list li{
	float: left;
	width: 100%;	
}
.nav-list li a {
	padding: 8px 15px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	color: var(--textGray);
}
.nav-list li:hover a{
	background-color: #f2f2f2;
}
.account-log{
	cursor: pointer;
}
.popup-modal {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 5;
	width: 200px;
	background-color: #FFF;
	display: none;
	box-shadow: 0 14px 20px -4px rgba(0,0,0,0.3);
	border-top: 3px solid var(--baseColorHover);
}
.mycart{
	display: flex;
	align-items: center;
	color: var(--headerBgInverse) !important;
}
.addtocart-ico {
	/* float: left; */
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 28px;
	position: relative;
	top: -3px;
}
.addtocart-ico .card-items-bag {
	position: absolute;
	top: -5px;
	right: -7px;
	width: 20px;
	height: 20px;
	background-color: #FBCA11;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}
.cart-price {
	float: left;
	margin-left: 8px;
}
#area-nav {
	background-color: #FFF;
	box-shadow: 0 6px 10px -5px rgba(0,0,0,0.2);
}
nav.menu ul {
	margin: 0;
}
nav.menu > ul > li > a {
	font-family: 'Celias', sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}
nav.menu > ul ul > li > a{
	font-family: 'Celias', sans-serif;
	color: var(--textColor);;
}
nav.menu > ul ul li {
	padding: 4px 15px;
}
nav.menu > ul ul li:hover {
	background-color: var(--baseColor);
}
nav.menu > ul ul li:hover a {
	color: #FFF;
}
nav.menu > ul > li > a {
	padding: 20px 0;
	text-transform: uppercase;
	color: var(--textColor);;
}
nav.menu > ul > li > a::before {
	border-bottom: 3px solid var(--baseColor);
}
nav.menu > ul > li:first-child{
	padding-left: 0;
}
nav.menu > ul > li:last-child{
	padding-right: 0;
}
.nav-list li a i {
	margin-right: 5px;
	position: relative;
	top: 1px;
	color: #222;
}
.search input{
	height: 50px;
}
.search input {
	height: 45px;
	border-radius: 5px;
	box-shadow: 0 1px 3px -3px rgba(0,0,0,0.3);
	text-indent: 15px;
	padding-right: 40px;
	box-sizing: border-box;
	border: none;
}
.search input:focus{
	box-shadow: 0 2px 0px 0px var(--baseColor);
}
.input-search {
	position: relative;
	/* margin-top: 8px; */
}

.input-search .search {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background-color: transparent;
	border: none;
	outline: none !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.input-search .search:hover{
	background-color: var(--baseColorHover);
}
.popup-header {
	float: left;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
}
.button-logsign {
	padding-top: 6px;
	padding-bottom: 6px;
	/* border-top-color: #7BD09C; */
	border-bottom: 1px solid var(--baseColor);
	/* border-left-color: #7BD09C; */
	/* border-right-color: #7BD09C; */
	background-color: var(--baseColor);
	float: left;
	width: 100%;
	box-sizing: border-box;
	color: var(--baseColorInverse) !important;
	text-align: center;
	border-radius: 2px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}
.button-logsign:hover{
	opacity: 0.8;
}

header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}
#area-sidebar{
	position: fixed;
	top: 0;
	left: 0;
	width: 270px;
	height: calc(100% - 76px);
	margin-top: 76px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0 0 5px -3px rgba(0,0,0,0.4);
	overflow-x: hidden;
	overflow-y: auto;
}
#area-sidebar .navs li{
	position: relative;
	display: block;
}
#area-sidebar .navs li.divider {
	border-bottom: 1px solid #f2f6fd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#area-sidebar .navs li a{
	color: var(--textColor);
	display: block;
	font-size: 13px;
	font-weight: 500;
}
#area-sidebar .navs li.active > a,#area-sidebar .navs > li:hover > a{
	background-color: #EEE;
}
#area-sidebar .navs > li > a{
	position: relative;
	padding: 6px 15px 6px 20px;
}
#area-sidebar .navs > li > a[sub="true"]{
	padding: 6px 15px 6px 34px;
}
#area-sidebar .navs li ul {
	position: relative;
	background-color: #e3e3e3;
	box-shadow: 0 4px 8px -3px rgba(0,0,0,0.2) inset;
	padding: 6px 0 5px;
	display: none;
}
#area-sidebar .navs li ul > li a{
	padding: 6px 34px;
	position: relative;	
}
#area-sidebar .navs li ul > li:hover > a,#area-sidebar .navs ul li.active > a{
	background-color: var(--baseColorHover);
	color: var(--baseColorInverse);
}
.nav-ico {
	position: absolute;
	width: 9px;
	height: 9px;
	top: 11px;
	left: 20px;
}
.nav-ico::before,.nav-ico::after{
	content: "";
	position: absolute;
	height: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto 0;
	border-bottom: 1px solid var(--textColor);
}
.active .nav-ico::after{
	display: none;
}
.nav-ico::after{
	margin: 0 auto;
	height: auto;
	width: 1px;
	border-left: 1px solid var(--textColor);
}
.nav-thumb {
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-right: 8px;
}
#area-sidebar .navs > li > a.menu-icon {
	display: flex;
	padding-left: 20px !important;

}
.nav-thumb + span {
	flex: 1;
	margin-top: 1px;
	position: relative;
}
.sticker {
	background-color: orange;
	position: absolute;
	padding: 1px 7px;
	border-radius: 2px;
	color: #fff;
	margin-left: 5px;
	font-size: 11px;
}
[sub="true"]::after {
	content: "\e64b";
	font-family: themify;
	font-weight: 400;
	font-size: 11px;
	position: relative;
	top: 3px;
}
.active [sub="true"]::after {
	content: "\e648";
}

.menu-switcher{
	width: 100px;
	position: relative;
	padding-left: 6px;
}
.menu-toggle {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: inline-block;
	margin-left: 1px;
}
.menu-toggle:active{
	opacity: 0.5;
}
.menu-toggle::after, .menu-toggle::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 16px;
	border-top: 2px solid var(--headerBgInverse);
	border-bottom: 2px solid var(--headerBgInverse);
}
.menu-toggle::after {
	height: 2px;
	border: none;
	background-color: var(--headerBgInverse);
}
main, .main{
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

main, footer{
	padding-left: 270px;
}
main, .main{
	padding-top: 76px;
}

.container{
	width: 100% !important;
	padding: 0 20px;
	margin: 0;
}
.container-boxed {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;	
}

.homeSlider .carousel-control {
	top: 44%;
	width: 10%;
	font-size: 32px;
}
.homeSlider .carousel-control.left,.homeSlider .carousel-control.right{
	background: none;
}
.homeSlider .carousel-indicators {
	bottom: 5px;
}
.homeSlider{
	padding: 20px 20px 0;
}
.banner-box{
	display: flex;
}
.banner-box img{
	width: 100%;
	min-height: 100%;
}
.banner-box > div:last-child{
	margin-left: 10px;
}
.banner-box .banner-large{
	flex: 3;
}
.banner-box .banner-small{
	flex: 2;
}
.banner-box .banner-small .banner-inner:first-child{
	margin-bottom: 10px;
}
.banner-box .banner-large .banner-inner{
	width: 100%;
	padding-top: 40%;
	overflow: hidden;
	position: relative;
}
.banner-box .banner-small .banner-inner{
	width: 100%;
	padding-top: calc(30% - 5px);
	overflow: hidden;
	position: relative;
}
.banner-box .banner-thumb,
.banner-box .banner-thumb{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #F1F2FF;
	text-align: center;
	line-height: 5;
}
[data-cursor="true"] {
	cursor: pointer;
}

/***** Start Banner Grid ******/
.banner-grid {
	--banner-gap: 20px;	
	display: flex;	
	gap: var(--banner-gap);
	list-style: none;
}
.banner-grid li {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: var(--banner-gap);	
}
.banner-grid li:first-child {
	flex: 2;
}
.banner-grid li img {
	flex: 1;
	object-fit: cover;
	object-position: center center;
	background-color: #F1F2FF;
	text-align: center;
	line-height: 5;
}
.banner-grid li a {
	flex: 1;
}
.banner-grid li a > img {
	min-height: 100%;
}
/***** End Banner Grid ******/

@media(max-width: 450px){
	.banner-box{
		flex-direction: column;
	}
	.banner-box .banner-large{
		margin-bottom: 10px;
	}
	.banner-box .banner-large,
	.banner-box .banner-small{
		flex: 1;
	}
	.banner-box > div:last-child{
		margin-left: 0;
	}
}

.area-services {
	padding: 60px 0;
}
.service-card {
	float: left;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 20px 80px;
	position: relative;
	z-index: 1;
}
.service-card a{
	float: left;
	width: 100%;
}
.service-card::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0; right: 0; bottom: 0; left: 0;
	height: 100px;
	margin: auto 0;
	border-right: 1px solid #dfdfdf;
}
.service-card:last-child::before{
	border: none;
}
.service-ico{
	width: 64px;
	height: 64px;
	display: block;
	margin: 0 auto;
}
img,.service-ico img{
	max-width: 100%;
	text-align: center;
  	color: #b3bedd;
}
.service-des{
	margin: 20px 0 0;
}
.service-card p{
	color: var(--textColor);
}
.service-card h3 {
	font-weight: 400;
	color: #555;
	margin-bottom: 5px;
}

.service-card .service-q {
	margin-top: 5px;
	display: inline-block;
}
.service-btn {
	margin-top: 10px;
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px;
}
.service-btn .button{
	width: 100%;
}

.button {
	border: none;
	padding: 10px 25px;
	background-color: var(--baseColor);
	/* background-color: #279FC4; */
	color: var(--baseColorInverse) !important;
	border-radius: 2px;
	/* box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2); */
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	white-space: nowrap;
}
.button.button-border{
	position: relative;
}
.button.button-border::before {
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
	z-index: -1;
	background: linear-gradient(#ccc,#eaeaea);
	border-radius: 6px;
}
.button.border{
	border: 2px solid var(--baseColor);
	background: transparent;
	color: var(--baseColor) !important;
}
.button:hover{
	opacity: 0.9;
}
.button-text {
	padding: 5px 0;
	color: var(--baseColor);
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	white-space: nowrap;
}
.button-small {
	padding: 5px 15px;
}
.button-text:hover{
	color: var(--baseColorHover);
}
.button-text i {
	font-size: 11px;
	position: relative;
}
.button.button-default {
	background: linear-gradient(#EEE, #DBDBDB);
	color: var(--textColor) !important;
}
.button.button-danger {
	background: linear-gradient(#D77575, #CC5454);
}

.area-products, .area-blogs, .area-section{
	padding: 20px 0 40px;
}
.area-content {
	padding-bottom: 40px;
	background-color: #FFF;
}
.area-products.sliders:nth-child(odd) {
	background-color: #f7f7f7;
}
.bg-gray{
	background-color: #f7f7f7 !important;
}
.bg-white{
	background-color: #fff !important;
}
.bg-default{
	background-color: var(--baseColor);
}
.bg-red{
	background-color: #D9534F;
	color: #fff;
}
.bg-green{
	background-color: #5CB85C;
	color: #fff;
}
.bg-hold{
	background-color: #9c3aee;
	color: #fff;
}
.bg-warning{
	background-color: #df923b;
	color: #fff;
}
.bg-soft{
	background-color: #D5DEFF;
	color: #333;
}
.badge.bg-gray{
	background-color: #979797 !important;
}
.bg-info{
	background-color: #167aec;
}
.bg-primary{
	background-color: #00b0b6;
}
.bg-default a,
.bg-default p {
	color: var(--baseColorInverse);
}
.badge.badge-inline {
	position: relative;
	top: -3px;
}
.section-title {
	color: var(--textColor);
	font-size: 21px;
	font-weight: 600;
}
.section-tagline {
	margin-top: 5px;
	display: block;
	font-weight: 600;
}
.eyedropper {
	cursor: pointer;
}
.product-card {
	position: relative;
	/* border: 1px solid #eaeaea; */
	min-width: 170px;
	background-color: #FFF;
	padding-bottom: 44px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.product-grids .product-card {
	box-shadow: 0 10px 30px rgba(0,0,0,0.09);
}
.overly-img .product-card {
	padding-bottom: 0;
}
.product-card:hover{
	box-shadow: 0 5px 8px -2px rgba(0,0,0,0.2);
}
.product-card > a{
	float: left;
	width: 100%;
}
.product-card .product-thumb {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;	
}
.product-card .product-thumb img {
    min-height: 100%;
}
.overly-img .product-card {
	position: relative;
	/* border: 1px solid #eaeaea; */
	min-width: 170px;
	background-color: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.overly-img .product-card .product-thumb {
	float: none;
	display: block;
	margin: 10px auto;
	overflow: hidden;
	position: relative;
	aspect-ratio: 1/.5;
}
.overly-img .product-card .product-thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.overly-img .product-card .product-thumb img {
	max-width: 100%;
	width: auto;
	font-size: 2rem;
	font-weight: 700;
	color: var(--baseColor);
	text-transform: uppercase;
	min-height: auto;
}
.product-card .product-des {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
.product-card .title {
	font-size: 16px;
	color: var(--textColor);
	height: 50px;
	margin-bottom: 2px;
	opacity: 1;
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-card .sort-des {
	color: var(--textGray);
	min-height: 20px;
	/* min-height: 42px; */
}
.product-card .price {
	color: #333;
	font-weight: bold;
	margin-bottom: 3px;
}
.product-card .button-add-to-cart {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 10px;
	text-align: center;
	color: var(--baseColor);
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background-color: transparent;
}
.product-add-to-cart {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.product-card:hover .button-add-to-cart{
	background-color: var(--baseColor);
	color: var(--baseColorInverse);
}
.button-add-to-cart.outofstock {
	color: #EA5555;
}
.button-add-to-cart.outofstock:hover {
	background-color: #EA5555;
	color: #FFF;
}
.product-slider .item {
	padding: 10px 5px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.owl-nav button {
	width: 36px;
	height: 36px;
	background-color: white !important;
	border-radius: 50% !important;
	line-height: 40px !important;
	font-size: 16px !important;
	box-shadow: 0 1px 5px -2px rgba(0,0,0,0.2);
	color: #848484 !important;
	position: absolute;
	top: calc(50% - 20px);
	left: -18px;
}
.owl-nav button.owl-next{
	left: auto;
	right: -18px;
}
.owl-theme .owl-nav .disabled{
	cursor: not-allowed;
	opacity: 1 !important;
}
/* .section-header{
	padding: 0 3px;
} */
.product-slider .owl-carousel {
	margin: 0 -4px;
}
.product-slider .owl-theme .owl-nav{
	visibility: hidden;
}
.product-slider:hover .owl-theme .owl-nav{
	visibility: visible;
}
footer {
	padding-top: 40px;
	padding-bottom: 15px;
	background-color: #EEF2F7;
	position: relative;
	z-index: 1;
}
footer::after {
	position: absolute;
	content: "";
	inset: 0;
	z-index: -1;
	background: url(./images/green-from-top-right.png) no-repeat top right;
	background-size: auto 260px;
}
.footer-logo-box{
	justify-content:flex-start;
	align-items: center;
}
.footer-logo-box p{
	margin: 0;
}
.footer-logo {
	width: 150px !important;
	margin-right: 20px;
}
.f-logo {
	float: left;
	width: 100%;
	border-right: 1px solid #d7d7d7;
	box-sizing: border-box;
	padding-right: 20px;
}
.links h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #464646;
	margin-bottom: 8px;
	font-weight: bold;
}
.links ul{
	list-style: none;
}
.links ul.with-icon li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 8px;
}
.links ul.with-icon li > i {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: var(--baseColor);
	color: var(--baseColorInverse);
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	font-size: 12px;
}
.links ul li{
	margin-bottom: 5px;
}
.links ul li,.links ul li a {
	color: #515151;
	font-size: 13px;
	font-weight: 600;
}
.links ul li a:hover{
	color: var(--textColor);;
	text-decoration: underline;
}
.links p{
	color: #515151;
}
#area-footer-bottom {
	margin-top: 30px;
}
.newsletter{
	margin-top: 10px;
	margin-bottom: 20px;
}
.newsletter input[type=text]{
	border: none;
	width: 100%;
	height: 40px;
	background-color: #fff;
	padding: 5px 60px 5px 15px;
	box-sizing: border-box;
	outline: none !important;
	box-shadow: none;
	border-radius: 20px;
}
.newsletter input[type=text]:focus{
	box-shadow: none;
}
.newsletter .button-subscribe {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 30px;
	border: none;
	background-color: #EA8D03;
	color: #fff;
	border-radius: 20px;
	outline: none !important;
}
.apps {
	background-color: #333;
	padding: 5px;
	border-radius: 6px;
}
.app-list li{
	float: left;
	width: 50%;
	padding-right: 5px;
	box-sizing: border-box;
}
.app-list li:last-child{
	padding-left: 5px;
	padding-right: 0;
}
.app-list li.full{
	width: 100%;
	padding: 0;
}
#area-developer {
	border-top: 1px solid #e3e3e3;
	margin-top: 20px;
	padding-top: 15px;
}
.dev {
	font-size: 12px;
	color: #6c6c6c;
	margin: 0;
}
.dev a {
	font-weight: 600;
}
.menu > ul > li:hover .mega-menu{
	display: block;
}
.mega-menu {
	position: absolute;	
	background-color: #fff;
	padding: 5px 0 10px;
	top: 100%;	
	display: none;	
}
.mega-menu, .menu > ul > li > ul {
	box-shadow: 0 26px 30px -30px rgba(0,0,0,0.5);
}
.mega-menu-inner{
	display: flex;
	justify-content: space-between;
}
.mega-menu .column{
	flex-wrap: nowrap;
	position: relative;	
	z-index: 1;
}
.mega-menu .column h3 {
	white-space: nowrap;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
}
.mega-menu .column::before{
	position: absolute;
	content: "";
	top: 0; right: 0;bottom: 0; left: 0;
	z-index: -1;
	border-right: 1px solid #ececec;
}
.mega-menu .column:last-child::before{
	border-right:none;
}
.menu > ul .mega-menu .column > ul {
	display: block !important;
	width: auto;
	position: relative;
	top: 0;
}
.menu > ul .mega-menu ul > li > a {
	white-space: nowrap;
}
.menu > ul .mega-menu ul > li > a {
	color: #737373;
}
.menu > ul > li .mega-menu ul li.title:first-child{
	background-color: transparent;
}
.product-card .product-des.middle {
	padding-top: 6px;
	padding-bottom: 10px;
}
.middle .title{
	min-height: 0;
}

.font-light{
	font-weight: 200;
}
.contact-info{
	color: #fff;
	font-size: 16px;
	padding: 30px 0;
}
.contact-info p{
	margin: 0;
}
ul.social-media{
	margin: 0;
}
ul.social-media > li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
}
ul.social-media > li:first-child{
	margin-left:0;
}
ul.social-media > li a {
	color: #fff;
	font-size: 20px;
}
ul.social-media > li:hover:not(.social-title){
	transform: scale(1.5);
}
.area-categories{
	padding: 20px 0 0;	
}
.area-categories .section-title{
	margin-bottom: 10px;
}
.clear-fix{
	clear: both;
}
.search-mobile {
	padding: 20px 20px 10px;
	display: none;
}
.cat-panel{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}
.cat-panel > .cat-panel-box{
	flex: 1;
	margin: 10px;
}
.category {	
	float: left;
	width: 100%;
	box-shadow: 0 4px 27px -9px rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	background-color: #fff;
	margin-bottom: 20px;	
}
.category > div{
	position: relative;
	z-index: 1;
}
.category:not([subcategory="false"])::after {
	content: "\e64b";
	position: absolute;
	right: 17px;
	z-index: 2;
	font-family: 'themify';
	bottom: 20px;
  	font-size: 11px;
}
.category:not([subcategory="false"]):before {
	content: "Show More";
	position: absolute;
	right: 37px;
	z-index: 2;
	bottom: 20px;
	font-size: 13px;
	font-weight: 600;
}
.category .des {
	padding: 25px 15px 35px 25px;
	flex: 1;
}
.category .des > p {
	color: var(--textGray);
	line-height: 2.3rem;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
p{
	opacity: 0.8;
}
.category h3 {
	margin-bottom: 10px;
	font-size: 17px;
  	font-weight: 600;
}
.category .thumb {
	flex: 0 0 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.subcetegory {
	background-color: #d9d9d9;
	padding: 15px 10px 55px 16px;
	border-top: 1px solid #cacaca;
	float: left;
	width: 100%;
	display: none;
	box-sizing: border-box;
}
.subcategory_items{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
	gap: 5px;
}

.category[data-toggle="true"][subcategory="true"]::after {
	content: "\e648";
}
.category[data-toggle="true"][subcategory="true"]::before {
	content: "Show Less";
}

.subcetegory .subitems {
	background-color: #fff
}
.subcetegory .subtdes {
	padding: 10px 15px 0;
	text-align: center;
	color: #333;
}
.subitems .subthumb {
	width: 100%;
	aspect-ratio: 5/4;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-grid{
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -5px;
}
/* .product-grid > div{
	width: 225px;	
} */
.product-grid > .product-card{
	margin: 5px;
}
.product-grids, .brand-grids {
	display: grid;
	gap: 35px 20px;
	grid-template-columns: repeat(auto-fill, minmax(190px,1fr));
	width: 100%;
}
.breadcamb {
	border-bottom: 1px solid #f2f2fd;
	margin-bottom: 20px;
}
.breadcamb > ul {
	margin-bottom: 20px;
}
.breadcamb > ul > li{
	display: inline-block;
	color: #A9B4E1;
	position: relative;
	font-weight: 700;
	font-size: 13px;
}
.breadcamb > ul > li > a{
	color: #333;
}
.breadcamb > ul > li::after {
	content: "\e649";
	font-family: 'themify';
	font-size: 10px;
	color: #9d9d9d;
	margin: 0 5px;
}
.breadcamb > ul > li:last-child::after{
	display: none;
}
.breadcamb > ul > li:last-child > a{
	color: #9d9d9d;
}
.breadcamb span{
	display: none;
}
.view-more-group {
	margin-right: 10px;
}
.product-infos{
	display: flex;
	align-items: flex-start;
}
.pro-thumb-panel{
	flex: 3;
}
.pro-des{
	flex: 4;
}
.pro-des p{
	line-height: 28px;
}
.pro-info{
	padding: 20px 0 20px 40px;
}
.pro-title {
	font-size: 21px;
	opacity: 1;
	text-transform: uppercase;
}
.green{
	color: #4CAE1A;
}
.pro-feature tr > td{
	padding: 4px 0
}
.hr {
	margin: 5px 0;	
}
.addtocart-box{
	padding: 15px 0 30px 0;
}
.cart-input{
	display: flex;
	padding-right: 20px;
	min-height: 38px;
}
.cart-input > button{
	border: none;
	background-color: #ddd;
	outline: none !important;
	width: 40px;
	border-radius: 3px;
	font-size: 15px;
	border-bottom: 2px solid #ccc;
	position: relative;
}
.cart-input > button:active{
	top: 2px;
}
.cart-input > input{
	width: 80px;
	margin: 0 10px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ddd;
}
.addToCart{
	width: 200px;
	padding: 10px 20px;
}
.pro-thumbler{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.pro-thumb {
	width: 80px;
	margin-right: 10px;
	border: 1px solid #f1f1f1;
	padding: 5px;
	cursor: pointer;
}
.pro-thumb img {
	min-height: 100%;
}
.pro-thumb.active,.pro-thumb:hover{
	border-color: var(--baseColor);
}
.pro-thumb:last-child{
	margin-right: 0;
}
.productZoom{
	position: relative;
}

.img-zoom-container {
	position: relative;
}
.zoomWindow{
	border: none !important;
	margin-left: 10px;
}
.cart-item {
	border-top: 1px solid #dce1fd;
	border-right: 1px solid #dce1fd;
	display: flex;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
	border-left: 3px solid #dce1fd;
	position: relative;
	box-shadow: 0 12px 22px -21px rgba(25, 28, 247, 0.3);
}
.cart-item:hover{
	border-left-color: var(--baseColor);
}
.cart-item.cus-cart-item {
	border: none;
	border-radius: 0;
	box-shadow: 0 3px 10px 0 rgba(203, 216, 242, 0.4);
}
.cart-thumb{
	width: 130px;
}
.cart-des {
	padding-left: 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.txt-title{
	font-size: 16px;
	color: #333;	
}
.cart-option .addtocart-box{
	padding: 0;
	justify-content: flex-end;
}
.cart-option {
	display: flex;
	align-items: center;
	flex: 0 0 135px;
	margin-left: 30px;
}
.cart-option .addtocart-box .cart-input{
	padding-right: 0;
	min-height: 32px;	
}
.cart-option .addtocart-box .cart_input {
	width: 45px;
	font-size: 14px;	
}
.cart-option .addtocart-box .cart_minus, .cart-option .addtocart-box .cart_plus {
	font-size: 13px;
	width: 34px;
}
.addtocart-box .ti-minus, .addtocart-box .ti-plus{
	position: relative;
	top: 2px;
}
.cart-trash {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	border: none;
	outline: none !important;
	font-size: 12px;
	color: #666;
	background: transparent;
	cursor: pointer;
}
.cart-trash:hover{
	color: #333;
}
.cart-trash:active{
	top: 2px;
}
.shopping-des {
	/* background-color: #f3f5ff; */
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 15px;
	/* border-bottom: 2px solid #dbe1ff; */
	position: relative;
	z-index: 1;
}
.shopping-des::after {
	position: absolute;
	content: "";
	inset: 0;
	z-index: -1;
	opacity: .1;
	background-color: var(--baseColor);
	border-radius: 15px;	
}
.shopping-des .hr {
	border-top-color: var(--baseColor);
	opacity: .25;
}
.shopping-cart, .checkout-page{
	margin-bottom: 30px;
	position: relative;
}
.cart-amount {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cart-amount > .txt-title{
	margin-bottom: 0;
}
.input-inline{
	display: flex;
	align-items: center;
}
.forms label{
	font-weight: normal;
	color: #666;
}
.input-inline > label{
	margin: 4px 0 0 6px;
	cursor: pointer;
	white-space: nowrap;
}
[type="checkbox"],[type="radio"] {
	accent-color: var(--baseColor);
	outline: none !important;
}
.shopping-cart .pro-title,.content .pro-title,
.checkout-page .pro-title {
	font-size: 17px;
}
/* .forms .form-control{
	border-radius: 0;
	height:40px;
} */
.forms textarea.form-control{
	min-height: 100px;
	resize: vertical;
}
.pro-feature td,.pro-feature th{
	vertical-align: top;
}
.red,.error{
	color: #cc1a1a;
}
.error{
	display: block;
	margin-top: 5px;
	font-size: 13px;
}
.checkout-info{
	padding-right: 30px;
	position: relative;
}
.link_in_hover {
	color: var(--textColor);
}
.link, .link_in_hover:hover{
	color: #0D6EFD !important;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}
.account-title{
	display: flex;
}
.nav-tabs > li{
	position: relative;	
}
.nav-tabs > li > a {
	color: var(--baseColor);
}

.nav-tabs > li::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 1px;
	right: 3px;
	z-index: 2;
	height: 3px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
}
.nav-tabs > li.active::before{
	background-color: var(--baseColor);
}
.tab-content{
	padding-top: 20px;
}
.content{
	padding-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.set-title {
	display: inline-block;
	width: 100%;
}
del {
	color: #717171;
	font-weight: normal;
	font-size: 14px;
	margin-left: 5px;
}
.button-group{
	display: flex;
	justify-content: space-between;
}
.ckthumb {
	display: inline-block;
	background-color: #FFF;
	border: 1px solid #ddd;
	padding: 3px;
	margin-right: 5px;
}
.features h3, .features h1, .features h2, .features h4{
	margin-bottom: 10px !important;
}
.features .hr{
	margin-bottom: 10px;
}
.features table[border="1"] {
	max-width: 100% !important;
	border-collapse: collapse;
	border-width: 0px;
}

.features table[border="1"] > tbody > tr > th, .features table[border="1"] > tbody > tr > td{
	border-top-width: 0;
	border-bottom-color: #eee;
	border-left-width: 0;
	border-right-width: 0;
	padding: 5px 0 0;
}
.features table[border="1"] > tbody > tr:last-child > td{
	border-bottom-width: 0;
}
.paginate {
	display: inline-block;
	width: 100%;
}
.pagination{
	margin-top: 40px;
}
.pagination > li > a, .pagination > li > span {
	padding: 4px 12px;
}
.pagination > li > a, .pagination > li > span {
	margin: 0 5px;
	border-radius: 2px;
}
.pagination > li:first-child a,.pagination > li:first-child span, .pagination > li:last-child a,.pagination > li:last-child span{
	border-color: transparent !important;
	background-color: transparent;
}
.paginate-with-border .pagination > li:first-child a,.paginate-with-border .pagination > li:first-child span, .paginate-with-border .pagination > li:last-child a, .paginate-with-border .pagination > li:last-child span{
	border-color: #ddd !important;
	border-radius: 2px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {	
	background-color: var(--baseColor);
	border-color: var(--baseColor);
}
.paginate-with-border.right {
	text-align: right;
}
.paginate-with-border.center {
	text-align: center;
}
.paginate-with-border.border {
	border-top: 1px solid #eee;
	margin-top: 40px;
}
.responsive{
	max-width: 100%;
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
.modal-content{
	border-radius: 0;
}
.form-row{
	margin-bottom: 10px;
}
.payment-flex{
	display: flex;
}
.payment-flex .input-inline{
	border: 1px solid #ccc;
	padding: 5px 5px 5px 20px;
	margin-right: 10px;
	border-radius: 4px;
}
.payment-flex .input-inline:last-child{
	margin-right: 0;
}
.payment-flex .input-inline > img{
	margin-left: 20px;
	border-radius: 4px;
}
.hilight {
	color: var(--baseColor);
}

.blogs-grids {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
	width: 100%;
}
.blog-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--textGray);	
}
.blogs-shadow .blog-card {
	box-shadow: 0 6px 30px rgba(0,0,0,0.09);
}
.blog-card .thumb {
	width: 100%;
	position: relative;
	z-index: 1;
	aspect-ratio: 1/.6;
	overflow: hidden;
}

.blog-card .attr {
	position: absolute;
	inset: auto 0 0 0;
	padding: 50px 20px 20px;
	color: #FFF;
	font-size: 16px;
	background-image: linear-gradient(transparent, var(--textColor));
}
.blog-card .thumb > img {
	min-height: 100%;
}
.blog-card .caption {
	background-color: #FFF;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex: 1;
}
.blog-card .caption p {
	margin: 0;
	color: var(--textGray);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 60px;
}
.blog-card .title {
	font-size: 16px;
	line-height: 22px;
	color: var(--textColor);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 45px;
}
.blog-card .title:hover {
	text-decoration: underline;
}
.blog-card .action {
	font-weight: 600;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1;
}
.blog-card .action span {
	display: inline-block;
}
.blog-card .action span:hover {
	color: var(--baseColor);
}

.max-text {
	max-width: 600px;
}
.contact-info .max-text {
	font-size: 20px;
	font-weight: 400;
}
.section-space {
	padding-bottom: 15px;
}
.area-blogs .section-space {
	padding-bottom: 20px;
}

.memberlist {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 30px;
	width: 100%;
}
.member-item .member-thumb {
    width: 100%;
    aspect-ratio: 9/10;
    overflow: hidden;
    border-bottom: 4px solid var(--baseColor);
    border-radius: 20px;
    position: relative;
}
.member-item .member-thumb img {
    max-width: 100%;
	min-height: 100%;
}
.member-item .member-thumb .member-social {
    position: absolute;
    bottom: -100%;
    right: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.member-thumb .member-social li:not(:last-child) {
    margin-bottom: 10px;
}
.member-thumb .member-visible,
.member-thumb .member-social li a {
	width: 45px;
	height: 45px;
	background-color: var(--baseColor);
	color: var(--baseColorInverse);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 17px;
	border-radius: 50%;
}
.member-social li.member-visible {
	position: absolute;
	bottom: 0;
}
.member-thumb .member-visible {
	position: absolute;
	bottom: 0;
	right: 40px;
	border-radius: 25px 25px 0 0;
	padding-top: 7px;
}

.member-item:hover .member-social {
    bottom: 30px;
}
.member-item .member-social li a {
    -webkit-transition: all 1.7s;
    transition: all 1.7s;
}
.member-item:hover .member-social li a {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.member-item:hover .member-visible {
    bottom: -100%;
}
.member-item:hover .member-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.member-item .member-des {
    padding: 20px;
    text-align: center;
}

.member-item .member-des a,
.member-item .member-des .member-title {
    color: var(--textColor);
	margin: 0 0 10px;
	font-weight: 500;
	font-size: 16px;
    text-decoration: none;    
}
.member-item .member-des .member-title {
    margin: 0 0 10px;
}
.member-item .member-des .member-designation {
    color: var(--textGray);
    font-size: 13px;
    text-transform: uppercase;
}
.member-item .member-thumb img,
.member-item .member-visible {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.page-section {
	margin-bottom: 20px;
}

.area-page-banner {
	padding: 20px 0 0;
}
.sectin-hero {
	position: relative;
	z-index: 1;
	min-height: 45vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
}
.sectin-hero::after {
	position: absolute;
	content: "";
	z-index: -1;
	inset: 0;
	background-image: linear-gradient(transparent, var(--textColor));
}
.sectin-hero .breadcamb {
	border-bottom: none;
	margin-bottom: 0;
}
.sectin-hero .breadcamb ul {
	margin-bottom: 0;
}
.sectin-hero .breadcamb ul li,
.sectin-hero .breadcamb ul li a {
	color: #FFF;	
}
.sectin-hero .breadcamb ul li a {
	font-weight: 600;
}

.blog-inner {
	display: flex;
	gap: 40px;
}
.blog-sidebar {
	flex: 0 0 360px;
}
.blog-article, .features {
	line-height: 28px;
}
.blog-article br {
	display: block;
	margin: 0;
}
.blog-article a {
	color: var(--baseColor);
	text-decoration: underline;
}
.blog-article a:hover {
	text-decoration: none;
}
.blog-article ul:not(.blog-attributes) {
	padding-left: 30px;
}
.blog-attributes {
	padding: 0 0 20px;
	list-style: none;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.blog-title {
	font-size: 28px;
}
.breadcamb .blog-title {
	color: #FFF;
	margin-bottom: 20px;
}

.blogs-grid-y {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.blogs-grid-y .blog-card {
	flex-direction: row;
}
.blogs-grid-y .blog-card .thumb,
.blogs-grid-y .blog-card .caption {
	flex: 1
}
.blog-link-action {
	padding-top: 20px;
}

.heading-banner-image {
	overflow: hidden;
	aspect-ratio: 1/.2;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.quote-text {
	display: flex;
	gap: 20px;
	flex: 1;
}
.quote-text .quo {
	flex: 0 0 60px;
	font-size: 60px;
}
.quote-text .quo i {
	position: relative;
	top: -32px;
}

.filterbar {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.m-0 {
	margin: 0;
}
.form-control {
	border-color: #d1d9e6;
	width: 100% !important;
}
.form-control:focus {
	border-color: var(--baseColor);
}

.empty {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;	
	align-items: center;
	gap: 20px;
	padding-block: 30px 60px;
}
.empty img {
	max-width: 180px;
}
.empty p,
.empty h2 {
	text-align: center;
}
.empty p {
	line-height: 180%;
}

.area-breadcrumb {
	padding-block: 20px 0;
}

.use-comma > span {
	display: inline-flex;
}
.use-comma > span:not(:last-child):after{
	content: ",";
}
.price-large {
	font-size: 26px;
}

.attributes {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-block: 15px;
	margin-block: 15px;
}
.attrs {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.attrs:not(:last-child) {
	margin-bottom: 15px;
}
.attrs .title {
	flex: 0 0 100%;	
}
.attrs li:not(.title) {
	padding: 3px 10px;
	font-size: 13px;
	background-color: #FFF;	
	cursor: pointer;
	border: 3px solid #FFF;
	outline: 1px solid #eee;
}
.attrs li:not(.title) > span {
	color: #000;
}
.attrs.Color li:not(.title) {
	flex: 0 0 25px;
	height: 25px;
	border-radius: 100%;
	padding: 0;
}
.attrs.Size li:not(.title) {
	border: none;
}
.attrs li:not(.title).active,
.attrs li:not(.title):hover {
	outline-color: var(--baseColor);
}
.currency {
	font-size: 80%;
}

[data-title] {
    position: relative;
    z-index: 1;
}
[data-title]::before {
    position: absolute;
    content: attr(data-title);    
    white-space: nowrap;    
    bottom: 100%;   
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: #000;
    color: #FFF;
    font-size: 13px;
    font-family: 'Outfit', sans-serif;
	/* text-transform: capitalize; */
    font-weight: 300;
    padding: 5px 12px;
    border-radius: 2px;
    z-index: 2;
    box-shadow: 0 20px 20px -10px rgba(0,0,0,0.5);
    display: none;
}
[data-title]::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    width: 10px;
    height: 10px;
    background-color: #000;
    margin: 0 auto 15px auto;
    transform: rotate(45deg);
    display: none;
}
[data-title]:hover::before, [data-title]:hover::after {
    display: block;
}
#newitemcart {
	margin-bottom: 20px;
	display: inline-block;
}
.cart-attributes-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 0;
}
.cart-attributes-list span:not(:last-child)::after {
	content: ",";
}
.cart-des .txt-title {
	display: inline-block;
	margin-bottom: 10px;
}

.label-light {
	font-weight: normal;
}
[for] {
	cursor: pointer;
}
.pro-docs {
	display: flex;
	gap: 15px;
	align-items: center;
	border: 1px solid #eee;
	padding: 15px 15px;
}
.pro-docs .thumb {
	flex: 0 0 50px;
}
.pro-docs .caption {
	flex: 1;
}
.pro-docs .caption p {
	margin-bottom: 0;
	line-height: 1;
}
.checkout-steps {
	list-style: none;
	display: flex;
	gap: 20px 40px;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 14px;
}

.checkout-steps li.active {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	color: var(--baseColor);
}
.checkout-steps li .step-box {
	border: 1px solid var(--baseColor);
	width: 30px;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	border-radius: 100%;	
}
.checkout-steps li:not(.active) .step-box{
	border-color: #A9B4E1;
}
.checkout-steps li:not(.active) span{
	color: #A9B4E1;
}
.form-horizontal .control-label {
	margin-bottom: 5px;
}
.form-control {
	border-radius: 2px;
}
textarea {
	resize: vertical;
	min-height: 80px;
}
.aside-fix {
	position: sticky;
	top: 110px;
}
.color-gray-light {
	color: var(--textGrayLight);
}
.form-control::placeholder {
	color: var(--textGrayLight);
}
.checkout-steps li.done .step-box {
	background-color: var(--baseColor);
	color: var(--baseColorInverse);
	border: none;
}
.checkout-steps li.done span:not(.step-box){
	color: var(--baseColor);
}

.box-tabs {
	--tab-gaps: 5px;
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(130px,1fr));
	gap:var(--tab-gaps);
	border-bottom:none
}
.box-tabs::before,
.box-tabs .nav-item::before{
	display: none !important;
}
.box-tabs .nav-link {
	aspect-ratio:1;
	padding:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color: transparent !important;
	border: none !important;
}
.box-tabs .nav-item {
	background-color:#f9f9f9;
}
.box-tabs .nav-item.active {
	background-color:#fff !important
}
.box-tabs .nav-link:after {
	bottom:auto;
	top:100%;
	width:100%;
	background-color:transparent;
	height:var(--tab-gaps)
}
.box-tabs > li > a {
	color: #555;
	opacity: 0.8;
}
.box-tabs > li.active > a {
	color: var(--baseColor) !important;
	opacity: 1;
}
.box-tabs .nav-link.active:after {
	background-color:#fff
}
.box-tabs-content {
	padding-block:0;
	margin-top:var(--tab-gaps)
}
.box-tabs-content .active {
	background-color:#fff
}
.pmt-grid {
	display:grid;
	text-align:center;
	gap:10px
}
.pmt-grid .thumb {
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center
}
.pmt-grid .thumb img {
	max-height:100%
}
.pmt-grid .caption {
	grid-column:auto
}
.pmt-grid .caption p {
	margin:0;
	font-size:13px;
	line-height:18px;
	font-weight:500
}
.box-container {
	padding-block: 20px;
}
.badge-notes {
	background-color:#eef5ff;
	color: var(--colorBlue);
	padding: 10px 15px;
	border-radius: 2px;
	line-height: 150%;
	font-weight: 700;
  	font-size: 13px;
}
.text-bold {
	font-weight: 700;
}
.text-small {
	font-size:95%
}
.article ul {
	list-style:disc;
	padding-left:12px
}
.article ol {
	list-style:decimal;
	padding-left:15px
}
.button-box {
	padding-top: 20px;
}
.card-number-box {
	position: relative;
}
.card-number-grids {
	position: relative;
	z-index: 1;
}
.card-number-box .form-control {
	padding-right: 125px;
}
.card-number-grids .card-brands {
	display: flex;
	align-items: center;
	gap: 4px;
	position: absolute;
	right: 10px;
	top: 9px;
	z-index: 1;
}
.card-number-grids .card-others {
	display: flex;
}

.form-control.is-invalid {
	border-color: #ffb9b9;
}
.invalid-feedback {
	font-size: 13px;
	font-weight: 700;
}
.require-validation .form-control {
	border-radius: 6px;
	border: none;
	box-shadow: 0 0 0 1px #e0e0e0,0 2px 4px 0 rgba(0,0,0,0.07),0 1px 1.5px 0 rgba(0,0,0,0.05);
}
.card-others img:not(:first-child) {
	position: absolute;
	opacity: 0;
}

/********** START SELECT 2 CUSTOMIZE ***********/
.select2-container .select2-selection--single {
	height: 34px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #d1d9e6 !important;
	border-radius: 3px !important;
}
.form-control.is-invalid + .select2-container--default .select2-selection--single {
	border-color: #ffb9b9 !important;
}
.select2 {
	width: 100% !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple
{
	display: block;
	width: 100%;
	min-height: 29px;
	padding: 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cecece;
	border-bottom-color: #ddd;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 10px 10px -4px rgba(136, 136, 136, 0.3);
	box-shadow: inset 0 10px 10px -4px rgba(136, 136, 136, 0.3);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	outline: none !important;	
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 2px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	position: relative;
	top: 4px;
	padding: 0 4px;
}
.select2-container .select2-search--inline .select2-search__field{
	margin-top: 0;
	height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-right: 2px;
	margin-top: 0;
	font-size: 13px;
	padding: 0 3px;
	margin-bottom: 3px;
}
.select{
	opacity: 0;
}
/********** END SELECT 2 CUSTOMIZE ***********/

.alert {
	border: none;
	font-size: 13px;
	font-weight: 700;
}
.alert-danger {
	color: #fd0904;
	background-color: #ffeaea;
}
.alert-success {
	color: #0dae27;
	background-color: #e1fdd6;
}
.border-none {
	border: none !important;
	box-shadow: none !important;
}
.button-coupon {
	line-height: 16px;
	height: 34px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.toast {
	box-shadow: 0 5px 25px 0 rgba(0,0,0,0.5) !important;
}
.confirmation-panel {
	display:flex;
	align-items:center;
	min-height:400px;
	gap:60px;
	padding:50px
}
.confirmation-panel .confm-caption {
	flex:1
}
.confirmation-panel .confm-box img {
	width:200px
}
.confm-caption .title {
	font-size: 34px;
	line-height: 50px;
	font-weight: 300;
	color: var(--colorGreen);
	margin-bottom: 20px;
}
.list-view li {
	display:block;
	position:relative;
	color: var(--textGray)
}
.list-view.list-x {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.list-view.list-x.list-center {
	justify-content:center
}
.list-view.list-icon li {
	padding-left:22px;
}
.list-view.list-icon li:not(:last-child) {
	margin-bottom:8px;
}
.list-view.list-icon li::before {
	position: absolute;
	content: "\f058";
	font-family: FontAwesome;
	top: 0;
	left: -2px;
	width: 20px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--colorGreen);
}
.button-actionbar {
	padding-top: 40px;
}
.order-confirmation {
    position: relative;
    z-index: 1;
    background-color: #FFF;
}
/***************************
    START CELEBRATION ANIMATION
***************************/
.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
}
.confetti-piece {
    position: absolute;
    width: 10px;
    height: 30px;
    background: #ffd300;
    top: 0;
    opacity: 0;
}
.confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 182ms;
    -webkit-animation-duration: 1116ms;
}
.confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 161ms;
    -webkit-animation-duration: 1076ms;
}
.confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 481ms;
    -webkit-animation-duration: 1103ms;
}
.confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 334ms;
    -webkit-animation-duration: 708ms;
}
.confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 302ms;
    -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 180ms;
    -webkit-animation-duration: 1168ms;
}
.confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 395ms;
    -webkit-animation-duration: 1200ms;
}
.confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 14ms;
    -webkit-animation-duration: 887ms;
}
.confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 149ms;
    -webkit-animation-duration: 805ms;
}
.confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 351ms;
    -webkit-animation-duration: 1059ms;
}
.confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 307ms;
    -webkit-animation-duration: 1132ms;
}
.confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 464ms;
    -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}
.confetti-piece:nth-child(odd) {
    background: #7431e8;
}
.confetti-piece:nth-child(even) {
    z-index: 1;
}
.confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
  background: red;
}
@keyframes makeItRain {
    from {opacity: 0;}
    50% {opacity: 1;}
    to {-webkit-transform: translateY(350px);}
}
@-webkit-keyframes makeItRain {
    from {opacity: 0;}
    50% {opacity: 1;}
    to {-webkit-transform: translateY(350px);}
}
/***************************
    END CELEBRATION ANIMATION
***************************/
.order-confirmation .confetti {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.button-input {
	height: 34px;
	padding-block: 5px;
}
.track-form {
	background-color: #F1F2FF;
	padding: 30px 30px 15px;
	margin-bottom: 40px;
}
.text-gray {
	color: #A9B4E1;
}

.tracking-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	margin-top: 30px;
}
.tracking-list > li {
	display: flex;
	gap: 30px;	
}
.tracking-list .track-steps {
	position: relative;
	z-index: 1;
}
.tracking-list .track-steps::before,
.tracking-list .track-steps::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: -40px;
	left: 50%;
	border-right: 2px dotted #A9B4E1;
	z-index: -1;
	opacity: .4;
}
.tracking-list .track-steps::before {
	border-right: none;
	border-bottom: 2px dotted #A9B4E1;
	left: -30px;
	right: -30px;
	top: 24px;
	bottom: auto;
}
.tracking-list li.active .track-steps::after {
	border-right-color: var(--colorGreen);
	opacity: .6;
}
.tracking-list li.fail .track-steps::after {
	border-right-color: var(--colorRed);
	opacity: .6;
}
.track-shadow {
	box-shadow: 0 12px 25px 0 rgba(190, 203, 240, 0.4);
  	padding: 20px 20px 10px;
	background-color: #FFF;
}
.tracking-list > li:last-child .track-steps::after {
	display: none;
}
.tracking-list > li .track-date {
	white-space: nowrap;
	flex: 0 0 210px;
}
.tracking-list > li strong {
	margin-bottom: 3px;
	display: inline-block;
}

.tracking-list .track-step-box {
	width: 48px;
	height: 48px;
	border: 1px solid #A9B4E1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}
.tracking-list li.active .track-step-box,
.tracking-list li.fail .track-step-box,
.tracking-list li.fail_active .track-step-box {
	border: none;
}
.tracking-list li.active .track-step-box::before,
.tracking-list li.fail .track-step-box::before,
.tracking-list li.fail_active .track-step-box::before {
	position: absolute;
	content: "\f00c";
	inset: 0;
	background-color: var(--colorGreen);
	color: #FFF;
	z-index: 2;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "FontAwesome";
	font-size: 21px;
}
.tracking-list li.fail .track-step-box::before {
	background-color: var(--colorRed);
	content: "\f00d";
}
.tracking-list li.fail_active .track-step-box::before {
	background-color: var(--colorRed);
	content: "\f00c";
}
.tracking-panel .title {
	margin-bottom: 10px;
}
.tracking-list .track-caption {
	flex: 1;
}
.tracking-list p {
	line-height: 22px;
}
.uc {
	text-transform: uppercase;
}
.custom-table {
	width: 100%;
	border-collapse: collapse;
}
.custom-table tr > th,
.custom-table tr > td {
	padding: 5px 0;
	vertical-align: top;
}
.tracking-sec:not(:last-child) {
	padding-bottom: 40px;
}
.main ~ footer {
	padding-left: 0 !important;
}
.main ~ footer .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;	
}
/*************************
	CUSTOMER PANEL DESIGN
*************************/
.area-customer-layout {
	display: flex;
	gap: 60px;
	padding-block: 30px;
}
.cus-aside {
	flex: 0 0 300px;
	position: relative;
	box-shadow: 20px -15px 25px -8px rgba(207, 213, 238, 0.3);
}
.cus-content {
	flex: 1;
	max-width: 100%;
}
.aside-nav-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

.nav-profile {
	border-bottom: 1px solid #EBEFFF;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.nav-profile-box {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 10px;
}
.nav-profile-thumb {
	--nav-profile-radio: 70px;
	flex: 0 0 var(--nav-profile-radio);
	aspect-ratio: 1;
	position: relative;
}
.nav-profile-thumb .profile-uploader {
	position: absolute;
	background-color: #FFF;
	box-shadow: 0 4px 10px 0 rgba(177, 198, 249, 0.5);
	right: -8px;
	top: -6px;
	border-radius: 15px;
	width: 26px;
	height: 26px;
	display: grid;
	place-content: center;
	font-size: 13px;
	cursor: pointer;
}
.nav-profile-thumb .profile-uploader:active {
	top: -5px;
}
.nav-profile-thumb img {
	width: var(--nav-profile-radio);
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center center;
	border-radius: 100%;
}
.nav-profile-caption {
	flex: 1;
	padding: 10px 20px 10px 0;
}
.nav-profile-caption p {
	margin-bottom: 0;
}
.nav-pro-name {
	margin-bottom: 5px;
}
.nav-customer {
	position: sticky;
	top: 90px;
	padding-right: 20px;
}
.nav-customer ul {
	list-style: none;
}
.nav-customer > ul > li > a {
	color: var(--textColor);
	font-weight: 600;
	line-height: 30px;
}
.nav-customer > ul > li.active > a {
	color: var(--baseColor);
}
.nav-customer > ul > li ul > li > a {
	color: var(--textColor);
	line-height: 25px;
  	padding-left: 20px;
	opacity: .7;
}
.nav-customer > ul > li ul > li.active > a {
	color: var(--baseColor);
	opacity: 1;
	font-weight: 600;
}
.nav-customer > ul > li ul {
	margin-bottom: 8px;
}
.cus-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #EBEFFF;
	padding-bottom: 15px;
	margin-bottom: 20px;
	gap: 20px;
}
.button-adjust .input-group-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 40px;
}
.button-adjust .form-control:first-child {
	border-top-right-radius:  2px !important;
  	border-bottom-right-radius: 2px !important;
	padding-right: 35px;
}
.button-adjust button {
	width: 40px;
	padding: 0;
	background: transparent;
	color: #000 !important;
}
[align="center"] {
	text-align: center;
}
[align="left"] {
	text-align: left;
}
[align="right"] {
	text-align: right;
}
.custom-heading thead {
	background-color: #F1F2FF;
}
.icon-list {
	list-style: none;
}
.icon-list li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
}
.icon-list .icon-box {
	flex: 0 0 50px;
	aspect-ratio: 1;
	background-color: #F1F2FF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	font-size: 17px;
}
.icon-list .icon-caption {
	padding-top: 4px;
}
.address-item {
	background-color: #FFF;
	padding: 20px;
	box-shadow: 0 3px 10px 0 rgba(203, 216, 242, 0.4);
	position: relative;
	z-index: 1;
}
.address-item.active::after {
	position: absolute;
	content: "";
	inset: 0;
	background-color: var(--baseColor);
	z-index: -1;
	opacity: .1;	
}
.address-item.active {
	border: 1px solid var(--baseColor);
}
.address-item.active .hr {
	border-color: var(--baseColor);
}

.address-item:not(:last-child) {
	margin-bottom: 20px;
}
.address-item .address-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;	
}
.table-responsive {
	border: none;
	padding-bottom: 15px;
}
.cus-content-box {
	display: flex;
	gap: 20px 40px;
}
.cus-content-box .cus-content-aside {
	flex: 0 0 260px;
}
.cus-content-box .cus-content-body {
	flex: 1;
	max-width: 100%;
}
.cus-widget-list {
	position: sticky;
	top: 100px;
}
.cus-widget {
	box-shadow: 0 1px 3px 0px rgba(207, 213, 238, 0.5);
	background-color: #FFF;
}
.cus-widget:not(:last-child) {
	margin-bottom: 30px;
}
.cus-widget-title {
	padding: 15px 20px;
	border-bottom: 1px solid #EBEFFF;
}
.cus-widget-body {
	padding: 20px;
}
.input-group-addon {
	border-radius: 2px;
}
.browsecanvas {
	width: 100%;
	min-height: 150px;
	border: 2px dashed #d1d9ff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.browsecanvas input[type="file"] {
	opacity: 0;
	-webkit-user-select: none;
	user-select: none;
	outline: none !important;
	position: relative;
	z-index: -1;
	cursor: pointer;
}
.browsecanvas::before {
	position: absolute;
	content: "\f0ee";
	inset: 0;
	z-index: 1;
	font-family: "Fontawesome";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	color: #8a93b7;
	margin-bottom: 35px;
}
.browsecanvas::after {
	position: absolute;
	content: attr(data-label);
	inset: 0;
	z-index: 2;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	margin-top: 35px;
}
.browsecanvas-files {
	list-style: none;
	margin-block: 15px 0;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(60px, 1fr));
	gap: 15px;
}
.browsecanvas-files li {
	position: relative;
}
.browsecanvas-files li img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.browsecanvas-files .browse-button {
	padding: 0;
	position: absolute;
	top: -6px;
	right: -10px;
	border: none;
	font-size: 10px;
	width: 26px;
	height: 26px;
	z-index: 5;
	outline: none !important;
	background-color: #fff;
	color: #1E1A1A;
	border-radius: 50%;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	opacity: 0;
	cursor: pointer;
}
.browsecanvas-files li:hover .browse-button {
	opacity: 1;
}
.odr-detials {
	width: 100%;
	border-collapse: collapse;
}
.odr-detials > tbody > tr > th,
.odr-detials > tbody > tr > td {
	padding: 5px 0;
	vertical-align: top;
}
.article-title {
	margin-bottom: 20px;
}
.rating-list {
	display: flex;
	gap: 3px;
	font-size: 14px;
	justify-content: center;	
}
.pro-review {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}
.pro-review .rating-list {
	justify-content: flex-start;	
}
.pro-review span {
	color: var(--textGrayLight);
}

.rating-list .fa-star, .rating-list .fa-star-half-o {
	color: #FBCA11;
}
.rating-list .fa-star-o {
	color: #bfc4ff;
}

.pro-comments {
	position: relative;
	display: block;
}
.admin-box {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 20px;
}
.admin-box .userprofile {
	flex: 0 0 65px;
	width: 65px;
	height: 65px;
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
	border-radius: 100%;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.05);
}

.admin-caption .pro-review {
	margin-bottom: 2px;
}
.admin-caption .cap-name {
	margin-bottom: 10px;
}
.admin-user-uploads {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 10px;
}
.admin-user-uploads img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.05);
	border-radius: 6px;
}
.admin-user-uploads a::before,
.admin-user-uploads a::after {
	display: none !important;
}
.pro-comment-item:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brand-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 20px;
}

.dashboard-grids {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 50px 30px;
}
.dsb-card {
	background-color: #FFF;
	/* box-shadow: 0 5px 40px -2px rgba(96, 100, 123, 0.18); */
	border-radius: 15px;
	border-right: 3px solid var(--baseColor);
	border-bottom: 3px solid var(--baseColor);
}
.dsb-card .dsb-data {
	display: flex;
	gap: 35px;
	align-items: center;
}
.dsb-card .dsb-icon {
	flex: 0 0 80px;
	width: 80px;
	aspect-ratio: 1;
	background-color: #F1F2FF;
	border-radius: 10px;
	box-shadow: 0 4px 6px -2px rgba(96, 100, 123, 0.18);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	position: relative;
	top: -15px;
	left: 20px;
}
.dsb-card .dsb-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
}
.dsb-card .dsb-value {
	margin-bottom: 10px;
	color: var(--baseColor);
}
.dsb-card .dsb-action {
	padding: 5px 20px 15px 20px;
}
.dsb-card .dsb-action a {
	color: var(--textGray);
	font-size: 11px;
	font-weight: 600;
}
.dsb-card .dsb-count {
	padding-right: 15px;
}
.dsb-blue .dsb-icon {
	background-color: #E0E2FF;	
}
.dsb-green .dsb-icon {
	background-color: #9BF7A9;
}
.dsb-yellow .dsb-icon {
	background-color: #EBF79B;
}
.dsb-purple .dsb-icon {
	background-color: #D5C1FF;
}
.dsb-red .dsb-icon {
	background-color: #FFDADA;
}
.dsb-pink .dsb-icon {
	background-color: #FFDAFD;
}

@media (max-width: 992px){
	.cus-content-box {
		flex-direction: column;
	}
}
@media (max-width: 768px){
	.aside-nav-close {
		display: flex;
	}
	.cus-aside {
		position: fixed;
		left: -320px;
		top: 76px;
		z-index: 999999;
		width: 270px;
		height: calc(100dvh - 76px);
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #FFF;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.nav-profile {
		margin-bottom: 15px;
		padding: 20px 20px 10px;
	}
	.nav-customer {
		position: static;
		padding-right: 20px;
		padding-left: 20px;
	}
	.cus-heading.flex-wrap {
		flex-direction: column;		
		align-items: flex-start;
		gap: 10px;
	}
}

/*************************
	CUSTOMER PANEL DESIGN
*************************/
.control-label {
	text-align: left;
}
.account-log {
	-webkit-user-select: none;
	user-select: none;
}
.faq-list {
	list-style: none;
}
.faq-list > li .q {
	padding: 15px 30px 15px 20px;
	background-color: #F1F2FF;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.faq-list > li .q::after {
	position: absolute;
	content: "\f067";
	inset: 0 0 0 auto;
	width: 25px;
	display: flex;
	align-items: center;
	font-family: "Fontawesome";
}
.faq-list > li .q.active::after {
	content: "\f068";
}
.faq-list > li .ans {
	padding: 15px 20px;
	background-color: #FFF;	
	display: none;
}

.faq-list > li {
	margin-bottom: 10px;
}

.button-wishlist {
	margin-left: 5px;
}
#billing, #shipping {
	display: none;
}
.sec-visible {
	display: block !important;
}
.vendor-info {
	margin-top: 60px;
}
.linkas {
	color: var(--textColor);
}
.linkas:hover {
	color: var(--baseColor);
}
.social-links {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.social-links li a {
	font-size: 12px;
	color: var(--textColor);
}
.social-links li:hover a {
	opacity: .5;
}

.seller-grid {
	width: 100%;
	display: grid;
	gap: 40px 20px;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	padding-top: 20px;
}
.seller-grid .seller {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.seller img {
	width: 100px;
	flex: 0 0 100px;
	object-fit: cover;
	object-position: center center;
	border-radius: 100%;
	margin-bottom: 10px;
}
.seller p {
	margin: 0;
}
.seller .name {
	font-weight: 600;
}
.socail-share {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
}
.socail-share a {
	width: 25px;
	height: 25px;
	background-color: #F1F2FF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-size: 11px;
}

article br {
	display: block;
	margin: 0;
}
article p {
	line-height: 170%;
}
article ul,
article ul li {
	opacity: 0.9;
	line-height: 170%;
}
article ul {
	padding-left: 30px;
	margin-bottom: 20px;
}
article hr {
	margin: 0 0 10px;
}
article h1 {
	font-size: 2.28rem;
}
article h2 {
	font-size: 2rem;
}
article h3 {
	font-size: 1.8rem;
}
article h4 {
	font-size: 1.5rem;
}
article p:has(b,strong) {
	opacity: 1;
}

.image-grid {
	display: flex;
	gap: 10px;
}
.image-grid li {
	display: flex;
	align-content: center;
	align-items: center;
}
.image-grid img {
	max-height: 100%;
}


/*************************
	GLOBAL CSS
*************************/
.footer-logo,.links,.newsletter,.apps,
section,.product-card,.product-slider,.flex-box,.section-header,footer{
	float: left;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.box-shadow{
	box-shadow: 0 1px 6px 1px rgba(98, 98, 98, 0.3);
}

.text-shadow{
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.blog-card .action span,
.product-card .button-add-to-cart,.product-card,.links ul li a,ul.social-media > li,main, footer,#area-sidebar,.pro-thumb,.cart-item,.input-search .search,
.transition,.button-logsign,.button{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


@media (min-width: 1200px){
	.product-grid > div{
		width: calc(20% - 10px);	
	}
	.product-grid > div{
		width: calc(16.66% - 10px);	
	}
	.main + footer .container {
		max-width: 1200px !important;
		box-sizing: border-box;
		margin: 0 auto;
	}
}
@media (min-width: 1600px){
	.product-grid > div{
		width: calc(16.66% - 10px);	
	}
	.product-grid > div{
		width: calc(14.28% - 10px);	
	}
}
@media (min-width: 1600px){
	.sidebar .product-grid > div{
		width: calc(14.28% - 10px);	
	}
	.product-grid > div{
		width: calc(12.5% - 10px);	
	}
}
@media (max-width: 1024px){
	.cat-panel{
		flex-wrap: wrap;
	}
	.cat-panel > .cat-panel-box{
		width: 100%;
		flex: auto;
	}
	.module-list > .btns{
		display: none;
	}
	.flex-box > .accounts {
		flex: 0 0 225px;
	}
	.product-grid > div {
		width: calc(25% - 10px);
	}
	.product-card{
		min-width: 120px;
	}
	.cart-item{
		float: left;
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	.cart-item > div{
		float: right;
	}
	.cart-item > div.cart-thumb{
		float: left;
	}
	.cart-item > div:not(.cart-thumb){
		padding-left: 15px;
		width: calc(100% - 135px);
		box-sizing: border-box;
		margin: 0;
	}
	.cart-option .addtocart-box,.cart-amount {
		justify-content: flex-start;
	}
	.cart-option{
		position: relative;
		top: 26px;
	}
	.cart-amount{
		position: relative;
		top: -38px;
	}
	.cart-amount > .txt-title {
		font-weight: bold;
	}
	.blog-inner {
		flex-direction: column;
	}
	.blog-sidebar {
		flex: 1;
	}
}
@media (min-width: 992px){
	.row-flex {
		display: flex;
	}	
}
@media (max-width: 992px){
	.product-infos {
		flex-direction: column;
	}
	.pro-thumb-panel, .pro-des, .sliders .section-header .row > div:last-child {
		flex: 1 !important;
	}
	.pro-info {
		padding-left: 0;
	}
	.addtocart-box {
		flex-wrap: wrap;
		gap: 30px 0;
	}
	.footer-logo-box {
		flex-wrap: wrap;
		gap: 20px 0;
	}
	#zoom-ZoomContainer {
		width: 100% !important;
		box-sizing: border-box !important;
		left: 0 !important;
	}	
	.links {
		margin-bottom: 20px;
	}
}
@media (max-width: 860px){
	.product-grid > div {
		width: calc(33.33% - 10px);
	}
	.contact-info .flex-box, .quote-text {
		flex-direction: column;
	}
	.contact-info .flex-box {
		gap: 20px;
	}
	.quote-text {
		gap: 0;
		align-items: center;
		text-align: center;
	}
	.quote-text .quo i {
		top: 0;
	}
}
@media (max-width: 767px){
	.sliders .section-header .row{
		display: flex;
		justify-content: space-between;
	}
	.view-more-group {
		position: relative;
		top: -6px;
	}
	.sliders .section-header .row > div:first-child{
		flex: 1;
	}
	.sliders .section-header .row > div:last-child{
		flex: 0 0 108px;
	}
	.sliders .section-header .section-title{
		text-transform: initial;
	}
	.confirmation-panel {
		flex-direction: column;
		padding-inline: 0;
	}
	.tracking-list > li {
		flex-direction: column;
		position: relative;
		z-index: 1;
		gap: 1px;
	}
	.tracking-list .track-steps::before,
	.tracking-list .track-steps::after {
		display: none;
	}	
	.tracking-list .track-step-box {
		position: absolute;
		width: 36px;
		height: 36px;
		left: 20px;
		border-radius: 0;
		bottom: -15px;
	}
	.tracking-list .track-steps {
		order: 0;
	}
	.tracking-list .track-date {
		order: 2;
	}
	.tracking-list .track-caption {
		order: 3;
	}
	.tracking-list {
		margin-top: 50px;
	}
	.tracking-list > li .track-date {
		flex: auto;
	}
}
@media (max-width: 660px){	
	.banner-grid {
		--banner-gap: 10px;	
	}
	main,footer{
		padding-left: 0 !important;
	}
	#area-sidebar{
		left: -350px;
	}
	.search {
		display: none;
	}
	.flex-box > .logo {
		flex: 0 0 120px;
	}
	.menu-switcher {
		width: 50px;
	}
	.flex-box > .accounts {
		flex: 1;
	}
	.sub_box {
		display: block;
	}
	.subtdes p{
		word-wrap: break-word;
	}
	.product-grid > div {
		width: calc(50% - 10px);
	}
	.category h3,.section-title {
		font-size: 16px;
	}
	.search-mobile {
		display: block;
	}
	.social-tab {
    	flex-direction: column;
    	align-items: center;
    	text-align: center;
    }
    ul.social-media {
    	margin-top: 15px;
    }
}

@media (max-width: 460px){	
	.category .des > p {
		max-height: 60px;
		overflow: hidden;
	}
	.cart-thumb {
		width: 70px;
	}
	.cart-item > div:not(.cart-thumb) {
		width: calc(100% - 75px);
	}
	.mycart {
		flex-direction: column;
	}
	.account-log {
		font-size: 12px;
	}	
	.confm-caption .title {
		font-size: 24px;
		line-height: 40px;
	}
}

@media (max-width: 360px){
	.flex-box > .logo {
		flex: 0 0 110px;
	}	
	.module-list > li {
		padding-right: 5px;
	}
	
	.product-grid > div {
		width: 100%;
	}
	.product-grid,.product-grid > .product-card {
		margin-right: 0;
	}
	.category .thumb {
		flex: 0 0 120px;
	}
	.category .des > p {
		max-height: 40px;
	}
	#cartPrice {
		font-size: 11px;
	}
}
@media (max-width: 340px){
	.flex-box > .logo {
		flex: 0 0 100px;
	}
}