/*
	Theme Name:			Skelementor
	Description:		Ultra-minimal theme designed specifically for Elementor Page Builder and to be as lightweight as possible.
	Theme URI:			https://mousebuilt.com.au/skelementor-theme/
	Author:				Mousebuilt (Konker)
	Author URI:			https://mousebuilt.com.au/
	Version:			1.1.4
	Requires at least:	4.9
	Requires PHP:		7.0
	Tested up to:		5.7.1
	License:			GNU General Public License v3 or later.
	License URI:		https://www.gnu.org/licenses/gpl-3.0.html
	Tags:				custom-logo, one-column, two-columns, translation-ready
	Text Domain: 		Teele
*/


/*! minimal reset based on simplified normalise.css | github.com/necolas/normalize.css */

:root {
    --beez: #DBCDB7;
    --beezT: #7a4b2f;
    --beezH: #F4EFE2;
    --kol: #D49215;
    --roh: #21332C;
    --rohH: #577b65;
    --link: #0e8657;
}

html {
    line-height: 1.15
}

body {
    margin: 0;
    background: var(--beez) url('assets/Hearts_rep_back.svg');
    background-color: /* helepruun toon */
    background-image: url('assets/Hearts_rep_back.svg');
    background-repeat: repeat;
    background-size: 100px 97px;
    background-position: top left;
    background-attachment: fixed;
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

button,
a,
a:link,
a:visited {
    text-decoration: none;
    /* vajadusel eemaldab allajoone */
    -webkit-tap-highlight-color: transparent;
    /* eemaldab sinise highlighti */
    color: var(--link);
}

h1 {
    font-size: 45px;
    margin: .67em 0 0em 0;
    font-family: "reina-regular", sans-serif;
    font-style: normal;
    font-weight: 400;
}
h2{
    font-size: 32px;
    font-family: "Lexend Deca", sans-serif;
}
h3 {
    font-size: 25px;
    margin: .67em 0;
/*    font-family: "reina-regular", sans-serif;*/
    font-style: normal;
    font-weight: 400;
}
a {
    text-decoration: none;
    
}

b,
strong {
    font-weight: bolder
}
p {
    line-height: 1.5;
}
.reina {
    font-family: "reina-regular", sans-serif;
    font-style: normal;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

fieldset {
    padding: .35em .75em .625em
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

template,
[hidden] {
    display: none
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    text-align: center
}

#logo img {
    width: 300px;
    height: auto;
    margin-top: 10px;
}

.site-header {
    position: absolute;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    width: 100%;
}

.page-content {
/*    max-width: 1300px;*/
    margin: 0 auto;
    padding: 0px 15px 50px 15px;
}

.shop-page {
        max-width: 1300px;
    display: flex;
    padding: 150px 15px 50px 15px;
}

.left-panel {
    padding: 15px;
    width: 30%;
}

.middle-panel {
    padding: 15px;
    width: 70%;
    text-align: center;
}

.right-panel {
    padding: 15px;
    width: 23%;
}

body.elementor-editor-active .site-header {
    display: none !important;
}

.side-menu {
    background-color: var(--roh);
    padding: 15px;
    /*    min-height: 250px;*/
    border-radius: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

.side-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-menu-list a {
    color: var(--kol);
/*    font-family: "reina-regular", sans-serif;*/
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #DBCDB729;
  
    transition: all 0.2s ease;
/*    letter-spacing: 1px;*/
    font-weight: 400;
}

.side-menu-list li:last-child a {
    border-bottom: 0px solid var(--rohH);
}

.side-menu-list a:hover {
    color: var(--rohH);
    transition: all 0.2s ease;
}

.side-menu-list a:hover img {
    transform: scale(1.1);
}

.side-menu-list a:hover span {
    transform: translateX(3px);
}

.side-menu-list li {
    /*
    display: flex;
    align-items: center;
*/
    /*    margin-bottom: 10px;*/
}

.side-menu-list .menu-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    object-fit: contain;
}
.onsale {display: none;}
.side-menu-item.active > a,
.sub-menu-item.active > a {
    color: var(--beez);
}

.sub-menu-item.active > a {
    text-decoration: underline;
}

.sub-menu {
    list-style-type: none;
    /*    background-color: var(--rohH);*/
    border-radius: 20px;
}

.sub-menu-item a {
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    padding: 5px 0;
}

.woocommerce-cart-form {
    padding: 20px;
    background-color: var(--beez);
}
.kassa .woocommerce {
    padding-top:50px;
}
.cart-collaterals {
    padding: 20px;
    background-color: var(--beezH);
}

.woocommerce-cart-form__cart-item:hover {
    filter: brightness(115%);
    background-color: rgba(255, 255, 255, 0.1);
}

.woocommerce-cart-form__cart-item img {
    width: auto;
    height: 45px;
}

.woocommerce-cart-form__cart-item td {
    padding: 5px;
     text-align: center;
    text-align: -webkit-center;
   
}

.woocommerce-cart-form__cart-item .product-remove a {
    color: var(--beez);
    background-color: var(--beezT);
    padding: 0px 7px 2px 7px;
    font-size: 16px;
    border-radius: 50%;
}

.woocommerce-cart-form__cart-item .product-remove a:hover {
    filter: brightness(115%);
}

.woocommerce-cart-form__cart-item .product-name a {
    color: black;
}

/* --- WooCommerce tootepildi galerii --- */
.woocommerce-product-gallery {
  position: relative;
  max-width: 600px;
  margin: 0 auto 2rem auto;
  border-radius: 16px;
  overflow: hidden;
/*  background: #fdfaf6;*/
/*  box-shadow: 0 4px 10px rgba(0,0,0,0.05);*/
}

/* Peapilt */
.woocommerce-product-gallery__image a img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.woocommerce-product-gallery__image a img:hover {
  transform: scale(1.02);
  opacity: 0.95;
}

/* Thumbnailid (väiksed pildid all) */
.woocommerce-product-gallery--with-images .flex-control-thumbs,
.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1rem;
}

.woocommerce-product-gallery__wrapper > div + div a img,
.woocommerce-product-gallery__image img[width="100"][height="100"] {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.25s ease;
/*  background: #fff;*/
}

/* Hover ja aktiivne thumbnail */
.woocommerce-product-gallery__wrapper > div + div a img:hover,
.woocommerce-product-gallery__wrapper > div + div.active img {
  border-color: #ed5234;
  transform: scale(1.05);
}

/* Kui on vähem pilte */
.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper {
  display: flex;
/*  flex-direction: column;*/
    flex-wrap: wrap;
  align-items: center;
}

/* Väiksematel ekraanidel */
@media (max-width: 600px) {
  .woocommerce-product-gallery__wrapper > div + div a img {
    width: 70px;
    height: 70px;
  }
}

.ostukorv .woocommerce {
    display: flex;
    gap: 1rem;
/*    flex-direction: column;*/
    flex-wrap: wrap;
    align-items: flex-start; 
}

.ostukorv .woocommerce h2 {
/*    font-family: "reina-regular", sans-serif;*/
    font-size: 25px;
    margin: 0px 0;
    font-weight: 400;
}


.ostukorv .woocommerce .woocommerce-notices-wrapper {
    flex: 0 0 100%;
}
.ostukorv .woocommerce .woocommerce-shipping-totals {
   display:none;
}

.ostukorv .woocommerce .woocommerce-cart-form,
.ostukorv .woocommerce .cart-collaterals, .cart-form-wrapper {
/*    flex: 1 1 calc(50% - 0.5rem);*/
    border-radius: 15px;
}
.cart-form-wrapper {
 flex: 0 0 65%;
}
.ostukorv .woocommerce .cart-collaterals {
     flex: 0 0 30%;
}
.cart-collaterals td{
    padding: 10px;
}
.wc-proceed-to-checkout {
    margin-top: 20px;
}

#mini-cart {
    background: var(--beezH);
    /*    overflow-y: auto;*/
    padding: 15px;
    z-index: 90;
    border-radius: 15px;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 40px;
    border-radius: 15px;
    margin-top: 30px;
    min-height: 30px;
}

