/*!
Theme Name: v360 L shop
Author: Mart Israel
Author URI: http://www.v360.ee
Description: 360 turundus
*/

@keyframes wing {
     from {
         transform:rotate(-5deg);
        }
     to {
         transform:rotate(5deg);
        }
}
@keyframes flyWiggle {
     from {
         transform:rotate(-10deg);
        }
     to {
         transform:rotate(12deg);
        }
}
.grecaptcha-badge  {
     visibility: hidden !important;
}
:root  {
     --accent: #7d1319;
     --black: #1b1c1b;
     --lightgrey: #edefee;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
body {
 
        animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}
@font-face  {
     font-family: 'Bahnschrift';
     src: url('/wp-content/themes/v360-l-shop/assets/fonts/bahnschrift.woff2') format('woff2');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
}
@font-face  {
     font-family: 'Bahnschrift';
     src: url('/wp-content/themes/v360-l-shop/assets/fonts/bahnschrift.woff2') format('woff2');
     font-weight: 400;
     font-style: normal;
     font-display: swap;
}
@font-face  {
     font-family: 'Bahnschrift';
     src: url('/wp-content/themes/v360-l-shop/assets/fonts/bahnschrift.woff2') format('woff2');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}
@font-face  {
     font-family: 'Bahnschrift';
     src: url('/wp-content/themes/v360-l-shop/assets/fonts/bahnschrift.woff2') format('woff2');
     font-weight: 700;
     font-style: normal;
     font-display: swap;
}
@font-face  {
     font-family: 'Bahnschrift Bold Condensed';
     src: url('/wp-content/themes/v360-l-shop/assets/fonts/bahnschrift.woff2') format('woff2');
     font-weight: 700;
     font-style: normal;
     font-stretch: condensed;
     font-display: swap;
}
@keyframes fadeIn  {
     0%  {
        opacity:0;
        }
     100%  {
        opacity:1;
        }
}
html  {
     scroll-behavior: smooth;
}
#nopri-fly {
     position:fixed;
     left:0;
     top:0;
     width:40px;
     height:40px;
     z-index:9999;
     pointer-events:none;
     opacity:0;
     transition: opacity .3s ease, transform .1s linear;
}
#nopri-fly svg {
     width:100%;
     height:100%;
}
#nopri-fly ellipse,#nopri-fly circle {
     fill:#8b171d;
}
#nopri-fly svg {
     animation:wing 0.12s infinite alternate;
}
/*--------------------------------------------------------------
# Top-Header
--------------------------------------------------------------*/
.top-header p  {
     color: white;
     margin-bottom: 15px;
     margin-top: 15px;
     font-size: 16px;
     font-weight: 400;
     text-align: center;
}
.top-header  {
     display: flex;
     flex-direction: row;
     align-content: center;
     justify-content: center;
     align-items: center;
     background-color: #112d35;
     padding: 0px 5%;
}
.top-header ul {
     margin: 0 0 0em 0em;
     list-style: none;
     display:flex;
     padding-left:0px;
}
li#text-6 {
     margin-left: 30px;
}
.top-header ul li {
     margin:0 8px;
}
.top-header a {
     color:#70f677;
     font-size: 14px;
}
.top-header a:hover i {
     color:#43ca49;
}
.top-header a:visited {
     color:#70f677;
}

