/*!
Theme Name: Shosh Theme
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Shosh Theme</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Shosh Theme
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.

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

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

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

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

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Fedra Sans Hebrew Book", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
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;
  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 {
  background: #fff9c0;
  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 3em 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-right: 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: #404040;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*==== Loading Animation ====*/
section#loading {
  position: fixed;
  background: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transition-delay: 2s;
}
section#loading:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow: inset 0px 0px 0px 0px #000000;
	transform: translate(-50%, -50%);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
body.loading section#loading:before {
	box-shadow: inset 0px 0px 0px 2000px #000000;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}
@media all and (orientation:portrait) {
	section#loading:before {
		width: 100vh;
		height: 100vh;
	}
}

@media all and (orientation:landscape) {
	section#loading:before {
		width: 100vw;
		height: 100vw;
	}
}
body.loading section#loading {
  opacity: 1;
  visibility: visible;
  animation: none;
  transition-delay: 0s;
}
section#loading .spinner {
	opacity: 0;
}
body.loading section#loading .spinner {
	opacity: 1;
}
.spinner {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: black;
  border: 2px solid #ffffff;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.spinner:before,
.spinner:after{
	content: '';
	display: block;
	position: absolute;
	width: 26px;
	background: #000000;
	left: 50%;
	top: -2px;
	bottom: -2px;
	margin-left: -13px;
}
.spinner:after {transform: rotate(90deg);}
span#page-load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 90;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}
/*==========================================
				Theme Style
============================================*/
body {
  font-family: "Fedra Sans Hebrew Book";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.container.fix {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0px auto;
}
.fix:after {
  /* content: ""; */
  /* display: table; */
  /* clear: both; */
}
#quick-info {
    background: #000000;
    text-align: center;
    color: #ffffff;
    font-family: "Fedra Sans Hebrew Book";
    font-size: 14px;
    line-height: 1.2em;
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  z-index: 9999;
}
#quick-info p {
    margin: 0;
}
.info-wrapper {
    position: relative;
    padding: 0 30px;
}
button.close-info {
    position: absolute;
    top: 50%;
    right: 10px;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: -10px;
}
button.close-info svg {
    display: block;
}
header#masthead {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 15px 0px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  z-index: 9999;
}
.post-type-archive-product .quick-bar-active header#masthead {
    top: 32px;
}
.post-type-archive-product .quick-bar-active #product-archive {
    padding-top: 232px;
}
body.woocommerce-checkout header#masthead {
    position: absolute;
}
.site-branding.fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
	transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
nav#site-navigation {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
body.admin-bar nav#site-navigation {
  top: 46px;
}
nav#site-navigation.active {
  left: 0px;
}
.site-logo.fix {
  margin-right: auto;
    max-width: 150px;
}
a.custom-logo-link,
a.custom-logo-link>img {
    display: block;
}
button#menu-btn,
button#close-btn {
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  padding: 10px;
  border-color: #dedede;
  border-width: 0px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  cursor: pointer;
}
p.site-title {
  margin: 0px;
}
p.site-title > a {
  text-decoration: none;
  color: #000000;
  font-size: 25px;
  line-height: 30px;
}
span.menu-bar.fix {
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
span.menu-bar.fix:not(:last-child) {
  margin-bottom: 8px;
}
span.menu-bar.fix:nth-child(2) {
	display: none;
}
button#menu-btn:hover {
  background: transparent;
}
.mobile-menu-head.fix {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
button#close-btn {
  position: relative;
}
span.close-bar.fix {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  width: 22px;
  height: 2px;
  background: #000000;
  display: block;
  margin-left: -11px;
}
span.close-bar.fix:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
span.close-bar.fix:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
nav#site-navigation > .menu-main-menu-container {
  height: calc(100vh - 70px);
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
ul#primary-menu {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
ul#primary-menu > li:not(:last-child) {
  margin-bottom: 15px;
}
ul#primary-menu > li > a {
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  display: block;
  padding-bottom: 5px;
}
ul#primary-menu > li > ul.sub-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 40px;
    transform: rotate(90deg);
    transform-origin: top left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
ul#primary-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu > li > ul.sub-menu:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 100%;
    margin-right: 8px;
    background-image: url('assets/images/arrow-down.svg');
    background-size: contain;
    background-position: center;
    transform: rotate(-90deg);
}
ul#primary-menu > li > ul.sub-menu > li.categories>a {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 5px;
}
ul#primary-menu > li > a:after,
ul#primary-menu > li > ul.sub-menu > li.categories>a:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #000000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
ul#primary-menu > li.current_page_item > a:after,
ul#primary-menu > li > a:hover:after,
ul#primary-menu > li > ul.sub-menu > li.categories>a:hover:after{
    width: 100%;
}
ul#primary-menu > li > a:hover {
  color: #333333;
}
button.cart-link {
  background: transparent;
  border-radius: 0px;
  border: 0px solid #ddd;
  padding: 0px;
  position: relative;
  cursor: pointer;
}
button.cart-link > img {
  display: block;
  max-width: 24px;
}
button.cart-link > span {
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0px 3px;
  font-size: 16px;
}
button.blog-search.fix {background: transparent;border: 0px solid #ddd;border-radius: 0px;display: block;padding: 0px;position: relative;cursor: pointer;}
button.blog-search.fix img {display: block;}
button.blog-search.fix {
    padding: 0px 7px;
    max-width: 34px;
    max-height: 34px;
    margin: 0 auto;
}
body:not(.home) header#masthead.active nav#site-navigation {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #f2f2f2;
}
body:not(.home) header#masthead.active nav#site-navigation .mobile-menu-head.fix {
    display: block;
}
body:not(.home) header#masthead.active button#menu-btn {
    display: block;
}
body:not(.home) header#masthead.active .site-branding.fix {
    width: 100%;
}
body:not(.home) header#masthead.active nav#site-navigation.active {
    display: block;
}
body:not(.home) header#masthead.active .mobile-menu-head.fix>.site-logo.fix {
    display: none;
}
body:not(.home) header#masthead.active ul#primary-menu {
    display: block;
}
body:not(.home) header#masthead.active ul#primary-menu>li {
    width: auto;
    height: auto;
    margin-bottom: 15px;
}
body:not(.home) header#masthead.active ul#primary-menu>li>a {
    position: relative;
    transform: rotate(0);
    left: 0px;
}
body:not(.home) header#masthead.active ul#primary-menu > li > ul.sub-menu {
    position: relative;
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
    top: inherit;
    left: inherit;
}
body:not(.home) header#masthead.active ul#primary-menu > li > ul.sub-menu:before{
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 auto;
    margin-bottom: 10px;
    transform: rotate(0deg);
}
body:not(.home) header#masthead.active ul#primary-menu > li > ul.sub-menu > li.categories>a {
    font-size: 18px;
    line-height: 1.2em;
}
#post-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
}
.lds-ring {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  margin: 8px;
  border: 5px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer#colophon {
  padding: 30px 0px;
}
footer#colophon > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.site-info.fix {
  margin-top: 30px;
}
.site-info.fix .widget_text ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.site-info.fix .widget_text ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.site-info.fix .widget_text ul > li > a {
  color: #000000;
  text-decoration: none;
}
.site-info.fix .widget_text ul > li > a:hover {
  color: #333333;
}
.footer-widget.fix .widget_text p {
  margin-top: 0px;
}
.footer-widget.fix .widget_text p:not(:last-child) {
  margin-bottom: 20px;
}
form.mc4wp-form .mc4wp-form-fields {
    width: 340px;
    max-width: 100%;
}
.subscribe-row {
  margin-bottom: 20px;
}
.subscribe-row input.wpcf7-form-control,
.subscribe-row input{
  display: block;
  direction: rtl;
  border: 0px solid #000;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  width: 100%;
}
.subscribe-row input.wpcf7-form-control:focus,
.subscribe-row input:focus {
  outline: 0px;
}
.subscribe-submit input.wpcf7-form-control,
.subscribe-submit input{
  display: block;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0px;
  background: transparent;
  padding: 12px;
  cursor: pointer;
}
.subscribe-submit input.wpcf7-form-control:hover,
.subscribe-submit input.wpcf7-form-control:focus,
.subscribe-submit input:hover,
.subscribe-submit input:focus {
  background: #000000;
  color: #ffffff;
}
.subscribe-submit {
  position: relative;
}
.subscribe-submit span.wpcf7-spinner {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0px;
}
#product-archive {
  padding: 30px 0px;
}
header.woocommerce-products-header.fix {
  margin-bottom: 10vh;
}
ul#product-category {
  list-style: none;
  padding: 0px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
