* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #1c1d21;
	line-height: 24px;
}

a {
	text-decoration: none;
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
}

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

a:visited {
	color: inherit;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	font-weight: 300;
	font-size: 1rem;
}

.container,
.container.vc_col-sm-12,
.container.vc_row > .vc_col-sm-12 {
	width: 100%;
	max-width: 1650px;
	padding: 0 15px;
	margin: 0 auto;
	float: none;
}

.container.vc_row {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.container.vc_row > .vc_col-sm-12 > .vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}

.vc_row[data-vc-full-width='true'] {
	margin-left: 0px;
	margin-right: 0px;
}

.vc_row[data-vc-full-width='true'] > .vc_col-sm-12 > .vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}

.post,
.page {
	margin: 0;
}

body .wpb_button,
body .wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
}

body.menu-scroll--hide,
body.showminicart {
	overflow: hidden;
}

ol {
	margin: 0;
	padding-left: 30px;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
	+ .vc_row-full-width
	+ .vc_row
	> .vc_column_container
	> .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

h1,
.h1 {
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
	color: #ffffff;
}

h2,
.h2 {
	font-size: 35px;
	line-height: 56px;
	font-weight: 600;
	color: #1c1d21;
}

h3,
.h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #1c1d21;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #1c1d21;
}

h5,
.h5 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #000000;
}

h6,
.h6 {
	color: #001036;
}

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

p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #1c1d21;
}