/* Header
--------------------------------------------- */
.header-all.nav-up  {
     transform: translateY(-100%);
     transition: background 0.5s ease;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
.header-all.active div.site-branding img  {
    /* -webkit-clip-path: polygon(0% 13% , 27% 0%, 100% 15%, 100% 85%, 30% 100% , 0 91%); */
    /* clip-path: polygon(0% 0 , 100% 0%, 100% 100%, 90% 0%, 0% 95% , 0 38%); */
    /* margin-bottom: -28px; */
     transition: background 0.5s ease;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
.header-all.active div.site-branding a  {
     transition: background 0.5s ease;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
    /* width: 130px;
	    margin-bottom: -5px;*/
}
.header-all.active .main-navigation {
     transition: background 0.5s ease;
     -webkit-transition: all 1s;
     -moz-transition: all 1s;
     transition: all 1s;
}
.header-all.active div.site-branding a  {
     transition: background 0.5s ease;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
div.site-branding img  {
     margin-top: 6px;
}
.header-all {
     position: fixed;
     width: 100%;
     z-index: 5;
     order: 1;
     top: 0px;
     box-shadow: 0 0 0 rgba(0,0,0,0);
     transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.header-all.active {
     transition: background 0.3s ease;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
     box-shadow: 0 18px 55px rgba(0, 0, 0, .2);
    /* animation: headerShadow 0.5s ease forwards;

}

@keyframes headerShadow {
    from{
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    to{
        box-shadow: 0 18px 55px rgba(0,0,0,.2);
    }*/
}
.header-all.active div.site-branding a  {
     transition: background 0.3s ease;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
.header-all div.site-branding a  {
     transition: background 0.3s ease;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
.header-all.active .site-header {
     background-color: white;
    
}
.site-header {
     background-color: transparent;
     padding: 10px 0% 0px;
     margin:0px 0%;
}
.site-header-inside {
     max-width: 1450px;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0px 2.5% 0px;
}
ul.mega-sub-menu {
     margin-bottom:10px !important;
}
ul.mega-sub-menu li ul {
     margin-top: 5px !important;
}
.site-header input :placeholder {
    /*color:#858585 !important;*/
     color:red !important;
}
.v360-social-icons  {
     display: flex;
     align-items: center;
     gap: 6px;
}
.v360-social-icon  {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 42px;
     height: 42px;
     color: var(--black);
     transition: color 0.25s ease, transform 0.25s ease;
}
.v360-social-icon svg  {
     width: 100%;
     height: 100%;
     fill: currentColor;
}
.v360-social-icon:hover  {
     color: var(--accent);
     transform: translateY(-2px);
}
.cart ul#menu-cart-menu.menu  {
     list-style: none;
     margin-bottom: 0px;
     display: flex;
     padding-left:0px;
     margin-left:0px;
}
.cart a {
     font-weight:500;
     font-size:15px;
     color: #132d35;
     text-decoration: none;
     -webkit-transition-duration: 0.1s;
     transition-duration: 0.1s;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
.cart a:hover {
     font-weight:500;
     font-size:15px;
     -webkit-transform: translateX(0px);
     transform: translateX(0px);
     color: #132d35 !important;
}
.cart li {
     margin-left:25px;
     margin-bottom:0px;
}
.cart {
     display: flex;
     align-items: center;
}
.cart ul  {
     list-style: none;
     display: flex;
     margin-bottom: 0px;
     align-items: center;
}
p.site-title {
     display:none;
}
p.site-description {
     font-size: 11px;
     line-height: 110%;
     margin-bottom: 0px;
     margin-top: 1px;
     font-weight: 500;
}
.site-branding {
     display: flex;
     align-items: flex-start;
     flex-direction: column;
}
.icon-mail svg  {
     vertical-align: middle;
     margin-right: 0px;
     margin-bottom: 3px;
}
.menu b  {
     font-weight: 600;
    /* veidi pehmem kui default bold */
}
.cart > aside > div > ul > li:last-child  {
     position: relative;
}
.cart > aside > div > ul > li:last-child > a  {
     display: inline-flex;
     align-items: center;
     gap: 6px;
     padding: 8px 12px;
     text-decoration: none;
     color: #1f3442;
     font-size: 16px;
     font-weight: 500;
     text-transform: uppercase;
     line-height: 1;
}
.cart > aside > div > ul > li:last-child > a::after  {
     content: "";
     width: 7px;
     height: 7px;
     border-right: 2px solid currentColor;
     border-bottom: 2px solid currentColor;
     transform: rotate(45deg);
     margin-top: -2px;
     transition: transform 0.2s ease;
}

/* submenu vaikimisi peidus */
.cart > aside > div > ul > li:last-child .sub-menu  {
     position: absolute;
     top: calc(100% + 8px);
     left: 0;
     min-width: 80px;
     margin: 0;
     padding: 6px;
     list-style: none;
     background: #fff;
     border-radius: 10px;
     box-shadow: 0 8px 24px rgba(0,0,0,0.12);
     opacity: 0;
     visibility: hidden;
     transform: translateY(8px);
     transition: all 0.2s ease;
     z-index: 999;
}

/* ava hoveriga */
.cart > aside > div > ul > li:last-child:hover .sub-menu,.cart > aside > div > ul > li:last-child:focus-within .sub-menu  {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
}
.cart > aside > div > ul > li:last-child .sub-menu  {
     left: auto;
     right: 0;
}
.cart > aside > div > ul > li:last-child .sub-menu li  {
     margin: 0;
     padding: 0;
}
.cart > aside > div > ul > li:last-child .sub-menu a  {
     display: block;
     padding: 8px 10px;
     border-radius: 8px;
     text-decoration: none;
     color: #1f3442;
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
}
.cart > aside > div > ul > li:last-child .sub-menu a:hover  {
     background: #f2f2f2;
     color: #55c35b !important;
}
.cart > aside > div > ul > li:last-child .sub-menu .current-lang a  {
    /* background: #1f3442; */
}
.cart > aside > div > ul > li:last-child:hover > a::after,.cart > aside > div > ul > li:last-child:focus-within > a::after  {
     transform: rotate(225deg);
}

/* Hero
	 ========================================================================== */
.single-post header.entry-header  {
    /*background-color: #062743;*/
     background-color: transparent;
     height:450px;
}
.page-template-page-no-image header.entry-header  {
     background-color: transparent;
     height: auto;
     align-items: flex-end;
     justify-content: flex-start;
     padding: 20px 5%;
     max-width: 900px;
     width: 100%;
}
header.entry-header  {
     display: flex;
     width: 100%;
     align-items: center;
     justify-content: center;
     background-position: right;
     background-repeat: no-repeat;
     position: relative;
}
.entry-header .post-thumbnail {
     position:relative;
}
.cow-speech-bubble  {
     position: absolute;
     left: -60px;
     top: 30%;
     height: 150px;
     width: 360px;
     display: flex;
     padding: 34px 5% 32px;
     background: #fffaf6;
    /* border: 5px solid #171717; */
     border-radius: 58% 42% 55% 45% / 45% 50% 50% 55%;
     font-size: 24px;
     line-height: 110%;
     font-weight: 800;
     color: #171717;
     transform: rotate(-4deg) scale(.85);
     opacity: 0;
     animation: cowBubbleIn .8s cubic-bezier(.2,1.4,.4,1) .4s forwards;
     z-index: 2;
     text-align: center;
     font-family: 'Bahnschrift Bold Condensed' !important;
     text-transform: uppercase;
     box-shadow: 0px 0px 0px 4px black;
     align-items: center;
}

/* saba ehk kÃµnemulli Ã¼hendus */
.cow-speech-bubble::after  {
     content: "";
     position: absolute;
     right: 24px;
     bottom: 15px;
     width: 41px;
     height: 33px;
     background: #fffaf6;
    /* border-right: 5px solid #171717; */
    /* border-bottom: 5px solid #171717; */
     border-radius: 0 0 0px 0;
     transform: rotate(7.5deg) skewX(-15deg);
     z-index: -1;
     box-shadow: 4px 4px 0px 0px black;
}

/* vÃ¤ikesed koomiksi kriipsud */
.cow-speech-lines {
     position:absolute;
     left:-38px;
     top:-10px;
     width:60px;
     height:60px;
}
.cow-speech-lines span {
     position:absolute;
     background:#171717;
     border-radius:10px;
}
.cow-speech-lines span:nth-child(1) {
     width:5px;
     height:26px;
     left:0;
     top:28px;
     transform:rotate(-55deg);
}
.cow-speech-lines span:nth-child(2) {
     width:6px;
     height:36px;
     left:20px;
     top:10px;
     transform:rotate(-35deg);
}
.cow-speech-lines span:nth-child(3) {
     width:6px;
     height:30px;
     left:44px;
     top:0;
     transform:rotate(-15deg);
}
@keyframes cowBubbleIn {
     0% {
         opacity:0;
         transform:translateY(18px) rotate(-8deg) scale(.7);
        }
     65% {
         opacity:1;
         transform:translateY(-8px) rotate(-3deg) scale(1.06);
        }
     100% {
         opacity:1;
         transform:translateY(0) rotate(-4deg) scale(1);
        }
}
.nopri-social-hero {
     position:relative;
     max-width:1400px;
     margin:0 auto;
     padding:120px 40px;
}
.nopri-social-hero-media {
     position:relative;
     overflow:hidden;
}
.nopri-social-hero-media video {
     width:100%;
     height:650px;
     display:block;
     object-fit:cover;
}

/* PNG kiht */
.nopri-social-overlay {
     position:absolute;
     inset:0;
     background-image:url('https://nopri.v360.ee/wp-content/uploads/2026/06/nopri-socialmedia-gradient-wrapper.png');
     background-repeat:no-repeat;
     background-position:center center;
     background-size:100% 100%;
     pointer-events:none;
     z-index:2;
}
.meta-text  {
     margin: 0 auto;
     padding: 0px 10%;
     width: 50%;
}
.meta-text p  {
     margin-top: 10px;
     margin-bottom: 20px !important;
     font-size: 22px;
     line-height: 130%;
     font-weight:400;
     width:100%;
}
.post-thumbnail img  {
     object-fit: cover;
     height: auto;
     object-position: center;
     width: 100%;
     border-radius: 20px;
}
.single-post .post-thumbnail img  {
     object-fit: cover;
     height: 450px;
     width:100%;
     object-position: center;
}
.post-thumbnail  {
     width: 50%;
     display: flex;
     justify-content: flex-end;
}
.buttons  {
     display: flex;
     gap: 25px;
     margin: 25px 0px 0px;
     flex-wrap: wrap;
     align-content: center;
     align-items: center;
}
#main-content.buttons {
     justify-content: center;
     width:100%;
}

/* Meie lugu (esileht)
	 ========================================================================== */
.story-block {
     position:relative;
     padding:0px 0 0px;
}
.story-block-inner {
     max-width:100%;
    /*margin:0 auto;*/
     display:grid;
     grid-template-columns:1.25fr 0.75fr;
     gap:90px;
     align-items:center;
}

/* TAUSTA AASTA */
.story-bg-year  {
     position: absolute;
     top: -50px;
     left: 50%;
     transform: translateX(-10%);
     z-index: 3;
     color: var(--lightgrey);
     line-height: 0.9;
}
.story-bg-year span {
     display:block;
     font-size:clamp(40px,3vw,70px);
     font-weight:700;
     text-transform:lowercase;
}
.story-bg-year strong {
     display:block;
     font-size:clamp(90px,9vw,180px);
     font-weight:800;
}

/* PILT */
.story-image-wrap {
     position:relative;
     z-index:2;
}
.story-image-wrap img {
     width:100%;
     display:block;
     object-fit:cover;
}

/* SISU */
.story-content {
     position:relative;
     z-index:2;
     max-width:420px;
}
.story-label, .dairy-label  {
     font-size: clamp(34px,2vw,60px);
     font-weight: 700;
     margin-bottom: 0px;
     color: var(--lightgrey);
}

/* Meierei (esileht)
	 ========================================================================== */
.dairy-block {
     position:relative;
     overflow:hidden;
}
.dairy-block-inner  {
     max-width: 1200px;
     margin: -20px auto 0px;
     padding: 0 60px;
     display: grid;
     grid-template-columns: 0.8fr 1.2fr;
     gap: 90px;
     align-items: center;
     z-index: 2;
}

/* SISU */
.dairy-content {
     max-width:420px;
}
.dairy-link {
     display:inline-flex;
     align-items:center;
     gap:12px;
     text-decoration:none;
     color:#111;
     font-weight:700;
     transition:.25s ease;
}
.dairy-link:hover {
     gap:18px;
}

/* PILT */
.dairy-image-wrap {
     position:relative;
}
.dairy-image-wrap img {
     width:100%;
     max-width:650px;
     display:block;
     margin-left:auto;
     object-fit:cover;
}

/* VÃ¤Ã¤rtused 
--------------------------------------------------------------------------------*/

/* ===========================
   NOPRI VALUES SECTION
=========================== */
.nopri-values-section {
     position:relative;
     overflow:hidden;
     padding:130px 5%;
     
}

/* alumine taustapilt */
.nopri-values-section::after {
     content:'';
     position:absolute;
     left:0;
     bottom:0;
     width:100%;
     height:100%;
     background-image:url('https://nopri.ee/wp-content/uploads/2026/06/vaartused-taust-scaled.png');
     background-repeat:no-repeat;
     background-position:center bottom;
     background-size:cover;
     z-index:0;
     pointer-events:none;
}

/* suur orgaaniline taustakuju */
.nopri-values-bg {
     position:absolute;
     left:-5%;
     top:40px;
     width:110%;
     height:78%;
     z-index:1;
}

/* ===========================
   WRAPPER
=========================== */
.nopri-values-wrapper {
     position:relative;
     z-index:2;
     max-width:1280px;
     margin:0 auto;
     display:grid;
     grid-template-columns:1fr auto 1fr auto 1fr;
     gap:42px;
     align-items:center;
}

/* ===========================
   VALUE CARD
=========================== */
.nopri-value-card {
     background:white;
     padding:70px 40px 55px;
     text-align:center;
     min-height:420px;
     display:flex;
     flex-direction:column;
     justify-content:flex-start;
     align-items:center;
     box-shadow:0 18px 55px rgba(0,0,0,.2);
     transition:.28s ease;
}
.nopri-value-card:hover {
     transform:translateY(-10px);
}

/* iga kaart erinev kuju */
.nopri-value-card:nth-of-type(1) {
     border-radius: 48% 52% 44% 56% / 38% 42% 58% 62%;
     transform:rotate(-2deg);
}
.nopri-value-card:nth-of-type(3) {
     border-radius: 42% 58% 55% 45% / 52% 36% 64% 48%;
     transform:rotate(1deg);
}
.nopri-value-card:nth-of-type(5) {
     border-radius: 56% 44% 48% 52% / 34% 56% 44% 66%;
     transform:rotate(-1deg);
}
.nopri-value-card > * {
     transform:rotate(0deg);
}

/* ===========================
   ICON
=========================== */
.nopri-icon {
     margin-bottom:30px;
}
.nopri-icon img {
     width:120px;
     display:block;
}

/* ===========================
   TITLE
=========================== */
.nopri-value-card h3 {
     margin:0 0 24px;
     font-size:clamp(34px,2vw,50px);
     line-height:.95;
     text-transform:uppercase;
     font-weight:700;
     color:#8b171d;
}

/* ===========================
   TEXT
=========================== */
.nopri-value-card p {
     margin:0 auto;
     max-width:260px;
     font-size:17px;
     line-height:130%;
}

/* ===========================
   DIVIDER
=========================== */
.nopri-divider  {
     width: 1px;
     height: 180px;
     background: #b9b9b9;
     position: relative;
}
.nopri-divider::before {
     content:'';
     position:absolute;
     left:50%;
     top:50%;
     transform:translate(-50%,-50%);
     width:14px;
     height:14px;
     border-radius:50%;
     background: #b9b9b9;
}

/* ===========================
   BIG TEXT
=========================== */
.nopri-big-text {
     position:absolute;
     right:40px;
     bottom:-25px;
     z-index:2;
     font-size:clamp(90px,13vw,260px);
     line-height:1;
     font-weight:800;
     color:rgba(255,255,255,.26);
     pointer-events:none;
}
/* =========================
   KONTAKTID / MEESKOND
========================= */
.page-template-page-team .buttons {
    
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.page-template-page-team .meta-text {
    text-align:center;
}
.contact-company-section,
.team-section,
.contact-map-section {
    padding: 70px 0;
}

.contact-company-section .block-heading,
.team-section .block-heading {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.contact-company-card {
    max-width: 920px;
    margin: 0 auto;
    padding: 45px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 16px 45px rgba(0,0,0,.08);
}

.contact-company-card h3 {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1;
}

.contact-company-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 34px;
}

.contact-company-list p {
    margin: 0;
    font-size: 17px;
    line-height: 1.45;
}

.contact-company-list a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.contact-company-list a:hover {
    color: var(--accent);
}

/* FAMILY TREE */

.team-family-tree {
    max-width: 1280px;
    margin: 0 auto;
}

.team-generation {
    display: grid;
    gap: 32px;
}

.team-generation-founders {
    grid-template-columns: repeat(2, minmax(280px, 420px));
    justify-content: center;
    margin-bottom: 45px;
}

.team-generation-children {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
    justify-content: center;
    gap: 32px;
    margin-bottom: 70px;
}

.team-generation-workers {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
}
.team-tree-line {
    width: 2px;
    height: 52px;
    background: #cfcac4;
    opacity: 1;
    margin: -18px auto 36px;
    position: relative;
}

.team-tree-line:before,
.team-tree-line:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 170px;
    height: 2px;
    background: #cfcac4;
    opacity: 1;
}

.team-tree-line:before {
    right: 0;
}

.team-tree-line:after {
    left: 0;
}

.team-divider {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.16);
    margin: 0 auto 55px;
    position: relative;
}

.team-divider:before {
    content: "Meeskond";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--accent);
}

/* CARDS */

.team-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(0,0,0,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 65px rgba(0,0,0,.13);
}

.team-image {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f2f2f2;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.04);
}

.team-content {
    padding: 28px;
	text-align:center;
}

.team-content h3 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1;
}


.team-role {
    margin: -5px 0 16px;
    font-size: 14px;
    font-weight: 400;
    color: var(--accent);
    font-style: italic;
}
.team-text {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.45;
}

.team-contact {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.team-contact a {
    color: var(--black);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.team-contact a:hover {
    color: var(--accent);
}

/* WITHOUT IMAGE */

.team-card-no-image {
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: none;
}

.team-card-no-image .team-content {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-card-no-image:hover {
    box-shadow: 0 16px 45px rgba(0,0,0,.08);
}

/* MAP BUTTON */

.contact-map-section {
    text-align: center;
}


/* ===========================
   NOPRI PRODUCTS
=========================== */
.nopri-products-block {
     position:relative;
     padding:140px 40px;
     background:var(--lightgrey);
     overflow:hidden;
}

/* taustapealkiri */
.nopri-products-bg-title  {
     position: absolute;
     top: -80px;
     left: 50%;
     transform: translateX(-50%);
     font-size: 42px;
     font-weight: 800;
     line-height: 1;
     color: #d6d9d7;
     pointer-events: none;
     user-select: none;
     bottom: 100px;
     z-index: 0;
}

/* heading */
.nopri-products-heading {
     position:relative;
     z-index:2;
     max-width:700px;
     margin:0 auto 80px;
     text-align:center;
}
.nopri-products-heading h2 {
     margin:0 0 20px;
     font-size:clamp(42px,4vw,72px);
     line-height:.95;
     color:#111;
}
.nopri-products-heading p {
     max-width:550px;
     margin:0 auto;
     font-size:18px;
     line-height:130%;
}

/* grid */
.nopri-products-grid {
     max-width:1280px;
     margin:0 auto;
     display:grid;
     grid-template-columns:repeat(3,1fr);
     gap:50px 40px;
}

/* card */
.nopri-product-card {
     text-align:center;
}
.nopri-product-link {
     display:block;
     text-decoration:none;
     color:inherit;
}

/* image */
.nopri-product-image {
     overflow:hidden;
     border-radius:34px 34px 0px 0px;
     margin-bottom:22px;
     aspect-ratio:1.45 / 1;
}
.nopri-product-image img {
     width:100%;
     height:100%;
     object-fit:cover;
     display:block;
     transition:transform .5s ease;
}
.nopri-product-card:hover img {
     transform:scale(1.05);
}

/* pealkiri */
.nopri-product-card h3 {
     margin:0 8%;
     padding:16px 0;
     font-size:clamp(28px,2vw,42px);
     line-height:1;
     border-top:1px solid #cfcac4;
     border-bottom:1px solid #cfcac4;
     text-transform: uppercase;
     color:#111;
}

/* tekst */
.nopri-product-card p {
     max-width:260px;
     margin:18px auto 0;
     font-size:15px;
     line-height:120%;
}
.nopri-product-card  {
     box-shadow: 0 18px 55px rgba(0, 0, 0, .2);
     border-radius: 48px;
     padding: 0px 0px 35px;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform, background-color, border, color;
     transition-property: transform, background-color, border, color;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     margin-bottom: 0px;
}

/* hover */
.nopri-product-card:hover h3 {
     color:#8b171d;
}
.nopri-product-card:hover  {
     -webkit-transform: translateY(4px);
     transform: translateY(4px);
     box-shadow: 0 18px 55px rgba(0, 0, 0, .25);
}

/* Sotsiaalmeedia
	 ========================================================================== */
.nopri-social-hero {
     position:relative;
     max-width:100%;
     margin:0 auto;
     padding:0px 0px;
     width:100%;
}
.nopri-social-hero-media {
     position:relative;
     overflow:hidden;
}
.nopri-social-hero-media video {
     width:100%;
     height:auto;
     display:block;
     object-fit:cover;
}
.nopri-social-hero-content  {
     position: absolute;
     right: 16%;
     top: 50%;
     transform: translateY(-50%);
     z-index: 2;
     color: #fff;
     padding: 20px 5%;
}
.nopri-social-hero-content h2 {
     margin:0 0 18px;
     font-size:65px;
     line-height:.95;
     color:#fff;
}
.nopri-social-icons {
     display:flex;
     gap:10px;
}
.nopri-social-icons a {
     width:62px;
     height:62px;
    /*border-radius:50%;
    background:#fff;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:800;*/
}

/* PNG kiht */
.nopri-social-overlay {
     position:absolute;
     inset:0;
     background-image:url('https://nopri.ee/wp-content/uploads/2026/06/nopri-socialmedia-gradient-wrapper.png');
     background-repeat:no-repeat;
     background-position:center center;
     background-size:100% 100%;
     pointer-events:none;
     z-index:2;
}

/*.nopri-social-icons .v360-social-icon svg {
    width: 64px;
    height: 64px;
    border: solid 4px white;
    border-radius: 22px;
}*/
.nopri-social-icons svg  {
     border:solid 3px white !important;
     border-radius:10px;
}
.nopri-social-icons svg rect  {
     color: #ffffff00 !important;
     border:solid 1px white !important;
}
.nopri-social-icons svg path  {
     color:black !important;
}

/* Blogi grid esilehel 
---------------------------------------------*/

/* ===========================
   BLOG
=========================== */
.page-template-default .nopri-blog {
     padding:75px 40px 140px;
}
.nopri-blog {
     padding:90px 40px 140px;
     background:#fff;
}
.nopri-blog .post-grid  {
     max-width: 1400px;
     margin: 0px auto 0;
     display: grid;
     grid-template-columns: 1.8fr 1fr;
     gap: 30px;
     align-items: start;
}
.nopri-blog .post-grid .featured-posts  {
     max-width: 1400px;
     margin: 80px auto 0;
     display: grid;
     grid-template-columns: 1.8fr 1fr;
     gap: 30px;
     align-items: stretch;
}
.blog .post-grid {
     grid-template-columns: 1fr;
}
.post-list-item h2 {
     font-size:35px !important;
}
.list-posts  {
     display: flex;
     gap: 20px 2%;
     flex-wrap: wrap;
}

/* ===========================
   POST
=========================== */
.nopri-blog .post {
     background:#fff;
     border-radius:40px;
     padding:0px 0px 45px;
     box-shadow: 0 5px 30px rgba(0,0,0,.07);
     transition:.3s ease;
}
.nopri-blog .post:hover {
     color:black;
     transform:translateY(-6px);
}
.nopri-blog .post a:hover {
     color:black;
}

/* ===========================
   SUUR POST
=========================== */
.nopri-blog .post:first-child {
     grid-row:span 2;
}

/* ===========================
   PILT
=========================== */
.nopri-blog .post-thumbnail {
     overflow:hidden;
     width:100%;
     border-radius:30px 30px 0px 0px;
     margin-bottom:20px;
}
.nopri-blog .post-thumbnail img {
     border-radius:30px 30px 0px 0px;
     margin-bottom:20px;
}
.nopri-blog .post-thumbnail {
     width:100%;
}
.nopri-blog .post:first-child img {
     height:700px !important;
}
.nopri-blog .post-thumbnail img {
     width:100% !important;
     height:250px;
     object-fit:cover;
     display:block;
     transition:.5s ease;
}
.nopri-blog .post:hover img {
     transform:scale(1.05);
}
.nopri-blog .post:hover {
     color:black !important;
}

/* ===========================
   KATEGOORIAD
=========================== */
.nopri-blog .post-categories, .single-post .post-categories {
     display:flex;
     flex-wrap:wrap;
     gap:10px;
     padding:0px 8%;
     margin-bottom:20px;
}
.nopri-blog .post-category, .single-post .post-category  {
     padding: 7px 8px 4px;
     border: 2px solid;
     border-radius: 8px;
     font-size: 13px;
     font-weight: 900;
     background: #ffffff00;
}
.single-post .post-categories  {
     justify-content: center !important;
}

/* ===========================
   PEALKIRI
=========================== */
.nopri-blog .post h2  {
     margin: 0 0 16px;
     width: 100%;
     line-height: 100%;
}
.nopri-blog .post h2  {
     text-decoration:none;
     color:#111;
     padding:0px 8%;
     line-height:100%;
}
.nopri-blog .post h2 {
     font-size:35px;
}

/* suur artikkel */
.nopri-blog .post:first-child h2 {
     width: 85% !important;
     font-size:55px;
}
.nopri-blog .post:first-child p {
     font-size:120%;
     width:85%;
}
.list-posts .post:first-child p {
     font-size:100% !important;
     width:85%;
}

/* vÃ¤iksed */

/* ===========================
   EXCERPT
=========================== */
.nopri-blog .post-excerpt {
     margin:0;
     padding:0px 8%;
     font-size:16px;
     line-height:130%;
}

/* ===========================
   BUTTON
=========================== */
#blog-button  {
     margin-top: 60px;
     text-align: center;
     display: flex;
     justify-content: center;
}

/* Content
	 ========================================================================== */
.page-template-page-no-image .site-main  {
     margin-left: 0%;
     max-width:900px;
     width:100%;
     margin:0 auto;
}
 .page-template-page-no-image main  {
     width: 100%;
}
.page-template-page-no-image .site-main-inside  {
     max-width: 1000px;
     margin:0 auto;
     padding: 25px 5% 50px;
}
.page-template-page-no-image .meta-text  {
     position: relative;
     margin: 0 auto;
     padding: 0px 0%;
     width: 100%;
     color: #1b1c1b;
}
#sale-banner img#desktop {
     width:100%;
     display:block;
     border-radius:20px;
}
#sale-banner img#mobile {
     width:100%;
     display:none;
     border-radius:20px;
}
#sale-banner {
     margin: 25px 0px 50px;
}

