a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
.cart_js,
.wish{
  display:none!important;
}
html{
  scrollbar-gutter: stable;
}
main{
  flex-direction:column;
  width:100%;
  display:flex;
  flex:1;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition-duration: .3s;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
  border-radius: 0;
}
* {
  box-sizing: border-box;
}
svg path {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: initial;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.image_wrapper img {
  max-width: 100%;
  max-height: 100%;
}
nav {
  list-style: none;
}
body {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  width: 100%;
  background-color: #ffffff;
}
.body--active {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow: hidden;
} 
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 16px;
  margin: 0 auto;
}
.front_slider_section .container {
  padding: 0;
}
#shader,
.shader_copy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
}
header {
  position: relative;
  background-color: #000;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height:60px;
  align-items: center;
  justify-content: center;
}
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
header .logo {
  display: flex;
}
#cart .header_menu,
.header_wrapper .header_menu {
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  justify-content: flex-end;
}
.header_wrapper.header_wrapper_checkout .header_menu{
  width:max-content;
}
.header_wrapper .logo{
  max-width:162px;
  width:100%;
}
.header_wrapper.header_wrapper_checkout .logo{
  max-width:max-content;
}
.header_wrapper_checkout.header_wrapper .header_menu{
  min-width:140px;
}
.header_wrapper .logo img{
  width:100%;
}
.checkout_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap:8px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.checkout_nav li{
  display:flex;
  flex-direction:column;
}
.checkout_nav li.chsep{

}
.checkout_nav li a{
  font-size: 14px;
  line-height: 150%;
  color: #555555;
  pointer-events: none;
}
.checkout_nav li a:hover{
  text-decoration:underline;
}
.checkout_nav li a.active{
  color: #000;
  pointer-events: auto;
}
.checkout_nav li.chsep span{
  width: 32px;
  display: block;
  height: 0.5px;
  background: #555555;
}
.info_navigation > ul{
  display:none;
  position: absolute;
  top: 60px;
  left: 0px;
  min-width:165px;
  z-index: 20;
  background: #fff;
  padding-bottom: 24px;
  padding-top: 24px;
}
.info_navigation:hover > ul{
  display:flex;
  flex-direction:column;
}
.header_wrapper .header_menu > li{
  padding: 0px 0px;
  position: relative;
}
.info_navigation{
  position:relative;
}
.header_wrapper .header_menu #mobile_search_open,
.info_navigation > a{
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 150%;
}
.info_navigation > a:hover{
  font-weight: 500;
}
.info_navigation > ul li span,
.info_navigation > ul li a{
  width: 100%;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 8px 0px 8px 0px;
  color: #1A1A1A;
}
.info_navigation > ul li.active a,
.info_navigation > ul li a:hover,
.info_navigation > ul li span{
  text-decoration:underline;
  font-weight:500;
}
.header_wrapper nav{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.header_nav_b{
  display:none;
  position:absolute;
  top:60px;
  width:100%;
  min-height:400px;
  background:#fff;
  z-index: 11;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
  left: 0px;
}
.header_wrapper.nav_open .header_nav_b{
  display:flex;
}
.header_wrapper nav > ul {
  display: flex;
  align-items: center;
  gap: 0px;
}
.header_wrapper nav > ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-wrap-mode: nowrap;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.header_wrapper nav > ul > li > a:hover,
.header_wrapper nav > ul > li.active > a{
  background: #FFFFFF1A;
  border-bottom: 3px solid #FFFFFF4D;
}
.header_wrapper nav > ul > li > a .open_m{
  display:none;
}
.header_wrapper > nav > ul .info_navigation,
.header_wrapper > nav > ul .catalog_column_s,
.header_wrapper > nav > ul .catalog_column{
  position:relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_wrapper > nav > ul .catalog_column_b{
  position:inherit;
}
.header_wrapper > nav > ul .catalog_column .column_b {
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 20;
  background: #fff;
  flex-direction: row;
  display: none;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
.header_wrapper > nav > ul .catalog_column .column_b .category_all{
  display:none;
}
.header_wrapper > nav > ul .catalog_column .column_b > ul{
  position: relative;
  top: auto;
  left: auto;
  z-index: 20;
  min-width: auto;
  background: #fff;
  padding: 40px 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.header_wrapper > nav > ul .catalog_column:hover .column_b{
  display:flex;
}
.header_wrapper > nav > ul .catalog_column > ul{
  display:none;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 20;
  min-width:200px;
  background: #fff;
  padding-bottom:40px;
  padding-top: 40px;
}
.header_wrapper > nav > ul .catalog_column:hover > ul{
  display: flex;
  flex-direction: column;
}
header.search_active .header_menu a.complex_link,
header.search_active .header_wrapper .info_navigation,
header.search_active nav{
  pointer-events:none;
}
.header_wrapper > nav > ul .catalog_column ul li a{
  width: 100%;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: flex-start;
  justify-content: center;  
  flex-direction: column;
  min-height: 32px;
  padding: 5px 0px 5px 0px;
  сolor: #1A1A1A;
}
.header_wrapper > nav > ul .catalog_column ul li.active > a,
.header_wrapper > nav > ul .catalog_column ul li a:hover{
  font-weight:500;
  text-decoration:underline;
}
.collection_column{
  display: flex;
  flex-direction: column;
  background: #fafafa;
  padding:40px 40px;
}
.collection_column > a{
  color:#000;
  font-weight:700;
  font-size:14px;
  text-transform:uppercase;
  line-height:150%;
  padding: 8px 0px 8px 0px;
}
.header_wrapper > nav > ul .collection_column ul li a{
  white-space: nowrap;
}
.collection_column > a:hover{
  opacity:0.7;
}
.header_wrapper > nav > ul .catalog_column ul li a.category_all{
  text-decoration:underline;
}
.header_wrapper > nav > ul .catalog_column .column_b > ul > li > a{
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #000;
}
.header_wrapper > nav > ul .catalog_column .column_b > .collection_column > a .open_m,
.header_wrapper > nav > ul .catalog_column .column_b > ul > li > a .open_m{
  display:none;
}
.header_wrapper > nav > ul .catalog_column_s.sale_column > a,
.header_wrapper > nav > ul .catalog_column.sale_column > a{
  color: #af0000!important;
}
.header_wrapper .catalog_link {
  display: flex;
  align-items: center;
  gap: 7px;
}
.search_page_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  position:relative;
}
.search_page_pre{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60px;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #666666;
  z-index: 1;
  overflow:hidden;
}
.search_page_in{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 0px;
  max-width: 600px;
  margin: 0px auto;
}
.search_page_in input{
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 13px 15px 13px 65px;
  max-width: 100%;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  background: #FAFAFA;
}
.search_box{
  font-size: 12px;
  line-height: 150%;
  color: #666666;
}
.search_page_in button{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.search_page_in button:hover {
  background: #000;
}
.search_page_in button:hover svg path{
  fill: #fff;
}
.search_box_in{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  height: 100%; 
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0px auto;
}
.h_search_form {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  width: 140px;
  z-index: 12;
  flex-direction: column;
}
.search_box_popular{
  display: none;
  gap: 8px;
  position: absolute;
  top: 32px;
  left: 0px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 24px 16px;
  width: 100%;
  border-top: 0.5px solid #999999;
}
.h_search_form.h_search_focused .search_box_i button svg path{
  fill: #000;
}
.h_search_back{
  display:none;
}
.h_search_back.active{
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.4);
  z-index: 10;
  width: 100%;
  height: 100%;
}
.h_search_form.h_search_focused .search_box_popular{
  display: flex;
  flex-direction: column;
}
.search_box_popular li.search_box_popular_title{
  color:#666666;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
}
.search_box_popular li{
  display: flex;
  flex-direction: column;
  padding: 3px 0px;
}
.search_box_popular li a{
  color: #000000;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
}
.search_box_popular li a:hover{
  font-weight:600;
  text-decoration:underline;
}
.search_box_i{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.h_search_form input {
  border: none;
  width: 100%;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
  background: rgb(102 102 102 / 50%);
  color: #fff;
  padding: 5.5px 46px 5.5px 16px;
  border-radius: 20px;
}
.h_search_form input::placeholder {
  color: #fff;
}
.h_search_form .search_box_i button{
  display: flex;
  position: absolute;
  top: 0px;
  right: 16px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
.h_search_form .search_box_i button:hover{
  opacity:0.5;
}
.h_search_form.h_search_focused{
  width:360px;
}
.h_search_form.h_search_focused input{
  background:#fff;
  color: #000;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.h_search_form.h_search_focused input::placeholder{
  color: #000;
}
#mobile_search_close{
  width:48px;
  height:48px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
#mobile_search_close:hover{
  background:#000;
}
#mobile_search_close:hover svg path{
  fill:#fff;
}
#mobile_search_close{
  position: relative;
  right: -48px;
  bottom: -68px;
}
.search_box_close{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-end;
  width:100%;
}

.match_container {
  position: relative;
  width: 100%;
  height:100%;
  display: none;
  overflow-y: auto;
  overflow-h: auto;
}

.search_container ul li:hover{
  background: #dadada;
}
#overflow_1 {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.header_menu a.complex_link {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
}
.header_menu a.complex_link.call_search{
  display:none;
}
.complex_link_checkout{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.complex_link_checkout:hover{
  opacity:0.7;
}
.complex_link_checkout .complex_link_checkout_icon{
  width:24px;
  height:24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.complex_link_checkout .complex_link_checkout_text{
  font-size:12px;
  text-transform:uppercase;
  line-height:150%;

}
header .header_menu a.complex_link:hover,
.header_menu a.complex_link.active{
  opacity:0.7;
}
.header_menu a .counter {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 9px;
  line-height:100%;
  color:#fff;
}
.lang_options.ua_active .ua_lang,
.lang_options.eng_active .eng_lang {
  display: none;
}
.lang_options a {
  font-size: 13px;
}
.catalog_nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 110px;
  z-index: 5;
  background-color: #f5f5f5;
}
.main_page header .catalog_nav {
  background-color: #fff;
}
.catalog_nav_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.catalog_nav_wrapper .catalog_column_s,
.catalog_nav_wrapper .catalog_column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.catalog_nav_wrapper ul {
  display: initial;
}
.catalog_nav_wrapper .category_list li {
  margin-bottom: 20px;
}
.catalog_nav_wrapper .category_list li:last-child {
  margin-bottom: 0;
}
.catalog_nav_wrapper a {
  text-transform: uppercase;
  font-size: 15px;
  color: #A3A3A3;
  white-space: nowrap;
}
.catalog_nav_wrapper a.category_all {
  color: #000;
}
.catalog_nav_wrapper ul:not(.category_list) a {
  line-height: 40px;
}
.catalog_nav_wrapper .category_list a,
.catalog_nav_wrapper a.category {
  font-size: 20px;
  color: #000;
}
.column_layout_row .post_link:hover,
footer a:hover,
.column_layout_row .highlighted_block .contacts a:hover,
.column_layout_row .mail_wrap a:hover,
#mobile_menu_open:hover,
#mobile_filter_close:hover,
.popup_close:hover,
.custom_popup_close:hover,
.reg_popup_close:hover,
.product_main_slider .slick-next_arrow:hover,
.product_section .size_chart:hover,
.product_line .product_link:hover,
.product_line .remove:hover,
.cart_section .links_wrap a:hover,
.no_auth_cart_blocks > div a:first-child:hover,
.product_line .remove_product:hover,
.edit_profile:hover,
.bonus_section_header a:hover,
.mobile_level_list a:hover,
.product_details_column .product_info_row .text_wrapper > a:hover {
  opacity: 0.7;
}
.main_page section:not(.front_slider_section) {
  padding: 60px 0;
}
section {
  padding-top: 0;
  padding-bottom: 120px;
}
.front_slider_section {
  padding: 0;
  padding-bottom: 108px;
  background-color: #fff;
  margin-bottom: 12px;
}
.product_page_slider_section {
  padding-bottom: 60px;
}
.section_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
  margin-top: 16px;
}
.section_header.extra_padded {
  padding-bottom: 63px;
}
.column_layout_section .section_header {
  border: none;
  margin-bottom: 0;
}
.section_header.divided_header {
  gap: 33px;
}
.section_header.divided_header > * {
  width: calc(50% - 16.5px);
  text-align: left;
}
.section_header.divided_header .right_side {
  margin-left: auto;
}
.section_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
}
.section_title_main {
  font-size: 70px;
  line-height: 113%;
  text-transform: uppercase;
}
.section_subtitle {
  font-size: 43px;
  line-height: 113%;
  text-align: right;
}
.front_slider li.slide_wrap {
  position: relative;
}
.front_slider img {
  width: 100%;
  object-fit: cover;
}
.slide_info_wrap {
  display: flex;
  align-items: flex-end;
}
.slide_name_section {
  padding-left: 110px;
  padding-right: 40px;
}
.front_slider .slide_title {
  display: block;
  width: min-content;
  font-weight: 600;
  font-size: 73px;
  line-height: 113%;
  text-transform: uppercase;
}
.front_slider .slide_subtitle {
  display: inline-block;
  width: min-content;
  font-weight: 400;
  font-size: 20px;
  line-height: 141%;
  text-transform: uppercase;
  color: #ababab;
}
.slide_info_section {
  padding-top: 90px;
  padding-bottom: 100px;
  padding-right: 120px;
  padding-left: 79px;
  margin-left: auto;
  max-width: 1170px;
  background-color: #F5F5F5;
}
.slide_info_section p {
  font-size: 40px;
  font-weight: 300;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.slide_info_section p strong,
.slide_info_section p b{
  font-weight:600;
}
.slide_info_section p:last-child {
  margin-bottom: 0;
}
.slide_info_section p b {
  font-style: italic;
  font-weight: 400;
}
.front_slider .slide_link,
.section_link,
.popup_link,
#bonus_form button {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 23px;
  max-width: 400px;
  border: 1px solid #000000;
}
.section_link,
.popup_link,
#bonus_form button {
  border-width: 2px;
}
.front_slider .slide_link:hover,
.product_section .buttons_wrap .one_click_order:hover {
  background-color: #000;
  color: #fff;
}
.popup_link:hover {
  opacity: 1;
}


.section_link:hover,
#bonus_form button:hover,
.column_layout_row .get_route:hover,
.product_section .buttons_wrap .product_cart_link:hover,
.product_section .buttons_wrap .stock_notification:hover,
.popup_link:hover,
.product_favorite_bottom:not(.disabled) > a:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.section_link:hover svg path,
.popup_link:hover svg path,
#bonus_form button:hover svg path,
.column_layout_row .get_route:hover svg path {
  fill: #000;
}
.popup_link {
  max-width: 280px;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  margin-top: 40px;
}
.section_link,
#bonus_form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 43px;
  background-color: #000;
  color: #fff;
}
.no_auth_cart_blocks .section_link {
  margin-top: 58px;
  font-size: 20px;
}
.auth_cart_block .section_link {
  margin-top: 20px;
  font-size: 20px;
}
.front_slider .slide_link span,
.section_link span,
#bonus_form button span {
  display: inline-block;
  width: min-content;
}
#bonus_form button {
  font-size: 20px;
  width: 100%;
  text-align: left;
  max-width: 434px;
}
.front_slider .slide_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.category_list.slick-initialized  {
  margin: 0 -10px;
}
.product_slider .slick-slide {
  margin: 0 4px;
}
.category_list .slick-slide {
  margin: 0 10px;
}
.product_slider .slick-list,
.category_list .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  width:100%;
  min-width:100%;
}
.collection_wrap,
.product_wrap,
.category_wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  background-color: #fff;
  padding: 28px;
  padding-bottom: 34px;
  font-weight: 600;
  font-size: 19px;
  line-height: 120%;
  text-transform: uppercase;
  transition-duration: .3s;
}
.collection_wrap:hover,
.product_wrap:hover,
.category_wrap:hover {
  transform: scale(1.05);
}
.favorite_list .product_wrap:hover {
  z-index: 6;
}
.product_wrap .product_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 3px;
}
.product_wrap .product_top > * {
  flex: 1;
}
.product_wrap .product_name {
  color: #ababab;
}
.product_wrap .product_like {
  position: relative;
  z-index: 3;
  max-width: 22px;
  margin: 0 auto;
  text-align: center;
}
.product_wrap .color_options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.product_wrap .color_options a {
  position: relative;
  z-index: 3;
  display: block;
  width: 17px;
  height: 17px;
  border: 0.5px solid transparent;
  border-radius: 50%;
}
.product_wrap .product_like:hover,
.product_wrap .color_options li:not(.active) a:hover,
.product_wrap .color_options li.active a {
  transform: scale(1.05);
}
.product_wrap .color_options li.active a {
  border-color: #000000 !important;
  border-width: 1px;
}
.product_wrap .image_wrapper,
.category_wrap .image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 364px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.collection_wrap .image_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.collection_wrap .image_wrapper img{
  width:100%;
}
.product_wrap.out_of_stock .image_wrapper {
  opacity: 0.7;
}
.product_wrap.out_of_stock .product_name,
.product_wrap.out_of_stock .product_category {
  color: #ababab;
}
.product_wrap .product_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 46px;
}
.product_wrap.out_of_stock .product_bottom {
  flex-direction: column;
  margin: 0;
  align-items: flex-start;
  justify-content: space-between;
}
.product_wrap .stock_info {
  font-size: 16px;
  text-transform: uppercase;
  color: #e52121;
}
.product_wrap .stock_notification {
  position: relative;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.collection_wrap .category_link,
.product_wrap .product_link,
.category_wrap .category_link,
.product_wrap .stock_notification {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
}
.collection_wrap .category_link:after,
.product_wrap .product_link:after,
.category_wrap .category_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}
.category_list > li {
  width: calc(25% - 25px);
}
.collection_wrap,
.category_wrap {
  padding: 30px;
}
.collection_wrap .product_category {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 19px;
  line-height: 120%;
  text-transform: uppercase;
}
.category_wrap .product_category {
  margin-bottom: 49px;
  font-weight: 600;
  font-size: 19px;
  line-height: 120%;
  text-transform: uppercase;
}
.category_wrap .product_collection{
  font-weight: 600;
  font-size: 19px;
  line-height: 150%;
  text-transform: uppercase;
  text-align:center;
  display:flex;
  flex-direction:column;
  width:100%;
  min-height:235px;
  justify-content:center;
  align-items:center;
}
.category_wrap .image_wrapper {
  height: 389px;
}
.collection_wrap .category_link,
.category_wrap .category_link {
  justify-content: flex-end;
}
.column_layout_row {
  display: flex;
  align-items: stretch;
  gap: 33px;
  padding-top: 34px;
  padding-bottom: 52px;
  border-top: 1px solid #000;
}
.column_layout_row.about_us_row{
  border-bottom:none;
}
.column_layout_row.social_media_row {
  padding-bottom: 44px;
  padding-top: 53px;
}
.column_layout_row.social_media_row .mobile_row {
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.column_layout_row .image_wrapper {
  max-width: 400px;
  max-height: 500px;
}
.column_layout_row .image_wrapper.big_image {
  max-width: unset;
  max-height: 530px;
}
.column_layout_row .map_placeholder .image_wrapper.big_image {
  max-height: unset;
}
.column_layout_row .column {
  width: calc(25% - 25px);
}
.column_layout_row .column.double_column {
  width: calc(50% - 16.5px);
}
.social_post_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  font-weight: 600;
  font-size: 19px;
}
.social_media_row .post_author {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 35px;
}
.social_media_row .author_title {
  max-width: 310px;
  line-height: 24px;
}
.social_media_row .image_note {
  margin-top: 25px;
  font-size: 18px;
  line-height: 22px;
}
.column_layout_row .post_title {
  font-weight: 600;
  font-size: 39px;
  line-height: 45px;
  text-transform: uppercase;
}
.column_layout_row .post_content .content {
  line-height: 24px;
}
.column_layout_row .post_content .subtitle {
  margin-bottom: 45px;
  font-style: italic;
  font-weight: 600;
}
.column_layout_row .image_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 45px;
  gap: 20px;
}
.column_layout_row .image_list .image_wrapper {
  max-height: 333px;
}
.column_layout_row .post_content_footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 36px;
}
.column_layout_row .post_link {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.column_layout_row .post_date {
  font-size: 18px;
}
.column_layout_row .post_content .content_row {
  display: flex;
  align-items: flex-start;
  gap: 33px;
}
.column_layout_row .post_content .content_row > * {
  flex: 1;
}
.column_layout_row .post_content .content_row .content {
  max-width: 380px;
}
.column_layout_row .post_content .reduced {
  display: block;
  max-width: 400px;
}
.column_layout_row .post_content b {
  font-weight: 700;
}
.column_layout_section .column_layout_row:not(.social_media_row):not(.no_underline):last-child {
  position: relative;
  padding-bottom: 0;
}
.column_layout_section .column_layout_row:not(.social_media_row):not(.no_underline):last-child:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: calc(50% + 16.5px);
  height: 1px;
  background-color: #000;
}
.column_layout_row .highlighted_block {
  padding: 61px 48px 46px 74px;
  background-color: #fff;
  backdrop-filter: blur(100px);
  border: 1px solid #000;
}
.column_layout_row .highlighted_block.full_height {
  height: calc(100% - 100px);
}
.column_layout_row .highlighted_block .block_title {
  margin-bottom: 31px;
  font-weight: 600;
  font-size: 38px; 
  line-height: 113%;
  text-transform: uppercase;
}
.column_layout_row .highlighted_block .contacts li {
  margin-bottom: 15px;
}
.column_layout_row .highlighted_block .contacts li:last-child {
  margin-bottom: 0;
}
.column_layout_row .highlighted_block .contacts a,
.column_layout_row .highlighted_block .contacts span {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 600;
  font-size: 14px;
}
.column_layout_row .highlighted_block .messengers {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.column_layout_row .highlighted_block .messengers a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ececec;
}
.column_layout_row .highlighted_block .messengers a svg {
  transition-duration: .3s;
}
.column_layout_row .highlighted_block .messengers a:hover svg {
  transform: scale(1.05);
}
.column_layout_row .mail_wrap {
  padding: 16px 12px;
  margin: 10px 0;
  border: 1px solid #000;
  font-weight: 600;
  font-size: 14px;
}
.column_layout_row .mail_wrap a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.column_layout_row .socials {
  display: flex;
  align-items: stretch;
}
.column_layout_row .socials li {
  flex: 1;
}
.column_layout_row .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  height: 69px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #000000;
}
.column_layout_row .socials a:hover {
  background-color: #000;
  color: #fff;
}
.column_layout_row .socials a:hover svg path {
  fill: #fff;
}
.column_layout_row .socials li:nth-child(n + 2) a {
  border-left: none;
}
.column_layout_row .get_route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 101px;
  padding: 31px;
  border: 1px solid #000;
  margin-top: -1px;
  background: #000;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.column_layout_row .map_placeholder {
  height: inherit;
}
.map_placeholder .image_wrapper {
  height: 100%;
  max-height: unset;
  border: 1px solid #000;
  overflow: hidden;
}
.map_placeholder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.currency_language_footer{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.footer_top_wrapper {
  padding: 32px 0;
  background-color:#000000;
}
#notify{
  display:none;
}
#footer_subscribe_form {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 860px;
  gap: 33px;
}
#footer_subscribe_form .form_main_text {
  max-width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
#footer_subscribe_form .form_main_text b {
  color: #fff;
  font-weight:bold;
  text-transform:uppercase;
}
.main_form_item.subscribe_form_panel{
  max-width: 400px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_form_item.subscribe_form_panel input{
  background:#fff;
}
#bonus_form input {
  width: 100%;
  max-width: 400px;
  height: 100px;
  line-height: 100px;
  padding: 0 29px;
  border: 2px solid #000;
  background-color: transparent;
  font-weight: 600;
}
#bonus_form input {
  padding: 0 36px;
  font-weight: 400;
  transition-duration: .3s;
}
#bonus_form input.error_input {
  border-color: #FF0A0A;
}
#footer_subscribe_form input::placeholder{
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
#bonus_form input::placeholder {
  text-transform: uppercase;
  color: #dbdbdb;
}
#footer_subscribe_form button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  color: #fff;
  background: transparent;
  position: absolute;
  top: 23px;
  right: 0px;
}
#footer_subscribe_form button:hover{
  opacity:0.7;
}
#footer_subscribe_form .form_disclaimer {
  display: block;
  max-width: 248px;
  font-weight: 600;
  font-size: 14px;
  line-height: 155%;
  text-transform: uppercase;
  color: #a3a3a3;
}
.footer_mid_wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #000000;
}
footer .logo img {
  width: 221px;
  height: auto;
}
.footer_column .column_header{
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #a3a3a3;
}
.footer_mid_wrapper_h{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 25px;
}
.footer_nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
}
.footer_nav a {
  font-weight: 600;
  font-size: 16px;
  line-height: 178%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.footer_nav li.active a{
  opacity:0.7;
}
.footer_column:last-child {
  width: 400px;
}
.footer_bot_wrapper {
  background-color:#000000;
}
.footer_bot_wrapper ul {
  display: flex;
  gap: 10px;
}
.footer_bot_wrapper ul li a{
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  line-height: 150%;
}
.footer_bot_wrapper ul li a:hover{
  opacity: 0.7;
  text-decoration:none;
}
.copyright{
  font-size: 14px;
  line-height: 150%;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.footer_bot_wrapper_h{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  min-height:40px;
}
.call_cl{
  font-weight: 600;
  font-size: 16px;
  line-height: 178%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.call_cl:hover{
  opacity: 0.7;
}
#mobile_menu_open,
.contacts_row .mail_wrap svg {
  display: none;
}
#mobile_filter_close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 5px;
}
#mobile_menu .logo {
  margin-bottom: 27px;
  max-width: 175px;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 133;
  transform: translate3d(-50%, -50%, 0px);
  max-width: 930px;
  background-color: #fff;
  padding: 80px 90px 100px;
}
.custom_popup_close,
.reg_popup_close{
  top: 0px;
  right:0px;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
#subscribe_cart_popup .pop_close,
.popup_close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.popup .section_title,
.popup .section_subtitle {
  margin-bottom: 40px;
  text-align: left;
  text-transform: uppercase;
}
.popup .section_title {
  font-weight: 600;
  padding-right: 20px;
}
.popup .content {
  line-height: 24px;
}
.popup .content,
.popup .section_subtitle {
  max-width: 480px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  gap: 16.5px;
}
.breadcrumbs li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.breadcrumbs li.active{
  overflow: hidden;
}
.breadcrumbs li.active span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a,
.breadcrumbs span {
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  line-height:150%;
  white-space: nowrap;
}
.breadcrumbs a:hover {
  opacity:0.7;
}
.breadcrumbs li:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 9px;
  width: 0.5px;
  right: -8.5px;
  top: calc(50% - 4px);
}
.breadcrumbs li:last-child:after {
  display: none;
}


.category_section_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 33px;
  margin-bottom: 40px;
}
.product_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 33px;
}
.product_list > li {
  width: calc(25% - 25px);
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 120px;
}
.pagination li:first-child {
  margin-right: 60px;
}
.pagination li:last-child {
  margin-left: 60px;
}
.pagination a,
.pagination span {
  display: block;
  min-width: 23px;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #A3A3A3;
  text-align: center;
}
.pagination li.active span,
.pagination li:first-child a,
.pagination li:last-child a,
.pagination li a:hover {
  color: #000;
}
.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
  opacity: 0.7;
}
.filters {
  display: flex;
  align-items: center;
  gap: 77px;
}
.filters > li {
  position: relative;
}
.filters > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: #a3a3a3;
}
.filters > li > a:hover,
.filters > li.active > a {
  color: #000;
}
.filters > li > a:hover svg path,
.filters > li.active > a svg path {
  fill: #000;
}
.filter_popup {
  display: none;
  position: absolute;
  padding: 15px;
  width: 180px;
  top: calc(100% + 16px);
  z-index: 8;
  box-shadow: 4px 11px 25px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
}
.filters > li:last-child .filter_popup {
  right: 0;
}
.filter_checkboxes {
  max-height: 158px;
  overflow: auto;
  padding: 3px 0;
}
.filter_checkboxes::-webkit-scrollbar-track-piece {
  background-color: #a3a3a3;
}
.filter_checkboxes::-webkit-scrollbar-track {
  background-color: #a3a3a3;
}
.filter_checkboxes::-webkit-scrollbar-thumb {
  background-color: #000;
}
.filter_checkboxes::-webkit-scrollbar-corner {
  background-color: #000;
}
.filter_checkboxes::-webkit-scrollbar {
  width: 3px;
}
.filter_checkboxes li,
.sorting_options li {
  line-height: 14px;
  margin-bottom: 6px;
  position: relative;
}
.filter_checkboxes li:last-child,
.sorting_options li:last-child {
  margin-bottom: 0;
}
.filter_checkboxes li input,
#edit_profile_tab input[type="checkbox"] {
  position: absolute;
  right: 0px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.filter_checkboxes li label {
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding-left: 20px;
  cursor: pointer;
  transition-duration: .3s;
}
/*
.account_content_wrapper form label {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 160%;
}
*/
.filter_checkboxes li label:before{
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  left: 0;
  height: 10px;
  width: 10px;
  border: 0.50px solid #c4c4c4;
  transition: .3s;
  box-sizing: border-box;
}
/*
.account_content_wrapper form label:before {
  width: 20px;
  height: 20px;
  top: 5px;
  border-color: #000;
}
*/
.filter_checkboxes li input:checked + label:before,
.filter_checkboxes label:hover:before {
  border-color: #000;
}
.filter_checkboxes li input:checked + label:after,
.account_content_wrapper form input:checked + label:after {
  width: 8px;
  height: 5px;
  content: "";
  position: absolute;
  left: 1px;
  top: calc(50% - 2px);
  background: url(../img/checkbox_tick.svg) center no-repeat;
  background-size: contain;
}
.account_content_wrapper form input:checked + label:after {
  width: 13px;
  height: 9px;
  top: 11.5px;
  left: 3.5px;
}
#filter_price_range {
  height: 1px;
  border-radius: 0;
  margin-top: 7px;
  margin-bottom: 15px;
  background-color: #a3a3a3;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  cursor: pointer;
  border-radius: 100%;
  background-color: #000;
  width: 14px;
  height: 14px;
  border: none;
  top: -7px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #000;
  height: 2px;
  top: -1px;
  border-radius: 0;
}
.range_slider_left {
  transform: translateX(11px);
}
.range_slider_right {
  transform: translateX(-1px);
}
.filter_price_range .price_input_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price_input_wrapper input {
  border: 0.5px solid #000;
  border-radius: 0;
  color: #000;
  padding: 5px 15px;
  text-align: center;
  width: calc(50% - 10px);
  font-size: 12px;
}
.price_input_wrapper span {
  display: block;
  height: 1px;
  width: 10px;
  background-color: #000;
}
.sorting_options a {
  line-height: 14px;
  font-size: 12px;
  font-weight: 300;
  color: #a3a3a3;
}
.sorting_options a:hover,
.sorting_options li.active a {
  color: #000;
}
.stock_notification svg,
#mobile_filter_open,
#mobile_filter_close,
.filters_header,
#apply_filters,
#mobile_menu {
  display: none;
}
.product_section_wrap {
  display: flex;
  gap: 115px;
}
.product_gallery {
  display: flex;
  align-self: flex-start;
  max-width: 865px;
  flex-shrink: 0;
  gap: 37px;
}
.product_nav_slider {
  max-width: 150px;
  align-self: stretch;
  margin: -17.5px 0;
}
.product_nav_slider li.slick-slide {
  width: 150px !important;
  height: 200px !important;
  margin: 17.5px 0;
  overflow: hidden;
  cursor: pointer;
  transition-duration: .3s;
}
.product_nav_slider li.slick-slide img,
.product_main_slider li.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_main_slider {
  position: relative;
  width: 680px;
  height: 905px;
}
.product_main_slider li.slick-slide {
  width: 680px;
  height: 905px;
}
.product_main_slider .slick-prev {
  display: none !important;
}
.product_main_slider .slick-next_arrow {
  position: absolute;
  width: 18px;
  height: 32px;
  top: calc(50% - 16px);
  right: -48px;
}
.product_section .product_info {
  margin-bottom: 35px;
}
.product_section .section_title {
  margin-top: 50px;
  font-size: 73px;
  margin-left: -5px;
}
.product_section .product_description {
  max-width: 350px;
  margin-top: 24px;
  line-height: 135%;
}
.product_section .out_of_stock {
  margin-top: 25px;
  color: #f00;
  font-size: 20px;
}
.product_options_row {
  display: flex;
  align-items: center;
  gap: 33px;
}
.product_section .product_options_row {
  margin-top: 70px;
}
.product_option_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 300;
  font-size: 18px;
}
.product_section .size_chart {
  display: block;
  margin-top: 26px;
  font-weight: 300;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.product_section .price {
  display: block;
  margin-top: 60px;
  font-weight: 600;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
}
.product_section .buttons_wrap {
  display: flex;
  align-items: stretch;
  gap: 33px;
  margin-top: 25px;
}
.product_section .buttons_wrap a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #000;
}
.product_section .buttons_wrap .stock_notification {
  width: auto;
  padding: 0 30px;
}
.product_section .buttons_wrap .product_like {
  width: 60px;
}
.product_section .buttons_wrap .product_like svg path {
  fill: transparent;
}
.product_section .buttons_wrap .product_like.active svg path,
.product_section .buttons_wrap .product_like:hover svg path {
  fill: #000;
}
.product_section .buttons_wrap .product_cart_link,
.product_section .buttons_wrap .stock_notification {
  background-color: #000;
  color: #fff;
}

.product_delivery_tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.product_delivery_tab {
  padding: 10px 4px;
  cursor: pointer;
}

.product_info_tryon_row {
  display: flex;
  align-items: center;
}

.product_info_tryon_row .btn_try_on svg {
  display: none;
}

