html, body, #wrapper { 
	height: 100%; 
  font-family: 'Open Sans', sans-serif, arial;
}
body > #wrapper {
	height: auto; 
	min-height: 100%;
}
body{
  color:#444;
  background: #fff;
}


body a{
  color: #3f352c;
  transition:0.3s;
}
body a:hover,
body a:focus{
  color: #a5c716;
  text-decoration: underline;
}
body p{
  font-size: 16px;
}

::selection {background: #444; color: #e2e2e2;}
::-moz-selection {background: #444; color: #e2e2e2;}
::-webkit-selection {background: #444; color:#e2e2e2;}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #CFCFCF;
  background-color: #f9f9f9;
  border-left: 1px solid #dbdbdb;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #183838;
  border: 1px solid #878787;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 50%, transparent, transparent);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #D7D7D7;
}
::-webkit-scrollbar-thumb:active {
  background-color: #444;
}

.clearfix:after {
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
ul{
  list-style-type: none;
  padding: 0px;
}
a:hover{
  text-decoration: none;
}
.clr{
  clear: both;
  display: block;
}

.input{
  position: relative;
}

input[type="file"]{

}

.input_file,
textarea,
input[type="text"],input[type="password"]{
    color: #444;
    background: #fff;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    border-radius: 2  px;
    line-height: 32px;
    width: 100%;
    margin: 8px auto;
}

.input_file{
  cursor: pointer;
}
textarea:focus,
input[type="text"]:focus{
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  outline: none;

}
textarea:-moz-placeholder { 
  font-size: 14px;
  color: #999;
}
textarea::-webkit-input-placeholder { 
  font-size: 14px;
  color: #999;
}
input:-moz-placeholder { 
  font-size: 14px;
  color: #999;
}
input::-webkit-input-placeholder { 
  font-size: 14px;
  color: #999;
}

textarea{
  height: 80px;
  max-height: 300px;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio]{
  outline: none!important;
}

input[type=checkbox],
input[type=radio]{
  outline: none!important;
}

.disnone{
  display: none!important;
}


header{
  z-index: 102;
}

header.fixed{
  position: fixed;
}


/*header_top*/
.header_top{
  background: none;
  z-index: 102;
  color: #3f352c;
  text-align: center;
}
.header_top_cabinet{
  float: right;
  display: inline-block;
}
.cabinet_middle{
  display: none;
  margin: 30px 5px 5px 5px;
}

.header_top_menu{
  line-height: 50px;
  display: inline-block;
}
.header_top_menu ul{
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.header_top_menu ul li{
  display: inline-block;
  padding: 0px 10px;
}

.top_menu{
  display: none;
  position: absolute;
  top: 40px;
  width: 200px;
  background: #3f352c;
  right: 0px;
  z-index: 8;

}
.call_top_menu.active .top_menu{
  display: block;
}
.top_menu li{
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 40px;
  text-align: left;
  padding: 0px 20px;
}
.top_menu li:last-child{
  border:none;
  transition:0.3s;
}
.top_menu li a{
  color: #a1a1a1;
  font-size: 14px;
  transition:0.3s;
  display: block;
}
.top_menu li:hover{
    background: #a5c716;
}
.top_menu li:hover a{
  color: #3f352c;
  text-decoration: none;
}

.cabinet_btn{
  display: inline-block;
  background: #a5c716;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin: 9px auto;
}
.cabinet_btn:hover{
  background: #3f352c;

}
.cabinet_icon{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../img/icons/cabinet_icon2.png');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/*header_middle*/
.header_middle{
  background: #a5c716;
  color: #3f352c;
  z-index: 102;
  font-size: 13px;
  height: 66px;
}


.main_logo{
  width: 156px;
  height: 66px;
  margin: 0px;
  display: block;
  position: relative;
  float: left;
  margin-right: 40px;
}
.main_logo img{
  position: absolute;
  top: -36px;
  z-index: 3;
  width: 156px;
  height: 110px;
  display: block;
  transition:1s;
}
.main_logo:hover img{
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.header_middle_phone_address{
  display: block;
  float: left;
  width: 250px;
  margin-right: 40px;
  position: relative;
}
.header_middle_worktime{
  display: block;
  float: left;
  width: 200px;
  position: relative;
  margin: 9px 0px;
}
.header_middle_worktime div{
  padding: 2px;
}
.header_right_side{
  float: right;
  display: block;
}
.favorite_btn{
  display: block;
  float: left;
  height: 30px;
  width: 32px;
  margin: 18px 7px 18px 7px;
  position: relative;
}

.favorite_btn:focus,
.favorite_btn:active,
.favorite_btn:hover{
  text-decoration: none;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.basket_btn {
  display: block;
  float: left;
  height: 36px;
  width: 27px;
  margin: 12px 7px 18px 7px;
  position: relative;
}
.basket_btn:focus,
.basket_btn:active,
.basket_btn:hover{
  text-decoration: none;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.basket_sum{
  display: block;
  float: left;
  font-size: 14px;
  margin: 23px 10px 23px 5px;
  max-width: 72px;
  height: 20px;
  overflow: hidden;
}
.basket_sum:focus,
.basket_sum:active,
.basket_sum:hover{
  color: #3f352c;
  text-decoration: none;
}
.to_order_btn{
  float: left;
  display: block;
  color: #6c6b6b;
  background: #fff;
  border-radius: 3px;
  padding: 8px 20px;
  margin: 15px 10px;
}
.to_order_btn:active,
.to_order_btn:focus,
.to_order_btn:hover{
  color: #ffffff;
  background: #6c6b6b;
  text-decoration: none;
}

.phone_icon_w{
  display: block;
  float: left;
  background: url(../img/icons/phone_icon_w.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 2px 3px;
}
.phone_icon{
  display: block;
  float: left;
  background: url(../img/icons/phone_icon.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 2px 3px;
}
.phone_drop_down_icon{
  display: block;
  float: right;
  background: url(../img/icons/phone_drop_down_icon2.png);
  background-repeat: no-repeat;
  background-size: 13px 6px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 3px 7px;
  transition:0.5s;
  cursor: pointer;
}
.mail_icon{
  display: block;
  float: left;
  background: url(../img/icons/mail_icon.png);
  background-repeat: no-repeat;
  background-size: 17px 12px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 0px 3px;
}
.skype_icon{
  display: block;
  float: left;
  background: url(../img/icons/skype_icon.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 1px 1px;
}
.map_marker_icon_w{
  display: block;
  float: left;
  background: url(../img/icons/map_marker_icon_w.png);
  background-repeat: no-repeat;
  background-size: 12px 16px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 3px 2px;
}
.map_marker_icon_g{
  display: block;
  float: left;
  background: url(../img/icons/map_marker_icon_g.png);
  background-repeat: no-repeat;
  background-size: 12px 16px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 3px 2px;
}
.map_marker_icon{
  display: block;
  float: left;
  background: url(../img/icons/map_marker_icon.png);
  background-repeat: no-repeat;
  background-size: 12px 16px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 3px 2px;
}
.worktime_icon{
  display: block;
  float: left;
  background: url(../img/icons/worktime_icon2.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 3px 2px;
  margin-right: 5px;
}
.favorite_icon{
  display: block;
  float: left;
  background: url(../img/icons/favorite_icon.png);
  background-repeat: no-repeat;
  background-size: 32px 30px;
  width: 32px;
  height: 30px;
  vertical-align: middle;
}
.basket_bag_icon{
  display: block;
  float: left;
  background: url(../img/icons/basket_bag_icon.png);
  background-repeat: no-repeat;
  background-size: 27px 36px;
  width: 27px;
  height: 36px;
  vertical-align: middle;
}
.cabinet_icon_middle{
  display: block;
  float: left;
  background: url(../img/icons/cabinet_icon_middle.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.search_icon{
  display: inline-block;
  background: url(../img/icons/search_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 21px;
  width: 20px;
  height: 21px;
  vertical-align: middle;
}
.add_wish{
  display: inline-block;
  background: url(../img/icons/add_wish.png);
  background-repeat: no-repeat;
  background-size: 24px 22px;
  width: 24px;
  height: 22px;
  vertical-align: middle;
  transition:1s;
}

.to_wish:hover .add_wish,
.to_wish.active .add_wish{
  background: url(../img/icons/add_wish_active.png);
  background-repeat: no-repeat;
  background-size: 24px 22px;
}
.to_wish.active,
.to_wish:hover{
    text-decoration: none;
}

.footer_facebook_icon{
  display: block;
  background: url(../img/icons/f_facebook.png);
  background-repeat: no-repeat;
  background-size: 36px 35px;
  width: 36px;
  height: 35px;
  vertical-align: middle;
}
.footer_sitemap_icon{
  display: block;
  background: url(../img/icons/f_sitemap.png);
  background-repeat: no-repeat;
  background-size: 36px 35px;
  width: 36px;
  height: 35px;
  vertical-align: middle;
}
.footer_instagram_icon{
  display: block;
  background: url(../img/icons/f_instagram.png);
  background-repeat: no-repeat;
  background-size: 36px 35px;
  width: 36px;
  height: 35px;
  vertical-align: middle;
}
.footer_vk_icon{
  display: block;
  background: url(../img/icons/f_vk.png);
  background-repeat: no-repeat;
  background-size: 36px 35px;
  width: 36px;
  height: 35px;
  vertical-align: middle;
}
.close_search_icon{
  display: block;
  background: url(../img/icons/close_search.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.main_menu ul li a.close_search_btn{
    display: block;
    position: absolute;
    top: 0px;
    right: 60px;
    padding: 8px 8px;
    z-index: 1;
    display: none;
}


.active .phone_drop_down_icon{   
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p_h{
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 5px;
}
.phones_holder{
  padding: 5px;
  cursor: pointer;
  position: relative;
  height: 30px;
  overflow: hidden;
  transition:0.2s;
  position: absolute;
  width: 100%;
  z-index: 7;
}
.phones_holder.active{
    background: #dcf1a2;
    height: auto;
}
.all_phones{
  display: block;
  padding-left: 25px;
}
.all_phones a:hover{
  color: #3f352c;
}

.address_holder{
  padding: 0px 5px;
}
.address_head{
  margin-left: 5px;
}

.favorite_counter{
  display: block;
  position: absolute;
  width: 32px;
  height: 30px;
  padding: 5px 2px 5px 0px;
  text-align: center;
  font-size: 12px;
  top: 0px;
  left: 0px;
  font-style: normal;
}
.basket_bag_counter{
  display: block;
  position: absolute;
  width: 27px;
  height: 36px;
  padding: 13px 0px 5px 0px;
  text-align: center;
  font-size: 12px;
  top: 0px;
  left: 0px;
  font-style: normal;
}

.header_top_middle_fixed{
  position: fixed;
  z-index: 222;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
}


.header_bottom{
  position: relative;
  display: block;
  z-index: 2;
  background: #ffffff;
  color: #3f352c;
  width: 100%;
  height: 92px;
}
.main_menu{
    z-index: 5;
    display: block;
    position: relative;
}
.main_menu ul{
  text-align: center;
  position: relative;
}
.main_menu ul li{
  display: inline-block;
  transition:0.3s;
}
.main_menu ul li span,
.main_menu ul li a{
  font-size: 14px;
  color: #3f352c;
  display: block;
  padding: 36px 12px;
  transition: 0.3s;
  font-weight:bold;
}


.main_menu ul > li.active > span,
.main_menu ul > li > a:hover{
  color: #a5c716;
  text-decoration: underline;
}
.main_menu ul > li > ul{
  display: none;
  position: absolute;
  left: 0px;
  top: 80px;
  background: #ffffff;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.main_menu ul > li.hovered > ul{
/*.main_menu ul > li:hover > ul{*/
  display: block;
  text-align: center;
}

.main_menu ul > li > ul > li{
  display: inline-block;
  margin: 0px 1%;
  width: 14%;
  vertical-align: top;
}
.main_menu ul > li > ul > li > .s_level{
  border: 1px solid #e9e9e9;
  position: relative;
  overflow: hidden;
  display: block;
}
.main_menu ul > li > ul > li > .s_level{
  display: block;
  width: 100%;
}
.main_menu ul li ul li a,
.main_menu ul li ul li span{
  font-size: 13px;
  color: #000;

}
.main_menu ul > li > ul > li  ul{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(221, 241, 162, 0.9);
  width: 100%;
  min-height: 100%;
}

.main_menu ul > li > ul > li:hover ul{
  display: block;
} 
.main_menu ul > li > ul > li  ul > li{
  text-align: left;
  display: block;
  width: 100%
}
.main_menu ul > li > ul > li  ul > li > a,
.main_menu ul > li > ul > li  ul > li > span{
  padding: 0px 20px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.main_menu ul > li > ul > li  ul > li > a:hover,
.main_menu ul > li > ul > li  ul > li.active span{
  text-decoration: none;
  background: #a5c716;
  color: #000;
}
.main_menu ul > li > ul > li  ul > li > a.view_all{
    text-transform: lowercase;
    text-decoration: underline;
    text-align: center;
}


.search_basket_box{
  margin: 40px auto;
  float: right;
}
.search_box{
  width: 270px;
  display: inline-block;
  margin: 15px 10px 15px 0px;
  position: relative;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  float: left;
}
.search_box input{
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    transition: 1s;
    line-height: normal;
    padding: 6px 55px 6px 8px;
    border: 1px solid #ddd;
}
.search_box button{
    background: #fff;
    color: #a5c716;
    width: 50px;
    height: 34px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    border: 0px;
    z-index: 2;
    transition: 0.5s;
    position: absolute;
    top: 1px;
    right: 4px;
    border-left: 1px solid #ddd;
}
.search_box button:active,
.search_box button:focus,
.search_box button:hover{
  background: #fff;
  color: #3f352c;
  outline: none;
}
.m_action{
  display: block;
  width: 100%;
}
.m_action img{
  display: block;
  width: 100%;
  transition:0.5s;
  border: 1px solid #3f352c;
}
.news_block .action_block{
  margin-bottom: 10px;
}
.action_block:hover .m_action img{
  opacity: 0.7;
}
.m_action_title{
  display: block;
  text-align: center;
  font-size: 20px;
  background: #a5c716;
  margin: 0px;
  color: #fff;
  padding: 10px;
  transition:0.5s;
}
.action_block:hover .m_action_title{
  background: #3f352c;
}
.main_menu_over{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    z-index: 3;
    overflow: auto;
    overflow-y: none;
    background: rgba(0, 0, 0, 0);
}
.main_menu_over.active{
  display: block;
}


.main_banner{
  overflow: hidden;
}
.brands_holder{
  margin:30px 50px;
}
.tpl_brand{
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.tpl_brand a{
  width: 100%;
  display: block;
}
.tpl_brand a img{
  width: 100%;
  display: block;
  max-width: 250px;
  margin: 0px auto;
}
.brands_block .owl-pagination{
  display: none;
}
.brands_block .prev_button{
  left: -46px;
}
.brands_block .next_button{
  right: -46px;
}

.m_banner{
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.m_banner img{
  display: block;
  width: 100%;
  transition:0.5s;
}
.m_banner:hover img{
  opacity: 0.7;
}
.adv_block{
    border-top: 1px solid #a5c716;
    border-bottom: 1px solid #a5c716;
    margin: 20px auto;
    padding: 30px 0px;
}
.tpl_adv{
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.tpl_adv .adv_title{
  text-transform: uppercase;
  margin: 10px auto;;
  min-height: 40px;
  font-size: 14px;
}

.tpl_adv .adv_description{
  font-size: 12px;
}

.centered{
  text-align: center;
}
.light_button,
.button_green{
  background: #a5c716;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 5px auto;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
}
.light_button:active,
.light_button:focus,
.light_button:hover,
.button_green:active,
.button_green:focus,
.button_green:hover{
  color: #3f352c;
  text-decoration: none;
}

.news_block_h{
  text-align: center;
}
.news_block{
  margin-bottom: 20px;
  margin-top: 20px;
}
.tpl_news{
  position: relative;
  max-width: 400px;
  margin: 5px auto;
}
.tpl_news .news_img{
  width: 100%;
  display: block;
}
.tpl_news .news_img img{
  width: 100%;
}
.tpl_news .news_title{
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255,255,255,0.7);
  padding: 12px;
  font-size: 14px;
  color: #000;
  text-align: left;
}
.tpl_news .news_date{
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(255,255,255,0.7);
  padding: 12px 7px;
  text-align: center;
  width: 100px;
  font-size: 12px;
  color: #000;
}
.tpl_news .news_overflow{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0,0,0,0.5); 
  width: 100%;
  height: 100%;
}
.tpl_news .news_read{
  display: none;
  position: absolute;
  top: 50%;
  z-index: 3;
  left: 50%;
  margin-top: -18px;
  margin-left: -48px;
}

.tpl_news:hover .news_overflow{
  display: block;
}
.tpl_news:hover .news_read{
  display: block;
}

.news_block .col-md-3{
  padding: 0px 5px;
}
.c_title{
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 15px auto;
}

.main_products{
  margin: 30px auto;
}



.catalog > div{
    padding: 0px 5px;
}

.catalog{
  margin-top: 10px;
}
.catalog .tpl_product{
  margin: 0px auto 10px auto;
}


.tpl_product{
  position: relative;
  overflow: hidden;    
  max-width: 300px;
  min-height: 420px;
  margin-bottom:20px;
  background: #fff;
  transition:1s;
  padding: 12px;
  display: block;
}
.tpl_product:hover{
  box-shadow: 2px 2px 15px 0px #d8d8d8;
}


.tpl_product .product_info{
  padding: 12px 0px;
  background: #fff;
  max-height: 180px;
  overflow: hidden;
  display: block;
}
.tpl_product .product_name{
  display: block;
  font-size: 14px;
  color: #3f352c;
  max-height: 60px;
  overflow: hidden;
}
.tpl_product:hover .product_name{
  color: #a5c716;
  text-decoration: none;
}

.favorite .product_price_holder,
.tpl_product .product_price_holder{
  min-height: 45px;
  margin: 2px auto;
}
.favorite .product_price,
.tpl_product .product_price{
  font-size: 20px;
  color: #66482d;
  text-align: left;
  display: block;
  padding: 4px 0px;
}
.favorite .product_old_price,
.tpl_product .product_old_price{
  font-size: 14px;
  line-height: 14px;
  color: #6e6e6e;
  text-align: left;
  display: block;
  text-decoration: line-through;
}
.favorite .product_price_action,
.tpl_product .product_price_action{
  font-size: 20px;
  color: #fe6969;
  text-align: left;
  display: block;
}
.tpl_product .light_button{
  margin: 10px auto;
}
.tpl_product .product_img{
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #ededed;
  overflow: hidden;
}
.tpl_product .product_img img{
  margin: 0px auto;
  display: block;
  max-width: 100%;
}

.tpl_product .product_block_left{
  display: inline-block;
  text-align: center;
}
.tpl_product .product_block_right{
  display: inline-block;
  float: right;
  text-align: right;
}
.tpl_product_colors{
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition:1s;
  max-height: 225px;
  display: block;
  overflow-y: auto;
}
.tpl_product:hover .tpl_product_colors{
  opacity: 1;
}
.tpl_product_colors span{
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  margin:10px;
  border: 1px solid #ddd;
}
.tpl_product_sizes{
  opacity: 0;
  transition:1s;
  margin-top: 20px;
  margin-bottom:5px;
}
.tpl_product:hover .tpl_product_sizes{
  opacity: 1;
}
.tpl_product_sizes span{
  color:#6c6b6b;
  font-size: 11px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #6c6b6b; 
  display: inline-block;
  margin: 1px;
}
.to_wish{
  display: inline-block;
  margin-right: 5px;
}

.mark_top,
.mark_action,
.mark_new{
  color: #fff;
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 1;
  padding: 5px 7px;
  border-radius: 5px;
  background: #a5c816;
}
.action_light{
  background: #edda01;
}
.action_medium{
  background: #ff9d3c;
}
.action_hard{
  background: #ff4b4c;
}


.main_products_rotator{
  position: relative;
}

.main_products_rotator .tpl_product{
  margin: 0px auto;
  display: block;
  margin-bottom: 20px;
}
.main_news_block{
  margin-bottom: 40px;
}
#nav_catalog_btn{
  background: #8ca71b;
  display: none;
  padding: 8px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
  margin: 28px auto;
}

#nav_catalog_btn:active,
#nav_catalog_btn:focus,
#nav_catalog_btn:hover{
  background: #3f352c;
  text-decoration: none;
}

.slide_banner img{
  width: 100%;
}


.mobile_search a.close_search_btn{
    display: block;
    position: absolute;
    top: 0px;
    right: 60px;
    padding: 8px 8px;
    z-index: 1;
    display: none;
}
.search_box_active .mobile_search .close_search_btn{
  display: block;
}


.mobile_catalog{
  display: none;
  padding: 5px 20px;
  position: absolute;
  width: 100%;
  left: 0px;
  background: #fff;
  z-index: 3;
  top: 80px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.mobile_catalog.active{
  display: block;
}
.mobile_search{
  display: none;
}

.mobile_menu{
  width: 32%;
  display: block;
  position: relative;
}
.mobile_menu a,
.mobile_menu span{
  color: #000;
  cursor: pointer;
}
.mobile_menu span,
.mobile_menu a:hover{
  text-decoration: none;
  color: #a5c716;
}

.mobile_menu > li{
  padding: 10px 0px;
}
.mobile_menu > li > span,
.mobile_menu > li > a{
  font-size: 14px;
}
.mobile_menu > li > ul > li{
  padding: 10px 0px;
}
.mobile_menu > li > ul{
  border-left: 1px dashed #a5c716;
  padding-left: 20px;
  display: none;
}
.mobile_menu > li.active > ul {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
}
.mobile_menu > li > ul > .active > span,
.mobile_menu > li > ul > .active > a{
    color: #a5c716; 
}
.mobile_menu > li > ul > li > span, 
.mobile_menu > li > ul > li > a{
  font-size: 14px;
}
.mobile_menu > li > ul > li > ul{
  border-left: 1px dashed #a5c716;
  padding-left: 20px;
  display: none;
}
.mobile_menu > li > ul > li.active > ul{
  display: block;
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
}
.mobile_menu > li > ul > li > ul > li{
  padding: 10px 0px;
}
.mobile_menu > li > ul > li > ul > li > span, 
.mobile_menu > li > ul > li > ul > li > a{
  font-size: 14px;
}
.mobile_menu .open_b{
  display: block;
  vertical-align: top;
  right: 10px;
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #a5c716;
  line-height: 30px;
  border-radius: 50%;
  transition: 0.5s;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -5px;
}
.mobile_menu li ul .open_b{
  right: 50px;
}
.mobile_menu .active > .open_b,
.mobile_menu .open_b:hover{
  color: #fff;
  background: #a5c716;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobile_menu li.active > .open_b{
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile_menu .active > span,
.mobile_menu .active > a{
    color: #a5c716;
}


.side_content_absolute{
  color: #fff;
  background: #27352e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 300px;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 15px 25px;
}

.side_content_absolute.side_visible{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.side_content_absolute .fixed {
  overflow-x: hidden;
  overflow-y:auto;
  position: relative;
  max-height: 100%;
  margin-top: 10px;
}

.side_content_absolute .close_absolute{
  cursor: pointer;
  z-index: 99;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  transition:0.5s;
}
.side_content_absolute .close_absolute span{
  background: #fff;
  width: 100%;    
  height: 4px;
  display: block;
  border-radius: 2px;
  transition:0.5s;
  position: absolute;
  top: 12px;
}
.side_content_absolute .close_absolute span:nth-child(1){
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side_content_absolute .close_absolute span:nth-child(2){
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side_content_absolute .close_absolute:hover span{
  background: #a5c716;
}
.side_phones{
  padding: 10px 10px;
  border-top: 1px solid #FFF;
}

.side_phones li{
      width: 100%;
    margin: 4px 0px;

}
.side_phones a {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    transition: 1s;
}
.side_phones a:hover{
  text-decoration: none;
}
.side_phones .side_icon{
      width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
    float: left;
    background-size: 20px 20px;
}



#nav_ham{
  display: none;
  width: 44px;
  height: 45px;
  position: relative;
  float: left;
  margin: 30px 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

#nav_ham span{
  display: block;
  position: absolute;
  height: 4px;
  width: 25px;
  background: #a5c716;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav_ham span:nth-child(1) {
  top: 12px;
  left: 10px;
}

#nav_ham span:nth-child(2) {
  top: 21px;
  left: 10px;
}

#nav_ham span:nth-child(3) {
  top: 30px;
  left: 10px;
}

.mobile_top_menu{
  padding: 10px 10px;
}

.mobile_top_menu li{

}

.mobile_top_menu li a,
.mobile_top_menu li span{
  color: #fff;
  padding: 10px 10px;
  display: block;
}
.mobile_top_menu li a:hover,
.mobile_top_menu li.active span,
.mobile_top_menu li.active a{
  color: #a5c716;
  text-decoration: none;
}
.footer_bottom{
  display: none;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.footer_logo_bottom{
  display: block;
  float: left;
}
.footer_logo_bottom img{
  width: 80px;
}
.copyright_bottom{
  display: block;
  float: left;
  margin: 10px 10px 10px 15px;
}

.social_footer_bottom{
  float: right;
  display: block;
  margin: 15px auto;
}
.footer_logo_copy{
  display: block;
  float: left;
}
.social_footer_bottom .hashtag{
  display: block;
  float: left;
  padding: 7px 10px;
}
.social_footer_bottom a{
  float: right;
  display: block;
  margin-left: 5px;
}

.nf_img{
  width: 100%;
}
.not_found{
  text-align: center;
  padding-bottom: 50px;
}
.not_found h1{
  color: #a5c716;
  font-size: 130px;
}
.not_found h2{
  font-size: 20px;
  color: #616161;
}
.ntf_back{
  background: #efface;
}
.contact_img{
  width: 100%;
  margin-top: 20px;
}
.contact_map{
  margin-top: 20px;
  margin-bottom: 30px;
}
.contact_feedback{
  background: #f7f7f7;
  padding: 10px 40px;
  margin: 15px auto;
  max-width: 400px;
}
.contact_feedback .button_green{
  margin: 5px auto;
  display: block;
  color: #fff;
  transition:0.5s;
}
.contact_feedback .button_green:hover{
  background: #8ca71b;
}
.contact_feedback p{
  text-align: center;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin: 12px auto;
}
.contact_feedback label{
  margin: 10px 0px 2px 4px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
.contact_feedback input,
.contact_feedback textarea{
  margin: 0px;
  font-size: 15px;
  color: #000;
  border-radius: 5px;
}
.follow_block{
  margin-top: 20px;
}
.follow_block p{
  font-size: 14px;
}
.social_follow_holder a{
  transition:0.5s;
  display: inline-block;
  margin: 2px;
}
.social_follow_holder a:hover{
  transform:scale(1.1);
}
.social_follow_holder a i{
  display: inline-block;
  width: 40px;
  height: 40px;
}
.facebook_follow_icon{
  background: url('../img/icons/facebook_share_icon.png');
}
.twitter_follow_icon{
  background: url('../img/icons/twitter_share_icon.png');
}
.instagram_follow_icon{
  background: url('../img/icons/insta_share_icon.png');
}
.vkontakte_follow_icon{
  background: url('../img/icons/vkontakte_share_icon.png');
}
.odnoklassniki_follow_icon{
  background: url('../img/icons/odnoklassniki_share_icon.png');
}
.googleplus_follow_icon{
  background: url('../img/icons/googleplus_share_icon.png');
}
.contact_icon_holder{
  background: #a5c716;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 10px;
  margin-right: 5px;
}

.phone_contact_icon{
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url('../img/icons/contact_phone_icon.png');
  background-size: 19px 19px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.email_contact_icon{
  display: inline-block;
  width: 21px;
  height: 15px;
  background: url('../img/icons/contact_mail_icon.png');
  background-size: 21px 15px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.skype_contact_icon{
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../img/icons/contact_skype_icon.png');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.map_marker_contact_icon{
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url('../img/icons/contact_map_icon.png');
  background-size: 17px 23px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: 3px 0px;
}
.phone_contact_block{
  display: inline-block;
  vertical-align: top;
}
.phone_contact_block span{
  display: block;
  padding: 5px 0px;
}
.contact_info_s{
  position: relative;
  min-height: 100px;
}

.contact_info_title{
  display: block;
  text-align: left;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin: 20px auto;
}
.contact_info_s .contact_info_value{
  position: absolute;
  padding: 10px 0px 0px 0px;
}
.content ul{
  list-style: none;
}
.content ul li{
  background: url(../img/icons/list-style.png);
  background-repeat: no-repeat;
  list-style-type: none;
  padding-left: 20px;
  background-position: 2px 5px;
}
.content{
  margin: 15px auto;
}
.content p{
  font-size: 14px;
  color: #000;
}
.content_link{
  text-decoration: underline;
  margin-left: 5px;
  margin-top: 10px;
  display: inline-block;
}

.pay_delivery_icon{
  background: url('../img/icons/pay_delivery_icon.png');
  display: inline-block;
  width: 23px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.delivery_icon{
  background: url('../img/icons/delivery_icon.png');
  display: inline-block;
  width: 33px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
}


.warranty_icon{
  background: url('../img/icons/warranty_icon.png');
  display: inline-block;
  width: 29px;
  height: 28px;
  vertical-align: middle;
  margin-right: 5px;
}
.np_news{
  display: block;
  margin:15px auto;
  overflow: hidden;
}
.prev_news{
  float: left;
}
.next_news{
  float: right;
}
.prev_news,
.next_news{
  padding: 8px 10px;
  color: #000000;
  text-align: center;
  display: inline-block;
  margin: 5px auto;
  border-radius: 5px;
  border: none;
  outline: none;
  border: 1px solid #a5c716;
}
.next_news:active,
.next_news:focus,
.next_news:hover,
.prev_news:active,
.prev_news:focus,
.prev_news:hover{
  color: #000000;
  background: #a5c716;
  text-decoration: none;
  border: 1px solid #a5c716;
}
.news_block{
  display: inline-block;
  position: relative;
}
.news_block .news_block_date{
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(255,255,255,0.7);
  padding: 12px 7px;
  text-align: center;
  width: 100px;
  font-size: 12px;
  color: #000;
}
.news_block img{
  width: 100%;
  display: block;
}
.filter_maintitle{
  color: #000;
  font-size: 18px;
  margin: 25px 5px 10px 5px;
}

.pagination{
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
.pagination li span,
.pagination li a{
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #aecc2d;
  display: inline-block;
  cursor: pointer;
  color: #aecc2d;
  font-size: 13px;
  text-decoration: none;
  height: 36px;
  margin: 1px;
  line-height: 32px;
  padding: 0px;
  width: 36px;
  text-align: center;
}
.pagination > li > a:hover,
.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
  color: #ffffff;
  background: #a5c716;
  border: 1px solid #a5c716;
  outline: none;
}
.pagination > li > a.load_more{
    display: block;
    line-height: 17px;
    width: 120px;
    font-size: 14px;
    border-radius: 10px!important;
    padding: 0px 10px;
    border: 1px solid #aecc2d!important;
}
.pagination > li > a.load_more:hover{

}
.pagination > li{
  display: inline-block;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
  background: #a5c716;
  border: 1px solid #a5c716;
  color: #ffffff;
}

.breadcrumb_holder{
  line-height: 50px;
  background: #fafafa;
}
#breadcrumbs{
  margin-bottom: 0px;
}
.breadcrumbs{
  padding: 10px 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.breadcrumbs li{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0px 6px;
}

.breadcrumbs li a{
  font-size: 13px;
  color: #000;
  transition: 0.5s;
}
.breadcrumbs li a:hover{
  text-decoration: none;
  color: #a5c716;
}
.breadcrumbs li span{
  font-size: 13px;
  color: #000;
}
.breadcrumbs li .separator{
  margin: 9px auto;
  display: block;
  width: 5px;
  height: 5px;
  background: url('../img/breadcrumbs_separator2.jpg');
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
  border: 1px solid transparent;
  border-radius: 50%;
}
.pagination li .pagination_separator{
  background: none;
  border: 1px solid transparent;
}
.pagination li .pagination_separator:hover{
  background: none;
  color: #a5c716;
  border: 1px solid transparent;
}

#filters{
  padding: 0px;
  margin: 10px 0px 5px 0px;
}
.flt_btn{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    font-size: 12px;
    padding: 5px;
    background: #a5c716;
    color: #fff;
    border-radius: 5px;
    border: none;
}
.flt_btn:hover{
  color: #000;
  text-decoration: none;
}

.filter_row{ 
    margin: 0px 0px 25px 0px;
    background: #fff;
}
.row_checked{
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
}
.row_checked label{
  color: #000;
  font-weight: normal;
  line-height: 24px;
  margin: 0px;
  font-size: 13px;
}
.filter_row .head{
  color: #000;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0px;
  margin-bottom: 0px;
  background: #fff;
  text-transform: uppercase;
}
.filter_row .values_holder{
  padding: 0px;
  display: none;
}
.filter_row.opened .values_holder{
  display: block;
}
.filter_color{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  border: 1px solid #ddd;
}
.filter_row .open_close{
  float: left;
  font-size: 20px;
  line-height: 14px;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.filter_row.opened .open_close{
  transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#slider-range-price{
  overflow: visible!important;
}
.ui-slider {
  position: relative;
  text-align: left;
  background: #edf7e1;
  margin-bottom: 15px;
  border-radius: 0px;
}
.ui-slider-horizontal{
  height: 6px;
}
.ui-slider .ui-slider-range{
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  margin-left: 0px;
}
.ui-slider-horizontal .ui-slider-handle:first-child{

  margin-left: 0px;
}
.ui-slider-horizontal .ui-slider-handle:last-child{
  margin-left: -25px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #bbdc31;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%!important;
  background: #a5c716!important;
  border: none!important;
  outline: none;
}
.input_end {
  margin: 10px 0px;
  float: right;
}

.end_desc {
  padding: 0px 0px 0px 2px;
  float: right;
  margin: 10px 0px;
}
.start_desc {
  padding: 0px 0px 0px 2px;
  float: left;
  margin: 10px 0px;
}
.input_start {
  float: left;
  margin: 10px 0px;
}
.clear_filter{
  background: #fff;
  border: 1px solid #a5c716;
  color: #a5c716;
  display: block;
  margin: 10px auto;
  max-width: 180px;
}
.clear_filter:hover{
  background: #a5c716;
  color: #fff;
}

.size_values a{
  color: #000;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  margin: 3px;
  border: 1px solid #a5c716;
  transition:0.5s;
}
.size_values a.size_disabled{
  background: #d4d6e5;
  text-decoration: line-through;
  color: #000;
}

.size_values a:active,
.size_values a:focus,
.size_values a:hover,
.size_values a.active{
  background: #a5c716;
  color: #fff;
  text-decoration: none;
}
.size_values a.size_disabled:active, .size_values a.size_disabled:focus, .size_values a.size_disabled:hover, .size_values a.size_disabled.active{
    background: #d4d6e5;
    text-decoration: line-through;
    color: #000;
}
.color_values{
  position: relative;
}
.color_values a{
  border-radius: 5px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  margin: 3px;
  border: 1px solid #dbdbdb;
  transition:0.5s;
  position: relative;
}
.color_values a:active::after,
.color_values a:focus::after,
.color_values a:hover::after,
.color_values a.active::after{
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.category_left_side{
    display: inline-block;
    float: left;
}
.category_right_side{
    display: inline-block;
    float: right;
}
.category_title{
  font-size: 24px;
  margin: 10px auto
}
.category_total{
  color: #000;
  font-size: 12px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #a5c716;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 2px;
  font-size: 18px;
  line-height: 0.8;
  color: #000;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #a5c716!important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}


.chosen-container{
  width: 100%!important;
  outline: none;
  background: #fff;
  border: none;
  border-radius: 5px;
}
.chosen-container-single .chosen-single{
  line-height: 36px;
  height: 36px;
  outline: none;
  background: #fff;
  box-shadow: none;
  color: #555555;
  border-radius: 5px;
  border: 1px solid #a5c716;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: #fff;
}
.chosen-container-single .chosen-single div{ 
  width: 36px;
  height: 36px;
}
.chosen-container-single .chosen-single span{
  margin-right: 50px;
}

.chosen-container-single .chosen-single div b{
  background-image: url('../img/icons/drop_down.png')!important;
  background-position: 0px 0px!important;
  transition:transform 0.5s!important;
  background-size: 36px 36px!important;  
}
.chosen-container.chosen-with-drop .chosen-drop{
  background: #fafafa;
}
.chosen-container-single .chosen-drop,
.chosen-container .chosen-drop{
  border: 1px solid #a5c716;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  border: 1px solid #a5c716;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div{
  background: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position: 0px 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chosen-container .chosen-results li.highlighted{
  background: #a5c716;
  color: #000;
}
.chosen-container .chosen-results{
  margin: 0px 0px 0px 0;
  padding: 0 0 0 0px;
}
.chosen-container .chosen-results li{
  line-height: 28px;
}

.sorting .chosen-container-single .chosen-search{
  display: none;
}

.sorting{
  display: inline-block;
}
.sorting .sorting_select{
  float: none;
  width: 220px;
  margin: 20px auto;
  display: inline-block;
}
.sorting_title{
  display: inline-block;
  margin: 20px 5px;
  vertical-align: top;
  line-height: 36px;
}
.sorting .sorting_select .chosen-container{
  width: 100%!important;
  display: block;

}
.filter_icon{
  display: inline-block;
  margin-right: 5px;
  background: url('../img/icons/filter_icon2.png');
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.filter_btn{
  border: 1px solid #a5c716;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 5px;
}
.filter_btn:hover{
  text-decoration: none;
  color: #a5c716;
}
.filter_btn{
  display: none;
}
.pagination_holder{
  display: block;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.pagination_holder .pagination{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 550px;
/*  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);*/
  padding: 10px 0px;
  margin: 0px;
}

/*footer*/
footer { 
  position: relative;
  clear: both;
  color: #3f352c;
  background: #a5c716;
  padding: 50px 0px;
} 
.footer_contacts div{
  font-size: 14px;
}
.footer_contacts i{
  margin-right: 5px;
}
.footer_contacts{
  margin-top: -20px;
}
.footer_contact_block{
  margin-bottom: 10px;
}
.footer_contact_block a:focus,
.footer_contact_block a:active,
.footer_contact_block a:hover{
  color: #fff;
}
.subscribe_box{
  margin-top: -20px;
}
.subscribe_box form .input{
  margin-bottom: 10px;
}
.subscribe_box form label{
  margin-bottom: 0px;
  font-weight: normal;
}
.subscribe_box form input{
  margin: 0px;
  border-radius: 5px;
}

.subscribe_box form input[type="submit"]{
    display: block;
    color: #6c6b6b;
    background: #fff;
    border-radius: 3px;
    padding: 8px 20px;
    margin: 15px 0px;
    float: right;
    border: none;
    outline: none;
}
.subscribe_box form input[type="submit"]:hover{
    color: #ffffff;
    background: #6c6b6b;
    text-decoration: none;
}
.footer_logo{
  margin-bottom: 20px;
}
.social_footer{
  margin-bottom: 10px;
}
.social_footer span{
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
  margin-right: 5px;
}
.social_footer a{
  display: inline-block;
  margin-right: 3px;
  transition:0.5s;
}
.social_footer a:hover{
  transform:scale(1.1);
}
.copyright{
  display: inline-block;
  font-size: 12px;
}
.cabinet_menu .cabinet_menu_link{
  font-size: 16px;
  color: #000000;
  background: #f5f5f5;
  vertical-align: top;
  width: 100%;
  height: 75px;
  padding: 25px 10px;
  display: block;
  position: relative;
}
.cabinet_menu .cabinet_menu_link::before{
  content: " ";
  display: inline-block;
  width: 3px;
  height: 75px;
  background:#eaeaea;
  position: absolute;
  top: 0px;
  left: 0px;
  transition:0.5s;
}
.cabinet_menu .cabinet_menu_link:focus,
.cabinet_menu .cabinet_menu_link:active,
.cabinet_menu .cabinet_menu_link:hover,
.cabinet_menu .cabinet_menu_link.active{
  text-decoration: none;
  background: #c7e549;
}
.cabinet_menu .cabinet_menu_link:focus::before,
.cabinet_menu .cabinet_menu_link:active::before,
.cabinet_menu .cabinet_menu_link:hover::before,
.cabinet_menu .cabinet_menu_link.active::before{
  background:#a5c716;
}

.cabinet_tab{
  display: none;
  overflow: hidden;
}
.cabinet_tab.active{
  display: block;
}

.pk_logout{
  display: block;
  float: left;
  background: url(../img/icons/pk_logout.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 2px;
}
.pk_history{
  display: block;
  float: left;
  background: url(../img/icons/pk_history.png);
  background-repeat: no-repeat;
  background-size: 16px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 3px;
}
.pk_favorite{
  display: block;
  float: left;
  background: url(../img/icons/pk_favorite.png);
  background-repeat: no-repeat;
  background-size: 15px 14px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 4px;
}
.pk_person{
  display: block;
  float: left;
  background: url(../img/icons/pk_person.png);
  background-repeat: no-repeat;
  background-size: 13px 15px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 1px 2px;
}

.c_tab_title{
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}


.user_info_form input{
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  margin: 5px 0px 15px 0px;
}
.user_info_form input[type="text"]:focus{
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  border: 1px solid #b1ce35;
  color: #000;
  font-size: 14px;    
}

.user_info_form .input label{
  font-size: 12px;
  font-weight: normal;
  margin: 0px 0px 0px 3px;
}
.user_info_block{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #c7e549;
}



.user_info_block [type="checkbox"]:not(:checked) + label:before, 
.user_info_block [type="checkbox"]:checked + label:before{
  top:0px;
}


.user_info_block [type="checkbox"]:not(:checked) + label:after,
.user_info_block [type="checkbox"]:checked + label:after{
  top:0px;
}

.personal_btns{
  float: right;
}
.personal_cabinet{
  margin-top: 30px;
  margin-bottom: 20px;
}


.remove_favorite{
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  background: url(../img/icons/remove_favorite.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  background-position: 0px 0px;
  z-index: 2;
}
.catalog_favorite .tpl_product_colors{
  bottom: 0px;
  top: auto;
}
.favorite_btns{
  text-align: center;
}

.orders_history{
  width: 100%;
  background: #fcfcfc;
}
.orders_history thead tr td{
  text-align: center;
  border-top: 2px solid #bfccc6;
  border-bottom: 2px solid #bfccc6;
  color:#515151;
  background: #fff;
  padding: 10px 10px;
}
.orders_history tr:hover{
    background: #f0f0f0;
}
.orders_history tbody tr td{
  text-align: center;
  padding: 10px 10px;
}
.status_delivered{
  color: #089a05;
}
.status_cancel{
  color: #bd0f0f;
}
.status_wait{
  color: #474b4c;
}
.status_new{
  color: #3a6796;
}
.cabinet_mobile_menu{
  display: none;
}
.confirm_img{
  width: 100%;
  display: block;
}
.c_confirm_title{
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  margin: 20px 15px;
}
.confirm_page{
  margin: 30px auto;
}
.order_confirm{
  width: 100%;
}

.order_confirm tbody tr:nth-child(odd){
  background:#f5f5f5;
  color: #515151;
}
.order_confirm tbody tr:nth-child(even){
  background:#fcfcfc;
  color: #000000;
}
.order_confirm tbody tr:hover{
  background: #e8e8e8;
}
.order_confirm tbody tr td{
  padding: 12px 8px;
}
.confirm_delivery b,
.confirm_pay b{
  min-width: 80px;
  display: inline-block;
  margin-bottom: 5px;
}
.confirm_info{
  margin-top: 25px;
}
.confirm_info_left{
  float: left;
  display: block;
}
.confirm_info_right{
  float: right;
  display: block;
  font-size: 18px;
}
.confirm_info_right b{
  margin-left: 5px;
}
.promocode{

}
.promocode div{
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.promocode input{
  display: inline-block;
  width: 190px;
  border-radius: 5px;
}
.promocode a{
  display: inline-block;
}
.order_block{
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fcfcfc;
  padding: 30px;
}
.order_block.active{
  box-shadow: 0px 0px 10px 1px #cecece;
}
.order_step{
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background: #42352b;
  line-height: 44px;

}
.order_block .input label{
  font-size: 14px;
  font-weight: normal;
  margin: 0px 0px 0px 3px;
}
.step_icon{
  display: inline-block;
  background: url(../img/icons/step_icon.png);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: 5px 7px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  transition: 1s;
  margin-top: 10px;
}
.order_user_info{
  margin-top: 20px;
}
.next_step{
  float: right;
}

.tab_delivery_shop,
.tab_delivery_newpost,
.tab_cash_pay,
.tab_card_pay,
.tab_regular_user,
.tab_new_user{
  display: none;
}

.tab_delivery_shop.active,
.tab_delivery_newpost.active,
.tab_cash_pay.active,
.tab_card_pay.active,
.tab_regular_user.active,
.tab_new_user.active{
  display: block;
}
.order_block_nav{
  border-bottom: 1px solid #efefef;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.to_tab_delivery_shop,
.to_tab_delivery_newpost,
.to_tab_cash_pay,
.to_tab_card_pay,
.to_tab_regular_user,
.to_tab_new_user{
  display: block;
  width: 50%;
  float: left;
  font-weight: bold;
  padding: 11px 5px;
  text-align: center;
  border: 1px solid transparent;
}

.to_tab_delivery_shop:active,
.to_tab_delivery_shop:focus,
.to_tab_delivery_shop:hover,
.to_tab_delivery_shop.active,
.to_tab_delivery_newpost:active,
.to_tab_delivery_newpost:focus,
.to_tab_delivery_newpost:hover,
.to_tab_delivery_newpost.active,
.to_tab_cash_pay:active,
.to_tab_cash_pay:focus,
.to_tab_cash_pay:hover,
.to_tab_cash_pay.active,
.to_tab_card_pay:active,
.to_tab_card_pay:focus,
.to_tab_card_pay:hover,
.to_tab_card_pay.active,
.to_tab_regular_user:active,
.to_tab_regular_user:focus,
.to_tab_regular_user:hover,
.to_tab_regular_user.active,
.to_tab_new_user:active,
.to_tab_new_user:focus,
.to_tab_new_user:hover,
.to_tab_new_user.active{
    color: #fff;
    background: #9aca00;
    border: 1px solid #fcfcfc;
    font-weight: bold;
  text-decoration: none;
}
.order_delivery_info .input{
  margin-bottom: 12px;
}
.order_delivery_info .input label{
  margin-bottom: 3px;
}
.order_page{
  margin-top: 20px;
  margin-bottom: 50px;
}

.product_gallery{
  height: 450px;
  width: 95px;
  padding-right: 5px;
  display: block;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
}
.product_gallery .product_gallery_img{
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
}
.product_gallery .product_gallery_img img{
  display: block;
  margin: 0px auto;
  border: 1px solid #efefef;
}
.product_gallery .product_gallery_img.active img{
  border: 1px solid #a5c716;
}
.product_main_page{
  display: inline-block;
  float: right;
  width: 450px;
  height: 450px;
  margin: 0px auto;
  border:1px solid #efefef;
  z-index: 1;
}
.product_main_page img{
  display: block;
  margin: 0px auto;
  max-width: 375px;
  border: 1px solid #ddd;
  width: 100%;
}
.consultation_catalog{
  width: 100%;
  position: relative;
  display: block;
}
.consultation_catalog img{
  width: 100%;
  display: block;
}

.consultation_product{
  width: 450px;
  position: relative;
  display: block;
  margin: 20px 0px 20px 0px;
  float: right;
}
.consultation_product img{
  width: 100%;
  display: block;  
}


.product_gallery_mobile{
  display: none!important;
  max-width: 400px;
  margin: 0px auto;
  border: 1px solid #ddd;
}
.product_gallery_mobile_img img{
  display: block;
  margin: 0px auto;
  width: 100%;
}
.product_page{
  margin-top: 50px;
  margin-bottom: 20px;
}
.recall_button{
  float: right;
}
.rating_input{
    position: relative;
    border: none;
    overflow: hidden;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
    margin: 0px auto;
    line-height: 44px;
}
.rating_input label{
    display: block;
    float: left;
    max-width: 100%;
    font-weight: normal;
    margin: 0px;
}
.rating_recall {
    position: relative;
    float: left;
    height: 15px;
    margin: 15px 0 0 15px;
}
.new_comment_holder{
  background: #fafafa;
  padding: 12px 25px;
  overflow: hidden;
  text-align: center;
}
.rating_recall span {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../img/stars.png') no-repeat -15px 0;
  float: left;
  margin: 0 3px 0 0;
}

.rating_recall span.yellow {
  background: url('../img/stars.png') no-repeat;  
}

.vote_recall.hov_recall, .vote_recall.hov_recall_click{
  background: url('../img/stars.png') no-repeat;
  cursor: pointer;
}



.vote_title{
  color: #363636;
  font-size: 18px;
  text-align: left;
  margin: 15px 0px;
  display: block;
}

.vote.hov{
  background: url('../img/stars.png') no-repeat;
  cursor: pointer;
}
.vote_text{
  font-size: 11px;
}
.rating_text{
    float: left;
    display: block;
    height: 44px;
    line-height: 44px;
}
.rating_body{
    float: left;
    padding: 3px 0px;
}

.product_review_title{
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.comments{
  margin: 20px 0px;
}
.tpl_comment{
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #f6f6f6;
}
.tpl_comment .comment_name{
  display: inline-block;
  color: #363636;
  font-weight: bold;
  font-size: 14px;
  vertical-align: top;
}

.tpl_comment .rating_recall_stars{
    position: relative;
    display: inline-block;
    height: 15px;
    margin-top: 2px;
    margin-left: 30px;
}

.comment_date{
  display: inline-block;
  float: right;
  color: #acacac;
}
.rating_recall_stars span {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../img/stars.png') no-repeat -15px 0;
  float: left;
  margin: 0 3px 0 0;
}

.rating_recall_stars span.yellow {
  background: url('../img/stars.png') no-repeat;  
}
.comment_text{
  color: #959595;
  font-size: 14px;

}
.product_view_name{
  font-size: 22px;
  display: block;
  float: left;
}
.product_view_code{
  font-size: 12px;
  display: block;
  float: left;
}
.product_view_available{
  margin: 15px 0px;
  color: #8daa11;
  font-size: 14px;
}
.product_view_not_available{
  margin: 15px 0px;
  color: #fe6969;
  font-size: 14px;
}
.product_not_available{
  display: inline-block;
  background: url('../img/icons/product_not_available.png');
  background-repeat: no-repeat;
  background-size: 12px 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position:5px 5px;   
}
.product_available{
  display: inline-block;
  background: url('../img/icons/product_available.png');
  background-repeat: no-repeat;
  background-size: 12px 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position:5px 5px; 
}
.top_product_rated{
  float: right;
}
.ttl_reviews{
  text-align: center;
}
.product_price_holder{
  display: inline-block;
  float: left;
  margin-right: 60px;
}
.product_price_holder .product_old_price{
  color:#6e6e6e;
  font-size: 20px;
  line-height: 20px;
  text-decoration: line-through;
  display: block;
}
.product_price_holder .product_price_action{
  color: #fe6969;
  font-size: 26px;
  line-height: 26px;
  display: block;
}
.product_price_holder .product_price{
  color: #000;
  font-size: 26px;
  line-height: 26px;
  display: block;
}
.add_to_card{
  display: inline-block;
  float: left;
}
.product_color_size_quantity{
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 0px;
  overflow: hidden;
  margin-bottom: 10px;
}

.count_product_holder{
  width: 76px;
  height: 42px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #a5c716;
  position: relative;
}
.count_product_holder #count_product{
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px;
  border: none;
  padding: 0px;
  text-align: center;
}
.count_product_minus{
  display: block;
  position: absolute;
  width: 34px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  background: #a5c716;
  color: #fff;
  border-top: 1px solid #fff;
  bottom: 0px;
  right: 0px;
  padding: 0px 0px;
}
.count_product_plus{
  display: block;
  position: absolute;
  width: 34px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  background: #a5c716;
  color: #fff;
  border-bottom: 1px solid #fff;
  top: 0px;
  right: 0px;
  padding: 0px 0px;
}

.count_product_minus:active,
.count_product_minus:focus,
.count_product_minus:hover,
.count_product_plus:active,
.count_product_plus:focus,
.count_product_plus:hover{
  color: #3f352c;
}
.quantity_title{
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
}
.show_size_detect,
.show_size_table{
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 10px 20px;
}
.show_size_detect{
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 7px;
  background: #ddd;
  padding: 12px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.show_size_detect:hover{
  color: #3f352c;
  text-decoration: none;
  background: #a5c716;
}

.size_table_icon{
  display: inline-block;
  background: url(../img/icons/size_table_icon.png);
  background-repeat: no-repeat;
  background-size: 13px 14px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-position: 3px 3px;
  margin-right: 3px;
}


.product_to_basket{
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.product_view_wish_share{
  margin: 10px auto;
}

.product_share_box{
  display: inline-block;
  margin: 5px 5px;
}
.product_share_box > span{
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px;
}
.product_share_box .icon_share{
  background: #333;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition:0.5s;
}
.product_share_box .icon_share:hover{
  background: #a5c716;
}
.product_view_wish_share .to_wish{
  vertical-align: top;
  margin: 10px auto;
}

.icon_facebook{
  display: block;
  background: url(../img/icons/icon_facebook.png);
  background-repeat: no-repeat;
  background-size: 8px 15px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-position: 10px 7px;
}

.icon_googleplus{
  display: block;
  background: url(../img/icons/icon_googleplus.png);
  background-repeat: no-repeat;
  background-size: 20px 21px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-position: 7px 4px;
}

.icon_instagram{
  display: block;
  background: url(../img/icons/icon_instagram.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-position: 9px 8px;
}

.icon_odnoklassniki{
  display: block;
  background: url(../img/icons/icon_odnoklassniki.png);
  background-repeat: no-repeat;
  background-size: 10px 17px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-position: 10px 6px;
}
.icon_twitter{
  display: block;
  background: url(../img/icons/icon_twitter.png);
  background-repeat: no-repeat;
  background-size: 13px 12px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-position: 8px 8px;
}

.icon_vkontakte{
  display: block;
  background: url(../img/icons/icon_vkontakte.png);
  background-repeat: no-repeat;
  background-size: 15px 9px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-position: 7px 10px;
}
#characteristics table{
  margin: 10px;
}
#characteristics table tr th{
  font-weight: normal;
  color: #a3a3a3;
  border:1px solid #f4f4f4;
  padding: 5px 10px;
}
#characteristics table tr td{
  border:1px solid #f4f4f4;
  padding: 5px 10px;
}
.pay_delivery_title{
  text-transform: uppercase;
  background: #f9f9f9;
  color: #000;
  font-size: 14px;
  padding: 12px 10px;
}
.product_page_tab{
  display: none;
}
.product_page_tab.active{
  display: block;
}
.product_page_nav{
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  text-align: center;
}
.tab_btn{
  padding: 10px 10px;
  display: inline-block;
}
.tab_btn.active{
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #fff;
  background: #fff;
  margin-bottom: -1px;
}
.product_page_tabs{
  margin-bottom: 50px;
}


.selector_title{
  vertical-align: top;
  margin: 10px auto;
  display: inline-block;
  min-width: 45px;
}





















.follow_soc_box{
  text-align: right;
  float: right;
}
.follow_soc_box .pretitle_follow_soc{
  display: inline-block;
}

.follow_soc_box .follow_soc{
  display: inline-block;
}

.follow_soc a{
  color: #6b6b6b;
  font-size: 22px;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.follow_soc a:hover{
  background: #f7f7f7;
}
.main_content{
  font-size: 16px;
  color: #7b797b;
  margin-bottom: 20px;
}
.main_cat_link{
  position: relative;
  display: block;   
  margin: 0px auto 20px auto;
}

.main_cat_link img{
  width: 100%;
}
.main_cat_link .cat_title{
  display: block;
  opacity: 0;
  position: absolute;
  width: 50%;
  border: 1px solid #fff;
  color: #fff;
  left: 50%;
  top: 50%;
  z-index: 2;
  text-align: center;
  margin-left: -25%;
  margin-top: -21px;
  line-height: 42px;
  font-size: 20px;
  transition:0.5s;
}
.main_cat_link:hover .cat_title{
  opacity: 1;
}

.overlay{
  display: block;
  opacity: 0;
  background: rgba(115, 72, 63, 0.39);
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition:0.5s;
}
.main_cat_link:hover .overlay{
  opacity: 1;
}

.main_content .light_button{
  margin-top: 20px;
}



.pop_close{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  font-size: 25px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  cursor: pointer;
  border: 1px solid #444;
  transition:0.5s;
}
.pop_close:hover{
  color: #a5c716; 
}
#overflow{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 5;
  overflow: auto;
  overflow-y: none;
  background: rgba(0, 0, 0, 0.55);
}
.oh{
  overflow: hidden;
}
.hidden{
  display: none;
}




.wr_input label{
  font-size: 15px;
  color: #696969;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
}

.thanks_text{
  display: none;
  text-align: left;
}
.thanks_text p{
  font-size: 18px;
}
.product_select{
  margin-top: 5px;
  margin-bottom: 15px;
  max-width: 500px;
  width: 100%;
}


.favorite{
  width: 100%;
  text-align: center;
}
.favorite_row{
  border-bottom: 1px solid #f3f3f3;
}

.favorite_img{
  display: block;
  width: 100px;
  border: 1px solid #ababab;
  margin: 10px auto;
}
.favorite_img img{
  width: 100%;
}
.favorite_title{
  font-size: 15px;
  color:#333333;
  font-weight: bold;
}
.order_call_login{
  color: #ba7c6d;
  text-decoration: underline;
}
.order_subtitle_info{
  display: inline-block;
  background: #cf9689;
  border-radius: 50%;
  color: #fff;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  margin-right: 5px;
}
.left_block_order input{
  line-height: 44px;
  background: #fafafa;
  border: none;
}
.left_block_order textarea{
  background: #fafafa;
  border: none;
}
.left_block_order input:active,
.left_block_order input:focus{
  border: none;
  box-shadow: none;
}
label .lr_label{
  color: #c0392b;
}
.order_title{
  color: #363636;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #adadad;
}
.order_subtitle{
  font-size: 12px;
}
.right_block_order{
  border: 1px solid #000;
  padding: 25px;
  margin: 20px auto;
  
}
.right_block_order_title{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.table_order{
  width: 100%;
}
.table_order tr{
  border-bottom:1px solid #696969;
}
.table_order tfoot tr{
  border-bottom: none;
}
.table_order th,
.table_order td{
  color: #666;
  font-size: 16px;
  line-height: 72px;
}
.table_order tr th:first-child,
.table_order tr td:first-child{
  text-align: left;
}
.table_order tr th:last-child,
.table_order tr td:last-child{
  text-align: right;
}
.pay_types{
  margin-bottom: 20px;
}
.pay_types label{
  margin-left: 5px;
}
.pay_desc{
    background: #f2f2f2;
    color: #666;
    font-size: 14px;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.confirm_order{
  width: 100%;
  text-align: center;
}


.soc_title{
  font-size: 16px;
  font-weight: bold;
}
.soc_share li{
  float: left;
  border-radius: 50%;
  border: 1px solid #444;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  margin: 5px;
}
.soc_share li a{
  transition:0.5s;
}

.order_block textarea,
.order_block input{
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  margin: 5px 0px 15px 0px;
}
.order_block textarea:focus,
.order_block input[type="text"]:focus{
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  border: 1px solid #b1ce35;
  color: #000;
  font-size: 14px;    
}







.basket_case{
  width: 100%;
  background: none;
  margin-top: 42px;
}
.basket_case tr{

}
.basket_case tr td{
  padding: 20px;
  text-align: center;
}
.basket_product_name{
  display: block;
  text-align: left;
  color: #333333;
  font-size: 18px;
}
.basket_product_info{
  display: block;
  text-align: left;
  color:#999;
  font-size: 13px;
}

.amount_few{
  text-align: center;
  display: block;
  font-size: 14px;
  margin-bottom: 0px;
}
.price .amount_1{
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.basket_remove{
  color: #898989;
  border-radius: 50%;
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center;
  display: block;
  transition:0.3s;
  margin: 0px auto;
}
.basket_remove:hover{
  color: #fff;
  background: #a5c716;
}


.cart_btn{
  position: relative;
  width: 50%;
  float: right;
  background: #ccc;
  color: #333;
  font-size: 12px;
  font-weight: normal;  
}
.quantity{
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0px;
  line-height: 40px;
  height: 84px;
  width: 55px;
  margin: 0px auto;
}
.cart_quantity{
  display: block;
  text-align: center;
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.btn_plus{
  display: block;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  height: 28px;
  background: #a5c716;
  color: #fff;
}

.btn_minus{
  display: block;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  height: 28px;
  background: #a5c716;
  color: #fff;
}
.plus-minus:hover{
  color: #333;
}
.basket_case td:nth-child(1){
  width: 160px;
}
.basket_case tr{
  border-top: 1px solid #e7e7e7;
}
.basket_case tr:last-child{
  border-bottom: 1px solid #e7e7e7;
}
.basket_result .tabs_holder{
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px;
}
.basket_input{
  margin: 10px auto;
}
.basket_input_title{
  font-weight: bold;
  font-size: 16px;
  float: left;
  width: 50%;

}
.basket_title{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.basket_input input{
  width: 50%;
  height: 30px;
  color: #444;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 30px;
}

.basket_case .cart-images{
  border: 1px solid #e6e6e6;
  display: block;
  width: 130px;
  margin: 0px auto;
}
.basket_case .cart-images img{
  width: 100%;
}
.total_cart_sum{
  float: right;
  color: #3f352c;
  font-size: 18px;
  margin: 20px auto;
}
.cart_btns{
  float: right;
}
.shopping_continue{
  display: inline-block;
  margin-right: 20px;
  color: #7a9313;
  font-weight: bold;
  font-size: 14px;
}
.b_title{
  display: none;
}
.p_h_title{
  display: none;
  float: left;
}

.product_main_page{
  display: block;
  position: relative;
}

.prev_gall{
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  background-image: url(../img/button_left2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 35px;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  z-index: 3;
  transition: 0.5s;
  cursor: pointer;
}

.prev_gall:hover{
  background: rgba(193, 193, 193, 0.4);
  background-image: url(../img/button_left2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.next_gall{
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  background-image: url(../img/button_right2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 35px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  z-index: 3;
  transition: 0.5s;
  cursor: pointer;
}
.next_gall:hover{
  background: rgba(193, 193, 193, 0.4);
  background-image: url(../img/button_right2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.header_right_side{
  position: relative;
}
.cart_holder{
  display: none;
  position: absolute;
  top: 66px;
  background: #fff;
  width: 500px;
  right: 0px;
  z-index: 5;
  padding: 15px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.cart_holder .cart_holder_table{
  max-height: 380px;
  overflow-y: auto;
}
.cart_holder.active{
  display: block;
}

.cart_holder table{
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.cart_holder .cart_img{
  border: 1px solid #cccccc;
  display: inline-block;
  margin-right: 5px;
}
.cart_holder .cart_img{
  border: 1px solid #cccccc;
  display: inline-block;
  margin-right: 5px;
}
.cart_holder table tr td{
  padding: 10px 5px;
  text-align: center;
}
.cart_holder .cart_count{
  border-left: 1px solid #ccc;
  padding: 10px;
}
.cart_holder .cart_cost{
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}

.cart_holder .cart_link{
  float: right;
  margin:5px auto;
}

.cart_holder .cart_sum{
  font-size: 18px;
  color: #3f352c;
  float: right;
}
.cart_holder .cart_remove_icon{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../img/icons/cart_remove_icon.png');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.cart_holder .cart_remove{
  margin-top: -5px;
  display: block;
  transition:0.5s;
}
.cart_holder .cart_remove:hover{
  transform:scale(1.3);
}

.load_more{
  width: 100%;
  background: #a5c716;
  display: block;
  margin: 20px auto;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}
.load_more:hover{
  text-decoration: none;
  color: #3f352c;
}
.tpl_load_more_holder{
  padding: 0px 15px!important;
}


.sitemap{

}
.sitemap ul > li{
  margin-left: 20px;
  position: relative;
}
.sitemap ul > li:before{
    content: "·";
    transform: rotate(180deg);
    display: inline-block;
    font-size: 22px;
    position: absolute;
    left: -20px;
    top: -6px;
}
.footer_sitemap_link{
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
}
.footer_sitemap_link.bsl{
   vertical-align: top;
   margin-top: 1px;
}
.tpl_video{
  margin-bottom: 20px;
}
.tpl_video iframe{
  display: block;
  min-height: 200px;
}
.tpl_video_name{   
    text-align: center;
    display: block;
    padding: 10px 5px;
    font-size: 15px;
    background: #a5c716;
    color: #fff;
    margin: 0px;
    border-top: 1px solid #3f352c;
}
.categories{
  text-align: center;
  margin: 30px auto;
}
.tpl_categories{
    display: inline-block;
    margin: 0px 1%;
    width: 14%;
    vertical-align: top;  
    position: relative;
}
.tpl_categories .categorie_img{
  display: block;
  width: 100%;
  position: relative;
  min-height: 250px;
}
.tpl_categories .categorie_img img{
  width: 100%;
  display: block;
}
.tpl_categories .categorie_img:before{
    content: "";
    background: rgba(221, 241, 162, 0.6);
    display: block;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition:0.5s;
}
.tpl_categories:hover .categorie_img:before{
  opacity: 1;
}
.categorie_name{
    text-align: center;
    display: block;
    margin: 10px auto;
    text-transform: uppercase;
}

.tag_holder{
  text-align: center;
}
.tag_holder span{
  display: inline-block;
  margin: 0px 3px;
}
.tag_holder .tag{
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}
.tag_holder .separator{
  display: inline-block;
  margin: 0px 3px;
}


.tag_holder .tag:focus,
.tag_holder .tag:hover,
.tag_holder .tag.active{
  background: #a5c716;
  color: #fff;
  border-radius: 5px;
}

.soc_share_holder{
  text-align: center;
  background: #a5c716;
  padding: 5px 5px;
  margin: 10px auto;
}
.soc_title{
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
}
.soc_share {
  display: inline-block;
  font-size: 22px;
}
.soc_share .fa{
  cursor: pointer;
  transition:0.5s;
}

.soc_share .fa:hover{
  cursor: pointer;
  color: #fff;
}
.no_rew{
  text-align: center;
}
.success_text{
  display: none;
  font-size: 18px;
}
.read_more,
.sidemenu{
  margin: 15px 0px;
}
.read_more ul{
  margin-top: 10px;
}
.read_more ul li{
  border: 1px solid #ddd;
  padding: 5px 5px;
  margin-bottom: 10px;
  background: #fff;
}
.read_more ul li a,
.read_more ul li span,
.sidemenu ul li a,
.sidemenu ul li span{
  font-size: 15px;
  display: block;
  transition:0.5s;
  padding: 3px 2px;
}
.read_more ul li a:hover,
.read_more ul li span:hover,
.sidemenu ul li a:hover,
.sidemenu ul li span:hover{
  transform: translateX(10px);
}
.read_more{
  background: #f3f3f3;
  padding: 5px;
}
.read_more .c_title{
  background: #8ca71b;
  color: #fff;
  margin: 0px;
  padding: 10px;
}
.sidebar{
  background: #fbfbfb;
  padding: 10px 5px;
}
.content img{
  max-width: 100%!important;
}

.subscribe_box_holder{
  background: #a5c716;
  padding: 20px;
  margin: 20px auto;
}
.subscribe_box_holder .subscribe_text{
  color: #3f352c;
  font-size: 20px;
  text-align: center;
}
.subscribe_box_action input[type="text"]{
  border-radius: 5px; 
  margin: 0px;
}
.subscribe_box_action{
  max-width: 600px;
  margin: 10px auto;
  display: block;
  position: relative;
}
.subscribe_box_action .subscribe_submit_action{
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    border: 0px;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #ddd;
    width: 32px;
    height: 32px;
    color: #3f352c;
}
.subscribe_box_holder .thanks_text{
    color: #ffffff!important;
}
.personal_discount{
  text-align: center;
  font-size: 22px;
  background: #a5c716;
  display: block;
  padding: 5px;
  color: #3f352c;
}
.no_discount_price{
  text-decoration: line-through;
  font-size: 14px;
}

.filter_smalled .values_holder{
  max-height: 200px;
  overflow: hidden;
}
.remove_filter_smalled{
  display: block;
  background: #f3f3f3;
  padding: 2px;
  text-align: center;
  cursor: pointer;
  transition:0.5s;
  margin: 5px;
}
.remove_filter_smalled:hover{
  color: #3f352c;
  text-decoration: none;
  background: #ececec; 
}
.no_products_find{
    text-align: center;
    font-size: 22px;
    padding: 20px;	
}
.phone_registration{
  position: relative;
  max-width: 400px;
  position: relative;
  margin: 5px auto;
}
.phone_cabinet,
.phone_order{
  position: relative;
}
.descr{
    position: absolute;
    top: -2px;
    right: 10px;
    color: #696969!important;
    font-weight: normal!important;
    z-index: 1;
    font-size: 13px!important;
}
.phone_order .descr{
  display: none;
}
.tpl_product .product_img{
  text-decoration: none;
}
.best_buy_percent{
  position: absolute;
  background: rgba(199, 22, 22, 0.8);
  font-size: 18px;
  color: #fff;
  width: 60px;
  height: 32px;
  left: 0px;
  top: 5px;
  line-height: 32px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.content a{
  color: #a5c716;
}
.tab_content{
  display: none;
}
.tab_content.active{
  display: block;
}
.content_tab_title{
  border-bottom: 2px solid #f3f3f3;
}
.content_tab_title a{
  display: inline-block;
  font-size: 20px;
  background: #ddd;
  padding: 10px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #333;
}

.content_tab_title a.active,
.content_tab_title a:hover{
  background: #a5c716;
  color: #333;
  text-decoration: none;
}
.newpost_type_1,
.newpost_type_2{
  display: none;
}
.newpost_type_2.active,
.newpost_type_1.active{
  display: block;
}
.read_more_btn{
    background: #ddd;
    color: #3f352c;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 5px;
    display: block;
    margin: 5px auto;
    width: 150px;
    text-align: center;
}
.read_more_btn:hover{
    background: #a5c716;
    color: #3f352c;
}
.content.hidden_content{
    max-height: 260px;
    overflow: hidden;
}
#video_view{
      display: block;
    width: 140px;
    clear: both;
    background: #8ca71b;
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    color: #fff;
    margin-top: 25px;
}
#video_view .fa{
    color: #fff;
    vertical-align: top;
    position: absolute;
    top: 6px;
    font-size: 30px;
    left: 10px;
    background: #fd6969;
    border-radius: 5px;
    padding: 2px;
}
#video_view span{
      display: inline-block;
    width: 100%;
    font-size: 13px;
    vertical-align: top;
    padding-left: 35px;
}
#video_view:hover{
      background: #3f352c;
}
.author_blog{
  background: #3f352c;
  text-align: left;
  font-size: 16px;
  padding: 10px 15px;
  color: #fff;
}
.author_blog a{
  color: #a5c716;
}
.author_blog a:hover{
  color: #a5c716;
  text-decoration: underline;
}
.product_manufacturer{
  display: block;
  float: left;
  margin: 5px auto;
  font-size: 14px;
}
.product_manufacturer a{
  font-weight: bold;
  color: #8ca71b;
}
.product_manufacturer a:hover{
  font-weight: bold;
  text-decoration: underline;
  color: #8ca71b;
}
.product_manufacturer span{
  font-weight: bold;
}
.catalog_category_selector_title{
  color: #000;
  font-size: 18px;
  margin: 20px 5px 5px 5px;
  text-align: center;
}
.catalog_category_selector{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.type_selector label{
  background: #ffffff;
  border: 1px solid #a5c716;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 5px;
  cursor: pointer;
}
.type_selector.type_checked label,
.type_selector label:hover{
  background: #a5c716;
  border: 1px solid #a5c716;
  color: #fff;
}
#filters .pop_close{
  display: none;
}
.lang_holder{
  display: flex;
  position: relative;
  width: 50px;
  height: 32px;
  align-items: center;
  justify-content: center;
  z-index: 5;
  float: right;
  background: #a9c735;
  margin: 9px;
  border-radius: 5px;
}
.h_lang_list{
  display: none;
  position: absolute;
  top: 32px;
  right: 0px;
  z-index: 2;
  background: #fff;
  flex-direction: column;
  width: 50px;
  border: 1px solid #a9c735;
  padding: 5px;
  text-align: center;
}
.lang_active{
  font-size: 16px;
  color: #fff;
}
.lang_holder:hover .h_lang_list{
  display: flex;
}
.h_lang_list li a{
  font-size: 16px;
  line-height: 22px;
}
.h_lang_list li a:hover{
  color: #a5c716;
}
.h_lang_list_mob{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 10px;
    border-bottom: 1px solid #fff;
}
.h_lang_list_mob a{
    color: #fff;
    padding: 10px 10px;
    display: block;
    margin: 0px 10px;
}
.h_lang_list_mob a.active,
.h_lang_list_mob a:hover{
  color: #a5c716;
  text-decoration: none;
}
.header_pre{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #e5e5e5;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #3f352c;
}
.header_pre a{
  color: #3f352c;
}
.header_pre a:hover{
  text-decoration:underline;
  color: #3f352c;
}
@media (max-width: 1600px) {

}
@media (max-width: 1200px) {
  .consultation_product{
    width: 350px;
  }
  .product_gallery{
    height: 350px;
  }
  .product_main_page{
    width: 350px;
    height: 350px;
  }

  footer{
      padding: 40px 0px 10px 0px;
  }
  .main_menu{
    display: none;
  }
  #nav_catalog_btn{
    display: block;
    float: left;
  }
  .mobile_search{
    display: block;
    float: right;
  }
  .footer_bottom{
    display: block;
  }

  .header_right_side .search_box{
    display: none;
  }
  .mobile_search .search_box{
    width: 525px;
    margin: 28px 0px 28px 0px;
  }

  .mobile_search .search_box button{
    width: 60px;
    background: #a5c716;
    color: #fff;
  }

}
@media (max-width: 992px) {

  .header_top_middle_fixed{
    position: relative;
  }
  .consultation_product{
    width: 100%;
  }
  .product_gallery_mobile{
    display: block!important;
  }
  .inner_tab_content{
    padding: 10px;
  }
  .cabinet_tab .cabinet_menu_link{
    font-size: 16px;
    color: #000000;
    background: #f5f5f5;
    vertical-align: top;
    width: 100%;
    height: 75px;
    padding: 25px 10px;
    display: block;
    position: relative;
  }
  .cabinet_tab .cabinet_menu_link::before{
    content: " ";
    display: inline-block;
    width: 3px;
    height: 75px;
    background:#eaeaea;
    position: absolute;
    top: 0px;
    left: 0px;
    transition:0.5s;
  }
  .cabinet_tab .cabinet_menu_link:focus,
  .cabinet_tab .cabinet_menu_link:active,
  .cabinet_tab .cabinet_menu_link:hover,
  .cabinet_tab .cabinet_menu_link.active{
    text-decoration: none;
    background: #c7e549;
  }
  .cabinet_tab .cabinet_menu_link:focus::before,
  .cabinet_tab .cabinet_menu_link:active::before,
  .cabinet_tab .cabinet_menu_link:hover::before,
  .cabinet_tab .cabinet_menu_link.active::before{
    background:#a5c716;
  }


  .cabinet_tab{
    display: block!important;
  }
  .cabinet_tab .inner_tab_content{
    display: none;
  }
  .cabinet_tab.active .inner_tab_content{
    display: block;
  }
  .cabinet_mobile_menu{
    display: block;
  }
  .filter_btn{
    display: inline-block;
  }
  .filter_maintitle{
    display: none;
  }
  #filters{
    display: none;
    position: fixed;
    background: #fff;
    top: 0px;
    margin: 0px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    z-index: 100;
    left: 0;
    padding: 15px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  #filters.active{
    display: block;
  }
  #filters .pop_close{
    display: block;
  }
  .ntf_back{
    background: none;
  }
  .not_found{
    background: url('../img/not_found.jpg');
    background-size: cover;
  }
  .header_middle_phone_address{
    width: 220px;
    margin-right: 10px;
    font-size: 14px;
  }
  .address_head{
    margin-left: 0px;
    font-size: 12px;
  }
  .all_phones p{
    font-size: 14px;
  }
  .mobile_menu > li > ul,
  .mobile_menu > li > ul > li > ul{
    border-left: none;
    padding-left: 20px;
  }
  .mobile_menu > li > ul > li.active > ul{
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  .mobile_menu .active > .open_b,
  .mobile_menu .open_b:hover{
    color: #fff;
    background: #a5c716;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mobile_menu li.active > .open_b{
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mobile_menu li{
    position: relative;
  }
  .mobile_menu > li.active > ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;;
    width: 100%;
  }
  .mobile_menu{
    width: 100%;
  }
  .container{
    width: 100%;
  }
  .header_top_menu ul li{
    padding: 0px 5px;
  }
  .main_slider{
    height: 360px;
  }
  .header_middle_worktime{
    display: none;
  }
}
@media (max-width: 850px){
  .cart_holder{
    width: 300px;
    right: -10px;
  }
  .basket_case .cart-images{
    width: 80px;
  }
  .basket_product_name{
    font-size: 14px;    
  }
  .owl-pagination{
    bottom: 5px;
  }
  #nav_ham{
    display:block;
  }
  .header_top{
    display: none;
  }
  .header_middle{
    height: 105px;
  }
  .main_logo img{
    position: relative;
    top: auto;
    z-index: 3;
    width: 105px;
    height: 74px;
    display: block;
    transition: 1s;
  }
  .main_logo{
     width: 105px;
    height: auto;
    display: block;
    position: relative;
    float: left;
    margin: 15px 10px 15px 10px;
  }
  .basket_sum{
    display: none;
  }
  .to_order_btn{
    display: none;
  }
  .cabinet_middle{
    display: block;
  }
  .basket_btn{
    margin: 35px 5px 34px 5px;
  }
  .favorite_btn{
    margin: 40px 5px 35px 5px;
  }
  .header_middle_phone_address{
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .adv_block{
    display: none;
  }
  .order_page .container{
    padding: 0px;
  }
  .order_page .basket_case{

  }
  .order_page .basket_case tr td{
    padding: 10px 10px;
  }
  .sorting_title{
    display: none;
  }
  footer {
    padding: 20px 0px;
  }
  .footer_contacts,
  .subscribe_box{
    max-width: 300px;
    margin: 10px auto;
  }
  .mobile_search .search_box{
    width: 350px;
  }
  .basket_case tr td{
    padding: 3px;
    border-bottom: 1px solid #d7d7d7;
  }
  .adv_img{
    width: 30%;
    display: block;
    float: left;
  }
  .adv_img img{
    width: 100%;
    max-width: 132px;
  }
  .adv_text{
    width: 70%;
    display: block;
    float: left;
  }
  .category_title{
    font-size: 20px;
  }
}
@media (max-width: 580px){
  .sorting{
    max-width: 165px;
  }
  .sorting .sorting_select{
    width: 160px;
  }
  .search_box input{
    padding: 6px 10px 6px 10px;
    width: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0px;
  }
  .mobile_search .search_box{
    width: auto;
  }
  .mobile_search .search_box button{
    border-radius: 5px;
  }
  .search_box_active .search_box input{
    width: 280px;
    padding: 6px 90px 6px 10px;
    border: 1px solid #ddd;
  }
  .product_page_nav{
    border: none;
  }
  .tab_btn{
    border: 1px solid #ededed;
  }
  .tab_btn.active{
    color: #333;
    text-decoration: none;
    background: #a5c716;
    border: 1px solid #ededed;
  }
  .cart_btns{
    text-align: center;
    float: none;
  }
  .shopping_continue{
    margin-right: 0px;
  }
  .basket_product_name_holder,
  .wrapper_amount,
  .basket_count{
    max-width: 180px;
    display: inline-block;
  }
  .b_title{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
    text-align: left;
  }
  .p_h_title{
    display: inline-block;
  }
  .orders_history tbody tr{
    border-bottom: 2px solid #a5c716;
  }
  .orders_history tbody tr:last-child{
    border: none;
  }
  .orders_history thead{
    display: none;
  }
  .basket_case .cart-images{
    width: 130px;
    border: none;
  }
  .basket_product_name_holder{
    display: inline-block;
    width: 50%;
  }
  .basket_case tr{
    border-bottom: 1px solid #a5c716;
  }
  .basket_case tr:last-child{
    border: none;
  }
  .order_count{
    display: inline-block;
  }
  .order_history_btnns{
    text-align: center;
  }
  .orders_history tr td{
    width: 100%!important;
    display: block;
    border-bottom: 1px solid #eee;    
    text-align: right!important;
  }
  .basket_case thead{
    display: none;
  }
  .basket_product_info,
  .basket_product_name{
    text-align: left;
  }
  .basket_case tr td{
    padding: 10px 0px;
    width: 100%!important;
    display: block;
    text-align: left;
    overflow: hidden;
  }
  .basket_remove{
    display: inline-block;
  }
  .order_f_l{
    display: block;
    float: left;
    width: 50%;
  }
  .order_f_r{
    display: block;
    float: left;
    width: 50%;
  }
  .c_confirm_title{
    background: #fafafa;
    margin: 0px 15px;
    padding: 10px;
  }
  .order_confirm tbody tr:nth-child(2){
    border-top:1px solid #a5c716;    
  }
  .order_confirm tbody tr:nth-child(even){
    border-bottom:1px solid #a5c716;
  }
  .order_confirm tbody tr:nth-child(even) td{
    text-align: left;
    display: block;
    width: 100%!important;  
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 15px;
  }
  .order_confirm tbody tr:nth-child(odd){
    display: none;
  }
  .pagination_holder .pagination{
    width: 100%;
  }
  .pagination > li > a, .pagination > li > span{
    padding: 2px 8px;
  }
  .filter_btn span{
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    color: #555;
    padding: 0px 5px;
  }
  .filter_icon{
    margin-right: 0px;
  }
  .prev_news, .next_news{
    float: none;
    display: block;
    max-width: 200px;
  }
  .footer_bottom{
    padding-top: 0px;
  }
  .footer_logo_copy{
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #fff;
  }
  .social_footer_bottom{
    width: 100%;
    max-width: 300px;
    float: none;
    overflow: hidden;
  }
  .footer_l_c_h{
    max-width: 300px;
    display: block;
    margin: 0px auto;
  }
  .header_middle_phone_address{
    display: none;
  }
  .main_logo{
      width: 80px;
      margin: 24px 10px 25px 10px;
  }
  .main_logo img{
    width: 80px;
    height: 56px;
  }
  .mobile_menu > li > span, .mobile_menu > li > a{
    font-size: 12px;
  }
  .mobile_menu > li > ul > li > span, .mobile_menu > li > ul > li > a{
    font-size: 12px;
  }
  .mobile_menu > li > ul > li > ul > li > span, .mobile_menu > li > ul > li > ul > li > a{
    font-size: 12px;
  }
  .quantity{
    line-height: 28px;
    height: 28px;
    width: 100px;
    margin: 0px auto;
  }
  .btn_plus{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
  }
  .btn_minus{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 28px;
  }
}
@media (max-width: 500px){
  .category_left_side,
  .category_right_side{
    text-align: center;
    width: 100%;
    display: block;
    float: none;
  }
  .category_left_side{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .promocode input{
    width: 175px;
  }
  .promocode{
    padding: 10px 0px;
    border-bottom: 1px solid #a5c716;
    border-top: 1px solid #a5c716;
  }
}
@media (max-width: 400px){
  .sorting .sorting_select{
    width: 160px;
  }

}