/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* Metropolis Font Face Declarations */
@font-face {
	font-family: "Metropolis";
	src: url("fonts/Metropolis-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("fonts/Metropolis-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("fonts/Metropolis-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("fonts/Metropolis-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("fonts/Metropolis-ExtraBold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Metropolis";
	src: url("fonts/Metropolis-Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--primary: #018bb2;
	--minimog-primary-color: var(--primary);
	--minimog-typography-headings-font-family: "Metropolis";
	--minimog-typography-headings-font-weight: 600;
	--e-global-typography-primary-font-family: "Metropolis";
	--e-global-typography-accent-font-family: "Metropolis";
	--e-global-typography-body-font-family: "Metropolis";
	--minimog-typography-body-font-family: "Metropolis";
	--minimog-typography-button-font-family: "Metropolis";
	--minimog-typography-button-font-weight: 600;
	--minimog-typography-headings-font-weight-secondary: 600;
}
/* .page-header,
.page-header.header-dark {
	--header-icon-badge-background-color: #fff;
	--header-icon-badge-text-color: #000;
} */
body {
	font-family:
		"Metropolis",
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		sans-serif;
}
/* Apply Metropolis to Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family:
		"Metropolis",
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		sans-serif;
}

/* Apply Metropolis to Navbar */
.page-header,
.page-header .menu--primary,
.page-header .menu--primary > ul > li > a,
.navbar,
.navbar-nav,
.navbar-nav > li > a,
.header-menu,
.header-menu > ul > li > a,
.menu--primary,
.menu--primary > ul > li > a {
	font-family:
		"Metropolis",
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		Arial,
		sans-serif;
}

.header-wrap .branding__logo img {
	height: 50px;
}

.header-wrap .branding__logo a {
	transition: all 0.3s ease;
}
.header-wrap .branding__logo a:hover {
	opacity: 0.6;
}
.page-header .menu--primary > ul > li > a {
	font-weight: 600;
}

.btn,
.button,
.button-2,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.desktop-menu .page-header .menu--primary .menu__container > li > a {
	padding: 5px 16px;
	border-radius: 8px;
	border: 2px solid transparent;
	font-weight: 600;
	height: auto;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	/* line-height: 40px; */
}
.btn:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ffffff;
	border-color: var(--primary);
	color: var(--primary);
	box-shadow: none;
}
.button-2 {
	border-color: #000;
	color: #000;
	background: #fff;
	height: auto;
	padding-block: 1px;
	position: relative;
}
.button-2:hover {
	background: var(--primary);
	border-color: var(--primary);
	color: #ffffff;
}

.btn.btn-white {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--primary);
}
.btn.btn-white:hover {
	opacity: 0.8;
}

.btn.btn-primary {
	background: var(--primary);
	border-color: var(--primary);
	color: #ffffff;
}

.header-login-link {
	font-size: 15px;
	margin-right: 10px;
}
.desktop-menu .page-header .menu--primary .menu__container > li {
	padding: 8px;
}
.desktop-menu .page-header .menu--primary .menu__container > li a {
	font-size: 16px;
}
.nav-links-hover-style-line
	.menu--primary
	.menu__container
	> li:hover
	> a
	.menu-item-wrap
	> .menu-item-title:after {
	content: none;
}

.desktop-menu
	.page-header
	.menu--primary
	.menu__container
	> li.current-menu-item
	> a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-color: #ffffff;
}

.sidebar-top-heading {
	font-size: 26px;
}

.page-title-bar-standard-01 .page-title-bar-content {
	/* Breadcrumb */
	background: #bee3ee4d;
	padding: 4.5rem 20px;
	margin-bottom: 3rem;
}
body .single-product .page-title-bar-minimal-01 {
	margin-bottom: 61px !important;
}

.insight_core_breadcrumb a,
.insight_core_breadcrumb li {
	font-weight: 400;
	transition: all 0.3s ease;
}
.insight_core_breadcrumb a:hover {
	opacity: 1;
	color: var(--primary);
}
.page-title-bar-minimal-01 .page-breadcrumb {
	padding-block: 16px;
	background: #bee3ee4d;
}

/* Footer Section Styles */
.footer-section {
	background-color: var(--primary);
	color: #ffffff;
}

.footer-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 2rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
}

@media (min-width: 1024px) {
	.footer-inner {
		flex-direction: row;
		padding: 2.1rem 10px;
	}
}

.footer-col {
	width: 100%;
}

.footer-col-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2.5rem;
}

@media (min-width: 768px) {
	.footer-col-main {
		flex-direction: row;
	}
}

@media (min-width: 1024px) {
	.footer-col-main {
		justify-content: flex-start;
		gap: 0;
		max-width: 55%;
		width: 100%;
	}
}

