/**
Theme Name: MarkoBook Theme
Version: 1.0
Author: BeArt | Andrey
Author URI: http://beart.com.ua/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	white-space: normal
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
color 1 - 411e00
color footer - e3d6ce
/**/
html {
	font-size: 90%;
}
body{
	font-family:'RobotoRegular';
	color: #656565;
	font-size:1em;
	line-height:24px;
}
a{
	text-decoration:none;
    color: #411e00;
	font-size:1em;
	line-height:24px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
b, strong{
	font-family:'RobotoBold';
}
.container{
	position:relative;
	width:1000px;
	max-width:100vw;
	margin:0 auto;
	box-sizing:border-box;
}
.widget {
    position: relative;
}
.clear{
	clear:both;
}
.bold {
    font-family:'RobotoBold';
}
/**/
.site-branding img{
	width:100%;
	height:100%;
}
/**/
/**/
#header .container {
	padding:20px 0;
}
#header .row {
	white-space:nowrap;
}
#header .row > *{
	display:inline-block;
	vertical-align:middle;
}
#header .site-branding{
	width:25%;
}
#header .widget_text {
	text-align:right;
	width:75%;
}
#header .widget_text a{
	display:inline-block;
	text-align:center;
	width:25px;
	height:25px;
	line-height:25px;
	margin:0 10px;
	background:#411e00;
	color:#fff;
	border:1px solid #411e00;
	border-radius:13px;
	opacity:0.5;
}
#header .widget_text a:hover{
	color:#411e00;
	background:#fff;
	opacity:1;
}

/**/
.menu_title{
	display:none;
}
#main_menu{
	background:#411e00;
}
#main_menu li{
	display:inline-block;
}
#main_menu a{
	display:block;
	color:#fff;
	padding:10px 15px;
	text-transform:uppercase;
}
#main_menu .current-menu-item a,
#main_menu a:hover{
	background:#fff;
	color:#411e00;
}
#main_menu .search-form {
	position:absolute;
	top:7px;
	right:0;
}
.search-form .search-submit {
    position: absolute;
	height:30px;
    border: 0;
    color: #fff;
    background: #411e00;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 20px;
}
.search-form input {
    border: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 30px;
    width: 200px;
    transition: .3s;
	color:#fff;
	background:#a08e7f;
}
.search-form input::-webkit-input-placeholder{
    color:#fff;
}
.search-form input:-moz-placeholder {
    color:#fff;
}
/**/
.page.page-id-15 #body .container > .row,
.single #body .row{
    width: 70%;
    margin: 0 0 0 auto;
    min-height: 400px;
}
.search #body .container > .row,
.error404 #body .container > .row,
.page #body .container > .row,
.blog #body .container > .row,
.single #body.dorobki .container > .row,
.category #body .container > .row{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 400px;
}
.page-id-33 #body .container > .row{
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 400px;
}

