.disnone{
  display: none;
}

.sitemap{
  max-width: 800px;
  margin: 0px 0px;
}
.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;
}

.content h1{
  width: 100%;
  float: left;
  font-weight: bold;
  line-height: normal;
  font-size: 26px;
  margin-bottom: 15px;
  position: relative;
  line-height: 42px;
}
.content h2{
  width: 100%;
  float: left;
  font-size: 24px;
  position: relative;
  line-height: 36px;
  font-weight:600;
}
.content h3{
  width: 100%;
  float: left;
  font-size: 20px;
  position: relative;
  line-height: 34px;
  font-weight:600;
}
.content h4{
  line-height: normal;
  font-size: 14px;
  position: relative;
}
.content h5{
  line-height: normal;
  font-size: 14px;
  position: relative;
}
.content a,
.content i,
.content strong,
.content b,
.content div,
.content span,
.content,
.content p{
  line-height: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
.content strong,
.content b{
  font-weight: bold;
}
.content i{
  font-style: italic;
}
.content a{
    color: #E61E29;
    display: contents;
    text-decoration: none;
}
.content a:hover{
    color: #1d1d1b;
    text-decoration: none;
}


.content table{
  width:100%!important;
  margin:0px;
  max-width: 100%;
}
.content table tr th{
  border: none;
  padding: 8px 10px;
}
.content table tr td{
  border:none;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
}


.content table tr{
  background: #ECECEC;
}
.content table tr:nth-child(even){
  background: #fff;
}
.content table tr th:nth-child(1),
.content table tr td:nth-child(1){
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.content table tr th:nth-child(2),
.content table tr td:nth-child(2){
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
}

.content img{
  max-width: 100%!important;
  height: auto;
}
.content h1{
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 10px;
}
.content ul{
  list-style: disc;
  margin-left: 20px;
}
.content ol{
  list-style: auto;
  margin-left: 20px;
}

.content ul li,
.content ol li{
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.price_range {
  position: relative;
  margin-top: 30px;
}
#review_popup{
  position: fixed;
  top: 138px;
  width: 460px;
  margin-left: -230px;
  background: #fff;
  left: 50%;
  padding: 10px 20px;
  z-index: 333;
  text-align: center;
  display: none;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}
#login{
  position: fixed;
  top: 138px;
  width: 460px;
  margin-left: -230px;
  background: #fff;
  left: 50%;
  padding: 20px;
  padding-top: 40px;
  z-index: 333;
  text-align: center;
  display: none;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}
#login .pop_close {
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
}
.form_header {
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #262626;
}
#login.active{
  display: block;
}
#callback .success_text{
  display: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: #E61E29;
  line-height: 20px;
  margin: 36px auto;
  font-weight: bold;
  font-size: 17px;
  padding: 20px 20px;
}
#login input{
  outline: none!important;
}
.main_form_item{
  width: 100%;
  float: none;
  max-width: 100%;
  margin: 10px auto 10px auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.main_link{
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #E61E29;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.main_link:hover{
  box-shadow: 0 0 0 1px #E61E29;
  background-color: #fff;
  color: #E61E29;
}
#login .popup_title{
  color: #333;
  font-size: 22px;
  margin: 5px auto;
}
#login .login_title{
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
#login .forms_but{
  margin-top: 10px;
}
#login .submit_but{
 border-radius: 0px;
 padding: 14px 30px;
 width: 415px;
 background: #262626;
 font-weight: 700;
 font-size: 14px;
 color: #fff;
}
#login .submit_but:hover {
  box-shadow: none;
  background-color: #E61E29;
}
.to_login, .to_registration, .to_forget_pass {
  padding: 8px 12px;
  margin: 0;
  margin-top: -5px;
  font-size: 14px;
  font-weight: 500;
  color: #747474;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
  border-bottom: 3px solid transparent;
}
.to_login.active, 
.to_registration.active, 
.to_forget_pass.active,
.to_login:hover, 
.to_registration:hover, 
.to_forget_pass:hover{
  color: #E61E29;
  background: none;
  border-bottom: 3px solid #E61E29;
  text-decoration: none;
}
.registration_gp_form .login_title,
.registration_vk_form .login_title,
.registration_fb_form .login_title,
.registration_ok_form .login_title{
  font-size: 18px;
}
.thanks_text_registration_gp,
.thanks_text_registration_ok,
.thanks_text_registration_fb,
.thanks_text_registration_vk{
  display: none;
  text-align: center;
  width: 100%;
  color: #1d1d1b;
  font-size: 18px;
}
.thanks_text_registration_gp p,
.thanks_text_registration_ok p,
.thanks_text_registration_fb p,
.thanks_text_registration_vk p{
  text-align: center;
  color: #1d1d1b;
  font-size: 18px;
}
.thanks_text_registration,
.thanks_text_forget{
  display: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: #E61E29;
  line-height: 20px;
  margin: 36px auto;
  font-weight: bold;
  font-size: 17px;
  padding: 20px 20px;
}
.thanks_text_registration p,
.thanks_text_forget p{
  margin: 0px;
}
.registration_form{display:none}
.forget_form{display:none}

#product_view{
	display: none;
}



#about,
#delivery,
#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;
}
#about .content,
#delivery .content,
#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 th,
#order_info thead tr td{
    font-size: 15px;
    color: #444;
}
#order_info tr th,
#order_info tr td{
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
}
#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;
}






#callback{
  background: #fff;
  display: none;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -250px;
  width: 500px;
  z-index: 127;
  text-align: center;

}
#success_adding_compare,
#success_adding_wish,
#success_adding{
  background: #fff;
  display: none;
  padding: 10px;
  position: fixed;
  top: 100px;
  right: 20px;
  width: 320px;
  z-index: 127;
  text-align: center;
  box-shadow:0px 0px 5px 3px rgba(0,0,0,0.3);
}
.popup_name,
#callback p,
#success_adding_compare p,
#success_adding_wish p,
#success_adding p{
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

#alert{
  background: #1d1d1b;
  display: none;
  padding: 15px 15px;
  position: fixed;
  top: 100px;
  right: 50px;
  max-width: 100%;
  z-index: 99999;
  text-align: left;
  opacity: 0.9;
}
#alert p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
#notify{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-top: -80px;
  margin-left: -250px;
  background: #fff;
  padding: 10px 15px;
  z-index: 999;
  text-align: center;
}
#notify .popup_title{
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
}
#notify .success_text{
  display: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: #E61E29;
  line-height: 20px;
  margin: 36px auto;
  font-weight: bold;
  font-size: 17px;
  padding: 20px 20px;
}
#notify .submit_notify{
  margin-top: 10px;
  font-size: 18px;
}



