body {
  margin: 0;
  padding: 70px 0 0 0;
  background-color: #fff;
}

div, a, p, span, section, button, label, nav, select, input {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4rem;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}

a, button {
  cursor: pointer;
  text-decoration: none;
}

button, input, label, a, li, span {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transition: 300ms ease;
}

button, input, label {
  user-select: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.4rem;
}

input {
  outline: none;
}

a {
  color: #f28b30;
}

a:hover {
  color: #f28b30;
}

::placeholder {
  color: #959595;
  font-family: "Montserrat", sans-serif;
}

.lazy_load_img {
  opacity: 0;
  transition: 300ms ease;
}

.container {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}

.site-main {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media(max-width: 990px) {
  .site-main {
    padding: 0;
  }
}

nav.woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  max-width: 2000px;
  margin: 0 auto;
  padding: 1rem 1rem 0 1rem;
  font-size: .8rem;
  line-height: 1rem;
  color: #959595;
  text-transform: uppercase;
}

@media(max-width: 990px) {
  nav.woocommerce-breadcrumb {
    display: none;
  }
}

nav.woocommerce-breadcrumb a {
  color: #959595;
  font-size: .8rem;
  text-transform: uppercase;
}

nav.woocommerce-breadcrumb img {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  opacity: .5;
}















/* header */

.header {
  opacity: 0;
  animation: header-fade-in 500ms ease 250ms forwards;
}

@keyframes header-fade-in {
  to { opacity: 1; }
}

header.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 25px;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-bottom: solid 1px #000;
  font-family: "Raleway", sans-serif;
  z-index: 15;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media(max-width: 990px) {
  header.header {
    z-index: 10;
  }
}

@media(max-width: 990px) {
  header.header .container {
    height: 100%;
  }
}

header.header .container nav.header__nav {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 12px;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav {
    position: relative;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
}

header.header .container nav.header__nav button.header__btn_menu {
  display: none;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav button.header__btn_menu {
    position: absolute;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 50px;
    height: 45px;
    background: none;
    border: none;
    margin: 0;
    padding: 12px;
    cursor: pointer;
  }
  header.header .container nav.header__nav button.header__btn_menu span {
    width: 25px;
    margin: 3px 0;
    height: 0;
    background-color: #000;
    border-bottom: solid 1px #000;
    transition: 300ms ease;
  }
  header.header .container nav.header__nav button.header__btn_menu.active span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  header.header .container nav.header__nav button.header__btn_menu.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  header.header .container nav.header__nav button.header__btn_menu.active span:nth-child(2) {
    display: none;
  }
  header.header .container nav.header__nav button.header__btn_menu.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
}

header.header .container nav.header__nav .header__search_btn_v2 {
  display: none;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav .header__search_btn_v2 {
    position: absolute;
    left: 46px;
    height: 45px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.header .container nav.header__nav .header__search_btn_v2 img {
    width: 25px;
    height: auto;
  }
  header.header .container nav.header__nav .header__search_btn_v2 .header__search_btn_v2_icon_1 {
    display: block;
  }
  header.header .container nav.header__nav .header__search_btn_v2 .header__search_btn_v2_icon_2 {
    display: none;
  }
  header.header .container nav.header__nav .header__search_btn_v2.active .header__search_btn_v2_icon_1 {
    display: none;
  }
  header.header .container nav.header__nav .header__search_btn_v2.active .header__search_btn_v2_icon_2 {
    display: block;
  }
}

header.header .container nav.header__nav .header__logo {
  width: auto;
  height: 45px;
}

header.header .container nav.header__nav .header__logo img {
  width: auto;
  height: 45px;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav .header__logo {
    transition: 300ms ease;
    padding: 0;
  }
  header.header .container nav.header__nav .header__logo:hover {
    opacity: .6;
  }
}

header.header .container nav.header__nav ul.header__links {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav ul.header__links {
    width: auto;
    padding: 0 !important;
    position: unset;
  }
}

header.header .container nav.header__nav ul.header__links li {
  list-style-type: none;
  height: 100%;
  position: relative;
}

header.header .container nav.header__nav ul.header__links li a {
  font-family: "Raleway", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  color: #000;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
}

@media(max-width: 1025px) {
  header.header .container nav.header__nav ul.header__links li a {
    font-size: .8rem;
    line-height: .8rem;
  }
}

header.header .container nav.header__nav ul.header__links li .header__sale_link {
  color: #f28b30;
}

header.header .container nav.header__nav ul.header__links li .header__cat_list_sub_ul.active {
  display: block;
}

header.header .container nav.header__nav ul.header__links li .header__cat_list_sub_ul {
  display: none;
  position: absolute;
  top: 40px;
  margin: 0;
  padding: 1.5rem;
  min-width: 300px;
  background-color: #fff;
  border: solid 1px #000;
  z-index: -1;
}

header.header .container nav.header__nav ul.header__links li .header__cat_list_sub_ul li {
  margin: 0 0 10px 0;
}

header.header .container nav.header__nav ul.header__links li .header__cat_list_sub_ul li ul.header__cat_list_sub_ul {
  display: block;
  position: static;
  margin: 0;
  padding: 5px 0 0 10px;
  border: none;
}

header.header .container nav.header__nav ul.header__links li.header__link_item.mark_arrow a {
  margin: 0 7px 0 0;
}

header.header .container nav.header__nav ul.header__links li.header__link_item.mark_arrow::after {
  content: "";
  background: url("../img/small_arrow.svg") no-repeat center center/cover;
  width: 10px;
  height: 6px;
  margin: 0;
  position: absolute;
  top: 45%;
  right: 0;
  transform: rotate(-90deg);
  transition: 300ms ease;
}

header.header .container nav.header__nav ul.header__links li.header__link_item.mark_arrow.active::after {
  transform: rotate(0);
}

header.header .container nav.header__nav ul.header__links li.header__link_item_preorder {
  display: flex;
  align-items: center;
}

header.header .container nav.header__nav ul.header__links li.header__link_item_preorder div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9c89d;
  padding: 0 10px;
  height: 30px;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 3px;
}

header.header .container nav.header__nav ul.header__links li.header__link_item_preorder div img {
  width: 18px;
  height: auto;
  padding: 0 5px 1px 0;
}

header.header .container nav.header__nav ul.header__links li.header__link_item_preorder div a {
  margin: 2px 0 0 0;
  padding: 0;
  white-space: pre;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav ul.header__links .header__links_left {
    position: unset;
    width: 100%;
  }
}

@media(max-width: 990px) {
  header.header .container nav.header__nav ul.header__links .header__links_left .header__link_item {
    display: none !important;
  }
}

@media(max-width: 990px) {
  header.header .container nav.header__nav ul.header__links .header__links_left .search_form_v2 {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 10;
  }
  header.header .container nav.header__nav ul.header__links .header__links_left .search_form_v2 input#product_search {
    height: 50px;
    margin: 0;
    padding: 0 15px;
    width: 85%;
    font-size: 1rem;
    border-radius: 0;
  }
  header.header .container nav.header__nav ul.header__links .header__links_left .search_form_v2 button {
    width: 15%;
    height: 50px;
    margin: 0;
  }
  header.header .container nav.header__nav ul.header__links .header__links_left .search_form_v2 button img {
    width: 25px;
  }
  header.header .container nav.header__nav ul.header__links .header__links_left .search_form_v2 ul.search-suggestions {
    top: 50px;
    left: 0;
    width: 100%;
  }
  header.header .container nav.header__nav ul.header__links .header__links_left .search_form_v2 ul.search-suggestions li a {
    color: #000;
  }
  header.header .container nav.header__nav ul.header__links .header__links_left .search_form_v2 ul.search-suggestions li button {
    width: 90%;
    height: 40px;
    margin: 0;
  }
  header.header .container nav.header__nav ul.header__links .header__links_left .search_form_v2.active {
    display: flex;
  }
}

@media(max-width: 990px) {
  header.header .container nav.header__nav ul.header__links .header__links_right {
    display: none;
  }
}

@media(min-width: 991px) {
  header.header .container nav.header__nav ul.header__links {
    justify-content: space-around;
  }
}

header.header .container nav.header__nav .header__icons,
header.header .container nav.header__nav ul.header__icons {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 5px 0 0 10px;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav .header__icons,
  header.header .container nav.header__nav ul.header__icons {
    position: absolute;
    right: 0;
    min-width: auto;
    padding: 5px 10px 0 0;
  }
}

header.header .container nav.header__nav .header__icons li,
header.header .container nav.header__nav ul.header__icons li {
  cursor: pointer;
  list-style-type: none;
  width: auto;
  margin: 0 5px 0 0;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav .header__icons li,
  header.header .container nav.header__nav ul.header__icons li {
    margin: 0;
  }
}

header.header .container nav.header__nav .header__icons li.header__icons_wishlist,
header.header .container nav.header__nav ul.header__icons li.header__icons_wishlist {
  position: relative;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav .header__icons li.header__icons_wishlist,
  header.header .container nav.header__nav ul.header__icons li.header__icons_wishlist {
    margin: 0 7px 0 0;
  }
}