.product_delivery_tab.active {
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.product_info_row {
  margin-bottom: 8px;
}

.product_info_row svg {
  transition: .5s all;
}

.product_info_row:hover svg {
  transform: translateX(-40%);
}

.sklad_visionary_text strong {
  font-weight: bold;
}

.sklad_visionary_text p {
  margin-bottom: 24px;
}

.text_wrapper_sklad_h > .text_wrapper_sklad { display: none; }

.product_info_row .text_wrapper {
  max-width: 100%;
  padding-left: 26px;
  padding-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}
.product_info_row .text_wrapper {
  display: none;
}
.product_option_wrap select {
  display: none;
}
.product_option_wrap .chosen-container {
  font: inherit;
  font-weight: 400;
  font-size: 16px;
  width: auto !important;
}
.product_option_wrap .chosen-single,
.product_option_wrap .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #000;
  background: transparent !important;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  line-height: 21px;
  padding: 0;
  height: 60px;
  line-height: 60px;
}
.product_option_wrap .chosen-search,
.product_favorite_bottom .chosen-search,
.product_details_column .chosen-search {
  display: none;
}
.product_option_wrap .chosen-drop,
.product_favorite_bottom .chosen-drop {
  border: 1px solid #000;
  padding-top: 5px;
  border-radius: 0;
  background: #f5f5f5 !important;
}
.product_favorite_bottom .chosen-drop {
  background: #fff !important;
}
.product_option_wrap .chosen-results li,
.product_favorite_bottom .chosen-results li {
  transition-duration: .3s;
  padding: 15px 5px;
  color: #a3a3a3;
}
.product_option_wrap:not(.product_color_option) .chosen-container .chosen-results li.highlighted {
  color: #000;
  background: #f5f5f5 !important;
}
.product_favorite_bottom .chosen-container .chosen-results li.highlighted {
  color: #000;
  background: #fff !important;
}
.product_option_wrap:not(.product_color_option) .chosen-container-single .chosen-single span {
  margin-left: 17px;
  margin-right: 36px;
  display: block;
  width: 60px;
  height: 60px;
}
.product_option_wrap .chosen-container-single .chosen-single div,
.product_favorite_bottom .chosen-container-single .chosen-single div {
  width: 13px;
  margin-right: 17px;
}
.product_option_wrap .chosen-single div b,
.product_favorite_bottom .chosen-single div b {
  background: url("../img/chosen_caret.svg") center no-repeat !important;
  width: 13px;
  transition-duration: .3s;
}
.product_option_wrap .chosen-with-drop .chosen-single div b,
.product_favorite_bottom .chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
}
.product_color_option .chosen-container {
  font-size: 0 !important;
  color: transparent;
}
.product_color_option .chosen-results {
  position: relative;
}
.product_color_option .chosen-results li,
.product_color_option .chosen-results li.highlighted,
.product_color_option .chosen-single span {
  width: 25px;
  height: 25px;
  margin: 10px 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid transparent;
  padding: 0;
  margin-left: 18px;
  transition-duration: .3s;
}
.product_color_option .chosen-results li:hover,
.product_color_option .chosen-results li.highlighted:hover {
  opacity: 0.7;
}
.product_color_option .chosen-results li:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 25px;
  padding: 4px 0;
  margin-top: -4px;
}
.product_color_option .chosen-single span {
  margin-top: 17px;
  margin-bottom: 17px;
  margin-right: 70px;
  transition-duration: .3s !important;
}
.product_page_slider_section .section_header {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 60px;
  justify-content: center;
}
.product_page_slider_section .section_title {
  font-size: 45px;
  font-weight: 600;
}
.cart_content {
  margin-bottom: 60px;
}
.cart_content > li {
  margin-bottom: 30px;
  border-bottom: 1px solid #bdbdbd;
}
.account_orders > li.account_orders_empty,
.cart_content > li.account_subscriptions_empty{
  display:flex;
  flex-direction:column;
  width:100%;
  text-transform:uppercase;
  font-size:20px;
  line-height:150%;
  border-bottom:0px!important;
}
.cart_content > li:last-child {
  margin-bottom: 0;
}
.cart_content .product_line {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 90px;
  padding-bottom: 30px;
}
.product_line > div {
  width: 100%;
}
.product_line .product_line_left {
  display: flex;
  align-items: center;
  gap: 33px;
  max-width: 360px;
  flex-shrink: 0;
}
.product_line .image_wrapper {
  width: 120px;
  height: 162px;
  flex-shrink: 0;
}
.product_line .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_line .product_link {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 20px;
}
.product_line .product_description {
  margin-bottom: 11px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.product_line .article {
  font-weight: 300;
  font-size: 14px;
}
.product_line .product_line_right {
  display: flex;
  align-items: center;
  gap: 33px;
  max-width: 434px;
  flex-shrink: 0;
}
.product_line .product_options_row {
  flex-wrap: wrap;
  row-gap: 15px;
}
.product_line .remove_product {
  position: absolute;
  top: 30px;
  right: 0;
}
.product_line .counter_wrap {
  display: flex;
  align-items: center;
  width: min-content;
  border: 1px solid #000;
}
.product_line .counter_wrap button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  width: 28px;
  padding-right: 5px;
  padding-left: 15px;
  font-size: 24px;
  color: #000;
}
.product_line .counter_wrap button:hover {
  opacity: 0.7;
}
.product_line .counter_wrap .plus {
  justify-content: flex-start;
  padding-left: 5px;
  padding-right: 15px;
}
.product_line .counter_wrap input {
  border: none;
  width: 33px;
  font-size: 16px;
  text-align: center;
  background: transparent;
}
.product_line .price_wrap {
  gap: 9px;
}
.product_line .price {
  display: block;
  margin-top: 2px;
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 27px;
}
.product_line .remove {
  font-weight: 300;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}
.cart_section .links_wrap {
  display: flex;
  align-items: center;
  gap: 100px;
}
.cart_section .links_wrap a,
.cart_section .links_wrap p {
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.cart_section .no_auth_cart_blocks {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
}
.no_auth_cart_blocks > div {
  max-width: 405px;
  width: 100%;
  flex-shrink: 0;
}
.no_auth_cart_blocks > div a:first-child {
  line-height: 160%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.cart_section .total_wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-weight: 300;
}
.total_wrap span {
  font-size: 27px;
  font-weight: 600;
}
.cart_section .auth_cart_block {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  justify-content: space-between;
}
.auth_cart_block .bonuses_total {
  max-width: 434px;
  flex-shrink: 0;
}
#bonus_form input,
.bonuses_total .section_link {
  max-width: 434px;
}
#bonus_form {
  position: relative;
}
#bonus_form > p:not(.form_error) {
  margin-bottom: 20px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
#bonus_form .form_error {
  position: absolute;
  top: 62px;
  left: -410px;
  width: 370px;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-align: right;
  color: #ff0a0a;
}
.bonuses_total > div:last-child {
  margin-top: 68px;
}
body:not(.main_page) .column_layout_row.contacts_row {
  padding: 0;
  border: none;
}
.payment_delivery_subsection .rows_divider {
  padding-bottom: 25px;
  border-bottom: 1px solid #BDBDBD;
  font-size: 14px;
  text-transform: uppercase;
  color: #a3a3a3;
  margin-top: 15px;
}
.payment_delivery_subsection .column_layout_row {
  border: none;
  padding: 55px 0;
  gap: 150px;
  justify-content: space-between;
}
.payment_delivery_subsection .column_layout_row .image_wrapper {
  width: 156px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 21px;
  align-items: flex-start;
}
.payment_delivery_subsection .column_layout_row .column,
.payment_delivery_subsection .column_layout_row .options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.payment_delivery_subsection .column_layout_row .options {
  width: 340px;
}
.payment_delivery_subsection .column_layout_row .nova_post_options {
  gap: 43px;
  white-space: nowrap;
}
.payment_delivery_subsection .column_layout_row .column:first-child {
  flex-direction: row;
  gap: 30px;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  flex: 2;
  max-width: 640px;
}
.payment_delivery_subsection .column_layout_row .column:nth-child(n + 2) {
  width: auto;
  flex: 1;
}
.payment_delivery_subsection .column_layout_row .column:first-child .image_wrapper {
  flex-shrink: 0;
}
.payment_delivery_subsection .column_layout_row .column_header {
  font-weight: 600;
}
.payment_delivery_subsection .column_layout_row .column:nth-child(n + 2) svg {
  margin-bottom: 4px;
}
.payment_delivery_subsection .column_layout_row .options svg {
  margin-bottom: 12px;
}
.payment_delivery_subsection .column_layout_row .options.single_option {
  justify-content: center;
}
#checkout_form {
  position: relative;
  max-width: 833px;
  margin: 0 auto;
}
.checkout_subsection {
  padding-bottom: 100px;
}
.checkout_subsection:last-of-type {
  padding-bottom: 0;
  margin-top: -30px;
  padding-top: 50px;
  border-top: 1px solid #000;
}
.checkout_subsection .subsection_title {
  margin-bottom: 47px;
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  color: #000;
}
.checkout_subsection .radio_row {
  display: flex;
  align-items: stretch;
  gap: 33px;
}
.checkout_subsection .radio_column {
  width: calc(50% - 16.5px);
}
.checkout_subsection .radio_row input[type="radio"],
.email_subscribe_wrap input[type="radio"] {
  position: absolute;
  right: 0px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.checkout_subsection .radio_row label {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 90px;
  gap: 4px;
  padding: 22px 32px;
  padding-right: 90px;
  border: 1px solid #BDBDBD;
  cursor: pointer;
  font-size: 14px;
  line-height: 130%;
  font-weight: 300;
  color: #979797;
  transition-duration: .3s;
  z-index: 1;
}
.email_subscribe_wrap label {
  position: relative;
  cursor: pointer;
  padding-left: 27px;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}
.checkout_subsection .radio_row label:not(.flex_row) {
  justify-content: center;
}
.checkout_subsection .radio_row input:checked + label,
.checkout_subsection .radio_row label:hover {
  z-index: 2;
}
.checkout_subsection .radio_expandable label:nth-of-type(n + 2) {
  margin-top: -1px;
}
.checkout_subsection .radio_row label span,
.checkout_subsection .radio_row label p {
  font-size: 17px;
  color: #555555;
  transition-duration: .3s;
}
.checkout_subsection .radio_row label p {
  width: 105px;
  flex-shrink: 0;
}
.checkout_subsection .radio_row label:not(.flex_row) .image_wrapper {
  height: 14px;
  margin-top: 8px;
  opacity: 0.7;
  transition-duration: .3s;
}
.checkout_subsection .radio_row label.flex_row .image_wrapper {
  max-width: 64px;
  max-height: 20px;
  display: flex;
}
.checkout_subsection .radio_row label:before,
.email_subscribe_wrap label:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  right: 30px;
  top: calc(50% - 15px);
  transition-duration: .3s;
  box-sizing: border-box;
}
.email_subscribe_wrap label:before {
  width: 20px;
  height: 20px;
  right: unset;
  left: 0;
  top: calc(50% - 10px);
  border-color: #000;
}
.checkout_subsection .radio_row label:after,
.email_subscribe_wrap label:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  right: 35px;
  top: calc(50% - 10px);
  transition-duration: .3s;
  opacity: 0;
}
.email_subscribe_wrap label:after {
  width: 10px;
  height: 10px;
  left: 5px;
  right: unset;
  top: calc(50% - 5px);
}
.checkout_subsection .radio_row input:checked + label:after,
.email_subscribe_wrap input:checked + label:after {
  opacity: 1;
}
.checkout_subsection .radio_row input:checked + label,
.checkout_subsection .radio_row input:checked + label span,
.checkout_subsection .radio_row input:checked + label:before,
.checkout_subsection .radio_row label:hover,
.checkout_subsection .radio_row label:hover span,
.checkout_subsection .radio_row label:hover:before,
.checkout_subsection .radio_row label:hover p,
.checkout_subsection .radio_row input:checked + label p {
  border-color: #000;
  color: #000;
}
.checkout_subsection .radio_row label:hover .image_wrapper,
.checkout_subsection .radio_row input:checked + label .image_wrapper {
  opacity: 1;
}
#checkout_form .checkout_subsection .radio_expandable {
  display: none;
  padding-top: 40px;
  width: 100%;
}
.checkout_subsection .radio_expandable.flex_row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.checkout_subsection label.flex_row {
  flex-direction: row;
  gap: 25px;
  align-items: center;
}
.checkout_subsection .radio_expandable.flex_row .image_wrapper {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  overflow: hidden;
  margin-top: 7px;
}
.checkout_subsection .radio_expandable .text_wrapper span {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
.checkout_subsection .radio_expandable .text_wrapper p {
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 12px;
  gap: 7px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.checkout_subsection .radio_expandable .text_wrapper a {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.checkout_subsection .text_input_block,
.auth_section .text_input_block,
.account_content_wrapper form .text_input_block {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}
.account_content_wrapper form .text_input_block {
  margin-bottom: 33px;
}
.checkout_subsection .radio_expandable .text_input_block,
.checkout_subsection.international_delivery_type_subsection .text_input_block {
  gap: 10px;
  flex-direction: column;
}
.checkout_subsection .text_input_wrapper,
.auth_section .text_input_wrapper,
.auth_section .text_input_block .text_input_wrapper,
.account_content_wrapper form .text_input_block input:not([type="checkbox"]) {
  position: relative;
  width: calc(50% - 16.5px);
}
.account_content_wrapper form .text_input_block input:not([type="checkbox"]) {
  margin-bottom: 0;
}
.checkout_subsection .radio_expandable .text_input_wrapper,
.checkout_subsection.international_delivery_type_subsection .text_input_wrapper,
.auth_section .text_input_wrapper {
  width: 100%;
}
.text_input_wrapper input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 10px;
  width: 100%;
  font-size: 18px;
  line-height: 160%;
}
.text_input_wrapper input:valid + .placeholder {
  display: none;
}
.text_input_wrapper .placeholder {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 2px;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #555;
}
.text_input_wrapper input::placeholder{
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #555;
}
.text_input_wrapper .placeholder span {
  color: #f60d0d;
}
.checkout_subsection .total_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 300;
  font-size: 20px;
}
.checkout_subsection .total_wrap span {
  font-weight: 600;
  font-size: 27px;
}
.checkout_subsection .section_link {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
.checkout_subsection .section_link span {
  text-align: left;
}
.checkout_subsection .disclaimer {
  font-weight: 300;
  font-size: 14px;
  line-height: 142%;
}
#popup_lang_currency_f .chosen-container,
#popup_lang_currency .chosen-container,
.checkout_subsection .chosen-container {
  font: inherit;
  font-weight: 400;
  font-size: 18px;
  font-weight: 300;
  width: 100% !important;
}
#popup_lang_currency_f .chosen-single.chosen-default,
#popup_lang_currency .chosen-single.chosen-default,
.checkout_subsection .chosen-single.chosen-default,
.product_details_column .chosen-single.chosen-default {
  color: #555;
}
#popup_lang_currency_f .chosen-single.chosen-default span,
#popup_lang_currency .chosen-single.chosen-default span,
.checkout_subsection .chosen-single.chosen-default span,
.product_details_column .chosen-single.chosen-default span {
  position: relative;
  margin-right: 70px;
}
#popup_lang_currency_f .chosen-single.chosen-default span:after,
#popup_lang_currency .chosen-single.chosen-default span:after,
.checkout_subsection .chosen-single.chosen-default span:after {
  position: absolute;
  content: "*";
  bottom: 0;
  color: #f60d0d;
  transform: translate(4px, 0);
}
#popup_lang_currency_f .chosen-single,
#popup_lang_currency_f .chosen-container-active.chosen-with-drop .chosen-single,
#popup_lang_currency .chosen-single,
#popup_lang_currency .chosen-container-active.chosen-with-drop .chosen-single{
  font-size: 14px;
  border: none;
  line-height: 150%;
  height: 48px;
  border-bottom: 1px solid #BDBDBD;
  background: transparent !important;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-top: 10px;
  text-align: left;
}
.checkout_subsection .chosen-single,
.checkout_subsection .chosen-container-active.chosen-with-drop .chosen-single,
.product_details_column .chosen-single,
.product_details_column .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  height: 40px;
  border-bottom: 1px solid #BDBDBD;
  background: transparent !important;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-top: 10px;
}
#popup_lang_currency_f .chosen-drop,
#popup_lang_currency .chosen-drop,
.checkout_subsection .chosen-drop,
.product_details_column .chosen-drop {
  border: 1px solid #BDBDBD;
  border-radius: 0;
  background: #fff !important;
}
#popup_lang_currency .chosen-container .chosen-results{
  margin: 0 0px 0px 0;
  padding: 0 0 0 0px;
}
#popup_lang_currency_f .chosen-results li,
#popup_lang_currency .chosen-results li,
.checkout_subsection .chosen-results li,
.product_details_column .chosen-results li {
  transition-duration: .3s;
  padding: 16px 8px;
  color: #000;
  text-align: left;
  font-size: 14px;
  line-height: 150%;
}
#popup_lang_currency_f .chosen-container-single .chosen-search,
#popup_lang_currency .chosen-container-single .chosen-search{
  display:none!important;
}
#popup_lang_currency_f .chosen-container .chosen-results li.highlighted,
#popup_lang_currency .chosen-container .chosen-results li.highlighted,
.checkout_subsection .chosen-container .chosen-results li.highlighted,
.product_details_column .chosen-results li.highlighted {
  color: #000;
  background: #f5f5f5 !important;
}
#popup_lang_currency_f .chosen-container-single .chosen-single div,
#popup_lang_currency .chosen-container-single .chosen-single div,
.checkout_subsection .chosen-container-single .chosen-single div,
.product_details_column .chosen-container-single .chosen-single div {
  width: 13px;
  margin-right: 15px;
}
#popup_lang_currency_f .chosen-single div b,
#popup_lang_currency .chosen-single div b,
.checkout_subsection .chosen-single div b,
.product_details_column .chosen-single div b {
  background: url("../img/chosen_caret.svg") center no-repeat !important;
  width: 13px;
  transition-duration: .3s;
  filter: brightness(0) saturate(100%) invert(30%) sepia(4%) saturate(4%) hue-rotate(356deg) brightness(100%) contrast(84%);
}
#popup_lang_currency_f .chosen-with-drop .chosen-single div b,
#popup_lang_currency .chosen-with-drop .chosen-single div b,
.checkout_subsection .chosen-with-drop .chosen-single div b,
.product_details_column .chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
}
#popup_lang_currency_f .chosen-container-single .chosen-search input,
#popup_lang_currency .chosen-container-single .chosen-search input,
.checkout_subsection .chosen-container-single .chosen-search input {
  border-color: #BDBDBD;
}
select.chzn-select {
  display: none;
}
.checkout_subsection .return_payment_disclaimer {
  margin-top: 100px;
  font-weight: 300;
  line-height: 120%;
}
.checkout_subsection .return_payment_disclaimer .subtitle {
  font-weight: 600;
  margin-bottom: 6px;
}
.checkout_subsection .return_payment_disclaimer p span {
  color: #f60d0d;
}
.checkout_subsection.domestic_delivery_type_subsection,
.checkout_subsection .return_payment_disclaimer,
.checkout_subsection.international_delivery_type_subsection,
.radio_row.delivery_payment {
  display: none;
}
#international_delivery_terms {
  display: none;
  position: absolute;
  top: 330px;
  left: calc(100% + 110px);
  font-size: 17px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  white-space: nowrap;
  z-index: 3;
}
#international_delivery_terms:hover {
  opacity: 0.7;
}
.auth_section .column_layout_row {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 0;
}
.auth_section form {
  max-width: 633px;
  width: 100%;
}
.auth_section form p.form_name {
  margin-bottom: 37px;
  font-weight: 600;
  font-size: 22px;
}
.auth_section form > .text_input_wrapper {
  margin-top: 30px;
}
.auth_section .reset_password {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 142%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #bdbdbd;
}
.auth_section .buttons_wrap {
  display: flex;
  align-items: flex-end;
  gap: 33px;
  justify-content: space-between;
  margin-top: 15px;
}
.auth_section .section_link {
  width: 100%;
  max-width: 280px;
  justify-content: center;
  height: 80px;
}
.auth_section .social_media_auth_wrapper p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 122%;
}
.auth_section .social_media_auth_list {
  display: flex;
  align-items: stretch;
  gap: 14px;
}
.auth_section .social_media_auth_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #000;
}
.auth_section .social_media_auth_list a:hover{
  opacity:0.7;
}
.auth_section form .disclaimer {
  margin-top: 20px;
  max-width: 280px;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}
.auth_section form .disclaimer a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.auth_section .email_subscribe_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.auth_section .email_subscribe_wrap p {
  margin-right: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}
.auth_header {
  display: none;
}
.account_wrapper {
  display: flex;
  flex-direction: row;
}
.account_tabs {
  width: 160px;
  margin-right: 260px;
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  top: 15px;
}
.account_tabs a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #a3a3a3;
}
.account_tabs a:hover,
.account_tabs li.active a {
  color: #000;
}
.account_tabs a span {
  display: flex;
  padding-right: 0px;
  width: 0px;
  transition-duration: .3s;
  overflow: hidden;
}
.account_tabs li.active a span {
  width: 25px;
  padding-right: 10px;
}
.account_content_wrapper {
  width: 100%;
}
.account_content_wrapper .tab_content:not(:first-child) {
  display: none;
}
.account_content_wrapper .tab_content > p:first-child {
  font-weight: 600;
  font-size: 28px;
}
.account_content_wrapper .tab_content:first-child .column_layout_row {
  flex-wrap: wrap;
  padding-top: 70px;
  padding-bottom: 60px;
  border: none;
  column-gap: 100px;
  row-gap: 60px;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #555;
}
.account_content_wrapper .tab_content:first-child .column_layout_row .column {
  width: calc(33.33% - 66.67px);
}
.account_content_wrapper .tab_content:first-child .column_header {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.account_content_wrapper .tab_content .column ul li {
  margin-bottom: 12px;
}
.account_content_wrapper .tab_content .column ul li:last-child {
  margin-bottom: 0;
}
.edit_profile {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.account_orders {
  margin-top: 20px;
}
.account_orders .order_info {
  margin-bottom: 80px;
}
.account_orders .order_info p {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #555;
}
.account_content_wrapper .product_line .product_line_right {
  max-width: 220px;
  justify-content: space-between;
  gap: 44px;
}
.account_orders .product_color {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.account_content_wrapper .product_line .product_options_row {
  column-gap: 70px;
}
.account_content_wrapper .product_option_wrap {
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
}
.account_content_wrapper .product_option_wrap > span:first-child {
  font-size: 18px;
  font-weight: 400;
}
.account_orders .product_line .product_line_right .product_option_wrap:first-child {
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;
}
.account_content_wrapper .product_line .price_wrap {
  gap: 15px;
}
.account_content_wrapper .product_line .price_wrap .price {
  margin: 0;
}
.account_subscriptions {
  margin-top: 20px;
}
.account_content_wrapper .product_line .product_line_right {
  max-width: 243px;
  padding-right: 0;
}
.account_subscriptions .chosen-container-single .chosen-single,
.account_subscriptions .product_option_wrap .chosen-container-active.chosen-with-drop .chosen-single {
  height: 25px;
  line-height: 25px;
  border: none;
}
.account_subscriptions .product_option_wrap .chosen-container-single .chosen-single span {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 25px;
  width: auto;
  min-width: 25px;
  height: 25px;
}
.account_subscriptions .product_option_wrap .chosen-container-single .chosen-single div {
  margin-right: 0;
  height: 25px;
}
.account_subscriptions .product_option_wrap:not(.product_color_option) .chosen-container-single .chosen-single span {
  min-width: unset;
}
.account_subscriptions .product_option_wrap:not(.product_color_option) .chosen-single {
  width: min-content !important;
  white-space: nowrap;
}
.account_subscriptions .product_color_option .chosen-results li {
  margin-left: 7px;
}
.account_subscriptions .product_option_wrap .chosen-drop {
  top: calc(100% + 5px);
}
.account_content_wrapper .product_list {
  margin-top: 106px;
}
.account_content_wrapper .product_list > li {
  width: calc(33.33% - 22px);
}
.product_favorite_bottom {
  display: flex;
  align-items: stretch;
  margin-top: 33px;
  position: relative;
  z-index: 3;
  margin-left: -28px;
  margin-right: -28px;
  margin-bottom: -34px;
}
.product_favorite_bottom.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.product_favorite_bottom > a {
  display: block;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  width: 50%;
  border: 1px solid #000;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  border-left: none;
}
.product_favorite_bottom .chosen-container {
  width: 50% !important;
}
.product_favorite_bottom .chosen-single,
.product_favorite_bottom .chosen-container-active .chosen-single {
  height: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
  box-shadow: none;
}
.product_list.favorite_list .product_wrap .color_options li.active a {
  transform: scale(1.2);
}
.account_content_wrapper form > p:first-child,
.account_content_wrapper form .form_column > p:first-child {
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 28px;
}
#password_reset_form,
#edit_profile_form .form_column {
  max-width: 573px;
}
#edit_profile_form {
  display: flex;
  flex-direction:column;
    align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#edit_profile_form .form_h{
  display: flex;
  flex-direction:row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}
#edit_profile_form .form_column {
  flex: 1;
}
#edit_profile_form .reset_password,
#edit_profile_form .add_address {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
#edit_profile_form .add_address {
  margin-top: 50px;
  margin-bottom: 70px;
}
#edit_profile_form label a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.account_content_wrapper form .section_link {
  margin-top: 30px;
  height: 100px;
  width: 100%;
  font-size: 20px;
}
#edit_profile_form .mobile_wrapper {
  display: none;
}
.order_confirmation_wrap p {
  max-width: 492px;
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
}
.order_confirmation_wrap p.subtitle {
  font-size: 35px;
  margin-bottom: 35px;
}
.order_confirmation_wrap + .bonus_subsection,
.account_wrapper + .bonus_subsection  {
  margin-top: 120px;
  padding-top: 80px;
  border-top: 1px solid #afafaf;
}
.account_wrapper + .bonus_subsection {
  margin-top: 40px;
  display: none;
}
.order_confirmation_wrap svg {
  height: 22px;
  width: 22px;
  margin-bottom: -4px;
}
.bonus_program_wrapper p.title {
  margin-bottom: 80px;
  max-width: 1220px;
  font-weight: 300;
  font-size: 28px;
  line-height: 125%;
}
.bonus_program_wrapper p.title b {
  font-weight: 600;
}
.bonus_program_wrapper p.subtitle {
  margin-bottom: 80px;
  font-style: italic;
  font-weight: 600;
  font-size: 35px;
}
.bonus_program_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  max-width: 640px;
  margin: 0px auto;
}
.bonus_program_list .tpl_bonus_level{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bonus_level_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  line-height: 160%;
}
.bonus_level_wrap p{
  font-size: 16px;
  font-style: italic;
  line-height: 150%;
  font-weight: 300;
}
.bonus_level_wrap .level_title {
  font-size: 17px;
  line-height: 150%;
  font-weight: 600;
  font-style:normal;
}
.bonus_level_wrap .gift {
  margin-top: auto;
  padding: 13px 12px 19px 31px;
  border: 1px solid #16838e;
  max-width: 332px;
  line-height: 120%;
  color: #16838e;
}
.bonus_program_wrapper p.disclaimer {
  margin-top: 70px;
  max-width: 652px;
  line-height: 125%;
}
.bonus_scale_wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 400px;
  height: 540px;
}
.bonus_ring {
  position: absolute;
  top: calc(50% - 240px);
  left: calc(50% - 240px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 480px;
  height: 480px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.bonus_ring_core {
  position: relative;
  z-index: 3;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.bonus_ring_core .conversion {
  margin-top: 25px;
}
.bonus_ring_core .value {
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
}
.bonus_ring_core p{
  text-align: center;
}
.bonus_ring .bonus_progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bonus_ring .bonus_progress_bar canvas {
  width: 100% !important;
  height: 100% !important;
}
.bonus_ring .divider {
  position: absolute;
  width: 12px;
  height: 100%;
  left: calc(50% - 6px);
  background-color: #fff;
  z-index: 2;
}
.bonus_ring .divider:last-child {
  transform: rotate(60deg);
}
.bonus_ring .divider:nth-last-child(2) {
  transform: rotate(-60deg);
}
.bonus_scale_wrap .tier_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 240px);
  flex: 1;
}
.bonus_scale_wrap .tier_column li {
  width: 100%;
  height: 33%;
}
.bonus_scale_wrap .tier_column:last-child {
  align-items: flex-end;
  text-align: right;
}
.bonus_scale_wrap .tier_column:last-child > li:nth-child(2) {
  padding-left: 110px;
}
.bonus_scale_wrap .tier_column:first-child > li:nth-child(2) {
  padding-right: 110px;
}
.bonus_scale_wrap .tier_column:first-child {
  align-items: flex-start;
}
.bonus_scale_wrap .tier_column li:nth-child(2) .tier_wrap {
  align-items: center;
}.bonus_scale_wrap .tier_column li:nth-child(3) .tier_wrap {
  align-items: flex-end;
}
.bonus_scale_wrap .tier_column li:first-child > svg {
  margin-top: 15px;
}
.bonus_scale_wrap .tier_column li:nth-child(2) .tier_wrap {
  align-items: center;
}
.bonus_scale_wrap .tier_column li:last-child > svg {
  margin-top: -18px;
}
.bonus_scale_wrap .tier_wrap {
  display: flex;
  gap: 50px;
  height: 100%;
}
.bonus_scale_wrap .tier_wrap > a,
.mobile_level_list a {
  font-weight: 600;
  font-size: 35px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #afafaf;
  flex-shrink: 1;
}
.mobile_level_list a {
  font-size: 14px;
}
.bonus_scale_wrap .tier_wrap .mobile_text,
.current_level .mobile_text {
  display: none;
}
.bonus_scale_wrap .tier_wrap > svg {
  flex:1;
  flex-shrink: 2;
  min-width: 150px;
}
.bonus_scale_wrap li.active .tier_wrap a,
.mobile_level_list li.active p {
  color: #000;
}
.bonus_scale_wrap li.active .tier_wrap > svg path,
.bonus_scale_wrap li.active .tier_wrap > svg line,
.bonus_scale_wrap li.current .tier_wrap > svg path,
.bonus_scale_wrap li.current .tier_wrap > svg line {
  stroke: #000;
}
.mobile_level_list .current_level p {
  font-weight: 700;
}
/*colors for current levels*/
.tier_column:last-child > li:nth-child(1).current .tier_wrap a,
.current_level .level_1 {
  color: #267450;
}
.tier_column:last-child > li:nth-child(2).current .tier_wrap a,
.current_level .level_2 {
  color: #207965;
}
.tier_column:last-child > li:nth-child(3).current .tier_wrap a,
.current_level .level_3 {
  color: #1b7e7b;
}
.tier_column:first-child > li:nth-child(1).current .tier_wrap a,
.current_level .level_4 {
  color: #16838e;
}
.tier_column:first-child > li:nth-child(2).current .tier_wrap a,
.current_level .level_5 {
  color: #12879d;
}
.tier_column:first-child > li:nth-child(3).current .tier_wrap a,
.current_level .level_6 {
  color: #0e8bad;
}
.bonus_section_header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  white-space: nowrap;
  margin-bottom: 200px;
}
.bonus_section_header .current_level,
.tab_content .current_level {
  font-weight: 600;
  font-size: 35px;
  flex: 1;
}
.tab_content .current_level {
  font-size: 22px;
  margin-top: 85px;
}
.bonus_section_header .title {
  font-weight: 600;
  font-size: 45px;
  line-height: 113%;
  text-transform: uppercase;
  text-align: center;
  flex: 1;
}
.bonus_section_header a {
  font-weight: 300;
  font-size: 25px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  flex: 1;
}
.bonus_section_footer {
  margin-top: 220px;
  max-width: 475px;
}
.bonus_section_footer p {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 10px;
}
.bonus_section_footer p b {
  font-size: 37px;
  line-height: 140%;
}
.mobile_level_list {
  display: none;
  transform: rotate(0);
}
.mobile_level_list li,
.tier_column li {
  position: relative;
}
.mobile_level_list li .level_info,
.tier_column li .level_info {
  display: none;
  position: fixed;
  z-index: 2;
  top: -10px;
  bottom: 0;
  max-width: 250px;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 30px;
  padding-bottom: 15px;
  background-color: #fff;
  backdrop-filter: blur(10px);
  border: 1px solid #000;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
}
.tier_column li .level_info {
  position: absolute;
  top: 0px;
  bottom: unset;
  max-width: 350px;
  font-size: 20px;
}
.tier_column:first-child li .level_info {
  left: 0;
}
.tier_column:last-child li .level_info {
  right: 0;
}
.tier_column li:nth-child(2) .level_info {
  top: 50%;
  transform: translateY(-50%);
}
.tier_column li:last-child .level_info {
  top: unset;
  bottom: 0;
}
.mobile_level_list li:nth-child(-n + 3) .level_info {
  right: 0;
}
.mobile_level_list li:nth-child(n + 4) .level_info {
  left: 0;
}
.level_info a {
  position: absolute;
  top: 10px;
  right: 15px;
}
.level_info .gift {
  font-weight: 600;
  color: #16838e;
  font-size: 12px;
  margin-top: 15px;
}
/* product page v2  */
.product_section_v2 {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 24px;
}
.product_section_v2 .container {
  padding: 0 24px;
}
.product_section_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom:32px;
}
.product_section_wrapper .product_section_left {
  flex-shrink: 0;
  max-width: 1132px;
  width:100%;
  position:relative;
}
.product_section_wrapper .product_section_left .btn_try_on{
  position: absolute;
  right: 16px;
  z-index: 2;
  top: 16px;
  height: 48px;
}
.try_on_text{
  display: flex;
  gap: 5px;
}
.product_section_wrapper .product_section_left .btn_try_on > span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  gap: 8px;
  padding: 0px 32px;
  border-radius: 24px;
  background: #fff;
  transition:0.5s;
}
.product_section_wrapper .product_section_left .btn_try_on:hover > span{
  color:#fff;
  background:#000;
}
.product_section_wrapper .product_section_left .btn_try_on:hover svg path,
.product_section_wrapper .product_section_left .btn_try_on:hover svg rect{
  fill:#fff;
}
.product_section_wrapper .product_photo_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.product_section_wrapper .product_photo_list > li {
  width: 50%;
}
/*.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-toolbar > *:not(.fancybox-button--close) {
  display: none;
}
.fancybox-toolbar .fancybox-button--close {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: .3s;
}
.fancybox-toolbar .fancybox-button--close:hover {
  background-color: #fff;
}
.fancybox-toolbar .fancybox-button--close:after,
.fancybox-toolbar .fancybox-button--close:before {
  background-color: #261d15;
}
.fancybox-arrow {
  position: fixed;
  top: unset;
  bottom: 140px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  left: unset;
  transform: none !important;
  overflow: hidden;
  margin: 0;
}
.fancybox-arrow--right {
  right: 40px;
  background-image: url(../img/fancy_next.svg);
}
.fancybox-arrow--left {
  right: 82px;
  background-image: url(../img/fancy_prev.svg);
}
.fancybox-arrow:after {
  display: none;
}*/
.product_section_wrapper .product_photo_list .image_wrapper {
  display: block;
  width: 100%;
  /*height: 848px;*/
}
.product_section_wrapper .product_photo_list .tpl_item_images{
  width:calc(100% / 2);
}
.product_section_wrapper .product_photo_list .tpl_item_images .product-wrapper{
  display:flex;
  flex-direction:column;
  width: 100%;
  height: 100%;
  position:relative;
}
.product_section_wrapper .product_photo_list .tpl_item_images .product-wrapper .img_bubble{
  border-radius: 20px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  padding: 9px 16px;
  background: rgb(255 255 255 / 80%);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor:pointer;
  white-space: nowrap;
}
.product_section_wrapper .product_photo_list .tpl_item_images .product-wrapper .img_bubble:hover{
  opacity:0.7;
}
/*
.product_section_wrapper .product_photo_list li:nth-child(n + 3) .image_wrapper {
  height: 751px;
}
*/
.product_section_wrapper .product_section_left .image_wrapper img {
  cursor: pointer;
}
.product_section_wrapper .product_section_left .image_wrapper img,
.suggested_products .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_section_wrapper .suggested_products {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 100px;
}
.product_section_wrapper .suggested_products .subtitle {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #261d15;
}
.product_section_wrapper .suggested_products .products_wrapper {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.suggested_products .product_card {
  display: flex;
  position: relative;
  transform: rotate(0deg);
  overflow: hidden;
}
.suggested_products .product_column .product_card {
  width: 240px;
  height: 296px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
}
.suggested_products .product_card a.product_link {
  display: flex;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index:3;
}
.suggested_products .product_card:hover .image_wrapper {
  transform: scale(1.03);
}
.suggested_products .product_column .image_wrapper {
  width: 100%;
  height: 100%;
  transition-duration: .3s;
  mix-blend-mode: darken;
}
.suggested_products .products_wrapper > .product_card .image_wrapper {
  width: 452px;
  height: 600px;
  transition-duration: .3s;
}
.suggested_products .product_column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}
.product_section_wrapper .product_details_column {
  align-self: flex-start;
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.product_title_bookmark{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  justify-content:space-between;
  width: 100%;
  gap:12px;
  margin-bottom:4px;
}
.product_details_column .section_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.product_details_column .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.product_details_column .price.price_a{
  color: #AF0000;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
}
.product_details_column .old_price {
  font-weight: 400;
  line-height: 150%;
  color: #AF0000;
  text-decoration: none;
}
.product_details_column .old_price span {
  text-decoration: line-through;
  color: #555555;
}
.product_details_column .colors_wrap {
  margin: 16px 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  gap: 7px;
  color: #666666;
  display: flex;
  flex-direction: column;
}
.product_details_column .color_options {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.product_details_column .color_options li {
  position: relative;
  padding:5px;
}
.product_details_column .color_options a {
  display: block;
  width: 24px;
  height: 24px;
  border: 5px solid transparent;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0px 0px 1px #000000;
}
.product_details_column .color_options a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border:1px solid transparent;
}
.product_details_column .color_options li.active a:before,
.product_details_column .color_options a:hover:before {
  border:1px solid #000;
}
.product_details_column .size_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.product_details_column .length_wrap{
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.product_details_column .length_wrap .length_picker{
  margin-bottom: 32px;
}
.product_description_holder .product_description{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product_details_column .chosen-container {
  width: 100% !important;
  font-size: 14px;
  font-weight: 500;
  background:#fafafa;
}
.product_details_column .chosen-container.chosen-with-drop {
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.06), 0 4px 8px -2px rgba(0, 0, 0, 0.1);
}
.product_details_column .size_wrap a.call_size_chart_popup {
  display: flex;
  font-weight: 400;
  flex-direction: column;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: left;
  color: #000;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.product_details_column .size_wrap a.call_size_chart_popup:hover {
  opacity:0.7;
}
.product_details_column .chosen-container-single .chosen-single div {
  width: 24px;
  margin-right: 8px;
  padding-bottom: 0;
  padding-top: 1px;
}
.product_details_column .chosen-container-single .chosen-single span {
  margin-right: 55px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.product_description_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom:32px;
  padding: 0px 16px;
}

.tpl_product_description_block {
  padding: 0;
  margin: 0;
}

.product_info_row .row_header {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  color:#000;
  padding: 5px 0;
}

.product_description_holder .article{
  color: #999999;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}
.product_description_holder .product_sklad_title{
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
.product_description_holder .product_sklad{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.product_details_column .chosen-single,
.product_details_column .chosen-container-active.chosen-with-drop .chosen-single {
  height: 48px;
  padding: 13.5px 8px;
  padding-right: 0;
  border-color: #000;
}
.product_details_column .chosen-container .chosen-results li.out_of_stock {
  text-decoration: line-through;
  color: #555555;
}
.product_details_column .chosen-container .chosen-results {
  text-align: center;
}
.product_details_column .chosen-results li {
  color: #000;
}
.product_details_column .chosen-drop {
  background-color: #fff !important;
}
.product_details_column .chosen-results li.highlighted {
  opacity: 0.7;
}
.product_details_column .chosen-drop {
  margin-top: 1px;
  border: none;
}
.product_details_column .buttons_wrap {
  display: flex;
  align-items: stretch;
  gap: 1px;
  margin-bottom: 16px;
}
.product_details_column .buttons_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #000;
}
.product_details_column .buttons_wrap a.added_cart,
.product_details_column .buttons_wrap a:hover {
  background-color: #1a1a1a;
}
.product_details_column .buttons_wrap a.added_cart,
.product_details_column .buttons_wrap a:focus {
  box-shadow: none;
}

.product_details_column .buttons_wrap a.add_to_fav--active svg path{
  fill:#fff;
}
.product_details_column .bookmark {
  width: 24px;
  height:24px;
  min-width:24px;
  flex-shrink: 0;
}
.product_details_column .bookmark:hover{
  opacity:0.7;
}
.product_details_column .bookmark.add_to_fav--active svg path,
.product_details_column .bookmark.active svg path {
  fill: #000;
}
.product_details_column .buttons_wrap a:first-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  width: calc(100% - 49px);
}
.product_details_column .buttons_wrap a.add_to_card,
.product_details_column .buttons_wrap a.stock_notification{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  box-shadow: 0px 4px 8px -2px #0000001a, 0px 2px 4px -2px #0000000f;
}
.product_info_full .product_details_column,
.product_info_full{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product_info_full .product_details_column .text_wrapper a{
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.product_info_full .product_details_column .text_wrapper a.address_ti{
  font-weight:700;
  text-decoration: none;
}
.product_info_full .product_details_column .text_wrapper {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  transition: background-color .3s;
}
.product_info_full .product_details_column .text_wrapper a:hover{
  opacity: 0.7;
}
.product_info_full .product_details_column .text_wrapper > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.product_details_column .material_wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 400;
}
.product_details_column .product_info_row .image_wrapper {
  width: 100%;
  height: 333px;
}
.product_details_column .product_info_row .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_details_column .address_tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 32px;
  justify-content: flex-start;
}

#product_info_popup .product_details_column .address_tabs li {
  padding: 9.5px 4px;
}

#product_info_popup .product_details_column .address_tabs a {
  font-size: 14px;
  line-height: 150%;
  text-decoration:none;
  color: #000;
}
#product_info_popup .product_details_column .address_tabs li.active {
  border-bottom: 1px solid #000;
}

