#overflow_banner {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0,0,0,0.2);
}
.banner_close{
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  right: 0px;
  top: -50px;
}
.pop_close_alert,
.pop_close{
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner_close:hover,
.pop_close_alert:hover,
.pop_close:hover{
  background: #222;
}
.banner_close:hover svg path,
.pop_close_alert:hover svg path,
.pop_close:hover svg path{
  stroke: #fff;
}
#success_view_wish,
#success_adding_wish,
#success_adding{
  background: #fff;
  display: none;
  padding: 50px 50px;
  position: fixed;
  top: calc(50% - 140px);
  left: calc(50% - 300px);
  width: 600px;
  z-index: 127;
  text-align: center;
}
.pop_title_holder{
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.pop_title{
  font-size: 24px;
  font-weight: 400;
  color: #444;
  text-align: left;
  line-height: 28px;
}
.pop_auth_text{
  font-size: 15px;
  font-weight: 300;
  color: #747474;
  width: 100%;
  text-align: left;
  display: block;
  margin: 20px 0px;
}
.pop_navs{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0px;
  width: 100%;
}
.hide_adding{
  font-size: 16px;
  font-weight: 500;
  background: #222222;
  color: #fff;
  padding: 10px;
  height: 48px;
  display: flex;
  flex-direction:column;
  width: calc(100% / 2 - 10px);
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.hide_adding:hover{
  background: #747474;
  color: #fff;
}
.go_to_basket{
  font-size: 16px;
  font-weight: 500;
  background: #222222;
  color: #fff;
  padding: 10px;
  height: 48px;
  display: flex;
  flex-direction:column;
  width: calc(100% / 2 - 10px);
  align-items: center;
  border-radius: 3px;
  justify-content: center;
}
.go_to_basket:hover{
  background: #747474;
  color: #fff;
}
.login_button_success{
  font-size: 16px;
  font-weight: 500;
  background: #222222;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  height: 48px;
  display: flex;
  flex-direction:column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.login_button_success:hover{
  background: #747474;
  color: #fff;
}
#review_popup{
  display: none;
  position: fixed;
  top: 50px;
  width: 600px;
  background: #fff;
  padding: 50px;
  z-index: 333;
  left: calc(50% - 300px);
}
#one_click{
  display: none;
  position: fixed;
  top: 50px;
  width: 600px;
  background: #fff;
  padding: 50px;
  z-index: 333;
  left: calc(50% - 300px);
}
.add_to_card_fast,
.add_new_comment,
.add_new_comment_product{
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  padding: 12px 10px;
  max-width: 300px;
  border-radius: 3px;
}
.add_to_card_fast:hover,
.add_new_comment:hover,
.add_new_comment_product:hover{
  text-decoration: none;
  background: #747474;
  color: #fff;
}
.attach_zone{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  margin: 10px 0px;
}
#attach_files{
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 5px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.files_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
}
.files_container li{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.files_container li .link_name{
  font-size: 14px;
  font-weight: 300;
}
.remove_link{
  font-size: 20px;
  background: #f2f2f2;
  display: flex;
  align-items: center;a
  justify-content: center;
  flex-direction: column;
  width: 25px;
  height: 25px;
  color: #000;
}
.remove_link:hover{
  background: #222;
  color: #fff;
  text-decoration: none;
}
#attach_files:hover{
  color: #747474;
}
#attach_files:hover svg path{
  stroke: #747474;
}
#login{
  display: none;
  position: fixed;
  top: 50px;
  width: 600px;
  background: #fff;
  padding: 50px;
  z-index: 333;
  left: calc(50% - 300px);
  max-height: calc(100% - 50px);
  overflow-y: auto;
}
#callback .success_text{
  color: #fff;
}
.registration_text{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 15px 0px 5px 0px;
  width: 100%;
  align-items: center;
  color: #747474;
  font-weight: 300;
  font-size: 15px;
}
#login .form_b_submit{
  max-width: 100%;
}
#login form{
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 10px;
}
#login form{
  display: none;
}
#login form.active{
  display: flex;
}
.form_b_checkbox,
.drop_check_holder{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.form_b_checkbox{
  margin-top: 10px;
}
.form_b_checkbox input,
.drop_check_holder input{
  background: #F2F2F2;
  color: #000;
  height: 18px;
  font-size: 18px;
  border-radius: 3px;
  width: 16px;
  padding: 2px 8px 2px 8px;
  border: 1px solid transparent;
  max-width: inherit;
  min-width: inherit;
}
.form_b_checkbox label,
.drop_check_holder label{
  cursor: pointer;
}
.to_login, .to_registration{
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  text-decoration: none;
}
.to_forget_pass {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #747474;
  text-decoration: none;
}
.social_auth_holder{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.social_auth_holder > div{
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}
.social_auth{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
}
.social_auth li{
  width: calc(100% / 2 - 10px);
}
.social_auth li a{
  width: 100%;
  background: #222;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  gap:10px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px 10px;
  border-radius: 3px;
}
.social_auth li a.fb_auth{
  background: #0E70EF;
}

.social_auth li a:hover{
  opacity: 0.7;
}


#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;
}
.one_click_thanks,
.thanks_text_registration_fb,
.thanks_text_registration_gp,
.thanks_text_review,
.thanks_text_forget,
.thanks_text_remove_account,
.thanks_text_registration,
.pwd_thanks_text,
.profile_thanks_text,
.thanks_text{
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin: 20px auto;
  display: none;
  background: #39a586;
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  border-radius: 3px;
}
.match_container {
  position: absolute;
  left: 0px;
  top: 40px;
  background-color: #fff;
  border: 1px solid #bb7ffd;
  overflow: hidden;
  width: 100%;
  z-index: 99999;
  display: none;
}
.search_container{
  display: block;
  overflow-y: auto;
  max-height: 650px;
  overflow-x: hidden;
}
.search_container ul li{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.search_container ul li a{
  display: flex;
  padding: 5px;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.search_container ul .match_product_img{
  position: relative;
  display: flex;
  width: 70px;
}
.search_container ul .match_product_img img{
  width: 100%;
  display: block;
}
.search_container ul .match_product_name{
  position: relative;
  display: inline-block;
  color: #333;
  line-height: 18px;
  font-size: 15px;
  letter-spacing: 0px;
}
.search_container ul li a:hover{
  background: #1FA484;
}
.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;
}


#product_view{
  display: none;
}
#min_order{
  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;
}
.min_order_info{

}
.min_order_info p{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  color: #000;
}
.min_order_info p span{
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  color: #dd217b;
}
.confirm_min_order{
  letter-spacing: normal;
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  background-color: #dd127b;
  color: #fff;
  border-radius: 5px;
  max-width: 200px;
  margin: 5px auto;
  display: block;
}
.confirm_min_order:hover{
  background-color: #bb7ffd;
  color: #fff;
  text-decoration: none;
}
#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 .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;
}
#alert_s,
#alert{
  background: #fff;
  display: flex;
  padding: 12px;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 500px;
  gap: 15px;
  z-index: 9999;
  border: 1px solid #A2A2A2;
  border-radius: 3px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 70%);
  transform: translate(550px, 0px);
  visibility: hidden;
}
#alert_s.active,
#alert.active{
  transform: none;
  visibility: visible;
  transition:1s;
}
#alert_s p,
#alert p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  width: calc(100% - 70px);
}
#alert_s .pop_close_alert,
#alert .pop_close_alert{
  width: 30px;
  height: 30px;
}

