@import url('fonts.css');

body,h1,h2,h3,h4,h5,h6 {
	font-family: BookmanOldStyle;
	font-weight: normal;
}

body {
	font: 16px BookmanOldStyle;
	background-color:#fff;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color: #333333;
	zoom: 90%;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.clr {
	clear:both;
}

ul li {
	list-style: disc inside;
	font: BookmanOldStyle;
	line-height: 1.5;
}

.globalWrapper {
/*	max-width:1920px;*/
	min-width:1280px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	height:auto;
}

.resize {
	position:relative;
	width:960px;
	margin:0 auto;
}

input[type="text"]:focus {
	outline:none;
}

#header {
	max-width:1920px;
	min-width:1280px;
	height:960px;
	background:url("../images/header.jpg");
	margin:0 auto;
	background-position:center center;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

#slider {
    height: 890px;
    position: relative;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.text_info {
    max-width: 750px;
    text-align: left;
    margin: 0 0 0 -415px;
}

.text_info h1 {
	font-size: 60px;
}

.text_info p {
    font-size: 26px;
    color: #666666;
    margin: 15px 0 30px 0;
}

.text_info a {
    min-width: 290px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0 14px 0;
    border-radius: 3px/2px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 1px rgba(0,0,0,.55);
    box-shadow: 0 1px rgba(0,0,0,.55);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.text_info a:hover {
	opacity: 0.85;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sidebar {
    width: 312px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
}

.sidebar__trigger {
    border-bottom: 3px solid #fff;
    padding: 9px 20px;
    cursor: pointer;
    font-size: 16px;
    background-color: #fbefeb;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.nano .sidebar__wrp-logo{
	margin-top: 20px;
}
.sidebar__trigger img {
    display: block;
    float: left;
    margin: 1px 15px 0 0;
}

.sidebar__wrp {
    background-color: #fef7f6;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: none;
}

.sidebar__wrp-logo {
    padding: 45px 25px 0 25px;
    text-align: center;
    font-size: 14px;
}

.sidebar__wrp-logo a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	
    color: #333333;
}

.sidebar__wrp-logo img {
/*
	display: block;
	margin: 0 auto 15px auto;
	
*/
	margin: 10px 5px;
	width: auto;
	height: auto;
	
}

.sidebar__wrp-logo span {
	width: 100%;	
	
	font-size: 18px;
}

.sidebar__wrp-img {
    margin: 20px 0;
    overflow: hidden;
}

.sidebar__wrp-contacts {
	font-size: 18px;
	padding: 10px 20px;
	text-align: center;
}

.sidebar__wrp-contacts a {
	display: block;
	font-size: 20px;
	color: #333333;
	margin: 0 0 5px 0;
}

.sidebar__wrp-contacts a:hover {
	text-decoration: none;
}

.sidebar__wrp-links {
	padding: 20px;
}

.sidebar__wrp-links a {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0 14px 0;
    border-radius: 3px/2px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 1px rgba(0,0,0,.55);
    box-shadow: 0 1px rgba(0,0,0,.55);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sidebar__wrp-links a:first-child {
	margin: 0 0 12px 0;
}

.sidebar__wrp-links a:hover {
    opacity: 0.85;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

ul.catalog-nav {
    margin: 15px 0;
}

ul.catalog-nav li {
    list-style: none;
    background-color: rgba(255,255,255,.6);
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

ul.catalog-nav li:hover ul.sub-menu {
    display: block;
}

ul.catalog-nav li ul.sub-menu a {
    background: none;
}

ul.catalog-nav li ul.sub-menu {
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    display: none;
    background: #fff;
}

ul.catalog-nav li:hover {
	background-color: rgba(251,236,230,.6);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

ul.catalog-nav li a {
    font-size: 18px;
    color: #333333;
    padding: 11px 20px;
    display: block;
    background: url(../img/catalog-arrow.png) no-repeat 97% center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

ul.catalog-nav li:hover a {
    background: url(../img/catalog-arrow-active.png) no-repeat 97% center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 1100px){
	.hide_menu{
		display: none;
	}
}

ul.main-nav {
    margin: 35px 0;
}

ul.main-nav li {
	list-style: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

ul.main-nav li a {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 15px 0;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

ul.main-nav li:hover a {
    color: #dc7f7a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

ul.main-nav li.active a {
    color: #dc7f7a;
}

@media only screen and (max-width: 1006px){
	.sub-menu {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        display: block;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1007px){
ul.main-nav li ul.sub-menu {
    width: 100%;
    position: absolute;
    top: -50px;
    right: -100%;
    display: none;
    background-color: #fef7f6;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
}
}

ul.main-nav li ul.sub-menu li a {
    color: #333333;
}

ul.main-nav li ul.sub-menu li a:hover {
    color: #dc7f7a;
}

ul.main-nav li:hover ul.sub-menu {
    display: block;
}


#quote {
	margin: 70px 0;
}

.quote__tit {
    font-size: 40px;
    text-align: center;
    margin: 0 0 15px 0;
}

.quote__des {
    font-size: 24px;
    color: #666666;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
}

.quote__img img {
	display: block;
	margin: 25px auto 0 auto;
}

.catalog__tit {
    display: table;
    width: 100%;
    margin: 0 0 25px 0;
}

.catalog__tit span {
    font-size: 28px;
    display: block;
    text-transform: uppercase;
}

.catalog__tit a {
    font-size: 22px;
    color: #dc7f7a;
}

.catalog__items {
    display: table;
    width: 100%;
}

.catalog__item {
    width: 275px;
    height: auto;
    float: left;
    margin: 0 23px 0 0;
}

.catalog__item:nth-child(4n+4) {
	margin-right: 0;
}

.catalog__item a {
	display: block;
}

.catalog__item-img {
	width: 275px;
	height: 345px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
	box-shadow: 0 3px 27px rgba(220,194,194,.35);
	overflow: hidden;
}

.catalog__item-img img {
	display: block;
	margin: 0 auto;
	height: 100%;
}

.catalog__item-tit {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin: 25px 0 0 0;
}

.catalog__item-num {
    font-size: 22px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
}

#delivery {
	background-color: #fbf4f1;
	-webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
	box-shadow: 0 3px 27px rgba(220,194,194,.35);
	padding: 60px;
}

.delivery__items {
    display: table;
    width: 100%;
}

.delivery__item {
    width: 260px;
    height: auto;
    float: left;
    margin: 0 43px 0 0;
}

.delivery__item:nth-child(4n+1) {
    margin-left: 0;
}

.delivery__item:nth-child(4n+4) {
    margin-right: 0;
}

.delivery__item img {
	display: block;
	margin: 0 auto 15px auto;
}

.delivery__item-des {
    font-size: 18px;
    text-align: center;
}

#about {
	background: url(../img/about.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px;
}

.about__des {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin: 45px 0 0 0;
}
.seo-desc .about__des{
	margin-top: 0;
}
.about__des p {
    margin: 0 0 30px 0;
}

.about__des p:last-child {
    margin: 0;
}

#footer {
    display: table;
    width: 100%;
}

.footer__adress {
    width: 33.3%;
    float: left;
    font-size: 18px;
    text-align: left;
    padding: 34px 0;
}

.footer__soc {
    width: 33.3%;
    float: left;
    font-size: 18px;
    text-align: center;
    padding: 24px 0;
}

.footer__soc a:hover {
	opacity: 0.85;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__contacts {
	width: 33.3%;
	float: left;
    font-size: 18px;
    text-align: right;
    padding: 24px 0;
}

.footer__contacts a {
	display: block;
	color: #333333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-title {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

.product_type_variable {
    display: none;
}

.main__filter-tit {
    font-size: 18px;
}

.main__filter, .main__artikle-search {
    background-color: #fcebe9;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border: 3px solid #fff;
    display: table;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 30px 20px;
    margin: 20px 0 40px 0;
}

.widget-title span {
    font-size: 18px;
    color: #666666;
}

.berocket_aapf_widget-title {
    float: left;
}

ul.berocket_aapf_widget {
    display: block;
    float: left;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.berocket_aapf_widget .slider .slide  {
    display: none;
}

.berocket_aapf_widget li.slider input {
    border-radius: 0 !important;
    -webkit-appearance: none !important;
}

.berocket_aapf_widget input[type="button"] {
    width: 200px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    padding: 14px 10px;
    border: 3px solid #fff;
    font: 16px BookmanOldStyle;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
}

.main__filter .widgetSidebar:first-child h3, .main__artikle-search .widgetSidebar:first-child h3 {
    margin-left: 0;
}

.main__sort {
    font-size: 18px;
    color: #666666;
    float: left;
    margin: 16px 0;
}

.products-per-page {
    float: left !important;
    margin: 0 16px !important;
    min-width: 75px;
}

.srt {
    font-size: 18px;
    color: #666666;
    float: left;
    margin: 16px;
}

.woocommerce-ordering .jq-selectbox {
    float: left;
    max-width: 190px;
}

ul.products {
    margin: 40px 0 0 0;
    clear: both;
}

ul.products li {
    float: left;
    list-style: none;
    margin: 0 15px 50px 0;
    width: 380px;
}

ul.products li:nth-child(3n+1) {
    margin-left: 0;
}

ul.products li:nth-child(3n+3) {
    margin-right: 0;
}

ul.products li a {
    text-align: center;
}

ul.products li img {
    width: 369px;
    height: 462px;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    margin: 0 0 25px 0;
}

ul.products li a h3 {
    font-size: 22px;
    color: #333333;
}

ul.products li a .price {
    font: 30px BookmanOldStyle-Bold;
    color: #dc7f7a;
    display: block;
}

.main__tit {
    font-size: 40px;
    text-align: center;
    margin: 40px 0;
}

.woocommerce-breadcrumb  {
    font-size: 18px;
    color: #333333;
}

.woocommerce-breadcrumb span  {
    color: #dc7f7a;
    text-decoration: underline;
}

.woocommerce-breadcrumb a {
    color: #333333;
    text-decoration: underline;
}

.main__options {
    display: table;
    width: 100%;
    margin: 0 0 25px 0;
}

.main__options-pag {
    margin: 23px 0 0 0;
    float: left;
}

.cart-nav {
    float: right;
}

.cart-nav li {
    list-style: none;
}

.cart-nav li a {
    display: table;
    width: 242px;
    height: 64px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border: 3px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

.woocommerce-Price-currencySymbol {
    text-transform: uppercase;
}

.woocommerce-pagination {
    display: block;
    text-align: center;
    clear: both;
    margin: 0 0 55px 0;
}

.page-numbers {
    display: inline-block;
}

.page-numbers li {
    float: left;
    text-shadow: 0 3px 27px rgba(220,194,194,.35);
    text-transform: uppercase;
    list-style: none;
    margin: 0 5px;
}

.page-numbers li:first-child {
    margin-left: 0;
}

.page-numbers li:last-child {
    margin-right: 0;
}

.page-numbers li span {
    display: block;
    width: 63px;
    height: 24px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 3px 27px rgba(153,153,153,.35);
    box-shadow: 0 3px 27px rgba(153,153,153,.35);
    text-align: center;
    font-size: 16px;
    padding: 19px 0;
    color: #fff;
    border: 3px solid #fff;
}

.page-numbers li a {
    display: block;
    width: 63px;
    height: 24px;
    background-color: #fdf1f0;
    -webkit-box-shadow: 0 3px 27px rgba(153,153,153,.35);
    box-shadow: 0 3px 27px rgba(153,153,153,.35);
    text-align: center;
    font-size: 16px;
    padding: 19px 0;
    color: #333333;
    border: 3px solid #fff;
}

.question {
    background: url(../img/question.jpg) no-repeat center center;
    background-size: cover;
    clear: both;
    padding: 75px 0;
    display: table;
    width: 100%;
}

.question .container {
    width: 970px;
}

.question-tit {
    font-size: 30px;
    text-align: center;
}

.question-subtit {
    font-size: 20px;
    text-align: center;
    margin: 5px 0 25px 0;
}

.question .input-wrp {
    float: left;
    margin-bottom: 9px;
}

.question .input-wrp:nth-child(3) {
    margin: 0 9px;
}

.call-pop {
    width: 970px;
    text-align: center;
    margin: 15px 0 0 0;
}

.question .input-wrp input {
	width: 317px;
	height: 54px;
	background-color: rgba(255,255,255,.6);
	-webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
	box-shadow: 0 3px 27px rgba(220,194,194,.35);
	border: 3px solid #fff;
	font: 16px BookmanOldStyle !important;
	color: #999999;
	outline: none;
	padding: 0 20px;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
}

.question .input-wrp textarea {
	width: 969px;
	height: 110px;
	background-color: rgba(255,255,255,.6);
	-webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
	box-shadow: 0 3px 27px rgba(220,194,194,.35);
	border: 3px solid #fff;
	font: 16px BookmanOldStyle !important;
	color: #999999;
	outline: none;
	padding: 20px;
	resize: none;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
}

.question .input-wrp input[type="submit"] {
    width: 270px;
    height: 52px;
    border-radius: 3px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 1px rgba(0,0,0,.55);
    box-shadow: 0 1px rgba(0,0,0,.55);
    font: 12px BookmanOldStyle !important;
    color: #fff;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    display: none !important;
}

span.wpcf7-not-valid-tip {
    color: #dc7f7a !important;
    font-size: 16px !important;
    display: block !important;
    border: 1px solid #dc7f7a !important;
    padding: 10px 20px !important;
    margin: 10px 0 0 0 !important;
}

.product .images {
    width: 570px;
    float: left;
}

.product .images>a {
    display: block;
    height: 715px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    overflow: hidden;
}

.product .images>a img {
    width: auto;
    height: 100%;
}

.product .images .thumbnails {
    height: 232px;
    overflow: hidden;
    margin: 7px 0 0 0;
}

.product .images .thumbnails a {
    float: left;
    display: block;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
	box-shadow: 0 3px 27px rgba(220,194,194,.35);
    overflow: hidden;
}

.product .images .thumbnails a:nth-child(2) {
    margin: 0 7px;
}

.product {
    margin: 40px 0 0 0;
}

div.ppt {
    display: none !important;
}

.prd__tit {
    font-size: 15px;
    text-align: center;
    margin: 25px 0 0 0;
}

.entry-summary {
    float: left;
    width: 535px;
    margin: 0 0 0 20px;
    padding: 25px 15px;
    background-color: #fcebe9;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border: 3px solid #fff;
}

.entry-summary .price {
    display: none;
}

.related {
    clear: both;
}

.product_meta {
    display: none;
}

.woocommerce-tabs {
    float: left;
    width: 570px;
    padding: 0 0 0 30px;
}

.woocommerce-tabs .entry-content p {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #666666;
}

.woocommerce-tabs .entry-content p:last-child {
    margin: 0;
}

.woocommerce-tabs .entry-content>h2 {
    display: none; 
}

.wc-tabs {
    display: none;  
}

.variations tr td label {
    display: block;
    margin: 17px 0;
    color: #666666;
}

.variations tr {
    margin: 0 0 20px 0;
}

.variations .value {
    width: 173px;
    padding: 0 0 20px 10px;
}

.col-txt {
    font-size: 16px;
    color: #666666;
    display: block;
    float: left;
    margin: 17px 18px 17px 0;
}

.quantity {
    float: left;
}

.single_add_to_cart_button {
    width: 195px;
    height: 53px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border: 3px solid #fff;
    outline: none;
    cursor: pointer;
    margin: 0 0 0 7px;
    font: 16px BookmanOldStyle;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single_add_to_cart_button:hover {
    opacity: 0.85;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.variations tr:first-child td a {
    display: block;
    width: 197px;
    text-align: center;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border: 3px solid #fff;
    outline: none;
    cursor: pointer;
    margin: 0 0 0 7px;
    padding: 15px 0;
    font: 16px BookmanOldStyle;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.variations tr:first-child td a:hover {
    opacity: 0.85;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.variations .label {
    width: 160px;
}

.single-q {
    float: left;
    width: 570px;
    margin: 50px 0 0 30px;
}

.reset_variations {
    display: none !important;
}

.related h2 {
    display: block;
    padding: 60px 0 30px 0;
    text-transform: uppercase;
}

.related ul.products {
    margin: 0;
}

.related ul.products li {
    width: 280px;
}

.related ul.products li img {
    width: 280px;
    height: auto;
}

.related ul.products li .price, .catalog__items ul.products li .price {
    display: none !important;
}

.related ul.products li:nth-child(3n+3) {
    margin-right: 15px;
}

.related ul.products li:nth-child(4n+4) {
    margin-right: 0;
}

.related ul.products li a h3 {
    padding: 0 15px;
}

.single-q__links a {
    width: 245px;
    padding: 19px 5px;
    border-radius: 3px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 1px rgba(0,0,0,.55);
    box-shadow: 0 1px rgba(0,0,0,.55);
    font: 12px BookmanOldStyle !important;
    color: #fff;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    outline: none !important;
}

.single-q__links {
    text-align: center;
}

.single-q__links a:first-child {
    margin-right: 10px;
}


.single-q__links a:hover {
   opacity: 0.85;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.content {
    padding: 45px 0;
}

.content table {
    width: 100%;
    font-size: 16px;
    background-color: #fbefeb;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border: 3px solid #fff;
    color: #333333;
}

.content table tr td {
    padding: 10px 0;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.nothing-found {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.back-link {
    width: 270px;
    border-radius: 3px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 1px rgba(0,0,0,.55);
    box-shadow: 0 1px rgba(0,0,0,.55);
    font: 12px BookmanOldStyle !important;
    color: #fff;
    text-transform: uppercase;
    border: none;
    display: block;
    margin: 25px auto 0 auto;
    cursor: pointer;
    padding: 18px 5px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.back-link:hover {
    opacity: 0.85;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.content__tit {
    font-size: 30px;
    text-align: center;
    margin: 0 0 15px 0;
}

.content__des {
    font-size: 18px;
    color: #666666;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
}

.woocommerce-info:before {
    color: #dc7f7a !important;
}

.woocommerce-info {
    margin: 45px 0 0 0 !important;
    border-top-color: #dc7f7a !important;
}

.review {
    width: 50%;
    float: left;
    margin: 0 0 30px 0;
}

.review-img {
    width: -webkit-calc(100% - 385px);
    width: calc(100% - 385px);
    float: left;
}

.review-cont {
    width: 370px;
    float: left;
}

.review-cont_tit {
    font: 18px BookmanOldStyle-Bold;
    color: #333333;
}

.review-cont_des {
    font-size: 18px;
    color: #333333;
    margin: 5px 0 0 0;
}

.review-cont_inf {
    font: 18px BookmanOldStyle-Bold;
    color: #333333;
    text-align: right;
    margin: 50px 0 0 0;
}

.pag-wrp {
    text-align: center;
    padding: 45px 0 0 0;
    clear: both;
}

.map-con {
    margin: 0 0 30px 0;
}

#map {
    height: 670px;
    width: 100%;
}

.gm-style-iw * {
    display: block;
    width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}

.gm-style-iw a {
    color: #4272db;
}

.popup-cont {
    background: #fcebe9;
    padding: 70px 30px;
    max-width: 415px;
}

.popup-cont .input-wrp {
    margin: 10px 0;
}

.popup-cont .input-wrp.but {
    margin: 25px 0 0 0;
}

.popup-cont .input-wrp input {
	width: 100%;
	height: 54px;
	background-color: rgba(255,255,255,.6);
	-webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
	box-shadow: 0 3px 27px rgba(220,194,194,.35);
	border: 3px solid #fff;
	font: 16px BookmanOldStyle !important;
	color: #999999;
	outline: none;
	padding: 0 20px;
}

.popup-cont .input-wrp textarea {
	width: 100%;	width: 100%;
	height: 110px;
	background-color: rgba(255,255,255,.6);
	-webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
	box-shadow: 0 3px 27px rgba(220,194,194,.35);
	border: 3px solid #fff;
	font: 16px BookmanOldStyle !important;
	color: #999999;
	outline: none;
	padding: 20px;
	resize: none;
}

.popup-cont .input-wrp input[type="submit"] {
	width: 100%;
	max-width: 270px;
    height: 52px;
    border-radius: 3px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 1px rgba(0,0,0,.55);
    box-shadow: 0 1px rgba(0,0,0,.55);
    font: 12px BookmanOldStyle !important;
    color: #fff;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pop-tit {
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.pop-des {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 10px 0 25px 0;
}

.catalog__items ul.products .add_to_cart_button {
    display: none !important;
}

.catalog__items ul.products li {
    width: 275px !important;
    height: auto !important;
    float: left !important;
    margin: 0 23px 0 0 !important;
}

.catalog__items ul.products li:nth-child(4n + 4) {
    margin-right: 0 !important;
}

.catalog__items ul.products li.product h3 {
    font-size: 22px !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 25px 0 0 0 !important;
    padding: 0 15px !important;
}

.woocommerce-Tabs-panel--additional_information {
    display: none !important;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fcebe9;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../img/preloader.gif') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}

div.pp_overlay {
    width: 100% !important;
}

.woocommerce-message {
    border-top-color: #fabfbd !important;
    margin: 40px 0 0 0 !important;
}

.woocommerce-message a {
    color: #dc7f7a !important;
}

.woocommerce-message a:hover, .woocommerce-message a:active, .woocommerce-message a:focus {
    color: #dc7f7a !important;
}

.woocommerce-message:before {
    color: #fabfbd !important;
}

.woocommerce table.shop_table {
    margin: 0 0 25px 0 !important;
    width: 100% !important;
    border-collapse: separate;
    border-radius: 5px !important;
    width: 100% !important;
    font-size: 16px !important;
    background-color: #fbefeb !important;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35) !important;
    box-shadow: 0 3px 27px rgba(220,194,194,.35) !important;
    border: 3px solid #fff !important;
    color: #333333 !important;
}

.woocommerce table.shop_table th {
    text-align: center !important;
}

.woocommerce table.shop_table td {
    border-top: 3px solid #fff !important;
    padding: 15px !important;
    vertical-align: middle !important;
    border-bottom: none !important;
    text-align: left !important;
}

.cart-empty {
    padding: 1em 2em 1em 3.5em;
    margin: 45px 0 0 0 !important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #dc7f7a;
    list-style: none;
    width: auto;
    word-wrap: break-word;
}

.cart-empty:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #dc7f7a;
}

.cart-empty:after {
    content: " ";
    display: table;
}

.return-to-shop {
    text-align: center;
}

.return-to-shop .button {
    font: 16px BookmanOldStyle !important;
    color: #ffffff !important;
    background-color: #dc7f7a !important;
    font-weight: normal !important;
    margin: 20px auto 0 auto !important;
    display: inline-block !important;
}

.product-name a {
    font-size: 20px;
    color: #dc7f7a;
    display: block;
    margin: 0 0 25px 0;
}

.product-quantity .jq-number__spin {
    display: none !important; 
}

.product-quantity .jq-number__field {
    padding: 0 24px 0 33px;
}

.woocommerce table.shop_table td.product-price {
    text-align: center !important;
}

.woocommerce table.shop_table td.product-subtotal {
    text-align: center !important;
}

.coupon input {
    padding: 3px;
}

.coupon input[type="submit"] {
    font: 16px BookmanOldStyle !important;
    color: #ffffff !important;
    background-color: #dc7f7a !important;
    font-weight: normal !important;
    margin: 0 15px !important;
    display: inline-block !important;
    outline: none !important;
}

.wc-proceed-to-checkout a {
    font: 16px BookmanOldStyle !important;
    color: #ffffff !important;
    background-color: #dc7f7a !important;
    font-weight: normal !important;
    margin: 0 !important;
    display: inline-block !important;
    outline: none !important;
}

.cart_totals table th {
    border-top: 3px solid #fff !important;
    border-right: 3px solid #fff !important;
}

.cart_totals table tr:first-child th {
    border-top: none !important;
}

a.shipping-calculator-button {
    font-size: 14px;
    color: #dc7f7a;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 0 0;
}

.woocommerce-info a {
    color: #dc7f7a !important;
}

.woocommerce-billing-fields input {
    width: 100%;
    height: 35px;
    background-color: rgba(255,255,255,.6);
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border: 3px solid #fff;
    font: 16px BookmanOldStyle !important;
    color: #999999;
    outline: none;
    padding: 0 20px;
}

.woocommerce-shipping-fields input {
    width: 100%;
    height: 35px;
    background-color: rgba(255,255,255,.6);
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    border: 3px solid #fff;
    font: 16px BookmanOldStyle !important;
    color: #999999;
    outline: none;
    padding: 0 20px;
}

.woocommerce-shipping-fields textarea {
    width: 100% !important;
    background-color: rgba(255,255,255,.6) !important;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35) !important;
    box-shadow: 0 3px 27px rgba(220,194,194,.35) !important;
    border: 3px solid #fff !important;
    font: 16px BookmanOldStyle !important;
    color: #999999 !important;
    outline: none !important;
    padding: 10px 20px !important;
    resize: none !important;
}

.shop_table tr th {
    border-top: 3px solid #fff !important;
    border-right: 3px solid #fff !important;
}

.wc_payment_methods li {
    list-style: none;
}

.place-order .button {
    font: 16px BookmanOldStyle !important;
    color: #ffffff !important;
    background-color: #dc7f7a !important;
    font-weight: normal !important;
    margin: 0 0 !important;
    display: inline-block !important;
    outline: none !important;
}

.checkout {
    margin: 30px 0 0 0;
} 

.woocommerce-billing-fields h3 {
    text-align: center;
    color: #dc7f7a !important;
    margin: 0 0 15px 0;
    font-size: 21px;
}

.ship-to-different-address  {
    text-align: center !important;
    color: #dc7f7a !important;
    margin: 0 0 15px 0 !important;
    font-size: 21px !important;
}

.woocommerce form .form-row label {
    margin: 0 0 10px 0;
}

h3#order_review_heading {
    text-align: center !important;
    color: #dc7f7a !important;
    margin: 30px 0 20px 0 !important;
    text-transform: uppercase !important;
    font-size: 21px !important;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #dc7f7a !important;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #dc7f7a !important;
}

.woocommerce-error {
    border-top-color: #dc7f7a !important;
}

.woocommerce-error:before {
    content: "\e016";
    color: #dc7f7a !important;
}

.woocommerce a.remove {
    font-size: 18px !important;
    border-radius: 100% !important;
    color: #dc7f7a !important;
}

@media all and (min-width: 1920px) {
    .sidebar {
        bottom: 0;
    }
        
    .sidebar__wrp {
        height: 100%;
    }
}

.woocommerce-product-search span.left input, .woocommerce-product-search span.right input {
    max-width: 405px;
    padding: 14px 10px;
    border: 3px solid #fff;
    font: 16px BookmanOldStyle;
    color: #999999;
    background-color: rgba(255,255,255,.6);
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    -moz-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    margin: 0 15px 0 0;
}
.woocommerce-product-search input[type="submit"] {
    width: 200px;
    background-color: #dc7f7a;
    -webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
    box-shadow: 0 3px 27px rgba(220,194,194,.35);
    padding: 14px 10px;
    border: 3px solid #fff;
    font: 16px BookmanOldStyle;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
}

.woocommerce-product-search input {
    border-radius: 0 !important;
    -webkit-appearance: none !important;
}