a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
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;
  font-family: "Oswald", sans-serif;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 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;
}
nav {
  list-style: none;
}
body {
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #222C36;
  background-color: #ffffff;
}
.body--active {
  height: 100vh;
  overflow: hidden;
} 
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
}
header {
  margin-bottom: 20px;
}
.front_wrapper header{
  margin-bottom:0px;
}
.header_top{
  background:#222C36;
}
.header_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.header_top_wrapper .logo{
  max-width:150px;
}
.header_top_wrapper a {
  font-size: 14px;
  color: #fff;
}
.header_top_wrapper .socials a {
  font-size: 0px;
}
.socials svg {
  transition-duration: .3s;
}
.socials a:hover svg {
  transform: scale(1.2);
}
.header_top_wrapper ul:not(.chosen-results) {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header_top_wrapper .header_options {
  font-weight: 600;
}
.header_top_wrapper .header_options a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header_top_wrapper .header_options li:last-child a:hover,
header nav a:hover,
header nav li.active span {
  color: #FDE403;
}
.header_top_wrapper .header_options li:last-child a:hover svg path {
  fill: #FDE403;
}
.header_top_wrapper .chosen-container {
  width: 45px !important;
}
.header_top_wrapper .chosen-single div {
  width: 16px;
}
.header_top_wrapper .chosen-single span {
  margin-right: 3px;
}
.header_top_wrapper .chosen-single,
.header_top_wrapper .chosen-with-drop .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0;
}
.header_top_wrapper .chosen-single div b {
  background: url("../img/chosen_caret.svg") center no-repeat !important;
  width: 16px;
  transition-duration: .3s;
}
.header_top_wrapper .chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
}
.header_top_wrapper .chosen-search {
  display: none;
}
.header_top_wrapper .chosen-drop {
  background: #fff;
  border: none;
}
.header_top_wrapper .chosen-results {
  padding: 0;
  margin: 0;
}
.header_top_wrapper .chosen-results li {
  transition-duration: .3s;
} 
.header_top_wrapper .chosen-results li.highlighted {
  background: #fff;
  color: #FDE403;
}
.header_bottom {
  padding: 10px 0;
  background-color: #F9F9F9;
}
.header_bottom_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
}
.logo {
  flex-shrink: 0;
}
.catalog_link,
.header_bottom_wrapper .email_wrapper a,
.header_bottom_wrapper .phone_wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222C36;
}
header .catalog_link {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 6px;
  background-color: #FDE403;
}
header .catalog_link:hover {
  background-color: #222C36;
  color:#fff;
}
header .catalog_link:hover svg path{
  stroke: #fff;
}
.header_bottom_wrapper .email_wrapper a:hover,
.header_bottom_wrapper .phone_wrapper a:hover {
  color: #FDE403;
}
.header_bottom_wrapper .email_wrapper a:hover svg path,
.header_bottom_wrapper .phone_wrapper a:hover svg path {
  stroke: #FDE403;
}
.header_bottom_wrapper .logo {
  display: flex;
}
.header_bottom_wrapper > div:not(.header_catalog) {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1;
}
.header_menu {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header_menu a {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  position:relative;
  min-width:48px;
  min-height:48px;
}
.header_menu a svg {
  transition-duration: .3s;
}
.header_menu a:hover svg {
  transform: scale(1.2);
}
#header_likes_link .counter,
#header_cart_link .counter {
  position: absolute;
  right: 2px;
  top: 2px;
  background-color: #fde403;
  font-size: 10px;
  font-weight: 600;
  color: #222C36;
  border-radius: 50px;
  height: 18px;
  width: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.h_search_form {
  width: 100%;
  max-width: 405px;
  position: relative;
  z-index:2;
}
.h_search_form input {
  border: 1px solid #E5E5E5;
  padding: 13px 55px 13px 15px;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.h_search_form input::placeholder {
  color: #767676;
}
.h_search_form button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 48px;
  width: 48px;
  border: none;
  cursor: pointer;
  background: #222c36;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition:0.5s;
}
.h_search_form button:hover{
  opacity:0.7;
}
.header_bottom_wrapper .email_wrapper, 
.header_bottom_wrapper .phone_wrapper {
  position: relative;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_catalog_popup {
  display: none;
  position: absolute;
  z-index: 11;
  top: 48px;
  left: 0px;
  right: 0px;
  padding-top: 10px;
}
.header_catalog_wrapper {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  position: relative;
  display: flex;
}
.catalog_list > li > a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  width: 278px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  z-index: 5;
  gap: 10px;
}
.catalog_list > li > a:hover,
.catalog_list > li.active > a,
.product_card_wrapper .add_review:hover {
  background-color: #fafafa;
  color: #222C36;
  padding-left: 20px;
}

.catalog_list > li > a:hover svg:first-child path,
.catalog_list > li.active > a svg:first-child path {
  stroke: #FDE403;
}
.catalog_list > li > a:hover svg:last-child path,
.catalog_list > li.active > a svg:last-child path {
  stroke: #FDE403;
}
.catalog_list > li:last-child > a {
  border-bottom: none;
}
.catalog_list > li > a svg {
  flex-shrink: 0;
}
.catalog_list > li > a svg:first-child {
  margin-right: 10px;
  width:24px;
  height:24px;
}
.catalog_list > li > a svg:last-child {
  margin-left: auto;
  padding-left: 20px;
  width: 40px;
}
.header_catalog_wrapper .category_nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-left: 278px;
  background-color: #fff;
  border-radius: 6px;
  z-index: 2;
  display: none;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height:100%;
}
.header_catalog_wrapper .category_nav > li {
  max-width: 260px;
  width:calc(100% / 3);
}
.header_catalog_wrapper .category_nav > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 5px 20px;
  margin: 25px 0 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.header_catalog_wrapper .subcategory_nav a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
}
.header_catalog_wrapper .subcategory_nav a:hover,
.header_catalog_wrapper .category_nav > li > a:hover {
  color: #FDE403;
}
main {
  position: relative;
}
#shader {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(48, 48, 48, 0.20);
  z-index: 10;
}
.page_section {
  margin-bottom: 50px;
}
.page_section.white_section{
  background-color:#ffffff;
}
.page_section.gray_section{
  background-color:#F9F9F9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_section.product_section {
  margin-bottom: 0px;
}
.page_section.highlighted {
  background-color: #fff;
  padding: 40px 0;
}
.breadcrumbs_wrapper.highlighted,
.catalog_top.highlighted {
  background-color: #fff;
} 
.page_section:not(.last_padded):last-of-type {
  margin-bottom: 0;
}
.section_title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 44px;
}
.section_title.section_title_center{
  text-align:center;
}
.section_title.page_title {
  margin-bottom: 20px;
  line-height: unset;
}
.front_slider {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.front_slider .slick-track {
  display: flex;
  gap: 3px;
}
.front_slider li.slick-slide {
  overflow: hidden;
}
.front_slider .slide_wrapper{
  width:100%;
}
.front_slider .slide_wrapper img{
  width:100%;
  object-fit: cover;
  display:block;
}
.front_slider .slick_arrow {
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 6px;
  background-color: #fff;
  top: calc(50% - 22px);
  opacity: 0.5;
}
.front_slider .slick-prev_arrow {
  left: 10px;
}
.front_slider .slick-next_arrow {
  right: 10px;
}
.front_slider .slick_arrow svg{
  max-width:10px;
}
.front_slider .slick_arrow:hover{
  opacity: 1;
}
.featured_brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brands_slider{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
  margin-bottom:20px;
}
.brands_slider li{
  display: flex;
  flex-direction: column;
  width: calc(100% / 6 - 10px);
}
.brands_slider li a{
  display: flex;
  width:100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
}
.brands_slider li a img{
  width:100%;
  transition:0.5s;
}
.brands_slider li a:hover img {
  transform: scale(1.05);
}
.featured_brands li.slick-slide{
  margin:5px;
}
.featured_brands li a:not(.brands_link) img {
  transition-duration: .3s;
}
.featured_brands li a:not(.brands_link):hover img {
  transform: scale(1.05);
}
.featured_brands li:last-child {
  flex-shrink: 0;
}
.featured_brands .brands_link {
  padding: 16px 49px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  background-color: #222C36;
}
.product_wrap {
  position: relative;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  border-radius:6px;
}
.product_slider li.slick-slide{
  margin:5px;
}
.product_wrap .product_image_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_image_wrap img {
  max-width: 100%;
}
.product_image_wrap .product_like {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #F4F4F6;
}
.product_like svg {
  transition-duration: .3s;
}
.product_like:hover svg {
  transform: scale(1.2);
}
.product_like:hover svg path {
  stroke: #FDE403;
}
.product_like.active svg path{
  stroke: #FDE403;
  fill: #FDE403;

}
.product_image_wrap .product_like.active svg path{
  fill: #222C36;
  stroke: #222C36;
}

.product_image_wrap .product_status {
  position: absolute;
  top: 4px;
  left: 2px;
  padding: 4px 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product_status.sale {
  background-color: #D30E0F!important;
}
.product_status.top {
  background-color: #fde403!important;
  color:#222C36!important;
}
.product_status.new {
  background: #222C36;
  color:#fff!important;
}
.product_wrap .product_info_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 10px;
}
.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  white-space: nowrap;
}
.product_name_holder{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.product_name_holder .section_title{
  width:calc(100% -  60px);
  line-height:120%;
}
.product_card_wrapper .availability {
  font-size: 16px;
  font-weight: 400;
}
.availability .indicator {
  display: none!important;
}
.product_wrap .availability span:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.availability.available {
  color: #52B04D;
}
.availability.available .indicator {
  background-color: #52B04D;
}
.availability.out_of_stock {
  color: #838383;
}
.availability.out_of_stock .indicator {
  background-color: #838383;
}
.product_wrap .product_b_a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #959595;
  font-size: 12px;
  font-weight: 300;
}
.product_wrap .product_b_a .{

}
.product_wrap .product_link {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #222C36;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 60px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_wrap .product_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product_wrap .product_like,
.product_wrap .product_cart_link,
.product_wrap .compare {
  z-index: 3;
}
.product_wrap .product_link:hover {
  color: #FDE403;
}
.product_wrap .old_price,
.product_card_wrapper .old_price {
  font-size: 12px;
  font-weight: 500;
  color: #838383;
  text-decoration: line-through;
  margin-right: 8px;
}
.product_card_wrapper .old_price {
  font-size: 22px;
  font-weight: 400;
}
.product_card_wrapper .product_price_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.buttons_wrap .product_like{
  background: #F4F4F6;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.product_wrap .price,
.product_card_wrapper .price {
  font-size: 18px;
  font-weight: 600;
  color: #222C36;
}
.product_card_wrapper .price {
  font-size: 28px;
}
.product_card_wrapper .price_wrapper .price.action_price,
.product_wrap .price_wrapper .action_price{
  color: #D30E0F;
}
.product_card_wrapper .price_wrapper .price {
  color: #222C36;
}
.product_wrap .buttons_wrap {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.product_wrap .price_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
.product_wrap .product_cart_link,
.product_card_wrapper .product_cart_link {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border-radius: 6px;
  color: #fff;
  height:42px;
  background-color: #222C36;
  justify-content: center;
}
.product_wrap .product_cart_link:hover,
.product_card_wrapper .product_cart_link:hover {
  color: #222C36;
  background-color: #FDE403;
}
.product_wrap .product_cart_link svg path,
.product_card_wrapper .product_cart_link svg path {
  stroke: #fff;
}
.product_wrap .product_cart_link:hover svg path,
.product_card_wrapper .product_cart_link:hover svg path{
  stroke: #222C36;
}
.product_wrap .compare,
.product_card_wrapper .compare {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  border-radius: 6px;
  background-color: #F4F4F6;
}
.product_wrap .compare:hover,
.product_card_wrapper .compare:hover {
  color: #FDE403;
  background-color: #fafafa;
}
.product_wrap .compare:hover svg path,
.product_card_wrapper .compare:hover svg path {
  stroke: #FDE403;
}

.product_wrap .compare.active,
.product_card_wrapper .compare.active{
  color: #FDE403;
  background-color: #fafafa;
}
.product_wrap .compare.active svg path,
.product_card_wrapper .compare.active svg path {
  stroke: #FDE403;
}

.product_wrap .product_description {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: -1px;
  right: -1px;
  z-index: 5;
  padding: 15px;
  padding-top: 0;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  border-top: none;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  max-height: 82px;
}
.product_slider {
  margin-bottom: -50px;
}
.front_article_list_slider .slick_arrow,
.product_slider .slick_arrow {
  position: absolute;
  top: -74px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
}
.slick_arrow {
  background-color: #fff;
}
.slick_arrow:hover {
  border-color: #FDE403;
}
.slick_arrow svg {
  transition-duration: .3s;
}
.slick_arrow:hover svg {
  transform: scale(1.1);
}
.slick_arrow:hover svg path {
  stroke: #FDE403;
}
.front_article_list_slider .slick-next_arrow,
.product_slider .slick-next_arrow {
  right: 0;
}
.front_article_list_slider .slick-prev_arrow,
.product_slider .slick-prev_arrow {
  right: 49px;
}
.text_section_wrap {
  clear: both;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.text_section_wrap .subtitle {
  font-size: 20px;
  font-weight: 400;
}
.text_section_wrap ul {
  list-style: disc;
  padding-left: 25px;
}
.text_section_wrap .collapse {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  width: min-content;
}
footer {
  background-color: #222C36;
  padding-top: 30px;
  color: #fff;
}
.footer_top {
  display: flex;
  justify-content: space-between;
}
.footer_top .footer_column {
  display: flex;
  flex-direction: column;
}
.footer_top .footer_column:first-child {
  gap: 20px;
}
.footer_top .footer_column .column_header {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
}
.footer_top .footer_column > ul:not(.payment_options) {
  display: flex;
  flex-direction: row;
  writing-mode: vertical-lr;
  flex-wrap: wrap;
  row-gap: 80px;
  column-gap: 15px;
  max-height: 200px;
  padding-top: 20px;
}
.payment_options {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_top .footer_column > ul > * {
  writing-mode: initial;
}
footer a {
  font-size: 14px;
  color: #fff;
}
footer a:hover {
  color: #FDE403;
}
.footer_top .socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_top .contacts .complex_link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer_top .contacts a {
  font-size: 16px;
}
.footer_top .contacts > li > a:not(.complex_link) {
  margin-left: 35px;
}
.footer_top .contacts .address {
  margin-top: 5px;
  margin-bottom: 15px;
}
.footer_mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-left: none;
  border-right: none;
  margin-top: 30px;
  font-size: 14px;
}
.footer_mid .legal {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer_mid span:last-child {
  display: block;
  width: 265px;
  text-align: right;
  text-decoration: underline;
}
.mobile_only {
  display: none;
}
#mobile_menu,
#mobile_catalog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #F8F8F8;
  z-index: 10;
  overflow-y: auto;
}
.mobile_menu_header .logo{
  max-width: 140px;
}
.mobile_menu_mid{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #222c36;
}
.mobile_menu_header,
.mobile_catalog_header {
  padding: 5px 15px;
  background-color: #222C36;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.mobile_catalog_header {
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.mobile_menu_body {
  padding: 24px 20px 40px;
}
.mobile_menu_body > a,
.mobile_menu_body nav a {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #404040;
  border-bottom: 1px solid #EFEFEF;
}
.mobile_menu_body ul:not(.socials) a:hover,
.mobile_menu_body .catalog_link:hover,
#mobile_menu .contacts a:hover {
  color: #FDE403;
}
.mobile_menu_body .catalog_link:hover svg path {
  stroke: #FDE403;
}
.mobile_menu_body .catalog_link:hover svg path:nth-child(2) {
  fill: #FDE403;
}
.mobile_menu_body .catalog_link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.mobile_menu_body .catalog_link svg:last-child {
  margin-left: auto;
}
#mobile_menu .contacts_wrapper {
  position: relative;
  padding: 20px 0;
  margin: 50px 0;
}
#mobile_menu .contacts_wrapper:after,
#mobile_menu .contacts_wrapper:before {
  position: absolute;
  content: "";
  left: -24px;
  right: -24px;
  height: 1px;
  background-color: #E4E4E4;
}
#mobile_menu .contacts_wrapper:before {
  top: -1px;
}
#mobile_menu .contacts_wrapper:after {
  bottom: 0;
}
#mobile_menu .contacts_wrapper span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #404040;
  margin-bottom: 20px;
}
#mobile_menu .contacts a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  margin-bottom: 12px;
}
#mobile_menu .contacts li:last-child a {
  margin-bottom: 0;
}
#mobile_menu .socials {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}
#mobile_menu .socials a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
}
#mobile_menu .socials a svg {
  height: 20px;
  width: 20px;
}
#mobile_menu .language_options {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: 25px;
}
#mobile_menu .currency_options {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 42px;
}
#mobile_menu .language_options a,
#mobile_menu .currency_options a {
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
}
#mobile_menu .currency_options a {
  color: #404040;
  border-color: #E4E4E4;
}
#mobile_menu .language_options a:hover,
#mobile_menu .language_options a.active {
  color: #404040;
  background-color: #fff;
}
#mobile_menu .currency_options a:hover,
#mobile_menu .currency_options a.active {
  color: #fff;
  background-color: #FDE403;
  border-color: #FDE403;
}
#mobile_menu .login_link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 79px;
  border: 1px solid #FDE403;
  background-color: #FDE403;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#mobile_menu .login_link:hover {
  background-color: transparent;
}
#mobile_menu .login_link svg {
  width: 24px;
  height: 24px;
}
.mobile_catalog_body {
  background-color: #F8F8F8;
  padding: 0px 0;
}
#mobile_catalog .catalog_list > li > a {
  width: unset;
  padding: 13px 24px;
  line-height: unset;
  justify-content: flex-start;
  gap: 20px;
}
#mobile_catalog .catalog_list > li > a.active {
  border-color: #222C36;
}
#mobile_catalog .catalog_list > li > a.active svg:last-child {
  transform: rotate(-90deg);
}
#mobile_catalog .catalog_list > li > a svg:first-child {
  display: none;
}
#mobile_catalog .catalog_list > li > a svg:last-child {
  height: 24px;
  width: 24px;
  transform: rotate(90deg);
  padding: 0;
  margin: 0;
  transition-duration: .3s;
  margin-left: auto;
}
#mobile_catalog .catalog_list > li > a svg:last-child path {
  stroke: #505050;
}
#mobile_catalog .category_nav {
  padding: 10px 0;
  display: none;
  background-color: #fff;
}
#mobile_catalog .category_nav a {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  padding: 11.5px 20px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#mobile_catalog .category_nav .subcategory_nav a{
  padding-left: 40px;
}
.footer_column .collapse svg {
  display: none;
}
.breadcrumbs_wrapper {
  padding: 20px 0;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 34px;
  font-size: 14px;
  font-weight: 500;
  color: #404040;
}
.breadcrumbs a {
  color: #8A8A8A;
  line-height: 120%;
}
.breadcrumbs a:hover {
  color: #404040;
}
.breadcrumbs .active a span,
.breadcrumbs .active a{
  color:#222C36;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:after {
  position: absolute;
  content: "";
  background-image: url("../img/breadcrumbs_chevron.svg");
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: -24px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.catalog_top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.subcategories li {
  width: calc(16.66% - 8.5px);
}
.page_section.white_section.section_category{
  margin-bottom: 0px!important;
}
.subcategory_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
  font-size: 16px;
  color: #222C36;
  font-weight: 500;
  text-align:center;
}
.subcategory_wrapper:hover {
  border-color: #FDE403;
  color: #FDE403;
}
.catalog_wrapper {
  display: flex;
}
.catalog_controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 340px;
}
.catalog_controls form{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile_filter_open {
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 19px;
  border-radius: 6px;
  background-color: #222c36;
  border: 1px solid #222c36;
  color: #FFF;

  font-size: 18px;
  font-weight: 500;
  display: none;
}
.catalog_controls .product_count_wrap {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #838383;
  
  font-size: 15px;
  padding: 15px;
  border-radius: 6px;
}
.catalog_controls .availability_filter {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #404040;
  font-size: 16px;
}
.availability_filter .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
}
.availability_filter .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.availability_filter .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F8F8F8;
  -webkit-transition: .4s;
  transition: .4s;
}
.availability_filter .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
  -webkit-transition: .4s;
  transition: .4s;
}
.availability_filter input:checked + .slider {
  background-color: #FDE403;
}
.availability_filter input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
.availability_filter .slider.round {
  border-radius: 34px;
}
.availability_filter .slider.round:before {
  border-radius: 50%;
}
.catalog_options {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
}
.catalog_options > div > span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.catalog_controls .chosen-container {
  font: inherit;
  font-size: 15px;
  width: auto !important;
  color: #000;
  margin-left: 15px;
}
.catalog_controls .chosen-single {
  height: 44px;
  line-height: 44px;
  border: none !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #000;
  border-radius: 6px;
}
.catalog_controls .chosen-search {
  display: none;
}
.catalog_controls .chosen-drop {
  border: none;
  padding-top: 5px;
  border-radius: 0;
}
.catalog_controls .sorting_wrapper .chosen-with-drop {
  box-shadow: 0px 0px 12px 0px rgba(28, 28, 27, 0.1);
}
.catalog_controls .chosen-results li {
  transition-duration: .3s;
  line-height: 20px;
}
.catalog_controls .chosen-results li.highlighted {
  background: #fff;
  color: #FDE403;
}
.catalog_controls .chosen-container-single .chosen-single span {
  margin-right: 44px;
  padding-left: 2px;
}
.catalog_controls .chosen-container-single .chosen-single div {
  width: 44px;
}
.catalog_controls .chosen-single div b {
  background: url("../img/chosen_caret.svg") center no-repeat !important;
  width: 44px;
  transition-duration: .3s;
}
.catalog_controls .chosen-with-drop .chosen-single div b {
  transform: scaleY(-1);
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap:5px;
}
.product_list li {
  width: calc(25% - 5px);
}
.product_list .product_wrap {
  border-left: none;
  border-top: none;
}
.product_list li:nth-child(4n + 1) .product_wrap {
  border-left: 1px solid #EFEFEF;
}
.product_list li:nth-child(-n + 4) .product_wrap {
  border-top: 1px solid #EFEFEF;
}
.product_list_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.product_list_controls .load_more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 300px;
  padding: 10px;
  border-radius: 6px;
  background-color: #222C36;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.load_more.load_more_disabled{
  pointer-events: none;
  cursor:not-allowed;
  opacity:0.7;
}
.product_list_controls .load_more svg {
  transition-duration: .3s;
}
.product_list_controls .load_more:hover {
  background-color: #FDE403;
  color:#222C36;
}
.product_list_controls .load_more:hover svg {
  transform: rotate(-90deg);
}
.product_list_controls .load_more:hover svg path{
  stroke:#222C36;
}
.product_list_controls .pagination {
  display: flex;
  align-items: center;
  gap: 3px;
}
.product_list_controls .pagination li > * {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
}
.product_list_controls .pagination a:hover,
.product_list_controls .pagination .active span {
  color: #fff;
  background-color: #222C36;
}
.product_list_controls .pagination a:hover svg path {
  stroke: #fff;
}
.product_list_controls .pagination span {
  cursor: default;
}
.catalog_section .catalog_list_wrapper{
  width:calc(100% - 338px);
}
.catalog_section .catalog_filter {
  align-self: flex-start;
  width: 328px;
  margin-right: 10px;
  padding: 20px 0;
  background-color: #fff;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
}
.catalog_section .catalog_filter form{
  align-self: flex-start;
  width: 100%;
  display:flex;
  flex-direction:column;
  flex-shrink: 0;
}
.catalog_section .catalog_filter .filter_header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.catalog_section .catalog_filter .filter_item {
  padding: 20px;
  border-bottom: 1px solid #EFEFEF;
}
.catalog_section .catalog_filter .filter_item:last-child {
  border-bottom: none;
}
.catalog_section .catalog_filter .filter_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 19px;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  transition-duration: .3s;
  cursor: pointer;
}
.catalog_section .catalog_filter .filter_item_head:hover svg path {
  stroke: #FDE403;
}
.catalog_section .catalog_filter .filter_item_body {
  padding-top: 20px;
}
.catalog_section .filter_item_head span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.catalog_section .catalog_filter .filter_item_head svg {
  flex-shrink: 0;
  transition-duration: .3s;
}
.catalog_section .filter_item_head.collapsed svg {
  transform: scaleY(-1);
}
.catalog_section .catalog_filter .price_input_wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}
.catalog_section .price_input_wrapper input {
  width: calc(50% - 4px);
  padding: 15px 10px;
  font-size: 15px;
  color: #222c36;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
}
#filter_price_range {
  height: 4px;
  border-radius: 2px;
  border-color: #D0D0D5;
}
.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: #fff;
  width: 19px;
  height: 19px;
  border: 2px solid #D0D0D5;
  top: -8.5px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #FDE403;
  height: 4px;
  top: -1px;
}
.filter_price_range .range_slider_left {
  transform: translateX(8px);
}
.filter_price_range .range_slider_right {
  transform: translateX(-8px);
}
.catalog_section .filter_item ul {
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3px 0;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-track-piece {
  background-color: #D0D0D5;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-track {
  background-color: #D0D0D5;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-thumb {
  background-color: #222C36;
  border-radius: 3px;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar-corner {
  background-color: #222C36;
}
.catalog_section .filter_item_body ul::-webkit-scrollbar {
  width: 5px;
}
.catalog_section .filter_item ul li {
  margin-bottom: 0px;
  position: relative;
}
.catalog_section .filter_checkboxes li:last-child {
  margin-bottom: 0;
}
.catalog_section .filter_checkboxes li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.catalog_section .filter_checkboxes li label {
  padding-left: 30px;
  cursor: pointer;
  transition-duration: .3s;
  font-size: 14px;
  font-weight: 400;
  color: #222C36;
  display: flex;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right:5px;
}
.catalog_section .filter_checkboxes li.disabled_filter label{
  cursor: not-allowed;
  opacity: 0.5;
}
.catalog_section .filter_checkboxes li label span{
  background: #f8f8f8;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px 8px;
  font-size: 15px;
  color: #8B8B8B;
  background-color: #F8F8F8;
  border: none;
  border-radius: 6px;
}
.brands_link{
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  border: 1px solid #222C36;
  border-radius: 6px;
  background-color: #222C36;
  color: #fff;
  justify-content: center;
  width: 200px;
  margin: 20px auto;
}
.brands_link:hover{
  border: 1px solid #FDE403;
  background-color: #FDE403;
  color: #fff;
}
.featured_brands_main li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
}
.featured_brands_main li a img{
  width:100%;
}
.featured_brands_main .slick_arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
    min-width: 42px;
}
.featured_brands_main .slick_arrow:hover {
  border-color: #FDE403;
}
.featured_brands_main .slick_arrow:hover svg path{
  stroke: #FDE403;
}
.catalog_section .filter_checkboxes li input:checked + label,
.catalog_section .filter_checkboxes label:hover {
  color: #FDE403;
}
.catalog_section .filter_checkboxes li label:before {
  width: 18px;
  height: 18px;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-55%);
  position: absolute;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  content: "";
  transition: .3s;
}
.catalog_section .filter_checkboxes li input:checked + label:before {
  border-color: #222C36;
}
.catalog_section .filter_checkboxes label:hover:before {
  border-color: #FDE403;
}
.catalog_section .filter_checkboxes li input:checked + label:after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 4.5px;
  top: calc(50% - 5px);
  background: url(../img/checkbox_tick_n.svg) center no-repeat;
  background-size: contain;
}
#mobile_filter_close {
  display: none;
}
.product_card_wrapper {
  padding: 15px 0px;
}
.product_card_wrapper .product_top_wrap {
  display: flex;
  gap: 60px;
  margin-bottom: 0px;
}
.product_card_wrapper .product_gallery {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 515px;
  height: min-content;
  overflow: hidden;
}
.product_main_slider {
  width: 435px;
  height: 435px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.product_main_slider li {
  width: 100%;
  height: 435px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  border-radius:6px;
  border:1px solid #efefef;
  overflow:hidden;
}
.product_main_slider li img,
.product_nav_slider li img {
  max-width: 100%;
  max-height: 100%;
}
.product_nav_slider {
  max-width: 70px;
  display: flex;
  margin: -10px 0;
  margin-right: 10px;
  padding: 3px 0;
}
.product_gallery .product_nav_slider li {
  height: 70px !important;
  width: 70px !important;
  margin: 10px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
  overflow: hidden;
  transition-duration: .3s;
}
.product_nav_slider li.slick-current,
.product_gallery .product_nav_slider li:hover {
  border: 1px solid #FDE403;
}
.product_gallery .product_like {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #F4F4F6;
}
.product_gallery .product_status {
  position: absolute;
  top: 22px;
  left: 92px;
  padding: 4px 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product_card_wrapper .product_info_wrap {
  width: 100%;
}
.product_card_wrapper .product_info_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #838383;
}
.product_card_wrapper .product_info_top .article{
  font-weight:300;
}
.product_name_holder .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight:600;
}
.product_card_wrapper .product_info {
  
  font-size: 16px;
  line-height: 22px;
  color: #252525;
  display: block;
  margin-bottom: 40px;
}
.product_card_wrapper .quantity_wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  font-size: 16px;
  color: #838383;
}
.product_card_wrapper .quantity_wrapper > div {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #222c36;
}
.product_card_wrapper .counter_wrap {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}
.product_card_wrapper .counter_wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #F4F4F6;
}
.product_card_wrapper .counter_wrap button:hover{
  opacity:0.8;
}
.product_card_wrapper .counter_wrap input {
  width: 50px;
  border: none;
  text-align: center;
  
  font-size: 16px;
  color: #404040;
}
.product_wrap .stock{
  gap: 15px;
  
  font-size: 14px;
  color: #838383;
}
.product_wrap .stock span{
  font-weight: 500;
  color: #404040;
  padding: 4px 5px;
  border-radius: 6px;
  line-height: 20px;
  background-color: #F8F8F8;
}
.product_card_wrapper .stock span {
  font-weight: 500;
  color: #404040;
  padding: 8px 10px;
  border-radius: 6px;
  line-height: 20px;
  background-color: #F8F8F8;
} 
.product_card_wrapper .buttons_wrap {
  display: flex;
  gap: 15px;
}
.product_card_wrapper .product_cart_link {
  width: 162px;
  flex: unset;
}
.product_card_wrapper .compare {
  width: 176px;
  
  font-size: 16px;
  color: #404040;
}
.product_card_wrapper .product_mid_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.product_card_wrapper .product_mid_wrap .columns_wrapper {
  display: flex;
  gap: 40px;
  width:100%;
}
.product_card_wrapper .product_info_column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
}
.product_card_wrapper .product_info_column .column_header {

  font-size: 22px;
  font-weight: 600;
  color: #404040;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 30px;
}
.product_card_wrapper .description {
  transition-duration: .3s;
}
.product_card_wrapper .description p {
  
  font-size: 16px;
  line-height: 22px;
  color: #252525;
  margin-bottom: 15px;
}
.product_card_wrapper .description p.subtitle {
  font-weight: 600;
  margin-bottom: 25px;
}
.product_card_wrapper .description b {
  font-weight: 600;
}
.product_card_wrapper .properties li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
  
  font-size: 16px;
  line-height: 22px;
  color: #404040;
  justify-content: space-between;
}
.product_card_wrapper .properties li:nth-child(odd) {
  background-color: #F8F8F8;
}
.product_card_wrapper .properties li:nth-child(n + 11) {
  display: none;
}
.product_card_wrapper .properties .name {
  text-wrap: wrap;
  text-align: left;
}
.product_card_wrapper .properties .value {
  text-wrap: wrap;
  text-align: right;
}
.product_card_wrapper .properties .name img {
  display: inline-block;
  margin-bottom: -7px;
  margin-left: 6px;
}
.product_card_wrapper .product_mid_wrap .expand,
.product_card_wrapper .product_bottom_wrap .expand {
  padding: 10px 40px;
  color: #FFF;
  
  font-size: 16px;
  background-color: #222C36;
  border-radius: 6px;
}
.product_card_wrapper .product_info_column .expand {
  margin-top: 20px;
  max-width: 310px;
  align-self: center;
}
.product_card_wrapper .product_mid_wrap .expand:hover,
.product_card_wrapper .product_bottom_wrap .expand:hover {
  color: #FDE403;
}
.product_card_wrapper .product_bottom_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  gap: 30px;
}
.product_card_wrapper .product_bottom_wrap .review_section_header {
  display: flex;
  align-items: center;
  color: #404040;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
}
.review_star_list {
  width: auto;
  display: flex;
  align-items: center;
}
.review_star_list svg {
  display: block;
}
.product_card_wrapper .product_bottom_wrap .review_star_list {
  margin-left: 30px;
  margin-right: 10px;
}
.review_star_list li.review_star_list_active path{
  filL:#FFD100;
}
#submit_review{
  display: block;
  padding: 9px 39px;
  height: 40px;
  line-height: 22px;
  border-radius: 6px;
  background: #222C36;
  color: #FFF;
  
  font-size: 16px;
  float:left;
}
#submit_review:hover{
  background-color: #FDE403;
  color: #222C36;
}
.mark_wrapper{
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  width:100%;
  align-items: center;
  gap: 10px;
}
#add_review_link{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.review_star_list li{
  cursor:pointer;
}
.review_star_list li.review_star--active_btn path,
.review_star_list li.review_star_list_dinamic--active path{
  filL:#FFD100;
}
.product_card_wrapper .review_count {
  font-size: 16px;
}
.input_wrapper span,
.main_form_item label,
.main_form_item span{
  font-size: 14px;
  margin-bottom: 6px;
}
.input_wrapper input,
.input_wrapper textarea,
.main_form_item input,
.input_wrap textarea,
.input_wrap input{
  width:100%;
  line-height: 40px;
  height: 40px;
  outline: none;
  background: #fff;
  box-shadow: none;
  font-weight: normal;
  
  font-size: 16px;
  color: #404040;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
}
.input_wrap textarea:focus,
.input_wrap input:focus{
  border: 1px solid #FDE403;
}
.input_wrapper textarea,
.input_wrap textarea{
  min-height:100px;
}
.input_wrapper{
  width: 100%;
  float: none;
  max-width: 100%;
  margin: 10px auto 10px auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.contacts_page .socials{
  gap: 10px;
}
.contacts_page .socials li svg{
  width: 25px;
  height: 25px;
}
.stock_available{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}
.slick-list{
  min-width:100%;
}
.a_main{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 10px;
  flex-wrap:wrap;
}
.a_main li{
  width:calc(100% / 5 - 10px);
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items: center;
  justify-content: center;
}
.a_main li img{
  margin-bottom:20px;
}
.a_main li .a_title{
  font-size: 20px;
  font-weight: 500;
  color: #222C36;
  text-align:center;
  line-height: 125%;
}
.a_main li .a_intro{
  font-size: 14px;
  font-weight: 300;
  color: #808080;
  line-height: 125%;
  text-align: center;
}
.front_slider .slick-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:center;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  gap:10px;
}
.front_slider .slick-dots li{
  width: 80px;
  height: 4px;
  border-radius:10px;
  background:#fff;
  opacity:0.6;
}
.front_slider .slick-dots li.slick-active{
  opacity:1;
}
.front_slider .slick-dots li button{
  display:none;
}
.product_tabs_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-top: 15px;
}
.product_tabs_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.product_tabs_nav a{
  border-bottom: 2px solid #efefef;
  padding: 15px 15px;
  font-size: 16px;
  color: #646B72;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:calc(100% / 3);
}
.product_tabs_nav a.active{
  border-bottom: 2px solid #222C36;
  color:#222C36;
}
.product_tabs_nav a:hover{
  color:#222C36;
}
.product_tabs{
  display:flex;
  flex-direction:column;
  width:100%;
}
.product_tabs .product_tab{
  display:none;
}
.product_tabs .product_tab.active{
  display:flex;
  flex-direction:column;
  width:100%;
}
.product_card_reviews{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product_card_reviews .product_bottom_wrap{  
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.review_section_header{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 22px;
  font-weight: 500;
  color: #222C36;
  line-height: 120%;
}
.review_section_header .review_count{
  font-size:16px;
  color: #808080;
}
.review_blocks{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
#review_tab{
  display: flex;
  flex-direction: column;
  max-width: 460px;
  width: 100%;
}
.review_list{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  max-width: calc(100% - 500px);
}
.review_list .review_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.review_list .review_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #404040;
  
  font-size: 18px;
  font-weight: 500;
}
.review_list .review_wrapper .review_text {
  color: #404040;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.review_list .review_star_list{
  margin-right: auto;
}
.review_list .review_wrapper .date {
  color: #808080;
  font-size: 14px;
  font-weight: 300;
}
.search_filter_val{
  padding: 5px 10px;
  font-size: 15px;
  color: #222c36;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  width: 100%;
  margin-bottom: 10px;
}
.video_list{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.video_list iframe{
  width:100%!important;
  height:auto!important;
  min-height: 400px;
}
@media screen and (max-width: 1250px) {
  .front_slider .slide_product:before {
    left: 100px;
  }
  .catalog_controls {
    margin-left: 0;
  }
}


@media screen and (max-width: 1200px) {
  .brands_slider li{
    display: flex;
    flex-direction: column;
    width: calc(100% / 5 - 10px);
  }
  .header_catalog_wrapper .category_nav > li {
    width:calc(100% / 2);
  }
  .header_top_wrapper ul:not(.chosen-results) {
    gap: 15px;
  }
  .header_bottom_wrapper {
    gap: 30px;
  }
  .header_bottom_wrapper .email_wrapper,
  .header_bottom_wrapper .phone_wrapper {
    font-size: 18px;
  }
  .front_slider .slide_description .slide_title {
    font-size: 38px;
  }
  .front_slider .slide_product:before {
    left: 55px;
  }
  .featured_brands .brands_link {
    padding: 16px 35px;
  }
  .footer_top .footer_column > ul {
    row-gap: 45px;
  }
  .product_list li {
    width: calc(100% / 3 - 5px);
  }
  .product_list li:nth-child(4n + 1) .product_wrap {
    border-left: none;
  }
  .product_list li:nth-child(-n + 4) .product_wrap {
    border-top: none;
  }
  .product_list li:nth-child(3n + 1) .product_wrap {
    border-left: 1px solid #EFEFEF;
  }
  .product_list li:nth-child(-n + 3) .product_wrap {
    border-top: 1px solid #EFEFEF;
  }
  .product_card_wrapper .product_gallery {
    max-width: 415px;
  }
  .product_card_wrapper .product_top_wrap {
    gap: 40px;
  }
  .product_main_slider {
    width: 335px;
    height: 335px;
  }
  .product_main_slider li {
    height: 335px;
  }
}

@media screen and (max-width: 1100px) {
  .header_top_wrapper ul:not(.chosen-results) {
    gap: 10px;
  }
  .header_top_wrapper ul.socials {
    display: none;
  }
  .header_bottom_wrapper,
  .header_bottom_wrapper > div:not(.header_catalog) {
    gap: 20px;
  }
  .h_search_form input {
    padding-right: 40px;
  }
  .header_bottom_wrapper .email_wrapper,
  .header_bottom_wrapper .phone_wrapper {
    font-size: 16px;
  }
  .header_bottom_wrapper .email_wrapper a,
  .header_bottom_wrapper .phone_wrapper a {
    gap: 5px;
  }
  .header_bottom_wrapper .email_wrapper a svg,
  .header_bottom_wrapper .phone_wrapper a svg {
    height: 16px;
    width: 16px;
  }
  .front_slider .slide_description .slide_title {
    font-size: 36px;
  }
  .front_slider .slide_product {
    margin-left: 30px;
  }
  .featured_brands .brands_link {
    padding: 16px 25px;
  }
  .footer_top .footer_column > ul {
    row-gap: 20px;
  }
  .footer_top .footer_column .column_header {
    font-size: 14px;
  }
  footer a,
  .footer_top .contacts a,
  .footer_mid {
    font-size: 12px;
  }
  .footer_mid span:last-child {
    width: 199px;
  }
  .footer_top .contacts .complex_link {
    gap: 5px;
  }
  .footer_top .contacts > li > a:not(.complex_link) {
    margin-left: 25px;
  }
  .footer_top .footer_column > ul:not(.payment_options) {
    row-gap: 30px;
  }
  .subcategories li {
    width: calc(33.3% - 7px);
  }
  .product_list_controls .load_more {
    width: 250px;
  }
  .catalog_section .catalog_filter {
    width: 288px;
  }
  .product_card_wrapper .product_top_wrap {
    gap: 20px;
  }
  .product_card_wrapper .product_info_top,
  .product_card_wrapper .availability {
    font-size: 14px;
  }
  .product_card_wrapper .properties .name {
    width: 305px;
  }
}

@media screen and (max-width: 992px) {
  .review_blocks{
    flex-direction:column;
  }
  #review_tab,
  .review_list{
    max-width:100%;
  }
  .front_slider .slick-dots{
    bottom:10px;
  }
  .front_slider .slick-dots li{
    width: 30px;
    height: 3px;
  }
  .brands_slider li{
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - 10px);
  }
  .content_table table{
    min-width: 100%;
  }
  .content_table{
    width: 100%;
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .catalog_section .catalog_list_wrapper{
    width:100%;
  }
  .container {
    padding: 0 15px;
  }
  .mobile_only {
    display: initial;
  }
  .header_top nav{
    display:none!important;
  }
  .header_top_wrapper .header_menu li:first-child{
    display:none!important;
  }
  .header_top_wrapper .header_menu a svg {
    width: 25px;
    height: 25px;
  }
  .header_top_wrapper .header_menu a svg path{
    fill:#fff;
    stroke: #fff;
  }
  .header_top_wrapper .header_menu a {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    position: relative;
    min-width: 40px;
    min-height: 40px;
  }
  .header_bottom_wrapper .email_wrapper,
  .header_bottom_wrapper .phone_wrapper {
    display: none;
  }
  .header_bottom_wrapper .h_search_form,
  .header_bottom_wrapper .catalog_link {
    display: none;
  }
  .mobile_header_bottom_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  header .catalog_link {
    flex-shrink: 0;
  }
  .header_bottom {
    padding-bottom: 15px;
  }
  .header_bottom_wrapper {
    gap: 0;
  }
  .front_slider .slick-next_arrow {
    right: 5px;
  }
  .front_slider .slick-prev_arrow {
    left: 5px;
  }
  #mobile_menu_open {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-right: 12px;
  }
  #mobile_menu_open:hover svg path,
  #mobile_menu_close:hover svg path,
  #mobile_catalog_close:hover svg path,
  #mobile_filter_close:hover svg path {
    stroke: #FDE403;
  }
  .page_section {
    margin-bottom: 35px;
  }
  .section_title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .page_section.highlighted .section_title {
    margin-bottom: 20px;
  }
  .featured_brands {
    flex-wrap: wrap;
  }
  .featured_brands.featured_brands_main{
    flex-wrap:nowrap;
  }
  .featured_brands li {
    width: calc(33.3% - 20px);
    text-align: center;
  }
  .featured_brands li:last-child {
    width: 100%;
  }
  .featured_brands .brands_link {
    padding: 16px 49px;
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
  .product_wrap .availability,
  .product_wrap .product_link,
  .product_wrap .old_price,
  .product_wrap .product_description,
  .text_section_wrap,
  .product_image_wrap .product_status {
    font-size: 11px;
  }
  .product_wrap .price,
  .text_section_wrap .subtitle {
    font-size: 16px;
  }
  .product_like {
    width: 36px;
    height: 36px;
  }
  .product_image_wrap .product_like {
    right: -7px;
  }
  .product_like svg {
    width: 20px;
    height: 20px;
  }
  .footer_top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .footer_top .footer_column {
    align-items: center;
  }
  .footer_top .footer_column:first-child {
    width: 100%;
    gap: 20px;
  }
  .footer_top .footer_column:nth-child(3) {
    order: 1;
    width: 100%;
    align-items: center;
  }
  .footer_top .footer_column > ul {
    align-items: center;
  }
  .catalog_section .catalog_filter {
    display: none;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: auto;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0;
    height:100%;
    overflow-y: auto;
  }
  .catalog_section .catalog_filter .filter_header {
    justify-content: space-between;
    padding: 20px 24px;
    background-color: #222C36;
    color: #fff;
  }
  .catalog_section .catalog_filter .filter_header span svg {
    display: none;
  }
  #mobile_menu_close,
  #mobile_catalog_close,
  #mobile_filter_close {
    display: block;
  }
  #mobile_filter_open {
    display: flex;
  }
  .catalog_controls {
    flex-wrap: wrap;
    gap: 10px;
  }
  .catalog_controls form{
    flex-wrap: wrap;
    gap: 10px;
    width:100%;
  }
  .product_card_wrapper .product_top_wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .product_card_wrapper .product_gallery {
    flex-direction: column-reverse;
    align-items: center;
  }
  .product_main_slider {
    margin-bottom: 10px;
    width: 435px;
    height: 435px;
  }
  .product_main_slider li {
    height: 435px;
  }
  .product_nav_slider {
    max-width: 310px;
    width:100%;
    align-self: center;
    padding: 0;
    margin: 0;
  }
  .product_gallery .product_status {
    left: 12px;
  }
  .product_nav_slider .slick-track {
    display: flex;
    gap: 10px;
  }
  .product_card_wrapper .product_info,
  .product_card_wrapper .old_price,
  .product_card_wrapper .quantity_wrapper,
  .product_card_wrapper .properties li,
  .review_list .review_wrapper .review_text {
    font-size: 14px;
  }
  .product_card_wrapper .product_info {
    margin-bottom: 30px;
  }
  .product_card_wrapper .price {
    font-size: 20px;
  }
  .product_card_wrapper .stock span {
    font-size: 14px;
  }
  .review_list .review_header{
    font-size:14px;
    gap:10px;
  }
  .product_card_wrapper .product_mid_wrap .columns_wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .product_card_wrapper .product_info_column {
    width: 100%;
  }
  .product_card_wrapper .product_info_column .column_header,
  .product_card_wrapper .product_bottom_wrap .review_section_header {
    font-size: 18px;
  }
  .product_card_wrapper .properties li {
    padding: 8px;
  }
  .product_card_wrapper .properties .name {
    width: 66%;
  }
  .product_card_wrapper .product_bottom_wrap {
    margin-top: 70px;
  }
  .product_card_wrapper .review_count {
    font-size: 12px;
  }
  .product_card_wrapper .review_list {
    flex-direction: column;
    gap: 16px;
  }
  .header_catalog_wrapper .category_nav > li {
    width: auto;
  }
}


