:root {
	--custom-primary-color: #B68D41;
	--custom-secondary-color: #00460f;
}

.container {
	max-width: 100% !important;
}

h2 {
	font-size: 36px !important;
	line-height: 1.2 !important;
}

h3 {
	font-size: 32px !important;
	line-height: 1.2 !important;
}

h4 {
	font-size: 22px !important;
	line-height: 1.2 !important;
}

body {
	font-size: 16px !important;
	line-height: 1.4 !important;
}

.et-desktop .menu-item::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 6px solid transparent;
	border-radius: 20px;
	background: transparent !important;
	transition: all 0.3s ease-in-out;
}

.et-desktop .menu-item.active .mi-link {
	font-weight: 700 !important;
}

.et-desktop .menu-item.active::after,
.et-desktop .menu-item.in.hover::after {
	border-bottom: 6px solid var(--custom-primary-color);
}

.header-product-search .product-search {
	border-color: var(--custom-secondary-color);
}

.header-product-search .hide-category-true .search-wrapper {
	width: calc(100% - 48px) !important;
	margin-left: auto;
}

.header-product-search .product-search input[type="search"] {
	padding: 0 35px 0 0 !important;
}

.header-product-search .product-search input[type="search"]::-webkit-input-placeholder {
	color: #666666;
	font-weight: 400;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}

.header-product-search .product-search input[type="search"]::-moz-placeholder {
	color: #666666;
	font-weight: 400;
}

.header-product-search .product-search input[type="search"]::-ms-input-placeholder {
	color: #666666;
	font-weight: 400;
}

.header-product-search .product-search input[type="search"]::-moz-placeholder {
	color: #666666;
	font-weight: 400;
}

.header-product-search .product-search input[type="submit"] {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 45px 0 0 45px;
	width: 48px;
}

.header-product-search .product-search .input-after {
	left: 0;
	right: initial;
	background: transparent !important;
	border-radius: 47px 0 0 47px;
	width: 48px;
}

.header-product-search .product-search .input-after:after {
	background: var(--custom-secondary-color) !important;
}

.header-product-search .et-button:hover+.input-after {
	background: transparent !important;
}

.header-product-search {
	width: 100% !important;
	max-width: 280px;
	margin-left: auto !important;
}

.time-icon-box {
	display: inline-flex;
	flex: initial !important;
}

.time-icon-box .et-icon {
	width: 25px !important;
	height: 25px !important;
	min-width: initial !important;
	line-height: 25px !important;
}

.time-icon-box .et-icon-box-title {
	margin-bottom: 4px !important;
}

.time-icon-box .et-icon-content {
	padding: 0px 0px 0px 16px !important;
	font-size: 14px;
	font-weight: 600;
}

.time-icon-box .et-icon-box-inner {
	align-items: center !important;
}

.time-icon-box .et-icon-box-content {
	line-height: 1;
}

.top-header .timer-count {
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-bottom: 4px !important;
}

.top-header .timer-title {
	font-size: 12px !important;
	font-weight: 500 !important;
}

.top-header .et-timer ul>li div {
	min-height: 45px !important;
	padding: 7px;
}

.top-header .shop-now-btn {
	padding: 5px 5px 5px 17px !important;
	height: initial !important;
}

.top-header .shop-now-btn .icon {
	width: 30px;
	height: 30px;
}

.top-header .shop-now-btn .icon svg {
	width: 100% !important;
	height: auto !important;
	transform: initial !important;
}

.top-header .shop-now-btn .icon path {
	stroke: #1c1c1c;
}

.top-header .vc_column-inner>.wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.top-header .shop-now-btn:hover {
	background: #fff;
	color: #1c1c1c !important;
}

.top-header .shop-now-btn:hover .icon path {
	stroke: #fff !important;
}

.top-header .shop-now-btn:hover .icon rect {
	fill: #1c1c1c !important;
}

.header-right-block>.vc_column-inner>.wpb_wrapper {
	display: flex;
	align-items: center;
	width: 100%;
}

.sec-sub-title .text-wrapper {
	position: relative;
	padding: 0 46px;
	display: inline-block;
}

.sec-sub-title .text-wrapper::before,
.sec-sub-title .text-wrapper::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 1px;
	background: currentColor;
}

.sec-sub-title .text-wrapper::before {
	left: 0;
}

.sec-sub-title .text-wrapper::after {
	right: 0;
}

.fruit-hamper-box .et-image {
	margin-top: -42%;
}

.text-center {
	text-align: center;
}

.box-cart-btn .icon svg,
.box-cart-btn .icon svg * {
	fill: none !important;
}

.box-cart-btn:hover .icon svg,
.box-cart-btn:hover .icon svg * {
	fill: none !important;
	stroke: currentColor;
}

.et-button.rounded {
	border-radius: 50px;
}

.view-detail-btn.pink-btn:hover {
	background: #eb48a0;
}

.view-detail-btn.purple-blue:hover {
	background: #8E65E2;
}

.view-detail-btn.medium-blue:hover {
	background: #4889EF;
}

.fruit-hamper-description {
	max-width: 372px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.fruit-hamper-box .banner-back {
	border-radius: 50px !important;
}

.sec-padding {
	padding: 50px 0 !important;
}

.common-head {
	margin-bottom: 30px;
}

.product-layout .loop-products .product>.post-inner {
	background: #fff;
	box-shadow: 0px 0px 12px rgba(169, 169, 169, 0.16);
	border-radius: 50px !important;
	overflow: hidden !important;
}

.product-layout .loop-products .product .post-body,
.grid ul.products .product .post-body,
.related ul.products .product .post-body {
	border-top: 2px solid #EDEDED;
	padding: 20px 20px 5px !important;
	margin-top: 0;
}

.product-layout.comp .loop-products .product .post-body {
	border-top: 0;
	width: calc(100% - 340px);
}

.product-layout.comp .product-image {
	height: 263px;
	width: 100%;
	padding: 0;
}

.product-layout .loop-products .product .post-title {
	width: calc(100% - 125px);
	display: inline-flex;
	font-size: 18px !important;
	font-weight: 400 !important;
	min-height: initial;
	max-height: initial;
	color: #1C1C1C;
	padding-right: 10px;
}

.product-layout.comp .loop-products .product .post-title {
	width: 100%;
	display: inline-flex;
	font-size: 18px !important;
	font-weight: 400 !important;
	min-height: initial;
	max-height: initial;
	color: #1C1C1C;
	padding-right: 10px;
}

.product-layout .loop-products .product .star-rating-wrap {
	width: 125px;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

.product-layout.comp .loop-products .product .star-rating-wrap {
	width: 100%;
	justify-content: flex-start;
}

.product-layout .loop-products .product .post-title a {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1C1C1C;
}

.product-layout.comp .product-input-box>label,
.product-layout.comp form.cart .product-input-box>label {
	width: auto;
	min-width: 100%;
}

.product-layout .loop-products .star-rating span,
.et-testimonial .rating span {
	background-color: #FCD53F;
	height: 14px;
	-webkit-mask: url(../images/star-icon.svg) left top;
	mask: url(../images/star-icon.svg) left top;
	-webkit-mask-size: 20px 14px;
	mask-size: 20px 14px;
}

.product-layout .loop-products .star-rating {
	width: 100px;
	height: 14px;
	-webkit-mask: url(../images/star-icon.svg) left top;
	mask: url(../images/star-icon.svg) left top;
	-webkit-mask-size: 20px 14px;
	mask-size: 20px 14px;
}

.product-layout .loop-products .star-rating-wrap>span {
	line-height: 1;
	color: #000;
	font-size: 14px;
	transform: none;
	margin-left: 10px !important;
}

.product .summary .price,
.product .post-body .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 6px;
	margin-bottom: 20px;
}

.product .summary .woocommerce-variation-price .price del,
.product .summary .price del .amount {
	color: #666;
	opacity: 1;
	font-size: 18px;
	font-weight: 400;
	order: 2;
	display: inline-flex;
}

.product .summary .woocommerce-variation-price .price ins {
	font-size: 28px !important;
	color: #000;
	line-height: 1;
	font-weight: 700;
	margin-right: 0;
	display: inline-flex;
}

.product .summary .woocommerce-variation-price .price ins .amount,
.product .summary .woocommerce-variation-price .price del .amount {
	margin: 0 !important;
}

.product .summary .price .woocommerce-Price-currencySymbol {
	color: currentColor !important;
}

.product .summary .price .amount,
.product .post-body .price {
	font-size: 28px;
	color: #000 !important;
	line-height: 1;
	font-weight: 700;
	display: inline-flex;
}

.product-input-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.product-variations select {
	border: 1px solid;
}

.product-layout .loop-products .post-category {
	display: none;
}

.quantity-controls {
	display: inline-flex;
	align-items: center;
	border: 1px solid #C4C4C4;
	border-radius: 80px;
	padding: 11px 13px !important;
	line-height: 1;
}

.quantity-controls button {
	width: 22px !important;
	height: 22px !important;
	border-radius: 50%;
	min-height: initial !important;
	padding: 2px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #D7D7D7;
	background: transparent !important;
	color: #fff !important
}

.quantity-controls input {
	width: 40px !important;
	min-height: initial;
	padding: 2px !important;
	text-align: center !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000 !important;
	background: transparent;
}

.product-quantity .quantity-controls button {
	margin: 0 !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}


.filled-golden-btn.et-button {
	padding: 5px 5px 5px 25px !important;
	height: initial !important;
	border: 1px solid #b68d41;
	font-size: 16px;
}

.filled-golden-btn.et-button:hover .icon rect {
	fill: #b68d41;
}

.filled-golden-btn.et-button:hover .icon path {
	stroke: #fff;
}

.filled-golden-btn.et-button .icon path {
	stroke: #b68d41;
}

.filled-burnt-btn.et-button {
	padding: 5px 5px 5px 25px !important;
	height: initial !important;
	border: 1px solid #b26d4c;
	font-size: 16px;
}

.filled-burnt-btn.et-button:hover .icon rect {
	fill: #b26d4c;
}

.filled-burnt-btn.et-button:hover .icon path {
	stroke: #fff;
}

.filled-burnt-btn.et-button .icon path {
	stroke: #b26d4c;
}

.filled-burnt-btn.et-button .icon {
	width: 35px !important;
	height: 35px !important;
}

.filled-burnt-btn.et-button .icon svg {
	width: 100%;
	height: 100%;
}

.filled-wine-btn.et-button {
	padding: 5px 5px 5px 25px !important;
	height: initial !important;
	border: 1px solid #8b455f;
	font-size: 16px;
}

.filled-wine-btn.et-button:hover .icon rect {
	fill: #8b455f;
}

.filled-wine-btn.et-button:hover .icon path {
	stroke: #fff;
}

.filled-wine-btn.et-button .icon path {
	stroke: #8b455f;
}

.filled-wine-btn.et-button .icon {
	width: 35px !important;
	height: 35px !important;
}

.filled-wine-btn.et-button .icon svg {
	width: 100%;
	height: 100%;
}


.product-card-boxes {
	border-radius: 60px;
}

.product-card-boxes .banner-back {
	border-radius: 60px;
}

.product-card-boxes .banner-image {
	left: auto;
	right: 50px;
	top: 50%;
	transform: translateY(-50%) !important;
}

.product-card-boxes .vc_column-inner>.wpb_wrapper {
	position: initial;
}

.discount-tag-box {
	position: absolute;
	top: 0;
	left: 2px;
}

.discount-tag-box .text-wrapper {
	border-radius: 50px 0;
	line-height: 1;
}


.home-slider .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 20px;
}

.home-slider .slide-content {
	display: flex;
	flex-wrap: wrap;
}

.home-slider .slide-info {
	width: 100%;
	order: 2;
}

.home-slider .slide-info h2 {
	max-width: 800px;
	color: #000;
	line-height: 1.2;
}

.home-slider .image-section {
	width: 100%;
	order: 1;
	margin-bottom: 20px;
}

.home-slider .image-section img {
	width: 100%;
}

.small-text {
	color: #b68d41;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: none;
	margin: 0 0 10px;
}

