/*
Theme Name: CO2
Author: Aisaid
Author URI: http://aisaid.com.ua
Description: CO2 shop theme 
Version: 3.0
Text Domain: CO2
Tags:

*/

@font-face {
    font-family: 'Cuprum';
    src: local('Cuprum'), local('Cuprum-Regular'), url('fonts/cuprum.woff2') format('woff2'), url('fonts/cuprum.woff') format('woff'), url('fonts/cuprum.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
	font-family: HeliosCondLight;
		src: local('HeliosCondLight'), url( "fonts/HeliosCondLight.otf" );
}

@font-face {
	font-family: HeliosCond;
		src: local('HeliosCond'), url( "fonts/HeliosCond.otf" );
}

@font-face {
	font-family: 'co2_icons';
	src: url('fonts/co2_icons.eot?9559825');
	src: url('fonts/co2_icons.eot?9559825#iefix') format('embedded-opentype'),
		url('fonts/co2_icons.woff?9559825') format('woff'),
		url('fonts/co2_icons.ttf?9559825') format('truetype'),
		url('fonts/co2_icons.svg?9559825#co2_icons') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*------------------------------ Normalize -----------------------------*/
* {	transition: padding 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s, height 1.5s;
	box-sizing: border-box;
	outline: none;
}

#colorbox * {	transition: unset;	}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {	
	margin: 0;
	margin-top: 70px;
	top: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {		display: block;	}

section {	margin: 1em 0;	}

/* Отступы по краям экрана и в начале/конце блока */
.site>.site-header,
.site>section,
.site>article,
.site>.comments-area,
.site>.site-content,
.site>.site-footer,
.site>.main-navigation {
	padding: 30px 10%;
	/*min-width: 700px;*/
}

#content {
	clear: both;
}


audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

.youtube {
	background: #222;
	text-align: center;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {	background-color: transparent;	}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {	font-style: italic;	}

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

mark {
	background: #ff0;
	color: #000;
}

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

sup {	top: -0.5em;	}

sub {	bottom: -0.25em;	}

img {	border: 0;	}

svg:not(:root) {	overflow: hidden;	}

figure {	margin: 1em 40px;	}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {	overflow: auto;	}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {		overflow: visible;	}

button,
select {	text-transform: none;	}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {	line-height: normal;	}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: .3em;
}
input[type="radio"] {
	-webkit-appearance: radio;
	
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {	overflow: auto;	}

optgroup {	font-weight: bold;		}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	border: none;
	border-bottom: 1px dotted #B1BABF;
	margin: 30px 0;
	width: 100%;
	clear: both;
}

ul,
ol {	padding-left: 20px;	}

ul {	list-style: disc;	}

ol {	list-style: decimal;}

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

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

table {
	width: 100%;
	margin: 0 0 1.5em;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	text-align: left;
	border: none;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

th {
	color: #eee;
	background: linear-gradient(#777 5%, rgba(45, 45, 45, 0.95) 10%, rgba(85, 85, 85, 0.87) 90%, #333 95%), url(images/bg5.jpg);
	font-weight: normal;
}


.two-column {
	display: flex;
}
.two-column>* {
	flex-basis: 50%;
}



/*---------------------------- Typography -------------------------------*/
body {
	font-family: Cuprum, HeliosCond, sans-serif;
	font-size: 16px;
}

body,
button,
input,
select,
textarea {
	color: #444;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: HeliosCondLight, sans-serif;
	font-weight:normal;
}

h1, h2, h3 {	margin: 0.3em 0;	}

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, .big {
	font-family: HeliosCondLight, sans-serif;
	font-size: 125%;
}

.big-header {
	font-family: HeliosCondLight, sans-serif;
	font-size: 220%;
}

small, .small {	
	font-family: Cuprum, sans-serif;
	font-size: 80%;
}

.gray {	color: #777;	}
.faint {	color: #ccc;	}
.hoverblack:hover {	color: #555;	}



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

*,
*:before,
*:after { 
	box-sizing: inherit;
}

body {
	background: #FFFFFF;
}


/* Icons */
.icon:after,
.icon:before {
	font-style: normal;
	font-family: co2_icons;
	font-weight: normal;
	margin-right: 5px;
}

.big-icon:before {
	color: #71AB5D;
	font-size: 50px;
	margin-right: 15px;
	vertical-align: middle;
}

.icon-spin {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	font-family: co2_icons;
}


/* Phones */
/*
	$operators["kievstar"] = array(039, 067, 068, 096, 097, 098);
	$operators["life"] = array(063, 093);
	$operators["mts"] = array(050, 066, 095, 099);
	$operators["utel"] = array(091);
	$operators["peoplenet"] = array(092);
	$operators["inter"] = array(094);
	$operators["city"] = array(031, 032, 033, 034, 035, 036, 037, 038, 041, 042, 043, 044, 045, 046, 047, 048, 049, 051, 052, 053, 054, 055, 056, 057, 058, 059, 061, 062, 063, 064, 065, 069);
*/

span[class|="phone"] {
	display: block;
	clear: both;
	font-size: large;
	color: #2277aa;
}
span[class|="phone"]:before {	content: "";	}

.phone-039:before,
.phone-067:before,
.phone-068:before,
.phone-096:before,
.phone-097:before,
.phone-098:before {
	vertical-align: text-top;
	content: url(images/phone-icon/kyivstar.png) !important;
}

.phone-063:before,
.phone-093:before {
	vertical-align: text-top;
	content: url(images/phone-icon/life.png) !important;
}

.phone-050:before,
.phone-066:before,
.phone-095:before,
.phone-099:before {
	vertical-align: text-top;
	content: url(images/phone-icon/mts.png) !important;
}



/*----------------------------- MODAL ------------------------------*/

.modal {
	display: none;
	z-index:111;
	pointer-events: auto;
	position:fixed;
}

.modal-wrapper {
	position: fixed;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	border-radius: 100px;
}


#mesage-addtocart {
	font-size: 120%;
	color: #FFF;
	background: linear-gradient(rgba(255, 255, 255, 0.46) 25%, rgba(82, 81, 81, 0.63)), url(images/black-background.jpg) 50%;
	border: 7px solid #9AE67F;
	padding: 25px 30px 30px 150px;
	box-shadow: 0 10px 25px -5px #555;
	text-shadow: 0px 1px 2px #222;
	overflow: hidden;
}
#mesage-addtocart:before {
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.57);
	content: "";
	color: #9AE67F;
	padding: 40px;
	border-right: 2px solid #9AE67F;
	box-shadow: 5px 0 20px rgba(0, 0, 0, 0.68);
	border-radius: 50%;
}


/* callback */
#callback-button {
	padding-top: 2px;
	line-height: 1;
	cursor: pointer;
	display: block;
	margin-bottom: 6px;
	border-radius: 3px;
	color: #fff;
}
#callback-button:hover {
	background: #fff;
	color: #333;
}
#callback-button:before {
	vertical-align: middle;
	content: "";
	font-size: medium;
}



