body,
.MuiTypography-root,
.MuiTableCell-root,
.react-calendar {
	font-family: 'Poppins', sans-serif !important;
}
.card {
	border: none !important;
}
.header {
	color: #000;
	font-weight: 300;
}
.dropdown-menu {
	font-size: 0.8rem;
}
.MuiTypography-h6 {
	font-size: 1rem !important;
}
.MuiTableCell-root {
	font-size: 0.8rem !important;
}

.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
	color: #3e4555;
}

.header.bg-success-gradiant {
	background: #fff; /* fallback for old browsers */
	/* background: -webkit-linear-gradient(to right, #3e88ff, #3e88ff);
  background: linear-gradient(to right, #3e88ff, #3e88ff); */
}

.header .font-12 {
	font-size: 12px;
}

.header .dropdown-item {
	padding: 8px 1rem;
	color: #8d97ad;
}

.header .h2-nav .navbar-nav .nav-item .nav-link {
	padding: 12px 0px;
	color: #000;
	font-weight: 600;
}

/* .header .h2-nav .navbar-nav .nav-item .nav-link:hover {
  color: #263238;
} */

.header .h2-nav .navbar-nav .nav-item {
	margin: 0 20px;
}

@media (min-width: 1024px) {
	.header .navbar-nav > .dropdown .dropdown-menu {
		min-width: 210px;
		margin-top: 0px;
	}
	.header .dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	.react-multiple-carousel__arrow--right {
		right: calc(4% + -10px) !important;
	}
	.react-multiple-carousel__arrow--left {
		left: calc(4% + -10px) !important;
	}
}

.header .dropdown-toggle::after {
	display: none;
}

.header .dropdown-submenu > .dropdown-menu.menu-right {
	left: auto;
	right: 100%;
	top: 0;
}

@media (min-width: 1024px) {
	.header .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
		display: block;
		margin-top: 0px;
	}
}

.header .btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.header .btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.header .h2-nav .navbar-nav .nav-item .btn {
	opacity: 0.5;
}

.header .h2-nav .navbar-nav .nav-item .btn:hover {
	opacity: 1;
}

.header .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: 0;
	border-radius: 0.25rem;
	display: none;
}

.header .navbar-nav > .dropdown .dropdown-menu {
	left: -80px;
}

