@charset "UTF-8";
h1,
.h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 2rem;
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1rem;
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
h4:not(:last-child),
.h4:not(:last-child) {
  margin: 0 0 1rem;
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin: 0 0 1rem;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 500;
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 1rem;
}
p:last-child {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 300ms;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #434343;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FAFAFA;
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 900ms;
  transition-delay: 200ms;
  z-index: 999999;
  background-color: #fff;
}
body.no-scroll {
  overflow: hidden;
}
body.loaded:before {
  opacity: 0;
  visibility: hidden;
}
body.tippy-open .section-services-desc__icon, body.tippy-open .section-services-desc__name {
  opacity: 0.25;
}

main {
  margin-top: 5rem;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 1230px;
  }
}
@media screen and (min-width: 992px) {
  .container--max {
    max-width: 1680px;
  }
}
@media screen and (max-width: 992px) {
  .container--full-mobile {
    padding: 0;
    max-width: 100%;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

abbr {
  text-decoration: none;
}

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

.align-items-center {
  align-items: center;
}

[class*=col] {
  width: 100%;
}

.col-1 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  /*width: calc(($i / $columns) * 100%);*/
  flex: 0 0 100%;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media screen and (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.default-radius {
  border-radius: 1rem;
}

.gradient {
  background: #274090;
  background: linear-gradient(90deg, rgb(39, 64, 144) 0%, rgb(37, 167, 224) 100%);
}

.section-top {
  padding-top: 3.5rem;
}

.section-bottom {
  padding-bottom: 4rem;
}

.button-acf {
  margin-top: 2rem;
}

.section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.header {
  width: 100%;
  position: relative;
  z-index: 99;
  color: #fff;
}
.header__main.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header__top {
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #25A7E0;
}
@media (max-width: 992px) {
  .header__top {
    display: none;
  }
}
.header__logo a,
.header__logo svg {
  display: block;
}
.header__logo svg {
  width: 100px;
  height: auto;
}
@media (min-width: 992px) {
  .header__logo svg {
    width: 173px;
  }
}
.header__buttons {
  margin-right: 2rem;
  display: flex;
}
.header__buttons button {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__buttons button:not(:last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 992px) {
  .header__buttons button:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .header__buttons #button-search {
    display: none;
  }
}
.header__navigation {
  margin-left: auto;
}
.header__mobile {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile button {
  position: relative;
  width: 42px;
  height: 42px;
}
.header__mobile button:before, .header__mobile button:after {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: 400ms;
}
.header__mobile button:before {
  top: 14px;
}
.header__mobile button:after {
  bottom: 14px;
}
.header__mobile button.is-active:before {
  transform: translateY(6px) rotate(-45deg);
}
.header__mobile button.is-active:after {
  transform: translateY(-6px) rotate(45deg);
}
.header__overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: #274090;
  background: linear-gradient(90deg, rgba(39, 64, 144, 0.95) 0%, rgba(37, 167, 224, 0.95) 100%);
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: 300ms;
  overflow: auto;
}
.header__overlay.active {
  transform: translateX(0);
}
.header__overlay-container {
  display: block;
  min-height: 100%;
  padding: 120px 0 40px;
}
@media (min-width: 992px) {
  .header__overlay-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 0;
  }
}
.header #button-menu {
  position: relative;
  z-index: 9999;
}

@media (max-width: 992px) {
  .navigation__item--desktop {
    display: none;
  }
}
.navigation__item:not(:last-child) {
  margin-right: 55px;
}
@media (max-width: 992px) {
  .navigation__item:not(:last-child) {
    margin-right: 1rem;
  }
}
.navigation__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}
.navigation__icon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation__basket {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.navigation__basket-items {
  width: 16px;
  height: 16px;
  font-size: 8px;
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 1px;
}

.navigation-menu {
  background-color: #fff;
  color: #434343;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .navigation-menu {
    display: none;
  }
}
.navigation-menu ul li {
  width: 100%;
  position: relative;
}
.navigation-menu ul li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background-color: #DADADA;
}
.navigation-menu ul li a {
  padding: 10px 0 12px;
  display: flex;
  justify-content: center;
}
.navigation-menu ul li a:hover {
  color: #274090;
}
.navigation-menu ul li a:hover path {
  stroke: #274090;
}
.navigation-menu ul li a svg {
  margin-right: 10px;
}

#menu,
#search {
  display: none;
}
#menu.is-active,
#search.is-active {
  display: block;
}

