@keyframes swing {
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(10deg);
	}

	30% {
		transform: rotate(0deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(0deg);
	}

	60% {
		transform: rotate(5deg);
	}

	70% {
		transform: rotate(0deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes sonar {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

body {
	font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
	height: 100vh;
}

.page-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 2px;
}

.page-wrapper .theme.chiller-theme {
	background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
	right: 0px;
}

@media screen and (min-width: 768px) {
	.page-wrapper.toggled .page-content {
		padding-right: -300px;
	}
}

/*----------------show sidebar button----------------*/
#show-sidebar {
	/* position: fixed; */
	/* left: 0; */
	/* top: 10px; */
	/* border-radius: 0 4px 4px 0px; */
	/* width: 35px; */
	/* transition-delay: 0.3s; */
}

.page-wrapper.toggled #show-sidebar {
	left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
	padding: 10px 0px;
	background: #fff;
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	right: -300px;
	right: 0;
	z-index: 200001;
	box-shadow: 10px 0 10px 10px #ccc;
}

@media (min-width: 768px) {
	.sidebar-wrapper {
		min-width: 350px;
		max-width: 30%;
	}
}

.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar-wrapper a {
	text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: auto;
	position: relative;
}

.sidebar-content.desktop {
	overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
	padding: 10px 20px;
	display: flex;
	align-content: space-between;
	align-items: center;
}

.sidebar-wrapper .sidebar-brand h2 {
	font-size: 1.5rem;
}

.sidebar-wrapper .sidebar-brand > a {
	text-transform: uppercase;
	font-weight: bold;
	flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
	cursor: pointer;
	font-size: 1rem;
	margin-left: auto;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
	float: left;
	width: 60px;
	padding: 2px;
	border-radius: 12px;
	margin-right: 15px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
	float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
	display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
	padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
	display: inline-block;
	animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 25px;
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
	transform: rotate(90deg);
	right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
	border-top: 1px solid #000;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 310px;
	padding: 20px;
	color: #000;
	font-size: large;
}

.sidebar-footer > a {
	flex-grow: 1;
	text-align: center;

	position: relative;
}

.sidebar-footer > a .notification {
	position: absolute;
	top: 0;
}

.badge-sonar {
	display: inline-block;
	background: #980303;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}

.badge-sonar:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #980303;
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}

.page-wrapper .page-content > div {
	padding: 20px 40px;
}

.page-wrapper .page-content {
	overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
	width: 5px;
	height: 7px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #525965;
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #525965;
}

::-webkit-scrollbar-thumb:active {
	background: #525965;
}

::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: transparent;
}

::-webkit-scrollbar-track:active {
	background: transparent;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

#sidebarCartPositions {
	padding-bottom: 100%;
	overflow-y: scroll;
}

/* Shoppingcartpositions */
#sidebarCartPositions .shoppingcart-position {
	margin: 0px auto;
	width: 95%;
	color: #000;

	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: baseline;
	padding: 10px 20px 10px 0;
	border-bottom: 2px solid #c5c5c5;
}

#sidebarCartPositions .shoppingcart-position .product {
	min-height: auto;
}

#sidebarCartPositions .shoppingcart-position .name {
	font-size: large;
}

#sidebarCartPositions .shoppingcart-position .price {
	font-size: 20px;
	font-weight: bold;
	flex-wrap: nowrap;
}

#sidebarCartPositions .shoppingcart-position img {
	max-width: 100px;
}

#sidebarCartPositions .shoppingcart-position .product {
	width: 80%;
}

#sidebarCartPositions .shoppingcart-position .right {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#sidebarCartPositions .shoppingcart-position .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#sidebarCartPositions .shoppingcart-position .trash {
	font-size: 30px;
	cursor: pointer;
}

.vouchf {
	bottom: 310px;
	padding: 10px 20px;
}

