.pojo-skip-link,
a[accesskey="m"] {
	display: block;
}

body .matat-wa-chat-container {
	bottom: 5rem;
}

.section-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #3f1e0d;
	letter-spacing: 0;
}

button.button,
button.btn,
a.btn,
input.btn {
	-webkit-transition: .2s linear color, .2s linear background, .2s linear border,.2s linear box-shadow;
	transition: .2s linear color, .2s linear background, .2s linear border,.2s linear box-shadow;
}

button.btn,
a.btn,
input.btn {
	border-radius: 6.25rem;
	background: #3f1e0d;
	border-color: #3f1e0d;
}

button.btn:not(:disabled):not(.disabled):focus,
a.btn:not(:disabled):not(.disabled):focus,
input.btn:not(:disabled):not(.disabled):focus {
	background: #3f1e0d;
	border-color: #3f1e0d;
}

button.btn:not(:disabled):not(.disabled):hover,
a.btn:not(:disabled):not(.disabled):hover,
input.btn:not(:disabled):not(.disabled):hover {
	border-color: #3f1e0d;
	background: #3f1e0d;
	color: #fff;
	box-shadow: 0 3px 6px 0 rgba(63, 30, 13, .4);
}

button.btn.button,
button.btn.btn-primary,
button.btn.btn-back-home,
a.btn.button,
a.btn.btn-primary,
a.btn.btn-back-home,
input.btn.button,
input.btn.btn-primary,
input.btn.btn-back-home {
	background: #3f1e0d;
	border-color: #3f1e0d;
}

button.btn.button:not(:disabled):not(.disabled):focus,
button.btn.btn-primary:not(:disabled):not(.disabled):focus,
button.btn.btn-back-home:not(:disabled):not(.disabled):focus,
a.btn.button:not(:disabled):not(.disabled):focus,
a.btn.btn-primary:not(:disabled):not(.disabled):focus,
a.btn.btn-back-home:not(:disabled):not(.disabled):focus,
input.btn.button:not(:disabled):not(.disabled):focus,
input.btn.btn-primary:not(:disabled):not(.disabled):focus,
input.btn.btn-back-home:not(:disabled):not(.disabled):focus {
	background: #3f1e0d;
	border-color: #3f1e0d;
}

button.btn.button:not(:disabled):not(.disabled):hover,
button.btn.btn-primary:not(:disabled):not(.disabled):hover,
button.btn.btn-back-home:not(:disabled):not(.disabled):hover,
a.btn.button:not(:disabled):not(.disabled):hover,
a.btn.btn-primary:not(:disabled):not(.disabled):hover,
a.btn.btn-back-home:not(:disabled):not(.disabled):hover,
input.btn.button:not(:disabled):not(.disabled):hover,
input.btn.btn-primary:not(:disabled):not(.disabled):hover,
input.btn.btn-back-home:not(:disabled):not(.disabled):hover {
	border-color: #3f1e0d;
	background: #3f1e0d;
	color: #fff;
	box-shadow: 0 3px 6px 0 rgba(63, 30, 13, .4);
}

button.btn.btn-outline,
a.btn.btn-outline,
input.btn.btn-outline {
	border: 1px solid #3f1e0d;
	color: #000;
	background: transparent;
	border-radius: 6.25rem;
}

button.btn.btn-outline:not(:disabled):not(.disabled):focus,
a.btn.btn-outline:not(:disabled):not(.disabled):focus,
input.btn.btn-outline:not(:disabled):not(.disabled):focus {
	border-color: #3f1e0d;
	background: transparent;
	color: black;
}

button.btn.btn-outline:not(:disabled):not(.disabled):hover,
a.btn.btn-outline:not(:disabled):not(.disabled):hover,
input.btn.btn-outline:not(:disabled):not(.disabled):hover {
	border-color: #3f1e0d;
	background: transparent;
	color: #000 !important;
	box-shadow: 0 3px 6px 0 rgba(63, 30, 13, .4);
}

.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #dcdcdc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 2px;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: 1px solid #dcdcdc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.select2-dropdown {
	border-radius: 10px;
	border-color: #dcdcdc;
}

.woocommerce-breadcrumb {
	background: transparent;
}

.header-wishlist-box .product-item .btn-add-cart,
.promo-code-wrap .btn-promo,
.login-modal .modal-form-holder .btn,
.register-modal .modal-form-holder .btn,
.user-info-container button.button {
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: #3f1e0d;
	border-color: #3f1e0d;
}

.header-wishlist-box .product-item .btn-add-cart:not(:disabled):not(.disabled):focus,
.promo-code-wrap .btn-promo:not(:disabled):not(.disabled):focus,
.login-modal .modal-form-holder .btn:not(:disabled):not(.disabled):focus,
.register-modal .modal-form-holder .btn:not(:disabled):not(.disabled):focus,
.user-info-container button.button:not(:disabled):not(.disabled):focus {
	background: #3f1e0d;
	border-color: #3f1e0d;
}

.header-wishlist-box .product-item .btn-add-cart:not(:disabled):not(.disabled):hover,
.promo-code-wrap .btn-promo:not(:disabled):not(.disabled):hover,
.login-modal .modal-form-holder .btn:not(:disabled):not(.disabled):hover,
.register-modal .modal-form-holder .btn:not(:disabled):not(.disabled):hover,
.user-info-container button.button:not(:disabled):not(.disabled):hover {
	border-color: #3f1e0d;
	background: #3f1e0d;
	color: #fff;
	box-shadow: 0 3px 6px 0 rgba(63, 30, 13, .4);
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary {
	background: transparent;
	border-color: #3f1e0d;
	color: #3f1e0d;
	border-radius: 6.25rem;
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary:not(:disabled):not(.disabled):focus {
	border-color: #3f1e0d !important;
	background: transparent !important;
	color: #3f1e0d !important;
}

.ajax-sugg-res-inner .search-topics-col a.btn-primary:not(:disabled):not(.disabled):hover {
	border-color: #3f1e0d !important;
	background: transparent !important;
	color: #000 !important;
	box-shadow: 0 3px 6px 0 rgba(63, 30, 13, .4);
}

button.btn.has_width,
a.btn.has_width,
input.btn.has_width {
	width: 9.375rem;
}

.custom-form input:not(.form-control)[type="number"],
.promo-code-wrap .promo-input,
.promo-code-wrap .btn-promo,
.login-modal .form-control,
.register-modal .form-control,
.login-modal .modal-content-inner,
.register-modal .modal-content-inner,
.login-modal .btn-google,
.register-modal .btn-google,
.single-product-summary .product-quantity .jcf-number,
.jcf-select,
form.lost_reset_password .form-control,
form.woocommerce-form-login .form-control,
.header-wishlist-box .product-item .btn-add-cart,
.form-control,
.modal .stock-alert-row .form-control,
.jcf-number,
.user-info-container button.button,
.btn.btn-next-step,
button.btn#place_order,
.promo-code-main button.btn-promo,
.coupon-code-input .promo-input,
.checkout-billing-container .select2-container--default .select2-selection--single,
.checkout-billing-container input.input-text,
.gift-card-box .gift-text textarea,
.shipping-address-box #order_comments_field textarea {
	border-radius: 100px;
}

.subscribe_field label.checkbox input[type="checkbox"]:checked ~ .fake-input,
.custom-checkbox input[type="checkbox"]:checked ~ .fake-input,
.subscribe_field label.checkbox .fake-input,
.custom-checkbox .fake-input,
.woocommerce-account .account-newsletter form [data-name="accept"] .wpcf7-list-item-label:before,
.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
	border-radius: .09375rem;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content {
	border-radius: 10px;
}

.login-modal .d-flex .form-group .form-control,
.register-modal .d-flex .form-group .form-control {
	border-radius: 0 100px 100px 0;
}

.login-modal .d-flex .btn,
.register-modal .d-flex .btn {
	border-radius: 100px 0 0 100px;
	line-height: 1;
	height: calc(1.875rem + 2px);
}

.login-modal .btn-google,
.register-modal .btn-google {
	border-radius: 100px;
}

.login-modal .floating_input_wrap .form-control,
.login-modal .floating_input_wrap .form-control,
.register-modal .floating_input_wrap .form-control,
.register-modal .floating_input_wrap .form-control {
	border-radius: 100px;
}

.content_control table {
	border-collapse: collapse;
}

.content_control th {
	padding: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #c9c9c9;
}

.content_control td {
	padding: 10px;
	text-align: left;
	border: 1px solid #c9c9c9;
}

.contact-form-holder .wpcf7-list-item-label,
.contact-form-holder .label-wrap,
.matat-stock-notify-form .remeber-check .wpcf7-list-item-label,
.matat-stock-notify-form .remeber-check .label-wrap {
	display: block;
	position: relative;
	-webkit-padding-start: 26px;
	padding-inline-start: 26px;
}

.contact-form-holder .wpcf7-list-item-label a,
.contact-form-holder .label-wrap a,
.matat-stock-notify-form .remeber-check .wpcf7-list-item-label a,
.matat-stock-notify-form .remeber-check .label-wrap a {
	color: #3f1e0d;
	text-decoration: underline;
}

.contact-form-holder input[type="checkbox"],
.matat-stock-notify-form .remeber-check input[type="checkbox"] {
	display: block !important;
	position: absolute;
	top: 6px;
	right: 0;
	opacity: 0;
}

.contact-form-holder input[type="checkbox"]:checked + span .fake-input,
.matat-stock-notify-form .remeber-check input[type="checkbox"]:checked + span .fake-input {
	background-color: #001f3c;
	background-size: 12px;
}

.contact-form-holder .fake-input,
.matat-stock-notify-form .remeber-check .fake-input {
	display: inline-block;
	border: 1px solid #001f3c;
	width: 17px;
	height: 17px;
	background-color: #fff;
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.22\" height=\"8.592\" viewBox=\"0 0 11.22 8.592\"><path d=\"M21.595,13.212l-.917-.943a.2.2,0,0,0-.146-.063h0a.189.189,0,0,0-.146.063l-6.356,6.4-2.313-2.313a.2.2,0,0,0-.292,0l-.927.927a.208.208,0,0,0,0,.3L13.415,20.5a.923.923,0,0,0,.61.3.967.967,0,0,0,.6-.287h.005l6.966-7A.223.223,0,0,0,21.595,13.212Z\" transform=\"translate(-10.434 -12.206)\" fill=\"%23fff\"/></svg>");
	background-repeat: no-repeat;
	background-size: 0;
	background-position: center;
	padding: 0;
	vertical-align: -3px;
	position: absolute;
	top: 2px;
	right: 0;
}