#body h1.entry-title, h1 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 30px 0 20px 0;
}
.home.woocommerce h1{
	text-align:center;
}
/**/
.product p, .page .entry-content p, .single .entry-content p {
    letter-spacing: .5px;
    margin: 0 0 15px 0;
	line-height:20px;
}
.entry-content > ol{
	list-style-type:decimal;
	margin:0 0 0 20px;
}
.entry-content > ul{
	list-style-type:disc;
	margin:0 0 0 20px;
}
.entry-content > ul > li,
.entry-content > ol > li{
    letter-spacing: .5px;
    margin: 0 0 15px 0;
	line-height:20px;
}
/**/
.page-id-21073 .entry-content blockquote{
	padding:10px 20px;
	background:#e3d6ce;
	margin:0 0 20px 0;
}
.page-id-21073 .entry-content blockquote p{
	margin:0;
	color:#000;
}
.page-id-21073 .entry-content h2{
	color:#411e00;
	font-size:1.5em;
	margin:0 0 20px 0;
}
.page-id-21073 .entry-content table{
	width:100%;
	margin:0 0 20px 0;
}
.page-id-21073 .entry-content table td:first-child{
	font-weight:bold;
}
.page-id-21073 .entry-content table td{
	border:1px solid #411e00;
	padding:5px 10px;
}
/**/
.page article, .single article{
	padding: 0 10px 10px 10px;
}
.page article .thumbnail, .single article .thumbnail {
    position: absolute;
    left: 0;
    cursor: pointer;
}
/**/
.post-44 .item{
	padding:0 0 20px 0;
	margin:0 0 40px 0;
	border-bottom:1px solid #333;
}
.post-44 .item:nth-last-child(1){
	border:none;
}
.post-44 .sub_title{
	font-size:30px;
	margin:20px 0;
	padding:0 0 0 32%;
}
.post-44 .img,
.post-44 .text,
.post-44 .info{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
}
.post-44 .img{
	width:30%;
}
.post-44 .text{
	width:50%;
	padding:0 10px 0 20px;
}
.post-44 .info{
	width:19%;
}
.post-44 .img img{
	width:100%;
	height:auto;
}
/**/
.filter_wrap {
	margin:0 0 40px 0;
	color:#411e00;
	background:rgba(227,214,206,0.5);
	padding:10px 20px;
}
.filter_wrap > div{
	display:inline-block;
	width:18%;
	vertical-align:top;
}
.berocket_aapf_widget-title{
	margin:0;
}
.filter_wrap .berocket_aapf_widget-title{
	margin:0 0 2px 0;
}
ul.berocket_aapf_widget{
	margin:0;
}
ul.berocket_aapf_widget li > span{
	line-height:24px;
}
.filter_wrap .widget-title span{
	font-size:18px;
}
.filter_wrap select{
	padding:3px 5px;
	max-width:100%;
}
/**/
.search article,
.blog article,
.category article {
	position:relative;
	margin:0 0 40px 0;
}
.search article .entry-title a,
.blog article .entry-title a,
.category article .entry-title a{
	display:block;
	font-size:20px;
	border-bottom:1px solid #333;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
	box-sizing:border-box;
}
.search article a.thumbnail,
.blog article a.thumbnail,
.category article a.thumbnail{
	display:block;
	float:left;
	margin:0 20px 0 0;
}
article .more_link,
.blog article .more_link,
.category article .more_link{
	position:absolute;
	bottom:0;
	right:0;
	display:inline-block;
	width:200px;
	padding:5px 10px;
	margin:0 auto;
	text-align:center;
	border:1px solid #411e00;
	color:#411e00;
	background:#fff;
}
.search .more_link{
	position:relative;
	display:block;
	margin:0 0 0 auto;
}
article .more_link:hover,
.blog article .more_link:hover,
.category article .more_link:hover{
	color:#fff;
	background:#411e00;
}
/**/
.post-179 div.post,
.category-70 article {
	position:relative;
	border-bottom:1px solid #333;
	min-height:450px;
	margin:0 0 40px 0;
}
.post-179 div.post .entry-title,
.post-179 div.post .entry-title a,
.category-70 article .entry-title a{
	display:block;
	border:none;
	text-align:left;
	margin:0 0 50px 0;
	font-size: 26px;
	line-height:30px;
	color:#411e00;
}
.post-179 div.post .thumbnail{
	position:relative;
	display:block;
	float:left;
	margin:0 50px 20px 0;
}
.dop_info {
	margin:0 0 40px 0;
}
.dop_info > div{
	white-space:nowrap;
}
.dop_info label{
	display:inline-block;
	vertical-align:top;
	font-family: 'RobotoBold';
	min-width:100px;
	margin:0 10px 10px 0;
}
.dop_info span{
	display:inline-block;
	vertical-align:top;
}
.post-179 div.post .more_link,
.category-70 article .more_link{
	bottom:5%;
}
.dorobki iframe,
.post-179 iframe{
	display:block;
	margin:20px auto 40px auto;	
}
/**/
/**/
.post-194 .thumbnail,
.single .dorobki article .thumbnail,
.post-194 .entry-content,
.single .dorobki article .entry-content,
.post-194 .dop_info,
.single .dorobki article .dop_info{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
}
.page .post-194 .thumbnail,
.single .dorobki article .thumbnail{
	position:relative;
	width:30%;
}
.post-194 .thumbnail img,
.single .dorobki article .thumbnail img{
	width:100%;
	height:auto;
}
.post-194 .entry-content,
.single .dorobki article .entry-content{
	width:45%;
	padding:0 10px 0 20px;
}
.post-194 .dop_info,
.single .dorobki article .dop_info{
	width:24%;
}
.single .dorobki article .dop_info label{
	display:inline-block;
	vertical-align:top;
	font-family: 'RobotoBold';
	min-width:40%;
	margin:0 10px 10px 0;
}
.post-194 .dop_info span,
.single .dorobki article .dop_info span{
	display:inline-block;
	vertical-align:top;
	width:60%;
}

