/*
Theme Name: Storefront Child
Theme URI: URL
Description: Child Theme für Storefront
Author: Ping Internet Agentur AG
Template: storefront
Version: 1.0
Text Domain: storefront-child
*/

/* Hier kommen deine eigenen Styles */

@font-face {
  font-family: "Basis Grotesque";
  src: url("/wp-content/themes/storefront-extend/assets/fonts/basis-grotesque-off-white-pro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque";
  src: url("/wp-content/themes/storefront-extend/assets/fonts/basis-grotesque-medium-pro.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque";
  src: url("/wp-content/themes/storefront-extend/assets/fonts/basis-grotesque-black-pro.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =======================
	Variables
	======================= */
/* =======================
	Reset
	======================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  outline: none !important;
}

:focus:not(:focus-visible) {
  outline: none;
}

:root {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  font-family: "Basis Grotesque", sans-serif;
}

body {
  font-family: "Basis Grotesque";
}

h1 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  color: #004d69;
}

h2 {
  font-size: 1.2rem;
  line-height: 1.25;
  color: currentColor;
  font-style: normal;
  font-weight: 700;
  color: #004d69;
}

h3,
body ul.products li.product .woocommerce-loop-product__title {
  font-weight: 700;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 1.33;
  color: #004d69;
  margin-top: 25px;
  font-family: "Basis Grotesque";
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #004d69;
}

summary {
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

hr {
  border: none;
  height: 1px;
  background-color: currentColor;
}

address {
  font-style: normal;
}

/* =======================
	Base
	======================= */
:root {
  font-family: "Basis Grotesque", sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 1.25vw, 20px);
  text-rendering: geometricPrecision;
  scrollbar-gutter: stable;
  text-underline-position: under;
}

@media (-webkit-device-pixel-ratio: 1.5) {
  :root {
    zoom: 0.66;
  }
}

@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.8;
  }
}

h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5 {
  margin-top: 2em;
  margin-bottom: 1em;
}

h1:first-child,
.heading-1:first-child,
h2:first-child,
.heading-2:first-child,
h3:first-child,
.heading-3:first-child,
h4:first-child,
.heading-4:first-child,
h5:first-child,
.heading-5:first-child {
  margin-top: 0;
}

h1:last-child,
.heading-1:last-child,
h2:last-child,
.heading-2:last-child,
h3:last-child,
.heading-3:last-child,
h4:last-child,
.heading-4:last-child,
h5:last-child,
.heading-5:last-child {
  margin-bottom: 0;
}

h1+h1,
h1+.heading-1,
h1+h2,
h1+.heading-2,
h1+h3,
h1+.heading-3,
h1+h4,
h1+.heading-4,
h1+h5,
h1+.heading-5,
.heading-1+h1,
.heading-1+.heading-1,
.heading-1+h2,
.heading-1+.heading-2,
.heading-1+h3,
.heading-1+.heading-3,
.heading-1+h4,
.heading-1+.heading-4,
.heading-1+h5,
.heading-1+.heading-5,
h2+h1,
h2+.heading-1,
h2+h2,
h2+.heading-2,
h2+h3,
h2+.heading-3,
h2+h4,
h2+.heading-4,
h2+h5,
h2+.heading-5,
.heading-2+h1,
.heading-2+.heading-1,
.heading-2+h2,
.heading-2+.heading-2,
.heading-2+h3,
.heading-2+.heading-3,
.heading-2+h4,
.heading-2+.heading-4,
.heading-2+h5,
.heading-2+.heading-5,
h3+h1,
h3+.heading-1,
h3+h2,
h3+.heading-2,
h3+h3,
h3+.heading-3,
h3+h4,
h3+.heading-4,
h3+h5,
h3+.heading-5,
.heading-3+h1,
.heading-3+.heading-1,
.heading-3+h2,
.heading-3+.heading-2,
.heading-3+h3,
.heading-3+.heading-3,
.heading-3+h4,
.heading-3+.heading-4,
.heading-3+h5,
.heading-3+.heading-5,
h4+h1,
h4+.heading-1,
h4+h2,
h4+.heading-2,
h4+h3,
h4+.heading-3,
h4+h4,
h4+.heading-4,
h4+h5,
h4+.heading-5,
.heading-4+h1,
.heading-4+.heading-1,
.heading-4+h2,
.heading-4+.heading-2,
.heading-4+h3,
.heading-4+.heading-3,
.heading-4+h4,
.heading-4+.heading-4,
.heading-4+h5,
.heading-4+.heading-5,
h5+h1,
h5+.heading-1,
h5+h2,
h5+.heading-2,
h5+h3,
h5+.heading-3,
h5+h4,
h5+.heading-4,
h5+h5,
h5+.heading-5,
.heading-5+h1,
.heading-5+.heading-1,
.heading-5+h2,
.heading-5+.heading-2,
.heading-5+h3,
.heading-5+.heading-3,
.heading-5+h4,
.heading-5+.heading-4,
.heading-5+h5,
.heading-5+.heading-5 {
  margin-top: 1em;
}

p,
ul,
ol {
  margin-bottom: 1rem;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

li>p {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 1rem;
}

nav ul,
nav ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

footer ul,
footer ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

strong,
b {
  font-weight: bold;
}

a {
  color: currentColor;
}

nav a {
  text-decoration: none;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  border: none;
}

figure {
  font-size: 0;
}

input,
textarea,
select,
button {
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  background-color: transparent;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=password],
input[type=submit],
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.25rem;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: currentColor;
}

::-moz-placeholder {
  color: currentColor;
}

:-ms-input-placeholder {
  color: currentColor;
}

:-moz-placeholder {
  color: currentColor;
}

fieldset {
  border: none;
}

button,
input[type=submit],
.m-button {
  text-rendering: geometricPrecision;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --leading-trim: both;
}

@media print {
  footer {
    display: none !important;
  }

  .m-nav-items__wrapper,
  .m-nav-pages,
  .m-nav-service,
  .m-hamburger {
    visibility: hidden !important;
  }

  .m-pdf-form {
    display: none !important;
  }

  .u-print {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .u-print .m-news-detail__date {
    display: flex !important;
    justify-content: space-between !important;
    padding-bottom: 3rem !important;
  }

  .u-print .m-nav-logo--news {
    display: block !important;
    width: 11.5rem !important;
    height: 2.6rem !important;
  }

  .u-print .m-news-detail {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    grid-column: span 12 !important;
  }

  .u-print .m-news-detail__title {
    width: 100% !important;
  }

  .u-print .m-news-detail__dsc {
    width: 100% !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .u-print .m-news-detail__dsc-text {
    width: 100% !important;
  }

  .u-print .m-btn {
    display: none !important;
  }
}

/* =======================
	Utilities
	======================= */
.u-grid {
  display: grid;
  gap: 5rem 2.5rem;
}

.u-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 840px) {
  .u-grid--2 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.u-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 840px) {
  .u-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .u-grid--3 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.u-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media screen and (max-width: 840px) {
  .u-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .u-grid--4 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.u-grid__item--2-3 {
  grid-column: span 2;
}

@media screen and (max-width: 840px) {
  .u-grid__item--2-3 {
    grid-column: span 1;
  }
}

.u-limiter {
  display: grid;
  grid-template-columns: minmax(0, 4rem) minmax(0, 12fr) minmax(0, 4rem);
  grid-template-areas: ". content .";
}

@media screen and (max-width: 600px) {
  .u-limiter {
    grid-template-columns: minmax(0, 1.44rem) minmax(0, 12fr) minmax(0, 1.44rem);
  }
}

.u-limiter__inner {
  grid-area: content;
  justify-self: center;
  width: 100%;
  max-width: 1568px;
}

.u-big-limiter {
  display: grid;
  grid-template-columns: minmax(0, 2rem) minmax(0, 12fr) minmax(0, 2rem);
  grid-template-areas: ". content .";
}

@media screen and (max-width: 600px) {
  .u-big-limiter {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 11fr) minmax(0, 0.5fr);
  }
}

.u-big-limiter__inner {
  grid-area: content;
  justify-self: center;
  width: 100%;
  max-width: 1648px;
}

@media screen and (max-width: 860px) {
  .u-header-container {
    padding-left: 1.4375rem;
  }
}

@media screen and (min-width: 860px) {
  .u-header-container--home {
    padding-left: 4rem;
  }
}

.u-centered-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.u-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u-center {
  text-align: center;
}

.u-text {
  max-width: 80ch;
}

.u-clickable {
  cursor: pointer;
}

.u-bg-gradient {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) no-repeat;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.u-bg-circle {
  position: absolute;
  left: -18vw;
  top: 5vw;
  aspect-ratio: 1;
  width: 61vw;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
  border-radius: 50%;
}

.m-overlaying-link {
  display: none !important;
}

.u-double-background {
  position: absolute;
}

#main table.cart td.actions .coupon {
  display: flex;
}

#main .woocommerce-cart-form__contents .actions > .button {
  float: right;
}

.search-results #main > article, .search-results #main >  .search-count {
  width: 75%;
}