.contact-form-holder .fake-input + span,
.matat-stock-notify-form .remeber-check .fake-input + span {
	opacity: 1;
	width: calc(100% - 17px);
	padding-right: 10px;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox .fake-input {
	position: absolute;
	top: 12px;
	right: 0;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox .wpcf7-list-item-label {
	-webkit-padding-start: 26px;
	padding-inline-start: 26px;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox a {
	color: #3f1e0d;
	text-decoration: underline;
}

.custom-cookie-outer a:hover {
	color: #3f1e0d;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 13px;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: green;
}

.wpcf7 form.unaccepted .wpcf7-response-output {
	color: red;
}

.contact-form-holder .wpcf7 form .wpcf7-response-output {
	text-align: center;
}

.single-product-detail .stock-alert-row .input-wrap {
	margin-bottom: 10px;
}

#header {
	box-shadow: none;
}

#header [class*="icon-"] {
	color: #3f1e0d;
}

#header .header-holder {
	box-shadow: none;
}

.logo img {
	max-height: 2.1875rem;
}

.header-nav-holder {
	background: #f0eee7;
}

#primary-nav .primary-menu > li > a {
	font-weight: 300;
}

.header-layout-two .header-cart .counter,
.header-layout-two .header-cart .counter_wish,
.header-layout-two .header-wishlist .counter,
.header-layout-two .header-wishlist .counter_wish {
	background: #3f1e0d;
}

.header-layout-two .header-wishlist:before {
	background: #d8d8d8;
}

.header-layout-two .account-menu html[dir="rtl"] {
	border-right: 1px solid #d8d8d8;
}

.nav-opener .nav-bar {
	background: #3f1e0d;
}

.nav-opener .nav-bar:before,
.nav-opener .nav-bar:after {
	background: #3f1e0d;
}

.nav-opener .nav-bar:after {
	width: 100%;
}

#wrapper .progress {
	background: #f0eee7;
}

#wrapper .progress .progress-bar {
	background: #3f1e0d;
}

.search-suggest-inner-wrap button.btn.btn-primary:not(:disabled):not(.disabled):focus {
	background: transparent;
	border-color: transparent;
	color: #000;
}

.search-suggest-inner-wrap button.btn.btn-primary:not(:disabled):not(.disabled):hover {
	border-color: transparent;
	background: transparent;
	color: #000;
	box-shadow: none;
}

.data-lens-variations span {
	font-weight: 600;
}

.product-item .product-img .normal-image {
	padding-bottom: 100%;
}

.product-item .vimeo-wrap {
	background-image: var(--vdo-bg);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 100%;
}

.product-item .vimeo-wrap iframe {
	width: 110%;
	height: 110%;
}

.product-item .product-detail {
	text-align: center;
}

.product-item .matat_sale_badge,
.product-item .sale-label,
.product-item .new-label,
.product-item .off-label,
.product-item .sold-out-label,
.product-item .comming-soon-label,
.product-item .awdr_discount_bar {
	font-weight: 300;
	box-shadow: none;
	top: .3125rem;
	right: .3125rem;
	font-size: .6875rem;
	padding-block: .125rem;
	line-height: 1.5;
	text-transform: uppercase;
	background: #f0eee7;
	color: #3f1e0d;
	border-radius: 25px;
}

.product-item .sold-out-label {
	background: transparent;
	border: 1px solid #3f1e0d;
	color: #3f1e0d;
}

.product-item .product-title,
.product-item .product-name {
	text-align: center;
}

.product-item .product-title a,
.product-item .product-name a {
	font-weight: 300;
}

.product-item span.price,
.product-item .product-price {
	text-align: center;
}

.product-item .matat-wishlist-button-wrap a {
	border: 1px solid #3f1e0d;
	color: #3f1e0d;
}

.product-item .matat-wishlist-button-wrap a.has_in_wishlist {
	color: #3f1e0d;
}

.product-item .product_type_simple.add_to_cart_button {
	font-weight: 300;
}

.archive_product_item_slider .slide-img-wrap {
	padding-bottom: 100%;
}

.lenses_popup {
	padding-right: 0 !important;
	display: block !important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s ease-in-out opacity, .4s ease-in-out visibility;
	transition: .4s ease-in-out opacity, .4s ease-in-out visibility;
}

.lenses_popup .modal-close {
	position: absolute;
	top: .6875rem;
	line-height: 1;
	text-decoration: none;
	color: #000;
	font-size: .75rem;
	z-index: 3;
	top: 1.125rem;
}

.lenses_popup.show {
	opacity: 1;
	visibility: visible;
}

.lenses_popup.show .modal-content {
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
	opacity: 1;
	visibility: visible;
}

.lenses_popup.modal.fade .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

.lenses_popup .modal-dialog {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: .625rem 0;
	margin: 0;
}

.lenses_popup .modal-content {
	height: 100dvh;
	max-height: 100dvh;
	width: calc(100% - 1.875rem);
	max-width: 100vw;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .4s ease-in-out opacity, .4s ease-in-out visibility, .4s ease-in-out transform;
	transition: .4s ease-in-out opacity, .4s ease-in-out visibility, .4s ease-in-out transform;
	background: #fff;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.lenses_popup .modal-content .modal-content-inner {
	padding: 0;
	height: 100%;
}

