/*!
Theme Name: Matkatarbed
Theme URI: http://underscores.me/
Author: Veebidoktor
Author URI: https://www.veebidoktor.ee
Description: Kodulehtede ja e-poodide valmistamine ning nende turundus
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: matkatarbed
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    background-color: #E2DFD0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #282C23;
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: 'Gelasio', serif;
    font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #E2DFD0;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #E6B258;
    padding: 12px 20px 12px 20px;
    border: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #282c23;
    color: #fff;
}

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3B3B3B;
    text-decoration: none;
}

a:visited {
	color: #3B3B3B;
}

a:hover, a:focus, a:active {
	color: #282c23;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    transition: .5s ease;
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*custom*/
.fb-social{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
}
.inner-content{
    max-width: 1200px;
    margin: 0 auto;
}
.top-header{
    background: #282C23;
    padding: 5px 0;
    font-weight: 300;
}
.top-header .inner-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .inner-content{
    display: flex;
    justify-content: space-between;
}
.free-transport{
    color: #fff;
    font-size: 12px;
}
.free-transport img{
    margin-right: 10px;
}
ul#top-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
#top-menu li a{
    margin: 0 15px;
    color: #fff;
    font-size: 12px;
}
.top-right-side{
    display: flex;
    align-items: center;
}
.site-branding{
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-navigation {
    color: #0B0B0B;
    font-weight: 600;
    text-transform: uppercase;
}
.main-navigation a {
    margin: 0 10px;
    padding: 15px 5px;
    border-bottom: solid 3px #fff;
    font-size: 14px;
}
.main-navigation a:hover {
    color: #282C23; 
    border-bottom: solid 3px #e6b258;
}
.pildid{
    display: flex;
    color: #fff;
    font-size: 20px;
}
.hero-left h1{
    margin-bottom: 30px;
    font-weight: 600;
}
.site-info{
    text-align: center;
    font-size: 11px;
    padding: 15px;
    background: #fff;
    color: #2a2e25;
}
.site-info img{
    max-height: 40px;
    margin: 10px auto;
    text-align: center;
    display: block;
}
.site-footer{
    background-image: url('../../uploads/2020/03/footer-bg.svg');
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px; 
}
.site-footer strong{
    font-weight: 600;
}
.site-footer h4{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #4F5547;
}
.widgetized ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 10px;
}
.widgetized ul li a{
    color: #fff;
    margin-bottom: 5px;
    display: block;
}
.textwidget.custom-html-widget ul li{
    float: left;
    margin-right: 15px;
}
.textwidget.custom-html-widget ul li img{
    max-height: 30px;
}
.footer-separator{
    background-image: url(../../uploads/2020/03/footer-pattern.png);
    background-size: contain;
    background-repeat: repeat-x;
    height: 155px;
    background-position: center bottom;
}
.site-header{
    background: #fff;
}
.menu-menu-1-container{
    float: right;
}
.header-cart{
    line-height: 0px;
}
.header-cart a img{
    background: #E6B258;
    padding: 10px;
    border-radius: 5px;
    margin: 15px;
}
.header-cart a:hover img{
    background: #ecbe6d;
}
.new-collection .inner-content{
    padding: 80px 0;
}
.new-collection h3{
    font-family: Poppins-Medium;
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    max-width: 500px;
}
.new-collection img{
    max-width: 200px;
}
.new-collection a{
    font-size: 15px;
    text-transform: uppercase;
    background: #E6B258;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 500;
}
.why-us-home{
    text-align: center;
    font-size: 13px;
    line-height: 19px;
}
.why-us-home strong{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.why-us-home > div{
    padding: 20px 30px;
}
.full-width-white{
    background: #fff;
    padding: 20px 0;
}
.gs_logo_single img{
    max-height: 60px;
}
.logos-front{
    margin-bottom: 50px;
}
.divider-front{
    background-image: url(../../uploads/2020/03/esileht-pattern.png);
    background-size: contain;
    background-repeat: repeat-x;
    height: 155px;
    background-position: center top;
    margin-bottom: 40px;
}
.decoration{
    display: none;
}
.store-left{
    margin-right: 20px;
}
.store-right{
    margin-left: 20px;
}
.so-widget-sow-headline-default-5508a1814192 .sow-headline-container h3.sow-headline {
    margin-bottom: 10px;
}
.stores-front p{
    font-size: 18px;
    line-height: 30px;
}
.stores-front strong{
    font-size: 20px;
    font-weight: 600;
}
.home .footer-separator{
    display: none;
}
.inner-text{
    padding: 50px;
}
.inner-text h1{
    color: #282d23;
    font-weight: 600;
}
#pgc-30-0-1{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.subpage, .woocommerce-account .site-content{
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
}
.woocommerce-account .site-content{
    padding: 20px;
}
#customer_login{
    display: flex;
    flex-direction: row-reverse;
}
.subpage ul{
    list-style: disc;
    list-style-position: outside;
    padding-left: 20px;
}