ul#product-category > li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
  margin-bottom: 12px;
}
ul#product-category > li > a {
  font-family: "Fedra Sans Hebrew Book";
  color: #5a5a5a;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  position: relative;
}
ul#product-category > li > a:hover,
ul#product-category > li.active > a {
  color: #000000;
}
ul#product-category > li > a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  background: #000000;
  position: absolute;
    bottom: 0%;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
ul#product-category > li > a:hover:after,
ul#product-category > li.active > a:after {
  width: 100%;
}
ul#product-category > li:not(:last-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background: #000000;
  transform: rotate(15deg);
}
.single-product-thumbnail.fix a,
.single-product-thumbnail.fix a img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.thumb-loading {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 45%);
    backdrop-filter: blur(10px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform-origin: left;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition-delay: 0s;
    }
.lds-spinner {
  color: #ffffff;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -50px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #8f5555;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
a img.lazyloaded + noscript + .thumb-loading {
	transition-delay: 0.5s;
	left: 100%;
}
body.search .site-branding.fix {
    width: 100%;
}
.search-back a {
    font-size: 16px;
    line-height: 1.2em;
    color: #000000;
    text-decoration: none;
    letter-spacing: 2px;
}
.search-back a:hover {
    color: #aaaaaa;
}
.search-small-container {
    display: flex;
    direction: rtl;
    align-items: center;
    width: 100vw;
    padding: 5vh 0;
    height: 100vh;
    padding-top: 10vh;
    column-gap: 5%;
}
.search-small-container article.post {transform: none !important;}
.single-product-content.fix {
  text-align: left;
  padding: 15px;
}
.single-product-content.fix h2 {
  margin: 0px;
  margin-bottom: 5px;
}
.single-product-content.fix h2 a {
  color: #5a5a5a;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
}
.single-product-content.fix h2 a:hover {
	color: #000;
}
.single-product-content.fix span.woocommerce-Price-amount {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 20px;
}
#single-product-page {
  padding: 20px 0px;
}
body.single-product .pswp {
    z-index: 99999;
}
.woocommerce #single-product-page .product .flex-control-thumbs {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.woocommerce #single-product-page .product .flex-control-thumbs > li {
  padding: 0px 5px;
}
.woocommerce #single-product-page .product h1.product_title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.woocommerce #single-product-page .product p.price {
  margin-top: 0px;
  color: #525252;
}
.woocommerce #single-product-page .product form.cart .variations th,
.woocommerce #single-product-page .product form.cart .variations td {
  display: block;
  width: 100%;
  text-align: right;
}
.woocommerce
  #single-product-page
  .product
  form.cart
  .variations
  a.reset_variations {
  color: #333333;
}
.woocommerce
  #single-product-page
  .product
  form.cart
  .variations
  .variable-item {
  border-radius: 0px;
  margin-left: 15px;
}
.woocommerce #single-product-page .product .single_variation_wrap p.stock {
  color: #000000;
}
.woocommerce #single-product-page .product form.cart .quantity {
  float: none;
  margin-bottom: 20px;
}
.woocommerce #single-product-page .product button.single_add_to_cart_button {
  font-family: "Fedra Sans Hebrew Book";
  float: none;
  min-width: 260px;
  max-width: 100%;
  border-radius: 0px;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-weight: normal;
  padding: 12px;
}
.woocommerce
  #single-product-page
  .product
  button.single_add_to_cart_button:hover {
  background: #000000;
  color: #ffffff;
}
.woocommerce #single-product-page section.related.products > h2 {
  font-size: 22px;
  line-height: 25px;
  margin: 0px;
  margin-bottom: 30px;
}
.woocommerce
  #single-product-page
  section.related.products
  .product:not(:last-child) {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-message {
  padding: 10px;
  padding-right: 25px;
  border-top-color: #000000;
  font-size: 14px;
  line-height: 18px;
}
.woocommerce .woocommerce-message:before {
  color: #000000;
  right: 5px;
}
.woocommerce #single-product-page a.added_to_cart {
  color: #a3a3a3;
}
.woocommerce #single-product-page a.added_to_cart:hover {
  color: #000000;
}
section#mini-cart {
  padding: 25px;
  padding-top: 40px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0px;
  height: 100%;
  width: 420px;
  max-width: 100%;
  z-index: 9999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
body.admin-bar section#mini-cart {
  top: 32px;
  height: calc(100% - 32px);
}
section#mini-cart.active {
  left: 0px;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.woocommerce #single-product-page .quantity button.plus,