@media screen and (min-width: 1200px) {
  .u-double-background {
    background: linear-gradient(to right, #004D69 50%, #F3F3F3 50%);
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .heading-3,
  h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.33;
  }
}

.u-double-background__parent {
  position: relative;
  overflow: hidden;
}

.u-no-scroll {
  overflow-y: hidden;
}

.u-primary-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .u-primary-background {
    background: #004D69;
  }
}

.u-primary-background__parent {
  position: relative;
}

.u-gray-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .u-gray-background {
    background: #F3F3F3;
  }
}

.u-gray-background__parent {
  position: relative;
}

.u-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.u-fade-in.show {
  opacity: 1;
}

.u-light-blue-bg {
  background-color: #80A6B4;
}

.u-dark-blue-bg {
  background-color: #004D69;
}

.u-orange-bg {
  background-color: #FF7B39;
}

@media screen and (min-width: 1200px) {
  .u-img-50 {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .u-img-30 {
    width: 30%;
  }
}

.u-info-border {
  display: flex;
  align-items: center;
  border-radius: 40px;
  border: 1px solid #80A6B4;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1200px) {
  .u-info-border {
    padding: 0.625rem 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-info-border {
    padding: 0.6rem 0.9rem;
  }
}

.u-info-border--primary {
  border: 1px solid #004D69;
}

.u-info-border--white {
  border: 1px solid #FFFFFF;
}

/* =======================
	Layouts
	======================= */
#content {
  min-height: 80vh;
  margin-top: 150px;
}

/* =======================
	Modules
	======================= */
.m-skip {
  position: absolute;
  z-index: 11;
  padding: 0.25rem;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}

.m-skip:focus {
  opacity: 1;
  pointer-events: auto;
}

.m-lead-text {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .m-lead-text {
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-lead-text {
    padding-top: 6.2rem;
    padding-bottom: 3.7rem;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
  }
}

.m-button {
  padding: 1.25rem 2.5rem;
}

.m-overlaying-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

.m-overlaying-link__parent {
  position: relative;
}

.m-support-sticker-link {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: bottom 0.1s;
}

@media screen and (max-width: 1200px) {
  .m-support-sticker-link {
    bottom: 1.875rem;
    right: 1.44rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-support-sticker-link {
    bottom: 2rem;
    right: 2rem;
  }
}

.m-support-sticker-link__container {
  position: relative;
}

.m-support-sticker-link__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004D69;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 50px;
  aspect-ratio: 1/1;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  .m-support-sticker-link__icon {
    padding: 0.625rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-support-sticker-link__icon {
    padding: 0.5rem;
  }
}

.m-support-sticker-link__text {
  background-color: #004D69;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  padding: 0.5rem 1rem;
  padding-right: 2.5rem;
  margin-right: -2rem;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  transform: translateX(80px) rotateY(90deg);
}

.m-support-sticker-link:hover .m-support-sticker-link__text {
  transform: translateX(0) rotateY(0);
}

.m-support-sticker-link .m-overlaying-link {
  z-index: 4;
}

.m-btn,
button:not(.m-hamburger):not(.btn-search),
a.button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
a.wc-forward,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.submit {
  display: flex;
  align-items: center;
  border-radius: 40px !important;
  border: 1px solid #80A6B4 !important;
  color: #004D69 !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent !important;

}

#main .woocommerce-info a.button,
#content .woocommerce-message a {
  display: flex;
  align-items: center;
  border-radius: 40px !important;
  border: 1px solid white !important;
  color: white !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent !important;
}

#content .woocommerce-message a {
  padding: .6180469716em 1.41575em;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1200px) {

  .m-btn,
  button:not(.m-hamburger):not(.btn-search),
  a.button,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
  a.wc-forward,
  .woocommerce-info a.button,
  body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
  .submit {
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 0.625rem 1rem 0.625rem 1.125rem;
  }
}

@media screen and (min-width: 1200px) {

  .m-btn,
  button:not(.m-hamburger):not(.btn-search),
  a.button,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
  a.wc-forward,
  .woocommerce-info a.button,
  body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
  .submit {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 0.55rem 0.9rem 0.6rem 0.9rem;

  }
}

.m-btn p {
  margin: 0;
}

.m-btn:hover,
button:not(.m-hamburger):not(.btn-search):hover,
.button:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
a.wc-forward:hover,
.woocommerce-info a.button:hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
.submit:hover {
  border: 1px solid transparent;
  background: #80A6B4 !important;
  color: #FFFFFF !important;
}

.m-btn:hover svg path {
  stroke: #FFFFFF;
}

.m-btn.active {
  background: #80A6B4;
  color: #FFFFFF;
}

.m-btn--dark {
  border: 1px solid #FFFFFF;
  background: #004D69;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .m-btn--nav {
    border: 1px solid transparent !important;
    background: #003447 !important;
    color: #FFFFFF !important;
    height: 2.56rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-btn--nav {
    border: 1px solid transparent;
    background: #004D69;
    color: #FFFFFF;
    height: 2.05rem;
  }
}

.m-btn--nav:hover {
  background: #FF7B39;
}

.m-btn--nav.active {
  background: #FF7B39;
}

.m-btn--light {
  border: 1px solid #FFFFFF;
  background: #80A6B4;
  color: #FFFFFF;
}

.m-btn--light:hover {
  border: 1px solid #80A6B4;
  background: #FFFFFF;
  color: #004D69;
}

.m-btn--light.active {
  background: #004D69;
}

.m-btn--white {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}

.m-btn--white:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #004D69;
}

