#consultation,
#login{
  position: fixed;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  z-index: 333;
  text-align: center;
  display: block;
}
#consultation .success_text,
#callback .success_text{
  color: #fff;
}
#consultation input,
#login input{
  max-width: 400px;
  display: block;
  color: #444;
  border: 1px solid #e7e7e7;
  font-size: 16px;
  padding: 0px 15px 0px 15px;
  border-radius: 5px;
  line-height: 32px;
  width: 100%;
  margin: 5px auto;
  background-color: #fff;
  outline: none;
}
#consultation input:focus,
#login input: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;
}
#consultation .popup_title,
#login .popup_title{
  color: #fff;
  font-size: 22px;
  margin: 5px auto;
}
#consultation .login_title,
#login .login_title{
  font-size: 18px;
  color: #fff;
}
.to_login, .to_registration, .to_forget_pass {
    font-size: 16px;
    background: none;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0px;
    padding: 10px;
    transition:0.5s;
}
.registration_vk_form .login_title,
.registration_fb_form .login_title,
.registration_ok_form .login_title{
  font-size: 18px;
}
.thanks_text_registration_ok,
.thanks_text_registration_fb,
.thanks_text_registration_vk{
  display: none;
  text-align: center;
  width: 100%;
  color: #a5c716;
  font-size: 18px;
}
.thanks_text_registration_ok p,
.thanks_text_registration_fb p,
.thanks_text_registration_vk p{
  text-align: center;
  color: #a5c716;
  font-size: 18px;
}
.thanks_text_registration,
.thanks_text_forget{
  display: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
  color: #6FFFB9;
}

.registration_form{display:none}
.forget_form{display:none}

#product_view{
	display: none;
}



#sizetable_2,
#sizetable,
#order_info {
  background: #fff;
  display: none;
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -350px;
  width: 700px;
  z-index: 2002;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #444;
}
#sizetable_2 .sizetable,
#sizetable .sizetable,
#order_info .order_products{
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto;
}
#order_info .order_products thead tr:first-child{
  border-bottom: 2px solid #444;
}
#order_info .order_products tbody tr{
  border-bottom: 1px solid #444;
}
#order_info .order_products tbody tr:last-child{
  border-bottom: 2px solid #444;
}
#order_info .order_products .td_1{
  width: 75px;
  height: 75px;
}
#order_info .order_products .td_1 a{
  width: 75px;
  height: 75px;
}
#order_info .order_products .td_2{
  width: 300px;
}
#order_info .order_products .td_2 a{
    font-size: 15px;
    color: #444;
}
#order_info .price_op{
    text-align: center;
    color: #444;
    font-size: 15px;
    padding: 0px 0px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
#order_info thead tr td{
    font-size: 15px;
    color: #444;
}
#order_info tr td{
  text-align: center;
  padding: 5px 10px;
}
#order_info tr .tfoot_1{
  text-align: left;
    font-size: 24px;
    color: #444;
}
#order_info .quantity{
    font-size: 17px;
    color: #444;
}
#order_info .sum_price{
    text-align: center;
    color: #444;
    font-size: 17px;
}
#order_info .td_5{
  width: 220px;
}
#order_info tfoot p{
  font-weight: bold;
  font-size: 20px;
}

#success_adding_wish,
#success_adding{
  background: #fff;
  display: none;
  padding: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -250px;
  width: 500px;
  z-index: 27;
  text-align: center;
}
#success_adding_wish p,
#success_adding p{
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

#alert{
  background: #fff;
  display: none;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -150px;
  width: 300px;
  z-index: 27;
  text-align: center;
  border: 1px solid #444;
}
#alert p{
  font-size: 22px;
  font-weight: bold;
  color: #f04d4d;
}