#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;
}
.pwd_thanks_text,
.profile_thanks_text,
.thanks_text{
  text-align: center;
  font-size: 20px;
  display: none;
  color: #1d1d1b;
  font-weight: 500;
  margin: 20px auto;
}

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





.match_container {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  border: 1px solid #dadada;
  overflow: hidden;
  width: 100%;
  z-index: 99999;
  display: none;
}
.search_container ul{
  padding: 5px 10px 5px 10px;
}
.search_container ul li{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  margin: 5px auto;
  padding: 5px;
}

.search_container ul li a{
  vertical-align: top;
  width: 100%;
  display: inline-block;
}
.search_container ul .match_product_img{
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  left: auto;
  text-align: left;
  width: 60px;
  margin-right: 10px;
}
.search_container ul .match_product_name{
    position: relative;
    display: inline-block;
    color: #333;
    right: auto;
    vertical-align: top;
    left: auto;
    top: auto;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    width: 180px;
    padding-top: 0px;
    max-height: 50px;
    overflow: hidden;
}


.search_container ul li:hover{
  background: #dadada;
}
#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: 10px;    
  background: #f1f1f1;
  color: #222222;
  padding: 10px;
  border-radius: 5px;
}
.product_to_reserv p,
.product_to_basket_fast p{
  color: #222222;
}

.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{
  display: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #00ad5d;
  padding: 5px;
}
.social_auth_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.gp_auth{  
  display: flex;
  width: auto;
  height: 36px;
  background: #f5f5f5;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 0px;
}
.gp_auth:hover{
  background: #E61E29;
  color: #fff;
  text-decoration: none;
}
.pop_close{
  position: absolute;
  top: 0 ;
  right: 0;
  background: #fff;
  font-size: 22px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
  transition:0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop_close:hover svg path{
  stroke: #E61E29;
}
.pop_close:hover{
  color: #E61E29; 
}
#overflow{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 106;
  overflow: auto;
  overflow-y: none;
  background: rgba(0, 0, 0, 0.55);
}

.cabinet_tabs .c_title{
  font-size: 22px;
  line-height: 42px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.cabinet_menu .cabinet_menu_link{
  font-size: 16px;
  color: #000000;
  border: 1px solid #efefef;
  vertical-align: top;
  width: 100%;
  line-height: 20px;
  height: 75px;
  padding: 25px 10px;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cabinet_menu .cabinet_menu_link::before{
  content: " ";
  display: inline-block;
  width: 3px;
  height: 75px;
  background:#E61E29;
  position: absolute;
  top: 0px;
  left: 0px;
  transition:0.5s;
}
.wish_in{
  padding-bottom:50px;
}
.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: #E61E29;
  color: #fff;
}
.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:#E61E29;
}
.cabinet_menu .cabinet_menu_link svg{
  margin-right: 15px;
  margin-left: 10px;
}
.cabinet_menu .cabinet_menu_link:focus svg path,
.cabinet_menu .cabinet_menu_link:active svg path,
.cabinet_menu .cabinet_menu_link:hover svg path,
.cabinet_menu .cabinet_menu_link.active svg path{
    stroke: #fff;
}

.cabinet_tab{
  display: none!important;
  overflow: hidden;    
  border-radius: 0px;
  border: 1px solid #E61E29;
  padding: 5px 10px;
}
.cabinet_tab.active{
  display: flex!important;
  flex-direction:column;
}

.c_tab_title{
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.personal_cabinet .c_title{
  font-size: 18px;
  margin: 15px auto;
  color: #E61E29;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.clr{
  display: block;
  width: 100%;
  clear: both;
}
.user_info_form{
  margin-bottom: 40px;
}

.order_block input[type="text"],
.order_block textarea,
.user_info_form textarea,
.user_info_form input[type="text"]{
    color: #444;
    background: #fff;
    border: 1px solid #222;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    border-radius: 0px;
    line-height: 32px;
    width: 100%;
    margin: 8px auto;
}
.order_block textarea,
.user_info_form textarea{
    color: #444;
    background: #fff;
    border: 1px solid #222;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    border-radius: 0px;
    width: 100%;
    margin: 8px auto;
}
.order_block input[type="text"]:focus,
.order_block textarea:focus,
.user_info_form textarea:focus,
.user_info_form input[type="text"]:focus{
  outline: none;
  border: 1px solid #d1d1d1;
  color: #000;
}

.user_info_form .input label{
  font-size: 14px;
  font-weight: normal;
  margin: 0px 0px 0px 3px;
  color: #222222;
  font-weight: 500;
}
.user_info_block{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.user_info_block p small{
  color: #1d1d1b;
}



.user_info_block [type="checkbox"]:not(:checked) + label:after,
.user_info_block [type="checkbox"]:checked + label:after{
  top:2px;
}

.favorite_btns,
.personal_btns{
  text-align: center;
  display: inline-block;
  clear: both;
  margin-top: 10px;
}
.favorite_btns .button_green,
.personal_btns .button_green{
    background: #1d1d1b;
    color: #fff;
    border: 1px solid #1d1d1b;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    border-radius: 12px;
    line-height: 32px;
    width: 200px;
    margin: 8px auto;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.favorite_btns .button_green:hover,
.personal_btns .button_green:hover{
    background: #fff;
    color: #1d1d1b;
    border: 1px solid #1d1d1b;
}
.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 #262626;
  border-bottom: 2px solid #262626;
  color:#515151;
  background: #fff;
  padding: 10px 10px;
}
.orders_history a{
  font-weight: bold;
  color: #222222;
}
.orders_history a:hover{
  color: #1d1d1b;
}
.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:#ECECEC;
  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;
  color: #000;
}
.confirm_delivery,
.confirm_pay{
  color: #000;
}
.confirm_info{
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.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: 5px;
  margin-bottom: 5px;
  padding: 20px;
    background: #f1f1f1;
    border-radius: 5px;
}
.order_block.active{
  box-shadow: 0px 0px 10px 1px #cecece;
}
.order_step{
  text-transform: uppercase;
  font-size: 16px;
  color: #E61E29;

}
.order_delivery_info p{
  color: #fff;
  font-size: 15px;
}
.order_block .input label{
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  display: block;
    
  margin: 0px 0px 0px 10px;
}
.order_user_info{
  margin-top: 20px;
}
.next_step{
  float: right;
}

.tab_delivery_courier,
.tab_delivery_shop,
.tab_delivery_newpost_courier,
.tab_delivery_newpost,
.tab_cash_pay,
.tab_card_pay,
.tab_regular_user,
.tab_new_user{
  display: none;
}

.tab_delivery_newpost_courier.active,
.tab_delivery_courier.active,
.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_newpost_courier,
.to_tab_delivery_courier,
.to_tab_delivery_shop,
.to_tab_delivery_newpost,
.to_tab_cash_pay,
.to_tab_sms_pay, 
.to_tab_card_pay,
.to_tab_regular_user,
.to_tab_new_user{
  display: block;
  width: 50%;
  font-size: 16px;
  float: left;
  padding: 11px 5px;
  color: #222;
  text-decoration: none;
  text-align: center;
  border: 3px solid transparent;
}



.to_tab_delivery_newpost_courier:active,
.to_tab_delivery_newpost_courier:focus,
.to_tab_delivery_newpost_courier.active,
.to_tab_delivery_newpost_courier:hover,
.to_tab_delivery_courier:active,
.to_tab_delivery_courier:focus,
.to_tab_delivery_courier.active,
.to_tab_delivery_courier:hover,
.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_sms_pay:active,
.to_tab_sms_pay.active,
.to_tab_sms_pay:focus,
.to_tab_sms_pay:hover,
.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: #E61E29;
  background: none;
  border-bottom: 3px solid #E61E29;
  text-decoration: none;
}
.order_delivery_info .input{
  margin-bottom: 12px;
}
.order_delivery_info .input label{
  margin-bottom: 5px;
}
.order_page{
  margin-top: 20px;
  margin-bottom: 50px;
}
.filters_cleaner{
  display: flex;
  width: calc(100% - 10px);
  margin: 0px auto;
  gap: 5px;
  flex-direction: row;
   flex-wrap: wrap;
}