.loop-qty-add {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
}

.loop-qty-add .quantity {
    justify-self: start;
    /* hoiab koguse vasakul */
}

.input-text.qty.text {
    width: 30px;
}

.mini-cart-items {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 350px;
    display: block;
    overflow-y: scroll;
}

.mini-cart-item {
    display: flex;
    align-items: center;
    gap: 3px;
    border-bottom: 1px solid var(--beez);
    color: var(--beezT);
    padding: 5px 0;
    animation: fadeIn 0.3s ease;
}

.mini-cart-item span {
    font-size: 14px;
}

.mini-cart-item img {
    /*    display: none;*/
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 5px;
}

.mini-cart-footer {
    padding: 10px 0;
}

.mini-cart-total {
    display: block;
    padding: 10px 0;
}

.mini-cart-actions {
    /*    width: 100%;*/
    margin: 10px auto;
}

.mini-cart__close {
    display: none;
    background-color: black;
    color: var(--beez);
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 14px;
    border-width: 0px;
    padding: 10px;
    border-radius: 15px;
}

.btn-mini-cart .cart-total {
    margin-left: 5px;
}

.btn-mini-cart .cart-count {
    margin: 0 5px;
    font-size: 12px;
    /* background-color: #fff; */
    width: 20px;
    height: 20px;
    position: absolute;
    left: 17px;
    padding: 3px;
    border-radius: 50%;
    top: 15px;
}

