@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);

body,
html {
	padding: 0;
	margin: 0
}

body.is-loading,
html.is-loading {
	overflow: hidden
}

body {
	overflow-x: hidden
}

* {
	.BrandsSlider .slick-slide -webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins';
	font-weight: 400;
	outline: none !important
}

ul {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
	vertical-align: middle
}

a {
	text-decoration: none;
	cursor: pointer
}

.fi {
	vertical-align: middle;
	line-height: 1
}

button {
	cursor: pointer
}

.ta-c {
	text-align: center;
	display: flex;
	width: auto;
	height: 50px;
	justify-content: center
}

.ta-r {
	text-align: right
}

.ta-l {
	text-align: left
}

.alert.alert-danger {
	border-color: #e70b1e;
	color: #e70b1e;
	background: #ffe4e4
}

.alert.alert-success {
	border-color: #4CAF50;
	color: #108415;
	background: #dcffdd
}

@-webkit-keyframes anim1 {
	0% {
		-webkit-transform: translateY(-100px) translateX(100px);
		transform: translateY(-100px) translateX(100px)
	}

	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0)
	}
}

@keyframes anim1 {
	0% {
		-webkit-transform: translateY(-100px) translateX(100px);
		transform: translateY(-100px) translateX(100px) rotateZ(-70deg)
	}

	100% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0) rotateZ(0)
	}
}

@-webkit-keyframes anim2 {
	0% {
		-webkit-transform: translateY(0) translateX(0) rotateZ(50deg);
		transform: translateY(0) translateX(0) scale(1.4) rotateZ(50deg)
	}

	100% {
		-webkit-transform: translateY(-100px) translateX(100px) rotateZ(0deg);
		transform: translateY(-100px) translateX(100px) scale(1) rotateZ(0)
	}
}

@keyframes anim2 {
	0% {
		-webkit-transform: translateY(0) translateX(0) rotateZ(50deg);
		transform: translateY(0) translateX(0) scale(1.4) rotateZ(50deg)
	}

	100% {
		-webkit-transform: translateY(-100px) translateX(100px) rotateZ(0deg);
		transform: translateY(-100px) translateX(100px) scale(1) rotateZ(0)
	}
}

@-webkit-keyframes anim3 {
	100% {
		-webkit-transform: translateX(0) rotateZ(0deg);
		transform: translateX(0) rotateZ(0deg)
	}

	0% {
		-webkit-transform: translateX(100px) rotateZ(60deg);
		transform: translateX(100px) rotateZ(60deg)
	}
}

@keyframes anim3 {
	100% {
		-webkit-transform: translateX(0) rotateZ(0deg);
		transform: translateX(0) rotateZ(0deg)
	}

	0% {
		-webkit-transform: translateX(100px) rotateZ(60deg);
		transform: translateX(100px) rotateZ(60deg)
	}
}

@-webkit-keyframes anim4 {
	0% {
		-webkit-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0)
	}

	100% {
		-webkit-transform: translateY(-100px) translateX(100px);
		transform: translateY(-100px) translateX(100px)
	}
}

@keyframes anim4 {
	100% {
		-webkit-transform: translateY(0) translateX(0) rotateZ(0deg);
		transform: translateY(0) translateX(0) scale(1) rotateZ(0deg)
	}

	0% {
		-webkit-transform: translateY(-100px) translateX(100px) rotateZ(60deg);
		transform: translateY(-100px) translateX(-100px) scale(.8) rotateZ(60deg)
	}
}

@-webkit-keyframes circle1 {
	from {
		-webkit-transform: rotateZ(0deg)
	}

	to {
		-webkit-transform: rotateZ(360deg)
	}
}

@-webkit-keyframes ccircle1 {
	from {
		-webkit-transform: rotateZ(0deg)
	}

	to {
		-webkit-transform: rotateZ(-360deg)
	}
}

body .outCircle {
	width: 200px;
	height: 200px;
	right: 15%;
	position: absolute;
	top: 170px
}

body .rotate {
	width: 50%;
	height: 50%;
	position: absolute
}

body .counterrotate {
	width: 50px;
	height: 50px
}

body .inner {
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	display: table-cell
}

body .anim1 {
	-webkit-animation: circle1 3s infinite linear
}

body .anim1 .counterrotate {
	-webkit-animation: ccircle1 3s infinite linear
}

.loading-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9999;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.loading-box .content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.loading-box .content img {
	height: 90px
}

.loading-box .content p {
	font-size: 15px;
	font-weight: 700
}

