/*!
Theme Name: mhk
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mhk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mhk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
	appearance: textfield;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}



dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}



big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.erialad-list {
    display: flex;
    flex-wrap: wrap;
}



.eriala {
  background-color: #D1DBFF;
  border-radius: 5px;
  padding: 5px 20px;
  margin-right: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.keele-silt {
  border-radius: 5px;
  padding: 2px;
  font-family: 'Lato';
  color: #0F2E68;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.keele-silt svg {
  border-radius: 50%;
 
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}


#meie-inimesed-keeled .keele-silt {
  font-size: 18px !important;
}

.arsti-erialad2{
  font-family: 'Lato';
  color: #0F2E68;
  font-size: 16px;
  font-weight: 400;
}
.elementor-element-87ffc91 > :last-child {
  margin-top: 0 !important;
}
.arsti-erialad2-item {
  margin-bottom: 15px;
}

.arsti-erialad2-item:last-child {
  margin-bottom: 0;
}

:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) .added_to_cart {
  align-items: center;
  display: none !important;
  margin: 0;
  padding: 0;
}


body:not(.rtl) .elementor-7578 .elementor-element.elementor-element-d66e76a:not(.elementor-product-price-block-yes) del {
  margin-right: 0px !important;
}

.woocommerce .elementor-7578 .elementor-element.elementor-element-d66e76a .price {
margin: 0px !important;
}

.wc-block-components-sidebar-layout {
  width: 1100px !important;
}
/* Eemalda toote pildid kokkuvõttes */
.wc-block-components-order-summary-item__image {
  display: none !important;
}

/* Eemalda toote kirjeldus kokkuvõttes */
.wc-block-components-product-metadata {
  display: none !important;
}

/* Tootenimi vasakule ja hind paremale */
.wc-block-components-order-summary-item__description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.wc-block-components-product-name {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}

.wc-block-components-order-summary-item__individual-prices,
.wc-block-components-order-summary-item__total-price {
  margin-left: auto;
}
/* Peida pildid ja kirjeldus */
.wc-block-components-order-summary-item__image,
.wc-block-components-product-metadata {
  display: none !important;
}

/* Aseta tootenimi, koguse sisestus ja hind ühele joonele */
.wc-block-components-order-summary-item__description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