.main-menu__search-form {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .main-menu__search-form {
    display: none;
  }
}
.main-menu__account {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .main-menu__account {
    display: none;
  }
}
.main-menu__grid {
  display: grid;
  gap: 30px;
}
@media (min-width: 992px) {
  .main-menu__grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.main-menu__social {
  margin-top: 30px;
}
.main-menu__social .social {
  margin-top: 1.5rem;
}
.main-menu__social path {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .main-menu__social {
    display: none;
  }
}

.menu {
  display: flex;
}
.menu--vertical {
  flex-direction: column;
}
.menu__item:not(:last-child) {
  margin-right: 1rem;
}
.menu__link {
  padding: 8px 0 10px;
  display: inline-flex;
  align-items: center;
}
.menu__icon {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .menu__icon {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .menu__icon--white {
    margin-right: 1rem;
  }
}
.menu__icon--white path,
.menu__icon--white circle {
  stroke: #fff;
}
@media (max-width: 992px) {
  .menu__name {
    display: none;
  }
  .menu__name--mobile {
    display: block;
  }
}
.menu .current-menu-item a {
  font-weight: 700;
}

.button-menu {
  position: relative;
  border-radius: 0.5rem;
}
.button-menu.is-active {
  background-color: #25A7E0;
}
.button-menu__bar {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  width: 24px;
  height: 1px;
  background-color: #fff;
  transition: 300ms;
  transform-origin: center;
}
.button-menu__bar--first {
  transform: translateY(-7px);
}
.button-menu__bar--last {
  transform: translateY(7px);
}
.button-menu.is-active .button-menu__bar--first {
  transform: translateY(0) rotate(45deg);
}
.button-menu.is-active .button-menu__bar--middle {
  opacity: 0;
}
.button-menu.is-active .button-menu__bar--last {
  transform: translateY(0) rotate(-45deg);
}

.section-footer {
  margin-top: 5rem;
  padding: 60px 0 40px;
  color: #fff;
}
@media (min-width: 992px) {
  .section-footer {
    padding-bottom: 0;
  }
}
.section-footer__grid {
  display: grid;
  gap: 30px;
}
@media (min-width: 992px) {
  .section-footer__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.section-footer__grid p {
  line-height: 1.75;
}
.section-footer__grid ul {
  margin-top: 0.5rem;
}
.section-footer__grid ul li:not(:last-child) {
  margin-bottom: 8px;
}
.section-footer__grid ul li a {
  display: flex;
  align-items: center;
}
.section-footer__grid ul li a svg {
  margin-right: 10px;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .section-footer__grid ul li a:hover svg {
    transform: translateX(5px);
  }
}
.section-footer__column--1 {
  display: flex;
  flex-direction: column;
}
.section-footer__logo {
  width: 171px;
}
.section-footer__logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .section-footer__logo {
    margin-bottom: 30px;
  }
}
.section-footer__social {
  margin-top: auto;
}
.section-footer__column-header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-footer__payment-method {
  margin: 4rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-footer__foot {
  margin: 2rem 0 0;
  display: flex;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3rem 0;
  justify-content: space-between;
  font-size: 14px;
}
@media (max-width: 992px) {
  .section-footer__foot {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .section-footer__foot ul {
    display: flex;
    gap: 0.5rem;
  }
}
@media (max-width: 992px) {
  .section-footer__foot ul li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.section-footer__foot a {
  position: relative;
}
.section-footer__foot a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .section-footer__foot a:hover::after {
    width: 50%;
  }
}

.section-404 {
  text-align: center;
}
.section-404__h1 {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 992px) {
  .section-404__h1 {
    font-size: 160px;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 13px 30px;
  margin: 0 0 30px;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius: 1rem;
  color: #fff;
  outline: 0;
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  display: none;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-error {
  background-color: #b81c23;
}

.woocommerce-message {
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.woocommerce-info {
  border: 1px solid #B3D4E6;
  background-color: #d9edf7;
  color: #3a87ad;
}

.woocommerce-error {
  border-top-color: #b81c23;
}

.input-text,
select {
  display: block;
  height: 42px;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #D6D6D6;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 992px) {
  .input-text,
  select {
    height: 52px;
  }
}

textarea {
  height: 80px !important;
  resize: none;
}

select {
  appearance: none;
}

.form-row {
  margin-bottom: 1rem;
}
.form-row__grid {
  display: grid;
}
@media (min-width: 767px) {
  .form-row__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.form-row--submit {
  margin-top: 2rem;
}

.password-input {
  position: relative;
  display: block;
}
.password-input input {
  padding-right: 60px;
}
.password-input .show-password-input {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgdmlld0JveD0iMCAwIDEyOCAxMjgiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzIiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDIiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjE1MSkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGlkPSJfNDQ3Mjk5NV9leWVfZXllc19wYXNzd29yZF9zZWN1cml0eV9zaG93X3Bhc3N3b3JkX2ljb24iIGRhdGEtbmFtZT0iNDQ3Mjk5NV9leWVfZXllc19wYXNzd29yZF9zZWN1cml0eV9zaG93IHBhc3N3b3JkX2ljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjE1MSkiPgogICAgPHJlY3QgaWQ9IkV5ZSIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTUxKSIgZmlsbD0ibm9uZSIvPgogICAgPGcgaWQ9Ikdyb3VwXzEiIGRhdGEtbmFtZT0iR3JvdXAgMSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8xIiBkYXRhLW5hbWU9IlBhdGggMSIgZD0iTTY0LjQ0NCwzMGMyNC4zNzQuMTksNDkuOTIyLDkuNzM1LDYyLjIyOCwzMC41OTQuNTg1Ljk5MiwxLjMyMywyLjQ3OSwxLjMyMywyLjQ3OS43MzksMS45NzYtMS4yMzQsNC4xNy0yLjcyMyw2LjRDMTEyLjMzNyw4OC44NzcsODcuNjQ1LDk4LDYzLjc2NSw5OCwzOS41LDk4LDEzLjcsODguNTU1LDEuNzE1LDY3LjQxMSwxLjEsNjYuMzI2LjMzNiw2NC42OS4zMzYsNjQuNjljLS41Mi0xLjQ5NC43MjEtMy4xNCwxLjY4NC00Ljc1M0MxMy44MjgsNDAuMTUzLDM4LjUzNiwzMC4xOTQsNjMuMywzMGgxLjE0OFptLTEuMTI3LDRjLTIxLjYyNi4xNjktNDMuNzQyLDcuOC01Ni4wNSwyNS4yMDhBMzguNzMyLDM4LjczMiwwLDAsMCw0LjQsNjMuODkxYTU5LjkxNCw1OS45MTQsMCwwLDAsNi43NjcsOS43MjFDMjQuNTQyLDg4LjQ0Niw0NS44LDk0LjQsNjUuOTY4LDkzLjk3N2MyMi44My0uNDc1LDQ2Ljg1Ni05LjQ1LDU3LjgzNi0yOS44YTEuNjE3LDEuNjE3LDAsMCwwLS4xNjgtLjgzOUMxMTIuNzksNDQsODguMjc2LDM0LjE4Nyw2NC40MjMsMzRINjMuMzE3Wm0xLjAyOCwxNWM5LjkuMTg4LDE3Ljk3NiwxMS44NTYsMTMuMzI1LDIxLjVDNzMuNjA5LDc4LjkyNyw2MC44MTcsODEuNTQ0LDUzLjgsNzQuODU2LDQ1LjU2Nyw2Nyw1MC4yNDMsNDkuMjYxLDYzLjk1OCw0OWguMzg3Wm0tLjMzNiw0Yy03LjI1NC4xMzctMTMuMTc3LDguNy05Ljc3MywxNS43NjQsMi45ODEsNi4xODUsMTIuMzU4LDguMSwxNy41LDMuMmExMS4yODQsMTEuMjg0LDAsMCwwLDIuMDg2LTEzLjJBMTAuODcyLDEwLjg3MiwwLDAsMCw2NC4wMDksNTNaIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iNSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.password-input .show-password-input.display-password {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzIuNzkyIiBoZWlnaHQ9IjEyOCIgdmlld0JveD0iMCAwIDEzMi43OTIgMTI4Ij4KICA8ZyBpZD0iXzQ0NzMwMDNfaGlkZV9oaWRlX2V5ZV9oaWRlX3Bhc3N3b3JkX2ljb24iIGRhdGEtbmFtZT0iNDQ3MzAwM19oaWRlX2hpZGUgZXllX2hpZGUgcGFzc3dvcmRfaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS42NTYpIj4KICAgIDxyZWN0IGlkPSJIaWRlIiB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43MTMpIiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBpZD0iUGF0aF8yIiBkYXRhLW5hbWU9IlBhdGggMiIgZD0iTTczLjU2Miw1Mi4zMjMsMTExLjMsMTQuNTg2YTEuNzM3LDEuNzM3LDAsMCwxLDEuNzU0LS41NTcsMi4wNywyLjA3LDAsMCwxLDEuMDc0LDMuMzg1TDc2LjMzNCw1NS4yMDdhMTQuNzU4LDE0Ljc1OCwwLDAsMSwyLjIsMTQuNjMxYy0zLjA4OSw3LjMtMTIuNTg2LDExLjExLTE5Ljg3NCw3Ljg4OGExMy41NzYsMTMuNTc2LDAsMCwxLTMuMDA4LTEuODM2TDE4LjEyNywxMTMuNDE0YTEuNywxLjcsMCwwLDEtMi4wMTkuNDkyLDIuMDkyLDIuMDkyLDAsMCwxLS44MDktMy4zMmwzNy42LTM3LjZhMTUuNDE0LDE1LjQxNCwwLDAsMS0xLjYyNi0xNS42NTFBMTQuODY4LDE0Ljg2OCwwLDAsMSw2NC45MDgsNDlhMTQuMiwxNC4yLDAsMCwxLDguNjU0LDMuMzIyWk05Ny40MzgsMzYuOTQ3YTQuNjYsNC42NiwwLDAsMSwxLjU3MS41NzNjMTIuMjc2LDUuMTY5LDI0LjExNSwxMy41NTQsMjkuNTM3LDI1LjUyOWEzLjk2MywzLjk2MywwLDAsMS0uNDE1LDIuNTY1QzExNi44OCw4Ny41MDUsODguODA3LDk4LjIsNjMuMjEsOThhOTYuNDE1LDk2LjQxNSwwLDAsMS0xOS44OTMtMS45ODNzLTEuODE0LS4zNjUtMi4xLTEuNjU4Yy0uMzI1LTEuNDkzLjc4MS0yLjcyNiwzLjI0My0yLjE4NiwyOC4xNTYsNi4wNCw2MC43NC0uODMyLDc3LjA5NC0yMy41NDVhMzkuNSwzOS41LDAsMCwwLDIuOTUxLTQuNzE1bDAtLjAwOGMtNS42LTEwLjcxMy0xNi41MjUtMTguNDA2LTI3LjgyMS0yMy4wMSwwLDAtMS40NDMtLjYyNS0xLjUxMy0xLjg0OGEyLjA3LDIuMDcsMCwwLDEsMi4yNTktMi4xWk02NC44MywzMGE5NC42ODksOTQuNjg5LDAsMCwxLDIxLjg4MiwyLjUyNywyLjMyLDIuMzIsMCwwLDEsMS44MjQsMS44N2MuMTA2LDEuNDQyLS44NjgsMi40NjYtMy4zNiwxLjg3Ni0yOC4wMy02LjUyNy02MC40MzctLjYxNC03Ny4xNDIsMjIuNjQ3QTM4LjgsMzguOCwwLDAsMCw0Ljk3LDYzLjg3M0MxMC43ODUsNzQuNDc5LDIwLjk0Nyw4Mi4yMDgsMzEuOTg2LDg3LjFjMCwwLDEuODcyLDEuNDY4LjgzNCwyLjk2Ny0uNzExLDEuMDI3LTIuMTYzLjgzMS0zLjQ2NS4yMzUtMTEuNzgtNS40MzgtMjIuNy0xMy43NTctMjguNC0yNS40ODlhMy45MTksMy45MTksMCwwLDEsLjM2OC0yLjU5MkMxMi4wMTgsNDAuODcsMzkuMTE0LDI5Ljk1Myw2NC44MywzMFptOC45NDcsMjcuNzY0TDU4LjYxNCw3Mi45MjdBMTAuMzcsMTAuMzcsMCwwLDAsNjQuNzEzLDc1QzcyLjIsNzUsNzguMzg1LDY1Ljg1Niw3NC4zLDU4LjYxM3EtLjI0Ni0uNDM4LS41MjctLjg0OFptLTIuODE5LTIuODM5QTExLjAyMiwxMS4wMjIsMCwwLDAsNjQuNTcxLDUzYTExLjMyMiwxMS4zMjIsMCwwLDAtMTAuNjg2LDkuMDUxLDEwLjgsMTAuOCwwLDAsMCwxLjkzNCw4LjAxNFoiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSI1Ii8+CiAgPC9nPgo8L3N2Zz4K");
}

.woocommerce-form__label-for-checkbox {
  cursor: pointer;
}
.woocommerce-form__label-for-checkbox input {
  display: none;
}
.woocommerce-form__label-for-checkbox input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.woocommerce-form__label-for-checkbox span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.woocommerce-form__label-for-checkbox span:before, .woocommerce-form__label-for-checkbox span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
}
.woocommerce-form__label-for-checkbox span:before {
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  background-color: #fff;
}
.woocommerce-form__label-for-checkbox span:after {
  background-image: url(../../img/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}

.checkout-inline-error-message {
  color: #a94442;
  font-size: 14px;
}

.quantity {
  position: relative;
  width: 120px;
}
.quantity .qty-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F9F9F9;
  border-radius: 0.5rem;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity .qty-btn svg {
  width: 16px;
  height: 16px;
}
.quantity .qty-minus {
  left: 10px;
}
.quantity .qty-plus {
  right: 10px;
}

.lost_password a {
  position: relative;
}
.lost_password a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #434343;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .lost_password a:hover::after {
    width: 50%;
  }
}

.woocommerce-password-strength {
  margin-top: 1rem;
  font-size: 14px;
}
.woocommerce-password-strength.short {
  color: #a94442;
}
.woocommerce-password-strength.bad {
  color: #a94442;
}
.woocommerce-password-strength.good {
  color: #468847;
}
.woocommerce-password-strength.strong {
  color: green;
}

.tippy-info {
  color: #3a87ad;
  background-color: #d9edf7;
  font-style: normal;
  font-weight: 600;
  border-radius: 50%;
  margin-left: 5px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.my-account-grid {
  display: grid;
  gap: 60px;
}
@media (min-width: 992px) {
  .my-account-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.logged-in.woocommerce-account .woocommerce {
  display: grid;
  gap: 60px;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .logged-in.woocommerce-account .woocommerce {
    grid-template-columns: 370px 1fr;
  }
}

.woocommerce-MyAccount-navigation {
  background-color: #fff;
  border-radius: 1rem;
  padding: 30px;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 185px;
  }
}
.woocommerce-MyAccount-navigation li:not(:last-child) {
  margin-bottom: 8px;
}
.woocommerce-MyAccount-navigation li.is-active {
  font-weight: 600;
}

.woocommerce-MyAccount-content a {
  position: relative;
}
.woocommerce-MyAccount-content a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #434343;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce-MyAccount-content a:hover::after {
    width: 50%;
  }
}

.col2-set {
  display: grid;
  gap: 30px;
}
@media (min-width: 767px) {
  .col2-set {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

.cart-collaterals table,
.cart-collaterals h2 {
  display: none;
}
@media (min-width: 992px) {
  .cart-collaterals .wc-proceed-to-checkout {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 30px;
  }
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button {
  float: none;
  width: auto;
  margin: 0 !important;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-address-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-address-fields .form-row-first,
.woocommerce-address-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-address-fields .form-row-first,
  .woocommerce-address-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last {
    width: 50%;
  }
}
.woocommerce-billing-fields .form-row-wide,
.woocommerce-address-fields .form-row-wide,
.woocommerce-shipping-fields .form-row-wide {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .woocommerce-shipping-fields {
    margin-top: 2rem;
  }
}

#ship-to-different-address span:before,
#ship-to-different-address span:after {
  transform: translateY(3px);
}

.woocommerce-checkout-review-order {
  margin-top: 2rem;
}

.woocommerce-terms-and-conditions-wrapper {
  margin: 2rem 0;
  display: grid;
  gap: 1rem;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  position: relative;
}
.woocommerce-terms-and-conditions-checkbox-text a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #434343;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce-terms-and-conditions-checkbox-text a:hover::after {
    width: 50%;
  }
}

.wc_payment_method:not(:last-child) {
  margin-bottom: 1rem;
}
.wc_payment_method input {
  display: none;
}
.wc_payment_method input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.wc_payment_method > label {
  display: flex;
  position: relative;
  padding-left: 30px;
}
.wc_payment_method > label img {
  margin-left: 5px;
  max-width: initial;
  max-height: initial;
  height: 20px;
  width: auto;
}
.wc_payment_method > label:before, .wc_payment_method > label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.wc_payment_method > label:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
}
@media (min-width: 992px) {
  .wc_payment_method > label:before {
    top: 2px;
  }
}
.wc_payment_method > label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #274090;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .wc_payment_method > label:after {
    top: 7px;
  }
}
.wc_payment_method .payment_box {
  padding-left: 30px;
  font-size: 14px;
}

.place-order {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.woocommerce-bacs-bank-details {
  margin-top: 30px;
}

.woocommerce-privacy-policy-text a {
  position: relative;
}
.woocommerce-privacy-policy-text a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #434343;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce-privacy-policy-text a:hover::after {
    width: 50%;
  }
}

.widget {
  margin-bottom: 30px;
  border-radius: 1rem;
}
.widget_block {
  padding: 30px;
  color: #fff;
  background: #274090;
  background: linear-gradient(90deg, #274090 0%, #25A7E0 100%);
}
.widget_block img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 1rem;
}

.widget_product_categories {
  background-color: #fff;
  padding: 30px;
}
.widget_product_categories ul li:not(:last-child) {
  margin-bottom: 8px;
}
.widget_product_categories ul li a:hover {
  color: #274090;
}
.widget_product_categories ul li.current-cat a {
  font-weight: 600;
}

@media (min-width: 992px) {
  .woocommerce-table tr th:last-child,
  .woocommerce-table tr td:last-child {
    text-align: right;
  }
}
.woocommerce-table--order-details {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 1rem;
}
.woocommerce-table--order-details tfoot tr:last-child td,
.woocommerce-table--order-details tfoot tr:last-child th {
  border-bottom: 0;
  padding-bottom: 0;
}

.woocommerce-cart-form {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 1rem;
}
.woocommerce-cart-form .product-thumbnail {
  width: 95px;
  padding-right: 15px;
  display: none;
}
@media (min-width: 992px) {
  .woocommerce-cart-form .product-thumbnail {
    display: table-cell;
  }
}
.woocommerce-cart-form .product-name:before {
  position: static;
  transform: none;
}
.woocommerce-cart-form .product-price {
  width: 180px;
}
.woocommerce-cart-form .product-quantity {
  width: 150px;
}
.woocommerce-cart-form .product-subtotal {
  width: 120px;
}
.woocommerce-cart-form .product-remove {
  width: 62px;
}
.woocommerce-cart-form .product-remove .remove {
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D6D6D6;
  width: 42px;
  height: 42px;
  transition: 300ms;
}
@media (min-width: 992px) {
  .woocommerce-cart-form .product-remove .remove {
    margin-left: auto;
    width: 52px;
    height: 52px;
  }
}
.woocommerce-cart-form .product-remove .remove:hover {
  background-color: #b81c23;
  border-color: #b81c23;
}
.woocommerce-cart-form .product-remove .remove path {
  transition: 300ms;
  fill: #D6D6D6;
}
.woocommerce-cart-form .product-remove .remove:hover path {
  fill: #fff;
}
@media (max-width: 992px) {
  .woocommerce-cart-form__contents .product-name:before {
    display: none;
  }
}

.shop_table {
  width: 100%;
  border-spacing: 0;
  font-size: 12px;
  display: block;
}
@media (min-width: 992px) {
  .shop_table {
    display: table;
    font-size: 14px;
  }
}
.shop_table tr {
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .shop_table tr {
    display: table-row;
  }
}
.shop_table th,
.shop_table td {
  border-bottom: 1px solid #EBEBEB;
  padding: 0;
}
.shop_table th {
  text-align: left;
  display: none;
}
@media (min-width: 992px) {
  .shop_table th {
    display: table-cell;
  }
}
.shop_table td {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .shop_table td {
    display: table-cell;
  }
}
@media (max-width: 992px) {
  .shop_table td {
    width: 100% !important;
    text-align: right;
  }
}
.shop_table td:before {
  content: attr(data-title);
  display: block;
  font-weight: 700;
  text-align: left;
  max-width: 110px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .shop_table td:before {
    display: none;
  }
}
.shop_table thead {
  display: none;
}
@media (min-width: 992px) {
  .shop_table thead {
    display: table-header-group;
  }
}
.shop_table thead th {
  padding-bottom: 0.5rem;
}
.shop_table tbody {
  display: block;
}
@media (min-width: 992px) {
  .shop_table tbody {
    display: table-row-group;
  }
}
.shop_table tbody th,
.shop_table tbody td {
  padding: 0.5rem 0;
}
.shop_table tfoot {
  display: block;
}
@media (min-width: 992px) {
  .shop_table tfoot {
    display: table-footer-group;
  }
}
.shop_table tfoot th,
.shop_table tfoot td {
  padding: 0.5rem 0;
}

.shop_table_responsive .actions > td {
  border: 0;
  padding: 2rem 0 0;
}
@media (min-width: 992px) {
  .shop_table_responsive .actions > td {
    padding: 2rem 0;
  }
}
.shop_table_responsive .actions > td:before {
  display: none;
}
.shop_table_responsive .actions > td table tr:first-child td,
.shop_table_responsive .actions > td table tr:first-child th {
  padding-top: 0;
}

.no-border {
  border: 0 !important;
}

@media (max-width: 992px) {
  .woocommerce-orders-table__row {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 1rem;
  }
  .woocommerce-orders-table__row:not(:last-child) {
    margin-bottom: 30px;
  }
}
.woocommerce-orders-table__cell:first-child {
  padding-top: 0;
}
.woocommerce-orders-table__cell:last-child {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .woocommerce-orders-table__cell-order-actions {
    text-align: right !important;
  }
}
.woocommerce-orders-table__cell-order-actions a:not(:last-child) {
  margin-right: 0.5rem;
}
@media (max-width: 992px) {
  .woocommerce-orders-table__cell-order-actions {
    border-bottom: 0 !important;
  }
}

.woocommerce-checkout-review-order-table {
  background-color: #fff;
  border-radius: 1rem;
  padding: 20px 30px;
}
@media (max-width: 992px) {
  .woocommerce-checkout-review-order-table .cart_item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 992px) {
  .woocommerce-checkout-review-order-table .product-name {
    border: 0;
    padding-top: 0;
  }
  .woocommerce-checkout-review-order-table .product-name:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout-review-order-table .product-name {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout-review-order-table .product-qty {
    width: 90px;
  }
}
@media (max-width: 992px) {
  .woocommerce-checkout-review-order-table .product-qty {
    border: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout-review-order-table .product-total {
    width: 110px;
  }
}
@media (max-width: 992px) {
  .woocommerce-checkout-review-order-table .product-total {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout-review-order-table th {
    text-align: left;
  }
}
.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout-review-order-table thead th {
  border-top: 0;
}
@media (min-width: 992px) {
  .woocommerce-checkout-review-order-table tr th:last-child,
  .woocommerce-checkout-review-order-table tr td:last-child {
    text-align: right;
  }
}
.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce-checkout-review-order-table tfoot tr:last-child th {
  border: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .woocommerce-checkout-review-order-table tfoot td:before {
    width: 120px;
  }
}

.woocommerce-columns {
  display: grid;
  gap: 30px;
}
@media (min-width: 992px) {
  .woocommerce-columns--2 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

.woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-order-details .order-again {
  margin-top: 30px;
}
.woocommerce-order-details .order_details .order-actions--content a:not(:last-child) {
  margin-right: 0.5rem;
}
.woocommerce-order-details__actions {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}

.woocommerce-customer-details {
  margin-top: 30px;
}
.woocommerce-customer-details--phone {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

mark {
  background-color: transparent;
  color: #434343;
}
mark.order-number, mark.order-date, mark.order-status {
  font-weight: 600;
}

.woocommerce-OrderUpdate:not(:last-child) {
  margin-bottom: 1rem;
}
.woocommerce-OrderUpdate-meta {
  font-weight: 600;
  margin-bottom: 0;
}

.product {
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  border-radius: 1rem 1rem;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .product:hover .product__content {
    background: #274090;
    background: linear-gradient(90deg, #274090 0%, #25A7E0 100%);
    color: #fff;
  }
}
.product__image {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 25px;
  gap: 1rem;
}
.product__price {
  margin-top: auto;
}

.summary .onsale {
  background-color: #d9534f;
  border: 1px solid #d9534f;
  color: #fff;
  border-radius: 1rem;
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  padding: 4px 12px;
  margin-bottom: 1rem;
}

ins {
  text-decoration: none;
}

.stock {
  padding: 8px 30px;
  border-radius: 1rem;
  display: inline-block;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
}
.stock--small {
  padding: 4px 12px;
  font-size: 12px;
  margin-top: 0.5rem;
}
.stock.out-of-stock {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.stock.backorder_notification, .stock.available-on-backorder {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.product-type-simple .single_variation_wrap {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.coupon {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .coupon {
    width: 380px;
  }
}
.coupon__code {
  width: 100%;
  padding-right: 60px;
}
.coupon__code::placeholder {
  color: #C9C6C6;
}
.coupon button {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
}
@media (min-width: 992px) {
  .coupon button {
    height: 52px;
  }
}
.coupon .coupon-error-notice {
  color: #a94442;
  font-size: 14px;
  margin-top: 0.5rem;
}

.select2-dropdown {
  border-color: #D6D6D6;
}

.select2-container .select2-selection__render {
  line-height: 42px;
  padding-left: 1rem;
  color: #434343;
}
@media (min-width: 992px) {
  .select2-container .select2-selection__render {
    height: 52px;
  }
}
.select2-container .select2-selection--single {
  height: 42px;
  border-radius: 1rem;
  border-color: #D6D6D6;
}
@media (min-width: 992px) {
  .select2-container .select2-selection--single {
    height: 52px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
@media (min-width: 992px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }
}

address {
  font-style: normal;
}

/* Dotąd jest ok */
.products .product {
  height: 100%;
}

.lowest-price-omnibus {
  font-size: 12px;
  margin-top: 1rem;
}

.columns-2 {
  display: grid;
  gap: 2rem;
}
@media (min-width: 767px) {
  .columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.input-text.qty {
  width: 120px;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}
.input-text.qty::-webkit-inner-spin-button, .input-text.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.products-grid {
  display: grid;
  gap: 60px;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .products-grid {
    grid-template-columns: 370px auto;
    gap: 30px;
  }
}

@media (min-width: 992px) {
  .products-grid .right {
    order: 2;
  }
}

@media (min-width: 992px) {
  .products-grid .sidebar {
    order: 1;
  }
}

.grs {
  display: grid;
  gap: 30px;
}
@media (min-width: 992px) {
  .grs {
    grid-template-columns: 1fr 1fr;
  }
}

ul.tabs.wc-tabs {
  display: none !important;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.single .type-product {
  background-color: #fff;
  padding: 30px;
}
.single .type-product .swiper a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_meta {
  margin-bottom: 12px;
}
.product_meta a {
  color: #7E7D7D;
}
.product_meta a:hover {
  color: #274090;
}

.product_title {
  margin-bottom: 12px;
}

.posted_in {
  display: block;
}

.single-product-price {
  margin-top: 12px;
  color: #274090;
  font-size: 20px;
  font-weight: 700;
}

.woocommerce-tabs {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #E7E7E7;
}

.variations_button {
  display: flex;
  gap: 1rem;
}
.variations_button button {
  width: 100%;
}

.variations {
  display: block;
}
.variations tbody,
.variations tr,
.variations td {
  display: block;
}
.variations select {
  width: 100%;
  display: block;
}

.btn,
.button {
  color: #fff;
  background: #274090;
  background: linear-gradient(90deg, #274090 0%, rgb(37, 167, 224) 100%);
  text-transform: uppercase;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  font-family: inherit;
  cursor: pointer;
  transition: 300ms;
  position: relative;
  border-radius: 1rem;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 18px;
  border: 0;
}
@media (max-width: 992px) {
  .btn,
  .button {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.btn--white,
.button--white {
  background: #fff;
}
.btn--white span,
.button--white span {
  background: linear-gradient(90deg, rgb(39, 64, 144), rgb(37, 167, 224));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn:before, .btn:after,
.button:before,
.button:after {
  display: none;
}

.underline {
  position: relative;
  padding-bottom: 8px;
}
.underline:after {
  content: "";
  width: 140px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #274090;
  background: linear-gradient(90deg, rgb(39, 64, 144) 0%, rgb(37, 167, 224) 100%);
}
@media (min-width: 767px) {
  .underline:after {
    width: 220px;
  }
}
.underline--white:after {
  background: #fff;
}
@media (min-width: 767px) {
  .underline--widget {
    width: 200px;
  }
}

.editor a {
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}
.editor ul ul,
.editor ul ol,
.editor ol ul,
.editor ol ol {
  margin-top: 0.75rem;
}
.editor ul:not(:last-child),
.editor ol:not(:last-child) {
  margin-bottom: 20px;
}
.editor ul li,
.editor ol li {
  position: relative;
  padding-left: 24px;
}
.editor ul li:not(:last-child),
.editor ol li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.editor ol {
  counter-reset: item;
}
.editor ol ol,
.editor ol ul {
  margin-top: 0.75rem;
}
.editor ol > li:before {
  background: linear-gradient(90deg, rgb(39, 64, 144), rgb(37, 167, 224));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
.editor ol[style*=lower-alpha] li:before {
  content: counter(item, lower-alpha) ".";
}
.editor ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #274090;
  background: linear-gradient(90deg, rgb(39, 64, 144) 0%, rgb(37, 167, 224) 100%);
  border-radius: 50%;
}

.woocommerce-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-pagination .next a,
.woocommerce-pagination .prev a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 1rem;
  border: 1px solid #D6D6D6;
  position: relative;
  transition: 0s;
}
@media (min-width: 992px) {
  .woocommerce-pagination .next a,
  .woocommerce-pagination .prev a {
    width: 60px;
    height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce-pagination .next a:hover,
  .woocommerce-pagination .prev a:hover {
    background: #274090;
    background: linear-gradient(90deg, #274090 0%, #25A7E0 100%);
    border-width: 0;
  }
}
.woocommerce-pagination .next a:before,
.woocommerce-pagination .prev a:before {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #D6D6D6;
}
.woocommerce-pagination .next a:after,
.woocommerce-pagination .prev a:after {
  display: none;
}
.woocommerce-pagination .next {
  margin-left: auto;
}
.woocommerce-pagination .next a:before {
  content: "next";
}
.woocommerce-pagination .prev a:before {
  content: "prev";
}

ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 60px;
  height: 42px;
  flex: 100%;
}
@media (min-width: 992px) {
  ul.page-numbers {
    height: 60px;
  }
}
ul.page-numbers li {
  margin: 0 4px;
}
ul.page-numbers li.current {
  font-weight: 600;
}
ul.page-numbers li.current span {
  display: block;
  padding: 0 2px;
}
ul.page-numbers li.next,
ul.page-numbers li.prev {
  position: absolute;
  top: 0;
}
ul.page-numbers li.next {
  right: 0;
}
ul.page-numbers li.prev {
  left: 0;
}
ul.page-numbers li.page a {
  display: block;
  padding: 0 2px;
}

.social ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .social ul {
    gap: 1rem;
  }
}
.social ul li {
  margin-bottom: 0 !important;
}
.social svg {
  margin-right: 0 !important;
  transform: none !important;
}
.social a {
  display: flex;
}
.social path {
  opacity: 0.5;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .social a:hover path {
    opacity: 1;
  }
}

.searchform {
  position: relative;
}
.searchform input[type=text] {
  background-color: #fff;
  border: 0;
  width: 100%;
  padding: 1rem 60px 1rem 30px;
  color: #434343;
}
.searchform input[type=text]::placeholder {
  color: #C9C6C6;
}
.searchform button {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  outline: 0;
  bordeR: 0;
  border-radius: 1rem;
  text-indent: -999999px;
}
@media (min-width: 992px) {
  .searchform button {
    width: 52px;
    height: 52px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .searchform button:hover {
    background: #274090;
    background: linear-gradient(90deg, rgb(39, 64, 144) 0%, rgb(37, 167, 224) 100%);
    border-width: 0;
  }
  .searchform button:hover svg path,
  .searchform button:hover svg circle {
    stroke: #fff;
  }
}

body .swiper-pagination {
  position: static;
  line-height: 0;
}
@media (min-width: 992px) {
  body .swiper-pagination--mobile {
    display: none;
  }
}
body .swiper-pagination-bullet {
  width: 16px;
  height: 12px;
  border: 2px solid #434343;
  border-radius: 8px;
  background-color: transparent;
}
@media (min-width: 992px) {
  body .swiper-pagination-bullet {
    width: 20px;
    height: 16px;
  }
}
body .swiper-pagination-bullet-active {
  background-color: #274090;
  border-color: #274090;
}

.popup-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 19999999999;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.popup-content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199999999999;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  overflow: auto;
}
.popup-content__box {
  width: 100%;
  max-width: 500px;
  padding: 30px 30px;
  height: auto;
  background: #fff;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .popup-content__box {
    padding: 35px 50px;
  }
}
.popup-content__field {
  position: relative;
}
.popup-content__field input {
  padding-right: 90px;
}
@media (min-width: 992px) {
  .popup-content__field input {
    padding-right: 120px;
  }
}
.popup-content__field button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.popup-content__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.popup-content__close:before, .popup-content__close:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -0.5px;
}
.popup-content__close:before {
  transform: rotate(45deg);
}
.popup-content__close:after {
  transform: rotate(-45deg);
}
.popup-content__copy {
  color: #468847;
  padding: 5px 0;
  margin-bottom: 0;
  display: none;
  text-align: center;
}

.offer-popup .popup-background--offer,
.offer-popup .popup-content--offer,
.ask-price-popup .popup-background--price,
.ask-price-popup .popup-content--price,
.basket-copy-popup .popup-background--copy,
.basket-copy-popup .popup-content--copy,
.country-popup .popup-background--country,
.country-popup .popup-content--country {
  opacity: 1;
  visibility: visible;
}

.offer-popup,
.ask-price-popup,
.basket-copy-popup,
.country-popup {
  overflow: hidden;
}

.payment-logos {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  place-content: center;
}
@media (min-width: 576px) {
  .payment-logos {
    grid-template-columns: repeat(auto-fit, minmax(0, 130px));
  }
}
.payment-logos__item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-logos svg {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}

.wpcf7 a {
  text-decoration: underline;
}
.wpcf7 .form-row--text {
  font-size: 12px;
}
.wpcf7 .form-row--checkbox input {
  display: none;
}
.wpcf7 .form-row--checkbox input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
.wpcf7 .form-row--checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .form-row--checkbox .wpcf7-list-item-label {
  display: block;
  padding-left: 30px;
  position: relative;
}
.wpcf7 .form-row--checkbox .wpcf7-list-item-label:before, .wpcf7 .form-row--checkbox .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
}
.wpcf7 .form-row--checkbox .wpcf7-list-item-label:before {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  background-color: #fff;
}
.wpcf7 .form-row--checkbox .wpcf7-list-item-label:after {
  background: url(../../img/checked.svg) no-repeat center;
  background-size: 16px 16px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-email,
.wpcf7 .wpcf7-textarea {
  display: block;
  height: 42px;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #D6D6D6;
  outline: 0;
  font-family: inherit;
  font-size: 14px;
}
@media (min-width: 992px) {
  .wpcf7 .wpcf7-text,
  .wpcf7 .wpcf7-email,
  .wpcf7 .wpcf7-textarea {
    height: 52px;
  }
}
.wpcf7 .wpcf7-textarea {
  height: 90px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #a94442;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 8px 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #a94442;
  background-color: #f2dede;
  border-width: 2px;
  border-color: #ebccd1;
  margin: 2.25rem 0 0;
  font-size: 14px;
  border-radius: 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.section-slider__container {
  display: grid;
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .section-slider__container {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (min-width: 1280px) {
  .section-slider__container {
    grid-template-columns: 2fr 1fr;
  }
}
.section-slider__image {
  order: 2;
}
@media (min-width: 992px) {
  .section-slider__image {
    order: 1;
  }
}
.section-slider__image img {
  border-radius: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .section-slider__image img {
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .section-slider__image {
    margin-bottom: 30px;
  }
}
.section-slider__content {
  order: 1;
  border-radius: 1rem;
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 992px) {
  .section-slider__content {
    order: 2;
  }
}

.section-top-products {
  padding-bottom: 5rem;
}
.section-top-products .swiper {
  margin-top: 2rem;
}
.section-top-products .swiper-slide {
  height: auto;
}
.section-top-products .product {
  height: 100%;
}

.swiper-box {
  position: relative;
}
.swiper-box .swiper-button-prev,
.swiper-box .swiper-button-next {
  width: 52px;
  height: 52px;
  border: 1px solid #D6D6D6;
  border-radius: 1rem;
  transform: translateY(-50%);
}
.swiper-box .swiper-button-prev:after,
.swiper-box .swiper-button-next:after {
  color: #D6D6D6;
  font-size: 16px;
}
.swiper-box .swiper-button-prev:hover,
.swiper-box .swiper-button-next:hover {
  background: #274090;
  background: linear-gradient(90deg, rgb(39, 64, 144) 0%, rgb(37, 167, 224) 100%);
  border-width: 0;
}
@media (max-width: 992px) {
  .swiper-box .swiper-button-prev,
  .swiper-box .swiper-button-next {
    display: none;
  }
}
.swiper-box .swiper-button-prev {
  left: 0;
  margin-left: -72px;
}
@media (min-width: 992px) and (max-width: 1360px) {
  .swiper-box .swiper-button-prev {
    margin-left: -26px;
  }
}
.swiper-box .swiper-button-next {
  right: 0;
  margin-right: -72px;
}
@media (min-width: 992px) and (max-width: 1360px) {
  .swiper-box .swiper-button-next {
    margin-right: -26px;
  }
}

.section-about__grid {
  display: grid;
  gap: 30px;
  align-items: center;
}
@media (min-width: 992px) {
  .section-about__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.section-about__image img {
  border-radius: 1rem;
}

.section-logos .swiper {
  border-top: 1px solid #D6D6D6;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .section-logos .swiper {
    padding-top: 3.5rem;
  }
}
.section-logos .swiper-pagination {
  margin-top: 2rem;
}
.section-logos .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-logos .swiper-slide img {
  opacity: 0.5;
  filter: grayscale(1);
  transition: 300ms;
  max-width: 215px;
  width: 100%;
}
.section-logos .swiper-slide img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.section-content__editor {
  background-color: #fff;
  border-radius: 1rem;
  padding: 30px;
}
@media (min-width: 992px) {
  .section-content__editor {
    padding: 45px 60px;
  }
}

.section-accordion {
  margin-bottom: 2rem;
}
.section-accordion__box {
  border-radius: 1rem;
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 992px) {
  .section-accordion__box {
    padding: 30px 60px;
  }
}
.section-accordion__button {
  font-weight: 600;
  margin-bottom: 0;
  padding: 1rem 60px 1rem 0;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.section-accordion__button:hover, .section-accordion__button.is-active {
  background: linear-gradient(90deg, rgb(39, 64, 144), rgb(37, 167, 224));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-accordion__icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  transition: 300ms;
}
.section-accordion__icon--is-active {
  transform: rotate(45deg);
}
.section-accordion__editor {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.section-accordion__editor .editor {
  padding: 15px 0;
}
.section-accordion:last-child {
  margin-bottom: 4rem;
}

.tippy-box {
  padding: 30px;
  font-size: 14px;
  border-radius: 1rem;
}

.tippy-box[data-theme~=info] {
  background-color: #d9edf7;
  color: #3a87ad;
}

.tippy-box[data-theme~=info][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #d9edf7;
}

.tippy-box[data-theme~=info][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #d9edf7;
}

.tippy-box[data-theme~=info][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #d9edf7;
}

.tippy-box[data-theme~=info][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #d9edf7;
}