.woocommerce #single-product-page .quantity button.minus {
  border: 0px solid #000;
  height: 40px;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  width: 30px;
}
.woocommerce #single-product-page .quantity input.qty {
  border: 1px solid #000000;
  border-radius: 0px;
  width: 50px;
  height: 40px;
  color: #000000;
}
.whatsapp-link.fix > a {
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
}
.whatsapp-link.fix > a img {
  display: block;
  max-width: 25px;
  margin-left: 15px;
}
button#cart-close {
  border: 0px solid #ddd;
  padding: 0px;
  background: transparent;
  color: #000000;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.mini-cart-wrapper.fix {
  height: 100%;
  overflow: hidden;
}
.mini-cart-wrapper.fix::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.mini-cart-wrapper.fix::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.mini-cart-wrapper.fix::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 0px solid #555555;
}
.mini-cart-head.fix p {
  font-family: "Fedra Sans Hebrew Light";
  margin: 0px;
  font-size: 25px;
  line-height: 30px;
}
#mode-mini-cart {
  height: calc(100% - 30px);
  position: relative;
  padding-bottom: 94px;
}
#mini-cart-sticky {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
}
#mini-cart-list {
  height: 100%;
  min-width: 100%;
  overflow-x: auto;
}
#mini-cart-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#mini-cart-list::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}
#mini-cart-list::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 0px solid #555555;
}
#mini-cart-sticky p.woocommerce-mini-cart__total,
#mini-cart-sticky p.woocommerce-mini-cart__buttons {
  margin: 0px;
}
#mini-cart-sticky p.woocommerce-mini-cart__total {
  padding: 10px 10px;
  font-size: 18px;
  line-height: 25px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
a.cart-link {
  border: 1px solid #000000;
  background: black;
  color: #ffffff;
  font-weight: normal;
  padding: 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
a.cart-link:hover {
  background: #333333;
}
#mini-cart-list ul.woocommerce-mini-cart li.mini_cart_item {
  padding: 20px 0px;
  position: relative;
}
#mini-cart-list ul.woocommerce-mini-cart a.remove {
  position: absolute;
  top: 10px;
  left: 5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.31);
  width: 24px;
  height: 24px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 25px;
  font-size: 18px;
}
#mini-cart-list ul.woocommerce-mini-cart li.mini_cart_item:hover a.remove {
  opacity: 1;
}
#mini-cart-list ul.woocommerce-mini-cart li.mini_cart_item a.remove:hover {
  background: red;
}
.mini-cart-title.fix {
  margin-bottom: 5px;
}
.mini-cart-title.fix h3 {
  margin: 0px;
}
.mini-cart-title.fix h3 > a {
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  line-height: 25px;
}
.mini-cart-content.fix {
  display: flex;
  align-items: center;
}
.mini-cart-right.fix {
  width: 40%;
}
#mini-cart-list .mini-cart-right.fix a > img {
  display: block;
  float: none;
  margin-right: 0px;
  width: 100%;
}
.mini-cart-left.fix {
  width: 45%;
  margin-right: auto;
}
.mini-cart-left.fix h5 {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.mini-cart-left.fix span.quantity {
  display: block;
  font-size: 16px;
}
.product-share.fix {
  /* margin-bottom: 30px; */
  display: flex;
  justify-content: center;
}
.share-wrapper.fix {
  position: relative;
  display: block;
}
.share-button.fix {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.share-button.fix > img {
  display: block;
  margin-right: 10px;
}
.share-lists.fix {
  position: absolute;
  top: 100%;
  width: auto;
  background: #f2f2f2;
  left: 50%;
  opacity: 0;
  padding: 2px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.share-lists.fix:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  border-bottom: 10px solid #f2f2f2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
}
.share-lists.fix > ul {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0px;
}
.share-lists.fix > ul > li > a {
  display: block;
  padding: 8px;
}
.share-lists.fix > ul > li img {
  display: block;
  max-width: 24px;
  height: 24px;
}
.share-wrapper.fix:hover .share-lists.fix {
  opacity: 1;
}
.share-lists.fix > ul > li > a:hover {
  /* background: #000000; */
}
.share-lists.fix > ul > li > a:hover img {
  /* filter: brightness(0) invert(1); */
}
.summary-content.fix {
  margin-bottom: 10px;
}
.whatsapp-link.fix {
  justify-content: center;
  display: flex;
}
.whatsapp-link.fix span br {
  display: none;
}
.woocommerce-cart table.cart td.product-name a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  line-height: 22px;
}
td.product-quantity .quantity button.plus,
td.product-quantity .quantity button.minus {
  border-radius: 0px;
  padding: 0px;
  background: transparent;
  border: 0px solid #ddd;
  width: 25px;
  height: 32px;
  font-size: 22px;
}
.woocommerce .product-quantity .quantity .qty {
  border-radius: 0px;
  border-color: #000;
  font-size: 18px;
  line-height: 25px;
  width: 40px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-radius: 0px;
  border-color: #000000;
}
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .coupon .input-text + .button {
  border-radius: 0px;
  background: #2e2e2e;
  color: #ffffff;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 0px;
  border: 2px solid #000000;
  background: transparent;
  color: #000000;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #000000;
}
#page-area {
  padding: 20px 0px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #000000;
  padding: 8px;
  font-size: 18px;
  line-height: 22px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  font-family: "Fedra Sans Hebrew Light";
  margin-bottom: 0px;
  background: #00000000;
  border-radius: 0px;
  padding: 12px;
  height: auto;
  font-size: 20px;
  line-height: 25px;
  border: 2px solid #333333;
  min-width: 250px;
  max-width: 100%;
  color: #000000;
  width: 100%;
  margin-top: 10px;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  border: solid #000000;
  background: #000000;
  color: #ffffff;
}
.woocommerce .select2-container .select2-selection--single {
  height: 40px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
}
.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}
.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}
.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-top-color: #000000;
}
.woocommerce-info {
  border-top-color: #000000;
  line-height: 18px;
}
.woocommerce-info a {
  color: #000000;
}
.woocommerce-info::before {
  color: #000000;
}
.woocommerce-checkout table.cart td.product-name a {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.woocommerce-checkout table.cart td.product-name a:hover {
  color: #999999;
}
#mini-cart-list ul.woocommerce-mini-cart {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
body.woocommerce-checkout header.entry-header {
  display: none;
}
#page-area header.entry-header {
  margin-bottom: 20px;
}
#page-area h1.entry-title {
  font-family: "Fedra Sans Hebrew Light";
  margin: 0px;
  font-size: 30px;
  line-height: 35px;
}
.single-cart-item {
  display: flex;
  flex-direction: row-reverse;
  font-family: "Fedra Sans Hebrew Light";
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cart-column-right.fix {
  display: flex;
  flex-wrap: wrap;
}
.cart-column-middle.fix {
  margin-left: 15px;
  align-self: center;
}
.cart-column-left.fix {
  display: flex;
  align-items: center;
  max-width: 80px;
  margin-left: 40px;
}
.product-thumbnail.fix > a,
.product-thumbnail.fix > a > img {
  display: block;
}
.product-subtotal span.woocommerce-Price-amount {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.product-remove.fix {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.woocommerce .product-remove.fix a.remove {
  background: rgba(0, 0, 0, 0.31);
  color: #ffffff !important;
  font-size: 18px;
  line-height: 22px;
  width: 22px;
  height: 22px;
}
.woocommerce .product-remove.fix a.remove:hover {
  background: red;
}
.product-category.fix {
  margin-top: auto;
  width: 100%;
}
.product-subtotal {
  width: 100%;
  margin-bottom: auto;
  display: flex;
  justify-content: flex-end;
}
.product-category.fix a.cat {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  padding: 2px 10px;
  border: 1px solid #000000;
  display: inline-block;
}
.product-category.fix a.cat:hover {
  background: #000000;
  color: #ffffff;
}
.product-title.fix {
  margin-bottom: 6px;
}
.product-title.fix h3 {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}
.product-name.fix {
  margin-bottom: 10px;
}
.product-name.fix a {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
.cart-column-middle.fix .product-quantity {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.product-quantity .quantity {
  display: flex;
}
.product-quantity .quantity button.plus,
.product-quantity .quantity button.minus {
  border-radius: 0px;
  border: 0px solid #ddd;
  padding: 0px;
  background: transparent;
  font-family: "Fedra Sans Hebrew Light";
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  display: block;
  width: 26px;
  cursor: pointer;
}
.product-quantity span.pcs {
  margin-top: 5px;
}
.woocommerce .cart .cart-actions .coupon {
  display: flex;
  margin-bottom: 20px;
}
.woocommerce .cart .cart-actions button.button {
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  border-radius: 0px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
.woocommerce .cart .cart-actions button.button:hover {
  background: #999999;
  color: #000000;
}
.woocommerce .cart .cart-actions .coupon label {
  display: none;
}
.woocommerce .cart .cart-actions .coupon input#coupon_code {
  border-radius: 0px;
  padding: 10px;
  width: 60%;
}
.woocommerce .cart .cart-actions .coupon input#coupon_code:focus {
	outline: 0;
}
.woocommerce .cart-collaterals table.shop_table {
  border-radius: 0px;
}
.woocommerce .cart-collaterals {
  margin-top: 10px;
}
.checkout-right.fix > h2,
#customer_details .woocommerce-billing-fields h3,
.checkout-form-left.fix h3#order_review_heading{
  margin: 0px;
  font-size: 25px;
  line-height: 30px;
  font-family: "Fedra Sans Hebrew Light";
  font-weight: normal;
  margin-bottom: 20px;
}
.checkout-right.fix {
  margin-bottom: 30px;
}
.checkout-left.fix form.woocommerce-checkout {
    display: block;
}
.checkout-form-left.fix {
    width: 100%;
}
.checkout-left.fix form.woocommerce-checkout #customer_details {
    width: 100%;
    margin-bottom: 20px;
}
.checkout-left.fix form.woocommerce-checkout  #order_review {
    position: relative;
}
.checkout-left.fix form.woocommerce-checkout  #order_review:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    background: #c4c4c4;
    left: 100%;
    top: 0px;
    margin-left: 7%;
}
.checkout-left.fix form.woocommerce-checkout #payment {
    background: transparent;
    border-top: 1px solid #ddd;
    border-radius: 0px;
}
.checkout-left.fix form.woocommerce-checkout table.shop_table {
    border: none;
    margin-bottom: 0px;
}
.checkout-left.fix form.woocommerce-checkout table.shop_table td.product-name,
.checkout-left.fix form.woocommerce-checkout table.shop_table td.product-total,
.checkout-left.fix form.woocommerce-checkout table.shop_table  th{
    padding: 10px 0px;
    font-size: 18px;
    line-height: 25px;
}
.checkout-left.fix form.woocommerce-checkout p a {
    color: #000000;
}
.checkout-left.fix form.woocommerce-checkout p a:hover {
    color: #bbbbbb;
}
.checkout-left.fix form.woocommerce-checkout #payment .form-row.place-order,
.checkout-left.fix form.woocommerce-checkout #payment ul.wc_payment_methods{
    padding: 20px 0px;
    margin: 0px;
}