.description {
	font-size: 16px;
	margin: 0 0 24px;
}

.trusted-customers {
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}

.trusted-customers img {
	margin-right: 10px;
}

.trusted-customers span {
	color: #00460F;
	font-weight: 700;
	font-size: 15px;
}

.banner-btns a {
	cursor: pointer;
}

.banner-btns .et-button .icon {
	margin-left: 18px;
}

.banner-btns .filled-golden-btn {
	background: #b68d41;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0 !important;
}

.banner-btns .filled-golden-btn:hover {
	background: transparent;
	color: #b68d41;
}

.home-slider .swiper-pagination {
	display: flex;
	justify-content: center;
	bottom: 20px;
}

.home-slider .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 0 5px !important;
	background: #b2b2b2;
}

.home-slider .swiper-pagination-bullet-active {
	background: #00460F;
}

.seasonal-fruit-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}

.seasonal-fruit-box-wrap {
	width: 100%;
	padding: 0 15px;
}

.fruit-hamper-box {
	position: relative;
	border-radius: 50px;
	padding: 32px 24px;
}

.add-cart-btn svg {
	width: 18px;
	height: 18px;
}

.fruit-hamper-box::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 31%;
	border-radius: 50px;
	background: #FFF0F8;
	z-index: -1;
}

.small-fruit-box .fruit-hamper-box::before {
	background: #FFF0F8;
}

.seasonal-fruit-badge {
	position: absolute;
	top: 23%;
	right: 30px;
	display: flex;
}

.seasonal-fruit-badge svg {
	width: 79px;
	height: 78px;
}

.seasonal-fruit-badge span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1 !important;
}

.seasonal-fruit-badge span small {
	font-size: 52%;
	display: block;
	margin-top: 5px;
}

.seasonal-fruit-img {
	text-align: center;
}

.seasonal-fruit-img img {
	max-width: 100%;
}

.seasonal-fruit-bottom {
	text-align: center;
}

.seasonal-fruit-bottom h2 {
	font-size: 26px !important;
	margin: 0 0 20px;
	font-weight: 700;
	line-height: 1.2
}

.small-fruit-box .seasonal-fruit-bottom h2 {
	color: #EB48A0;
}

.seasonal-fruit-info {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	max-width: 375px;
	margin: 0 auto 10px;
}

.seasonal-fruit-info p:last-child {
	margin-bottom: 0;
}

.seasonal-fruit-top {
	margin-bottom: 20px;
}

.seasonal-fruit-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.seasonal-fruit-btns a {
	margin: 12px 6px 0;
	border-radius: 60px;
	display: inline-flex;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
}

.view-detail-btn {
	padding: 13px 22px;
	border: 1px solid #EB48A0;
	color: #EB48A0;
}

.view-detail-btn:hover {
	background: #EB48A0;
	color: #fff;
	border: 1px solid #EB48A0;
}

.view-detail-btn .icon,
.view-detail-btn .icon * {
	fill: currentColor;
}

.view-detail-btn .text {
	margin-right: 10px;
}

.add-cart-btn {
	padding: 11px 22px;
	border: 1px solid #EB48A0;
	color: #fff;
	background: #EB48A0
}

.add-cart-btn:hover {
	background: transparent;
	border: 1px solid #EB48A0;
	color: #EB48A0;
}

.add-cart-btn .icon,
.add-cart-btn .icon * {
	stroke: currentColor;
}

.add-cart-btn .text {
	margin-left: 10px;
}

.medium-fruit-box .fruit-hamper-box::before {
	background: #F4EFFF;
}

.medium-fruit-box .seasonal-fruit-bottom h2 {
	color: #8E65E2;
}

.medium-fruit-box .seasonal-fruit-badge svg,
.medium-fruit-box .seasonal-fruit-badge svg * {
	fill: #8E65E2
}

.medium-fruit-box .view-detail-btn {
	border: 1px solid #8E65E2;
	color: #8E65E2;
}

.medium-fruit-box .view-detail-btn:hover {
	border: 1px solid #8E65E2;
	color: #fff;
	background: #8E65E2
}

.medium-fruit-box .add-cart-btn {
	border: 1px solid #8E65E2;
	color: #fff;
	background: #8E65E2;
}

.medium-fruit-box .add-cart-btn:hover {
	border: 1px solid #8E65E2;
	color: #8E65E2;
	background: transparent;
}

.large-fruit-box .fruit-hamper-box::before {
	background: #EBF3FF;
}

.large-fruit-box .seasonal-fruit-bottom h2 {
	color: #4889EF;
}

.large-fruit-box .seasonal-fruit-badge svg,
.large-fruit-box .seasonal-fruit-badge svg * {
	fill: #4889EF
}

.large-fruit-box .view-detail-btn {
	border: 1px solid #4889EF;
	color: #4889EF;
}

.large-fruit-box .view-detail-btn:hover {
	border: 1px solid #4889EF;
	color: #fff;
	background: #4889EF
}

.large-fruit-box .add-cart-btn {
	border: 1px solid #4889EF;
	color: #fff;
	background: #4889EF;
}

.large-fruit-box .add-cart-btn:hover {
	border: 1px solid #4889EF;
	color: #4889EF;
	background: transparent;
}

.seasonal-fruit-hamper {
	margin-top: 20px;
}

.rare-seasonal-sec.sec-padding {
	padding-bottom: 20px !important
}

.contact-block-sec {
	padding: 40px 20px !important;
	border-radius: 60px !important;
}

.contact-block-sec .banner-back {
	border-radius: 60px !important
}

.contact-block-sec .whatsapp-btn .icon {
	width: 30px !important;
	height: 30px !important;
	line-height: 1 !important;
}

.contact-block-sec .whatsapp-btn .icon svg {
	width: 100%;
	height: 100%;
}