.loading-box .content p img {
	height: 30px;
	vertical-align: middle
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	margin: unset !important;
	padding: 0 15px;
	align-items: center;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1500;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.nav .logo {
	width: 90px;
	margin: 7px 0
}

.nav .category {
	margin-left: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 75px
}

.nav .category .menu {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nav .category .menu>li>a {
	color: #666;
	padding: 0;
	margin: 0 15px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700
}

.nav .category .menu>li>a .arrow {
	height: 12px;
	opacity: .5;
	vertical-align: middle;
	margin-left: 6px
}

.nav .category .menu>li>a .chef-hat {
	height: 18px;
	vertical-align: middle;
	margin-right: 19px;
	-webkit-transform: scale(2);
	transform: scale(2)
}

.nav .category .menu>li>a:hover {
	color: #000
}

.nav .category .menu li {
	position: static;
	height: 100%
}

.nav .category .menu li:hover .big-drop {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.nav .category .menu li .big-drop {
	position: absolute;
	left: 100px;
	width: 80%;
	z-index: 1500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: rgb(0 0 0 / .06) 0 6px 5px;
	box-shadow: rgb(0 0 0 / .06) 0 6px 5px;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	display: none
}

.nav .category .menu li .big-drop .left {
	width: 30%;
	border-right: 1px #ddd solid;
	min-height: 450px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.nav .category .menu li .big-drop .left .cats {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.nav .category .menu li .big-drop .left .view-all {
	padding: 8px;
	text-align: center;
	display: block;
	color: #fff;
	width: 100%;
	background: var(--wen-secondary-color)
}

.nav .category .menu li .big-drop .left .main-link {
	display: block;
	color: #666;
	padding: 0 15px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin: 0;
	cursor: pointer;
	background: #fff
}

.nav .category .menu li .big-drop .left .main-link>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 0;
	margin: 0;
	color: #666
}

.nav .category .menu li .big-drop .left .main-link>a span {
	width: 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.nav .category .menu li .big-drop .left .main-link>a span b {
	vertical-align: middle;
	font-weight: 700
}

.nav .category .menu li .big-drop .left .main-link>a span img {
	height: 20px;
	margin-right: 8px;
	vertical-align: middle
}

.nav .category .menu li .big-drop .left .main-link:hover {
	background: #f5f5f5
}

.nav .category .menu li .big-drop .left .main-link:hover span {
	color: #333
}

.nav .category .menu li .big-drop .left .main-link:hover .subs-box {
	display: block !important
}

.nav .category .menu li .big-drop .right {
	width: 70%;
	background: #f8f8f8;
	position: relative
}

.nav .category .menu li .big-drop .right .thumb-img {
	width: 100px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute
}

.nav .category .menu li .big-drop .subs-box {
	position: absolute;
	width: 70%;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: rgb(255 255 255 / .8);
	padding: 5px 10px;
	display: none;
	height: 100%;
	overflow-y: scroll;
	z-index: 3
}

.nav .category .menu li .big-drop .subs-box a {
	border: 1px solid #fff0;
	padding: 3px 10px;
	border-radius: 50px;
	background: none;
	width: 31%;
	margin-bottom: 9px;
	display: inline-block;
	color: #222;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-weight: 700
}

.nav .category .menu li .big-drop .subs-box a:hover {
	color: var(--wen-secondary-color)
}

.nav .left-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nav .right-nav .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nav .right-nav .links a {
	color: #222;
	margin: 0 15px
}

.nav .right-nav .links a.ico {
	position: relative;
	font-size: 20px
}

.nav .scart span {
	background: var(--wen-primary-color);
	color: #fff;
	padding: 0 10px;
	border-radius: 30px;
	font-size: 10px;
	position: absolute;
	top: -14px;
	left: 10px
}

.nav .search-box {
	z-index: 5;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: 0.8s all;
	transition: 0.8s all;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.nav .search-box.shown {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.nav .search-box form {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: #b3b3b3 1px solid;
	margin-right: 15px;
	border-radius: 8px
}

.nav .search-box form input {
	border: none;
	padding: 7px 15px;
	font-size: 17px;
	min-width: 350px;
	background: none
}

.nav .search-box button {
	background: none;
	border: none;
	font-size: 18px;
	color: var(--wen-primary-color);
	padding: 0 15px
}

.nav.is-scrolled {
	background: rgb(255 255 255 / .95);
	-webkit-box-shadow: rgb(0 0 0 / .06) 0 3px 6px;
	box-shadow: rgb(0 0 0 / .06) 0 3px 6px;
	border-radius: 0 0 20px 20px
}

.mbtn {
	background: var(--wen-primary-color);
	color: #fff;
	padding: 11px 20px;
	border-radius: 7px;
	display: inline-block;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border: none;
	float: left;
	margin: 0 0 10px 0
}

.mbtn.c2 {
	background: var(--wen-secondary-color)
}

.mbtn:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: rgb(0 0 0 / .2) 0 3px 8px;
	box-shadow: rgb(0 0 0 / .2) 0 3px 8px;
	color: #fff
}

.filter-head {
	padding: 50px 0
}

.filter-head ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.filter-head ul li {
	padding: 10px
}

.filter-head ul li button {
	background: #ddd;
	color: #333
}

.filter-head ul li button.active {
	background: var(--wen-secondary-color);
	color: #fff
}

.home-slider {
	position: relative;
	padding-top: 100px;
	background: -webkit-gradient(linear, left bottom, left top, from(#d3f1ee), to(#eafffd));
	background: linear-gradient(0deg, #d3f1ee, #eafffd);
	overflow: hidden !important
}

.home-slick {
	position: relative
}

.home-slick .slick-list {
	overflow: visible !important
}

.home-slick .slider-member {
	height: calc(90vh - 100px);
	width: 100%;
	position: relative
}

.home-slick .slider-member::after {
	content: '';
	width: 350px;
	height: 350px;
	background-image: url(/frontend/img/corner1.svg);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1
}

.home-slick .slider-member::before {
	content: '';
	width: 350px;
	height: 350px;
	background-image: url(/frontend/img/corner2.svg);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	top: -100px;
	right: 0;
	z-index: 2;
	opacity: .5
}

.home-slick .content {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-left: 10%;
	padding-right: 3%
}

.home-slick .content .text-par {
	width: 55%;
	padding: 30px 0
}

.home-slick .content .text-par .category {
	color: var(--wen-primary-color);
	font-weight: 700;
	display: block;
	font-size: 20px;
	-webkit-transition: 1.4s all ease;
	transition: 1.4s all ease;
	opacity: 0;
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px)
}

.home-slick .content .text-par h1 {
	color: #000;
	font-size: 60px;
	margin: 20px 0;
	line-height: 1.2;
	-webkit-transition: 1.4s all ease;
	transition: 1.4s all ease;
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
	font-weight: 700;
	opacity: 0
}

.home-slick .content .text-par h1 span {
	color: var(--wen-primary-color);
	font-weight: 700
}

.home-slick .content .text-par h2 {
	font-size: 20px;
	color: #555;
	padding: 5px 0;
	margin: 0;
	opacity: 0;
	-webkit-transition: 1.4s all ease;
	transition: 1.4s all ease;
	-webkit-transform: translateX(-35%);
	transform: translateX(-35%)
}

.home-slick .content .text-par .btns {
	-webkit-transition: 1.4s all ease;
	transition: 1.4s all ease;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.home-slick .content .img-par {
	width: 45%;
	position: relative
}

.home-slick .content .img-par .img {
	width: 120%;
	height: 550px;
	position: absolute;
	top: -70px;
	right: -32px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-filter: drop-shadow(rgb(0 0 0 / .26) -5px 11px 4px);
	filter: drop-shadow(rgb(0 0 0 / .26) -5px 11px 4px);
	-webkit-transition: 1.4s all ease;
	transition: 1.4s all ease;
	-webkit-transform: translateY(300px);
	transform: translateY(300px)
}

.home-slick .slick-current .content h2,
.home-slick .slick-current .content h1 {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1
}

.home-slick .slick-current .content .category,
.home-slick .slick-current .content .btns {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.home-slick .slick-current .content .price {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.home-slick .slick-current .content .img-par .img {
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.features-box {
	width: 85%;
	margin: auto;
	position: relative;
	top: 0
}

.features-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: rgb(0 0 0 / .16) 0 3px 6px;
	box-shadow: rgb(0 0 0 / .16) 0 3px 6px;
	padding: 40px 35px;
	flex-wrap: wrap
}

.features-box ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 25%
}

@media (max-width:1000px) {
	.features-box ul li {
		width: 50%;
		margin-bottom: 25px
	}
}

@media (max-width:500px) {
	.features-box ul li {
		width: 100%;
		margin-bottom: 25px
	}
}

.features-box ul li div {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1px
}

.features-box ul li img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	margin-right: 20px;
	opacity: .4
}

.features-box ul li h1 {
	margin: 0;
	font-size: 16px;
	color: var(--wen-primary-color);
	font-weight: 700
}

.features-box ul li p {
	height: 37px;
	font-size: 13px;
	color: #555;
	margin: 0
}

.top-cats-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 85%;
	margin: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.top-cats-box .tcb-box {
	width: 33%;
	height: 170px;
	padding-top: 16%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
	border-radius: 15px;
	overflow: hidden
}

@media (max-width:1000px) {
	.top-cats-box .tcb-box {
		width: 100%;
		margin-bottom: 18px;
		height: 180px
	}
}

.top-cats-box .tcb-box .content {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 50%
}

.top-cats-box .tcb-box .content h1 {
	line-height: 1.3;
	font-size: 30px;
	color: #222;
	margin: 0;
	margin-bottom: 8px
}

.top-cats-box .tcb-box.dark .content h1 {
	color: #fff
}

.top-cats-box .tcb-box:hover {
	background-size: 110% 110%
}

.coverer {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgb(0 0 0 / .6);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 16;
	display: none
}

.products {
	padding: 10px 1%;
	background: #fff;
	overflow: hidden
}

.products .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.products .grid .filter-item {
	width: 25%
}

@media (max-width:600px) {
	.products .grid .filter-item {
		width: 100%
	}
}

@media (min-width:600px) and (max-width:1000px) {
	.products .grid .filter-item {
		width: 50%
	}
}

@media (min-width:1000px) and (max-width:1230px) {
	.products .grid .filter-item {
		width: 33%
	}
}

.products .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative
}

.products .heading form {
	position: absolute;
	right: 0;
	padding: 18px;
	top: 6px
}

.products .heading form button {
	background: var(--wen-primary-color);
	border: none;
	color: #fff;
	padding: 8px;
	border-radius: 50px;
	min-width: 100px;
	text-align: center
}

.products .heading h3 span {
	color: #fff;
	font-size: 10px;
	padding: 5px;
	background-color: var(--wen-primary-color)
}

.Number-Of-Products {
	position: relative;
	margin-top: 20px;
	padding-right: 10px;
	display: flex;
	justify-content: flex-end
}

.Number-Of-Products span {
	background-color: #fff;
	margin-bottom: 0;
	color: var(--wen-nav-primary-color);
	display: inline-block;
	font-size: 20px;
	z-index: 9;
	padding-bottom: 5px;
	padding-left: 10px
}

.Number-Of-Products::after {
	position: absolute;
	bottom: 12px;
	width: 90%;
	right: 5%;
	height: 1px;
	content: '';
	background-color: #e7e7e7;
	z-index: -1
}

.products .item {
	width: 300px;
	height: 400px;
	-webkit-box-shadow: rgb(0 0 0 / .16) 0 5px 10px;
	box-shadow: rgb(0 0 0 / .16) 0 5px 10px;
	margin: 0 auto;
	margin-bottom: 35px;
	background: #fff;
	position: relative;
	border-radius: 5px;
	position: relative;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: block
}

.products .item.label-move {
	height: 423px !important
}

.products .item .content {
	position: relative;
	display: block;
	padding: 20px 5px;
	padding-bottom: 0
}

.products .item .fav-btn {
	position: absolute;
	top: 18px;
	right: 20px;
	background: none;
	border: none;
	padding: 7px;
	padding-top: 3px;
	z-index: 8;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-size: 20px;
	background: #ffe8e8;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	color: #ff7474
}

.products .item .fav-btn i {
	line-height: 1
}

.products .item .fav-btn:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.FrozenProduct {
	margin: 11px 0;
	border: none;
	padding: 2px;
	z-index: 8;
	transition: 0.3s all;
	font-size: 15px;
	background: #89C5F6;
	border-radius: 17px;
	width: 90px;
	height: 25px;
	color: #fff;
	text-align: center
}

.FrozenProduct span {
	line-height: 0;
	padding: 6px
}

.RefrigeratedProduct {
	margin: 11px 0;
	border: none;
	padding: 2px;
	z-index: 8;
	transition: 0.3s all;
	font-size: 15px;
	background: #89C5F6;
	border-radius: 17px;
	width: 134px;
	height: 25px;
	color: #fff;
	text-align: center
}

.RefrigeratedProduct span {
	line-height: 0;
	padding: 6px
}

.products .item .sale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	min-width: 65px;
	background: #e92e2e;
	padding: 5px 15px;
	-webkit-transform: skewX(3deg);
	transform: skewX(1deg);
	border-radius: 0 3px 24px 0
}

.products .item .background-image {
	width: 100%;
	height: 180px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.products .item h3 {
	color: var(--wen-secondary-color);
	font-size: 14px;
	margin: 20px 10px 7px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700
}

.products .item h3 .brand {
	font-weight: 700;
	font-size: 16px
}

.products .item h4 {
	color: #222;
	text-align: left;
	margin: 0 10px;
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	height: 54px;
	overflow: hidden
}

.products .item h4 p {
	margin-top: 25px
}

.products .item .weight {
	position: absolute;
	bottom: 0;
	right: 0
}

.NewProduct {
	margin: 11px 0;
	border: none;
	padding: 2px;
	z-index: 8;
	transition: 0.3s all;
	font-size: 15px;
	background: #e92e2e;
	border-radius: 17px;
	width: 52px;
	height: 25px;
	color: #fff;
	text-align: center
}

.NewProduct span {
	line-height: 0;
	padding: 6px
}

.products .item .code {
	color: #888;
	font-size: 14px;
	position: absolute;
	top: 217px;
	right: 10px;
	z-index: 9990;
	max-width: 82px
}

.products .item .price {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	text-align: left;
	margin: 10px;
	margin-top: 0
}

.products .item .price.label-move {
	position: absolute;
	right: 0%;
	bottom: 0%
}

.products .item .price span {
	color: #999
}

.products .item .price strong {
	font-size: 20px;
	font-weight: 700;
	color: var(--wen-primary-color)
}

.products .item .stock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	width: auto;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.products .item .stock img {
	width: 13px;
	height: 13px;
	margin-right: 5px
}

.products .item .stock p {
	display: block;
	color: #999;
	margin: 0;
	text-align: center
}

.products .item .cart-pr {
	width: 94%;
	margin: auto;
	padding: 20px 5px;
	padding-top: 0;
	position: absolute;
	bottom: 0;
	right: 5px
}

.products .item:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	border: 1px solid var(--wen-primary-color)
}

#checkout-modal h2 {
	font-size: 22px
}

#checkout-modal button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 10px;
	text-align: left
}

#checkout-modal button img {
	height: 35px;
	margin-right: 15px
}

#checkout-modal button>div {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

#checkout-modal button .arrow {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	height: 25px;
	width: 25px
}

#checkout-modal button span {
	display: block;
	font-size: 16px;
	color: #fff
}

#checkout-modal button b {
	color: #fff;
	display: block;
	font-size: 14px
}

#checkout-modal button.cash-btn {
	background: var(--wen-primary-color)
}

#checkout-modal button.credit-btn {
	background: #ED603A
}

.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s all;
	transition: 0.5s all
}