/* ===========================
   NOPRI SINGLE POST
=========================== */
.nopri-single-post {
     background:#fff;
}

/* HERO */
.nopri-single-hero {
     max-width:1100px;
     margin:0 auto;
     padding:25px 40px 70px;
     text-align:center;
}
.nopri-single-meta {
     display:flex;
     justify-content:center;
     flex-wrap:wrap;
     gap:10px;
     margin-bottom:28px;
}
.nopri-single-meta span {
     padding:8px 14px;
     border:1px solid #d8c6c0;
     border-radius:50px;
     color:#8b171d;
     font-size:13px;
     font-weight:700;
     text-transform:uppercase;
}
.nopri-single-date {
     font-size:15px;
     font-weight:700;
     color:#8b171d;
     margin-bottom:28px;
}
.nopri-single-intro {
     max-width:720px;
     margin:0 auto;
     font-size:22px;
     line-height:1.6;
     color:#333;
}

/* FEATURED IMAGE */
.nopri-single-image {
     max-width:1280px;
     margin:0 auto 90px;
     padding:0 40px;
}
.nopri-single-image img {
     width:100%;
     height:auto;
     display:block;
    /*border-radius:42px;*/
     border-radius: 61% 39% 70% 30% / 30% 58% 42% 70%;
}

/* CONTENT */
.nopri-single-content-wrap {
     max-width:1180px;
     margin:0 auto;
     padding:0 40px 100px;
     display:grid;
     grid-template-columns:220px minmax(0, 760px);
     gap:70px;
     align-items:start;
}
.nopri-single-share {
     position:sticky;
     top:120px;
}
.nopri-single-share > span {
     display:block;
     margin-bottom:16px;
     font-size:13px;
     font-weight:800;
     text-transform:uppercase;
     color:#8b171d;
}
.post-list-item  {
     padding: 45px 22px 35px !important;
     box-shadow: 0 5px 30px rgba(0,0,0,.04);
     transition: .3s ease;
     width: 49%;
}

/* FOOTER */
.nopri-single-footer {
     max-width:1180px;
     margin:0 auto;
     padding:0 40px 130px;
     text-align:center;
}
/* SEOTUD TOOTED */
.single-post ul.products {
    justify-content: center !important;
}

/* ===========================
   TOOTE OMADUSE LANDING
=========================== */
.feature-landing-hero {
     position:relative;
     overflow:hidden;
     padding:50px 5%;
     background: linear-gradient( 180deg, #ffffff 0%, #f4f1ec 55%, #ffffff 100% );
}
.feature-landing-inner {
     max-width:980px;
     margin:0 auto;
     text-align:center;
}
.feature-landing-icon {
     margin:0 auto 35px;
}
.feature-landing-icon img {
     max-width:180px;
     max-height:180px;
     width:auto;
     height:auto;
     display:block;
     margin:0 auto;
}
.feature-landing-hero h1 {
     max-width:900px;
     margin:0 auto 38px;
}
.feature-landing-content {
     max-width:780px;
     margin:0 auto;
     font-size:20px;
     line-height:1.7;
     color:#222;
}
.feature-landing-content p {
     margin:0 0 22px;
}
.feature-landing-content h2,.feature-landing-content h3 {
     margin:45px 0 20px;
     color:#8b171d;
}
.feature-landing-content ul {
     max-width:620px;
     margin:30px auto;
     padding-left:22px;
     text-align:left;
}
.feature-landing-content li {
     margin-bottom:10px;
}

/* PRODUCTS */
.feature-landing-products {
     padding:25px 5% 100px;
     background:#fff;
}
.feature-landing-products-inner {
     max-width:1280px;
     margin:25px auto;
}
.feature-landing-products .page-title {
     display:none;
}
.feature-landing-products .woocommerce-notices-wrapper {
     display:none;
}

/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/
.cky-consent-container .cky-consent-bar  {
     background: #70f677 !important;
     border: 0px solid !important;
     padding: 20px 26px !important;
     box-shadow: 0 -1px 10px 0 #00000000 !important;
     border-radius: 20px !important;
     border: solid 0px #f3f5f5 !important;
}
.cky-consent-container .cky-consent-bar .cky-btn-customize  {
     color: #1d2b33 !important;
     background: transparent !important;
     border: 3px solid #1d2b33 !important;
     border-radius: 25px !important;
     font-weight: 600 !important;
}
.cky-consent-container .cky-consent-bar .cky-btn-customize:hover  {
     -webkit-transform: translateY(40px) !important;
     transform: translateY(0px) !important;
}
.mega-menu-wrap {
     width:100% !important;
}
 .cky-notice-btn-wrapper .cky-btn-accept  {
     color: #a4ef89 !important;
     background: #1d2b33 !important;
     border: solid 3px #1d2b33 !important
}
 .cky-notice-btn-wrapper .cky-btn-accept:hover  {
     color: #a4ef89 !important;
     background: #1d2b33 !important;
     border: solid 3px #1d2b33 !important
}
.cky-btn-accept  {
     color: #192c33 !important;
     background: #90f281 !important;
     border: solid 3px #a4ef89 !important;
     text-transform: uppercase !important;
     border-radius: 25px !important;
     font-weight: 800 !important;
}
.cky-btn-accept:hover  {
     color: #192c33 !important;
     background: #43ca49 !important;
     border: solid 3px #43ca49 !important;
     text-transform: uppercase !important;
     border-radius: 25px !important;
     font-weight: 800 !important;
     -webkit-transform: translateY(0px) !important;
     transform: translateY(0px) !important;
}
.cky-btn-reject  {
     color: #ffffff !important;
     background: transparent !important;
     border: 2px solid #ffffff !important;
}
.cky-notice-des  {
     color: #1d2b33 !important;
     line-height:120% !important;
}
.cky-notice .cky-title  {
     color: #1d2b33 !important;
     font-weight:800 !important
}
.cky-modal.cky-modal-open .cky-btn-reject  {
     color: #01060e !important;
     background: transparent !important;
     border: 2px solid #01060e !important;
}
.cky-modal.cky-modal-open .cky-btn-preferences  {
     color: #0f1a1f !important;
     background: transparent !important;
     border: 2px solid #0f1a1f !important;
     border-radius: 25px !important;
}
.cky-modal.cky-modal-open .cky-btn-preferences:hover  {
     -webkit-transform: translateY(0px) !important;
     transform: translateY(0px) !important;
}
.cky-modal {
     color: #070c14 !important;
     background: transparent !important;
     border: 2px solid #ffffff !important;
}
.cky-btn-revisit-wrapper  {
     background: #1d2b33 !important;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.widget.woocommerce.widget_product_categories ul.product-categories  {
     list-style: none;
     display: flex;
     gap: 26px 10px;
     flex-wrap: wrap;
     justify-content: center;
     padding-left: 0px;
}
.widget.woocommerce.widget_product_categories ul.product-categories li a {
     padding: 12px 12px 9px;
     border: 2px solid;
     border-radius: 8px;
     font-size: 16px;
     font-weight: 900;
     background: #ffffff00;
     color: var(--black) !important;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px rgb(0 0 0 / 0%);
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform, background-color, border, color;
     transition-property: transform, background-color, border, color;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
.widget.woocommerce.widget_product_categories ul.product-categories li a:hover  {
     background: #ffffff00;
     color: var(--accent) !important;
     -webkit-transform: translateY(4px);
     transform: translateY(4px);
}
.widget.woocommerce.widget_product_categories ul.product-categories li.current-cat a {
     background-color: var(--black) !important;
     color:white !important;
     border: 2px solid var(--black);
}
aside#secondary.widget-area {
     max-width:1400px;
     width:100%;
     padding:25px 5%;
     margin:0 auto;
}

/* woocommerce categories
	 ========================================================================== */
.category-description.below-products {
     padding:25px 0px 50px;
     max-width:600px;
}
.archive .site-main-inside  {
     min-height:100vh;
}
.woocommerce ul.products  {
     padding: 25px 0px 50px;
     display: flex;
     gap: 20px 1.3333333%;
     flex-wrap: wrap;
}
.tax-product_brand ul.products  {
     border-top: 1px solid #cfcac4;
     justify-content: center;
}
h2.woocommerce-loop-product__title  {
     font-size: 21px !important;
     font-weight: 400 !important;
     width: 95%;
     padding: 0px 13px !important;
     order: 3;
     margin-top: 5px;
     border-top: dashed 0px #efefef !important;
     border-bottom: dashed 0px #efefef !important;
    /* text-transform: uppercase; */
     text-align: left !important;
     margin-bottom: 10px;
}
span.price  {
     font-size: 17px;
     font-weight: 700;
     padding: 0px 13px 13px;
     display: flex;
     order: 4;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: center;
     gap: 0px 5px;
}
span.price del  {
     font-size: 75%;
     color: #a8a8a8;
}
ins span.woocommerce-Price-amount.amount  {
     font-size: 110%;
     font-weight: 800;
     color: #7b1317;
}
span.woocommerce-Price-amount.amount bdi {
     background:transparent;
}
small.woocommerce-price-suffix {
     font-weight: 600;
     width: 100%;
}
ul.products.columns-4 li.product img  {
     margin: 0 auto;
     padding: 0px 0px 0px;
     order: 1;
     width: 100%;
     filter: brightness(0.97);
     border-radius: 17px;
     background-color: #f7f7f7;
}
.custom-category {
     order:2;
     padding: 15px 13px 0px;
     font-size:11px;
     text-transform: uppercase;
     font-weight:500;
}
.woocommerce.columns-9 ul.products  {
     padding: 0px 0px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
ul.products.columns-4 li.product  {
     width: 24% !important;
     margin-right: 0%;
     border: solid 0px #e0e0e0;
     margin-bottom: 0em;
     box-shadow: 0px 0px 15px #0000000d;
     border-radius: 20px;
     border: solid 4px white;
     vertical-align: middle;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform;
     transition-property: transform, filter;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     background-color: white;
}
ul.products.columns-4 li.product:hover  {
     -webkit-transform: translateX(3px);
     transform: translateX(3px);
     filter: brightness(1);
     box-shadow: 0px 0px 19px #0000001c;
}
ul.products.columns-4 li.product a:hover  {
     color: #231f20;
}
ul.products.columns-4 li.product-category  {
     min-height: 175px !important;
}
ul.products.columns-5 li.product img  {
     margin:0 auto;
     width:100%;
}
ul.products li.product a.button {
     display:none !important;
}
 .woocommerce-loop-category__title mark.count  {
     display: none;
}
h2.woocommerce-loop-category__title {
     font-size: 12px;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
}
span.v360-featured-label {
    position: absolute;
    z-index: 1;
    background-color: #7b1317;
    color: #ffffff;
    padding: 10px;
    font-weight: 900;
    font-size: 18px;
    border-radius: 50%;
    right: -6px;
    top: -7px;
    border: solid 0px #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.18);


}

/*span.v360-featured-label {
    animation: wiggle 4s infinite;
    transform-origin: center;
}

@keyframes wiggle {

    0%, 88%, 100% {
        transform: rotate(0deg) scale(1);
    }

    90% {
        transform: rotate(-10deg) scale(1.08);
    }

    92% {
        transform: rotate(10deg) scale(1.08);
    }

    94% {
        transform: rotate(-8deg) scale(1.06);
    }

    96% {
        transform: rotate(8deg) scale(1.04);
    }

    98% {
        transform: rotate(0deg) scale(1);
    }
}*/
span.onsale  {
     position: absolute;
     z-index: 1;
     background-color: var(--accent);
     color: #ffffff;
     padding: 10px;
     font-weight: 900;
     font-size: 18px;
     border-radius: 50%;
     height: 65px;
     width: 65px;
     display: flex;
     align-content: center;
     align-items: center;
     justify-content: center;
     left: auto !important;
     right: 10px;
     top: 10px;
     letter-spacing: -0.5px;
     display:none !important;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments  {
     background-color: #3d9cd200 !important;
     text-align: left;
     font-weight: 700;
     color: #a3a3a3;
     margin-top: 25px;
}

/*.xoo-wsc-container, .xoo-wsc-slider {

    right: -432px;
}*/

/*--------------------------------------------------------------
# Single-products
--------------------------------------------------------------*/
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img  {
     filter: brightness(0.98);
     border-radius: 20px;
     background-color: #fafafa;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img  {
     filter: brightness(0.98);
     border-radius: 20px;
     background-color: #fafafa;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image  {
     opacity: 1;
}
.product-pdf  {
     margin-top: 15px;
     order: 8;
}
.product-pdf a  {
     display: inline-block;
     padding: 10px 15px;
     border: 1px solid;
     color: #132d35;
     text-decoration: none;
     font-weight: 600;
     border-radius: 25px;
}
.product-pdf a:hover  {
     color: #132d35 !important;
}
.xoo-wsc-basket  {
     bottom: -4px !important;
}
#sticky-add-to-cart  {
     position: fixed;
     bottom: -200px;
     left: 0;
     right: 0;
     background: #fff;
     border-top: 1px solid #e5e5e5;
     padding: 0px;
     z-index: 9999;
     transition: bottom 0.3s ease;
     margin-bottom: -5px;
}
#sticky-add-to-cart.active  {
     bottom: 0;
}
#sticky-add-to-cart .cart  {
     padding:15px;
     margin-bottom: 0px;
}