.sidebar-wrapper {
	box-shadow: 0 4px 24px rgba(80, 50, 20, 0.07);
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.sidebar-content {
	padding: 24px 16px 10px 16px;
}

.sidebar-footer {
	background: #fff;
	border-top: 1px solid #e7e7e7;
	padding: 20px 16px 30px 16px;
	box-shadow: 0 -2px 18px rgba(80, 50, 20, 0.04);
}

@media (max-width: 767.98px) {
	.sidebar-wrapper {
		width: 100vw !important;
		max-width: 100vw !important;
		min-width: 0 !important;
		right: 0 !important;
		border-radius: 0;
	}
	.sidebar-content {
		padding: 20px 12px 6px 12px;
	}
	.sidebar-footer {
		padding: 14px 12px 16px 12px;
		border-top: 1px solid #f2f2f2;
		font-size: 1rem;
		box-shadow: 0 -2px 14px rgba(80, 50, 20, 0.07);
	}
	.sidebar-footer .btn,
	.sidebar-footer a.btn {
		width: 100%;
		margin-bottom: 8px;
		font-size: 1rem;
		padding: 0.85rem 1.1rem;
	}
	#subtotal {
		margin-bottom: 1.2rem !important;
	}
	#sidebarCartPositions {
		padding-bottom: 20px;
	}
	.shoppingcart-position {
		border-radius: 9px;
		margin-bottom: 18px;
		background: #faf9f7;
		padding: 12px 10px 12px 10px !important;
	}
}

@media (min-width: 768px) {
	.sidebar-content {
		padding: 26px 32px 16px 32px;
	}
	.sidebar-footer {
		padding: 28px 32px 26px 32px;
	}
	.shoppingcart-position {
		background: transparent;
		border-radius: 0;
	}
}

#sidebarCartPositions .quantity {
	margin: 20px 0;
	width: 130px;
	padding: 5px;
	display: flex;
	color: #034059;
	border: 1px solid #ccd9de;
	border-radius: 5%;
	margin-right: auto;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: baseline;
}

.quantity .count::-webkit-outer-spin-button,
.quantity .count::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.quantity .count[type='number'] {
	-moz-appearance: textfield;
}

.quantity .count {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	padding: 0 2px;
	border: 0;
	color: #000;
	font-weight: 300;
	text-align: center;
	min-width: 35px;
	max-width: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.quantity .plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
	text-align: center;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.quantity .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
	text-align: center;
	background-clip: padding-box;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.quantity span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

@media (min-width: 768px) {
	#sidebarCartPositions .quantity {
		margin: 20px 0;
		width: 150px;
		padding: 5px;
		display: flex;
		color: #034059;
		border: 1px solid #ccd9de;
		border-radius: 5%;
		margin-right: auto;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-evenly;
		align-items: baseline;
	}

	.sidebar-wrapper .sidebar-brand #close-sidebar {
		cursor: pointer;
		font-size: 2rem;
		margin-left: auto;
	}
}

.btn-checkout {
	background-color: #41693d !important;
}

.price-with-currency {
	white-space: nowrap;
}

.cart-desktop-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 24px;
	padding: 16px 0;
}
.cart-thumb {
	min-width: 80px;
	max-width: 110px;
	flex-shrink: 0;
}
.cart-thumb img,
.cart-thumb picture {
	width: 100%;
	max-width: 100px;
	height: auto;
	border-radius: 8px;
	background: #faf9f7;
}
.cart-main {
	min-width: 0;
}
.cart-title {
	font-weight: 600;
	font-size: 1.05rem;
	color: #232323;
	white-space: normal;
	word-break: break-word;
}
.cart-desktop-item .quantity {
	width: 120px;
	margin: 0 0 6px 0;
}
.cart-desktop-item .trash {
	font-size: 1.5rem;
	color: #b87f71;
	margin-left: 12px;
	cursor: pointer;
	vertical-align: middle;
}
.price-with-currency {
	font-weight: 700;
	font-size: 1.14rem;
	white-space: nowrap;
}
.baseprice .amount {
	font-size: 0.93rem;
	color: #666;
	font-weight: 400;
	white-space: nowrap;
	display: inline-block;
	margin-top: 3px;
}

@media (max-width: 767.98px) {
	.d-flex.justify-content-between.align-items-center {
		width: 100%;
	}

	.d-flex.justify-content-between.align-items-center .name {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		min-width: 0;
	}

	.d-flex.justify-content-between.align-items-center .trash {
		margin-left: 12px;
		font-size: 2rem;
		color: #b87f71;
		align-self: flex-start;
		transition: color 0.18s;
	}

	.d-flex.justify-content-between.align-items-center .trash:hover {
		color: #a45d43;
	}
}

.trash {
	color: #b87f71;
}