.cart .outofstock {
	pointer-events: none;
	font-size: 15px;
	cursor: default;
	color: #fff;
	padding: 5px 20px;
	background-color: #da2020;
	border-radius: 5px;
	border: none;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.cart .callforprice {
	pointer-events: none;
	font-size: 15px;
	text-align: center;
	cursor: default;
	color: #fff;
	padding: 5px 20px;
	background-color: #565656;
	border-radius: 5px;
	border: none;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.cart .call_for_price {
	font-size: 15px;
	color: #fff;
	padding: 5px 20px;
	background-color: #565656;
	border-radius: 25px;
	border: none;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.cart .out_of_stock {
	font-size: 15px;
	color: #fff;
	padding: 5px 20px;
	background-color: #da2020;
	border-radius: 25px;
	border: none;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.cart .add-cart-btn {
	font-size: 15px;
	color: #fff;
	padding: 5px 20px;
	background-color: var(--wen-primary-color);
	border-radius: 25px;
	border: none;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.cart .out_of_stock img {
	width: 16px;
	height: 16px;
	margin-right: 8px
}

.cart .out_of_stock:hover {
	background: var(--wen-secondary-color)
}

.cart .call_for_price img {
	width: 16px;
	height: 16px;
	margin-right: 8px
}

.cart .call_for_price:hover {
	background: var(--wen-secondary-color)
}

.cart .add-cart-btn img {
	width: 16px;
	height: 16px;
	margin-right: 8px
}

.cart .add-cart-btn:hover {
	background: var(--wen-secondary-color)
}

.cart .counter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 25px;
	width: 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 5px
}

.cart .counter input {
	width: 1px;
	text-align: center;
	border: none;
	background: none;
	font-size: 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.cart .counter .minus-btn,
.cart .counter .plus-btn {
	background: none;
	border: none;
	padding: 0;
	background: #ddd;
	border-radius: 15px;
	width: 25px;
	height: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.cart .counter .minus-btn img,
.cart .counter .plus-btn img {
	height: 10px;
	width: 10px;
	display: inline-block
}

.cart .counter .minus-btn:hover,
.cart .counter .plus-btn:hover {
	background: #bbb
}

.cart .counter input.details {
	font-size: 20px !important
}

.cart .counter .minus,
.cart .counter .plus {
	background: none;
	border: none;
	padding: 0;
	background: #ddd;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.cart .counter .minus img,
.cart .counter .plus img {
	height: 15px;
	width: 15px;
	display: inline-block
}

.cart .counter .minus:hover,
.cart .counter .plus:hover {
	background: #bbb
}

#My_Order_Title {
	font-size: 26px;
	position: relative;
	margin: 20px auto;
	text-align: center;
	color: var(--wen-nav-primary-color);
	font-weight: 600
}

#My_Order_Title::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	background: var(--wen-nav-primary-color);
	border-radius: 10px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.My-Order-Table {
	width: 98%;
	border-collapse: collapse;
	margin: 40px 1%;
	padding: 0
}

.My-Order-Table td,
.My-Order-TableMy-Order-Table th {
	padding: 12px 15px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 18px
}

.My-Order-Table th {
	background-color: var(--wen-nav-primary-color);
	color: #fff;
	font-weight: 500
}

.My-Order-Table tbody tr:nth-child(even) {
	background-color: var(--wen-nav-primary-color)40
}

@media only screen and (max-width:600px) {
	.My-Order-Table thead {
		display: none
	}

	.My-Order-Table,
	.My-Order-Table tbody,
	.My-Order-Table tr,
	.My-Order-Table td {
		display: block;
		width: 100%
	}

	.My-Order-Table tr {
		margin-bottom: 15px
	}

	.My-Order-Table td {
		padding-left: 50%;
		text-align: left;
		position: relative
	}

	.My-Order-Table td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 50%;
		padding-left: 15px;
		font-size: 15px;
		font-weight: 700;
		text-align: left
	}
}

#Categories-Title {
	margin: 25px 0 40px 0;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	position: relative
}

#Categories-Title::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	background: var(--wen-nav-primary-color);
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.Our-Categories a {
	color: #000
}

.Categorie-Title {
	color: var(--wen-nav-primary-color);
	margin: 10px 0 0 0;
	font-weight: 500
}

.Categorie-Text {
	font-weight: 500
}

.Categories-box {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.our-services {
	margin: 40px 0;
	padding-bottom: 30px;
	padding: 0 60px;
	min-height: 198px;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	transition: all .4s ease-in-out;
	box-shadow: 0 0 25px 0 rgb(20 27 202 / .17);
	cursor: pointer
}

.our-services:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: rgb(0 0 0 / .2) 0 3px 8px;
	box-shadow: rgb(0 0 0 / .2) 0 3px 8px
}

.our-services .icon {
	margin-bottom: -21px;
	transform: translateY(-50%);
	text-align: center
}

.icon i {
	color: #fff;
	padding: 16px;
	border-radius: 50%;
	font-size: 36px;
	background: var(--wen-nav-primary-color)
}

.ribbon {
	width: 140px;
	height: 100px;
	overflow: hidden;
	position: absolute
}

.ribbon span {
	position: absolute;
	display: block;
	width: 220px;
	height: 25px;
	padding: 4px 0;
	background-color: #dc3434;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	color: #fff;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
	text-transform: uppercase;
	text-align: center
}

.ribbon-top-left {
	top: 0;
	left: 0
}

.ribbon-top-left span {
	right: -5px;
	top: 22px;
	transform: rotate(-45deg)
}

.footer {
	background-color: #fff;
	position: relative;
	z-index: 300
}

.footer h3 {
	font-weight: 700;
	color: var(--wen-primary-color)
}

.footer .row {
	margin: 0;
	padding: 10px 3%
}

.footer .part {
	width: 100%
}

.footer .part .logo {
	width: 90px
}

.footer .part p {
	font-size: 13px
}

.footer .part ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer .part ul li {
	padding: 6px 0
}

.footer .part ul a {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	text-transform: capitalize;
	color: #666
}

.footer .part ul a i {
	font-size: 20px;
	color: var(--wen-primary-color);
	margin-right: 5px;
	position: relative;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	right: 0
}

.footer .part ul a:hover i {
	right: -3px;
	color: var(--wen-secondary-color)
}

.footer .part .contact-info-box {
	padding: 15px 0
}

.footer .part .contact-info {
	padding: 4px
}

.footer .part .contact-info i {
	font-size: 20px;
	margin-right: 10px;
	color: var(--wen-primary-color)
}

.footer .part .contact-info p {
	display: inline-block;
	margin: 0
}

.footer .part .social a {
	width: 35px;
	height: 35px;
	background-color: var(--wen-secondary-color);
	border-radius: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin-right: 13px
}

.footer .part .social a img {
	width: 35px;
	-webkit-filter: brightness(5);
	filter: brightness(5);
	margin: 2px;
	padding: 10px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.footer .part .social a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.footer .part .contact-form {
	display: block;
	width: 100%
}

.footer .part .contact-form .input1 {
	margin-bottom: 5px;
	border: none;
	background: #f3f3f3
}

.footer .part .contact-form .input1:focus {
	background: #e4e4e4
}

.footer .part .contact-form textarea {
	height: 100px;
	resize: none
}

.footer .copy-right {
	width: 100%;
	background-color: #f2f2f2;
	padding: 15px
}

.footer .copy-right p {
	text-align: center;
	font-size: 12px;
	margin: 0;
	color: #666
}

.footer::after {
	content: '';
	width: 100%;
	height: 25px;
	background-color: #fff;
	position: absolute;
	top: -24px;
	border-radius: 15px 15px 0 0;
	-webkit-box-shadow: rgb(0 0 0 / .05) 0 -3px 6px;
	box-shadow: rgb(0 0 0 / .05) 0 -3px 6px;
	display: block;
	left: 0;
	z-index: 10
}

.btn1 {
	border-radius: 50px;
	border: none;
	color: #fff;
	padding: 8px 18px;
	text-align: center;
	background: var(--wen-primary-color);
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.btn1 img {
	height: 18px;
	margin-right: 5px
}

.btn1:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.btn1.white {
	background: #fff;
	color: #222
}

.heading h3 {
	position: relative;
	font-size: 26px;
	font-weight: 700
}

.heading h3::after {
	content: '';
	position: absolute;
	width: 81px;
	height: 4px;
	top: 30px;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
	background: var(--wen-secondary-color);
	border-radius: 50px
}

.input1 {
	padding: 7px 15px;
	border: #aaa 1px solid;
	font-size: 16px;
	border-radius: 5px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: inline-block;
	width: 100%
}

.input1:focus {
	border-color: var(--wen-secondary-color)
}

textarea.input1 {
	resize: vertical
}

.ViewAllButton {
	position: relative;
	margin-top: 20px;
	display: flex;
	justify-content: flex-end
}

.ViewAllButton a {
	background-color: #fff;
	margin-bottom: 0;
	color: var(--wen-nav-primary-color);
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	z-index: 9;
	padding-bottom: 5px;
	padding-right: 25px
}

.ViewAllButton a:hover {
	color: #005951
}

.ViewAllButton::after {
	position: absolute;
	bottom: 12px;
	width: 90%;
	right: 5%;
	height: 1px;
	width: 99%;
	content: '';
	background-color: #e7e7e7;
	z-index: -1
}

.item img {
	width: 100%
}

.Brand-Container {
	max-width: 1040px;
	margin: 0 auto
}

.BrandsSection h2 {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin-bottom: 60px
}

.BrandsSection h2::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	background: var(--wen-nav-primary-color);
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.Brands-item {
	background: #fff;
	box-shadow: rgb(0 0 0 / 16%) 0 5px 10px;
	border-radius: 8px;
	padding: 15px;
	border: 1px solid #777
}

.Brands-item:hover {
	border: 1px solid var(--wen-nav-primary-color)
}

.BrandsSlider .slick-slide {
	margin: 15px;
	overflow: hidden !important
}

.albums-home-box {
	background-image: url(frontend/img/Cook/Books.jpg);
	background-size: 40% 100%;
	background-position: top left;
	position: relative;
	padding: 25px 5%;
	background-repeat: no-repeat
}

.albums-home-box>.row {
	position: relative;
	z-index: 2
}

.albums-home-box .slick-prev {
	left: -4%
}

.albums-home-box .slick-next {
	right: -6%
}

.albums-home-box .slider-title {
	padding: 18px 0%
}

.albums-home-box .slider-title img {
	height: 212px;
	margin: auto;
	display: block
}

.albums-home-box .slider-title h1 {
	font-size: 25px;
	text-align: left;
	color: #000;
	text-transform: capitalize;
	margin: 0;
	position: absolute;
	left: 6%;
	font-weight: 700;
	width: 20%;
	white-space: nowrap;
	z-index: 10
}

.albums-home-box .slider-title h1 span {
	display: block;
	line-height: 1;
	font-size: 40px;
	color: var(--wen-primary-color);
	font-weight: 700;
	margin-left: 22%;
	border-radius: 10px;
	padding-left: 3%;
	background: #fff;
	margin-bottom: -3px
}

.albums-home-box .slider-title h1 b {
	font-weight: 700;
	margin-left: 60%;
	color: var(--wen-secondary-color);
	margin-top: -3px;
	border-radius: 0 0 0 10px;
	padding-left: 3%;
	background: #fff;
	text-transform: lowercase
}

.albums-home-box .albums-home-slider {
	position: relative;
	z-index: 2
}

.albums-home-box .albums-home-slider .slick-prev {
	display: none !important
}

.albums-home-box .albums-home-slider .slick-next {
	background-image: url(/frontend/img/arrow.svg);
	height: 20px;
	width: 20px;
	background-color: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.albums-home-box .albums-home-slider .slick-next::before {
	content: unset !important
}

.albums-home-box::after {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0
}

.albums-home-box .cook-item {
	width: auto;
	height: 380px;
	border-radius: 7px;
	-webkit-box-shadow: rgb(0 0 0 / .16) 0 0 5px;
	box-shadow: rgb(0 0 0 / .16) 0 0 5px;
	position: relative;
	background-size: cover;
	background-position: center;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: 42px
}

.albums-home-box .cook-item .content {
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	padding: 15px;
	padding-top: 90px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff0), to(rgb(0 0 0 / .7)));
	background: linear-gradient(180deg, #fff0, rgb(0 0 0 / .7))
}

.albums-home-box .cook-item .content span {
	color: var(--wen-primary-color);
	background: #fff;
	padding: 3px 10px;
	border-radius: 50px;
	font-size: 13px;
	margin-bottom: 5px;
	display: inline-block
}

.albums-home-box .cook-item .content h1 {
	color: #fff;
	margin: 0
}

.title-with-img {
	text-align: center;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.title-with-img img {
	height: 100px;
	opacity: .5
}

.title-with-img span {
	font-size: 25px;
	color: var(--wen-primary-color);
	font-weight: 700;
	display: block
}

.title-with-img b {
	display: block;
	font-family: 'Zabritzkyes Personal Use';
	color: var(--wen-secondary-color);
	font-size: 36px;
	margin: 10px
}

.recipes-section {
	padding: 25px 3%;
	padding-bottom: 50px;
	-webkit-box-shadow: rgb(0 0 0 / .16) 0 0 22px inset;
	box-shadow: rgb(0 0 0 / .16) 0 0 22px inset;
	background-color: #fff;
	position: relative
}

.recipes-section .content-box {
	z-index: 2;
	position: relative
}

.recipes-section::after {
	content: '';
	opacity: .05;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(/frontend/img/cook-patern.png);
	background-position: center;
	background-size: cover;
	z-index: 1
}

.products-slider .slick-list {
	overflow: visible !important
}

.my-cart .shopping-cart {
	padding: 0 40px
}

.OrderSummary {
	color: var(--wen-nav-primary-color);
	font-size: 28px
}

.my-cart .shopping-cart .title {
	margin: 20px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end
}

.OrderItems {
	font-size: 22px;
	color: var(--wen-nav-primary-color)
}

.my-cart .shopping-cart hr.solid {
	border-top: 1px solid #777
}

.my-cart .shopping-cart .cart-page {
	margin: 50px auto
}

.my-cart .shopping-cart .cart-page table {
	width: 100%;
	border-collapse: collapse
}

.my-cart .shopping-cart .cart-page table .cart-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.my-cart .shopping-cart .cart-page table th {
	text-align: center;
	padding: 5px;
	color: #999
}

.my-cart .shopping-cart .cart-page table td {
	text-align: center;
	padding: 10px 5px
}

.my-cart .shopping-cart .cart-page table td p {
	margin: 0
}

.my-cart .shopping-cart .cart-page table td input {
	width: 40px;
	height: 30px;
	padding: 5px;
	text-align: center
}

.my-cart .shopping-cart .cart-page table td small {
	color: red
}

.my-cart .shopping-cart .cart-page table td a {
	color: #999;
	font-size: 12px
}

.my-cart .shopping-cart .cart-page table td img {
	width: 80px;
	height: 80px;
	margin-right: 10px
}

.my-cart .shopping-cart .cart-page table td button {
	font-weight: 700;
	border: none;
	background-color: #fff
}

.my-cart .shopping-cart .cart-page table th:nth-child(1) {
	text-align: left
}

.my-cart .Order-Summary {
	background-color: #F6F6F6;
	padding: 0 40px
}

.my-cart .Order-Summary hr.solid {
	border-top: 1px solid #e7e7e7
}

.my-cart .Order-Summary .i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.my-cart .Order-Summary input {
	border: none;
	width: 100%;
	height: 40px;
	padding: 15px
}

.my-cart .Order-Summary .apply {
	color: #fff;
	background-color: #FA746E;
	padding: 10px;
	border: none;
	margin: 10px 0
}

.my-cart .Order-Summary .apply:hover {
	background-color: #8f0404;
	-webkit-transition: 0.5s all;
	transition: 0.5s all
}

.my-cart .Order-Summary .checkout {
	color: #fff;
	background-color: var(--wen-primary-color);
	padding: 10px;
	border: none;
	width: 100%;
	margin: 30px 0;
	display: block;
	text-align: center
}

.my-cart .Order-Summary .checkout:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.5s all;
	transition: 0.5s all
}

.RecipesMethodBox {
	background: #fff;
	width: 97%;
	margin: 15px auto;
	margin-bottom: 80px;
	border-radius: 10px;
	-webkit-box-shadow: rgb(0 0 0 / 16%) 0 5px 6px;
	box-shadow: rgb(0 0 0 / 16%) 0 5px 6px;
	border: #ebebeb 1px solid;
	padding: 15px;
	counter-reset: listCounter
}

.RecipesMethodBox h3 {
	color: var(--wen-secondary-color);
	font-weight: 700;
	font-size: 26px
}

#Recipe_Name {
	font-weight: 700;
	font-size: 30px
}

#Recipe_Name::after {
	content: '';
	position: absolute;
	width: 30%;
	height: 4px;
	background: var(--wen-secondary-color);
	bottom: 0;
	left: 12px;
	top: 35px;
	border-radius: 20px
}

#Ingredients_tittle {
	font-size: 26px;
	margin: 30px 0 10px 0
}

#Ingredients {
	padding-left: 0
}

.MsoNormal {
	padding: 10px 0
}

.RecipesMethodBox .continuous-list {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 2.8rem
}

#chief_Image_Section {
	display: flex;
	align-items: flex-end
}

#chief_Image {
	height: auto;
	width: 100%
}