#product_info_popup .product_details_column .address_tabs li.active a {
  pointer-events: none;
  font-weight: 700;
}
#product_info_popup .product_details_column .address_wrap:not(.active) {
  display: none;
}
#product_info_popup .product_details_column .address_wrap {
  display: flex;
  flex-direction: column;
  gap:32px;
}
.sklad_info_h{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.sklad_info_h b{
  font-weight:400;
}

.status_amount_1, .status_amount_0 {
  color:#AF0000;
}
.product_details_column .address_wrap > a:last-child {
  font-weight: 500;
}
#filter_wrapper .sorting input:not(:checked) + label:hover,
#filter_wrapper .filter_checkboxes li label:hover,
#filter_wrapper .filter_options label:hover,
#filter_wrapper .filter_options a:hover,
#filter_open:hover,
.product_card:hover .product_link {
  text-shadow: -0.06ex 0 0 currentColor, 0.06ex 0 0 currentColor;
}
@supports (-webkit-text-stroke-width: 0.04ex) { /* 2017+, mobile 2022+ */
  #filter_wrapper .sorting input:not(:checked) + label:hover,
  #filter_wrapper .filter_checkboxes li label:hover,
  #filter_wrapper .filter_options label:hover,
  #filter_wrapper .filter_options a:hover,
  #filter_open:hover,
  .product_card:hover .product_link {
    text-shadow: -0.03ex 0 0 currentColor, 0.03ex 0 0 currentColor;
    -webkit-text-stroke-width: 0.04ex;
  }
}
#select_popup.popup,
#product_info_popup.popup,
#size_chart_popup.popup,
#notify_popup.popup {
  padding: 0px;
  background-color: #fff;
  max-width: 724px;
  width: 100%;
  top: 0px;
  height: 100vh;
  transform: none;
  right: 0px;
  left: auto;
  overflow: auto;
}
#subscribe_cart_popup .text_notification b{
  font-weight: 600;
  display: initial;
  margin-right: 7px;
}
#subscribe_cart_popup.popup,
#fast_buy_popup.popup{
  padding: 0px;
  background-color: #fff;
  max-width: 430px;
  width: 100%;
}
.product_details_column .popup {
  padding: 16px;
  padding-top: 0;
  background-color: #fff;
}
#select_popup.popup .popup_title{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #fafafa;
  width:100%;
}
#subscribe_cart_popup.popup .popup_header,
#fast_buy_popup.popup .popup_header,
#product_info_popup.popup .popup_header,
#size_chart_popup.popup .popup_header,
#notify_popup.popup .popup_header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #fafafa;
}
.product_details_column .popup .popup_header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.product_info_full{
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  height: calc(100vh - 60px);
  justify-content: flex-start;
  padding: 32px 112px;
  overflow-y: auto;
}
.product_popup_close,
.size_chart_close {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-height: 48px;
  background-color: #fff;
  border: 0.5px solid #000;
  color: #000;
  max-width: 400px;
  margin-top: 36px;
}
.product_popup_close:hover,
.size_chart_close:hover{
  background: #000;
  color: #fff;
}
.product_sizechart_full{
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  justify-content: flex-start;
  padding: 32px 24px;
}
.tab_sizechart_nav {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
.tab_sizechart_nav a {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 300;
  background-color: #FAFAFA;
  border-radius: 20px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_sizechart_nav .active {
  border: 0.5px solid #000000;
  background-color: #FFFFFF;
}
#subscribe_cart_popup.popup > .pop_close{
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  top: 18px;
  right: 18px;
  display: flex;
}
#select_popup.popup .popup_close,
#subscribe_cart_popup.popup > .pop_close,
#fast_buy_popup.popup > .popup_close,
#notify_popup.popup .popup_close,
#product_info_popup.popup .popup_close,
#size_chart_popup.popup .popup_close {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  top: 18px;
  right: 18px;
}
#subscribe_cart_popup.popup > .pop_close:hover,
#fast_buy_popup.popup > .popup_close:hover,
#notify_popup.popup .popup_close:hover{
  background:transparent;
}
#subscribe_cart_popup.popup > .pop_close:hover svg path,
#fast_buy_popup.popup > .popup_close:hover svg path,
#notify_popup.popup .popup_close:hover svg path{
  fill:#000;
}
.product_details_column .popup .popup_close {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  top: 12px;
  right: 16px;
}
#size_chart_popup {
  min-width: 430px;
}

.product_sizechart_full table,
.product_sizechart_full tbody,
#size_chart_popup table,
#size_chart_popup tbody {
  width: 100%!important;
}
.product_sizechart_full tbody,
#size_chart_popup tbody {
  font-weight: 400;
  font-size: 12px!important;;
  line-height: 150%;
  text-align: center;
  color: #000;
}
.product_sizechart_full tr,
#size_chart_popup tr {
  width: 100%;
  height:auto!important;
}
.product_sizechart_full tr:first-child,
#size_chart_popup tr:first-child {
  font-weight: 500;
}
.product_sizechart_full tr:nth-child(even),
#size_chart_popup tr:nth-child(even) {
  background-color: #fafafa;
}
.product_sizechart_full colgroup,
#size_chart_popup colgroup{
  display:none!important;
}
.product_sizechart_full th,
.product_sizechart_full td,
#size_chart_popup th,
#size_chart_popup td{
  width:auto!important;
  height:auto!important;
  font-size: 14px !important;
  padding: 11px!important;
  font-weight: 300!important;
  text-align:center!important;
  border:none!important;
  position:relative;
}
.product_sizechart_full th:after,
.product_sizechart_full td:after,
#size_chart_popup th:after,
#size_chart_popup td:after{
  background:#fff;
  width:1px;
  height:100%;
  position:absolute;
  right:0px;
  top: 0px;
  content:"";
}
.product_sizechart_full td font,
.product_sizechart_full td font span,
.product_sizechart_full td font div,
.product_sizechart_full th font,
.product_sizechart_full th font span,
.product_sizechart_full th font div,
#size_chart_popup td font,
#size_chart_popup td font span,
#size_chart_popup td font div,
#size_chart_popup th font,
#size_chart_popup th font span,
#size_chart_popup th font div{
  width:auto!important;
  height:auto!important;
  border:none!important;
  font-size: 14px !important;
  font-weight:300!important;
  padding: 0px!important;
  text-align:center!important;
  font-family: Montserrat, sans-serif!important;
}

.product_sizechart_full tr:first-child th,
.product_sizechart_full tr:first-child td,
.product_sizechart_full thead th,
.product_sizechart_full thead td,
#size_chart_popup tr:first-child th,
#size_chart_popup tr:first-child td,
#size_chart_popup thead th,
#size_chart_popup thead td{
  width:auto!important;
  height:auto!important;
  font-size: 12px !important;
  padding: 11px!important;
  font-weight:300!important;
  text-align:center!important;
  border:none!important;
  position:relative;
}
.product_sizechart_full tr th:first-child,
.product_sizechart_full tr td:first-child,
#size_chart_popup tr th:first-child,
#size_chart_popup tr td:first-child{
  width:auto!important;
  height:auto!important;
  font-size: 16px !important;
  padding: 11px!important;
  font-weight:300!important;
  text-align:center!important;
  border:none!important;
  position:relative;
}



.product_sizechart_full tr:first-child th:first-child,
.product_sizechart_full tr:first-child td:first-child,
.product_sizechart_full tr:first-child td font,
.product_sizechart_full tr:first-child td font span,
.product_sizechart_full tr:first-child td font div,
.product_sizechart_full tr:first-child th font,
.product_sizechart_full tr:first-child th font span,
.product_sizechart_full tr:first-child th font div,
.product_sizechart_full thead td font,
.product_sizechart_full thead td font span,
.product_sizechart_full thead td font div,
.product_sizechart_full thead th font,
.product_sizechart_full thead th font span,
.product_sizechart_full thead th font div,
#size_chart_popup tr:first-child th:first-child,
#size_chart_popup tr:first-child td:first-child,
#size_chart_popup tr:first-child td font,
#size_chart_popup tr:first-child td font span,
#size_chart_popup tr:first-child td font div,
#size_chart_popup tr:first-child th font,
#size_chart_popup tr:first-child th font span,
#size_chart_popup tr:first-child th font div,
#size_chart_popup thead td font,
#size_chart_popup thead td font span,
#size_chart_popup thead td font div,
#size_chart_popup thead th font,
#size_chart_popup thead th font span,
#size_chart_popup thead th font div{
  width:auto!important;
  height:auto!important;
  border:none!important;
  font-size: 12px !important;
  font-weight:300!important;
  padding: 0px!important;
  text-align:center!important;
  font-family: Montserrat, sans-serif!important;
}

.product_sizechart_full tr td:first-child font,
.product_sizechart_full tr td:first-child font span,
.product_sizechart_full tr td:first-child font div,
.product_sizechart_full tr th:first-child font,
.product_sizechart_full tr th:first-child font span,
.product_sizechart_full tr th:first-child font div,
#size_chart_popup tr td:first-child font,
#size_chart_popup tr td:first-child font span,
#size_chart_popup tr td:first-child font div,
#size_chart_popup tr th:first-child font,
#size_chart_popup tr th:first-child font span,
#size_chart_popup tr th:first-child font div{
  width:auto!important;
  height:auto!important;
  border:none!important;
  font-size: 16px !important;
  font-weight:300!important;
  padding: 0px!important;
  text-align:center!important;
  font-family: Montserrat, sans-serif!important;
}
/*
#size_chart_popup tr:first-child td:first-child{
  visibility: hidden;
}
*/

.product_sizechart_full th:nth-child(-n + 2),
.product_sizechart_full td:nth-child(-n + 2),
#size_chart_popup th:nth-child(-n + 2),
#size_chart_popup td:nth-child(-n + 2) {
  flex: 1;
}
.product_sizechart_full th:nth-child(n + 3),
.product_sizechart_full td:nth-child(n + 3),
#size_chart_popup th:nth-child(n + 3),
#size_chart_popup td:nth-child(n + 3) {
  flex: 2.4;
}

.product_sizechart_full table,
#size_chart_popup table{
  margin-bottom:10px;
}
.product_sizechart_full .product_sizechart_holder,
#size_chart_popup .product_sizechart_holder{
  width:100%!important;
  margin-bottom: 8px;
  overflow: auto;
}
.product_size_design{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 24px auto 0px auto;
}
.product_size_design_img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.product_size_design_img img {
  width: 100%;
  display: block;
}
.product_size_design_text {
  font-size: 14px;
  line-height: 150%;
  color: #000;
  font-weight: 300;
  text-align: left;
}
.product_sizechart_full span,
.product_sizechart_full p,
.product_sizechart_full font,
.product_sizechart_full font span,
.product_sizechart_full font div,
.product_sizechart_full font,
.product_sizechart_full font span,
.product_sizechart_full font div,
#size_chart_popup span,
#size_chart_popup p,
#size_chart_popup font,
#size_chart_popup font span,
#size_chart_popup font div,
#size_chart_popup font,
#size_chart_popup font span,
#size_chart_popup font div{
  width:auto!important;
  height:auto!important;
  border:none!important;
  font-size: 14px !important;
  padding: 0px!important;
  text-align:left!important;
  font-family: Montserrat, sans-serif!important;
}

.highlight-column-active {
  background-color: #eaeaea!important;
}
.highlight-row {
  background-color: #f3f3f3!important;
}

.highlight-column {
  background-color: #f3f3f3!important;
}

#stock_notification_form .input_wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
}
#stock_notification_form input {
  padding: 13.5px 8px;
  background-color: #fafafa;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 14px;
}
#notify_popup .section_link {
  position: static;
  height: 48px;
  margin-top: 4px;
  width: 100%;
  max-width: unset;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}
.accepted_wrapper{
  display:none;
}
#notify_popup .accepted_wrapper p {
  text-align: center;
  max-width: 275px;
  margin: 0 auto;
}
.product_details_column .section_link:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  opacity: 1;
}
.white_breadcrumbs{
  background-color: #000;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white_section{
  background-color: #fff;
  width: 100%;
}
.image-zoom {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: hidden;
  cursor: move;
  z-index: 10;
}
.image-zoom img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
}
#image-zoom-prev,
#image-zoom-next {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 140px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-position: center;
}
#image-zoom-next {
  right: 40px;
}
#image-zoom-prev {
  right: 82px;
}
#image-zoom-close {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.image-zoom button:hover {
  opacity: 0.7;
}
/* product page v2 end */



/* category page v2 */
.category_wrapper {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding-bottom: 0;
}
.category_wrapper .container {
  max-width: 1920px;
  padding: 0 16px;
}
.category_wrapper .category_top {
  background-color: #fff;
}
.category_wrapper .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
.category_wrapper .category_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
}
.category_wrapper .section_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}
#filter_open {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5.5px 8px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid transparent;
}
#filter_open:hover {
  border-color: #666;
}
.product_list.history_list,
.product_list.similar_list,
.category_wrapper .product_list {
  gap: 8px;
  margin-top: 16px;
}
.product_list.similar_list > li,
.category_wrapper .product_list > li {
  width: calc(25% - 6px);
}
.product_card {
  position: relative;
}
.product_card .image_wrapper {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  min-width: 100%;
}
.product_card.product_card_i .image_wrapper{
  z-index:0;
}
.product_card .image_wrapper .slick-list{
  min-width:100%;
}
.product_card .image_wrapper .slick-list .slick-slide > div{
  display:flex;
}
.tpl_catalog_gallery{
  display: block;
  width: 100%;
  cursor: pointer;
}
.product_card .image_wrapper .slick-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  gap: 0px;
}
.product_card .image_wrapper .slick-dots li{
  background:#ccc;
  width:100%;
  height:1px;
}
.product_card .image_wrapper .slick-dots li button{
  display: none!important;
}
.product_card .image_wrapper .slick-dots li.slick-active{
  background:#666666;
}
.product_card .image_wrapper .slick-prev_arrow{
  position: absolute;
  top: calc(50% - 12px);
  left: 0px;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity:0;
  flex-direction: column;
  z-index: 1;
}
.product_card .image_wrapper .slick-next_arrow{
  position: absolute;
  top: calc(50% - 12px);
  right: 0px;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity:0;
  flex-direction: column;
  z-index: 1;
}
.product_card:hover .image_wrapper .slick-prev_arrow,
.product_card:hover .image_wrapper .slick-next_arrow{
  opacity:1;
}
.product_card .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:0.5s;
}
.product_card .product_card_info {
  padding: 12px;
  padding-bottom: 24px;
  background-color: #fff;
}
.product_card .product_link {
  display: block;
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_card .product_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product_card .price_wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  line-height: 150%;
}
.product_card .price_wrapper.price_wrapper_hidden{
  display:none!important;
}
.product_card .old_price {
  text-decoration: line-through;
}
.product_card .price {
  font-weight: 600;
}
.product_card .price:last-child:not(:first-child) {
  color: #af0000;
}
.product_card .bookmark {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  z-index: 3;
}
.product_card:hover .image_wrapper img{
  opacity:0.7;
}
.product_card .bookmark svg path {
  fill: transparent;
}
.product_card .bookmark:hover svg path,
.product_card .bookmark.add_to_fav--active svg path,
.product_card .bookmark.active svg path {
  fill: #000;
}
.category_wrapper .pagination_wrapper {
  padding: 64px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.category_wrapper .pagination_wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background:#fff;
}
.category_wrapper .pagination_wrapper a.prev-next:hover{
  background:rgba(255,255,255,0.4);
}
.category_wrapper .pagination_wrapper a.pre_post_paginate{
  background:transparent!important;
}
.category_wrapper .pagination_wrapper a.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.category_wrapper .pagination_wrapper a svg {
  transition-duration: .3s;
}
.category_wrapper .pagination_wrapper a.load_more_blog,
.category_wrapper .pagination_wrapper a.load_more {
  width: 232px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
.load_more.disabled_load_more{
  opacity: 0.3;
  pointer-events: none;
}
.category_wrapper .pagination_wrapper a.load_more_blog:hover,
.category_wrapper .pagination_wrapper a.load_more:hover{
  background:#1A1A1A;
}
.category_wrapper .pagination_wrapper a.load_more_blog.load_more_disabled,
.category_wrapper .pagination_wrapper a.load_more.load_more_disabled {
  pointer-events: none;
  background: #CCCCCC;
  color: #555555;
}
.category_wrapper .pagination_wrapper p {
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
#filter_wrapper {
  display: none;
  position: fixed;
  z-index: 110;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 360px;
  padding-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
}
#filter_wrapper .ajax_filters{
  padding: 0 16px;
  padding-bottom: 16px;
}
#filter_wrapper form{
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
  position: relative;
}
.apply_filters_holder{
  position: sticky;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
#filter_wrapper .header {
  margin-bottom: 24px;
  line-height: 150%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  min-height: 60px;
}
#filter_wrapper .header > span{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 150%;
  padding-left: 48px;
  width: 100%;
}
.ajax_filters_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ajax_filters{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 100%;
  overflow: auto;
  justify-content: space-between;
}
#filter_close {
  top: auto;
  right: auto;
  width: 48px;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: transparent;
}
#filter_wrapper .filter_section {
  margin-bottom: 24px;
}
#filter_wrapper .filter_section:last-of-type {
  margin-bottom: 14px;
}
#filter_wrapper .filter_section.filter_section_sort > ul,
#filter_wrapper .filter_section > ul{
  display:none;
}
#filter_wrapper .filter_section.active > ul{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#filter_wrapper .filter_section.filter_section_sort.active > ul{
  flex-direction:column;
}
#filter_wrapper .filter_section .filter_nblock{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor:pointer;
  margin-bottom: 12px;
}
#filter_wrapper .filter_section .filter_nblock svg{
  transition:0.5s;
}
#filter_wrapper .filter_section.active .filter_nblock svg{
  transform:rotate(180deg);
}
#filter_wrapper .filter_section .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
}
#filter_wrapper .filter_options {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#filter_wrapper .filter_options li {
  display: flex;
  border-bottom: 1px solid transparent;
  transition-duration: .3s;
}
#filter_wrapper .filter_options label,
#filter_wrapper .filter_options a {
  padding: 4px 8px;
  line-height: 150%;
  min-width: 32px;
  text-align: center;
  cursor:pointer;
}
#filter_wrapper .filter_options input{
  display:none;
}
#filter_wrapper .filter_options:not(.current_filters) li.active {
  border-color: #000;
}
#filter_wrapper .filter_options:not(.current_filters) li:hover {
  border-color: #666;
}
#filter_wrapper .current_filters a {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #fafafa;
  border: none;
}
#filter_close {
  opacity: 0.7;
}
#filter_wrapper .current_filters .clear_all {
  color: #ff3b30;
}
#filter_wrapper input[type="radio"] {
  display: none;
}
#filter_wrapper .sorting li {
  margin-bottom: 8px;
}
#filter_wrapper .sorting li:last-child {
  margin-bottom: 0;
}
#filter_wrapper .sorting label {
  position: relative;
  padding-left: 20px;
  line-height: 150%;
  cursor: pointer;
  transition-duration: .3s;
}
#filter_wrapper .sorting label:before {
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  min-height:16px;
  min-width:16px;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #000;
}
#filter_wrapper .sorting label:after {
  position: absolute;
  content: "";
  top: calc(50% - 4.5px);
  left: 3.5px;
  border-radius: 50%;
  opacity: 0;
  transition-duration: .3s;
  width: 9px;
  height: 9px;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
  border: none;
  display: flex;
  min-height:9px;
  min-width:9px;
}
#filter_wrapper .sorting input:checked + label:after {
  opacity: 1;
}
#filter_wrapper .color_options a{
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-bottom: 3px;
  min-width: unset;
  padding: 0;
}
#filter_wrapper .color_options label{
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #CCCCCC!important;
  margin-bottom: 3px;
  min-width: unset;
  padding: 0;
}
#filter_wrapper .color_options li {
  margin: 2px 3.5px;
}
#filter_wrapper .filter_checkboxes {
/*  max-height: 158px;*/
  max-height: unset;
/*  overflow: auto;*/
  padding: 0;
}
#filter_wrapper .filter_checkboxes::-webkit-scrollbar-track-piece,
#filter_wrapper::-webkit-scrollbar-track-piece {
  background-color: #a3a3a3;
}
#filter_wrapper .filter_checkboxes::-webkit-scrollbar-track,
#filter_wrapper::-webkit-scrollbar-track {
  background-color: #a3a3a3;
}
#filter_wrapper .filter_checkboxes::-webkit-scrollbar-thumb,
#filter_wrapper::-webkit-scrollbar-thumb  {
  background-color: #000;
}
#filter_wrapper .filter_checkboxes::-webkit-scrollbar-corner,
#filter_wrapper::-webkit-scrollbar-corner  {
  background-color: #000;
}
#filter_wrapper .filter_checkboxes::-webkit-scrollbar,
#filter_wrapper::-webkit-scrollbar  {
  width: 3px;
}
#filter_wrapper .filter_checkboxes li {
  margin-bottom: 8px;
  width: 100%;
}
#filter_wrapper .filter_checkboxes li:last-child{
  margin-bottom: 0;
}
#filter_wrapper .filter_checkboxes li input {
  position: absolute;
  right: 0px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
#filter_wrapper .filter_checkboxes li label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 18px;
  cursor: pointer;
  transition-duration: .3s;
  color: #000;
}
#filter_wrapper .filter_options li.disabled_filter label,
#filter_wrapper .filter_checkboxes li.disabled_filter label{
  cursor: not-allowed;
  opacity: 0.2;
}
#filter_wrapper .filter_options.color_options li.disabled_filter{
  display:none;
}

.filter_checkboxes .v_cnt,
.filter_options .v_cnt{
  display:none;
}
#filter_wrapper .filter_checkboxes li label:before {
  position: absolute;
  content: "";
  top: calc(50% - 7px);
  left: 0;
  border: 1px solid #000;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  transition: .3s;
  box-sizing: border-box;
}
#filter_wrapper .filter_checkboxes li input:checked + label:before {
  background-color: #000;
}
#filter_wrapper .filter_checkboxes li input:checked + label:after {
  width: 10px;
  height: 7px;
  content: "";
  position: absolute;
  left: 2px;
  top: calc(50% - 3.5px);
  background: url(../img/checkbox_tick_white.svg) center no-repeat;
  background-size: contain;
}
#filter_wrapper #apply_filters {
  display: block;
  padding: 13.5px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  background-color: #000;
  text-transform: uppercase;
}
#filter_wrapper #apply_filters:hover,
.category_wrapper .pagination_wrapper a.load_more_blog:hover 
.category_wrapper .pagination_wrapper a.load_more:hover {
  background-color: #1a1a1a;
}
/* category page v2 end */