/*======= WooCommerce Style =======*/
section#works-popup,
section#contact-popup,
section#blog-menu-area{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: transparent;
  padding: 20px 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
opacity: 0;visibility: hidden;transition-delay: 1s;user-select: none;pointer-events: none;}
section#works-popup.active,
section#contact-popup.active,
section#blog-menu-area.active{opacity: 1;visibility: visible;transition-delay: 0s;user-select: auto;pointer-events: auto;}
body.admin-bar section#works-popup,
body.admin-bar section#contact-popup,
body.admin-bar section#blog-menu-area {
  top: 32px;
  height: calc(100% - 32px);
}
section#works-popup > .container,
section#contact-popup > .container,
section#blog-menu-area > .container {
  height: 100%;
position: relative;z-index: 10;}
.works-popup-wrapper.fix,
.contact-popup-wrapper.fix,
.blog-menu-wrapper.fix {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.works-popup-head.fix,
.contact-popup-head.fix{
  width: 100%;
  margin-bottom: auto;
  display: flex;
  flex-direction: row-reverse;
    position: relative;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
button#work-close,
button#contact-close,
button.close-blog-menu.fix {
  border-radius: 0px;
  border: 0px solid #ddd;
  padding: 0px;
  background: transparent;
  display: block;
  font-weight: normal;
  cursor: pointer;
}
.works-popup-content.fix {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  padding: 20px 0px;
  justify-content: center;
}
.works-content-left.fix {
  margin-right: auto;
  text-align: left;
  align-self: self-end;
  width: 100%;
  margin-top: 20px;
}
ul#works-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#works-menu > li {
  display: block;
}
ul#works-menu > li > a {
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  color: #000000;
  font-family: "Fedra Sans Hebrew Light";
  font-weight: normal;
}
ul#works-menu > li > a:hover {
  color: #999999;
}
ul#works-menu > li:not(:last-child) {
  margin-bottom: 12px;
}
.works-content-right.fix {
  max-width: 100%;
  display: flex;
  flex-direction: row-reverse;
  height: auto;
  overflow: auto;
  align-items: center;
}
.works-links.fix {
  margin-right: auto;
  min-width: 200px;
}
a.single-work {
  display: block;
  text-decoration: none;
  color: #909090;
  font-size: 18px;
  line-height: 25px;
  font-family: "Fedra Sans Hebrew Light";
	letter-spacing: 8px;
}
a.single-work:hover,
a.single-work.active {
  color: #000000;
}
a.single-work:not(:last-child) {
  margin-bottom: 5px;
}
.works-images.fix {
  position: relative;
  width: 70%;
}
.single-work-image.fix {
    max-width: 100%;
    width: 550px;
    height: 650px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.single-work-image.fix:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-work-image.fix > img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-work-image.fix.active {
  opacity: 1;
  visibility: visible;
}
.contact-content.fix {
  margin-top: auto;
  width: 100%;
  margin-bottom: auto;
}
.contact-content-left.fix p {
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
}
.contact-content-left.fix p a {
  color: #000000;
  text-decoration: none;
}
.contact-content-left.fix p a:hover {
  color: #999999;
}
.contact-content-left.fix p:not(:last-child) {
  margin-bottom: 20px;
}
.contact-content-left.fix {
  margin-bottom: 30px;
  text-align: left;
  direction: ltr;
}
.contact-content-right.fix > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#works-popup:before,
section#contact-popup:before,
section#blog-menu-area:before {
    content: '';display: block;
    width: 100%;height: 100%;
    background: #ffffff;
    position: absolute;z-index: 9;top: 0;left: 0;transform-origin: top;
    transform: scaleY(0);
    transition: transform 1s cubic-bezier(0.85, 0.01, 0.4, 1);
    will-change: transform;
}
section#works-popup.active:before,
section#contact-popup.active:before,
section#blog-menu-area.active:before {
    transform-origin: bottom;
    transform: scaleY(1);
}
section#works-popup.active .works-popup-head.fix,
section#contact-popup.active .contact-popup-head.fix,
section#blog-menu-area.active button.close-blog-menu.fix{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    transition-delay: 700ms;
}
ul#works-menu,
.works-content-right.fix,
.contact-content-left.fix,
.contact-content-right.fix,
.blog-mneu-top.fix,
.blog-mneu-bottom.fix{
    position: relative;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
opacity: 0;visibility: hidden;transition-delay: 0s;}
section#works-popup.active ul#works-menu,
section#works-popup.active .works-content-right.fix,
section#contact-popup.active .contact-content-left.fix,
section#contact-popup.active .contact-content-right.fix,
section#blog-menu-area.active .blog-mneu-top.fix,
section#blog-menu-area.active .blog-mneu-bottom.fix{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
}
body.woocommerce-page .woocommerce-info {
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}
body.woocommerce-page .woocommerce-info a {
    color: #ffffff;
}
body.woocommerce-page .woocommerce-info a:hover {
    text-decoration: none;
    color: #c1c1c1;
}
body.woocommerce-page .woocommerce-info:before {
    display: none;
}
a.contact-whatsapp {
    display: inline-block;
    width: 20px;
    margin-left: 5px;
}
a.contact-whatsapp>img {
    display: block;
}
body {
	overscroll-behavior-y: none;
}
.footer-widget.fix .wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 0px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
body.single-work-items footer#colophon {
    display: none;
}
button.works-menu-btn.fix {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    position: fixed;
    position: fixed;
    top: 20px;
    left: 20px;
    padding: 0px;
    z-index: 999;
    line-height: 22px;
}
.related-title.fix {
    margin-bottom: 50px;
}
.related-title.fix h2 {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
}
.related-products.fix {
    display: block;
}
.related-wrapper.fix {
    width: 100%;
}
.single-related-product.fix {
    width: 100%;
    text-align: left;
}
.single-related-product.fix:not(:first-child) {
    margin-right: auto;
    margin-top: 40px;
}
#related-product {
    padding: 40px 0px 60px 0px;
}
a.product-image {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
a.product-image>img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.single-related-product.fix:hover a.product-image img {
    transform: scale(1.2);
}
.single-related-product.fix h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 6px;
}
.single-related-product.fix h3 a {
    text-decoration: none;
    color: #5A5A5A;
}
.single-related-product.fix h3 a:hover {
    color: #000000;
}
.single-related-product.fix .price {
    font-size: 18px;
    line-height: 24px;
    color: #5A5A5A;
}
body.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    border-top: 1px solid #000;
}
body.woocommerce-checkout .woocommerce form .form-row label, 
body.woocommerce-checkout .woocommerce-page form .form-row label {
    font-size: 18px;
    line-height: 22px;
}
body.woocommerce-checkout .woocommerce form .form-row:not(:last-child) {
    margin-bottom: 10px;
}
#product-archive .container.fix {
    max-width: 1200px;
}
/*============================
 * 		Search Section
 * ==========================*/
