@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-ExtraBoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --text-color: #555;
  --green: #0D9284;
  --pink: #ED6474;
  --swiper-thumb: 1rem;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  font-size: 16px;
  color: var(--text-color);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

h2,
h3,
h4 {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  color: var(--text-color);
  text-decoration: none;
}

.page_delivery .text a {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
}

p {
  margin: 0 0 1rem 0;
}

p:last-child {
  margin: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

fieldset {
  display: none;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.noscroll {
  overflow: hidden !important;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn,
button {
  font-size: 1.25rem;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.25rem 1.5rem;
  border-radius: 3rem;
  width: max-content;
  background: var(--pink);
  box-shadow: 0px 4px 12px rgba(201, 85, 98, 0.8);
  border: 0.0625rem solid var(--pink);
  cursor: pointer;
  transition: 0.5s all;
}

.btn:hover,
button:hover {
  background: #fff;
  color: var(--pink);
  box-shadow: none;
  transition: 0.5s all;
}

.btn:disabled,
.btn:disabled:hover,
button:disabled,
button:disabled:hover {
  color: #fff;
  background: var(--pink);
  box-shadow: 0px 4px 12px rgba(201, 85, 98, 0.8);
  opacity: 0.3;
}

.btn.pink {}

.woocommerce-message {
  background: #BBE0DD;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
}

.woocommerce-message a {
  position: relative;
  border-bottom: 1px solid;
  display: inline-block;
  margin-right: 2.3rem;
}

.woocommerce-message a:after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url(../img/svg/more-green.svg) no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center;
  top: -0.4rem;
  right: -2.3rem;
}

.woocommerce-breadcrumb,
.breadcrumbs {
  font-size: 1.25rem;
}

.woocommerce-breadcrumb a {}

.woocommerce-breadcrumb span {
  color: var(--green);
}

section {
  padding: 3rem 0;
}

.box {
  max-width: 1476px;
  width: 100%;
  margin: 0 auto;
}

.section_title {
  font-size: 3.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}

.section_title span {
  color: var(--green);
}

.page_content h2,
.page_content h3 {
  margin: 1.5rem 0;
}

header {}

header .top {
  height: 3.1rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
}

header .top .box {
  display: flex;
  justify-content: end;
  width: 100%;
}

header .top .top_menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2.8rem;
}

header .top .top_menu li {
  list-style: none;
}

header .top .top_menu li a {}

header .middle {
  padding: 1.85rem 0;
}

header .middle .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

header .middle .logo,
footer .logo {
  width: 32%;
  position: relative;
}

header .middle .logo a,
footer .logo a {
  position: relative;
  display: block;
}

header .middle .logo a img,
footer .logo img {
  height: 4rem;
  width: max-content;
}

header .middle .logo a span,
footer .logo span {
  color: #166458;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  left: 4.3rem;
  bottom: 0.5rem;
  letter-spacing: -0.06rem;
}

header .middle .phone {
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
}

header .middle .phone a:first-child {
  color: var(--green);
  font-size: 2.5rem;
  font-weight: 500;
}

header .middle .phone a:last-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

header .middle .phone a:last-child strong {
  font-weight: 600;
}

header .middle .phone .wa_icon {
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 100%;
  background: linear-gradient(#01c324, #029605);
  display: flex;
  align-items: center;
  justify-content: center;
}

header .middle .phone .wa_icon svg {
  fill: #fff;
  height: 2rem;
  width: 2rem;
}

header .middle .phone a img {
  width: 2.6rem;
  height: 2.6rem;
}

header .middle .address {
  width: 36%;
  position: relative;
  display: flex;
  flex-direction: column;
}

header .middle .address a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
}

header .middle .address a img {
  width: 2.6rem;
  height: 2.6rem;
}

header .middle .address a span {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--text-color);
}

header .middle .address>span:first-child {
  font-size: 0.85rem;
  padding-left: 3.2rem;
}

header .middle .address>span:last-child {
  font-size: 1.25rem;
  color: var(--green);
  padding-left: 3.2rem;
  font-weight: 500;
}