.subcategories{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 4px;
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 16px;
  padding-bottom: 8px;
}
.subcategories::-webkit-scrollbar-thumb,
.subcategories::-webkit-scrollbar-track{
  background: rgb(102 102 102 / 50%);
}
.subcategories li{
  display: flex;
  flex-direction: column;
}
.subcategories li a{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 12px;
  padding: 7px 12px;
  border: none; 
  box-shadow: inset 0 0 0 0.5px #000;
  white-space: nowrap;
  min-height: 34px;
}
.subcategories li a:hover,
.subcategories li a.active{
  background: #000;
  color: #fff;
}
.content_holder h1.subsection_title,
.payment_delivery_subsection .subsection_title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    margin:24px 0px;
}
.content_holder.content_holder_s h1.subsection_title{
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  position: relative;
  margin-bottom: 12px;
  text-transform: uppercase;
  justify-content: flex-start;
}
.categories_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.action_top_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  font-size: 10px;
  line-height: 150%;
  color: #000;
  overflow: hidden;
}
.action_top{
  width: 100%;
  max-width: 350px;
  margin: 0px auto;
  position:relative;
}
.action_top button.slick-prev_arrow{
  position:absolute;
  display: flex;
  flex-direction: column;
  width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  top: 0px;
  left:0px;
  z-index:1;
}
.action_top button.slick-next_arrow{
  position:absolute;
  display: flex;
  flex-direction: column;
  width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  top: 0px;
  right:0px;
  z-index:1;
}
.action_top button.slick-prev_arrow svg path,
.action_top button.slick-next_arrow svg path{
  stroke: #000;
}
.action_top .tpl_action_top{
  display: flex !important;
  flex-direction: column;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
  align-items: center;
  justify-content: center;
  height: 24px;
}
.action_top .tpl_action_top span{
  display: flex;
  flex-direction: column;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  justify-content: center;
  text-transform:uppercase;
}
.pop_cart_holder,
.pop_wish{
  display:none;
  width: 100%;
  height: 100%;
}
.pop_cart_holder .pop_cart{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: min-content;
}
.pop_cart_holder.active,
.pop_wish.active{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.pop_cart_title{
  line-height: 150%;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.mobile_form_head{
  display:none;
}
.search_box_label{
  display:none;
}
.more_similar{
  display: flex;
  flex-direction: column;
  height: 48px;
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  border: 1px solid #000;
  align-items: center;
  justify-content: center;
  min-width: 328px;
  max-width: 100%;
  width: max-content;
  margin: 12px auto 12px auto;
}
.more_similar:hover{
  background:#000;
  color:#fff;
}
.notify_available_1{
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  color: #af0000;
}
.notify_available_2{
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  color: #32af00;
}
.product_page_slider_section.product_page_similar{
  padding-bottom:64px;
}
.product_page_slider_section.product_page_similar .section_header{
  padding-top: 32px;
  margin-bottom: 24px;
}
.product_page_slider_section.product_page_similar .section_header .section_title{
  font-size: 20px;
}
.header_wrapper.header_wrapper_checkout .logo img{
  max-width:162px;
}
.hpd{
  background:#fff;
  display:flex;
  flex-direction:column;
  width:100%;
  height:60px;
}

header{
  background:#000;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition:0.1s;
}
header.hp{
  top:24px;
}
header.hp.fix_header{
  top:0px;
}
.front_collection_section,
.front_reels_section,
.gallery_section,
.front_contact_section,
.front_banner_section{
  padding:0px;
  margin:0px;
  display:flex;
  flex-direction:column;
  position:relative;
}
.front_banner{
  display:flex;
  flex-direction:column;
  width:100%;
  width: 100vw;
  height: calc(100dvh - 60px);
  position:relative;
  transition: all 0.5s;
}
.front_banner:after{
  content:"";
  display:block;
  width:100%;
  height:40%;
  bottom:0px;
  left:0px;
  z-index:1;
  position:absolute;
  pointer-events:none;
}
.front_banner .tpl_banner{
  position:relative;
}
.front_banner .tpl_banner:nth-child(n+2){
  display:none;
}
.front_banner.swiper-initialized .tpl_banner:nth-child(n+2),
.front_banner.slick-initialized .tpl_banner:nth-child(n+2){
  display:block;
}
.front_banner .tpl_banner:after{
  content:"";
  display:block;
  width:100%;
  height:40%;
  bottom:0px;
  left:0px;
  z-index:1;
  position:absolute;
  pointer-events:none;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.front_banner .banner_info{
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index:2;
}
.banner_title{
  font-size:56px;
  line-height:68px;
  font-weight:700;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items: center;
  transition: 0s;
  justify-content: center;
  text-transform:uppercase;
  color:#fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}
.banner_subtitle{
  font-size:16px;
  line-height:24px;
  font-weight:400;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  text-transform:uppercase;
  color:#fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}
.banner_link{
  font-size:16px;
  line-height:24px;
  font-weight:400;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  text-transform:uppercase;
  color:#fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
  padding:10px 16px;
  min-width:220px;
  height:44px;
  border:1px solid #ffffff;
  transition:0.5s;
}
.banner_link:hover{
  background:#ffffff;
  color:#000000;
}
.front_banner .tpl_banner .banner_desktop{
  width: 100vw;
  height: 100dvh;
  object-fit: cover;
  transition: all 0.5s;
}
.front_banner .tpl_banner .banner_mobile{
  display:none;
}
.front_banner .slick-prev_arrow{
  position:absolute;
  display:flex;
  flex-direction:column;
  width:64px;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:2;
  cursor:pointer;
  align-items: center;
  justify-content: center;
}
.front_banner .slick-next_arrow{
  position:absolute;
  display:flex;
  flex-direction:column;
  width:64px;
  height:100%;
  position:absolute;
  top:0px;
  right:0px;
  z-index:2;
  cursor:pointer;
  align-items: center;
  justify-content: center;
}
.front_banner .swiper-pagination,
.front_banner .slick-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 32px;
  left: 0px;
  width: 100%;
  z-index: 2;
  gap: 2px;
}
.front_banner .slick-dots li button{
  display:none!important;
}
.front_banner .swiper-pagination span,
.front_banner .slick-dots li{
  width:16px;
  height:1px;
  background:#fff;
  opacity:0.4;
  border-radius:0px;
}
.front_banner .swiper-pagination span:hover,
.front_banner .swiper-pagination span.swiper-pagination-bullet-active,
.front_banner .slick-dots li:hover,
.front_banner .slick-dots li.slick-active{
  opacity:1;
  cursor:pointer;
}
.gallery{
  display:flex;
  flex-direction:column;
  width:100%;
  position:relative;
  transition: all 0.5s;
}

.gallery .tpl_gallery{
  position: relative;
  display:flex;
  flex-direction:column;
  transition:0.5s;
  padding: 5px;
}
.gallery .tpl_gallery a{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.gallery .tpl_gallery img{
  width: 100%;
  transition: all 0.5s;
}
.gallery .slick-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 32px;
  left: 0px;
  width: 100%;
  z-index: 2;
  gap: 2px;
}
.gallery .slick-dots li button{
  display:none!important;
}
.gallery .slick-dots li{
  width:16px;
  height:1px;
  background:#fff;
  opacity:0.4;
}
.gallery .slick-dots li:hover,
.gallery .slick-dots li.slick-active{
  opacity:1;
  cursor:pointer;
}
.front_contact{
  display:flex;
  flex-direction:column;
  width: 100%;
  max-width: 1624px;
  position:relative;
  transition: all 0.5s;
}
.front_contact .slick-track {
  display: flex;
  gap: 10px;
}
.tpl_contact_main_h {
  text-align: center;
}
.tpl_contact_main:after{
  content:"";
  display:block;
  width:100%;
  height:50%;
  bottom:0px;
  left:0px;
  z-index:1;
  position:absolute;
  pointer-events:none;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.tpl_contact_bottom {
  margin-top: 18px;
  font-weight: 300;
  font-size: 16px;
}
.front_contact .tpl_contact_main{
  position: relative;
  display:flex;
  flex-direction:column;
  transition:0.5s;
  text-align: center;
}
.front_contact .tpl_contact_main .contact_img{
  /*width: 100vw;*/
  /*height: 100dvh;*/
  object-fit: cover;
  transition: all 0.5s;
}
.front_contact .tpl_contact_main:hover .contact_img{
  opacity:0.8;
}
.front_contact .slick-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 32px;
  left: 0px;
  width: 100%;
  z-index: 2;
  gap: 2px;
}
.front_contact .slick-dots li button{
  display:none!important;
}
.address_pretitle{
  font-weight: 600;
  text-decoration: underline;
}
.front_contact .slick-dots li{
  width:16px;
  height:1px;
  background:#fff;
  opacity:0.4;
}
.front_contact .slick-dots li:hover,
.front_contact .slick-dots li.slick-active{
  opacity:1;
  cursor:pointer;
}
.front_contact .contact_title{
  font-size:20px;
  line-height:28px;
  font-weight:700;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  width:100%;
  position:absolute;
  text-transform:uppercase;
  left:0px;
  bottom:64px;
  color:#fff;
  gap:5px;
  z-index:2;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}
.front_contact .tpl_contact_content{
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  text-transform: uppercase;
  left: 16px;
  bottom: 16px;
  right: 16px;
  color: #FFFFFF;
  gap: 5px;
  z-index: 2;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}
.tpl_contact_title {
  font-size: 18px;
  font-weight: 700;
  text-align: start;
}
.tpl_contact_main .pagetitle {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
}
.front_contact_section {
  align-items: center;
}
.front_contact_title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 24px 0;
}
.front_reels{
  display:flex;
  flex-direction:column;
  width:100%;
  width: 100vw;
  height: 100dvh;
  max-width:800px;
  max-height:900px;
  margin:64px auto;
  position:relative;
  transition: all 0.5s;
}
.front_reels .tpl_reel{
  position:relative;
  width:100%;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.front_reels .tpl_reel .reels_over{
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index:1;
}
.front_reels .tpl_reel .reels_over span{
  color:#fff;
  font-size:14px;
  line-height:21px;
  font-weight:700;
  display: flex;
  flex-direction: row;
  align-items:center;
  gap:8px;
  transition:0.5s;
}
.front_reels .tpl_reel a:after{
  content:"";
  display:block;
  position:absolute;
  top: 0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:3;
}
.front_reels .tpl_reel .reels_over span img{
  width:32px;
  height:32px;
}

.front_reels .tpl_reel:hover .tpl_reel_info_link{
  background:#ffffff;
  color:#000;
}
.front_reels .tpl_reel .tpl_reel_in{
  width: 100%;
}
.front_reels .tpl_reel .tpl_reel_in .reel_video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front_reels .tpl_reel .tpl_reel_in .reel_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpl_reel_info{
  display: flex;
  flex-direction: column;
  gap: 14px;
  top: 740px;
  left: 0px;
  width: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.tpl_reel_info_title{
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}
.tpl_reel_info_link{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
  padding: 10px 12px;
  height: 44px;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.tpl_reel_info_link:hover{
  background:#fff;
  color:#000;
}
.front_reels .slick-prev_arrow{
  position:absolute;
  display:flex;
  flex-direction:column;
  width:64px;
  height:100%;
  position:absolute;
  top:0px;
  left: -64px;
  z-index:2;
  cursor:pointer;
  align-items: center;
  justify-content: center;
}
.front_reels .slick-next_arrow{
  position:absolute;
  display:flex;
  flex-direction:column;
  width:64px;
  height:100%;
  position:absolute;
  top:0px;
  right:-64px;
  z-index:3;
  cursor:pointer;
  align-items: center;
  justify-content: center;
}
.front_reels .slick-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 32px;
  left: 0px;
  width: 100%;
  z-index: 2;
  gap: 2px;
}
.front_reels .slick-dots li button{
  display:none!important;
}
.front_reels .slick-dots li{
  width:16px;
  height:1px;
  background:#fff;
  opacity:0.4;
}
.front_reels .slick-dots li:hover,
.front_reels .slick-dots li.slick-active{
  opacity:1;
  cursor:pointer;
}
.front_collection_main_img{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.collection_main_desktop{
  width: 100vw;
  height: 80vh;
  object-fit: cover;
}
.collection_main_mobile{
  display:none;
}
.front_collection{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.front_collection a{
  width:calc(100% / 6);
  transition:0.5s;
}
.front_collection a:hover{
  opacity:0.8;
}
.front_collection a img{
  width:100%;
  display:block;
}
.front_collection_main{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.front_collection_main:after{
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.front_collection_main_info{
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 50%;
  top: calc(50% - 50px);
  left: 0px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 2;
}
.front_collection_main_info_title{
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}
.front_collection_main_info_subtitle{
  font-size:16px;
  line-height:24px;
  font-weight:400;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  text-transform:uppercase;
  color:#fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}
.front_collection_main_info_link{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
  padding: 10px 12px;
  height: 44px;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.front_collection_main_info_link:hover{
  background:#fff;
  color:#000;
}

.front_relevant_section{
  overflow: hidden;
  padding:0px;
  margin:0px;
  display:block;
  width:100%;
  position:relative;
}
.tpl_relevant{
  position:relative;
}
.tpl_relevant .tpl_relevant_in{
  display:flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.front_relevant .tpl_relevant:hover .relevant_link{
  background:#fff;
  color:#000;
}
.front_relevant img{
  object-fit: cover;
  display: block;
  width: 100vw;
  height: 100dvh;
  object-fit: cover;
  transition: all 0.5s;
}
.front_relevant .relevant_link{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
  padding: 10px 12px;
  height: 44px;
  border: 1px solid #ffffff;
  transition: 0.5s;
  position:absolute;
  bottom:54px;
  margin: 0px auto;
}
.front_relevant .relevant_link:hover{
  background:#ffffff;
  color:#000000;
}
.relevant_over{
  font-size: 56px;
  line-height: 68px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events:none;
  text-align: center;
}
.front_relevant:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.bf_basket_text{
  color: #666666;
  font-size: 14px;
  line-height: 150%;
  padding: 0px 12px;
}
.delivery_disabled{
  display: none;
}
#auth_pop{
  max-width: 430px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  background: #fff;
}
#auth_pop .reg_pop_title{
  background:#FAFAFA;
  height:48px;
  display:flex;
  flex-direction:column;
  width:100%;
  align-items:center;
  justify-content:center;
  font-size:14px;
  line-height:150%;
  color:#000;
  text-transform:uppercase;
  font-weight:400;
}
#auth_pop .reg_info_holder{
  padding: 0px 24px 24px 24px;
  display:flex;
  flex-direction:column;
  gap:32px;
}
#auth_pop .reg_popup_close{
  top: 12px;
  right:12px;
}
#auth_pop .reg_pop_header{
  text-transform: none;
  margin-bottom: 32px;
}
#custom_pop,
#reg_pop{
  max-width: 430px;
  padding: 40px 24px 24px 24px;
  width: 100%;
  background: #fff;
}
.custom_pop_holder,
.reg_pop_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.custom_pop_header,
.reg_pop_header{
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-transform: uppercase;
  text-align:center;
}
.custom_pop_promo{
  font-size: 48px;
  font-weight: 700;
  line-height:120%;
  margin-left: 24px;
}
.custom_pop_promo_holder{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  width:100%;
  gap:16px;
  cursor:pointer;
}
.custom_pop_promo_holder.active .custom_pop_promo,
.custom_pop_promo_holder:hover .custom_pop_promo{
  color:#666666;
}
.custom_pop_copied{
  display:none;
}
.custom_pop_copied.active{
  display:flex;
  flex-direction:column;
  width:100%;
  align-items:center;
  font-size: 14px;
  color: #000;
}
.custom_pop_promo_time{
  font-size: 16px;
  line-height: 150%;
  color: #000;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
.cpphold{
  display:flex;
  flex-direction:column;
  gap:0px;
  margin-bottom: 16px;
}
.cpbhold{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.custom_pop_promo_description{
  display: none;
}
.custom_pop_promo_description.active{
  display:flex;
  flex-direction:column;
  width:100%;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}
.copy_promo{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.copy_promo .copy_promo_s{
  display:block;
}
.copy_promo .copy_promo_p{
  display:none;
}
.custom_pop_promo_holder.active .copy_promo .copy_promo_s{
  display:none;
}
.custom_pop_promo_holder.active .copy_promo .copy_promo_p{
  display:block;
}
.reg_pop_percent{
  font-size: 56px;
  font-weight: 700;
  line-height:68px;
}
.custom_pop_btn,
.custom_pop_btn_more{
  font-size: 14px;
  color: #fff;
  background: #000;
  min-height: 48px;
  text-transform: uppercase;
  width: 100%;
  padding: 0px 10px;
  display: none;
}
.custom_pop_btn.active,
.custom_pop_btn_more.active{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}
.reg_pop_btn{
  font-size: 14px;
  color: #fff;
  background: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
  margin-top:16px;
}
.custom_pop_btn_more:hover,
.custom_pop_btn:hover,
.reg_pop_btn:hover{
  background: #1a1a1a;
  color: #fff;
}
.only_shops{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 5px;
  border: 0.5px solid #000;
  height: 48px;
  justify-content: center;
  background: #fff;
}
.cat_only_shops{
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 150%;
}
.checkout_bonus{
  border: 0.5px solid #cccccc;
  background: #fff;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  margin-bottom: 24px;
  margin-top: 16px;
}
.checkout_bonus_use{
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #000;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.checkout_bonus_use input{
  display: none;
}
.checkout_bonus_use label{
  position: relative;
  font-size: 14px;
  line-height: 150%;
  padding-left: 24px;
  cursor: pointer;
  transition-duration: .3s;
  text-align: left;
}
.checkout_bonus_use label:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  left: 0;
  top: 4px;
  border-radius: 2px;
  border: 1px solid #000;
  transition-duration: .3s;
}
.checkout_bonus_use input:checked+label:before {
  background: #000;
}
.checkout_bonus_use label:after {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: none;
  left: 1px;
  top: 5px;
  border-radius: 2px;
  transition-duration: .3s;
  background: url(/assets/templates/default/img/checked.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.checkout_bonus_use input:checked+label:after {
  display: block;
}
.checkout_bonus_text{
  font-size: 14px;
  line-height: 150%;
  padding-left: 24px;
  color: #666;
  width: 100%;
  display: flex; 
  flex-direction: column;
}
.price_bonus_use_holder{
  display:none!important;
}
.price_bonus_use_holder.active{
  display:flex!important;
}
.KeyCRM-toggleButtonContainer{
  z-index:5!important;
}
#stock_notification_form{
  display: flex;
  flex-direction: column;
  padding: 32px 24px 24px 24px;
  gap: 0px;
}
.text_notification{
  font-size:16px;
  line-height:150%;
  font-weight:400;
  color: #000;
  text-align:center;
  display:block;
  width: 100%;
  margin-bottom:32px;
}
.text_notification b{
  font-weight: 600;
  display: block;
  width: 100%;
}
#notify_popup .success_text{
  padding: 32px 24px 24px 24px;
}
#notify_popup .success_text .text_notification{
  margin-bottom:79px;
}
.main_h1{
  background: #fff;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 0px;
}
.error_page{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 16px 16px;
  margin: 0px auto;
  gap:16px;
}
.error_page_title{
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.error_page_text{    
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.error_page_text span{
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  width: min-content;
}
.error_page_text a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: .5px solid #000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  width: 100%;
  text-decoration: none!important;
  padding: 5px 15px;
  text-transform: uppercase;
}
.error_page_text a:hover{
  color: #fff!important;
  background: #000;
  text-decoration: none!important;
}
.main_form_item.form_pick_date svg{
  position: absolute;
  top: 40px;
  right: 18px;
  z-index: 2;
  pointer-events: none;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
  background: #000;
  border-color: #000;
  border-radius: 0px;
}
.flatpickr-day{
  border-radius:0px;
}
.flatpickr-day.today{
  border-color: #000;
}
.info_center_section{
  display:flex;
  flex-direction:column;
  width:100%;
  padding-bottom: 64px;
  margin-bottom: 0px;
}
.info_center_section .container{
  max-width:640px;
  padding:0px;
}
.info_center_section .section_title{
  color: #000000;
  font-size:24px;
  font-weight:700;
  text-transform:uppercase;
  line-height:140%;
  text-align: center;
  max-width:630px;
  width:100%;
  margin: 32px auto 32px auto;
}
.faq_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  margin: 40px auto;
  gap: 16px;
  align-items: center;
}
.faq_holder .faq_title{
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 140%;
  text-align: center;
  width: 100%;
}
.faq_block,
.info_center_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0px;
}
.faq_block .faq,
.info_center_holder .tpl_info_center{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0px;
  border-top:1px solid #000000;
}
.faq_block .faq .faq_question,
.info_center_holder .tpl_info_center .tpl_info_head{
  padding:16px 16px;
  font-size:14px;
  line-height:150%;
  text-transform:uppercase;
  width:100%;
  min-height:60px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  font-weight:300;
  cursor:pointer;
  transition:0.5s;
}
.faq_block .faq .faq_question:hover,
.info_center_holder .tpl_info_center .tpl_info_head:hover{
  opacity:0.7;
}
.faq_block .faq .faq_question svg,
.info_center_holder .tpl_info_center .tpl_info_head svg{
  transition:0.5s;
}
.faq_block .faq.active .faq_question svg,
.info_center_holder .tpl_info_center.active .tpl_info_head svg{
  transform:rotate(180deg);
}
.faq_block .faq .faq_answer,
.info_center_holder .tpl_info_center .tpl_info_body{
  display:none;
}
.faq_block .faq.active .faq_answer,
.info_center_holder .tpl_info_center.active .tpl_info_body{
  display:flex;
  flex-direction:column;
  width:100%;
}
.faq_block .faq.active .faq_answer .content_holder,
.info_center_holder .tpl_info_center.active .tpl_info_body .content_holder{
  padding: 28px 16px;
}
.faq_block .faq:last-child,
.info_center_holder .tpl_info_center:last-child{
  border-bottom:1px solid #000000;
}
.contact_tabs{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.contact_tab{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:8px;
}
.contact_tab_info,
.contact_tab_main_info{
  display: flex;
  width:100%;
  flex-direction:column;
}
.contact_tab_info li,
.contact_tab_main_info li{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  position:relative;
}
.contact_tab_title{
  font-size: 14px;
  font-weight:700;
  line-height:150%;
  color: #000000;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  text-transform:uppercase;
}
.contact_tab_soc{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  gap:24px;
  width:100%;
}
.contact_tab_soc li{
  display:flex;
  flex-direction:column;
}
.contact_tab_soc li a{
  transition:0.5s;
  font-size:14px;
  line-height:150%;
  color: #000000;
  font-weight:400;
  text-decoration:underline;
}
.contact_tab_soc li a:hover{
  text-decoration:none;
}
.contact_tab_info li{
  padding-left:6px;
}
.contact_tab_info li:before{
  content:"";
  display:block;
  width:2px;
  height:2px;
  border-radius:50%;
  background:#666666;
  position:absolute;
  left:0px;
  top:calc(50% - 1px);

}
.contact_tab_info li span,
.contact_tab_main_info li span{
  color:#000;
  font-size:14px;
  font-weight:300;
  line-height:150%;
}
.contact_tab_info li a,
.contact_tab_main_info li a{
  color:#000;
  text-decoration:underline;
  font-size:14px;
  line-height:150%;
  font-weight: 300;
}
.contact_tab_info li a:hover,
.contact_tab_main_info li a:hover{
  text-decoration:none;
}
.contact_tab_info li span.contact_pre,
.contact_tab_main_info li span.contact_pre{
  color:#666666;
}
.about_section{
  display:flex;
  flex-direction:column;
  width:100%;
  padding-bottom: 64px;
  margin-bottom: 0px;
}
.about_section .container{
  max-width:960px;
  padding:0px;
}
.about_section .section_title{
  color: #000000;
  font-size:24px;
  font-weight:700;
  text-transform:uppercase;
  line-height:140%;
  text-align: left;
  max-width:630px;
  width:100%;
  margin: 32px auto 16px auto;
}
.about_section .section_subtitle{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
  max-width: 630px;
  width: 100%;
  margin: -32px auto 16px auto;
}
.about_section .about_as_subtitle{
  font-weight:250;
  color:#000;
  line-height:150%;
  font-size:16px;
  font-style:italic;
  max-width:630px;
  width:100%;
  margin: 0px auto;
}
.about_separator{
  font-size:16px;
  font-weight:300;
  line-height:150%;
  color:#000;
  text-align:center;
  width:100%;
  max-width:630px;
  margin:0px auto;
}
.about_content_holder{
  gap:32px;
  display:flex;
  flex-direction:column;
  width:100%;
}
.about_content_holder .content{
  font-weight:300;
  color:#000;
  line-height:150%;
  font-size:16px;
  width:100%;
  margin: 0px auto;
}
.about_content_holder .content p{
  max-width:630px;
  width:100%;
  font-weight:300;
  color:#000;
  line-height:150%;
  font-size:16px;
  margin: 0px auto 12px auto;
}
.about_content_holder .content p:last-child{
  margin: 0px auto 0px auto;
}
.about_content_holder .content p.img_content{
  max-width:960px;
  width:100%;
}
.about_content_holder .content_2{
  max-width:630px;
  margin: 0px auto 12px auto;
  width:100%;
}
.about_content_holder .content b,
.about_content_holder .content strong,
.about_content_holder .content_2 p,
.about_content_holder .content_2 ol li,
.about_content_holder .content_2 ul li{
  color:#000;
  line-height:150%;
  font-size:16px;
}
.about_content_holder .content strong,
.about_content_holder .content b{
  font-weight:700;
}
.list_about_tag{
  max-width: 630px;
  width: 100%;
  margin: 0px auto 32px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 32px;
}
.list_about_tag a{
  color:#999999;
  font-size:18px;
  text-transform:uppercase;
  font-weight:700;
  line-height:140%;
}
.list_about_tag a:hover,
.list_about_tag a.active{
  color: #000000;
}
.list_about_holder{
  display:flex;
  flex-direction:column;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}
.list_about_holder .list_about{
  display:none;
}
.list_about_holder .list_about.active{
  display:flex;
  flex-direction:column;
  width: 100%;
}
.list_about_slider{
  width:100%;
  overflow: visible;
}
.tpl_list_about{
  position:relative;
  margin:0px 16px 0px 0px;
}
.tpl_list_about_in {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  position:relative;
}
.list_about_tag::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.tpl_list_about_in:after{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top: 0px;
  left:0px;
  z-index:1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);  
  opacity:0.25;
  transition:0.5s;
}
.tpl_list_about_in:hover:after{
  opacity:0.4;
}
.tpl_list_about img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.tpl_list_about .tpl_list_about_title{
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-transform: uppercase;
  color: #fff;
  padding: 24px 22px;
  height: 100%;
  width:100%;
  transition: .5s;
  position: absolute;
  bottom: 0px;
  z-index:2;
}
.preloadchosen select{
  display: block;
  outline: none !important;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  flex: 1;
  padding: 13px 8px;
  border: 1px solid transparent;
  border-bottom: .5px solid #666;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #000;
  min-height: 48px;
  background: #fafafa;
  order: 2;
  margin: 2px 0;
  position:relative;
}
.preloadchosen::after{
  content: '';
  background-image: url(/assets/templates/default/img/std.svg) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: center center !important;
  transition: transform .5s;
  min-height: 47px;
  background: #fafafa;
  width: 47px;
  position: absolute;
  right: 0;
  top: 23px;
  z-index: 2;
  pointer-events: none;
}
.video_wrapper{
  display: flex!important;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.video_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.front_banner .swiper-front-next{
    right: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 64px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.front_banner .swiper-front-prev{
    left: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 64px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.front_banner .swiper-front-next svg path{
  stroke:#000;
}
.front_banner .swiper-front-prev svg path{
  stroke:#000;
}
.category_pre_img_bf{
  display: flex;
  flex-direction:column;
  width:100%;
  align-items:center;
  justify-content:center;
  position:relative;
  height:600px;
}
.banner_bf{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  gap: 140px;
  position: absolute;
  width: auto;
  left: calc(50% + 24px);
  bottom: 64px;
}
.category_pre_img_bf .bf_img_desktop{
  display: block;
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  object-fit:cover;
}
.category_pre_img_bf .bf_img_mobile{
  display: none;
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  object-fit:cover;
}
.bf_title{  
  font-size: 56px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0s;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}
.bf_subtitle{
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
}
.banner_bf_top{
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  width:100%;
}
.bf_timer{
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 16px rgb(0 0 0 / 8%);
  background: #000;
  width: 240px;
  height: 48px;
}
.faq_wrapper{
  background: #fafafa;
  padding: 0px;
}
.action_top_pusher{
  width: 100%;
  height: 32px;
  background: #000;
}
.search_box_in_text{
  display:none;
}
.length_picker,
.size_picker{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  border-radius: 20px;
  align-items: center;
  justify-content: flex-start;
}
.length_picker span,
.size_picker span{
  background: #FAFAFA;
  white-space:nowrap;
  border-radius:20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:9.5px 24px;
  height:40px;
  font-size:14px;
  font-weight:300;
  line-height:150%;
  cursor:pointer;
  border: 1px solid transparent;
}
.length_picker span:hover,
.size_picker span:hover{
  opacity:0.7;
}
.length_picker span.selected,
.size_picker span.selected{
  background:#fff;
  box-shadow: inset 0 0 0 0.5px #000;
  border: none; 
}
.length_picker span.out_of_stock,
.size_picker span.out_of_stock{
  text-decoration:line-through;
  color:#999999;
}
.length_picker_title,
.size_picker_title{
  margin-bottom:8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  gap: 7px;
  color: #666666;
  display: flex;
  flex-direction:column;
}

.registration_subscribe input.error_input + label a,
.registration_subscribe input.error_input + label{
  color: #af0000;
}
.registration_subscribe input.error_input + label:before{
  border: 1px solid #af0000;
}
.category_pre_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin:24px 0px;
}
.category_pre_img{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 41px);
}
.category_pre_img_bf_outer{
  display: flex;
  flex-direction: column;
  width:100%;
  margin-top:24px;
  padding-bottom: 0px;
  margin-bottom: 24px;
}
.category_pre_img .pre_img{
  display:block;
  width:100%;
}
.category_pre_img .pre_img_mob{
  display:none;  
}
.category_pre{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 82px;
}
.category_pre_text{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(100% / 2 - 41px);
}
.category_pre_title{
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.category_pre_introtext{
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  max-width: 400px;
}
.category_pre_introtext_mob{
  display:none;
}
.language_picker{
  font-size: 14px;
  border: none;
  line-height: 150%;
  height: 48px;
  border-bottom: 1px solid #BDBDBD;
  background: transparent !important;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-top: 10px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position:relative;
  font-weight: 300;
  cursor:pointer;
}
.language_picker_active{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px;
}
.language_picker_active .svg_i{
  width:48px;
  height:48px;
  display: flex;
  flex-direction:row;
  align-items:center;
  transition:0.3s;
  justify-content:center;
}
.language_picker.active .svg_i{
  transform: scaleY(-1);
}
.language_select{
  display:none;
  flex-direction:column;
  width: 100%;
  position:absolute;
  top:47px;
  left:0px;
  background:#ffffff;
  z-index:2;
  border: 1px solid #BDBDBD;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.language_select li{
  display:flex;
  width:100%;
  flex-direction:column;
}
.language_select li a{
  transition-duration: .3s;
  padding: 16px 8px;
  color: #000;
  text-align: left;
  font-size: 14px;
  line-height: 150%;
}
.language_select li a.disabled{
  display:none!important;
}

.language_select li a:hover{
  color: #000;
  background: #f5f5f5 !important;
}
.language_picker.active .language_select{
  display:flex;
}
.product_size_advice{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin: 32px auto 12px auto;
  padding-left:56px;
  text-align: left;
}
.product_size_advice > span{
  font-size: 14px!important;
  font-weight: 700;
  line-height: 150%;
  color: #000;
}
.product_size_advice_text{
  font-size: 14px!important;
  font-weight: 300;
  line-height: 150%;
  color: #000;
}
#cart .suggested_products{
  display: none!important;
}
.tab_sizechart{
  display: none;
}
.tab_sizechart.active{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.size_title {
  margin: 24px 0 16px 0;
  font-weight: 700;
}
.size_measurements {
  max-width: 382px;
  display: flex;
  flex-direction: column;
}
.size_measurements p span{
  margin-bottom: 32px;
}
.size_measurements p {
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 16px;
}
.size_measurements p strong {
  font-weight: 700;
}
.popup_header_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 5;
}
.cat_gallery > .tpl_catalog_gallery{
  display:none;
}
.cat_gallery > .tpl_catalog_gallery:first-child{
  display:block;
}
.size_chart_h{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.size_chart_h .btn_try_on{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  font-family: 'Montserrat', sans-serif;
  border: 0.5px solid #000;
  padding: 8px;
  color: #000;
  gap: 4px;
}
.size_chart_h .btn_try_on:hover{
  background:#000;
  color:#fff;
}
.size_chart_h .btn_try_on:hover svg circle{
  fill: #fff;
}
.size_chart_h .btn_try_on:hover svg path{
  fill:#000;
}
#size_chart_popup .btn_try_on{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #000;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  width: auto;
  box-shadow: 0px 4px 8px -2px #0000001a, 0px 2px 4px -2px #0000000f;
  margin-top: 20px;
  gap: 8px;
  padding: 0px 32px;
  border-radius: 24px;
}
#size_chart_popup .btn_try_on:hover{
  background: #000;
  color: #fff;
}
#size_chart_popup .btn_try_on:focus{
  box-shadow:none;
}
#size_chart_popup .btn_try_on:hover svg rect,
#size_chart_popup .btn_try_on:hover svg circle{
  fill:#fff;
}
#size_chart_popup .btn_try_on:hover svg path{
  fill:#fff;
}
.fast_buy{
  display: none;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 0.5px solid #000;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
}
.fast_buy.active{
  display: flex;
}
.fast_buy:hover{
  background:#000;
  color: #fff;
}
.subscribe_cart_body,
.fast_buy_body{
  display: flex;
  flex-direction: column;
  padding: 24px 24px;
}
.subscribe_cart_body
.fast_buy_body .text_notification{
  margin-bottom:24px;
  margin-top: 8px;
}
.subscribe_cart_cls,
.subscribe_cart_smb,
.fast_buy_cls,
.fast_buy_smb{
  display: flex;
  position:relative;
  top:auto;
  right:auto;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  box-shadow: 0px 4px 8px -2px #0000001a, 0px 2px 4px -2px #0000000f;
}
.subscribe_cart_cls:hover,
.subscribe_cart_smb:hover,
.fast_buy_cls:hover,
.fast_buy_smb:hover{
  background-color: #1a1a1a;
}
.fast_buy_cls:focus,
.fast_buy_smb:focus{
  box-shadow:none;
}
.suceess_pop_card{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.spc_img{
  max-width: 160px;
  margin: 0px auto 8px auto;
  position: relative;
  width: 100%;
}
.spc_img svg{
  position: absolute;
  bottom: 8px;
  left: calc(50% - 8px);
}
.spc_name{
  max-width: 160px;
  margin: 0px auto;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spc_price{
  max-width: 160px;
  margin: 0px auto;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.fast_buy_body .text_notification #fast_buy_phone_text{
  font-weight:700;
}
.fast_buy_body .success_text .text_notification{
  margin-top:32px;
}
.disnone{
  display: none;
}
body.oh{
  overflow:hidden;
}

.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;
  background: #000000;
}
.sitemap a,
.sitemap span{
  color: #000000;
  text-decoration: none;
  line-height: 22px;
}
.sitemap a:hover{
  color: #000000;
  opacity:0.7;
}
.content_holder{
  display: flex;
  flex-direction: column;
  max-width: 630px;
  width: 100%;
  line-height: 150%;
  margin: 32px auto 16px auto;
  padding: 0 24px;
}
.content_holder .content p {
  font-size: 16px;
  font-weight: 300;
}
.content h1,
.content h2,
.content h3,
.content h4{
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  position: relative;
  margin-bottom: 12px;
  margin-top: 24px;
  text-transform:uppercase;
}
.dp_text a,
.dp_text i,
.dp_text strong,
.dp_text b,
.dp_text div,
.dp_text span,
.dp_text p,
.content a,
.content i,
.content em,
.content strong,
.content b,
.content div,
.content span,
.content,
.content p{
  line-height: 150%;
  font-size: 14px;
  margin-bottom: 12px;
}

.content p {
  margin-bottom: 8px;
}

.content p:last-child{
  margin-bottom:0px;
}
.dp_text strong,
.dp_text b,
.content strong,
.content b{
  font-weight: 700;
}
.dp_text em,
.content em,
.dp_text i,
.content i{
  font-style: italic;
}
.dp_text a,
.content a{
  color: #0B66E4;
  text-decoration:underline;
}
.dp_text a:hover,
.content a:hover{
  color: #0B66E4;
  text-decoration: none;
}

.content label,
.content b,
.content strong,
.content i,
.content a,
.content span,
.content p,
.content{
  font-family: Montserrat, sans-serif!important;
}



.content table{
  width:100%!important;
  margin:0px;
  max-width: 100%;
}

.content table tr th{
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  text-align: left;
  padding: 10px 10px;
  border: 1px solid #fff;
  width: auto;
  height: auto;
}
.content table tr td{
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  padding: 10px 10px;
  border: 1px solid #fff;
  width: auto;
  height: auto;
}
.content table tr{
  background: #fff;
}
.content table tr:nth-child(odd){
  background: #fafafa;
}
.content table tr:hover th,
.content table tr:hover td{
  background: #F2F2F2;
}

.content img{
  max-width: 100%!important;
  height: auto;
}
.content ul{
  list-style: disc;
  margin-left: 20px;
}
.content ol{
  list-style: auto;
  margin-left: 20px;
}

.content ul li,
.content ol li{
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
.price_range {
  position: relative;
  margin-top: 30px;
}
#cart{
  position: fixed;
  top: 0px;
  max-width: 430px;
  height: 100%;
  background: #fff;
  right: 0px;
  z-index: 333;
  text-align: center;
  display: none;
  width:100%;
}
.cart_menu_top{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 0px 8px 0px 8px;
}
#success_adding .pop_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 24px 0px 24px;
}
#cart .popup_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100dvh - 180px - 46px);
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 24px 0px 24px;
}

.pop_cart_btn{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  border-top:1px solid #FAFAFA;
  box-shadow:none;
  padding: 16px 24px;
}
.pop_cart_btn_full{
  font-size: 14px;
  color: #fff;
  background: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #000;
}
.pop_cart_btn_full:hover{
  background:#1a1a1a;
  color: #fff;
}
.pop_change_size_color{
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height:100%;
  overflow-y: auto;
  background: #fff;
  z-index: 6;
}
.pop_view_sizetable,
.pop_change_size{
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height:100%;
  max-height:100%;
  overflow-y: auto;
  background: #fff;
  z-index: 6;
  padding: 0px 0px;
}
.pop_view_sizetable.active,
.pop_change_size_color.active,
.pop_change_size.active{
  display:flex;
  flex-direction:column;
}
.pop_change_size_color_head{
  min-height:48px;
  font-size:16px;
  line-height:150%;
  text-transform:uppercase;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  color:#000;
  background:#fafafa;
  padding: 0px 16px;
}
.pop_view_sizetable_head,
.pop_change_size_head{
  min-height: 60px;
  width: 100%;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #000;
  background: #FAFAFA;
  padding: 0px 16px;
}
.pop_change_size_color_body{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:40px;
  padding: 32px 24px 24px 24px;
}
.pop_change_sizetable{
  text-decoration: underline;
  font-size: 14px;
  line-height: 150%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 400;
}
.pop_change_sizetable:hover{
  opacity:0.7;
}
.pop_view_sizetable_body{
  display:flex;
  flex-direction:column;
  width:100%;
}
.pop_change_size_body{
  display:flex;
  flex-direction:column;
  width:100%;
  gap: 32px;
  padding: 32px 24px;
}
.pop_change_size_body ul{
  display: flex!important;
  flex-direction:row!important;
  align-items:center;
  justify-content:center;
  width:100%;
  flex-wrap:wrap;
}
.pop_change_size_body li{
  display:flex;
  flex-direction:column;
  width:max-content!important;
}
.pop_change_size_body li .ch_s_success,
.pop_change_size_body li a{
  text-transform: uppercase;
  color: #000;
  padding: 9.5px 22px;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  cursor: pointer;
}
.pop_change_size_body li a.disabled{
  pointer-events:none;
  color: #999999;
  text-decoration:line-through;
}
.pop_change_size_body li a:hover{
  opacity:0.7;
}
.pop_view_sizetable_prev,
.pop_change_size_prev{
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 24px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.pop_close_view_sizetable,
.pop_close_change_size_color,
.pop_close_change_size{
  display: flex;
  flex-direction:column;
  width:24px;
  height:24px;
  align-items:center;
  cursor: pointer;
  justify-content:center;
}
.pop_close_view_sizetable:hover,
.pop_close_change_size_color:hover,
.pop_close_change_size:hover{
  background:#000;
}
.pop_close_view_sizetable:hover svg path,
.pop_close_change_size_color:hover svg path,
.pop_close_change_size:hover svg path{
  fill:#fff;
}
.pop_cart_sum{
  display: flex;
  flex-direction: row;
  font-size: 14px;
  width: 100%;
  gap: 5px;
  font-weight: 600;
  line-height: 150%;
  flex-wrap: wrap;
  min-height: 48px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.pop_cart_sum span{
  font-weight:600;
}
.pop_cart_btn_checkout{
  font-size: 14px;
  color: #fff;
  background: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
  box-shadow: 0px 4px 8px -2px #0000001a, 0px 2px 4px -2px #0000000f;
}
.pop_cart_btn_checkout:hover{
  background:#1A1A1A;
  color: #fff;
}
.pop_cart_btn_checkout:focus{
  box-shadow:none;
}
#cart .action_top_pusher + .cart_menu_top{
  margin-top:24px;
}
#cart .action_top_pusher + .cart_menu_top + .popup_inner{
  height: calc(100% - 64px - 64px - 24px);
}
.pop_cart_empty{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 112px 0px;
}
.empty_cart{
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  line-height: 150%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align:center;
}
.empty_cart_sub{
  font-size: 14px;
  color: #000;
  line-height: 150%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.empty_cart_sub a{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 48px;
  background: #fff;
  border: 0.5px solid #000;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  position: relative;
  margin-top: 146px;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.06)
}
.empty_cart_sub a:hover{
  background: #fff;
  color: #1a1a1a;
  border: 0.5px solid #1a1a1a;
}

.empty_cart_sub_a{
  font-size: 14px;
  color: #000;
  line-height: 150%;
}
.empty_cart_sub_a a{
  font-size: 14px;
  line-height: 150%;
  text-decoration:underline;
}
.order_in{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pop_cart_in,
.pop_wishlist{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 16px 0px;
}
.order_purchase,
.order_in ul,
.pop_cart_in ul,
.pop_wishlist ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  padding-bottom: 24px;
}
.order_purchase li,
.order_in ul li,
.pop_cart_in ul li,
.pop_wishlist ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
  position:relative;
}

.cart_suggested_products {
  background-color: #FAFAFA;
  margin: 0px -24px 16px -24px;
  padding: 16px 0px;
  margin-top: auto;
  overflow: hidden;
  display:none;
}
.cart_suggested_products .friends_product_card .pro_name{
  display: block;
  width: 100%;
  font-size: 12px;
  color: #000;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.cart_suggested_products .subtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.friends_product_card .image_wrapper {
  position: relative;
}
.friends_product_card .image_wrapper .product_link {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.cart_suggested_products .swiper-wrapper {
  gap: 8px;
}
.order_purchase .cart_quantity{
  font-size: 14px;
  color: #666666;
  line-height: 150%;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: transparent;
}
.pro_card_info{
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}
.pro_card .pro_img svg{
    position: absolute;
    bottom: 4px;
    left: calc(50% - 9px);
}
.pro_card_bottom{
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items:center;
  justify-content:space-between;
  width:100%;
  flex-wrap:wrap;
}
.pro_card_bottom .pro_sep{
  height:9px;
  width:1px;
  display:block;
}
.pro_card{
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.pro_card .pro_img{
  width: 80px;
  display: block;
  min-width: 80px;
  position: relative;
}
.pro_card .pro_img img{
  width:100%;
  display:block;
}
.pro_card .pro_img:hover img{
  opacity:0.7;
}
.pro_card .pro_card_info{
  display: flex;
  flex-direction: column;
  width: calc(100% - 80px - 16px);
  gap: 8px;
}
.pro_card .pro_card_info .pro_card_top{
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.pro_card .pro_card_info .pro_edit{
  display: flex;
  flex-direction: column;
  position:relative;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  z-index:5;
}
.credit_overflow,
.cart_overflow{
  position:absolute;
  top:0px;
  left:0px;
  z-index:4;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height:100%;
  display:none;
  cursor:pointer;
}
.cart_overflow.cart_overflow_h{
  background:transparent;
}
.pro_card .pro_card_info .pro_edit:hover{
  background:#000;
}
.pro_card .pro_card_info .pro_edit:hover svg path{
  fill:#fff;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav{
  display:none; 
  background: #fff;
  z-index: 2;
  padding: 8px 16px;
  min-width: 220px;
  right: 24px;
  position: absolute;
  top: 0px;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  gap: 0px;
  border: 1px solid #fafafa;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav:after{
  content: "";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:-1;
  box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.03);
  top: 0px;
  left: 0px;

}
.pro_card .pro_card_info .pro_edit.active .pro_edit_nav{
  display: flex;
  flex-direction: column;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav a{
  font-size: 14px;
  line-height: 150%;
  color: #000;
  height: 48px;
  padding: 13.5px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav a:hover{
  opacity: 0.6;
}
.pro_card .pro_card_info .pro_edit .pro_edit_nav a.pro_red{
  color:#AF0000;
}
.pro_card .pro_card_info .pro_card_top_left{
  display: flex;
  flex-direction: column;
  width: calc(100% - 36px);
  gap: 8px;
}
.pro_card .pro_card_info .pro_name{
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart_suggested_products_wrapper .friends_product_card .pro_price_wrapper,
.pro_card .pro_card_info .pro_price_wrapper{
  font-size: 14px;
  line-height: 150%;
  color: #000;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}
.cart_suggested_products_wrapper .friends_product_card .pro_price_wrapper {
  font-size: 12px;
}
.pro_card .pro_card_info .pro_price_wrapper .pro_old_price,
.cart_suggested_products_wrapper .friends_product_card .pro_price_wrapper .pro_old_price {
  font-size: 14px;
  line-height: 150%;
  text-decoration:line-through;
}
.pro_card .pro_card_info .pro_price_wrapper .pro_discount,
.cart_suggested_products_wrapper .friends_product_card .pro_price_wrapper .pro_discount {
  font-size: 14px;
  line-height: 150%;
}
.pro_card .pro_card_info .pro_price_wrapper .pro_price {
  font-weight: 400;
}
.cart_suggested_products_wrapper .friends_product_card .pro_price_wrapper .pro_price {
  font-weight: 400;
  font-size:12px;
  line-height:150%;
}
.pop_cart_l{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #000;
}
.pop_cart_sum .pop_cart_l span{
  font-weight:400;
    font-size: 16px;
}
.pop_cart_sum .pop_cart_r span{
  font-size:16px;
    font-weight: 600;
}
.pop_cart_l .cart_count{
  color: #666;
}
.pro_card .pro_card_info .pro_price_wrapper .pro_price.pro_price_a,
.cart_suggested_products_wrapper .friends_product_card .pro_price_wrapper .pro_price.pro_price_a{
  color: #AF0000;
}
.pro_card .pro_card_info .pro_amount_title,
.pro_card .pro_card_info .pro_size,
.pro_card .pro_card_info .pro_color{
  color: #000;
  font-size: 14px;
  line-height: 150%;
  font-weight:300;
}
.pro_color_size{
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pro_card .pro_amount{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:8px;
}
.pro_card .pro_amount .quantity_counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
}
.pro_card .pro_amount .quantity_counter input{
  font-size: 14px;
  color: #000;
  line-height: 150%;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  background:transparent;
}
.pro_card .pro_amount .quantity_counter .btn_minus,
.pro_card .pro_amount .quantity_counter .btn_plus {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
#login{
  position: fixed;
  top: 0px;
  width: 430px;
  height: 100%;
  background: #fff;
  right: 0px;
  z-index: 333;
  overflow-y: auto;
  text-align: center;
  display: none;
}
.personal_navigation{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap:0px;
}
.personal_navigation li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.personal_navigation li a{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  color: #000;
  height: 60px;
  padding: 0px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #CCCCCC99;
  text-transform: none;
}
#cart .popup_header,
#login .popup_header{
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  position: relative;
}
#login .popup_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 92px);
  align-items: center;
  justify-content: flex-start;
  padding: 32px 8px 32px 8px;
}
#success_adding .pop_back svg path,
#cart .pop_back svg path,
#login .pop_back svg path{  
  stroke: #000;
}
#success_adding .pop_close svg path,
#cart .pop_close svg path,
#login .pop_close svg path{
  fill: #000;
}
#success_adding .pop_cart_btn{
  position:relative;
  bottom:auto;
  left:auto;
    padding: 16px 0px;
}
#success_adding .pop_close,
#cart .pop_close{
  top: auto;
  right: auto;
  width: 48px;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background: transparent;
}
#login .pop_close{
  top: auto;
  right: auto;
  width: 48px;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background:transparent;
}
#success_adding .popup_header,
#cart .popup_header,
#login .popup_header{
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  position: relative;
}
#success_adding .popup_title,
#cart .popup_title,
#login .popup_title{
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 150%;
  padding-left: 0px;
}