/* ilusam mobiilis */
#sticky-add-to-cart form.cart  {
     display: flex;
     gap: 10px;
     justify-content: center;
}
.v360-product-features {
     display:flex;
     flex-wrap: wrap;
     gap:10px;
     order:1;
}
a.v360-product-feature img  {
     border: 1px solid var(--accent);
     border-radius:50%;
     width:125px;
}
.loop-product-brands  {
     display: flex;
     align-items: center;
     gap: 8px;
     margin-top: 10px;
     margin-bottom: 12px;
     flex-wrap: wrap;
     order: 3;
     padding: 0px 13px;
     position: absolute;
     z-index: 1;
     top: 0px;
     width: 100%;
    /* margin: 0 auto; */
     flex-direction: column;
     align-content: flex-start;
}
.loop-product-brand  {
     display: flex;
     align-items: center;
     width: 70px;
     aspect-ratio: 1 / 1;
     border-radius: 50%;
    /* box-shadow: 0px 0px 25px #000000ad; */
     background-color: #ffffff;
}
.loop-product-brand img  {
     display: block;
     border-radius: 50% !important;
    /*border: 1px solid var(--accent);*/
     width: 75px;
     aspect-ratio: 1 / 1;
    /* filter: brightness(1) !important; */
    /* filter: brightness(0) invert(1) !important; */
     width: auto;
     height: auto;
     background-color: transparent !important;
    /* box-shadow: 0px 0px 5px black; */
}
.summary.entry-summary  {
     width: 40%;
     display: flex;
     flex-direction: column;
     max-width:400px;
}
.summary.entry-summary nav.woocommerce-breadcrumb {
     order:1;
     font-size: 14px;
}
.summary.entry-summary h1.product_title.entry-title {
     order:2;
}
.summary.entry-summary .product-tags.product-tags-after-title  {
     order: 5;
     margin-top: 5px;
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     gap:5px;
}
.summary.entry-summary .product_meta  {
     order: 3;
     margin: 0px 0px 15px;
}
.product-sku {
     margin-top:15px;
}
.summary.entry-summary p.price  {
     order: 6;
     font-size: 20px;
}
.external-product-button  {
     border-top: 1px solid #cfcac4;
     order: 6;
     padding-top:15px;
}
.summary.entry-summary .cart {
     order:7;
}
.summary.entry-summary .woocommerce-product-details__short-description {
    order: 4;
    border-top: 1px solid #cfcac4;
    padding-top: 10px;
    padding-bottom: 10px;
}
.summary.entry-summary .product-tags a {
     padding: 10px 12px 7px;
    /*border: 2px solid;*/
     border-radius: 8px;
     font-size: 14px;
     font-weight: 900;
     background: var(--lightgrey);
     color: var(--black) !important;
}
.summary.entry-summary .product-brand img  {
     width: 125px;
     border: solid 1px var(--accent);
     border-radius: 50%;
}
.summary.entry-summary .product-categories  {
     order: 3;
     margin-top: 10px;
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     gap: 5px;
}
.summary.entry-summary .product-categories a  {
     padding: 10px 12px 7px;
     border: 2px solid;
     border-radius: 8px;
     font-size: 16px;
     font-weight: 900;
     background: #ffffff00;
     color: var(--black) !important;
}
.summary.entry-summary p.price del  {
     font-size: 100%;
     color: #a8a8a8;
     margin-right: 5px;
     font-weight: 800;
}
.summary.entry-summary .product-categories a:hover  {
     background-color: #e8e8e8;
     color:black;
}
.single-product div.product  {
     display: flex;
     flex-wrap: wrap;
     gap: 20px 5%;
}
.single-product .site-main  {
     margin-left: auto;
     padding-left: auto;
     box-sizing: border-box;
     margin: 0 auto;
     width:100%;
     max-width:1600px;
     padding:25px 5%;
}
.single-product .site-main-inside  {
     max-width: 100%;
     padding: 30px 0% 0px;
}
.single-product div.product span.onsale  {
     font-size: 20px !important;
}
.product-description  {
     max-width:750px;
     width:100%;
     padding:50px 0%;
     margin:0 auto;
}
.summary.entry-summary .cart  {
     gap:6px;
     margin-bottom: 25px;
}
.product_meta  {
     display: flex;
     flex-direction: column;
}
.product_meta .product-tags {
     display:none;
}
.wc-block-components-product-name  {
     display: block;
     white-space: normal !important;
     word-wrap: break-word;
     overflow-wrap: break-word;
     hyphens: auto;
     max-width: 100%;
     text-align:left;
}
section.related.products h2 {
     text-align:center;
     font-size: 35px;
     padding: 16px 0;
     border-top: 1px solid #cfcac4;
     border-bottom: 1px solid #cfcac4;
}
section.related.products {
     max-width:1200px;
     margin:0 auto;
     width:100%;
}
section.related.products ul.products  {
     justify-content: center !important;
}
.woocommerce-cart table tbody tr:nth-child(even)  {
     background: white;
}
td.wc-block-cart-item__image {
     width:21%;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]  {
     background-color: #f2f2f2 !important;
     border: 0px solid hsla(0,0%,7%,.8) !important;
     border-radius: 20px !important;
}
.woocommerce-checkout .main-navigation, .woocommerce-checkout .v360-social-icons {
     display:none
}
.woocommerce-checkout .site-header .widget  {
     display:none;
}
.woocommerce-checkout .site-main-inside {
     min-height:80vh;
}
.woocommerce-cart .main-navigation, .woocommerce-cart .v360-social-icons {
     display:none
}
.woocommerce-cart .site-header .widget  {
     display:none;
}
.woocommerce-cart .site-main-inside {
     min-height:80vh;
}
.woocommerce-checkout footer {
     display:none;
}
.woocommerce-checkout header.entry-header {
     display:none;
}
.woocommerce-cart header.entry-header {
     display:none;
}
.woocommerce-cart footer {
     display:none;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img  {
     background-color: #f2f2f2;
     filter: brightness(0.95);
     border-radius: 10px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity  {
     border: 0px solid hsla(0,0%,7%,.11);
     background-color: #142d34;
     color: #ffffff;
}
.woocommerce-cart-form .actions .button[name="update_cart"]  {
     display: none !important;
}
.woocommerce-cart td.product-name a  {
     white-space: normal;
     word-break: break-word;
     line-height: 110% !important;
     display: block;
     padding: 15px 5%;
}
.woocommerce-form-coupon  {
     opacity: 0;
     transition: opacity 0.3s ease-in-out;
}
.js-ready .woocommerce-form-coupon  {
     opacity: 1;
}
.woocommerce-cart tbody  {
     width: 100%;
     display: block;
}
.woocommerce-pagination  {
     display: flex;
     justify-content: center;
     margin: 40px 0;
}
.woocommerce-pagination ul.page-numbers  {
     display: flex;
     gap: 10px;
     padding: 0;
     margin: 0;
     list-style: none;
}
.woocommerce-pagination .page-numbers li  {
     list-style: none;
}
.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers  {
     display: flex;
     align-items: center;
     justify-content: center;
     min-width: 40px;
     height: 40px;
     padding: 0 12px;
     border-radius: 8px;
     text-decoration: none;
     font-weight: 500;
     background: #f5f5f5;
     color: #333;
     transition: all 0.2s ease;
}

/* Hover */
.woocommerce-pagination a.page-numbers:hover  {
     background: #e3e2e2;
     color: black;
}

/* Aktiivne leht */
.woocommerce-pagination .current  {
     background: #132d35 !important;
     color: #70f677 !important;
     cursor: default;
}

/* Next nupp (â†’) */
.woocommerce-pagination .next  {
     font-size: 18px;
     padding: 0 16px;
}
a.xoo-wsc-ft-btn-continue, a.xoo-wsc-ft-btn-cart {
     color: var(--black)!important;
     background-color: #f8cb5800!important;
     text-decoration: none!important;
     font-weight: 600!important;
     padding: 12px 5px!important;
     border: solid 2px !important;
}
a.xoo-wsc-ft-btn-continue:hover, a.xoo-wsc-ft-btn-cart:hover {
     color: var(--accent)!important;
     filter:brightness(0) !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
     padding:0px 0 0px;
     background:var(--lightgrey);
     position:relative;
}
.footer-top-line {
     max-width:1400px;
     height:0px;
     background:#222;
     margin:0 auto 50px;
}

/* Layout */
.footer-inner  {
     max-width: 1400px;
     margin: 0 auto;
     padding: 0 40px;
     display: flex;
     grid-template-columns: 1fr 0fr;
     gap: 20px;
     align-items: center;
     justify-content: space-between;
     justify-items: stretch;
     flex-direction: column-reverse;
}
.footer-col  {
     display: flex;
     flex-direction: column;
     align-content: center;
     align-items: center;
     text-align: center;
}

/* Vasak plokk */
.footer-col-1 .widget {
     margin-bottom:25px;
}
.footer-col-1 .widget:last-child {
     margin-bottom:0;
}

/*.footer-col-1 .widget-title{
    font-size:22px;
    line-height:1.1;
    margin:0 0 15px;
    font-weight:700;
}*/
.footer-col-1 p {
     margin:0;
     font-size:15px;
     line-height:1.7;
}

/* MenÃ¼Ã¼de listid */
.footer-col-1 ul {
     list-style:none;
     margin:0;
     padding:0;
}
.footer-col-1 li {
     margin:0 0 6px;
}
.footer-col-1 a {
     text-decoration:none;
     color:#111;
     transition:.25s;
}
.footer-col-3 ul {
     list-style:none;
     margin:0;
     padding:0;
}
.footer-col-3 li {
     margin:0 0 6px;
}
.footer-col-3 a {
     text-decoration:none;
     color:#111;
     transition:.25s;
     font-size:14px;
}

/* Logo */
.footer-col-2 {
     align-items:center;
     justify-content:center;
}
.footer-logo,.footer-col-2 .custom-logo-link {
     display:block;
}
.footer-logo {
     margin-bottom:25px;
}
.footer-logo .custom-logo-link {
     width:200px;
}
.footer-col-2 img {
     width:260px;
     max-width:100%;
     height:auto;
     display:block;
}

/* MenÃ¼Ã¼ veerg */
.footer-col-3 {
     max-width: 1400px;
     margin: 50px auto 0px;
     padding: 20px 40px;
     align-items: center;
     text-align: right;
     display: flex;
     align-content: center;
     flex-wrap: wrap;
     justify-content: center;
     border-top:solid 1px #cfcac4;
}
ul#menu-contact {
     font-size:20px;
}
ul#menu-contact li {
     margin-bottom:-2px;
     font-weight:700;
}

/* Footer menÃ¼Ã¼ eraldi */
#menu-footer {
     display:flex;
     flex-wrap:wrap;
     gap:20px;
}
#menu-footer li {
     margin:0;
}

/* KontaktmenÃ¼Ã¼ */
#menu-contact li {
     margin-bottom:4px;
}
html  {
     line-height: 1.15;
     -webkit-text-size-adjust: 100%;
}
body  {
     margin: 0;
}
main  {
     display: block;
}
hr  {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
}
pre  {
     font-family: monospace, monospace;
     font-size: 1em;
}
a  {
     background-color: transparent;
}
abbr[title]  {
     border-bottom: none;
     text-decoration: underline;
     text-decoration: underline dotted;
}
strong  {
     font-weight: bold;
}
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;
}
img  {
     border-style: none;
}
button,input,optgroup,select,textarea  {
     font-family: inherit;
     font-size: 100%;
     line-height: 1.15;
     margin: 0;
}
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;
}

/**
 * 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;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration  {
     -webkit-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;
}

/* Table
	 ========================================================================== */