/**/
.smi-info {
	padding:20px 0;
	border-top:1px solid #333;
}
.smi-info .block-title{
	font-family: 'RobotoBold';
	font-size: 25px;
	line-height: 30px;
	margin: 40px 0;
	text-transform:uppercase;
}
.smi-info iframe{
	display:block;
	margin:0 auto;
}
.smi-info .item{
	position:relative;
	margin:0 0 40px 0;
}
.smi-info .item.text a:before{
	content:"\f15c";
}
.smi-info .item.video a:before{
	content:"\f144";
}
.smi-info .item.text a:before,
.smi-info .item.video a:before{
	display:inline-block;
	width:40px;
	font-family: 'FA fas';
	font-size:30px;
	text-align:center;
}
.smi-info span{
	display:inline-block;
	vertical-align:top;
}
.smi-info span.title{
	width:250px;
}
.smi-info span.text{
	width:690px;
}
.smi-info .item a{
	font-size:18px;
}
.smi-info .item a:hover span{
	text-decoration:underline;
}
/**/
.entry-gallery{
    position: absolute;
    width: 250px;
    top: 300px;
    left: 0;
}
.category .entry-gallery{
	left:320px;
	top:auto;
	margin:20px 0 0 0;
	width: auto;
}
.category .entry-gallery .gallery-item:nth-child(3n-1),
.category .entry-gallery .gallery-item {
	margin: 0 24px 0 0!important;
}
.entry-gallery .gallery-item {
    width: 75px !important;
    cursor: pointer;
	margin: 0!important;
}
.entry-gallery .gallery-item:nth-child(3n-1) {
    margin: 0 12px!important;
}
.category .entry-gallery .gallery-item:nth-last-child(1) {
    margin: 0!important;
}
.entry-gallery .gallery-item img {
    width: 100%;
    height: auto;
    border: 0 !important;
}
/**/
/**/
.woocommerce  #main{
	padding:0 0 40px 0;
}
/**/
.woocommerce-result-count,
.woocommerce-breadcrumb{
	display:none;
}
.products li {
	display:inline-block;
	vertical-align:top;
	width:30%;
	text-align:center;
	box-sizing:border-box;
	margin:0 0 20px 0;
	height:500px;
}
.products li:nth-child(3n-1) {
	margin:0 4% 20px 4%;
}
.products li .li_wrap{
	position:relative;
	background:#fff;
	box-sizing:border-box;
	border:1px solid #fff;
	padding:10px 0 20px 0;
	/*transition:0.3s;*/
	overflow:hidden;
}
.moby .products li .li_wrap,
.products li:hover .li_wrap{
	border:1px solid #a08e7f;
	z-index:10;
-webkit-box-shadow: 0px 0px 10px 3px rgba(160,142,127,0.5);
-moz-box-shadow: 0px 0px 10px 3px rgba(160,142,127,0.5);
box-shadow: 0px 0px 10px 3px rgba(160,142,127,0.5);
}
.products li .cat_link{
	display:inline-block;
	text-transform:uppercase;
	color:#a08e7f;
	margin:0 5px;
}
.products li .cat_link:hover{
	text-decoration:underline;
}
.products li .onsale{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	display:block;
	width:100%;	
	text-align:center;
	/*margin:-30px 0 0 0;*/
	/*background:#a08e7f;*/
	color:#411e00;
	border:1px solid #a08e7f;
	width:30%;
	text-transform:uppercase;
}
.products .woocommerce-loop-product__title{
	font-size:20px;
	margin:0 0 10px 0;
}
.products li .author{
	display:block;
	color:#a08e7f;
	font-size:16px;
	margin:0 0 20px 0;
}
.products li .author span{
	font-family:'RobotoBold';
}
.products li .price{
	display:block;
	margin:0 0 20px 0;
	font-size:20px;
}
.woocommerce-Price-currencySymbol{
	display:inline-block;
	margin:0 0 0 5px;
}
/*
.products li .add_to_cart_button {
	display:none;
	vertical-align:top;
	color:#a08e7f;
	padding:5px 15px;
	border:1px solid #a08e7f;
	height:35px;
	box-sizing:border-box;
}
*/
.products li .add_to_cart_button {
	display:none;
	background:#a08e7f;
	color:#fff;
	padding:5px 15px;
	height:35px;
	box-sizing:border-box;
}
/*
.products li .add_to_cart_button:before {
	content:"";
	display:block;
	width:40px;
	height:40px;
	background:url(images/roundcart.png) 50% 50% no-repeat;
	background-size:100%;
}
*/
.added_to_cart{
	display:none;
}
.products li .more_link{
	display:none;
	vertical-align:top;
	background:#a08e7f;
	color:#fff;
	padding:5px 15px;
	height:35px;
	box-sizing:border-box;
}
.products li .add_to_cart_button:hover,
.products li .more_link:hover{
	text-decoration:underline;
}
.products li:hover .add_to_cart_button,
.products li:hover .more_link{
	display:inline-block;
}
.products li .out-of-stock{
	display:block;
	margin:0 0 20px 0;
}
/**/
.woocommerce-cart-form {
	font-size:18px;
}
.woocommerce-cart-form thead {
	background:rgba(227,214,206,0.5);
}
.woocommerce-cart-form thead th{
	font-family:'RobotoBold';
	text-align:left;
	font-size:16px;
	padding:3px 0;
}
.woocommerce-cart-form table{
	width:100%;
}
.woocommerce-cart-form table tbody tr{
	border-bottom:1px solid #e3d6ce;
}
.woocommerce-cart-form table tbody tr:nth-last-child(1){
	border:none;
}
.woocommerce-cart-form img{
	width:150px;
	height:auto;
}
.woocommerce-cart-form tbody td{
	vertical-align:middle;
}
.woocommerce-cart-form tbody td:nth-child(2){
	width:50%;
}
.woocommerce-cart-form a{
	font-size:18px;
}
.woocommerce-cart-form .product-remove a{
	display:inline-block;
	width:24px;
	text-align:center;
	font-family:'RobotoBold';
	font-size:20px;
	background:#a08e7f;
	color:#fff;	
	border:1px solid #a08e7f;
}
.woocommerce-cart-form .product-remove a:hover{
	background:#fff;
	color:#a08e7f;	
}
.woocommerce-cart-form .quantity label{
	display:none;
}
.woocommerce-cart-form .quantity input{
	width:50px;
}
.woocommerce-cart-form .actions{
	text-align:center;
}
.woocommerce-message a.button.wc-forward{
	display:none;
}
/**/
.woocommerce-cart .woocommerce-message{
	margin:0 0 20px 0;
}
.cart-collaterals form{
	background:rgba(227,214,206, 0.7);
	padding:20px 0 1px 0;
}
.cart-collaterals .entry-title{
    font-family: 'RobotoBold';
    font-size: 30px;
    line-height: 30px;
    margin: 10px 0 20px 0;
}
.cart-collaterals .col-md-4{
	width:50%;
	margin: 0 auto;
}
.cart_totals {
	font-size:20px;
	color:#a08e7f;
}
.cart_totals table{
	margin:0 0 0 auto;
}
.cart_totals table tr > *{
	padding:0 10px;
}
.cart_totals table span.amount{
	display:inline-block;
	color:#fff;
	background:#a08e7f;
	padding:5px 10px;
}
.woocommerce-cart-form .actions .button{
	width:200px;
	padding:5px 0;
	margin:20px 0 0 0;
}
.woocommerce-cart-form .coupon label{
	display:block;
	text-align:center;
	font-size:0.8em;
	line-height:1em;
	padding:20px 0 0 0;
}
.woocommerce-cart-form .coupon input{
	padding:5px;
	width:200px;
	box-sizing:border-box;
}
.cart_totals .cart-discount th{
	padding: 0 0 20px 0;
}
.cart_totals .cart-discount th span{
	text-transform:uppercase;
}
.cart_totals table .cart-discount span.amount{
	display: inline-block;
	color: #411e00;
	background: none;
	padding:0;
}
.cart_totals a.woocommerce-remove-coupon {
    display: inline-block;
    width: 24px;
    text-align: center;
    font-family: 'RobotoBold';
    font-size: 20px;
    background: #a08e7f;
    color: #fff;
    border: 1px solid #a08e7f;
}
.cart_totals a.woocommerce-remove-coupon:hover {
    background: #fff;
    color: #a08e7f;
}
/**/
.min_cart_wrap {
	position:absolute;
	right:20px;
	margin:15px 0 0 0;
	z-index:100;
}
.single-product .min_cart_wrap{
	position:relative;
	text-align:right;
	padding:20px 0;
}
.cart-img {
	width:50px;
	height:auto;
}
.cart-link {
	font-size:20px;
}
.cart-link > *{
	display:inline-block;
	vertical-align:middle;
}
.minicart_btns_wrap{
	display:none;
	position:fixed;
	top:10%;
	left:10%;
	width:80%;
	height:80%;
	/*background:rgba(227,214,206,1);*/
	background:#fff;
	padding:5vw;
	box-sizing:border-box;
	font-size:1.7em;
	text-align:center;
	border:2px solid #411e00;
}
.minicart_btns_wrap .cart-contents-count{
	display:block;
	margin:0 0 2em 0;
}
.minicart_btns_wrap .cart-contents-count span{
	display:block;
	margin:1em 0;
}
.minicart_btns_wrap .cart-link-btn{
	display:inline-block;
	background: #a08e7f;
	color: #fff;
	padding:7px 15px;
	margin:1em;
}
.minicart_btns_wrap .minicart_close{
	display:inline-block;
	padding:7px 15px;
	margin:1em;
	cursor:pointer;
	border:1px solid #a08e7f;
}
/**/
.product .onsale{
	display:inline-block;
	text-align:center;
	/*background:#a08e7f;*/
	color:#411e00;
	border:1px solid #a08e7f;
	width:70px;
	text-transform:uppercase;
	font-weight:bold;
}
.woocommerce-product-gallery {
	float:left;
	width:500px;
	margin:-80px 100px 0 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+1){
	display:inline-block;
	margin:10px 25px 0 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-last-child(1){
	margin:0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img{
	display:block;
	max-width:100%;
	height:auto;
}
.single-product h1{
	margin: 10px 0 40px 0;
}
.single-product form.cart,
.single-product .quantity,
.single-product .price{
	display:inline-block;
	vertical-align:top;
}
.single-product .price{
	color:#411e00;
	font-size:30px;
	margin:0 20px 0 0;
	line-height:29px;
}
.single-product .price del{
	position: absolute;
	margin-top: -30px;
	font-size: 0.7em;
	color: #aaa;
}
.single-product .price ins{
	text-decoration:none;
}

.single-product .quantity {
	margin:0 20px 0 0;
}
.single-product .quantity input{
	width:50px;
	height:23px;
	text-align:center;
}
.single-product .quantity label{
	display:none;
}
.single-product form.cart .button{
	width:170px;
	padding:5px 0;
	color:#fff;
	background:#411e00;
	text-transform:uppercase;
}
.single-product .product_meta {
	margin:50px 0 0 0;
}
.product .tab_wrap h2{
	display:none;
}
.product .tab_wrap.description{
	width:80%;
	margin:20px auto 50px auto;
}
.shop_attributes {
	width:300px;
	text-align:left;
	color:#411e00;
}
.shop_attributes p{
	margin:0;
}
.shop_attributes th{
	width:150px;
}
.shop_attributes td{
	font-family:'RobotoBold';
	padding:0 0 10px 0;
}
.posted_in {
	display:inline-block;
	padding:0 0 10px 0;
}
.posted_in a{
	font-family:'RobotoBold';
}
.posted_in > span{
	display:inline-block;
	vertical-align:top;
	color:#411e00;	
	width:150px;
}
.single-product .description img.alignleft{
	float:left;
}
/**/
.related.products{
	position:relative;
	border-top:1px solid #333;
	padding:50px 0 0 0;
}
.related.products .items_wrap{
	position:relative;
	width:100%;
	overflow-x:hidden;
	padding:20px 0 60px 0;
}
.related.products .right_arr,
.related.products .left_arr{
	position:absolute;
	top:40%;
	width:51px;
	height:102px;
	cursor:pointer;
}
.related.products .right_arr{
	background:url(images/right_arr.png) 50% 50% no-repeat;
	right:-60px;
}
.related.products .left_arr{
	background:url(images/left_arr.png) 50% 50% no-repeat;
	left:-60px;
}
.related.products > h2{
	color:#a08e7f;
	font-family: 'RobotoBold';
	font-size: 30px;
	line-height: 30px;
}
.related.products ul{
	position:relative;
	width:3000px;
	min-height:550px;
}
.related.products li{
	width:300px;
	margin:0 15px;
}
/**/
.woocommerce-checkout .woocommerce-order-details {
	margin:50px 0 0 0;
}
.woocommerce-checkout .woocommerce-order-details table{
	width:300px;	
}
.woocommerce-checkout .woocommerce-order-details tfoot,
.woocommerce-checkout .woocommerce-order-details thead{
	font-family:'RobotoBold';
	text-align:left;
}
.woocommerce-checkout .woocommerce-order-details tbody tr{
	border-bottom:1px solid #ccc;
}
.woocommerce-checkout #bez_zvonka{
	display: inline-block;
	width:auto;
}
.woocommerce-checkout .col-md-6{
	display:inline-block;
	width:48%;	
}
.woocommerce-checkout .col-md-6:nth-child(2){
	margin:0 0 0 3%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle{
	display:none;
}

form.woocommerce-checkout{
	display:flex;
	flex-wrap:wrap;
}
.woocommerce-checkout .woocommerce-NoticeGroup{
	width:100%;
	background:#e3d6ce;
	padding:5px 10px;
}
.woocommerce-checkout #customer_details{
	width:55%;
	margin:0 5% 0 0;
}
.woocommerce-checkout #order_review{
	width:40%;
}
.woocommerce-checkout #order_review table{
	width:100%;
}
.woocommerce-checkout h3{
	font-size:1.3em;
	color:#411e00;
	padding:10px 0;
}
.woocommerce-checkout .form-row{
	display:flex!important;
}
.woocommerce-checkout .form-row label{
	width:20%;
	padding:5px 10px;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper{
	width:70%;
}
.woocommerce-checkout .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce-input-wrapper select,
.woocommerce-checkout .woocommerce-input-wrapper textarea{
	display:block;
	width:100%;
	border:1px solid #aaa;
}
.woocommerce-checkout input[type="radio"],
.woocommerce-checkout input[type="checkbox"]{
	display:inline-block;
	width:auto;
}
.woocommerce-checkout #ship-to-different-address{
	display:none;
}
.woocommerce-checkout .required{
	text-decoration:none;
	color:red;
}
.woocommerce-checkout label .optional{
	display:none;
}
.woocommerce-checkout #wcus_np_billing_fields{
	/*display:block!important;*/
	border-top:1px solid #aaa09a;
	border-bottom:1px solid #aaa09a;
	padding:10px 0;
	margin:20px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead{
	background:rgba(227,214,206,0.5);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead th{
	font-family:'RobotoBold';
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr{
	border-bottom: 1px solid #e3d6ce;
}
.woocommerce-checkout #payment{
	margin:20px 0;
}
.woocommerce-checkout #payment #place_order{
	padding:5px 0;
	font-size:1.2em;
	width:70%;
	margin:20px auto;
}
/**/
.woocommerce-order h2{
	font-size:1.3em;
	color:#411e00;
	padding:10px 0;
}
.woocommerce-order .woocommerce-table--order-details thead{
	background:rgba(227,214,206,0.5);
}
.woocommerce-order .woocommerce-table--order-details thead th{
	font-family:'RobotoBold';
}
.woocommerce-order .woocommerce-table--order-details tr{
	border-bottom: 1px solid #e3d6ce;
}
/**/
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.cart-collaterals input,
.cart-collaterals textarea,
.wpcf7 input,
.wpcf7 textarea{
	font-family:'RobotoRegular';
	font-size:16px;
	display:block;
	padding:5px 10px;
	width:100%;
	box-sizing:border-box;
	border:1px solid #333;
}
.woocommerce-checkout input[type="image"]{
	border:none;
}
.cart-collaterals textarea,
.wpcf7 textarea{
	height:100px;
}
.cart-collaterals .form-group,
.wpcf7 .form_row{
	margin:0 0 20px 0;
}
.woocommerce-checkout #place_order,
.cart-collaterals .checkout-button,
form.cart .button,
.woocommerce-cart-form .button,
.cart-collaterals .btn-submit,
.wpcf7 .wpcf7-submit{
	width:50%;
	margin:0 auto;
	text-align:center;
	border:1px solid #411e00;
	color:#411e00;
	background:#fff;
	cursor:pointer;
	transition:0.3s;
}
.woocommerce-checkout #place_order:hover,
.cart-collaterals .checkout-button:hover,
form.cart .button:hover,
.woocommerce-cart-form .button:hover,
.cart-collaterals .btn-submit:hover,
.wpcf7 .wpcf7-submit:hover{
	color:#fff;
	background:#411e00;
}
.cart-collaterals .checkout-button{
	display:block;
	padding:5px 15px;
	margin:0 auto 40px auto;
}
.cart-collaterals .btn-submit.visited{
	color:#fff;
	background:#411e00;
}
.cart-collaterals .cart_totals table{
	margin:20px auto;
}
.cart-collaterals .woocommerce-shipping-totals {
	display:none;
}
.wcus-state-loading::before {
	z-index:2000;
}
.woocommerce-billing-fields .select2-container{
	z-index:1;
}
.woocommerce-checkout #order_field{
	display:none!important;
}
.woocommerce-checkout .order_details .shipping_method{
	margin:20px 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th:nth-child(1),
.woocommerce-checkout .woocommerce-checkout-review-order-table td:nth-child(1){
	width:65%;
	padding:5px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th:nth-child(2),
.woocommerce-checkout .woocommerce-checkout-review-order-table td:nth-child(2){
	width:35%;
	padding:5px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td.value,
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total{
	text-align:center;
}
/**/
.pagination,
.woocommerce-pagination {
	text-align:center;
	margin:50px 0 0 0;
}
.pagination li,
.page-numbers li{
	display:inline-block;
}
.pagination li span,
.pagination li a,
.page-numbers li span,
.page-numbers li a{
	display:inline-block;
	width:26px;
	text-align:center;
	color: #fff;
	background: #411e00;
	border:1px solid #411e00;
	border-radius:20px;
	box-sizing:border-box;
	margin:5px;
}
.pagination li span,
.page-numbers li span{
	cursor:default;
}
.pagination li span,
.pagination li a:hover,
.page-numbers li span,
.page-numbers li a:hover{
	color: #411e00;
	background: #fff;
	
}
/**/

/**/
.genericon-search::before {
    font-family: "FA fas";
    content: "\f002";
}
/**/
#subscribe{
	background:#411e00;
	padding:30px 0;
}
#subscribe .widget {
	display:inline-block;
	vertical-align:top;
	width:auto;
}
#subscribe .textwidget {
	margin:5px 0 0 80px;
}
#subscribe .es_widget_form {
	text-align:center;
}
#subscribe .es-field-wrap,
#subscribe .es_submit_button,
#subscribe .es_caption,
#subscribe .es_textbox,
#subscribe .es_button{
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0 5px;
}
#subscribe .es_caption{
	color:#fff;
	line-height:33px;
	font-size:18px;
}
#subscribe .es_txt_email,
#subscribe .es_textbox_class{
	line-height:33px;
	border:none;
	padding:0 15px;
	font-size:18px;
	background:#fff;
	width:250px;
	box-sizing:border-box;
}
#subscribe .es_submit_button{
	background:#fff;
	color:#411e00;
	font-family: 'RobotoBold';
	text-transform:uppercase;
	font-size:16px;
	height:33px;
	padding:3px 15px;
	text-align:center;
	border:1px solid #fff;
	cursor:pointer;
	box-sizing:border-box;
	width:auto;
}
#subscribe .es_msg{
	position:absolute;
	width:100%;
}
#subscribe .widget_custom_html a{
	display:inline-block;
	color:#411e00;
	background:#fff;
	margin:0 10px 0 0;
	width:25px;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
	border-radius:13px;
	text-align:center;
}
#subscribe .widget_custom_html a:hover{
	background:#411e00;
	color:#fff;
}
/**/
#footer{
	background:#e3d6ce;
	padding:50px 0 0 0;
}
#footer .site-branding{
	display:inline-block;
	float:none;
	width:15%;
	height:auto;
	margin:0 100px 0 0;
}
#footer .site-branding img{
	width:100%;
	height:100%;
}
#footer .widgets .widget {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:0px 60px 0 0;
}
#footer .widgets .widget:nth-last-child(1) {
	margin:0;
	max-width:33%;
}
#footer .widgets .widget li {
	margin:0 0 15px 0;
}
#footer .widgets .widget li a{
	font-size:15px;
	text-transform:uppercase;
}
#footer .widgets .widget li a:hover{
	text-decoration:underline
}
#footer .widgets .textwidget .text-row{
	margin:0 0 15px 0;
	font-size:15px;
	box-sizing:border-box;
}
#footer .widgets .textwidget .text-row.email,
#footer .widgets .textwidget .text-row.phone,
#footer .widgets .textwidget .text-row.adres{
	padding:0 0 0 40px;
}
#footer .widget .email:before {
	font-family:"FA fas";
	content:"\f0e0";
	position:absolute;
	left:0px;
	font-size:20px;
	display:block;
	width:25px;
	text-align:center;
}
#footer .widget .phone:before {
	font-family:"FA fas";
	content:"\f095";
	position:absolute;
	left:0px;
	font-size:22px;
	display:block;
	width:25px;
	text-align:center;
}
#footer .widget .adres:before {
	font-family:"FA fas";
	content:"\f3c5";
	position:absolute;
	left:0px;
	font-size:22px;
	display:block;
	width:25px;
	text-align:center;
}
#footer .socials a{
	display:inline-block;
	text-align:center;
	width:25px;
	height:25px;
	line-height:25px;
	margin:0 5px;
	background:#411e00;
	color:#fff;
	border:1px solid #411e00;
	border-radius:13px;
	opacity:0.5;
}
#footer .socials a:hover{
	color:#411e00;
	background:#fff;
	opacity:1;
}
#footer .payments img{
	width:100px;
	height:auto;
	opacity:0.5;
	transition:0.3s;
}
#footer .payments img:hover{
	opacity:1;
}
/*
#footer .partners {
	padding:20px 0;
	text-align:center;
}
#footer .partners .gallery-item{
	float:none!important;
	display:inline-block!important;
	margin:0 40px 0 0!important;
	height:100px!important;
	width:auto!important;	
}
#footer .partners .gallery-item:nth-last-child(2){
	margin:0!important;
}
#footer .partners .gallery-icon{
	height:100%;
}
#footer .partners .gallery-item img{
	display:inline-block!important;
	vertical-align:middle;
	height:100%!important;
	width:auto!important;
	border:none;
	opacity:0.5;
}
*/
#footer .partners {
	padding:20px 0;
	text-align:center;
}
#footer .partners img{
	display:inline-block;
	margin:0 40px 0 0;
	height:100px;
	width:auto;
	vertical-align:middle
}
#footer .partners a:nth-last-child(1) img{
	margin:0!important;
}
#footer .partners img.np{
	height:auto;
	width:150px;
}
/**/
.moby{
	overflow-x:hidden;
}
.moby #body .container,
.moby #primary .container{
	padding:0 10px;
}
.moby .mobile_bar{
	position:fixed;
	background:#411e00;
	z-index:100;
	min-height:30px;
	padding:5px 0;
}
.moby .mobile_bar #main_menu{
	display:inline-block;
}
.moby .mobile_bar #main_menu ul{
	display:none;
	position:absolute;
	width:100%;
	top:35px;
	left:0;
	z-index:1000;
	background:#411e00;
}
.moby .search-form{
	display:none;
	position:absolute;
	width:100%;
	top:35px;
	z-index:1000;
}
.moby .search-form input{
	width:calc(100% - 36px);
}
.moby .search-form .search-submit {
	font-size: 24px;
}
.moby .menu_title{
	position:absolute;
	right:0;
	display:inline-block;
	color:#fff;
	text-align:left;
	font-size:29px;
	padding:0px 10px;
	cursor:pointer;
}
.moby .search_btn{
	position:absolute;
	right:60px;	
	display:inline-block;
	color:#fff;
	font-size:24px;
	padding:3px 5px;
	cursor:pointer;
}
.moby .mobile_bar .widget_text{
	display:inline-block;
	padding:0 5vw;
}
.moby .mobile_bar .textwidget{
	display:inline-block;
	padding:0 10px;
}
.moby .mobile_bar .widget_text a{
	display: inline-block;
	font-size:20px;
	padding:3px 7px;
	color: #fff;
}
.moby .mobile_bar .minicart_wrap{
	position:absolute;
	top:0;
	left:10px;
}
.moby .mobile_bar .cart_icon{
	display:inline-block;
	font-size:24px;
	padding:3px 0;
	color: #fff;
}
.moby .mobile_bar .cart-contents{
	display:inline-block;
	font-size:24px;
	padding:3px 5px;
	color: #fff;
}
.moby #header {
	padding:40px 0 0 0;
}
.moby #header .container{
	padding:0;
}
.moby #header .site-branding{
	display:block;
	width:90%;
	margin:0 auto;
}
.moby #main_menu li{
	display:block;
}
.moby .filter_wrap > div{
	display:block;
	margin:0 0 20px 0;
	width:100%;
}
.moby .filter_wrap select{
	max-width:80vw;
}
/*
.moby .min_cart_wrap{
	display:none;
	position:relative;
	right:0;
	text-align:right;	
	background: rgba(227,214,206,0.9)!important;
	padding: 10px 20px;
}
*/
.moby .minicart_simple_wrap{
	display:none;
}
.moby .products li{
	display:block;
	width: 100%;
	height:auto;
	min-height:500px;
}
.moby .products li:nth-child(3n-1){
	margin:0 0 20px 0;
}
.moby article .more_link{
	position:relative;
	display:block;
	margin:20px 0;
}
.moby .post-194 .thumbnail, 
.moby.single .dorobki article .thumbnail{
	width:100%;
}
.moby .post-194 .entry-content, 
.moby.single .dorobki article .entry-content{
	width:100%;
	padding:0;
}
.moby .post-194 .dop_info, 
.moby.single .dorobki article .dop_info {
    width: 100%;
}
.moby.single article img{
	max-width:100%;
	height:auto;
}
.moby article .thumbnail{
	position:relative;
}
.moby article a.thumbnail{
	float:none;
}
.moby .thumbnail img{
	max-width:100%;
	height:auto;
}
.moby.page.page-id-15 #body .container > .row{
	width:100%;
	padding:20px 0;
}
.moby.single #body .row{
	width:100%;
}
.moby #body .row,
.moby.page #body .container > .row{
	padding:0;
}
.moby.page-id-33 #body .container > .row{
	width:100%;
}
.moby article{
	padding:0;
}
.moby #body h1.entry-title, .moby h1{
	margin: 10px 0;
	font-size: 20px;
}
.moby.category h1,
.moby.page h1{
	text-align:center;
}
.moby.page.woocommerce-order-received #body h1{
	text-align:left;
	font-size:2em;
}
.moby .smi-info span.text{
	display:block;
	width:100%;
}
.moby .post-44 .sub_title{
	padding: 0;
	font-size: 20px;
}
.moby .post-44 .info,
.moby .post-44 .text,
.moby .post-44 .img{
	display:block;
	width:100%;
	padding:0;
}
.moby .woocommerce-product-gallery {
	float:none;
	width:100%;
	margin:0;
}
.moby .woocommerce-product-gallery img{
	max-width:100%;
	height:auto;
}
.moby.single-product form.cart .button{
	width: 130px;	
}
.moby.single-product .price del{
	position:relative;
}
.moby .product .tab_wrap.description{
	width:100%;
}
.moby .related.products li{
	display:inline-block;
	width:85vw;
}
.moby .related.products li img {
	max-width:100%;
	height:auto;
}
.moby .products li .add_to_cart_button,
.moby .products li .more_link{
	display:inline-block;
}
.moby .related.products .items_wrap{
	min-height:600px;
}
.moby .related.products .right_arr{
	top:12%;
	right:0;
	z-index:10;
	opacity:0.2;
}
.moby .related.products .left_arr{
	top:12%;
	left:0;
	z-index:10;
	opacity:0.2;
}
.moby .woocommerce-cart-form img{
	width:75px;
}
.moby .woocommerce-cart-form a{
	font-size:12px;
}
.moby .woocommerce-cart-form table,
.moby .woocommerce-cart-form table tr{
	position:relative;
}
.moby .woocommerce-cart-form table td a,
.moby .woocommerce-cart-form table td{
	line-height:1em;
}
.moby .woocommerce-cart-form table .product-remove{
	position:absolute;
	right:0;
}
.moby .woocommerce-cart-form .actions .button{
	margin: 20px 0;
}
.moby .cart-collaterals .entry-title{
	font-size:20px;
}
.moby .cart-collaterals .col-md-4{
	width:90%;
}
.moby .woocommerce-checkout .col-md-6{
	width:100%;
	margin:0;
}
.moby .woocommerce-checkout .col-md-6:nth-child(1){
	margin: 0 0 20px 0;
}