#success_adding .pop_close:hover,
#cart .pop_close:hover,
#login .pop_close:hover{
  opacity:0.7;
}
#login.active{
  display: block;
}
#callback .success_text{
  color: #333;
  display: none;
  font-weight: bold;
}
.main_form_item{
  width: 100%;
  float: none;
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow:hidden;
}
.main_form_item.main_form_item_select{
  overflow:visible;
}

.main_form_item .error_text{
  color: #AF0000;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  order: 3;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  text-indent: -100%;
  transition: 0.5s;
  width: 100%;
}
.main_form_item.preloadchosen .error_text{
  min-height:18px;
}
.main_form_item.main_form_error .error_text{
  opacity: 1;
  visibility: visible;
  text-indent: 0px;
}
.order_pay_block.main_form_error,
.order_delivery_block.main_form_error{
  background: #ffeded;
}

.main_form_item input{
  outline: none!important;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  flex: 1;
  padding: 13px 8px;
  border: 1px solid transparent;
  box-shadow: inset 0 -0.5px 0 0 #666666;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #000;
  min-height: 48px;
  background: #fafafa;
  order: 2;
  margin: 2px 0px;
}
.main_form_item input:hover{
  box-shadow: inset 0 -0.5px 0 0 #000;
}
.main_form_item input::placeholder{
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.main_form_item input:focus{
  box-shadow: inset 0 -0.5px 0 0 #000;
  color:#000;
}

.main_form_item.preloadchosen{
  min-height:87px;
}
.main_form_item label{
  font-size: 14px;
  order: 1;
  color: #000;
  width:100%;
  line-height: 150%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  text-indent: -100%;
  transition: 0.5s;
  text-transform:none;
}
.main_form_item.preloadchosen label{
  min-height:21px;
}
.main_form_item.main_form_item_filled label,
.main_form_item input:focus + label{
  opacity: 1;
  visibility: visible;
  text-indent: 0px;
}

.main_form_item input:focus::placeholder{
  color:transparent;
}
.error_input{
  border-bottom: 0.5px solid #AF0000 !important;
}



.main_link{
  width: 100%;
  padding: 10px;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  min-height: 48px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  box-shadow: 0px 4px 8px -2px #0000001a, 0px 2px 4px -2px #0000000f;
}
.main_link:focus{
  box-shadow: none;
}
.to_registration{
  width: 100%;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  border: 1px solid #000;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 10%);
}
.to_registration:hover{
  background:#000;
  color:#fff;
}
.form_tf{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}
.form_t{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  margin-bottom:24px;
}
.form_t_n{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: right;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  margin-bottom:24px;
  margin-top: 100%;
}
.form_t_n a{
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  text-decoration:underline;
}
.form_t_n a:hover{
  text-decoration:none;
}
.registration_form .form_t_n{
  margin-bottom: 0px;
  margin-top: 24px;
}
.registration_form .form_t_n a.to_login{
  width: 100%;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  border: 1px solid #000;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 10%);
  text-decoration: none;
}
.registration_form .form_t_n a.to_login:hover{
  background: #000;
  color: #fff;
}
.subscribe_cart_policy,
.order_confirm_policy,
.registration_subscribe{
  display:flex;
  flex-direction:column;
  width:100%;
}
.subscribe_cart_policy input,
.order_confirm_policy input,
.registration_subscribe input{
  display:none;
}
.subscribe_cart_policy label,
.order_confirm_policy label{
  position: relative;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 30px;
  cursor: pointer;
  transition-duration: .3s;
  text-align: left;
}
.registration_subscribe label {
  position: relative;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 22px;
  cursor: pointer;
  line-height: 150%;
  transition-duration: .3s;
  text-align: left;
}
.subscribe_cart_policy label a,
.order_confirm_policy label a{
  text-decoration:underline;
}
.subscribe_cart_policy label a:hover,
.order_confirm_policy label a:hover{
  text-decoration:none;
}
.subscribe_cart_policy label:after,
.order_confirm_policy label:after{
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: none;
  left: 1px;
  top: 5px;
  border-radius: 2px;
  transition-duration: .3s;
  background: url(../img/checked.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.registration_subscribe label:after{
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: none;
  left: 0;
  top: 4px;
  border-radius: 2px;
  transition-duration: .3s;
  background: url(../img/checked.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.subscribe_cart_policy label:before,
.order_confirm_policy label:before{
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  left: 0;
  top: 4px;
  border-radius: 2px;
  border: 1px solid #000;
  transition-duration: .3s;
}
.registration_subscribe label:before{
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  left: 0px;
  top: 3px;
  border-radius: 2px;
  border: 1px solid #000;
  transition-duration: .3s;
}
.registration_subscribe label a{
  text-decoration:underline;
}
.registration_subscribe label a:hover{
  text-decoration:none;
}
.registration_fb_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
}
.subscribe_cart_policy input:checked+label:after,
.order_confirm_policy input:checked+label:after,
.registration_subscribe input:checked+label:after {
  display:block;
}
.subscribe_cart_policy input:checked+label:before,
.order_confirm_policy input:checked+label:before,
.registration_subscribe input:checked+label:before {
  background:#000;
}
.subscribe_cart_policy input:checked+label,
.order_confirm_policy input:checked+label,
.registration_subscribe input:checked+label {
    color: #000;
}
.subscribe_cart_policy,
.order_confirm_policy,
.regisration_policy{
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  font-weight: 500;
  color: #000;
  margin: 16px 0px;
}
.forget_button{
  margin-bottom:16px;
}
.regisration_policy a{
  text-decoration:underline;
}
.regisration_policy a:hover{
  text-decoration:none;
}
.form_t a{
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
}
.form_t a:hover{
  text-decoration:underline;
}
.main_link:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.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;
}
.profile_thanks_text,
.pwd_thanks_text{
  display: none;
  text-align: center;
  width: 100%;
  color: #000;
  line-height: 150%;
  margin: 10px auto;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.thanks_text_subscribe{
  display: none;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 150%;
  margin: 10px auto;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 20px;
  font-family: "Montserrat", sans-serif;
}
.thanks_text_registration,
.thanks_text_forget{
  display: none;
  text-align: center;
  width: 100%;
  color: #000;
  line-height: 150%;
  margin: 10px auto;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 20px;
  font-family: "Montserrat", sans-serif;
}
.pwd_thanks_text b,
.thanks_text_registration b,
.thanks_text_forget b{
  font-weight:600;
}
#product_view{
  display: none;
}



#about,
#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,
#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;
}
#popup_lang_currency_f{
  background: #fff;
  display: none;
  padding: 0px 0px;
  position: fixed;
  top: 50%;
  width: 430px;
  z-index: 127;
  text-align: center;
  height: auto;
  left: auto;
  height: 100%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
#popup_lang_currency{
  background: #fff;
  display: none;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 430px;
  z-index: 127;
  transform: none !important;
  text-align: center;
  height: auto;
  left: auto;
  height: 100%;
}
#popup_lang_currency_f .popup_header{
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
}
.language_options_f,
.site_options_f{
  display:none;
}
.language_options_f.active{
  display: flex;
  flex-direction:column;
  gap:16px;
  justify-content:center;
  align-items:center;
}
.site_options_f.active{
  display: flex;
  flex-direction:column;
  gap:24px;
  justify-content:center;
  align-items:center;
}
.site_options_f_text{
  margin-bottom:8px;
  text-align:center;
}
.lcf_1{
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #000;
  height: 48px;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 150%;
  font-weight: 400;
}
.lcf_1:hover{
  background-color: #1a1a1a;
}
.lcf_2{
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none; 
  box-shadow: inset 0 0 0 0.5px #000;
  gap: 8px;
  background: #fff;
  height: 48px;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 150%;
  font-weight: 400;
}
.lcf_2:hover{
  background: #000;
  color: #fff;
}
.site_options_f_ot,
.site_options_f_text p{
  color:#000;
  font-size:16px;
  font-weight:300;
  line-height:150%;
  text-align: center;
}
.site_options_f_text b{
  font-weight:700;
  text-align: center;
}
#popup_lang_currency_f .popup_header .pop_back_plc{
  opacity:0;
  display:flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  align-items:center;
  justify-content:center;
}
#popup_lang_currency_f .popup_header .pop_back_plc.active{
  opacity:1;
}
#popup_lang_currency .popup_header{
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
}
#popup_lang_currency_f .popup_header .popup_title{
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color:#000;
  line-height: 150%;
}
#popup_lang_currency .popup_header .popup_title{
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color:#fff;
  line-height: 150%;
}
#popup_lang_currency_f .popup_header .popup_close,
#popup_lang_currency .popup_header .popup_close{
  top: auto;
  right: auto;
  width: 48px;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#popup_lang_currency_f .pop_inner,
#popup_lang_currency .pop_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 24px;
}
#alert{
  background: #000;
  display: none;
  padding: 10px 15px;
  position: fixed;
  top: 128px;
  left: calc(50% - 150px);
  max-width: 300px;
  z-index: 99999;
  text-align: center;
  line-height: 150%;
  font-size: 14px;
  width: 100%;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);    
}
#alert:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.03);
  top: 0px;
  left: 0px;
}
#alert p{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height:150%;
}
#alert p a{
  text-decoration:underline;
  color: #fff;
}
#alert p a:hover{
  text-decoration:none;
}

#callback{
  position: fixed;
  top: 138px;
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  z-index: 999;
  text-align: center;
  display: none;
}
#callback.active{
  display: block;
}
#callback input{
  max-width: 400px;
  display: block;
  color: #444;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0px 15px 0px 15px;
  border-radius: 5px;
  line-height: 28px;
  width: 100%;
  margin: 5px auto;
  background-color: #fff;
}
#callback .popup_title{
  color: #333;
  font-size: 16px;
  margin: 5px auto;
}


#preload{
  display: none;
  background: rgba(0,0,0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#preload #loaderImage,
#preload img{
  top: 50%;
  position: fixed;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}
.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;
}





#phone_fastbuy{
  vertical-align: middle;
}
.product_to_reserv,
.product_to_basket_fast{
  margin-top: 10px;    
  background: #f1f1f1;
  color: #181818;
  padding: 10px;
  border-radius: 5px;
}
.product_to_reserv p,
.product_to_basket_fast p{
  color: #181818;
}

.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;
}
.pop_close_alert,
.pop_close{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fafafa;
  width: 24px;
  text-align: center;
  height: 24px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop_close_alert:hover svg path,
.pop_close:hover svg path{
  fill: #fff;
}
.pop_close_alert:hover,
.pop_close:hover{
  background: #000; 
}
#overflow{
  display: none;
  position: fixed;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 106;
  background: rgba(0, 0, 0, 0.7);
}

.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:#000;
  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: #000;
  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:#000;
}
.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;
  overflow: hidden;
  padding: 5px 10px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.cabinet_tab.active{
  display: block;
}

.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: #000;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.clr{
  display: block;
  width: 100%;
  clear: both;
}
.user_info_form{
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.order_block input[type="text"],
.order_block textarea,
.user_info_form textarea,
.user_info_form input[type="text"]{
    color: #000;
    background: #fff;
    width: 100%;
    margin: 5px auto;
    flex: 1;
    padding: 14px 16px;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    font-weight: 500;
}
.order_block textarea,
.user_info_form textarea{
    color: #000;
    background: #fff;
    width: 100%;
    margin: 5px auto;
    flex: 1;
    padding: 14px 16px;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    font-weight: 500;
}
.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 #000;
  color: #000;
}

.user_info_form .input label{
  font-size: 14px;
  font-weight: normal;
  margin: 0px 0px 0px 3px;
  color: #181818;
  font-weight: 500;
}
.user_info_block{
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.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;
}

.notifys_history,
.orders_history{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0px;
}
.notifys_history .tpl_orders_history,
.orders_history .tpl_orders_history{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 8px 8px;
  background: #fff;
  position:relative;
}
.notifys_history .tpl_orders_history .confirm_holder,
.orders_history .tpl_orders_history .confirm_holder{
  padding-bottom: 0px;
}
.notifys_history .tpl_orders_history .confirm_holder,
.orders_history .tpl_orders_history .confirm_info{
  position:relative;
  bottom:auto;
  left:auto;
}
.orders_history .tpl_orders_history .confirm_info .confirm_info_head_nav {
    transform: rotate(180deg);
}
.orders_history .tpl_orders_history .confirm_info.active .confirm_info_head_nav {
    transform: rotate(0deg);
}
.cabinet_mobile_menu{
  display: none;
}

.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;
}
.order_delivery_info p{
  color: #fff;
  font-size: 15px;
}
.order_block .input label{
  font-size: 14px;
  font-weight: bold;
  color: #181818;
  display: block;
    
  margin: 0px 0px 0px 10px;
}
.order_user_info{
  margin-top: 20px;
}

.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: #000;
  background: none;
  border-bottom: 3px solid #000;
  text-decoration: none;
}
.order_delivery_info .input{
  margin-bottom: 12px;
}
.order_delivery_info .input label{
  margin-bottom: 5px;
}

.js_reset_filters{
  text-align: center;
  display: block;
  padding: 5px 20px;
  color: #1d1d1b;
  text-decoration: none;
  font-size: 15px;
}
.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: #000;
    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: #eee;
    margin-bottom: 15px;
    border-radius: 0px;
}
.ui-slider-horizontal{
  height: 5px;
}
.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: -7px;
  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: 0;
  height: 100%;
  background: #000;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  -ms-touch-action: none;
  touch-action: none;
  border: 2px solid #000!important;
  border-radius: 50%!important;
  background: #fff!important;
  outline: none;
  margin-left: -10px;
  cursor: pointer;
  width: 19px;
  height: 19px;
  top: -9px;
}
.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: #000;
  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%;
}


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


#popup_lang_currency_f .light_button,
#popup_lang_currency .light_button{
  float: left;
  font-style: normal;
  line-height: 18px;
  margin: 15px 5px;
  text-decoration: none;
  width: 47%;
  cursor: pointer;
  flex: 1;
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
#popup_lang_currency_f .light_button,
#popup_lang_currency .light_button{
  width:100%;
  margin: 0px;
}
#popup_lang_currency_f .light_button:hover,
#popup_lang_currency .light_button:hover{
  box-shadow: 0 0 0 1px #000;
  background-color: #fff;
  color: #000;
}
.chosen-container .chosen-results .disabled-result {
  display: none!important;
}
.site_options,
.language_options,
.currency_options{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.currency_language_btn{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#popup_lang_currency .pop_inner p{
  margin-bottom: 26px;
  text-align:left;
}
.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: #181818;
  padding: 0px;
  margin: 0px;
}
.color_values a p{
  color: #181818;
}
.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: 0px;

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

}
.basket_case tr td{
  padding: 20px;
  vertical-align: top;
  text-align: center;
}
.basket_product_name{
  display: block;
  text-align: left;
  color: #181818;
  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: #000;
  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: #000;
}


.cart_btn{
  position: relative;
  width: 50%;
  float: right;
  background: #ccc;
  color: #333;
  font-size: 12px;
  font-weight: normal;  
}
.basket_remove_text{
  display: none;
}
.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: #181818;
  font-size: 14px;
  float: left;
  width: 50%;
  font-weight: bold;
  display: block;
  
  margin: 0px 0px 0px 10px;
}
.order_pay_info p{
  color: #181818;
  font-size: 14px;
  margin-bottom: 15px;
}
.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: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 10px auto;
}
.total_cart_sum_cur{
  float: right;
  color: #000;
  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 {
}
.confirm_cart{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap:16px;
}
.confirm_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: calc(144px - 80px);
  max-width: 400px;
  margin: 0px auto;
}
.confirm_cart .subsection_title{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 150%;
  color: #000;
  display: flex;
  width: 100%;
  text-align: left;
}
.success_order{
  display: flex;
  flex-direction: column;
  padding: 64px 0px 32px 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 150%;
}
.order_page .chosen-container{
  order:2;
}
.order_page > .container{
  padding: 0px;
}

.order_page .main_form_item_select.main_form_item_filled label,
.order_page .chosen-container.chosen-with-drop + label{
  opacity: 1;
  visibility: visible;
  text-indent: 0px;
}
.order_page .chosen-container{
  width: 100%!important;
  outline: none;
  background: #fafafa;
  border: none;
  border-radius: 5px;
}
.order_page .chosen-container-single .chosen-single{
  line-height: 48px;
  height: 48px;
  outline: none;
  background: transparent;
  box-shadow: none;
  font-weight: normal;
  color: #181818;
  border-radius: 0px;
  border: 1px solid transparent;
  border-bottom: 0.5px solid #000;
  padding: 0px 24px 0 8px;
}
.order_page .main_form_error .chosen-container-single .chosen-single{
  border-bottom: 0.5px solid #AF0000 !important;
}
.order_page .chosen-container-single .chosen-single:hover{
  border-bottom: 0.5px solid #000;

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

.order_page .chosen-container-active.chosen-with-drop .chosen-single{
  box-shadow: none;
}
.order_page .chosen-container.chosen-with-drop .chosen-single{
  background:#fff;
}
.order_page .chosen-container-single .chosen-single div{ 
  width: 46px;
  height: 46px;
}
.order_page .chosen-container-single .chosen-single span{
  margin-right: 0px;
}

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


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

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


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


.pass_field{
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  justify-content: flex-start;
}
.pass_field > span.pass_view_off{
  display: none;
  position: absolute;
  right: 0px;
  top:20px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0px!important;
  padding: 0px!important;
  cursor: pointer;
  z-index: 1;
  opacity:0.7;
  transition:0.5s;
}
.pass_field > span.pass_view_on{
  display: flex;
  position: absolute;
  right: 0px;
  top:20px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0px!important;
  padding: 0px!important;
  cursor: pointer;
  z-index: 1;
  opacity:0.7;
  transition:0.5s;
}

.pass_field.active > span.pass_view_off{
  display:flex;
}
.pass_field.active > span.pass_view_on{
  display: none;
}
.pass_field > span.pass_view_on:hover,
.pass_field > span.pass_view_off:hover{
  opacity:1;
}
#pay_form{
  display:none!important;
}
.product_credit_info .content p,
.product_credit_info .content li{
  margin-bottom:5px;
}
.btn_cart_holder{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:16px;
}
.credit_cart_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
.call_credit_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  box-shadow: inset 0 0 0 0.5px #000;
  border: none; 
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  width:100%;
}
.credit_cart_btn span,
.call_credit_btn span{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  line-height: 150%;
}
.credit_cart_btn:hover,
.call_credit_btn:hover{
  background: #000;
  color:#fff;
}
.credit_cart_btn:hover .mono_icon path,
.call_credit_btn:hover .mono_icon path{
  fill:#fff;
}
@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: #000;
  font-size: 120px;
}
.not_found div{
  font-size: 26px;
  color: #000;

  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%;
  padding: 10px 10px;
}
.go_main_b{
  text-decoration: none;
  float: none;
  background: #000;
  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;
}
.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: -110px;
  text-align: center;
  width: 100px;
  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;
  text-align: left;
  background: #f7f7f7;
  padding: 5px 10px;
  margin-top: 10px;
}
.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: #000;
  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: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px;
  flex-direction: row;
}
.front_article_list li {
  width: calc(100% / 3 - 30px);
  margin: 0px 15px 20px 15px;
  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;
}
.category_wrapper .product_list > li.no_products_find,
.front_article_list li.no_blog_find{
  width: 100%;
  font-size: 18px;
  padding: 20px 10px;
  text-align: center;
  background: #fff;
}
.front_article_list li.no_blog_find:after{
  display:none;
}
.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 li:hover img{
  opacity:0.7;
}
.front_article_list_info a:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.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: #000;
}
.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;
    background: #000;
    padding: 10px 15px;
    width: auto;
    max-width: 200px;
    justify-content: space-between;
    gap: 10px;
}
.contacts_page_top_item .socials li a{
  transition:0.5s;
  display:flex;
  flex-direction:column;
}
.contacts_page_top_item .socials li a:hover{
  transform:scale(1.2);
}
.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;
}
.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: #000;
    color: #fff;
}
.contacts_page_map_info li p {
    width: 100%;
}
.contacts_page_map_info li a {
    color: #000;
    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;
}
.product_color span, .product_weight span {
    margin-left: 10px;
    font-weight: 600;
}
.product_color_radio_item, .product_weight_radio_item {
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.product_color_radio_item:not(:last-child), .product_weight_radio_item:not(:last-child) {
    margin-right: 0px;
}
.product_color_radio_item input, .product_weight_radio_item input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.product_color_radio_item label{
  text-align: center;
  cursor: pointer;
  transition: .3s;
  font-size: 13px;
  line-height:14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border:2px solid #ddd;
  position: relative;
  z-index: 3;
}

.product_weight_radio_item label {
  text-align: center;
  cursor: pointer;
  transition: .3s;
  font-size: 13px;
  line-height:14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px 10px;
  border-radius: 0px;
  overflow: hidden;
  border:2px solid #ddd;
  position: relative;
  z-index: 3;
}
.product_color_radio_item label:hover{
  border-color: #989898;
}
.product_weight_radio_item label:hover{
  border-color: #989898;
  background: #989898;
  color: #fff;
}
.product_color_radio_item input:checked + label{
  border-color: #000;
}
.product_weight_radio_item input:checked + label {
  border-color: #000;
  background: #000;
  color: #fff;
}
.product_color_radio_item.color_disabled label img{
  opacity:0.75;
}
.product_color_radio_item.color_disabled label:after{
  content: "";
  background: #d71a1a;
  border-radius: 0px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(50%);
  left: 0px;
  transform: rotate(45deg);
}

.product_weight_radio_item.size_disabled label{
  opacity:0.5;
}
.product_weight_radio_item.size_disabled label:after{
  content: "";
  background: #d71a1a;
  border-radius: 0px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(50%);
  left: 0px;
  transform: rotate(45deg);
}
/*
.product_color_radio_item.color_disabled label, .product_weight_radio_item.size_disabled label {
    opacity: 0.45;
}
*/
.order_summary {
    max-width: 500px;
    width: 100%;
    padding: 72px 35px 24px 35px;
}
section.order_page{
  padding-bottom:0px!important;
  background: #fafafa;
}
.order_details {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - 500px);
  background: #fff;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 24px;
  height: 100%;
  min-height: 100dvh;
}
.cart_section_wrapper{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 100%;
  margin: 0px auto;
  gap: 35px;
  width:100%;
}
#phone_confirm_popup { max-width: 480px; }
#phone_confirm_popup .phone_confirm_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.phone_confirm_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 32px;
  background: #000;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.phone_confirm_submit:hover { background: #1a1a1a; }
.phone_confirm_resend { font-size: 13px; text-decoration: underline; }
.phone_confirm_resend.disabled { opacity: .4; cursor: default; pointer-events: none; }
header.header_checkout{
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
}
.cart_section_wrapper.cart_section_wrapper_empty{
  justify-content: center;
}
.cart_section_wrapper.cart_section_wrapper_empty .order_details{
  display:none;
}
.order_history_list .pricing_row, .order_summary .pricing_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.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; padding-right:15px;
}
.cart_product_list .product_name {
    font-size: 16px;
    font-weight:600;
}
.cart_product_list .product_options {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.cart_product_list .pricing_wrap {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.cart_product_list .delete_product {
    position: absolute;
    top: 0;
    right: 0;
}
.cart_product_list .delete_product:hover svg path{
  stroke:#D71A1A;
}
.cart_product_list .cart_quantity{
  min-width:50px;
  width: 50px;
  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;
  position: relative;
  width: 90px;
  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: #000;
    cursor: pointer;
}
.cart_product_list .pricing_wrap a:hover {
    background: #000;
    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: #ffffff;
}
::-webkit-scrollbar-track {
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #000;
    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: 20px;
  right: 10px;
  background: #f8f8f8;
  border-radius: 50%;
  background-image: url(../img/checkbox_tick_w2.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: #000;
}

#to_top{
  display:none!important;
}
#call_callback{
  display:none;
}

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

}
.ac_depart_rozetka.ac_filed:after,
.ac_city_rozetka.ac_filed:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #f8f8f8;
  border-radius: 50%;
  background-image: url(../img/checkbox_tick_w2.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}
.ac_depart_result_rozetka,
.ac_city_result_rozetka{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  background: #fff;
  z-index: 2;
}
.ac_depart_result_rozetka ul,
.ac_city_result_rozetka 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_rozetka ul li,
.ac_city_result_rozetka ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ac_depart_result_rozetka ul li a,
.ac_city_result_rozetka ul li a{
  display: flex;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #000;
}
.ac_depart_result_rozetka ul li a:hover,
.ac_city_result_rozetka ul li a:hover{
  color: #fff;
  background-color: #000;
}

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

}
.ac_depart_ukrpost.ac_filed:after,
.ac_city_ukrpost.ac_filed:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #f8f8f8;
  border-radius: 50%;
  background-image: url(../img/checkbox_tick_w2.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}
.ac_depart_result_ukrpost,
.ac_city_result_ukrpost{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  background: #fff;
  z-index: 2;
}
.ac_depart_result_ukrpost ul,
.ac_city_result_ukrpost 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_ukrpost ul li,
.ac_city_result_ukrpost ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ac_depart_result_ukrpost ul li a,
.ac_city_result_ukrpost ul li a{
  display: flex;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #000;
}
.ac_depart_result_ukrpost ul li a:hover,
.ac_city_result_ukrpost ul li a:hover{
  color: #fff;
  background-color: #000;
}

.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: #000;
}
.radio_section input:checked+label:after {
    background-color: #000;
    border-color: #000;
}
.radio_section input:checked+label {
    color: #000;
}
.credit_block,
.product_info_column .product_cart_link.add_to_card,
.product_info_column .product_cart_link.preorder_to_card{
  display: none;
}

.credit_block.active,
.product_info_column .product_cart_link.add_to_card.active,
.product_info_column .product_cart_link.preorder_to_card.active{
  display:flex;
  align-items: center;
  justify-content: center;
}
.nocomments{
  background: #f5f5f5;
  padding: 10px 15px;
}
.price_input_wrapper{
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 15px;
}
.price_input_wrapper input{
  max-width: 110px;
  border: 1px solid #EEEEEE;
  padding: 15px 10px;
  background-color: #fff;
  font: inherit;
  text-overflow: ellipsis;
}

.column_layout_row.contacts_row{
    flex-wrap: wrap;
}
.bonus_program_list .level_1 svg path{
  fill:#267450;
}
.bonus_program_list .level_2 svg path{
  fill:#207965;
}
.bonus_program_list .level_3 svg path{
  fill:#1B7E7B;
}
.bonus_program_list .level_4 svg path{
  fill:#16838E;
}
.bonus_program_list .level_5 svg path{
  fill:#12879D;
}
.bonus_program_list .level_6 svg path{
  fill:#0E8BAD;
}
.re_row{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
  flex-wrap:wrap;
}
.re_row .column_re{
  width: calc(100% / 2 - 50px);
  display: flex;
  flex-direction: column;
}
.add_to_card,
.preorder_to_card{
  display:none!important;
}
.add_to_card.active,
.preorder_to_card.active{
  display:flex!important;
}

.sklad_info{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width:100%;
}
.address_ti{
  font-weight: 700;
}
.sklad_available_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.sklad_info p{
  font-size: 14px;
  font-weight: 500;
}
.sklad_available {
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
  position: relative;
  list-style-type: disc;
}

.sklad_available.status_amount_1::before {
  color: #AF0000;
}

.sklad_available::before {
    content: "·";
    font-size: 20px;
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    left: -13px;
}

/*
.sklad_available:after{
  content:"";
  display:block;
  width:2px;
  height:2px;
  position:absolute;
  left:5px;
  top: calc(50% - 1px);
  background:#000;
  border-radius:50%;
}

.sklad_available > span{
  margin-left:5px;
}
*/