section#blog-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: transparent;
    padding: 20px 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
section#blog-search.active {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";visibility: visible;-webkit-transition-delay: 0s;transition-delay: 0s;}
section#blog-search > .container.fix {
    height: 100%;
    position: relative;
    z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section#blog-search:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.85, 0.01, 0.4, 1);
    transition: -webkit-transform 1s cubic-bezier(0.85, 0.01, 0.4, 1);
    transition: transform 1s cubic-bezier(0.85, 0.01, 0.4, 1);
    transition: transform 1s cubic-bezier(0.85, 0.01, 0.4, 1),
		-webkit-transform 1s cubic-bezier(0.85, 0.01, 0.4, 1);
    will-change: transform;
}
section#blog-search.active:before{
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}
.blog-search-wrapper.fix form.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 800px;
    max-width: 100%;
    box-shadow: 0px 0px 5px 0px #ffffff;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    top: 100px;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    }
.blog-search-wrapper.fix input.search-submit:hover {
    background: #494949;
    color: #ffffff;
}
.blog-search-wrapper.fix input.search-submit {
	display: none;
	cursor: pointer;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 20px;
	border-radius: 0px;
	border: 0px solid #ddd;
	background: #b9b9b9;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	}
.blog-search-wrapper.fix label {display: block;width: 100%;}
.blog-search-wrapper.fix input.search-field {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1.2em;
	padding: 12px;
	border-radius: 0px;
	border: 0px solid #ddd;
	color: #000000;
	padding-right: -0px;
	border-bottom: 1px solid #000000;
}
.blog-search-wrapper.fix input.search-field:focus {
    outline: 0;
}
section#blog-search.active form.search-form {
    top: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
}
button.search-close {
    color: #000000;
    background: transparent;
    padding: 0px;
    border: 0px solid #ddd;
    cursor: pointer;
    letter-spacing: 2px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    line-height: 20px;
    transform: translateY(-100px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
section#blog-search.active button.search-close {
    transform: translateY(0px);
    transition-delay: 0.7s;
}
.blog-search-wrapper.fix {max-width: 100%;}
body nav#pojo-a11y-toolbar {
    top: 100vh !important;
    transform: translateY(calc(-100% + -40px));
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    bottom: 0px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a svg {
    display: none;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('assets/images/accessibility.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.scrollbar {
    height: 4px;
    position: fixed;
    left: 10px;
    bottom: 5px;
    width: calc(100% - 20px);
}
#handler,
#scrollBar {
    height: 100%;
    width: 20%;
    background-color: #000000;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
p.woocommerce-mini-cart__empty-message {
    width: 100%;
    text-align: center;
    margin: 0px;
}
p.return-to-shop a.button.wc-backward {
    font-family: "Fedra Sans Hebrew Book";
    float: none;
    width: 260px;
    max-width: 100%;
    border-radius: 0px;
    border: 1px solid #000000;
    background: #404040;
    color: #ffffff;
    font-weight: normal;
    padding: 12px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.woocommerce div#single-product-page div.product div.images .woocommerce-product-gallery__trigger {
    border-radius: 0px;
}
.woocommerce div#single-product-page div.product div.images .woocommerce-product-gallery__trigger:before {
    width: 20px;
    height: 2px;
    border: 0px solid #ddd;
    border-radius: 0px;
    background: #000000;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.woocommerce div#single-product-page div.product div.images .woocommerce-product-gallery__trigger:after {
    height: 20px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 2px;
    border-radius: 0px;
}
.product-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.woocommerce form.checkout_coupon button.button.wp-element-button {
    display: block;
    width: 100%;
    background: #000000;
    color: #ffffff;
    border-radius: 0px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}
#product-archive .container > .lmp_products_loading {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 15px;
}
#product-archive .container > .lmp_products_loading span {
	display: block;
	position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #000000;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}