/* ---------------LOGIN----------------- */
.logo-card {
	border-radius: 100px;
	width: 200px;
	height: 200px;
}
.login-card {
	background-color: #000;
	height: 500px;
	opacity: 0.6;
}
.card-inner {
	top: 60px;
	width: 400px;
	position: absolute;
}
.card-form-group {
	width: 400px;
}
.login {
	height: 100vh;
	text-align: center;
	background-image: url(https://images.pexels.com/photos/1181360/pexels-photo-1181360.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260);
	background-position: 460px center;
	background-size: cover;
}
.register {
	text-align: center;
	background-image: url('https://images.pexels.com/photos/317356/pexels-photo-317356.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
	background-position: center center;
	background-size: cover;
}
.logo-image {
	width: 140px;
	height: auto;
	margin-bottom: 20px;
}

.login .input-group-prepend .input-group-text {
	border: unset !important;
	border-left: 1px solid #ced4da !important;
	border-top: 1px solid #ced4da !important;
	border-bottom: 1px solid #ced4da !important;
	border-radius: 0.25rem;
	background-color: #fff !important;
	/* color: #3e88ff; */
}
.login .form-control {
	font-size: 0.9rem !important;
	border: unset !important;
	border-right: 1px solid #ced4da !important;
	border-top: 1px solid #ced4da !important;
	border-bottom: 1px solid #ced4da !important;
}
.login .form-control:focus,
.register .form-control:focus {
	color: unset !important;
	background-color: #fff;
	border-color: unset !important;
	outline: unset !important;
	box-shadow: unset !important;
	border-color: #ced4da !important;
}

.login .card,
.register .card {
	border: none !important;
}
.register .form-control {
	font-size: 0.9rem !important;
}
.register .input-group-append .input-group-text {
	border: unset !important;
	border-right: 1px solid #ced4da !important;
	border-top: 1px solid #ced4da !important;
	border-bottom: 1px solid #ced4da !important;
	border-radius: 0.25rem;
	background-color: #fff !important;
	/* color: #3e88ff; */
}
.register .form-control.form-with-append {
	border: unset !important;
	border-left: 1px solid #ced4da !important;
	border-top: 1px solid #ced4da !important;
	border-bottom: 1px solid #ced4da !important;
}
.primary-button {
	text-decoration: none;
	display: inline-block;
	padding: 13px 40px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: 0;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.14);
	position: relative;
	background: #3e88ff;
	font-size: 17px;
	font-weight: bold;
	border-radius: 50px !important;
	line-height: 20px;
	width: auto;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	cursor: pointer;
}
.primary-button:hover {
	color: #fff !important;
	text-decoration: unset !important;
}

.primary-text {
	color: #3e88ff;
}

.register-country .country-btn {
	padding: 5px !important;
	width: 100px;
}
.register-country .country img {
	width: 30%;
}

/* ---------------- HOME -------------- */
.logo {
	width: 167px;
}
.left-panel.col-md-3 {
	max-width: 22% !important;
}
.right-panel.col-md-9 {
	flex: 0 0 78% !important;
	max-width: 78% !important;
}
.sidebar {
	height: calc(100vh - 76px);
	overflow-y: scroll;
}
.page-content {
	padding: 10px;
	margin-bottom: 20px;
	height: calc(100vh - 100px);
	overflow-y: scroll;
}
.page-content::-webkit-scrollbar {
	display: none;
}
.content-header {
	margin: 20px 0;
}
.dashboard-card {
	margin-bottom: 30px;
	cursor: pointer;
}
.dashboard-card:hover .dashboard-icon {
	transform: translateY(-5px);
	transition: 0.2s all ease-in;
	color: #3e88ff;
}
.dashboard-icon {
	position: absolute;
	top: -30px;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s all ease-in;
}
.dashboard-number h3 {
	font-weight: bold;
}
.MuiPaper-elevation4 {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Side bar Pro */
.pro-sidebar {
	width: 100% !important;
	color: #fff !important;
}
.pro-sidebar * {
	font-size: 0.8rem !important;
}

.pro-sidebar .pro-menu a {
	text-decoration: none;
	color: #fff !important;
}
.pro-sidebar > .pro-sidebar-inner {
	background: #0014a1 !important;
}
.pro-sidebar-layout::-webkit-scrollbar,
.sidebar::-webkit-scrollbar {
	display: none;
}
.pro-sidebar .pro-menu.shaped .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
	background-color: unset !important;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
	border-color: #fff !important;
}
.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item {
	background-color: #010b72 !important;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover {
	color: #fff !important;
}
.react-responsive-modal-overlay {
	z-index: 1022 !important;
}

/* Calendar */
.react-calendar {
	border-radius: 4px !important;
	width: 350px !important;
	max-width: 100% !important;
	background: white !important;
	font: inherit !important;
	line-height: 1.125em !important;
	border: 0 !important;
	overflow: hidden !important;
}
.react-calendar__navigation {
	height: 44px !important;
	margin-bottom: 10px !important;
}
.Showcase .react-component {
	width: calc(100% - 10%) !important;
	max-width: 1110px !important;
	margin-top: -136px !important;
	margin-bottom: 4em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: flex !important;
	justify-content: center !important;
	font-size: 19px !important;
}
.react-calendar__month-view__weekdays {
	text-align: center !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-size: 0.75em !important;
	color: #1d2124 !important;
}

.country-dropdown {
	height: 400px;
	overflow-y: scroll;
}
.country-dropdown .country-flag {
	width: 30px !important;
}

.recent-activity-block {
	height: 250px;
	padding: 0px 20px;
	overflow-y: auto;
}
.recent-activity-block::-webkit-scrollbar {
	display: none;
}

.timeline ul {
	padding: 1em 0 0 2em;
	margin: 0;
	list-style: none;
	position: relative;
}
.timeline ul::before {
	content: ' ';
	height: 100%;
	width: 1px;
	background-color: #d9d9d9;
	position: absolute;
	top: 0;
	left: 2.5em;
	z-index: 1;
}
.timeline li div {
	display: inline-block;
	margin: 1em 0;
	vertical-align: top;
}
.timeline .bullet {
	width: 14px;
	position: absolute;
	height: 14px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
	margin-right: 1em;
}
.timeline .bullet.pink {
	border: 2px solid #f93b69;
	background-color: #f93b69;
}
.timeline .bullet.green {
	border: 2px solid #0514a1;
	background-color: #0514a1;
}
.timeline .bullet.orange {
	border: 2px solid #eb8b6e;
}
.timeline .time {
	width: 20%;
	font-size: 0.75em;
	padding-top: 0.25em;
}
.timeline .desc {
	width: 50%;
}
.timeline h3 {
	font-size: 0.9em;
	font-weight: 400;
	margin: 0;
}
.timeline h4 {
	margin: 0;
	font-size: 0.7em;
	font-weight: 400;
	color: #808080;
}
.timeline .people img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.react-calendar__tile--now {
	background: #3e88ff !important;
	color: #fff !important;
}

.menu-item {
	text-transform: uppercase;
	background: -webkit-gradient(linear, left top, right top, from(#0514a1), to(#43caff));
	background: linear-gradient(to right, #0514a1 0%, #43caff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* font-size: 20vw; */
	/* font-family: "Poppins", sans-serif; */
}

.billing-amount {
	width: 200px;
	height: 200px;
	border-radius: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #0514a1;
	background-color: #fff;
}
.paypal-image {
	width: 160px;
}
.billing-text {
	color: #fff;
}
.footer-links {
	padding-left: 0;
}
.footer-links li {
	list-style: none;
}
.bm-menu-wrap {
	width: 370px !important;
}
.bm-menu {
	padding: 10px !important;
}
.bm-item-list {
	padding: 0 !important;
}

.sidebar-cart {
	height: 550px;
	overflow: auto;
}
.input-group-prepend span {
	padding: 0 10px;
	font-size: 20px;
}
.input-group-append span {
	padding: 0 10px;
	font-size: 20px;
}
.quantity-text {
	font-size: 30px;
	width: 38px !important;
	padding: 0 !important;
	text-align: center;
}
.select-payment-option {
	list-style: none;
}
.img-paynow {
	width: 50px;
	margin: 0px 15px;
	margin-top: 10px;
}
.fav-icon {
	position: absolute;
	top: 4px;
	right: 10px;
	font-size: 20px;
}
.discount-icon {
	position: absolute;
	top: -8px;
	left: 7px;
	font-size: 50px;
}
.discount-icon p {
	position: absolute;
	top: 29px;
	left: 10px;
	font-size: 12px;
}
.bg-primary a {
	text-decoration: none;
	color: white;
}
.bg-primary a:hover {
	text-decoration: none;
	color: white;
}
.category-item a:hover {
	text-decoration: none;
}
.product-link:hover {
	text-decoration: none;
}
.product-link a:hover {
	text-decoration: none;
}
.product-card {
	padding: 12px;
}

.product-card img {
	height: 120px;
	object-fit: contain;
}
.category-item {
	height: 200px;
}
.category-div {
	height: 100px;
}
.category-item img {
	width: 50%;
}

.product-item a:hover {
	text-decoration: none;
}
.product-card .product-title {
	min-height: 58px;
}
.product-card a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.slider-row .slick-next {
	right: -25px !important;
}
.slider-row .slick-prev {
	left: -25px !important;
}
.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #ef2805 !important;
}

.verification input {
	margin: 0 5px;
	text-align: center;
	font-size: 1rem;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px #ccc inset;
	outline: none;
	width: 50px;
	height: 50px;
	transition: all 0.2s ease-in-out;
	border-radius: 3px;
}

.verification input:focus {
	border-color: var(--main-color);
	box-shadow: 0 0 5px var(--main-color) inset;
}
/* .loading-wrapper {
  margin-top: -100px;
} */
@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 4s linear infinite;
	-moz-animation: rotating 4s linear infinite;
	-ms-animation: rotating 4s linear infinite;
	-o-animation: rotating 4s linear infinite;
	animation: rotating 4s linear infinite;
}

.react-multiple-carousel__arrow {
	position: absolute;
	outline: 0;
	transition: all 0.5s;
	border-radius: 35px;
	z-index: 1 !important;
	border: 0;
	background: #ef2805 !important;
	min-width: 25px !important;
	min-height: 25px !important;
	opacity: 1;
	cursor: pointer;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.react-multiple-carousel__arrow::before {
	font-size: 15px !important;
	font-weight: bold;
	color: #fff;
	display: block;
	font-family: revicons;
	text-align: center;
	z-index: 2;
	position: relative;
}

.react-multiple-carousel__arrow--right {
	right: calc(4% + -40px) !important;
}
.react-multiple-carousel__arrow--left {
	left: calc(4% + -40px) !important;
}

@media (max-width: 1024px) {
	.shopping-cart-item {
		text-align: center;
	}

	.site-wrapper {
		margin-top: 70px !important;
	}

	.shopping-cart-item {
		text-align: center !important;
	}
	.site-wrapper {
		margin-top: 100px !important;
	}
	.home-banner {
		height: 150px !important;
	}
	.react-multiple-carousel__arrow--right {
		right: calc(4% + -10px) !important;
	}
	.react-multiple-carousel__arrow--left {
		left: calc(4% + -10px) !important;
	}
	.today-deal,
	.new-arrivals,
	.category-list {
		padding: 15px;
	}
	.category-item {
		height: 200px;
	}
	.category-div {
		height: 150px;
	}
	.category-item img {
		width: 50%;
	}
	.footer-logo {
		margin-bottom: 20px;
		text-align: center;
	}
}
.store-wrapper {
	display: flex;
	align-items: center;
	color: #e84200;
}
.store-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 5px;
	border-radius: 50px;
	margin-right: 10px;
}
.store-logo img {
	width: 30px;
	height: 30px;
}
.product-price .primary {
	color: #000;
}
.product-price .secondary {
	color: #afbcc9;
}
.product-price .success {
	color: #9acf4b;
}
.blur .primary {
	color: transparent;
	text-shadow: 0 0 5px #000;
}
.blur .secondary {
	color: transparent;
	text-shadow: 0 0 5px #afbcc9;
}
.blur .success {
	color: transparent;
	text-shadow: 0 0 5px #9acf4b;
}