header .middle .cart {
  width: 6%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .middle .cart a {
  width: 4.5rem;
  position: relative;
  display: flex;
  height: 4.5rem;
  border-radius: 100%;
  background: var(--pink);
  align-items: center;
  justify-content: center;
}

header .middle .cart a img {
  width: 2rem;
  height: 2rem;
}

header .middle .cart a span.counter {}

header .mobile_icon,
.mobile_filter {
  display: none;
}

header .navmenu {
  background: linear-gradient(337.89deg, #0D9284 10.98%, #157463 148.14%);
  display: flex;
  align-items: center;
  height: 4.35rem;
}

header .navmenu .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav.menu {
  flex-shrink: 0;
}

header .header_menu {
  display: flex;
  align-items: center;
  height: 4.3rem;
}

header .header_menu li {
  position: relative;
  padding: 0 1.25rem;
}

header .header_menu li:first-child:before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  height: 4.35rem;
  width: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header .header_menu li:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  height: 4.35rem;
  width: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

header .header_menu li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

header .header_menu li a .menu-svg-icon {
  display: block;
  height: 2rem;
}

header .header_menu li a .menu-svg-icon img {
  height: 100%;
}

header form[role="search"] {
  position: relative;
  height: 3.5rem;
  background: #FEFFFF;
  border: 1px solid #9E9E9E;
  box-shadow: inset 0px 4px 7.7px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
  margin: 0;
  width: 100%;
  flex: 1;
  margin-left: 1.25rem;
}

header form[role="search"] input {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.5rem;
  height: 1.5rem;
}

header form[role="search"] button {
  background: no-repeat;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: none;
  font-size: 0;
  text-transform: unset;
  color: unset;
  font-weight: unset;
}

.mobile_navmenu {
  position: fixed;
  z-index: 5;
  background: var(--green);
  padding: 1rem;
  height: calc(100vh - 2rem);
  width: calc(100vw - 2rem);
  max-height: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  left: -120%;
  transition: 0.5s all ease;
}

.mobile_navmenu.active {
  left: 0;
  transition: 0.5s all ease;
}

.mobile_navmenu .mobile_navmenu-close {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_navmenu .mobile_navmenu-close img {
  width: 3rem;
  height: 3rem;
  transform: rotate(45deg);
  position: absolute;
  object-fit: cover;
}

.mobile_navmenu .mobile_search {
  padding: 2rem 0;
}

.mobile_navmenu .mobile_search form {
  position: relative;
  height: 2.5rem;
  background: #FEFFFF;
  border: 1px solid #9E9E9E;
  box-shadow: inset 0px 4px 7.7px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  margin: 0;
  width: calc(100% - 2rem);
  font-size: 0.85rem;
}

.mobile_navmenu .mobile_search form.woocommerce-product-search {}

.mobile_navmenu .mobile_search form input {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobile_navmenu .mobile_search form input.search-field {}

.mobile_navmenu .mobile_search form button {
  background: no-repeat;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: none;
  font-size: 0;
  text-transform: unset;
  color: unset;
  font-weight: unset;
}

.mobile_navmenu .mobile_search form button img {}

.mobile_navmenu .mobile_search form input[type="hidden"] {}

.mobile_navmenu .mobile_menu {}

.mobile_navmenu .mobile_menu nav {}

.mobile_navmenu .mobile_menu nav.menu {
  padding-bottom: 2rem;
}

.mobile_navmenu .mobile_menu nav ul {}

.mobile_navmenu .mobile_menu nav ul#menu-mobile {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
}

.mobile_navmenu .mobile_menu nav ul.mobile_menu {}

.mobile_navmenu .mobile_menu nav ul li {}

.mobile_navmenu .mobile_menu ul li.have_icon:nth-last-of-type {
  margin-bottom: 1rem;
}

.mobile_navmenu .mobile_menu nav ul li a {
  color: #fff;
}

.mobile_navmenu .mobile_menu nav ul li.have_icon a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.mobile_navmenu .mobile_menu nav ul li.have_icon a span {}

.mobile_navmenu .mobile_menu nav ul li.have_icon a span.menu-svg-icon {
  height: 1.35rem;
  width: 1.35rem;
}

.mobile_navmenu .mobile_menu nav ul li.have_icon a span.menu-svg-icon img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.mobile_navmenu .mobile_contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mobile_navmenu .mobile_contact a:first-child {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.mobile_navmenu .mobile_contact a:last-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #fff;
}

.mobile_navmenu .mobile_contact a .wa_icon {
  height: 1.625rem;
  width: 1.625rem;
  border-radius: 100%;
  background: linear-gradient(#01c324, #029605);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_navmenu .mobile_contact a .wa_icon svg {
  fill: #fff;
  height: 1rem;
  width: 1rem;
}

.mobile_navmenu .mobile_contact a .wa_icon svg path {}

.mobile_navmenu .mobile_contact a span {}

.mobile_navmenu .mobile_contact a span strong {}

.archive main {
  background: url(../img/catalog-bg.png);
  background-repeat: repeat-y;
}

footer {}

footer #bottom_map {
  padding: 7.5rem 0;
  position: relative;
  background: url(../img/svg/contact-bg.svg) no-repeat;
  background-size: 100% 100%;
}

footer #bottom_map h2.section_title {
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

footer #bottom_map h2.section_title span {
  color: var(--pink);
}

footer #bottom_map .bottom_map {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer #bottom_map .bottom_map .bottom_map-info {
  width: 29%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

footer #bottom_map .bottom_map .bottom_map-info span {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

footer #bottom_map .bottom_map .bottom_map-info h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}

footer #bottom_map .bottom_map .bottom_map-info .bottom_map-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.875rem 0;
}

footer #bottom_map .bottom_map .bottom_map-info .bottom_map-contact a {
  font-size: 2rem;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 1rem;
}