.m-btn--white:hover svg path {
  stroke: #004D69;
}

.m-btn--white.active {
  background: #FFFFFF;
  color: #004D69;
}

@media screen and (max-width: 1200px) {
  .m-btn--filter {
    width: 100%;
    text-align: left;
    transition: all 0.3s;
  }
}

.m-btn--filter.open {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .m-btn--filter.active {
    display: none;
  }
}

.m-btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #004D69;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .m-btn-round {
    padding: 0.625rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-btn-round {
    padding: 0.5rem;
  }
}

.m-btn-round:hover {
  background: #FF7B39;
}

.m-btn-round.active {
  background: #FF7B39;
}

.m-btn-round--icon {
  background: transparent;
  border: 1px solid #80A6B4;
}

.m-btn-round--icon svg path {
  transition: all 0.3s;
}

.m-btn-round--icon:hover {
  background: #80A6B4;
}

.m-btn-round--icon:hover svg path {
  stroke: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .m-btn-round--nav {
    border: 1px solid transparent;
    background: #003447;
    color: #FFFFFF;
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-btn-round--nav {
    border: 1px solid transparent;
    background: #004D69;
    color: #FFFFFF;
    width: 2rem;
    height: 2rem;
  }
}

.m-phone-svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.6rem;
  transition: all 0.3s;
}

