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;
}
.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 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 0px;
}
.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;
}
.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_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 .chosen-container,
.checkout_subsection .chosen-container {
  font: inherit;
  font-weight: 400;
  font-size: 18px;
  font-weight: 300;
  width: 100% !important;
}
#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 .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 .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 .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 .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 .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 .chosen-container-single .chosen-search{
  display:none!important;
}
#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 .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 .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 .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 .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%;
}
.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 {
  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: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;
}
.product_info_row .row_header {
  background: #FAFAFA;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 150%;
  color:#000;
  margin-bottom:4px;
}
.product_info_row .row_header:hover{
  background:#000;
  color:#fff;
}
.product_description_holder .article{
  color: #999999;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 10px;
}
.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.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;
}
.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;
  margin-bottom:16px;
}
.product_info_full .product_details_column .text_wrapper {
  padding: 0 12px;
  padding-bottom: 13.5px;
  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: 8px;
  padding: 32px 0px;
  justify-content: center;
}
#product_info_popup .product_details_column .address_tabs a {
  display: flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-weight: 700;
  font-size:14px;
  line-height: 150%;
  padding: 0 24px;
  text-decoration:none;
  border-radius:20px;
  color: #000;
  height: 40px;
}
#product_info_popup .product_details_column .address_tabs li.active a {
  pointer-events: none;
  background:#000;
  color:#fff;
}
#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: 4px;
}
.sklad_info_h b{
  font-weight:400;
}
.sklad_info_s{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.sklad_info_s span{
  min-width: 80px;
}
.status_amount_1{
  margin-left:5px;
  color:#AF0000;
}
.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;
  }
}
#product_info_popup.popup,
#size_chart_popup.popup,
#notify_popup.popup {
  padding: 0px;
  background-color: #fff;
  max-width: 640px;
  width: 100%;
  top: 0px;
  height: 100vh;
  transform: none;
  right: 0px;
  left: auto;
  overflow: auto;
}
.product_details_column .popup {
  padding: 16px;
  padding-top: 0;
  background-color: #fff;
}
#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: 64px 120px;
  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;
}
#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;
}
#notify_popup.popup .popup_close:hover{
  background:transparent;
}
#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;
}
#size_chart_popup table,
#size_chart_popup tbody {
  width: 100%!important;
}
#size_chart_popup tbody {
  font-weight: 400;
  font-size: 12px!important;;
  line-height: 150%;
  text-align: center;
  color: #000;
}
#size_chart_popup tr {
  width: 100%;
  height:auto!important;
}
#size_chart_popup tr:first-child {
  font-weight: 500;
}
#size_chart_popup tr:nth-child(even) {
  background-color: #fafafa;
}
#size_chart_popup colgroup{
  display:none!important;
}

#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;
}
#size_chart_popup th:after,
#size_chart_popup td:after{
  background:#fff;
  width:1px;
  height:100%;
  position:absolute;
  right:0px;
  top: 0px;
  content:"";
}
#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;
}

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


#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;
}
*/

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

#size_chart_popup table{
  margin-bottom:10px;
}
#size_chart_popup .product_sizechart_holder{
  width:100%!important;
  margin-bottom: 8px;
}
.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;
}
#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;
  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;
  flex-direction: column;
  z-index: 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 .name {
  margin-bottom: 12px;
  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 label,
#filter_wrapper .color_options a {
  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;
}
#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: 0.5px solid #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: 11px;
  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:#0B66E4;
  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_section .about_as_subtitle:before{
  content: "«";
  margin-left: -10px;
}
.about_section .about_as_subtitle:after{
  content: "»";
}
.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%;
}
.video_wrapper video {
    width: 100%;
}
.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;
  border: 0.5px solid #000;
}
.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;
}
.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;
}
@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_program_list {
    column-gap: 100px;
    row-gap: 80px;
  }
  .bonus_program_list > li {
    width: calc(33.33% - 100px);
  }
  .bonus_program_list > li:nth-child(3n) {
    width: 33.33%;
  }
  .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 screen and (max-width: 1499px) {
  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_program_list {
    column-gap: 75px;
    row-gap: 50px;
  }
  .bonus_program_list > li {
    width: calc(33.33% - 75px);
  }
  .bonus_program_list > li:nth-child(3n) {
    width: 33.33%;
  }
  .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_program_list {
    column-gap: 80px;
    row-gap: 60px;
  }
  .bonus_program_list > li,
  .bonus_program_list > li:nth-child(3n) {
    width: calc(50% - 40px);
  }
  .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: 1199px) {
  .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: 0.5px solid #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: 0.5px solid #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 > .collection_column > ul > li > a,
  .mobile_navigation > ul > li > ul > li > a{
    border:none;
    height:40px;
  }
  .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: 0.5px solid #CCCCCC99;
    text-transform: 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;
  }
  .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_photo_list .image_wrapper {
    height: 435px;
  }
  .product_section_wrapper .product_photo_list li:nth-child(n + 3) .image_wrapper {
    height: 382px;
  }
  */
  .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;
  }
}

@media screen and (max-width: 992px) {
  .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;
  }
  #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 0px;
  }
  .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;
  }
  .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: 0.5px solid #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);
  }
}

@media screen and (max-width: 767px) {
  .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: 8px;
    line-height: 11px;
  }
  .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_program_list {
    flex-direction: column;
    gap: 45px;
  }
  .bonus_program_list > li:nth-child(n) {
    width: 100%;
  }
  .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;
  }
}

@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: 500px) {
  .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;
  }
}

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

@media screen and (max-width: 410px) {
  .main_menu {
    padding: 0 8px;
  }
  .mobile_nav .main_menu li {
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 374px) {
  .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;
  }
}

@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);
  }
}