#callback-form,
#lang-confirm {
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.8);
}

.callback-form-box,
.lang-form-box {
	border-radius: 10px;
	border: 7px solid #aaa;
	position: relative;
	background: white;
	text-align: left;
	width: 300px;
	color: #555;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.804);
}

#callback-form .cbf-close,
#lang-confirm .cbf-close {
	font-family: 'co2_icons';
	color: #555;
	cursor: pointer;
	font-size: 25px;
	position: absolute;
	right: 3px;
	top: -5px;
}
#callback-form .cbf-close:hover,
#lang-confirm .cbf-close:hover {
	color:red;
}
#callback-form .cbf-close:after,
#lang-confirm .cbf-close:after {
	content: "";
}

#callback-form .title,
#lang-confirm .title {
	border-radius: 3px 3px 0 0;
	padding: 20px;
	font-size: 25px;
	margin-top: 0;
	background: #333;
	color: #eee;
}

#callback-form p,
#lang-confirm p {	margin:0;	}

#callback-form .description,
#lang-confirm .description {
	margin: 10px 20px;
}

#callback-form input, #callback-form textarea {
	width: 100%;
}


.popup {
	display:none;
	color: #444;
	padding: 5px;
	background: #333;
	top: 28px;
	position: absolute;
	border: 7px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 10px 25px -10px #333;
}
.popup:after {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333;
	top: -6px;
	left: 45%;
}
.popup:before {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #aaa;
	top: -16px;
	left: 45%;
}


.small-cart:hover .popup,
.phone:hover .popup {
	display: block;
}



.block-toggle {
	max-height: 3.5em;
	overflow: hidden;
	background: #fff;
	padding: 5px 15px !important;
	margin: 5px 0 !important;
}

.block-toggle .title {
	line-height: 1.7;
	margin-bottom: 1em;
	cursor: pointer;
}
.block-toggle .title::after {
	content: "\e828";
	position: absolute;
	top: .1em;
	right: 0;
}
.block-toggle.open .title::after {	content: "\e827";}
.block-toggle:hover::after {	color: green;	}

.block-toggle.open {	max-height: 9999px;}






/*  ------------------------------ Header -------------------------------*/
.site-header {
	width:100%;
	transition: height 0.3s, padding 0.3s;
	background: url(images/black-background.jpg) 50%;
	border-bottom: 2px solid #222;
	color: #ccc;
	top:0;
	height: 70px;
	position: fixed;
	padding-top: 0 !important;
	padding-bottom:0 !important;
	display:flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
}
.fixed.site-header {	position: fixed;	}


.site-branding {
	padding: 5px;
	position: relative;
	flex-shrink: 0;
	display: block;
	max-width:250px;
	height: 70px;
}

.site-header-logo {
	margin-top: 3px;
	display: block;
	width: auto;
	height: 60px;
}

.site-description {
	font-size: 11px;
	top: 17px;
	position: absolute;
	padding-left: 7px;
	color: #999;
	left: 91px;
}

h1.site-title, h1.site-title a,
h2.site-description, h2.site-description a {
	margin: 0;
	text-decoration: none;
	    line-height: 1;
}

h1.site-title, h1.site-title a {	
	font-size: 25px;
	margin: 8px 0 5px 0;
}

h2.site-description, h2.site-description a {}


.site-header.site-search,
.site-header-contact,
.site-header-shop {
	float:left;
	display:block;
}

.site-header .site-search {
	margin: 0 15px;
	flex-grow:2;
	text-align: center;
}
.site-search form {
	position: relative;
}
.site-header .site-search form {
	margin: 0 auto;
	min-width: 50px;
	max-width:450px;
}
.site-search input[type="text"] {
	width: 100%;
	font-size: 20px;
	padding: 5px 45px 5px 5px;
	border-radius: 3px;
	margin: 0;
}
.site-search button[type="submit"] {
	margin: 0;
	padding: 0;
	opacity: .5;
	box-shadow: none;
	right: 5px;
	top: 6px;
	position: absolute;
	background: none;
	border: none;
}
.site-search button[type="submit"]:hover {
	opacity: 1;
}
.site-search button[type="submit"]:before {
	content: "";
	font-size: 30px;
}


.site-header-contact {
	text-align: center;
	margin: 0 15px;
	flex-shrink: 0;
}

.site-header-contact .phone {
	position: relative;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 5px;
	z-index:100;
}

.site-header-shop {
	margin-left: 15px;
	flex-shrink: 0;
}