.RecipesMethodBox ol {
	padding-left: 20px
}

.RecipesMethodBox ul {
	padding-left: 0
}

.RecipesMethodBox .continuous-list li {
	margin-bottom: .6rem
}

.pro-details-page {
	background: #fff;
	padding: 25px 0;
	padding-top: 25px
}

.pro-details-page .pro-details-box {
	background: #fff;
	width: 97%;
	margin: 15px auto;
	border-radius: 10px;
	-webkit-box-shadow: rgb(0 0 0 / .16) 0 5px 6px;
	box-shadow: rgb(0 0 0 / .16) 0 5px 6px;
	border: #ebebeb 1px solid;
	padding: 15px
}

.pro-details-page .product2 img {
	width: 100%
}

@media (max-width:1000px) {
	.product_mob {
		display: none
	}
}

.pro-details-page .slider-for {
	margin-top: 40px
}

.pro-details-page .slider-for .product1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.pro-details-page .slider-nav {
	display: block;
	margin-top: 40px
}

.pro-details-page .slider-nav r .product2 {
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center
}

.pro-details-page .about h3 {
	color: var(--wen-secondary-color);
	font-size: 14px;
	margin: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700
}

.pro-details-page .about h3 .brand {
	font-weight: 700;
	font-size: 30px
}

.pro-details-page .about h4 {
	color: #222;
	text-align: left;
	margin-top: 0;
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	overflow: hidden
}

.pro-details-page .about .props-list {
	padding: 15px 0
}

.pro-details-page .about .props-list li {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pro-details-page .about .props-list img {
	height: 22px;
	margin-right: 8px;
	opacity: .5;
	vertical-align: middle
}

.pro-details-page .about .props-list p {
	margin: 0
}

.pro-details-page .about .props-list p span {
	font-weight: 700;
	color: #222;
	min-width: 80px;
	display: inline-block
}

.pro-details-page .about .props-list p b {
	color: #999
}

.pro-details-page .about .price {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	text-align: left;
	margin: 10px;
	margin-top: 0
}

.pro-details-page .about .price span {
	color: #999
}

.pro-details-page .about .price strong {
	font-size: 28px;
	font-weight: 700;
	color: var(--wen-primary-color)
}

.pro-details-page .about .price {
	font-weight: bolder;
	color: var(--wen-primary-color);
	font-size: 29px;
	margin: 0
}

.pro-details-page .about .cart {
	opacity: 1;
	width: 270px
}

.pro-details-page .about .description p {
	margin: 0;
	font-size: 15px;
	color: #666;
	padding: 15px 0;
	display: none
}

.pro-details-page .about .share-box {
	padding-top: 30px
}

.pro-details-page .about .share-box strong {
	font-weight: 700
}

.pro-details-page .about .share-box .social {
	margin: 0
}

.pro-details-page .about .share-box .social a img {
	width: 35px;
	margin: 2px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.pro-details-page .about .share-box .social a i {
	position: relative;
	color: #00e676;
	font-size: 35px;
	top: 8px;
	left: 4px
}

.pro-details-page .about .share-box .social a:hover img,
.pro-details-page .about .share-box .social a:hover i {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.pro-details-page .about .add-cart-btn {
	font-size: 16px;
	color: #fff;
	padding: 5px 20px;
	background-color: var(--wen-primary-color);
	border-radius: 25px;
	border: none
}

.pro-details-page .about .order-via-whatsapp {
	font-size: 16px;
	color: #fff;
	padding: 5px 20px;
	background-color: var(--wen-primary-color);
	border-radius: 25px;
	border: none;
	margin: 8px 0
}

.pro-details-page .about .add-cart-btn img {
	width: 16px;
	height: 16px;
	margin-right: 8px
}

.pro-details-page .about .group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: baseline;
	-ms-flex-pack: baseline;
	justify-content: baseline
}

.pro-details-page .about .group p {
	font-weight: bolder;
	margin-left: 10px 0 10px 10px;
	font-size: small
}

.pro-details-page .about .group input {
	width: 50px;
	height: 30px;
	margin: 10px;
	border: 1px solid #f0eded;
	text-align: center
}

.pro-details-page .about .group input::-webkit-inner-spin-button {
	opacity: 1
}

.pro-details-page .desc {
	margin: 40px
}

.pro-details-page .desc h3 {
	font-weight: bolder;
	color: var(--wen-primary-color)
}

.product-page {
	margin: 0 10px;
	padding-top: 0
}

.product-page .col-md-3,
.product-page .col-md-9 {
	margin: 0;
	padding: 0
}

.product-page .col-md-3 {
	-webkit-box-shadow: rgb(0 0 0 / .07) 4px 0 25px;
	box-shadow: rgb(0 0 0 / .07) 4px 0 25px;
	position: relative;
	z-index: 2
}

.product-page .left-panel {
	padding: 1px 8%;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

@media (min-width :750px) {
	.product-page .left-panel {
		height: 750px;
		padding: 1px 0%;
		top: 120px;
		left: 30px;
		width: 80%
	}
}

.product-page .left-panel h2 {
	font-size: 17px;
	margin-bottom: 0;
	font-weight: 700;
	padding: 20px 0 0 2px
}

#Categories {
	font-size: 22px;
	color: var(--wen-nav-primary-color)
}

#List li {
	margin: 10px 0
}

#List a {
	color: #000;
	font-weight: 500
}

