/*
Theme Name: 12Stuls
Author: lx.Permyakov
Description: 12Stuls - очень простая в использовании тема электронной коммерции, совместимая с популярным плагином WooCommerce. 12Stuls включает настраиваемую первую страницу, шрифты и параметры цвета, два меню, слайдер для заголовка и многое другое.
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, 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.

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

@font-face { 
    font-family: "rouble";
    src: url("/wp-content/themes/12stuls/fonts/rouble.otf") format("opentype");
}


body {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #8C8F94;
	word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1c1c1c;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}
a,
a:hover {
	color: #9FAFF1;
}
a,
a * {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
mark {
	background-color: transparent;
}
.fab {
    font-family: FontAwesome;
    font-style: normal;
}
/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
th {
	background-color: #f5f5f5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #dddddd;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 15px 25px;
	border: 0;
	color: #fff;
	font-weight: 700;
	background-color: #9FAFF1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: none;

}
input[type="submit"] {
	margin-top: 15px;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #EADA15;
	text-decoration: none;
	color: #23212F;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: border-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing:         border-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	color: #666;
	border: 0;
	border-bottom: 2px solid #CFD1DA;
	width: 100%;
}

textarea {
	color: #666;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #111;
	border-color: #000;
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	padding: 14px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	margin: 0 0 15px;
}

.head-navigation {
	margin-left: 38px;
}

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

.main-navigation li,
.head-navigation li {
	position: relative;
	font-size: 21px;
	line-height: 25px;
	font-weight: 500;
}

.main-navigation li {
	padding: 4px 0;
}

.head-navigation li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 38px;
}

.main-navigation .menu > .menu-item-type-taxonomy {
	font-size: 18px;
	line-height: 22px;
}

.main-navigation .menu-item-type-taxonomy .sub-menu {
	font-size: 14px;
	line-height: 17px;
}

.main-navigation .menu-item-1954 {
    display: none;
}

.main-navigation .menu > li:first-child,
.mobile-nav .menu-item-1954 {
	margin-bottom: 13px;
}

.main-navigation .menu > .menu-item-type-taxonomy:not(:first-child),
.main-navigation .menu > .menu-item-type-taxonomy:not(.menu-item-1954) {
	margin-bottom: 5px;
}

.main-navigation a,
.head-navigation a {
	display: block;
	text-decoration: none;
	color: #1c1c1c;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.main-navigation .menu > .menu-item-type-taxonomy:not(:first-child) > a {
	margin-bottom: 10px;
}

.secondary-navigation ul ul {
	top: 0;
	background-color: #9FAFF1;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.secondary-navigation ul ul li {
	width: 200px;
	border-bottom: 1px solid #6B6A6A;
	text-transform: none;
}
.secondary-navigation ul ul li:last-of-type {
	border-bottom: 0;
}
.secondary-navigation li {
	position: relative;
}

.main-navigation ul ul li {
	padding: 0;
	font-size: 14px;
	font-weight: 300;
    line-height: 17px;
}

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

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

.main-navigation .menu-item-home,
.main-navigation .menu-item-50,
.main-navigation .menu-item-112 {
	display: none;
}


/* Secondary nav */
.secondary-navigation a,
.secondary-navigation a:hover {
	color: #fff;
	text-decoration: none;
}
.secondary-navigation {
	background-color: #2C292A;
	width: 25%;
	float: left;
}
.secondary-navigation .menu {
	padding: 0;
}
.secondary-navigation li {
	padding: 15px 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #212121;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.secondary-navigation li::before {
    font-family: FontAwesome;
}

.secondary-navigation .fa,
.secondary-navigation li::before {
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
.secondary-navigation li:hover {
	background-color: #9FAFF1;
}
.secondary-navigation li:hover .fa,
.secondary-navigation li:hover::before {
	color: #fff;
}
.secondary-navigation .fa,
.secondary-navigation li::before {
	margin-right: 10px;
	color: #8A8A8A;
}

/* Mobile menu */
.mobile-nav,
.s-mobile-nav {
	display: none;
	text-align: center;
	background-color: #1c1c1c;
}
.s-mobile-nav {
	padding: 15px;
}
.mobile-nav {
	background-color: transparent;
	vertical-align: middle;
}
.slicknav_btn {
	padding: 15px;
	margin: 0 auto;
	font-size: 22px;
}
.slicknav_btn,
.slicknav_btn:hover {
	color: #fff;
}
.mobile-nav .slicknav_btn,
.mobile-nav .slicknav_btn:hover {
	color: #1c1c1c;
}
.slicknav_btn.slicknav_open .fa-bars::before {
	content: '\f00d';
}

.mobile-nav .slicknav_menu {
    text-align: right;
}

.fixScrollToggle--on {
  overflow: hidden;
 }
.slicknav_nav {
    position: absolute;
    left: 0;
    top: 169px;
    width: 100%;
    height: calc(100vh - 168px);
    padding-top: 24px !important;
    z-index: 99;
    background-color: #fff;
    text-align: left;
    overflow: auto;    
    -webkit-box-shadow: inset 0px 7px 12px -7px #eeeef1;    
            box-shadow: inset 0px 7px 12px -7px #eeeef1;
}
.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	padding: 0;
}
.slicknav_nav a {
	display: block;
	color: #23212F;
}
.mobile-nav .slicknav_nav a {
	color: #23212F;
}
.slicknav_nav a:hover,
.slicknav_nav a:afmobilctive,
.slicknav_nav a:focus {
	text-decoration: none;
}
.slicknav_nav li {
	width: 910px;
	margin: 0 auto;
	padding: 4px 0;
	font-size: 21px;
	line-height: 25px;
	font-weight: 500;
}

.slicknav_nav > li:first-child {
	margin-bottom: 13px;
}

.slicknav_nav > .menu-item-type-taxonomy:not(:first-child) {
	margin-bottom: 5px;
}

.slicknav_nav .menu-item-type-taxonomy {
	font-size: 18px;
	line-height: 22px;
}

.slicknav_nav > .menu-item-type-taxonomy:not(:first-child) > a {
	margin-bottom: 10px;
}

.slicknav_nav .menu-item-type-taxonomy .sub-menu li {
	padding: 0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}

.s-mobile-nav .slicknav_menutxt .fa {
	margin-right: 0;
	color: #000;
}
.slicknav_arrow {
	display: none;
}

.slicknav_nav .sub-menu {
	display: block !important;
}

.slicknav_nav .menu-item-type-post_type {
	color: #000;
	font-size: 21px;
	line-height: 25px;
	font-weight: 500;
}

/* Posts and comments navigation */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 45px;
	overflow: hidden;
}

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

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

.post-navigation a,
.posts-navigation a {
	display: block;
	padding: 15px 25px;
	border: 0;
	color: #fff;
	font-weight: 700;
	background-color: #9FAFF1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-appearance: none;

}
.post-navigation a:hover,
.posts-navigation a:hover {
	background-color: #17191B;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	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. */
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget,
.widget a {
	color: #8C8F94;
}
.widget-title {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 10px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f1f1f1;
}
.widget-title::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 10px;
	width: 30px;
	height: 5px;
	background-color: #9FAFF1;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search {
	padding: 0;
    border: none;
}

input[type="search"],
.aws-container .aws-search-field {
	padding: 6px 16px !important;
	background-color: #fff;
	border: 1px solid #CFD1DA;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px !important;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
}

input[type="search"]::-webkit-input-placeholder,
.aws-container .aws-search-field::-webkit-input-placeholder {
	padding-left: 34px;
	background: url("/wp-content/themes/12stuls/images/search.png") no-repeat 0px center;
	color: #CFD1DA;
}

input[type="search"]::-moz-placeholder,
.aws-container .aws-search-field::-moz-placeholder {
	padding-left: 34px;
	background: url("/wp-content/themes/12stuls/images/search.png") no-repeat 0px center;
	color: #CFD1DA;
}

input[type="search"]:-ms-input-placeholder,
.aws-container .aws-search-field:-ms-input-placeholder {
	padding-left: 34px;
	background: url("/wp-content/themes/12stuls/images/search.png") no-repeat 0px center;
	color: #CFD1DA;
}

input[type="search"]::-ms-input-placeholder,
.aws-container .aws-search-field::-ms-input-placeholder {
	padding-left: 34px;
	background: url("/wp-content/themes/12stuls/images/search.png") no-repeat 0px center;
	color: #CFD1DA;
}

input[type="search"]::-webkit-input-placeholder, .aws-container .aws-search-field::-webkit-input-placeholder {

	padding-left: 34px;
	background: url("/wp-content/themes/12stuls/images/search.png") no-repeat 0px center;
	color: #CFD1DA;
}

input[type="search"]::-moz-placeholder, .aws-container .aws-search-field::-moz-placeholder {

	padding-left: 34px;
	background: url("/wp-content/themes/12stuls/images/search.png") no-repeat 0px center;
	color: #CFD1DA;
}

input[type="search"]:-ms-input-placeholder, .aws-container .aws-search-field:-ms-input-placeholder {

	padding-left: 34px;
	background: url("/wp-content/themes/12stuls/images/search.png") no-repeat 0px center;
	color: #CFD1DA;
}