header.header .container nav.header__nav .header__icons li.header__icons_wishlist span.header__icons_wishlist_count,
header.header .container nav.header__nav .header__icons li.header__icons_wishlist span.wishlist-counter,
header.header .container nav.header__nav ul.header__icons li.header__icons_wishlist span.header__icons_wishlist_count,
header.header .container nav.header__nav ul.header__icons li.header__icons_wishlist span.wishlist-counter {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: #000;
  font-size: .7rem;
  font-weight: 300;
  background-color: #f9c89d;
  border-radius: 15px;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav .header__icons .header__icons_mini_cart,
  header.header .container nav.header__nav ul.header__icons .header__icons_mini_cart {
    margin: 0 10px 0 -13px;
    z-index: -2;
  }
}

header.header .container nav.header__nav .header__icons .header__icons_mini_cart_new a,
header.header .container nav.header__nav ul.header__icons .header__icons_mini_cart_new a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -5px 0 0 -7px;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav .header__icons .header__icons_mini_cart_new a,
  header.header .container nav.header__nav ul.header__icons .header__icons_mini_cart_new a {
    margin: -4px 0 0 0;
  }
}

header.header .container nav.header__nav .header__icons .header__icons_mini_cart_new span,
header.header .container nav.header__nav ul.header__icons .header__icons_mini_cart_new span {
  position: absolute;
  margin: 8px 4px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  color: #000;
  font-size: .7rem;
  font-weight: 300;
  background-color: #f9c89d;
  border-radius: 15px;
  z-index: 1;
}

header.header .container nav.header__nav .header__icons .header__icons_search,
header.header .container nav.header__nav ul.header__icons .header__icons_search {
  display: none;
  width: 28px;
  height: 28px;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav .header__icons .header__icons_search,
  header.header .container nav.header__nav ul.header__icons .header__icons_search {
    display: block;
  }
}

header.header .container nav.header__nav .header__icons .header__icons_search.active a,
header.header .container nav.header__nav ul.header__icons .header__icons_search.active a {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../img/exit_btn.svg") no-repeat center center/cover;
}

header.header .container nav.header__nav .header__icons .header__icons_search.active a img,
header.header .container nav.header__nav ul.header__icons .header__icons_search.active a img {
  display: none;
}

header.header .container nav.header__nav .header__icons .header__icons_account a.nav_user_reg img,
header.header .container nav.header__nav ul.header__icons .header__icons_account a.nav_user_reg img {
  width: 23px;
  height: auto;
}

header.header .container nav.header__nav .header__icons .header__icons_account a.nav_user_reg_logged_in,
header.header .container nav.header__nav ul.header__icons .header__icons_account a.nav_user_reg_logged_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2px;
  max-width: 45px;
}

header.header .container nav.header__nav .header__icons .header__icons_account a.nav_user_reg_logged_in div,
header.header .container nav.header__nav ul.header__icons .header__icons_account a.nav_user_reg_logged_in div {
  width: 100%;
  display: flex;
  justify-content: center;
}

header.header .container nav.header__nav .header__icons .header__icons_account a.nav_user_reg_logged_in div img,
header.header .container nav.header__nav ul.header__icons .header__icons_account a.nav_user_reg_logged_in div img {
  width: 15px;
  height: auto;
}

header.header .container nav.header__nav .header__icons .header__icons_account a.nav_user_reg_logged_in span,
header.header .container nav.header__nav ul.header__icons .header__icons_account a.nav_user_reg_logged_in span {
  margin: 3px 0 0 0;
  font-size: .5rem;
  line-height: .5rem;
  width: 100%;
  color: #000;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  max-width: 45px;
}

@media(max-width: 990px) {
  header.header .container nav.header__nav .header__icons .header__icons_account a.nav_user_reg_logged_in span,
  header.header .container nav.header__nav ul.header__icons .header__icons_account a.nav_user_reg_logged_in span {
    max-width: 60px;
  }
}

@media(min-width: 991px) {
  .header_stn {
    top: 20% !important;
  }
}

.telegram header.header {
  top: auto;
  bottom: 0;
  border-top: solid 1px #666;
}

.telegram .header_top_line {
  display: none;
}

.header__nav .header__links {
  display: flex;
  justify-content: space-between !important;
  position: relative;
}

.header__nav .header__links .header__link_item_catalog {
  display: flex !important;
  align-items: center !important;
}

.header__nav .header__links .header__link_item_catalog .menu_catalog_open_btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #f9c89d !important;
  padding: 0 15px !important;
  height: 30px !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  border-radius: 3px;
}

.header__nav .header__links .header__link_item_catalog .menu_catalog_open_btn div {
  width: 18px !important;
  height: 18px !important;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/icon/menu-cat-icon.svg") no-repeat center center/cover;
  user-select: none !important;
}

.header__nav .header__links .header__link_item_catalog .menu_catalog_open_btn span {
  margin: 2px 0 0 7px;
  padding: 0;
  font-size: 1rem !important;
  line-height: 1rem !important;
  user-select: none !important;
}

@media(max-width: 1200px) {
  .header__nav .header__links .header__link_item_catalog .menu_catalog_open_btn {
    display: none;
  }
}

.header__nav .header__links .header__link_item_catalog .menu_catalog_open_btn.active {
  background-color: #fff !important;
}

.header__nav .header__links .header__link_item_catalog .menu_catalog_open_btn.active div {
  background: url("../img/icon/menu-cat-exit-icon.svg") no-repeat center center/cover;
}

.header__nav .header__links .header__links_right,
.header__nav .header__links .header__links_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header__nav .header__links .header__links_right .header__link_item,
.header__nav .header__links .header__links_left .header__link_item {
  margin: 0;
  padding: 0 5px;
  height: 100% !important;
  display: flex;
  align-items: center;
}

.header__nav .header__links .header__links_left {
  width: 55%;
}

@media(max-width: 1200px) {
  .header__nav .header__links .header__links_left {
    width: 85%;
  }
}

@media(max-width: 1200px) {
  .header__nav .header__links .header__links_right {
    display: none;
  }
}

.header__nav .header__links .header__link_item__smm {
  display: flex;
  padding: 0 0 0 10px !important;
}

.header__nav .header__links .header__link_item__smm a img {
  width: 20px;
  height: auto;
}

.header__nav .header__links .header__link_item__smm a.header__link_item__smm_ {
  margin: 0 !important;
  padding: 0 8px 0 0 !important;
}

.header__nav .header__links .header__link_item__smm a.header__link_item__smm_tel {
  margin: 0 !important;
  padding: 2px 0 0 5px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: .8rem !important;
  line-height: .8rem !important;
}

/* logo en */
.header__link_en_mobile {
  display: flex;
  margin: 0 5px 0 -20px;
}
@media (min-width: 990px) {
  .header__link_en_mobile {
    display: none;
  }
} 








/* woocommerce-ordering */
form.woocommerce-ordering {
  position: absolute;
  right: 20px;
  top: 100px;
}
@media (max-width: 1200px) {
  form.woocommerce-ordering {
    display: none;
  }
}
.woocommerce-ordering .orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;

    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 10px;

    font: inherit;
    font-family: Raleway, sans-serif;
    color: #333;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;

    background-image: url("/wp-content/themes/fitpole-one/assets/img/small_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.woocommerce-ordering .orderby::-ms-expand {
  display: none;
}








body.archive {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

body.archive .woocommerce-breadcrumb {
  width: 100%;
}

body.archive main.site-main {
  display: flex;
  flex-wrap: wrap;
}

@media(max-width: 1200px) {
  body.archive main.site-main {
    padding: 0 !important;
  }
}

body.archive main.site-main h1.page-title {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #000;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  width: 100%;
  margin: 0;
  padding: 5px 1rem 10px 1rem;
  text-transform: uppercase;
}

@media(max-width: 1200px) {
  body.archive main.site-main h1.page-title {
    margin: 0;
    padding: 13px 10px 10px 10px;
    font-size: 1rem;
    line-height: 1rem;
  }
}

body.archive main.site-main .woocommerce-result-count {
  display: none;
}

.woocommerce-loop-product__link .star-rating {
  display: none !important;
}

body.archive main.site-main ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 15px 0 !important;
  width: 77%;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products {
    justify-content: space-between;
    padding: 10px !important;
    width: 100%;
  }
}

body.archive main.site-main ul.products li.product {
  width: 24%;
  margin: 0 1% 30px 0;
  padding: 0 0 30px 0;
  list-style-type: none;
  position: relative;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product {
    width: 48%;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border: none;
  }
}

body.archive main.site-main ul.products li.product img {
  width: 100%;
  height: auto;
}

body.archive main.site-main ul.products li.product a {
  position: relative;
  display: block;
}

body.archive main.site-main ul.products li.product a .onsale {
  display: none;
}