footer #bottom_map .bottom_map .bottom_map-info .bottom_map-contact a img {
  width: 3rem;
  height: 3rem;
}

footer #bottom_map .bottom_map .bottom_map-info .bottom_map-contact a span {
  margin: 0;
  font-size: 1.8rem;
}

footer #bottom_map .bottom_map .bottom_map-map {
  width: 65%;
  position: relative;
}

footer #bottom_map .bottom_map .bottom_map-map img {
  height: 100%;
  object-fit: cover;
  position: absolute;
}

#bottom {
  padding: 3.125% 0;
}

.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bottom_info {
  width: 35%;
  position: relative;
}

.bottom_info .logo {
  width: 100%;
}

.bottom_info .logo span {}

.bottom_info .copyright {
  margin: 1rem 0 0 1.5rem;
}

.bottom_menu {
  width: 60%;
  position: relative;
}

.bottom_menu ul#menu-footer.footer_menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.75rem;
}

.bottom_menu ul#menu-footer.footer_menu li.menu-item-has-children {}

.bottom_menu ul#menu-footer.footer_menu li.menu-item-has-children>a {
  font-weight: 500;
  color: var(--green);
  margin-bottom: 0.625rem;
  display: block;
}

.bottom_menu ul#menu-footer.footer_menu li.menu-item-has-children ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.bottom_menu ul#menu-footer.footer_menu li.menu-item-has-children ul.sub-menu li {}

.bottom_menu ul#menu-footer.footer_menu li.menu-item-has-children ul.sub-menu li a {
  font-weight: 500;
}

#bottom_links {
  background: #f5f5f5;
  padding: 1rem 0;
}

.bottom_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom_links .half {
  width: 50%;
}

.bottom_links a {}

.wpcf7 .screen-reader-response {
  display: none !important;
}

.wpcf7-acceptance .wpcf7-list-item {}

.wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: '';
  height: 1rem;
  width: 1rem;
  display: block;
  border: 0.0625rem solid #BBE0DD;
  border-radius: 0.125rem;
  padding: 0.125rem;
  flex: none;
}

.wpcf7-acceptance .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.wpcf7-acceptance .wpcf7-list-item label span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wpcf7-acceptance .wpcf7-list-item label input:checked+.wpcf7-list-item-label:before {
  background: url(../img/svg/check.svg) no-repeat;
  background-position: center;
  background-size: 90%;
}

@media (max-width:1476px) {
  .box {
    width: calc(100% - 2rem);
    padding: 0 1rem;
    max-width: calc(100% - 2rem);
  }

}

