





.sidebar__wrp-logo{
	padding-top: 15px;
}
.social{
	text-align: center;
}
.social li{
	display: inline-block;
	padding: 0 1px;
}
.social li a{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/social.png);
	-webkit-transition: .2s;
	transition: .2s;
}
.social li a:hover{
	opacity: .8;
}
.social li:nth-child(2) a{
	background-position: -27px 0;
}
.social li:nth-child(3) a{
	background-position: -56px 0;
}
ul.main-nav{
	margin: 15px 0;
}
.about__des__new{
	text-align: left;
	margin-top: 0 !important;
	padding-top: 10px !important;
}
.link-category{
	
}
.link-category li{
	display: block;
	height: 340px;
	width: 100%;
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 27px rgba(220,194,194,.35);
	        box-shadow: 0 3px 27px rgba(220,194,194,.35);
	margin-bottom: 25px;
}
.link-category li div{
	position: absolute;
	top: 50%;
	left: 40px;
	font-size: 26px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	max-width: 600px;
}
.link-category h2{
	font-size: 42px;
}
.link-category li a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
}
.link-category li:nth-child(2){
	float: left;
	width: 49%;
	margin-right: 2%;
}
.link-category li:nth-child(3){
	float: left;
	width: 49%;
}
.link-category li:nth-child(2) h2,
.link-category li:nth-child(3) h2{
	font-size: 36px;
}
.link-category li:nth-child(2) div,
.link-category li:nth-child(3) div{
	font-size: 18px;
	width: 60%;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
header{
	background: #fef7f6;
	position: relative;
}
header .left{
	float: left;
	text-align: left;
	width: 240px;
}
header .social{
	text-align: left;
}
header .sidebar__wrp-contacts{
	text-align: left;
	padding-top: 20px;
	padding-left: 0;
}
header .sidebar__wrp-links{
	padding-right: 0;
	padding-left: 0;
}
header .right{
	float: right;
	width: 240px;
}
.logo-cont{
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.sidebar__wrp-logo{
	padding: 0;
}
.sidebar__wrp-logo img{
/*	width: 100px;*/
	width: 215px;
}
.top-menu{
	background: #ffe3e1;
}
.top-menu .main-nav{
	margin: 0;
}
.top-menu ul.main-nav li{
	display: block;
	float: left;
	position: relative;
}
.top-menu ul.main-nav li a{
	margin: 0;
	padding: 15px 25px;
}
.top-menu ul.main-nav li:hover a{
	background: #dc7f7a;
	color: #fff;
}
.top-menu ul.main-nav li:hover li a{
	background: transparent;
	color: #333333;
}
.top-menu ul.main-nav li:hover li:hover a{
	background: #dc7f7a;
	color: #fff;
}
.top-menu ul.main-nav li ul li{
	width: 50%;
	float: left;
	display: block;
	border-right: 1px solid #dc7f7a;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top-menu ul.main-nav li ul li:nth-child(even){
	border-right: 0;
}
.top-menu ul.main-nav li ul{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 995;
	background: #ffe3e1;
	width: 400px;
	padding: 5px 0;
}
.top-menu.fixed-top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}



@media screen and (max-width:1300px){ 
	.globalWrapper{
		min-width: 300px;
	}
	.container{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	body{
		zoom: 100%;
	}
	ul.products li{
		margin: 0 2% 30px 0 !important;
		width: 32% !important;
		clear: none !important;		
	}
	ul.products li:nth-child(3n){
		margin: 0 0 30px 0 !important;	
	}
	.catalog__items ul.products li{
		margin: 0 2% 0 0 !important;
		width: 23.5% !important;
		clear: none !important;
	}
	ul.products{
		min-height: auto !important;
		padding-bottom: 30px !important;
	}
	#delivery{
		padding: 60px 30px;
	}
	.delivery__item{
		margin: 0 2% 0 0 !important;
		width: 23.5% !important;		
	}
	.delivery__item img{
		max-width: 65%;
	}
	.delivery__item:nth-child(4n+4){
		margin-right: 0 !important;
	}
	.text_info{
		width: 650px;
		margin-left: -330px;
	}
	#slider{
		height: 550px;
	}
	.footer__adress{
		padding: 24px 0;
	}
	.sidebar{
		width: 250px;
	}
	.sidebar__wrp{
		height: calc(100vh - 43px);
		height: -webkit-calc(100vh - 43px);
		height: -moz-calc(100vh - 43px);
		overflow-x: scroll;
	}
	ul.products li img{
		width: 100% !important;
		height: auto !important;
	}
	.main__tit + img{
		width: 100%;
	}
	.question .input-wrp{
		width: 33.33333%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.question .input-wrp:nth-child(3){
		margin: 0;
	}
	.question .input-wrp input{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.question .input-wrp:nth-child(5){
		width: 100%;
	}
	.question .input-wrp:nth-child(6){
		width: 100%;
	}
	.question .input-wrp textarea{
		width: 100%;
	}
	#berocket_aapf_widget-8{
		height: 60px;
		padding-top: 70px;		
		text-align: center;
	}
	.berocket_aapf_widget input[type="button"]{
		width: 100%;
		max-width: 319px;
	}
	.question .container{
		width: 100%;
	}
	.product .images{
		width: 100%;
		max-width: 570px;
		margin: 0 auto;
		float: none;
	}
	.woocommerce-tabs{
		width: 100%;
		float: none;
		padding: 30px 0 30px 0;
	}
	.entry-summary{
		float: none;
		width: 100%;
		margin: 0;
	}
	.single-q{
		width: 100%;
		float: none;
		padding-top: 50px;
		margin-left: 0;
	}
	.review-img img{
		width: 100%;
		height: auto;
	}
	.review-cont{
		width: 360px;
		margin-left: 10px;
	}
}


@media screen and (max-width:1024px){
	.text_info{
		margin-left: auto;
		width: 100%;
		padding-left: 15px;
		padding-right: 20px;
	}
	.sidebar__wrp-img img{
		width: 100%;
	}
	.cart-nav li a{
		width: 142px;
		height: 40px;
		font-size: 14px;
	}
	.berocket_aapf_widget-wrapper{
		height: 60px;
	}
	.berocket_aapf_widget-title{
		margin-left: 0 !important;
	}
	#berocket_aapf_widget-8{
		height: 60px;
		padding-top: 0px;		
		text-align: left;
	}
	.popup-cont{
		padding: 30px 20px;
		margin-top: 30px;
		max-width: 80% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.review{
		width: 100%;
	}
	.review-img{
		width: 35%;
	}
	.review-cont{
		width: 60%;
		margin-left: 5%;
	}
}
@media screen and (max-width:768px){
	.product-quantity{
		height: 50px;
	}
	.woocommerce a.remove{
		margin: 0 auto;
	}
	.coupon input, .coupon input[type="submit"]{
		width: 100% !important;
		margin: 10px 0 !important;
		float: none !important;
		display: block !important;
	}
	.wc-proceed-to-checkout a{
		display: block !important;
		text-align: center;
		width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
	ul.main-nav li ul.sub-menu li a {
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 1px;
		color: #000;
	}
	
	/* ar change */
	.sidebar__wrp-logo {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 10px;
		width: 100%;

		font-size: 16px;
	}
}
@media screen and (max-width:767px){
	.catalog__items ul.products li{
		width: 48% !important;
		margin-right: 4% !important;
		padding-bottom: 30px !important; 
	}
	.catalog__items ul.products li:nth-child(2n){
		margin-right: 0 !important;
	}
	.delivery__item{
		width: 48% !important;
		margin-right: 4% !important;
		padding-bottom: 30px; 		
	}
	.delivery__item:nth-child(2n){
		margin-right: 0 !important;		
	}
	#about, #delivery{
		padding: 60px 0;
	}
	.footer__adress, .footer__soc, .footer__contacts{
		width: 100%;
		padding: 15px 0;
		text-align: center;
	}
	.woocommerce-breadcrumb{
		font-size: 14px;
	}
	.content__tit{
		font-size: 24px;
	}
	.content__des{
		font-size: 16px;
	}
	ul.products li a h3{
		font-size: 18px !important;
		margin: 10px 0 0 0 !important;
		line-height: 22px;		
	}
	ul.products li a .price{
		font-size: 17px;
	}
	.page-numbers li span, .page-numbers li a{
		width: 30px;
		font-size: 12px;
		padding: 5px 0;
		height: 18px;
	}
	.main__sort{
		font-size: 14px;
		margin-top: 19px;
	}
	.srt{
		font-size: 14px;
		margin-left: 0 !important;
		margin-top: 19px;
	}
	.review-cont_inf{
		margin-top: 20px;
		font-size: 16px;
	}
	.review-cont_tit{
		font-size: 16px;
	}
	.review-cont_des{
		font-size: 14px;
	}
	.link-category li:nth-child(2),
	.link-category li:nth-child(3){
		width: 100%;
	}
	.link-category li div{
		left: 20px;
		font-size: 16px !important;
		max-width: 600px;
		padding-right: 20px;
	}
	.link-category li h2{
		font-size: 24px !important;
	}
}
@media screen and (max-width:600px){
	#map{
		height: 400px;
	}
	.content table{
		font-size: 12px;
	}
	.main__options-pag{
		float: none;
	}
	.cart-nav{
		float: none;
		padding-top: 20px;
		text-align: center;
		line-height: 40px;
	}
	li.wpmenucartli a.wpmenucart-contents span{
		display: inline-block !important;
		line-height: 40px;
	}
	.cart-nav li a{
		display: inline-block;
	}
	.question .input-wrp{
		width: 100%;
		margin-bottom: 15px !important;
	}
	ul.products li{
		width: 48% !important;
		margin-right: 4% !important;
		padding-bottom: 30px !important; 
	}
	ul.products li:nth-child(3n){
		margin-right: 4% !important;
	}
	ul.products li:nth-child(2n){
		margin-right: 0 !important;
	}
	.text_info h1{
		font-size: 30px;
	}
	.text_info p{
		font-size: 16px;
	}
	#slider{
		height: 500px;
	}
	.text_info a{
		min-width: 240px;
		font-size: 15px;
	}
	.quote__tit{
		font-size: 24px;
	}
	.quote__des{
		font-size: 16px;
	}
	.catalog__tit span{
		float: none;
		text-align: center;
		font-size: 22px;
	}
	.catalog__tit{
		text-align: center;
	}
	.catalog__tit a{
		font-size: 18px;
		display: inline-block;
		float: none;
		margin-top: 15px;
	}
	.catalog__items ul.products li.product h3 {
		font-size: 18px !important;
		margin: 10px 0 0 0 !important;
		line-height: 22px;
	}
	.main__sort{
		float: none;
		text-align: center;
	}
	.products-per-page{
		float: none !important;
		max-width: 170px !important;
		margin: 0 auto !important;
	}
	.srt{
		float: none;
		width: 100%;
		text-align: center;
		display: block;
	}
	.woocommerce-ordering .jq-selectbox{
		float: none !important;
		max-width: 170px !important;
		margin: 0 auto !important;	
		display: block !important;
	}
	.main__filter-tit{
		text-align: center;
		padding-top: 30px;
	}
	.main__filter .widgetSidebar:first-child h3, .berocket_aapf_widget-title{
		display: block;
		text-align: center;
		float: none;
		margin-right: 0 !important;
	}
	ul.berocket_aapf_widget{
		float: none;
		width: 170px;
		margin: 0 auto !important;
	}
	.berocket_aapf_widget-wrapper{
		height: auto;
	}
	#berocket_aapf_widget-7 ul.berocket_aapf_widget{
		width: 250px;
	}
	#berocket_aapf_widget-8{
		padding-top: 70px;
		text-align: center;
	}
	.berocket_aapf_widget input[type="button"]{
		max-width: 234px;
	}
	.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input{
		margin: 0 10px !important;
	} 
	
	.product .images>a{
		height: auto;
	}
	.product .images>a img{
		height: auto;
		width: 100%;
	}
	.product .images .thumbnails a{
		width: 30%;
		margin-right: 5%;
		display: none;
	}
	.product .images .thumbnails a:nth-child(1),
	.product .images .thumbnails a:nth-child(2),
	.product .images .thumbnails a:nth-child(3){
		display: block;
	}
	.product .images .thumbnails a:nth-child(2){
		margin: 0 5% 0 0;
	}
	.product .images .thumbnails a:nth-child(3n){
		margin-right: 0;
	}
	.product .images .thumbnails a img{
		width: 100%;
		height: auto;
	}
	.product .images .thumbnails{
		height: auto;
	}
	.single-q__links a{
		display: block;
		margin: 10px auto !important;
	}
	.single_add_to_cart_button{
		margin: 20px 0 0 0;
	}
	.variations td:nth-child(3){
		display: none;
	}
	.entry-summary{
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
.term-description{
	display: none !important;
}





@media screen and (min-width: 1024px) {
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  left: -2px;
  overflow: hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgb(251, 239, 235);
  position   : absolute;
  width      : 4px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  transition            : .2s;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(220, 127, 122, .5);
  position              : relative;
  margin                : 0 1px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
}







@media screen and (min-width: 1024px){
	.nano{
/* 		display: block !important;
		  height: calc(100vh + 32px);
		  height: -webkit-calc(100vh + 32px);
		  height: -moz-calc(100vh + 32px);
		height: 100%;
		width: 300px;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0; */
	}
	.sidebar__trigger{
		display: none;
	}
}
@media screen and (max-width: 1120px) {
	.top-menu ul.main-nav li a{
		padding: 15px 17px;
	}
}
@media screen and (max-width: 1023px) {
	header{
		display: none;
	}
}
@media screen and (max-width: 1700px) and (min-width: 1024px){
	.nano{
		width: 250px;
	}
	.mobile-menu{
		display: none;
	}
	.sidebar__wrp-img img{
		width: 100%;
	}
	.globalWrapper{
		padding-left: 0px;
		overflow-x: hidden;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}