.m-close-btn-svg {
  width: 2rem;
  height: 2rem;
}

.m-error-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.m-card-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004D69;
  padding: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
  .m-card-link-btn {
    width: 3.125rem;
    height: 3.125rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-card-link-btn {
    width: 3rem;
    height: 3rem;
  }
}

.m-card-link-btn--primary-hover {
  background: #003447;
}

.m-card-link-btn--secondary-hover {
  background: #59889A;
}

.m-card-link-btn--orange-hover {
  background: #F46720;
}

.m-card-arrow {
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  min-width: 2rem;
  min-height: 2rem;
}

.m-accordion-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50px;
  border: 1px solid #80A6B4;
  transition: all 0.5s;
}

.m-accordion-btn--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50px;
  border: 1px solid #80A6B4;
  transition: all 0.5s;
}

@font-face {
  font-family: "Basis Grotesque";
  src: url("./fonts/basis-grotesque-off-white-pro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque";
  src: url("./fonts/basis-grotesque-medium-pro.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque Bold";
  src: url("./fonts/basis-grotesque-black-pro.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
p,
a {
  color: #004D69;
}

h1,
.heading-1 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-decoration-line: underline;

}

#main>header,
#main .hentry.type-page .entry-header {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.current-menu-item span::after {
  width: 100%;
}

body.page-id-3 #main .hentry.type-page .entry-header {
  padding-bottom: 1rem;
}

.type-page.hentry .entry-content>p,
.type-page.hentry .entry-content ul {
  font-size: 20px;
  line-height: 30px;
  margin-left: 0;
  color: #004D69;
}

.type-page.hentry .entry-content>p.has-large-font-size {
  font-size: 2.5rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  max-width: 40%;
  width: 100%;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
}

.type-page.hentry .entry-content>p a {
  text-decoration: underline !important;
}

@media screen and (min-width: 1200px) {

  h2,
  .heading-2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1200px) {

  h3,
  .heading-3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.33;
  }
}

@media screen and (min-width: 1200px) {

  h3,
  .heading-3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.33;
  }
}

@media screen and (max-width: 1200px) {
  p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.44;
  }
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

.m-default-heading {
  position: relative;
  width: 100%;
  min-height: 14.5rem;
  overflow: hidden;
}

.m-default-heading.u-image {
  min-height: 30rem;
  background: #F3F3F3;
}

@media screen and (max-width: 860px) {
  .m-default-heading.u-image {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 860px) {
  .m-default-heading-image {
    clip-path: circle(72% at 74% 75%);
  }
}

@media screen and (min-width: 860px) {
  .m-default-heading-image {
    position: relative;
    width: 65%;
    clip-path: circle(72% at 76% 75%);
  }
}

.m-default-heading-image__container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .m-default-heading-image__container {
    position: relative;
    display: block;
    bottom: 0;
  }
}

@media screen and (min-width: 860px) {
  .m-default-heading-image__container {
    position: absolute;
    display: flex;
    justify-content: end;
    height: 100%;
  }
}

.m-default-heading-image__main-picture {
  display: flex;
}

@media screen and (min-width: 860px) {
  .m-default-heading-image__main-picture {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
}

@media screen and (max-width: 860px) {
  .m-default-heading-image__main-picture {
    height: 23rem;
  }
}

.m-default-heading-main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 4s;
}

.m-default-heading-main-image.animate-in {
  animation: zoomInFristImage 1.5s ease-in forwards;
}

.m-default-heading-main-image.animate-out {
  animation: zoomOutFristImage 1.5s ease-in forwards;
  animation-delay: 0.8s;
}

.m-default-heading-image__animate-picture {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}

.m-default-heading-image__animate-picture.active {
  animation: appearSecondImage 1s forwards;
  animation-delay: 0.8s;
}

.m-default-heading-image__animate-picture.inactive {
  animation: disappearSecondImage 1s forwards;
}

.m-default-heading-animate-image {
  width: 100%;
  height: 100%;
  scale: 0.99;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(5px);
}

.m-default-heading-animate-image.animate-in {
  animation: zoomInSecondImage 1.5s forwards;
  animation-delay: 1.2s;
}

.m-default-heading-animate-image.animate-out {
  animation: zoomOutSecondImage 0.8s forwards;
}

.m-default-animation-trigger {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  top: 50%;
  left: calc(50% - 7rem);
  transform: translateY(-50%);
  width: 9rem;
  height: 2rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}

.m-default-animation-trigger.inactive {
  z-index: -1;
  animation: animationBtnDisappear 0.5s forwards;
}

.m-default-animation-trigger.active {
  z-index: 1;
  animation: animationBtnAppear 0.5s forwards;
  animation-delay: 2s;
}

.m-default-animation-trigger p {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.m-default-animation-trigger--backward {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  top: 50%;
  left: calc(50% - 7rem);
  transform: translateY(-50%);
  width: 9rem;
  height: 2rem;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}

.m-default-animation-trigger--backward.inactive {
  z-index: -1;
  animation: animationBtnDisappear 0.5s forwards;
}

.m-default-animation-trigger--backward.active {
  z-index: 1;
  animation: animationBtnAppear 0.5s forwards;
  animation-delay: 2s;
}

.m-default-animation-trigger--backward p {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 860px) {
  .m-default-heading-content__title {
    width: 50%;
  }
}

.m-default-heading-content__title-main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  transition: opacity 1.5s;
}