body.archive main.site-main ul.products li.product a .product_tag_s {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a .product_tag_s {
    width: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}

body.archive main.site-main ul.products li.product a .product_tag_s .tag_main {
  width: 100%;
  margin: 0 0 5px;
}

body.archive main.site-main ul.products li.product a .product_tag_s .tag_main span {
  display: flex;
  align-items: center;
  width: fit-content;
  width: max-content;
  height: auto;
  min-height: 25px;
  margin: 0;
  padding: 4px 8px;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 400;
  color: #000;
  background-color: #f9c89d;
  border-radius: 3px;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a .product_tag_s .tag_main span {
    font-size: .6rem;
    line-height: .7rem;
    padding: 1px 5px 0 5px;
    min-height: 20px;
    text-transform: uppercase;
  }
}

body.archive main.site-main ul.products li.product a .product_tag_s .tag_main span.product_tag_s_light {
  margin: 0 4px;
  padding: 0 3px;
}

body.archive main.site-main ul.products li.product a .product_tag_s .tag_main span.product_tag_s_light img {
  width: 20px;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a .product_tag_s .tag_main span.product_tag_s_light img {
    width: 18px;
  }
}

body.archive main.site-main ul.products li.product a .product_tag_s .tag_novinki {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  min-height: 25px;
  margin: 0;
  padding: 1px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  line-height: .8rem;
  font-weight: 400;
  color: #e4e4e4;
  background-color: #6a6a6a;
  border-radius: 3px;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a .product_tag_s .tag_novinki {
    font-size: .6rem;
    line-height: .6rem;
    padding: 1px 5px 0 5px;
    min-height: 20px;
    text-transform: uppercase;
  }
}

body.archive main.site-main ul.products li.product a .product_tag_s .pro-collection-tag img {
  max-width: 120px;
}

@media(max-width: 991px) {
  body.archive main.site-main ul.products li.product a .product_tag_s .pro-collection-tag img {
    max-width: 90px;
  }
}

body.archive main.site-main ul.products li.product a .product_tag_s .tag_preorder {
  display: none;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

@media(min-width: 2000px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 510px;
  }
}

@media(max-width: 2000px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 470px;
  }
}

@media(max-width: 1800px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 450px;
  }
}

@media(max-width: 1600px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 350px;
  }
}

@media(max-width: 1400px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 335px;
  }
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 520px;
  }
}

@media(max-width: 991px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 520px;
  }
}

@media(max-width: 800px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 480px;
  }
}

@media(max-width: 640px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 440px;
  }
}

@media(max-width: 580px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 380px;
  }
}

@media(max-width: 480px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 320px;
  }
}

@media(max-width: 440px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 260px;
  }
}

@media(max-width: 425px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 250px;
  }
}

@media(max-width: 410px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 240px;
  }
}

@media(max-width: 380px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 225px;
  }
}

@media(max-width: 360px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 210px;
  }
}