.so-widget-sow-tabs-default-0b133c1d4829 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.subpage b, .subpage strong{
    font-weight: 800;
}
.subpage .siteorigin-widget-tinymce.textwidget{
    padding: 0 20px;
}
.tagastusvorm input[type="text"], .tagastusvorm input[type="email"], .tagastusvorm textarea{
    width: 50% !important;
    padding: 7px;
}
.tagastusvorm{
    margin-top: 50px;
    text-align: center;
}
.tagastusvorm b{
    font-size: 20px;
}



/*Kontaktileht*/
.kontaktilehe-vorm{
    margin: 0 20px;
}
.kontaktilehe-vorm input[type="text"], .kontaktilehe-vorm .wpcf7 input[type="email"]{
    width: 70%;
    padding: 10px;
}



/*KKK leht*/
.sow-accordion{
    padding: 0 20px; 
}
.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header{
    background-color: #f3f1e9;
    color: #282c23;
}
.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover{
    background-color: #e2dfd0;
}
.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    background-color: #ffffff;
}



/*Blog*/
.blog .site-content, .single-post .site-content{
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 0px 20px 20px 20px;
}
.blog #secondary, .blog .entry-content{
    display: none;
}
.blog #primary{
}
.blog article{
    width: 31%;
    padding: 1%;
    float: left;
}
.blog h2.entry-title, .single-post h1.entry-title{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}
.blog .post-thumbnail{
    min-height: 200px;
    display: flex;
    align-items: center;
}
.blog .post-thumbnail img{
    height: 100%;
}


/*Woocommerce*/
.woocommerce .separator-woo{
    background-image: url(../../uploads/2020/03/esileht-pattern.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center top;
    /* margin-bottom: -140px; */
    height: 170px;
}
.woocommerce .site-content{
    max-width: 1200px;
    margin: 0 auto;
}
.woocommerce #primary{
    width: 73%;
    margin-left: 2%;
    float: right;
    margin-top: 20px;
}
.woocommerce #secondary{
    width: 25%;
    float: left;
    padding: 10px;
    padding-top: 180px;
    background: rgb(212,208,189);
    background: linear-gradient(180deg, rgba(212,208,189,0.3) 30%, rgba(226,223,208,1) 70%);
    margin-top: -170px;
}
#secondary h2{
    font-size: 20px;
    color: #3B3B3B;
    border-bottom: solid 1px #ADAA9D;
}
#secondary .textwidget p, .woocommerce-mini-cart__empty-message{
    font-size: 12px;
}
#secondary .textwidget strong{
    font-weight: 600;
}
#secondary input[type="email"]{
    border: none;
    border-radius: 0px;
    padding: 10px;
    font-size: 13px;
    width: 60%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 6px;
    line-height: 20px;
}
#secondary input[type="submit"]{
    background: #E6B258;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 25px;
    color: #282C23;
    letter-spacing: 1px;
    line-height: 20px;
    cursor: pointer;
    transition: .5s ease;
}
#secondary input[type="submit"]:hover{
    background-color: #282C23;
    color: #fff;
}
.separator-woo h1{
    margin: 0 0 10px 0;
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #282C23;
}
.single .separator-woo h1{
    text-transform: capitalize;
}
.woocommerce-breadcrumb{
    text-align: center;
    font-size: 14px;
    color: #6B5838;
    font-weight: 400;
    padding: 5px;
}
.woocommerce-breadcrumb a{
    font-size: 14px;
    color: #6B5838;
    font-weight: 400;
    padding: 5px;
}
.woocommerce-result-count{
    display: none;
}
.columns-3 ul.products li.product {
    width: 23% !important;
    background: #fff;
    border: solid 1px #D2D2D2;
    border-radius: 5px;
    padding: 10px;
    margin-right: 2%;
    text-align: center;
}
.woocommerce-ordering{
    text-align: right;
    margin-bottom: 20px;
}
.woocommerce-ordering select{
    background: transparent;
    border: solid 1px #B2AE9C;
    padding: 10px !important;
    line-height: 30px;
    font-size: 12px;
    font-weight: 300;
    height: 40px;
    color: #635F4E;
}
ul.products{
    width: 100%;
}
.woocommerce-loop-product__title{
    font-size: 13px !important;
    color: #3B3B3B;
    font-family: 'Poppins', sans-serif;
}
.woocommerce-Price-amount.amount{
    font-size: 14px;
    font-weight: 400;
}
.price del{
    font-size: 12px;
    color: #9E9E9E;
}
ul.products li.product{
    transition: all 0.3s linear;
}
ul.products li.product img{
    display: inline-block !important;
}
.see-product{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #282c23e8;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 5px;
}