@media (max-width:1300px) {
  #breadcrumbs {
    padding: 3.5rem 0;
  }

  .product_sidebar {
    display: none;
  }

  .section_title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }

  header .top .box {
    justify-content: unset;
  }

  header .middle .box {
    gap: 0.75rem;
  }

  header .middle .logo {
    width: 25%;
  }

  header .middle .phone {
    width: 30%;
  }

  header .middle .address {
    width: 39%;
  }

  header .middle .phone a:first-child {
    font-size: 1.25rem;
  }

  header .middle .phone a:last-child {
    font-size: 0.75rem;
  }

  header .middle .phone a:last-child span {
    width: calc(100% - 2.125rem);
  }

  header .middle .phone .wa_icon {
    height: 1.625rem;
    width: 1.625rem;
  }

  header .middle .phone .wa_icon svg {
    height: 70%;
    width: 70%;
  }

  header .middle .address>span:first-child {
    font-size: 1rem;
    padding-left: 2.125rem;
  }

  header .middle .address a {
    font-size: 1.25rem;
  }

  header .middle .address a img {
    height: 1.625rem;
    width: 1.625rem;
  }

  header .middle .address a span {
    font-size: 1.25rem;
  }

  header .middle .address>span:last-child {
    font-size: 1rem;
    padding-left: 2.125rem;
  }

  header .middle .cart a {
    height: 2.375rem;
    width: 2.375rem;
  }

  header .middle .cart a img {
    height: 50%;
    width: 50%;
  }

  header .navmenu {}

  header .header_menu {
    justify-content: space-between;
  }

  header .navmenu nav.menu {
    transition: 0.3s all ease;
    flex-shrink: unset;
    width: calc(100% - 3.375rem);
  }

  header .header_menu li {
    padding: 0 0.3125rem;
    justify-content: center;
    display: flex;
    flex-grow: 1;
  }

  header .header_menu li a {
    font-size: 1rem;
    gap: 0.25rem;
  }

  header .header_menu li a .menu-svg-icon {
    height: 1.5rem;
  }

  header form[role="search"] {
    height: 2.375rem;
    padding: 0;
    width: 2.375rem;
    margin: 0;
    flex: unset;
    position: relative;
    transition: 0.3s all ease;
  }

  header form[role="search"] input {
    width: 0;
  }

  header form[role="search"] button {
    display: none;
  }

  header form[role="search"] .mobile_search_icon {
    background: url('../img/svg/search.svg') no-repeat;
    height: 2.375rem;
    width: 2.375rem;
    border-radius: 100%;
    background-size: 1rem;
    background-position: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  header .navmenu.open_search form[role="search"] {
    position: absolute;
    right: 1rem;
    width: 78%;
    transition: 0.3s all ease;
    padding: 0 1.2rem;
    overflow: hidden;
  }

  header .navmenu.open_search .menu {
    pointer-events: none;
    opacity: 0.1;
    transition: 0.3s all ease;
  }

  header .navmenu.open_search form[role="search"] input {
    width: 90%;
    background: no-repeat;
  }

  header .navmenu.open_search form[role="search"] button {
    display: block;
  }

  header .navmenu.open_search form[role="search"] .mobile_search_icon {
    display: none;
  }

  .woocommerce-breadcrumb {
    margin: 0;
  }

  footer #bottom_map .bottom_map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  footer #bottom_map .bottom_map .bottom_map-info {
    width: unset;
    gap: unset;
  }

  footer #bottom_map .bottom_map .bottom_map-map {
    width: unset;
    gap: unset;
  }

  footer #bottom_map .bottom_map .bottom_map-info span {
    font-size: 0.75rem;
  }

  footer #bottom_map .bottom_map .bottom_map-info h3,
  footer #bottom_map .bottom_map .bottom_map-info .bottom_map-contact a span {
    font-size: 1.5rem;
  }

  .bottom_menu ul#menu-footer.footer_menu {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
  }

  .mobile_filter {
    display: block;
  }

  .mobile_filter span {
    font-size: 1.25rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding-bottom: 1.25rem;
    cursor: pointer;
  }

  .mobile_filter svg {}

  .product_sidebar.active {
    display: block;
  }
}

@media (max-width:980px) {
  #breadcrumbs {
    padding: 2rem 0;
  }

  header .middle .address>span:first-child {
    font-size: 0.625rem;
    padding-left: 2.125rem;
  }

  header .middle .address a span {
    font-size: 1rem;
  }

  header .middle .address>span:last-child {
    font-size: 0.75rem;
    padding-left: 2.125rem;
  }
}