@media screen and (max-width: 768px) {
  .a_main li{
    width:calc(100% / 2 - 5px);
  }
  .header_top_wrapper ul:not(.chosen-results){
    gap:0px;
  }
  .product_wrap{
    padding:6px;
  }
  .brands_slider li{
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 10px);
  }
  .stock_available{

    align-items: flex-start;
    flex-direction: column;
  }
  .product_wrap .stock{
    font-size:12px;
  }
  .section_title {
    font-size: 20px;
  }
  .footer_mid {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .footer_mid span:last-child {
    width: auto;
  }
  .mobile_menu_header {
    flex-wrap: wrap;
  }
  #mobile_menu .login_link {
    width: 100%;
    justify-content: center;
    padding: 0px;
    color: #222c36;
    height: 40px;
    max-width: calc(100% - 20px);
    margin: 5px auto;
  }
  .product_card_wrapper .product_bottom_wrap .review_star_list {
    margin-left: 15px;
  }
}

@media screen and (max-width: 650px) {
  .front_slider .slick_arrow{
    width:34px;
    height:34px;
  }
  .front_slider .slick-dots li{
    width: 20px;
    height: 3px;
  }
  .catalog_controls {
    flex-direction: column-reverse;
  }
  .catalog_controls form{
    flex-direction: column-reverse;
  }
  .catalog_options {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .catalog_controls .product_count_wrap {
    width: 100%;
    justify-content: space-between;
  }
  #mobile_filter_open {
    width: 100%;
    margin-top: 10px;
  }
  .product_list li {
    width: calc(50% - 5px);
  }
  .product_list li:nth-child(3n + 1) .product_wrap {
    border-left: none;
  }
  .product_list li:nth-child(-n + 3) .product_wrap {
    border-top: none;
  }
  .product_list li:nth-child(2n + 1) .product_wrap {
    border-left: 1px solid #EFEFEF;
  }
  .product_list li:nth-child(-n + 2) .product_wrap {
    border-top: 1px solid #EFEFEF;
  }
  .product_list_controls {
    flex-direction: column;
    gap: 20px;
  }
  .product_list_controls .load_more {
    width: 100%;
  }
  .product_card_wrapper .product_bottom_wrap .review_section_header {
    flex-wrap: wrap;
  }
  .product_card_wrapper .add_review {
    min-width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .product_card_wrapper .product_bottom_wrap .review_star_list {
    margin-left: auto;
  }
}

@media screen and (max-width: 500px) {
  .product_tabs_nav a{
    padding: 12px 5px;
    font-size: 13px;
  }
  .brands_slider li{
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 10px);
  }
  .mobile_header_bottom_wrapper {
    flex-direction: column;
  }
  .h_search_form {
    max-width: unset;
  }
  header .catalog_link {
    justify-content: center;
  }
  .header_bottom_wrapper .logo img {
    max-width: 130px;
  }
  .section_title {
    font-size: 18px;
  }
  .featured_brands li {
    width: calc(50% - 15px);
  }
  .featured_brands .brands_link {
    display: block;
    width: 100%;
    padding: 13px;
  }
  .product_image_wrap img {
    max-height: 120px;
    max-width: 120px;
  }
  footer {
    padding: 20px 0;
  }
  .footer_top {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
  }
  .footer_top .footer_column:nth-child(3) {
    order: unset;
  }
  .footer_top .footer_column > ul:not(.payment_options) {
    flex-wrap: nowrap;
    max-height: unset;
  }
  .footer_column .column_header {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .footer_column .collapse {
    cursor: pointer;
  }
  .footer_column .collapse svg {
    display: initial;
  }
  .column_header:not(.collapsed) svg {
    transform: scaleY(-1);
  }
  .footer_top .footer_column .column_header.collapsed {
    margin-bottom: 0;
  }
  .footer_mid {
    margin-top: 30px;
  }
  .subcategories li {
    width: calc(50% - 5px);
  }
  .product_card_wrapper .quantity_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .product_card_wrapper .compare {
    font-size: 0;
    gap: 0;
    width: 44px;
  }
  .product_card_wrapper .product_gallery {
    max-width: 310px;
  }
  .product_main_slider {
    width: 310px;
    height: 310px;
  }
  .product_main_slider li {
    height: 310px;
  }
  .product_card_wrapper .product_info_top {
    flex-wrap: wrap;
  }
  .product_card_wrapper .product_info_top .article {
    margin-right: 50px;
  }
}

@media screen and (max-width: 374px) {
  .header_bottom_wrapper .logo img {
    max-width: 100px;
  }
  #mobile_menu_open {
    padding: 6px;
    margin-right: 6px;
  }
  .header_menu a {
    padding: 8px;
  }
  #header_cart_link .counter {
    font-size: 10px;
    right:0px;
    top:0px;
    padding: 2px 5px;
  }
  .section_title {
    line-height: 32px;
  }
  .product_list_controls .pagination li > * {
    width: 44px;
    height: 44px;
  }
  .product_wrap .product_cart_link {
    font-size: 0;
    gap: 0;
  }
  .front_article_list_slider .slick_arrow,
  .product_slider .slick_arrow {
    width: 32px;
    height: 32px;
    top: -64px;
  }
  .front_article_list_slider .slick-prev_arrow,
  .product_slider .slick-prev_arrow {
    right: 37px;
  }
  .product_image_wrap .product_status {
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .catalog_controls .product_count_wrap {
    gap: 10px;
  }
  #sorting_chosen_chosen {
    width: 155px !important;
  }
  .product_card_wrapper .product_gallery {
    max-width: 255px;
  }
  .product_main_slider {
    width: 255px;
    height: 255px;
  }
  .product_main_slider li {
    height: 255px;
  }
  .product_nav_slider {
    max-width: 255px;
  }
  .product_gallery .product_nav_slider li {
    height: 56px !important;
    width: 56px !important;
  }
}