.see-product-inner{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
ul.products li.product:hover .see-product{
    height: 100%;
}
.archive .onsale{
    display: none;
}
li > ul, li > ol{
    margin-left: 0;
}
#menu-tootekategooriad li a{
    color: #282C23;
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 20px;
    display: inline-block;
    background-position: 0px 50%;
    background-repeat: no-repeat;
    background-image: url(../../uploads/2020/03/arrow-sidebar.svg);
    background-repeat: no-repeat;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
#menu-tootekategooriad li a:hover{
    background-image: url('../../uploads/2020/03/arrow-sidebar.svg');
    background-position: 5px 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.sub-menu a{
    background: none !important;
    font-size: 13px !important;
}
.single #primary {
    width: 100%;
    margin-left: 0%;
    float: left;
}





/*Woocommerce account*/
#customer_login .u-column2.col-2, #customer_login .u-column1.col-1{
    width: 50%;
}
.why-to-register{
    font-size: 13px;
    color: #775e34;
    font-style: italic;
}
.woocommerce-form__input.woocommerce-form__input-checkbox{
    width: auto;
    margin-bottom: 20px;
}
.woocommerce-account .site-content{
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
}
.woocommerce-MyAccount-navigation ul{
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding: 0;
}
.woocommerce-MyAccount-navigation li{
    float: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    margin-right: 30px;
}
.woocommerce-MyAccount-navigation li a{
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
}
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a{
    border-bottom: solid 1px #e6b258;
}


/*Woocommerce sidebar*/
#secondary .mini_cart_item img{
    max-width: 50px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}
#secondary .mini_cart_item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 13px;
}
#secondary .quantity{
    display: none;
}
.woocommerce-mini-cart__total.total{
    text-align: left;
    font-size: 13px;
    font-weight: 800;
}
#secondary .button.wc-forward{
    display: none;
}
#secondary .button.checkout.wc-forward{
    background: #e6b258;
    padding: 10px 20px;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 3px;
}