.lenses__steps {
	height: calc(100% - 4.375rem);
	overflow: auto;
}

.lenses__steps::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

.lenses__steps::-webkit-scrollbar-thumb {
	background-color: #c7c7c7;
	border-radius: 10px;
	border: 3px solid #c7c7c7;
}

.lenses__steps::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

.lenses__steps::-webkit-scrollbar {
	width: 5px;
}

.lenses__steps form {
	height: 100%;
}

.lenses__steps:has(.lenses__step__result.active) {
	height: 100%;
}

.lenses__steps:has(.lenses__step__result.active) form {
	display: none;
}

.lenses_popup .idus_popup {
	height: 100%;
}

.lenses_popup .lenses__step {
	text-align: center;
	display: none;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-inline: 2.1875rem;
	background: white;
}

.lenses_popup .lenses__step.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lenses_popup .lenses__step[step="1"] .lenses__step__title {
	margin: .625rem 0 .9375rem;
}

.lenses_popup .lenses__step.highlight .lenses-choice.extra_field_checkbox {
	display: block;
}

.lenses_popup .lenses__step.lenses__step__result {
	padding-block: 1.25rem 1.875rem;
}

.lenses_popup .lenses__step.lenses__step__result .added_to_cart {
	display: none;
	border-radius: 6.25rem;
	border: 1px solid #3f1e0d;
	color: #000;
	background: transparent;
	border-radius: 6.25rem;
	height: 2.125rem;
	line-height: 1.875rem;
	min-width: 13.75rem;
	margin-top: .625rem;
	font-weight: 500;
}

.lenses_popup .lenses__step.lenses__step__result .added_to_cart:not(:disabled):not(.disabled):focus {
	border-color: #3f1e0d;
	background: transparent;
	color: black;
}

.lenses_popup .lenses__step.lenses__step__result .added_to_cart:not(:disabled):not(.disabled):hover {
	border-color: #3f1e0d;
	background: transparent;
	color: #000 !important;
	box-shadow: 0 3px 6px 0 rgba(63, 30, 13, .4);
}

.lenses_popup .lenses__step.lenses__step__result .lenses-inner-wrapper {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.lenses_popup .lenses__step.lenses__step__result .lenses-inner-wrapper .lenses__step__button {
	padding-bottom: 0;
	margin-top: auto;
}

.lenses_popup .lenses__step .lenses__step__title {
	margin-block: .4375rem 1.125rem;
}

.lenses_popup .lenses__step .lenses__step__label {
	font-size: 1rem;
}

.lenses_popup .lenses__step .lenses__step__description {
	font-size: .75rem;
	margin-top: .1875rem;
	max-width: 10.75rem;
	margin-inline: auto;
}

.lenses_popup .lenses__step .lenses__step__options.d-flex {
	-webkit-column-gap: .9375rem;
	column-gap: .9375rem;
}

.lenses_popup .lenses__step .lenses__step__options label {
	display: block;
	position: relative;
	text-align: right;
}

.lenses_popup .lenses__step .lenses__step__options .custom-checkbox .fake-input {
	border-radius: 50px;
	border-color: #3f1e0d;
}

.lenses_popup .lenses__step .lenses__step__options .custom-checkbox .fake-input:before {
	color: #3f1e0d;
}

.lenses_popup .lenses__step .lenses__step__options .jcf-select .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #3f1e0d;
	border-radius: 0 0 20px 20px;
	margin-top: -22px;
	padding-top: 23px;
	border-top: none;
}

.lenses_popup .lenses__step .lenses__step__options .lenses-choice {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0eee7;
	width: 100%;
	display: none;
}

.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label .label-wrap {
	position: relative;
	background: #f0eee7;
	padding: .90625rem .625rem;
	display: block;
	border: 1px solid #f0eee7;
	border-radius: 25px;
	color: #3f1e0d;
	font-size: .875rem;
	text-align: center;
	cursor: pointer;
}

.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label .label-wrap:has(.sub-label) {
	padding: .25rem .625rem;
}

.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label .label-wrap .label {
	font-size: .875rem;
	line-height: 1;
	display: block;
}

.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label .label-wrap .sub-label {
	display: block;
	color: rgba(0, 0, 0, .7);
	font-size: .6875rem;
	padding-top: .3125rem;
}

.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label input[type=checkbox]:checked + .label-wrap,
.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label input[type=radio]:checked + .label-wrap {
	border: 1px solid #3f1e0d;
}

.lenses_popup .lenses__step .lenses__step__options .lenses__option {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 0;
	height: 0;
	position: absolute;
	opacity: 0;
}

.lenses_popup .lenses__step .lenses__step__options .info:hover .info-content,
.lenses_popup .lenses__step .lenses__step__options .info:focus .info-content {
	-webkit-transform: translateY(0rem) scale(1);
	-ms-transform: translateY(0rem) scale(1);
	transform: translateY(0rem) scale(1);
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.lenses_popup .lenses__step .lenses__step__options .info .info-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
}

.lenses_popup .lenses__step .lenses__step__options .info .info-icon:before {
	content: "i";
	display: block;
	z-index: 1;
	line-height: 1.3;
	background: transparent;
	border-radius: 50%;
	border: 2px solid #3f1e0d;
	font-weight: 700;
	text-align: center;
	width: 1.40625rem;
	height: 1.40625rem;
}

.lenses_popup .lenses__step .lenses__step__options .info .info-content {
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
	top: calc(100% - .1875rem);
	left: -.1875rem;
	overflow: visible;
	position: absolute;
	display: block;
	-webkit-transform: translateY(.5rem) scale(0);
	-ms-transform: translateY(.5rem) scale(0);
	transform: translateY(.5rem) scale(0);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	background: white;
	padding: .4375rem;
	color: rgba(0, 0, 0, .7);
	font-size: .75rem;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 250ms;
	transition: 250ms;
	min-width: 106%;
	max-width: 106%;
	z-index: 9;
	border: 1px solid #3f1e0d;
	border-radius: .3125rem;
	text-align: right;
}

.lenses_popup .lenses__step .lenses__step__options .info .info-content:before {
	content: "";
	position: absolute;
	top: -6px;
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	left: 1.0625rem;
}

.lenses_popup .lenses__step .lenses__step__options .info .info-content:after {
	content: "";
	position: absolute;
	top: -7px;
	border-bottom: 7px solid #3f1e0d;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	left: 1rem;
	z-index: -1;
}

.lenses_popup .lenses__step .lenses__step__option_wrap {
	margin-inline: auto;
	margin-bottom: .9375rem;
	row-gap: .9375rem;
	-ms-flex-preferred-size: calc(50% - .625rem);
	flex-basis: calc(50% - .625rem);
	max-width: calc(50% - .625rem);
	height: max-content;
}

.lenses_popup .lenses__step .lenses__step__option_wrap .lenses__step__option,
.lenses_popup .lenses__step .lenses__step__option_wrap .option-title {
	position: relative;
}

.lenses_popup .lenses__step .lenses__step__option_wrap .option-title {
	text-align: center;
	width: 100%;
	font-size: .875rem;
}

.lenses_popup .lenses__step .lenses__step__option_wrap .left-pdfar {
	display: none;
}

.lenses_popup .lenses__step .lenses__step__option_wrap .left-pdfar.visible {
	display: block;
}

.lenses_popup .lenses__step .lenses__sub__title {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-block: .9375rem;
}

.lenses_popup .lenses__step .lenses__sub__title:before {
	content: "";
	position: absolute;
	background: #f0eee7;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.lenses_popup .lenses__step .lenses__sub__title span {
	background: white;
	padding: 10px;
}