table  {
     width: 100%;
     border-collapse: collapse;
     margin: 30px 0;
     font-size: 15px;
     background: #fff;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}
table tbody tr  {
     border-bottom: 1px solid #e6e6e6;
}
table tbody tr:last-child  {
     border-bottom: none;
}
table td  {
     padding: 14px 16px;
     vertical-align: top;
}
table td:first-child  {
     font-weight: 600;
     color: #2c3e50;
}
table td:nth-child(2),table td:nth-child(3)  {
     text-align: right;
     white-space: nowrap;
     color: #34495e;
}
table tbody tr:nth-child(even)  {
     background: #f2f2f2;
}
table em  {
     font-size: 13px;
     color: #7f8c8d;
}
table strong  {
     font-size: 16px;
}

/* checkout
	 ========================================================================== */

/*
 * 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
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,button,input,select,optgroup,textarea  {
     color: var(--black);
     font-family: 'Bahnschrift';
     font-size: 18px;
     line-height: 1.5;
}
h1,h2,h3,h4,h5,h6  {
     font-weight:700;
     font-family: 'Bahnschrift Bold Condensed' !important;
}
h1  {
     font-size: 85px;
     line-height: 100%;
     margin: 25px 0px;
}
.blog h1 {
     text-align:center;
}
.blog-filter  {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 5px;
}
h2 {
     font-size:55px;
     line-height:100%;
     margin: 25px 0px;
}
.entry-content h2  {
     font-size: 45px;
     line-height: 100%;
     margin: 75px 0px 25px;
}
.page-template-page-no-image h1, .archive h1, .tax-product_brand h1  {
     margin-top: 20px;
     font-size: 45px;
     text-align:center;
}
.single-product h1  {
     margin-top:15px;
     font-size:45px;
     margin-bottom:15px;
}
.nopri-single-content h2,.nopri-single-content h3 {
     margin:60px 0 24px;
     line-height:1;
     color:#111;
}
.nopri-single-content h2 {
     font-size:35px;
}
.nopri-single-content h3 {
     font-size:22px;
}
.nopri-single-content img {
     border-radius:32px;
}
.nopri-single-content a {
     color:#8b171d;
     text-decoration-thickness:1px;
     text-underline-offset:4px;
}
nav.woocommerce-breadcrumb:after  {
     content:" / "
}
h2.block-title  {
     text-align: center;
     font-size: 35px;
     padding: 16px 0;
     border-top: 1px solid #cfcac4;
     border-bottom: 1px solid #cfcac4;
}
.page-template-page-no-image h2 {
     font-size:200%;
}
h3 {
     font-size:30px;
     line-height:105%;
     margin-bottom:25px;
}
.page-template-page-no-image h2 {
     font-size:150%;
}
p  {
     margin-bottom: 1em;
     font-weight:300;
}
p.block-meta {
     font-size:16px;
     margin:5px 0px 20px;
     line-height:110%;
    /*color:#a3a3a3;*/
     color:#818181;
}
dfn,cite,em,i  {
     font-style: italic;
}
blockquote  {
     margin: 50px 0em;
     padding-right: 25%;
     padding-left: 5%;
}

/*blockquote {
	margin: 0 0em;
	padding-right:25%;
}*/
blockquote p  {
     font-size: 30px;
     font-weight: 500;
     line-height: 125%;
}
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;
}
mark,ins  {
     text-decoration: none;
}
big  {
     font-size: 125%;
}

/* Elements
--------------------------------------------- */
body  {
     background: #fff;
}
hr  {
     background-color: #ccc;
     border: 0;
     height: 1px;
     margin-bottom: 1.5em;
}
ul,ol  {
     margin: 0 0 1.5em 0em;
}
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%;
}

/* Links
--------------------------------------------- */
a  {
     color: var(--black);
     text-decoration:none;
     -webkit-transition-duration: 0.1s;
     transition-duration: 0.1s;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
a:visited  {
     color: var(--black);
}
a:hover,a:focus,a:active  {
     color: var(--accent);
}
a:focus  {
     outline: thin dotted;
}
a:hover,a:active  {
     outline: 0;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained  {
     border: solid 3px;
     color: #132d35;
     background-color: #f8cb5800;
     text-decoration:none;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover  {
     color: #132d35 !important;
     text-decoration:none;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text  {
     opacity: 1 !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
     background-color: #70f677;
     padding: 13px 20px;
     font-weight: 600;
     font-size: 17px;
     color: #132d35;
     border: solid 1px #70f677;
     border-radius: 35px;
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px rgb(0 0 0 / 0%);
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform, background-color, border, color;
     transition-property: transform, background-color, border, color;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     margin-bottom: 10px;
     text-decoration: none;
     text-transform: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover  {
     border: solid 1px #43ca49;
     background-color: #43ca49;
     -webkit-transform: translateX(4px);
     transform: translateX(4px);
     color: #1a1a1a !important;
     text-decoration: none;
}
a.button, input[type="button"], input[type="reset"], input[type="submit"], button.single_add_to_cart_button.button.alt, .woocommerce-cart .checkout-button  {
     background-color: var(--accent);
     padding: 13px 20px 12px;
     font-weight: 500;
     font-size: 17px;
     color: white;
     border: solid 1px var(--accent);
     border-radius: 5px;
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px rgb(0 0 0 / 0%);
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform, background-color, border, color;
     transition-property: transform, background-color, border, color;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     margin-bottom: 0px;
     text-decoration: none;
     text-transform: none;
}
a.button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover, button.single_add_to_cart_button.button.alt:hover,.woocommerce-cart .checkout-button:hover {
     border: solid 1px var(--accent);
     background-color: var(--accent);
     -webkit-transform: translateX(4px);
     transform: translateX(4px);
     color: white !important;
     text-decoration: none;
     filter:brightness(0.9);
}
a.button#light  {
     border: solid 0px;
     color: color: var(--black);
     background-color: #f8cb5800;
     text-decoration: none;
     font-weight: 500;
     padding: 0px;
}
a.button#light:hover {
     color: var(--black) !important;
     text-decoration:none;
}
a.button#back  {
     border: solid 0px;
     color: color: var(--black);
     background-color: #f8cb5800;
     text-decoration: none;
     font-weight: 500;
     padding: 0px;
}
a.button#back:hover {
     color: var(--black) !important;
     text-decoration:none;
     -webkit-transform: translateX(-4px);
     transform: translateX(-4px);
}
button.filter-btn {
     padding: 7px 8px 4px;
     border: 2px solid;
     border-radius: 8px;
     font-size: 13px;
     font-weight: 900;
     background: #ffffff00;
     color: var(--black) !important;
}
button.filter-btn:hover {
     padding: 7px 8px 4px;
     border: 2px solid;
     border-radius: 8px;
     font-size: 13px;
     font-weight: 900;
     background: #ffffff00;
     color: var(--black) !important;
     -webkit-transform: translateX(2px);
     transform: translateX(2px);
}
button.filter-btn.active {
     border: 2px solid var(--black) !important;
     background: var(--black) !important;
     color: white !important;
}
.post-tags a {
     border:solid 2px;
     color: var(--black) !important;
     text-decoration:none;
     -webkit-transform: translateX(2px);
     transform: translateX(2px);
}
.post-tags a:hover {
     color: #60ce66;
}

/* Forms
--------------------------------------------- */
button,input[type="button"],input[type="reset"],input[type="submit"]  {
     background-color: var(--accent);
     padding: 13px 20px 12px;
     font-weight: 500;
     font-size: 17px;
     color: white;
     border: solid 1px var(--accent);
     border-radius: 5px;
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px rgb(0 0 0 / 0%);
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-property: transform, background-color, border, color;
     transition-property: transform, background-color, border, color;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     margin-bottom: 0px;
     text-decoration: none;
     text-transform: none;
}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover  {
     border: solid 1px var(--accent);
     background-color: var(--accent);
     -webkit-transform: translateX(4px);
     transform: translateX(4px);
     color: white !important;
     text-decoration: none;
     filter:brightness(0.9);
}
::placeholder {
     color: #192c34;
     font-weight:600;
}
.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 input[type="url"]:focus,.wpcf7 textarea:focus  {
     border: 3px solid #192c34;
    /* Asenda vÃ¤rv ja Ã¤Ã¤rise laius oma soovide jÃ¤rgi */
     outline: none;
    /* Eemaldab brauseri vaikeÃ¤Ã¤rise */
}
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: 0px solid #192c34;
}
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: #192c34;
     border: 1px solid #192c34;
     border-radius: 33px;
     padding: 15px;
     font-size: 18px;
     background-color: #90f28100;
     font-weight:500;
}
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  {
     border: 0px solid #192c34;
}
input[type="text"]:active,input[type="email"]:active,input[type="url"]:active,input[type="password"]:active,input[type="search"]:active,input[type="number"]:active,input[type="tel"]:active,input[type="range"]:active,input[type="date"]:active,input[type="month"]:active,input[type="week"]:active,input[type="time"]:active,input[type="datetime"]:active,input[type="datetime-local"]:active,input[type="color"]:active,textarea:active  {
     border: 0px solid #192c34;
}
select  {
     border: 1px solid #192c34;
}
textarea  {
     width: 100%;
}
.quantity input[type="number"]  {
     width: 60px;
     padding: 8px;
     border: 1px solid #ccc;
     border-radius: 8px;
     text-align: center;
     font-size: 1rem;
     transition: border-color 0.2s, box-shadow 0.2s;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output  {
     border-color: #192c34;
     color: #192c34;
     background-color: #0000000f;
     text-align:left;
     padding: 10px 5%;
     border-radius: 34px;
     font-weight: 700;
     width:100%;
     max-width:450px;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments  {
     background-color: #ffffff !important;
     clear: both;
     padding: 10px 3%;
     border-radius: 10px;
     text-align: center;
}
p.return-to-shop  {
     text-align: center;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation  {
     display: block;
     width: 100%;
}
.main-navigation img {
     border-radius:15px !important;
     box-shadow: 0px 0px 15px #0000000d !important;
     width:100%;
     border:solid 5px white;
}
.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: none;
}
.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;
}
.post,.page  {
     margin: 0 0 0em;
}
.updated:not(.published)  {
     display: none;
}
.page-content,.entry-content,.entry-summary  {
     margin: 0 0 0;
}
.page-links  {
     clear: both;
     margin: 0 0 1.5em;
}
#products {
     margin: 70px 0px;
}
main  {
     display: flex;
     width: 100%;
     flex-direction: column;
     max-width: 1400px;
     margin: 0 auto;
     padding: 25px 5%;
}
.page-template-default main, .home main  {
     max-width: 100%;
     padding: 10px 0%;
}
.site  {
     display: flex;
     flex-direction: column-reverse;
     flex-wrap: wrap;
    /* margin: 200px 0px; */
     justify-content: flex-end;
}
.tax-product_brand .site  {
     flex-direction: column;
}

/* Layout wrapper */
.home .site-main-inside, .tax-product_cat .site-main-inside, .tax-product_tag .site-main-inside, .post-type-archive-product .site-main-inside {
     width:100%;
     max-width: 100%;
     margin: 0 auto;
}
.site-main-inside {
     max-width:1000px;
     padding:25px 2.5% 25px;
}
.home .site-main-inside {
     padding:5px 2.5% 50px;
}

/* MAIN (paremal) â€“ scrollib */

/* ASIDE - fixed vasakule */

/* MAIN â€“ liigub koos dokumentide scrolliga */

/* MAIN â€“ liigub koos dokumendi scrolliga */
 body  {
     display: flex;
     flex-direction: column;
}

/* woocommerce checkout
	 ========================================================================== */
.woocommerce-checkout .entry-content input  {
     max-width: 100% !important;
     width: 100%;
     color: #192c34;
     border: 1px solid #d9d9d9;
     border-radius: 6px;
     padding: 15px 20px;
     font-size: 15px;
     background-color: #90f28100;
     font-weight: 600;
    /* background-color: #f3f3f3; */
}
.woocommerce-checkout .entry-content textarea  {
     max-width: 100% !important;
     width: 100%;
     color: #192c34;
     border: 1px solid #d9d9d9;
     border-radius: 6px;
     padding: 15px 20px;
     font-size: 15px;
     background-color: #90f28100;
     font-weight: 600;
    /* background-color: #f3f3f3; */
}
.woocommerce-checkout table tbody tr:nth-child(even)  {
     background: white;
}
.woocommerce-account #primary .site-main-inside, .woocommerce-cart #primary .site-main-inside, .woocommerce-checkout #primary .site-main-inside  {
     height: auto;
     min-height:900px
}
#billing_country_field {
     margin: 10px 10px;
}
.woocommerce-cart table.shop_table tr.cart_item:last-child  {
     border-bottom: 0px solid #e5e5e5;
}

/* Peida checkouti Ã¼lemine kupongi teade */
.woocommerce-form-coupon-toggle,.woocommerce-info  {
     display: none !important;
}
.checkout-coupon-row td  {
     padding-top: 20px;
     padding-bottom: 20px;
}

/* Vorm */
.checkout-coupon-form  {
     display: flex;
     gap: 14px;
     align-items: center;
}

/* Input */
.checkout-coupon-form input  {
     flex: 1;
     padding: 14px 18px;
     border-radius: 12px;
     border: 1px solid #d1d5db;
     font-size: 0.95rem;
}

/* Focus */
.checkout-coupon-form input:focus  {
     outline: none;
     border-color: #111827;
     box-shadow: 0 0 0 2px rgba(17,24,39,.15);
}

/* Nupp */
.checkout-coupon-form button  {
     border: solid 2px;
     color: #080808;
     background-color: #f8cb5800;
     text-decoration: none;
     font-weight: 700;
     border-radius: 5px;
}

/* Hover */
.checkout-coupon-form button:hover  {
     color: #132d35 !important;
     text-decoration:none;
}
a.button#light-dark, .woocommerce-cart-form .actions .button  {
     border: solid 2px;
     color: #080808;
     background-color: #f8cb5800;
     text-decoration: none;
     font-weight: 700;
     border-radius: 5px;
}
a.button#light-dark:hover, .woocommerce-cart-form .actions .button:hover {
     color: #132d35 !important;
     text-decoration:none;
}

/* Wrapper */
.custom-checkout-coupon  {
     margin: 32px 0;
}