.catalog_mark_list_item {
  margin-bottom: 5px;
  background: #FBFBFB;
  border: 1px solid rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  padding: 1px 30px 1px 10px;
}
.catalog_mark_list_item:not(:last-child) {
  margin-right: 5px;
}
.catalog_mark_list_item span {
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
  bottom: -1px;
  z-index: 2;
  background: url("../img/close.svg?v=1") center no-repeat;
  background-size: 12px 12px;
  background-color: #262626;
  border: 1px solid #262626;
  box-sizing: border-box;
  border-radius: 3px;
  width: 20px;
}
.js_reset_filters{
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border: 1px solid #262626;
  border-radius: 22px;
  background-color: #262626;
  color: #fff;
  justify-content: center;
  max-width: calc(100% - 30px);
  margin: 10px auto;
  width: 100%;
}
.js_reset_filters:hover{
  border: 1px solid #E61E29;
  background-color: #E61E29;
  color: #fff;
}
.js_reset_filters i{
  font-size: 12px;
  margin-top: -3px;
}
.filter_maintitle{
  width: 100%;
  float: left;
  
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.01em;
  color: #2A2828;
  display: block;
  justify-content: space-between;
  text-align: center;
}
.filter_row{ 
    margin: 0px 0px 10px 0px;
}
.row_checked{
}
.row{
  display: flex;
}
.filter_row .head{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #E61E29;
    text-decoration: none;
    font-style: normal;
    text-align: justify;
    letter-spacing: -0.01em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}
.filter_row .values_holder{
  padding: 0px;
  display: none;
}
.filter_row.opened .values_holder{
  display: block;
  position: relative;
}
.filter_row.filter_smalled .values_holder:after{
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 20px 20px #fff;
}
.filter_color{
  width: 20px;
  height: 20px;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
  border: 1px solid #ddd;
  /*
  display: block;
  display: none;
  */
}
.row_checked.color_checker [type="radio"]:not(:checked) + label:before, 
.row_checked.color_checker [type="radio"]:checked + label:before, 
.row_checked.color_checker [type="checkbox"]:not(:checked) + label:before, 
.row_checked.color_checker [type="checkbox"]:checked + label:before{
  display: none;
}
.row_checked.color_checker [type="radio"]:not(:checked) + label, 
.row_checked.color_checker [type="radio"]:checked + label, 
.row_checked.color_checker [type="checkbox"]:not(:checked) + label, 
.row_checked.color_checker [type="checkbox"]:checked + label{
  padding-left: 0px;
}
.row_checked.color_checker [type="radio"]:checked+label:after, 
.row_checked.color_checker [type="checkbox"]:checked+label:after{
  display: none;
}
.row_checked.color_checker [type="checkbox"]:checked+label .filter_color{
    border: 1px solid #0270bc;
}
.row_checked.color_checker .filter_color{
    margin: 2px;
    width: 28px;
    height: 28px;
}
.filter_range_color .values_holder{
  display: flex!important;
  flex-direction: row;
  flex-wrap: wrap;
}
.filter_range_color .values_holder .row_checked{
  display: flex;
}
/*
.filter_row.filter_range_color.filter_smalled .values_holder:after{
  display: none;
}
.filter_smalled.filter_range_color .remove_filter_smalled{
  display: none
}
.filter_smalled.filter_range_color .values_holder{
  overflow: visible;
  max-height: inherit;
}
*/
.filter_row .open_close{
  float: right;
  font-size: 20px;
  line-height: 14px;
  padding: 0px;
  margin: 0px 0px 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: #EDEDED;
    margin-bottom: 15px;
    border-radius: 5px;
}
.ui-slider-horizontal{
  height: 4px;
}
.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: -9.5px;
  margin-left: 0px;
}
.ui-slider-horizontal .ui-slider-handle:first-child{

  margin-left: 0px;
}
.ui-slider-horizontal .ui-slider-handle:last-child{
  margin-left: -18px;
}
.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 4px;
  background: #E61E29;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  border: none !important;
  border-radius: 50%!important;
  background: #E61E29!important;
  outline: none;
  margin-left: -10px;
}
.clear_filter{
  background: #fff;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  display: block;
  margin: 10px auto;
  max-width: 180px;
}
.clear_filter:hover{
  background: #1d1d1b;
  color: #fff;
}