.product-page .products {
	position: relative;
	padding-top: 20px
}

.product-page .products .grid {
	position: relative;
	z-index: 3
}

.product-page .products::after {
	content: '';
	opacity: .05;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1
}

.select {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%
}

.select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	color: #222;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.select select::-ms-expand {
	display: none
}

.select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: darkgrey #fff0 #fff0 #fff0
}

.select select:hover~.select__arrow .select select:focus~.select__arrow {
	border-top-color: #000
}

.select select:disabled~.select__arrow {
	border-top-color: blue
}

.recipes-page {
	margin: 0 10px;
	padding-top: 75px
}

.recipes-page .left-panel {
	padding: 0 40px;
	position: -webkit-sticky;
	position: sticky;
	top: 100px
}

.recipes-page .left-panel h3 {
	font-size: 18px;
	font-weight: 700
}

.recipes-page .left-panel .recipes-cats-list {
	padding: 0;
	margin: 0
}

.recipes-page .left-panel .recipes-cats-list a {
	padding: 7px 5px;
	color: #222;
	display: block
}

.recipes-page .left-panel .recipes-cats-list a img {
	height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	opacity: .5
}

.recipes-page .left-panel .recipes-cats-list a span {
	vertical-align: middle
}

.recipes-page .left-panel .recipes-cats-list a.active span {
	font-weight: 700;
	color: var(--wen-secondary-color)
}

.recipes-page .recipes-box .ft-recipe {
	height: auto;
	margin-right: auto;
	margin-left: auto
}

.box {
	width: 300px;
	margin: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.box label {
	position: absolute;
	z-index: 10;
	padding-left: 50px;
	cursor: pointer
}

.box input {
	opacity: 0;
	visibility: hidden;
	position: absolute
}

.box input:checked~.check {
	-webkit-box-shadow: 0 0 0 15px #00EA90 inset;
	box-shadow: 0 0 0 15px #00EA90 inset
}

.box input:checked~.check::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

input[type="checkbox"] {
	display: none
}

input[type="checkbox"]+label {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer
}

input[type="checkbox"]+label:last-child {
	margin-bottom: 0
}

input[type="checkbox"]+label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid var(--wen-primary-color);
	position: absolute;
	left: 6px;
	top: 3px;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s
}

input[type="checkbox"]:checked+label:before {
	width: 10px;
	top: 0;
	left: 8px;
	border-radius: 0;
	opacity: 1;
	border-top-color: #fff0;
	border-left-color: #fff0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

body .modal a.close-modal {
	right: 5px;
	top: 5px
}

#Fav_Header {
	padding-top: 20px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin-bottom: 60px
}

#Fav_Header::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	background: var(--wen-nav-primary-color);
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.Favourite-Page-search {
	text-align: center;
	padding: 0 8px;
	height: 25px;
	margin-bottom: 25px
}

.search_questions_wrap {
	margin-bottom: 70px;
	text-align: center;
	min-width: 400px;
	width: 400px;
	max-width: 100% !important;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.search_questions_wrap svg.icon {
	right: 10px;
	left: initial;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto
}

.search_questions_wrap button.btn-grey {
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(100% + 15px);
	width: 120px;
	margin: auto;
	opacity: 0;
	display: none;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	color: #000;
	height: 40px
}

.search_questions_wrap button.btn-grey svg {
	margin-left: 8px;
	width: 18px;
	height: 18px;
	display: block
}

.search_questions_wrap>input.input-text {
	box-sizing: border-box;
	text-align: center;
	border-radius: 8px;
	width: 100%;
	background: #fff;
	border: 1px solid #d5d9de;
	color: rgb(0 0 0 / .4);
	font-size: 16px;
	direction: rtl;
	padding: 5px 40px 5px 20px;
	padding-right: 40px;
	min-height: 40px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	text-overflow: ellipsis
}

.search_questions_wrap {
	margin-bottom: 70px;
	text-align: center;
	min-width: 400px;
	width: 400px;
	max-width: 100% !important;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.search_questions_wrap>input.input-text:hover,
.search_questions_wrap>input.input-text:focus,
.search_questions_wrap>input.input-text:active {
	border: 1px solid var(--wen-nav-primary-color)
}

.NumberOfProducts {
	position: relative;
	margin-top: 20px;
	display: flex;
	justify-content: flex-end
}

.NumberOfProducts span {
	background-color: #fff;
	margin-bottom: 0;
	color: var(--wen-nav-primary-color);
	display: inline-block;
	font-size: 20px;
	z-index: 9;
	padding-bottom: 5px;
	padding-left: 10px
}

.NumberOfProducts::after {
	position: absolute;
	bottom: 12px;
	width: 90%;
	right: 5%;
	height: 1px;
	width: 99%;
	content: '';
	background-color: #e7e7e7;
	z-index: -1
}

.page-title {
	color: var(--wen-nav-primary-color);
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500
}

.settings-page {
	width: 100%;
	min-height: 90vh
}

.settings-page .settings-container {
	width: 100%;
	max-width: 850px;
	margin: auto;
	padding: 20px;
	padding-top: 40px
}

.settings-page .settings-container .settings-title {
	color: var(--wen-nav-primary-color);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px
}

.settings-page .settings-container .settings-section {
	width: 100%;
	border-top: 2px solid #454545;
	padding-top: 10px;
	margin-bottom: 20px
}

.settings-page .settings-container .settings-section .my-form {
	max-width: 400px;
	width: 100%
}

.settings-page .settings-container .settings-section .my-form .form-submit.right {
	justify-content: flex-start
}

.settings-page .settings-container .settings-section .my-form .form-submit {
	display: flex
}

.settings-page .settings-container .settings-section .my-form .form-submit .btn {
	width: 50%;
	cursor: pointer
}

.settings-page .settings-container .settings-section .my-form .form-group.editable .input-group {
	display: flex;
	align-items: center;
	margin-bottom: .5rem
}

.settings-page .settings-container .settings-section .my-form .form-group.editable .input-group .form-control {
	margin-bottom: 0
}

.settings-page .settings-container .settings-section .my-form .form-group.editable .input-group .btn {
	height: 38px;
	margin: 0 10px;
	background-color: #E59500;
	transition: all 0.5s
}

.settings-page .settings-container .settings-section .my-form .form-group.editable .input-group .btn:hover {
	color: #E59500;
	background-color: #E5DADA
}

.settings-page .settings-container .settings-section .my-form .form-group.editable .input-group i {
	cursor: pointer;
	color: #454545;
	transition: all 0.5s
}

.settings-page .settings-container .settings-section .my-form .form-group.editable .input-group i:hover {
	color: #E59500
}

.settings-page .settings-container .settings-section .non-active-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .5rem
}

.settings-page .settings-container .settings-section .non-active-form p {
	padding: 7px 0;
	margin-bottom: 0;
	font-size: 1rem;
	cursor: default
}

#Email,
#Number,
#Address,
#Full_Name {
	border: none;
	width: 300px
}

.Save-Buttons {
	background-color: var(--wen-nav-primary-color)
}

.Editing-is-enabled {
	border-bottom: 3px solid var(--wen-nav-primary-color)
}

#Save_Button {
	border-radius: .25rem;
	background-color: var(--wen-nav-primary-color);
	color: #E5DADA;
	cursor: pointer
}

.settings-page .settings-container .settings-section .non-active-form i {
	cursor: pointer;
	color: var(--wen-nav-primary-color);
	transition: all 0.5s;
	margin-right: 10px
}

.settings-page .settings-container .settings-section .non-active-form i:hover {
	color: #E59500;
	transform: scale(1.1)
}

.img-upload-container {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 1em
}

.img-upload-container label {
	margin-bottom: 20px;
	position: relative;
	border-radius: .25rem;
	height: 80px;
	min-width: 80px;
	cursor: pointer;
	overflow: hidden;
	background-color: grey;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	background-size: contain
}

.img-upload-container h4 {
	text-align: left;
	font-size: 16px;
	color: #555;
	transition: all 0.5s
}

.img-upload-container h4:hover {
	color: var(--wen-nav-primary-color)
}

.img-upload-container .img-preview-container {
	position: absolute;
	border-radius: .25rem;
	overflow: hidden
}

.img-upload-container .img-preview {
	background: center center no-repeat;
	background-size: cover;
	height: 80px;
	width: 80px;
	border-radius: .25rem;
	cursor: pointer
}

.img-upload-container .img-upload {
	margin-bottom: 0
}

.img-upload-container input {
	display: none
}

.img-upload-container .alert {
	margin-top: 10px;
	position: absolute;
	bottom: 0;
	background-color: #fff0;
	border: 0;
	color: #E59500
}

.my-form {
	visibility: visible
}

.my-form .form-group .input-group {
	border-radius: 8px;
	width: 90%
}

.my-form .form-group .input-group input.form-control {
	padding: 10px 15px;
	background-color: #fff;
	color: var(--wen-nav-primary-color);
	border: 1px solid var(--wen-nav-primary-color);
	border-radius: 8px;
	margin: 10px 0
}

.my-form .form-group .alert-input {
	color: #E59500;
	font-weight: 100;
	font-size: 13px
}

.my-form .form-submit {
	width: 100%;
	cursor: pointer
}

.my-form .form-submit .btn {
	width: 100%;
	border-radius: .25rem;
	background-color: var(--wen-nav-primary-color);
	color: #E5DADA;
	cursor: default
}

.my-form .form-submit .btn:disabled {
	opacity: .75
}

.upload-image input {
	display: block !important;
	width: 158px !important;
	height: 45px !important;
	opacity: 0 !important;
	overflow: hidden !important
}

