/*
Theme Name: MIKO
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.12
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
	--miko-category-card-bg: #fff;
	--miko-category-badge-bg: #C4E8F4;
	--miko-category-badge-text: #000000;
	--miko-category-title: #161415;
	--miko-category-shadow: 0px 4px 14px 0px #09181C0D;
}

.miko-shop-loop-header {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 0 0 24px;
}

.miko-shop-loop-title {
	color: var(--miko-category-title);
	flex: 0 0 calc(50% - 10px);
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	max-width: calc(50% - 10px);
}

.miko-shop-loop-actions {
	align-items: center;
	/* display: flex; */
	flex: 0 0 calc(50% - 10px);
	justify-content: flex-end;
	max-width: calc(50% - 10px);
	min-width: 0;
}

.miko-shop-loop-actions > * {
	margin-bottom: 0;
	max-width: 100%;
}

.miko-shop-loop-actions .row {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

.miko-shop-loop-actions .col {
	padding-left: 0;
	padding-right: 0;
}

.miko-shop-loop-actions .cat-btn-boys {
	margin-right: 0;
}

.miko-shop-loop-header--title-only .miko-shop-loop-title {
	flex-basis: 100%;
	max-width: none;
	width: 100%;
}

.miko-shop-loop-header--category-title {
	margin-bottom: 16px;
	margin-top: 20px;
}

.miko-plain-shop-page .category-page-row {
	padding-top: 0;
}

.woocommerce-ordering select.orderby {
	background-color: #FFF;
	border-radius: 12px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
}

/* Product search form. */
body .searchform > .flex-row.relative {
	align-items: center;
	background: #FFF;
	border-radius: 99px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	overflow: hidden;
}

body .searchform > .flex-row.relative > .flex-col:last-child {
	flex: 0 0 44px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	order: -1;
}

body .searchform .search-field {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #161415;
}

body .searchform .ux-search-submit {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #161415 !important;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	min-height: 44px;
	padding: 0;
	width: 44px;
}

body .searchform .ux-search-submit:hover,
body .searchform .ux-search-submit:focus {
	background: transparent !important;
	color: #161415 !important;
}

/* Cart product list. */
body.woocommerce-cart .miko-cart-page-title {
	color: #161415;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 24px;
}

body.woocommerce-cart .woocommerce-cart-form .cart-wrapper {
	overflow: visible;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart {
	border: 0;
	border-collapse: separate;
	display: block;
	margin: 0;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart thead,
body.woocommerce-cart .woocommerce-cart-form .shop_table.cart colgroup {
	display: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody {
	display: block;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr.cart_item {
	align-items: center;
	background: #FFF;
	border: 0;
	border-radius: 16px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	display: grid;
	gap: 14px;
	grid-template-columns: 64px minmax(130px, 1fr) auto auto auto 22px;
	margin: 0 0 16px;
	min-height: 86px;
	padding: 14px 18px;
	width: 100%;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr.cart_item > td {
	border: 0;
	display: block;
	padding: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr.cart_item > td::before {
	content: none !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-thumbnail {
	grid-column: 1;
	grid-row: 1;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-thumbnail a,
body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-thumbnail img {
	display: block;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-thumbnail img {
	height: 64px;
	object-fit: contain;
	width: 64px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-name {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-name > a {
	color: #161415;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	text-decoration: none;
}

body.woocommerce-cart .miko-cart-item-sku {
	color: #747273;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.25;
	margin-top: 4px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-price {
	color: #161415;
	font-size: 14px;
	font-weight: 500;
	grid-column: 3;
	grid-row: 1;
	white-space: nowrap;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-price del {
	color: #747273;
	font-size: 12px;
	font-weight: 300;
	margin-right: 4px;
	opacity: 1;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-price del .woocommerce-Price-currencySymbol {
	display: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-price ins {
	background: transparent;
	text-decoration: none;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-quantity {
	grid-column: 4;
	grid-row: 1;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .quantity {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	height: 32px;
	margin: 0;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .quantity .plus,
body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .quantity .minus {
	align-items: center;
	background: #FFF !important;
	border: 1px solid #EFEAEB !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	color: #161415 !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	justify-content: center;
	line-height: 1;
	min-height: 32px;
	min-width: 32px;
	padding: 0 !important;
	width: 32px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .quantity .plus {
	order: 3;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .quantity .qty {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #161415;
	font-size: 14px;
	font-weight: 400;
	height: 24px;
	line-height: 24px;
	order: 2;
	padding: 0;
	text-align: center;
	width: 22px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .quantity .minus {
	order: 1;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-subtotal {
	color: #161415;
	font-size: 14px;
	font-weight: 500;
	grid-column: 5;
	grid-row: 1;
	white-space: nowrap;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-remove {
	grid-column: 6;
	grid-row: 1;
	justify-self: end;
	width: 22px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-remove a.remove {
	align-items: center;
	background: #FFF !important;
	border: 1px solid #F3B3B7;
	border-radius: 50%;
	box-sizing: border-box;
	color: #EF5D8F !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	height: 18px;
	justify-content: center;
	line-height: 16px;
	margin: 0;
	position: static;
	text-decoration: none;
	top: auto;
	right: auto;
	width: 18px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-remove a.remove:hover,
body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-remove a.remove:focus {
	background: #FFF !important;
	color: #EF5D8F !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .mobile-product-price {
	display: none !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr:not(.cart_item) {
	display: block;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .actions {
	border: 0;
	display: block;
	padding: 0 !important;
}

body.woocommerce-cart .button-continue-shopping {
	background: #FFF !important;
	border: 1px solid #F3B3B7 !important;
	border-radius: 999px !important;
	color: #F27289 !important;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 8px 14px !important;
	text-transform: none;
}

body.woocommerce-cart .cart-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.woocommerce-cart .cart-sidebar .miko-cart-sidebar-totals {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.woocommerce-cart .cart-sidebar .miko-cart-block,
body.woocommerce-cart .cart-sidebar .ux-cart-coupon,
body.woocommerce-cart .cart-sidebar .miko-cart-checkout-actions {
	background: #FFF;
	border: 0;
	border-radius: 16px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	margin: 0;
	padding: 20px;
}

body.woocommerce-cart .cart-sidebar .miko-cart-block__title,
body.woocommerce-cart .cart-sidebar .coupon .widget-title {
	border: 0;
	color: #161415;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 16px;
	padding: 0 0 14px;
	text-transform: none;
}

body.woocommerce-cart .cart-sidebar .miko-cart-block__title {
	border-bottom: 1px solid #EFEAEB;
}

body.woocommerce-cart .cart-sidebar .shop_table {
	border: 0;
	margin: 0;
}

body.woocommerce-cart .cart-sidebar .shop_table tbody,
body.woocommerce-cart .cart-sidebar .shop_table tr,
body.woocommerce-cart .cart-sidebar .shop_table th,
body.woocommerce-cart .cart-sidebar .shop_table td {
	display: block;
}

body.woocommerce-cart .cart-sidebar .miko-cart-summary-table tr {
	align-items: center;
	border-bottom: 1px solid #EFEAEB;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
}

body.woocommerce-cart .cart-sidebar .miko-cart-summary-table tr:first-child {
	padding-top: 0;
}

body.woocommerce-cart .cart-sidebar .miko-cart-summary-table tr:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

body.woocommerce-cart .cart-sidebar .shop_table th,
body.woocommerce-cart .cart-sidebar .shop_table td {
	border: 0;
	line-height: 1.35;
	padding: 0 !important;
}

body.woocommerce-cart .cart-sidebar .shop_table th {
	color: #747273;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

body.woocommerce-cart .cart-sidebar .shop_table td {
	color: #161415;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

body.woocommerce-cart .cart-sidebar .miko-cart-summary-table .order-total {
	border-top: 1px solid #EFEAEB;
	margin-top: 2px;
	padding-top: 14px;
}

body.woocommerce-cart .cart-sidebar .miko-cart-summary-table .order-total th,
body.woocommerce-cart .cart-sidebar .miko-cart-summary-table .order-total td,
body.woocommerce-cart .cart-sidebar .miko-cart-summary-table .order-total strong,
body.woocommerce-cart .cart-sidebar .miko-cart-summary-table .order-total .amount {
	color: #161415;
	font-size: 16px;
	font-weight: 500;
}

body.woocommerce-cart .cart-sidebar .miko-cart-checkout-actions,
body.woocommerce-cart .cart-sidebar .wc-proceed-to-checkout {
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .cart-sidebar .miko-cart-checkout-actions {
	padding: 20px;
}

body.woocommerce-cart .cart-sidebar .miko-cart-checkout-actions .checkout-button,
body.woocommerce-cart .cart-sidebar .wc-proceed-to-checkout .checkout-button {
	align-items: center;
	background: #F27289 !important;
	border: 0 !important;
	border-radius: 99px !important;
	box-shadow: none !important;
	color: #FFF !important;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	min-height: 48px;
	padding: 12px 24px !important;
	text-transform: none;
	width: 100%;
}

body.woocommerce-cart .cart-sidebar .miko-cart-checkout-actions .checkout-button:hover,
body.woocommerce-cart .cart-sidebar .miko-cart-checkout-actions .checkout-button:focus,
body.woocommerce-cart .cart-sidebar .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .cart-sidebar .wc-proceed-to-checkout .checkout-button:focus {
	background: #F27289 !important;
	color: #FFF !important;
}

body.woocommerce-cart .cart-sidebar .miko-cart-delivery-table tr,
body.woocommerce-cart .cart-sidebar .miko-cart-delivery-table td {
	border: 0;
	padding: 0 !important;
	text-align: left;
}

body.woocommerce-cart .cart-sidebar .shipping__inner {
	color: #747273;
	font-size: 14px;
}

body.woocommerce-cart .cart-sidebar .shipping__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 14px;
	padding: 0;
}

body.woocommerce-cart .cart-sidebar .shipping__list_item {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
	min-height: 22px;
}

body.woocommerce-cart .cart-sidebar .shipping__list_item input[type="radio"] {
	accent-color: #2EA5E4;
	cursor: pointer;
	flex: 0 0 auto;
	height: 16px;
	margin: 0;
	width: 16px;
}

body.woocommerce-cart .cart-sidebar .shipping__list_label {
	color: #747273;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .cart-sidebar .shipping__list_item input:checked + .shipping__list_label {
	color: #161415;
	font-weight: 500;
}

body.woocommerce-cart .cart-sidebar .shipping__list_item input[type="hidden"] + .shipping__list_label {
	color: #161415;
	font-weight: 500;
}

body.woocommerce-cart .cart-sidebar .shipping__list_label .amount {
	color: #161415;
	font-weight: 500;
}

body.woocommerce-cart .cart-sidebar .woocommerce-shipping-destination,
body.woocommerce-cart .cart-sidebar .woocommerce-shipping-contents {
	color: #747273;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 6px;
}

body.woocommerce-cart .cart-sidebar .woocommerce-shipping-destination strong {
	color: #161415;
	font-weight: 500;
}

body.woocommerce-cart .cart-sidebar .woocommerce-shipping-calculator {
	margin: 0;
}

body.woocommerce-cart .cart-sidebar .shipping-calculator-button {
	color: #161415;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	text-decoration: none;
}

body.woocommerce-cart .cart-sidebar .shipping-calculator-form {
	background: #F8FAFA;
	border: 1px solid #EFEAEB;
	border-radius: 12px;
	margin: 12px 0 0;
	padding: 14px;
}

body.woocommerce-cart .cart-sidebar .shipping-calculator-form .form-row {
	margin: 0 0 12px;
	padding: 0;
}

body.woocommerce-cart .cart-sidebar .shipping-calculator-form label {
	color: #747273;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 6px;
}

body.woocommerce-cart .cart-sidebar .shipping-calculator-form input,
body.woocommerce-cart .cart-sidebar .shipping-calculator-form select,
body.woocommerce-cart .cart-sidebar .shipping-calculator-form .select2-container .select2-selection {
	background: #FFF;
	border: 1px solid #EFEAEB;
	border-radius: 8px;
	box-shadow: none;
	color: #161415;
	font-size: 14px;
	font-weight: 400;
	min-height: 42px;
	width: 100%;
}

body.woocommerce-cart .cart-sidebar .shipping-calculator-form input,
body.woocommerce-cart .cart-sidebar .shipping-calculator-form select {
	padding: 9px 12px;
}

body.woocommerce-cart .cart-sidebar .shipping-calculator-form .select2-container {
	width: 100% !important;
}

body.woocommerce-cart .cart-sidebar .shipping-calculator-form .select2-container .select2-selection__rendered {
	line-height: 42px;
	padding-left: 12px;
	padding-right: 32px;
}

body.woocommerce-cart .cart-sidebar .shipping-calculator-form .select2-container .select2-selection__arrow {
	height: 42px;
	right: 8px;
}

body.woocommerce-cart .cart-sidebar .miko-cart-address-submit {
	margin: 2px 0 0;
}

body.woocommerce-cart .cart-sidebar .miko-cart-address-submit .button {
	border-radius: 8px;
	margin: 0;
	min-height: 42px;
	text-transform: none;
	width: 100%;
}

body.woocommerce-cart .cart-sidebar .miko-cart-delivery-note {
	align-items: flex-start;
	border-top: 1px solid #EFEAEB;
	color: #747273;
	display: flex;
	font-size: 13px;
	font-weight: 400;
	gap: 10px;
	line-height: 1.4;
	margin-top: 16px;
	padding-top: 14px;
}

body.woocommerce-cart .cart-sidebar .miko-cart-delivery-note img {
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

body.woocommerce-cart .cart-sidebar .ux-cart-coupon .coupon {
	border: 0;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .cart-sidebar .coupon .widget-title {
	align-items: center;
	border-bottom: 1px solid #EFEAEB;
	display: flex;
	gap: 8px;
}

body.woocommerce-cart .cart-sidebar .coupon .widget-title svg {
	color: #747273;
	height: 18px;
	width: 18px;
}

body.woocommerce-cart .cart-sidebar .coupon .input-text {
	background: #FFF;
	border: 1px solid #EFEAEB;
	border-radius: 8px;
	box-shadow: none;
	color: #161415;
	font-size: 14px;
	height: 42px;
	margin: 0 0 10px;
	padding: 9px 12px;
	width: 100%;
}

body.woocommerce-cart .cart-sidebar .coupon .button {
	border-radius: 8px;
	height: 42px;
	margin: 0;
	text-transform: none;
	width: 100%;
}

/* Checkout. */
body.woocommerce-checkout:not(.woocommerce-order-received) #main {
	background: #F7FCFE;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-page-title {
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .cart-container.page-checkout {
	max-width: 1320px;
	padding-bottom: 56px;
	padding-top: 24px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-page-title {
	color: #161415;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 24px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .row.pt-0 {
	align-items: start;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, .95fr);
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .row.pt-0 > .col {
	float: none;
	max-width: none;
	padding: 0;
	width: auto;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .row.pt-0 > .large-7,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .row.pt-0 > .large-5 {
	flex-basis: auto;
	max-width: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-card {
	background: #FFF;
	border: 0;
	border-radius: 16px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	margin: 0 0 16px;
	padding: 20px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-card__title {
	border: 0;
	color: #161415;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 18px;
	padding: 0;
	text-transform: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper {
	display: grid;
	gap: 14px 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields .form-row,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields .form-row,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-account-fields .form-row {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_first_name_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_last_name_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_email_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_phone_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_state_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_city_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_address_1_field {
	grid-column: span 2;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_country_field {
	grid-column: 1 / -1;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_house_number_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_apartment_number_field {
	grid-column: span 1;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_first_name_field {
	order: 10;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_last_name_field {
	order: 20;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_email_field {
	order: 30;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_phone_field {
	order: 40;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_country_field {
	order: 50;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_state_field {
	order: 60;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_city_field {
	order: 70;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_address_1_field {
	order: 80;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_house_number_field {
	order: 90;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_apartment_number_field {
	order: 100;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row label {
	color: #747273;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 8px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_apartment_number_field label {
	clip: auto !important;
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	position: static !important;
	width: auto !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row .required {
	color: #F27289;
	font-weight: 400;
	text-decoration: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row .optional {
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_country_field .required {
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) select,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection {
	background-color: #FFF;
	border: 1px solid #EFEAEB;
	border-radius: 99px;
	box-shadow: none;
	color: #161415;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	min-height: 46px;
	width: 100%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) select {
	padding: 10px 16px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) textarea.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_comments {
	border-radius: 20px !important;
	min-height: 112px;
	padding: 14px 16px;
	resize: vertical;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) select:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--focus .select2-selection,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--open .select2-selection {
	border-color: #70AEB0;
	box-shadow: 0 0 0 3px rgba(112, 174, 176, .14);
	outline: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container {
	width: 100% !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
	align-items: center;
	display: flex;
	height: 46px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection__rendered {
	color: #161415;
	line-height: 1.3;
	padding-left: 16px;
	padding-right: 38px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection__arrow {
	height: 46px;
	right: 10px;
	top: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-account-fields {
	margin-top: 18px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-account-fields .checkbox,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form__label-for-checkbox {
	align-items: center;
	color: #161415;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	gap: 10px;
	line-height: 1.3;
	margin: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) input[type="checkbox"],
body.woocommerce-checkout:not(.woocommerce-order-received) input[type="radio"] {
	accent-color: #70AEB0;
	flex: 0 0 auto;
	height: 18px;
	margin: 0;
	width: 18px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #order_comments_field label {
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
	overflow: visible;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .row.pt-0 > .large-5 > .col-inner,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .row.pt-0 > .large-5 > .col-inner.has-border,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .row.pt-0 > .large-5 > .col-inner.is-well,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-sidebar .col-inner,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-sidebar .col-inner.has-border,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-sidebar .is-well {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
	display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #order_review,
body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
	background: transparent;
	border: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-card {
	margin: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .shop_table {
	border: 0;
	border-collapse: separate;
	margin: 0;
	width: 100%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .shop_table th,
body.woocommerce-checkout:not(.woocommerce-order-received) .shop_table td {
	border: 0;
	line-height: 1.35;
	padding: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table thead th {
	color: #5B9EA0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	padding-bottom: 12px;
	text-transform: uppercase;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table thead .product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table td.product-total {
	text-align: right;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table tbody td {
	color: #161415;
	font-size: 13px;
	font-weight: 400;
	padding: 7px 0;
	vertical-align: top;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table .product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table .amount {
	color: #161415;
	font-weight: 600;
	white-space: nowrap;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table .product-quantity {
	color: #747273;
	font-weight: 400;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table tfoot tr {
	border-top: 1px solid #EFEAEB;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table tfoot th,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table tfoot td {
	border-top: 1px solid #EFEAEB;
	color: #161415;
	font-size: 14px;
	font-weight: 600;
	padding-top: 14px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table tfoot td {
	text-align: right;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table .order-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table .order-total td,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table .order-total strong,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-summary-table .order-total .amount {
	font-size: 15px;
	font-weight: 600;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table tr,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table td {
	border: 0;
	padding: 0;
	text-align: left;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table .shipping__inner {
	color: #747273;
	font-size: 14px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table .shipping__list,
body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods {
	border: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table .shipping__list_item,
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .wc_payment_method {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	min-height: 22px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table .shipping__list_label,
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .wc_payment_method > label {
	align-items: center;
	color: #161415;
	cursor: pointer;
	display: flex;
	flex: 1 1 auto;
	font-size: 14px;
	font-weight: 400;
	justify-content: space-between;
	line-height: 1.35;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table .shipping__list_item input,
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .wc_payment_method input {
	cursor: pointer;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table .shipping__list_label .amount {
	color: #161415;
	font-weight: 600;
	margin-left: auto;
	white-space: nowrap;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table .woocommerce-shipping-destination,
body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-delivery-table .woocommerce-shipping-contents {
	color: #747273;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	margin: 8px 0 0 28px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box {
	background: #F8FAFA;
	border: 1px solid #EFEAEB;
	border-radius: 12px;
	color: #747273;
	flex: 1 1 100%;
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 0 28px;
	padding: 12px;
	width: calc(100% - 28px);
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box::before {
	content: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
	align-items: center;
	background: #F27289 !important;
	border: 0 !important;
	border-radius: 99px !important;
	box-shadow: none !important;
	color: #FFF !important;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	min-height: 48px;
	order: 1;
	padding: 12px 24px !important;
	text-transform: none;
	width: 100%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #place_order:hover,
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order:focus {
	background: #F27289 !important;
	color: #FFF !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-wrapper {
	color: #747273;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin: 12px 0 0;
	order: 2;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-wrapper p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-wrapper a {
	color: #747273;
	text-decoration: underline;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout_coupon {
	background: #FFF;
	border: 0;
	border-radius: 16px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	margin: 0 0 16px;
	padding: 16px 20px;
}

@media (max-width: 1100px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr.cart_item {
		align-items: center;
		gap: 10px 8px;
		grid-template-columns: 58px minmax(0, 1fr) minmax(92px, auto) minmax(56px, max-content);
		grid-template-rows: auto auto;
		padding: 12px;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-thumbnail {
		grid-column: 1;
		grid-row: 1;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-thumbnail img {
		height: 58px;
		width: 58px;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-name {
		grid-column: 2 / 4;
		grid-row: 1;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-remove {
		align-self: start;
		grid-column: 4;
		grid-row: 1;
		justify-self: end;
		width: 22px;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-price {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		gap: 2px 5px;
		grid-column: 1 / 3;
		grid-row: 2;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-quantity {
		grid-column: 3;
		grid-row: 2;
		justify-self: end;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart .product-subtotal {
		grid-column: 4;
		grid-row: 2;
		justify-self: end;
		min-width: 56px;
		text-align: right;
	}
}

@media (max-width: 849px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) .cart-container.page-checkout {
		padding: 18px 14px 36px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-page-title {
		font-size: 24px;
		margin-bottom: 16px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .row.pt-0 {
		display: grid;
		gap: 0;
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
	body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
	body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-card {
		border-radius: 16px;
		margin-bottom: 16px;
		padding: 16px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields h3,
	body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields h3,
	body.woocommerce-checkout:not(.woocommerce-order-received) .miko-checkout-card__title {
		font-size: 18px;
		margin-bottom: 16px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper {
		gap: 14px 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_first_name_field,
	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_last_name_field,
	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_house_number_field,
	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_apartment_number_field {
		grid-column: span 1;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_email_field,
	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_phone_field,
	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_country_field,
	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_state_field,
	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_city_field,
	body.woocommerce-checkout:not(.woocommerce-order-received) #billing_address_1_field {
		grid-column: 1 / -1;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .input-text,
	body.woocommerce-checkout:not(.woocommerce-order-received) select,
	body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection {
		min-height: 46px;
	}
}

@media (min-width: 850px) {
	.tax-product_cat .category-page-title .page-title-inner > .flex-col:last-child {
		margin-top: 20px;
	}

	.header-main .header-nav.nav-right .header-wishlist-icon,
	.header-main .header-nav.nav-right .cart-item,
	.header-main .header-nav.nav-right .account-item {
		margin: 0;
	}

	.header-main .header-nav.nav-right .header-wishlist-icon {
		margin-left: 13px;
	}

	.header-main .header-nav.nav-right .header-wishlist-icon + .cart-item,
	.header-main .header-nav.nav-right .cart-item + .account-item {
		margin-left: 13px;
	}

	.header-main .header-nav.nav-right .header-wishlist-icon .wishlist-link,
	.header-main .header-nav.nav-right .cart-item .header-cart-link,
	.header-main .header-nav.nav-right .account-item .account-link {
		align-items: center;
		background: #FFF;
		border: 0;
		border-radius: 50%;
		box-shadow: 0px 4px 14px 0px #09181C0D;
		color: #161415;
		display: inline-flex;
		height: 42px;
		justify-content: center;
		line-height: 1;
		margin: 0;
		min-height: 42px;
		min-width: 42px;
		padding: 0;
		width: 42px;
	}

	.header-main .header-nav.nav-right .header-wishlist-icon .wishlist-icon,
	.header-main .header-nav.nav-right .cart-item .icon-shopping-basket,
	.header-main .header-nav.nav-right .account-item .icon-user {
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		display: block;
		font-size: 0;
		height: 20px;
		line-height: 1;
		position: relative;
		width: 20px;
	}

	.header-main .header-nav.nav-right .header-wishlist-icon .wishlist-icon {
		background-image: url("assets/icons/heart.svg");
	}

	.header-main .header-nav.nav-right .cart-item .icon-shopping-basket {
		background-image: url("assets/icons/cart.svg");
	}

	.header-main .header-nav.nav-right .account-item .icon-user {
		background-image: url("assets/icons/account.svg");
	}

	.header-main .header-nav.nav-right .header-wishlist-icon .wishlist-icon::before,
	.header-main .header-nav.nav-right .cart-item .icon-shopping-basket::before,
	.header-main .header-nav.nav-right .account-item .icon-user::before {
		content: "" !important;
	}

	.header-main .header-nav.nav-right [data-icon-label]::after {
		background-color: #EF5D8F;
		border: 0;
		border-radius: 50%;
		box-shadow: none;
		color: #FFF;
		font-size: 11px;
		height: 18px;
		line-height: 18px;
		position: absolute;
		right: -11px;
		text-align: center;
		top: -11px;
		width: 18px;
	}
}

/* WooCommerce category archive override. */
.miko-product-category a {
	display: block;
	text-decoration: none;
}

.miko-category-card {
	background: var(--miko-category-card-bg);
	border: 0;
	border-radius: 18px;
	box-shadow: var(--miko-category-shadow);
	display: grid;
	gap: 10px;
	overflow: hidden;
	padding: 16px 16px 13px;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.miko-product-category a:hover .miko-category-card {
	
	transform: translateY(-2px);
}

.miko-category-card__media {
	aspect-ratio: 1;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.miko-category-card__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
	width: 100%;
}

.miko-product-category a:hover .miko-category-card__media img {
	transform: scale(1.05);
}

.miko-category-card__body {
	display: grid;
	min-height: 24px;
	place-items: center;
	text-align: center;
}

.miko-category-card__title {
	color: var(--miko-category-title);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	text-transform: none;
}

.miko-category-card__count {
	background: var(--miko-category-badge-bg);
	border-radius: 999px;
	color: var(--miko-category-badge-text);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 6px 8px;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 2;
}

/* Flatsome UX Builder [ux_product_categories] cards. */
.product-category .box-category {
	background: var(--miko-category-card-bg);
	border: 0;
	border-radius: 18px;
	box-shadow: var(--miko-category-shadow);
	min-height: 210px;
	overflow: hidden;
	padding: 16px 16px 13px;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.product-category a:hover .box-category {
	
	transform: translateY(-2px);
}

.product-category .box-category .box-image {
	aspect-ratio: 1;
	background: #fff;
	border-radius: 14px;
	display: flex;
	overflow: hidden;
	width: 100%;
}

.product-category .box-category .box-image > div {
	display: flex;
	height: 100%;
	width: 100%;
}

.product-category .box-category .box-image img {
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
	width: 100%;
}

.product-category a:hover .box-category .box-image img {
	transform: scale(1.05);
}

.product-category .box-category .box-text {
	padding: 8px 0 0;
	position: static;
}

.product-category .box-category .box-text-inner {
	position: static;
}

.product-category .box-category .header-title {
	color: var(--miko-category-title);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	text-transform: none;
}

.product-category .box-category .count {
	background: var(--miko-category-badge-bg);
	border-radius: 999px;
	color: var(--miko-category-badge-text);
	display: inline-flex;
	font-size: 12px;
	font-weight: 400;
	left: auto;
	line-height: 1;
	margin: 0;
	padding: 6px 8px;
	position: absolute !important;
	right: 12px;
	text-align: center;
	text-transform: lowercase;
	top: 12px;
	width: auto;
	z-index: 2;
}


@media (max-width: 1150px) {
	
}

@media (max-width: 849px) {
	:root {
		--miko-mobile-header-height: 70px;
	}

	.header-main .header-inner.medium-logo-center {
		gap: 10px;
		justify-content: flex-start;
		padding-left: 20px;
		padding-right: 16px;
	}

	.header-main .header-inner.medium-logo-center > .show-for-medium.flex-left {
		display: none;
	}

	.header-main .header-inner.medium-logo-center #logo {
		flex: 0 0 auto;
		margin: 0;
		order: 1;
		text-align: left;
	}

	.header-main .header-inner.medium-logo-center #logo img {
		margin: 0;
		max-height: 60px;
		width: 115px;
	}

	.header-main .header-inner.medium-logo-center > .show-for-medium.flex-right {
		flex: 1 1 auto;
		margin-left: auto;
		order: 2;
	}

	.header-main .mobile-nav.nav-right {
		align-items: center;
		display: flex;
		gap: 13px;
		justify-content: flex-end;
		width: 100%;
	}

	.header-main .mobile-nav.nav-right > li {
		margin: 0;
	}

	.header-main .mobile-nav.nav-right > li > a,
	.header-main .mobile-nav.nav-right .header-button > a {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		margin: 0;
		padding: 0;
	}

	.header-main .mobile-nav.nav-right .header-search > a {
		background: transparent;
		border: 0;
		box-shadow: none;
		color: #161415;
		height: 42px;
		min-height: 42px;
		min-width: 22px;
		width: 22px;
	}

	.header-main .mobile-nav.nav-right .header-search .icon-search {
		color: #161415;
		font-size: 20px !important;
		line-height: 1;
	}

	.header-main .mobile-nav.nav-right .header-wishlist-icon .wishlist-link,
	.header-main .mobile-nav.nav-right .cart-item .header-cart-link,
	.header-main .mobile-nav.nav-right .nav-icon > a {
		background: #FFF;
		border: 0;
		border-radius: 50%;
		box-shadow: 0px 4px 14px 0px #09181C0D;
		color: #161415;
		height: 42px;
		line-height: 1;
		min-height: 42px;
		min-width: 42px;
		width: 42px;
	}

	.header-main .mobile-nav.nav-right .wishlist-icon,
	.header-main .mobile-nav.nav-right .icon-shopping-basket,
	.header-main .mobile-nav.nav-right .icon-menu {
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		display: block;
		font-size: 0;
		height: 20px;
		line-height: 1;
		position: relative;
		width: 20px;
	}

	.header-main .mobile-nav.nav-right .wishlist-icon {
		background-image: url("assets/icons/heart.svg");
	}

	.header-main .mobile-nav.nav-right .icon-shopping-basket {
		background-image: url("assets/icons/cart.svg");
	}

	.header-main .mobile-nav.nav-right .icon-menu {
		background-image: url("assets/icons/menu.svg");
	}

	.header-main .mobile-nav.nav-right .nav-icon > a[aria-expanded="true"] .icon-menu {
		background-image: none;
	}

	.header-main .mobile-nav.nav-right .nav-icon > a[aria-expanded="true"] .icon-menu::before,
	.header-main .mobile-nav.nav-right .nav-icon > a[aria-expanded="true"] .icon-menu::after {
		background: #161415;
		border-radius: 999px;
		content: "" !important;
		height: 2px;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 20px;
	}

	.header-main .mobile-nav.nav-right .nav-icon > a[aria-expanded="true"] .icon-menu::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.header-main .mobile-nav.nav-right .nav-icon > a[aria-expanded="true"] .icon-menu::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.header-main .mobile-nav.nav-right .wishlist-icon::before,
	.header-main .mobile-nav.nav-right .icon-shopping-basket::before,
	.header-main .mobile-nav.nav-right .icon-menu::before {
		content: "" !important;
	}

	.header-main .mobile-nav.nav-right [data-icon-label]::after {
		background-color: #EF5D8F;
		border: 0;
		border-radius: 50%;
		box-shadow: none;
		color: #FFF;
		font-size: 11px;
		height: 18px;
		line-height: 18px;
		position: absolute;
		right: -11px;
		text-align: center;
		top: -11px;
		width: 18px;
	}

	.mfp-bg.main-menu-overlay {
		background: transparent !important;
		opacity: 0 !important;
		pointer-events: none;
	}

	html.miko-main-menu-open #header,
	html.miko-main-menu-open .header-wrapper {
		position: relative;
		z-index: 1046;
	}

	html.miko-main-menu-open {
		margin-right: 0 !important;
	}

	html.miko-main-menu-open .mfp-wrap.off-canvas-left,
	html.miko-main-menu-open .mfp-wrap.off-canvas-right,
	.mfp-wrap.off-canvas-left:has(#main-menu),
	.mfp-wrap.off-canvas-right:has(#main-menu) {
		bottom: 0;
		height: calc(100vh - var(--miko-mobile-header-height)) !important;
		height: calc(100dvh - var(--miko-mobile-header-height)) !important;
		left: 0;
		right: 0;
		top: var(--miko-mobile-header-height) !important;
	}

	html.miko-main-menu-open .mfp-wrap.off-canvas-left .mfp-container,
	html.miko-main-menu-open .mfp-wrap.off-canvas-right .mfp-container,
	.mfp-wrap.off-canvas-left:has(#main-menu) .mfp-container,
	.mfp-wrap.off-canvas-right:has(#main-menu) .mfp-container {
		padding: 0;
	}

	html.miko-main-menu-open .mfp-wrap.off-canvas-left .mfp-content,
	html.miko-main-menu-open .mfp-wrap.off-canvas-right .mfp-content,
	.mfp-wrap.off-canvas-left:has(#main-menu) .mfp-content,
	.mfp-wrap.off-canvas-right:has(#main-menu) .mfp-content {
		background: #F7FCFE;
		bottom: 0 !important;
		height: calc(100vh - var(--miko-mobile-header-height)) !important;
		height: calc(100dvh - var(--miko-mobile-header-height)) !important;
		max-width: none;
		top: var(--miko-mobile-header-height) !important;
		transform: none !important;
		width: 100%;
	}

	html.miko-main-menu-open .mfp-wrap.off-canvas-left .mfp-close,
	html.miko-main-menu-open .mfp-wrap.off-canvas-right .mfp-close,
	.mfp-wrap.off-canvas-left:has(#main-menu) .mfp-close,
	.mfp-wrap.off-canvas-right:has(#main-menu) .mfp-close {
		display: none;
	}

	#main-menu {
		background: #F7FCFE;
		height: 100%;
		width: 100%;
	}

	#main-menu .sidebar-menu {
		background: #F7FCFE;
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 0 20px 18px;
		width: 100%;
	}

	#main-menu .nav-sidebar {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#main-menu .nav-sidebar > li:not(:has(> ul.children a[hreflang])) {
		border-bottom: 1px solid #E7EDF0;
		border-top: 0;
		height: 55px;
		margin: 0;
	}

	#main-menu .nav-sidebar.nav-vertical > li.menu-item.active,
	#main-menu .nav-sidebar.nav-vertical > li.menu-item:hover {
		background-color: transparent !important;
	}

	#main-menu .nav-sidebar > li:not(:has(> ul.children a[hreflang])) > a {
		align-items: center;
		color: #161415;
		display: flex;
		font-size: 18px;
		font-weight: 400;
		height: 55px;
		justify-content: space-between;
		letter-spacing: 0;
		line-height: 1.25;
		min-height: 55px;
		padding: 0;
		text-transform: none;
	}

	#main-menu .nav-sidebar.nav-vertical > li.menu-item > a {
		border-top: 0;
	}

	#main-menu .nav-sidebar > li.menu-item:first-child > a::after {
		background-image: url("assets/icons/arrow-right.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		content: "";
		display: block;
		flex: 0 0 20px;
		height: 20px;
		margin-left: auto;
		width: 20px;
	}

	#main-menu .nav-sidebar > li.menu-item:first-child > a > i {
		display: none;
	}

	#main-menu .nav-sidebar > li:not(:has(> ul.children a[hreflang])) > a:hover,
	#main-menu .nav-sidebar > li:not(:has(> ul.children a[hreflang])) > a:focus,
	#main-menu .nav-sidebar > li:not(:has(> ul.children a[hreflang])).active > a,
	#main-menu .nav-sidebar > li:not(:has(> ul.children a[hreflang])):hover > a {
		background: transparent !important;
		color: #161415;
	}

	#main-menu .nav-sidebar > li > a i,
	#main-menu .nav-sidebar > li > a .icon-angle-down {
		color: #161415;
		font-size: 14px;
		margin-left: auto;
		opacity: 1;
	}

	#main-menu .nav-sidebar > li > a .icon-angle-down {
		transform: rotate(-90deg);
	}

	#main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) {
		align-self: center;
		border-bottom: 0;
		margin-bottom: 0;
		margin-top: auto;
	}

	#main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) > a {
		display: none;
	}

	#main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) > ul.children {
		align-items: center;
		background: #FFF;
		border-radius: 999px;
		box-shadow: 0px 4px 14px 0px #09181C0D;
		display: flex !important;
		gap: 4px;
		margin: 0;
		padding: 4px;
		position: static;
	}

	#main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) > ul.children > li {
		border: 0;
		margin: 0;
	}

	#main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) > ul.children > li > a {
		align-items: center;
		border-radius: 999px;
		color: #161415;
		display: flex;
		font-size: 11px;
		font-weight: 400;
		gap: 6px;
		line-height: 1;
		min-height: 24px;
		padding: 0 10px;
		text-transform: uppercase;
	}

	#main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) > ul.children > li.active > a,
	#main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) > ul.children > li.current-lang > a {
		background: #161415;
		color: #FFF;
	}

	html[lang^="ro"] #main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) > ul.children > li > a[hreflang^="ro"],
	html[lang^="ru"] #main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) > ul.children > li > a[hreflang^="ru"],
	html[lang^="en"] #main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) > ul.children > li > a[hreflang^="en"] {
		background: #161415;
		color: #FFF;
	}

	#main-menu .nav-sidebar > li:has(> ul.children a[hreflang]) img {
		border-radius: 50%;
		height: 14px;
		object-fit: cover;
		width: 14px;
	}

	.category-page-title .page-title-inner {
		align-items: center;
		display: grid;
		gap: 14px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.category-page-title .page-title-inner > .flex-col:first-child {
		display: contents;
	}

	.category-page-title .page-title-inner > .flex-col:first-child > .is-medium {
		grid-column: 1 / -1;
		grid-row: 1;
		text-align: left;
		width: 100%;
	}

	.category-page-title .woocommerce-breadcrumb {
		margin-bottom: 0;
		text-align: left;
		width: 100%;
	}

	.category-page-title .miko-shop-loop-header--category-title {
		grid-column: 1 / -1;
		grid-row: 2;
		margin: 0;
		text-align: left;
		width: 100%;
	}

	.category-page-title .miko-shop-loop-header--category-title .miko-shop-loop-title {
		text-align: left;
	}

	.category-page-row {
		padding-top: 0;
	}

	.category-page-title .category-filtering {
		grid-column: 1;
		grid-row: 3;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.category-page-title .category-filtering .inline-block,
	.category-page-title .woocommerce-result-count {
		display: none;
	}

	.category-page-title .page-title-inner > .flex-col:last-child {
		grid-column: 2;
		grid-row: 3;
		margin: 0;
		max-width: none;
		width: 100%;
	}

	.category-page-title .woocommerce-ordering {
		display: block;
		margin: 0;
		width: 100%;
	}

	.category-page-title .miko-filter-button,
	.category-page-title .woocommerce-ordering select.orderby {
		align-items: center;
		background-color: #FFF;
		border: 0;
		border-radius: 12px;
		box-shadow: 0px 4px 14px 0px #09181C0D;
		color: #161415;
		display: flex;
		font-size: 16px;
		font-weight: 400;
		height: 56px;
		justify-content: center;
		line-height: 1.2;
		margin: 0;
		text-transform: none;
		width: 100%;
	}

	.category-page-title .woocommerce-ordering select.orderby {
		display: block;
		padding-left: 14px;
		padding-right: 34px;
	}

	.category-page-title .miko-filter-button {
		gap: 10px;
	}

	.category-page-title .miko-filter-button strong {
		font-weight: 400;
	}

	.category-page-title .miko-filter-button__icon {
		height: 20px;
		width: 20px;
	}

	.miko-shop-loop-header {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.miko-shop-loop-title {
		flex-basis: auto;
		max-width: none;
		width: 100%;
	}

	.miko-shop-loop-actions {
		flex-basis: auto;
		flex-wrap: nowrap;
		justify-content: center;
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	.miko-shop-loop-actions .row {
		column-gap: 1rem;
		justify-content: center;
	}

	.miko-shop-loop-actions .col {
		flex-basis: calc(50% - 0.5rem);
		max-width: calc(50% - 0.5rem);
		width: calc(50% - 0.5rem);
	}

	.miko-shop-loop-actions .button {
		margin-left: 0;
		margin-right: 0;
		width: calc(50% - 0.5rem);
	}

	.miko-shop-loop-actions .cat-btn-girls {
		margin-right: 0.5rem;
	}

	.miko-shop-loop-actions .cat-btn-boys {
		margin-left: 0.5rem;
	}
}

/* Single product variation swatches. */
body.single-product form.variations_form table.variations.miko-size-variations-table,
body.single-product form.variations_form table.variations.miko-size-variations-table tbody,
body.single-product form.variations_form table.variations tr.miko-size-variation-row,
body.single-product form.variations_form table.variations tr.miko-size-variation-row th,
body.single-product form.variations_form table.variations tr.miko-size-variation-row td {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

body.single-product form.variations_form table.variations.miko-size-variations-table {
	margin: 0 0 22px;
}

body.single-product form.variations_form table.variations tr.miko-size-variation-row {
	margin-bottom: 18px;
}

body.single-product form.variations_form table.variations tr.miko-size-variation-row th.label {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 10px;
}

body.single-product form.variations_form table.variations tr.miko-size-variation-row th.label label {
	color: #747273;
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	text-transform: none;
}

body.single-product form.variations_form .miko-size-chart-link {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #F27289;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	padding: 0;
	text-decoration: underline;
	text-transform: none;
	white-space: nowrap;
}

body.single-product form.variations_form .miko-size-chart-link:hover,
body.single-product form.variations_form .miko-size-chart-link:focus {
	color: #E85E79;
	text-decoration: underline;
}

#ghid_marimi_cta.lightbox-content {
	position: relative;
}

#ghid_marimi_cta.lightbox-content .mfp-close.miko-size-guide-close {
	align-items: center;
	background: #FFF;
	border: 1px solid #EFEAEB;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(9, 24, 28, 0.14);
	color: #161415;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	line-height: 1;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 38px;
	z-index: 20;
}

#ghid_marimi_cta.lightbox-content .mfp-close.miko-size-guide-close:hover,
#ghid_marimi_cta.lightbox-content .mfp-close.miko-size-guide-close:focus {
	background: #FDF7F8;
	color: #E85E79;
}

#ghid_marimi_cta.lightbox-content .mfp-close.miko-size-guide-close svg {
	height: 22px;
	pointer-events: none;
	width: 22px;
}

body.single-product form.variations_form tr.miko-size-variation-row .variation-selector {
	display: none !important;
}

body.single-product form.variations_form tr.miko-size-variation-row .ux-swatches {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin: 0;
}

body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label {
	align-items: flex-start;
	background: #FFF !important;
	border: 1px solid #EFEAEB !important;
	border-radius: 8px !important;
	box-shadow: 0px 4px 14px 0px #09181C0D !important;
	color: #161415 !important;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 !important;
	min-height: 54px;
	min-width: 86px;
	padding: 9px 12px !important;
	text-align: left;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label:hover,
body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label:focus {
	border-color: #D8E9EF !important;
}

body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label.selected,
body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label.active,
body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label[aria-checked="true"] {
	background: #161415 !important;
	border-color: #161415 !important;
	color: #FFF !important;
}

body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label.disabled,
body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: 0.45;
}

body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.15;
	text-align: left;
	white-space: normal;
}

body.single-product form.variations_form tr.miko-size-variation-row .miko-swatch-main {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.15;
}

body.single-product form.variations_form tr.miko-size-variation-row .miko-swatch-note {
	color: #747273;
	display: block;
	font-size: 10px;
	font-weight: 300;
	line-height: 1.15;
}

body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label.selected .miko-swatch-note,
body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label.active .miko-swatch-note,
body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label[aria-checked="true"] .miko-swatch-note {
	color: rgba(255, 255, 255, 0.72);
}

body.single-product form.variations_form table.variations .reset_variations {
	display: none !important;
}

/* Single product gallery badges. */
body.single-product .product-images,
body.single-product .product-gallery-default {
	position: relative;
}

body.single-product .miko-single-product-badges {
	inset: 16px auto 16px 16px;
	pointer-events: none;
	position: absolute;
	width: 46px;
	z-index: 4;
}

body.single-product .miko-single-product-badge {
	align-items: center;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	height: 46px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	width: 46px;
}

body.single-product .miko-single-product-badge--new {
	background: #6AA4A2;
	left: 0;
	top: 0;
}

body.single-product .miko-single-product-badge--sale {
	background: #CC881B;
	bottom: 0;
	left: 0;
}

/* Single product purchase row. */
body.single-product .product-info > .price-wrapper {
	display: none;
}

body.single-product .miko-single-product-buy-row {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	margin: 0 0 28px;
	width: 100%;
}

body.single-product form.variations_form .woocommerce-variation,
body.single-product form.variations_form .woocommerce-variation-price {
	margin: 0;
}

body.single-product form.variations_form .woocommerce-variation-price {
	display: none;
}

body.single-product .miko-single-product-purchase-price {
	color: #161415;
	flex: 1 1 auto;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 auto 0 0;
	min-width: 0;
	order: 1;
	white-space: nowrap;
}

body.single-product .miko-single-product-purchase-price .price,
body.single-product .miko-single-product-purchase-price .amount {
	color: #161415;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	line-height: inherit;
	margin: 0;
}

body.single-product .miko-single-product-purchase-price del,
body.single-product .miko-single-product-purchase-price del .amount {
	color: #747273;
	font-size: 18px;
	font-weight: 300;
	opacity: 1;
}

body.single-product .miko-single-product-purchase-price ins {
	background: transparent;
	text-decoration: none;
}

body.single-product .miko-single-product-purchase-price .woocommerce-Price-currencySymbol {
	font-size: 14px;
	font-weight: 400;
	margin-left: 4px;
	vertical-align: baseline;
}

body.single-product .miko-single-product-buy-row .quantity {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	display: inline-flex !important;
	flex: 0 0 auto;
	gap: 8px;
	height: 34px;
	margin: 0 !important;
	order: 2;
	white-space: nowrap;
	width: auto;
}

body.single-product .miko-single-product-buy-row .quantity .minus,
body.single-product .miko-single-product-buy-row .quantity .plus {
	align-items: center;
	background: #FFF !important;
	border: 1px solid #EFEAEB !important;
	border-radius: 50% !important;
	box-shadow: 0px 4px 14px 0px #09181C0D !important;
	color: #161415 !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	height: 28px;
	justify-content: center;
	line-height: 1;
	margin: 0 !important;
	min-height: 28px;
	min-width: 28px;
	padding: 0 !important;
	width: 28px;
}

body.single-product .miko-single-product-buy-row .quantity .minus {
	order: 1;
}

body.single-product .miko-single-product-buy-row .quantity .qty {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #161415;
	font-size: 14px;
	font-weight: 400;
	height: 28px;
	line-height: 28px;
	margin: 0;
	order: 2;
	padding: 0;
	text-align: center;
	width: 24px;
}

body.single-product .miko-single-product-buy-row .quantity .plus {
	order: 3;
}

body.single-product form.cart .single_add_to_cart_button.button {
	align-items: center;
	background: #F27289 !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #FFF !important;
	display: inline-flex !important;
	flex: 0 0 auto;
	font-size: 14px !important;
	font-weight: 500 !important;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 44px !important;
	min-width: 160px;
	order: 3;
	padding: 12px 20px !important;
	text-transform: none !important;
	white-space: nowrap;
}

body.single-product form.cart .single_add_to_cart_button.button::before {
	background: url("assets/icons/cart.svg") center / contain no-repeat;
	content: "";
	display: block;
	filter: brightness(0) invert(1);
	height: 18px;
	width: 18px;
}

body.single-product form.cart .single_add_to_cart_button.button.disabled,
body.single-product form.cart .single_add_to_cart_button.button.loading {
	opacity: 0.72;
}

body.single-product .miko-single-product-wishlist {
	background: #FFF url("assets/icons/heart.svg") center / 20px 20px no-repeat;
	border-radius: 50%;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	flex: 0 0 44px;
	height: 44px;
	margin: 0;
	order: 4;
	width: 44px;
}

body.single-product .miko-single-product-wishlist .yith-add-to-wishlist-button-block,
body.single-product .miko-single-product-wishlist .yith-wcwl-add-to-wishlist,
body.single-product .miko-single-product-wishlist .yith-wcwl-add-button,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistaddedbrowse,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistexistsbrowse {
	height: 100%;
	margin: 0;
	width: 100%;
}

body.single-product .miko-single-product-wishlist a,
body.single-product .miko-single-product-wishlist button,
body.single-product .miko-single-product-wishlist .yith-wcwl-add-button > a,
body.single-product .miko-single-product-wishlist .yith-add-to-wishlist-button-block button,
body.single-product .miko-single-product-wishlist__fallback {
	align-items: center;
	background: #FFF !important;
	background-image: url("assets/icons/heart.svg") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: 0px 4px 14px 0px #09181C0D !important;
	color: transparent !important;
	display: flex !important;
	font-size: 0 !important;
	height: 44px !important;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 44px !important;
	min-width: 44px !important;
	overflow: hidden;
	padding: 0 !important;
	text-decoration: none !important;
	width: 44px !important;
}

body.single-product .miko-single-product-wishlist img,
body.single-product .miko-single-product-wishlist svg,
body.single-product .miko-single-product-wishlist i {
	color: #F27289 !important;
	display: block !important;
	font-size: 20px !important;
	height: 20px !important;
	line-height: 20px !important;
	margin: 0 !important;
	max-width: 20px !important;
	object-fit: contain;
	width: 20px !important;
}

body.single-product .miko-single-product-wishlist .feedback,
body.single-product .miko-single-product-wishlist .separator,
body.single-product .miko-single-product-wishlist .view-wishlist,
body.single-product .miko-single-product-wishlist .yith-wcwl-tooltip {
	display: none !important;
}

body.single-product .miko-single-product-wishlist .exists a,
body.single-product .miko-single-product-wishlist .exists button,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistaddedbrowse a,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistaddedbrowse button,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistexistsbrowse a,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistexistsbrowse button {
	background-image: url("assets/icons/heart-added.svg") !important;
}

body.single-product .miko-single-product-wishlist .exists img,
body.single-product .miko-single-product-wishlist .exists svg,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistaddedbrowse img,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistaddedbrowse svg,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistexistsbrowse img,
body.single-product .miko-single-product-wishlist .yith-wcwl-wishlistexistsbrowse svg {
	filter: none !important;
}

body.single-product .miko-single-product-info {
	margin-top: 0;
}

body.single-product .miko-single-product-delivery {
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	display: grid;
	margin: 0 0 28px;
	overflow: hidden;
}

body.single-product .miko-single-product-delivery__item {
	align-items: center;
	display: flex;
	gap: 12px;
	min-height: 58px;
	padding: 16px 18px;
}

body.single-product .miko-single-product-delivery__item + .miko-single-product-delivery__item {
	border-top: 1px solid #EFEAEB;
}

body.single-product .miko-single-product-delivery__icon {
	flex: 0 0 24px;
	height: 24px;
	object-fit: contain;
	width: 24px;
}

body.single-product .miko-single-product-delivery__text {
	color: #161415;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}

body.single-product .miko-single-product-characteristics {
	margin: 0;
}

body.single-product .miko-single-product-characteristics__title {
	color: #161415;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: none;
}

body.single-product .miko-single-product-characteristics__list {
	margin: 0;
}

body.single-product .miko-single-product-characteristics__row {
	align-items: center;
	border-bottom: 1px solid #EFEAEB;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 42px;
	padding: 10px 0;
}

body.single-product .miko-single-product-characteristics__row dt,
body.single-product .miko-single-product-characteristics__row dd {
	color: #161415;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

body.single-product .miko-single-product-characteristics__row dt {
	color: #747273;
	font-weight: 400;
}

body.single-product .miko-characteristics-size-chart-link {
	color: #F27289;
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin-left: 4px;
	text-decoration: underline;
}

body.single-product .miko-characteristics-size-chart-link:hover,
body.single-product .miko-characteristics-size-chart-link:focus {
	color: #E85E79;
	text-decoration: underline;
}

body.single-product .miko-single-product-characteristics__row dd {
	font-weight: 500;
	text-align: right;
}

@media (max-width: 549px) {
	body.single-product form.variations_form tr.miko-size-variation-row .ux-swatches {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.single-product form.variations_form tr.miko-size-variation-row .ux-swatch.ux-swatch--label {
		min-width: 0;
		padding: 8px 9px !important;
		width: 100%;
	}

	body.single-product .miko-single-product-buy-row {
		flex-wrap: wrap;
		gap: 12px;
		margin-bottom: 24px;
	}

	body.single-product .miko-single-product-purchase-price {
		flex: 0 0 100%;
		font-size: 30px;
		margin-right: 0;
		width: 100%;
	}

	body.single-product .miko-single-product-buy-row .quantity {
		gap: 7px;
	}

	body.single-product form.cart .single_add_to_cart_button.button {
		flex: 1 1 0;
		min-width: 0;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	body.single-product .miko-single-product-delivery {
		margin-bottom: 24px;
	}

	body.single-product .miko-single-product-delivery__item {
		align-items: flex-start;
		padding: 14px 16px;
	}

	body.single-product .miko-single-product-characteristics__title {
		font-size: 20px;
	}

	body.single-product .miko-single-product-characteristics__row {
		min-height: 40px;
	}

	body.single-product .miko-single-product-badges {
		inset: 12px auto 12px 12px;
		width: 38px;
	}

	body.single-product .miko-single-product-badge {
		font-size: 13px;
		height: 38px;
		width: 38px;
	}
}

@media (max-width: 360px) {
	body.single-product .miko-single-product-buy-row {
		gap: 8px;
	}

	body.single-product .miko-single-product-wishlist {
		flex-basis: 40px;
		height: 40px;
		width: 40px;
	}

	body.single-product .miko-single-product-wishlist a,
	body.single-product .miko-single-product-wishlist button,
	body.single-product .miko-single-product-wishlist .yith-wcwl-add-button > a,
	body.single-product .miko-single-product-wishlist .yith-add-to-wishlist-button-block button,
	body.single-product .miko-single-product-wishlist__fallback {
		height: 40px !important;
		min-height: 40px !important;
		min-width: 40px !important;
		width: 40px !important;
	}
}

/* MIKO product cards. */
.miko-product-card {
	display: grid;
	gap: 12px;
}

.miko-product-card__media {
	aspect-ratio: 1;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	overflow: hidden;
	position: relative;
}

.miko-product-card__image-link {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 18px;
	width: 100%;
}

.miko-product-card__image-link img {
	display: block;
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
	width: 100%;
}

.miko-product-card:hover .miko-product-card__image-link img {
	transform: scale(1.04);
}

.miko-product-card__badge,
.miko-product-card__icon-button {
	align-items: center;
	border-radius: 50%;
	display: flex;
	height: 46px;
	justify-content: center;
	position: absolute;
	width: 46px;
	z-index: 2;
}

.miko-product-card__badge {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.miko-product-card__badge--new {
	background: #6AA4A2;
	left: 16px;
	top: 16px;
}

.miko-product-card__badge--sale {
	background: #CC881B;
	bottom: 16px;
	left: 16px;
}

.miko-product-card__icon-button {
	background: #fff;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	margin: 0;
	padding: 0;
	right: 16px;
}

.miko-product-card__icon-button img {
	display: block;
	height: 20px;
	object-fit: contain;
	width: 20px;
}

.miko-product-card__wishlist {
	top: 16px;
}

.miko-product-card__wishlist-wrap {
	height: 46px;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 46px;
	z-index: 3;
}

.miko-product-card__wishlist-wrap .yith-add-to-wishlist-button-block,
.miko-product-card__wishlist-wrap .yith-wcwl-add-to-wishlist,
.miko-product-card__wishlist-wrap .yith-wcwl-add-button,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistaddedbrowse,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistexistsbrowse {
	height: 100%;
	margin: 0;
	width: 100%;
}

.miko-product-card__wishlist-wrap a,
.miko-product-card__wishlist-wrap button,
.miko-product-card__wishlist-wrap .yith-wcwl-add-button > a,
.miko-product-card__wishlist-wrap .yith-add-to-wishlist-button-block button {
	align-items: center;
	background: #fff !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: 0px 4px 14px 0px #09181C0D !important;
	color: transparent !important;
	display: flex !important;
	font-size: 0 !important;
	height: 46px !important;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 46px !important;
	min-width: 46px !important;
	overflow: hidden;
	padding: 0 !important;
	text-decoration: none !important;
	width: 46px !important;
}

.miko-product-card__wishlist-wrap img,
.miko-product-card__wishlist-wrap svg,
.miko-product-card__wishlist-wrap i {
	color: #161415 !important;
	display: block !important;
	font-size: 20px !important;
	height: 20px !important;
	line-height: 20px !important;
	margin: 0 !important;
	max-width: 20px !important;
	object-fit: contain;
	width: 20px !important;
}

.miko-product-card__wishlist-wrap .feedback,
.miko-product-card__wishlist-wrap .separator,
.miko-product-card__wishlist-wrap .view-wishlist,
.miko-product-card__wishlist-wrap .yith-wcwl-tooltip {
	display: none !important;
}

.miko-product-card__wishlist-wrap .exists a,
.miko-product-card__wishlist-wrap .exists button,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistaddedbrowse a,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistaddedbrowse button,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistexistsbrowse a,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistexistsbrowse button {
	background: #fff url("assets/icons/heart-added.svg") center / 20px 20px no-repeat !important;
}

.miko-product-card__wishlist-wrap .exists img,
.miko-product-card__wishlist-wrap .exists svg,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistaddedbrowse img,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistaddedbrowse svg,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistexistsbrowse img,
.miko-product-card__wishlist-wrap .yith-wcwl-wishlistexistsbrowse svg {
	filter: none !important;
}

.miko-product-card__cart {
	bottom: 16px;
	color: transparent;
	font-size: 0;
	min-height: 46px;
	opacity: 1;
}

.miko-product-card__remove-wishlist {
	color: #161415 !important;
	font-size: 28px !important;
	font-weight: 300;
	line-height: 42px;
	right: 16px;
	text-align: center;
	text-decoration: none !important;
	top: 16px;
}

.miko-product-card__remove-wishlist:hover {
	color: #6AA4A2 !important;
}

body .miko-product-card__cart.loading,
body .miko-product-card__cart.added {
	opacity: 1 !important;
}

body .miko-product-card__cart.loading img {
	opacity: 0 !important;
}

body .miko-product-card__cart.added img,
body .miko-product-card__cart:not(.loading) img {
	opacity: 1 !important;
}

body .miko-product-card__cart.loading::after {
	animation: miko-cart-spin 700ms linear infinite;
	background: transparent !important;
	border: 2px solid rgba(106, 164, 162, 0.25);
	border-top-color: #6AA4A2;
	border-radius: 50%;
	box-shadow: none !important;
	content: "" !important;
	display: block !important;
	font-family: inherit !important;
	height: 20px;
	left: 50%;
	margin: -10px 0 0 -10px;
	opacity: 1 !important;
	position: absolute;
	top: 50%;
	transform: none;
	width: 20px;
}

body .miko-product-card__cart.added::after,
body .miko-product-card__cart:not(.loading)::after {
	content: none !important;
	display: none !important;
}

.miko-product-card__cart + .added_to_cart {
	display: none;
}

@keyframes miko-cart-spin {
	to {
		transform: rotate(360deg);
	}
}

.miko-product-card__stock-overlay {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	display: flex;
	inset: 0;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	z-index: 4;
}

.miko-product-card__stock {
	color: #161415;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.miko-product-card__info {
	align-items: start;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.miko-product-card__details {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.miko-product-card__title {
	color: #161415;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	text-decoration: none;
}

.miko-product-card__sku {
	color: #747273;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.25;
}

.miko-product-card__price,
.miko-product-card__price .price,
.miko-product-card__price .amount {
	color: #161415;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	white-space: nowrap;
}

.miko-product-card__price del,
.miko-product-card__price del .amount {
	color: #747273;
	font-size: 16px;
	font-weight: 300;
	opacity: 1;
}

.miko-product-card__price del .woocommerce-Price-currencySymbol {
	display: none;
}

.miko-product-card__price ins {
	background: transparent;
	text-decoration: none;
}

@media (max-width: 549px) {
	.miko-product-card__media {
		border-radius: 18px;
	}

	.miko-product-card__badge,
	.miko-product-card__icon-button {
		height: 40px;
		width: 40px;
	}

	.miko-product-card__badge {
		font-size: 14px;
	}

	.miko-product-card__icon-button img {
		height: 18px;
		width: 18px;
	}

	.miko-product-card__info {
		column-gap: 8px;
		grid-template-columns: minmax(0, 1fr) auto;
		row-gap: 4px;
	}

	.miko-product-card__details {
		display: contents;
	}

	.miko-product-card__title {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.miko-product-card__sku {
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
		text-align: right;
	}

	.miko-product-card__price {
		grid-column: 1;
		grid-row: 2;
		justify-self: start;
		text-align: left;
	}
}

/* YITH wishlist page as product catalog. */
.miko-wishlist-grid-wrapper {
	margin-top: 24px;
}

.miko-wishlist-grid {
	align-items: stretch;
}

.miko-wishlist-grid > .miko-product-card-col,
.miko-wishlist-grid > .product-small.col {
	flex: 0 0 25%;
	max-width: 25%;
}

.miko-wishlist-grid .miko-product-card {
	height: 100%;
}

.miko-wishlist-empty {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	color: #747273;
	font-size: 16px;
	font-weight: 300;
	padding: 28px;
	text-align: center;
}

.miko-wishlist-pagination {
	margin-top: 24px;
	text-align: center;
}

@media (max-width: 849px) {
	.miko-wishlist-grid > .miko-product-card-col,
	.miko-wishlist-grid > .product-small.col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (max-width: 360px) {
	.miko-wishlist-grid > .miko-product-card-col,
	.miko-wishlist-grid > .product-small.col {
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* Category selector buttons from UX Builder. */
body .cat-btn-girls,
body .cat-btn-boys,
body .button.cat-btn-girls,
body .button.cat-btn-boys {
	align-items: center;
	border-radius: 12px !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	gap: 16px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.25;
	min-height: 0;
	padding: 10px 16px !important;
	text-decoration: none;
	text-transform: none;
}

body .cat-btn-girls::before,
body .cat-btn-boys::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	flex: 0 0 28px;
	height: 28px;
	width: 28px;
}

body .cat-btn-girls,
body .button.cat-btn-girls {
	background: #FBD6DD99 !important;
	border: 1px solid #F3B3B7 !important;
	color: #F27289 !important;
}

body .cat-btn-girls::before {
	background-image: url("assets/icons/cat-btn-icon-girls.svg");
}

body .cat-btn-boys,
body .button.cat-btn-boys {
	background: #FFF !important;
	border: 1px solid #EFEAEB !important;
	color: #161415 !important;
}

body .cat-btn-boys::before {
	background-image: url("assets/icons/cat-btn-icon-boys.svg");
}

body .cat-btn-girls span,
body .cat-btn-boys span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

/* Keep active header menu styles away from the dropdown content. */
.header-nav-main > li.menu-item.active > .sub-menu.nav-dropdown a,
.header-nav-main > li.current-menu-item > .sub-menu.nav-dropdown a,
.header-nav-main > li.current_page_item > .sub-menu.nav-dropdown a {
	color: #161415 !important;
}

.header-nav-main > li.menu-item.active > .sub-menu.nav-dropdown a.cat-btn-girls,
.header-nav-main > li.menu-item.active > .sub-menu.nav-dropdown a.cat-btn-girls span,
.header-nav-main > li.current-menu-item > .sub-menu.nav-dropdown a.cat-btn-girls,
.header-nav-main > li.current-menu-item > .sub-menu.nav-dropdown a.cat-btn-girls span,
.header-nav-main > li.current_page_item > .sub-menu.nav-dropdown a.cat-btn-girls,
.header-nav-main > li.current_page_item > .sub-menu.nav-dropdown a.cat-btn-girls span {
	color: #F27289 !important;
}

/* WooCommerce pagination. */
body .woocommerce-pagination .page-numbers a.page-number {
	background: #FFF !important;
	border: 1px solid #EFEAEB !important;
	color: #161415 !important;
}

body .woocommerce-pagination .page-numbers a.page-number:hover,
body .woocommerce-pagination .page-numbers a.page-number:focus {
	background: #FFF !important;
	border-color: #EFEAEB !important;
	color: #161415 !important;
}

/* Custom UX Builder blog post cards. */
.miko-blog-post-item,
.miko-blog-post-item .col-inner {
	display: flex;
}

.miko-blog-post-item .col-inner {
	width: 100%;
}

.miko-blog-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.miko-blog-card__image {
	aspect-ratio: 1.95 / 1;
	background: #f7f7f7;
	display: block;
	overflow: hidden;
}

.miko-blog-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.miko-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px 16px 18px;
}

.miko-blog-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 8px;
}

.miko-blog-card__meta-item {
	align-items: center;
	color: #161415;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	gap: 7px;
	line-height: 1.25;
}

.miko-blog-card__meta-item::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	flex: 0 0 16px;
	height: 16px;
	width: 16px;
}

.miko-blog-card__meta-item--date::before {
	background-image: url("assets/icons/calendar.svg");
}

.miko-blog-card__meta-item--time::before {
	background-image: url("assets/icons/clock.svg");
}

.miko-blog-card__title {
	color: #161415;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 8px;
	text-transform: none;
}

.miko-blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.miko-blog-card__excerpt {
	color: #747273;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0;
}

/* Single blog post. */
body.single-post .miko-single-post__header {
	margin-bottom: 20px;
}

body.single-post .miko-single-post__image {
	margin-bottom: 16px;
	overflow: hidden;
}

body.single-post .miko-single-post__image img {
	border-radius: 16px;
	display: block;
	height: auto;
	width: 100%;
}

body.single-post .miko-single-post__meta {
	margin-bottom: 12px;
}

body.single-post .miko-single-post__title {
	color: #161415;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: none;
}

@media (max-width: 549px) {
	body.single-post .miko-single-post__title {
		font-size: 26px;
	}
}

/* Flatsome/Flickity slider bullets. */
body .flickity-page-dots {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
}

body .flickity-page-dots .dot {
	background: #F27289 !important;
	border: 0 !important;
	border-radius: 999px;
	height: 8px;
	margin: 0 !important;
	opacity: 0.4 !important;
	transition: opacity 180ms ease, width 180ms ease;
	width: 8px;
}

body .flickity-page-dots .dot.is-selected {
	opacity: 1 !important;
	width: 28px;
}

body .flickity-button .flickity-button-icon,
body .flickity-button .arrow {
	fill: #F27289;
	color: #F27289;
}

/* Testimonial quote decorations. */
.col-testimonial {
	position: relative;
}

.col-testimonial > .col-inner {
	box-shadow: 0px 4px 14px 0px #09181C0D;
	position: relative;
}

.col-testimonial > .col-inner::before,
.col-testimonial > .col-inner::after {
	background-image: url("assets/icons/testimonial-quote-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 27px;
	position: absolute;
	width: 42px;
	z-index: 2;
}

.col-testimonial > .col-inner::before {
	left: 24px;
	top: 24px;
}

.col-testimonial > .col-inner::after {
	bottom: 24px;
	right: 24px;
	transform: rotate(180deg);
}

/*** start ACCORDION STYLE, FAQ ***/
body .accordion-item {
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0px 4px 14px 0px #09181C0D;
	color: #161415;
	margin-bottom: 12px;
	padding: 24px;
}

body .accordion-title {
	align-items: center;
	border-top: none;
	display: flex;
	padding: .1em 2.8em .1em .1em !important;
}

body .accordion-title.active {
	background-color: transparent;
}

body .accordion-title > span {
	display: block;
	line-height: 1.25;
}

body .accordion .toggle {
	align-items: center;
	bottom: 0;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	left: unset !important;
	line-height: 1;
	margin: auto 0 !important;
	min-height: 24px;
	right: 0 !important;
	top: 0;
	width: 24px;
}

body .accordion .toggle i {
	align-items: center;
	display: flex;
	font-size: 22px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

body .accordion .toggle i::before {
	display: block;
	line-height: 1;
}
/*** end ACCORDION STYLE, FAQ ***/

.page-contacte .wpcf7-form {
	display: grid;
	gap: 16px 20px;
	grid-template-columns: 1fr;
}

.page-contacte .wpcf7-form > fieldset,
.page-contacte .wpcf7-form > p,
.page-contacte .wpcf7-form > .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 0;
}

.page-contacte .wpcf7-form label,
.page-contacte .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
}

.page-contacte .wpcf7-form input:not([type="submit"]),
.page-contacte .wpcf7-form textarea {
	width: 100%;
}

.page-contacte .wpcf7-form .wpcf7-submit {
	background-image: url("assets/icons/arrow-right-white.svg");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-right: 35px;
}

@media (min-width: 1025px) {
	.page-contacte .wpcf7-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-contacte .wpcf7-form > p:nth-of-type(1),
	.page-contacte .wpcf7-form > p:nth-of-type(2) {
		grid-column: auto;
	}
}

/* Homepage recommended products slider. */
.miko-recommended-products {
	max-width: 540px;
	width: 100%;
}

@media (min-width: 850px) {
	.col-slider-homepage,
	.col-recomandate-homepage {
		display: flex;
	}

	.col-slider-homepage > .col-inner,
	.col-recomandate-homepage > .col-inner {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	}

	.col-recomandate-homepage .miko-recommended-products,
	.col-recomandate-homepage .miko-recommended-products__inner {
		height: 100%;
	}

	.col-recomandate-homepage .miko-recommended-products__inner {
		display: flex;
		flex-direction: column;
	}

	.col-recomandate-homepage .miko-recommended-products__slider {
		flex: 1;
	}
}

.miko-recommended-products--framed {
	margin: 24px auto;
}

.miko-recommended-products--bare {
	margin: 0 auto;
}

.miko-recommended-products__inner {
	background: #F1FAFC;
	border-radius: 34px;
	box-shadow: 0px 10px 28px 0px rgba(9, 24, 28, 0.06);
	overflow: hidden;
	padding: 28px 28px 30px;
}

.miko-recommended-products--bare .miko-recommended-products__inner {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	padding: 0;
}

.miko-recommended-products__title {
	background: #FCE0EA;
	border-radius: 999px;
	color: #F27289;
	display: table;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 auto 26px;
	padding: 8px 22px;
	text-align: center;
	text-transform: uppercase;
}

.miko-recommended-products__slider {
	margin: 0;
	padding-bottom: 28px;
}

.miko-recommended-products__slider:not(.flickity-enabled) {
	display: flex;
	overflow: hidden;
}

.miko-recommended-products__slide {
	min-height: 1px;
	padding: 0 2px;
	width: 100%;
}

.miko-recommended-products__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.miko-recommended-products__grid > .miko-product-card-col,
.miko-recommended-products__grid > .product-small.col {
	flex: none;
	max-width: none;
	padding: 0 !important;
	width: 100%;
}

.miko-recommended-products .miko-product-card {
	gap: 10px;
}

.miko-recommended-products .miko-product-card__media {
	aspect-ratio: 1.24;
	border-radius: 22px;
}

.miko-recommended-products .miko-product-card__image-link {
	padding: 16px;
}

.miko-recommended-products .miko-product-card__info {
	column-gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	row-gap: 4px;
}

.miko-recommended-products .miko-product-card__details {
	display: contents;
}

.miko-recommended-products .miko-product-card__title {
	display: -webkit-box;
	font-size: 16px;
	grid-column: 1 / -1;
	grid-row: 1;
	line-height: 1.2;
	min-height: 19px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.miko-recommended-products .miko-product-card__price {
	grid-column: 1;
	grid-row: 2;
	justify-self: start;
	text-align: left;
}

.miko-recommended-products .miko-product-card__sku {
	grid-column: 2;
	grid-row: 2;
	justify-self: end;
	text-align: right;
}

.miko-recommended-products .flickity-viewport {
	overflow: hidden;
	width: 100%;
}

.miko-recommended-products .flickity-page-dots {
	bottom: auto;
	margin: 22px 0 0;
	position: static;
}

.miko-recommended-products .flickity-button {
	display: none;
}

@media (max-width: 549px) {
	.miko-recommended-products--framed {
		margin: 20px auto;
	}

	.miko-recommended-products__inner {
		border-radius: 28px;
		padding: 20px 14px 24px;
	}

	.miko-recommended-products__title {
		font-size: 14px;
		margin-bottom: 18px;
		padding: 8px 18px;
	}

	.miko-recommended-products__slider {
		padding-bottom: 24px;
	}

	.miko-recommended-products__grid {
		gap: 10px;
	}

	.miko-recommended-products .miko-product-card {
		gap: 8px;
	}

	.miko-recommended-products .miko-product-card__media {
		aspect-ratio: 1;
		border-radius: 18px;
	}

	.miko-recommended-products .miko-product-card__image-link {
		padding: 14px;
	}

	.miko-recommended-products .miko-product-card__badge,
	.miko-recommended-products .miko-product-card__icon-button {
		height: 36px;
		width: 36px;
	}

	.miko-recommended-products .miko-product-card__badge {
		font-size: 12px;
	}

	.miko-recommended-products .miko-product-card__badge--new {
		left: 10px;
		top: 10px;
	}

	.miko-recommended-products .miko-product-card__badge--sale {
		bottom: 10px;
		left: 10px;
	}

	.miko-recommended-products .miko-product-card__wishlist-wrap {
		height: 36px;
		right: 10px;
		top: 10px;
		width: 36px;
	}

	.miko-recommended-products .miko-product-card__wishlist-wrap a,
	.miko-recommended-products .miko-product-card__wishlist-wrap button,
	.miko-recommended-products .miko-product-card__wishlist-wrap .yith-wcwl-add-button > a,
	.miko-recommended-products .miko-product-card__wishlist-wrap .yith-add-to-wishlist-button-block button {
		height: 36px !important;
		min-height: 36px !important;
		min-width: 36px !important;
		width: 36px !important;
	}

	.miko-recommended-products .miko-product-card__cart {
		bottom: 10px;
		min-height: 36px;
		right: 10px;
	}

	.miko-recommended-products .miko-product-card__title,
	.miko-recommended-products .miko-product-card__price,
	.miko-recommended-products .miko-product-card__price .price,
	.miko-recommended-products .miko-product-card__price .amount {
		font-size: 13px;
	}

	.miko-recommended-products .miko-product-card__sku {
		font-size: 12px;
	}

	.miko-recommended-products .flickity-page-dots {
		margin-top: 18px;
	}
}