.btn-mini-cart {
    display: none;
    align-content: center;
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: var(--kol);
    border-width: 0px;
    border-radius: 15px;
    border-top: 1px solid rgba(238, 238, 238, 0.35);
    border-left: 1px solid rgba(238, 238, 238, 0.33);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    color: #000000!important;
    font-size: 20px;
    z-index: 1;
}

.btn-mini-cart img {
    height: 24px;
    width: auto;
    margin-right: 5px;
}

.mini-cart-actions .button,.mini-cart-actions a, .wc-proceed-to-checkout a, button {
     background: var(--link);
  color: var(--beez);
    padding: 7px 12px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 400;
    border-width: 0px;
}
mini-cart-actions .button:hover,.mini-cart-actions a:hover, .wc-proceed-to-checkout a:hover {
    filter:brightness(105%);
    color: #ffffff;
}


/* Mini-cart nupu animatsioon */

.btn-mini-cart.added {
    animation: cartPulse 0.6s ease;
}

@keyframes cartPulse {
    0% {
        transform: scale(1) translateX(-50%);
    }
    30% {
        transform: scale(1.4) translateX(-30%);
    }
    60% {
        transform: scale(0.9) translateX(-50%);
    }
    100% {
        transform: scale(1) translateX(-50%);
    }
}

.fly-to-cart {
    position: fixed;
    z-index: 9999;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    pointer-events: none;
    will-change: transform, opacity;
}

.mini-cart-item .order-nr {
    font-weight: bold;
    width: 20px;
}

.added_to_cart.wc-forward {
    display: none;
}

.mini-cart-item .title {
    flex: 1;
}

.mini-cart-item .qty,
.mini-cart-item .price {
    white-space: nowrap;
    margin-left: 2px;
}

button.remove-item {
    background-color: transparent;
    border: 0px solid #444;
}

.woocommerce-products-header__title {
    font-family: "reina-regular", sans-serif;
    font-size: 45px;
    margin: 0px auto 10px auto;
    text-align: center;
    font-weight: 400;
}


.woo-wrapper {
    padding: 120px 0 0 0;
    max-width: 1300px;
margin: 0 auto;
}

.wc_payment_methods {
    list-style-type: none;
}
.wc_payment_methods label{
    display: inline-block!important;
}
/* --- Checkout kahe tulbaga paigutus --- */

.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
}


/* Vasak ja parem plokk */
form.checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Vasak pool – kliendi info ja väljad */
form.checkout .col2-set,
form.checkout .woocommerce-billing-fields,
form.checkout .woocommerce-additional-fields {
  flex: 1 1 60%;
  min-width: 60%;
}

form.checkout .col2-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2rem;
}

/* Parem pool – kokkuvõte ja makseviisid */
form.checkout #order_review,
form.checkout #order_review_heading {
  flex: 1 1 35%;
  min-width: 35%;
  padding: 20px;
    background-color: var(--beezH);
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  height: fit-content;
}


/* Kokkuvõtte tabel */
#order_review table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

#order_review th,
#order_review td {
  padding: 0.6rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#order_review .order-total th,
#order_review .order-total td {
  font-weight: 600;
  color: var(--link);
  font-size: 1.1rem;
}