input[type="search"]::-ms-input-placeholder, .aws-container .aws-search-field::-ms-input-placeholder {

	padding-left: 34px;
	background: url("/wp-content/themes/12stuls/images/search.png") no-repeat 0px center;
	color: #CFD1DA;
}

input[type="search"]::placeholder,
.aws-container .aws-search-field::placeholder {

	padding-left: 34px;
	background: url("/wp-content/themes/12stuls/images/search.png") no-repeat 0px center;
	color: #CFD1DA;
}

.widget_search .search-submit,
.aws-container .aws-search-form .aws-form-btn {
	display: none;
}

.woocommerce .star-rating span {
	color: #9FAFF1;
}
/* Footer widgets */
.footer-widgets .widget {
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single-thumb {
	margin-bottom: 30px;
}
.entry-title {
	margin: 0 0 15px;
}
.entry-title a {
	color: #1c1c1c;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.entry-title a:hover {
	color: #9FAFF1;
	text-decoration: none;
}
.entry-thumb,
.inner-content {
	width: 50%;
	float: left;
}
.inner-content {
	padding-left: 30px;
}
.inner-content.no-thumb {
	width: 100%;
	float: none;
	padding: 0;
}
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
    color: #AFAFAF;
    font-style: italic;
}
.cat-links,
.tags-links {
	margin-right: 15px;
}
.page-header {
    padding-bottom: 30px;
    margin: 0;
    border-bottom: 0;
}
.page-header .page-title {
	margin: 0;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: 60px;
}
.comments-title {
	margin: 0;
	font-size: 24px;
	padding: 30px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	font-size: 12px;
	margin-bottom: 30px;
}
.comment-body {
	padding: 30px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	margin-bottom: 15px;
}
.reply {
	text-align: right;
}
.comment-reply-link {
	padding: 5px;
	background-color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a.comment-reply-link {
	text-decoration: none;
}
a.comment-reply-link:hover {
	color: #000;
	-webkit-box-shadow: 0 0 1px #505050;
	        box-shadow: 0 0 1px #505050;
}
.comments-area a.url {
	text-decoration: underline;
}
.comment-metadata a,
.comments-area a.url {
	color: #444;
}
.comment-respond {
	margin-top: 60px;
}
.comment-form .form-submit {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

img {
	/*height: auto;*/ /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background-color: #fff;
	padding: 32px 0 18px !important;
}

.site-logo {
	max-height: 80px;
	max-width: 100%;	
}

.site-header .site-logo {
	width: 132px;
}

.site-title {
	margin: 0;
}
.site-description {
	color: #a9a9a9;
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 400;
}
.site-title a,
.site-title a:hover {
	text-decoration: none;
	color: #1c1c1c;
}
.header-inner-text {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.site-branding {
	padding: 0;
}

.site-header .l-flx-def > .site-branding {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

/* Header contact */
.header-promo {
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
.promo-box {
	display: inline-block;
	vertical-align: top;
}

.wp-block-column.promo-box p {
	margin: 0;
}

.header-promo .container {
	display: block;
}
/* Nav cart */
.nav-cart a {
	display: inline-block;
}
.nav-cart,
.nav-cart a {
	color: #fff !important;
}
.nav-cart a:hover {
	color: #fff;
}
li.nav-cart {
	margin-left: 15px;
	background-color: #9FAFF1;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 13px;
}
/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
.hero-section {
	max-width: 1230px;
}
.header-slider {
	width: 950px;
}
.header-image {
	width: 100%;
	float: left;
	background-size: cover;
}
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.content-area {
	width: 950px;
}
.widget-area {
	width: 250px;
	min-height: auto !important;
	padding-right: 40px;
}

#aws_widget-3 {
	margin-bottom: 20px;
}
.content-area {
	margin-top: 27px;
}
.content-wrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	background-color: #fff;
}
.page-template-page_front-page .site-content {
	margin-top: 0;
	margin-bottom: 0;
}
.page-template-page_front-page {
	background-color: #fff;
}
.page-template-page_fullwidth .content-area,
.fullwidth,
.fullwidth-single .content-area {
	width: 100%;
}
/* 404 */
.error404 .content-area {
	text-align: center;
}
.error404 .widget_recent_entries ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
## Homepage sections
--------------------------------------------------------------*/
.home-section {
	padding: 0 0 30px;
}

.home-section.cta-section .container {
	display: block;
}
.section-title {
	position: relative;
	margin: 0 0 48px;
}

.section-title span,
.woo-title.entry-title,
.entry-header .entry-title {
	display: block;
	padding: 0 15px;
	border-left: 5px solid #FFEE17;
	font-size: 36px;
	line-height: 40px;
}

.entry-header .entry-title {
	margin: 0 0 50px;
	font-weight: 400;
}
/* Products */
.products-loop .woocommerce ul.products .owl-item li {
	width: 100% !important;
	margin: 0 !important;
}
.products-loop .owl-item {
	padding: 0 15px;
}
.products-loop .inner-section {
	padding-left: 15px;
}
/* CTA */
.cta-section {
	background-color: #2C292A;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}
.cta-text {
	margin-bottom: 45px;
	font-size: 24px;
}
/* Categories */
.cats-loop {
    margin-top: -58px;
	background-color: #f7f7f7;
}
.cats-loop .product-category.product {
	position: relative;
}
.cats-loop .woocommerce:nth-child(odd) .product-category.product .product-img-wrap,
.cats-loop mark {
	display: none;
}

.woocommerce-page.columns-1 ul.products li.product, 
.woocommerce.columns-1 ul.products li.product {
	width: auto;
}

.woocommerce-page.columns-6 ul.products li.product, 
.woocommerce.columns-6 ul.products li.product {
    width: 15.56%;
}

.woocommerce-page.columns-6 ul.products li.product:last-child, 
.woocommerce.columns-6 ul.products li.product:last-child {
    margin-right: 0;
}

.woocommerce.columns-6 .products ul, 
.woocommerce.columns-6 ul.products {
	margin: 0 0 20px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	margin-bottom: 20px;
}

.woocommerce ul.products li.product:not(last-child), 
.woocommerce-page ul.products li.product:not(last-child) {
	margin-right: 12px;
}

.cats-loop .section-title {
	margin-bottom: 50px;
    padding-top: 103px;
	outline: none;
}

.cats-loop .woocommerce .product-category.product .product-img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 138px;
	height: 158px;
	padding: 10px;
	border: 1px solid #CFD1DA;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px;
}

.cats-loop .woocommerce .product-category.product img {
	width: auto;
}

.cats-loop .woocommerce .product.product-category .woocommerce-loop-category__title {
	min-height: auto;
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: 300;
}



.cats-loop .woocommerce.columns-6 .product.product-category .woocommerce-loop-category__title {
	padding: 0 10px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	text-align: center;
	word-wrap: normal;
}

.woocommerce ul.products li.product a .woocommerce-loop-category__title {
	-webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.cats-loop .woocommerce-products-header, 
.cats-loop .woocommerce ul.products {
	padding: 0;
}

.cats-loop .woocommerce ul.products.columns-1 {
	margin-bottom: 0;
}

.cats-loop .woocommerce ul.products li.product, 
.cats-loop .woocommerce-page ul.products li.product {
	margin-bottom: 40px;
}

.cats-loop .woocommerce ul.products li.product a img {
	max-height: 138px;
	height: auto;
	border-radius: 10px;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.preloader {
    background-color: #fff;
    height: 100%;
    opacity: 1;
    position: fixed;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9999;
}
.preloader .preloader-inner {
    left: 40%;
    position: relative;
    top: 45%;
    width: 20%;
    font-size: 32px;
    color: #9FAFF1;
    font-weight: 700;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
## lx.p
--------------------------------------------------------------*/
.d-bgrd-theme {
	background-color: #f8f5fe;
	padding: 72px 40px 140px;
}

.d-icon-home {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/12stuls/images/home.png") no-repeat;
}

.d-icon-phone,
.d-icon-address {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 15px;
	background-size: contain;
	background-repeat: no-repeat;
}

.d-icon-phone {
	background-image: url("/wp-content/themes/12stuls/images/phone-call.png")
}

.d-icon-address {
	background-image: url("/wp-content/themes/12stuls/images/maps-and-flags.png")
}

a:hover > .d-icon-home {
	background-image: url("/wp-content/themes/12stuls/images/home-hvr.png");
}

#page {
	padding: 127px 0 0;
}
.site-header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.type-page,
.home-section {
	width: 910px;
	margin-left: 38px;
}

.wp-block-column:not(:first-child) {
    margin-left: 0;
}

.c-btn,
input[type="submit"].c-btn {
	display: inline-block;
	padding: 20px 34px;
	background-color: #FFEE17;
	border-radius: 10px;
	border: 0;
	color: #23212F;
	vertical-align: top;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.c-btn--mobile {
	display: none;
}

.c-btn:hover,
input[type="submit"].c-btn:hover,
.c-slider__link:hover .c-btn {
	background-color: #EADA15;
	text-decoration: none;
	color: #23212F;
}

.c-btn--send,
input[type="submit"].c-btn--send {
	background-image: url("/wp-content/themes/12stuls/images/arrow.png");
	background-repeat: no-repeat;
	background-position: 136px 50%;
    padding: 18px 95px 18px 26px;
    font-size: 18px;
    font-weight: 500;
}

.widget .c-btn {
	margin: 26px 0 0;
	padding: 15px 31px;
	font-size: 18px;
}

.site-header .c-btn {
	padding: 17px 32px;
	font-size: 18px;
}

.c-contact-form .c-btn--send {
	margin-top: 40px;
}

.mobile-menu {
	display: none;
}

.mobile-menu > * {
	vertical-align: middle;	
}

.c-text-pad {
	padding: 0 260px 0 0;
	margin: 0 0 25px;
}

.c-list-text {
	list-style: none;
	margin: 0 0 75px;
	padding: 0;
}

.c-list-text li {
	position: relative;
    padding: 0 0 0 30px;
	margin: 0 0 25px;
}

.c-list-text li::before {
	content: "\2022";
    position: absolute;
    left: 0;
    top: 0px;
	display: block;
	padding: 0 10px;
	color: #FFEE17;
}

.с-contact-box {
	padding: 0 0 0 64px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.с-contact-box--email {
	width: 250px;
	background-image: url("/wp-content/themes/12stuls/images/mail.png");
}

.с-contact-box--phone {
	width: 242px;
	padding-left: 59px;
	background-image: url("/wp-content/themes/12stuls/images/phone-call.png")
}

.wp-block-column.promo-box .с-contact-box--phone {
	margin: 0 0 0 59px;
}

#secondary .с-contact-box--phone,
#secondary .с-contact-box--email {
    width: auto;
    padding-left: 36px;
    margin: 0 0 10px;
	-webkit-background-size: 25px;
	     -o-background-size: 25px;
	        background-size: 25px;
    background-position: 0 0;
}

.wp-block-column.promo-box .с-contact-box--email {
	margin: 0 0 0 70px;
}

#secondary .с-contact-box--email .с-contact-box__text--hidden-foot {
    display: none;
}

.с-contact-box--address {
	width: 316px;
	padding-left: 52px;
	background-image: url("/wp-content/themes/12stuls/images/maps-and-flags.png")
}

.promo-box-wrap {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 300px;
}

.site-header .promo-box--address {
	-webkit-flex-grow: 1;
	        flex-grow: 1;
}

.site-header .с-contact-box--address,
#secondary .с-contact-box--address {
	width: auto;
	padding-left: 36px;
	-webkit-background-size: 25px;
	     -o-background-size: 25px;
	        background-size: 25px;
	background-position: 0 0;
}

#secondary .с-contact-box--address {
    margin: 0 0 10px;
}

.site-header .с-contact-box--phone {
    width: auto;
    padding-left: 0;
    background-image: none;
}

.site-header .с-contact-box--phone .с-contact-box__text {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}

.site-header .с-contact-box--mode .с-contact-box__text {
	font-size: 18px;
	line-height: 24px;
}

.с-contact-box--mode {
	padding: 0;
}

.c-footer .с-contact-box {
	width: auto;
	padding: 0;
	background-image: none;
}

.с-contact-box__text {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	color: #23212F;
}

.c-footer .с-contact-box__text--hidden-foot {
	display: none;
}

.с-contact-box__link:hover,
.с-contact-box__link:hover .с-contact-box__text {
	color: #FFEE17;
	text-decoration: none;
}

.site-header .с-contact-box--address .с-contact-box__text {
	font-size: 15px;
	line-height: 18px;
}

.с-contact-box.с-contact-box--whatsapp {
    padding: 0;
}

.с-contact-box.с-contact-box--whatsapp .fab {
    margin: 0 8px 0 0;
    font-size: 28px;
    color: #29ac00;
    vertical-align: middle;
}

.с-contact-box.с-contact-box--whatsapp .с-contact-box__text {
    display: inline-block;
    vertical-align: middle;
}

.c-footer {
	padding: 70px 0 20px;
	background-color: #191917;
}

.c-footer .container:first-child {
	margin-bottom: 30px;
}

.c-footer__wrap,
.c-footer .sidebar-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.c-footer__item {
	width: 24%;
}

.c-footer__item:first-child {
	padding: 42px 50px 0 0;
}

.c-footer__item--sidebar {
	width: 52%;
	padding: 0;
}

.c-footer .sidebar-column aside {
	width: 50%;
}

.c-footer .sidebar-column aside#nav_menu-3 {
	padding-left: 132px;
}

.c-footer .sidebar-column aside#nav_menu-5 {
	padding-left: 149px;
}

.c-footer__title,
.c-footer .widget-title,
.c-footer .menu li:first-child {
	margin: 0 0 20px;
	padding: 0;
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom: 0;
}

.c-footer .menu li:not(:first-child) {
	margin: 0 0 17px;
}

.c-footer .menu li:last-child {
	margin: 0;
}

.c-footer .menu li:first-child a {
	color: #FFFFFF;
}

.c-footer .menu li:first-child a:hover {
	color: #FFEE17;
}

.c-footer .menu li:not(:first-child) {
	font-size: 18px;
	font-weight: 300;
}

.c-footer .widget-title::after {
	display: none;
}

.c-footer,
.c-footer.site-footer a,
.c-footer .с-contact-box__text {
	color: #9F9F9F;
	font-weight: 300;
}

.c-footer, .c-footer.site-footer a:hover {
	color: #FFEE17;
	text-decoration: none;
}

.c-footer .с-contact-box {
	margin: 0 0 17px;
}

.c-footer .с-contact-box--mode .с-contact-box__text {
	margin: 0 0 15px;
}

.c-footer .product-categories,
.c-footer .menu {
	padding: 0;
	list-style: none;
}

.c-copyr{
	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;
}

.c-copyr__ofer {
    width: 480px;
    margin: 0;
    color: #adadad;
    font-size: 11px;
    line-height: 1.55;
    font-weight: 400;
}

.c-copyr__link {
    width: 240px;
}

.c-slider__item,
.c-slider__link {
	display: block;
	width: 950px;
	height: 400px;
}

.c-slider__item {
	position: relative;
	border-radius: 20px;
}

.c-slider__link *,
.c-slider__link:hover {
	color: #23212F;
	text-decoration: none;
}

.c-slider__img {
	position: absolute;
	top: 44px;
	left: 532px;
    height: 330px;
}

.c-slider__text {
	position: absolute;
	top: 100px;
	left: 74px;
	width: 420px;
	margin: 0;
	font-size: 25px;
	line-height: 36px;
	letter-spacing: 0.4px;
}

.c-slider__btn {
	position: absolute;
	left: 74px;
	top: 244px;
    font-size: 20px;
}

.c-slider__desc {
	position: absolute;
	top: 65px;
	right: 82px;
	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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	width: 174px;
	height: 174px;
	border-radius: 50%;
	background: #FFEE17;
}

.c-slider__category,
.c-slider__name {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

.c-slider__category {
	margin-top: -12px;
}

.c-slider__name {
	margin-bottom: 4px;
}

.c-slider__price {
    margin: 0 0 4px;
    font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.c-slider__sm-font {
	opacity: .2;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

#post-41 .entry-header {
	display: none;
}


.wp-block-columns:not(:last-child) {
	margin-bottom: 104px;
}


.wp-block-columns:last-child {
	margin-bottom: 0;
}

.wp-block-columns:first-child {
	margin-bottom: 70px;
}

.wp-block-columns.promo-box-block {
	margin: -10px 0 96px;
}

.c-title {
    display: block;
    margin: 0 0 70px;
    padding: 0 15px;
    border-left: 5px solid #FFEE17;
    font-size: 42px;
    line-height: 44px;
}

.c-title--no-decor {
	margin: 0 0 40px;
	padding: 0;
	border-left: 0;
	font-weight: 400;
	line-height: 52px;
}

.c-title-3 {
	margin: 0 0 36px;
}

.c-sub-title {
	margin: -42px 0 66px;
}

.c-sub-title a {
	color: #23212F;
}

.c-sub-title a:hover {
	text-decoration: none;
}


.c-category-title {
    margin: 0 0 40px;
    font-size: 28px;
    font-weight: 300;
}

.c-form__label {
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.c-form__label:nth-child(1),
.c-form__label:nth-child(2) {
	margin: 0 0 62px;
}

.c-form__label:nth-child(odd) {
	padding: 0 65px 0 0;
}

.c-form__label:nth-child(even) {
	padding: 0 55px 0 8px;
}

.c-form__label input {
	padding: 14px 0;
}

.c-form__label input::-webkit-input-placeholder  {
	background-color: transparent;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.c-form__label input::-moz-placeholder  {
	background-color: transparent;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.c-form__label input:-ms-input-placeholder  {
	background-color: transparent;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.c-form__label input::-ms-input-placeholder  {
	background-color: transparent;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.c-form__label input,
.c-form__label input::placeholder,
.c-form__name  {
	background-color: transparent;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.c-form__label input::-webkit-input-placeholder {
	color: #9B9FAE;
}

.c-form__label input::-moz-placeholder {
	color: #9B9FAE;
}

.c-form__label input:-ms-input-placeholder {
	color: #9B9FAE;
}

.c-form__label input::-ms-input-placeholder {
	color: #9B9FAE;
}

.c-form__label input::placeholder {
	color: #9B9FAE;
}

.c-form__name {
	display: none;
}

/*.c-form__label .wpcf7-form-control-wrap:focus-within ~ .c-form__name,
.c-form__label input:focus::placeholder {
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 14px;
}*/

.wpcf7-list-item {
	margin: 34px 0 0;
}

.c-form__checkbox {
	display: none;
}

.c-form__checkbox ~ .wpcf7-list-item-label {
	position: relative;
	padding: 0 0 0 35px;
	color: #9F9F9F;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	cursor: pointer;
}

.c-form__checkbox ~ .wpcf7-list-item-label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid #000000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.c-form__checkbox:checked ~ .wpcf7-list-item-label::after {
	position: absolute;
	top: 4px;
	left: 5px;
	display: block;
	width: 12px;
	height: 9px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.c-benefits .wp-block-columns {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.c-benefits__item {
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	width: 33.33%;
	margin: 0 0 30px;
}

.c-benefits__item--reputation,
.c-benefits__item--warehouse {
	padding: 0 90px 0 0;
}

.c-benefits__item--range {
	padding: 0 47px;
}

.c-benefits__item--development {
	padding: 0 8px 0 47px;
}

.c-benefits__item--prices,
.c-benefits__item--rights {
	padding: 0 0 0 93px;
}

.c-benefits__item--furniture {
	padding: 0 60px 0 0px;
}

.c-benefits__item::before {
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 0 22px;
	background-color: #23212F;
	background-position: center;
	background-repeat: no-repeat;
	border: 6px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 1px #CFD1DA;
	        box-shadow: 0 0 0 1px #CFD1DA;
}

.c-benefits__item--reputation::before {
	background-image: url("/wp-content/themes/12stuls/images/cup.png");
}

.c-benefits__item--range::before {
	background-image: url("/wp-content/themes/12stuls/images/chair.png");
}

.c-benefits__item--prices::before {
	background-image: url("/wp-content/themes/12stuls/images/coins.png");
}

.c-benefits__item--warehouse::before {
	background-image: url("/wp-content/themes/12stuls/images/box.png");
}

.c-benefits__item--development::before {
	background-image: url("/wp-content/themes/12stuls/images/pencil.png");
}

.c-benefits__item--rights::before {
	background-image: url("/wp-content/themes/12stuls/images/certificate.png");
}

.c-benefits__item--chair::before {
	background-image: url("/wp-content/themes/12stuls/images/chair2.png");
}

.c-benefits__item--office::before {
	background-image: url("/wp-content/themes/12stuls/images/office.png");
}

.c-benefits__item--furniture::before {
	background-image: url("/wp-content/themes/12stuls/images/furniture.png");
}

.c-benefits__title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.c-benefits__desc {
	color: #9B9FAE;
	font-size: 14px;
	line-height: 17px;
}

.l-benefits-m-tt {
	margin-top: -65px;
}

.c-box-list {
    margin-top: 17px;
}

.c-box-list .c-title {
	margin: -2px 0 62px 82px;
}

.c-box-list--left .c-title {
	margin: 0 82px 67px 0;
}

.c-list {
	margin: 0 5px 0 82px;
	counter-reset: list;
	padding: 0;
	list-style: none;
}

.c-box-list--left .c-list {
	margin: 0 104px 0 0;
}

.c-list li::before {
    counter-increment: list;
    content: "0" counter(list) " ";
    display: block;
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 38px;
    color: #FFEE17;
}

.c-list li {
	margin: 0 0 58px;
	font-size: 18px;
	line-height: 22px;
	color: #9B9FAE;
}

.c-list li:last-child {
	margin: 0;
}

#post-1451 .wp-block-columns {
    margin: 0 0 30px;
}

.c-color-block:first-child,
.c-color-block:not(:last-child) {
    margin: 0;
}

.c-color-block .wp-block-column {
    margin: 0 25px 25px 0;
}

.c-color-block .wp-block-column:nth-child(5) {
    margin: 0 0 25px;
}

.c-color-block p {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    text-align: center; 
}

.c-color-block img {
    height: 203px;
    margin: 0 0 5px;
    border: 1px solid #CFD1DA;
    border-radius: 10px;
}


.c-modal-contacts {
	display: none;
	width: 58px;
	height: 22px;
	background-size: 22px;
	background-image: url("/wp-content/themes/12stuls/images/phone-call.png"), 
					  url("/wp-content/themes/12stuls/images/maps-and-flags.png");
	background-position: 0, 100%;
	background-repeat: no-repeat;
	font-size: 0;
	vertical-align: middle;
}

/* Окна */
.modal_div {
	display: none;
	position: absolute;
    left: 9999px;
    top: 188px;
    width: 100%;
    height: calc(100vh - 188px);
    padding-top: 24px !important;
    z-index: 99;
    background-color: #fff;
    text-align: left;
    overflow: auto;
    -webkit-box-shadow: inset 0px 7px 12px -7px #eeeef1;
    box-shadow: inset 0px 7px 12px -7px #eeeef1;
    -webkit-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
}

.modal_div.active {
	left: 0;
}

.modal_wrap {
	position: relative;
	width: 910px;
    margin: 0 auto;
}

.modal_div .с-contact-box {
	margin-bottom: 10px;
	padding: 0 0 0 64px;
}

.modal_div .с-contact-box--whatsapp {
	padding: 0;
}

.modal_div .с-contact-box.с-contact-box--whatsapp .fab {
	margin: 0 29.7px 0 0;
	font-size: 40px;
}

/* Кнопка закрыть */
.modal_close {	
	display: none;
	width: 58px;
	height: 25px;
	cursor: pointer;
	text-align: right;
}

.open_modal {
	position: relative;
}

.open_modal.active {
	display: none;
}

.open_modal.active ~ .mobile-nav {
	position: relative;
}

.open_modal.active ~ .mobile-nav::after {
	content: '';
	position: absolute;
	top: -16px;
	right: 0;
	display: block;
	width: 49px;
	height: 60px;
	background-color: rgba(256, 256, 256, 0.75);
}

.open_modal.active ~ .modal_close {
	display: inline-block;
	vertical-align: middle;
}

.modal_close .fa-bars::before {
	content: '\f00d';
}

.woocommerce .woocommerce-breadcrumb {
	position: relative;
	margin: 0 0 24px;
	padding: 12px 38px;
	border: 0;
}

.woocommerce .woocommerce-breadcrumb::after {
	content: "";    
	display: inline-block;
	width: 14px;
	height: 20px;
	background-color: #FFF;
}

/*.woocommerce .woocommerce-breadcrumb::before {
	position: absolute;
    left: 58px;
    top: 18px;
}*/

.woocommerce .woocommerce-breadcrumb::after {    
	position: relative;
	top: 4px;
    margin: 0 0 0 -14px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	color: #CFD1DA;
	font-size: 18px;
	line-height: 22px;
	}

.woocommerce .woocommerce-breadcrumb a {
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    vertical-align: middle;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	text-decoration: none;
}

#breadcrumb-product-name {
	display: none;
}

.woocommerce div.product {
	padding: 0 0 0 38px;
}

.woocommerce div.product .product_title {
	margin: 0 0 27px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}

.woocommerce .sku_wrapper {
	display: none;
    margin: 0 0 27px;
	color: #CFD1DA;
	font-size: 21px;
	line-height: 25px;
}

.woocommerce div.product div.images {
	width: 53% !important;
	margin-bottom: 30px;
}

.woocommerce-product-gallery .flex-viewport {
	height: 424px;
	margin: 0 0 20px;
}

.woocommerce-product-gallery figure {
	height: 100%;
}

.woocommerce-product-gallery__wrapper > div {
	height: 100%;
}

.woocommerce-product-gallery__wrapper > div > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	margin: 0 1px 0 0;
	border: 1px solid #CFD1DA;
	border-radius: 20px;
}

.woocommerce div.product div.images img {
	width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 400px;
}

.pswp__item {
	background-color: #fff;
}

.woocommerce .flex-control-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 23%;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 12px;
	border: 1px solid #CFD1DA;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:not(:nth-child(4n)) {
    margin-right: 12px;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover {
	border-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #ffee17;
            box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #ffee17;
}

.woocommerce .entry-summary {
	margin: 0;
	padding: 0 0 0 15px;
}

.woocommerce div.product div.summary {
	width: 42.5% !important;
	padding-top: 18px;
}

.woocommerce div.product .price {
	margin: 0 0 2px;
	color: #23212F !important;
	font-size: 32px !important;
	line-height: 39px;
	font-weight: 700;
}

.woocommerce .product .price-name {
	color: #CFD1DA;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.woocommerce-product-details__short-description {
	padding: 5px 0 0;
}

.woocommerce-product-details__short-description h4 {
	margin: 10px 0 24px;
}

.woocommerce-product-details__short-description ul {
	padding: 0 0 0 22px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
}

.woocommerce-product-details__short-description li {
	margin: 0 0 22px;
	padding: 0 0 0 5px;
}

.woocommerce-product-attributes-item__value p {
	color: #9B9FAE;
	font-weight: 300;
}

.woocommerce .cart {
	display: none;
}

.product_meta {
	padding-top: 20px;
}

.woocommerce table.shop_attributes {
	border: 0;
}

.woocommerce-product-attributes-item--attribute_pa_color,
.woocommerce-product-attributes-item--attribute_pa_color-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	display: inline-block;
	padding: 0;
	background-color: transparent;
    border: 0;
    text-align: left;
    vertical-align: middle;
}

.woocommerce table.shop_attributes th {
	width: 182px;
	padding: 0 20px 0 0;
	font-size: 24px;
}

.woocommerce table.shop_attributes td {
	width: 150px;
}

.woocommerce-product-attributes-item--attribute_pa_color p,
.woocommerce-product-attributes-item--attribute_pa_color-1 p {
	font-size: 0;
	line-height: 0;
	pointer-events: none;
}

.woocommerce table.shop_attributes td p {
	padding: 0;
}

.woocommerce-product-attributes-item__value a::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 15px 15px 0;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	vertical-align: top;
}

.woocommerce-product-attributes-item__value a:nth-child(3n)::before {
	margin: 0 0 15px 0;
}

.woocommerce-product-attributes-item__value a[href*="black"]::before {
	background-color: #191917;
}

.woocommerce-product-attributes-item__value a[href*="beige"]::before {
	background-color: #F3EFE4;
}

.woocommerce-product-attributes-item__value a[href*="orange"]::before {
	background-color: #FFB961;
}

.woocommerce-product-attributes-item__value a[href*="blue"]::before {
	background-color: #00538A;
}

.woocommerce-product-attributes-item__value a[href*="gray"]::before {
	background-color: #808080;
}

.woocommerce-product-attributes-item__value a[href*="white"]::before {
	background-color: #FFFFFF;
	border: 1px solid #CFD1DA;
}

.woocommerce-product-attributes-item__value a[href*="raspberry"]::before {
	background-color: #DC143C;
}

.woocommerce-product-attributes-item__value a[href*="brown"]::before {
	background-color: #79553D;
}

.woocommerce-product-attributes-item__value a[href*="light-gray"]::before {
	background-color: #BBBBBB;
}

.woocommerce-product-attributes-item__value a[href*="dark-gray"]::before {
	background-color: #49423D;
}

.woocommerce-product-attributes-item__value a[href*="black-beige"]::before {
	background-color: #6A5D4D;
}

.woocommerce-product-attributes-item__value a[href*="burgundy"]::before {
	background-color: #9B2D30;
}

.woocommerce-product-attributes-item__value a[href*="lettuce"]::before {
	background-color: #99FF99;
}

.woocommerce-product-attributes-item__value a[href*="red"]::before {
	background-color: #B32821;
}

.woocommerce-product-attributes-item__value a[href*="milk"]::before {
	background-color: #FFFAF0;
	border: 1px solid #CFD1DA;
}

.woocommerce-product-attributes-item__value a[href*="light-brown"]::before {
	background-color: #987654;
}

.woocommerce-product-attributes-item__value a[href*="green"]::before {
	background-color: #008000;
}

.woocommerce-product-attributes-item__value a[href*="white-swan"]::before {
	background-color: #FFFFFF;
	border: 1px solid #CFD1DA;
}

.woocommerce-product-attributes-item__value a[href*="cornflower"]::before {
	background-color: #6495ED;
}

.woocommerce-product-attributes-item__value a[href*="golden-rattan"]::before {
	background-color: #B8860B;
}

.woocommerce-product-attributes-item__value a[href*="lime"]::before {
	background-color: #00FF00;
}

.woocommerce-product-attributes-item__value a[href*="dark-burgundy"]::before {
	background-color: #4F0014;
}

.woocommerce-product-attributes-item__value a[href*="dark-brown"]::before {
	background-color: #654321;
}

.woocommerce-product-attributes-item__value a[href*="black-plus"]::before {
	background-color: #0A0A0A;
}

.woocommerce-product-attributes-item__value a[href*="yellow"]::before {
	background-color: #FFFF00;
}

.woocommerce-product-attributes-item__value a[href*="light-blue"]::before {
	background-color: #42AAFF;
}

.woocommerce-product-attributes-item__value a[href*="gray-blue"]::before {
	background-color: #B0E0E6;
}

.woocommerce-product-attributes-item__value a[href*="sandy"]::before {
	background-color: #FDEAA8;
}

.woocommerce-product-attributes-item__value a[href*="pink"]::before {
	background-color: #FC89AC;
}

.woocommerce .woocommerce-tabs h2 {
	display: none;
}

.woocommerce .woocommerce-tabs p {
	position: relative;
	width: 645px;
    padding: 0 0 0 25px;
	font-size: 18px;
	line-height: 22px;
	color: #23212F;
	font-weight: 300;
}

.woocommerce .woocommerce-tabs p::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 2px;
	display: block;
	width: 5px;
	height: 40px;
	background-color: #FFEE17;
}

.woo-related-products-container {
	width: 912px;
	margin: 97px 0 0 38px;
}

.woorelated-title {
	margin-bottom: 46px;
	padding: 0 180px;
	text-align: center;
}

.woo-related-products-container {
	position: relative;
}

.woocommerce-page .woo-related-products-container ul.products {
	margin: 0 0 154px;
	padding: 0 52px;
}

.woocommerce-page .woo-related-products-container ul.products  li.product {
	margin: 0 30px 0 0;
	padding: 15px 30px !important;
}

.woocommerce-page .woo-related-products-container ul.products  li.product:last-child {
	margin: 0;
}

.woocommerce .woo-related-products-container ul.products li.product .woocommerce-loop-product__link {
	padding: 10px;
}

.woo-related-products-container .owl-controls,
.woo-related-products-container  li h2,
.woo-related-products-container  li div:not(.woocommerce_thumbnail-wrap) {
	display: none !important;
}

.woo-related-products-container .customNavigation {
	font-size: 0;
}

.woo-related-products-container .customNavigation a {
	position: absolute;
	bottom: 285px;
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}

.woo-related-products-container .customNavigation a.prev {
	left: 0;
	background-image: url("/wp-content/themes/12stuls/images/arrow-l.png");
}

.woo-related-products-container .customNavigation a.next {
	right: 0;
	background-image: url("/wp-content/themes/12stuls/images/arrow-r.png");
}

.before-shop {
	display: none;
}

.woocommerce ul.products li.product .product-img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 206px;
	margin: 0 0 20px;
	padding: 14px 10px;
	border: 1px solid #CFD1DA;
	border-radius: 20px;
}

.woocommerce ul.products li.product a:hover .product-img-wrap {
	border-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 2px #ffee17;
            box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 2px #ffee17;
}

.woocommerce ul.products li.product .product-img-wrap img {
	max-height: 174px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	padding: 0 10px;
}

.woocommerce .woocommerce-loop-category__title mark {
	display: none;
}

.woocommerce-products-header,
.woocommerce ul.products {
	padding: 0 0 0 38px;
}

.woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.woo-title.entry-title {
	margin: 0 0 72px;
}

.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product {
    width: 212px;
}

.woocommerce ul.products.columns-4 li.product:nth-child(4n), 
.woocommerce-page ul.products.columns-4 li.product:nth-child(4n) {
	margin-right: 0;
}

.woocommerce ul.products.columns-4 li.product:not(:nth-child(4n)), 
.woocommerce-page ul.products.columns-4 li.product:not(:nth-child(4n)) {
	margin-right: 20px;
}

.products-loop ul.products li, 
.woocommerce-page ul.products li.product {
	padding: 0 !important;
	border: 0;
}

.woocommerce ul.products li.product  .woocommerce-loop-product__link {
	display: block;
    padding: 14px;
    background-color: #fff;
	border: 1px solid #CFD1DA;
	border-radius: 20px;
	text-align: left;
}

.woocommerce ul.products li.product  .woocommerce-loop-product__link:hover {
	border-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 2px #ffee17;
            box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 2px #ffee17;
}

.woocommerce ul.products li.product a img {
    width: auto;
    margin: auto;
}

.woocommerce_thumbnail-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	height: 180px;
}

.woocommerce ul.products li.product.type-product a img {
	max-height: 160px;
}

.woocommerce ul.products.owl-carousel li.product.type-product a img {
	height: 235px;
}

.woocommerce ul.products li.product h2 {
	margin: 4px 0 4px;
	font-size: 18px;
	line-height: 20px;
	color: #23212F;
	font-weight: 400;
}

.woocommerce ul.products li.product a:hover h2.woocommerce-loop-category__title {
    color: #ffee17;
}

.woocommerce-loop-product__price-block {
	display: inline-block;
	vertical-align: top;
}

.woocommerce-loop-product__price-block--opt {
	width: 41%;
}

.woocommerce-loop-product__price-block--rozn {
	width: 55%;
}

.woocommerce ul.products li.product  .woocommerce-loop-product__link .price {
	margin: 0 0 4px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}

.woocommerce .product .woocommerce-loop-product__link .price-name {
	font-size: 10px;
	line-height: 10px;
	color: #9B9FAE;
}

.woocommerce-Price-currencySymbol {
	display: none;
}

span.rur {
    font-family: 'rouble';
}

.c-contact-form {
	margin: 0 0 74px;
}

.c-contact-form--m-b-r {
	margin-bottom: 0;
}

.c-contact-form .c-title {
	font-size: 32px;
	line-height: 40px;
}

.wp-block-image.m-b {
	margin-bottom: 72px;
}

.back_to_top {
	font-size: 10px;
	line-height: 12px;
	color: #9F9F9F;
	text-align: center;
	text-decoration: underline;
}

.l-flx-def {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.dib {
	display: inline-block;
	vertical-align: middle;
}

.m-t-015 {
	margin-top: 15px;
}

.m-b-r {
	margin-bottom: 0 !important;
}

.p-r-08 {
	padding-right: 8px;
}

.tal {
	text-align: left;
}

.tablet-only,
.mobile-only {
	display: none !important;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1249px) {
	.tablet-only {
		display: block !important;
	}

	.preloader .preloader-inner {
		left: 35%;
		width: 30%;
		font-size: 20px;
	}

	#page {
    	padding: 140px 0 0;
	}
	.content-area {
		width: 100%;
	}
	.widget-area,
	.main-navigation,
	.secondary-navigation .menu,
	.head-navigation,
	.promo-box-wrap {
		display: none;
	}
	.mobile-menu,
	.mobile-nav,
	.s-mobile-nav,
	.c-modal-phone,
	.c-modal-address,
	.c-modal-contacts {
		display: inline-block;
	}
	.secondary-navigation {
		width: 100%;
		padding: 0;
		float: none;
	}
	.hero-section {
		display: block;
	}
    .mobile-nav .menu-item-1952 {
        display: none;
    }
	.secondary-navigation ul ul {
		float: none;
		position: relative;
		left: 0;
	}
	.secondary-navigation ul ul li {
		width: 100%;
	}
	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: auto;
	}
	li.nav-cart {
		margin: 0;
		border-radius: 0;
	}

	.type-page, 
	.home-section,
	.header-slider {
		margin: 0 auto;
	}

	.woocommerce .site-main {
		width: 910px;
		margin: 0 auto;
	}

	.woocommerce .woocommerce-breadcrumb {
		padding: 12px 0;
	}

	.woocommerce-products-header, 
	.woocommerce ul.products,
	.woocommerce div.product {
		padding: 0;
	}

	.woo-related-products-container {
		margin-left: 0;
	}

	.site-header .l-flx-def > .site-branding {
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
	}

	.site-header .site-logo {
    	max-height: 60px;
    	width: auto;
	}

	.c-btn--mobile {
		display: inline-block;
	}

	.site-header .c-btn {
		padding: 10px 15px;
		font-size: 18px;
	}

	.site-header .promo-box {
		display: none;
	}

	.site-header .l-flx-def {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.search-form {
		text-align: center;
	}

	.search-form__label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 280px;
		margin: 0 auto;
	}

	.search-form .search-submit {
		display: none;
		margin: 0 0 0 8px;
		padding: 15px;
		border: 0;
		border-radius: 10px;
    	font-size: 18px;
    	line-height: 22px;
    	font-weight: 400;
	}

	.search-form .search-field:focus ~ .search-submit {
		display: inline-block;
	}

	.header-slider,
	.c-slider__item, 
	.c-slider__link {
		width: 910px;
	}

	.c-slider__text {
		width: 350px;
		font-size: 21px;
		line-height: 28px;
	}
	
	.c-slider__desc {
		top: 50px;
   		right: 100px;
	}

	.c-slider__img {
		left: 495px;
	}

    .cats-loop {
        margin-top: -69px;
    }

    .cats-loop .section-title {
        padding-top: 169px;
    }

	.c-footer__item:first-child {
		padding-right: 0;
	}

	.c-footer .с-contact-box__text {
		font-size: 16px;
	}

	.c-footer__title, 
	.c-footer .widget-title, 
	.c-footer .menu li:first-child {
		font-size: 26px;
		line-height: 32px;
	}

	.c-footer__item {
    	width: 25%;
	}

	.c-footer__item--sidebar {
		width: 50%;
	}

	.c-footer .sidebar-column aside#nav_menu-3,
	.c-footer .sidebar-column aside#nav_menu-5 {
    	padding-left: 0;
    }

	.woocommerce-product-attributes-item__value a:nth-child(5n)::before {
		margin: 0 15px 15px 0;
	}

}

