/**
  * @copyright Copyright (c) 2021 Aurora Creation Sp. z o.o.
  * (https://auroracreation.com)
  * @copyright Copyright (c) 2020 Aurora Creation Sp. z o.o.
  * (https://auroracreation.com)
*/

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

ul[class],
ol[class] {
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul[class],
ol[class] {
  list-style: none; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

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

article > * + * {
  margin-top: 1em; }

input,
button,
textarea,
select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

.mega-menu {
  z-index: 4;
  position: fixed;
  width: 320px;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate3d(-320px, 0, 0);
  transition: transform 0.35s; }
  .mega-menu.active {
    transform: translate3d(0, 0, 0); }
  .mega-menu .mega-menu-navigation {
    display: flex;
    padding: 15px 0; }
    .mega-menu .mega-menu-navigation .mega-menu-category-title {
      flex: 1 1 100%;
      font-weight: 600; }
    .mega-menu .mega-menu-navigation .mega-menu-back {
      margin-right: 10px;
      transform: rotate(180deg);
      margin-top: 9px; }
    .mega-menu .mega-menu-navigation.hidden {
      display: none; }
  .mega-menu .mega-menu-back,
  .mega-menu .mega-menu-close {
    width: 24px;
    height: 24px;
    cursor: pointer; }
  .mega-menu .mega-menu-close {
    margin-left: auto; }

.mega-menu-subcategory-link {
  padding: 0 16px;
  margin-bottom: 30px; }
  .mega-menu-subcategory-link .all-category-link {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #000000;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase; }

label {
  cursor: pointer; }
  label:focus {
    outline: none; }

.menu-template {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 320px;
  height: 100%;
  transform: translate3d(-320px, 0, 0);
  transition: transform 0.35s; }
  .menu-template .menu-template-content {
    height: 100%;
    padding-bottom: 16px;
    overflow: auto; }
    .menu-template .menu-template-content .menu-template {
      padding: 0 10px;
      box-sizing: border-box; }
  .menu-template label.menu-toggle {
    position: absolute;
    right: -60px;
    width: 60px;
    height: 60px;
    line-height: 0;
    display: block;
    padding: 0;
    text-indent: -9999px;
    background: #e7131a; }
  .menu-template ul {
    padding: 0 16px;
    margin: 0;
    list-style-type: none; }
    .menu-template ul li > label,
    .menu-template ul li > a {
      display: flex;
      align-items: center;
      justify-content: left;
      color: #000000;
      cursor: pointer;
      padding: 10px 0;
      text-decoration: none;
      font-weight: bold; }
      .menu-template ul li > label svg,
      .menu-template ul li > a svg {
        margin-right: 30px; }
    .menu-template ul li > .menu-level-1 {
      display: none; }
    .menu-template ul .menu-level-1 .svg-box {
      display: none; }
    .menu-template ul .menu-level-1 .menu-item-level-1 label {
      display: block; }
    .menu-template ul .menu-level-2 {
      display: none; }
    .menu-template ul .menu-level-2-extended {
      display: block; }
    .menu-template ul .menu-level-2 .svg-box {
      display: none; }

.mega-menu-image {
  display: none;
  padding: 0 16px; }

.menu-checkbox {
  display: none; }

.menu .menu label.menu-toggle {
  background: none; }

.menu-checkbox:checked + .menu-template {
  transform: translate3d(0, 0, 0); }

.mega-menu-toggler {
  cursor: pointer;
  display: flex;
  align-items: center; }

.mega-menu-overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  transition: all 200ms ease-in-out;
  visibility: hidden;
  background: rgba(0, 0, 0, 0); }
  .mega-menu-overlay.active {
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    visibility: visible; }

.menu-brands-nav {
  display: none; }

html body {
  transition: padding-left 200ms ease-in-out; }

html .page-wrapper {
  width: 100%; }

html.mega-menu-active {
  overflow: hidden; }
  html.mega-menu-active body {
    overflow: hidden; }

.mega-menu-additional-link {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase; }

.menu-item-level-0 {
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 1px solid #cecece; }
  .menu-item-level-0:first-child {
    padding-top: 0; }

.menu-sub-category-link.menu-no-children {
  font-weight: normal; }

.mega-menu-navigation-back {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 8px; }
  .mega-menu-navigation-back .mega-menu-back {
    transform: rotate(180deg);
    margin-right: 30px; }
    .mega-menu-navigation-back .mega-menu-back svg {
      vertical-align: middle; }

@media (min-width: 1024px) {
  .cms-index-index .mega-menu {
    background: #dbe5e6; }
  .mega-menu {
    z-index: 2;
    position: relative;
    width: 100%;
    height: initial;
    overflow: initial;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s; }
    .mega-menu .menu-checkbox:checked + .menu-template {
      transform: initial; }
    .mega-menu .mega-menu-subcategory-link,
    .mega-menu .mega-menu-overlay,
    .mega-menu .mega-menu-navigation {
      display: none; }
    .mega-menu .mega-menu-image {
      display: inline-block;
      flex: 0 1 25%;
      text-decoration: none;
      color: #000000;
      font-weight: bold; }
      .mega-menu .mega-menu-image .price {
        font-size: 20px;
        margin-bottom: 5px; }
    .mega-menu .menu-template {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      width: initial;
      height: initial;
      transform: initial;
      transition: transform 0.35s; }
      .mega-menu .menu-template.main-menu-template {
        position: static;
        width: 100%;
        background: initial;
        height: initial;
        transform: translate3d(-320px, 0, 0);
        transition: transform 0.35s;
        background: #485B60;
        border-radius: 35px; }
      .mega-menu .menu-template .menu-level-0 {
        display: flex;
        justify-content: center;
        padding: 0;
        overflow: hidden; }
        .mega-menu .menu-template .menu-level-0 .menu-item-level-0 {
          border: 0;
          padding: 30px 10px;
          transition: all .2s linear;
          font-weight: bold; }
          .mega-menu .menu-template .menu-level-0 .menu-item-level-0.brands {
            margin-left: auto; }
          .mega-menu .menu-template .menu-level-0 .menu-item-level-0 > .menu-template {
            box-shadow: 0 4px 8px 0 rgba(71, 93, 111, 0.1);
            visibility: hidden;
            opacity: 0;
            top: 130%;
            transition: all 0.35s; }
          .mega-menu .menu-template .menu-level-0 .menu-item-level-0 .menu-template-1 {
            width: 95%;
            margin: auto;
            padding: 40px;
            box-shadow: 0px 2px 5px 0px #cecece;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px; }
          .mega-menu .menu-template .menu-level-0 .menu-item-level-0:hover {
            background: #849ca2; }
            .mega-menu .menu-template .menu-level-0 .menu-item-level-0:hover > .menu-template {
              visibility: visible;
              opacity: 1;
              top: 100%; }
            .mega-menu .menu-template .menu-level-0 .menu-item-level-0:hover:hover > label {
              background: #849ca2; }
          .mega-menu .menu-template .menu-level-0 .menu-item-level-0 > a,
          .mega-menu .menu-template .menu-level-0 .menu-item-level-0 > label {
            padding: 0px 10px; }
            .mega-menu .menu-template .menu-level-0 .menu-item-level-0 > a span,
            .mega-menu .menu-template .menu-level-0 .menu-item-level-0 > label span {
              padding: 30px 0;
              color: #ffffff;
              font-size: 16px;
              text-transform: uppercase;
              font-weight: 600;
              letter-spacing: 0.4px; }
          .mega-menu .menu-template .menu-level-0 .menu-item-level-0 label svg {
            display: none; }
          .mega-menu .menu-template .menu-level-0 .menu-item-level-0 > .menu-template > .menu-template-content {
            display: flex; }
          .mega-menu .menu-template .menu-level-0 .menu-item-level-0.brands > .menu-template {
            padding: 0 0 40px 0; }
            .mega-menu .menu-template .menu-level-0 .menu-item-level-0.brands > .menu-template .menu-template-wrapper {
              display: flex;
              padding: 0 16px;
              overflow: initial; }
      .mega-menu .menu-template .menu-level-1 {
        display: initial;
        -moz-columns: 2;
             columns: 2; }
        .mega-menu .menu-template .menu-level-1 .menu-item-level-1 > .menu-template {
          position: relative;
          top: 0;
          width: 90%;
          border-bottom-right-radius: 30px;
          border-bottom-left-radius: 30px;
          margin-left: 50px; }
        .mega-menu .menu-template .menu-level-1 .menu-item-level-1 > a,
        .mega-menu .menu-template .menu-level-1 .menu-item-level-1 > label {
          font-weight: 600;
          color: #000000;
          font-size: 16px;
          display: inline-block; }
        .mega-menu .menu-template .menu-level-1 .menu-item-level-1 .svg-box {
          display: inline-block;
          padding: 0; }
      .mega-menu .menu-template .menu-level-2 {
        padding: 0;
        margin: 10px 0 20px; }
        .mega-menu .menu-template .menu-level-2 .menu-item-level-2 {
          padding: 5px 0; }
          .mega-menu .menu-template .menu-level-2 .menu-item-level-2 a {
            padding: 0;
            font-weight: normal;
            color: #000000; }
          .mega-menu .menu-template .menu-level-2 .menu-item-level-2:hover a {
            font-weight: bold; }
      .mega-menu .menu-template .menu-no-children {
        margin: 10px 0 20px; }
      .mega-menu .menu-template .menu-template-content {
        padding-bottom: 0;
        position: relative;
        overflow: initial; }
        .mega-menu .menu-template .menu-template-content .menu-template {
          padding: 0; }
      .mega-menu .menu-template ul li {
        border: 0; }
        .mega-menu .menu-template ul li .mega-menu-additional-link {
          display: none; }
  .menu-brands-nav {
    display: block;
    border: solid 1px #e5e5e5; }
    .menu-brands-nav .brand-letters {
      flex: 1 0 80%;
      display: flex;
      justify-content: space-between; }
    .menu-brands-nav .brand-link {
      flex: 1 0 20%;
      display: flex; }
    .menu-brands-nav a,
    .menu-brands-nav .brand-letter {
      font-size: 14px;
      padding: 12px;
      position: relative;
      cursor: pointer; }
      .menu-brands-nav a:hover:after, .menu-brands-nav a.active:after,
      .menu-brands-nav .brand-letter:hover:after,
      .menu-brands-nav .brand-letter.active:after {
        content: '';
        position: absolute;
        height: 1px;
        top: 100%;
        left: 0;
        width: 100%;
        background: #4e4e4e; }
    .menu-brands-nav a {
      margin-left: auto;
      font-weight: 600; }
  .mega-menu .menu-template-brands {
    height: 520px !important;
    width: 100% !important; }
    .mega-menu .menu-template-brands .menu-level-1 .menu-item-level-1 {
      width: 100%;
      display: flex;
      align-items: flex-start;
      margin-bottom: 60px; }
      .mega-menu .menu-template-brands .menu-level-1 .menu-item-level-1 > label {
        padding: 0;
        flex: 1 0 15%; }
        .mega-menu .menu-template-brands .menu-level-1 .menu-item-level-1 > label span {
          font-size: 32px;
          font-weight: 300;
          color: #000000; }
      .mega-menu .menu-template-brands .menu-level-1 .menu-item-level-1 .menu-template {
        flex: 1 0 85%; }
        .mega-menu .menu-template-brands .menu-level-1 .menu-item-level-1 .menu-template .menu-level-2 {
          display: flex;
          flex-wrap: wrap; }
          .mega-menu .menu-template-brands .menu-level-1 .menu-item-level-1 .menu-template .menu-level-2 .menu-item-level-2 {
            width: 20%; }
  html .page-wrapper {
    width: initial; }
  .mega-menu .menu-template .menu-level-0 .menu-item-level-0 > label {
    display: none; }
  .mega-menu .menu-template .menu-level-1 .menu-item-level-1 > label {
    display: none; }
  .mega-menu .menu-template .menu-level-2 {
    display: inline-block; }
  .mega-menu .menu-template .menu-no-children {
    padding: 0; }
  .mega-menu .menu-template ul.menu-list-level-1 {
    columns: 2;
    width: 100%;
    -moz-columns: 2; }
  .menu-item-level-0 .menu-sub-category-link {
    display: initial;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px; }
    .menu-item-level-0 .menu-sub-category-link.menu-level-2 span, .menu-item-level-0 .menu-sub-category-link.menu-no-children span {
      position: relative; }
      .menu-item-level-0 .menu-sub-category-link.menu-level-2 span:after, .menu-item-level-0 .menu-sub-category-link.menu-no-children span:after {
        content: '';
        width: 165px;
        height: 1px;
        background: #cecece;
        position: absolute;
        left: 0;
        top: 35px; }
  .mega-menu-image-info {
    text-align: center;
    margin-top: 10px;
    padding-top: 25px;
    border-top: 1px solid #cecece; }
  .mega-menu-navigation-back {
    display: none; } }

.header-bar-mobile {
  display: flex;
  height: 45px;
  background: #e1e9eb;
  padding: 0 5px;
}

.header-bar-mobile__logo img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.header-bar-tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header-bar-mobile__phone-icon {
  display: flex;
}

.header-bar-mobile__phone-number {
  font-size: 14px;
  font-weight: 700;
  color: #485B60;
}

.header-bar-links {
  display: none; }

.link-list {
  margin: 0;
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #cecece; }

.bar-links-item {
  font-size: 14px;
  font-weight: 700;
  padding: 0 5px;
  flex-basis: 50%;
  display: flex;
  justify-content: center; }
  .bar-links-item:first-child {
    border-right: 1px solid #cecece; }

.bar-link {
  text-decoration: none;
  color: #485B60;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 5px; }

.svg-box {
  padding-right: 10px; }

.header-bar-links-mobile .bar-links-item {
  padding: 0; }
  .header-bar-links-mobile .bar-links-item .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .header-bar-links-mobile .bar-links-item .bar-link .svg-box {
      display: flex; }
      .header-bar-links-mobile svg {
        vertical-align: middle; }

@media (min-width: 1024px) {
  .header-bar-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #485B60; }
    .header-bar-links.wrapper {
      padding-top: 10px;
      padding-bottom: 10px; }
  .header-bar-mobile {
    display: none; }
  .header-bar-links-mobile {
    display: none; }
  .bar-links-item {
    display: inline;
    font-size: 16px;
    font-weight: 700;
    flex-basis: initial;
    padding: 0; }
    .bar-links-item:first-child {
      border: none; }
  .link-list {
    border: none; }
  .bar-link {
    margin-right: 20px;
    transition: opacity .2s linear;
    justify-content: initial; }
    .bar-link:hover {
      opacity: .7; }
  .svg-box svg {
    vertical-align: initial; } }

.button {
  border: none;
  background: none;
  width: 100%;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 25px;
  cursor: pointer;
  transition: opacity 0.2s linear;
  display: inline-block;
  min-width: 160px;
  text-align: center; }
  .button:hover {
    opacity: .8; }
  .button:focus {
    outline: none; }
  .button.button-blue {
    background: #208192; }
  .button.button-red {
    background: #e7131a; }
  .button.button-green {
    background: #029932; }
  .button.button-blue-border {
    color: #208192;
    border: 1px solid #208192; }
  .button.button-gray {
    background: #cecece; }
  .button.button-border {
    color: #000000;
    border: 1px solid #cecece;
    font-weight: normal; }
    .button.button-border:hover {
      background: #dbe5e6;
      border: none; }

.button-icon {
  border: none;
  background: none; }
  .button-icon:focus {
    outline: none; }

.button-icon {
  background: none;
  border: 0;
  cursor: pointer;
  transition: opacity .2s linear;
  padding: 0; }
  .button-icon:hover {
    opacity: 0.7; }
  .button-icon:focus {
    outline: none; }

.button-box {
  text-align: center;
  margin: 25px 25px 0 25px; }

@media (min-width: 1024px) {
  .button {
    width: auto; }
  .button-box {
    margin: 25px 0 0;
    text-align: left; } }

.header.content {
  position: relative; }
  .header.content .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px; }

.header-contact {
  display: none; }

.header.links {
  display: flex;
  align-items: center; }
  .header.links .link {
    position: relative;
    cursor: pointer; }
  .header.links .wishlist {
    display: none; }
  .header.links .my-account-list {
    display: none;
    border: 1px solid #cecece;
    padding: 10px;
    position: absolute;
    border-radius: 15px;
    background: #fff;
    right: 0;
    min-width: 200px;
    text-align: center;
    z-index: 9; }
  .header.links .my-account-list .link {
    padding: 10px 0;
    font-size: 15px;
    margin: 5px;
    background-color: #485B60;
    color: white;
    border-radius: 20px;
  }
  .header.links .my-account-list .link:hover {
    background-color: #79a1ab;
  }
  .header.links .open-account {
    display: block; }

.logo {
  display: none }
.logo img {
  width: 250px; }
.panel.header {
  margin: auto;}
.header-content-links {
  width: 100%; }
.header.links {
  display: flex;
  column-gap: 25%;
  justify-content: center; }
.header.links
.customer-name {
  font-weight: bold;
  margin-bottom: 20px; }
@media (min-width: 1024px) {
  .logo {
    display: block;
    margin-right: 40px;
    margin-left: 0;
    width: auto; }
  .cms-index-index .header.content {
    background: #dbe5e6; }
  .header.content .wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  .header-contact {
    display: block; }
  .header.links {
    justify-content: flex-start;
    column-gap: 20px; }
  .header.links .wishlist {
    display: block; }
  .header-content-links {
    display: flex;
    justify-content: space-between;
    width: auto; }
    .header-content-links .bar-links-item {
      display: flex; }
      .header-content-links .bar-links-item:first-child {
        margin-right: 40px; }
  .action.nav-toggle.js-openMenu {
    display: none; }
  .my-account-list {
    display: none; } }

.block-search {
  display: block;
  width: 100%;
  position: initial;
  top: 0;
  left: 0;
  background: transparent;
  padding: 15px 0;
  border-radius: 30px;
  margin: 0; }

.open-search {
  display: block; }

.block-content {
  position: relative; }

.input-text {
  width: 100%;
  height: auto;
  background: transparent;
  border: none;
  border-bottom: 1px solid #485B60;
  color: #485B60;
  font-size: 16px;
  font-weight: bold;
  transition: all .2s; }
  .input-text::-moz-placeholder {
    color: #485B60; }
  .input-text:-ms-input-placeholder {
    color: #485B60; }
  .input-text::placeholder {
    color: #485B60; }
  .input-text:focus {
    outline: none; }

.action.search {
  position: absolute;
  right: 3px;
  bottom: 1px;
  z-index: 3;
  width: auto; }
  .action.search:hover {
    opacity: 0.7; }
  .action.search:focus {
    outline: none; }

.button-search {
  min-width: auto;
  padding: 0;
  z-index: 1; }

#search_autocomplete {
  z-index: 3; }

.smile-elasticsuite-autocomplete-result {
  background: #ffffff;
  border-radius: 15px;
  border-color: #cecece;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px; }
  .smile-elasticsuite-autocomplete-result .search-item {
    display: flex;
    padding: 20px 0; }
  .smile-elasticsuite-autocomplete-result .cart-item:not(:last-child) {
    padding-bottom: 20px; }
  .smile-elasticsuite-autocomplete-result .product-name {
    font-weight: bold; }
  .smile-elasticsuite-autocomplete-result .autocomplete-list {
    padding: 0 20px; }
    .smile-elasticsuite-autocomplete-result .autocomplete-list:first-child {
      padding-top: 20px; }
    .smile-elasticsuite-autocomplete-result .autocomplete-list:last-child {
      padding-bottom: 20px; }
    .smile-elasticsuite-autocomplete-result .autocomplete-list dd {
      padding-bottom: 10px; }
  .smile-elasticsuite-autocomplete-result .autocomplete-button {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0; }
  .smile-elasticsuite-autocomplete-result .old-price {
    color: #707070;
    font-size: 12px;
    text-decoration: line-through; }
  .smile-elasticsuite-autocomplete-result .product-shop {
    flex-basis: 70%; }
  .smile-elasticsuite-autocomplete-result .product-main-details {
    width: 100%; }

@media (min-width: 1024px) {
  .block-search {
    width: 25%;
    padding: 0;
    border-radius: 0; }
    .block-search .price,
    .block-search .price-label {
      font-size: 15px; } }

.cart-wrapper {
  z-index: 3; }

.cart-item {
  position: relative; }
  .cart-item:not(:last-child) {
    padding-right: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .cart-item:not(:last-child) {
    border-bottom: 1px solid #cecece; }
  .cart-item.minicart-item {
    padding-right: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .cart-item .product-main-details {
    display: flex;
    min-height: 80px; }
    .cart-item .product-main-details .product-item-photo {
      flex-basis: 30%;
      margin-right: 10px; }
    .cart-item .product-main-details .product-item-name {
      flex-basis: 60%;
      font-weight: bold; }
      .cart-item .product-main-details .product-item-name .options {
        font-size: 14px;
        font-weight: normal;
        margin-top: 5px;
        cursor: pointer; }
        .cart-item .product-main-details .product-item-name .options .options-title {
          text-decoration: underline;
          color: #208192; }
          .cart-item .product-main-details .product-item-name .options .options-title:focus {
            outline: none; }
  .cart-item .product-item-pricing {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 20px; }
  .cart-item .price-container,
  .cart-item .price-including-tax {
    font-weight: bold;
    font-size: 18px; }
  .cart-item .update-cart-item {
    margin-left: 10px; }
    .cart-item .update-cart-item svg {
      vertical-align: middle; }
  .cart-item .actions-toolbar {
    position: absolute;
    top: 4px;
    right: -5px; }

.product-price {
  display: none; }

@media (min-width: 1024px) {
  .cart-item {
    display: flex; }
  .product-price {
    display: block; }
  #shopping-cart-table .cart.item {
    width: 100%; }
    #shopping-cart-table .cart.item .item-info {
      display: flex;
      width: 100%; }
      #shopping-cart-table .cart.item .item-info .product-item-pricing {
        flex-basis: 45%;
        padding: 0;
        padding-left: 20px; }
        #shopping-cart-table .cart.item .item-info .product-item-pricing .input, #shopping-cart-table .cart.item .item-info .product-item-pricing .select2-container--default select, .select2-container--default #shopping-cart-table .cart.item .item-info .product-item-pricing select,
        #shopping-cart-table .cart.item .item-info .product-item-pricing .select2-container--default .select2-container--default .select2-selection--single, .select2-container--default .select2-container--default #shopping-cart-table .cart.item .item-info .product-item-pricing .select2-selection--single {
          padding: 0; }
        #shopping-cart-table .cart.item .item-info .product-item-pricing .label {
          display: none; }
        #shopping-cart-table .cart.item .item-info .product-item-pricing .col {
          flex-basis: 30%; }
        #shopping-cart-table .cart.item .item-info .product-item-pricing .subtotal {
          text-align: end; }
      #shopping-cart-table .cart.item .item-info .col.item {
        flex-basis: 45%; } }

#block-summary:focus,
#shipping-zip-form:focus,
#block-shipping:focus {
  outline: none; }

.checkout-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #cecece; }

.checkout-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px; }

.checkout-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px; }

.checkout-border-box {
  padding-top: 20px;
  border-bottom: 1px solid #cecece; }

.checkout-fieldset {
  padding: 0;
  margin: 0;
  border: none; }
  .checkout-fieldset:focus {
    outline: none; }

.checkout-form-box {
  margin-bottom: 20px; }

@media (min-width: 1024px) {
  .checkbox-subtitle {
    font-size: 18px; }
  .checkout-title {
    font-size: 25px; }
  .checkout-box {
    padding: 40px; } }

#minicart-content-wrapper {
  position: absolute;
  z-index: 10;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}
  #minicart-content-wrapper .product-main-details {
    position: relative; }
    #minicart-content-wrapper .product-main-details .remove-product {
      position: absolute;
      right: -13px;
      top: 0px; }

.minicart-title {
  display: flex;
  justify-content: space-between; }
  .minicart-title:after, .minicart-title:before {
    display: none; }

.title-products-count {
  font-size: 13px;
  color: #cecece; }

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

.minicart-items-wrapper {
  overflow-x: hidden;
  overflow-y: auto; }

@media (min-width: 1024px) {
  #minicart-content-wrapper {
    min-width: 390px; }
  .title-products-count {
    font-size: 15px; } }

a {
  text-decoration: none; }

.gray-link {
  cursor: pointer;
  color: #707070;
  font-size: 15px; }
  .gray-link:hover {
    color: #485B60; }

.blue-link {
  color: #208192;
  text-decoration: underline; }

.black-link {
  color: #000000;
  text-decoration: underline;
  font-size: 14px; }

.header.links li[data-block="minicart"].link {
  position: unset; }
  .header.links li[data-block="minicart"].link .showcart {
    position: relative; }
    .header.links li[data-block="minicart"].link .showcart .counter-number-box {
      top: -1px;
    }
  .header.links li.my-account-link button.header-icon {
    font: inherit;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    padding-block: 0;
    padding-inline: 0;
    cursor: pointer;
    color: inherit; }

.counter-number-box {
  position: absolute;
  right: 8px;
  top: 11px;
  width: 18px;
  height: 18px; }

.counter-number {
  width: 18px;
  height: 18px;
  background: #e7131a;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8;
  text-align: center;
  position: absolute;
  right: -6px;
  top: 8px; }

@media (min-width: 380px) {
  #minicart-content-wrapper {
    min-width: 300px;
    right: 0;
    width: auto;
    left: auto;
    transform: none; }
  
    .header.links li[data-block="minicart"].link {
    position: relative; }
    .header.links li[data-block="minicart"].link .showcart {
      position: unset; }
      .header.links li[data-block="minicart"].link .showcart .counter-number-box {
        top: 11px;
      }
}

.wishlist-link .counter-number {
  top: 16px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #485b60;
  font-weight: bold;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: normal }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #485b60;
  font-weight: bold;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  font-weight: normal }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.select-container {
  display: flex;
  flex-direction: column-reverse; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcons/16px/Arrow down%3C/title%3E%3Cg id='Icons/16px/Arrow-down' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpolyline id='Path-2' stroke='%23000000' stroke-width='2' transform='translate(8.000000, 8.000000) rotate(-90.000000) translate(-8.000000, -8.000000) ' points='10 12 6 8 10 4'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E") no-repeat right 15px center;
  color: #cecece; }
  select.mage-error ~ .select2-container--default .select2-selection--single {
    border-color: #e7131a; }
  select + .mage-error {
    margin-top: 5px;
    color: #e7131a; }

.select2-container--default:active, .select2-container--default:focus {
  outline: none; }

.select2-container--default .select2-selection--single {
  height: 41px;
  transition: none;
  border-radius: 20px;
  border: none; }
  .select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus {
    outline: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #485b60;
    font-weight: bold;
    padding: 7px 20px;
    min-width: 85px;
    font-size: 14px;
    border-radius: 30px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: normal }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 16px;
    transform: translate(0, -50%); }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      width: 15px;
      height: 15px;
      top: 9px;
      left: 5px;
      margin: 0;
      background-image: url("../images/newsletter-arrow.svg");
      background-repeat: no-repeat;
      border: none; }

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: transparent;
  border-bottom-color: #cecece; }

.select2-container--default .select2-dropdown {
  border: none;
  border-radius: 0 0 4px 4px; }
  .select2-container--default .select2-dropdown .select2-results__option {
    padding: 10px 20px;
    color: #485b60;
    border-top: 1px solid #cecece; }
    .select2-container--default .select2-dropdown .select2-results__option:first-child {
      border: none; }
    .select2-container--default .select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-container--default .select2-dropdown .select2-results__option.select2-results__option[aria-selected="true"] {
      background-color: #cecece;
      font-weight: bold; }

.select-border + .select2-container--default .select2-selection__rendered {
  border: 1px solid #cecece !important;
  padding: 0; }

.select-toolbar + .select2-container--default .select2-selection--single {
  height: auto; }
  .select-toolbar + .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 25px;
    min-width: 200px;
    color: #485b60; }
  .select-toolbar + .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 16px;
    transform: translate(0, -50%); }
    .select-toolbar + .select2-container--default .select2-selection--single .select2-selection__arrow b {
      width: 15px;
      height: 15px;
      top: 9px;
      left: 5px;
      margin: 0;
      background-image: url("../images/arrow-blue.svg");
      background-repeat: no-repeat;
      border: none; }

@media (min-width: 1024px) {
  .select2-container--default .select2-selection--single {
    height: 61px;
    border-radius: 30px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 14px;
      padding: 20px 25px;
      min-width: 95px; }
  .select2-container--default .select2-dropdown .select2-results__option {
    padding: 10px 25px; } }

.sidebar-box {
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 30px; }
  .sidebar-box.geyser {
    background: #dbe5e6; }

.sidebar-border {
  position: relative;
  margin-bottom: 45px; }
  .sidebar-border:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: '';
    width: 100%;
    border-bottom: 1px solid #cecece; }

.sidebar-title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px; }
  .sidebar-title a {
    color: #000000; }

.filter-title {
  display: none; }

.filter-options-title {
  font-size: 18px;
  color: #485B60;
  padding-bottom: 10px;
  font-weight: bold; }

.filter-options-content {
  margin-bottom: 20px; }
  .filter-options-content .control {
    margin-bottom: 10px; }
  .filter-options-content .item {
    padding: 5px 0;
    font-size: 14px; }
    .filter-options-content .item a {
      color: #485B60; }

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

.open-filter {
  display: none; }

.sidebar-item {
  display: flex;
  justify-content: space-between;
  color: #485B60; }

.filter-options-item .filter-options-title:focus {
  outline: none; }

.filter-options-item.active svg {
  transform: rotate(180deg); }

@media (min-width: 1024px) {
  .sidebar-box {
    padding: 50px; }
  .filter-title {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 35px;
    color: #485B60;
    margin-bottom: 25px; }
  .item {
    font-size: 16px; }
  .filter-options-title.current {
    font-size: 18px;
    padding: 0;
    color: #000000; }
  .sidebar-border {
    margin: 0 0 50px 0; } }

.button {
  border: none;
  background: none;
  width: 100%;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 25px;
  cursor: pointer;
  transition: opacity 0.2s linear;
  display: inline-block;
  min-width: 160px; }
  .button:hover {
    opacity: .8; }
  .button:focus {
    outline: none; }
  .button.button-blue {
    background: #208192; }
  .button.button-blue-border {
    color: #208192;
    border: 1px solid #208192; }
  .button.button-gray {
    background: #cecece;
    text-align: center; }
  .button.button-border {
    color: #000000;
    border: 1px solid #cecece;
    font-weight: normal; }
    .button.button-border:hover {
      background: #dbe5e6;
      border: none; }

.button-icon {
  border: none;
  background: none; }
  .button-icon:focus {
    outline: none; }

.button-icon {
  background: none;
  border: 0;
  cursor: pointer;
  transition: opacity .2s linear;
  padding: 0; }
  .button-icon:hover {
    opacity: 0.7; }
  .button-icon:focus {
    outline: none; }

.button-box {
  text-align: center;
  margin: 25px 25px 0 25px; }

@media (min-width: 1024px) {
  .button {
    width: auto; }
  .button-box {
    margin: 25px 0 0;
    text-align: left; } }

.loading-mask {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.radio, input[type="radio"] {
  position: absolute;
  display: none; }
  .radio + .label, input[type="radio"] + .label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block; }
    .radio + .label::before, input[type="radio"] + .label::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      display: block;
      height: 20px;
      width: 20px;
      background-color: #ffffff;
      border: 1px solid #cecece;
      border-radius: 100px; }
    .radio + .label::after, input[type="radio"] + .label::after {
      content: "";
      position: absolute;
      top: 3px;
      left: 4px;
      display: none;
      width: 12px;
      height: 12px;
      background-color: #208192;
      border-radius: 100px; }
    .radio + .label + .mage-error, input[type="radio"] + .label + .mage-error {
      margin-top: 5px;
      color: #e7131a; }
  .radio:checked + .label::after, input:checked[type="radio"] + .label::after {
    display: block; }
  .radio.mage-error + .label::before, input.mage-error[type="radio"] + .label::before {
    border-color: #e7131a; }

.radio:disabled + .label, input:disabled[type="radio"] + .label {
  color: #cecece; }
  .radio:disabled + .label::before, input:disabled[type="radio"] + .label::before {
    background-color: #485B60;
    border-color: #cecece; }

.wrapper {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto; }

.grid-container {
  padding: 0px 10px; }

.grid-row {
  margin: 0px -10px; }

.grid-column {
  margin: 0 10px; }

@media (min-width: 1492px) {
  .container {
    padding: 0; }
  .wrapper {
    max-width: 1460px;
    padding: 0; } }

.wrapper-breadcrumbs {
  padding-top: 7px;
  padding-bottom: 7px; }
  .wrapper-breadcrumbs .items {
    display: flex;
    flex-wrap: wrap; }
    .wrapper-breadcrumbs .items .item {
      padding-left: 5px;
      font-size: 14px; }
      .wrapper-breadcrumbs .items .item:last-child {
        color: #485B60; }
      .wrapper-breadcrumbs .items .item a {
        color: #000000; }
      .wrapper-breadcrumbs .items .item:not(:last-child):after {
        content: ">"; }

@media (min-width: 1024px) {
  .wrapper-breadcrumbs {
    padding: 20px 0; }
    .wrapper-breadcrumbs .items .item {
      font-size: 16px; } }

.input, .select2-container--default select,
.select2-container--default .select2-container--default .select2-selection--single {
  width: 100%;
  height: auto;
  background: #ffffff;
  border: none;
  color: #485B60;
  font-size: 14px;
  font-weight: bold;
  transition: all .2s;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 20px; }
  .input.input-counter, .select2-container--default select.input-counter,
  .select2-container--default .select2-container--default .input-counter.select2-selection--single {
    color: #000000;
    padding: 0;
    text-align: center; }
  .input.input-border, .select2-container--default select.input-border,
  .select2-container--default .select2-container--default .input-border.select2-selection--single {
    border: 1px solid #cecece; }
  .input.input-sidebar, .select2-container--default select.input-sidebar,
  .select2-container--default .select2-container--default .input-sidebar.select2-selection--single {
    padding: 10px; }
  .input.input-summary, .select2-container--default select.input-summary,
  .select2-container--default .select2-container--default .input-summary.select2-selection--single {
    padding: 10px 20px; }
  .input::-moz-placeholder, .select2-container--default select::-moz-placeholder, .select2-container--default .select2-container--default .select2-selection--single::-moz-placeholder {
    font-weight: normal; }
  .input:-ms-input-placeholder, .select2-container--default select:-ms-input-placeholder, .select2-container--default .select2-container--default .select2-selection--single:-ms-input-placeholder {
    font-weight: normal; }
  .input::placeholder, .select2-container--default select::placeholder,
  .select2-container--default .select2-container--default .select2-selection--single::placeholder {
    font-weight: normal; }
  .input:active, .select2-container--default select:active,
  .select2-container--default .select2-container--default .select2-selection--single:active, .input:focus, .select2-container--default select:focus,
  .select2-container--default .select2-container--default .select2-selection--single:focus {
    border-color: #485B60;
    outline: none; }
  .input:disabled, .select2-container--default select:disabled,
  .select2-container--default .select2-container--default .select2-selection--single:disabled {
    background-color: #cecece;
    border-color: #cecece;
    color: #cecece; }
    .input:disabled:focus, .select2-container--default select:disabled:focus,
    .select2-container--default .select2-container--default .select2-selection--single:disabled:focus {
      border: none; }
  .input.mage-error, .select2-container--default select.mage-error,
  .select2-container--default .select2-container--default .mage-error.select2-selection--single {
    border-color: #e7131a; }
  .input + .mage-error, .select2-container--default select + .mage-error, .select2-container--default .select2-container--default .select2-selection--single + .mage-error,
  .input ~ .error-box,
  .select2-container--default select ~ .error-box,
  .select2-container--default .select2-container--default .select2-selection--single ~ .error-box {
    margin-bottom: 10px;
    color: #e7131a; }

  .input ~ .error-box,
  .select2-container--default select ~ .error-box,
  .select2-container--default .select2-container--default .select2-selection--single ~ .error-box {
    color: #000000; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

.control-input {
  margin-bottom: 10px; }

textarea {
  resize: none; }

@media (min-width: 1024px) {
  .input, .select2-container--default select,
  .select2-container--default .select2-container--default .select2-selection--single {
    padding: 20px 25px;
    font-size: 16px;
    line-height: 22px; } }

.details-qty {
  display: flex;
  align-items: center; }

.control-number {
  position: relative;
  max-width: 70px;
  margin-left: 10px;
  color: #000000;
  font-weight: bold; }

.control-action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
  .control-action.js-counter-plus {
    right: 0; }
  .control-action.js-counter-minus {
    left: 0; }

.info-messages {
  position: fixed;
  top: 70px;
  right: 10px;
  max-width: 90%;
  z-index: 4;
  font-size: 14px; }
  .info-messages .message {
    top: -50px;
    z-index: 2;
    padding: 15px;
    padding-right: 70px;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s linear; }
    .info-messages .message:after {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      background-image: url("../images/close.svg");
      background-size: contain; }
    .info-messages .message:hover {
      opacity: 0.7; }
    .info-messages .message a {
      font-weight: bold; }
  .info-messages .message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .info-messages .message-success a {
      color: #3c763d; }
  .info-messages .message-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .info-messages .message-error a {
      color: #a94442; }
  .info-messages .message-notice,
  .info-messages .message-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .info-messages .message-notice a,
    .info-messages .message-info a {
      color: #31708f; }

.catalog-product-view .info-messages {
  position: relative;
  display: flex;
  max-width: initial;
  top: auto;
  right: auto; }
  .catalog-product-view .info-messages .message {
    top: unset;
    margin-bottom: 15px;
    width: 350px;
    max-width: 100%; }
  .catalog-product-view .info-messages .message-notice,
  .catalog-product-view .info-messages .message-success,
  .catalog-product-view .info-messages .message-error {
    position: relative;
    border-radius: 20px; }
  .catalog-product-view .info-messages .message-notice,
  .catalog-product-view .info-messages .message-error {
    color: #e7131a;
    background-color: #fff;
    border-color: #e7131a; }
    .catalog-product-view .info-messages .message-notice a {
      color: #e7131a; }
    .catalog-product-view .info-messages .message-notice:after {
      background-image: url("../images/close-black.svg"); }

@media (min-width: 521px) {
  .catalog-product-view .info-messages {
    justify-content: flex-end;
  }
}

.cookie-wrapper {
  padding: 15px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  background: #dbe5e6;
  z-index: 100; }
  .cookie-wrapper .content:focus {
    outline: none; }
  .cookie-wrapper .actions {
    margin-top: 20px; }
  .cookie-wrapper a {
    color: #000000;
    text-decoration: underline; }

.page-footer {
  padding: 70px 0 40px;
  background: #485B60;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7; }
  .page-footer a {
    color: #ffffff;
    display: block;
    text-decoration: none; }
  .page-footer .footer-top,
  .page-footer .footer-bottom {
    display: flex;
    flex-direction: column; }
    .page-footer .footer-top .footer-left,
    .page-footer .footer-bottom .footer-left {
      flex-grow: 1;
      margin-right: 0; }
  .page-footer .footer-location .location-list {
    display: flex;
    flex-wrap: wrap; }
  .page-footer .location-list-item {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-right: 20px; }
    .page-footer .location-list-item .location-icon {
      margin-right: 20px; }
    .page-footer .location-list-item .location-info-title {
      margin: 0;
      font-weight: bold; }
  .page-footer .navigation-list .navigation-list-item {
    display: flex;
    align-items: center; }
    .page-footer .navigation-list .navigation-list-item .navigation-list-item-icon {
      margin-right: 20px; }
  .page-footer .navigation-list .mobile-margined {
    margin-bottom: 30px; }
  .page-footer .general-info {
    margin-top: 30px;
    padding: 20px;
    border-radius: 30px;
    border: solid 1px #ffffff;
    display: flex;
    flex-direction: column; }
    .page-footer .general-info .generai-info-title {
      margin-top: 10px;
      font-weight: 600; }
    .page-footer .general-info .social-container {
      display: flex;
      padding-top: 20px; }
      .page-footer .general-info .social-container a {
        margin-right: 10px; }
  .page-footer .certificates-block {
    display: flex;
    flex-direction: column; }
    .page-footer .certificates-block .certificates-block-title {
      display: block;
      margin-right: 20px;
      font-weight: bold; }
    .page-footer .certificates-block .certificates-list {
      display: flex;
      padding: 10px 0 20px; }
      .page-footer .certificates-block .certificates-list .certificates-list-item {
        margin-right: 10px; }
        .page-footer .certificates-block .certificates-list .certificates-list-item svg {
          width: 40px;
          height: 40px; }
  .page-footer .copyright {
    font-size: 12px; }
  .page-footer .footer-bottom {
    padding-top: 40px; }

@media (min-width: 1024px) {
  .page-footer {
    font-size: 18px;
    line-height: 1.4; }
    .page-footer .footer-top,
    .page-footer .footer-bottom {
      flex-direction: row; }
    .page-footer .footer-location {
      padding-bottom: 60px;
      margin-right: 50px; }
      .page-footer .footer-location .location-list {
        justify-content: space-between; }
      .page-footer .footer-location .location-list-item {
        width: auto;
        padding-right: 0;
        flex-direction: row; }
    .page-footer .footer-navigation {
      padding: 40px 0 50px;
      width: 50%;
      border-bottom: 1px solid #ffffff;
      border-top: 1px solid #ffffff; }
      .page-footer .footer-navigation .navigation-list {
        width: 115%; }
    .page-footer .navigation-list {
      -moz-columns: 2;
           columns: 2;
      line-height: 2; }
      .page-footer .navigation-list .navigation-list-item {
        display: flex;
        align-items: center; }
      .page-footer .navigation-list .mobile-margined {
        margin-bottom: 0; }
    .page-footer .general-info {
      padding: 20px 90px;
      height: 100%;
      box-sizing: border-box;
      margin: 0;
      justify-content: center;
      align-items: center; }
      .page-footer .general-info .generai-info-title {
        margin-top: 30px; }
      .page-footer .general-info .social-container {
        display: flex;
        justify-content: center;
        padding-top: 50px; }
    .page-footer .certificates-block {
      flex-direction: row;
      align-items: center;
      flex-grow: 1; }
      .page-footer .certificates-block .certificates-list {
        padding: 0; }
        .page-footer .certificates-block .certificates-list .certificates-list-item svg {
          width: 60px;
          height: 60px; }
    .page-footer .copyright {
      font-size: 18px; } }

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.modals-overlay {
    z-index: 899
}

.modal-slide,.modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s,opacity .3s ease;
    transition: visibility 0s .3s,opacity .3s ease
}

.modal-slide._show,.modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.modal-slide._show .modal-inner-wrap,.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-slide .modal-inner-wrap,.modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0,0,0,.35);
    opacity: 1;
    pointer-events: auto
}

.modal-slide {
    left: 44px;
    z-index: 900
}

.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    width: auto
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-slide._inner-scroll .modal-header,.modal-slide._inner-scroll .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto
}

.modal-slide .modal-header,.modal-slide .modal-content,.modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem
}

.modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem
}

.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto
}

.modal-popup.confirm .modal-inner-wrap {
    max-width: 50rem
}

.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease
}

.modal-popup._inner-scroll {
    overflow-y: visible
}

.ie11 .modal-popup._inner-scroll {
    overflow-y: auto
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: auto
}

.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem
}

.modal-popup .modal-header,.modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem
}

.modal-popup .modal-footer-actions {
    text-align: right
}

.modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close {
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0
}

.modal-custom .action-close:focus,.modal-popup .action-close:focus,.modal-slide .action-close:focus,.modal-custom .action-close:active,.modal-popup .action-close:active,.modal-slide .action-close:active {
    background: 0 0;
    border: none
}

.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover {
    background: 0 0;
    border: none
}

.modal-custom .action-close.disabled,.modal-popup .action-close.disabled,.modal-slide .action-close.disabled,.modal-custom .action-close[disabled],.modal-popup .action-close[disabled],.modal-slide .action-close[disabled],fieldset[disabled] .modal-custom .action-close,fieldset[disabled] .modal-popup .action-close,fieldset[disabled] .modal-slide .action-close {
    pointer-events: none;
    opacity: .5
}

.modal-custom .action-close>span,.modal-popup .action-close>span,.modal-slide .action-close>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: #8f8f8f;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before {
    color: inherit
}

.modal-custom .action-close:active:before,.modal-popup .action-close:active:before,.modal-slide .action-close:active:before {
    color: inherit
}

.rtl-layout .modal-custom .action-close,.rtl-layout .modal-popup .action-close,.rtl-layout .modal-slide .action-close {
    right: auto;
    left: 0
}

.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before {
    color: #000
}

.modal-custom .action-close {
    margin: 25px
}

.modal-popup .modal-title {
    color: #121212;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    min-height: 1em;
    word-wrap: break-word
}

.modal-popup .action-close,.modal-slide .action-close {
    padding: 0;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 1
}

.modal-popup .action-close:before,.modal-slide .action-close:before {
    color: #fff !important;
    line-height: 18px !important
}

.modal-popup .action-close:hover,.modal-slide .action-close:hover {
    background: #000 !important;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.modal-popup .page-main-actions,.modal-slide .page-main-actions {
    margin-top: 2.1rem;
    margin-bottom: -12.9rem
}

.modals-overlay {
    background-color: rgba(51,51,51,.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899
}

.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer {
    border: 0 !important
}

.modal-popup.confirm {
    text-align: center
}

.modal-popup.confirm .modal-content {
    padding-top: 5px
}

.modal-popup.confirm .modal-footer {
    text-align: center;
    padding-top: 0 !important
}

.modal-popup.confirm .modal-footer button {
    min-width: 100px
}

.modal-popup .modal-content {
    padding-bottom: 3rem
}

.fotorama__fullscreen-icon:focus:after, .fotorama__zoom-out:focus:after, .fotorama__zoom-in:focus:after, .fotorama__arr:focus:after, .fotorama__stage__shaft:focus:after, .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  box-shadow: none;
  content: none;
  left: 0;
  right: 0;
  top: 0;
}