.header-actual-currency {
	position: relative;
	margin: 7px 0 0 0;
	width: 100%;
	display: block;
	background: transparent;
	border: 1px solid transparent;
	font-size: 12px;
	padding: 0 15px 0 3px;
	-webkit-appearance: none;
	border-radius: 3px;
}
.header-actual-currency:hover {
	border: 1px solid #777;
	color: #777;
}
.header-actual-currency:focus {
	border: 1px solid #777;
	background-color: #fff;
	color: #444;
}
.header-actual-currency:after {
	content: "";
	position: absolute;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent #fff;
}

/* Выпадающее окошко с номерами телефонов */
.all-phones {
	color: #eee;
	margin-top: 11px;
}
.all-phones span {
	font-size: 18px;
	color: inherit;
}

.all-phones p {
	margin: 0;
}


.searchwp-live-search-result p {
	padding: 0.5em;
}


.main-slider {
	clear: both;
}


/*----------------------------- breadcrumbs ------------------------------*/

ul#breadcrumbs {
    overflow: hidden;
    list-style: none;
    margin-top: 0;
    padding: 0;
    color: #ccc;
}
ul#breadcrumbs:hover {	color: #555;	}

ul#breadcrumbs li {
    float: left;
    margin-right: 5px;
}

ul#breadcrumbs li.bread-home:before {	content: "\e82a";	}

a.bread-link {
    border-bottom: 1px dotted;
 }



/*----------------------------- Forms, UI elements ------------------------------*/
.button {	display: inline-block;	}

.button, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: Cuprum, sans-serif;
	border: 2px solid;
	border-color: #ccc #ccc #bbb;
	background: linear-gradient(#fff 10%, #eee 15%, #fff 85%, #ddd 90%);
	font-size: 0.85rem;
	line-height: 1;
	padding: 10px 15px;
	color: #555;
	box-shadow: 0 5px 10px -5px #777;
	margin: 5px 0 15px;
}

.flat {
	border-width: 1px;
	background: transparent;
	box-shadow: none;
}

.small-cart button {
	font-size: inherit;
	padding: 5px 10px;
	margin: 5px 5px 0 0;
}
.small-cart .flat {	color: #eee;	}

.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #999;
}

.button:focus, button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	box-shadow: 0 1px 10px -5px #777;
}


button.show-more {
	margin: 3px 0 0 0;
	padding: 3px;
	width: 100%;
}


input[type="tel"],
input[type="number"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 5px 0 15px;
	padding: 0.3em;
}

input[type="tel"]:hover,
input[type="number"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover,
select:hover {
	border-color: #999;
}

input[type="tel"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	border-color: #777;
	color: #333;
}


/* Некоторые свойства контактной формы 7 */
#callback-form div.wpcf7 {
	margin: 0 20px;
}

div.wpcf7-validation-errors {
	border: none;
	background: #333;
	color: #F7C700;
}

div.wpcf7-response-output {
	border-radius: 3px 3px 0 0;
	margin: 15px 0 0 0;
	font-size: x-small;
	padding: 5px 10px;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	margin: 18px 0 0 2px;
}

textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
    border-color: brown;
    margin-bottom: 0 !important;
}

span.wpcf7-not-valid-tip {
	font-size: x-small;
	color: red;
	display: block;
	padding: 3px 7px;
}

input.wpcf7-validates-as-required,
input.wpcf7-validates-as-required:hover {
    border-left-color: darkorange;
}

.wpcf7-text, .wpcf7-select, .wpcf7-textarea {
    width: 90%;
}



.site-main .site-search {
	margin: 30px 0;
}



/* Дополнительные стили к табам Shortcodes Ultimate */