/* Nupp */
#place_order {
  display: block;
  width: 100%;
  background: var(--link);
  color: var(--beez);
  border: none;
  border-radius: 8px;
  padding: 1rem;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.2s ease;
}

#place_order:hover {
  filter:brightness(115%);
      color: #ffffff;
}

/* Vormiväljad */
form.checkout input.input-text,
form.checkout select,
form.checkout textarea {
  width: 100%;
    font-weight: 300;
  border: 0px solid #ddd;
  border-radius: 15px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background: #F4EFE2;
/*color: #ffffff;*/
    line-height: 1.5;
}

form.checkout label {
  font-size: 0.9rem;
  color: #000000;
  margin-bottom: 0.25rem;
  display: block;
}

#order_review_heading {
    display: none;
}
#customer_details {
    padding: 20px;
background-color: var(--beez);
    border-radius: 15px;
}
/* --- jQuery UI Datepicker üldstiil --- */
#ui-datepicker-div {

font-size: 16px;
background: #2b3b31;
border: 1px solid #2b3b31;
border-radius: 12px;
/*box-shadow: 0 4px 15px rgba(0,0,0,0.08);*/
padding: 0.5rem 0.75rem;
z-index: 9999 !important;
cursor: default;
}

/* Kalendri ülemine osa (kuu ja nupud) */
.ui-datepicker-header {
/*  background: #f2d6af;*/
  color: #dccdb8;
  border-radius: 8px;
  padding: 0.5rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.ui-datepicker-title {
  font-size: 1rem;
    margin: 5px 0;
}
.ui-datepicker .ui-datepicker-header {

border-bottom: 0px solid #eee;

}

.ui-datepicker-calendar th  {
    color: #dccdb8!important;
}
/* Noolenupud */
.ui-datepicker-prev,
.ui-datepicker-next {
 cursor: pointer;


/* background: #fff; */
border: 0px solid #ccc;
color: #d49215;
text-align: center;
transition: background 0.2s ease;
margin: 0 10px;
    padding: 5px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: #d49215;
  color: #fff;

}

.ui-datepicker-prev {
  left: 0.5rem;
}

.ui-datepicker-next {
  right: 0.5rem;
}

/* Kalendri tabel */
.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 0;
}

.ui-datepicker-calendar th {
  color: #000000;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-calendar td {
  padding: 0.3rem;
}

.ui-datepicker-calendar a {
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  text-decoration: none;
  color: #d49215;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Valitav päev */
.ui-datepicker-calendar a:hover {
  background: #f2d6af;
  color: #000;
}

/* Tänane päev */
.ui-datepicker-today a {
  background: #ed5234;
  color: #fff;
  font-weight: 600;
}

/* Valitud päev */
.ui-datepicker-current-day a {
  background: rgba(212, 146, 21, 0.09);
    border:1px solid #d49215;
  color: #fff;
  font-weight: 600;
}

/* Mitteaktiivsed päevad */
.ui-datepicker-unselectable span {
  color: #bbb;
  opacity: 0.6;
}

@media (max-width: 860px) {
  form.checkout {
    flex-direction: column;
  }
  form.checkout .col2-set,
  form.checkout #order_review {
    flex: 1 1 100%;
    min-width: 100%;
  }
  form.checkout .col2-set {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 860px) {
  .woocommerce-checkout {
    flex-direction: column;
  }
  .woocommerce-checkout form.checkout,
  .woocommerce-checkout #order_review {
    flex: 1 1 100%;
    width: 100%;
  }
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }
}


form.checkout select {
  appearance: none;            /* eemaldab brauseri vaikimisi noole */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color:  #F4EFE2;
;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2320315c' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;

  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 1rem;
  font-family: "Lexend Deca", sans-serif;
  color: #000000;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


form.checkout select:hover {
  border-color: #ed5234;
}

form.checkout select:focus {
  outline: none;
  border-color: #ed5234;
  box-shadow: 0 0 0 2px rgba(237,82,52,0.2);
}

/* Disabled ja read-only */
form.checkout select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Fix Safari bug – paneme noolele rohkem ruumi */
@supports (-webkit-appearance:none) {
  form.checkout select {
    padding-right: 2.5rem;
  }
}
.montonio-bank-payments-form .montonio-bank-items--list .montonio-bank-item {
width: 30%;
}

.montonio-bank-payments-form .montonio-bank-items--list {
flex-direction: row!important;
gap: 10px;
}

.custom-checkout-summary {
/*  background: #f2d6af;*/
/*  padding: 1.5rem 2rem;*/
  border-radius: 12px;
/*  box-shadow: 0 2px 6px rgba(0,0,0,0.05);*/
}

.custom-checkout-summary h3 {
  margin-bottom: 1rem;
/*  font-size: 1.3rem;*/
 
}

.custom-checkout-summary .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  
}