@media(max-width: 320px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    height: 200px;
  }
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper img.main-product-image {
  z-index: 1;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper img.gallery-image {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 350ms ease;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper img.gallery-image.visible {
  z-index: 2;
  opacity: 1;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .wc-product-video-loop {
  max-height: 340px;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .wc-product-video-loop {
    display: none;
  }
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .wc-product-video-loop {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 250ms ease;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .wc-product-video-loop video {
  position: absolute;
  bottom: 0;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .wc-product-video-loop.visible {
  z-index: 5;
  opacity: 1;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .product_loop_dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: none;
  gap: 6px;
  z-index: 10;
  pointer-events: none;
}

@media(max-width: 991px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .product_loop_dots {
    display: flex;
  }
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .product_loop_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  box-shadow: 0 0 2px rgba(0,0,0,.35);
  transition: background-color .2s ease;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper.flipped {
  background: #fff;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper.flipped .main-product-image {
  opacity: 0;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper.flipped .product_loop_dot:first-child {
  background: rgba(255,255,255,.55);
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper.flipped .product_loop_dot:nth-child(2) {
  background: #fff;
}

body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .product_loop_dot:first-child {
  background: #fff;
}

@media(max-width: 991px) {
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper {
    overflow: hidden;
    position: relative;
  }
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper img {
    position: absolute;
    object-fit: cover;
    transition: transform .4s ease-out;
  }
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .main-product-image {
    z-index: 2;
  }
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .gallery-image {
    z-index: 1;
    transform: translateX(100%);
    opacity: 0;
  }
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper .gallery-image.visible,
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper.flipped .gallery-image {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
  }
  body.archive main.site-main ul.products li.product a .product_loop_img_wrapper.flipped .main-product-image {
    transform: translateX(-100%);
  }
}

body.archive main.site-main ul.products li.product a h2 {
  font-family: "Raleway", sans-serif;
  margin: 10px 0 0 0;
  padding: 0 10px;
  font-size: .9rem;
  line-height: 1.2rem;
  font-weight: 400;
  min-height: 45px;
  color: #000;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a h2 {
    padding: 0 5px;
    font-size: .9rem;
    line-height: 1.1rem;
    min-height: 40px;
  }
}

@media(max-width: 420px) {
  body.archive main.site-main ul.products li.product a h2 {
    font-size: .8rem;
    line-height: 1rem;
  }
}

body.archive main.site-main ul.products li.product a .price {
  margin: 10px 0;
  padding: 0 3px 0 10px;
  color: #000;
  font-size: .8rem !important;
  line-height: .8rem !important;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a .price {
    margin: 12px 0 0 0;
    padding: 0 3px 0 5px;
    height: 20px;
    font-size: .7rem !important;
    line-height: .7rem !important;
  }
}

body.archive main.site-main ul.products li.product a .price .screen-reader-text {
  display: none;
}

body.archive main.site-main ul.products li.product a .price span,
body.archive main.site-main ul.products li.product a .price del,
body.archive main.site-main ul.products li.product a .price ins,
body.archive main.site-main ul.products li.product a .price bdi {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #000;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a .price span,
  body.archive main.site-main ul.products li.product a .price del,
  body.archive main.site-main ul.products li.product a .price ins,
  body.archive main.site-main ul.products li.product a .price bdi {
    font-size: .8rem !important;
    line-height: .8rem !important;
  }
}

@media(max-width: 400px) {
  body.archive main.site-main ul.products li.product a .price span,
  body.archive main.site-main ul.products li.product a .price del,
  body.archive main.site-main ul.products li.product a .price ins,
  body.archive main.site-main ul.products li.product a .price bdi {
    font-size: .7rem !important;
    line-height: .7rem !important;
  }
}

body.archive main.site-main ul.products li.product a .price ins {
  color: #f28b30;
  text-decoration: none;
  margin: 0;
  padding: 0 0px 0 5px;
}

body.archive main.site-main ul.products li.product a .price ins bdi,
body.archive main.site-main ul.products li.product a .price ins span {
  color: #f28b30;
  text-decoration: none;
}

body.archive main.site-main ul.products li.product a .discount_percentage_label {
  position: relative;
  top: -2px;
  background-color: #f28b30;
  color: #fff;
  margin: 0;
  padding: 0 7px;
  font-size: .8rem;
  line-height: .8rem;
  font-weight: 600;
  height: 20px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a .discount_percentage_label {
    font-size: .7rem;
    line-height: .7rem;
  }
}

body.archive main.site-main ul.products li.product a.add_to_cart_button {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  height: 26px;
  margin: 0 auto;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 3px;
  background-color: #f9c89d;
  color: #000;
  font-size: .8rem;
  line-height: .8rem;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: none;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product a.add_to_cart_button {
    left: 5px;
    bottom: -5px;
    width: calc(100% - 10px);
  }
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements {
  margin: 8px 0;
  padding: 0;
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 10px;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap {
    padding: 0 5px;
  }
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap .price_loop_dolyame_container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 78%;
  height: 24px;
  margin: 0;
  padding: 5px;
  border: solid 1px #f28b30;
  border-radius: 3px;
  cursor: pointer;
}

@media(max-width: 420px) {
  body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap .price_loop_dolyame_container {
    padding: 2px;
  }
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap .price_loop_dolyame_container .price_loop_dolyame_img {
    margin: 0 4px 0 0 !important;
  }
}

@media(max-width: 420px) {
  body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap .price_loop_dolyame_container .price_loop_dolyame_img {
    width: 10px !important;
    height: 10px !important;
  }
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap .price_loop_dolyame_container span {
  font-size: .7rem;
  line-height: .7rem;
  padding: 0;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap .price_loop_dolyame_container span {
    font-size: .5rem;
    line-height: .5rem;
    margin: 1px 0 0 0;
  }
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap .price_loop_dolyame_container .price_loop_dolyame_img {
  background: url("../img/dolyame_small_logo.svg") no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 13px;
  margin: 0 5px;
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap a.btn_loop_add_wishlist {
  width: 20%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #f28b30;
  border-radius: 3px;
  background: url("../img/heart_orange.svg") no-repeat center center;
  background-size: 30%;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap a.btn_loop_add_wishlist {
    position: static;
  }
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap a.btn_loop_add_wishlist:hover {
  background-color: #f9c89d;
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap .btn_loop_add_wishlist.active,
body.archive main.site-main ul.products li.product .product-loop-additional-elements .price_loop_dolyame_container_wrap .btn_added_to_wishlist {
  background: url("../img/heart_red.svg") no-repeat center center;
  background-size: 30%;
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements .product_loop_sku {
  display: none;
}

body.archive main.site-main ul.products li.product .product-loop-additional-elements .product_size_attributes_container {
  display: none;
}

body.archive main.site-main ul.products li.product .screen-reader-text {
  display: none;
}

body.archive main.site-main ul.products li.product:nth-child(4n) {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

@media(max-width: 1200px) {
  body.archive main.site-main ul.products li.product:nth-child(4n) {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
  }
}

body.archive main.site-main ul.products li.outofstock,
body.archive main.site-main ul.products li.product-type-simple.outofstock {
  opacity: .5;
  position: relative;
}

body.archive main.site-main ul.products li.outofstock a .price_loop_dolyame_container,
body.archive main.site-main ul.products li.product-type-simple.outofstock a .price_loop_dolyame_container {
  display: none;
}

body.archive main.site-main ul.products li.outofstock .outofstock_loop_btn,
body.archive main.site-main ul.products li.outofstock .outofstock_loop_btn_2,
body.archive main.site-main ul.products li.product-type-simple.outofstock .outofstock_loop_btn,
body.archive main.site-main ul.products li.product-type-simple.outofstock .outofstock_loop_btn_2 {
  position: absolute;
  bottom: 60%;
  width: 80%;
  left: 10%;
  height: auto;
  min-height: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
  border-radius: 5px;
  z-index: 10;
}

body.archive main.site-main .woocommerce-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: solid 1px #000;
  margin: -1px 0 0;
  padding: 15px 0;
  user-select: none;
}

body.archive main.site-main .woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

body.archive main.site-main .woocommerce-pagination ul li {
  list-style-type: none;
  margin: 0 15px;
}

body.archive main.site-main .woocommerce-pagination ul li span,
body.archive main.site-main .woocommerce-pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

body.archive main.site-main .woocommerce-pagination ul li span {
  color: #999;
}

body.archive main.site-main .woocommerce-pagination ul li a {
  color: #000;
}

body.archive main.site-main .s32-load-more-wrap {
  width: 100%;
  height: 70px;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #000;
  user-select: none;
}

body.archive main.site-main .s32-load-more-wrap .s32-load-more-btn {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 25px;
  background-color: #f9c89d;
  color: #000;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  user-select: none;
  transition: 400ms ease;
}

body.archive main.site-main .s32-load-more-wrap .s32-load-more-btn.spin {
  background: url("../img/spinner-3s.svg") no-repeat center center;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu.is-open .mobile-menu__overlay {
  opacity: 1;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .3s ease;
}

.mobile-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90%;
  max-width: 90%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .3s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  flex-shrink: 0;
}

.mobile-menu__close {
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.mobile-menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #000;
  transform-origin: center;
}

.mobile-menu__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu__nav {
  flex-grow: 1;
}

.mobile-menu__list,
.mobile-menu__sub {
  list-style: none;
  padding: 0;
}

.mobile-menu__list {
  border-top: 1px solid #555;
  margin: 15px 0 0 0 !important;
}

.mobile-menu__sub {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.mobile-menu__item {
  border-bottom: 1px solid #555;
}

.mobile-menu__item--level-1 > .mobile-menu__link {
  padding-left: 35px;
  background: #f7f7f7;
}

.mobile-menu__item--level-2 > .mobile-menu__link {
  padding-left: 50px;
  background: #efefef;
}

.mobile-menu__item--has-children.is-open > .mobile-menu__link .mobile-menu__arrow {
  transform: rotate(90deg);
}

.mobile-menu__item--has-children.is-open > .mobile-menu__sub {
  max-height: 2000px;
}

.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

.mobile-menu__label {
  flex-grow: 1;
  display: flex;
  align-items: center;
  height: 100%;
}

.mobile-menu__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: -20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.mobile-menu__arrow {
  width: 12px;
  height: 12px;
  transition: transform .3s ease;
}

body.mobile-menu-open {
  overflow: hidden;
}

.menu_catalog {
  display: none;
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  background-color: #fafafa;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1600px;
  min-height: 500px;
  max-height: 700px;
  overflow: hidden;
  border-right: solid 1px #555;
  border-bottom: solid 1px #555;
  border-left: solid 1px #555;
  z-index: 10;
  -webkit-box-shadow: 0px 14px 49px 4px rgba(34,60,80,.32);
  -moz-box-shadow: 0px 14px 49px 4px rgba(34,60,80,.32);
  box-shadow: 0px 14px 49px 4px rgba(34,60,80,.32);
}

@media(max-width: 1600px) {
  .menu_catalog {
    max-height: 520px;
  }
}

.menu_catalog a {
  line-height: 1.2rem !important;
  color: #000;
}

.menu_catalog a:hover {
  color: #f28b30 !important;
}

.menu_catalog .menu_catalog_container {
  width: 24%;
  margin: 0;
  padding: 2rem 0 1rem 0;
  overflow-y: auto;
}

.menu_catalog .menu_catalog_container ul.menu_catalog_list {
  margin: 0;
  padding: 0;
}

.menu_catalog .menu_catalog_container ul.menu_catalog_list li.menu-item {
  margin: 0;
  padding: 5px 2rem;
  min-height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.menu_catalog .menu_catalog_container ul.menu_catalog_list li.menu-item img.menu_icon {
  width: 35px;
  height: auto;
  margin: 0 10px 0 0;
}

.menu_catalog .menu_catalog_container ul.menu_catalog_list li.menu-item ul.sub-menu {
  margin: 0;
  padding: 0;
  display: none;
}

.menu_catalog .menu_catalog_container ul.menu_catalog_list li.menu-item:hover {
  color: #f28b30;
  background-color: #efefef;
}

.menu_catalog .menu_catalog_container ul.menu_catalog_list li.menu-item-has-children::after {
  content: "";
  background: url("../img/small_arrow.svg") no-repeat center center/cover;
  width: 10px;
  height: 6px;
  margin: 0;
  position: absolute;
  top: 40%;
  right: 15px;
  transform: rotate(0deg);
  transition: 300ms ease;
}

.menu_catalog .menu_catalog_container ul.menu_catalog_list li.menu-item-has-children.active::after {
  transform: rotate(-90deg);
}

.menu_catalog .menu_catalog_sub_container {
  width: 20%;
  background-color: #fff;
  margin: 0;
  padding: 2rem 0;
  overflow-y: auto;
  scrollbar-color: #f1f1f1 #fff;
  scrollbar-width: thin;
}

.menu_catalog .menu_catalog_sub_container ul.menu_catalog_sub_container_default {
  margin: 0;
  padding: 0 0 3rem 0;
}

.menu_catalog .menu_catalog_sub_container ul.menu_catalog_sub_container_default li {
  list-style-type: none;
  margin: 0;
  padding: 5px 2rem;
  min-height: 30px;
  display: flex;
  align-items: center;
}

.menu_catalog .menu_catalog_sub_container ul.sub-menu {
  margin: 0;
  padding: 0 0 3rem 0;
}

.menu_catalog .menu_catalog_sub_container ul.sub-menu li.menu-item {
  margin: 0;
  padding: 5px 2rem;
  min-height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.menu_catalog .menu_catalog_sub_container ul.sub-menu li.menu-item ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}

.menu_catalog .menu_catalog_sub_container ul.sub-menu li.menu-item:hover {
  color: #f28b30;
  background-color: #efefef;
}

.menu_catalog .menu_catalog_sub_container ul.sub-menu li.menu-item-has-children::after {
  content: "";
  background: url("../img/small_arrow.svg") no-repeat center center/cover;
  width: 10px;
  height: 6px;
  margin: 0;
  position: absolute;
  top: 40%;
  right: 15px;
  transform: rotate(0deg);
  transition: 300ms ease;
}

.menu_catalog .menu_catalog_sub_container ul.sub-menu li.menu-item-has-children.active::after {
  transform: rotate(-90deg);
}

.menu_catalog .menu_catalog_sub_sub_container {
  width: 20%;
  background-color: #fff;
  margin: 0;
  padding: 2rem 0;
  overflow-y: auto;
  scrollbar-color: #f1f1f1 #fff;
  scrollbar-width: thin;
}

.menu_catalog .menu_catalog_sub_sub_container ul.menu_catalog_sub_sub_container_default {
  margin: 0;
  padding: 0 0 3rem 0;
}

.menu_catalog .menu_catalog_sub_sub_container ul.menu_catalog_sub_sub_container_default li {
  list-style-type: none;
  margin: 0;
  padding: 5px 2rem;
  min-height: 30px;
  display: flex;
  align-items: center;
}

.menu_catalog .menu_catalog_sub_sub_container ul.sub-menu {
  margin: 0;
  padding: 0;
}

.menu_catalog .menu_catalog_sub_sub_container ul.sub-menu li.menu-item {
  margin: 0;
  padding: 5px 2rem;
  min-height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.menu_catalog .menu_catalog_sub_sub_container ul.sub-menu li.menu-item:hover {
  background-color: #efefef;
}

.menu_catalog .menu_catalog_container_img {
  width: 36%;
  margin: 0;
  padding: 1.5rem;
  justify-content: end;
  background-color: #fff;
}

.menu_catalog .menu_catalog_container_img img {
  width: auto;
  height: auto;
  max-height: 470px;
  margin: 0;
  padding: 0;
  display: none;
  margin-left: auto;
}

.menu_catalog .menu_catalog_container_img img.active {
  display: flex;
}

.menu_catalog.active {
  display: flex;
}







/* * product loop * filters stn32 2024 */

body .filters_stn32_2024 {
  width: 23%;
  margin: 0;
  padding: 15px;
}

@media (max-width: 1200px) {
  body .filters_stn32_2024 {
    width: 85%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -2500px;
    margin: 0;
    padding: 40px 20px 150px 20px;
    border-right: none;
    background-color: #fff;
    z-index: 99;
    overflow: auto;
    transition: 300ms ease;
  }
}

@media (min-width: 1200px) {
  body .filters_stn32_2024 form {
    top: 90px;
    overflow-y: auto;
    scrollbar-width: thin;
  }
}

body .filters_stn32_2024 form .filter-option {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  padding: 0 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  position: relative;
}

body .filters_stn32_2024 form .filter-option h3,
body .filters_stn32_2024 form .filter-option p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #999;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 1200px) {
  body .filters_stn32_2024 form .filter-option h3,
  body .filters_stn32_2024 form .filter-option p {
    font-size: .9rem;
    line-height: .9rem;
  }
}

.filters_2024_backorder {
  display: none !important;
}
.filter-option-tags {
  display: none !important;
}
.filters_stn32_2024 .filters_form .filter-option-tag,
.filters_stn32_2024 .filters_form .filter-option-category {
  display: none;
}

body .filters_stn32_2024 form .filter-option span.arrow-icon {
  position: absolute;
  right: 25px;
  display: flex;
  align-items: center;
  height: 50px;
}

body .filters_stn32_2024 form .filter-option span.arrow-icon img {
  opacity: .3;
  transition: 300ms ease;
}

body .filters_stn32_2024 form .filter-option span.active img {
  transform: rotate(90deg);
}

body .filters_stn32_2024 form .filter-option label {
  width: 100%;
  text-transform: capitalize;
  display: none;
  align-items: center;
  height: 22px;
}

body .filters_stn32_2024 form .filter-option label input {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  padding: 0;
  accent-color: #f9c89d;
}

body .filters_stn32_2024 form .filter-option label.active {
  display: flex;
}

body .filters_stn32_2024 form .filter-option label.hidden {
  display: none !important;
}

body .filters_stn32_2024 form .filter-option label:last-of-type {
  margin-bottom: 20px;
}

body .filters_stn32_2024 form .filter-option-category,
body .filters_stn32_2024 form .filter-option-stock {
  display: none;
}

body .filters_stn32_2024 form .filter-option-color {
  display: flex;
  flex-wrap: wrap;
}

body .filters_stn32_2024 form .filter-option-color label {
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
  padding: 0;
  cursor: pointer;
}

body .filters_stn32_2024 form .filter-option-color label input {
  width: 20px;
  height: 20px;
}

body .filters_stn32_2024 form .filter-option-color label b {
  margin: 0 6px 0 2px;
  padding: 0;
}

body .filters_stn32_2024 form .filter-option-color label b .color-box {
  width: 15px;
  height: 15px;
  border: solid 1px #999;
  border-radius: 10px;
}

body .filters_stn32_2024 form .filter-option-color label b .color-box.active {
  border: solid 1px #000;
}

body .filters_stn32_2024 form .filter-option-tags label.active,
body .filters_stn32_2024 form .filter-option-size label.active,
body .filters_stn32_2024 form .filter-option-material label.active,
body .filters_stn32_2024 form .filter-option-height label.active,
body .filters_stn32_2024 form .filter-option-height-protect label.active,
body .filters_stn32_2024 form .filter-option-brend label.active {
  margin: 0 0 5px 0;
  cursor: pointer;
}

body .filters_stn32_2024 form .filter-option-tags label.active input,
body .filters_stn32_2024 form .filter-option-size label.active input,
body .filters_stn32_2024 form .filter-option-material label.active input,
body .filters_stn32_2024 form .filter-option-height label.active input,
body .filters_stn32_2024 form .filter-option-height-protect label.active input,
body .filters_stn32_2024 form .filter-option-brend label.active input {
  width: 20px;
  height: 20px;
}

body .filters_stn32_2024 form .filter-option-tags label.active span,
body .filters_stn32_2024 form .filter-option-size label.active span,
body .filters_stn32_2024 form .filter-option-material label.active span,
body .filters_stn32_2024 form .filter-option-height label.active span,
body .filters_stn32_2024 form .filter-option-height-protect label.active span,
body .filters_stn32_2024 form .filter-option-brend label.active span {
  padding: 4px 0 0 4px;
  line-height: 1rem;
}

body .filters_stn32_2024 form .filter-option-tags label.active:last-of-type,
body .filters_stn32_2024 form .filter-option-size label.active:last-of-type,
body .filters_stn32_2024 form .filter-option-material label.active:last-of-type,
body .filters_stn32_2024 form .filter-option-height label.active:last-of-type,
body .filters_stn32_2024 form .filter-option-height-protect label.active:last-of-type,
body .filters_stn32_2024 form .filter-option-brend label.active:last-of-type {
  margin: 0 0 15px 0;
}

body .filters_stn32_2024 form .filter-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #f9c89d;
  color: #000;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 0 10px 0;
  padding: 0;
  transition: 300ms ease;
}

body .filters_stn32_2024 form .filter-button button:hover {
  opacity: .7;
}

body .filters_stn32_2024 form .filter-button .filters_2024_reset {
  display: none;
}

@media (max-width: 1200px) {
  body .filters_stn32_2024.active {
    left: 0;
  }
}

body .filters_stn32_2024_cover {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;
  background-color: #000;
  opacity: .8;
  z-index: 95;
  transition: 300ms ease;
}

body .filters_stn32_2024_cover.active {
  display: block;
}

body .filter-back-box .filter-back-box-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
  z-index: 95;
}

body .filter-back-box .filter-back-box-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  max-width: 600px;
  height: fit-content;
  max-height: 300px;
  margin: auto;
  padding: 3rem 2rem;
  background-color: #fff;
  border-radius: 5px;
  z-index: 99;
}

body .filter-back-box .filter-back-box-content h3 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

body .filter-back-box .filter-back-box-content button {
  width: 100%;
  height: 50px;
  margin: 2rem 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9c89d;
  font-size: 1.2rem;
  color: #000;
  border-radius: 5px;
  border: none;
}

body .btn_filter_stn32_new {
  position: absolute;
  top: 72px;
  right: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  display: none;
  align-items: center;
  height: 40px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  body .btn_filter_stn32_new {
    display: flex;
  }
}


.woocommerce-shop .filters_stn32_2024 .filters_2024_backorder {
  margin: 15px 0 0 0;
}
.woocommerce-shop .filters_stn32_2024 .filters_2024_backorder .filter-option {
  height: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.woocommerce-shop .filters_stn32_2024 .filters_2024_backorder .filter-option label {
  width: 100%;
  text-transform: capitalize;
  display: flex !important;
  align-items: center;
  height: 22px;
  margin: 0;
  padding: 0;
}
.woocommerce-shop .filters_stn32_2024 .filters_2024_backorder .filter-option label input {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  padding: 0;
  accent-color: #f9c89d;
}







.s33_box #wishlist-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 25px;
}

.s33_box #wishlist-container li.product {
  width: 48%;
  margin: 6rem 0 0 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  border: none;
}

.s33_box #wishlist-container li.product a.link div.img img {
  width: 100%;
  height: auto;
}

.s33_box #wishlist-container li.product a.link h2.title {
  font-size: 1rem;
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
  color: #000;
}

.s33_box #wishlist-container li.product a.link p.price {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #000;
}

.s33_box #wishlist-container li.product button.remove {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: 400;
  transform: rotate(45deg);
  touch-action: none;
  color: #000;
}

.wishlist_stn32 {
  position: fixed;
  width: 100%;
  max-width: 600px;
  top: 0;
  right: -2500px;
  bottom: 0;
  margin: auto;
  padding: 0;
  background-color: #fff;
  border-left: solid 1px #000;
  overflow: auto;
  z-index: 100;
  transition: 500ms ease;
}

.wishlist_stn32 .wishlist_stn32_title_wrap {
  position: relative;
  z-index: 100;
}

.wishlist_stn32 .wishlist_stn32_title_wrap .wishlist_stn32_title_box {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-bottom: solid 1px #000;
  background-color: #fff;
}

.wishlist_stn32 .wishlist_stn32_title_wrap .wishlist_stn32_title_box h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.wishlist_stn32 .wishlist_stn32_title_wrap .wishlist_stn32_title_box span.wishlist_stn32_exit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 2.5rem;
  font-weight: 400;
  transform: rotate(45deg);
  border: none;
  border-radius: 50%;
  color: #000;
  background: none;
  cursor: pointer;
}

.wishlist_stn32 .wishlist_stn32_content_empty {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}

.wishlist_stn32 .wishlist_stn32_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 7rem 0 0 0;
  padding: 1.5rem;
}

.wishlist_stn32 .wishlist_stn32_content li.product {
  width: 48% !important;
  border: none;
  margin: 0 0 6rem 0 !important;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link div.product_loop_img_wrapper {
  height: auto;
  padding: 0;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link div.product_loop_img_wrapper .product_tag_s {
  display: none;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link div.product_loop_img_wrapper img {
  height: auto;
  width: 100%;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link div.variation_image_gallery {
  display: none;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title,
.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link h3.woocommerce-loop-product__title {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 15px 0 0 0;
  padding: 10px 10px 5px 10px;
  min-height: 30px;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link span.price {
  padding: 10px 0 0 10px;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link .price_loop_dolyame_container {
  height: 20px;
  position: absolute;
  bottom: 0;
  margin-left: 5px;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link .price_loop_dolyame_container .price_loop_dolyame_img {
  margin: 0;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.woocommerce-loop-product__link .price_loop_dolyame_container span.price_loop_dolyame_word1 {
  display: none;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.add_to_cart_button {
  display: none;
}

.wishlist_stn32 .wishlist_stn32_content li.product a.btn_added_to_wishlist {
  top: -50px;
  right: -10px;
  width: 50px;
  height: 50px;
  border: none;
  background: url(../img/exit_btn.svg) no-repeat center center;
  background-size: 70%;
}

.wishlist_stn32 .wishlist_stn32_content li.product div.variation_color_icon_cover {
  display: none;
}

.wishlist_stn32 .wishlist_stn32_content li.product .price_loop_dolyame_container_wrap {
  display: none;
}

.wishlist_stn32 .wishlist_stn32_content li.product .product_size_attributes {
  display: none;
}

.wishlist_stn32_cover {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  z-index: 95;
}

body .products_description_stn32 {
  position: relative;
  border-right: solid 1px #000;
  width: 23%;
  width: 100%;
  margin: -1px 0 0 0;
  padding: 5px 30px 15px 30px;
  height: 100px;
  overflow: hidden;
  transition: 400ms ease;
}

@media(max-width: 1200px) {
  body .products_description_stn32 {
    height: 100px;
    padding: 5px 20px 15px 20px;
  }
}

body .products_description_stn32 .products_description_stn32_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 75px 0 15px 0;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 300%);
  cursor: pointer;
}

@media(max-width: 1200px) {
  body .products_description_stn32 .products_description_stn32_btn {
    height: 100px;
    padding: 90px 0 0 0;
  }
}

body .products_description_stn32 .products_description_stn32_btn img {
  opacity: .5;
  transition: 400ms ease;
}

body .products_description_stn32 h2 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 500px;
  margin: 20px 0 10px 0;
  padding: 0;
}

body .products_description_stn32 p {
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 400;
}

body .products_description_stn32.active {
  height: 100%;
  padding: 5px 30px 80px 30px;
}

@media(max-width: 1200px) {
  body .products_description_stn32.active {
    padding: 5px 20px 80px 20px;
  }
}

body .products_description_stn32.active .products_description_stn32_btn {
  height: 90px;
  padding: 50px 0 30px 0;
}

body .products_description_stn32.active .products_description_stn32_btn img {
  opacity: 1;
  transform: rotate(180deg);
}

.load_more_container_wrap {
  display: flex;
  justify-content: right;
  width: 100%;
}

.load_more_container_wrap .load_more_container {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
}

.load_more_container_wrap .load_more_container li.product .loop-variation-form_wrap {
  display: none;
}

.load_more_btn_wrap {
  width: 100%;
  height: 70px;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #000;
  user-select: none;
}

.load_more_btn_wrap .load_more_btn {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 25px;
  background-color: #f9c89d;
  color: #000;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  user-select: none;
}

.load_more_btn_wrap .load_more_btn:hover {
  opacity: .7;
}

.category-blog .site-main {
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding: 30px 15px;
  box-sizing: border-box;
}

.category-blog .site-main .page-header {
  display: none;
}

.category-blog .site-main .entry-meta {
  display: none;
}

.category-blog .site-main .entry-content {
  margin: 0 0 30px 0;
}

.category-blog .site-main .entry-content h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

.category-blog .site-main .entry-content h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

.category-blog .site-main .entry-content .blog_content_img {
  margin: 30px 0;
}

.category-blog .site-main .entry-content .blog_content_img img {
  width: 100%;
  height: auto;
}

.category-blog .site-main .entry-content img {
  width: 100%;
  height: auto;
}

.category-blog .site-main .entry-footer {
  display: none;
}

.category-blog .archive-description {
  display: none;
}

.category-blog article .entry-header h2 a {
  display: block;
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #000;
}

.category-blog article .entry-content a {
  display: inline;
}

.category-blog article .entry-content a.more-link {
  display: block;
  margin: 10px 0 0 0;
}

.single-post .category-blog {
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding: 30px 10px;
  box-sizing: border-box;
}

.single-post .category-blog .entry-header h1 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.single-post .category-blog .post-thumbnail {
  display: none;
}

.single-post .category-blog .entry-meta {
  display: none;
}

.single-post .category-blog .entry-content {
  margin: 0 0 50px 0;
}

.single-post .category-blog .entry-content h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

.single-post .category-blog .entry-content h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

.single-post .category-blog .entry-content img {
  width: 100%;
  height: auto;
  margin: 15px 0;
  padding: 0;
}

.single-post .category-blog .entry-footer {
  display: none;
}

.promo_line_1 {
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  z-index: 16;
}

.promo_line_1 .promo_line_1_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  background-color: #f9c89d;
  margin: 0;
  padding: 0;
  animation: ticker1 3500s linear infinite;
  opacity: 0;
  transition: 350ms ease;
}

@keyframes ticker1 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.promo_line_1 .promo_line_1_content li {
  list-style-type: none;
  font-size: .9rem;
  line-height: .9rem;
  color: #000;
  margin: 0 15px;
  text-wrap: nowrap;
  white-space: nowrap;
}

.promo_line_2 {
  position: fixed;
  top: 76px;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  z-index: 11;
}

.promo_line_2 .promo_line_2_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  background-color: #f28b30;
  margin: 0;
  padding: 0;
  animation: ticker2 360s linear infinite;
}

@keyframes ticker2 {
  100% { transform: translateX(-100%); }
  0% { transform: translateX(0); }
}

.promo_line_2 .promo_line_2_content li {
  list-style-type: none;
  font-size: 1rem;
  color: #fff;
  margin: 0 15px;
  text-wrap: nowrap;
  white-space: nowrap;
}

.search_form_v2 {
  position: relative;
  padding: 0 5px;
  display: flex;
  align-items: center;
  width: 65%;
}

.search_form_v2 input#product_search {
  border: none;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  font-size: .9rem;
  line-height: 1rem;
  background-color: #efefef;
  font-family: "Montserrat", sans-serif;
}

.search_form_v2 button {
  border: none;
  background-color: #f9c89d;
  color: #000;
  margin: 0 0 0 5px;
  padding: 0 10px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.search_form_v2 button img {
  width: 15px;
  height: auto;
}

.search_form_v2 .search-suggestions {
  position: absolute;
  top: 36px;
  left: -5px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  min-width: 400px;
}

.search_form_v2 .search-suggestions li {
  padding: 5px 15px;
}

.search_form_v2 .search-suggestions li a {
  font-size: .8rem;
  line-height: 1rem;
}

.search_form_v2 .search-suggestions li button {
  margin: 0;
}

.search_form_v2 .search-suggestions li:first-of-type {
  margin: 15px 0 0 0;
}

.search_form_v2 .search-suggestions li:last-of-type {
  margin: 0 0 15px 0;
}

.search_form_v2 .search-suggestions li:hover {
  background-color: #efefef;
}

.woocommerce-no-products-found {
  padding: 15px;
  min-height: 200px;
  width: 100%;
  text-align: center;
}

.ws-chat .ws-chat-btn-el-container {
  display: none;
}

.ws-chat .ws-chat-container {
  top: auto !important;
  right: 0 !important;
  bottom: 50px !important;
  left: auto !important;
  height: 60% !important;
}

@media(max-width: 1200px) {
  .ws-chat .ws-chat-container {
    height: 100% !important;
    bottom: 0 !important;
  }
}

@media(max-width: 1200px) {
  .ws-chat .ws-chat-btn-el-container {
    display: none !important;
  }
}

.contacts_widjet .contacts_widjet_btn {
  width: 60px;
  height: 60px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: rgba(0,0,0,.1) 0px 4px 12px;
  transition: 500ms ease;
}

.contacts_widjet .contacts_widjet_btn img {
  width: 100%;
  height: 100%;
}

@media(max-width: 1200px) {
  .contacts_widjet .contacts_widjet_btn {
    width: 50px;
    height: 50px;
  }
}

.contacts_widjet .contacts_widjet_btn:hover {
  filter: brightness(1.2);
}

.contacts_widjet .contacts_widjet_main_btn {
  position: fixed;
  bottom: 100px;
  z-index: 10;
  user-select: none;
  background-color: #fff;
}

.contacts_widjet .contacts_widjet_main_btn .contacts_widjet_main_btn_1 {
  display: block;
}

.contacts_widjet .contacts_widjet_main_btn .contacts_widjet_main_btn_2 {
  display: none;
}

.contacts_widjet .contacts_widjet_main_btn .contacts_widjet_main_btn_2 span {
  width: 35px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  border: solid 1px #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  user-select: none;
}

.contacts_widjet .contacts_widjet_main_btn .contacts_widjet_main_btn_2 span:nth-child(1) {
  transform: rotate(45deg);
}

.contacts_widjet .contacts_widjet_main_btn .contacts_widjet_main_btn_2 span:nth-child(2) {
  transform: rotate(-45deg);
}

@media(max-width: 1200px) {
  .contacts_widjet .contacts_widjet_main_btn {
    bottom: 80px;
    right: 15px;
  }
}

.contacts_widjet .contacts_widjet_main_btn.active .contacts_widjet_main_btn_1 {
  display: none;
}

.contacts_widjet .contacts_widjet_main_btn.active .contacts_widjet_main_btn_2 {
  display: block;
}

.contacts_widjet .contacts_widjet_telegram_btn {
  position: fixed;
  bottom: 170px;
  z-index: 10;
  display: none;
}

@media(max-width: 1200px) {
  .contacts_widjet .contacts_widjet_telegram_btn {
    bottom: 140px;
    right: 15px;
  }
}

.contacts_widjet .contacts_widjet_telegram_btn.active {
  display: block;
}

.contacts_widjet .contacts_widjet_whatsapp_btn {
  position: fixed;
  bottom: 240px;
  z-index: 10;
  display: none;
}

@media(max-width: 1200px) {
  .contacts_widjet .contacts_widjet_whatsapp_btn {
    bottom: 200px;
    right: 15px;
  }
}

.contacts_widjet .contacts_widjet_whatsapp_btn.active {
  display: block;
}

.contacts_widjet .contacts_widjet_chat_btn {
  position: fixed;
  bottom: 310px;
  z-index: 10;
  display: none;
}

@media(max-width: 1200px) {
  .contacts_widjet .contacts_widjet_chat_btn {
    bottom: 260px;
    right: 15px;
  }
}

.contacts_widjet .contacts_widjet_chat_btn.active {
  display: block;
}

.contacts_widjet .contacts_widjet_callme_btn {
  position: fixed;
  bottom: 310px;
  z-index: 10;
  display: none;
}

@media(max-width: 1200px) {
  .contacts_widjet .contacts_widjet_callme_btn {
    bottom: 260px;
    right: 15px;
  }
}

.contacts_widjet .contacts_widjet_callme_btn.active {
  display: block;
}

.contacts_widjet .contacts_widjet_callme_cover {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  z-index: 100;
}

.contacts_widjet .contacts_widjet_callme_cover.active {
  display: block;
}

.contacts_widjet .contacts_widjet_callme_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 2rem;
  width: 90%;
  height: auto;
  max-width: 600px;
  max-height: 300px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 120;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.contacts_widjet .contacts_widjet_callme_box h4 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}

.contacts_widjet .contacts_widjet_callme_box form {
  width: 100%;
}

.contacts_widjet .contacts_widjet_callme_box form input {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 0 15px;
  font-size: 1rem;
  box-sizing: border-box;
}

.contacts_widjet .contacts_widjet_callme_box form .contacts_widjet_callme_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 5px;
  background-color: #f9c89d;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 2px 0 0 0;
  text-transform: uppercase;
  transition: 300ms ease;
}

.contacts_widjet .contacts_widjet_callme_box form .contacts_widjet_callme_exit {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  border-radius: 50%;
  user-select: none;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
}

.contacts_widjet .contacts_widjet_callme_box.active {
  display: flex;
}

.check_list_sensay .entry-content form.check_list_form {
  width: 100%;
  max-width: 500px;
  margin: 60px auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.check_list_sensay .entry-content form.check_list_form p {
  width: 100%;
}

.check_list_sensay .entry-content form.check_list_form label {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.check_list_sensay .entry-content form.check_list_form label input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  border: solid 1px #555;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  box-sizing: border-box;
}

.check_list_sensay .entry-content form.check_list_form .check_list_form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
  padding: 3px 0 0 0;
  width: 100%;
  height: 40px;
  background-color: #f9c89d;
  color: #000;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  box-sizing: border-box;
  cursor: pointer;
}

body .reg_form_v2_cover {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .6;
  z-index: 22;
}

body .reg_form_v2_cover.active {
  display: block;
}

body .reg_form_v2 {
  position: fixed;
  top: 0;
  right: -3000px;
  width: 90%;
  max-width: 600px;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: 600ms ease;
  background-color: #fff;
  z-index: 22;
  overflow-y: auto;
}

body .reg_form_v2 .reg_form_v2_box {
  display: flex;
  flex-wrap: wrap;
}

body .reg_form_v2 .reg_form_v2_box .reg_form_v2_exit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 0 15px;
  width: 100%;
  height: 48px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

body .reg_form_v2 .reg_form_v2_box .reg_form_v2_exit button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  background: 0;
}

body .reg_form_v2 .reg_form_v2_box .reg_form_v2_exit button span {
  color: #999;
  font-size: 2rem;
  transform: rotate(45deg);
}

body .reg_form_v2 .reg_form_v2_box .reg_form_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem 0 1rem 0;
  width: 100%;
}

body .reg_form_v2 .reg_form_v2_box .reg_form_btns button {
  width: 80%;
  height: 48px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #f9c89d;
  color: #000;
  border: none;
  border-radius: 5px;
  transition: .3s ease;
}

@media(max-width: 1200px) {
  body .reg_form_v2 .reg_form_v2_box .reg_form_btns button {
    font-size: .8rem;
  }
}

body .reg_form_v2 .reg_form_v2_box .reg_form_btns button.reg_form_btns_back {
  background-color: #fff;
  display: none;
  justify-content: center;
}

body .reg_form_v2 .reg_form_v2_box .reg_form_btns button.reg_form_btns_reg {
  background-color: #fff;
  justify-content: center;
  height: 30px;
  font-size: .8rem;
}

body .reg_form_v2 .reg_form_v2_box .signup_form {
  display: none;
  flex-wrap: wrap;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_box {
  width: 80%;
  margin: 0 auto 10px auto;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_box label {
  position: absolute;
  margin-top: 3px;
  margin-left: 15px;
  padding: 0;
  font-size: .7rem;
  color: #777;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_box input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0 0 10px 0;
  padding: 15px 15px 0 15px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_box button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #f9c89d;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  transition: 300ms ease;
}

@media(max-width: 1200px) {
  body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_box button {
    font-size: .8rem;
  }
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_box button:hover {
  opacity: .7;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_box p {
  display: block;
  color: #999;
  font-size: 1rem;
  z-index: 100;
  position: static;
  margin: 15px 0 15px 0 !important;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .error-message {
  margin: 30px 0 0 0;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_yandex_id {
  width: 100%;
  display: none;
  justify-content: center;
  margin: 10px 0 15px 0;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_yandex_id button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 48px;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #fff;
  transition: .3s ease;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_yandex_id button span {
  font-size: .8rem;
  line-height: .8rem;
}

body .reg_form_v2 .reg_form_v2_box .signup_form .signup_form_yandex_id button img {
  width: 48px;
  height: auto;
  padding: 0 10px;
}

body .reg_form_v2 .reg_form_v2_box .signin_form {
  width: 100%;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap {
  display: none;
  width: 80%;
  margin: auto;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box label {
  position: absolute;
  margin-top: 3px;
  margin-left: 15px;
  padding: 0;
  font-size: .7rem;
  color: #777;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0 0 10px 0;
  padding: 15px 15px 0 15px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #f9c89d;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  transition: 300ms ease;
}

@media(max-width: 1200px) {
  body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box button {
    font-size: .8rem;
  }
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box button:hover {
  opacity: .7;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box p {
  display: block;
  color: #999;
  font-size: 1rem;
  z-index: 100;
  position: static;
  margin: 15px 0 15px 0 !important;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box .signin_form_rememberme_checkbox {
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
  padding: 0;
  text-decoration: underline;
}

@media(max-width: 1200px) {
  body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box .signin_form_rememberme_checkbox {
    position: static;
  }
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box .signin_form_rememberme_checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_box .signin_form_rememberme_checkbox span {
  display: block;
  align-items: center;
  height: 20px;
  font-size: 1rem;
  margin: 0 0 0 10px;
  color: #999;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_forgot_btn {
  position: absolute;
  right: 10%;
  width: auto;
  height: auto;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #999;
  margin: 12px 0 0 0;
  padding: 0;
  text-decoration: underline;
  background: none;
  border: none;
}

@media(max-width: 1200px) {
  body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .signin_form_forgot_btn {
    right: auto;
  }
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_wrap .error-message {
  margin: 50px 0 0 0;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap {
  display: none;
  width: 80%;
  margin: auto;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call label {
  position: absolute;
  margin-top: 3px;
  margin-left: 15px;
  padding: 0;
  font-size: .7rem;
  color: #777;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call input#phone_number {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call button#send_code {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0 0 10px 0;
  background-color: #f9c89d;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  transition: .3s ease;
}

@media(max-width: 991px) {
  body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call button#send_code {
    font-size: .8rem;
  }
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call div#verification_section {
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call div#verification_section label {
  position: absolute;
  margin-top: 3px;
  margin-left: 15px;
  padding: 0;
  font-size: .7rem;
  color: #777;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call div#verification_section input#verification_code {
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0 0 10px;
  padding: 10px 15px;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  font-weight: 500;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call div#verification_section button#verify_code {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #f9c89d;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  transition: .3s ease;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call div#verification_section button#send_sms {
  width: max-content;
  width: fit-content;
  height: 30px;
  background-color: #eee;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 0 10px;
  font-size: .7rem;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call .verification_section_numbers_box {
  width: 100%;
  height: auto;
  display: none;
  justify-content: center;
  margin: 1rem auto;
  padding: 0;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call .verification_section_numbers_box input {
  width: 30px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  border: solid 1px #000;
  border-radius: 5px;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call p#message {
  margin: 15px 0 25px 0;
  padding: 0;
  font-weight: 600;
  text-align: center;
  color: #f28b30;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_arragement {
  width: 100%;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call_open_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px 0 15px 0;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_flash_call_wrap .signin_form_flash_call_open_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #f9c89d;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  transition: .3s ease;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_yandex_id {
  display: none;
  justify-content: center;
  margin: 0 0 15px 0;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_yandex_id button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 48px;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #fff;
  transition: .3s ease;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_yandex_id button span {
  font-size: .8rem;
  line-height: .8rem;
}

body .reg_form_v2 .reg_form_v2_box .signin_form .signin_form_yandex_id button img {
  width: 48px;
  height: auto;
  padding: 0 10px;
}

body .reg_form_v2 .reg_form_v2_box .forgot_password_form {
  display: none;
  width: 80%;
  margin: auto;
  flex-wrap: wrap;
}

body .reg_form_v2 .reg_form_v2_box .forgot_password_form .account_form_item_title {
  display: none;
}

body .reg_form_v2 .reg_form_v2_box .forgot_password_form form#forgot-password {
  width: 100%;
}

body .reg_form_v2 .reg_form_v2_box .forgot_password_form form#forgot-password label {
  position: absolute;
  margin-top: 3px;
  margin-left: 15px;
  padding: 0;
  font-size: .7rem;
  color: #777;
}

body .reg_form_v2 .reg_form_v2_box .forgot_password_form form#forgot-password input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0 0 10px 0;
  padding: 15px 15px 0 15px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

body .reg_form_v2 .reg_form_v2_box .forgot_password_form form#forgot-password button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #f9c89d;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  transition: 300ms ease;
}

body .reg_form_v2 .reg_form_v2_box .forgot_password_form form#forgot-password button:hover {
  opacity: .7;
}

body .reg_form_v2 .reg_form_v2_box .forgot_password_form form#forgot-password p {
  display: block;
  color: #999;
  font-size: 1rem;
  z-index: 100;
  position: static;
  margin: 15px 0 15px 0 !important;
}

body .reg_form_v2 .reg_form_v2_box .forgot_password_form .error-message {
  width: 100%;
  margin: 30px 0 0 0;
}

body .reg_form_v2 .reg_form_v2_box .account_page_logged_in {
  margin: 0;
  padding: 20px;
  width: 100%;
}

body .reg_form_v2 .reg_form_v2_box .account_page_logged_in .account_page_logged_in_data {
  margin: 15px 0 40px 0;
}

body .reg_form_v2 .reg_form_v2_box .account_page_logged_in .account_page_logged_in_data p {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 10px 0 !important;
  padding: 0;
}

body .reg_form_v2 .reg_form_v2_box .account_page_logged_in .account_page_logged_in_data p b {
  margin: 0 !important;
  padding: 0 !important;
  color: #999 !important;
  font-weight: 400;
  display: block;
  width: 100%;
}

body .reg_form_v2 .reg_form_v2_box .account_page_logged_in .account_page_logged_in_data p span {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin: 0 0 5px 0 !important;
  padding: 0;
}

body .reg_form_v2 .reg_form_v2_box .account_page_logged_in .account_page_logged_in_data ul {
  margin: 15px 0;
  padding: 0;
}

body .reg_form_v2 .reg_form_v2_box .account_page_logged_in .account_page_logged_in_data ul li {
  list-style-type: none;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #999;
  margin: 0 0 5px 0;
  padding: 0;
}

body .reg_form_v2 .reg_form_v2_box .account_page_logged_in a.account_page_logged_in_data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #000;
  background-color: #f9c89d;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  margin: 0 0 10px 0;
  padding: 0;
}

body .reg_form_v2 .signup_form_arragement {
  display: flex;
  align-items: flex-start;
  width: 80%;
  margin: auto;
}

@media(max-width: 991px) {
  body .reg_form_v2 .signup_form_arragement {
    width: 80%;
  }
}

body .reg_form_v2 .signup_form_arragement input {
  margin: 3px 7px 0 0;
  padding: 0;
}

body .reg_form_v2 .signup_form_arragement span {
  font-size: .8rem;
  line-height: 1rem;
  color: #999;
}

body .reg_form_v2 .signup_form_arragement span a {
  font-size: .8rem;
  line-height: 1rem;
}

body .reg_form_v2 .signin_form_arragement {
  display: flex;
  align-items: flex-start;
  width: 80%;
  margin: auto;
}

@media(max-width: 991px) {
  body .reg_form_v2 .signin_form_arragement {
    width: 100%;
  }
}

body .reg_form_v2 .signin_form_arragement input {
  margin: 3px 7px 0 0;
  padding: 0;
}

body .reg_form_v2 .signin_form_arragement span {
  font-size: .8rem;
  line-height: 1rem;
  color: #999;
}

body .reg_form_v2 .signin_form_arragement span a {
  font-size: .8rem;
  line-height: 1rem;
}

body .reg_form_v2.active {
  right: 0;
}

.fp-replaced {
  display: flex !important;
}

.single .site-main article.post-67925 .product .button-group,
.single .site-main article.post-67925 .range-size-product .button-group {
  display: none !important;
}

.single .site-main article.post-67925 .product .variations,
.single .site-main article.post-67925 .range-size-product .variations {
  margin: 20px 0 10px 0 !important;
}

.single .site-main article.post-67925 .product .woocommerce .single-product .product .summary .variations_form .variations tbody tr td.value a.reset_variations,
.single .site-main article.post-67925 .range-size-product .woocommerce .single-product .product .summary .variations_form .variations tbody tr td.value a.reset_variations {
  display: none !important;
}

.single .site-main article.post-67925 .product select#pa_razmer,
.single .site-main article.post-67925 .product select#pa_czvet,
.single .site-main article.post-67925 .product select#pa_material,
.single .site-main article.post-67925 .product select#pa_vysota-zashhity,
.single .site-main article.post-67925 .range-size-product select#pa_razmer,
.single .site-main article.post-67925 .range-size-product select#pa_czvet,
.single .site-main article.post-67925 .range-size-product select#pa_material,
.single .site-main article.post-67925 .range-size-product select#pa_vysota-zashhity {
  display: block !important;
}

.single .site-main article.post-67925 .product .button-group.pa_razmer,
.single .site-main article.post-67925 .product .button-group.pa_czvet,
.single .site-main article.post-67925 .product .button-group.pa_material,
.single .site-main article.post-67925 .product .button-group.pa_vysota-zashhity,
.single .site-main article.post-67925 .range-size-product .button-group.pa_razmer,
.single .site-main article.post-67925 .range-size-product .button-group.pa_czvet,
.single .site-main article.post-67925 .range-size-product .button-group.pa_material,
.single .site-main article.post-67925 .range-size-product .button-group.pa_vysota-zashhity {
  display: none !important;
}

.single .site-main article.post-67925 .product .variations tbody tr,
.single .site-main article.post-67925 .range-size-product .variations tbody tr {
  display: flex !important;
  flex-wrap: wrap;
}

.single .site-main article.post-67925 .product .variations tbody tr th.label,
.single .site-main article.post-67925 .range-size-product .variations tbody tr th.label {
  display: none !important;
  min-width: 100px;
  text-align: left;
}

.single .site-main article.post-67925 .product .variations tbody tr td.value,
.single .site-main article.post-67925 .range-size-product .variations tbody tr td.value {
  flex-wrap: wrap !important;
}

.single .site-main article.post-67925 .product .variation_price_new_container,
.single .site-main article.post-67925 .range-size-product .variation_price_new_container {
  display: none !important;
}

.single .site-main article.post-67925 .product .single_variation_wrap .single_variation .woocommerce-variation-price,
.single .site-main article.post-67925 .range-size-product .single_variation_wrap .single_variation .woocommerce-variation-price {
  display: block !important;
  margin: 25px 0 15px 0 !important;
}

.single .site-main article.post-67925 .product .single_variation_wrap .single_variation .woocommerce-variation-price span,
.single .site-main article.post-67925 .product .single_variation_wrap .single_variation .woocommerce-variation-price del,
.single .site-main article.post-67925 .product .single_variation_wrap .single_variation .woocommerce-variation-price ins,
.single .site-main article.post-67925 .range-size-product .single_variation_wrap .single_variation .woocommerce-variation-price span,
.single .site-main article.post-67925 .range-size-product .single_variation_wrap .single_variation .woocommerce-variation-price del,
.single .site-main article.post-67925 .range-size-product .single_variation_wrap .single_variation .woocommerce-variation-price ins {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.single .site-main article.post-67925 .product .single_variation_wrap .single_variation .woocommerce-variation-price ins,
.single .site-main article.post-67925 .range-size-product .single_variation_wrap .single_variation .woocommerce-variation-price ins {
  text-decoration: none;
  color: #f28b30;
}

.single .site-main article.post-67925 .product select#pa_razmer,
.single .site-main article.post-67925 .product select#pa_vysota-zashhity,
.single .site-main article.post-67925 .range-size-product select#pa_razmer,
.single .site-main article.post-67925 .range-size-product select#pa_vysota-zashhity {
  display: none !important;
}

.single .site-main article.post-67925 .product .fp-range-buttons,
.single .site-main article.post-67925 .range-size-product .fp-range-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 4px 0;
}

.single .site-main article.post-67925 .product .fp-range-buttons button,
.single .site-main article.post-67925 .range-size-product .fp-range-buttons button {
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 1rem;
  text-transform: uppercase;
  width: auto;
  margin: 0 2px 5px 0;
  padding: 0 4px;
}

.single .site-main article.post-67925 .product .fp-range-buttons button.selected,
.single .site-main article.post-67925 .range-size-product .fp-range-buttons button.selected {
  border-bottom: solid 2px #000;
}

.single .site-main article.post-67925 .product .fp-range-buttons button:disabled,
.single .site-main article.post-67925 .range-size-product .fp-range-buttons button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.single .site-main article.post-67925 .range-size-product .fp-range-buttons {
  display: flex !important;
}