.lenses_popup .lenses__step .lenses__step__option {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.lenses_popup .lenses__step .lenses__step__option .jcf-select {
	border-radius: 35px;
	-webkit-appearance: none;
	appearance: none;
	background: 0;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	background-size: .75rem;
	background-position: 1rem center;
	border: 1px solid #3f1e0d;
	height: 2.125rem;
}

.lenses_popup .lenses__step .lenses__step__option .jcf-select .jcf-select-text {
	height: 2.125rem;
	line-height: 1.9375rem;
}

.lenses_popup .lenses__step .lenses__step__option .jcf-select .jcf-select-opener {
	color: #3f1e0d;
}

.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select {
	margin-bottom: 0;
}

.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select .info .info-icon {
	font-size: .75rem;
	right: -.375rem;
	top: 0;
}

.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select .info .info-icon:before {
	background: #f0eee7;
	line-height: 1.4;
	width: 1.25rem;
	height: 1.25rem;
}

.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select .info .info-content {
	top: calc(100% - 1.0625rem);
	left: auto;
}

.lenses_popup .lenses__step .lenses__step__button {
	margin-top: auto;
	padding: 1.875rem 0;
}

.lenses_popup .lenses__step .lenses__step__button button.btn {
	height: 2.125rem;
	min-width: 13.75rem;
}

.lenses_popup .lenses__step .lenses__summary__step {
	border-bottom: 1px solid #f0eee7;
	padding: .5rem 0;
	font-size: .8125rem;
}

.lenses_popup .lenses__step .lenses__summary__step:nth-child(1) {
	padding-top: 7px;
}

.lenses_popup .lenses__step .lenses__summary__step .d-flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lenses_popup .lenses__step .lenses__summary__step .d-flex + .d-flex {
	margin-top: 7px;
}

.lenses_popup .lenses__step .lenses__summary__step .edit-button {
	background: transparent;
	border: none;
	color: black;
	text-decoration: underline;
	font-size: .75rem;
}

.lenses_popup .lenses__step .lenses__summary__step .edit-button:hover {
	color: black;
	text-decoration: none;
}

.lenses_popup .lenses__step .lenses__summary__step .lenses__summary__step--prescription .summary-right,
.lenses_popup .lenses__step .lenses__summary__step .lenses__summary__step--prescription .summary-left {
	width: 100%;
}

.lenses_popup .lenses__step .summary-right {
	font-weight: 600;
	text-align: right;
}

.lenses_popup .lenses__step .summary-right .label + .label {
	margin-top: 7px;
}

.lenses_popup .lenses__step .summary-right .label.sub-label {
	font-weight: 400;
}

.lenses_popup .lenses__step .summary-right {
	max-width: max-content;
}

.lenses_popup .lenses__step .summary-left {
	text-align: left;
	max-width: 76%;
}

.lenses_popup .lenses__step .summary-left .label ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.lenses_popup .lenses__step .lenses__summary__totals {
	border-bottom: none;
}

#steps {
	width: 14.5rem;
	padding: 1.25rem 0;
	margin-bottom: .625rem;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}

#steps:before {
	position: absolute;
	width: 95%;
	height: 3px;
	display: block;
	background-color: #f0eee7;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	content: "";
	z-index: -1;
}

.step {
	width: 1.25rem;
	height: 1.25rem;
	background-color: #fff;
	display: inline-block;
	border: 1px solid;
	border-color: #3f1e0d;
	border-radius: 50%;
	font-weight: 700;
	text-align: center;
	line-height: 1.125rem;
	font-size: .8125rem;
}

.step:last-child:after {
	-webkit-transform: translate(55px, -1px);
	-ms-transform: translate(55px, -1px);
	transform: translate(55px, -1px);
}

.step:nth-child(n+2) {
	margin: 0 2.875rem 0 0;
}

.step:after {
	width: 150px;
	display: block;
	-webkit-transform: translate(66px, 3px);
	-ms-transform: translate(66px, 3px);
	transform: translate(66px, 3px);
	color: rgba(0, 0, 0, .7);
	content: attr(data-desc-sm);
	font-weight: 400;
	font-size: .75rem;
	position: absolute;
}

.step.active {
	border-color: #3f1e0d;
	background: #3f1e0d;
	color: white;
}

.step.active:before {
	background: #3f1e0d;
}

.step.active:after {
	color: black;
}

.step.completed {
	background-color: #3f1e0d;
	border-color: #3f1e0d;
	color: #fff;
	font-size: 0;
}

.step.completed:before {
	content: "\e909";
	font-family: "icomoon" !important;
	font-size: .4375rem;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	left: 50%;
	top: 50%;
}

.step.completed:hover {
	cursor: pointer;
}

.custom-file {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	border: 1px solid #3f1e0d;
	width: 100%;
	border-radius: 100px;
	height: 2.125rem;
	padding: .4375rem .9375rem;
}

.custom-file input[type="file"] {
	z-index: 1;
	position: absolute;
	opacity: 0;
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
}

.custom-file .file-name {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-right: 20px;
	text-align: right;
	color: rgba(0, 0, 0, .5);
}

.custom-file .file-name:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg id='Group_45509' data-name='Group 45509' xmlns='http://www.w3.org/2000/svg' width='20.219' height='26.543' viewBox='0 0 20.219 26.543'%3E%3Cpath id='Path_1732' data-name='Path 1732' d='M80.327,5.509l-5-4.729A2.84,2.84,0,0,0,73.368,0H63.851A2.855,2.855,0,0,0,61,2.851V23.692a2.855,2.855,0,0,0,2.851,2.851H78.367a2.855,2.855,0,0,0,2.851-2.851V7.581a2.863,2.863,0,0,0-.892-2.071Zm-1.511.712H74.946a.26.26,0,0,1-.259-.259V2.314Zm-.449,18.767H63.851a1.3,1.3,0,0,1-1.3-1.3V2.851a1.3,1.3,0,0,1,1.3-1.3h9.28V5.962a1.817,1.817,0,0,0,1.814,1.814h4.718V23.692A1.3,1.3,0,0,1,78.367,24.988Z' transform='translate(-61 0)'/%3E%3Cpath id='Path_1733' data-name='Path 1733' d='M140.183,200H128.778a.778.778,0,1,0,0,1.555h11.405a.778.778,0,1,0,0-1.555Z' transform='translate(-124.527 -189.631)'/%3E%3Cpath id='Path_1734' data-name='Path 1734' d='M140.183,280H128.778a.778.778,0,1,0,0,1.555h11.405a.778.778,0,1,0,0-1.555Z' transform='translate(-124.527 -265.484)'/%3E%3Cpath id='Path_1735' data-name='Path 1735' d='M132.548,360h-3.77a.778.778,0,0,0,0,1.555h3.77a.778.778,0,0,0,0-1.555Z' transform='translate(-124.527 -341.337)'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.label-color-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	row-gap: 6px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	margin-top: .625rem;
	color: rgba(0, 0, 0, .7);
}

.label-color-wrapper .label-color {
	text-align: center;
}

.label-color-wrapper .label-color input {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 0;
	height: 0;
	position: absolute;
	opacity: 0;
}

.label-color-wrapper .label-color input:checked + label .item-color {
	box-shadow: 0 0 0 1px #3f1e0d !important;
}

.label-color-wrapper .label-color .label {
	margin-bottom: 0;
	text-align: center !important;
}

.label-color-wrapper .label-color .item-color {
	display: block;
	height: 1.5625rem;
	width: 1.5625rem;
	border: 2px solid #fff;
	border-radius: 50px;
}

.hero-banner .video-frame.video_loaded {
	background-image: var(--vdo-bg) !important;
}

.home-layout-five .col-item > a {
	display: block;
}

.home-layout-five .col-item .col-inner-wrap > a {
	display: block;
}

.home-layout-five .box-content {
	top: unset;
	bottom: unset;
	right: unset;
	left: unset;
	position: relative;
}