.su-tabs.su-tabs-style-default {
	background: linear-gradient(transparent, #9B9B9B 10em), url("images/black-background.jpg") 0 center / cover;
}
.su-tabs .su-tabs-pane {	font-size: unset;	}
.su-tabs .su-tabs-nav span {	color: #eee;	}
.su-tabs .su-tabs-nav span.su-tabs-current {	color: inherit;	}
.su-tabs .su-tabs-nav span:hover {
	color: inherit;
	background: #eee;
}




/* Оформление кнопки "Наверх" */
.toTop {
	position: fixed;
	cursor: pointer;
	right: 30px;
	bottom: 30px;
	background: #fff;
	border: 1px solid #555;
	opacity: 0.5;
	border-radius: 3px;
	display: none;
	width: 3rem;
	height: 3rem;
	text-align: center;
	box-shadow: 0 0 5px #888;
}
.toTop:hover {
	opacity: 1;
	box-shadow: 0 0 15px #888;
}
.toTop:before {
	position: absolute;
	font-size: 2em;
	content: "\e827";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 0;
}




/*-------------------------- Links ---------------------------------*/
a, a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {		color: #ff5522;	}

/*#main .post a {	color: #078cc8;	}
#main .post a:hover {	text-decoration: underline;	}*/

.link:before {
	content: "\e848";
}



/*-------------------------- Navigation ---------------------------------*/
.post-navigation {
	position: relative;
	padding: 30px 50px;
	width: 100%;
	background: url(images/black-background.jpg) 50%;
}

.nav-links {
	width: 100%;
	display: table;
}
.nav-links>* {
	display: table-cell;
	vertical-align: middle;
}

.nav-links a {
	color: #eee;
	position: relative;
	display: flex;
	align-items: center;
}
.nav-links a:hover {
	color: #fff;
	text-decoration: none;
}

.nav-next a {
	justify-content: flex-end;
}

.nav-previous a:before,
.nav-next a:after {
	position: absolute;
	line-height: 30px;
	color: #fff;
	font-size: 200%;
	top: calc(50% - 15px);
	font-family: co2_icons;
}
.nav-previous a:before {
	content: "\E82B";
	left: -1em;
}
.nav-next a:after {
	content: "\E82A";
	right: -1em;
}
.nav-previous a:hover:before,
.nav-next a:hover:after {	color: #ff5522; }


.nav-prev-thumb,
.nav-next-thumb {
	vertical-align: middle;
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 3px;
	flex-shrink: 0;
}
.nav-prev-thumb {
	margin-right: 15px;
}
.nav-next-thumb {
	margin-left: 15px;
}



/* перенос навигации в левую и правую центральные части (стрелочки скраю экрана) */
/*
.post-navigation .nav-previous {
    position: fixed;
    top: 50%;
    left: 50px;
    color: #555;
}

.post-navigation .nav-previous a > div {
    border: 1px solid;
    background: #fff;
    padding: 1em;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    max-width: 500px;
}
*/



/*--------------------------- Menus ------------------------------*/
.site .main-navigation {
	height: 50px;
	display: block;
	top: 0px;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 2px solid #ddd;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
	background: #fff;
}

.main-navigation .menu-item-has-children>a {
	padding-right: 30px;
}
.main-navigation .menu-item-has-children:after {
	font-family: co2_icons;
	position: absolute;
	right: 10px;
	top: .45em;
	color: #999;
}
.main-navigation .menu-item-has-children:after {	content: '\e828';	}
.main-navigation ul ul .menu-item-has-children:after {
	content: '\e826';
	top: 50%;
	transform: translateY(-50%);
}


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

.main-navigation a,
.main-navigation a:visited  {
	line-height: 50px;
	display: block;
	padding:0 20px;
	background: transparent;
}
.main-navigation a:hover {
	background: #eee;
	color: #333;
}

.main-navigation .current_page_item>a {
	color: #f54;
}


.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 48px;
	left: -999em;
	z-index: 99999;
	border: 2px solid #ddd;
	border-top: none;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.4);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	border: 2px solid #ddd;
	border-radius: 3px;
}


.main-navigation ul ul li {
	float: none;
	min-width: 250px;
}
.main-navigation ul ul li a {
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {}

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

/* Footer menu. */
#footer-menu {
	margin: 0;
	padding: 0;
}

#footer-menu li {
	margin: 0;
	padding:0;
	list-style: none;
	position: relative;
	line-height: 2;
}

#footer-menu a,
#footer-menu a:visited {
	color: #aaa;
	text-decoration: none;
}
#footer-menu a:hover {
	color: #fff;
	padding-left: 15px;
}
#footer-menu a:before {
	content: "";
	position: absolute;
	top: .7em;
	left: 3px;
	width: 0px;
	height: 0px;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent #fff;
	opacity: 0;
	transition: opacity 0.5s;
}
#footer-menu a:hover:before {	opacity: 1;	}


.shop-menu>ul {
	flex-wrap: wrap;
	display: flex;
	width: 1000px;
	flex-direction: column;
	max-height: 250px;
}
.shop-menu>ul>li {	width: 25%;	}
.shop-menu>ul>li>a {	width: auto;	}



/*---------------------------- 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:hover,
.screen-reader-text:active,
.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;
	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. */
}

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

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

/*----------------------------- content-area, Sidebar ------------------------------*/

.site-content {
	background: url(images/bg-white-noice.jpg);
}

.site-content .content-area {}

.site-main {
	/*justify-content: space-between;*/
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}