/* Pealkiri */
.custom-checkout-coupon h3  {
     font-size: 1.1rem;
     font-weight: 600;
     margin-bottom: 12px;
}

/* Vorm */
.custom-checkout-coupon  {
     display: flex;
     align-items: center;
     gap: 14px;
}

/* Input */
.custom-checkout-coupon input#coupon_code  {
     min-width: 260px;
     padding: 14px 18px;
     border-radius: 12px;
     border: 1px solid #d1d5db;
     font-size: 0.95rem;
     transition: border-color 0.2s, box-shadow 0.2s;
}

/* Focus */
.custom-checkout-coupon input#coupon_code:focus  {
     border-color: #111827;
     box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.15);
     outline: none;
}

/* Nupp â€“ pill outline */
.custom-checkout-coupon button[name="apply_coupon"]  {
     background: #fff;
     color: #111827;
     border: 1.5px solid #111827;
     border-radius: 999px;
     padding: 14px 26px;
     font-size: 0.95rem;
     font-weight: 600;
     cursor: pointer;
     white-space: nowrap;
     transition: all 0.2s ease;
}

/* Hover */
.custom-checkout-coupon button[name="apply_coupon"]:hover  {
     background: #111827;
     color: #fff;
     transform: translateY(-1px);
}

/* Eemalda clearfix */
.custom-checkout-coupon .clear  {
     display: none;
}
.woocommerce-checkout h1.entry-title  {
     color: #0f182f;
     text-align: center;
     font-size: 35px;
}
.woocommerce-checkout .meta-text {
     position:relative;
     margin-top: 100px;
}
.woocommerce-checkout header.entry-header {
     background-color: white;
}
.woocommerce-checkout td.product-name {
     width:65%;
     text-align:left;
}
.woocommerce-checkout .product-total {
     width:35%;
     text-align: right;
    /*display: none;*/
}
h3#order_review_heading {
     display:none;
}
form.checkout.woocommerce-checkout  {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}

/* Shipping methods wrapper */
.woocommerce-shipping-methods  {
     list-style: none;
     margin: 0;
     padding: 0;
}

/* Iga shipping option */
.woocommerce-shipping-methods li  {
     display: flex;
     align-items: center;
     padding: 14px 18px;
     border: 1px solid #e5e5e5;
     border-radius: 12px;
     margin-bottom: 12px;
     cursor: pointer;
     transition: all 0.2s ease;
     position: relative;
}

/* Hover efekt */
.woocommerce-shipping-methods li:hover  {
     border-color: #111;
}

/* Peida default radio */
.woocommerce-shipping-methods input[type="radio"]  {
     position: absolute;
     opacity: 0;
     pointer-events: none;
}

/* Label tÃ¤isriba klikitavaks */
.woocommerce-shipping-methods label  {
     display: flex;
     align-items: center;
     width: 100%;
     cursor: pointer;
     font-weight: 500;
     gap: 12px;
}

/* Custom radio */
.woocommerce-shipping-methods label::before  {
     content: "";
     width: 20px;
     height: 20px;
     border-radius: 50%;
     border: 2px solid #34495e;
     display: inline-block;
     flex-shrink: 0;
     transition: all 0.2s ease;
}

/* Checked state */
.woocommerce-shipping-methods input[type="radio"]:checked + label::before  {
     background: #34495e;
     box-shadow: inset 0 0 0 4px #fff;
}

/* Active row */
.woocommerce-shipping-methods input[type="radio"]:checked + label  {
     font-weight: 600;
}
.woocommerce-shipping-methods input[type="radio"]:checked + label  {
}

/* Price paremale */
.woocommerce-shipping-methods .amount  {
     margin-left: auto;
     font-weight: 600;
}

/* Payment wrapper */
#wc_payment_methods,.wc_payment_methods  {
     list-style: none;
     padding: 0;
     margin: 0;
}

/* Payment row */
.wc_payment_method  {
     border: 1px solid #e5e5e5;
     border-radius: 14px;
     padding: 16px 18px;
     margin-bottom: 14px;
     cursor: pointer;
     transition: all 0.25s ease;
     position: relative;
}

/* Hover */
.wc_payment_method:hover  {
     border-color: #111;
}

/* Peida default radio */
.wc_payment_method input[type="radio"]  {
     position: absolute;
     opacity: 0;
     pointer-events: none;
}

/* Label tÃ¤islaius */
.wc_payment_method > label  {
     display: flex;
     align-items: center;
     gap: 14px;
     font-weight: 500;
     cursor: pointer;
}

/* Custom radio */
.wc_payment_method > label::before  {
     content: "";
     width: 22px;
     height: 22px;
     border-radius: 50%;
     border: 2px solid #111;
     display: inline-block;
     flex-shrink: 0;
     transition: all 0.25s ease;
}

/* Checked */
.wc_payment_method input[type="radio"]:checked + label::before  {
     background: #111;
     box-shadow: inset 0 0 0 4px #fff;
}

/* Active card */
.wc_payment_method input[type="radio"]:checked + label  {
     font-weight: 600;
}

/* Payment description box */
.payment_box  {
     margin-top: 12px;
     padding: 14px 16px;
     border-radius: 10px;
     background: #f7f7f7;
     font-size: 14px;
}

/* Place order button */
#place_order  {
     width: 100%;
     padding: 18px;
     border: solid 0px;
     border-radius: 10px;
     font-size: 21px;
     font-weight: 600;
     margin-top: 24px;
     background: var(--accent);
     color: #ffffff;
     transition: all 0.25s ease;
}
#place_order:hover  {
     filter:brightness(0.9) transform: translateY(3px);
     color: white !important;
}
.cart_item  {
     background: white;
    /* hele hall taust */
     margin-bottom: 10px;
    /* vahe ridade vahel */
     display: table-row;
    /* sÃ¤ilitab tabeli struktuuri */
     transition: transform 0.2s, background 0.2s;
}
.cart_item:hover  {
     transform: scale(1.02);
    /* kerge suurendus hoveril */
}
.product-name  {
     padding: 15px;
     font-weight: 500;
     color: #333;
}
.product-name .product-quantity  {
     display: block;
    /* kogus oma reale */
     margin-top: 5px;
     font-weight: 400;
     color: #666;
}
.product-total  {
     padding: 15px;
     font-weight: 600;
     text-align: right;
     color: #222;
}
.cart-subtotal  {
     border-radius: 10px;
    /* pehmed servad */
     display: table-row;
     margin-top: 10px;
}
.cart-subtotal th,.cart-subtotal td  {
     padding: 15px;
     font-weight: 600;
    /* natuke tugevam tekst */
}
.cart-subtotal th  {
     text-align: left;
     font-size: 1rem;
}
.cart-subtotal td  {
     text-align: right;
     font-size: 1rem;
}
.order-total  {
     color: black;
     border-radius: 0px;
     display: table-row;
     margin-top: 10px;
}
.order-total th,.order-total td  {
     padding: 15px;
     font-weight: 700;
    /* tugev tekst */
     color: black !important;
     font-size: 1.1rem;
}
.order-total th  {
     text-align: left;
}
.order-total td  {
     text-align: right;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
     display: none;
}
.col2-set  {
     width: 48%;
     display: flex;
     flex-direction: column;
     align-content: flex-end;
     align-items: flex-end;
     padding: 20px 2%;
}
.col-1 {
     max-width:500px;
     width:100%;
}
.col-1 h3 {
     margin-top:0px;
}
.col-2 {
     max-width:500px;
     width:100%;
}
.woocommerce-checkout-review-order {
     width:48%;
     padding: 70px 2.5%;
     border-radius: 0px;
     z-index: 0;
}
.woocommerce-form-coupon-toggle {
     display: flex;
     flex-direction: column;
}
.woocommerce-checkout .main-navigation-inside {
     display:none;
}
.woocommerce-checkout header.entry-header  {
     display:none;
     min-height: 20vh;
     background-image: linear-gradient(to right, #d3137d00 , #26226100);
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
     width:100%;
}
p.form-row {
     margin-bottom:15px;
}
.woocommerce-error  {
     background-color: #ffffff !important;
     color: #cf0000;
     list-style: none;
     padding-left: 0px;
}
.woocommerce-checkout h1.entry-title  {
     color: #12124c;
     text-align: center;
     font-size: 35px;
}
.woocommerce-checkout .entry-content-inside  {
     max-width: 1300px;
     margin: 0px auto 25px;
     padding: 0px 6%;
}
div.woocommerce-order {
     display: flex;
     flex-direction: column;
     align-items: center;
}
div.woocommerce-order h2  {
     text-align: center !important;
     margin: 20px 0px;
}
div.woocommerce-order h3 {
     text-align:center !important;
}
.woocommerce-cart form.woocommerce-product-search {
     visibility:hidden !important;
}
.woocommerce-checkout form.woocommerce-product-search {
     visibility:hidden !important;
}
.woocommerce-checkout ul#menu-cart-menu {
     visibility:hidden !important;
}
.woocommerce-cart ul#menu-cart-menu {
     visibility:hidden !important;
}
div.woocommerce-order .woocommerce-table__line-item.order_item {
     display:none;
}
div.woocommerce-order table  {
     margin: 0 0 1.5em;
     width: 100%;
     text-align: left;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
     display: flex;
     flex-direction: column;
     max-width: 500px;
     box-shadow:0px 0px 0px white;
}
.woocommerce-checkout-payment {
     max-width: 500px;
}
.woocommerce-checkout thead tr  {
     display:none;
}
.woocommerce-checkout tr.cart_item {
     margin-bottom: 10px;
     padding-bottom: 10px;
     border-bottom: dotted 1px #80808059;
}
ul#shipping_method.woocommerce-shipping-methods {
     list-style: none;
     margin: 0px 0 1em;
     padding-left: 0px !important;
}
ul#shipping_method.woocommerce-shipping-methods label {
     margin-left:4px;
}
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping {
     display: flex;
     flex-direction: column;
     margin: 10px 0px;
     padding: 15px 5%;
     border-bottom: solid 1px #bfbfbf;
}
#post-grid-6535 .pagination .page-numbers:hover, #post-grid-6535 .pagination .page-numbers.current  {
     color: #ffffff !important;
}
span.ean {
     font-weight:600;
}
span.nav-subtitle {
     display:none;
}
span.nav-title {
     font-size: 11px;
     color: #121250;
     padding: 50px 0px 25px;
}
.nav-links a  {
     line-height: 15px;
}
.woocommerce-checkout .entry-content {
     margin-top:0px
}
.woocommerce-checkout .site-main-inside {
     padding-top:0px;
}
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping th {
     display:none;
}
.woocommerce-checkout tr.wc_shipping_smartpost  {
     display: flex;
     flex-direction: column;
     border-bottom: solid 1px #bfbfbf;
     padding: 15px 5%;
     margin-bottom: 10px;
     padding-bottom: 25px;
}
.woocommerce-checkout tr.wc_shipping_omniva  {
     display: flex;
     flex-direction: column;
     background-color: white;
     padding: 15px 5%;
     margin-bottom: 10px;
     border-bottom: solid 1px #bfbfbf;
     padding-bottom: 25px;
}
.col2-set .form-row-first, .col2-set .form-row-last  {
     width: 100% !important;
}
.woocommerce-checkout tr.wc_shipping_dpd  {
     display: flex;
     flex-direction: column;
     border-bottom: solid 1px #bfbfbf;
     padding: 15px 5%;
     margin-bottom: 10px;
     padding-bottom: 25px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr  {
     padding: 0px 0%;
     border-radius: 0px;
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
}
tr.cart-discount th {
     padding:15px;
}
ul.wc_payment_methods.payment_methods.methods {
     list-style: none;
     margin: 0px 0 1em;
     padding-left: 15px !important;
}
.woocommerce-checkout p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received, .woocommerce-checkout ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
     display:none;
}
.woocommerce-checkout tr.wc_shipping_smartpost th  {
     display: none;
}
.woocommerce-checkout tr.wc_shipping_omniva th  {
     display: none;
}
.woocommerce-checkout tr.wc_shipping_dpd th  {
     display: none;
}
.woocommerce-checkout .cart_item {
     display: flex;
     justify-content: space-between;
}
.woocommerce-checkout p.form-row  {
     margin:10px 0px;
}

/* Woocommerce cart
 * --------------------------------------------*/
.quantity button {
     background-color: #f2f2f2;
     padding: 10px 20px;
     font-weight: 800;
     font-size: 17px;
     color: #132d35;
     border: solid 0px #132d35;
     border-radius: 35px;
}
.quantity button:hover {
     background-color: #e8e8e8;
     padding: 10px 20px;
     font-size: 17px;
     color: #132d35 !important;
     -webkit-transform: translateX(0px);
     transform: translateX(0px);
}
.quantity  {
     display: flex;
     align-items: stretch;
     align-content: center;
     gap: 5px;
}

/* Chrome, Safari, Edge, Opera */
.quantity input[type="number"]::-webkit-inner-spin-button,.quantity input[type="number"]::-webkit-outer-spin-button  {
     -webkit-appearance: none;
     margin: 0;
}

/* Firefox */
.quantity input[type="number"]  {
     -moz-appearance: textfield;
}
table.shop_table_responsive thead  {
     display: none !important;
}
.woocommerce-cart table  {
     box-shadow: 0 0px 0px white;
}

/* Ãœldine ostukorvi tabel */
.woocommerce-cart-form .shop_table  {
     display:block;
     width: 100%;
     border-collapse: separate;
     border-spacing: 0 10px;
    /* ridade vahe */
     font-family: Arial, sans-serif;
}

/* Tabeli pÃ¤is */
.woocommerce-cart-form .shop_table thead th  {
     background: #f2f2f2;
     padding: 12px 15px;
     text-align: left;
     font-weight: 600;
     color: #333;
     border-radius: 10px 10px 0 0;
}

/* Iga toote rida */
.woocommerce-cart-form__cart-item  {
     background: white;
     transition: transform 0.2s, background 0.2s;
     padding-bottom: 10px;
     border-bottom: dotted 1px #80808059;
     width: 100%;
     max-width: 100%;
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     justify-content: space-around;
     align-items: center;
}
.woocommerce-cart-form__cart-item td  {
     border-bottom: dotted 1px #80808059;
     vertical-align: middle;
}
.woocommerce-cart-form__cart-item:hover  {
     transform: scale(1);
}