.moby.single-product .price{
	margin:0 10px 0 0;
}
.moby.single-product .quantity{
	margin:0 10px 0 0;
}
.moby .products li .price{
	text-align:center;
}
.moby .products li .add_to_cart_button{
	margin: 0;
	left:0;
}
.moby .products li .more_link{
	position:absolute;
	margin:-50px 0 0 0;
	right:0;
}
.moby .related.products li .add_to_cart_button{
	margin: -33px 0 0 0;
}
.moby .related.products li .more_link{
	margin:-30px 0 0 0;
}
.moby .related.products > h2{
	text-align:center;
	margin:0 0 20px 0;
}
.moby .stock.out-of-stock{
	margin:0;
}

.moby #subscribe {
	text-align:center;
}
.moby #subscribe .textwidget{
	margin:20px 0 0 0;
}
.moby #subscribe .es-field-wrap,
.moby #subscribe .es_submit_button,
.moby #subscribe .es_caption,
.moby #subscribe .es_textbox{
	width:80%;
	margin:0 0 10px 0;
}
.moby #subscribe .es_txt_email,
.moby #subscribe .es_textbox_class{
	width:100%;
}
.moby #footer {
	padding:20px 0 0 0;
}
.moby #footer .site-branding{
	display:block;
	width:30%;
	margin:0 auto;
}
.moby #footer .widgets{
	margin:0 0 20px 0;
}
.moby #footer .widgets .widget{
	display:block;
	margin:20px auto 0 auto;
	width:70%;
}
.moby #footer .widgets .widget li{
	margin:0 0 5px 0;
	text-align:center;
}
.moby #footer .widgets .widget:nth-last-child(2):before{
	display:none;
}
.moby #footer .widgets .widget_text{
	margin:20px auto;
	width:90%;
	max-width:90%;
	border-bottom:1px solid #aaa09a;
}
.moby #footer .widgets .textwidget .text-row{
	margin:0 0 10px 0;
}
.moby #footer .socials{
	text-align:center;
	padding:20px 0;
	border-top:1px solid #aaa09a;
	border-bottom:1px solid #aaa09a;
}
.moby #footer .payments{
	text-align:center;
}
.moby #footer .payments img {
	opacity:0.9;
}
.moby #footer .partners{
	padding:0;
}
.moby #footer .partners a{
	display:block;
}
.moby #footer .partners img{
	margin:0;
	max-height:70px;
	width:auto;
}
.moby #footer .partners img.np{
	width:150px;
}
.moby .entry-gallery{
	position:relative;
	top:0;
}
.moby .woocommerce-cart-form .coupon label{
	padding: 20px 0;
}
.moby .woocommerce-checkout #customer_details{
	width:100%;
}
.moby .woocommerce-checkout #order_review{
	width:100%;
}
.moby .woocommerce-checkout .form-row .woocommerce-input-wrapper{
	width:100%;
}
.moby .woocommerce-checkout .form-row{
	flex-wrap:wrap;
}
.moby .woocommerce-checkout .form-row label{
	width:100%;
}
.moby .woocommerce-order .woocommerce-customer-details{
	margin:20px 0 40px 0;
}
.moby.woocommerce-checkout h3{
	text-align:center;
	background:rgba(227,214,206,1);
	padding:5px 0;
	margin:10px 0;
}
.moby.woocommerce-checkout #wcus_np_billing_fields{
	border:none;
}
.moby.woocommerce-checkout p{
	margin:0 0 5px 0;
}
.moby.woocommerce-checkout #wcus_np_billing_fields p{
	margin:0 0 20px 0;
}
.moby.woocommerce-checkout .woocommerce-checkout-review-order-table thead{
	background:none;
}
.moby.woocommerce-checkout #payment #place_order{
	background:#411e00;
	color:#fff;
	width:100%;
	padding:15px 0;
}
/**/
@media only screen and (max-width: 350px){
	.moby .mobile_bar .widget_text{
		padding: 0 1vw;
	}
	.moby .woocommerce-cart-form img{
		width:50px;
	}
	.moby .woocommerce-cart-form table{
		font-size:12px;
	}
	.moby .woocommerce-cart-form thead th{
		font-size:11px;
		text-align:center;
	}
}
/**/
