@charset "UTF-8";

/* @include transition(all,.2s,ease-in-out); */
@font-face {
  font-family: "icofont";
  src: url("../font/icofont.eot?42422497");
  src: url("../font/icofont.eot?42422497#iefix") format("embedded-opentype"), url("../font/icofont.woff2?42422497") format("woff2"), url("../font/icofont.woff?42422497") format("woff"), url("../font/icofont.ttf?42422497") format("truetype"), url("../font/icofont.svg?42422497#icofont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icofont';
    src: url('../font/icofont.svg?42422497#icofont') format('svg');
  }
}
*/
[class^=icofont-]::before,
[class*=" icofont-"]::before {
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
  #category #left-column {
    margin-top: 1.25vw;
  }
}

#index .h1.title_block {
  /* text-align: center; */
  display: block;
  margin: 0 auto;
}

.icofont-arrow-down:before {
  content: "\e800";
}

.icofont-arrow-left:before {
  content: "\e801";
}

.icofont-arrow-right:before {
  content: "\e802";
}

.icofont-box:before {
  content: "\e803";
}

.icofont-calendar:before {
  content: "\e805";
}

.icofont-check:before {
  content: "\e807";
}

.icofont-clipboard:before {
  content: "\e808";
}

.icofont-clock:before {
  content: "\e809";
}

.icofont-comment:before {
  content: "\e80a";
}

.icofont-credit-card:before {
  content: "\e80b";
}

.icofont-delete:before {
  content: "\e80c";
}

.icofont-trash:before {
  content: "\e80d";
}

.icofont-delivery:before {
  content: "\e80e";
}

.icofont-download:before {
  content: "\e80f";
}

.icofont-email:before {
  content: "\e810";
}

.icofont-facebook:before {
  content: "\e811";
}

.icofont-graphic-design:before {
  content: "\e812";
}

.icofont-group:before {
  content: "\e813";
}

.icofont-heart:before {
  content: "\e814";
}

.icofont-home:before {
  content: "\e815";
}

.icofont-idea:before {
  content: "\e816";
}

.icofont-information:before {
  content: "\e817";
}

.icofont-instagram:before {
  content: "\e818";
}

.icofont-key:before {
  content: "\e819";
}

.icofont-lock:before {
  content: "\e81a";
}

.icofont-menu:before {
  content: "\e81b";
}

.icofont-minus:before {
  content: "\e81c";
}

.icofont-arrow-up:before {
  content: "\e81d";
}

.icofont-phone:before {
  content: "\e81f";
}

.icofont-placeholder:before {
  content: "\e820";
}

.icofont-plus:before {
  content: "\e821";
}

.icofont-responsive:before {
  content: "\e822";
}

.icofont-quote2:before {
  content: "\e823";
}

.icofont-search:before {
  content: "\e824";
}

.icofont-sent:before {
  content: "\e825";
}

.icofont-settings:before {
  content: "\e826";
}

.icofont-shield:before {
  content: "\e827";
}

.icofont-shopping-cart:before {
  content: "\e828";
}

.icofont-show:before {
  content: "\e829";
}

.icofont-speech:before {
  content: "\e82a";
}

.icofont-star:before {
  content: "\e82b";
}

.icofont-tag:before {
  content: "\e82c";
}

.icofont-trophy:before {
  content: "\e82d";
}

.icofont-truck:before {
  content: "\e82e";
}

.icofont-twitter:before {
  content: "\e82f";
}

.icofont-user-full:before {
  content: "\e830";
}

.icofont-user:before {
  content: "\e831";
}

.icofont-user2:before {
  content: "\e832";
}

.icofont-wall-clock:before {
  content: "\e833";
}

.icofont-youtube:before {
  content: "\e834";
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  color: #000;
  font-display: swap;
}

@media (min-width: 992px) {
  body {
    font-size: 0.8333333333vw;
  }
}

#wrapper {
  background: #fff;
  overflow: hidden;
  padding: 0;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  #wrapper {
    padding-bottom: 2.0833333333vw;
  }
}

#wrapper .breadcrumb[data-depth="1"] {
  display: block;
}

#wrapper .breadcrumb[data-depth="1"]>ol {
  display: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

p {
  font-size: inherit;
  color: inherit;
}

.flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-full {
  justify-content: end;
  align-items: stretch;
  align-content: stretch;
}

@media (min-width: 992px) {
  .flex-full {
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .flex {
    display: block;
  }

  .flex-full {
    display: block;
  }
}

.d-flex {
  display: flex !important;
}

.fw-400 {
  font-weight: 400 !important;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 700;
  color: #000;
  text-transform: none;
}

h1,
.h1 {
  font-size: 50px;
  line-height: normal;
}

@media (min-width: 992px) {

  h1,
  .h1 {
    font-size: 50px;
    line-height: normal;
  }
}

@media (max-width: 575px) {

  h1,
  .h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

h2,
.h2 {
  font-size: 28px;
  line-height: 34px;
}

@media (min-width: 992px) {

  h2,
  .h2 {
    font-size: 1.5625vw;
    line-height: 1.875vw;
  }
}

h3,
.h3 {
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 992px) {

  h3,
  .h3 {
    font-size: 0.9375vw;
    line-height: 1.0416666667vw;
  }
}

h4,
.h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}

@media (min-width: 992px) {

  h4,
  .h4 {
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
  }
}

h5,
h6,
.h5,
.h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 992px) {

  h5,
  h6,
  .h5,
  .h6 {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
  }
}

.upper {
  text-transform: uppercase;
}

.special-color {
  color: #0A3F8B;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-middle {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.hidden {
  display: none;
}

.anchor {
  position: relative;
}

.anchor:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 100%;
  left: 0;
  height: 1px;
  background: #0A3F8B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.anchor:hover:after {
  right: 0;
}

.anchor:hover {
  color: #0A3F8B;
}

.form-control-valign {
  text-align: center;
}

#content.page-cms,
#category-description,
#product #main .page-content,
#main .blogs-container {
  border: 1px solid #ececec;
  padding: 30px 35px;
}

@media (min-width: 992px) {

  #content.page-cms,
  #category-description,
  #product #main .page-content,
  #main .blogs-container {
    padding: 4.0625vw 4.3229166667vw;
  }
}

@media (max-width: 767px) {

  #content.page-cms,
  #category-description,
  #product #main .page-content,
  #main .blogs-container {
    padding: 25px 15px;
  }
}

#content.page-cms p:last-child,
#category-description p:last-child,
#product #main .page-content p:last-child,
#main .blogs-container p:last-child {
  margin-bottom: 0;
}

/* .fav-count, #header .shopping-cart-header-content .cart-products-count { */
.fav-count,
#header .shopping-cart-header .cart-products-count {
  position: absolute;
  top: -13px;
  /* left: -27px; */
  right: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  background: #0A3F8B;
  font-size: 11px;
  font-weight: 400;
}

@media (min-width: 992px) {

  /* .fav-count, #header .shopping-cart-header-content .cart-products-count { */
  .fav-count,
  #header .shopping-cart-header .cart-products-count {
    top: -0.6770833333vw;
    /* left: -1.40625vw; */
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    font-size: 0.625vw;
    line-height: 0.9895833333vw;
  }
}

@media (max-width: 575px) {

  /* .fav-count, #header .shopping-cart-header-content .cart-products-count { */
  .fav-count,
  #header .shopping-cart-header .cart-products-count {
    width: 15px;
    height: 15px;
    line-height: 14px;
    left: -16px;
    top: -7px;
    font-size: 10px;
  }
}

.favorite-standart-icon .fav-button,
#products .product-list-actions a,
#products .product-list-actions button,
.featured-products .product-list-actions a,
.featured-products .product-list-actions button,
.product-accessories .product-list-actions a,
.product-accessories .product-list-actions button,
.product-miniature .product-list-actions a,
.product-miniature .product-list-actions button {
  cursor: pointer;
  display: block;
  margin: 7px 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #0A3F8B;
  background: #fff;
  color: #0A3F8B;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  padding: 0;
}

.favorite-standart-icon .fav-button:hover,
#products .product-list-actions a:hover,
#products .product-list-actions button:hover,
.featured-products .product-list-actions a:hover,
.featured-products .product-list-actions button:hover,
.product-accessories .product-list-actions a:hover,
.product-accessories .product-list-actions button:hover,
.product-miniature .product-list-actions a:hover,
.product-miniature .product-list-actions button:hover,
.favorite-standart-icon .active.fav-button,
#products .product-list-actions a.active,
#products .product-list-actions button.active,
.featured-products .product-list-actions a.active,
.featured-products .product-list-actions button.active,
.product-accessories .product-list-actions a.active,
.product-accessories .product-list-actions button.active,
.product-miniature .product-list-actions a.active,
.product-miniature .product-list-actions button.active {
  background: #0A3F8B;
  color: #fff;
}

.favorite-standart-icon .active.fav-button:hover,
#products .product-list-actions a.active:hover,
#products .product-list-actions button.active:hover,
.featured-products .product-list-actions a.active:hover,
.featured-products .product-list-actions button.active:hover,
.product-accessories .product-list-actions a.active:hover,
.product-accessories .product-list-actions button.active:hover,
.product-miniature .product-list-actions a.active:hover,
.product-miniature .product-list-actions button.active:hover {
  background: #fff;
  color: #0A3F8B;
}

.favorite-standart-icon .fav-button i,
#products .product-list-actions a i,
#products .product-list-actions button i,
.featured-products .product-list-actions a i,
.featured-products .product-list-actions button i,
.product-accessories .product-list-actions a i,
.product-accessories .product-list-actions button i,
.product-miniature .product-list-actions a i,
.product-miniature .product-list-actions button i {
  font-size: 24px;
}

@media (min-width: 992px) {

  .favorite-standart-icon .fav-button i,
  #products .product-list-actions a i,
  #products .product-list-actions button i,
  .featured-products .product-list-actions a i,
  .featured-products .product-list-actions button i,
  .product-accessories .product-list-actions a i,
  .product-accessories .product-list-actions button i,
  .product-miniature .product-list-actions a i,
  .product-miniature .product-list-actions button i {
    font-size: 1.25vw;
  }
}

@media (min-width: 992px) {

  .favorite-standart-icon .fav-button,
  #products .product-list-actions a,
  #products .product-list-actions button,
  .featured-products .product-list-actions a,
  .featured-products .product-list-actions button,
  .product-accessories .product-list-actions a,
  .product-accessories .product-list-actions button,
  .product-miniature .product-list-actions a,
  .product-miniature .product-list-actions button {
    margin: 0.3645833333vw 0;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    line-height: 2.6041666667vw;
  }
}

.expand-more[class*=icofont-] {
  text-indent: -99999px;
  position: relative;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  line-height: 14px !important;
  margin-left: 22px !important;
  display: inline-block;
}

@media (min-width: 992px) {
  .expand-more[class*=icofont-] {
    width: 0.78125vw;
    height: 0.8333333333vw;
    line-height: 0.7291666667vw !important;
    margin-left: 1.1458333333vw !important;
  }
}

.expand-more[class*=icofont-]:before {
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 14px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  .expand-more[class*=icofont-]:before {
    font-size: 0.8333333333vw;
  }
}

@media (min-width: 992px) {
  .expand-more[class*=icofont-] {
    width: 15px;
    height: 16px;
    line-height: 14px !important;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .expand-more[class*=icofont-] {
    width: 0.78125vw;
    height: 0.8333333333vw;
    line-height: 0.7291666667vw !important;
  }
}

@media (min-width: 992px) {
  .expand-more[class*=icofont-]:before {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .expand-more[class*=icofont-]:before {
    font-size: 0.8333333333vw;
  }
}

.dropdown-backdrop {
  display: none;
}

.dropdown .select-title {
  width: 335px;
  border: 1px solid #bfbfbf;
  box-shadow: none;
  padding: 15px 18px 19px 26px;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .dropdown .select-title {
    width: 17.4479166667vw;
    padding: 0.78125vw 0.9375vw 0.9895833333vw 1.3541666667vw;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
  }
}

@media (max-width: 991px) {
  .dropdown .select-title {
    width: 34.3087790111vw;
  }
}

@media (max-width: 767px) {
  .dropdown .select-title {
    width: 45.4367666232vw;
  }
}

@media (max-width: 575px) {
  .dropdown .select-title {
    width: calc(100vw - 30px);
  }
}

.dropdown .select-title i {
  color: #0A3F8B;
  font-size: 16px;
}

@media (min-width: 992px) {
  .dropdown .select-title i {
    font-size: 0.8333333333vw;
  }
}

.dropdown .dropdown-menu {
  padding: 0;
  font-size: 16px;
  width: 335px;
  z-index: 3;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    font-size: 0.8333333333vw;
    width: 17.4479166667vw;
  }
}

@media (max-width: 991px) {
  .dropdown .dropdown-menu {
    width: 30.3733602422vw;
    position: relative;
    border: 0;
    float: none;
  }
}

@media (max-width: 767px) {
  .dropdown .dropdown-menu {
    width: 45.4367666232vw;
  }
}

@media (max-width: 575px) {
  .dropdown .dropdown-menu {
    width: 94.7826086957vw;
  }
}

.dropdown .dropdown-menu .select-list {
  font-size: 18px;
  line-height: 20px;
  padding-left: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu .select-list {
    font-size: 0.9375vw;
    line-height: 1.0416666667vw;
    padding-left: 1.3541666667vw;
  }
}

.dropdown .dropdown-menu .select-list:hover {
  background: #0A3F8B;
  color: #fff;
}

.facet-dropdown .select-title {
  width: 100%;
  background: #fff;
}

.facet-dropdown .dropdown-menu {
  width: 100%;
  background: #fff;
}

.with_detal {
  position: relative;
}

.with_detal::before,
.with_detal::after {
  content: "";
  display: block;
  position: absolute;
}

.with_detal::before {
  transform: translateX(-25px);
  width: 50px;
  height: 15px;
  background: transparent;
  border-right: 10px solid #0A3F8B;
  border-left: 10px solid #0A3F8B;
}

@media (min-width: 992px) {
  .with_detal::before {
    transform: translateX(-1.3020833333vw);
    width: 2.6041666667vw;
    height: 0.78125vw;
    border-right-width: 0.5208333333vw;
    border-left-width: 0.5208333333vw;
  }
}

.with_detal::after {
  transform: translateX(-5px);
  width: 10px;
  height: 30px;
  background: #0A3F8B;
}

@media (min-width: 992px) {
  .with_detal::after {
    transform: translateX(-0.2604166667vw);
    width: 0.5208333333vw;
    height: 1.5625vw;
  }
}

.with_detal--right::before {
  transform: translateX(0);
  width: 25px;
  height: 15px;
  border-left: 0;
}

@media (min-width: 992px) {
  .with_detal--right::before {
    width: 1.3020833333vw;
    height: 0.78125vw;
  }
}

.with_detal--left::before {
  transform: translateX(-25px);
  width: 25px;
  height: 15px;
  border-right: 0;
}

@media (min-width: 992px) {
  .with_detal--left::before {
    transform: translateX(-1.3020833333vw);
    width: 1.3020833333vw;
    height: 0.78125vw;
  }
}

.sm-visible {
  display: none;
}

@media (max-width: 767px) {
  .sm-visible {
    display: block;
  }
}

.card {
  box-shadow: none;
  background: #f5f5f5;
  border: 1px solid #ececec;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.card:hover {
  border-color: #0A3F8B;
}

.card--color {
  background: #f6eee5;
  border: 0;
}

.card--color>*:first-child i,
.card--color>i {
  color: #ca5d75 !important;
}

.card-block {
  padding: 20px;
}

@media (min-width: 992px) {
  .card-block {
    padding: 1.0416666667vw;
  }
}

#main .page-content #notifications {
  margin: 0;
}

#main .page-content #notifications .container {
  padding: 0;
}

.alert ul {
  margin: 0;
}

.go-up {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #0A3F8B;
  outline: none;
  background: #0A3F8B;
  line-height: 30px;
  font-size: 11px;
  color: #fff;
  position: fixed;
  bottom: 15%;
  z-index: 6;
  right: 1.5625vw;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.go-up.visible {
  opacity: 1;
}

.go-up:hover {
  background: #fff;
  color: #0A3F8B;
}

@media (min-width: 992px) {
  .go-up {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    line-height: 1.5625vw;
    font-size: 0.5729166667vw;
  }
}

@media (max-width: 991px) {
  .go-up {
    display: none;
  }
}

.footer-content .rodo {
  background-color: #eee;
  color: #000;
}

.footer-content .rodo a.rodo__link {
  color: #0A3F8B;
}

.material-icons {
  font-size: 24px;
}

@media (min-width: 992px) {
  .material-icons {
    font-size: 1.25vw;
  }
}

.navbar-toggler {
  width: 24px;
  height: 21px;
  font-size: 15px;
}

@media (min-width: 992px) {
  .navbar-toggler {
    width: 1.9270833333vw;
    height: 1.09375vw;
    font-size: 0.78125vw;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    padding: 0 2.34375vw;
    position: relative;
  }

  .page-customer-account #wrapper>.container>*,
  .page-my-account #wrapper>.container>* {
    position: relative;
    z-index: 2;
  }

  .page-customer-account #wrapper>.container::before,
  .page-my-account #wrapper>.container::before {
    content: "";
    display: block;
    position: absolute;
    top: -4.6875vw;
    left: 3.4895833333vw;
    background: url("../img/account-bg.jpg") no-repeat 0 0;
    background-size: contain;
    width: 10.46875vw;
    height: 31.5104166667vw;
    z-index: 1;
  }

  .anti-container {
    width: auto;
    margin-left: -2.34375vw !important;
    margin-right: -2.34375vw !important;
    padding: 4.0625vw 6.6666666667vw 2.2395833333vw;
  }

  body.layout-left-column.category-id-14 #main,
  body.layout-left-column.category-id-parent-14 #main {
    margin-left: 0;
  }

  body.layout-left-column #main {
    margin-left: 2.1354166667vw;
  }

  body.layout-left-column #main .page-header {
    width: 94.4270833333vw;
  }

  body.layout-full-width:not(.page-index) #main {
    margin-left: -2.34375vw !important;
    margin-right: -2.34375vw !important;
    padding-left: 11.9791666667vw;
    padding-right: 11.9791666667vw;
    margin-bottom: 2.0833333333vw;
  }

  body.layout-full-width:not(.page-index) #main.anti-container {
    padding-left: 11.9791666667vw;
    padding-right: 11.9791666667vw;
  }

  body.layout-full-width:not(.page-index) #main .page-header {
    width: 100%;
    padding: 0 11.9791666667vw;
    right: 0;
    left: 0;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0 15px;
    position: relative;
  }

  .anti-container {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 30px 20px;
  }

  body.layout-full-width:not(.page-index) #main {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .pts-parallax {
    background-attachment: unset;
  }
}

@media (min-width: 992px) {
  .grid .col-lg-2\.4:nth-child(5n+1) {
    clear: left;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .grid .col-md-4:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .grid .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

.home__list {
  position: relative;
  padding-bottom: 2.6041666667vw;
  margin-bottom: 1.5104166667vw;
}

@media (max-width: 991px) {
  .home__list {
    padding-bottom: 40px;
    margin-bottom: 29px;
  }
}

/* .home__list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2604166667vw;
  background: #f4f4f4;
}
@media (max-width: 991px) {
  .home__list:before {
    height: 3px;
  }
} */
.home__list_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 17px;
}

@media (max-width: 575px) {
  .home__list_wrapper {
    /* flex-direction: column;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .home__list_wrapper {
    /* flex-direction: column;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
  }
}

.home__list_item {
  display: flex;
  position: relative;
  width: 50%;
  color: #000000;
  font-size: 0.9375vw;
  /* padding-left: 4.1145833333vw; */
  padding-top: 1.1979166667vw;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .home__list_item {
    width: 100%;
    font-size: 18px;
    position: relative;
    padding-left: 0;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 20px;
  }
}

.home__list_item:first-child {
  /* padding-right: 4.1145833333vw; */
  padding-left: unset;
  /* justify-content: flex-end; */
}

/* .home__list_item:first-child:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.15625vw;
  height: 9.8958333333vw;
  background: #f4f4f4;
}
@media (max-width: 991px) {
  .home__list_item:first-child:before {
    display: none;
  }
} */
.home__list_item-img {
  margin-right: 4.375vw;
  height: 5.5vw;
}

@media (max-width: 991px) {
  .home__list_item-img {
    height: 5rem;
    margin-right: 0;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .home__list_item-img {
    top: 1px;
  }

  .home__list_item-img img {
    width: 50px;
  }
}

.home__list_item-img svg {
  width: 6.7708333333vw !important;
  height: auto !important;
}

@media (max-width: 991px) {
  .home__list_item-img svg {
    width: 70px !important;
  }
}

.home__list_item-img img {
  height: 5.5vw;
}

@media (max-width: 991px) {
  .home__list_item-img img {
    height: 5rem;
  }
}

@media (max-width: 991px) {
  .home__list_item-content {
    width: 100%;
  }
}

.home__list_item-content .h3 {
  color: #0A3F8B;
  font-size: 2.34375vw;
  line-height: 2.8645833333vw;
  font-weight: 700;
  position: relative;
  bottom: 1rem;
}

@media (max-width: 991px) {
  .home__list_item-content .h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.home__list_item-content p {
  margin-bottom: 2.0833333333vw;
}

@media (max-width: 991px) {
  .home__list_item-content p {
    margin-bottom: 20px;
  }
}

.home__list_item-content .btn.btn-primary,
.home__list_item-content #search .slideshow .slide__title-wrap .slider-btn-container .btn,
#search .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
.home__list_item-content #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
.home__list_item-content #contact .slideshow .slide__title-wrap .slider-btn-container .btn,
#contact .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
.home__list_item-content #product .slideshow .slide__title-wrap .slider-btn-container .btn,
#product .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
.home__list_item-content #category .slideshow .slide__title-wrap .slider-btn-container .btn,
#category .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
.home__list_item-content #authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
#authentication .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
.home__list_item-content #cms .slideshow .slide__title-wrap .slider-btn-container .btn,
#cms .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
.home__list_item-content .slideshow .slide__title-wrap .slider-btn-container .btn,
.slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
.home__list_item-content .btn.btn-invers,
.home__list_item-content .btn.btn-small {
  max-width: 12.5vw;
}

@media (max-width: 991px) {

  .home__list_item-content .btn.btn-primary,
  .home__list_item-content #search .slideshow .slide__title-wrap .slider-btn-container .btn,
  #search .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
  .home__list_item-content #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
  #manufacturer .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
  .home__list_item-content #contact .slideshow .slide__title-wrap .slider-btn-container .btn,
  #contact .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
  .home__list_item-content #product .slideshow .slide__title-wrap .slider-btn-container .btn,
  #product .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
  .home__list_item-content #category .slideshow .slide__title-wrap .slider-btn-container .btn,
  #category .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
  .home__list_item-content #authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
  #authentication .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
  .home__list_item-content #cms .slideshow .slide__title-wrap .slider-btn-container .btn,
  #cms .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
  .home__list_item-content .slideshow .slide__title-wrap .slider-btn-container .btn,
  .slideshow .slide__title-wrap .slider-btn-container .home__list_item-content .btn,
  .home__list_item-content .btn.btn-invers,
  .home__list_item-content .btn.btn-small {
    max-width: 240px;
    margin: 0 auto;
  }
}

.list-promo_wrap {
  background-color: #fff;
  padding-bottom: 2.34375vw;
  margin-top: 2.34375vw;
  padding-top: 1.25vw;
}

@media (max-width: 991px) {
  .list-promo_wrap {
    padding-bottom: 25px;
    margin-top: 25px;
    padding-top: 24px;
  }
}

.widget-bloglatest .widget-products-desc {
  padding-bottom: 0.7291666667vw;
}

@media (max-width: 991px) {
  .widget-bloglatest .widget-products-desc {
    padding-bottom: 14px;
  }
}

/* .widget-manufacture .owl-wrapper .owl-item {
  max-width: 15.8854166667vw !important;
  height: 6.25vw;
  background: #ffffff;
}
@media (max-width: 991px) {
  .widget-manufacture .owl-wrapper .owl-item {
    max-width: 305px !important;
    height: 120px;
  }
} */

.widget-manufacture .block_manuf {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.widget-manufacture .block_manuf a {
  width: 100%;
  display: flex;
  justify-content: center;
}

.widget-manufacture .block_manuf a picture {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.25vw;
}

@media (max-width: 991px) {
  .widget-manufacture .block_manuf a picture {
    height: 120px;
  }
}

.widget-manufacture .block_manuf a picture img {
  max-width: 100%;
  max-height: 100px;
}

.carousel-control {
  display: block;
  position: absolute;
  top: 120px;
  padding-top: 20px;
  left: unset;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 0;
  color: #0A3F8B;
  background-color: #F1F1F1;
  text-align: center;
  text-shadow: none;
  opacity: 1;
  background-image: none !important;
  right: unset;
}

@media (max-width: 991px) {
  .carousel-control {
    top: 46px;
  }
}

.carousel-control.left {
  /* right: 2.5vw !important; */
  right: 55px !important;
}

@media (max-width: 991px) {
  .carousel-control.left {
    right: -90px !important;
  }
}

.carousel-control.left:before {
  content: "\e801";
  display: block;
  position: relative;
  font-size: 18px !important;
  color: #0A3F8B;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .carousel-control.left:before {
    font-size: 28px !important;
  }
}

.carousel-control.right {
  right: -1.1458333333vw !important;
}

@media (max-width: 991px) {
  .carousel-control.right {
    right: -22px !important;
  }
}

.carousel-control.right:before {
  content: "\e802";
  display: block;
  position: relative;
  font-size: 18px !important;
  color: #0A3F8B;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .carousel-control.right:before {
    font-size: 28px !important;
  }
}

.widget-manufacturer {
  margin-top: -1.6666666667vw;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .widget-manufacturer {
    margin-top: -32px;
  }
}

.widget-manufacturer .products-block,
.widget-manufacturer .content-margin .block_content {
  margin: 0 !important;
}

.alert {
  font-size: 18px;
  line-height: 22px;
  padding: 15px 22px 8px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .alert {
    font-size: 0.9375vw;
    line-height: 1.1458333333vw;
    padding: 0.78125vw 1.1458333333vw 0.9375vw;
    margin-bottom: 1.5625vw;
  }
}

/* */
.dropdown-menu {
  margin: -1px 0 0 0;
}

.checkbox,
.custom-checkbox input[type=checkbox]+span {
  border: solid 1px #bfbfbf;
  background: #fff;
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

@media (min-width: 992px) {

  .checkbox,
  .custom-checkbox input[type=checkbox]+span {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    margin-right: 0.4166666667vw;
  }
}

.checkbox .checkbox-checked,
.custom-checkbox input[type=checkbox]+span .checkbox-checked {
  color: #fff;
  font-size: 21px;
  line-height: 23px;
}

@media (min-width: 992px) {

  .checkbox .checkbox-checked,
  .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 1.0541666667vw;
    line-height: 1vw;
  }
}

.checkbox .checkbox-checked.icofont-check,
.custom-checkbox input[type=checkbox]+span .checkbox-checked.icofont-check {
  margin: 2px;
  font-size: 17px;
  line-height: 22px;
  margin: 0 3px;
}

@media (min-width: 992px) {

  .checkbox .checkbox-checked.icofont-check,
  .custom-checkbox input[type=checkbox]+span .checkbox-checked.icofont-check {
    margin: 0.1041666667vw;
    font-size: 0.8854166667vw;
    line-height: 1.1458333333vw;
    margin: 0 0.15625vw;
  }
}

.color,
.custom-checkbox input[type=checkbox]+span.color {
  width: 25px;
  height: 25px;
  box-shadow: unset;
  border: 0;
  margin: 0;
}

@media (min-width: 992px) {

  .color,
  .custom-checkbox input[type=checkbox]+span.color {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}

#product .color {
  width: 50px;
  height: 50px;
}

@media (min-width: 992px) {
  #product .color {
    width: 3.125vw;
    height: 3.125vw;
  }
}

.color[style*="#ffffff"],
.custom-checkbox input[type=checkbox]+span[style*="#ffffff"].color {
  border: solid 1px #000;
}

.color.active,
.custom-checkbox input[type=checkbox]+span.active.color {
  border: solid 2px #000;
}


.custom-checkbox input[type="checkbox"]+span {
  border: solid 2px #CECECE;
  /* background: #0A3F8B; */
  border-radius: 4px;
  /* width: 25px;
  height: 25px;
  margin-right: 8px; */
}

.custom-checkbox input[type="checkbox"]:checked+span {
  background: #0A3F8B;
  border: solid 2px #0A3F8B;
}

.radio,
.custom-radio {
  border: solid 1px #0A3F8B;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 992px) {

  .radio,
  .custom-radio {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}

.custom-checkbox {
  display: flex;
  top: 0 !important;
  margin: 16px 0 6px;
}

@media (min-width: 992px) {
  .custom-checkbox {
    margin: 0.8333333333vw 0 0.3125vw;
  }
}

.custom-checkbox input[type=checkbox]+span {
  flex-grow: 0;
  flex-shrink: 0;
}

.custom-checkbox input[type=checkbox]+span+.label {
  display: block;
}

.input-container input[type=checkbox]:checked+span,
.input-container input[type=checkbox]:hover+span,
.input-container input[type=radio]:checked+span,
.input-container input[type=radio]:hover+span {
  border: solid 2px #000;
}

.custom-checkbox[aria-expanded=true] input[type=checkbox]+span .checkbox-checked {
  display: block;
}

.custom-checkbox label+.text-muted {
  margin-left: 10px;
}

/*.facet-label {
  &:hover {
    input[type="checkbox"] {
      & + span {
        &.color {
          border: solid 1px $base-color;
        }
      }
    }
  }
}*/
.custom-radio {
  top: 0 !important;
  margin-right: 16px !important;
  position: relative;
}

@media (min-width: 992px) {
  .custom-radio {
    margin-right: 0.8333333333vw !important;
  }
}

.custom-radio input[type=radio]+span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
}

@media (min-width: 992px) {
  .custom-radio input[type=radio]+span {
    width: 0.78125vw;
    height: 0.78125vw;
    top: 0.2083333333vw;
    left: 0.2083333333vw;
  }
}

.custom-radio input[type=radio]:checked+span {
  background: #0A3F8B;
}

.custom-radio input[type=radio]:hover+span,
.custom-radio input[type=radio]:focus+span {
  border: 1px solid #0A3F8B;
}

.radio-inline+.radio-inline {
  margin-left: 30px;
}

@media (min-width: 992px) {
  .radio-inline+.radio-inline {
    margin-left: 1.5625vw;
  }
}

/* slider */
.ui-slider .ui-slider-horizontal,
#search_filters .ui-slider .ui-slider-horizontal {
  height: 5px;
}

.ui-slider .ui-slider-range,
#search_filters .ui-slider .ui-slider-range {
  background: #bfbfbf;
}

.ui-slider .ui-slider-handle,
#search_filters .ui-slider .ui-slider-handle {
  width: 1.0416666667vw;
  border-color: #bfbfbf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* select */
select,
.form-control-select {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASVJREFUeNrs2LFLAmEch3EvRCKHm04Q3GpKGmzzRqPAIBNs0c2W+q+C3AodCqzQoZag1sbmwCUih4ZArueF3xREIYTvwfeFD3Lee+CD73sHFyRJkknzWMqkfChAAQpQgAIUoAAFKEABClCAAhY1svNeOIq7Yz4KqOPlD5eUMMRk+/5kx4d/YA0buEH0y9zI5rn5q74soT28oYxrhD/MC+3Hr+MVTV8Cnmz5TLFpy2Pl2xx3fIUK3rFr13mziR+wjw/EuEDOzi3jElU77+Y9+ngXusUBPrGFc+Rxhpp938Kdz7dRt0w6mKGBZ9sj7rhte8T750Afh3DvKov22cUgTQ+yUxzbxj5C778fZIFe7ipAAQpQgAIUoAAFKEABClCAAuYbXwIMADRBMsYPJqygAAAAAElFTkSuQmCC") no-repeat scroll right center;
  border: 1px solid #bfbfbf;
  font-size: 20px;
  line-height: 30px;
  padding: 11px 22px 14px;
  color: #000;
}

@media (min-width: 992px) {

  select,
  .form-control-select {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    padding: 0.5729166667vw 1.1458333333vw 0.7291666667vw;
    background-size: 2.5vw 2.5vw;
  }
}

select.form-control:not([size]):not([multiple]) {
  height: 60px;
}

@media (min-width: 992px) {
  select.form-control:not([size]):not([multiple]) {
    height: 3.125vw;
  }
}

/* input, textarea */
input[type=text],
textarea,
.form-control {
  border: 1px solid #cecece;
  border-radius: 4px;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  padding: 0 20px;
  background-color: #fff;
  width: 100%;
  height: 50px;
}

@media (min-width: 992px) {

  input[type=text],
  textarea,
  .form-control {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    padding: 0.5729166667vw 1.1458333333vw 0.7291666667vw;
  }
}

input[type=text]::placeholder,
textarea::placeholder,
.form-control::placeholder {
  /* font-style: italic; */
}

textarea {
  resize: none;
}

#contact textarea {
  height: 180px;
}

@media (min-width: 992px) {
  #contact textarea {
    height: 9.375vw;
  }
}

.form-group {
  margin: 0 0 10px;
}

@media (min-width: 992px) {
  .form-group {
    margin: 0 0 0.5208333333vw;
  }
}

.form-group.form-checkbox {
  margin: 14px 0 0;
}

@media (min-width: 992px) {
  .form-group.form-checkbox {
    margin: 0.7291666667vw 0 0;
  }
}

/* label */
label {
  display: inline-block;
}

form label {
  display: block;
}

label[class*=-inline],
form label[class*=-inline] {
  display: inline-block;
}

label[for] {
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0 0;
  color: #000;
}

@media (min-width: 992px) {
  label[for] {
    font-size: 0.9375vw;
    line-height: 1.1458333333vw;
    padding: 0.5208333333vw 0 0;
  }
}

label.form-control-label,
label.radio-inline {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 992px) {

  label.form-control-label,
  label.radio-inline {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }
}

label.form-control-label {
  padding-top: 14px;
}

@media (min-width: 992px) {
  label.form-control-label {
    padding-top: 0.7291666667vw;
  }
}

#inputCollapsing label.form-control-label {
  padding-top: 8px;
}

@media (min-width: 992px) {
  #inputCollapsing label.form-control-label {
    padding-top: 0.4166666667vw;
  }
}

/* facet label - filtrowanie */
.facet-label {
  padding: 0;
}

.facet-label .custom-checkbox {
  margin-left: 0 !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0;
}

@media (min-width: 992px) {
  .facet-label .custom-checkbox {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}

/* required */
.required {
  position: relative;
}

.required::after {
  content: "*";
  position: absolute;
  top: 0px;
  right: -17px;
  color: #ff0000;
  font-size: 22px;
  line-height: 18px;
}

@media (min-width: 992px) {
  .required::after {
    right: -0.8854166667vw;
    font-size: 1.1458333333vw;
    line-height: 0.9375vw;
  }
}

@media (max-width: 575px) {
  .required::after {
    right: -8px;
  }
}

.required.form-group::after {
  top: 45px;
}

@media (min-width: 992px) {
  .required.form-group::after {
    top: 2.34375vw;
  }
}

.required.form-checkbox::after {
  top: 3px;
}

@media (min-width: 992px) {
  .required.form-checkbox::after {
    top: 0.15625vw;
  }
}

/* */
.btn {
  font-size: 14px;
  font-weight: 900;
  line-height: 15px;
  display: block;
  margin: 0;
  padding: 15px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .btn {
    font-size: 0.7291666667vw;
    line-height: 0.78125vw;
    padding: 0.78125vw;
  }
}

@media (max-width: 575px) {
  .btn {
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
    min-width: unset !important;
  }
}

.btn.disabled,
.btn:disabled {
  opacity: 0.5;
}

.btn:focus {
  outline: none;
}

.btn--cmain,
.btn-primary,
#search .slideshow .slide__title-wrap .slider-btn-container .btn,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
#contact .slideshow .slide__title-wrap .slider-btn-container .btn,
#product .slideshow .slide__title-wrap .slider-btn-container .btn,
#category .slideshow .slide__title-wrap .slider-btn-container .btn,
#authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
#cms .slideshow .slide__title-wrap .slider-btn-container .btn,
.slideshow .slide__title-wrap .slider-btn-container .btn,
.btn-invers,
.btn-small,
.card--color:nth-child(2n) .btn-primary,
.card--color:nth-child(2n) .btn-invers,
.card--color:nth-child(2n) .btn-small {
  background: #0A3F8B;
  color: #fff;
  /* border:0.1vw solid #000; */
  border: 0;
  border-radius: 4px;
}

.btn--cmain::before,
.btn-primary::before,
#search .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#contact .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#product .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#category .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#authentication .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#cms .slideshow .slide__title-wrap .slider-btn-container .btn::before,
.slideshow .slide__title-wrap .slider-btn-container .btn::before,
.btn-invers::before,
.btn-small::before,
.card--color:nth-child(2n) .btn-primary::before,
.card--color:nth-child(2n) .btn-invers::before,
.card--color:nth-child(2n) .btn-small::before {
  border-color: #0A3F8B;
}

.btn--cmain:not(:disabled):hover,
.btn-primary:not(:disabled):hover,
#search .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#contact .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#product .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#category .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#authentication .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#cms .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
.slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
.btn-invers:not(:disabled):hover,
.btn-small:not(:disabled):hover {
  background-color: #000;
  color: #fff;
}

.btn--cmain.active,
.active.btn-primary,
#search .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#contact .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#product .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#category .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#authentication .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#cms .slideshow .slide__title-wrap .slider-btn-container .active.btn,
.slideshow .slide__title-wrap .slider-btn-container .active.btn,
.active.btn-invers,
.active.btn-small,
.card--color:nth-child(2n) .active.btn-primary,
.card--color:nth-child(2n) .active.btn-invers,
.card--color:nth-child(2n) .active.btn-small,
.btn--cmain:active,
.btn-primary:active,
#search .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#contact .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#product .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#category .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#authentication .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#cms .slideshow .slide__title-wrap .slider-btn-container .btn:active,
.slideshow .slide__title-wrap .slider-btn-container .btn:active,
.btn-invers:active,
.btn-small:active,
.card--color:nth-child(2n) .btn-primary:active,
.card--color:nth-child(2n) .btn-invers:active,
.card--color:nth-child(2n) .btn-small:active,
.btn--cmain .dropdown-toggle,
.btn-primary .dropdown-toggle,
#search .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#contact .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#product .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#category .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#authentication .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#cms .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
.slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
.btn-invers .dropdown-toggle,
.btn-small .dropdown-toggle,
.card--color:nth-child(2n) .btn-primary .dropdown-toggle,
.card--color:nth-child(2n) .btn-invers .dropdown-toggle,
.card--color:nth-child(2n) .btn-small .dropdown-toggle {
  background-color: #fff;
  color: #000;
}

.btn--cinvrs,
.btn-invers,
.card--color:nth-child(2n+1) .btn-primary,
.card--color:nth-child(2n+1) #search .slideshow .slide__title-wrap .slider-btn-container .btn,
#search .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn,
.card--color:nth-child(2n+1) #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn,
.card--color:nth-child(2n+1) #contact .slideshow .slide__title-wrap .slider-btn-container .btn,
#contact .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn,
.card--color:nth-child(2n+1) #product .slideshow .slide__title-wrap .slider-btn-container .btn,
#product .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn,
.card--color:nth-child(2n+1) #category .slideshow .slide__title-wrap .slider-btn-container .btn,
#category .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn,
.card--color:nth-child(2n+1) #authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
#authentication .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn,
.card--color:nth-child(2n+1) #cms .slideshow .slide__title-wrap .slider-btn-container .btn,
#cms .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn,
.card--color:nth-child(2n+1) .slideshow .slide__title-wrap .slider-btn-container .btn,
.slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn,
.card--color:nth-child(2n+1) .btn-invers,
.card--color:nth-child(2n+1) .btn-small {
  background: #ca5d75;
  color: #fff;
}

.btn--cinvrs::before,
.btn-invers::before,
.card--color:nth-child(2n+1) .btn-primary::before,
.card--color:nth-child(2n+1) #search .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#search .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn::before,
.card--color:nth-child(2n+1) #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn::before,
.card--color:nth-child(2n+1) #contact .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#contact .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn::before,
.card--color:nth-child(2n+1) #product .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#product .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn::before,
.card--color:nth-child(2n+1) #category .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#category .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn::before,
.card--color:nth-child(2n+1) #authentication .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#authentication .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn::before,
.card--color:nth-child(2n+1) #cms .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#cms .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn::before,
.card--color:nth-child(2n+1) .slideshow .slide__title-wrap .slider-btn-container .btn::before,
.slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn::before,
.card--color:nth-child(2n+1) .btn-invers::before,
.card--color:nth-child(2n+1) .btn-small::before {
  border-color: #ca5d75;
}

.btn--cinvrs:not(:disabled):hover,
.btn-invers:not(:disabled):hover,
.card--color:nth-child(2n+1) .btn-primary:not(:disabled):hover,
.card--color:nth-child(2n+1) #search .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#search .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:not(:disabled):hover,
.card--color:nth-child(2n+1) #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:not(:disabled):hover,
.card--color:nth-child(2n+1) #contact .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#contact .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:not(:disabled):hover,
.card--color:nth-child(2n+1) #product .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#product .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:not(:disabled):hover,
.card--color:nth-child(2n+1) #category .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#category .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:not(:disabled):hover,
.card--color:nth-child(2n+1) #authentication .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#authentication .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:not(:disabled):hover,
.card--color:nth-child(2n+1) #cms .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
#cms .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:not(:disabled):hover,
.card--color:nth-child(2n+1) .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover,
.slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:not(:disabled):hover,
.card--color:nth-child(2n+1) .btn-small:not(:disabled):hover {
  background-color: #fff;
  color: #ca5d75;
}

.btn--cinvrs.active,
.active.btn-invers,
.card--color:nth-child(2n+1) .active.btn-primary,
.card--color:nth-child(2n+1) #search .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#search .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .active.btn,
.card--color:nth-child(2n+1) #manufacturer .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .active.btn,
.card--color:nth-child(2n+1) #contact .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#contact .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .active.btn,
.card--color:nth-child(2n+1) #product .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#product .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .active.btn,
.card--color:nth-child(2n+1) #category .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#category .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .active.btn,
.card--color:nth-child(2n+1) #authentication .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#authentication .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .active.btn,
.card--color:nth-child(2n+1) #cms .slideshow .slide__title-wrap .slider-btn-container .active.btn,
#cms .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .active.btn,
.card--color:nth-child(2n+1) .slideshow .slide__title-wrap .slider-btn-container .active.btn,
.slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .active.btn,
.card--color:nth-child(2n+1) .active.btn-invers,
.card--color:nth-child(2n+1) .active.btn-small,
.btn--cinvrs:active,
.btn-invers:active,
.card--color:nth-child(2n+1) .btn-primary:active,
.card--color:nth-child(2n+1) #search .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#search .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:active,
.card--color:nth-child(2n+1) #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:active,
.card--color:nth-child(2n+1) #contact .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#contact .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:active,
.card--color:nth-child(2n+1) #product .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#product .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:active,
.card--color:nth-child(2n+1) #category .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#category .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:active,
.card--color:nth-child(2n+1) #authentication .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#authentication .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:active,
.card--color:nth-child(2n+1) #cms .slideshow .slide__title-wrap .slider-btn-container .btn:active,
#cms .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:active,
.card--color:nth-child(2n+1) .slideshow .slide__title-wrap .slider-btn-container .btn:active,
.slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn:active,
.card--color:nth-child(2n+1) .btn-invers:active,
.card--color:nth-child(2n+1) .btn-small:active,
.btn--cinvrs .dropdown-toggle,
.btn-invers .dropdown-toggle,
.card--color:nth-child(2n+1) .btn-primary .dropdown-toggle,
.card--color:nth-child(2n+1) #search .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#search .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn .dropdown-toggle,
.card--color:nth-child(2n+1) #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn .dropdown-toggle,
.card--color:nth-child(2n+1) #contact .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#contact .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn .dropdown-toggle,
.card--color:nth-child(2n+1) #product .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#product .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn .dropdown-toggle,
.card--color:nth-child(2n+1) #category .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#category .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn .dropdown-toggle,
.card--color:nth-child(2n+1) #authentication .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#authentication .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn .dropdown-toggle,
.card--color:nth-child(2n+1) #cms .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
#cms .slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn .dropdown-toggle,
.card--color:nth-child(2n+1) .slideshow .slide__title-wrap .slider-btn-container .btn .dropdown-toggle,
.slideshow .slide__title-wrap .slider-btn-container .card--color:nth-child(2n+1) .btn .dropdown-toggle,
.card--color:nth-child(2n+1) .btn-invers .dropdown-toggle,
.card--color:nth-child(2n+1) .btn-small .dropdown-toggle {
  background-color: #ca5d75;
  color: #fff;
}

.btn--cblack {
  background: #000;
  color: #fff;
}

.btn--cblack::before {
  border-color: #000;
}

.btn--cblack:not(:disabled):hover {
  background-color: #fff;
  color: #000;
}

.btn--cblack.active,
.btn--cblack:active,
.btn--cblack .dropdown-toggle {
  background-color: #000;
  color: #fff;
}

.btn--cwhite {
  background: #fff;
  color: #000;
}

.btn--cwhite::before {
  border-color: #fff;
}

.btn--cwhite:not(:disabled):hover {
  background-color: #000;
  color: #fff;
}

.btn--cwhite.active,
.btn--cwhite:active,
.btn--cwhite .dropdown-toggle {
  background-color: #fff;
  color: #000;
}

.btn--cwhiteScnd {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn--cwhiteScnd::before {
  border-color: #fff;
}

.btn--cwhiteScnd:not(:disabled):hover {
  background-color: #fff;
  color: #000;
}

.btn--cwhiteScnd.active,
.btn--cwhiteScnd:active,
.btn--cwhiteScnd .dropdown-toggle {
  background-color: #000;
  color: #fff;
}

.btn--cbaseScnd,
.btn-secondary,
.btn-tertiary {
  background: #fff;
  color: #000;
  /* border: 1px solid #0A3F8B; */
}

.btn--cbaseScnd::before,
.btn-secondary::before,
.btn-tertiary::before {
  border-color: #fff;
}

.btn--cbaseScnd:not(:disabled):hover,
.btn-secondary:not(:disabled):hover,
.btn-tertiary:not(:disabled):hover {
  background-color: #0A3F8B;
  color: #fff;
}

.btn--cbaseScnd.active,
.active.btn-secondary,
.active.btn-tertiary,
.btn--cbaseScnd:active,
.btn-secondary:active,
.btn-tertiary:active,
.btn--cbaseScnd .dropdown-toggle,
.btn-secondary .dropdown-toggle,
.btn-tertiary .dropdown-toggle {
  background-color: #0A3F8B;
  color: #fff;
}

.btn-primary,
#search .slideshow .slide__title-wrap .slider-btn-container .btn,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
#contact .slideshow .slide__title-wrap .slider-btn-container .btn,
#product .slideshow .slide__title-wrap .slider-btn-container .btn,
#category .slideshow .slide__title-wrap .slider-btn-container .btn,
#authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
#cms .slideshow .slide__title-wrap .slider-btn-container .btn,
.slideshow .slide__title-wrap .slider-btn-container .btn,
.btn-invers,
.btn-small {
  min-width: 210px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  max-width: 100%;
  white-space: normal;
}

@media (min-width: 992px) {

  .btn-primary,
  #search .slideshow .slide__title-wrap .slider-btn-container .btn,
  #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
  #contact .slideshow .slide__title-wrap .slider-btn-container .btn,
  #product .slideshow .slide__title-wrap .slider-btn-container .btn,
  #category .slideshow .slide__title-wrap .slider-btn-container .btn,
  #authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
  #cms .slideshow .slide__title-wrap .slider-btn-container .btn,
  .slideshow .slide__title-wrap .slider-btn-container .btn,
  .btn-invers,
  .btn-small {
    min-width: 10.9375vw;
  }
}

.btn-primary::before,
#search .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#contact .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#product .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#category .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#authentication .slideshow .slide__title-wrap .slider-btn-container .btn::before,
#cms .slideshow .slide__title-wrap .slider-btn-container .btn::before,
.slideshow .slide__title-wrap .slider-btn-container .btn::before,
.btn-invers::before,
.btn-small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-primary:not(:disabled):hover::before,
#search .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover::before,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover::before,
#contact .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover::before,
#product .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover::before,
#category .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover::before,
#authentication .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover::before,
#cms .slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover::before,
.slideshow .slide__title-wrap .slider-btn-container .btn:not(:disabled):hover::before,
.btn-invers:not(:disabled):hover::before,
.btn-small:not(:disabled):hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.btn-secondary,
.btn-tertiary {
  min-width: 210px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media (min-width: 992px) {

  .btn-secondary,
  .btn-tertiary {
    min-width: 10.9375vw;
  }
}

.btn-secondary::before,
.btn-tertiary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-secondary:not(:disabled):hover::before,
.btn-tertiary:not(:disabled):hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.btn-tertiary {
  padding: 13px 7px 14px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .btn-tertiary {
    padding: 0.6770833333vw 0.3645833333vw 0.7291666667vw;
  }
}

.btn-fake {
  border: 1px solid #0A3F8B;
  background: #fff;
  color: #0A3F8B;
  cursor: text;
  min-width: 210px;
  text-align: center;
}

@media (min-width: 992px) {
  .btn-fake {
    min-width: 10.9375vw;
  }
}

.btn-small {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-transform: lowercase;
  display: inline-block;
  margin: 0 10px;
  padding: 5px 10px 8px;
  min-width: unset;
  vertical-align: baseline;
}

.btn-small i {
  margin-right: 5px;
  font-size: 20px;
}

@media (min-width: 992px) {
  .btn-small {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    margin: 0 0.5208333333vw;
    padding: 0.2604166667vw 0.5208333333vw 0.4166666667vw;
  }

  .btn-small i {
    margin-right: 0.2604166667vw;
    font-size: 1.0416666667vw;
  }
}

.btn-small:not(:disabled):hover,
.btn-small.active,
.btn-small:active,
.btn-small:focus,
.btn-small[aria-expanded=true] {
  background-color: #fff;
  color: #0A3F8B;
}

.btn-small:not(:disabled):hover::before,
.btn-small.active::before,
.btn-small:active::before,
.btn-small:focus::before,
.btn-small[aria-expanded=true]::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.btn-big {
  font-size: 16px;
  padding: 22px 25px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .btn-big {
    font-size: 0.8333333333vw;
    padding: 1.1458333333vw 1.3020833333vw;
    margin-top: 1.0416666667vw;
  }
}

.btn-black {
  background: #000;
}

.btn-black::before {
  border-color: #000;
}

.btn-black:not(:disabled):hover {
  background-color: #fff;
  color: #000;
}

.btn-black.active,
.btn-black:active,
.btn-black .dropdown-toggle {
  color: #fff;
  background-color: #000;
}

.btn-gray {
  border: none;
  background: #94a1b4;
  color: #fff;
}

.btn-gray::before {
  border-color: #94a1b4;
}

.btn-gray:not(:disabled):hover {
  background-color: #fff;
  color: #94a1b4;
}

.btn-gray.active,
.btn-gray:active,
.btn-gray .dropdown-toggle {
  color: #fff;
  background-color: #94a1b4;
}

.text-sm-center .btn {
  margin-left: auto;
  margin-right: auto;
}

/* */
/* nav */
/* nav */
#header {
  color: #000;
}

#header .container {
  padding: 0 1.5625vw;
}

#header .header-nav {
  background: #fff;
  border: 0;
  max-height: 50px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #header .header-nav {
    max-height: 2.6041666667vw;
  }
}

#header .header-nav.js-miniNavbar #contact-link {
  min-height: 50px;
}

@media (min-width: 992px) {
  #header .header-nav.js-miniNavbar #contact-link {
    min-height: 2.6041666667vw;
  }
}

#header .header-nav.js-miniNavbar .currency-selector button,
#header .header-nav.js-miniNavbar .language-selector button {
  padding-top: 2px;
  padding-bottom: 5px;
}

#header .header-nav #contact-link {
  display: flex;
  align-items: center;
  margin: 0 !important;
  min-height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #header .header-nav #contact-link {
    min-height: 2.6041666667vw;
  }
}

@media (max-width: 991px) {
  #header .header-nav #contact-link {
    display: none;
  }
}

#header .header-nav #contact-link .contact-link__item {
  display: flex;
  align-content: center;
  align-items: center;
}

#header .header-nav .right-nav {
  display: flex;
  align-items: center;
}

#header .header-nav .currency-selector,
#header .header-nav .language-selector {
  margin: 0;
  height: 100%;
}

#header .header-nav .currency-selector button,
#header .header-nav .language-selector button {
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  padding: 17px 18px 20px;
  line-height: 31px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {

  #header .header-nav .currency-selector button,
  #header .header-nav .language-selector button {
    font-size: 0.9375vw;
    padding: 0.8854166667vw 0.9375vw 1.0416666667vw;
    line-height: 1.6145833333vw;
  }
}

#header .header-nav .currency-selector button:hover,
#header .header-nav .language-selector button:hover {
  background: #eee;
}

#header .header-nav .currency-selector.open button,
#header .header-nav .language-selector.open button {
  background: #eee;
}

#header .header-nav .currency-selector .expand-more,
#header .header-nav .language-selector .expand-more {
  color: #000;
  font-size: 14px;
  font-weight: 900;
}

@media (min-width: 992px) {

  #header .header-nav .currency-selector .expand-more,
  #header .header-nav .language-selector .expand-more {
    font-size: 0.7291666667vw;
  }
}

#header .header-nav .currency-selector .dropdown-menu,
#header .header-nav .language-selector .dropdown-menu {
  min-width: 0;
  width: 100%;
  margin: 0;
  background: #eee;
  border: 0;
}

#header .header-nav .currency-selector .dropdown-menu .dropdown-item,
#header .header-nav .language-selector .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {

  #header .header-nav .currency-selector .dropdown-menu .dropdown-item,
  #header .header-nav .language-selector .dropdown-menu .dropdown-item {
    padding: 0.5208333333vw 1.0416666667vw;
  }
}

#header .header-nav .currency-selector .dropdown-menu .dropdown-item:hover,
#header .header-nav .language-selector .dropdown-menu .dropdown-item:hover {
  background: #0A3F8B;
  color: #fff;
}

#header .header-nav .currency-selector img,
#header .header-nav .language-selector img {
  vertical-align: text-bottom;
  margin-right: 15px;
  width: 24px;
  height: auto;
}

@media (min-width: 992px) {

  #header .header-nav .currency-selector img,
  #header .header-nav .language-selector img {
    width: 1.25vw;
    margin-right: 0.78125vw;
  }
}

#header .header-nav .currency-selector {
  border-right: 1px solid #dbe6e9;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

#header .header-nav .currency-selector:hover {
  border-right-color: #eee;
}

#header .header-nav .currency-selector button {
  padding-right: 27px;
  padding-left: 40px;
}

@media (min-width: 992px) {
  #header .header-nav .currency-selector button {
    padding-right: 1.40625vw;
    padding-left: 2.0833333333vw;
  }
}

#header .header-nav .currency-selector #currency-selector-label {
  vertical-align: -1px;
}

#header .header-nav .currency-selector .expand-more:not([class*=icofont-]) {
  display: none;
}

#header .header-nav .language-selector {
  margin-right: -18px;
}

@media (min-width: 992px) {
  #header .header-nav .language-selector {
    margin-right: -0.9375vw;
  }
}

#header .header-nav .language-selector button {
  padding-left: 30px;
}

@media (min-width: 992px) {
  #header .header-nav .language-selector button {
    padding-left: 1.5625vw;
  }
}

#header .header-nav .search-widget {
  border-left: 1px solid #d0d0d0;
  padding-left: 20px;
  margin-left: 20px;
  min-width: unset;
}

@media (min-width: 992px) {
  #header .header-nav .search-widget {
    padding-left: 1.0416666667vw;
    margin-left: 1.0416666667vw;
  }
}

@media (max-width: 575px) {
  #header .header-nav .search-widget {
    padding-left: 5px;
  }
}

#header a:hover {
  color: #fbc316;
}

#header #_mobile_contact_link #contact-link {
  margin: 20px 0 20px 5px !important;
}

#header .contact-link__item {
  font-size: 17px;
}

@media (min-width: 992px) {
  #header .contact-link__item {
    font-size: 0.8854166667vw;
  }
}

#header .contact-link__item:before {
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b2d2f8;
  font-size: 21px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  #header .contact-link__item:before {
    font-size: 1.3020833333vw;
    padding-right: 1.0416666667vw;
  }
}

#header .contact-link__item>span {
  color: #b2d2f8;
  line-height: 22px;
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  #header .contact-link__item>span {
    line-height: 1.1458333333vw;
  }
}

#header .contact-link__item>span a span {
  white-space: nowrap;
}

@media (min-width: 992px) {
  #header .contact-link__item--phone {
    margin-right: 3.90625vw;
  }
}

@media (max-width: 991px) {
  #header .contact-link__item--phone {
    margin-bottom: 10px;
  }
}

#header .contact-link__item--phone>span a {
  color: #ffffff;
  font-weight: 900;
}

#header .contact-link__item--phone:before {
  content: "\e81f";
  height: 23px;
}

@media (min-width: 992px) {
  #header .contact-link__item--phone:before {
    height: 1.1979166667vw;
  }
}

#header .contact-link__item--email:before {
  font-size: 22px;
  content: "\e810";
  height: 25px;
}

@media (min-width: 992px) {
  #header .contact-link__item--email:before {
    font-size: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}

#header .contact-link__item a {
  position: relative;
}

#header .contact-link__item a:hover {
  color: #fbc316;
  text-decoration: none;
}

#header .contact-link__item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 100%;
  left: 0;
  height: 1px;
  background: #0A3F8B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .contact-link__item a:hover:after {
  right: 0;
}

#header .contact-link__item a:after {
  background: #fbc316;
}

#_desktop_block_social {
  margin: 0 0 0 auto;
}

@media (max-width: 991px) {
  #_desktop_block_social {
    display: none;
  }
}

.block-social {
  display: flex;
  align-items: center;
  justify-content: start;
}

@media (min-width: 992px) {
  .block-social {
    justify-content: center;
  }
}

.block-social ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .block-social ul {
    margin: 0.5208333333vw 0.9375vw 0 0;
  }
}

.block-social li {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  width: 1.5104166667vw;
  height: 1.5104166667vw;
  background-color: #ffffff;
  border-radius: 2px;
  transition: 0.3s;
}

.block-social li:before {
  background: none;
  display: none;
}

.block-social li:hover {
  background-color: #fbc316;
}

.block-social li a {
  text-indent: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.block-social li a:before {
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0c478d;
}

.block-social li a:hover {
  background-color: transparent;
  text-decoration: none;
}

.block-social li a:hover:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-social li.instagram {
  margin-top: 1px;
}

.block-social li.instagram a:before {
  content: "\e818";
  font-size: 19px;
}

@media (min-width: 992px) {
  .block-social li.instagram a:before {
    font-size: 0.9895833333vw;
  }
}

.block-social li.instagram a:hover:before {
  color: #c32aa3;
}

.block-social li.facebook a:before {
  content: "\e811";
  font-size: 17px;
}

@media (min-width: 992px) {
  .block-social li.facebook a:before {
    font-size: 0.8854166667vw;
  }
}

.block-social li.facebook a:hover:before {
  color: #3b5998;
}

.block-social li.twitter a:before {
  content: "\e82f";
  font-size: 20px;
}

@media (min-width: 992px) {
  .block-social li.twitter a:before {
    font-size: 1.0416666667vw;
  }
}

.block-social li.twitter a:hover:before {
  color: #1da1f2;
}

.block-social li.youtube a:before {
  content: "\e834";
  font-size: 20px;
}

@media (min-width: 992px) {
  .block-social li.youtube a:before {
    font-size: 1.0416666667vw;
  }
}

.block-social li.youtube a:hover:before {
  color: #fbc316;
}

.instagram a:hover {
  color: #c32aa3 !important;
}

.facebook a:hover {
  color: #3b5998 !important;
}

.twitter a:hover {
  color: #1da1f2 !important;
}

.youtube a:hover {
  color: #ff0000 !important;
}

/* end nav */
/* top */
#_desktop_logo {
  /* margin: 0 0 0 1.3854166667vw; */
  margin: 0 0 0 0.8054166667vw;
  display: flex;
  /* align-items: center; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 16px;
  width: 10%;
  order: 0;
}

/* @media (max-width: 991px) {
  #_desktop_logo {
    margin-left: 10px;
    padding: 10px 0;
  }
} */
/* @media (max-width: 767px) {
  #_desktop_logo {
    margin-left: 10px;
  }
} */
#_mobile_menu {
  order: 2;
}

@media (max-width: 991px) {
  #_desktop_logo {
    margin-left: 0;
    width: unset !important;
    float: left;
  }

  #_desktop_icons {
    width: unset !important;
    float: right;
    padding-top: 16px;
  }

  #_mobile_menu {
    width: unset !important;
    float: right;
  }

  #_desktop_menu_search {
    width: unset !important;
    float: none;
    clear: both;
  }
}

#_desktop_logo .logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #_desktop_logo .logo {
    /* max-width: 14.84375vw; */
  }
}

@media (max-width: 991px) {
  #_desktop_logo .logo {
    max-width: 22.1354166667vw;
  }
}

@media (max-width: 767px) {
  #_desktop_logo .logo {
    max-width: 31.25vw;
  }
}

@media (max-width: 575px) {
  #_desktop_logo .logo {
    max-width: 27.7777777778vw;
  }
}

/* .shadow-header, #header .header-top, #header {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
} */

#header {
  background: #fff;
  margin: 0;
  padding: 0;
}

#header.js-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

#header {
    background-image: url("/themes/ibif/assets/img/Top2025.webp");
    background-position: center;
    background-size: cover;
}

#header .header-top {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  #header .header-top {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  }
}

#header .header-top.js-miniNavbar .menu>.top-menu>li {
  padding-top: 20px;
  padding-bottom: 20px;
}

#header .menu .category#category-478 .sub-menu {
  display: none !important;
}

#header .header-top.js-miniNavbar .logo {
  max-height: 50px;
}

#header .header-top .menu {
  padding: 0;
  margin: 0;
}

#header .header-top .menu>.top-menu {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .header-top .menu>.top-menu #lnk-nasze-salony span {
  color: #0A3F8B;
}

#header .header-top .menu>.top-menu>li {
  position: relative;
  padding: 30px 15px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #header .header-top .menu>.top-menu>li {
    padding: .8875vw 0.78125vw .80958333333vw;
  }
}

#header .header-top .menu>.top-menu>li:first-child {
  margin: 0;
}

@media (min-width: 992px) {
  #header .header-top .menu>.top-menu>li:first-child {
    margin: 0 0.7291666667vw 0 0;
  }
}

#header .header-top .menu>.top-menu>li>a {
  position: relative;
  display: block;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .header-top .menu>.top-menu>li>a.active {
  color: #0A3F8B;
}

#header .header-top .menu>.top-menu>li>a>span {
  /* display: block; */
  display: inline-block;
  overflow: hidden;
}

#header .header-top .menu>.top-menu>li>a>span>span {
  position: relative;
  display: block;
  text-transform: none;
  color: #0A3F8B;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #header .header-top .menu>.top-menu>li>a>span>span {
    font-size: 1.09375vw;
    line-height: 1.4583333333vw;
  }
}

#header .header-top .menu>.top-menu>li>a>span>span::before,
#header .header-top .menu>.top-menu>li>a>span>span i.hover {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  color: #0A3F8B;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#header .header-top .menu>.top-menu>li>a>span>span i::before {
  display: block;
  line-height: 16px;
  padding: 4px 0 0;
}

@media (min-width: 992px) {
  #header .header-top .menu>.top-menu>li>a>span>span i::before {
    line-height: 0.83333333vw;
  }
}

#header .header-top .menu>.top-menu>li:hover>a>span>span,
#header .header-top .menu>.top-menu>li:focus>a>span>span,
#header .header-top .menu>.top-menu>li.current>a>span>span {
  transform: translateY(-100%);
}

#header .header-top .menu>.top-menu>li:hover>.sub-menu,
#header .header-top .menu>.top-menu>li:focus>.sub-menu {
  top: 100% !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .header-top .menu>.top-menu [class*=icofont-] {
  display: block;
  color: #0A3F8B;
  font-size: 10px;
  line-height: 24px;
}

@media (min-width: 992px) {
  #header .header-top .menu>.top-menu [class*=icofont-] {
    font-size: 0.6583333333vw;
    line-height: 1.6666666667vw;
  }
}

#header .header-top .menu>.top-menu [class*=icofont-].hover {
  color: #0A3F8B;
}

#header .header-top .menu>.top-menu .sub-menu {
  z-index: 110;
  top: 110% !important;
  margin-left: 0.7291666667vw;
  width: auto;
  min-width: 17.7604166667vw;
  box-shadow: unset;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .header-top .menu>.top-menu .sub-menu>ul {
  margin: 0;
}

#header .header-top .menu>.top-menu .sub-menu>ul>li {
  background: #eee;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  float: none;
  margin: 0;
}

#header .header-top .menu>.top-menu .sub-menu>ul>li:nth-child(2n) {
  background: #f5f5f5;
}

#header .header-top .menu>.top-menu .sub-menu>ul>li:hover,
#header .header-top .menu>.top-menu .sub-menu>ul>li.current {
  background: #0A3F8B;
}

#header .header-top .menu>.top-menu .sub-menu>ul>li:hover>a,
#header .header-top .menu>.top-menu .sub-menu>ul>li.current>a {
  color: #ffffff;
}

#header .header-top .menu>.top-menu .sub-menu>ul>li>a {
  font-size: 17px;
  color: #0A3F8B;
  padding: 15px 30px;
  line-height: 25px;
  text-transform: none;
  font-weight: 400;
  white-space: normal;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #header .header-top .menu>.top-menu .sub-menu>ul>li>a {
    font-size: 0.8854166667vw;
    padding: 0.78125vw 1.5625vw;
    line-height: 1.3020833333vw;
  }
}

#header .header-top .menu>.top-menu .sub-menu>ul::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #eee transparent;
  position: absolute;
  top: -12px;
  left: 0;
}

#header .header-top #mobile_top_menu_wrapper #top-menu li>a {
  border: 0;
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .header-top #mobile_top_menu_wrapper #top-menu li:hover>a,
#header .header-top #mobile_top_menu_wrapper #top-menu li a.current {
  color: #ffffff;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li {
  position: relative;
  padding: 10px 15px 12px 32px;
  border-bottom: 1px solid #ececec;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li:last-child {
  border: 0;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li>a {
  font-weight: 600;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li:before {
  display: block;
  position: absolute;
  top: 16px;
  left: 5px;
  font-size: 11px;
  color: #ffffff;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e802";
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li .navbar-toggler {
  padding-top: 2px;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li .navbar-toggler:hover {
  color: #ffffff;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li li>a.category-sub-link {
  font-weight: 400;
  text-transform: lowercase;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li li li {
  padding-left: 20px;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li li li>a {
  font-weight: 400;
  color: #737373;
  font-size: 16px;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li li li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}

@media (max-width: 991px) {
  #header .header-top #mobile_top_menu_wrapper #top-menu .hover {
    display: none;
  }
}

/* #header .shopping-cart-header-content [class*=icofont-]:not(.expand-more), [class*=icofont-]#menu-icon::before, [class*=icofont-].user-info-selector-trigger::before, [class*=icofont-].fav-trigger::before, [class*=icofont-].search-trigger::before, #menu-icon [class*=icofont-]::before, .user-info-selector-trigger [class*=icofont-]::before, .fav-trigger [class*=icofont-]::before, .search-trigger [class*=icofont-]::before { */
#header .shopping-cart-header [class*=icofont-]:not(.expand-more),
[class*=icofont-]#menu-icon::before,
[class*=icofont-].user-info-selector-trigger::before,
[class*=icofont-].fav-trigger::before,
[class*=icofont-].search-trigger::before,
#menu-icon [class*=icofont-]::before,
.user-info-selector-trigger [class*=icofont-]::before,
.fav-trigger [class*=icofont-]::before,
.search-trigger [class*=icofont-]::before {
  color: #0A3F8B;
  font-size: 25px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 992px) {

  /* #header .shopping-cart-header-content [class*=icofont-]:not(.expand-more), [class*=icofont-]#menu-icon::before, [class*=icofont-].user-info-selector-trigger::before, [class*=icofont-].fav-trigger::before, [class*=icofont-].search-trigger::before, #menu-icon [class*=icofont-]::before, .user-info-selector-trigger [class*=icofont-]::before, .fav-trigger [class*=icofont-]::before, .search-trigger [class*=icofont-]::before { */
  #header .shopping-cart-header [class*=icofont-]:not(.expand-more),
  [class*=icofont-]#menu-icon::before,
  [class*=icofont-].user-info-selector-trigger::before,
  [class*=icofont-].fav-trigger::before,
  [class*=icofont-].search-trigger::before,
  #menu-icon [class*=icofont-]::before,
  .user-info-selector-trigger [class*=icofont-]::before,
  .fav-trigger [class*=icofont-]::before,
  .search-trigger [class*=icofont-]::before {
    font-size: 1.7708333333vw;
  }
}

@media (max-width: 575px) {

  /* #header .shopping-cart-header-content [class*=icofont-]:not(.expand-more), [class*=icofont-]#menu-icon::before, [class*=icofont-].user-info-selector-trigger::before, [class*=icofont-].fav-trigger::before, [class*=icofont-].search-trigger::before, #menu-icon [class*=icofont-]::before, .user-info-selector-trigger [class*=icofont-]::before, .fav-trigger [class*=icofont-]::before, .search-trigger [class*=icofont-]::before { */
  #header .shopping-cart-header [class*=icofont-]:not(.expand-more),
  [class*=icofont-]#menu-icon::before,
  [class*=icofont-].user-info-selector-trigger::before,
  [class*=icofont-].fav-trigger::before,
  [class*=icofont-].search-trigger::before,
  #menu-icon [class*=icofont-]::before,
  .user-info-selector-trigger [class*=icofont-]::before,
  .fav-trigger [class*=icofont-]::before,
  .search-trigger [class*=icofont-]::before {
    font-size: 22px;
  }
}

/* #header .shopping-cart-header-content [class*=icofont-]:hover:not(.expand-more), [class*=icofont-]#menu-icon:hover::before, [class*=icofont-].user-info-selector-trigger:hover::before, [class*=icofont-].fav-trigger:hover::before, [class*=icofont-].search-trigger:hover::before, #menu-icon [class*=icofont-]:hover::before, .user-info-selector-trigger [class*=icofont-]:hover::before, .fav-trigger [class*=icofont-]:hover::before, .search-trigger [class*=icofont-]:hover::before { */
#header .shopping-cart-header [class*=icofont-]:hover:not(.expand-more),
[class*=icofont-]#menu-icon:hover::before,
[class*=icofont-].user-info-selector-trigger:hover::before,
[class*=icofont-].fav-trigger:hover::before,
[class*=icofont-].search-trigger:hover::before,
#menu-icon [class*=icofont-]:hover::before,
.user-info-selector-trigger [class*=icofont-]:hover::before,
.fav-trigger [class*=icofont-]:hover::before,
.search-trigger [class*=icofont-]:hover::before {
  color: #000 !important;
}

#menu-icon,
.user-info-selector-trigger,
.fav-trigger,
.search-trigger {
  /* display: flex; */
  align-items: center;
  cursor: pointer;
  padding: 0 15px !important;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

@media (min-width: 992px) {

  #menu-icon,
  .user-info-selector-trigger,
  .fav-trigger,
  .search-trigger {
    /* padding: 0 1.1979166667vw !important; */
    padding: 0 !important;
  }
}

@media (max-width: 575px) {

  #menu-icon,
  .user-info-selector-trigger,
  .fav-trigger,
  .search-trigger {
    padding: 0 10px !important;
  }
}

#menu-icon:hover,
.user-info-selector-trigger:hover,
.fav-trigger:hover,
.search-trigger:hover {
  background: #fff;
  color: #fff !important;
}

#menu-icon i[class*=icofont-],
.user-info-selector-trigger i[class*=icofont-],
.fav-trigger i[class*=icofont-],
.search-trigger i[class*=icofont-] {
  display: block;
  height: unset;
}

body>.ui-autocomplete {
  max-width: 60vw;
}

@media (min-width: 992px) {
  body>.ui-autocomplete {
    max-width: 33.0729166667vw;
  }
}

@media (max-width: 991px) {
  body>.ui-autocomplete {
    max-width: 40vw;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body>.ui-autocomplete {
    max-width: 50vw;
    width: 100%;
  }
}

@media (max-width: 575px) {
  body>.ui-autocomplete {
    max-width: calc(100% - 30px);
    width: 100%;
  }
}

.search-widget {
  min-width: 0;
  /* margin: 0 0 0 15px; */
}

@media (min-width: 992px) {
  .search-widget {
    /* margin: 0 0 0 1.1979166667vw; */
    /* margin: 0 0 0 calc(2 * 1.1979166667vw); */
  }
}

@media (max-width: 575px) {
  .search-widget {
    /* margin: 0 10px !important; */
  }
}

.search-widget form .search-input {
  position: relative;
  /* margin: 0 10px 0 30px; */
  margin: 0 10px 0 0;
  max-width: unset;
  /* max-width: 635px; */
}

@media (min-width: 992px) {
  .search-widget form .search-input {
    margin: 0 0.5208333333vw 0 0;
    /* margin: 0 0.5208333333vw 0 1.5625vw; */
    width: 29.0729166667vw;

  }
}

@media (max-width: 991px) {
  .search-widget form .search-input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .search-widget form .search-input {
    width: 100%;
    margin-left: 0;
  }

  .header-top .search-widget form {
    margin: unset;
  }
}

@media (max-width: 575px) {
  .search-widget form .search-input {
    width: 100%;
  }
}

.search-widget form .search-input>input[type=text] {
  padding: 12px 70px 16px 27px;
  font-size: 15px;
  /* font-style: italic; */
  font-weight: 400;
  border: 1px solid #cecece;
  outline: none;
  color: #c2c2c2;
}

@media (min-width: 992px) {
  .search-widget form .search-input>input[type=text] {
    padding: 0.625vw 3.6458333333vw 0.8333333333vw 1.40625vw;
    font-size: 1.0416666667vw;
  }
}

@media (max-width: 575px) {
  .search-widget form .search-input>input[type=text] {
    min-width: unset;
    padding-right: 12.1739130435vw;
    padding-left: 4.6956521739vw;
  }
}

.search-content {
  height: 0;
  /* opacity: 0; */
  /* position: absolute;
  right: 0;
  left: 0;
  top: 100%; */
  max-width: 100vw;
  z-index: 100;
  /* background: #f5f5f5; */
  /* padding: 0; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;

  height: 80px;
  padding: 8px 0;
}

.search-content.active {
  opacity: 1;
  height: 80px;
  padding: 8px 0;
}

.search-label {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 3px;
}

@media (min-width: 992px) {
  .search-label {
    font-size: 1.0416666667vw;
  }
}

@media (max-width: 767px) {
  .search-label {
    display: none;
  }
}

.search-form {
  display: flex;
}

@media (max-width: 575px) {
  .search-form {
    width: 100%;
    padding: 0 15px;
  }
}

.search-icon {
  position: absolute;
  top: 12px;
  right: 19px;
}

@media (min-width: 992px) {
  .search-icon {
    top: 0.625vw;
    right: 0.9895833333vw;
  }
}

@media (max-width: 575px) {
  .search-icon {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.search-icon::before {
  color: #0A3F8B;
  font-size: 35px;
}

@media (min-width: 992px) {
  .search-icon::before {
    font-size: 1.8229166667vw;
  }
}

@media (max-width: 575px) {
  .search-icon::before {
    font-size: 6.0869565217vw;
  }
}

.search-submit {
  width: 140px;
  min-width: unset;
  font-size: 16px;
  /* margin-right: auto; */
}

@media (min-width: 992px) {
  .search-submit {
    width: 7.4166666667vw;
    font-size: 0.8333333333vw;
    /* margin-right: 8.5416666667vw; */
  }
}

@media (max-width: 575px) {
  .search-submit {
    width: 34.7826086957vw;
  }
}

.image {
  border: 1px solid #ececec;
  background-color: #fff;
}

.ui-menu {
  padding: 0;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0;
  border: 1px solid #bfbfbf;
  border-top: 0;
}

.ui-menu .ui-menu-item {
  cursor: pointer;
}

.ui-menu .ui-menu-item>a {
  padding: 3px 25px;
  display: flex;
  justify-content: left;
  align-items: center;
  background-image: none;
}

@media (min-width: 992px) {
  .ui-menu .ui-menu-item>a {
    padding: 0.15625vw 1.3020833333vw;
  }
}

@media (max-width: 767px) {
  .ui-menu .ui-menu-item>a {
    padding: 3px 15px;
  }
}

@media (max-width: 575px) {
  .ui-menu .ui-menu-item>a {
    padding: 3px 2.6086956522vw;
  }
}

.ui-menu .ui-menu-item>a.ui-state-focus {
  background: #EBEBEB;
}

.ui-menu .ui-menu-item .image {
  width: 73px !important;
  height: 73px !important;
}

@media (min-width: 992px) {
  .ui-menu .ui-menu-item .image {
    width: 3.8020833333vw !important;
    height: 3.8020833333vw !important;
  }
}

.ui-menu .ui-menu-item .info {
  margin-left: 33px;
}

@media (min-width: 992px) {
  .ui-menu .ui-menu-item .info {
    margin-left: 1.71875vw;
  }
}

@media (max-width: 767px) {
  .ui-menu .ui-menu-item .info {
    margin-left: 25px;
  }
}

@media (max-width: 575px) {
  .ui-menu .ui-menu-item .info {
    margin-left: 3.4782608696vw;
  }
}

.ui-menu .ui-menu-item .name {
  color: #969696;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

@media (min-width: 992px) {
  .ui-menu .ui-menu-item .name {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
  }
}

@media (max-width: 575px) {
  .ui-menu .ui-menu-item .name {
    font-size: 18px;
    line-height: 20px;
  }
}

.ui-menu .ui-menu-item .price {
  font-size: 18px;
  color: #000;
}

@media (min-width: 992px) {
  .ui-menu .ui-menu-item .price {
    font-size: 0.9375vw;
  }
}

@media (max-width: 575px) {
  .ui-menu .ui-menu-item .price {
    font-size: 16px;
  }
}

.ui-menu .ui-menu-item .regular_price {
  margin-left: 7px;
  font-size: 18px;
  color: #969696;
  text-decoration: line-through;
}

@media (min-width: 992px) {
  .ui-menu .ui-menu-item .regular_price {
    font-size: 0.9375vw;
  }
}

@media (max-width: 575px) {
  .ui-menu .ui-menu-item .regular_price {
    font-size: 16px;
  }
}

.ui-menu .ui-menu-item:hover .name {
  color: #979797;
}

.ui-menu .ui-menu-item:hover .price {
  color: #000;
}

.ui-menu .ui-menu-item:hover .regular_price {
  color: #000;
}

.user-info-selector {
  /* height: 100%; */
}

@media (min-width: 992px) {
  .user-info-selector-trigger [class*=icofont-]::before {
    font-size: 1.71875vw;
  }
}

.user-info-selector-trigger.mobile {
  padding: 0 !important;
}

.user-info-selector .dropdown-menu {
  width: auto;
  min-width: 100%;
  margin: 0;
  background: #eee;
  border: 0;
}

.user-info-selector .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .user-info-selector .dropdown-menu .dropdown-item {
    padding: 0.5208333333vw 1.0416666667vw;
  }
}

.user-info-selector .dropdown-menu .dropdown-item i {
  padding-right: 5px;
}

@media (min-width: 992px) {
  .user-info-selector .dropdown-menu .dropdown-item i {
    padding-right: 0.2604166667vw;
  }
}

.user-info-selector .dropdown-menu .dropdown-item:hover {
  background: #ffffff;
}

.user-info-selector .dropdown-menu .dropdown-item:hover a {
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#_mobile_user-info {
  margin-bottom: 10px;
}

#_mobile_user-info .logout {
  font-size: 18px;
}

#_mobile_user-info .logout i {
  color: #ffffff;
  height: 25px;
  font-size: 25px;
  padding-left: 6px;
  padding-right: 13px;
  vertical-align: middle;
}

#_mobile_user-info .logout:hover {
  color: #ffffff;
}

@media (min-width: 992px) {
  #_desktop_cart {
    /* margin: 0 0 0 1.5625vw; */
    padding-right: 1.1458333333vw;
  }
}

@media (max-width: 991px) {
  #_desktop_cart {
    margin: 0 23px;
  }
}

@media (max-width: 767px) {
  #_desktop_cart {
    margin: 0 20px 0 10px;
  }
}

@media (max-width: 575px) {
  #_desktop_cart {
    margin: 0 10px 0 0;
  }
}

#header .shopping-cart {
  /* height: 100%; */
  position: relative;
}

#header .shopping-cart-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* padding: 0 18px 0 25px; */
  padding: 0;
  margin-right: -18px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

@media (max-width: 575px) {
  #header .shopping-cart-header {
    padding: 0 18px 0 15px;
  }
}

/* #header .shopping-cart-header-content { */
#header .shopping-cart-header {
  /* line-height: 32px; */
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
  top: auto;
  transform: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 992px) {
  #header .shopping-cart-header-content {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
  }
}

#header .shopping-cart-header-content [class*=icofont-]:not(.expand-more) {
  margin: -3px 16px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
}

@media (min-width: 992px) {
  #header .shopping-cart-header-content [class*=icofont-]:not(.expand-more) {
    margin: -0.15625vw 0.8333333333vw 0 0;
    font-size: 1.7708333333vw;
  }
}

@media (max-width: 575px) {
  #header .shopping-cart-header-content [class*=icofont-]:not(.expand-more) {
    font-size: 22px;
    margin-right: 5px;
  }
}

#header .shopping-cart-header:hover {
  background: #fff;
}

#header .shopping-cart-header:hover [class*=icofont-] {
  color: #000;
}

#header .shopping-cart-header>a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#header .shopping-cart .cart-hover-content {
  position: absolute;
  z-index: 100;
  right: 0;
  background: transparent;
  border: 0;
  padding: 17px;
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  #header .shopping-cart .cart-hover-content {
    position: fixed;
    top: 90px !important;
    right: 0;
    width: 300px;
  }
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content {
    top: 110% !important;
    width: 20.4479166667vw;
  }
}

#header .shopping-cart .cart-hover-content-wrapper {
  margin-top: 10px;
  margin-right: 10px;
  background: #fff;
  padding: 17px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content-wrapper {
    margin-top: 0.5208333333vw;
    margin-right: 0.5208333333vw;
    padding: 0.8854166667vw;
  }
}

#header .shopping-cart .cart-hover-content-wrapper>ul>li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #F3F3F3;
}

#header .shopping-cart .cart-hover-content .cart-heading {
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  padding: 0 12px 17px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .cart-heading {
    font-size: 1.09375vw;
  }
}

#header .shopping-cart .cart-hover-content .cart-summary {
  max-width: 210px;
  margin: 22px auto 15px;
  line-height: 13px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .cart-summary {
    max-width: 10.9375vw;
  }
}

#header .shopping-cart .cart-hover-content .cart-summary .cart-total {
  border: 0;
}

#header .shopping-cart .cart-hover-content .cart-wishlist-action {
  max-width: 210px;
  margin: 0 auto 20px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .cart-wishlist-action {
    max-width: 10.9375vw;
  }
}

#header .shopping-cart .cart-hover-content .cart-wishlist-action a {
  max-width: 100%;
}

#header .shopping-cart .cart-hover-content .cart-wishlist-action:hover a {
  color: #0A3F8B;
}

#header .shopping-cart .cart-hover-content>ul>li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #F3F3F3;
}

#header .shopping-cart .cart-hover-content .product-right {
  margin-left: 22px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .product-right {
    margin-left: 1.1458333333vw;
  }
}

#header .shopping-cart .cart-hover-content .product-name {
  margin: 5px 0 17px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .product-name {
    margin: 0.2604166667vw 0 0.8854166667vw;
  }
}

#header .shopping-cart .cart-hover-content .product-name a {
  font-size: 18px;
  color: #0A3F8B;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .product-name a {
    font-size: 0.9375vw;
  }
}

#header .shopping-cart .cart-hover-content .product-name a:hover {
  color: #000;
}

#header .shopping-cart .cart-hover-content .product-price {
  font-size: 15px;
  font-weight: 900;
  color: #000;
  display: block;
  margin: 17px 0 15px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .product-price {
    font-size: 0.78125vw;
    margin: 0.8854166667vw 0 0.78125vw;
  }
}

#header .shopping-cart .cart-hover-content .product-quantity {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin-bottom: 19px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .product-quantity {
    font-size: 0.6770833333vw;
    margin-bottom: 0.9895833333vw;
  }
}

#header .shopping-cart .cart-hover-content .product-quantity span {
  margin-left: 5px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .product-quantity span {
    margin-left: 0.2604166667vw;
  }
}

#header .shopping-cart .cart-hover-content .product-trash {
  position: absolute;
  right: 0;
  bottom: 14px;
}

@media (min-width: 992px) {
  #header .shopping-cart .cart-hover-content .product-trash {
    bottom: 0.7291666667vw;
  }
}

#header .shopping-cart:hover .cart-hover-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  #header .shopping-cart:hover .cart-hover-content {
    top: 63px !important;
  }
}

@media (min-width: 992px) {
  #header .shopping-cart:hover .cart-hover-content {
    top: 100% !important;
  }
}

.remove-from-cart {
  background: #0A3F8B;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}

@media (min-width: 992px) {
  .remove-from-cart {
    width: 1.5625vw;
    height: 1.5625vw;
    font-size: 0.8854166667vw;
    line-height: 1.4583333333vw;
  }
}

@media (max-width: 575px) {
  .remove-from-cart {
    font-size: 22px;
  }
}

.remove-from-cart:hover {
  background: #fff;
  color: #ffffff;
}

.icofont-menu {
  line-height: 50px;
  font-size: 25px;
}

@media (max-width: 991px) {
  #menu-icon i::before {
    color: #000;
  }
}

@media (max-width: 991px) {

  .currency-selector,
  .language-selector {
    padding: 5px 0;
    border-bottom: 1px solid #ececec;
  }

  .currency-selector button,
  .language-selector button {
    padding: 10px 0;
  }

  .currency-selector .dropdown-item,
  .language-selector .dropdown-item {
    padding: 5px 0;
  }

  .currency-selector .dropdown-item img,
  .language-selector .dropdown-item img {
    display: none;
  }
}

@media (max-width: 767px) {
  #mobile_top_menu_wrapper {
    padding: 10px;
    background: #0A3F8B !important;
    color: #fff;
  }

  #header.is-open,
  #header.is-open .header-top {
    background-color: #0A3F8B !important;
  }
}

/* end top */
/* slider */
.widget-pssliderlayer>div {
  position: relative;
}

.slideshow {
  position: relative;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  height: 20vw !important;
}

#index .slideshow {
  height: 30vw !important;
  max-height: 79vh;
}

.slideshow::after {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s;*/
}

.slideshow .slide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 1;
}

.slideshow .slide--current {
  opacity: 1;
  z-index: 999;
  pointer-events: auto;
  position: relative;
}

.slideshow .slide__wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slideshow .slide__bg,
.slideshow .slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  pointer-events: none;
}

.slideshow .slide__bg {
  filter: grayscale(1) brightness(0.7);
}

.slideshow .slide__title-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 152px;
  transform: translateX(-50%);
  padding-bottom: 15px;
  max-width: 70vw;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap {
    padding-bottom: 0.78125vw;
    top: 7.9166666667vw;
  }
}

.slideshow .slide__title-wrap *:not(.btn) {
  color: #fff;
  font-weight: 100;
}

.slideshow .slide__title-wrap>.big_white_top {
  font-size: 50px;
  line-height: 52px;
  display: block;
  padding-top: 22px;
  border-top: 1px solid #fff;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap>.big_white_top {
    padding-top: 1.1458333333vw;
    font-size: 2.6041666667vw;
    line-height: 2.7083333333vw;
  }
}

.slideshow .slide__title-wrap>.big_white_bottom {
  font-size: 70px;
  line-height: 72px;
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  padding-bottom: 33px;
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap>.big_white_bottom {
    font-size: 3.6458333333vw;
    line-height: 3.75vw;
    padding-bottom: 1.71875vw;
  }
}

.slideshow .slide__title-wrap>.big_white_bottom+.big_white_text {
  font-size: 36px;
  line-height: 42px;
  display: block;
  text-transform: uppercase;
  padding-top: 36px;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text {
    font-size: 1.875vw;
    line-height: 2.1875vw;
    padding-top: 1.875vw;
  }
}

.slideshow .slide__title-wrap>.big_white_title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  display: block;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap>.big_white_title {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
  }
}

.slideshow .slide__title-wrap>.big_white_text {
  font-size: 40px;
  line-height: 63px;
  font-weight: 700;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap>.big_white_text {
    font-size: 2.0833333333vw;
    line-height: 3.28125vw;
  }
}

.slideshow .slide__title-wrap>.big_white_uppertext {
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  display: block;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap>.big_white_uppertext {
    font-size: 1.25vw;
    line-height: 3.125vw;
  }
}

.slideshow .slide__title-wrap .with_detal {
  padding-top: 6px;
}

.slideshow .slide__title-wrap .with_detal::before,
.slideshow .slide__title-wrap .with_detal::after {
  display: none;
  left: 50%;
  top: 16px;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap .with_detal {
    padding-top: 0.3125vw;
  }

  .slideshow .slide__title-wrap .with_detal::before,
  .slideshow .slide__title-wrap .with_detal::after {
    top: 0.8333333333vw;
  }
}

.slideshow .slide__title-wrap .slider-btn-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -130px;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap .slider-btn-container {
    bottom: -6.7708333333vw;
  }
}

.slideshow .slide__title-wrap .slider-btn-container .btn {
  min-width: 17.7083333333vw;
  padding: 22px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .slideshow .slide__title-wrap .slider-btn-container .btn {
    padding: 1.1458333333vw;
    font-size: 0.8333333333vw;
  }
}

.slideshow .slide__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 0.9;
  white-space: pre;
}

.slideshow .slide__title span {
  display: inline-block;
}

.slideshow .slide__subtitle {
  font-size: 1.15rem;
  font-weight: normal;
}

#search .slideshow .slide,
#manufacturer .slideshow .slide,
#contact .slideshow .slide,
#product .slideshow .slide,
#category .slideshow .slide,
#authentication .slideshow .slide,
#cms .slideshow .slide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
}

#search .slideshow .slide--current,
#manufacturer .slideshow .slide--current,
#contact .slideshow .slide--current,
#product .slideshow .slide--current,
#category .slideshow .slide--current,
#authentication .slideshow .slide--current,
#cms .slideshow .slide--current {
  opacity: 1;
  z-index: 999;
  pointer-events: auto;
  position: relative;
}

#search .slideshow .slide__wrap,
#manufacturer .slideshow .slide__wrap,
#contact .slideshow .slide__wrap,
#product .slideshow .slide__wrap,
#category .slideshow .slide__wrap,
#authentication .slideshow .slide__wrap,
#cms .slideshow .slide__wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#search .slideshow .slide__bg,
#search .slideshow .slide__img,
#manufacturer .slideshow .slide__bg,
#manufacturer .slideshow .slide__img,
#contact .slideshow .slide__bg,
#contact .slideshow .slide__img,
#product .slideshow .slide__bg,
#product .slideshow .slide__img,
#category .slideshow .slide__bg,
#category .slideshow .slide__img,
#authentication .slideshow .slide__bg,
#authentication .slideshow .slide__img,
#cms .slideshow .slide__bg,
#cms .slideshow .slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  pointer-events: none;
}

#search .slideshow .slide__bg,
#manufacturer .slideshow .slide__bg,
#contact .slideshow .slide__bg,
#product .slideshow .slide__bg,
#category .slideshow .slide__bg,
#authentication .slideshow .slide__bg,
#cms .slideshow .slide__bg {
  filter: grayscale(1) brightness(0.7);
}

#search .slideshow .slide__title-wrap,
#manufacturer .slideshow .slide__title-wrap,
#contact .slideshow .slide__title-wrap,
#product .slideshow .slide__title-wrap,
#category .slideshow .slide__title-wrap,
#authentication .slideshow .slide__title-wrap,
#cms .slideshow .slide__title-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 95px;
  transform: translateX(-50%);
  padding-bottom: 15px;
  max-width: 70vw;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap,
  #manufacturer .slideshow .slide__title-wrap,
  #contact .slideshow .slide__title-wrap,
  #product .slideshow .slide__title-wrap,
  #category .slideshow .slide__title-wrap,
  #authentication .slideshow .slide__title-wrap,
  #cms .slideshow .slide__title-wrap {
    padding-bottom: 0.78125vw;
    top: 4.9479166667vw;
  }
}

#search .slideshow .slide__title-wrap *:not(.btn),
#manufacturer .slideshow .slide__title-wrap *:not(.btn),
#contact .slideshow .slide__title-wrap *:not(.btn),
#product .slideshow .slide__title-wrap *:not(.btn),
#category .slideshow .slide__title-wrap *:not(.btn),
#authentication .slideshow .slide__title-wrap *:not(.btn),
#cms .slideshow .slide__title-wrap *:not(.btn) {
  color: #fff;
  font-weight: 100;
}

#search .slideshow .slide__title-wrap>.big_white_top,
#manufacturer .slideshow .slide__title-wrap>.big_white_top,
#contact .slideshow .slide__title-wrap>.big_white_top,
#product .slideshow .slide__title-wrap>.big_white_top,
#category .slideshow .slide__title-wrap>.big_white_top,
#authentication .slideshow .slide__title-wrap>.big_white_top,
#cms .slideshow .slide__title-wrap>.big_white_top {
  font-size: 50px;
  line-height: 52px;
  display: block;
  padding-top: 22px;
  border-top: 1px solid #fff;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap>.big_white_top,
  #manufacturer .slideshow .slide__title-wrap>.big_white_top,
  #contact .slideshow .slide__title-wrap>.big_white_top,
  #product .slideshow .slide__title-wrap>.big_white_top,
  #category .slideshow .slide__title-wrap>.big_white_top,
  #authentication .slideshow .slide__title-wrap>.big_white_top,
  #cms .slideshow .slide__title-wrap>.big_white_top {
    padding-top: 1.1458333333vw;
    font-size: 2.6041666667vw;
    line-height: 2.7083333333vw;
  }
}

#search .slideshow .slide__title-wrap>.big_white_bottom,
#manufacturer .slideshow .slide__title-wrap>.big_white_bottom,
#contact .slideshow .slide__title-wrap>.big_white_bottom,
#product .slideshow .slide__title-wrap>.big_white_bottom,
#category .slideshow .slide__title-wrap>.big_white_bottom,
#authentication .slideshow .slide__title-wrap>.big_white_bottom,
#cms .slideshow .slide__title-wrap>.big_white_bottom {
  font-size: 70px;
  line-height: 72px;
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  padding-bottom: 33px;
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap>.big_white_bottom,
  #manufacturer .slideshow .slide__title-wrap>.big_white_bottom,
  #contact .slideshow .slide__title-wrap>.big_white_bottom,
  #product .slideshow .slide__title-wrap>.big_white_bottom,
  #category .slideshow .slide__title-wrap>.big_white_bottom,
  #authentication .slideshow .slide__title-wrap>.big_white_bottom,
  #cms .slideshow .slide__title-wrap>.big_white_bottom {
    font-size: 3.6458333333vw;
    line-height: 3.75vw;
    padding-bottom: 1.71875vw;
  }
}

#search .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
#manufacturer .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
#contact .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
#product .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
#category .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
#authentication .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
#cms .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text {
  font-size: 36px;
  line-height: 42px;
  display: block;
  text-transform: uppercase;
  padding-top: 36px;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
  #manufacturer .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
  #contact .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
  #product .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
  #category .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
  #authentication .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text,
  #cms .slideshow .slide__title-wrap>.big_white_bottom+.big_white_text {
    font-size: 1.875vw;
    line-height: 2.1875vw;
    padding-top: 1.875vw;
  }
}

#search .slideshow .slide__title-wrap>.big_white_title,
#manufacturer .slideshow .slide__title-wrap>.big_white_title,
#contact .slideshow .slide__title-wrap>.big_white_title,
#product .slideshow .slide__title-wrap>.big_white_title,
#category .slideshow .slide__title-wrap>.big_white_title,
#authentication .slideshow .slide__title-wrap>.big_white_title,
#cms .slideshow .slide__title-wrap>.big_white_title {
  font-size: 40px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  display: block;
  text-transform: uppercase;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap>.big_white_title,
  #manufacturer .slideshow .slide__title-wrap>.big_white_title,
  #contact .slideshow .slide__title-wrap>.big_white_title,
  #product .slideshow .slide__title-wrap>.big_white_title,
  #category .slideshow .slide__title-wrap>.big_white_title,
  #authentication .slideshow .slide__title-wrap>.big_white_title,
  #cms .slideshow .slide__title-wrap>.big_white_title {
    font-size: 2.0833333333vw;
    line-height: 1.0416666667vw;
  }
}

#search .slideshow .slide__title-wrap>.big_white_text,
#manufacturer .slideshow .slide__title-wrap>.big_white_text,
#contact .slideshow .slide__title-wrap>.big_white_text,
#product .slideshow .slide__title-wrap>.big_white_text,
#category .slideshow .slide__title-wrap>.big_white_text,
#authentication .slideshow .slide__title-wrap>.big_white_text,
#cms .slideshow .slide__title-wrap>.big_white_text {
  font-size: 30px;
  line-height: 63px;
  font-weight: 700;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: -15px;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap>.big_white_text,
  #manufacturer .slideshow .slide__title-wrap>.big_white_text,
  #contact .slideshow .slide__title-wrap>.big_white_text,
  #product .slideshow .slide__title-wrap>.big_white_text,
  #category .slideshow .slide__title-wrap>.big_white_text,
  #authentication .slideshow .slide__title-wrap>.big_white_text,
  #cms .slideshow .slide__title-wrap>.big_white_text {
    margin-bottom: -0.78125vw;
    font-size: 1.5625vw;
    line-height: 3.28125vw;
  }
}

#search .slideshow .slide__title-wrap>.big_white_uppertext,
#manufacturer .slideshow .slide__title-wrap>.big_white_uppertext,
#contact .slideshow .slide__title-wrap>.big_white_uppertext,
#product .slideshow .slide__title-wrap>.big_white_uppertext,
#category .slideshow .slide__title-wrap>.big_white_uppertext,
#authentication .slideshow .slide__title-wrap>.big_white_uppertext,
#cms .slideshow .slide__title-wrap>.big_white_uppertext {
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  display: block;
  text-transform: uppercase;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap>.big_white_uppertext,
  #manufacturer .slideshow .slide__title-wrap>.big_white_uppertext,
  #contact .slideshow .slide__title-wrap>.big_white_uppertext,
  #product .slideshow .slide__title-wrap>.big_white_uppertext,
  #category .slideshow .slide__title-wrap>.big_white_uppertext,
  #authentication .slideshow .slide__title-wrap>.big_white_uppertext,
  #cms .slideshow .slide__title-wrap>.big_white_uppertext {
    font-size: 1.0416666667vw;
    line-height: 3.125vw;
  }
}

#search .slideshow .slide__title-wrap .with_detal,
#manufacturer .slideshow .slide__title-wrap .with_detal,
#contact .slideshow .slide__title-wrap .with_detal,
#product .slideshow .slide__title-wrap .with_detal,
#category .slideshow .slide__title-wrap .with_detal,
#authentication .slideshow .slide__title-wrap .with_detal,
#cms .slideshow .slide__title-wrap .with_detal {
  padding-top: 6px;
}

#search .slideshow .slide__title-wrap .with_detal::before,
#search .slideshow .slide__title-wrap .with_detal::after,
#manufacturer .slideshow .slide__title-wrap .with_detal::before,
#manufacturer .slideshow .slide__title-wrap .with_detal::after,
#contact .slideshow .slide__title-wrap .with_detal::before,
#contact .slideshow .slide__title-wrap .with_detal::after,
#product .slideshow .slide__title-wrap .with_detal::before,
#product .slideshow .slide__title-wrap .with_detal::after,
#category .slideshow .slide__title-wrap .with_detal::before,
#category .slideshow .slide__title-wrap .with_detal::after,
#authentication .slideshow .slide__title-wrap .with_detal::before,
#authentication .slideshow .slide__title-wrap .with_detal::after,
#cms .slideshow .slide__title-wrap .with_detal::before,
#cms .slideshow .slide__title-wrap .with_detal::after {
  display: none;
  left: 50%;
  top: 16px;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap .with_detal,
  #manufacturer .slideshow .slide__title-wrap .with_detal,
  #contact .slideshow .slide__title-wrap .with_detal,
  #product .slideshow .slide__title-wrap .with_detal,
  #category .slideshow .slide__title-wrap .with_detal,
  #authentication .slideshow .slide__title-wrap .with_detal,
  #cms .slideshow .slide__title-wrap .with_detal {
    padding-top: 0.3125vw;
  }

  #search .slideshow .slide__title-wrap .with_detal::before,
  #search .slideshow .slide__title-wrap .with_detal::after,
  #manufacturer .slideshow .slide__title-wrap .with_detal::before,
  #manufacturer .slideshow .slide__title-wrap .with_detal::after,
  #contact .slideshow .slide__title-wrap .with_detal::before,
  #contact .slideshow .slide__title-wrap .with_detal::after,
  #product .slideshow .slide__title-wrap .with_detal::before,
  #product .slideshow .slide__title-wrap .with_detal::after,
  #category .slideshow .slide__title-wrap .with_detal::before,
  #category .slideshow .slide__title-wrap .with_detal::after,
  #authentication .slideshow .slide__title-wrap .with_detal::before,
  #authentication .slideshow .slide__title-wrap .with_detal::after,
  #cms .slideshow .slide__title-wrap .with_detal::before,
  #cms .slideshow .slide__title-wrap .with_detal::after {
    top: 0.8333333333vw;
  }
}

#search .slideshow .slide__title-wrap .slider-btn-container,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container,
#contact .slideshow .slide__title-wrap .slider-btn-container,
#product .slideshow .slide__title-wrap .slider-btn-container,
#category .slideshow .slide__title-wrap .slider-btn-container,
#authentication .slideshow .slide__title-wrap .slider-btn-container,
#cms .slideshow .slide__title-wrap .slider-btn-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -130px;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap .slider-btn-container,
  #manufacturer .slideshow .slide__title-wrap .slider-btn-container,
  #contact .slideshow .slide__title-wrap .slider-btn-container,
  #product .slideshow .slide__title-wrap .slider-btn-container,
  #category .slideshow .slide__title-wrap .slider-btn-container,
  #authentication .slideshow .slide__title-wrap .slider-btn-container,
  #cms .slideshow .slide__title-wrap .slider-btn-container {
    bottom: -6.7708333333vw;
  }
}

#search .slideshow .slide__title-wrap .slider-btn-container .btn,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
#contact .slideshow .slide__title-wrap .slider-btn-container .btn,
#product .slideshow .slide__title-wrap .slider-btn-container .btn,
#category .slideshow .slide__title-wrap .slider-btn-container .btn,
#authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
#cms .slideshow .slide__title-wrap .slider-btn-container .btn {
  min-width: 17.7083333333vw;
  padding: 22px;
  font-size: 16px;
}

@media (min-width: 992px) {

  #search .slideshow .slide__title-wrap .slider-btn-container .btn,
  #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
  #contact .slideshow .slide__title-wrap .slider-btn-container .btn,
  #product .slideshow .slide__title-wrap .slider-btn-container .btn,
  #category .slideshow .slide__title-wrap .slider-btn-container .btn,
  #authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
  #cms .slideshow .slide__title-wrap .slider-btn-container .btn {
    padding: 1.1458333333vw;
    font-size: 0.8333333333vw;
  }
}

#search .slideshow .slide__title,
#manufacturer .slideshow .slide__title,
#contact .slideshow .slide__title,
#product .slideshow .slide__title,
#category .slideshow .slide__title,
#authentication .slideshow .slide__title,
#cms .slideshow .slide__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 0.9;
  white-space: pre;
}

#search .slideshow .slide__title span,
#manufacturer .slideshow .slide__title span,
#contact .slideshow .slide__title span,
#product .slideshow .slide__title span,
#category .slideshow .slide__title span,
#authentication .slideshow .slide__title span,
#cms .slideshow .slide__title span {
  display: inline-block;
}

#search .slideshow .slide__subtitle,
#manufacturer .slideshow .slide__subtitle,
#contact .slideshow .slide__subtitle,
#product .slideshow .slide__subtitle,
#category .slideshow .slide__subtitle,
#authentication .slideshow .slide__subtitle,
#cms .slideshow .slide__subtitle {
  font-size: 1.15rem;
  font-weight: normal;
}

.boxnav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-47px);
  z-index: 5;
  width: 100%;
}

@media (min-width: 992px) {
  .boxnav {
    transform: translateY(-2.4479166667vw);
  }
}

.boxnav__item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 0;
  width: 90px;
  height: 90px;
  flex: 1;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  outline: none;
}

@media (min-width: 992px) {
  .boxnav__item {
    width: 4.6875vw;
    height: 4.6875vw;
    line-height: 2.0833333333vw;
  }
}

.boxnav__item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.boxnav__item:focus {
  outline: none;
}

.boxnav__item--prev {
  left: 25px;
}

.boxnav__item--next {
  right: 25px;
}

.boxnav__item>i {
  font-size: 34px;
}

@media (min-width: 992px) {
  .boxnav__item>i {
    font-size: 1.7708333333vw;
  }
}

@media (min-width: 992px) {
  .boxnav__item {
    width: 4.6875vw;
    height: 4.6875vw;
    line-height: 2.0833333333vw;
  }
}

.boxdots {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media (min-width: 992px) {
  .boxdots {
    bottom: 1.1979166667vw;
  }
}

.boxdots .boxdot__item {
  display: inline-block;
  margin: 0 4px 0 5px;
  border: 2px solid transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  outline: none;
}

@media (min-width: 992px) {
  .boxdots .boxdot__item {
    margin: 0 0.2083333333vw 0 0.2604166667vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}

.boxdots .boxdot__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

@media (min-width: 992px) {
  .boxdots .boxdot__item::before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    top: 0.2083333333vw;
    left: 0.2083333333vw;
  }
}

.boxdots .boxdot__item--current {
  border-color: #fff;
  cursor: default;
}

/* index */
.index-banners .row-level-1>.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 30px;
}

.index-banners .col-inner {
  height: 100%;
}

.index-banners .col-inner:has(.text-block) div {
  height: 100%;
}

.index-banners .banner,
.index-banners p {
  margin-bottom: 0 !important;
}

.index-banners .widget-banner-desc,
.index-banners .text-block .btn-primary,
.index-banners .text-block .btn-secondary {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.index-banners .block_content .btn-primary,
.index-banners .block_content .btn-secondary {
  min-width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
}

.index-banners img {
  box-shadow: none !important;
  width: 100%;
}

.index-banners .block_content {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.index-banners .shadow .block_content {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.index-banners .text-block .block_content {
  background-color: #0A3F8B;
  color: #FFFFFF;
  padding: 30px;
  font-size: 40px;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 575px) {
  .index-banners .text-block .btn-secondary {
    position: unset;
  }
}

#index #content .pts-container-wrap.hidden-md-down+div {
  margin-top: 30px;
}

/* @media (min-width: 768px) {
  .index-banners .col-inner:has(.banner.shadow) {
    padding-left: 3vw;
    padding-right: 3vw;
  }
} */

@media (min-width: 992px) {
  /* .index-banners .col-inner:has(.banner.shadow) {
    padding-left: 0;
  } */

  .index-banners .col-inner:has(.text-block) {
    padding-left: 0;
  }

  #index #content .pts-container-wrap.hidden-md-down+div {
    margin-top: 2.6041666667vw;
  }
}

.pts-inner.container-fluid {
  padding: 0;
}

.pts-inner.container-fluid .row {
  margin: 0;
}

.pts-inner.container-fluid .col-lg-12,
.pts-inner.container-fluid .col-md-12,
.pts-inner.container-fluid .col-sm-12,
.pts-inner.container-fluid .col-xl-12,
.pts-inner.container-fluid .col-xs-12 {
  padding: 0;
}

/* @media (min-width: 992px) {
  .page-home .row-level-1 > .row > .col-lg-3:first-child {
    width: 19%;
  }
}
@media (min-width: 992px) {
  .page-home .row-level-1 > .row > .col-lg-9:nth-child(2) {
    width: 81%;
  }
} */

.widget-categoriesinfo {
  margin-top: -1.0416666667vw;
}

.widget-categoriesinfo .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .widget-categoriesinfo .grid {
    margin-left: 0;
  }
}

.widget-categoriesinfo .grid .item {
  width: 100%;
  position: relative;
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}

@media (min-width: 992px) {
  .widget-categoriesinfo .grid .item {
    width: 33%;
    /* height: 16.1458333333vw; */
  }
}

.widget-categoriesinfo .grid .item img {
  max-width: 100%;
}

.widget-categoriesinfo .grid .item .categories-info-img {
  overflow: hidden;
  /* background: #ececec; */
}

.widget-categoriesinfo .grid .item .categories-info-img>a {
  overflow: hidden;
  /* padding-top: 86%; */
  position: relative;

}

@media (min-width: 991px) {
  .widget-categoriesinfo .grid .item .categories-info-img>a {
    padding-bottom: 25%;
  }

}

.widget-categoriesinfo .grid .item .categories-info-img>a img {
  border: 0;
  height: 100%;
  /* left: 0;
  position: absolute;
  top: 0; */
  width: 100%;
}

.widget-categoriesinfo .grid .item .categories-info-img img {
  max-width: none;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: center;
}

@media (min-width: 576px) {
  .widget-categoriesinfo .grid .item .categories-info-img:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
}

.widget-categoriesinfo .grid .item .categories-info-img>a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.widget-categoriesinfo .grid .item .categories-info-img a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

.widget-categoriesinfo .grid .item .categories-info-img:hover a {
  color: #0A3F8B;
}

@media (min-width: 576px) {
  .widget-categoriesinfo .grid .item .categories-info-img:hover .categories-info-top .cat-name a span {
    transform: translateY(-100%);
  }
}

.widget-categoriesinfo .grid .item .categories-info-top {
  /* position: absolute;
  top: 17%;
  left: 7%; */
  /* max-width: 250px; */
}

@media (min-width: 992px) {
  .widget-categoriesinfo .grid .item .categories-info-top {
    padding-bottom: 2vw;
    padding-top: 2vw;
    /* max-width: 43%; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.widget-categoriesinfo .grid .item .categories-info-top .cat-name {
  text-align: center;
  font-size: 30px;
  line-height: 33px;
}

@media (min-width: 992px) {
  .widget-categoriesinfo .grid .item .categories-info-top .cat-name {
    font-size: 1.3vw;
    line-height: 2.2395833333vw;
  }
}

@media (max-width: 575px) {
  .widget-categoriesinfo .grid .item .categories-info-top .cat-name {
    font-size: 20px;
    line-height: 22px;
  }
}

.widget-categoriesinfo .grid .item .categories-info-top .cat-name a {
  display: block;
  overflow: hidden;
}

.widget-categoriesinfo .grid .item .categories-info-top .cat-name a span {
  display: block;
  color: #000 !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-categoriesinfo .grid .item .categories-info-top .cat-name a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  color: #0A3F8B;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.widget-categoriesinfo .grid .item .categories-info-top .with_detal {
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .widget-categoriesinfo .grid .item .categories-info-top .with_detal {
    padding-bottom: 0.78125vw;
  }
}

.widget-categoriesinfo .grid .item .categories-info-top .with_detal::before,
.widget-categoriesinfo .grid .item .categories-info-top .with_detal::after {
  left: 5px;
  top: 100%;
}

@media (min-width: 992px) {

  .widget-categoriesinfo .grid .item .categories-info-top .with_detal::before,
  .widget-categoriesinfo .grid .item .categories-info-top .with_detal::after {
    left: 0.2604166667vw;
  }
}

.widget-categoriesinfo .grid .item .categories-info-top .h3 {
  font-size: 25px;
  line-height: 29px;
}

@media (min-width: 992px) {
  .widget-categoriesinfo .grid .item .categories-info-top .h3 {
    font-size: 1.3020833333vw;
    line-height: 1.5104166667vw;
  }
}

.widget-categoriesinfo .grid .item .shopnow {
  position: absolute;
  bottom: 20%;
  left: 7%;
  font-weight: 400;
  font-size: 18px;
}

@media (min-width: 992px) {
  .widget-categoriesinfo .grid .item .shopnow {
    font-size: 0.9375vw;
  }
}

.widget-html.images-link {
  margin: 50px 0 0;
}

@media (min-width: 992px) {
  .widget-html.images-link {
    margin: 4.1666666667vw 0 -0.8333333333vw;
  }
}

@media (max-width: 767px) {
  .widget-html.images-link {
    margin: 50px 0 35px;
  }
}

.widget-html.images-link>.widget-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.widget-html.images-link>.widget-inner>p {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .widget-html.images-link>.widget-inner>p:first-child {
    width: 36.7708333333vw;
  }

  .widget-html.images-link>.widget-inner>p:nth-child(2) {
    width: 17.4479166667vw;
  }

  .widget-html.images-link>.widget-inner>p:nth-child(3) {
    width: 36.7708333333vw;
  }
}

@media (max-width: 991px) {
  .widget-html.images-link>.widget-inner>p:first-child {
    width: 65%;
  }

  .widget-html.images-link>.widget-inner>p:nth-child(2) {
    width: 31%;
  }

  .widget-html.images-link>.widget-inner>p:nth-child(3) {
    width: 100%;
    flex-direction: row;
  }

  .widget-html.images-link>.widget-inner>p:nth-child(3) a {
    width: 48%;
  }
}

@media (max-width: 767px) {

  .widget-html.images-link>.widget-inner>p:first-child,
  .widget-html.images-link>.widget-inner>p:nth-child(2),
  .widget-html.images-link>.widget-inner>p:nth-child(3) {
    width: 100%;
  }

  .widget-html.images-link>.widget-inner>p:nth-child(3) {
    flex-direction: column;
  }

  .widget-html.images-link>.widget-inner>p:nth-child(3) a {
    width: 100%;
  }

  .widget-html.images-link>.widget-inner>p:nth-child(3) a+a {
    margin-top: 1.0416666667vw;
  }
}

.widget-html.images-link>.widget-inner>p a {
  overflow: hidden;
  outline: none;
}

.widget-html.images-link>.widget-inner>p a:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.widget-html.images-link>.widget-inner>p img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .widget-html.images-link>.widget-inner>p img {
    margin: 0 auto;
  }
}

.widget-html.images-link>.widget-inner>p img+img {
  margin-top: 1.5625vw;
}

.widget-html.images-link>.widget-inner>p img:hover {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.widget-html.images-link>.widget-inner>p:nth-child(1) img {
  transform-origin: center left;
}

.widget-html.images-link>.widget-inner>p:nth-child(2) img {
  transform-origin: center;
}

.widget-html.images-link>.widget-inner>p:nth-child(3) img {
  transform-origin: center right;
}

.h1.title_block {
  /* text-align: center; */
  margin: 18px 0 13px;
}

@media (min-width: 992px) {
  .h1.title_block {
    margin: 0.9375vw 0 0.6770833333vw;
  }
}

.widget-productlist+.widget-productlist {
  border-top: 1px solid #ececec;
  padding-top: 10px;
}

.widget-products-desc {
  text-align: center;
  font-size: 18px;
}

@media (min-width: 992px) {
  .widget-products-desc {
    font-size: 0.9375vw;
  }
}

.front-tabs {
  position: relative;
  border-top: 1px solid #ececec;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .front-tabs {
    margin-top: 4.0104166667vw;
  }
}

@media (max-width: 991px) {
  .front-tabs {
    display: flex;
    flex-direction: column;
  }

  .front-tabs>.widget-module {
    order: 1;
    background: #fff;
  }

  .front-tabs>.widget-producttabs {
    order: 2;
  }
}

@media (max-width: 991px) {
  .front-tabs #block-reassurance {
    margin: 20px 0;
  }
}

@media (min-width: 992px) {
  .front-tabs #block-reassurance {
    position: absolute;
    top: 1.1458333333vw;
    right: 0.625vw;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .front-tabs #block-reassurance {
    margin: 0;
  }
}

.front-tabs #block-reassurance ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}

@media (max-width: 991px) {
  .front-tabs #block-reassurance ul {
    justify-content: space-evenly;
  }
}

@media (max-width: 575px) {
  .front-tabs #block-reassurance ul {
    flex-direction: column;
    justify-content: start;
  }
}

.front-tabs #block-reassurance li {
  border: 0;
}

@media (max-width: 991px) {
  .front-tabs #block-reassurance li {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .front-tabs #block-reassurance li {
    margin: 0 10px;
  }
}

@media (min-width: 576px) {
  .front-tabs #block-reassurance li {
    background: none !important;
  }
}

@media (max-width: 575px) {
  .front-tabs #block-reassurance li {
    background: #fff;
    min-height: 50px;
  }

  .front-tabs #block-reassurance li:nth-child(2n) {
    background: #eee;
  }
}

@media (min-width: 992px) {
  .front-tabs #block-reassurance li+li {
    margin-left: 2.7604166667vw;
  }
}

.front-tabs #block-reassurance .block-reassurance-item {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

@media (max-width: 575px) {
  .front-tabs #block-reassurance .block-reassurance-item {
    padding: 7px 20px 12px;
  }
}

.front-tabs #block-reassurance .block-reassurance-item i {
  font-size: 49px;
}

@media (min-width: 992px) {
  .front-tabs #block-reassurance .block-reassurance-item i {
    font-size: 2.5520833333vw;
  }
}

@media (max-width: 575px) {
  .front-tabs #block-reassurance .block-reassurance-item i {
    font-size: 30px;
    vertical-align: baseline;
  }
}

.front-tabs #block-reassurance .block-reassurance-item span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  max-width: 170px;
  margin-left: 19px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .front-tabs #block-reassurance .block-reassurance-item span {
    font-size: 0.9375vw;
    max-width: 8.8541666667vw;
    margin-left: 0.9895833333vw;
    line-height: 1.1458333333vw;
  }
}

@media (max-width: 767px) {
  .front-tabs #block-reassurance .block-reassurance-item span {
    max-width: 100px;
  }
}

@media (max-width: 575px) {
  .front-tabs #block-reassurance .block-reassurance-item span {
    max-width: unset;
    color: #000;
    margin-left: 25px;
  }
}

.tabnav .nav,
body#product #content .product-informations .nav,
.quickview .product-informations .nav,
.widget-producttabs .nav {
  border-bottom: 2px solid #0A3F8B;
  background: #fff;
  padding: 1.5625vw 0 0 1.3020833333vw;
  display: flex;
  justify-content: start;
  align-items: end;
  flex-wrap: wrap;
}

@media (max-width: 575px) {

  .tabnav .nav,
  body#product #content .product-informations .nav,
  .quickview .product-informations .nav,
  .widget-producttabs .nav {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
}

.tabnav .nav li,
body#product #content .product-informations .nav li,
.quickview .product-informations .nav li,
.widget-producttabs .nav li {
  margin: 0 5px;
  width: 250px;
}

@media (min-width: 992px) {

  .tabnav .nav li,
  body#product #content .product-informations .nav li,
  .quickview .product-informations .nav li,
  .widget-producttabs .nav li {
    width: 13.0208333333vw;
  }
}

@media (max-width: 991px) and (min-width: 768px) {

  .tabnav .nav li,
  body#product #content .product-informations .nav li,
  .quickview .product-informations .nav li,
  .widget-producttabs .nav li {
    max-width: 31%;
  }
}

@media (max-width: 991px) {

  .tabnav .nav li:nth-child(n+4),
  body#product #content .product-informations .nav li:nth-child(n+4),
  .quickview .product-informations .nav li:nth-child(n+4),
  .widget-producttabs .nav li:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {

  .tabnav .nav li,
  body#product #content .product-informations .nav li,
  .quickview .product-informations .nav li,
  .widget-producttabs .nav li {
    width: 31%;
  }
}

@media (max-width: 575px) {

  .tabnav .nav li,
  body#product #content .product-informations .nav li,
  .quickview .product-informations .nav li,
  .widget-producttabs .nav li {
    width: 96%;
  }

  .tabnav .nav li+li,
  body#product #content .product-informations .nav li+li,
  .quickview .product-informations .nav li+li,
  .widget-producttabs .nav li+li {
    margin-top: 10px;
  }
}

.tabnav .nav a,
body#product #content .product-informations .nav a,
.quickview .product-informations .nav a,
.widget-producttabs .nav a {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 18px 15px 16px;
  background: #fff;
  color: #000;
  word-wrap: break-word;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {

  .tabnav .nav a,
  body#product #content .product-informations .nav a,
  .quickview .product-informations .nav a,
  .widget-producttabs .nav a {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    padding: 0.9375vw 1.0416666667vw 0.8333333333vw;
  }
}

.tabnav .nav a:hover,
body#product #content .product-informations .nav a:hover,
.quickview .product-informations .nav a:hover,
.widget-producttabs .nav a:hover,
.tabnav .nav a.active,
body#product #content .product-informations .nav a.active,
.quickview .product-informations .nav a.active,
.widget-producttabs .nav a.active {
  background: #0A3F8B;
  color: #fff;
}

.widget-producttabs .producttab-content {
  text-align: center;
  padding: 50px 0;
}

@media (min-width: 992px) {
  .widget-producttabs .producttab-content {
    padding: 3.6458333333vw 0 3.125vw;
  }
}

@media (min-width: 992px) {
  .widget-producttabs .owl-item.col-lg-4\.8:first-child {
    height: 50.625vw;
    margin-bottom: 0.2083333333vw;
  }

  .widget-producttabs .owl-item:not(:first-child) {
    height: 25.3125vw;
  }
}

.widget-producttabs .product-flags {
  display: none;
}

.whyus-bg {
  background-color: #000;
}

.no-js .whyus-bg,
.no-webp .whyus-bg {
  background-image: url("/modules/pspagebuilder/views/img/2-layers.webp");
}

.webp .whyus-bg {
  background-image: url("/modules/pspagebuilder/views/img/2-layers.webp");
}

.pts-parallax .container-fluid {
  padding: 60px 65px 78px;
}

@media (min-width: 992px) {
  .pts-parallax .container-fluid {
    padding: 3.125vw 7.9166666667vw 4.0625vw;
  }
}

@media (max-width: 575px) {
  .pts-parallax .container-fluid {
    padding-left: 11.3043478261vw;
    padding-right: 11.3043478261vw;
  }
}

.pts-parallax .container-fluid .widget-html,
.pts-parallax .container-fluid .h1 {
  color: #fff;
}

.pts-parallax .container-fluid .h1 {
  padding-bottom: 1.3541666667vw;
}

.pts-parallax .container-fluid .col-lg-3 {
  padding: 42px 0 0;
}

@media (min-width: 992px) {
  .pts-parallax .container-fluid .col-lg-3 {
    padding: 2.1875vw 0 0;
  }
}

.pts-parallax .container-fluid .col-lg-3:nth-child(2n) .widget-iconbox {
  background: #f4f4f4;
}

.pts-parallax .container-fluid .widget-iconbox {
  background: #fff;
  text-align: center;
  padding: 0 20px;
  height: 185px;
  position: relative;
}

@media (min-width: 992px) {
  .pts-parallax .container-fluid .widget-iconbox {
    padding: 0 1.8229166667vw;
    height: 18.2291666667vw;
  }
}

@media (max-width: 767px) {
  .pts-parallax .container-fluid .widget-iconbox {
    padding: 0 4vw;
  }
}

.pts-parallax .container-fluid .widget-iconbox .fbox-icon i {
  font-size: 0;
  line-height: 45px;
  vertical-align: bottom;
  color: #0A3F8B;
  height: 45px;
  display: block;
}

@media (max-width: 991px) {
  .pts-parallax .container-fluid .widget-iconbox .fbox-icon i {
    display: none !important;
  }
}

.pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-graphic-design {
  width: 4.5833333333vw;
  height: 2.8645833333vw;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAA3CAYAAACIN427AAAIZUlEQVR4Xu2cXXLaSBDHu4WofTCu9Z5g7RPEOcHaJzDgfdk1ruAThJwg9gmCT2BcJrUva4xPEHyCkBPEOcHiMn4JoN7qkQBpZiSNpMG4dqNHNEjDb3r+/TEzIADAxuHVW/SwSgj3CHjPnxHSPXrOPRE9PPWPhvzZjys7Adysf2wS0IXBV0dAMORBAKQheqXh+ObPO4Pv/a+bYKV+dQqA73NTIBgA4oA8uP1h6SrF4oDDz0QYItDZ4/VxP/eA/ce+qAB2vckvU9fdFTrs4S4CbSHhNiFtAyB//nMaAwLoPPUaJ2ntTO9vVD/uokNvgED0a3GhkKxheTa5HfVPRqbPy9puq3qxNcWfXpHjbQsWQNtIsC2eg6JPW8ozEYbubLKvAB73GpjUAfEyHgAP9gBxFwj2dNDJw9dFJWPjsMtQTxGCH5NIBvtI0Hm8ObrNCjDcfg4TkPaAaC8WoNFL6CwzYN1zK79f7YEHrOW/Le47tD/++3hg1A+pkbDYEl0oFmvwMALhhNvl2fTS1Kq3qn9tT0rTA46kAIXBWLosAebebNa6HUJ4E5q/p/l6STzdmtppJ2YkfCOgewO5GhFAv+yVzkb9P0ToKV88QxCglWcg/WfRMopCHAHRMBowWARcqV8NIhacj27Mt+gOEdqy8xSW58yq6A/Iq9hXEgzIgc7TdeNy3sY8eqI7IGco8gKHhjR1RknSV6l3adkPq4DDD7ZDV1irQ00TqWGZwhk2o7NI6Qc7wg55eImO19YbBN0RYJ9hmrxXfsNKALMlTZ3ZVztYg6cg3LqzSdNUR+fv9vsybQJgyyTiCVnbnetNq1nf9yyANw+vqkR4E54a4ICZgyP8oGognY17xzk1fNkLP0v1GPbS+SZYAYeoLxKwrGemIdpGvXsR6OfiZyPgyWPvqGNzNgirRq8FSKzVCXF88YFdiURIDu5h3GuogbdETFcDWQVceaDEbANsAsGBfI9DvKdeY6fI4K4IcMRz3o17x4mxZKDZn8Oh2HPADYPjhGLilJsOQIsAfp3fQ6RakVTfOmA/ycBPYf1N089KrfspHNAjweXjTYOn77NfQRrOg+1fBIPxTWM/b0fsA5arcSkZnDwgHIqVvMmuqXNZ1AUs1qkr9S7XuxdxtOuVduKSkzTwqwAcSTDSahmVw24/rH+mUzJIKt4jQHUuLbZkRfUH+Z3dCgCb66+wPqf8T8gKvox7jWiFLHQzsPYDISdyJW3Zrj3uNd6lWVbS/aBfnE6LCKOIs7MKOKv+yvFykgVmWGlhIIXLo0otJWexyi7grPortY+LlwPHw45TCfdCxZ5o8hDUX021XMnAJGed1/HaBXzY/Ryeuqn6azAggZXzGmEY7gMgDJCwP09C1OqdKLUNaYYneevQm/XufShkG7neZCfrgFkDrOgpwu34usEOKPZSU2oYASCn1GLVmoCamuL6F9eb7Ol+aIyMjBDpJE8sK2ekeZyoNcAyLAJ499RrtNOcjWQlac1j4c6/GPSDU2spBcbTce/oLO0F0eRDKloZGI0iNbbKlfIUNY0dA31lq01c22MNLNGkZTJF+ZmOQ/1wRhZEA52yN3ln8ow5qKIxsTUL3qh3v86nMzuex17DXwQ0uHx5cVsAyJISLpQ/IEHfI2xn1dHgmX2lciacX6lmmjjIsmM6M0MDVLzgrqaXeD6+OeL669qvSu1jG5DeSh0ZgUM1kwK6xrcMx9eN16Y/zIoFK86gYIHEtPOm7eJiaFOnJWebpvLH/bMDOGN4ZgrGZrs4rTdJSoqkzoUBK8tDOTytTZBJzwqmOztUaUEU+673/STJ+VXqXV6/y5w6FwasjG7BDGrVsBnyDMttZTE0pd9ylGS6SlMYsKxPAtCaIQfF8w+8nQkdOtclGdpl+oQIQ0mKyMyRFwKsqYYtDXCNkDfq3RYCfJh3Js6ZxWV+5OG+LizMIxOpgAtN2TVBlgH7k0q/eBrj/EY6yPLKi4lMWAXMxXIijKapa4Ks21mUCXKo3/4q9OxC2admIBMKYE0BxtCISSxuai1iDZDjIoaskAmog4S8J0MplZoU4hXATNOHLO29TcHsetP2PMzRDtKKIAuHViofINI3OTOLhRyTCJnWRaIoBPyEi0L36SxxL7ChKYtmWgdSsD6re39YF3XWGQNZq7H8fCXtD700KO538h+xsAg4FjJA7vqsFnCkHKh3Zlkha0M4wnOXvgtrlNYRM9idZcAhi1DKkYTUero+Ps/QO21TXTHHhiWHQzLe9xvePBNTQEr7KQ+uV9q1JhHhtxWtzwq5IXrDp5d0RXPdclEWyLrKWiVSX4kC5t8mIgt3alySnfuHlQD2OyRqvpnrs7ImxhVndBllBsiROFnZDGNxp9HKAM8tOq4+G7dupnM6OshZwrL4og+0CWBL3uEJOZfsdZqxcsAJzo/zLe26mW5QdCsLliBLXFR5SBPbpPvPAnju/HTrZrzZzqVJTS4dFtRZbaosKmtOeSiv3YUApS6yZoX9bICTdFkcvfKwJhdcbEOOX+kQJ5c6abtCs8Ll9s8KOEWX+YS/EsoVhcwzRGxIAeDTSFIUkH+TnynstQAWuuyf69DtZ1BWGwpD1tKwq7VxwNcGeBFbOjM+OB5Z0tFJhg6y1uJN/p4h5wkmU6sNt1sr4Lkua5d0RC/x1PW+ny+KSsppUrHVdLGzMohn+bST9owIb2ahEnVMlu/zwFxbmGbS2cAB8dYrecfP4vAgO0GtJbOT9B1KVGNfwILs2i1YTrHRIdbl+GOxJqPlt7Eecpm/etnyRQFeRBlF/4UFyMqpzTxA5e+8SMALB5hyeJDrtRyG+X8WAoCE98+tsWmD8GIBhzse/B/F3vKfV2CACMM8e4DTgNi+/y9Zc3bqgTqZsgAAAABJRU5ErkJggg==") no-repeat center;
  background-size: cover;
  font-size: 0 !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.5416666667vw;
}

@media (max-width: 991px) {
  .pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-graphic-design {
    width: 88px;
    height: 55px;
    top: 68px;
  }
}

.pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-trophy {
  width: 4.4791666667vw;
  height: 3.0729166667vw;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAAA7CAYAAADhPH1zAAAGtElEQVR4Xu2cXVLjRhCAu2V5XzAVcoKYEwROEDjB2iYvKUStfYJdThA4AeQEmMIkL8E2J4g5wZoTLHuCmEK8xPZ0amTJ1v/8MDKmsB6t0UzPp1ZPd0+PESSuzcZ1k4g+STRduSZEePzcPxwuWzAUDbhVu9iaWOV/Re1W9T4BPDx3ne1lyycEW/n1ag8Y/rNswUyO53Yd4TxNjsf7Eg6YAvYegEamBTHZHwJWCeCnoM+3Adaifffvo4FJEKb7qjSuTgDw9zVYw2TXYA0DDbpbg12DDXkFb9DGAoH+moAwdLvOsaoOqHsFbxGsKpV4e4ShPR3vj/otaW9oDVYSOg80gGFdNop7J2DpTpJfrBnuAMAPoR9HCHj81D1si/p7F2B1A4SN2vUOWsQh/hwFiSdu9/A0D+4arED1ZrkSuw+Av4SbEkC7zMbHWXZ3DVb0Tfv3N+udNiFEM3w5i5oQLO+30ujw1dCzNTYrbY/6vz1IyvMqzYoKELz0KdBFbFIjYrgfX9SkwG7V/qpOrEmTmNWXXRVfhag/qAjsxsHVZ2RYE8lICA9lVjoNK5Jvd7lfHF7UAAFb4UVNCqxIgFW7nwd2o9H5ggBnCjInNHKmaNN+clGD8yCYyAWbofoKMuU3jb9lUx3ngY3fkxxzBBbVw1k9b1ErldtA8DHmMfRt9l8rF2ylcTWIr4aSgkg2ozu3e7Qn2Vi6mRrYdB83ntPlg6cpQqV+fQ5InyPCEQzywaY9JD09iYaEf7i9wy8SLZWaqIDN8nGz3Kw0uGlfttDGbh5c1YiARyBGL0QYPt0ccTtl/DIBNhAq1c1KUYj4mEKwxme9hA5NguXipsGNu51rsJrbNglvIpblW4PVBJvYVNUBW6n/GYmL+edgE35f9YgrsDKmTQHv90Vg+Uo4tspfEaBaiCkkGLg9Z7+QvkOdrhxYjahEndESdiBWDqwfqvE6p0gcrE4v84lHm5V2ijYpKweW4/Dg2pNUU0AMdxBoSxe0zex20VA9e5izQIkSNFlze5GN1QW2as+pgAWypEJqsqY7SHg+n6uOV7BqoFTlUQKr2nnQfg0WIJwP0MxuJfATw91wbvrdBwhZiWpFxb13u04kf5IAW7CLNUKkVlHJlsyFRhBdeZkr29ZKLNHEGqXtoiTAVhodUnxbis2LybnmCaG78itOLNI8BWzhyexTt3t08hKhVZ9dCbD8s5haH2oEzHgYW2TOdeU1VlYbuNF/Czu0ogBBdr6q7bS8gkrjugdANdCoulMV0ET7lTAFoon4+YNvWRGH6PnXuP8mwIpi5NcAJxpzDVZESPP+uwC7Wb/+yJBqSFAFhD1up4lgCAiD5xvnUpNd7mO6YDcOOp+QsAZIVeA707zEHmEIFt2KjmCFx0SA78JdWl1T4IWOSGcezKyLQ55iy7S3oQqWb/EzwrP8nRP0KlyyyjajhRt0pw6Wv0EG81r8WeFYtE7Uj8f5MVGZ3G1KbZS3RXTmabnGRQjVCKTY4Q5EvAwK2JTKqGJeUeTwNnq1F/58dcCmTJQAjp+7jper9A81cy8iBpXukPCB+GeWLOLlL2c30AZTGai8d8LrAryEfvKc8CMADWeyerCi1dz+vl3CW4oMJgFW5vR3GGxKLdM9MWyGP/f0aj2ah74FJ4Y8BB5YnF5ETBXCrT0dN8Ofu28KecXOYrvKon17MhlmnopHuBWaAi6EX2aUVWM1sNnkfKFtHX4EP9DWR5uNq2l2yX9hvIA5EHjkdp0f51qPH04AmVYGSmQ9EOGcTa0HtOjrom12siixziDcujdOzeMC2ARabFdxTS9R6UQKrEjQ4H5cAFGZZlwz48lj2XF12sXNjWjsykGnHyrZnCtB9rqsI1XGMzPNxl5wWyhs/L8QlrA1PleCWCWl6GSNqqdhVGPXYBcaZxRs3BSEF7U0JVf9HA1+XIktcuHXFTUFj27XyXUljYLlEw+fsAGAkc3G2+mLl1fHzxcPT0AerTx1HS2/VQe472svFi9+GPnG2U1VgLjJ8hevvHELABv9dwt+BhUtaoVDQj4psKgXjXQW7pYOKJ1nEkcBCAY2lVrhohLfvPEjSAsNlVgLjIP13Sh+XCfiWHuACbjTHY2KZkTubTbeUzldrQMy/kzmjm0QXUaiqdnTSHD51HOaovGNg+UDcoEti/rhP7zJEeSRGO6ZzheIJh7c90NaHjXK1KtJK0AhYLnQ2cd1wlOmO5tNasvW1AzNTTmMHGqpeBClMLCBSLMsFzQjURRZPHXYfi0tzdJmbk+BYW2Wz5hdBNgvs1JftZjvf3O5wF6KN4zIAAAAAElFTkSuQmCC") no-repeat center;
  background-size: cover;
  font-size: 0 !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.4375vw;
}

@media (max-width: 991px) {
  .pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-trophy {
    width: 86px;
    height: 59px;
    top: 66px;
  }
}

.pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-group {
  width: 4.2708333333vw;
  height: 3.8020833333vw;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABJCAYAAACuPXHDAAASFUlEQVR4Xu1cCZSU1ZX+7vurq+muKpB23+OWmEzUGTNuQ1QEcxJGBKqKaoGuhuB6JmoyihmXGGk0MWpOEo9xopgYI1XVaDddjSCgGBVRkVGTGElMdIZ4jGsLNkL9Vb1U/e/Ouf8CRUM3XdULHfWdwzn0X/97777vf8u93733ET6tJdZkBHT+XKU5zoAfgGVDQUwgkr8/Yot+kV1a90p/IKL+vNTnO7Em/xidP4yVVlWj+P22xOzsgNschgaqpi4+3DCsNQCO7r07WkpcuDhT6OzYj3yGvLf55LezaGjQPesMCMjRsaYaq9B9HRHqYH9VTluGvrmjec67w4DFgLoIxRJf4AK9CMLoPhr6GIQnZHYSU7W8x8QbOa8WZpfNaiuuVz6QsSZ/oNB9DxEuLG6QCY9WK//MTc215oBGOsSVR0dTx2nmFwDsCyAHwgow/ZXApzDwjb66Z+J52RM23lk8M8sGMhhORUCcBFDVs1MGzc6m6xJDjMWAmg9MaTyQfNYGgPYH8IEmfX6uZfbLwWgiCqYlfTVOxD/L5Pa9Hqv+vct7r0wgmYLh1EMg1NoNMdaA7A37NAAGwM+YRuUkNNd2DGi0g1h5bKxpTGe3NRqGxQS2DIWjWNNyADUAPmSF+uyS+OpQNHkhM+53u34fhEeYsYVAUYA/bw+XcVvW55+P5truAQE5KpI60gd+DMDx9kEHfJUNbIGFZwDsB8Y2Q9G/bG2p+9sgYlF2U6MjydM16FqAD7Q/OzgPUAjAiQB8AG9iRXEbyEjqIgb/ypsgZmvdBDnKA5HkAwR8c0BABqal/lkpPkorZLNd2ecCvupxRNQEYB8AbQXQaZ3pureCkcQfARLhCgo8jVmvZ/KdSNAhzXgr21r/x7LRGEDFYCS1BOBo7030AiTwvAbHcun694OR5EMALigPyFhTVdDqvgHADABHgZEl4udYTjDCOAAVANZq8AzpLBRJrnI3alEP1gOQPUSAla//FjOWVvv8Nw/3QRSKJlcyY1IZQK6zDKtWtJBgOPmwt5WVtrQvXVgR2By4nICf9T0ZqMXowiVbV9RtCYaTjSDM3MP7t5rpuu8NYIKVXLVoRjIDKwE0KqbDmfhGAMFelzYwcCBdhfVxAF8EIDNss9MpbH1qe2E8afr858vBEowmW8CI9BhpAeAtAO3nbKe8URd8Z+WWzXyvZETKrFAkF4PwfbMl/sP9Y03BDqt7I4ADhhTIYHjRF0FqnbsPbiXQPDC9BmXFmOkqb0wMZMH8LYIyQfxzAIcUoXwPsdEI8L5MvNR9/g4BMzLp+PNl4lJytWIgmXF7tjV+/Zho6miL+UVHj+x1jxz4jHQ7Eq1eTKhuBuZm0/FGNDSo0IZjpjDTfxeBthkEA4yx7ijbmXB1NlfzkOhawemJ8dD0tHsSvk4+nppprn+9ZETKrLATkMR3ZFvqrxsdSxyrLZJ9fGiB3G/K/aFOn/8egMT8E63hGcob0zPLZ8kSRyCaOpeYH9x5Btq6RVbUBDMdt5XaA+sXBbJZJfraOfI3gVdm2g+bijXnFMrEpeRqpQGZuJhBv3Q72f2MJL49qypv6rceGYompjFTq9uoJuKfZlrqv+uNJBBJziPgVsfO3r7YF5jp+gb7r4YGFXz1uBsAvsX9tYPA386k6x09bZhKkerCYNxitsbnV8UePNSw1B88ywagC8x03dpgODUDxIvd1bOGCiomkycUSS5ioN5+TphvtsRvLha/T8vGnU33AZjlVuoG6HYzPWu+KKm4dGFFcHP1UwB91Z21GzVwpqhCGP+0L1Tz7tUMLAAwyu6fsCoTykfwm7mdQ4lhYGryBGXw+QyqIiDHjDgIX3LBeZaIH2NWB4D4Ejk8ZRUpxhIm/A6gCQBPc+X7OzNE7WkjwhwwTnCfr7WtOZvEwBYysHqPJmIwlvwSLDwM4MtuI2IVrNDgW3PpupeDkdQ9AC5zhWyq8Pkv7daFI8H6KjlUPBAB/C8zx4ZaKXe2pMo0gLMdLUF2G7Fe7P/bYxeDwf1bnntF+Mi8u7pU0XN5V7QW0ZmL23D4S7AFphf2CKS8GpqeOJM1/RrAsUUdtIPxZyIcwcCR7vP3AbwJQGxSYVXs9lmeMV+Wba2Xw2tISyD2wEFkVawAcPKQdrRT4/RGv4CUOoFw4iQi3A3QqTvviX2KK1/zJWI1L9M6SyirYShCqDRewMRxAvkJWmbZkBRm8oGwBcTN/QZSJHGWzajvADzHJiecvU8OGm8pyBIogNEJwmYwFgP6LrN19odDMpIR1GhJQBbLHQwvmkCgIxk0F4Qz3d/Wgelhhn6jsprWtafi20bQWIdUlJKAHHNeaqw1ig4hnc/nydelCiqvfHoBwBe7UjYqg+d3Q3f7ofysDR8r30dmc+2mIR3FCGi830DuM23x5wqG9RMwJgIQwlYzIMTm/gQE3LGIWtPu/t9e7gx+yacrrtq6dIbYtZ/Y0m8gg5HEZQDdWw4SBNyQScd/VE7df5Q6JQCZnA5AyFyvTsblG0W/Ki5iPSiQzUGSreyC/3O4rZnh/gD9BrJ6WuorSvGyHbY138SkXlSsK3eGkbQmHEvg2wCS39o0GZNyLTP/sKfB7TPtAWHc8fHSuR/v6d2R9nu/gQyGFx0A271AYjFImWGm42Lx7FIcQkM/agPJeL3K5//XXlnxWFNVqNA1QxPGEegwISw18IECPaO68IgQxiMNtN3J028gxaoMRFK/9hxAINxrttR9y1m9O5dQNPFjZprnkD1YbbbGv757wBtPBOtbCThvt2AxntRKXydu0pEOZglAAsFI6sYiJudxZfhnbWuu9U7p7WMNRBLLCHS+a9febabj3+4JhGPDC7PkuDh7L/QGiCJmy6w/j2QwSwOyiGKy7WcLU7OPxDcUD7CmLjm6u8N2fImLogNE88yWOiE2thfZCwuqQmz38PaHjNUMEhcvSPHZYEzdUYOeMI2KycX830gDtSQg3TCP3wI4QqK3lKZ/27a0Tuj67aUqkjzMAMTtKo73NkP7xvXUIYPhxrNB+kknmADMxNdkVeXdO4Cy7eUr7dnvxOYUAJoofOFIA9CTh8R+7jD8pxOUnJguNbSruATuhqJDmPkaAMfZbxDuIo0nQKhgJiKlNbM6BdDz3BN7M4G+C/BW73ewrcjPBEgoNilvM/G1pI33CGyf2lqhU2mM0sR3EvA5d4tYSsSLWKtiimtv42ow9MfVvsoXyGV+5TDw20dDb4VtTk5mkFgxru7IXQCZIJe0EA3S8TLaRK79YQg77G3nd/k3xuUI5Z0cwFmb9hW/j1dYfOI81v0gTlvAVshbI6WITxLoJtBjFIwkxQ4WJuezUjYCvElm5PXsuBLcvcimxQ52Z5/MQqHAMuywzMNWyFYnbV+4zF7PqdbGOyyrYZGFnJUgK+wgdxXJivrA5RsEk21ESBFiTf4gMMZCh99AVbfSnUdrVmLBHCAEBBO+Q8r/uPxequTU5be3Cq7sLnk5iiywuhYAJG4MxcAKMvxzdZdVUWp7nhzlyCJyEHcdD00J1xNQIKCWDf9zIouqNPImsHWXAVZHEgcr0O+cWcmbmFE3HC6C3X2kQDj5IyL8l0scP2ym494BVeo3HdD7ro9fVDM5ZC1Fety2ltn/U9zoLkDadJmyxC0gU3mzJpqTa6mTeJmSiuiT+RydA9BHmS0Hry/Hjx0IJ+8gglhIclIvMdPxWElC2C8zBaKLT1CwjtZ544WeIcv9aS8UbTye2RKT9xgBkliNz7TOem7ogRz/tC8w9t1biHCdbA+aqL6cjzEYQDqhN8ZS24JiNJlj8nNKdQfvPSAnrawMVLW3eDY0A1dl0/E7+/P1i98ZDCCrpyUnKWW7k0MgbBiV7xq3edlFQgH2u+w9ICVsLbxoAohuYtCbMPLXZ5vnyklXUhkMIDFpZWWo+qMfMNMZIL7LbIk3745o6UuwQQCSNzGp+mxLnYT3DXvZ6bAhNJstcSdmfZiLG3C1yvXrl7VHfkiKp2eW1D87zLLb3QXDyQUgSDCoHDaNZjruBnQNrzRO0IH/GZepKh1IJ7KMFhPzixokQabDVmxFmOwYnPFugOqrYHU/O2bqsBVS6GTNRxBB4oQkeqR0IIdN2n+sjj4DcpC+V1lA5gl4hUF/J+hdMrwGSbAR3QyDhIWqAegUl9kqB0jeRKwuyfgqVtX4uz1qbEQPfLCFa6/Idwe2VBxHBrcOxLL5EKxqzdZZktH1qS1OdK/vqbJPbbG1Ffib29L1Em/4qS2OmSl5i8Nta3/CIB8Ey6Z89qdcLG2hoWuZcSoxVpkn/d89u8vYL7f9cuoNGZC2O5WMg5UyClDiyyqtcEErBhlmoeMtLL8sZ5PLhfxUEEv63VcAHCoMvRgEBumJPbm/0nob+NtDAmQo2ng+s/6p6wQTKUsGckcgFv2FwSsVYSJrjOvlWoSFZvuhV5TDZw4cQqeFIQHSCVvhuYMlJGB7IosDsbSbTy2uDSGe24itszKtc97YfZ/cg5zeNYRmz7L23caQANkjA1YC3SWVWEgFUdi9QUnAqSRzVhSBJI60nDso0Ul350x7R2KKmPASNO4lSW22UzO4wUzXe0lPThOSvftR8GzFfLImLkArVoDfUtiQy419cvs1CQ0NavSrx57KoOML4N92pOPveMCGwg/uq5UxGZr2B3FBEVcw0EEKTxSn+A0JkKFwMsGEuCMMp8SJb2h1EBMkLOUwJ0gXVxLU7xn6GyDc5Ar+VwIuhmIG0427zZ8mpCuU/8ItzbVbg5GkBLV6+TuvKZ//zOI4o1A4OZkJkk/jkRheTo10N8uLlAtEG09UrJcxcDgIy03ln2lfESH7spWfD7Cw+MV1Rf5n2VIzPLfEMABJt5jpupucw6diPQhfcAIlMG5bOr4+GE7FQCzBqSLpS5l0XFJLEIwm7wPbbIoFcLt7LcIoWeYEmiiZs871CXjUZVw6CXRFJl3n3TWBQDh1DRH/uJdle7mZjv9CfguEE18jIsn+rwHhlVH5rrOEIZc045yVv6uXbaqNWIW9lJYhB5IlubGl/jrnxhItziBJaNJgNUGsoUA0GSeGd9vK7810XE5khMLJ37CkpNmFfgXmY0E2XSbl52b7oVfL4RKIJpcTY7L7fK1p+CegudYOqwmEU1dJbqT7m5085YTO4DWtjYaOR2a+bf82/mlfsOa97xHxaWC+N5OOi2JtH5Cjo4tOY1YNDPKDuAaMk9zZ+a4iHfW0hUEBsqdlE4wkkl7GLAN3ZNPxa91sKyF/HSAVTzSX1K8JRFL1BF7kDnYHkJHUgwye7eDIVwLKAvPd7l77IViPN1tn/yUUTk1l0g/LPmvnhRNFPbY+EE1cTUw/cWY7r8wYlVM8kHuZpX0+DkWS4xiQVGgJx9kJyMGwbGRQM83W2U95Uux0ajNulkxTN5HpZdcW1UrTGRKlFozYcefNfSxt2VGvqPD5kwXd/SSzrUPKNnBtJh2/w94Gwsm1RXk8212ywWjqP8BsL18Ay8x0vCgMsHQo3a1EOAXRFt5mTVO8e9HcW2Uk/c/2a5fjjm1jojnOLHBUhJ2idoEfmOn49+X0Y/Kt84AkxWdmvrxxfXDDMdMlgckBh17OGBWn221YXQsJdJE7XLuNQDRxG7FcKWMfV68bPj1pa/PsN93rYwQwuTJsE8g4R4JOg+Hk5bBT+mxFdkW2oyZqn9SxptIZ9OZay0nOx2OulvG2Ih3zlrYbzih8Q9lAdhKwhpleB4kqI2DS14qSO+V6mmeJeR8GpngKtVzrRcA7YPvwsRPe5X4xgFvc/WnC9tBA4E+AHbl7BoBzvbnE4OUE9RbAclOUBKTKTJHLPV5UxOtsryBgfxgA7zBjNRHlAF16aA0rU5M+jkASgi2qXA6g1cT4G8vFUMQHQuPr7vjKmpGlr5FPfo3PgBykb1wWkGKhrAboTwBLAtKnrjBxTjEdYm9dTohhWUC2keLY3vJrj5Sv5kToqTUDYMj3bljfSAGyZ1hfOepP2WF9IwWEwZBjUCybcuMjB2MAI6WNsoAcE1t0lGUpyZ2R+O12Yrow01r3yEgZ1N6QIxht/Cdmvdyl9QBW43t6VncNfZ6y+BDlK6x1PWZtCpgmTM7eGMBI6bMHKdPNmk7rea32rkHysSYjZHWdB9B0gNdm9ss9iPsuG7KbSkYKWH3LwRSKpKZpxmSl8HwmlG/sGfX7/7Mx4CKrSVr/AAAAAElFTkSuQmCC") no-repeat center;
  background-size: cover;
  font-size: 0 !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.0729166667vw;
}

@media (max-width: 991px) {
  .pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-group {
    width: 82px;
    height: 73px;
    top: 59px;
  }
}

.pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-responsive {
  width: 2.2395833333vw;
  height: 3.4895833333vw;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAABDCAYAAAAF+vz3AAAKQUlEQVRoQ+2aa5AcVRXH/6dndvPonmwSICgEYtRYRVG8FJBXIQgIQSVMdzZUMj0bXgZQDCUPwQBCKRooHmKIPAJWCNOTaDbTE0RARR4lFIIIiKKWUSKvWInEEDJ3djc7TB/rzs70dvf2TPfsLvjF+7HvOef+7pn7OPecIYylnb16orar82gi53BmHAJgJkAzGJhIAAMsCHibgTcIyotM9JwoLPrzaIek0Sim0muPY3JMAGcC2LsdG0R4Ecx2JeFYA72L32xLtx1hNZ07hUi5CuDPt6PXRLYCwqqqUl3e37t4Sxx7sTw7pXv9dKe6ewVAmRhGB8AYrMkRNABKhE4/M11dLmZ+EGU7ElZN504johyAPcON8csEeoKZnmXGZuro2DIJ6OfdJSonJ3QlgVkAH+CAjiXgJAD7hdkhwqNJpXPhu70L3msG3RJWM/IXgfnOUGXC3Q7zvX129qUoj7j911+vaH/6xHwwXQjgxBC9N4mrp5SKizeFTqjZQKqRu5SYbg3p36AQLdtVyPw9NmSIoJbO6yC+CcAnvd0MlImdI0Sx569BtVDPqulcDxGtGSlM55fszI/HAunTXXJPh7pdu4fA5wRs7qSKMqf00KLt3u8jYNV07hAi+kNAueQAJ/XZ5gvjBuoxlErnr2TiGwO2XxW2eVBLWE23/gXgox6hfkrwYaXe7N8+CNCGzSbL7nZhm99oyPg8mzJytzGT2ymFFIc+u2tj5ncfJGjDtpbO3w7iS3xjsXOQKPa8Kr+5sJPmrdsvkaj6bhRmujTO+RecyGTdOqIj4Wx/r7fnn+1OUtMtuQTl1V1rBPp9yc4c4YPV9JwVOPRfEbZ5aDuDTdKtmQnCSjDm1Ye6VtiZG9qx0dX9wOxqVdnsW6sKH1/akH265tmhG2rwP14Bx6HD+zZmXow7UMqwzmXG7QBSXh0GnmdKXNRXWPhyXFuanr8X4PM98r8UtnlaDVY1cpcQkxyo0Z4Ttnl0HOOTutfsm6gmVwIsg5oWjWJ7WT1j7d6UdLb6Jv2+8pEarKbnngboOLeT+CxRyK6Pgq1784fSRJSs7JdehkMXljdmgkfjCPWUbj3KwGnDHXwhTc9YUwb7IZdAst4xIKZUpuH+cwaaAUw+Y90+Skf1zuG16ZPcRuAlDmgOAbeE24j2smpYJjFkTNJoG0idb51EDn7tfmI8Lormyc1ApTcdxgoC1KAMMdZ0TMbSHXlzl+xLzc8dww7uAujgoGzUWh5aXom3PXqbSTNyF4PpjsZHZtxYLprfChofudN9ElvB9DVRzNhhk1TT1nIiXNWul1Xd2kzA7LqeQ6qRu5GYrmwYIoy8/1N6/jwGyw0YXJsOgaxkomNpq9Cu5mXdOpYJd4Hhu0Iba5nYOb9x+DdYNN36BYBTXTbNsFaB8RX3A9OZpWLmQVfBsK4Go9lZuV3Y5l5xNpeUUY38qcQsAUIbO3SYd/Ol0laOCfL5VGuk6tZqAs4eXgY8t1zMugY13doJoKuJ/W2if/osPHr67jjA9bCw0EyWgFtLtnl5o1/Vc/cR6LzYnk0ZuZuZqWFAnn08HOjwO6rKs7flesqxYI3cAjD9dFiWNgHOLIAm1Dyn8LGlDdlnG/1hnr2JgG8OLwM+t1TMrvYOnjLySxw42oSJdN9gP54E8Omh/rHBErCsAlqbBM4mxXnMC1pb54b1CDPmDntWt74OYIULx/iOKJrXNfOUP4QcGyxAK4WdkeOHNk23/gLggHqnPA2Ci54Kws7Mb7IFSNPzrwPYfzw8C+AOYZtLw8bq+mJ+WnUC/7txWZFMlGjpB2aAlG0ehS3CNmf+r2FVI38yMT/mbnzg4XpsYMng9kAXMIEDRa8pf4JA4w/Ns5pufRfANS4A4ZoGrFyz7tphpivKxUzIvf4hwhrWH70XiELOUfUQ0e9yAC8J2/xMHM+KSt/H8NAFfbGOrnS+G8TeaC50zXYZ+Y9XmV/z2NwmbHMoRARqHtsBYGpDQEnwnF292X/4IYKexVZhm97HZUvm2pULPOMRCoXV0tYNIFw9LMd3CTv7VfcNphmWvLdlpmSoEVaIgul/vA1NynMaoB/AamIaYCDRipTBgwrxgQw6PRJWt+SGn9GQc4AjZRrAhVWNtQcTO694DPWJPctTseqCimeGElaGbfvE+dkjZQh3i4J5kVcupVtpBjzRG78m7Gwta+N7imuG9TIYw49EpktEMTN8YdReFVYp7ssgBuy9omAu8cppgY0FxsWiaP5oBGzKyJ3JTEWP8g5hm3v4jOn56wC+PhIkWqCiOHScNycx4iEA9ItE51T0LqilUEekjzTdemso3e62pcI23eBcftX0/PFMvD/AVXIUGdjEbnJtk+JU3mfl+QE784bfEYHzHvR9YWfcjRaW6wom5YTYse80PHXi+7GJRiEY8qty5yRMbTyRQj075Dm/d4nptlIxc9koGGKraLolw0+3PhH2vApNeYbMEtVEdWbc3H9swrpgSs8tY9D3PKfObtG/R1cwqG+a+R6xK4HfCNv8XLsgUfJa9/q9UB2U0ZWHdeQp1HQZyI7QPC3TAlHM9EYBtNOv6ZaMrLxP/7eEbdZDUL+l1jUF3coDWORRGRCJzunoXSBvrjE3TbfOAvATnyGFTxQbsk+FGW9dralVEDtk9aTTVSY8KApmRF4reh57da/X+quD73oyQfIkbRH4h5yzwWFU3VpEgPSw25h4UbmQXReN1Fwi5OeviEp5aqsILrIOJocLMQyws7co9vg3Rkz6YBaophYjGRgLdlr3+q5KdVBWThrJO2m+SczbmlhLP3AASPG9Qhh4uGybX4qaayzYunflI9J3EhDxLaVC9oqoQbz9mm7JqG3fxjdZ9ypXyjPiBPCxYaXxlJ5fw+Ae7+AUSDe1AtcMqwCG7lv/Ck4ubzAfjzPhtmDrHpbBh+8cTDqJ2Ts3LpRBedOm6tZlwXxtMF0UBdw27BQjP8dh9tVW5Zu+ZGdmy10SNmBI6CfDvRdKtnlkFKDvV2xHuCGrpvMZIrb8uvSYsDNfCNqbqOdnJcGy+uIt5fd1JDr3iUqTBm217dmGgdACWzAd1L2+U6sOyleqL2lCrBxTKi76bbuOGjVsff0+ESzFM3B52TZr1XRNt2RG0Ff1IaILSoXMqnZBa0fxaJRcnROeTKrTt2zypNJrXQSeB9DxDARjYF8ttt2xxwYLoFa5SVblfw8mRwz+M2Gb9cpju5hD8mOGlUYmG+sOU7ja9B8dsjJTts2jRoc4rDUusNLc0D+T6FcjgWiTSHQc1HihjgV43GBrG2roryRuzUCevwmncujOjefIusSY27jCSppUOj+Pib9N4K2oJBYH/zoyFuJxhx0LTJTu/2GjPDTa/lieTaXXfIpBTeoMox3aryeSE5+JOjEiYVXDWkyM+8cHqbkVBl6vgk4I5r+8GpGwmm690/x/iOM7BQaWl21zWTOr0bBpay0IC8cXK9waMb5cKpo/HzUs5j4yQZu441qQW/f/QLjrj8a1rYz/Fw7AU92uLUnxAAAAAElFTkSuQmCC") no-repeat center;
  background-size: cover;
  font-size: 0 !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.2291666667vw;
}

@media (max-width: 991px) {
  .pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-responsive {
    width: 43px;
    height: 67px;
    top: 62px;
  }
}

@media (min-width: 992px) {
  .pts-parallax .container-fluid .widget-iconbox .fbox-icon i {
    font-size: 2.5520833333vw;
    line-height: 2.8645833333vw;
    height: 2.8645833333vw;
  }

  .pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-graphic-design {
    font-size: 2.9166666667vw;
  }

  .pts-parallax .container-fluid .widget-iconbox .fbox-icon i.icofont-responsive {
    padding-top: 0.2604166667vw;
  }
}

.pts-parallax .container-fluid .widget-iconbox .fbox-body {
  font-size: 24px;
  line-height: 21px;
  font-weight: 900;
  color: #0A3F8B;
  padding-top: 45px;
}

.pts-parallax .container-fluid .widget-iconbox .fbox-body p {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  margin-top: 27px;
}

@media (min-width: 992px) {
  .pts-parallax .container-fluid .widget-iconbox .fbox-body p {
    font-size: 0.9375vw;
    margin-top: 1.40625vw;
  }
}

@media (min-width: 992px) {
  .pts-parallax .container-fluid .widget-iconbox .fbox-body {
    font-size: 1.25vw;
    line-height: 1.4583333333vw;
    padding-top: 8.75vw;
  }
}

.pts-parallax .container-fluid .widget-iconbox .fbox-body:after {
  content: "";
  width: 70px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #0A3F8B;
}

@media (min-width: 992px) {
  .pts-parallax .container-fluid .widget-iconbox .fbox-body:after {
    width: 3.6458333333vw;
    bottom: 2.8125vw;
  }
}

.content-margin .container {
  padding: 20px 65px 20px;
}

@media (min-width: 992px) {
  .content-margin .container {
    padding: 1.0416666667vw 7.9166666667vw 1.0416666667vw;
  }
}

@media (max-width: 575px) {
  .content-margin .container {
    padding-left: 11.3043478261vw;
    padding-right: 11.3043478261vw;
  }
}

.content-margin .block_content {
  margin: 30px 0;
}

@media (min-width: 992px) {
  .content-margin .block_content {
    margin: 1.5625vw 0;
  }
}

.content-margin .grid .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  align-items: start;
  margin: 0 !important;
}

@media (min-width: 992px) {
  .content-margin .grid .row {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.6041666667vw;
  }
}

@media (max-width: 767px) {
  .content-margin .grid .row {
    grid-template-columns: 1fr;
  }
}

.content-margin .grid .row .owl-item {
  width: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  .content-margin .grid .row .owl-item.col-lg-12 {
    grid-area: 1/1/2/4;
  }
}

@media (min-width: 992px) {
  .content-margin .grid .row .owl-item.col-lg-4 {
    max-width: 26.0416666667vw;
  }
}

@media (min-width: 992px) {
  .content-margin .grid .row .item.item--super {
    margin: 15px 0 44px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .content-margin .grid .row .item.item--super {
    margin: 0.78125vw 0 2.2916666667vw;
  }
}

@media (min-width: 992px) {

  .content-margin .grid .row .item.item--super .blog-image,
  .content-margin .grid .row .item.item--super .blog-text {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .content-margin .grid .row .item.item--super .blog_container {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  .content-margin .grid .row .item.item--super .blog-text {
    padding: 3.0208333333vw 2.0833333333vw 2.0833333333vw 3.0208333333vw;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .content-margin .grid .row .item.item--super .blog-text {
    padding: 3.0208333333vw 2.0833333333vw 2.0833333333vw 3.0208333333vw;
  }
}

@media (min-width: 992px) {
  .content-margin .grid .row .item.item--super h5 {
    font-size: 30px;
    min-height: auto;
    line-height: 34px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .content-margin .grid .row .item.item--super h5 {
    font-size: 1.5625vw;
    line-height: 1.7708333333vw;
  }
}

.content-margin .blog-text {
  padding: 25px 10px 20px 10px;
}

@media (min-width: 992px) {
  .content-margin .blog-text {
    padding: 1.3020833333vw 0.5208333333vw 1.0416666667vw 0.5208333333vw;
  }
}

.image-item img,
.widget-gallery img {
  max-width: 100%;
}

.widget-gallery .title-block {
  font-size: 30px;
}

@media (min-width: 992px) {
  .widget-gallery .title-block {
    font-size: 1.5625vw;
  }
}

.widget-gallery img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
  display: block;
}

.widget-manufacture .owl-wrapper {
  display: flex !important;
  align-items: center;
}

/* @media (min-width: 992px) {
  .widget-manufacture .owl-wrapper {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
  }
  .widget-manufacture .owl-wrapper .owl-item {
    width: auto !important;
  }
} */
.widget-manufacture .block_manuf {
  display: grid;
  justify-content: center;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .widget-manufacture .block_manuf {
    padding: 0 0.5208333333vw;
  }
}

.widget-manufacture .block_manuf img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .text-with-images {
    margin-top: 50px;
  }
}

.text-with-images .widget-inner {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
}

.text-with-images .widget-inner .text-image-block {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .text-with-images .widget-inner .text-image-block {
    flex-wrap: wrap;
  }
}

.text-with-images .widget-inner .text-image-block .image-container {
  width: 50%;
}

@media (max-width: 767px) {
  .text-with-images .widget-inner .text-image-block .image-container {
    width: 100%;
    padding: 0;
  }
}

.text-with-images .widget-inner .text-image-block .image-container .image-wrapper {
  position: relative;
  padding-top: 58.85%;
}

.text-with-images .widget-inner .text-image-block .image-container .image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.text-with-images .widget-inner .text-image-block .text {
  width: 50%;
  padding: 61px 65px 55px;
}

@media (min-width: 992px) {
  .text-with-images .widget-inner .text-image-block .text {
    padding: 3.1770833333vw 7.9166666667vw 0 2.8645833333vw;
  }
}

@media (max-width: 767px) {
  .text-with-images .widget-inner .text-image-block .text {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .text-with-images .widget-inner .text-image-block .text {
    padding-left: 11.3043478261vw;
    padding-right: 11.3043478261vw;
  }
}

.text-with-images .widget-inner .text-image-block:nth-child(2n) {
  margin: 2.96875vw 0 2.6041666667vw;
}

@media (min-width: 768px) {
  .text-with-images .widget-inner .text-image-block:nth-child(2n) .image-container {
    order: 2;
  }
}

.text-with-images .widget-inner .text-image-block:nth-child(2n) .image-container .image-wrapper {
  padding-top: 56.77%;
}

.text-with-images .widget-inner .text-image-block:nth-child(2n) .text {
  order: 1;
}

@media (min-width: 768px) {
  .text-with-images .widget-inner .text-image-block:nth-child(2n) .text {
    padding: 3.90625vw 2.8645833333vw 0 7.9166666667vw;
  }
}

.text-with-images h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 43px;
}

@media (min-width: 992px) {
  .text-with-images h3 {
    font-size: 1.5625vw;
    line-height: 1.875vw;
    margin-bottom: 2.2395833333vw;
  }
}

.text-with-images p {
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

.text-with-images p+p {
  margin-top: 29px;
}

@media (min-width: 992px) {
  .text-with-images p {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }

  .text-with-images p+p {
    margin-top: 1.5104166667vw;
  }
}

/*#index .tabs {
  padding: 0px
}

#index #home-page-tabs {
  margin: 0px 10px;
  padding: 10px 0px 0px 0px;
}*/
/* end index */
#products,
.featured-products,
.product-accessories,
.product-miniature {
  position: relative;
}

@media (max-width: 575px) {

  #products,
  .featured-products,
  .product-accessories,
  .product-miniature {
    width: 100%;
  }
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  box-shadow: none;
  position: relative;
  width: 100%;
}

#products .thumbnail-container:hover .product-thumbnail,
.featured-products .thumbnail-container:hover .product-thumbnail,
.product-accessories .thumbnail-container:hover .product-thumbnail,
.product-miniature .thumbnail-container:hover .product-thumbnail {
  border-color: #0A3F8B;
}

#products .thumbnail-container:hover .product-list-actions,
.featured-products .thumbnail-container:hover .product-list-actions,
.product-accessories .thumbnail-container:hover .product-list-actions,
.product-miniature .thumbnail-container:hover .product-list-actions {
  opacity: 1;
  right: 20px;
}

@media (min-width: 992px) {

  #products .thumbnail-container:hover .product-list-actions,
  .featured-products .thumbnail-container:hover .product-list-actions,
  .product-accessories .thumbnail-container:hover .product-list-actions,
  .product-miniature .thumbnail-container:hover .product-list-actions {
    right: 1.0416666667vw;
  }
}

@media (max-width: 575px) {

  #products .thumbnail-container:hover .product-list-actions,
  .featured-products .thumbnail-container:hover .product-list-actions,
  .product-accessories .thumbnail-container:hover .product-list-actions,
  .product-miniature .thumbnail-container:hover .product-list-actions {
    right: 3.4782608696vw;
  }
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
  width: 100%;
  min-height: 17.4479166667vw;
  /* border: 1px solid #ececec; */
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#products .product-thumbnail img,
.featured-products .product-thumbnail img,
.product-accessories .product-thumbnail img,
.product-miniature .product-thumbnail img {
  margin: 0;
  width: 100%;
}

#products .product-list-actions,
.featured-products .product-list-actions,
.product-accessories .product-list-actions,
.product-miniature .product-list-actions {
  position: absolute;
  right: -50px;
  opacity: 0;
  height: auto;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {

  #products .product-list-actions,
  .featured-products .product-list-actions,
  .product-accessories .product-list-actions,
  .product-miniature .product-list-actions {
    padding: 0.78125vw 0;
    right: -2.6041666667vw;
    height: 17.4479166667vw;
  }
}

@media (max-width: 991px) {

  #products .product-list-actions,
  .featured-products .product-list-actions,
  .product-accessories .product-list-actions,
  .product-miniature .product-list-actions {
    height: 33.8042381433vw;
  }
}

@media (max-width: 767px) {

  #products .product-list-actions,
  .featured-products .product-list-actions,
  .product-accessories .product-list-actions,
  .product-miniature .product-list-actions {
    height: 43.6766623207vw;
  }
}

@media (max-width: 575px) {

  #products .product-list-actions,
  .featured-products .product-list-actions,
  .product-accessories .product-list-actions,
  .product-miniature .product-list-actions {
    padding: 2.6086956522vw 0;
    height: calc(100vw - 30px);
  }
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  font-size: 25px;
  font-weight: 400;
  color: #0A3F8B;
  margin: 14px 0 23px;
  line-height: normal;
  display: block;
  text-align: center;
}

#products .product-title a:hover,
.featured-products .product-title a:hover,
.product-accessories .product-title a:hover,
.product-miniature .product-title a:hover {
  color: #0A3F8B;
}

@media (min-width: 992px) {

  #products .product-title,
  .featured-products .product-title,
  .product-accessories .product-title,
  .product-miniature .product-title {
    line-height: normal;
    margin: 0.7291666667vw 0 1.1979166667vw;
  }
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  position: relative;
  justify-content: center;
}

#products .product-price,
.featured-products .product-price,
.product-accessories .product-price,
.product-miniature .product-price {
  display: block;
  font-size: 20px;
  line-height: 160%;
  font-weight: 700;
  color: #000;
  text-align: left;
  /* margin-top: 10px; */
}

.product-price-and-shipping {
  justify-content: left;
}

#products .product-price--discount,
.featured-products .product-price--discount,
.product-accessories .product-price--discount,
.product-miniature .product-price--discount {
  color: #0A3F8B;
}

#products .product-price--regular,
.featured-products .product-price--regular,
.product-accessories .product-price--regular,
.product-miniature .product-price--regular {
  font-size: 18px;
  font-weight: 400;
  color: #b1bbca;
  margin-top: 0;
  margin-left: 5px;
}

#products .product-price--regular .regular-price,
.featured-products .product-price--regular .regular-price,
.product-accessories .product-price--regular .regular-price,
.product-miniature .product-price--regular .regular-price {
  font-size: 18px;
  font-weight: 400;
  color: #b1bbca;
}

@media (min-width: 992px) {

  #products .product-price,
  .featured-products .product-price,
  .product-accessories .product-price,
  .product-miniature .product-price {
    font-size: 20px;
    line-height: 160%;
  }

  #products .product-price--regular,
  .featured-products .product-price--regular,
  .product-accessories .product-price--regular,
  .product-miniature .product-price--regular {
    font-size: 20px;
  }

  #products .product-price--regular .regular-price,
  .featured-products .product-price--regular .regular-price,
  .product-accessories .product-price--regular .regular-price,
  .product-miniature .product-price--regular .regular-price {
    font-size: 20px;
  }
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  position: relative;
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
  top: 3px;
}

@media (max-width: 991px) {

  #products .comments_note,
  .featured-products .comments_note,
  .product-accessories .comments_note,
  .product-miniature .comments_note {
    margin: 10px 0 25px;
  }
}

@media (min-width: 992px) {

  #products .comments_note,
  .featured-products .comments_note,
  .product-accessories .comments_note,
  .product-miniature .comments_note {
    margin: 0;
    top: 0.15625vw;
    position: absolute;
    width: auto;
    right: 0;
  }
}

.widget-products .widget-inner.block_content {
  text-align: left !important;
}

.thumbnail-container>.product-description {
  text-align: left !important;
}

.widget-products .widget-inner.block_content>.widget-inner.block_content {
  text-align: center !important;
}

.widget-products .widget-inner.block_content>.widget-inner.block_content a.btn {
  background-color: #F1F1F1;
  color: #000;
}

.widget-products .widget-inner.block_content>.widget-inner.block_content a.btn:hover {
  background-color: #0A3F8B;
  color: #FFF;
}

.list_newest .product-flags .new,
.list_newest .product-flags .on-sale {
  /* display: none; */
}

.grid.list+.btn {
  display: inline-block;
  margin: 0 auto;
}

.products-block {
  margin: 45px 0 50px;
}

@media (min-width: 992px) {
  .products-block {
    margin: 2.9166666667vw 0 3.0729166667vw;
  }
}

#blockcart-modal .modal-dialog {
  max-width: unset;
  width: 80%;
  top: 50%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #blockcart-modal .modal-dialog {
    width: 66.6666666667vw;
  }
}

#blockcart-modal .modal-content {
  height: 100%;
  border: 0;
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
  font-weight: 400;
}

#blockcart-modal .modal-header {
  margin: 0;
  background: #fff;
  padding: 18px 35px 20px;
  min-height: 70px;
  position: relative;
  display: grid;
  align-content: center;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 110px;
}

@media (min-width: 992px) {
  #blockcart-modal .modal-header {
    padding: 0.9375vw 0 1.0416666667vw;
    min-height: 3.6458333333vw;
  }
}

@media (max-width: 575px) {
  #blockcart-modal .modal-header {
    grid-template-columns: minmax(0, 1fr) 50px;
  }
}

#blockcart-modal .modal-header .close {
  color: #0A3F8B;
  font-size: 24px;
  opacity: 1;
  text-shadow: none;
  margin: 0;
  outline: none;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #blockcart-modal .modal-header .close {
    font-size: 1.25vw;
    right: 1.8229166667vw;
  }
}

#blockcart-modal .modal-header .close:hover {
  color: #000;
}

@media (min-width: 992px) {
  #blockcart-modal .modal-header .close {
    font-size: 1.25vw;
    right: 1.8229166667vw;
  }
}

#blockcart-modal .modal-body {
  background: none;
  padding: 20px;
  color: #888;
  font-size: 22px;
}

@media (min-width: 992px) {
  #blockcart-modal .modal-body {
    font-size: 1.1458333333vw;
    padding: 2.2395833333vw;
  }
}

@media (max-width: 575px) {
  #blockcart-modal .modal-body {
    padding: 10px;
  }
}

#blockcart-modal .modal-body strong {
  font-weight: 900;
}

#blockcart-modal .modal-body>.row {
  display: grid;
  grid-gap: 0;
}

@media (min-width: 992px) {
  #blockcart-modal .modal-body>.row {
    grid-template-columns: 50% 50%;
  }
}

#blockcart-modal .modal-body>.row>.col-md-6 {
  width: 100%;
}

#blockcart-modal .modal-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 992px) {
  #blockcart-modal .modal-title {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
  }
}

#blockcart-modal .divide-right {
  border-bottom: 1px solid #F3F3F3;
}

@media (min-width: 992px) {
  #blockcart-modal .divide-right {
    border: 0;
    border-right: 1px solid #F3F3F3;
  }
}

#blockcart-modal .divide-right .row {
  display: flex;
  align-items: center;
}

#blockcart-modal .divide-right .row div+div {
  padding-left: 1.8229166667vw;
}

#blockcart-modal .divide-right span {
  font-weight: 400;
}

#blockcart-modal.modal.fade .modal-dialog {
  transform: translateY(-75%);
}

#blockcart-modal.modal.in .modal-dialog {
  transform: translateY(-50%);
}

#blockcart-modal .product-name {
  font-size: 23px;
  color: #0A3F8B;
  font-weight: 600;
  line-height: 30px;
  margin: 10px 0;
}

@media (min-width: 992px) {
  #blockcart-modal .product-name {
    margin: 0.78125vw 0;
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
  }
}

@media (max-width: 575px) {
  #blockcart-modal .product-name {
    font-size: 19px;
    line-height: 1;
  }
}

#blockcart-modal .product-price {
  font-size: 20px;
  color: #000;
  margin: 10px 0 20px;
}

@media (min-width: 992px) {
  #blockcart-modal .product-price {
    margin: 0.78125vw 0 1.5625vw;
    font-size: 1.25vw;
  }
}

@media (max-width: 575px) {
  #blockcart-modal .product-price {
    margin: 7px 0;
  }
}

#blockcart-modal .cart-content {
  padding: 25px 20px 18px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

@media (min-width: 992px) {
  #blockcart-modal .cart-content {
    padding: 2.34375vw 2.6041666667vw 0.9375vw 4.1666666667vw;
    font-size: 0.9375vw;
  }
}

@media (max-width: 575px) {
  #blockcart-modal .cart-content {
    padding-bottom: 5px;
  }
}

#blockcart-modal .cart-content p {
  font-size: 18px;
  line-height: 1;
  margin: 15px 0;
}

@media (min-width: 992px) {
  #blockcart-modal .cart-content p {
    margin: 1.1979166667vw 0;
  }
}

#blockcart-modal .cart-products-count {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 26px !important;
}

@media (min-width: 992px) {
  #blockcart-modal .cart-products-count {
    margin: 0 0 1.3541666667vw !important;
    font-size: 1.25vw;
  }
}

#blockcart-modal .cart-content-btn {
  margin: 20px 0 0;
}

@media (min-width: 992px) {
  #blockcart-modal .cart-content-btn {
    margin: 1.4583333333vw 0 0;
  }
}

@media (max-width: 991px) {
  #blockcart-modal .cart-content-btn {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  #blockcart-modal .cart-content-btn .btn {
    margin: 0 0 10px;
  }
}

@media (min-width: 992px) {
  #blockcart-modal .cart-content-btn .btn+.btn {
    margin-left: 0.78125vw;
  }
}

ul.product-flags {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 2;

}

@media (min-width: 992px) {
  ul.product-flags {
    top: 1.0416666667vw;
    left: 1vw;
  }
}

ul.product-flags li {
  box-shadow: none;
  font-size: 13px;
  line-height: 160%;
  font-weight: 700;
  color: #fff;
  text-align: left;
  text-transform: lowercase;
  padding: 0 10px;
  border-radius: 4px;
  margin: 0 0 5px;
  background: #0A3F8B;
  float: left;
  clear: left;
  position: relative;
  top: auto !important;
}

@media (min-width: 992px) {
  ul.product-flags li {
    font-size: 0.7291666667vw;
    line-height: 0.9895833333vw;
    padding: 0.4166666667vw 0.78125vw 0.4166666667vw 1.3541666667vw;
  }
}

/* ul.product-flags li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 18px;
  border-color: transparent transparent transparent #0A3F8B;
  position: absolute;
  top: 0;
  left: 100%;
} */
@media (min-width: 992px) {
  ul.product-flags li::after {
    border-width: 0.9114583333vw 0 0.9114583333vw 0.9114583333vw;
    right: -0.9114583333vw;
  }
}

ul.product-flags li.online-only {
  background: #000;
}

ul.product-flags li.online-only::after {
  /* border-left-color: #000; */
}

ul.product-flags li.on-sale {
  background: #6ba101;
}

ul.product-flags li.on-sale::after {
  /* border-left-color: #6ba101; */
}

ul.product-flags li.discount,
ul.product-flags li.discount-product {
  background: #F14336;
}

ul.product-flags li.discount::after,
ul.product-flags li.discount-product::after {
  /* border-left-color: #fa0b49; */
}

ul.product-flags li.new {
  background: #28B446;
}

ul.product-flags li.new::after {
  /* border-left-color: #0A3F8B; */
}

ul.product-flags li.pack {
  background: #3994ba;
}

ul.product-flags li.pack::after {
  border-left-color: #3994ba;
}

.products-selection .total-products p,
.products-selection .total-products span,
.products-selection .sort-by-row p,
.products-selection .sort-by-row span {
  font-size: 14px;
  font-weight: 900;
  color: #0A3F8B;
  text-transform: uppercase;
}

@media (min-width: 992px) {

  .products-selection .total-products p,
  .products-selection .total-products span,
  .products-selection .sort-by-row p,
  .products-selection .sort-by-row span {
    font-size: 0.7291666667vw;
  }
}

.products-selection .sort-by-row {
  text-align: left;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .products-selection .sort-by-row {
    margin-bottom: 15px;
  }
}

.products-selection .sort-by {
  margin-right: 1.0416666667vw;
}

.products-selection .total-products {
  text-align: left;
  padding: 0.8854166667vw 0 0 1.5625vw;
}

.pagination:not(ul) ul {
  display: flex;
}

.pagination:not(ul) ul li {
  width: 45px;
  margin: 0 2px;
}

@media (min-width: 992px) {
  .pagination:not(ul) ul li {
    width: 2.34375vw;
    margin: 0 0.1041666667vw;
  }
}

.pagination:not(ul) ul li .btn {
  min-width: unset;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

@media (min-width: 992px) {
  .pagination:not(ul) ul li .btn {
    font-size: 0.8333333333vw;
  }
}

.pagination:not(ul) ul li.pull-left,
.pagination:not(ul) ul li.pull-right {
  width: auto;
}

.pagination:not(ul) ul li.pull-left {
  margin-right: auto;
}

.pagination:not(ul) ul li.pull-right {
  margin-left: auto;
}

#products .pagination {
  padding: 0;
}

#js-product-list-bottom {
  margin: 47px 0 0;
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 992px) {
  #js-product-list-bottom {
    margin: 2.4479166667vw 0 0;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  margin: 0 !important;
}

@media (min-width: 992px) {

  #products .products,
  .featured-products .products,
  .product-accessories .products,
  .product-miniature .products {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.7708333333vw;
  }
}

@media (max-width: 575px) {

  #products .products,
  .featured-products .products,
  .product-accessories .products,
  .product-miniature .products {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {

  #products .product-miniature,
  .products .product-miniature,
  .featured-products .product-miniature,
  .product-accessories .product-miniature {
    padding: 0;
    margin: 0;
  }

  .row.flexRow.owl-wrapper {
    margin-left: -0.8333333333vw;
    margin-right: -0.8333333333vw;
  }

  .col-lg-2\.4 {
    width: 20%;
    padding: 0 0.8333333333vw;
  }

  .homesuper .col-lg-2\.4 {
    height: 25.5208333333vw;
  }

  .col-lg-4\.8 {
    width: 40%;
    padding: 0 0.8333333333vw;
  }

  .col-lg-4\.8 .product-list-actions {
    height: 42.96875vw;
  }
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 991px) {
  .brands {
    justify-content: space-around;
  }
}

.brands .brand-miniature {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14vw;
  height: 14vw;
  margin-right: 1.7708333333vw;
  margin-bottom: 1.8229166667vw;
  box-shadow: inset 0 0 1.0416666667vw rgba(148, 148, 148, 0.15);
  border: 1px solid #ececec;
  background-color: #ffffff;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .brands .brand-miniature {
    width: 100%;
    max-width: 335px;
    height: 335px;
    margin-right: 0;
    margin-bottom: 25px;
    box-shadow: inset 0 0 20px rgba(148, 148, 148, 0.15);
  }
}

.brands .brand-miniature:hover {
  box-shadow: inset 0 0 1.0416666667vw #0A3F8B;
}

@media (max-width: 991px) {
  .brands .brand-miniature:hover {
    box-shadow: inset 0 0 20px #0A3F8B;
  }
}

.brands .brand-miniature a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/* .brands .brand-miniature:nth-child(5n) {
  margin-right: 0;
} */
.brands .brand-miniature img {
  padding: 0.5208333333vw;
  width: 100%;
}

@media (max-width: 991px) {
  .brands .brand-miniature img {
    padding: 10px;
  }
}

.collections {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 991px) {
  .collections {
    justify-content: space-around;
  }
}

.collections__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 17.4479166667vw;
  height: 17.4479166667vw;
  margin-right: 1.6666666667vw;
  margin-bottom: 1.8229166667vw;
  text-decoration: none;
  background: gray;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .collections__item {
    width: 100%;
    max-width: 335px;
    height: 335px;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.collections__item:nth-child(5n) {
  margin-right: 0;
}

.collections__item_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collections__item_wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.7;
  transition: 0.4s;
  z-index: 2;
}

.collections__item span {
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 1.25vw;
  font-weight: 700;
}

@media (max-width: 991px) {
  .collections__item span {
    font-size: 24px;
  }
}

.collections__item i {
  display: block;
  position: absolute;
  color: #ffffff;
  left: 50%;
  bottom: 2.03125vw;
  transform: translateX(-50%);
  font-size: 1.1458333333vw;
  z-index: 3;
}

@media (max-width: 991px) {
  .collections__item i {
    bottom: 39px;
    font-size: 22px;
  }
}

.collections__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 12.7604166667vw;
  transform: translateX(-50%);
  width: 3.3854166667vw;
  height: 1px;
  background: #ffffff;
  z-index: 3;
}

@media (max-width: 991px) {
  .collections__item:before {
    top: 245px;
    width: 65px;
  }
}

.collections__item:after {
  content: "SPRAWDŹ";
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 7.8125vw;
  height: 2.34375vw;
  background: #ffffff;
  z-index: 3;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .collections__item:after {
    width: 150px;
    height: 45px;
  }
}

.collections__item:hover .collections__item_wrap:after {
  background: #0A3F8B;
}

.collections__item:hover:after {
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 991px) {
  .page-header {
    padding-bottom: 20px;
  }
}

/* breadcrumbs */
.breadcrumb {
  position: relative;
  background: #f5f5f5;
  color: #6c8199;
  z-index: 10;
  margin: 0;
  min-height: 50px;
  padding: 12px 30px 13px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .breadcrumb {
    min-height: 2.6041666667vw;
    padding: 0.625vw 2.6041666667vw 0.6770833333vw 4.1666666667vw;
    line-height: 1.25vw;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .breadcrumb {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .breadcrumb {
    padding-left: 80px;
    padding-right: 50px;
  }
}

.breadcrumb li {
  display: inline;
  /*@include breakpoint('xsmall') {
    display: block;
  }*/
}

.breadcrumb li::after {
  content: "/";
  margin: 0 13px 0 17px !important;
}

@media (min-width: 992px) {
  .breadcrumb li::after {
    margin: 0 0.6770833333vw 0 0.8854166667vw !important;
  }
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li a,
.breadcrumb li span {
  color: #6c8199;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.breadcrumb li a:hover,
.breadcrumb li a:hover span {
  color: #0A3F8B;
}

/* left column */
@media (min-width: 992px) {
  #left-column {
    margin-top: 6.25vw;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #left-column {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  #left-column {
    margin-top: 30px;
  }
}

.left-block-header,
.block_content>ul>li .h3,
.block-categories .category-top-menu>li>.h3 {
  margin: -14px -14px 0;
  padding: 19px 65px 20px 34px;
  color: #000;
  /* background: #0A3F8B; */
  background: #eee;
}

@media (min-width: 992px) {

  .left-block-header,
  .block_content>ul>li .h3,
  .block-categories .category-top-menu>li>.h3 {
    margin: -1.25vw -1.25vw 0;
    padding: 0.9895833333vw 3.3854166667vw 1.0416666667vw 1.7708333333vw;
  }
}

.block-categories {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  padding: 14px 14px 0;
}

@media (min-width: 992px) {
  .block-categories {
    padding: 1.25vw 1.25vw 0;
  }
}

.block-categories .category-top-menu {
  margin: 0;
}

.block-categories .category-top-menu>li {
  position: relative;
}

.block-categories .category-top-menu>li .trigger-menu {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 2px;
  right: 10px;
}

.block-categories .category-sub-menu {
  margin: 15px 0;
}

@media (min-width: 992px) {
  .block-categories .category-sub-menu {
    margin: 0.78125vw 0;
  }
}

@media (min-width: 768px) {
  .block-categories .category-sub-menu.collapse {
    display: block;
  }
}

.block-categories .category-sub-menu li>a {
  border: 0;
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .block-categories .category-sub-menu li>a {
    font-size: 0.9375vw;
  }
}

.block-categories .category-sub-menu li>a:hover,
.block-categories .category-sub-menu li a.current {
  color: #0A3F8B;
}

.block-categories .category-sub-menu>li[data-depth="0"] {
  position: relative;
  padding: 10px 30px 12px 32px;
  border-bottom: 1px solid #ececec;
}

@media (min-width: 992px) {
  .block-categories .category-sub-menu>li[data-depth="0"] {
    padding: 0.5208333333vw 1.5625vw 0.625vw 1.6666666667vw;
  }
}

.block-categories .category-sub-menu>li[data-depth="0"]:last-child {
  border: 0;
}

.block-categories .category-sub-menu>li[data-depth="0"]>a {
  font-weight: 600;
}

.block-categories .category-sub-menu>li[data-depth="0"]:before {
  display: block;
  position: absolute;
  top: 16px;
  left: 5px;
  font-size: 11px;
  color: #0A3F8B;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e802";
}

@media (min-width: 992px) {
  .block-categories .category-sub-menu>li[data-depth="0"]:before {
    top: 0.8333333333vw;
    left: 0.2604166667vw;
    font-size: 0.5729166667vw;
  }
}

.block-categories .category-sub-menu>li[data-depth="0"] .navbar-toggler {
  width: auto;
  padding: 9px 10px 0 0;
}

@media (min-width: 992px) {
  .block-categories .category-sub-menu>li[data-depth="0"] .navbar-toggler {
    padding: 0.46875vw 0.5208333333vw 0 0;
  }
}

.block-categories .category-sub-menu>li[data-depth="0"] .navbar-toggler:hover {
  color: #0A3F8B;
}

.block-categories .category-sub-menu>li[data-depth="0"] .navbar-toggler i {
  font-size: 11px;
}

@media (min-width: 992px) {
  .block-categories .category-sub-menu>li[data-depth="0"] .navbar-toggler i {
    font-size: 0.5729166667vw;
  }
}

.block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link {
  font-weight: 400;
}

.block-categories .category-sub-menu li[data-depth="2"] {
  padding-left: 20px;
}

@media (min-width: 992px) {
  .block-categories .category-sub-menu li[data-depth="2"] {
    padding-left: 1.0416666667vw;
  }
}

.block-categories .category-sub-menu li[data-depth="2"]>a {
  font-weight: 400;
  color: #737373;
  font-size: 16px;
}

@media (min-width: 992px) {
  .block-categories .category-sub-menu li[data-depth="2"]>a {
    font-size: 0.8333333333vw;
  }
}

.block-categories .category-sub-menu li[data-depth="2"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0A3F8B;
}

@media (min-width: 992px) {
  .block-categories .category-sub-menu li[data-depth="2"]:before {
    top: 0.2604166667vw;
    left: 0.2604166667vw;
  }
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  border: solid 1px #eee;
  padding: 24px 14px 0;
  margin: 28px 0;
}

@media (min-width: 992px) {

  #search_filters,
  #search_filters_brands,
  #search_filters_suppliers {
    padding: 1.25vw 1.25vw 0;
    margin: 1.4583333333vw 0;
  }
}

#search_filters .search_header,
#search_filters_brands .search_header,
#search_filters_suppliers .search_header {
  margin: -26px -14px 0;
  padding: 19px 65px 20px 34px;
  color: #fff;
  background: #0A3F8B;
  font-size: .9rem;
}

@media (min-width: 992px) {

  #search_filters .search_header,
  #search_filters_brands .search_header,
  #search_filters_suppliers .search_header {
    margin: -1.3541666667vw -1.25vw 0;
    padding: 0.9895833333vw 3.3854166667vw 1.0416666667vw 1.7708333333vw;
  }
}

#search_filters .search_header-wrap,
#search_filters_brands .search_header-wrap,
#search_filters_suppliers .search_header-wrap {
  position: relative;
}

#search_filters .search_header-wrap .trigger-menu,
#search_filters_brands .search_header-wrap .trigger-menu,
#search_filters_suppliers .search_header-wrap .trigger-menu {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 2px;
  right: 10px;
}

#search_filters #search_facets,
#search_filters_brands #search_facets,
#search_filters_suppliers #search_facets {
  padding-bottom: 20px;
}

@media (min-width: 992px) {

  #search_filters #search_facets,
  #search_filters_brands #search_facets,
  #search_filters_suppliers #search_facets {
    padding-bottom: 1.0416666667vw;
  }
}

@media (min-width: 768px) {

  #search_filters #search_facets.collapse,
  #search_filters_brands #search_facets.collapse,
  #search_filters_suppliers #search_facets.collapse {
    display: block !important;
  }
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  border-bottom: solid 1px #eee;
  padding: 15px 9px 15px;
}

@media (min-width: 992px) {

  #search_filters .facet,
  #search_filters_brands .facet,
  #search_filters_suppliers .facet {
    padding: 1.09375vw 0.46875vw 1.5625vw;
  }
}

#search_filters .facet:last-child,
#search_filters_brands .facet:last-child,
#search_filters_suppliers .facet:last-child {
  border: 0;
  padding-bottom: 0.2604166667vw;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
  /*color: #0A3F8B;*/
  color: #0A3F8B;
  text-transform: lowercase;
  margin: 0 0 7px 1px;
  overflow: visible;
  text-overflow: unset;
  white-space: unset;
  font-size: 0.9rem;
  font-weight: bold;
}

#search_filters .facet .facet-title::first-letter,
#search_filters_brands .facet .facet-title::first-letter,
#search_filters_suppliers .facet .facet-title::first-letter {
  text-transform: capitalize;
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin: 0.3645833333vw 0;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  /*font-weight: 600;*/
  /*font-size: 18px;*/
  font-size: .8rem;
  line-height: 26px;
  vertical-align: middle;
  width: 80%;
  white-space: normal;
  display: inline-block;
}

@media (min-width: 992px) {

  #search_filters .facet .facet-label a,
  #search_filters_brands .facet .facet-label a,
  #search_filters_suppliers .facet .facet-label a {
    /*font-size: 0.9375vw;*/
    line-height: 1.3541666667vw;
  }
}

#search_filters .facet .faceted-slider li p,
#search_filters_brands .facet .faceted-slider li p,
#search_filters_suppliers .facet .faceted-slider li p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

@media (min-width: 992px) {

  #search_filters .facet .faceted-slider li p,
  #search_filters_brands .facet .faceted-slider li p,
  #search_filters_suppliers .facet .faceted-slider li p {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
}

#search_filters .facet ul,
#search_filters_brands .facet ul,
#search_filters_suppliers .facet ul {
  margin: 0;
}

#search_filters .facet ul li,
#search_filters_brands .facet ul li,
#search_filters_suppliers .facet ul li {
  padding: 0;
  margin: 0;
}

#search_filters .clear-all-wrapper,
#search_filters_brands .clear-all-wrapper,
#search_filters_suppliers .clear-all-wrapper {
  margin-top: 1.1458333333vw;
}

#search_filters .clear-all-wrapper button,
#search_filters_brands .clear-all-wrapper button,
#search_filters_suppliers .clear-all-wrapper button {
  margin: 0 auto;
}

#search_filters .clear-all-wrapper button i,
#search_filters_brands .clear-all-wrapper button i,
#search_filters_suppliers .clear-all-wrapper button i {
  margin: 0 0.4166666667vw 0 0;
  font-size: 12px;
  vertical-align: bottom;
}

@media (min-width: 992px) {

  #search_filters .clear-all-wrapper button i,
  #search_filters_brands .clear-all-wrapper button i,
  #search_filters_suppliers .clear-all-wrapper button i {
    font-size: 0.625vw;
  }
}

.block_content>ul>li {
  position: relative;
}

/* end left column */
/* pages */
.top_column {
  position: relative;
}

@media (min-width: 992px) {
  .layout-left-column #wrapper>.container:has(#left-column) {
    display: grid;
    grid-template-columns: 17.0833333333vw auto;
    margin-bottom: 2.0833333333vw;
  }

  .layout-left-column #wrapper>.container:has(#left-column)>div {
    width: auto;
    padding: 0;
  }
}

body:not(.page-index) #content-wrapper {
  margin-top: 120px;
}

@media (min-width: 992px) {
  body:not(.page-index) #content-wrapper {
    margin-top: 6.25vw;
    padding: 0;
    width: auto;
  }
}

@media (max-width: 575px) {
  body:not(.page-index) #content-wrapper {
    margin-top: 70px;
  }
}

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

@media (max-width: 991px) {
  .page-header:first-child {
    position: absolute;
    right: 0;
    top: -120px;
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .page-header:first-child {
    top: -70px;
    height: 70px;
  }
}

@media (max-width: 991px) and (max-width: 991px) and (min-width: 768px) {
  #content-wrapper.left-column .page-header:first-child {
    width: 133%;
  }
}

@media (min-width: 992px) {
  .page-header {
    position: absolute;
    right: 0;
    top: -6.25vw;
    height: 6.25vw;
    width: 90.3125vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.page-header .h1 {
  margin: 0;
}

.page-header.js-product-list-header {
  z-index: 5;
}

@media (min-width: 992px) {
  .page-header.row {
    margin: 0;
  }

  .page-header.row>div:not(:first-child) {
    padding-right: 0;
  }
}

.alert p {
  margin: 0;
}

.sitemap h2 {
  color: #000;
  font-size: 18px;
  height: 35px;
}

@media (min-width: 992px) {
  .sitemap h2 {
    font-size: 0.9375vw;
    height: 1.8229166667vw;
  }
}

/* cms */
.promocje-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.5vw;
}

.promocja-item {

  padding: 0.25vw;
  position: relative;
}

.promocja-text {
  display: flex;
  margin-top: 1vw;
  font-weight: 600;
  margin-bottom: 3vw;
  transition: 0.3s;
}

.promocja-text:hover {
  color: #0657A8;
}

.promocja-shopnow.btn-primary:hover {
  color: #fff;
}

.promocja-shopnow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.5vw;
  transition: 0.3s;
  left: 0;
  right: 0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;

}

.promocja-shopnow i {
  font-size: 20px;
  color: #0A3F8B;
  margin-left: 0.5vw;
}

.prom {
  width: 100%;
  height: 10vw;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.promotion-1 {
  background-image: url("/c/302-large_default/elmo.jpg");
}

.promotion-2 {
  background-image: url("/c/381-large_default/aygo.jpg");
}

.promotion-3 {
  background-image: url("/c/395-large_default/luna.jpg");
}

.promotion-4 {
  background-image: url("/c/396-large_default/simi.jpg");
}

.promotion-5 {
  background-image: url("/c/400-large_default/story.jpg");
}

@media (max-width: 767px) {
  .promocje-grid {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  .prom {
    height: 10rem;
  }

  .promocja-text {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .promocja-shopnow {
    margin-top: 2rem;
    bottom: 1rem;
  }

  .promocja-item {
    padding: 1rem;
  }
}

#content.page-cms {
  font-size: 17px;
  line-height: 27px;
}

@media (min-width: 992px) {
  #content.page-cms {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
}

#content.page-cms p,
#content.page-cms ul,
#content.page-cms ol,
#content.page-cms h1,
#content.page-cms h2,
#content.page-cms h3,
#content.page-cms h4,
#content.page-cms h5,
#content.page-cms h6 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  #content.page-cms p,
  #content.page-cms ul,
  #content.page-cms ol,
  #content.page-cms h1,
  #content.page-cms h2,
  #content.page-cms h3,
  #content.page-cms h4,
  #content.page-cms h5,
  #content.page-cms h6 {
    margin-bottom: 1.5625vw;
  }
}

#content.page-cms h1 {
  text-transform: uppercase;
}

#content.page-cms h1,
#content.page-cms h2,
#content.page-cms h3 {
  font-weight: 900;
  margin-bottom: 15px;
}

@media (min-width: 992px) {

  #content.page-cms h1,
  #content.page-cms h2,
  #content.page-cms h3 {
    margin-bottom: 0.78125vw;
  }
}

#content.page-cms h3 {
  font-size: 30px;
  line-height: 34px;
}

@media (min-width: 992px) {
  #content.page-cms h3 {
    font-size: 1.5625vw;
    line-height: 1.7708333333vw;
  }
}

#content.page-cms h4 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  color: #0A3F8B;
}

@media (min-width: 992px) {
  #content.page-cms h4 {
    font-size: 1.25vw;
    font-size: 1.3541666667vw;
  }
}

#content.page-cms p a {
  color: #0A3F8B;
  position: relative;
}

#content.page-cms p a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 100%;
  left: 0;
  height: 1px;
  background: #2783ef;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content.page-cms p a:hover:after {
  right: 0;
}

#content.page-cms p a:hover {
  color: #2783ef;
}

#content.page-cms ol {
  padding-left: 20px;
}

@media (min-width: 992px) {
  #content.page-cms ol {
    padding-left: 1.0416666667vw;
  }
}

#content.page-cms ul>li {
  padding-left: 30px;
  position: relative;
}

@media (min-width: 992px) {
  #content.page-cms ul>li {
    padding-left: 1.875vw;
  }
}

@media (max-width: 767px) {
  #content.page-cms ul>li {
    padding-left: 25px;
  }
}

#content.page-cms ul>li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 3px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #0A3F8B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 992px) {
  #content.page-cms ul>li::before {
    top: 0.78125vw;
    left: 0.15625vw;
    width: 0.2604166667vw;
    height: 0.2604166667vw;
  }
}

#content.page-cms blockquote {
  background: #fff;
  border: 1px solid #0A3F8B;
  padding: 40px 35px 40px 120px;
  margin: 40px 0;
  position: relative;
  font-size: 22px;
  line-height: 27px;
  color: #0A3F8B;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 767px) {
  #content.page-cms blockquote {
    padding-left: 35px;
  }
}

@media (min-width: 992px) {
  #content.page-cms blockquote {
    padding: 3.8541666667vw 2.6041666667vw 4.1145833333vw 10vw;
    margin: 3.125vw 0;
    font-size: 1.25vw;
    line-height: 1.5104166667vw;
  }
}

#content.page-cms blockquote::before {
  color: #0A3F8B;
  font-size: 50px;
  display: block;
  position: absolute;
  left: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e823";
}

@media (max-width: 767px) {
  #content.page-cms blockquote::before {
    display: none;
  }
}

@media (min-width: 992px) {
  #content.page-cms blockquote::before {
    font-size: 3.0729166667vw;
    left: 3.4375vw;
  }
}

#content.page-cms blockquote p {
  margin: 0;
}

#content.page-cms .cms-gallery {
  margin: 40px 0 35px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 15px;
  align-items: center;
  justify-items: center;
}

@media (min-width: 992px) {
  #content.page-cms .cms-gallery {
    margin: 3.6458333333vw 0 3.3854166667vw;
    grid-template-columns: repeat(auto-fill, minmax(20.8333333333vw, 1fr));
    grid-gap: 1.8229166667vw;
  }
}

#content.page-cms .cms-gallery a {
  padding: 0;
  position: relative;
}

#content.page-cms .cms-gallery a::before {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

#content.page-cms .cms-gallery a::after {
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #0A3F8B;
  font-size: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e824";
  display: block;
  width: 80px;
  height: 80px;
  line-height: 78px;
}

@media (min-width: 992px) {
  #content.page-cms .cms-gallery a::after {
    font-size: 1.8229166667vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    line-height: 4.0625vw;
  }
}

#content.page-cms .cms-gallery a:hover span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#content.page-cms .cms-gallery a:hover::before {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#content.page-cms .cms-gallery a:hover::after {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#content.page-cms .cms-gallery img {
  width: 100% !important;
  height: auto !important;
  margin: 0;
}

#content.page-cms .cms-gallery span {
  opacity: 1;
  z-index: 2;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 24px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2) 50%, transparent);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

@media (min-width: 992px) {
  #content.page-cms .cms-gallery span {
    font-size: 0.9375vw;
    line-height: 1.1979166667vw;
    padding: 1.5625vw 1.25vw 0.7291666667vw;
  }
}

#content.page-cms ul.download,
.product-informations ul.download {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-gap: 10px 20px;
  padding: 0;
}

@media (max-width: 767px) {

  #content.page-cms ul.download,
  .product-informations ul.download {
    grid-template-columns: 100%;
  }
}

@media (min-width: 992px) {

  #content.page-cms ul.download,
  .product-informations ul.download {
    grid-template-columns: repeat(auto-fill, minmax(26.0416666667vw, 1fr));
    grid-gap: 0.5208333333vw 2.0833333333vw;
  }
}

#content.page-cms ul.download li,
.product-informations ul.download li {
  position: relative;
  padding: 0;
}

#content.page-cms ul.download li::before,
.product-informations ul.download li::before {
  display: none;
}

#content.page-cms ul.download li a,
.product-informations ul.download li a {
  padding: 14px 155px 14px 78px;
  border: 1px solid #ececec;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  display: block;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

@media (min-width: 992px) {

  #content.page-cms ul.download li a,
  .product-informations ul.download li a {
    padding: 0.7291666667vw 8.0729166667vw 0.7291666667vw 4.0625vw;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
}

@media (max-width: 575px) {

  #content.page-cms ul.download li a,
  .product-informations ul.download li a {
    padding: 14px;
  }
}

#content.page-cms ul.download li a:hover,
.product-informations ul.download li a:hover {
  text-decoration: none;
  border-color: #0A3F8B;
}

#content.page-cms ul.download li a .ext,
.product-informations ul.download li a .ext {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 900;
  background: #ececec;
  text-decoration: none !important;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 992px) {

  #content.page-cms ul.download li a .ext,
  .product-informations ul.download li a .ext {
    left: 0.46875vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    line-height: 2.0833333333vw;
    font-size: 0.6770833333vw;
  }
}

@media (min-width: 576px) {

  #content.page-cms ul.download li a .ext,
  .product-informations ul.download li a .ext {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 575px) {

  #content.page-cms ul.download li a .ext,
  .product-informations ul.download li a .ext {
    margin-bottom: 10px;
  }
}

#content.page-cms ul.download li a .ext.pdf,
.product-informations ul.download li a .ext.pdf {
  background: #df1838;
}

#content.page-cms ul.download li a .ext.doc,
#content.page-cms ul.download li a .ext.docx,
#content.page-cms ul.download li a .ext.odt,
.product-informations ul.download li a .ext.doc,
.product-informations ul.download li a .ext.docx,
.product-informations ul.download li a .ext.odt {
  background: #3b79c6;
}

#content.page-cms ul.download li a .ext.jpg,
#content.page-cms ul.download li a .ext.jpeg,
.product-informations ul.download li a .ext.jpg,
.product-informations ul.download li a .ext.jpeg {
  background: #e2932b;
}

#content.page-cms ul.download li a .ext.zip,
.product-informations ul.download li a .ext.zip {
  background: #9f9f9f;
}

#content.page-cms ul.download li a .ext.xls,
#content.page-cms ul.download li a .ext.xlsx,
#content.page-cms ul.download li a .ext.ods,
.product-informations ul.download li a .ext.xls,
.product-informations ul.download li a .ext.xlsx,
.product-informations ul.download li a .ext.ods {
  background: #75a551;
}

#content.page-cms ul.download li a .ext.png,
.product-informations ul.download li a .ext.png {
  background: #bf4f9b;
}

#content.page-cms ul.download li a .button,
.product-informations ul.download li a .button {
  display: block;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  color: #0A3F8B;
  text-transform: uppercase;
}

@media (min-width: 992px) {

  #content.page-cms ul.download li a .button,
  .product-informations ul.download li a .button {
    font-size: 0.7291666667vw;
    right: 1.4583333333vw;
  }
}

@media (min-width: 576px) {

  #content.page-cms ul.download li a .button,
  .product-informations ul.download li a .button {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 575px) {

  #content.page-cms ul.download li a .button,
  .product-informations ul.download li a .button {
    margin-top: 10px;
  }
}

#content.page-cms ul.download li a .button i,
.product-informations ul.download li a .button i {
  font-size: 30px;
  padding-right: 19px;
  vertical-align: bottom;
  color: #0A3F8B;
}

@media (min-width: 992px) {

  #content.page-cms ul.download li a .button i,
  .product-informations ul.download li a .button i {
    font-size: 1.5625vw;
    padding-right: 0.9895833333vw;
  }
}

body:not(#index) table,
body#product #content .product-features dl.data-sheet,
body:not(#index) .quickview .product-features dl.data-sheet,
.quickview .product-features body:not(#index) dl.data-sheet {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 70px 0 50px;
}

@media (min-width: 992px) {

  body:not(#index) table,
  body#product #content .product-features dl.data-sheet,
  body:not(#index) .quickview .product-features dl.data-sheet,
  .quickview .product-features body:not(#index) dl.data-sheet {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    margin: 3.6458333333vw 0 2.6041666667vw;
  }
}

body:not(#index) table thead th,
body#product #content .product-features dl.data-sheet thead th,
body:not(#index) .quickview .product-features dl.data-sheet thead th,
.quickview .product-features body:not(#index) dl.data-sheet thead th {
  background: #DDDFDF;
  color: #fff;
  font-weight: 600;
}

body:not(#index) table thead th:nth-child(2):last-child,
body#product #content .product-features dl.data-sheet thead th:nth-child(2):last-child,
body:not(#index) .quickview .product-features dl.data-sheet thead th:nth-child(2):last-child,
.quickview .product-features body:not(#index) dl.data-sheet thead th:nth-child(2):last-child {
  background: #000;
  text-align: center;
}

body:not(#index) table tbody tr>*,
body#product #content .product-features dl.data-sheet tbody tr>*,
body:not(#index) .quickview .product-features dl.data-sheet tbody tr>*,
.quickview .product-features body:not(#index) dl.data-sheet tbody tr>* {
  padding: 17px 40px 19px;
}

@media (min-width: 992px) {

  body:not(#index) table tbody tr>*,
  body#product #content .product-features dl.data-sheet tbody tr>*,
  body:not(#index) .quickview .product-features dl.data-sheet tbody tr>*,
  .quickview .product-features body:not(#index) dl.data-sheet tbody tr>* {
    padding: 0.8854166667vw 2.0833333333vw 0.9895833333vw;
  }
}

body:not(#index) table tbody tr>*:first-child,
body#product #content .product-features dl.data-sheet tbody tr>*:first-child,
body:not(#index) .quickview .product-features dl.data-sheet tbody tr>*:first-child,
.quickview .product-features body:not(#index) dl.data-sheet tbody tr>*:first-child {
  text-align: left;
}

body:not(#index) table tbody tr th,
body#product #content .product-features dl.data-sheet tbody tr th,
body:not(#index) .quickview .product-features dl.data-sheet tbody tr th,
.quickview .product-features body:not(#index) dl.data-sheet tbody tr th,
body:not(#index) table tbody tr td,
body#product #content .product-features dl.data-sheet tbody tr td,
body:not(#index) .quickview .product-features dl.data-sheet tbody tr td,
.quickview .product-features body:not(#index) dl.data-sheet tbody tr td {
  background: #f5f5f5;
  font-size: 18px;
}

@media (min-width: 992px) {

  body:not(#index) table tbody tr th,
  body#product #content .product-features dl.data-sheet tbody tr th,
  body:not(#index) .quickview .product-features dl.data-sheet tbody tr th,
  .quickview .product-features body:not(#index) dl.data-sheet tbody tr th,
  body:not(#index) table tbody tr td,
  body#product #content .product-features dl.data-sheet tbody tr td,
  body:not(#index) .quickview .product-features dl.data-sheet tbody tr td,
  .quickview .product-features body:not(#index) dl.data-sheet tbody tr td {
    font-size: 0.9375vw;
  }
}

body:not(#index) table tbody tr td:nth-child(2n),
body#product #content .product-features dl.data-sheet tbody tr td:nth-child(2n),
body:not(#index) .quickview .product-features dl.data-sheet tbody tr td:nth-child(2n),
.quickview .product-features body:not(#index) dl.data-sheet tbody tr td:nth-child(2n) {
  background: #EDEDED;
}

body:not(#index) table tbody:first-child tr th,
body#product #content .product-features dl.data-sheet tbody:first-child tr th,
body:not(#index) .quickview .product-features dl.data-sheet tbody:first-child tr th,
.quickview .product-features body:not(#index) dl.data-sheet tbody:first-child tr th,
body:not(#index) table tbody:first-child tr:first-child td,
body#product #content .product-features dl.data-sheet tbody:first-child tr:first-child td,
body:not(#index) .quickview .product-features dl.data-sheet tbody:first-child tr:first-child td,
.quickview .product-features body:not(#index) dl.data-sheet tbody:first-child tr:first-child td {
  background: #DDDFDF;
  color: #000;
  font-weight: 700;
  font-size: 22px;
}

@media (min-width: 992px) {

  body:not(#index) table tbody:first-child tr th,
  body#product #content .product-features dl.data-sheet tbody:first-child tr th,
  body:not(#index) .quickview .product-features dl.data-sheet tbody:first-child tr th,
  .quickview .product-features body:not(#index) dl.data-sheet tbody:first-child tr th,
  body:not(#index) table tbody:first-child tr:first-child td,
  body#product #content .product-features dl.data-sheet tbody:first-child tr:first-child td,
  body:not(#index) .quickview .product-features dl.data-sheet tbody:first-child tr:first-child td,
  .quickview .product-features body:not(#index) dl.data-sheet tbody:first-child tr:first-child td {
    font-size: 1.1458333333vw;
  }
}

#cms table tr:first-child td:last-child,
#cms body#product #content .product-features dl.data-sheet tr:first-child td:last-child,
body#product #content .product-features #cms dl.data-sheet tr:first-child td:last-child,
#cms .quickview .product-features dl.data-sheet tr:first-child td:last-child,
.quickview .product-features #cms dl.data-sheet tr:first-child td:last-child,
#cms table tr th:last-child,
#cms body#product #content .product-features dl.data-sheet tr th:last-child,
body#product #content .product-features #cms dl.data-sheet tr th:last-child,
#cms .quickview .product-features dl.data-sheet tr th:last-child,
.quickview .product-features #cms dl.data-sheet tr th:last-child {
  background: #DDDFDF;
}

#cms table tr td:last-child,
#cms body#product #content .product-features dl.data-sheet tr td:last-child,
body#product #content .product-features #cms dl.data-sheet tr td:last-child,
#cms .quickview .product-features dl.data-sheet tr td:last-child,
.quickview .product-features #cms dl.data-sheet tr td:last-child,
#cms table tr th:last-child,
#cms body#product #content .product-features dl.data-sheet tr th:last-child,
body#product #content .product-features #cms dl.data-sheet tr th:last-child,
#cms .quickview .product-features dl.data-sheet tr th:last-child,
.quickview .product-features #cms dl.data-sheet tr th:last-child {
  text-align: left;
}

.table-bordered {
  border: none;
}

.table-bordered tr {
  border: 0;
  border-bottom: 1px solid #ececec;
}

.table-bordered tr td,
.table-bordered tr th {
  border: 0;
  border-bottom: 1px solid #ececec;
}

#order-products td {
  vertical-align: middle;
}

body#product #main .page-content {
  padding-top: 57px;
}

@media (min-width: 992px) {
  body#product #main .page-content {
    padding-top: 2.96875vw;
  }
}

@media (max-width: 575px) {
  body#product #main .page-content {
    border: 0;
    padding: 20px 0;
  }
}

body#product #content,
.quickview {
  /* left */
  /* right */
  /* bottom */
}

body#product #content .product-content,
.quickview .product-content {
  display: flex;
}

@media (max-width: 767px) {

  body#product #content .product-content,
  .quickview .product-content {
    flex-direction: column;
  }
}

body#product #content .product-content .product-left,
.quickview .product-content .product-left {
  position: relative;
  width: 49%;
}

@media (min-width: 992px) {

  body#product #content .product-content .product-left,
  .quickview .product-content .product-left {
    width: 29.9479166667vw;
  }
}

@media (max-width: 767px) {

  body#product #content .product-content .product-left,
  .quickview .product-content .product-left {
    width: 100%;
  }
}

body#product #content .product-content .product-right,
.quickview .product-content .product-right {
  width: 50%;
  margin-left: 20px;
}

@media (min-width: 992px) {

  body#product #content .product-content .product-right,
  .quickview .product-content .product-right {
    margin-left: 2.0833333333vw;
    width: 34.6354166667vw;
  }
}

@media (max-width: 767px) {

  body#product #content .product-content .product-right,
  .quickview .product-content .product-right {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

body#product #content .product-cover,
.quickview .product-cover {
  overflow: hidden;
  width: 100%;
  border: solid 1px #ececec;
}

body#product #content .product-cover img,
.quickview .product-cover img {
  max-width: none;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: center;
}

body#product #content .product-cover:hover,
.quickview .product-cover:hover {
  border-color: #0A3F8B;
}

body#product #content .product-cover:hover img,
.quickview .product-cover:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

body#product #content .product-cover .layer,
.quickview .product-cover .layer {
  background: none;
}

body#product #content .product-cover .layer i,
.quickview .product-cover .layer i {
  display: none;
}

body#product #content .product-images,
.quickview .product-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(99px, 1fr));
  grid-gap: 7px;
}

@media (max-width: 767px) {

  body#product #content .product-images,
  .quickview .product-images {
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
  }
}

@media (min-width: 992px) {

  body#product #content .product-images,
  .quickview .product-images {
    grid-template-columns: repeat(4, 7.0833333333vw);
    grid-gap: 0.5208333333vw;
  }
}

body#product #content .product-images .thumb-container .thumb,
.quickview .product-images .thumb-container .thumb {
  box-shadow: none;
  border: solid 1px #ececec;
  margin: 0;
  width: auto;
  max-width: 100%;
}

@media (min-width: 992px) {

  body#product #content .product-images .thumb-container .thumb,
  .quickview .product-images .thumb-container .thumb {
    max-width: 100%;
  }
}

body#product #content .product-images .thumb-container .thumb.selected,
.quickview .product-images .thumb-container .thumb.selected {
  border-color: #0A3F8B;
}

body#product #content .jcarousel-wrapper .jcarousel-control-prev,
body#product #content .jcarousel-wrapper .jcarousel-control-next,
.quickview .jcarousel-wrapper .jcarousel-control-prev,
.quickview .jcarousel-wrapper .jcarousel-control-next {
  bottom: 45px;
}

body#product #content .product-block,
.quickview .product-block {
  padding: 20px 15px 16px 15px;
  border-bottom: 1px solid #ececec;
  position: relative;
}

@media (min-width: 992px) {

  body#product #content .product-block,
  .quickview .product-block {
    padding: 1.0416666667vw 1.5625vw 0.8333333333vw 1.5625vw;
  }
}

body#product #content .product-block.block-two-columns,
.quickview .product-block.block-two-columns {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  align-content: center;
  justify-content: space-between;
}

@media (max-width: 991px) {

  body#product #content .product-block.block-two-columns,
  .quickview .product-block.block-two-columns {
    flex-direction: column;
  }
}

@media (min-width: 992px) {

  body#product #content .product-block.block-two-columns,
  .quickview .product-block.block-two-columns {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
  }
}

body#product #content .product-block.block-two-columns>div,
.quickview .product-block.block-two-columns>div {
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 992px) {

  body#product #content .product-block.block-two-columns>div,
  .quickview .product-block.block-two-columns>div {
    padding: 0.5208333333vw 0;
  }
}

@media (min-width: 992px) {

  body#product #content .product-block.block-two-columns>div+div,
  .quickview .product-block.block-two-columns>div+div {
    padding-left: 1.25vw;
    width: 11.3020833333vw;
  }
}

body#product #content .product-block.block-two-columns>div.hidden,
.quickview .product-block.block-two-columns>div.hidden {
  display: none;
}

body#product #content .product-block.block-two-columns.block-with-separator>div,
.quickview .product-block.block-two-columns.block-with-separator>div {
  padding: 12px 0;
}

@media (min-width: 992px) {

  body#product #content .product-block.block-two-columns.block-with-separator>div,
  .quickview .product-block.block-two-columns.block-with-separator>div {
    padding: 0.625vw 0;
  }
}

@media (max-width: 991px) {

  body#product #content .product-block.block-two-columns.block-with-separator>div+div,
  .quickview .product-block.block-two-columns.block-with-separator>div+div {
    border-top: 1px solid #ececec;
  }
}

@media (min-width: 992px) {

  body#product #content .product-block.block-two-columns.block-with-separator>div+div,
  .quickview .product-block.block-two-columns.block-with-separator>div+div {
    border-left: 1px solid #ececec;
    padding-left: 1.1979166667vw;
  }
}

body#product #content .product-block.block-same-columns,
.quickview .product-block.block-same-columns {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  align-content: center;
}

@media (max-width: 991px) {

  body#product #content .product-block.block-same-columns,
  .quickview .product-block.block-same-columns {
    flex-direction: column;
  }
}

@media (min-width: 992px) {

  body#product #content .product-block.block-same-columns,
  .quickview .product-block.block-same-columns {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
  }
}

body#product #content .product-block.block-same-columns>div,
.quickview .product-block.block-same-columns>div {
  flex: 1;
  padding: 14px 0 12px;
  width: 100%;
}

@media (min-width: 992px) {

  body#product #content .product-block.block-same-columns>div,
  .quickview .product-block.block-same-columns>div {
    padding: 0.7291666667vw 0 0.625vw;
    width: 15.625vw;
  }
}

@media (min-width: 992px) {

  body#product #content .product-block.block-same-columns>div+div,
  .quickview .product-block.block-same-columns>div+div {
    margin-left: 1.5625vw;
  }
}

body#product #content .product-block .h4,
.quickview .product-block .h4 {
  color: #0A3F8B;
  margin-bottom: 0.5729166667vw;
  display: inline-block;
}

@media (min-width: 992px) {

  body#product #content .product-block .h4,
  .quickview .product-block .h4 {
    margin-bottom: 11px;
  }
}

body#product #content .product-block .control-label,
.quickview .product-block .control-label {
  color: #0A3F8B;
}

body#product #content .product-right>.product-block:last-child,
.quickview .product-right>.product-block:last-child {
  border: 0;
  padding-bottom: 0;
}

body#product #content .product-name,
.quickview .product-name {
  margin: -25px 0 19px 0;
}

@media (min-width: 992px) {

  body#product #content .product-name,
  .quickview .product-name {
    margin: -1.4583333333vw 7.2916666667vw 0.9895833333vw 0;
  }
}

body#product #content .product-manufacturer-image,
.quickview .product-manufacturer-image {
  text-align: right;
}

@media (min-width: 992px) {

  body#product #content .product-manufacturer-image,
  .quickview .product-manufacturer-image {
    position: absolute;
    top: -0.7291666667vw;
    bottom: 0;
    right: 0.625vw;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {

  body#product #content .product-manufacturer-image,
  .quickview .product-manufacturer-image {
    text-align: left;
  }
}

body#product #content .product-manufacturer-image .manufacturer-name,
.quickview .product-manufacturer-image .manufacturer-name {
  font-weight: 600;
  padding-right: 5px;
}

body#product #content .product-manufacturer-image img,
.quickview .product-manufacturer-image img {
  max-width: 91px;
}

@media (min-width: 992px) {

  body#product #content .product-manufacturer-image img,
  .quickview .product-manufacturer-image img {
    max-width: 4.7395833333vw;
  }
}

body#product #content .product-reference,
.quickview .product-reference {
  font-size: 14px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #c0c0c0;
}

body#product #content .product-delivery-time,
.quickview .product-delivery-time {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

@media (min-width: 992px) {

  body#product #content .product-delivery-time,
  .quickview .product-delivery-time {
    font-size: 0.8333333333vw;
    line-height: 0.9895833333vw;
  }
}

body#product #content .product-delivery-time i,
.quickview .product-delivery-time i {
  color: #0A3F8B;
  font-size: 25px;
  margin-right: 12px;
  vertical-align: text-bottom;
}

@media (min-width: 992px) {

  body#product #content .product-delivery-time i,
  .quickview .product-delivery-time i {
    font-size: 1.3020833333vw;
    margin-right: 0.625vw;
  }
}

body#product #content .product-quantities,
.quickview .product-quantities {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
}

@media (min-width: 992px) {

  body#product #content .product-quantities,
  .quickview .product-quantities {
    font-size: 0.8333333333vw;
    line-height: 0.8854166667vw;
  }
}

body#product #content .product-prices .product-price-details,
.quickview .product-prices .product-price-details {
  flex-direction: column;
  align-items: start !important;
}

body#product #content .product-prices .product-price-extras,
.quickview .product-prices .product-price-extras {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}

body#product #content .product-prices .product-flags,
.quickview .product-prices .product-flags {
  position: relative;
  display: inline-block;
  top: unset;
  left: unset;
  width: auto;
  padding-right: 20px;
  margin: 0;
}

@media (min-width: 992px) {

  body#product #content .product-prices .product-flags,
  .quickview .product-prices .product-flags {
    padding-right: 1.0416666667vw;
  }
}

body#product #content .product-prices .product-flags li,
.quickview .product-prices .product-flags li {
  margin: 0;
  font-size: 16px;
}

@media (min-width: 992px) {

  body#product #content .product-prices .product-flags li,
  .quickview .product-prices .product-flags li {
    font-size: 0.8333333333vw;
  }
}

body#product #content .product-prices .product-flags li:not(.discount),
.quickview .product-prices .product-flags li:not(.discount) {
  display: none;
}

body#product #content .product-prices .comments_note,
.quickview .product-prices .comments_note {
  width: auto;
  margin: 0 -1.5625vw 0 0;
}

body#product #content .product-price,
.quickview .product-price {
  font-size: 29px;
  color: #b1bbca;
  line-height: 35px;
}

@media (min-width: 992px) {

  body#product #content .product-price,
  .quickview .product-price {
    font-size: 1.5104166667vw;
    line-height: 1.8229166667vw;
  }
}

body#product #content .product-price label,
body#product #content .product-price .current-price,
.quickview .product-price label,
.quickview .product-price .current-price {
  color: #0A3F8B;
}

body#product #content .product-variants ul,
.quickview .product-variants ul {
  margin-bottom: -0.5729166667vw;
  display: flex;
  flex-wrap: wrap;

}

body#product #content .product-variants ul li,
.quickview .product-variants ul li {
  display: flex;
  flex-direction: column;
  margin: 0 max(0.5208333333vw, 20px) 0.3645833333vw 0;
}

body#product #content .product-variants ul li .color-name,
.quickview .product-variants ul li .color-name {
  text-align: center;
  width: 3.125vw;

}

@media (max-width: 991px) {

  body#product #content .product-variants ul li .color-name,
  .quickview .product-variants ul li .color-name {
    width: 50px;
  }
}

body#product #content .product-customization label,
.quickview .product-customization label {
  margin: 0.5208333333vw 0 0.5729166667vw;
}

body#product #content .product-customization>ul,
.quickview .product-customization>ul {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

@media (max-width: 991px) {

  body#product #content .product-customization>ul,
  .quickview .product-customization>ul {
    flex-wrap: wrap;
  }
}

body#product #content .product-customization>ul li,
.quickview .product-customization>ul li {
  width: 100%;
}

@media (min-width: 992px) {

  body#product #content .product-customization>ul li,
  .quickview .product-customization>ul li {
    width: 15.625vw;
  }
}

@media (min-width: 992px) {

  body#product #content .product-customization>ul li+li,
  .quickview .product-customization>ul li+li {
    margin-left: 1.5625vw;
  }
}

body#product #content .product-customization .product-message,
.quickview .product-customization .product-message {
  height: 60px;
  padding: 13px 24px;
  width: 100%;
  resize: none;
}

@media (min-width: 992px) {

  body#product #content .product-customization .product-message,
  .quickview .product-customization .product-message {
    height: 3.125vw;
    padding: 0.6770833333vw 1.25vw;
  }
}

body#product #content .product-add-to-cart,
.quickview .product-add-to-cart {
  margin-bottom: 8px;
}

@media (min-width: 992px) {

  body#product #content .product-add-to-cart,
  .quickview .product-add-to-cart {
    margin-bottom: 0.4166666667vw;
  }
}

body#product #content .product-add-to-cart .product-quantity,
.quickview .product-add-to-cart .product-quantity {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

@media (max-width: 991px) {

  body#product #content .product-add-to-cart .product-quantity,
  .quickview .product-add-to-cart .product-quantity {
    flex-direction: column;
  }
}

@media (min-width: 992px) {

  body#product #content .product-add-to-cart .product-quantity div,
  .quickview .product-add-to-cart .product-quantity div {
    max-width: 15vw;
  }
}

@media (max-width: 991px) {

  body#product #content .product-add-to-cart .product-quantity div+div,
  .quickview .product-add-to-cart .product-quantity div+div {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {

  body#product #content .product-add-to-cart .product-quantity div+div,
  .quickview .product-add-to-cart .product-quantity div+div {
    margin-left: 1.5625vw;
  }
}

body#product #content .product-add-to-cart .product-quantity .qty,
.quickview .product-add-to-cart .product-quantity .qty {
  margin: 0;
}

body#product #content .product-add-to-cart .add-to-cart,
.quickview .product-add-to-cart .add-to-cart {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  margin-bottom: 0;
}

@media (max-width: 767px) {

  body#product #content .product-add-to-cart .add-to-cart,
  .quickview .product-add-to-cart .add-to-cart {
    padding: 9px 0 11px;
    font-size: 16px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {

  body#product #content .product-add-to-cart .add-to-cart,
  .quickview .product-add-to-cart .add-to-cart {
    padding: 9px 22px 11px;
  }
}

@media (min-width: 992px) {

  body#product #content .product-add-to-cart .add-to-cart,
  .quickview .product-add-to-cart .add-to-cart {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    height: 3.125vw;
    padding: 0.46875vw 1.1458333333vw 0.5729166667vw;
  }
}

body#product #content .product-add-to-cart .add-to-cart i,
.quickview .product-add-to-cart .add-to-cart i {
  font-size: 35px;
  padding-right: 17px;
  vertical-align: bottom;
}

@media (max-width: 991px) {

  body#product #content .product-add-to-cart .add-to-cart i,
  .quickview .product-add-to-cart .add-to-cart i {
    font-size: 25px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {

  body#product #content .product-add-to-cart .add-to-cart i,
  .quickview .product-add-to-cart .add-to-cart i {
    display: none;
  }
}

@media (min-width: 992px) {

  body#product #content .product-add-to-cart .add-to-cart i,
  .quickview .product-add-to-cart .add-to-cart i {
    font-size: 1.8229166667vw;
    padding-right: 0.8854166667vw;
  }
}

body#product #content .product-additional-info,
.quickview .product-additional-info {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 9px;
}

@media (min-width: 992px) {

  body#product #content .product-additional-info,
  .quickview .product-additional-info {
    margin-top: 0.46875vw;
  }
}

body#product #content .product-additional-info .social-sharing,
.quickview .product-additional-info .social-sharing {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 575px) {

  body#product #content .product-additional-info .social-sharing,
  .quickview .product-additional-info .social-sharing {
    flex-direction: column;
  }
}

body#product #content .social-sharing,
.quickview .social-sharing {
  width: auto;
}

body#product #content .social-sharing .h3,
.quickview .social-sharing .h3 {
  margin-bottom: 0;
}

@media (min-width: 992px) {

  body#product #content .social-sharing .fb-share-button,
  .quickview .social-sharing .fb-share-button {
    margin-left: 1.8229166667vw;
  }
}

@media (min-width: 576px) {

  body#product #content .social-sharing .fb-share-button,
  .quickview .social-sharing .fb-share-button {
    margin-left: 35px;
  }
}

@media (max-width: 575px) {

  body#product #content .social-sharing .fb-share-button,
  .quickview .social-sharing .fb-share-button {
    margin-top: 15px;
  }
}

body#product #content .product-variants-item .fav-button,
.quickview .product-variants-item .fav-button {
  margin: 0;
}

body#product #content .product-informations,
.quickview .product-informations {
  margin: 2.0833333333vw 0 0;
}

body#product #content .product-description,
.quickview .product-description {
  margin: 30px 0 40px;
  font-size: 18px !important;
  font-family: inherit !important;
  line-height: 30px !important;
}

@media (min-width: 992px) {

  body#product #content .product-description,
  .quickview .product-description {
    margin: 1.5625vw 0 2.0833333333vw;
    font-size: 0.9375vw !important;
    line-height: 1.5625vw !important;
  }
}

body#product #content .product-description p,
.quickview .product-description p {
  margin: 10px 0;
}

@media (min-width: 992px) {

  body#product #content .product-description p,
  .quickview .product-description p {
    margin: 0.5208333333vw 0;
  }
}

body#product #content .product-description *,
.quickview .product-description * {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

body#product #content .product-attachments,
.quickview .product-attachments {
  margin: 2.0833333333vw 0 2.6041666667vw;
}

body#product #content .product-features,
.quickview .product-features {
  min-width: 100%;
  width: auto;
  overflow-x: auto;
}

body#product #content .product-features dl.data-sheet,
.quickview .product-features dl.data-sheet {
  width: 100%;
  display: grid;
  grid-template-columns: 65% 1fr;
  margin: 40px 0 50px;
}

@media (min-width: 992px) {

  body#product #content .product-features dl.data-sheet,
  .quickview .product-features dl.data-sheet {
    margin: 2.0833333333vw 0 2.6041666667vw;
  }
}

@media (max-width: 575px) {

  body#product #content .product-features dl.data-sheet,
  .quickview .product-features dl.data-sheet {
    grid-template-columns: auto 1fr;
  }
}

body#product #content .product-features dl.data-sheet dd.value,
body#product #content .product-features dl.data-sheet dt.name,
.quickview .product-features dl.data-sheet dd.value,
.quickview .product-features dl.data-sheet dt.name {
  margin: 1px;
  background: #EDEDED;
  padding: 17px 40px 19px;
}

@media (min-width: 992px) {

  body#product #content .product-features dl.data-sheet dd.value,
  body#product #content .product-features dl.data-sheet dt.name,
  .quickview .product-features dl.data-sheet dd.value,
  .quickview .product-features dl.data-sheet dt.name {
    padding: 0.8854166667vw 2.0833333333vw 0.9895833333vw;
  }
}

@media (max-width: 575px) {

  body#product #content .product-features dl.data-sheet dd.value,
  body#product #content .product-features dl.data-sheet dt.name,
  .quickview .product-features dl.data-sheet dd.value,
  .quickview .product-features dl.data-sheet dt.name {
    padding: 15px 10px 15px;
    font-size: 16px;
  }
}

body#product #content .product-features dl.data-sheet dd.value:nth-child(4n),
body#product #content .product-features dl.data-sheet dd.value:nth-child(4n-1),
body#product #content .product-features dl.data-sheet dt.name:nth-child(4n),
body#product #content .product-features dl.data-sheet dt.name:nth-child(4n-1),
.quickview .product-features dl.data-sheet dd.value:nth-child(4n),
.quickview .product-features dl.data-sheet dd.value:nth-child(4n-1),
.quickview .product-features dl.data-sheet dt.name:nth-child(4n),
.quickview .product-features dl.data-sheet dt.name:nth-child(4n-1) {
  background: #f5f5f5;
}

.circle {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 13px;
  vertical-align: bottom;
}

@media (min-width: 992px) {
  .circle {
    width: 0.78125vw;
    height: 0.78125vw;
    margin-right: 0.6770833333vw;
  }
}

.circle.circle-green {
  background: #93c61a;
}

.circle.circle-orange {
  background: #ffb12a;
}

.circle.circle-red {
  background: #df1838;
}

.input-group.bootstrap-touchspin>input {
  border: 1px solid #bfbfbf;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  padding: 12px 22px 17px;
  background: #fff;
  width: calc(100% - 33px);
  text-align: center;
  height: auto;
}

@media (min-width: 992px) {
  .input-group.bootstrap-touchspin>input {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    padding: 0.625vw 1.1458333333vw 0.8854166667vw;
    width: calc(100% - 1.71875vw);
  }
}

.input-group.bootstrap-touchspin .input-group-btn-vertical {
  margin-left: 5px;
}

@media (min-width: 992px) {
  .input-group.bootstrap-touchspin .input-group-btn-vertical {
    margin-left: 0.2604166667vw;
  }
}

.input-group.bootstrap-touchspin .input-group-btn-vertical .btn {
  width: 28px;
  height: 28px;
  background: #0A3F8B;
  border: 1px solid #0A3F8B;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .input-group.bootstrap-touchspin .input-group-btn-vertical .btn {
    width: 1.4583333333vw;
    height: 1.4583333333vw;
  }
}

.input-group.bootstrap-touchspin .input-group-btn-vertical .btn i {
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .input-group.bootstrap-touchspin .input-group-btn-vertical .btn i {
    font-size: 0.6770833333vw;
    line-height: 1.4583333333vw;
  }
}

.input-group.bootstrap-touchspin .input-group-btn-vertical .btn:hover {
  background: #fff;
}

.input-group.bootstrap-touchspin .input-group-btn-vertical .btn:hover i {
  color: #0A3F8B;
}

.input-group.bootstrap-touchspin .input-group-btn-vertical .btn+.btn {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .input-group.bootstrap-touchspin .input-group-btn-vertical .btn+.btn {
    margin-top: 0.2604166667vw;
  }
}

#block-reassurance {
  margin-top: 30px;
  box-shadow: none;
}

@media (min-width: 992px) {
  #block-reassurance {
    margin-top: 1.5625vw;
  }
}

.product-block #block-reassurance {
  margin-left: -1.5625vw;
  margin-right: -1.5625vw;
}

@media (max-width: 991px) {
  #block-reassurance ul {
    display: flex;
    flex-direction: column;
  }
}

#block-reassurance ul li {
  border: 0;
  background: #f5f5f5;
}

@media (max-width: 991px) {
  #block-reassurance ul li {
    min-height: 50px;
  }
}

#block-reassurance ul li:nth-child(2n) {
  background: #EDEDED;
}

#block-reassurance ul li .block-reassurance-item {
  display: flex;
  align-items: center;
  padding: 8px 29px 11px;
}

@media (min-width: 992px) {
  #block-reassurance ul li .block-reassurance-item {
    padding: 0.5208333333vw 1.5104166667vw 0.5729166667vw;
  }
}

@media (max-width: 575px) {
  #block-reassurance ul li .block-reassurance-item {
    padding: 10px 20px 11px;
  }
}

#block-reassurance ul li .block-reassurance-item i {
  display: block;
  color: #0A3F8B;
  font-size: 28px;
  display: block;
  margin: 0;
  line-height: 1;
}

@media (min-width: 992px) {
  #block-reassurance ul li .block-reassurance-item i {
    font-size: 1.5625vw;
    margin-top: -0.15625vw;
  }
}

#block-reassurance ul li .block-reassurance-item span {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-left: 28px;
}

@media (min-width: 992px) {
  #block-reassurance ul li .block-reassurance-item span {
    font-size: 0.9375vw;
    margin-left: 1.4583333333vw;
  }
}

#myprestacommentsBlock {
  padding: 1.0416666667vw 0 0.8333333333vw 0;
  margin-top: 1.0416666667vw;
  border-top: 1px solid #ececec;
}

#myprestacommentsBlock .product_comments_block_tab {
  margin-bottom: 1.5625vw;
}

.tab-pane #myprestacommentsBlock {
  margin-top: 0;
  border-top: 0;
}

.tab-pane #myprestacommentsBlock .products-section-title,
.tab-pane #myprestacommentsBlock .comments-title {
  display: none;
}

.products-section-title,
.comments-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  margin: 18px 0 30px;
}

@media (min-width: 992px) {

  .products-section-title,
  .comments-title {
    font-size: 1.25vw;
    line-height: 1.4583333333vw;
    margin: 0.9375vw 0 1.5625vw;
  }
}

.comment {
  display: grid;
  grid-template-columns: 120px auto;
  grid-column-gap: 20px;
  margin: 40px 0;
}

@media (min-width: 992px) {
  .comment {
    grid-template-columns: 6.25vw auto;
    grid-column-gap: 1.0416666667vw;
    margin: 2.0833333333vw 0;
  }
}

@media (max-width: 575px) {
  .comment {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    margin: 20px 0;
  }
}

.comment .comment-title,
.comment .comment-author,
.comment p {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}

@media (min-width: 992px) {

  .comment .comment-title,
  .comment .comment-author,
  .comment p {
    font-size: 0.8333333333vw;
    line-height: 1.09375vw;
  }
}

.comment p {
  padding: 0;
  margin: 0;
}

.comment .comment-title,
.comment .comment-author {
  font-weight: 900;
  margin: 0 0 0.5208333333vw 0;
}

.comment .comment-author {
  color: #000;
  margin: 0 0 0.78125vw;
}

.comment .comment-date {
  margin: 0.5208333333vw 0 0;
}

.comment .comment-date em {
  color: #c0c0c0;
  font-weight: 900;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
}

@media (min-width: 992px) {
  .comment .comment-date em {
    font-size: 0.7291666667vw;
    line-height: 1.09375vw;
  }
}

#product_comments_block_tab .alert {
  margin-bottom: 2.0833333333vw !important;
}

.navigation-buttons,
.pagination:not(ul) {
  margin: 30px 0;
  padding: 0 30px;
}

@media (max-width: 767px) {

  .navigation-buttons,
  .pagination:not(ul) {
    padding: 0;
  }
}

@media (min-width: 992px) {

  .navigation-buttons,
  .pagination:not(ul) {
    margin: 2.2916666667vw 0;
    padding: 0 4.53125vw;
  }
}

@media (max-width: 767px) {

  .navigation-buttons .btn,
  .pagination:not(ul) .btn {
    width: 100%;
  }
}

.navigation-buttons .btn i,
.pagination:not(ul) .btn i {
  font-size: 14px;
  vertical-align: bottom;
}

@media (min-width: 992px) {

  .navigation-buttons .btn i,
  .pagination:not(ul) .btn i {
    font-size: 0.7291666667vw;
  }
}

.navigation-buttons .btn.prev i,
.pagination:not(ul) .btn.prev i {
  margin-right: 0.6770833333vw;
}

@media (max-width: 767px) {

  .navigation-buttons .btn.prev+.next,
  .pagination:not(ul) .btn.prev+.next {
    margin-top: 10px;
  }
}

.navigation-buttons .btn.next i,
.pagination:not(ul) .btn.next i {
  margin-left: 0.6770833333vw;
}

#featured-category-products-block-center,
.product-accessories {
  margin-top: 98px;
}

@media (min-width: 992px) {

  #featured-category-products-block-center,
  .product-accessories {
    margin-top: 5.1041666667vw;
  }
}

#featured-category-products-block-center .products-section-title,
#featured-category-products-block-center .comments-title,
.product-accessories .products-section-title,
.product-accessories .comments-title {
  text-align: left;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 992px) {

  #featured-category-products-block-center .products-section-title,
  #featured-category-products-block-center .comments-title,
  .product-accessories .products-section-title,
  .product-accessories .comments-title {
    margin-top: 2.34375vw;
    margin-bottom: 2.34375vw;
  }
}

/* szybki podgląd */
.quickview .modal-dialog {
  margin: auto;
  width: calc(100% - 30px);
}

@media (min-width: 992px) {
  .quickview .modal-dialog {
    max-width: 62.5vw;
    width: calc(100% - 1.5625vw);
  }
}

.quickview .modal-content {
  padding: 1.5625vw;
}

.quickview .modal-header {
  margin: 0;
  padding: 0;
}

.quickview .images-container {
  display: flex;
  z-index: 1;
  min-height: 21.88rem;
}

.quickview .images-container .product-images {
  grid-template-columns: 90px;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .quickview .images-container .product-images {
    grid-template-columns: 4.6875vw;
    margin-left: 0.5208333333vw;
  }
}

.quickview .images-container .product-images>li.thumb-container>.thumb {
  max-width: 100%;
}

.quickview .product-name {
  margin-top: 0;
}

.quickview .product-add-to-cart .product-quantity {
  flex-direction: column;
}

.quickview .product-add-to-cart .product-quantity div+div {
  margin: 10px 0 0;
}

@media (min-width: 992px) {
  .quickview .product-add-to-cart .product-quantity div+div {
    margin-top: 1.0416666667vw;
  }
}

@media (max-width: 991px) {
  .quickview .product-add-to-cart .product-quantity .add-to-cart i {
    display: none;
  }
}

/* dodawanie komentarza */
body#product .fancybox-skin {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#new_comment_form {
  width: 585px;
  color: #000;
  text-align: left;
  padding-right: 25px;
}

@media (min-width: 992px) {
  #new_comment_form {
    width: 30.46875vw;
    color: #000;
    text-align: left;
    padding-right: 1.3020833333vw;
  }
}

@media (max-width: 575px) {
  #new_comment_form {
    width: 100%;
  }
}

#new_comment_form .product-name {
  margin: 0 !important;
}

#new_comment_form .submit {
  margin-top: 20px;
  padding: 0;
  font-size: 13px;
  text-align: right;
}

@media (min-width: 992px) {
  #new_comment_form .submit {
    margin-top: 1.0416666667vw;
    font-size: 0.6770833333vw;
  }
}

#new_comment_form #criterions_list {
  list-style-type: none;
  margin: 0;
}

#new_comment_form #criterions_list label {
  float: left;
  text-align: right;
  margin-right: 10px;
}

@media (min-width: 992px) {
  #new_comment_form #criterions_list label {
    margin-right: 0.5208333333vw;
  }
}

#new_comment_form .rodo_formfooter .custom-checkbox .label {
  font-size: 12px;
}

@media (min-width: 992px) {
  #new_comment_form .rodo_formfooter .custom-checkbox .label {
    font-size: 0.625vw;
  }
}

/* blog */
.blog-item {
  font-size: 18px;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .blog-item {
    padding: 1.0416666667vw 0;
    font-size: 0.9375vw;
  }
}

.blog-item .blog-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.blog-item .blog-image img {
  max-width: 100%;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: top right;
}

.blog-item .blog-image:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.blog-item .blog-ctncomment {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  background: #0A3F8B;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  top: 15px;
  right: 15px;
}

@media (min-width: 992px) {
  .blog-item .blog-ctncomment {
    font-size: 0.9375vw;
    width: 3.125vw;
    height: 3.125vw;
    line-height: 3.0208333333vw;
    top: 1.5625vw;
    right: 1.5625vw;
  }
}

.blog-item .blog-ctncomment::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #0A3F8B transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 15px;
}

@media (min-width: 992px) {
  .blog-item .blog-ctncomment::after {
    border-width: 0.5208333333vw 0.4947916667vw 0 0.4947916667vw;
    left: 1.0677083333vw;
  }
}

.blog-item h5 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 900;
  min-height: 60px;
}

@media (min-width: 992px) {
  .blog-item h5 {
    font-size: 1.1458333333vw;
    line-height: 1.5625vw;
    min-height: 3.125vw;
  }
}

.blog-item h5 a:hover {
  color: #0A3F8B;
}

.blog-item .blog-shortinfo {
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .blog-item .blog-shortinfo {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
}

/* page listing */
.list_blog .blog-item {
  display: flex;
  padding: 30px 0 30px;
  margin: 0;
  border-bottom: 1px solid #ececec;
  max-width: 100%;
}

@media (min-width: 992px) {
  .list_blog .blog-item {
    padding: 4.1666666667vw 0 4.1666666667vw;
  }
}

@media (max-width: 575px) {
  .list_blog .blog-item {
    flex-direction: column;
  }
}

.list_blog .blog-item:first-child {
  padding-top: 0;
}

@media (min-width: 768px) {
  .list_blog .blog-item:nth-child(2n) .blog-image {
    order: 2;
    margin-left: 3.125vw;
    margin-right: 0;
  }

  .list_blog .blog-item:nth-child(2n) .blog-text {
    order: 1;
  }
}

.list_blog .blog-item .blog-image {
  width: 40%;
  margin-right: 3.125vw;
}

@media (min-width: 992px) {
  .list_blog .blog-item .blog-image {
    width: 26.0416666667vw;
  }
}

@media (max-width: 575px) {
  .list_blog .blog-item .blog-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .list_blog .blog-item .blog-image img {
    height: 15.625vw;
  }
}

.list_blog .blog-item .blog-text {
  width: 59%;
}

@media (min-width: 992px) {
  .list_blog .blog-item .blog-text {
    width: 37.5vw;
  }
}

@media (max-width: 575px) {
  .list_blog .blog-item .blog-text {
    width: 100%;
    margin-right: 0;
  }
}

.list_blog .blog-item .blog-meta {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .list_blog .blog-item .blog-meta {
    margin-top: 1.40625vw;
  }
}

.blog-meta {
  font-size: 14px;
  font-weight: 900;
  color: #c0c0c0;
  margin: 1.5625vw 0 1.40625vw;
}

@media (min-width: 992px) {
  .blog-meta {
    font-size: 0.7291666667vw;
  }
}

.blog-meta span {
  line-height: 37px;
  display: inline-block;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .blog-meta span {
    line-height: 1.9270833333vw;
  }
}

.blog-meta span+span {
  margin-left: 1.5625vw;
}

.blog-meta span a {
  color: #c0c0c0;
}

.blog-meta span a:hover {
  color: #0A3F8B;
}

.blog-meta span i {
  color: #0A3F8B;
  padding-right: 0.625vw;
  vertical-align: top;
}

.blog-author i {
  font-size: 35px;
}

@media (min-width: 992px) {
  .blog-author i {
    font-size: 1.8229166667vw;
  }
}

.blog-created i {
  font-size: 25px;
}

@media (min-width: 992px) {
  .blog-created i {
    font-size: 1.3020833333vw;
  }
}

.blog-cat i {
  font-size: 30px;
}

@media (min-width: 992px) {
  .blog-cat i {
    font-size: 1.5625vw;
  }
}

.blog-title {
  margin-bottom: 0;
}

.blog-detail .blog-meta {
  padding-bottom: 0.2604166667vw;
}

.blog-detail .social-share {
  margin: 0;
  padding: 0;
  line-height: 30px;
}

@media (min-width: 992px) {
  .blog-detail .social-share {
    line-height: 1.5625vw;
  }
}

.blog-detail p {
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .blog-detail p {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
}

.blog-detail .blog-video-code {
  margin: 20px auto;
  max-width: 720px;
}

@media (min-width: 992px) {
  .blog-detail .blog-video-code {
    margin: 1.0416666667vw auto;
    max-width: 37.5vw;
  }
}

.blog-detail .blog-video-code .inner {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.blog-detail .blog-video-code .inner iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blog-detail .blog-tags {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 8px 0 14px;
  margin: 42px 8px 37px;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .blog-detail .blog-tags {
    padding: 0.4166666667vw 0 0.7291666667vw;
    margin: 2.1875vw 0.4166666667vw 1.9270833333vw;
  }
}

.blog-detail .blog-tags i {
  font-size: 33px;
  color: #bfbfbf;
  margin-right: 1.0416666667vw;
  margin-top: 8px;
}

@media (min-width: 992px) {
  .blog-detail .blog-tags i {
    font-size: 1.71875vw;
    margin-right: 1.0416666667vw;
    margin-top: 0.4166666667vw;
  }
}

.blog-detail .blog-tags h4 {
  font-weight: 900;
  color: #000;
  margin-right: 13px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .blog-detail .blog-tags h4 {
    margin-right: 0.6770833333vw;
  }
}

.blog-detail .blog-tags a {
  margin: 0;
}

.blog-detail .blog-tags a span {
  display: block;
  background: #f5f5f5;
  padding: 4px 14px 6px;
  margin: 4px 5px 0 0;
  line-height: 20px;
  font-size: 16px;
  color: #0A3F8B;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .blog-detail .blog-tags a span {
    padding: 0.2083333333vw 0.7291666667vw 0.3125vw;
    margin: 0.2083333333vw 0.2604166667vw 0 0;
    line-height: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
}

.blog-detail .blog-tags a:hover span {
  color: #fff;
  background: #0A3F8B;
}

.blog-detail .blog-tags .pull-right {
  margin-left: auto;
}

.comments .alert {
  margin-bottom: 20px !important;
}

@media (min-width: 992px) {
  .comments .alert {
    margin-bottom: 1.0416666667vw !important;
  }
}

.blog-detail .navigation-buttons,
.blog-detail .pagination:not(ul) {
  padding: 0;
  margin: 80px 0 5px;
}

@media (min-width: 992px) {

  .blog-detail .navigation-buttons,
  .blog-detail .pagination:not(ul) {
    margin: 4.1666666667vw 0 0.2604166667vw;
  }
}

.blog-link {
  position: relative;
  font-size: 18px;
  color: #0A3F8B;
  width: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px 50px 45px 50px;
  min-height: 240px;
}

@media (max-width: 575px) {
  .blog-link {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .blog-link {
    font-size: 0.9375vw;
    padding: 1.5625vw 2.6041666667vw 2.34375vw 2.6041666667vw;
    min-height: 12.5vw;
  }
}

.blog-link+.blog-link::before {
  content: "";
  display: block;
  width: 2px;
  background: #e2e2e2;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
}

@media (max-width: 575px) {
  .blog-link+.blog-link::before {
    height: 2px;
    width: auto;
    top: 0;
    bottom: unset;
    right: 30px;
    left: 30px;
  }
}

@media (min-width: 992px) {
  .blog-link+.blog-link::before {
    top: 1.5625vw;
    left: 1.5625vw;
    height: 9.375vw;
  }
}

.blog-link .blog-title span {
  display: inline;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 -1px 0 0 #fff inset, 0 -3px 0 0 transparent inset;
}

@media (min-width: 992px) {
  .blog-link .blog-title span {
    font-size: 1.5625vw;
    line-height: 1.875vw;
  }
}

.blog-link:hover .blog-title span {
  color: #2783ef;
  text-decoration: none !important;
  box-shadow: 0 -1px 0 0 #fff inset, 0 -3px 0 0 #2783ef inset;
}

.blog-link i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  color: #0A3F8B;
}

@media (min-width: 992px) {
  .blog-link i {
    font-size: 1.8229166667vw;
  }
}

.blog-link.prev {
  padding-left: 75px;
}

@media (min-width: 992px) {
  .blog-link.prev {
    padding-left: 5.9895833333vw;
  }
}

.blog-link.prev i {
  left: 20px;
}

@media (min-width: 992px) {
  .blog-link.prev i {
    left: 2.0833333333vw;
  }
}

.blog-link.next {
  text-align: right;
  padding-right: 75px;
}

@media (min-width: 992px) {
  .blog-link.next {
    padding-right: 5.9895833333vw;
  }
}

.blog-link.next i {
  right: 20px;
}

@media (min-width: 992px) {
  .blog-link.next i {
    right: 2.0833333333vw;
  }
}

.blog-link .link-name {
  margin-top: auto;
  text-transform: uppercase;
  color: #0A3F8B;
  font-weight: 900;
  font-size: 18px;
  display: block;
}

@media (min-width: 992px) {
  .blog-link .link-name {
    font-size: 0.9375vw;
  }
}

body[id*=module-psblog] #left-column>.block-categories:not([id]) {
  display: none;
}

/* cart */
#cart .anti-container {
  background: #f6f7f8;
  margin-bottom: 80px;
  padding-top: 20px;
}

@media (min-width: 992px) {
  #cart .anti-container {
    margin-bottom: 4.1666666667vw;
    padding-top: 1.0416666667vw;
  }
}

.cart-head {
  padding: 0 30px;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .cart-head {
    padding: 0 1.5625vw;
    font-size: 0.9375vw;
    line-height: 1.8229166667vw;
    margin-bottom: 1.3020833333vw;
  }
}

@media (max-width: 767px) {
  .cart-head {
    margin-bottom: 10px;
    padding: 0;
  }
}

.cart-head i {
  color: #0A3F8B;
  font-size: 34px;
  margin-right: 28px;
  vertical-align: bottom;
}

@media (min-width: 992px) {
  .cart-head i {
    font-size: 1.7708333333vw;
    margin-right: 1.4583333333vw;
  }
}

@media (max-width: 767px) {
  .cart-head i {
    display: none;
  }
}

.cart-container {
  overflow-x: auto;
}

@media (min-width: 768px) {
  .cart-items {
    display: table;
    min-width: 100%;
  }
}

.cart-items .cart-item {
  border-bottom: 1px solid #F3F3F3;
  padding: 14px 0 16px;
}

@media (min-width: 992px) {
  .cart-items .cart-item {
    padding: 0.7291666667vw 0 0.8333333333vw;
  }
}

.cart-items .cart-header {
  background: #e3e3e3;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding: 0;
}

@media (min-width: 992px) {
  .cart-items .cart-header {
    font-size: 0.9375vw;
    line-height: 1.3541666667vw;
  }
}

@media (max-width: 767px) {
  .cart-items .cart-header {
    display: none;
  }
}

.cart-items .cart-header .product-line-grid-cell {
  padding: 16px 10px 17px;
  text-align: center;
}

@media (min-width: 992px) {
  .cart-items .cart-header .product-line-grid-cell {
    padding: 0.8333333333vw 0.5208333333vw 0.8854166667vw;
  }
}

.cart-items .cart-header .product-line-grid-cell:not(:first-child) {
  border-left: 1px solid #fff;
}

.cart-items .cart-header .product-line-grid-cell:last-child {
  background: #000;
  color: #fff;
}

.cart-items .product-line-grid {
  overflow: hidden;
  display: grid;
  align-items: center;
  grid-template-columns: 12% 1fr 17% 14% 10% 8% 14%;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid {
    grid-template-columns: 13.9583333333vw 1fr 11.71875vw 7.9166666667vw 7.9166666667vw 3.6458333333vw 9.8958333333vw;
  }
}

@media (max-width: 767px) {
  .cart-items .product-line-grid {
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media (max-width: 575px) {
  .cart-items .product-line-grid {
    grid-template-columns: repeat(2, auto);
  }
}

.cart-items .product-line-grid>div {
  text-align: center;
  padding: 0;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid>div {
    padding: 0 0.78125vw;
  }
}

@media (max-width: 767px) {
  .cart-items .product-line-grid>div.product-line-grid-left {
    grid-area: 1/1/2/2;
    justify-self: start;
  }
}

@media (max-width: 575px) {
  .cart-items .product-line-grid>div.product-line-grid-left {
    grid-area: 1/1/2/2;
  }
}

@media (max-width: 767px) {
  .cart-items .product-line-grid>div.product-line-grid-body.description {
    grid-area: 1/2/2/4;
  }
}

@media (max-width: 575px) {
  .cart-items .product-line-grid>div.product-line-grid-body.description {
    grid-area: 1/2/2/3;
  }
}

@media (max-width: 767px) {
  .cart-items .product-line-grid>div.product-line-grid-body.availability {
    grid-area: 1/4/2/5;
  }
}

@media (max-width: 575px) {
  .cart-items .product-line-grid>div.product-line-grid-body.availability {
    grid-area: 2/1/3/3;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .cart-items .product-line-grid>div.product-line-grid-body.price {
    grid-area: 2/1/3/4;
    justify-self: start;
  }
}

@media (max-width: 575px) {
  .cart-items .product-line-grid>div.product-line-grid-body.price {
    grid-area: 3/1/4/3;
  }
}

@media (max-width: 767px) {
  .cart-items .product-line-grid>div.product-line-grid-body.summary {
    grid-area: 3/3/4/5;
    justify-self: end;
  }
}

@media (max-width: 575px) {
  .cart-items .product-line-grid>div.product-line-grid-body.summary {
    grid-area: 4/2/5/3;
  }
}

@media (max-width: 767px) {
  .cart-items .product-line-grid>div.product-line-grid-right.quantity {
    grid-area: 3/1/4/3;
    justify-self: start;
  }
}

@media (max-width: 575px) {
  .cart-items .product-line-grid>div.product-line-grid-right.quantity {
    grid-area: 4/1/5/2;
  }
}

@media (max-width: 767px) {
  .cart-items .product-line-grid>div.product-line-grid-right.product-line-actions {
    grid-area: 2/3/3/5;
    justify-self: end;
  }
}

@media (max-width: 575px) {
  .cart-items .product-line-grid>div.product-line-grid-right.product-line-actions {
    grid-area: 3/2/4/3;
  }
}

.cart-items .product-line-grid .img {
  border: 1px solid #ececec;
}

.cart-items .product-line-grid .product-line-info {
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  padding: 0 18px;
}

@media (max-width: 767px) {
  .cart-items .product-line-grid .product-line-info {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .product-line-info {
    font-size: 0.9375vw;
    line-height: 1.1979166667vw;
    padding: 0 0.9375vw;
  }
}

.cart-items .product-line-grid .availability .circle {
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .availability .circle {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}

.cart-items .product-line-grid .availability span {
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .availability span {
    font-size: 0.9375vw;
    line-height: 1.0416666667vw;
  }
}

.cart-items .product-line-grid .current-price,
.cart-items .product-line-grid .product-discount {
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 992px) {

  .cart-items .product-line-grid .current-price,
  .cart-items .product-line-grid .product-discount {
    font-size: 0.9375vw;
    line-height: 1.0416666667vw;
  }
}

.cart-items .product-line-grid .product-discount {
  color: #b1bbca;
}

.cart-items .product-line-grid .qty {
  padding-top: 3px;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .qty {
    padding-top: 0.15625vw;
  }
}

.cart-items .product-line-grid .input-group.bootstrap-touchspin {
  float: none;
}

.cart-items .product-line-grid .input-group.bootstrap-touchspin>input {
  padding: 0 0 3px;
  font-size: 16px;
  line-height: 30px;
  width: 40px;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .input-group.bootstrap-touchspin>input {
    padding: 0 0 0.15625vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    width: 2.0833333333vw;
  }
}

.cart-items .product-line-grid .input-group.bootstrap-touchspin .input-group-btn-vertical .btn {
  width: 17px;
  height: 16px;
  line-height: 10px;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .input-group.bootstrap-touchspin .input-group-btn-vertical .btn {
    width: 0.8854166667vw;
    height: 0.8333333333vw;
    line-height: 0.5208333333vw;
  }
}

.cart-items .product-line-grid .input-group.bootstrap-touchspin .input-group-btn-vertical .btn i {
  font-size: 8px;
  line-height: 10px;
  vertical-align: top;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .input-group.bootstrap-touchspin .input-group-btn-vertical .btn i {
    font-size: 0.4166666667vw;
    line-height: 0.5208333333vw;
  }
}

.cart-items .product-line-grid .input-group.bootstrap-touchspin .input-group-btn-vertical .btn+.btn {
  margin-top: 3px;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .input-group.bootstrap-touchspin .input-group-btn-vertical .btn+.btn {
    margin-top: 0.15625vw;
  }
}

.cart-items .product-line-grid .cart-line-product-actions .remove-from-cart {
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-size: 20px;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .cart-line-product-actions .remove-from-cart {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    line-height: 1.6666666667vw;
    font-size: 1.0416666667vw;
  }
}

.cart-items .product-line-grid .product-price {
  font-size: 24px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .cart-items .product-line-grid .product-price {
    font-size: 1.25vw;
    line-height: 1.25vw;
  }
}

.cart-items .product-line-grid .product-line-label {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  vertical-align: baseline;
}

.cart-items .product-line-grid .product-line-label::after {
  content: ":";
}

@media (max-width: 767px) {
  .cart-items .product-line-grid .product-line-label+div {
    display: inline-block;
  }

  .cart-items .product-line-grid .product-line-label+div.qty {
    vertical-align: middle;
  }
}

.cart-detailed-totals .cart-summary-line {
  border-bottom: 1px solid #F3F3F3;
  padding: 12px 0 12px;
  font-size: 18px;
  line-height: 1;
  height: 60px;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 190px;
}

@media (min-width: 992px) {
  .cart-detailed-totals .cart-summary-line {
    padding: 0.625vw 0 0.625vw;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    height: 3.125vw;
    grid-template-columns: 1fr 9.8958333333vw;
  }
}

.cart-detailed-totals .cart-summary-line .label {
  text-align: right;
  padding: 0 13.8020833333vw 0 0.78125vw;
}

@media (max-width: 575px) {
  .cart-detailed-totals .cart-summary-line .label {
    padding: 0 5.2173913043vw 0 0;
  }
}

.cart-detailed-totals .cart-summary-line#cart-subtotal-products .value {
  font-size: 24px;
}

@media (min-width: 992px) {
  .cart-detailed-totals .cart-summary-line#cart-subtotal-products .value {
    font-size: 1.25vw;
  }
}

.cart-detailed-totals .cart-summary-line .value {
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .cart-detailed-totals .cart-summary-line .value {
    padding: 0 0.78125vw;
  }
}

@media (max-width: 767px) {
  .cart-detailed-totals .cart-summary-line .value {
    text-align: right;
    padding-right: 0;
  }
}

.cart-detailed-totals .cart-summary-line .value strong {
  font-weight: 900;
  font-size: 30px;
}

@media (min-width: 992px) {
  .cart-detailed-totals .cart-summary-line .value strong {
    font-size: 1.5625vw;
  }
}

.cart-detailed-totals .cart-summary-line#cart-subtotal-shipping .value span {
  line-height: 12px;
}

@media (min-width: 992px) {
  .cart-detailed-totals .cart-summary-line#cart-subtotal-shipping .value span {
    line-height: 0.625vw;
  }
}

.cart-detailed-totals .cart-summary-line.cart-total .label,
.cart-detailed-totals .cart-summary-line.cart-total .value {
  line-height: 36px;
}

@media (min-width: 992px) {

  .cart-detailed-totals .cart-summary-line.cart-total .label,
  .cart-detailed-totals .cart-summary-line.cart-total .value {
    line-height: 1.875vw;
  }
}

.cart-detailed-totals .cart-summary-line.cart-total .label strong {
  line-height: 20px;
  display: block;
}

@media (min-width: 992px) {
  .cart-detailed-totals .cart-summary-line.cart-total .label strong {
    line-height: 1.0416666667vw;
  }
}

.cart-summary-line.cart-summary-subtotals .value,
.cart-summary-totals .cart-summary-line .value {
  font-weight: 900;
}

.cart-navigation {
  margin: 50px 0 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .cart-navigation {
    margin: 2.6041666667vw 0 0;
  }
}

@media (max-width: 575px) {
  .cart-navigation {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .cart-navigation>* {
    width: 100%;
  }

  .cart-navigation>*+* {
    margin-top: 15px;
  }
}

/* checkout */
#checkout a:hover {
  color: #0A3F8B;
}

#checkout #content {
  display: grid;
  grid-row-gap: 45px;
}

@media (min-width: 992px) {
  #checkout #content {
    grid-template-columns: minmax(0, 1fr) 36.4583333333vw;
    grid-column-gap: 3.90625vw;
    grid-row-gap: 0;
  }
}

@media (max-width: 575px) {
  #checkout .custom-checkbox .text-muted {
    margin-left: 37px;
    display: block;
  }
}

.checkout-step {
  padding: 18px 0;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}

@media (min-width: 992px) {
  .checkout-step {
    padding: 0.9375vw 0;
  }
}

.checkout-step:first-child {
  padding-top: 0;
}

.checkout-step:not(.-current) .step-title {
  color: #ADADAD;
}

.checkout-step:not(.-current) .step-title .step-description {
  display: none;
}

.checkout-step.-current.-with-description .step-title .title-text {
  padding-top: 13px;
}

@media (min-width: 992px) {
  .checkout-step.-current.-with-description .step-title .title-text {
    padding-top: 0.6770833333vw;
  }
}

.checkout-step .step-title {
  display: flex;
  align-items: center;
}

.checkout-step .step-title i {
  flex-shrink: 0;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 40px;
  line-height: 78px;
  text-align: center;
  color: #0A3F8B;
  background: #f5f5f5;
  margin-right: 18px;
}

@media (min-width: 992px) {
  .checkout-step .step-title i {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    font-size: 2.0833333333vw;
    line-height: 4.0625vw;
    margin-right: 0.9375vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .step-title i {
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 57px;
    margin-right: 10px;
  }
}

.checkout-step .step-title i[class*=-delivery]::before {
  vertical-align: sub;
}

.checkout-step .step-title .step-number {
  display: none;
}

.checkout-step .step-title .title-text {
  margin-top: 5px;
  display: block;
  position: relative;
}

@media (min-width: 992px) {
  .checkout-step .step-title .title-text {
    margin-top: 0.2604166667vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .step-title .title-text {
    font-size: 24px;
    line-height: 1;
  }
}

.checkout-step .step-title .step-description {
  display: block;
  font-size: 18px;
  line-height: 19px;
  font-style: italic;
  color: #0A3F8B;
  margin-top: 7px;
}

@media (min-width: 992px) {
  .checkout-step .step-title .step-description {
    font-size: 0.9375vw;
    line-height: 0.9895833333vw;
    margin-top: 0.3645833333vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .step-title .step-description {
    font-size: 16px;
    line-height: 18px;
  }
}

.checkout-step .content {
  margin: 17px 0 15px;
  padding-top: 10px;
  border-top: 1px solid #F3F3F3;
}

@media (min-width: 992px) {
  .checkout-step .content {
    margin: 0.8854166667vw 0 0.78125vw;
    padding-top: 0.5208333333vw;
  }
}

.checkout-step .content .nav {
  margin: 2px 0 0;
}

@media (min-width: 992px) {
  .checkout-step .content .nav {
    margin: 0.1041666667vw 0 0;
  }
}

.checkout-step .content .nav-item {
  border-bottom: 1px solid #F3F3F3;
  padding: 0 0 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 992px) {
  .checkout-step .content .nav-item {
    padding: 0 0 0.625vw 0;
  }
}

@media (max-width: 575px) {
  .checkout-step .content .nav-item {
    flex-direction: column;
    align-items: start;
  }
}

.checkout-step .content .nav-item .h3 {
  padding-left: 25px;
  margin: 0;
}

@media (min-width: 992px) {
  .checkout-step .content .nav-item .h3 {
    padding-left: 1.3020833333vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .content .nav-item .h3 {
    padding-left: 0;
  }
}

.checkout-step .content .nav-item .btn-primary,
.checkout-step .content .nav-item .btn-small,
.checkout-step .content .nav-item .btn-invers,
.checkout-step .content .nav-item .slideshow .slide__title-wrap .slider-btn-container .btn,
.slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
.checkout-step .content .nav-item #search .slideshow .slide__title-wrap .slider-btn-container .btn,
#search .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
.checkout-step .content .nav-item #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
.checkout-step .content .nav-item #contact .slideshow .slide__title-wrap .slider-btn-container .btn,
#contact .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
.checkout-step .content .nav-item #product .slideshow .slide__title-wrap .slider-btn-container .btn,
#product .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
.checkout-step .content .nav-item #category .slideshow .slide__title-wrap .slider-btn-container .btn,
#category .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
.checkout-step .content .nav-item #authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
#authentication .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
.checkout-step .content .nav-item #cms .slideshow .slide__title-wrap .slider-btn-container .btn,
#cms .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn {
  min-width: 170px;
}

@media (min-width: 992px) {

  .checkout-step .content .nav-item .btn-primary,
  .checkout-step .content .nav-item .btn-small,
  .checkout-step .content .nav-item .btn-invers,
  .checkout-step .content .nav-item .slideshow .slide__title-wrap .slider-btn-container .btn,
  .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #search .slideshow .slide__title-wrap .slider-btn-container .btn,
  #search .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
  #manufacturer .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #contact .slideshow .slide__title-wrap .slider-btn-container .btn,
  #contact .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #product .slideshow .slide__title-wrap .slider-btn-container .btn,
  #product .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #category .slideshow .slide__title-wrap .slider-btn-container .btn,
  #category .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
  #authentication .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #cms .slideshow .slide__title-wrap .slider-btn-container .btn,
  #cms .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn {
    min-width: 8.8541666667vw;
  }
}

@media (max-width: 575px) {

  .checkout-step .content .nav-item .btn-primary,
  .checkout-step .content .nav-item .btn-small,
  .checkout-step .content .nav-item .btn-invers,
  .checkout-step .content .nav-item .slideshow .slide__title-wrap .slider-btn-container .btn,
  .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #search .slideshow .slide__title-wrap .slider-btn-container .btn,
  #search .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn,
  #manufacturer .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #contact .slideshow .slide__title-wrap .slider-btn-container .btn,
  #contact .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #product .slideshow .slide__title-wrap .slider-btn-container .btn,
  #product .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #category .slideshow .slide__title-wrap .slider-btn-container .btn,
  #category .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #authentication .slideshow .slide__title-wrap .slider-btn-container .btn,
  #authentication .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn,
  .checkout-step .content .nav-item #cms .slideshow .slide__title-wrap .slider-btn-container .btn,
  #cms .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn {
    margin-top: 10px;
  }
}

.checkout-step .content .nav-item .btn-primary i,
.checkout-step .content .nav-item .btn-small i,
.checkout-step .content .nav-item .btn-invers i,
.checkout-step .content .nav-item .slideshow .slide__title-wrap .slider-btn-container .btn i,
.slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
.checkout-step .content .nav-item #search .slideshow .slide__title-wrap .slider-btn-container .btn i,
#search .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
.checkout-step .content .nav-item #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn i,
#manufacturer .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
.checkout-step .content .nav-item #contact .slideshow .slide__title-wrap .slider-btn-container .btn i,
#contact .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
.checkout-step .content .nav-item #product .slideshow .slide__title-wrap .slider-btn-container .btn i,
#product .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
.checkout-step .content .nav-item #category .slideshow .slide__title-wrap .slider-btn-container .btn i,
#category .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
.checkout-step .content .nav-item #authentication .slideshow .slide__title-wrap .slider-btn-container .btn i,
#authentication .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
.checkout-step .content .nav-item #cms .slideshow .slide__title-wrap .slider-btn-container .btn i,
#cms .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i {
  font-size: 20px;
  line-height: 10px;
  padding-right: 4px;
  vertical-align: bottom;
  display: inline-block;
  margin: -6px 0 -3px;
}

@media (min-width: 992px) {

  .checkout-step .content .nav-item .btn-primary i,
  .checkout-step .content .nav-item .btn-small i,
  .checkout-step .content .nav-item .btn-invers i,
  .checkout-step .content .nav-item .slideshow .slide__title-wrap .slider-btn-container .btn i,
  .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
  .checkout-step .content .nav-item #search .slideshow .slide__title-wrap .slider-btn-container .btn i,
  #search .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
  .checkout-step .content .nav-item #manufacturer .slideshow .slide__title-wrap .slider-btn-container .btn i,
  #manufacturer .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
  .checkout-step .content .nav-item #contact .slideshow .slide__title-wrap .slider-btn-container .btn i,
  #contact .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
  .checkout-step .content .nav-item #product .slideshow .slide__title-wrap .slider-btn-container .btn i,
  #product .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
  .checkout-step .content .nav-item #category .slideshow .slide__title-wrap .slider-btn-container .btn i,
  #category .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
  .checkout-step .content .nav-item #authentication .slideshow .slide__title-wrap .slider-btn-container .btn i,
  #authentication .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i,
  .checkout-step .content .nav-item #cms .slideshow .slide__title-wrap .slider-btn-container .btn i,
  #cms .slideshow .slide__title-wrap .slider-btn-container .checkout-step .content .nav-item .btn i {
    font-size: 1.0416666667vw;
    line-height: 0.5208333333vw;
    padding-right: 0.2083333333vw;
    margin: -0.3125vw 0 -0.15625vw;
  }
}

.checkout-step .content #customer-form {
  margin: 0;
}

.checkout-step .content #customer-form .create-an-account {
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .checkout-step .content #customer-form .create-an-account {
    font-size: 0.8333333333vw;
  }
}

.checkout-step .content #customer-form .create-an-account .optional {
  font-style: italic;
  text-transform: none;
}

.checkout-step .content #customer-form .create-an-account .text-muted {
  font-style: italic;
  color: #0A3F8B;
  text-transform: none;
  font-weight: 400;
}

.checkout-step .content #customer-form hr {
  margin: 23px 0 11px;
}

@media (min-width: 992px) {
  .checkout-step .content #customer-form hr {
    margin: 1.1979166667vw 0 0.5729166667vw;
  }
}

.checkout-step .content #customer-form hr+.special-color {
  margin: 11px 0 4px 0px;
  color: #ff0000;
}

@media (min-width: 992px) {
  .checkout-step .content #customer-form hr+.special-color {
    margin: 0.5729166667vw 0 0.2083333333vw 0;
  }
}

.checkout-step .content #customer-form hr+.special-color sup {
  top: 0;
}

@media (max-width: 575px) {
  .checkout-step .content #customer-form .continue {
    margin: 10px auto 0;
    float: none;
  }
}

@media (max-width: 575px) {
  .checkout-step .content .address-selector {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .checkout-step .content .address-selector .address-item {
    flex: 0 0 100% !important;
    width: 100%;
  }
}

.checkout-step .content .cancel-address {
  margin-right: 20px;
  min-width: 40px;
}

@media (min-width: 992px) {
  .checkout-step .content .cancel-address {
    margin-right: 6.25vw;
    min-width: 7.2916666667vw;
  }
}

.checkout-step .content .delivery-options-list,
.checkout-step .content .payment-options {
  margin-top: 15px;
}

@media (min-width: 992px) {

  .checkout-step .content .delivery-options-list,
  .checkout-step .content .payment-options {
    margin-top: 0.78125vw;
  }
}

.checkout-step .content #conditions-to-approve {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  padding: 25px 0;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .checkout-step .content #conditions-to-approve {
    padding: 1.3020833333vw 0;
    margin-top: 2.0833333333vw;
  }
}

.checkout-step .content #conditions-to-approve ul {
  margin: 0;
}

.checkout-step .content #conditions-to-approve ul li+li {
  margin-top: 25px;
  border-top: 1px solid #F3F3F3;
  padding-top: 25px;
}

@media (min-width: 992px) {
  .checkout-step .content #conditions-to-approve ul li+li {
    margin-top: 1.3020833333vw;
    padding-top: 1.3020833333vw;
  }
}

.checkout-step .content #conditions-to-approve .custom-checkbox input[type=checkbox]+span {
  margin-right: 25px;
}

@media (min-width: 992px) {
  .checkout-step .content #conditions-to-approve .custom-checkbox input[type=checkbox]+span {
    margin-right: 1.3020833333vw;
  }
}

.checkout-step .content #conditions-to-approve .label a {
  text-decoration: underline;
}

.checkout-step .content #conditions-to-approve .label a:hover {
  text-decoration: none;
}

.checkout-step .address {
  margin-left: 40px;
}

@media (min-width: 992px) {
  .checkout-step .address {
    margin-left: 2.0833333333vw;
  }
}

.checkout-step .checkout-option {
  display: grid;
  align-content: center;
  grid-template-columns: 99px minmax(0, 1fr);
  grid-column-gap: 30px;
  padding: 20px 0;
  margin-bottom: 10px;
  background: #f5f5f5;
}

@media (min-width: 992px) {
  .checkout-step .checkout-option {
    grid-template-columns: 5.15625vw minmax(0, 1fr);
    grid-column-gap: 1.5625vw;
    padding: 1.0416666667vw 0;
    margin-bottom: 0.5208333333vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .checkout-option {
    grid-template-columns: 70px minmax(0, 1fr);
    grid-column-gap: 15px;
  }
}

.checkout-step .checkout-option .checkout-radio {
  min-height: 70px;
  border-right: 1px solid #e3e3e3;
  display: grid;
  justify-content: center;
  align-content: center;
}

@media (min-width: 992px) {
  .checkout-step .checkout-option .checkout-radio {
    min-height: 3.6458333333vw;
  }
}

.checkout-step .checkout-option .checkout-radio .custom-radio {
  margin: 0 !important;
}

.checkout-step .checkout-option .delivery-option-2 {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 140px;
  grid-column-gap: 30px;
  padding: 0;
}

@media (min-width: 992px) {
  .checkout-step .checkout-option .delivery-option-2 {
    grid-template-columns: minmax(0, 1fr) 7.2916666667vw;
    grid-column-gap: 1.5625vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .checkout-option .delivery-option-2 {
    grid-template-columns: minmax(0, 1fr) 80px;
    grid-column-gap: 15px;
  }
}

.checkout-step .checkout-option .delivery-option-2.with-logo {
  grid-template-columns: 100px minmax(0, 1fr) 140px;
}

@media (min-width: 992px) {
  .checkout-step .checkout-option .delivery-option-2.with-logo {
    grid-template-columns: 5.2083333333vw minmax(0, 1fr) 7.2916666667vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .checkout-option .delivery-option-2.with-logo {
    grid-template-columns: minmax(0, 1fr) 80px;
    grid-column-gap: 15px;
  }
}

.checkout-step .checkout-option .delivery-option-2 .delivery-logo {
  justify-content: center;
}

.checkout-step .checkout-option .delivery-option-2 .delivery-logo img {
  max-width: 100%;
}

.checkout-step .checkout-option .delivery-option-2 .carrier-name {
  display: block;
}

.checkout-step .checkout-option .delivery-option-2 .delivery-price {
  padding-right: 30px;
  text-align: right;
}

@media (min-width: 992px) {
  .checkout-step .checkout-option .delivery-option-2 .delivery-price {
    padding-right: 1.5625vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .checkout-option .delivery-option-2 .delivery-price {
    padding-right: 10px;
  }
}

.checkout-step .checkout-option .payment-name {
  text-align: left;
  display: flex;
  align-content: center;
  align-items: center;
}

.checkout-step .checkout-option .payment-name img {
  height: auto;
  max-width: 100%;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .checkout-step .checkout-option .payment-name img {
    margin-right: 1.5625vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .checkout-option .payment-name img {
    margin-right: 15px;
  }
}

.checkout-step .checkout-option .payment-name .h3 {
  margin: 0;
  font-size: 20px;
}

@media (min-width: 992px) {
  .checkout-step .checkout-option .payment-name .h3 {
    font-size: 1.0416666667vw;
  }
}

@media (max-width: 575px) {
  .checkout-step .checkout-option .payment-name .h3 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  html:not(.wf-active) .checkout-step .checkout-option div.payment-name {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 575px) {
  html:not(.wf-active) .checkout-step .checkout-option .payment-name img {
    width: auto;
  }
}

.block-promo .promo-code {
  padding: 20px 0 0;
  font-size: 18px;
  line-height: 30px;
  max-width: 670px;
}

@media (min-width: 992px) {
  .block-promo .promo-code {
    padding: 1.0416666667vw 0 0;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    max-width: 34.8958333333vw;
  }
}

@media (max-width: 767px) {
  .block-promo .promo-code {
    max-width: unset;
  }
}

.block-promo .promo-code .h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #0A3F8B;
  padding-left: 23px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .block-promo .promo-code .h3 {
    font-size: 0.9375vw;
    padding-left: 1.1979166667vw;
    margin-bottom: 0.5208333333vw;
  }
}

.block-promo .promo-code form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 155px;
}

@media (min-width: 992px) {
  .block-promo .promo-code form {
    grid-template-columns: minmax(0, 1fr) 8.0729166667vw;
  }
}

@media (max-width: 575px) {
  .block-promo .promo-code form {
    grid-template-columns: auto;
  }
}

.block-promo .promo-code .btn {
  margin-left: 10px;
  min-width: unset;
  font-size: 16px;
}

@media (max-width: 575px) {
  .block-promo .promo-code .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .block-promo .promo-code .btn {
    margin-left: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
}

.block-promo.promo-highlighted {
  padding: 30px 0 0;
}

@media (min-width: 992px) {
  .block-promo.promo-highlighted {
    padding: 1.5625vw 0 0;
  }
}

.promo-discounts {
  margin: 0;
}

#order-detail .card {
  max-width: 700px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #order-detail .card {
    max-width: 36.4583333333vw;
  }
}

.checkout-right>.card {
  padding: 35px 35px 30px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .checkout-right>.card {
    padding: 1.8229166667vw 1.8229166667vw 1.5625vw;
    margin-bottom: 3.125vw;
  }
}

@media (max-width: 575px) {
  .checkout-right>.card {
    padding: 25px 25px 20px;
    margin-bottom: 30px;
  }
}

.checkout-right>.card .cart-summary-products {
  padding-bottom: 40px;
  border-bottom: 1px solid #F3F3F3;
}

@media (min-width: 992px) {
  .checkout-right>.card .cart-summary-products {
    padding-bottom: 2.0833333333vw;
  }
}

.checkout-right>.card .cart-summary-products .cart-head {
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {
  .checkout-right>.card .cart-summary-products .cart-head .btn {
    float: none;
    margin: 10px auto 0;
    display: block;
  }
}

.checkout-right>.card .cart-summary-products #cart-summary-product-list {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .checkout-right>.card .cart-summary-products #cart-summary-product-list {
    padding-top: 1.5625vw;
  }
}

.checkout-right>.card .cart_summary_subtotals {
  padding: 15px 0;
}

@media (min-width: 992px) {
  .checkout-right>.card .cart_summary_subtotals {
    padding: 0.78125vw 0;
  }
}

.checkout-right>.card .cart-summary-line {
  padding: 5px 0 5px 30px;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .checkout-right>.card .cart-summary-line {
    padding: 0.2604166667vw 0 0.2604166667vw 1.5625vw;
    font-size: 0.9375vw;
    line-height: 1.0416666667vw;
  }
}

.checkout-right>.card .cart-summary-line .value {
  font-weight: 900;
}

.checkout-right>.card>.block-promo {
  padding: 20px 0 30px 0;
  border-top: 1px solid #F3F3F3;
}

@media (min-width: 992px) {
  .checkout-right>.card>.block-promo {
    padding: 1.0416666667vw 0 1.5625vw 0;
  }
}

.checkout-right>.card>.block-promo .cart-summary-line {
  padding: 0;
}

.checkout-right>.card .cart-summary-totals {
  padding: 15px 0;
  border-top: 1px solid #F3F3F3;
}

@media (min-width: 992px) {
  .checkout-right>.card .cart-summary-totals {
    padding: 0.78125vw 0;
  }
}

@media (max-width: 575px) {
  .btn.continue {
    width: 100%;
  }
}

/* authentication */
.page-authentication #content.card,
#password #content.card {
  padding: 25px 40px;
  max-width: 700px;
  margin: 0 auto;
}

@media (min-width: 992px) {

  .page-authentication #content.card,
  #password #content.card {
    padding: 1.3020833333vw 4.4270833333vw;
    max-width: 36.4583333333vw;
  }
}

.page-authentication #content.card .card-icon,
#password #content.card .card-icon {
  font-size: 46px;
  line-height: 56px;
  vertical-align: bottom;
  color: #0A3F8B;
  display: block;
  text-align: center;
}

@media (min-width: 992px) {

  .page-authentication #content.card .card-icon,
  #password #content.card .card-icon {
    font-size: 2.3958333333vw;
    line-height: 2.9166666667vw;
  }
}

.page-authentication #content.card .h2,
#password #content.card .h2 {
  margin: 18px auto 23px;
  text-align: center;
}

@media (min-width: 992px) {

  .page-authentication #content.card .h2,
  #password #content.card .h2 {
    margin: 0.9375vw auto 1.1979166667vw;
  }
}

.page-authentication #content.card .btn,
#password #content.card .btn {
  max-width: 210px;
  margin: 20px auto 9px;
}

@media (min-width: 992px) {

  .page-authentication #content.card .btn,
  #password #content.card .btn {
    max-width: 10.9375vw;
    margin: 1.0416666667vw auto 0.46875vw;
  }
}

.page-authentication #content.card+.page-footer .navigation-buttons,
.page-authentication #content.card+.page-footer .pagination:not(ul),
#password #content.card+.page-footer .navigation-buttons,
#password #content.card+.page-footer .pagination:not(ul) {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {

  .page-authentication #content.card+.page-footer .navigation-buttons,
  .page-authentication #content.card+.page-footer .pagination:not(ul),
  #password #content.card+.page-footer .navigation-buttons,
  #password #content.card+.page-footer .pagination:not(ul) {
    max-width: 36.4583333333vw;
  }
}

#content.card {
  padding: 25px 50px;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #content.card {
    padding: 1.3020833333vw 4.4270833333vw;
    max-width: 46.875vw;
  }
}

@media (max-width: 575px) {
  #content.card {
    padding: 15px 20px 15px;
  }
}

#content.card+.page-footer .navigation-buttons,
#content.card+.page-footer .pagination:not(ul) {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {

  #content.card+.page-footer .navigation-buttons,
  #content.card+.page-footer .pagination:not(ul) {
    max-width: 46.875vw;
  }
}

#content.card.page-order-confirmation {
  max-width: unset;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #content.card.page-order-confirmation {
    margin-bottom: 2.0833333333vw;
  }
}

@media (max-width: 575px) {
  #content.card.page-order-confirmation {
    padding: 0;
  }
}

@media (max-width: 575px) {

  #content.card.page-order-confirmation .order-confirmation-table table,
  body#product #content.card.page-order-confirmation .order-confirmation-table .product-features dl.data-sheet,
  body#product #content.card.page-order-confirmation .product-features .order-confirmation-table dl.data-sheet,
  #content.card.page-order-confirmation .order-confirmation-table .quickview .product-features dl.data-sheet,
  .quickview .product-features #content.card.page-order-confirmation .order-confirmation-table dl.data-sheet {
    margin: 0;
  }
}

@media (max-width: 575px) {

  #content.card.page-order-confirmation .order-confirmation-table table td,
  body#product #content.card.page-order-confirmation .order-confirmation-table .product-features dl.data-sheet td,
  body#product #content.card.page-order-confirmation .product-features .order-confirmation-table dl.data-sheet td,
  #content.card.page-order-confirmation .order-confirmation-table .quickview .product-features dl.data-sheet td,
  .quickview .product-features #content.card.page-order-confirmation .order-confirmation-table dl.data-sheet td,
  #content.card.page-order-confirmation .order-confirmation-table table th,
  body#product #content.card.page-order-confirmation .order-confirmation-table .product-features dl.data-sheet th,
  body#product #content.card.page-order-confirmation .product-features .order-confirmation-table dl.data-sheet th,
  #content.card.page-order-confirmation .order-confirmation-table .quickview .product-features dl.data-sheet th,
  .quickview .product-features #content.card.page-order-confirmation .order-confirmation-table dl.data-sheet th {
    padding: 15px 10px 15px;
    font-size: 16px;
  }
}

body[id^=module-x13privacymanager] #content.card {
  max-width: 100%;
}

body[id^=module-x13privacymanager] #content.card+.page-footer .navigation-buttons,
body[id^=module-x13privacymanager] #content.card+.page-footer .pagination:not(ul) {
  max-width: 100%;
}

body[id^=module-x13privacymanager] .pm_block {
  padding: 20px 30px 65px;
}

@media (min-width: 992px) {
  body[id^=module-x13privacymanager] .pm_block {
    padding: 1.0416666667vw 1.5625vw 3.3854166667vw;
  }
}

@media (max-width: 575px) {
  body[id^=module-x13privacymanager] .pm_block {
    padding: 10px 15px 10px;
  }
}

@media (max-width: 575px) {
  body[id^=module-x13privacymanager] .pm_block .btn {
    position: relative;
    margin-top: 10px;
    left: unset;
    bottom: unset;
    transform: unset;
  }
}

.card-link,
.checkout-step .content .forgot-password,
.page-authentication #content.card .forgot-password,
.page-authentication #content.card .no-account,
#password #content.card .forgot-password,
#password #content.card .no-account {
  padding-left: 24px;
  margin: 15px 0;
}

@media (min-width: 992px) {

  .card-link,
  .checkout-step .content .forgot-password,
  .page-authentication #content.card .forgot-password,
  .page-authentication #content.card .no-account,
  #password #content.card .forgot-password,
  #password #content.card .no-account {
    padding-left: 1.25vw;
    margin: 0.78125vw 0;
  }
}

.card-link a,
.checkout-step .content .forgot-password a,
.page-authentication #content.card .forgot-password a,
.page-authentication #content.card .no-account a,
#password #content.card .forgot-password a,
#password #content.card .no-account a {
  text-transform: lowercase;
  color: #979797;
  outline: none;
}

.card-link a:hover,
.checkout-step .content .forgot-password a:hover,
.page-authentication #content.card .forgot-password a:hover,
.page-authentication #content.card .no-account a:hover,
#password #content.card .forgot-password a:hover,
#password #content.card .no-account a:hover {
  color: #0A3F8B;
}

.card-link a i,
.checkout-step .content .forgot-password a i,
.page-authentication #content.card .forgot-password a i,
.page-authentication #content.card .no-account a i,
#password #content.card .forgot-password a i,
#password #content.card .no-account a i {
  color: #0A3F8B;
  padding-right: 15px;
  font-size: 14px;
}

@media (min-width: 992px) {

  .card-link a i,
  .checkout-step .content .forgot-password a i,
  .page-authentication #content.card .forgot-password a i,
  .page-authentication #content.card .no-account a i,
  #password #content.card .forgot-password a i,
  #password #content.card .no-account a i {
    font-size: 0.7291666667vw;
    padding-right: 0.78125vw;
  }
}

#content a[class=""] i,
.card-block a[class=""] i,
.card-block a:not([class]) i {
  color: #0A3F8B;
  padding-right: 15px;
  font-size: 14px;
}

@media (min-width: 992px) {

  #content a[class=""] i,
  .card-block a[class=""] i,
  .card-block a:not([class]) i {
    padding-right: 0.78125vw;
    font-size: 0.7291666667vw;
  }
}

.card-block a i.material-icons {
  font-size: 35px;
}

@media (min-width: 992px) {
  .card-block a i.material-icons {
    font-size: 1.8229166667vw;
  }
}

/* customer */
.page-my-account #content .links {
  justify-content: space-between;
}

@media (max-width: 991px) {
  .page-my-account #content .links {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .page-my-account #content .links {
    justify-content: center;
  }
}

.page-my-account #content .links::after {
  content: "";
  max-width: 100%;
  width: 455px;
}

@media (min-width: 992px) {
  .page-my-account #content .links::after {
    width: 23.6979166667vw;
  }
}

@media (max-width: 991px) {
  .page-my-account #content .links::after {
    max-width: 48%;
  }
}

@media (max-width: 767px) {
  .page-my-account #content .links::after {
    max-width: 81%;
  }
}

.page-my-account #content .card {
  max-width: 100%;
  width: 455px;
  text-align: center;
  padding: 30px 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .page-my-account #content .card {
    width: 23.6979166667vw;
    text-align: center;
    padding: 1.5625vw 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}

@media (max-width: 991px) {
  .page-my-account #content .card {
    max-width: 48%;
  }
}

@media (max-width: 767px) {
  .page-my-account #content .card {
    max-width: 81%;
  }
}

.page-my-account #content .card i {
  font-size: 44px;
  line-height: 50px;
  vertical-align: bottom;
  color: #0A3F8B;
}

@media (min-width: 992px) {
  .page-my-account #content .card i {
    font-size: 2.2916666667vw;
    line-height: 2.6041666667vw;
  }
}

.page-my-account #content .card i[class*=clipboard] {
  font-size: 49px;
}

@media (min-width: 992px) {
  .page-my-account #content .card i[class*=clipboard] {
    font-size: 2.5520833333vw;
  }
}

.page-my-account #content .card .h3 {
  font-size: 24px;
  margin: 35px 0 48px;
}

@media (min-width: 992px) {
  .page-my-account #content .card .h3 {
    font-size: 1.25vw;
    margin: 1.8229166667vw 0 2.5vw;
  }
}

@media (max-width: 767px) {
  .page-my-account #content .card .h3 {
    word-wrap: break-word;
  }
}

.page-my-account #content .card .btn {
  max-width: 210px;
  margin: 15px auto;
}

@media (min-width: 992px) {
  .page-my-account #content .card .btn {
    max-width: 10.9375vw;
    margin: 0.78125vw auto;
  }
}

.page-footer .navigation-buttons,
.page-footer .pagination:not(ul) {
  padding: 0;
}

.address a,
.address-item a {
  color: #000;
}

.address a:hover,
.address-item a:hover {
  color: #0A3F8B;
}

.address a span,
.address-item a span {
  vertical-align: text-bottom;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 992px) {

  .address a span,
  .address-item a span {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
  }
}

.address a i,
.address-item a i {
  vertical-align: text-bottom;
  color: #0A3F8B;
  font-size: 18px;
  line-height: 18px;
  margin-right: 5px;
}

@media (min-width: 992px) {

  .address a i,
  .address-item a i {
    font-size: 0.9375vw;
    line-height: 0.9375vw;
    margin-right: 0.2604166667vw;
  }
}

.address .address-body,
.address-item .address-body {
  padding: 16px;
}

@media (min-width: 992px) {

  .address .address-body,
  .address-item .address-body {
    padding: 0.8333333333vw;
  }
}

.address .address-footer,
.address-item .address-footer {
  border-top: 1px solid #ececec;
  padding: 10px 16px;
}

@media (min-width: 992px) {

  .address .address-footer,
  .address-item .address-footer {
    padding: 0.5208333333vw 0.8333333333vw;
  }
}

.addresses-footer a span {
  vertical-align: text-bottom;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 992px) {
  .addresses-footer a span {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
  }
}

.add-address i {
  font-size: 12px;
  line-height: 18px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

@media (min-width: 992px) {
  .add-address i {
    font-size: 0.625vw;
    line-height: 0.9375vw;
    margin-right: 0.2604166667vw;
  }
}

.addresses .card {
  padding: 30px 30px;
}

@media (min-width: 992px) {
  .addresses .card {
    padding: 1.5625vw 1.5625vw;
  }
}

#history .orders .order {
  padding: 30px 30px;
  margin: 0 20px;
  font-size: 18px;
  line-height: 25px;
}

#history .orders .order h3 {
  color: #0A3F8B;
}

#history .orders .order i:hover {
  color: #0A3F8B;
}

.page-order-detail table,
.page-order-detail body#product #content .product-features dl.data-sheet,
body#product #content .product-features .page-order-detail dl.data-sheet,
.page-order-detail .quickview .product-features dl.data-sheet,
.quickview .product-features .page-order-detail dl.data-sheet,
.page-order-detail .box {
  margin: 20px 0;
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 992px) {

  .page-order-detail table,
  .page-order-detail body#product #content .product-features dl.data-sheet,
  body#product #content .product-features .page-order-detail dl.data-sheet,
  .page-order-detail .quickview .product-features dl.data-sheet,
  .quickview .product-features .page-order-detail dl.data-sheet,
  .page-order-detail .box {
    margin: 1.0416666667vw 0;
    font-size: 0.9375vw;
    line-height: 1.1458333333vw;
  }
}

.page-order-detail .order-items,
.page-order-detail .order-totals {
  border: 1px solid #ececec;
  border-bottom: 0;
  margin: 20px 0;
}

.page-order-detail .order-items .row,
.page-order-detail .order-totals .row {
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

.page-order-detail .order-items .row>*,
.page-order-detail .order-totals .row>* {
  padding: 17px 40px 19px;
}

@media (min-width: 992px) {

  .page-order-detail .order-items .row>*,
  .page-order-detail .order-totals .row>* {
    padding: 0.8854166667vw 2.0833333333vw 0.9895833333vw;
  }
}

@media (max-width: 575px) {

  .page-order-detail .order-items .row>*,
  .page-order-detail .order-totals .row>* {
    padding: 15px 10px 15px;
  }
}

.page-order-detail .order-items .row>*:first-child,
.page-order-detail .order-totals .row>*:first-child {
  text-align: left;
}

.page-order-detail .shipping-lines {
  margin: 20px 0;
  border: 1px solid #ececec;
  border-bottom: 0;
}

.page-order-detail .shipping-lines ul {
  margin: 0;
}

.page-order-detail .shipping-lines ul li {
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid #ececec;
  padding: 17px 40px 19px;
}

@media (min-width: 992px) {
  .page-order-detail .shipping-lines ul li {
    padding: 0.8854166667vw 2.0833333333vw 0.9895833333vw;
  }
}

@media (max-width: 575px) {
  .page-order-detail .shipping-lines ul li {
    padding: 15px 10px 15px;
  }
}

.page-order-detail .shipping-lines ul li:first-child {
  text-align: left;
}

.contact-grid {
  display: grid;
  grid-row-gap: 20px;
  /*@include breakpoint('medium') {
    @include breakpoint('gtsmall') {
      grid-template-rows: 1fr auto;
      grid-template-columns: 30% 1fr;
      grid-column-gap: get-vw(50px);
      grid-row-gap: get-vw(45px);
    }
  }*/
}

@media (min-width: 992px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
    grid-column-gap: 2.6041666667vw;
    grid-row-gap: 2.34375vw;
  }
}

.contact-grid .contact-left {
  border-color: #0A3F8B;
  padding: 0;
}

@media (min-width: 992px) {
  .contact-grid .contact-left {
    grid-area: 1/1/2/2;
  }

  .contact-grid .contact-form {
    grid-area: 1/2/2/3;
  }

  .contact-grid .pagebuilder {
    grid-area: 2/1/3/3;
  }
}

.contact-grid .contact-info {
  padding: 70px 30px 30px;
}

@media (min-width: 992px) {
  .contact-grid .contact-info {
    padding: 4.0625vw 2.3958333333vw 1.5625vw;
  }
}

@media (max-width: 767px) {
  .contact-grid .contact-info {
    padding-top: 20px;
  }
}

.contact-grid .contact-form {
  padding: 90px 50px 30px;
}

@media (min-width: 992px) {
  .contact-grid .contact-form {
    padding: 5.15625vw 4.2708333333vw 1.5625vw;
  }
}

@media (max-width: 767px) {
  .contact-grid .contact-form {
    padding-top: 30px;
  }

  .contact-grid .contact-form>i {
    display: none;
  }
}

.contact-grid .pagebuilder div.container {
  padding: 0;
}

.contact-info .info-block {
  border-bottom: 1px solid #e3e3e3;
  padding: 23px 20px 24px 88px;
  position: relative;
}

@media (min-width: 992px) {
  .contact-info .info-block {
    padding: 1.1979166667vw 1.0416666667vw 1.25vw 4.5833333333vw;
  }
}

@media (max-width: 767px) {
  .contact-info .info-block {
    padding-left: 20px;
  }
}

.contact-info .info-block:last-child {
  padding-bottom: 0;
  border: 0;
}

.contact-info .info-block i {
  font-size: 40px;
  line-height: 50px;
  vertical-align: bottom;
  color: #0A3F8B;
  position: absolute;
  top: 23px;
  left: 4px;
}

@media (min-width: 992px) {
  .contact-info .info-block i {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    top: 1.1979166667vw;
    left: 0.2083333333vw;
  }
}

@media (max-width: 767px) {
  .contact-info .info-block i {
    display: none;
  }
}

.contact-info .info-block i[class*=placeholder] {
  font-size: 45px;
}

@media (min-width: 992px) {
  .contact-info .info-block i[class*=placeholder] {
    font-size: 2.34375vw;
  }
}

.contact-info .info-block .h3 {
  text-align: left;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 27px;
}

@media (min-width: 992px) {
  .contact-info .info-block .h3 {
    font-size: 1.25vw;
    line-height: 1.5104166667vw;
    margin-bottom: 1.40625vw;
  }
}

.contact-info .info-block p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .contact-info .info-block p {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
  }
}

.contact-info .info-block p a {
  color: #000;
  position: relative;
}

.contact-info .info-block p a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 100%;
  left: 0;
  height: 1px;
  background: #0A3F8B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-info .info-block p a:hover:after {
  right: 0;
}

.contact-info .info-block p a:hover {
  color: #0A3F8B;
}

.contact-form {
  position: relative;
  border: 1px solid #ececec;
  background-color: #f6f7f8;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .contact-form {
    margin-bottom: 0;
  }
}

.contact-form>i {
  display: none;
}

.contact-form .h2 {
  text-align: center;
  margin-bottom: 23px;
  padding-top: 21px;
  font-weight: 900;
}

@media (min-width: 992px) {
  .contact-form .h2 {
    margin-bottom: 1.1979166667vw;
    padding-top: 1.09375vw;
  }
}

.contact-map iframe {
  width: 100% !important;
  height: 600px !important;
}

@media (min-width: 992px) {
  .contact-map iframe {
    height: 31.25vw !important;
  }
}

.pagebuilder .widget-maps {
  width: 100%;
}

.pagebuilder .widget-maps .iframe-container {
  overflow: hidden;
  min-height: 350px;
  padding-top: 34.48%;
  position: relative;
}

.pagebuilder .widget-maps .iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact-page .form-fields {
  max-width: 97%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .contact-page .form-fields {
    max-width: 960px;
  }
}

.contact-page .pop {
  color: #7a7a7a;
  font-size: 14px;
  margin-bottom: 34px;
}

@media (min-width: 992px) {
  .contact-page .pop {
    font-size: 0.7291666667vw;
    margin-bottom: 1.7708333333vw;
  }
}

.contact-page .pop a {
  color: #7a7a7a;
  text-decoration: underline;
}

.contact-boxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .contact-boxes {
    margin-bottom: 1.5625vw;
  }
}

@media (max-width: 991px) {
  .contact-boxes {
    flex-direction: column;
  }
}

.contact-boxes-item {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  border: 1px solid #ececec;
  background-color: #f6f7f8;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 113px 20px 25px;
}

@media (min-width: 992px) {
  .contact-boxes-item {
    width: 23.9583333333vw;
    height: 16.6666666667vw;
    font-size: 1.0416666667vw;
    margin-bottom: 0;
    padding: 5.8854166667vw 1.0416666667vw 0;
  }
}

.contact-boxes-item-icon {
  position: absolute;
  color: #0A3F8B;
  font-size: 60px;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}

.contact-boxes-item-icon svg {
  max-width: 60px;
}

@media (min-width: 992px) {
  .contact-boxes-item-icon svg {
    max-width: 3.125vw;
  }
}

@media (min-width: 992px) {
  .contact-boxes-item-icon {
    font-size: 3.125vw;
    top: 1.0416666667vw;
  }
}

.contact-boxes-item-title {
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 33px;
}

@media (min-width: 992px) {
  .contact-boxes-item-title {
    font-size: 1.2552083333vw;
    padding-bottom: 1.71875vw;
  }
}

.contact-boxes-item-inner {
  line-height: 1.5;
}

.contact-boxes-item-inner a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

.contact-boxes-item-inner a.email {
  color: #0A3F8B;
}

.contact-boxes-item-inner a.email:hover {
  color: #000000;
}

.contact-boxes-item-inner a:hover {
  color: #0A3F8B;
}

.location {
  display: block;
  position: relative;
  width: 100%;
}

.location__content {
  border: 1px solid #ececec;
  border-bottom: 0;
  padding-top: 4.53125vw;
  padding-left: 4.375vw;
  padding-bottom: 3.5416666667vw;
}

@media (max-width: 991px) {
  .location__content {
    padding: 40px 20px;
  }
}

.location__content-title {
  color: #0A3F8B;
  font-size: 1.25vw;
  padding-bottom: 1.9270833333vw;
  font-weight: 400;
}

@media (max-width: 991px) {
  .location__content-title {
    font-size: 22px;
    padding-bottom: 20px;
  }
}

.location__content-contact {
  display: flex;
  padding-bottom: 0.3125vw;
}

@media (max-width: 991px) {
  .location__content-contact {
    flex-direction: column;
    padding-bottom: 6px;
  }
}

.location__content-contact_item {
  position: relative;
  width: 25%;
  color: #000000;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .location__content-contact_item {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }
}

.location__content-contact_item strong {
  font-weight: 900;
}

.location__content-contact_item a {
  transition: 0.3s;
}

.location__content-contact_item a.email {
  color: #0A3F8B;
}

.location__content-contact_item a.email:hover {
  color: #000000;
}

.location__content-contact_item a:hover {
  color: #0A3F8B;
}

.location__content-contact_item.location-icon:before {
  content: "\e820";
  display: block;
  position: absolute;
  left: -2.5vw;
  top: 0.4166666667vw;
  color: #0A3F8B;
  font-size: 1.40625vw;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .location__content-contact_item.location-icon:before {
    display: none;
  }
}

.location__content-contact_item.clock-icon:before {
  content: "\e809";
  display: block;
  position: absolute;
  left: -2.5vw;
  top: 0.4166666667vw;
  color: #0A3F8B;
  font-size: 1.1458333333vw;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .location__content-contact_item.clock-icon:before {
    display: none;
  }
}

.location__content-contact_item.tel-icon:before {
  content: "\e81f";
  display: block;
  position: absolute;
  left: -2.5vw;
  top: 0.4166666667vw;
  color: #0A3F8B;
  font-size: 1.1458333333vw;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .location__content-contact_item.tel-icon:before {
    display: none;
  }
}

.location__content-contact_item.email-icon:before {
  content: "\e810";
  display: block;
  position: absolute;
  left: -2.5vw;
  top: 0.3125vw;
  color: #0A3F8B;
  font-size: 1.09375vw;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .location__content-contact_item.email-icon:before {
    display: none;
  }
}

.location__content-body {
  color: #000000;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.7;
  padding-right: 4.4270833333vw;
}

@media (max-width: 991px) {
  .location__content-body {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 0;
  }
}

.location__content-body_title {
  color: #0A3F8B;
  font-size: 1.25vw;
  padding-bottom: 1.40625vw;
}

@media (max-width: 991px) {
  .location__content-body_title {
    font-size: 22px;
    padding-bottom: 15px;
  }
}

.location__map iframe {
  width: 100% !important;
  height: 30.7291666667vw !important;
}

@media (max-width: 991px) {
  .location__map iframe {
    height: 250px !important;
  }
}

.location__facebook {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.5625vw;
  top: -1.5625vw;
  width: 9.1145833333vw;
  height: 3.125vw;
  background: #f5f5f5;
  color: #0A3F8B;
  font-size: 0.7291666667vw;
  padding-left: 3.75vw;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .location__facebook {
    display: none;
  }
}

.location__facebook:hover {
  background: #e9e9e9;
}

.location__facebook:before {
  content: "\e811";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 3px;
  width: 1.5104166667vw;
  height: 1.5104166667vw;
  font-size: 0.8333333333vw;
  top: 50%;
  transform: translateY(-50%);
  left: 1.3541666667vw;
  background-color: #0A3F8B;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f5f5f5;
}

.location__boxes {
  display: block;
  position: relative;
}

.location__boxes__wrapper {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}

.location__boxes__content {
  border: 0;
  margin-bottom: 3.90625vw;
}

@media (max-width: 991px) {
  .location__boxes__content {
    padding: 40px 20px;
  }
}

.location__boxes__content-title {
  font-size: 1.1458333333vw;
  padding-left: 0.5208333333vw;
  margin: 2.0833333333vw 0;
  font-weight: 900;
}

@media (max-width: 991px) {
  .location__boxes__content-title {
    font-size: 22px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.location__boxes__content-contact {
  padding-bottom: 1.0416666667vw;
}

@media (max-width: 991px) {
  .location__boxes__content-contact {
    flex-direction: column;
    padding-bottom: 6px;
  }
}

.location__boxes__content-contact .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 991px) {
  .location__boxes__content-contact .btn {
    position: relative;
  }
}

.location__boxes__content-contact_item {
  position: relative;
  padding-left: 2.6041666667vw;
  color: #000000;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .location__boxes__content-contact_item {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    padding-left: 0;
  }
}

.location__boxes__content-contact_item strong {
  font-weight: 900;
}

.location__boxes__content-contact_item a {
  transition: 0.3s;
}

.location__boxes__content-contact_item a.email {
  color: #0A3F8B;
}

.location__boxes__content-contact_item a.email:hover {
  color: #000000;
}

.location__boxes__content-contact_item a:hover {
  color: #0A3F8B;
}

.location__boxes__content-contact_item.location-icon p {
  margin-bottom: 0;
}

.location__boxes__content-contact_item.location-icon:before {
  content: "\e820";
  display: block;
  position: absolute;
  left: 0.5208333333vw;
  top: 0.4166666667vw;
  color: #0A3F8B;
  font-size: 1.40625vw;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .location__boxes__content-contact_item.location-icon:before {
    display: none;
  }
}

.location__boxes__content-contact_item.clock-icon:before {
  content: "\e809";
  display: block;
  position: absolute;
  left: 0.5208333333vw;
  top: 0.4166666667vw;
  color: #0A3F8B;
  font-size: 1.1458333333vw;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .location__boxes__content-contact_item.clock-icon:before {
    display: none;
  }
}

.location__boxes__content-contact_item.tel-icon:before {
  content: "\e81f";
  display: block;
  position: absolute;
  left: 0.5208333333vw;
  top: 0.4166666667vw;
  color: #0A3F8B;
  font-size: 1.1458333333vw;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .location__boxes__content-contact_item.tel-icon:before {
    display: none;
  }
}

.location__boxes__content-contact_item.email-icon:before {
  content: "\e810";
  display: block;
  position: absolute;
  left: 0.5208333333vw;
  top: 0.3125vw;
  color: #0A3F8B;
  font-size: 1.09375vw;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .location__boxes__content-contact_item.email-icon:before {
    display: none;
  }
}

.location__boxes__content-body {
  color: #000000;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.7;
  padding-right: 4.4270833333vw;
}

@media (max-width: 991px) {
  .location__boxes__content-body {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 0;
  }
}

.location__boxes__content-body_title {
  color: #0A3F8B;
  font-size: 1.25vw;
  padding-bottom: 1.40625vw;
}

@media (max-width: 991px) {
  .location__boxes__content-body_title {
    font-size: 22px;
    padding-bottom: 15px;
  }
}

.location__boxes__map iframe {
  width: 100% !important;
  height: 30.7291666667vw !important;
}

@media (max-width: 991px) {
  .location__boxes__map iframe {
    height: 250px !important;
  }
}

.location__boxes__facebook {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.5625vw;
  top: -1.5625vw;
  width: 9.1145833333vw;
  height: 3.125vw;
  background: #f5f5f5;
  color: #0A3F8B;
  font-size: 0.7291666667vw;
  padding-left: 3.75vw;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .location__boxes__facebook {
    display: none;
  }
}

.location__boxes__facebook:hover {
  background: #e9e9e9;
}

.location__boxes__facebook:before {
  content: "\e811";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 3px;
  width: 1.5104166667vw;
  height: 1.5104166667vw;
  font-size: 0.8333333333vw;
  top: 50%;
  transform: translateY(-50%);
  left: 1.3541666667vw;
  background-color: #0A3F8B;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f5f5f5;
}

/* footer */
.footer .container {
  padding: 0 100px;
}

@media (min-width: 992px) {
  .footer .container {
    padding: 0 5.2083333333vw;
  }
}

.footer-before {
  /* background: #f5f5f5; */
  padding: 19px 0 70px;
}

@media (min-width: 992px) {
  .footer-before {
    padding: 0.9895833333vw 0 3.6458333333vw;
  }
}

.footer-before .block_newsletter {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer-before .block_newsletter {
    max-width: 44.0104166667vw;
  }
}

.footer-before .block_newsletter .block-newsletter-label {
  margin: 0 0 34px;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
}

@media (min-width: 992px) {
  .footer-before .block_newsletter .block-newsletter-label {
    margin-bottom: 1.7708333333vw;
    font-size: 1.1979166667vw;
    line-height: 1.3020833333vw;
  }
}

.footer-before .block_newsletter .form-inputs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 575px) {
  .footer-before .block_newsletter .form-inputs {
    flex-direction: column;
  }
}

.footer-before .block_newsletter .form-inputs .input-wrap {
  margin-right: 10px;
  flex: 1 0 50%;
  position: relative;
}

@media (max-width: 575px) {
  .footer-before .block_newsletter .form-inputs .input-wrap {
    margin: 0 0 10px;
  }
}

.footer-before .block_newsletter .form-inputs .input-wrap:before {
  content: "\e810";
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 11px;
  right: 23px;
  color: #0A3F8B;
  font-size: 35px;
}

@media (min-width: 992px) {
  .footer-before .block_newsletter .form-inputs .input-wrap:before {
    top: 0.5729166667vw;
    right: 1.1979166667vw;
    font-size: 1.8229166667vw;
  }
}

.footer-before .block_newsletter .form-inputs input {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 15px 80px 18px 28px;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 992px) {
  .footer-before .block_newsletter .form-inputs input {
    padding: 0.78125vw 4.1666666667vw 0.9375vw 1.4583333333vw;
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
  }
}

.footer-before .block_newsletter .form-inputs button {
  min-width: 200px;
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .footer-before .block_newsletter .form-inputs button {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }
}

@media (max-width: 575px) {
  .footer-before .block_newsletter .form-inputs button {
    width: 200px;
    margin: 0 auto;
  }
}

.footer-before .block_newsletter .form-inputs+.alert {
  margin-top: 1.0416666667vw;
}

.footerbuilder {
  margin-bottom: 2.6041666667vw;
}

.footer-content {
  background: #F4F4F4;
  color: #cbcbcb;
  padding: 60px 0 0;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .footer-content {
    padding: 4.1145833333vw 0 0;
  }
}

@media (max-width: 767px) {
  .footer-content {
    padding: 40px 0 0;
    text-align: center;
  }
}

.footer-content>.row {
  margin: 0;
}

.footer-content>.row *[class*=col-] {
  padding: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer-content>.row *[class*=col-].col-md-6:nth-child(2) {
    padding-left: 31px;
  }

  .footer-content>.row *[class*=col-]:nth-child(3) {
    clear: left;
    padding-top: 40px;
  }
}

.footer-content a {
  transition: 0.3s;
  position: relative;
  color: #000;
}

.footer-content a:not(.fb_link):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 100%;
  left: 0;
  height: 1px;
  background: #fbc316;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-content a:hover:after {
  right: 0;
}

.footer-content a:hover {
  color: #fbc316;
}

.footer-content ul {
  margin: 0;
}

.footer-content .h3.title_block {
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .footer-content .h3.title_block {
    margin-top: 0.2604166667vw;
    margin-bottom: 1.8229166667vw;
  }
}

@media (max-width: 991px) {
  .footer-content .h3.title_block {
    margin-top: 40px;
  }
}

.footer-content .widget-html {
  color: #cbcbcb;
  font-size: 16px;
  line-height: 30px;
  margin: 9px 1px 0;
}

@media (min-width: 992px) {
  .footer-content .widget-html {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    margin: 0.46875vw 1px 0;
  }
}

@media (max-width: 991px) {
  .footer-content .widget-html {
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .footer-content .widget-html {
    padding: 0 5.2083333333vw;
  }
}

@media (max-width: 767px) {
  .footer-content .widget-html .block_content {
    margin: 0 auto;
  }
}

.footer-content .widget-html p+p {
  margin: 29px 0 20px;
}

@media (min-width: 992px) {
  .footer-content .widget-html p+p {
    margin: 1.5104166667vw 0 1.0416666667vw;
    padding-right: 2.0833333333vw;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer-content .widget-html p+p {
    padding-right: 30px;
  }
}

.footer-content .widget-html img {
  display: block;
  height: auto;
  max-width: 90%;
}

@media (min-width: 992px) {
  .footer-content .widget-html img {
    max-width: 75%;
  }
}

@media (max-width: 575px) {
  .footer-content .widget-html img {
    margin: 0 auto;
  }
}

.footer-content .nav-links>li {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  padding: 4px 0;
}

@media (min-width: 768px) {
  .footer-content .nav-links>li {
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .footer-content .nav-links>li {
    font-size: 0.9375vw;
    line-height: 1.1458333333vw;
    padding: 0.2083333333vw 0;
  }
}

.footer-content .nav-links>li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 13px;
  left: -28px;
  background: #0A3F8B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .footer-content .nav-links>li:before {
    width: 0.2604166667vw;
    height: 0.2604166667vw;
    top: 0.6770833333vw;
    left: -1.4583333333vw;
  }
}

@media (max-width: 767px) {
  .footer-content .nav-links>li:before {
    display: none;
  }
}

.footer-content .widget-links,
.footer-content .widget-subcategories {
  padding: 0;
}

@media (min-width: 768px) {

  .footer-content .widget-links.block,
  .footer-content .widget-subcategories.block {
    padding-left: 29px;
  }
}

@media (min-width: 992px) {

  .footer-content .widget-links.block,
  .footer-content .widget-subcategories.block {
    padding-left: 1.5104166667vw;
  }
}

@media (max-width: 767px) {
  .footer-content .widget-links:not(.block):first-child {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .footer-content .block-contactinfo {
    padding-left: 120px;
  }
}

@media (min-width: 992px) {
  .footer-content .block-contactinfo {
    padding-left: 6.25vw;
  }
}

.footer-content .block-contactinfo ul {
  margin: 40px 0 0 0;
  padding: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer-content .block-contactinfo ul {
    margin: 40px 0 0 -18px;
  }
}

@media (min-width: 992px) {
  .footer-content .block-contactinfo ul {
    margin: 0;
  }
}

.footer-content .block-contactinfo li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

@media (min-width: 992px) {
  .footer-content .block-contactinfo li {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
}

.footer-content .block-contactinfo li+li {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .footer-content .block-contactinfo li+li {
    margin-top: 1.5625vw;
  }
}

@media (max-width: 991px) {
  .footer-content .block-contactinfo li+li {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer-content .block-contactinfo li+li {
    margin-top: 10px;
  }
}

.footer-content .block-contactinfo li[class^=icofont-]::before,
.footer-content .block-contactinfo li[class*=" icofont-"]::before {
  position: absolute;
  color: #0A3F8B;
}

@media (max-width: 767px) {

  .footer-content .block-contactinfo li[class^=icofont-]::before,
  .footer-content .block-contactinfo li[class*=" icofont-"]::before {
    display: none;
  }
}

.footer-content .block-contactinfo li[class^=icofont-].icofont-placeholder::before,
.footer-content .block-contactinfo li[class*=" icofont-"].icofont-placeholder::before {
  font-size: 27px;
  top: 8px;
  left: -48px;
}

@media (min-width: 992px) {

  .footer-content .block-contactinfo li[class^=icofont-].icofont-placeholder::before,
  .footer-content .block-contactinfo li[class*=" icofont-"].icofont-placeholder::before {
    font-size: 1.40625vw;
    top: 0.4166666667vw;
    left: -2.5vw;
  }
}

.footer-content .block-contactinfo li[class^=icofont-].icofont-phone::before,
.footer-content .block-contactinfo li[class*=" icofont-"].icofont-phone::before {
  font-size: 21px;
  top: 7px;
  left: -47px;
}

@media (min-width: 992px) {

  .footer-content .block-contactinfo li[class^=icofont-].icofont-phone::before,
  .footer-content .block-contactinfo li[class*=" icofont-"].icofont-phone::before {
    font-size: 1.09375vw;
    top: 0.3645833333vw;
    left: -2.4479166667vw;
  }
}

.footer-content .block-contactinfo li[class^=icofont-].icofont-email::before,
.footer-content .block-contactinfo li[class*=" icofont-"].icofont-email::before {
  font-size: 21px;
  top: 6px;
  left: -46px;
}

@media (min-width: 992px) {

  .footer-content .block-contactinfo li[class^=icofont-].icofont-email::before,
  .footer-content .block-contactinfo li[class*=" icofont-"].icofont-email::before {
    font-size: 1.09375vw;
    top: 0.3125vw;
    left: -2.3958333333vw;
  }
}

.footer-content .block-contactinfo li[class^=icofont-].icofont-clock::before,
.footer-content .block-contactinfo li[class*=" icofont-"].icofont-clock::before {
  font-size: 22px;
  top: 4px;
  left: -47px;
}

@media (min-width: 992px) {

  .footer-content .block-contactinfo li[class^=icofont-].icofont-clock::before,
  .footer-content .block-contactinfo li[class*=" icofont-"].icofont-clock::before {
    font-size: 1.1458333333vw;
    top: 0.2083333333vw;
    left: -2.4479166667vw;
  }
}

@media (max-width: 991px) {
  .footer-content .block-contactinfo li {
    margin-left: 48px;
  }
}

@media (max-width: 767px) {
  .footer-content .block-contactinfo li {
    margin-left: 0;
    text-align: center;
  }
}

.footer-content .widget-social {
  margin: 0;
}

@media (min-width: 992px) {
  .footer-content .widget-social {
    margin: -0.2083333333vw -0.8854166667vw 0 0;
  }
}

@media (max-width: 991px) {
  .footer-content .widget-social {
    margin-top: 40px;
  }
}

.footer-content .widget-social ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .footer-content .widget-social ul {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .footer-content .widget-social ul {
    justify-content: center;
  }
}

.footer-content .widget-social ul li {
  margin: 0 7px;
  line-height: 27px;
  font-size: 20px;
}

.footer-content .widget-social ul li.instagram {
  font-size: 19px;
}

.footer-content .widget-social ul li.facebook {
  font-size: 16px;
}

@media (min-width: 992px) {
  .footer-content .widget-social ul li {
    line-height: 1.40625vw;
    margin: 0 0 0 0.3645833333vw;
    font-size: 1.0416666667vw;
  }

  .footer-content .widget-social ul li.instagram {
    font-size: 0.9895833333vw;
  }

  .footer-content .widget-social ul li.facebook {
    font-size: 0.8333333333vw;
  }
}

.footer-content .widget-social ul li a {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding: 7px;
  display: block;
}

@media (min-width: 992px) {
  .footer-content .widget-social ul li a {
    padding: 0.3645833333vw;
  }
}

.footer-content .widget-social ul li a span {
  font-size: 18px;
  display: none;
}

.footer-content .widget-social ul li a::after {
  display: none;
}

.footer-row {
  padding: 0;
}

.footer-row .container {
  padding: 0;
}

@media (min-width: 992px) {
  .footer-row *[class*=lg-3]:first-child {
    width: 28%;
  }

  .footer-row *[class*=lg-2] {
    width: 20%;
  }

  .footer-row *[class*=lg-3] {
    width: 30%;
  }

  .footer-row *[class*=lg-1] {
    width: 10%;
  }
}

.footer-copyright {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  text-transform: none;
  /* border-top: 1px solid #E3E3E3; */
  padding: 1.6145833333vw 0 1.40625vw;
  margin: 0 -0.5208333333vw;
}

.footer-copyright .col-facebook {

  font-weight: 700;
}

.footer-copyright .col-copyright {
  text-align: center;
  font-weight: 400;
}

.footer-content {
  color: #000;
}

@media (min-width: 992px) {
  .footer-copyright .col-copyright {
    text-align: right;
  }

  .footer-copyright {
    font-size: 0.7291666667vw;
    line-height: 1.5625vw;
  }
}

.footer-copyright .col-copyright a {
  position: relative;
  color: #0A3F8B;
}

.footer-copyright a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 100%;
  left: 0;
  height: 1px;
  background: #0A3F8B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-copyright a:hover:after {
  right: 0;
}

.footer-copyright a:hover {
  color: #0A3F8B;
}

.footer__content {
  display: flex;
  padding-top: 10px;
  padding-bottom: 40px;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .footer__content {
    padding-top: 0.5208333333vw;
    padding-bottom: 4.1666666667vw;
  }
}

@media (max-width: 991px) {
  .footer__content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}

.footer__content-logo {
  padding-bottom: 47px;
}

@media (min-width: 992px) {
  .footer__content-logo {
    padding-bottom: 2.4479166667vw;
  }
}

.footer__content-logo img {
  width: 192px;
}

@media (min-width: 992px) {
  .footer__content-logo img {
    width: 10vw;
  }
}

@media (max-width: 991px) {
  .footer__content-newsletter {
    display: none;
  }
}

.footer__content-newsletter label {
  color: #ffffff;
  font-size: 14px;
  padding-left: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .footer__content-newsletter label {
    font-size: 0.7291666667vw;
    padding-left: 0.9375vw;
    padding-bottom: 0.2083333333vw;
  }
}

.footer__content-newsletter input {
  width: 280px;
  height: 39px;
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
  outline: none;
  color: #979797;
  font-size: 14px;
  padding-left: 19px;
  font-style: italic;
}

@media (min-width: 992px) {
  .footer__content-newsletter input {
    width: 14.5833333333vw;
    height: 2.03125vw;
    padding-left: 0.9895833333vw;
    font-size: 0.7291666667vw;
  }
}

.footer__content-newsletter button {
  width: 102px;
  height: 40px;
  background-color: #fbc316;
  color: #0A3F8B;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin-left: 3px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .footer__content-newsletter button {
    width: 5.3125vw;
    height: 2.0833333333vw;
    font-size: 0.7291666667vw;
  }
}

.footer__content-facebook {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .footer__content-facebook {
    padding-top: 1vw;
  }
}

@media (max-width: 991px) {
  .footer__content-facebook {
    display: none;
  }
}

.footer__content-facebook a {
  position: relative;
  color: #000;
  font-size: 16px;
  /* font-weight: 900; */
  /* text-transform: uppercase; */
  padding-left: 91px;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .footer__content-facebook a {
    font-size: 0.9375vw;
    padding-left: 4.7395833333vw;
  }
}

.footer__content-facebook a:after {
  display: none;
}

.footer__content-facebook a:hover {
  color: #fbc316;
}

.footer__content-facebook a:before {
  content: "";
  background: url("../img/facebook-footer.svg") center center no-repeat;
  background-size: 50px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0c478d;
}

@media (min-width: 992px) {
  .footer__content-facebook a:before {
    width: 1.3vw;
    height: 2vw;
    font-size: 1.5625vw;
    left: -2.5vw;
    top: 1.5625vw;
    background-size: 1.3vw;
  }
}

.footer__content-links {
  /* padding-left: 82px; */
}

@media (max-width: 991px) {
  .footer__content-links {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer__content-links {
    /* padding-left: 4.2708333333vw; */
  }
}

.footer__content-links.second {
  margin-left: 53px;
  margin-right: 93px;
}

@media (min-width: 992px) {
  .footer__content-links.second {
    margin-left: 2.7604166667vw;
    margin-right: 3.8020833333vw;
  }
}

.footer__content-links-title {
  color: #0A3F8B;
  font-weight: 400;
  text-transform: none;
  /* padding-bottom: 0; */
  padding-bottom: 50px;
  font-size: 25px;
}

@media (min-width: 992px) {
  .footer__content-links-title {
    padding-bottom: 2.0833333333vw;
    font-size: 1.3375vw;
  }
}

.footer__content-links-wrap ul li {
  margin-bottom: 9px;
  position: relative;
}

@media (min-width: 992px) {
  .footer__content-links-wrap ul li {
    margin-bottom: 0.46875vw;
  }
}

.footer__content-links-wrap ul li a {
  color: #000;
  font-size: 15px;
  transition: 0.3s;
  line-height: 160%;
}

@media (min-width: 992px) {
  .footer__content-links-wrap ul li a {
    font-size: 0.9375vw;
  }
}

.footer__content-links-wrap ul li a:hover {
  color: #fbc316;
}

.favorite-product {
  display: none;
  cursor: pointer;
  top: 11px;
}

.favorite-active-icon {
  display: none;
}

.favorite-active .favorite-active-icon {
  display: block;
  float: left;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.favorite-active .favorite-standart-icon {
  display: none;
}

.active_e {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.favorite-product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: none;
}

#fav_mess .iziToast-cover {
  background-color: rgba(0, 0, 0, 0);
  padding: 18px;
  margin-left: 14px;
}

#fav_mess .iziToast-body {
  margin-left: 56px !important;
}

#fav_mess .iziToast-message {
  line-height: 23px;
}

.favorite-standart-icon_item,
.favorite-active-icon_item {
  width: 27px;
}

.tit_f {
  padding-top: 2px;
}

.button_right {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 40%;
  padding: 0.6rem;
  background-color: white;
}

.mobile_favorite {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  padding: 1rem;
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.231372549);
  z-index: 9;
}

.button_right:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.231372549);
}

.button_left:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.231372549);
}

.button_left {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 40%;
  padding: 0.6rem;
  background-color: white;
}

.close-favorite {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

#favorite_widget {
  padding: 7px 17px;
  margin-bottom: 75px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.favoriteproduct .product-title a {
  color: #7a7a7a;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
}

.cbutton--effect-ivana.cbutton--click::before {
  -webkit-animation: anim-effect-ivana-1 0.5s forwards;
  animation: anim-effect-ivana-1 0.5s forwards;
}

.cbutton--effect-ivana.cbutton--click::after {
  -webkit-animation: anim-effect-ivana-2 0.5s forwards;
  animation: anim-effect-ivana-2 0.5s forwards;
}

.product-variants-item {
  cursor: pointer;
}

.favorite-standart-icon svg {
  stroke-width: 2px;
  fill: none;
  width: 27px;
  height: auto;
  vertical-align: middle;
}

@-webkit-keyframes anim-effect-ivana-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes anim-effect-ivana-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes anim-effect-ivana-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }

  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}

@keyframes anim-effect-ivana-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }

  50%,
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}

@media (max-width: 700px) {
  .button_left {
    display: none;
  }

  .button_right {
    display: none;
  }

  .favorite-top {
    display: none;
  }

  .mobile_favorite {
    display: block;
  }
}

.bottom_panel_f {
  display: none;
  clear: both;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: white;
  right: 0;
  left: 0;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
  padding: 0.78125vw 1.5625vw;
}

.sidebarjs--is-visible .bottom_panel_f {
  display: block !important;
}

.fav-count {
  top: 50%;
  left: 50%;
  transform: translate(-32px, -29px);
}

@media (min-width: 992px) {
  .fav-count {
    transform: translate(-2.03125vw, -1.5104166667vw);
  }
}

@media (max-width: 575px) {
  .fav-count {
    transform: translate(-26px, -23px);
  }
}

#favorite_widget .btn {
  min-width: 100%;
}

body .iziToast {
  border-radius: 0 !important;
  background-color: #f2f2f2 !important;
  border: 0 !important;
}

.favoriteproducts_grid {
  display: grid;
  grid-gap: 20px;
}

@media (min-width: 992px) {
  .favoriteproducts_grid {
    grid-gap: 1.0416666667vw;
  }
}

.favoriteproducts_grid .favoriteproducts_item .favoriteproduct {
  margin: 0;
}

.favoriteproducts_grid .favoriteproducts_item .product_img_link {
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .favoriteproducts_grid {
    grid-template-columns: 1fr 1fr;
  }
}

.mobile_favorite {
  display: none !important;
}

.see_price.btn {
  font-size: 13px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 6px 24px 7px 15px;
  width: auto;
  min-width: unset;
  margin: -4px 0 0;
  box-shadow: none;
  text-align: left;
  position: relative;
}

.product-miniature .see_price.btn {
    margin-top: 10px;
}

@media (min-width: 992px) {
  .see_price.btn {
    font-size: 0.6770833333vw;
    line-height: 1.1458333333vw;
    margin-top: -0.2083333333vw;
    padding: 0.3125vw 1.25vw 0.3645833333vw 0.78125vw;
  }
}

.see_price.btn i {
  font-size: 21px;
  line-height: 18px;
  vertical-align: text-bottom;
}

@media (min-width: 992px) {
  .see_price.btn i {
    font-size: 1.09375vw;
    line-height: 0.9375vw;
  }
}

.see_price.btn .name {
  padding-left: 8px;
}

@media (min-width: 992px) {
  .see_price.btn .name {
    padding-left: 0.4166666667vw;
  }
}

.see_price .cloud {
  height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  color: #0A3F8B;
  border: 1px solid #0A3F8B;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  white-space: pre-wrap;
  line-height: 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .see_price .cloud {
    bottom: 2.0833333333vw;
    font-size: 0.7291666667vw;
    line-height: 0.78125vw;
    bottom: 2.0833333333vw;
  }
}

.see_price .cloud span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 0;
  display: block;
}

.see_price .cloud::before,
.see_price .cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
}

.see_price .cloud::before {
  border-color: rgba(12, 82, 164, 0);
  border-top-color: #0A3F8B;
  border-width: 8px;
  margin-left: -8px;
}

@media (min-width: 992px) {
  .see_price .cloud::before {
    border-width: 0.4166666667vw;
    margin-left: -0.4166666667vw;
  }
}

.see_price .cloud::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

@media (min-width: 992px) {
  .see_price .cloud::after {
    border-width: 0.3645833333vw;
    margin-left: -0.3645833333vw;
  }
}

.see_price:hover .cloud {
  opacity: 1;
  height: 50px;
  padding: 8px 15px;
  bottom: 50px;
  width: 310px;
}

@media (min-width: 992px) {
  .see_price:hover .cloud {
    height: 2.6041666667vw;
    padding: 0.4166666667vw 0.78125vw;
    bottom: 2.6041666667vw;
    width: 16.1458333333vw;
  }
}

.see_price:hover .cloud span {
  height: 32px;
}

@media (min-width: 992px) {
  .see_price:hover .cloud span {
    height: 1.6666666667vw;
  }
}

.page-content .see_price.btn {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  padding: 0.5em 1em;
  min-width: 0 !important;
  max-width: min-content;
  height: unset;
  font-weight: 900;
  gap: 0.75em;
  text-wrap: nowrap;
}

.page-content .see_price.btn i {
  display: flex;
  font-size: 1.2em !important;
  vertical-align: text-bottom;
}

.page-content .see_price.btn .name {
  padding: 0;
}

.page-content .see_price.btn .cloud {
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .page-content .see_price.btn .cloud {
    bottom: 3.90625vw;
  }
}

.page-content .see_price.btn:hover .cloud {
  height: 50px;
  bottom: 45px;
}

@media (min-width: 992px) {
  .page-content .see_price.btn:hover .cloud {
    height: 2.6041666667vw;
  }
}

.page-content .see_price.btn:hover .cloud span {
  height: 32px;
}

@media (min-width: 992px) {
  .page-content .see_price.btn:hover .cloud span {
    height: 1.6666666667vw;
  }
}

.page-content .see_price.btn-gray {
  margin: 12px 0 -6px;
  padding: 10px 7px;
}

@media (min-width: 992px) {
  .page-content .see_price.btn-gray {
    margin: 0.625vw 0 -0.3125vw;
    padding: 0.5208333333vw 0.3645833333vw 0.5208333333vw;
  }
}

#form_show_price {
  background: #eee;
  position: absolute;
  z-index: 9999;
  border-radius: 0;
  max-width: 80%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media (min-width: 992px) {
  #form_show_price {
    max-width: 36.4583333333vw;
    width: 40%;
  }
}

#form_show_price :focus {
  outline: none !important;
}

#form_show_price .qty_text {
  line-height: 41px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #form_show_price .qty_text {
    line-height: 2.1354166667vw;
    margin-right: 0.5208333333vw;
  }
}

#form_show_price sup.required {
  color: #cd6760;
  font-weight: bolder;
  font-size: 15px;
  font-weight: bolder;
}

@media (min-width: 992px) {
  #form_show_price sup.required {
    font-size: 0.78125vw;
  }
}

#form_show_price .wrapp_form_content {
  padding: 0 25px;
}

@media (min-width: 992px) {
  #form_show_price .wrapp_form_content {
    padding: 0 1.3020833333vw;
  }
}

#form_show_price .content_form {
  background: transparent;
  border: 0;
  position: relative;
  padding: 1px 0;
}

#form_show_price .title {
  padding: 0;
  font-size: 22px;
  color: #000;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
  text-align: center;
  padding-top: 20px;
  line-height: 34px;
  border-bottom: 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #form_show_price .title {
    font-size: 1.1458333333vw;
    margin-bottom: 0.78125vw;
    padding-top: 1.0416666667vw;
    line-height: 1.7708333333vw;
  }
}

#form_show_price .footer {
  padding: 10px 10px;
  text-align: left;
  margin-top: 10px;
  color: #F4F4F4;
}

@media (min-width: 992px) {
  #form_show_price .footer {
    padding: 0.5208333333vw;
    margin-top: 0.5208333333vw;
  }
}

#form_show_price .hlp {
  width: 100%;
  text-align: left;
}

#form_show_price .errorShowPrice {
  margin: 5px auto;
  color: #cd6760;
  padding: 5px 10px;
  font-size: 13px;
  border: 1px dashed #cd6760;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}

@media (min-width: 992px) {
  #form_show_price .errorShowPrice {
    margin: 0.2604166667vw auto;
    padding: 0.2604166667vw 0.5208333333vw;
    font-size: 0.6770833333vw;
  }
}

#form_show_price .row_field input.not_valid,
#form_show_price .row_field textarea.not_valid {
  border: 1px solid #cd6760 !important;
  box-shadow: 0 0 5px #cd6760 !important;
}

#form_show_price .row_field input.not_valid+.errorShowPrice,
#form_show_price .row_field textarea.not_valid+.errorShowPrice {
  display: block;
}

#form_show_price .row_field input.valid,
#form_show_price .row_field textarea.valid {
  border: 1px solid #62a75d !important;
  box-shadow: 0 0 5px #62a75d !important;
}

#form_show_price .form-control {
  display: inline-block;
}

#form_show_price #sendShowPrice {
  margin: 20px auto 40px;
}

@media (min-width: 992px) {
  #form_show_price #sendShowPrice {
    margin: 1.0416666667vw auto 2.0833333333vw;
  }
}

#form_show_price .btn_shop_price {
  float: right;
  border-left: 1px solid #515151;
}

#form_show_price #openShowPrice {
  display: block;
  color: white;
  font-weight: bold;
  padding: 8px 10px 11px 10px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  line-height: 18px;
}

@media (min-width: 992px) {
  #form_show_price #openShowPrice {
    padding: 0.4166666667vw 0.5208333333vw 0.5729166667vw 0.5208333333vw;
    line-height: 0.9375vw;
  }
}

#form_show_price * {
  box-sizing: border-box;
}

#form_show_price .box-cart-bottom {
  text-align: center;
}

#form_show_price #cancelShowPrice:hover {
  opacity: 0.7;
}

#form_show_price .quantity_field .wrapp_action_quantity .action_quantity:hover {
  opacity: 0.7;
}

#cancelShowPrice,
.x13popup .x13popup-close {
  display: block;
  position: absolute;
  right: -15px;
  top: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 3;
  line-height: 15px;
  font-size: 15px;
  color: #000;
  background: transparent;
  text-align: center;
}

@media (min-width: 992px) {

  #cancelShowPrice,
  .x13popup .x13popup-close {
    right: -0.78125vw;
    top: 0.3645833333vw;
    line-height: 0.78125vw;
    font-size: 0.78125vw;
  }
}

#cancelShowPrice:hover,
.x13popup .x13popup-close:hover {
  color: #0A3F8B;
}

#cancelShowPrice,
.x13popup .x13popup-close {
  right: 15px;
  top: 15px;
}

@media (min-width: 992px) {

  #cancelShowPrice,
  .x13popup .x13popup-close {
    right: 0.78125vw;
    top: 0.78125vw;
  }
}

.stage_sp {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.success_stage_sp {
  background: rgba(160, 189, 60, 0.9);
  z-index: 10000;
  line-height: 1.5em;
  padding: 0.5em;
  font-weight: 900;
  font-size: 30px;
  color: #000;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  visibility: visible;
}

.quickview button.see_price {
  display: none;
}

/* moduł x13 paragon czy faktura */
.x13recieptorinvoice {
  color: inherit;
  background-color: #f5f5f5;
  border: 1px solid #ececec;
  margin: 20px 0;
  padding: 20px;
}

@media (min-width: 992px) {
  .x13recieptorinvoice {
    padding: 1.0416666667vw;
    margin: 1.0416666667vw 0;
  }
}

.x13recieptorinvoice label {
  padding: 0;
}

.x13recieptorinvoice-error {
  color: #fff;
  background: #0A3F8B;
  padding: 10px 15px;
  margin: 10px 0 0;
  display: block;
}

@media (min-width: 992px) {
  .x13recieptorinvoice-error {
    margin-top: 0.5208333333vw;
    padding: 0.5208333333vw 0.78125vw;
  }
}

.rodo_formfooter,
div[class^=x13privacymanager_agreements] {
  color: #7a7a7a;
}

.rodo_formfooter a,
div[class^=x13privacymanager_agreements] a {
  text-decoration: underline;
}

.rodo_formfooter a:hover,
div[class^=x13privacymanager_agreements] a:hover {
  color: #0A3F8B;
}

.rodo_formfooter .custom-checkbox,
div[class^=x13privacymanager_agreements] .custom-checkbox {
  margin: 20px 0 25px !important;
}

@media (min-width: 992px) {

  .rodo_formfooter .custom-checkbox,
  div[class^=x13privacymanager_agreements] .custom-checkbox {
    margin: 1.0416666667vw 0 1.3020833333vw !important;
  }
}

.rodo_formfooter .custom-checkbox input[type=checkbox]+span,
div[class^=x13privacymanager_agreements] .custom-checkbox input[type=checkbox]+span {
  float: left;
}

.rodo_formfooter .custom-checkbox .label,
div[class^=x13privacymanager_agreements] .custom-checkbox .label {
  text-align: justify;
  padding: 0 0 0 33px;
  font-size: 14px;
  line-height: 17px;
  display: block;
}

@media (min-width: 992px) {

  .rodo_formfooter .custom-checkbox .label,
  div[class^=x13privacymanager_agreements] .custom-checkbox .label {
    padding: 0 0 0 1.71875vw;
    font-size: 0.7291666667vw;
    line-height: 0.8854166667vw;
  }
}

.rodo_formfooter .custom-checkbox .label p,
div[class^=x13privacymanager_agreements] .custom-checkbox .label p {
  margin: 0;
  padding: 0;
}

.block_newsletter .rodo_formfooter .custom-checkbox .label {
  padding-right: 0;
}

.rodo {
  min-height: unset;
  padding: 20px;
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  visibility: hidden;
}

@media (min-width: 992px) {
  .rodo {
    min-height: 6.25vw;
    padding: 1.0416666667vw;
  }
}

@media (max-width: 991px) {
  .rodo {
    left: 2%;
    right: 30%;
  }
}

@media (max-width: 767px) {
  .rodo {
    left: 2%;
    right: 20%;
  }
}

@media (max-width: 575px) {
  .rodo {
    left: 15px;
    right: 15px;
  }
}

.rodo h4 {
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 992px) {
  .rodo h4 {
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
  }
}

.rodo p {
  font-size: 13px;
  line-height: 17px;
  margin: 14px 0;
}

@media (min-width: 992px) {
  .rodo p {
    font-size: 0.6770833333vw;
    line-height: 0.8854166667vw;
    margin: 0.7291666667vw 0 0;
  }
}

.rodo__button button {
  width: 150px;
  min-width: 50px;
  height: 40px;
  margin: 26px 10px 0 0;
}

@media (min-width: 992px) {
  .rodo__button button {
    width: 7.8125vw;
    min-width: 2.6041666667vw;
    height: 2.0833333333vw;
    margin: 1.3541666667vw 0.5208333333vw 0 0;
  }
}

@media (max-width: 991px) {
  .rodo__button button {
    margin: 0 auto 1.0416666667vw;
    float: none;
  }
}

@media (max-width: 991px) {
  .rodo__content {
    max-width: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

.comments_note div.star,
#productCommentsBlock div.star,
.star_content div.star {
  line-height: 20px;
}

@media (min-width: 992px) {

  .comments_note div.star,
  #productCommentsBlock div.star,
  .star_content div.star {
    line-height: 1.0416666667vw;
  }
}

.comments_note div.star+.star,
#productCommentsBlock div.star+.star,
.star_content div.star+.star {
  margin-left: 1px;
}

.comments_note div.star::before,
#productCommentsBlock div.star::before,
.star_content div.star::before {
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e82b";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-size: 20px;
}

@media (min-width: 992px) {

  .comments_note div.star::before,
  #productCommentsBlock div.star::before,
  .star_content div.star::before {
    font-size: 1.0416666667vw;
  }
}

#new_comment_form #criterions_list {
  margin: 15px 0 0;
}

@media (min-width: 992px) {
  #new_comment_form #criterions_list {
    margin: 0.78125vw 0 0;
  }
}

#new_comment_form #criterions_list label {
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

@media (min-width: 992px) {
  #new_comment_form #criterions_list label {
    font-size: 1.0416666667vw;
    line-height: 1.0416666667vw;
  }
}

/* czater */
body #e3D18r_czater #czater-contener {
  right: 80px !important;
  min-height: 43px !important;
}

body #czater-input-area .safill,
body #czater-input-area path.afill {
  fill: #0A3F8B;
}

body #chatInsideBody .czater-main-bg,
body #e3D18r_czater .czater-main-bg {
  background-color: #0A3F8B !important;
}

body #chatInsideBody .czater-main-txt,
body #e3D18r_czater .czater-main-txt {
  color: #fff !important;
}

body #chatInsideBody .czater-main-bg-to-txt,
body #e3D18r_czater .czater-main-bg-to-txt {
  color: #0A3F8B !important;
}

body #chatInsideBody .czater-leftMessage,
body .czater-sections ul li,
body .czater-sections ul li a {
  background-color: #0A3F8B !important;
  color: #fff !important;
}

body #chatInsideBody .czater-leftMessage:before {
  border-color: transparent #0A3F8B !important;
}

body #advertHeader,
body .czater-header {
  background-color: #0A3F8B !important;
}

body #advertHeader,
body #czater-contener:not(.contener-lower) .czater-header {
  height: 43px !important;
}

body #advertFooter a {
  background-color: #0A3F8B !important;
}

body #advertClose {
  color: #fff !important;
}

body #teaser {
  background-color: #0A3F8B;
  right: 0;
}

body #teaser:after {
  border-color: transparent #0A3F8B;
}

body #advert {
  box-shadow: none;
  border-radius: 0px;
}

body #advertHeader {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

body #e3D18r_czater #teaser_caption,
body #e3D18r_czater .czater-headerMSG,
body #e3D18r_czater .czater-headerMSG>div {
  color: #fff !important;
}

body #chatInsideBody .czater-button {
  background-color: #0A3F8B;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
}

body #chatInsideBody .czater-button:hover {
  background-color: #0A3F8B !important;
}

body #chatInsideBody .czater-leftMessage,
body .czater-sections .czater-layout-name,
body .czater-sections .czater-layout-status {
  background-color: #0A3F8B;
  color: #fff;
}

body #sendEmail .form .small:before {
  border-color: transparent #0A3F8B;
}

body #sendEmail .form .small {
  background: #0A3F8B;
  color: #fff;
}

body #e3D18r_czater .czater-button .czater-status-offline,
body #e3D18r_czater .czater-button .czater-status-online {
  width: 29px;
  height: 27px;
  margin: 9px 11px 7px 14px;
  top: 0;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAbCAYAAACAyoQSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlNJREFUeNq0lk9IFVEUxtXENBeuchHWQpQ0jUQXhpkJglgQgbQI97o02giCqxaKFCEhLdoVlVRamhS40IiEElFRRDNFMcRcCmX4B5y+C9+Fj8vM+N7zzYEf896ZO+c75869d06q53kpMdgFcB1UgQJwBmSBPbAFVsAEGAFTR0YzoiG0gDEvPvsOWsPipgZUeg10g0rxLYNJsA42wT+QyarPgnJQKuMXQTsYiqXSu07mw6D+iBmxVIEXzvOd7jj3oS4ZvACqYxRzqQDjEutZkGirDHoDTiQoqPRKzAeuaLHc/JgEMeWpxK5T0Qk6N5MsaJln/A0rel4yaYxItEKrNY6H/LMckaDF7veBNOyaWu6elynR2mtey4xovmx+10q5yb+AHPE3g5+gQ3wZoB8sgas+sX7xetqUfRDyPp8HvO+/4re+S+Ib84lVw3v7ptIdZpDpk91j8AN8BePib+PM3BffCo88MwOdPrFO8bpnMphmBh0RL6Rm6qym8X0Za4p4Id3mdc49jW5EVOVF0WiwzilbekSik4y/pcegZvIWpCdRsMedSb3ZLjdzkyT4SGL2+n3aWuRQPu5nrdhpc/qCvqeD8i1NVOyynOXWnrjj0rmMzdap4e9XssxzQTW4AwrZI82BDfCHGz4PlLCv0h5pnT1SX1CPdIVZbYM8cAu8A7te/LYG7oUtRlvpTcnjG7NX+wBm2P8WsQPMBrvgN4++ac6E6X0Pw04J24KaqTgnfvPQJzDK83TNec58UU6CAwrHZbbSz+zgZ8EgeM8KgmyfJGT/BRgAQ52JnLdREn8AAAAASUVORK5CYII=") !important;
}

body #e3D18r_czater .czater-button .czater-headerMSG {
  font-size: 16px;
  padding-left: 0px;
}

body #czater-contener[data-display=off][data-status=online][data-lang=pol],
body #czater-contener[data-display=off][data-status=offline][data-lang=pol] {
  width: 335px !important;
}

body #e3D18r_czater #teaser {
  bottom: 65px !important;
  padding: 9px 20px 9px 14px !important;
}

body #e3D18r_czater .czater-button.czater-header {
  border-radius: 0 !important;
}

body #e3D18r_czater #czater-contener[data-display=off] #headerMSG {
  left: 61px !important;
  padding: 0;
  top: 10px;
}

body #e3D18r_czater #chatHeader {
  position: relative;
}

body #e3D18r_czater #czater-contener[data-display=off] #chatHeader::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi+v//PwMO7A7Ez6DYHZc6BjwGXPmPAFdwqWNiwA14cbBRAD4DiAIDbwAjMCCcgHQ/EMuiyfEjWfAPiD+iyT8G4kKQAU+BDCkyHfCMUi/8pcQLT4C4AF9CeoiUkB6Sk5CGSDrAZ8BnHGxUQCA7Pwfix/iyM0CAAQB/auHNtNrdbgAAAABJRU5ErkJggg==");
  position: absolute;
  top: 13px;
  right: 16px;
}

@media (max-width: 769px) {
  body #e3D18r_czater #czater-contener[data-display=off] .headerContener #headerMSG {
    left: 61px !important;
  }

  body #e3D18r_czater #czater-contener[data-display=off] {
    bottom: 0;
  }

  body #e3D18r_czater #czater-contener[data-display=on] {
    right: 0;
    left: 0;
    width: auto;
  }
}

@media (max-width: 495px) {
  body #e3D18r_czater #czater-contener {
    width: auto !important;
    left: 0;
    right: 0 !important;
  }
}

#ceneo-content-injected {
  /*overflow: hidden;
  // Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
  padding-top: 56.25%;
  position: relative;
  iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }*/
}

#ceneo_widget_embed iframe {
  width: 100%;
}

#header .header-top .menu>.top-menu #category-12 .sub-menu>ul {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  column-gap: 0px;
}

#header .header-top .menu>.top-menu #category-12 .sub-menu>ul>li {
  width: 15vw;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

#header .header-top .menu>.top-menu>li#category-12:hover>.sub-menu,
#header .header-top .menu>.top-menu>li#category-12:focus>.sub-menu {
  background: transparent;
}

#contact #google-contact-map {
  margin-left: -50px;
  margin-right: -50px;
  margin-top: -30px;
}

#contact .widget-manufacture {
  margin-top: 3.3vw;
}

#contact .widget-manufacture .carousel-control {
  top: 3.6958333333vw;
}

#contact .pagebuilder .pts-inner {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  #contact #google-contact-map {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
  }
}

#module-multicontact-display #left-column {
  margin-top: 0;
}

#module-multicontact-display #main {
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}

#module-multicontact-display .widget-manufacture {
  margin-top: 3.3vw;
}

#module-multicontact-display .widget-manufacture .carousel-control {
  top: 3.6958333333vw;
}

@media (max-width: 992px) {
  #module-multicontact-display .widget-manufacture .carousel-control {
    top: 4.6958333333vw;
  }
}

@media (max-width: 768px) {
  #module-multicontact-display .widget-manufacture .carousel-control {
    top: 5.6958333333vw;
  }
}

@media (max-width: 600px) {
  #module-multicontact-display .widget-manufacture .carousel-control {
    top: 7.6958333333vw;
  }
}

#module-multicontact-display .pagebuilder .pts-inner {
  padding-left: 5.5625vw;
  padding-right: 5.5625vw;
}

#module-multicontact-display .slideshow .slide__title-wrap {
  top: 4.9479166667vw;
}

#module-multicontact-display .slideshow .slide__title-wrap .big_white_title {
  font-size: 2.0833333333vw;
  line-height: 1.0416666667vw;
}

#module-multicontact-display .slideshow .slide__title-wrap .big_white_text {
  margin-bottom: -0.78125vw;
  font-size: 1.5625vw;
  line-height: 3.28125vw;
}

#module-multicontact-display .slideshow .slide__title-wrap .big_white_uppertext {
  font-size: 1.0416666667vw;
  line-height: 3.125vw;
}

#manufacturer #main {
  padding: 0 1.5625vw;
}

#collection_category_image {
  width: 100%;
}

#collection_category_image .collection_image {
  width: 100%;
  height: auto;
  margin: 0 0 20px 10px;
}

.category-sub-menu {
  width: 100%;
}

.block-categories .category-sub-menu li[data-depth="1"] {
  position: relative;
}

.block-categories .category-sub-menu li[data-depth="1"] .arrows {
  position: absolute;
  top: 0;
  right: -19px;
}

.block-categories .category-sub-menu li[data-depth="1"] .arrows i {
  font-size: 0.5729166667vw;
  cursor: pointer;
}

.block-categories .category-sub-menu li[data-depth="1"] .arrows i.remove {
  display: none;
}

.block-categories .category-sub-menu li[data-depth="1"] .arrows i.add {
  display: block;
}

.block-categories .category-sub-menu li[data-depth="1"] .arrows[aria-expanded=true] i.remove {
  display: block;
}

.block-categories .category-sub-menu li[data-depth="1"] .arrows[aria-expanded=true] i.add {
  display: none;
}

/* .block-categories .category-sub-menu li[data-depth="1"] .arrows[aria-expanded="true"] + .collapse { display: block; } */
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
  padding-left: 0;
}

.block-categories .category-sub-menu li[data-depth="2"]::before {
  display: none;
}

.block-categories .category-sub-menu li[data-depth="2"]>a {
  padding: 3px 0;
  display: inline-block;
}

.block-categories .category-sub-menu li[data-depth="2"]>a.current,
.block-categories .category-sub-menu li[data-depth="2"]>a:hover {
  color: #0A3F8B;
}

body>.ui-autocomplete a.ui-corner-all {
  border-radius: 0;
}

body>.ui-autocomplete a.ui-corner-all.ui-state-focus {
  border: 0;
}

#index .widget-productlist .products-block .owl-item {
  margin-bottom: 2vw;
}

.footer__content-newsletter .block_newsletter {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer__content-newsletter .block_newsletter {
    max-width: 44.0104166667vw;
  }
}

.footer__content-newsletter .block_newsletter h3 {
  display: none;
  color: #fff;
}

.footer__content-newsletter .block_newsletter .block-newsletter-label {
  display: none;
  margin: 0 0 34px;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
}

@media (min-width: 992px) {
  .footer__content-newsletter .block_newsletter .block-newsletter-label {
    margin-bottom: 1.7708333333vw;
    font-size: 1.1979166667vw;
    line-height: 1.3020833333vw;
  }
}

.footer__content-newsletter .block_newsletter .form-inputs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 575px) {
  .footer__content-newsletter .block_newsletter .form-inputs {
    flex-direction: column;
  }
}

.footer__content-newsletter .block_newsletter .form-inputs .input-wrap {
  margin-right: 10px;
  flex: 1 0 50%;
  position: relative;
}

@media (max-width: 575px) {
  .footer__content-newsletter .block_newsletter .form-inputs .input-wrap {
    margin: 0 0 10px;
  }
}

.footer__content-newsletter .block_newsletter .form-inputs .input-wrap:before {
  content: "\e810";
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 11px;
  right: 23px;
  color: #0A3F8B;
  font-size: 35px;
}

@media (min-width: 992px) {
  .footer__content-newsletter .block_newsletter .form-inputs .input-wrap:before {
    top: 0.5729166667vw;
    right: 1.1979166667vw;
    font-size: 1.8229166667vw;
  }
}

.footer__content-newsletter .block_newsletter .form-inputs input {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 15px 80px 18px 28px;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 992px) {
  .footer__content-newsletter .block_newsletter .form-inputs input {
    padding: 1.28125vw 4.1666666667vw 1.4375vw 1.4583333333vw;
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
  }
}

.footer__content-newsletter .block_newsletter .form-inputs button {
  min-width: 100px;
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .footer__content-newsletter .block_newsletter .form-inputs button {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    height: 2.883vw;
  }
}

@media (max-width: 992px) {
  .block_newsletter {
    border-bottom-width: 0;
  }

  .footer__content-newsletter {
    margin-bottom: 3vw;
  }

  .footer__content-newsletter .block_newsletter .form-inputs button {
    height: auto;
  }

  .footer__content-newsletter .block_newsletter .form-inputs input {
    height: auto;
  }
}

@media (max-width: 575px) {
  .footer__content-newsletter .block_newsletter {
    width: 90%;
  }

  .footer__content-newsletter .block_newsletter .form-inputs button {
    width: 200px;
    margin: 0 auto;
  }
}

.fofooter__content-newsletteroter .block_newsletter .form-inputs+.alert {
  margin-top: 1.0416666667vw;
}

#freshmail_form_hook_right {
  margin: 0;
}

#freshmail_form_hook_right p {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

#freshmail_form_hook_right form.std label {
  display: none;
}

#freshmail_form_hook_right form.std .form-group {
  width: 69%;
  display: inline-block;
}

#freshmail_form_hook_right form.std .form-group::after {
  display: none;
}

#freshmail_form_hook_right form.std .form-group input {
  width: 99%;
  padding: 0.5729166667vw 1.1458333333vw;
  font-size: 1.0416666667vw;
  height: auto;
  line-height: 20px;
}

#freshmail_form_hook_right form.std .subscribenow {
  width: 30%;
  display: inline-block;
  min-width: auto;
  color: #fff;
  background: #0A3F8B;
  /* line-height: 1.5625vw;  */
  line-height: 25px;
  padding: 0.5729166667vw 1.1458333333vw;
  font-style: normal;
  height: auto;
  margin-top: -0.4vw;
}

@media (max-width: 992px) {
  #freshmail_form_hook_right {
    width: 90%;
    margin: auto;
  }

  #freshmail_form_hook_right form.std .subscribenow {
    margin-top: -0.3vw;
  }

  #freshmail_form_hook_right form.std .form-group input {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #freshmail_form_hook_right form.std .form-group {
    width: 100%;
  }

  #freshmail_form_hook_right form.std .subscribenow {
    width: 100%;
    max-width: 150px;
  }
}

body#product #content .product-features dl.data-sheet,
.quickview .product-features dl.data-sheet {
  grid-template-columns: 50% 1fr;
}

.widget-manufacture .owl-wrapper {
  display: flex !important;
}

.widget-manufacture .owl-wrapper .owl-item {
  margin: 0 0.5vw;
}

#form_show_price {
  max-width: 60.4583333333vw;
  width: 60%;
}

#form_show_price .title .h2 {
  font-size: 1.6375vw;
}

#form_show_price .title .h3 {
  color: #0A3F8B;
  font-size: 1.3375vw;
  font-weight: 700;
  margin-top: 1vw;
}

#form_show_price .row_field .form-control-label {
  color: #0A3F8B;
  text-transform: uppercase;
  font-size: 0.8416666667vw;
  margin: 5px 0;
  font-weight: 700;
}

#form_show_price #cancelShowPrice {
  background: #0B52A4;
  padding: 10px;
  right: -2.5020833333vw;
}

#form_show_price #cancelShowPrice i {
  color: #fff;
  font-size: 1.5vw;
}

.footer__content-newsletter .notification {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.footer__content-newsletter .notification ul {
  margin: 25%;
  cursor: pointer;
}

.footer__content-newsletter .notification #cancelNotification {
  top: 5%;
  right: 5%;
  position: absolute;
  cursor: pointer;
}

.footer__content-newsletter .notification #cancelNotification i {
  font-size: 30px;
  color: #fff;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  background: transparent;
}


.modal.fade .modal-dialog {
  margin: 0px auto !important;
}

.modal.fade .modal-dialog {
  max-width: 100vh;
}

body#product #content .product-images,
.quickview .product-images {
  grid-template-columns: repeat(auto-fill, minmax(99px, 1fr));
  grid-gap: 7px;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .loupe-container {
  display: none;
  width: 150px;
  position: absolute;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
  left: 0;
  z-index: 10099;
}

@media (min-width: 991px) {
  .sl-wrapper .loupe-container {
    display: flex;
    justify-content: space-between;
    width: 10vw;
    bottom: -5vw;
  }
}

#inc-loupe,
#dec-loupe {
  padding: 10px;
  border: 0.2vw solid #0A3F8B;
  background: #fff;
  border-radius: 0.5vw;
}

#inc-loupe .loupe {
  background-image: url("../img/loupe1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#inc-loupe:hover .loupe {
  background-image: url("../img/loupe1-hover.png");
}

#dec-loupe .loupe {
  background-image: url("../img/loupe2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#dec-loupe:hover .loupe {
  background-image: url("../img/loupe2-hover.png");
}

#inc-loupe:hover,
#dec-loupe:hover {
  background: #0A3F8B;
}

.sl-image .loupe-container .loupe {
  width: 30px;
  height: 30px;
}

@media (min-width: 991px) {
  .sl-image .loupe-container .loupe {
    width: 3vw;
    height: 3vw;
  }
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.homepage-description {
  background: url(/img/homepage-description-background.webp) top center no-repeat;
  background-size: 100%;
  color: #fff;
}

.homepage-description>.container {
  padding: 3.0416666667vw 7.9166666667vw;
}

.homepage-description h1,
.homepage-description h2 {
  color: #fff;
}

.homepage-description .hpd-top {
  text-align: center;
}

@media (max-width: 575px) {
  .homepage-description {
    background: none;
  }

  .homepage-description .hpd-top {
    background: url(/img/homepage-description-background.webp) top center no-repeat;
    background-size: cover;
    padding: 30px;
  }
}

.homepage-description .hpd-top h1,
.homepage-description .hpd-top h2 {
  margin: 1vw 0 3vw;
}

@media (min-width: 768px) {
  .homepage-description .hpd-middle-wrap {
    display: flex;
  }

  .homepage-description .hpd-middle-wrap>div {
    display: flex;
  }
}

.homepage-description .hpd-middle {
  margin: 2.5vw 0;
  background: #f3f3f3;
  color: #000;
  padding: 2.5vw;
}

.homepage-description .hpd-middle h2 {
  color: #000;
}

.homepage-description .hpd-middle ul li {
  list-style-position: inside;
}

.homepage-description .hpd-middle ul li {
  list-style-image: url("../img/check-mark-black-outline.svg");
}

.homepage-description .hpd-bottom {
  color: #000;
  padding: 2vw 0;
  border-bottom: 5px #f4f4f4 solid;
}

.homepage-description .hpd-bottom .widget-html .block_content:before {
  content: "";
  width: 300px;
  height: 100px;
  display: inline-block;
  background-image: url("../img/living-room.svg");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center left;
  margin: 0 40px;
  border-right: 3px #f4f4f4 solid;
}

@media (max-width: 992px) {
  .homepage-description {
    background-size: auto;
  }

  .homepage-description .hpd-bottom .widget-html .block_content:before {
    width: 150%;
  }
}

@media (max-width: 768px) {
  .homepage-description .hpd-bottom .widget-html .block_content:before {
    display: none;
  }
}

.homepage-description .hpd-bottom .widget-html .block_content {
  display: flex;
}

.homepage-description .hpd-bottom .widget-html .block_content p {
  padding: 1vw 0;
}

.footer-ue {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 20px 0;
}

.footer-ue img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.footer-ue p {
  margin: 10px 0;
}

.category-promocje #left-column .block-categories {
  display: none;
}

body.category-id-478 .sort-by-row {
  display: none;
}

body.category-id-478 #content-wrapper {
  width: 100%;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3px;
}

.category-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: auto;
  grid-gap: 10px;
  border: 2px solid #f5f5f5;
  padding: 60px 15px;
}

.category-card.promotions {
  display: block;
  padding: 0;
}

.category-card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.category-card>div {
  height: 100px;
}

.category-card.promotions>div {
  height: unset;
}

.category-card>div:has(.category-link) {
  padding-top: 50px;
  text-align: center;
}

.category-card.promotions>div:has(.category-link) {
  padding-top: 20px;
}

.category-card>div .category-link {
  display: block;
  transform: translateY(-50%);
  padding-top: 20px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: initial;
}

.category-card.promotions>div .category-link {
  color: #7a7a7a;
}

.category-card:hover>div .category-link {
  color: #0657A8;
}

.category-card>div:has(.go-to-next) {
  padding-top: 45px;
  text-align: center;

}

.category-card>div .go-to-next {
  display: block;
  transform: translateY(-50%);
  padding-top: 20px;
  font-size: 50px;
  color: #0657a8;
  font-weight: bold;
  line-height: 23px;
}

.category-card:not(.promotions):hover {
  border-color: #0657a8;
}

.category-card img {
  width: 100px;
  height: 100px;
}

.category-card.promotions img {
  width: 100%;
  height: unset;
}

@media only screen and (min-width: 600px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }

  .category-card>div .category-link {
    display: block;
    transform: translateY(-50%);
    padding-top: 20px;
    font-size: 27px;
    color: #000;
    font-weight: bold;
    line-height: initial;
  }
}

@media only screen and (min-width: 800px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7px;
  }

  .category-card>div .category-link {
    display: block;
    transform: translateY(-50%);
    padding-top: 20px;
    font-size: 23px;
    color: #000;
    font-weight: bold;
    line-height: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }

  .category-grid.promotions-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .category-card>div .category-link {
    display: block;
    transform: translateY(-50%);
    padding-top: 20px;
    font-size: 27px;
    color: #000;
    font-weight: bold;
    line-height: initial;
  }

  .category-card.promotions>div .category-link {
    font-size: 0.9375vw;
  }
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 5px;
}

.collection-card {
  position: relative;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.collection-card .collection-card-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection-card .collection-decorator {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(6, 87, 168);
  opacity: 0;
  transition: 0.5s;
}

.collection-card:hover .collection-decorator {
  opacity: 0.7;
}

.collection-title {
  margin-top: 220px;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
}

.collection-card {
  background-size: cover;
}

@media only screen and (min-width: 600px) {
  .collection-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

@media only screen and (min-width: 800px) {
  .collection-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media only screen and (min-width: 1300px) {
  .collection-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}

.smallest-font {
  font-size: 25px;
}

/* new style radio delivery option by Artur :) */
body#checkout section.checkout-step .payment-option,
body#checkout section.checkout-step .checkout-option {
  cursor: default !important;
}

/* new style radio payment option by Artur :) */
.delivery-option-2,
.payment-name {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.delivery-option-2 .checkout-radio-2,
.payment-name .checkout-radio-2 {
  position: absolute;
  top: 35%;
  left: -16%;
}

.delivery-option-2 .checkout-radio-2 input[type=radio],
.payment-name .checkout-radio-2 input[type=radio] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.delivery-option-2 .checkout-radio-2 input:checked~.checkmark,
.payment-name .checkout-radio-2 input:checked~.checkmark {
  background-color: #fff;
}

.delivery-option-2 .checkout-radio-2 input:checked~.checkmark::after,
.payment-name .checkout-radio-2 input:checked~.checkmark::after {
  display: block;
}

.delivery-option-2 .checkout-radio-2 input:hover:not(:checked)~.checkmark:after,
.payment-name .checkout-radio-2 input:hover:not(:checked)~.checkmark:after {
  display: block;
  background: #fff;
  border: 1px #0A3F8B solid;
}

.delivery-option-2 .checkout-radio-2 .checkmark,
.payment-name .checkout-radio-2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px #0A3F8B solid;
  cursor: pointer;
}

.delivery-option-2 .checkout-radio-2 .checkmark::after,
.payment-name .checkout-radio-2 .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0A3F8B;
}

.delivery-option-2 .checkout-radio-2:hover input~.checkmark,
.payment-name .checkout-radio-2:hover input~.checkmark {
  background: #fff;
}

.delivery-option-2 .checkout-radio-2:hover input~.checkmark::after,
.payment-name .checkout-radio-2:hover input~.checkmark::after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0A3F8B;
}

.delivery-option-2:hover .checkout-radio-2 input~.checkmark,
.payment-name:hover .checkout-radio-2 input~.checkmark {
  background: #fff;
}

.delivery-option-2:hover .checkout-radio-2 input~.checkmark::after,
.payment-name:hover .checkout-radio-2 input~.checkmark::after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0A3F8B;
}

#search_filters .facet .collapse {
  overflow-y: auto;
  max-height: 100%;
}

@media (min-width: 992px) {
  #search_filters .facet .collapse {
    max-height: 115px;
  }
}

#search_filters .facet .facet-label {
  padding-top: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
}

#search_filters .facet .facet-label a {
  padding-left: 5px;
}

/* #search_filters .checkbox, .custom-checkbox input[type=checkbox] + span {
	height: 18px;
	width: 18px;
} */
#search_filters .facet ul::-webkit-scrollbar {
  width: 5px
}

#search_filters .facet ul::-webkit-scrollbar-track {
  background: #f0f0f0;
}

#search_filters .facet ul::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 10px;
  border: 0px solid #ffffff;
}

#search_filters .facet ul::-webkit-scrollbar-thumb:hover {
  background-color: #787878;
}



.collections__item span {
  margin: auto auto 10%;
  z-index: 5;
  color: #fff !important;
  /*#0A3F8B;*/
  font-weight: 600;
  /*
	text-shadow: 0px 0px 10px rgba(255,255,255,1),
		-2px -2px 5px rgba(255,255,255,0.8),
		2px 2px 5px rgba(255,255,255,0.8),
		-2px 2px 5px rgba(255,255,255,0.8),
		2px -2px 5px rgba(255,255,255,0.8);
  */
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3),
    -1px -1px 10px rgba(0, 0, 0, 0.3),
    1px 1px 10px rgba(0, 0, 0, 0.3),
    -1px 1px 10px rgba(0, 0, 0, 0.3),
    1px -1px 10px rgba(0, 0, 0, 0.3) !important;
  transition: .3s;
}

.collections__item::before {
  display: none;
}

.collections__item>i {
  display: none;
}

.collections__item:hover span {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .5),
    -2px -2px 5px rgba(0, 0, 0, 0.3),
    2px 2px 5px rgba(0, 0, 0, 0.3),
    -2px 2px 5px rgba(0, 0, 0, 0.3),
    2px -2px 5px rgba(0, 0, 0, 0.3);
}

.category-card .category-link {
  color: #0A3F8B !important;
}

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

.category-card>div {
  padding-top: 0 !important;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.category-card>div>* {
  padding-top: 0 !important;
  margin: auto;
  display: flex !important;
  align-items: center;
  transform: translateY(0) !important;
}

.category-grid {
  padding-left: 7px;
}

@media (min-width: 992px) {
  .layout-left-column #wrapper>.container:not(:has(#left-column #search_facets)) {
    grid-template-columns: auto !important;
    margin-left: auto;
    margin-right: auto;
  }

  .layout-left-column #wrapper>.container:not(:has(#left-column #search_facets)) #main,
  .layout-left-column #wrapper>.container:not(:has(#left-column #search_facets)) #main #js-product-list-top {
    padding-left: 5% !important;
    padding-right: 5vw !important;
  }

  #category.layout-left-column #wrapper>.container:not(:has(#left-column #search_facets)) #main,
  #category.layout-left-column #wrapper>.container:not(:has(#left-column #search_facets)) #main #js-product-list-top {
    padding-left: 11.9791666667vw !important;
    padding-right: 11.9791666667vw !important;
  }

  .layout-left-column #wrapper>.container:not(:has(#left-column #search_facets)) #main {
    margin-left: -2.34375vw !important;
    margin-right: -2.34375vw !important;
  }

  /*
  #left-column {
    width: 0vw !important;
    height: 0vh !important;
  }
*/
  #left-column:has(#search_facets) {
    width: 17.0833333333vw !important;
  }

  body:not(.page-index):not(:has(#left-column #search_facets)) #content-wrapper {
    margin-top: 0 !important;
  }

  #product.layout-left-column #wrapper>.container:not(:has(#left-column #search_facets)) .product-content {
    justify-content: space-evenly;
  }
}

.price-label--discount {
  color: #fa0b49;
}

.breadcrumb {
  background-color: #fff;
}

.breadcrumb,
.breadcrumb li a,
.breadcrumb li span {
  color: #0A3F8B;
}

@media (min-width: 992px) {
  .dropdown .select-title {
    width: 12.4479166667vw;
  }
}

@media (max-width: 991px) {
  .dropdown .select-title {
    width: 29.3087790111vw;
  }
}

@media (max-width: 767px) {
  .dropdown .select-title {
    width: 40.4367666232vw;
  }
}

@media (max-width: 575px) {
  .dropdown .select-title {
    width: calc(100vw - 30px);
  }
}

.products-selection .total-products {
  padding: 0;
}

.products-selection .total-products p {
  margin: auto 0;
}

.products-selection .total-products p,
.products-selection .sort-by-row span {
  color: #000;
}

/* PNS - 1207304552035032 - 3 - START */
@media (min-width: 992px) {
  #category #wrapper>.container:not(:has(#left-column #search_facets)) #main:has(div.collections) {
    padding-right: 1.5625vw !important;
    padding-left: 1.5625vw !important;
  }

  #category #wrapper>.container:not(:has(#left-column #search_facets)) #main:has(div.collections) .category-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* PNS - 1207304552035032 - 3 - END*/

/* PNS - 1207304552035032 - 4 - START */
.products-selection .total-products p,
.products-selection .sort-by-row span {
  text-transform: capitalize !important;
}

/* PNS - 1207304552035032 - 4 - END*/

/* PNS - 1207385515028757 - 3 - START */
.product-flags .discount,
.product-flags .new {
  padding: 4px 16px;
  font-size: 0.8rem;
}

.product-flags .discount::after,
.product-flags .new::after {
  display: none;
}

.product-miniature .product-title,
.product-miniature .product-price {
  /* text-align: center !important; */
}

.product-miniature .product-meta {
  padding: 0 !important;
}

.product-miniature .product-meta>.product-title>a {
  font-weight: 400;
  font-size: 1.25rem !important;
  line-height: normal;
  text-align: center;
}

.product-miniature .product-title .price,
.product-miniature .product-price--discount .price {
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.5;
}

.product-miniature .product-price--discount .price {
  color: #FA0B49 !important;
}

.product-miniature .product-price--regular .regular-price {
  font-size: 16px !important;
  color: #7E7E7E !important;
  line-height: 160%;
  text-decoration: line-through !important;
  position: relative;
}

/* .product-miniature .product-price--regular .regular-price::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform:rotate(-7deg);
  -moz-transform:rotate(-7deg);
  -ms-transform:rotate(-7deg);
  -o-transform:rotate(-7deg);
  transform:rotate(-7deg);
} */
#products .product-price-and-shipping button.see_price {
  margin: 10px auto 0 !important;
}

ul.product-flags li.discount {
  /* background: #d90038; */
}

/* PNS - 1207385515028757 - 3 - END */


/* PNS - 1207385515028757 - 5 - START */
.ib-filter-block .search_filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  gap: 10px;
}

.ib-filter-block .search_filters .facet {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ib-filter-block .search_filters .clear-all-wrapper {
  margin: 0 !important;
}

.ib-filter-block .search_filters .facet .collapse:not(.in),
.ib-filter-block .search_filters_brands .facet .collapse:not(.in),
.ib-filter-block .search_filters_suppliers .facet .collapse:not(.in) {
  display: none;
}

.ib-filter-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.ib-filter-block:has(.ib-filter-container) {
  padding: 15px 0px;
}

.ib-filter-block #search_filters_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.ib-filter-container {
  position: relative;
}

.ib-filter-button,
.ib-filter-remove {
  outline: none !important;
  cursor: pointer;
  border-radius: 25px;
  padding: 7px 20px;
  min-width: 100px;
  transition: .4s;
  border: 0px solid #F0F0F0;
  background: #F0F0F0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.ib-filter-button,
.ib-filter-remove {
  line-height: 1.5;
}

.ib-filter-button .icofont-delete,
.ib-filter-remove .icofont-delete {
  margin: 0;
  font-size: .75rem;
}

.ib-filter-remove {
  min-height: 40px;
}

.clear-all-wrapper .ib-filter-button {
  font-weight: 400;
}

.ib-filter-button:has(~ .ib-filter-list.active),
.ib-filter-button:hover,
.ib-filter-remove:hover {
  border-color: #E0E0E0 !important;
  background: #E0E0E0 !important;
}

.ib-filter-button i {
  font-size: 12px;
  margin-left: 7px;
}

.ib-filter-button i::before,
.ib-filter-remove i::before {
  transition: .3s !important;
}

.ib-filter-button:not(:has(~ .ib-filter-list.active)) i::before {
  transform: rotate(180deg);
}

.ib-filter-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 15px 20px;
  min-width: min(240px, 95vw);
  width: auto;
  border: 1px solid #ddd;
  border-radius: 25px;
  background: #F6F6F6;
  transition: .3s;
  overflow: hidden;
  z-index: 3;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  display: none;
}

.ib-filter-list.active {
  display: block;
}

.ib-filter-list .card {
  background: transparent;
  border: none;
  height: calc(100% + 10px);
  max-height: min(285px, 90dvh);
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.ib-filter-list .card::-webkit-scrollbar {
  width: 5px;
}

.ib-filter-list .card::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.ib-filter-list .card::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 10px;
  border: 0px solid #ffffff;
}

.ib-filter-list .card::-webkit-scrollbar-thumb:hover {
  background-color: #787878;
}

.ib-filter-option {
  position: relative;
  display: block;
}

.ib-filter-option::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #505050;
}

.ib-filter-option.current::before,
.ib-filter-option:hover::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #505050;
  border: 1px solid #505050;
}

.ib-filter-block .faceted-slider {
  min-height: 55px;
}

.ib-filter-block .faceted-slider p {
  font-size: 14px !important;
}

.ib-filter-block .faceted-slider .ui-slider {
  max-width: 140px;
}

#ib-active-filters {
  min-width: 100%;
}

#ib-active-filters+#ib-active-filters {
  display: none !important;
}

#ib-active-filters:not(:has(.facet)) {
  display: none !important;
}

.ib-filter-button,
.ib-filter-remove,
.ib-filter-button i,
.ib-filter-remove i {
  transition: .7s !important;
  color: #000;
}

.ib-filter-button:hover,
.ib-filter-button:hover i {
  color: #0A3F8B;
}

.ib-filter-remove:hover,
.ib-filter-remove:hover i {
  color: #d90038 !important;
}

@media (max-width: 992px) {
  .ib-filter-block .search_filters {
    flex-direction: column;
    min-width: 100%;
  }

  .ib-filter-block .search_filters,
  .ib-filter-block .search_filters .facet,
  .ib-filter-button,
  .ib-filter-list {
    min-width: 100%;
  }

  .ib-filter-block .faceted-slider .ui-slider {
    max-width: 90%;
    margin: 0 auto;
  }

  .ib-filter-container {
    min-width: 100%;
  }

  .ib-filter-list {
    top: calc(100% + 3px)
  }
}

/* PNS - 1207385515028757 - 5 - END */

/* PNS - 1207526460537843 - 2 - START */
#category #wrapper #content-wrapper #main>.page-header {
  justify-content: flex-start;
  padding-left: 2vw;
}

@media (max-width: 992px) {
  #category #wrapper #content-wrapper #main>.page-header {
    justify-content: center;
    padding-left: 0;
  }
}

/* PNS - 1207526460537843 - 2 - END */
/* IBIF START search-link FIX */
#search_filters .facet .facet-label a {
  width: 100%;
}

/* IBIF END search-link FIX */
/*

IBIF START: PRICES DROP FILTER CATEOGRY IMAGES STAART  (NOT ACCEPTED)
.search_filters__prices-drop{
  order: -1;
  width: 100%;

}
.search_filters__prices-drop .category-link{
  color: #0A3F8B;
  font-weight: 700;
}

.search_filters__prices-drop .collections img{

object-fit: contain;
}
.search_filters__prices-drop  .category-link-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;


}
.search_filters__prices-drop img {
  margin-bottom:1rem;
}
.search_filters__prices-drop  .category-card-wrap ,.search_filters__prices-drop  .category-link{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.search_filters__prices-drop   .icofont-arrow-right,.search_filters__prices-drop  .category-link-label{
 margin-left:1rem;
}

.search_filters__prices-drop  .category-card{
  padding:1rem;
  flex-direction:column;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.search_filters__prices-drop  .category-card img{
  width: auto;
  height: auto;
  max-height: 75px;
  min-height: 75px;
}
.search_filters__prices-drop .facet{
  width:100%;
}
@media only screen and (min-width: 800px) {
  .search_filters__prices-drop .category-grid {

  }
}
@media only screen and (min-width: 1200px) {
  .search_filters__prices-drop  .category-grid > * {

  }
}
.search_filters__prices-drop .category-grid{
  grid-gap:0;
}

.search_filters__prices-drop  .category-grid{
 display:flex;
  flex-wrap:wrap;
}


.search_filters__prices-drop .category-grid > div {
  flex: 0 0 50%;
  max-width: 50%;
  padding:0;
}

.search_filters__prices-drop .category-grid > .category-card-parent.col-12{
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.search_filters__prices-drop  .category-card {
  display: flex;
  align-items: center;
  justify-content:center
}
.category-card-parent {

}
.search_filters__prices-drop .category-grid > div{
  padding:0.5rem;
}
.search_filters__prices-drop .category-grid{
  justify-content: space-around;
  padding:0;
}
body#prices-drop .breadcrumb {
  display: none !important;
}
.category-card.active{
  border-color: #0657a8;
  background:#0657a8;
  color: #fff;
}
.search_filters__prices-drop   .category-link {
  width:100%;
  font-size:20px  !important;
  line-height: 1.5rem !important;
}
body#prices-drop .ib-filter-block{
  padding-top:0;
}
@media (max-width: 767.98px) {
  .search_filters__prices-drop .category-link{
    font-size:15px  !important;
    line-height: 21px !important;
  }
  .search_filters__prices-drop .icofont-arrow-right, .search_filters__prices-drop .category-link-label{
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .search_filters__prices-drop .category-grid > div {
    flex: 0 0 50%;
    max-width: 50%;
  }

}
@media (min-width: 360px) {
{
  .search_filters__prices-drop .category-card{
    padding: 0.5rem;
  }

  .search_filters__prices-drop .category-grid > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .search_filters__prices-drop .category-grid > div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}


@media (min-width: 1200px) {
  .search_filters__prices-drop .category-grid > div {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
IBIF START: PRICES DROP FILTER CATEOGRY IMAGES STAART END (NOT ACCEPTED)
*/
body #search_filters .facet .collapse {
  max-height: 300px;
}

/* IBIF FIXES nasze salony page*/

body .location__boxes__content a {
  margin-top: 1rem;
}

body #search_filters .facet .facet-label a {
  padding-left: 5px;
  padding-right: 5px;
}

/* out of stock ibif fix*/
body .product-prices__unavailable .see_price.btn,
body .product__unavailable,
body#product #content .product-block.block-two-columns.product-block__hide {
  display: none !important;
}

@media (max-width: 991.98px) {
  .product-delivery-time__unavaible {
    display: none !important;
  }

  .page-product .product-block .product-out-of-stock {
    border: none !important;
  }
}

/*ibif change colors fix*/
@media (max-width: 767px) {
  #mobile_top_menu_wrapper {
    padding: 10px;

    background: #fff !important;
    color: #000;
  }

  #header.is-open,
  #header.is-open .header-top {
    background-color: #fff !important;
  }
}

#header .header-top #mobile_top_menu_wrapper #top-menu li>a {
  color: #000;
}

#header .header-top #mobile_top_menu_wrapper #top-menu li:hover>a,
#header .header-top #mobile_top_menu_wrapper #top-menu li a.current {
  color: #0A3F8B;
}

#header .header-top #mobile_top_menu_wrapper #top-menu>li .navbar-toggler:hover {
  color: #0A3F8B;
}

/*ibif change colors fix end */

/*product miniature features: show dimensions*/
.product-miniature .product-features {
  justify-content:center;
}

.product-block .product-features {
  justify-content: start;
}

.product-miniature .product-features,
.product-block .product-features {

  /* text-align:center; */
  font-size: 15px;
  line-height: 160%;
  /* margin-top:1rem; */
  color: #6D6D6D;
}

.product-miniature .product-features div:nth-child(even),
.product-block .product-features div:nth-child(even) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-content .d-none {
  display: none;
}

.location__boxes__content-contact_item .btn-small {
  display: inline-block;
  order: 100;
  max-width: fit-content;
}

.location__boxes__content-contact_item {
  display: flex;
  flex-direction: column;
}

.ib-filter-list .ui-slider {
  margin: auto;

}

body #search_filters .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}

body .ib-filter-block .faceted-slider .ui-slider {
  margin-right: 20px;
}

@media (min-width: 992px) {
  body .ib-filter-list {
    min-width: min(320px, 95vw);
  }

  body .ib-filter-block .faceted-slider .ui-slider {
    max-width: calc(100% - 20px);
    margin-right: 20px;
  }

  body #search_filters_wrapper #search_filters {
    margin-right: 200px !important;
  }
}


/*product miniature features: show dimensions end*/

/* MK 02.2025 task 1205314494502198 */
.pagination:not(ul) ul li .btn,
.pagination .spacer {
  border: 0 !important;
  font-size: 13px !important;
  padding: 10px !important;
  line-height: 1.25em !important;
}

.pagination .spacer {
  display: inline-block;
}

@media (min-width: 992px) {

  .pagination:not(ul) ul li .btn,
  .pagination .spacer {
    font-size: 0.7666666vw;
  }
}

@media (min-width: 1200px) {

  .pagination:not(ul) ul li .btn,
  .pagination .spacer {
    font-size: 0.7vw;
  }
}

@media (max-width: 991px) {
  .product-list-actions {
    right: 1px !important;
    /* poprawa bledu z marginesem na telefonach */
  }
}

/* end MK 02.2025 task 1205314494502198 */
/* ibif ks test of removing  <link rel="stylesheet" type="text/css" href="/themes/ibif/assets/css/custom.css" /> in footer (duplicate)  start*/
.gigatest {
  color: pink;
}

/* ibif ks test of removing  <link rel="stylesheet" type="text/css" href="/themes/ibif/assets/css/custom.css" /> in footer (duplicate)  end*/
/* MK 04.2025 facebook floating link in footer */
#fb_fixed {
  position: fixed;

  /* margin-right: 22px; */
  right: 18px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 9999;
}

#fb_fixed img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 10px #fff);
  filter: drop-shadow(0px 0px 10px #fff);
}

@media (max-width: 575px) {
  #fb_fixed {
    bottom: 2%;
    width: 15vw;
    height: auto;
  }
}

@media (min-width: 576px) {
  #fb_fixed {
    bottom: 4%;
    width: 60px;
    height: auto;
  }
}

/* end MK 04.2025 */

.home__list_item-content .h3 {
  color: #0A3F8B !important;
  font-size: 2.34375vw !important;
  line-height: 2.8645833333vw !important;
  margin-bottom: 1.71875vw;
  font-weight: 700;
}

.home__list_item {
  display: flex;
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 0.9375vw;
  /* padding-left: 4.1145833333vw; */
  padding-top: 1.1979166667vw;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .home__list_item {
    justify-content: center;
  }
}

.home__list_item a {
  display: flex;
  justify-content: space-between;
}

.home__list_item a span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 160%;
  margin-left: 15px;
}

.home__list_item img {
  max-width: 100%;
}

/* .home__list_item-img {
    margin-right: 4.375vw;
    height: 5.5vw;
} */

/* .home__list_item:first-child {
    padding-right: 4.1145833333vw;
    padding-left: unset;
    justify-content: flex-end;
} */

#product .jcarousel-wrapper {
  position: relative;
}

/* @media (max-width: 575px) {

  
  .home__list_item-content .h3 {
    font-size: 18px !important;
}

.home__list_item {
    display: flex;
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 0.9375vw;
    padding-left: unset;
    padding-top: 1.1979166667vw;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

.home__list_item-img {
  display: none;
}

.home__list_item:first-child {
    padding-right: unset;
    padding-left: unset;
}
} */

/* MK listopad 2025 */
.top-menu a[data-depth="0"] {
  font-weight: 400;
}

#header .header-top .menu>.top-menu>li>a>span>span {
  font-weight: 400;
}

#_desktop_menu_search {
  display: flex;
  flex-direction: column;
  width: 60%;
  order: 1;
}

#_desktop_icons {
  display: flex;
  flex-direction: row;
  width: 18%;
  justify-content: space-between;
  order: 2;
}

.icon_label {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}

#_desktop_user_info {
  display: flex;
  align-items: center;
}

#_desktop_cart {
  display: flex;
  align-items: center;
}

#_desktop_social {
  display: flex;
  align-items: center;
  padding-right: 25px;
}

ul#top-menu ul .navbar-toggler {
  display: none;
}

.block-contactinfo div.clock,
.block-contactinfo div.email,
.block-contactinfo div.phone {
  float: left;
  width: 10%;
}

.block-contactinfo div.clock2,
.block-contactinfo div.email2,
.block-contactinfo div.phone2 {
  float: left;
  padding-left: 15px;
  width: 89%;
}

.block-contactinfo div.nav-item {
  clear: both;
}

@media (min-width: 992px) {
  .footer-content .block-contactinfo {
    min-width: 24vw;
    color: #000;
  }
}

/* .collec__list {
  margin-bottom: 40px;
}
.collec__list_wrapper {
  display: flex;
  justify-content: space-between;
}

.collec__list_item {
  background-repeat: no-repeat;
  position: relative;
  height: 540px;
  border-radius: 8px;
}

#cli1 {
  background-image: url('/img/new/nasze_salony2.png');
  max-width: 375px;
  margin-right: 30px;
  background-position: top left;
  background-size: contain;
  width:24%;

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
#cli2 {
  background-image: url('/img/new/kolekcja_pik.png');
  max-width: 430px;
  width:24%;
}
#cli3 {
  background-image: url('/img/new/polkotapczany.png');
  max-width: 430px;
  width:24%;
}
#cli4 {
  background-image: url('/img/new/kolekcja_sophie.png');
  max-width: 430px;
  width:24%;
}


#cli5 {
  background-image: url('/img/new/krzesla.png');
  max-width: 430px;
    width:24%;
}
#cli6 {
  background-image: url('/img/new/fotele.png');
  max-width: 430px;
    width:24%;
}
#cli7 {
  background-image: url('/img/new/lozka.png');
  max-width: 430px;
    width:24%;
}
#cli8 {
  background-color:#0A3F8B;
  max-width: 375px;
  margin-left: 30px;
  background-position: top left;
  background-size: contain;
  width:24%;

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

#cli8 p {
  color: #fff;
  font-size: 40px;
  line-height: normal;
  position: absolute;
  bottom:50%;
  left: 20px;
  transform: translateY(50%);
}



.collec__list_item a.btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
} */

.zaufalo__list {
  margin-bottom: 40px;
}

.zaufalo__list_title {
  text-align: center;
  margin-bottom: 50px;
}

.zaufalo__list_title .h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;

}

.zaufalo__list_wrapper {
  display: flex;
  justify-content: center;
}

.zaufalo__list_item {

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  /* height: 215px; */
}

.zaufalo__list_item img {
  display: inline-block;
  margin-bottom: 20px;
}


.zaufalo__list_item span {
  display: inline-block;
  margin-bottom: 20px;

  color: #0A3F8B;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
}

.zaufalo__list_item p {
  display: inline-block;
  text-align: center;


  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}

.salony__list1,
.salony__list2 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.salony__list1 p,
.salony__list2 p {

  line-height: 160%;
}

.salony__list1_text {
  width: 60%;
  padding-right: 25px;
}

.salony__list2_text {
  width: 49%;
  padding-right: 25px;
}

.salony__list1_img {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.salony__list1_img img {
  max-width: 100%;
}

.salony__list1_text .h4,
.salony__list2_text .h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.salony__list1_text .wbitebg {
  border-radius: 0 8px 8px 0;
  border-left: 2px solid #0A3F8B;
  background: var(--kolor-2, #FFF);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 40px;
}

.salony__list2_icons_row {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
}

.salony__list2_icons_item {
  width: 33%;
  display: flex;
  justify-content: space-around;
}

.salony__list2_icons_icon {
  width: 35%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.salony__list2_icons_icon img {
  width: 66%;
}

.salony__list2_icons_title {
  width: 64%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 15px;
}

.salony__list2_siec {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(3, 1fr);
}

.salony__list2_siec_item {
  padding: 10px 10px 10px 25px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  font-size: 15px;
  line-height: 160%;
  /* 24px */
  position: relative;
}

.salony__list2_siec_item_bg {
  width: 10px;
  height: 5px;
  background-color: #0A3F8B;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#newsletter_block_footer {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.nletter-image {
  width: 40%;
  text-align: right;
  padding-right: 20px;
}

.nletter-form {
  width: 50%;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.nletter-form .title_block {
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.btn-newsletter {
  display: inline-block;
}

#newsletter-input-footer {
  margin-right: 0.5208333333vw;
  color: #7a7a7a;
  width: 60%;
  display: inline-block;
}

#index #content .ls-v6 .ls-nav-prev,
#index #content .ls-v6 .ls-nav-next {
  margin-top: -35px;
  transform: none;
  background: #fff;
  color: #0A3F8B;
  padding: 10px;
  border-radius: 50%;
  z-index: 40;

}



.ls-v6 .ls-nav-prev:after,
.ls-v6 .ls-nav-next:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -13px;
  width: 21px;
  height: 21px;
  border: 3px solid transparent;
  border-top: 3px solid #0A3F8B;
}

.ls-v6 .ls-nav-prev:after {
  left: 32px;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 3px solid #0A3F8B;
}

.ls-v6 .ls-nav-next:after {
  right: 30px;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 3px solid #0A3F8B;
}

.ls-v6 .ls-nav-prev {
  left: unset;
  right: 115px;
}

.ls-v6 .ls-nav-next {
  right: 60px;
}

.ls-v6 .ls-nav-prev,
.ls-v6 .ls-nav-next {
  width: 60px;
  height: 60px;
  z-index: 10000;
  top: unset;
  bottom: 10px;
  margin-top: -25px;
  position: absolute;
  border-radius: 30px;
}

@media (max-width: 991px) {

  .ls-v6 .ls-nav-prev,
  .ls-v6 .ls-nav-next {
    display: none;
  }
}

#index #content .ls-inner {
  border-radius: 8px;
  overflow: hidden;
}

#index #content .ls-bottom-nav-wrapper {
  top: -53px;
}

#index #content .ls-bottom-slidebuttons a {
  max-width: 10vw;
  width: 63px !important;
  border-color: transparent !important;
  outline: transparent !important;
  height: 8px !important;
  position: relative;
}

#index #content .ls-bottom-slidebuttons a:hover {
  border: none !important;
}

#index #content .ls-bottom-slidebuttons a::before {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: #fff;
  border-radius: unset;
  transition: ease .3s all;
}

#index #content .ls-bottom-slidebuttons a:hover::before {
  height: 8px !important;
}

#index #content .ls-bottom-slidebuttons a.ls-nav-active {
  border-width: 0 !important;
  /* height: 6px !important; */
}

#index #content .ls-bottom-slidebuttons a.ls-nav-active::before {
  height: 8px !important;
}


#index #content .ls-bottom-slidebuttons a.ls-nav-active:hover {
  background-color: transparent;
  cursor: default;
}

.ls-v6 .ls-bottom-slidebuttons a {
  border-radius: unset;
  border: unset !important
}

.fav-button img {
  margin-left: 2px;
  margin-bottom: 2px;
}

/* RWD */

@media (min-width: 992px) {

  .salony__list1,
  .salony__list2 {
    padding: 3vw 6vw;
  }


  #index #content .ls-v6 .ls-nav-prev,
  #index #content .ls-v6 .ls-nav-next {

    transform: scale(0.6);

  }

  #index #content .ls-bottom-nav-wrapper {
    top: -2.7604vw;
  }

}

@media (max-width: 991px) {
  #index #content .ls-bottom-nav-wrapper {
    top: -15px;
  }

  #index #content .ls-bottom-nav-wrapper .ls-thumbnail-hover {
    display: none !important;
  }

  .nletter-image {
    display: none;
  }

  .nletter-form {
    width: 100%;
    height: 300px;
    text-align: center;
    align-items: center;
  }

  .nletter-form .custom-checkbox {
    justify-content: center;
  }

  .salony__list1,
  .salony__list2 {
    display: block;
    padding: 20px 0;
  }

  .salony__list1 p,
  .salony__list2 p {

    line-height: 160%;
  }

  .salony__list1_text {
    width: 100%;
    padding-right: 0;
  }

  .salony__list2_text {
    width: 100%;
    padding-right: 0;
  }

  .salony__list1_img {
    width: 100%;
    margin-top: 20px;
  }

  .salony__list2_icons_row {
    display: flex;
    justify-content: space-around;
    margin: 50px 0;
  }

  .salony__list2_icons_item {
    width: 33%;
    display: flex;
    justify-content: space-around;
  }

  .salony__list2_icons_icon {
    width: 100%;

  }

  .salony__list2_icons_icon img {}

  .salony__list2_icons_title {

    padding-left: 5px;
    font-size: 10px;
  }

  .salony__list2_siec {
    display: grid;
    gap: 4px 2px;
    grid-template-columns: repeat(3, 1fr);
  }

  .salony__list2_siec_item {
    padding: 10px 5px 10px 20px;
    font-size: 10px;
  }

  .salony__list2_siec_item_bg {
    width: 10px;
    height: 5px;
    background-color: #0A3F8B;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .zaufalo__list_wrapper {
    display: block;
  }

  .zaufalo__list_item {
    width: unset;
  }

  .collec__list_wrapper {
    flex-direction: column;
    align-items: center;
  }

  #cli1,
  #cli2,
  #cli3,
  #cli4,
  #cli5,
  #cli6,
  #cli7,
  #cli8 {
    width: 100%;
    margin: 0 0 10px 0;
  }

  #cli1 {
    margin-right: unset;
  }

  #cli8 {
    margin-left: unset;
  }

  .carousel-controls {
    display: none;
  }

  .block-contactinfo div.clock2,
  .block-contactinfo div.email2,
  .block-contactinfo div.phone2 {
    text-align: left;
    width: 74%;
  }

  .block-contactinfo div.clock,
  .block-contactinfo div.email,
  .block-contactinfo div.phone {

    width: 25%;
  }

}

@media (max-width: 1199px) {
  .icon_label {
    font-size: 12px;
  }

  #_desktop_social {
    padding-right: 0;
  }

  .home__list_item a span {

    font-size: 14px;

  }
}

@media (min-width:992px) and (max-width: 1199px) {
  #cli8 p {
    font-size: 26px;
  }

  .nletter-image {
    width: 45%;

  }

  .nletter-form {
    text-align: center;
    align-items: center;
  }
}

/* debug */
/* .pts-container-wrap {
  background-color: gray;
} */