/* Kujunda koguse sisestus */
.custom-qty-input {
  width: 50px;
  padding: 3px;
  font-size: 0.9rem;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
/* === CUSTOM MOCKUP STYLE === */

body {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  color: #1a1a1a;
}

/* Peamine konteiner */
.custom-cart-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Vasak pool */
.custom-cart-products {
  flex: 1 1 60%;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.custom-cart-container h3{
	color: #0F2E68 !important;
}


.custom-cart-container h2{
	color: #0F2E68 !important;
}

.custom-cart-container p{
	color: #0F2E68 !important;
}
.custom-cart-container a{
	color: #0F2E68 !important;
}


.cart-item img {

  height: auto;
  margin-right: 20px;
}
.remove img{
  width: 18px;
  height: auto;
  margin-right: 0px;
}
/* Tootetekst */
.cart-item .product-info {
  flex: 1;
}

.cart-item .product-info strong {
  font-size: 16px;
  font-weight: 600;
}

.cart-item .product-info .subtext {
  font-size: 14px;
  color: #555;
  margin: 2px 0;
}

.cart-item .product-info .variant {
  font-size: 13px;
  color: #888;
}

/* Koguse vorm */
.ajax-qty-form {
  display: flex;
  align-items: center;
  background-color: #D1DBFF;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 20px;
}

.ajax-qty-form button {
  background: none;
  border: none;
  padding: 6px 12px;
  color: #0F2E68;
  text-align: right;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  cursor: pointer;
}

.ajax-qty-form input[type="number"] {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 14px;
  pointer-events: none;
}

/* Hinnad */
.cart-item .price {
  width: 100px;
  font-size: 15px;
  text-align: right;
  color: #333;
}

.cart-item .price .old-price {
  color: red;
  text-decoration: line-through;
  font-size: 13px;
  display: block;
}

/* Strikethrough price styling */
del .woocommerce-Price-amount,
del .woocommerce-Price-amount.amount {
  font-size: 15px !important;
  color: #B69E59 !important;
}

/* === Custom cart (shortcode) meta header + prices (Figma) === */
.custom-cart-container .meta-label {
  color: #0F2E68;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 100% */
  display: block;
}

.custom-cart-container .item-meta-header .meta-col {
  display: flex;
  justify-content: center;
}

.custom-cart-container .item-meta-row .meta-col {
  display: flex;
  justify-content: center;
}

/* === Cart header + rows: align columns with CSS grid === */
.custom-cart-container .custom-cart-header-row,
.custom-cart-container .cart-item.cart-item-grid {
  display: grid;
  /* Left column (70%) internal split:
     image 10%, name 30%, qty 10%, price 10%, subtotal 10% of full width => inside 70% it becomes 14.2857/42.8571/14.2857/14.2857/14.2857 */
grid-template-columns: 14.2857% 40.8571% 15.2857% 15.2857% 15.2857%;
  align-items: center;
  column-gap: 0;
}
.custom-cart-summary .button
{
 margin-top: 0 !important;
}
.custom-cart-summary .total-sum{
margin-bottom: 15px !important;
}

/* Layout: products left, summary right (like Figma) */
.custom-cart-container {
  display: grid !important;
  grid-template-columns: 65% 32%;
  gap: 30px;
  align-items: start;
}

.custom-cart-container .custom-cart-products,
.custom-cart-container .custom-cart-summary {
  width: auto !important;
  flex: initial !important;
}

/* Render both markups; CSS decides which one is visible */
.custom-cart-container .cart-item-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .custom-cart-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .custom-cart-container .custom-cart-header-row {
    display: none;
  }
}

/* Mobile markup (rendered via PHP wp_is_mobile()) */
@media (max-width: 1024px) {
  .custom-cart-container .cart-item.cart-item-grid {
    display: none;
  }

  .custom-cart-container .cart-item-mobile {
    display: block;
  }

  .custom-cart-container .cart-item-mobile {
    padding: 18px 0px;
    border-bottom: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: start;
  }

  .custom-cart-container .cart-item-mobile__top {
    display: grid;
    grid-template-columns: 111px 1fr;
    column-gap: 16px;
    align-items: start;
  }

  .custom-cart-container .cart-item-mobile__thumb img {
    width: 111px !important;
    height: 111px !important;
    object-fit: contain;
  }

  .custom-cart-container .cart-item-mobile__info {
    min-width: 0;
  }

  .custom-cart-container .cart-item-mobile__title-row {
    justify-content: space-between;
  }

  .custom-cart-container .cart-item-mobile .remove--mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #0F2E68;
    flex: 0 0 auto;
  }

  .custom-cart-container .cart-item-mobile__meta {
    margin-top: 14px;
    display: grid;
    grid-template-columns: minmax(0, 120px) minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 16px;
  }

  .custom-cart-container .cart-item-mobile__meta .meta-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

 

  /* Qty column: left-align the control, but keep the label centered above the 120px control */
  .custom-cart-container .cart-item-mobile__meta .meta-col--qty {
    align-items: flex-start;
  }

  .custom-cart-container .cart-item-mobile__meta .meta-col--qty .meta-label {
    width: 120px;
    text-align: center;
  }

  .custom-cart-container .cart-item-mobile__meta .meta-label {
    color: #0F2E68;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
  }

  .custom-cart-container .cart-item-mobile__meta .ajax-qty-form {
    width: 120px !important;
    max-width: 100%;
  }

  .custom-cart-container .cart-item-mobile .item-variations {
    margin-top: 14px;
    color: #0F2E68;
  }

  .custom-cart-container .cart-item-mobile__meta .mhk-cart-price-current,
  .custom-cart-container .cart-item-mobile__meta .item-subtotal .amount,
  .custom-cart-container .cart-item-mobile__meta .mhk-cart-price-regular {
    text-align: center;
  }

  /* Ensure the desktop remove (now in subtotal) doesn't appear on mobile */
  .custom-cart-container .meta-col--subtotal .remove--desktop {
    display: none !important;
  }
}

.custom-cart-container .custom-cart-header-row {
  margin-bottom: 10px;
}

.custom-cart-container .cart-item.cart-item-grid {
  padding: 0px;
  border-bottom: none;
}