#callback{
  position: fixed;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  z-index: 26;
  text-align: center;
  display: block;
}
#callback input{
  max-width: 400px;
  display: block;
  color: #444;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 0px 15px 0px 15px;
  border-radius: 5px;
  line-height: 32px;
  width: 100%;
  margin: 5px auto;
  background-color: #fff;
}
#callback .popup_title{
  color: #fff;
  font-size: 22px;
  margin: 5px auto;
}


#preload{
  display: none;
  background: rgba(0,0,0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#preload #loaderImage,
#preload img{
  top: 50%;
  position: fixed;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}
.error_input{
  background: #ffcece!important;
  border: 1px solid #cc0707!important;
}
#consultation .light_button,
#login .light_button{
    background: #fff;
    border-radius: 5px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 10px;
    display: inline-block;
    margin: 5px auto;
    transition:0.5s;
    color: #a5c716;
}
#consultation .light_button:hover,
#login .light_button:hover{
    background: #a5c716;
    color: #fff;
    text-decoration: none;
}
.pwd_thanks_text,
.profile_thanks_text,
.thanks_text{
  text-align: center;
  font-size: 20px;
  display: none;
  color: #0CAB04;
}

#promo_percent{
  margin: 15px;
  font-size: 18px;
  display: inline-block;
}
#promo_percent span{
  background: #a5c716;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}





.match_container {
  position: absolute;
  right: 0;
  top: 58px;
  background-color: #fff;
  border: 1px solid #000;
  overflow: hidden;
  width: 300px;
  z-index: 99999;
  display: none;
}
.search_container ul{
  padding: 5px 10px 5px 10px;
}
.search_container ul li{
  display: block;
  width: 100%;
  text-align: left;
}
.search_container ul li a{

  display: block;
  padding: 5px;
}
.search_container ul .match_product_img{
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  left: auto;
  padding-left: 5px;
  text-align: left;
  width: 70px;
}
.search_container ul .match_product_name{
  position: relative;
  display: inline-block;
  color: #333;
  right: auto;
  left: auto;
  top: auto;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  width: 180px;
}


.search_container ul li a:hover{
  background: #a5c716;
}
.search_container ul :hover .match_product_name{
  color: #fff;
}
#overflow_1 {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
#phone_fastbuy{
  vertical-align: middle;
}
.product_to_reserv,
.product_to_basket_fast{
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
.fs_search{
  border: 1px solid #ddd;
  padding: 15px;    
  box-shadow: 0px 0px 2px 0px rgba(165, 199, 22, 0.5);
}
.fs_search form{
  text-align: center;
}
.fs_search .filter_row{
  width: 22%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.reserv_thanks,
.one_click_thanks{
  font-size: 18px;
  display: none;
}

.social_auth{
  text-align: center;
}
.social_auth li{
  display: inline-block;
}
.social_auth li span,
.social_auth li a{
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
}

.login_fb{
  background: url(../../img/login/login_fb.png);
  background-size: 32px 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.login_vk{
  background: url(../../img/login/login_vk.png);
  background-size: 32px 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.login_ok{
  background: url(../../img/login/login_ok.png);
  background-size: 32px 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.content table{border-spacing:0;border-top:1px solid #888;border-right:1px solid #888;}
.content td{padding:5px 10px;border-bottom:1px solid #888;border-left:1px solid #888;}
.content tr:nth-child(1){background:#f0f0f0;}
.content tr:nth-child(2n+1){background:#f4f4f4;}


@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
  .fs_search .filter_row{
    width: 48%;
  }
}
@media (max-width: 850px){

}
@media (max-width: 768px) {
  .fs_search .filter_row{
    width: 100%;
  }
  #sizetable_2, #sizetable, #order_info{
      padding: 5px;
    margin: -200px 0 0 -200px;
    width: 400px;
  }
}
@media (max-width: 580px){

}
@media (max-width: 500px){

}
@media (max-width: 400px){
  #sizetable,
  #sizetable_2,
	#order_info{
	  padding: 5px;
    margin: -200px 0 0 -150px;
    width: 300px;
	}
}