#callback{
  position: fixed;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  z-index: 26;
  text-align: center;
}
#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;
}



#promo_percent{
  font-size: 16px;
  display: flex;
  font-weight: 400;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#promo_percent span{
  background: #39a586;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

#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;
}


.sitemap{
  width: 100%
}
.sitemap ul > li{
  margin-left: 20px;
  position: relative;
}
.sitemap li:before{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: -12px;
  background: #1d1d1b;
  background-size: 100%;
  transition: 0.5s;
  border-radius: 50%;
}
.sitemap li:hover:before{
  left: -18px;
}
.sitemap a,
.sitemap span{
  color: #000000;
  text-decoration: none;
}
.sitemap a:hover{
  color: #1d1d1b;
}
.credit_result table {
    width: 100%;
    margin: 10px auto;
    text-align: left;
    text-transform: capitalize;
}
.credit_info{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 19px;
  line-height: 120%;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
flex-wrap:wrap;
}
.credit_instruction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}
.credit_info span{
  background: #1FA484;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  min-width: max-content;
}
.credit_result table tr {
    background: #fff;
}
.credit_result table tr td {
    border: 1px solid #ddd;
    padding: 10px 10px;
    text-transform: none;
}
.credit_result table tr th {
    border: 1px solid #ddd;
    padding: 10px 10px;
    font-weight: bold;
    text-transform: none;
}

.credit_parts .chosen-container .chosen-single > div{
  background: #fff;
  background-image: url(../img/drop_down.svg);
  background-size: 20px 20px;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}