.footer-col-social {
	width: 100%;
}

@media (min-width: 1024px) {
	.footer-col-social {
		max-width: 61%;
		width: 100%;
	}
}

.footer-heading {
	color: #fff;
	font-size: 1.125rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.footer-heading {
		text-align: left;
	}
}

.footer-heading-nowrap {
	white-space: nowrap;
}

.footer-heading-contact {
	text-align: center;
}

@media (min-width: 1024px) {
	.footer-heading-contact {
		text-align: left;
	}
}

.footer-social-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-social-list li {
	margin-top: 5px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.footer-social-list {
		justify-content: flex-start;
		margin-left: 0.25rem;
	}
}

.footer-social-link {
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	text-decoration: none;
}
.footer-social-link:hover {
	opacity: 0.7;
}

.footer-social-icon {
	height: 1.25rem;
	width: auto;
}

.footer-social-icon-large {
	height: 1.5rem;
}

.footer-col-app {
	text-align: center;
}

@media (min-width: 768px) {
	.footer-col-app {
		text-align: left;
	}
}

.footer-col-app a:hover {
	opacity: 0.7;
}

.footer-app-image {
	margin: 0 auto;
}

@media (min-width: 768px) {
	.footer-app-image {
		margin-left: 0;
		margin-right: auto;
	}
}

.footer-col-contact {
	width: 100%;
	margin: 0 auto;
	max-width: 450px;
}

@media (min-width: 1024px) {
	.footer-col-contact {
		margin-right: 0;
		border-left: 2px solid #e5e7eb;
		padding-left: 1.75rem;
	}
}

.footer-contact-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	border-radius: 8px;
	padding: 0.25rem;
}

@media (min-width: 640px) {
	.footer-contact-info {
		gap: 2rem;
	}
}

@media (min-width: 1024px) {
	.footer-contact-info {
		justify-content: flex-start;
	}
}

.footer-contact-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #ffffff;
	text-decoration: none;
}

.footer-contact-link {
	gap: 0.75rem;
	white-space: nowrap;
}
.footer-contact-link:hover {
	color: #fff;
	opacity: 1;
	text-decoration: underline;
}

.footer-contact-icon {
	width: 1.25rem;
	height: auto;
}

.footer-contact-icon-small {
	width: 1rem;
	height: auto;
}

/* Footer Styles */
.footer {
	background-color: #def1f7;
	padding: 20px 1rem;
	color: #020817;
	font-family: "Metropolis", sans-serif;
}

.footer-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 0;
	margin-bottom: 20px;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

@media (min-width: 640px) {
	.footer-links {
		flex-direction: row;
		gap: 2.5rem;
	}
}

@media (min-width: 768px) {
	.footer-links {
		gap: 3rem;
	}
}

.footer-links li {
	margin: 0;
}

.footer-links a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer-links a:hover {
	color: var(--primary);
	opacity: 1;
}

.footer-copyright {
	text-align: center;
	font-weight: 300;
	font-size: 0.875rem;
	margin: 0;
}

.archive-layout-switcher .switcher-item.grid-two,
.archive-layout-switcher .switcher-item.grid-four,
.archive-layout-switcher .switcher-item.grid-five {
	display: none;
}

/* Sticky WhatsApp Button */
.whatsapp-sticky-button {
	position: fixed;
	bottom: 22px;
	right: 22px;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	transition: all 0.3s ease;
	text-decoration: none;
}