@media screen and (max-width: 860px) {
  .m-default-heading-content__title-main {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.m-default-heading-content__title-main.inactive {
  animation: animationBtnDisappear 1s ease-out forwards;
  z-index: -1;
}

.m-default-heading-content__title-main.active {
  animation: animationBtnAppear 1s ease-in forwards;
  z-index: 0;
}

.m-default-heading-content__title-animated {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 1.5s;
}

.m-default-heading-content__title-animated.inactive {
  animation: animationBtnDisappear 1s ease-out forwards;
  z-index: -1;
}

.m-default-heading-content__title-animated.active {
  animation: animationBtnAppear 1s ease-in forwards;
  z-index: 0;
}

.m-default-heading-content__title-main h1 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 860px) {
  .m-default-heading-content__title-main h1 {
    line-height: 1.2;
  }
}

@media screen and (min-width: 860px) {
  .m-default-heading-content__title-main h1 {
    line-height: 1.16;
  }
}

.m-default-heading-content__title-animated h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 860px) {
  .m-default-heading-content__title-animated h2 {
    line-height: 1.2;
  }
}

@media screen and (min-width: 860px) {
  .m-default-heading-content__title-animated h2 {
    line-height: 1.16;
  }
}

.m-default-heading-content__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 860px) {
  .m-default-heading-content__container {
    justify-self: start;
    padding-top: 1.8125rem;
  }
}

@media screen and (min-width: 860px) {
  .m-default-heading-content__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 860px) {
  .m-default-heading-content__container.u-image {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 860px) {
  .m-default-heading-content__container.u-image {
    padding-top: 5.35rem;
    padding-bottom: 5.35rem;
  }
}

.m-default-heading-content__title {
  padding-bottom: 1rem;
  z-index: 1;
}

.m-default-heading-content__title h1 {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 400;
  text-decoration-line: underline;
}

.m-default-heading-content__lead-text {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 860px) {
  .m-default-heading-content__lead-text {
    width: 85%;
  }
}

@media screen and (min-width: 860px) {
  .m-default-heading-content__lead-text {
    width: 40%;
    text-wrap: balance;
  }
}

.m-default-heading-content__contact {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.m-contact-phone-svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.6rem;
  transition: all 0.3s;
}

.m-contact-phone-svg path {
  stroke: #004D69;
}

.m-contact-email-svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.6rem;
  transition: all 0.3s;
}