/* Свойства слайдера в блоке прокрутки изображений */
.scrolll::-webkit-scrollbar {
	background: #eee;
	width: 7px;
	height: 7px;
}
.scrolll::-webkit-scrollbar-thumb {
	background: #aaa;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


/*----------------------------- Widgets ------------------------------*/
.widget-area {
	width: 270px;
	float: left;
	margin-right: 2em;
}

.widget-area .widget {
	padding: 0 15px 0 15px;
	margin: 0 0 30px;
	border-left: 2px solid #ddd;
	border-radius: 5px;
}
.widget-area .widget:hover {	border-color: #aaa;	}

.widget-area .widget-title {
	margin-top: 0;
}


/* Make sure select elements fit in widgets. */
.widget-area .widget select {
	max-width: 100%;
}

/* Search widget. */
.widget-area .widget_search .search-submit {
	display: none;
}


.widget-area .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*border-top: 1px solid #eee;*/
}

.widget-area .widget p {
	margin: 5px 0;
}


.widget-area .widget a {
	font-family: Cuprum, sans-serif;
	font-size: 85%;
	color: #555;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px 10px 10px 0;
	position: relative;
}
.widget-area .widget a:hover {	color: #FF5522 !important;	}


.widget-area .widget ul li {
	position: relative;
}

.widget-area .widget ul li span {
	/*transform: translateY(-50%);
	top: 50%;*/
	position: absolute;
	right: 0;
	color: #aaa;
}

.widget-area .widget ul.children li a {
	background: #ededed;
	border-bottom-color: #fff;
	padding: 7px 0 7px 15px;
}
.widget-area .widget ul.children li a:hover {
	background: #fff;
}

/* Фильтры в боковой панели */
.widget-area .widget .filter-attributes ul ul {
	padding: 5px 0 10px;
}


/* Раскрывающеися подкатегории */
ul.co2-vmenu li {
	position: relative;
}

ul.co2-vmenu ul {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

ul.co2-vmenu ul.active {
    display: block;
}

ul.co2-vmenu .has-children:after {
	content: '\e828';
	font-family: co2_icons;
	position: absolute;
	right: 10px;
	top: 5px;
	color: #aaa;
}

.co2-vmenu .current-cat>a:after {
	content: "\e82a";
	font-family: co2_icons;
	position: absolute;
	right: -25px;
	top: 50%;
	color: #FF5E23;
	font-size: 150%;
	transform: translateY(-50%);
}


.co2-vmenu .current-cat-ancestor:after {	color: #FF5E23 !important;	}




/* Список категорий - производителей товаров*/
.product-manufacturer a,
.product-categories a {	line-height: 1;	}


.product-manufacturer ul.open {
	height: auto;
	overflow: none;
	margin-right: 0;
}
.product-manufacturer ul,
.product-manufacturer ul.close {
	height: 177px;
	overflow: hidden;
	padding-right: 5px !important;
}
.product-manufacturer ul:hover {
	overflow: auto;
}


/* Виджет  SAPE */
.sape-content {
	font-family: Cuprum, sans-serif;
	font-size: 85%;
	color: #555;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px 10px 10px 0;
	position: relative;
}

.sape-content a {
	font-size: 100% !important;
	display: inline-block !important;
	padding: 0 !important;
	border: none !important;
	color: #40afdf !important;
}

ul.sape-links li {
	margin-top: 10px;
}



/*----------------------------- News ------------------------------*/
.news {
	margin: 15px 0;
	background: #fff;
	width: 100%;
}

.news h3 {
	background: #333;
	margin: -10px;
	color: #fff;
	padding: 10px;
}

.news>div {
	margin: 0 3px;
	font-size: 90%;
	padding: 10px;
	display: block;
	width: calc(33.33% - 6px);
	float: left;
}

.news ul {
	list-style: none;
	padding-left: 0;
}

.news ul li {
	margin: 5px 0;
}



/*----------------------------- Category blocks on home page ------------------------------*/
article.category-links {}

article.category-links ul {
	flex-wrap: wrap;
	display: flex;
	padding: 0;
	margin: 3em 0px 5em;
}

article.category-links li {
	flex-grow: 1;
	width: calc(33% - 10px);
	margin: 3px;
	list-style: none;
}

article.category-links a {
	position: relative;
	display: block;
	font-family: HeliosCondLight,sans-serif;
	padding-top: 175px;
	margin-bottom: 3em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	max-height: calc(175px + 2em );
}
article.category-links li:hover a {	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);	}

article.category-links span {
	bottom: -1.7em;
	position: relative;
}



/*----------------------------- Content ------------------------------*/
.section,
article {

}

.site-main .entry-title {
    line-height: 1;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}


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

.hentry {
	margin: 0 0 1.5em;
}

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

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

article.page {
	width:100%;
}

.page-title {
	margin-top: 0;
}

.site-main header {
	border-bottom: 1px dotted #ddd;
	width: 100%;
	margin-bottom: 30px;
}

article.post {
	width: 100%;
}

.description {}

.description p {	margin: 5px 0;	}


.page-description {} 

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

.post-list-meta,
.entry-meta {	color: #777;	}

.post-list-meta>span,
.entry-meta>span {	margin-right: 10px;	}
.meta-publish-time:before {	content: "";	}
.meta-views:before {			content: "";	}
.meta-bought:before {			content: "\e804";	}
.meta-comment:before {		content: "";	}

.post-list-meta {
	opacity: 0;
	bottom: 10px;
	position: absolute;
	background: #F9F9F9;
	padding: 0px 0.5em;
}
.post-list-wrapper:hover .post-list-meta {	opacity: 1;	}


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


.cat-links, .tags-links {
	margin-right: 5px;
}


/* Свои теги в метахедере */
.product-sort,
.product-run {
	float: right;
}

sort-price,
sort-name,
run-down,
run-up {
	cursor: pointer;
}
sort-price:hover,
sort-name:hover,
run-down:hover,
run-up:hover {
	color: #ff5522;
	/*color: #1bc1d0;*/
}
run-down:before {	content: "\f160"; }
run-up:before {	content: "\f161"; }



/* ------------------------  Просмотр записей в категориях. Блоки и листинги записей ------------------------------ */

article.products {}

section.products .title,
article.products .title {
	font-size: 1.3em;
}


.post-block-wrapper {
	background: #fff;
	border: 1px solid #eee;
	width: calc(20% - 10px);
	height: 325px;
	float: left;
	margin: 0 5px 30px;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.07);
}
.post-block-wrapper:hover {    border-color: #aaa; }


/* список характеристик товара в блоке - вероятно временно */
.post-block-wrapper .ps-attributes {
	font-size: 60%;
	display: none;
	position: absolute;
	background: #333;
	color: #eee;
	margin: 0;
	z-index: 999;
}
.post-block-wrapper:hover .ps-attributes {	display:block;	}
.post-block-wrapper .ps-attributes td {
	padding: 3px;
}
.post-block-wrapper .ps-attributes h3 {
	background: none;
	padding: 3px;
	margin: 0;
}


a.post-block-image {
	height: 175px;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
.scabn_thumb:hover {
	border-color: #FF5E23;
	box-shadow: 0 5px 20px -10px #777;
}

.post-block-wrapper.not-available:hover a.post-block-image {	border-color: #ccc;	}
.post-block-wrapper.custom:hover a.post-block-image {	border-color: #2277aa;	}

a.post-block-image img {
	max-height: 100%;
	position: absolute;
	padding: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-block-title {
	word-wrap: break-word;
	line-height: 1.3;
	margin: 10px;
	font-size: 1em;
	max-height: 5.1em;
	overflow: hidden;
}

.post-block-annonce {
	font-size: 14px;
	color: #999;
}

.post-block-shop {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.post-block-shop .cost, .post-shop .cost {
	font-size:150%;
	display: block;
	margin: 0 10px;
	color: #FF5E23;
}

.post-block-shop .addtocart-button {
	display: none;
	position: absolute;
	bottom: 0;
} 
.addtocart-button {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	margin: 0;
	color: #FF5E23;
	background: linear-gradient(#fff 10%, #eee 15%, #fff 85%, #ddd 90%);
	border: 2px solid #FF5E23;
}
.addtocart-button:hover {
	border-color: #FF5E23;
	background: #FF5E23;
	color: white;
}
.post-block-wrapper:hover .addtocart-button {
	display: block;
}



span.not-available {
	padding: 10px;
	color: #ccc;
	position: relative;
	bottom: 5px;
}


.post-list-wrapper {
	min-height: 175px;
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px;
	clear: both;
}

a.post-list-image {
	box-shadow: 0 5px 20px -10px #777;
	border: 2px solid #eee;
	position: absolute;
	width: 275px;
	height: 157px;
	display: block;
	border-radius: 3px;
}
.post-list-wrapper:hover a.post-list-image {
	border-color: #ccc;
}

.post-list-content {
	    margin-left: 300px;
}

.post-list-title {}

.post-list-annonce {
	color: #999;
}



/* ------------------------  Стили товаров и кнопок корзины ------------------------------ */

.addtocart {
	padding: 10px;
	display: block;
	border: 2px solid #AACCAA;
	border-radius: 5px;
	background: #F4F9EE;
}

.scabn_w, .scabn_w input[type='submit'] {
	font-size: 70%;
}

/*a.remove_item {	margin: 10px;	}*/
a.remove_item:before {	content: "\e800";	}

a.remove_item,
.small-cart a.remove_item {		color: #eee;	}
a.reset.remove_item.icon {	color: inherit; font-size: 150%;	}
tr:hover a.remove_item,
.small-cart tr:hover a.remove_item {		color: #aaa;	}
a.remove_item:hover,
.small-cart a.remove_item:hover {		color: #ff5522 !important;	}

.small-cart,
.small-cart a {
	color: #D6BC7D;
	position: relative;
	z-index: 100;
}
.small-cart a:hover {
	color: #fff;
}
.small-cart:before {
	content: "";
}


.small-cart-table {
	z-index: 999;
	top: 20px;
	right: 0;
	width: 400px;
	font-size: 15px;
}
.small-cart-table:before,
.small-cart-table:after {	left: 56%;	}

.small-cart-table table {
	width: 100%;
	margin: 0;
	background: #eee;
}
.small-cart-table tr:hover {	background: #fff;	}

.small-cart-table td,
.small-cart-table th {
	padding: 5px 10px;	
}

.small-cart-table a {	color: inherit;	}
.small-cart-table a:hover {	color: #FF5522;	}

.small-cart-table button,
.small-cart-table .button {
	font-size: inherit;
	padding: 7px 15px;
	margin: 5px 5px 0 0;
}

.small-cart-table button.reset  {
	border: 1px solid;
	color: #777;
}
.small-cart-table button.reset:hover  {	color: #ccc;	}



#wpchkt_checkout th:nth-child(2),
.small-cart-table th:nth-child(2) {
	width: 60%;
}

#wpchkt_checkout th:last-child, #wpchkt_checkout td:last-child,
.small-cart-table th:last-child, .small-cart-table td:last-child {
	width: 5%;
	padding: 0;
	text-align: center;
}


span.sct-order-total {
	margin-top: 5px;
	float: right;
	font-size: 150%;
	color: #FF5522;
}



span.sc-qt, span.sc-tot {
	color: #F3C909;
	margin: 3px;
	background: #222;
	border: 1px solid #9A7C6B;
	border-radius: 7px;
	padding: 2px 4px;
	font-size: 10px;
	border-width: 2px 1px;
	border-top-color: #AB8F60;
	border-bottom-color: #615239;
}


/* Таблица на странице оформления заказа */

#wpchkt_checkout {	width: 100%;	}

#wpchkt_checkout input {
	margin: 0;
	width: 100%;
}

#wpchkt_checkout .update_cart {	display: none;	}

.scabn-order-table tr.total {
	background: #E9F7E6;
}

.scabn-order-table input[type=number] {
	border-color: transparent;
	background: transparent;
}
.scabn-order-table input[type=number]:hover {	border-color: #ccc;	}
.scabn-order-table input[type=number]:focus {
	border-color: #aaa;
	background: #fff;
}

table.scabn-order-table th:first-child {	width: 10%;	}


img.scabn_thumb {
	float: left;
	border-radius: 3px;
	border: 2px solid #ccc;
	height: 70px;
	padding: 5px;
	margin: 0 10px 0 5px;
	vertical-align: middle;
	box-shadow: 0 5px 20px -10px #777;
}


.order .wpcf7-submit {
	font-size: large;
	margin-top: 15px;
}
.order .wpcf7-submit:before {
	content: "\59457";
	font-style: normal;
	font-family: co2_icons;
	font-weight: normal;
	margin-right: 5px;
}




/* стили на странице благодарности за покупку */
.last-order {
	border-radius: 5px;
	background: #fff;
	padding: 15px 30px;
	width: 100%;
	border: 3px solid #c4dc96;
}





/* Вывод блока товара в записи */
.post-shop {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
}

.ps-images {
	width: 100%;
	margin-right: 30px;
}

.image-preview img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	max-height: 300px;
	/*margin: 0px auto;*/
	display: block;
	/*object-fit: cover;
	width: 100%;*/
}
.image-preview img:hover {	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);	}

ul.image-list {
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: auto;
}
ul.image-list li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #444;
}
ul.image-list li:first-child {	border-left: 1px solid #444;	}

ul.image-list img {
	display: block;
	width: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	max-height: 70px;
}
ul.image-list img:hover {	opacity: 0.7;	}


.ps-content {
	min-width: 250px;
	max-width: 300px;
}

.ps-content .cost {
	display: inline;
	font-size: 220%;
}

.ps-content .addtocart-button {
	display: block;
	clear: both;
	margin: 15px 0;
}



.ps-attributes {
	width: 100%;
	margin: 15px 0;
}


.ps-meta {
	margin: 15px 0;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #eee;
	padding: 5px;
}
.ps-meta a {
    border-bottom: 1px dotted;
}

.ps-social {
	margin-top: 15px;
}


/*
.ps-article {
	margin-bottom: 15px;
	color: #eee;
	border-radius: 3px;
	padding: 7px 10px;
	background: linear-gradient(#777 10%, rgba(45, 45, 45, 0.95) 15%, rgba(85, 85, 85, 0.87) 85%, #333 90%), url(images/bg5.jpg);
}
*/

/*---------------------------  Filter ---------------------------*/

.widget.side-filter {
	font-size: 85%;
}

.filter-submit {
	margin-top: 1em;
	border-top: 1px solid #eee;
	padding-top: 1em;
}

.product-attribute label {
	cursor: pointer;
	display: block;
}

.product-attribute label:hover {
	color: orangered;
}



/* вероятно заменена на фильтры в боковой панели - side-filter */
.filter {
	width: 100%;
	line-height: 1;
	border: 2px solid #eee;
	border-radius: 5px;
	margin-bottom: 15px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.filter:hover {	border-color: #ccc;	}

.filter .title {
	border-bottom: 2px solid #eee;
	margin: 0;
	padding: 10px;
}

.filter .filter-toggle {
	font-size: 35px;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	right: 8px;
	top: 5px;
	border: 2px solid;
	border-radius: 5px;
	line-height: 21px;
	text-align: center;
	color: #aaa;
}
.filter .filter-toggle:hover {	color: #555;	}


.filter-swith-box {
	position: absolute;
	top: 0px;
	left: 100px;
	margin: 3px;
	padding: 0;
	list-style: none;
}

ul.filter-swith-box li {
	padding: 0 5px;
	float: left;
	line-height: 30px;
	height: 30px;
	border: 1px solid;
	text-align: center;
	border-radius: 3px;
	color: #aaa;
	margin-right: 5px;
	cursor: default;
}

ul.filter-swith-box .active {
	color: #4E7B42;
}


button.accept-filter:before {	content: '\e812';	}
button.reset-filter:before {    	content: '\e824';	}



/*---------------------------  Asides ---------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/*--------------------------- Comments ---------------------------*/
#comments {
    width: 100%;
}

#comments label {
    clear: both;
    display: block;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


.comment-form {
	position: relative;
}

.reply,
.comment-meta.commentmetadata,
.comment-form p.comment-notes {    color: #aaa;	}

.comment-form input {	margin: 0;	}

p.comment-form-comment {
	position: absolute;
	top: 1.11em;
	left: 12em;
}
textarea#comment {
	height: 6em;
}

/* Костыль для капчи в форме комментариев*/
p.aiowps-captcha { display: inline-block; }
.aiowps-captcha-equation {
	display: inline-block;
	margin-left: 15px;
}


ul.children {    margin-top: 15px;	}

#comments ul {
	list-style: none;
	padding-left: 0;
}

.comment-author-avatar {    float: left;	}

.comment-area {
	position: relative;
	margin-left: 100px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.comment-area:after,
.comment-area:before {
	content: "";
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	top: 20px;
}
.comment-area:after {
	border-right: 15px solid #fff;
	left: -13px;
}
.comment-area:before {
	border-right: 15px solid #ddd;
	left: -15px;
}​

/* Непонятные чудеса в этом месте со стилем - исчезает , поэтому добавлен пустой стиль*/
.somsh-styles {}

.reply {
	opacity: 0;
	margin: 0;
	padding: 5px 30px;
	font-size: 80%;
}
.comment-area:hover .reply {	opacity: 1;	}

.comment-form-comment.loggedin {	position: static;	}

.comments-area .comment {
	margin-bottom: 2em;
}



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

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


/*--------------------------- Social ---------------------------*/

[class*="si-"] {
	display: block;
	font-family: co2_icons;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border: 2px solid;
	border-radius: 5px;
	font-size: 20px;
	margin: 5px;
	float: left;
}
[class*="si-"]:hover {
	background: #fff;
	box-shadow: 0 0 20px #aaa;
}

.si-fb {			color: #45639e;	}
.si-fb:before {		content: "\e805";	}

.si-vk {			color: #45639e;	}
.si-vk:before {		content: "\e809"; }

.si-tw {			color: #23b9eb;	}
.si-tw:before {	content: "\e808";	}

.si-ok {			color: #fa890f;	}
.si-ok:before {	content: "\e810";	}

.si-gp {			color: #dd4b39;	}
.si-gp:before {	content: "\e80b";	}


/*--------------------------- Footer ---------------------------*/
.site-footer {
	border-top: 2px solid #333;
	background: url(images/black-background.jpg) 50%;
	color: #aaa;
	display: flex;
}

.site-footer>div {
	width: 20%;
	padding: 0 20px;
}

.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer p {
	margin: 0 0 5px 0;
	padding: 0;
}

.site-footer .site-footer-logo {
	margin-bottom: 15px;
	display: block;
}

.site-footer .title {
	color: #ccc;
	padding-bottom: 5px;
	border-bottom: 1px solid #777;
	margin-bottom: 15px;
}

.site-footer .title:before {
	margin-right: .5em;
}

.site-footer .site-info .title:before {	content: "";	}
.site-footer .menu .title:before {		content: "";	}
.site-footer .contact .title:before {	content: "";	}
.site-footer .map .title:before {		content: "";	}
.site-footer .social .title:before {		content: "";	}

.site-footer .map img {
	border: 2px solid #4E7B42;
	border-width: 5px 2px;
	border-radius: 7px;
}


.site-footer .infoblock {
	padding-left: 15px;
	border-left: 2px solid #4E7B42;
	margin-bottom: 20px;
	border-radius: 5px;
}
.site-footer .map img:hover,
.site-footer .infoblock:hover {
	color: #eee;
	border-color: #55aa55;
}

.site-footer-logo img {
	width: 100%;
}

.bottom {
	display: block;
	width: 100%;
	padding: 10px;
	background: #111;
	color: #777;
}


.made-by {
	background: #111;
	text-align: center;
	color: #999;
	padding: 10px;
}
.made-by a:not(:hover) { color: #5191c6; }



/*--------------------------- pagenavi ---------------------------*/

.wp-pagenavi {
	padding: 5px;
	flex-basis: 100%;
	margin-top: 30px;
}

.wp-pagenavi * {
	line-height:30px;
	margin: 2px;
	display: block;
	float: left;
	padding: 10px;
}

.wp-pagenavi span {	border: none;	}

.wp-pagenavi a, .wp-pagenavi span.current {
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	min-width:50px;
	text-align: center;
}

.wp-pagenavi a:hover {
	border-color: #aaa;
}

.wp-pagenavi span.current {
	color: #f84;
	background: #fff;
}


/*--------------------------- Медиазапросы ---------------------------*/
@media screen and (min-width: 1700px) {
	body {	font-size: 20px;	}
	.widget-area {	width: 320px;	}
	.site>.site-header, .site>section, .site>article, .site>.comments-area, .site>.site-content, .site>.site-footer, .site>.main-navigation {		
		padding-left: 15%;
		padding-right: 15%;
	}
}

@media screen and (max-width: 1699px) {
	.site>.site-header, .site>section, .site>article, .site>.comments-area, .site>.site-content, .site>.site-footer, .site>.main-navigation {		
		padding-left: 10%;
		padding-right: 10%;
	}
	.main-navigation .menu-item-has-children::after {	top: 0.9em;}
}

@media screen and (max-width: 1366px) {
	.site>.site-header, .site>section, .site>article, .site>.comments-area, .site>.site-content, .site>.site-footer, .site>.main-navigation {		
		padding-left: 5%;
		padding-right: 5%;
	}
	.post-block-wrapper {	width: calc(25% - 10px);	}
}

@media screen and (max-width: 1100px) {
	.post-block-wrapper {	width: calc(33.33% - 10px);	}
	article.category-links li { width: calc(50% - 10px); }
}

@media screen and (max-width: 999px) {
	.site-footer>div {		width: 25%;	}
	.site-footer .map {		display: none;	}
	.ps-content .addtocart-button {
		max-width: 250px;
		float: none;	}
	.post-shop {	flex-wrap: wrap;	}
	.ps-content {
		max-width: unset;
		margin-top: 2em;
		padding-left: 0;	}
}

@media screen and (max-width: 900px) {
	.phone {	font-size: 15px;	}
	.site-header-logo {	height: 40px;	}
	.site-branding {	padding: 3px 0 0 0;	}
	.site-description {	left: 0; top: 44px;	}
	.site-main .entry-title {	font-size: 150%;	}
	.post-block-wrapper {	width: calc(50% - 10px);	}
}

@media screen and (max-width: 860px) {
	.post-block-wrapper {	flex-grow: 1;	}
}

@media screen and (max-width: 750px) {
	.site-footer>div {	margin-bottom: 30px;		width: 50%;	}
	.site-footer {	flex-wrap: wrap;	}
	.post-block-wrapper {	width: 100%;	}
	article.category-links {    display: none; }
	textarea#comment {	width: 100%;	}
}

@media screen and (max-width: 650px) {
	body { margin-top: 174px; }
	#masthead {
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
	}
	.site-branding {	height: auto;	}
	.site-header-contact .phone {	font-size: initial;	}
	.site-search {
		width: 100%;
		padding: 10px 0;
	}

	/* Hide SAPE widget on mobile */
	#\31 -2.widget {    display: none;	}

	#content {	flex-direction: column;	}
	#primary {	margin-left: 0;	}
	#secondary {
		width: 100%;
		float: unset;	}
	#secondary .widget>ul {	display: none;	}
	#secondary .widget:hover>ul {	display: block;	}
	#secondary .widget {
		border: 1px solid #aaa;
		background: #333;
		color: #eee;
		padding: 5px 15px 0px;
	}
	#secondary .widget>ul,
	#secondary .widget>ul>li>a {	color: #ddd;	}
	#secondary .widget button.show-more {
		border-radius: 0;
		color: #ddd;
		padding: 10px;
		border: none;
		border-top: 1px solid;
	}
	#secondary .widget>ul>li:last-child>a {	border: none;	}
	#secondary .widget.side-filter {	color: #444;	} 
	.wp-pagenavi {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.flat {	color: #aaa;	}
	span[class|="phone"]:before {	display: none;	}
	.nav-prev-thumb, .nav-next-thumb {	width: 0;	}
	.ps-images,
	.wp-pagenavi span.pages {	width: 100%;	}
	.post-block-wrapper {	width: calc(50% - 10px);	}
	.post-list-wrapper .img {
		position: unset;
		width: 100%;
		height: 255px;
	}
	.post-list-wrapper .post-list-content {	margin: 0;	}
	.post-list-wrapper .post-list-meta {	position: unset;	}
}




/* ----------------------------- Дополнительно ------------------------*/

/* Скрываем стандартные элементы управления гугл-переводчиком*/
#google_translate_element,
.prisna-gwt-flags-container,
.skiptranslate  {
	display: none;
}


.p-360 {
	position: relative;
	max-width: 500px;
	margin-left: 2em;
}
.p-360:after {
	content: "";
	width: 75px;
	height: 75px;
	background: url(images/360.svg);
	position: absolute;
	background-size: contain;
	right: -1em;
	top: -1em;
	border-radius: 50px;
	background-color: white;
	box-shadow: 0 5px 5px #0003;
}
.p-360 video {
	width: 100%;
}