.whatsapp-btn .icon path:first-child {
	fill: url(#paint0_linear_738_2872) !important
}

.whatsapp-btn .icon path:nth-child(2) {
	fill: url(#paint1_linear_738_2872) !important
}

.whatsapp-btn .icon path:nth-child(3) {
	fill: #fff !important;
}

.whatsapp-btn.et-button {
	font-size: 18px;
	padding: 14px 26px !important;
	height: initial !important;
}

.et-button {
	font-family: 'Cairo' !important;
}

.contact-block-sec .banner-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}

.filled-golden-btn.et-button .icon svg {
	width: 100%;
	height: 100%;
}

.filled-golden-btn.et-button .icon {
	width: 35px !important;
	height: 35px !important;
}

.product-card-boxes .banner-inner>.vc_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.week-box .vc_column-inner {
	padding: 60px 20px !important;
}

.vc_section {
	margin-left: 0;
	margin-right: 0;
}

.discount-box-info .vc_column-inner {
	padding: 60px 20px !important;
}

.product-card-boxes h2,
.product-card-boxes h3,
.product-card-boxes h4 {
	line-height: 1.2;
}

.et-button .text {
	margin-bottom: 2px;
}

.discovery-box-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.discovery-box-wrap {
	width: 100%;
	padding: 0 15px;
}

.discovery-box-img {
	width: 100%;
	border-radius: 50px;
	overflow: hidden;
}

.discovery-box-img a {
	display: block;
}

.discovery-box-img img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.discovery-box {
	position: relative;
	margin-bottom: 30px;
	background: #fef5e5;
	border-radius: 60px;
}

.category-tag {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
}

.category-tag span {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	padding: 18px 43px;
	border-radius: 50px 0;
	display: inline-flex;
	line-height: 1;
}

.royal-blue-category .category-tag span {
	background-color: #0E62A7;
}

.brick-rea-category .category-tag span {
	background-color: #C33A4E;
}

.magenta-rose-category .category-tag span {
	background-color: #CD3583;
}

.dark-indigo-category .category-tag span {
	background-color: #1A2C66;
}

.discovery-info {
	position: absolute;
	padding: 32px 40px;
	bottom: 0;
	left: 0;
	right: 0;
}

.discovery-info h4 {
	font-size: 28px !important;
	color: #1C1C1C;
	line-height: 1.2;
	margin-bottom: 15px;
}

.discovery-info h4 a {
	display: inline-block;
	color: #1C1C1C;
	text-decoration: none;
}

.discovery-info p {
	font-size: 15px;
	margin: 0 0 15px;
	max-width: 590px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.discovery-btns .filled-golden-btn.et-button .icon {
	width: 19px !important;
	height: 19px !important;
	margin-right: 10px;
	display: inline-flex !important;
}

.discovery-btns .filled-golden-btn.et-button {
	padding: 13px 25px !important;
	background: #B68D41;
	line-height: 1;
	color: #fff;
	margin: 0 !important;
}

.discovery-btns .filled-golden-btn.et-button:hover {
	background: transparent;
	color: #B68D41;
}

.discovery-btns .filled-golden-btn.et-button .icon path {
	stroke: currentColor;
}

.discovery-btns .et-button .text {
	margin: 0;
}

.our-features-icon span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(182, 141, 65, 0.07);
}

.our-features-icon {
	width: 70px;
	margin-right: 22px;
}

.our-features-item {
	display: flex;
	flex-wrap: wrap;
}

.our-features-content {
	width: calc(100% - 92px);
}

.why-us-wrap {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.our-features {
	padding: 0 15px;
	width: 35.6%;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.our-features-content h4 {
	font-size: 22px !important;
	line-height: 1.2 !important;
	margin: 0 0 12px;
	color: #000;
}

.our-features-content p {
	font-size: 14px;
	line-height: 1.45;
}

.our-features-content p:last-child {
	margin: 0;
}

.why-img-title-wrap {
	border-radius: 240px;
	text-align: center;
	position: relative;
}

.why-img-title-wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	right: 0;
	top: -90px;
	background: #FFFCF0;
	bottom: 17%;
	border-radius: 240px;
	z-index: -1;
}

.why-img-title-wrap h3 {
	margin: 0 0 30px;
}

.why-img-title {
	width: 28.8%;
	padding: 0 15px;
}

.why-title-logo img {
	max-width: 248px;
	margin: 0 auto;
	width: 100%;
}

.why-us-img-wrap {
	width: 164%;
	margin-left: -38.5%;
	margin-top: -2%;
}

.why-us-sec {
	padding-top: 50px;
}

.why-us-main.sec-padding {
	padding-bottom: 0 !important;
}

.review-box {
	border: 1px solid #E4E4E4;
	border-radius: 40px;
	background: #fff;
	padding: 25px 30px 30px;
}

.review-box .quote {
	display: inline-flex;
}

.review-box .quote svg {
	width: 31px;
	height: 21px;
}

.review-box-top {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.review-box-top .date {
	font-size: 13px;
	color: #666;
	margin: 0;
}

.review-box h3 {
	font-size: 18px !important;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 12px;
}

.review-text {
	font-size: 15px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.48em;
}

.user-img {
	width: 52px;
	height: 52px;
	overflow: hidden;
	border-radius: 50%;
}

.user-img img {
	width: 100% !important;
	height: 100% !important;
	object-position: center;
	object-fit: cover;
}

.user-info {
	display: flex;
	gap: 18px;
	align-items: center;
}

.user-info .name {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
}

.review-slider-block .stars {
	display: inline-flex;
	gap: 6px;
	margin: 0;
}

.sec-sub-title {
	color: #b68d41;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: none;
}

.review-slider-block .common-head {
	text-align: center;
}

.common-head h2 {
	line-height: 1 !important;
}

.review-slider-sec .swiper-pagination {
	position: static;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.review-slider-sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00460F;
	width: 9px;
	height: 9px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 5px !important;
}

.review-slider-sec .swiper-pagination-bullet {
	background: #B2B2B2;
	width: 9px;
	height: 9px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 5px !important;
	opacity: 1;
}

.form-control {
	border: 1px solid #DEDEDE !important;
	border-radius: 150px !important;
	padding: 14px 24px !important;
	color: #000 !important;
	font-family: Cairo;
	height: auto !important;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
}

.form-control::-webkit-input-placeholder {
	color: #666666;
}

.form-control::-moz-placeholder {
	color: #666666;
}

.form-control::-ms-input-placeholder {
	color: #666666;
}

.form-control::-moz-placeholder {
	color: #666666;
}

textarea.form-control {
	height: 94px !important;
	resize: none;
	border-radius: 30px !important;
}

.input-row>div>p {
	margin: 0;
}

.input-row {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.input-three-col {
	width: 33.33%;
	padding: 0 10px;
	position: relative;
}

.input-full-col {
	width: 100%;
	padding: 0 10px;
	position: relative;
}

.input-half-col {
	width: 50%;
	padding: 0 10px;
	position: relative;
}

.input-auto-col {
	padding: 0 10px;
}

.contact-form-block {
	max-width: 1140px;
	border-radius: 60px;
	background: #FFFCF0;
	background-image: url("../images/enquiries-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px;
	margin: 0 auto;
}

.contact-form-block h2 {
	margin: 0 0 30px;
	text-align: center;
	color: #000;
}

.input-row>div {
	margin-bottom: 20px;
	position: relative;
}

.contact-form-block .btn {
	margin: 0;
	padding: 16px 24px !important;
	font-size: 18px;
	min-width: 135px;
	text-align: center !important;
	display: inline-flex;
	font-weight: bold;
	border-radius: 60px;
	line-height: 1.223;
}

.contact-form-block .filled-golden-btn {
	background: #b68d41 !important;
	border: 1px solid #b68d41 !important;
	color: #fff !important;
}

.contact-form-block .filled-golden-btn:hover {
	background: transparent !important;
	border: 1px solid #b68d41 !important;
	color: #b68d41 !important;
}

.contact-form-block .golden-outline-btn {
	background: transparent !important;
	border: 1px solid #b68d41 !important;
	color: #b68d41 !important;
}

.contact-form-block .golden-outline-btn:hover {
	background: #b68d41 !important;
	border: 1px solid #b68d41 !important;
	color: #fff !important;
}

.input-auto-col>p {
	display: inline-block;
	text-align: center;
}

.form-btns-row {
	justify-content: center;
	row-gap: 20px;
}

.form-btns-row .input-auto-col {
	margin: 0;
}

.contact-form-block form {
	margin: 0;
}

.captcha_space {
	margin-bottom: 20px !important;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer .sub-menu li:not(:last-child) {
	margin: 0 0 15px;
}

.footer .sub-menu li a span {
	display: block;
}

.footer .et-icon-box .et-icon.small-x {
	width: 18px;
	height: 18px;
	line-height: 18px;
	min-width: 18px;
}

.payment-list-footer .slides {
	display: flex !important;
	row-gap: 24px !important;
	column-gap: 18px !important;
	max-width: 260px;
	flex-wrap: wrap;
	align-items: center;
}

.social-link .slides {
	display: flex !important;
	flex-wrap: wrap;
	gap: 18px;
}

.footer .container {
	max-width: 1140px !important;
	min-width: auto !important;
	justify-content: space-between !important;
}

.bottom-footer .bottom-footer-menu {
	margin: 0 !important;
}

.bottom-footer {
	padding: 25px 0 15px !important;
}

.bottom-footer .bottom-footer-menu li {
	width: initial !important;
	padding: 5px 16px !important;
	position: relative;
	display: inline-flex;
}

.bottom-footer .bottom-footer-menu li::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #1C1C1C;
	border-radius: 50%;
	top: 50%;
	right: -2px;
	transform: translateY(-50%);
}

.footer ul {
	margin-bottom: 0 !important
}

.bottom-footer .bottom-footer-menu li:last-child::after {
	display: none;
}

.bottom-footer .bottom-footer-menu ul {
	justify-content: center;
}

.bottom-footer .bottom-footer-menu li a {
	margin: 0 !important;
	line-height: 1.2 !important;
	display: inline-flex !important;
	font-size: 13px !important;
	color: #1C1C1C !important;
}

.bottom-footer .bottom-footer-menu li a:hover {
	color: #00460f !important;
}

.bottom-footer .bottom-footer-menu li span {
	display: inline-flex;
}

.footer .mm-container.column-2 .et-mm>.menu-item {
	padding: 0 !important
}

.product-input-box .variation-options>li:first-child {
	display: none;
}

.product-input-box {
	position: relative;
}

.product-input-box .variation-options {
	opacity: 0;
	visibility: hidden;
	margin: 0 !important;
	position: absolute;
	top: 46px;
	background: #fff;
	z-index: 9;
	left: -10px;
	width: calc(100% + 20px);
	padding: 16px;
	box-shadow: 0 0 16px 0 rgb(134 134 134 / 15%);
	border-radius: 16px;
	gap: 10px;
	transition: all 0.3s ease-in-out;
	flex-wrap: wrap;
	font-size: 14px;
}

.product-input-box .variation-options.active {
	opacity: 1;
	visibility: visible;
}

.product-input-box .variation-options li {
	border: 1px solid #CFCFCF;
	border-radius: 40px;
	padding: 5px 11px;
	color: #1C1C1C;
	line-height: 1;
	white-space: nowrap;
}

.product-input-box .variation-options li.selected {
	background: #00460F;
	border-color: #00460F;
	color: #fff;
}

.product-input-box>label,
.product-layout form.cart .product-input-box>label {
	border: 1px solid #C4C4C4;
	padding: 14px 38px 14px 20px;
	border-radius: 60px;
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	width: calc(100% - 128px);
	position: relative;
	transition: all 0.3s ease-in-out;
	min-width: initial;
}

.product-input-box>label::after {
	position: absolute;
	content: "";
	background-image: url(../images/down-arrow.svg);
	width: 13px;
	height: 9px;
	top: 19px;
	right: 20px;
	transition: all 0.3s ease-in-out;
}

.product-input-box>label.active::after {
	transform: rotate(180deg);
}

.product-bottom-block .button:before,
.product-bottom-block .added_to_cart:before {
	display: none;
}

.product-layout .loop-products .product .button,
.product-bottom-block .button,
.grid ul.products .product .button,
.related ul.products .product .button {
	margin: 0 !important;
	height: initial !important;
	line-height: initial !important;
	padding: 8px 20px !important;
	border: 1px solid #b68d41 !important;
	color: #b68d41 !important;
	background: transparent !important;
	display: inline-flex;
}

.product-layout .loop-products .product .button:hover,
.product-bottom-block .button:hover {
	background: #b68d41 !important;
	color: #fff !important;
	border: 1px solid #b68d41 !important;
}

.product-layout.comp .product-cart-btn {
	width: auto;
	min-width: 170px;
}

.product-bottom-block .button .cart-icn {
	display: inline-flex;
}

.product-bottom-block .button .cart-icn path {
	stroke: currentColor;
}

.product-bottom-block .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	gap: 10px;
}

.product-bottom-block {
	display: flex;
	gap: 15px;
}

.product-cart-btn {
	width: calc(100% - 65px);
}

.product-tags {
	position: absolute;
	top: 25px;
	right: 30px;
}

.product-tags span {
	background-color: #f4f9f4;
	color: #1C892D;
	display: inline-flex;
	padding: 12px 15px;
	border-radius: 20px;
	line-height: 1;
	font-weight: 500;
	font-size: 14px;
}

.product-image {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.product-image a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

.product-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.product-layout .spacestem-product-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex-wrap: initial;
}


/*Hide sticky header*/
.header.sticky-true.active .vc_row.hide-default {
	display: none !important;
}

/*Hide sticky header*/
.cart-contents {
	width: 18px;
	height: 18px;
	transform: initial;
	left: 32px;
	top: 10px;
}

.home-slider {
	border-radius: 60px;
	overflow: hidden;
}

header .login-title {
	display: none !important;
}

header .login-toggle {
	background-image: url("../images/user-icon.svg");
	width: 20px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

header .login-toggle.active {
	background: none;
}

header .login-toggle svg {
	display: none;
}

header .cart-toggle svg {
	display: none;
}

header .cart-toggle {
	background-image: url(../images/header-cart.svg);
	background-size: 22px !important;
	padding: 9px 24px 9px 61px;
	background-position: 17px center;
	background-repeat: no-repeat;
	width: initial !important;
	height: initial !important;
	line-height: initial !important;
	display: inline-flex;
	line-height: 1;
}

.cart-summary {
	display: flex;
	flex-direction: column;
	line-height: 1;
	color: #fff;
	align-items: flex-start;
}

.cart-summary .my-cart-label {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 3px;
}

.cart-summary .cart-total {
	font-size: 18px;
	font-weight: 700;
}

.header-right-block .vc_column-inner {
	align-items: flex-end;
}

.product {
	position: relative;
}

.quick-view-btn .en-quick-view {
	position: static !important;
	display: inline-flex !important;
	opacity: 1 !important;
	visibility: visible;
	width: 50px !important;
	height: 50px !important;
	background: #F5F5F5 !important;
	border-radius: 50% !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	outline: none !important;
}

body .post-body .en-quick-view,
body .post-body .wishlist-toggle,
body .post-body .compare-toggle {
	background: #F5F5F5 !important;
}

body .post-body .en-quick-view:hover,
body .post-body .wishlist-toggle:hover,
body .post-body .compare-toggle:hover {
	background: #b68d41 !important;
}

.quick-view-btn .en-quick-view.loading {
	background: #b68d41 !important;
}

.quick-view-btn .en-quick-view.loading path {
	stroke: #fff;
}

.quick-view-btn .en-quick-view svg {
	fill: none;
	position: static !important;
	width: 22px !important;
	height: 14px !important;
}

body .post-body .en-quick-view:hover path,
body .post-body .wishlist-toggle:hover path,
body .post-body .compare-toggle:hover path {
	stroke: #fff !important;
}

header .cart-toggle svg.close {
	display: none !important;
}

.header-logo .logo svg {
	width: 100%;
	height: auto;
}

.product-layout .loop-products .price span:nth-child(2) {
	color: #000;
}

.product-layout .loop-products .price span:nth-child(3) bdi,
.single-product .price span:nth-child(3) bdi {
	display: inline-block;
	margin-left: 10px;
}

.product-layout .loop-products .price span:first-child bdi,
.single-product .price span:first-child bdi {
	display: inline-block;
	margin-right: 10px;
}

.copyright-text a {
	text-decoration: underline;
}

.loop-products {
	grid-row-gap: 30px !important;
	grid-column-gap: 30px !important;
}

.pf-item.price input[name="min"],
.pf-item.price input[name="max"],
.pf-item.slider input[name="min"],
.pf-item.slider input[name="max"] {
	border: 1px solid #C4C4C4;
	background: transparent;
	border-radius: 50px;
}

.product-filter a {
	color: #1C1C1C;
}

.product-filter .clear-all-attribute {
	padding: 12px 20px !important;
	border: 1px solid #b68d41 !important;
	color: #b68d41 !important;
	background: transparent !important;
	width: 100%;
	font-size: 16px;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
}

.product-filter .clear-all-attribute:hover {
	border: 1px solid #b68d41 !important;
	color: #fff !important;
	background: #b68d41 !important;
}

.ui-slider-handle-bubble {
	background-color: #B68D41;
}

.ui-slider-handle-bubble:before {
	background-color: #B68D41;
}

.common-banner {
	position: relative;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.common-banner .banner-back {
	border-radius: 60px;
}

.breadcrumb-sec {
	margin-bottom: 40px;
}

.contact-info-box.et-icon-box-container {
	display: flex !important;
	flex-wrap: wrap;
	padding: 0 20px;
}

.contact-info-box .et-icon-box {
	position: relative;
	border-radius: 0;
}

.contact-info-box .et-icon-box::after {
	position: absolute;
	content: "";
	right: -12px;
	border-right: 1px solid #e2e2e2;
	height: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.contact-info-box .et-icon-box:last-child::after {
	display: none;
}

.contact-details-sec h4 {
	color: #1c1c1c;
	font-size: 34px !important;
	margin: 0 0 30px !important;
	text-align: center;
}

.contact-form-block.contact-page-form {
	padding: 30px;
}

.social-icon-list .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.helpful-link {
	display: flex;
	flex-wrap: wrap;
}

.helpful-link .et-icon-box {
	padding: 0 !important;
	flex: initial;
}

.helpful-link .et-icon-box a {
	border: 1px solid #1c1c1c;
	border-radius: 40px;
	padding: 10px 20px;
}

.helpful-link .et-icon-box a:hover {
	border: 1px solid #00460F;
	background: #00460F;
}

.helpful-link .et-icon-box a:hover .et-icon-box-title {
	color: #fff !important;
}

.helpful-link .et-icon-box a:hover .et-icon.small-x {
	color: #fff !important;
}

.helpful-link .et-icon-box-title {
	font-size: 15px !important;
	margin: 0 !important;
}

.helpful-link .et-icon-box.icon-position-right .et-icon-box-inner {
	flex-direction: row !important;
}

.helpful-link .et-icon-box.icon-position-right .et-icon-content {
	padding-right: 6px !important;
	padding-left: 0 !important;
}

.helpful-link .et-icon-box .et-icon.small-x {
	width: 12px;
	height: 12px;
	min-width: 12px;
	line-height: 12px;
	color: #1c1c1c !important;
}

.helpful-link .et-icon-box .et-icon.small-x * {
	fill: currentColor !important;
}

.helpful-link .et-icon-box:hover .et-icon.small-x {
	color: #00460F !important;
}

.contact-info-box .helpful-link .et-icon-box::after {
	display: none;
}

.contact-info-box h4 {
	margin: 0 0 15px !important;
	font-size: 28px !important;
}

.header-menu-container .header-menu>li>.mi-link {
	padding: 50px 24px !important;
	position: relative;
}

.et-desktop .header-menu-container .header-menu>li {
	margin: 0 5px;
}

.et-desktop .header-menu-container .header-menu>li.current_page_item,
.et-desktop .header-menu-container .header-menu>li:hover {
	background: rgb(247 203 119 / 10%);
}

.et-desktop .header-menu-container .header-menu>li:has(.current_page_item) {
	background: rgb(247 203 119 / 10%);
}

.et-desktop .header-menu-container .header-menu>li:has(.current_page_item)>.mi-link,
.et-desktop .header-menu-container .header-menu>li:hover>.mi-link {
	font-weight: 700 !important;
	color: #b68d41 !important;
}

.et-desktop .header-menu-container .header-menu>li:has(.current_page_item)>.mi-link>.arrow svg,
.et-desktop .header-menu-container .header-menu>li:hover>.mi-link>.arrow svg {
	fill: #b68d41 !important
}

.et-desktop .header-menu-container .header-menu>li:has(.current_page_item)::after,
.et-desktop .header-menu-container .header-menu>li:hover::after {
	border-bottom: 6px solid var(--custom-primary-color);
}

.bottom-header .vc_column-inner>.wpb_wrapper {
	display: flex;
	align-items: center;
}

.bottom-header .header-menu .sub-menu:not(.megamenu-single),
.bottom-header .header-menu .sub-menu {
	min-width: 180px;
}

.bottom-header .header-menu .sub-menu .mi-link {
	padding: 7px 20px !important;
}

.mobile-container.active .mobile-container-toggle {
	top: 80px;
	right: 34px !important;
	z-index: 9999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}

.mobile-container-inner+.mobile-container-toggle svg {
	fill: #00460f !important;
}

.mob-tab-content .cart-contents .cart-info,
.mob-tab-content .wishlist-contents,
.mob-tab-content .compare-contents {
	background-color: #00460f !important
}

.header .widget_shopping_cart .cart-product-title a,
.header .widget_shopping_cart .cart-product-title {
	color: #1c1c1c !important;
	font-weight: 700;
	display: inline-flex;
}

.header .widget_shopping_cart .cart-product-title a:hover,
.header .widget_shopping_cart .cart-product-title:hover {
	color: #00460f !important;
}

.header .woocommerce-mini-cart-item {
	color: #1c1c1c !important;
	padding-right: 3px;
}

.header .woocommerce-mini-cart-item .remove {
	color: #1c1c1c !important;
	right: 3px !important;
}

.header .woocommerce-mini-cart-info-wrap {
	color: #1c1c1c !important
}

.header .woocommerce-mini-cart-info .button {
	background: #b68d41 !important;
	border: 1px solid #b68d41 !important;
	color: #fff !important;
	line-height: 1.4;
	justify-content: center;
}

.header .woocommerce-mini-cart-info .button:hover {
	background: transparent !important;
	border: 1px solid #b68d41 !important;
	color: #b68d41 !important;
}

.header .woocommerce-mini-cart-info .button.checkout {
	background: #00460f !important;
	border: 1px solid #00460f !important;
	color: #fff !important;
}

.header .woocommerce-mini-cart-info .button.checkout:hover {
	background: transparent !important;
	border: 1px solid #00460f !important;
	color: #00460f !important;
}

.woocommerce-message a {
	background-color: #b68d41 !important;
}

.woocommerce-message a:hover {
	background-color: #00460f !important;
}

.woocommerce-ordering select {
	color: #1c1c1c !important;
	border: 1px solid #1c1c1c !important;
	width: auto;
	cursor: pointer;
}

.woocommerce-before-shop-loop .layout-control {
	background: #f5f8f6 !important;
}

.woocommerce-before-shop-loop .layout-control>.chosen,
.woocommerce-before-shop-loop .layout-control>*:hover {
	background: #00460f !important;
}

.woocommerce-before-shop-loop .layout-control>* {
	background: #00460f3d;
}

.cart-checkout .wp-block-woocommerce-cart {
	max-width: 100% !important;
	margin: 0 !important;
	width: 100% !important;
}

th {
	color: #1c1c1c !important;
	font-size: 18px;
}

.wc-block-components-product-name {
	color: #00460f;
	font-weight: 600;
	font-size: 18px !important;
}

.wc-block-cart .wc-block-cart__totals-title {
	font-size: 18px !important;
	color: #1c1c1c !important;
}

.wc-block-components-totals-coupon__input input {
	border: 1px solid #DEDEDE !important;
	border-radius: 30px !important;
	padding: 16px 24px !important;
	height: 50px !important;
	font-size: 15px !important;
	line-height: 14px !important;
}

.wc-block-components-totals-coupon__input label {
	left: 24px !important;
	top: 24px !important;
}

.wc-block-components-totals-coupon__input.is-active label {
	transform: translateY(-19px) scale(.75) !important;
}

.wc-block-components-totals-coupon__button {
	color: #fff !important;
}

.button:focus,
.button:active,
.wp-element-button:focus,
.wp-element-button:active {
	box-shadow: none !important;
	outline: none !important;
}

.wc-block-components-formatted-money-amount {
	color: #1c1c1c !important;
	font-weight: 700;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	font-size: 20px;
}

.wc-block-cart-item__prices {
	font-size: 18px;
}

.wc-block-components-product-metadata {
	font-size: 14px !important;
}

.wc-block-components-quantity-selector button,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	width: 22px !important;
	height: 22px !important;
	border-radius: 50% !important;
	min-height: initial !important;
	padding: 2px 2px 5px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #D7D7D7 !important;
	background: transparent !important;
	color: #000000 !important;
	opacity: 1 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	min-width: initial !important;
	line-height: 10px !important;
	outline: none !important;
	box-shadow: none !important;
}

.wc-block-components-quantity-selector input,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
	width: 40px !important;
	min-height: initial;
	padding: 2px !important;
	text-align: center !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
	height: 20px;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #000 !important;
	outline: none !important;
	box-shadow: none !important;
}

.wc-block-components-quantity-selector {
	display: inline-flex !important;
	align-items: center;
	border: 1px solid #C4C4C4;
	border-radius: 80px !important;
	padding: 10px 13px !important;
	width: auto !important;
	margin: 0 !important;
}

.wc-block-components-quantity-selector:after {
	display: none;
}

.wc-block-cart-item__remove-link {
	background-image: url(../images/close-icon.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	font-size: 0 !important;
	background-size: 18px !important;
	padding: 0 !important;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 22px;
	background-color: #02ffec !important;
	filter: invert(1);
}

.wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__image {
	padding-left: 26px;
}

tr {
	position: relative;
}

.wc-block-cart__submit-button {
	background: #b68d41;
	border-radius: 80px;
	font-weight: 700;
	border: 1px solid #b68d41 !important;
	color: #fff !important;
	font-size: 16px;
}

.wc-block-cart__submit-button:hover {
	background: transparent !important;
	color: #b68d41 !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 22px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
	max-width: 100% !important;
	margin: 0 !important;
	width: 100% !important;
}

.wc-block-components-checkout-step__title {
	font-size: 24px !important;
}


.shop_table .product-remove a {
	background-color: #ff0000 !important;
	color: #fff !important;
	font-size: 20px;
	line-height: 20px;
}

.shop_table .product-remove a:hover {
	background-color: #c90000 !important;
	color: #fff !important;
	font-size: 20px;
	line-height: 20px;
}

th,
td {
	color: #1c1c1c;
}

.shop_table .product-name a {
	color: #1c1c1c !important;
	font-size: 15px;
}

.shop_table .product-remove {
	width: 57px;
}

.shop_table .product-thumbnail {
	width: 12%;
}

.shop_table .product-price {
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.shop_table .product-subtotal {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.cart_totals h2 {
	font-size: 18px !important;
	color: #000 !important;
}

.about-review .common-head .sec-sub-title {
	display: none;
}

.login-box input {
	border: 1px solid #DEDEDE !important;
	border-radius: 150px !important;
	padding: 16px 24px !important;
	color: #000 !important;
	font-family: Cairo;
	height: auto !important;
	margin: 0 !important;
	font-size: 15px !important;
}

.login-box input[type="submit"] {
	color: #fff !important;
}

.login-box input::-webkit-input-placeholder {
	color: #666666;
}

.login-box input::-moz-placeholder {
	color: #666666;
}

.login-box input::-ms-input-placeholder {
	color: #666666;
}

.login-box input::-moz-placeholder {
	color: #666666;
}

.contact-page-banner.common-banner {
	min-height: 200px;
}

.content-block-page {
	padding: 50px 0;
	font-size: 15px;
	color: #1c1c1c;
}

.content-block-page h6 {
	font-size: 22px;
}

.content-block-page .et-icon {
	width: 18px;
	height: 18px;
	min-width: 18px;
	line-height: 18px;
}

.content-block-page p {
	margin: 0 0 10px;
}

.cart_totals .shop_table {
	margin-top: 25px;
}

.cart_totals .shop_table .cart-subtotal td,
.cart_totals .shop_table .order-total td {
	color: #1c1c1c;
}

.cart_totals .wc-proceed-to-checkout .button {
	padding: 14px 25px !important;
	font-size: 16px;
	font-weight: 700;
	border-radius: 72px;
	line-height: 1.223;
	display: inline-block;
}

.cart_totals .wc-proceed-to-checkout .checkout-button {
	border: 1px solid #00460f;
	background: #00460f;
	color: #fff;
	text-transform: capitalize;
}

.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
	border: 1px solid #00460f;
	background: #fff;
	color: #00460f !important;
}

.cart_totals .wc-proceed-to-checkout .continue-shopping-button {
	border: 1px solid #b68d41;
	background: #b68d41;
	color: #fff;
}

.cart_totals .wc-proceed-to-checkout .continue-shopping-button:hover {
	border: 1px solid #b68d41;
	background: #fff;
	color: #b68d41;
}

.quick-view-wrapper .onsale,
.single-product-wrapper .onsale {
	display: none;
}

.product .summary .price {
	color: #000 !important;
	flex-direction: row;
	justify-content: flex-start;
}

.product .summary table.variations input,
.product .summary table.variations select {
	margin-bottom: 0;
	color: #1c1c1c;
	cursor: pointer;
}

.product .summary table.variations .reset_variations {
	margin-top: 5px;
}

.product_meta>* {
	color: #1c1c1c !important;
	font-size: 16px;
}

.product_meta span {
	font-weight: 700;
}

.product_meta span span,
.product_meta a {
	color: #1c1c1c !important;
	font-weight: 400;
}

.content-sidebar-toggle.filter {
	background: #00460f;
	color: #fff;
	border-radius: 30px;
}

.content-sidebar-toggle.filter svg {
	fill: #fff;
}

form.cart .product-input-box {
	display: inline-flex;
}

form.cart .product-input-box>label {
	width: auto;
	min-width: 200px;
}

form.cart .product-input-box .variation-options {
	width: 100%;
	left: initial;
}

form.cart {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 !important;
}

form.cart .quantity-controls .quantity {
	min-width: initial;
	min-height: initial;
}

form.cart .quantity-controls .quantity input {
	height: 20px;
	max-width: initial;
	background: transparent;
}

.summary .quantity-controls .minus:before {
	-webkit-mask: url(../images/minus.svg) no-repeat center;
	mask: url(../images/minus.svg) no-repeat center;
}

.summary .quantity-controls .plus:before {
	-webkit-mask: url(../images/plus.svg) no-repeat center;
	mask: url(../images/plus.svg) no-repeat center;
}

.summary .quantity-controls .plus:before,
.summary .quantity-controls .minus:before {
	background: #000;
}

.summary .quantity-controls .minus[disabled] {
	opacity: 1;
}

.woocommerce-variation-add-to-cart,
.entry-summary form.cart:not(.variations_form):not(.grouped_form) {
	padding: 0;
	border-radius: 0;
	width: auto;
	background: transparent;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}

.product .button:before,
.product .added_to_cart:before {
	-webkit-mask: url(../images/add-cart-icon.svg) no-repeat 50% 50%;
	mask: url(../images/add-cart-icon.svg) no-repeat 50% 50%;
	background: #b68d41;
	margin: 4px 0px 0px;
	width: 21px !important;
	height: 21px !important;
}

.quick-view-wrapper .product-quantity {
	width: 100%;
}

body .product .single_add_to_cart_button {
	margin: 0 !important;
	height: initial !important;
	line-height: initial !important;
	padding: 8px 20px !important;
	border: 1px solid #b68d41 !important;
	color: #b68d41 !important;
	background: transparent !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	gap: 10px;
}

body .product .single_add_to_cart_button:hover {
	background: #b68d41 !important;
}

.quick-view-wrapper .shop-summary-widgets {
	padding: 0;
}

.quick-view-wrapper {
	height: auto;
	width: calc(100% - 60px);
	max-width: 1200px;
	margin: 15px auto;
}

.loop-products .woocommerce-product-gallery__wrapper,
.quick-view-wrapper .woocommerce-product-gallery__wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loop-products .woocommerce-product-gallery__image,
.loop-products .woocommerce-product-gallery__image>a,
.quick-view-wrapper .woocommerce-product-gallery__image,
.quick-view-wrapper .woocommerce-product-gallery__image>a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product .summary .product_title {
	max-width: 100%;
	line-height: 1.4;
	font-size: 32px;
}

.grid.medium .loop-products,
.grid.small .loop-products,
.grid.medium .loop-products,
.grid.large .loop-products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

#loadmore {
	color: #000;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

#loadmore.et-button .button-back {
	fill: #ededed !important;
	transition: all 0.3s ease-in-out;
}

.product-layout.comp .loop-products .product>.post-inner {
	align-items: initial;
}

.product-layout.comp .loop-products .product>.post-inner>a {
	width: 340px;
}

.comp .loop-products .product {
	padding: 0;
	border: 0;
}

.woocommerce-before-shop-loop .sale-products {
	display: none;
}

.woocommerce-page .content-sidebar-toggle:not(.active) {
	display: inline-block;
	width: auto;
}

.single-product .single-product-wrapper .product-input-box {
	width: 100%;
}

.single-product .single-product-wrapper .product-quantity {
	width: 100%;
}

.single-product form.cart .product-input-box .variation-options {
	width: auto;
	max-width: 369px;
}

.cart-box {
	color: #1c1c1c !important;
}

.woocommerce-message {
	background: #f5f5f5 !important;
	outline: none !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	border-radius: 40px;
}

.shop_table .coupon .button {
	border: 1px solid #b68d41;
	background: #b68d41;
	color: #fff;
	padding: 12px 25px 14px !important;
	font-size: 16px;
	text-transform: capitalize;
}

.shop_table .coupon .button:hover {
	border: 1px solid #b68d41;
	background: #fff;
	color: #b68d41 !important;
}

.shop_table button[name="update_cart"] {
	border: 1px solid #b68d41;
	background: #b68d41;
	color: #fff;
	cursor: pointer;
	padding: 12px 25px 14px !important;
	font-size: 16px;
	text-transform: capitalize;
}

.shop_table button[name="update_cart"]:hover {
	border: 1px solid #b68d41;
	background: #fff;
	color: #b68d41 !important;
}

.cart-empty {
	font-size: 30px;
	font-weight: 700;
	color: #00460f;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
}

.return-to-shop {
	text-align: center;
}

.return-to-shop .button {
	padding: 13px 25px;
	border: 1px solid #b68d41;
	background: #b68d41;
	color: #fff;
	font-size: 16px;
}

.return-to-shop .button:hover {
	border: 1px solid #b68d41;
	background: #fff;
	color: #b68d41 !important;
}

.wc-proceed-to-checkout {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.shop_table {
	border-collapse: collapse;
}

.shop_table .product-quantity input {
	display: inline-flex;
	align-items: center;
	border: 1px solid #C4C4C4;
	border-radius: 80px;
	padding: 10px 13px !important;
	line-height: 1;
	background: transparent !important;
	font-weight: 700;
	color: #000;
	font-size: 16px;
}

.checkout h3 {
	font-size: 24px !important;
	color: #000;
}

.checkout input,
.checkout select {
	border: 1px solid #DEDEDE !important;
	border-radius: 150px !important;
	padding: 14px 24px !important;
	color: #000 !important;
	font-family: Cairo;
	height: auto !important;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
}

.checkout textarea {
	height: 94px !important;
	resize: none;
	border-radius: 30px !important;
	border: 1px solid #DEDEDE !important;
	padding: 10px 24px !important;
	color: #000 !important;
	font-family: Cairo;
	height: auto !important;
	margin: 0 !important;
	font-size: 15px !important;
}

#customer_details {
	background-color: #FFFCF0 !important;
	border: 0;
	border-radius: 60px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 150px !important;
	height: 51px !important;
	padding: 14.5px 24px 16px 24.5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.5 !important;
}

.select2-dropdown {
	border: 1px solid #DEDEDE !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #b68d41 !important;
}

.checkout input::-webkit-input-placeholder,
.checkout textarea::-webkit-input-placeholder,
input[name="coupon_code"]::-webkit-input-placeholder {
	color: #666666;
}

.checkout input::-moz-placeholder,
.checkout textarea::-moz-placeholder,
input[name="coupon_code"]::-moz-placeholder {
	color: #666666;
}

.checkout input:-ms-input-placeholder,
.checkout textarea:-ms-input-placeholder,
input[name="coupon_code"]:-ms-input-placeholder {
	color: #666666;
}

.checkout input:-moz-placeholder,
.checkout textarea:-moz-placeholder,
input[name="coupon_code"]:-moz-placeholder {
	color: #666666;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 20px !important
}

.woocommerce-privacy-policy-link {
	color: #b68d41 !important;
}

.place-order .button {
	padding: 12px 25px !important;
	font-size: 16px;
	font-weight: 700;
	border-radius: 72px;
	line-height: 1.223;
	display: inline-block;
	border: 1px solid #b68d41;
	background: #b68d41;
	color: #fff;
	text-transform: capitalize;
}

.place-order .button:hover {
	border: 1px solid #b68d41;
	background: #fff;
	color: #b68d41 !important;
}

input[name="coupon_code"] {
	border: 1px solid #DEDEDE !important;
	border-radius: 150px !important;
	padding: 14px 24px !important;
	color: #000 !important;
	font-family: Cairo;
	height: auto !important;
	margin: 0 !important;
	transform: none;
	font-size: 15px !important;
	line-height: 1.4;
}

.woocommerce-form-coupon.checkout_coupon {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px !important;
}

.woocommerce-form-coupon .button {
	padding: 11px 25px 13px !important;
	font-size: 16px;
	font-weight: 700;
	border-radius: 72px;
	line-height: 1.223;
	display: inline-block;
	border: 1px solid #b68d41;
	background: #b68d41;
	color: #fff;
}

.showcoupon {
	color: #b68d41 !important;
}

body .woocommerce-tabs .tabs li.active a {
	background-color: #b68d41 !important;
	color: #fff !important
}

body .woocommerce-tabs .tabs li a {
	color: #000 !important;
}

.comment-form textarea {
	border: 1px solid #DEDEDE !important;
	height: 94px !important;
	resize: none;
	border-radius: 30px !important;
	padding: 16px 24px !important;
	color: #000 !important;
	font-family: Cairo;
	margin: 0 !important;
}

.comment-form input[type="submit"] {
	padding: 10px 20px !important;
	font-size: 16px;
	color: #fff !important;
	min-width: 120px;
	border: 1px solid #b68d41;
	background: #b68d41;
}

.comment-form input[type="submit"]:hover {
	background: #fff;
	border: 1px solid #b68d41;
	color: #b68d41 !important;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
	background-color: #b68d41 !important;
	color: #fff !important;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation li a {
	color: #000 !important;
}

.woocommerce-MyAccount-content a {
	color: #b68d41 !important;
}

.woocommerce-MyAccount-content a:hover {
	color: #b68d41 !important;
	text-decoration: underline;
}

.woocommerce-Addresses h2,
.my-account .woocommerce h2 {
	font-size: 24px !important;
	color: #000;
}

.my-account .woocommerce-MyAccount-content input {
	border: 1px solid #DEDEDE !important;
	border-radius: 150px !important;
	padding: 14px 24px !important;
	color: #000 !important;
	font-family: Cairo;
	height: auto !important;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
}

.my-account .woocommerce-MyAccount-content input::-webkit-input-placeholder {
	color: #666666;
}

.my-account .woocommerce-MyAccount-content input::-moz-placeholder {
	color: #666666;
}

.my-account .woocommerce-MyAccount-content input:-ms-input-placeholder {
	color: #666666;
}

.my-account .woocommerce-MyAccount-content input:-moz-placeholder {
	color: #666666;
}

#order_comments_field label {
	display: none;
}

.wishlist-table li:not(.no-results):hover,
#customer_details,
.wc_payment_methods p,
.widget_fast_contact_widget .alert:not(.final) {
	background-color: #f5f5f5;
}

.payment_method_cod {
	margin-top: 2px;
}

.payment_method_cod p {
	background-color: #00460f0f !important;
	color: #00460f !important;
	font-size: 14px !important;
	padding: 8px 18px;
}

.wc_payment_methods p {
	background-color: #00460f0f !important;
	color: #00460f !important;
	font-size: 14px !important;
	padding: 8px 18px;
}

.payment_methods .woocommerce-SavedPaymentMethods-saveNew label {
	color: #00460f !important;
	font-size: 14px !important;
	width: calc(100% - 18px);
}

.wc_payment_method label {
	font-size: 15px;
	color: #000;
	font-weight: 600;
}

.shop_table {
	font-size: 15px;
}

.woocommerce-privacy-policy-text {
	font-size: 15px;
	margin-top: 10px;
}

.woocommerce-info {
	font-size: 15px;
}

.wpcf7-spinner {
	display: none;
}

.product-search .search-results h3 {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #000 !important;
	margin-bottom: 1px;
	line-height: 1.3 !important;
}

.product-search .search-results .product-image {
	height: auto;
	padding: 8px;
}

.search-results .product-stock {
	display: none;
}

.search-results .product-data .product-categories {
	display: none;
}

.product-search .search-results h3 .highlight,
.product-search .search-results h3 Span {
	background: transparent !important;
	color: #000 !important;
	font-weight: 400;
}

.product-search .product-data .product-price {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.product-search .product-data .product-price .regular-price {
	color: #000 !important
}

.product-search .product-sku {
	font-size: 13px;
	color: #666;
}

.product-search .search-results ul li:not(.no-results):hover {
	background-color: rgb(4 69 21 / 6%) !important;
}

.search-results .loop-products .product-image {
	border: 0;
	overflow: initial;
	border-radius: 0;
}

.related-loop-products {
	grid-row-gap: 30px !important;
	grid-column-gap: 30px !important;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	display: grid;
	justify-items: stretch;
}

.related-loop-products .product .post-title {
	width: calc(100% - 125px);
	display: inline-flex;
	font-size: 18px !important;
	font-weight: 400 !important;
	min-height: initial;
	max-height: initial;
	color: #1C1C1C;
	padding-right: 10px;
	overflow: hidden;
}

.related-loop-products .product .post-title a {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1C1C1C;
}

.related-loop-products .product .star-rating-wrap {
	width: 125px;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

.related-loop-products .star-rating span {
	background-color: #FCD53F;
	height: 14px;
	-webkit-mask: url(../images/star-icon.svg) left top;
	mask: url(../images/star-icon.svg) left top;
	-webkit-mask-size: 20px 14px;
	mask-size: 20px 14px;
}

.related-loop-products .star-rating {
	width: 100px;
	height: 14px;
	-webkit-mask: url(../images/star-icon.svg) left top;
	mask: url(../images/star-icon.svg) left top;
	-webkit-mask-size: 20px 14px;
	mask-size: 20px 14px;
}

.related-loop-products .star-rating-wrap>span {
	line-height: 1;
	color: #000;
	font-size: 14px;
	transform: none;
	margin-left: 10px !important;
}

.related-loop-products .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 6px;
	margin-bottom: 20px;
}

.related-loop-products .price del {
	color: #666;
	opacity: 1;
	font-size: 18px;
	font-weight: 400;
	order: 2;
	display: inline-flex;
}

.related-loop-products .price ins {
	font-size: 28px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	margin-right: 10px;
	display: inline-flex;
}

.related-loop-products .price .amount {
	font-size: 28px;
	color: #000;
	line-height: 1;
	font-weight: 700;
	margin-right: 10px;
	display: inline-flex;
}

.related-loop-products .product .single_add_to_cart_button {
	width: 100%;
}

.related-loop-products .product .post-body {
	border-top: 2px solid #EDEDED;
	padding: 20px 20px 5px !important;
	margin-top: 0;
}

.related-loop-products .product>.post-inner {
	background: #fff;
	box-shadow: 0px 0px 12px rgba(169, 169, 169, 0.16);
	border-radius: 50px !important;
	overflow: hidden !important;
}

.woocommerce-variation-price {}

.header-product-search .product-search .search-results {
	width: 280px;
	margin-top: 2px;
}

.my-account table.shop_table tbody>tr:first-child>th {
	border-top-width: 1px;
}

.my-account .shop_table th {
	border-width: 0 0 1px 0;
}

.my-account table.shop_table tbody tr>th:first-child {
	border-left-width: 1px;
	padding: 8px 16px;
}

.my-account .shop_table .woocommerce-button {
	color: #fff !important;
	min-width: 90px;
	border: 1px solid #b68d41;
	background: #b68d41 !important;
}

.my-account .shop_table .woocommerce-button:hover {
	background: transparent !important;
	border: 1px solid #b68d41;
	color: #b68d41 !important;
	text-decoration: none;
}

mark {
	background: #b68c48;
	color: #fff;
}

.woocommerce-customer-details h2 {
	margin-bottom: 15px;
	color: #00460f;
	font-size: 24px !important;
}

.woocommerce-Address {
	background: #00460f0f;
	padding:
		30px;
	border-radius: 30px;
	color: #000;
}

.woocommerce-customer-details {
	margin-top: 30px;
}

.woocommerce-order-details h2 {
	font-size: 24px !important;
	color: #000;
}

.woocommerce-table--order-details.shop_table.order_details thead th:last-child {
	width: 10%;
}

.woocommerce-Address-title.title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.woocommerce-Address-title.title h2 {
	margin-left: 0;
	margin-bottom: 0;
	color: #00460f;
}

.woocommerce-Address-title.title a {
	color: #00460f !important;
	display: inline-flex;
}

.woocommerce-customer-details {
	background: #00460f0f;
	padding:
		30px;
	border-radius: 30px;
	color: #000;
}

address p:last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
	width: 33.33%;
	padding: 0 10px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-EditAccountForm .button {
	padding: 12px 28px !important;
	font-size: 16px;
	color: #fff !important;
	border: 1px solid #b68d41;
	background: #b68d41 !important;
	text-transform: capitalize;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .button:hover,
.woocommerce-EditAccountForm .button:hover {
	background: transparent !important;
	color: #b68d41 !important;
	border: 1px solid #b68d41 !important;
}

.woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.woocommerce-EditAccountForm .form-row {
	width: 50%;
	padding: 0 10px;
	max-width: 100%;
}

.woocommerce-EditAccountForm fieldset {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-EditAccountForm fieldset .form-row {
	width: 33.33%;
}

.woocommerce-EditAccountForm fieldset legend {
	display: none;
}

.woocommerce-tabs .tabs {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.woocommerce-tabs .tabs li {
	margin-right: 8px;
}

.woocommerce-tabs .tabs li a {
	background-color: #F2F2F2;
	border-radius: 10px 10px 0 0;
	font-weight: 700 !important;
}

.woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.show-password-input {
	background: url(../images/eye-slash.svg) !important;
	background-position: center;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	padding: 10px !important;
	margin: 0 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	display: none;
}

.show-password-input.display-password {
	background: url(../images/eye-input.svg) !important;
	background-position: center;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	padding: 10px !important;
	margin: 0 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6px;
}

.password-input input {
	padding-right: 15px !important
}

.password-input {
	position: relative;
	display: block;
}

.woocommerce-checkout-review-order-table thead th:last-child {
	width: 14%;
}

.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
	color: #1c1c1c;
}

.cart_totals .woocommerce-shipping-calculator {
	display: none;
}

.payment_method_stripe #payment_method_stripe {
	margin-top: -7px !important;
}

.payment_method_stripe label {
	display: inline-flex !important;
}

.payment_method_stripe label img {
	margin-top: -9px;
	order: -1;
	margin-left: -20px;
	z-index: -1;
	width: 64px !important
}

.payment_methods {
	list-style: none;
	padding: 0;
}

.my-account .woocommerce-MyAccount-content .payment_method_stripe #payment_method_stripe {
	margin-top: -30px !important;
}

.payment_methods label {
	font-weight: 700 !important;
	font-size: 15px !important;
	color: #000 !important;
}

.my-account .payment_methods label {
	padding-left: 10px;
}

.payment_methods input {
	margin-top: -2px !important;
}

.my-account .woocommerce-Payment .button {
	padding: 12px 28px !important;
	font-size: 16px;
	color: #fff !important;
	border: 1px solid #b68d41;
	background: #b68d41 !important;
	text-transform: capitalize;
}

.my-account .woocommerce-Payment .button:hover {
	color: #b68d41 !important;
	border: 1px solid #b68d41;
	background: transparent !important;
}

.header-product-search-toggle .search-box .widget .product-search input[type="submit"] {
	color: #fff !important;
	border: 1px solid #b68d41 !important;
	background: #b68d41 !important
}

.header .hbe-left {
	display: inline-flex;
	align-items: center;
}

.header .hbe-left a {
	display: inline-flex;
	width: auto;
}

.woocommerce-product-gallery__trigger:hover {
	background: #b68d41 !important;
}

.lost-password .lost_reset_password {
	background-color: #FFFCF0;
	margin: 0 auto;
	max-width: 500px;
	padding: 40px;
	background-image: url(../images/enquiries-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 30px;
}

.myaccount-login {
	background-color: #FFFCF0;
	max-width: 500px;
	margin: 0 0 0 auto;
	padding: 40px;
	background-image: url(../images/enquiries-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 30px;
	height: 100%;
}

.myaccount-login .woocommerce-form-row,
.myaccount-register .woocommerce-form-row,
.lost-password .woocommerce-form-row {
	max-width: 100%;
}

.myaccount-login .woocommerce-form-login__rememberme {
	margin: 15px 0px 15px 0px;
}

.myaccount-login .woocommerce-form-login__rememberme input {
	margin-right: 10px;
}

.myaccount-login .woocommerce-form__label {
	display: flex;
	align-items: center;
}

.myaccount-login .button,
.myaccount-register .button,
.lost-password .button {
	padding: 12px 28px !important;
	font-size: 18px;
	color: #fff !important;
	border: 1px solid #b68d41 !important;
	background: #b68d41 !important;
	min-width: 135px;
}

.myaccount-login .button:hover,
.myaccount-register .button:hover,
.lost-password .button:hover {
	color: #b68d41 !important;
	border: 1px solid #b68d41 !important;
	background: transparent !important;
}

.myaccount-login .woocommerce-LostPassword.lost_password a {
	font-size: 14px;
	color: #b68d41 !important;
}

.myaccount-login .woocommerce-LostPassword.lost_password {
	margin: 0;
}

.myaccount-register {
	background-color: #FFFCF0;
	max-width: 500px;
	margin: 0 auto 0 0;
	padding: 40px;
	background-image: url(../images/enquiries-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 30px;
	height: 100%;
}

.woocommerce-error,
.woocommerce-error li {
	outline: none !important;
}

.widget_shopping_cart .cart-product-data {
	line-height: 1.4 !important;
}

.quick-view-wrapper form.cart .product-input-box .variation-options {
	width: auto;
}

.quick-view-wrapper .woocommerce-product-gallery__wrapper {
	max-height: 600px;
	padding: 30px;
}

.quick-view-wrapper .woocommerce-product-gallery__image {
	height: 100%;
}

.quick-view-wrapper .woocommerce-product-gallery__image a,
.quick-view-wrapper .woocommerce-product-gallery__image a img {
	height: 100% !important;
	object-fit: contain;
	object-position: center;
}

.quick-view-wrapper .woocommerce-product-gallery__trigger {
	display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #1c1c1c !important;
	box-shadow: 0 0 0 1000px transparent inset !important;
	border: 0px solid transparent !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

.mob-tabset .cart .icon svg {
	display: none;
}

.mob-tabset .cart .icon {
	background-image: url(../images/header-cart-black.svg);
	background-size: 16px !important;
	padding: 9px 24px 9px 61px;
	background-position: center;
	background-repeat: no-repeat;
	line-height: initial !important;
	display: inline-flex;
}

.mob-tabset .cart .cart-contents {
	left: calc(50% - 8px);
	top: 4px;
}

.shop_table .coupon-error-notice {
	color: #dc3232;
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: none !important;
	color: #dc3232 !important;
}

.wpcf7 form .wpcf7-response-output {
	border: none !important;
}

.clear-attribute {
	font-size: 14px !important;
}

.product-filter-overlay::before {
	filter: invert(50%) sepia(44%) saturate(430%) hue-rotate(3deg) brightness(97%) contrast(95%);
}

.enovathemes-navigation li a,
.woocommerce-pagination li a {
	color: #000;
}

.enovathemes-navigation,
.woocommerce-pagination {
	text-align: center;
}

.widget_shopping_cart .cart_list li .remove {
	line-height: 5px;
}

.checkout h3 .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
}

.checkout h3 .woocommerce-form__label-for-checkbox span {
	margin-left: 5px;
}

.lost_reset_password .woocommerce-form-row .button {
	color: #fff;
	margin-top: 20px;
}

.post-single-navigation.product {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.post-single-navigation a[rel="prev"] {
	text-align: left;
	display: inline-block;
	width: auto;
}

.post-single-navigation a[rel="next"] {
	text-align: right;
	display: inline-block;
	width: auto;
	margin: auto 0 0 auto;
}

/* Product info table */
.woocommerce-Tabs-panel table {
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background: #fff !important;
	overflow: visible !important;
}

.woocommerce-Tabs-panel table td,
.woocommerce-Tabs-panel table th {
	background: #fff !important;
	border: 1px solid #eaeaea;
}

.woocommerce-Tabs-panel table tr:first-child td:first-child,
.woocommerce-Tabs-panel table tr:first-child th:first-child {
	border-top-left-radius: 10px !important;
}

.woocommerce-Tabs-panel table tr:first-child td:last-child,
.woocommerce-Tabs-panel table tr:first-child th:last-child {
	border-top-right-radius: 10px !important;
}

.woocommerce-Tabs-panel table tr:last-child td:first-child,
.woocommerce-Tabs-panel table tr:last-child th:first-child {
	border-bottom-left-radius: 10px !important;
}

.woocommerce-Tabs-panel table tr:last-child td:last-child,
.woocommerce-Tabs-panel table tr:last-child th:last-child {
	border-bottom-right-radius: 10px !important;
}

/* Disable theme corner pseudo elements completely  */
.woocommerce-Tabs-panel tr>td:last-child::before,
.woocommerce-Tabs-panel tr>th:last-child::before {
	content: none !important;
	border: none !important;
	width: 0 !important;
	height: 0 !important;
	border-radius: 0 !important;
}

.form-btns-row p input.wpcf7-submit {
	display: inline-block !important;
	text-align: center !important;
	vertical-align: middle !important;
	line-height: normal !important;
}

.woocommerce-Tabs-panel .shop_attributes th {
	font-weight: 700 !important;
}

.woocommerce-Tabs-panel .shop_attributes td {
	font-weight: 400 !important;
}

.footer #menu-footer-menu .sub-menu a:hover {
	text-decoration: underline;
}

.widget_shopping_cart .cart_list li .remove {
	right: 15px !important;
}

.widget_shopping_cart .cart_list li.woocommerce-mini-cart-item {
	padding: 10px !important;
}

.product-layout.comp .loop-products .product>.post-inner {
	padding: 0 30px 10px;
}

.product-layout.comp .loop-products .product .post-body {
	width: calc(100% - 100px) !important;
}

.comp .loop-products .product .comp-body {
	min-width: 230px !important;
}

.comp .loop-products .product .post-body,
.loop-products .product .comp-body {
	align-items: end;
}

.comp .loop-products .product .button,
.comp .loop-products .product .added_to_cart {
	font-size: 16px;
}

.comp .quantity-controls input {
	width: 100% !important;
}

.product-filter-overlay.loading {
	position: fixed;
	z-index: 99999;
	width: 100vw;
	height: 100vh;
	display: block;
	top: 0;
	left: 0;
}

/* new banner */
.home-slider .new-slide-banner .slide-content::before {
	position: absolute;
	content: "";
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255 255 255 / 58%) 26%, rgba(0, 0, 0, 0) 60%);
	height: 100%;
	width: 80%;
	left: 0;
	top: 0;
	z-index: -1;
}

.slide-content .description {
	color: #000;
	font-weight: 600;
	font-size: 20px;
}

.banner-image-section {
	display: none;
}

.home-slider .swiper-slide {
	min-height: 40vh;
	height: initial;
}

@media (min-width: 768px) {
	h2 {
		font-size: 40px !important;
	}

	h3 {
		font-size: 36px !important;
	}

	h4 {
		font-size: 26px !important;
	}

	.seasonal-fruit-box-wrap {
		width: 50%;
	}

	.contact-block-sec {
		padding: 60px 30px !important;
	}

	.product-card-box-img img {
		margin-left: -30px;
	}

	.contact-block-sec .whatsapp-btn .icon {
		width: 35px !important;
		height: 35px !important;
	}

	.discovery-box-wrap {
		width: 50%;
	}

	.loop-products form.cart .product-input-box {
		min-width: initial;
	}

	.related-loop-products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.my-account .shop_table thead th:last-child {
		width: 10%;
	}

	/* new adding after qc points */
	.header-product-search-toggle form {
		justify-content: space-between !important;
	}

	.header-product-search-toggle .search-wrapper {
		width: calc(100% - 150px) !important;
	}

	.header-product-search-toggle .search-box .product-search .search-results {
		transform: translateY(45px);
	}
}

@media (min-width: 992px) {
	.sec-padding {
		padding: 65px 0 !important;
	}

	.home-slider .slide-info {
		width: 61%;
		order: 1;
	}

	.home-slider .image-section {
		width: 39%;
		order: 2;
		margin-bottom: 0;
	}

	.home-slider .swiper-slide {
		padding: 80px 25px 25px 40px;
	}

	.week-box .vc_column-inner {
		padding: 80px 40px !important;
	}

	.discount-box-info .vc_column-inner {
		padding: 60px 15px 60px 40px !important;
	}

	.common-head {
		margin-bottom: 40px;
	}

	.why-img-title-wrap h3 {
		margin: 0 0 40px;
	}
}

@media (min-width: 1024px) {
	h2 {
		font-size: 48px !important;
	}

	h3 {
		font-size: 40px !important;
	}

	h4 {
		font-size: 30px !important;
	}

	.seasonal-fruit-box-wrap {
		width: 33.33%;
	}

	.contact-block-sec {
		padding: 80px 40px !important;
	}

	.whatsapp-btn.et-button {
		font-size: 22px;
		padding: 16px 30px !important;
	}

	.home-slider .swiper-slide {
		padding: 100px 35px 35px 40px;
	}

	.our-features {
		row-gap: 40px;
	}

	.contact-form-block {
		padding: 60px 80px;
	}

	.contact-form-block h2 {
		margin: 0 0 40px;
	}

	.contact-info-col>.vc_column-inner {
		padding-left: 40px !important;
	}
}

@media (min-width: 1200px) {
	.sec-padding {
		padding: 80px 0 !important;
	}

	.common-head {
		margin-bottom: 60px;
	}

	.home-slider .swiper-slide {
		padding: 125px 45px 45px 65px;
	}

	.description {
		font-size: 18px;
	}

	.seasonal-fruit-bottom h2 {
		font-size: 30px !important;
	}

	.seasonal-fruit-badge svg {
		width: 109px;
		height: 108px;
	}

	.seasonal-fruit-badge span {
		font-size: 34px;
	}

	.seasonal-fruit-top {
		margin-bottom: 35px;
	}

	.fonter-contact {
		width: auto !important;
	}

	.footer .container>.wpb_column:nth-child(2) {
		width: 48%;
	}

	.contact-form-block.contact-page-form {
		padding: 60px;
	}

	.about-content .wpb_wrapper {
		max-width: 86%;
		margin: 0 auto;
	}

	.review-slider-block .common-head {
		margin-bottom: 60px;
	}

	.content-block-page .vc_column-inner {
		max-width: 86%;
		margin: 0 auto;
	}

	.cart-empty {
		font-size: 40px;
	}
}

@media (min-width: 1280px) {
	.header-logo img {
		width: 160px !important;
	}

	.header-product-search .product-search input[type="search"] {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.header-product-search .product-search input[type="search"]::placeholder {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (min-width: 1600px) {
	.header-logo img {
		width: 196px !important;
	}

	.sec-padding {
		padding: 100px 0 !important;
	}

	.common-head {
		margin-bottom: 80px;
	}

	h2 {
		font-size: 55px !important;
	}

	h3 {
		font-size: 48px !important;
	}

	h4 {
		font-size: 38px !important;
	}

	.home-slider .swiper-slide {
		padding: 165px 85px 85px 105px;
	}

	.small-text {
		font-size: 15px;
	}

	.filled-golden-btn.et-button .icon {
		width: 45px !important;
		height: 45px !important;
	}

	.banner-btns .filled-golden-btn {
		font-size: 18px;
	}

	.seasonal-fruit-wrap {
		margin: 0 -25px;
	}

	.seasonal-fruit-box-wrap {
		padding: 0 25px;
	}

	.seasonal-fruit-btns a {
		font-size: 18px;
	}

	.fruit-hamper-box {
		padding: 32px;
	}

	.add-cart-btn svg {
		width: 21px;
		height: 21px;
	}

	.seasonal-fruit-badge span small {
		margin-top: 7px;
	}

	.product-card-box-img img {
		margin-left: -30px;
	}

	.week-box .vc_column-inner {
		padding: 140px 100px !important;
	}

	.discount-box-info .vc_column-inner {
		padding: 90px 15px 90px 50px !important;
	}

	.filled-burnt-btn.et-button .icon {
		width: 45px !important;
		height: 45px !important;
	}

	.filled-wine-btn.et-button .icon {
		width: 45px !important;
		height: 45px !important;
	}

	.filled-wine-btn.et-button,
	.filled-burnt-btn.et-button,
	.filled-golden-btn.et-button {
		font-size: 18px;
	}

	.seasonal-fruit-hamper {
		margin-top: 40px;
	}

	.discovery-box-block {
		margin: 0 -25px;
	}

	.discovery-box-wrap {
		padding: 0 25px;
	}

	.discovery-box {
		margin-bottom: 50px;
	}

	.rare-seasonal-sec.sec-padding {
		padding-bottom: 50px !important
	}

	.product-image {
		height: 355px;
	}

	.product-layout .loop-products .product .post-body .grid ul.products .product .post-body,
	.related ul.products .product .post-body {
		padding: 30px 30px 15px !important
	}

	.product-input-box .variation-options,
	.product-layout form.cart .product-input-box .variation-options {
		width: calc(100% + 2px);
		left: -1px;
	}

	.our-features {
		row-gap: 60px;
	}

	.contact-block-sec {
		padding: 115px !important;
	}

	.whatsapp-btn.et-button {
		font-size: 26px;
		padding: 22px 30px !important;
	}

	.contact-form-block {
		padding: 60px 110px;
	}

	.contact-form-block h2 {
		margin: 0 0 50px
	}

	.why-img-title-wrap h3 {
		margin: 0 0 50px;
	}

	.breadcrumb-sec {
		margin-bottom: 60px;
	}

	.contact-info-col>.vc_column-inner {
		padding-left: 100px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1299px) {

	.product-input-box>label,
	.product-layout form.cart .product-input-box>label {
		width: 100%;
	}

	.product-layout .loop-products .product .button,
	.product-bottom-block .button,
	.grid ul.products .product .button,
	.related ul.products .product .button {
		padding: 8px 18px !important;
		font-size: 16px;
		gap: 6px;
	}

	.quick-view-btn .en-quick-view {
		width: 40px !important;
		height: 40px !important;
	}

	.product-layout .loop-products .product .post-body,
	.grid ul.products .product .post-body,
	.related ul.products .product .post-body {
		padding: 18px 18px 5px !important;
	}
}


@media (min-width: 1300px) and (max-width: 1420px) {

	.product-input-box>label,
	.product-layout form.cart .product-input-box>label {
		padding: 14px 26px 14px 14px;
	}

	.product-input-box>label::after {
		right: 11px;
		width: 13px;
		height: 9px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media (max-width: 1800px) {
	header .nav-menu-container>.nav-menu>.menu-item>.mi-link {
		padding: 34px 18px !important;
	}

	.cart-summary .my-cart-label {
		font-size: 11px;
	}

	.cart-summary .cart-total {
		font-size: 16px;
	}

	.discovery-box {
		padding-bottom: 40px;
	}
}

@media (max-width: 1499px) {
	.discovery-box {
		padding-bottom: 70px;
	}

	.category-tag span {
		padding: 14px 38px;
	}
}

@media (max-width: 1280px) {
	.search-wrapper svg {
		right: 15px;
		left: initial !important;
	}
}

@media (max-width: 1199px) {
	.discovery-box {
		padding-bottom: 130px;
	}

	.loop-products {
		grid-template-columns: repeat(2, 2fr);
	}

	.product-card-box-img {
		order: 1;
	}

	.discount-box-info {
		order: 2;
	}

	.product-info-box-sec .product-card-box-img {
		width: 100%;
	}

	.product-info-box-sec .discount-box-info {
		width: 100%;
	}

	.discount-box-info .vc_column-inner {
		padding: 30px 40px 40px 40px !important;
	}

	.product-card-box-img .vc_column-inner {
		padding: 60px 40px 0px 40px !important;
	}

	.product-info-box-sec .product-card-box-img img {
		margin: auto;
		height: 24vh !important;
		display: block;
	}

	.product-card-box-img img {
		margin: auto;
	}

	.product-info-box-sec.vc_row.vc_column-gap-50 {
		margin-left: -15px !important;
		margin-right: -15px !important;
		width: calc(100% + 30px);
	}

	.product-info-box-sec.vc_row.vc_column-gap-50>.container>.vc_column_container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.product-info-box-sec.vc_row.vc_column-gap-50>.container>.vc_column_container>.vc_column-inner {
		margin-top: 30px !important
	}

	.why-img-title {
		width: 100%;
		order: 1;
		margin: 0 auto 30px;
		max-width: 550px;
	}

	.our-features {
		order: 2;
		width: 50%;
	}

	.header-logo img {
		width: 120px !important;
	}

	.grid.medium .loop-products,
	.grid.small .loop-products,
	.grid.medium .loop-products,
	.grid.large .loop-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.related-loop-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shop_table .coupon .button {
		margin-top: 10px;
	}
}

@media (max-width: 1080px) {
	.contact-detail-block .et-icon-box-inner {
		flex-direction: column;
	}

	.contact-detail-block .et-icon-box-inner .et-icon {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 1023px) {
	.footer {
		margin-bottom: 45px;
	}

	.contact-details-sec>.container>.wpb_column {
		width: 100%;
	}

	.contact-info-box.contact-info-col {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.home-slider .image-section {
		text-align: center;
	}

	.home-slider .image-section img {
		max-width: 500px;
	}

	.discount-box-info .vc_column-inner {
		padding: 20px !important;
	}

	.product-card-box-img .vc_column-inner {
		padding: 40px 20px 0px 20px !important;
	}

	.product-card-boxes .banner-back {
		border-radius: 30px;
	}

	.discount-tag-box .text-wrapper {
		border-radius: 30px 0;
	}

	.week-box {
		order: 2;
		width: 100%;
	}

	.product-card-box-img {
		width: 100%;
	}

	.product-card-box-img img {
		max-width: 500px;
		display: block;
		width: 100% !important
	}

	.week-box .vc_column-inner {
		padding: 20px !important;
	}

	.product-layout .loop-products .product>.post-inner {
		border-radius: 30px !important
	}

	.discovery-box {
		border-radius: 30px;
		padding-bottom: 170px;
		padding-top: 40px;
	}

	.why-img-title {
		max-width: 460px;
	}

	.input-three-col {
		width: 100%;
	}

	.contact-form-block {
		padding: 40px 30px;
	}

	.home-slider {
		border-radius: 30px;
	}

	.fruit-hamper-box::before {
		border-radius: 30px;
	}

	.discovery-info {
		padding: 0 15px 30px;
	}

	.discovery-info h4 {
		font-size: 24px !important;
		margin-bottom: 12px;
	}

	.discovery-info p {
		font-size: 14px;
	}

	.category-tag span {
		padding: 14px 28px;
	}

	.footer-menu-column {
		width: 100%;
		margin-top: 30px;
		order: 13;
	}

	.footer-menu-column>.vc_column-inner {
		padding: 0 !important;
	}

	.footer-logo-column {
		width: 50%;
	}

	.fonter-contact {
		width: 50%;
	}

	.contact-detail-block.contact-info-box .et-icon-box {
		width: 100%;
		text-align: center;
	}

	.contact-detail-block.contact-info-box .et-icon-box::after {
		border: 0;
		border-bottom: 1px solid #e2e2e2;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		top: initial;
		bottom: -10px;
		height: initial;
	}

	.time-icon-box .et-icon {
		width: 20px !important;
		height: 20px !important;
		line-height: 20px !important;
	}

	.time-icon-box .et-icon-content {
		padding: 0px 0px 0px 10px !important;
		font-size: 12px;
	}

	.time-icon-box .et-icon-box-title {
		font-size: 16px !important;
	}

	.product-layout.comp .loop-products .product>.post-inner>a {
		width: 220px;
	}

	.product-layout.comp .loop-products .product .post-body {
		width: calc(100% - 220px);
	}

	.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
		width: 50%;
	}

	.woocommerce-EditAccountForm fieldset .form-row {
		width: 50%;
	}

	.myaccount-login,
	.myaccount-register {
		padding: 30px;
	}
}

@media (max-width: 800px) {
	.why-img-title {
		max-width: 420px;
	}
}

@media (max-width: 767px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}

	.product-card-box-img .vc_column-inner {
		padding: 40px 30px 0 !important;
	}

	.week-box .vc_column-inner {
		padding: 30px 30px 40px !important
	}

	.discount-box-info .vc_column-inner {
		padding: 30px 30px 40px !important
	}

	.product-card-boxes {
		border-radius: 40px;
	}

	.product-card-boxes .banner-back {
		border-radius: 40px;
	}

	.discount-tag-box .text-wrapper {
		border-radius: 40px 0;
	}

	.product-info-box-sec .product-card-box-img img {
		height: auto !important;
		width: 100% !important;
	}

	.loop-products {
		grid-template-columns: repeat(1, 1fr);
	}

	.product-input-box>label,
	.product-layout form.cart .product-input-box>label {
		width: calc(100% - 138px);
	}

	.product-quantity {
		width: 100%;
		max-width: 122px;
	}

	.quantity-controls {
		width: 100%;
		padding: 9px 13px !important;
		justify-content: space-between;
	}

	.quantity-controls button {
		width: 26px !important;
		height: 26px !important
	}

	.quantity-controls input {
		width: calc(100% - 52px) !important;
		height: 26px;
		line-height: 26px;
	}

	.discovery-box {
		padding-bottom: 0;
		padding-top: 40px;
	}

	.discovery-info {
		position: relative;
		margin-top: -20px;
	}

	.our-features {
		width: 100%;
	}

	.contact-form-block {
		padding: 30px;
	}

	.why-us-img-wrap {
		width: 100%;
		margin-left: 0;
	}

	.why-title-logo img {
		max-width: 180px;
	}

	.why-img-title-wrap::before {
		top: -60px;
	}

	.our-features:not(:last-child) {
		margin-bottom: 30px;
	}

	.footer-logo-column {
		width: 100%;
	}

	.fonter-contact {
		width: 100%;
		margin-top: 30px;
	}

	.footer-menu-column {
		order: initial;
	}

	.input-half-col {
		width: 50%;
	}

	.contact-details-sec h4 {
		font-size: 30px !important
	}

	.contact-info-box h4 {
		font-size: 24px !important
	}

	.grid.medium .loop-products,
	.grid.small .loop-products,
	.grid.medium .loop-products,
	.grid.large .loop-products {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.woocommerce-ordering {
		display: inline-block;
		float: left;
		margin: 0;
	}

	.woocommerce-result-count {
		margin: 0 !important;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		width: 100%;
		max-width: initial;
	}

	.contact-form-block {
		border-radius: 30px;
	}

	#customer_details {
		border-radius: 30px;
	}

	.related-loop-products {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
		width: 100%;
	}

	.woocommerce-EditAccountForm .form-row {
		width: 100%;
	}

	.woocommerce-EditAccountForm fieldset .form-row {
		width: 100%;
	}

	.my-account table.shop_table tbody tr>th:first-child {
		border: 0;
		padding: 8px 0 0;
	}

	.woocommerce-table--order-details.shop_table.order_details thead th:last-child {
		width: 30%;
	}

	.myaccount-login,
	.myaccount-register {
		max-width: 100%;
	}

	form.cart .quantity-controls .quantity input {
		max-width: 100%;
		width: 40px !important;
	}

	.input-half-col {
		width: 100% !important;
	}

	.cart-collaterals .cart_totals {
		overflow: initial !important;
	}

	.cart-collaterals .cart_totals h2 {
		margin-top: -50px !important;
	}

	.cart-checkout .shop_table button[name="update_cart"] {
		margin-top: 10px;
	}

	.woocommerce-message a:last-child {
		margin: 0 auto 0px auto !important;
	}

	.product-layout.comp .product-input-box>label,
	.product-layout.comp form.cart .product-input-box>label {
		min-width: 30%;
	}

	.details-tabs .woocommerce-tabs .tabs {
		padding-bottom: 0px !important;
	}

	.quick-view-wrapper .woocommerce-product-gallery {
		margin-bottom: 10px !important;
	}

	.home-slider .new-slide-banner {
		padding: 0;
		background-image: none !important;
	}

	.home-slider .slide-content::before {
		display: none;
	}

	.home-slider .new-slide-banner .slide-content .slide-info {
		background: #fffcf5;
		padding: 35px 25px;
		border-radius: 29px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.home-slider .image-section {
		margin-bottom: 0 !important;
	}

	.banner-image-section {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.product-layout.comp .loop-products .product>.post-inner>a {
		width: 25%;
	}

	.product-layout.comp .loop-products .product .post-body {
		width: 50% !important;
	}

	.comp .loop-products .product .comp-body {
		min-width: 25% !important;
	}

	.product-short-description {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

}

@media (max-width: 575px) {
	.quick-view-wrapper {
		max-height: 600px !important;
		margin: 0px auto;
	}

	.home-slider .slide-info h2 {
		font-size: 28px !important;
	}

	.slide-content .description {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.swiper-slide .small-text {
		font-size: 10px;
		margin: 0 0 6px;
	}

	.home-slider .slide-info h2 {
		font-size: 20px !important;
	}

	.slide-content .description {
		font-size: 12px;
		margin: 0 0 20px;
	}

	.trusted-customers {
		margin: 0 0 15px;
	}

	.trusted-customers span {
		font-size: 13px;
	}
}

@media (max-width: 375px) {
	.woocommerce-result-count {
		float: left;
	}

	.product-input-box>label,
	.product-layout form.cart .product-input-box>label {
		width: 100%;
	}

	@supports (-webkit-touch-callout: none) {
		.quantity-controls {
			display: flex;
			align-items: center !important;
			justify-content: center !important;
		}

		.quantity-controls .qty-input,
		.quantity-controls .quantity {
			height: 40px;
			line-height: 40px !important;
			text-align: center !important;
			-webkit-appearance: none !important;
			/* iOS fix */
			appearance: none !important;
		}

		.quantity-controls button {
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.summary .quantity-controls input.qty,
		.quick-view-wrapper .quantity-controls input.qty,
		.product-quick-view .quantity-controls input.qty,
		.product-quantity .quantity-controls input.qty {
			-webkit-appearance: none !important;
			appearance: none !important;
			height: 40px !important;
			line-height: 40px !important;
			text-align: center !important;
			margin: 0;
			font-size: 16px;
		}

		/* ensure wrapper doesn't shrink & aligns center */
		.summary .quantity-controls,
		.quick-view-wrapper .quantity-controls,
		.product-quick-view .quantity-controls {
			display: flex !important;
			align-items: center !important;
			justify-content: center !important;
			padding: 9px !important;
		}

		/* fix minus/plus icons alignment in iOS */
		.summary .quantity-controls button,
		.quick-view-wrapper .quantity-controls button {
			display: flex !important;
			align-items: center !important;
			justify-content: center !important;
			width: 25px !important;
			height: 25px !important;
		}

		.quick-view-wrapper .product-quantity {
			max-width: 150px;
		}

		.single-product-wrapper .quantity-controls {
			padding: 5px 0 !important;
		}
	}

	.quick-view-wrapper .woocommerce-product-gallery__wrapper {
		padding: 30px 30px 10px 30px;
	}

	.single-product-wrapper .product-quantity {
		max-width: 150px !important;
	}

	.product-input-box .product-quantity {
		max-width: 150px !important;
	}

	form.cart .quantity-controls .quantity input {
		width: 100% !important;
	}

	.woocommerce-MyAccount-content .order-number,
	.woocommerce-MyAccount-content .order-date,
	.woocommerce-MyAccount-content .order-status {
		line-height: 1 !important;
	}

	.woocommerce-MyAccount-content p:has(.order-number) {
		font-size: 13px !important;
		line-height: 2 !important;
	}
}