.whatsapp-sticky-button:hover {
	background-color: #20ba5a;
	transform: scale(1.1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon {
	width: 32px;
	height: 32px;
}

@media (max-width: 767px) {
	.whatsapp-sticky-button {
		width: 56px;
		height: 56px;
		bottom: 75px;
		right: 15px;
	}

	.whatsapp-icon {
		width: 28px;
		height: 28px;
	}
}

.single-product .entry-summary form.cart {
	margin-top: 0;
}
.single-product .entry-summary form.cart .variations select {
	cursor: pointer;
	transition: all 0.3s ease;
	border-width: 2px;
}
.single-product .entry-summary form.cart .variations select:hover {
	background-color: #ecf7fa7f;
	border-color: var(--primary);
}

.single-product .entry-summary form.cart .variations select:focus,
.single-product .entry-summary form.cart .variations select:active {
	border-color: var(--primary);
}

.single-product span.woocommerce-Price-amount.amount {
	font-weight: 600;
	color: var(--primary);
}
.site {
	min-height: 70vh;
}
.row-isw-swatch--isw_select .label {
	margin: 0 0 11px;
}
single-product
	.entry-summary
	form.variations_form
	div.variations
	.row-isw-swatch
	label {
	font-weight: 600;
}
/* body.error404 .page-404-content > .container > .row {
	padding-bottom: 0;
} */

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
.select2-container.select2-container--default .select2-selection--single {
	border-width: 2px;
	transition: all 0.3s ease;
	caret-color: var(--primary);
	font-weight: 500;
	font-family: "Metropolis", sans-serif;
}
.select2-container.select2-container--default.select2-container--focus
	.select2-selection--single,
.select2-container.select2-container--default.select2-container--open
	.select2-selection--single {
	border-color: var(--primary);
}
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover {
	border-color: var(--primary);
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
	border-color: var(--primary);
}

.wc_payment_methods .payment-selected .payment-title-wrap {
	/* background: #bee3ee4d; */
	border: 1px solid var(--minimog-color-form-border);
	border-radius: var(--minimog-form-input-normal-rounded);
}

.error404 .error-image img {
	height: 210px;
	width: auto;
}
.error404 .error-404-title {
	font-size: 32px;
	margin-bottom: 12px;
}
.error404 .error-404-sub-title {
	font-size: 24px;
}
.woocommerce form .form-row label[for] {
	cursor: pointer;
}
.woocommerce .product-badges .new {
	--p-badge-bg: var(--primary);
}
.woocommerce .product-badges > div {
	padding-block: 7px;
}
.single-product .entry-product-badges > div > span {
	font-size: 13px;
	line-height: normal;
}
.page-title-bar-standard-01 .heading {
	margin-bottom: 6px;
}
.page-mobile-main-menu .menu__container > li > a {
	padding: 6px 5px;
	font-weight: 600;
}
.page-mobile-main-menu > .inner {
	max-width: 75%;
}
.btn-open-off-sidebar-mobile {
	bottom: auto;
	top: 27vh;
	display: none;
}
.cart-footer-actions
	> a[data-minimog-target="#modal-cart-shipping-calculator"] {
	display: none;
}
.modal-cart-coupon .modal-content-header {
	margin-bottom: 1px;
}
.minimog-modal .modal-title {
	font-size: 24px;
}
.minimog-modal .form-description {
	margin: 0 0 17px;
	text-align: center;
}
.wc-checkout-review-order-table .product-name {
	font-weight: 600;
}

.woocommerce-message,
.fly-cart-messages .woocommerce-message {
	border: 1px solid var(--primary);
	background: #bee3ee4d;
	font-size: 13px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin-top: 0;
	background: #fff;
	border: 2px solid;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
}

.fly-cart-header {
	padding-bottom: 16px;
}
.fly-cart-body {
	height: auto !important;
}
body a.button.wc-forward {
	padding: 0 !important;
	font-weight: 600 !important;
}
a.button.wc-forward::before,
a.button.wc-forward::after {
	display: none;
}
.woocommerce-error li {
	margin-top: 0;
	padding-left: 4px;
}
.entry-product-meta-shipping .label.label-heading {
	font-weight: 600;
}
.entry-product-meta-shipping .item + .item .value {
	font-weight: 500;
}
.wc_payment_methods .payment-title-wrap {
	padding: 10px 13px;
}
.wc_payment_methods .payment-title-name {
	font-size: 15px;
	line-height: 1.6;
	padding-left: 5px;
}
.woocommerce-order-received .page-title-bar {
	display: none;
}
.woocommerce-order-received #page-content {
	padding-top: 4rem;
}
.woocommerce-notice.woocommerce-thankyou-order-received {
	font-size: 2rem;
	line-height: 1.3;
	max-width: 550px;
	font-weight: 600;
	letter-spacing: -1.3px;
	color: var(--primary);
}
.woocommerce-order-received .woocommerce-order {
	color: #000;
}
.woocommerce-order-received .woocommerce-customer-details address {
	border-left: 2px solid #dde;
	padding-left: 20px;
	font-style: normal;
}
.minimog-wp-widget-filter ul.minimog-product-price-filter li:nth-child(3) {
	display: none;
}
.woocommerce-review__awaiting-approval {
	color: indianred;
	font-style: normal;
	font-weight: 500;
}
.woocommerce-review-link {
	position: relative;
	top: 1px;
}
.tm-star-rating {
	--fill: #ff6200;
	--half: #ff6200;
}
.product-comment-list .product-comment-rating {
	--size: 14px;
}
.page-mobile-main-menu li.current-menu-item a {
	color: var(--primary);
}
.cart-totals-table tfoot td small .amount,
.cart-totals-value small .amount,
.wc-checkout-review-order-table tfoot td small .amount,
.wc-checkout-review-order-table tfoot .order-total small .amount {
	font-size: 15px;
	font-weight: 500;
}
small.includes_tax {
	display: block;
}
.select2-container.select2-container--default .select2-selection--single {
	border-width: 2px;
}

.minimog-product
	.has-hover-thumbnail
	.product-thumbnail:hover
	.product-hover-image {
	transform: none;
}
.minimog-product .thumbnail a {
	border-radius: 9px;
	position: relative;
	overflow: hidden;
}
.woocommerce-product-details__short-description {
	margin: 24px 0 10px;
}
.woocommerce-product-details__short-description p,
.minimog-tabs__content p,
.woocommerce-checkout p {
	margin-bottom: 10px;
	line-height: 1.55;
}
.single-product
	.elementor-container.elementor-column-gap-extended
	> .elementor-column
	> .elementor-element-populated {
	padding: 0;
}
.entry-product-meta-shipping .label {
	margin-right: 7px;
}
.woocommerce-thankyou-order-details {
	padding-block: 30px;
}

.click-banner a.minimog-banner.minimog-box.link-secret {
	background: rgba(190, 227, 238, 0.3);
	transition: all 0.3s ease;
}
.click-banner a.minimog-banner.minimog-box.link-secret:hover,
.click-banner a.minimog-banner.minimog-box.link-secret:hover {
	background: rgba(190, 227, 238, 0.9);
}
.click-banner.dark a.minimog-banner.minimog-box.link-secret {
	background: var(--primary);
	transition: all 0.3s ease;
}
.click-banner.dark a.minimog-banner.minimog-box.link-secret:hover,
.click-banner.dark a.minimog-banner.minimog-box.link-secret:hover {
	/* background: #03718f; */
	opacity: 0.9;
}
.click-banner a.minimog-banner.minimog-box.link-secret .title {
	font-weight: 600;
	letter-spacing: normal;
	font-family: "Metropolis";
}
.click-banner.dark a.minimog-banner .title {
	color: #ffffff;
}
.click-banner.dark .tm-button.style-bottom-line .button-content-wrapper {
	filter: invert(1);
}
.click-banner .minimog-banner .tm-button-wrapper {
	margin-top: 20px;
}

/* Media responsive begin */

@media screen and (max-width: 767px) {
	.minimog-modal .modal-title {
		font-size: 18px;
	}
	.js-product-ordering .minimog-nice-select-wrap .minimog-nice-select-current,
	.js-product-ordering select,
	.minimog-nice-select-wrap .minimog-nice-select {
		font-size: 14px;
	}
	.archive-shop-actions .shop-actions-toolbar {
		padding-inline: 14px;
	}
	.single-product .insight_core_breadcrumb li:last-child {
		display: none;
	}
	.page-title-bar-minimal-01 .page-breadcrumb {
		padding-block: 10px;
	}
	.woocommerce-notice.woocommerce-thankyou-order-received {
		font-size: 25px;
		padding-right: 20px;
		letter-spacing: -1px;
	}
	.minimog-nice-select-wrap .minimog-nice-select {
		left: auto;
		right: 0;
	}
	.minimog-nice-select-wrap .minimog-nice-select li[data-value="rating"] {
		display: none;
	}
	.insight_core_breadcrumb li + li:before {
		transform: translateY(-50%) translateY(0px);
	}
	/* .insight_core_breadcrumb > li a,
	.insight_core_breadcrumb > li span {
		padding-bottom: 0;
	} */
	.footer {
		padding-bottom: 5rem;
	}
}
/* Media responsive end */

/* Checkout Source Field Styles */
#billing_source_other_field {
	display: none;
}

#billing_source_other_field.show {
	display: block;
}

#billing_source_field select,
#billing_source_other_field input[type="text"] {
	border-width: 2px;
	transition: all 0.3s ease;
	caret-color: var(--primary);
	font-weight: 500;
	font-family: "Metropolis", sans-serif;
	cursor: pointer;
}

#billing_source_field select:hover,
#billing_source_other_field input[type="text"]:hover {
	border-color: var(--primary);
}

#billing_source_field select:focus,
#billing_source_other_field input[type="text"]:focus {
	border-color: var(--primary);
	outline: none;
}
.woocommerce form .form-row span.form-error {
	margin-top: 3px;
	font-weight: 500;
}
.woocommerce .product-badges {
	left: auto;
	right: 20px;
}
.sample-pdf-download-wrapper {
	margin-top: 16px;
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sample-pdf-link {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--primary);
}
.sample-pdf-link svg {
	width: auto;
	height: 20px;
	position: relative;
	top: -1px;
}
.app-links {
	display: flex;
	gap: 0.5rem;
}