.m-nav {
  top: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 5;
  transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
  .m-nav {
    position: sticky;
    height: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-nav {
    position: sticky;
    height: 6rem;
  }
}

.m-nav.is-visible {
  height: 100vh;
}

.m-nav {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.m-nav-items {
  position: relative;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .m-nav-items {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .m-nav-items {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.m-nav-items__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004D69;
  z-index: 3;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.m-nav-items__wrapper.is-active {
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .m-nav-logo {
    width: 11.125rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-nav-logo {
    width: 11.5rem;
    height: 2.6rem;
  }
}

.m-nav-logo--news {
  display: none;
}

.m-nav-logo__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-nav-logo__container.is-active {
  visibility: hidden;
}

.m-nav-pages {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .m-nav-pages {
    position: absolute;
    flex-direction: column;
    row-gap: 3.125rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    visibility: hidden;
    padding-top: 5rem;
    height: 90vh;
    width: 100%;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s;
    margin-left: 0;
    text-align: center;
  }

  .m-footer-service-links {
    margin-left: 0;
  }

  .m-nav-pages a {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1200px) {
  .m-nav-pages {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.m-nav-pages.is-active {
  visibility: visible;
  opacity: 1;
}

.m-nav-pages__item {
  text-align: center;
}

.m-nav-pages__item-link {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .m-nav-pages__item-link {
    font-size: 1.875rem;
    line-height: 1.27;
  }
}

@media screen and (min-width: 1200px) {
  .m-nav-pages__item-link {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
  }
}

.m-nav-pages__item-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #004D69;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  transition: width 0.5s ease;
}

.m-nav-pages__item-link:hover::after {
  width: 100%;
}

.m-nav-pages__item-link.active::after {
  width: 100%;
}

.m-nav-service {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .m-nav-service {
    position: absolute;
    left: 0;
    top: 1.25rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
    background-color: #004D69;
    visibility: hidden;
    z-index: 3;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .m-nav-service {
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}

.m-nav-service.is-active {
  visibility: visible;
}

.m-hamburger {
  color: currentColor;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .m-hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 2.5rem;
    transform: translateY(-50%);
    background: #003447 !important;
    padding: 0.5rem;
    border-radius: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .m-hamburger {
    display: none;
  }
}

.m-hamburger.is-clicked rect {
  transform: scaleX(0);
}

.m-hamburger.is-clicked rect:first-child {
  transform: translateY(0) rotate(45deg);
}

.m-hamburger.is-clicked rect:last-child {
  transform: translateY(0) rotate(-45deg);
}

.m-hamburger svg {
  width: 1.25rem;
  color: #FFFFFF;
}

.m-hamburger rect {
  fill: currentColor;
  transform-origin: center;
  transition: transform 0.25s ease-in-out;
}

.m-hamburger rect:not(:first-child):not(:last-child) {
  transform-origin: left;
}

.m-hamburger rect:first-child {
  transform: translateY(-16px);
}

.m-hamburger rect:last-child {
  transform: translateY(16px);
}

@media screen and (max-width: 1200px) {
  .m-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-footer {
    height: 11rem;
  }
}

@media screen and (max-width: 1200px) {
  .m-footer__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-footer__items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 1200px) {
  .m-footer-logo {
    width: 13.6875rem;
    height: 3.3125rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-footer-logo {
    width: 11rem;
    height: 2.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .m-footer-logo__container {
    grid-column: span 2;
  }
}

.m-info {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .m-info {
    flex-direction: column;
    row-gap: 1.25rem;
    grid-column: span 2;
  }
}

@media screen and (min-width: 1200px) {
  .m-info {
    flex-direction: row;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

.m-info__address p {
  margin-bottom: 0;
}

.m-info__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-info__contact a {
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.m-footer-service-links {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .m-footer-service-links {
    flex-direction: column;
    row-gap: 0.3125rem;
  }
}

@media screen and (min-width: 1200px) {
  .m-footer-service-links {
    flex-direction: row;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
}

@media screen and (max-width: 1200px) {
  .m-footer-pages {
    display: flex;
    flex-direction: column;
    justify-content: end;
    row-gap: 1.25rem;
  }
}

.m-footer-pages__item-link {
  text-decoration: none;
}

/*shop*/
img {
  border-radius: 0 !important;
}

ul.products {
  padding: 0;
}

body ul li.product {
  min-height: 16.5rem;
  padding: 40px;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  transition: all .3s;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 536px;
  width: 100%;
  margin-right: 20px !important;

}

li.product:hover {
  background: #bfd3d9;
}

li.product .woocommerce-loop-product__title,
body ul.products li.product .price {
  text-align: left;
  color: #004d69;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.woocommerce-breadcrumb,
nav.storefront-product-pagination,
.woocommerce-Reviews,
section.related,
.reviews_tab,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before {
  display: none !important;
}

input.qty {
  padding: 5px;
}

a:after,
body.single-product div.product .product_meta a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #004D69;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  transition: width 0.5s ease;
}

a {
  text-decoration: none !important;
}

body.single-product div.product .product_meta a {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #004D69;
  text-decoration: none !important;
  position: relative;
}

a:hover {
  text-decoration: none;
}

body.single-product div.product .product_meta a:hover:after {
  width: 100%;
}

body ul.products li.product img {
  margin-bottom: 0;
}

.col-full {
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.btn-search {
  background: #004d69 !important;
  height: 40px;
  width: 40px;
  padding: 0 !important;
  justify-content: center;
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}

.btn-search:hover {
  background: #ff7b39 !important;
  border-color: #ff7b39 !important;
}

.search-results .page-title,
.no-results .page-title {
  text-decoration: none !important;
  line-height: 1.16;
  font-size: 50px;
  font-weight: 400;
}

.search-results #main>header,
.search-no-results #main .no-results>header {
  padding-bottom: 40px;
  padding-top: 120px;
}

.btn-search::before {
  content: '';
  background: url(img/icon-search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.woocommerce-product-search .search-field {
  border-radius: 2rem;
  padding: 1.3rem 1.3rem 1.3rem 1.5rem;
  width: 100%;
  background: white;
  box-shadow: none;
  border: 1px solid #80a6b4;
  color: #004d69;
  line-height: normal;
}

form.woocommerce-product-search {
  width: 75%;
  position: relative;
  margin-bottom: 120px;
}

.woocommerce-product-search .search-field::placeholder {
  color: #004d69;
  opacity: 1;
}

.m-nav-service__item {
  position: relative;
}

.m-nav-service__item.m-cart-item .m-cart-svg {
  width: 34px;
  height: 32px;
  display: block;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.m-nav-service__item.active .m-btn-round--nav {
  background-color: #FF7B39;
}

.m-nav-service__item.m-cart-item .m-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -35%);
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background-color: #FF7B39;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  display: grid;
  place-items: center;

}

.m-nav-service__item.m-cart-item .m-cart-count:empty,
.m-nav-service__item.m-cart-item .m-cart-count[data-count="0"] {
  display: none;
}

.site-header {
  padding-top: 0;
  background: none;
  position: fixed;
  width: 100%;
}

.storefront-breadcrumb {
  display: none;
}

#main .storefront-sorting {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#main ul.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 21px;
}

#main ul.products.columns-3::before {
  display: none;
}

#main li.product {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  width: calc((100% / 3) - 14px);
  margin: 0 !important;
  max-width: none;
}

#main li.product>a {
  display: block;
  width: 100%;
  padding: 2rem;
}

.shoplink-icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-color: #004d69;
  border-radius: 200px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main li.product>a h3 {
  font-weight: 700;
  text-align: left;
  padding-right: calc(2rem + 20px);
  margin-bottom: .5rem;
}

#main li.product .product-add-to-cart {
  margin-left: 2rem;
}

body.woocommerce-cart .entry-content>.woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.woocommerce-cart .entry-content>.woocommerce>.woocommerce-notices-wrapper {
  width: 100%;
}

body.woocommerce-cart .entry-content>.woocommerce .woocommerce-cart-form {
  width: calc(100% - 700px);
}

#main .woocommerce-cart-form th,
#main table.woocommerce-checkout-review-order-table thead th,
#main .woocommerce-MyAccount-content thead th,
#main .woocommerce-table--order-details thead th {
  padding: 0;
  background-color: white;
  border-bottom: 1px solid #59889a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #004d69;
  padding-bottom: 5px;
}

.woocommerce-customer-details address {
  color: #004d69;
}

#main .woocommerce-cart-form .cart-total-row td {
  border-top: 1px solid #59889a;
  font-weight: 900;
}

#main .woocommerce-cart-form td,
#main .woocommerce-MyAccount-content tbody th,
#main .woocommerce-MyAccount-content tbody td,
#main .woocommerce-table--order-details tbody td,
#main .woocommerce-table--order-details tbody th,
#main .woocommerce-MyAccount-content tbody td,
#main .woocommerce-table--order-details tfoot td,
#main .woocommerce-table--order-details tfoot th {
  padding: 10px 0;
  background-color: white;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #004d69;
}

#main .woocommerce-MyAccount-content tbody th,
#main .woocommerce-MyAccount-content tbody td {
  border-bottom: 1px solid #59889a;
}

#main .select2-container--default .select2-selection--single span,
#main .woocommerce-cart-form td a,
body.woocommerce-cart #main .cart-collaterals th,
body.woocommerce-cart #main .cart-collaterals td {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: 0.5px;
  color: #004d69;
}

#main a.remove::before,
#main .woocommerce-MyAccount-content mark {
  color: #004d69;
}

#main .woocommerce-Input,
#main select.orderby,
#main .woocommerce-cart-form input[type="number"],
#main .select2-container--default .select2-selection--single,
#main .woocommerce-shipping-calculator .input-text,
#customer_details .select2-container--default .select2-selection--single,
#main input.input-text,
#main textarea {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.5px;
  padding: 0.7rem 0.9rem 0.6rem 0.9rem;
  border-radius: 40px;
  border: 1px solid #80A6B4;
  color: #004D69;
  text-align: center;
  background-color: transparent;
  width: 75px;
  max-width: none;
  appearance: none;
  -moz-appearance: textfield;
  box-shadow: none;
}

#main textarea {
  line-height: 1.5;
}

#main .woocommerce #coupon_code {
  width: 300px !important;
  margin-right: 20px;
  border: none;
  border-bottom: 1px solid #80A6B4;
  color: #004D69;
  padding: .3rem 0;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

#main input.input-text,
#main textarea,
#main .woocommerce-Input {
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

#main .woocommerce #coupon_code::placeholder {
  color: rgb(0, 77, 105, 0.5);
}

#main .select2-container--default .select2-selection--single,
#main .woocommerce-shipping-calculator .input-text,
#customer_details .select2-container--default .select2-selection--single {
  width: 100%;
  text-align: left;
  height: auto;
}

#main .woocommerce-cart-form input[type="number"]::-webkit-outer-spin-button,
#main .woocommerce-cart-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.woocommerce-cart #main .entry-content>.woocommerce .cart-collaterals {
  width: 600px;
  background-color: #f3f3f3;
  margin-top: 0;
  padding: 2rem;
}

body.woocommerce-cart #main .entry-content>.woocommerce .cart-collaterals th {
  width: 175px;
  background-color: transparent;
}