.credit_parts .chosen-container .chosen-single{
  background:#fff!important;
}
.credit_parts > label{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.chosen-results .disabled-result{
  display:none!important;
}














.pop_credit_buy{
  display: none;
  position: fixed;
  top: 138px;
  width: 800px;
  margin-left: -400px;
  background: #fff;
  left: 50%;
  padding: 5px 20px;
  z-index: 333;
  text-align: center;
  border-radius: 8px;
}
.credit_block{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px; 
  flex-wrap: wrap;
}
.catalog_list_credit{
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: .3s;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  width: 48px;
  height: 48px;
  justify-content: center;
  position: relative;
}
.catalog_list_credit:hover .pop_credit_info{
  display:block;
}
.call_credit{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  max-width: 390px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  line-height: 20px;
  border-radius: 3px;
  gap: 10px;
  border: 1px solid #A2A2A2;
  margin-bottom: 15px;
}
.call_credit:hover{
  color: #1FA484;
}
.credit_text{
  font-size:16px;
}
.credit_text span{
  font-size:18px;
  font-weight:500;
}
.credit_icon_holder{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.credit_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  position: relative;
}
.credit_icon svg{
  max-width:100%;
}
.credit_icon span {
  position: absolute;
  right: -2px;
  bottom: -2px;
  font-weight: bold;
  font-size: 11px;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7c7c7;
}
.pop_credit_info {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 35;
  width: 280px;
  left: -130px;
  top: 30px;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 13px;
  color:#131313;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
}
.credit_pb_block:hover .pop_credit_info, .credit_in:hover .pop_credit_info, .credit_ot:hover .pop_credit_info, .credit_icon:hover .pop_credit_info {
  display: block;
}
.pop_credit_info .pop_close {
    display: none;
}
.pop_credit_info .credit_info_b {
  font-weight: bold;
  text-align: center;
  color: #131313;
  margin-bottom: 10px;
}
.pop_credit_info ul {
  margin-left: 18px;
}
.pop_credit_info ul li {
  list-style: numeric;
  font-size: 12px;
  color: #131313;
}
.pop_credit_info .credit_more {
  background: #000;
  color: #fff;
  text-align: center;
  width: 139px;
  display: block;
  text-decoration: none;
  padding: 5px 5px;
  font-weight: 600;
  margin: 0px auto;
  margin-top: 5px;
  border-radius: 5px;
}
.pop_credit_info .credit_more:hover {
  background: #20b2ff;
  color: #fff;
  text-decoration: none;
}

.credit_title{
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  line-height: 150%;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.credit_submit{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #1FA484;
  max-width: 390px;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  line-height: 20px;
  border-radius: 3px;
}
.credit_submit:hover{
    background: #5FBCA5;
    color: #fff;
}










@media (max-width: 1600px) {

}
@media (max-width: 1200px) {


}
@media (max-width: 992px) {
   
  .one_click_thanks,
  .thanks_text_registration_fb,
  .thanks_text_registration_gp,
  .thanks_text_review,
  .thanks_text_forget,
  .thanks_text_remove_account,
  .thanks_text_registration,
  .pwd_thanks_text,
  .profile_thanks_text,
  .thanks_text{
    font-size: 15px;
    line-height: 18px;
  }
  .fs_search .filter_row{
    width: 48%;
  }
  #one_click,
  #review_popup,
  #login,
  #success_view_wish,
  #success_adding_wish,
  #success_adding{
    padding: 20px 20px;
  }
  .pop_title_holder{
    margin-bottom: 15px;
  }
  .pop_title{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }
}
@media (max-width: 850px){

}
@media (max-width: 768px) {


  .pop_credit_info{
    left: auto;
    position: fixed;
    top: 30%;
    left: 50%;
    display: none;
    margin-left: -140px;
  }
  .pop_credit_info_all.active{
    display: block!important;
  }
  .call_one_click{
    font-size:13px;
  }
  .credit_block{
    margin-left: 0px;
    padding: 5px;
    width: 100%;
    gap:10px;
  }
  .credit_pp_icon{
    margin-right: 0px;  
    margin-left:0px;
  }
  .c_credit .c_credit_name{

    font-size: 14px;
  }
  .c_credit_price{
    font-size:16px;
  }
  .c_credit_price span{
    font-size:24px;
  }
  .c_credit {
    width: calc(100% - 80px);
  }

  .pop_credit_buy{
    width: calc(100% - 20px);
    left: 10px;
    margin-left: 0px;
    top:10px;
    max-height: calc(100% - 20px);
    overflow-y: auto;
  }
  .credit_submit{
    width:100%;
  }







  #alert_s,
  #alert{
    top: 25px;
    right: 5px;
    width: calc(100% - 10px);
  }
  #one_click{
    width: calc(100% - 30px);
    left: 15px;
    top: 15px;
    max-height: calc(100% - 30px);
    overflow-y:auto;
  }
  #review_popup{
    width: calc(100% - 30px);
    left: 15px;
    top: 15px;
    max-height: calc(100% - 30px);
    overflow-y:auto;
  }
  #login{
    width: calc(100% - 30px);
    left: 15px;
    top: 15px;
    max-height: calc(100% - 30px);
    overflow-y:auto;
  }
  #success_view_wish,
  #success_adding_wish, #success_adding{
    width: calc(100% - 30px);
    left: 15px;
  }
  #min_order{
    max-width: 300px;
    margin-left: -150px;
    padding: 15px 30px 15px 30px;
  }
  .fs_search .filter_row{
    width: 100%;
  }
}
@media (max-width: 580px){

}
@media (max-width: 500px){
  .registration_text{
    flex-direction: column;
    gap: 5px;
    margin: 10px 0px 0px 0px;
  }
}
@media (max-width: 400px){
  #order_info{
    padding: 5px;
    margin: -200px 0 0 -150px;
    width: 300px;
  }
}