.upload-image {
	cursor: pointer;
	width: 158px;
	height: 45px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(http://icons.iconarchive.com/icons/martz90/circle/512/camera-icon.png);
	background-size: 20px 20px
}

#Medical_Header {
	padding-top: 20px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin-bottom: 40px
}

#Medical_Header::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	background: var(--wen-nav-primary-color);
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto
}

:root {
	--carousel-height: 300px
}

.Medical-carousel {
	position: relative;
	margin-bottom: 20px !important
}

.Medical-carousel .is-control {
	z-index: 1;
	background: none;
	color: rgb(0 0 0 / .7);
	border: 0;
	cursor: pointer;
	transition: all .2s linear
}

.Medical-carousel .is-control:focus {
	outline: none;
	background-color: rgb(0 0 0 / .8);
	color: rgb(255 255 255)
}

.Medical-carousel .slick-autoplay-toggle-button {
	bottom: 15px;
	left: 10px
}

.Medical-carousel .previous-button {
	position: absolute;
	left: 0;
	top: calc(var(--carousel-height)/2 - 40px);
	padding: 5px 15px;
	z-index: 3;
	font-size: 30px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 0
}

.Medical-carousel .next-button {
	position: absolute;
	right: 0;
	top: calc(var(--carousel-height)/2 - 40px);
	padding: 5px 15px;
	z-index: 1;
	font-size: 30px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right: 0
}

@media (max-width:1000px) {
	.Medical-carousel .slick-autoplay-toggle-button {
		bottom: 15px;
		left: 10px
	}

	.Medical-carousel .previous-button {
		top: calc(var(--carousel-height)/2 - 100px);
		font-size: 30px
	}

	.Medical-carousel .next-button {
		top: calc(var(--carousel-height)/2 - 100px);
		font-size: 30px
	}
}

.Medical-carousel .slide {
	position: relative;
	height: var(--carousel-height)
}

.Medical-carousel .slide .background-image {
	width: 1250px;
	height: 100%;
	margin: 0 auto
}

@media (max-width:1000px) {
	.Medical-carousel .slide .background-image {
		width: 100%;
		height: auto
	}
}

.Medical-carousel .slide .content {
	position: absolute;
	top: 20px;
	left: 15%;
	max-width: 400px;
	width: 50%;
	max-height: 70%;
	padding: 15px;
	white-space: normal;
	color: #fff;
	background-color: royalblue;
	box-shadow: 3px 3px 5px 0 rgb(0 0 0 / .3)
}

.Medical-carousel .slide .content h2 {
	margin: 0;
	font-size: 1.7rem
}

.Medical-carousel .slide .content p {
	margin: 10px 0 20px 0
}

.Medical-carousel .slide .content .cta-link {
	display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	color: rgb(0 0 0 / .7);
	text-decoration: none;
	font-weight: 800;
	box-shadow: 3px 3px 0 0 rgb(0 0 0 / .3)
}

.Medical-carousel .slide .content .cta-link:focus,
.Medical-carousel .slide .content .cta-link:hover {
	text-decoration: underline;
	color: #000
}

.Medical-carousel .slide .content .cta-link:focus {
	outline: 3px solid rgb(0 0 0)
}

.Medical-carousel .slick-dots {
	bottom: 15px
}

.Medical-carousel .slick-dots li {
	padding: 0;
	margin: 0 1px
}

.Medical-carousel .credits {
	margin-right: 20px;
	padding: 5px;
	float: right;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	opacity: .7
}

.Medical-carousel .credits img {
	height: 30px;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle
}

.Medical-carousel .credits:hover,
.Medical-carousel .credits:focus {
	opacity: 1
}

#Medical_Categories {
	font-size: 22px;
	color: var(--wen-nav-primary-color)
}

#Medical_List li {
	margin: 10px 0
}

#Medical_List a {
	color: #000;
	font-weight: 500
}

.page-brands {
	padding-bottom: 30px
}

.page-brands ul.brands_list {
	margin: 0;
	font-size: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center
}

.page-brands ul.brands_list .brands-messages {
	list-style: none;
	padding: 0;
	margin: 0
}

.page-brands ul.brands_list .brands-messages p {
	font-size: 32px;
	margin-bottom: 24px
}

.page-brands button.btn-grey:not(.primary) {
	background: #ececec;
	color: #000;
	border-color: #ececec
}

.page-brands button.btn-grey:not(.primary):hover,
.page-brands button.btn-grey:not(.primary):focus,
.page-brands button.btn-grey:not(.primary):active {
	background: #c6c6c6 !important;
	color: #000;
	border-color: #c6c6c6 !important
}

.page-brands .search_questions_wrap {
	margin-bottom: 70px;
	text-align: center;
	min-width: 400px;
	width: 400px;
	max-width: 100% !important;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

@media only screen and (max-width:600px) {
	.page-brands .search_questions_wrap {
		min-width: initial;
		margin-bottom: 8px
	}
}

.page-brands .search_questions_wrap::after {
	display: none
}

.page-brands .search_questions_wrap button.btn-grey {
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(100% + 15px);
	width: 120px;
	margin: auto;
	opacity: 0;
	display: none;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	color: #000;
	height: 40px
}

@media only screen and (max-width:700px) {
	.page-brands .search_questions_wrap button.btn-grey {
		width: auto
	}
}

@media only screen and (max-width:600px) {
	.page-brands .search_questions_wrap button.btn-grey {
		display: none !important
	}
}

.page-brands .search_questions_wrap button.btn-grey.active {
	display: inline-flex;
	opacity: 1
}

.page-brands .search_questions_wrap button.btn-grey svg {
	margin-left: 8px;
	width: 18px;
	height: 18px;
	display: block
}

@media only screen and (max-width:700px) {
	.page-brands .search_questions_wrap button.btn-grey svg {
		margin-left: 0
	}
}

.page-brands .search_questions_wrap button.btn-grey span {
	white-space: nowrap;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap
}

@media only screen and (max-width:700px) {
	.page-brands .search_questions_wrap button.btn-grey span {
		display: none
	}
}

.page-brands .search_questions_wrap svg.icon {
	right: 10px;
	left: initial;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto
}

.page-brands .search_questions_wrap>input.input-text {
	box-sizing: border-box;
	text-align: center;
	border-radius: 8px;
	width: 100%;
	background: #fff;
	border: 1px solid #d5d9de;
	color: rgb(0 0 0 / .4);
	font-size: 16px;
	direction: rtl;
	padding: 5px 40px 5px 20px;
	padding-right: 40px;
	min-height: 40px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	text-overflow: ellipsis
}

.page-brands .search_questions_wrap>input.input-text:placeholder {
	font-weight: 400
}

.page-brands .search_questions_wrap>input.input-text::-webkit-input-placeholder {
	font-weight: 400
}

.page-brands .search_questions_wrap>input.input-text::-moz-placeholder {
	font-weight: 400
}

.page-brands .search_questions_wrap>input.input-text:-ms-input-placeholder {
	font-weight: 400
}

.page-brands .search_questions_wrap>input.input-text:-moz-placeholder {
	font-weight: 400
}

.page-brands .search_questions_wrap>input.input-text:hover,
.page-brands .search_questions_wrap>input.input-text:focus,
.page-brands .search_questions_wrap>input.input-text:active {
	border: 1px solid var(--wen-nav-primary-color)
}

.page-brands .search_questions_wrap>input.input-text:focus {
	box-shadow: 0 4px 16px rgb(0 0 0 / .1) !important
}

@media only screen and (max-width:600px) {
	.page-brands .search_questions_wrap>input.input-text {
		padding-right: 35px;
		overflow: hidden
	}
}

.page-brands li.brand_item {
	text-align: center;
	position: relative;
	width: calc(20% - 32px);
	vertical-align: middle;
	box-sizing: border-box;
	text-transform: uppercase;
	margin: 16px;
	border: 1px solid rgb(213 217 222 / .6);
	display: inline-flex;
	justify-content: stretch;
	align-items: stretch;
	-webkit-transition: all 1s cubic-bezier(.02, .01, .47, 1);
	-moz-transition: all 1s cubic-bezier(.02, .01, .47, 1);
	transition: all 1s cubic-bezier(.02, .01, .47, 1)
}

@media only screen and (max-width:600px) {
	.page-brands li.brand_item {
		margin: 8px
	}
}

.page-brands li.brand_item:hover,
.page-brands li.brand_item:focus,
.page-brands li.brand_item:active {
	border: 1px solid var(--wen-nav-primary-color);
	box-sizing: border-box;
	box-shadow: 0 4px 16px rgb(0 0 0 / .1)
}

.page-brands h2.brand_logo {
	font-weight: 300;
	line-height: 1.1;
	font-size: 3rem;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	width: 100%
}

.page-brands h2.brand_logo a {
	padding: 15px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2
}

.page-brands img.brand_logo {
	max-height: 8rem;
	width: auto;
	max-width: 100%
}

@media only screen and (max-width:900px) {
	.page-brands ul.brands_list li.brand_item {
		width: calc(33.3% - 32px)
	}
}

@media only screen and (max-width:600px) {
	.page-brands ul.brands_list li.brand_item {
		width: calc(50% - 16px)
	}
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.page-brands .bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: 0.35s;
	animation-duration: 0.35s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.page-brands .animated {
	-webkit-animation-duration: 0.35s;
	animation-duration: 0.35s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.page-brands .bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
	-webkit-animation-duration: 0.35s;
	animation-duration: 0.35s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.page-brands .page-head-banner.page-head-banner-layout-text {
	display: block !important
}

.page-brands__search {
	text-align: center;
	padding: 0 8px;
	height: 25px
}

.page-head-banner-title,
.page-head-banner-desc {
	padding: 2rem 0 0;
	margin: 0;
	text-align: center;
	font-family: 'Poppins';
	color: var(--wen-nav-primary-color);
	font-weight: 700
}

.CustomLetter {
	position: relative;
	padding-top: 114.8px;
	margin-top: -114.8px
}

.CustomLetter h2 {
	background-color: #fff;
	margin-bottom: 0;
	display: inline-block;
	z-index: 9;
	padding-bottom: 5px;
	padding-right: 25px
}

.CustomLetter::after {
	position: absolute;
	bottom: 12px;
	right: 0;
	height: 1px;
	width: 100%;
	content: '';
	background-color: #e7e7e7;
	z-index: -1
}

#page-title-heading::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	background: var(--wen-nav-primary-color);
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto
}

#page-title-heading {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin-bottom: 60px
}

#page-title-heading::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	background: var(--wen-nav-primary-color);
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.characters-filter li {
	float: left;
	height: 36px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 400
}

.characters-filter li a {
	color: var(--wen-nav-primary-color);
	display: block;
	font-size: 20px
}

.characters-filter li.active a {
	font-weight: 700
}

.characters-filter li a:hover {
	color: #00b8a8
}

#Brands_Search {
	color: var(--wen-nav-primary-color);
	font-size: 20px;
	margin-left: 2px
}