body.woocommerce-cart #main .entry-content>.woocommerce .cart-collaterals td {
  background-color: transparent;
}

#main .checkout-button,
#main #payment .place-order .button {
  background: #004d69 !important;
  border: 1px solid transparent !important;
  color: #fff !important;
  height: 2.05rem;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 1;
  padding: .55rem .9rem .6rem;
  height: auto;
}

#main .checkout-button:hover,
#main #payment .place-order .button:hover {
  background: #ff7b39 !important;
}

#main .wc-proceed-to-checkout {
  margin-bottom: 0;
}

body.woocommerce-cart #main .cart-collaterals tr.order-total th,
body.woocommerce-cart #main .cart-collaterals tr.order-total strong {
  font-weight: 900;
}

body.woocommerce-cart #main .cart-collaterals th,
body.woocommerce-cart #main .cart-collaterals ul {
  padding-left: 0;
}

a.shipping-calculator-button {
  text-decoration: underline !important;
}

body.woocommerce-cart #main .cart-collaterals td {
  padding-right: 0;
}

body.woocommerce-cart .entry-content>.woocommerce .cart-collaterals,
body.woocommerce-cart .entry-content>.woocommerce .woocommerce-cart-form,
body.woocommerce-cart .entry-content>.woocommerce .cart-collaterals * {
  box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 10px;
}

#main .woocommerce-message,
#content .woocommerce-message,
#main .woocommerce-info,
#main .woocommerce-error,
#main .woocommerce-noreviews,
p.no-comments {
  border: none;
  background-color: #80a6b4;
}

#order_review_heading {
  margin-top: 0;
}

#main table.woocommerce-checkout-review-order-table td {
  padding: 10px 0;
  background-color: transparent;
}

#main table.woocommerce-checkout-review-order-table tfoot th {
  padding: 10px 0;
  background-color: transparent;
  font-weight: 900;
}