/*Single page woocommerce*/
.single-product div.product .woocommerce-product-gallery{
    width: 40%;
    float: left;
    margin-right: 5%;
}
.summary.entry-summary{
    float: left;
    width: 55%;
}
.woocommerce-tabs.wc-tabs-wrapper{
    float: left;
    width: 100%;
    border-top: solid 1px #c9c5b1;
    margin-top: 10px;
}
.woocommerce-product-details__short-description{
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 1px #C9C5B1;
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description strong{
    font-weight: 600;
}
.calcu-logos{
    float: left;
    margin-right: 15px;
}
.calcu-logos img{
    max-height: 45px;
}
.calcu-logos img:first-child {
    border-right: solid 1px #C9C5B1; 
    padding-right: 15px;
    margin-right: 10px;
}
.monthly_payment {
    font-size: 14px !important;
    font-weight: 300;
}
.monthly_payment span{
    font-weight: 600;
}
.single_add_to_cart_button.button {
    background: #E6B258;
    padding: 18px 20px 18px 65px;
    border: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    background-image: url(../../uploads/2020/03/lisa-korvi-icon.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
}
.woocommerce-Tabs-panel p{
    font-size: 14px;
}
.woocommerce-Tabs-panel img{
    max-width: 225px;
}
.related.products{
    float: left;
}
.products.columns-5 li.product {
    width: 18% !important;
    margin-right: 2% !important;
    background: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #D2D2D2;
}
.products.columns-5 .onsale{
    display: none;
}
.related.products h2, .tags-inner h3{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.woocommerce-Tabs-panel{
    float: left;
    width: 73%;
    margin-right: 2%;
}
.tags-inner{
    float: left;
    width: 25%;
}
.reset_variations{
    display: none !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
    background-color: #e6b258 !important;
    width: 100%;
    text-align: center;
    padding: 17px;
    border-radius: 4px;
    box-shadow: 0px 0px 14px 6px #e6b25840;
    color: #fff;
}
.woocommerce-error {
    background-color: #e2401c !important;
}
.c4d-woo-vs-single-list-box label{
    font-weight: 300;
    font-size: 11px;
    color: #282C23;
}
.c4d-woo-vs-type-text .attribute-item .c4d-woo-vs-attribute {
    margin: 8px;
    padding: 0 5px;
    border: 1px solid #E2DFD0;
    color: #282c23;
    line-height: 36px;
    border-radius: 50px;
    font-size: 13px;
    margin: 0px;
    line-height: 30px;
    height: 30px;
    min-width: 30px;
}
.c4d-woo-vs-type-text:not(.outstock) .attribute-item.active .c4d-woo-vs-attribute {
    border: 1px solid #212121;
}
.c4d-woo-vs-clear {
    margin: 0px;
}
.tellimine-single{
    color: #282C23;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.summary.entry-summary .woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 800;
}
.single .price{
    margin-top: 0px;
    margin-bottom: 10px;
}
.woocommerce-cart .site-content, .woocommerce-checkout .site-content{
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
}
.woocommerce-cart .product-thumbnail img{
    max-height: 80px;
    width: auto;
}
.cart-collaterals{
    border: solid 3px #282c23;
    padding: 0 20px;
    width: 50%;
    float: right;
}
.cart_totals h2, .woocommerce-billing-fields h3, #payment_heading, #order_review_heading{
    font-weight: 800;
    color: #282c23;
    font-family: 'Poppins', sans-serif;
}
.cart_totals td, .cart_totals th{
    vertical-align: top;
}
.wc-proceed-to-checkout a{
    background: #e6b258;
    text-align: center;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
}
.wc-proceed-to-checkout a:hover, #secondary .button.checkout.wc-forward:hover, .woocommerce-cart .actions button:hover{
    background: #282c23;
    color: #fff;
}
.woocommerce-cart .coupon{
    float: left;
}
.woocommerce-cart .actions button{
    background: #e6b258;
    border: none;
    padding: 10px;
    display: inline-block;
    float: right;
    margin-top: 0px;
    border-radius: 0px;
    margin-left: 1px;
}
.woocommerce-cart .actions{
    border-top: solid 1px #e2dfd0;
    padding-top: 20px;
}
#shipping_method{
    padding: 0px;
}
#shipping_method label{
    padding-left: 10px;
}
#customer_details{
    display: flex;
}
#customer_details .col-1{
    width: 50%;
    margin-right: 5%;
}
.woocommerce-billing-fields__field-wrapper .form-row{
    width: 33%;
    float: left;
}
#billing_country_field{
    display: none;
}
.form-row label{
    float: left;
    display: block;
    width: 100%;
}
.form-row input{
    width: 94%;
    padding: 10px;
    margin: 0px;
}
#wpmc-next{
    background: #e6b258;
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0px;
    float: right;
    cursor: pointer;
}
.tagastusvorm input[type="submit"]{
    background: #e6b258;
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0px;  
    cursor: pointer;
}
.tagastusvorm input[type="submit"]:hover{
    background: #282c23; 
    color: #fff;
}
.shop_table.woocommerce-checkout-review-order-table{
    text-align: left;
}
.woocommerce-shipping-totals.shipping th{
    vertical-align: top;
}
#ship-to-different-address{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.payment_methods p{
    font-size: 12px;
}
#payment .mdn_banklinks {
    justify-content: flex-start !important;
    margin-left: 0 !important;
}
#wpmc-prev{
    background: #fff;
}
#wpmc-prev:hover{
    color: #e2dfd0;
}
.woocommerce-privacy-policy-text{
    font-size: 11px;
}
#place_order{
    background: #e6b258;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