#product-archive .container > .lmp_products_loading span:before, 
#product-archive .container > .lmp_products_loading span:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    background: #ffffff;
    left: 50%;
    top: -2px;
    bottom: -2px;
    margin-left: -8px;
}
#product-archive .container > .lmp_products_loading span:after {
    transform: rotate(90deg);
}
#product-archive .container > .lmp_products_loading i.fa {
    display: none;
}
body.woocommerce-checkout .woocommerce .product-remove.fix {
    align-items: flex-start;
}
body.woocommerce-checkout .woocommerce .product-remove.fix a.remove{
    width: auto;
    height: auto;
    background: transparent;
    color: red !important;
}
.product-title.fix h3 a {
    text-decoration: none;
    color: #000000;
}
.product-title.fix h3 a:hover {
	color: #707070;
}
.breadcrumb {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 1.2em;
}
.breadcrumb a {
    color: #404040;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #999999;
}
span.arrow {
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    position: relative;
    transform: rotate(-45deg);
    margin: 0px 10px;
}
.woocommerce-variation-add-to-cart .wapf-wrapper .wapf-field-row {
    max-width: 300px;
    margin-bottom: 20px;
}
.woocommerce-variation-add-to-cart .wapf-wrapper .wapf-field-label {
    margin-bottom: 8px;
}
.woocommerce-variation-add-to-cart .wapf-wrapper .wapf-field-input textarea {
    display: block;
    padding: 10px;
    border-radius: 0px;
    border-color: #000000;
}
.woocommerce-variation-add-to-cart .wapf-wrapper .wapf-field-input textarea:focus {
    outline: 0px;
}
.single-product-thumbnail.fix {
    background: #f2f2f2;
}
ul#works-menu button.blog-search.fix {
    margin-left: 0px;
}
.blog-menu-wrapper.fix {padding-top: 30px;max-height: 100%;overflow: hidden;overflow-y: auto;padding-left: 20px;margin-left: -20px;}
button.close-blog-menu.fix {position: absolute;top: 0;right: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;-webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
.blog-mneu-top.fix {width: 100%;display: flex;flex-direction: column-reverse;}
nav#blog-navigation {
    margin-right: auto;
    width: 100%;
}
.blog-mmenu-categires.fix {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10%;
}
.single-category.fix:nth-child(3n+3) span.divider {
    display: none;
}
.single-category.fix>a,
.single-category.fix span.divider{
    font-size: 6vw;
    line-height: 1.1em;
    color: #000000;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.single-category.fix>a {
    padding-left: 18px;
}
.single-category.fix>a:hover {
    text-shadow: 2px 2px 2px white;
}
.single-category.fix>a>img.menu-image {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9;
    max-width: 350px;
    transition: 0s;
    transition-delay: 0s;
}
.single-category.fix>a>span {
    position: relative;
    z-index: 10;
}
.single-category.fix span.post-count {
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 3.25vw;
    line-height: 1em;
    display: block;
}
.single-category.fix span.divider {
    display: inline-block;
    margin: 0 4vw;
}
.blog-mneu-bottom.fix {width: 100%;margin-top: auto;}
.blog-mneu-top.fix,
.blog-mneu-top.fix,
.blog-mneu-top.fix{
    margin-top: auto;
}
.single-category.fix {
    z-index: 9;
    position: relative;
    padding: 20px 0px;
}
.single-category.fix.hover {
    z-index: 10;
}
image-slider.fix .swiper-button-prev>img, .image-slider.fix .swiper-button-next>img {
    height: auto;
    max-width: 18px;
}


/* Desktop Layout: 900px. */
@media (min-width: 1025px) {
  header#masthead {
    padding: 25px 0px;
    height: 100px;
  }
  button#menu-btn {
    display: none;
  }
  header#masthead > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  nav#site-navigation {
    position: relative;
    left: inherit;
    width: auto;
    height: auto;
    background: transparent;
    margin-left: auto;
  }
  body.admin-bar nav#site-navigation {
    top: 0px;
  }
  p.site-title > a {
    font-size: 32px;
    line-height: 35px;
  }
  .mobile-menu-head.fix {
    display: none;
  }
  nav#site-navigation > .menu-main-menu-container {
    height: auto;
    padding: 0px;
  }
  ul#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ul#primary-menu > li {
    width: 44px;
    position: relative;
    height: 40px;
  }
  ul#primary-menu > li > a {
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: top left;
    top: 0px;
    left: 40px;
  }
  ul#primary-menu > li:not(:last-child) {
    margin-bottom: 0px;
  }
  footer#colophon > .container {
    flex-wrap: unset;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .site-info.fix {
    margin-top: 0px;
    margin-right: auto;
  }
  .site-info.fix .widget_text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
  }
  .site-info.fix .widget_text ul > li:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 30px;
  }
  .footer-widget.fix {
    max-width: 350px;
  }
  #product-archive {
    padding: 50px 0px;
    padding-top: 200px;
  }
  ul#product-category > li > a {
    font-size: 25px;
    line-height: 32px;
  }
  ul#product-category > li {
    margin-bottom: 20px;
  }
  #product-archive ul.products {
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 4%; */
    row-gap: 50px;
  }
	#product-archive ul.products:before {
		display: none;
	}
  #product-archive ul.products .product {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
  #single-product-page {
    padding: 40px 0px;
    padding-top: 200px;
  }
  .woocommerce #single-product-page .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    width: 51%;
  }
  .woocommerce #single-product-page .product .flex-control-thumbs {
    width: 20%;
    margin: 0px;
    margin-left: auto;
  }
  .woocommerce #single-product-page .product .flex-viewport {
    width: 75%;
  }
  .woocommerce #single-product-page .product .flex-control-thumbs > li {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .woocommerce
    #single-product-page
    .product
    .flex-control-thumbs
    > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .woocommerce #single-product-page .product .entry-summary.fix {
    width: 45%;
  }
  .woocommerce #single-product-page section.related.products > ul.products {
    display: flex;
  }
  .woocommerce
    #single-product-page
    section.related.products
    .product:not(:last-child) {
    margin-bottom: 0px;
    margin-left: auto;
  }
  .woocommerce #single-product-page section.related.products .product {
    width: 31%;
  }
  .woocommerce .woocommerce-message {
    padding: 15px 15px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce .woocommerce-message:before {
    right: 12px;
  }
  .woocommerce #single-product-page a.added_to_cart {
    margin-right: 10px;
  }
  section#mini-cart {
    box-shadow: 6px 4px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 6px 4px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 6px 4px 10px 0px rgb(0 0 0 / 10%);
  }
  .mini-cart-overlay.fix {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition-delay: 0s;
  }
  section#mini-cart.active .mini-cart-overlay.fix {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
  }
  .product-share.fix {
    /* margin-bottom: 50px; */
    justify-content: flex-start;
  }
  .summary-content.fix {
    margin-bottom: 30px;
  }
  .whatsapp-link.fix > a {
    align-items: flex-start;
  }
  .whatsapp-link.fix span br {
    display: block;
  }
  .whatsapp-link.fix {
    justify-content: flex-start;
  }
  #page-area {
    padding: 50px 0px;
    padding-top: 200px;
  }
  button.cart-link > span {
    font-size: 18px;
  }
  .mini-cart-right.fix {
    width: 60%;
  }
  .mini-cart-left.fix {
    width: 35%;
  }
  .cart-column-left.fix {
    max-width: 100px;
  }
  .cart-column-middle.fix {
    margin-left: auto;
  }
  .product-subtotal span.woocommerce-Price-amount {
    font-size: 20px;
    line-height: 25px;
  }
  .woocommerce .product-remove.fix a.remove {
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .product-category.fix a.cat {
    font-size: 18px;
    line-height: 24px;
    padding: 4px 15px;
  }
  .product-title.fix h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .product-name.fix a {
    font-size: 18px;
    line-height: 22px;
  }
  .product-price {
    font-size: 18px;
    line-height: 25px;
  }
  .product-quantity span.pcs {
    font-size: 18px;
    line-height: 25px;
  }
  .product-quantity .quantity button.plus,
  .product-quantity .quantity button.minus {
    width: 30px;
    font-size: 24px;
    line-height: 26px;
  }
  .cart-actions.actions {
    display: flex;
  }
  .woocommerce .cart .cart-actions .coupon {
    margin-bottom: 0px;
    margin-left: 20px;
    max-width: 58%;
  }
  .woocommerce .cart .cart-actions > button.button {
    max-width: 220px;
    margin-right: auto;
    width: 33%;
  }
  .woocommerce .cart .cart-actions .coupon > button.button {
    min-width: 130px;
    width: 40%;
  }
  #checkout-wrpapper {
    display: flex;
  }
  .checkout-right.fix {
    width: 32%;
    margin-left: auto;
  }
  .checkout-left.fix {
    max-width: 64%;
  }
  .checkout-right.fix .woocommerce {
    position: relative;
  }
  .checkout-right.fix .woocommerce:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    background: #c4c4c4;
    right: 100%;
    top: 0px;
    margin-right: 6%;
  }
  section#works-popup,
  section#contact-popup {
    padding: 30px;
  }
  .works-popup-content.fix {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
  .works-content-right.fix {
    max-width: 910px;
  }
  ul#works-menu > li > a {
    font-size: 30px;
    line-height: 35px;
  }
  a.single-work {
    font-size: 24px;
    line-height: 30px;
  }