#main table.woocommerce-checkout-review-order-table tfoot ul {
  padding: 0;
}

#main table.woocommerce-checkout-review-order-table tfoot strong {
  font-weight: 900;
}

#main #payment .place-order .button {
  width: auto;
  margin-top: 20px;
}

#main #payment .payment_methods>li .payment_box,
#main #payment .place-order {
  background-color: #f3f3f3;
  width: auto;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
  color: #004d69 !important;
}

#main select.orderby {
  width: auto;
  margin-right: 20px;
  text-align: left;
  background-image: url('img/selectarrow.svg');
  background-size: 20px auto;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

#main .checkout_coupon>p {
  float: left;
  width: auto;
  margin-right: 0;
}

#main .wc-empty-cart-message {
  width: 100%;
}

#main .woocommerce-form__input-checkbox {
  width: 25px;
  height: 25px;
  accent-color: #004d69;
}

#main .woocommerce-orders-table__cell-order-actions>a::after {
  display: none;
}

#main .woocommerce-address-fields__field-wrapper {
  margin-bottom: 40px;
}

#main .show-password-input {
  top: 9px;
  right: 7px;
  border: none !important;
  background-color: transparent !important;
}

#main .show-password-input::after {
  color: #004D69 !important
}

#main form.cart .quantity input {
  height: 42px;
  margin-top: 0;
}

#main .woocommerce-MyAccount-navigation-link.is-active a {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}

@media only screen and (max-width: 1400px) {
  body.woocommerce-cart #main .entry-content>.woocommerce .cart-collaterals {
    width: 500px;
  }

  body.woocommerce-cart .entry-content>.woocommerce .woocommerce-cart-form {
    width: calc(100% - 550px);
  }

  #main .woocommerce #coupon_code {
    width: 160px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .search-results #main > article, .search-results #main > .search-count {
    width: 100%;
  }
  .search-results #main article {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    grid-gap: 20px;
  }

  .type-page.hentry .entry-content>p.has-large-font-size {
    max-width: 85%;
  }

  #main ul.products.columns-3 {
    grid-gap: 20px;
  }

  #main li.product {
    width: calc(50% - 10px);
  }

  body.woocommerce-cart #main .entry-content>.woocommerce .cart-collaterals {
    width: 100%;
  }

  body.woocommerce-cart .entry-content>.woocommerce .woocommerce-cart-form {
    width: 100%;
  }

  #main .woocommerce #coupon_code {
    width: 160px !important;
  }
}

@media only screen and (max-width: 768px) {
  #main .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
  }

  #main .my_account_orders .button {
    float: right;
  }

  #main ul.products.columns-3 {
    grid-gap: 0px;
  }

  #main li.product {
    width: 100%;
    margin-bottom: 20px !important;
  }

  #main .storefront-sorting {
    justify-content: left;
    align-items: flex-start;
    margin-top: 25px;
    flex-direction: column;
  }

  .woocommerce-cart-form table.cart tr {
    position: relative;
  }

  #main .woocommerce-cart-form td {
    padding-right: 40px;
  }

  #main .woocommerce-cart-form td.product-remove {
    position: absolute;
    right: 0;
    top: 20px;
    border: none;
  }

  #main .woocommerce-cart-form td.product-subtotal {
    border-bottom: 1px solid #59889a;
  }

  #main .woocommerce-cart-form .cart-total-row td {
    border-top: none;
  }

  .woocommerce-cart-form table.cart tr.cart-total-row {
    display: flex;
    justify-content: space-between;
  }

  .woocommerce-cart-form table.cart tr.cart-total-row td:last-child {
    display: none;
  }

  body.woocommerce-cart #main .cart-collaterals td {
    padding-left: 0;
  }

  table.cart td.actions .coupon {
    display: flex;
    justify-content: space-between;
  }

  #main .woocommerce #coupon_code {
    width: calc(100% - 250px) !important;
  }

  #main .woocommerce-form-coupon-toggle,
  #main .woocommerce-shipping-fields {
    margin-top: 25px;
  }

  #ship-to-different-address {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.44;
  }

  #main .woocommerce-form__input-checkbox {
    height: 15px;
    width: 15px;
  }

  #order_review_heading {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .search-results .search-count {
    padding-bottom: 1.5rem;
  }
}

.search-results .search-count {
  border-bottom: 1px solid;
  margin: 0;
}

.search-results article {
  border-bottom: 1px solid;
  align-items: center;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
}

.search-results article .m-btn {
  align-items: center;
  border: 1px solid #80a6b4;
  border-radius: 40px;
  color: #004d69;
  cursor: pointer;
  display: flex;
  text-decoration: none;
  transition: all .3s;
  width: -moz-fit-content;
  width: fit-content;
}

.search-results article .m-btn::after {
  content: '';
  background: url(img/mehr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  position: relative;
  left: auto;
  transform: none;
}
.search-results article .m-btn:hover::after {
filter: brightness(0) invert(1);
}
.search-results article .entry-title {
  margin-bottom: 20px;
}
.m-overlaying-link {
    cursor: pointer;
    inset: 0;
    position: absolute;
    z-index: 1;
}
#ship-to-different-address .woocommerce-form__input-checkbox{
    left: 0px;
}
.woocommerce-form__label-for-checkbox span{
    padding-left: 30px;
}