.home-layout-five .box-content .box-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #3f1e0d;
}

.home-layout-five .content-position-top .box-content .box-title {
	margin-block: .875rem 0;
}

.home-layout-five .content-position-top .box-content .btn {
	color: #3f1e0d;
	background: transparent;
	border: none;
	padding: 0;
	width: auto;
	font-weight: 300;
	font-size: .75rem;
	border-radius: 0;
	min-height: 1.25rem;
	text-decoration: underline;
}

.home-layout-five .content-position-top .box-content .btn:not(:disabled):not(.disabled):focus,
.home-layout-five .content-position-top .box-content .btn:not(:disabled):not(.disabled):hover {
	color: #3f1e0d;
	background: transparent;
	border: none;
	box-shadow: none;
	text-decoration: underline;
}

.home-layout-five .col-item:hover img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.best-selling-section .section-title {
	margin-bottom: .75rem;
}

.best-selling-section .products-row {
	margin-bottom: 0;
}

.best-selling-section .best-selling-slider .slick-arrow {
	width: 1.5625rem;
	height: 2.1875rem;
	padding: 0 .3125rem;
}

.best-selling-section .best-selling-slider .slick-prev {
	text-align: right;
}

.best-selling-section .best-selling-slider .slick-next {
	text-align: left;
}

.best-selling-section .best-selling-slider .archive_product_item_slider .slick-arrow {
	width: 1.25rem;
	height: 1.25rem;
	padding: 0 .3125rem;
}

.home-layout-four .box-title {
	position: absolute;
	bottom: .625rem;
	color: white;
	font-weight: 700;
	left: .9375rem;
	font-family: "Montserrat", sans-serif;
}

.contact-form-holder .form-control {
	border-radius: 0;
}

.single-product .woocommerce-breadcrumb {
	padding-block: .6875rem;
}

.single-product #header .header-holder {
	border-bottom: 1px solid #f0eee7;
}

.single-product-summary .add-cart-row .btn {
	width: 100%;
}

.single-product-summary .product-quantity {
	display: none;
}

.single-product-detail .matat-wishlist-button {
	border: 1px solid #3f1e0d;
	border-radius: 50px;
}

.single-product-detail .matat-wishlist-button.btn-add-wishlist {
	color: #3f1e0d;
}

.single-product-detail .single-slider-wrapper .matat-wishlist-button-wrap .matat-wishlist-button {
	position: absolute !important;
	left: .9375rem;
	top: .9375rem;
	z-index: 1;
	width: 1.6875rem;
	height: 1.6875rem;
	font-size: .625rem;
}

.single-product-detail .single-product-slider .slide .img-wrap {
	padding-bottom: 100%;
}

.single-product-detail .single-product-slider .slide .img-wrap img:not(.zoomImg),
.single-product-detail .single-product-slider .slide .img-wrap video {
	object-fit: contain;
}

.single-product-detail .single-product-slider .vimeo-wrap {
	padding-bottom: 100%;
}

.single-product-detail .single-product-slider .vimeo-wrap iframe {
	width: 110%;
	height: 110%;
}

.single-product-detail .single-product-slider .slick-dots {
	bottom: 1.125rem;
}

.single-product-detail .single-product-slider .slick-dots button {
	width: 7px;
	height: 7px;
	background: rgba(63, 30, 13, .3);
	border-color: rgba(63, 30, 13, .3);
}

.single-product-detail .single-product-slider .slick-dots .slick-active button {
	background: #3f1e0d;
	border-color: #3f1e0d;
}

.single-product-detail .single-product-slider .button-zoom {
	bottom: 1.125rem;
	left: 1.1875rem;
	border: 1px solid #3f1e0d;
	border-radius: 50px;
}

.single-product-detail .single-product-summary .entry-title {
	margin: 0 0 16px 40px;
}

.single-product-detail .single-product-summary .product-price-wrap {
	margin-bottom: 16px;
}

.single-product-detail .single-product-summary .product-detail-header {
	border-bottom: none;
	margin: 0;
	padding-bottom: 14px;
}

.single-product-detail .single-product-summary .product-detail-header .matat-wishlist-button-wrap {
	display: none;
}

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

.single-product-detail .add-cart-row .btn-wrap {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.single-product-detail .product-share {
	float: none;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	padding-block: 1.1875rem;
}

.single-product-detail .product-share .share-title {
	letter-spacing: 0;
	margin-right: 0;
	font-size: .75rem;
}

.single-product-detail .product-share .share-links a {
	font-size: .75rem;
	margin-right: .75rem;
}

.single-product-detail .product-share.d-none {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-product-detail .produc-misc-info {
	background: transparent;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-product-detail .produc-misc-info .info-item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-product-detail .produc-misc-info .info-item .ico-wrap img {
	max-height: 1.6875rem;
}

.single-product-detail .produc-misc-info .info-item .misc-text {
	color: #3f1e0d;
	font-size: .75rem;
	margin-block: .3125rem;
	text-wrap: balance;
}

.single-product-detail .produc-misc-info .info-item .misc-subtitle {
	color: rgba(0, 0, 0, .7);
	font-size: .625rem;
}

.single-product-detail .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .add-cart-row .single_add_to_cart_button {
	opacity: .6;
}

.single-product-detail .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .add-cart-row .single_add_to_cart_button:focus {
	background: #3f1e0d;
	border-color: #3f1e0d;
}

.single-product-detail .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .add-cart-row .single_add_to_cart_button:hover {
	border-color: #3f1e0d;
	background: #3f1e0d;
	color: #fff;
	box-shadow: 0 3px 6px 0 rgba(63, 30, 13, .4);
}

.product-tab-info .tab-content a[data-toggle="collapse"] {
	font-weight: 600;
}

.product-tab-info .tab-content a[data-toggle="collapse"].collapsed {
	font-weight: 400;
}

.cwsp-btn-holder .cwsp-btn-holder-inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	background: #f0eee7;
	text-align: right;
	width: 100%;
	font-weight: 300;
	padding: .4375rem .25rem;
	gap: .5rem;
	border-radius: 1.5625rem;
	font-size: .75rem;
}

.cwsp-btn-holder .cwsp-icon {
	position: relative;
	width: 2.125rem;
	height: 2.125rem;
}

.cwsp-btn-holder .cwsp-txt-holder span {
	display: block;
}

.cwsp-btn-holder .cwsp-txt-holder .cwsp-user-title {
	font-weight: 700;
}

.related-product-section {
	border-top: none;
}

.related-product-section .related-product-slider {
	margin-bottom: 0;
}

.related-product-section .related-product-slider .slick-arrow {
	color: #3f1e0d;
}

.related-product-section .section-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-align: center;
}

.archive .woocommerce-breadcrumb {
	text-align: center;
}

.shop-page-container .page-title {
	font-weight: 600;
}

.shop-page-container .sort-filter-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.shop-page-container .sort-filter-row .page-title {
	margin-inline: auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: #3f1e0d;
	font-weight: 600;
}

.shop-page-container .sort-filter-row .filter-opener {
	margin-left: unset;
}

.shop-page-container .sort-filter-row .sort-wrapper {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 0;
}

.shop-sidebar-filter .category-filter label .label-text:after {
	border-radius: .09375rem;
}

.shop-sidebar-filter .size-filter label .label-text {
	border-radius: .15625rem;
}

.delivery-option label .method-option {
	border-radius: .15625rem;
}

.checkout-container .input-text {
	border-radius: 6.25rem;
}

.checkout-container .terms-content-wrapper {
	border-radius: 6.25rem;
}

.checkout-container .select2-container.select2-container--default .select2-selection--single {
	border-radius: 6.25rem;
}

.order-cancel-form .input-field-item.floating_input .form-control {
	border-radius: 0;
}

.order-cancel-form .order-form-row #cancel_order_billing_amount_field .form-control,
.order-cancel-form .order-form-row #cancel_order_purchase_date_field .form-control {
	border-radius: 0;
	text-align: right;
}