#coupon_code{
    padding: 11px;
    font-size: 13px;
    background: #ecece9;
    border: none;
    border-radius: 0;
}
.woocommerce-checkout .order-total .woocommerce-Price-amount.amount{
    font-weight: 800;
    font-size: 18px;
}
.woocommerce-checkout #order_review td, .woocommerce-checkout #order_review th{
    border-bottom: solid 1px #e2dfd0;
    padding: 10px 0px;
}
.woocommerce-checkout #order_review .order-total td, .woocommerce-checkout #order_review .order-total th{
    border-bottom: none
}
.cart_totals .woocommerce-shipping-destination{
    display: none;
}
.cart_totals .order-total .woocommerce-Price-amount.amount{
    font-weight: 800;
    font-size: 16px;
}

.product_list_widget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.product_list_widget > a {
    position: relative;
    width: 18% !important;
    margin-right: 2% !important;
    background: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #D2D2D2;
    overflow: hidden;
    line-height: 21px;
}
.sale-price-container {
    position: absolute;
    top: -14px;
    right: -49px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.9285714px;
    width: 140px;
    height: 75px;
    background: #E6B258;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
    padding: 6px;
}
.sale-price-wrapper {
    position: absolute;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    right: 0px;
    bottom: -95px;
}
.product_list_widget span.product-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
}
.inner-content.special-offers {
    padding: 50px 0 70px 0;
}
.c4d-woo-vs-single-list-box {
    margin: 0 0 0 0;
    width: 100%;
}
.product-cart-form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 25px;
}
.product-cart-form > div {
    
}
.product-cart-form > div.cart-form {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    max-width: 340px;
    box-sizing: border-box;
}
.product-cart-form > div.cart-form .tellimine-single {
    margin-top: 0;
}
.product-cart-form > div.we-guarantee {
    margin-left: 35px;
}
.product-cart-form > div.we-guarantee h4.guarantee-title {
    margin-top: 0;
    margin-bottom: 3px;
    color: #282C23;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    width: 100%;
}
.product-cart-form > div.we-guarantee ul.quarantee-list {
    padding: 0;
    width: 100%;
}
.product-cart-form > div.we-guarantee ul.quarantee-list li {
    background: url(./images/guarantee-icon.svg) no-repeat;
    background-position: 0 7px;
    padding-left: 22px;
    color: #7d7463;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
}
.woocommerce-tabs ul.tabs li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1px;
}
.product-search-container {
    display: none;
    max-width: 1200px;
    margin: 5px auto 5px auto;
}
.social-btns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-top: 15px;
}
.social-btns > a, .social-btns > div {
    display: inline-block;
}
.social-btns > div:first-child {
    margin-right: 5px;
}
.fb_iframe_widget span {
    vertical-align: top !important; 
}

/* Hamburger */