#Brands_Search_Button {
	color: var(--wen-nav-primary-color);
	background-color: #fff;
	border-color: var(--wen-nav-primary-color)
}

#Brands_Search_Button:hover {
	color: #fff;
	background-color: var(--wen-nav-primary-color);
	border-color: #fff
}

#Brands_Search_Input {
	border: 1px solid var(--wen-nav-primary-color)
}

@media (max-width:900px) {
	#Search_Box {
		width: 80%;
		margin: 0 auto
	}

	#Brands_Search {
		margin-top: 25px;
		display: flex;
		justify-content: center
	}
}

#button {
	display: inline-block;
	background-color: var(--wen-nav-primary-color);
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000
}

.Arrow {
	color: #fff;
	font-size: 38px
}

#button:hover {
	cursor: pointer;
	background-color: #333
}

#button:active {
	background-color: #555
}

#button.show {
	opacity: 1;
	visibility: visible;
	border-radius: 50%
}

#A {
	padding: 0;
	margin-top: 20px
}

.Contact-container {
	width: 85%;
	margin: 30px auto;
	background: #fff;
	border-radius: 6px;
	padding: 20px 60px 30px 40px;
	box-shadow: 0 5px 10px rgb(0 0 0 / .2)
}

.Contact-container .content {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.Contact-container .content .left-side {
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	position: relative
}

.content .left-side::before {
	content: '';
	position: absolute;
	height: 70%;
	width: 2px;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	background: #afafb6
}

.content .left-side .details {
	margin: 14px;
	text-align: center
}

.content .left-side .details i {
	font-size: 30px;
	color: var(--wen-nav-primary-color);
	margin-bottom: 10px
}

.content .left-side .details .topic {
	font-size: 18px;
	font-weight: 500
}

.content .left-side .details .text-one,
.content .left-side .details .text-two,
.text-three,
.text-four {
	font-size: 14px;
	color: #afafb6
}

.Contact-container .content .right-side {
	width: 60%;
	margin-left: 75px
}

.content .right-side .topic-text {
	font-size: 23px;
	font-weight: 600;
	color: var(--wen-nav-primary-color)
}

.right-side .input-box {
	height: 50px;
	width: 100%;
	margin: 12px 0
}

.right-side .input-box input,
.right-side .input-box textarea {
	height: 100%;
	width: 100%;
	border: none;
	outline: none;
	font-size: 16px;
	background: #F0F1F8;
	border-radius: 6px;
	padding: 0 15px;
	resize: none
}

.right-side .message-box {
	min-height: 110px
}

.right-side .input-box textarea {
	padding-top: 6px
}

.right-side .button {
	display: inline-block;
	margin-top: 12px
}

.right-side .button input[type="submit"] {
	color: #fff;
	font-size: 18px;
	outline: none;
	border: none;
	padding: 8px 16px;
	border-radius: 6px;
	background: var(--wen-nav-primary-color);
	cursor: pointer;
	transition: all 0.3s ease
}

.button input[type="submit"]:hover {
	background: #006058
}

@media (max-width:950px) {
	.Contact-container {
		width: 90%;
		padding: 30px 40px 40px 35px
	}

	.Contact-container .content .right-side {
		width: 75%;
		margin-left: 55px
	}
}

@media (max-width:820px) {
	.Contact-container {
		margin: 40px auto;
		height: 100%
	}

	.Contact-container .content {
		flex-direction: column-reverse
	}

	.Contact-container .content .left-side {
		display: block;
		width: 100%;
		flex-direction: row;
		margin-top: 40px;
		justify-content: center;
		flex-wrap: wrap
	}

	.Contact-container .content .left-side::before {
		display: none
	}

	.Contact-container .content .right-side {
		width: 100%;
		margin-left: 0
	}
}

iframe {
	height: 350px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c3145
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.section_all {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 100vh
}

.section-title {
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 1px
}

.section-subtitle {
	letter-spacing: .4px;
	line-height: 28px;
	max-width: 550px
}

.section-title-border {
	background-color: #000;
	height: 1 3px;
	width: 44px
}

.section-title-border-white {
	background-color: #fff;
	height: 2px;
	width: 100px
}

.text_custom {
	color: #00bd2a
}

.about_icon i {
	font-size: 35px;
	height: 65px;
	width: 65px;
	line-height: 65px;
	display: inline-block;
	background: #fff;
	border-radius: 35px;
	color: var(--wen-nav-primary-color);
	box-shadow: 0 8px 20px -2px rgb(158 152 153 / .5);
	z-index: 2;
	position: relative
}

.about_header_main .about_heading {
	max-width: 450px;
	font-size: 24px
}

.about_icon span {
	position: relative;
	top: -10px
}

.about_content_box_all {
	padding: 28px
}

.text-custom {
	font-size: 40px;
	color: var(--wen-nav-primary-color);
	font-weight: 500
}

.About-image {
	margin-top: 2rem;
	border-radius: 8px;
	height: 333px
}

.About-Text {
	font-size: 19px
}

.About-Text::first-letter {
	font-size: 30px;
	font-weight: 500;
	color: var(--wen-nav-primary-color)
}

#BackToHome {
	width: 200px;
	text-align: center;
	display: block;
	margin: 0 auto
}

.pagination-div {
	margin-top: 40px
}

.pagination-div .pagination {
	display: block;
	margin-bottom: 0;
	list-style-type: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pagination-div .pagination li {
	display: inline-block;
	color: #0056b3
}

.pagination-div .pagination li a {
	font-family: "Futura-Bold", sans-serif;
	font-size: 14px;
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	height: 30px;
	font-weight: 500;
	letter-spacing: 1px
}

.pagination-div .pagination li a:hover {
	color: #000
}

.pagination-div .pagination li a i {
	margin: 0 5px
}

.pagination-div .pagination li a.page-number {
	width: 30px;
	border-radius: 100%;
	color: #0056b3
}

.pagination-div .pagination li a.page-number.current {
	background: #0056b3;
	border: 1px solid #0056b3;
	color: #fff
}

a.path-link {
	color: var(--wen-nav-primary-color);
	font-size: 18px;
	font-weight: 500
}

.alert {
	background: #007b71c6;
	padding: 20px 40px;
	width: 600px;
	position: fixed;
	right: -15px;
	top: 80%;
	border-radius: 4px;
	border-left: 8px solid var(--wen-nav-primary-color);
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 400
}

@media (max-width:1000px) {
	.alert {
		width: 100%
	}
}

.thumbnail-style {
	padding: 2px;
	border-radius: 4px;
	cursor: pointer;
}

.slick-current .thumbnail-style {
	border: 1px solid var(--wen-nav-primary-color);
}

.keep-a {
	font-size: 13px;
	text-decoration: none;
	color: var(--wen-nav-primary-color) !important;
	font-weight: 600;
	transition: all 0.2s ease-out
}

.wsus__banner_content {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	width: 100%
}

.wsus__banner_menu_cat_item {
	position: static;
	line-height: 24.6px
}

.wsus__banner_menu_cat_item li a {
	padding: 13px 30px
}

.wsus__single_slider {
	background-position: center !important;
	background-repeat: no-repeat !important;
	padding: 160px 100px;
	width: 100%;
}

.wsus__single_slider_text h3 {
	color: var(--wen-primary-color);
	text-transform: capitalize;
	font-weight: 600;
	font-size: 25px
}

.wsus__single_slider_text h1 {
	text-transform: capitalize;
	font-weight: 800;
	color: #333;
	margin: 10px 0;
	font-size: 50px
}

.wsus__single_slider_text h6 {
	color: var(--wen-primary-color);
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 22px
}

#wsus__banner .slick-dots {
	position: absolute;
	left: 20px;
	bottom: 30px;
	display: flex
}

#wsus__banner .slick-dots li button {
	font-size: 0;
	width: 30px;
	height: 8px;
	background: #c6c6c6;
	border-radius: 50px;
	margin: 0 5px;
	outline: 0;
	border: none
}

#wsus__banner .slick-dots li.slick-active button {
	background: var(--wen-nav-primary-color)
}

.bannerz_slider .slick-dots li button::before {
	display: none
}

#wsus__banner .slick-dots {
	justify-content: center
}

#wsus__banner .slick-dots {
	position: absolute;
	left: -20px;
	bottom: 30px;
	display: flex
}

.list-group-item.extra-item {
	background-color: var(--wen-nav-primary-color)1c;
	border-radius: 1rem
}

.list-group-item.extra-item p {
	border-radius: 1rem;
	margin-top: -1px;
	margin-bottom: 10px;
	margin-right: -.5rem;
	margin-left: -.5rem;
	padding: 6px
}

.Shopping-cart small {
	color: #fff;
	background: var(--wen-secondary-color);
	position: absolute;
	padding: 0 5px;
	margin: -28px 0 0 -164px;
	border-radius: 20px;
	font-size: 12px
}

@media only screen and (max-width:1288px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 0.8rem !important
	}

	.PurchaseValue {
		font-size: 0.8rem !important
	}
}

@media only screen and (max-width:1100px) {
	.Shopping-cart small {
		margin: -26px 0 0 -42px !important
	}
}

.about_icon.wait i {
	color: #c8c6c6 !important
}

.line {
	position: absolute;
	top: 36%;
	left: 101%;
	transform: translate(-50%, 50%);
	width: 100%;
	height: 1%;
	background-color: var(--wen-nav-primary-color);
	z-index: 1
}

.line.wait {
	background-color: #c8c6c6 !important
}

@media only screen and (max-width:991px) {
	.line {
		position: absolute;
		top: -13%;
		left: 50%;
		transform: translate(-50%, 50%);
		width: .5%;
		height: 100%;
		background-color: var(--wen-nav-primary-color);
		z-index: 1
	}

	.zz {
		background-color: #fff;
		position: relative;
		z-index: 2;
		border-radius: 1rem;
		padding: 1px 0
	}
}

.common_btn {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	background: var(--wen-primary-color);
	padding: 12px 25px;
	border: none;
	border-radius: 30px;
	outline: none;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s ease;
	-moz-transition: all linear 0.3s ease;
	-ms-transition: all linear 0.3s ease;
	-o-transition: all linear 0.3s ease
}