.user-info-container button.button {
	border-radius: 6.25rem;
}

#footer {
	background: white;
	color: black;
}

#footer .footer-logo {
	display: none;
}

#footer .design-dev-info a img {
	width: .8125rem;
}

.footer-top {
	background: white;
	color: black;
}

.footer-top a {
	color: #000;
}

.footer-top a:hover {
	color: #000;
}

.footer-top .footer-title,
.footer-top .widget-title {
	font-weight: 600;
	color: #3f1e0d;
}

.footer-top .footer-about .footer-desc:empty {
	display: none;
}

.footer-top .footer-about .about-social-link > li a {
	color: #3f1e0d;
}

.footer-top .about-social-link {
	font-size: 1.875rem;
}

.footer-top .footer-gift-info {
	-ms-flex-preferred-size: 6.125rem;
	flex-basis: 6.125rem;
	max-width: 6.125rem;
}

.footer-top .footer-gift-info .footer-title {
	margin-inline: auto;
}

.footer-top .footer-gift-info img {
	border-radius: 2px;
	max-width: 6.125rem;
}

.footer-nav ul li:before {
	background: black;
}

.footer-contact-info .icon-email:before {
	content: "\e928";
}

.footer-bottom {
	background: #f2f2f2;
	border-top: none;
}

.footer-newsletter-box .newsletter-title {
	font-weight: 600;
	color: #3f1e0d;
}

.footer-newsletter-box .input-row .form-control {
	border-color: black;
	color: black;
}

.footer-newsletter-box .input-row .form-control::-webkit-input-placeholder {
	color: black;
}

.footer-newsletter-box .input-row .form-control:-ms-input-placeholder {
	color: black;
}

.footer-newsletter-box .input-row .form-control::placeholder {
	color: black;
}

.footer-newsletter-box .input-row .btn-submit {
	color: black;
}

.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
	border: 1px solid black;
}

.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
	color: black;
}