/* Produkti nimi ja link */
.woocommerce-cart-form__cart-item .product-name a  {
     font-weight: 500;
     text-decoration: none;
}
.woocommerce-cart-form__cart-item .product-name a:hover  {
     color: #ff9800;
}

/* Thumbnail pilt */
.woocommerce-cart-form__cart-item .product-thumbnail img  {
     border-radius: 8px;
     max-width: 80px;
     height: auto;
     border-radius: 10px;
     background-color: #f2f2f2;
     filter: brightness(0.95);
}

/* Hind ja vahesumma */
.woocommerce-cart-form__cart-item .product-price,.woocommerce-cart-form__cart-item .product-subtotal  {
     font-weight: 600;
     text-align: right;
     padding: 15px;
}

/* Kogus input */
.woocommerce-cart-form__cart-item .quantity input.input-text.qty  {
     width: 60px;
     padding: 8px;
     border: 1px solid #ccc;
     border-radius: 8px;
     text-align: center;
     font-size: 1rem;
     transition: border-color 0.2s, box-shadow 0.2s;
}
.woocommerce-cart-form__cart-item .quantity input.input-text.qty:focus  {
     border-color: #ff9800;
     box-shadow: 0 0 5px rgba(255, 152, 0, 0.5);
     outline: none;
}

/* Eemalda nupp */
.woocommerce-cart-form__cart-item .product-remove a.remove  {
     color: #112d35;
     font-weight: 700;
     text-decoration: none;
     font-size: 1.2rem;
}
.woocommerce-cart-form__cart-item .product-remove a.remove:hover  {
     color: #e60000;
}

/* Vahesumma ja kokku read */
.order-total  {
     border-radius: 10px;
}
.cart-subtotal {
     border-radius: 0px;
}
.cart-subtotal th,.cart-subtotal td,.order-total th,.order-total td  {
     padding: 15px;
     font-weight: 600;
     text-align: right;
}

/* Ostukorvi action-riba */
.woocommerce-cart .actions  {
     justify-content: center !important;
     padding: 40px 0 20px!important;
}

/* Kupongi ala */
.woocommerce-cart .coupon  {
     display: flex;
     gap: 10px;
     align-items: center;
}

/* Kupongi input */
input#coupon_code, form.checkout-coupon-form input.input-text  {
     padding: 10px 14px;
     border-radius: 6px;
     border: 1px solid #ddd;
     font-size: 15px;
     min-width: 220px;
}

/* Kupongi nupp */
.woocommerce-cart .coupon button  {
     padding: 10px 18px;
     border-radius: 6px;
     background: #111;
     color: #fff;
     border: none;
     cursor: pointer;
     transition: 0.2s ease;
}
.woocommerce-cart .coupon button  {
     border-radius:25px;
     font-size: 15px;
}

/* Uuenda ostukorvi nupp */
.woocommerce-cart button[name="update_cart"]  {
     padding: 12px 22px;
     border-radius: 6px;
     background: #f2f2f2;
     border: 1px solid #ddd;
     font-weight: 600;
     transition: 0.2s ease;
}

/* Disabled olek */
.woocommerce-cart button[name="update_cart"]:disabled  {
     opacity: 0.5;
     cursor: not-allowed;
}

/* Hover */
.woocommerce-cart button[name="update_cart"]:hover:not(:disabled)  {
     background: #e6e6e6;
}

/* Ostukorvi summade kaardistiil */
.woocommerce-cart .cart_totals  {
    /*background: #fafafa;*/
     padding: 25px;
     border-radius: 12px;
     border: 1px solid #eee;
     box-shadow: 0 8px 20px rgba(0,0,0,0.03);
     max-width: 600px;
}

/* Pealkiri */
.woocommerce-cart .cart_totals h2  {
     font-size: 22px;
     margin-bottom: 20px;
     border-bottom: 1px solid #e5e5e5;
     padding-bottom: 12px;
}

/* Tabel */
.woocommerce-cart .cart_totals table  {
     width: 100%;
     border: none;
}
.woocommerce-cart .cart_totals th,.woocommerce-cart .cart_totals td  {
     padding: 12px 0;
     border: none;
     font-size: 15px;
}

/* Reavahed */
.woocommerce-cart .cart_totals tr:not(.order-total)  {
     border-bottom: 1px solid #eaeaea;
     width: 100%;
     display: flex;
     justify-content: space-between;
}

/* Kokku rida */
.woocommerce-cart .cart_totals .order-total th,.woocommerce-cart .cart_totals .order-total td  {
     font-size: 18px;
     padding-top: 18px;
}

/* Hindade joondus */
.woocommerce-cart .cart_totals td  {
     text-align: right;
}

/* Saadetise info tekst */
.woocommerce-cart .woocommerce-shipping-destination  {
     font-size: 13px;
     color: #777;
     margin-top: 8px;
}

/* Checkout nupp */
.woocommerce-cart .wc-proceed-to-checkout  {
     margin-top: 25px;
}
p.woocommerce-shipping-destination  {
    /*display: flex;*/
     align-items: flex-start;
     flex-direction: row;
     font-size: 14px !important;
     flex-wrap: wrap;
}
p.woocommerce-shipping-destination strong  {
     width:auto;
     font-size: 14px !important;
     text-align:left;
}
tr.woocommerce-shipping-totals.shipping  {
     display: flex;
     width: 100%;
     justify-content: space-between;
}
.woocommerce-cart .checkout-button  {
     width: 100%;
     text-align: center;
     font-size: 21px !important;
     padding:18px;
}
.cart_totals .order-total  {
     background-color: white;
     display: flex;
     justify-content: space-between;
}
.cart_totals .order-total th, .cart_totals .order-total td  {
     color: #34495e !important;
}

/* Kupongi vormi Ã¼mbris */
.woocommerce-form-coupon  {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
     align-items: flex-start;
     background: #f9f9f9;
     padding: 20px;
     border-radius: 12px;
     margin-bottom: 20px;
}

/* Vormiread */
.woocommerce-form-coupon .form-row  {
     margin: 0;
}

/* Input vÃ¤li */
.woocommerce-form-coupon input#coupon_code  {
     width: 100%;
     min-width: 220px;
     padding: 12px 14px;
     border-radius: 8px;
     border: 1px solid #ccc;
     font-size: 1rem;
     transition: border-color 0.2s, box-shadow 0.2s;
}

/* Focus efekt */
.woocommerce-form-coupon input#coupon_code:focus  {
     border-color: #ff9800;
     box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.25);
     outline: none;
}

/* Veateade */
.woocommerce-form-coupon .coupon-error-notice  {
     display: block;
     margin-top: 6px;
     font-size: 0.85rem;
     color: #e53935;
}

/* Vea korral input */
.woocommerce-form-coupon input.has-error  {
     border-color: #e53935;
}

/* Kupongi nupp */
.woocommerce-form-coupon button[name="apply_coupon"]  {
     background: #ff9800;
     color: #fff;
     border: none;
     border-radius: 8px;
     padding: 12px 24px;
     font-size: 1rem;
     font-weight: 600;
     cursor: pointer;
     transition: background 0.2s, transform 0.2s;
     height: 100%;
}

/* Hover efekt */
.woocommerce-form-coupon button[name="apply_coupon"]:hover  {
     background: #e67e22;
     transform: translateY(-1px);
}

/* Joondus: input + nupp samale reale */
.woocommerce-form-coupon .form-row-first  {
     flex: 1;
}
.woocommerce-form-coupon .form-row-last  {
     display: flex;
     align-items: center;
}

/* Comments
--------------------------------------------- */
.comment-content a  {
     word-wrap: break-word;
}
.bypostauthor  {
     display: block;
}
/* ==========================================================
   V360 cleanup overrides
   Lisatud korrastuseks: vÃµrdsed headeri vahed ja vÃ¤iksemad parandused
========================================================== */

.site-header-inside {
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    align-items: center;
    gap: 30px;
}

.site-branding {
    justify-self: start;
}

.site-header-inside > .v360-social-icons {
    justify-self: center;
}

.main-navigation {
    justify-self: end;
}