@media only screen and (max-width: 959px) {
	.header-slider, 
	.c-slider__item, 
	.c-slider__link,
	.slicknav_nav li,
	.type-page, 
	.home-section,
	.woocommerce .site-main,
	.woo-related-products-container,
	.modal_wrap {
		width: 720px;
	}
	
	.slicknav_nav > li:last-child {
		margin-bottom: 10px;
	}

	.header-slider, 
	.c-slider__item, 
	.c-slider__link {
		height: 400px;
	}

	.c-slider__text {
		top: 140px;
		left: 35px;
		width: 340px;
	}

	.c-slider__btn {
	    left: 35px;
	    top: 250px;
	    font-size: 18px;
	    line-height: 24px;
    }

    .c-slider__desc {
    	top: 55px;
    	width: 160px;
    	height: 160px;
    	right: 50px;
    }

    .c-slider__category, 
    .c-slider__name {
    	font-size: 15px;
    }

    .c-slider__price {
    	font-size: 18px;
    	line-height: 25px;
    }

	.c-slider__img {
	    left: 376px;
	}

	.home-section {
		padding: 0 0 30px;
	}

    .cats-loop {
        margin-top: -89px;
    }

	.cats-loop .section-title {
		margin-bottom: 45px;
	}

	.woocommerce.columns-6 .products ul, 
	.woocommerce.columns-6 ul.products {
   		margin: 0 0 15px;
    }

    .woocommerce-page.columns-6 ul.products li.product, 
    .woocommerce.columns-6 ul.products li.product {
    	width: 23.3%;
	}

	.cats-loop .woocommerce .product-category.product .product-img-wrap {
		margin: 0 auto 20px;
	}

	.c-title {
    	margin: 0 0 50px;
	}

    .c-benefits__item {
    	padding: 0 25px 0 0;
    }

	.wp-block-columns:first-child,
	.wp-block-columns:not(:last-child) {
		margin-bottom: 100px;
	}

	.c-box-list {
		margin: 0;
	}

	.c-box-list .c-title {
    	margin: 0 0 60px 60px;
	}

	.c-list {
    	margin: 0 0 0 60px;
    }

    .c-list li {
    	margin: 0 0 40px; 
    }

    .c-box-list--left .c-list {
    	margin: 0 40px 0 0;
	}

	.c-box-list--left .c-title {
		margin: 0 0 60px 0;
	}

	.c-text-pad {
    	padding: 0 140px 0 0;
    }

	.c-sub-title {
		margin: -30px 0 77px;
	}

	.c-footer__logo {
		margin-bottom: 30px;
	}

	.c-footer__wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.c-footer__item {
    	width: 50%;
	}

	.c-footer__item:first-child {
		padding: 0;
	}

	.c-footer__item--sidebar {
    	width: 100%;
    	margin-top: 40px;
    }

    .c-copyr {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-copyr__ofer {
        text-align: center;
        margin: 0 0 20px;
    }

    .promo-box-block {
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    }

    .wp-block-columns.promo-box-block {
    	margin: 0 0 50px;
    }

    .wp-block-column.promo-box {
    	-ms-flex-preferred-size: auto;
    	    flex-basis: auto;
        margin-bottom: 30px;
    }

    .woocommerce ul.products.columns-4 li.product, 
    .woocommerce-page ul.products.columns-4 li.product {
    	width: 220px;
	}

	.woocommerce ul.products.columns-4 li.product:not(:nth-child(3n)),
	 .woocommerce-page ul.products.columns-4 li.product:not(:nth-child(3n)) {
    	margin-right: 20px;
	}

	.woocommerce ul.products.columns-4 li.product:nth-child(3n), 
	.woocommerce-page ul.products.columns-4 li.product:nth-child(3n) {
		margin-right: 0;
	}	

	.woocommerce ul.products li.product a img {
    	height: 180px;
    }
	
	.woocommerce ul.products li.product.type-product a img {
		height: auto;
	}

    .woocommerce ul.products li.product .woocommerce-loop-category__title {
    	padding: 0 20px;
	}

    .woorelated-title {
    	padding: 0 80px;
    }
}

@media screen and (max-width: 781px) {
	.c-benefits .wp-block-column:not(:only-child) {
    	-ms-flex-preferred-size: auto !important;
    	    flex-basis: auto !important;
    }

    .wp-block-column:not(:only-child) {
    	    -ms-flex-preferred-size: 50% !important;
    	        flex-basis: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
	.mobile-only {
		display: block !important;
	}

	.mobile-hidden {
		display: none !important;
	}

	.header-slider, 
	.c-slider__item, 
	.c-slider__link,
	.slicknav_nav li,
	.type-page, 
	.home-section,
	.woocommerce .site-main,
	.woo-related-products-container,
	.woocommerce .woocommerce-tabs p,
	.modal_wrap {
		width: 280px;
	}
	
	.slicknav_nav > li:last-child {
		margin-bottom: 100px;
	}

	.d-icon-phone,
	.d-icon-address {
		margin: 0;
	}

	#page {
    	padding: 100px 0 0;
	}

	.site-header .l-flx-def > .mobile-menu {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}

	.site-branding {
		text-align: left;
	}

	.c-btn, 
	input[type="submit"].c-btn,
	.site-header .c-btn {
		padding: 10px 22px;
		font-size: 12px;
		line-height: 14px;
		border-radius: 5px;
	}

	.site-header .c-btn {
		padding: 10px 12px;
	}	

	#masthead.site-header {
    	padding: 15px 0;
	}

	.site-header .site-logo {
		width: 42px;
	}

	.mobile-menu {
		text-align: right;
	}

	.open_modal.active ~ .mobile-nav::after,
	.mobile-nav {
		width: 22px;
	}

	.slicknav_nav,
	.modal_div {
		top: 129px;
		left: 1000px;
		min-height: calc(100vh - 111px);
		-webkit-transition: left 0.3s;
		-o-transition: left 0.3s;
		transition: left 0.3s;
	}

	.fixScrollToggle--on .slicknav_nav {
		left: 0;
	}

	.slicknav_btn {
		padding: 0;
	}

	.search-form label {
		width: 100%;
		margin: 0;
	}

	input[type="search"] {
		border-radius: 18px;
	    font-size: 12px;
	    line-height: 14px;
	}

	input[type="text"], 
	input[type="email"], 
	input[type="url"], 
	input[type="password"], 
	input[type="search"], 
	input[type="tel"] {
    	padding: 8px 15px;
	}

	.aws-container .aws-search-form {
		height: 30px;
	}

	.aws-container .aws-search-field {
		padding: 8px 15px;
		border-radius: 18px !important;
	    font-size: 12px;
	    line-height: 14px;
	}

	.search-form .search-submit {
		padding: 8px 15px;
		margin-left: 4px;
		border-radius: 18px;
		font-size: 12px;
		line-height: 15px;
		font-weight: 300;
	}

	.content-area {
    	margin-top: 30px;
	}

	.header-slider, 
	.c-slider__item, 
	.c-slider__link {
    	height: 480px;
	}

	.c-slider__text {
	    top: 30px;
	    left: 20px;
	    width: 245px;
		font-size: 18px;
	    line-height: 24px;
	}

	.c-slider__desc {
		top: 214px;
	    width: 130px;
	    height: 130px;
	    right: 24px;
	}

	.c-slider__category, .c-slider__name {
    	font-size: 12px;
    	line-height: 15px;
	}

	.c-slider__price {
    	font-size: 14px;
    	line-height: 17px;
	}

	.c-slider__sm-font {
	    font-size: 10px;
	    line-height: 18px;
	}

	.c-slider__btn {
		top: 146px;
    	left: 20px;
    }

    .c-slider__img {
    	left: 34px;
    	top: 214px;
    	height: 240px;
	}

	.home-section {
    	padding: 0 0 10px;
	}

	.section-title span, 
	.woo-title.entry-title, 
	.entry-header .entry-title,
	.c-title {
		padding: 0px 8px;
    	border-left: 4px solid #FFEE17;
	    font-size: 21px;
	    line-height: 22px;
    }

    .c-title {
    	margin: 0 0 30px;
	}

	.c-title--no-decor {
		padding: 0;
		border-left: 0;	
	}

	.c-title--no-br br {
		display: none;
	}

    .cats-loop {
        margin-top: -97px;
    }

    .cats-loop .section-title {
    	margin-bottom: 18px;
        padding-top: 129px;
	}

	.cats-loop .woocommerce .product.product-category .woocommerce-loop-category__title {
	    font-size: 13px;
	    line-height: 13px;
    }

    .cats-loop .woocommerce ul.products li.product, 
    .cats-loop .woocommerce-page ul.products li.product {
    	margin-bottom: 20px;
	}

	.woocommerce.columns-6 .products ul, 
	.woocommerce.columns-6 ul.products {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
		margin: 0 0 12px;
	}

	.woocommerce-page.columns-6 ul.products li.product, 
	.woocommerce.columns-6 ul.products li.product {
    	width: 86px;
    	margin-bottom: 18px;
	}

	.cats-loop .woocommerce ul.products li.product:not(:nth-child(3n)), 
	.cats-loop .woocommerce-page ul.products li.product:not(:nth-child(3n)) {
		margin-right: 10px;
	}

	.woocommerce ul.products li.product a:hover .product-img-wrap {
    	-webkit-box-shadow: 0px 0px 0px 2px #fff, 
    				0px 0px 0px 4px #ffee17;
    	        box-shadow: 0px 0px 0px 2px #fff, 
    				0px 0px 0px 4px #ffee17;
	}

	.cats-loop .woocommerce .product-category.product .product-img-wrap {
		width: 86px;
	    height: 100px;
	    margin: 0 auto 10px;
	    padding: 6px;
	}

	.cats-loop .woocommerce ul.products li.product a img {
    	max-height: 84px;
    }

    .woocommerce-product-attributes-item__value a:nth-child(5n)::before {
		margin: 0 0 15px 0;
	}

    .cats-loop .woocommerce.columns-6 .product.product-category .woocommerce-loop-category__title {
    	font-size: 8px;
    	line-height: 10px;
    }

    .c-benefits__item {
    	width: 50%;
    	margin: 0 0 30px;
    	padding: 0 20px 0 0;
    }

    .c-benefits__item:nth-child(5),
    .c-benefits__item:nth-child(6) {
    	margin: 0;
    }

    .c-benefits__item--warehouse {
    	padding: 0 2px 0 0;
    }

    .c-benefits__item::before {
    	width: 54px;
    	height: 54px;
    	margin: 0 0 18px;
    	border: 3px solid #fff;
    	background-size: 32px;
    }

    .c-benefits__item--range::before {
    	background-size: 26px;
    }

    .c-benefits__title,
    .c-benefits__desc {
    	font-size: 12px;
    	line-height: 15px;
    }

	.c-benefits.c-benefits--mobile-center {
		margin: 0 0 20px !important;;
	}

	.c-benefits--mobile-center .c-benefits__item {
		width: 100%;
		margin: 0 0 10px;
		padding: 0 50px;		
		text-align: center;
	}

	.c-benefits--mobile-center .c-benefits__item--chair {
		padding: 0 75px;
	}

	.c-benefits--mobile-center .c-benefits__item::before {
		margin: 0 auto 12px;
	}

	.c-benefits__item--chair::before {
		background-size: 24px;
	}

    .wp-block-columns:first-child, 
    .wp-block-columns:not(:last-child) {
    	margin-bottom: 50px;
	}

	.l-benefits-m-tt {
    	margin-top: 0px;
	}

	.c-list {
    	margin: 0 0 0 20px;
	}

	.c-box-list--left .c-list {
    	margin: 0 15px 0 0;
	}

	.c-list li {
	    margin: 0 0 12px;
	    font-size: 10px;
	    line-height: 12px;
    }

    .c-list li::before {
    	margin: 0 0 2px;
    	font-size: 18px;
	    line-height: 22px;
    }

    .wp-block-image img {
    	height: auto;
    }

    .d-bgrd-theme {
    	padding: 50px 20px;
	}

	.c-contact-form .c-title {
		font-size: 21px;
		line-height: 26px;
	}

	.c-form__label {
		width: 100%;
		margin: 0 0 32px;
	}

	.c-form__label:nth-child(1), 
	.c-form__label:nth-child(2) {
    	margin: 0 0 35px;
	}

	.c-form__label:nth-child(odd),
	.c-form__label:nth-child(even) {
    	padding: 0;
	}

	.c-form__label input::-webkit-input-placeholder {	    
		font-size: 14px;
	    line-height: 17px;
    }

	.c-form__label input::-moz-placeholder {	    
		font-size: 14px;
	    line-height: 17px;
    }

	.c-form__label input:-ms-input-placeholder {	    
		font-size: 14px;
	    line-height: 17px;
    }

	.c-form__label input::-ms-input-placeholder {	    
		font-size: 14px;
	    line-height: 17px;
    }

	.c-form__label input, 
	.c-form__label input::placeholder, 
	.c-form__name {	    
		font-size: 14px;
	    line-height: 17px;
    }

    .c-form__label input {
    	padding: 8px 0;
    }

    input[type="submit"].c-btn {
    	margin-top: 0;
    	padding: 10px 55px 10px 15px;
    	background-size: 30px;
    	background-position: 97px center;
    	letter-spacing: 1px;
	}

	.wpcf7-list-item {
    	margin: 10px 0 0;
	}

	.c-form__checkbox ~ .wpcf7-list-item-label {
		padding: 0 0 0 28px;
	    font-size: 9px;
	    line-height: 12px;
	}

	.c-form__checkbox ~ .wpcf7-list-item-label::before {
		width: 15px;
	    height: 15px;
	    border: 1px solid #000000;
	}

	.c-footer {
    	padding: 36px 0 20px; 
    }

    .c-footer  .site-logo {
	    max-height: 30px;
	}

	.c-footer__logo {
    	margin-bottom: 12px;
	}

	.c-footer .с-contact-box {
    	margin: 0 0 8px;
	}

	.c-footer .с-contact-box__text {
		font-size: 10px;
		line-height: 16px;
	}

	.c-footer__item--sidebar {
    	margin-top: 20px;
	}

	.c-footer__title, 
	.c-footer .widget-title,
	.c-footer .menu li:first-child {
		font-size: 16px;
		line-height: 20px;
	}

	.c-footer .с-contact-box--mode .с-contact-box__text,
	.c-footer .menu li:first-child,
	.c-footer .menu li:not(:first-child) {
		margin-bottom: 5px;
	}

	.c-footer.site-footer li:not(:first-child) a {
		font-size: 12px;
		line-height: 16px;
	}

    .c-copyr__ofer {
        width: 280px;
    }

	.entry-header .entry-title {
    	margin: 0 0 30px; 
    }

    .promo-box-block .wp-block-column:not(:only-child) {
    	-ms-flex-preferred-size: 100% !important;
    	    flex-basis: 100% !important;
	}

	.wp-block-columns.promo-box-block {
    	margin-bottom: 30px;
	}

	.wp-block-column.promo-box {
	    margin-bottom: 20px;
	}

	.wp-block-column.promo-box .с-contact-box--phone,
	.wp-block-column.promo-box .с-contact-box--email {
    	margin: 0;
	}

	.с-contact-box,
	.modal_div .с-contact-box {
    	padding: 0 0 0 40px;
    	background-size: 24px;
    }

    .с-contact-box--address,
    .modal_div .с-contact-box--address {
    	padding-right: 123px;
    }
	
	.modal_div .с-contact-box--whatsapp {
		padding: 0;
	}
	
	.modal_div .с-contact-box.с-contact-box--whatsapp .fab {
   		margin: 0 19.42px 0 0;
		font-size: 24px;
	}

    .с-contact-box__text {
	    font-size: 12px;
	    line-height: 15px;
    }

    #wpgmza_map {
    	height: 275px;
    }

    .c-text-pad {
    	margin: 0 0 15px;
	    padding: 0;
	    font-size: 12px;
	    line-height: 15px;
	}

	.c-list-text {
		margin: 0 0 28px;
	    font-size: 12px;
	    line-height: 15px;
	}

	.c-list-text li {
		margin: 0 0 15px;
    	padding: 0 18px 0 16px;
    }

    .c-list-text li::before {
    	padding: 0 4px;
    }

    .c-title-3 {
	    font-size: 14px;
	    font-weight: 600;
	    text-align: center;
	    margin: 0 0 16px;
	}

	.wp-block-image.m-b {
    	margin-bottom: 55px;
	}

	.c-sub-title {
    	margin: -20px 0 26px;
    	font-size: 12px;
    	line-height: 15px;
	}

	.d-icon-home {
	    width: 12px;
	    height: 12px;
	    background-size: contain;
    }

	.woocommerce .woocommerce-breadcrumb {
		margin: 0 0 12px;
    	padding: 0;
    }

    .woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
	    font-size: 10px;
	    line-height: 12px;
	}

	.woocommerce .woocommerce-breadcrumb::after {
	    width: 7px;
	    height: 10px;
	    top: 1px;
    	margin: 0 0 0 -7px;
	}

	.woo-title.entry-title {
    	margin: 0 0 38px;
	}

	.woocommerce ul.products li.product .product-img-wrap {
		height: auto;
		padding: 20px 10px;
	}

	.woocommerce ul.products li.product .product-img-wrap img {
    	max-height: 200px;
	}

	.woocommerce ul.products.columns-4 li.product, 
	.woocommerce-page ul.products.columns-4 li.product {
    	width: 100%;
    	margin: 0 0 30px;
	}

	.woocommerce ul.products li.product .product-img-wrap {
    	margin: 0 0 12px;
    }

	.woocommerce ul.products li.product a img {
    	height: 240px;
	}

	.woocommerce ul.products.columns-4 li.product:not(:nth-child(4n)),
	 .woocommerce-page ul.products.columns-4 li.product:not(:nth-child(4n)) {
    	margin-right: 0;
	}

	
	.woocommerce ul.products li.product .woocommerce-loop-product__link {
		padding: 28px;
	}

	.woocommerce ul.products li.product h2 {
    	min-height: auto;
	}

	.woocommerce_thumbnail-wrap {
		height: 222px;
		margin-bottom: 20px;
	}
	
	.woocommerce ul.products li.product.type-product a img {
		max-height: 202px;
	}

	.woocommerce ul.products li.product h2 {
		margin-bottom: 44px;
		font-size: 21px;
		line-height: 24px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__link .price {
		font-size: 16px;
		line-height: 20px;
	}

	.woocommerce .product .woocommerce-loop-product__link .price-name {
		margin-bottom: 12px;
		font-size: 11px;
		line-height: 14px;
	}

	.woocommerce-product-gallery .flex-control-thumbs li {
		padding: 6px;
	}

	.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:not(:nth-child(4n)) {
    	margin-right: 7px;
	}

	.woocommerce div.product .product_title {
	    margin: 15px 0 27px;
	    font-size: 21px;
	    line-height: 25px;
    }

    .woocommerce .sku_wrapper {
	    font-size: 16px;
	    line-height: 20px;
	}

	.woocommerce div.product div.images {
    	margin-bottom: 15px;
	}

	.woocommerce-product-gallery .flex-viewport {
    	height: 290px;
    	margin: 0 0 14px;
    }

    .woocommerce div.product div.images img {
    	max-height: 280px;
    }

    .woocommerce div.woocommerce-product-gallery ol.flex-control-thumbs img {
    	max-height: 50px;
    }

    .woocommerce .entry-summary,
    .woocommerce-product-details__short-description h4 {
    	padding: 0;
    }

    .woocommerce div.product div.images, 
    .woocommerce div.product div.summary {
    	margin: 0 0 30px;
    	padding-top: 0;
    	width: 100% !important;
    }

    .woocommerce div.product .price {
    	margin: 0 0 4px;
	    font-size: 26px !important;
	    line-height: 32px;
    }

    .woocommerce div.product .price--retail {
    	color: #9B9FAE !important;
	    font-size: 21px !important;
	    line-height: 25px;
    }

    .woocommerce .product .price-name {
	    font-size: 16px;
	    line-height: 19px;
	    font-weight: 300;
	}

	.woocommerce-product-details__short-description h4 {
		font-size: 21px;
		line-height: 25px;
	}

	.woocommerce-product-details__short-description li {
		margin: 0 0 18px;
		font-size: 16px;
		line-height: 19px;
	}

    .woocommerce table.shop_attributes th {
	    padding: 15px 14px 0 0;
	    font-size: 21px;
	    line-height: 25px;
	}

	.woocommerce .woocommerce-tabs p {
		font-size: 12px;
		line-height: 15px;
	}

	.woo-related-products-container {
	    margin-top: 40px;
	}

	.woorelated-title {
		padding: 0 35px;
		font-size: 21px;
		line-height: 25px;
	}

	.woocommerce-page .woo-related-products-container ul.products {
		padding: 0;
	}

	.woocommerce-page .woo-related-products-container ul.products {
    	margin: 0 0 100px;
    }

	.woocommerce-page .woo-related-products-container ul.products li.product {
		padding: 0 10px !important
	}

	.woocommerce .woo-related-products-container ul.products.owl-carousel li.product a img {
		height: 150px;
	}

	.woo-related-products-container .customNavigation {
		display: none;
	}

	.back_to_top_wrap {
		text-align: center;
		margin: -30px 0 40px;	
	}

	.back_to_top-show {
  		display: block;
	}
}