.login_form,
.forget_form,
.registration_form{
  display:none;
}
.login_form.active,
.forget_form.active,
.registration_form.active{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.mobile_login .forms_title,
#login .forms_title{
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  font-size: 14px;
  max-width: calc(100% - 20px);
  margin: 0px auto 30px auto;
  text-align:center;
}
.mobile_login .hold_form,
#login .hold_form{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap:0px;
}
/*
#login .registration_form .hold_form{
  height:100%;
}
*/
.social_auth_holder{
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 100%;
}
.social_auth_holder .social_auth_title{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_auth_holder .social_auth_title span{
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  background: #fff;
  position: relative;
  padding: 5px 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}
.social_auth_holder .social_auth_title:after{
  content:"";
  display:block;
  top:50%;
  left:0px;
  width:100%;
  height:1px;
  background:#000;
  position:absolute;
}
.social_auth{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
}
.social_auth li{
  height: 44px;
  width: calc(100% / 3 - 16px);
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.social_auth li a{
  font-size: 14px;
  font-family: Roboto, sans-serif;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  width: 100%;
  height: 100%;
  color: #000;
}
.social_auth li a:hover{
  background:#000;
  color:#fff;
}

.social_auth li a:hover svg path{
  fill:#fff;
}
.order_form_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.order_form_holder .checkout_nav{
  height:48px;
}

#order{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.order_step_title,
.order_title{
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.order_details .order_step{
  display:none;  
  max-width: 400px;
  width:100%;
}
.order_details .order_step.active{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap:16px;
}
.order_page .chosen-container-single .chosen-search input[type=text]{
  background:none!important;
  height: 32px !important;
  padding: 2px 16px 2px 6px!important;
  min-height: 32px!important;
}
.order_page .chosen-container-single .chosen-search{
  position:relative;
}
.order_page .chosen-container-single .chosen-search:after{
  background-image: url(../img/search_i.svg) !important;
  background-size: auto !important;
  background-position: center center !important;
  background-repeat: no-repeat!important;
  transition: transform 0.5s;
  content: "";
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  position:absolute;
  z-index:1;
  right:0px;
  top: 3px;
}
.next_step{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 48px;
  background: #fff;
  border: none;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  position:relative;
  margin-top: 32px;
  box-shadow: inset 0 0 0 0.5px #000, 0px 4px 2px -2px rgba(0, 0, 0, 0.06);
  transition: box-shadow .5s ease-in-out;
}
.next_step:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  top: 0px;
  left: 0px;
}
.next_step:hover{
  background:#fff;
  color:#1a1a1a;
  border: 0.5px solid #1a1a1a;
}
.next_step.last_step{
  background:#000;
  color:#fff;
  margin-top: 0px;
  box-shadow: 0px 4px 8px -2px #0000001a, 0px 2px 4px -2px #0000000f;
}
.next_step.last_step:hover{
  background:#1a1a1a;
  color:#fff;
  border: none; 
  box-shadow: inset 0 0 0 0.5px #000;
}
.next_step.last_step:focus{
  box-shadow:none;
}

.next_step.last_step.disabled{
    opacity: 0.7;
    cursor: not-allowed;
}
.order_confirm_policy.error label{
    color: #ff0000;
}
.order_confirm_policy.error label:before{
    border-color: #ff0000;
}
.default_delivery,
.default_pay{
  display:none!important;
}
.order_pay_blocks,
.order_delivery_blocks{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.order_pay_block,
.order_delivery_block{
  display:flex;
  flex-direction:column; 
  border: none;
  padding: 16px 16px;
  background: #fff;
  position:relative;
  box-shadow: inset 0 0 0 0.5px #cccccc;
}
.order_pay_block.active,
.order_delivery_block.active{
  box-shadow: inset 0 0 0 0.5px #000000, 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.order_pay_block.active:after,
.order_delivery_block.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  top: 0px;
  left: 0px;
}
.order_pay_block_head,
.order_delivery_block_head{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  cursor:pointer;
}
.order_pay_block_head .order_pay_block_head_top,
.order_delivery_block_head .order_delivery_block_head_top{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title,
.order_delivery_block_head .order_delivery_block_head_top .order_delivery_block_title{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title.order_pay_block_title_s{
  text-transform:none;
  width: 100%;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title.order_pay_block_title_s span{
  font-weight:600;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title.order_pay_block_title_s span.pay_ic,
.order_pay_block_head .order_pay_block_head_top .order_pay_block_title.order_pay_block_title_s img{
  margin-left:auto;
}
.order_pay_block .order_pay_block_sh,
.order_delivery_block .order_delivery_block_sh{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-height:16px;
  min-width:16px;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #000;
  position:relative;
}
.order_pay_block .order_pay_block_sh span,
.order_delivery_block .order_delivery_block_sh span{
  width: 8px;
  height: 8px;
  min-height:8px;
  min-width:8px;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  display:none;
}
.order_pay_block.active .order_pay_block_sh span,
.order_delivery_block.active .order_delivery_block_sh span{
  display:flex;
  flex-direction:column;
}
.order_pay_block_head .order_pay_block_head_top .order_pay_block_sub,
.order_delivery_block_head .order_delivery_block_head_top .order_delivery_block_sub{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 150%;
  text-transform: uppercase;
}
.order_pay_block_head_bottom,
.order_delivery_block_head_bottom{
  color: #666666;
  font-size: 14px;
  line-height: 150%;
}
.order_pay_block_head_bottom b,
.order_delivery_block_head_bottom b{
  font-weight:600;
}
.order_pay_block.pay_hidden,
.order_delivery_block.delivery_hidden{
  display:none;
}
.order_pay_block .order_pay_block_body,
.order_delivery_block .order_delivery_block_body{
  display:none;
}
.order_pay_block.active .order_pay_block_body,
.order_delivery_block.active .order_delivery_block_body{
  display:flex;
  flex-direction:column;
  margin-top:16px;
}

.order_personal_data{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.des_submit_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.des_submit_holder .pricing_section{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 8px;
}
.des_submit_holder .pricing_section .pricing_row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  padding: 11px 4px;
  color: #000;
  font-weight: 400;
}
.des_submit_holder .pricing_section .pricing_row.pricing_row_b{
  font-weight:600;
}
.des_submit_holder .pricing_section .pricing_row .delivery_text{
  text-transform:none;
}
.confirm_go_main{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 48px;
  background: #fff;
  border: none; 
  box-shadow: inset 0 0 0 0.5px #000;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
}
.confirm_go_main:hover{
  background: #fff;
  color: #1a1a1a;
  border: none; 
  box-shadow: inset 0 0 0 0.5px #1a1a1a;
}
.confirm_info{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  position: relative;
  bottom: 0px;
  gap: 16px;
  padding: 16px 16px;
  left: 0px;
}
.confirm_info_head{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.confirm_info .confirm_info_body{
  display:none;
}
.confirm_info.active .confirm_info_body{
  display: flex;
  flex-direction:column;
  width:100%;
}
.confirm_info_head_nav{
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  transform:rotate(180deg);
}
.confirm_info.active .confirm_info_head_nav{
  transform:rotate(0deg);
}
.confirm_info_block{
  color: #666666;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.confirm_info_block div:first-child{
  min-width: 140px;
}
.confirm_info_block div b{
  color: #000000;
}
.account_content_wrapper #edit_profile_form label,
.account_content_wrapper #password_reset_form label{
  padding-left:0px;
}
.account_content_wrapper #edit_profile_form label:before,
.account_content_wrapper #password_reset_form label:before{
  display:none!important;
}
#footer_subscribe_form .main_form_item label{
  text-indent: 0px;
  opacity: 1;
  visibility: visible;
  font-weight: 500;
  color:#fff;
}
header.header_care{
  min-height: 48px;
}
header.header_care .header_wrapper{
  min-height:48px;
}
.h_lang{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #555555;
  line-height: 18px;
  gap: 8px;
}
.h_lang .h_lang_sep{
  background: #D9D9D9;
  width: 1px;
  height: 12px;
}
.h_lang li a{
  color:#fff;
}
.h_lang li.active a{
  color:#000000;
}
.tpl_care_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
.care_material{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.care_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.care_block.laundary{
  margin-top: 10px;
}

.care_cares{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:12px;
}
.care_cares .tpl_cares{
  display: flex;
  flex-direction: row;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
  width: 100%;
}
.care_cares .tpl_cares .cares_img{
  max-width:24px;
}
.care_cares .tpl_cares .cares_img img{
  width:100%;
  display:block;
}
.care_cares .tpl_cares .cares_name{
  color: #000;
  width:calc(100% - 32px);
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
.care_chems{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.tpl_chem{
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position:relative;
}
.tpl_chem .chem_info{
  width: calc(100% - 196px);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tpl_chem .chem_info_name {
  display: block;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 500;
}
.tpl_chem .chem_info_subname {
  display: block;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555555;
  font-weight: 400;
}
.tpl_chem .chem_info_link{
  display: block;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 400;
}
.tpl_chem:hover .chem_info_link{
  text-decoration:underline;
}
.tpl_chem .chem_info_link:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tpl_chem_img{
  width: 180px;
  height: 106px;
}
.tpl_chem_img img{
  width:100%;
  display:block;
}

.care_composition,
.care_description{
  display:flex;
  flex-direction:column;
  width:100%;
  margin-bottom:0px!important;
}
.care_title{
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  width: 100%;
  color: #000;
}
.care_block_title{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  color:#000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
}
.care_page_holder{
  display: flex;
  width:100%;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  max-width:600px;
  margin: 0px auto;
}
.care_page_head{
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
}
.care_page_head li a{
  font-size: 12px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  height: 48px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.care_page_head li a.active{
  border-bottom: 1px solid #000;
}
.care_tabs{
  display:flex;
  flex-direction:column;
  width:100%;
}
.care_tabs .care_tab{
  display:none;
}
.care_tabs .care_tab.active{
  display:flex;
  flex-direction:column;
  width:100%;
}
.alert_server_text{
  font-size: 16px;
  text-align: center;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.alert_server_text_2{
  font-size: 14px;
  text-align: center;
  line-height: 150%;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.alert_server .highlighted_block{
  width: 100%;
  padding: 20px 20px;
  border: none;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.alert_server{
  background: #fff;
  display: none;
  padding: 40px 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -210px;
  width: 420px;
  z-index: 127;
  text-align: center;
}
.content.collapsed_content{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  max-width: 630px;
  width: 100%;
  line-height: 150%;
}
a.collapsed_trigger{
  font-size:14px;
  line-height:150%;
  color:#555;
  text-decoration:underline;
  margin: 0px auto 16px auto;
}
a.collapsed_trigger:hover{
  text-decoration:none;
}
.site_dev{
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  line-height: 150%;
}
.cart_promocode{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding-top:24px;
}
.cart_promocode .promocode_section{
  display:none;
}
.cart_promocode.active .promocode_section{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 8px;
  background: #fff;
  justify-content: space-between;
}
.cart_promocode input{
  font-size: 14px;
  border: none;
  line-height: 1.5;
  color: #000;
  box-shadow: inset 0 -0.5px 0 0 #000;
  height: 48px;
  width: 100%;
  padding: 13.5px 8px;
}

.cart_promocode input:placeholder{
  color:#666;
}
.call_promo_form{
  background: #fafafa;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  height: 48px;
}
.call_promo_form:hover{
  background:#000;
  color:#fff;
}
.call_promo_form:hover svg path{
  stroke:#fff;
}
.cart_promocode.active .call_promo_form{
  display: none;
}
.apply_promo{
    margin-top: 1px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  box-shadow: inset 0 0 0 0.5px #000;
  border: none; 
  min-height: 42px;
  width: 95px;
  align-items: center;
  height: 48px;
  justify-content: center;
  display: flex;
  padding: 13.5px 8px;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.apply_promo:hover{
  background:#000;
  color:#fff;
}
.promo_active{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  height: 60px;
  width: 100%;
  padding: 19.5px 12px;
}
.promo_active .promo_text{
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.promo_active.danger_promo{
  border: 1px solid #af0000;
}
.promo_active > span > span{
  color: #AF0000;
  font-weight: 600;
}
.promo_active > span a{
  text-decoration:underline;
}
.promo_active > span a:hover{
  text-decoration:none;
}
.promo_active .remove_promocode{
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.first_order_discount{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin: 30px 0px 55px 0px;
  text-align: center;
}


.registration_phone{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.registration_phone .chosen-container{
  order:2;
}
.registration_phone .chosen-results li{
  display: flex!important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.registration_phone .chosen-results li > img{
  width: 26px;
}
.registration_phone .chosen-container-single .chosen-single img{
  width: 22px;
}
.registration_phone .chosen-container-single .chosen-single span > span{
  display:none!important;
}
.registration_phone .main_form_item_select.main_form_item_filled label,
.registration_phone .chosen-container.chosen-with-drop + label{
  opacity: 1;
  visibility: visible;
  text-indent: 0px;
}
.registration_phone .chosen-container{
  width: 100%!important;
  outline: none;
  background: transparent;
  border: none;
  border-radius: 5px;
  width: 100%;
  position: absolute;
  top: 23px;
  right: 0px;
  pointer-events: none;
}
.registration_phone .chosen-container-single .chosen-single{
  line-height: 48px;
  height: 48px;
  outline: none;
  background: transparent;
  box-shadow: none;
  font-weight: normal;
  color: #181818;
  border-radius: 0px;
  border: 1px solid transparent;
  margin-left: calc(100% - 65px);
  pointer-events: all;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.registration_phone .main_form_error .chosen-container-single .chosen-single{
  border-bottom: none; 
  box-shadow: inset 0 -0.5px 0 0 #AF0000;
}
.registration_phone .chosen-container-single .chosen-search input[type=text]{
  color: #000;
}
.registration_phone .chosen-container-single input[type="text"]:focus{
  color: #000;
}

.registration_phone .chosen-container-active.chosen-with-drop .chosen-single{
  box-shadow: none;
}
.registration_phone .chosen-container.chosen-with-drop .chosen-single{
  background:#fff;
}
.registration_phone .chosen-container-single .chosen-single div{ 
  width: 46px;
  height: 46px;
}
.registration_phone .chosen-container-single .chosen-single span{
  margin-right: 0px;
  display: flex;
}

.registration_phone .chosen-container-single .chosen-single div b{
  background-image: url(../img/std.svg) !important;
  background-size: auto !important;
  background-position: center center !important;
  transition: transform 0.5s;
}
.registration_phone .chosen-container.chosen-with-drop .chosen-drop{
    border: 0px;
    background: #fff;
    color: #181818;
    font-weight: normal;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
  pointer-events: all;
}
.registration_phone .chosen-container-single .chosen-drop,
.registration_phone .chosen-container .chosen-drop{
  border: 1px solid #000;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


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


.registration_phone .chosen-container-single .chosen-search input[type=text]{
  background:none!important;
  height: 32px !important;
  padding: 2px 16px 2px 6px!important;
  min-height: 32px!important;
}
.registration_phone .chosen-container-single .chosen-search{
  position:relative;
}
.registration_phone .chosen-container-single .chosen-search:after{
  background-image: url(../img/search_i.svg) !important;
  background-size: auto !important;
  background-position: center center !important;
  background-repeat: no-repeat!important;
  transition: transform 0.5s;
  content: "";
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  position:absolute;
  z-index:1;
  right:0px;
  top: 3px;
}
.parts_block{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
}
.parts_block .credit_part{
  border: none; 
  box-shadow: inset 0 0 0 0.5px #CCCCCC;
  font-size: 14px;
  text-transform: none;
  color: #000;
  font-weight: 400;
  line-height: 150%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 4px);
  cursor: pointer;
}
.parts_block .credit_part.active{
  color:#fff;
  border: none; 
  box-shadow: inset 0 0 0 0.5px #000;
  background:#000;
  font-weight:600;
}
.pricing_row_credit{
  display:none;
}
.pricing_row_credit.active{
  display:flex;
  flex-direction:column;
  width:100%;
}
.cart_credit_period{
  text-transform:none;
}
#credit{
  position: fixed;
  top: 0px;
  max-width: 430px;
  height: 100%;
  background: #fff;
  right: 0px;
  z-index: 333;
  text-align: center;
  display: none;
  width: 100%;
}
#credit .popup_inner{
  display: flex;
  width:100%;
  flex-direction: column;
  gap: 8px;
  padding: 32px 24px 24px 24px;
  height: calc(100% - 64px);
  overflow-y: auto;
  overflow-x: hidden;
} 
#credit .order_pay_blocks{
  margin-bottom: 24px;
}
#credit .select_credit{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  height: 100%;
}
.credit_calendar_bottom{
  color: #666;
  font-size: 14px;
  text-align: center;
  width: 100%;
  line-height: 150%;
}
.credit_calendar_bottom span{
  color:#000;
}
#credit .select_credit_title{
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}
#credit .credit_calendar{
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
  padding: 24px 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap:16px;
}
.credit_calendar_top{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap:4px;
}
.credit_calendar_top .credit_calendar_part{
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:center;
  justify-content:center;
  color:#666666;
  font-size:12px;
  line-height:150%;
}
.credit_calendar_top .credit_calendar_part.active{
  color: #000;
}
.credit_calendar_top.credit_calendar_top_2 .credit_calendar_part{
  width: calc(100% / 2 - 4px);
}
.credit_calendar_top.credit_calendar_top_3 .credit_calendar_part{
  width: calc(100% / 3 - 4px);
}
.credit_calendar_top.credit_calendar_top_4 .credit_calendar_part{
  width: calc(100% / 4 - 4px);
}
.credit_calendar_top.credit_calendar_top_5 .credit_calendar_part{
  width: calc(100% / 5 - 4px);
}
.credit_calendar_top.credit_calendar_top_6 .credit_calendar_part{
  width: calc(100% / 6 - 4px);
}

.credit_calendar_top .credit_calendar_part .credit_calendar_sep{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 4px;
  background: #CCCCCC;
}
.credit_calendar_top .credit_calendar_part.active .credit_calendar_sep{
  background:#000;
}
.credit_calendar_top .credit_calendar_part.active .credit_calendar_sum{
  font-weight:600;
}

.credit_apply_3,
.credit_apply_2,
.credit_apply{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  height: 48px;
  margin-top: auto;
  gap: 5px;
  min-height: 48px;
}
.credit_apply_3:hover,
.credit_apply_2:hover,
.credit_apply:hover{
  background-color: #1a1a1a;
}
.credit_menu_top{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  background: #FAFAFA;
  padding: 0px 8px 0px 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.close_credit{
  position: absolute;
  top:12px;
  right: 12px;
  width: 24px;
  text-align: center;
  height: 24px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close_credit:hover {
    background: #000;
}
.close_credit:hover svg path{
    stroke: #fff;
}
.pop_change_size_color_title_in{
  color: #555555;
  font-size: 12px;
  text-align: center;
  width: 100%;
  line-height: 150%;
}
.css_block,
.csc_block{
  display: flex;
  flex-direction:column;
  gap:8px;
  width:100%;
}
.csc_block_in{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  width:100%;
  gap:12px;
  flex-wrap: wrap;
}
.csc_block_in a{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid transparent;
  position:relative;
}
.csc_block_in a.active{
  border: 3px solid #FAFAFA;
}

.csc_block_in a:after{
  content:"";
  display:block;
  width:100%;
  position:absolute;
  bottom: -8px;
  height:0px;
  background:#000;
  transition:0.2s;
}
.csc_block_in a:hover:after,
.csc_block_in a.active:after{
  height:1px;
}
.css_block_in{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  width:100%;
  gap:24px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.css_block_in a{
  min-width: 32px;
  height: 32px;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:0.2s;
  text-wrap-mode: nowrap;
}
.css_block_in a.active{
  border-bottom: 1px solid #000;
}
.css_block_in a:hover{
  opacity:0.7;
}
.css_block_in a.disabled{
  color:#555555;
  text-decoration:line-through;
  cursor:not-allowed;
}
.promo_rule{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 150%;
  font-size: 14px;
  padding: 4px 4px;
  color: #000;
}
.region_selector_first{
  display:none;
  width: 100%;
  gap: 24px;
}
.f_active .region_selector_first{
  display: flex;
  flex-direction: column;
}
.region_selector{
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.f_active .region_selector{
  display:none;
}
.search_region{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  height: 48px;
}
.search_region button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  z-index: 2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events:none;
}
.search_region input[type="text"]{
  border: none;
  position: relative;
  height: 48px;
  outline: none !important;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  flex: 1;
  padding: 13px 8px;
  border-bottom: none; 
  box-shadow: inset 0 -0.5px 0 0 #666666;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #000;
  min-height: 48px;
  order: 2;
  margin: 2px 0px;
}
.region_links{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 375px;
  overflow: auto;
  padding-right: 5px;
}
.region_links a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: none; 
  box-shadow: inset 0 -0.5px 0 0 #CCCCCC;
  height: 48px;
  min-height: 48px;
  font-size:14px;
  font-weight:300;
  line-height:150%;
  color:#000;
}
.region_links a svg{
  display:none;
}
.region_links a.active{
  font-weight:700;
}
.region_links a.active svg{
  display:block;
}
#popup_lang_currency .pop_inner p.first_lang_text{
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.lang_link_first{
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: none; 
  box-shadow: inset 0 -0.5px 0 0 #000;
  height: 48px;
}
.p_back{
  display: flex;
  flex-direction: column;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.f_active .p_back{
  display:none;
}
.first_btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.first_btns a.first_change{
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  background: #000;
  height: 48px;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  line-height: 150%;
  font-weight: 400;
}
.first_btns a.first_change:hover{
  box-shadow: 0 0 0 1px #000;
  background-color: #fff;
  color: #000;
}
.first_btns a.first_close{
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  background: #000;
  height: 48px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  line-height: 150%;
  font-weight: 400;
  box-shadow: 0 0 0 1px #000;
  background-color: #fff;
  color: #000;
}
.first_btns a.first_close:hover{
  box-shadow: none;
  background-color: #000;
  color: #fff;
}
.pop_back{
  right: auto;
  width: 48px;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: transparent;
  position: relative;
}
#success_adding .pop_back{
  opacity:0;
}
#notify_popup .product_info_full .success_text .popup_close{
  width:100%!important;
}
#success_adding{
  position: fixed;
  bottom: 0px;
  height: auto;
  background: #fff;
  right: 0px;
  z-index: 333;
  text-align: center;
  display: none;
  width: 100%;
}
.hide_adding{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  box-shadow: inset 0 0 0 0.5px #000;
  border: none; 
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 150%;
  text-transform:uppercase;
  font-weight: 400;
}
.hide_adding:hover{
  background: #000;
  color: #fff;
}
.ghost_link{
  position:absolute;inset:0;z-index:0;
}
.pop_cart_continue_checkout{
  display: none;
}
.checkout_body .pop_cart_continue_checkout{
  display: flex;
  font-size: 14px;
  color: #fff;
  background: #000;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
  box-shadow: 0px 4px 8px -2px #0000001a, 0px 2px 4px -2px #0000000f;
}
.pop_cart_continue_checkout:hover{
  background:#1A1A1A;
  color: #fff;
}
.pop_cart_continue_checkout:focus{
  box-shadow:none;
}
.checkout_body .credit_cart_btn,
.checkout_body .pop_cart_btn_checkout{
  display:none;
}

.boutiques_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 64px;
}

.boutiques_section {
  max-width: 1344px;
  margin: 0 auto;
  padding-bottom: 64px;
}

.boutiques_section .section_title {
  text-align: center;
  margin: 32px 0 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  width: 100%;
  letter-spacing: 5%;
}

.boutique_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.boutique_item_title {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  font-weight: 300;
}

.boutique_item_image {
  object-fit: cover;
}

.boutiques_section .container {
  padding: 0;
}

.boutiques_section .store-slider .swiper-slide {
  height: 430px;
}

.boutiques_section .store-slider .swiper-slide img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.boutiques_section .store-page { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 2rem; }

.boutiques_section .left-col { display: flex; flex-direction: column; gap: 32px; }
.boutiques_section .right-col { display: flex; flex-direction: column; gap: 24px; max-width: 640px }
.boutiques_section .store-slider .store-slider-controls { display: flex; justify-self: flex-end; column-gap: 8px; margin-top: 6px; }
.boutiques_section .swiper-slide img { width: 100%; max-height: 430px; }
.boutiques_section .store-info { max-width: 400px;}

.boutiques_section .store-slider .store-slider-controls button {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boutiques_section .main-photo { width: 100%; height: 280px; object-fit: cover; border-radius: 8px; display: block; }
.boutiques_section .main-photo-placeholder { background: #f0ede8; border-radius: 8px; height: 280px; display: flex; align-items: center; justify-content: center; color: #aaa; font-size: 13px; }

.boutiques_section .map-block { overflow: hidden; }
.boutiques_section .map-block iframe { display: block; width: 100%; height: 640px; border: none; }
.boutiques_section .info-block {
    margin-bottom: 64px;
    font-size: 14px;
    font-weight: 300;
}

.boutiques_section .info-block h3 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
}

.boutiques_section .info-block p {
    margin-bottom: 14px;
    margin-left: 20px;
}

.boutiques_section .info-block a {
    margin-left: 20px;
    text-decoration: underline;
}

.boutiques_section .schedule table {
  display: block;
  width: 100%;
  border: none !important;
  border-collapse: unset;
}

.boutiques_section .schedule tbody {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 32px;
  row-gap: 8px;
}

.boutiques_section .schedule tr {
  display: contents; 
}

.boutiques_section .schedule td {
  display: block;
  width: auto !important; 
  height: auto !important; 
  padding: 0;
  border: none !important;  
  color: var(--text-secondary, #888);
  font-size: 14px;
}

.boutiques_section .schedule {
  margin: 0 0 16px 20px;
}

.boutiques_section .schedule tr.active td {
  color: #1a1a1a;
}

.boutiques_section .schedule .row {
    display: flex;
    margin-bottom: 8px;
    color: #666666;
}

.boutiques_section .schedule .row.active {
  color: #000;
}

.boutiques_section .schedule .row span:first-child {
    width: 84px;
    margin-right: 32px;
}

.boutiques_section .holiday-note {
  padding: 5px 0;
  list-style: none;
}

.boutiques_section .holiday-note::-webkit-details-marker {
  display: none;
}

.boutiques_section .holiday-note::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 6px;
    margin-bottom: 4px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    transition: transform .2s ease;
    flex-shrink: 0;
}

.holiday-details:not([open]) > .holiday-note::before {
    transform: rotate(-45deg);
}

.row_vat_note {
  color: #666666;
  margin-bottom: 5px;
  padding: 0 4px;
  line-height: 150%;
  letter-spacing: 0%;
  font-size: 14px;
}

.boutiques_section .holiday-text {
  margin-top: 8px;
  line-height: 1.3;
}

.boutiques_section .contacts {
    list-style: none;
}

.boutiques_section .contacts li {
    margin-bottom: 8px;
}

.boutiques_section .links-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.boutiques_section .links-list a {
  margin-left: 0;
}

.boutiques_section .links-list a,
.boutiques_section .store-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.boutiques_section .store-link {
  padding: 5px 0;
}

.boutiques_section .store-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.boutiques_section .store-links a {
  text-decoration: none;
  margin-left: 0;
}

.content_s_block{
  text-align:center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content_s_block p{
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
}
.content_s_block .s_block_n{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 50px 0px;
}
.content_s_block .s_block_n .s_block_n_1{
  font-size: 38px;
  font-weight: 600;
  line-height: 150%;
}
.content_s_block .s_block_n .s_block_n_2{
  font-size: 34px;
  font-weight: 600;
  line-height: 150%;
}
.content_s_block .s_block_n .s_block_n_3{
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}
.content_s_block .s_block_d{
  font-size: 60px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 50px;
}
.content_s_block .s_block_s_contact{
    margin: 40px 0px;
}
.content_s_block a{
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.content_s_block a:hover{
  text-decoration:underline;
}
.s_block_i{
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.subscribe_cart_items{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 32px;
}
.subscribe_cart_items a{
  display: flex;
  flex-direction: column;
  max-width: 67px;
  transition:0.5s;
}
.subscribe_cart_items a:hover{
  opacity:0.8;
}
.subscribe_auth_item_s{
  display: flex;
  flex-direction: column;
  width: 67px;
  height: 100px;
  background: #FAFAFA;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
}
.main_form_item_hidden { display: none; }
.main_form_item_select button{
  outline: none !important;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  flex: 1;
  padding: 13px 8px;
  border: 1px solid transparent;
  box-shadow: inset 0 -0.5px 0 0 #666666;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #000;
  min-height: 48px;
  background: #fafafa;
  order: 2;
  margin: 2px 0px;
  text-align: left;
}
.main_form_item_select button:after {
    content: '';
    background-image: url(../img/std.svg) !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: center center !important;
    transition: transform .5s;
    min-height: 47px;
    background: #fafafa;
    width: 47px;
    position: absolute;
    right: 0;
    top: 23px;
    z-index: 2;
    pointer-events: none;
}
@media screen and (max-width: 1850px) {

  .column_layout_row .highlighted_block {
    padding: 50px 35px;
  }
  .column_layout_row .get_route {
    padding: 20px;
  }
  .product_gallery {
    max-width: 768px;
    gap: 33px;
  }
  .product_nav_slider {
    max-width: 130px;
  }
  .product_nav_slider li.slick-slide {
    width: 130px !important;
    height: 175px !important;
  }
  .product_main_slider,
  .product_main_slider li.slick-slide {
    width: 605px;
    height: 806px;
  }
  #international_delivery_terms {
    left: calc(100% + 33px);
  }
  .account_content_wrapper .product_line .product_options_row {
    column-gap: 33px;
  }
  .account_wrapper .cart_content .product_line {
    gap: 60px;
  }
  .account_tabs {
    margin-right: 190px;
  }
  .bonus_scale_wrap .tier_wrap a {
    font-size: 28px;
  }
  .bonus_scale_wrap .tier_wrap {
    gap: 20px;
  }
}

@media screen and (max-width: 1699px) {
  .front_contact .contact_title{
    flex-direction:column;
  }
  .section_title_main,
  .product_section .section_title {
    font-size: 55px;
  }
  .section_subtitle,
  .product_page_slider_section .section_title {
    font-size: 35px;
  }
  .column_layout_row .post_title {
    font-size: 30px;
  }
  .column_layout_row .highlighted_block .block_title {
    font-size: 25px;
  }
  .product_wrap {
    font-size: 16px;
  }
  .color_options {
    gap: 3px;
  }
  .product_wrap .color_options a {
    width: 15px;
    height: 15px;
  }
  .product_wrap .image_wrapper,
  .category_wrap .image_wrapper {
    height: 300px;
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .product_section_wrap {
    gap: 95px;
  }
  .product_gallery {
    max-width: 640px;
  }
  .product_nav_slider {
    max-width: 110px;
  }
  .product_nav_slider li.slick-slide {
    width: 110px !important;
    height: 139px !important;
  }
  .product_main_slider,
  .product_main_slider li.slick-slide {
    width: 497px;
    height: 660px;
  }
  .product_line .product_line_right,
  .auth_cart_block .bonuses_total {
    max-width: 300px;
  }
  #bonus_form .form_error {
    width: 300px;
    top: 80px;
    left: -350px;
  }
  .payment_delivery_subsection .column_layout_row {
    gap: 60px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child {
    max-width: 575px;
  }
  .payment_delivery_subsection .column_layout_row .options:not(.extended_options) {
    width: 300px;
  }
  #international_delivery_terms {
    left: calc(50% + 16.5px);
    top: 415px;
  }
  .account_content_wrapper .product_line .product_line_right {
    max-width: 210px;
  }
  .account_tabs {
    margin-right: 130px;
  }
  .bonus_scale_wrap {
    gap: 300px;
    height: 500px;
  }
  .bonus_ring {
    width: 400px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
  }
  .bonus_ring_core {
    width: 300px;
    height: 300px;
  }
  .bonus_section_header .current_level {
    font-size: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .product_section_wrapper .product_section_left {
    max-width: 874px;
  }
  /*
  .product_section_wrapper .product_photo_list .image_wrapper {
    height: 655px;
  }
  .product_section_wrapper .product_photo_list li:nth-child(n + 3) .image_wrapper {
    height: 580px;
  }
  */
}
@media (max-width: 1600px) {
  .btn_cart_holder{
    gap:12px;
  }
}
@media screen and (max-width: 1499px) {
  .boutiques_section .container {
    padding: 0 15px;
  }

  header .logo {
    max-width: 120px;
  }
  .slide_name_section {
    padding-left: 60px;
  }
  .slide_info_section {
    padding: 80px 60px;
  }
  .front_slider .slide_title {
    font-size: 50px;
  }
  .front_slider .slide_subtitle {
    font-size: 16px;
  }
  .front_slider .slide_link,
  .section_link {
    padding: 20px;
  }
  .slide_info_section p {
    font-size: 30px;
  }
  .column_layout_row .post_content .content_row {
    flex-direction: column;
    gap: 25px;
  }
  .column_layout_row .post_content .content_row .content {
    max-width: unset;
  }
  .column_layout_row .highlighted_block.full_height {
    height: calc(100% - 80px);
  }
  .column_layout_row .get_route {
    height: 81px;
    font-size: 16px;
  }
  .filters {
    gap: 50px;
  }
  .product_wrap .stock_notification,
  .product_wrap .stock_info {
    font-size: 14px;
  }
  .product_gallery {
    max-width: 560px;
    gap: 20px;
  }
  .product_nav_slider {
    max-width: 90px;
    margin: -10px 0;
  }
  .product_nav_slider li.slick-slide {
    width: 90px !important;
    height: 114px !important;
    margin: 10px 0;
  }
  .product_main_slider,
  .product_main_slider li.slick-slide {
    width: 430px;
    height: 574px;
  }
  .product_section .product_options_row,
  .product_section .buttons_wrap {
    gap: 20px;
  }
  .cart_content .product_line {
    gap: 45px;
  }
  .product_line .product_line_right {
    max-width: 275px;
  }
  .cart_section .links_wrap {
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .payment_delivery_subsection .column_layout_row .image_wrapper {
    width: 140px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child > svg {
    max-width: 100px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child:not(:last-child) {
    max-width: 525px;
  }
  .account_wrapper .cart_content .product_line {
    gap: 40px;
  }
  .account_tabs {
      margin-right: 100px;
  }
  .account_content_wrapper .product_line .product_line_left {
    max-width: 330px;
  }
  .bonus_level_wrap .gift {
    padding-left: 20px;
  }
  .product_section_wrapper .product_details_column {
    max-width: 410px;
  }
  .header_wrapper .header_menu #mobile_search_open, .header_wrapper .info_navigation > a,
  .header_wrapper nav > ul > li > a{
    font-size:11px;
  }

}

@media screen and (max-width: 1300px) {
  .header_wrapper nav > ul > li > a{
    padding:11px 10px;
  }
  .banner_bf{
    gap:70px;
    left: calc(50% + 16px);
  }
  .category_pre_img_bf{
    height:340px;
  }
  .bf_title{  
    font-size: 32px;
  }
  .bf_subtitle{
    font-size: 16px;
  }
  .bf_timer{
    font-size: 14px;
    line-height: 150%;
  }
  .product_card .image_wrapper img,
  .product_card .image_wrapper {
    max-height: 460px;
  }
  .suggested_products .product_card .image_wrapper img, 
  .suggested_products .product_card .image_wrapper{
    max-height:100%;
  }
  .category_list > li,
  .product_list > li {
    width: calc(33.33% - 22px);
  }
  .product_section .buttons_wrap {
    flex-wrap: wrap;
  }
  .cart_section .links_wrap {
    column-gap: 60px;
  }
  .payment_delivery_subsection .column_layout_row .options:not(.extended_options) {
    width: 220px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child {
    gap: 20px;
  }
  .payment_delivery_subsection .column_layout_row {
    gap: 30px;
  }
  .account_tabs {
    margin-right: 80px;
  }
  .account_content_wrapper .tab_content:first-child .column_layout_row {
    column-gap: 60px;
  }
  .account_content_wrapper .tab_content:first-child .column_layout_row .column {
    width: calc(33.33% - 40px);
  }
  .product_list.favorite_list > li {
    width: calc(50% - 16.5px);
  }
  .account_orders .product_line .product_line_right {
    gap: 33px;
  }
  .bonus_level_wrap p:nth-child(3) {
    max-width: 350px;
  }
  .bonus_scale_wrap {
    gap: 250px;
    height: 430px;
  }
  .bonus_ring {
    width: 340px;
    height: 340px;
    top: calc(50% - 170px);
    left: calc(50% - 170px);
  }
  .bonus_ring_core {
    height: 260px;
    width: 260px;
    padding: 25px;
  }
  .bonus_scale_wrap .tier_column:last-child > li:nth-child(2) {
    padding-left: 80px;
  }
  .bonus_scale_wrap .tier_column:first-child > li:nth-child(2) {
    padding-right: 80px;
  }
  #image-zoom-prev,
  #image-zoom-next {
    bottom: 40px;
  }
  #image-zoom-next {
    right: 40px;
  }
  #image-zoom-prev {
    right: 82px;
  }
}

@media screen and (max-width: 1279px) {
  .product_section_wrapper .product_section_left {
    max-width: 780px;
  }
}

@media screen and (max-width: 1200px) {

  .product_section_wrapper .product_section_left .btn_try_on{
    right: 8px;
    top: 8px;
  }
  .product_section_wrapper .product_section_left .btn_try_on > span{
    height: 32px;
    padding: 0px 16px;
  }
  .category_pre_title{
    font-size:36px;
  }
  .category_pre{
    gap:24px;
  }
  .category_pre_text,
  .category_pre_img{
    width: calc(100% / 2 - 12px);
  }
  .product_section_wrapper .product_photo_list .tpl_item_images .product-wrapper .img_bubble{
    font-size:12px;
  }
  .h_search_back.active{
    display:none!important;
  }
  .search_box_popular{
    display:flex;
    flex-direction: column;
    position:relative;
    top: auto;
    border-top:none;
    left:auto;
  }
  .search_box_in{
    gap:0px;
  }
  .search_box_in_text{
    display:flex;
    font-size: 14px;
    line-height: 150%;
    padding: 0px 10px;
    color:#000;
  }
  .search_box_i{
    background: #FAFAFA;
    border-bottom: none; 
    box-shadow: inset 0 -0.5px 0 0 #000;
    border-radius: 0px;
    width: calc(100% - 20px);
    margin: 0px auto;
  }
  .h_search_form input{
    background: transparent;
    border-radius: 0px;
    width: 100%;
    height: 48px;
  }
  .h_search_form .search_box_i button{
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
  }
  .h_search_form .search_box_i button svg path{
    fill:#000;
  }
  .mobile_info_title,
  .mobile_search_title{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 150%;
    text-transform: uppercase;
  }
  .close_mob_info,
  .close_mob_search{
    top: auto;
    right: auto;
    width: 48px;
    height: 48px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: transparent;
  }
  .collection_column{
    background:transparent;
    padding:0px;
  }
  .header_menu a.complex_link.call_search{
    display:flex;
  }
  #mobile_menu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height: 100%;
    z-index: 10;
    background: #fff;
  }
  header .logo {
    margin-right: auto;
  }
  #mobile_menu_open {
    display: block;
    padding: 4px 6px;
  }
  #mobile_menu_open .close_nav{
    display:none;
  }
  #mobile_menu_open.active .open_nav{
    display:none;
  }
  #mobile_menu_open.active .close_nav{
    display:block;
  }
  #mobile_menu .action_top_pusher{
    width:100%;
    height:24px;
    background-color:#000;
  }
  header{
    align-items: center;
    justify-content: center;
  }
  .mobile_search .h_search_form{
    display: none;
  }
  .mobile_search .h_search_form.active{
    display:flex;
    flex-direction: column;
    top: 0px;
    left: 0px;
    background: #fff;
    height: 100%;
    position: fixed;
    padding:0px;
    width: 100%;
    z-index: 107;
    gap: 16px;
  }
  .mobile_menu_tab .mobile_form_head_nav,
  .mobile_search .mobile_form_head_nav{
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #000;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }
  .mobile_menu_tab .mobile_form_head,
  .mobile_search .mobile_form_head{
    display: flex;
    flex-direction: column;
    width:100%;
  }
  .mobile_navigation,
  .information_navigation{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap:0px;
    padding: 0 8px;
  }
  .mobile_navigation > ul{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap:0px;
  }
  .mobile_navigation .collection_column > ul,
  .mobile_navigation > ul li ul{
    display:none;
  }
  .mobile_navigation .collection_column.active > ul,
  .mobile_navigation > ul li.active ul{
    display:flex;
    flex-direction: column;
    width: 100%;
    padding: 16px 8px;
  }
  .mobile_navigation li,
  .information_navigation li{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .mobile_navigation .collection_column > a{
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    border-bottom: none; 
    box-shadow: inset 0 -0.5px 0 0 #CCCCCC99;
    text-transform: none;
  }
  .mobile_navigation .collection_column .open_m,
  .mobile_navigation > ul li .open_m{
    display: flex;
    flex-direction: column;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
  }
  .mobile_navigation .collection_column.active > a,
  .mobile_navigation > ul li.active > a{
    font-weight:700;
  }
  .mobile_navigation .collection_column.active .open_m,
  .mobile_navigation > ul li.active .open_m{
    transform:rotate(90deg);
  }
  .mobile_navigation li a,
  .information_navigation li a{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 14px;
    color: #000;
    height: 60px;
    padding: 0px 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: none; 
    box-shadow: inset 0 -0.5px 0 0 #CCCCCC99;
    text-transform: none;
  }
  .mobile_navigation > .collection_column > ul > li > a,
  .mobile_navigation > ul > li > ul > li > a{
    border:none;
    height:40px;
    box-shadow: none;
  }
  .mobile_navigation li a.category_all{
    text-decoration:underline;
  }
  .information_navigation li.active a{
    font-weight:600;
  }
  .mobile_nav{
    position: relative;
    background-color: #000;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 60px;
    align-items: center;
    justify-content: center;
  }
  .main_menu{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 0 16px;
  }
  .mobile_nav .main_menu li .column_b{
    display: none;
  }
  .mobile_nav .main_menu li{
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile_nav .main_menu li a{
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 150%;
    text-wrap-mode: nowrap;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    cursor: pointer;
  }
  .mobile_nav .main_menu li.sale_column > a{
    color: #af0000 !important;
  }
  .mobile_nav .main_menu li.active > a{
    background: #FFFFFF1A;
    border-bottom: 3px solid #FFFFFF4D;
  }
  .mobile_nav .main_menu .info_navigation{
    display:none!important;
  }
  .mobile_nav .main_menu li .open_m{
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
  }
  .mobile_nav .main_menu li.active .open_m{
    display:none;
  }
  .mobile_nav .main_menu li ul{
    display:none;
    min-height:auto!important;
  }
  .mobile_menu_wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #mobile_menu .container{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0px;
  }
  #mobile_menu .mobile_search .container{
    padding:0px!important;
    height: auto!important;
  }
  .mobile_menu_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    justify-content: center;
    height: 60px; 
    background:#000;
    padding: 0 16px;
  }
  .mobile_menu_middle{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 60px);
  }
  #mobile_menu_close{
    display: block;
    padding: 4px 6px;
  }
  .mobile_menu_right{
    gap: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
  .mobile_menu_right a{
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
  }
  .mobile_menu_right a .counter{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 9px;
    color:#fff;
    line-height:100%;
  }
  .mobile_menu_nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 0px auto;
  }
  .mobile_menu_nav li{
    border-bottom:2px solid transparent;
    width:calc(100% / 3);
    display:flex;
    flex-direction:column;
    height: 40px;
    align-items:center;
    justify-content:center;
  }

  .mobile_menu_nav li.active{
    border-bottom:2px solid #000;
  }
  .mobile_menu_nav li a{
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 12px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile_menu_nav li.active a{
    font-weight:600;
  }
  #order .popup_inner{
    position:relative;
  }
  .mobile_login .popup_inner{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .mobile_nav_search{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 84px;
    overflow-y: auto;
    gap: 16px;
  }
  .mobile_info,
  .mobile_login{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 32px 8px;
  }
  .mobile_menu_tab{
    width: 100%;
    display: none;
    height: 100%;
  }
  .mobile_call_info{
    display:flex;
    flex-direction:column;
    width:100%;
    background:#FAFAFA;
    height:60px;
    position:absolute;
    bottom:0px;
    left:0px;
    z-index: 2;
    font-size:14px;
    font-weight:700;
    line-height:150%;
    color:#000;
    align-items:center;
    justify-content:center;
    text-transform:uppercase;
  }
  .mobile_menu_tab.active{
    display:flex;
    flex-direction:column;
    top: 0px;
    left: 0px;
    background: #fff;
    height: 100%;
    position: absolute;
    padding: 0px;
    width: 100%;
    z-index: 107;
    gap: 0px;
  }

  .header_wrapper nav{
    display: none;
  }
  .header_wrapper .header_menu li .h_search_form,
  .header_wrapper .header_menu li:nth-child(2),
  .header_wrapper .header_menu li:nth-child(4){
    display:none;
  }
  .header_wrapper.header_wrapper_checkout .header_menu li:nth-child(1){
    display:flex!important;
  }
  .header_wrapper .logo{
    max-width: 162px;
  }
  body {
    font-size: 16px;
    line-height: 20px;
  }
  .lang_options a {
    font-size: 11px;
  }
  .slide_info_section {
    padding: 60px 30px;
  }
  .slide_name_section {
    padding-left: 30px;
  }
  .front_slider .slide_title {
    font-size: 41px;
  }
  .front_slider .slide_subtitle {
    font-size: 12px;
  }
  .front_slider .slide_link,
  .section_link {
    font-size: 16px;
    margin-top: 20px;
  }
  .section_link {
    max-width: calc(33.33% - 22px);
  }
  .checkout_subsection .section_link,
  .account_content_wrapper form .section_link,
  .bonus_subsection .section_link {
    max-width: 400px;
  }
  .slide_info_section p,
  .section_subtitle,
  .social_media_row .post_author,
  .product_page_slider_section .section_title {
    font-size: 24px;
  }
  .section_title_main,
  .product_section .section_title {
    font-size: 36px;
  }
  .product_wrap .image_wrapper, .category_wrap .image_wrapper {
    height: 250px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .product_wrap .product_link,
  .category_wrap .category_link,
  .product_wrap .stock_notification {
    font-size: 12px;
    gap: 4px;
  }
  .product_wrap .product_link svg,
  .category_wrap .category_link svg,
  .product_wrap .stock_notification svg {
    width: 15px;
  }
  .social_media_row .post_author {
    margin-bottom: 20px;
  }
  .social_media_row .author_title {
    font-size: 16px;
    line-height: 20px;
  }
  .column_layout_row .post_title {
    font-size: 20px;
    line-height: 28px;
  }
  .column_layout_row .image_list,
  .column_layout_row .post_content_footer {
    margin-top: 25px;
    gap: 15px;
  }
  .column_layout_row.contacts_row {
    flex-wrap: wrap;
  }
  .column_layout_row.contacts_row .double_column.map_placeholder {
    width: 100%;
  }
  .column_layout_row.contacts_row .column:not(.map_placeholder) {
    width: calc(50% - 16.5px);
  }
  .column_layout_row .map_placeholder .image_wrapper.big_image {
    max-width: 450px;
    margin: 0 auto;
  }
  #footer_subscribe_form {
    gap: 25px;
  }
  #footer_subscribe_form .form_disclaimer {
    max-width: 210px;
  }
  .footer_column:last-child {
    width: auto;
  }
  .front_slider_section {
    padding-bottom: 45px;
  }
  .main_page section:not(.front_slider_section) {
    padding: 35px 0;
  }
  .popup {
    padding: 60px 75px 80px;
  }
  
  #subscribe_cart_popup .pop_close,
  .popup_close {
    top: 30px;
    right: 30px;
  }
  .catalog_nav_wrapper {
    gap: 30px;
  }
  .catalog_nav_wrapper .category_list a,
  .catalog_nav_wrapper a.category {
    font-size: 18px;
  }
  .catalog_nav_wrapper .category_list li {
    margin-bottom: 15px;
  }
  .catalog_nav_wrapper .catalog_column_s,
  .catalog_nav_wrapper .catalog_column {
    gap: 15px;
  }
  .catalog_nav_wrapper ul:not(.category_list) a {
    font-size: 14px;
    line-height: 35px;
  }
  .filters {
    gap: 30px;
  }
  .pagination {
    margin-top: 35px;
  }
  .product_section .section_title {
    margin-top: 25px;
  }
  .product_section_wrap {
    gap: 40px;
  }
  .product_main_slider .slick-next_arrow {
    right: 35px;
  }
  .product_main_slider .slick-next_arrow,
  .product_main_slider .slick-next_arrow svg {
    width: 14px;
  }
  .product_gallery {
    max-width: 460px;
  }
  .product_nav_slider {
    max-width: 70px;
  }
  .product_nav_slider li.slick-slide {
    width: 70px !important;
    height: 89px !important;
    margin: 10px 0;
  }
  .product_main_slider,
  .product_main_slider li.slick-slide {
    width: 370px;
    height: 494px;
  }
  .product_line .product_line_left {
    max-width: 340px;
    gap: 20px;
  }
  .cart_content .product_line {
    gap: 20px;
  }
  .product_line .product_line_right {
    max-width: 230px;
    gap: 20px;
  }
  .product_line .remove_product {
    top: 10px;
  }
  .cart_section .auth_cart_block {
    gap: 370px;
  }
  .cart_section .auth_cart_block .links_wrap {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .auth_cart_block .bonuses_total {
    max-width: 400px;
  }
  #bonus_form .form_error {
    top: 40px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child > svg {
    max-width: 85px;
  }
  .payment_delivery_subsection .column_layout_row .options:not(.extended_options) {
    width: 180px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child:not(:last-child) {
    max-width: 445px;
  }
  .auth_section .buttons_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .account_tabs {
    margin-right: 50px;
  }
  .account_wrapper .cart_content .product_line {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .account_wrapper .cart_content .product_line .product_options_row {
    order: 3;
  }
  .product_section_wrapper .product_section_left {
    max-width: 580px;
  }
  .product_section_wrapper .product_details_column {
    margin-top: 40px;
  }
  .product_section_wrapper .suggested_products {
    max-width: 538px;
    margin-top: 66px;
  }
  .suggested_products .products_wrapper > .product_card .image_wrapper {
    width: 390px;
    height: 402px;
  }
  .suggested_products .product_column .product_card {
    width: 150px;
    height: 197px;
  }
  .fast_buy_body .popup_close{
    top: auto;
    right: auto;
  }
  #cart .popup_title,
  #login .popup_title{
    padding:0px;
  }
  .pop_back{
    right: auto;
    width: 48px;
    height: 48px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: transparent;
    position: relative;
  }
}

@media screen and (max-width: 1005px) {
  .boutiques_grid {
    gap: 24px 32px;
  }

  .boutiques_section .section_title {
    margin-bottom: 16px;
  }

  .boutiques_section .store-page {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0;
  }

  .boutiques_section .info-block {
    margin-bottom: 0;
  }

  .boutiques_section .info-block p {
    margin-bottom: 0;
  }

  .boutiques_section .map-block iframe {
    height: 398px;
  }

  .boutiques_section .left-col,
  .boutiques_section .store-info,
  .boutiques_section .right-col {
    display: contents;
  }

  .boutiques_section .store-slider .swiper {
    height: 270px;
  }

  .boutiques_section .schedule tbody {
    row-gap: 16px;
  }

  .boutiques_section .store-slider                          { order: 1; }
  .boutiques_section .store-info > .info-block:nth-child(1) { order: 2; } /* адрес */
  .boutiques_section .store-info > .info-block:nth-child(2) { order: 3; } /* графік */
  .boutiques_section .store-info > .info-block:nth-child(3) { order: 4; } /* контакти */
  .boutiques_section .map-block                             { order: 5; } /* карта */
  .boutiques_section .links-list                            { 
    margin-top: -16px;
    order: 6; 
  } /* рейтинг / відгуки */
  .boutiques_section .store-info > .info-block:nth-child(5) { order: 7; } /* інші магазини */

 .boutiques_section .store-slider {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }

  .boutiques_section .store-slider .swiper {
    max-height: 270px;
  }
}

@media screen and (min-width: 992px) {
  #phone_confirm_popup { padding: 60px 40px; }
  #order .pop_view_sizetable,
  #order .pop_change_size{
    max-width: 400px;
    left: auto;
    top: 0px;
    bottom: auto;
    right: 0px;
    z-index: 10;
  }
  #success_adding .header_corner{
    display: block;
    position: absolute;
    top: -15px;
    right: 0px;
    width: 15px;
    height: 15px;
    background: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  .header_corner::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 15px;
    height: 15px;
    background: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  #success_adding{
      position: absolute;
      top: 60px;
      right: 0px;
      width: 430px;
      height: min-content;
      z-index: 2222;
      box-shadow: 0px 4px 6px -2px #00000008, 0px 12px 16px -4px #00000014;
  }
  #success_adding .pop_inner{
    background:#fff;
  }
}
@media screen and (max-width: 992px) {
  .product_section_wrapper .product_section_left .btn_try_on {
    right: 0px;
    top: 16px;
  }
  .product_info_full .product_details_column .text_wrapper {
    padding: 0 12px;
    padding-bottom: 13.5px;
  }

  #success_adding .pop_back{
    opacity:0;
  }
  .product_section_wrapper .product_photo_list .tpl_item_images{
    width:100%;
  }
  .product_section_left .suggested_products{
    display: none;
  }
  .product_section_wrapper .product_photo_list .tpl_item_images .product-wrapper .img_bubble{
    padding: 5px 16px;
    font-size:14px;
    height: 32px;
  }
  .product_details_column .address_tabs{
    padding:0px;
    margin-bottom: 32px;
  }
  #select_popup.popup,
  #product_info_popup.popup,
  #size_chart_popup.popup,
  #notify_popup.popup {
    left: auto;
    bottom: 0px;
    top: 0px;
    width:100%;
  }
  .product_info_full,
  .product_sizechart_full{
    justify-content: flex-start;
    padding: 24px 16px;
    height: auto;
  }
  #product_info_popup .product_info_full{
      overflow-x: auto;
      width:100%!important;
      height: calc(100% - 64px);
  }
  #size_chart_popup .product_sizechart_holder {
      overflow-x: auto;
      width:100%!important;
  }
  .info_center_section .section_title{
    font-size:18px;
  }
  .info_center_section .container{
    padding: 0px 16px;
  }
  .list_about_section .container{
    padding: 0px 0px 0px 16px;
  }
  .list_about_section .container .list_about_tag{
    padding-right:16px;
  }
  .about_section .container{
    padding:0px 16px;
  }
  .list_about_tag{
    align-items:flex-start;
    justify-content:flex-start;
  }
  .product_photo_list .tpl_item_images:nth-child(n+2){
    display:none;
  }
  .product_photo_list .tpl_item_images{
    width:100%;
  }
  .product_photo_list.slick-initialized .tpl_item_images:nth-child(n+2){
    display:block;
  }
  .product_section_wrapper .product_photo_list > li{
    width: 100%;
  }
  .product_photo_list > li:nth-child(n+2){
    display:none;
  }
  .search_page_in{
    padding: 8px 0px;
  }
  .product_card .image_wrapper img{
    max-height:auto;
  }
  .product_card:hover .image_wrapper img{
    opacity:1;
  }
  .product_card .bookmark:hover svg path{
    fill: transparent;
  }
  .product_card .bookmark.add_to_fav--active svg path, .product_card .bookmark.active svg path{
    fill:#000!important;
  }
  .categories_holder .container{
    padding: 0px 0px 0px 0px;
  }
  .categories_holder .container .subcategories li:first-child{
    margin-left:16px;
  }
  .mobile_login .form_pusher{
    display: none;
  }
  .subcategories li a:hover{
    background: inherit;
    color: inherit;
  }
  .subcategories{
    flex-wrap: nowrap;
  }
  .subcategories::-webkit-scrollbar{
    display:none;
  }
  .footer_nav{
    flex-direction: column;
    align-items: flex-start;
  }
  #footer_subscribe_form .form_main_text{
    text-align:left;
    font-size: 16px;
  }
  .footer_mid_wrapper{
    padding-bottom:20px;
  }
  .subscribe_form_panel{
    max-width:100%;
  }
  .currency_language_footer{
    align-items: flex-start;
  }
  #footer_subscribe_form{
    align-items: flex-start;
  }
  #footer_subscribe_form,
  .footer_mid_wrapper_h,
  .footer_bot_wrapper_h{
    padding: 0px 16px;
  }
  .footer_bot_wrapper_h{
    justify-content: flex-start;
  }

  .category_wrapper .pagination_wrapper {
    padding: 40px 0;
  }
  .product_card .price_wrapper,
  .product_card .product_link {
    font-size: 11px;
  }
  .product_card .product_card_info {
    padding: 8px;
    padding-bottom: 12px;
  }
  #image-zoom-close {
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
  }
  #size_chart_popup {
    min-width: unset;
    width: 100%;
    max-width: 430px;
  }
  .wrapper {
    overflow: hidden;
  }
  .tier_column li .level_info {
    display: none !important;
  }
  .mobile_level_list {
    display: flex;
    flex-direction: row;
    writing-mode: vertical-lr;
    column-gap: 20px;
    row-gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 45px;
    max-height: 135px;
    width: 100%;
  }
  .mobile_level_list li {
    writing-mode: initial;
  }
  .popup_link:hover {
    background-color: #000;
    color: #fff;
  }
  .column_layout_row.social_media_row .mobile_row {
    display: flex;
  }
  .mobile_hide {
    display: none;
  }
  section {
    padding-bottom: 80px;
  }
  section.category_section {
    padding-bottom: 35px;
  }
  .front_slider .slide_title {
    text-align: center;
    width: auto;
  }
  .front_slider .slide_subtitle { 
    display: block;
    width: auto;
    margin-top: 13px;
  }
  .slide_name_section {
    padding: 26px 26px 0;
    width: 100%;
  }
  .slide_info_section {
    padding: 24px 12px 24px;
    background-color: transparent;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
  }
  .slide_info_section p {
    font-size: 13px;
    margin-bottom: 0;
    max-width: 100%;
  }
  .front_slider .slide_link {
    margin: 0 auto;
    font-size: 18px;
    max-width: 100%;
    text-align: center;
    padding: 12px 12px;
  }
  .front_slider .slide_link span,
  .section_link span {
    width: auto;
  }
  .section_header:not(.page_header) {
    padding-bottom: 0;
    border-bottom: none;
    flex-direction: column;
    gap: 3px;
    align-items: center;
  }
  .section_header.page_header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-weight: 600;
  }
  body:not(.main_page) .column_layout_row .highlighted_block .block_title {
    font-size: 24px;
    font-weight: 400;
  }
  .section_header.extra_padded {
    padding-bottom: 25px;
  }
  .section_title_main,
  .product_section .section_title {
    font-size: 24px;
  }
  .section_subtitle {
    font-size: 12px;
  }
  .product_slider .slick-slide {
    margin: 0 4px;
  }
  .section_link {
    max-width: calc(33.33% - 13.34px);
    justify-content: center;
  }
  .section_link svg{
    display: none;
  }
  .product_wrap .image_wrapper {
    height: 200px;
    margin-bottom: 10px;
  }
  .category_wrap .image_wrapper {
    height: 215px;
  }
  .product_wrap,
  .category_wrap {
    font-size: 11px;
    padding: 16px;
    padding-bottom: 20px;
  }
  .category_wrap {
    padding-bottom: 16px;
  }
  .category_wrap .product_category {
    font-size: 11px;
  }
  .product_wrap .product_link,
  .category_wrap .category_link,
  .product_wrap .stock_notification,
  .product_wrap .stock_info {
    font-size: 9px;
  }
  .product_wrap .product_like {
    max-width: 16px;
  }
  .product_wrap .product_like svg {
    width: 12px;
  }
  .product_wrap .color_options a {
    height: 11px;
    width: 11px;
  }
  .product_wrap .color_options {
    gap: 2.75px;
  }
  .category_list {
    gap: 20px;
  }
  .category_list > li,
  .column_layout_row.social_media_row .column {
    width: calc(33.33% - 13.34px);
  }
  .column_layout_row.social_media_row {
    padding-top: 17px;
    padding-bottom: 19px;
    column-gap: 20px;
    row-gap: 16px;
    flex-wrap: wrap;
  }
  .column_layout_row.social_media_row .mobile_row,
  .column_layout_row .image_list {
    overflow-y: hidden;
    overflow-x: auto;
    margin-right: -30px;
    justify-content: flex-start;
    padding-right: 30px;
  }
  .column_layout_row.social_media_row > .column:first-child {
    width: 100%;
  }
  .social_post_header {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .social_post_header img {
    max-width: 36px;
    max-height: 36px;
  }
  .social_media_row .post_author {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .social_media_row .author_title {
    font-size: 11px;
    max-width: unset;
  }
  .column_layout_row:not(.payment_delivery_row) .image_wrapper:not(.big_image) {
    width: 220px;
    height: 275px;
  }
  .column_layout_row.social_media_row .mobile_row .column {
    width: 220px;
  }
  .social_media_row .image_note {
    font-size: 12px;
    line-height: 16px;
    margin-top: 13px;
  }
  .section_header.divided_header .right_side,
  .section_header.divided_header > * {
    width: auto;
    margin: 0;
  }
  .section_header.mobile_padded {
    padding-bottom: 25px;
  }
  .media_section .column_layout_row .column:nth-child(2),
  .column_layout_section .column_layout_row:not(.social_media_row):not(.no_underline):last-child:after {
    display: none;
  }
  .media_section .column_layout_row .column:first-child {
    width: 30%;
    flex-shrink: 0;
  }
  .media_section .column.double_column {
    width: calc(70% - 20px);
  }
  .media_section .column > img {
    max-width: 80px;
    max-height: 20px;
  }
  .media_section .column_layout_row {
    gap: 20px;
  }
  .column_layout_row .post_title {
    margin-top: 25px;
  }
  .column_layout_row .post_content .content {
    line-height: 20px;
  }
  .column_layout_row .post_link,
  .column_layout_row .post_date {
    font-size: 12px;
  }
  .section_header.divided_header.mobile_divided {
    align-items: stretch;
    gap: 0;
  }
  .section_header.divided_header.mobile_divided h2:first-child {
    padding-bottom: 25px;
    margin-bottom: 23px;
    border-bottom: 1px solid #000;
  }
  .section_header.divided_header.mobile_divided h2 {
    text-align: center;
  }
  .column_layout_row.about_us_row {
    border-top: none;
    padding-top: 23px;
    width:100%;
    flex-direction:column;
  }
  .column_layout_row.about_us_row .column:first-child {
    display: flex;
    width: 100%;
  }
  .column_layout_row.about_us_row .column:last-child {
    width: 100%;
  }
  .column_layout_row .post_content .content {
    font-size: 12px;
    line-height: 15px;
  }
  .column_layout_row .post_content .subtitle {
    margin-bottom: 10px;
  }
  .column_layout_row .post_content .content_row {
    gap: 10px;
  }
  .column_layout_row.no_padding_mobile {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -32px;
  }
  #footer_subscribe_form {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  #footer_subscribe_form .form_disclaimer {
    text-align: center;
    max-width: 250px;
  }
  #footer_subscribe_form .form_disclaimer {
    margin-top: 6px;
  }
  #bonus_form input,
  #bonus_form button {
    max-width: 300px;
    justify-content: center;
    text-align: center;
    height: 70px;
  }
  #bonus_form button,
  .auth_cart_block .section_link {
    font-size: 16px;
    padding: 0 10px;
    margin-top: 15px;
  }
  .auth_cart_block .section_link {
    margin-top: 26px;
    height: 70px;
    padding: 0;
  }
  #bonus_form button span,
  .auth_cart_block .section_link span {
    width: auto;
  }
  .auth_cart_block .section_link {
    max-width: 300px;
  }
  footer .container {
    padding: 0;
  }
  header .logo {
    max-width: 90px;
    flex-shrink: 0;
  }
  .popup {
    padding: 0;
    background-color: transparent;
    width: 500px;
  }
  .popup_wrapper {
    padding: 25px 30px 30px;
    background-color: #fff;
  }
  #subscribe_cart_popup .pop_close,
  .popup_close {
    top: 20px;
    right: 20px;
  }
  .popup_link {
    max-width: unset;
    width: 100%;
    background-color: #fff;
    color: #000;
    margin-top: 10px;
    border: none;
  }
  .popup .section_title {
    margin-bottom: 35px;
    font-size: 28px;
  }
  .popup .section_subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .product_list .product_wrap.out_of_stock .product_name,
  .product_list .product_wrap .product_category,
  .filters_wrapper {
    display: none;
  }
  .product_list .product_wrap.out_of_stock .product_bottom {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .product_list .product_wrap .product_bottom {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 26px;
  }
  .product_list .product_wrap .product_name {
    order: -1;
    width: 100%;
    font-size: 10px;
  }
  .product_list .product_wrap .price {
    font-size: 10px;
  }
  .stock_notification svg,
  #mobile_filter_close,
  #apply_filters {
    display: initial;
  }
  .filters_header {
    display: block;
  }
  .product_wrap .product_top {
    flex-direction: row-reverse;
  }
  .product_wrap .color_options {
    justify-content: flex-start;
  }
  #mobile_filter_open {
    display: flex;
    margin: 0;
    max-width: 300px;
  }
  .category_section_top {
    align-items: center;
  }
  .filters_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    z-index: 10;
    backdrop-filter: blur(41px);
    background: rgba(0, 0, 0, 0.7);
  }
  .filters_wrapper {
    padding: 35px 0 85px;
  }
  .filters_header {
    margin-bottom: 35px;
    font-weight: 250;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
  }
  .filters {
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    max-height: calc(100vh - 175px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px;
  }
  .filters > li {
    width: calc(33.33% - 13.34px);
  }
  .filter_popup {
    display: block;
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 20px;
    width: auto;
  }
  .filter_checkboxes {
/*    max-height: 195px;*/
    max-height: unset;
  }
  .filter_checkboxes li label:hover:before {
    border-color: #fff;
  }
  .filters > li > a {
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: none; 
    box-shadow: inset 0 -0.5px 0 0 #fff;
    font-size: 300;
    color: #fff;
  }
  .filters > li > a:hover {
    color: #fff;
    opacity: 0.7;
  }
  .filters > li > a svg path,
  .filters > li > a:hover svg path {
    fill: #fff;
  }
  .filters > li > a svg {
    transition-duration: .3s;
  }
  .filters > li:not(.collapsed) > a svg {
    transform: scaleY(-1);
  }
  .filter_checkboxes::-webkit-scrollbar-corner,
  .filter_checkboxes::-webkit-scrollbar-thumb,
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button, html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active,
  .ui-slider-horizontal .ui-slider-range,
  .price_input_wrapper span {
    background-color: #fff;
  }
  .filter_checkboxes li label,
  .sorting_options a:hover,
  .sorting_options li.active a {
    color: #fff;
  }
  .filter_checkboxes li input:checked + label:before {
    border-color: #fff;
  }
  .filter_checkboxes li input:checked + label:after {
    background: url(../img/checkbox_tick_white.svg) center no-repeat;
  }
  .price_input_wrapper input {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  .product_list {
    gap: 20px;
  }
  .product_list > li {
    width: calc(33.33% - 13.34px);
  }
  .product_section_wrap {
    flex-direction: column;
    gap: 20px;
  }
  .product_section .section_title,
  .product_section .product_options_row {
    margin: 0;
  }
  .product_section .product_description {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .product_section .price,
  .product_section .buttons_wrap {
    margin-top: 20px;
  }
  .product_section .product_info {
    margin-bottom: 30px;
  }
  section.product_section,
  section.cart_section {
    padding-bottom: 50px;
  }
  .product_gallery {
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .product_main_slider,
  .product_main_slider li.slick-slide {
    width: 360px;
    height: 450px;
  }
  .product_nav_slider {
    max-width: 360px;
  }
  .product_nav_slider li.slick-slide {
    margin: 0 10px;
    width: 70px;
    height: 95px;
  }
  .product_nav_slider {
    margin: 0 -10px;
  }
  .product_main_slider .slick-next_arrow {
    display: none !important;
  }
  section.product_page_slider_section {
    padding: 26px 0 50px;
  }
  .product_page_slider_section .section_header {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .product_section .buttons_wrap a:not(.product_like) {
    font-size: 18px;
    font-weight: 600;
    width: auto;
    padding: 0 25px;
  }
  .product_section .out_of_stock:first-child {
    margin-top: 0;
  }
  .cart_content .product_line {
    gap: 45px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_line .product_line_left {
    order: 1;
  }
  .product_line .product_line_right {
    order: 2;
    padding-right: 30px;
  }
  .product_line .product_options_row {
    order: 3;
  }
  .cart_content {
    margin-bottom: 0;
  }
  .cart_section .cart_content > li {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
    border-color: #000;
  }
  .account_content_wrapper .cart_content > li:last-child {
    border-bottom: none;
  }
  .cart_section .links_wrap {
    row-gap: 10px;
    column-gap: 45px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    border-bottom: 1px solid #000;
  }
  .cart_section .no_auth_cart_blocks {
    margin-top: 30px;
    flex-direction: column;
    gap: 44px;
  }
  .no_auth_cart_blocks > div {
    max-width: unset;
  }
  .no_auth_cart_blocks > div > a:last-child {
    margin-top: 22px;
    max-width: 400px;
  }
  .cart_section .auth_cart_block {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  #bonus_form > p:not(.form_error) {
    max-width: 200px;
    margin-bottom: 46px;
  }
  .bonuses_total > div:last-child {
    margin-top: 30px;
  }
  .cart_section .total_wrap {
    flex-direction: column;
    gap: 8px;
    font-size: 20px;
  }
  #bonus_form .form_error {
    position: static;
    text-align: left;
    margin-top: 15px;
    width: 100%;
  }
  .product_slider .product_wrap .product_category {
    text-align: right;
  }
  .product_info_row .text_wrapper,
  .product_section .product_description {
    max-width: unset;
  }
  .auth_cart_block .bonuses_total {
    max-width: 300px;
  }
  .payment_delivery_subsection .column_layout_row {
    flex-wrap: wrap;
    row-gap: 35px;
    column-gap: 40px;
    font-size: 14px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child {
    flex: unset;
    width: 100%;
    max-width: unset !important;
    justify-content: space-between;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child > svg {
    max-width: unset;
    width: 125px;
  }
  .payment_delivery_subsection .column_layout_row .options:not(.extended_options) {
    width: 340px;
  }
  .payment_delivery_subsection .column_layout_row .column:nth-child(n + 2) {
    max-width: 340px;
    flex: unset;
  }
  .payment_delivery_subsection .column_layout_row .column:last-child:not(:first-child) {
    width: 340px;
  }
  .payment_delivery_subsection .column_layout_row .image_wrapper {
    width: 100px;
    gap: 14px;
  }
  .payment_delivery_subsection .column_layout_row .column:nth-child(n + 2) svg {
    max-height: 24px;
    max-width: 24px;
    margin-bottom: 10px;
  }
  .payment_delivery_subsection .column_layout_row .column {
    gap: 5px;
  }
  .payment_delivery_subsection .column_layout_row .options.single_option {
    gap: 0px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child > svg {
    height: 45px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child:last-child {
    align-items: flex-start;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child:last-child .options {
    margin-top: 24px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child:last-child > svg {
    display: none;
  }
  .payment_delivery_subsection .rows_divider {
    padding-bottom: 15px;
    border-bottom: none;
  }
  .payment_delivery_subsection .column_layout_row {
    padding: 40px 0;
    border-top: 1px solid #BDBDBD;
  }
  section.payment_delivery_subsection {
    padding-bottom: 0;
  }
  section.payment_delivery_subsection:last-child {
    padding-bottom: 40px;
  }
  .checkout_subsection .subsection_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .checkout_subsection {
    padding-bottom: 30px;
  }
  .checkout_subsection .radio_row label {
    height: auto;
    min-height: 72px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 22px;
    font-size: 12px;
  }
  #international_delivery_terms {
    top: 362px;
  }
  .checkout_subsection .radio_row label span,
  .checkout_subsection .radio_row label p {
    font-size: 16px;
  }
  .checkout_subsection .radio_row label:not(.flex_row) .image_wrapper {
    margin-top: 0;
  }
  .checkout_subsection .section_link {
    margin-top: 26px;
    margin-bottom: 22px;
    font-size: 18px;
  }
  .checkout_subsection .return_payment_disclaimer,
  .checkout_subsection .disclaimer {
    font-size: 12px;
  }
  .checkout_subsection .return_payment_disclaimer {
    margin-top: 80px;
  }
  .checkout_subsection:last-of-type {
    margin-top: 30px;
    padding-top: 50px;
  }
  .checkout_subsection .radio_row label {
    padding-right: 80px;
  }
  .checkout_subsection .radio_expandable .text_wrapper span,
  .checkout_subsection .radio_expandable .text_wrapper p {
    font-size: 16px;
  }
  .checkout_subsection .radio_expandable .text_wrapper p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .checkout_subsection .radio_expandable .text_wrapper a {
    font-size: 12px;
    margin-left: 30px;
  }
  .checkout_subsection .radio_expandable.flex_row .image_wrapper {
    width: 80px;
    height: 80px;
    margin-top: 0;
    flex-shrink: 0;
  }
  .checkout_subsection .radio_expandable.flex_row {
    gap: 20px;
  }
  .auth_header {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 633px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .auth_header li {
    flex: 1;
  }
  .auth_header a {
    display: block;
    padding: 0 10px 16px;
    font-size: 24px;
    line-height: 113%;
    text-transform: uppercase;
    color: #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
  }
  .auth_header a:hover {
    color: #000;
  }
  .auth_header li.active a {
    color: #000;
    border-color: #000;
  }
  .auth_section form p.form_name,
  .auth_section .column:last-child {
    display: none;
  }
  .auth_section .column_layout_row {
    display: block;
    min-height: 330px;
    max-width: 633px;
    margin: 0 auto;
  }
  .auth_section form > .text_input_wrapper:first-of-type {
    margin-top: 0;
  }
  .auth_section .column.double_column {
    width: 100%;
  }
  .text_input_wrapper input {
    font-size: 16px;
  }
  .auth_section .social_media_auth_list a {
    width: 60px;
    height: 60px;
  }
  .auth_section .social_media_auth_list a img {
    max-width: 38px;
    max-height: 32px;
  }
  .auth_section .section_link {
    height: 60px;
  }
  .account_wrapper .account_tabs {
    display: none;
  }
  .account_content_wrapper .tab_content:first-child .column_layout_row {
    padding: 33px 0;
    gap: 30px;
  }
  .account_content_wrapper .tab_content:first-child .column_layout_row .column {
    width: auto;
    min-width: 200px;
  }
  .account_content_wrapper .tab_content > p:first-child {
    font-size: 20px;
  }
  .account_orders .order_info {
    margin-bottom: 40px;
  }
  .account_subscriptions,
  .account_content_wrapper .product_list {
    margin-top: 30px;
  }
  .product_favorite_bottom {
    flex-direction: column;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -20px;
    margin-top: 10px;
  }
  .product_favorite_bottom > a,
  .product_favorite_bottom .chosen-container {
    width: 100% !important;
    font-size: 8px;
  }
  .product_favorite_bottom > a {
    border-left: 1px solid #000;
    border-top: none;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
  }
  .product_favorite_bottom .chosen-single,
  .product_favorite_bottom .chosen-container-active .chosen-single {
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .product_favorite_bottom .chosen-container-single .chosen-single span {
    margin-right: 0;
  }
  .product_favorite_bottom .chosen-container-single .chosen-single div {
    position: static;
    margin: 0;
  }
  .product_favorite_bottom .chosen-single div b {
    width: 5px;
    background-size: contain !important;
  }
  .product_favorite_bottom .chosen-results li {
    padding: 5px;
  }
  .account_orders .product_option_wrap .value {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #000;
  }
  .account_subscriptions .chosen-container-single .chosen-single,
  .account_subscriptions .product_option_wrap .chosen-container-active.chosen-with-drop .chosen-single {
    height: 60px;
    line-height: 60px;
    border: 1px solid #000;
  }
  .account_subscriptions .product_option_wrap:not(.product_color_option) .chosen-container-single .chosen-single span {
    height: 60px;
    margin-left: 16px;
    margin-right: 50px;
  }
  .account_subscriptions .product_option_wrap.product_color_option .chosen-container-single .chosen-single span {
    margin-left: 16px;
    margin-top: 17.5px;
    margin-right: 40px;
    width: 25px;
  }
  .account_subscriptions .product_option_wrap .chosen-container-single .chosen-single div {
    height: 60px;
    margin-right: 13px;
  }
  .account_content_wrapper .product_list > li {
    width: calc(33.33% - 13.34px);
  }
  .product_line .article {
    font-size: 10px;
  }
  .account_content_wrapper .tab_content:first-child .column_layout_row .column_header {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .account_content_wrapper .tab_content:first-child .column_layout_row p,
  .account_content_wrapper .tab_content:first-child .column_layout_row a {
    font-size: 16px;
    font-weight: 300;
  }
  .account_content_wrapper .tab_content .column ul li {
    margin-bottom: 5px;
  }
  .account_orders .order_info p {
    margin-bottom: 10px;
  }
  .edit_profile {
    font-size: 16px;
  }
  .account_tabs {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
  }
  #mobile_menu .account_tabs li.active a {
    font-weight: 600;
  }
  .account_content_wrapper form > p:first-child,
  .account_content_wrapper form .form_column > p:first-child {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .account_content_wrapper form .section_link {
    font-size: 18px;
    height: 70px;
  }
  #edit_profile_form .add_address {
    margin-top: 26px;
    margin-bottom: 0;
  }
  #edit_profile_form {
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
  }
  #edit_profile_form .form_h{
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
  }
  #edit_profile_form .mobile_wrapper {
    display: block;
    width: 100%;
  }
  #edit_profile_form .form_column {
    width: calc(50% - 20px);
  }
  .bonus_program_wrapper p.title {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .bonus_program_wrapper p.subtitle {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .bonus_level_wrap {
    font-size: 14px;
    line-height: 120%;
  }
  .bonus_level_wrap svg {
    width: 20px;
    height: 20px;
  }
  .bonus_level_wrap .level_title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .bonus_level_wrap p:nth-child(3) {
    margin-bottom: 20px;
  }
  .bonus_level_wrap .gift {
    padding: 13px 80px 20px 20px;
  }
  .bonus_program_wrapper p.disclaimer {
    margin-top: 45px;
    font-size: 14px;
  }
  .bonus_scale_wrap .tier_wrap > *:not(.mobile_text) {
    display: none;
  }
  .bonus_scale_wrap .tier_wrap p.mobile_text {
    display: initial;
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
  }
  .current_level .mobile_text {
    display: initial;
  }
  .bonus_scale_wrap .tier_column:first-child .tier_wrap {
    justify-content: flex-end;
  }
  .bonus_scale_wrap {
    gap: 135px;
    height: 260px;
  }
  .bonus_scale_wrap .tier_column:last-child > li:nth-child(2) {
    padding-left: 75px;
  }
  .bonus_scale_wrap .tier_column:first-child > li:nth-child(2) {
    padding-right: 75px;
  }
  .bonus_ring {
    width: 230px;
    height: 230px;
    top: calc(50% - 115px);
    left: calc(50% - 115px);    
  }
  .bonus_ring_core {
    height: 165px;
    width: 165px;
    padding: 15px;
  }
  .bonus_ring_core .value {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .bonus_ring_core .conversion {
    margin-top: 0;
  }
  .order_confirmation_wrap + .bonus_subsection,
  .account_wrapper + .bonus_subsection {
    margin-top: 40px;
    padding-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .bonus_section_header {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
  .bonus_section_header .current_level {
    flex-direction: row;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .bonus_section_header .title {
    font-size: 24px;
  }
  .bonus_section_header a {
    font-size: 16px;
  }
  .bonus_section_footer {
    max-width: 300px;
  }
  .bonus_section_footer p {
    font-size: 16px;
    font-weight: 300;
  }
  .bonus_section_footer p b {
    font-size: 27px;
    font-weight: 600;
  }
  .bonus_section_footer .section_link {
    max-width: 300px;
  }
  .bonus_section_footer .section_link br {
    display: none;
  }
  .bonus_section_footer {
    margin-top: 60px;
  }
  .order_confirmation_wrap p.subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .order_confirmation_wrap p {
    font-size: 14px;
  }
  .order_confirmation_wrap svg {
    width: 18px;
    height: 18px;
  }
  .tab_content .current_level {
    font-size: 16px;
    margin-top: 25px;
  }
  .product_section_v2 .container {
    padding: 0 16px;
  }
  .product_section_wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .product_section_wrapper .product_details_column {
    margin: 0 auto;
    max-width: 538px;
    padding: 0;
  }
  .product_section_wrapper .product_photo_list {
    max-width:100%;
    margin: 0px auto;
    /*max-width: 566px;*/
    /*height: 848px;*/
    height:auto;
  }
  .product_section_wrapper .product_photo_list li.slick-slide,
  .product_section_wrapper .product_photo_list li:nth-child(n) .image_wrapper {
    /*height: 848px;*/
    height:auto;
  }
  .product_section_wrapper .product_section_left {
    margin: 0 auto;
    max-width: 100%;
  }
  .product_section_v2{
    padding-top:0px;
  }
  .product_photo_list .slick-dots {
    position: absolute;
    display: flex;
    bottom: 0px;
    gap: 0px;
    align-items: center;
    width: 100%;
    justify-content: center;
    left: 0;
  }
  .product_photo_list .slick-dots li{
    width:100%;
  }
  .product_photo_list .slick-dots button {
    font-size: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .product_photo_list .slick-dots li.slick-active button {
    background-color: #000;
  }
  .product_section_wrapper .suggested_products {
    margin-top: 16px;
  }
  .product_section_wrapper .suggested_products .subtitle {
    margin-bottom: 12px;
  }
  .product_section_wrapper{
    padding-bottom:16px;
  }
  .product_page_slider_section.product_page_similar .section_header{
    align-items: center;
    padding-top:16px;
    margin-bottom: 12px;
    padding-bottom:0px;
  }
  .product_page_slider_section.product_page_similar{
    padding:0px 0px 32px 0px;
  }
  .front_banner .tpl_banner .banner_desktop{
    display:none;
  }
  .front_banner .tpl_banner .banner_mobile{
    width: 100vw;
    height: 100dvh;
    object-fit: cover;
    display:block;
    transition: all 0.5s;
  }
  .collection_main_desktop{
    display:none;
  }
  .collection_main_mobile{
    width: 100vw;
    height: 80vh;
    object-fit: cover;
    display:block;
  }
  .front_banner .slick-prev_arrow,
  .front_banner .slick-next_arrow{
    display:none!important;
  }
  .front_contact .contact_title{
    gap:0px;
    bottom:41px;
    flex-direction: column;
  }
  .front_banner .slick-dots,
  .front_contact .slick-dots{
    bottom:16px;
  }
  .banner_title{
    font-size:48px;
    line-height:56px;
  }
  .banner_link{
    height:40px;
    padding:10px 16px;
    font-size:14px;
    line-height:21px;
  }
  .relevant_over{
    font-size: 32px;
    line-height: 42px;
  }
  .front_reels{
    max-width: inherit;
    max-height: inherit;
    margin: 0px auto;
  }
  .front_reels .tpl_reel .tpl_reel_in{
    width: 100vw;
    height: 100dvh;
    transition: all 0.5s;
  }
  .front_reels .slick-next_arrow,
  .front_reels .slick-prev_arrow{
    display:none!important;
  }
  .tpl_reel_info{
    top:auto;
    bottom: 50px;
  }
  .front_collection a{
    width:calc(100% / 3);
  }
  .front_collection_main_info{
    width: 100%;
    top: auto;
    bottom: 32px;
    left: 0px;
  }    
  .length_picker,
  .size_picker{
    flex-wrap: nowrap;
    scrollbar-width: none;
    overflow-y: hidden;
    overflow-x: auto;
    width: calc(100% + 16px);
  }
  .front_contact_title{
    margin: 64px 0px 32px 0px;
  }
  .fast_buy_body .popup_close{
    top: auto;
    right: auto;
  }
  #order .pop_view_sizetable, 
  #order .pop_change_size{
    position: fixed;
    z-index: 10;
  }
  #success_adding .pop_inner,
  #cart .popup_inner{
    padding: 0px 16px;
  }
  .pop_cart_btn{
    padding: 16px 16px;
  }
  .form_t_n{
    margin-top:auto;
  }
  .registration_form .form_t_n{
    margin-bottom: 32px;
  }
  #order{
    margin-top:16px;
  }
  .order_page .chosen-container.chosen-with-drop{
    position: fixed;
    top: 8px;
    height: calc(100% - 16px)!important;
    width: calc(100% - 16px)!important;
    left: 8px;
    background: #fff;
    z-index: 111;
    display: flex;
    flex-direction: column;
  }
  .order_page .chosen-container.chosen-with-drop .chosen-single{
    min-height:48px;
  }
  .order_page .chosen-container.chosen-with-drop:after{
    background: rgba(0,0,0,0.3);
    width:100%;
    position:fixed;
    display:block;
    content:"";
    left:0px;
    top:0px;
    height:100%;
    z-index:-1;
  }
  .order_page .chosen-container.chosen-with-drop .chosen-drop{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: auto;
  }
  .order_page .chosen-container.chosen-with-drop .chosen-results{
    max-height: 100%!important;
  }
  .success_order{
    padding: 36px 0px;
  }
  header .checkout_nav_d{
    display:none;
  }
  .cart_section_wrapper{
    margin: 0px auto;
  }
  .order_summary{
    display:none;
  }

  .cart_section_wrapper.cart_section_wrapper_empty .order_summary{
    display:block!important;
    width: 100%;
    max-width: 100%;
  }
  .order_details{
    max-width:100%;
  }
  .cart_menu_top{
    min-height: 46px;
  }
  .re_row{
    flex-direction:column;
    gap:;
  }
  .re_row .column_re{
    width:100%;
  }
  .product_color_radio_item label{
    width:50px;
    height:50px;
  }
  .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: 10px;
  }
  .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:#000;
    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: #000;
    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:#000;
  }


  .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 screen and (max-width: 768px) {
  .product_card .image_wrapper .slick-prev_arrow,
  .product_card .image_wrapper .slick-next_arrow{
    display:none!important;
  }
  @keyframes gpBounce {
    0%,
    70% {
      transform: translate3d(0px, 0px, 0px);
    }
    85% {
      transform: translate3d(-20px, 0px, 0px);
    }
    100% {
      transform: translate3d(0px, 0px, 0px);
    }
  }
  .product_list li .cat_gallery .slick-track.slick_track_trigger{
    animation: gpBounce 2s ease-in-out 3 forwards;
  }


  .category_pre_introtext_mob{
    display:flex;
    flex-direction:column;
    width:100%;
    font-size:14px;
    line-height:150%;
    color:#1A1A1A;
    font-weight:300;
  }
  .category_pre_holder{
    margin-top:12px;
  }
  .category_pre_text{
    display:none;
  }
  .category_pre_img{
    width:100%;
  }
  .bf_timer{
    width:200px;
  }
  .category_pre_img_bf .bf_img_desktop{
    display: none;
  }
  .category_pre_img_bf .bf_img_mobile{
    display: block;
  }
  .category_pre_img_bf{
    height: 700px;
  }
  .banner_bf{
    left: calc(40% + 16px);
    gap:110px;
    bottom:calc(50% - 24px);
  }
  .checkout_nav{
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .order_details .order_step.active,
  .order_details .order_step{
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
  }
  .content_holder h1.subsection_title,
  .payment_delivery_subsection .subsection_title{
    font-size: 20px;
  }
  .more_similar{
    width:100%;
    min-width:100%;
  }
  .product_list.similar_list > li,
  .category_wrapper .product_list > li {
    width: calc(33.33% - 5.34px);
  }
  .footer_bot_wrapper_h{
    flex-direction: column;
    gap: 5px;
    padding: 5px 15px;
    align-items: flex-start;
  }
  #image-zoom-prev,
  #image-zoom-next {
    display: none;
  }
  .media_section .column_layout_row {
    flex-direction: column;
  }
  .media_section .column_layout_row .column:first-child {
    width: 100%;
  }
  .header_menu > li:first-child {
    display: initial;
  }
  .section_link {
    max-width: 300px;
  }
  .media_section .column.double_column {
    width: auto;
  }
  .column_layout_row.contacts_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .column_layout_row.contacts_row .column:not(.map_placeholder) {
    width: 100%;
  }
  body.main_page .column_layout_row.contacts_row .column.map_placeholder {
    display: none;
  }
  body:not(.main_page) .column_layout_row.contacts_row .column.map_placeholder {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  body:not(.main_page) .column_layout_row.contacts_row .column.map_placeholder .image_wrapper {
    border: none;
    max-width: unset;
    height: 450px;
  }
  .column_layout_row .highlighted_block {
    padding: 0;
    border: none;
    background: transparent;
    backdrop-filter: unset;
  }
  .column_layout_row .highlighted_block .block_title {
    margin-bottom: 22px;
  }
  .column_layout_row .highlighted_block .messengers {
    margin-top: 20px;
  }
  .column_layout_row .get_route {
    margin-top: 25px;
    height: 70px;
    justify-content: center;
  }
  .column_layout_row .get_route svg {
    display: none;
  }
  .column_layout_row .socials {
    gap: 30px;
  }
  .column_layout_row .socials a {
    gap: 14px;
    padding: 5px 0;
    border: none;
    height: auto;
  }
  .column_layout_row .mail_wrap {
    padding: 0;
    border: none;
  }
  .contacts_row .mail_wrap svg {
    display: initial;
    flex-shrink: 0;
  }
  .contacts_row .mail_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
  }
  .column_layout_row.contacts_row {
    padding-bottom: 0;
  }
  footer .logo {
    width: 100%;
  }
  footer .logo img {
    max-width: 150px;
  }
  .column_layout_row .post_content_footer {
    flex-direction: column;
    gap: 5px;
  }
  .section_header.mobile_left {
    align-items: flex-start;
  }
  .section_header.divided_header.mobile_divided h2 {
    text-align: left;
  }
  .popup {
    width: 400px;
  }
  .popup .section_subtitle {
    font-size: 13px;
  }
  .popup .content {
    font-size: 14px;
    line-height: 150%;
  }
  .popup .popup_link {
    font-size: 18px;
    text-transform: capitalize;
  }
  .category_section_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
  }
  section.category_section {
    padding-top: 0;
  }
  .product_wrap .stock_info {
    font-size: 8px;
  }
  .product_wrap .stock_notification {
    font-size: 7px;
  }
  .product_wrap .product_link svg,
  .category_wrap .category_link svg,
  .product_wrap .stock_notification svg {
    width: 11px;
    height: 11px;
  }
  .pagination li:first-child {
    margin-right: 30px;
  }
  .pagination li:last-child {
    margin-left: 30px;
  }
  .cart_content .product_line {
    flex-direction: column;
  }
  .product_line .product_options_row {
    order: 2;
  }
  .product_line .product_line_right {
    order: 3;
    max-width: unset;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 0;
  }
  .product_line .remove_product {
    top: 0;
  }
  .product_line .remove_product svg {
    width: 15px;
  }
  .product_line .image_wrapper {
    width: 80px;
    height: 110px;
  }
  .product_line .article {
    font-size: 10px;
  }
  .product_line .product_link {
    margin-bottom: 0;
  }
  .product_line .product_description {
    margin-bottom: 6px;
  }
  .column_layout_row .socials a:hover {
    background-color: transparent;
    color: #000;
    opacity: 0.7;
  }
  .column_layout_row .socials a:hover svg path {
    fill: #000;
  }
  .category_list > li {
    width: calc(50% - 10px);
  }
  .product_slider,
  .category_list.slick-initialized {
    margin-right: -40px;
    margin-left: -80px;
    clip-path: inset(0 0 0 70px);
  }
  .product_list > li {
    width: calc(50% - 10px);
  }
  .product_list .product_wrap .image_wrapper {
    height: 130px;
    margin: 15px 0;
  }
  .product_list .product_wrap {
    padding: 10px;
  }
  .product_list .product_wrap .product_link {
    font-size: 0;
    gap: 0;
  }
  .product_section .buttons_wrap a:not(.product_like) {
    padding: 0 20px;
  }
  .payment_delivery_subsection .column_layout_row .nova_post_options {
    gap: 20px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child:last-child {
    gap: 45px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child > svg {
    width: 60px;
  }
  .payment_delivery_subsection .column_layout_row .column:last-child:not(:first-child),
  .payment_delivery_subsection .column_layout_row .options:not(.extended_options) {
    width: 200px;
  }
  .checkout_subsection .radio_row {
    flex-direction: column;
    gap: 20px;
  }
  .checkout_subsection .radio_column {
    width: 100%;
  }
  #checkout_form .checkout_subsection .radio_expandable {
    padding-top: 0;
  }
  .checkout_subsection.international_delivery_type_subsection .text_input_block {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .checkout_subsection .text_input_block {
    gap: 20px;
  }
  .checkout_subsection.international_delivery_type_subsection .text_input_wrapper,
  .checkout_subsection .text_input_wrapper {
    width: calc(50% - 10px);
  }
  #international_delivery_terms {
   position: static;
  }
  .checkout_subsection {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .checkout_subsection.international_delivery_type_subsection .text_input_block {
    margin-bottom: 20px;
  }
  .checkout_subsection .return_payment_disclaimer {
    margin-top: 0;
    padding-bottom: 22px;
  }
  .checkout_subsection:last-of-type .radio_column:last-child {
    display: none;
  }
  .checkout_subsection.domestic_delivery_type_subsection {
    border-top: 1px solid #000;
    padding-top: 30px;
  }
  .account_orders .product_line .product_line_right {
    max-width: unset;
    justify-content: space-between;
  }
  .account_orders .product_line .product_line_right .product_option_wrap:first-child {
    font-size: 27px;
    font-weight: 600;
  }
  .account_subscriptions .product_line .product_line_right .product_option_wrap:first-child {
    font-size: 24px;
    font-weight: 600;
  }
  .account_subscriptions .product_line .product_line_right {
    justify-content: flex-end;
  }
  .account_content_wrapper .cart_content .product_line {
    gap: 30px;
  }
  .product_favorite_bottom {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
  }
  #password_reset_form,
  #edit_profile_form .form_column {
    max-width: unset;
    width: 100%;
  }
  #edit_profile_form {
    flex-direction: column;
    gap: 20px;
  }
  #edit_profile_form .form_h{
    flex-direction: column;
    gap: 20px;
  }
  #edit_profile_form .form_column:first-child {
    margin-bottom: 20px;
  }
  .bonus_level_wrap p:nth-child(3) {
    max-width: unset;
  }
  .product_section_wrapper .suggested_products,
  .product_section_wrapper .product_details_column {
    max-width: 398px;
  }
  .suggested_products .products_wrapper > .product_card .image_wrapper {
    width: 240px;
    height: 360px;
  }
  .suggested_products .product_column .product_card {
    width: 150px;
    height: 176px;
  }
  .product_section_wrapper .product_photo_list {
    
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .product_section_wrapper .product_photo_list,
  .product_section_wrapper .product_photo_list li.slick-slide,
  .product_section_wrapper .product_photo_list li:nth-child(n) .image_wrapper {
    /*height: 724px;*/
    height:auto;
  }
  .suggested_products .product_card a.product_link {
    bottom: 0;
    right: 0;
  }
  .image-zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0 !important;
  }
  #subscribe_cart_popup.popup,
  #fast_buy_popup.popup{
    width: 100%;
    max-width: 100%;
    bottom: 0px;
    top: auto;
    transform: none;
    left: 0px;
  }
  #cart{
    max-width:100%;
  }
  .confirm_info_head_nav{
    transform:rotate(0deg);
  }
  .confirm_info.active .confirm_info_head_nav{
    transform:rotate(180deg);
  }
  .confirm_info{
    position: fixed;
  }
  .first_order_discount{    
    margin: 20px 0px 20px 0px;
  }
  a.collapsed_trigger:hover{
    text-decoration:underline;
  }
  .empty_cart_sub a{
    position: fixed;
    bottom: 22px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .alert_server{
    width: calc(100% - 18px);
    margin: 0px;
    padding: 40px 32px;
    left: 9px;
    top: 50px;
  }
  .front_article_list li {
    width: calc(100% - 30px);
  }
  .front_article_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .map_holder_left{
    width: 100%;
  }
  .map_nav{
    min-height: auto;
    height: auto;
  }
  .map_holder_right{
    width: 100%;
  }
  #alert{
    bottom: 64px;
    top: auto;
  }

  #login{
    top: 0px;
    width: 100%;
    left: 0px;
  }
  #login .popup_inner{
    padding: 32px 16px 32px 16px;
  }
  #callback{
    top: 90px;
  }
  .preorder_pro{
    font-size: 11px;
  }
  #about,
  #sizetable{
    width: 100%;
    margin-left: 0px;
    left: 0px;
    top: 10%;
    margin-top: 0px;
  }
  #popup_lang_currency_f,
  #popup_lang_currency{
    width: 100%;
    margin: 0px;
    left: 0px;
    top: auto;
    bottom: 0px;
    overflow:auto;
  }
  #popup_lang_currency_f{
    transform: none;
  }
  .match_container{
    width: 100%;
  }
  .fs_search .filter_row{
    width: 100%;
  }

  #order_info{
    padding: 5px;
    width: calc(100% - 10px);
    margin: 0px;
    left: 5px;
    top: 50px;
  }
}