@media (max-width:800px) {
  section {
    padding: 1.5625rem 0;
  }

  .woocommerce-breadcrumb,
  .breadcrumbs {
    font-size: 0.5rem;
  }

  .section_title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  header .top,
  header .navmenu,
  header .middle .address {
    display: none;
  }

  header .middle {
    padding: 0.5rem 0;
  }

  header .middle .box {
    gap: 0.5rem;
  }

  header .middle .logo {
    width: 6.5rem;
  }

  header .middle .logo a img {
    height: 1.5rem;
  }

  header .middle .logo a span {
    left: 1.5rem;
    font-size: 0.3rem;
    bottom: 0;
  }

  header .middle .phone {
    width: calc(100% - 11.25rem);
  }

  header .middle .phone a:first-child {}

  header .middle .phone a:last-child {
    gap: 0.125rem;
  }

  header .middle .phone .wa_icon {
    height: 0.875rem;
    width: 0.875rem;
  }

  header .middle .phone .wa_icon svg {
    height: 0.5rem;
    width: 0.5rem;
  }

  header .middle .phone a:last-child span {
    font-size: 0.5rem;
    line-height: 0.5rem;
    width: calc(100% - 1rem);
  }

  header .middle .cart {
    height: 1.75rem;
    width: 1.75rem;
  }

  header .middle .cart a {
    height: 1.75rem;
    width: 1.75rem;
  }

  header .middle .cart a img {
    width: 1rem;
    height: 1rem;
  }

  header .middle .mobile_icon {
    position: relative;
    height: 1rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .middle .mobile_icon span {
    position: relative;
    height: 0.0625rem;
    width: 100%;
    background: var(--pink);

  }

  header .middle .mobile_icon span:before {
    content: '';
    position: relative;
    height: 0.0625rem;
    width: 100%;
    background: var(--pink);
    display: block;
    top: -0.4375rem;
  }

  header .middle .mobile_icon span:after {
    content: '';
    position: relative;
    height: 0.0625rem;
    width: 100%;
    background: var(--pink);
    display: block;
    bottom: -0.4375rem;
  }

  footer section#bottom_map {
    padding: 3.125rem 0;
    background-size: 200%;
    background-position: top center;
  }

  footer section#bottom_map .section_title {
    font-size: 1.5rem;
    text-align: center;
  }

  footer #bottom_map .bottom_map {
    padding: 1rem;
    flex-direction: column;
    display: flex;
  }

  footer #bottom_map .bottom_map .bottom_map-map {
    padding-bottom: 60%;
  }

  footer #bottom_map .bottom_map .bottom_map-info {
    width: 100%;
  }

  footer #bottom_map .bottom_map .bottom_map-info span {
    font-size: 0.625rem;
  }

  footer #bottom_map .bottom_map .bottom_map-info h3 {
    font-size: 1rem;
  }

  footer #bottom .bottom .bottom_info {
    width: 100%;
  }

  footer #bottom .bottom .bottom_info .logo a img {
    height: auto;
  }

  footer #bottom .bottom .bottom_info .logo a span {
    font-size: 3.5vw;
    bottom: 0;
  }

  footer #bottom .bottom .bottom_info .copyright {
    margin: 0;
    padding: 1rem 0;
    font-size: 0.625rem;
  }

  footer #bottom .bottom .bottom_menu {
    width: 100%;
    padding: 1rem 0;
  }

  footer #bottom .bottom .bottom_menu nav ul.footer_menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  footer #bottom_map .bottom_map .bottom_map-info {
    gap: 0;
  }

  footer #bottom_map .bottom_map .bottom_map-info a {
    font-size: 0.875rem;
    padding: 1rem;
  }

  footer #bottom_map .bottom_map .bottom_map-info .bottom_map-contact {
    margin: 1rem 0;
  }

  footer #bottom_map .bottom_map .bottom_map-info .bottom_map-contact a {
    padding: 0;
    gap: 0.5rem;
  }

  footer #bottom_map .bottom_map .bottom_map-info .bottom_map-contact a img {
    width: 2rem;
    height: 2rem;
  }

  footer #bottom_map .bottom_map .bottom_map-info .bottom_map-contact a span {
    font-size: 1.25rem;
  }

  footer #bottom_links .bottom_links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
  }

  .bottom_links .half {
    width: 100%;
  }

  footer #bottom_links .bottom_links .half a {}
}

@media (max-width: 380px) {
  header .middle .box {
    max-width: calc(100% - 1rem);
    padding: 0 0.5rem;
    width: calc(100% - 1rem);
  }



  header .middle .logo {
    width: 6rem;
  }

  header .middle .phone {
    width: calc(100% - 9.25rem);
    align-items: flex-start;
  }

  header .middle .phone a:first-child {
    font-size: 0.75rem;
  }

  header .middle .phone a:last-child span {
    font-size: 0.5rem;
    line-height: 0.5rem;
    width: calc(100% - 1rem);
  }
}