.remove_filter_smalled{
  display: flex;
  padding: 7px 2px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  margin: 5px auto;
  justify-content: center;
}
.remove_filter_smalled:hover{
  color: #E61E29;
  text-decoration: none;
}

.m_filter_item_body.filter_smalled .m_filter_list,
.m_filter_item_body.filter_smalled .m_filter_item_list{
  max-height: 250px;
  overflow: hidden;
}

#sorting form{
  width: 100%;
}
#sorting form .chosen-container{
  max-width: 240px!important;
}



.m_card_wrap_body_right_size .product_select{
  display: block;
  width: 100%;
}
.m_card_wrap_body_right_size .product_select .size_values{
  display: block;
  width: 100%;
}
#callback .light_button{
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 18px;
    margin: 15px 5px;
    padding: 9px 10px;
    text-decoration: none;
    width: 47%;
    cursor: pointer;
    color: #fff;
    background-color: #262626;
    border-radius: 5px;
}
#success_adding_compare .light_button,
#success_adding .light_button,
#success_adding_wish .light_button,
.hide_adding{
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 18px;
    padding: 9px 10px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    color: #fff;
    background-color: #262626;
    border-radius: 5px;
}
#callback .light_button:hover,
#success_adding_compare .light_button:hover,
#success_adding .light_button:hover,
#success_adding_wish .light_button:hover,
.hide_adding:hover{
/*    box-shadow: 0 0 0 1px #E61E29;*/
    background-color: #E61E29;
}
#callback .pop_inner p,
#success_adding_compare .pop_inner p,
#success_adding_wish .pop_inner p,#success_adding .pop_inner p{
  margin-bottom: 20px;
}

.color_values{
  position: relative;
}
.color_values .vls{
  position: relative;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 10px;
}
.color_values a{
  vertical-align: top;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  margin: 3px;
  background: #fff;
  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%;
}
.color_values a p{
  color: #222222;
  padding: 0px;
  margin: 0px;
}
.color_values a p{
  color: #222222;
}
.color_values a:hover p{
  color: #1d1d1b;
}
.color_values .selector_title{
  width: 100%;
  float: left;
  max-width: 100%;
  padding-right: 10px;
  
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
} 
.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;
  font-size: 13px;
  color: #595959;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
}
.rating_recall {
    position: relative;
    float: left;
    height: 15px;
    margin: 3px 0 0 10px;
}.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;
}


.tpl_comment .rating_recall_stars{
    position: relative;
    display: inline-block;
    height: 15px;
    margin-top: 2px;
    margin-left: 30px;
}

.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;  
}





.preorder_pro{
  background: #ee4c59;
  font-size: 15px;
  color: #fff;
  float: left;
  padding: 5px 10px;
  margin: 5px 0px;
  display: flex;
  max-width: 160px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;

}
.basket_holder{
  color: #222222;
  border-radius: 5px;
  background: #f1f1f1;
  padding: 10px;
  margin: 20px auto;
  clear: both;
}
.basket_case{
  width: 100%;
  background: none;
  margin-top: 20px;
  color: #222222;
}
.basket_case tr{

}
.basket_case tr td{
  padding: 20px;
  vertical-align: top;
  text-align: center;
}
.basket_product_name{
  display: block;
  text-align: left;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
}
.basket_product_name:hover{
  color: #222;
}
.basket_product_info{
  display: block;
  text-align: left;
  color:#222;
  font-size: 11px;
}
.basket_page_sidebar_max_discount{
  color: #a5331a;
  font-size: 12px;
}
.basket_product_info span{
  color: #222;
  font-size: 11px;
}

.amount_few{
  text-align: center;
  display: block;
  font-size: 14px!important;
  font-weight: bold!important;
  margin-bottom: 0px!important;
}
.basket_page_sidebar_list_sum .cart_sum{
  color: #a5331a;
}
.price .amount_1{
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.basket_remove{
  color: #E61E29;
  background: transparent;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center;
  display: block;
  transition: 0.3s;
  margin: 0px auto;
  position: absolute;
  top: 10px;
  right: 10px;
}
.basket_remove:hover{
  color: #fff;
  background: #E61E29;
}


.cart_btn{
  position: relative;
  width: 50%;
  float: right;
  background: #ccc;
  color: #333;
  font-size: 12px;
  font-weight: normal;  
}
.basket_remove_text{
  display: none;
}
.btn_plus_expire,
.btn_plus{
  display: block;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  height: 28px;
  background: transparent;
  border-radius: 5px;
  color: #1d1d1b;
  font-weight: bold;
  transition:0.5s;
}
.btn_minus_expire,
.btn_minus{
  display: block;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  height: 28px;
  background: transparent;
  border-radius: 5px;
  color: #1d1d1b;
  font-weight: bold;
  transition:0.5s;
}
.plus-minus:hover{
  color: #fff;
  background: #1d1d1b;
}
.total_p_sum{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block;
}
.basket_case td:nth-child(1){
  width: 160px;
}
.basket_case tr{
}
.basket_case tr:last-child{
  border-bottom: 1px solid #f8f8f8;
}
.basket_result .tabs_holder{
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px;
}
.basket_input{
  margin: 10px auto;
}
.basket_input_title{
  color: #222222;
  font-size: 14px;
  float: left;
  width: 50%;
  font-weight: bold;
  display: block;
  
  margin: 0px 0px 0px 10px;
}
.order_pay_info p{
  color: #222222;
  font-size: 14px;
  margin-bottom: 15px;
}
.cart_total_cur,
.cart_total_all,
.cart_total_delivery,
.cart_total{
  color: #222222;
  font-size:20px;
  font-weight: bold;
}
.basket_title{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}
.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;
  border-radius: 5px;
  overflow: hidden;
}
.basket_case .cart-images img{
  width: 100%;
}
.total_cart_sum{
  float: right;
  color: #E61E29;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 10px auto;
}
.total_cart_sum_cur{
  float: right;
  color: #E61E29;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 5px 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;
}



.confirm_order {
  text-decoration: none;
}

.confirm_order:hover {
}




.order_details .chosen-container{
  width: 100%!important;
  outline: none;
  background: none;
  border: none;
  border-radius: 5px;
}
.order_details .chosen-container-single .chosen-single{
  line-height: 40px;
  height: 40px;
  outline: none;
  background: #fff;
  box-shadow: none;
  font-weight: normal;
  color: #222222;
  border-radius: 0px;
  border: 1px solid #222;
}
.order_details .chosen-container-single .chosen-single:hover{
    border: 1px solid #d1d1d1;

}
.order_details .chosen-container-single .chosen-search input[type=text]{
  color: #222222;
}
.order_block .chosen-container-single input[type="text"]:focus{
  color: #222222;
}