.custom-checkout-summary .summary-row.total {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 0.8rem;
  font-weight: 500;
  color: #000;
  font-size: 1.1rem;
}
/* Ettevõtte väljad */
.company-extra {
  display: none;
  margin-top: 0.5rem;
}

.toggle-company-fields {
  color: #000;
  text-decoration: underline!important;
  cursor: pointer;
  transition: color 0.2s ease;
    display:inline-block;
    margin-bottom:1rem;
    cursor:pointer;
}
.toggle-company-fields:hover {
  color: #D49215;
}


/* --- WooCommerce arveandmete väljad kahte tulpa --- */
.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Tee mõned väljad laiaks, et need ulatuks üle mõlema tulba */
/*.woocommerce-billing-fields__field-wrapper .form-row-wide,*/
.woocommerce-billing-fields__field-wrapper .form-row.address-field,
.woocommerce-billing-fields__field-wrapper .form-row.notes {
  grid-column: 1 / -1;
}
.form-row {
    margin: 0;
}
/* Vormiväljade stiil */
.woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-billing-fields__field-wrapper select,
.woocommerce-billing-fields__field-wrapper textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background: #fff;
  color: #000000;
  box-sizing: border-box;
}
.wds-after-billing {
margin-top: 12px;
gap: 10px;
display: flex;

}
/* Sildid */
.woocommerce-billing-fields__field-wrapper label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  color: #000000;
}

/* Mobiilis üks tulp */
@media (max-width: 768px) {
  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu-btn {
    position: fixed;
    right: 20px;
    top: -10px;
    width: 80px;
    height: 100px;
    background: var(--kol);
    color: var(--roh);
    font-weight: 600;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    /*  clip-path: polygon(0 0, 80px 0, 80px 100px, 0 120px);*/
    transition: all 0.2s;
    cursor: default;
    border-radius: 0 0 10px 10px;
}

.cart-btn {
    position: fixed;
    right: 110px;
    top: -10px;
    width: 80px;
    height: 100px;
    background: var(--kol);
    color: var(--roh);
    font-weight: 600;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
     clip-path: polygon(0 0, 80px 0, 80px 100px, 0 120px); 
    transition: all 0.2s;
    cursor: default;
    border-radius: 0 0 10px 10px;
}

.cart-btn img {
    width: auto;
    height: 30px;
}

.menu-btn:hover,
.cart-btn:hover {
    filter: brightness(105%);
    color: var(--kol);
    background-color: var(--roh);
}

.menyy-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--roh);
    width: max-content;
    margin: 0 auto;
    align-items: flex-end;
    padding: 0 30px;
    border-radius: 540px;
}

.menyy-grid.sidemenyy {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    padding: 0px;
}

.menyy-item {
    padding: 20px 20px;
    text-align: center;
    transition: transform 0.2s ease;
}

.menyy-grid.sidemenyy .menyy-item {
    padding: 5px;
    text-align: left;
    transition: transform 0.2s ease;
    width: 100%;
}

.menyy-grid.sidemenyy .menyy-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menyy-grid.sidemenyy .menyy-item img {
    max-width: 100%;
    margin-right: 6px;
    margin-bottom: 0px;
    height: 30px!important;
    width: 30px;
    object-fit: contain;
}

.menyy-item img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 50px!important;
    width: 50px;
    object-fit: contain;
}

.menyy-item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: var(--kol);
}

.menyy-item:hover h3 {
    color: var(--beez);
}

.menyy-item:hover {
    transform: scale(1.05);
    color: var(--beez);
}

ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1.5fr));
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.products li.product {
    /*
 border-top: 1px solid rgba(238, 238, 238, 0.35); 
 border-left: 1px solid rgba(238, 238, 238, 0.33); 
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); 
 border-right: 1px solid rgba(0, 0, 0, 0.08); 
*/
    padding: 10px 10px;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(3px);
    border-radius: 15px;
    transition: transform 0.2s ease;
}