.custom-cart-container .cart-item.cart-item-grid .item-thumb {
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-cart-container .cart-item.cart-item-grid .item-thumb img {
  width: 100% !important;
  max-width: 111px;
  height: 111px !important;
  object-fit: contain;
}

.custom-cart-container .cart-item.cart-item-grid .item-info {
  min-width: 0;
  margin-right: 20px;
}

.custom-cart-container .cart-item.cart-item-grid .item-title a {
  display: inline-block;
  max-width: 100%;
  line-height: 27px;
}

.custom-cart-container .cart-item.cart-item-grid .meta-col--qty {
  grid-column: 3;
}

.custom-cart-container .cart-item.cart-item-grid .meta-col--price {
  grid-column: 4;
}

.custom-cart-container .cart-item.cart-item-grid .meta-col--subtotal {
  grid-column: 5;
  position: relative;
}

.custom-cart-container .cart-item.cart-item-grid .meta-col--subtotal .remove--desktop {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Only one remove button per breakpoint */
@media (min-width: 768px) {
  .custom-cart-container .remove--mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .custom-cart-container .remove--desktop {
    display: none !important;
  }
}

.custom-cart-container .custom-cart-header-row .meta-col,
.custom-cart-container .cart-item.cart-item-grid .meta-col {
  display: flex;
  justify-content: center;
}

.custom-cart-container .custom-cart-header-row .meta-col--qty {
  grid-column: 3;
}

.custom-cart-container .custom-cart-header-row .meta-col--price {
  grid-column: 4;
}

.custom-cart-container .custom-cart-header-row .meta-col--subtotal {
  grid-column: 5;
}

/* Qty control: make all inputs/buttons identical size */
.custom-cart-container .ajax-qty-form {
  margin: 0;
  gap: 0;
  height: 36px;
  border-radius: 6px;
}

.custom-cart-container .ajax-qty-form button {
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-cart-container .ajax-qty-form button:disabled,
.custom-cart-container .ajax-qty-form button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.custom-cart-container .ajax-qty-form input[type="number"] {
  width: 44px;
  height: 36px;
  padding: 0;
  text-align: center;
  font-family: Lato;
  color: #0F2E68;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.custom-cart-container .ajax-qty-form.updating {
  opacity: 0.6;
  pointer-events: none;
}

.custom-cart-container .ajax-qty-form.updating input[type="number"]:disabled {
  background-color: #f5f5f5;
  cursor: wait;
}

.custom-cart-container .mhk-cart-price-current,
.custom-cart-container .item-subtotal .amount {
  color: #0F2E68;
  text-align: center;
  font-family: Lato;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 78.261% */
}

.custom-cart-container .mhk-cart-price-regular {
  color: #F00;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  text-decoration-line: line-through;
  margin-top: 4px;
}

/* Desktop: variations spacing */
.custom-cart-container .cart-item-grid .item-variations {
  margin-top: 10px;
  color: #0F2E68;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
}

/* order_comments textarea (Figma) */
.custom-cart-container textarea.order_comments {
  width: 100%;
  border: 1px solid #B69E59;
  font-family: 'Lato';
  color: #0f2e68;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 12px;
  resize: vertical;
}

.custom-cart-container textarea.order_comments::placeholder {
  font-family: 'Lato';
  color: #0f2e68;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  opacity: 0.6;
}
.order_comments{
	border: 1px solid #B69E59;
}
.cart-item .subtotal {
  width: 100px;
  font-weight: bold;
  text-align: right;
  font-size: 16px;
}

/* Eemalda link */
.cart-item .remove {
  font-size: 25px;
  margin-left: 10px;
  color: #666;
  text-decoration: none;
}

/* === Parem pool: Tellimus === */
.custom-cart-summary {
  flex: 1 1 35%;
  padding-left: 30px;
}

.custom-cart-summary h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: none;
  width: 100%;
}
.h3-summa {
  border-bottom: none !important;
}

.custom-cart-summary table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

.custom-cart-summary table td {
  padding: 6px 0;
  color: #0F2E68;
}

.custom-cart-summary table td:last-child {
  text-align: right;
  font-weight: 600;
}

/* Kupong ja märkus */
.custom-cart-summary input[type="text"]
{
height: 40px;
  
}/* Kupong ja märkus */
.custom-cart-summary input[type="text"],
.custom-cart-summary textarea {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  
}

.custom-cart-summary .button,
.custom-cart-summary a.button {
  display: block;
  width: 100%;
  background: #c9a953;
  color: #fff !important;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  font-size: 15px;
}

.custom-cart-summary .button:hover,
.custom-cart-summary a.button:hover {
  background: #0F2E68 !important;
  color: #fff !important;
}
.checkout-button.button:hover {
  background: #0F2E68 !important;
}

.custom-cart-summary p {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.custom-cart-summary .cart-transport-note {
  color: #707071;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  margin-top: 15px;
  text-align: center;
}

/* "Tellimus" heading */
.custom-cart-summary .order-heading {
  border-bottom: 1px solid #B69E59;
  margin-top: 0px;
  padding-bottom: 8px;
}

/* Mobile: summary paddings (Figma) */
@media (max-width: 1024px) {
  .custom-cart-summary {
    padding-left: 0;
  }

  .custom-cart-summary h3 {
    padding: 0px;
    padding-bottom: 25px;
    border-bottom: 2px solid #c9a953;
  }
}

@media (max-width: 1024px) {
  /* Summary table font size */
  .custom-cart-summary table {
    font-size: 18px;
  }

  .custom-cart-summary .total-sum { box-sizing: border-box; }

.custom-cart-summary .h3-total-sum {
  padding: 0 !important;
  border-bottom: none !important;
}

  /* order_comments: margin 20px L/R + padding 16px L/R */
  .custom-cart-summary textarea.order_comments {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Checkout button should align with 20px inset (not full-bleed) */
  .custom-cart-summary a.button,
  .custom-cart-summary .button {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    box-sizing: border-box;
  }

  /* Coupon input + apply button height */
  .custom-cart-summary input[name="coupon_code"] {
    height: 44px !important;
    box-sizing: border-box;
  }

  .custom-cart-summary button[name="apply_coupon"] {
    height: 44px !important;
    box-sizing: border-box;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.qty-minus {
  border-right: 2px solid white !important;
  border-radius: 0;
}

.qty-plus {
  border-left: 2px solid white  !important;
  border-radius: 0;
}
textarea::-webkit-input-placeholder { color: #0F2E68; }  /* Chrome/Safari */
textarea::-moz-placeholder { color: #0F2E68; }           /* Firefox 19+ */
textarea:-ms-input-placeholder { color: #0F2E68; }       /* IE */
textarea:-moz-placeholder { color: #0F2E68; }   

 .custom-checkout-wrapper {
            display: flex;
            gap: 40px;
            flex-wrap: wrap;
        }
        .checkout-left {
            flex: 1 1 60%;
        }
        .checkout-right {
            flex: 1 1 36%;
        }
        .checkout-step {
            margin-bottom: 10px;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
        }
        .checkout-step h2 {
            color: #0F2E68;
            font-size: 20px;
            border-bottom: 1px solid #c9a953;
            padding: 15px 20px;
            margin: 0;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #f9f9f9;
        }
        .checkout-step h2::after {
            content: '▼';
            font-size: 14px;
        }
        .checkout-step.active h2::after {
            content: '▲';
        }
        .step-content {
            display: none;
            padding: 20px;
        }
        .checkout-step.active .step-content {
            display: block;
        }
        .checkout-next {
  background: #c9a953;
  color: white;
  border: none;
  padding: 10px 84px;
  cursor: pointer;
  border-radius: 4px;
  float: right;
  font-family: 'Lato';
  font-weight: 500;
  height:50px;
}
        .checkout-right h3 {
            color: #0F2E68;
            border-bottom: 1px solid #c9a953;
            padding-bottom: 5px;
        }
        .error-message {
            color: red;
            margin-bottom: 10px;
        }
        @media (max-width: 768px) {
            .checkout-left, .checkout-right {
                flex: 1 1 100%;
            }
			
        }
		
		@media (max-width: 600px) {
  .elementor-8384 .elementor-element.elementor-element-aadd227 {
    order: 2 !important;
  }
  .elementor-element-fad0bf7{
	  order:2 !important;
  }
  .elementor-element-919f0e3, .elementor-element-4cb97f7{
	  background-color: #D1DBFF!important;
  }
  .eriala {
  background-color: #fff !important;
  font-size: 12px !important;
  font-weight: 500;
  padding: 10px 14px;
}
.elementor-28 .elementor-element.elementor-element-793f5ef.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-28 .elementor-element.elementor-element-793f5ef.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode="true"] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
  background: #B69E59 !important;
  border-style: solid;
  border-width: 0px !important;
  border-color: transparent !important;
  border-radius: 10px !important;
}
.elementor-28 .elementor-element.elementor-element-793f5ef > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not(:hover) {
  background: #D1DBFF !important;
  border-radius: 10px !important;
}
  .elementor-element-4fff3cf .elementor-7743 .elementor-element.elementor-element-c1462fe img {
    width: 100% !important;
    height: 475px !important;
  }
  .elementor-element-793f5ef .eriala {
    background-color: #D1DBFF !important;
    margin-right: 9px !important;
  }

  #h-tabs .elementor-tabs-wrapper {
    display: flex;
    width: 100%;
  }
  #h-tabs .elementor-tab-mobile-title {
    display: none;
  }
}
#teenus-image-box .elementor-image-box-img img {
  border-radius: 15px;
  transition-duration: 0.3s;
  height: 145px;
  object-fit: fill;
}

.e-n-accordion-item-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-right: 16px; /* vajadusel lisa ruumi paremale */
}

.e-n-accordion-item-title-header {
    flex-grow: 1 !important;
}

.e-n-accordion-item-title-icon {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
}
.elementor-field-textual {

  padding: 10px !important;
}

.elementor-7578 .elementor-element.elementor-element-b1b0c45 .woocommerce-breadcrumb > a:hover {
  color: #0F2E68;
  font-weight: 700 !important;
}
@media screen and (max-width: 600px) {
.wpr-buttons-layout-row .woocommerce-variation-add-to-cart{
	display:grid !important;
}}

@media (max-width: 600px) {
	.woocommerce .elementor-7578 .elementor-element.elementor-element-3be9442 .price {
padding-top:20px !important;
}
    form.variations_form.cart {
        flex-direction: column;
    }

    table.variations {
        order: 1;
    }

    .woocommerce-variation-add-to-cart {
        order: 2;
    }
	.woocommerce div.product .wpr-product-add-to-cart form.cart, .woocommerce div.product .wpr-product-add-to-cart form.cart .variations {
  margin: 0 !important;
  position: relative !important;
  width: 350px !important;
}
.elementor-7578 .elementor-element.elementor-element-7f910b2 .wpr-product-add-to-cart .wpr-simple-qty-wrap {
  display: grid !important;
  flex-direction: row;
}
}
.woocommerce .elementor-7578 .elementor-element.elementor-element-3be9442 .price{
	display:inline-block !important;
	height:50px !important;
	margin-top: auto !important;
  margin-bottom: auto !important;
}


form.variations_form.cart {
        flex-direction: column;
    }

    table.variations {
        order: 2;
    }

    .woocommerce-variation-add-to-cart {
        order: 1;
    }
.variations_form .label{
	display:none !important;
}

.woocommerce .elementor-7578 .elementor-element.elementor-element-3be9442 .price {
margin-top: auto !important;
  margin-bottom: auto !important;
}



.woocommerce-variation-price{
	display:none !important;
}

/* Desktop defaults for custom cart row */
.custom-cart-products .cart-item-grid .remove--mobile { display:none; }
.custom-cart-products .cart-item .item-meta-row {
  display:flex;
  align-items:center;
  gap: 12px;
  margin: 0 20px;
}
.custom-cart-products .cart-item .item-meta-row .meta-col { display:flex; flex-direction:column; gap:4px; }
.custom-cart-products .cart-item .item-meta-row .meta-label { display:block; font-size:12px; color:#0F2E68; opacity:0.8;  text-align:center;}
.custom-cart-products .cart-item .item-meta-row .item-price .amount { width:100px; text-align:center; }
.custom-cart-products .cart-item .item-meta-row .item-subtotal .amount { width:80px; text-align:right; font-weight:700; }

/* NOTE: Removed old @media (max-width: 600px) cart layout overrides for `.custom-cart-products .cart-item`.
   Mobile layout is now handled by the dedicated `.cart-item-mobile` markup and its CSS rules. */
.checkout-step h2 {
  color: #0F2E68;
  font-size: 42px !important; 
  font-family: 'Playfair Display' !important;
  font-weight: 400 !important;
  background: none !important;
}
.checkout-step {
  border: none !important;
}

.checkout-step.active h2::after, .checkout-step h2::after{
display: none !important;

}

.checkout-step.step-2 input[type="text"],
.checkout-step.step-2 input[type="email"],
.checkout-step.step-2 input[type="tel"],
.checkout-step.step-2 textarea {
    border: 0.1px solid #B69E59 !important;
    border-radius: 2px !important;
    height: 44px !important;
    padding-left: 19px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #0F2E68 !important;
}

.checkout-step.step-2 input[type="text"]::placeholder,
.checkout-step.step-2 input[type="email"]::placeholder,
.checkout-step.step-2 input[type="tel"]::placeholder,
.checkout-step.step-2 textarea::placeholder {
    color: #0F2E68 !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    padding-left: 19px !important; /* Placeholderi jaoks ei pruugi see alati töötada, kuna placeholder ei ole tegelik element */
}

.checkout-step.step-2 label {
    font-family: 'Lato', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #0F2E68 !important;
}

.checkout-step.step-2 input[type="checkbox"] {
    accent-color: #B69E59 !important;
    width: 18px !important;
    height: 18px !important;
    border: 0.1px solid #B69E59 !important;
    border-radius: 2px !important;
}

.checkout-step.step-2 .checkout-next{
    background: #c9a953;
  color: white;
  border: none;
  padding: 10px 84px;
  cursor: pointer;
  border-radius: 4px;
  float: right;
  font-family: 'Lato';
  font-weight: 500;
  height: 50px;
}
.place-order {
    background: #c9a953 !important;
  color: white !important;
  border: none !important;
  padding: 10px 84px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  font-family: 'Lato' !important;
  font-weight: 500 !important; 
  height: 50px !important;
}
.checkout-step.step-2 .checkout-next:hover {
    background-color: #B69E59 !important;
    color: #fff !important;
}
.woocommerce-checkout-payment .place-order{
	display:none !important;
}
.woocommerce-checkout #payment {
  margin-bottom: 40px !important;
}
.hp-lists .hp-clinic-list{
	display:none !important;
}

/* Custom product description styling */
.custom-product-description {
	line-height: 1.6;
	margin: 20px 0;
}

.custom-product-description p {
	margin-bottom: 15px;
}

.custom-product-description p:last-child {
	margin-bottom: 0;
}

.custom-product-description div {
	margin-bottom: 15px;
}

.custom-product-description div:last-child {
	margin-bottom: 0;
}

/* Empty divs create spacing */
.custom-product-description div:empty {
	height: 15px;
	margin: 0;
}

.custom-product-description ul,
.custom-product-description ol {
	margin: 15px 0;
	padding-left: 30px;
}

.custom-product-description li {
	margin-bottom: 8px;
}

.custom-product-description h1,
.custom-product-description h2,
.custom-product-description h3,
.custom-product-description h4,
.custom-product-description h5,
.custom-product-description h6 {
	margin: 20px 0 10px 0;
	font-weight: bold;
}

.custom-product-description h1 {
	font-size: 1.8em;
}

.custom-product-description h2 {
	font-size: 1.6em;
}

.custom-product-description h3 {
	font-size: 1.4em;
}

.custom-product-description h4 {
	font-size: 1.2em;
}

.custom-product-description strong,
.custom-product-description b {
	font-weight: bold;
}

.custom-product-description em,
.custom-product-description i {
	font-style: italic;
}

.custom-product-description a {
	color: #0073aa;
	text-decoration: underline;
}

.custom-product-description a:hover {
	color: #005177;
}

/* Table styling for product descriptions */
.custom-product-description table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	border: 1px solid #0F2E68;
	border-radius: 5px;
	overflow: hidden;
}

.custom-product-description table td,
.custom-product-description table th {
	padding: 12px;
	border: 1px solid #0F2E68;
	text-align: left;
	vertical-align: top;
}

.custom-product-description table td.flix-grey {
	background-color: #E8F0FF;
	font-weight: bold;
	width: 30%;
}

.custom-product-description table ul {
	margin: 0;
	padding-left: 20px;
}

.custom-product-description table li {
	margin-bottom: 5px;
}

/* Block titles */
.custom-product-description .inpage_block_title {
	margin: 25px 0 15px 0;
	font-size: 1.3em;
	font-weight: bold;
}

.custom-product-description .flix-d-h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

/* Hide loading spinners and broken images in product descriptions */
.custom-product-description .loading,
.custom-product-description .spinner,
.custom-product-description .wp-block-image .components-spinner,
.custom-product-description .wp-block-image .spinner,
.custom-product-description .wp-block-image .is-loading,
.custom-product-description .wp-block-image .is-transient,
.custom-product-description .wp-block-image .components-placeholder,
.custom-product-description .wp-block-image .components-placeholder__fieldset,
.custom-product-description .wp-block-image .components-placeholder__instructions,
.custom-product-description .wp-block-image .components-placeholder__preview,
.custom-product-description .wp-block-image .components-placeholder__label,
.custom-product-description .wp-block-image .components-placeholder__actions,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-primary,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-secondary,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-tertiary,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-link,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-destructive,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-pressed,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-focused,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-hovered,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-active,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-selected,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-disabled,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-busy,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-loading,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-transient,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-error,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-warning,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-success,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-info,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-light,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-dark,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-outline,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-primary,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-secondary,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-tertiary,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-link,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-destructive,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-pressed,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-focused,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-hovered,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-active,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-selected,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-disabled,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-busy,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-loading,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-transient,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-error,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-warning,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-success,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-info,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-light,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-dark,
.custom-product-description .wp-block-image .components-placeholder__fieldset .components-button.is-ghost.is-outline {
	display: none !important;
}
/* Hide only WooCommerce default product page elements, not Elementor content */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-product-attributes,
.woocommerce div.product .woocommerce-product-additional-information,
.woocommerce div.product .woocommerce-product-reviews,
.woocommerce div.product .woocommerce-product-related,
.woocommerce div.product .woocommerce-product-upsells,
.woocommerce div.product .woocommerce-product-cross-sells {
	display: none !important;
}

/* Ensure images load properly */
.custom-product-description img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Fix image loading issues */
.custom-product-description .wp-block-image {
	display: block;
}

.custom-product-description .wp-block-image img {
	width: 100%;
	height: auto;
}

/* Elementor video top gradient overlay (white -> transparent)
   Targets the widget with id .elementor-element-15a6c31 */
.elementor-element-15a6c31 .elementor-wrapper {
	position: relative;
	overflow: hidden;
}

.elementor-element-15a6c31 .elementor-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none; /* keep play button clickable */
	z-index: 3;
}


/* Gradient bridge between sections: dark (#001130) -> transparent
   Apply to the second section which already has class `overlay1` */
.overlay1 {
	position: relative;
}

.overlay1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -80px; /* extend above section to sit between blocks */
    height: 80px;
    background: linear-gradient(180deg, rgba(0, 17, 48, 0) 0%, #001130 100%);
    pointer-events: none;
}

@media (max-width: 768px) {
	.overlay1::before {
		top: -23px;
		height: 60px;
	}

}



.tab-content .arst-text h3, .tab-content .arst-text p, .tab-content .arst-text a:hover{
		color: #B69E59 !important;
	}

/* Tee kogu "Lisa korvi" nupu konteiner klikitavaks */
.e-atc-qty-button-holder {
	cursor: pointer !important;
	position: relative;
}
.e-atc-qty-button-holder a {
	pointer-events: auto;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	text-align: left;
}

:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,
.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button {
	text-align: center !important;
}

/* WooCommerce teadete ühtne stiil */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	background: #0F2E68 !important;
	max-width: 1200px !important;
	border: 10px solid #0F2E68 !important;
	border-top-width: 10px !important;
	border-top-style: solid !important;
	border-top-color: rgb(15, 46, 104) !important;
	border-top: none !important;
	border-radius: 6px !important;
	margin: 10px auto 0 !important;
	margin-bottom: 40px !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
	color: white !important;
}

.woocommerce-error::before {
	color: white !important;
}

.woocommerce-error a{
	color: white !important;
}

/* WooCommerce teadete mobiili stiilid */
@media (max-width: 768px) {
	.woocommerce-message,
	.woocommerce-error,
	.woocommerce-info {
		margin-bottom: 40px !important;
	}
	
	/* Restore item link eraldi real mobiilil */
	.restore-item,
	a.restore-item,
	.woocommerce-message a.restore-item,
	.woocommerce-message .restore-item,
	.woocommerce-message a[href*="restore-item"] {
		display: block !important;
		margin-top: 8px !important;
	}
}

/* Restore item link värv valge */
.restore-item,
a.restore-item,
.woocommerce-message a.restore-item,
.woocommerce-message .restore-item,
.woocommerce-message a[href*="restore-item"] {
	color: white !important;
	font-weight: 700;
}

.restore-item:hover,
a.restore-item:hover,
.woocommerce-message a.restore-item:hover,
.woocommerce-message .restore-item:hover,
.woocommerce-message a[href*="restore-item"]:hover {
	color: white !important;
	opacity: 0.9;
}
.e-n-accordion-item-title{
	padding-left: 0px !important;
	padding-right: 0px !important;
}



.elementor-button[type="submit"]{
  background-color: #B69E59;
  color: #ffffff;
  position: absolute !important;
  bottom: 31px !important;
  right: 14px !important;
}


/* Kategooriate icon-box stiilid - parandatud hover efektiga */

/* Algne olek - ilma borderita või transparent border */
.e-con.elementor-element a .elementor-widget-icon-box,
.e-con.elementor-element > .elementor-widget-icon-box {
    border: 2px solid transparent;
    border-radius: 8px;
    transition: border-color 0.3s ease;
    display: block;
    box-sizing: border-box;
}

/* Hover efekti AINULT konkreetselt hover'itud link elemendile - täpselt see a tag */
.e-con.elementor-element[data-id] > a:hover > .elementor-widget-icon-box,
.e-con.elementor-element[data-id] > a:hover .elementor-widget-icon-box,
a.e-con.elementor-element[data-id]:hover > .elementor-widget-icon-box,
a.e-con.elementor-element[data-id]:hover .elementor-widget-icon-box {
    border-color: #B69E59 !important;
}

/* Toodete loop-item: hoveril ainult pilt zoomib */
.e-loop-item.product .elementor-widget-theme-post-featured-image .elementor-widget-container,
.e-loop-item.product .elementor-widget-image .elementor-widget-container{
	overflow: hidden;
}

.e-loop-item.product .elementor-widget-theme-post-featured-image img,
.e-loop-item.product .elementor-widget-image img{
	display: block;
	transform: scale(1);
	transform-origin: center;
	transition: transform 0.25s ease;
	will-change: transform;
}

.e-loop-item.product:hover .elementor-widget-theme-post-featured-image img,
.e-loop-item.product:focus-within .elementor-widget-theme-post-featured-image img,
.e-loop-item.product:hover .elementor-widget-image img,
.e-loop-item.product:focus-within .elementor-widget-image img{
	transform: scale(1.06);
}


/* Aktiivse kategooria border (kuldne) */
.e-con.elementor-element a.category-active .elementor-widget-icon-box,
.e-con.elementor-element.category-active .elementor-widget-icon-box,
.e-con.elementor-element a.active .elementor-widget-icon-box,
.e-con.elementor-element.active .elementor-widget-icon-box {
    border-color: #0F2E68 !important;
}

/* Aktiivse kategooria hover - hoia kuldset borderit */
.e-con.elementor-element a.category-active:hover .elementor-widget-icon-box,
.e-con.elementor-element.category-active:hover .elementor-widget-icon-box,
.e-con.elementor-element a.active:hover .elementor-widget-icon-box,
.e-con.elementor-element.active:hover .elementor-widget-icon-box {
    border-color: #B69E59 !important;
}
.e-search-input{
    padding:16px !important;
}
.elementor-widget-search .e-search-form {
  display: block !important;
}
.elementor-widget-search .e-search-label > i, .elementor-widget-search .e-search-label > svg {
  inset-block-start: 50%;
  inset-inline-start:auto !important;
  position: absolute;
  transform: translateY(0%) !important;
  transition: width 0s,height 0s;
  right: 16px !important;
  top: 16px !important;
}

/* Alamkategooriad nupud */
.alamkategooriad-nupud {
  margin: 0 !important;
}

/* Tablet: Elementor menu + SmartMenus alignment fixes */
@media (max-width: 1080px) {
  .elementor-nav-menu--main .elementor-nav-menu ul {
    position: unset !important;
  }

  .sm-17676856772489666-2 {
    margin-left: 0px !important;
  }
}

/* Keela tähtede vilkumine mobiilis */
@media (max-width: 768px) {
  .twinkling-stars,
  .twinkling-stars *,
  .twinkling-stars .star-1,
  .twinkling-stars .star-2,
  .twinkling-stars .star-3,
  .twinkling-stars .glitter-particle {
    animation: none !important;
    -webkit-animation: none !important;
    transition: none !important;
    opacity: 0.5 !important;
  }
}

/* Mobiilis tähed taustale (mitte teksti ette) */
@media (max-width: 768px) {
  .elementor-19 .elementor-element.elementor-element-6fa57a4 {
    position: relative;
    z-index: 0;
  }

  .elementor-19 .elementor-element.elementor-element-6fa57a4 .twinkling-stars {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
  }

  /* Mobiilis "rahulolevat patsienti" numbrile lähemale (nagu desktopis) */
  .elementor-19 .elementor-element.elementor-element-6fa57a4 div[style*="text-align: right"] {
    margin-top: -70px !important;
  }
}

/* Swiper pagination: keep bullets inside container */
.swiper-pagination.swiper-pagination-bullets {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
  flex: 0 1 auto;
}