:root{
	--high-contrast: #272625;
	--med-contrast: #474543;
	--low-contrast: #8B8685;
	--lower-contrast: #D2D0CF;
	--light-contrast: #E7E6E6;
	--lightest-contrast: #F6F5F5;
	--white: #FFFFFF;
	--primary: #F74872;
	--primary-gradient: linear-gradient(90deg, #F74872, #FC7B49 50%, #F74872 100%);
	--body-font: "Inter", sans-serif;
}
body {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	font-family: var(--body-font);
	color: var(--med-contrast);
	background-color: var(--lightest-contrast);
}
img {
	max-width: 100%;
	height: auto;
}
a, button, input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, select {
	width: 100%;
	outline: none;
	padding: 15px;
	background-color: var(--lightest-contrast);
	border: 1px solid var(--light-contrast);
	border-radius: 2px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h1, h5 {
	font-size: 25px;
	line-height: 1.25;
	font-weight: 600;
}
h2 {
	font-size: 39px;
	line-height: 1.13;
	font-weight: 700;
	text-transform: capitalize;
}
h3 {
	font-size: 31px;
	line-height: 1.3;
	font-weight: 700;
}
h6 {
	font-size: 20px;
}
.small {
	font-size: 16px;
	line-height: 1.5;
}
.fw-medium {
	font-weight: 500 !important;
}
.container {
	max-width: 1368px;
	padding: 0 24px;
}
.div-650 {
	max-width: 650px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0;
}
.horizontal {
	display: block;
	border-bottom: 1px solid var(--lower-contrast);
}
.primary-gradient-arrow {
	padding: 16px;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--high-contrast);
	background: var(--primary-gradient);
	border-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
}
.primary-gradient-arrow.small {
	padding: 8px 16px;
}
/* Header Style */
body.admin-bar {
	margin-top: 32px;
}
header.header {
	padding: 16px 0;
	background-color: var(--white);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
header.header.header-checkout {
	background-color: var(--high-contrast);
}
body.admin-bar header.header {
	top: 32px;
}
header.header.header-unpinned {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
header.header.header-pinned {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
header.header.header-unpinned.header-not-top {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
body.menu-active header.header {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
nav.main-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	margin: 0 auto;
}
nav.main-nav ul li a {
	padding: 4px;
	font-size: 16px;
	color: var(--high-contrast);
	letter-spacing: 0.2px;
}
.nav-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.my-account, .cart-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 4px 16px 4px 4px;
	background: var(--lightest-contrast);
	border-radius: 20px;
}
.my-account:hover, .cart-btn:hover {
	background: var(--light-contrast);
}
.user-icon, .bag-icon {
	width: 32px;
	height: 32px;
	padding: 4px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--white);
}
.user-icon {
	background: -webkit-linear-gradient(top, #F74872 0%, #34326D 50%, #4B499F 100%);
	background: linear-gradient(180deg, #F74872 0%, #34326D 50%, #4B499F 100%);
}
:is(.my-account, .cart-btn) p {
	font-size: 13px;
	color: var(--high-contrast);
}
.offcanvas.offcanvas-end.cart-canvas {
	width: 510px;
}
.product-cart {
	padding: 40px;
	height: 100%;
}
.cart-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}
.cart-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: calc(100% - 64px);
}
.close-btn {
	border: none;
	width: 40px;
	padding: 14px;
	height: 40px;
	background-color: var(--lightest-contrast);
	border-radius: 50%;
	position: relative;
}
.close-btn span {
	display: inline-block;
	width: 15px;
	height: 1.5px;
	background-color: var(--med-contrast);
	position: absolute;
	top: 19px;
	left: 12.5px;
}
.close-btn span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-btn span:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-btn:hover, .favourite-btn:hover, .remove-btn:hover {
	background-color: var(--light-contrast);
}
.single-cart-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 16px;
	padding: 24px 0 23px;
	border-bottom: 1px solid var(--lower-contrast);
}
.cart-product-img {
	background-color: var(--lightest-contrast);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 128px;
	flex: 0 0 128px;
	border-radius: 8px;
	padding: 12px 0;
}
.cart-product-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.cart-product-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cart-product-discout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	font-size: 13px;
	color: var(--low-contrast);
}
p.base-price {
	text-decoration: line-through;
}
p.off-parcent {
	color: #B30905;
}
.cart-product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-action-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}
.favourite-btn, .remove-btn {
	width: 40px;
	height: 40px;
	border: none;
	padding: 8px;
	border-radius: 50%;
	background-color: var(--lightest-contrast);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product-qty-box {
	padding: 7px;
	border: 1px solid var(--lower-contrast);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qty-control-btn {
	padding: 5px;
	width: 24px;
	height: 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	background: transparent;
}
span.minus-icon, .plus-icon, span.plus-icon:after {
	width: 14px;
	height: 2px;
	background-color: var(--med-contrast);
}
span.plus-icon {
	position: relative;
}
span.plus-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.cart-subtotal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
}
.cart-checkout {
	padding: 24px;
	background-color: var(--lightest-contrast);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}
.cart-products {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
}
.cart-products::-webkit-scrollbar {
	width: 4px;
}
.cart-products::-webkit-scrollbar-thumb {
	background: var(--low-contrast);
}
.horizontal {
	display: block;
	border-bottom: 1px solid var(--lower-contrast);
}
/* Footer Style */
.footer-content {
	padding: 64px 64px 48px;
	background-color: var(--high-contrast);
	color: var(--white);
	font-size: 13px;
	line-height: 1.25;
	border-radius: 8px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-row .footer-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
}
.footer-row > *:not(.footer-left, span) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 125px;
	flex: 0 0 125px;
}
.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.benefits-list ul li:not(li:last-child) {
	margin-bottom: 16px;
}
.benefits-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.benefits-list ul li span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
span.vertical {
	width: 1px;
	background: #494646;
}
.footer-nav ul li:not(li:last-child) {
	margin-bottom: 8px;
}
.footer-nav ul li a {
	color: var(--white);
}
.footer-nav ul li a:hover {
	color: var(--primary);
}
/* Main Area Style */
main {
	padding-top: 72px;
}
.hero-section {
	padding: 24px 0 56px;
}
.hero-content {
	padding: 68px 64px;
	background-color: var(--primary);
	border-radius: 8px;
	background-image: url(../img/hero-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
	margin-bottom: 24px;
}
.hero-left {
	max-width: 525px;
}
.hero-left h1 {
	font-size: 61px;
	line-height: 1.05;
	font-weight: 700;
	text-transform: uppercase;
}
.hero-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 425px;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px;
	border-radius: 8px;
	background-color: var(--white);
	color: var(--med-contrast);
}
.hero-product-img img {
	border: 1px solid var(--light-contrast);
	border-radius: 8px;
	max-width: 72px;
}
.hero-cart-product-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.hero-cart-product-title p {
	margin-bottom: 4px;
}
.hero-product > a {
	width: 72px;
	height: 72px;
	background-color: var(--primary);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 8px;
	padding: 12px;
}
.hero-img {
	text-align: center;
}
.hero-img img {
	-webkit-transform: rotate(22deg);
	transform: rotate(22deg);
}
.hero-bottom-left p {
	max-width: 585px;
}
.hero-bottom-left p {
	max-width: 585px;
}
.advantages-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-advantage {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(50% - 2px);
	flex: 1 1 calc(50% - 2px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 16px;
	background-color: var(--white);
	border-radius: 8px;
}
.advantage-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 72px;
	flex: 0 0 72px;
	height: 72px;
	padding: 20px 14px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--lightest-contrast);
	border: 1px solid var(--light-contrast);
	border-radius: 50px;
}
.advantage-img img {
	height: 100%;
	width: auto;
}
.featured-section {
	padding: 56px 0 64px;
}
.featured-section h2 {
	margin-bottom: 36px;
}
.product-box {
	padding: 4px;
	background-color: var(--white);
	box-shadow: 0px 12px 24px 12px rgba(66, 68, 87, 0.05);
	border: 1px solid var(--light-contrast);
	border-radius: 12px;
}
.product-img {
	padding: 36px 0;
	background-color: var(--lightest-contrast);
	border: 1px solid var(--light-contrast);
	border-radius: 12px;
}
.product-img img {
	width: 100%;
}
.product-details {
	padding: 16px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
}
.product-link {
	width: 40px;
	height: 40px;
	padding: 8px;
	background-color: var(--lightest-contrast);
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.case-section {
	padding: 64px 0 24px;
}
.case-left, .case-right {
	height: 100%;
	padding: 24px;
	text-align: center;
	background-size: cover;
}
.case-left {
	background-color: var(--light-contrast);
	background-image: url(../img/ad-section-bg.jpg);
}
.case-right {
	background-color: var(--primary);
	background-image: url(../img/ad-section-bg-2.jpg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--high-contrast);
}
.case-left > img {
	margin: -56px 0 16px;
}
.case-left-content {
	padding: 24px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.30);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.case-left-content > p {
	max-width: 500px;
	margin: 0 auto 24px;
}
.tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.tag-list span {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 8px;
	border: 1px solid var(--med-contrast);
}
.tag-list a {
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 8px;
	background-color: var(--primary);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.case-right h2 {
	max-width: 450px;
	margin-bottom: 32px;
}
.case-right h6 {
	max-width: 445px;
	margin-bottom: 20px;
}
.white-arrow-up-right {
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--white);
	color: var(--high-contrast);
	padding: 8px 16px;
	border-radius: 2px;
}
.contact-us {
	padding: 54px 0;
}
.contact-us-content {
	padding: 16px;
	border-radius: 8px;
	background-color: var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	max-width: 1100px;
	margin: 0 auto;
}
.contact-us-content h1 {
	text-align: center;
	background-color: var(--lightest-contrast);
	border: 1px solid var(--light-contrast);
	border-radius: 2px;
	padding: 8px;
}
.contact-us-banner img {
	border-radius: 4px;
	width: 100%;
}
.contact-us-form p {
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.contact-us-form br {
	display: none;
}
.contact-us-form label {
	font-size: 16px;
	line-height: 1.5;
}
.contact-us-form label span {
	display: block;
	margin-bottom: 4px;
}
.contact-us-form label textarea {
	height: 88px;
}
.about-us-content {
	padding: 48px 24px 24px;
	text-align: center;
	background-color: var(--white);
	border-radius: 8px;
	margin-bottom: 24px;
}
.about-us-heading {
	max-width: 750px;
	margin: 0 auto 24px;
}
.about-us-heading p {
	max-width: 585px;
	margin: 0 auto;
}
.about-single-img {
	height: 100%;
	padding: 4px;
	background-color: var(--light-contrast);
	border-radius: 12px;
}
.about-single-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
}
.single-column-box {
	padding: 24px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	gap: 16px;
	border: 1px solid var(--light-contrast);
	border-radius: 8px;
	background: -webkit-linear-gradient(top, #E6DBDD 0%, #FFF 100%);
	background: linear-gradient(180deg, #E6DBDD 0%, #FFF 100%);
	min-height: 100%;
}
.single-column-box.primary-gradient{
	background: -webkit-linear-gradient(top, #FAE5E9 0%, #F9E6DC 50%, #FAE5E9 100%);
	background: linear-gradient(180deg, #FAE5E9 0%, #F9E6DC 50%, #FAE5E9 100%);
}
.woocommerce h5 del, .woocommerce-variation-price span del, .hero-cart-product-title h6 del {
	font-size: 60%;
	color: #ddd;
}
ins {
	text-decoration: none;
}
.block-ui {
	position: relative;
}
.block-ui:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0px;
	left: 0px;
	background-color: #fff;
	opacity: 0.6;
	cursor: wait;
}
.primary-gradient-arrow:hover {
	color: var(--high-contrast);
}
/*Product Filter style*/
.soho-product-filter {
	max-width: 1143px;
	margin: 0 auto 24px;
	background-color: var(--white);
	padding: 16px;
	border-radius: 2px;
}
.single-filter select, .single-filter input[type="text"] {
	background-color: var(--white);
	border: 1px solid var(--lower-contrast);
	padding: 12px 16px;
	font-size: 16px;
	color: var(--low-contrast);
}
.single-filter select:focus {
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
}
.single-filter input[type="text"] {
	line-height: 22px;
	border-radius: 0;
}
.product-search-field{
	position: relative;
}
.product-search-field input[type="submit"] {
	position: absolute;
	right: 0;
	background-color: transparent;
	border: 0 solid;
	background-image: url('../img/icon/search-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 48px;
	height: 48px;
	top: 0;
	padding: 4px;
}
/*Product Pagination*/
nav.woocommerce-pagination {
	margin-top: 24px;
	text-align: center;
}
nav.woocommerce-pagination ul.page-numbers {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px;
	border-radius: 2px;
	background-color: var(--white);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
nav.woocommerce-pagination ul.page-numbers a.page-numbers, nav.woocommerce-pagination ul.page-numbers span.page-numbers.current{
	font-size: 16px;
	color: var(--low-contrast);
	line-height: 24px;
	padding: 8px 15px;
}
nav.woocommerce-pagination ul.page-numbers span.page-numbers.current {
	background-color: var(--lightest-contrast);
	border-radius: 2px;
	font-weight: 600;
	display: inline-block;
	color: var(--med-contrast);
}
nav.woocommerce-pagination ul.page-numbers a.page-numbers.prev, nav.woocommerce-pagination ul.page-numbers a.page-numbers.next{
	color: var(--med-contrast);
}
/*Single product page*/
.single-product-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1168px;
	margin: 0 auto;
}
.product-col-sm {
	width: 48px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.product-col-lg {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 24px;
}
.product-top-area {
	background-color: var(--white);
	padding: 24px;
	border-radius: 4px;
	margin-bottom: 24px;
}
.single-product-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
	gap: 16px;
	flex-wrap: wrap;
}
.product-header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-header-left a.back-to-shop {
	background-color: var(--lightest-contrast);
	padding: 8px;
	width: 40px;
	text-align: center;
	border-radius: 100%;
	height: 40px;
	line-height: 1;
	margin-right: 16px;
}
.product-header-left a.back-to-shop:hover, .single-wish-share .favourite-btn:hover, .product-gallery a.prev:hover, .product-gallery a.next:hover{
	background-color: var(--light-contrast);
}
.product-title-category h1 {
	line-height: 24px;
}
.product-title-category > a {
	color: var(--med-contrast);
	font-size: 16px;
}
.product-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-header-right form.cart, .woocommerce-variation-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single_add_to_cart_button.white-arrow-up-right {
	background: var(--primary-gradient);
	border: 0 solid;
}
.woocommerce-variation-description {
	display: none;
}
.variations {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	position: relative;
}
.variation-row {
	font-size: 15px;
}
.label label {
	color: var(--med-contrast);
	font-weight: 600;
}
.variation-row select {
	border: 1px solid var(--lower-contrast);
	color: var(--med-contrast);
}
.single_variation_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
a.reset_variations {
	position: absolute;
	top: 0;
	right: 0;
}
.product-gallery-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-gallery-current-slide {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 24px;
	position: relative;
}
.product-gallery-row {
	width: 191px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-height: 387px;
	overflow-y: auto;
}
.product-gallery-slide-image, .product-main-image {
	padding: 0 36px;
	background-color: var(--lightest-contrast);
	border-radius: 8px;
}
.product-gallery a.prev, .product-gallery a.next {
	position: absolute;
	top: 50%;
	background-color: var(--white);
	width: 48px;
	height: 48px;
	text-align: center;
	padding: 10px;
	border-radius: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 9;
}
.product-gallery a.prev {
	left: 24px;
}
.product-gallery a.next {
	right: 24px;
}
.product-gallery-slide-image {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	position: absolute;
	width: 100%;
	height: 100%;
}
.product-gallery-slide-image.active {
	opacity: 1;
	z-index: 1;
}
button.product-gallery-single-image {
	border: 0 solid;
	background-color: transparent;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
}
button.product-gallery-single-image:not(:last-child) {
	margin-bottom: 16px;
}
button.product-gallery-single-image img, .product-main-image img, .product-gallery-slide-image img {
	width: 100%;
}
.product-gallery-slide-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.product-summery {
	background-color: var(--white);
	border-radius: 4px;
}
.product-summery .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 2px solid #E7E6E6;
}
.product-summery .nav a {
	color: var(--med-contrast);
	font-size: 16px;
	padding: 16px;
}
.product-summery .nav a.active {
	color: var(--high-contrast);
	font-weight: 600;
	position: relative;
}
.product-summery .nav a.active:after {
	content: "";
	width: 100%;
	height: 2px;
	bottom: -2px;
	position: absolute;
	background: var(--primary-gradient);
	left: 0;
}
.single-product-tab-content {
	padding: 40px 24px 24px;
	max-width: 872px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}
.single-product-tab-content p:not(:last-child) {
	margin-bottom: 20px;
}
.single-wish-share .favourite-btn {
	background-color: var(--white);
	margin-bottom: 16px;
}
p.secure-checkout {
	color: var(--white);
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	line-height: 24px;
}
.checkout-steps {
	padding: 44px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.checkout-single-step {
	color: var(--low-contrast);
	font-size: 16px;
	line-height: 24px;
	width: 100px;
	text-align: center;
	margin: 0 18px;
	position: relative;
	cursor: pointer;
}
.checkout-single-step.active {
	font-weight: 600;
	color: var(--med-contrast);
}
.checkout-single-step span {
	border: 1px solid var(--low-contrast);
	display: block;
	width: 48px;
	height: 48px;
	padding: 12px;
	border-radius: 100%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 4px;
}
.checkout-single-step.active span{
	border-color: var(--primary);
	color: var(--primary);
}
.checkout-single-step.active.completed span {
	background-color: var(--primary);
	position: relative;
}
.checkout-single-step.active.completed span::after {
	content: '';
	position: absolute;
	top: 17px;
	left: 15px;
	width: 16px;
	height: 8px;
	transform: rotate(-45deg);
	border-bottom: 2px solid var(--white);
	border-left: 2px solid var(--white);
}
.checkout-single-step:not(:last-child):after {
	content: "";
	position: absolute;
	left: 82px;
	top: 24px;
	width: 72px;
	background-color: var(--low-contrast);
	height: 1px;
}
.checkout-single-step.active:after {
	background-color: var(--primary);
}
.woocommerce-billing-fields {
	margin-bottom: 32px;
}
.checkout-step-method {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 24px;
}
.billing-address-step, .address-step-preview, .payment-method, .order-review, .thankyou-order {
	border: 1px solid var(--light-contrast);
	padding: 40px;
	border-radius: 8px;
	background-color: var(--white);
	transition: all 0.33s;
}
.billing-address-step.active, .payment-method.active {
	border: 1px solid var(--primary);
}
.checkout-section h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 32px;
}
.form-row{
	margin-bottom: 16px;
}
.form-row label {
	margin-bottom: 4px;
}
p#billing_state_field label{
	margin-bottom: 5px;
}

label[for="billing_email"]::before {
	content: 'Customer Info';
	display: block;
	font-weight: 600;
	color: var(--low-contrast);
	margin-bottom: 8px;
}
label[for="billing_first_name"]::before {
	content: 'Shipping Address';
	display: block;
	font-weight: 600;
	color: var(--low-contrast);
	margin-top: 16px;
	margin-bottom: 8px;
}
.form-row.form-row-first, .form-row.form-row-last {
	width: 50%;
	float: left;
}
.form-row.form-row-first{
	padding-right: 8px;
}
.form-row.form-row-last{
	padding-left: 8px;
}
.checkout_coupon p.form-row.form-row-first {
	width: 100%;
	float: none;
	padding-right: 0;
	margin-bottom: 0;
}
.checkout_coupon p.form-row.form-row-last {
	width: 100%;
	float: none;
	padding-left: 0;
	margin-bottom: 0;
}
p#billing_last_name_field {
	padding-right: 0;
	margin-top: 48px;
}
p#billing_address_1_field {
	clear: both;
}
p#billing_city_field, p#billing_state_field, p#billing_postcode_field {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding-right: 16px;
}
p#billing_postcode_field {
	padding-right: 0;
}
.woocommerce-billing-fields .clear, p#billing_phone_field {
	clear: both;
}
.woocommerce-invalid input.error {
	border: 1px solid var(--primary);
}
span.optional, abbr.required, span.select2.select2-container, p#billing_country_field, p#billing_company_field, .woocommerce-notices-wrapper, .woocommerce-message, .woocommerce-NoticeGroup{
	display: none !important;
}
.woocommerce-billing-fields p.error-message {
	font-size: 14px;
	color: var(--primary);
}
.order-review-header, .order-review-products, .checkout-coupon-area {
	border-bottom: 1px solid var(--lower-contrast);
	padding-bottom: 24px;
}
.order-review-header h3 {
	margin-bottom: 4px;
}
.order-review-header p {
	font-size: 13px;
	line-height: 16px;
}
.single-cart-product.cart_item {
	padding-bottom: 0;
	border-bottom: 0 solid;
}
div.cart-product-img {
	background-color: #E3EAFC;
}
.checkout-coupon-area {
	padding-top: 24px;
	margin-bottom: 24px;
}
a.showcoupon {
	color: var(--high-contrast);
	display: flex;
	gap: 8px;
}
form.checkout_coupon.woocommerce-form-coupon {
	position: relative;
	margin-top: 16px;
}
.checkout_coupon input#coupon_code {
	font-size: 16px;
	padding-right: 106px;
}
.checkout_coupon button.button {
	background: var(--primary-gradient);
	border: 0 solid;
	padding: 0 13px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.order-review-bottom {
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.coupon-value {
	width: 125px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coupon-value button {
	border: none;
	padding: 4px;
	line-height: 1;
	background-color: transparent;
}
.checkout-total-value h3 strong {
	font-weight: 600;
}
.order-total h3{
	margin-bottom: 0;
}
.address-step-preview {
	margin-bottom: 24px;
}
.address-preview-heading h3 {
	margin-bottom: 0;
}
.address-preview-heading {
	margin-bottom: 16px;
	align-items: center;
}
.address-preview-heading button {
	border: 0 solid;
	padding: 0;
	background-color: transparent;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	display: flex;
	gap: 8px;
}
.address-preview-data {
	gap: 48px;
	font-size: 20px;
}
fieldset.wc-payment-form, fieldset.wc-payment-form > div {
	padding: 0 !important;
	!i;
	!;
}
.checkout-step-method button.primary-gradient-arrow {
	font-size: 20px;
}
button#place_order {
	margin-top: 24px;
}
select#billing_state {
	height: 56px;
}
.thankyou-order {
	padding: 24px;
	max-width: 648px;
	margin: 0 auto;
}
.custom-thankyou-message {
	max-width: 410px;
	margin: 0 auto 24px;
	color: #000;
}
.custom-thankyou-message h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 12px;
}
.custom-thankyou-message p {
	font-size: 16px;
	line-height: 1.5;
}
.thankyou-order .address-step-preview {
	background-color: var(--lightest-contrast);
	padding: 24px 24px 36px;
}
.thankyou-order .address-step-preview label {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 12px;
	font-weight: 600;
	color: var(--low-contrast);
}
.thankyou-payment-method {
	display: flex;
	padding: 16px;
	gap: 16px;
	border: 1px solid var(--lower-contrast);
	border-radius: 8px;
	margin-bottom: 24px;
	align-items: center;
}
.card-icon {
	background-color: var(--lightest-contrast);
	padding: 6px;
	border: 1px solid var(--light-contrast);
	width: 56px;
	text-align: center;
	border-radius: 2px;
}
.thankyou-ordered-products {
	border: 1px solid var(--lower-contrast);
	padding: 24px;
	margin-bottom: 24px;
	border-radius: 8px;
}
p.order-id {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 12px;
	color: var(--low-contrast);
}
.thankyou-ordered-products .single-cart-product.align-items-center {
	padding: 0;
	border: 0 solid;
	margin-bottom: 24px;
}
p.shipping-taxes {
	margin-top: 4px;
	text-align: end;
	font-size: 16px;
	line-height: 1.5;
}
a.primary-gradient-arrow.small.continue-shopping {
	display: inline-block;
	width: 215px;
}
body.woocommerce-order-received header.header .secure-checkout {
	display: none;
}
body.woocommerce-order-received header.header .row {
	justify-content: center;
}
.dashboard-heading h1 {
	color: var(--primary);
}
.dashboard-single-box {
	padding: 16px;
	background-color: var(--white);
	border: 1px solid var(--light-contrast);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 100%;
}
.single-box-content {
	display: flex;
	align-items: center;
	gap: 8px;
}
.box-heading p {
	font-weight: 500;
	color: var(--high-contrast);
	margin-bottom: 4px;
}
:is(.box-heading, .order-number, .order-totals) > span {
	display: block;
	font-size: 13px;
}
.right-angle-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 8px;
	background-color: var(--lightest-contrast);
	border-radius: 50%;
}
.right-angle-link:hover {
	background-color: var(--light-contrast);
}
.back-my-account {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #000000;
	font-size: 13px;
}
.back-my-account:hover {
	color: #000000;
}
.content-heading {
	margin-bottom: 20px;
}
.single-order-details {
	padding: 24px 40px 16px;
	background-color: var(--white);
	border: 1px solid var(--light-contrast);
	border-radius: 8px;
	margin-bottom: 16px;
}
.single-order-details:last-child {
	margin-bottom: 0;
}
.order-date {
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
}
.order-number-totals {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.order-number, .order-totals {
	display: flex;
	gap: 8px;
	align-items: center;
}
:is(.order-number, .order-totals) > p {
	font-weight: 500;
	color: var(--high-contrast);
}
.view-order-link {
	text-align: end;
	margin-top: 16px;
}
.see-details-btn {
	font-size: 16px;
	line-height: 1.5;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--med-contrast);
	font-weight: 700;
	text-transform: uppercase;
}
.see-details-btn:hover {
	color: var(--med-contrast);
}
.my-account-content h1 {
	color: var(--high-contrast);
}
.orders-products {
	padding: 16px 0;
	border-bottom: 1px solid var(--lower-contrast);
}
.orders-products .single-cart-product {
	border-bottom: none;
	padding: 8px 0;
}
.orders-products .single-cart-product .cart-product-discout {
	color: var(--med-contrast);
}
.view-order-heading {
	color: var(--high-contrast);
	margin-bottom: 40px;
}
.delivery-date {
	display: flex;
	align-items: center;
	gap: 8px;
}
.view-order-heading p, .delivery-date span {
	font-size: 13px;
}
.view-order-content {
	max-width: 760px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.view-order-content > *, .view-order-summery, .add-payment-method-form, .account-single-address {
	background-color: var(--white);
	padding: 40px;
	border: 1px solid var(--light-contrast);
	border-radius: 8px;
}
.order-status-info {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
	color: var(--high-contrast);
}
.address-text {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.view-order-summery {
	width: 425px;
	max-width: 100%;
}
.payment-methods-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}
.add-payment-method, .add-payment-method:hover {
	display: inline-flex;
	align-items: center;
	padding: 8px;
	gap: 8px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--med-contrast);
}
.single-payment-method {
	padding: 24px;
	background-color: var(--white);
	border: 1px solid var(--light-contrast);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.payment-card-info {
	display: flex;
	align-items: center;
	gap: 16px;
}
.card-title p:first-child {
	color: var(--high-contrast);
}
.card-title.default p {
	display: flex;
	align-items: center;
	gap: 12px;
}
.card-title.default p span {
	display: inline-block;
	font-size: 13px;
	padding: 3px 7px;
	background-color: var(--lightest-contrast);
	border: 1px solid var(--lower-contrast);
	border-radius: 24px;
	font-weight: 400;
	color: var(--primary);
}
.single-payment-method:not(.single-payment-method:last-child), .account-single-address:not(.account-single-address:last-child) {
	margin-bottom: 16px;
}
.cart-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}
.cart-actions :is(a, a:hover) {
	font-weight: 700;
	font-size: 16px;
	padding: 4px 0;
	text-transform: uppercase;
	color: var(--med-contrast);
}
.account-single-address {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}
.edit-address-fields {
	font-size: 16px;
	line-height: 1.5;
}
p#billing_state_field select {
	width: 100% !important;
	position: unset !important;
	height: 56px !important;
	padding: 15px !important;
	border: 1px solid var(--light-contrast) !important;
}

.cart-actions .modal-dialog {
	max-width: 648px;
}
.cart-actions .modal-content {
	border-radius: 24px;
	border: 1px solid var(--light-contrast);
	padding: 40px;
}
.card-modal-content h5 {
	color: var(--high-contrast);
	margin-bottom: 16px;
}
.card-modal-content p {
	color: var(--high-contrast);
	margin-bottom: 48px;
}
.card-modal-action {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 24px;
}
.card-modal-action button {
	padding: 16px 16px;
	border: 0 solid;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--med-contrast);
}
.cart-actions .card-modal-action a {
	background-color: var(--primary);
	font-size: 20px;
	padding: 16px 32px;
	color: var(--high-contrast);
	border-radius: 2px;
	line-height: 24px;
}
#woocommerceEditAccountForm .form-row label.error {
	display: block;
	font-size: 13px;
	color: var(--primary);
	margin: 4px 0;
}
#woocommerceEditAccountForm .form-row input.error {
	border-color: var(--primary);
}