@media screen and (max-width: 600px) {
    
  .category_pre_img_bf{
    height: 560px;
  }
  .category_pre_img .pre_img{
    display:none;  
  }
  .category_pre_img .pre_img_mob{
    display:block;
    width:100%;
  }
  .product_slider,
  .category_list.slick-initialized {
    margin-right: -40px;
    margin-left: -45px;
    clip-path: inset(0 0 0 35px);
  }
  .product_section .product_info .buttons_wrap .one_click_order {
    width: 100%;
    padding: 0 15px;
  }
  .product_section .product_info .buttons_wrap .product_cart_link,
  .product_section .product_info .buttons_wrap .stock_notification {
    width: calc(100% - 80px);
    padding: 0 15px;
  }
  body:not(.main_page) .column_layout_row.contacts_row .column.map_placeholder .image_wrapper {
    height: 375px;
  }
  .payment_delivery_subsection .column_layout_row .column:nth-child(n + 2),
  .payment_delivery_subsection .column_layout_row .options:not(.extended_options) {
    width: 100%;
    max-width: 140px;
  }
  .payment_delivery_subsection .column_layout_row {
    column-gap: 20px;
  }
}

@media screen and (max-width: 580px) {
  .boutiques_section .store-slider .swiper-slide {
    height: 270px;
  }

  .boutiques_section .store-slider .swiper-slide img {
    height: 270px;
  }

  .boutiques_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .cart_product_list .product_name{
    font-size: 14px;
  }
  .product_info_wrap .product_options{
    gap:4px;
  }
  .account_subsection{
    margin: 20px 0;
    padding: 10px;
  }
  .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;
  }
  .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;
  }
  .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{
    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;
  }
}