@media (min-width: 768px) {
	body .matat-wa-chat-container {
		bottom: 110px;
	}

	button.btn.has_width,
	a.btn.has_width,
	input.btn.has_width {
		width: 13.75rem;
	}

	.subscribe_field label.checkbox input[type="checkbox"]:checked ~ .fake-input,
	.custom-checkbox input[type="checkbox"]:checked ~ .fake-input,
	.subscribe_field label.checkbox .fake-input,
	.custom-checkbox .fake-input,
	.woocommerce-account .account-newsletter form [data-name="accept"] .wpcf7-list-item-label:before,
	.footer-newsletter-box .check-wrap .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
		border-radius: 3px;
	}

	.jcf-select .jcf-select-drop .jcf-select-drop-content {
		border-radius: 20px;
	}

	.login-modal .d-flex .btn,
	.register-modal .d-flex .btn {
		height: 40px;
	}

	.header-offer-bar {
		height: 40px;
	}

	.logo {
		margin: 0 auto 10px;
	}

	.logo img {
		max-height: 58px;
	}

	.header-holder > .d-flex,
	.header-holder .header-nav-holder {
		padding-inline: 20px;
	}

	.product-item .btn-add-wishlist {
		width: 35px;
		height: 35px;
	}

	.product-item .matat_sale_badge,
	.product-item .sale-label,
	.product-item .new-label,
	.product-item .off-label,
	.product-item .sold-out-label,
	.product-item .comming-soon-label,
	.product-item .awdr_discount_bar {
		font-size: 14px;
		right: 10px;
		top: 10px;
		padding: 5px 10px;
	}

	.product-item .product-title,
	.product-item .product-name {
		margin-bottom: 8px;
	}

	.product-item .product_type_simple.add_to_cart_button {
		background: #f0eee7;
		font-size: 14px;
		height: 30px;
	}

	.product-item .product_type_simple.add_to_cart_button .icon-plus {
		font-size: 7px;
		margin-right: 3px;
	}

	.lenses_popup .modal-close {
		top: 19px;
		font-size: 15px;
	}

	.rtl .lenses_popup .modal-close {
		left: 18px;
	}

	.lenses_popup .modal-content {
		width: 500px;
	}

	.lenses__steps {
		height: calc(100% - 128px);
	}

	.lenses_popup .lenses__step {
		padding-inline: 40px;
	}

	.lenses_popup .lenses__step[step="1"] .lenses__step__title {
		margin: 0 0 36px;
	}

	.lenses_popup .lenses__step.lenses__step__result {
		padding-block: 40px;
	}

	.lenses_popup .lenses__step.lenses__step__result .added_to_cart {
		min-width: 226px;
		height: 45px;
		line-height: 41px;
		margin-top: 14px;
	}

	.lenses_popup .lenses__step .lenses__step__title {
		margin-block: 0 30px;
	}

	.lenses_popup .lenses__step .lenses__step__label {
		font-size: 24px;
	}

	.lenses_popup .lenses__step .lenses__step__description {
		margin-top: 7px;
		font-size: 14px;
		max-width: 200px;
	}

	.lenses_popup .lenses__step .lenses__step__options.d-flex {
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

	.lenses_popup .lenses__step .lenses__step__options .custom-checkbox .fake-input {
		width: 20px;
		height: 20px;
	}

	.lenses_popup .lenses__step .lenses__step__options .lenses-choice {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label .label-wrap {
		border-radius: 35px;
		padding: 20px;
	}

	.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label .label-wrap:has(.sub-label) {
		padding: 9px 20px;
	}

	.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label .label-wrap .label {
		font-size: 18px;
		line-height: 1.3;
	}

	.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label .label-wrap .sub-label {
		padding-top: 5px;
		font-size: 12px;
	}

	.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label input[type=checkbox]:checked + .label-wrap,
	.lenses_popup .lenses__step .lenses__step__options .lenses__step__option_label input[type=radio]:checked + .label-wrap {
		box-shadow: 0 0 0 2px #3f1e0d;
	}

	.lenses_popup .lenses__step .lenses__step__options .info .info-icon {
		left: 17px;
	}

	.lenses_popup .lenses__step .lenses__step__options .info .info-icon:before {
		font-size: 19px;
		width: 30px;
		height: 30px;
		line-height: 24px;
	}

	.lenses_popup .lenses__step .lenses__step__options .info .info-content {
		font-size: 14px;
		border-radius: 5px;
		padding: 10px;
		left: 0;
		min-width: 300px;
		max-width: 300px;
		top: calc(100% - 10px);
	}

	.lenses_popup .lenses__step .lenses__step__options .info .info-content:before {
		top: -4px;
		border-bottom: 4px solid white;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		left: 27px;
	}

	.lenses_popup .lenses__step .lenses__step__options .info .info-content:after {
		border-bottom: 5px solid #3f1e0d;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		top: -5px;
		left: 26px;
	}

	.lenses_popup .lenses__step .lenses__step__option_wrap {
		margin-bottom: 20px;
		-ms-flex-preferred-size: calc(50% - 30px);
		flex-basis: calc(50% - 30px);
		max-width: calc(50% - 30px);
		row-gap: 20px;
	}

	.lenses_popup .lenses__step .lenses__step__option_wrap .option-title {
		font-size: 18px;
	}

	.lenses_popup .lenses__step .lenses__sub__title {
		margin-block: 25px;
	}

	.lenses_popup .lenses__step .lenses__sub__title span {
		padding: 10px;
	}

	.lenses_popup .lenses__step .lenses__step__option .jcf-select {
		height: 40px;
	}

	.lenses_popup .lenses__step .lenses__step__option .jcf-select .jcf-select-text {
		line-height: 37px;
		height: 40px;
	}

	.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select .info .info-icon {
		right: auto;
		left: -12px;
		font-size: 14px;
		top: 5px;
	}

	.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select .info .info-icon:before {
		width: 24px;
		height: 24px;
		line-height: 19px;
	}

	.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select .info .info-content {
		top: calc(100% - 18px);
		left: -33px;
	}

	.lenses_popup .lenses__step .lenses__step__option_wrap[key="right"] .lenses__step__option.lenses__step__option--select .info .info-content {
		min-width: 250px;
		max-width: 250px;
	}

	.lenses_popup .lenses__step .lenses__step__button {
		padding: 60px 0;
	}

	.lenses_popup .lenses__step .lenses__step__button button.btn {
		min-width: 226px;
		height: 45px;
	}

	.lenses_popup .lenses__step .lenses__summary__step {
		font-size: 16px;
	}

	.lenses_popup .lenses__step .lenses__summary__step .d-flex + .d-flex {
		margin-top: 7px;
	}

	.lenses_popup .lenses__step .lenses__summary__step .edit-button {
		font-size: 14px;
	}

	.lenses_popup .lenses__step .summary-right .label + .label {
		margin-top: 7px;
	}

	#steps {
		width: 362px;
		padding: 40px 0;
		margin-bottom: 20px;
	}

	.step {
		font-size: 16px;
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.step:nth-child(n+2) {
		margin: 0 80px 0 0;
	}

	.step:after {
		font-size: 14px;
		-webkit-transform: translate(63px, 0);
		-ms-transform: translate(63px, 0);
		transform: translate(63px, 0);
		content: attr(data-desc);
	}

	.step.completed:before {
		font-size: 10px;
	}

	.custom-file {
		padding: 7px 15px;
		height: 40px;
	}

	.label-color-wrapper {
		font-size: 12px;
		gap: 10px;
		margin-top: 10px;
	}

	.label-color-wrapper .label-color .item-color {
		height: 30px;
		width: 30px;
		margin-bottom: 5px;
	}

	.home-layout-five .content-position-top .box-content .box-title {
		margin-block: 17px 0;
	}

	.home-layout-five .content-position-top .box-content .btn {
		font-size: 14px;
		min-height: 30px;
	}

	.best-selling-section .section-title {
		margin-bottom: 20px;
	}

	.best-selling-section .best-selling-slider .slick-arrow {
		width: 40px;
		height: 60px;
		padding-inline: 5px;
	}

	.best-selling-section .best-selling-slider .archive_product_item_slider .slick-arrow {
		width: 30px;
		height: 30px;
		padding-inline: 5px;
	}

	.home-layout-four:not(.has_slider):not(.video-layout):not(.slick-initialized) {
		gap: 30px;
	}

	.home-layout-four .box-title {
		bottom: 13px;
		left: 15px;
		font-size: 20px;
	}

	.single-product .sticky-wrap,
	.single-product #header,
	.single-product #footer {
		overflow: unset;
	}

	.single-product .woocommerce-breadcrumb {
		padding-block: 30px;
	}

	.single-product-container {
		padding-top: 0;
	}

	.single-product-container.no_slide_thumb .single-product-detail .main-wrapper-single-product {
		margin-right: -10.45%;
	}

	.single-product-detail {
		padding-top: 0;
	}

	.single-product-detail .single-sticky {
		max-width: 360px;
	}

	.single-product-detail .single-product-summary {
		max-width: 360px;
		margin-bottom: 12px;
	}

	.single-product-detail .single-product-summary .product-detail-header .matat-wishlist-button-wrap {
		display: block;
		top: 0;
		left: 0;
	}

	.single-product-detail .single-product-summary .woocommerce-product-details__short-description {
		max-width: 360px;
		padding-bottom: 28px;
	}

	.single-product-detail .product-add-wrap {
		max-width: 360px;
	}

	.single-product-detail .add-cart-row {
		margin-bottom: 19px;
		max-width: 360px;
	}

	.single-product-detail .product-share {
		padding: 29px 0;
	}

	.single-product-detail .product-share .share-title {
		font-size: 14px;
	}

	.single-product-detail .product-share .share-links a {
		font-size: 16px;
		margin: 0 15px 0 0;
	}

	.single-product-detail .produc-misc-info {
		max-width: 100%;
		margin-top: 20px;
		padding: 0;
		max-width: 750px;
		margin-inline: auto;
	}

	.single-product-detail .produc-misc-info .info-item {
		-ms-flex-preferred-size: max-content;
		flex-basis: max-content;
		max-width: max-content;
		text-align: right;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.single-product-detail .produc-misc-info .info-item .ico-wrap {
		margin-left: 5px;
		width: 30px;
		min-width: 30px;
	}

	.single-product-detail .produc-misc-info .info-item .ico-wrap img {
		max-height: 54px;
	}

	.single-product-detail .produc-misc-info .info-item .misc-text-wrap {
		width: calc(100% - 64px);
	}

	.single-product-detail .produc-misc-info .info-item .misc-text {
		font-size: 16px;
		margin-block: 0 5px;
	}

	.single-product-detail .produc-misc-info .info-item .misc-subtitle {
		font-size: 12px;
	}

	.single-product-detail .produc-misc-info .info-item:nth-child(1) .misc-text {
		max-width: 117px;
	}

	.single-product-detail .single-right-wrapper {
		padding: 0 20px 0 0;
	}

	.product-tab-info .tab-content {
		max-width: 360px;
	}

	.cwsp-btn-holder {
		max-width: 360px;
		margin-bottom: 1.875rem;
	}

	.cwsp-btn-holder .cwsp-btn-holder-inn {
		font-size: 14px;
		padding: 11px 18px 8px 18px;
		gap: 10px;
		border-radius: 35px;
	}

	.cwsp-btn-holder .cwsp-icon {
		width: 54px;
		height: 54px;
	}

	.related-product-section {
		padding-top: 23px;
	}

	.archive .woocommerce-breadcrumb {
		padding: 31px 20px 28px;
	}

	.shop-page-container .page-title {
		display: none;
	}

	.shop-page-container .sort-filter-row .page-title {
		opacity: 1;
		display: block !important;
	}

	.shop-category-row {
		padding-top: 14px;
	}

	.shop-sidebar-filter .category-filter label .label-text:after {
		border-radius: 3px;
	}

	.shop-sidebar-filter .size-filter label .label-text {
		border-radius: 5px;
	}

	.delivery-option label .method-option {
		border-radius: 5px;
	}

	.checkout-container .select2-container {
		height: 45px;
	}

	.coupon-code-input {
		-ms-flex-preferred-size: calc(100% - 54px);
		flex-basis: calc(100% - 54px);
		max-width: calc(100% - 54px);
		margin-left: -21px;
	}

	#footer .design-dev-info {
		margin: 0;
	}

	#footer .footer-logo {
		display: block;
		margin-inline: auto;
		max-width: 126px;
		padding-block: 11px 30px;
	}

	#footer .design-dev-info a img {
		width: 13px;
	}

	.footer-top {
		border-top: 1px solid #c9c9c9;
	}

	.footer-top .footer-gift-info {
		-ms-flex-preferred-size: 142px;
		flex-basis: 142px;
		max-width: 142px;
	}

	.footer-top .footer-gift-info img {
		border-radius: 4px;
		max-width: 142px;
	}

	.footer-contact-info i.icon-location:before {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	button.btn,
	a.btn,
	input.btn {
		font-size: 1rem;
		padding-block: 10px;
	}

	.header-holder {
		padding-top: 12px;
		padding-inline: 0;
	}

	.header-holder > .d-flex,
	.header-holder .header-nav-holder {
		padding-inline: 45px;
	}

	#primary-nav .primary-menu > li {
		margin: 0 14px;
		padding-bottom: 6px;
	}

	#primary-nav .primary-menu > li > a {
		font-size: 16px;
	}

	.product-item .product-img {
		margin-bottom: 21px;
	}

	.lenses_popup .lenses__step {
		padding-inline: 70px;
	}

	.lenses_popup .lenses__step.lenses__step__result {
		padding-block: 60px;
	}

	.home-layout-five:not(.video-layout):not(.has_slider):not(.slick-initialized) {
		gap: 30px;
	}

	.best-selling-section .section-title {
		margin-bottom: 20px;
	}

	.single-product-detail .produc-misc-info .info-item .ico-wrap {
		margin-left: 10px;
		width: 54px;
		width: 54px;
	}

	.single-product-detail .single-right-wrapper {
		padding: 0 40px 0 0;
	}

	.related-product-section .section-title {
		margin-bottom: 24px;
	}

	.coupon-code-input {
		-ms-flex-preferred-size: calc(100% - 93px);
		flex-basis: calc(100% - 93px);
		max-width: calc(100% - 93px);
		margin-left: -27px;
	}

	.footer-top {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-top .footer-title,
	.footer-top .widget-title {
		margin-left: auto;
	}

	.footer-top .footer-about {
		-ms-flex-preferred-size: max-content;
		flex-basis: max-content;
		max-width: max-content;
		margin-left: 0;
		-webkit-box-ordinal-group: 16;
		-ms-flex-order: 15;
		order: 15;
	}

	.footer-top .about-social-link {
		font-size: 29px;
		margin-top: 6px;
		max-width: 180px;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.footer-top .newsletter-col {
		margin: 0;
		max-width: 288px;
		-ms-flex-preferred-size: 288px;
		flex-basis: 288px;
	}

	.footer-nav {
		-ms-flex-preferred-size: max-content;
		flex-basis: max-content;
		max-width: max-content;
		margin-bottom: 0;
	}

	.footer-contact-info {
		-ms-flex-preferred-size: max-content;
		flex-basis: max-content;
		max-width: max-content;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.header-holder > .d-flex,
	.header-holder .header-nav-holder {
		padding-inline: 60px;
	}

	.single-product-detail .produc-misc-info {
		padding: 0 34px;
	}

	.single-product-detail .single-right-wrapper {
		padding: 0 60px 0 0;
	}

	.related-product-section {
		padding-bottom: 77px;
	}
}

@media (min-width: 1300px) {
	.header-holder > .d-flex,
	.header-holder .header-nav-holder {
		padding-inline: 75px;
	}

	.home-layout-five {
		margin-bottom: 80px;
	}

	.best-selling-section {
		margin-bottom: 80px;
	}

	.home-layout-four {
		margin-bottom: 80px;
	}

	.single-product .woocommerce-breadcrumb {
		padding-inline: 110px;
	}

	.single-product-container {
		padding-inline: 110px;
	}

	.footer-top {
		max-width: 1290px;
		padding-inline: 63px;
	}
}

@media (max-width: 767px) {
	.order-cancel-wrapper {
		padding-bottom: calc(var(--padding-bottom, 145px) + 2.8125rem);
	}
}

@media (max-width: 767.98px) {
	.logo {
		top: 50%;
	}

	.header-holder {
		padding-block: .3125rem;
	}

	.archive_product_item_slider .slick-arrow {
		opacity: 1;
		visibility: visible;
	}

	.lenses_popup .modal-close {
		width: 1.875rem;
		height: 1.875rem;
		text-align: center;
		line-height: 1.875rem;
		background: #3f1e0d;
		color: white;
		left: -1.9375rem;
		top: -1px;
	}

	.lenses_popup .lenses__step[step="2"] {
		padding-inline: 1.25rem;
	}

	.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select .info .info-content {
		right: -1.0625rem;
		min-width: 14.375rem;
		max-width: 14.375rem;
	}

	.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select .info .info-content:before {
		right: .8125rem;
		left: auto;
	}

	.lenses_popup .lenses__step .lenses__step__option.lenses__step__option--select .info .info-content:after {
		right: .75rem;
		left: auto;
	}

	.lenses_popup .lenses__step .lenses__step__option_wrap[key="left"] .lenses__step__option.lenses__step__option--select .info .info-content {
		left: 0;
		right: auto;
	}

	.lenses_popup .lenses__step .lenses__step__option_wrap[key="left"] .lenses__step__option.lenses__step__option--select .info .info-content:before {
		left: 6.5rem;
		right: auto;
	}

	.lenses_popup .lenses__step .lenses__step__option_wrap[key="left"] .lenses__step__option.lenses__step__option--select .info .info-content:after {
		left: 6.4375rem;
		right: auto;
	}

	.lenses_popup .lenses__step .lenses__summary__step .lenses__summary__step--prescription .summary-right {
		margin-bottom: .125rem;
	}

	.home-layout-five {
		margin-bottom: 2.5rem;
	}

	.home-layout-five .col-item + .col-item {
		margin-top: .9375rem;
	}

	.best-selling-section {
		margin-bottom: 2.5rem;
	}

	.home-layout-four {
		margin-bottom: 2.5rem;
	}

	.home-layout-four:not(.has_slider):not(.video-layout).home-mobile-slider .col-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.home-layout-four:not(.has_slider):not(.video-layout).home-mobile-slider .col-item:nth-child(2) {
		padding-top: 1.25rem;
	}

	.home-layout-four:not(.has_slider):not(.video-layout).home-mobile-slider .col-item:not(:first-child) {
		padding-top: 1.25rem !important;
	}

	.single-product-summary .add-cart-row {
		margin-bottom: 1.25rem;
	}

	.single-product-summary + .product-share {
		display: none !important;
	}

	.single-product-detail .single-sticky {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.single-product-detail .single-slider-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.single-product-detail .single-product-slider .slide {
		max-width: 100%;
	}

	.single-product-detail .single-product-slider .slide .img-wrap {
		margin: 0;
	}

	.single-product-detail .single-product-summary .entry-title {
		text-align: center;
		margin: 0 0 .625rem;
	}

	.single-product-detail .single-product-summary .product-price,
	.single-product-detail .single-product-summary .woocommerce-variation-price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.single-product-detail .single-product-summary .product-detail-header {
		padding-block: 0 .625rem;
	}

	.single-product-detail .single-product-summary .woocommerce-product-details__short-description {
		text-align: center;
	}

	.single-product-detail .single-product-slider {
		margin-inline: 0;
	}

	.single-product-detail .lenses-add-cart-row .add-cart-row {
		margin-bottom: .9375rem;
	}

	.single-product-detail .produc-misc-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-inline: 0;
		margin: 1.375rem -.9375rem 0;
	}

	.single-product-detail .single-right-wrapper {
		margin-top: 0;
		border-radius: 0;
		padding-block: .5rem .1875rem;
	}

	.shop-page-container header.woocommerce-products-header {
		width: 100%;
		color: #3f1e0d;
	}

	.shop-page-container .fixed-position .page-title {
		display: none;
	}

	.shop-page-container .fixed-position .sort-filter-row .page-title {
		display: block;
	}

	#footer {
		border-top: 1px solid #c9c9c9;
	}

	#footer .design-dev-info {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	#footer .design-dev-info a {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.footer-top {
		padding-top: 1.125rem;
	}

	.footer-top .footer-title,
	.footer-top .widget-title {
		font-size: .75rem;
		margin-bottom: .625rem;
	}

	.footer-top .footer-about {
		margin-bottom: 1.75rem;
	}

	.footer-top .footer-about .footer-title {
		display: none;
	}

	.footer-top .footer-gift-info {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: .625rem;
		margin-inline: auto;
	}

	.footer-top .footer-gift-info .footer-title {
		margin-block: .375rem 0;
	}

	.footer-top .newsletter-col {
		margin-bottom: 1.875rem;
	}

	.footer-nav {
		border-left: none;
	}

	.footer-contact-info {
		margin-top: .5625rem;
	}

	.footer-bottom .footer-icon ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-bottom .footer-icon img {
		height: .8125rem;
	}

	.footer-newsletter-box .newsletter-title {
		font-size: .75rem;
	}
}