ul.products li.product:hover {
    transform: translateY(-4px);
    /*  background: rgba(255, 255, 255, 0.15);*/
    filter: brightness(103%);
}

ul.products li.product img {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
    margin-bottom: 10px;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}

ul.products .woocommerce-Price-amount {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    border-radius: 10px;
    background-color: var(--kol);
    background-color: #3c5345;
    padding: 10px;
    transform: rotate(8deg);
}

ul.products li.product .button {
    /*margin-top: 10px;*/
    display: inline-block;
    padding: 7px 10px;
    background: #7a4b2f;
    color: #e3bea8;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s;
}

.variations .reset {
    display: none;
}

ul.products li.product .button:hover {
    background: #583119;
    color: white;
}

.variations {
    margin-bottom: 7px;
    /*    padding: 10px 0 0 0;*/
    /*    border-bottom:1px solid #583119;*/
}

.variation .label {
    display: none;
}


/* --- Arhiivi koguse wrapper --- */

.loop-qty-add {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.cart-collaterals .shop_table{
    margin: 20px 0;
}
.cart_totals th{
    font-weight: 300;
}
/* --- Koguse väli koos nuppudega --- */

.quantity {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6dbc9;
    border-radius: 10px;
    overflow: hidden;
    max-width: 100px;
    width: fit-content;
    /*  box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);*/
}

.quantity button {
    all: unset;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    color: #7a4b2f;
    /*  background: rgba(0,0,0,0.05);*/
    transition: background 0.2s ease;
}

.quantity button:hover {
    background: rgba(0, 0, 0, 0.1);
}

.quantity .qty {
    width: 55px;
    height: 32px;
    border: none;
    background: #e6dbc9;
    color: #7a4b2f;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    outline: none;
    -moz-appearance: textfield;
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wp-block-woocommerce-checkout-order-summary-block {
    padding: 15px;
    background: var(--beezH);
    border-radius: 15px;
    margin-top: 30px;
    min-height: 30px;
}


}
.wpcvs-terms .wpcvs-term .wpcvs-term-inner {
    background-color: var(--beez);
}
.wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner .wpcvs-term-label {
    padding: 7px 7px;
    font-size: 14px;
    font-weight: 400;
}
.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner {
    color: white;
    background: #583119;
}
.wpcvs-terms .wpcvs-term .wpcvs-term-inner {
    display: flex;
    align-items: center;
    height: auto;
    line-height: 1;
    width: 100%;
    position: relative;
    background-color: #E6DBC9;
    color: var(--beezT);
}
.wpcvs-terms.wpcvs-type-button .wpcvs-term {
    height: initial;
    min-width: 22px;
    line-height: 40px;
}
.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before {
    content: none;
}
.heart-border {
    margin-bottom: 30px;
}
.heart-border img {
    width: 100%;
    height: auto
}
.wpcvs-terms {
    justify-content: center;
}
.wpcvs-terms .wpcvs-term {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0;
    /* padding: 3px; */
    
    border-radius: 20px;
    border-width: 0px;
    /* border-style: solid; */
    
    border-color: #dddddd;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
    float: none;
}
.cart-form-wrapper {
margin: 0 auto;
/*width: 100%;*/
 overflow-x: auto;
}

.cart-form-wrapper table {
width: 100%;
}
button[name="update_cart"] {
  display: none !important;
}
.cart-subtotal {
    display:none
}

.custom-thankyou-page {
    max-width: 600px;
    margin: 0 auto;
}

/*WOOO*/

/*TEISED EKRAANID, MOBIIL*/

/*TEISED EKRAANID, MOBIIL*/

/*TEISED EKRAANID, MOBIIL*/

/*TEISED EKRAANID, MOBIIL*/

/*TEISED EKRAANID, MOBIIL*/

/*TEISED EKRAANID, MOBIIL*/

/*TEISED EKRAANID, MOBIIL*/

/*TEISED EKRAANID, MOBIIL*/

/* Väiksemad seadmed (telefonid, kuni 480px lai) */
@media (max-width: 480px) {
    
    
    
    
    .quantity button {
        width: 28px;
        font-size: 18px;
    }
    
    .quantity .qty {
        width: 45px;
    }
    .woocommerce-cart-form__cart-item .product-remove a {

font-size: 13px;

}
}

/* Tahvelarvutid (alla 768px) */
@media (max-width: 768px) {
    
    .tag-filters h3 {
      
        font-size:16px;
        margin: 0px;
    }
    .tag-filters label {
font-size: 14px;

}
    
    .cart-form-wrapper {
flex: 0 0 100%;
      
}
    
    .ostukorv .woocommerce .cart-collaterals {
flex: 0 0 100%;
       
}
    .cart-btn {
    position: fixed;
    right: inherit;
        left:10px;
    top: -10px;
    width: 60px;
    height: 90px;
    background: var(--kol);
    color: var(--roh);
    font-weight: 600;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
     clip-path: polygon(0 0, 80px 0, 80px 100px, 0 120px); 
    transition: all 0.2s;
    cursor: default;
    border-radius: 0 0 10px 10px;
}
    
    .woocommerce-cart-form__contents{
     font-size: 13px;    
    }
    .woocommerce-cart-form__contents thead {
         display: none;
    }
    
    .woocommerce-cart-form__contents .product-price{
        display: none;
    }
    .ostukorv .woocommerce .product-thumbnail{
        display: none;
        
    }
    .woocommerce { 
    padding: 0px 0px 50px 0px;
    }
    .ostukorv .woocommerce {
        display: flex;
/*        flex-direction: column;*/
    }
    
    .menu-btn {
        right: 10px;
        top: -10px;
        width: 60px;
        height: 90px;
        font-weight: 600;
        font-size: 12px;
        display: flex;
        /*clip-path: polygon(0 0, 60px 0, 60px 80px, 0 90px);*/
    }
    
    .left-panel,
    .right-panel {
        padding: 0px;
        width: 100%;
    }
    
    .right-panel {
        position: sticky;
        bottom: 0;
        z-index: 1000;
        /*        max-height: 80%;*/
    }
    
    .mini-cart {
        transform: translateX(110%);
        transition: transform .3s ease;
        position: fixed!important;
        bottom: 0;
        top: inherit!important;
        left: 0;
    }
    
    .mini-cart.is-open {
        transform: translateX(0);
    }
    /*
    .mini-cart-items {
list-style: none;
padding: 0;
margin: 0;
max-height: 350px;
display: block;
overflow-y: scroll;
}
*/
    
    .middle-panel {
        padding: 35px 0px;
        width: 100%;
    }
    
    .shop-page {
        flex-direction: column;
    }
    
    .side-menu-list a {
/*        font-size: 22px;*/
        padding: 5px 0;
        border-bottom: 0px solid var(--rohH);
    }
    
    ul.products {
        display: grid;
        grid-template-columns: repeat(2, minmax(150px, 1.5fr));
        gap: 20px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .middle-panel .heart-border img {
        width: 100%;
    }
    
    .woocommerce-products-header__title {
        font-size: 35px;
    }
    
    .side-menu-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(150px, 1.5fr));
        align-items: center;
        gap:8px;
    }
    
    .page-content {
        padding: 0px;
    }
    .shop-page{
        padding: 120px 15px 50px 15px;
    }
    .mini-cart__close {
        display: block;
    }
    
    .btn-mini-cart {
        display: flex;
    }
    
    .menyy-grid {
        justify-content: center;
        background-color: var(--roh);
        width: max-content;
        margin: 0 auto;
        align-items: flex-end;
        padding: 10px;
        border-radius: 15px;
        display: grid;
        grid-template-columns: repeat(3, minmax(50px, 1.5fr));
    }
    
    .menyy-item {
        max-width: 100px;
        padding: 5px;
        text-align: center;
        transition: transform 0.2s ease;
    }
    .elementor-popup-modal .menyy-item {
        max-width: 100%;
    }
    .menyy-item img {
        max-width: 100%;
        border-radius: 8px;
        margin-bottom: 10px;
        height: 30px!important;
        width: 30px;
        object-fit: contain;
    }
}

/* Suuremad tahvlid ja väikesed laptopid (alla 1024px) */
@media (max-width: 1024px) {
    #logo img {
        width: 200px;
        height: auto;
        margin-top: 10px;
    }
}