.order_details .chosen-container-active.chosen-with-drop .chosen-single{
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: none;
}
.order_details .chosen-container-single .chosen-single div{ 
  width: 40px;
  height: 40px;
}
.order_details .chosen-container-single .chosen-single span{
  margin-right: 0px;
}

.order_details .chosen-container-single .chosen-single div b{
  background-image: url(../img/std.svg?v=2)!important;
  background-size: 18px 18px!important;
  background-position: center center!important;
  transition: transform 0.5s;
}
.order_details .chosen-container.chosen-with-drop .chosen-drop{
    border: 0px;
    background: #fff;
    color: #222222;
    font-weight: normal;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
}
.order_details .chosen-container-single .chosen-drop,
.order_details .chosen-container .chosen-drop{
  border: 1px solid #E61E29;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


.order_details .chosen-container-single .chosen-single div,
.order_details .chosen-container-active.chosen-with-drop .chosen-single div{
  background: #fff;
}
.order_details .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);
}
.order_details .chosen-container .chosen-results li.highlighted{
  background: #E61E29;
  color: #fff;
}
.order_details .chosen-container .chosen-results{
  margin: 0px 0px 0px 0;
  padding: 0 0 0 0px;
  clear: both;
}
.order_details .chosen-container .chosen-results li{
  line-height: 22px;
}

/*
::-webkit-scrollbar { width: 0px; height: 3px;}
::-webkit-scrollbar-track {  background-color: #E61E29;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #E61E29; border-radius: 5px;}
*/

.tab_regular_user .next_step {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-weight: 600;
  font-size: 12px;
  color: #FFF;
  padding: 10px 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #E61E29;
  position: relative;
  cursor: pointer;
}

.tab_regular_user .next_step {
  background: rgba(230, 0, 0, 0.8);
}

.cssload-thecube {
    margin: 50px auto;
  width: 73px;
  height: 73px;
  margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  position: relative;
  transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 113, 188);
  animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  background-color: rgb(41, 171, 226);
  animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
  background-color: rgb(0, 113, 188);
  animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
  background-color: rgb(46, 49, 146);
  animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

.nw_block b,
.nw_block{
      text-wrap: nowrap;
}

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

.nf_img{
  width: 100%;
  margin: 20px auto;
}
.not_found{
  margin-top: 60px;
  text-align: center;
  padding-bottom: 50px;
}
.not_found h1{
  font-weight: bold;
  color: #E61E29;
  font-size: 120px;
}
.not_found div{
  font-size: 26px;
  color: #E61E29;

  line-height: 50px;
}
.ntf_back{
  position: relative;
  margin: 20px auto;
  border-radius: 10px;
}

.no_sizes{
  background: #be1311;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 10px 0px;
}
.no_products_find{
  font-size: 18px;
  text-align: center;
  background: #ECECEC;
  width: 100%!important;
  padding: 10px 10px;
}
.go_main_b{
  text-decoration: none;
  float: none;
  background: #E61E29;
  color: #fff;
  padding: 10px 25px;
  margin: 20px auto;
  display: inline-block;
  transition: 0.5s;
}
.go_main_b:hover{
  opacity: 0.7;
}
.order_f_l{
  display: none;
}