.site-header-inside > .cart {
    display: none;
}
/* Widgets
--------------------------------------------- */
.widget  {
     margin: 0 0 40px;
}
.site-header .widget  {
     margin: 0 0 0px;
     list-style: none;
}
.top-header .widget  {
     margin: 0 0 0px;
}
.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;
}
.entry-content {
     max-width:1200px;
     margin:0 auto 50px;
     padding:50px 5%;
     width:100%;
}
.page-template-page-no-image .entry-content {
  
     padding:0px 5% 50px;
    
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link  {
     display: inline-block;
     width:140px;
}

/* 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;
     margin-left:-10%;
    /*rtl:ignore*/
     margin-right: 1.5em;
     margin-bottom: 1.5em;
     width:40%;
     border-radius: 71% 29% 54% 46% / 34% 63% 37% 66% !important;
     transform: rotate(-3deg);
     width:45%;
}
.alignright  {
     float: right;
     border-radius: 65% 35% 48% 52% / 38% 62% 45% 55% !important;
     transform: rotate(-2deg);
     margin-left: 1.5em;
     margin-right: -10%;
     margin-bottom: 1.5em;
     width: 50%;
}
.aligncenter  {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 1.5em;
    /* border-radius: 20px; */
     width: 100%;
     border-radius: 58% 42% 63% 37% / 41% 63% 37% 59%;
}
@media only screen and (max-width: 1800px) {
    h1  {
         font-size: 65px;
        }
     .meta-text p  {
         font-size: 20px;
        }
}
@media only screen and (max-width: 1400px) {
     .nopri-social-hero-content  {
         right: 0%;
        }
    aside#secondary.widget-area .widget {
         max-width: 100%;
         width: 100%;
        }
    aside#secondary.widget-area  {
         padding-left:2%;
         padding-right: 2%;
        }
     aside#secondary.widget-area ul li  {
         font-size: 15px;
        }
     h2  {
         font-size: 45px;
        }
     blockquote p  {
         font-size: 24px;
        }
     h1  {
         font-size: 55px;
        }
    .meta-text p  {
         font-size: 18px;
         max-width: 500px;
        }
    .story-content  {
         padding: 25px 15% 25px 0%;
        }
     a.v360-product-feature img  {
         width: 110px;
        }
}
@media only screen and (max-width: 1200px) {
     a.v360-product-feature img  {
         width: 100px;
        }
     .story-block  {
         padding: 150px 0 0px;
        }
     ul.products.columns-4 li.product  {
         width: 32% !important;
        }
     header.entry-header  {
         flex-direction: column-reverse;
        }
    .meta-text  {
         width: 90%;
         margin-top: -100px;
         z-index: 2;
        }
     .post-thumbnail  {
         width: 100%;
         display: flex;
         justify-content: flex-end;
        }
     .post-thumbnail img  {
         width: 60% !important;
        }
     .cow-speech-bubble  {
         left: 30%;
         top: 129px;
        }
}
@media only screen and (max-width: 1100px) {
     #footer-sidebar  {
         flex-direction: column-reverse;
        }
     #footer-sidebar1  {
         width: 90%;
         border-radius: 0px 250px 0px 0px;
        }
     #footer-sidebar2  {
         width: 100%;
         padding: 50px 10%;
        }
     .single-product h1  {
         font-size: 40px;
        }
     .nopri-social-hero-media video  {
         height: 700px;
        }
    .nopri-social-overlay  {
         background-position: right center;
         background-size: cover;
        }
    .nopri-blog .post:first-child h2  {
         width: 100% !important;
         font-size: 50px;
        }
	
    .team-generation-children,
    .team-generation-workers {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-company-list {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 1024px) {
     .nopri-single-hero {
         padding:90px 24px 45px;
        }
     .nopri-single-title {
         font-size:40px;
        }
     .nopri-single-intro {
         font-size:18px;
        }
     .nopri-single-image {
         padding:0 24px;
         margin-bottom:50px;
        }
    /*.nopri-single-image img{
        border-radius:28px;
    }*/
     .nopri-single-content-wrap {
         grid-template-columns:1fr;
         gap:35px;
         padding:0 0% 0px;
        }
   .nopri-single-share {
    position: relative;
    top: auto;
    text-align: center;
}
     .nopri-single-content {
         /*font-size:18px;
         line-height:1.75;*/
		 padding:25px 0px;
        }
     .nopri-single-footer {
         padding:0 5% 90px;
        }
     .nopri-value-card p  {
         font-size: 16px;
        }
     .nopri-values-wrapper  {
         gap: 25px;
        }
     .meta-text {
         padding: 0px 3%;
        }
     .archive .site-main-inside  {
         min-height: auto;
        }
     li.sari {
         width:100% !important
        }
     li.sari > ul {
         display: flex !important;
         flex-wrap: wrap !important;
         flex-direction: row !important;
        }
     li.sari > ul > li > ul {
         display: block !important;
        }
     li.sari > ul > li {
         width:48% !important;
        }
     form.checkout.woocommerce-checkout  {
         flex-direction: column;
        }
     .col-1  {
         max-width: 100%;
         width: 100%;
        }
     .col2-set  {
         width: 100%;
        }
     .col-2  {
         max-width: 100%;
         width: 100%;
        }
     .woocommerce-checkout-review-order  {
         width: 100%;
         padding: 70px 2.5%;
        }
     .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table  {
         max-width: 100%;
        }
    .checkout-coupon-form  {
         flex-direction: column;
         display: flex;
         align-items: flex-start;
        }
     #footer-sidebar2  {
         padding: 50px 5%;
        }
     .category-description.below-products  {
        /*padding: 25px 2.5% 50px;*/
        }
     #footer-sidebar1  {
        padding:50px 5%;
        }
    .site-main-inside  {
         padding: 25px 5% 25px;
        }
     .home .site-main-inside  {
         padding: 25px 5% 25px;
        }
     main  {
         width: 100%;
        }
     .main-navigation {
         order:4;
        }
     .site-branding  {
         order: 1;
         margin-right: 5%;
        }
     .v360-social-icons  {
         order:2;
        }
     .cart  {
         order:3;
        }
     .site-header .widget  {
         order: 3;
         width: 100%;
         padding: 5px 0px;
        }
     .site-header-inside  {
         flex-wrap: wrap;
        }
     .aws-container .aws-show-clear .aws-search-field  {
         margin: 0 auto !important;
        }
}
@media(max-width:991px) {
     .feature-landing-hero {
         padding:25px 5%;
        }
     .feature-landing-icon img {
         max-width:200px;
         max-height:200px;
        }
     .feature-landing-products {
         padding:50px 5% 50px;
        }
     .loop-product-brand  {
         width: 50px;
        }
     .nopri-blog .post:first-child p  {
         font-size: 100%;
        }
     .alignleft  {
         float: left;
         margin-left: 0%;
         width: 45%;
        }
     .alignright  {
         margin-right: 0%;
         width: 50%;
        }
     .nopri-blog .post-thumbnail img  {
         height: auto;
        }
     .nopri-values-wrapper  {
         margin: 0 auto;
         display: flex;
         gap: 20px;
         align-items: center;
         flex-wrap: wrap;
         justify-content: center;
        }
     .meta-text  {
         margin-top: 0px;
        }
     .post-thumbnail img  {
         width: 90% !important;
        }
     .cow-speech-bubble  {
         left: 5%;
         top: 5%;
        }
     .footer-inner  {
         grid-template-columns: 1fr;
         gap: 40px;
         text-align: center;
         margin-top: 50px;
        }
     .footer-col-1, .footer-col-2, .footer-col-3 {
         align-items:center;
         text-align:center;
        }
     #menu-footer {
         justify-content:center;
        }
     .footer-col-2 img {
         width:180px;
        }
     .nopri-blog {
         padding:90px 24px;
        }
     .nopri-blog .post-grid {
         grid-template-columns:1fr;
         gap:24px;
        }
     .nopri-blog .post:first-child {
         grid-row:auto;
        }
     .nopri-blog .post:first-child h2 a {
         font-size:38px;
        }
     .nopri-blog .post:not(:first-child) h2 a {
         font-size:28px;
        }
     .nopri-blog {
         padding:90px 24px;
        }
    .nopri-blog .post-grid  {
         display: flex;
         flex-wrap: wrap;
         gap: 20px 3%;
         flex-direction: row;
        }
    .nopri-blog .post  {
         width: 48.5%;
        }
     .nopri-blog .post:first-child  {
         width: 100%;
        }
     .nopri-blog .post  {
         padding: 0px 0px 35px;
         border-right: 0;
         border-left: 0;
         width: 100%;
        }
    .nopri-blog .post-grid .featured-posts  {
         grid-template-columns: 1fr;
        }
     .list-posts  {
         display: flex;
         gap: 20px 5%;
         flex-wrap: wrap;
        }
     .nopri-blog .post-thumbnail {
         aspect-ratio:1.4 / 1 !important;
        }
     .nopri-blog .post:nth-child(4) .post-thumbnail {
         display:block;
        }
     .nopri-products-block {
         padding:90px 24px;
        }
     .nopri-products-grid  {
         grid-template-columns: 1fr 1fr;
         gap: 40px;
        }
     .nopri-products-heading {
         margin-bottom:50px;
        }
     .nopri-products-heading h2 {
         font-size:42px;
        }
     .nopri-products-heading p {
         font-size:16px;
        }
     .nopri-products-bg-title {
         font-size:70px;
        }
     .story-block {
         padding:120px 0 0px;
        }
     .story-block-inner {
         grid-template-columns:1fr;
         gap:0px;
         padding:0 0px;
        }
     .story-bg-year {
         left:60%;
         top:20px;
         transform:translateX(-50%);
         text-align:center;
        }
     .story-content {
         max-width:100%;
         padding: 25px 3% 25px 3%;
         width: 90%;
         margin: 0 auto;
        }
     .dairy-block {
         padding:20px 0 0px;
        }
     .dairy-block-inner {
         grid-template-columns:1fr;
         gap:50px;
         padding:0 0px;
        }
     .dairy-content  {
         width: 90%;
         order: 2;
         padding: 0px 3%;
         margin: 0 auto;
         max-width:100%;
        }
     .dairy-image-wrap {
         order:1;
        }
     .dairy-image-wrap img  {
         max-width: 650px;
         margin: 0 auto;
        }
     .nopri-values-section {
         padding:80px 24px;
        }
     .nopri-values-bg {
         width:140%;
         height:90%;
         left:-20%;
         border-radius: 36% 64% 42% 58% / 20% 28% 72% 80%;
        }
     .nopri-values-wrapper {
         grid-template-columns:1fr;
         gap:35px;
        }
     .nopri-divider {
         display:none;
        }
     .nopri-value-card {
         min-height:auto;
         padding:55px 34px;
         transform:none !important;
        }
     .nopri-value-card:hover {
         transform:none;
        }
     .nopri-icon img {
         width:90px;
        }
     .nopri-value-card h3 {
         font-size:38px;
        }
     .nopri-value-card p {
         font-size:16px;
        }
     .nopri-values-section::before, .nopri-values-section::after  {
         width: 100%;
         height: 100vh;
         opacity: 1;
        }
     .nopri-values-section::before {
         left:-10px;
        }
     .nopri-values-section::after {
         right:-10px;
        }
     .nopri-big-text {
         right:20px;
         bottom:-5px;
         font-size:90px;
        }
     .nopri-value-card p  {
         padding: 0px 10%;
        }
    .nopri-products-bg-title  {
         font-size: 30px;
        }
    .nopri-products-bg-title  {
         position: absolute;
         width: 100%;
         top: -60px;
         left: 0%;
         transform: none;
        }

    .site-header-inside {
        grid-template-columns: auto 1fr auto;
        gap: 18px;
    }

    .site-header-inside > .v360-social-icons {
        justify-self: center;
    }

    .main-navigation {
        justify-self: end;
    }
}
@media only screen and (max-width: 768px) {
     .nopri-social-hero-content h2  {
         font-size: 45px;
        }
     .nopri-value-card h3  {
         font-size: 30px;
        }
     .cow-speech-bubble  {
         left: 5%;
         top: 0px;
        }
     .post-thumbnail img  {
         width: 100% !important;
        }
     .entry-header .post-thumbnail img {
         margin-top:100px;
        }
     td.product-subtotal, td.product-remove {
         border-bottom:solid 0px !important;
        }
     table td  {
         padding: 12px 10px;
         font-size: 14px;
        }
     table td:first-child  {
         font-size: 14px;
        }
     .woo-variation-product-gallery  {
         width: 100% !important;
         max-width: 100% !important;
         margin-bottom:0px !important;
        }
     .summary.entry-summary  {
         width: 100%;
        }
     ul.products.columns-4 li.product  {
         width: 49% !important;
        }
     .woocommerce ul.products  {
         gap: 20px 2%;
        }
     .custom-logo-link  {
         width: 110px;
        }
     .cart ul  {
         padding-left: 5px;
        }
     .cart ul b {
         display:none;
        }
     a.button, input[type="button"], input[type="reset"], input[type="submit"]  {
         font-size: 15px !important;
        }
     h1  {
         font-size: 60px;
        }
     #footer-sidebar2 h3 {
         font-size:35px;
        }
     .post-list-item h2  {
         font-size: 28px !important;
        }
     .nopri-blog .post:first-child p  {
         width: 100%;
        }
     .nopri-blog .post p  {
         width: 100%;
        }
    .content  {
         padding-right: 0%;
         flex-direction: column;
        }
    .content-area-img  {
         width: 100%;
        }
     .content-area  {
         width: 100%;
         max-width: 800px;
        }
     .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img  {
         border-radius: 10px !important;
        }
    /* Peida tabeli header mobiilis */
     .woocommerce-cart table.shop_table thead  {
         display: none;
        }
    /* Iga toode oma blokiks */
     .woocommerce-cart table.shop_table tr.cart_item  {
         display: block;
         padding: 12px 5%;
         border-bottom: 0px solid #e5e5e5;
         background-color: #f8f8f8;
         border-radius: 10px;
        }
    .woocommerce-cart td.product-name a  {
         padding: 15px 0%;
         text-align: left;
        }
    /* Veerud Ã¼ksteise alla */
    .woocommerce-cart table.shop_table td  {
         display: flex;
         justify-content: space-between;
         align-items: flex-start;
         padding: 6px 0;
         text-align: right;
         white-space: normal;
         width: 100%;
        }
    tr.woocommerce-shipping-totals.shipping td {
         flex-direction: column !important;
        }
     tr.woocommerce-shipping-totals.shipping td::before {
         margin:0px 0px 15px;
        }
    td.product-thumbnail  {
         display: flex;
         justify-content: flex-start !important;
         align-items: flex-start;
        }
     td.product-thumbnail::before  {
         display: none;
        }
    .woocommerce-cart table tbody tr:nth-child(even)  {
         background: white;
         margin: 0 auto;
         display: flex;
         justify-content: center;
         width: 100%;
        }
     .woocommerce-cart .coupon  {
         align-items: center;
         flex-direction: column;
        }
    /* Vasakul label, paremal vÃ¤Ã¤rtus */
     .woocommerce-cart table.shop_table td::before  {
         content: attr(data-title);
         font-weight: 600;
         text-align: left;
         padding-right: 10px;
        }
    /* TOOTE NIMI â€“ mitmele reale */
     .woocommerce-cart td.product-name  {
         flex-direction: column;
         text-align: left;
        }
     .woocommerce-cart td.product-name a  {
         white-space: normal;
         word-break: break-word;
         line-height: 1.4;
        }
    /* Pilt vÃ¤iksemaks */
     .woocommerce-cart td.product-thumbnail img  {
         max-width: 100px;
         height: auto;
        }
    /* Koguse nupud kompaktselt */
     .woocommerce-cart .quantity  {
         max-width: 200px;
        }
    /* Eemalda "Eemalda" label */
     .woocommerce-cart td.product-remove::before  {
         content: "";
        }
     .woocommerce-cart tbody  {
         width: 100%;
         display: flex;
         flex-direction: column;
        }
     #sale-banner img#desktop {
         width:100%;
         display:none;
        }
    #sale-banner img#mobile {
         width:100%;
         display:block;
        }
     body.has-sale-banner-mobile #right.content-area-img  {
         display: none;
        }
     .nopri-blog .post:first-child img  {
         height: 250px !important;
        }
     .nopri-blog .post-thumbnail img  {
         height: 250px !important;
        }
     .nopri-blog .post-thumbnail  {
         aspect-ratio: auto !important;
        }
     .nopri-blog .post:first-child h2  {
         width: 100% !important;
        }
     .nopri-blog .post:first-child h2  {
         font-size: 35px;
        }
     .nopri-blog .post:first-child p  {
         font-size: 100%;
        }
     .nopri-blog .post  {
         width: 100%;
        }
}
@media only screen and (max-width: 737px) {
     .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image  {
         padding-right: 10px;
         padding-left: 10px;
        }
     td.wc-block-cart-item__image  {
         width: 100%;
        }
     .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar  {
         margin-bottom: 25px !important;
        }
     .alignleft  {
         float: left;
         margin-left: 10%;
         width: 90%;
         margin-bottom: 1.5em;
        }
     .alignright  {
         margin-right: 10%;
         margin-bottom: 1.5em;
         width: 90%;
        }
}
@media (max-width: 700px) {
    .contact-company-section,
    .team-section,
    .contact-map-section {
        padding: 45px 0;
    }

    .contact-company-card {
        padding: 28px;
        border-radius: 22px;
    }

    .contact-company-card h3 {
        font-size: 30px;
    }

    .team-generation-founders,
    .team-generation-children,
    .team-generation-workers {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .team-generation-founders,
    .team-generation-children {
        margin-bottom: 85px;
    }

    .team-tree-line,
    .team-tree-line:before,
    .team-tree-line:after {
        display: none;
    }

    .team-divider {
        margin-bottom: 35px;
    }

    .team-content {
        padding: 24px;
    }

    .team-content h3 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 600px) {
    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  {
         width: 100%;
         border: 2px solid #192c34;
         border-radius: 20px;
         padding: 10px;
         font-size: 15px;
        }
     h2.block-title  {
         font-size: 24px;
        }
     .cow-speech-bubble  {
         height: 150px;
         width: 262px;
        }
     .cow-speech-bubble::after  {
         right: 50px;
         bottom: -2px;
         transform: rotate(15.5deg) skewX(-15deg);
        }
     .post-thumbnail img  {
         height: auto;
         aspect-ratio: auto;
        }
     .nopri-products-grid  {
         grid-template-columns: 1fr;
        }
}
@media only screen and (max-width: 500px) {
     .cart li  {
         margin-left: 15px;
         margin-bottom: 0px;
        }
    .single-product .xoo-wsc-basket  {
         bottom: 74px !important;
        }
     .aws-container .aws-show-clear .aws-search-field  {
         width: 100% !important;
        }
     .page-template-page-no-image h1, .archive h1, .tax-product_brand h1  {
         margin-top: 0px;
         font-size:30px;
        }
     h1  {
         font-size: 45px;
        }
     h3  {
         font-size: 30px;
        }
     h2  {
         font-size: 35px;
        }
     .custom-logo-link  {
         width: 100px;
        }
     .cart li:nth-child(2) {
         display:none;
        }
     .meta-text  {
         padding: 0px 3%;
        }
     .cart > aside > div > ul > li:last-child .sub-menu li:nth-child(2) {
         display:block !important;
        }
}
@media only screen and (max-width: 400px) {
     .loop-product-brand  {
         width: 40px;
        }
    .site-header-inside  {
         flex-wrap: wrap;
         max-width: 370px;
        }
     .nopri-blog .post:first-child img  {
         height: 200px !important;
        }
     .nopri-blog .post-thumbnail img  {
         height: 200px !important;
        }
    blockquote  {
         padding-right: 15%;
         padding-left: 5%;
        }
}