.works-links.fix {
    min-width: 260px;
}
  .works-images.fix {
    width: 70%;
    margin-left: 90px;
  }
  .works-content-left.fix {
    width: auto;
  }
  .contact-content.fix {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .contact-content-left.fix {
    width: 32%;
    margin-right: 5%;
    align-self: self-end;
    margin-bottom: 4%;
    margin-left: 5%;
  }
  .contact-content-right.fix {
    width: 60%;
    height: 70vh;
  }
  .contact-content-left.fix p {
    font-size: 22px;
    line-height: 32px;
  }
.related-products.fix {
    display: flex;
}
.related-wrapper.fix {
    width: 60%;
    margin-left: auto;
}
.single-related-product.fix {
    width: 30%;
}
.single-related-product.fix:not(:first-child) {
    margin-right: auto;
    margin-top: 0px;
}
#related-product {
    padding: 40px 0px 60px 0px;
}
a.product-image {
    height: 400px;
}
.checkout-left.fix form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.checkout-left.fix form.woocommerce-checkout #customer_details {
    width: 47%;
}
.checkout-form-left.fix {
    margin-right: auto;
    width: 47%;
}
body.woocommerce-page .woocommerce-info {
    font-size: 22px;
    line-height: 28px;
}
#product-archive ul.products .product:nth-child(10n+1) {
    margin-right: 0;
    width: 65%;
    margin-left: 35%;
}
#product-archive ul.products .product:nth-child(10n+2) {
    margin-right: 0px;
    width: 40%;
    margin-top: 5%;
}
#product-archive ul.products .product:nth-child(10n+3) {
    margin-left: 0px;
    width: 50%;
}
#product-archive ul.products .product:nth-child(10n+4) {
    width: 50%;
    margin-right: 0%;
}
#product-archive ul.products .product:nth-child(10n+5) {
    margin-left: 0;
    width: 40%;
    /* margin-top: -30vh; */
}
#product-archive ul.products .product:nth-child(10n+6) {
    margin-left: 0;
    width: 65%;
    margin-right: 35%;
}
#product-archive ul.products .product:nth-child(10n+7) {
    width: 35%;
    margin-right: 0;
}
#product-archive ul.products .product:nth-child(10n+8) {
    margin-left: 0;
    width: 50%;
    margin-top: 15vh;
}
#product-archive ul.products .product:nth-child(10n+9) {
    width: 33%;
    /* margin-top: -35vh; */
}
#product-archive ul.products .product:nth-child(10n+10) {
    width: 40%;
}
#product-archive ul.products .product .single-product-thumbnail.fix a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#product-archive ul.products .product .single-product-thumbnail.fix a {
    display: block;
    width: 100%;
    /* height: 65vh; */
}
/*#product-archive ul.products .product:nth-child(10n+1) .single-product-thumbnail.fix a {
    height: 50vh;
}
#product-archive ul.products .product:nth-child(10n+2) .single-product-thumbnail.fix a {
    height: 65vh;
}
#product-archive ul.products .product:nth-child(10n+3) .single-product-thumbnail.fix a {
    height: 39vh;
}
#product-archive ul.products .product:nth-child(10n+4) .single-product-thumbnail.fix a {
    height: 40vh;
}
#product-archive ul.products .product:nth-child(10n+5) .single-product-thumbnail.fix a {
    height: 57vh;
}
#product-archive ul.products .product:nth-child(10n+6) .single-product-thumbnail.fix a {
    height: 60vh;
}
#product-archive ul.products .product:nth-child(10n+7) .single-product-thumbnail.fix a {
    height: 60vh;
}
#product-archive ul.products .product:nth-child(10n+8) .single-product-thumbnail.fix a {
    height: 82vh;
}
#product-archive ul.products .product:nth-child(10n+9) .single-product-thumbnail.fix a {
    height: 55vh;
}
#product-archive ul.products .product:nth-child(10n+10) .single-product-thumbnail.fix a {
    height: 69vh;
}*/
.container.fix {
    padding: 0 3%;
}
.blog-mneu-top.fix {
    flex-direction: row;
}
nav#blog-navigation {
    width: auto;
}
.blog-mmenu-categires.fix {
    width: 60%;
    margin-top: 0;
}
.single-category.fix>a, .single-category.fix span.divider {
    font-size: 2.1vw;
    line-height: 1.1em;
}
.single-category.fix:nth-child(4n+4) span.divider {display: none;}
.single-category.fix:nth-child(3) span.divider,
.single-category.fix:nth-child(6) span.divider,
.single-category.fix:nth-child(9) span.divider{
    display: inline-block;
}
.single-category.fix span.post-count {
    font-size: 1.25vw;
    line-height: 1em;
}
.single-category.fix>a {
    padding-left: 25px;
}
.single-category.fix:nth-child(4) span.divider,
.single-category.fix:nth-child(8) span.divider {
    display: none;
}
.blog-menu-wrapper.fix {
    overflow: visible;
}
.single-category.fix span.divider {
    margin: 0 2vw;
}

