/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/*
@import url(https://db.onlinewebfonts.com/c/f890eea2e91e1270ce7109e36a42260a?family=woodmart-font);
@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,600&display=swap);
@font-face {
font-display:swap;
  font-family: woodmart-font;
  src: url(https://db.onlinewebfonts.com/t/f890eea2e91e1270ce7109e36a42260a.eot);
  src: url(https://db.onlinewebfonts.com/t/f890eea2e91e1270ce7109e36a42260a.eot?#iefix) format("embedded-opentype"),url(https://db.onlinewebfonts.com/t/f890eea2e91e1270ce7109e36a42260a.woff2) format("woff2"),url(https://db.onlinewebfonts.com/t/f890eea2e91e1270ce7109e36a42260a.woff) format("woff"),url(https://db.onlinewebfonts.com/t/f890eea2e91e1270ce7109e36a42260a.ttf) format("truetype"),url(https://db.onlinewebfonts.com/t/f890eea2e91e1270ce7109e36a42260a.svg#woodmart-font) format("svg");
  font-weight: 400;
  font-style: normal
}*/
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  /*height: 100%;*/
  min-width: 380px
}
body {
  color: #747474;
  line-height: 1;
  font-family: Montserrat;
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 83.125rem;
  margin: 0 auto;
  padding: 0 1.25rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 1.25rem 1fr minmax(auto,80.625rem) 1fr 1.25rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
main {
  background-color: #e4e2e2;
  transition: backdrop-filter .3s ease 0s,background .3s
}
.menu-open main {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(.9375rem);
  background: rgba(30,30,30,.6)
}
.menu-open .header {
  position: relative;
  z-index: 3
}
.header__close-menu-mob {
  background-color: #fff;
  top: -100%;
  text-align: center;
  position: fixed;
  z-index: 2;
  padding-block: 1.25rem;
  transition: top .3s;
  left: 0;
  right: 0
}
.menu-open .header__close-menu-mob {
  top: 3.5rem
}
.topheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: .6875rem;
  border-bottom: .0625rem solid #ececec;
  position: relative
}
.topheader::after {
  content: "";
  position: absolute;
  bottom: -.0625rem;
  left: -624.9375rem;
  width: 62499.9375rem;
  height: .0625rem;
  background-color: #ececec
}
.topheader__social {
  display: flex;
  align-items: center;
  gap: .875rem
}
.topheader__right {
  display: flex;
  align-items: center
}
.topheader__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  transition: background-color .3s ease-in-out
}
.topheader__link_whatsapp {
  background-color: #2cb742
}
.topheader__link_whatsapp:hover {
  background-color: #289e3b
}
.topheader__link_vk {
  background-color: #07f
}
.topheader__link_vk:hover {
  background-color: #0b6bd8
}
.topheader__link_telegram {
  background-color: #069ce6
}
.topheader__link_telegram:hover {
  background-color: #0f85c0
}
.topheader__mail {
  display: flex;
  align-items: center;
  gap: .625rem
}
.topheader__contakts {
  margin-left: auto
}
.topheader__contakts span {
  margin-inline: .625rem
}
.topheader__phone {
  font-weight: 600;
  font-size: 1rem;
  color: #000
}
.topheader__button {
  margin-left: 1.875rem;
  display: flex;
  align-items: center;
  gap: .375rem;
  border: .0938rem solid #34ef34;
  border-radius: 6.25rem;
  padding: .625rem 1rem
}
.topheader__button span {
  font-weight: 600;
  font-size: .75rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #333
}
.bottomheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem
}
.bottomheader__left {
  display: none
}
.bottomheader .burger:active path,
.bottomheader .header__close-menu-mob-icon:active path,
.bottomheader .left-bottomheader__link_call:active path {
  fill: #34ef34
}
.bottomheader__logo {
  flex: 0 0 13.75rem;
  padding-bottom: 1.25rem
}
.bottomheader__logo img {
  width: 100%;
  height: auto
}
.bottomheader__actions {
  display: flex
}
.menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.menu__item {
  cursor: pointer;
  position: relative;
  padding-bottom: 1.25rem
}
.menu__item:hover .menu__submenu-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 4
}
.menu__item_catalog {
  letter-spacing: .04em;
  color: #333;
  transition: background-color .3s
}
.menu__item_catalog .menu__submenu-title {
  font-size: .875rem
}
.menu__item_catalog .menu__submenu-top a,
.menu__item_catalog .menu__submenu-top span {
  translate: 0 .125rem;
  text-transform: uppercase
}
.menu__item_catalog:hover .menu__submenu-wrap {
  background-color: #34ef34
}
.menu__item_catalog:hover .menu__submenu-top svg path {
  stroke: #000
}
.menu__item_form {
  position: fixed;
  left: -100%;
  z-index: 40;
  background-color: #fff;
  width: 19.375rem;
  padding-inline: 2.4375rem;
  top: 3.5rem;
  transition: left .3s,top .3s
}
.menu-open .menu__item_form {
  left: 0
}
.menu__item_form .searchform {
  display: flex;
  align-items: center;
  gap: .625rem;
  justify-content: space-between
}
.menu__item_form .searchsubmit {
  width: 1.25rem;
  height: 1.25rem;
  position: relative
}
.menu__item_form .searchsubmit::before {
  content: "";
  font-size: 1.25rem;
  color: #333;
  top: 0;
  left: 0;
  position: absolute;
  font-family: woodmart-font
}
.menu__submenu-wrap {
  transition: background-color .3s
}
.menu__item_catalog .menu__submenu-wrap {
  border: .0938rem solid #34ef34;
  border-radius: 6.25rem;
  padding: .75rem 1.5rem .75rem 1.5rem
}
.menu__submenu-top {
  display: flex;
  align-items: center;
  gap: .375rem;
  font-weight: 600
}
.menu__submenu-icon path {
  transition: stroke .3s
}
.menu__submenu-title {
  font-weight: 600;
  font-size: .9375rem;
  color: #333;
  transition: color .3s
}
.menu__submenu-title+svg {
  transition: rotate .3s
}
.menu__submenu-title+svg path {
  transition: fill .3s
}
.menu__submenu-title_mobile {
  display: none
}
.touch .menu__submenu-title_mobile {
  display: block
}
.touch .menu__submenu-title_desktop {
  display: none
}
html:not(.touch) .menu__submenu-title_desktop {
  display: block
}
.menu__submenu-arrow {
  transition: rotate .3s
}
._submenu-active .menu__submenu-arrow {
  rotate: 0deg
}
._submenu-active .menu__submenu-arrow path {
  fill: #333
}
.menu__submenu-list {
  padding-top: 1.25rem;
  position: absolute;
  padding: 1.5rem 1.875rem;
  top: 110%;
  min-width: 15.625rem;
  left: 0;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  border-radius: 1rem;
  box-shadow: 0 0 .9375rem 0 rgba(0,0,0,.1);
  transition: opacity .3s,visibility .3s,top .3s
}
.menu__submenu-item:not(:last-child) {
  margin-bottom: 1.125rem
}
.menu__submenu-link {
  transition: color .3s
}
.menu__link {
  font-weight: 600;
  font-size: .9375rem;
  color: #333
}
.subsubmenu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .375rem
}
.subsubmenu__top svg path {
  transition: fill .3s
}
.subsubmenu__title {
  transition: color .3s
}
.subsubmenu__title+svg {
  flex: 0 0 1rem
}
.subsubmenu__icon {
  transition: rotate .3s
}
._sub-sub-active .subsubmenu__icon {
  rotate: 90deg
}
._sub-sub-active .subsubmenu__icon path {
  fill: #333
}
.subsubmenu__list {
  position: absolute;
  padding: 1.5rem 1.875rem;
  top: -1.25rem;
  min-width: 9.375rem;
  left: 102%;
  background-color: #fff;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  border-radius: 1rem;
  box-shadow: 0 0 .9375rem 0 rgba(0,0,0,.1);
  transition: opacity .3s,visibility .3s,left .3s
}
.subsubmenu__item:not(:last-child) {
  margin-bottom: 1.25rem
}
.actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.25rem
}
.actions__icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem
}
.actions__icon::before {
  content: "";
  font-size: 1.25rem;
  color: #333;
  position: absolute;
  font-family: woodmart-font
}
.actions__icon:not(.actions__icon_search)::after {
  content: "1";
  position: absolute;
  width: .9375rem;
  height: .9375rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .5625rem;
  right: -.5625rem;
  top: -.3125rem;
  background-color: #34ef34
}
.actions__icon_search::before {
  content: ""
}
.actions__icon_compire::before {
  content: ""
}
.actions__icon_favorite::before {
  content: ""
}
.actions__icon_cart::before {
  content: ""
}
.amount {
  font-weight: 600;
  color: #333
}
@media (min-width:36.00125em) {
  .header__close-menu-mob {
    display: none
  }
}
@media (min-width:48.00125em) {
  .menu__item:hover .menu__submenu-title:not(.main-catalog) {
    color: #34ef34
  }
  .menu__item:hover .menu__submenu-title:not(.main-catalog)+svg {
    rotate: 180deg
  }
  .menu__item:hover .menu__submenu-title:not(.main-catalog)+svg path {
    fill: #333
  }
  .menu__item_form {
    display: none
  }
  .menu__submenu-item {
    position: relative
  }
  .menu__submenu-item._sub-sub-active .menu__submenu-link,
  .menu__submenu-item._sub-sub-active .subsubmenu__title,
  .menu__submenu-item:hover .menu__submenu-link,
  .menu__submenu-item:hover .subsubmenu__title {
    color: #34ef34
  }
  .menu__submenu-item._sub-sub-active .subsubmenu__top svg path,
  .menu__submenu-item:hover .subsubmenu__top svg path {
    fill: #333
  }
  .subsubmenu__list {
    width: -webkit-max-content;
    width: max-content;
    max-width: 18.75rem
  }
  .subsubmenu__list._sub-sub-menu-active {
    opacity: 1;
    visibility: visible;
    left: calc(100% + 1.25rem);
    pointer-events: auto
  }
}
@media (min-width:62.00125em) {
  .bottomheader__logo {
    margin-right: .625rem
  }
}
@media (min-width:62.0313rem) {
  .bottomheader__logo_mini {
    display: none
  }
}
@media (min-width:80.625em) {
  .topheader__mail {
    margin-right: 14rem
  }
  .menu__item_catalog {
    margin-right: 4rem
  }
}
@media (min-width:62em)and (min-width:80.625em) {
  .menu__item:not(:last-child) {
    margin-right: 4.375rem
  }
}
@media (max-width:62em) {
  [class*=__container] {
    padding-inline: 1.9375rem
  }
  .topheader {
    padding-block: .25rem
  }
  .topheader__mail {
    display: none
  }
  .topheader__mail {
    margin-right: 1.25rem
  }
  .header__top .bottomheader__logo {
    padding-bottom: 0
  }
  .bottomheader__logo:not(.bottomheader__logo_mini) {
    display: none
  }
  .bottomheader__logo_mini {
    width: 12rem;
    position: relative;
    z-index: 6
  }
  .menu__item_catalog {
    margin-right: .625rem
  }
}
@media (max-width:62em)and (max-width:48em) {
  .menu__item_catalog {
    margin-right: 1.25rem
  }
}
@media (max-width:60em) {
  .topheader__contakts {
    display: flex;
    flex-direction: column;
    gap: .625rem
  }
  .topheader__contakts span {
    display: none
  }
  .topheader__button {
    margin-left: .9375rem
  }
}
@media (max-width:48em) {
  [class*=__container] {
    padding-inline: 2.4375rem
  }
  .menu__body {
    background-color: #fff;
    position: fixed;
    width: 19.375rem;
    height: 100%;
    left: -100%;
    top: 63px;
    overflow: auto;
    padding: 3.5rem 2.4375rem .9375rem 2.4375rem;
    transition: left .3s,top .3s
  }
  .menu__body::-webkit-scrollbar {
    width: 0;
    height: 0
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 3.5rem;
    left: -100%;
    top: 0;
    transition: left .3s,top .3s;
    z-index: 3;
    background-color: #fff
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header__top[class] {
    display: none
  }
  .topheader__social {
    gap: 1.25rem
  }
  .topheader__contakts {
    margin-left: 0;
    gap: .5rem;
    margin-block: 1.25rem
  }
  .topheader__button {
    margin-left: 0;
    margin-bottom: 1.25rem
  }
  .bottomheader {
    padding-block: .25rem
  }
  .bottomheader__left {
    position: relative;
    z-index: 6;
    display: flex;
    gap: 1.25rem
  }
  .bottomheader__logo {
    padding-bottom: 0
  }
  .bottomheader__logo:not(.bottomheader__logo_mini) {
    display: block;
    position: relative;
    z-index: 6
  }
  .menu__list {
    align-items: flex-start
  }
  .menu__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 1.25rem;
    border-bottom: .0625rem solid #ececec
  }
  .menu__item._submenu-active {
    padding-bottom: 0
  }
  .menu__item_catalog {
    padding-top: 0;
    margin-right: 0
  }
  .menu__item_catalog:has(.menu__submenu-wrap) {
    padding-bottom: 0
  }
  .menu__item_catalog .menu__submenu-top {
    display: none
  }
  .menu__item_catalog .menu__submenu-item:last-child {
    border-bottom: none
  }
  .menu__item_about .menu__submenu-list {
    height: 0;
    overflow: hidden;
    transition: height .3s ease
  }
  .menu__item_catalog .menu__submenu-wrap {
    padding: initial;
    border: none;
    border-radius: initial
  }
  .menu__submenu-top {
    justify-content: space-between
  }
  .menu__submenu-title+svg {
    rotate: -90deg
  }
  ._submenu-active .menu__submenu-title_mobile {
    color: #34ef34
  }
  .menu__submenu-list {
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 0;
    top: 0;
    left: initial;
    border-radius: initial;
    box-shadow: initial;
    min-width: initial
  }
  ._submenu-active .menu__submenu-item {
    border-bottom: none;
    padding-bottom: 0
  }
  .menu__submenu-item:not(:last-child) {
    margin-bottom: 0
  }
  .menu__submenu-item {
    padding-block: 1.25rem;
    border-bottom: .0625rem solid #ececec
  }
  ._sub-sub-active .menu__submenu-item {
    border-bottom: none
  }
  .subsubmenu__title {
    line-height: 1.6
  }
  ._sub-sub-active .subsubmenu__title {
    color: #34ef34
  }
  .subsubmenu__list {
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 0;
    top: initial;
    left: initial;
    border-radius: initial;
    box-shadow: initial;
    min-width: initial;
    height: 0;
    overflow: hidden;
    transition: height .3s ease
  }
  .subsubmenu__list._sub-sub-menu-active {
    margin-top: 1.25rem;
    padding: 1.25rem;
    background: #f6f6f6
  }
  .actions {
    padding-bottom: 0;
    position: relative;
    z-index: 6
  }
  .actions__icon {
    width: 1.5rem;
    height: 1.5rem
  }
  .actions__icon::before {
    font-size: 1.5rem
  }
}
@media (max-width:48em)and (max-width:36em) {
  .menu__body {
    padding-top: 7.3125rem;
    padding-inline: 2.0625rem;
    width: 100%;
    left: 0;
    top: -100%
  }
  .menu__body::before {
    top: -100%;
    left: 0
  }
  .menu-open .menu__body {
    top: 0
  }
  .menu-open .menu__body::before {
    top: 0
  }
}
@media (max-width:48em)and (max-width:23.75em) {
  .menu__body {
    padding-top: 6.5625rem
  }
}
@media (max-width:48em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:36em) {
  [class*=__container] {
    padding-inline: 2.0625rem
  }
  .bottomheader__left {
    gap: .625rem;
    margin-left: auto;
    justify-content: initial
  }
  .menu__item_form {
    padding-inline: 2.0625rem;
    width: 100%;
    left: 0;
    top: -100%
  }
  .menu-open .menu__item_form {
    top: 7.3125rem
  }
  .menu__submenu-list {
    left: -.0625rem;
    width: calc(100% + .125rem)
  }
}
@media (max-width:36em)and (max-width:23.75em) {
  .bottomheader__logo {
    flex-basis: 9rem
  }
}
@media (max-width:62.00125em)and (max-width:62em) {
  .bottomheader__logo {
    flex-basis: 11.875rem
  }
}
@media (max-width:40.625em) {
  .bottomheader__left {
    order: 2
  }
  .bottomheader .left-bottomheader__link_icon {
    order: 1
  }
  .bottomheader .left-bottomheader__link.burger {
    order: 2
  }
  .bottomheader__logo {
    order: 0
  }
  .actions {
    order: 1
  }
  .actions__icon:not(.actions__icon_cart) {
    display: none
  }
}
@media (max-width:25.625em) {
  .wd-tools-text {
    display: none
  }
}
@media (max-width:23.75em) {
  [class*=__container] {
    padding-inline: 1.25rem
  }
  .menu-open .header__close-menu-mob {
    top: 2.75rem
  }
  .menu-open .menu__item_form {
    top: 6.5625rem
  }
  .actions {
    margin-inline: auto
  }
}
@media (max-width:60em)and (min-width:48em) {
  .topheader__social {
    gap: .5rem
  }
}
@media (min-width:62em)and (max-width:80.625em) {
  .topheader__mail {
    margin-right: clamp(1.25rem ,-41.1929530201rem + 68.4563758389vw ,14rem)
  }
  .menu__item_catalog {
    margin-right: clamp(.625rem ,-10.6098993289rem + 18.1208053691vw ,4rem)
  }
}
@media (max-width:62.00125em)and (min-width:80.625em) {
  .bottomheader__logo {
    flex-basis: 13.75rem
  }
}
@media (max-width:62.00125em)and (min-width:62em)and (max-width:80.625em) {
  .bottomheader__logo {
    flex-basis: clamp(11.875rem ,5.6333892617rem + 10.067114094vw ,13.75rem)
  }
}
@media (max-width:36em)and (min-width:35.4375em) {
  .bottomheader__logo {
    flex-basis: 11.875rem
  }
}
@media (max-width:36em)and (min-width:23.75em)and (max-width:35.4375em) {
  .bottomheader__logo {
    flex-basis: clamp(9rem ,3.1577540107rem + 24.5989304813vw ,11.875rem)
  }
}
@media (min-width:62em)and (min-width:62em)and (max-width:80.625em) {
  .menu__item:not(:last-child) {
    margin-right: clamp(.5rem ,-12.3993288591rem + 20.8053691275vw ,4.375rem)
  }
}
@media (min-width:62em)and (max-width:62em) {
  .menu__item:not(:last-child) {
    margin-right: .5rem
  }
}
@media (max-width:62em)and (min-width:48.0012rem)and (min-width:62em) {
  .menu__item:not(:last-child) {
    margin-right: 4.375rem
  }
}
@media (max-width:62em)and (min-width:48.0012rem)and (min-width:48em)and (max-width:62em) {
  .menu__item:not(:last-child) {
    margin-right: clamp(.75rem ,-11.6785714286rem + 25.8928571429vw ,4.375rem)
  }
}
@media (max-width:62em)and (min-width:48.0012rem)and (max-width:48em) {
  .menu__item:not(:last-child) {
    margin-right: .75rem
  }
}
@media (max-width:62em)and (min-width:62em) {
  .menu__item_catalog {
    margin-right: 4rem
  }
}
@media (max-width:62em)and (min-width:48em)and (max-width:62em) {
  .menu__item_catalog {
    margin-right: clamp(1.25rem ,-8.1785714286rem + 19.6428571429vw ,4rem)
  }
}
#menu-item-9903>a.woodmart-nav-link {
	border: .0938rem solid #34ef34;
  border-radius: 6.25rem;
  padding: .75rem 1.5rem .75rem 1.5rem;
}

#menu-item-9903>a.woodmart-nav-link:hover {
 background: #34ef34;
 color:#333;
}