@media only screen and (max-width: 400px) {
	.woocommerce ul.products.columns-6 li.product-category {
		width: 86px !important;
	}
}

@media (min-width: 601px) and (max-width: 767px) {
	.woocommerce .woo-related-products-container ul.products.owl-carousel li.product a img {
    	height: 100px;
	}
}

@media only screen and (max-width: 650px) {
	.entry-thumb,
	.inner-content {
		width: 100%;
		float: none;
	}
	.entry-thumb {
		text-align: center;
		margin-bottom: 15px;
	}
	.inner-content {
		padding: 0;
	}
}

@media only screen and (max-width: 500px) {
	.blog-post {
		width: 100%;
		padding: 0;
	}
	.widget {
		padding: 15px;
	}
	.footer-widgets .widget {
		padding: 15px 0;
	}
}

@media only screen and (max-width: 320px) {
	h1 {
		font-size: 20px !important;
	}
	h2 {
		font-size: 18px !important;
	}
	h3 {
		font-size: 16px !important;
	}
	.site-description {
		font-size: 14px !important;
	}
}
@media (min-width: 769px) and (max-width: 1199px) {
    body.woocommerce-cart div.cross-sells ul.products li.product {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    body.woocommerce-cart div.cross-sells ul.products li.product {
        width: 48% !important;
    }
}


/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	padding: 0;
	-ms-touch-action: pan-y;
	margin: 0;
	list-style: none;
    z-index: 1;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 52px;
	filter: Alpha(Opacity=70);
	opacity: 0.7;
	position: absolute;
	top: 45%;
}
.owl-prev {
	left: 15px;
}
.owl-next {
	right: 15px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 8px;
	margin: 15px 5px 0;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	background-color: #9FAFF1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}