ul#primary-menu > li.menu-item-has-children {
    height: 80px;
}

}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
  #checkout-wrpapper .product-title.fix h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #checkout-wrpapper .product-name.fix a {
    font-size: 16px;
    line-height: 18px;
  }
  #checkout-wrpapper .product-price {
    font-size: 16px;
    line-height: 22px;
  }
  #checkout-wrpapper .product-quantity span.pcs {
    font-size: 16px;
    line-height: 20px;
  }
  #checkout-wrpapper .product-quantity .quantity button.plus,
  #checkout-wrpapper .product-quantity .quantity button.minus {
    width: 24px;
    font-size: 24px;
    line-height: 24px;
  }
  #checkout-wrpapper .cart-column-left.fix {
    max-width: 100px;
  }
  #checkout-wrpapper .product-subtotal span.woocommerce-Price-amount {
    font-size: 16px;
    line-height: 20px;
  }
  #checkout-wrpapper .woocommerce .product-remove.fix a.remove {
    font-size: 20px;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }
  #checkout-wrpapper .product-category.fix a.cat {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 12px;
  }
  #checkout-wrpapper
    .woocommerce
    .cart
    .cart-actions
    .coupon
    input#coupon_code {
    max-width: 50%;
  }
  #checkout-wrpapper .woocommerce .cart .cart-actions > button.button {
    font-size: 16px;
    line-height: 20px;
    max-width: 150px;
    margin-right: 10px;
    width: 40%;
  }
  #checkout-wrpapper .woocommerce .cart .cart-actions .coupon {
    width: 70%;
  }
	
}

@media only screen and (min-width: 900px) and (max-width: 1099px) {
  #checkout-wrpapper .product-title.fix h3 {
    font-size: 16px;
    line-height: 20px;
  }
  #checkout-wrpapper .product-name.fix a {
    font-size: 14px;
    line-height: 18px;
  }
  #checkout-wrpapper .product-price {
    font-size: 14px;
    line-height: 22px;
  }
  #checkout-wrpapper .product-quantity span.pcs {
    font-size: 14px;
    line-height: 20px;
  }
  #checkout-wrpapper .product-quantity .quantity button.plus,
  #checkout-wrpapper .product-quantity .quantity button.minus {
    width: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  #checkout-wrpapper .cart-column-left.fix {
    max-width: 100px;
  }
  #checkout-wrpapper .product-subtotal span.woocommerce-Price-amount {
    font-size: 14px;
    line-height: 20px;
  }
  #checkout-wrpapper .woocommerce .product-remove.fix a.remove {
    font-size: 20px;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }
  #checkout-wrpapper .product-category.fix a.cat {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 10px;
  }
  #checkout-wrpapper .cart-actions.actions {
    flex-wrap: wrap;
  }
  #checkout-wrpapper .woocommerce .cart .cart-actions .coupon {
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  #checkout-wrpapper .woocommerce .cart .cart-actions > button.button {
    max-width: 100%;
  }
}


/* Tablet Layout: 1366px. */
@media only screen and (max-width: 1366px) and (orientation:landscape) {
#product-archive ul.products .product .single-product-thumbnail.fix a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#product-archive ul.products .product .single-product-thumbnail.fix a {
    display: block;
    width: 100%;
    height: 100vh;
}
.contact-content.fix {
    display: flex;
    align-items: center;
    column-gap: 10%;
    flex-direction: row-reverse;
}
.contact-content-left.fix {
    width: 50%;
}
.related-wrapper.fix {
    width: 100%;
}

}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
body:not(.home) .scrollbar {
    display: none;
}
#page {
    overflow: hidden;
}
ul#primary-menu > li > ul.sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: rotate(0);
    left: 0px;
    top: 0px;
}
ul#primary-menu > li > ul.sub-menu:before {
    transform: rotate(0deg);
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 8px;
}
ul#primary-menu > li > ul.sub-menu > li.categories>a {
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 0px;
}
header.woocommerce-products-header.fix {
    margin-bottom: 50px;
    /* margin-top: 100px; */
}
#product-archive ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#product-archive ul.products .product {
	max-width: 48%;
}
#product-archive ul.products .product:nth-child(2n+2) {margin-right: auto;}
.works-popup-content.fix {
    margin-bottom: auto;
    align-items: center;
}
.works-images.fix {
    max-width: 60%;
}
footer#colophon > .container {
    flex-direction: row-reverse;
}
.site-info.fix {
    margin-right: auto;
    margin-top: 0;
}
.related-products.fix {
    display: flex;
    column-gap: 30px;
}
.related-products.fix:after {
    display: none;
}
.single-related-product.fix:not(:first-child) {
    margin-top: 0px;
}
body:not(.home) #primary {
    padding-top: 100px;
}
.single-category.fix>a {
    font-size: 50px;
}
.blog-mneu-bottom.fix {
    display: flex;
}

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.site-logo.fix {
    width: 120px;
}
.works-content-right.fix {
    margin-bottom: auto;
}
.single-work-image.fix {
    height: 250px;
}
.works-images.fix {
    width: 54%;
}
section#works-popup > .container {
    padding: 0 10px;
}
.works-links.fix {
    min-width: 140px;
    margin-right: 20px;
}
#product-archive {
    padding-top: 120px;
}
.post-type-archive-product .quick-bar-active #product-archive {
    padding-top: 100px;
}
header.woocommerce-products-header.fix {
    margin-bottom: 50px;
}
#primary {
    overflow: hidden;
}
#single-product-page {
    padding-top: 100px;
}
a.single-work {
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 2px;
}
body:not(.home) header#masthead.fixed {
    padding: 5px 0px;
    background: rgb(255 255 255 / 75%);
}
ul#primary-menu > li > ul.sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: rotate(0);
    left: 0px;
    top: 0px;
}
ul#primary-menu > li > ul.sub-menu:before {
    transform: rotate(0deg);
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 8px;
}
ul#primary-menu > li > ul.sub-menu > li.categories>a {
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 0px;
}
body.woocommerce-page #page {
    padding-top: 70px;
}

}