.hamburger {
    font: inherit;
    display: none;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger-box {
    position: relative;
    display: block;
    width: 40px;
    height: 24px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #3B3B3B;
}
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-duration: .275s;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68,-.55,.265,1.55);
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s;
}
.hamburger.is-active:hover, .hamburger:hover {
    opacity: .7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #3B3B3B;
}
.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0,10px,0) rotate(135deg);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #3B3B3B;
}
.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0,-20px,0) rotate(-270deg);
}
@media only screen and (max-width: 830px) {
    .hamburger {
        display: inline-block;
    }
    .site-header .main-navigation {
        z-index: 999 !important;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        overflow: auto;
        /*-webkit-transition: opacity .55s ease-in-out;
        -moz-transition: opacity .55s ease-in-out;
        -o-transition: opacity .55s ease-in-out;
        -ms-transition: opacity .55s ease-in-out;
        transition: opacity .2s ease-in-out;*/
        -webkit-transform: translateY(-999%);
        -moz-transform: translateY(-999%);
        -ms-transform: translateY(-999%);
        -o-transform: translateY(-999%);
        transform: translateY(-999%);
        -webkit-transition: transform .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: transform .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 50;
    }
    body.nav-is-open .site-header .main-navigation {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .main-navigation a {
        display: block;
        padding: 0 0 0 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 38px;
    }
    .menu-menu-1-container {
        float: none;
    }
    nav.main-navigation > div {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100%;
    }
    nav.main-navigation ul.menu {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    body.nav-is-open {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1024px) {
    .site-branding, .top-header{
        padding: 0 20px;
    } 
    .inner-content.special-offers {
        padding: 50px 20px 70px 20px;
    }
    .inner-content, .single #primary{
        padding: 0 20px;
    }
    .new-collection .inner-content {
        padding: 40px 20px;
    }
    .so-widget-sow-hero-default-7b07a25503c0 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
        padding: 100px 20px 100px 20px;
    }
    .why-us-home > div {
        padding: 15px;
    }
    .why-us-home img{
        max-height: 50px;
    }
    .product-cart-form > div.we-guarantee {
        margin-left: 15px;
        margin-top: -5px;
    }
    .subpage, .woocommerce-account .site-content{
        margin: 20px;
    }
}

@media only screen and (max-width: 830px) {
    .top-header .inner-content{
        padding: 0px;
    }
    .site-branding a{
       flex-grow: 1;
    }
    .top-menu{
        display: none;
    }
    .divider-front, .footer-separator{
        background-size: cover;
    }
    .hero-left h1{
        font-size: 55px !important;
    }
    footer .inner-content{
        display: inline-block;
    }
    footer .widgetized{
        width: 46%;
        float: left;
        margin: 2%;
        min-height: 300px;
    }
    .columns-3 ul.products li.product {
        width: 47% !important;
        padding: 1.5%;
        margin: 1.5%;
    }
    ul.products li.product .woocommerce-loop-product__title{
        min-height: 40px;
    }
    .calcu-logos img {
        max-height: 30px;
    }
    .calcu-logos {
        margin-right: 15px;
        float: none;
        text-align: center;
    }
    .monthly_payment {
        margin-bottom: 20px;
        text-align: center;
    }
    .separator-woo h1{
        font-size: 30px;
    }
    .product-cart-form > div.cart-form {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .product-cart-form {
        flex-direction: column;
    }
    .product-cart-form > div.we-guarantee {
        margin: 0;
        width: 100%;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .c4d-woo-vs-single-list-box {
        justify-content: center;
    }
    .c4d-woo-vs-single-list-box label{
        margin-bottom: 5px;
    }
    .inner-text {
        padding: 20px;
    }
    .navi-top a{
        margin-left: 10px
    }
    .navi-top a img{
        max-height: 20px;
    }
}

@media only screen and (max-width: 780px) {
    .soodustooted-home{
        display: none;
    }
    .why-us-home{
        display: inline-block !important;
    }
    .why-us-home > div{
        width: 47% !important;
        float: left;
        margin: 1.5%;
    }
    .inner-content.special-offers {
        padding: 50px 20px 50px 20px;
    }
    #panel-w5e789383ac508-0-1-0 {
        display: none;
    }
    .sale-price-wrapper {
        position: relative;
        -ms-transform: rotate(-45deg);
        transform: none;
        top: 0;
        right: 0px;
        bottom: 0;
    }
    .sale-price-container {
        position: relative;
        top: 0;
        right: 0;
        color: #e6b258;
        /* font-family: 'Poppins', sans-serif; */
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        letter-spacing: 1px;
        width: 100%;
        height: auto;
        background: none;
        -ms-transform: rotate(45deg);
        transform: none;
        box-sizing: border-box;
        padding: 5px;
    }
    .store-right, .store-left {
        margin-left: 0px;
        margin-right: 0px;
    }
    .inner-text {
        padding: 0;
    }
    .form-row label{
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .hero-right{
        position: absolute;
        top: 10px;
        right: -40px;
        z-index: -1;
    }
    .hero-left h1, .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container{
        text-align: center;
    }
    .product_list_widget > a {
        width: 48% !important;
    }
    .new-collection .inner-content{
        text-align: center;
    }
    .new-collection h3{
        font-size: 20px;
    }
    footer .widgetized {
        width: 96%;
        min-height: auto;
    }
    .hero-left h1 {
        font-size: 45px !important;
    }
    .woocommerce #primary {
        width: 100%;
        margin-left: 0%;
        float: left;
        padding: 0 20px;
        margin-top: 20px;
    }
    .woocommerce #secondary {
        width: 100%;
        float: left;
        padding: 20px;
        padding-top: 0;
        background: transparent;
        background: transparent;
        margin-top: 50px;
    }
    .columns-3 ul.products li.product {
        width: 47% !important;
        padding: 1.5%;
        margin: 1.5%;
        float: left;
    }
    .tootekat{
        float: left;
        background: #e6b258;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .single-product div.product .woocommerce-product-gallery {
        width: 100%;
        float: left;
        margin-right: 0%;
    }
    .summary.entry-summary, .woocommerce-Tabs-panel, .tags-inner {
        float: left;
        width: 100%;
    }
    .products.columns-5 li.product {
        width: 100% !important;
        margin-right: 0% !important;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail, .see-product{
        display: none;
    }
    .cart-collaterals {
        width: 100%;
    }
    .woocommerce-cart .coupon {
        float: none;
    }
    #coupon_code {
        margin-bottom: 10px;
    }
    .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100%;
        margin-bottom: 0px;
    }
    .form-row input {
        width: 100%;
    }
    .site-branding{
        padding: 0px !important;
    }
    .ysm-search-widget-1 .search-field[type="search"]{
        margin-bottom: 15px;
    }
    .header-cart a img {
        background: #E6B258;
        padding: 7px;
        border-radius: 5px;
        margin: 11px;
        height: 30px;
    }
    .navi-top{
        display: flex;
    }
    ul.products li.product .woocommerce-loop-product__title {
        min-height: 60px;
    }
    .separator-woo h1 {
        font-size: 22px;
    }
    .blog article {
        width: 98%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .hamburger-box {
        width: 30px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 30px;
    }
}


@media only screen and (min-width: 481px) {
    .tootekat{
        display: none;
    }
    
}
    
.tootekat{
    display: none;
}

/*Last fixes*/
.woocommerce-product-gallery__wrapper > div{
    background: #fff;
}
.woocommerce-product-gallery__wrapper > div a{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
    margin-right: 10px;
}
.woocommerce-tabs ul.tabs li{
    float: left;
    margin-right: 30px !important;
}
.woocommerce-tabs .panel h2:first-of-type{
    display: none;
}
.woocommerce-product-attributes.shop_attributes th, .woocommerce-product-attributes.shop_attributes td{
    text-align: left;
    font-size: 13px;
    padding: 0px;
    border-bottom: solid 1px #c9c5b1;
}
.woocommerce-product-attributes.shop_attributes th p, .woocommerce-product-attributes.shop_attributes td p{
    margin-bottom: 0px;
}
.woocommerce-Tabs-panel--description p{
    font-size: 14px !important;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
}
.sub-menu{
    display: none;
}
.current-menu-item .sub-menu, .current-menu-parent .sub-menu, .urrent-product_cat-ancestor .sub-menu{
    display: block;
}
.columns-3 ul.products li.product {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: space-around;
    align-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
    min-height: 250px;
}
.product__image {
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.product__image img {
    object-fit: contain;
    height: 140px;
    width: auto;
}
ins .woocommerce-Price-amount.amount{
    color: #F44336;
    font-weight: 600;
}
span.product-detail{
    float: left;
    width: 100%;
}
#esto_calculator{
    margin-top: 15px;
    display: inline-block;
}
figure{
    margin: 0;
}
.cart .quantity{
    margin-bottom: 10px;
}
.cart .quantity input{
    width: 100%;
    padding: 4px 15px;
}
li.product img{
    max-height: 175px;
    width: auto;
}
ul.page-numbers{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
ul.page-numbers li{
    margin: 0 10px;
}
.page-numbers .current{
    background: #dbd0af;
    padding: 6px 15px;
    border-radius: 30px;
}
.gs_logo_single img {
    max-width: 100px !important;
}