.tpl_map_nav{

}
.tpl_map_nav_c{
  display: none;
  background: #f8f8f8;
  padding: 10px 25px;
  line-height: 30px;
  color: #777;
}
.tpl_map_nav.active .tpl_map_nav_c{
  display: block;
}
.tpl_map_nav_h{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 10px 5px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.tpl_map_nav_h i{
  color: #000;
  font-size: 24px;
  min-width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}
.tpl_map_nav.active .tpl_map_nav_h{
  background: #1d1d1b;
  color: #fff;
}
.tpl_map_nav_h span{
  font-size: 15px;
  font-weight: 600;
  padding-right: 30px;
  line-height: 35px;
  padding-left: 20px;
}
.tpl_map_nav:hover{
  background: #fbfbfb;
}
.map iframe{
  display: block;
  width: 100%!important;
  height: 100%!important;
  min-height: 450px!important;
}
.map.active{
  display: block;
}
.helper_block{
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 40px;
  bottom: 100px;
  transition: 0.3s;
  z-index: 5;
}
.helper_block .helper_close{
  display: none;
  background: #5f5f5f;
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  transition:0.5s;
}
.helper_block .helper_close svg{
  width: 100%;
  max-width: 20px;
  margin: 0px auto;
  display: block;
}
.helper_block .helper_close svg path{
  fill:#fff;
}
.helper_block .helper_buttons{
  display: none;
  transition:0.5s;
}
.helper_block .helper_buttons > div > a{
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.helper_block .helper_buttons > div > a > .icon{
  width: 50px;
  height: 50px;
  background: #5f5f5f;
  border-radius: 50%;
  padding: 10px;
  transition:0.5s;
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.helper_block .helper_buttons > div > a:hover > .icon{
  transform:scale(1.1);
}
.helper_block .helper_buttons > div > a > .icon svg{

  width: 100%;
  max-width: 25px;
  margin: 0px auto;
  display: block;
}

.helper_block .helper_buttons > div > a > .icon svg path{
  fill:#fff;
}
.helper_block .helper_buttons > div > a > .text{
  display: block;
  opacity: 0;
  visibility: none;
  position: absolute;
  top: 5px;
  left: -160px;
  text-align: center;
  width: 150px;
  background: #fff!important;
  border: 1px solid #e1e5eb!important;
  color: #000!important;
  padding: .5em 1em!important;
  white-space: nowrap!important;
  border-radius: .5em!important;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.13)!important;
  transition:1s;
}
.helper_block .helper_buttons > div > a:hover > .text{
  display: block;
  visibility: visible;
  opacity: 1;
}
.helper_block .helper_show{
  background: #5f5f5f;
  border-radius: 50%;
  padding: 10px;
  transition:0.5s;
  width: 50px;
  height: 50px;
}
.helper_block .helper_show svg path{
  fill:#fff;
}
.helper_block:hover .helper_show{
  display: none;
}
.helper_block:hover .helper_close{
  display: none;
}
.helper_block:hover{
  height: 180px;
}
.helper_block:hover .helper_buttons{
  display: block;
}
.pwd_form,
.profile_form{
  padding-bottom: 15px;
}
.p_empty{
  font-size: 22px!important;
  text-align: center;
  width: 100%;
  margin-bottom: 0px!important;
}


.b_by_letter_holder .page_title {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: left;
}
.letters{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.letters a{
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 5px;
}
.letters a:hover{
  background: #E61E29;
  color: #fff;
}
.letters_holder{
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.letters_holder span{
  margin-right: 15px;
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 5px;
}

.preload_h{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.front_article_list {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.front_article_list li {
  width: calc(50% - 30px);
  margin: 0px 15px 20px 15px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.front_article_list li img {
  display: flex;
}
.front_article_list li:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34.25%, rgba(0, 0, 0, 0.71) 100%);
  z-index: 1;
}
.front_article_list_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.front_article_list_info span {
  display: flex;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.front_article_list_info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  transition: .3s;
}
.front_article_list_info a:hover {
  color: #E61E29;
}
.front_article_list_info a:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.front_article_list_info a:after {
  width: 40px;
  height: 20px;
  content: "";
  margin-left: 10px;
  background: url("../img/arrow_right_white.svg") center no-repeat;
  background-size: contain;
}
.contacts_page_top {
    display: flex;
    flex-wrap: wrap;
}
.contacts_page_top_item {
    width: 50%;
    margin-bottom: 70px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}
.contacts_page_top_item a {
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}
.contacts_page{
  margin-top:20px;
  margin-bottom:30px;
}
.contacts_page_top_item a:hover{
  color: #E61E29;
}
.contacts_page_top_item a:not(:last-child) {
    margin-bottom: 20px;
}
.contacts_page_top_item .socials li {
    margin: 5px;
}
.contacts_page_top_item .socials {
    display: flex;
    flex-direction: row;
}
.contacts_page_top_item .socials li a:hover{
  opacity:0.7;
}
.contacts_page_top_item p {
    display: flex;
    font-size: 18px;
    min-height: 32px;
    align-items: center;
    line-height: 24px;
}
.contacts_page_map_wrap {
    border-radius: 5px;
    border: 1px solid rgba(51,51,51,.2);
    overflow: hidden;
    display: flex;
}
.contacts_page_map_info {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
}
.contacts_page_map {
    flex: 1;
}
.map {
    height: 100%;
    min-height: 450px;
    display: none;
}
.active_map {
    display: flex;
}
.contacts_page_map_info li {
    width: 100%;
    padding: 20px 30px;
    transition: .3s;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    color: #000;
}
.contacts_page_map_info li.active_map_link {
    background: #E61E29;
    color: #fff;
}
.contacts_page_map_info li p {
    width: 100%;
}
.contacts_page_map_info li a {
    color: #E61E29;
    text-decoration: none;
}
.product_color, .product_weight {
    display: flex;
    margin-bottom: 5px;
    font-size:15px;
}
.product_color_radio, .product_weight_radio {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.product_color span, .product_weight span {
    margin-left: 10px;
    font-weight: 600;
}
.product_color_radio_item, .product_weight_radio_item {
    margin-bottom: 10px;
    position: relative;
    display: inline-flex;
}
.product_color_radio_item:not(:last-child), .product_weight_radio_item:not(:last-child) {
    margin-right: 10px;
}
.product_color_radio_item input, .product_weight_radio_item input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.product_color_radio_item label, .product_weight_radio_item label {
    padding: 5px 10px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid #f8f8f8;
    transition: .3s;
    font-size:16px;
}
.product_color_radio_item label:hover, .product_weight_radio_item label:hover{
    border: 2px solid #E61E29;
}
.product_color_radio_item input:checked + label, .product_weight_radio_item input:checked + label {
    background: #E61E29;
    color: #fff;
    border-color: #E61E29;
}
/*
.product_color_radio_item.color_disabled label, .product_weight_radio_item.size_disabled label {
    opacity: 0.45;
}
*/

.min_order_text{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  padding: 15px 15px;
  border-radius: 15px;
}
.min_order_text span{
    font-size: 18px;
    background: #E61E29;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.account_subsection {
    margin: 30px 0;
    padding: 30px;
    border-radius: 0px;
    border: 1px solid #E61E29;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.account_subsection .subsection_name{
    font-size: 20px;
    margin-bottom: 20px;
    transition-duration: .3s;
}
.order_summary {
    flex: 2;
    margin-left: 20px;
}
.order_details {
    flex: 3;
}
.cart_section_wrapper{
    display: flex;
}
.cart_section_wrapper .account_subsection .subsection_name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.account_subsection .subsection_name.collapsed, .catalog_section .catalog_filter .filter_item_head.collapsed {
    margin-bottom: 0;
}
.already_reg {
    display: block;
    font-size: 17px;
    border-radius: 5px;
    background: #F8F8F8;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.already_reg a {
    font-weight: bold;
    text-decoration: none;
    color: #E61E29;
}
.already_reg a:hover {
    text-decoration: underline;
}
.account_subsection .form_inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    flex-direction: column;
    align-items: start;
}
.account_subsection .form_inputs.form_inputs_row{
  flex-direction: row;
}
.cart_section_wrapper .buyer_form {
    flex-direction: row;
}
.account_subsection .input_wrap {
    display: flex;
    flex-direction: column;
    width: 255px;
}
.cart_section_wrapper .account_subsection .input_wrap {
    width: calc(50% - 20px);
}
.account_subsection .input_wrap span {
    font-size: 14px;
    margin-bottom: 12px;
}
span.collapse {
    cursor: pointer;
}
.collapse svg {
    transition-duration: .3s;
}
.collapsed .collapse svg {
    transform: rotate(180deg);
}
.cart_product_list {
    padding-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
}
.pricing_section {
  margin-top:10px;
  font-size: 16px;
}
.order_history_list .pricing_row, .order_summary .pricing_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.cart_product_list li {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.cart_product_list li:last-child {
    margin-bottom: 0;
}
.cart_product_list li .product_image_wrap {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.cart_product_list li .product_image_wrap img {
    max-height: 100%;
    max-width: 100%;
}
.cart_product_list .product_options .reduced {
    color: #797979;
}
.b_price_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: auto;
}
.cart_product_list .product_info_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #252525;
    padding-bottom: 10px;
}
.cart_product_list .product_name {
    font-size: 16px;
    margin: 0 23px 15px 0;
}
.cart_product_list .product_options {
    display: flex;
    flex-direction: column;
}
.cart_product_list .pricing_wrap {
    display: flex;
    margin-top: 0px;
    justify-content: space-between;
    align-items: center;
}
.cart_product_list .delete_product {
    position: absolute;
    top: 0;
    right: 0;
}
.cart_product_list .delete_product:hover svg path{
  stroke:#E61E29;
}
.cart_product_list .cart_quantity{
  width: 40px;
  height: 25px;
  border: none!important;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0px;
  text-align: center;
}
.cart_product_list .pricing_wrap .quantity_counter {
  display: flex;
  align-items: center;
}
.basket_page_list_info_price_old {
    text-decoration: line-through;
}
.cart_product_list .pricing_wrap a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    transition-duration: .3s;
    cursor: default;
}
.cart_product_list .pricing_wrap a.active {
    border-color: #E61E29;
    cursor: pointer;
}
.cart_product_list .pricing_wrap a:hover {
    background: #E61E29;
    color: #fff;
    cursor: pointer;
}
.cart_product_list .pricing_wrap a:hover svg path{
  stroke: #fff;
}
.order_summary .pricing_row {
    margin-bottom: 15px;
}
.req_text {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    font-size: 14px;
}
::-webkit-scrollbar-track-piece {
    background-color: #EFEFEF;
}
::-webkit-scrollbar-track {
    background-color: #E61E29;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #E61E29;
    border-radius: 5px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

.ac_city{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.ac_depart{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;

}
.ac_depart.ac_filed:after,
.ac_city.ac_filed:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f8f8f8;
  border-radius: 50%;
  background-image: url(../img/checkbox_tick_n.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}
.ac_depart_result,
.ac_city_result{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  background: #fff;
  z-index: 2;
}
.ac_depart_result ul,
.ac_city_result ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 0px;
  border-radius: 8px;
  border: 1px solid #C1C1C1;
  max-height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ac_depart_result ul li,
.ac_city_result ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ac_depart_result ul li a,
.ac_city_result ul li a{
  display: flex;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #000;
}
.ac_depart_result ul li a:hover,
.ac_city_result ul li a:hover{
  color: #fff;
  background-color: #E61E29;
}

.order_form_top_deliv{
  display: none;
}
.order_form_top_deliv.active{
  display: flex;
  flex-direction: column;
  width:100%;
}
.form_section.radio_section{
  display: flex;
  flex-direction: column;
    width: 100%;
}

.form_section > span {
    font-size: 16px;
    margin-bottom: 15px;
}
.radio_section input {
    display: none;
}
.radio_section label {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    transition-duration: .3s;
}
.radio_section label:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    left: 0;
    top: calc(50% - 8px);
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    transition-duration: .3s;
}
.radio_section input:checked+label {
    color: #E61E29;
}
.radio_section input:checked+label:after {
    background-color: #E61E29;
    border-color: #E61E29;
}
.radio_section input:checked+label {
    color: #E61E29;
}

.catalog_compare_table{
  display: block;
  width: 100%;
  overflow-x:auto;
  overflow-y:hidden;
  margin-bottom: 50px;
}
.catalog_compare_table::-webkit-scrollbar{
  height: 10px;
}
.page_section_compare > .section_title{
  background: #262626;
  padding: 5px 10px;
  color: #fff;
}
.catalog_compare_table table{
  width: 100%;
  min-width: 800px;
}
.catalog_compare_table td{
  text-align: left;
  padding: 10px 8px;
  border: 1px solid #eee;
  background:#fff;
}
.catalog_compare_table tr:nth-child(odd) th,
.catalog_compare_table tr:nth-child(odd) td{
  background: #f3f3f3;
}
.catalog_compare_table tr:hover th,
.catalog_compare_table tr:hover td{
  background: #e7e7e7;
}
.catalog_compare_table th{
  text-align: left;
  font-weight: bold;
  padding: 10px 8px;
  border: 1px solid #eee;

}
.catalog_compare_table .product_wrap{
  max-width:280px;
  min-width: 192px;
}

.compare_holder .catalog_list_compare, 
.compare_holder .catalog_list_like{
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 8;
  background: transparent;
}
.input_wrapper span, .main_form_item label, .main_form_item span {
    font-size: 14px;
    margin-bottom: 5px;
}
.input_wrapper input, .input_wrapper textarea, .main_form_item input, .input_wrap textarea, .input_wrap input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  outline: none;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
  color: #404040;
  border-radius: 0px;
  border: 1px solid #222;
  padding: 5px 10px;
}
.input_wrap textarea:focus, .input_wrap input:focus {
    border: 1px solid #d1d1d1;
}
.registration_gp_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 5px;
  padding: 20px 20px;
  margin: 10px auto;
}
@media (max-width: 1600px) {

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

}
@media (max-width: 992px) {
  .order_summary_mob .des_submit_holder {
    padding: 10px;
    border: 1px solid #E61E29;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 15px;
}
  .min_order_text{
    font-size: 14px;
    padding: 10px 0px;
  }
  .min_order_text span{
    padding: 5px 5px;
    font-size: 14px;
  }
  .account_subsection{
    margin: 20px 0;
    padding: 10px;
  }
  .account_subsection .input_wrap, .account_subsection .form_inputs button, #submit_order, .cart_section_wrapper .account_subsection .input_wrap {
    width: 100%;
  }
  .order_summary{
    margin-left: 0;
  }
  .cart_section_wrapper {
    flex-direction: column-reverse;
  }
  .contacts_page_map_info{
    max-width: 100%;
  }
  .contacts_page_top_item{
    width: 100%;
  }
  .contacts_page_map_wrap{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .letters_holder{
    display: flex;
    flex-direction: column;
  }
  .letters_holder span{
    font-size: 24px;
  }
  .letters a{
    font-size: 24px;
  }
  .helper_block{
    right: 10px;
    bottom: 65px;
  }
  .helper_block:hover .helper_buttons{
    display: none;
  }
  .helper_block.active .helper_buttons{
    display: block;
  }
  .helper_block.active .helper_close{
    display: block;
  }
  .helper_block:hover .helper_show{
    display: block;
  }
  .helper_block.active .helper_show{
    display: none;
  }
  .helper_block:hover{
    height: 50px;
  }
  .helper_block.active{
    height: 230px!important;
  }
  .not_found {
    margin-top: 0px;
  }
  .fs_search .filter_row{
    width: 48%;
  }
  .cabinet_tab .cabinet_menu_link{
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    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:#E61E29;
    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: #E61E29;
    color: #fff;
  }
  .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:#E61E29;
  }


  .cabinet_tab svg{
    margin-right: 15px;
    margin-left: 10px;
  }
  .cabinet_tab:focus svg path,
  .cabinet_tab:active svg path,
  .cabinet_tab:hover svg path,
  .cabinet_tab.active svg path{
      stroke: #fff;
  }


  .cabinet_tab{
    padding: 0px;
    border-radius: 0px;
    display: block!important;
  }
  .cabinet_tab .inner_tab_content{
    padding: 5px 10px; 
    display: none;
  }
  .cabinet_tab.active .inner_tab_content{
    display: block;
  }
  .cabinet_mobile_menu{
    display: block;
  }
  .pwd_form .row,
  .profile_form .row{
    flex-direction: column;
  }
}
@media (max-width: 850px){

}
@media (max-width: 768px) {
  .social_auth_holder{
    flex-direction:column;
    gap:5px;
  }
  #login .submit_but{
    width:100%;
  }
  .confirm_info{
    flex-direction:column;
  }
  .front_article_list li {
    width: calc(100% - 30px);
  }
  .front_article_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  #notify{
    top: 20%;
    left: 50%;
    width: 300px;
    margin-top: 0px;
    margin-left: -150px;
  }
  .pop_close{
    right: 0px;
  }
  .map_holder_left{
    width: 100%;
  }
  .map_nav{
    min-height: auto;
    height: auto;
  }
  .map_holder_right{
    width: 100%;
  }
  #alert{
    right: 12px;
  }
  .to_login, .to_registration, .to_forget_pass{
    padding: 5px 3px;
    font-size: 14px;
  }
  .pop_close{
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  #login{
    top: 90px;
    width: calc(100% - 10px);
    margin-left: 5px;
    left: 0px;
  }
  .preorder_pro{
    font-size: 11px;
  }
  #about,
  #delivery,
  #sizetable{
    width: 100%;
    margin-left: 0px;
    left: 0px;
    top: 10%;
    margin-top: 0px;
  }
  #callback,
  #success_adding_compare .light_button,
  #success_adding .light_button, #success_adding_wish .light_button, .hide_adding{
    margin: 5px 5px;
    width: 100%;
  }
  #callback{
    width: 300px;
    margin: -150px 0px 0px -150px;
  }
  #success_adding_compare,  #success_adding_wish, #success_adding{
    max-width:calc(100% - 10px);
    width:100%;
    right:5px;
    top: 5px;
  }
  .match_container{
    width: 100%;
  }
  .fs_search .filter_row{
    width: 100%;
  }
  .order_page .basket_case{

  }
  .order_page .basket_case tr td{
    padding: 10px 10px;
  }
  .basket_case tr{
    border-bottom: 1px solid #d7d7d7;
  }
  .basket_case tr td{
    padding: 3px;
  }
  #order_info{
    padding: 5px;
    width: calc(100% - 10px);
    margin: 0px;
    left: 5px;
    top: 50px;
  }
}
@media (max-width: 580px){
  .basket_case tr{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    flex-direction: column;
  }
  .basket_product_info, .basket_product_name{
    line-height: 20px;
  }

  .basket_case tr td.td_6{
    text-align: center;
    width: 100%;
  }
  .basket_remove{
    width: 38px;
    height: 38px;
    margin: 0px auto;
  }
  .basket_remove i{
    display: inline-block;
  }
  .basket_remove_text{
    display: inline-block;
  }
  .basket_case td:nth-child(1){
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .basket_case td:nth-child(2),
  .basket_case td:nth-child(3),
  .basket_case td:nth-child(4),
  .basket_case td:nth-child(5){
    width: 50%;
    margin-left: 50%;
  }
  .td_3 .b_title,
  .td_4 .b_title,
  .td_5 .b_title{
    display: block;
    vertical-align: top;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
  }
  .amount_few{
    text-align: left;
  }
  .price .amount_1{
    text-align: left;
  }
  .total_p_sum{
    text-align: left;
    font-size: 16px;
  }
  .btn_minus_expire,
  .btn_minus{
    border-right: 1px solid #ddd;
    height: 30px;
    width: 30px;
  }
  .btn_plus_expire,
  .btn_plus{
    border-left: 1px solid #ddd;
    height: 30px;
    width: 30px;
  }
  .basket_case td:nth-child(3){
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .basket_case td:nth-child(4){
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .to_tab_delivery_courier, .to_tab_delivery_shop, .to_tab_delivery_newpost, .to_tab_delivery_newpost_courier, .to_tab_cash_pay, .to_tab_sms_pay, .to_tab_card_pay, .to_tab_regular_user, .to_tab_new_user{
    font-size: 15px;
  }
  .order_block,
  .order_page .container{
    padding: 5px;
  }
  .b_title{
    display: none;
    vertical-align: top;
    width: 50%;
    float: left;
    text-align: left;
  }
  .p_h_title{
    display: inline-block;
  }
  .orders_history tbody tr{
    border-bottom: 2px solid #1d1d1b;
  }
  .orders_history tbody tr:last-child{
    border: none;
  }
  .orders_history thead{
    display: none;
  }
  .basket_case .cart-images{
    width: 100%;
    border: none;
    margin: 40px auto;
  }
  .basket_product_name_holder{
    display: inline-block;
    width: 100%;
  }
  .basket_case tr{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .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: 49%;
    display: inline-block;
    text-align: left;
    overflow: hidden;
  }
  .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 #1d1d1b;    
  }
  .order_confirm tbody tr:nth-child(even){
    border-bottom:1px solid #1d1d1b;
  }
  .order_confirm tbody tr td{
    text-align: left;
    display: block;
    width: 100%!important;  
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 15px;
  }
  .order_confirm tbody tr:first-child{
    display: none;
  }
   .order_page .basket_case{

  }
  .order_page .basket_case tr td{
    padding: 3px 3px;
  }
  .basket_case tr{
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .basket_case tr td{
    padding: 3px;
  }
}
@media (max-width: 500px){

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

}

@media (max-width: 374px){
  .search_container ul li{
    padding: 0px;
  }
  .search_container ul .match_product_name{
      font-size: 12px;
      width: 145px;
  }
}
