.row {
  margin: 0 -1.5rem;
  display: flex;
}

.col-6 {
  padding: 0 1.5rem;
  width: 50%;
  flex-basis: 50%;
}
.col-12 {
  padding: 0 1.5rem;
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .col-md-8 {
    padding: 0 1.5rem;
    width: calc( calc(100% / 12) * 8 );
    flex-basis: calc( calc(100% / 12) * 8 );
  }
  .col-md-6 {
    padding: 0 1.5rem;
    width: 50%;
    flex-basis: 50%;
  }
  .col-md-3 {
    padding: 0 1.5rem;
    width: calc( calc(100% / 12) * 3 );
    flex-basis: calc( calc(100% / 12) * 3 );
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    padding: 0 1.5rem;
    width: 25%;
    flex-basis: 25%;
  }
  .col-lg-6 {
    padding: 0 1.5rem;
    width: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
    margin-inline-start: calc( calc(100% / 12) * 2);
  }
}
@media (min-width: 992px) {
  .offset-lg-5 {
    margin-inline-start: calc( calc(100% / 12) * 5);
  }
}

.col-6 {
  width: 50%;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

.d-none {
  display: none !important;
}
.d-inline-block {
  display: block;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 568px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: block !important;
  }
  .d-lg-inline-flex {
    display: flex !important;
  }
}

.flex-direction-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap !important;
}

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

.align-self-end {
  align-self: flex-end !important;
}
@media (min-width: 768px) {
  .align-md-self-end {
    align-self: flex-end !important;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.order-1 {
  order: 1 !important;
}
@media (min-width: 568px) {
  .order-sm-unset {
    order: unset !important;
  }
}
@media (min-width: 992px) {
  .order-lg-unset {
    order: unset !important;
  }
}

.pt-20 {
  padding-top: 20px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0;
}
.mt-3 {
  margin-block-start: 1rem;
}
.mt-5 {
  margin-block-start: 3rem;
}
.mt-30 {
  margin-block-start: 30px !important;
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-block-start: 5rem;
  }
  .mt-md-20 {
    margin-block-start: 20px;
  }
}
.me-0 {
  margin-inline-end: 0;
}
.me-3 {
  margin-inline-end: 1rem;
}
@media (min-width: 768px) {
  .me-md-3 {
    margin-inline-end: 1rem;
  }
  .me-md-4 {
    margin-inline-end: 1.5rem;
  }
}
@media (min-width: 992px) {
  .me-lg-0 {
    margin-inline-end: 0;
  }
  .me-lg-3 {
    margin-inline-end: 1rem;
  }
}
.mb-2 {
  margin-bottom: 0.75rem;
}
.mb-3 {
  margin-block-end: 1rem;
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0;
  }
}

.w-100 {
  width: 100% !important;
}
@media (min-width: 568px) {
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

@font-face {
  font-family: "Gilroy";
  src: url("../../assets/css/fonts/Gilroy-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/css/fonts/Gilroy-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/css/fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/css/fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/css/fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/css/fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/css/fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/css/fonts/Gilroy-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../assets/css/fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
p.calc-code,
p.calc-type {
  opacity: 1;
}

.product-main select {
  background-color: #fff;
  height: 59px;
  padding: 15px 35px 15px 48px;
  color: #3A3A3A;
  font-weight: 500;
  line-height: 28px;
  display: block;
  width: 100%;
  border: none;
}

.validate-error {
  position: absolute;
  display: inline-block;
  opacity: 1;
  padding: 5px 0;
  z-index: 1070;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 12px;
  word-wrap: break-word;
  transform: translateX(-50%);
}

.validate-error .animated {
  padding-bottom: 5px;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.validate-error .animated.infinite {
  animation-iteration-count: infinite;
}

.validate-error .animated.hinge {
  animation-duration: 2s;
}

.validate-error .animated.bounceIn, .validate-error .animated.bounceOut, .validate-error .animated.flipOutX, .validate-error .animated.flipOutY {
  animation-duration: 0.75s;
}

.validate-error .animated > div {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.validate-error .animated > div > i {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
  position: absolute;
  width: 0;
  height: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-style: solid;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*, :after, :before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

a:focus, a:hover {
  color: #ff0083;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 30px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

@media only screen and (max-width: 574px) {
  hr {
    border-top: 1px solid #D8D8D8;
  }

  .single_variation_wrap hr {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 24px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small, small {
  font-size: 85%;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title], abbr[title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

code, kbd {
  padding: 2px 4px;
  font-size: 90%;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}

caption, th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  margin: 0;
}

fieldset, legend {
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control, output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn.btn-arrow:hover svg path {
  fill: #fff;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container-fluid .jumbotron, .container .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-fluid .jumbotron, .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table-responsive > .table caption, .panel > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal, .modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translateY(-25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.m5 {
  margin: 5px;
}

.am5 {
  margin: 1px;
}

.mt5 {
  margin-top: 5px;
}

.amt5 {
  margin-top: 1px;
}

.mr5 {
  margin-right: 5px;
}

.amr5 {
  margin-right: 1px;
}

.mb5 {
  margin-bottom: 5px;
}

.amb5 {
  margin-bottom: 1px;
}

.ml5 {
  margin-left: 5px;
}

.aml5 {
  margin-left: 1px;
}

.p5 {
  padding: 5px;
}

.ap5 {
  padding: 1px;
}

.pt5 {
  padding-top: 5px;
}

.apt5 {
  padding-top: 1px;
}

.pr5 {
  padding-right: 5px;
}

.apr5 {
  padding-right: 1px;
}

.pb5 {
  padding-bottom: 5px;
}

.apb5 {
  padding-bottom: 1px;
}

.pl5 {
  padding-left: 5px;
}

.apl5 {
  padding-left: 1px;
}

@media screen and (min-width: 480px) {
  .am5 {
    margin: 2px;
  }

  .ap5 {
    padding: 2px;
  }

  .amt5 {
    margin-top: 2px;
  }

  .apt5 {
    padding-top: 2px;
  }

  .amr5 {
    margin-right: 2px;
  }

  .apr5 {
    padding-right: 2px;
  }

  .amb5 {
    margin-bottom: 2px;
  }

  .apb5 {
    padding-bottom: 2px;
  }

  .aml5 {
    margin-left: 2px;
  }

  .apl5 {
    padding-left: 2px;
  }
}
@media screen and (min-width: 768px) {
  .am5 {
    margin: 3px;
  }

  .ap5 {
    padding: 3px;
  }

  .amt5 {
    margin-top: 3px;
  }

  .apt5 {
    padding-top: 3px;
  }

  .amr5 {
    margin-right: 3px;
  }

  .apr5 {
    padding-right: 3px;
  }

  .amb5 {
    margin-bottom: 3px;
  }

  .apb5 {
    padding-bottom: 3px;
  }

  .aml5 {
    margin-left: 3px;
  }

  .apl5 {
    padding-left: 3px;
  }
}
@media screen and (min-width: 992px) {
  .am5 {
    margin: 4px;
  }

  .ap5 {
    padding: 4px;
  }

  .amt5 {
    margin-top: 4px;
  }

  .apt5 {
    padding-top: 4px;
  }

  .amr5 {
    margin-right: 4px;
  }

  .apr5 {
    padding-right: 4px;
  }

  .amb5 {
    margin-bottom: 4px;
  }

  .apb5 {
    padding-bottom: 4px;
  }

  .aml5 {
    margin-left: 4px;
  }

  .apl5 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .am5 {
    margin: 5px;
  }

  .ap5 {
    padding: 5px;
  }

  .amt5 {
    margin-top: 5px;
  }

  .apt5 {
    padding-top: 5px;
  }

  .amr5 {
    margin-right: 5px;
  }

  .apr5 {
    padding-right: 5px;
  }

  .amb5 {
    margin-bottom: 5px;
  }

  .apb5 {
    padding-bottom: 5px;
  }

  .aml5 {
    margin-left: 5px;
  }

  .apl5 {
    padding-left: 5px;
  }
}
.m10 {
  margin: 10px;
}

.am10 {
  margin: 2px;
}

.mt10 {
  margin-top: 10px;
}

.amt10 {
  margin-top: 2px;
}

.mr10 {
  margin-right: 10px;
}

.amr10 {
  margin-right: 2px;
}

.mb10 {
  margin-bottom: 10px;
}

.amb10 {
  margin-bottom: 2px;
}

.ml10 {
  margin-left: 10px;
}

.aml10 {
  margin-left: 2px;
}

.p10 {
  padding: 10px;
}

.ap10 {
  padding: 2px;
}

.pt10 {
  padding-top: 10px;
}

.apt10 {
  padding-top: 2px;
}

.pr10 {
  padding-right: 10px;
}

.apr10 {
  padding-right: 2px;
}

.pb10 {
  padding-bottom: 10px;
}

.apb10 {
  padding-bottom: 2px;
}

.pl10 {
  padding-left: 10px;
}

.apl10 {
  padding-left: 2px;
}

@media screen and (min-width: 480px) {
  .am10 {
    margin: 4px;
  }

  .ap10 {
    padding: 4px;
  }

  .amt10 {
    margin-top: 4px;
  }

  .apt10 {
    padding-top: 4px;
  }

  .amr10 {
    margin-right: 4px;
  }

  .apr10 {
    padding-right: 4px;
  }

  .amb10 {
    margin-bottom: 4px;
  }

  .apb10 {
    padding-bottom: 4px;
  }

  .aml10 {
    margin-left: 4px;
  }

  .apl10 {
    padding-left: 4px;
  }
}
@media screen and (min-width: 768px) {
  .am10 {
    margin: 6px;
  }

  .ap10 {
    padding: 6px;
  }

  .amt10 {
    margin-top: 6px;
  }

  .apt10 {
    padding-top: 6px;
  }

  .amr10 {
    margin-right: 6px;
  }

  .apr10 {
    padding-right: 6px;
  }

  .amb10 {
    margin-bottom: 6px;
  }

  .apb10 {
    padding-bottom: 6px;
  }

  .aml10 {
    margin-left: 6px;
  }

  .apl10 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 992px) {
  .am10 {
    margin: 8px;
  }

  .ap10 {
    padding: 8px;
  }

  .amt10 {
    margin-top: 8px;
  }

  .apt10 {
    padding-top: 8px;
  }

  .amr10 {
    margin-right: 8px;
  }

  .apr10 {
    padding-right: 8px;
  }

  .amb10 {
    margin-bottom: 8px;
  }

  .apb10 {
    padding-bottom: 8px;
  }

  .aml10 {
    margin-left: 8px;
  }

  .apl10 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .am10 {
    margin: 10px;
  }

  .ap10 {
    padding: 10px;
  }

  .amt10 {
    margin-top: 10px;
  }

  .apt10 {
    padding-top: 10px;
  }

  .amr10 {
    margin-right: 10px;
  }

  .apr10 {
    padding-right: 10px;
  }

  .amb10 {
    margin-bottom: 10px;
  }

  .apb10 {
    padding-bottom: 10px;
  }

  .aml10 {
    margin-left: 10px;
  }

  .apl10 {
    padding-left: 10px;
  }
}
.m15 {
  margin: 15px;
}

.am15 {
  margin: 3px;
}

.mt15 {
  margin-top: 15px;
}

.amt15 {
  margin-top: 3px;
}

.mr15 {
  margin-right: 15px;
}

.amr15 {
  margin-right: 3px;
}

.mb15 {
  margin-bottom: 15px;
}

.amb15 {
  margin-bottom: 3px;
}

.ml15 {
  margin-left: 15px;
}

.aml15 {
  margin-left: 3px;
}

.p15 {
  padding: 15px;
}

.ap15 {
  padding: 3px;
}

.pt15 {
  padding-top: 15px;
}

.apt15 {
  padding-top: 3px;
}

.pr15 {
  padding-right: 15px;
}

.apr15 {
  padding-right: 3px;
}

.pb15 {
  padding-bottom: 15px;
}

.apb15 {
  padding-bottom: 3px;
}

.pl15 {
  padding-left: 15px;
}

.apl15 {
  padding-left: 3px;
}

@media screen and (min-width: 480px) {
  .am15 {
    margin: 6px;
  }

  .ap15 {
    padding: 6px;
  }

  .amt15 {
    margin-top: 6px;
  }

  .apt15 {
    padding-top: 6px;
  }

  .amr15 {
    margin-right: 6px;
  }

  .apr15 {
    padding-right: 6px;
  }

  .amb15 {
    margin-bottom: 6px;
  }

  .apb15 {
    padding-bottom: 6px;
  }

  .aml15 {
    margin-left: 6px;
  }

  .apl15 {
    padding-left: 6px;
  }
}
@media screen and (min-width: 768px) {
  .am15 {
    margin: 9px;
  }

  .ap15 {
    padding: 9px;
  }

  .amt15 {
    margin-top: 9px;
  }

  .apt15 {
    padding-top: 9px;
  }

  .amr15 {
    margin-right: 9px;
  }

  .apr15 {
    padding-right: 9px;
  }

  .amb15 {
    margin-bottom: 9px;
  }

  .apb15 {
    padding-bottom: 9px;
  }

  .aml15 {
    margin-left: 9px;
  }

  .apl15 {
    padding-left: 9px;
  }
}
@media screen and (min-width: 992px) {
  .am15 {
    margin: 12px;
  }

  .ap15 {
    padding: 12px;
  }

  .amt15 {
    margin-top: 12px;
  }

  .apt15 {
    padding-top: 12px;
  }

  .amr15 {
    margin-right: 12px;
  }

  .apr15 {
    padding-right: 12px;
  }

  .amb15 {
    margin-bottom: 12px;
  }

  .apb15 {
    padding-bottom: 12px;
  }

  .aml15 {
    margin-left: 12px;
  }

  .apl15 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .am15 {
    margin: 15px;
  }

  .ap15 {
    padding: 15px;
  }

  .amt15 {
    margin-top: 15px;
  }

  .apt15 {
    padding-top: 15px;
  }

  .amr15 {
    margin-right: 15px;
  }

  .apr15 {
    padding-right: 15px;
  }

  .amb15 {
    margin-bottom: 15px;
  }

  .apb15 {
    padding-bottom: 15px;
  }

  .aml15 {
    margin-left: 15px;
  }

  .apl15 {
    padding-left: 15px;
  }
}
.m20 {
  margin: 20px;
}

.am20 {
  margin: 4px;
}

.mt20 {
  margin-top: 20px;
}

.amt20 {
  margin-top: 4px;
}

.mr20 {
  margin-right: 20px;
}

.amr20 {
  margin-right: 4px;
}

.mb20 {
  margin-bottom: 20px;
}

.amb20 {
  margin-bottom: 4px;
}

.ml20 {
  margin-left: 20px;
}

.aml20 {
  margin-left: 4px;
}

.p20 {
  padding: 20px;
}

.ap20 {
  padding: 4px;
}

.pt20 {
  padding-top: 20px;
}

.apt20 {
  padding-top: 4px;
}

.pr20 {
  padding-right: 20px;
}

.apr20 {
  padding-right: 4px;
}

.pb20 {
  padding-bottom: 20px;
}

.apb20 {
  padding-bottom: 4px;
}

.pl20 {
  padding-left: 20px;
}

.apl20 {
  padding-left: 4px;
}

@media screen and (min-width: 480px) {
  .am20 {
    margin: 8px;
  }

  .ap20 {
    padding: 8px;
  }

  .amt20 {
    margin-top: 8px;
  }

  .apt20 {
    padding-top: 8px;
  }

  .amr20 {
    margin-right: 8px;
  }

  .apr20 {
    padding-right: 8px;
  }

  .amb20 {
    margin-bottom: 8px;
  }

  .apb20 {
    padding-bottom: 8px;
  }

  .aml20 {
    margin-left: 8px;
  }

  .apl20 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .am20 {
    margin: 12px;
  }

  .ap20 {
    padding: 12px;
  }

  .amt20 {
    margin-top: 12px;
  }

  .apt20 {
    padding-top: 12px;
  }

  .amr20 {
    margin-right: 12px;
  }

  .apr20 {
    padding-right: 12px;
  }

  .amb20 {
    margin-bottom: 12px;
  }

  .apb20 {
    padding-bottom: 12px;
  }

  .aml20 {
    margin-left: 12px;
  }

  .apl20 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 992px) {
  .am20 {
    margin: 16px;
  }

  .ap20 {
    padding: 16px;
  }

  .amt20 {
    margin-top: 16px;
  }

  .apt20 {
    padding-top: 16px;
  }

  .amr20 {
    margin-right: 16px;
  }

  .apr20 {
    padding-right: 16px;
  }

  .amb20 {
    margin-bottom: 16px;
  }

  .apb20 {
    padding-bottom: 16px;
  }

  .aml20 {
    margin-left: 16px;
  }

  .apl20 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .am20 {
    margin: 20px;
  }

  .ap20 {
    padding: 20px;
  }

  .amt20 {
    margin-top: 20px;
  }

  .apt20 {
    padding-top: 20px;
  }

  .amr20 {
    margin-right: 20px;
  }

  .apr20 {
    padding-right: 20px;
  }

  .amb20 {
    margin-bottom: 20px;
  }

  .apb20 {
    padding-bottom: 20px;
  }

  .aml20 {
    margin-left: 20px;
  }

  .apl20 {
    padding-left: 20px;
  }
}
.m25 {
  margin: 25px;
}

.am25 {
  margin: 5px;
}

.mt25 {
  margin-top: 25px;
}

.amt25 {
  margin-top: 5px;
}

.mr25 {
  margin-right: 25px;
}

.amr25 {
  margin-right: 5px;
}

.mb25 {
  margin-bottom: 25px;
}

.amb25 {
  margin-bottom: 5px;
}

.ml25 {
  margin-left: 25px;
}

.aml25 {
  margin-left: 5px;
}

.p25 {
  padding: 25px;
}

.ap25 {
  padding: 5px;
}

.pt25 {
  padding-top: 25px;
}

.apt25 {
  padding-top: 5px;
}

.pr25 {
  padding-right: 25px;
}

.apr25 {
  padding-right: 5px;
}

.pb25 {
  padding-bottom: 25px;
}

.apb25 {
  padding-bottom: 5px;
}

.pl25 {
  padding-left: 25px;
}

.apl25 {
  padding-left: 5px;
}

@media screen and (min-width: 480px) {
  .am25 {
    margin: 10px;
  }

  .ap25 {
    padding: 10px;
  }

  .amt25 {
    margin-top: 10px;
  }

  .apt25 {
    padding-top: 10px;
  }

  .amr25 {
    margin-right: 10px;
  }

  .apr25 {
    padding-right: 10px;
  }

  .amb25 {
    margin-bottom: 10px;
  }

  .apb25 {
    padding-bottom: 10px;
  }

  .aml25 {
    margin-left: 10px;
  }

  .apl25 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .am25 {
    margin: 15px;
  }

  .ap25 {
    padding: 15px;
  }

  .amt25 {
    margin-top: 15px;
  }

  .apt25 {
    padding-top: 15px;
  }

  .amr25 {
    margin-right: 15px;
  }

  .apr25 {
    padding-right: 15px;
  }

  .amb25 {
    margin-bottom: 15px;
  }

  .apb25 {
    padding-bottom: 15px;
  }

  .aml25 {
    margin-left: 15px;
  }

  .apl25 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .am25 {
    margin: 20px;
  }

  .ap25 {
    padding: 20px;
  }

  .amt25 {
    margin-top: 20px;
  }

  .apt25 {
    padding-top: 20px;
  }

  .amr25 {
    margin-right: 20px;
  }

  .apr25 {
    padding-right: 20px;
  }

  .amb25 {
    margin-bottom: 20px;
  }

  .apb25 {
    padding-bottom: 20px;
  }

  .aml25 {
    margin-left: 20px;
  }

  .apl25 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .am25 {
    margin: 25px;
  }

  .ap25 {
    padding: 25px;
  }

  .amt25 {
    margin-top: 25px;
  }

  .apt25 {
    padding-top: 25px;
  }

  .amr25 {
    margin-right: 25px;
  }

  .apr25 {
    padding-right: 25px;
  }

  .amb25 {
    margin-bottom: 25px;
  }

  .apb25 {
    padding-bottom: 25px;
  }

  .aml25 {
    margin-left: 25px;
  }

  .apl25 {
    padding-left: 25px;
  }
}
.m30 {
  margin: 30px;
}

.am30 {
  margin: 6px;
}

.mt30 {
  margin-top: 30px;
}

.amt30 {
  margin-top: 6px;
}

.mr30 {
  margin-right: 30px;
}

.amr30 {
  margin-right: 6px;
}

.mb30 {
  margin-bottom: 30px;
}

.amb30 {
  margin-bottom: 6px;
}

.ml30 {
  margin-left: 30px;
}

.aml30 {
  margin-left: 6px;
}

.p30 {
  padding: 30px;
}

.ap30 {
  padding: 6px;
}

.pt30 {
  padding-top: 30px;
}

.apt30 {
  padding-top: 6px;
}

.pr30 {
  padding-right: 30px;
}

.apr30 {
  padding-right: 6px;
}

.pb30 {
  padding-bottom: 30px;
}

.apb30 {
  padding-bottom: 6px;
}

.pl30 {
  padding-left: 30px;
}

.apl30 {
  padding-left: 6px;
}

@media screen and (min-width: 480px) {
  .am30 {
    margin: 12px;
  }

  .ap30 {
    padding: 12px;
  }

  .amt30 {
    margin-top: 12px;
  }

  .apt30 {
    padding-top: 12px;
  }

  .amr30 {
    margin-right: 12px;
  }

  .apr30 {
    padding-right: 12px;
  }

  .amb30 {
    margin-bottom: 12px;
  }

  .apb30 {
    padding-bottom: 12px;
  }

  .aml30 {
    margin-left: 12px;
  }

  .apl30 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .am30 {
    margin: 18px;
  }

  .ap30 {
    padding: 18px;
  }

  .amt30 {
    margin-top: 18px;
  }

  .apt30 {
    padding-top: 18px;
  }

  .amr30 {
    margin-right: 18px;
  }

  .apr30 {
    padding-right: 18px;
  }

  .amb30 {
    margin-bottom: 18px;
  }

  .apb30 {
    padding-bottom: 18px;
  }

  .aml30 {
    margin-left: 18px;
  }

  .apl30 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 992px) {
  .am30 {
    margin: 24px;
  }

  .ap30 {
    padding: 24px;
  }

  .amt30 {
    margin-top: 24px;
  }

  .apt30 {
    padding-top: 24px;
  }

  .amr30 {
    margin-right: 24px;
  }

  .apr30 {
    padding-right: 24px;
  }

  .amb30 {
    margin-bottom: 24px;
  }

  .apb30 {
    padding-bottom: 24px;
  }

  .aml30 {
    margin-left: 24px;
  }

  .apl30 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .am30 {
    margin: 30px;
  }

  .ap30 {
    padding: 30px;
  }

  .amt30 {
    margin-top: 30px;
  }

  .apt30 {
    padding-top: 30px;
  }

  .amr30 {
    margin-right: 30px;
  }

  .apr30 {
    padding-right: 30px;
  }

  .amb30 {
    margin-bottom: 30px;
  }

  .apb30 {
    padding-bottom: 30px;
  }

  .aml30 {
    margin-left: 30px;
  }

  .apl30 {
    padding-left: 30px;
  }
}
.m35 {
  margin: 35px;
}

.am35 {
  margin: 7px;
}

.mt35 {
  margin-top: 35px;
}

.amt35 {
  margin-top: 7px;
}

.mr35 {
  margin-right: 35px;
}

.amr35 {
  margin-right: 7px;
}

.mb35 {
  margin-bottom: 35px;
}

.amb35 {
  margin-bottom: 7px;
}

.ml35 {
  margin-left: 35px;
}

.aml35 {
  margin-left: 7px;
}

.p35 {
  padding: 35px;
}

.ap35 {
  padding: 7px;
}

.pt35 {
  padding-top: 35px;
}

.apt35 {
  padding-top: 7px;
}

.pr35 {
  padding-right: 35px;
}

.apr35 {
  padding-right: 7px;
}

.pb35 {
  padding-bottom: 35px;
}

.apb35 {
  padding-bottom: 7px;
}

.pl35 {
  padding-left: 35px;
}

.apl35 {
  padding-left: 7px;
}

@media screen and (min-width: 480px) {
  .am35 {
    margin: 14px;
  }

  .ap35 {
    padding: 14px;
  }

  .amt35 {
    margin-top: 14px;
  }

  .apt35 {
    padding-top: 14px;
  }

  .amr35 {
    margin-right: 14px;
  }

  .apr35 {
    padding-right: 14px;
  }

  .amb35 {
    margin-bottom: 14px;
  }

  .apb35 {
    padding-bottom: 14px;
  }

  .aml35 {
    margin-left: 14px;
  }

  .apl35 {
    padding-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .am35 {
    margin: 21px;
  }

  .ap35 {
    padding: 21px;
  }

  .amt35 {
    margin-top: 21px;
  }

  .apt35 {
    padding-top: 21px;
  }

  .amr35 {
    margin-right: 21px;
  }

  .apr35 {
    padding-right: 21px;
  }

  .amb35 {
    margin-bottom: 21px;
  }

  .apb35 {
    padding-bottom: 21px;
  }

  .aml35 {
    margin-left: 21px;
  }

  .apl35 {
    padding-left: 21px;
  }
}
@media screen and (min-width: 992px) {
  .am35 {
    margin: 28px;
  }

  .ap35 {
    padding: 28px;
  }

  .amt35 {
    margin-top: 28px;
  }

  .apt35 {
    padding-top: 28px;
  }

  .amr35 {
    margin-right: 28px;
  }

  .apr35 {
    padding-right: 28px;
  }

  .amb35 {
    margin-bottom: 28px;
  }

  .apb35 {
    padding-bottom: 28px;
  }

  .aml35 {
    margin-left: 28px;
  }

  .apl35 {
    padding-left: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .am35 {
    margin: 35px;
  }

  .ap35 {
    padding: 35px;
  }

  .amt35 {
    margin-top: 35px;
  }

  .apt35 {
    padding-top: 35px;
  }

  .amr35 {
    margin-right: 35px;
  }

  .apr35 {
    padding-right: 35px;
  }

  .amb35 {
    margin-bottom: 35px;
  }

  .apb35 {
    padding-bottom: 35px;
  }

  .aml35 {
    margin-left: 35px;
  }

  .apl35 {
    padding-left: 35px;
  }
}
.m40 {
  margin: 40px;
}

.am40 {
  margin: 8px;
}

.mt40 {
  margin-top: 40px;
}

.amt40 {
  margin-top: 8px;
}

.mr40 {
  margin-right: 40px;
}

.amr40 {
  margin-right: 8px;
}

.mb40 {
  margin-bottom: 40px;
}

.amb40 {
  margin-bottom: 8px;
}

.ml40 {
  margin-left: 40px;
}

.aml40 {
  margin-left: 8px;
}

.p40 {
  padding: 40px;
}

.ap40 {
  padding: 8px;
}

.pt40 {
  padding-top: 40px;
}

.apt40 {
  padding-top: 8px;
}

.pr40 {
  padding-right: 40px;
}

.apr40 {
  padding-right: 8px;
}

.pb40 {
  padding-bottom: 40px;
}

.apb40 {
  padding-bottom: 8px;
}

.pl40 {
  padding-left: 40px;
}

.apl40 {
  padding-left: 8px;
}

@media screen and (min-width: 480px) {
  .am40 {
    margin: 16px;
  }

  .ap40 {
    padding: 16px;
  }

  .amt40 {
    margin-top: 16px;
  }

  .apt40 {
    padding-top: 16px;
  }

  .amr40 {
    margin-right: 16px;
  }

  .apr40 {
    padding-right: 16px;
  }

  .amb40 {
    margin-bottom: 16px;
  }

  .apb40 {
    padding-bottom: 16px;
  }

  .aml40 {
    margin-left: 16px;
  }

  .apl40 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .am40 {
    margin: 24px;
  }

  .ap40 {
    padding: 24px;
  }

  .amt40 {
    margin-top: 24px;
  }

  .apt40 {
    padding-top: 24px;
  }

  .amr40 {
    margin-right: 24px;
  }

  .apr40 {
    padding-right: 24px;
  }

  .amb40 {
    margin-bottom: 24px;
  }

  .apb40 {
    padding-bottom: 24px;
  }

  .aml40 {
    margin-left: 24px;
  }

  .apl40 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 992px) {
  .am40 {
    margin: 32px;
  }

  .ap40 {
    padding: 32px;
  }

  .amt40 {
    margin-top: 32px;
  }

  .apt40 {
    padding-top: 32px;
  }

  .amr40 {
    margin-right: 32px;
  }

  .apr40 {
    padding-right: 32px;
  }

  .amb40 {
    margin-bottom: 32px;
  }

  .apb40 {
    padding-bottom: 32px;
  }

  .aml40 {
    margin-left: 32px;
  }

  .apl40 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .am40 {
    margin: 40px;
  }

  .ap40 {
    padding: 40px;
  }

  .amt40 {
    margin-top: 40px;
  }

  .apt40 {
    padding-top: 40px;
  }

  .amr40 {
    margin-right: 40px;
  }

  .apr40 {
    padding-right: 40px;
  }

  .amb40 {
    margin-bottom: 40px;
  }

  .apb40 {
    padding-bottom: 40px;
  }

  .aml40 {
    margin-left: 40px;
  }

  .apl40 {
    padding-left: 40px;
  }
}
.m45 {
  margin: 45px;
}

.am45 {
  margin: 9px;
}

.mt45 {
  margin-top: 45px;
}

.amt45 {
  margin-top: 9px;
}

.mr45 {
  margin-right: 45px;
}

.amr45 {
  margin-right: 9px;
}

.mb45 {
  margin-bottom: 45px;
}

.amb45 {
  margin-bottom: 9px;
}

.ml45 {
  margin-left: 45px;
}

.aml45 {
  margin-left: 9px;
}

.p45 {
  padding: 45px;
}

.ap45 {
  padding: 9px;
}

.pt45 {
  padding-top: 45px;
}

.apt45 {
  padding-top: 9px;
}

.pr45 {
  padding-right: 45px;
}

.apr45 {
  padding-right: 9px;
}

.pb45 {
  padding-bottom: 45px;
}

.apb45 {
  padding-bottom: 9px;
}

.pl45 {
  padding-left: 45px;
}

.apl45 {
  padding-left: 9px;
}

@media screen and (min-width: 480px) {
  .am45 {
    margin: 18px;
  }

  .ap45 {
    padding: 18px;
  }

  .amt45 {
    margin-top: 18px;
  }

  .apt45 {
    padding-top: 18px;
  }

  .amr45 {
    margin-right: 18px;
  }

  .apr45 {
    padding-right: 18px;
  }

  .amb45 {
    margin-bottom: 18px;
  }

  .apb45 {
    padding-bottom: 18px;
  }

  .aml45 {
    margin-left: 18px;
  }

  .apl45 {
    padding-left: 18px;
  }
}
@media screen and (min-width: 768px) {
  .am45 {
    margin: 27px;
  }

  .ap45 {
    padding: 27px;
  }

  .amt45 {
    margin-top: 27px;
  }

  .apt45 {
    padding-top: 27px;
  }

  .amr45 {
    margin-right: 27px;
  }

  .apr45 {
    padding-right: 27px;
  }

  .amb45 {
    margin-bottom: 27px;
  }

  .apb45 {
    padding-bottom: 27px;
  }

  .aml45 {
    margin-left: 27px;
  }

  .apl45 {
    padding-left: 27px;
  }
}
@media screen and (min-width: 992px) {
  .am45 {
    margin: 36px;
  }

  .ap45 {
    padding: 36px;
  }

  .amt45 {
    margin-top: 36px;
  }

  .apt45 {
    padding-top: 36px;
  }

  .amr45 {
    margin-right: 36px;
  }

  .apr45 {
    padding-right: 36px;
  }

  .amb45 {
    margin-bottom: 36px;
  }

  .apb45 {
    padding-bottom: 36px;
  }

  .aml45 {
    margin-left: 36px;
  }

  .apl45 {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .am45 {
    margin: 45px;
  }

  .ap45 {
    padding: 45px;
  }

  .amt45 {
    margin-top: 45px;
  }

  .apt45 {
    padding-top: 45px;
  }

  .amr45 {
    margin-right: 45px;
  }

  .apr45 {
    padding-right: 45px;
  }

  .amb45 {
    margin-bottom: 45px;
  }

  .apb45 {
    padding-bottom: 45px;
  }

  .aml45 {
    margin-left: 45px;
  }

  .apl45 {
    padding-left: 45px;
  }
}
.m50 {
  margin: 50px;
}

.am50 {
  margin: 10px;
}

.mt50 {
  margin-top: 50px;
}

.amt50 {
  margin-top: 10px;
}

.mr50 {
  margin-right: 50px;
}

.amr50 {
  margin-right: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

.amb50 {
  margin-bottom: 10px;
}

.ml50 {
  margin-left: 50px;
}

.aml50 {
  margin-left: 10px;
}

.p50 {
  padding: 50px;
}

.ap50 {
  padding: 10px;
}

.pt50 {
  padding-top: 50px;
}

.apt50 {
  padding-top: 10px;
}

.pr50 {
  padding-right: 50px;
}

.apr50 {
  padding-right: 10px;
}

.pb50 {
  padding-bottom: 50px;
}

.apb50 {
  padding-bottom: 10px;
}

.pl50 {
  padding-left: 50px;
}

.apl50 {
  padding-left: 10px;
}

@media screen and (min-width: 480px) {
  .am50 {
    margin: 20px;
  }

  .ap50 {
    padding: 20px;
  }

  .amt50 {
    margin-top: 20px;
  }

  .apt50 {
    padding-top: 20px;
  }

  .amr50 {
    margin-right: 20px;
  }

  .apr50 {
    padding-right: 20px;
  }

  .amb50 {
    margin-bottom: 20px;
  }

  .apb50 {
    padding-bottom: 20px;
  }

  .aml50 {
    margin-left: 20px;
  }

  .apl50 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .am50 {
    margin: 30px;
  }

  .ap50 {
    padding: 30px;
  }

  .amt50 {
    margin-top: 30px;
  }

  .apt50 {
    padding-top: 30px;
  }

  .amr50 {
    margin-right: 30px;
  }

  .apr50 {
    padding-right: 30px;
  }

  .amb50 {
    margin-bottom: 30px;
  }

  .apb50 {
    padding-bottom: 30px;
  }

  .aml50 {
    margin-left: 30px;
  }

  .apl50 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .am50 {
    margin: 40px;
  }

  .ap50 {
    padding: 40px;
  }

  .amt50 {
    margin-top: 40px;
  }

  .apt50 {
    padding-top: 40px;
  }

  .amr50 {
    margin-right: 40px;
  }

  .apr50 {
    padding-right: 40px;
  }

  .amb50 {
    margin-bottom: 40px;
  }

  .apb50 {
    padding-bottom: 40px;
  }

  .aml50 {
    margin-left: 40px;
  }

  .apl50 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .am50 {
    margin: 50px;
  }

  .ap50 {
    padding: 50px;
  }

  .amt50 {
    margin-top: 50px;
  }

  .apt50 {
    padding-top: 50px;
  }

  .amr50 {
    margin-right: 50px;
  }

  .apr50 {
    padding-right: 50px;
  }

  .amb50 {
    margin-bottom: 50px;
  }

  .apb50 {
    padding-bottom: 50px;
  }

  .aml50 {
    margin-left: 50px;
  }

  .apl50 {
    padding-left: 50px;
  }
}
.t5 {
  top: 5px;
}

.r5 {
  right: 5px;
}

.b5 {
  bottom: 5px;
}

.l5 {
  left: 5px;
}

.t10 {
  top: 10px;
}

.r10 {
  right: 10px;
}

.b10 {
  bottom: 10px;
}

.l10 {
  left: 10px;
}

.t15 {
  top: 15px;
}

.r15 {
  right: 15px;
}

.b15 {
  bottom: 15px;
}

.l15 {
  left: 15px;
}

.t20 {
  top: 20px;
}

.r20 {
  right: 20px;
}

.b20 {
  bottom: 20px;
}

.l20 {
  left: 20px;
}

.t25 {
  top: 25px;
}

.r25 {
  right: 25px;
}

.b25 {
  bottom: 25px;
}

.l25 {
  left: 25px;
}

.t30 {
  top: 30px;
}

.r30 {
  right: 30px;
}

.b30 {
  bottom: 30px;
}

.l30 {
  left: 30px;
}

.t35 {
  top: 35px;
}

.r35 {
  right: 35px;
}

.b35 {
  bottom: 35px;
}

.l35 {
  left: 35px;
}

.t40 {
  top: 40px;
}

.r40 {
  right: 40px;
}

.b40 {
  bottom: 40px;
}

.l40 {
  left: 40px;
}

.t45 {
  top: 45px;
}

.r45 {
  right: 45px;
}

.b45 {
  bottom: 45px;
}

.l45 {
  left: 45px;
}

.t50 {
  top: 50px;
}

.r50 {
  right: 50px;
}

.b50 {
  bottom: 50px;
}

.l50 {
  left: 50px;
}

.w25 {
  width: 25%;
}

.w33 {
  width: 33.3333%;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fu {
  float: unset;
}

.cw {
  color: #fff;
}

.cb {
  color: #000;
}

.cg {
  color: #555;
}

.ct {
  color: transparent;
}

.bcw {
  background-color: #fff;
}

.bcb {
  background-color: #000;
}

.bcg {
  background-color: #555;
}

.bct {
  background-color: transparent;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

/* New styles */
html {
  width: 100vw;
}

body, html {
  overflow-x: clip;
}

body {
  min-width: 320px;
  max-width: 100vw;
  color: #3a3a3a;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  font-family: Gilroy;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  body {
    display: block;
  }
}
body.active {
  height: 100vh;
  overflow: hidden;
}

body.swal2-shown {
  position: static;
}

body.opened-menu {
  overflow: hidden;
  height: 100vh;
}

body.opened-menu .header {
  height: 70px;
}

body.opened-menu .header-rating {
  margin-top: -64px;
}

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

*, .slick-slide, .slick-slide:focus, :focus, a, a:focus {
  outline: none;
}

main {
  flex: 1 0 auto;
  position: relative;
}

.section {
  clear: both;
  width: 100%;
}

.container:after, .container:before, .row:after, .row:before {
  display: none;
}

.container {
  width: 1270px;
}

@media only screen and (max-width: 1439px) {
  .container {
    width: 1270px;
  }
}
@media only screen and (max-width: 1359px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 970px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.overlay {
  background: rgba(51, 51, 51, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  max-width: 100vw;
  max-height: 100vw;
}

.input-wrapper {
  position: relative;
}

.input-wrapper.err .input, .input-wrapper.err .textarea {
  border-color: red;
}

.input-wrapper .validate-error {
  color: red;
  font-size: 12px;
  line-height: 16px;
  right: 6px;
  top: 6px;
  text-align: left;
  padding: 0;
  transform: none;
  z-index: 2;
  pointer-events: all;
  font-family: Gilroy;
  font-weight: 400;
}

.btn {
  border: 1px solid #ff0083;
  padding: 0 15px;
  height: 48px;
  min-width: 176px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s linear;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #ff0083;
  border-radius: 0;
  outline: none !important;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.btn, .btn:focus {
  text-decoration: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  text-decoration: none;
  box-shadow: none;
  color: #fff;
  background-color: #ff0083;
}

.btn:visited {
  color: #ff0083;
}

.btn:visited:hover {
  color: #fff;
}

.btn svg {
  margin-left: 8px;
}

.btn.btn-filled {
  background-color: #ff0083;
  border-color: #ff0083;
  color: #fff;
}

.btn.btn-filled:hover {
  background-color: transparent;
  border-color: #ff0083;
  color: #ff0083;
}

.btn.btn-filled:visited {
  color: #fff;
}

.btn.btn-filled:visited:hover, .btn.btn-w {
  color: #ff0083;
}

.btn.btn-w {
  background-color: #fff;
  border-color: #fff;
}

.btn.btn-w:hover {
  background-color: #ff0083;
  border-color: #ff0083;
  color: #fff;
}

.btn.btn-w:visited {
  color: #ff0083;
}

.btn.btn-w:visited:hover {
  color: #fff;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row .input,
.woocommerce form .form-row select {
  width: 100%;
  border: 1px solid #c4c4c4;
  height: 52px;
  padding: 0 12px 0 40px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  margin: 0;
}

.woocommerce-input-wrapper .input-text::placeholder,
.input::placeholder {
  color: #999999;
}

@media only screen and (max-width: 574px) {
  .btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-input-wrapper .input-text,
.input {
    font-size: 16px;
    height: 54px;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 574px) {
  .woocommerce-input-wrapper .input-text,
.input {
    font-size: 14px;
    height: 60px;
    padding: 22px 20px;
  }
}
.woocommerce-input-wrapper .input-text::placeholder,
.input::placeholder {
  color: #999;
}

.woocommerce-input-wrapper .input-text:focus::placeholder,
.input:focus::placeholder {
  visibility: visible !important;
  opacity: 1 !important;
  transition: none !important;
  transform: none !important;
}

textarea,
.textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #c4c4c4;
  padding: 18px 12px 12px 48px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
  resize: none;
  margin-top: 60px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

#order_comments {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  textarea,
.textarea {
    font-size: 16px;
    padding: 18px 12px 12px;
  }
}
@media only screen and (max-width: 574px) {
  textarea,
.textarea {
    padding-top: 12px;
    font-size: 14px;
  }
}
textarea::placeholder,
.textarea::placeholder {
  color: #999;
}

::selection {
  background: rgba(255, 0, 131, 0.55);
  color: #fff;
  text-shadow: none;
}

.header {
  position: fixed;
  z-index: 1020;
  left: 0;
  right: 0;
  top: 0;
  height: 168px;
  max-width: 100%;
  transition: 0.2s linear;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .header {
    height: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
}
.header.product-header {
  height: 184px;
}

@media only screen and (max-width: 991px) {
  .header.product-header {
    height: 148px;
  }
}
.header.product-header.fixed {
  height: 92px;
}

@media only screen and (max-width: 767px) {
  .header.product-header.fixed {
    height: 70px;
  }
}
.header.product-header + .mobile-menu__wrapper + .header-spacer {
  height: 184px;
}

body:has(.dkrp-header-line) .header-spacer {
  height: 178px;
}

@media only screen and (max-width: 991px) {
  .header.product-header + .mobile-menu__wrapper + .header-spacer {
    height: 148px;
  }

  body:has(.dkrp-header-line) .header-spacer {
    height: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .header.product-header + .mobile-menu__wrapper + .header-spacer {
    height: 130px;
  }

  body:has(.dkrp-header-line) .header-spacer {
    height: 92px;
  }
}
@media only screen and (max-width: 575px) {
  body:has(.dkrp-header-line) .header-spacer {
    height: 105px;
  }
}
.header.fixed {
  background: #fff;
  height: 92px;
}

.header.fixed .header-wrapper {
  padding: 16px 0;
}

.header.fixed .header-rating {
  margin-top: -60px;
}

@media only screen and (max-width: 991px) {
  .header.fixed .header-rating {
    margin-top: -64px;
  }
}
@media only screen and (max-width: 767px) {
  .header.fixed {
    height: 70px;
  }
}
.header-rating {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 3px 0;
  transition: 0.2s linear;
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  .header-rating {
    display: flex;
  }
}

.thuiswinkel-logo {
  width: 69px;
  min-width: 69px;
  height: 26px;
  display: flex;
}

.thuiswinkel-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-rating__wrapper {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-width: calc(100% - 130px);
}

.header-rating__list {
  width: 100%;
}

.header-rating__list .slick-list, .header-rating__list .slick-track {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 574px) {
  .header-rating__list .slick-slide {
    height: inherit;
  }

  .header-rating__list .slick-slide > div {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.header-rating__list .slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #898989;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .header-rating__list .slide {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 574px) {
  .header-rating__list .slide {
    font-size: 12px;
    line-height: 110%;
  }
}
.header-rating__list .slide svg {
  margin-right: 12px;
  min-width: 15px;
}

@media only screen and (max-width: 1199px) {
  .header-rating__list .slide svg {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 574px) {
  .header-rating__list .slide svg {
    align-self: flex-start;
  }
}
.header-rating__pic {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  margin-right: 75px;
}

.header-rating__pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 0;
  transition: 0.2s linear;
}

@media only screen and (max-width: 991px) {
  .header-wrapper {
    padding: 16px 0;
  }
}
.header-left {
  display: flex;
  align-items: center;
}

.header-logo svg {
  display: flex;
  width: 207px;
  height: 33px;
  margin-right: 90px;
}

@media only screen and (max-width: 1359px) {
  .header-logo svg {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-logo svg {
    margin-right: 25px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 574px) {
  .header-logo svg {
    width: 180px;
    height: 29px;
  }
}
@media only screen and (max-width: 374px) {
  .header-logo svg {
    width: 157px;
    height: 25px;
    margin-right: 15px;
  }
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .header-menu {
    display: none;
  }
}
.header-menu > li {
  position: relative;
  display: flex;
}

.header-menu > li:hover:after {
  position: absolute;
  width: 100%;
  content: "";
  left: 0;
  height: 10px;
  top: 100%;
}

.header-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3a3a3a;
  text-decoration: none;
  padding: 15px 32px;
}

@media only screen and (max-width: 1199px) {
  .header-menu > li > a {
    padding: 15px;
  }
}
.header-menu > li > ul {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: calc(100% + 5px);
  display: none;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.06);
  padding: 22px 0;
}

.header-menu > li > ul > li > a {
  display: block;
  padding: 11px 30px;
  color: #898989;
  text-decoration: none;
}

.header-menu > li > ul > li > a:hover {
  color: #ff0083;
}

.header-menu > li.has-children > a svg {
  transition: 0.2s linear;
  margin-left: 8px;
}

.header-menu > li:hover > a {
  color: #3a3a3a;
}

.header-menu > li:hover > a svg {
  transform: scaleY(-1);
}

.header-menu > li:hover > ul {
  display: block;
}

.header-menu .mobile-only {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-menu > li:hover > ul {
    display: none;
  }
}
.header-search {
  display: flex;
  align-items: center;
  width: 425px;
  height: 56px;
  background-color: #fff;
  padding: 5px 15px 5px 44px;
  position: relative;
  margin-left: 25px;
}

@media only screen and (max-width: 1199px) {
  .header-search {
    width: 275px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-search {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search {
    display: none;
  }
}
.header-search input {
  border: none;
  background-color: transparent;
  line-height: 46px;
  padding: 0;
  font-size: 14px;
  width: 100%;
}

.header-search input::placeholder {
  color: #616161;
}

.header-search button {
  width: 20px;
  height: 20px;
  justify-content: center;
  padding: 0;
  border: none;
  font-size: 0;
  background-color: transparent;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.header-right, .header-search button {
  display: flex;
  align-items: center;
}

.header-fav {
  display: flex;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.header-fav:hover .header-fav__items {
  display: block;
}

.header-fav:hover > svg * {
  stroke: #ff0083;
}

.header-fav__items {
  position: absolute;
  display: none;
  width: 330px;
  max-width: calc(100vw - 30px);
  background-color: #fff;
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  color: #3a3a3a;
  padding: 20px 30px;
}

.header-fav__items:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100%;
  height: 11px;
  width: 100%;
}

.header-fav__items-wrapper {
  position: relative;
  margin-right: -16px;
  padding-right: 16px;
  max-height: 220px;
}

.header-fav__items-wrapper .header-fav__item {
  margin-top: 20px;
}

.header-fav__items-wrapper .header-fav__item:first-child {
  margin-top: 0;
}

.header-fav__item {
  height: 100px;
  padding: 15px 20px;
  text-decoration: none;
  color: #3a3a3a;
  display: flex;
  align-items: center;
}

.header-fav__item:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

.header-fav__item-pic {
  width: 70px;
  height: 70px;
}

.header-fav__item-pic picture, .header-fav__item-pic picture img {
  width: 100%;
  height: 100%;
}

.header-fav__item-info {
  width: calc(100% - 70px);
  padding-left: 25px;
  max-height: 64px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3a3a3a;
}

.header-cart {
  display: flex;
  margin-left: 5px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 10px 0 10px 12px;
}

@media only screen and (max-width: 1199px) {
  .header-cart {
    margin-left: 5px;
    transform: translateX(-3px);
  }
}
.header-cart > a {
  display: flex;
}

.header-cart:hover > a > svg * {
  stroke: #ff0083;
}

@media (min-width: 768px) {
  .header-cart:hover .header-cart__empty, .header-cart:hover .header-cart__items {
    display: block;
    cursor: default;
  }
}
.header-cart > span {
  position: absolute;
  width: 18px;
  min-width: 18px;
  padding: 0 2px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: #ff0083;
  border-radius: 50%;
  right: -9px;
  top: 0;
  font-size: 10px;
}

.header-cart__empty {
  position: absolute;
  display: none;
  width: 222px;
  padding: 20px 26px;
  background-color: #fff;
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #3a3a3a;
}

.header-cart__empty:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100%;
  height: 11px;
  width: 100%;
}

.header-cart__items {
  position: absolute;
  display: none;
  width: 330px;
  max-width: calc(100vw - 30px);
  background-color: #fff;
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  color: #3a3a3a;
}

.header-cart__items:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100%;
  height: 11px;
  width: 100%;
}

.header-cart__items-top {
  padding: 30px 30px 0px;
  width: 100%;
}
@media only screen and (max-width: 574px) {
  .header-cart__items-top {
    padding: 25px 15px 0px;
  }
}

.header-cart__items-wrapper {
  position: relative;
  margin-right: -31px;
  padding-right: 20px;
  max-height: 220px;
}
@media only screen and (max-width: 574px) {
  .header-cart__items-wrapper {
    margin-right: -16px;
    padding-right: 16px;
  }
}

.header-cart__items-wrapper .header-cart__item {
  margin-top: 30px;
}

.header-cart__items-wrapper .header-cart__item:first-child {
  margin-top: 0;
}

.header-cart__items-wrapper .header-cart__item:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 574px) {
  .header-cart__items-wrapper .header-cart__item:last-child {
    margin-bottom: 20px;
  }
}

.header-cart__item {
  height: 80px;
  padding: 0px 20px 0px 0px;
  position: relative;
}

.header-cart__item > a {
  display: flex;
  text-decoration: none;
  color: #3a3a3a;
}

.header-cart__item > a:hover {
  text-decoration: none;
}

.header-cart__item > a:hover .header-cart__item-info > span {
  text-decoration: underline;
}

.header-cart__item-pic {
  width: 78px;
  height: 79px;
  border: 1px solid #F4F5F7;
}

.header-cart__item-pic picture, .header-cart__item-pic picture img {
  width: 100%;
  height: 100%;
}

.header-cart__item-info {
  width: calc(100% - 70px);
  padding-left: 15px;
}

.header-cart__item-info > span {
  display: block;
  margin-bottom: 5px;
  max-height: 45px;
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  color: #3a3a3a;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.header-cart__item-info > p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.header-cart__item-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 0px;
}

.header-cart__item-remove:hover svg path {
  fill: #ff0083;
}

.header-cart__items-bot {
  padding: 30px;
  position: relative;
}
.header-cart__items-bot:before {
  border-top: 1px solid #EDEDED;
  content: "";
  position: absolute;
  left: 30px;
  top: 0px;
  right: 30px;
  margin: 0 auto;
  height: 1px;
}
@media only screen and (max-width: 574px) {
  .header-cart__items-bot {
    padding: 30px 15px;
  }
  .header-cart__items-bot:before {
    left: 15px;
    right: 15px;
  }
}

.header-cart__totals {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  font-weight: 600;
}

.header-cart__totals > span {
  color: #3a3a3a;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-size: 18px;
}

.header-cart__totals > div {
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 150%;
  font-size: 16px;
}

.header-cart__buttons {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 574px) {
  .header-cart__buttons {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}

.header-cart__buttons .btn {
  height: 41px;
  width: calc(50% - 6px);
  min-width: unset;
  font-size: 14px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  line-height: 100%;
}
.header-cart__buttons .btn .btn-filled {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 574px) {
  .header-cart__buttons .btn {
    height: 44px;
    width: 100%;
    font-size: 12px;
  }
}

.header-spacer {
  height: 168px;
}

@media only screen and (max-width: 991px) {
  .header-spacer {
    height: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .header-spacer {
    height: 70px;
  }
}
.header-spacer.product-spacer {
  height: 204px;
}

@media only screen and (max-width: 991px) {
  .header-spacer.product-spacer {
    height: 148px;
  }
}
@media only screen and (max-width: 767px) {
  .header-spacer.product-spacer {
    height: 130px;
  }
}
.mobile-menu__btn {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 36px;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  background-color: transparent;
  border: none;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .mobile-menu__btn {
    display: block;
  }
}
@media only screen and (max-width: 374px) {
  .mobile-menu__btn {
    margin-right: 15px;
  }
}
.mobile-menu__btn span {
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 3px;
  background: #ff0083;
  transition: background 0.3s;
}

@media only screen and (max-width: 574px) {
  .mobile-menu__btn span {
    top: 16px;
  }
}
.mobile-menu__btn span:before {
  top: -8px;
}

.mobile-menu__btn span:after, .mobile-menu__btn span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff0083;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0;
  transition-property: top, transform;
}

.mobile-menu__btn span:after {
  bottom: -8px;
}

.mobile-menu__btn.active span {
  background: none;
}

.mobile-menu__btn.active span:before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0, 0.3s;
}

.mobile-menu__btn.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0, 0.3s;
}

.mobile-menu__wrapper {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100vw;
  background-color: #f7f7f7;
  top: 92px;
  z-index: 1020;
  overflow: auto;
  text-align: center;
  padding: 30px 15px 45px;
}
.mobile-menu__wrapper .mobile-only {
  display: flex;
}
.mobile-menu__wrapper .btn.btn-filled {
  margin-top: 54px;
  height: 54px;
}
.mobile-menu__wrapper .btn.btn-filled a {
  color: white;
  line-height: 1;
  font-size: 16px;
}
.mobile-menu__wrapper .btn.btn-filled:hover a {
  color: #ff0083;
}

@media only screen and (max-width: 767px) {
  .mobile-menu__wrapper {
    top: 70px;
  }
}
@media only screen and (max-width: 574px) {
  .mobile-menu__wrapper {
    padding: 30px 0 45px;
  }
}
.mobile-menu__wrapper .header-menu {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .mobile-menu__wrapper .header-menu {
    display: flex;
  }
}
.mobile-menu__wrapper .header-menu > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.mobile-menu__wrapper .header-menu > li > a {
  padding: 15px 0;
}

.mobile-menu__wrapper .header-menu > li > span {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto;
}

.mobile-menu__wrapper .header-menu > li > span.active > svg {
  transform: scaleY(-1);
}

.mobile-menu__wrapper .header-menu > li > ul {
  position: static;
  width: 100%;
}

.mobile-menu__wrapper .header-search {
  display: none;
  max-width: 100%;
  margin: 35px auto 0;
}

@media only screen and (max-width: 767px) {
  .mobile-menu__wrapper .header-search {
    display: flex;
  }
}
.main-section {
  background-color: #f7f7f7;
  position: relative;
}

.main-wrapper {
  position: relative;
}

.main-wrapper .container {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .main-wrapper {
    flex-direction: column-reverse;
    padding: 70px 0;
  }
}
.main-info__wrapper {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
  width: 494px;
  padding: 70px 60px;
}

@media only screen and (max-width: 1199px) {
  .main-info__wrapper {
    width: 454px;
    max-width: 100%;
    padding: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .main-info__wrapper {
    position: static;
    margin: 70px auto 0;
  }
}
@media only screen and (max-width: 574px) {
  .main-info__wrapper {
    padding: 20px;
  }
}
.main-info__wrapper .btn {
  height: 78px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .main-info__wrapper .btn {
    height: 58px;
  }
}
@media only screen and (max-width: 574px) {
  .main-info__wrapper .btn {
    height: 47px;
    font-size: 12px;
    margin: 0px 7px;
  }
}
.main-info__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  display: block;
  margin-bottom: 30px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .main-info__title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 574px) {
  .main-info__title {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-info__descr {
  color: #898989;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 44px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 574px) {
  .main-info__descr {
    font-size: 14px;
    margin-bottom: 30px;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
  }
}
.main-slider__dots {
  position: absolute;
  left: calc(100% + 32px);
  top: 21px;
}

@media only screen and (max-width: 991px) {
  .main-slider__dots {
    text-align: left;
    bottom: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
}
.main-slider__wrapper {
  width: 934px;
  max-width: 100%;
}

.main-slider__nav {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0 21px;
}

@media only screen and (max-width: 991px) {
  .main-slider__nav {
    display: none;
  }
}
.main-slider {
  margin: 0 -15px;
}

.main-slider .slick-list {
  overflow: visible;
}

.main-slider .slick-slide {
  padding: 0 15px;
  display: flex;
}

.main-slider .slick-slide > div {
  display: flex;
}

.main-slider .slick-slide.slick-current .main-slider__info {
  opacity: 1;
}

.main-slider .slide {
  display: flex;
  position: relative;
  height: 553px;
  color: #3a3a3a;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .main-slider .slide {
    height: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider .slide {
    height: calc(62vw - 30px);
  }
}
@media only screen and (max-width: 574px) {
  .main-slider .slide {
    height: calc(63vw - 30px);
  }
}
.main-slider .slide:hover {
  text-decoration: none;
}

.main-slider .slide:hover .main-slider__info > span {
  color: #ff0083;
}

.main-slider .slide:hover .main-slider__info > div svg path {
  fill: #ff0083;
}

.main-slider .slide > picture {
  width: 100%;
  height: 100%;
}

.main-slider .slide > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider__info {
  transition: 0.6s linear;
  position: absolute;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  width: 294px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
}

@media only screen and (max-width: 767px) {
  .main-slider__info {
    width: 250px;
    right: 20px;
    bottom: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 574px) {
  .main-slider__info {
    width: 160px;
    bottom: 5px;
    right: 5px;
    padding: 7px;
  }
}
.main-slider__info > span {
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 4px;
  transition: 0.2s linear;
}

@media only screen and (max-width: 767px) {
  .main-slider__info > span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 574px) {
  .main-slider__info > span {
    font-size: 15px;
  }
}
.main-slider__info > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
  color: #616161;
}

@media only screen and (max-width: 767px) {
  .main-slider__info > p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 574px) {
  .main-slider__info > p {
    display: none;
  }
}
.main-slider__info > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.main-slider__info > div span {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .main-slider__info > div span {
    font-size: 16px;
  }
}
.custom-dots .slick-dots {
  display: flex;
  margin: 0 -6px;
}

.custom-dots .slick-dots li {
  padding: 0 6px;
}

.custom-dots .slick-dots li button {
  width: 27px;
  height: 27px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.custom-dots .slick-dots li button:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #d8d8d8;
  border-radius: 50%;
}

.custom-dots .slick-dots li.slick-active button {
  border-color: #ff0083;
}

.custom-dots .slick-dots li.slick-active button:after {
  background-color: #ff0083;
}

.custom-nav {
  display: flex;
  margin: 0 -4px;
}

.custom-nav .slider-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
  background: rgba(255, 0, 131, 0.3);
  cursor: pointer;
}

.custom-nav .slider-arrow:hover {
  background: #ff0083;
}

.main-advantages {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .main-advantages {
    padding-top: 70px;
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 574px) {
  .main-advantages {
    padding: 35px 0;
    margin-top: 0;
  }
}
.main-advantages:before {
  right: 100%;
}

.main-advantages:after, .main-advantages:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 20vw;
  background-color: #fff;
  top: 0;
}

.main-advantages:after {
  left: 100%;
}

.main-advantages__item {
  display: flex;
  align-items: center;
  max-width: 23%;
}

@media only screen and (max-width: 991px) {
  .main-advantages__item {
    width: 275px;
    max-width: unset;
    margin: 15px 25px;
  }
}
@media only screen and (max-width: 574px) {
  .main-advantages__item {
    margin: 10px 25px;
  }
}
.main-advantages__item img, .main-advantages__item svg {
  margin-right: 24px;
}

.main-advantages__item div span {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.main-advantages__item div p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #898989;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.placement-section {
  padding: 90px 0;
}

@media only screen and (max-width: 574px) {
  .placement-section {
    padding: 35px 0;
  }
}
.placement-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .placement-wrapper {
    flex-direction: column;
  }
}
.placement-wrapper > picture {
  width: 610px;
  height: 505px;
}

@media only screen and (max-width: 1199px) {
  .placement-wrapper > picture {
    max-width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .placement-wrapper > picture {
    width: 472px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 574px) {
  .placement-wrapper > picture {
    width: calc(96vw - 15px);
    height: calc(96vw - 15px);
  }
}
.placement-wrapper > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-title {
  display: block;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 574px) {
  .section-title {
    font-size: 26px;
  }
}
.placement-info {
  width: 533px;
}

@media only screen and (max-width: 1199px) {
  .placement-info {
    max-width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .placement-info {
    width: 100%;
    max-width: 100%;
    margin-top: 45px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 574px) {
  .placement-info {
    padding: 0;
    margin-top: 30px;
  }
}
.placement-info .section-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 574px) {
  .placement-info .section-title {
    margin-bottom: 14px;
  }
}
.placement-info p {
  color: #898989;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .placement-info p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.placement-info ul {
  font-size: 16px;
  line-height: 150%;
  color: #ff0083;
  margin-bottom: 22px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 574px) {
  .placement-info ul {
    line-height: 140%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.placement-info ul li {
  display: flex;
  margin-bottom: 18px;
  height: 24px;
  padding: 0px;
  align-items: center;
}

@media only screen and (max-width: 574px) {
  .placement-info ul li {
    margin-bottom: 15px;
    height: auto;
  }
}
.placement-info ul li svg {
  min-width: 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 574px) {
  .placement-info ul li svg {
    margin-top: 0px;
    margin-right: 11px;
    min-width: 17.25px;
    max-height: 17.25px;
  }
}
.placement-info__footer {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 574px) {
  .placement-info__footer {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.placement-info__footer .btn {
  width: 255px;
}

@media only screen and (max-width: 991px) {
  .placement-info__footer .btn {
    width: 170px;
    min-width: unset;
  }
}
@media only screen and (max-width: 574px) {
  .placement-info__footer .btn {
    width: 100%;
  }
}
.popular-section {
  padding: 70px 0 70px;
}

.product .popular-section,
.cart-bg__gray .popular-section,
.cart-main .popular-section {
  padding: 70px 0 0;
}

@media only screen and (max-width: 574px) {
  .popular-section {
    padding: 35px 0;
  }

  .product .popular-section,
.cart-bg__gray .popular-section,
.cart-main .popular-section {
    padding: 90px 0 0;
  }

  .cart-main .cart-section {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.popular-section .section-title {
  text-align: center;
  margin-bottom: 55px;
}

@media only screen and (max-width: 574px) {
  .popular-section .section-title {
    margin-bottom: 30px;
  }
}
.popular-wrapper {
  display: flex;
  column-gap: 20px;
}

@media only screen and (max-width: 767px) {
  .popular-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 574px) {
  .popular-wrapper {
    padding: 0;
    column-gap: 0px;
    margin: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.popular-wrapper .col-lg-3 {
  margin-bottom: 32px;
}

.catalog-item {
  height: 100%;
  position: relative;
  border: 1px solid #F4F5F7;
}

.product .catalog-item,
.cart-bg__gray .catalog-item,
.cart-main .catalog-item {
  background: white;
  border: 0px;
}

.popular-wrapper .col-lg-3 {
  flex-basis: 295px;
  width: 295px;
  padding: 0px;
}

@media only screen and (max-width: 574px) {
  .popular-wrapper .col-lg-3 {
    flex-basis: 48%;
    width: 50%;
    margin-bottom: 15px;
  }
}
.home-main .popular-wrapper {
  gap: 20px;
  flex-wrap: wrap;
}
.home-main .popular-wrapper .col-lg-3 {
  flex-basis: 295px;
  width: 295px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 574px) {
  .home-main .popular-wrapper .col-lg-3 {
    margin-bottom: 10px;
    flex-basis: 48%;
    width: 50%;
  }
  .home-main .popular-wrapper .col-lg-3 .catalog-item {
    border: 0px;
  }
  .home-main .popular-wrapper .col-lg-3 .catalog-item .catalog-item__pic {
    border: 1px solid #f7f7f7;
  }
}
@media only screen and (max-width: 574px) {
  .home-main .popular-wrapper {
    gap: 0px;
  }
}

.catalog-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(58, 58, 58, 0.72);
  pointer-events: none;
}

@media (min-width: 568px) {
  .catalog-item:hover:after {
    display: flex !important;
  }
}
.catalog-item:hover .catalog-item__hover {
  display: none !important;
}

@media (min-width: 568px) {
  .catalog-item:hover .catalog-item__hover {
    display: block !important;
  }
}
.catalog-item__description {
  font-size: 0;
  line-height: 0;
  margin-bottom: auto;
}

.catalog-item__description li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.catalog-item__description li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  background: #FF0083;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.catalog-item__main {
  display: flex;
  flex-direction: column;
  color: #3a3a3a;
  height: 100%;
}

.catalog-item__main, .catalog-item__main:focus, .catalog-item__main:hover {
  text-decoration: none;
}

.catalog-item__pic {
  display: flex;
  border-bottom: 1px solid #f7f7f7;
  padding: 13px 7px;
}

@media only screen and (max-width: 574px) {
  .catalog-item__pic {
    padding: 0px;
  }
}
@media (min-width: 568px) {
  .catalog-item__pic {
    aspect-ratio: 0.95;
    padding: 7px 1px;
  }
}
.catalog-item__pic picture {
  display: block;
}

.catalog-item__pic picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  aspect-ratio: 1;
}
@media only screen and (max-width: 574px) {
  .catalog-item__pic picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.95;
    object-fit: contain;
  }
}

.catalog-item__label {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.catalog-item__label.discount {
  background: #FF0083;
}

.catalog-item__label.new {
  background: #2ec1ac;
}

.catalog-item__pic {
  display: grid;
}

.catalog-item__pic > * {
  grid-column: 1/1;
  grid-row: 1/1;
}

span.catalog-item__label.discount {
  margin-top: 24px;
  margin-left: 24px;
}

.catalog-item__info {
  background: #f4f5f7;
  padding: 16px 8px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 568px) {
  .catalog-item__info {
    padding: 16px 16px 30px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-item__info {
    padding: 20px 10px;
  }
}

.product .catalog-item__info,
.cart-bg__gray .catalog-item__info,
.cart-main .catalog-item__info {
  background: white;
}

.catalog-item__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  display: block;
  margin-bottom: 16px;
  color: #3a3a3a;
  flex-grow: 1;
  word-break: break-word;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 574px) {
  .catalog-item__title {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 10px;
  }
}
@media (min-width: 568px) {
  .catalog-item__title {
    font-size: 24px;
    flex-grow: 0;
  }
}
.catalog-item__descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
  color: #898989;
  display: none;
  flex-grow: 1;
}

@media (min-width: 568px) {
  .catalog-item__descr {
    display: block;
  }
}
.catalog-item__price {
  display: block;
  align-items: center;
  text-align: center;
}
.catalog-item__price .c-gray {
  font-size: 12px;
  font-weight: 400;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .catalog-item__price .c-gray {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .catalog-item__price {
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 22px;
  }
}
.catalog-item__price-main {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #3a3a3a;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .catalog-item__price-main {
    margin-bottom: 10px;
  }
}
@media (min-width: 568px) {
  .catalog-item__price-main {
    margin-bottom: 0;
    font-size: 20px;
    margin-right: 16px;
  }
}

.catalog-item__price-old {
  font-size: 16px;
  line-height: 150%;
  text-decoration: line-through;
  color: #b0b0b0;
}

.catalog-item__hover {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.catalog-item__hover .btn {
  width: 176px;
  max-width: calc(100% - 32px);
  margin: 0 auto 24px;
}

.catalog-item__links {
  width: 184px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.catalog-item__links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.catalog-item__links a svg {
  margin-right: 8px;
}

.catalog-item__links a.catalog-item__link-share:hover {
  color: #ff0083;
  text-decoration: none;
}

.catalog-item__links a.catalog-item__link-share:hover svg path {
  fill: #ff0083;
}

.catalog-item__links a.catalog-item__link-like:hover {
  color: #ff0083;
  text-decoration: none;
}

.catalog-item__links a.catalog-item__link-like:hover svg path {
  stroke: #ff0083;
}

.catalog-item__links a.catalog-item__link-like.active svg path {
  fill: #ff0083;
}

.popular-btn__more {
  width: 245px;
  margin: 35px 16px 0;
}
@media only screen and (max-width: 574px) {
  .popular-btn__more {
    width: 215px;
    margin: 0px 16px 0;
  }
}

.info-section {
  background-color: #f7f7f7;
  padding: 70px 0;
}

@media only screen and (max-width: 574px) {
  .info-section {
    padding: 35px 0;
  }
}
.info-wrapper {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.info-text {
  width: 460px;
  margin-left: -40px;
  position: relative;
  z-index: 2;
}
.info-text .btn.btn-filled {
  width: 255px;
}
@media only screen and (max-width: 574px) {
  .info-text .btn.btn-filled {
    width: 100%;
  }
}

@media only screen and (max-width: 1359px) {
  .info-text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .info-text {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 574px) {
  .info-text {
    padding: 0;
  }
}
.info-text .section-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 574px) {
  .info-text .section-title {
    margin-bottom: 14px;
  }
}

.info-text > p {
  color: #898989;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .info-text > p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.info-slider__wrapper {
  width: 404px;
  position: relative;
  margin-left: 90px;
}

@media only screen and (max-width: 1359px) {
  .info-slider__wrapper {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .info-slider__wrapper {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .info-slider__wrapper {
    margin-left: 0;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 574px) {
  .info-slider__wrapper {
    width: 100%;
  }
}
.info-slider__wrapper:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  right: 100%;
  width: 1000px;
  height: 100%;
  background-color: #f7f7f7;
}

.info-slider {
  height: 582px;
}

.info-slider__text h3.heading {
  color: #3a3a3a;
  font-weight: 600;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
}
@media only screen and (max-width: 574px) {
  .info-slider__text h3.heading {
    font-size: 26px;
  }
}

@media only screen and (max-width: 574px) {
  .info-slider {
    height: 482px;
  }
}
.info-slider .slick-list {
  overflow: visible;
  height: 582px;
}

@media only screen and (max-width: 574px) {
  .info-slider .slick-list {
    height: 482px;
  }
}
.info-slider .slick-track {
  height: 582px;
  transition: 0.565s linear !important;
}

@media only screen and (max-width: 574px) {
  .info-slider .slick-track {
    height: 482px;
  }
}
.info-slider .slick-slide {
  display: flex;
  height: 582px;
}

@media only screen and (max-width: 574px) {
  .info-slider .slick-slide {
    width: 100%;
    height: 482px;
  }
}
.info-slider .slick-slide.slide {
  transition: 0.3s linear;
  padding: 0 10px;
  width: 295px !important;
  height: 429px;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 574px) {
  .info-slider .slick-slide.slide {
    padding: 0;
    height: 482px;
    width: calc(100vw - 30px) !important;
  }
}
.info-slider .slick-slide.slide picture {
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}

.info-slider .slick-slide.slide picture img {
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
  object-fit: cover;
}

.info-slider .slick-slide.slide .info-slider__text {
  transition: 0.5s linear;
  opacity: 0;
  position: absolute;
  left: 36px;
  bottom: 24px;
  padding: 32px 22px 32px 32px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  max-width: 80%;
}

@media only screen and (max-width: 574px) {
  .info-slider .slick-slide.slide .info-slider__text {
    padding: 15px;
    width: 220px;
    max-width: 220px;
    left: 10px;
    bottom: 10px;
  }
}
.info-slider .slick-slide.slide .info-slider__text > span {
  display: block;
  color: #616161;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

@media only screen and (max-width: 574px) {
  .info-slider .slick-slide.slide .info-slider__text > span {
    font-size: 14px;
    line-height: 120%;
  }
}
.info-slider .slick-slide.slide .info-slider__text > p {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #3a3a3a;
  margin-bottom: 0;
}

@media only screen and (max-width: 574px) {
  .info-slider .slick-slide.slide .info-slider__text > p {
    font-size: 20px;
  }
}
.info-slider .slick-slide.slide .info-slider__text .info-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff0083;
  transition: 0.2s linear;
  position: absolute;
  left: 100%;
  bottom: 0;
}

.info-slider .slick-slide.slide:hover .info-slider__text .info-slider__arrow {
  background-color: #3a3a3a;
}

.info-slider .slick-slide.slick-current.slide {
  width: 416px !important;
  height: 582px;
}

@media only screen and (max-width: 574px) {
  .info-slider .slick-slide.slick-current.slide {
    height: 482px;
    width: calc(100vw - 30px) !important;
  }
}
.info-slider .slick-slide.slick-current.slide .info-slider__text {
  opacity: 1;
}

.info-slider .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: none;
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s linear;
}

.info-slider .slick-arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ff0083;
  border-top: none;
  border-right: none;
}

.info-slider .slick-arrow:hover {
  background-color: #ff0083;
}

.info-slider .slick-arrow:hover:before {
  border-color: #fff;
}

.info-slider .slick-arrow.slick-next {
  left: calc(100% + 360px);
}

@media only screen and (max-width: 1359px) {
  .info-slider .slick-arrow.slick-next {
    left: auto;
    right: -12px;
  }
}
.info-slider .slick-arrow.slick-next:before {
  transform: rotate(-135deg);
  margin-left: -4px;
}

.info-slider .slick-arrow.slick-prev {
  left: -12px;
}

.info-slider .slick-arrow.slick-prev:before {
  transform: rotate(45deg);
  margin-right: -4px;
}

.info-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.info-slider__dots {
  position: absolute;
  z-index: 1;
  bottom: 55px;
  left: calc(100% + 24px);
}

@media only screen and (max-width: 1199px) {
  .info-slider__dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.info-slider__dots .slick-dots {
  display: flex;
  margin: 0 -6px;
}

.info-slider__dots .slick-dots li {
  padding: 0 6px;
}

.info-slider__dots .slick-dots li button {
  width: 27px;
  height: 27px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.info-slider__dots .slick-dots li button:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #d8d8d8;
  border-radius: 50%;
}

.info-slider__dots .slick-dots li.slick-active button {
  border-color: #ff0083;
}

.info-slider__dots .slick-dots li.slick-active button:after {
  background-color: #ff0083;
}

.more-info__section {
  padding-top: 148px;
}

@media only screen and (max-width: 767px) {
  .more-info__section {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 574px) {
  .more-info__section {
    padding-top: 35px;
  }
}
.more-info__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 118px;
}
.more-info__wrapper .more-info__txt .btn {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .more-info__wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 574px) {
  .more-info__wrapper {
    margin-bottom: 50px;
  }
}
.more-info__wrapper.reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .more-info__wrapper.reverse {
    flex-direction: column-reverse;
  }
}
.more-info__txt {
  width: 533px;
}

@media only screen and (max-width: 1359px) {
  .more-info__txt {
    width: calc(48% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .more-info__txt {
    width: 100%;
    margin-top: 45px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 574px) {
  .more-info__txt {
    padding: 0;
    margin-top: 30px;
  }
}
.more-info__txt .section-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 574px) {
  .more-info__txt .section-title {
    margin-bottom: 20px;
  }
}

.more-info__txt > p {
  color: #898989;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .more-info__txt > p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.more-info__txt .btn {
  width: 255px;
}

.more-info__pic {
  width: 610px;
  height: 418px;
}

@media only screen and (max-width: 1359px) {
  .more-info__pic {
    width: calc(52% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .more-info__pic {
    width: 605px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 574px) {
  .more-info__pic {
    height: calc(100vw - 30px);
    width: calc(100vw - 30px);
  }
}
.more-info__pic picture {
  width: 100%;
  height: 100%;
}

.more-info__pic picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specs-section {
  background-color: #f7f7f7;
  padding: 90px 0;
}

@media only screen and (max-width: 574px) {
  .specs-section {
    padding: 35px 0;
  }
}
.specs-wrapper {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .specs-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.specs-txt {
  width: 533px;
}

@media only screen and (max-width: 1199px) {
  .specs-txt {
    max-width: calc(55% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .specs-txt {
    width: 100%;
    max-width: 100%;
    margin-top: 45px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 574px) {
  .specs-txt {
    margin-top: 30px;
    padding: 0;
  }
}
.specs-txt .section-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 574px) {
  .specs-txt .section-title {
    margin-bottom: 14px;
  }
}

.specs-txt > p {
  color: #898989;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .specs-txt > p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.specs-txt ul {
  font-size: 16px;
  line-height: 150%;
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 574px) {
  .specs-txt ul {
    line-height: 140%;
    font-size: 14px;
  }
}
.specs-txt ul li {
  display: flex;
  margin-bottom: 18px;
  padding: 0px;
  min-height: 24px;
  align-items: center;
}

@media only screen and (max-width: 574px) {
  .specs-txt ul li {
    margin-bottom: 15px;
    height: auto;
  }
}
.specs-txt ul li svg {
  min-width: 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 574px) {
  .specs-txt ul li svg {
    margin-top: 0px;
    margin-right: 11px;
    min-width: 17.25px;
    max-height: 17.25px;
  }
}
.specs-pic {
  width: 610px;
  height: 505px;
}

@media only screen and (max-width: 1199px) {
  .specs-pic {
    max-width: calc(45% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .specs-pic {
    width: 472px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 574px) {
  .specs-pic {
    height: calc(100vw - 30px);
    width: calc(100vw - 30px);
  }
}
.specs-pic picture {
  width: 100%;
  height: 100%;
}

.specs-pic picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tips-section-page {
  padding: 45px 0 65px;
}
.tips-section-page .section-title {
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 574px) {
  .tips-section-page .section-title {
    margin-bottom: 30px;
  }
}
.tips-section-page .main-pagination {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #7e7e7e;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  justify-content: center;
  margin-top: 30px;
}
.tips-section-page .main-pagination > span {
  margin: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .tips-section-page .main-pagination > span {
    margin-right: 50px;
    text-align: left;
  }
}
.tips-section-page .tips-tricks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 574px) {
  .tips-section-page .tips-tricks {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.tips-section-page .tips-tricks .tips-post {
  display: flex;
  text-decoration: none;
  transition: 0.2s linear;
  flex-direction: column;
}
.tips-section-page .tips-tricks .tips-post:hover {
  box-shadow: 0 10px 10px rgba(97, 97, 97, 0.1);
}
.tips-section-page .tips-tricks .tips-post picture {
  display: block;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 574px) {
  .tips-section-page .tips-tricks .tips-post picture {
    height: 200px;
  }
}
.tips-section-page .tips-tricks .tips-post picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tips-section-page .tips-tricks .tips-post div {
  padding: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.tips-section-page .tips-tricks .tips-post div span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #3a3a3a;
  margin-bottom: 8px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 574px) {
  .tips-section-page .tips-tricks .tips-post div span {
    font-size: 12px;
  }
}
.tips-section-page .tips-tricks .tips-post div small {
  font-size: 14px;
  line-height: 150%;
  color: #898989;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .tips-section-page .tips-tricks .tips-post div small {
    font-size: 12px;
  }
}

.home-main .show_more_home {
  text-align: center;
  margin-top: 20px;
}

.tips-section {
  margin-top: 110px;
}

@media only screen and (max-width: 574px) {
  .tips-section {
    padding: 45px 0 0;
    margin: 0 -10px;
  }
}
.tips-section .section-title {
  margin-bottom: 45px;
  text-align: center;
}

@media only screen and (max-width: 574px) {
  .tips-section .section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 574px) {
  .tips-slider {
    padding: 0 5px;
  }
}
.tips-slider .slick-list {
  padding-bottom: 20px;
}

.tips-slider .slick-slide {
  padding: 0 10px;
}

@media only screen and (max-width: 574px) {
  .tips-slider .slick-slide {
    padding: 0 5px;
  }
}
.tips-slider .slide {
  display: block;
  text-decoration: none;
  transition: 0.2s linear;
}

.tips-slider .slide:hover {
  box-shadow: 0 10px 10px rgba(97, 97, 97, 0.1);
}

.tips-slider .slide > picture {
  display: block;
  width: 100%;
  height: 250px;
}

.tips-slider .slide > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tips-slider .slide > div {
  padding: 16px;
  background-color: #fff;
}
@media only screen and (max-width: 574px) {
  .tips-slider .slide > div {
    padding: 16px 16px 0;
  }
}

.tips-slider .slide > div span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #3a3a3a;
  margin-bottom: 8px;
}

.tips-slider .slide > div small {
  font-size: 14px;
  line-height: 150%;
  color: #898989;
}

.tips-slider .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: none;
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.16);
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: 161px;
  transition: 0.2s linear;
}

.tips-slider .slick-arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ff0083;
  border-top: none;
  border-right: none;
}

.tips-slider .slick-arrow:hover {
  background-color: #ff0083;
}

.tips-slider .slick-arrow:hover:before {
  border-color: #fff;
}

.tips-slider .slick-arrow.slick-next {
  right: -12px;
}

.tips-slider .slick-arrow.slick-next:before {
  transform: rotate(-135deg);
  margin-left: -4px;
}

.tips-slider .slick-arrow.slick-prev {
  left: -12px;
}

.tips-slider .slick-arrow.slick-prev:before {
  transform: rotate(45deg);
  margin-right: -4px;
}

.tips-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 23px auto 0;
}

@media only screen and (max-width: 574px) {
  .tips-slider .slick-dots {
    margin-top: 0;
  }
}
.tips-slider .slick-dots li {
  padding: 0 6px;
}

.tips-slider .slick-dots li button {
  width: 27px;
  height: 27px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.tips-slider .slick-dots li button:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #d8d8d8;
  border-radius: 50%;
}

.tips-slider .slick-dots li.slick-active button {
  border-color: #ff0083;
}

.tips-slider .slick-dots li.slick-active button:after {
  background-color: #ff0083;
}

.help-section {
  padding: 130px 0 60px;
}

@media only screen and (max-width: 574px) {
  .help-section {
    padding: 90px 0;
  }
}
.help-section .section-title {
  text-align: center;
  width: 620px;
  max-width: 100%;
  margin: 0 auto 55px;
}

@media only screen and (max-width: 574px) {
  .help-section .section-title {
    margin-bottom: 30px;
  }
}
.help-container {
  width: 1095px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.help-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 574px) {
  .help-wrapper {
    flex-direction: column;
  }
}
.help-wrapper .col {
  width: 33.33333%;
  padding: 0 15px;
}

@media only screen and (max-width: 574px) {
  .help-wrapper .col {
    width: 100%;
    margin-bottom: 40px;
  }
}
.help-item {
  width: 100%;
  height: 190px;
  position: relative;
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 10px 34px rgba(97, 97, 97, 0.1);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .help-item {
    padding: 34px 20px;
  }
}
.help-item > i {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 14px;
}

.help-item > span {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #3a3a3a;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.help-item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 48px;
  background-color: #fff;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s linear;
}

.help-item:hover > div {
  background-color: #ff0083;
}

.help-item:hover > div svg path {
  fill: #fff;
}

.help-item[data-link=contact-us] {
  background-color: #ff0083;
  box-shadow: none;
}

.help-item[data-link=contact-us] > i svg path {
  fill: #fff;
}

.help-item[data-link=contact-us] > span {
  color: #fff;
}

.help-item[data-link=contact-us] > div {
  box-shadow: 0 10px 34px rgba(255, 0, 131, 0.24);
}

.help-item[data-link=contact-us]:hover > div {
  background-color: #3a3a3a;
}

.help-more {
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media only screen and (max-width: 574px) {
  .help-more {
    margin-top: 30px;
  }
}

.help-more > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.help-more > a svg {
  margin-left: 5px;
  transform: rotate(-90deg);
}

.help-more > a:focus, .help-more > a:hover {
  color: #3a3a3a;
}

.help-more > a:focus svg path, .help-more > a:hover svg path {
  fill: #3a3a3a;
}

.help-block {
  display: none;
  background-color: #fff;
  min-height: 414px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(97, 97, 97, 0.04);
  padding: 48px 18px 18px;
  position: relative;
}

.help-block.active {
  display: block;
}

.help-block[data-id=services] .help-block__title {
  margin-bottom: 65px;
}

@media only screen and (max-width: 574px) {
  .help-block[data-id=services] .help-block__title {
    margin-bottom: 30px;
  }
}
.help-block[data-id=contact-us] .help-block__title {
  margin-bottom: 65px;
}

@media only screen and (max-width: 574px) {
  .help-block[data-id=contact-us] .help-block__title {
    margin-bottom: 30px;
  }
}
.help-block[data-id=faq] .help-block__title {
  margin-bottom: 55px;
}

@media only screen and (max-width: 574px) {
  .help-block[data-id=faq] .help-block__title {
    margin-bottom: 30px;
  }
}
.help-block__title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  font-weight: 800;
  color: #3a3a3a;
}

.help-block__close {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  top: 22px;
  right: 27px;
}

.help-block__close:hover svg path {
  fill: #ff0083;
}

.help-service__wrapper {
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (max-width: 574px) {
  .help-service__wrapper {
    flex-direction: column;
    margin-bottom: -15px;
  }
}
.help-service__wrapper > div {
  width: 410px;
  padding: 0 10px;
}

@media only screen and (max-width: 574px) {
  .help-service__wrapper > div {
    width: 100%;
    padding: 0 0 30px;
  }
}
.help-service__wrapper > div span {
  display: block;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #282828;
}

@media only screen and (max-width: 574px) {
  .help-service__wrapper > div span {
    margin-bottom: 15px;
  }
}
.help-service__wrapper > div p {
  font-size: 16px;
  line-height: 29px;
  text-align: justify;
  color: #7e7e7e;
}

.help-service__wrapper > div p:last-child {
  margin-bottom: 0;
}

.help-contacts__wrapper {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 574px) {
  .help-contacts__wrapper {
    flex-direction: column;
    margin-bottom: -15px;
  }
}
.help-contacts__wrapper > div {
  width: 330px;
  max-width: 100%;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 574px) {
  .help-contacts__wrapper > div {
    margin-bottom: 30px;
  }
}
.help-contacts__wrapper > div > svg {
  margin-bottom: 25px;
}

@media only screen and (max-width: 574px) {
  .help-contacts__wrapper > div > svg {
    margin-bottom: 15px;
  }
}
.help-contacts__wrapper > div > span {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #3a3a3a;
  text-transform: uppercase;
}

.help-contacts__wrapper > div > p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #3a3a3a;
}

.help-contacts__wrapper > div > p > a {
  display: block;
  text-decoration: none;
  color: #ff0083;
}

.help-contacts__wrapper > div > p > a:hover {
  text-decoration: underline;
}

.help-faq__wrapper {
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid #e5ecf4;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item__header {
  display: flex;
  padding: 25px 0px;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #3A3A3A;
  cursor: pointer;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  align-items: center;
}
@media only screen and (max-width: 574px) {
  .faq-item__header {
    font-size: 14px;
  }
}

@media only screen and (max-width: 574px) {
  .faq-item__header {
    padding: 15px 10px;
  }
}
.faq-item__header i {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #ff0083;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 574px) {
  .faq-item__header i {
    width: 17.25px;
    min-width: 17.25px;
    height: 17.25px;
    margin-right: 11.25px;
  }
}

.faq-item__header i svg path {
  fill: #fff;
}

.faq-item__header i .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.2s linear;
}

.faq-item__header.active i .plus {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__body {
  display: none;
  padding: 0px 35px 25px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 574px) {
  .faq-item__body {
    padding: 0 0 20px 38px;
  }
}
.faq-item__body p {
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #898989;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 574px) {
  .faq-item__body p {
    font-size: 14px;
  }
}
.footer {
  padding-bottom: 45px;
  background: #f7f7f7;
}
@media only screen and (max-width: 574px) {
  .footer {
    padding-top: 0px;
  }
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  border-top: 1px solid #d8d8d8;
  margin-bottom: -16px;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.footer-left {
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .footer-left {
    width: 350px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-logo {
  display: flex;
  width: 207px;
  height: 33px;
  margin-bottom: 16px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-descr {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
  color: #616161;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .footer-descr {
    text-align: center;
  }
}
.footer-left__link {
  display: flex;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
  text-decoration: none;
}

.footer-left__link > svg {
  margin-top: 2px;
  margin-right: 8px;
  min-width: 20px;
}

.footer-left__link:hover {
  color: #ff0083;
  text-decoration: none;
}

.footer-left__link:hover > svg path {
  fill: #ff0083;
}

.footer-mid {
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
}

@media only screen and (max-width: 1359px) {
  .footer-mid {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-mid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-mid {
    padding: 0 15px;
    flex: 0 1 auto;
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 767px) {
  .footer-mid {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 574px) {
  .footer-mid {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: -30px;
  }
}
.footer-mid .col {
  max-width: 40%;
  padding: 0 10px;
}

@media only screen and (max-width: 991px) {
  .footer-mid .col {
    max-width: 50%;
    min-width: 40%;
  }
}
@media only screen and (max-width: 574px) {
  .footer-mid .col {
    min-width: unset;
    max-width: unset;
    margin-bottom: 30px;
  }
}
.footer-menu__title {
  font-size: 24px;
  line-height: 28px;
  color: #3A3A3A;
  display: block;
  margin-bottom: 16px;
  font-weight: 800;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.footer-menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.footer-menu > li {
  margin-bottom: 16px;
}

.footer-menu > li > a {
  color: #616161;
  text-decoration: none;
}

.footer-menu > li > a:hover {
  color: #ff0083;
}

@media only screen and (max-width: 574px) {
  .footer-menu > li {
    font-size: 14px;
  }
}
.footer-right {
  width: 292px;
}

@media only screen and (max-width: 991px) {
  .footer-right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.footer-subscribe {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .footer-subscribe {
    width: 292px;
    margin: 20px auto 0;
  }
}
.footer-subscribe input {
  border: none;
  height: 45px;
  line-height: 45px;
  color: #3a3a3a;
  background: #fff;
  padding: 0 12px;
  width: calc(100% - 50px);
  font-size: 16px;
}

.footer-subscribe input::placeholder {
  color: #828282;
}

.footer-subscribe input:focus::placeholder {
  color: transparent;
}

.footer-subscribe button {
  width: 46px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: #ff0083;
  transition: 0.2s linear;
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.footer-subscribe button:hover {
  background-color: #3a3a3a;
}

.footer-kiyoh {
  width: 100%;
  height: 150px;
  max-width: 300px;
}

@media only screen and (max-width: 991px) {
  .catalog-main {
    padding-top: 26px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main {
    padding-top: 0;
  }
}
.bg-gray {
  background-color: #f7f7f7;
  position: relative;
}

.bg-gray + .footer, .bg-gray:before {
  background-color: #f7f7f7;
}

.catalog-top__wrapper {
  background: #fff;
  border-top: 3px solid #ff0083;
  padding: 46px 35px 39px;
}

@media only screen and (max-width: 574px) {
  .catalog-top__wrapper {
    padding: 30px 15px;
    margin-top: 6px;
  }
}
.catalog-top__wrapper > p, .catalog-top__wrapper > ul {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #898989;
  margin-bottom: 16px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.catalog-top__wrapper > ul {
  padding-left: 20px;
}

.catalog-top__wrapper a {
  color: #ff0083;
}

@media (min-width: 768px) {
  .catalog-top__wrapper > p,
.catalog-top__wrapper > ul {
    font-size: 16px;
  }
}
.catalog-top__wrapper > ul li {
  position: relative;
}

.catalog-top__wrapper > ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff0083;
  left: -17px;
  top: 9px;
}

.catalog-top__section {
  position: relative;
  padding: 40px 0 30px;
}
@media (max-width: 992px) {
  .catalog-top__section {
    padding: 0 0 30px;
  }
}

.catalog-top__section--windows {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .catalog-top__section--windows {
    padding: 0 0 30px;
  }
}

.catalog-top__section > .container {
  position: relative;
  z-index: 2;
}

.catalog-top__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catalog-top__img {
  object-fit: cover;
  object-position: center left;
  width: 100%;
  height: 100%;
}

.catalog-title {
  display: block;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 12px;
  font-weight: 800;
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .catalog-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-title {
    font-size: 26px;
  }
}
.catalog-advantages {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}

@media only screen and (max-width: 991px) {
  .catalog-advantages {
    display: none;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.catalog-advantages__slider {
  width: 100%;
  margin-bottom: 0;
  display: none;
  overflow: hidden;
  height: 48px;
}

@media only screen and (max-width: 991px) {
  .catalog-advantages__slider {
    display: flex;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-advantages__slider {
    margin-bottom: 0;
  }
}
.catalog-advantages__slider .slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  width: 50%;
  flex-shrink: 0;
}

@media only screen and (max-width: 574px) {
  .catalog-advantages__slider .slide {
    width: 100%;
  }
}
.catalog-advantages__slider .slide img, .catalog-advantages__slider .slide svg {
  width: 24px;
  margin-right: 16px;
}

.catalog-advantages__slider .slide div span {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.catalog-advantages__slider .slide div p {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #898989;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.catalog-advantages__item {
  display: flex;
  align-items: center;
  max-width: 23%;
  column-gap: 27px;
}

.product-decor__rating-wrapper .catalog-advantages__item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  max-width: 45%;
  column-gap: 27px;
  flex-grow: 1;
}

@media only screen and (max-width: 574px) {
  .product-decor__rating-wrapper .catalog-advantages__item {
    flex-direction: column;
    margin: 0px;
    text-align: center;
    row-gap: 12px;
  }
  .product-decor__rating-wrapper .catalog-advantages__item div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-advantages__item {
    width: 250px;
    max-width: unset;
    margin: 15px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-advantages__item {
    width: 275px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-advantages__item {
    margin: 10px 25px;
  }
}
.catalog-advantages__item div span {
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.catalog-advantages__item div p {
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  color: #898989;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.catalog-main__container {
  background-color: #fff;
  padding: 25px 15px 40px;
  margin: 0 -15px;
}

@media (min-width: 568px) {
  .catalog-main__container {
    padding-left: 20px;
    padding-bottom: 75px;
    padding-right: 20px;
    padding-top: 30px;
    margin: 0 0 20px;
  }
}
.catalog-main__navigation {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .catalog-main__navigation {
    padding: 0;
  }
}

.catalog-main__navigation.catalog-decor__navigation {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .catalog-main__navigation {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main__navigation {
    padding: 0;
  }
}
.catalog-main__sort {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .catalog-main__sort {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main__sort {
    width: 100%;
    flex-direction: column;
  }
}
.catalog-main__sort .dropdown {
  margin-right: 20px;
}

@media only screen and (max-width: 574px) {
  .catalog-main__sort .dropdown {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.catalog-main__sort .dropdown.skylight {
  width: 215px;
}

@media only screen and (max-width: 767px) {
  .catalog-main__sort .dropdown.skylight {
    max-width: 260px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main__sort .dropdown.skylight {
    width: 100%;
    max-width: unset;
  }
}
.catalog-main__sort .dropdown.size {
  width: 155px;
}

@media only screen and (max-width: 767px) {
  .catalog-main__sort .dropdown.size {
    max-width: 260px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main__sort .dropdown.size {
    width: 100%;
    max-width: unset;
  }
}
.catalog-main__sort .dropdown.skylight-code {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .catalog-main__sort .dropdown.skylight-code {
    max-width: 260px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main__sort .dropdown.skylight-code {
    width: 100%;
    max-width: unset;
  }
}
.catalog-main__sort .dropdown.window-decoration {
  width: 310px;
}

@media only screen and (max-width: 767px) {
  .catalog-main__sort .dropdown.window-decoration {
    max-width: 260px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main__sort .dropdown.window-decoration {
    width: 100%;
    max-width: unset;
  }
}
.catalog-main__sort .dropdown:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 574px) {
  .catalog-main__sort .dropdown:last-child {
    margin-bottom: 0;
  }
}
.dropdown {
  position: relative;
  z-index: 2;
}

.dropdown.opened {
  z-index: 3;
}

.dropdown-main {
  width: 100%;
  display: flex;
  align-items: center;
  background: #ebebeb;
  height: 60px;
  padding-right: 18px;
  cursor: pointer;
}

.dropdown-main > svg {
  margin-left: 19px;
  width: 17px;
}

.dropdown-main > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #3a3a3a;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 15px 15px 19px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 574px) {
  .dropdown-main > span {
    line-height: 100%;
    font-size: 14px;
  }
}

.dropdown-main > i {
  display: flex;
  transition: 0.2s linear;
}

.dropdown-main.active > i {
  transform: scaleY(-1);
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ebebeb;
  max-height: 216px;
  padding-bottom: 10px;
}

.dropdown-list li {
  padding: 8px 19px 8px 48px;
  cursor: pointer;
  transition: 0.2s linear;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  color: #898989;
}
@media (min-width: 992px) {
  .dropdown-list li {
    padding: 8px 19px;
  }
}

.dropdown-list li:hover {
  color: #ff0083;
  background: rgba(196, 196, 196, 0.3);
}

.dropdown-list li.current {
  color: #ff0083;
}

.ps__rail-y {
  width: 6px;
  opacity: 1;
  left: auto !important;
  right: 0 !important;
}

.ps__thumb-y {
  opacity: 1;
  box-shadow: none;
  right: 0;
  border-radius: 1px;
}

.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y, .ps__thumb-y {
  background-color: #ff0083;
  width: 3px;
}

.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
  background: transparent;
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
  opacity: 1;
}

.catalog-main__pagination {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #7e7e7e;
}
@media only screen and (max-width: 574px) {
  .catalog-main__pagination a.link.anular {
    font-size: 12px;
    line-height: 100%;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    color: #ff0083;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1199px) {
  .catalog-main__pagination {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-main__pagination {
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
  }
}
.catalog-main__pagination > span {
  margin-right: 75px;
}

@media only screen and (max-width: 1199px) {
  .catalog-main__pagination > span {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-main__pagination > span {
    margin-top: 0;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 374px) {
  .catalog-main__pagination > span {
    margin-right: 20px;
  }
}
.pagination {
  width: 123px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 574px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination .visible-pagin {
  display: none !important;
}

@media only screen and (max-width: 374px) {
  .pagination {
    width: 105px;
  }
}
.pagination-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-arrow svg path {
  transition: 0.2s linear;
}

.pagination-arrow:hover svg path {
  stroke: #ff0083;
}

.pagination-arrow.disabled {
  pointer-events: none;
}

.pagination-counter {
  font-weight: 400;
}

.pagination-counter span {
  font-size: 18px;
  font-weight: 500;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.pagination-counter span.current {
  color: #3a3a3a;
}

.catalog-main__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.catalog-main__wrapper .products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.catalog-main__wrapper .col-lg-3 {
  padding: 0 10px;
  margin-bottom: 20px;
}

.search-results .catalog-main__container {
  border-top: 3px solid #ff0083;
  padding-top: 47px;
}

@media only screen and (max-width: 574px) {
  .search-results .catalog-main__container {
    padding-top: 30px;
  }
}
.search-results .catalog-main__navigation {
  margin-bottom: 47px;
}

@media only screen and (max-width: 574px) {
  .search-results .catalog-main__navigation {
    margin-bottom: 30px;
  }
}
.search-results .catalog-title {
  margin-bottom: 0;
}

.catalog-decor__info {
  border-color: #fff;
  box-shadow: 0 10px 34px rgba(97, 97, 97, 0.1);
  padding: 25px 65px;
  display: flex;
  margin-left: -17px;
  margin-top: 30px;
  width: 1110px;
  max-width: 100%;
}

@media only screen and (max-width: 1199px) {
  .catalog-decor__info {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-decor__info {
    padding: 25px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-decor__info {
    padding: 25px 15px;
    margin: 20px -15px 0;
    width: auto;
    max-width: unset;
  }
}
.catalog-decor__info-text {
  width: 337px;
  padding-right: 45px;
}

@media only screen and (max-width: 1199px) {
  .catalog-decor__info-text {
    padding-right: 0;
    width: 100%;
  }
}
.catalog-decor__info-text > span {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  display: block;
  margin-bottom: 15px;
}

.catalog-decor__info-text > p {
  font-size: 18px;
  line-height: 120%;
  color: #828282;
}

.catalog-decor__info-filters {
  width: 405px;
  min-width: 405px;
}

@media only screen and (max-width: 1199px) {
  .catalog-decor__info-filters {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-decor__info-filters {
    width: 100%;
    min-width: unset;
  }
}
.catalog-decor__info-filters .dropdown {
  margin-bottom: 10px;
}

.catalog-decor__info-filters .dropdown.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.catalog-decor__info-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (max-width: 574px) {
  .catalog-decor__info-buttons {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.catalog-decor__info-buttons > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #ff0083;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.2s linear;
}

.catalog-decor__info-buttons > span:hover {
  text-decoration: none;
}

.catalog-decor__info-buttons .btn {
  width: 215px;
}

@media only screen and (max-width: 574px) {
  .catalog-decor__info-buttons .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.catalog-decor__btn-submit.disabled {
  pointer-events: none;
}

.catalog-decor__pic {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: flex-end;
  padding-left: 45px;
}

@media only screen and (max-width: 991px) {
  .catalog-decor__pic {
    padding-left: 0;
    padding-top: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-decor__navigation {
    flex-direction: row;
  }
}
.catalog-decor__navigation .catalog-main__sort {
  margin: 0 -10px;
  flex-wrap: wrap;
  flex: 1 0 auto;
}

@media only screen and (max-width: 1199px) {
  .catalog-decor__navigation .catalog-main__sort {
    flex: 0 1 auto;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-decor__navigation .catalog-main__sort {
    margin: -15px 0 0;
  }
}
.catalog-decor__navigation .dropdown {
  width: 25%;
  padding: 0 10px;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .catalog-decor__navigation .dropdown {
    width: 33.33333%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-decor__navigation .dropdown {
    width: 50%;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-decor__navigation .dropdown {
    width: 100%;
    padding: 0;
  }
}
.catalog-decor__navigation .dropdown-list {
  width: calc(100% - 20px);
}

.catalog-bottom__pagination {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 574px) {
  .catalog-bottom__pagination {
    justify-content: center;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-bottom__pagination .catalog-main__pagination {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-bottom__pagination .catalog-main__pagination > span {
    margin-top: 0;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-bottom__pagination .catalog-main__pagination > span {
    margin-right: 20px;
  }
}
.product-main {
  padding-top: 28px;
}

@media only screen and (max-width: 991px) {
  .product-main {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .product-main {
    padding-top: 11px;
  }
}
.product-main__section {
  padding-bottom: 60px;
}

.product-main__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media only screen and (max-width: 574px) {
  .product-main__wrapper {
    padding-bottom: 50px;
  }
}
.product-main__wrapper .catalog-item__label {
  top: auto;
  left: auto;
  right: auto;
  margin-left: 30px;
  margin-top: 30px;
  z-index: 1;
}

.product-left {
  width: 504px;
}

@media only screen and (max-width: 991px) {
  .product-left {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .product-left .product-rating__wrapper {
    display: none;
  }
}
.product-img {
  width: 100%;
}

.product-img .custom-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

@media only screen and (max-width: 574px) {
  .product-img .custom-nav {
    display: none;
  }
}
.product-img .custom-nav .slider-arrow {
  width: 37px;
  height: 37px;
  background-color: #f0f0f0;
  margin-left: 17px;
}

.product-img .custom-nav .slider-arrow svg {
  opacity: 0.25;
}

.product-img .custom-nav .slider-arrow.slider-prev svg {
  margin-left: -3px;
}

.product-img .custom-nav .slider-arrow.slider-next svg {
  margin-right: -1px;
}

.product-img .custom-nav .slider-arrow:hover {
  background-color: #d2d2d2;
}

.product-img .custom-nav .slider-arrow:hover svg {
  opacity: 1;
}

.product-slider {
  height: 380px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .product-slider {
    height: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .product-slider {
    height: calc(77vw - 30px);
  }
}
@media only screen and (max-width: 574px) {
  .product-slider {
    margin-bottom: 12px;
  }
}
.product-slider .slick-list {
  height: inherit;
}

.product-slider .slide {
  height: 380px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .product-slider .slide {
    height: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .product-slider .slide {
    height: calc(77vw - 30px);
  }
}
@media only screen and (max-width: 574px) {
  .product-slider .slide {
    pointer-events: none;
  }
}
.product-slider .slide picture {
  width: 100%;
  height: 100%;
}

.product-slider .slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-img__nav {
  margin: 0 -12px;
}

@media only screen and (max-width: 574px) {
  .product-img__nav {
    margin: 0 -6px;
  }
}
.product-slider__nav {
  height: 108px;
}

@media only screen and (max-width: 574px) {
  .product-slider__nav {
    height: 21vw;
  }
}
.product-slider__nav .slick-list {
  height: inherit;
}

.product-slider__nav .slick-slide {
  padding: 0 12px;
}

@media only screen and (max-width: 574px) {
  .product-slider__nav .slick-slide {
    padding: 0 6px;
  }
}
.product-slider__nav .slide {
  height: 108px;
  cursor: pointer;
}

@media only screen and (max-width: 574px) {
  .product-slider__nav .slide {
    height: 21vw;
  }
}
.product-slider__nav .slide picture {
  width: 100%;
  height: 100%;
}

.product-slider__nav .slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#lg-download {
  display: none;
}

.product-right {
  width: 610px;
  max-width: calc(100% - 524px);
  padding-top: 18px;
}

@media only screen and (max-width: 991px) {
  .product-right {
    width: 100%;
    max-width: unset;
    padding-top: 36px;
  }
}
.product-right .dropdown {
  margin-bottom: 22px;
}

.product-right .dropdown:last-child {
  margin-bottom: 0;
}

.product-right .dropdown-list, .product-right .dropdown-main {
  background-color: #fff;
}

.product-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
  color: #ff0083;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .product-title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .product-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 574px) {
  .product-title {
    font-size: 22px;
  }
}
.product-title.hidden-title {
  display: none;
}

@media only screen and (max-width: 991px) {
  .product-title.hidden-title {
    display: block;
  }
}
.product-like {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #d2d2d2;
}

@media only screen and (max-width: 574px) {
  .product-like {
    top: 4px;
  }
}
.product-like svg * {
  transition: 0.2s linear;
}

.product-like:hover {
  color: #ff0083;
  text-decoration: none;
}

.product-like:hover svg path {
  stroke: #ff0083;
}

.product-like.active svg path {
  fill: #ff0083;
  stroke: #ff0083;
}

.product-descr {
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  color: #898989;
}

.product-descr p, .product-descr ul {
  margin-bottom: 10px;
}

.product-descr ul li {
  position: relative;
  padding-left: 12px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 574px) {
  .product-descr ul li {
    padding-bottom: 10px;
  }
}
.product-descr ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff0083;
  left: 0;
  top: 9px;
}

.product-descr :last-child {
  margin-bottom: 0;
}

.product-price {
  display: flex;
  align-items: baseline;
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}
.product-price.woocommerce-variation-price {
  flex-direction: column;
}
.product-price.woocommerce-variation-price .right-06 {
  margin-right: 0.6ch;
}
.product-price.woocommerce-variation-price .woocommerce-current-variation-price .amount bdi {
  position: relative;
  bottom: -0.2ch;
}

.product-price small {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #616161;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.single_variation_wrap .woocommerce-price-suffix-vanaf {
  margin-left: 10px;
}

.single_variation_wrap .woocommerce-vanaf-variation-price {
  display: none;
  margin-bottom: 20px;
}

@media only screen and (max-width: 574px) {
  .product-price {
    font-size: 30px;
  }

  .product-price small {
    font-size: 14px;
  }
}
.product-availability {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.product-availability.available {
  color: #27ae60;
}

.product-availability.inclusief {
  color: #616161;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  width: 100%;
}
@media only screen and (max-width: 574px) {
  .product-availability.inclusief {
    font-size: 14px;
  }
  .product-availability.inclusief svg {
    width: 17.25px;
    height: 17.25px;
  }
}

.product-color__wrapper {
  margin-top: 28px;
  margin-bottom: 38px;
}

.product-color__wrapper > span {
  display: block;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

.product-color__wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

.product-color__wrapper > ul li {
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
}

.product-color__wrapper > ul li:after {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #616161;
  opacity: 0;
  transition: 0.2s linear;
}

.product-color__wrapper > ul li > a {
  display: flex;
  width: 44px;
  height: 44px;
}

.product-color__wrapper > ul li > i {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #ff0083;
  position: absolute;
  right: -6px;
  top: -5px;
  z-index: 1;
}

.product-color__wrapper > ul li .tooltip {
  padding: 10px;
  background-color: #fff;
  font-size: 16px;
  border: 2px solid #616161;
  width: max-content;
  opacity: 0;
  transition: 0.2s linear;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
}

.product-color__wrapper > ul li .tooltip:before {
  border-top: 10px solid #616161;
  top: 100%;
}

.product-color__wrapper > ul li .tooltip:after, .product-color__wrapper > ul li .tooltip:before {
  position: absolute;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 11px;
}

.product-color__wrapper > ul li .tooltip:after {
  z-index: 1;
  border-top: 10px solid #fff;
  top: calc(100% - 3px);
}

.product-color__wrapper > ul li.current:after, .product-color__wrapper > ul li:hover .tooltip, .product-color__wrapper > ul li:hover:after {
  opacity: 1;
}

.product-color__wrapper > ul li.current i {
  display: flex;
}

.product-delivery {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 33px;
}

.product-delivery strong {
  font-weight: 600;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.product-delivery.icon-delivery {
  display: flex;
  align-items: baseline;
}

.product-delivery.icon-delivery svg {
  margin-right: 12px;
  top: 2px;
  position: relative;
}

.product-delivery.icon-delivery strong {
  margin-right: 5px;
}

.product-buttons {
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 574px) {
  .product-buttons {
    flex-direction: column;
  }
}
.product-buttons .btn.product-btn__buy-now {
  width: 215px;
  margin-right: 20px;
}

@media only screen and (max-width: 574px) {
  .product-buttons .btn.product-btn__buy-now {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.product-buttons .btn.product-btn__add-to-cart {
  width: 235px;
}
.product-buttons .btn.product-btn__add-to-cart.loading {
  border-color: #c3c3c3;
  background: #c3c3c3;
  color: white;
}
.product-buttons .btn.product-btn__add-to-cart.added {
  border-color: #27ae60;
  color: #27ae60;
}
.product-buttons .btn.product-btn__add-to-cart.added:hover {
  background: #27ae60;
  color: white;
}

@media only screen and (max-width: 574px) {
  .product-buttons .btn.product-btn__add-to-cart {
    width: 100%;
  }
}
.product-specs__btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  transition: 0.2s linear;
}

.product-specs__btn:hover {
  color: #ff0083;
  text-decoration: none;
}

.product-specs__btn + .product-delivery {
  margin-top: 46px;
}

.product-rating__wrapper {
  width: 100%;
  margin-top: 36px;
  background-color: #fff;
  padding: 20px 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 120%;
}

.product-rating__wrapper-hidden {
  display: none;
}

@media only screen and (max-width: 991px) {
  .product-rating__wrapper-hidden {
    display: flex;
  }
}
.product-rating__wrapper > img {
  height: 132px;
  object-fit: contain;
}

.product-rating__wrapper > span {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 12px;
}

.product-rating__wrapper > div {
  font-weight: 400;
  margin-top: 12px;
}

.product-rating__wrapper > div strong {
  font-weight: 600;
}

.product-tabs__wrapper {
  background-color: #fff;
}

.product-tabs__scroll-wrapper {
  overflow: auto;
}

@media only screen and (max-width: 574px) {
  .product-tabs__scroll-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .product-tabs__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-tabs {
  display: flex;
  min-width: max-content;
}

.product-tabs li {
  padding: 10px 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 0 auto;
  position: relative;
  height: 92px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 574px) {
  .product-tabs li {
    font-size: 14px;
    padding: 30px 40px 20px 40px;
    height: auto;
  }
}
.product-tabs li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
}

.product-tabs li.active {
  color: #ff0083;
}

.product-tabs li.active:after {
  background-color: #ff0083;
}

.product-tabs__content {
  display: none;
  padding: 30px 60px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  color: #898989;
}
.product-tabs__content h2 {
  color: #3a3a3a;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .product-tabs__content {
    padding: 30px 30px 30px;
  }
  .product-tabs__content h2 {
    margin-top: 0px;
  }
}
.product-tabs__content.active {
  display: block;
}

.product-tabs__content p {
  margin-bottom: 12px;
}

.product-tabs__content ul {
  margin-bottom: 40px;
  margin-top: 12px;
}

.product-tabs__content ul li {
  position: relative;
  padding-left: 17px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #898989;
  margin-bottom: 8px;
}

.product-tabs__content ul li span.highlight {
  color: #FF0083;
}

.product-tabs__content ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff0083;
  left: 0;
  top: 9px;
}

.product-tabs__content .subtitle {
  font-weight: 800;
  display: block;
}

.product-tabs__content .video-wrapper {
  margin: 60px auto;
}

@media only screen and (max-width: 574px) {
  .product-tabs__content {
    font-size: 14px;
  }

  .product-tabs__content ul li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 12px;
  }

  .product-tabs__content ul {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__content .video-wrapper {
    margin: 40px auto;
  }
}
.product-tabs__content .faq-wrapper {
  box-shadow: none;
  padding: 0;
}

.video-wrapper {
  position: relative;
  width: 890px;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 7px;
  overflow: hidden;
  padding-bottom: 42.25%;
}

@media only screen and (max-width: 991px) {
  .video-wrapper {
    padding-bottom: 56.25%;
  }
}
.video-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s linear;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper .play-btn svg {
  margin-right: -5px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.similar-section {
  padding: 60px 0;
}

@media only screen and (max-width: 574px) {
  .similar-section {
    padding: 30px 0;
  }
}
.similar-section .section-title {
  text-align: center;
  margin-bottom: 46px;
}

@media only screen and (max-width: 574px) {
  .similar-section .section-title {
    margin-bottom: 30px;
  }
}
.similar-slider__wrapper {
  margin: 0 -25px;
}

@media only screen and (max-width: 1199px) {
  .similar-slider__wrapper {
    margin: 0 -12px;
  }
}
.similar-slider .slick-slide {
  padding: 0 10px;
}

@media only screen and (max-width: 1199px) {
  .similar-slider .slick-slide {
    padding: 0 12px;
  }
}
.similar-slider .slick-slide .catalog-item__info {
  background-color: #fff;
}

.similar-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}

.similar-slider .slick-dots li {
  padding: 0 6px;
}

.similar-slider .slick-dots li button {
  width: 27px;
  height: 27px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.similar-slider .slick-dots li button:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #d8d8d8;
  border-radius: 50%;
}

.similar-slider .slick-dots li.slick-active button {
  border-color: #ff0083;
}

.similar-slider .slick-dots li.slick-active button:after {
  background-color: #ff0083;
}

.product-decor__rating-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 60px 90px 60px 90px;
  background-color: #fff;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 574px) {
  .product-decor__rating-wrapper {
    margin-bottom: 30px;
  }
}

.product-decor__rating-wrapper iframe {
  max-width: 100%;
}

@media only screen and (max-width: 1199px) {
  .product-decor__rating-wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .product-decor__rating-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 574px) {
  .product-decor__rating-wrapper {
    padding: 40px 15px;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
.product-decor__rating-wrapper > img {
  width: 230px;
  object-fit: contain;
}

.product-decor__rating-wrapper .catalog-advantages {
  width: 100%;
  margin-bottom: 0;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .product-decor__rating-wrapper .catalog-advantages {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .product-decor__rating-wrapper .catalog-advantages {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 574px) {
  .product-decor__rating-wrapper .catalog-advantages {
    column-gap: 29px;
    row-gap: 30px;
  }
}
.product-decor__rating-wrapper .catalog-advantages__item img, .product-decor__rating-wrapper .catalog-advantages__item svg {
  max-width: 35px;
  height: 40px;
}

.product-decor__rating-wrapper .catalog-advantages__item div span {
  font-size: 18px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.product-decor__rating-wrapper .catalog-advantages__item div p {
  font-size: 16px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 574px) {
  .product-decor__rating-wrapper .catalog-advantages__item div span {
    font-size: 14px;
  }

  .product-decor__rating-wrapper .catalog-advantages__item div p {
    font-size: 12px;
  }
}
.cart-main {
  padding-top: 28px;
}

@media only screen and (max-width: 991px) {
  .cart-main {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 574px) {
  .cart-main {
    padding-top: 16px;
  }
}
.cart-form {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .cart-form {
    margin: 0;
    flex-direction: column;
  }
}
.cart-wrapper {
  background-color: #fff;
  height: inherit;
  width: calc(100% - 320px);
  padding: 50px 60px;
}

@media only screen and (max-width: 991px) {
  .cart-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-wrapper {
    padding: 0 30px 40px 20px;
  }
}
@media only screen and (max-width: 574px) {
  .cart-wrapper {
    padding: 0 15px 30px;
    margin-bottom: 30px;
  }
}
.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (max-width: 574px) {
  .cart-header {
    padding: 30px 0 15px;
    height: 75px;
  }
}
.cart-title {
  font-weight: 800;
  font-family: Gilroy, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}

@media only screen and (max-width: 574px) {
  .cart-title {
    font-size: 24px;
    line-height: 120%;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
  }
}
.cart-counter {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 574px) {
  .cart-counter {
    font-size: 14px;
    line-height: 30px;
  }
}
.cart-body {
  padding-top: 38px;
}

.cart-items__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media only screen and (max-width: 574px) {
  .cart-items__header {
    display: none;
  }
}
.cart-items__header > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 29px;
  text-transform: uppercase;
  color: #7e7e7e;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.cart-items__header > span:first-child {
  text-align: left;
}

.cart-items__header .cart-item__details {
  margin-right: 30px;
}

.cart-item__details {
  width: 400px;
}

.cart-item__quantity {
  width: 115px;
  padding: 0 5px;
}

@media only screen and (max-width: 574px) {
  .cart-item__quantity {
    padding: 0;
  }
}
.cart-item__price {
  width: 70px;
  padding: 0 5px;
}

@media only screen and (max-width: 1199px) {
  .cart-item__price {
    display: none;
  }
}
.cart-item__total {
  width: 70px;
  padding: 0 5px;
}
.cart-item__total .tax_label {
  display: none;
}

@media only screen and (max-width: 574px) {
  .cart-item__total {
    padding: 0;
  }
}
.cart-item__del {
  width: 18px;
}

.cart-items {
  position: relative;
  margin-right: -25px;
  padding-right: 25px;
}

.cart-items .cart-item {
  margin-top: 30px;
}

@media only screen and (max-width: 574px) {
  .cart-items .cart-item {
    margin-top: 30px;
  }
}
.cart-items .cart-item:first-child {
  margin-top: 0;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 574px) {
  .cart-item {
    flex-wrap: wrap;
  }
}
.cart-item .cart-item__details {
  display: flex;
  text-decoration: none;
  margin-right: 30px;
}

@media only screen and (max-width: 574px) {
  .cart-item .cart-item__details {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cart-item .cart-item__details:hover {
  text-decoration: none;
}

.cart-item .cart-item__details:hover .cart-item__title {
  color: #ff0083;
}

@media only screen and (max-width: 574px) {
  .cart-item .cart-item__quantity {
    width: 36%;
    display: flex;
    justify-content: flex-start;
  }
}
.cart-item .cart-item__price, .cart-item .cart-item__total {
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
  color: #ff0083;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
.cart-item .cart-item__price bdi, .cart-item .cart-item__total bdi {
  display: inline-flex;
  white-space: pre-wrap;
}

.cart-item .cart-item__price {
  color: #3A3A3A;
}

@media only screen and (max-width: 574px) {
  .cart-item .cart-item__total {
    width: 50%;
    text-align: right;
  }
}
.cart-item .cart-item__del {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 574px) {
  .cart-item .cart-item__del {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.cart-item__pic {
  width: 100px;
  height: 100px;
  border: 1px solid #F4F5F7;
}

.cart-item__pic picture {
  width: 100%;
  height: 100%;
}

.cart-item__pic picture img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  padding: 3px;
}

.cart-item__title {
  width: calc(100% - 90px);
  padding-left: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3a3a3a;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .cart-item__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 574px) {
  .cart-item__title {
    font-size: 12px;
    padding-top: 0;
    padding-left: 15px;
  }
}
.cart-item__counter {
  width: 100%;
  height: 46px;
  border: 1px solid #385a60;
  display: flex;
}

@media only screen and (max-width: 574px) {
  .cart-item__counter {
    height: 40px;
  }
}
.cart-item__counter > span {
  cursor: pointer;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item__counter > span.pseudo {
  opacity: 0.2;
}

@media only screen and (max-width: 574px) {
  .cart-item__counter > span {
    width: 35px;
  }
}
.cart-item__counter > span:hover svg * {
  fill: #ff0083;
}

.cart-item__counter > input {
  border: none;
  background-color: transparent;
  width: calc(100% - 80px);
  text-align: center;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (max-width: 574px) {
  .cart-item__counter > input {
    font-size: 16px;
    width: calc(100% - 70px);
  }
}
.cart-item__remove {
  cursor: pointer;
  display: flex;
}

.cart-item__remove:hover svg path {
  fill: #ff0083;
}

.cart-sidebar {
  background-color: #fff;
  height: inherit;
  width: 295px;
  padding: 0 20px 50px;
}

@media only screen and (max-width: 991px) {
  .cart-sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 574px) {
  .cart-sidebar {
    padding-bottom: 40px;
  }
}
.cart-sidebar__header {
  height: 100px;
  text-align: center;
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #EDEDED;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 29px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 574px) {
  .woocommerce-checkout-review-order .cart-item__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 574px) {
  .cart-sidebar__header {
    height: 75px;
    padding: 30px 0 15px;
    font-size: 16px;
    line-height: 30px;
  }
}
.cart-subtotals {
  padding-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
}
@media only screen and (max-width: 574px) {
  .cart-subtotals {
    padding-bottom: 20px;
  }
}

.cart-subtotals .cart-subtotal__row {
  margin-top: 30px;
}

@media only screen and (max-width: 574px) {
  .cart-subtotals .cart-subtotal__row {
    margin-top: 20px;
  }
}
.cart-subtotals .cart-subtotal__row:first-child {
  margin-top: 50px;
}

@media only screen and (max-width: 574px) {
  .cart-subtotals .cart-subtotal__row:first-child {
    margin-top: 25px;
  }
}
.cart-subtotal__row {
  display: flex;
  justify-content: space-between;
}
.cart-subtotal__row.cart-discount {
  flex-wrap: wrap;
  border: 1px dashed #ff00835e;
  padding: 1px 5px;
}
.cart-subtotal__row.cart-discount > * {
  width: 100%;
  max-width: 100%;
}
.cart-subtotal__row.cart-discount a.woocommerce-remove-coupon {
  float: right;
}

.cart-subtotal__row > div {
  max-width: 167px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #3A3A3A;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 574px) {
  .cart-subtotal__row > div {
    font-size: 16px;
  }
}

.cart-subtotal__row > div span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #7e7e7e;
}

.cart-subtotal__row > span {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 574px) {
  .cart-subtotal__row > span {
    font-size: 16px;
  }
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  line-height: 33px;
  align-items: center;
}

@media only screen and (max-width: 574px) {
  .cart-total {
    margin-top: 20px;
  }
}
.cart-total > div {
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 150%;
  color: #3A3A3A;
  font-family: Gilroy, sans-serif;
  font-weight: 800;
}

.cart-total > span {
  font-weight: 600;
  font-size: 18px;
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.cart-buttons {
  padding: 50px 0px 0;
}

@media only screen and (max-width: 574px) {
  .cart-buttons {
    padding: 30px 0 0;
  }
}
.cart-buttons .btn {
  height: 53px;
  width: 100%;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}

@media only screen and (max-width: 574px) {
  .cart-buttons .btn {
    height: 54px;
    font-size: 12px;
    line-height: 100%;
  }
}
.cart-buttons .btn.btn-filled {
  margin-bottom: 12px;
}

.cart-buttons .btn.btn-filled svg {
  margin-right: 11px;
  margin-top: -6px;
}

.cart-buttons .btn.btn-filled:hover svg path {
  fill: #ff0083;
}

.btn.btn-filled:hover svg path {
  fill: #ff0083;
}

.checkout-body {
  padding-top: 40px;
}
@media only screen and (max-width: 574px) {
  .checkout-body {
    padding-top: 30px;
  }
}

.checkout-body .textarea {
  height: 168px;
  margin-top: 44px;
  width: 800px;
  max-width: 100%;
}

.checkout-title {
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase;
  color: #3A3A3A;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 574px) {
  .checkout-title {
    margin-bottom: 24px;
  }
}
.checkout-form {
  width: 100%;
  max-width: 100%;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}
@media only screen and (max-width: 574px) {
  .checkout-form {
    gap: 12px;
    padding-bottom: 40px;
  }
}
.checkout-form #billing_address_1_field,
.checkout-form #shipping_address_1_field {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}
.checkout-form #billing_settlement_field,
.checkout-form #shipping_settlement_field {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

.woocommerce-input-wrapper .input-text.no-edit {
  background: #f0f0f0;
  cursor: pointer;
}

.checkout-form .form-row:not(.span-1) {
  grid-column-end: span 2;
}
.checkout-form .form-row:not(.span-1)#billing_company_field, .checkout-form .form-row:not(.span-1)#shipping_company_field {
  grid-column-end: span 4;
}

.checkout-form .form-row#billing_vat_number_field {
  grid-column-end: span 4;
  position: relative;
}

.checkout-form .form-row {
  position: relative;
}

.checkout-form .form-row .loading-spinner {
  position: absolute;
  top: calc(50% - 5em);
  --spinner-color: #ff0083;
  right: 10px;
  font-size: 4px;
}

@media only screen and (max-width: 574px) {
  .checkout-form .form-row:not(.span-1) {
    grid-column-end: span 4;
  }

  .checkout-form .form-row.span-1 {
    grid-column-end: span 2;
  }
}
.checkout-form .input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 574px) {
  .checkout-form .input-wrapper {
    margin-bottom: 12px;
  }
}
.checkout-form .checkout-form__row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 574px) {
  .checkout-form .checkout-form__row {
    flex-direction: column;
  }
}
.checkout-form .checkout-form__row .input-wrapper {
  width: calc(50% - 13px);
}

@media only screen and (max-width: 574px) {
  .checkout-form .checkout-form__row .input-wrapper {
    width: 100%;
  }
}
.checkout-form .checkbox-wrapper {
  grid-column: 1/span 3;
}

.checkout-form .form-row {
  margin: 0 !important;
  padding: 0 !important;
}

.checkbox-wrapper input, .radio-wrapper input, .woocommerce form .form-row .checkbox-wrapper .input-checkbox {
  display: none;
}

.checkbox-wrapper input + label,
.radio-wrapper input + label {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .checkbox-wrapper input + label,
.radio-wrapper input + label {
    font-size: 14px;
  }
}

.checkbox-wrapper input + label img,
.radio-wrapper input + label img {
  margin-left: 12px;
}

.checkbox-wrapper input + label:hover, .radio-wrapper input + label:hover {
  color: #ff0083;
}

.radio-wrapper input + label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 1px solid #ff008359;
}

.checkbox-wrapper input + label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 21px;
  height: 21px;
  background: #f0f0f0;
  border: 1px solid #ff008359;
}

.radio-wrapper input + label:after {
  display: none;
  position: absolute;
  content: "";
  left: 6px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff0083;
}

.checkbox-wrapper input + label:after {
  background-image: url("../../images/icons/check-pink.svg");
  background-size: 13px 10px;
  content: "";
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 13px;
  height: 10px;
  color: #ff0083;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
}

.checkbox-wrapper input:checked + label:after, .radio-wrapper input:checked + label:after {
  display: block;
}

.cart-sidebar__items {
  padding: 0px;
  margin-top: 30px;
  max-height: 320px;
  position: relative;
}

@media only screen and (max-width: 574px) {
  .cart-sidebar__items {
    padding-left: 10px;
  }
}
.cart-sidebar__items .cart-sidebar__item {
  display: flex;
  text-decoration: none;
  margin-top: 24px;
  align-items: center;
}

.cart-sidebar__items .cart-sidebar__item:hover {
  text-decoration: none;
}

.cart-sidebar__items .cart-sidebar__item:hover .cart-item__title {
  color: #ff0083;
}

.cart-sidebar__items .cart-sidebar__item:first-child {
  margin-top: 0;
}

.scroll-wrapper {
  overflow: auto;
  padding-right: 5px;
}
.scroll-wrapper::-webkit-scrollbar {
  width: 3px;
}
.scroll-wrapper::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #ff0083;
}

.cart-payment {
  padding-top: 34px;
  padding-bottom: 5px;
}

.cart-payment > span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 574px) {
  .cart-payment > span {
    font-size: 16px;
  }
}

.cart-payment .radio-wrapper {
  margin-bottom: 15px;
}

.cart-payment .wc_payment_methods {
  margin-bottom: 30px;
}

.cart-policy {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.3);
}

.cart-policy > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  color: #7e7e7e;
  margin-bottom: 30px;
}

.cart-policy > p a {
  color: #ff0083;
  text-decoration: none;
}

.cart-policy > p a:hover {
  text-decoration: underline;
}

.cart-policy .checkbox-wrapper input + label {
  display: block;
  font-size: 16px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 574px) {
  .cart-policy .checkbox-wrapper input + label {
    font-size: 14px;
  }
}

.cart-policy .checkbox-wrapper input + label:hover {
  color: #7e7e7e;
}

.cart-policy .checkbox-wrapper input + label a {
  color: #ff0083;
  text-decoration: none;
}

.cart-policy .checkbox-wrapper input + label a:hover {
  text-decoration: underline;
}

.checkout-form #ship-to-different-address label {
  font-size: 16px;
}

.thx-main {
  padding-top: 36px;
}

@media only screen and (max-width: 574px) {
  .thx-main {
    padding-top: 16px;
  }
}
.thx-section {
  padding: 130px 0 60px;
  position: relative;
}

.thx-section svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100vw - 30px);
}

.thx-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}

.thx-wrapper > span {
  font-size: 40px;
  line-height: 120%;
  color: #ff0083;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.thx-wrapper > p {
  margin-bottom: 90px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #8f999e;
}

@media only screen and (max-width: 574px) {
  .thx-wrapper > p {
    font-size: 16px;
  }
}
.thx-wrapper .btn {
  width: 205px;
  margin: 0 auto;
}

.shipping-main {
  padding-top: 100px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .shipping-main {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 574px) {
  .shipping-main {
    padding-top: 35px;
  }
}
.shipping-main .section-title {
  margin-bottom: 38px;
  text-align: center;
  color: #0f2137;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 574px) {
  .shipping-main .section-title {
    margin-bottom: 20px;
  }
}
.shipping-descr {
  width: 715px;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
  margin: 0 auto 72px;
}

@media only screen and (max-width: 991px) {
  .shipping-descr {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 574px) {
  .shipping-descr {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.shipping-wrapper__top {
  display: flex;
  justify-content: space-between;
  width: 1210px;
  max-width: 100%;
  margin: 0 auto 48px;
}

@media only screen and (max-width: 991px) {
  .shipping-wrapper__top {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping-wrapper__top {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.shipping-block {
  background-color: #e3e3d7;
  width: calc(50% - 25px);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
}

@media only screen and (max-width: 991px) {
  .shipping-block {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .shipping-block {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 574px) {
  .shipping-block {
    font-size: 14px;
  }
}
.shipping-block > div {
  padding: 32px 30px;
  height: calc(100% - 208px);
}

@media only screen and (max-width: 991px) {
  .shipping-block > div {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping-block > div {
    height: auto;
  }
}
.shipping-block > div p {
  margin-bottom: 17px;
}

.shipping-block > picture {
  display: block;
  width: 100%;
  height: 208px;
}

@media only screen and (max-width: 767px) {
  .shipping-block > picture {
    height: calc(41vw - 30px);
  }
}
.shipping-block > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shipping-block__title {
  display: block;
  margin-bottom: 21px;
  color: #3a3a3a;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
}

.shipping-wrapper__bot {
  display: flex;
  justify-content: space-between;
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .shipping-wrapper__bot {
    flex-direction: column;
  }
}
.shipping-wrapper__bot .shipping-block {
  padding: 32px 30px;
}

@media only screen and (max-width: 991px) {
  .shipping-wrapper__bot .shipping-block {
    padding: 20px;
  }
}
.about-main {
  padding-top: 60px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 574px) {
  .about-main {
    padding-top: 35px;
  }
}
.about-main .section-title {
  margin-bottom: 38px;
  color: #0f2137;
}

@media only screen and (max-width: 574px) {
  .about-main .section-title {
    margin-bottom: 20px;
  }
}
.about-top {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .about-top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 574px) {
  .about-top {
    margin-bottom: 40px;
  }
}
.about-top__text {
  width: 715px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
  max-width: calc(100% - 350px);
}

@media only screen and (max-width: 767px) {
  .about-top__text {
    width: 100%;
    max-width: unset;
  }
}
.about-top__text p {
  margin-bottom: 0;
}

.about-top__logo {
  width: calc(100% - 715px);
  min-width: 350px;
}

@media only screen and (max-width: 767px) {
  .about-top__logo {
    width: 100%;
    min-width: unset;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 574px) {
  .about-top__logo {
    margin-top: 40px;
  }
}
.about-logo {
  width: 293px;
  height: 317px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 574px) {
  .about-logo {
    width: 200px;
    height: 216px;
    right: -10px;
  }
}
.about-logo svg {
  width: 100%;
  height: 100%;
}

.about-logo svg.about-logo__above {
  position: absolute;
  z-index: 1;
  top: -19px;
  left: -23px;
}

@media only screen and (max-width: 574px) {
  .about-logo svg.about-logo__above {
    top: -14px;
    left: -20px;
  }
}
.about-descr {
  width: 715px;
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
}

@media only screen and (max-width: 991px) {
  .about-descr {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 574px) {
  .about-descr {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.about-wrapper__top {
  display: flex;
  justify-content: space-between;
  width: 1210px;
  max-width: 100%;
  margin: 0 auto 48px;
}

@media only screen and (max-width: 991px) {
  .about-wrapper__top {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-wrapper__top {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.about-block {
  background-color: #e3e3d7;
  width: calc(50% - 25px);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
}

@media only screen and (max-width: 991px) {
  .about-block {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .about-block {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 574px) {
  .about-block {
    font-size: 14px;
  }
}
.about-block.vision {
  background-color: #f3dac4;
}

.about-block.who {
  background-color: #e7e6ff;
}

.about-block.global {
  background-color: #efff8f;
}

.about-block > div {
  padding: 32px 30px;
  height: calc(100% - 208px);
}

@media only screen and (max-width: 991px) {
  .about-block > div {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block > div {
    height: auto;
  }
}
.about-block > div p {
  margin-bottom: 17px;
}

.about-block > picture {
  display: block;
  width: 100%;
  height: 208px;
}

@media only screen and (max-width: 767px) {
  .about-block > picture {
    height: calc(41vw - 30px);
  }
}
.about-block > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-block__title {
  display: block;
  margin-bottom: 21px;
  color: #3a3a3a;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
}

.about-wrapper__bot {
  display: flex;
  justify-content: space-between;
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .about-wrapper__bot {
    flex-direction: column;
  }
}
.about-wrapper__bot .about-block {
  padding: 32px 30px;
}

@media only screen and (max-width: 991px) {
  .about-wrapper__bot .about-block {
    padding: 20px;
  }
}
.desktop-advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
}
.desktop-advantages .slide {
  align-items: center;
  display: flex;
  gap: 20px;
  max-width: 290px;
  width: 20%;
  flex-grow: 1;
}
.desktop-advantages .slide img {
  min-width: 35px;
  height: 40px;
  object-fit: contain;
}
.desktop-advantages .slide div span {
  font-size: 18px;
  font-weight: 600;
}
.desktop-advantages .slide div p {
  margin: 0;
}

.about-intro-koop {
  display: flex;
  height: 314px;
  margin: 80px 0;
}
.about-intro-koop .koop-image {
  height: 100%;
  width: 50%;
  max-width: 610px;
}
.about-intro-koop .koop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-intro-koop .koop-text {
  padding: 70px;
  width: 50%;
  background: white;
  flex-grow: 1;
}
.about-intro-koop .koop-text h4 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}
.about-intro-koop .koop-text p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
}

.about-intro-details {
  padding: 54px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #d8d8d8;
  margin: 80px 0;
}
.about-intro-details h4 {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.about-intro-details .about-detail-item {
  display: flex;
  flex-direction: column;
}
.about-intro-details .about-detail-item strong {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
  font-weight: 600;
}

.about-map-section {
  position: relative;
  width: 100%;
  height: 490px;
  overflow: hidden;
  border: 1px solid #EEEFF0;
}
.about-map-section .map-contacts {
  position: absolute;
  z-index: 3;
  background: #898989;
  left: 105px;
  top: 90px;
  bottom: 90px;
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: "Gilroy";
  width: 295px;
  justify-content: center;
}
.about-map-section .map-contacts h4 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  letter-spacing: 1px;
}
.about-map-section .map-contacts a {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.about-map-section .map-contacts .list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-map-section iframe {
  width: calc(100% + 800px);
  height: calc(490px + 400px);
  position: absolute;
  top: -140px;
  left: -355px;
}

.about-extra-section .container {
  padding: 0;
  width: 100%;
}
.about-extra-section .section-extra .extra-cards {
  column-gap: 50px;
  padding-bottom: 50px;
}
.about-extra-section .section-extra .extra-cards .item-card {
  width: calc(50% - 25px);
}
.about-extra-section .section-extra .extra-cards .item-card picture {
  max-width: 100%;
  display: block;
}
.about-extra-section .section-extra .extra-cards .item-card picture img {
  width: 100%;
}

.about-wrapper__top, .about-wrapper__bot {
  width: 100%;
}

@media (max-width: 1199px) {
  .desktop-advantages .slide {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .desktop-advantages .slide div span {
    min-height: 48px;
    display: block;
    margin-bottom: 5px;
  }

  .about-intro-koop .koop-text {
    padding: 50px 30px;
  }
  .about-intro-koop .koop-text h4 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .about-intro-details h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  .about-intro-details .about-detail-item strong {
    font-size: 14px;
    line-height: 1.3;
  }
  .about-intro-details .about-detail-item span {
    font-size: 12px;
    line-height: 18px;
  }

  .about-advantages-section .container {
    padding: 0;
    width: 100%;
  }

  .about-extra-section .section-extra .extra-cards {
    flex-direction: row;
    column-gap: 30px;
    padding-bottom: 30px;
  }
  .about-extra-section .section-extra .extra-cards .item-card {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .about-extra-section .section-extra .extra-cards .item-card div {
    padding: 20px;
  }
  .about-extra-section .section-extra .extra-cards .item-card div h1 {
    font-weight: 800;
    font-size: 18px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .desktop-advantages {
    justify-content: space-evenly;
    gap: 30px;
    margin-bottom: 70px;
  }
  .desktop-advantages .slide {
    width: 40%;
    max-width: 230px;
  }
  .desktop-advantages .slide div span {
    min-height: 24px;
  }

  .about-intro-koop {
    flex-direction: column;
    height: auto;
    margin: 50px 0;
  }
  .about-intro-koop .koop-image {
    width: 100%;
    height: 40vw;
    max-width: 100%;
    min-height: 188px;
    max-height: 300px;
  }
  .about-intro-koop .koop-text {
    width: 100%;
    padding: 30px 15px;
  }
  .about-intro-koop .koop-text p {
    font-size: 14px;
    line-height: 150%;
  }

  .about-intro-details {
    margin: 50px 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 25px;
  }

  .about-map-section {
    height: 652px;
    margin: -15px;
    width: calc(100% + 30px);
    border-left: none;
    border-right: none;
  }
  .about-map-section .map-contacts {
    top: 50px;
    left: 15px;
    right: 15px;
    bottom: auto;
    padding: 50px 40px;
    width: auto;
  }
  .about-map-section .map-contacts .list-item {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .about-map-section iframe {
    width: calc(100% + 100px);
    height: calc(100% + 1700px);
    top: 0;
    left: -30px;
  }

  .about-extra-section .section-extra .extra-cards {
    flex-direction: column;
    padding-bottom: 0;
  }
  .about-extra-section .section-extra .extra-cards .item-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-extra-section .section-extra .extra-cards .item-card h1 {
    margin-bottom: 15px;
  }
  .about-extra-section .section-extra .extra-cards .item-card picture:last-child {
    width: 100%;
    max-width: 270px;
  }
}
@media (max-width: 574px) {
  .desktop-advantages .slide {
    gap: 12px;
  }
  .desktop-advantages .slide div span {
    font-size: 14px;
    line-height: 130%;
    display: inline;
  }
  .desktop-advantages .slide div p {
    font-size: 12px;
    line-height: 18px;
  }
  .desktop-advantages .slide img {
    height: 30px;
  }

  .about-advantages-section .container {
    padding: 0;
  }

  .about-main .about-logo {
    width: 270px;
    height: 286px;
    right: -10px;
  }
  .about-main .section-title {
    text-align: center;
  }

  .about-wrapper__bot, .about-wrapper__top {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.policy-main {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 574px) {
  .policy-main {
    padding-top: 15px;
  }
}
.policy-pic {
  width: 952px;
  height: 341px;
  margin: 0 auto 40px;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .policy-pic {
    height: calc(38vw - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .policy-pic {
    height: calc(42vw - 30px);
  }
}
@media only screen and (max-width: 574px) {
  .policy-pic {
    margin-bottom: 20px;
  }
}
.policy-pic picture {
  width: 100%;
  height: 100%;
}

.policy-pic picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.policy-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 574px) {
  .policy-tabs {
    margin-bottom: 35px;
  }
}
.policy-tabs li {
  cursor: pointer;
  padding: 6px 32px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}

@media only screen and (max-width: 574px) {
  .policy-tabs li {
    padding: 6px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 374px) {
  .policy-tabs li {
    font-size: 14px;
  }
}
.policy-tabs li:after {
  position: absolute;
  display: none;
  content: "";
  width: 76px;
  height: 1.5px;
  background-color: #ff0083;
  left: 32px;
  top: 100%;
}

@media only screen and (max-width: 574px) {
  .policy-tabs li:after {
    left: 16px;
    width: 60px;
  }
}
@media only screen and (max-width: 374px) {
  .policy-tabs li:after {
    width: 50px;
  }
}
.policy-tabs li.active {
  color: #ff0083;
}

.policy-tabs li.active:after {
  display: block;
}

.policy-content {
  display: none;
}

.policy-content.active {
  display: block;
}

.policy-content .section-title {
  text-align: center;
  width: 550px;
  max-width: 100%;
  margin: 0 auto 10px;
  color: #0f2137;
}

.policy-descr {
  color: #ff0083;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}

.policy-descr, .policy-text {
  font-weight: 500;
  line-height: 150%;
}

.policy-text {
  font-size: 16px;
  color: #616161;
  margin-bottom: 64px;
}

@media only screen and (max-width: 574px) {
  .policy-text {
    font-size: 14px;
  }
}
.policy-text p {
  margin-bottom: 24px;
}

@media only screen and (max-width: 574px) {
  .policy-text p {
    margin-bottom: 16px;
  }
}
.policy-text ul {
  margin-bottom: 24px;
}

@media only screen and (max-width: 574px) {
  .policy-text ul {
    margin-bottom: 16px;
  }
}
.policy-text ul li {
  position: relative;
  padding-left: 17px;
}

.policy-text ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff0083;
  left: 0;
  top: 9px;
}

.policy-text ol {
  list-style-type: decimal;
  margin-bottom: 24px;
}

@media only screen and (max-width: 574px) {
  .policy-text ol {
    margin-bottom: 16px;
  }
}
.policy-text a {
  color: #ff0083;
  text-decoration: none;
}

.policy-text a:hover {
  color: #ff0083;
  text-decoration: underline;
}

.policy-text :last-child {
  margin-bottom: 0;
}

.policy-text .policy-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  display: block;
  margin-top: 64px;
  margin-bottom: 38px;
}

@media only screen and (max-width: 574px) {
  .policy-text .policy-subtitle {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.policy-updated {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #ff0083;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}

.policy-pdf {
  width: 205px;
  margin: 0 auto;
}

.section-not-found {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 140px;
}

.section-not-found img {
  max-width: 100%;
}

.section-not-found .btn {
  margin-left: auto;
  margin-right: auto;
  width: 205px;
}

.section-not-found .title-not-found {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #8f999e;
  margin-bottom: 70px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .section-not-found {
    padding: 80px 0;
  }
}
.section-banner {
  margin: 60px 0;
}

@media only screen and (max-width: 991px) {
  .section-banner {
    margin-top: 0;
  }
}
.section-banner__wrapper {
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner__image {
  width: 100%;
  height: 460px;
  position: relative;
}

.section-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
}

.section-banner__image .watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 60px);
  width: auto;
}

@media only screen and (max-width: 991px) {
  .section-banner__image {
    height: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .section-banner__image {
    height: 220px;
  }
}
.section-tips-main .section-title {
  text-align: center;
  margin-bottom: 10px;
}

.section-tips-main .container > .section-subtitle {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .section-tips-main .container > .section-subtitle {
    margin-bottom: 40px;
  }
}
.section-subtitle {
  text-align: center;
  color: #ff0083;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.section-tips__item {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  margin-bottom: 45px;
}

.section-tips__item .section-subtitle {
  text-align: left;
  margin-bottom: 10px;
}

.section-tips__item .image {
  width: 586px;
  height: auto;
  min-height: 380px;
  display: block;
}

.section-tips__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-tips__item .text_wrap {
  width: calc(100% - 586px);
  padding: 43px 50px;
}

.section-tips__item .section-tips__item-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
  color: #3a3a3a;
  margin-bottom: 20px;
  display: block;
}

.section-tips__item .bot_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.section-tips__item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .section-tips__item .image {
    width: 300px;
  }

  .section-tips__item .text_wrap {
    width: calc(100% - 300px);
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .section-tips__item .image {
    width: 100%;
    height: 210px;
    min-height: unset;
  }

  .section-tips__item .text_wrap {
    width: 100%;
  }

  .section-tips__item p {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-tips__item .text_wrap {
    padding: 20px;
  }

  .section-tips__item .section-tips__item-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.share:hover path {
  fill: #ff0083;
}

.authot-box {
  display: flex;
  align-items: center;
}

.authot-box img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 18px;
}

.authot-box__name {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}

.authot-box__date {
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .authot-box {
    padding-right: 10px;
  }

  .authot-box__name {
    font-size: 16px;
    line-height: 1.1;
  }

  .authot-box__date {
    font-size: 14px;
  }

  .authot-box img {
    width: 55px;
    height: 55px;
  }
}
.tips-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.sharing-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: -15px;
  padding: 15px;
}

.sharing-wrapper .share {
  display: flex;
  transition: 0.2s linear;
}

@media only screen and (max-width: 574px) {
  .sharing-wrapper.active {
    background: rgba(255, 255, 255, 0.85);
    width: calc(100% + 15px);
  }
}
.sharing-wrapper.active .share {
  margin-right: 40px;
}

.sharing-wrapper.active .share path {
  fill: #ff0083;
}

.sharing-wrapper.active .sharing-list {
  display: flex;
}

.sharing-list {
  display: none;
}

.sharing-list li {
  margin-right: 10px;
}

.sharing-list li:last-child {
  margin-right: 0;
}

.sharing-list li a {
  display: flex;
  width: 30px;
  height: 30px;
}

.sharing-list li a svg {
  width: 100%;
  height: 100%;
}

.section-tips-inside-content .section-banner__wrapper {
  max-width: 100%;
}
.section-tips-inside-content .section-banner {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section-banner {
    margin: 20px 0;
  }
}

.section-tips-inside-content .section-title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 0px;
  width: 100%;
  min-width: 820px;
  margin: 0 auto;
}

.section-tips-inside-content .section-subtitle {
  margin-bottom: 50px;
}

.section-tips-inside-content p {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #616161;
  font-size: 16px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
  }
}

.section-tips-inside-content a {
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.section-tips-inside-content ul {
  margin-top: -12px;
  margin-bottom: 0px;
  list-style: disc;
  padding-left: 15px;
}

.section-tips-inside-content ul ::marker {
  color: #ff0083;
}

@media only screen and (max-width: 767px) {
  .section-tips-inside-content .section-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section-title {
    font-size: 32px;
    min-width: 290px;
    width: 100%;
  }
}
.section-sm-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 38px;
}

.section-gird-images {
  margin-bottom: 144px;
}

.section-gird-images .wrap_images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.section-gird-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 287px;
}

@media only screen and (max-width: 1439px) {
  .section-gird-images img {
    height: 280px;
  }
}
@media only screen and (max-width: 1359px) {
  .section-gird-images img {
    height: 262px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-gird-images img {
    height: 212px;
  }
}
@media only screen and (max-width: 991px) {
  .section-gird-images .wrap_images {
    gap: 15px;
  }

  .section-gird-images img {
    height: 168px;
  }
}
@media only screen and (max-width: 767px) {
  .section-gird-images {
    margin-bottom: 60px;
  }

  .section-gird-images .wrap_images {
    grid-template-columns: 1fr 1fr;
  }
}
.section-faq {
  margin-bottom: 200px;
}

.section-faq .section-title {
  text-align: center;
  color: #ff0083;
  margin-bottom: 80px;
}

.section-faq .row-raq {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .section-faq {
    margin-bottom: 100px;
  }

  .section-faq .section-title {
    margin-bottom: 60px;
  }
}
.faq-wrapper {
  background: #fff;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 53px;
}

.faq-wrapper:last-child {
  margin-bottom: 0;
}

.faq-wrapper .top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.faq-wrapper .top-wrap .category {
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  background-color: #ff0083;
  padding: 23px;
  border-radius: 10px;
}

.faq-wrapper .top-wrap .counter {
  color: #898989;
  background: #f5f5f5;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
}

.faq-wrapper .btn-faq {
  width: 54px;
  height: 54px;
  min-width: 54px;
  margin-left: 15px;
  border-radius: 50%;
  background: #bebebe;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.faq-wrapper .btn-faq:after, .faq-wrapper .btn-faq:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  border-radius: 3px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}

.faq-wrapper .btn-faq:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .btn-faq:hover {
  background: #fff;
}

.faq-wrapper .btn-faq:hover:after, .faq-wrapper .btn-faq:hover:before {
  background-color: #bebebe;
}

.faq-wrapper .item-faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 22px;
}

.faq-wrapper .item-faq:last-child {
  margin-bottom: 0;
}

.faq-wrapper .item-faq.open .btn-faq {
  background: #fff;
}

.faq-wrapper .item-faq.open .btn-faq:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-wrapper .item-faq.open .btn-faq:after, .faq-wrapper .item-faq.open .btn-faq:before {
  background-color: #bebebe;
}

.faq-wrapper .title-faq {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
}

.faq-wrapper .text {
  margin: 10px 0;
  display: none;
}

@media only screen and (max-width: 767px) {
  .faq-wrapper {
    padding: 20px;
    margin-bottom: 35px;
  }

  .faq-wrapper .top-wrap .category {
    font-size: 14px;
    padding: 12px;
  }

  .faq-wrapper .top-wrap .counter {
    font-size: 16px;
  }

  .faq-wrapper .btn-faq {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .faq-wrapper .title-faq {
    font-size: 16px;
  }
}
.placement-main {
  background-color: #f7f7f7;
  padding-top: 28px;
  position: relative;
}

.placement-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 100%;
  background-color: #f7f7f7;
}

.section-page-name {
  margin-bottom: 18px;
}

.section-page-name span {
  font-size: 16px;
  color: #616161;
  display: flex;
  align-items: center;
}

.section-page-name span:after {
  content: "";
  width: 72px;
  height: 2px;
  background-color: #616161;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .section-top-list {
    margin-bottom: 20px;
  }
}
.section-top-list__row {
  display: flex;
  margin-bottom: 85px;
}

.section-top-list__row .main-info__title {
  max-width: 426px;
}

.section-top-list__row .text-wrap {
  padding-left: 65px;
}

.section-top-list__row .text-wrap p {
  margin: 0;
  margin-bottom: 14px;
}

.section-top-list__row .text-wrap ul {
  list-style: disc;
  padding-left: 20px;
}

.section-top-list__row .text-wrap ul li {
  margin-bottom: 5px;
}

.section-top-list__row .text-wrap ul li:last-child {
  margin-bottom: 0;
}

.section-top-list__row .text-wrap ul ::marker {
  color: #ff0083;
}

@media only screen and (max-width: 991px) {
  .section-top-list__row {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .section-top-list__row .main-info__title {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-top-list__row .text-wrap {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-list__row {
    margin-bottom: 25px;
  }

  .section-top-list__row .main-info__title {
    margin-bottom: 20px;
  }
}
.section-top-list__banner {
  width: 100%;
  height: 390px;
  margin-bottom: -37px;
}

.section-top-list__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .section-top-list__banner {
    height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-list__banner {
    height: 170px;
  }
}
.section-text-center {
  padding-top: 128px;
  padding: 100px 0;
  background-color: #fff;
}

.section-text-center .section-text-center__row {
  margin-bottom: 130px;
}

.section-text-center .section-text-center__row:last-child {
  margin-bottom: 0;
}

.section-text-center .btn {
  margin-top: 58px;
  width: fit-content;
}

.section-text-center .list-check li {
  color: #ff0083;
}

@media only screen and (max-width: 767px) {
  .section-text-center {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .section-text-center .btn {
    margin-top: 30px;
  }
}
.section-text-center__row {
  display: flex;
  align-items: center;
}

.section-text-center__row .col_img {
  width: 50%;
  padding-inline-start: 10px;
  align-self: stretch;
}

.section-text-center__row .col_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-text-center__row .col_text {
  width: 50%;
  padding-right: 70px;
}

.section-text-center__row .col_text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-text-center__row .section-title {
  margin-bottom: 29px;
}

.section-text-center__row p {
  margin-bottom: 20px;
  color: #616161;
}

.section-text-center__row:nth-child(2n) {
  flex-direction: row-reverse;
}

.section-text-center__row:nth-child(2n) .col_text {
  padding-right: 0;
  padding-left: 79px;
}

.section-text-center__row:nth-child(2n) .col_img {
  padding-left: 0;
  padding-right: 10px;
}

.section-text-center__row-after-before {
  align-items: unset;
}

.section-text-center__row-after-before .col_img {
  width: 550px;
}

.section-text-center__row-after-before .img_after-before {
  position: relative;
  height: auto;
}

.section-text-center__row-after-before .img_after-before .img-wrap {
  position: absolute;
  text-align: right;
}

.section-text-center__row-after-before .img_after-before .img-wrap img {
  margin-bottom: 15px;
}

.section-text-center__row-after-before .img_after-before .img-wrap span {
  position: relative;
  color: #616161;
}

.section-text-center__row-after-before .img_after-before .img-wrap span:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #ff0083;
  border-radius: 50%;
}

.section-text-center__row-after-before .img_after-before .img-wrap__1 {
  right: 0;
  top: 0;
  width: 354px;
}

.section-text-center__row-after-before .img_after-before .img-wrap__1 img {
  width: 100%;
  height: 471px;
  object-fit: cover;
}

.section-text-center__row-after-before .img_after-before .img-wrap__2 {
  left: 0;
  bottom: 0;
  width: 274px;
}

.section-text-center__row-after-before .img_after-before .img-wrap__2 img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .section-text-center__row .col_text {
    width: calc(100% - 400px);
    padding-right: 30px;
  }

  .section-text-center__row .col_img {
    width: 400px;
    height: 300px;
  }

  .section-text-center__row .col_img.img_after-before {
    height: auto;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__1 {
    width: 290px;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__1 span {
    max-width: 110px;
    display: block;
    margin-left: auto;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__1 img {
    height: 380px;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__2 {
    width: 230px;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__2 img {
    height: 300px;
  }

  .section-text-center__row:nth-child(2n) .col_text {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-text-center__row {
    flex-direction: column-reverse;
  }

  .section-text-center__row .col_img {
    margin-bottom: 30px;
    width: 100%;
  }

  .section-text-center__row .col_img.img_after-before {
    height: 550px;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__1 {
    width: 60%;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__1 span {
    max-width: unset;
    display: inline-block;
    margin-left: auto;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__1 img {
    height: 450px;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__2 {
    width: 45%;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__2 img {
    height: 400px;
  }

  .section-text-center__row .col_text {
    width: 100%;
    padding: 0;
  }

  .section-text-center__row:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .section-text-center__row:nth-child(2n) .col_text {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-text-center__row .col_img {
    height: 260px;
  }

  .section-text-center__row .col_img.img_after-before {
    height: 450px;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__1 {
    width: 60%;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__1 span {
    max-width: 105px;
    display: block;
    margin-left: auto;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__1 img {
    height: 350px;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__2 {
    width: 45%;
  }

  .section-text-center__row .col_img.img_after-before .img-wrap__2 img {
    height: 285px;
  }

  .section-text-center__row .section-title {
    margin-bottom: 25px;
  }
}
.section-parameters {
  padding: 55px 0;
}

@media only screen and (max-width: 767px) {
  .section-parameters {
    padding: 40px 0;
  }
}
.section-parameters__row {
  display: flex;
  margin-bottom: 48px;
}

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

.section-parameters__row .icon {
  margin-right: 17px;
  width: 27px;
  min-width: 27px;
  padding-top: 9px;
}

.section-parameters__row p {
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .section-parameters__row {
    margin-bottom: 25px;
  }

  .section-parameters__row .icon {
    padding-top: 3px;
  }
}
.section-text-center-sm-img .col_img {
  width: 585px;
  height: 562px;
}

.section-text-center-sm-img .col_text {
  width: calc(100% - 585px);
  padding-right: 102px;
}

.section-text-center-sm-img .section-text-center__row:nth-child(2n) .col_text {
  padding-right: 0;
  padding-left: 102px;
}

@media only screen and (max-width: 1199px) {
  .section-text-center-sm-img .col_text {
    width: calc(100% - 400px);
    padding-right: 30px;
  }

  .section-text-center-sm-img .col_img {
    width: 400px;
    height: 300px;
  }

  .section-text-center-sm-img .section-text-center__row:nth-child(2n) .col_text {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-text-center-sm-img {
    flex-direction: column-reverse;
  }

  .section-text-center-sm-img .col_img {
    margin-bottom: 30px;
    width: 100%;
  }

  .section-text-center-sm-img .col_text {
    padding: 0;
    width: 100%;
  }

  .section-text-center-sm-img .section-text-center__row:nth-child(2n) .col_text {
    padding-left: 0;
    width: 100%;
  }

  .section-text-center-sm-img:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .section-text-center-sm-img .col_img {
    height: 260px;
  }
}
.section-text-image {
  padding: 80px 0;
  background-color: #fff;
}

.section-text-image .col_img {
  width: 615px;
  height: 590px;
}

.section-text-image .col_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-text-image .col_text {
  width: calc(100% - 615px);
  padding-right: 75px;
}

.section-text-image .section-title {
  margin-bottom: 29px;
}

.section-text-image p {
  color: #616161;
  margin-bottom: 20px;
}

.section-text-image__row {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .section-text-image__row .col_text {
    width: calc(100% - 400px);
    padding-right: 30px;
  }

  .section-text-image__row .col_img {
    width: 400px;
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .section-text-image__row {
    flex-direction: column-reverse;
  }

  .section-text-image__row .col_img {
    margin-bottom: 30px;
    width: 100%;
  }

  .section-text-image__row .col_text {
    padding: 0;
    width: 100%;
  }

  .section-text-image__row:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .section-text-image__row .col_img {
    height: 260px;
  }
}
.section-text-center_reverse .section-text-image__row {
  flex-direction: row-reverse;
}

.section-text-center_reverse .section-text-image__row .col_text {
  padding-left: 85px;
  padding-right: 0;
}

.section-text-center_reverse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .section-text-center_reverse .section-text-image__row {
    flex-direction: column-reverse;
  }

  .section-text-center_reverse .section-text-image__row .col_text {
    padding: 0;
    width: 100%;
  }
}
.list-check {
  margin: 35px 0;
}

.list-check li {
  margin-bottom: 27px;
  position: relative;
  padding-left: 31px;
  font-size: 18px;
}

.list-check li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C4.486 0 0 4.485 0 10c0 5.514 4.486 10 10 10s10-4.486 10-10c0-5.515-4.486-10-10-10zm5.575 6.665l-6.154 6.923a.77.77 0 0 1-1.056.09L4.52 10.6A.77.77 0 0 1 5.48 9.4l3.276 2.62 5.669-6.377a.77.77 0 0 1 1.15 1.023z' fill='%23C7D0DC'/%3E%3C/svg%3E");
  background-size: contain;
}

.list-check li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .list-check {
    margin: 25px 0;
  }
}
.list-check b {
  display: block;
  color: #616161;
  margin-bottom: 3px;
}

.section-bg_transparent {
  background-color: transparent;
  padding: 95px 0;
}

@media only screen and (max-width: 767px) {
  .section-bg_transparent {
    padding: 0;
    margin: 50px 0;
  }
}
.section-form-placement {
  padding: 80px 0;
  background-color: #fff;
}

.section-form-placement .section-title {
  text-align: center;
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
}

.section-form-placement p {
  max-width: 610px;
  margin: 17px auto 37px;
  text-align: center;
}

.section-form-placement form {
  padding: 37px 40px 63px;
  background: #fff;
  box-shadow: 0 16px 80px rgba(0, 0, 0, 0.06);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-form-placement input, .section-form-placement textarea {
  width: 100%;
  border: 0;
  outline: none;
  border-bottom: 1px solid #e5ecf4;
}

.section-form-placement input:focus, .section-form-placement textarea:focus {
  border-color: #898989;
}

.section-form-placement textarea {
  resize: none;
  height: 70px;
}

.section-form-placement .label-textarea {
  width: 100%;
}

.section-form-placement label {
  display: block;
  width: calc(50% - 30px);
  margin-bottom: 17px;
}

.section-form-placement label span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.section-form-placement label .req {
  color: #eb5757;
}

.section-form-placement .btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .section-form-placement {
    margin-top: -50px;
    padding: 40px 0;
  }

  .section-form-placement label {
    width: 100%;
    margin-bottom: 15px;
  }

  .section-form-placement form {
    padding: 30px 15px 35px;
  }

  .section-form-placement .btn {
    margin-top: 20px;
  }
}
.info-main {
  background-color: #f7f7f7;
  padding-top: 28px;
  position: relative;
}

.info-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 100%;
  background-color: #f7f7f7;
}

.section-benefits {
  padding: 65px 0 60px;
  text-align: center;
}

.section-benefits .btn {
  width: 235px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.section-benefits .section-title {
  margin-bottom: 10px;
}

.section-benefits b {
  color: #616161;
}

@media only screen and (max-width: 991px) {
  .section-benefits {
    padding: 30px 0 60px;
  }
}
.section-benefits__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
  .section-benefits__row {
    margin-bottom: 0;
  }
}
.section-benefits__item {
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
}

.section-benefits__item span {
  font-weight: 500;
  font-size: 16px;
  color: #ff0083;
  display: block;
}

.section-benefits__item img {
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .section-benefits__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-benefits__item {
    width: 100%;
  }
}
.section-pricing {
  padding-top: 63px;
  padding-bottom: 97px;
}

.section-pricing .section-title {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 12px;
}

.section-pricing .section-subtitle {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-pricing p {
  text-align: center;
  margin-bottom: 68px;
}

@media only screen and (max-width: 767px) {
  .section-pricing {
    padding-top: 25px;
    padding-bottom: 80px;
  }
}
.section-pricing__item {
  max-width: 350px;
  width: 100%;
  padding: 50px 40px;
  background-color: #fff;
  margin: 0 15px;
}

.section-pricing__item .item_title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.55px;
  margin-bottom: 5px;
  font-weight: 700;
}

.section-pricing__item .size_item {
  margin-bottom: 60px;
}

.section-pricing__item .price_item {
  text-align: center;
  margin-bottom: 37px;
}

.section-pricing__item .price_item .top_price {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #616161;
  display: block;
  margin-bottom: 15px;
}

.section-pricing__item .price_item .bot_price {
  font-weight: 700;
  color: #3a3a3a;
  font-size: 30px;
  letter-spacing: -0.9px;
  display: block;
}

.section-pricing__item .btn {
  margin-top: 55px;
}

@media only screen and (max-width: 991px) {
  .section-pricing__item {
    padding: 25px 30px;
    margin: 0 10px;
  }

  .section-pricing__item .price_item .top_price {
    font-size: 18px;
  }

  .section-pricing__item .price_item .bot_price {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pricing__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
  }

  .section-pricing__item:last-child {
    margin-bottom: 0;
  }
}
.section-pricing__row {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .section-pricing__row {
    flex-wrap: wrap;
  }
}
.section-benefits-three-col {
  background-color: #fff;
  padding: 130px 0 0px;
}

.section-benefits-three-col .section-title {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section-benefits-three-col {
    padding: 15px 0 50px;
  }
}
.section-benefits-three-col__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-benefits-three-col__item {
  max-width: 290px;
  text-align: center;
  margin: 0 40px;
}

.section-benefits-three-col__item span {
  display: block;
  min-height: 48px;
  color: #ff0083;
  font-weight: 500;
  margin-bottom: 16px;
}

.section-benefits-three-col__item img {
  margin-bottom: 8px;
}

.section-benefits-three-col__item p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1359px) {
  .section-benefits-three-col__item {
    margin: 0 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-benefits-three-col__item {
    margin: 0 15px;
    max-width: 275px;
  }
}
@media only screen and (max-width: 767px) {
  .section-benefits-three-col__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }

  .section-benefits-three-col__item:last-child {
    margin-bottom: 0;
  }

  .section-benefits-three-col__item span {
    min-height: auto;
  }
}
.section-table {
  padding: 100px 0 115px;
}

.section-table .section-title, .section-table p {
  text-align: center;
}

.section-table p {
  max-width: 960px;
  margin: 10px auto 60px;
}

.section-table table {
  table-layout: fixed;
  width: 100%;
}

.section-table table thead {
  font-size: 18px;
  font-weight: 700;
  color: #ff0083;
  line-height: 21px;
}

.section-table table td {
  padding: 20px;
  height: 80px;
  border: 1px solid #828282;
}

@media only screen and (max-width: 767px) {
  .section-table {
    padding: 80px 0;
  }

  .section-table table {
    min-width: 700px;
  }
}
.section-steps {
  background-color: #fff;
  padding: 100px 0;
}

.section-steps .section-title {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-steps {
    padding: 80px 0;
  }
}
.section-steps__row {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  padding: 50px 65px;
  position: relative;
}

.section-steps__row .img_l {
  position: absolute;
  left: 0;
  top: 0;
}

.section-steps__row .img_r {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1359px) {
  .section-steps__row .img_l, .section-steps__row .img_r {
    width: 66%;
  }
}
@media only screen and (max-width: 1199px) {
  .section-steps__row {
    padding: 20px 0;
    margin-top: 40px;
  }

  .section-steps__row .img_l, .section-steps__row .img_r {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-steps__row {
    flex-wrap: wrap;
  }
}
.section-steps__col {
  text-align: center;
  max-width: 255px;
}

.section-steps__col .num {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  color: #ebebeb;
}

.section-steps__col b {
  font-size: 18px;
  display: block;
  line-height: 45px;
}

@media only screen and (max-width: 991px) {
  .section-steps__col {
    max-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .section-steps__col {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }

  .section-steps__col:last-child {
    margin-bottom: 0;
  }
}
.info-main .help-section, .info-main .tips-section {
  background-color: #fff;
}

.section-top-list__form {
  position: relative;
  height: 439px;
  color: #fff;
}
.section-top-list__form.framed {
  height: auto;
  margin-bottom: -80px;
}

.section-top-list__form .wrap-form {
  background: #a7a7a7;
  max-width: 865px;
  padding: 29px 45px 50px;
  position: relative;
  z-index: 1;
}

.section-top-list__form.framed .wrap-form {
  padding: 50px 0 0;
  max-width: 940px;
}

.section-top-list__form .SumoSelect > .CaptionCont, .section-top-list__form .SumoSelect > .optWrapper {
  background: #797979;
  border: none;
}

.section-top-list__form .SumoSelect.open > .CaptionCont, .section-top-list__form .SumoSelect:focus > .CaptionCont, .section-top-list__form .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border: none;
}

.section-top-list__form .SumoSelect > .optWrapper > .options li.opt:hover {
  background: #636363;
}

.section-top-list__form .title-form {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
  max-width: 365px;
}

.section-top-list__form.framed .title-form {
  margin-left: 50px;
}

.section-top-list__form .SelectBox {
  padding: 5px 16px;
}

.section-top-list__form .SumoSelect > .optWrapper > .options, .section-top-list__form .SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}

.section-top-list__form .SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 16px;
}

.section-top-list__form .sub-title-form {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.section-top-list__form .SumoSelect > .CaptionCont > label {
  top: -25px;
  right: 5px;
}

.section-top-list__form .box-select {
  position: relative;
  width: calc(50% - 8px);
  background: #797979;
  margin-bottom: 18px;
}

.section-top-list__form .box-select__full, .section-top-list__form .SumoSelect {
  width: 100%;
}

.section-top-list__form .label-select {
  display: block;
  opacity: 0.35;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px 0;
}

.section-top-list__form .row-select {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-top-list__form .plus-form {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s;
}

.section-top-list__form .btn-open-form {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
}

.section-top-list__form .btn-open-form .icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 13px;
}

.section-top-list__form .btn-open-form .icon:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #a7a7a7;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-top-list__form .btn-open-form .icon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #a7a7a7;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s;
}

.section-top-list__form .btn-open-form.open .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.section-top-list__form .btn {
  max-width: 365px;
  margin: 50px auto 0;
  width: 100%;
}

.section-top-list__form input {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  padding: 6px 16px;
  border: none;
  width: 100%;
}

.section-top-list__form .row-radio {
  display: flex;
  margin-bottom: 33px;
}

.section-top-list__form .row-radio span {
  display: block;
  margin-right: 32px;
}

.section-top-list__form .row-radio .radio-wrapper {
  margin-right: 24px;
}

.section-top-list__form .row-radio .radio-wrapper:last-child {
  margin-right: 0;
}

.section-top-list__form .radio-wrapper input + label:before {
  width: 21px;
  height: 21px;
  top: 4px;
}

.section-top-list__form .radio-wrapper input + label:after {
  width: 11px;
  height: 11px;
  background: #3a3a3a;
  left: 5px;
  top: 9px;
}

.section-top-list__form .radio-wrapper input + label {
  padding-left: 30px;
}

.section-top-list__form .next-form-wrapper .sub-title-form {
  margin-bottom: 10px;
}

.section-top-list__form .total-row {
  background: #3a3a3a;
  padding: 20px 45px;
  margin-bottom: 17px;
  margin-left: -45px;
  margin-right: -45px;
}

.section-top-list__form .total-row .price {
  font-size: 36px;
  line-height: 120%;
  color: #ff0083;
  font-weight: 700;
}

.section-top-list__form .total-row .sub-title-form {
  margin-bottom: 0;
}

.section-top-list__form .next-form-wrapper .box-select {
  width: calc(25% - 12px);
}

.section-top-list__form .next-form-wrapper .box-select:last-child {
  width: calc(50% - 7px);
}

@media only screen and (max-width: 1199px) {
  .section-top-list__form .wrap-form {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section-top-list__form .row-radio {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .section-top-list__form .row-radio .radio-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-list__form {
    height: auto;
  }

  .section-top-list__form .wrap-form {
    padding: 20px 15px 30px;
  }

  .section-top-list__form .btn {
    margin-top: 25px;
  }

  .section-top-list__form .box-select {
    width: 100%;
    margin-bottom: 10px;
  }

  .section-top-list__form .title-form {
    font-size: 18px;
  }

  .section-top-list__form .sub-title-form {
    font-size: 14px;
  }

  .section-top-list__form .total-row {
    padding: 20px 15px;
    margin-bottom: 17px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .section-top-list__form .total-row .price {
    font-size: 28px;
  }

  .section-top-list__form .next-form-wrapper .box-select {
    width: calc(50% - 5px);
  }

  .section-top-list__form .next-form-wrapper .box-select:last-child {
    width: 100%;
  }

  .section-top-list__form .checkbox-wrapper input + label, .section-top-list__form .radio-wrapper input + label {
    font-size: 16px;
  }
}
.section-top-list__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 390px;
  width: calc(100% - 900px);
}
.section-top-list__bg.framed {
  height: 80%;
}

.section-top-list__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .section-top-list__bg {
    display: none;
  }
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.006 15.4c-.22 0-.42-.08-.58-.24l-5-5.2c-.3-.32-.3-.82.02-1.14.32-.3.82-.3 1.14.02l4.42 4.6 4.42-4.6c.3-.32.82-.32 1.14-.02.32.3.32.82.02 1.14l-5 5.2c-.16.16-.36.24-.58.24z' fill='%23fff'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.section-top-list__form + .section-text-center {
  padding-top: 150px;
}

@media only screen and (max-width: 767px) {
  .section-top-list__form + .section-text-center {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .section-top-list__form + .section-text-center .section-text-center__row:first-child .col_img {
    height: 502px;
  }
}
.mfp-bg {
  background: rgba(51, 51, 51, 0.7);
}

.popup {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}

.popup.popup-specs {
  width: 1098px;
  max-width: calc(100vw - 20px);
  padding: 33px 63px 83px;
}

@media only screen and (max-width: 991px) {
  .popup.popup-specs {
    padding: 33px 30px 35px;
  }
}
@media only screen and (max-width: 574px) {
  .popup.popup-specs {
    padding: 35px 15px 20px;
  }
}
.popup.popup-specs .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.popup.popup-specs .btn {
  height: 53px;
  width: 290px;
  max-width: 100%;
  margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
  .popup.popup-specs .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 574px) {
  .popup.popup-specs .btn {
    margin-top: 30px;
  }
}
.popup.popup-specs .select-wrapper {
  padding: 0 6px;
  position: relative;
}

.popup.popup-specs .select-wrapper.popup-specs__amount {
  width: 14.5%;
}

@media only screen and (max-width: 767px) {
  .popup.popup-specs .select-wrapper.popup-specs__amount {
    width: 25%;
  }
}
@media only screen and (max-width: 574px) {
  .popup.popup-specs .select-wrapper.popup-specs__amount {
    width: 100%;
  }
}
.popup.popup-specs .select-wrapper.popup-specs__glass-type {
  width: 47%;
}

@media only screen and (max-width: 767px) {
  .popup.popup-specs .select-wrapper.popup-specs__glass-type {
    width: 75%;
  }
}
@media only screen and (max-width: 574px) {
  .popup.popup-specs .select-wrapper.popup-specs__glass-type {
    width: 100%;
    margin-top: 12px;
  }
}
.popup.popup-specs .select-wrapper.popup-specs__totals {
  width: 38.5%;
}

@media only screen and (max-width: 767px) {
  .popup.popup-specs .select-wrapper.popup-specs__totals {
    width: 100%;
    margin-top: 12px;
  }
}
.popup.popup-specs .select-wrapper > span {
  pointer-events: none;
  position: absolute;
  top: 8px;
  left: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.35);
  z-index: 1;
}

.popup.popup-specs .select-wrapper .SumoSelect {
  display: flex;
  width: 100%;
}

.popup.popup-specs .select-wrapper .SumoSelect.open > .CaptionCont, .popup.popup-specs .select-wrapper .SumoSelect:focus > .CaptionCont, .popup.popup-specs .select-wrapper .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
}

.popup.popup-specs .select-wrapper .SumoSelect.open > .optWrapper {
  top: 100%;
}

.popup.popup-specs .select-wrapper .SumoSelect > .CaptionCont {
  width: 100%;
  background: #797979;
  height: 68px;
  padding: 8px 16px;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: flex-end;
}

.popup.popup-specs .select-wrapper .SumoSelect > .CaptionCont > span {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.popup.popup-specs .select-wrapper .SumoSelect > .CaptionCont > label {
  cursor: pointer;
  margin-bottom: 0;
}

.popup.popup-specs .select-wrapper .SumoSelect > .CaptionCont > label i {
  background: transparent;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.popup.popup-specs .select-wrapper .SumoSelect > .CaptionCont > label i:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.popup.popup-specs .select-wrapper .SumoSelect > .optWrapper {
  background: #e0e0e0;
  border-color: #c4c4c4;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
}

.popup.popup-specs .select-wrapper .SumoSelect > .optWrapper > .options {
  border-radius: 0;
  max-height: 215px;
}

.popup.popup-specs .select-wrapper .SumoSelect > .optWrapper > .options li {
  padding: 7px 16px;
  cursor: pointer;
  transition: 0.2s linear;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  color: #898989;
}

@media only screen and (max-width: 767px) {
  .popup.popup-specs .select-wrapper .SumoSelect > .optWrapper > .options li {
    padding: 7px 12px;
  }
}
.popup.popup-specs .select-wrapper .SumoSelect > .optWrapper > .options li.opt {
  border: none;
}

.popup.popup-specs .select-wrapper .SumoSelect > .optWrapper > .options li.opt:not(.disabled):hover {
  color: #ff0083;
  background: rgba(196, 196, 196, 0.3);
}

.popup.popup-specs .select-wrapper .SumoSelect > .optWrapper > .options li.opt label {
  font-weight: 400;
  margin-bottom: 0;
}

.popup.popup-specs .popup-specs__decor-block {
  width: 100%;
}

.popup.popup-specs .popup-specs__decor-block .select-wrapper {
  padding: 0;
  width: 100%;
}

.popup.popup-specs .popup-specs__decor-block .select-wrapper > span {
  left: 16px;
}

.popup.questions-popup {
  width: 1098px;
  max-width: calc(100vw - 20px);
  padding: 33px 63px 83px;
}

@media only screen and (max-width: 991px) {
  .popup.questions-popup {
    padding: 55px 30px 35px;
  }
}
@media only screen and (max-width: 574px) {
  .popup.questions-popup {
    padding: 55px 15px 20px;
  }
}
.popup.questions-popup .section-form-placement {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .popup.questions-popup .section-form-placement {
    margin: 0;
  }
}
.popup.maatcode-popup {
  width: 1098px;
  max-width: calc(100vw - 20px);
  padding: 33px 60px 33px 43px;
}

@media only screen and (max-width: 991px) {
  .popup.maatcode-popup {
    padding: 33px 30px 35px;
  }
}
@media only screen and (max-width: 574px) {
  .popup.maatcode-popup {
    padding: 45px 15px 20px;
  }
}
.popup.maatcode-popup .section-title {
  width: 620px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .popup.maatcode-popup .section-title {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 574px) {
  .popup.maatcode-popup .section-title {
    width: 100%;
    max-width: unset;
  }
}
.popup .mfp-close {
  top: 30px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  opacity: 1;
}

@media only screen and (max-width: 574px) {
  .popup .mfp-close {
    top: 16px;
    right: 16px;
  }
}
.popup .mfp-close svg {
  pointer-events: none;
}

.popup .mfp-close:hover svg path {
  fill: #ff0083;
}

.popup-specs__block {
  padding: 0 20px 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c4c4c4;
}

@media only screen and (max-width: 767px) {
  .popup-specs__block {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
}
.popup-specs__block .popup-specs__row {
  margin-bottom: 13px;
}

.popup-specs__block .popup-specs__row:last-child {
  margin-bottom: 0;
}

.popup-specs__subtitle {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
}

@media only screen and (max-width: 574px) {
  .popup-specs__subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.popup-specs__row {
  display: flex;
  align-items: center;
}

.popup-specs__row .radio-wrapper {
  width: 53%;
}

@media only screen and (max-width: 991px) {
  .popup-specs__row .radio-wrapper {
    width: 60%;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 574px) {
  .popup-specs__row .radio-wrapper {
    padding-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-specs__row .radio-wrapper {
    width: 62%;
    align-items: flex-start;
  }
}
.popup-specs__row .radio-wrapper input + label {
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
}

.popup-specs__row .radio-wrapper input + label:before {
  width: 20px;
  height: 20px;
}

.popup-specs__row .radio-wrapper input + label:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
}

.popup-specs__row-price {
  width: 32%;
  font-size: 18px;
  line-height: 120%;
}

@media only screen and (max-width: 767px) {
  .popup-specs__row-price {
    width: 31%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 574px) {
  .popup-specs__row-price {
    font-size: 14px;
    padding-right: 7px;
  }
}
.popup-specs__row-info {
  width: 15%;
}

@media only screen and (max-width: 991px) {
  .popup-specs__row-info {
    width: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .popup-specs__row-info {
    width: 7%;
  }
}
.popup-specs__info {
  display: flex;
  position: relative;
}

.popup-specs__footer {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .popup-specs__footer {
    padding-left: 0;
  }
}
.popup-specs__footer .popup-specs__row {
  margin: 0 -6px;
}

@media only screen and (max-width: 767px) {
  .popup-specs__footer .popup-specs__row {
    flex-wrap: wrap;
  }
}
.popup-totals {
  width: 100%;
  background: #797979;
  height: 68px;
  padding: 8px 26px;
}

@media only screen and (max-width: 991px) {
  .popup-totals {
    padding: 8px 16px;
  }
}
.popup-totals > span {
  font-size: 24px;
  line-height: 120%;
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .popup-totals > span {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.popup-totals > small {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
}

.popup-specs__decor-wrapper {
  width: 774px;
  max-width: 100%;
  margin: 0 auto;
}

.popup-specs__decor-row {
  margin-bottom: 14px;
}

@media only screen and (max-width: 574px) {
  .popup-specs__decor-row {
    margin-bottom: 0;
  }
}
.popup-specs__decor-row.two-columns {
  margin-bottom: 34px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 574px) {
  .popup-specs__decor-row.two-columns {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.popup-specs__decor-row.two-columns .popup-specs__decor-block {
  width: calc(50% - 9px);
}

@media only screen and (max-width: 574px) {
  .popup-specs__decor-row.two-columns .popup-specs__decor-block {
    width: 100%;
  }
}
.popup-specs__decor-block {
  width: 100%;
}

@media only screen and (max-width: 574px) {
  .popup-specs__decor-block {
    margin-bottom: 20px;
  }
}
.popup-specs__decor-block > span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 574px) {
  .popup-specs__decor-block > span {
    margin-bottom: 14px;
  }
}
.popup-specs__decor-block > span .required {
  color: #ff0083;
}

.popup-specs__decor-footnote {
  display: block;
  color: #ff0083;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}

@media only screen and (max-width: 574px) {
  .popup-specs__decor-footnote {
    margin-top: -5px;
  }
}
.maat-step__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #ff0083;
  margin-right: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
}

@media only screen and (max-width: 574px) {
  .maat-step__num {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-right: 10px;
  }
}
.maat-step__info {
  width: calc(100% - 87px);
}

@media only screen and (max-width: 574px) {
  .maat-step__info {
    width: calc(100% - 35px);
  }
}
.maat-step1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

@media only screen and (max-width: 574px) {
  .maat-step1 {
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.maat-step1__info {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 574px) {
  .maat-step1__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.maat-step1__info > img {
  width: 149px;
  min-width: 149px;
  margin-right: 42px;
}

.maat-step1__info > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
  margin-bottom: 0;
}

@media only screen and (max-width: 574px) {
  .maat-step1__info > p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.maat-step2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media only screen and (max-width: 574px) {
  .maat-step2 {
    margin-bottom: 20px;
  }
}
.maat-step2__info > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
  margin-bottom: 15px;
}

@media only screen and (max-width: 574px) {
  .maat-step2__info > p {
    font-size: 14px;
  }
}
.maat-step2__info > img {
  width: 100%;
  object-fit: contain;
}

.maat-step3 {
  display: flex;
  flex-wrap: wrap;
}

.maat-step3__info {
  padding-top: 7px;
}

@media only screen and (max-width: 574px) {
  .maat-step3__info {
    padding-top: 0;
  }
}
.maat-step3__info > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
  margin-bottom: 15px;
}

@media only screen and (max-width: 574px) {
  .maat-step3__info > p {
    font-size: 14px;
  }
}
.maat-step3__info > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .maat-step3__info > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.maat-step3__info > div > img {
  width: 290px;
  min-width: 290px;
}

@media only screen and (max-width: 991px) {
  .maat-step3__info > div > img {
    min-width: unset;
    max-width: 100%;
    margin-top: 20px;
  }
}
.maat-step3__list {
  margin-right: 58px;
}

@media only screen and (max-width: 574px) {
  .maat-step3__list {
    margin-right: 0;
  }
}
.maat-step3__list > div {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
}

@media only screen and (max-width: 574px) {
  .maat-step3__list > div {
    font-size: 14px;
    align-items: flex-start;
  }
}
.maat-step3__list > div span {
  width: 67px;
  min-width: 67px;
  height: 25px;
  margin-right: 17px;
  border: 1px solid #3c3cac;
}

.maat-step3__list > div:first-child {
  margin-bottom: 9px;
}

.maat-step3__list > div:first-child span {
  border-color: #b14347;
}

.d-flex {
  display: flex;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.btn-group > *:not(:last-child) {
  margin-inline-end: 16px;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (min-width: 568px) {
  .collections-grid {
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media (min-width: 992px) {
  .collections-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .collections-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.collections-panel {
  grid-column: span 2;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 15px;
  margin: 0 -15px;
}

@media (min-width: 568px) {
  .collections-panel {
    padding: 48px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .collections-panel {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .collections-panel {
    grid-column: span 2;
  }
}
.collections-panel__content {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
  padding: 50px 30px;
}

@media (min-width: 568px) {
  .collections-panel__content {
    padding: 60px;
  }
  .collections-panel__content .btn.btn-large {
    margin-top: 44px !important;
  }
}
.collections-panel__title {
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #3A3A3A;
  margin-bottom: 15px;
}

@media (min-width: 568px) {
  .collections-panel__title {
    font-size: 56px;
  }
}
.collections-panel__description {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #898989;
}

.btn.btn-large {
  height: 47px;
}

.btn.btn-small {
  min-width: 0;
  height: 30px;
  font-size: 12px;
  max-width: 93px;
  margin: 0 auto;
}

.btn.btn-small svg {
  width: 8px;
}

@media (min-width: 568px) {
  .btn.btn-small {
    min-width: 146px;
    height: 44px;
    font-size: 16px;
  }

  .btn.btn-small svg {
    width: 16px;
    margin-left: 6px;
  }

  .btn.btn-large {
    height: 78px;
  }
}
@media only screen and (max-width: 574px) {
  .btn.btn-small {
    min-width: 100%;
  }
}
.catalog-item__price .btn.btn-small {
  margin: 9px 0 0;
}

.catalog-item__info--column {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
}

@media (min-width: 568px) {
  .catalog-item__info--column {
    padding: 16px 16px 30px;
  }
}
.flex-grow-1 {
  flex-grow: 1 !important;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

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

.align-items-end {
  align-items: flex-end !important;
}

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

.pt-0 {
  padding-top: 1px !important;
}

.me-10 {
  margin-inline-end: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-30 {
  margin-bottom: 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-12,
.col-md-6 {
  padding: 0 16px;
  width: 100%;
}

.c-gray {
  color: #B0B0B0;
}

.hr {
  height: 3px;
  margin-bottom: 45px;
}

.hr--pink {
  background: #FF0083;
}

@media (min-width: 992px) {
  .woocommerce-ordering .dropdown-main > svg {
    display: none;
  }
}

.text-section ul li {
  padding-left: 17px;
  position: relative;
  margin-bottom: 8px;
}

.catalog-item__descr {
  margin-bottom: 14px !important;
}

.product-decor__widget-wrapper {
  width: 290px;
  min-width: 290px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 574px) {
  .product-decor__widget-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.catalog-main__footer-pagination a.link.anular {
  display: none;
}

.catalog-main__footer-pagination .pagination-arrow,
.catalog-main__footer-pagination .pagination-counter {
  display: none;
}

.catalog-main__footer-pagination .pagination {
  width: auto;
  justify-content: center;
}

.variation {
  color: #898989;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.variation p {
  margin: 0;
  font-weight: 400;
}

.variation li {
  display: flex;
}

.variation dt {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 150%;
  float: left;
  margin-right: 3px;
}

.variation dd {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.woocommerce table.shop_table {
  border: none;
  margin: 0;
  border-radius: 0;
}

.woocommerce table.shop_table th,
.shop_table_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  color: #7E7E7E;
  margin: 0;
}

.woocommerce table.shop_table th {
  padding: 20px 30px;
}

.woocommerce table.shop_table td {
  border: none;
  background: #F4F5F7;
  padding: 30px;
  font-size: 16px;
}

.woocommerce-orders-table__cell-order-total {
  font-weight: 600;
  font-size: 18px;
}

.woocommerce-order-details {
  background: #F4F5F7;
  padding: 40px 0;
  position: relative;
}

.woocommerce-order-details__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #3A3A3A;
  padding-left: 34px;
  margin-top: 0;
}

.woocommerce-customer-details {
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  color: #898989;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  font-size: 12px;
  line-height: 150%;
  color: #898989;
}

.order-colums {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: start;
}

.woocommerce-table__product-total {
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
  color: #FF0083;
}

.woocommerce-table__product-qty {
  text-align: center;
}

.woocommerce-table--order-summary {
  padding: 20px 60px;
}

.woocommerce-table--order-summary table {
  width: 100%;
}

.woocommerce-table--order-summary table th {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #3A3A3A;
}

.woocommerce-table--order-summary table td {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #FF0083;
}

.woocommerce-table--order-summary table tr:last-child > * {
  border-top: 1px solid #D8D8D8;
}

.woocommerce-table--order-summary table tr > * {
  padding: 15px 0;
}

.woocommerce-table__product-total {
  border-right: 1px solid #D8D8D8 !important;
}

[for=billing_country] + .woocommerce-input-wrapper strong,
[for=shipping_country] + .woocommerce-input-wrapper strong,
.woocommerce-input-wrapper strong {
  width: 100%;
  border: 1px solid #c4c4c4;
  height: 68px;
  padding: 0 12px 0 48px;
  box-shadow: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
  display: block;
  line-height: 68px;
  background-color: #EDEDED;
}

@media (max-width: 767px) {
  [for=billing_country] + .woocommerce-input-wrapper strong,
[for=shipping_country] + .woocommerce-input-wrapper strong,
.woocommerce-input-wrapper strong {
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    padding: 0 12px;
  }
}
.print-pdf-btn-wrap {
  position: absolute;
  top: 42px;
  right: 30px;
}

.print-pdf-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FF0083;
  cursor: pointer;
}

.order_action:not(:first-child) {
  display: none;
}

.cart-empty.woocommerce-info {
  display: none;
}

.woocommerce-message {
  border-top-color: #ff0083;
  margin: 0;
}

.woocommerce-message::before {
  color: #ff0083;
}

@media (min-width: 992px) {
  .catalog-main__navigation .select2-container .select2-results__options li {
    padding: 7px 19px;
  }
}
.catalog-main__navigation ul.select2-results__options {
  padding: 10px 0px 10px 0px;
}

.catalog-main__navigation .select2-container .select2-results__options li {
  padding: 10px 0px 10px 50px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  font-weight: 500;
  font-size: 14px;
  line-height: 29px;
  color: #898989;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  background: none;
}
.catalog-main__navigation .select2-container .select2-results__options li:hover {
  color: #ff0083;
  background-color: #c4c4c44d;
}

.filter_section {
  display: none;
}

@media only screen and (max-width: 574px) {
  .filter_section {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    height: 60px;
    padding-right: 50px;
    padding-left: 50px;
    bottom: 0px;
    z-index: 2;
  }
  .filter_section > span {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #3a3a3a;
    width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 17px;
  }
  .filter_section > i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    color: #3a3a3a;
  }
}
.variations_form.cart {
  margin-top: 20px;
}

.modal-info {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  justify-content: space-between;
  display: flex;
  color: #616161;
}
.modal-info > a {
  color: #FF0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
}

@media only screen and (max-width: 574px) {
  .modal-info {
    font-size: 14px;
    display: inline-block;
  }
  .modal-info > a {
    font-size: 14px;
  }
}
.attribute__color-siderails {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
}
.attribute__color-siderails > .js-attribute__color-siderails {
  color: #3a3a3a;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
}

@media only screen and (max-width: 574px) {
  .attribute__color-siderails {
    font-size: 14px;
  }
  .attribute__color-siderails > .js-attribute__color-siderails {
    font-size: 14px;
  }
}
.catalog-color-filter li.chosen {
  border: 2px solid #3A3A3A;
}

@media only screen and (max-width: 574px) {
  .remodal[data-remodal-id=filteren] {
    padding: 30px;
    text-align: left;
    min-height: 100%;
    width: 100%;
    min-height: -webkit-fill-available;
  }
  .remodal[data-remodal-id=filteren] .remodal-close {
    top: 45px;
  }
  .remodal[data-remodal-id=filteren] .remodal-close:before {
    content: url("../../images/icons/close.svg");
    background-repeat: no-repeat;
    color: #3A3A3A;
  }
  .remodal[data-remodal-id=filteren] .catalog-main__pagination span {
    display: none;
  }
  .remodal[data-remodal-id=filteren] .catalog-main__navigation {
    padding: 0px;
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #3A3A3A;
  }
  .remodal[data-remodal-id=filteren] h1 {
    text-align: left;
    margin-left: 20px;
    padding-bottom: 30px;
    font-size: 24px;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    line-height: 120%;
  }
  .remodal[data-remodal-id=filteren] .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 574px) {
  .product-buttons.mt-30 {
    margin: 0px 0px 20px !important;
  }
}
.catalog-top__section {
  padding: 50px 0 40px 0;
}
@media only screen and (max-width: 574px) {
  .catalog-top__section {
    padding: 0 0 30px 0;
  }
}
.catalog-top__section .container {
  display: flex;
}
@media only screen and (max-width: 574px) {
  .catalog-top__section .container {
    flex-direction: column-reverse;
  }
}
.catalog-top__section .container img {
  min-width: 610px;
  height: 320px;
  object-fit: fill;
  width: auto;
}
@media only screen and (max-width: 574px) {
  .catalog-top__section .container img {
    flex: 0 0 100%;
    position: relative;
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .catalog-top__section .container img.catalog-top__img {
    min-width: auto;
    max-width: none;
    object-fit: cover;
  }
}
.catalog-top__section .container .catalog-top__wrapper {
  background: none;
  border: none;
  padding: 0px 125px 0px 0px;
}
@media only screen and (max-width: 574px) {
  .catalog-top__section .container .catalog-top__wrapper {
    border-top: 3px solid #ff0083;
    padding: 30px 15px;
    background: #fff;
    z-index: 10;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-top__section .container .catalog-top__wrapper .catalog-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.catalog-top__section .container .catalog-top__wrapper ul {
  padding-left: 12px;
}
.catalog-top__section .container .catalog-top__wrapper ul li {
  margin-bottom: 8px;
}
.catalog-top__section .container .catalog-top__wrapper ul li:before {
  left: -12px;
}
.catalog-top__section .container .catalog-top__wrapper ul li a {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
.catalog-top__section .container .catalog-top__wrapper p strong {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
.catalog-top__section .container .mt-20 {
  margin-top: 30px !important;
  width: 100%;
}
.catalog-top__section .container .mt-20.mobile {
  display: none;
}
@media only screen and (max-width: 574px) {
  .catalog-top__section .container .mt-20.mobile {
    display: flex;
  }
  .catalog-top__section .container .mt-20.mobile .catalog-top-nav__back {
    order: -1;
    font-size: 12px;
    line-height: 100%;
  }
  .catalog-top__section .container .mt-20.mobile .catalog-top-nav__back svg {
    margin-inline-end: 8px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-top__section .container .mt-20 {
    display: none;
  }
}
.catalog-top__section .container .mt-20 a {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
.catalog-top__section .container .catalog-top-nav ul {
  padding-left: 8px;
}
.catalog-top__section .container .catalog-top-nav ul li {
  margin-right: 16px;
  margin-bottom: 0px;
  padding: 0px;
}
@media only screen and (max-width: 574px) {
  .catalog-top__section .container .catalog-top-nav ul li {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.catalog-top__section .container .catalog-top-nav ul li a {
  height: 44px;
  padding: 9px 16px;
  min-width: unset;
}
@media only screen and (max-width: 574px) {
  .catalog-top__section .container .catalog-top-nav ul li a {
    font-size: 12px;
    height: 32px;
    line-height: 100%;
  }
}
.catalog-top__section .catalog-title {
  margin-bottom: 30px;
  margin-top: 0px;
}

.catalog-filter-nav {
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 574px) {
  .catalog-filter-nav .select2-selection__placeholder {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-filter-nav .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
  }
}

.catalog-color-filter__title {
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 574px) {
  .catalog-color-filter__title {
    font-size: 14px !important;
  }
}

.catalog-main .catalog-item {
  height: 100%;
  position: relative;
}
.catalog-main .catalog-item .catalog-item__pic {
  border: 1px solid #f7f7f7;
}
.catalog-main .catalog-item .catalog-item__info {
  background: #f4f5f7;
}
.catalog-main .section-text-center {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center {
    padding-top: 35px;
    padding-bottom: 50px;
    margin-bottom: 0px;
  }
}
.catalog-main .section-text-center.pt-20 {
  padding-top: 0px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center.pt-20 {
    padding-bottom: 46px;
  }
}
.catalog-main .section-text-center.pt-20 h3 {
  font-size: 24px;
}
.catalog-main .section-text-center.pt-20 h3 strong {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center.pt-20 h3 {
    font-size: 18px;
  }
}
.catalog-main .section-text-center.pt-20 hr {
  margin-top: 0px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center.pt-20 hr {
    margin-bottom: 30px;
  }
}
.catalog-main .section-text-center.pt-20 p {
  color: #898989;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center.pt-20 p {
    font-size: 14px;
  }
}
.catalog-main .section-text-center.pt-20 .section-title.mb-30 {
  margin-top: 0px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center.pt-20 .section-title.mb-30 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}
.catalog-main .section-text-center.pt-20 ul {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  margin-top: 2px;
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center.pt-20 ul {
    margin-top: 0px;
    padding-left: 15px;
  }
}
.catalog-main .section-text-center.pt-20 ul li {
  margin-bottom: 8px;
  color: #898989;
}
.catalog-main .section-text-center.pt-20 ul li::marker {
  color: #ff0083;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center.pt-20 ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
  }
}
.catalog-main .section-text-center .section-text-center__row {
  align-items: baseline;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row {
    margin-bottom: 70px;
  }
}
.catalog-main .section-text-center .section-text-center__row .section-title {
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row .section-title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row .col_img {
    padding-inline-start: 0px;
  }
}
.catalog-main .section-text-center .section-text-center__row:nth-child(2n) {
  align-items: center;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row:nth-child(2n) .col_img {
    padding-right: 0px;
  }
}
.catalog-main .section-text-center .section-text-center__row:nth-child(2n) .col_text {
  padding-right: 0px;
  padding-left: 86px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row:nth-child(2n) .col_text {
    padding-left: 0px;
  }
}
.catalog-main .section-text-center .section-text-center__row img {
  object-fit: fill;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row img {
    object-fit: cover;
  }
}
.catalog-main .section-text-center .section-text-center__row p {
  color: #898989;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row p {
    font-size: 14px;
    line-height: 150%;
  }
}
.catalog-main .section-text-center .section-text-center__row .col_text {
  padding-right: 100px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row .col_text {
    padding-right: 0px;
  }
}
.catalog-main .section-text-center .section-text-center__row .col_text .list-check li {
  padding-left: 34px;
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row .col_text .list-check li {
    margin-bottom: 15px;
    padding-left: 28px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}
.catalog-main .section-text-center .section-text-center__row .col_text .list-check li:after {
  width: 23px;
  height: 23px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-text-center .section-text-center__row .col_text .list-check li:after {
    width: 17.25px;
    height: 17.25px;
    top: auto;
  }
}
.catalog-main .section-text-center .section-text-center__row .col_text > :last-child {
  margin-top: 0px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-benefits-three-col {
    padding: 70px 15px;
  }
}
.catalog-main .section-benefits-three-col .section-title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-benefits-three-col .section-title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-benefits-three-col .container {
    padding: 0px;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-benefits-three-col__item {
    margin: 0px 0px 30px;
  }
}
.catalog-main .section-benefits-three-col__item span {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-benefits-three-col__item span {
    font-size: 16px;
  }
}
.catalog-main .section-benefits-three-col__item p {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  color: #898989;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-benefits-three-col__item p {
    font-size: 14px;
  }
}
.catalog-main .section-benefits-three-col__item img {
  margin-bottom: 12px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .section-benefits-three-col__item img {
    margin-bottom: 8px;
    width: 31px;
    height: 31px;
  }
}
.catalog-main .product-decor__rating-wrapper {
  margin-top: 50px;
  padding: 40px 105px;
  align-items: center;
}
@media only screen and (max-width: 574px) {
  .catalog-main .product-decor__rating-wrapper {
    padding: 40px 15px;
  }
  .catalog-main .product-decor__rating-wrapper iframe {
    max-width: 280px;
    height: 160px;
  }
}
.catalog-main .product-decor__rating-wrapper .product-decor__widget-wrapper {
  width: 327px;
  min-width: 380px;
  margin: 0px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .product-decor__rating-wrapper .product-decor__widget-wrapper {
    width: 300px;
    min-width: 290px;
    margin: 0px;
  }
}
.catalog-main .product-decor__rating-wrapper .catalog-advantages__item {
  column-gap: 18px;
  margin-top: 25px;
  width: 280px;
  height: 27px;
  margin-top: 0px;
  align-items: flex-start;
  max-width: 45%;
}
@media only screen and (max-width: 574px) {
  .catalog-main .product-decor__rating-wrapper .catalog-advantages__item {
    flex-direction: row;
    text-align: left;
    height: 36px;
    column-gap: 10px;
    align-items: center;
  }
}
.catalog-main .product-decor__rating-wrapper .catalog-advantages__item img, .catalog-main .product-decor__rating-wrapper .catalog-advantages__item svg {
  width: 21px;
  height: 21px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .product-decor__rating-wrapper .catalog-advantages__item img, .catalog-main .product-decor__rating-wrapper .catalog-advantages__item svg {
    width: 13px;
    height: 9px;
  }
}
.catalog-main .product-decor__rating-wrapper .catalog-advantages__item div span {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  color: #616161;
}
@media only screen and (max-width: 574px) {
  .catalog-main .product-decor__rating-wrapper .catalog-advantages__item div span {
    font-size: 12px;
  }
}
.catalog-main .catalog-advantages {
  margin-top: 0px !important;
  margin-block-start: 0px !important;
  row-gap: 25px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-advantages {
    row-gap: 20px;
  }
}
.catalog-main .catalog-main__container {
  padding: 20px 20px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container {
    padding: 20px 15px;
  }
}
.catalog-main .catalog-main__container .catalog-main__pagination,
.catalog-main .catalog-main__container .catalog-main__footer-pagination {
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container .catalog-main__pagination,
.catalog-main .catalog-main__container .catalog-main__footer-pagination {
    font-size: 14px;
    color: #7e7e7e;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container .catalog-main__footer-pagination {
    margin-top: 20px;
  }
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) {
  grid-column: 1/-1;
  grid-row-start: 2;
  padding: 30px 80px;
  background-color: #F4F5F7;
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) {
    display: none;
    visibility: hidden;
    grid-row-start: none !important;
    grid-column: unset;
  }
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) {
  grid-row-start: 4;
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) {
  grid-row-start: 6;
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) {
  grid-row-start: 8;
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) {
  grid-row-start: 10;
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) ~ .usp-inner-catalog:not(.mobile) {
  grid-row-start: 12;
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  color: #898989;
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ul li strong {
  color: #3a3a3a;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}
.catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ul li svg {
  margin-right: 20px;
}
.catalog-main .catalog-main__container .usp-inner-catalog.mobile {
  display: none;
  visibility: hidden;
  grid-column: unset;
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container .usp-inner-catalog.mobile {
    grid-column: 1/-1;
    background-color: #F4F5F7;
    padding: 15px 0px !important;
    display: block;
    visibility: visible;
    grid-row-start: 2;
  }
  .catalog-main .catalog-main__container .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile {
    grid-row-start: 4;
  }
  .catalog-main .catalog-main__container .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile {
    grid-row-start: 6;
  }
  .catalog-main .catalog-main__container .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile {
    grid-row-start: 8;
  }
  .catalog-main .catalog-main__container .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile {
    grid-row-start: 10;
  }
  .catalog-main .catalog-main__container .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile {
    grid-row-start: 12;
  }
}
.catalog-main .catalog-main__container .usp-inner-catalog.mobile ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.catalog-main .catalog-main__container .usp-inner-catalog.mobile ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 130%;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  color: #898989;
}
.catalog-main .catalog-main__container .usp-inner-catalog.mobile ul li strong {
  color: #3a3a3a;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}
.catalog-main .catalog-main__container .usp-inner-catalog.mobile ul li svg {
  margin-right: 15px;
}
.catalog-main .catalog-main__container .catalog-main__wrapper {
  gap: 20px;
  margin: 0px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container .catalog-main__wrapper {
    gap: 10px;
  }
}
.catalog-main .catalog-main__container .catalog-main__wrapper .col-lg-3 {
  padding: 0px;
  margin-bottom: 0px;
  flex-basis: 285px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container .catalog-main__wrapper .col-lg-3 {
    flex-basis: 48%;
  }
}
.catalog-main .catalog-main__container .catalog-main__wrapper .usp-inner-catalog {
  flex: 0 0 100%;
  padding: 30px 80px;
  background-color: #F4F5F7;
  position: relative;
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container .collections-panel {
    padding: 120px 15px 110px;
  }
}
.catalog-main .catalog-main__container .collections-panel .collections-panel__content {
  font-size: 20px;
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container .collections-panel .collections-panel__content .mt-30 {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 574px) {
  .catalog-main .catalog-main__container .collections-panel .collections-panel__content .collections-panel__description {
    font-size: 14px;
    line-height: 150%;
  }
}
.catalog-main .catalog-main__container .collections-panel .collections-panel__content .collections-panel__description p {
  margin: 0px;
}
@media (min-width: 568px) {
  .catalog-main .catalog-main__container .catalog-item .catalog-item__info--column {
    padding: 16px 16px 30px;
  }
}
.catalog-main .catalog-main__container .catalog-item .catalog-item__info--column .catalog-item__title {
  margin-bottom: 16px;
}
.catalog-main .catalog-main__container .catalog-item .catalog-item__info--column .text-section {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
.catalog-main .catalog-main__container .catalog-item .catalog-item__info--column .text-section ul {
  margin-bottom: 0px;
}
.catalog-main .catalog-main__container .catalog-item .catalog-item__info--column .text-section ul li {
  padding-left: 13px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.section-extra {
  margin-top: 130px;
}
.section-extra .extra-cards {
  display: flex;
  column-gap: 20px;
}
@media only screen and (max-width: 574px) {
  .section-extra .extra-cards {
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 0px;
  }
}
.section-extra .extra-cards .item-card {
  background: white;
  width: 100%;
}
@media only screen and (max-width: 574px) {
  .section-extra .extra-cards .item-card img {
    object-fit: cover;
  }
}
.section-extra .extra-cards .item-card div {
  padding: 50px 40px;
}
@media only screen and (max-width: 574px) {
  .section-extra .extra-cards .item-card div {
    padding: 30px 15px;
  }
}
.section-extra .extra-cards .item-card div h1 {
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 40px;
  line-height: 120%;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  color: #3A3A3A;
}
@media only screen and (max-width: 574px) {
  .section-extra .extra-cards .item-card div h1 {
    font-size: 24px;
  }
}
.section-extra .extra-cards .item-card div p {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  color: #898989;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 574px) {
  .section-extra .extra-cards .item-card div p {
    font-size: 14px;
  }
}
.section-extra .extra-cards .item-card div p strong {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  color: #3A3A3A;
}
.section-extra .extra-cards .item-card div img {
  margin-top: 80px;
}
@media only screen and (max-width: 574px) {
  .section-extra .extra-cards .item-card div img {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 574px) {
  .section-extra .extra-cards .item-card div iframe {
    width: 260px;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .section-extra .extra-cards {
    flex-direction: column;
  }
  .section-extra .extra-cards .item-card {
    margin-bottom: 20px;
  }
  .section-extra .extra-cards .item-card img {
    width: 100%;
  }
}

select#pa_extra_producten,
select#pa_opstand_producten,
select#pa_dakhelling,
select#pa_ventilerend,
select#pa_essentials {
  display: none !important;
}

@media only screen and (max-width: 574px) {
  .remodal-wrapper {
    z-index: 10000000000 !important;
  }
}

@media only screen and (max-width: 574px) {
  #tidio-chat-iframe {
    bottom: 35px !important;
  }
}

[data-remodal-id=window_additions] .popup-additions__quantity {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
[data-remodal-id=window_additions] .popup-additions__available {
  display: flex;
  margin-bottom: 40px;
  margin-top: 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 574px) {
  [data-remodal-id=window_additions] .popup-additions__available {
    margin: 30px 0;
    flex-direction: column;
    row-gap: 20px;
  }
}
[data-remodal-id=window_additions] .popup-additions__available .status {
  display: block;
  font-size: 16px;
  line-height: 150%;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  color: #27ae60;
  font-weight: 500;
}
@media only screen and (max-width: 574px) {
  [data-remodal-id=window_additions] .popup-additions__available .status {
    font-size: 14px;
    line-height: 100%;
  }
}
[data-remodal-id=window_additions] .popup-additions__available .status:before {
  background-image: url("../../images/icons/coolicon-check.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: 15px 11px;
  padding-right: 23px;
  top: 3px;
  position: relative;
}
@media only screen and (max-width: 574px) {
  [data-remodal-id=window_additions] .popup-additions__available .status:before {
    background-size: 12px 9px;
    padding-right: 20px;
  }
}
[data-remodal-id=window_additions] .popup-additions__available .product-delivery.icon-delivery {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 574px) {
  [data-remodal-id=window_additions] .popup-additions__available .product-delivery.icon-delivery {
    margin-block: 0;
    font-size: 14px;
    align-items: flex-start;
  }
  [data-remodal-id=window_additions] .popup-additions__available .product-delivery.icon-delivery .edw-text {
    font-size: 12px;
  }
}
[data-remodal-id=window_additions] .popup-additions__available .product-delivery.icon-delivery span {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #616161;
}
@media only screen and (max-width: 574px) {
  [data-remodal-id=window_additions] .popup-additions__available .product-delivery.icon-delivery span {
    font-size: 14px;
  }
}
[data-remodal-id=window_additions] .popup-additions__available .product-delivery.icon-delivery p {
  margin: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
[data-remodal-id=window_additions] .popup-additions__available .product-delivery.icon-delivery svg {
  margin-right: 12px;
  top: 4px;
  position: relative;
}
@media only screen and (max-width: 574px) {
  [data-remodal-id=window_additions] .popup-additions__available .product-delivery.icon-delivery svg {
    margin-right: 8px;
    top: 4px;
    width: 12px;
    height: 13px;
  }
}

.artikul .product-availability:not(.inclusief) {
  display: inline-flex;
  align-items: center;
}
.artikul .product-availability:not(.inclusief):before {
  background-image: url("../../images/icons/coolicon-check.svg");
  content: "";
  background-size: 15px 11px;
  background-repeat: no-repeat;
  padding-right: 27px;
  top: 0px;
  position: relative;
  width: 15px;
  height: 11px;
}
@media only screen and (max-width: 574px) {
  .artikul .product-availability:not(.inclusief):before {
    background-size: 12px 9px;
    padding-right: 20px;
    position: relative;
    left: 0px;
  }
}
.artikul .product-availability:not(.inclusief).free-shipping-tag {
  margin-right: auto;
  margin-left: 15px;
}
.artikul .product-availability:not(.inclusief).free-shipping-tag:before {
  background-image: url("../../images/icons/shipping-green.svg");
}

.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: Gilroy, sans-serif !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 574px) {
  .select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  pointer-events: none;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  border: 1px solid #FF0083;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0px 8px;
}
.woocommerce-form-login-toggle .woocommerce-info::before {
  content: none;
}
.woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: #FF0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.woocommerce-form-login-toggle .woocommerce-info .showlogin::before {
  margin-left: 20px;
  margin-right: 12px;
  background-image: url("../../images/icons/user-login.svg");
  content: "";
  background-repeat: no-repeat;
  display: inline-flex;
  position: relative;
  background-size: 15px 17px;
  width: 15px;
  height: 17px;
}
.woocommerce-form-login-toggle .woocommerce-info span:not(.login-message) {
  top: 14px;
  right: 50px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  display: inline-flex;
  position: absolute;
}
.woocommerce-form-login-toggle .woocommerce-info span:not(.login-message)::after {
  content: none;
}
@media only screen and (max-width: 574px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    flex-wrap: wrap;
    justify-content: left;
    font-size: 14px;
    width: 90.7%;
    margin-left: 15px;
    padding: 8px 0px;
    margin-bottom: 15px;
  }
  .woocommerce-form-login-toggle .woocommerce-info span {
    position: relative;
    margin-left: 46px;
  }
  .woocommerce-form-login-toggle .woocommerce-info span:not(.login-message) {
    top: 26px;
    right: 26px;
    margin-left: 0px;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    display: inline-flex;
    position: absolute;
  }
  .woocommerce-form-login-toggle .woocommerce-info span:not(.login-message)::after {
    background-image: url("../../images/icons/close-notify-pink.svg");
    content: "";
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
  }
  .woocommerce-form-login-toggle .woocommerce-info .showlogin::before {
    top: -15px;
  }
}

.woocommerce-NoticeGroup-checkout {
  margin-bottom: 20px;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
  border-top-color: none;
  border: none;
  background-color: unset;
  position: relative;
  padding: 0px;
  margin: 0px;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error::before {
  content: none;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  border: 1px solid rgba(184, 28, 34, 0.6);
  background-color: rgba(184, 28, 34, 0.07);
  padding: 8px 40px !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li strong {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-weight: 600;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li:last-child {
  margin-bottom: 0px;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li::before {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  display: inline-flex;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 12px;
  background-image: url("../../images/icons/error-notify.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li span {
  top: 0;
  right: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  display: inline-flex;
  margin-left: auto;
  position: relative;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li span::after {
  background-image: url("../../images/icons/close-notify-red.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.cart-wrapper .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
@media only screen and (max-width: 574px) {
  .cart-wrapper .woocommerce-notices-wrapper {
    margin-bottom: 0px;
  }
}
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-message,
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error {
  border-top-color: none;
  border: 1px solid rgba(39, 174, 96, 0.6);
  background-color: rgba(39, 174, 96, 0.07);
  position: relative;
  padding: 8px 40px;
  display: flex;
  align-items: center;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-message .restore-item,
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error .restore-item {
  margin-left: 5px;
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-message::before,
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error::before {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  background-image: url("../../images/icons/check-notify.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 23px;
  height: 23px;
}
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-message span,
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error span {
  top: 0;
  right: 0;
  margin-left: auto;
  display: inline-flex;
  position: relative;
}
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-message span::after,
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error span::after {
  background-image: url("../../images/icons/close-notify-green.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 574px) {
  .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message,
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error {
    padding: 10px 15px 10px 13.5px;
    font-size: 14px;
    align-items: center;
  }
  .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message::before,
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error::before {
    background-size: 17.25px 17.25px;
    width: 17.25px;
    height: 17.25px;
  }
  .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message span,
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error span {
    top: 0px;
  }
  .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message span::after,
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error span::after {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
  }
}
.cart-wrapper .woocommerce-notices-wrapper .woocommerce-error span::after {
  background-image: url("../../images/icons/close-notify-pink.svg");
}

.cart-wrapper .woocommerce-NoticeGroup .woocommerce-message,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error {
  margin-bottom: 20px;
}
@media only screen and (max-width: 574px) {
  .cart-wrapper .woocommerce-NoticeGroup .woocommerce-message,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error {
    margin-bottom: 0px;
  }
}
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-message li,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li {
  border-top-color: none;
  border: 1px solid rgba(39, 174, 96, 0.6);
  background-color: rgba(39, 174, 96, 0.07);
  position: relative;
  padding: 8px 40px;
  display: flex;
  align-items: center;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-message li .restore-item,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li .restore-item {
  margin-left: 5px;
  color: #ff0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-message li::before,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li::before {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  background-image: url("../../images/icons/check-notify.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 23px;
  height: 23px;
}
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-message li span,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li span {
  top: 0;
  right: 0;
  margin-left: auto;
  display: inline-flex;
  position: relative;
}
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-message li span::after,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li span::after {
  background-image: url("../../images/icons/close-notify-green.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 574px) {
  .cart-wrapper .woocommerce-NoticeGroup .woocommerce-message li,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li {
    padding: 10px 15px 10px 13.5px;
    font-size: 14px;
    align-items: center;
  }
  .cart-wrapper .woocommerce-NoticeGroup .woocommerce-message li::before,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li::before {
    background-size: 17.25px 17.25px;
    width: 17.25px;
    height: 17.25px;
  }
  .cart-wrapper .woocommerce-NoticeGroup .woocommerce-message li span,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li span {
    top: 0px;
  }
  .cart-wrapper .woocommerce-NoticeGroup .woocommerce-message li span::after,
.cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li span::after {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
  }
}

.woocommerce form .form-row.woocommerce-invalid span.error {
  display: none;
  margin: 15px 0px 3px 21px;
  color: #B81C22;
  font-size: 14px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  font-weight: 500;
  line-height: 100%;
}
@media only screen and (max-width: 574px) {
  .woocommerce form .form-row.woocommerce-invalid span.error {
    display: block;
  }
}
.woocommerce form .form-row span.error {
  display: none;
}

#billing_address_1_field .error, #shipping_address_1_field .error {
  display: none;
}

.section-tips-inside-content h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content h2 {
    margin-top: 40px;
    margin-bottom: 14px;
    font-size: 24px;
  }
}
.section-tips-inside-content h3 {
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
  margin-top: 30px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content h3 {
    font-size: 18px;
    line-height: 140%;
    margin-top: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
.section-tips-inside-content .wp-block-media-text {
  gap: 16px;
}
.section-tips-inside-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.section-tips-inside-content img {
  margin: 6px 0px 30px;
}
.section-tips-inside-content .wc-block-grid__products {
  padding: 0;
  margin-top: 30px;
  column-gap: 20px;
  row-gap: 20px;
  display: flex !important;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .wc-block-grid__products {
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0 !important;
    margin: 0 !important;
  }
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product {
  flex: unset;
  max-width: 100%;
  width: 260px;
  border: none;
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product {
    margin-left: 0;
    margin-right: 0;
    width: 140px;
    font-size: 14px;
    line-height: 150%;
  }
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0;
  padding: 17px 17px 0px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 12px;
    padding: 20px 10px 0px;
  }
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
  color: #3a3a3a;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 24px;
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image {
  border-bottom: 1px solid #F4F5F7;
  margin: 0;
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image img {
  margin: 0;
  aspect-ratio: 1;
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price.price {
  font-size: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 150%;
  font-weight: 600;
  color: #3A3A3A;
  text-align: left;
  margin: 0;
  padding: 20px 17px 0px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price.price {
    padding: 10px 10px 0px;
    font-size: 14px;
  }
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price.price span.vanaf {
  color: #B0B0B0;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price.price span.vanaf {
    font-size: 12px;
  }
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wp-block-button {
  width: 100%;
  padding: 15px 16px 30px;
  margin-top: 0;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wp-block-button {
    padding: 10px 10px 30px;
  }
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wp-block-button__link {
  background-color: #FF0083;
  border-radius: unset;
  width: 100%;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #FFFFFF;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wp-block-button__link {
    font-size: 12px;
  }
}
.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wp-block-button__link::after {
  background-image: url("../../images/icons/right-icon-product.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: 15px 16px;
  display: block;
  width: 15px;
  height: 16px;
  left: 10px;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wp-block-button__link::after {
    background-size: 9px 10px;
    width: 9px;
    height: 10px;
    left: 4px;
    top: 8px;
  }
}
.section-tips-inside-content .section.tips-content {
  display: flex;
  flex-direction: row;
  column-gap: 125px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content {
    flex-direction: column;
    column-gap: 0;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content {
  flex-basis: 76%;
  width: 76%;
  margin-bottom: 96px;
}
.section-tips-inside-content .section.tips-content .section-main-content .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image):last-of-type img {
  margin-bottom: 0px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content .wp-block-image {
  margin: 0;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content .wp-block-gallery.has-nested-images {
    row-gap: 20px;
  }
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content .wp-block-gallery.has-nested-images img {
    margin-bottom: 0;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content ol {
  list-style-type: none;
  padding-left: 15px;
  margin-top: -12px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content ol {
    font-size: 14px;
    line-height: 150%;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content ol li {
  margin-bottom: 8px;
  color: #616161;
  counter-increment: list;
  position: relative;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content ol li {
    margin-bottom: 10px;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content ol li::before {
  content: counter(list) ".";
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  color: #FF0083;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content ul {
    margin-top: -10px;
    padding-left: 7px;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content ul li {
  margin-bottom: 8px;
  color: #616161;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content table {
  table-layout: fixed;
  margin-top: 30px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content table {
    margin-top: 0;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content table thead {
  margin-bottom: 30px;
  background: #f7f7f7;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content table thead {
    margin-bottom: 10px;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content table thead::after {
  content: "";
  display: inline-table;
  border-collapse: separate;
  height: 1px;
  border-bottom: 1px solid #D8D8D8;
  min-width: 820px;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content table thead::after {
    height: 1px;
    min-width: 290px;
    width: 100%;
    margin-top: 10px;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content table thead tr th {
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 150%;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content table thead tr th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content table tbody {
    padding: 0 0 10px;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content table tbody tr {
  background-color: unset;
  border-bottom: 1px solid #D8D8D8;
  color: #616161;
  font-size: 16px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-main-content table tbody tr {
    font-size: 12px;
  }
}
.section-tips-inside-content .section.tips-content .section-main-content table tbody tr td {
  padding: 18px 0 18px;
}
.section-tips-inside-content .section.tips-content .section-sidebar {
  flex-basis: 20%;
  width: 23.8%;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar {
    width: 100%;
    margin-bottom: 90px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) {
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
  padding: 0;
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    display: none;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) .product-decor__widget-wrapper {
  width: 295px;
  min-width: 295px;
  margin: 0;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) .product-decor__widget-wrapper {
    width: 290px;
    min-width: 290px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) .product-decor__widget-wrapper iframe {
  max-width: 100%;
  margin: 40px 30px 0px 30px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) .catalog-advantages {
  width: auto;
  margin: 40px 30px;
  flex-direction: column;
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) .catalog-advantages .catalog-advantages__item {
  margin-top: 0;
  margin-bottom: 25px;
  max-width: 100%;
  column-gap: 17px;
  align-items: center;
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) .catalog-advantages .catalog-advantages__item:last-of-type {
  margin-bottom: 0px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) .catalog-advantages .catalog-advantages__item img {
  max-width: 31px;
  height: 36px;
  margin: 0;
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) .catalog-advantages .catalog-advantages__item div span {
  font-size: 16px;
  margin-bottom: 0;
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper:not(.mobile) .catalog-advantages .catalog-advantages__item div p {
  font-size: 14px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile {
  margin-top: 50px;
  padding: 40px 105px;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile {
    padding: 40px 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    display: flex;
  }
  .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile iframe {
    max-width: 280px;
    height: 160px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .product-decor__widget-wrapper {
  width: 327px;
  min-width: 380px;
  margin: 0px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .product-decor__widget-wrapper {
    width: 300px;
    min-width: 290px;
    margin: 0px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .catalog-advantages {
  column-gap: 20px;
  row-gap: 20px;
  justify-content: space-between;
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .catalog-advantages .catalog-advantages__item {
  column-gap: 18px;
  margin-top: 25px;
  width: 280px;
  height: 27px;
  margin-top: 0px;
  align-items: flex-start;
  max-width: 45%;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .catalog-advantages .catalog-advantages__item {
    flex-direction: row;
    text-align: left;
    height: 36px;
    column-gap: 10px;
    align-items: center;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .catalog-advantages .catalog-advantages__item img, .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .catalog-advantages .catalog-advantages__item svg {
  width: 21px;
  height: 21px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .catalog-advantages .catalog-advantages__item img, .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .catalog-advantages .catalog-advantages__item svg {
    width: 13px;
    height: 9px;
    margin: 0;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .catalog-advantages .catalog-advantages__item div span {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  color: #616161;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .product-decor__rating-wrapper.mobile .catalog-advantages .catalog-advantages__item div span {
    font-size: 12px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us {
  display: flex;
  flex-direction: column;
  padding: 50px 40px 40px;
  margin-top: 0;
  margin-bottom: 40px;
  color: #FFFFFF;
  background-color: #898989;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us {
    padding: 50px 40px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us h2 {
  font-size: 24px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 30px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div {
    margin-bottom: 25px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div:first-of-type div {
  border-bottom: 0;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div:last-of-type {
  margin-bottom: 0;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div img {
  width: 20px;
  height: 20px;
  margin: 0;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div div {
  margin-bottom: 0;
  border-bottom: 1px dashed #FFFFFF;
  flex-wrap: wrap;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div div span, .section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div div p {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div div span, .section-tips-inside-content .section.tips-content .section-sidebar .section-contact-us div div p {
    font-size: 14px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra {
  margin-top: 0px;
  margin-bottom: 40px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container {
  width: auto;
  margin: 0px;
  padding: 0px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards {
  column-gap: 0;
  flex-direction: column;
  row-gap: 40px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card img {
  height: 155px;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card img {
    height: 184px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card div {
  padding: 30px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card div {
    padding: 30px 15px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card div h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 574px) {
  .section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card div h1 {
    margin-bottom: 14px;
  }
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card div p {
  margin-bottom: 30px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card div img {
  margin-top: 0px;
  width: 100%;
  height: 100%;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card ~ .item-card iframe {
  display: none;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-extra .container .extra-cards .item-card ~ .item-card div p:last-of-type {
  margin-bottom: 0px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info {
  margin-top: 0px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container {
  width: auto;
  margin: 0px;
  padding: 0px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container .categories-info-cards {
  column-gap: 0;
  flex-direction: column;
  row-gap: 40px;
  display: flex;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container .categories-info-cards .info-card {
  position: relative;
  height: 330px;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container .categories-info-cards .info-card img {
  height: 100%;
  width: 100%;
  margin: 0;
  object-fit: cover;
  object-position: 85% 100%;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container .categories-info-cards .info-card .block-info {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: absolute;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  bottom: 0;
  transition: 0.5s linear;
  width: 100%;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container .categories-info-cards .info-card .block-info h4 {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #353B3C;
  vertical-align: top;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container .categories-info-cards .info-card .block-info span.vanaf {
  color: #7B7F80;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container .categories-info-cards .info-card .block-info span.price {
  color: #FF0083;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container .categories-info-cards .info-card .block-info span.price a {
  display: inline-flex;
}
.section-tips-inside-content .section.tips-content .section-sidebar .section-categories-info .container .categories-info-cards .info-card .block-info span.price a::before {
  background-image: url("../../images/icons/XMLID 1522.svg");
  background-size: 15px 11.5px;
  content: "";
  margin-left: 0 auto;
  background-repeat: no-repeat;
  width: 15px;
  height: 11.5px;
  cursor: pointer;
}

.decorations-advantages {
  background: #fff;
  text-align: center;
  padding: 60px 20px 40px;
}
@media (min-width: 768px) {
  .decorations-advantages {
    padding-top: 110px;
  }
}
.decorations-advantages h2 {
  font-size: 40px;
  font-weight: 700;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  margin-bottom: 50px;
}

.decorations-advantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1030px;
  margin: auto;
}

.decorations-advantages__item {
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
.decorations-advantages__item .decorations-advantages__item-icon {
  margin-bottom: 12px;
}
.decorations-advantages__item .decorations-advantages__item-title {
  color: #FF0083;
  margin-bottom: 16px;
  min-height: 47px;
}

.decorations-about__blocks {
  background: #fff;
}

.decorations-about__right-img-block,
.decorations-about__left-img-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 65px 0;
}
.decorations-about__right-img-block .decorations-about__text,
.decorations-about__left-img-block .decorations-about__text {
  width: 43%;
  max-width: 533px;
}
.decorations-about__right-img-block .decorations-about__text h2,
.decorations-about__left-img-block .decorations-about__text h2 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
.decorations-about__right-img-block .decorations-about__text ul li,
.decorations-about__left-img-block .decorations-about__text ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  color: #FF0083;
}
.decorations-about__right-img-block .decorations-about__text ul li:before,
.decorations-about__left-img-block .decorations-about__text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background: url("/wp-content/themes/dakraamplaza-v3/images/icons/checkmark.svg") no-repeat 0 0;
  background-size: contain;
}
.decorations-about__right-img-block .decorations-about__image,
.decorations-about__left-img-block .decorations-about__image {
  width: 49%;
  max-width: 610px;
}
.decorations-about__right-img-block .decorations-about__image img,
.decorations-about__left-img-block .decorations-about__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .decorations-about__right-img-block .decorations-about__text,
.decorations-about__left-img-block .decorations-about__text {
    width: 100%;
    max-width: none;
    order: 3;
    margin-top: 40px;
  }
  .decorations-about__right-img-block .decorations-about__image,
.decorations-about__left-img-block .decorations-about__image {
    width: 100%;
    margin: auto;
  }
}

.decorations-about__left-img-block .decorations-about__text h2 {
  margin: 15px 0 30px;
}

.decorations-simple-block {
  background: #fff;
  padding: 65px 0 107px;
}
.decorations-simple-block .container:before {
  content: "";
  display: block;
  height: 3px;
  background: #FF0083;
}
.decorations-simple-block h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 48px 0 30px;
}

.catalog-display-size {
  display: inline-flex;
  align-items: center;
  background: #EBEBEB;
  padding: 3px 19px;
  min-height: 60px;
}
.catalog-display-size svg {
  margin-right: 15px;
  flex-shrink: 0;
}
.catalog-display-size p {
  margin: 0;
}

.catalog-top-nav {
  width: 610px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .catalog-top-nav {
    width: 475px;
  }
}
@media (max-width: 991px) {
  .catalog-top-nav {
    width: 100%;
  }
}

.catalog-top-nav__back {
  position: absolute;
  right: 0;
}

@media (min-width: 992px) {
  .tips-inside-main {
    padding-top: 50px;
  }
}
@media (max-width: 1359px) {
  .section-tips-inside-content .section-title {
    min-width: auto;
  }
  .section-tips-inside-content .section-title.tips-content {
    column-gap: 60px;
  }
  .section-tips-inside-content .section-title.tips-content .section-sidebar {
    min-width: 300px;
  }
  .section-tips-inside-content .section.tips-content {
    column-gap: 60px;
  }
  .section-tips-inside-content .section.tips-content .section-sidebar {
    min-width: 300px;
  }
}
@media (max-width: 991px) {
  .section-tips-inside-content .section.tips-content .section-sidebar {
    display: none;
  }
  .section-tips-inside-content .section.tips-content .section-main-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.woocommerce form.login, .dkrp-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  background: #c4c4c466;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease;
}
.woocommerce form.login.open, .dkrp-popup-wrap.open {
  opacity: 1;
  pointer-events: all;
}
.woocommerce form.login .dkrp-login-wrap,
.woocommerce form.login .dkrp-popup, .dkrp-popup-wrap .dkrp-login-wrap,
.dkrp-popup-wrap .dkrp-popup {
  padding: 60px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
  padding: 60px;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.07);
  border-top: 3px solid #ff0083;
  border-radius: 0;
  max-width: 600px;
  width: 100%;
}
.woocommerce form.login .dkrp-login-wrap .dkrp-close-popup,
.woocommerce form.login .dkrp-popup .dkrp-close-popup, .dkrp-popup-wrap .dkrp-login-wrap .dkrp-close-popup,
.dkrp-popup-wrap .dkrp-popup .dkrp-close-popup {
  display: flex;
  position: absolute;
  top: 40px;
  right: 60px;
  height: 25px;
  width: 25px;
  justify-content: center;
  align-items: center;
}
.woocommerce form.login .dkrp-login-wrap .dkrp-close-popup:before, .woocommerce form.login .dkrp-login-wrap .dkrp-close-popup:after,
.woocommerce form.login .dkrp-popup .dkrp-close-popup:before,
.woocommerce form.login .dkrp-popup .dkrp-close-popup:after, .dkrp-popup-wrap .dkrp-login-wrap .dkrp-close-popup:before, .dkrp-popup-wrap .dkrp-login-wrap .dkrp-close-popup:after,
.dkrp-popup-wrap .dkrp-popup .dkrp-close-popup:before,
.dkrp-popup-wrap .dkrp-popup .dkrp-close-popup:after {
  display: flex;
  content: "";
  width: 1px;
  height: 100%;
  background: #3A3A3A;
  transform: rotate(45deg);
  position: absolute;
}
.woocommerce form.login .dkrp-login-wrap .dkrp-close-popup:before,
.woocommerce form.login .dkrp-popup .dkrp-close-popup:before, .dkrp-popup-wrap .dkrp-login-wrap .dkrp-close-popup:before,
.dkrp-popup-wrap .dkrp-popup .dkrp-close-popup:before {
  transform: rotate(135deg);
}
.woocommerce form.login .dkrp-login-wrap .login-page__title,
.woocommerce form.login .dkrp-popup .login-page__title, .dkrp-popup-wrap .dkrp-login-wrap .login-page__title,
.dkrp-popup-wrap .dkrp-popup .login-page__title {
  margin-block-end: 10px;
}
.woocommerce form.login .dkrp-login-wrap p,
.woocommerce form.login .dkrp-popup p, .dkrp-popup-wrap .dkrp-login-wrap p,
.dkrp-popup-wrap .dkrp-popup p {
  margin: 0 0 21px;
}
.woocommerce form.login .dkrp-login-wrap .form-row-group,
.woocommerce form.login .dkrp-popup .form-row-group, .dkrp-popup-wrap .dkrp-login-wrap .form-row-group,
.dkrp-popup-wrap .dkrp-popup .form-row-group {
  display: flex;
  gap: 8px;
}
.woocommerce form.login .dkrp-login-wrap .lost_password,
.woocommerce form.login .dkrp-popup .lost_password, .dkrp-popup-wrap .dkrp-login-wrap .lost_password,
.dkrp-popup-wrap .dkrp-popup .lost_password {
  margin-bottom: 35px;
}
.woocommerce form.login .dkrp-login-wrap .lost_password .login-page__forgot-password,
.woocommerce form.login .dkrp-popup .lost_password .login-page__forgot-password, .dkrp-popup-wrap .dkrp-login-wrap .lost_password .login-page__forgot-password,
.dkrp-popup-wrap .dkrp-popup .lost_password .login-page__forgot-password {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .woocommerce form.login .dkrp-login-wrap,
.woocommerce form.login .dkrp-popup, .dkrp-popup-wrap .dkrp-login-wrap,
.dkrp-popup-wrap .dkrp-popup {
    padding: 30px 15px;
    margin-bottom: 30px;
    width: calc(100% - 30px);
  }
  .woocommerce form.login .dkrp-login-wrap .dkrp-close-popup,
.woocommerce form.login .dkrp-popup .dkrp-close-popup, .dkrp-popup-wrap .dkrp-login-wrap .dkrp-close-popup,
.dkrp-popup-wrap .dkrp-popup .dkrp-close-popup {
    top: 15px;
    right: 15px;
  }
  .woocommerce form.login .dkrp-login-wrap p,
.woocommerce form.login .dkrp-popup p, .dkrp-popup-wrap .dkrp-login-wrap p,
.dkrp-popup-wrap .dkrp-popup p {
    margin: 0 0 14px;
  }
}

.header.dkrp-header {
  box-shadow: 0 0 4px #00000033;
  height: 158px;
}
.header.dkrp-header .header-rating {
  height: 94px;
  background: white;
  position: relative;
}
.header.dkrp-header .header-rating .container.d-flex {
  padding: 0 15px;
}
.header.dkrp-header .header-rating .header-logo {
  height: 40px;
  width: 258px;
}
.header.dkrp-header .header-rating .header-logo a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header.dkrp-header .header-rating .header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: -3px;
}
.header.dkrp-header .header-rating .header-rating__wrapper {
  min-width: calc(100% - 258px);
  margin: 0;
  justify-content: space-between;
}
.header.dkrp-header .header-rating .header-rating__pic {
  align-items: center;
  height: 42px;
  width: 48px;
  min-width: 48px;
  margin: 0 20px;
}
.header.dkrp-header .header-rating .header-rating__pic iframe {
  width: 41px;
  height: 55px;
}
.header.dkrp-header .header-rating .header-rating__list {
  margin: 0 35px;
}
.header.dkrp-header .header-rating .header-rating__list .slide img {
  margin-right: 12px;
}
.header.dkrp-header .dkrp-head-hr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.header.dkrp-header .dkrp-head-hr:before {
  content: "";
  display: flex;
  height: 1px;
  width: 100%;
  background: #EDEDED;
}
.header.dkrp-header .container .header-wrapper {
  padding: 0;
  height: 65px;
}
.header.dkrp-header .header-menu {
  font-family: "Gilroy";
  gap: clamp(30px, 2.25vw, 46px);
  font-weight: 600;
  font-size: 14px;
}
.header.dkrp-header .header-menu > li > a {
  padding: 0;
}
@media (min-width: 992px) {
  .header.dkrp-header .header-menu > li > a {
    white-space: nowrap;
    font-size: clamp(12px, 1.03vw, 14px);
  }
}
.header.dkrp-header .header-search-btn {
  padding: 8px;
  margin: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 1199px) {
  .header.dkrp-header .header-search-btn {
    padding: 0;
    margin: 0;
    margin-left: 10px;
  }
}
.header.dkrp-header .header-search-btn:hover svg path {
  stroke: #ff0083;
}
.header.dkrp-header .dkrp-header-search {
  display: flex;
  opacity: 0;
  pointer-events: none;
  position: relative;
  padding: 30px 15px;
  flex-wrap: wrap;
  transition: opacity 150ms ease;
  z-index: -1;
}
.header.dkrp-header .dkrp-header-search .dkrp-head-hr {
  bottom: auto;
  top: 0;
  padding: 0 15px;
}
.header.dkrp-header .dkrp-header-search #header-search {
  width: 100%;
  height: 57px;
}
.header.dkrp-header .dkrp-header-search #header-search label {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 33px;
  background: #F4F5F7;
  position: relative;
}
.header.dkrp-header .dkrp-header-search #header-search label .dkrp-close-search {
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header.dkrp-header .dkrp-header-search #header-search label .dkrp-close-search:before, .header.dkrp-header .dkrp-header-search #header-search label .dkrp-close-search:after {
  display: flex;
  content: "";
  width: 1px;
  height: 100%;
  background: #3A3A3A;
  transform: rotate(45deg);
  position: absolute;
}
.header.dkrp-header .dkrp-header-search #header-search label .dkrp-close-search:before {
  transform: rotate(135deg);
}
.header.dkrp-header .dkrp-header-search #header-search input {
  border: none;
  width: 100%;
  line-height: 21px;
  background: none;
  background-image: linear-gradient(0deg, transparent, transparent);
  font-family: "GILROY";
  font-weight: 400;
  font-size: 14px;
  margin-left: 16px;
}
.header.dkrp-header .dkrp-header-search #header-search .label-image {
  height: 13px;
  width: 13px;
  object-fit: contain;
}
.header.dkrp-header .dkrp-header-search .results-wrap {
  display: none;
  width: 100%;
  max-height: calc(100vh - 246px);
  overflow: auto;
}
.header.dkrp-header .dkrp-header-search .results-wrap::-webkit-scrollbar {
  width: 4px;
}
.header.dkrp-header .dkrp-header-search .results-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.header.dkrp-header .dkrp-header-search .results-wrap::-webkit-scrollbar-thumb {
  background-color: #3a3a3a4f;
  border-radius: 20px;
  border: none;
}
@media (max-width: 991px) {
  .header.dkrp-header .dkrp-header-search .results-wrap {
    max-height: calc(100vh - 156px);
  }
}
.header.dkrp-header .dkrp-header-search .results-wrap .search-results {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.header.dkrp-header .dkrp-header-search .results-wrap .search-results .dkrp-search-result {
  width: 30%;
  min-width: 320px;
  flex-grow: 1;
  display: flex;
  background: #f4f5f7;
  padding: 10px;
  gap: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  text-decoration: none;
}
.header.dkrp-header .dkrp-header-search .results-wrap .search-results .dkrp-search-result-filler {
  width: 30%;
  min-width: 320px;
  flex-grow: 1;
}
.header.dkrp-header .dkrp-header-search .results-wrap .search-results .dkrp-search-result img {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
.header.dkrp-header .dkrp-header-search .results-wrap .search-results .dkrp-search-result .name {
  display: flex;
  flex-direction: column;
  font-family: "Gilroy";
  font-weight: 500;
}
.header.dkrp-header .dkrp-header-search .results-wrap .search-results .dkrp-search-result .name .description {
  font-weight: 400;
  font-size: 14px;
  white-space: pre-line;
  margin-top: 10px;
}
.header.dkrp-header.open-search {
  height: 278px;
}
.header.dkrp-header.open-search .dkrp-header-search {
  opacity: 1;
  pointer-events: all;
}
.header.dkrp-header.open-search.open-results {
  height: calc(100vh + 95px);
}
.header.dkrp-header.open-search.open-results .results-wrap {
  display: flex;
}
.header.dkrp-header.fixed {
  top: -95px;
  height: 158px;
}
.header.dkrp-header.fixed .header-rating {
  margin-top: 0;
}
.header.dkrp-header.fixed.open-search {
  height: 278px;
}
.header.dkrp-header.fixed.open-search .dkrp-header-search {
  opacity: 1;
  pointer-events: all;
}
.header.dkrp-header.fixed.open-search.open-results {
  height: calc(100vh + 95px);
}
.header.dkrp-header.fixed.open-search.open-results .results-wrap {
  display: flex;
  max-height: calc(100vh - 152px);
}
.header.dkrp-header.search-loading .dkrp-close-search:before, .header.dkrp-header.search-loading .dkrp-close-search:after {
  opacity: 0;
}
.header.dkrp-header.search-loading .dkrp-close-search .loading-spinner {
  display: flex;
}
.header.dkrp-header .header-logo.dkrp-mobile-logo {
  display: none;
}
@media (max-width: 1359px) and (min-width: 1199px) {
  .header.dkrp-header .header-rating .header-rating__list {
    margin: 0;
    justify-content: space-evenly;
  }
  .header.dkrp-header .header-rating .header-logo {
    width: 160px;
  }
  .header.dkrp-header .header-rating .header-rating__wrapper {
    min-width: calc(100% - 160px);
  }
  .header.dkrp-header .header-rating .header-rating__pic {
    margin: 0;
  }
  .header.dkrp-header .header-menu {
    gap: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header.dkrp-header .header-rating .header-rating__list {
    margin: 0;
    justify-content: space-evenly;
  }
  .header.dkrp-header .header-rating .header-rating__list .slide {
    padding: 0 5px;
  }
  .header.dkrp-header .header-rating .header-rating__list .slide img {
    margin-right: 4px;
  }
  .header.dkrp-header .header-rating .header-logo {
    width: 160px;
  }
  .header.dkrp-header .header-rating .header-rating__wrapper {
    min-width: calc(100% - 160px);
  }
  .header.dkrp-header .header-rating .header-rating__pic {
    margin: 0;
  }
  .header.dkrp-header .header-menu {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .header.dkrp-header {
    height: 65px;
  }
  .header.dkrp-header.fixed {
    top: 0;
    height: 65px;
  }
  .header.dkrp-header.fixed.open-search {
    height: 166px;
  }
  .header.dkrp-header.fixed.open-search .dkrp-header-search {
    opacity: 1;
    pointer-events: all;
  }
  .header.dkrp-header.open-search {
    height: 166px;
  }
  .header.dkrp-header .dkrp-header-search {
    padding: 22px 15px;
  }
  .header.dkrp-header .header-logo.dkrp-mobile-logo {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .header.dkrp-header .header-logo.dkrp-mobile-logo a {
    display: block;
    width: 100%;
    max-height: 28px;
  }
  .header.dkrp-header .header-logo.dkrp-mobile-logo img {
    max-height: 28px;
    margin-right: 15px;
  }
}
.header.dkrp-header.under-admin-bar {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .header.dkrp-header.under-admin-bar {
    margin-top: 46px;
  }
}

.header-spacer {
  height: 158px;
}
@media (max-width: 991px) {
  .header-spacer {
    height: 65px;
  }
}

.mobile-menu__wrapper {
  top: 65px;
}

.woocommerce-input-wrapper {
  position: relative;
}

.address-suggestions {
  display: none;
  max-height: 150px;
  overflow: auto;
  background: white;
  border: 1px solid #c4c4c4;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border-top: none;
  margin-top: -1px;
  min-width: 200px;
}
.address-suggestions::-webkit-scrollbar {
  width: 4px;
}
.address-suggestions::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 5px;
}
.address-suggestions .address-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.address-suggestions .address-options .option-item {
  cursor: pointer;
  width: 100%;
  transition: background 150ms ease;
  text-align: center;
}
.address-suggestions .address-options .option-item:is(:hover, :focus, :focus-within) {
  background: #e9e9e9;
}

input:focus + .address-suggestions,
.address-suggestions:hover,
.address-suggestions:focus,
.address-suggestions:focus-within {
  display: block;
  margin-top: 0;
}

@keyframes simple_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.checkout-notify {
  background: #fff;
  display: block;
  margin-bottom: 20px;
  padding: 30px 60px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  border-bottom: 3px solid #ff0083;
  width: 100%;
}
.checkout-notify.product-notify {
  border-top: 2px solid #ff0083;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 2px solid #ff0083;
  width: calc(50% - 15px);
}
.checkout-notify.product-notify.product-single {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .checkout-notify {
    padding: 20px 30px;
  }
}
@media (max-width: 574px) {
  .checkout-notify {
    padding: 20px 15px;
  }
}
.checkout-notify p:last-child {
  margin: 0;
}
.checkout-notify strong {
  font-family: Gilroy, sans-serif;
  font-weight: 800;
}

.product-buttons {
  flex-wrap: wrap;
}

.product-buttons .btn {
  max-width: 40%;
  flex-grow: 1;
}

.checkout-notify.product-notify.product-single {
  width: 100%;
  margin-top: 20px;
}

.is-nl .hide-nl {
  display: none;
}
.is-nl #billing_country_custom_field,
.is-nl #shipping_country_custom_field {
  grid-column-end: span 4;
}
.is-nl .woocommerce-address-fields #billing_country_field,
.is-nl .woocommerce-address-fields #shipping_country_field {
  min-width: 100%;
}
.is-nl .woocommerce-address-fields #billing_street_field,
.is-nl .woocommerce-address-fields #shipping_street_field {
  display: none;
}

.woocommerce-address-fields .woocommerce-input-wrapper.woocommerce-invalid input {
  border-color: #a00;
}

.billing-delay-note, .shipping-delay-note {
  display: flex;
  width: 100%;
  grid-column-end: span 4;
  justify-content: start;
  gap: 8px;
  align-items: center;
  margin-top: -60px;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-in-out;
}
.billing-delay-note.show-note, .shipping-delay-note.show-note {
  margin-top: 0;
  opacity: 1;
  pointer-events: all;
}
.billing-delay-note p, .shipping-delay-note p {
  margin: 0;
  line-height: 1;
  font-family: "Gilroy";
  font-weight: 400;
}
.billing-delay-note svg, .shipping-delay-note svg {
  height: 20px;
  width: 20px;
  min-width: 20px;
}

.dkrp-pickup-notification {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  padding-left: 35px;
}
@media (max-width: 574px) {
  .dkrp-pickup-notification {
    font-size: 14px;
  }
}

.dkrp-shipping-switch {
  grid-column-end: span 4;
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 14px;
}
@media (max-width: 574px) {
  .dkrp-shipping-switch {
    gap: 12px;
  }
}
.dkrp-shipping-switch div.checkout-title {
  width: 100%;
  margin: 0;
}
.dkrp-shipping-switch .dkpr-method {
  width: calc(50% - 21px / 2);
}
.dkrp-shipping-switch .dkpr-method.wide-method {
  width: 100%;
}
@media (max-width: 574px) {
  .dkrp-shipping-switch .dkpr-method {
    width: 100%;
  }
}
.dkrp-shipping-switch .dkpr-method label {
  border: 1px solid #c4c4c4;
  height: 68px;
  padding: 0 20px 0 60px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.dkrp-shipping-switch .dkpr-method label:before {
  top: calc(50% - 11px);
  left: 30px;
}
.dkrp-shipping-switch .dkpr-method label:after {
  top: calc(50% - 5px);
  left: 36px;
}
.dkrp-shipping-switch .dkpr-method span {
  color: #999999;
}
.dkrp-shipping-switch .dkpr-method .free-method {
  color: #ff0083;
}
.dkrp-shipping-switch .dkpr-method input:checked + label {
  border-color: #ff0083;
  background: #FFFAFD;
}
.dkrp-shipping-switch .dkpr-method input:checked + label span {
  color: #3a3a3a;
}
.dkrp-shipping-switch .dkpr-method input:checked + label .free-method {
  color: #ff0083;
}

.plaza-shipping-day-option {
  grid-column-end: span 4;
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  justify-content: space-between;
  margin-top: -11px;
  margin-bottom: 31px;
}
.plaza-shipping-day-option div.checkout-title {
  width: 100%;
  margin: 0;
  white-space: nowrap;
}
.plaza-shipping-day-option label {
  width: 25%;
  flex-grow: 1;
  border: 1px solid #c4c4c4;
  padding: 0 20px 0 60px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 500;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  height: 52px;
  cursor: pointer;
  margin: 0;
  min-width: 150px;
}
.plaza-shipping-day-option label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.plaza-shipping-day-option label:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 1px solid #ff008359;
  top: calc(50% - 11px);
  left: 30px;
}
.plaza-shipping-day-option label:after {
  display: none;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff0083;
  top: calc(50% - 5px);
  left: 36px;
}
.plaza-shipping-day-option label:has(input:checked) {
  border-color: #ff0083;
  background: #FFFAFD;
}
.plaza-shipping-day-option label:has(input:checked):after {
  display: block;
}

.dkrp-checkout-form-note {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 30px;
  background: #F4F5F7;
  opacity: 0;
  margin-top: -110px;
  pointer-events: none;
  transition: all 250ms cubic-bezier(0.6, 0, 0.6, 0.01);
}
.dkrp-checkout-form-note svg {
  min-width: 20px;
  height: 21px;
}
.dkrp-checkout-form-note p {
  margin: 0;
}
.dkrp-checkout-form-note.open {
  margin-top: 0;
  opacity: 1;
}

.blockUI.loading {
  background: #FFFFFFC4 !important;
  opacity: 1 !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.variations_form .blockUI.loading {
  transform: scale(1) !important;
}

.dkrp-window-installation {
  display: flex;
  background: rgba(255, 255, 255, 0.92);
  margin-bottom: 60px;
  order: 3;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .dkrp-window-installation {
    flex-direction: column-reverse;
  }
}
@media (max-width: 990px) {
  .dkrp-window-installation {
    order: unset;
  }
}
.dkrp-window-installation.in-cart {
  margin-block: 60px 0;
  flex-direction: row-reverse;
}
.dkrp-window-installation.in-cart.in-checkout {
  margin-top: 25px;
}
@media (max-width: 990px) {
  .dkrp-window-installation.in-cart.in-checkout {
    margin-block: 0 20px;
  }
}
.dkrp-window-installation.in-cart .dkrp-i-image {
  height: 338px;
  width: 430px;
}
@media (max-width: 990px) {
  .dkrp-window-installation.in-cart .dkrp-i-image {
    width: 320px;
    height: clamp(210px, 50vw, 320px);
  }
}
@media (max-width: 767px) {
  .dkrp-window-installation.in-cart .dkrp-i-image {
    width: 100%;
  }
}
.dkrp-window-installation.in-cart .dkrp-i-logo {
  display: none;
}
@media (max-width: 990px) {
  .dkrp-window-installation.in-cart {
    margin-block: 0 20px;
  }
}
@media (max-width: 767px) {
  .dkrp-window-installation.in-cart {
    flex-direction: column-reverse;
  }
  .dkrp-window-installation.in-cart .dkrp-i-text {
    min-height: clamp(210px, 50vw, 320px);
    padding: 60px max(calc(50% - 200px), 15px);
    height: auto;
    text-align: unset;
  }
  .dkrp-window-installation.in-cart .btn.btn-filled {
    width: 100%;
  }
}
.dkrp-window-installation.in-cart .dkrp-i-calculate {
  display: none;
  margin-bottom: 30px;
}
.dkrp-window-installation.in-cart .dkrp-i-text-content p {
  margin-bottom: 20px;
  line-height: 2;
  text-align: left;
  margin-left: 0;
}
.dkrp-window-installation.in-cart.calculated .dkrp-i-calculate {
  display: flex;
}
.dkrp-window-installation.in-cart.calculated .dkrp-i-calculate .dkrp-i-desc .dkrp-i-title {
  font-size: 18px;
}
.dkrp-window-installation.in-cart.calculated .dkrp-i-calculate .dkrp-i-desc .dkrp-note {
  font-size: 14px;
  max-width: 200px;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 0;
}
.dkrp-window-installation.in-cart.calculated .dkrp-i-calculate .dkrp-i-price {
  margin: auto;
  font-weight: 700;
  font-size: 20px;
  color: #ff0083;
  white-space: nowrap;
}
.dkrp-window-installation.in-cart.calculated .dkrp-i-image {
  height: 420px;
}
@media (max-width: 767px) {
  .dkrp-window-installation.in-cart.calculated .dkrp-i-image {
    width: 100%;
    height: clamp(210px, 50vw, 320px);
  }
}
.dkrp-window-installation .dkrp-i-image {
  width: 400px;
}
@media (max-width: 767px) {
  .dkrp-window-installation .dkrp-i-image {
    width: 100%;
    height: clamp(210px, 50vw, 320px);
  }
}
.dkrp-window-installation .dkrp-i-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  app-region: no-drag;
  object-position: right top;
}
.dkrp-window-installation .dkrp-plaatsen-btn {
  margin-top: 27px;
}
.dkrp-window-installation .dkrp-i-text {
  flex-grow: 1;
  display: flex;
  padding-left: 90px;
  height: 100%;
  align-items: center;
  margin: auto;
  gap: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .dkrp-window-installation .dkrp-i-text {
    position: relative;
    padding: 50px 15px;
    text-align: center;
    min-height: clamp(210px, 50vw, 320px);
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 990px) {
  .dkrp-window-installation .dkrp-i-text {
    padding: 25px 25px;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .dkrp-window-installation .dkrp-i-logo {
    position: absolute;
    inset: 0;
    padding: min(50px, 5vw) 15px 30%;
    pointer-events: none;
  }
}
.dkrp-window-installation .dkrp-i-logo img {
  width: 132px;
  height: 144px;
}
@media (max-width: 767px) {
  .dkrp-window-installation .dkrp-i-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.dkrp-window-installation .dkrp-i-text-content h3 {
  margin: 0;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.dkrp-window-installation .dkrp-i-text-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Gilroy";
  color: #616161;
  max-width: 328px;
}
@media (max-width: 767px) {
  .dkrp-window-installation .dkrp-i-text-content p {
    margin: auto;
    font-size: 14px;
  }
}

.product-main .dkrp-window-installation .dkrp-i-text {
  padding-block: 40px;
}
.product-main .dkrp-window-installation .dkrp-i-text-content {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-left: auto;
}
.product-main .dkrp-window-installation .dkrp-i-text-content p {
  max-width: 420px;
}
.product-main .dkrp-window-installation .dkrp-i-logo {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 1199px) {
  .product-main .dkrp-window-installation .dkrp-i-logo img {
    opacity: 0.5;
    height: 180px;
    width: 100%;
    pointer-events: none;
  }
  .product-main .dkrp-window-installation .dkrp-i-logo {
    margin-bottom: auto;
  }
}

.dkrp-header-line {
  background: #f8d7e8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all 300ms ease;
  gap: 20px;
}
.dkrp-header-line a {
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  height: 10px;
  padding-bottom: 2px;
  box-sizing: content-box;
  text-decoration: none;
}
.dkrp-header-line a svg {
  height: 10px;
}
.dkrp-header-line svg {
  max-width: 16px;
  max-height: 16px;
  display: inline-flex;
  margin-bottom: -2px;
}
.dkrp-header-line .line-item {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
@media (max-width: 768px) {
  .dkrp-header-line {
    justify-content: start;
  }
  .dkrp-header-line .line-item {
    display: flex;
    gap: 8px;
    width: 100%;
    min-width: 100%;
    padding-inline: 16px;
    justify-content: center;
    animation: header_line_slide 8s ease infinite;
  }
  .dkrp-header-line .line-item a {
    justify-content: start;
    width: auto;
  }
  .dkrp-header-line .line-item span {
    white-space: nowrap;
    display: inline;
  }
}
@media (max-width: 574px) {
  .dkrp-header-line span {
    display: none;
  }
  .dkrp-header-line a {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
}

.fixed .dkrp-header-line {
  transform: scaleY(0);
  transform-origin: top;
}

.dkrp-button-row {
  display: flex;
  gap: 16px;
}
@media (max-width: 540px) {
  .dkrp-button-row {
    flex-direction: column;
  }
}

.open-search .dkrp-header-line {
  opacity: 0;
  pointer-events: none;
}

.header-spacer.spacer-liner {
  height: 199px;
}
@media (max-width: 991px) {
  .header-spacer.spacer-liner {
    height: 106px;
  }
}
@media (max-width: 574px) {
  .header-spacer.spacer-liner {
    height: 65px;
  }
}

.header-right {
  z-index: 2;
}

.dkrp-installation-popup {
  --scroll-width: 17px;
  position: fixed;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  inset: 0;
  background: #c4c4c466;
  justify-content: center;
  align-items: baseline;
  display: flex;
  padding: 15vh 0;
  transition: opacity 250ms ease;
  overflow: auto;
  right: calc(-1 * var(--scroll-width));
}
.dkrp-installation-popup.drkp-i-open {
  z-index: 999999999;
  opacity: 1;
  pointer-events: all;
}
.dkrp-installation-popup .dkrp-i-popup-content {
  padding: 60px 100px;
  background: white;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header {
  width: 100%;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header .title {
  margin: 0;
  font-size: 40px;
  text-align: center;
  max-width: 550px;
  margin: auto;
  font-weight: 600;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header .dkr-i-close-popup {
  position: absolute;
  right: 80px;
  top: 60px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  border-radius: 45px;
  transition: all 150ms ease;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header .dkr-i-close-popup:before, .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header .dkr-i-close-popup:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 26px;
  background: #3A3A3A;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header .dkr-i-close-popup:after {
  transform: rotate(90deg);
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header .dkr-i-close-popup:hover {
  background: #cdcdcd66;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header .dkr-i-close-popup {
    right: 40px;
  }
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation {
  width: 50px;
  margin-right: 55px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: center;
  padding: 5px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  --nav-color: #E4E4E4;
  color: white;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  background: var(--nav-color);
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  border-radius: 50px;
  z-index: 0;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li:after {
  content: "";
  position: absolute;
  width: 1px;
  bottom: 40px;
  height: 38px;
  background: var(--nav-color);
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li.active {
  --nav-color: #ff0083;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li.current:before {
  border: 1px solid var(--nav-color);
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li.current:after {
  bottom: 45px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li.current + li:after {
  height: 33px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li:first-child:after {
  content: none;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li:first-child + li:after {
  --nav-color: #ff0083;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab {
  display: none;
  width: calc(100% - 105px);
  flex-direction: column;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab.popup-full {
  position: absolute;
  inset: 0;
  background: white;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 460px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab.active {
  display: flex;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-step-text {
  font-size: 18px;
  color: #898989;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab h4.dkrp-i-step-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab h4.dkrp-i-step-title.mr-top {
  margin-top: 50px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab p.note {
  color: #616161;
  font-size: 16px;
  margin-bottom: 20px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-comp-wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkpr-zip-options {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  box-shadow: 0 2px 12px 0px #e4e4e4;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkpr-zip-options .dkrp-zip-item {
  width: 400px;
  max-width: 100%;
  border: 1px solid #c4c4c487;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 500;
  border-top: none;
  cursor: pointer;
  transition: all 150ms ease;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkpr-zip-options .dkrp-zip-item:hover {
  background: #e4e4e480;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label {
  margin: 0;
  display: flex;
  position: relative;
  max-width: 400px;
  gap: 8px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label input {
  width: 400px;
  max-width: 100%;
  height: 68px;
  border: 1px solid #c4c4c4;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label input::placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label #dkrp-i-postcode {
  text-transform: uppercase;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label input[type=checkbox], .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label input[type=radio] {
  position: absolute;
  z-index: -1;
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label input[type=checkbox]:checked + .cb-visual:after, .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label input[type=radio]:checked + .cb-visual:after {
  content: "";
  background-image: url("../../images/icons/check-pink.svg");
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label input[type=checkbox].error + .cb-visual, .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label input[type=radio].error + .cb-visual {
  animation: 0.5s cubic-bezier(0.45, -0.01, 0.12, 0.86) running errornotice;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label .cb-visual {
  height: 21px;
  width: 21px;
  display: flex;
  background: #f0f0f0;
  cursor: pointer;
  position: relative;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label.success input {
  border-color: #27AE60;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label.error input {
  border-color: #a00;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label.loading .loading-spinner {
  position: absolute;
  --spinner-color: #ff0083;
  right: 20px;
  top: 20px;
  font-size: 2.6px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab label span {
  font-weight: 500;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .comp-item {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 46px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E4E4E4;
  gap: 5px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .comp-item:first-child {
  border-top: 0;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .comp-item label {
  position: absolute;
  left: 0;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .comp-item strong.comp-name {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .comp-item .comp-score {
  font-size: 14px;
  color: #616161;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .comp-item .comp-score .score-stars {
  display: inline-flex;
  gap: 2px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .comp-item .comp-score .score-stars i.star {
  width: 12px;
  display: inline-flex;
  height: 12px;
  background-image: url(../../images/icons/star-state.svg);
  background-repeat: no-repeat;
  background-size: 36px 12px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .comp-item .comp-score .score-stars i.star.star-05 {
  background-position: center;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .comp-item .comp-score .score-stars i.star.star-0 {
  background-position: right;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab a.show-more {
  color: #ff0083;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab a.show-more:after {
  content: "";
  background-image: url(../../images/icons/arrow-down-pink.svg);
  width: 14px;
  height: 11px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-left: 5px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row {
  display: flex;
  gap: 25px;
  width: 400px;
  max-width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn {
  height: 53px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn.btn-arrow:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid transparent;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin-left: 4px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn.btn-arrow-back {
  border: none;
  text-align: left;
  justify-content: left;
  padding: 0;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn.btn-arrow-back:before {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid transparent;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(-135deg);
  margin-inline: 4px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn.btn-arrow-back:hover {
  padding-left: 50px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn[data-nav-target=close] {
  color: #898989;
  border: none;
  text-align: left;
  justify-content: left;
  padding: 0;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn[data-nav-target=close]:hover {
  background: none;
  color: #ff0083;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-fields .dkrp-i-btn-row {
  flex-wrap: wrap;
  width: 100%;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-field-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-photo-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader.uploader-template {
  display: none;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader:not(.preview-mode) {
  width: 100%;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader input[type=file] {
  display: none;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader label {
  cursor: pointer;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader .uploader-title {
  color: #ff0083;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader .preview,
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader .remove {
  display: none;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader.preview-mode {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #61616117;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader.preview-mode label {
  display: none;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader.preview-mode img.preview {
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader.preview-mode .remove {
  display: flex;
  background: #FF0083;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader.preview-mode .remove:after, .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader.preview-mode .remove:before {
  content: "";
  height: 1px;
  width: 16px;
  background: white;
  position: absolute;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader.preview-mode .remove:after {
  transform: rotate(90deg);
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab img.success-bg {
  position: absolute;
  height: 291px;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  app-region: no-drag;
  max-height: 50%;
  top: 18%;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .success-content {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  max-width: 520px;
  text-align: center;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .success-content h3.success-title {
  color: #ff0083;
  font-size: 40px;
  font-weight: 600;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .success-content p.success-message {
  color: #616161;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 48px;
}
.dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .success-content .btn {
  margin: auto;
  width: 260px;
}
.dkrp-installation-popup .dkrp-i-popup-content > span.loading-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffffde;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  font-size: 4px;
  transition: opacity 150ms ease;
}
.dkrp-installation-popup.loading .dkrp-i-popup-content > span.loading-spinner {
  --spinner-color: #ff0083;
  z-index: 1;
  pointer-events: all;
  opacity: 1;
}

@media (max-width: 767px) {
  .dkrp-installation-popup .dkrp-i-popup-content {
    width: 400px;
    max-width: 100%;
    padding: 50px 15px 30px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header .dkr-i-close-popup {
    right: 10px;
    top: 10px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-header .title {
    font-size: 24px;
    max-width: 230px;
    line-height: 1.4;
    margin-bottom: 45px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    margin: auto;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li:after {
    bottom: unset;
    max-height: 1px;
    width: 85px;
    right: 40px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li.current:after {
    right: 45px;
    bottom: unset;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-navigation .dkrp-i-nav li.current + li:after {
    width: 80px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab {
    width: 100%;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-step-text {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab h4.dkrp-i-step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab p.note {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row {
    flex-direction: column-reverse;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn[data-nav-target=close] {
    justify-content: center;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn.btn-arrow-back {
    justify-content: center;
    padding-right: 20px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-btn-row a.btn.btn-arrow-back:hover {
    padding-left: 0;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkrp-i-fields textarea {
    margin-top: 40px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab h4.dkrp-i-step-title.mr-top {
    margin-top: 30px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .dkr-i-photo-loader.preview-mode {
    width: 370px;
    height: 370px;
    max-width: 100%;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab img.success-bg {
    height: 161px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .success-content {
    width: calc(100% - 30px);
    justify-content: center;
    align-items: center;
    padding-top: 0px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .success-content h3.success-title {
    font-size: 24px;
    margin-bottom: 15px;
    max-width: 300px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .success-content p.success-message {
    font-size: 14px;
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab .success-content .btn {
    width: 100%;
  }
  .dkrp-installation-popup .dkrp-i-popup-content .dkrp-i-popup-tab.popup-full {
    min-height: 350px;
  }
}
@keyframes errornotice {
  from {
    background: #f68887;
  }
  to {
    background: #f0f0f0;
  }
}
.business-main .business-section {
  padding-top: 50px;
  padding-bottom: 130px;
}
@media (max-width: 600px) {
  .business-main .business-section {
    padding-top: 15px;
  }
}
.business-main .business-section section {
  display: flex;
}
.business-main .business-section section.business-top {
  margin-bottom: 120px;
  gap: 125px;
}
@media (max-width: 1024px) {
  .business-main .business-section section.business-top {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .business-main .business-section section.business-top {
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .business-main .business-section section.business-top {
    margin-bottom: 50px;
    position: relative;
    padding-top: 330px;
  }
}
.business-main .business-section section.business-top h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 600px) {
  .business-main .business-section section.business-top h1 {
    position: absolute;
    z-index: 2;
    color: white;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background: #29292980;
  }
}
.business-main .business-section section.business-top p {
  font-size: 16px;
  line-height: 150%;
}
.business-main .business-section section.business-top .section-image {
  width: 610px;
  max-width: 50%;
}
@media (max-width: 600px) {
  .business-main .business-section section.business-top .section-image {
    max-width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.business-main .business-section section.business-top article.business-details {
  max-width: 505px;
}
@media (max-width: 991px) {
  .business-main .business-section section.business-top article.business-details {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .business-main .business-section section.business-top article.business-details {
    max-width: 100%;
  }
}
.business-main .business-section section.business-discounts {
  margin-bottom: 90px;
  background: white;
}
@media (max-width: 600px) {
  .business-main .business-section section.business-discounts {
    margin-bottom: 50px;
  }
}
@media (max-width: 475px) {
  .business-main .business-section section.business-discounts {
    flex-direction: column;
  }
}
.business-main .business-section section.business-discounts .section-image {
  max-width: 50%;
  width: 505px;
}
@media (max-width: 991px) {
  .business-main .business-section section.business-discounts .section-image {
    max-width: 280px;
  }
}
@media (max-width: 475px) {
  .business-main .business-section section.business-discounts .section-image {
    width: 100%;
    max-width: 100%;
    height: 250px;
  }
}
.business-main .business-section section.business-discounts ul.business-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 74px 105px;
  max-width: min(630px, 60%);
  gap: 40px;
}
@media (max-width: 991px) {
  .business-main .business-section section.business-discounts ul.business-list {
    padding: 50px 25px;
    max-width: 375px;
    flex-shrink: 0;
  }
}
.business-main .business-section section.business-discounts ul.business-list li {
  display: flex;
  gap: 30px;
  align-items: center;
}
.business-main .business-section section.business-discounts ul.business-list li p {
  margin: 0;
  max-width: 305px;
}
.business-main .business-section section.business-discounts ul.business-list li .tag {
  font-size: 18px;
  font-weight: 600;
  color: #ff0083;
  border: 2px solid #ff0083;
  display: flex;
  height: 60px;
  width: 60px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  position: relative;
}
.business-main .business-section section.business-discounts ul.business-list li .tag:after {
  content: "";
  position: absolute;
  top: 60px;
  height: 40px;
  border: 1px dashed;
}
.business-main .business-section section.business-discounts ul.business-list li .tag.filled {
  color: white;
  background: #ff0083;
}
.business-main .business-section section.business-discounts ul.business-list li .tag.filled:after {
  content: none;
}
.business-main .business-section section.business-discounts ul.business-list .note {
  margin-bottom: 0;
  font-size: 14px;
}
.business-main .business-section section.business-form {
  background: white;
}
@media (max-width: 600px) {
  .business-main .business-section section.business-form {
    flex-direction: column;
  }
}
.business-main .business-section section.business-form .left-checklist {
  position: relative;
  color: white;
  padding: 100px;
  width: 505px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .business-main .business-section section.business-form .left-checklist {
    padding: 35px;
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .business-main .business-section section.business-form .left-checklist {
    width: 100%;
    padding: 50px calc(50% - 170px);
  }
}
.business-main .business-section section.business-form .left-checklist:before {
  position: absolute;
  content: "";
  background: rgba(58, 58, 58, 0.7);
  inset: 0;
}
.business-main .business-section section.business-form .left-checklist > * {
  position: relative;
  z-index: 1;
}
.business-main .business-section section.business-form .left-checklist h3 {
  margin: 0;
  margin-bottom: 10px;
}
.business-main .business-section section.business-form .left-checklist p {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.business-main .business-section section.business-form .left-checklist p:before {
  content: "";
  background-image: url("../../images/mark.svg");
  display: flex;
  background-color: #27AE60;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .business-main .business-section section.business-form .left-checklist p {
    gap: 10px;
  }
  .business-main .business-section section.business-form .left-checklist p:before {
    height: 30px;
    width: 30px;
    background-size: 18px;
  }
}
.business-main .business-section section.business-form form#js-business-form {
  width: 735px;
  max-width: 60%;
  padding: 100px 100px 50px 120px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991px) {
  .business-main .business-section section.business-form form#js-business-form {
    padding: 50px 35px;
  }
}
@media (max-width: 600px) {
  .business-main .business-section section.business-form form#js-business-form {
    width: 100%;
    padding: 50px max(calc(50% - 200px), 15px);
    max-width: 100%;
  }
}
.business-main .business-section section.business-form form#js-business-form h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
.business-main .business-section section.business-form form#js-business-form h2 + p.note {
  margin-bottom: 30px;
}
.business-main .business-section section.business-form form#js-business-form label {
  display: flex;
  width: 100%;
  margin-bottom: 21px;
  max-width: 475px;
}
.business-main .business-section section.business-form form#js-business-form label input, .business-main .business-section section.business-form form#js-business-form label select {
  height: 68px;
  padding: 20px 40px;
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #C4C4C4;
}
.business-main .business-section section.business-form form#js-business-form label input::placeholder, .business-main .business-section section.business-form form#js-business-form label select::placeholder {
  color: #999999;
}
.business-main .business-section section.business-form form#js-business-form label #window_per_year.select2-hidden-accessible {
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.business-main .business-section section.business-form form#js-business-form label .select2-container .select2-selection {
  height: 68px;
  padding: 20px 40px;
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #C4C4C4;
}
.business-main .business-section section.business-form form#js-business-form label .select2-container .select2-selection #select2-window_per_year-container {
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
}
.business-main .business-section section.business-form form#js-business-form input.btn.btn-filled {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 475px;
  height: 68px;
  font-size: 18px;
}
.business-main .business-section section.business-form form#js-business-form input.btn.btn-filled + p.note {
  margin-bottom: 0;
}
.business-main .business-section .business-pink-discount {
  margin-bottom: 90px;
  display: flex;
  background: #ff0083;
  color: white;
  padding: 50px 100px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .business-main .business-section .business-pink-discount {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .business-main .business-section .business-pink-discount {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
  }
}
.business-main .business-section .business-pink-discount p {
  margin: 0;
  max-width: 609px;
  font-size: 18px;
}
.business-main .business-section .business-pink-discount .hr-v-dash {
  position: relative;
  margin: 0 79px;
  width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .business-main .business-section .business-pink-discount .hr-v-dash {
    margin: 0 25px;
  }
}
.business-main .business-section .business-pink-discount .hr-v-dash:before {
  content: "";
  height: calc(100% + 60px);
  border: 1px dashed;
}
@media (max-width: 600px) {
  .business-main .business-section .business-pink-discount .hr-v-dash {
    width: 100%;
    margin: 25px 0;
    align-items: center;
  }
  .business-main .business-section .business-pink-discount .hr-v-dash:before {
    height: 0;
    width: calc(100% + 60px);
    position: absolute;
  }
}
.business-main .business-section .business-pink-discount .left-discount {
  display: flex;
  gap: 20px;
  align-items: center;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 991px) {
  .business-main .business-section .business-pink-discount .left-discount {
    gap: 10px;
  }
}
.business-main .business-section .business-pink-discount .left-discount strong {
  font-size: 40px;
  line-height: 1;
}
.business-main .business-section .success-message {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc(50% - 140px);
  background: #ffffffc7;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
  gap: 30px;
}
.business-main .business-section .success-message h4 {
  font-size: 24px;
  font-weight: 600;
  color: #ff0083;
  margin: 0;
}
.business-main .business-section .success-message p {
  font-size: 18px;
  margin: 0;
}
.business-main .business-section .success .success-message {
  display: flex;
}
.business-main .business-section .section-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.business-main .business-section .outlined-note {
  padding: 40px 50px;
  border: 1px dashed #ff0083;
}
@media (max-width: 991px) {
  .business-main .business-section .outlined-note {
    padding: 15px 25px;
  }
}
.business-main .business-section .outlined-note p {
  margin: 0;
}
.business-main .business-section .loading .loading-spinner {
  position: absolute;
  --spinner-color: #ff0083;
  font-size: 4px;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #ffffff80;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.business-select.select2-container--open .select2-dropdown {
  margin-top: 32px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 10px 1px #cdcdcd80;
}
.business-select.select2-container--open .select2-results__option--selectable {
  padding: 18px 40px;
  font-size: 18px;
}

.dkrp-popup-notification {
  display: flex;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: #c4c4c466;
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease;
  z-index: -1;
}
.dkrp-popup-notification.open {
  opacity: 1;
  pointer-events: all;
  z-index: 9999999;
}
.dkrp-popup-notification .popup-container {
  display: flex;
  flex-direction: column;
  background: white;
  max-width: 520px;
  padding: 60px 90px;
  gap: 25px;
  position: relative;
  border-top: 3px solid #ff0083;
}
@media (max-width: 767px) {
  .dkrp-popup-notification .popup-container {
    padding: 60px 25px;
  }
}
.dkrp-popup-notification .popup-container h2 {
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #3a3a3a;
}
.dkrp-popup-notification .popup-container p {
  margin: 0;
  font-size: 14px;
}
.dkrp-popup-notification .popup-container a.btn.btn-full {
  font-size: 16px;
}
.dkrp-popup-notification .popup-container .close-popup {
  position: absolute;
  display: flex;
  height: 27px;
  width: 27px;
  right: 50px;
  top: 50px;
  cursor: pointer;
  transform: rotate(45deg);
  justify-content: center;
  align-items: center;
}
.dkrp-popup-notification .popup-container .close-popup:after, .dkrp-popup-notification .popup-container .close-popup:before {
  height: 1px;
  width: 100%;
  background: #3a3a3a;
  display: flex;
  content: "";
  position: absolute;
}
.dkrp-popup-notification .popup-container .close-popup:after {
  transform: rotate(90deg);
}

.pcat_1195 :is(dt, dd).variation-Kleurzijgeleiders {
  display: none;
}

.cart-item.woocommerce-cart-form__cart-item.cart_item.cart-group-product {
  padding-top: clamp(18px, 5vw, 32px);
}

.cart-group-product-line {
  position: absolute;
  top: 0;
  padding: 0;
}

.wrap-form.loading {
  position: relative;
}

.wrap-form.loading span.loading-spinner {
  position: absolute;
  inset: 0;
  margin: auto;
}

@media (min-width: 575px) and (max-width: 991px) {
  .new-design .new-design .catalog-top__section .container .mt-20 {
    position: absolute;
    bottom: 0;
  }
  .new-design .new-design .catalog-top__section .container .catalog-top__wrapper {
    padding-bottom: 40px;
  }
}
.new-design .product-img {
  position: relative;
}
.new-design .woocommerce-MyAccount-content .login-page__headline {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  font-family: "Gilroy";
  color: #898989;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 1;
  margin-bottom: 16px;
}
.new-design .woocommerce-MyAccount-content .login-page__headline:after {
  content: "";
  height: 1px;
  width: 1px;
  flex-grow: 1;
  display: flex;
  background: #D8D8D8;
}
.new-design .woocommerce-MyAccount-content h1.login-page__title {
  font-size: 24px;
}
.new-design .woocommerce-MyAccount-content .login-page__subtitle {
  font-size: 16px;
}
.new-design .woocommerce-MyAccount-content address {
  margin-bottom: 0;
  line-height: 24px;
  font-family: "Gilroy";
}
.new-design .woocommerce-MyAccount-content .woocommerce-Address:not(:last-child) {
  margin-bottom: 32px;
}
.new-design .woocommerce-MyAccount-content .login-page__panel-white {
  padding: 40px;
}
.new-design .woocommerce-MyAccount-content .my-account-page__panel {
  padding: 24px;
}
.new-design .woocommerce-MyAccount-content .my-account-page__panel {
  padding: 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.new-design .woocommerce-MyAccount-content .my-account-page__panel .woocommerce-Address {
  min-width: 300px;
  flex-grow: 1;
  margin: 0;
}
.new-design .woocommerce-MyAccount-content .adressbook-page .my-account-page__panel {
  padding: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1px 1fr;
}
.new-design .woocommerce-MyAccount-content .adressbook-page .my-account-page__panel .woocommerce-Address {
  min-width: 300px;
  flex-grow: 1;
  margin: 0;
}
.new-design .woocommerce-MyAccount-content .adressbook-page .hr {
  height: 100%;
  margin: 0;
  background: #D8D8D8;
}
@media (max-width: 991px) {
  .new-design .woocommerce-MyAccount-content .adressbook-page .my-account-page__panel {
    grid-template-columns: 1fr;
  }
  .new-design .woocommerce-MyAccount-content .adressbook-page .hr {
    display: none;
  }
}
.new-design .woocommerce-MyAccount-content select.input + .select2 .select2-selection {
  height: 52px !important;
}
.new-design .woocommerce-MyAccount-content select.input + .select2 .select2-selection .select2-selection__rendered {
  line-height: 52px;
}
.new-design .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper :is(.col-12, .col-6, .col-md-6) {
  padding: 0 8px;
}
.new-design .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .row {
  margin: 0 -8px;
}
.new-design .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper, .new-design .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  margin-bottom: 16px;
}
.new-design .woocommerce-MyAccount-content .login-page__subtitle {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  font-family: "Gilroy";
  color: #898989;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 1;
  margin-bottom: 16px;
}
.new-design .woocommerce-MyAccount-content .login-page__subtitle:after {
  content: "";
  height: 1px;
  width: 1px;
  flex-grow: 1;
  display: flex;
  background: #D8D8D8;
}
.new-design .woocommerce-MyAccount-content .woocommerce-table--order-summary {
  padding: 40px;
  width: 300px;
}
.new-design .popup-additions__counter {
  width: 40px;
}
.new-design .popup-additions__input-wrap .popup-additions__input {
  padding: 0;
  text-align: center;
}
.new-design .popup-additions__cart-btns {
  margin-block-start: 32px;
}
.new-design [data-remodal-id=window_additions] .popup-additions__available {
  margin-bottom: 24px;
}
.new-design .footer-left__link {
  font-family: "Gilroy";
}
.new-design .footer-menu > li > a {
  font-family: "Gilroy";
  font-weight: 400;
}
.new-design .footer-descr strong {
  margin-bottom: 8px;
  display: inline-block;
}
.new-design .footer-descr {
  line-height: 26px;
  margin-bottom: 8px;
}
.new-design .footer-menu > li {
  margin-bottom: 8px;
}
@media (min-width: 575px) {
  .new-design .catalog-top__section .catalog-title {
    margin-bottom: 16px;
  }
  .new-design .catalog-top__section .container .catalog-top__wrapper {
    max-width: 540px;
    padding: 0;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
  }
  .new-design .catalog-top__section .container img {
    height: 336px;
    object-fit: cover;
    min-width: auto;
    width: 100%;
  }
  .new-design .catalog-top__section .container .mt-20 {
    margin-top: auto !important;
  }
}
.new-design .catalog-color-filter__title {
  padding: 14px 40px 14px 20px;
}
.new-design .catalog-filter-nav .select2 .select2-selection {
  padding: 11px 14px 12px;
}
.new-design .catalog-main__pagination > span {
  font-size: 16px;
}
.new-design .pagination-counter {
  font-size: 16px;
}
.new-design .pagination-counter span.current {
  font-size: 16px;
}
.new-design .pagination-arrow svg {
  height: 14px;
}
.new-design .dropdown-main > span {
  padding: 11px 15px 12px 19px;
}
.new-design .dropdown-main {
  height: 52px;
}
.new-design .catalog-display-size {
  margin-left: auto;
  margin-top: 24px;
}
.new-design .attribute-dropdown {
  margin: 0;
  padding: 0;
  width: 40%;
  flex-basis: 40%;
  flex-grow: 1;
  max-width: calc(50% - 8px);
}
.new-design .show-3 .attribute-dropdown:first-child {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.new-design .variations.row {
  padding: 0 15px;
  gap: 16px;
  margin-top: 8px;
}
.new-design .attribute-color-siderails__list {
  display: flex;
  gap: 16px;
}
.new-design .attribute-color-siderails__item {
  height: 52px;
  border: 1px solid white;
  display: flex;
  width: 100%;
  margin-right: 0;
  background: white;
  align-items: center;
  padding: 15px;
  font-family: "Gilroy";
  font-weight: 400;
  position: relative;
  padding-left: 52px;
}
.new-design .attribute-color-siderails__item:not(:last-child) {
  margin: 0;
}
.new-design .attribute-dropdown[data-name="Kleur zijgeleiders"] {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.new-design a.attribute-color-siderails__item.attribute-color-siderails__item--active {
  border: 1px solid #ff0083;
  color: #3a3a3a;
}
.new-design .attribute-color-siderails__item:before {
  content: "";
  display: flex;
  height: 21px;
  width: 21px;
  background: #f0f0f0;
  position: absolute;
  left: 21px;
  border-radius: 15px;
}
.new-design .attribute-color-siderails__item:after {
  content: "";
  display: flex;
  height: 9px;
  width: 9px;
  background: #ff0083;
  position: absolute;
  left: 27px;
  border-radius: 15px;
  opacity: 0;
}
.new-design .select2:before {
  left: 27px;
}
.new-design a.attribute-color-siderails__item.attribute-color-siderails__item--active:after {
  opacity: 1;
}
.new-design .product-buttons {
  gap: 16px;
  flex-wrap: nowrap;
}
.new-design .product-buttons .btn {
  width: 40%;
  max-width: calc(50% - 8px);
  margin: 0;
  flex-grow: 1;
  display: flex;
}
.new-design .popup-additions__tag-heart {
  background: none;
  color: #ff0083;
  margin: 0;
  margin-left: auto;
  font-size: 12px;
}
.new-design .popup-additions__tag-heart .cnt {
  display: none;
}
.new-design .popup-additions__btns {
  gap: 16px;
}
.new-design .popup-additions__btns .btn {
  height: 52px;
  width: 100%;
}
.new-design .checkout-form {
  gap: 16px;
}
.new-design .checkout-title {
  margin-bottom: 16px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  font-family: "Gilroy";
  display: flex;
  align-items: center;
  gap: 16px;
}
.new-design .checkout-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
}
.new-design .input,
.new-design .woocommerce-input-wrapper .input-text,
.new-design .SumoSelect > .CaptionCont {
  font-size: 16px;
  width: 100%;
  border: 1px solid #c4c4c4;
  height: 52px;
  padding: 0 12px 0 40px;
}
.new-design .dkrp-shipping-switch .dkpr-method label {
  font-size: 16px;
  width: 100%;
  border: 1px solid #c4c4c4;
  height: 52px;
}
.new-design .woocommerce-NoticeGroup-checkout {
  margin-bottom: 0;
}
.new-design .woocommerce-NoticeGroup-checkout li:last-child {
  margin-bottom: 20px;
}
.new-design .cart-sidebar__item_new {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.new-design .cart-sidebar__item_new span.cart-item__price {
  min-width: 80px;
  text-align: right;
  font-size: 14px;
  color: #3a3a3a;
  font-weight: 400;
  font-family: "GILROY";
  line-height: 18px;
  display: flex;
}
.new-design .cart-sidebar__item_new .cart-item__title {
  width: 50%;
  flex-grow: 1;
  padding: 0;
  font-size: 14px;
  font-family: "Gilroy";
  font-weight: 400;
  line-height: 20px;
}
.new-design .product-group-delivery {
  font-size: 14px;
  font-family: "Gilroy";
  font-weight: 500;
  line-height: 20px;
  color: #ff0083;
}
.new-design .cart-sidebar__item_new span.cart-item__q {
  min-width: 4ch;
  text-align: center;
  background: #F4F5F7;
  display: flex;
  margin-bottom: auto;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #3a3a3a;
  font-family: "Gilroy";
  font-size: 12px;
  line-height: 18px;
}
.new-design .cart-sidebar__items {
  gap: 16px;
  display: flex;
  flex-direction: column;
  max-height: none;
}
.new-design .cart-sidebar__item_new {
  text-decoration: none;
}
.new-design .cart-policy {
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 16px;
}
.new-design .checkout .cart-buttons {
  padding-top: 0;
}
.new-design #billing_address_1,
.new-design #shipping_address_1 {
  background: transparent;
  padding: 0;
  border: 0;
  height: 24px;
}
.new-design #billing_address_1.manual-edit,
.new-design #shipping_address_1.manual-edit {
  border: 1px solid #c4c4c4;
  height: 52px;
  padding: 0 12px 0 16px;
}
.new-design .form-row.woocommerce-invalid #billing_address_1.manual-edit,
.new-design .form-row.woocommerce-invalid #shipping_address_1.manual-edit {
  border: 1px solid var(--wc-red);
}
.new-design .dkrp-checkout-form-note {
  padding: 10px;
  align-items: start;
  line-height: 20px;
}
.new-design .dkrp-checkout-form-note svg {
  display: flex;
}
.new-design .dkrp-checkout-form-note p {
  font-size: 14px;
}
.new-design .dkrp-popup-wrap .dkrp-login-wrap, .new-design .dkrp-popup-wrap .dkrp-popup, .new-design .woocommerce form.login .dkrp-login-wrap, .new-design .woocommerce form.login .dkrp-popup {
  max-width: 480px;
  padding: 40px 40px 24px;
}
.new-design .btn {
  height: 52px;
}
.new-design .dkrp-popup-wrap .dkrp-login-wrap p, .new-design .dkrp-popup-wrap .dkrp-popup p, .new-design .woocommerce form.login .dkrp-login-wrap p, .new-design .woocommerce form.login .dkrp-popup p {
  margin: 0 0 16px;
}
.new-design .login-page__image-grid {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-grow: 1;
}
.new-design .login-page .container {
  display: flex;
  gap: 20px;
}
.new-design .login-page__image-col1, .new-design .login-page__image-col2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-basis: 50%;
}
.new-design .login-page__img1, .new-design .login-page__img4 {
  aspect-ratio: 295/360;
  height: auto !important;
}
.new-design .login-page__img2, .new-design .login-page__img3 {
  aspect-ratio: 295/258;
}
.new-design .login-page .container > .login_form_wrap {
  width: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.new-design .login_form_wrap .woocommerce-error li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  white-space: pre-wrap;
  border: 1px solid rgba(184, 28, 34, 0.6);
  background-color: rgba(184, 28, 34, 0.07);
  padding: 8px 40px !important;
}
.new-design .login_form_wrap .woocommerce-error:before,
.new-design .login_form_wrap .woocommerce-error:after {
  content: none;
}
.new-design .login_form_wrap ul.woocommerce-error {
  padding: 0;
  border: none;
}
.new-design .login-page__panel {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  width: 400px;
  max-width: 100%;
}
.new-design h1.login-page__title {
  font-size: 36px;
}
.new-design .login-page__panel form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.new-design p.woocommerce-LostPassword.lost_password {
  margin-bottom: 8px;
  text-align: right;
}
.new-design .login-page .btn {
  padding: 0;
  height: 52px;
  width: 100%;
}
.new-design .login-page__no-account {
  margin-top: 16px;
  margin-bottom: 16px;
}
.new-design .cart-items {
  margin-right: 0;
  padding-right: 0;
}
.new-design .cart-item__del a.remove {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EDEDED;
  border-radius: 0;
}
.new-design .cart-item__del a.remove svg path {
  fill: #898989;
}
.new-design .cart-item__del a.remove:hover svg path {
  fill: #FF0083;
}
.new-design .cart-item__del {
  width: 40px;
  flex-shrink: 0;
}
.new-design .cart-item__total {
  flex-shrink: 0;
}
.new-design .cart-item__quantity {
  width: 115px;
  min-width: 115px;
}
.new-design .product-tabs__content table {
  table-layout: fixed;
  margin: 12px 0 30px;
}
.new-design .product-tabs__content table tr :is(td, th) {
  padding: 16px 5px;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 767px) {
  .new-design .cart-wrapper .woocommerce-notices-wrapper {
    margin-top: 20px;
  }
}
.new-design .cart-wrapper .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message,
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-error,
.new-design .cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li {
  min-height: 40px;
  padding: 8px 40px 10px;
  margin-bottom: 8px;
  font-size: 14px;
  background: #F0F9F4;
  border: none;
  display: block;
}
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-error,
.new-design .cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li {
  background: #FDF1EF;
}
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message:last-child,
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-error:last-child,
.new-design .cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li:last-child {
  margin-bottom: 24px;
}
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message span:after,
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-error span:after,
.new-design .cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li:after {
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  FONT-VARIANT: JIS78;
}
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message:before,
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-error:before,
.new-design .cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li:before {
  background-image: url(../../images/icons/checkmark-lite.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
}
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-error:before,
.new-design .cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li:before {
  background-image: url(../../images/icons/error_mark.svg);
}
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-message span,
.new-design .cart-wrapper .woocommerce-notices-wrapper .woocommerce-error span,
.new-design .cart-wrapper .woocommerce-NoticeGroup .woocommerce-error li span {
  position: absolute;
  right: 16px;
  top: 16px;
}
.new-design .coupon-ui-wrap {
  margin-top: 28px;
}
.new-design .coupon-ui-wrap [name=ui-coupon] {
  border: navajowhite;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.new-design .coupon-ui-wrap .input-text {
  display: flex;
  padding: 0;
  padding-left: 12px;
}
.new-design .coupon-ui-wrap .input-text button {
  margin: -1px;
  min-width: 110px;
}
.new-design .coupon-ui-wrap .loading-spinner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ffffffc4;
  font-size: 4px;
  justify-content: right;
  padding-right: 34px;
  backdrop-filter: blur(2px);
}
.new-design .cart-items .cart-item.grouped-cart-item {
  margin-top: 0;
  background: #ff008308;
  padding-bottom: 5px;
  padding-top: 10px;
  border-left: 1px solid #ff0083;
}
.new-design .cart-items .cart-item.grouped-cart-item .cart-item__counter {
  border-color: #385a6033;
  pointer-events: none;
}
.new-design .cart-items .cart-item.grouped-cart-item .cart-item__del {
  pointer-events: none;
  opacity: 0;
}
.new-design .cart-items .cart-item.main-grouped-cart-item {
  border-left: 1px solid #ff0083;
}
@media (max-width: 991px) {
  .new-design .cart-item .cart-item__details {
    margin-right: 15px;
  }
}
@media (max-width: 574px) {
  .new-design .cart-item .cart-item__details {
    margin-right: 40px;
  }
}
@media (max-width: 600px) {
  .new-design .login-page .container > .login_form_wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new-design .login-page .container {
    min-height: 600px;
    position: relative;
  }
  .new-design .login-page__panel {
    background: white;
    padding: 16px;
  }
  .new-design h1.login-page__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media (min-width: 568px) {
  .new-design .popup-additions__tag-heart .cnt {
    display: block;
  }
  .new-design .popup-additions__btns .btn {
    width: calc(50% - 8px);
  }
  .new-design .catalog-item:after {
    display: none !important;
    display: none !important;
  }
  .new-design .product-buttons {
    flex-wrap: nowrap;
  }
  .new-design .product-buttons .btn {
    width: 40%;
    max-width: calc(50% - 8px);
  }
  .new-design .catalog-item:hover .catalog-item__hover {
    display: none !important;
  }
  .new-design .cart-bg__gray .catalog-item__info,
.new-design .cart-main .catalog-item__info,
.new-design .product .catalog-item__info {
    justify-content: space-between;
  }
  .new-design .catalog-item__title {
    text-overflow: ellipsis;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3.88ch;
  }
  .new-design .catalog-item__price-main {
    font-size: 18px;
  }
  .new-design .catalog-item__info {
    padding: 16px;
  }
  .new-design .product-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .new-design .artikul {
    margin-top: 8px;
    flex-wrap: wrap;
  }
  .new-design .popup-additions__input-wrap {
    max-width: 112px;
    border-color: #ededed;
  }
  .new-design .popup-additions__counter {
    width: 40px;
    height: 40px;
  }
  .new-design .popup-additions__input {
    padding: 0;
    text-align: center;
  }
  .new-design .popup-additions__counter:hover {
    color: #ff0083;
    user-select: none;
  }
  .new-design [data-remodal-id=window_additions] .popup-additions__available {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .new-design [data-remodal-id=window_additions] .popup-additions__quantity {
    margin-bottom: 8px;
  }
  .new-design .popup-additions__cart-btns {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .new-design .checkout .cart-wrapper {
    width: calc(100% - 480px);
    margin-bottom: auto;
  }
  .new-design .checkout .cart-sidebar {
    width: 460px;
  }
  .new-design .cart-sidebar {
    margin-bottom: auto;
    padding: 32px;
  }
  .new-design .cart-sidebar .cart-sidebar__header {
    height: auto;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    border-bottom: none;
    font-family: "Gilroy";
    font-weight: 600;
  }
  .new-design .cart-subtotals .cart-subtotal__row {
    margin-top: 16px;
  }
  .new-design .cart-subtotals .cart-subtotal__row:first-child {
    margin-top: 24px;
  }
  .new-design .cart-subtotal__row > div, .new-design .cart-subtotal__row > span {
    font-size: 16px;
    color: #898989;
    font-family: "Gilroy";
    font-weight: 400;
  }
  .new-design .cart-subtotals {
    padding-bottom: 16px;
  }
  .new-design .cart-total {
    margin-top: 16px;
  }
  .new-design .cart-buttons {
    padding-top: 24px;
  }
  .new-design .cart-buttons .btn.btn-filled {
    margin-bottom: 16px;
  }
  .new-design .cart-total > div {
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Gilroy";
  }
  .new-design .cart-total > span {
    font-family: "Gilroy";
    font-weight: 600;
  }
  .new-design .cart-wrapper {
    padding: 32px;
    width: calc(100% - 315px);
  }
  .new-design .cart-title {
    font-family: "Gilroy";
    font-weight: 700;
  }
  .new-design .cart-counter, .new-design .cart-items__header > span {
    color: #898989;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Gilroy";
    flex-shrink: 0;
    padding: 0;
  }
  .new-design .cart-header {
    padding-bottom: 0;
    border-bottom: none;
  }
  .new-design .cart-body {
    padding-top: 24px;
  }
  .new-design .cart-items__header .cart-item__details {
    width: 50%;
    margin-right: 0;
    flex-shrink: 0;
  }
  .new-design .cart-items__header > span {
    text-align: left;
  }
  .new-design .cart-item .cart-item__details {
    width: 50%;
    margin-right: 0;
  }
  .new-design .cart-item__pic {
    flex-shrink: 0;
  }
  .new-design .cart-item__pic picture {
    display: block;
  }
  .new-design .cart-item__pic picture img {
    padding: 4px;
  }
  .new-design .cart-items .cart-item {
    align-items: flex-start;
  }
  .new-design .cart-items__header, .new-design .cart-items .cart-item {
    gap: 20px;
  }
  .new-design .cart-item__counter {
    border: 1px solid #EDEDED;
    height: 40px;
    width: 112px;
  }
  .new-design .cart-item__counter > span.minus svg path {
    fill: #898989;
  }
  .new-design .cart-item__counter > span.plus svg path {
    fill: #FF0083;
  }
}
@media (min-width: 1200px) {
  .new-design .cart-item__price {
    display: block;
  }
  .new-design .cart-items .cart-item .cart-item__price,
.new-design .cart-items .cart-item .cart-item__quantity,
.new-design .cart-items .cart-item .cart-item__total,
.new-design .cart-items .cart-item .cart-item__del {
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0;
  }
}

section.how-to-steps {
  --step-gap: 50px;
  padding-top: var(--step-gap);
}
section.how-to-steps .step {
  display: flex;
  padding: var(--step-gap);
  gap: var(--step-gap);
  background: #f7f7f7;
  padding-left: 0;
}
section.how-to-steps .step .step-image {
  width: 50%;
}
section.how-to-steps .step .step-image img {
  object-fit: cover;
  width: 100%;
  height: 360px;
}
section.how-to-steps .step .step-description {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.how-to-steps .step:nth-child(2n+1) {
  background: #3a3a3a;
  flex-direction: row-reverse;
  padding-left: var(--step-gap);
  padding-right: 0;
}
section.how-to-steps .step:nth-child(2n+1) p {
  color: #e4e4e4;
}
section.how-to-steps .step:nth-child(2n+1) h4 {
  color: white;
}
section.how-to-steps p {
  color: #616161;
}
section.how-to-steps h4 {
  color: #3a3a3a;
  display: block;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}
section.how-to-steps .after-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px;
  position: relative;
}
section.how-to-steps .after-steps .bg-image {
  position: absolute;
  top: 50px;
  height: 50%;
  aspect-ratio: 1;
}
section.how-to-steps .after-steps .bg-image svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  section.how-to-steps .step {
    flex-direction: column;
    padding: 15px;
  }
  section.how-to-steps .step .step-description {
    width: 100%;
  }
  section.how-to-steps .step .step-image {
    display: none;
  }
  section.how-to-steps .step:nth-child(2n+1) {
    flex-direction: column;
    padding: 15px;
  }
  section.how-to-steps .after-steps {
    padding: 50px 15px;
  }
  section.how-to-steps h4 {
    font-size: 22px;
  }
}

a.google-rating-frame {
  display: flex;
  width: 4.2em;
  flex-wrap: wrap;
  gap: 1px;
  text-decoration: none;
  font-size: 10px;
  height: 4em;
  justify-content: center;
}
a.google-rating-frame .google-svg {
  flex-grow: 1;
  height: 45%;
  display: flex;
  width: 1.8em;
  height: 2em;
}
a.google-rating-frame span.reviews-title {
  display: none;
}
a.google-rating-frame span.reviews-rating {
  width: 1.8em;
  flex-grow: 1;
  font-size: 1.1em;
  color: #3a3a3a;
  line-height: 1;
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
}
a.google-rating-frame span.reviews-rating-stars {
  display: flex;
  height: 0.7em;
  width: 100%;
  justify-content: center;
}
a.google-rating-frame span.reviews-count {
  width: 100%;
  font-size: 0.8em;
  color: #3a3a3a;
  height: 1em;
  line-height: 1.3;
}
a.google-rating-frame.footer-kiyoh {
  font-size: 36px;
  margin: auto;
  margin-top: 24px;
}
a.google-rating-frame.footer-kiyoh span.reviews-title {
  display: block;
  font-size: 0.5em;
  text-align: center;
  color: #3a3a3a;
}

.grid-delivery-box.var-price-delivery {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 16px;
}
.grid-delivery-box.var-price-delivery .product-delivery.icon-delivery {
  width: 100%;
  display: grid;
}
.grid-delivery-box.var-price-delivery .product-delivery.icon-delivery > svg {
  grid-column: 1/1;
  grid-row: 1/1;
}
.grid-delivery-box.var-price-delivery .product-delivery.icon-delivery > div {
  grid-row-start: 1;
  grid-column-start: 1;
  text-indent: 30px;
}
.grid-delivery-box.var-price-delivery .product-delivery-extra-text {
  grid-column: 1/3;
  font-size: 16px;
  font-weight: 600;
  color: #3a3a3a;
}
.grid-delivery-box.var-price-delivery .product-delivery-extra-text:before {
  background-image: url(../../images/icons/coolicon-check.svg);
  content: "";
  background-repeat: no-repeat;
  color: #27AE60;
  padding-right: 25px;
  top: 2px;
  position: relative;
}
.grid-delivery-box.var-price-delivery .woocommerce-variation-price.product-price {
  width: 100%;
}
@media (max-width: 1199px) {
  .grid-delivery-box.var-price-delivery {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 991px) {
  .grid-delivery-box.var-price-delivery {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 574px) {
  .new-design .product-buttons .btn {
    width: 100%;
    max-width: 100%;
    font-size: max(14px, 3vw);
  }

  .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 20px;
  }
}
.my-account-btn {
  margin-left: 5px;
}
.my-account-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.my-account-btn__icon {
  fill: #3A3A3A;
}
.my-account-btn__link:hover .my-account-btn__icon {
  fill: #ff0083;
}

.catalog-top-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: -6px -8px;
}
.catalog-top-nav li {
  padding: 6px 8px;
  display: block;
}
.catalog-top-nav li.chosen,
.catalog-top-nav li .count {
  display: none;
}
.catalog-top-nav a {
  border: 1px solid #ff0083;
  padding: 0 15px;
  height: 32px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s linear;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #ff0083;
  border-radius: 0;
  outline: none !important;
}
@media (min-width: 768px) {
  .catalog-top-nav a {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    min-width: 176px;
    padding: 0 5px;
  }
}
.catalog-top-nav a:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  margin-inline-start: 6px;
  background-image: url("../../images/icons/icon-arrow-right-pink.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .catalog-top-nav a:after {
    width: 10px;
    height: 16px;
    margin-inline-start: 12px;
  }
}
.catalog-top-nav a:hover {
  text-decoration: none;
  box-shadow: none;
  color: #fff;
  background-color: #ff0083;
}
.catalog-top-nav a:hover:after {
  background-image: url("../../images/icons/icon-arrow-right-white.svg");
}
.catalog-top-nav__back {
  color: #ff0083;
  display: inline-flex;
  align-items: center;
  margin-block-end: 20px;
}
@media (min-width: 768px) {
  .catalog-top-nav__back {
    margin-block-end: 0;
  }
}
.catalog-top-nav__back svg {
  margin-inline-end: 12px;
  fill: currentColor;
  transform: rotate(180deg);
}
@media only screen and (max-width: 574px) {
  .catalog-top-nav__back svg {
    transform: none;
    order: -1;
    width: 8px;
    height: 10px;
  }
}

.catalog-color-filter {
  position: relative;
  min-width: 100%;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .catalog-color-filter {
    margin-block-end: 0;
    min-width: 0;
  }
}
.catalog-color-filter__title {
  margin: 0;
  background-color: #EDEDED;
  padding: 18px 40px 17px 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  min-width: 200px;
  cursor: pointer;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #3A3A3A;
}
.catalog-color-filter__title:before, .catalog-color-filter__title:after {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
}
.catalog-color-filter__title:before {
  width: 16px;
  height: 14px;
  background-image: url("../../images/icons/icon-filter-color.svg");
  margin-inline-end: 19px;
}
.catalog-color-filter__title:after {
  width: 11px;
  height: 6px;
  background-image: url("../../images/icons/icon-arrow-down.svg");
  position: absolute;
  top: calc(50% - 3px);
  right: 22px;
  transition: ease 0.3s transform;
}
.catalog-color-filter b {
  text-transform: capitalize;
}
.catalog-color-filter ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(46px, 1fr));
  gap: 10px;
  background-color: #EDEDED;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 0;
  padding: 0 19px;
  overflow: hidden;
  transform: translateY(100%);
  z-index: 10;
  transition: ease 0.3s;
  transition-property: max-height, padding-top, padding-bottom;
}
@media (min-width: 768px) {
  .catalog-color-filter ul {
    grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
  }
}
.catalog-color-filter.active ul {
  max-height: 400px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.catalog-color-filter.active .catalog-color-filter__title:after {
  transform: rotateZ(-180deg);
}
.catalog-color-filter li {
  border: 2px solid transparent;
  padding: 1px;
  aspect-ratio: 1/1;
  display: flex;
}
js-product-availability .catalog-color-filter li.chosen {
  border-color: #3A3A3A;
}
.catalog-color-filter span {
  display: none;
}
.catalog-color-filter a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.catalog-color-filter img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.catalog-filter-nav {
  min-width: 100%;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .catalog-filter-nav {
    margin-block-end: 0;
    margin-inline-end: 19px;
    min-width: 190px;
  }
}
.catalog-filter-nav .select2 {
  box-shadow: none !important;
}
.catalog-filter-nav .select2:before {
  background-image: url("../../images/icons/icon-filter-type.svg");
}
.catalog-filter-nav .select2 .select2-selection {
  background-color: #EDEDED;
}
.catalog-filter-nav .select2-container--open .select2-dropdown--below {
  background-color: #EDEDED;
  box-shadow: none !important;
}

@media (min-width: 992px) {
  .catalog-main__pagination {
    margin-block-start: 0;
  }
}
.catalog-main__pagination > span {
  margin: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .catalog-main__pagination > span {
    margin-right: 50px;
    text-align: left;
  }
}
.catalog-main__pagination .pagination {
  display: none;
}
@media (min-width: 992px) {
  .catalog-main__pagination .pagination {
    display: flex;
  }
}

.woocommerce-ordering {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-ordering {
    width: auto;
  }
}

.tooltiped {
  position: relative;
}
.tooltiped__body {
  opacity: 0;
  display: block;
  padding: 20px;
  background-color: #898989;
  min-width: 385px;
  color: #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.tooltiped:hover .tooltiped__body {
  opacity: 1;
  pointer-events: all;
}
.tooltiped__title {
  font-weight: 600;
  font-size: 14px;
}
.tooltiped__title:not(:last-child) {
  margin-block-end: 0.5rem;
}
.tooltiped__content {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}

.login-page {
  padding-block: 50px;
  position: relative;
}
.login-page__background {
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .login-page__background {
    right: 0;
    width: 100%;
  }
}
.login-page__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.login-page__panel {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
  padding: 60px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.07);
  border-top: 3px solid #ff0083;
}
@media (max-width: 768px) {
  .login-page__panel {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.login-page__title {
  color: #3A3A3A;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  margin-top: 0;
  margin-block-end: 20px;
}
.login-page__hr {
  width: 100%;
  height: 1px;
  background: #EDEDED;
  margin-block-end: 30px;
}
.login-page__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #FF0083;
}
.login-page__link--small {
  font-size: 16px;
}
.login-page__forgot-password {
  margin-inline-start: 1rem;
  margin-block-end: 10px;
}
.login-page .btn {
  padding-block: 30px;
}
.login-page__no-account {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #999999;
  margin-block: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.login-page__no-account:before, .login-page__no-account:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #EDEDED;
}
.login-page__no-account:before {
  margin-inline-end: 20px;
}
.login-page__no-account:after {
  margin-inline-start: 20px;
}
.login-page__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #282828;
}
.login-page__wrapper {
  padding-block: 50px;
  background: #f7f7f7;
}
.login-page__panel-white {
  padding: 50px 60px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .login-page__panel-white {
    padding: 30px 15px;
    margin: 0 -15px;
  }
}
.login-page__headline {
  font-weight: 600;
  font-size: 14px;
  line-height: 29px;
  text-transform: uppercase;
  color: #3A3A3A;
  margin-block-end: 1rem;
}

.show-password-input {
  right: 0 !important;
  top: 50% !important;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-password-input:after {
  margin: 0 !important;
  color: #999999;
}

.my-account-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .my-account-navigation {
    overflow: auto;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.my-account-navigation__item {
  flex: 1;
  display: flex;
}
@media (max-width: 768px) {
  .my-account-navigation__item:not(:last-child) {
    margin-right: 20px;
  }
}
.my-account-navigation__link {
  flex-grow: 1;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #3A3A3A;
  display: block;
  padding: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .my-account-navigation__link {
    padding: 20px;
  }
}
.my-account-navigation__item.is-active .my-account-navigation__link {
  color: #FF0083;
  border-bottom: 1px solid #ff0083;
}

.my-account-page__panel {
  background: #F4F5F7;
  padding: 30px;
}
@media (max-width: 768px) {
  .my-account-page__panel {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.my-account-page address {
  font-size: 16px;
  line-height: 150%;
  color: #898989;
}

.woocommerce-MyAccount-content select.input + .select2 .select2-selection {
  height: 68px !important;
  border: 1px solid #c4c4c4 !important;
  padding: 0 12px 0 48px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
}
.woocommerce-MyAccount-content select.input + .select2 .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 68px;
}
.woocommerce-MyAccount-content select.input + .select2 .select2-selection .select2-selection__arrow {
  width: 42px;
  height: 42px;
  background-image: url("../../images/icons/icon-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.woocommerce-MyAccount-content select.input + .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}

.thank-you-page {
  position: relative;
  padding: 50px 0;
  text-align: center;
}
.thank-you-page__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thank-you-page__title {
  color: #ff0083;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.thank-you-page__text {
  font-weight: 500;
  font-size: 18px;
  color: #8F999E;
}
.thank-you-page .btn {
  display: inline-flex;
  padding-inline: 20px;
}

.cart-payment .radio-wrapper.wc_payment_method img {
  max-height: 32px;
  margin-block: -10px;
}

@media (min-width: 992px) {
  .catalog-top__section .container .catalog-top-nav ul {
    padding-left: 8px;
  }

  .catalog-top__section .container .catalog-top-nav ul li {
    margin-right: 16px;
    margin-bottom: 0;
    padding: 0;
  }

  .catalog-top__section .container .catalog-top-nav ul li a {
    height: 44px;
    padding: 9px 16px;
    min-width: unset;
  }

  .new-design .catalog-top-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -9px;
  }

  .catalog-top-nav li {
    padding: 6px 8px;
    display: block;
  }

  .catalog-top-nav a {
    border: 1px solid #ff0083;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    font-weight: 600;
    color: #ff0083;
    border-radius: 0;
    outline: 0 !important;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    min-width: 176px;
    padding: 0 5px;
  }

  .catalog-top-nav a:after {
    content: "";
    display: block;
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    background-image: url("https://dakraamplaza.nl/wp-content/themes/dakraamplaza-v3/images/icons/icon-arrow-right-pink.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 16px;
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
  }

  .catalog-top-nav a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #ff0083;
  }

  .catalog-top-nav a:hover:after {
    background-image: url("https://dakraamplaza.nl/wp-content/themes/dakraamplaza-v3/images/icons/icon-arrow-right-white.svg");
  }

  .catalog-top-nav__back {
    color: #ff0083;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }

  .catalog-top-nav__back svg {
    -webkit-margin-end: 12px;
    margin-inline-end: 12px;
    fill: currentColor;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .new-design .catalog-top__section .container .catalog-top__wrapper {
    min-width: 50%;
  }

  .catalog-advantages__item img {
    width: 40px;
    height: 50px;
    object-fit: contain;
  }

  .catalog-main__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .catalog-filter-nav {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-end: 19px;
    margin-inline-end: 19px;
    min-width: 190px;
  }

  .catalog-color-filter ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(46px, 1fr));
    gap: 10px;
    background-color: #ededed;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 0;
    padding: 0 19px;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 10;
    -webkit-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
    -o-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
    transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  }

  .catalog-main__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    color: #7e7e7e;
  }

  .pagination, .pagination-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
  }

  .catalog-main__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .catalog-main__pagination > span {
    margin-right: 0;
    margin-top: 10px;
  }

  .pagination {
    width: 123px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }

  .pagination .visible-pagin {
    display: none !important;
  }

  .pagination-arrow {
    width: 20px;
    height: 20px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination-arrow svg path {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .pagination-arrow:hover svg path {
    stroke: #ff0083;
  }

  .pagination-arrow.disabled {
    pointer-events: none;
  }

  .pagination-counter {
    font-weight: 400;
  }

  .pagination-counter span {
    font-size: 18px;
    font-weight: 500;
    font-family: Gilroy, sans-serif;
    font-weight: 500;
  }

  .pagination-counter span.current {
    color: #3a3a3a;
  }

  .woocommerce-ordering {
    width: auto;
  }

  .dropdown-list, .dropdown-main {
    width: 100%;
    background: #ebebeb;
  }

  .dropdown {
    position: relative;
    z-index: 2;
  }

  .dropdown-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding-right: 18px;
    cursor: pointer;
  }

  .new-design .dropdown-main {
    height: 52px;
  }

  .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    max-height: 216px;
    padding-bottom: 10px;
  }

  .catalog-main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .catalog-main .catalog-main__container {
    padding: 20px 20px;
  }

  .catalog-main .catalog-main__container .catalog-main__wrapper {
    gap: 20px;
    margin: 0;
  }

  .catalog-main .catalog-main__container .catalog-main__wrapper .col-lg-3 {
    padding: 0;
    margin-bottom: 0;
    -ms-flex-preferred-size: 285px;
    flex-basis: 285px;
  }

  .catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding: 30px 80px;
    background-color: #f4f5f7;
    display: block;
    visibility: visible;
  }

  .catalog-main .catalog-main__container .catalog-main__wrapper .usp-inner-catalog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 30px 80px;
    background-color: #f4f5f7;
    position: relative;
  }

  .catalog-main .catalog-main__container .usp-inner-catalog:not(.mobile) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header.dkrp-header .header-rating .header-rating__list .slide:nth-child(1) {
    min-width: 170px;
  }

  .header.dkrp-header .header-rating .header-rating__list .slide:nth-child(2) {
    min-width: 188px;
  }

  .header.dkrp-header .header-rating .header-rating__list .slide:nth-child(3) {
    min-width: 196px;
  }

  .dkrp-header-line {
    background: #f8d7e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 41px;
    margin-top: -1px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    gap: 20px;
    font-family: Gilroy, sans-serif;
  }

  .dkrp-header-line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-additions__btns {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .new-design .popup-additions__btns .btn {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .catalog-main .catalog-main__container .catalog-main__wrapper .col-lg-3 {
    -ms-flex-preferred-size: calc(25% - 20px * 3 / 4 - 0.1px);
    flex-basis: calc(25% - 20px * 3 / 4 - 0.1px);
  }
}
.catalog-item__pic {
  display: grid;
}

.catalog-item__pic > * {
  grid-column: 1/1;
  grid-row: 1/1;
}

span.catalog-item__label.discount {
  margin-top: 24px;
  margin-left: 24px;
}

body .catalog-main__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

body .catalog-main .catalog-main__container .catalog-main__wrapper .col-lg-3 {
  width: 100%;
}

@media (max-width: 1199px) {
  body .catalog-main__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  body .catalog-main__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .catalog-main .catalog-main__container .catalog-main__wrapper .col-lg-3 {
  max-width: 285px;
}

@media (max-width: 1359px) and (min-width: 1200px) {
  body .catalog-main .catalog-main__container .catalog-main__wrapper .col-lg-3 {
    max-width: 260px;
  }
}
@media (max-width: 991px) {
  body .catalog-main .catalog-main__container .catalog-main__wrapper .col-lg-3 {
    max-width: 100%;
  }
}
.popular-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.popular-wrapper .col-lg-3, .popular-section .popular-wrapper .col-lg-3 {
  width: 100%;
}

@media (max-width: 1199px) {
  .popular-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .popular-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.popular-wrapper .col-lg-3 {
  max-width: 295px;
}

@media (max-width: 1359px) {
  .popular-wrapper .col-lg-3 {
    max-width: 270px;
  }
}
@media (max-width: 1199px) {
  .popular-wrapper .col-lg-3 {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .popular-wrapper .col-lg-3 {
    max-width: 100%;
  }
}
.header-raing-keur {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  max-width: 42px;
}

.header-raing-keur.mobile-top {
  padding-top: 8px;
}

.top-header-slider {
  z-index: 1;
  width: calc(100% - 200px);
  padding-top: 10px;
  padding-left: 23px;
}

@media (max-width: 570px) {
  .top-header-slider {
    width: calc(100% - 100px);
  }
}
.footer-keur {
  display: flex;
  margin: auto;
  max-width: 300px;
  margin-top: 8px;
}

.in-site-keur {
  display: flex;
  height: 95px;
  margin-top: 30px;
}

.section-extra .extra-cards .item-card .in-site-keur img {
  margin-top: 0;
  object-fit: contain;
}

.section-extra .extra-cards .item-card div picture img {
  margin-top: 10px;
}

.big-box-rating .in-site-keur {
  max-width: 300px;
  margin: auto;
}

.big-box-rating a.google-rating-frame {
  margin-top: 40px;
}

.product-decor__widget-wrapper.big-box-rating {
  margin-bottom: 0;
}

:is(.product-decor__rating-wrapper .product-decor__widget-wrapper.big-box-rating, .about-top .big-box-rating) {
  --gaptap: 80px;
  margin: -30px calc(-1 * var(--gaptap)) -30px calc(-0.5 * var(--gaptap));
  transform-origin: left;
  transform: scale(0.7);
  min-width: 320px;
  display: flex;
  flex-direction: column-reverse;
  gap: 36px;
}

:is(.product-decor__rating-wrapper .product-decor__widget-wrapper.big-box-rating, .about-top .big-box-rating) a.google-rating-frame .reviews-count {
  display: none;
}

.section-extra .extra-cards .item-card .rating-double {
  display: flex;
  gap: 20px;
  padding-left: 0;
  padding-right: 0;
  /* flex-wrap: wrap; */
}

.big-box-rating a.google-rating-frame span:is(.rate-us, .reviews-count) {
  display: none;
}

.section-extra .extra-cards .item-card .rating-double a.google-rating-frame {
  grid-template-columns: 106px 1fr;
}

.section-extra .extra-cards .item-card picture img {
  max-width: 100%;
}

.about-top .big-box-rating.flat-rating {
  flex-direction: row-reverse;
  margin: 0 -150px 0 0;
}

@media (max-width: 1199px) {
  :is(.product-decor__rating-wrapper .product-decor__widget-wrapper.big-box-rating, .about-top .big-box-rating) {
    flex-wrap: wrap;
    margin-right: calc(-1.8 * var(--gaptap));
  }

  :is(.product-decor__rating-wrapper .product-decor__widget-wrapper.big-box-rating, .about-top .big-box-rating) .in-site-keur {
    width: 300px;
  }

  .section-extra .extra-cards .item-card .rating-double {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  :is(.product-decor__rating-wrapper .product-decor__widget-wrapper.big-box-rating, .about-top .big-box-rating) {
    flex-wrap: nowrap;
    transform-origin: center;
    --gaptap: 40px;
    margin: 0 calc(-1 * var(--gaptap)) calc(-.6 * var(--gaptap));
    width: auto;
  }
}
@media (max-width: 574px) {
  :is(.product-decor__rating-wrapper .product-decor__widget-wrapper.big-box-rating, .about-top .big-box-rating) {
    flex-wrap: nowrap;
    transform-origin: center;
    --gaptap: 30vw;
    margin: 0 calc(-1 * var(--gaptap));
    width: auto;
  }
}
@media (max-width: 991px) {
  .about-top .about-top__text .big-box-rating {
    display: none;
  }
}
.pre-notification {
  margin-bottom: 30px;
  display: flex;
  margin-top: -20px;
  color: #ff0083;
}

#billing_city_field, #shipping_city_field {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.section-sidebar .product-decor__widget-wrapper.big-box-rating {
  flex-direction: column;
  transform-origin: center;
  gap: 20px;
}

.section-sidebar .product-decor__widget-wrapper.big-box-rating .in-site-keur {
  width: 290px;
}

.section-sidebar :is(.footer, .big-box-rating) a.google-rating-frame {
  margin-bottom: -50px;
}

@media (min-width: 992px) {
  .new-catalog-break :is(.catalog-main__container .catalog-main__wrapper, .collections-grid) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .new-catalog-break :is(.catalog-main__container .catalog-main__wrapper, .collections-grid) {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-decor__rating-wrapper .big-box-rating .in-site-keur {
    width: 300px;
  }

  .product-decor__rating-wrapper a.google-rating-frame {
    width: 300px;
  }
}
.footer-map iframe {
  flex-shrink: 0;
  pointer-events: none;
}

.footer-map {
  max-width: 100%;
  max-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-spacer.spacer-liner {
  height: 199px;
}

@media (max-width: 991px) {
  .header-spacer.spacer-liner {
    height: 106px;
  }
}
@media (max-width: 574px) {
  .header-spacer.spacer-liner {
    height: 65px;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
html:has(.header.open-search.open-results) {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.catalog-main .catalog-main__container .catalog-item .catalog-item__info--column .catalog-item__title {
  margin-bottom: 16px;
}

.new-catalog-break .collections-grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 568px) {
  .new-catalog-break .collections-grid {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}
.new-catalog-break {
  display: grid;
  gap: 20px;
  position: relative;
  padding-top: 50px;
  align-items: start;
  grid-template-columns: 275px 1fr;
}

.new-catalog-break .side-wrap {
  width: 275px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.new-catalog-break .floating-sidebar {
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: white;
  padding: 24px;
  position: sticky;
  top: 80px;
  margin-bottom: 80px;
  flex-shrink: 0;
}

body:has(.under-admin-bar) .floating-sidebar {
  top: 120px;
}

.new-catalog-break .catalog-top__section {
  padding: 0;
}

.new-catalog-break .catalog-top__wrapper {
  background: none;
  border-top: 0;
  padding: 0;
}

.new-catalog-break .catalog-top__wrapper h1.catalog-title {
  margin: 0;
  line-height: 1;
  margin-bottom: 16px;
  width: 100%;
}

.new-catalog-break .main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sales-banner {
  grid-column: 1/-1;
}

.product-main__section .sales-banner {
  margin-bottom: 40px;
  margin-top: -40px;
}

.sales-banner :is(a, picture, img) {
  width: 100%;
  display: flex;
}

.sales-banner picture {
  aspect-ratio: 5.52;
}

@media (max-width: 991px) {
  .sales-banner picture {
    aspect-ratio: 2.06;
  }
}
.new-catalog-break .catalog-top__wrapper .cat-service-description {
  font-size: 16px;
}

.new-catalog-break .catalog-top__wrapper .cat-service-description p {
  margin: 0 0 8px;
}

.new-catalog-break .catalog-top__wrapper .cat-service-description p:last-child {
  margin: 0;
}

.new-catalog-break .catalog-top__wrapper .cat-service-description ul:last-child {
  margin-bottom: 0;
}

@media (max-width: 568px) {
  .new-catalog-break .catalog-top__wrapper .cat-service-description :is(p, span, strong, ul, li, div) {
    font-size: 14px;
    line-height: 1.2;
  }

  .new-catalog-break .catalog-top__wrapper .dkrp-button-row {
    font-size: 14px;
    flex-direction: column;
  }

  .new-catalog-break .catalog-top__wrapper .dkrp-button-row a svg {
    height: 10px;
  }

  .new-catalog-break .catalog-top__wrapper .dkrp-button-row a {
    line-height: 1;
  }
}
.new-catalog-break .catalog-top__wrapper .dkrp-button-row a {
  display: inline-flex;
  align-items: center;
}

.new-catalog-break .show-all-desc {
  color: #3A3A3A;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.new-catalog-break .cat-service-description .show-all-desc.less svg {
  transform: rotate(180deg);
}

.new-catalog-break .cat-service-description.open + .show-all-desc svg {
  transform: rotate(180deg);
}

.new-catalog-break .show-all-desc svg {
  transition: transform 0.5s ease;
}

.new-catalog-break .catalog-top__wrapper .dkrp-button-row {
  gap: 16px;
  margin-top: 8px;
  width: 100%;
}

.new-catalog-break .catalog-top__wrapper .dkrp-button-row a svg {
  margin-left: 8px;
}

.new-catalog-break .catalog-top__wrapper .dkrp-button-row a:hover {
  text-decoration: none;
  background: none;
  color: #ff0083;
}

.new-catalog-break .catalog-top__wrapper .dkrp-button-row a:hover:after {
  background-image: url(/wp-content/themes/dakraamplaza-v3/images/icons/icon-arrow-right-pink.svg);
}

.new-catalog-break .catalog-top__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new-catalog-break .floating-sidebar .adv-line {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.new-catalog-break .floating-sidebar .adv-line span {
  font-size: 16px;
}

.new-catalog-break .floating-sidebar .adv-line .catalog-advantages__item {
  max-width: 100%;
  gap: 20px;
  display: flex;
}

.new-catalog-break .floating-sidebar .adv-line .catalog-advantages__item img {
  flex-shrink: 0;
}

.new-catalog-break .floating-sidebar .product-decor__widget-wrapper.big-box-rating {
  transform: scale(0.7);
  transform-origin: left;
  margin: -30px 0 -30px;
  min-width: 320px;
  display: flex;
  flex-direction: column-reverse;
  gap: 36px;
}

.new-catalog-break .floating-sidebar .product-decor__widget-wrapper.big-box-rating a {
  margin: 0;
}

.new-catalog-break .floating-sidebar .catalog-advantages__item div p {
  font-size: 14px;
}

@media (max-width: 991px) {
  .new-catalog-break {
    padding-top: 0;
  }

  .new-catalog-break .side-wrap {
    display: none;
  }

  .new-catalog-break {
    grid-template-columns: auto;
  }
}
@media (max-width: 1359px) {
  .new-catalog-break .catalog-item {
    max-width: 256px;
  }
}
@media (max-width: 1199px) {
  .new-catalog-break .collections-grid .collections-panel {
    grid-column: 2/3;
    grid-row: 3/4;
    max-width: 333px;
  }

  .new-catalog-break .catalog-item {
    max-width: 333px;
  }
}
@media (max-width: 776px) {
  .new-catalog-break .collections-grid .collections-panel {
    grid-column: 2/3;
    grid-row: 3/4;
    max-width: calc((100vw - 90px) / 2);
  }

  .new-catalog-break .catalog-item {
    max-width: calc((100vw - 90px) / 2);
  }
}
@media (max-width: 567px) {
  .new-catalog-break .collections-grid .collections-panel {
    grid-column: 2/3;
    grid-row: 3/4;
    max-width: calc((100vw - 40px) / 2);
    min-width: 0;
    margin: 0;
  }

  .new-catalog-break .catalog-item {
    max-width: calc((100vw - 40px) / 2);
  }

  .new-catalog-break .dkrp-button-row {
    flex-direction: row;
  }
}
.new-catalog-break .collections-panel__title {
  font-size: 28px;
}

.new-catalog-break .catalog-main__container .collections-panel .collections-panel__content {
  padding: 24px;
  max-width: 100%;
}

.new-catalog-break .collections-grid .collections-panel {
  padding: 20px;
  align-items: end;
}

.new-catalog-break .collections-panel__description {
  font-size: 16px;
}

.new-catalog-break .collections-panel__content .btn.btn-large {
  margin-top: 16px !important;
}

.new-catalog-break .catalog-main__container .catalog-item .catalog-item__info--column {
  padding: 16px;
}

.new-catalog-break .catalog-main__container .usp-inner-catalog:not(.mobile) {
  padding: 34px;
}

.new-catalog-break .catalog-main__container .usp-inner-catalog:not(.mobile) ul {
  gap: 10px;
}

.new-catalog-break .catalog-main__container .usp-inner-catalog:not(.mobile) ul li {
  font-size: 16px;
}

.new-catalog-break .catalog-main__container .usp-inner-catalog:not(.mobile) ul li svg {
  margin-right: clamp(10px, 1.2vw, 20px);
  flex-shrink: 0;
}

.new-catalog-break .product-decor__rating-wrapper {
  padding-right: 40px;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .new-catalog-break .catalog-item__price-main {
    font-size: 16px;
    white-space: nowrap;
    margin-right: 8px;
  }

  .new-catalog-break .collections-grid .collections-panel {
    grid-column: 3/4;
    grid-row: 3/4;
    max-width: 256px;
  }

  .new-catalog-break .catalog-filter-nav {
    width: 220px;
  }

  .new-catalog-break .catalog-color-filter {
    width: 225px;
  }

  .new-catalog-break .new-design .dropdown-main {
    width: 220px;
  }

  .new-catalog-break .woocommerce-ordering {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .new-catalog-break .catalog-main__container .usp-inner-catalog:not(.mobile) {
    padding: 20px clamp(12px, 1.8vw, 16px);
  }

  .new-catalog-break .catalog-main__container .usp-inner-catalog:not(.mobile) ul li {
    font-size: clamp(12px, 1.8vw, 14px);
    gap: 10px;
  }

  .new-catalog-break .catalog-main__container .usp-inner-catalog:not(.mobile) ul li svg {
    margin-right: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
  }

  .new-catalog-break .product-decor__rating-wrapper {
    padding: 40px;
  }

  .new-catalog-break .product-decor__rating-wrapper .big-box-rating {
    display: none;
  }
}
@media (max-width: 991px) {
  .new-catalog-break .product-decor__rating-wrapper .big-box-rating {
    display: flex;
  }

  .new-catalog-break .product-decor__rating-wrapper .catalog-advantages__item {
    width: auto;
    max-width: 100%;
  }

  .new-catalog-break .catalog-advantages {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .new-catalog-break .collections-panel__title {
    font-size: 24px;
  }
}
@media (max-width: 567px) {
  .new-catalog-break .collections-grid .collections-panel {
    grid-column: span 2;
    grid-row: 4;
    max-width: 100%;
  }

  .new-catalog-break .catalog-main__container .usp-inner-catalog.mobile ~ .usp-inner-catalog.mobile {
    display: none;
  }

  .new-catalog-break .catalog-advantages {
    padding: 0;
  }

  .new-catalog-break .product-decor__rating-wrapper .big-box-rating {
    transform: scale(0.5);
  }
}
.new-catalog-break .catalog-top-nav {
  width: 100%;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.new-catalog-break .catalog-top-nav ul {
  gap: 16px;
  margin: 0;
}

.new-catalog-break .catalog-top-nav ul li {
  padding: 0;
}

.new-catalog-break .catalog-top-nav ul li a {
  padding: 0;
  height: auto;
  border: none;
  width: auto;
  min-width: 0;
}

.new-catalog-break .catalog-top-nav a:after {
  margin-left: 8px;
}

.new-catalog-break .catalog-main__navigation {
  display: grid;
  row-gap: 20px;
  column-gap: 10px;
}

.new-catalog-break .catalog-filters-group {
  grid-column: 1/2;
  column-gap: 14px;
}

.new-catalog-break .catalog-order-group {
  grid-column: 2/3;
  grid-row: 1;
}

.new-catalog-break .catalog-main__pagination {
  grid-column: 1/3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.more-products-pagination {
  margin-top: 20px;
}

@media (min-width: 1360px) {
  .new-catalog-break .collections-grid .collections-panel {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .new-catalog-break .catalog-order-group > span {
    display: none !important;
  }

  .new-catalog-break .catalog-filters-group .catalog-filter-nav {
    margin-right: 18px;
    min-width: 180px;
  }
}
@media (max-width: 991px) {
  .new-catalog-break .catalog-filters-group .catalog-filter-nav {
    margin-right: 37px;
  }
}
@media (max-width: 767px) {
  .new-catalog-break .catalog-filters-group .catalog-filter-nav {
    margin: 0;
  }

  .new-catalog-break .catalog-color-filter {
    margin: 0;
  }

  .new-catalog-break .catalog-filters-group {
    flex-direction: column;
    gap: 15px;
  }

  .new-catalog-break .catalog-main__navigation {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }

  .new-catalog-break .catalog-main__pagination a.link.anular {
    width: auto !important;
  }
}
.catalog-filter-nav h3, .catalog-filter-nav .h3 {
  margin: 0;
  background-color: #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 180px;
  cursor: pointer;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #3A3A3A;
  padding: 14px 40px 14px 20px;
  line-height: 24px;
}
@media only screen and (max-width: 574px) {
  .catalog-filter-nav h3, .catalog-filter-nav .h3 {
    font-size: 14px;
  }
}

.catalog-filter-nav h3:after, .catalog-filter-nav h3:before,
.catalog-filter-nav .h3:after, .catalog-filter-nav .h3:before {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
}

.catalog-filter-nav h3:before, .catalog-filter-nav .h3:before {
  width: 16px;
  height: 14px;
  background-image: url("../../images/icons/icon-filter-type.svg");
  -webkit-margin-end: 19px;
  margin-inline-end: 19px;
}

.catalog-filter-nav h3:after, .catalog-filter-nav .h3:after {
  width: 11px;
  height: 6px;
  background-image: url("../../images/icons/icon-arrow-down.svg");
  position: absolute;
  top: calc(50% - 3px);
  right: 22px;
  -webkit-transition: ease 0.3s transform;
  transition: ease 0.3s transform;
}

.catalog-filter-nav h3.attribute-selected, .catalog-filter-nav .h3.attribute-selected {
  font-weight: 600;
}

.catalog-filter-nav ul {
  display: flex;
  flex-direction: column;
  background-color: #ededed;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 10;
  -webkit-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  -o-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
}

.catalog-filter-nav.active ul {
  max-height: 400px;
  overflow-y: auto;
}

.catalog-filter-nav.active ul::-webkit-scrollbar {
  overflow-y: scroll;
  background: transparent;
  width: 3px;
}

.catalog-filter-nav.active ul::-webkit-scrollbar-thumb {
  background: #FF0083;
  border-radius: 4px;
  width: 3px;
}

.new-catalog-break .catalog-filters-group .catalog-filter-nav {
  margin: 0;
  position: relative;
}

.catalog-filter-nav ul li a {
  display: flex;
  color: #898989;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 19px;
  line-height: 29px;
  transition: background 0.2s linear, color 0.2s linear;
}

.catalog-filter-nav ul li .count {
  display: none;
}

.catalog-filter-nav ul li:hover a, .catalog-filter-nav ul li.chosen a {
  background: rgba(196, 196, 196, 0.3);
  color: #ff0083;
}

.catalog-filter-nav.active h3:after, .catalog-filter-nav.active .h3:after {
  transform: rotateZ(-180deg);
}

.new-catalog-break .catalog-top__wrapper .cat-service-description p,
.new-catalog-break .catalog-top__wrapper .cat-service-description ul {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #898989;
  margin-bottom: 16px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.new-catalog-break .catalog-top__wrapper .cat-service-description ul {
  padding-left: 12px;
}

.new-catalog-break .catalog-top__wrapper .cat-service-description ul li {
  margin-bottom: 8px;
  position: relative;
}

.new-catalog-break .catalog-top__wrapper .cat-service-description ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff0083;
  left: -12px;
  top: 9px;
}

.new-catalog-break .catalog-top__wrapper .cat-service-description > :first-child {
  display: inline;
}

.new-catalog-break .cat-service-description .show-all-desc {
  display: inline-flex;
}

.new-catalog-break .cat-service-description .show-all-desc svg {
  transform: none;
}

.new-catalog-break .cat-service-description .more-dots {
  display: inline-flex;
  margin-left: -11px;
  font-size: 16px;
  color: #898989;
  font-weight: 600;
  margin-right: 8px;
}

.new-catalog-break aftr {
  display: inline-block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  margin-top: 0;
}

.new-catalog-break .open aftr {
  max-height: 500px;
  transition: all 0.5s cubic-bezier(1, 0, 1, 0);
  margin-top: 16px;
}

.new-catalog-break .cat-service-description.open :is(.show-all-desc:not(.less), .more-dots) {
  display: none;
}

.new-catalog-break .child-cat-links {
  display: flex;
  gap: clamp(10px, 3.2vw, 20px);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
  flex-wrap: wrap;
}

.new-catalog-break .child-cat-btn {
  display: flex;
  padding: 14px 20px;
  border: 1px solid #EDEDED;
  align-items: center;
  gap: clamp(5px, 1.7vw, 20px);
}

.new-catalog-break .child-cat-btn img {
  height: 32px;
  width: 87px;
  object-fit: contain;
}

.new-catalog-break .child-cat-btn.back-to-parent {
  font-family: Gilroy;
  font-weight: 700;
  border: none;
  margin-left: auto;
  text-decoration: none;
  padding: 0;
}

.new-catalog-break .catalog-top__wrapper h1.catalog-title .brand-icon {
  height: 32px;
  width: 90px;
  object-fit: contain;
}

.new-catalog-break .catalog-top__wrapper h1.catalog-title {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  align-items: center;
}

@media (max-width: 475px) {
  .new-catalog-break .catalog-top__wrapper h1.catalog-title .brand-icon {
    height: 22px;
    width: 61px;
  }

  .new-catalog-break .catalog-top__wrapper h1.catalog-title {
    font-size: 24px;
  }

  .new-catalog-break .child-cat-btn img {
    height: 24px;
    width: 60px;
  }

  .new-catalog-break .child-cat-btn {
    flex-grow: 1;
    width: 40%;
    font-size: 14px;
    justify-content: space-around;
  }
}
.new-catalog-break .catalog-top__wrapper .cat-service-description:not(.open) ul {
  margin-top: 16px;
}

.pink-content .container table td {
  padding: 8px;
}

.checkout select {
  border: 1px solid #c4c4c4;
  font-size: 16px;
  height: 52px;
  padding: 0 12px 0 40px;
}

#check-vat {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #ff0083;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ff0083;
  opacity: 0;
  pointer-events: none;
}

#billing_vat_number_field:has(#billing_vat_number:focus) #check-vat {
  display: flex;
}

.woocommerce-validated #check-vat,
.loading #check-vat {
  display: none;
}

.vat-changed #check-vat {
  opacity: 1;
  pointer-events: all;
}

#billing_vat_number_field.woocommerce-validated:before {
  display: flex;
  width: 40px;
  bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../images/icons/checkmark-green.svg);
  background-position: center;
  background-repeat: no-repeat;
}

main .select2-container .select2-selection--single {
  padding: 0 15px;
  border: none;
  border-radius: 0;
}
main .select2-container .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  background: none;
}
main .select2-container.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 0;
  box-shadow: 0px 8px 8px 2px #7171718c;
}
main .select2-container.select2-container--open .select2-dropdown--above {
  border: none;
  border-radius: 0;
  box-shadow: 0px -6px 7px 0px #7171718c;
}
main .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15px 35px 15px 48px;
}

span#select2-billing_country_custom-container {
  padding: 0 40px;
}

.section-tips-inside-content .wc-block-grid__products {
  flex-wrap: wrap;
  list-style: none;
}

.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product {
  width: 30%;
  flex-grow: 1;
  border: 1px solid white;
}

.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}

.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 5.3ch;
  padding: 16px 16px 0;
  background: #f9f9f9;
}

.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
  text-decoration: none;
  margin: 0;
  display: block;
}

.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price.price {
  background: #f9f9f9;
  font-size: 16px;
  white-space: nowrap;
}

.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price.price .woocommerce-regular-variation-price {
  display: none;
}

.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wp-block-button {
  padding: 0;
  margin: 0;
}

.section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product .wp-block-button a.wp-block-button__link.add_to_cart_button {
  text-decoration: none;
}

@media (max-width: 991px) {
  .section-tips-inside-content .wc-block-grid__products li.wc-block-grid__product {
    width: 45%;
  }
}
.cart-group-product-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  color: #ff0083;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
  background: #fff7fb;
}

.cart-items .cart-item:has(.cart-group-product-title) {
  padding-top: 29px;
}

.header-cart__item:has(.cart-group-product-title) {
  padding-top: 30px;
  height: 110px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row .input, .woocommerce form .form-row select {
  padding-left: 16px;
}

.dkrp-shipping-switch .dkpr-method input + label {
  padding-left: 44px;
}

.dkrp-shipping-switch .dkpr-method label:before {
  left: 15px;
}

.dkrp-shipping-switch .dkpr-method label:after {
  left: 21px;
}

#billing_city_field:has(.manual-edit), #shipping_city_field:has(.manual-edit) {
  opacity: 1;
  position: unset;
  pointer-events: auto;
}

@media (min-width: 575px) {
  .checkout-form #billing_address_1_field:has(.manual-edit), .checkout-form #shipping_address_1_field:has(.manual-edit) {
    grid-column-end: span 2;
  }
}
.section-top-list__form .wrap-form:has(#dynamic-iframe-vervang) {
  padding: 16px !important;
  border-radius: 8px;
  background: #ff008321;
}

.section-top-list__form .wrap-form:has(#dynamic-iframe-vervang) .title-form {
  color: #3a3a3a;
  margin-left: 0;
  max-width: max-content;
  font-size: clamp(24px,2.5vw,36px);
  margin-bottom: 16px;
}

@keyframes header_line_slide {
  0% {
    transform: translate(0px);
  }
  10% {
    transform: translate(calc(-100vw - 20px));
  }
  50% {
    transform: translate(calc(-100vw - 20px));
  }
  60% {
    transform: translate(0px);
  }
  100% {
    transform: translate(0px);
  }
}


/* about-wrapper__de-launch — gated DE-launch block on Over ons */
.about-wrapper__de-launch { margin-top: 48px; width: 100%; }
.about-block.about-block--de-launch { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; }
.about-block.about-block--de-launch > div { padding-left: 0; width: calc(50% - 25px); }
.about-block.about-block--de-launch > picture { height: auto; width: calc(50% - 25px); }
.about-block.about-block--de-launch > picture img { height: 100%; width: 100%; object-fit: contain; background: white; padding: 15px; }
@media (max-width: 991px) {
  .about-block.about-block--de-launch { flex-direction: column; }
  .about-block.about-block--de-launch > div { padding-left: 20px; width: 100%; }
  .about-block.about-block--de-launch > picture { width: 100%; height: 200px; }
  .about-block.about-block--de-launch > picture img { padding: 30px 55px; }
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent!important;
}
