/*!
Theme Name: clean
Theme URI: https://webformyself.com/
Author: Underscores.me
Author URI: https://webformyself.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clean
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.

clean 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;
}

/**
 * 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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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;
	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: #fff9c0;
	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: #fff;
	/* 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 3em;
}

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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

.vpc-product-top-slider .slick-list{
	direction: rtl;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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





/*--------------------------------------------------------------
## Checkout Page
--------------------------------------------------------------*/
/*.checkout{
	margin-top: 190px;
}*/
form.checkout{
}

.spu-content, .spu-content *{
	direction: rtl;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	direction: rtl;
}
form.checkout input{
    background: rgba(0, 0, 0, 0.04) !important;
    border: none !important;
    line-height: 45px !important;
    outline: none !important;
    margin-top: 5px !important;
    padding: 0 18px !important;

}

form.checkout .cart-main-left label{
	display: block !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.cart-logo-label-span{
	text-decoration: none !important;
}



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

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

.mobile-main-menu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}


.mobile-main-menu li {
    padding: 5px 0;
}



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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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
















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

*::-webkit-input-placeholder {
  color: #505050;
  opacity: 1; }

*:-moz-placeholder {
  color: #505050;
  opacity: 1; }

*::-moz-placeholder {
  color: #505050;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #505050;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: transparent; }

body input:required:valid,
body textarea:required:valid {
  color: #505050; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: 'Assistant', sans-serif;
  overflow-x: hidden; }

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

.container {
  width: 100%;
  max-width: 1436px;
  padding: 0 20px;
  margin: 0 auto; }

.text {
  font-size: 22px;
  line-height: 1.45;
  color: #505050;
  direction: rtl; }

.btn {
  outline: none;
  border: none;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  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;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000; }
  .header-label {
    position: fixed;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.21);
            box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.21);
    background-color: #6fb32c;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    left: -20px;
    top: 35vh;
    padding: 45px 10px;
    text-decoration: none;
    z-index: 9; }
    .header-label-text {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      font-size: 28px;
      font-weight: 700;
      margin-top: 10px;
      margin-left: -4px; }
  .header-link {
    display: inline-block; }
  .header-top {
    background: #333333;
    padding: 6px 0 8px; }
    .header-top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-top-output {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #ffffff;
      font-size: 18px;
      font-family: "Assistant", sans-serif;
      font-weight: 400;
      line-height: 1; }
    .header-top-sing, .header-top-register {
      color: #ffffff;
      font-size: 18px;
      font-family: "Assistant", sans-serif;
      font-weight: 400;
      line-height: 1;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-top-back {
      margin-left: 3px; }
    .header-top-span {
      margin: 0 4px; }
    .header-top-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-top-icon-img {
      width: 12px; }
    .header-top-icon-link {
      background: #484848;
      border-radius: 50%;
      padding: 5px;
      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;
      width: 30px;
      height: 30px;
      margin-right: 3px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .header-top-icon-link:hover {
        background: #737373; }
  .header-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header-center-currency {
      font-weight: bold; }
    .header-center-logo {
      width: 190px; }
    .header-center-setting {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-center-phone {
      margin: 0 15px 0 20px; }
      .header-center-phone-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        color: #000000;
        font-family: "Assistant", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1px;
        padding: 9px 7px;
        border-radius: 4px;
        text-align: right;
        text-decoration: none;
        width: 270px;
        background: #f5f5f5; }
    .header-center-basket {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-center-basket a{
      	color: inherit;
      	text-decoration: none;
      }
      .header-center-basket img {
        width: 30px;
        margin-left: 10px; }

      .header-center-input-placeholder {
        color: #000000;
        opacity: 1; }
      .header-center-input:before {
        content: '';
        position: absolute;
        left: 10px;
        top: 10px; }
  .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px 0 20px; }
    .header-bottom-sublist {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #ffffff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .header-bottom-subitem {
      border-bottom: 1px solid #dfdfdf; }
    .header-bottom-sublink {
      font-size: 20px;
      font-weight: 400;
      color: #000000;
      padding: 5px 5px;
      text-decoration: none;
      display: block;
      direction: rtl; }
    .header-bottom-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-bottom-link {
      color: #000000;
      font-family: "Assistant", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-bottom-link:hover {
        color: rgba(87, 87, 87, 0.99); }
    .header-bottom-item {
      margin: 0 22px;
      position: relative;
      padding-bottom: 5px; }
      .header-bottom-item:last-child {
        margin: 0 0 0 20px; }
      .header-bottom-item:hover .header-bottom-sublist {
        opacity: 1;
        pointer-events: auto; }

.footer {
  background: #333333;
  padding: 93px 0 0; }
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-box {
    max-width: 190px;
    width: 100%; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 65px; }
    .footer-social-icon {
      border: 1px solid #fff;
      border-radius: 50%;
      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;
      width: 34px;
      height: 34px;
      margin-right: 6px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .footer-social-icon:hover {
        border-color: transparent;
        background: #2b2b2b; }
    .footer-social-img {
      height: 16px !important; }
  .footer-menu ul:first-child {
    margin-left: 120px; }
  .footer-menu h2 {
    color: #d8d8d8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: right; }
  .footer-menu-item {
    text-align: right; }
  .footer-menu a {
    color: #d8d8d8;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 28px;
	  text-align: right;
	  display: block;
  }
    .footer-menu a:hover {
      text-decoration: underline; }
  .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 930px;
    margin-top: 15px;
    margin-left: 20px; }
  .footer-center {
    border-top: 1px solid #393939;
    margin-top: 80px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); }
    .footer-center-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .footer-center-item a {
      color: #e1e0df;
      font-family: 'Open Sans', sans-serif;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none; }
      .footer-center-item a:hover {
        text-decoration: underline; }
    .footer-center-item {
      margin: 17px 0;
      border-right: 1px solid #393939;
      padding: 0 16px; }
      .footer-center-item:first-child {
        padding-left: 0; }
      .footer-center-item:last-child {
        border-right: none; }
  .footer-bottom {
    padding: 25px 0; }
    .footer-bottom-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer-bottom-left {
      color: rgba(255, 255, 255, 0.51); }
    .footer-bottom-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-bottom-right-cards {
        margin-left: 10px; }
      .footer-bottom-right-img {
        margin-left: 10px; }
      .footer-bottom-right-text {
        color: #ffffff;
        font-size: 20px;
        direction: rtl; }
    .footer-bottom-link {
      color: #ffffff;
      text-decoration: none; }
      .footer-bottom-link:hover {
        text-decoration: underline; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.active-text {
  color: #6fb32c; }

.bold-text {
  font-weight: bold; }

.header-center-searche_mobile {
  width: 55px;
  height: 55px;
  border-radius: 4px;
  background: #f5f5f5 url(img/search.svg) no-repeat center;
  background-size: 25px 25px;
  display: none; }

.header-btn_mobile {
  height: 55px;
  line-height: 55px;
  text-decoration: none;
  background: #f5f5f5 url(img/menu.svg) no-repeat left 15px center;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 15px 0 40px;
  background-size: 20px 20px;
  cursor: pointer;
  display: none;
  margin-right: 15px;
  border-radius: 4px; }

.overflow-content {
  overflow: hidden; }

.transform-content {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  background: #ffffff; }
  .transform-content-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
  .transform-content.close {
    -webkit-transform: translateX(320px);
            transform: translateX(320px); }
    .transform-content.close .transform-content-overlay {
      opacity: 1;
      pointer-events: auto; }

.header-top-back-img {
  width: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  height: 100vh;
  overflow: auto;
  width: 320px;
  display: none; }
  .mobile-menu-content {
    padding: 20px; }
  .mobile-menu-close {
    width: 30px;
    height: 30px;
    background: #ffffff url(../img/close.svg) no-repeat center;
    background-size: 10px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2); }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input:focus:-ms-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent !important;
  opacity: 0 !important; }

.product-first {
  padding: 80px 0 145px;
  border-top: 1px solid #dfdfdf;
  margin-top: 257px; }

.product-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-left {
  width: calc(100% - 320px);
  padding-right: 80px; }

.product-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-top-sliders {
  width: 100%;
  margin-right: 75px; }

.product-top-info {
  width: 420px;
  direction: rtl;
  margin-top: -15px; }

.product-top-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px; }
.product-top-btns{
	padding: 13.5px 65px 13.5px 80px !important; */
    margin-left: 30px;
}
.product-top-slider_second {
  margin-top: 20px;
  position: relative; }
  .product-top-slider_second:before {
    width: 10px;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: -10px;
    position: absolute;
    content: '';
    z-index: 2; }
  .product-top-slider_second:after {
    width: 10px;
    height: 100%;
    background: #ffffff;
    top: 0;
    right: -10px;
    position: absolute;
    content: '';
    z-index: 2; }
  .product-top-slider_second .slick-arrow:before {
    background: url(../img/slider-arrow.png) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    content: ''; }
  .product-top-slider_second .slick-next:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .product-top-slider_second .slick-prev {
    left: -35px; }
  .product-top-slider_second .slick-next {
    right: -35px; }
  .product-top-slider_second .slick-list {
    margin: 0 -10px; }
  .product-top-slider_second-item {
    margin: 0 10px; }
    .product-top-slider_second-item img {
      width: 110px;
      height: 110px;
      -o-object-fit: cover;
         object-fit: cover; }

.product-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.17;
  color: #000000;
  margin-bottom: 15px; }

.product-sale {
  text-align: left;
  color: #6fb32c;
  font-size: 32px;
  font-family: 'Open Sans';
  font-weight: bold;
  margin-top: 20px; }
  .product-sale-number {
    font-size: 36px;
    margin-left: -8px; }
  .product-sale-currency {
    font-size: 18px;
    font-weight: 400; }

.product-form {
/*  margin-top: 45px; */}
  .product-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 11px 0; }
  .product-form-item {
    width: 205px;
    height: 40px;
    line-height: 40px;
    position: relative; }
    .product-form-item_catalog {
      width: 125px; }
    .product-form-item:before {
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg);
      content: '';
      width: 13px;
      height: 13px;
      background: url(../img/slider-arrow.png) no-repeat center;
      background-size: 7px 13px; }
  .product-form-label {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #505050;
    margin-left: 15px;
    width: 80px; }
 .product-form-item select,
  .product-form-item input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #505050;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    outline: none;
    border: 1px solid #7d7d7d; }
.product-form .single_variation{
	text-align: left;
    color: rgb(111, 179, 44);
    font-size: 32px;
    font-family: "Open Sans";
    font-weight: bold;
    margin-top: 20px;
}
.product-form  table{
	border-collapse: separate;
    border-spacing: 0 15px;
    width: 300px;
}
.product-form table.materials{
	border-spacing: 0;
}
.product-form td.value{
	width: 50%;
	height: 40px;
    line-height: 40px;
    position: relative;
}
.product-form td.value:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    content: '';
    width: 13px;
    height: 13px;
    background: url(img/slider-arrow.png) no-repeat center;
    background-size: 7px 13px;
}
.product-form td.label{
	font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #505050;
    margin-left: 15px;
    width: 25%;
}
.product-form select    {
	 width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #505050;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    outline: none;
    border: 1px solid #7d7d7d; }
}

.product-btn {
  margin-left: 30px; }
  .product-btn-img {
    margin-left: 10px; }

    .product-btn_cart {
    background-color: #6fb32c;
    border-radius: 0;
    font-size: 28px;
}
    .product-btn_cart:hover {
      background-color: #4f8320; }
  .product-btn_catalog {
    position: absolute;
    left: 0;
	  bottom: -55px;
    width: 100%;
    padding: 9px;
    opacity: 0;
    pointer-events: none;
    z-index: 2; }
  .product-btn_order {
    background-color: #767676;
    padding: 9px 25px 9px 25px; }
    .product-btn_order:hover {
      background-color: #505050; }

.product-center {
  background-color: #ededed;
  margin-top: 55px; }
  .product-center-title {
    font-size: 28px;
    font-weight: 700;
    color: #6fb32c;
    direction: rtl;
    padding: 20px 40px; }
  .product-center-form {
    padding: 30px 40px 60px 70px;
    border-top: 1px solid #cdcdcd; }

.product-bottom {
  margin-top: 75px;
  text-align: right; }
  .product-bottom-subtitle {
    direction: rtl;
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 1px solid #cecece; }
  .product-bottom-text {
    padding: 25px 0; }
  .product-bottom-btn {
    margin-top: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.product-right {
  width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -5px; }
  .product-right-title {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    direction: rtl; }
  .product-right-list,
  .wc-categories {
    background: #ededed;
    border-radius: 5px;
    margin-top: 20px; }
    .wc-categories ul{
		margin-left: 0;
    }
  .product-right-item,
  .wc-categories>.cat-item {
    padding: 10px 15px 10px 10px;
    text-align: right;
    position: relative;
    border-bottom: 1px solid #ffffff; }
  .product-right-sublist {
    display: none; }
  .product-right-subitem {
    padding: 5px 0; }
  .product-right-sublink {
    color: #3e3e3e;
    text-decoration: none; }
  .product-right-link,
   .wc-categories .cat-item a.nav-link{
    font-size: 20px;
    font-weight: 400;
    color: #3e3e3e;
    width: 100%;
    text-decoration: none; }
       .wc-categories .children .cat-item{
		padding: 5px 0;
   }

  .product-right-more {
    width: 27px;
    height: 27px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    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;
    color: #6fb32c;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 10px; }
  .product-right-center {
    background: #6fb32c;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: 85px;
    padding: 30px 35px 25px 45px;
    position: relative; }
    .product-right-center:before {
      width: calc(100% + 20px);
      height: 70px;
      position: absolute;
      top: -25px;
      right: 0;
		background: url(https://savionit.anvi.dev/wp-content/uploads/2019/07/roulette.png) no-repeat top center;
      content: ''; }
  .product-right-bottom {
    margin-top: 50px;
    background: #000000;
    border-radius: 5px;
    padding: 65px 40px 50px 40px;
    position: relative; }
    .product-right-bottom:before {
      width: 100%;
      height: 135px;
      content: '';
      left: 0;
      top: 0;
      background: url(https://savionit.anvi.dev/wp-content/uploads/2019/07/bant.png) no-repeat top center;
      display: block;
      position: absolute; }
    .product-right-bottom-content {
      border: 10px solid #6fb32c; }
    .product-right-bottom-text {
      color: #6fb32c;
      font-size: 62px;
      font-weight: bold;
      line-height: 48px;
      text-align: center;
      padding: 60px 0 0; }
    .product-right-bottom-btn {
      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;
      width: 135px;
      margin: 0 auto;
      background-color: #ffffff;
      font-size: 24px;
      font-weight: 700;
      color: #6fb32c;
      text-decoration: none;
      padding: 4px 0;
      position: relative;
      top: 25px; }
      .product-right-bottom-btn:hover {
        background: #7be76a; }
    .product-right-bottom-img {
      margin-right: 10px; }
  .product-right-text {
    display: block;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
    .product-right-text_white {
      color: #ffffff;
      font-weight: bold;
      font-size: 84px; }
    .product-right-text_black {
      color: #6fb32c;
      background: #000000;
      display: inline-block;
      font-size: 54px;
      font-weight: bold;
      padding: 0 5px; }

.slick-slide {
  outline: none; }

.order-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }

.order-form-right {
  direction: rtl;
  width: 300px; }

.order-form-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #505050;
  margin-bottom: 40px;
  direction: rtl; }

.order-form-left {
  width: 470px;
  margin-right: 40px; }
  .order-form-left-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.order-form-textarea {
  width: 245px;
  margin-right: 20px;
  direction: rtl;
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  border: 1px solid #7d7d7d;
  resize: none;
  min-height: 140px;
  outline: none;
  padding: 13px 30px;
  background: transparent; }

.order-form-column {
  width: 205px; }

.order-form-input {
  outline: none;
  font-size: 18px;
  color: #505050;
  direction: rtl;
  border: 1px solid #7d7d7d;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: transparent;
  margin-bottom: 11px;
  width: 100%; }
  .order-form-input:last-child {
    margin-bottom: 0; }

.order-form-btn {
  background: #6fb32c ;
  padding: 7px 50px 7px 45px ;
  text-decoration: none;
  color: #fff;
  font-size: 16px  }
  .wpcf7-submit:hover {
    background-color: #4f8320!important; }



  .order-form-btn-img {
    margin-right: 10px; }

.blog {
  padding: 300px 0 50px; }
  .blog-content {
    margin: 40px 0 0; }
    .blog-content-item {
      width: calc(50% - 25px);
      margin-bottom: 50px; }
    .blog-content-img {
      width: 100%;
      max-width: auto;
      margin-top: 10px; }
    .blog-content-title {
      font-size: 22px;
      line-height: 1.4; }
    .blog-content-text {
      margin-top: 15px;
      font-size: 15px;
      line-height: 1.67; }
    .blog-content-btn {
      color: #ffffff;
      font-family: "open Sans";
      display: inline-block;
      font-size: 16px;
      padding: 5px 15px;
      margin-top: 20px;
      background: #6fb32c; }
      .blog-content-btn:hover {
        background: #4f8320; }
  .blog-title {
    font-size: 46px;
    text-align: center;
    direction: rtl;
    font-family: "Open Sans"; }

.catalog {
  padding: 195px 0 50px; }
  .catalog-top {
    padding: 65px 0 100px;
    /* background: url(../img/bg.jpg) no-repeat center; */
    background-size: cover;
	  background-position-y: 0px!important;
  }

  .catalog-title {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 60px; }
  .catalog-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .catalog-left {
    width: calc(100% - 320px);
    padding-right: 40px;
    margin-top: -10px; }
    .catalog-left-title {
      color: #6fb32c;
      text-align: right;
      font-weight: bold;
      font-size: 38px; }
  .catalog-content {
    padding: 75px 0; }
  .catalog-filter {
    direction: rtl;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
    padding-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .catalog-filter-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-left: 20px; }
      .catalog-filter-col .product-form-label {
        width: auto;
        white-space: nowrap; }
  .catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .catalog-item {
    width: 25%;
    border: 1px solid #dadada;
    padding: 20px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .catalog-item:hover {
      -webkit-box-shadow: 0px 0px 15px rgba(43, 43, 43, 0.4);
              box-shadow: 0px 0px 15px rgba(43, 43, 43, 0.4); }
      .catalog-item:hover .product-btn_catalog {
        opacity: 1;
        pointer-events: auto;
        -webkit-box-shadow: 0px 0px 15px rgba(43, 43, 43, 0.4);
                box-shadow: 0px 0px 15px rgba(43, 43, 43, 0.4); }
    .catalog-item-label {
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      background-color: #d92128;
      border-radius: 2px;
      padding: 1px 7px;
      position: absolute;
      top: 16px;
      right: 13px;
      direction: rtl; }
    .catalog-item-img {
      width: 100%; }
    .catalog-item-name {
      font-size: 22px;
      line-height: 1.1;
      text-transform: uppercase;
      color: #000000;
      font-weight: 600;
      text-align: right;
      margin: 15px 0 18px;
      padding-bottom: 13px;
      border-bottom: 1px solid #dadada; }
    .catalog-item-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 15px; }
    .catalog-item-number {
      font-weight: 600;
      font-size: 18px;
      margin-right: 10px; }
    .catalog-item-color {
      width: 20px;
      height: 20px;
      display: block;
      margin-left: 4px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .catalog-item-color_red {
        background-color: red; }
    .catalog-item-sale {
      color: #6fb32c;
      text-align: right;
      font-weight: bold;
      font-size: 23px; }

.contacts {
  padding: 257px 0 0; }
  .contacts-map {
    width: 100%;
    height: 400px; }
  .contacts-main-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contacts-main-left {
    width: calc(100% - 465px);
    padding: 50px 100px 50px 0; }
  .contacts-main-title {
    font-size: 30px; }
  .contacts-main-label {
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase; }
  .contacts-main-form {
    margin-top: 30px; }
  .contacts-main-row {
    margin-bottom: 20px; }
  .contacts-main-textarea {
    display: block;
    width: 100%;
    margin-right: 0;
    min-height: 290px; }
  .contacts-main-right {
    width: 465px;
    background: #ededed;
    padding: 0 70px; }
  .contacts-main-item {
    margin-top: 70px; }
  .contacts-main-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contacts-main-subtitle-text {
      font-weight: bold;
      font-size: 30px;
      text-transform: uppercase;
      white-space: nowrap;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .contacts-main-subtitle-span {
      width: 100%;
      height: 3px;
      background: #333333;
      margin-right: 20px; }
  .contacts-info {
    margin-top: 20px; }
    .contacts-info-title {
      font-weight: bold;
      font-size: 26px;
      margin-bottom: 20px; }
    .contacts-info-phone {
      color: black;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none; }
    .contacts-info-address {
      margin-top: 5px; }
    .contacts-info-mail {
      color: #6990cb;
      font-size: 16px;
      margin-top: 5px;
      text-decoration: none;
      display: inline-block; }
    .contacts-info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
    .contacts-info-day {
      font-weight: bold;
      margin-right: 5px; }

.cart {
  padding: 160px 0 70px; }
  .cart-logo {
    /* background: url(../img/bg.jpg) no-repeat center 0; */
    background-size: cover;
    padding: 70px 0; }
    .cart-logo-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .cart-logo-title {
      font-size: 50px;
      color: #ffffff; }
    .cart-logo-label {
      font-size: 16px;
      color: #ffffff; }
      .cart-logo-label-span:last-child {
        color: rgba(255, 255, 255, 0.5); }
  .cart-main {
    padding-top: 70px; }
    .cart-main-form {
      margin-top: 20px; }
      .cart-main-form .select2 {
        margin-top: 5px; }
      .cart-main-form-title {
        font-size: 24px;
        font-weight: 600; }
      .cart-main-form-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cart-main-row {
      width: 100%;
      margin-top: 15px; }
      .cart-main-row_sm {
        width: 49%; }
    .cart-main-label {
      display: block;
      text-transform: uppercase;
      font-weight: 600; }
    .cart-main-input {
      height: 45px;
      width: 100%;
      background: rgba(0, 0, 0, 0.04);
      border: none;
      line-height: 45px;
      outline: none;
      margin-top: 5px;
      padding: 0 18px; }
    .cart-main-top {
      text-align: center;
      padding: 0 0 30px; }
      .cart-main-top-text {
        padding: 20px 0;
        font-size: 22px; }
        .cart-main-top-text:first-child {
          position: relative; }
          .cart-main-top-text:first-child:after {
            height: 3px;
            width: 200px;
            background: rgba(0, 0, 0, 0.05);
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
      .cart-main-top-link {
        color: #000000;
        text-decoration: none;
        font-weight: 600; }
    .cart-main-flex {
		width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .cart-main-left {
      width: 790px;
      margin-right: 50px; }
    .cart-main-right {
      width: 550px;
      background-color: rgba(0, 0, 0, 0.03);
      position: relative;
      padding: 50px; }
      .cart-main-right:before {
        content: '';
        width: 100%;
        height: 20px;
        left: 0;
        top: 0;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.03) 0, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%), linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 0, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%), #ffffff;
        background-position: 50% 50%;
        background-size: 20px 20px;
        position: absolute; }
      .cart-main-right:after {
        content: '';
        width: 100%;
        height: 20px;
        left: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.03) 0, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%), linear-gradient(-45deg, rgba(0, 0, 0, 0.03) 0, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%), #ffffff;
        background-position: 50% 50%;
        background-size: 20px 20px;
        position: absolute;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .cart-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .cart-table-row:first-child {
      padding: 20px 0; }
    .cart-table-row:last-child {
      border-bottom: none; }
  .cart-table-item {
    padding-right: 20px;
    color: #000000;
    font-weight: 600;
  text-decoration: none; }
  .cart-table-item a{
    color: #000000;
    font-weight: 600;
  text-decoration: none; }


  .product-name{
    padding-right: 20px;
    color: #000000;
    font-weight: 600;
  text-decoration: none;
  }
    .cart-table-item_photo {
      width: 120px;
      text-transform: uppercase; }
    .cart-table-item_name {
      width: 190px;
      font-weight: bold;
      font-size: 20px; }
    .cart-table-item_price {
      width: 130px;
      font-weight: 600; }
    .cart-table-item_quantity, .quantity {
      width: 145px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cart-table-item_total {
      width: 135px;
      text-transform: uppercase; }
    .cart-table-item_delete {
      padding-right: 0;
      width: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

    .quantity .input-text.qty {
      width: 60px !important;
      line-height: 45px !important;
      height: 46px !important;
      outline: none !important;
      background-color: rgba(0, 0, 0, 0.03);
      border: none;
      text-align: center;
      color: rgba(0, 0, 0, 0.75);
      font-size: 18px;
      -webkit-appearance: none;
      -moz-appearance: textfield;
    }
          .cart-table-item-input , #quantity_5d22ef1d48a01  {
      width: 60px !important;
      line-height: 45px !important;
      height: 46px !important;
      outline: none !important;
      background-color: rgba(0, 0, 0, 0.03);
      border: none;
      text-align: center;
      color: rgba(0, 0, 0, 0.75);
      font-size: 18px;
      -webkit-appearance: none;
      -moz-appearance: textfield; }
  .cart-table-arrows {
    display: inline-block;
    cursor: pointer; }


    .cart-table-arrows_plus {

      width: 30px;
      height: 23px;
      border: 1px solid rgba(0, 0, 0, 0.03);
      background: url(img/arrow.png) no-repeat center;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
	}
    .cart-table-arrows_minus {
      width: 30px;
      height: 23px;
      border: 1px solid rgba(0, 0, 0, 0.03);
      background: url(img/arrow.png) no-repeat center; }
  .cart-coupon {
    padding: 35px 30px;
    border: 3px dashed rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 6px; }
    .cart-coupon-title {
      font-weight: 600;
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .cart-coupon-form {
      width:40%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      direction: rtl;
    }
    .cart-coupon-form input{
      text-indent: 10px;
    }
      .cart-coupon-form .order-form-btn {
        font-size: 18px;
        padding: 7px 20px;
        margin: 0 auto; }
  .cart-total-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.03); }
  .cart-total-block {
    padding: 30px 0 30px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.03); }
    .cart-total-block_sm {
      border-width: 1px;
      padding: 20px 0; }
    .cart-total-block:last-child {
      border-bottom: none; }
  .cart-total-name {
    font-weight: 600; }
  .cart-total-totalitem {
    font-size: 24px;
    font-weight: 300; }
  .cart-total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
    .cart-total-row:last-child {
      margin-bottom: 0; }
    .cart-total-row-left {
      width: 180px;
      padding-right: 20px;
      font-size: 16px;
      font-weight: 600; }
    .cart-total-row-right {
      width: calc(100% - 180px); }
  .cart-total-subtotal {
    font-size: 24px; }
  .cart-total-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
    margin-left: -5px; }
  .cart-total-info {
    font-size: 14px; }
    .cart-total-info-price {
      font-size: 16px;
      font-weight: 600; }
  .cart-total-link {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    padding-right: 20px;
    margin-top: 10px;
    display: inline-block;
    background: url(../img/arrow2.png) no-repeat right center; }
  .cart-total-total {
    font-size: 30px; }
  .cart-total-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    /* width: calc(100% - 175px);
    margin-left: 10px;
    background: #6fb32c;  */
  }
button[name='apply_coupon']{
  background: #6fb32c !important;
  /* padding: 7px 50px 7px 45px !important; */
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
    padding: 7px 20px;
    margin: 15px auto;
}

  .cart-total-btn {
    font-size: 16px !important;
    padding: 13px !important;
    font-weight: normal;
    width: 175px;
	  line-height: 20px;
	  border-radius: 0;

  }
    .cart-totals{
      width: cals(100%-190px);
      margin-left: 10px;
      font-size: 16px;
      padding: 13px;
      background: #6fb32c;
    }
    .cart-total-btn.order-form-btn {
      width: calc(100% - 175px);
      margin-left: 10px; }
      .cart-total-btn.order-form-btn.cart-total-btn_update {
        width: 100%;
        margin-left: 0;
        margin-top: 10px; }
    .cart-total-btn:disabled {
      cursor: not-allowed; }
    .cart-total-btn_big.order-form-btn {
      width: 100%;
      margin-left: 0; }
  .cart-total-drop {
    width: 100%;
    margin-top: 20px;
    display: none; }
  .cart-total-input {
    height: 45px;
    width: 100%;
    background: #ffffff;
    border: none;
    line-height: 45px;
    outline: none;
    margin-top: 5px;
    padding: 0 18px; }
  .cart-total-select {
    outline: none; }
  .cart-pay-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart-pay-label-title {
      font-weight: 600;
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .cart-pay-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin: 5px 0 15px;
    display: none; }
  .cart-pay-img {
    display: inline-block;
    width: 150px;
    margin: 0 10px; }
  .cart-pay-link {
    text-decoration: none;
    font-size: 14px; }
  .cart-pay-item {
    padding: 10px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
    .cart-pay-item:last-child {
      border: none; }
    .cart-pay-item.active .cart-pay-text {
      display: block; }

.select2 {
  width: 100% !important;
  display: block;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px; }

.select2-container .select2-selection--single {
  border: none;
  padding: 0 10px 0 10px;
  background-color: rgba(0, 0, 0, 0.04);
  height: 45px;
  line-height: 45px;
  color: #000; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px; }

.first {
  /* padding: 240px 0 200px; */

  margin-top: 257px;

  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
	height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
  .first-title {
    font-size: 80px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
		direction: rtl;
    background: #000000;
    line-height: 70px;
    padding: 0 20px 20px 45px; }
  .first-subtitle {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    background: #6fb32c;
    padding: 5px 57px;
		direction: rtl;
    margin-top: 10px; }
  .first-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.second {
  padding: 70px 0 35px; }
  .second-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto; }
    .second-main-block {
      width: calc(67% - 12px);
      position: relative;
      margin-bottom: 24px;
      text-decoration: none;
      overflow: hidden; }
      .second-main-block:hover .second-main-img {
        -webkit-transform: scale(1.03);
                transform: scale(1.03); }
      .second-main-block_sm {
        width: calc(33% - 12px); }
      .second-main-block:nth-child(odd) {
        margin-right: 24px; }
    .second-main-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
			.second-main-img.mobile-image {
				display: none;
			}
			.second-main-img.desktop-image {
				display: block;
			}
    .second-main-title {
      position: absolute;
      background: #6fb32c url('https://savionit.co.il/wp-content/uploads/2019/06/arrow-big.png') no-repeat left 35px center;
      font-size: 42px;
      font-weight: 700;
      color: #ffffff;
      top: 40px;
      right: 0;
      line-height: 52px;
      padding: 0 20px 10px 65px; }

.third {
  padding: 10px 0 100px; }
  .third-title {
    font-size: 56px;
    color: #000000;
    text-align: center;
    font-weight: 600; }
  .third-main {
    padding: 0 4.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 75px; }
    .third-main-item {
      text-align: right;
      padding-bottom: 10px;
      border-bottom: 1px solid #000000; }
    .third-main-img {
      width: 14vw;
      height: 14vw; }
    .third-main-link {
      font-size: 26px;
      font-weight: 700;
      color: #000000;
      text-decoration: none;
      text-align: right;
      padding-left: 20px;
      background: url(https://savionit.co.il/wp-content/uploads/2019/06/arrow-black.png) no-repeat left top 11px; }

.fourth {
  background-color: #6fb32c;
  text-align: center;
  padding: 60px 20px 80px; }
  .fourth-title {
    text-transform: uppercase;
    font-size: 74px;
    font-weight: 600; }
    .fourth-title .white-text {
      font-size: 80px;
      color: #ffffff; }
  .fourth-subtitle {
    font-size: 36px;
    color: #ffffff;
    background: #000000;
    display: inline-block;
    padding: 5px 40px 10px 40px; }
  .fourth-img {
    margin: 80px auto 20px; }
  .fourth-btn {
    display: inline-block;
    color: #000000;
    background: url(https://savionit.co.il/wp-content/uploads/2019/06/arrow-black.png) no-repeat left 30px center;
    font-weight: 400;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 3px 25px 9px 45px;
    font-size: 26px; }

.fifth {
  padding: 120px 0 150px; }
  .fifth-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px; }
  .fifth-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .fifth-info {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px; }
    .fifth-info-all {
      padding-right: 5px;
      direction: rtl; }
    .fifth-info-current {
      direction: rtl; }
  .fifth .catalog-list {
    margin-top: 45px; }

.product-form-item_fifth {
  direction: rtl;
  border-radius: 3px; }
  .product-form-item_fifth .product-form-select {
    border: none;
    background: #f5f5f5;
    font-size: 16px; }
  .product-form-item_fifth:before {
    background-size: 4px 8px; }

.product-form-item_sort {
  width: 200px;
  margin-right: 10px; }

.product-form-item_number {
  width: 65px; }
  .product-form-item_number .product-form-select {
    padding-right: 10px; }

.sixth {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sixth-left {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 50px 100px 50px 0; }
    .sixth-left-content {
      max-width: 750px;
      width: 100%;
      direction: rtl; }
    .sixth-left-title {
      font-size: 56px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 20px; }
    .sixth-left-text {
      font-size: 22px;
      font-weight: 400;
      line-height: 1.45;
      color: #505050;
      margin-bottom: 30px; }
    .sixth-left-link {
      text-decoration: none;
      font-size: 22px;
      color: #505050;
      border: 1px solid #464646;
      border-radius: 3px;
      padding: 0 17px 6px 17px;
      display: inline-block; }
  .sixth-right {
    width: 42%; }
    .sixth-right-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.seventh {
  padding: 100px 0 95px; }
  .seventh-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
						padding-bottom: 30px;}
  .seventh-item {
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center; }
    .seventh-item-icon {
      height: 84px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .seventh-item-title {
      font-size: 32px;
      font-weight: 700;
      color: #000000;
      margin: 35px 0 20px; }
    .seventh-item-text {
      font-size: 22px;
      font-weight: 400;
      line-height: 1.45;
      color: #505050;
      width: 100%; }
  .seventh-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 110px 0; }
    .seventh-post-item {
      width: 32%;
      height: 260px; }
      .seventh-post-item_big {
        width: 49%;
        height: 430px; }
    .seventh-post-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.eight {
  background-color: #f5f5f5; }
  .eight-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .eight-right {
    width: 820px;
    margin-left: 50px;
    text-align: right;
    padding: 80px 0 90px; }
    .eight-right-title {
      font-size: 56px;
      font-weight: 600;
      color: #000000; }
  #wpcf7-f220-o1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    direction: rtl;
    margin-top: 45px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .eight-form-input {
      outline: none;
      border: 2px solid #acacac !important;
      border-radius: 5px;
      font-size: 22px;
      font-weight: 400;
      color: #505050 !important;
      height: 46px;
      line-height: 46px;
      padding: 0 15px !important;
      margin-bottom: 30px;
      background: transparent;
      width: 100%; }
    .eight-form-label {
      font-size: 22px;
      font-weight: bold;
      color: #ffffff;
      background: #000000;
      cursor: pointer;
      height: 56px;
      line-height: 90px;
      border-radius: 5px;
      padding: 10px 75px 10px 20px;
      margin: -5px 0 20px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .eight-form-label:hover {
        background-color: #404040; }
      .eight-form-label-input {
        width: 0;
        height: 0;
        overflow: hidden; }
    .eight-form-textarea {
      font-family: 'Assistant', sans-serif;
      font-size: 22px;
      color: #505050;
      border: 2px solid #acacac;
      border-radius: 5px;
      outline: none;
      background: transparent;
      resize: none;
      height: 140px;
      padding: 10px 15px;
      width: 100%; }
    .eight-form-btn {
      background: #6fb32c;
      display: inline-block;
      border-radius: 5px;
      padding: 5px 20px;
      margin-top: 35px; }
      .eight-form-btn:hover {
        background: #4f8320; }
  .eight-left {
    width: 465px;
    background-color: #6fb32c;
    text-align: right;
    padding: 190px 50px 20px; }
    .eight-left-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .eight-left-title {
      font-size: 36px;
      font-weight: 700;
      color: #ffffff;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      white-space: nowrap;
      margin-left: 15px; }
    .eight-left-line {
      width: 100%;
      height: 3px;
      background-color: #f5f5f5;
      display: block; }
    .eight-left-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }
    .eight-left-text {
      font-size: 22px;
      color: #ffffff;
      margin: 2px 0;
      text-decoration: none; }
    .eight-left-item {
      margin-bottom: 70px; }

.filter {
  margin-top: 40px; }
  .filter-title {
    font-family: Assistant;
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    direction: rtl; }
  .filter-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    direction: rtl; }
  .filter-tab {
  /*  width: 16.66%; */
    min-width: 100px;
    margin-right: 5px;
    border: 1px solid #959595;
    font-family: Assistant;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    text-decoration: none;
    height: 56px;
    line-height: 56px;
    padding: 0 5px; }
    .filter-tab.active {
      border: 3px solid #6fb32c; }
    .filter-tab:first-child {
      margin-right: 0; }
  .filter-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    direction: rtl;
    font-size: 18px;
    color: #000000;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .filter-info-title {
      font-weight: 700;
      margin-left: 5px; }
    .filter-info-item {
      margin-left: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .filter-info-color {
      width: 24px;
      height: 24px;
      display: inline-block; }
    .filter-info-texture {
      width: 24px;
      height: 24px;
      background: url(../img/texture.jpg) no-repeat center;
      background-size: contain !important;
      display: inline-block; }
  .filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  /*  margin-top: 15px; */
    direction: rtl; }
    .filter-list-link {
      height: 72px;
      background-color: #dcdcdc;
      line-height: 72px;
      font-family: Assistant;
      font-size: 22px;
      font-weight: 700;
      color: #000000;
      text-decoration: none;
      text-align: center;
      width: 16.66%;
      margin-right: 5px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      position: relative; }
      .filter-list-link.active {
        color: #ffffff;
        background-color: #6fb32c; }
        .filter-list-link.active:before {
          opacity: 1; }
      .filter-list-link:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-bottom: 15px solid #ffffff;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease; }
      .filter-list-link:first-child {
        margin-right: 0; }
  .filter-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .filter-block-btn {
      margin-top: 15px; }
    .filter-block-product {
      border: 1px solid #959595;
      padding: 20px; }
    .filter-block-img {
      margin: 0 auto; }
    .filter-block-left {
      width: 330px; }
    .filter-block-right {
      width: 500px;
      margin-left: 30px;
      position: relative; }
    .filter-block-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease; }
      .filter-block-item.active {
        opacity: 1;
        pointer-events: auto; }
    .filter-block-sel {
      width: 100%;
      max-width: 355px;
      border: 3px solid #555555;
      direction: rtl;
      height: 53px;
      line-height: 53px;
      position: relative; }
      .filter-block-sel:before {
        width: 38px;
        height: 38px;
        background: #6fb32c url(img/arrow-big.png) no-repeat center;
        background-size: 10px;
        position: absolute;
        left: 4px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
        content: '';
        pointer-events: none; }
      .filter-block-sel .product-form-select {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        display: block; }
    .filter-block-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .filter-block-form-btn {
        width: 53px;
        height: 53px;
        background: #6fb32c url(img/search.png) no-repeat center !important;
        border: none;
        border-radius: 0 !important;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .filter-block-form-input {
        border: 3px solid #555555 !important;
        outline: none;
        font-size: 18px !important;
        color: #000000 !important;
        direction: rtl;
        width: 100%;
        max-width: 355px !important;
        padding: 10px 20px !important;
        border-radius: 0 !important }

.color-label {
  position: relative;
  cursor: pointer;
  width: 66px;
  height: 66px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
  margin-bottom: 5px; }
  .color-label_first,
  .color-label_yellow {
    background: #eced8c; }
  .color-label_second,
  .color-label_light_blue {
    background-color: #8cd3ed; }
  .color-label_third,
  .color-label_blue {
    background-color: #007aa6; }
  .color-label_fourth,
  .color-label_purple {
    background-color: #d600ba; }
  .color-label_fifth,
  .color-label_red {
    background-color: #ff0000; }
  .color-label_sixth,
  .color-label_orange {
    background-color: #e59700; }
  .color-label_seventh,
  .color-label_green {
    background-color: #01ad4a; }
  .color-label_eight,
  .color-label_olive {
    background-color: #7d7c00; }
  .color-label_ninth,
  .color-label_brown {
    background-color: #ad642f; }
  .color-label_ten,
  .color-label_black {
    background-color: #000000; }
  .color-label_eleven,
  .color-label_gray {
    background-color: #979797; }
  .color-label_twelve,
  .color-label_pink {
    background-color: #ff9ffc; }
  .color-label_thirteen,
  .color-label_aquamarine {
    background-color: #9aed8c; }
  .color-label_fourteen,
  .color-label_teal {
    background-color: #05c499; }
  .color-label-span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.label-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0; }
  .label-input:checked ~ .color-label-span {
    border: 2px solid #000000; }
  .label-input:checked ~ .texture-label-span {
    border: 2px solid #000000; }

.color-label_ten .label-input:checked ~ .color-label-span {
  border-color: #eced8c; }

.texture-label {
  width: 92px;
  text-align: center;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  margin-bottom: 17px; }
  .texture-label-span {
    display: block;
    padding: 5px 5px 0;
    border: 2px solid transparent; }
  .texture-label-img {
    margin: 0 auto; }
  .texture-label-text {
    font-size: 16px;
    color: #000000; }

.constructor {
  margin-top: 300px;
  padding-bottom: 40px; }
  .constructor-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% + 8px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .constructor-top-item {
      width: 55px;
      height: 55px;
      background: #c7c7c7;
      position: relative;
      margin-right: 8.5px;
      margin-bottom: 8px;
      cursor: pointer; }
    .constructor-top-input {
      width: 0;
      height: 0;
      opacity: 0;
      position: absolute; }
      .constructor-top-input:checked ~ .constructor-top-span {
        border: 2px solid #000000; }
    .constructor-top-span {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      border: 2px solid transparent; }
  .constructor-main {
    margin: 70px auto 110px;
    width: 100%;
    position: relative; }
    .constructor-main-change {
      position: absolute;
      max-width: 500px;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .constructor-main-item {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease;
      width: 100%; }
      .constructor-main-item.active {
        opacity: 1;
        pointer-events: auto; }
  .constructor-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .constructor-tabs-link {
      font-size: 24px;
      font-weight: 700;
      color: #ffffff;
      padding: 30px 20px;
      width: 175px;
      text-align: center;
      background-color: #000000;
      text-decoration: none;
      margin: 0 3px;
      -webkit-transition: background-color 0.5s ease;
      transition: background-color 0.5s ease; }
      .constructor-tabs-link:hover, .constructor-tabs-link.active {
        background-color: #6fb32c; }

.constructor-main-custom, .constructor-main-svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.constructor-main-svg {
  z-index: 3; }

.constructor-main-path {
  cursor: pointer; }
  .constructor-main-path.hover {
    fill: rgba(255, 0, 0, 0.2); }
  .constructor-main-path.active {
    fill: rgba(255, 0, 0, 0.3); }

.constructor-main-change {
  z-index: 5;
  pointer-events: auto; }
  .constructor-main-change.hide {
    pointer-events: none; }

.constructor-main-custom-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1; }
  .constructor-main-custom-img:first-child {
    z-index: 2; }

.constructor-tabs {
  direction: rtl; }

.filter-block-btn {
  padding: 9px 30px; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1920px) {
  .cart-logo, .catalog-top {
    background-size: auto; } }

@media only screen and (max-width: 1440px) {
  .sixth-left-text br {
    display: none; }
  .sixth-left {
    padding: 50px 50px 50px 20px; }
  .third-main {
    padding: 0 20px; }
  .third-main-img {
    width: 15vw;
    height: 15vw; }
  .cart-main-left {
    width: calc(100% - 550px); }
  .catalog-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .catalog-filter-col {
    margin-bottom: 20px; }
  .catalog .catalog-list {
    margin-top: 40px; }
  .contacts-main-left {
    padding-right: 20px; }
  .product-top-sliders {
    /* width: 450px;  */
		width: 100%;
	}
  .order-form-column, .product-form-item {
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .product-form td.value{
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
  .order-form-textarea {
    width: 200px; }
  .product-left {
    padding-right: 10px; }
  .product-title {
    font-size: 30px; }
  .product-top-slider_second .slick-next, .product-top-slider_second .slick-prev {
    display: none; }
  .order-form-textarea {
    width: 100%; } }

@media only screen and (max-width: 1200px) {
  .fifth {
    padding: 80px 0; }
  .seventh {
    padding-bottom: 0; }
  .header-bottom-item, .header-bottom-item:last-child {
    margin: 0 10px; }
  .header-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .catalog-item {
    width: 33.33%; }
  .seventh-post {
    padding: 80px 0; }
  .eight-form-label {
    font-size: 18px; }
  .footer-bottom-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-bottom-right {
    margin-top: 15px; }
  .header-bottom-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .catalog-item-color {
    width: 15px;
    height: 15px; }
  .product-top-sliders {
    /* width: 360px; */
		width: 100%;
    margin-right: 30px; }
  .product-top-slider_second-item img {
    width: 75px;
    height: 75px; }
  .product-btn_order, .product-btn_cart {
    font-size: 24px; }
  .product-center-form {
    padding: 20px; } }

@media only screen and (max-width: 1024px) {
	#main .first {margin-top: 0px !important;}
  .header {
    position: static; }
  .header-top {
    display: none; }
  .header-bottom {
    display: none; }
  .header-center-searche {
    display: none; }
    .header-center-searche_mobile {
      display: block; }
  .header-center-logo {
    width: 130px; }
  .header-center-setting {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .first {
    margin-top: 0; }
  .header-center-phone {
    margin-left: 15px; }
  .header-btn_mobile {
    display: block; }
  .header-center-input {
    width: 100%;
    padding-left: 50px; }
  .mobile-login {
    height: 54px;
    line-height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #ededed;
    border-radius: 4px;
    padding: 15px;
    color: #000000;
    text-decoration: none;
    margin-top: 20px; }
  .header-top-social {
    margin-top: 20px; }
  .header-top-icon-link {
    width: 40px;
    height: 40px; }
  .header-top-icon-img {
    width: 15px; }
  .mobile-menu {
    display: block; }
  .second-main-title {
    font-size: 20px;
    background-size: 10px;
    padding: 10px 20px 10px 65px;
    line-height: 1; }
  .second-main-block {
    width: calc(67% - 10px); }
  .second-main-block:nth-child(odd) {
    margin-right: 20px; }
  .second-main-block_sm {
    width: calc(33% - 10px); }
  .third-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .third-main-img {
    width: 30vw;
    height: 30vw; }
  .product-right {
    display: none; }
  .catalog-left {
    width: 100%;
    padding-right: 0; }
  .sixth-right {
    display: none; }
  .sixth-left {
    width: 100%;
    padding: 50px 20px; }
  .seventh-item-title {
    font-size: 20px; }
  .seventh-item-text {
    font-size: 18px; }
  .seventh-item-icon-img {
    width: 60px; }
  .seventh-item-icon {
    height: 60px; }
  .seventh-post-item {
    height: 23vw; }
  .seventh-post-item_big {
    height: 30vw; }
  .eight-form-label {
    font-size: 11px;
    padding-left: 10px; }
  .third-main-item {
    margin-bottom: 20px; }
  .blog {
    padding: 40px 0 0; }
  .cart {
    padding-top: 0; }
  .cart-main-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cart-main-left {
    width: 100%; }
  .cart-main-right {
    width: 100%; }
  .cart-logo-label {
    display: none; }
  .cart-logo-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .cart-total-link {
    display: none; }
  .catalog {
    padding: 0; }
  .catalog-item-color {
    width: 20px;
    height: 20px; }
  .contacts {
    padding: 0 0 20px 0; }
  .contacts-main-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts-main-left {
    width: 100%;
    padding-right: 0; }
  .contacts-main-right {
    width: 100%;
    padding: 0 0 20px 0;
    background: none; }
  .contacts-main-left {
    padding-bottom: 0; }
  .product-first {
    margin-top: 0;
    padding: 30px 0 70px; }
  .product-left {
    width: 100%;
    padding-right: 0; }
  .header-center-phone-item {
    margin: 20px 0 0 0;
    width: 100%; }
  .constructor {
    margin-top: 40px; }
  .header-center-phone {
    display: none; }
  .header-center-searche_mobile {
    margin-right: 15px; }
  .constructor-tabs-link {
    font-size: 20px;
    padding: 20px 10px; } }

@media only screen and (max-width: 768px) {
	.second-main-img.desktop-image {
		display: none;
	}
	.second-main-img.mobile-image {
		display: block;
	}
  .header-center-phone {
    display: none; }
  .header-center-searche_mobile {
    margin-right: 15px; }
  .first-title {
    font-size: 44px;
    line-height: 1;
    padding: 10px 20px 20px 20px; }
  .first-subtitle {
    font-size: 24px; }
  .first {
    padding: 150px 0 75px;
		height: 100%;
	}
  .second-main-block {
    width: 100%;
    height: 40vw; }
  .second-main-block:nth-child(odd) {
    margin-right: 0; }
  .third-title {
    font-size: 36px; }
  .second {
    padding: 50px 0 0px; }
  .third-main-img {
    width: calc(50vw - 40px); }
  .third-main {
    margin-top: 40px; }
  .third {
    padding-bottom: 60px; }
  .fourth-title {
    font-size: 40px; }
  .fourth-title .white-text {
    font-size: 54px; }
  .fourth-subtitle {
    font-size: 24px; }
  .fourth {
    padding: 40px 20px 50px; }
  .fifth {
    padding: 50px 0; }
  .product-form-item_sort {
    width: 180px; }
  .fifth-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .fifth-info {
    margin-top: 0; }
  .catalog-item {
    width: 50%; }
  .catalog-item-name {
    font-size: 18px; }
  .sixth-left-title {
    font-size: 42px; }
  .sixth-left-text {
    font-size: 18px;
    margin-bottom: 20px; }
  .seventh-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .seventh-item {
    width: 100%;
    margin-bottom: 40px; }
    .seventh-item:last-child {
      margin-bottom: 0; }
  .seventh {
    padding-top: 60px; }
  .seventh-post {
    padding: 60px 0; }
  .eight-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .eight-left {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 50px 20px; }
  .eight-left-item:last-child {
    margin-bottom: 0; }
  .eight-right {
    width: 100%;
    margin-left: 0;
    padding: 40px 0 60px; }
  .eight-form-label {
    font-size: 14px; }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .footer {
    padding-top: 60px; }
  .footer-right {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-menu {
    width: 100%;
    margin-bottom: 40px; }
  .footer-center {
    margin-top: 0; }
  .footer-center-item {
    padding: 0 8px; }
  .footer-bottom-right-img, .footer-bottom-right-text {
    display: none; }
  .footer-bottom-left {
    text-align: center; }
  .footer-social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .footer-social-icon {
    margin: 0 0 0 5px; }
  .blog-content-item {
    width: 100%; }
  .blog-title {
    font-size: 36px; }
  .cart-table-row:first-child {
    display: none; }
  /*.cart-table-item_photo, .cart-table-item_price {
    display: none; }
*/  .cart-table-item_quantity {
    width: 120px; }
  .cart-main {
    padding-top: 20px; }
  .cart-total-row-left {
    width: 50%; }
  .cart-total-row-right {
    width: 50%; }
  .cart-main-right {
    padding: 40px 0 0;
    background: none; }
  .cart-main-right:before, .cart-main-right:after {
    display: none; }
  .cart {
    padding: 0 0 50px; }
  .product-top-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-top-sliders {
    width: 100%;
    max-width: 460px;
    margin: 0 auto; }
  .product-top-slider_second-item img {
    width: 100px;
    height: 100px; }
  .product-top-info {
    width: 100%;
    margin-top: 30px; }
  .product-sale {
    text-align: right; }
  .product-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .order-form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px; }
  .order-form-right {
    width: 100%; }
  .order-form-column, .product-form-item {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .order-form-left {
    width: 100%;
    margin-right: 0;
    margin-top: 30px; }
  .order-form-subtitle {
    margin-bottom: 20px; }
  .order-form-right .product-form-row {
    padding-left: 0; }
  .product-form-label {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .product-form .product-form-item {
    width: calc(100% - 80px); }
  .product-form-row {
    width: 100%; }
  .product-center {
    background: none;
    margin-top: 20px; }
  .product-center-title {
    padding: 20px 0; }
  .product-center-form {
    padding: 20px 0; }
  .product-top-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0; }
    .product-top-btns .btn {
      width: 100%;
      margin-top: 20px;
      margin-left: 0; }
  .product-bottom {
    margin-top: 30px; }
  .constructor-bottom {
    overflow: hidden;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% + 20px);
    margin-left: -20px;
    direction: rtl; }
  .constructor-tabs {
    width: 870px;
    padding-left: 20px; }
  .constructor-tabs-link {
    width: 140px; }
  .constructor-top-item {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px; }
  .color-label {
    width: 40px;
    height: 40px; }
  .texture-label {
    width: 60px; }
  .texture-label-text {
    font-size: 14px; }
  .constructor-main-overflow {
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow-y: visible;
    overflow-x: auto;
    direction: rtl; }
  .constructor-main-block {
    width: 750px;
    position: relative; }
  .constructor-main-change {
    left: 0;
    top: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 100%;
    position: relative;
    margin-top: 40px; }
  .constructor-main {
    margin-bottom: 40px; }
  .filter-overflow {
    width: calc(100% + 20px);
    overflow: hidden;
    overflow-x: auto;
    margin-left: -20px;
    direction: rtl; }
    .filter-overflow-content {
      width: 750px;
      padding-left: 20px; }
  .filter-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .filter-block-left {
    margin: 40px auto 0;
    width: 100%;
    max-width: 320px; }
  .filter-block-right {
    width: 100%;
    margin-left: 0; } }

@media only screen and (max-width: 480px) {
  .header-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header-center-setting {
    margin-top: 20px; }
  .first-title {
    font-size: 34px; }
  .first-subtitle {
    font-size: 18px;
    padding: 5px 25px; }
  .second-main-title {
    font-size: 18px;
    top: 20px; }
  .third-title {
    font-size: 24px; }
  .third-main-img {
    width: 100%;
    height: auto; }
  .third-main-item {
    width: 100%; }
  .fifth-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .fifth-info {
    margin-top: 20px; }
  .catalog-item {
    width: 100%;
    margin-bottom: 20px; }
  .fifth .catalog-list {
    margin-top: 20px; }
  .sixth-left-title {
    font-size: 36px; }
  .seventh-post-item {
    width: 100%;
    height: 200px;
    margin-bottom: 20px; }
    .seventh-post-item:last-child {
      margin-bottom: 0; }
  .seventh-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .eight-left {
    padding: 30px 20px; }
  .eight-right-title {
    font-size: 38px; }
  .eight-form {
    margin-top: 30px; }
  .eight-form-label {
    width: 100%;
    background-size: 20px;
    padding-right: 50px;
    font-size: 9px; }
  .footer-center-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-center-item {
    margin: 5px 0;
    padding: 0;
    border: none;
    text-align: right; }
  .blog-title {
    font-size: 28px; }
  .cart-table-item_name {
    font-size: 14px; }
  .cart-table-item {
    padding-right: 10px; }
  .cart-coupon-form {
    width: 100%; }
  .cart-total-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cart-total-btns .btn {
      width: 100%; }
  .cart-total-btn.order-form-btn {
    margin: 10px 0 0 0; }
  .cart-main-row_sm {
    width: 100%; }
  .catalog-filter-col .product-form-label {
    width: 100%; }
  .catalog-filter-col {
    width: 100%;
    margin-left: 0; }
  .product-form-item_catalog {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .catalog-title {
    font-size: 46px; }
  .catalog-content {
    padding: 40px 0; }
  .contacts-main-item {
    margin-top: 40px; }
  .contacts-main-subtitle-text {
    font-size: 26px; }
  .product-top-slider_second-item img {
    height: 17.5vw; }
  .product-top-slider_second-item {
    margin: 0 5px; }
  .product-top-slider_second {
    margin-top: 10px; }
  .product-title {
    font-size: 28px; }
  .product-btn_order, .product-btn_cart {
    font-size: 20px; }
  .order-form-btn {
    width: 100%; }
  .product-bottom .btn {
    width: 100%;
    margin-left: 0; }
  .text {
    font-size: 18px; }
  .footer-center {
    padding-bottom: 5px; } }
.footer-social-title{
	display: none !important;
}
.filter_result{
	position: relative;
	display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.filter_result_items{
	display: flex;
    flex-wrap: wrap;
}
.filter_result #loader{
	position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
}
.filter_result #loader img{
	margin: 15px auto;
}
.filter_result .materials_item {
    border: 1px solid;
    padding: 15px 20px;
    margin: 5px;
    background-color: #6fb32c;
    color: #fff;
    cursor: pointer;
}
.filter_result .materials_item.active {
    background-color: #f8d944;
}
.clear_filter{
	color: #6fb32c;
    text-decoration: none;
    padding: 0 15px;
}
.filter-tab.error{
	border: 3px solid #ff0000;
}
.error_select_material{
	text-align: right;
    padding: 15px;
    padding-bottom: 0;
    color: red;
    font-weight: bold;
}
.filter-block-left .price{
	display: block;
    text-align: center;
    padding: 5px;
    background-color: #6fb32c;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
h1.entry-title {
	text-align: center;
	font-size: 46px;
	text-align: center;
	direction: rtl;
	font-family: "Open Sans";
}
.wpb_single_image img {
	width: 100%;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title a {
	font-size: 22px;
	line-height: 0.4;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
	color: #ffffff;
	/* font-family: "open Sans"; */
	display: inline-block;
	font-size: 16px;
	padding: 5px 15px;
	margin-top: 0px;
	background: #6fb32c;
	border-radius: 0;
	border: none;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
	background: #4f8320;
}
.vc_gitem-zone-a .vc_gitem-row-position-bottom, .vc_gitem-zone-b .vc_gitem-row-position-bottom {
	position: relative!important;
}
.vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-b .vc_gitem-row-position-top {
	position: relative!important;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
	padding-top: 0!important;
}
span.select2-selection.select2-selection--single {
	border: none!important;
	padding: 0 10px 0 10px!important;
	background-color: rgba(0, 0, 0, 0.04)!important;
	height: 45px!important;
	line-height: 45px!important;
	color: #000!important;
	padding-top: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px!important;
	right: 8px!important;
}
.t-bg {
	padding-top: 0;
	border: none;
}
ul.breadcrumbs.cart-logo-label >li {
	float: left;
	padding-left: 10px;
	color: #fff;
}
ul.breadcrumbs.cart-logo-label >li a{

	color: #fff;
}
.woocommerce-form-coupon-toggle {
	display: none;
}
input#coupon_code {
	height: 45px !important;
	width: 100% !important;
	background: rgba(0, 0, 0, 0.04) !important;
	border: none !important;
	line-height: 45px !important;
	outline: none !important;
	margin-top: 5px !important;
	padding: 0 18px !important;
	direction: rtl;
}
form.checkout_coupon.woocommerce-form-coupon .form-row-last {
	padding-top: 13px;
}
form.checkout.woocommerce-checkout h3 {
	font-size: 24px;
	font-weight: 600;
}
.woocommerce-shipping-fields {
	display: none;
}
.woocommerce table.shop_table {
	border: none;
}
.woocommerce table.shop_table td {
	border: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f7f7f7;
	border-radius: 5px;
}
div#payment {
	/* border-top: 2px solid #333; */
	border-top: 4px solid rgba(0, 0, 0, 0.03);
	border-radius: 0!important;
}
h3#order_review_heading {
	border-bottom: 4px solid rgba(0, 0, 0, 0.03);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
button#place_order {
	background: #6fb32c;
	width: 100%;
	margin-top: 30px;
	border-radius: 0;
	height: 44px;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
	padding: 12px 12px;
}
a.added_to_cart.wc-forward {
	background: #6fb32c;
	position: absolute;
	z-index: 9;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 55px;
	margin-top: 3px;
}
.catalog-list {
	width: 100%;
}
.catalog-item-row>a span {
	float: right;
}
form.woocommerce-ordering {
	display: none;
}

.header-center, section.second, section.fifth, section.sixth, .seventh, .eight, footer.footer {
	direction: ltr-;
}
.contacts-main-right, .contacts-main-left {
	direction: rtl;
}
form.wpcf7-form {
	direction: rtl;
}
div#customer_details {
	direction: rtl;
}
div#order_review {
	direction: rtl;
}

.fifth .product-btn_catalog {

	bottom: -23px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
	direction: rtl;
}
nav.woocommerce-breadcrumb {
	direction: rtl;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width: 100px;
}
.cart-main-left, .cart-main-right.cart-total {
	direction: rtl;
}
div#send-cart-form span {
	display: block;
	width: 100%;
}
div#send-cart-form {
	margin-top: 30px;
}
div#send-cart-form input {
	width: 100%;
}


td.product-thumbnail {
	max-width: 30px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	padding-top: 50px;
	padding-bottom: 0px;
}
td.actions .coupon {
	display: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button {
	float: right;
}
span.select2-selection.select2-selection--single {

	direction: rtl;
}
tr.woocommerce-cart-form__cart-item.cart_item:nth-child(2n) {

}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	/* direction: rtl; */
	margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce {
	direction: rtl;
}
.price-q {
	float: right;
	width: 138px;
}
.price-wcc {
	width: 180px;
	float: right;
}

input.header-center-input.i-qu {
	width: 50px;
	float: left;
}
span.bt-q {
	float: left;
	width: 46px;
	height: 46px;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	padding-top: 4px;
}
.price-q {
	display: block;
	margin-top: 24px;
	margin-left: 20px;
}
input.header-center-input.i-qu {
	width: 46px;
	float: left;
	height: 46px;
	border-top: 1px solid #333!important;
	border-radius: 0!important;
	border-bottom: 1px solid #333!important;
	text-align: center;
	margin-top: 0px;
}
span.bt-q:hover {
	cursor: pointer;
	opacity: 0.7;
}

div#header-widget-area {
	display: none!important;
}
.form-ct {
	background: #6db530;
	padding: 20px 55px;
	text-align: center;
	margin-bottom: 40px;
}
span.as1 {
	font-size: 33px;
	color: #fff;
}
span.as2 {
	font-size: 22px;
	font-weight: 600;
}
.cols-3 p {
	width: 33.3%;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}
.form-ct input {
	height: 40px;
	width: 100%;
	border: none;
	border-radius: 50px;
	margin-bottom: 10px;
	padding-right: 10px;
	outline:none;
}
.cols-3 {
	display: inline-block;
	margin-top: 20px;
	margin-left: -8px;
	margin-right: -8px;
}
.form-ct textarea.wpcf7-form-control.wpcf7-textarea {
	border: none;
	border-radius: 18px;
	height: 80px;
	padding: 10px;
	outline:none;
}
.form-ct input.wpcf7-form-control.wpcf7-submit {
	height: 40px;
	border: 2px solid #333;
	width: 100%;
	border-radius: 18px;
	margin-top: 10px;
	padding: 0!important;
	font-size: 15px;
	color: #333;
}
.form-ct input.wpcf7-form-control.wpcf7-submit {
	background: url(/wp-content/uploads/2020/04/ct.png) no-repeat !important;
	background-position-x: 47%!important;
	background-position-y: 5px!important;
	padding-left: 30px!important;
}
span.ajax-loader {
	position: absolute;
}
.form-ct input::placeholder, .form-ct textarea::placeholder {
	color: #cccccc;
}
.header-bottom-menu li.menu-item{
	margin: 0 22px;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-40.current_page_item.menu-item-278 {
	margin-right: 0;
}
.header-center-basket {
	padding-right: 20px;
}
nav.woocommerce-pagination {
	margin-top: 30px;
}
.catalog-list {
	direction: rtl;
}
.mobile-menu-search input.header-center-input {
	width: 100%;
}
.mobile-menu-content a.header-center-phone-item {
	background: #fff;
}
.mobile-main-menu {
	direction: rtl;
	margin-top: 20px;
}
.header-top-social {
	display: none;
}
.mobile-menu-close {
	display: none;
}
.price-wcc .product-sale {
	margin-top: 0px;
	color: #ff1d25;
	font-size: 26px;
	float: right;
}
.pps-c.all-se {
	width: auto;
	height: auto;
	border: 1px solid #333;
	padding: 5px 10px;
	margin-bottom: 5px;
	cursor: pointer;
}
.scd {
	margin-top: 20px;
}
.dirr {
	direction: rtl;
}
.pps-c.all-se.active {
	background: #6fb32c;
	color: #fff;
}
.product-top-sliders .img_wcc {
	box-shadow: none;
}
.rtls {
	direction: rtl;
}


.questions .dropdown-menu{
	padding: 4px 20px 4px 10px;
}

.questions .dropdown_item{
	padding: 4px 45px 5px 10px;
  display: block;
	cursor: pointer;
}

.home_slider{
  direction: ltr;
	margin-top: 112px;
}

.home_slider .first {
	margin-top: 0!important;
}

.home_slider a{
	text-decoration: none;
}

.home_slider .slick-dots li{
	margin: 4px;
}

.home_slider .slick-dots{
	bottom: 0;
}

.home_slider .slick-dots li button{
	background: #000;
	transition: all 0.4s;
}

.home_slider .slick-dots li.slick-active button{
	background: #6fb32c;
}

.home_slider .slick-dots li:hover button{
	background: #6fb32c40;
}

.home_slider .slick-dots li button::before{
	display: none;
}

.home_slider .slick-prev{
	left: 30px;
	z-index: 10;
}
.home_slider .slick-next{
	right: 30px;
}

.home_slider .slick-prev:before,
.home_slider .slick-next:before{
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.form-ct input.wpcf7-form-control.wpcf7-submit {
		background-position-x: 40% !important;
	}
	.cols-3 p {
		width: 100%;
	}
	span.as1 {
		line-height: 28px;
	}
}