input,
button,
textarea,
select {
	font-family: 'Poppins', sans-serif;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

[type='submit'],
a.button {
	transition: all 0.25s ease-in-out 0s;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
	-webkit-appearance: listbox;
}

.widget {
	margin: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

img {
	max-width: 100%;
}

a {
	transition: all 0.3s ease-in-out 0s;
}

.pt-120 {
	padding-top: 120px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

/* .o-button .vc_general.vc_btn3.vc_btn3-size-md {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	min-width: 170px;
}

.o-button .vc_general.vc_btn3.vc_btn3-size-md:hover {
	background: #529af8;
	color: #fff;
}

.o-button.o-secondary .vc_general.vc_btn3.vc_btn3-size-md {
	background: transparent;
	border: 1px solid #529af8;
	color: #529af8;
}

.o-button.o-secondary .vc_general.vc_btn3.vc_btn3-size-md:hover {
	background: #529af8;
	border: 1px solid transparent;
	color: #fff;
} */

.small-section-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-style: italic;
	color: #529af8;
	padding: 0 0 5px;
}

.disc-section-title h3 {
	font-size: 50px;
	line-height: 70px;
	font-weight: 900;
	color: #000;
}

.header {
	z-index: 2;
	border-bottom: 1px solid #e6e6e6;
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.header.fixed {
	box-shadow: 0px 4px 10px 0px rgba(28, 29, 33, 0.08);
}

.header-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-row .site-branding a {
	display: block;
	/* max-width: 300px; */
}

.header-row .site-branding a img {
	display: block;
}

.header-right {
	display: flex;
	margin-left: auto;
}

.header-nav .menu-toggle {
	display: none;
}

.header-nav .menu-main-menu-container > ul {
	display: flex;
}

.header-nav .menu-main-menu-container > ul > li {
	padding: 23px 13px;
	position: relative;
}

.header-nav .menu-main-menu-container ul li .submenu-arrow {
	display: none;
}

.header-nav .menu-main-menu-container ul li .submenu-arrow:before {
	content: '';
	background: #000;
	width: 16px;
	height: 2px;
	position: absolute;
	right: 4px;
	top: 12px;
}

.header-nav .menu-main-menu-container ul li .submenu-arrow:after {
	content: '';
	background: #000;
	width: 2px;
	height: 16px;
	position: absolute;
	right: 11px;
	top: 5px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s linear;
}

.header-nav .menu-main-menu-container > ul > li > a {
	color: #1c1d21;
	position: relative;
	font-weight: 600;
}

.header-nav .menu-main-menu-container > ul > li > a:before {
	content: '';
	width: 0;
	height: 1px;
	/* background: #529af8; */
	position: absolute;
	left: 0;
	bottom: -6px;
	transition: width 0.3s ease;
}

.header-nav .menu-main-menu-container > ul > li:hover > a,
.header-nav .menu-main-menu-container ul li.current-menu-item a {
	color: #529af8;
}

.header-nav .menu-main-menu-container > ul > li:hover > a:before,
.header-nav .menu-main-menu-container ul li.current-menu-item a:before {
	width: 100%;
}

.header-nav .menu-main-menu-container > ul > li > .sub-menu {
	/* background: #529af8; */
	box-shadow: 0 2px 8px 0px rgb(0, 0, 0, 0.1);
	min-width: 220px;
	position: absolute;
	right: 0;
	top: 100%;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	padding: 5px 0;
}

.header-nav .menu-main-menu-container > ul > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.header-nav .menu-main-menu-container > ul > li > .sub-menu > li {
	padding: 10px 20px;
}

.header-nav .menu-main-menu-container > ul > li > .sub-menu > li > a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
	display: block;
}

.header-nav .menu-main-menu-container > ul > li > .sub-menu > li:hover > a {
	/* color: #529af8; */
}

.header-nav .menu-main-menu-container > ul > li > .sub-menu .sub-menu {
	/* background: #529af8; */
	box-shadow: 4px 3px 4px rgb(0, 0, 0, 0.1);
	border-radius: 10px;
	min-width: 220px;
	padding: 8px 0;
	position: absolute;
	left: 100%;
	min-height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	top: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.header-nav .menu-main-menu-container > ul > li > .sub-menu .sub-menu li {
	padding: 5px 20px;
}

.header-nav .menu-main-menu-container > ul > li > .sub-menu .sub-menu li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #ffffff;
	display: block;
}

.header-nav
	.menu-main-menu-container
	> ul
	> li
	> .sub-menu
	.sub-menu
	li
	a:hover {
	color: #529af8;
}

.header-nav
	.menu-main-menu-container
	> ul
	> li
	> .sub-menu
	> li:hover
	.sub-menu {
	opacity: 1;
	visibility: visible;
}

.header .menu-toggle {
	width: 36px;
	height: 36px;
	border: none;
	padding: 0;
	border-radius: 0;
	background: transparent;
	display: none;
	position: relative;
	cursor: pointer;
}

.header .menu-toggle .menu-bars {
	position: absolute;
	display: block;
	width: 16px;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	background: #529af8;
	height: 2px;
	transition: all 0.5s ease;
}

.header .menu-toggle .menu-bars:before,
.header .menu-toggle .menu-bars:after {
	content: '';
	position: absolute;
	right: 0;
	background: #529af8;
	height: 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header .menu-toggle .menu-bars:before {
	width: 23px;
}

.header .menu-toggle .menu-bars:after {
	width: 19px;
}

.header .menu-toggle .menu-bars:before {
	top: -6px;
}

.header .menu-toggle .menu-bars:after {
	bottom: -6px;
}

.header.menu-show .menu-toggle .menu-bars {
	background: transparent;
}

.header.menu-show .menu-toggle .menu-bars:before {
	top: 0;
	transform: rotate(45deg);
}

.header.menu-show .menu-toggle .menu-bars:after {
	top: 0;
	width: 23px;
	transform: rotate(-45deg);
}

.header-links {
	display: flex;
	align-items: center;
	padding-left: 15px;
}

.header-links li {
	padding-left: 10px;
}

.header-links .header-cart-icon {
	position: relative;
}

.header-links .header-search {
}

.header-links .header-search.show-search .searchicon {
	position: relative;
	z-index: 2;
	background: url('../images/close-white.svg') no-repeat center center;
}

.header-links .header-search i {
	background: url('../images/search-icon.svg') no-repeat center center;
	width: 32px;
	height: 32px;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 1;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.header-links .header-search i:hover {
	background-color: rgba(62, 78, 156, 0.1);
}

.header-links .header-search .widget_product_search {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	padding: 16px 50px 16px 50px;
	background: #529af8ba;
	z-index: 1;
	transition: all 0.3s ease;
}

.header-links
	.header-search
	.widget_product_search
	.woocommerce-product-search {
	width: 50%;
	margin: 0 auto;
}

.header-links .header-search .widget_product_search .search-field {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 9px 20px 9px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1d21;
	outline: none;
	box-shadow: none;
}

.header-links .header-search.show-search .widget_product_search {
	opacity: 1;
	visibility: visible;
}

.header-links .header-search .widget_product_search button {
	display: none;
}

.header-links .header-cart-icon i {
	background: url('../images/cart-icon.svg') no-repeat center center;
	width: 32px;
	height: 32px;
	display: block;
	cursor: pointer;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.header-links .header-cart-icon i:hover {
	background-color: rgba(62, 78, 156, 0.1);
}

.header-links .header-cart-icon .header-cart-count {
	width: 16px;
	height: 16px;
	background: #529af8;
	border-radius: 100%;
	border: 2px solid #ffffff;
	position: absolute;
	right: 0;
	top: 0;
}

.header-links .header-account i {
	background: url('../images/account-icon.svg') no-repeat center center;
	width: 32px;
	height: 32px;
	display: block;
	cursor: pointer;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.header-links .header-account i:hover {
	background-color: rgba(62, 78, 156, 0.1);
}

.menu-overlay {
	height: 100vh;
	background: rgba(28, 29, 33, 0.5);
	width: 100vw;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

body.admin-bar .site-main {
	margin-top: 85px !important;
}
@media (min-width: 576px) {
	body.admin-bar .site-main {
		margin-top: 65px !important;
	}
}
@media (min-width: 768px) {
	body.admin-bar .site-main {
		margin-top: 80px !important;
	}
}
@media (min-width: 992px) {
	body.admin-bar .site-main {
		margin-top: 91px !important;
	}
}
@media (min-width: 1699px) {
	body.admin-bar .site-main {
		margin-top: 119px !important;
	}
}

.minicart-overlay {
	height: 100vh;
	background: rgba(28, 29, 33, 0.5);
	width: 100vw;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.showminicart .minicart-overlay {
	opacity: 1;
	visibility: visible;
}

.header-mini-cart {
	z-index: 2;
	height: 100%;
	background: #fff;
	width: 400px;
	position: fixed;
	right: -400px;
	top: 0;
	padding: 0;
	transition: all 0.3s ease;
}

.show-minicart.header-mini-cart {
	right: 0;
}

.header-mini-cart .minicart-head {
	background: #f6f7fb;
	padding: 26px 25px;
	position: relative;
}

.minicart-head .close-sidebar {
	background: url('../images/close-sidebar.svg') no-repeat center;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 23px;
	cursor: pointer;
}

.header-mini-cart .minicart-head h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #1c1d21;
	text-transform: uppercase;
}

.header-mini-cart .mcart-widget {
	padding: 0;
	display: flex;
	height: calc(100% - 76px);
	width: 100%;
	flex-direction: column;
	position: relative;
}

.header-mini-cart .mcart-widget .woocommerce-mini-cart__empty-message {
	padding: 20px;
	text-align: center;
}

.header-mini-cart .woocommerce-mini-cart {
	padding: 0 20px !important;
	flex-grow: 1;
	overflow: auto;
}

.header-mini-cart *::-webkit-scrollbar {
	width: 8px;
}

.header-mini-cart *::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background: #d1d1d1;
}

.header-mini-cart *::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f0f0f0;
}

.header-mini-cart .woocommerce-mini-cart li {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 24px 0 !important;
	border-bottom: 1px solid #e6e6e6;
}

.header-mini-cart .woocommerce-mini-cart li:last-child {
	border-bottom: none;
}

.header-mini-cart .woocommerce-mini-cart li .remove_from_cart_button,
.header-mini-cart .woocommerce-mini-cart li .remove_from_cart_button_custom {
	background: url('../images/remove-icon.svg') no-repeat center;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 23px;
	cursor: pointer;
	opacity: 0.5;
	font-size: 0;
	text-transform: uppercase;
	border: none;
}

.header-mini-cart .woocommerce-mini-cart li .remove_from_cart_button:hover,
.header-mini-cart
	.woocommerce-mini-cart
	li
	.remove_from_cart_button_custom:hover {
	opacity: 1;
}

.header-mini-cart .woocommerce-mini-cart li .mini-cartimg {
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	width: 90px;
	height: 90px;
	overflow: hidden;
}

.header-mini-cart .woocommerce-mini-cart li .mini-cartimg img {
	width: 100%;
	height: auto;
}

.header-mini-cart .woocommerce-mini-cart li .mini-cartcontent {
	width: calc(100% - 90px);
	padding-left: 20px;
}

.header-mini-cart .woocommerce-mini-cart li .mini-cartcontent h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #1c1d21;
	padding: 0 30px 12px 0;
}

.header-mini-cart .woocommerce-mini-cart li .mini-cartcontent .quantity {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	display: block;
	color: rgba(28, 29, 33, 0.5);
}

.header-mini-cart .woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	background: #f6f7fb;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #1c1d21;
}

.header-mini-cart .woocommerce-mini-cart__total strong {
	font-weight: 600;
}

.header-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
	margin-left: auto;
}

.header-mini-cart .woocommerce-mini-cart__buttons {
	padding: 0 13px 24px;
	display: flex;
}

.header-mini-cart .woocommerce-mini-cart__buttons a {
	background: transparent;
	border: 1px solid #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #529af8;
	font-weight: 600;
	padding: 13px 15px;
	width: 100%;
	text-align: center;
	display: block;
	margin: 16px 7px 0;
}

.header-mini-cart .woocommerce-mini-cart__buttons a.checkout {
	background: #529af8;
	color: #fff;
}
.header-mini-cart .woocommerce-mini-cart__buttons a.checkout:hover {
	background: #cc79ae !important;
	color: #fff !important;
	border-color: transparent !important;
}

.header-mini-cart .woocommerce-mini-cart__buttons a:hover {
	background: #529af8;
	color: #fff;
}

.header-mini-cart .woocommerce-mini-cart__buttons a.checkout:hover {
	background: #529af8;
	border-color: #529af8;
	color: #fff;
}

.emptycart-card {
	background: #fbfbfb;
	border: 1px solid #dee2e6;
	margin: 20px;
}

.emptycart-card p {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #529af8;
	padding-bottom: 15px;
}
.emptycart-card .o-button {
	padding: 0 15px;
}

.emptycart-card img {
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

.emptycart-card .o-button a {
	justify-content: center;
	min-width: 100%;
	max-width: 300px;
	display: block;
	margin: 15px auto 20px;
	text-align: center;
}

.footer {
	background: #1c1d21;
}

.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 70px;
	/* padding-bottom: 70px; */
}

.footer-top .footer-top-title {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 600;
	padding-bottom: 18px;
}

.footer-top .menu li {
	padding-bottom: 8px;
}

.footer-top .menu li a {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
}

.footer-top .menu li a:hover {
	color: #529af8;
}

.footer-top .payment-list {
	display: flex;
	flex-wrap: wrap;
}

.footer-top .payment-list li {
	margin-right: 10px;
	min-width: 54px;
}

.footer-top .payment-list li:last-child {
	margin-right: 0;
}

.footer-top .payment-list a {
	background: #ffffff;
	border-radius: 4px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .footer-address {
	padding-top: 24px;
} */

.footer-address p {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	margin-top: 16px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* .footer-address p.phone {
	background-image: url('../images/phone-call.svg');
}

.footer-address p.mail {
	background-image: url('../images/message.svg');
}

.footer-address p.call {
	background-image: url('../images/call.svg');
}

.footer-address p.address {
	background-image: url('../images/localtions.svg');
} */

.footer-address p a {
	color: #ffffff;
}

.footer-address p a:hover {
	color: #529af8;
}

.footer-payment .widget:last-child {
	padding-top: 0;
}

.shipping-channel {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.shipping-channel .widget {
	padding-right: 25px;
}

.shipping-channel .widget:last-child {
	padding-right: 0;
}

.shipping-channel .footer-top-title {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 600;
	padding-bottom: 18px;
}

.footer-bottom {
	border-top: 1px solid rgba(246, 247, 251, 0.2);
	padding: 20px 0;
	display: flex;
}

.footer-bottom .menu {
	display: flex;
}

.footer-bottom .menu li {
	padding-right: 20px;
}

.footer-bottom .menu li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}

.footer-bottom .menu li a:hover {
	color: #529af8;
}

.footer-bottom p {
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}

.footer-social {
	display: flex;
	flex-wrap: wrap;
	padding-top: 29px;
}

.footer-social li {
	margin-right: 10px;
}

.footer-social li a {
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.15);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	border-radius: 100%;
}

.footer-social li a:hover {
	background-color: #529af8;
}

.footer-social li a.facebook {
	background-image: url('../images/facebook.svg');
}

.footer-social li a.linkedin {
	background-image: url('../images/linkedin.svg');
}

.footer-social li a.instagram {
	background-image: url('../images/instagram-icon.svg');
}

.footer-social li a.pinterist {
	background-image: url('../images/pintest-icon.svg');
}

.footer-social li a.othericon {
	background-image: url('../images/other-icon.svg');
}

.footer-social li a.xicon {
	background-image: url('../images/twitter.svg');
}

.homehero.vc_row {
	margin: 0;
}

.homehero.vc_row .vc_column-inner {
	padding: 0;
}

.homehero-slider .swiper-slide {
	position: relative;
	overflow: hidden;
}

.heroslider-card {
	width: 100%;
	z-index: 1;
	text-align: left;
}

.heroslider-card__img {
	padding-bottom: 54%;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.heroslider-card__image img {
	width: 100%;
	display: block;
}

/* .heroslider-card__image .mobile-image {
	display: none;
} */

/* .heroslider-card__content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -50px;
	width: 100%;
} */

/* .heroslider-card__content h2 {
	max-width: 485px;
} */

.heroslider-card__content .o-button {
	margin-top: 40px;
}

.homehero-slider .swiper-button-next,
.homehero-slider .swiper-button-prev {
	top: auto;
	bottom: 48px;
}

.homehero-slider .swiper-button-prev {
	left: calc((100vw - 1295px) / 2);
}

.homehero-slider .swiper-button-next {
	left: calc((100vw - 1295px) / 2);
	right: auto;
	margin-left: 64px;
}

.bestselling-row {
	display: flex;
	flex-wrap: wrap;
}

.bestselling-card {
	display: flex;
}

.bestselling-card > .vc_column-inner {
	display: flex;
	height: 100%;
	width: 100%;
}

.bestselling-card > .vc_column-inner > .wpb_wrapper {
	background: #f4ede7;
	border-radius: 16px;
	position: relative;
	padding: 40px;
	width: 100%;
}

.bestselling-card h2 {
	padding-bottom: 4px;
}

.bestselling-card p {
	padding-bottom: 28px;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	max-width: 325px;
}

.bestselling-card .o-button .vc_general.vc_btn3.vc_btn3-size-md {
	min-width: 220px;
	position: relative;
	z-index: 1;
}

.bestselling-card .wpb_single_image {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

/* .whyus-section .vc_row {
	display: flex;
	flex-wrap: wrap;
} */

/* .whyus-section .whyus-card {
	display: flex;
} */

/* .whyus-section .whyus-card > .vc_column-inner {
	display: flex;
} */

.whyus-card .vc_column-inner > .wpb_wrapper {
	border: 1px solid #e6e6e6;
	background: #f6f7fb;
	border-radius: 16px;
	padding: 30px;
}

.whyus-card .wpb_single_image .vc_single_image-wrapper {
	width: 120px;
	aspect-ratio: 1;
	/* background: #FFFFFF; */
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.whyus-card p {
	padding-top: 9px;
	text-align: center;
	line-height: 20px;
}

/* .pilloffer-section {
	background: #f6f7fb;
	padding: 85px 0;
	overflow: hidden;
} */

/* .pilloffer-section .vc_col-sm-6:first-child {
	padding-right: 30px;
}

.pilloffer-section h2 {
	padding-bottom: 30px;
}

.pilloffer-section p {
	padding-bottom: 24px;
} */

.pilloffer-section img {
	/* border-radius: 16px; */
}

.home-aboutus h2 {
	padding-bottom: 20px;
}

.home-aboutus p {
	padding-bottom: 24px;
}

.home-aboutus ul {
	display: flex;
	flex-wrap: wrap;
}

.home-aboutus ul li {
	font-size: 16px;
	line-height: 24px;
	color: #529af8;
	font-weight: 500;
	margin-bottom: 12px;
	position: relative;
	padding-left: 12px;
	width: 50%;
	padding-right: 20px;
}

.home-aboutus ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #529af8;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 10px;
}

.home-aboutus .o-button {
	margin-top: 35px;
}

.about-play {
	z-index: 1;
	border: 7px solid rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s linear;
	cursor: pointer;
}

.about-play i {
	width: 60px;
	height: 60px;
	background-image: url(../images/play-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	display: block;
	border-radius: 100%;
}

/* .home-testimonial .vc_row {
	background: #f6f7fb;
	padding: 70px 95px;
	margin: 0;
	border-radius: 16px;
}

.home-testimonial .vc_row .vc_col-sm-6:first-child {
	padding-right: 55px;
}

.home-testimonial .vc_row .vc_col-sm-6:last-child {
	padding-left: 55px;
} */

.testimonial-card .testimonial-img {
	border: 2px solid #529af8;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.testimonial-card .testimonial-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-card h4 {
	font-size: 24px;
	line-height: 34px;
	color: #1c1d21;
	padding-bottom: 10px;
}

.testimonial-slider .swiper-pagination {
	position: static;
	text-align: left;
	margin-top: 25px;
	margin-left: 2px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
	margin-right: 16px;
	margin-left: 0;
}

.common-faqs .vc_toggle {
	background: #f6f7fb;
	border-radius: 16px;
	margin: 0 0 24px;
}

.common-faqs .vc_toggle:last-child {
	margin-bottom: 0 !important;
}

.common-faqs .vc_toggle .vc_toggle_title {
	padding: 0 !important;
}

.common-faqs .vc_toggle h4 {
	font-size: 18px;
	line-height: 26px;
	color: #1c1d21;
	font-weight: 500;
	padding: 24px 45px 24px 24px;
	display: block;
	transition: all 0.3s ease;
}

.common-faqs .vc_toggle.vc_toggle_active h4 {
	color: #529af8;
}

.common-faqs .vc_toggle .vc_toggle_content {
	padding: 10px 24px 30px !important;
	margin: 0;
}

.common-faqs .vc_toggle.vc_toggle_default .vc_toggle_icon {
	width: 24px;
	height: auto !important;
	border: none;
	aspect-ratio: 1;
	background: url('../images/plus-small.png') no-repeat center center;
	left: auto !important;
	right: 20px;
	transition: all 0.3s ease;
}

.common-faqs .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon {
	background: url('../images/plus-cross.png') no-repeat center center;
}

.common-faqs .vc_toggle .vc_toggle_icon:before,
.common-faqs .vc_toggle .vc_toggle_icon:after {
	display: none;
}

/* .homepills-shop {
	background: #f6f7fb;
	padding: 85px 0;
}

.homepills-shop h2 {
	padding-bottom: 40px;
}

.homepills-shop p {
	padding-bottom: 40px;
}

.homepills-shop h4 {
	padding-bottom: 15px;
} */

.homeblog-section.vc_row > .vc_col-sm-12 > .vc_column-inner {
	overflow: hidden;
}

.homeblog-section .vc_btn3-container.vc_btn3-inline {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.homeblog-slider {
	overflow: visible;
}

.homeblog-slider .swiper-button-next,
.homeblog-slider .swiper-button-prev {
	top: -88px;
	margin-top: 0;
	background: #529af8;
	border-color: #529af8;
	color: #ffffff;
}

.homeblog-slider .swiper-button-next:hover,
.homeblog-slider .swiper-button-prev:hover {
	background: #529af8;
	border-color: #529af8;
}

.homeblog-slider .swiper-button-prev {
	left: auto;
	right: 58px;
	margin-right: 16px;
}

/* .homeblog-card {
	border-radius: 16px;
	padding-bottom: 40px;
} */

.homeblog-card .homeblog-card-img img {
	border-radius: 16px 16px 0 0;
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.homeblog-card .homeblog-content {
	background: #ffffff;
	border-radius: 0 0 16px 16px;
	padding: 20px 20px 30px;
	box-shadow: 0px 4px 30px 0px rgba(28, 29, 33, 0.08);
	position: relative;
}

.homeblog-content .postby {
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 50px;
	font-size: 12px;
	line-height: 18px;
	color: #529af8;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	padding: 6px 12px;
}

.homeblog-content h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #1c1d21;
	margin-top: 12px;
	margin-bottom: 24px;
	min-height: 48px;
}

.homeblog-content h5 a {
	color: #1c1d21;
}

.homeblog-content h5 a:hover {
	color: #529af8;
}

.homeblog-content p {
	color: rgba(28, 29, 33, 0.75);
}

.homeblog-content .blog-date {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-weight: 600;
	color: rgba(28, 29, 33, 0.5);
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.homeblog-content .blogbtn {
	margin-left: auto;
}

.homeblog-content .blogbtn a {
	color: #529af8;
	font-weight: 600;
}

.homeblog-content .blogbtn a:hover {
	color: #529af8;
}

.page-banner {
	position: relative;
}

.page-banner img {
	display: block;
	width: 100%;
}

.page-template .page-banner .banner-content,
.page-template-default .page-banner .banner-content,
.page-banner .banner-conten {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.page-id-98.page-template-default .page-banner .banner-content,
.single-post .page-banner .banner-content,
.woocommerce .page-banner .banner-content,
.page-template-default .featured-products .page-banner .banner-content {
	padding: 50px 0 0;
	position: relative;
	left: unset;
	transform: none;
	text-align: left;
}

.woocommerce-account .page-banner .banner-content {
	padding-top: 0;
}

.page-id-98.page-template-default .page-banner .banner-content h1,
.page-template-default .featured-products .page-banner .banner-content h1 {
	color: #000;
}

.page-template .page-banner .banner-content h1,
.page-template-default .page-banner .banner-content h1,
.page-banner .banner-conten h1 {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.page-banner .banner-content {
		padding: 30px 0 0;
	}

	.page-id-2064 .post-2064 .aboutjourney-sec {
		padding: 30px 0 0;
	}
}

.page-banner .banner-content .breadcrumb .breadcrumb-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.page-banner .banner-content .breadcrumb .breadcrumb-links li,
.page-banner .banner-content .breadcrumb .breadcrumb-links li a {
	color: #000;
}

.page-banner .banner-content .breadcrumb .breadcrumb-links li:before {
	filter: invert(1);
}

.page-banner .banner-content h1 {
	font-size: 48px;
	line-height: 62px;
	color: #000;
	font-weight: 600;
}

.product-list-page .woocommerce-ordering {
	margin: 0 !important;
}

.product-list-page .woocommerce-ordering select,
.product-list-page .all-product-categories select {
	background-image: url('../images/bottom-arrow.svg');
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	padding: 13px 32px 13px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.product-list-page .all-product-categories select {
	min-width: 215px;
}

.product-list-page .woocommerce-ordering select:focus,
.product-list-page .all-product-categories select:focus {
	outline: none;
	border: 1px solid #529af8;
}

.product-list-page .all-product-categories {
	float: left;
}

.product-list-page .all-product-categories label {
	display: none;
}

.product-list-page .woocommerce-result-count {
	display: none;
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	row-gap: 30px;
}

.woocommerce .product-list-page ul.products {
	padding-top: 30px;
}

.woocommerce ul.products .product.product-card,
.bestseller-slider .product-card {
	--card-space: 30px;
	margin: 0 15px;
	float: none;
	padding-top: var(--card-space);
	padding-bottom: calc(70px + var(--card-space));
	padding-inline: var(--card-space);
	background: #f6f7fb;
	border: 1px solid #e6e6e6;
	border-radius: 16px;
	position: relative;
}

.woocommerce ul.products .product.product-card.type-product {
	padding-bottom: var(--card-space);
}

.bestseller-slider .product-card {
	margin: 0;
	height: auto;
}

.woocommerce ul.products.columns-4 .product.product-card {
	width: calc(25% - 30px);
}

.woocommerce ul.products.columns-2 .product.product-card {
	width: calc(50% - 30px);
}

.woocommerce .product-list-page ul.products .product.product-card {
	margin-bottom: 30px;
}

.product.product-card .product-img {
	overflow: hidden;
	margin-bottom: 10px;
}

.product.product-card .product-img a {
	display: block;
}

.product.product-card .product-img img {
	transition: all 0.4s ease;
	transform: scale(1);
	width: 100%;
	height: auto;
	display: block;
}

.product.product-card:hover .product-img img {
	transform: scale(1.1);
}

.product.product-card .woocommerce-loop-product__title {
	font-size: 14px !important;
	padding: 0 0 10px !important;
	line-height: 20px;
	font-weight: 600;
	color: #000000;
}

.product.product-card .woocommerce-loop-product__title a {
	color: #000000;
}

.woocommerce .woocommerce-product-rating {
	display: flex;
}

.woocommerce .star-rating {
	color: #ffb52b;
	margin-bottom: 8px;
	margin-top: 0 !important;
}

.woocommerce .star-rating:before {
	color: #ffb52b;
}

.woocommerce-product-rating .woocommerce-review-link {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.woocommerce ul.products .product.product-card .price,
.bestseller-slider .product-card .price {
	color: #529af8 !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}

.bestseller-slider .product-card .add_to_cart_inline .woocommerce-Price-amount {
	display: none;
}
/*
.bestseller-slider .product-card .add_to_cart_inline {
	padding: 0 !important;
	border: none !important;
	position: absolute;
	margin-top: 20px;
	left: var(--card-space);
	bottom: var(--card-space);
	width: calc(100% - (var(--card-space) + var(--card-space)));
	font-size: 0;
} */

.product.product-card .product-category-name {
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 50px;
	font-size: 12px;
	line-height: 18px;
	color: #529af8;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	padding: 6px 12px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.product.product-card .product-card-btn {
	position: absolute;
	margin-top: 20px;
	left: var(--card-space);
	bottom: var(--card-space);
	width: calc(100% - (var(--card-space) + var(--card-space)));
}

/* .product.product-card .button.add_to_cart_button,
.product.product-card .button.product_type_grouped {
	width: 100%;
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 13px 20px;
	margin-top: 0 !important;
}

.product.product-card .button.add_to_cart_button:hover,
.product.product-card .button.product_type_grouped:hover {
	background: #529af8;
}

.product.product-card .added_to_cart {
	background: url('../images/cart-icon-white.svg') no-repeat center;
	width: 25px;
	height: 25px;
	font-size: 0;
	text-transform: uppercase;
	position: absolute;
	right: 14px;
	bottom: 13px;
} */

.product.product-card .onsale {
	display: none;
}

.best-feature-product {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	/* Flexible grid with minimum column width of 250px */
	gap: 30px;
	/* Space between items */
	margin: 0 auto;
	padding: 20px;
}

.product-card {
	background: #f6f7fb;
	border: 1px solid #e6e6e6;
	border-radius: 16px;
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	height: 100%;
	/* Ensure the card height adjusts with content */
}

.product-img {
	overflow: hidden;
	margin-bottom: 15px;
}

.product-img img {
	transition: transform 0.4s ease;
	transform: scale(1);
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce-loop-product__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}

.price {
	color: #529af8;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.add_to_cart_button {
	background-color: #007cba;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	transition: background-color 0.3s;
	width: 100%;
	margin-top: 10px;
}

.add_to_cart_button:hover {
	background-color: #005a8a;
}

@media (max-width: 767px) {
	.best-feature-product {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		/* Adjust for smaller screens */
	}

	.woocommerce-loop-product__title {
		font-size: 12px;
	}

	.price {
		font-size: 14px;
	}
}

.aboutjourney-sec p {
	padding-top: 24px;
}

.aboutmission-sec {
	background: #f6f7fb;
}

.imgage-sec .imgage-sec-img {
	width: 44.4%;
}

.imgage-sec .imgage-sec-img img {
	border-radius: 10px;
}

.imgage-sec .imgage-sec-content {
	width: 55.6%;
}

.imgage-sec .imgage-sec-img + .imgage-sec-content {
	padding-left: 80px;
}

.imgage-sec-content p {
	padding-top: 24px;
}

.imgage-sec-content ul {
	margin-top: 38px;
}

.imgage-sec-content ul li {
	padding-left: 36px;
	background: url('../images/check-circle.png') no-repeat left top;
	margin-bottom: 20px;
}

.newslatter-sec.vc_row > .vc_col-sm-12 > .vc_column-inner {
	padding: 70px 0;
	margin-bottom: 20px !important;
	background: #529af8;
	border-radius: 16px;
}

.newslatter-sec .small-section-title {
	color: #529af8;
}

.newslatter-sec h2 {
	color: #ffffff;
	padding-bottom: 10px;
}

.newslatter-sec p {
	color: #ffffff;
	text-align: center;
}

.newsletter-group {
	position: relative;
	margin: 24px auto 0;
	max-width: 600px;
}

.newsletter-group p {
	display: flex;
	justify-content: center;
	position: relative;
	text-align: left;
}

.newsletter-group .wpcf7-form-control {
	width: 410px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 20px;
	box-shadow: none;
	border-radius: 12px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	color: #1c1d21;
}

.newsletter-group .wpcf7-submit {
	background: #cc79ae;
	border: 1px solid #cc79ae;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	padding: 13px 15px;
	min-width: 170px;
	margin-left: 13px;
}

.newsletter-group .wpcf7-submit:hover {
	background: #fff;
	color: #1c1d21;
}

.newsletter-group label.error {
	color: #529af8;
	display: block;
	padding-top: 3px;
	font-size: 14px;
}

.newsletter-group + .wpcf7-response-output {
	margin: 10px auto 0 !important;
	max-width: 600px;
	color: #ffffff;
	font-size: 14px;
}

.newsletter-group .wpcf7-not-valid-tip {
	font-size: 14px;
}

.newsletter-group .wpcf7-spinner {
	position: absolute;
	right: -12px;
	top: 11px;
}

.contactpage-info .wpb_text_column {
	padding-top: 40px;
}

.contactpage-info .wpb_text_column:first-child {
	padding-top: 0;
}

.contactpage-info h5 {
	font-size: 20px;
	line-height: 30px;
	color: #1c1d21;
	font-weight: 600;
}

.contactpage-info p {
	padding-top: 12px;
}

.contactpage-info p a {
	color: #1c1d21;
}

.contactpage-info p a:hover {
	color: #529af8;
}

.contactpage-info .footer-social {
	padding-top: 16px;
}

.contactpage-info .footer-social li a {
	background-color: #f6f7fb;
}

.contactpage-info .footer-social li a:hover {
	background-color: #dce3ff;
}

.contactpage-info .footer-social li a.facebook {
	background-image: url('../images/facebook-icon2.svg');
}

.contactpage-info .footer-social li a.linkedin {
	background-image: url('../images/linkedin-icon2.svg');
}

.contactpage-info .footer-social li a.instagram {
	background-image: url('../images/instagram-icon2.svg');
}

.contactpage-info .footer-social li a.pinterist {
	background-image: url('../images/pintest-icon2.svg');
}

.contactpage-info .footer-social li a.othericon {
	background-image: url('../images/other-icon2.svg');
}

.contactpage-info .footer-social li a.xicon {
	background-image: url('../images/x-icon2.svg');
}

.contactpage-sec h2.vc_custom_heading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}

.contactpage-sec .wpcf7 {
	background: #f6f7fb;
	border-radius: 10px;
	padding: 50px;
}

.contactpage-sec .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.contactpage-sec .col-6 {
	width: 50%;
	padding: 0 12px 30px;
}

.contactpage-sec .col-12 {
	width: 100%;
	padding: 0 12px 30px;
}

.contactpage-sec .col-12:last-child {
	padding-bottom: 0;
}

.contactpage-sec .wpcf7 p label {
	font-size: 14px;
	line-height: 20px;
	color: #1c1d21;
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: top;
}

.contactpage-sec .wpcf7 .wpcf7-form-control {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #1c1d21;
	padding: 14px 17px;
	width: 100%;
}

.contactpage-sec .wpcf7 textarea.wpcf7-form-control {
	height: 120px;
}

.contactpage-sec .wpcf7 .wpcf7-form-control.wpcf7-submit {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	min-width: 170px;
	width: auto;
}

.contactpage-sec .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
	background: #cc79ae;
	color: #fff;
}

.blogpage-row {
	display: flex;
	flex-wrap: wrap;
}

.blogpage-row .blogpage-left {
	width: 67%;
	padding-right: 20px;
}

.blogpage-row .blogpage-right {
	width: 33%;
	padding-left: 20px;
}

.blogpage-left .blog-row .blog-item {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.blog-row .blog-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.blogpage-left .blog-item .homeblog-card {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.blogpage-left .blog-item .homeblog-card .homeblog-card-img {
	width: 300px;
}

.blogpage-left .blog-item .homeblog-card .homeblog-card-img img {
	border-radius: 0;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.blogpage-left .blog-item .homeblog-card .homeblog-content {
	box-shadow: none;
	width: calc(100% - 300px);
	padding: 0 0 0 30px;
}

.blogpage-left .blog-item .homeblog-content h5 {
	font-size: 20px;
	line-height: 26px;
	min-height: auto;
	margin-bottom: 16px;
}

.bloglist-page .pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bloglist-page .pagination .page-numbers {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: rgba(28, 29, 33, 0.5);
}

.bloglist-page .pagination .page-numbers.current {
	background: #f6f7fb;
	color: #529af8;
}

.bloglist-page .pagination .prev,
.bloglist-page .pagination .next {
	background: url('../images/left-arrow.svg') no-repeat center center;
	font-size: 0;
	text-transform: uppercase;
}

.bloglist-page .pagination .next {
	transform: rotate(180deg);
}

.product-list-page .woocommerce-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: none;
}

.product-list-page .woocommerce-pagination .page-numbers li {
	border: none;
	float: none;
}

.product-list-page .woocommerce-pagination .page-numbers li .page-numbers {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: rgba(28, 29, 33, 0.5);
	display: block;
	background: transparent;
	padding: 0;
}

.product-list-page
	.woocommerce-pagination
	.page-numbers
	li
	.page-numbers.current {
	background: #529af8;
	color: #fff;
}

.product-list-page .woocommerce-pagination .page-numbers li .page-numbers.prev,
.product-list-page .woocommerce-pagination .page-numbers li .page-numbers.next {
	background: url('../images/left-arrow.svg') no-repeat center center;
	font-size: 0;
	text-transform: uppercase;
}

.product-list-page .woocommerce-pagination .page-numbers li .page-numbers.next {
	transform: rotate(180deg);
}

.breadcrumb .breadcrumb-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.breadcrumb .breadcrumb-links li {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	padding: 0 30px 0 8px;
	position: relative;
}

.breadcrumb .breadcrumb-links li:first-child {
	padding: 0 30px 0 0;
}

@media (max-width: 767px) {
	.breadcrumb .breadcrumb-links li:first-child {
		padding: 2px 17px 4px 0;
	}
}

.breadcrumb .breadcrumb-links li:before {
	content: '';
	background: url('../images/right-arrow.svg') no-repeat center center;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 4px;
}

.breadcrumb .breadcrumb-links li:last-child:before {
	display: none;
}

.breadcrumb .breadcrumb-links li a {
	color: #ffffff;
}

.breadcrumb .breadcrumb-links li a:hover {
	color: #529af8;
}

.blogdetail-row {
	display: flex;
	flex-wrap: wrap;
}

.blogdetail-row .blogdetail-left {
	width: 67%;
	padding-right: 20px;
}

.blogdetail-row .blogdetail-right {
	width: 33%;
	padding-left: 20px;
}

.blogdetail-top {
	/* border-bottom: 1px solid #CCCCCC; */
}

.blogdetail-top h2 {
	color: #000;
	text-align: left;
	font-size: 30px;
	line-height: 44px;
}

.blogdetail-top p {
	font-size: 18px;
	line-height: 24px;
	color: rgba(28, 29, 33, 0.5);
	padding: 10px 0 0;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}

.blog-tag {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}

.blog-tag h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000000;
}

.blog-tag .blogtag-list {
	display: flex;
	flex-wrap: wrap;
}

.blog-tag .blogtag-list li {
	background: rgba(62, 78, 156, 0.1);
	border-radius: 50px;
	padding: 14px 24px;
	margin-left: 15px;
}

.blog-tag .blogtag-list li p {
	font-size: 14px;
	line-height: 20px;
	color: #529af8;
	font-weight: 500;
	padding: 0;
}

/* .blogdate-text{
  display: flex;
  justify-content: center;
  align-items: center;
} */
.blogdate-text span.authorname {
	font-size: 16px;
	font-weight: 600;
	color: #529af8;
	position: relative;
	padding-right: 14px;
	margin-right: 8px;
}

.blogdate-text span.authorname:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: rgba(28, 29, 33, 0.5);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
}

.blogdate-text span {
	font-size: 14px;
	line-height: 24px;
	color: rgba(28, 29, 33, 0.5);
}

.blogdetail-content {
	/* padding-top: 30px; */
}

.blogdetail-top img {
	margin-top: 30px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 30px;
}

.blogdetail-content p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(28, 29, 33, 0.8);
	margin-bottom: 22px;
}

.blogdetail-content ul {
	padding-left: 20px;
	margin-bottom: 24px;
}

.blogdetail-content ul li {
	font-size: 18px;
	line-height: 28px;
	color: rgba(28, 29, 33, 0.8);
	margin: 0 0 12px;
	list-style: disc;
}

.blogdetail-content ul li strong {
	font-weight: 600;
}

.blogdetail-content h3 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600 !important;
	color: #1c1d21;
	margin: 34px 0 18px;
}

.blogdetail-content h4 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600 !important;
	color: #1c1d21;
	text-transform: uppercase;
	margin: 30px 0 15px;
}

.blogdetail-content h3:first-child {
	margin-top: 0;
}

.relatedblog-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.relatedblog-row .item {
	width: 33.33%;
	padding: 0 15px;
}

.recentblog-search {
	position: relative;
	margin-bottom: 25px;
}

.recentblog-search input {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #1c1d21;
	padding: 14px 45px 14px 17px;
	width: 100%;
	outline: none;
	box-shadow: none;
}

.recentblog-search .searchbtn {
	background: url('../images/search-icon.svg') no-repeat center center;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 12px;
	top: 8px;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}

.recentblog-block h3 {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 20px;
}

.recentblog-items {
	display: flex;
	flex-wrap: wrap;
}

.recentblog-list {
	background: #f6f6f6;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	padding: 5px 20px 5px;
}

.recentblog-items {
	border-bottom: 1px solid #c3c3c3;
	padding-top: 15px;
	padding-bottom: 15px;
}

.recentblog-items:last-child {
	border-bottom: 0;
}

.recentblog-items .recentblog-img {
	width: 80px;
}

.recentblog-items .recentblog-img img {
	width: 100%;
	object-fit: cover;
	height: 80px;
	display: block;
}

.recentblog-items .recentblog-body {
	width: calc(100% - 80px);
	padding-left: 12px;
}

.recentblog-items .recentblog-body h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #1c1d21;
	padding: 0 0 5px;
}

.recentblog-items .recentblog-body h5 a {
	color: #1c1d21;
}

.recentblog-items .recentblog-body h5:hover a {
	color: #529af8;
}

.recentblog-items .recentblog-body span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: rgba(28, 29, 33, 0.5);
	display: block;
}

.privacypolicy-page h3 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600 !important;
	color: #529af8;
	text-transform: uppercase;
	margin: 40px 0 20px;
}

.privacypolicy-page h3:first-child {
	margin-top: 0;
}

.privacypolicy-page p {
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	margin: 0 0 24px;
}

.privacypolicy-page ul {
	padding-left: 15px;
	margin-bottom: 24px;
}

.privacypolicy-page ul li {
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	margin: 0 0 20px;
	list-style: decimal;
}

.privacypolicy-page ul li strong {
	font-weight: 600;
}

.loginpage {
	background: #f6f6f6;
	padding: 80px 0;
	min-height: 700px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.login-form {
	background: #ffffff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	padding: 30px;
	max-width: 520px;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

.login-form h2 {
	font-size: 24px;
	line-height: 36px;
	color: #1c1d21;
	font-weight: 600;
	padding-bottom: 25px;
}

.login-form .woocommerce-form {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.login-form form .form-row {
	padding: 0;
	margin: 0 0 16px;
	float: none;
}

.login-form form .lostpassword-msg {
	padding-bottom: 30px;
	text-align: center;
}

.login-form form .form-row.form-row-first,
.login-form form .form-row.form-row-last {
	width: 100%;
}

.login-form form .form-row label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1d21;
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: top;
}

.login-form form .form-row .xoo-ml-has-cc {
	position: relative;
}

.login-form form .form-row .woocommerce-Input,
.woocommerce form .form-row input.input-text,
.login-form .form-row .xoo-ml-inline-otp-cont input.xoo-ml-otp-input {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 12px;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1d21;
	outline: none;
	box-shadow: none;
}

.login-form .form-row .xoo-ml-inline-otp-cont .xoo-ml-otp-submit-btn {
	color: #529af8;
	font-weight: 500;
	font-size: 14px;
}

.login-form .form-row .xoo-ml-inline-otp-cont .xoo-ml-otp-resend-link {
	color: #1c1d21;
	font-size: 14px;
}

.login-form .form-row .xoo-ml-inline-otp-cont .xoo-ml-otp-resend-link:hover {
	color: #529af8;
}

.login-form form .form-row .select2 {
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 1;
	min-width: 100px;
	width: 100px !important;
}

.login-form form .form-row .select2-container--default .selection {
	height: inherit;
	line-height: inherit;
}

.login-form
	form
	.form-row
	.select2-container--default
	.select2-selection--single {
	background: transparent;
	border: none;
	height: inherit;
	line-height: inherit;
	margin: 0 0 -4px;
	padding: 0 15px;
}

.login-form
	form
	.form-row
	.select2-container--default
	.select2-selection__rendered {
	line-height: inherit;
	padding: 0;
}

.login-form
	form
	.form-row
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

.login-form form .form-row .select2 + .xoo-ml-regphin .woocommerce-Input {
	padding-left: 110px;
}

.login-form .dont-haveaccount {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #1c1d21;
	text-align: center;
}

.login-form .dont-haveaccount a {
	color: #529af8;
}

.loginpage .register-form {
	max-width: 630px;
}

.loginpage .register-form .woocommerce-form-register {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px !important;
}

.loginpage .register-form .woocommerce-form-register p {
	padding-inline: 8px;
	width: 100%;
}

.loginpage .register-form .woocommerce-form-register .form-row {
	width: 50%;
	padding-inline: 8px;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row.xoo-ml-phinput-cont {
	width: 100%;
}

.loginpage .register-form .woocommerce-form-register .dont-haveaccount {
	width: 50%;
	line-height: 50px;
	text-align: left;
}

.select2-dropdown {
	border: 1px solid #cccccc;
}

.select2-dropdown .select2-search__field {
	border: 1px solid #cccccc !important;
	box-shadow: none !important;
	border-radius: 5px;
	outline: none;
}

.select2-dropdown .select2-results__option {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1d21;
}

.select2-dropdown
	.select2-results__option.select2-results__option--highlighted {
	background: #529af8;
}

.login-form form button.button {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	width: 100%;
}

.login-form form button.button:hover {
	background: #cc79ae;
	color: #fff;
}

.login-form .woocommerce-form p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #1c1d21;
	margin-bottom: 15px;
}

.login-form .woocommerce-form p a {
	color: #529af8;
}

.login-form .woocommerce-privacy-policy-text p {
	color: rgba(28, 29, 33, 0.5);
	margin-bottom: 15px;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-inlinver-cont {
	display: flex;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-regphin
	.xoo-ml-inline-verify,
.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-otp-submit-btn {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	width: 123px;
	flex: 1 0 auto;
	text-align: center;
	margin-left: 15px;
	cursor: pointer;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-regphin
	.xoo-ml-inline-verify:hover,
.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-otp-submit-btn:hover {
	background: #529af8;
	color: #fff;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-regphin
	.xoo-ml-inline-verify.xoo-ml-processing {
	opacity: 0.5;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-inline-otp-cont {
	margin-top: 12px;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-reg-phone-change {
	color: #529af8;
	font-weight: 600;
	margin-top: 5px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	display: none;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-ioc-input {
	display: flex;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-ioc-input
	.xoo-ml-otp-input {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 12px;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1d21;
	outline: none;
	box-shadow: none;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-otp-resend {
	padding-top: 6px;
	text-align: center;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-otp-resend
	a {
	cursor: pointer;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-otp-resend
	a:hover {
	color: #529af8;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-notice-success {
	color: green;
	text-align: center;
}

.loginpage
	.register-form
	.woocommerce-form-register
	.form-row
	.xoo-ml-otp-no-txt {
	display: none;
}

.loginpage .xoo-ml-notice-error {
	color: red;
	font-size: 14px;
}

.woocommerce form .form-row input.input-text {
	background: #f6f7fb;
}

.loggedin-row {
	flex-wrap: wrap;
	display: flex;
}

.loggedin-row .woocommerce-MyAccount-navigation {
	float: none;
	width: 25%;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

.loggedin-row .woocommerce-MyAccount-navigation {
	padding: 10px 0;
}

.loggedin-row .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid hsla(0, 0%, 7%, 0.11);
}

.loggedin-row .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: none;
}

.loggedin-row .woocommerce-MyAccount-navigation li a {
	padding: 16px 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #1c1d21;
	display: block;
	transition: all 0.3s ease;
}

.loggedin-row .woocommerce-MyAccount-navigation li a:hover,
.loggedin-row .woocommerce-MyAccount-navigation li.is-active a {
	background: #f6f7fb;
	color: #529af8;
}

.woocommerce-account .loggedin-row .woocommerce-MyAccount-content {
	width: 75%;
	padding-left: 30px;
	float: none;
}

.loggedin-row .woocommerce-MyAccount-content p {
	padding-bottom: 20px;
	color: rgba(28, 29, 33, 0.8);
}

.loggedin-row .woocommerce-MyAccount-content p a {
	color: #529af8;
}

.woocommerce-info {
	border-top-color: #529af8;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	top: 10px;
}

.woocommerce-info::before {
	color: #529af8;
	top: 9px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #f6f7fb;
	padding-block: 10px;
}

.woocommerce-error .woocommerce-Button,
.woocommerce-info .woocommerce-Button,
.woocommerce-message .woocommerce-Button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	background: #529af8 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	padding-block: 6px !important;
	border-radius: 6px !important;
	min-width: auto !important;
	margin: 0 !important;
}

.woocommerce-error .woocommerce-Button:hover,
.woocommerce-info .woocommerce-Button:hover,
.woocommerce-message .woocommerce-Button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover {
	background: #529af8 !important;
}

.loggedin-row
	.woocommerce-MyAccount-content
	.woocommerce-Addresses
	.woocommerce-Address {
	border: 1px solid #cccccc;
	border-radius: 10px;
}

.loggedin-row
	.woocommerce-MyAccount-content
	.woocommerce-Addresses
	.woocommerce-Address-title {
	padding: 10px 24px;
	border-bottom: 1px solid hsla(0, 0%, 7%, 0.11);
	position: relative;
}

.loggedin-row .woocommerce-MyAccount-content .woocommerce-Addresses address {
	padding: 10px 24px;
}

.loggedin-row
	.woocommerce-MyAccount-content
	.woocommerce-Addresses
	.woocommerce-Address-title
	.edit {
	background: url('../images/edit-icon.png') no-repeat center center;
	width: 26px;
	height: 26px;
	background-size: 20px auto;
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 0;
	text-transform: uppercase;
}

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

.loggedin-row .woocommerce-MyAccount-content .woocommerce-form-row,
.loggedin-row .woocommerce-MyAccount-content .form-row {
	width: 50%;
	padding: 0 10px 15px;
	margin: 0;
	float: none;
}

.loggedin-row
	.woocommerce-MyAccount-content
	.woocommerce-form-row#billing_address_2_field,
.loggedin-row .woocommerce-MyAccount-content .form-row#billing_address_2_field,
.loggedin-row
	.woocommerce-MyAccount-content
	.woocommerce-form-row#shipping_address_2_field,
.loggedin-row
	.woocommerce-MyAccount-content
	.form-row#shipping_address_2_field {
	margin-top: 32px;
}

.loggedin-row
	.woocommerce-MyAccount-content
	.woocommerce-form-row.form-row-first,
.loggedin-row
	.woocommerce-MyAccount-content
	.woocommerce-form-row.form-row-last {
	width: 50%;
}

.loggedin-row
	.woocommerce-MyAccount-content
	.select2-container--default
	.select2-selection--single,
.checkoutpage
	.woocommerce-checkout
	.select2-container--default
	.select2-selection--single {
	background: #f6f7fb;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 12px;
	height: auto;
	padding: 14px 20px;
	margin: 0;
}

.loggedin-row
	.woocommerce-MyAccount-content
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered,
.checkoutpage
	.woocommerce-checkout
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1d21;
	padding: 0;
}

.loggedin-row .woocommerce-MyAccount-content .select2-container {
	margin-right: 12px !important;
}

.loggedin-row
	.woocommerce-MyAccount-content
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow,
.checkoutpage
	.woocommerce-checkout
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
}

.woocommerce .loggedin-row form .show-password-input {
	top: 50%;
}

.loggedin-row .woocommerce-MyAccount-content .button {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	min-width: 200px;
	margin: 10px 10px 0;
}

.loggedin-row .woocommerce-MyAccount-content .button:hover {
	background: #529af8;
	color: #fff;
}

.loggedin-row
	.woocommerce-MyAccount-content
	.woocommerce-address-fields
	.button {
	margin: 10px 0 0;
}

.loggedin-row .woocommerce-MyAccount-content .button:hover {
	background: #529af8;
	color: #fff;
}

.loggedin-row .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.loggedin-row .woocommerce-MyAccount-content .woocommerce-form-row em {
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: rgba(28, 29, 33, 0.8);
}

.loggedin-row
	.woocommerce-MyAccount-content
	.woocommerce-EditAccountForm
	fieldset {
	width: 100%;
	padding: 10px 10px 10px;
	margin: 0 10px 15px;
	border: 1px solid #cccccc;
	display: flex;
	flex-wrap: wrap;
}

.loggedin-row .xoo-ml-inlinver-cont .xoo-ml-inline-verify,
.loggedin-row .xoo-ml-inline-otp-cont .xoo-ml-otp-submit-btn {
	color: #529af8;
}

.loggedin-row .xoo-ml-inline-otp-cont input.xoo-ml-otp-input {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 12px;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1d21;
	outline: none;
	box-shadow: none;
}

.loggedin-row .xoo-ml-inline-otp-cont .xoo-ml-otp-resend-link {
	color: #1c1d21;
	font-size: 14px;
}

.loggedin-row .xoo-ml-inline-otp-cont .xoo-ml-otp-resend-link:hover {
	color: #529af8;
}

.loggedin-row
	.my_account_orders
	.woocommerce-orders-table__cell-order-number
	a {
	color: #529af8;
}

.loggedin-row
	.my_account_orders
	.woocommerce-orders-table__cell-order-actions
	.woocommerce-button {
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
	padding: 2px 15px;
	min-width: 80px;
	margin: 1px 0 0;
	color: #fff !important;
}

.woocommerce .single-product {
	--container-width: 1310px;
	--container-space: 15px;
	padding: 80px 0 0;
}

.woocommerce .single-product div.product {
	padding-bottom: 120px;
}

.woocommerce .single-product div.product .woocommerce-tabs .tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #529af8;
	margin: 0 !important;
	padding: 0 15px !important;
}

.woocommerce .single-product div.product .woocommerce-tabs .tabs li {
	background: transparent;
	border: none;
	margin: 0;
	padding: 20px 15px;
	border-radius: 0;
}

.woocommerce .single-product div.product .woocommerce-tabs .tabs li.active {
	background: transparent;
}

.woocommerce .single-product div.product .woocommerce-tabs .tabs li:before,
.woocommerce .single-product div.product .woocommerce-tabs .tabs li:after {
	display: none;
}

.woocommerce .single-product div.product .woocommerce-tabs .tabs li a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #ffffff !important;
	padding: 0;
	position: relative;
}

.woocommerce .single-product div.product .woocommerce-tabs .tabs li a:before {
	content: '';
	width: 100%;
	height: 3px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: -9px;
	opacity: 0;
}

.woocommerce
	.single-product
	div.product
	.woocommerce-tabs
	.tabs
	li.active
	a:before {
	opacity: 1;
}

.woocommerce .single-product div.product .woocommerce-tabs .tabs li.active a {
	color: #fff;
}

.woocommerce .single-product div.product .woocommerce-tabs .panel {
	padding-top: 60px;
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.woocommerce .single-product div.product .woocommerce-tabs .panel h2 {
	font-size: 30px;
	line-height: 44px;
	font-weight: 600;
	color: #1c1d21;
	padding: 0 0 30px;
}

.woocommerce
	.single-product
	div.product
	.woocommerce-tabs
	.woocommerce-Tabs-panel--description
	h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #1c1d21;
	padding: 0 0 14px;
}

.woocommerce .single-product div.product .woocommerce-tabs .panel h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #1c1d21;
	padding: 0 0 18px;
}

.woocommerce .single-product div.product .woocommerce-tabs .panel p {
	color: rgba(28, 29, 33, 0.8);
	padding: 0 0 30px;
	overflow-wrap: anywhere;
}

.woocommerce
	.single-product
	div.product
	.woocommerce-Tabs-panel--description
	p
	a {
	color: #529af8;
}

.woocommerce .single-product div.product .woocommerce-tabs .panel ul {
	padding-left: 20px;
}

.woocommerce .single-product div.product .woocommerce-tabs .panel ul li {
	color: rgba(28, 29, 33, 0.8);
	padding: 0 0 20px;
	list-style: disc;
}

.woocommerce
	.single-product
	div.product
	.woocommerce-tabs
	.woocommerce-Tabs-panel--description
	ul
	li
	a {
	color: #529af8;
}

.woocommerce .single-product div.product .woocommerce-Tabs-panel--description {
	max-width: var(--container-width);
	margin: 0 auto;
	padding-inline: var(--container-space);
}

.woocommerce
	.single-product
	div.product
	.woocommerce-Tabs-panel--additional_information {
	max-width: var(--container-width);
	margin: 0 auto;
	padding-inline: var(--container-space);
}

.woocommerce
	.woocommerce-Tabs-panel--additional_information
	table.shop_attributes {
	border: none;
	border-spacing: 0;
	max-width: 960px;
}

.woocommerce
	.woocommerce-Tabs-panel--additional_information
	table.shop_attributes
	th {
	background: #f6f7fb !important;
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
	font-size: 20px;
	line-height: 30px;
	color: #1c1d21;
	font-weight: 500;
	width: 300px;
	text-align: left;
}

.woocommerce
	.woocommerce-Tabs-panel--additional_information
	table.shop_attributes
	td {
	background: #ffffff !important;
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
}

.woocommerce
	.woocommerce-Tabs-panel--additional_information
	table.shop_attributes
	td
	p {
	padding: 0 !important;
	color: #1c1d21 !important;
	font-style: normal;
}

.woocommerce
	.single-product
	div.product
	.woocommerce-tabs
	.woocommerce-Tabs-panel--attrib_how_to_use_tab {
	background: #f6f7fb;
	padding-bottom: 60px;
}

.woocommerce
	.single-product
	div.product
	.woocommerce-Tabs-panel--attrib_reviews_tab {
	max-width: var(--container-width);
	margin: 0 auto;
	padding-inline: var(--container-space);
}

.howtouse-row {
	display: flex;
	flex-wrap: wrap;
}

.howtouse-row .howtouse-left {
	width: 50.8%;
}

.howtouse-row .howtouse-left p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 500px;
	padding: 0 0 80px !important;
	position: relative;
}

.howtouse-row .howtouse-left p:last-child {
	padding-bottom: 0 !important;
}

.howtouse-row .howtouse-left p:before {
	content: '';
	border-left: 1px dashed #1c1d21;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 49px;
	top: 0;
}

.howtouse-row .howtouse-left .step-number {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px dashed #1c1d21;
	line-height: 100px;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	background: #f6f7fb;
	color: #529af8;
	position: relative;
}

.howtouse-row .howtouse-left .howtouse-des {
	width: calc(100% - 100px);
	padding-left: 30px;
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
}

.howtouse-row .howtouse-left .howtouse-des strong {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #1c1d21;
	display: block;
}

.howtouse-row .howtouse-right {
	width: 49.2%;
}

.howtouse-row .howtouse-right img {
	border-radius: 16px;
	display: block;
	width: 100%;
}

.woocommerce .single-product div.product .related {
	max-width: var(--container-width);
	margin: 0 auto;
	padding-inline: var(--container-space);
	padding-block: 120px 0 0;
}

.woocommerce .single-product div.product .related h2 {
	padding-bottom: 30px;
}

.woocommerce .single-product .singleproduct-row {
	display: flex;
	flex-wrap: wrap;
	max-width: var(--container-width);
	margin: 0 auto;
	padding-inline: var(--container-space);
}

.woocommerce .single-product .woocommerce-notices-wrapper {
	max-width: var(--container-width);
	margin: 0 auto;
	padding-inline: var(--container-space);
}

.woocommerce .single-product .singleproduct-row .onsale {
	display: none;
}

.woocommerce .single-product .singleproduct-row .woocommerce-product-gallery,
.woocommerce
	.single-product
	.singleproduct-row
	.wcgs-woocommerce-product-gallery {
	width: 48% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.woocommerce .single-product .singleproduct-row .summary {
	max-width: 100% !important;
	padding-left: 35px;
	width: 52% !important;
	margin-bottom: 0 !important;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-product-rating {
	margin-bottom: 0 !important;
}

.woocommerce .single-product .singleproduct-row h2 {
	line-height: 40px;
}

.woocommerce .single-product .singleproduct-row .summary .price {
	font-size: 30px;
	line-height: 25px;
	color: #529af8;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocommerce .single-product .singleproduct-row .summary .price ins {
	text-decoration: none;
	font-weight: 600;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-product-details__short-description
	p {
	padding-bottom: 20px;
}

.woocommerce .single-product .singleproduct-row .summary .quantity {
	margin-right: 20px !important;
	text-align: center;
}

.woocommerce .single-product .singleproduct-row form.cart table div.quantity {
	margin-right: 0 !important;
}

.woocommerce .single-product .singleproduct-row .summary .quantity .qty {
	border: 1px solid #cccccc;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 600;
	color: #1c1d21;
	width: 60px;
	text-align: center;
	outline: none;
	box-shadow: none;
	height: 50px;
	line-height: 50px;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.single_add_to_cart_button {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	width: 319px;
	margin: 0;
}

.woocommerce .single-product .singleproduct-row .summary form.cart {
	margin-top: 30px;
}

.woocommerce .single-product .singleproduct-row .summary .product_meta span {
	font-weight: 600;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.product_meta
	span
	span {
	font-weight: 400;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.product_meta
	.sku_wrapper {
	padding-bottom: 12px;
	display: block;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.product_meta
	.posted_in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 12px;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.product_meta
	.posted_in
	a {
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 50px;
	font-size: 12px;
	line-height: 18px;
	color: #529af8;
	font-weight: 400;
	display: block;
	padding: 7px 12px 5px;
	margin-left: 10px;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.product_meta
	.tagged_as {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 12px;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.product_meta
	.tagged_as
	a {
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 50px;
	font-size: 12px;
	line-height: 18px;
	color: #529af8;
	font-weight: 400;
	display: block;
	padding: 7px 12px 5px;
	margin-left: 10px;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list {
	border-top: 1px solid #cccccc;
	margin-top: 0;
	width: 100%;
	margin-bottom: 20px;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	tr
	th {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	background: #529af8;
	font-weight: 500;
	text-align: left;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	tr
	td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 22px;
	color: #1c1d21;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	tr
	td:last-child {
	border-right: 1px solid #cccccc;
	text-align: center;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	.woocommerce-grouped-product-list-item__price {
	font-weight: 600;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	.woocommerce-grouped-product-list-item__price
	del {
	color: rgba(28, 29, 33, 0.5);
	font-size: 12px;
	line-height: 18px;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	.woocommerce-grouped-product-list-item__price
	.woocommerce-Price-amount {
	display: block;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	.woocommerce-grouped-product-list-item__price
	ins {
	font-weight: 600;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	.add-to-cart-custom {
	background: url('../images/cart-icon-white.svg') no-repeat center #529af8;
	width: 58px;
	height: 34px;
	border-radius: 0px;
	font-size: 0;
	text-transform: uppercase;
	padding: 0;
}

.add-to-cart-custom .wp-spinner {
	margin: -3px auto 0;
	left: 50%;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	.add-to-cart-custom:hover,
.loggedin-row .woocommerce-MyAccount-content .button:hover {
	background-color: #cc79ae;
}

.woocommerce
	.single-product
	.singleproduct-row
	.summary
	.woocommerce-grouped-product-list
	.quantity
	input {
	height: 34px;
	line-height: 34px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	font-weight: 600;
}

.singleproduct-row .wcgs-woocommerce-product-gallery {
	margin-bottom: 0 !important;
}

.singleproduct-row .wcgs-carousel {
	background: #f5f5f5;
	border-radius: 8px;
}

.singleproduct-row .wcgs-carousel .swiper-slide {
	padding: 40px 60px;
}

.singleproduct-row .gallery-navigation-carousel-wrapper {
	margin-top: 40px !important;
}

.singleproduct-row .gallery-navigation-carousel .wcgs-thumb {
	opacity: 0.5;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #f5f5f5;
	overflow: hidden;
	height: 130px;
}

.singleproduct-row
	.gallery-navigation-carousel
	.wcgs-thumb.swiper-slide-thumb-active {
	opacity: 1;
	border-color: #529af8;
}

.singleproduct-row .gallery-navigation-carousel .wcgs-thumb img {
	border: none !important;
	height: auto !important;
	max-height: 100% !important;
	max-width: 100% !important;
	width: auto;
	border-radius: 0 !important;
}

.woocommerce .single-product .comments-title {
	font-size: 30px;
	line-height: 44px;
	font-weight: 600;
	color: #1c1d21;
	padding-bottom: 20px;
}

.woocommerce .single-product div.product #reviews .commentlist {
	border-radius: 10px 10px 0 0;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 0;
}

.woocommerce .single-product div.product #reviews .commentlist li::marker {
	display: none;
	font-size: 0;
}

.woocommerce .single-product div.product #reviews #comments .commentlist li {
	padding: 20px 30px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	.comment_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	img.avatar {
	position: static;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	object-fit: cover;
	padding: 0;
	border: none;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	.comment-text {
	width: calc(100% - 80px);
	padding: 0 0 0 23px;
	margin: 0;
	border: none;
	position: relative;
	display: flex;
	align-items: center;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	.comment-text
	p.meta {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	font-weight: 400;
	width: 30%;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	.comment-text
	p.meta
	.woocommerce-review__verified {
	display: none;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	.comment-text
	p.meta
	.woocommerce-review__dash {
	display: none;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	.comment-text
	.description {
	width: 70%;
	padding-right: 100px;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	.comment-text
	.description
	p {
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	.comment-text
	p.meta
	.woocommerce-review__published-date {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: rgba(28, 29, 33, 0.5);
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li
	.comment-text
	.star-rating {
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce
	.single-product
	div.product
	#reviews
	#comments
	.commentlist
	li:last-child {
	border-bottom: none;
}

.woocommerce .single-product div.product #review_form #respond.comment-respond {
	padding: 20px 30px;
	border: 1px solid #cccccc;
	border-radius: 0 0 10px 10px;
}

.woocommerce .single-product .comment-respond .comment-reply-title {
	font-size: 24px;
	line-height: 36px;
	color: #1c1d21;
	font-weight: 600;
	padding-bottom: 12px;
	display: block;
}

.woocommerce .single-product .comment-respond .comment-form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.woocommerce .single-product div.product .comment-respond .comment-form p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	padding: 0 12px 20px;
	width: 100%;
	order: 4;
	margin-bottom: 0 !important;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	.comment-form-rating {
	order: 2;
	width: 100%;
	padding: 0 12px 20px;
	display: flex;
	align-items: center;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	.comment-form-rating
	p {
	padding: 7px 0 0 12px;
	width: auto;
	margin: 0 !important;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	.comment-form-rating
	p.stars
	a::before {
	color: #ffb52a;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p
	label {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	font-weight: 400;
	margin-bottom: 10px;
	vertical-align: top;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p
	label
	.required {
	color: red;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p
	input[type='text'],
.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p
	input[type='email'],
.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p
	textarea {
	width: 100%;
	border: 1px solid #e6e6e6;
	background: #f6f7fb;
	border-radius: 12px;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1d21;
	outline: none;
	box-shadow: none;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p.comment-notes {
	order: 1;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p.comment-form-author {
	width: 50%;
	order: 2;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p.comment-form-email {
	width: 50%;
	order: 3;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p.comment-form-url {
	display: none;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p.comment-form-cookies-consent
	input {
	margin: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.woocommerce
	.single-product
	div.product
	.comment-respond
	.comment-form
	p.comment-form-cookies-consent
	label {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	vertical-align: middle;
}

.woocommerce
	.single-product
	#respond.comment-respond
	.comment-form
	.form-submit
	input#submit {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	min-width: 170px;
	width: auto;
}

.woocommerce
	.single-product
	#respond.comment-respond
	.comment-form
	.form-submit
	input#submit:hover {
	background: #cc79ae;
	color: #fff;
}

.common-design .wc-block-components-sidebar-layout {
	align-items: flex-start;
}

.cartpage-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.cartpage .woocommerce-cart-form {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 0;
	width: 65%;
	position: relative;
}

.cartpage .woocommerce-cart-form .blockUI.blockOverlay {
	display: none !important;
}

.cartpage .woocommerce-cart-form .blockUI.blockMsg.blockElement {
	display: none !important;
}

.cartpage .woocommerce-cart-form .loader-custom {
	border-radius: 10px;
}

.cartpage .woocommerce-cart-form .shop_table {
	width: 100%;
}

.cartpage .woocommerce-cart-form .shop_table th {
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	font-weight: 500;
	padding-block: 24px;
	padding-left: 24px;
	padding-right: 0;
	text-transform: none;
	margin: 0;
	text-align: left;
}

.cartpage .woocommerce-cart-form .shop_table td {
	border-top: 1px solid #cccccc;
	padding-left: 24px;
	padding-block: 15px;
	padding-right: 0;
}

.cartpage .woocommerce-cart-form .shop_table .product-thumbnail {
	width: 114px;
}

.cartpage .woocommerce-cart-form .shop_table td img {
	padding: 9px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	display: block;
	width: 100%;
}

.cartpage .woocommerce-cart-form .shop_table td.product-name {
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	font-weight: 500;
}

.cartpage .woocommerce-cart-form .shop_table td.product-price {
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	font-weight: 500;
	color: #529af8;
}

.cartpage .woocommerce-cart-form .shop_table td.product-subtotal {
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	font-weight: 500;
	color: #529af8;
}

.cartpage
	.woocommerce-cart-form
	.shop_table
	td.product-price
	.wc-block-components-product-price__regular {
	font-size: 12px;
	color: rgba(28, 29, 33, 0.5);
}

.cartpage .woocommerce-cart-form .shop_table td.product-quantity input {
	border: 1px solid #cccccc;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 600;
	color: #1c1d21;
	width: 80px;
	text-align: center;
	outline: none;
	box-shadow: none;
}

.cartpage
	.wc-block-components-sidebar-layout
	.wc-block-components-main
	.wc-block-components-quantity-selector:after {
	display: none;
}

.cartpage
	.wc-block-components-sidebar-layout
	.wc-block-components-main
	.wc-block-components-quantity-selector
	.wc-block-components-quantity-selector__input {
	padding-block: 4px;
}

.cartpage
	.wc-block-components-sidebar-layout
	.wc-block-components-main
	.wc-block-components-quantity-selector
	.wc-block-components-quantity-selector__button {
	font-size: 20px;
	color: #1c1d21;
	font-weight: 600;
	border: none !important;
	box-shadow: none !important;
}

.cartpage .woocommerce-cart-form .shop_table .product-remove {
	padding-right: 5px;
}

.cartpage .woocommerce-cart-form .shop_table td.product-remove a {
	background: url('../images/remove-icon.svg') no-repeat center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.5;
	font-size: 0;
	text-transform: uppercase;
	border: none;
	display: block;
}

.common-design .wc-block-components-sidebar,
.cartpage .cart_totals {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 0;
	margin-left: 30px;
	width: calc(35% - 30px);
}

.cartpage .cart_totals h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #1c1d21;
	text-align: left;
	text-transform: none;
	padding: 20px 20px;
}

.cartpage .cart_totals .shop_table {
	width: 100%;
	padding: 12px 0 12px;
	border-top: 1px solid #cccccc;
}

.cartpage .cart_totals .shop_table th {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	padding: 8px 20px;
	text-align: left;
}

.cartpage .cart_totals .shop_table td {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #529af8;
	padding: 8px 20px;
	text-align: right;
}

.cartpage .woocommerce-cart-form .shop_table .actions label {
	display: none;
}

.cartpage .woocommerce-cart-form .shop_table .actions .coupon {
	display: flex;
}

.cartpage
	.wp-block-woocommerce-cart-order-summary-block
	.wc-block-components-totals-wrapper {
	border-top: 1px solid #cccccc;
}

.common-design
	.wc-block-components-sidebar
	.wc-block-components-totals-coupon-link {
	color: #529af8;
}

.common-design
	.wc-block-components-sidebar
	.wc-block-components-text-input
	input,
.woocommerce-cart
	.cartpage
	.woocommerce-cart-form
	.shop_table
	.actions
	.input-text {
	width: 100%;
	border: 1px solid #e6e6e6;
	background: transparent !important;
	border-radius: 12px;
	padding: 14px 20px !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1c1d21 !important;
	box-shadow: none !important;
	max-width: 0;
	float: none;
}

.woocommerce-cart
	.cartpage
	.woocommerce-cart-form
	.shop_table
	.actions
	.input-text {
	width: 280px;
	max-width: none;
	margin-right: 12px;
}

.common-design
	.wc-block-components-sidebar
	.wc-block-components-text-input
	label {
	left: 20px;
}

.common-design
	.wc-block-components-sidebar
	.wc-block-components-text-input.is-active
	label {
	transform: none;
	display: none;
}

.woocommerce-cart
	.cartpage
	.woocommerce-cart-form
	.shop_table
	.actions
	.button {
	background: transparent;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #529af8;
	font-weight: 600;
	border: 1px solid #529af8;
	padding: 13px 15px;
	min-width: 172px;
	width: auto;
	margin-right: 24px;
}

.woocommerce-cart
	.cartpage
	.woocommerce-cart-form
	.shop_table
	.actions
	.button:not([disabled]):hover {
	background: #529af8;
	color: #ffffff;
}

.common-design
	.wc-block-components-sidebar
	.wc-block-components-totals-coupon__form
	.wc-block-components-totals-coupon__button,
.woocommerce-cart
	.cartpage
	.woocommerce-cart-form
	.shop_table
	.actions
	.coupon
	.button {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	min-width: 95px;
	width: auto;
}
.cartpage .wc-block-cart__sidebar .wc-block-cart__submit-button:hover,
.woocommerce-cart .cartpage .wc-proceed-to-checkout .checkout-button:hover,
.common-design
	.wc-block-components-sidebar
	.wc-block-components-totals-coupon__form
	.wc-block-components-totals-coupon__button:hover,
.woocommerce-cart
	.cartpage
	.woocommerce-cart-form
	.shop_table
	.actions
	.coupon
	.button:hover {
	background: #cc79ae !important;
	color: #fff !important;
}
.common-design
	.wc-block-components-sidebar
	.wc-block-components-totals-coupon__form
	.wc-block-components-totals-coupon__button:hover,
.woocommerce-cart
	.cartpage
	.woocommerce-cart-form
	.shop_table
	.actions
	.coupon
	.button:hover {
	background: #529af8;
	color: #fff;
}

.woocommerce-cart
	.cartpage
	.woocommerce-cart-form
	.shop_table
	.actions
	.coupon
	.button {
	min-width: 180px;
}

.common-design
	.wc-block-components-sidebar
	.wp-block-woocommerce-cart-order-summary-totals-block {
	font-weight: 500;
}

.common-design
	.wc-block-components-sidebar
	.wp-block-woocommerce-cart-order-summary-totals-block
	a {
	color: #529af8;
}

.common-design
	.wc-block-components-sidebar
	.wc-block-components-totals-item__value {
	font-weight: 400;
	font-size: 16px;
	color: #529af8;
}

.common-design
	.wc-block-components-sidebar
	.wc-block-components-totals-item__label {
	font-weight: 500;
	font-size: 16px;
}

.cartpage .wc-block-cart__sidebar .wc-block-cart__submit {
	margin-bottom: 0;
}

.cartpage .wc-block-cart__sidebar .wc-block-cart__submit-container,
.cartpage .wc-proceed-to-checkout {
	padding: 20px;
	border-top: 1px solid #cccccc;
}

.cartpage .wc-block-cart__sidebar .wc-block-cart__submit-button,
.woocommerce-cart .cartpage .wc-proceed-to-checkout .checkout-button {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	width: 100%;
	margin: 0;
}

.cartpage .wc-block-cart__sidebar .wc-block-cart__submit-button:hover,
.woocommerce-cart .cartpage .wc-proceed-to-checkout .checkout-button:hover {
	background: #529af8;
	color: #fff;
}

/*bhautik spinner*/
.spinner {
	width: 25px;
	height: 25px;
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-left-color: #f6f7fb;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: auto;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

.checkoutpage .checkout-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.checkoutpage .woocommerce-checkout .checkout-left {
	padding: 0;
	width: 65%;
}

.checkoutpage .woocommerce-checkout .checkout-right {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 0;
	margin-left: 30px;
	width: calc(35% - 30px);
}

.checkoutpage .checkout-right h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #1c1d21;
	text-align: left;
	text-transform: none;
	padding: 20px 20px;
}

.checkoutpage .checkout-right table.shop_table {
	border: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	border-spacing: 0;
	padding: 0 0 12px;
	border-top: 1px solid #cccccc;
}

.checkoutpage .checkout-right table.shop_table th {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1c1d21;
	padding: 8px 20px;
	text-align: left;
	width: 300px;
}

.checkoutpage .checkout-right table.shop_table th.product-total {
	text-align: right;
}

.checkoutpage .checkout-right table.shop_table td {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #529af8;
	padding: 8px 20px;
	text-align: right;
}

.checkoutpage .checkout-right table.shop_table td.product-name {
	color: #1c1d21;
	text-align: left;
}

.checkoutpage .checkout-right table.shop_table .shipping td {
	font-size: 14px;
	line-height: 20px;
}

.checkoutpage .woocommerce-checkout .checkout-right #payment {
	background: transparent;
	border-radius: 0;
	border-top: 1px solid #cccccc;
}

.checkoutpage .checkout-right .woocommerce-terms-and-conditions-wrapper {
	padding-bottom: 15px;
}

.checkoutpage .checkout-right button.button,
.checkoutpage .checkout_coupon button.button {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	width: 100%;
	margin: 0;
}

.checkoutpage .checkout-right button.button:hover,
.checkoutpage .checkout_coupon button.button:hover {
	background: #cc79ae;
	color: #fff;
}

.checkoutpage .checkout-left .woocommerce-billing-fields__field-wrapper,
.checkoutpage .checkout-left .woocommerce-shipping-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.checkoutpage
	.checkout-left
	.woocommerce-billing-fields__field-wrapper
	.form-row,
.checkoutpage
	.checkout-left
	.woocommerce-shipping-fields__field-wrapper
	.form-row {
	float: none;
	width: 50%;
	padding: 0 10px;
}

.checkoutpage
	.checkout-left
	.woocommerce-billing-fields__field-wrapper
	#billing_address_2_field,
.checkoutpage
	.checkout-left
	.woocommerce-shipping-fields__field-wrapper
	#shipping_address_2_field {
	margin-top: 32px;
}

.checkoutpage .checkout-left .woocommerce-billing-fields h3,
.checkoutpage .checkout-left .woocommerce-shipping-fields h3 {
	margin-bottom: 15px;
}

.checkoutpage .checkout-left .woocommerce-shipping-fields {
	margin-top: 25px;
}

.checkoutpage .checkout-left .woocommerce-account-fields {
	margin-top: 25px;
}

.checkoutpage .woocommerce-checkout input[type='checkbox'] {
	width: 20px;
	height: 20px;
	accent-color: #529af8;
	vertical-align: middle;
	margin-top: 0;
}

.checkoutpage .woocommerce-info .showcoupon {
	color: #529af8;
	font-weight: 600;
}

.checkoutpage .woocommerce-info .showcoupon:hover {
	color: #529af8;
}

.checkoutpage .checkout_coupon {
	display: flex;
	flex-wrap: wrap;
}

.checkoutpage .checkout_coupon p {
	width: 100%;
}

.checkoutpage .checkout_coupon .form-row {
	width: 50%;
	float: none;
}

.checkoutpage .checkout_coupon button.button {
	max-width: 200px;
}

.checkoutpage .wc-block-components-main {
	padding-right: 0 !important;
}

.checkoutpage
	.wc-block-components-main
	.wc-block-components-form
	.wc-block-components-text-input
	label {
	transform: none !important;
	padding: 15px 20px !important;
	left: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: rgba(28, 29, 33, 0.4);
}

.checkoutpage
	.wc-block-components-main
	.wc-block-components-form
	.wc-block-components-text-input
	input,
.checkoutpage
	.components-combobox-control__suggestions-container
	.components-combobox-control__input {
	width: 100%;
	background: #f6f7fb !important;
	border: 1px solid #cccccc !important;
	border-radius: 12px !important;
	padding: 14px 20px !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 400;
	color: #1c1d21 !important;
	outline: none !important;
	box-shadow: none !important;
}

.checkoutpage
	.wc-block-components-main
	.wc-block-components-form
	.wc-block-components-text-input.is-active
	label {
	display: none;
}

.checkoutpage .wc-block-components-validation-error > p {
	color: inherit;
	font-size: 14px;
	padding: 1px 0 0;
}

.checkoutpage
	.wc-block-components-combobox.is-active
	.components-base-control__label {
	display: none;
	color: rgba(28, 29, 33, 0.4) !important;
}

.checkoutpage
	.components-combobox-control__suggestions-container
	.components-flex-block {
	position: relative;
}

.checkoutpage
	.components-combobox-control__suggestions-container
	.components-flex-block:before {
	content: '';
	width: 24px;
	height: 24px;
	background: url('../images/right-arrow-black.svg') no-repeat center center;
	position: absolute;
	right: 10px;
	top: 13px;
	transform: rotate(90deg);
}

.checkoutpage
	.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type='checkbox'] {
	outline: none !important;
}

.checkoutpage
	.wc-block-checkout__actions_row
	.wc-block-components-checkout-place-order-button {
	background: #529af8;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 13px 15px;
	width: 100%;
	max-width: 180px;
	margin: 0;
	box-shadow: none !important;
	outline: none !important;
}

.checkoutpage
	.wc-block-checkout__actions_row
	.wc-block-components-checkout-place-order-button:hover {
	background: #529af8;
	color: #fff;
}

.checkoutpage
	.wc-block-checkout__actions_row
	.wc-block-components-checkout-return-to-cart-button {
	background: transparent;
	border-radius: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #529af8;
	font-weight: 600;
	border: 1px solid #529af8;
	padding: 13px 15px;
	width: 100%;
	max-width: 180px;
	margin: 0;
	box-shadow: none !important;
	outline: none !important;
	text-align: center;
}

.checkoutpage
	.wc-block-checkout__actions_row
	.wc-block-components-checkout-return-to-cart-button:hover {
	background: #529af8;
	color: #fff;
}

.checkoutpage
	.wc-block-checkout__actions_row
	.wc-block-components-checkout-return-to-cart-button
	svg {
	display: none;
}

.checkoutpage .is-large .wc-block-checkout__actions {
	padding: 20px 0;
}

.checkoutpage
	.wc-block-components-sidebar
	.wc-block-components-order-summary-item {
	align-items: flex-start;
}

.checkoutpage
	.wc-block-components-sidebar
	.wc-block-components-order-summary-item {
	border-bottom: 1px solid #e6e6e6;
}

.checkoutpage
	.wc-block-components-sidebar
	.wc-block-components-order-summary-item
	.wc-block-components-order-summary-item__image {
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	padding: 3px;
}

.checkoutpage
	.wc-block-components-sidebar
	.wc-block-components-order-summary-item
	.wc-block-components-order-summary-item__image
	img {
	display: block;
	width: 100%;
}

.checkoutpage
	.wc-block-components-sidebar
	.wc-block-components-order-summary-item
	.wc-block-components-order-summary-item__quantity {
	background: #529af8;
	color: #fff;
	border: none;
}

.checkoutpage
	.wc-block-components-sidebar
	.wc-block-components-totals-coupon__input
	input {
	max-width: initial;
}

.checkoutpage
	.wc-block-components-sidebar
	.wc-block-components-order-summary-item
	.wc-block-components-order-summary-item__individual-prices {
	padding-top: 0;
}

.checkoutpage
	.wc-block-components-sidebar
	.wc-block-components-order-summary-item
	.wc-block-components-product-metadata {
	margin: 0;
}

.checkoutpage
	.wc-block-components-sidebar
	.wc-block-components-order-summary-item
	.wc-block-components-product-metadata
	p {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

.checkoutpage .wp-block-woocommerce-checkout-order-summary-cart-items-block {
	border-top: none;
}

.checkoutpage
	.wc-block-components-order-summary
	.wc-block-components-panel__button {
	font-size: 18px;
	font-weight: 600;
}

.checkoutpage .woocommerce-order .woocommerce-thankyou-order-received {
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	color: #529af8;
	padding-bottom: 80px;
}

.checkoutpage .woocommerce-order .woocommerce-thankyou-order-details {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 15px 20px;
}

.checkoutpage .woocommerce-order .woocommerce-thankyou-order-details + p {
	border: 1px solid #529af8;
	border-radius: 10px;
	padding: 15px 20px;
	text-align: center;
	color: #529af8;
	margin-bottom: 10px;
}

.checkoutpage .woocommerce-order .woocommerce-order-details {
	padding-top: 15px;
}

.checkoutpage .woocommerce-order .woocommerce-order-details h2 {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 16px;
}

.checkoutpage .woocommerce-order .woocommerce-customer-details h2 {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 16px;
}

.checkoutpage .woocommerce-order .wc-block-components-additional-fields-list {
	margin-top: 0 !important;
}

.checkoutpage
	.woocommerce-order
	.wc-block-components-additional-fields-list
	dt {
	font-size: 14px;
}

.checkoutpage .woocommerce-order .woocommerce-customer-details address {
	min-height: 170px;
}

.checkoutpage
	.woocommerce-order
	.woocommerce-customer-details
	address
	p:before {
	line-height: 1.5;
}

.loader-custom {
	margin-left: 0;
	margin-top: 0;
	position: absolute !important;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.loader-custom span {
	border: 16px solid #f6f7fb;
	border-top: 16px solid #529af8;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
	display: block;
}

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

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

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

.error404-block h2 {
	font-size: 90px;
	line-height: 100px;
	font-weight: 700;
	color: #529af8;
}

.error404-block h3 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	padding-bottom: 10px;
	color: #529af8;
}

.error404-block p {
	font-size: 18px;
	line-height: 30px;
}

.error404-block p a {
	color: #529af8;
	font-weight: 600;
	text-decoration: underline;
}

.error404-block p a:hover {
	color: #529af8;
}

.error404-block .o-button a {
	display: block;
	margin: 15px auto 0;
	width: 200px;
}

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

.noresults-row h2 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	color: #529af8;
	padding-top: 15px;
}

.noresults-row p {
	font-size: 18px;
	line-height: 30px;
}

.searchresult-row > div {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.searchresult-row .searchresult-img img {
	width: 150px;
	height: auto;
	border: 1px solid #e6e6e6;
	padding: 10px;
	border-radius: 10px;
	margin-right: 30px;
	display: block;
}

.searchresult-row .searchresult-content {
	flex: 1;
}

.searchresult-row .searchresult-content a {
	color: #1c1d21;
}

.searchresult-row .searchresult-content a:hover {
	color: #529af8;
}

.searchresult-row .searchresult-content p {
	padding-top: 7px;
}

.blockUI.blockOverlay {
	opacity: 0.3 !important;
}

.blockUI.blockOverlay:before {
}

.cr-customer-consent,
.xoo-ml-inline-otp-cont {
	display: none;
}

/*
.animation{
  visibility: hidden;
  animation-duration: 1s;
  animation-timing-function: linear;
}
.animation.in-view{
  visibility: visible;
  -webkit-animation-name: cFadeInUp;
  animation-name: cFadeInUp;
}
@keyframes cFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
} */

/* Start Custom Ajax Search */
#search-results,
#search-results-mobile {
	background: #fff;
	z-index: 1000;
	width: 50%;
	margin: 0 auto;
}

#search-results > p,
#search-results-mobile > p {
	padding: 15px 20px;
}

#search-results *::-webkit-scrollbar,
#search-results-mobile *::-webkit-scrollbar {
	width: 8px;
}

#search-results *::-webkit-scrollbar-thumb,
#search-results-mobile *::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background: #d1d1d1;
}

#search-results *::-webkit-scrollbar-track,
#search-results-mobile *::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f0f0f0;
}

#search-results .searchresults-dropdown,
#search-results-mobile .searchresults-dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 300px;
	overflow-y: auto;
}

.searchresults-dropdown li {
	padding: 0;
}

.searchresults-dropdown li a {
	text-decoration: none;
	color: #333;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

/* .searchresults-dropdown li a img {
	width: 60px;
} */

.searchresults-dropdown li:hover {
	background: #f0f0f0;
}

.searchresults-dropdown li h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #1c1d21;
	width: calc(100% - 40px);
	padding-left: 20px;
}

.searchresults-dropdown li h4 > span {
	display: block;
	color: #529af8;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.product-list-page .term-description h1 {
	font-size: 50px;
	line-height: 85px;
	font-weight: 600;
	color: #529af8;
}

.term-description {
	margin-bottom: 25px;
}

.font-28 {
	font-size: 28px;
}

.font-blue {
	color: #529af8;
}

.product-list-page:has(.term-description) {
	padding-top: 25px !important;
}

.post.type-post .blog-detail {
	padding-top: 50px !important;
}

/* Offer Card Css */
.home-offercard {
	background: #f6f7fb;
	border-radius: 16px;
	padding: 28px 34px;
	margin-top: 40px;
}
.home-offercard > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
body:not(.home) .home-offercard .offercard-text {
	background: url('../images/offer-icon.svg') no-repeat left top;
	padding: 0 0 0 36px;
	background-size: contain;
}
.home-offercard .offercard-text {
	font-size: 20px;
	line-height: 40px;
	color: #1c1d21;

	font-weight: 500;
}
.home-offercard .offercard-coupon {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.home-offercard .offercard-coupon {
	font-size: 20px;
	line-height: 30px;
	color: #1c1d21;
	font-weight: 500;
}
.home-offercard .offercard-coupon label {
	margin: 0 16px 0 0;
}
.home-offercard .offercard-coupon span {
	/* border: 1px dashed rgba(28, 29, 33, 0.2); */
	/* border-radius: 8px; */
	/* background: #f4ede7; */
	line-height: 56px;
	text-transform: uppercase;
	position: relative;
	padding-right: 40px;
	padding-left: 20px;
	min-width: 155px;
}
.home-offercard .offercard-coupon span a {
	background: url('../images/copy-icon.svg') no-repeat center;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -13px;
}
.product_offer_card.home-offercard {
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 20px;
}

.product_offer_card.home-offercard .offercard-text {
	padding: 0 0 0 30px;
}

.product_offer_card.home-offercard .offercard-text,
.product_offer_card.home-offercard .offercard-coupon {
	font-size: 14px;
	line-height: 24px;
	background-size: 24px;
}

.product_offer_card.home-offercard .offercard-coupon span {
	line-height: 30px;
}

.top-menu {
	background: #000;
	padding: 7px;
}

ul#top-menu {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

ul#top-menu li a {
	color: #fff;
	font-weight: 500;
	font-size: 10px;
	line-height: normal;
}

@media (min-width: 767px) {
	ul#top-menu {
		gap: 20px;
	}

	ul#top-menu li a {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	ul#top-menu li a {
		font-size: 14px;
	}
}

@media (max-width: 350px) {
	body.home .site-main {
		margin-top: 70px !important;
	}
}

/* .site-main {
	margin-top: 85px !important;
}
@media (min-width: 350px) {
	.site-main {
		margin-top: 105px !important;
	}
}
@media (min-width: 992px) {
	.site-main {
		margin-top: 109px !important;
	}
} */

.page-banner .banner-content {
	padding-top: 0;
}

.page-banner .banner-content h1 {
	font-size: 28px;
	line-height: 32px;
}

.aboutjourney-sec p {
	padding-bottom: 15px;
}

@media (min-width: 767px) {
	.page-banner .banner-content h1 {
		font-size: 38px;
		line-height: 52px;
	}
}

@media (min-width: 992px) {
	.page-banner .banner-content h1 {
		font-size: 48px;
		line-height: 62px;
	}

	.aboutjourney-sec p {
		padding-bottom: 20px;
	}
}