#wsus__cart_view {
	padding-top: 65px
}

.wsus__cart_list {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	border-radius: 40px;
	box-shadow: rgb(50 50 93 / 15%) 0 0 5px 0
}

.wsus__cart_list table tbody tr {
	border-top: 1px solid #ddd;
	padding: 10px 0
}

.wsus__cart_list table tbody tr:first-child {
	border-top: 0;
	padding: 0
}

.wsus__cart_list table tbody tr td {
	display: flex;
	justify-content: center;
	padding: 0;
	border: 0;
	overflow: hidden;
	align-items: center
}

.wsus__cart_list td.wsus__pro_name {
	flex-direction: column
}

.wsus__cart_list .wsus__pro_tk h6 {
	color: #353535;
	font-size: 16px;
	font-weight: 600
}

.wsus__cart_list .wsus__pro_tk h6 del {
	color: #888;
	margin-right: 15px
}

.wsus__cart_list .wsus__pro_icon {
	border-right: none !important
}

.wsus__pro_icon .common_btn {
	font-size: 12px;
	text-transform: capitalize;
	color: #fff !important;
	padding: 7px 10px 5px 10px;
	font-weight: 400
}

.wsus__pro_icon .common_btn:hover {
	color: #fff
}

.common_btn:hover {
	color: #fff !important
}

.wsus__pro_icon a {
	color: #0b2c3d;
	font-size: 20px;
	transition: all linear 0.3s;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease
}

.wsus__pro_icon:hover a {
	color: #ed1b35
}

.wsus__cart_list table tr th {
	background: var(--wen-nav-primary-color)29;
	border: none;
	color: #353535;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.wsus__cart_list table tbody tr td p {
	color: #0b2c3d;
	text-transform: capitalize;
	font-size: 15px;
	text-align: center
}

.wsus__pro_name span {
	text-transform: capitalize;
	color: #0b2c3d;
	font-size: 14px
}

.cart_summery {
	padding: 0 !important;
	border: 1px solid #ddd !important;
	margin-top: 0 !important
}

.cart_summery_text {
	padding: 10px
}

.cart_summery h5 {
	background: var(--wen-nav-primary-color)29;
	text-align: center;
	padding: 15px 0 15px 0px !important;
	border-bottom: 1px solid #ddd !important
}

.cart_summery .wsus__sub_total {
	font-weight: 400 !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important
}

.cart_summery .common_btn {
	width: 100%;
	text-align: center;
	border-radius: 0
}

.cart_summery .wsus_total_area {
	margin: 20px 0 7px 0;
	border-top: 1px solid #ddd;
	padding-top: 18px
}

.cart_summery .wsus_total_area .wsus__sub_total {
	font-weight: 600 !important
}

.cart_summery .wsus_total_area .wsus__sub_total span {
	font-weight: 600 !important
}

.cart_summery .form-check label {
	display: flex;
	justify-content: space-between
}

.cart_summery .form-check label span {
	color: #0b2c3d
}

.cart_page_rel_product {
	margin-top: 67px !important
}

.wsus__cart_list_footer {
	border-radius: 5px;
	background: var(--wen-nav-primary-color)29
}

.wsus__cart_list_footer_top {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	height: 100%;
	justify-content: center
}

.wsus__cart_list_footer_button form {
	display: flex;
	justify-content: space-between;
	margin-top: 15px
}

.wsus__cart_list_footer_button input[type="text"] {
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 30px;
	resize: none;
	border: 1px solidvar(--wen-primary-color);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px
}

.wsus__cart_list_footer_button input[type="email"] {
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 30px;
	resize: none;
	border: 1px solidvar(--wen-primary-color);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px
}

.wsus__cart_list_footer_button textarea {
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 30px;
	resize: none;
	border: 1px solidvar(--wen-primary-color);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px
}

.wsus__cart_list_footer_button select {
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 30px;
	resize: none;
	border: 1px solidvar(--wen-primary-color);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px
}

.wsus__cart_list_footer_button span.select2-container {
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 30px;
	resize: none;
	border: 1px solidvar(--wen-primary-color);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px
}

.wsus__cart_list_footer_button button {
	text-transform: capitalize;
	font-size: 14px;
	margin-left: 10px
}

.wsus__cart_list_footer_button button.check {
	text-transform: capitalize;
	font-size: 14px;
	margin-left: 0
}

.wsus__cart_list_footer_button .common_btn i {
	margin-right: 5px
}

.wsus__cart_list_footer_button {
	background: #fff;
	border-radius: 40px;
	padding: 20px;
	box-shadow: rgb(50 50 93 / 15%) 0 0 5px 0
}

.wsus__cart_list_footer_button h6 {
	text-transform: capitalize;
	padding-bottom: 0;
	margin: 23px 0
}

.wsus__cart_list_footer_button p {
	text-transform: capitalize;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	color: #353535;
	font-size: 15px
}

.wsus__cart_list_footer_button p span {
	color: #353535;
	font-size: 15px
}

.wsus__cart_list_footer_button .total {
	border-top: 2px solid #fff;
	padding-top: 15px;
	color: #353535
}

.wsus__cart_list_footer_button .total span {
	font-weight: 600
}

.cart_empty p {
	text-transform: capitalize;
	font-size: 25px;
	color: #353535
}

.select_number .number_area {
	width: 65px;
	border-radius: 30px;
	margin: 0 5px
}

@media only screen and (max-width:991px) {
	.wsus__cart_list .wsus__pro_img {
		width: 145px !important
	}

	.wsus__cart_list .wsus__pro_name {
		width: 145px !important
	}

	.wsus__cart_list .wsus__pro_select {
		width: 145px !important
	}

	.wsus__cart_list .wsus__pro_tk {
		width: 145px !important
	}

	.wsus__cart_list .wsus__pro_icon {
		width: 145px !important
	}

	.wsus__cart_list table tr th {
		font-size: 10px !important
	}

	.wsus__cart_list table tbody tr td p {
		font-size: 10px !important
	}

	.wsus__cart_list .wsus__pro_tk h6 {
		font-size: 10px !important
	}

	.select_number .number_area {
		font-size: 10px !important
	}
}

@media only screen and (max-width:1200px) {
	.wsus__cart_list .wsus__pro_img {
		width: 188px !important
	}

	.wsus__cart_list .wsus__pro_name {
		width: 188px !important
	}

	.wsus__cart_list .wsus__pro_select {
		width: 188px !important
	}

	.wsus__cart_list .wsus__pro_tk {
		width: 188px !important
	}

	.wsus__cart_list .wsus__pro_icon {
		width: 188px !important
	}

	.wsus__cart_list table tr th {
		font-size: 15px !important
	}

	.wsus__cart_list table tbody tr td p {
		font-size: 15px !important
	}

	.wsus__cart_list .wsus__pro_tk h6 {
		font-size: 15px !important
	}

	.select_number .number_area {
		font-size: 15px !important
	}
}

@media only screen and (min-width:1200px) {
	.wsus__cart_list .wsus__pro_img {
		width: 223px !important
	}

	.wsus__cart_list .wsus__pro_name {
		width: 223px !important
	}

	.wsus__cart_list .wsus__pro_select {
		width: 223px !important
	}

	.wsus__cart_list .wsus__pro_tk {
		width: 223px !important
	}

	.wsus__cart_list .wsus__pro_icon {
		width: 223px !important
	}

	.wsus__cart_list table tr th {
		font-size: 18px !important
	}

	.wsus__cart_list table tbody tr td p {
		font-size: 18px !important
	}

	.wsus__cart_list .wsus__pro_tk h6 {
		font-size: 18px !important
	}

	.select_number .number_area {
		font-size: 18px !important
	}
}

@media only screen and (min-width:1400px) {
	.wsus__cart_list .wsus__pro_img {
		width: 259px !important
	}

	.wsus__cart_list .wsus__pro_name {
		width: 259px !important
	}

	.wsus__cart_list .wsus__pro_select {
		width: 259px !important
	}

	.wsus__cart_list .wsus__pro_tk {
		width: 259px !important
	}

	.wsus__cart_list .wsus__pro_icon {
		width: 259px !important
	}

	.wsus__cart_list table tr th {
		font-size: 20px !important
	}

	.wsus__cart_list table tbody tr td p {
		font-size: 20px !important
	}

	.wsus__cart_list .wsus__pro_tk h6 {
		font-size: 20px !important
	}

	.select_number .number_area {
		font-size: 20px !important
	}
}

.active-subcategory {
	border-left: 4px solid var(--wen-nav-primary-color);
	padding-left: 5px
}

input[type="radio"] {
	accent-color: var(--wen-nav-primary-color)
}

.select2-container--default .select2-selection--single {
	border: none !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px !important;
	right: 10px !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--wen-primary-color) !important;
	color: #fff
}

#search-form {
	position: -webkit-sticky;
	position: sticky;
	top: 171px
}

.products-slider.homee .slick-prev {
	left: -5px
}

.products-slider.homee .slick-next {
	right: -5px
}

.pro-details-box .description1 span {
	font-size: 26px !important
}

.sticky-top {
	z-index: 9992 !important
}

.ramadanLantern {
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

@keyframes rotate {
	to {
		transform: rotate(360deg)
	}
}

#lantern2 {
	animation: swing 5s ease-in-out infinite alternate;
	transition: all 0.3s ease;
	transform-origin: top;
	transform-box: fill-box
}

@keyframes swing {
	00% {
		transform: rotate(-10deg)
	}

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

#lantern1 {
	animation: swing 3s ease-in-out infinite alternate;
	transition: all 0.3s ease;
	transform-origin: top;
	transform-box: fill-box
}

@keyframes swing {
	00% {
		transform: rotate(10deg)
	}

	100% {
		transform: rotate(-10deg)
	}
}

.st0 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: url(#SVGID_1_)
}

.st1 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #fff
}

.st2 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #eef2f5
}

.st3 {
	fill: #9ccc54
}

.st4 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: url(#SVGID_2_)
}

.st5 {
	fill: #d9967f
}

.st6 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: url(#SVGID_3_)
}

.st7 {
	fill: #0072c5
}

.st8 {
	fill: #484746
}

.st9 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: url(#SVGID_4_)
}

.st10 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: url(#SVGID_5_)
}

.christmas-tree {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px
}
#wsus__banner .slick-dots {
    bottom: 0;
}
@media (max-width:750px) {
	.christmas-tree {
		width: 200px
	}
.wsus__single_slider {
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 50px;
    width: 100%;
}

.common_btn {
       margin-top: 0;
}
}