@media screen and (max-width: 500px) {
  .product_section_wrapper .product_section_left .btn_try_on {
    right: -8px;
    top: 8px;
  }
  .language_picker_active{
    margin-left: 14px;
  }
  .language_picker_active .svg_i{
    width:42px;
  }
  .category_pre_img_bf{
    height: 440px;
  }
  #auth_pop,
  #custom_pop,
  #reg_pop {
      width: 100%;
      top: auto;
      bottom: 0px;
      transform: none;
      left: 0px;
      max-width: 100%;
  }
  #filter_wrapper {
    width: 100%;
  }

  .product_list.similar_list > li,
  .category_wrapper .product_list > li {
    width: calc(50% - 4px);
  }
  /*
  .product_card .image_wrapper img,
  .product_card .image_wrapper {
    max-height: 303px;
  }
  */
  .bonus_section_footer .section_link,
  .section_link,
  #mobile_filter_open,
  .no_auth_cart_blocks > div > a:last-child,
  #bonus_form button,
  .auth_cart_block .section_link,
  .auth_cart_block .bonuses_total,
  #bonus_form input,
  .checkout_subsection .section_link,
  .auth_section .section_link {
    max-width: unset;
    width: 100%;
  }
  .product_slider,
  .category_list.slick-initialized {
    margin-left: -150px;
    clip-path: inset(0 0 0 140px);
  }
  #mobile_menu_open {
    padding: 6px;
  }
  .popup {
    width: calc(100% - 60px);
  }
  .filters > li {
    width: calc(50% - 10px);
  }
  .filters > li:last-child {
    order: -1;
    width: 100%;
  }
  .filters > li:nth-last-child(2) {
    width: 100%;
  }
  .pagination a,
  .pagination span {
    min-width: 15px;
  }
  .pagination li:first-child {
    margin-right: 10px;
  }
  .pagination li:last-child {
    margin-left: 10px;
  }
  .product_gallery {
    width: calc(100% + 60px);
    margin: 0 -30px;
    max-width: unset;
  }
  .product_nav_slider {
    display: none;
  }
  .product_main_slider {
    width: 100%;
  }
  .product_section .product_options_row,
  .product_line .product_options_row {
    gap: 17px;
  }
  .cart_section .product_options_row .product_option_wrap {
    width: calc(33.33% - 13.34px);
  }
  .chosen-container-single .chosen-single span {
    margin-left: 14px;
    margin-right: 29px;
  }
  .registration_phone .chosen-container-single .chosen-single span{
    margin-left:0px;
  }
  .product_details_column .chosen-container-single .chosen-single span {
    margin-left: 0;
    margin-right: 55px;
  }
  .product_option_wrap:not(.product_color_option) .chosen-container-single .chosen-single span {
    width: auto;
  }
  .chosen-container-single .chosen-single div {
    margin-right: 0px;
  }
  .product_section .product_info .buttons_wrap .stock_notification {
    font-size: 12px;
  }
  .cart_section .links_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_section .product_info .buttons_wrap .stock_notification {
    padding: 0 10px;
    font-size: 14px;
    width: calc(100% - 80px);
  }
  body:not(.main_page) .column_layout_row.contacts_row .column.map_placeholder .image_wrapper {
    height: 190px;
  }
  .payment_delivery_subsection .column_layout_row .column:first-child > svg {
    width: 40px;
  }
  .payment_delivery_subsection .column_layout_row .column:nth-child(n + 2),
  .payment_delivery_subsection .column_layout_row .options:not(.extended_options) {
    max-width: calc(50% - 10px);
  }
  .payment_delivery_subsection .column_layout_row .column.shrinked_logo .image_wrapper {
    width: 78px;
  }
  .payment_delivery_subsection .column_layout_row .column:not(.shrinked_logo):first-child > svg {
    display: none;
  }
  .checkout_subsection .text_input_block {
    flex-direction: column;
  }
  .checkout_subsection.international_delivery_type_subsection .text_input_wrapper,
  .checkout_subsection .text_input_wrapper,
  .auth_section .text_input_block .text_input_wrapper {
    width: 100%;
  }
  .checkout_subsection .section_link {
    font-size: 16px;
  }
  .checkout_subsection label.flex_row {
    flex-wrap: wrap;
    row-gap: 7px;
    column-gap: 22px;
  }
  .checkout_subsection .radio_row label p {
    width: 100%;
  }
  .checkout_subsection label.flex_row .image_wrapper {
    max-width: 50px;
    max-height: 14px;
  }
  .auth_section .text_input_block {
    flex-direction: column;
    gap: 30px;
  }
  .auth_section .email_subscribe_wrap {
    flex-wrap: wrap;
  }
  .auth_section .email_subscribe_wrap p {
    margin: 0;
    width: 100%;
  }
  .account_content_wrapper .product_line .product_options_row {
    gap: 15px;
  }
  .account_content_wrapper .product_options_row .product_option_wrap {
    width: calc(33.33% - 10px);
  }
  .account_orders .product_option_wrap .value {
    width: 100%;
    padding: 0 5px;
  }
  .account_content_wrapper .product_option_wrap .chosen-container,
  .account_subscriptions .product_option_wrap:not(.product_color_option) .chosen-single {
    width: 100% !important;
  }
  .account_subscriptions .product_option_wrap:not(.product_color_option) .chosen-container-single .chosen-single span {
    margin-right: 30px;
  }
  .account_content_wrapper .product_list > li {
    width: calc(50% - 10px);
  }
  .mobile_level_list li .level_info {
    max-width: 250px;
  }
  .product_section_wrapper .product_photo_list {
    max-width: calc(100% + 32px);
    /*height: 550px;*/
    height:auto;  
  }
  .product_section_wrapper .product_photo_list li.slick-slide,
  .product_section_wrapper .product_photo_list li:nth-child(n) .image_wrapper {
    /*height: 550px;*/
    height:auto;
  }
  .product_section_wrapper .product_details_column {
    max-width: unset;
  }
  #size_chart_popup{
    min-width: unset;
    max-width: unset;
    width: 100%;
    left: 0px;
    bottom: 0px;
    top: auto;
    transform: none;
    right: auto;
  }
  #notify_popup{
    min-width: unset;
    max-width: unset;
    width: 100%;
    left: 0px;
    bottom: 0px;
    top: auto;
    transform: none;
    right: auto;
    background:#fff;
  }
  #size_chart_popup td {
    padding: 10px 3px;
  }
  .order_page .chosen-container-single .chosen-single span{
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 429px) {
  .banner_bf{
    left: calc(40% + 0px);
  }
  .bf_timer{
    width:180px;
  }
  .category_pre_img_bf{
    height: 400px;
  }
  #cart .header_menu, .header_wrapper .header_menu{
    gap:0px;
  }
  .header_wrapper .logo {
    max-width: 150px;
  }
  .product_section_wrapper .suggested_products {
    max-width: 328px;
  }
  .suggested_products .products_wrapper > .product_card .image_wrapper {
    width: 200px;
    height: 300px;
  }
  .suggested_products .product_column .product_card {
    width: 120px;
    height: 146px;
  }
  .product_section_wrapper .product_photo_list,
  .product_section_wrapper .product_photo_list li.slick-slide,
  .product_section_wrapper .product_photo_list li:nth-child(n) .image_wrapper {
    /*height: 460px;*/
    height:auto;
  }
  .product_details_column .product_info_row .image_wrapper {
    height: 280px;
  }
  /*
  .product_card .image_wrapper img,
  .product_card .image_wrapper {
    max-height: 240px;
  }
  */
  .category_wrapper .pagination_wrapper {
    margin: 0 -8px;
  }

  .boutiques_section .store-slider .store-slider-controls {
    display: none;
  }
}

@media screen and (max-width: 410px) {
  .main_menu {
    padding: 0 8px;
  }
  .mobile_nav .main_menu li {
    flex: 0 0 25%;
  }
  .order_pay_block_head .order_pay_block_head_top .order_pay_block_title, .order_delivery_block_head .order_delivery_block_head_top .order_delivery_block_title{
    font-size:13px;
  }
}

@media screen and (max-width: 375px) {
  .category_pre_img_bf {
      height: 360px;
  }
  .header_wrapper .logo {
    max-width: 136px;
  }
  .error_page_text{
    flex-direction: column;
  }
  header .logo {
    max-width: 80px;
  }
  .product_slider, .category_list.slick-initialized {
    margin-left: -90px;
    clip-path: inset(0 0 0 80px);
  }
  .popup .section_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .product_list {
    gap: 15px;
  }
  .product_list > li {
    width: calc(50% - 7.5px);
  }
  .product_list .product_wrap .stock_notification {
    font-size: 6px;
    line-height: 6px;
    gap: 0;
  }
  .product_list .product_wrap .stock_notification svg {
    display: none;
  }
  .product_section .product_options_row {
    flex-wrap: wrap;
  }
  .product_options_row .product_option_wrap {
    width: calc(50% - 10px);
  }
  .product_section .buttons_wrap a:not(.product_like),
  .product_section .product_info .buttons_wrap .stock_notification,
  .checkout_subsection .radio_expandable .text_wrapper span,
  .checkout_subsection .radio_expandable .text_wrapper p,
  .checkout_subsection .section_link {
    font-size: 14px;
  }
  .product_section .product_info .buttons_wrap .stock_notification {
    font-size: 10px;
  }
  .no_auth_cart_blocks > div > a:last-child svg {
    display: none;
  }
  .no_auth_cart_blocks > div > a:last-child {
    justify-content: center;
    text-align: center;
  }
  .payment_delivery_subsection .column_layout_row .nova_post_options {
    white-space: normal;
    gap: 10px;
  }
  .checkout_subsection .radio_row label {
    padding: 10px 15px;
    padding-right: 70px;
  }
  #checkout_form .checkout_subsection .radio_expandable {
    gap: 10px;
  }
  .checkout_subsection .radio_expandable.flex_row .image_wrapper {
    width: 60px;
    height: 60px;
  }
  .auth_header a {
    font-size: 22px;
  }
  .account_subscriptions .product_option_wrap .chosen-container-single .chosen-single div {
    margin-right: 5px;
  }
  .account_subscriptions .product_option_wrap:not(.product_color_option) .chosen-container-single .chosen-single span {
    margin-left: 10px;
    margin-right: 20px;
  }
  .account_subscriptions .product_option_wrap.product_color_option .chosen-container-single .chosen-single span {
    margin-left: 10px;
  }
  .account_content_wrapper form .text_input_block {
    flex-direction: column;
  }
  .account_content_wrapper form .text_input_block input:not([type="checkbox"]) {
    width: 100%;
  }
  .bonus_level_wrap .gift {
    padding-right: 50px;
  }
  .mobile_level_list {
    row-gap: 20px;
  }
  .mobile_level_list li {
    width: calc(50% - 10px);
  }
  .action_top .tpl_action_top{
    font-size:9px;
  }
  .credit_calendar_top .credit_calendar_part{
    font-size:11px;
  }
}

@media screen and (max-width: 359px) {
  .checkout_nav li a{
    font-size:12px;
  }
  .header_wrapper{
      gap:8px;
  }
  .product_section_wrapper .product_photo_list,
  .product_section_wrapper .product_photo_list li.slick-slide,
  .product_section_wrapper .product_photo_list li:nth-child(n) .image_wrapper {
    /*height: 410px;*/
    height:auto;
  }
  .product_section_wrapper .suggested_products {
    max-width: 288px;
  }
  .suggested_products .products_wrapper > .product_card .image_wrapper {
    width: 170px;
    height: 255px;
  }
  .suggested_products .product_column .product_card {
    width: 110px;
    height: 123px;
  }
  .front_slider .slide_link,
  .section_link,
  #bonus_form button,
  .auth_cart_block .section_link {
    font-size: 14px;
  }
  .category_wrapper .pagination_wrapper {
    margin: 0;
  }
  .category_wrapper .pagination_wrapper a.load_more_blog,
  .category_wrapper .pagination_wrapper a.load_more {
    width: calc(100% - 112px);
  }
}
@media screen and (min-width: 1280px) {
  .product_list.similar_list > li, 
  .category_wrapper .product_list > li{
    width: calc(100% / 5 - 8px);
  }
}
