@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&family=Geologica:wght@200;300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: #fafafa;
  font-family: "Geologica", sans-serif;
  font-size: 17px;
  color: #4B4B62;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 190px;
  }
}
@media screen and (max-width: 690px) {
  body {
    padding-top: 125px;
  }
}
h1, h2, h3, h4, h5 {
  margin: 0;
  color: #3A3A4C;
}

a {
  color: #3A3A4C;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:visited {
  color: #3A3A4C;
}

.alink:visited {
  color: #3A3A4C;
}

a:hover {
  color: #DA362C;
}

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

ul li::marker, ol li::marker {
  content: none;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  background: #fff url("../images/checked-icon.svg") center center no-repeat;
  border: 1px solid #6A6A8A;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none;
  border-radius: 4px;
}
input[type=checkbox] + label {
  margin: 0;
  line-height: 16px;
  font-family: "Geologica";
  font-size: 16px;
  font-weight: 200;
  color: #3A3A4C;
  cursor: pointer;
}
input[type=checkbox] + label a {
  color: #DA362C;
  text-decoration: underline;
}
input[type=checkbox] + label a:hover {
  text-decoration: none;
}
input[type=checkbox]:checked {
  border-color: #DA362C !important;
  background-color: #DA362C !important;
}
input[type=text].input-text, input[type=password].input-text, input[type=url].input-text, input[type=tel].input-text, input[type=search].input-text, input[type=number].input-text, input[type*=date].input-text, input[type=email].input-text {
  height: 48px;
  padding: 0 15px;
  border: 1px solid #D1D1DB;
  font-size: 16px;
  font-family: "Geologica";
  font-weight: 200;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
}

select {
  border-radius: 8px;
  border: 1px solid #D1D1DB;
  height: 48px;
}

.input-text.mage-error {
  background-image: url("../images/input-error-icon.svg");
  background-position: calc(100% - 14px) center;
  background-repeat: no-repeat;
  border-color: #DA362C !important;
}

.field > label {
  margin: 0 0 6px 0 !important;
  font-family: "Geologica";
  font-size: 16px;
  font-weight: 200 !important;
  line-height: 16px;
  color: #3A3A4C;
}
.field.required > label::after {
  color: #DA362C;
  font-size: 16px;
  font-weight: 200;
}
.field div.mage-error {
  display: block;
  margin: 4px 0 0 0;
  color: #DA362C;
  font-family: "Geologica";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 14px;
}

.page-main .block {
  margin: 0;
}

.page-title {
  margin: 0 0 32px 0;
  line-height: 46px;
  font-weight: 500;
  color: #3A3A4C;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 991px) {
  .page-layout-2columns-right .column.main {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-products .columns {
    padding-top: 0;
  }
}
/* Breadcrumbs */
.breadcrumbs {
  margin-top: -17px;
  margin-bottom: 40px;
}
.breadcrumbs .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}
.breadcrumbs .item {
  display: flex;
  align-items: center;
  line-height: 13px;
  font-size: 13px;
  font-weight: 200;
  color: #6A6A8A;
}
.breadcrumbs .item a {
  color: #6A6A8A;
}
.breadcrumbs .item:not(:last-child)::after {
  content: "";
  width: 12px;
  height: 13px;
  margin: 0 8px;
  background: url("../images/breadcrumb-arrow.svg") right center no-repeat;
}
.breadcrumbs .item strong {
  color: #3A3A4C;
}

.page-layout-2columns-left .sidebar-additional {
  display: none;
}

.block-name, .section-name {
  margin: 0 0 32px 0;
  font-size: 30px;
  font-weight: 500;
  color: #3A3A4C;
  line-height: 36px;
  letter-spacing: -0.6px;
}

@media screen and (max-width: 768px) {
  .block-name, .section-name {
    margin: 0 0 24px 0 !important;
    line-height: 32px;
    font-size: 26px;
    letter-spacing: -0.52px;
  }
}
.block-name strong, .section-name strong {
  font-weight: 500;
}

.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 4px;
}
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 2px solid #BABAC9;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.slick-slider .slick-dots li:hover button {
  background-color: #DA362C;
  border-color: #DA362C;
}
.slick-slider .slick-dots li.slick-active {
  pointer-events: none;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #DA362C;
  border-color: #DA362C;
}
.slick-slider .slick-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #E3E3E8;
  border-radius: 50%;
}
.slick-slider .slick-arrow::before {
  content: none;
}
.slick-slider .slick-arrow.slick-prev {
  background: url("../images/slick-arrow-prev-icon.svg") center center no-repeat;
}
.slick-slider .slick-arrow.slick-next {
  background: url("../images/slick-arrow-next-icon.svg") center center no-repeat;
}

/* make the product list with 3 product in a row*/
@media (min-width: 1024px), print {
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: 31.3333333333% !important;
  }
}
/* make limit element visible, cause previous it shows none */
.page-products .toolbar .limiter {
  display: block;
}

/* Cookie Settings */
@media screen and (min-width: 768px) {
  .swissup_gdpr-cookie-index .page-title-wrapper {
    padding: 35px 0 0 0;
  }
}
.swissup_gdpr-cookie-index .cookie-settings .cookie-buttons {
  display: flex;
  gap: 0 15px;
  margin: 20px 0;
}
.swissup_gdpr-cookie-index .cookie-settings .cookie-buttons .accept-cookie-consent {
  padding: 15px 30px;
  margin: 0;
  background: #DA362C;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.swissup_gdpr-cookie-index .cookie-settings .cookie-buttons .accept-cookie-consent:hover {
  background: #ac231c;
}
.swissup_gdpr-cookie-index .cookie-settings .cookie-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 30px;
}
.swissup_gdpr-cookie-index .cookie-settings .cookie-groups .cookie-group {
  width: 100%;
  margin: 0;
  padding: 0;
}
.swissup_gdpr-cookie-index .cookie-settings .cookie-groups .cookie-group .cookie-group-toggler {
  background: #eee;
  outline: none;
  box-shadow: none;
}
.swissup_gdpr-cookie-index .cookie-settings .cookie-groups .cookie-group .cookie-group-toggler.active {
  background: #DA362C;
}

@media screen and (max-width: 767px) {
  .swissup_gdpr-cookie-index .cookie-settings .cookie-buttons .accept-cookie-consent {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .swissup_gdpr-cookie-index .cookie-settings .cookie-buttons {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .swissup_gdpr-cookie-index .cookie-settings .cookie-buttons .accept-cookie-consent {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .swissup_gdpr-cookie-index .cookie-settings .cookie-groups {
    grid-template-columns: auto;
    gap: 30px 0;
  }
}
/* Catalog pagination */
.toolbar-products .pages {
  padding-top: 18px;
}
.toolbar-products .items {
  display: flex;
  gap: 0 8px;
}
.toolbar-products .items .item {
  margin: 0;
}
.toolbar-products .items .item.pages-item-previous a, .toolbar-products .items .item.pages-item-next a {
  width: auto;
  padding-left: 16px;
  padding-right: 12px;
}
.toolbar-products .items .item.pages-item-previous a {
  padding-left: 12px;
  padding-right: 16px;
}

/* Free Delivery Block */
.free-delivery {
  padding: 16px 24px;
  margin: 0 0 16px 0;
  border: 1px solid #D1D1DB;
  border-radius: 12px;
}
.free-delivery .wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 6px 0;
  gap: 8px;
}
.free-delivery .wrapper .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.free-delivery .wrapper .text {
  color: #4B4B62;
  font-family: Geologica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.free-delivery .wrapper .text strong {
  color: #DA362C;
  font-weight: 400 !important;
}
.free-delivery .progress-bar {
  height: 6px;
  background: #EBEBEF;
  width: 100%;
  border-radius: 3px;
  position: relative;
}
.free-delivery .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  border-radius: 3px;
  background: #3A3A4C;
}

.page-with-filter.page-products .columns {
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
}
.page-with-filter.page-products .columns::after {
  content: none;
}
.page-with-filter.page-products .sidebar-main {
  position: static !important;
  order: 1;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 300px;
  width: 300px;
  margin: 0 24px 0 0;
  background: transparent !important;
}
.page-with-filter.page-products .sidebar-main .sidebar-heading-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #E3E3E8;
}
.page-with-filter.page-products .sidebar-main .sidebar-heading-wrapper strong {
  font-family: "Geologica", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
}
.page-with-filter.page-products .sidebar-main .block-content {
  padding-top: 20px;
}
.page-with-filter.page-products .sidebar-additional {
  display: none;
}
.page-with-filter.page-products .column.main {
  order: 2;
  flex-grow: 1;
  width: auto;
}
.page-with-filter.page-products .sidebar-main .filter .block-subtitle {
  padding: 0 0 16px 0;
  margin: 0 0 32px 0;
  line-height: 26px;
  font-size: 26px;
  font-weight: 500;
  color: #3A3A4C;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item {
  padding: 0 0 21px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #E3E3E8;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 20px 4px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #3A3A4C;
  overflow: visible;
  text-transform: none;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-title::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 8px;
  margin: auto 0;
  background: url("../images/filter-arrow.svg") right center no-repeat;
  transition: all 0.3s ease-in-out;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item.active .filter-options-title::after {
  opacity: 0.85;
  transform: rotate(-180deg);
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content {
  width: 100%;
  padding: 0;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items {
  padding: 5px 0 0 0;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .current {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 16px;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .item {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-filter-item-checkbox {
  position: relative;
  top: -2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-filter-item-checkbox input[type=checkbox] {
  display: flex !important;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #9B9BB1;
  background-color: transparent;
  border-radius: 4px;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-filter-item-checkbox input[type=checkbox]:checked {
  border-color: #DA362C;
  background-color: #DA362C;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-filter-item-checkbox .swissup-aln-content {
  visibility: hidden;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-aln-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 10px 0;
  margin: 0;
  line-height: 16px;
  background: none;
  font-size: 16px;
  font-weight: 200;
  color: #4B4B62;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-aln-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-aln-item .swissup-option-count {
  padding: 0;
  color: #6A6A8A !important;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-aln-item .swissup-option-count.swissup-count-green {
  padding: 0;
  color: #6A6A8A !important;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-aln-item:hover {
  color: #DA362C !important;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .filter-options-content .items .swissup-aln-item:hover .swissup-option-count {
  color: #DA362C !important;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container {
  display: flex !important;
  flex-direction: column;
  margin-top: 5px;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs {
  order: 1;
  margin-bottom: 12px;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .extra-controls {
  order: 2;
  gap: 0 12px;
  margin-top: -20px;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .extra-controls .js-input-from, .page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .extra-controls .js-input-to {
  height: 36px;
  background: #FAFAFA url("../images/euro-symb.svg") 8px center no-repeat;
  border: 1px solid #9B9BB1;
  font-size: 16px;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  color: #3A3A3A;
  text-align: center;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs--flat .irs-min, .page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs--flat .irs-max {
  display: none;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs .irs-line {
  height: 4px;
  background: #DADADA;
  border-radius: 8px;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs--flat .irs-bar {
  height: 4px;
  background-color: #DA362C;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs .irs-handle {
  top: 18px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #3A3A4C;
  cursor: pointer;
  border-radius: 50%;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs .irs-handle > i:first-child {
  opacity: 0;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs .irs-grid {
  display: none;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs .irs--flat .irs-bar {
  height: 4px;
  background: #DA362C;
}
.page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs .irs-from, .page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs .irs-to, .page-with-filter.page-products .sidebar-main .filter-options .filter-options-item .swissup-price-range-slider-container .irs .irs-max {
  display: none;
}
.page-with-filter.page-products .sidebar-main .filter-active {
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E8;
  margin-bottom: 24px;
}
.page-with-filter.page-products .sidebar-main .filter-active .filter-active-title-wrapper {
  display: flex;
  justify-content: space-between;
}
.page-with-filter.page-products .sidebar-main .filter-active .filter-active-title {
  font-family: "Geologica", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  text-align: left;
  color: #3A3A4C;
  vertical-align: text-bottom;
}
.page-with-filter.page-products .sidebar-main .filter-active .filter-active-item-clear-all {
  margin-bottom: 4px;
}
.page-with-filter.page-products .sidebar-main .filter-active .filter-active-item-clear-all span {
  font-family: "Geologica", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0;
  text-align: right;
  color: #60607E;
  vertical-align: text-top;
}

@media screen and (min-width: 992px) {
  .page-with-filter.page-products .columns .sidebar.sidebar-main .sidebar-heading-wrapper .close-sidebar-filers {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .page-with-filter.page-products .columns {
    flex-direction: column;
  }
  .page-with-filter.page-products .column.main {
    width: 100%;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    width: 360px;
    flex-basis: 360px;
    padding: 0;
    margin: 0;
    background-color: #fff !important;
    transform: translateX(-100vw);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .sidebar-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 24px 0;
    padding: 16px 24px 12px 24px;
    border-bottom: 1px solid #E3E3E8 !important;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .sidebar-heading-wrapper .close-sidebar-filers {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: url("../images/filters-close-icon.svg") right center no-repeat;
    cursor: pointer;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .sidebar-heading-wrapper .sidebar-heading {
    line-height: 29px;
    color: #3A3A4C;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.46px;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .filter-active {
    padding: 20px 20px;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .filter-options {
    display: block;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .filter .block-subtitle {
    display: block;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #3A3A4C;
    overflow: visible;
    text-transform: none;
    padding: 0 0 21px 0;
    margin: 0 0 24px 9px;
  }
  .show-mobile-filters {
    overflow: hidden;
  }
  .show-mobile-filters .page-with-filter.page-products .columns .sidebar.sidebar-main {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    z-index: 99999;
  }
  .show-mobile-filters .page-wrapper .page-header {
    z-index: 1;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100vw;
    background: rgba(18, 18, 18, 0.5);
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter {
    height: 100%;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .filter-title strong {
    display: none;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .filter-header {
    display: flex;
    justify-content: space-between;
    font-family: "Geologica", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    padding: 24px 0;
    border-bottom: 1px solid #E3E3E8;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .filter-header button.btn-close {
    display: flex;
    align-items: center;
    top: 17px;
    right: 16px;
    height: auto;
    width: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    color: #6A6A8A;
    background: #ffffff;
    border: none;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .filter-header button.btn-close span {
    position: static;
    height: auto;
    width: auto;
    margin: 0;
    clip: auto;
    font-family: "Geologica", sans-serif;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .filter-header button.btn-close::before {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    background: url(../images/close-icon.svg) center center no-repeat;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .block-content.filter-content .popup-header {
    display: none;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-current {
    border: none;
  }
  body.show-mobile-filers.page-with-filter.page-products .columns .sidebar.sidebar-main {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .page-with-filter.page-products .columns .sidebar.sidebar-main {
    width: 100%;
    max-width: 100%;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .sidebar-heading-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .sidebar-heading-wrapper .sidebar-heading {
    line-height: 26px;
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
.page-with-filter .toolbar-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 34px 0;
}
.page-with-filter .toolbar-products::before, .page-with-filter .toolbar-products::after {
  content: none;
}
.page-with-filter .toolbar-products .page-title-wrapper .page-title {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.8px;
}
.page-with-filter .toolbar-products .toolbar-container {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
.page-with-filter .toolbar-products .toolbar-container .mobile-filters-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 14px 20px;
  border: 0;
  line-height: 16px;
  background: #EEEEF2;
  color: #3A3A4C;
  font-weight: 400;
  font-size: 16px;
  font-family: "Geologica", serif;
  border-radius: 8px;
}
.page-with-filter .toolbar-products .toolbar-container .mobile-filters-toggle .amount {
  margin: 0 0 0 3px;
  color: #6A6A8A;
  font-style: normal;
}
.page-with-filter .toolbar-products .toolbar-container .mobile-filters-toggle span {
  display: flex;
  align-items: center;
}
.page-with-filter .toolbar-products .toolbar-container .mobile-filters-toggle span::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: url("../images/filter-icon.svg") left center no-repeat;
}
.page-with-filter .toolbar-products .toolbar-container .toolbar-amount {
  padding: 0 0 0 3px;
  margin: 0;
  color: #6A6A8A;
  font-weight: 400;
}
.page-with-filter .toolbar-products .toolbar-container .toolbar-amount span {
  color: #3A3A4C;
}
.page-with-filter .toolbar-products .toolbar-container .modes {
  display: flex;
  gap: 0 10px;
  margin: 0;
}
.page-with-filter .toolbar-products .toolbar-container .modes .modes-mode {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.page-with-filter .toolbar-products .toolbar-container .modes .modes-mode.active, .page-with-filter .toolbar-products .toolbar-container .modes .modes-mode:hover {
  opacity: 1;
}
.page-with-filter .toolbar-products .toolbar-container .modes .modes-mode::before {
  content: none;
}
.page-with-filter .toolbar-products .toolbar-container .modes .modes-mode.mode-grid {
  width: 20px;
  height: 20px;
  background: url("../images/grid-view-icon.svg") center center no-repeat;
}
.page-with-filter .toolbar-products .toolbar-container .modes .modes-mode.mode-list {
  width: 20px;
  height: 20px;
  background: url("../images/list-view-icon.svg") center center no-repeat;
}
.page-with-filter .toolbar-products .toolbar-container .field.limiter select.limiter-options {
  height: 42px;
  margin: 0;
  padding: 8px 42px 8px 12px;
  background: url("../images/filter-select-arrow.svg") calc(100% - 18px) center no-repeat;
  border: 1px solid #D1D1DB;
  color: #3A3A4C;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
}
.page-with-filter .toolbar-products .toolbar-container .sorter-options {
  height: 42px;
  margin: 0;
  padding: 8px 42px 8px 12px;
  background: url("../images/filter-select-arrow.svg") calc(100% - 18px) center no-repeat;
  border: 1px solid #D1D1DB;
  color: #3A3A4C;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  min-width: 193px;
}
.page-with-filter .toolbar-products .swissup-layered-load-previous-page {
  display: none;
}

@media screen and (max-width: 1299px) {
  .page-with-filter .toolbar-products {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-with-filter .toolbar-products .page-title-wrapper {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: left;
  }
  .page-with-filter .toolbar-products .toolbar-container {
    width: 100%;
  }
  .page-with-filter .toolbar-products .toolbar-container .toolbar-amount {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .page-with-filter .toolbar-products {
    margin: 0 0 72px 0;
  }
  .page-with-filter .toolbar-products .toolbar-container .toolbar-amount {
    position: absolute;
    top: calc(100% + 24px);
    font-size: 16px;
    padding: 0 !important;
    font-weight: 300 !important;
  }
}
@media screen and (max-width: 991px) {
  .page-with-filter .toolbar-products .toolbar-container {
    position: relative;
    gap: 0 25px;
  }
  .page-with-filter .toolbar-products .toolbar-container .toolbar-sorter.sorter {
    position: static;
    width: 50%;
  }
  .page-with-filter .toolbar-products .toolbar-container .toolbar-sorter.sorter select {
    width: 100%;
    min-width: 100%;
    height: 48px;
  }
}
@media screen and (max-width: 575px) {
  .page-with-filter .toolbar-products .toolbar-container {
    gap: 0 16px;
  }
}
@media screen and (min-width: 992px) {
  .page-with-filter .toolbar-products .toolbar-container .mobile-filters-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .page-with-filter .toolbar-products .toolbar-container .mobile-filters-toggle {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .page-with-filter .toolbar-products .toolbar-container .modes, .page-products .toolbar .limiter {
    display: none;
  }
}
/* fixing filter to display filter */
@media screen and (max-width: 991px) {
  #narrow-by-list {
    display: block !important;
  }
}
.page-with-filter.page-products .sidebar-main .filter .block-subtitle {
  display: none;
}

@media screen and (min-width: 992px) {
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .filter-header {
    font-family: "Geologica", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 24px;
    border-bottom: 1px solid #E3E3E8;
  }
  .page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .filter-header button.btn-close {
    display: none;
  }
}
.page-with-filter.page-products .columns .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-actions {
  font-family: "Geologica", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0;
  text-align: right;
  color: #60607E;
  vertical-align: text-top;
}

@media screen and (max-width: 639px) {
  .page-with-filter .toolbar-products .pages .pages-items {
    padding: 0 85px 0 90px;
  }
  .page-with-filter .toolbar-products .item a, .page-with-filter .toolbar-products .item strong {
    font-size: 12px;
  }
  .page-with-filter .toolbar-products .items .item.pages-item-previous a {
    padding-left: 4px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 424px) {
  .page-with-filter .toolbar-products .pages .pages-items {
    padding: 0 58px 0 60px;
  }
  .page-with-filter .toolbar-products .items .item.pages-item-next a span::before, .page-with-filter .toolbar-products .items .item.pages-item-previous a span::before {
    content: "";
    position: relative;
    right: 0;
    width: 12px;
    height: 12px;
    margin: 0 0 0 6px;
    transition: all 0.3s ease-in-out;
  }
  .page-with-filter .toolbar-products .items .item.pages-item-next {
    background: #F4F4F6;
    border-radius: 8px;
  }
  .page-with-filter .toolbar-products .items .item.pages-item-next a {
    background: url("../images/read-more-arrow-icon.svg") center center no-repeat;
    font-size: 0;
    width: 12px;
    padding-left: 40px;
  }
  .page-with-filter .toolbar-products .items .item.pages-item-previous {
    background: #F4F4F6;
    border-radius: 8px;
  }
  .page-with-filter .toolbar-products .items .item.pages-item-previous a {
    background: url("../images/read-more-arrow-icon.svg") center center no-repeat;
    transform: translate(0%, 0%) rotate(180deg);
    font-size: 0;
    width: 12px;
    padding-left: 43px;
  }
}
@media screen and (max-width: 350px) {
  .page-with-filter .toolbar-products .items {
    gap: 5px;
  }
  .page-with-filter .toolbar-products .pages .pages-items {
    padding: 0 37px 0 38px;
  }
  .page-with-filter .toolbar-products .items .item.pages-item-next a {
    padding-left: 0;
    padding-right: 31px;
  }
  .page-with-filter .toolbar-products .items .item.pages-item-previous a {
    padding-left: 24px;
  }
}
/* 5 columns with links */
.footer-links-5 {
  display: flex;
  flex-direction: row;
}

.footer-column .footer-name {
  font-family: Geologica;
  font-size: 42px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-align: left;
}

/* Copyright */
.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-copyright .bank-logos, .footer-copyright .delivery-logos, .footer-copyright .copyright-text {
  flex-basis: 33.33%;
}
.footer-copyright .delivery-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
.footer-copyright .bank-logos .logos {
  display: flex;
  align-items: center;
  gap: 0 6px;
  flex-shrink: 0;
}
.footer-copyright .bank-logos .logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 42px;
  padding: 4px;
  margin: 0;
  border: 1px solid #E3E3E8;
  border-radius: 5px;
}
.footer-copyright .copyright-text {
  line-height: 12px;
  font-size: 12px;
  font-weight: 200;
}
.footer-copyright .copyright-text a {
  font-weight: 400;
  color: #3A3A4C;
}
.footer-copyright .copyright-text a:hover {
  color: #DA362C;
}

.footer-logo {
  border: 1px solid #E3E3E8;
  height: 28px;
  border-radius: 6px;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  list-style: none;
}

.footer-text {
  font-family: Geologica;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 0;
  text-align: right;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .footer-copyright {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 991px) {
  .footer-copyright {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer-copyright .bank-logos {
    flex-basis: auto;
  }
  .footer-copyright .delivery-logos {
    flex-basis: auto;
    margin-top: 3px;
    margin-left: 0;
  }
  .footer-copyright .copyright-text {
    flex-basis: 100%;
    padding: 12px 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  .footer-copyright .bank-logos, .footer-copyright .delivery-logos {
    flex-basis: 100%;
  }
  .footer-copyright .bank-logos .logos {
    justify-content: center;
    margin-bottom: 13px;
  }
  .footer-copyright .delivery-logos {
    margin-left: 0;
  }
  .footer-copyright .copyright-text {
    text-align: center;
  }
  .footer-copyright .copyright-text span {
    display: block;
    margin: 0 0 4px 0;
  }
}
@media screen and (max-width: 575px) {
  .footer-copyright .bank-logos .logos {
    height: 22px;
    min-width: 32px;
  }
}
@media screen and (max-width: 768px) {
  footer.page-footer .footer.content .main-contacts .contacts-list li .icon {
    height: 20px;
  }
}
/* Content */
footer.page-footer {
  padding-bottom: 55px;
  background: #FAFAFA;
  border-bottom: 1px solid #E3E3E8;
}
footer.page-footer .footer.content {
  padding-top: 55px;
}
footer.page-footer .footer.content > .links {
  width: 100%;
  padding-right: 0;
}
footer.page-footer .footer.content > .links > .block {
  float: none;
}
footer.page-footer .footer.content .footer-links {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr 1fr 1fr;
  gap: 0 79px;
}
footer.page-footer .footer.content .main-contacts .site-logo {
  float: none;
  display: block;
  margin: 0 0 21px 0;
}
footer.page-footer .footer.content .main-contacts .contacts-list {
  margin: 0 0 20px 0;
}
footer.page-footer .footer.content .main-contacts .contacts-list li {
  display: flex;
  margin: 0 0 8px 0;
  font-weight: 200;
  color: #4B4B62;
  align-items: center;
}
footer.page-footer .footer.content .main-contacts .contacts-list li:last-child {
  margin: 0;
}
footer.page-footer .footer.content .main-contacts .contacts-list li .icon {
  flex-shrink: 0;
  width: 23px;
  height: 17px;
}
footer.page-footer .footer.content .main-contacts .contacts-list li .text {
  margin: -3px 0 0 0;
  font-size: 16px;
}
footer.page-footer .footer.content .main-contacts .contacts-list li .text a:hover {
  color: #DA362C;
}
footer.page-footer .footer.content .main-contacts .social-media {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 0;
}
footer.page-footer .footer.content .main-contacts .social-media li {
  margin: 0;
}
footer.page-footer .footer.content .main-contacts .social-media li a {
  display: flex;
  padding: 0;
}
footer.page-footer .footer-links .col .col-name {
  margin: 0 0 13px 0;
  line-height: 16px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16px;
}
footer.page-footer .footer-links .col ul.links {
  padding: 0;
}
footer.page-footer .footer-links .col ul.links li {
  margin: 0 0 6px 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 16px;
}
footer.page-footer .footer-links .col ul.links li:last-child {
  margin: 0;
}
footer.page-footer .footer-links .col ul.links li a {
  padding: 0;
  line-height: 16px;
  color: #4B4B62;
  font-weight: 200;
}
footer.page-footer .footer-links .col ul.links li a:hover {
  color: #DA362C;
}
footer.page-footer .footer-links .agency-col .agency-contacts {
  padding: 0;
  margin: 0;
}
footer.page-footer .footer-links .agency-col .agency-contacts li {
  margin: 0 0 8px 0;
  line-height: 14px;
  font-weight: 200;
  font-size: 14px;
  display: flex;
}
footer.page-footer .footer-links .agency-col .agency-contacts li a {
  padding: 0 0 0 5px;
}
footer.page-footer .footer-links .agency-col .agency-contacts li:first-child a {
  padding: 0;
}
footer.page-footer .footer-links .agency-col .image {
  margin: 16px 0 0 0;
}
footer.page-footer + .block {
  margin-bottom: 0;
}

@media screen and (max-width: 1299px) {
  footer.page-footer .footer.content .footer-links {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  footer.page-footer .footer.content .footer-links {
    grid-template-columns: 1.82fr 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  footer.page-footer .footer.content {
    padding-top: 40px;
  }
  footer.page-footer .footer.content .footer-links {
    grid-template-columns: 2.4fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  footer.page-footer {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 460px) {
  footer.page-footer .footer.content .footer-links {
    grid-template-columns: auto;
    gap: 24px 0;
  }
  footer.page-footer .footer.content .main-contacts .contacts-list {
    margin: 0 0 5px 0;
    font-size: 16px;
  }
  footer.page-footer .footer.content .main-contacts .contacts-list li {
    align-items: center;
  }
  footer.page-footer .footer.content .footer-links .main-contacts {
    position: relative;
  }
  footer.page-footer .footer.content .footer-links .main-contacts .social-media {
    top: 13px;
    right: 38px;
  }
  footer.page-footer .footer-links .col .col-name {
    position: relative;
    margin: 0 !important;
    cursor: pointer;
  }
  footer.page-footer .footer-links .col.agency-col .image {
    display: none;
  }
  footer.page-footer .footer-links .col .col-name::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background: url("../images/footer-mobile-arrow.svg") right center no-repeat;
    transition: all 0.3s ease-in-out;
  }
  footer.page-footer .footer-links .col .col-name.show::after {
    transform: rotate(-180deg);
  }
  footer.page-footer .footer-links .col ul.links {
    display: none;
    padding: 15px 0 0 0;
  }
  footer.page-footer .footer-links .col ul.links li {
    margin: 0 0 14px 0;
  }
  footer.page-footer .footer-links .col ul.links li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  footer.page-footer .footer-links .agency-col .contacts-holder {
    display: flex;
    flex-wrap: nowrap;
  }
  footer.page-footer .footer-links .agency-col .agency-contacts li {
    white-space: nowrap;
  }
  footer.page-footer .footer-links .agency-col .contacts-holder .image {
    flex-shrink: 0;
    margin: 0 0 0 20px;
  }
}
footer.page-footer .footer.content .main-contacts .contacts-list {
  padding-right: 0;
}

/* Header Icons */
.custom.link.wishlist, .custom.link.person {
  float: right;
}

.action.primary {
  padding: 19px 36px;
  background: #DA362C;
  border: 0 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
}
.action.primary:hover {
  background: #ac231c;
}
.action.primary:active {
  background: #951811;
}
.action.primary:focus {
  background: #DA362C;
}
.action.primary:visited {
  background: #DA362C;
}

/* Header: Top header */
.page-wrapper .page-header {
  background: #fafafa;
  z-index: 11;
}
.page-wrapper .page-header > .panel.wrapper {
  background-color: #fafafa;
  border-bottom: 1px solid #E3E3E8;
}
.page-wrapper .page-header > .panel.wrapper .block-static-block.widget {
  margin: 0;
}
.page-wrapper .page-header > .panel.wrapper .header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .page-wrapper .page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #fafafa;
    z-index: 1001;
  }
  .page-wrapper .page-header > .panel.wrapper {
    border: 0;
    display: none;
  }
  .page-header .header.content .block-search {
    display: none;
  }
}
.page-header > .panel.wrapper .header-contacts {
  display: flex;
  padding: 0;
  margin: 0;
}
.page-header > .panel.wrapper li::marker {
  content: none;
}
.page-header > .panel.wrapper .header-contacts li {
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
  padding: 0 24px 0 0;
  border-right: 1px solid #E3E3E8;
}
.page-header > .panel.wrapper .header-contacts li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.page-header > .panel.wrapper .header-contacts li a {
  display: flex;
  align-items: center;
}
.page-header > .panel.wrapper .header-contacts li a img {
  margin-right: 8px;
}
.page-header > .panel.wrapper .header-top-links {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.page-wrapper .page-header .header.panel {
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
}

.page-header > .panel.wrapper .right-side {
  padding-right: 95px;
}
.page-header > .panel.wrapper .header-top-links li {
  margin: 0;
  padding: 0 24px 0 0;
  margin: 0 24px 0 0;
  border-right: 1px solid #E3E3E8;
}
.page-header > .panel.wrapper .header-top-links li:last-child {
  margin: 0;
}
.page-header > .panel.wrapper .header-top-links li a {
  font-weight: 200;
  line-height: 20px;
  font-size: 14px;
}
.page-header > .panel.wrapper .header-top-links li select {
  padding: 0 16px 0 0;
  border: 0;
  font-size: 16px;
  background: url("../images/select-arrow-down.svg") right center no-repeat;
  background-size: 5px;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.page-header > .panel.wrapper .switcher-language {
  position: absolute;
  right: 20px;
  margin: 0;
  z-index: 5;
}
.page-header > .panel.wrapper .switcher-language .switcher-trigger {
  padding: 0 18px 0 0 !important;
  line-height: 20px;
  background: url("../images/select-arrow-down.svg") right center no-repeat;
  font-size: 14px;
  font-weight: 200;
  color: #3A3A4C;
}
.page-header > .panel.wrapper .switcher-language .switcher-trigger strong {
  font-weight: 200;
}
.page-header > .panel.wrapper .switcher-language .switcher-trigger::after {
  content: none !important;
}
.page-header > .panel.wrapper .switcher-language .switcher-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 120px;
  background: #FAFAFA;
  box-shadow: 0px 3px 6px 0px rgba(136, 136, 136, 0.1);
  border-radius: 0px 0px 8px 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.page-header > .panel.wrapper .switcher-language:hover .switcher-dropdown {
  opacity: 1;
  visibility: visible;
}
.page-header > .panel.wrapper .switcher-language .switcher-dropdown a {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 16px;
  line-height: 14px;
  color: #3A3A4C;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
}
.page-header > .panel.wrapper .switcher-language a:hover, .page-header > .panel.wrapper .switcher-language .switcher-option.active a {
  background: #EEEEF1;
}
.page-header > .panel.wrapper .switcher-language .switcher-dropdown a img {
  margin: 0 6px 0 0;
}
.page-header .header.content {
  display: flex;
  align-items: center;
  padding: 16px 20px;
}
.page-header .header.content .nav-toggle {
  order: 1;
}
.page-header .header.content .logo {
  order: 2;
  margin: 0;
}
.page-header .header.content .block-search {
  order: 3;
}
.page-header .header.content .header.links {
  order: 4;
}
.page-header .header.content .custom.wishlist {
  order: 5;
}
.page-header .header.content .minicart-wrapper {
  order: 6;
  margin: 0;
}
.page-header .header.content .minicart-wrapper::before {
  content: "";
}
.page-header .header.content .minicart-wrapper.active::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(17, 15, 15, 0.7);
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.page-header .header.content .minicart-wrapper .show-cart {
  position: relative;
}
.page-header .header.content .minicart-wrapper .showcart .counter {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 30px;
  height: 19px;
  padding: 0 3px;
  margin: 0;
  line-height: 12px;
  border: 1px solid #fff;
  background: #DA362C;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 20px;
}
.page-header .header.content .minicart-wrapper .showcart .counter.empty::before {
  content: "0";
}
.page-header .header.content .shopping-card-text {
  position: relative;
  order: 7;
  width: auto;
  padding-left: 24px;
  text-align: right;
  z-index: 2;
}
.page-header .header.content .shopping-card-text::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  width: calc(100% + 40px);
  cursor: pointer;
}
.page-header .header.content .shopping-card-text:hover, .page-header .header.content .shopping-card-text:focus, .page-header .header.content .shopping-card-text:visited, .page-header .header.content .shopping-card-text:active, .page-header .header.content .shopping-card-text:link {
  color: #3A3A4C !important;
}
.page-header .header.content .shopping-card-text > span {
  display: block;
  margin: 0 0 4px 0;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.page-header .header.content .shopping-card-text > p {
  margin: 0;
}
.page-header .header.content .shopping-card-text > p b {
  display: block;
  line-height: 13px;
  font-weight: 500;
  font-size: 16px;
}
.page-header .header.content .shopping-card-text > p b .counter-number {
  text-shadow: unset;
}
.page-header .header.content .header.links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 32px;
  margin: 0 15px 0 0;
}
.page-header .header.content .header.links li {
  margin: 0 0 4px 0;
}
.page-header .header.content .header.links li:last-child {
  margin: 0;
  font-weight: 500;
}
.page-header .header.content .header.links li:first-child {
  font-weight: 200;
}
.page-header .header.content .header.links li a {
  display: inline-block;
  line-height: 14px;
  font-size: 14px;
  color: #3A3A4C;
}
.page-header .header.content .header.links li.authorization-link a {
  font-weight: 200;
  margin-right: 10px;
}
.page-header .header.content .header.links li a:hover {
  color: #DA362C;
}
.page-header .header.content .header.links li.customer-welcome {
  display: none;
}
.page-header .header.content .header.links .single {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .header.content .block-search {
  flex-grow: 0;
  width: 555px;
  margin: 0 auto 0 75px;
  padding: 0;
  z-index: 11;
}
.page-header .header.content .block-search .loading-mask {
  display: none;
}
.page-header .header.content .block-search .field.search input#search {
  height: 48px;
  padding: 0 40px 0 16px;
  margin: 0;
  /* background: url('../images/header-search-icon.svg') calc(100% - 16px) center no-repeat; */
  /* background-size: 22px; */
  border: 1px solid #BABAC9;
  font-size: 16px;
  font-weight: 200;
  color: #8888A1;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
}
.page-header .header.content .block-search .actions {
  position: absolute;
  top: 0;
  left: calc(63% - 10px);
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.page-header .header.content .block-search .action.search {
  position: static;
  height: 100%;
  width: 20px;
  padding: 0;
  border: 0;
  background: url("../images/header-search-icon.svg") right center no-repeat;
}
.page-header .header.content .block-search .action.search span {
  display: none;
}
.page-header .header.content .block-search .action.search::before {
  content: none;
}
.page-header .header.content .custom.wishlist .wishlist-custom {
  display: inline-block;
  position: relative;
  content: normal;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background: url("../images/header-icons/wishlist_icon.svg") center center no-repeat;
}
.page-header .header.content .custom.wishlist .wishlist-custom .counter {
  position: absolute;
  top: 0;
  right: -17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 30px;
  height: 19px;
  padding: 0 3px;
  margin: 0;
  line-height: 12px;
  border: 1px solid #fff;
  background: #DA362C;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 20px;
}
.page-header .header.content .custom.wishlist .wishlist-custom .counter::before, .page-header .header.content .custom.wishlist .wishlist-custom .counter::after {
  content: normal;
}
.page-header .header.content .link.person {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .block-title {
  display: block;
  padding: 16px;
  margin: 0;
  border-bottom: 1px solid #e4e3e8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.18px;
  color: #3A3A4C;
}
.page-header .minicart-wrapper .block-minicart .block-title strong {
  font-weight: 400;
}
.page-header .minicart-wrapper .block-minicart .block-title .qty {
  color: #8888A1;
  font-weight: 200;
}
.page-header .minicart-wrapper .block-minicart .block-title .qty::before {
  content: "(";
}
.page-header .minicart-wrapper .block-minicart .block-title .qty::after {
  content: ")";
}
.page-header .minicart-wrapper .block-minicart .block-title .qty.empty {
  display: none;
}
.page-header .minicart-wrapper .action.close {
  display: flex;
  align-items: center;
  top: 17px;
  right: 16px;
  height: auto;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  color: #6A6A8A;
  font-family: "Geologica", sans-serif;
}
.page-header .minicart-wrapper .action.close::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  background: url("../images/close-icon.svg") center center no-repeat;
}
.page-header .minicart-wrapper .action.close::after {
  content: none;
}
.page-header .minicart-wrapper .action.close span {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 423px;
  border: 0;
  background-color: #fff;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  z-index: 99999;
}

@media screen and (max-width: 991px) {
  .page-header .header.content .logo {
    margin-right: auto;
  }
  .page-header .header.content .logo img {
    max-height: 45px;
  }
  .page-header .nav-toggle {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 85px;
    margin: -16px 23px -16px -20px;
    background: #DA362C;
  }
  .nav-open .nav-toggle::after {
    content: none;
  }
  .page-header .nav-toggle::before {
    content: none;
  }
  .page-header .nav-toggle span {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    line-height: 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    clip: inherit;
    overflow: visible;
  }
  .page-header .nav-toggle span::before {
    content: "";
    width: 26px;
    height: 18px;
    margin: 0 0 7px 0;
    background: url("../images/nav-toggle-icon.svg") center center no-repeat;
  }
  .nav-open .page-header .nav-toggle span::before {
    width: 21px;
    height: 15px;
    background: url("../images/nav-toggle-opened-icon.svg") center center no-repeat;
  }
}
@media screen and (max-width: 690px) {
  .page-header .header.content {
    padding: 8px 20px;
  }
  .page-header .header.content .logo img {
    max-height: 100%;
    max-width: 110px;
  }
  .page-header .nav-toggle {
    height: 50px;
    width: 65px;
    margin-right: 11px;
  }
  .page-header .nav-toggle span::before {
    width: 21px;
    height: 15px;
    background-size: contain;
  }
}
@media screen and (max-width: 690px) {
  .page-header .header.content .minicart-wrapper {
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 690px) {
  .page-header .header.content .header.links, .page-header .header.content .custom.wishlist {
    display: none;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .page-header .header.content .header.links li a {
    max-width: 75px;
  }
}
@media screen and (max-width: 1299px) {
  .page-header .header.content .block-search {
    width: 39%;
  }
}
@media screen and (max-width: 690px) {
  .page-header .header.content .block-search .field.search input#search {
    height: 42px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1299px) {
  .page-header .header.content .block-search .actions {
    left: calc(57.5% - 10px);
  }
}
@media screen and (max-width: 1270px) {
  .page-header .header.content .block-search .actions {
    left: 57%;
  }
}
@media screen and (max-width: 1250px) {
  .page-header .header.content .block-search .actions {
    left: 57.5%;
  }
}
@media screen and (max-width: 1199px) {
  .page-header .header.content .block-search .actions {
    left: 58.5%;
  }
}
@media screen and (max-width: 1160px) {
  .page-header .header.content .block-search .actions {
    left: 59%;
  }
}
@media screen and (max-width: 1120px) {
  .page-header .header.content .block-search .actions {
    left: 59.5%;
  }
}
@media screen and (max-width: 1099px) {
  .page-header .header.content .block-search .actions {
    left: 60%;
  }
}
@media screen and (max-width: 1060px) {
  .page-header .header.content .block-search .actions {
    left: 60.7%;
  }
}
@media screen and (max-width: 1040px) {
  .page-header .header.content .block-search {
    margin: 0 auto 0 55px;
  }
  .page-header .header.content .block-search .actions {
    left: 59.7%;
  }
}
@media screen and (max-width: 991px) {
  .page-header .header.content .block-search {
    display: block;
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid #F1F1F4;
    background-color: #fafafa;
    padding: 16px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 3px 6px 0px rgba(136, 136, 136, 0.1);
  }
  .page-header .header.content .block-search .actions {
    left: auto;
    right: 37px;
  }
  .hide-mobile-search-bar .page-header .header.content .block-search {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .page-header .header.content .block-search .control {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .page-header .header.content .block-search .origin > label {
    display: none;
  }
}
.block-swissup-ajaxsearch-results .grid {
  display: flex !important;
}

@media screen and (max-width: 690px) {
  .page-header .header.content .block-search {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 575px) {
  .page-header .minicart-wrapper .block-minicart .block-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .page-header .minicart-wrapper div[role=dialog].ui-dialog {
    width: calc(100vw - 40px);
  }
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content {
  display: flex;
  flex-direction: column;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .items-total {
  display: none;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart .minicart-items-wrapper {
  order: 1;
  height: auto !important;
  margin: 0;
  padding: 0;
  border: 0;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart .minicart-items-wrapper .product-item-details .product-item-category {
  color: #9B9BB1;
  font-family: Geologica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 100% */
  letter-spacing: 0.24px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .subtotal {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 16px 16px 28px 16px;
  background: #F6F6F8;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .subtotal .price {
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #3A3A4C;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions {
  order: 3;
  margin: 0;
  padding: 0 16px 16px 16px;
  background: #F6F6F8;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .primary {
  margin: 0;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .primary .action.primary {
  color: #DA362C;
  background: #FAE6E5;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .primary .action.primary:hover {
  color: #fff;
  background: #DA362C;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .secondary .action.viewcart {
  display: block;
  padding: 13px 15px;
  background: #DA362C;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .actions .secondary .action.viewcart:hover {
  background: #ac231c;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart .minicart-items {
  max-height: calc(100vh - 350px);
}
.page-header .minicart-wrapper .minicart-items .product-item {
  display: flex;
  padding: 20px 16px;
  border: 0;
  border-bottom: 1px solid #E3E3E8;
  cursor: default;
}
.page-header .minicart-wrapper .minicart-items .product-item .product {
  position: relative;
  display: flex;
  width: 100%;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  margin: 0 12px 0 0;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details {
  flex-grow: 1;
  padding: 0;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  padding-right: 35px;
  margin: 0 0 16px 0;
  color: #3A3A4C;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
  color: #3A3A4C;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .product-item-name a:hover {
  color: #DA362C;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .product.options {
  display: none;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .price-container {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .price-container .price {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #2D2D3A;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .price-container .price-including-tax {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .price-container .price-including-tax .minicart-old-price {
  order: 1;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .price-container .price-including-tax .minicart-old-price .price {
  margin: 0 0 3px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #6A6A8A;
  text-decoration: line-through;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .price-container .price-including-tax .minicart-price {
  order: 2;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder {
  display: flex;
  width: 145px !important;
  gap: 0 4px;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder button {
  flex-shrink: 0;
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: #F6F6F8;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder button.minus::before {
  background: url("../images/button-minus-icon.svg") center center no-repeat;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder button.plus::before {
  background: url("../images/button-plus-icon.svg") center center no-repeat;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder button:hover {
  background: #DA362C;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder button:hover::before {
  filter: brightness(0) invert(1);
}
.page-header #mini-cart .product-item .product .product-item-details .elements-wrapper .update-cart-item {
  display: inline !important;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}
.page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder .item-qty {
  flex-grow: 1;
  height: 36px;
  width: auto;
  min-width: 1px;
  background: #fff;
  border: 1px solid #D1D1DB;
  color: #3A3A4C;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
}
.page-header .minicart-wrapper .empty-bag-img {
  display: block;
  width: 100%;
  height: 78px;
  margin: 69px 0 21px 0;
  background: url("../images/minicart-empty-bage-image.svg") center center no-repeat;
}
.page-header .minicart-wrapper .empty-bag-img + strong {
  display: block;
  margin: 0 0 40px 0;
  line-height: 16px;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
}
.page-header .minicart-wrapper .empty-bag-img + strong + .minicart.empty {
  display: none;
}
.page-header .minicart-wrapper .empty-bag-img + strong + .actions {
  background: none !important;
}
.page-header .minicart-wrapper .empty-bag-img + strong + .actions .secondary {
  display: flex;
  justify-content: center;
}
.page-header .minicart-wrapper .empty-bag-img + strong + .actions .secondary .viewcart {
  min-width: 200px;
}

@media screen and (max-width: 575px) {
  .page-header .minicart-wrapper .minicart-items .product-item .product-item-details .product-item-name {
    line-height: 18px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .page-header .minicart-wrapper .minicart-items .product-item .product-item-details .price-container .price-including-tax .minicart-old-price {
    margin-bottom: -2px;
  }
  .page-header .minicart-wrapper .minicart-items .product-item .product-item-details .price-container .price-including-tax .minicart-old-price .price {
    line-height: 12px;
    font-size: 12px;
  }
  .page-header .minicart-wrapper .minicart-items .product-item .product-item-details .price-container .price {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder {
    width: 114px !important;
  }
  .page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder button {
    width: 28px;
    height: 28px;
  }
  .page-header .minicart-wrapper .minicart-items .product-item .product-item-details .qty-holder .item-qty {
    height: 28px;
  }
}
.modal-popup.confirm._show {
  z-index: 999999 !important;
}
.modal-popup.confirm._show .modal-footer {
  display: flex;
  gap: 0 10px;
}
.modal-popup.confirm._show .modal-footer .action-secondary.action-dismiss, .modal-popup.confirm._show .modal-footer .action-primary.action-accept {
  width: 50%;
  padding: 15px;
  background: #DA362C;
  border: 0 !important;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
}
.modal-popup.confirm._show .modal-footer .action-secondary.action-dismiss {
  background: #afafaf;
}
.modal-popup.confirm._show .modal-footer .action-secondary.action-dismiss:hover {
  background: #808080;
}
.modal-popup.confirm._show .modal-footer .action-primary.action-accept:hover {
  background: #ac231c;
}

@media screen and (max-width: 575px) {
  .modal-popup.confirm._show .modal-footer {
    flex-direction: column;
    gap: 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .modal-popup.confirm._show .modal-footer .action-secondary.action-dismiss, .modal-popup.confirm._show .modal-footer .action-primary.action-accept {
    width: 100%;
  }
}
.page-header .minicart-wrapper .minicart-items .product-item .product.actions {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
  width: auto;
  background: none !important;
}
.page-header .minicart-wrapper .minicart-items .product-item .product.actions .primary {
  display: none;
}
.page-header .minicart-wrapper .minicart-items .product-item .product.actions .secondary .action.delete {
  width: 16px;
  height: 16px;
  background: url("../images/header-delete-cart-item-icon.svg") center center no-repeat;
}
.page-header .minicart-wrapper .minicart-items .product-item .product.actions .secondary .action.delete::before {
  content: normal;
}
.page-header .minicart-wrapper .minicart-items .product-item .product.actions .secondary .action.delete span {
  display: none;
}
.page-header .minicart-wrapper #minicart-widgets {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .subtitle {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #E8FBEF;
  color: #2CAD32;
  font-weight: 400;
  line-height: 16px;
}
.page-header .minicart-wrapper .block-minicart .subtitle::before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url("../images/check_circle.svg") left top no-repeat;
}
.page-header .minicart-wrapper .block-minicart .add-to-cart-success {
  display: none;
}
.page-header .minicart-wrapper #minicart-content-wrapper {
  height: calc(100% - 51px);
}
.page-header .minicart-wrapper .block-content {
  min-height: 100%;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart .minicart-items-wrapper {
  margin-bottom: auto;
}
.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart #minicart-content-wrapper .block-content .subtotal {
  margin-top: -15px;
}

@media screen and (max-width: 575px) {
  .page-header .minicart-wrapper .block-minicart .subtitle {
    padding: 12px 16px;
    font-size: 13px;
  }
  .page-header .minicart-wrapper .block-minicart .subtitle::before {
    width: 16px;
    height: 16px;
    background-size: contain;
  }
}
.nav-sections {
  margin: 0 0 24px 0;
  border: 0;
  border-top: 1px solid #F1F1F4;
  background: #FAFAFA;
  box-shadow: 0px 3px 6px 0px rgba(136, 136, 136, 0.1);
  z-index: 10;
}
.nav-sections .navigation {
  position: relative;
  display: flex !important;
  padding-left: 13px;
  background: none;
}
.nav-sections .navigation .ui-menu {
  position: static;
  display: flex;
}
.nav-sections .navigation .level0.submenu {
  /* display: block !important; */
  right: 20px !important;
  border: 0;
  background: #FAFAFA;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 2px 5px 0px rgba(99, 99, 99, 0.08), 0px 6px 20px 0px rgba(99, 99, 99, 0.12);
}
.nav-sections .navigation .level0.submenu > .level1 {
  max-width: 300px;
  position: static;
}
.nav-sections .navigation .level0.submenu > .level1 > .ui-menu-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 50px 12px 20px;
  line-height: 20px;
  font-weight: 200;
}
.nav-sections .navigation .level0.submenu > .level1 > .ui-menu-item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 16px;
  background: url("../images/main-nav-level1-arrow.svg") right center no-repeat;
  transition: all 0.3s ease-in-out;
}
.nav-sections .navigation .level0.submenu > .level1:hover > .ui-menu-item-wrapper {
  background: #EBEBEF;
}
.nav-sections .navigation .level0.submenu > .level1:hover > .ui-menu-item-wrapper::after {
  background: url("../images/main-nav-level1-arrow-hover.svg") right center no-repeat;
}
.nav-sections .navigation .level0.submenu > .level1 > .ui-menu-item-wrapper .ui-menu-icon {
  display: none;
}
.nav-sections .navigation .level0.submenu > .level1 > .ui-menu-item-wrapper img {
  flex-shrink: 0;
  margin: 0 12px 0 0;
}
.nav-sections .navigation .level0.submenu > .level1.category-item.first > .ui-menu-item-wrapper::after {
  content: none;
}
.nav-sections .navigation .level0.submenu > .level1.category-item.first > .ui-menu-item-wrapper .discounts {
  color: #DA362C;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu {
  flex-wrap: wrap;
  top: 0 !important;
  left: 300px !important;
  width: calc(100% - 300px);
  padding: 24px;
  background: #FAFAFA;
  border: 0;
  box-shadow: none;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 20px;
  visibility: hidden;
  opacity: 0;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu::before, .nav-sections .navigation .level0.submenu > .level1 > .level1.submenu::after {
  content: none;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu[aria-expanded=true] {
  visibility: visible;
  opacity: 1;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu li.level2 > a.ui-menu-item-wrapper {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 22px;
  font-weight: 500;
  color: #3A3A4C;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu li.level2 > a.ui-menu-item-wrapper .ui-menu-icon {
  display: none;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu li.level2 ul.level2.submenu {
  display: block !important;
  position: static !important;
  min-width: 1px;
  margin: 10px 0 0 0 !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu li.level2 ul.level2.submenu li.level3 {
  margin: 0 0 8px 0;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu li.level2 ul.level2.submenu li.level3:last-child {
  margin: 0;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu li.level2 ul.level2.submenu li.level3 > a {
  padding: 0;
  background: none;
  line-height: 18px;
  font-size: 14px;
  font-weight: 200;
  transition: none;
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu li.level2 ul.level2.submenu li.level3 > a:hover {
  color: #DA362C;
  font-weight: 300;
}
.nav-sections .navigation .ui-menu li.level0 {
  margin-right: 48px;
}
.nav-sections .navigation .ui-menu li.level0:last-child {
  margin-right: 0;
}
.nav-sections .navigation .ui-menu li.level0:not(:first-child) > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
}
.nav-sections .navigation .ui-menu li.level0:not(:first-child).dropdown > a {
  position: relative;
  padding-right: 22px;
}
.nav-sections .navigation .ui-menu li.level0:not(:first-child).dropdown > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 6px;
  background: url("../images/navigation-dropdown-arrow.svg") right center no-repeat;
}
.nav-sections .navigation .ui-menu li.level0.nav-1 {
  position: static;
  margin-right: 24px;
}
.nav-sections .navigation .ui-menu li.level0.nav-1 > a.level-top {
  display: flex;
  align-items: center;
  height: 56px;
  min-width: 300px;
  padding: 0 60px 0 25px;
  line-height: 18px;
  background-color: #DA362C;
  border-color: transparent;
  color: #FAFAFA;
  font-size: 18px;
  font-weight: 400;
}
.nav-sections .navigation .ui-menu li.level0.nav-1 > a.level-top::before {
  content: "";
  width: 20px;
  height: 14px;
  margin: 0 16px 0 0;
  background: url("../images/navigation-nav-1-icon.svg") left center no-repeat;
}
.nav-sections .navigation .ui-menu li.level0.nav-1 > a.level-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  height: 7px;
  width: 12px;
  background: url("../images/navigation-nav-1-arrow.svg") left center no-repeat;
}
.nav-sections .navigation .ui-menu li.level0.nav-1 > a.level-top .ui-menu-icon {
  display: none;
}
.nav-sections .navigation div[data-content-type=html] {
  flex-grow: 1;
}
.nav-sections .navigation .main-navigation {
  height: 100%;
  width: 100%;
  padding-right: 20px;
  display: grid;
}
.nav-sections .navigation .main-navigation ul {
  display: flex;
  gap: 0 48px;
  padding: 0;
}
.nav-sections .navigation .main-navigation ul li {
  margin: 0;
}
.nav-sections .navigation .main-navigation ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
  color: #3A3A4C;
}
.nav-sections .navigation .main-navigation ul li:last-child {
  margin-left: auto;
}
.nav-sections .navigation .main-navigation ul li:last-child a {
  display: flex;
  align-items: center;
  color: #DA362C;
  font-weight: 300;
}
.nav-sections .navigation .main-navigation ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 1;
}
.nav-sections .navigation .main-navigation ul li .services {
  display: none;
  border-radius: 0 0 8px 8px;
  background: #FAFAFA;
  box-shadow: 0 2px 5px 0 rgba(99, 99, 99, 0.08), 0 6px 20px 0 rgba(99, 99, 99, 0.12);
  width: 275px;
  height: max-content;
  padding: 17px 14px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  color: #3A3A4C;
  font-family: "Geologica";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
}
.nav-sections .navigation .main-navigation ul li .services li:not(:first-child) {
  padding-top: 20px;
}
.nav-sections .navigation .main-navigation ul li .services li:last-child a {
  color: #3A3A4C;
  font-weight: 200;
}
.nav-sections .navigation .main-navigation ul li .services li:last-child a:after {
  content: unset;
}
.nav-sections .navigation .main-navigation ul li .services li a:hover {
  text-decoration: none;
  color: #DA362C;
}
.nav-sections .navigation .main-navigation ul .dropdown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 110%;
  bottom: 0;
  margin: auto 0;
  height: 14px;
  width: 14px;
  background: url(../images/arrow-down.svg) left center no-repeat;
}
.nav-sections .navigation .main-navigation ul .mobile {
  display: none;
}
.nav-sections .navigation .authorization-link {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-sections {
    border: 0;
  }
  .nav-sections .navigation .main-navigation ul li:hover ul {
    display: none;
  }
  .nav-sections .navigation .main-navigation ul .dropdown:after {
    display: none;
  }
  .nav-sections .navigation .main-navigation ul .mobile {
    display: inline-block;
  }
  .nav-open .nav-sections {
    position: fixed;
    top: 85px;
    width: 100%;
    height: calc(100% - 85px);
    margin: 0;
    border: 0;
    background: #F9F9F8;
    box-shadow: none;
    z-index: 9999999 !important;
  }
  .nav-sections .section-item-title {
    display: none;
  }
  .nav-sections .section-item-content {
    margin-top: 0;
    padding: 0;
  }
  .nav-sections .switcher-language {
    display: none;
    padding: 28px 30px;
    border: 0 !important;
  }
  .nav-open .nav-sections .switcher-language {
    display: block;
  }
  .nav-sections .switcher-language .actions.options {
    display: flex;
    align-items: center;
    gap: 0 30px;
    justify-content: center;
  }
  .nav-sections .switcher-language .actions.options a {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: 200;
    color: #4B4B62;
    text-decoration: none;
  }
  .nav-sections .switcher-language .actions.options a img {
    margin: 0 4px 0 0;
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
  }
  .nav-sections .switcher-language .actions.options a.active {
    font-weight: 400;
    color: #3A3A4C;
  }
  .nav-sections .switcher-language .actions.options a:hover {
    color: #3A3A4C;
  }
  .nav-sections .switcher-language .actions.options a.active img, .nav-sections .switcher-language .actions.options a:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 690px) {
  .nav-open .nav-sections {
    top: 50px;
    height: calc(100% - 50px);
  }
  .nav-sections .navigation .authorization-link {
    display: block;
    font-family: "Geologica";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border-bottom: 1px solid #E3E3E8;
  }
  .nav-sections .navigation .authorization-link a {
    display: flex;
    align-items: center;
  }
  .nav-sections .navigation .authorization-link a img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 575px) {
  .nav-sections .switcher-language .actions.options {
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .nav-sections .navigation {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .nav-sections .navigation {
    flex-direction: column;
  }
  .nav-sections .navigation > .ui-menu:not(.mobile-opened) > li.level0 > .level0.submenu {
    display: none !important;
    /* visibility: hidden !important; */
  }
  .nav-sections .navigation .ui-menu > li.level0 {
    width: 100%;
  }
}
@media screen and (max-width: 1299px) {
  .nav-sections .navigation .level0.submenu > .level1 > .level1.submenu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .nav-sections .navigation .ui-menu li.level0.nav-1 {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .nav-sections .navigation .ui-menu li.level0.nav-1.first {
    border: 0;
    pointer-events: none;
  }
  .nav-sections .navigation .ui-menu .mobile-opened::before {
    background: url("../images/mobile-slider-left-arrow.svg") right center no-repeat;
  }
  .nav-sections .navigation .ui-menu.mobile-opened li.level0.nav-1.first {
    pointer-events: all;
  }
  .nav-sections .navigation .ui-menu.mobile-opened li.level0.nav-1.first a::after {
    background: none;
  }
  .nav-sections .navigation .ui-menu li.level0.nav-1 > a.level-top {
    height: auto;
    min-width: 1px;
    padding: 16px 30px 16px 16px;
    background: none;
    border-color: transparent;
    font-size: 16px;
    color: #3A3A4C;
    text-transform: none;
    pointer-events: none;
  }
  .nav-sections .navigation .ui-menu li.level0.nav-1 > a.level-top::before {
    content: none;
  }
  .nav-sections .navigation .ui-menu li.level0.nav-1 > a.level-top::after {
    right: 16px;
    width: 14px;
    height: 14px;
    background: url("../images/mobile-nav-arrow.svg") right center no-repeat;
  }
  .nav-sections .navigation > .ui-menu.mobile-opened > li.level0 > .level0.submenu {
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    background: #fafafa;
    box-shadow: none;
    z-index: 1;
  }
  .nav-sections .navigation > .ui-menu.mobile-opened > li.level0 > .level0.submenu > .level1 {
    max-width: 100%;
  }
  .nav-sections .navigation > .ui-menu.mobile-opened > li.level0 > .level0.submenu > .level1 .level1.submenu {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .nav-sections .navigation .main-navigation ul {
    gap: 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .nav-sections .navigation .main-navigation ul {
    display: flex;
    flex-direction: column;
  }
  .nav-sections .navigation .main-navigation ul li {
    order: 2;
    align-self: start;
  }
  .nav-sections .navigation .main-navigation ul li:last-child {
    order: 1;
    margin: 0 !important;
  }
}
@media screen and (max-width: 1050px) {
  .nav-sections .navigation .main-navigation ul {
    gap: 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .nav-sections .navigation .main-navigation ul li:last-child a::after {
    content: "";
    width: 6px;
    height: 10px;
    margin: 0 0 0 10px;
    background: url("../images/navigation-arrow-right-red.svg") right center no-repeat;
  }
}
@media screen and (max-width: 991px) {
  html:not(.nav-open) .nav-sections .navigation {
    display: none !important;
  }
  .nav-sections .navigation .main-navigation {
    width: auto;
    height: auto;
    padding: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
  .nav-sections .navigation .main-navigation ul li {
    border: 0;
  }
  .nav-sections .navigation .main-navigation ul li a {
    padding: 16px 0;
    font-size: 16px;
  }
}
.wishlist-custom:before, .person-custom:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 20px;
}

/*------------ wishlist icon --------------*/
.custom.link.wishlist .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}

.wishlist-custom {
  content: url("../images/header-icons/wishlist_icon.svg");
}

/*------------ person icon --------------*/
.person-custom:before {
  content: url("../images/header-icons/person.svg");
}

/*------------ shopping cart icon --------------*/
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
  content: url("../images/header-icons/shopping_bag.svg");
  font-family: initial;
  speak: none;
  font-weight: initial;
  font-variant: initial;
  text-transform: none;
  line-height: 1;
}

.shopping-card-text {
  width: 100px;
  height: auto;
  float: right;
  padding-left: 20px;
}

ul.header.links {
  float: right;
  list-style: none;
  font-family: Geologica;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  letter-spacing: 0;
  padding-left: 0;
}

/* Ajax search */
.block-swissup-ajaxsearch {
  position: static !important;
}

.page-header .twitter-typeahead {
  position: static !important;
}
.page-header .twitter-typeahead > .input-text.tt-hint {
  visibility: hidden;
}

@media screen and (min-width: 992px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results {
    top: calc(100% - 3px) !important;
  }
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results {
  right: 20px !important;
  left: 20px !important;
  width: auto;
  margin: 0;
  padding: 0;
  background: #FAFAFA;
  border: 0;
  box-shadow: 0px 2px 5px 0px rgba(99, 99, 99, 0.08), 0px 6px 20px 0px rgba(99, 99, 99, 0.12);
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
}

@media screen and (max-width: 760px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results {
    right: 0 !important;
    left: 0 !important;
  }
  .navigation .level0 > .level-top {
    text-transform: none;
  }
}
.page-header .header.content .header.links > li:not(.link-right):last-child {
  display: none;
}

.show-ajax-search-results .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results {
    border-radius: 0 0 8px 8px;
  }
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results::before, .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results::after {
  content: none;
}

.block-swissup-ajaxsearch-results .notFound-item-info {
  padding: 20px 30px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product {
  width: 100%;
  /* overflow-y: visible; */
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .custom-item-info-wrapper, .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product > .popular-item-info {
  order: 1;
  flex-shrink: 0;
  width: 265px;
  max-width: 265px;
  padding: 32px;
  background: #F4F4F6;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details {
  flex-grow: 1 !important;
  padding-right: 150px;
  text-align: left !important;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details .product-item-name {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details .product-item-name a:hover {
  color: #DA362C;
  text-decoration: none;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details .attributes {
  display: flex;
  justify-content: start;
  gap: 7px;
  margin: 0 0 8px 0;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details .attributes .attribute {
  padding: 5px 6px;
  margin: 0;
  line-height: 9px;
  font-weight: 500;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details .attributes .attribute.good-price {
  border: 1px solid #DA362C;
  color: #DA362C;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details .attributes .attribute.popular {
  background: #134CBC;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details .attributes .attribute.new {
  background: #1CAD21;
  color: #FFF;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details .attributes .attribute.ieskaties {
  background: #ef850c;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .custom-item-info-wrapper .ajaxsearch-title {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #3A3A4C;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .custom-item-info-wrapper .popular-item-info {
  padding: 0;
  margin: 0 0 8px 0;
  background: none;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  color: #4B4B62;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .custom-item-info-wrapper .popular-item-info:last-child {
  margin: 0;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .custom-item-info-wrapper .popular-item-info:hover {
  color: #DA362C;
  text-decoration: underline;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper {
  display: flex;
  order: 2;
  flex-grow: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  min-width: 1px;
  padding: 24px 48px;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .ajaxsearch-title {
  order: 1;
  margin: 0 0 24px 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #3A3A4C;
  text-transform: none;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .ajaxsearch-title h4 {
  font-weight: 300;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info {
  order: 2;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  background: none;
  border-bottom: 1px solid #E3E3E8;
  border-radius: 0;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info:last-child {
  /* padding-bottom: 0; */
  /* border: 0; */
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-photo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 12px 0 0;
  background-color: #fff;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-photo img {
  max-height: 100%;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-photo .product-image-container {
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  height: 64px !important;
  padding: 0 !important;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .discount-percent {
  position: absolute;
  top: auto;
  bottom: 24px;
  right: calc(100% + 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin: auto 0;
  padding: 0 6px;
  background-color: #da362c;
  line-height: 16px;
  color: #FAFAFA;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .discount-percent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  height: 12px;
  width: 6px;
  margin: auto 0;
  background: url("../images/price-discount-right-arrow.svg") right center no-repeat;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .price-box.price-final_price {
  flex-direction: column;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper.price-final_price .price {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #3A3A4C;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .old-price .price {
  font-weight: 300;
  color: #6A6A8A;
  text-decoration: line-through;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .special-price .price {
  color: #3A3A4C;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
  padding: 24px 0 0 0;
  line-height: 16px;
  color: #DA362C;
  font-weight: 500;
  text-align: center;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .view-all a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #DA362C;
}
.block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .view-all a::after {
  content: "";
  width: 13px;
  height: 12px;
  margin: 0 0 0 6px;
  background: url("../images/ajax-view-all-arrow.svg") right center no-repeat;
}

@media screen and (max-width: 760px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product {
    flex-direction: column;
  }
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .custom-item-info-wrapper, .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product > .popular-item-info {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 760px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .custom-item-info-wrapper, .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product > .popular-item-info {
    max-height: 210px;
    overflow: auto;
  }
}
@media screen and (max-width: 575px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info .product-item-details {
    display: flex;
    flex-direction: column;
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .custom-item-info-wrapper .popular-item-info {
    line-height: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper {
    padding: 24px;
  }
}
@media screen and (max-width: 575px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper {
    padding: 16px;
  }
}
@media screen and (max-width: 575px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .ajaxsearch-title {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper {
    position: relative;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .discount-percent {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 0 0 15px;
  }
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .discount-percent::after {
    left: auto;
    right: 100%;
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 575px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .price-box.price-final_price {
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .price-box.price-final_price .special-price {
    order: 2;
  }
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .product-item-info .product-item-details .price-box-wrapper .price-box.price-final_price .old-price {
    order: 1;
  }
}
@media screen and (max-width: 575px) {
  .block-swissup-ajaxsearch .block-swissup-ajaxsearch-results .grid-product .product-item-info-wrapper .view-all {
    padding: 14px 0 0 0;
  }
}
.nav-sections .navigation .level0.submenu > .level1 > .level1.submenu li.level2 > a.ui-menu-item-wrapper a span {
  display: block;
  word-break: break-all;
}

.page-bottom .widget.block {
  margin: 0;
}

.newsletter {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.newsletter .left, .newsletter .right {
  position: relative;
  z-index: 1;
}
.newsletter .left {
  padding-right: 100px;
}
.newsletter .left .block-name {
  margin: 0 0 16px 0;
}
.newsletter .left .text {
  margin: 0;
  font-weight: 200;
  line-height: 24px;
}
.newsletter .right form.subscribe {
  position: relative;
}
.newsletter .right form.subscribe.hidden-consents .field.consent {
  max-width: 100%;
  max-height: 500px !important;
  overflow: visible !important;
  opacity: 1 !important;
}
.newsletter .right form.subscribe .field:not(.subscribe-checkbox) {
  display: flex;
  margin: 0 0 22px 0;
}
.newsletter .right form.subscribe .field .control {
  flex-grow: 1;
  margin: 0;
  margin: 0 8px 0 0;
}
.newsletter .right form.subscribe .field .control .mage-error {
  bottom: -15px;
  left: 0;
}
.newsletter .right form.subscribe .field #swissup_gdpr_consent[newsletter] -error.mage-error {
  position: absolute;
}
.newsletter .right form.subscribe .field input[type=email] {
  height: 48px;
  margin: 0;
  padding: 0 15px 0 37px;
  border: 0;
  background: #fff url("../images/envelope-icon.svg") 12px center no-repeat;
  color: #6A6A8A;
  font-weight: 200;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
}
.newsletter .right form.subscribe .field input[type=email]::-webkit-input-placeholder, .newsletter .right form.subscribe .field input[type=email]::-moz-placeholder, .newsletter .right form.subscribe .field input[type=email]:-ms-input-placeholder, .newsletter .right form.subscribe .field input[type=email]:-moz-placeholder {
  color: #6A6A8A;
}
.newsletter form.subscribe .btn-subscribe {
  padding: 16px 30px;
  min-width: 140px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
}
.newsletter form.subscribe input[type=checkbox] + label, .newsletter form.subscribe .subscribe-checkbox label {
  display: flex;
  font-weight: 200;
  line-height: 20px;
}
.newsletter form.subscribe input[type=checkbox] + label {
  margin: 0 !important;
}
.newsletter form.subscribe .subscribe-checkbox label a {
  color: #DA362C;
  text-decoration: underline;
}
.newsletter form.subscribe .subscribe-checkbox label a:hover {
  text-decoration: none;
}
.newsletter .right form.subscribe input[type=checkbox] {
  flex-shrink: 0;
}
.newsletter .right form.subscribe input[type=checkbox]:checked {
  background-color: #4B4B62;
  border-color: #4B4B62;
}

@media screen and (min-width: 769px) {
  .newsletter::before, .newsletter::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: #E3E3E8;
  }
  .newsletter::before {
    right: 50%;
  }
  .newsletter::after {
    left: 50%;
    background-image: url("../images/newsletter-section-bg-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter .right {
    max-width: 520px;
  }
}
@media screen and (max-width: 1199px) {
  .newsletter .left {
    padding-right: 30px;
  }
  .newsletter .left .block-name {
    font-size: 26px;
    line-height: 32px;
  }
  .newsletter .left .text {
    line-height: normal;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .newsletter .right form.subscribe .field:not(.choice) {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .newsletter .right form.subscribe .field .control {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .newsletter .right form.subscribe .actions {
    width: 100%;
  }
  .newsletter .right form.subscribe .actions .subscribe {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .newsletter .right form.subscribe input[type=checkbox] + label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter {
    display: block;
    padding: 40px 15px 35px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -25px;
    background: #E3E3E8;
  }
  .newsletter .left {
    padding: 0;
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 575px) {
  .newsletter .left .block-name {
    margin: 0 0 10px 0;
  }
  .newsletter form.subscribe .field {
    display: flex;
    align-items: flex-start;
  }
  .newsletter form.subscribe input[type=checkbox] {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 460px) {
  .newsletter form.subscribe .field {
    display: block;
  }
  .newsletter .left .text {
    line-height: 22px;
    font-size: 16px;
  }
  .newsletter form.subscribe .field input[type=email] {
    margin: 0 0 12px 0;
  }
  .newsletter form.subscribe .btn-subscribe {
    width: 100%;
  }
}
.products.products-grid .products.list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.products.products-grid .products.list .product-item {
  width: 100% !important;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.products.products-grid .products.list .product-item .product-item-info {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 16px;
  border: 0;
  box-shadow: none;
}
.products.products-grid .products.list .product-item .product-item-info .product-image-container .product-image-photo {
  max-height: 100%;
}
.products.products-grid .products.list .product-item .product-item-info .product-image-container .product-image-wrapper {
  height: 100%;
  padding: 0 !important;
}

@media screen and (max-width: 1199px) {
  .products.products-grid .products.list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.products-list.list .products.list .product-item {
  width: 100%;
  padding: 16px;
  margin: 0 0 20px 0;
  background: #fff;
  border-radius: 12px;
}
.products-list.list .products.list .product-item .product-item-info {
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  position: static;
  margin: 0;
  box-shadow: none;
}
.products-list.list .products.list .product-item .product-item-info .product-item-photo {
  flex-shrink: 0;
  width: auto;
  padding: 0;
  margin: 0 20px 0 0;
}
.products-list.list .products.list .product-item .product-item-info .product-item-photo .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.products-list.list .products.list .product-item .product-item-info .product-item-photo .product-image-container {
  height: 100%;
  width: 100% !important;
  margin: 0;
}
.products-list.list .products.list .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  overflow: visible;
}
.products-list.list .products.list .product-item .product-item-info .product-item-photo .product-image-photo {
  max-height: 100%;
}
.products-list.list .products.list .product-item .product-item-info .product-item-details {
  flex-grow: 1;
}

.products.list .product-item .product-item-info .attributes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 16px 0;
}
.products.list .product-item .product-item-info .attributes .attribute {
  padding: 0 6px;
  line-height: 19px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 4px;
}
.products.list .product-item .product-item-info .attributes .attribute.popular {
  background: #134CBC;
  color: #FFF;
}
.products.list .product-item .product-item-info .attributes .attribute.new {
  background: #1CAD21;
  color: #FFF;
}
.products.list .product-item .product-item-info .attributes .attribute.good-price {
  border: 1px solid #DA362C;
  color: #DA362C;
}
.products.list .product-item .product-item-info .attributes .attribute.ieskaties {
  background: #ef850c;
  color: #FFF;
}
.products.list .product-item .product-item-info .category {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  margin: 0 0 7px 0;
}
.products.list .product-item .product-item-info .category .category {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #9B9BB1;
  text-transform: uppercase;
}
.products.list .product-item .product-item-info .price-box-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: auto;
}
.products.list .product-item .product-item-info .price-box-wrapper .discount-percent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 56px;
  padding-left: 5px;
  margin: 0 0 0 12px;
  line-height: 16px;
  background: url("../images/price-discount-bg.svg") left center no-repeat;
  color: #FAFAFA;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .products.list .product-item .product-item-info .attributes .attribute {
    line-height: 18px;
    font-size: 8px;
  }
}
@media screen and (min-width: 576px) {
  .product-item .product-item-info .product-item-inner {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .product-item {
    position: relative;
  }
  .product-item .product-item-info .product-item-photo .product-image-container {
    background-color: #fff;
    border-radius: 8px;
  }
  .product-item .product-item-info .product-item-inner {
    margin: 20px 0 0 0;
  }
  .product-item .product-item-details .categories .category {
    margin: 0 0 4px 0;
    font-size: 10px;
  }
  .product-item .product-item-details .product-item-name {
    margin: 0 0 12px 0;
    line-height: 18px;
    font-size: 14px;
  }
  .product-item .product-item-info .product-item-details .price-box {
    font-size: 18px;
  }
  .product-item .product-item-info .product-item-details .price-box .price {
    font-size: 18px;
  }
  .product-item .product-item-info .product-item-details .price-box.price-final_price {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-item .product-item-info .product-item-details .price-box.price-final_price .old-price {
    order: 1;
    margin: 0;
  }
  .product-item .product-item-info .product-item-details .price-box.price-final_price .special-price {
    order: 2;
  }
  .product-item .product-item-info .product-item-details .price-box.price-final_price .old-price .price {
    line-height: 14px;
    font-size: 14px;
  }
  .product-item .product-item-info .product-item-details .discount-percent {
    position: relative;
    top: 8px;
  }
  .product-item .product-item-info .product-item-inner .action.tocart {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }
  .product-item .product-item-info .product-item-inner .action.tocart span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-item .product-item-info .product-item-inner .action.tocart span::before {
    content: "";
    width: 19px;
    height: 18px;
    margin: 0 8px 0 0;
    background: url("../images/shopping-icon.svg") left center no-repeat;
  }
  .product-item .product-item-info .action.towishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: #FAFAFA url("../images/save-product-icon.svg") center center no-repeat;
    background-size: 18px;
    border-radius: 50%;
    z-index: 1;
  }
  .product-item .product-item-info .action.towishlist::before {
    content: none;
  }
  .product-item .product-item-info .action.tocompare {
    display: none;
  }
  .product-item .product-item-info .attributes {
    position: relative;
    margin: -44px 0 16px 0;
    padding-left: 6px;
    z-index: 2;
  }
}
.cms-about-us .breadcrumbs {
  display: none;
}
.cms-about-us .page-main {
  padding-top: 55px;
}

@media screen and (max-width: 991px) {
  .cms-about-us .page-main {
    padding-top: 10px;
  }
}
.about-us-main .introduction {
  display: flex;
  padding: 0 0 80px 0;
  background-color: #fafafa;
}
.about-us-main .introduction .text {
  flex-shrink: 0;
  width: 625px;
  margin: 0 75px 0 0;
}
.about-us-main .introduction .text .quote {
  padding: 0 0 0 18px;
  margin: 0 0 24px 0;
  border-left: 4px solid #e1c236;
  line-height: 34px;
  font-size: 28px;
  font-style: italic;
  font-weight: 200;
}
.about-us-main .introduction .text .text-holder {
  margin: 0 0 35px 0;
}
.about-us-main .introduction .text .text-holder p {
  margin: 0 0 23px 0;
  line-height: 24px;
  font-weight: 200;
}
.about-us-main .introduction .text .text-holder p:last-child {
  margin: 0;
}
.about-us-main .introduction .text .quote strong {
  font-weight: 400;
}
.about-us-main .introduction .text .primary {
  padding: 14px 36px;
}
.about-us-main .introduction .img {
  flex-grow: 1;
  margin-top: -78px;
  pointer-events: none;
}
.about-us-main .why-us {
  padding: 80px 0;
  background: #F4F4F6;
  position: relative;
}
.about-us-main .why-us .header {
  margin: 0 0 40px 0;
  text-align: center;
}
.about-us-main .why-us .header .block-name {
  margin: 0 0 12px 0;
}
.about-us-main .why-us .header .text {
  max-width: 740px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}
.about-us-main .why-us::before, .about-us-main .why-us::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #F4F4F6;
}
.about-us-main .why-us::before {
  right: 100%;
}
.about-us-main .why-us::after {
  left: 100%;
}
.about-us-main .why-us .features {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  z-index: 1;
}
.about-us-main .why-us .features .block {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  margin: 0;
  border: 1px solid #E3E3E8;
  border-radius: 8px;
}
.about-us-main .why-us .features .block .icon {
  flex-shrink: 0;
  width: 72px;
  margin: 0 16px 0 0;
  pointer-events: none;
}
.about-us-main .why-us .features .block .details {
  flex-grow: 1;
}
.about-us-main .why-us .features .block .details .name {
  margin: 0 0 12px 0;
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #3A3A4C;
  letter-spacing: -0.2px;
}
.about-us-main .why-us .features .block .details .text {
  margin: 0;
  line-height: 20px;
  font-weight: 200;
  font-size: 14px;
}
.about-us-main .our-command {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.about-us-main .our-command .text {
  width: 520px;
  margin: 0 30px 0 0;
}
.about-us-main .our-command .text .block-name {
  margin: 0 0 22px 0;
}
.about-us-main .our-command .text p {
  margin: 0 0 22px 0;
  line-height: 24px;
  font-weight: 200;
}
.about-us-main .our-command .text p:last-child {
  margin: 0;
}
.about-us-main .our-command .img {
  flex-grow: 1;
  pointer-events: none;
}
.about-us-main .big-quote {
  display: flex;
  position: relative;
  padding: 64px 0;
  background: #F4F4F6;
}
.about-us-main .big-quote::before, .about-us-main .big-quote::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #F4F4F6;
}
.about-us-main .big-quote::before {
  right: 100%;
}
.about-us-main .big-quote::after {
  left: 100%;
}
.about-us-main .big-quote .quote {
  position: relative;
  z-index: 1;
}
.about-us-main .big-quote .img {
  flex-shrink: 0;
  width: 142px;
  margin: 0 160px 0 0;
  pointer-events: none;
}
.about-us-main .big-quote .quote .name {
  margin: 0 0 16px 0;
  line-height: 48px;
  font-size: 32px;
  font-weight: 300;
  color: #3A3A4C;
}
.about-us-main .big-quote .quote .info {
  line-height: 18px;
  font-weight: 300;
  color: #8888A1;
}
.about-us-main .big-quote .quote .info::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 0 0 13px 0;
  background: #D1D1DB;
}
.about-us-main .services {
  display: flex;
  gap: 0 130px;
  padding: 80px 0 40px 0;
}
.about-us-main .services .text {
  flex-shrink: 0;
  width: 520px;
}
.about-us-main .services .text .block-name {
  margin: 0 0 22px 0;
}
.about-us-main .services .text .info {
  margin: 0 0 32px 0;
  font-weight: 200;
  line-height: 24px;
}
.about-us-main .services .primary {
  padding: 14px 36px;
}
.about-us-main .services .features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.about-us-main .services .mobile-button {
  display: none;
}
.about-us-main .services .features .block {
  margin: 0;
  padding: 24px;
  border: 1px solid #E3E3E8;
  border-radius: 8px;
}
.about-us-main .services .features .block .name {
  display: block;
  margin: 0 0 12px 0;
  color: #3A3A4C;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.2px;
}
.about-us-main .services .features .block .name::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 0 0 24px 0;
  background-color: #DA362C;
  border-radius: 4px;
}
.about-us-main .services .features .block .text {
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

@media screen and (max-width: 1299px) {
  .about-us-main .introduction .text {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .about-us-main .introduction .text .quote {
    margin: 0 0 44px 0;
    line-height: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-main .introduction .text .primary {
    width: 100%;
    padding: 15px 36px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .about-us-main .introduction .img .mobile-page-heading, .about-us-main .introduction .img .mobile-img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cms-about-us .page-title-wrapper {
    display: none;
  }
  .about-us-main .introduction {
    flex-direction: column;
    padding-bottom: 64px;
  }
  .about-us-main .introduction .img {
    order: 1;
    margin: 0 0 32px 0;
  }
  .about-us-main .introduction .text {
    order: 2;
    width: 100%;
    margin: 0;
  }
  .about-us-main .introduction .img {
    margin: 0 0 33px 0;
  }
  .about-us-main .introduction .img .mobile-page-heading {
    display: block;
    margin: 48px 0 0 0;
    color: #3A3A4C;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.64px;
  }
  .about-us-main .introduction .img .desktop-img {
    display: none;
  }
  .about-us-main .introduction .img img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .about-us-main .why-us {
    padding: 64px 0;
  }
}
@media screen and (max-width: 575px) {
  .about-us-main .why-us .header {
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 768px) {
  .about-us-main .why-us .block-name {
    line-height: 32px;
    font-size: 26px;
  }
  .about-us-main .why-us .features {
    grid-template-columns: auto;
    gap: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .about-us-main .why-us .features .block .icon {
    width: 48px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-main .why-us .features .block {
    flex-direction: column;
    padding: 16px;
  }
  .about-us-main .why-us .features .block .icon {
    width: 40px;
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 575px) {
  .about-us-main .why-us .features .block .details .name {
    margin: 0 0 8px 0;
    line-height: 18px;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .about-us-main .why-us .features .block .details .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .about-us-main .our-command .text {
    flex-shrink: 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about-us-main .our-command {
    display: block;
    padding: 64px 0;
  }
  .about-us-main .our-command .block-name {
    line-height: 32px;
    font-size: 26px;
  }
  .about-us-main .our-command .text {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-us-main .big-quote {
    flex-direction: column;
    align-items: center;
    padding: 48px 0;
    text-align: center;
  }
}
@media screen and (max-width: 1399px) {
  .about-us-main .big-quote .img {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .about-us-main .big-quote .img {
    width: 100%;
    height: 65px;
    margin: 0 0 32px 0;
    text-align: center;
  }
  .about-us-main .big-quote .img img {
    max-height: 100%;
    width: 78px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-main .big-quote .quote .name {
    font-size: 24px;
    line-height: 30px;
  }
  .about-us-main .big-quote .quote .info::before {
    margin: 0 auto 13px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-main .big-quote .img {
    height: 56px;
  }
  .about-us-main .big-quote .img img {
    width: 68px;
  }
  .about-us-main .big-quote .quote .name {
    line-height: 28px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .about-us-main .services {
    gap: 0 50px;
  }
  .about-us-main .services .text {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .about-us-main .services {
    display: block;
    padding: 64px 0 24px 0;
  }
  .about-us-main .services .text {
    width: 100%;
  }
  .about-us-main .services .text .contact-with-us {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .about-us-main .services .text .block-name {
    line-height: 32px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-main .services .text .info {
    margin: 0 0 38px 0;
  }
}
@media screen and (max-width: 575px) {
  .about-us-main .services .features {
    grid-template-columns: auto;
    gap: 16px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-us-main .services .features {
    margin-bottom: 40px;
  }
  .about-us-main .services .mobile-button {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .about-us-main .services .features .block .name {
    line-height: 18px;
    font-size: 18px;
  }
}
/* My Account */
.account .columns {
  display: flex;
  gap: 0;
}
.account .columns .sidebar.sidebar-main {
  float: none;
  flex-shrink: 0;
  flex-grow: 0;
  width: 302px;
  flex-basis: 302px;
  margin: 0 24px 0 0;
  padding: 0;
}
.account .columns .sidebar.sidebar-main .block-collapsible-nav .content {
  padding: 20px 0;
  background: #F1F1F4;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 rgba(36, 36, 36, 0.1019607843);
}
.account .columns .sidebar.sidebar-main .block-collapsible-nav .item {
  margin: 0;
}
.account .columns .sidebar.sidebar-main .block-collapsible-nav .item a {
  padding: 12px 20px;
  background: none;
  line-height: 16px;
  font-size: 16px;
  font-weight: 300;
  color: #3A3A4C;
}
.account .columns .sidebar.sidebar-main .block-collapsible-nav .item a:hover {
  color: #DA362C;
}
.account .columns .sidebar.sidebar-main .block-collapsible-nav .item.current a {
  padding: 12px 0;
}
.account .columns .sidebar.sidebar-main .block-collapsible-nav .item.current strong {
  padding: 12px 0 12px 20px;
  border-color: #da362c;
  color: #DA362C;
  font-weight: 400;
  line-height: 16px;
  font-size: 16px;
}
.account .columns .column.main .block.block-order-details-view {
  display: none;
}

@media screen and (max-width: 768px) {
  .block-collapsible-nav .title {
    background: #F1F1F4;
  }
  .block-collapsible-nav .title:after {
    margin: 9px 0 0 0 !important;
  }
}
.block-collapsible-nav .item .delimiter {
  margin: 15px 20px;
  border-top: 1px solid #E3E3E8;
}

.account .columns .column.main {
  float: none;
  flex-grow: 1;
  width: auto !important;
  padding: 0;
  margin-bottom: 120px;
}
.account .columns .column.main .page-title-wrapper {
  margin: 0 0 32px 0;
}
.account .columns .column.main .page-title-wrapper .page-title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
}
.account .columns .column.main .block .block-title {
  padding: 16px;
  margin: 0 0 24px 0;
  border: 0;
  background: #F1F1F4;
  color: #3A3A4C;
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2px;
  border-radius: 8px;
}
.account .columns .column.main .box .box-title {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.account .columns .column.main .box .box-title a.action {
  color: #000;
  font-size: 14px;
}
.account .columns .column.main .box .box-title a.action:hover {
  color: #DA362C;
}
.account .columns .column.main .box .box-content {
  line-height: 16px;
  color: #4B4B62;
  font-size: 16px;
  font-weight: 200;
}
.account .columns .column.main .box.box-information {
  padding-left: 17px;
}
.account .columns .column.main .box .box-content p {
  line-height: 22px;
}
.account .columns .column.main .box .box-actions {
  margin-top: 10px;
}
.account .columns .column.main .box .box-actions a {
  line-height: 16px;
  font-size: 16px;
  font-weight: 300;
  color: #8888A1;
  text-decoration: underline;
}
.account .columns .column.main .box .box-actions a:hover {
  color: #DA362C;
}
.account .columns .column.main .box .box-actions .action:after {
  border-color: #D1D1DB;
}
.account .columns .sidebar.sidebar-additional {
  display: none !important;
}

/* Customer account login / register */
.customer-account-login #maincontent, .customer-account-create #maincontent {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.customer-account-login #maincontent .messages, .customer-account-create #maincontent .messages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-account-login #maincontent .messages .error, .customer-account-login #maincontent .messages .success, .customer-account-create #maincontent .messages .error, .customer-account-create #maincontent .messages .success {
  width: 1060px;
}

@media screen and (max-width: 1060px) {
  .customer-account-login #maincontent .messages {
    display: block;
  }
  .customer-account-login #maincontent .messages .error, .customer-account-login #maincontent .messages .success {
    width: auto;
  }
}
.customer-account-login .page-title-wrapper, .customer-account-create .page-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  margin: -25px 0 75px 0;
  background: url("../images/login-reg-title-wrapper-bg.png") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .customer-account-login .page-title-wrapper, .customer-account-create .page-title-wrapper {
    height: 100px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .customer-account-login .page-title-wrapper, .customer-account-create .page-title-wrapper {
    height: 80px;
    margin-bottom: 30px;
  }
}
.customer-account-login .page-title-wrapper .page-title, .customer-account-create .page-title-wrapper .page-title {
  margin: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.8px;
  color: #3A3A4C;
}

@media screen and (max-width: 991px) {
  .customer-account-login .page-title-wrapper .page-title, .customer-account-create .page-title-wrapper .page-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.64px;
  }
}
@media screen and (max-width: 575px) {
  .customer-account-login .page-title-wrapper .page-title, .customer-account-create .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.52px;
  }
}
.customer-account-login .login-container, .customer-account-create .reg-container {
  display: flex;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .customer-account-login .login-container {
    flex-direction: column;
  }
  .customer-account-create .reg-container {
    flex-direction: column;
    padding-bottom: 24px;
  }
}
.customer-account-login .login-container .block.block-customer-login {
  float: none;
  flex-grow: 1;
  margin-right: 88px;
}

.customer-account-create .reg-container .block.block-new-customer {
  float: none;
  flex-grow: 1;
  min-width: 1px !important;
  width: auto;
  margin-right: 88px;
}
.customer-account-create .reg-container .block.block-new-customer form {
  width: 100%;
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .customer-account-create .reg-container .block.block-new-customer {
    width: 100% !important;
    margin: 0 0 64px 0;
  }
}
.customer-account-login .login-container .fieldset:after, .customer-account-create .reg-container .fieldset:after {
  content: none;
}

.customer-account-login .login-container .block.block-customer-login .fieldset.login {
  margin: 0;
}
.customer-account-login .login-container .block.block-new-customer {
  float: none;
  flex-shrink: 0;
  width: 563px;
}

@media screen and (max-width: 1199px) {
  .customer-account-login .login-container .block.block-customer-login {
    float: none;
    flex-grow: 1;
    margin-right: 50px;
  }
}
.customer-account-create .reg-container .block.block-customer-login {
  float: none;
  flex-shrink: 0;
  width: 563px;
}

@media screen and (max-width: 991px) {
  .customer-account-login .login-container .block.block-customer-login {
    width: 100%;
    margin: 0 0 64px 0;
  }
  .customer-account-create .reg-container .block.block-customer-login, .customer-account-login .login-container .block.block-new-customer {
    width: 100%;
  }
}
.customer-account-login .block .block-title {
  margin: 0 0 32px 0;
  padding: 0;
  border: 0;
  font-size: 30px;
  font-weight: 500;
  color: #3A3A4C;
  line-height: 36px;
  letter-spacing: -0.6px;
}

.customer-account-create .reg-container .block-title {
  margin: 0 0 32px 0;
  padding: 0;
  border: 0;
  font-size: 30px;
  font-weight: 500;
  color: #3A3A4C;
  line-height: 36px;
  letter-spacing: -0.6px;
}
.customer-account-create .reg-container .block-title strong {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .customer-account-login .block .block-title, .customer-account-create .reg-container .block-title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.52px;
  }
}
@media screen and (max-width: 575px) {
  .customer-account-login .block .block-title, .customer-account-create .reg-container .block-title {
    margin: 0 0 24px 0;
  }
}
.customer-account-login .block .block-title strong {
  font-weight: 500;
}
.customer-account-login .login-container .block.block-customer-login .field.note {
  display: none;
}
.customer-account-login .login-container .block.block-customer-login .control {
  width: 100%;
}

.customer-account-create .reg-container .field.password {
  margin-bottom: 24px !important;
  position: relative;
  margin: 0;
}

.customer-account-login .login-container .block.block-customer-login .field.password {
  position: relative;
  margin: 0;
}

.customer-account-create .reg-container .field.confirmation-password {
  position: relative;
  margin: 0;
}
.customer-account-create .reg-container .field.password .input-text.mage-error, .customer-account-create .reg-container .field.confirmation-password .input-text.mage-error {
  background-position: calc(100% - 45px) center !important;
}
.customer-account-create .reg-container .field.password .show-password-toggle, .customer-account-create .reg-container .field.confirmation-password .show-password-toggle {
  position: absolute;
  right: 16px;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: 0;
  width: 20px;
  height: 48px;
  z-index: 2;
}

.customer-account-login .login-container .block.block-customer-login .field.password .show-password-toggle {
  position: absolute;
  right: 16px;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: 0;
  width: 20px;
  height: 48px;
  z-index: 2;
}

.customer-account-create .reg-container .field.confirmation-password .show-password-toggle, .customer-account-create .reg-container .field.password .show-password-toggle {
  top: 27px;
}
.customer-account-create .reg-container .field.confirmation-password .show-password-toggle input[type=checkbox], .customer-account-create .reg-container .field.password .show-password-toggle input[type=checkbox] {
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url("../images/show-password-icon.svg") center center no-repeat;
}

.customer-account-login .login-container .block.block-customer-login .field.password .show-password-toggle input[type=checkbox] {
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url("../images/show-password-icon.svg") center center no-repeat;
  background-color: #FFFFFF !important;
}

.customer-account-create .reg-container .field.confirmation-password .show-password-toggle label, .customer-account-create .reg-container .field.password .show-password-toggle label {
  display: none;
}

.customer-account-login .login-container .block.block-customer-login .field.password .show-password-toggle label {
  display: none;
}
.customer-account-login .login-container .block.block-customer-login .actions-toolbar {
  display: flex;
  flex-direction: column;
}
.customer-account-login .login-container .block.block-customer-login .password-actions-holder {
  padding: 3px 0 28px 0;
  text-align: right;
}
.customer-account-login .login-container .block.block-customer-login .password-actions-holder .remind {
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 14px;
  text-decoration: underline;
}
.customer-account-login .login-container .block.block-customer-login .actions-toolbar .secondary .remind:hover {
  text-decoration: none;
}
.customer-account-login .login-container .block.block-customer-login .actions-toolbar .primary {
  order: 2;
}

.customer-account-create .reg-container form .password-strength-meter {
  margin: 4px 0 0 0;
  padding: 7px 8px;
  background: #FBEBEA;
  color: #3A3A4C;
  line-height: 14px;
  font-size: 14px;
  font-weight: 200;
  border-radius: 4px;
}
.customer-account-create .reg-container form .password-strength-meter::before {
  content: none;
}
.customer-account-create .reg-container form .password-strength-meter #password-strength-meter-label {
  font-weight: 400;
}
.customer-account-create .reg-container form .field.newsletterPage {
  display: flex;
  margin: 16px 0 8px 0;
}
.customer-account-create .reg-container form .field.newsletterPage input {
  margin: -3px 8px 0 0;
}
.customer-account-create .reg-container form .field.newsletterPage label {
  margin: 0 !important;
}
.customer-account-create .reg-container form .actions-toolbar {
  width: 100%;
  margin: 0;
}
.customer-account-create .reg-container form .actions-toolbar .primary, .customer-account-create .reg-container form .actions-toolbar button[type=submit] {
  width: 100%;
  margin: 0;
}

.customer-account-login .login-container .block.block-customer-login .actions-toolbar button[type=submit] {
  width: 100%;
  margin: 0;
}

.customer-account-create .reg-container form .actions-toolbar {
  margin: 26px 0 0 0;
}

.customer-account-login .login-container .block.block-customer-login .sep, .customer-account-create .reg-container form .sep {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 24px 0;
}

.customer-account-login .login-container .block.block-customer-login .sep::before, .customer-account-create .reg-container form .sep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto 0;
  height: 1px;
  background: #E3E3E8;
}

.customer-account-login .login-container .block.block-customer-login .sep span, .customer-account-create .reg-container form .sep span {
  padding: 0 7px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  z-index: 1;
}

.customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login {
  width: 100%;
  min-width: unset;
  float: unset;
}

.customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons {
  display: flex;
  gap: 0 24px;
  margin: 0;
  flex-wrap: nowrap;
  flex-direction: row;
}

@media screen and (max-width: 575px) {
  .customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons {
    display: flex;
    gap: 0 16px;
  }
}
.customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons li, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons li {
  width: 50%;
  padding: 0;
}

.customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons li a, .customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 12px 18px;
  line-height: 16px;
  font-weight: 200;
  color: #3A3A4C;
  text-decoration: none;
  border-radius: 8px;
}

.customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons li a, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 12px 18px;
  line-height: 16px;
  font-weight: 200;
  color: #3A3A4C;
  text-decoration: none;
  border-radius: 8px;
}

.customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons .google a, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons .google a {
  border: 1px solid #BABAC9;
  background: url("../images/google-icon.svg") 18px center no-repeat;
}

.customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons .google:hover, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons li:hover {
  border-color: #DA362C;
  color: #DA362C;
}

.customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons .facebook a, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons .facebook a {
  background: #3B5998 url("../images/btn-fb-icon.svg") 18px center no-repeat;
  color: #fff;
}

@media screen and (max-width: 390px) {
  .customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons .google a, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons .google a, .customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons .facebook a, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons .facebook a {
    background-position: 9px center !important;
  }
}
.customer-account-login .login-container .block.block-customer-login .social-media-auth .block-swissup-social-login ul.buttons .facebook:hover a, .customer-account-create .reg-container form .social-media-auth .block-swissup-social-login ul.buttons .facebook:hover a {
  background-color: #29437d;
}

.customer-account-login .login-container .block.block-new-customer, .customer-account-create .reg-container .block-customer-login {
  padding: 50px 40px;
  min-height: 400px;
  background: #F1F1F4 url("../images/user-login-bg-image.png") right bottom no-repeat;
  border-radius: 12px;
}

@media screen and (max-width: 575px) {
  .customer-account-login .login-container .block.block-new-customer, .customer-account-create .reg-container .block-customer-login {
    padding: 24px;
    background-size: 221px;
  }
}
.customer-account-login .login-container .block.block-new-customer .block-title, .customer-account-create .reg-container .block.block-customer-login .block-title {
  margin: 0 0 6px 0;
}

@media screen and (max-width: 575px) {
  .customer-account-login .login-container .block.block-new-customer .block-title, .customer-account-create .reg-container .block.block-customer-login .block-title {
    line-height: 28px;
    font-size: 23px;
    letter-spacing: -0.46px;
  }
}
.customer-account-login .login-container .block.block-new-customer .block-content p, .customer-account-create .reg-container .block-customer-login .block-content p {
  margin: 0;
  max-width: 55%;
  font-family: "Geologica", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

@media screen and (max-width: 575px) {
  .customer-account-login .login-container .block.block-new-customer .block-content p, .customer-account-create .reg-container .block-customer-login.block-content p {
    max-width: 95%;
  }
}
.customer-account-login .login-container .block.block-new-customer .actions-toolbar {
  margin: 40px 0 0 0;
}

.customer-account-create .reg-container .block-customer-login .actions-toolbar {
  margin: 40px 0 0 0;
  text-align: left;
}

.customer-account-login .login-container .block.block-new-customer .actions-toolbar .primary {
  float: none;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.customer-account-create .reg-container .block.block-new-customer .actions-toolbar .primary {
  float: none;
  display: flex;
  width: 100%;
  justify-content: center;
}

.customer-account-login .login-container .block.block-new-customer .actions-toolbar .primary .action.primary, .customer-account-create .reg-container .block.block-customer-login .actions-toolbar .primary .action.primary {
  width: auto;
  padding: 17px 36px;
  margin: 0;
  background: transparent;
  border: 1px solid #DA362C !important;
  color: #DA362C;
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
}

.customer-account-login .login-container .block.block-new-customer .actions-toolbar .primary .action.primary:hover, .customer-account-create .reg-container .block.block-customer-login .actions-toolbar .primary .action.primary:hover {
  background-color: #DA362C;
  color: #fff;
}

/* Forgot password */
.customer-account-forgotpassword #maincontent {
  max-width: 440px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.customer-account-forgotpassword .page-title-wrapper {
  margin: 0 0 8px 0;
}
.customer-account-forgotpassword .page-title-wrapper .page-title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
  color: #3A3A4C;
}
.customer-account-forgotpassword form.forget {
  min-width: 100% !important;
}
.customer-account-forgotpassword form.forget .fieldset::after {
  content: none !important;
}
.customer-account-forgotpassword form.forget .fieldset .field.note {
  margin: 0 0 28px 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}
.customer-account-forgotpassword form.forget .actions-toolbar {
  width: 100%;
}
.customer-account-forgotpassword form.forget .actions-toolbar .primary, .customer-account-forgotpassword form.forget .actions-toolbar .action.submit {
  float: none;
  width: 100%;
  margin: 0;
}
.customer-account-forgotpassword form.forget .actions-toolbar .secondary {
  display: none;
}

@media screen and (max-width: 768px) {
  .customer-account-forgotpassword #maincontent {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .customer-account-forgotpassword #maincontent {
    max-width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .customer-account-forgotpassword .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.52px;
  }
}
.customer-account-create .reg-container .field.confirmation-password .show-password-toggle input[type=checkbox], .customer-account-create .reg-container .field.password .show-password-toggle input[type=checkbox]:checked {
  background-color: unset !important;
  border-color: unset !important;
}

.customer-account-login .login-container .block.block-customer-login .field.password .show-password-toggle {
  top: 27px;
}

.amblog-index-index .page-title-wrapper {
  margin: 0 0 32px 0 !important;
  text-align: center;
}
.amblog-index-index .page-title-wrapper .page-title {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.amblog-index-index .page-title-wrapper .amblog-summary {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 16px;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-widget-container {
  margin: 0;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-categories {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 16px;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-list {
  display: block !important;
  padding: 0;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-list li {
  margin: 0;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-widget-container {
  background: none;
  box-shadow: none;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-title {
  display: none;
}
.amblog-index-index .page-title-wrapper .amblog-summary > a {
  padding: 11px 14px;
  border: 1px solid #3A3A4C;
  background: #3A3A4C;
  color: #FAFAFA;
  line-height: 16px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400 !important;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-list li a {
  padding: 11px 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400 !important;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #D1D1DB;
  color: #4B4B62;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-list li a .amblog-category-count {
  color: #6A6A8A;
  font-weight: 300 !important;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-list li a:hover {
  border: 1px solid #3A3A4C;
  background: #3A3A4C;
  color: #FAFAFA;
}
.amblog-index-index .page-title-wrapper .amblog-summary .amblog-list li a:hover .amblog-category-count {
  color: #FAFAFA;
}
.amblog-index-index .amblog-grid-list, .amblog-index-index .amblog-container-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 24px;
}

.amblog-index-index .amblog-container-list .amblog-post-container .amblog-content {
  position: relative;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .tags {
  position: absolute;
  top: 0;
  right: 0;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-footer {
  justify-content: flex-start;
  margin-top: 14px;
}
.amblog-index-index .amblog-container-list .amblog-pager-container {
  grid-column: 1/-1;
  grid-row: auto;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .amblog-index-index .page-title-wrapper {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .amblog-index-index .page-title-wrapper {
    margin: 0 0 32px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .amblog-index-index .page-title-wrapper .amblog-summary {
    justify-content: flex-start;
  }
  .amblog-index-index .page-title-wrapper .amblog-summary .amblog-categories {
    justify-content: flex-start;
  }
  .amblog-index-index .breadcrumbs {
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-right: 20px;
  }
  .amblog-index-index .breadcrumbs .items > li {
    padding-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .amblog-index-index .page-title-wrapper .amblog-summary .amblog-categories {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .amblog-index-index .page-title-wrapper .amblog-summary {
    overflow: auto;
  }
}
.amblog-index-category .amblog-grid-list, .amblog-index-category .amblog-container-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 24px;
}

@media screen and (max-width: 880px) {
  .amblog-index-index .amblog-grid-list, .amblog-index-category .amblog-grid-list, .amblog-index-index .amblog-container-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 880px) {
  .amblog-index-index .columns {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .amblog-index-index .columns .column.main {
    width: 100% !important;
  }
}
@media screen and (max-width: 540px) {
  .amblog-index-index .amblog-grid-list, .amblog-index-category .amblog-grid-list, .amblog-index-index .amblog-container-list {
    grid-template-columns: auto;
    gap: 40px 0;
  }
}
.amblog-index-index .amblog-grid-list .amblog-item, .amblog-index-category .amblog-grid-list .amblog-item, .amblog-index-index .amblog-container-list .amblog-post-container {
  display: block;
  width: auto;
  min-width: 1px;
  margin: 0;
  background: none;
  box-shadow: none;
  border-radius: 12px;
}

.amblog-index-index .amblog-grid-list .amblog-item .post-image, .amblog-index-index .amblog-container-list .amblog-post-container .post-image, .amblog-index-category .amblog-grid-list .amblog-item .post-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0 0 25px 0;
}

@media screen and (min-width: 1200px) {
  .amblog-index-index .amblog-grid-list .amblog-item .post-image, .amblog-index-category .amblog-grid-list .amblog-item .post-image, .amblog-index-index .amblog-container-list .amblog-post-container .post-image {
    height: 250px;
  }
}
.amblog-index-index .amblog-grid-list .amblog-item .post-image img, .amblog-index-category .amblog-grid-list .amblog-item .post-image img, .amblog-index-index .amblog-container-list .amblog-post-container .post-image img {
  max-height: 100%;
  border-radius: 12px 12px 0 0;
}

.amblog-index-index .amblog-grid-list .amblog-item .amblog-content, .amblog-index-category .amblog-grid-list .amblog-item .amblog-content, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content {
  padding: 0;
}

.amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-dates, .amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-dates, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-dates {
  float: left;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}

.amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-dates .amblog-date, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-date {
  margin: 0 16px 0 0;
  padding: 5px 0 0 0;
  line-height: 16px;
  color: #6A6A8A;
  font-weight: 200;
  font-size: 16px;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-dates .amblog-date, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-date {
  margin: 0 16px 0 0;
  padding: 5px 0 0 0;
  line-height: 16px;
  color: #6A6A8A;
  font-weight: 200;
  font-size: 16px;
}
.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-features, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-features {
  display: flex;
  gap: 0 10px;
  float: right;
  padding: 0;
  margin: 0;
}
.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-wrap, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-features .amblog-wrap {
  margin-bottom: 0;
  margin-right: 0;
}

.amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-features, .amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-features, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .tags {
  display: flex;
  gap: 0 10px;
  float: right;
  padding: 0;
  margin: 0;
}
.amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-wrap, .amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-wrap, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .tags .amblog-wrap {
  margin-bottom: 0;
  margin-right: 0;
}
.amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-posted-in, .amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-posted-in, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .tags .amblog-posted-in {
  display: none;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-ref, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-ref, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .tags .amblog-tag {
  padding: 6px 9px;
  margin: 0;
  border: 1px solid #D1D1DB;
  color: #6A6A8A;
  background: none;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}

@media screen and (max-width: 540px) {
  .amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-dates .amblog-date, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-dates .amblog-date, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-dates .amblog-date {
    font-size: 14px;
  }
  .amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-ref, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-ref, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .tags .amblog-tag {
    padding: 5px 9px;
    line-height: 10px;
    font-size: 10px;
  }
}
.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-ref:hover, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-ref:hover, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-ref:hover, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .tags .amblog-tag:hover {
  background: #D1D1DB;
  color: #6A6A8A;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-post-title::before, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-post-title::before, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-ref, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title::before, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .tags .amblog-tag {
  content: "";
  display: block;
  clear: both;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-post-title, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-post-title, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.2px;
  clear: both;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-post-title .post-title, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-post-title .post-title, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title {
  display: inline-block;
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-post-title, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-post-title, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title {
    line-height: 21px;
    font-size: 17px;
    letter-spacing: -0.17px;
  }
}
@media screen and (max-width: 540px) {
  .amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-post-title, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-post-title, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title {
    line-height: 26px;
    font-size: 20px;
  }
}
.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-post-title a, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-post-title a, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title a {
  color: #3A3A4C;
  text-decoration: none;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-post-title a:hover, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-post-title a:hover, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-post-title a:hover {
  color: #DA362C;
}

@media screen and (max-width: 540px) {
  .amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-shot, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-shot, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-shot {
    display: none;
  }
}
.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-shot p, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-shot p, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-shot p {
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  color: #4B4B62;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-content .amblog-shot p:last-child, .amblog-index-index .amblog-grid-list .amblog-item .amblog-content .amblog-shot p:last-child, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-shot p:last-child {
  margin: 0;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-footer, .amblog-index-index .amblog-grid-list .amblog-item .amblog-footer, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-footer {
  padding: 0;
}
.amblog-index-category .amblog-grid-list .amblog-item .amblog-footer .amblog-features .amblog-posted-in, .amblog-index-index .amblog-grid-list .amblog-item .amblog-footer .amblog-features .amblog-posted-in, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-footer .amblog-features .amblog-posted-in {
  display: none;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-footer, .amblog-index-index .amblog-grid-list .amblog-item .amblog-footer {
  margin: 14px 0 0 0;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-footer .amblog-read, .amblog-index-index .amblog-grid-list .amblog-item .amblog-footer .amblog-read, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-footer .amblog-read {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background: none;
  color: #DA362C;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-footer .amblog-read::after, .amblog-index-index .amblog-grid-list .amblog-item .amblog-footer .amblog-read::after, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-footer .amblog-read::after {
  content: "";
  position: relative;
  right: 0;
  width: 12px;
  height: 12px;
  margin: 0 0 0 6px;
  background: url("../images/read-more-arrow-icon.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}

.amblog-index-category .amblog-grid-list .amblog-item .amblog-footer .amblog-read:hover::after, .amblog-index-index .amblog-grid-list .amblog-item .amblog-footer .amblog-read:hover::after, .amblog-index-index .amblog-container-list .amblog-post-container .amblog-footer .amblog-read:hover::after {
  right: -4px;
}

.amblog-index-category .amblog-pager-container, .amblog-index-index .amblog-pager-container {
  width: 100%;
  margin: 68px 0 0 0;
}

@media screen and (max-width: 540px) {
  .amblog-index-category .amblog-pager-container, .amblog-index-index .amblog-pager-container {
    margin: 53px 0 0 0;
  }
}
.amblog-index-category .amblog-pager-container .amblog-links ul, .amblog-index-index .amblog-pager-container .amblog-links ul {
  width: 100%;
}

.amblog-index-category .amblog-pager-container .amblog-links ul, .amblog-index-index .amblog-pager-container .amblog-links ul, .toolbar-products {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}

.amblog-pager-container .amblog-links ul li.item a, .amblog-pager-container .amblog-links ul li.item.current .page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #6A6A8A;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.toolbar-products .item a, .toolbar-products .item strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #6A6A8A;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.toolbar-products .item a {
  background: #F4F4F6;
}

.amblog-pager-container .amblog-links ul li a.amblog-link[rel=prev] {
  background: #DA362C;
  color: #FAFAFA;
}
.amblog-pager-container .amblog-links ul li.item.current .page, .amblog-pager-container .amblog-links ul li.item a:hover {
  background: #DA362C;
  color: #FAFAFA;
}

.toolbar-products .item.current strong, .toolbar-products .item a:hover {
  background: #DA362C;
  color: #FAFAFA;
}

.amblog-pager-container .amblog-links ul li:last-child:not(.item) {
  padding-left: 16px;
}
.amblog-pager-container .amblog-links ul li a.amblog-link[rel=prev] {
  margin-right: 24px;
}
.amblog-pager-container .amblog-links ul li a.amblog-link[rel=prev]::before, .amblog-pager-container .amblog-links ul li a.amblog-link[rel=prev]::after {
  content: none;
}
.amblog-pager-container .amblog-links ul li:last-child:not(.item) a::before, .amblog-pager-container .amblog-links ul li:last-child:not(.item) a::after {
  content: none;
}
.amblog-pager-container .amblog-links ul li a.amblog-link[rel=prev], .amblog-pager-container .amblog-links ul li:last-child:not(.item) a {
  height: auto;
  width: auto;
  background: none;
}
.amblog-pager-container .amblog-links ul li a.amblog-link[rel=prev] span {
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-weight: 300;
  color: #3A3A4C;
  letter-spacing: 0.16px;
}
.amblog-pager-container .amblog-links ul li:last-child:not(.item) a span {
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-weight: 300;
  color: #3A3A4C;
  letter-spacing: 0.16px;
}
.amblog-pager-container .amblog-links ul li:last-child:not(.item) a span::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/pagination-next-arrow.svg") right center no-repeat;
}
.amblog-pager-container .amblog-links ul li a.amblog-link[rel=prev] span::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/pagination-next-arrow.svg") right center no-repeat;
  transform: rotate(180deg);
}

.amblog-index-post .column.main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 70px !important;
}
.amblog-index-post .page-title-wrapper {
  display: none !important;
}
.amblog-index-post .columns {
  display: block;
}
.amblog-index-post .columns::after {
  content: none;
}
.amblog-index-post .column.main {
  flex-grow: 1;
  width: auto !important;
  padding: 0;
}
.amblog-index-post .column.main .amblog-element-block[data-set=sidebar-post] {
  order: 1;
  width: calc(100% - 435px);
  margin: 0 55px 0 0;
}
.amblog-index-post .column.main .amblog-element-block[data-set=sidebar-post] .amblog-post-container.-post-page {
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.amblog-index-post .column.main .single-blog-post-sidebar {
  order: 2;
  flex-shrink: 0;
  width: 380px;
}
.amblog-index-post .column.main .amblog-tags {
  padding: 0;
  gap: 0 10px;
  margin: 0;
  display: none;
}
.amblog-index-post .column.main .amblog-tag {
  margin: 0;
  padding: 3.5px 9px;
  border: 1px solid #D1D1DB;
  background: none;
  color: #6A6A8A;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  display: none;
}
.amblog-index-post .column.main .amblog-tag:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.amblog-index-post .amblog-post-title {
  margin: 0 0 16px 0;
}
.amblog-index-post .amblog-post-title a {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.8px;
  color: #3A3A4C;
  text-decoration: none;
  pointer-events: none;
}
.amblog-index-post .amblog-post-container .amblog-features {
  margin-bottom: 0;
}
.amblog-index-post .amblog-post-container .amblog-features .amblog-wrap {
  margin-bottom: 10px;
}
.amblog-index-post .amblog-post-container .amblog-features .amblog-wrap .amblog-posted-in {
  display: none;
}
.amblog-index-post .amblog-post-container .amblog-features .amblog-wrap .amblog-ref {
  margin: 0;
  padding: 3.5px 9px;
  border: 1px solid #D1D1DB;
  background: none;
  color: #6A6A8A;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.amblog-index-post .amblog-post-container .amblog-dates {
  margin: 0 0 32px 0;
}
.amblog-index-post .amblog-post-container .amblog-dates .amblog-date {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #6A6A8A;
}
.amblog-index-post .amblog-post-container .featured-image {
  display: flex;
  justify-content: center;
  margin: 0 0 24px 0;
}
.amblog-index-post .amblog-post-container .featured-image img {
  border-radius: 8px;
}
.amblog-index-post .amblog-post-container .amblog-content {
  padding: 0;
  line-height: 24px;
  font-weight: 200;
}
.amblog-index-post .amblog-post-container .amblog-content h3, .amblog-index-post .amblog-post-container .amblog-content h4, .amblog-index-post .amblog-post-container .amblog-content h5 {
  margin: 0 0 24px 0;
  line-height: 26px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.amblog-index-post .amblog-post-container .amblog-content a {
  color: #DA362C;
  text-decoration: underline;
}
.amblog-index-post .amblog-post-container .amblog-content a:hover {
  text-decoration: none;
}
.amblog-index-post .amblog-post-container .amblog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 64px 0 0 0;
  padding: 16px 0 0 0;
  border-top: 1px solid #E3E3E8;
}
.amblog-index-post .amblog-post-container .amblog-footer .tags {
  display: none;
  gap: 0 10px;
  margin: 0;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-features {
  margin-bottom: 0;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-features .amblog-wrap {
  margin-bottom: 0;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-features .amblog-wrap .amblog-posted-in {
  display: none;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-features .amblog-wrap .amblog-ref {
  margin: 0;
  padding: 3.5px 9px;
  border: 1px solid #D1D1DB;
  background: none;
  color: #6A6A8A;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon {
  height: auto;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid #E3E3E8 !important;
  background: none;
  filter: grayscale(1) !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon:hover {
  filter: grayscale(0) !important;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon:last-child {
  border: 0 !important;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon .amblog-social {
  width: auto;
  height: auto;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon.-twitter .amblog-social {
  width: 16px;
  height: 16px;
  background: url("../images/share-post-twitter-icon.svg") center center no-repeat;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon.-facebook .amblog-social {
  width: 16px;
  height: 16px;
  background: url("../images/share-post-fb-icon.svg") center center no-repeat;
}
.amblog-index-post .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon.-linkedin .amblog-social {
  width: 14px;
  height: 14px;
  background: url("../images/share-post-linked-icon.svg") center center no-repeat;
}
.amblog-index-post .widget.amblog-post-list {
  padding: 0;
  background: none !important;
  box-shadow: none !important;
  order: 3;
  max-width: 100%;
  margin: 58px 0 0 0;
}
.amblog-index-post .widget.amblog-post-list .amblog-title, .amblog-index-post .widget.amblog-post-list .amblog-list {
  padding: 0;
  margin: 0;
  background: none !important;
  box-shadow: none !important;
}
.amblog-index-post .widget.amblog-post-list .amblog-title {
  margin: 0 0 32px 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
  color: #3A3A4C;
}
.amblog-index-post .widget.amblog-post-list .post-items {
  padding: 0;
  margin: 0;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item > .post-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px 0;
  border-radius: 12px;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details {
  display: block;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .amblog-dates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px 0;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .amblog-dates .amblog-dates {
  margin: 0;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .amblog-dates .amblog-date {
  margin: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  color: #6A6A8A;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .amblog-dates .amblog-wrap .amblog-posted-in {
  display: none;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .amblog-dates .amblog-wrap .amblog-ref {
  margin: 0;
  padding: 3.5px 9px;
  border: 1px solid #D1D1DB;
  background: none;
  color: #6A6A8A;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .post-meta .amblog-tags {
  margin: 0;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .post-meta .amblog-tags .amblog-tag {
  margin: 0;
  padding: 3.5px 9px;
  border: 1px solid #D1D1DB;
  background: none;
  color: #6A6A8A;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .post-meta .amblog-tags .amblog-tag:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .post-title {
  margin: 0 0 16px 0;
  line-height: 26px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #3A3A4C;
  text-decoration: none;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .post-title:hover {
  color: #DA362C;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .amblog-shot {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .links > .post-image {
  display: flex;
  align-items: center;
  margin: 0;
  color: #DA362C;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .links > .post-image::after {
  content: "";
  position: relative;
  right: 0;
  width: 12px;
  height: 12px;
  margin: 0 0 0 6px;
  background: url("../images/read-more-arrow-icon.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}
.amblog-index-post .amblog-related-wrapper.-related-products {
  margin: 45px 0 0 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.amblog-index-post .amblog-related-wrapper.-related-products .amblog-list {
  padding: 0;
}
.amblog-index-post .amblog-related-wrapper.-related-products .amblog-related-grid {
  display: block;
}
.amblog-index-post .amblog-related-wrapper.-related-products .amblog-title {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.2px;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-list {
  display: block;
  overflow: visible;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100% !important;
  gap: 0;
  transform: none !important;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track::before, .amblog-index-post .amblog-related-wrapper.-related-products .slick-track::after {
  content: none;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product {
  flex-direction: row;
  width: 520px !important;
  padding: 16px;
  margin: 0 0 24px 0;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(99, 99, 99, 0.08), 0 6px 20px 0 rgba(99, 99, 99, 0.12);
  border-radius: 12px;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product:last-child {
  margin: 0;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-photo {
  flex-shrink: 0;
  width: 175px;
  max-height: 175px;
  margin: 0 16px 0 0;
  padding: 0;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-photo .product-image-container {
  height: 100%;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-photo .product-image-wrapper {
  height: 100%;
  padding: 0 !important;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-photo img {
  position: static;
  max-height: 100%;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details {
  display: block;
  flex: 0;
  flex-grow: 1;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .attributes {
  display: flex;
  margin: 0 0 10px 0;
  gap: 10px;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .attributs {
  margin: 0 0 5px 0;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .attributs .attribute {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  color: #9B9BB1;
  text-transform: uppercase;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-link {
  display: inline-block;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #3A3A4C;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 24px 0;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-grow: 0;
  margin: 0;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box .price {
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #2D2D3A;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box .old-price {
  margin: 0 0 0 12px;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box .old-price .price {
  font-size: 16px;
  font-weight: 300;
  color: #6A6A8A;
  text-decoration: line-through;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box .special-price {
  width: auto;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box .special-price .price {
  color: #DA362C;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-reviews-summary {
  display: none;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .discount-percent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 24px;
  margin: 0 0 0 12px;
  background: url("../images/price-discount-bg.svg") left center no-repeat;
  line-height: 16px;
  color: #FAFAFA;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-actions .action.tocart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 12px 20px;
  margin: 0 20px 0 0;
  font-weight: 400;
  font-size: 16px;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-actions .action.tocart::before {
  content: "";
  width: 19px;
  height: 18px;
  margin: 0 8px 0 0;
  background: url("../images/shopping-icon.svg") left center no-repeat;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-actions .action-towishlist {
  flex-shrink: 0;
  width: 24px;
  height: 22px;
  padding: 0;
  background: url("../images/save-product-icon.svg") center center no-repeat;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-actions .action-towishlist::before {
  content: none;
}
.amblog-index-post .amblog-related-wrapper.-related-products .slick-dots {
  display: none !important;
}
.amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .links > .post-image:hover::after {
  right: -4px;
}
.amblog-index-post .single-blog-post-sidebar .amblog-post-container, .amblog-index-post .single-blog-post-sidebar .amblog-widget-container {
  margin: 0;
  background: none !important;
  box-shadow: none !important;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container.-categories {
  margin: 0;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block:not(:last-child) {
  margin: 0 0 32px 0;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #E3E3E8;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-title {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.48px;
  color: #3A3A4C;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-title::before {
  content: none;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-list {
  display: block !important;
  padding: 0;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-categories .amblog-category {
  margin: 0 0 25px 0;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-categories .amblog-category:last-child {
  margin: 0;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-categories .amblog-category a {
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-categories .amblog-category a .amblog-category-count {
  font-size: 16px;
  color: #6A6A8A;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-categories .amblog-category a:hover {
  color: #DA362C;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-categories .amblog-category a:hover .amblog-category-count {
  color: #DA362C;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-list .post-item-info {
  display: flex;
  align-items: flex-start;
  margin: 0 0 24px 0;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-list .post-item-info:last-child {
  margin: 0;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-list .post-item-info .post-image {
  flex-shrink: 0;
  width: 100px;
  margin: 0 16px 0 0;
  border-radius: 8px;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-list .post-item-info .post-image img {
  border-radius: 8px;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-list .post-item-info .post-item-details .post-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #3A3A4C;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-list .post-item-info .post-item-details .post-title:hover {
  color: #DA362C;
}
.amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-list .post-item-info .post-item-details .amblog-date {
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 14px;
  color: #60607E;
}

@media screen and (max-width: 991px) {
  .amblog-index-post .column.main .amblog-element-block[data-set=sidebar-post] {
    width: calc(100% - 355px);
  }
  .amblog-index-post .column.main .single-blog-post-sidebar {
    width: 300px;
  }
}
@media screen and (max-width: 860px) {
  .amblog-index-post .column.main .amblog-element-block[data-set=sidebar-post] {
    width: 100%;
    margin: 0;
  }
  .amblog-index-post .column.main .single-blog-post-sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 860px) and (min-width: 576px) {
  .amblog-index-post .column.main .single-blog-post-sidebar {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .column.main .amblog-tag {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .amblog-index-post .amblog-post-title a {
    line-height: 42px;
    font-size: 36px;
  }
  .amblog-index-post .widget.amblog-post-list .slick-list .slick-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-post-title {
    margin: 0 0 12px 0;
  }
  .amblog-index-post .amblog-post-title a {
    line-height: 32px;
    font-size: 26px;
    letter-spacing: -0.52px;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-post-container .amblog-dates {
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-post-container .amblog-footer {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .amblog-index-post .widget.amblog-post-list {
    margin: 43px 0 0 0;
  }
  .amblog-index-post .breadcrumbs {
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-right: 20px;
  }
  .amblog-index-post .breadcrumbs .items > li {
    padding-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .amblog-index-post .widget.amblog-post-list .amblog-title {
    margin: 0 0 14px 0;
    line-height: 32px;
    font-size: 26px;
  }
  .amblog-index-post .widget.amblog-post-list .slick-dots {
    bottom: -47px;
  }
  .amblog-index-post .widget.amblog-post-list .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #BABAC9;
  }
  .amblog-index-post .widget.amblog-post-list .slick-dots li.slick-active {
    border-color: #DA362C;
    background-color: #DA362C;
  }
  .amblog-index-post .widget.amblog-post-list .slick-dots li button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .amblog-index-post .widget.amblog-post-list .slick-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: auto !important;
    transform: none !important;
  }
  .amblog-index-post .widget.amblog-post-list .slick-track::before, .amblog-index-post .widget.amblog-post-list .slick-track::after {
    content: none;
  }
  .amblog-index-post .widget.amblog-post-list .post-items .post-item {
    width: auto !important;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .amblog-index-post .widget.amblog-post-list .post-items .post-item {
    width: auto !important;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .amblog-index-post .widget.amblog-post-list .slick-list {
    display: block;
    width: 100%;
  }
  .amblog-index-post .widget.amblog-post-list .slick-list .slick-track {
    justify-content: flex-start;
    gap: 0;
  }
  .amblog-index-post .widget.amblog-post-list .slick-list .slick-track .post-item {
    margin: 0 12px;
  }
  .amblog-index-post .widget.amblog-post-list .slick-arrow {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .widget.amblog-post-list .slick-list .slick-track .post-item {
    margin: 0 8px;
  }
}
@media screen and (max-width: 640px) {
  .amblog-index-post .widget.amblog-post-list .post-items .post-item > .post-image {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 640px) {
  .amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .amblog-dates {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .amblog-dates .amblog-date {
    margin: 0 0 14px 0;
    line-height: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .post-title {
    line-height: 20px;
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}
@media screen and (max-width: 640px) {
  .amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .amblog-shot {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .amblog-index-post .widget.amblog-post-list .post-items .post-item .post-item-details .links > .post-image {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  .amblog-index-post .amblog-related-wrapper.-related-products {
    margin: 35px 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product {
    width: 100% !important;
    max-width: 520px;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product {
    flex-direction: column;
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 156px;
    margin: 0 0 16px 0;
    background: #fff;
    border-radius: 8px;
  }
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-photo img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .attributs .attribute {
    line-height: 9px;
    font-size: 10px;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-link {
    margin: 0 0 12px 0;
    line-height: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box-wrapper {
    align-items: flex-end;
  }
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box .old-price {
    order: 1;
    margin: 0 0 2px 0;
    font-size: 14px;
  }
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box .special-price {
    order: 2;
    margin: 0;
  }
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .price-box .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-actions {
    margin: 20px 0 0 0;
  }
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-actions .action.tocart {
    margin: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product {
    position: relative;
  }
  .amblog-index-post .amblog-related-wrapper.-related-products .slick-track .amblog-item-product .product-item-details .product-item-actions .action-towishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: #FAFAFA url("../images/save-product-icon.svg") center center no-repeat;
    background-size: 20px;
    border-radius: 50%;
    z-index: 2;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-categories .amblog-category {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .amblog-index-post .single-blog-post-sidebar .amblog-element-block .amblog-widget-container .amblog-list .post-item-info .post-item-details .post-title {
    line-height: 22px;
    font-size: 16px;
  }
}
body[class*=amblog-index-] .sidebar .block-reorder {
  display: none;
}

/* fixing repeated categories */
.amblog-index-post .product-item .product-item-details .categories .category:nth-child(n+2) {
  display: none;
}

/* Shopping Cart */
.checkout-cart-index .page-title-wrapper {
  margin: 0 0 48px 0;
}
.checkout-cart-index .page-title-wrapper .page-title {
  display: block !important;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
}

.cart-progress-bar {
  position: relative;
  width: 100%;
  margin: 0 0 56px 0;
}
.cart-progress-bar::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: url("../images/steps_checkout_desktop.jpg") left center no-repeat;
}
.cart-progress-bar::after {
  content: "";
  position: absolute;
  height: 2%;
  top: 100%;
  bottom: 0;
  transform: translateX(var(--translatex, -80%));
  background: #DA362C;
  display: block;
  width: var(--width, 100%);
}
.cart-progress-bar .bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  width: 100%;
  z-index: 1;
}
.cart-progress-bar .bar li {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: #6A6A8A;
  cursor: pointer;
}
.cart-progress-bar .bar li::after {
  content: "";
  width: 24px;
  height: 18px;
  margin: 0 32px;
  background: url("../images/progress-bar-arrow.svg") center center no-repeat;
}
.cart-progress-bar .bar li::before {
  content: none;
}
.cart-progress-bar .bar li span::before, .cart-progress-bar .bar li span::after {
  content: none;
}
.cart-progress-bar .bar li:last-child::after {
  content: normal;
}
.cart-progress-bar .bar li._complete {
  color: #DA362C;
}
.cart-progress-bar .bar li._active {
  pointer-events: none;
  color: #DA362C !important;
}
.cart-progress-bar .bar li._active a {
  color: #DA362C;
}
.cart-progress-bar .bar li a {
  color: #6A6A8A;
}

.checkout-cart-index .cart-container {
  display: flex;
  flex-wrap: wrap;
}
.checkout-cart-index .cart-container .form.form-cart {
  float: none;
  margin: 0 0 25px 0;
}
.checkout-cart-index .cart-container .cart-discount-summary {
  float: none;
  order: 2;
  flex-shrink: 0;
  width: 410px;
  margin: 0 0 0 48px;
  position: relative;
  bottom: 74px;
}
@media only screen and (max-width: 1199px) {
  .checkout-cart-index .cart-container .cart-discount-summary {
    position: static;
    margin: 0;
    width: 100%;
  }
}
.checkout-cart-index .cart-container .cart-discount-summary .cart-summary {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount {
  border-radius: 12px;
  background: #F4F4F6;
  left: 0;
  width: 100%;
  padding: 16px;
  margin: 0 0 16px;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .title strong {
  color: #3A3A4C;
  font-family: Geologica, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .title::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url("../images/select-arrow-down.svg") no-repeat center;
  background-size: 12px;
  transition: transform 0.3s ease-in-out;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .content {
  opacity: 0;
  transition: opacity 2s ease 0s;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .fieldset {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .field {
  margin: 8px 0;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .label {
  display: none;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .input-text {
  height: 42px;
  font-family: Geologica, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .primary {
  font-family: Geologica, serif;
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
  height: 42px;
  width: 100%;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount .primary .apply {
  padding: 0 36px;
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount.active .title::after {
  transform: rotate(180deg);
}
.checkout-cart-index .cart-container .cart-discount-summary .block.discount.active .content {
  opacity: 1;
}
.checkout-cart-index .cart-container .form.form-cart {
  order: 1;
  flex-grow: 1;
  width: auto;
  max-width: calc(100% - 458px);
  padding: 0;
}
.checkout-cart-index .page-title-wrapper {
  margin: 0 0 48px 0;
}
.checkout-cart-index .page-title-wrapper .page-title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
  color: #3A3A4C;
}
.checkout-cart-index .cart-container::before {
  content: normal;
}
.checkout-cart-index .cart-container .cart.main.actions {
  display: block;
}
.checkout-cart-index .cart-container .cart.main.actions button {
  border-radius: 12px;
  background: #F4F4F6;
  left: 0;
  padding: 16px;
  margin: 0 0 16px;
  border: 1px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.checkout-cart-index .cart-container .cart.main.actions button:hover {
  background-color: #DA362C;
  color: #fff;
}
.checkout-cart-index .cart-container #gift-options-cart {
  order: 4;
}
.checkout-cart-index .cart-container #cart-discount {
  order: 5;
}
.checkout-cart-index .cart-container .block.crosssell {
  order: 6;
}
.checkout-cart-index .cart-container .cart-summary {
  padding: 24px;
  background: #F4F4F6;
  border-radius: 12px;
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  display: block;
  margin: 0 0 17px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.48px;
  color: #3A3A4C;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals {
  padding: 0;
  border: 0;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.totals:not(.grand) th, .checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.totals-tax th {
  padding: 4px 0;
  font-weight: 400;
  color: #4B4B62;
  vertical-align: middle;
  font-size: 16px;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.totals:not(.grand) td {
  padding: 4px 0;
  font-size: 16px;
  font-weight: 400;
  color: #4B4B62;
  vertical-align: middle;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.totals-tax td {
  padding: 4px 0;
  font-size: 16px;
  font-weight: 400;
  color: #4B4B62;
  vertical-align: middle;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.totals-tax th, .checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.totals-tax td {
  /* padding-bottom: 24px; */
  font-weight: 200;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals th, .checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals td {
  padding-top: 21px;
  padding-bottom: 21px;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals th {
  font-size: 18px;
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals td {
  line-height: 1.2;
  font-weight: 200;
  font-size: 16px;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals th, .checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals td {
  border-top: 1px solid #E3E3E8;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals th.mark, .checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals td.amount {
  padding: 16px 0 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #3A3A4C;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals th.mark strong, .checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals td.amount strong {
  padding: 0 0 5px 0;
  font-weight: 500;
}
.checkout-cart-index .cart-container .cart-summary .delivery-pvn {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E3E3E8;
}
.checkout-cart-index .cart-container .cart-summary .delivery-pvn .subtotal, .checkout-cart-index .cart-container .cart-summary .delivery-pvn .discount {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .delivery-pvn .delivery-step .name {
  margin: 0 0 12px 0;
  color: #3A3A4C;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.18px;
}
.checkout-cart-index .cart-container .cart-summary .delivery-pvn .delivery-step .label {
  font-weight: 200;
  line-height: 16px;
  letter-spacing: -0.16px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  margin: 40px 0 9px 0;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary #deliver-icons-container .delivery-safe {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 0;
  line-height: 14px;
  font-weight: 300;
  font-size: 14px;
  color: #3A3A4C;
  letter-spacing: -0.28px;
}
.checkout-cart-index .cart-container .cart-summary #deliver-icons-container .delivery-safe img {
  margin: 0 4px 0 0;
  pointer-events: none;
}
.checkout-cart-index .cart-container .cart-summary #deliver-icons-container .bank-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.checkout-cart-index #shopping-cart-table thead tr th.col {
  padding: 0 0 8px 0;
  border-bottom: 1px solid #e4e3e8;
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #3A3A4C;
}
.checkout-cart-index #shopping-cart-table thead tr th.col:first-child {
  padding-left: 15px;
}
.checkout-cart-index #shopping-cart-table thead tr th.col.price, .checkout-cart-index #shopping-cart-table thead tr th.col.qty {
  text-align: center;
}
.checkout-cart-index #shopping-cart-table tbody td {
  padding: 0;
  border: 0;
  vertical-align: middle;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #e4e3e8;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-info td.item .product-item-photo {
  float: left;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-info td.item .product-item-details .categories {
  margin: 0 0 6px 0;
  color: #9B9BB1;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-info td.item .product-item-details .categories .category:nth-child(n+2) {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-info td.item .product-item-details .categories:nth-child(2), .checkout-cart-index #shopping-cart-table tbody tr.item-info td.item .product-item-details .categories:nth-child(3), .checkout-cart-index #shopping-cart-table tbody tr.item-info td.item .product-item-details .categories:nth-child(4) {
  display: none;
}
.checkout-cart-index #shopping-cart-table tbody.item-actions td .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.checkout-cart-index #shopping-cart-table tbody.item-actions td .actions-toolbar a {
  position: static;
  display: flex;
  align-items: center;
  line-height: 12px;
  color: #8888A1;
  font-weight: 300;
  letter-spacing: -0.28px;
}
.checkout-cart-index #shopping-cart-table tbody.item-actions td .actions-toolbar a span {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  font-size: 14px;
  font-weight: 300;
  color: #8888A1;
  transition: all 0.3s ease-in-out;
}
.checkout-cart-index #shopping-cart-table tbody.item-actions td .actions-toolbar a span:hover {
  color: #3A3A4C;
}
.checkout-cart-index #shopping-cart-table tbody.item-actions td .actions-toolbar a.action.action-delete::before {
  content: "";
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url("../images/delete-icon.svg") left center no-repeat;
  font-family: "Geologica", sans-serif;
}
.checkout-cart-index #shopping-cart-table tbody.item-actions td .actions-toolbar a.action.action-edit {
  display: none;
}
.checkout-cart-index #shopping-cart-table td.col.item {
  padding-right: 48px;
}
.checkout-cart-index #shopping-cart-table td.col.item .holder {
  display: flex;
}
.checkout-cart-index #shopping-cart-table td.col.item .product-item-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  max-width: 64px;
  height: 64px;
  padding: 0;
  margin: 0 16px 0 0;
  border-radius: 8px;
}
.checkout-cart-index #shopping-cart-table td.col.item .product-item-photo img {
  border-radius: 8px;
}
.checkout-cart-index #shopping-cart-table td.col.item .product-item-details {
  width: auto;
  padding: 0;
}
.checkout-cart-index #shopping-cart-table td.col.item .prod-category {
  display: inline-block;
  margin: 0 0 6px 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  color: #9B9BB1;
  text-transform: uppercase;
}
.checkout-cart-index #shopping-cart-table td.col.item .product-item-name {
  display: block;
  margin: 0;
  line-height: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #3A3A4C;
}
.checkout-cart-index #shopping-cart-table td.col.item .item-options {
  display: none;
}
.checkout-cart-index thead th.col.price, .checkout-cart-index tbody td.col.price {
  min-width: 100px;
  text-align: left;
}
.checkout-cart-index thead th.col.subtotal {
  min-width: 100px;
}
.checkout-cart-index tbody td.col.subtotal {
  min-width: 100px;
}
.checkout-cart-index tbody td.col.subtotal .price {
  font-weight: 400;
  color: #3A3A4C;
}
.checkout-cart-index tbody td.col.price > span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #3A3A4C;
  text-align: center;
}
.checkout-cart-index tbody td.col.price .price {
  font-weight: 400;
  text-decoration: line-through;
  color: #8888A1;
}
.checkout-cart-index tbody td.col.price > span.price-including-tax .price {
  color: #3A3A4C;
  text-decoration: none;
}
.checkout-cart-index tbody td.col.item.qty {
  text-align: center;
}
.checkout-cart-index tbody td.col.qty .control.qty {
  display: flex;
  justify-content: center;
}
.checkout-cart-index tbody td.col.qty .control.qty label {
  display: flex;
  justify-content: center;
}
.checkout-cart-index tbody td.col.qty .control.qty button.minus, .checkout-cart-index tbody td.col.qty .control.qty button.plus {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background-color: #EEEEF1;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.checkout-cart-index tbody td.col.qty .control.qty button.minus:hover, .checkout-cart-index tbody td.col.qty .control.qty button.plus:hover {
  background-color: #DA362C;
  color: #fff;
}
.checkout-cart-index tbody td.col.qty .control.qty button.minus:hover::before, .checkout-cart-index tbody td.col.qty .control.qty button.plus:hover::before {
  filter: brightness(0) invert(1);
}
.checkout-cart-index tbody td.col.qty .control.qty button.minus::before, .checkout-cart-index tbody td.col.qty .control.qty button.plus::before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 14px;
  left: 13px;
}
.checkout-cart-index tbody td.col.qty .control.qty button.minus::before {
  background: url("../images/button-minus-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.checkout-cart-index tbody td.col.qty .control.qty button.plus::before {
  background-image: url("../images/button-plus-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.checkout-cart-index tbody td.col.qty .control.qty input.qty {
  height: 42px;
  width: 70px;
  margin: 0 4px;
  border: 1px solid #BABAC9;
  color: #232C4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
}
.checkout-cart-index tbody td.col.subtotal > span {
  color: #3A3A4C;
}
.checkout-cart-index tbody td.col.subtotal > span .price {
  font-size: 16px;
  font-weight: 400;
}

.cart-container .block.crosssell {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.cart-container .block.crosssell > .block-title {
  margin: 0 0 32px 0;
}
.cart-container .block.crosssell > .block-title #block-crosssell-heading {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #3A3A4C;
}
.cart-container .block.crosssell .product-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
}
.cart-container .block.crosssell .product-items .item {
  width: auto;
  padding: 16px;
  border: 0;
  background: #fff;
  box-shadow: none;
  border-radius: 12px;
}
.cart-container .block.crosssell .product-items .item .product-item-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.cart-container .block.crosssell .product-items .item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cart-container .block.crosssell .product-items .item .product-item-info .product-item-name {
  min-height: 66px;
  margin: 0 0 20px 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
}
.cart-container .block.crosssell .product-items .item .product-item-info .price-box-wrapper {
  margin: 0 0 25px 0;
}
.cart-container .block.crosssell .product-items .item .product-item-info .price-box {
  margin: 0;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
}
.cart-container .block.crosssell .product-items .item .product-item-info .price-box .price {
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
}
.cart-container .block.crosssell .product-items .item .product-item-info .price-box .old-price .price {
  font-weight: 300;
  font-size: 16px;
}
.cart-container .block.crosssell .product-items .item .product-item-info .product-reviews-summary, .cart-container .block.crosssell .product-items .item .product-item-info .action.tocompare {
  display: none;
}
.cart-container .block.crosssell .product-items .item .product-item-info .product-item-actions {
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: auto;
  flex-direction: row;
}
.cart-container .block.crosssell .product-items .item .product-item-info .product-item-actions .actions-primary {
  flex-grow: 1;
}
.cart-container .block.crosssell .product-items .item .product-item-info .action.tocart {
  width: 100%;
  padding: 16px;
  font-size: 16px;
}
.cart-container .block.crosssell .product-items .item .product-item-info .action.tocart span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-container .block.crosssell .product-items .item .product-item-info .action.tocart span::before {
  content: "";
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  background: url("../images/shopping-icon.svg") left center no-repeat;
}
.cart-container .block.crosssell .product-items .item .product-item-info .secondary-addto-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 8px;
}
.cart-container .block.crosssell .product-items .item .product-item-info .secondary-addto-links .action.towishlist {
  flex-shrink: 0;
  width: 56px;
  height: 48px;
  background: url("../images/wishlist-icon.svg") center center no-repeat;
}
.cart-container .block.crosssell .product-items .item .product-item-info .secondary-addto-links .action.towishlist::before {
  content: "";
}

@media screen and (max-width: 1060px) {
  .checkout-cart-index .cart-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .cart-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 310px;
  }
  .checkout-cart-index .cart-container .form.form-cart {
    max-width: calc(100% - 358px);
  }
}
@media screen and (max-width: 1060px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    margin: 0;
  }
  .checkout-cart-index .cart-container .form.form-cart {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .checkout-cart-index .cart-container .cart-summary {
    padding: 16px;
  }
  .checkout-cart-index .cart-container .cart-summary .summary.title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 1060px) {
  .checkout-cart-index .cart-container .cart-summary #cart-totals .table.totals tr.grand.totals td.shipping-text {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index #shopping-cart-table tbody td {
    padding: 24px 0 4px 0;
  }
  .checkout-cart-index #shopping-cart-table tbody tr:first-child td {
    padding-top: 26px;
  }
  .checkout-cart-index #shopping-cart-table tbody td:first-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody tr.item-info td.item .product-item-photo {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody td.col.price > span {
    margin: 0 0 0 4px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty {
    justify-content: flex-end;
  }
  .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty label {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 575px) {
  .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty button.minus, .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty button.plus {
    width: 34px;
    height: 34px;
  }
  .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty button.minus:before, .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty button.plus:before {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty button.minus, .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty button.plus {
    background-size: 13px !important;
  }
}
@media screen and (max-width: 575px) {
  .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty input.qty {
    width: 56px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index #shopping-cart-table thead {
    display: none;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td {
    position: relative;
    float: none;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 0 10px 160px;
    text-align: right;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td.col.item {
    justify-content: flex-start;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td::before {
    position: absolute;
    top: 0;
    left: 80px;
    bottom: 0;
    padding: 0;
    margin: auto 0;
    height: 13px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 400;
  }
  .checkout-cart-index #shopping-cart-table tbody td.col.price > span {
    text-align: center;
  }
  .checkout-cart-index #shopping-cart-table tbody tr.item-actions td {
    padding-top: 5px;
  }
  .checkout-cart-index .cart.table-wrapper {
    overflow: visible;
    border: 0;
  }
  .checkout-cart-index .cart.table-wrapper .cart > .item {
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .cart-container .block.crosssell > .block-title {
    margin: 0 0 24px 0;
  }
  .checkout-cart-index .cart-container .block.crosssell > .block-title #block-crosssell-heading {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.52px;
  }
}
.cart-container .crosssell {
  margin: 80px 0 0 0;
}
.cart-container .crosssell .block-title #block-crosssell-heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
}

@media screen and (max-width: 991px) {
  .checkout-cart-index .cart-container .block.crosssell .product-items {
    display: block;
    width: 100%;
    padding: 0;
  }
  .checkout-cart-index .cart-container .block.crosssell .product-items .slick-track {
    display: flex;
  }
  .checkout-cart-index .cart-container .block.crosssell .slick-list {
    padding: 0;
  }
  .checkout-cart-index .cart-container .block.crosssell .product-items .slick-track .slick-slide {
    padding: 0 12px;
  }
  .checkout-cart-index .cart-container .block.crosssell .product-items .slick-track .slick-slide > div {
    height: 100%;
  }
  .checkout-cart-index .cart-container .block.crosssell .product-items .slick-track .slick-slide > div .product-item {
    height: 100%;
  }
  .checkout-cart-index .cart-container .block.crosssell .product-items .slick-slide .product-item {
    width: 100%;
    max-width: 100%;
  }
  .checkout-cart-index .cart-container .block.crosssell .slick-slider .slick-dots {
    margin: 32px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .cart-progress-bar .bar {
    height: 100px;
  }
  .cart-progress-bar .bar li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cart-progress-bar {
    margin: 0;
  }
  .cart-progress-bar .bar li {
    display: none;
    font-size: 23px;
  }
  .cart-progress-bar .bar li._active {
    display: block;
  }
  .cart-progress-bar .bar li::after {
    display: none;
  }
  .cart-progress-bar::after {
    display: none;
  }
  .checkout-cart-index .page-title-wrapper {
    margin: 0;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    display: none !important;
  }
}
.cart-empty {
  border-radius: 8px;
  background: #FEF4EB;
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 24px !important;
}
.cart-empty p {
  color: #653E16;
  text-align: center;
  font-family: "Geologica", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: -0.28px;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .checkout-cart-index .message.error {
    max-width: calc(100% - 458px);
  }
}
@media screen and (max-width: 400px) {
  .checkout-cart-index .cart-container .block.crosssell .block-content .products-crosssell .products .product-item {
    background: none;
    padding: 0;
  }
  .checkout-cart-index .cart-container .block.crosssell .block-content .products-crosssell .products .product-item .item .product-item-info .product-item-actions {
    display: block;
  }
}
/* Remove final price attribute */
.minimal-price-link {
  display: none;
}

.firecheckout .page-wrapper {
  overflow: hidden;
}
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main #checkout .page-title-wrapper .page-title {
  margin: 0 0 32px 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
}
.firecheckout #checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.firecheckout #checkout .messages[data-role=checkout-messages] {
  width: 100%;
}
.firecheckout #checkout input[type=radio]:checked {
  box-shadow: 0 0 0 3px #fff inset !important;
  border: 1px solid #DA362C !important;
  background: #DA362C;
}
.firecheckout #checkout input[type=radio]::after {
  content: unset !important;
}
.firecheckout #checkout input[type=checkbox]::after {
  background-image: none !important;
}
.firecheckout #checkout .opc-sidebar {
  box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item {
  border-radius: 6px !important;
  border-color: #DA362C !important;
}
.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item:after {
  background: #DA362C !important;
}
.firecheckout #checkout .opc-wrapper .opc > li, .firecheckout #checkout .opc-wrapper .opc-sidebar {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .step-title {
  padding-bottom: 0;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .step-subtitle {
  margin-bottom: 25px;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method {
    display: block;
  }
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody .col-carrier {
  width: 100%;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody .col-carrier {
    max-width: 60%;
    line-height: 1;
  }
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody #pickup-select-location td,
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody #venipak-courier-data td,
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody #terminal-select-location td {
  width: 100%;
  padding-bottom: 0;
  display: block;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody #terminal-select-location td {
  padding-left: 0;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody #terminal-select-location button {
  display: none !important;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody .tmjs-open-modal-btn {
  background-color: transparent;
  border-color: #4B4B62;
  color: #3A3A4C;
  font-size: 16px;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody tr {
  line-height: 1.8;
  position: relative;
  display: block;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody tr.row {
  border: 1px solid #D1D1DB;
  border-radius: 8px;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody tr td {
  border: 0;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody #venipak-courier-data select,
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody #venipak-courier-data input {
  border: 1px solid #4B4B62;
}
.firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody .col-price {
  position: absolute;
  top: 0;
  right: 0;
}
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main #checkout .opc-wrapper {
  float: none;
  width: auto;
  flex-grow: 1;
  max-width: 628px;
  padding: 0;
}
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main, .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .page-main, .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .header.content, .firecheckout.firecheckout-col1-set.firecheckout-layout-minimal .header.content {
  max-width: 1280px !important;
}
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main #shipping-new-address-form.fieldset.address, .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main .checkout-billing-address .fieldset {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main .fieldset .field {
  min-width: 100%;
  padding: 0;
  margin: 0 0 16px 0;
}
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main .fieldset.field:last-child {
  margin: 0;
}
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main .fieldset .field .control .input-text, .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main .fieldset .field .control select.select {
  height: 48px !important;
  padding: 0 16px !important;
  border: 1px solid #D1D1DB !important;
  background: transparent !important;
  font-weight: 200 !important;
  color: #6A6A8A !important;
  border-radius: 8px !important;
}
.firecheckout .form-shipping-address input[type=checkbox] {
  background: #fff url(../images/checked-icon.svg) center center no-repeat;
}
.firecheckout .form-shipping-address input[type=checkbox]::after {
  background-image: none !important;
}
.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice).fc-dirty .control .input-text, .firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice).fc-dirty .control .input-text, .firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice).fc-dirty .control .input-text {
  padding-top: 17px !important;
}
.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice).fc-dirty .control .input-text, .firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice).fc-dirty .control .input-text {
  padding-top: 17px !important;
}
.firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main #shipping-new-address-form.fieldset.address .field select.select, .firecheckout.firecheckout-col1-set.firecheckout-layout-empty .page-main .checkout-billing-address .fieldset .field select.select {
  padding-top: 12px !important;
}
.firecheckout.fc-form-hide-labels #checkout .fieldset div.field:not(.choice).fc-dirty .label {
  left: 22px !important;
}
.firecheckout.fc-form-hide-labels #checkout #checkout-step-shipping_method .table-checkout-shipping-method {
  border-collapse: initial;
}
.firecheckout.fc-form-hide-labels #checkout #checkout-step-shipping_method .table-checkout-shipping-method .row td {
  border: 0;
}
.firecheckout .totals.discount {
  color: #DA362C;
}
@media only screen and (max-width: 1023px) {
  .firecheckout .opc-wrapper,
  .firecheckout .opc-sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.firecheckout #opc-sidebar .opc-block-summary {
  border-radius: 12px;
  background: #F4F4F6;
  padding: 16px;
}
.firecheckout #opc-sidebar .opc-block-summary .privacy-policy .privacy-policy-checkbox::after {
  background: #fff url(../images/checked-icon.svg) center center no-repeat !important;
  background-color: #DA362C !important;
  border-radius: 8px !important;
}
@media only screen and (min-width: 768px) {
  .firecheckout #opc-sidebar .opc-block-summary {
    padding: 24px;
  }
}
.firecheckout #opc-sidebar .minicart-items {
  margin: 0 !important;
  padding: 0 !important;
}
.firecheckout #opc-sidebar .minicart-items::after {
  display: none;
}
.firecheckout #opc-sidebar .minicart-items-wrapper {
  max-height: unset;
  overflow: visible;
}
.firecheckout #opc-sidebar .product-item {
  padding: 16px 0 !important;
  border-bottom: 1px solid #E3E3E8 !important;
}
.firecheckout #opc-sidebar .product-item:first-child {
  padding: 0 0 16px !important;
}
.firecheckout #opc-sidebar .product {
  display: flex;
  gap: 8px;
}
.firecheckout #opc-sidebar .product-image-container {
  width: 56px !important;
  height: 56px !important;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.firecheckout #opc-sidebar .product-item-details {
  flex-grow: 1;
  padding: 0;
}
.firecheckout #opc-sidebar .product-item-inner {
  display: flex;
  gap: 16px;
  margin: 0;
}
.firecheckout #opc-sidebar .product-item-inner .product-item-name-block {
  padding: 0;
}
.firecheckout #opc-sidebar .product-item-inner .product-item-name {
  color: #3A3A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin: 0;
}
.firecheckout #opc-sidebar .product-item-inner .subtotal {
  display: flex;
  margin-left: auto;
}
.firecheckout #opc-sidebar .product-item-inner .subtotal .qty {
  color: #8888A1;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
  margin-right: 4px;
}
.firecheckout #opc-sidebar .product-item-inner .subtotal span {
  margin: 0;
  color: #4B4B62;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}
.firecheckout #opc-sidebar .actions-toolbar {
  margin: 0;
}
.firecheckout #opc-sidebar .actions-toolbar .action.primary {
  padding: 15px 30px;
  background: #DA362C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
}
.firecheckout #opc-sidebar .actions-toolbar .action.primary:hover {
  background: #ac231c;
}
.firecheckout #opc-sidebar .secure-payments-wrapper {
  margin-top: 10px;
}
.firecheckout #opc-sidebar .secure-payments-wrapper .secure-payments {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
  color: #3A3A4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: -0.28px;
  gap: 4px;
}
.firecheckout #opc-sidebar .secure-payments-wrapper .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.firecheckout .discount-code {
  display: none;
}
.firecheckout .opc-block-summary {
  display: flex;
  flex-direction: column;
}
.firecheckout .opc-block-summary .privacy-policy {
  position: relative;
  margin-bottom: 16px;
}
.firecheckout .opc-block-summary .privacy-policy-checkbox {
  position: absolute;
  top: 3px;
}
.firecheckout .opc-block-summary .privacy-policy-links {
  margin-left: 26px;
}
.firecheckout .opc-block-summary .privacy-policy-links * {
  font-size: 16px;
  font-weight: 200;
}
.firecheckout .opc-block-summary .privacy-policy-links a {
  color: #DA362C;
}
.firecheckout .opc-block-summary .actions-toolbar .primary .checkout-button-overlay {
  display: none;
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  background: #000;
  z-index: 2;
  opacity: 0.3;
  border-radius: 8px !important;
}
.firecheckout .opc-block-summary .title {
  padding: 0 !important;
  margin: 0 0 24px !important;
}
.firecheckout .opc-block-summary .items-in-cart {
  margin: 0 0 24px !important;
}
.firecheckout .opc-block-summary .items-in-cart .title {
  display: none;
}
.firecheckout .opc-block-summary .table-totals {
  margin: 0 0 24px !important;
}
.firecheckout .checkout-billing-address .billing-address-details .action-edit-address {
  border-color: unset !important;
  border-radius: 8px !important;
  background: #DA362C !important;
  color: #FFFFFF !important;
  padding: 12px 31px !important;
}
.firecheckout .checkout-billing-address .billing-address-details .action-edit-address:hover {
  background: #ac231c !important;
}
.firecheckout .checkout-shipping-address .action.primary, .firecheckout .checkout-shipping-address button.action {
  border-color: unset !important;
  border-radius: 8px !important;
  background: #DA362C !important;
  color: #FFFFFF !important;
  padding: 13px 25px !important;
  font-family: "Geologica", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}
.firecheckout .checkout-shipping-address .action.primary:hover, .firecheckout .checkout-shipping-address button.action:hover {
  background: #ac231c !important;
}
.firecheckout .authentication-wrapper .action-auth-toggle {
  border-color: unset !important;
  border-radius: 8px !important;
  background: #DA362C !important;
  font-family: "Geologica", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}
.firecheckout .authentication-wrapper .action-auth-toggle:hover {
  background: #ac231c !important;
}
.firecheckout .actions-toolbar button.action {
  border-color: unset !important;
  border-radius: 8px !important;
  background: #DA362C !important;
  font-family: "Geologica", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}
.firecheckout .actions-toolbar .primary .action-update {
  border-color: unset !important;
  border-radius: 8px !important;
  background: #DA362C !important;
  font-family: "Geologica", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}
.firecheckout .actions-toolbar .primary .action-update:hover {
  background: #ac231c !important;
}
.firecheckout .actions-toolbar .primary .action-cancel {
  border: 1px solid #D1D1DB !important;
  border-radius: 8px !important;
  background: none !important;
  padding: 13px 25px !important;
  font-family: "Geologica", serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}
.firecheckout .actions-toolbar .primary .action-cancel:hover {
  background: #e1e1e8 !important;
}
.firecheckout .actions-toolbar .secondary .action {
  padding-top: 0;
}
.firecheckout .checkout-payment-method .payment-method-title {
  padding: 0 !important;
}
.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method {
  margin: 16px 0;
  border: 1px solid #D1D1DB;
  padding: 12px 16px;
  border-radius: 8px;
}
@media screen and (max-width: 470px) {
  .firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method {
    padding: 12px 16px;
  }
}
.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method._active {
  background: #FBEBEA !important;
}
.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method .payment-method-content .payment-method-country-select {
  border: 1px solid #4B4B62;
  width: 389px;
  border-radius: 4px;
}
@media screen and (max-width: 470px) {
  .firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method .payment-method-content .payment-method-country-select {
    width: auto;
  }
}
.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method .payment-method-content .payment-method-country-select select {
  background: #FBEBEA url(../images/select-bg.svg) no-repeat 100% 45% !important;
  height: 40px !important;
}
.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method .payment-method-content .payment-link-group {
  background-color: unset;
  margin: 0;
  padding: 0;
}
.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method .payment-method-content .payment-link-group:before {
  content: none;
}
.firecheckout .checkout-payment-method .payment-methods .payment-group .payment-method .payment-method-content .payment-link-group .grouped-links {
  border: 1px solid #4B4B62;
  border-radius: 6px;
}
.firecheckout .modal-footer button.action.primary.action-save-address {
  background: #DA362C !important;
  color: #fff !important;
  font-size: 16px !important;
}

.catalog-product-view.page-layout-1column .product-info-main .product-reviews-summary.empty, .catalog-product-view.page-layout-1column .product-info-main .product-info-stock-sku {
  display: flex;
}

.firecheckout .totals th,
.firecheckout .table-totals th,
.checkout-cart-index .totals th,
.checkout-cart-index .table-totals th {
  white-space: nowrap;
}
.firecheckout .totals tbody,
.firecheckout .table-totals tbody,
.checkout-cart-index .totals tbody,
.checkout-cart-index .table-totals tbody {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.firecheckout .totals tr,
.firecheckout .table-totals tr,
.checkout-cart-index .totals tr,
.checkout-cart-index .table-totals tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.firecheckout .totals th, .firecheckout .totals td,
.firecheckout .table-totals th,
.firecheckout .table-totals td,
.checkout-cart-index .totals th,
.checkout-cart-index .totals td,
.checkout-cart-index .table-totals th,
.checkout-cart-index .table-totals td {
  padding: 0 !important;
  color: #3A3A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.firecheckout .totals .totals-tax .mark,
.firecheckout .table-totals .totals-tax .mark,
.checkout-cart-index .totals .totals-tax .mark,
.checkout-cart-index .table-totals .totals-tax .mark {
  font-weight: 200;
}
.firecheckout .totals .discount th, .firecheckout .totals .discount td,
.firecheckout .table-totals .discount th,
.firecheckout .table-totals .discount td,
.checkout-cart-index .totals .discount th,
.checkout-cart-index .totals .discount td,
.checkout-cart-index .table-totals .discount th,
.checkout-cart-index .table-totals .discount td {
  color: #DA362C !important;
}
.firecheckout .totals.sub,
.firecheckout .table-totals.sub,
.checkout-cart-index .totals.sub,
.checkout-cart-index .table-totals.sub {
  border-bottom: 1px solid #E3E3E8;
  padding-bottom: 16px;
}
.firecheckout .totals.shipping,
.firecheckout .table-totals.shipping,
.checkout-cart-index .totals.shipping,
.checkout-cart-index .table-totals.shipping {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  width: 100%;
}
.firecheckout .totals.shipping .header,
.firecheckout .table-totals.shipping .header,
.checkout-cart-index .totals.shipping .header,
.checkout-cart-index .table-totals.shipping .header {
  border: 0;
  padding: 0 !important;
}
.firecheckout .totals.shipping .shipping-text,
.firecheckout .table-totals.shipping .shipping-text,
.checkout-cart-index .totals.shipping .shipping-text,
.checkout-cart-index .table-totals.shipping .shipping-text {
  border: 0;
  display: block;
  width: 100%;
  color: #4B4B62;
  font-size: 16px;
  font-style: normal;
  font-weight: 200 !important;
  line-height: 16px;
  letter-spacing: -0.16px;
  padding: 0 !important;
}
.firecheckout .totals.shipping .value,
.firecheckout .table-totals.shipping .value,
.checkout-cart-index .totals.shipping .value,
.checkout-cart-index .table-totals.shipping .value {
  display: none;
}
.firecheckout .totals .grand,
.firecheckout .table-totals .grand,
.checkout-cart-index .totals .grand,
.checkout-cart-index .table-totals .grand {
  border-top: 1px solid #E3E3E8;
  padding-top: 16px;
}
.firecheckout .totals .grand th, .firecheckout .totals .grand td,
.firecheckout .table-totals .grand th,
.firecheckout .table-totals .grand td,
.checkout-cart-index .totals .grand th,
.checkout-cart-index .totals .grand td,
.checkout-cart-index .table-totals .grand th,
.checkout-cart-index .table-totals .grand td {
  border: 0 !important;
}
.firecheckout .totals .grand th strong, .firecheckout .totals .grand td strong,
.firecheckout .table-totals .grand th strong,
.firecheckout .table-totals .grand td strong,
.checkout-cart-index .totals .grand th strong,
.checkout-cart-index .totals .grand td strong,
.checkout-cart-index .table-totals .grand th strong,
.checkout-cart-index .table-totals .grand td strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 0;
}
.firecheckout .table-totals,
.checkout-cart-index .table-totals {
  margin: 0 !important;
}
.firecheckout .table-totals .totals.shipping,
.checkout-cart-index .table-totals .totals.shipping {
  flex-direction: row;
}

.page-header .minicart-wrapper div[role=dialog].ui-dialog .block-minicart .minicart-items {
  max-height: calc(100vh - 250px);
}

.fc-form-tooltips.firecheckout #checkout .field div.mage-error::before {
  background-image: none !important;
}

.firecheckout .minicart-items-wrapper {
  max-height: unset !important;
}

.checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty {
  position: relative;
  flex-direction: column;
}
.checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty .mage-error {
  position: absolute;
  bottom: -48px;
}
.checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty .msg-qty-limit {
  text-wrap: wrap;
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 321px) {
  .checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty .msg-qty-limit {
    text-align: right;
  }
}
.checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty input.qty {
  position: static;
}
.checkout-cart-index #shopping-cart-table tbody td.col.qty .control.qty .input-text.mage-error {
  background-image: none;
}

aside.modal-custom.authentication-dropdown.custom-slide._show .modal-inner-wrap .input-text.mage-error {
  background-position: calc(100% - 10px) center;
}

.fc-form-tooltips.firecheckout .modal-custom .field div.mage-error::before {
  background: none !important;
}

@media screen and (max-width: 690px) {
  .firecheckout .modal-popup.modal-slide._inner-scroll .modal-inner-wrap[class] {
    margin-top: 65px;
  }
}
@media screen and (min-width: 691px) and (max-width: 991px) {
  .firecheckout .modal-popup.modal-slide._inner-scroll .modal-inner-wrap[class] {
    margin-top: 100px;
  }
}

.firecheckout .modal-popup.modal-slide._inner-scroll._show {
  z-index: 1200 !important;
}

@media screen and (min-width: 769px) {
  .block-authentication .actions-toolbar > .secondary {
    padding-top: 5px !important;
  }
}
a.itella-modal-btn {
  background-color: transparent !important;
  color: #3A3A4C !important;
  font-size: 16px !important;
  min-width: 335px;
  text-transform: none !important;
  border: 1px solid #4B4B62 !important;
}
a.itella-modal-btn:hover, a.itella-modal-btn:visited {
  color: #3A3A4C !important;
}

.itella-shipping-container .itella-modal-btn:hover, .itella-shipping-container .itella-modal-btn:visited {
  color: #3A3A4C !important;
}

#discount-coupon-form > div > div.actions-toolbar > div > button {
  padding: revert;
}

tr.row.shipping_method_row.flatrate_flatrate_data .col-carrier-heading:first-child {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .firecheckout #checkout .opc-wrapper #opc-shipping_method .table-checkout-shipping-method tbody .col-carrier {
    max-width: 60% !important;
    width: 60% !important;
  }
}
@media screen and (max-width: 768px) {
  .firecheckout.fc-form-hide-labels #checkout #checkout-step-shipping_method .table-checkout-shipping-method .row td {
    vertical-align: middle;
  }
}
.cms-contacts #maincontent {
  max-width: 100%;
  padding: 0;
}
.cms-contacts .breadcrumbs {
  display: none;
}
.cms-contacts .contacts {
  padding-bottom: 40px;
}
.cms-contacts .contacts .map-holder {
  margin: -25px 0 0 0;
  overflow: hidden;
}
.cms-contacts .contacts .map-holder iframe {
  margin-top: -67px;
  border: 0;
}
.cms-contacts .contacts .adresses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1280px;
  padding: 0 20px;
  margin: 20px auto 80px;
}
.cms-contacts .contacts .adresses .col {
  padding: 32px;
  border: 1px solid #E3E3E8;
  border-radius: 8px;
}
.cms-contacts .contacts .adresses .col .name {
  margin: 0 0 24px 0;
  line-height: 30px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #3A3A4C;
}
.cms-contacts .contacts .adresses .col ul li {
  font-weight: 300;
  margin: 0;
}
.cms-contacts .contacts .adresses .col ul li .text-label {
  display: block;
  margin: 0 0 3px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  color: #8888A1;
  text-transform: uppercase;
}
.cms-contacts .contacts .adresses .col ul li.working-time .days {
  display: inline-block;
  min-width: 55px;
}
.cms-contacts .contacts .adresses .col ul li.working-time ul li {
  margin: 0;
}
.cms-contacts .contacts .adresses .col ul li.working-time ul.list-tbl {
  display: flex;
  flex-wrap: wrap;
}
.cms-contacts .contacts .adresses .col ul li.working-time ul.list-tbl li {
  flex-wrap: wrap;
  width: 150px;
}
.cms-contacts .contacts .adresses .col ul li.working-time ul.list-tbl li:nth-child(2n+0) {
  width: auto;
}
.cms-contacts .contacts .adresses .col ul li.working-time ul.list-tbl li:nth-child(2) .days, .cms-contacts .contacts .adresses .col ul li.working-time ul.list-tbl li:nth-child(4) .days {
  width: 70px;
}
.cms-contacts .contacts .adresses .col ul li.working-time ul.list-tbl .days {
  min-width: 1px;
  margin-right: 12px;
}
.cms-contacts .contacts .adresses .col ul li.working-time ul.list-tbl .closed {
  color: #DA362C;
}
.cms-contacts .contacts .adresses .col > ul > li:not(:last-child) {
  margin: 0 0 19px 0;
}
.cms-contacts .contacts .send-msg {
  display: flex;
  justify-content: space-between;
  gap: 0 88px;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.cms-contacts .contacts .send-msg .form.contact {
  flex-shrink: 0;
  max-width: 520px;
  width: 100%;
}
.cms-contacts .contacts .send-msg .form .fieldset {
  margin-bottom: 0;
}
.cms-contacts .contacts .send-msg .form .fieldset > .legend {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
  margin: 0 0 24px 0;
  border: 0;
}
.cms-contacts .contacts .send-msg .form .control {
  margin: 0 0 16px 0;
}
.cms-contacts .contacts .send-msg .form .control label {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  color: #3A3A4C;
}
.cms-contacts .contacts .send-msg .form .control .field.required label::after {
  content: "*";
  color: #DA362C;
}
.cms-contacts .contacts .send-msg .form .field.checkbox div.mage-error {
  margin-top: 10px;
}
.cms-contacts .contacts .send-msg .form input[type=text], .cms-contacts .contacts .send-msg .form input[type=email] {
  height: 48px;
  padding: 0 16px;
  background: transparent;
  border: 1px solid #D1D1DB;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
}
.cms-contacts .contacts .send-msg .form textarea {
  padding: 0 16px;
  background: transparent;
  border: 1px solid #D1D1DB;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  height: 120px;
  min-width: 120px;
  max-width: 100%;
  padding-top: 15px;
}
.cms-contacts .contacts .send-msg .form .field.checkbox {
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 32px 0;
}
.cms-contacts .contacts .send-msg .form .field.checkbox label {
  line-height: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #3A3A4C;
  cursor: pointer;
}
.cms-contacts .contacts .send-msg .form .checkbox-group label a {
  color: #DA362C;
  text-decoration: underline;
}
.cms-contacts .contacts .send-msg .form .checkbox-group label a:hover {
  text-decoration: none;
}
.cms-contacts .contacts .send-msg .form input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cms-contacts .contacts .send-msg .form .action.primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cms-contacts .contacts .send-msg .form .action.primary::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 0 0 8px;
  background: url("../images/send.svg") right center no-repeat;
}
.cms-contacts .contacts .send-msg .form .actions-toolbar .primary {
  width: 100%;
}
.cms-contacts .contacts .send-msg .img {
  flex-grow: 1;
}
.cms-contacts .contacts .send-msg .img img {
  pointer-events: none;
}
.cms-contacts .contacts .send-msg .img .social {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  padding: 16px 32px;
  background: #f4f4f6;
  border-radius: 8px;
}
.cms-contacts .contacts .send-msg .img .social .text {
  margin: 0 24px 0 0;
  line-height: 26px;
  font-size: 20px;
  color: #3A3A4C;
  letter-spacing: -0.2px;
}
.cms-contacts .contacts .send-msg .img .social .links {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.cms-contacts .contacts .send-msg .img .social .links li {
  margin: 0;
}
.cms-contacts .contacts .send-msg .img .social .links li a {
  display: flex;
}
.cms-contacts .message.success {
  font-size: 1.6rem !important;
  text-align: center !important;
  padding: 20px 40px !important;
}

@media screen and (max-width: 991px) {
  .cms-contacts .contacts .map-holder iframe {
    max-height: 327px;
  }
}
@media screen and (max-width: 575px) {
  .cms-contacts .contacts .map-holder iframe {
    max-height: 287px;
  }
}
@media screen and (max-width: 991px) {
  .cms-contacts .contacts .adresses {
    grid-template-columns: auto;
    gap: 16px 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .cms-contacts .contacts .adresses ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 10px;
  }
  .cms-contacts .contacts .adresses ul .list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .cms-contacts .contacts .adresses {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 575px) {
  .cms-contacts .contacts .adresses {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .cms-contacts .contacts .adresses .col {
    padding: 24px;
  }
  .cms-contacts .contacts .adresses .col .name {
    line-height: 26px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cms-contacts .contacts .adresses .col {
    padding: 16px;
  }
  .cms-contacts .contacts .adresses .col .name {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .cms-contacts .contacts .adresses .col ul li.working-time ul.list {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .cms-contacts .contacts .send-msg {
    display: block;
  }
  .cms-contacts .contacts .send-msg .form {
    width: 100%;
  }
  .cms-contacts .contacts .send-msg .form.contact {
    max-width: none;
    margin-bottom: 56px;
  }
  .cms-contacts .contacts .send-msg .form.contact .name-email {
    display: flex;
    gap: 24px;
  }
  .cms-contacts .contacts .send-msg .img {
    margin-top: 55px;
  }
  .column:not(.sidebar-main) .form.contact, .column:not(.sidebar-additional) .form.contact {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .cms-contacts .contacts .send-msg .form .fieldset > .legend {
    margin: 0 0 29px 0;
    line-height: 32px;
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .cms-contacts .contacts .send-msg .img .social {
    padding: 16px;
    margin: 6px 0 0 0;
  }
  .cms-contacts .contacts .send-msg .img .social .text {
    line-height: 16px;
    font-size: 16px;
  }
}
.cms-contacts .message.success > *:first-child:before {
  display: none !important;
}

.cms-page-view.page-layout-2columns-left .breadcrumbs {
  display: none;
}
.cms-page-view.page-layout-2columns-left .column.main {
  float: none;
  width: 100%;
  padding: 20px 0 0 0;
  margin-bottom: 88px;
}
.cms-page-view.page-layout-2columns-left .column.main .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar {
  flex-shrink: 0;
  width: 302px;
  margin: 0 24px 0 0;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block {
  padding: 24px 20px;
  margin: 0 0 24px 0;
  background: #F4F4F6;
  border-radius: 8px;
}
.cms-page-view.page-layout-2columns-left .column.main .mobile-block {
  margin: 46px 0 0 0 !important;
}
.cms-page-view.page-layout-2columns-left .column.main .mobile-block.help {
  padding: 24px 20px;
  margin: 0 0 24px 0;
  background: #F4F4F6;
  border-radius: 8px;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block:last-child {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav ul {
  margin-left: -20px;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav ul li {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav ul li a {
  display: block;
  padding: 12px 0 12px 20px;
  border-left: 3px solid transparent;
  line-height: 20px;
  font-weight: 200;
  color: #3A3A4C;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav ul li.active a, .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav ul li a:hover {
  border-color: #da362c;
  text-decoration: none;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav ul li.active a {
  color: #DA362C;
  font-weight: 400;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block-heading {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #3A3A4C;
  letter-spacing: -0.2px;
}
.cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .block-heading {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #3A3A4C;
  letter-spacing: -0.2px;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .block-heading {
  margin: 0 0 16px 0;
  line-height: 24px;
  font-size: 18px;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .contacts-list li {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .contacts-list .email a span {
  font-size: 14px;
}
.cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .contacts-list li {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .contacts-list li:not(:last-child) {
  margin-bottom: 10px;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .contacts-list li:not(:last-child), .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .contacts-list i:not(:last-child) {
  margin: 0 0 12px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .contacts-list li a, .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .contacts-list li a, .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .contacts-list li a .icon, .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .contacts-list li a .icon {
  display: flex;
  align-items: center;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .contacts-list li a .icon, .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .contacts-list li a .icon {
  flex-shrink: 0;
  width: 18px;
  margin: 0 8px 0 0;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .social, .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .social {
  margin: 19px 0 0 0;
  padding: 24px 0 0 0;
  border-top: 1px solid #E3E3E8;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .social .block-heading {
  margin: 0 0 10px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .social ul {
  display: flex;
  gap: 0 10px;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .social ul li {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .social ul li {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .social ul li a, .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .social ul li a {
  display: flex;
  align-items: center;
}
.cms-page-view.page-layout-2columns-left .column.main .faq-main {
  flex-grow: 1;
}
.cms-page-view.page-layout-2columns-left .column.main div[role=tablist] div[data-role=trigger] {
  position: relative;
  padding: 16px 50px 16px 16px;
  margin: 0 0 16px 0;
  line-height: 24px;
  background-color: transparent;
  border-bottom: 1px solid #E3E3E8;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.cms-page-view.page-layout-2columns-left .column.main div[role=tablist] div[data-role=trigger]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background: url("../images/accordian-cheveron-down.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}
.cms-page-view.page-layout-2columns-left .column.main div[role=tablist] div[data-role=trigger]:hover {
  color: #717171;
}
.cms-page-view.page-layout-2columns-left .column.main div[role=tablist] div[data-role=collapsible][aria-expanded=true] div[data-role=trigger] {
  border-color: transparent;
  color: #DA362C;
}
.cms-page-view.page-layout-2columns-left .column.main div[role=tablist] div[data-role=collapsible][aria-expanded=true] div[data-role=trigger]::after {
  opacity: 0.6;
  transform: rotate(-180deg);
}
.cms-page-view.page-layout-2columns-left .column.main div[role=tablist] div[data-role=content] {
  margin-top: -17px;
  padding: 0 16px 13px 16px;
  border-bottom: 1px solid #E3E3E8;
  line-height: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #4B4B62;
}
.cms-page-view.page-layout-2columns-left .column.main .page-title {
  margin: 0 0 47px 0;
  letter-spacing: -0.72px;
  line-height: 44px;
  font-size: 36px;
}
.cms-page-view.page-layout-2columns-left .column.main .faq-main .accordions-group .accordion:not(:last-child) {
  margin-bottom: 55px;
}
.cms-page-view.page-layout-2columns-left .column.main .faq-main .accordion .header {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .faq-main .accordion .header .icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  margin: 0 12px 0 0;
  pointer-events: none;
}
.cms-page-view.page-layout-2columns-left .column.main .faq-main .accordion .header .accordion-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.48px;
  color: #3A3A4C;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block {
  font-weight: 200;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .intro-text {
  margin: 0 0 32px 0;
  line-height: 24px;
  color: #555;
  font-weight: 200;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .intro-text p:last-child {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 0 40px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 12px 20px 12px;
  border: 1px solid #E3E3E8;
  text-align: center;
  border-radius: 8px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps .step .text {
  display: block;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #3A3A4C;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps .step .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  pointer-events: none;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .page-title {
  margin: 0 0 24px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .block-heading {
  margin: 0 0 16px 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.56px;
  color: #3A3A4C;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .delivery-options {
  margin: 0 0 80px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .delivery-options .block-heading {
  margin: 0 0 8px 0;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.2px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .delivery-options .text {
  margin: 0 0 16px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .delivery-options .logos-list {
  display: flex;
  gap: 0 8px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .delivery-options .logos-list .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  padding: 16px 24px;
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .delivery-options .logos-list .logo img {
  max-height: 100%;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .free-delivery {
  margin-bottom: 80px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col {
  padding: 24px;
  border: 1px solid #E3E3E8;
  border-radius: 8px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px 0;
  line-height: 26px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #3A3A4C;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .name .mobile-map-link {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  color: #DA362C;
  text-align: right;
  text-decoration: underline;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .name .mobile-map-link:hover {
  text-decoration: none;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .text-label {
  display: block;
  margin: 0 0 3px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  color: #8888A1;
  text-transform: uppercase;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col ul li {
  margin: 0;
  color: #3A3A4C;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time {
  font-weight: 300;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time .days {
  display: inline-block;
  min-width: 55px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time ul li {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time ul.list {
  display: block;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time ul.list li {
  width: 100%;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time ul.list li .days {
  min-width: 85px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time ul.list li:nth-child(2) .days, .cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time ul.list li:nth-child(4) .days {
  width: 70px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time ul.list .days {
  min-width: 1px;
  margin-right: 12px;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .working-time ul.list .closed {
  color: #DA362C;
}
.cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .block-heading span {
  color: #6A6A8A;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.48px;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services {
  line-height: 24px;
  font-weight: 200;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .page-title {
  margin: 0 0 16px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .intro {
  margin: 0 0 48px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section {
  margin: 0 0 64px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services h1, .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services h2, .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services h3, .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services h4, .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services h5, .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services h6 {
  color: #3A3A4C;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .header {
  position: relative;
  padding: 0 0 0 32px;
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: #3A3A4C;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  margin: auto 0;
  background: #DA362C;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .header span {
  font-weight: 300;
  font-size: 18px;
  color: #4B4B62;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .text {
  margin: 0 0 24px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section h4 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section ul:not(:last-child) {
  margin: 0 0 24px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section ul li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 12px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section ul li:last-child {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 5px;
  height: 5px;
  background-color: #4b4c61;
  border-radius: 50%;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .info:last-child {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .mobile-block {
  margin: -16px 0 0 0 !important;
}
.cms-page-view.page-layout-2columns-left .column.main .content {
  flex-grow: 1;
  font-weight: 200;
  line-height: 24px;
}
.cms-page-view.page-layout-2columns-left .column.main .content .page-title {
  margin: 0 0 32px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .content .section:not(:last-child) {
  margin: 0 0 40px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .content .section .header {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.48px;
  color: #3A3A4C;
}
.cms-page-view.page-layout-2columns-left .column.main .content .section .text {
  margin: 0 0 16px 0;
}
.cms-page-view.page-layout-2columns-left .column.main .content .section .text p:last-child {
  margin: 0;
}
.cms-page-view.page-layout-2columns-left .column.main .content .section .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cms-page-view.page-layout-2columns-left .column.main .payment .section .logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #E3E3E8;
  border-radius: 6px;
}
.cms-page-view.page-layout-2columns-left .column.main .payment .section .logos .logo img {
  max-height: 100%;
}

@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main {
    padding: 0;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .sidebar {
    width: 250px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .sidebar {
    width: calc(100% + 30px);
    margin: 0 -15px 32px -15px;
  }
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav {
    margin: 0;
  }
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav .block-heading {
    margin: 0;
  }
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav ul {
    display: none;
  }
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help {
    display: none;
  }
}
@media screen and (min-width: 631px) {
  .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block {
    padding: 20px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block {
    padding: 0 16px;
    border-radius: 0;
  }
  .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav ul {
    margin-left: -16px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav .block-heading {
    position: relative;
    padding: 16px 0;
    line-height: 16px;
    font-size: 16px;
    letter-spacing: 0.16px;
    cursor: pointer;
  }
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav .block-heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background: url("../images/mobile-sidebar-toggle-arrow.svg") right center no-repeat;
    transition: all 0.3s ease-in-out;
  }
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.sidebar-nav.mobile-show::after {
    transform: rotate(-180deg);
  }
  .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .block-heading {
    font-weight: 400;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .block-heading {
    margin: 0 0 16px 0;
    line-height: 26px;
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .sidebar .block.help .block-heading {
    line-height: 22px;
    font-size: 16px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cms-page-view.page-layout-2columns-left .column.main .mobile-block.help .social .block-heading {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-page-view.page-layout-2columns-left .column.main div[role=tablist] div[data-role=trigger] {
    line-height: 22px;
    font-size: 16px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main div[role=tablist] div[data-role=trigger] {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-page-view.page-layout-2columns-left .column.main .page-title {
    margin: 0 0 40px 0;
    line-height: 32px;
    font-size: 26px;
    letter-spacing: -0.52px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .faq-main .accordions-group .accordion:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .faq-main .accordion .header {
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .faq-main .accordion .header .icon {
    width: 28px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-page-view.page-layout-2columns-left .column.main .faq-main .accordion .header .accordion-name {
    line-height: 26px;
    font-size: 20px;
  }
}
/* Delivery */
@media screen and (max-width: 1199px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 700px) and (min-width: 631px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps .step {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps .step {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps .step .icon {
    height: 110px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .steps .step .icon {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .page-title {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .block-heading {
    line-height: 29px;
    font-size: 23px;
    letter-spacing: -0.46px;
  }
}
@media screen and (max-width: 991px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .delivery-options {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .delivery-options .block-heading {
    line-height: 21px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .free-delivery {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 1200px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .name .mobile-map-link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .name .mobile-map-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col {
    padding: 16px;
  }
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .adresses .col .name {
    line-height: 21px;
    font-size: 17px;
    letter-spacing: -0.17px;
  }
}
@media screen and (max-width: 991px) {
  .cms-page-view.page-layout-2columns-left .column.main .delivery-block .place .block-heading span {
    display: block;
    line-height: 26px;
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
/* Payment / How to buy */
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .content .section .header {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}
/* Hero section */
.home-hero-section {
  margin: 0 0 24px 0;
  margin: 0;
  padding: 0 !important;
  border-radius: 12px;
}
.home-hero-section img, .home-hero-section .pagebuilder-slide-wrapper {
  border-radius: 12px;
}
.home-hero-section .slick-dots {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: auto;
  padding: 4px 8px;
  background: #fff;
  border-radius: 10px;
}

/* Why Us */
.why-us-home {
  display: flex;
  position: relative;
  padding: 32px 0;
  gap: 0 35px;
  margin: 0 0 50px 0;
  background: #F4F4F6;
}
.why-us-home::before, .why-us-home::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #F4F4F6;
}
.why-us-home::before {
  right: 50%;
}
.why-us-home::after {
  left: 50%;
}
.why-us-home .col {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.why-us-home .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 54px;
  margin: 0 4px 0 0;
  pointer-events: none;
}
.why-us-home .name {
  margin: 0 0 2px 0;
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
  color: #3A3A4C;
  letter-spacing: -0.09px;
}
.why-us-home .text {
  margin: 0;
  font-weight: 200;
}

@media screen and (max-width: 991px) {
  .why-us-home {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 575px) {
  .why-us-home {
    display: grid;
    grid-template-columns: auto;
    gap: 16px 0;
    padding: 12px 0;
  }
  .why-us-home .name {
    margin: 0;
    font-size: 16px;
  }
  .why-us-home .text {
    font-size: 14px;
  }
  .why-us-home .icon {
    width: 40px;
    height: 40px;
    margin: 0 8px 0 0;
  }
}
/* Home `Popular categories` */
.popular-categories-home .list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}
.popular-categories-home .list .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin: 0 0 13px 0;
}
.popular-categories-home .list .col {
  text-align: center;
}
.popular-categories-home .list .image {
  border-radius: 50%;
  margin: 0 auto 13px;
  transition: all 0.3s ease-in-out;
}
.popular-categories-home .list .image img {
  border-radius: 50%;
}
.popular-categories-home .list .image:hover {
  opacity: 0.85;
}
.popular-categories-home .list .cat-name {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #3A3A4C;
}
.popular-categories-home .list .cat-name a {
  color: #3A3A4C;
}
.popular-categories-home .list .cat-name a:hover {
  color: #DA362C;
}
.popular-categories-home .list.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .popular-categories-home .list {
    display: flex;
    gap: 0 24px;
    min-width: 110px;
    margin-right: -20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .popular-categories-home .list .col {
    flex-shrink: 0;
  }
  .popular-categories-home .list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .popular-categories-home {
    margin-bottom: 10px;
  }
  .popular-categories-home .list {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .popular-categories-home .list.desktop {
    display: none;
  }
  .popular-categories-home .list.mobile {
    display: grid;
    gap: 12px 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .popular-categories-home .list.mobile .col {
    border: 1px solid #E3E3E8;
    border-radius: 8px;
    min-height: 100px;
    padding: 12px 7px;
  }
  .popular-categories-home .list.mobile .col .image {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
  }
  .popular-categories-home .list.mobile .col .image a img {
    border-radius: unset;
  }
  .popular-categories-home .list.mobile .col .cat-name {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
  }
}
/* Home `About us` */
a.read-more {
  display: flex;
  align-items: center;
  color: #DA362C;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
a.read-more::after {
  content: "";
  position: relative;
  right: 0;
  width: 12px;
  height: 12px;
  margin: 0 0 0 6px;
  background: url("../images/read-more-arrow-icon.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}
a.read-more:hover::after {
  right: -4px;
}

.about-us-home {
  margin: 0 0 80px 0;
}
.about-us-home .block-name {
  margin: 0 0 32px 0;
}
.about-us-home .holder {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
}
.about-us-home .holder .details, .about-us-home .holder .image {
  flex-basis: 50%;
}
.about-us-home .holder .details {
  padding-right: 85px;
}
.about-us-home .holder .details p {
  margin: 0 0 20px 0;
}
.about-us-home .holder .details .name {
  line-height: 30px;
  font-size: 20px;
  font-weight: 200;
}
.about-us-home .holder .details .name strong {
  font-weight: 400;
}
.about-us-home .holder .details .text {
  line-height: 24px;
  font-weight: 200;
}
.about-us-home .holder .image {
  pointer-events: none;
  border-radius: 12px;
}
.about-us-home .holder .image img {
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .about-us-home {
    margin: 0 0 64px 0;
  }
  .about-us-home .holder {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .about-us-home .holder .details {
    padding-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-home .holder .details {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .about-us-home .holder .image {
    margin-top: 24px;
    text-align: center;
  }
  .about-us-home .holder .image img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .about-us-home .holder .details .name {
    line-height: 30px;
    font-size: 20px;
  }
}
/* Home: FAQ */
.faq-block-home {
  display: flex;
  gap: 0 24px;
  margin: 0 0 80px 0;
}
.faq-block-home .left, .faq-block-home .right {
  width: 50%;
}
.faq-block-home .block-name {
  margin: 0 0 12px 0;
}
.faq-block-home .left .text {
  margin: 0 0 24px 0;
  font-weight: 200;
}
.faq-block-home .left img {
  border-radius: 12px;
}
.faq-block-home .left .icons-container {
  margin: 32px 0 0 0;
}
.faq-block-home .left .icons-container .row {
  display: flex;
  align-items: center;
  margin: 0 0 24px 0;
}
.faq-block-home .left .icons-container .row:last-child {
  margin: 0;
}
.faq-block-home .left .icons-container .row .icons-text {
  padding: 0;
  margin: 0 0 0 8px;
  list-style: none;
}
.faq-block-home .left .icons-container .row .icons-text::marker {
  content: normal;
}
.faq-block-home .left .icons-container .row .icons-text .name {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8888A1;
}
.faq-block-home .left .icons-container .row img {
  border-radius: 0;
}
.faq-block-home .left .icons-container .row .icons-text .info {
  margin: 0;
  color: #3B3B3B;
  font-size: 20px;
  font-family: "Figtree", sans-serif;
}
.faq-block-home .right div[role=tablist] div[data-role=trigger] {
  position: relative;
  padding: 16px 50px 16px 16px;
  margin: 0 0 16px 0;
  line-height: 24px;
  background-color: transparent;
  border-bottom: 1px solid #E3E3E8;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.faq-block-home .right div[role=tablist] div[data-role=trigger]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background: url("../images/accordian-cheveron-down.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}
.faq-block-home .right div[role=tablist] div[data-role=trigger]:hover {
  color: #717171;
}
.faq-block-home .right div[role=tablist] div[data-role=collapsible][aria-expanded=true] div[data-role=trigger] {
  border-color: transparent;
  color: #DA362C;
}
.faq-block-home .right div[role=tablist] div[data-role=collapsible][aria-expanded=true] div[data-role=trigger]::after {
  opacity: 0.6;
  transform: rotate(-180deg);
}
.faq-block-home .right div[role=tablist] div[data-role=content] {
  margin-top: -17px;
  padding: 0 16px 13px 16px;
  border-bottom: 1px solid #E3E3E8;
  line-height: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #4B4B62;
}

@media screen and (max-width: 768px) {
  .faq-block-home {
    display: block;
  }
  .faq-block-home .left, .faq-block-home .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .faq-block-home .block-name {
    margin: 0 0 2px 0;
  }
  .faq-block-home .left .text {
    margin: 0 0 29px 0;
  }
}
@media screen and (max-width: 768px) {
  .faq-block-home .left .icons-container {
    display: flex;
    align-items: flex-start;
    margin: 18px 0 10px 0;
  }
  .faq-block-home .left .icons-container .row {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .faq-block-home {
    margin-bottom: 64px;
  }
  .faq-block-home .block-name {
    margin: 0 0 6px 0;
  }
  .faq-block-home .left .text {
    margin: 0 0 24px 0;
  }
  .faq-block-home .left .icons-container {
    display: block;
    margin: 18px 0 43px 0;
  }
  .faq-block-home .left .icons-container .row {
    width: 100%;
    margin: 0 0 19px 0;
  }
  .faq-block-home .left .icons-container .row:last-child {
    margin: 0;
  }
  .faq-block-home .left .icons-container .row > img {
    max-width: 40px;
  }
  .faq-block-home .left .icons-container .row .icons-text .name {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .faq-block-home .right div[role=tablist] div[data-role=trigger] {
    padding: 12px 50px 12px 0;
  }
}
/* Blog */
@media screen and (min-width: 576px) {
  .our-articles-home {
    padding-bottom: 40px;
  }
}
.our-articles-home .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px 0;
}
.our-articles-home .header .block-name {
  margin: 0;
}
.our-articles-home .articles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 24px;
}
.our-articles-home .articles .col {
  display: flex;
  flex-direction: column;
}
.our-articles-home .articles .col .details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-articles-home .articles .col .thumb {
  display: flex;
  margin: 0 0 24px 0;
  border-radius: 12px;
}
.our-articles-home .articles .col .thumb img {
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
}
.our-articles-home .articles .col .thumb:hover img {
  opacity: 0.85;
}
.our-articles-home .articles .col .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px 0;
}
.our-articles-home .articles .col .meta .date {
  font-weight: 200;
  line-height: 16px;
}
.our-articles-home .articles .col .meta .category {
  display: inline-block;
  padding: 3.5px 9px;
  border: 1px solid #D1D1DB;
  font-weight: 400;
  font-size: 12px;
  color: #6A6A8A;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.our-articles-home .articles .col .meta .category:hover {
  border-color: #DA362C;
  color: #DA362C;
}
.our-articles-home .articles .col .name {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.2px;
}
.our-articles-home .articles .col .name a {
  color: #3A3A4C;
}
.our-articles-home .articles .col .text {
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .our-articles-home .articles {
    gap: 0 16px;
  }
  .our-articles-home .articles .col .name {
    line-height: 21px;
    font-size: 17px;
    letter-spacing: -0.17px;
  }
  .our-articles-home .articles .col .meta .date {
    font-size: 12px;
    line-height: 12px;
  }
  .our-articles-home .articles .col .read-more, .our-articles-home .articles .col .text {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .our-articles-home .articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .our-articles-home .articles .col:last-child {
    display: none;
  }
  .our-articles-home .articles .col .thumb {
    margin: 0 0 12px 0;
  }
  .our-articles-home .articles .col .meta {
    margin: 0 0 8px 0;
  }
  .our-articles-home .articles .col .meta .category {
    padding: 4px 9px;
    font-size: 8px;
    line-height: 8px;
  }
}
/* Banners */
.third-banner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  padding-bottom: 30px;
}
.third-banner a {
  display: flex;
}
.third-banner img {
  border-radius: 12px;
}

@media screen and (max-width: 575px) {
  .third-banner {
    grid-template-columns: auto;
    gap: 16px 0;
  }
}
/* Brands */
.brands-logos-home {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: -25px;
}
.brands-logos-home .logo {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 96px;
  padding: 16px;
  margin: 0;
  border: 1px solid #E3E3E8;
  border-radius: 12px;
}

@media screen and (min-width: 769px) {
  .brands-logos-home {
    margin-top: -30px;
  }
  .mobile-brands-logos {
    display: none;
  }
}
.mobile-brands-logos .logo {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 96px;
  padding: 16px;
  margin: 0;
  border: 1px solid #E3E3E8;
  border-radius: 12px;
  margin-top: 10px;
}

.brands-logos-home .logo img {
  max-height: 60px;
}

@media screen and (max-width: 991px) {
  .brands-logos-home {
    margin-bottom: -25px;
    gap: 12px;
  }
  .brands-logos-home .logo {
    height: 48px;
  }
  .brands-logos-home .logo img {
    max-height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mobile-brands-logos {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .brands-logos-home {
    display: none;
  }
}
.mobile-brands-logos {
  padding: 0 !important;
}
.mobile-brands-logos .slick-slide > div {
  padding: 0 4px;
}
.mobile-brands-logos .logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 10px 16px;
}
.mobile-brands-logos .logo img {
  max-height: 30px !important;
  width: auto;
}
.mobile-brands-logos .slick-arrow {
  top: 0 !important;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 0;
  padding: 0;
  border: 0;
  transform: none !important;
}
.mobile-brands-logos .slick-arrow::before, .mobile-brands-logos .slick-arrow::after {
  content: none;
}
.mobile-brands-logos.slick-slider .slick-arrow.slick-prev {
  left: -14px !important;
  background: url("../images/mobile-slider-left-arrow.svg") center center no-repeat !important;
  transform: rotate(0);
}
.mobile-brands-logos.slick-slider .slick-arrow.slick-next {
  right: -14px !important;
  background: url("../images/mobile-slider-right-arrow.svg") center center no-repeat !important;
}

/* Product sliders */
.cms-home .products-carousel-holder {
  position: relative;
  flex-direction: row !important;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .cms-home .products-carousel-holder {
    margin: 40px auto 10px auto;
  }
}
@media screen and (min-width: 1024px) {
  .cms-home .products-carousel-holder {
    margin: 80px auto 100px auto;
  }
}
.cms-home .products-carousel-holder > div[data-content-type=html] {
  width: 410px;
  flex-shrink: 0;
}
.cms-home .products-carousel-holder .products-carousel {
  display: block;
  width: calc(100% - 323px);
  padding-top: 68px;
  margin-left: -87px;
}
.cms-home .products-carousel-holder .products-carousel .product-items {
  width: 100%;
}
.cms-home .products-carousel-holder .products-carousel .product-items.widget-product-grid .product-item {
  width: 100%;
  margin: 0 !important;
  margin: 0;
}
.cms-home .products-carousel-holder .products-carousel .product-items.widget-product-grid .product-item .product-item-info:hover {
  position: static;
  margin: 0;
  padding: 16px;
  border: 0;
  box-shadow: none;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-track {
  margin: 0;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-track::before {
  content: none;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-track .slick-slide .product-image-wrapper {
  height: auto;
  height: 100%;
  padding: 0 !important;
}
.cms-home .products-carousel-holder .read-more {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 1;
}
.cms-home .products-carousel-holder .text img {
  border-radius: 12px;
}
.cms-home .products-carousel-holder .product-items.slick-slider {
  padding: 0;
}
.cms-home .products-carousel-holder .product-items.slick-slider .slick-slide {
  margin: 0;
  padding: 0 12px;
}
.cms-home .products-carousel-holder .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
  margin: 0;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list {
  position: static;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: -15px;
  width: 100%;
  border-radius: 12px;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-track {
  display: flex;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide > div {
  height: 100%;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide > div .product-item {
  height: 100%;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide > div .product-item .product-item-info {
  height: 100%;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info {
  display: flex;
  flex-direction: column;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info .attributes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 16px 0;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info .attributes .attribute {
  padding: 0 6px;
  line-height: 19px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 4px;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info .attributes .attribute.popular {
  border: 1px solid #134CBC;
  background: #134CBC;
  color: #FFF;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info .attributes .attribute.new {
  border: 1px solid #1CAD21;
  background: #1CAD21;
  color: #FFF;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info .attributes .attribute.good-price {
  border: 1px solid #DA362C;
  color: #DA362C;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info .attributes .attribute.ieskaties {
  border: 1px solid #ef850c;
  background: #ef850c;
  color: #FFF;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info .price-box-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: auto;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-list .slick-slide .product-item .product-item-info .price-box-wrapper .discount-percent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 56px;
  padding-left: 5px;
  margin: 0 0 0 12px;
  line-height: 16px;
  background: url("../images/price-discount-bg.svg") left center no-repeat;
  color: #FAFAFA;
  font-weight: 500;
  text-transform: uppercase;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-dots {
  margin: 43px 0 0 0;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-arrow.slick-prev, .cms-home .products-carousel-holder .products-carousel .product-items .slick-arrow.slick-next {
  top: auto;
  left: auto;
  right: 10px;
  bottom: -72px;
  width: 48px;
  height: 48px;
  border: 1px solid #E3E3E8;
  background: url("../images/slick-arrow-next-icon.svg") center center no-repeat !important;
  transform: none;
  border-radius: 50%;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-arrow.slick-prev {
  right: 74px;
  background: url("../images/slick-arrow-prev-icon.svg") center center no-repeat !important;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-arrow.slick-prev:hover {
  background: url("../images/slick-arrow-prev-white.svg") center center no-repeat !important;
  background-color: #da362c !important;
}
.cms-home .products-carousel-holder .products-carousel .product-items .slick-arrow.slick-next:hover {
  background: url("../images/slick-arrow-next.svg") center center no-repeat !important;
  background-color: #da362c !important;
}

@media screen and (max-width: 767px) {
  .cms-home .products-carousel-holder > div[data-content-type=html] {
    margin-top: 40px;
  }
  .cms-home .products-carousel-holder > div[data-content-type=html] .desktop-image {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cms-home .products-carousel-holder > div[data-content-type=html] .mobile-image {
    display: none;
  }
  .cms-home .products-carousel-holder > div[data-content-type=html] .desktop-image img {
    max-width: 80%;
    height: 480px;
  }
}
@media screen and (min-width: 769px) {
  .cms-home .products-carousel-holder .widget.block-products-list {
    position: relative;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .cms-home .products-carousel-holder {
    flex-direction: column !important;
  }
  .cms-home .products-carousel-holder > div[data-content-type=html] {
    width: 100%;
  }
  .cms-home .products-carousel-holder .products-carousel {
    width: 100%;
    margin: 24px 0 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  .cms-home .products-carousel-holder .products-carousel .product-items.widget-product-grid .product-item .product-item-inner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cms-home .products-carousel-holder .product-items.slick-slider .slick-slide {
    padding: 0 8px;
  }
  .cms-home .products-carousel-holder .read-more {
    top: 55px;
    line-height: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .cms-home .products-carousel-holder .products-carousel .product-items .slick-list {
    width: 140%;
  }
}
@media screen and (max-width: 768px) {
  .cms-home .products-carousel-holder .products-carousel .product-items .slick-dots {
    position: static;
    margin: 32px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .cms-home .products-carousel-holder .products-carousel .product-items .slick-arrow.slick-prev, .cms-home .products-carousel-holder .products-carousel .product-items .slick-arrow.slick-next {
    display: none !important;
  }
}
.product-item-info {
  padding: 16px;
  background: #FFF;
  border-radius: 12px;
}
.product-item-info .product-item-photo .product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  min-width: 100%;
  margin: 0 0 16px 0;
}
.product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: static;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}
.product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo:hover {
  opacity: 0.85;
}
.product-item-info .product-item-details .product-item-name {
  margin: 0 0 22px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.product-item-info .product-item-details .product-item-name .product-item-link {
  color: #3A3A4C;
}
.product-item-info .product-item-details .price-box {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 20px;
  color: #3A3A4C;
  font-size: 20px;
  font-weight: 600;
}
.product-item-info .product-item-details .price-box .price {
  line-height: 20px;
  color: #3A3A4C;
  font-size: 20px;
  font-weight: 600;
}
.product-item-info .product-item-details .price-box .special-price {
  color: #DA362C;
}
.product-item-info .product-item-details .price-box .old-price {
  margin: 0 0 0 12px;
}
.product-item-info .product-item-details .price-box .old-price .price {
  color: #6A6A8A;
  font-weight: 300;
  font-size: 16px;
  text-decoration: line-through;
}
.product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}

@media screen and (max-width: 640px) {
  .product-item-info .product-item-photo .product-image-container {
    height: 156px;
  }
}
@media screen and (max-width: 575px) {
  .product-item-info .product-item-details .product-item-name {
    line-height: 18px;
    font-weight: 400;
  }
}
@media screen and (min-width: 576px) {
  .product-item-info .product-item-details .product-reviews-summary, .product-item-info .product-item-actions {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .product-item .product-item-info {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    background: none !important;
  }
  .product-item .product-item-info .product-item-details {
    position: static;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
/* New blog posts */
.cms-home .our-articles-main {
  position: relative;
}
.cms-home .our-articles-main .read-more {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
}
.cms-home .our-articles-main .amblog-title {
  padding: 0;
  margin: 0 0 32px 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
}
.cms-home .our-articles-main .amblog-post-list {
  background: none;
  box-shadow: none;
}
.cms-home .our-articles-main .post-slider {
  padding: 0;
}
.cms-home .our-articles-main .post-items {
  padding: 0;
}
.cms-home .our-articles-main .post-items .post-item {
  margin: 0 12px !important;
}
.cms-home .our-articles-main .post-items .post-item .post-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  margin: 0 0 24px 0;
  border-radius: 12px;
}
.cms-home .our-articles-main .post-items .post-item .post-image img {
  border-radius: 12px;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px 0;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .post-meta .amblog-dates {
  margin: 0;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .post-meta .amblog-dates .amblog-date {
  margin: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  color: #6A6A8A;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .post-meta .amblog-dates .amblog-wrap .amblog-posted-in {
  display: none;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .post-meta .amblog-dates .amblog-wrap .amblog-ref {
  margin: 0;
  padding: 3.5px 9px;
  border: 1px solid #D1D1DB;
  background: none;
  color: #6A6A8A;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .post-title {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #3A3A4C;
  text-decoration: none;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .post-title:hover {
  color: #DA362C;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .short-description {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
}
.cms-home .our-articles-main .slick-dots {
  display: none !important;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .amblog-featured-card-bottom .ampost-link {
  display: flex;
  align-items: center;
  color: #DA362C;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .amblog-featured-card-bottom .ampost-link::after {
  content: "";
  position: relative;
  right: 0;
  width: 12px;
  height: 12px;
  margin: 0 0 0 6px;
  background: url("../images/read-more-arrow-icon.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .amblog-featured-card-bottom .ampost-link:hover::after {
  right: -4px;
}
.cms-home .our-articles-main .post-items .post-item .post-item-details .amblog-featured-card-bottom .amblog-date {
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  color: #6A6A8A;
}

@media screen and (max-width: 575px) {
  .cms-home .our-articles-main .amblog-title {
    margin: 0 0 24px 0;
    line-height: 32px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cms-home .our-articles-main .post-items .post-item .post-image {
    height: 220px;
    margin: 0 0 16px 0;
  }
  .cms-home .our-articles-main .post-items .post-item .post-image img {
    max-height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cms-home .our-articles-main .post-items .post-item .post-image {
    height: 112px;
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 575px) {
  .cms-home .our-articles-main .post-items .post-item .post-item-details .post-meta .amblog-dates .amblog-date {
    line-height: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .cms-home .our-articles-main .post-items .post-item .post-item-details .post-meta .amblog-tags .amblog-tag {
    font-size: 8px;
  }
}
@media screen and (max-width: 575px) {
  .cms-home .our-articles-main .post-items .post-item .post-item-details .post-title {
    margin: 0;
    line-height: 21px;
    font-size: 17px;
    letter-spacing: -0.17px;
  }
  .cms-home .our-articles-main .post-items .post-item .post-item-details .short-description, .cms-home .our-articles-main .post-items .post-item .post-item-details .amblog-featured-card-bottom {
    display: none;
  }
  .cms-home .our-articles-main .post-items .post-item .post-item-details .widget.amblog-post-list .post-item-details {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .cms-home .our-articles-main .post-items .slick-track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100% !important;
    gap: 0 24px;
    transform: none !important;
  }
  .cms-home .our-articles-main .post-items .slick-track .post-item {
    display: none !important;
    margin: 0 !important;
    width: auto !important;
  }
  .cms-home .our-articles-main .post-items .slick-track::before, .cms-home .our-articles-main .post-items .slick-track::after {
    content: none;
  }
  .cms-home .our-articles-main .post-items .slick-track .post-item:nth-child(1), .cms-home .our-articles-main .post-items .slick-track .post-item:nth-child(2) {
    display: flex !important;
  }
}
@media screen and (min-width: 280px) {
  div[data-content-type=slider].slick-initialized {
    min-height: 33vh !important;
  }
}
@media screen and (min-width: 320px) {
  div[data-content-type=slider].slick-initialized {
    min-height: 33vh !important;
  }
}
@media screen and (min-width: 350px) and (max-height: 490px) {
  div[data-content-type=slider].slick-initialized {
    min-height: 53vh !important;
  }
}
@media screen and (min-width: 360px) {
  div[data-content-type=slider].slick-initialized {
    min-height: 39vh;
  }
}
@media screen and (min-width: 375px) {
  div[data-content-type=slider].slick-initialized {
    min-height: 35vh;
  }
}
@media screen and (min-width: 820px) and (min-height: 1100px) {
  div[data-content-type=slider].slick-initialized {
    min-height: 22vh;
  }
}

.pagebuilder-slide-wrapper [data-element=content] {
  min-height: 55vh;
}
@media (min-width: 280px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 230px;
  }
}
@media (min-width: 320px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 245px;
  }
}
@media (min-width: 375px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 280px;
  }
}
@media (min-width: 390px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 300px;
  }
}
@media (min-width: 410px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 340px;
  }
}
@media (min-width: 540px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 430px;
  }
}
@media (min-width: 640px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 560px;
  }
}
@media (min-width: 768px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 660px;
  }
}
@media (min-width: 769px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 250px;
  }
}
@media (min-width: 870px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 280px;
  }
}
@media (min-width: 950px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 325px;
  }
}
@media (min-width: 1024px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 355px;
  }
}
@media (min-width: 1170px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 422px;
  }
}
@media (min-width: 1240px) {
  .pagebuilder-slide-wrapper [data-element=content] {
    min-height: 460px;
  }
}

/* navigation css */
.nav-sections .navigation ul.level1.submenu.ui-menu.ui-widget.ui-widget-content {
  columns: 4 100px !important;
  column-gap: 10px;
  display: block !important;
}

.nav-sections .navigation ul.level1.submenu.ui-menu.ui-widget.ui-widget-content .level2 {
  width: 100%;
  clear: both;
  /*    display: ruby-text; */
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  .nav-sections .navigation ul.level1.submenu.ui-menu.ui-widget.ui-widget-content .level2 {
    display: inline-block;
    max-width: 200px;
  }
}
.cms-no-route {
  text-align: center;
}
.cms-no-route .page-title-wrapper {
  margin: 0 0 12px 0;
  padding: 125px 0 0 0;
}
.cms-no-route .page-title-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  margin: 0 0 55px 0;
  background: url("../images/404-image.svg") center center no-repeat;
}
.cms-no-route .page-title-wrapper .page-title {
  margin: 0 0 3px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.96px;
  color: #3A3A4C;
}
.cms-no-route .columns .column.main {
  float: none;
  width: 100%;
}
.cms-no-route .columns .sidebar-additional {
  display: none;
}
.cms-no-route .columns .column.main dl {
  font-size: 20px;
  font-weight: 200;
}
.cms-no-route .columns .column.main dl:last-child {
  margin: 0;
}
.cms-no-route .columns .column.main dl dd:last-child a:last-child, .cms-no-route .columns .column.main dl dd:last-child .separator {
  display: none;
}
.cms-no-route .columns .column.main dl dd:last-child a {
  display: inline-block;
  padding: 18px 36px;
  margin-top: 32px;
  background: #DA362C;
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}
.cms-no-route .columns .column.main dl dd:last-child a:hover {
  background: #ac231c;
}

@media screen and (max-width: 991px) {
  .cms-no-route .page-title-wrapper {
    padding: 100px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .cms-no-route .page-title-wrapper {
    padding: 85px 0 0 0;
  }
  .cms-no-route .page-title-wrapper::before {
    height: 198px;
    background-size: contain;
  }
  .cms-no-route .page-title-wrapper .page-title {
    line-height: 46px;
    font-size: 40px;
  }
  .cms-no-route .columns .column.main dl {
    line-height: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .cms-no-route .page-title-wrapper::before {
    height: 90px;
    background-size: contain;
  }
  .cms-no-route .page-title-wrapper .page-title {
    line-height: 24px;
    font-size: 24px;
  }
  .cms-no-route .columns .column.main dl {
    line-height: 22px;
    font-size: 16px;
  }
  .cms-no-route .columns .column.main dl dd:last-child a {
    margin-top: 17px;
    padding: 15px 36px;
    font-size: 16px;
  }
}
.catalog-product-view .column.main {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.catalog-product-view .column.main .main-content {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 720px) {
  .catalog-product-view .column.main .main-content {
    flex-direction: column;
  }
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attention.desk {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .mobile-tabs .gallery-small-info.mobile {
    display: none;
  }
}
.catalog-product-view.page-layout-1column .main-content {
  gap: 0 24px;
}
.catalog-product-view.page-layout-1column .product.media {
  flex-shrink: 0;
  width: 410px;
  margin: 0;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal {
  margin: 10px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .catalog-product-view.page-layout-1column .main-content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .catalog-product-view.page-layout-1column .main-content {
    gap: 0 40px;
  }
}
@media screen and (max-width: 1299px) {
  .catalog-product-view.page-layout-1column .product.media {
    width: 30%;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-product-view.page-layout-1column .product.media {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .catalog-product-view.page-layout-1column .product.media {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view.page-layout-1column .product.media {
    width: 304px;
  }
  .catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal {
    margin: 16px 0 0 0;
  }
}
html.fotorama__fullscreen .fotorama--fullscreen {
  z-index: 99999 !important;
}

@media screen and (max-width: 720px) {
  .catalog-product-view.page-layout-1column .product.media {
    width: 100%;
    margin-bottom: 40px;
  }
  .fotorama--fullscreen .fotorama__nav__shaft {
    display: flex;
    justify-content: center;
  }
  .fotorama--fullscreen .fotorama__nav__shaft .fotorama__nav__frame {
    margin: 0 !important;
  }
}
.catalog-product-view.page-layout-1column .product.media .fotorama__stage {
  background-color: #fff;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__stage .fotorama__arr {
  display: none !important;
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes {
  position: relative;
  display: flex;
  gap: 6px;
  padding-left: 10px;
}
@media screen and (min-width: 1300px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes {
    position: static;
  }
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute {
  position: relative;
  bottom: 400px;
  padding: 0 6px;
  line-height: 19px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 4px;
}
@media screen and (min-width: 320px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute {
    bottom: 280px;
  }
}
@media screen and (min-width: 375px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute {
    bottom: 330px;
  }
}
@media screen and (min-width: 425px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute {
    bottom: 380px;
  }
}
@media screen and (min-width: 721px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute {
    bottom: 288px;
  }
}
@media screen and (min-width: 800px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute {
    bottom: 365px;
  }
}
@media screen and (min-width: 991px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute {
    bottom: 436px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute {
    bottom: 474px;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute {
    bottom: 395px;
  }
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute.popular {
  background: #134CBC;
  color: #FFF;
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute.new {
  background: #1CAD21;
  color: #FFF;
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute.good-price {
  border: 1px solid #DA362C;
  color: #DA362C;
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .attributes .attribute.ieskaties {
  background: #1CAD21;
  color: #FFF;
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .text {
  font-size: 14px;
  margin-top: 10px;
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .tag-small {
  font-weight: bold;
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .attention {
  margin-top: 23px;
  background: rgba(219, 74, 43, 0.2588235294);
  padding: 8px;
  border-radius: 12px;
}
.catalog-product-view.page-layout-1column .product.media .gallery-small-info .attention .text {
  margin-top: 5px;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__stage {
  border-radius: 8px;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__stage .fotorama__stage__frame {
  border-radius: 8px;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__stage .fotorama__stage__frame img {
  border-radius: 8px;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left, .catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  width: 40px;
  border-radius: 8px;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__stage.fotorama__shadows--right:after, .catalog-product-view.page-layout-1column .product.media .fotorama__nav.fotorama__shadows--right:after, .catalog-product-view.page-layout-1column .product.media .fotorama__stage.fotorama__shadows--left:before, .catalog-product-view.page-layout-1column .product.media .fotorama__nav.fotorama__shadows--left:before {
  content: none;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  display: none;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  background: rgba(255, 255, 255, 0.1) url("../images/product-gallery-thumb-left-arrow.svg") center center no-repeat;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  background: rgba(255, 255, 255, 0.1) url("../images/product-gallery-thumb-right-arrow.svg") center center no-repeat;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav--thumbs {
  height: 88px !important;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__nav__frame {
  height: 88px;
  padding: 0;
  margin: 0 5px;
  background: #fff;
  border-radius: 8px;
  outline: 1px solid transparent;
  outline-offset: -1px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  padding: 0;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active, .catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__nav__frame:hover {
  opacity: 1;
  outline-color: #3A3A4C;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .column.main .main-content .right-info {
  display: flex;
  gap: 0 24px;
  width: 100%;
}
.catalog-product-view.page-layout-1column .product-info-main {
  flex-grow: 1;
  width: auto;
}
.catalog-product-view.page-layout-1column .product-info-main .brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
.catalog-product-view.page-layout-1column .product-info-main .brand .attributes .attribute {
  line-height: 18px;
  font-size: 18px;
  color: #3A3A4C;
  text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .product-info-main .brand .link .link-text {
  display: flex;
  align-items: center;
  line-height: 14px;
  font-size: 14px;
  color: #6A6A8A;
  font-weight: 200;
}
.catalog-product-view.page-layout-1column .product-info-main .brand .link .link-text::after {
  content: "";
  width: 6px;
  height: 10px;
  margin: 0 0 0 9px;
  background: url("../images/view-all-light-arrow.svg") right center no-repeat;
}
.catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper {
  margin: 0 0 16px 0;
}
.catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-reviews-summary {
  float: none;
}
.catalog-product-view.page-layout-1column .product-info-main .product-reviews-summary .reviews-actions {
  margin: 0;
  font-size: 16px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-reviews-summary .reviews-actions .action {
  color: #6A6A8A;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .catalog-product-view.page-layout-1column .product.media .fotorama__nav__shaft {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0 8px;
  }
  .catalog-product-view.page-layout-1column .product.media .fotorama__nav__shaft .fotorama__nav__frame--dot {
    width: 6px;
    height: 6px !important;
    margin: 0 !important;
    padding: 0;
    background: transparent;
    border: 2px solid #BABAC9;
    outline: none !important;
    opacity: 1 !important;
    border-radius: 50%;
  }
  .catalog-product-view.page-layout-1column .product.media .fotorama__nav__shaft .fotorama__nav__frame--dot.fotorama__active {
    border-color: #DA362C;
    background-color: #DA362C;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-product-view .column.main .main-content .right-info {
    flex-direction: column;
    gap: 32px 0;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-product-view.page-layout-1column .product-info-main .product.data.items {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .catalog-product-view.page-layout-1column .product-info-main .brand .attributes .attribute {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.52px;
  }
}
.rating-summary .rating-result {
  width: 100px;
}
.rating-summary .rating-result::before {
  content: "";
  width: 100px;
  height: 20px;
  background: url("../images/empty-stars.svg") left center no-repeat;
}
.rating-summary .rating-result > span:before {
  content: "";
  width: 100px;
  height: 20px;
  background: url("../images/active-stars.svg") left center no-repeat;
}

.catalog-product-view.page-layout-1column .product-info-main .rating-summary {
  margin-right: 8px;
}
.catalog-product-view.page-layout-1column .product-info-main .stock {
  text-transform: none;
  font-family: "Geologica", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.catalog-product-view.page-layout-1column .product-info-main .stock.available {
  color: #2CAD32;
  margin-left: 21px;
}
.catalog-product-view.page-layout-1column .product-info-main .stock.available::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 43px;
  width: 16px;
  height: 16px;
  background: url("../images/check-circle-small.svg") left center no-repeat;
}
.catalog-product-view.page-layout-1column .product-info-main .stock.unavailable {
  color: #DA362C;
  margin-left: 21px;
}
.catalog-product-view.page-layout-1column .product-info-main .stock.unavailable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 43px;
  width: 16px;
  height: 16px;
  background: url("../images/close-circle.svg") left center no-repeat;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-stock-sku {
  display: block;
  padding: 0 0 40px 0;
  float: none;
  text-align: start;
  position: relative;
}
.catalog-product-view.page-layout-1column .product-info-main .product.attribute.overview {
  margin: 0 0 80px 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  color: #3A3A4C;
}
.catalog-product-view.page-layout-1column .product-info-main .product.attribute.overview p:last-child {
  margin: 0;
}
.catalog-product-view.page-layout-1column .product.data .item-nav-title {
  display: flex;
  gap: 0 40px;
}
.catalog-product-view.page-layout-1column .product.data .item-nav-title .item.title {
  margin: 0;
}
.catalog-product-view.page-layout-1column .product.data .item-nav-title .item.title .switch {
  display: block;
  height: auto;
  padding: 6px 0 7px 0 !important;
  background: none !important;
  border: 0;
  border-bottom: 2px solid transparent;
  line-height: 16px;
  font-size: 16px;
  color: #4B4B62;
  font-weight: 300;
}
.catalog-product-view.page-layout-1column .product.data.item-nav-title .item.title .switch:hover {
  color: #DA362C;
  background: none;
}
.catalog-product-view.page-layout-1column .product.data .item-nav-title .item.title.active .switch {
  border-color: #DA362C;
  color: #DA362C;
}
.catalog-product-view.page-layout-1column .product.data .item-nav-text {
  padding: 20px 0 0 0;
  border-top: 1px solid #e4e3e8;
}
.catalog-product-view.page-layout-1column .product.data .product.data .item-nav-text .item.content {
  border: 0;
  margin-top: 0;
  background: none;
  height: 100px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 200;
}
.catalog-product-view.page-layout-1column .price-delivery-info {
  flex-shrink: 0;
  width: 302px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .price-details {
  padding: 24px;
  background: #F4F4F6;
  border-radius: 12px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-info-price {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 15px 0;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-info-price .price-box {
  display: flex;
  align-items: center;
  padding: 0;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-info-price:last-child, .catalog-product-view.page-layout-1column .price-delivery-info .product-info-price .price-box .price-wrapper {
  margin: 0;
}
.catalog-product-view.page-layout-1column .price-delivery-info .special-price .price {
  color: #DA362C;
  letter-spacing: -1px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .price-details .old-price .price {
  margin: 0 16px 0 12px;
  font-size: 18px;
  font-weight: 300;
  color: #6A6A8A;
  text-decoration: line-through;
  letter-spacing: -1px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .discount {
  display: flex;
}
.catalog-product-view.page-layout-1column .price-delivery-info .discount .number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.5px 8px;
  min-width: 58px;
  background: #DA362C;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .discount .number::before {
  content: "-";
}
.catalog-product-view.page-layout-1column .price-delivery-info .discount .number::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  margin: auto 0;
  width: 5px;
  height: 12px;
  background: url("../images/price-discount-left-arrow.svg") left center no-repeat;
}
.catalog-product-view.page-layout-1column .price-delivery-info .promotion-period {
  display: flex;
  align-items: center;
  padding: 0 0 23px 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}
.catalog-product-view.page-layout-1column .price-delivery-info .promotion-period img {
  margin-right: 4px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .delivery-kind {
  margin: 0 0 40px 0;
  padding: 24px 0 0 0;
  border-top: 1px solid #e3e2e8;
}
.catalog-product-view.page-layout-1column .price-delivery-info .delivery-kind > div {
  display: flex;
  align-items: flex-start;
}
.catalog-product-view.page-layout-1column .price-delivery-info .delivery-kind > div .icon {
  flex-shrink: 0;
  width: 28px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .delivery-kind > div.shop {
  margin: 0 0 16px 0;
}
.catalog-product-view.page-layout-1column .price-delivery-info .delivery-kind > div .details span {
  display: block;
}
.catalog-product-view.page-layout-1column .price-delivery-info .delivery-kind > div .details .place {
  line-height: 20px;
  font-weight: 300;
  color: #4B4B62;
}
.catalog-product-view.page-layout-1column .price-delivery-info .delivery-kind > div .details .time {
  line-height: 20px;
  font-size: 14px;
  color: #3A3A4C;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart {
  margin: 0;
  margin: 0 0 12px 0;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty {
  margin: 0 0 12px 0;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty label {
  display: block;
  width: 100%;
  margin: 0 0 8px 0;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 14px;
  color: #6A6A8A;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control {
  display: flex;
  justify-content: center;
  gap: 0 8px;
  position: relative;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.items, .catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.increaseQty {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background-color: #E6E6EA;
  font-size: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.items.reduced::before, .catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.increaseQty.reduced::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/button-minus-icon.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.items.increaseQty::before, .catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.increaseQty.increaseQty::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/button-minus-icon.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
  background: url("../images/button-plus-icon.svg") center center no-repeat;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.items:hover, .catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.increaseQty:hover {
  background-color: #BABAC9;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.items:hover::before, .catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control button.increaseQty:hover::before {
  filter: brightness(0) invert(1);
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control input.qty {
  flex-grow: 1;
  height: 48px;
  background: #fff;
  border: 1px solid #D1D1DB;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  position: static;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .field.qty .control .mage-error {
  position: absolute;
  bottom: -43px;
  margin-bottom: 36px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .fieldset {
  margin: 0;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .actions .tocart {
  width: 100%;
  margin: 0;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .actions .tocart span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-add-form .box-tocart .actions .tocart span::before {
  content: "";
  width: 19px;
  height: 18px;
  margin: 0 8px 0 0;
  background: url("../images/shopping-icon.svg") left center no-repeat;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-social-links {
  padding: 10px 0 26px 0;
  border-bottom: 1px solid #e3e2e8;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-social-links .product-addto-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-social-links .product-addto-links .towishlist {
  color: #4B4B62;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-transform: none;
}
.catalog-product-view.page-layout-1column .price-delivery-info .product-social-links .product-addto-links .towishlist::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/save-product-icon.svg") center center no-repeat;
  background-size: contain;
}
.catalog-product-view.page-layout-1column .price-delivery-info .payment span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.24px;
  color: #6A6A8A;
  text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .price-delivery-info .payment .logos, .catalog-product-view.page-layout-1column .price-delivery-info .payment .logos-delivery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.catalog-product-view.page-layout-1column .price-delivery-info .payment .logos {
  margin: 0 0 24px 0;
}
.catalog-product-view.page-layout-1column .mobile-tabs {
  margin: 0;
}
.catalog-product-view.page-layout-1column .mobile-tabs .product-mobile-tabs {
  margin-top: 20px;
}
.catalog-product-view.page-layout-1column .mobile-tabs .product-mobile-tabs .row .tab-name {
  position: relative;
  display: block;
  padding: 16px 50px 16px 0;
  margin: 0;
  line-height: 16px;
  background-color: transparent;
  border-bottom: 1px solid #E3E3E8;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.catalog-product-view.page-layout-1column .mobile-tabs .product-mobile-tabs .row .tab-name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background: url("../images/accordian-cheveron-down.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view.page-layout-1column .mobile-tabs .product-mobile-tabs .row.active .tab-name {
  border-color: transparent;
  color: #DA362C;
}
.catalog-product-view.page-layout-1column .mobile-tabs .product-mobile-tabs .row.active .tab-name::after {
  opacity: 0.6;
  transform: rotate(-180deg);
}
.catalog-product-view.page-layout-1column .mobile-tabs .product-mobile-tabs .tab-info {
  margin: 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #E3E3E8;
  line-height: 20px;
  font-size: 14px;
  font-weight: 200;
  color: #4B4B62;
}
.catalog-product-view.page-layout-1column .mobile-tabs .gallery-small-info .tag-small {
  font-weight: bold;
}
.catalog-product-view.page-layout-1column .mobile-tabs .gallery-small-info .attention {
  margin-top: 23px;
  background: rgba(219, 74, 43, 0.2588235294);
  padding: 8px;
  border-radius: 12px;
}
.catalog-product-view.page-layout-1column .mobile-tabs .gallery-small-info .attention .text {
  margin-top: 5px;
}
.catalog-product-view.page-layout-1column #description {
  display: none;
}
.catalog-product-view.page-layout-1column .page-main-details .product-section-title {
  margin: 0 0 35px 0;
  padding: 0;
  border: 0;
  line-height: 36px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #E3E3E8;
  border-radius: 8px;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-ratings {
  order: 2;
  position: static;
  float: none;
  display: flex;
  align-items: center;
  min-width: 100px;
  padding: 0;
  margin: 0;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-ratings .rating-summary {
  display: flex;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-ratings .rating-summary .rating-result {
  width: 100px;
  height: 20px;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-ratings .rating-summary .rating-result::before {
  content: "";
  width: 100px;
  height: 20px;
  /* background: url('../images/empty-stars.svg') left center no-repeat; */
  background: url("../images/empty-stars.svg") left center no-repeat;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-ratings .rating-summary .rating-result > span:before {
  content: "";
  width: 100px;
  height: 20px;
  background: url("../images/active-stars.svg") left center no-repeat;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-ratings .rating-label {
  display: none;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-title {
  display: none;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-content {
  order: 3;
  margin: 0;
  padding: 24px 0 0 0;
  line-height: 24px;
  font-size: 15px;
  font-weight: 200;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-content-container {
  order: 3;
  display: flex;
  flex-direction: column;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-details {
  order: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 0 13px 0;
  line-height: 16px;
  font-size: 16px;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-details .review-author {
  margin: 0;
  line-height: 16px;
  color: #3A3A4C;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-details .review-author .review-details-label {
  display: none;
}
.catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-details .review-date {
  font-weight: 200;
  color: #6A6A8A;
}
.catalog-product-view.page-layout-1column .page-main-details .review-list .review-toolbar {
  display: none;
}
.catalog-product-view.page-layout-1column .page-main-details .block.review-add {
  padding: 55px 0 0 0;
  border-top: 1px solid #E3E3E8;
}
.catalog-product-view.page-layout-1column .page-main-details .block.review-add .review-form {
  max-width: 628px;
}
.catalog-product-view.page-layout-1column .page-main-details .block.review-add .review-form .legend.review-legend {
  margin: 0 0 32px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: #3A3A4C;
}
.catalog-product-view.page-layout-1column .page-main-details .block.review-add .review-form .review-field-ratings {
  display: flex;
  align-items: center;
}
.catalog-product-view.page-layout-1column .page-main-details .block.review-add .review-form .review-field-ratings .label {
  margin: 0 12px 0 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  color: #3B3B3B;
}
.catalog-product-view.page-layout-1column .page-main-details .block.review-add .review-form .action.submit.primary {
  padding: 18.5px 34px;
}

@media screen and (max-width: 1299px) {
  .catalog-product-view.page-layout-1column .product-info-main .product.attribute.overview {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .catalog-product-view.page-layout-1column .product-info-main .product.attribute.overview {
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .catalog-product-view.page-layout-1column .product.data .item-nav-title {
    gap: 0 15px;
    font-size: 15px;
  }
}
@media screen and (min-width: 576px) {
  .catalog-product-view.page-layout-1column .product.data .item-nav-title .item.title .switch::after {
    content: none;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-product-view.page-layout-1column .price-delivery-info {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .catalog-product-view.page-layout-1column .price-delivery-info .free-delivery {
    padding: 16px;
  }
}
@media screen and (min-width: 641px) {
  .catalog-product-view.page-layout-1column .mobile-tabs .product-mobile-tabs {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .catalog-product-view.page-layout-1column .mobile-tabs .product.data {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-product-view.page-layout-1column .mobile-tabs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view.page-layout-1column .page-main-details .review-items {
    grid-template-columns: auto;
    gap: 22px 0;
  }
}
@media screen and (max-width: 575px) {
  .catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-details {
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 575px) {
  .catalog-product-view.page-layout-1column .page-main-details .review-items .review-item .review-details .review-date {
    line-height: 16px;
    font-size: 12px;
  }
}
.product-item .product-item-details .attributs {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px 0;
}
.product-item .product-item-details .attributs .attribute {
  padding: 5px 6px;
  margin: 0;
  line-height: 9px;
  font-weight: 500;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}
.product-item .product-item-details .attributes .attribute {
  padding: 5px 6px;
  margin: 0;
  line-height: 9px;
  font-weight: 500;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}
.product-item .product-item-details .attributs .attribute.good-price, .product-item .product-item-details .attributes .attribute.good-price {
  border: 1px solid #DA362C;
  color: #DA362C;
}
.product-item .product-item-details .attributs .attribute.popular, .product-item .product-item-details .attributes .attribute.popular {
  background: #134CBC;
}
.product-item .product-item-details .attributs .attribute.new, .product-item .product-item-details .attributes .attribute.new {
  color: #fff;
  background: #1CAD21;
}
.product-item .product-item-details .attributs .attribute.ieskaties, .product-item .product-item-details .attributes .attribute.ieskaties {
  color: #fff;
  background: #ef850c;
}
.product-item .product-item-details .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-item .product-item-details .categories .category {
  margin: 0 0 3px 0;
  color: #9B9BB1;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-item .product-item-details .product-item-actions .actions-secondary {
  display: none;
}

.catalog-product-view.page-layout-1column .block.related, .catalog-product-view.page-layout-1column .block.upsell, .checkout-cart-index .cart-container .block.crosssell {
  margin: 0;
  padding: 72px 0 100px 0;
}
.catalog-product-view.page-layout-1column .block.related .block-title, .catalog-product-view.page-layout-1column .block.upsell .block-title, .checkout-cart-index .cart-container .block.crosssell .block-title {
  margin: 0 0 32px 0;
}
.catalog-product-view.page-layout-1column .block.related .block-title #block-related-heading, .catalog-product-view.page-layout-1column .block.upsell .block-title #block-related-heading, .checkout-cart-index .cart-container .block.crosssell .block-title #block-related-heading {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
  color: #3A3A4C;
}
.catalog-product-view.page-layout-1column .block.related .products.list, .catalog-product-view.page-layout-1column .block.upsell .products.list, .checkout-cart-index .cart-container .block.crosssell .products.list {
  display: block;
  padding: 0;
  width: calc(100% + 24px);
  margin: 0;
  margin-left: -12px;
}
.catalog-product-view.page-layout-1column .block.related .products.list .slick-track, .catalog-product-view.page-layout-1column .block.upsell .products.list .slick-track, .checkout-cart-index .cart-container .block.crosssell .products.list .slick-track {
  display: flex;
  margin: 0;
}
.catalog-product-view.page-layout-1column .block.related .products.list .slick-list, .catalog-product-view.page-layout-1column .block.upsell .products.list .slick-list, .checkout-cart-index .cart-container .block.crosssell .products.list .slick-list {
  display: block;
  width: 100%;
  padding: 0;
}
.catalog-product-view.page-layout-1column .block.related .products.list .slick-arrow.slick-prev, .catalog-product-view.page-layout-1column .block.related .products.list .slick-arrow.slick-next, .catalog-product-view.page-layout-1column .block.upsell .products.list .slick-arrow.slick-prev, .catalog-product-view.page-layout-1column .block.upsell .products.list .slick-arrow.slick-next, .checkout-cart-index .cart-container .block.crosssell .products.list .slick-arrow.slick-prev, .checkout-cart-index .cart-container .block.crosssell .products.list .slick-arrow.slick-next {
  width: 10px;
  background: url("../images/slick-arrow-next-icon.svg") center center no-repeat !important;
  transform: none;
}
.catalog-product-view.page-layout-1column .block.related .products.list .slick-arrow.slick-prev, .catalog-product-view.page-layout-1column .block.upsell .products.list .slick-arrow.slick-prev, .checkout-cart-index .cart-container .block.crosssell .products.list .slick-arrow.slick-prev {
  background: url("../images/slick-arrow-prev-icon.svg") center center no-repeat !important;
}
.catalog-product-view.page-layout-1column .block.related .slick-slider .slick-dots, .catalog-product-view.page-layout-1column .block.upsell .slick-slider .slick-dots, .checkout-cart-index .cart-container .block.crosssell .slick-slider .slick-dots {
  margin: 40px 0 0 0;
}
.catalog-product-view.page-layout-1column .block.related .products.list .slick-list .slick-slide, .catalog-product-view.page-layout-1column .block.upsell .products.list .slick-list .slick-slide, .checkout-cart-index .cart-container .block.crosssell .products.list .slick-list .slick-slide {
  padding: 0 12px;
}
.catalog-product-view.page-layout-1column .block.related .products.list .slick-list .slick-slide .product-item, .catalog-product-view.page-layout-1column .block.upsell .products.list .slick-list .slick-slide .product-item, .checkout-cart-index .cart-container .block.crosssell .products.list .slick-list .slick-slide .product-item {
  max-width: 100% !important;
  height: 100%;
}
.catalog-product-view.page-layout-1column .block.related .products.list .slick-list .slick-slide > div, .catalog-product-view.page-layout-1column .block.upsell .products.list .slick-list .slick-slide > div, .checkout-cart-index .cart-container .block.crosssell .products.list .slick-list .slick-slide > div {
  height: 100%;
}
.catalog-product-view.page-layout-1column .block.related .product-item-name, .catalog-product-view.page-layout-1column .block.upsell .product-item-name, .checkout-cart-index .cart-container .block.crosssell .product-item-name {
  margin: 0 0 22px 0;
}
.catalog-product-view.page-layout-1column .block.related .product-item-name .product-item-link, .catalog-product-view.page-layout-1column .block.upsell .product-item-name .product-item-link, .checkout-cart-index .cart-container .block.crosssell .product-item-name .product-item-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.catalog-product-view.page-layout-1column .block.related .product-item .product-item-info .product-item-details .attributs, .catalog-product-view.page-layout-1column .block.upsell .product-item .product-item-info .product-item-details .attributs, .checkout-cart-index .cart-container .block.crosssell .product-item .product-item-info .product-item-details .attributs {
  margin: -11px 0 16px 6px;
}

@media screen and (max-width: 575px) {
  .catalog-product-view.page-layout-1column .block.related {
    margin: 0;
    padding: 56px 0 52px 0;
  }
}
@media screen and (max-width: 575px) {
  .catalog-product-view.page-layout-1column .block.related {
    margin: 0;
    padding: 56px 0 52px 0;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view.page-layout-1column .block.related .slick-slider .slick-dots {
    margin: 32px 0 0 0;
  }
  .catalog-product-view.page-layout-1column .block.related .block-title #block-related-heading, .catalog-product-view.page-layout-1column .block.upsell .block-title #block-upsell-heading {
    font-size: 26px;
  }
}
#mp-review-sort {
  width: 183px;
  height: 42px;
  padding: 10px 8px 10px 12px;
  align-items: center;
  gap: 18px;
  border-radius: 8px;
  border: 1px solid var(--foundation-neutral-neutral-50, #E3E3E8);
}

.mp-toolbar.mp-review-toolbar {
  align-items: center;
  justify-content: space-between;
  margin: 80px 0 32px 0;
  font-family: "Geologica", serif;
  font-style: normal;
  line-height: 36px;
}
.mp-toolbar.mp-review-toolbar label {
  color: #3A3A4C;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.mp-toolbar.mp-review-toolbar label .num {
  color: #60607E;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.4px;
}

@media (max-width: 640px) {
  .mp-toolbar.mp-review-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  #mp-review-sort {
    width: 100%;
    margin-top: 16px;
  }
}
.mp-review-statistic span {
  display: block;
  color: #4B4B62;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  align-self: center;
}

.summary-reviewsList {
  display: flex;
  gap: 44px;
  border-top: 1px solid #E3E3E8;
  margin-top: 56px;
}

.mp-review-details {
  display: flex;
  justify-content: stretch;
}

#mp-review-form {
  flex: 50%;
}

#mp-review-summary {
  margin-top: 55px;
  flex: 50%;
}
#mp-review-summary .reviews-actions {
  display: flex !important;
  justify-content: space-evenly;
}
#mp-review-summary .rating-summary {
  display: flex !important;
}
#mp-review-summary .rating-summary, #mp-review-summary .reviews-actions {
  display: flex;
  width: 100%;
}
#mp-review-summary .mp-review-details {
  margin-right: 0;
  padding: 0 !important;
}
#mp-review-summary .mp-review-details .stars-process {
  width: 100% !important;
  border-radius: 10px;
  align-self: center;
}
#mp-review-summary .rating-result {
  width: auto !important;
}
#mp-review-summary .mp-review-details .stars-process-active {
  border-radius: 10px;
}

.summary-points {
  display: grid;
  flex-direction: column;
  align-items: center;
}
.summary-points .summary-points-text {
  padding: 0 !important;
  color: #3A3A4C;
  text-align: center;
  font-family: "Geologica", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
.summary-points .product-reviews-summary {
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.summary-points .product-reviews-summary.short {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.summary-points .product-reviews-summary .no-reviews {
  color: #8888A1;
  text-align: center;
  font-family: "Geologica", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px;
  letter-spacing: -0.8px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #mp-review-summary {
    margin-bottom: 0;
  }
  .summary-reviewsList {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .mp-betterproductreviews-message {
    display: none;
  }
  .mp-review-summary {
    margin: 0;
  }
  .catalog-product-view.page-layout-1column .page-main-details .block.review-add .review-form .legend.review-legend {
    font-family: "Geologica", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.4px;
    margin: 0 !important;
  }
  .mp-toolbar.mp-review-toolbar {
    line-height: 32px;
  }
  .mp-toolbar.mp-review-toolbar label {
    font-size: 26px;
    letter-spacing: -0.52px;
  }
  .mp-toolbar.mp-review-toolbar label .num {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-info-stock-sku {
    padding: 16px 0 40px 0;
  }
  .catalog-product-view.page-layout-1column .product-info-main .stock.available::before {
    top: 16px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .stock.unavailable::before {
    top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .catalog-product-view.page-layout-1column .product.media .gallery-small-info .attention.desk {
    display: none;
  }
}
.rating-summary {
  width: 100px;
}

.catalog-product-view.page-layout-1column .page-main-details .block.review-add {
  border-top: 0;
  padding: 29px 0 0 0;
}

.catalog-product-view.page-layout-1column .mobile-tabs .product.data.items {
  margin: 16px 32px 0 32px;
}

.review-ratings {
  padding-right: 0;
  display: flex;
  flex: auto;
}

.review-control-vote:before {
  position: relative;
  content: "";
  width: 160px;
  height: 32px;
  background: url("../images/empty-stars-big.svg") left center no-repeat;
}

.review-control-vote {
  position: relative;
}
.review-control-vote input[type=radio] {
  position: absolute;
}
.review-control-vote label {
  display: block;
  top: 0;
  left: 0;
}
.review-control-vote label::before {
  width: 160px;
  height: 32px;
  font-family: "Geologica";
  background: url("../images/active-stars-big.svg") left center no-repeat;
  font-size: 25px;
  letter-spacing: 12px;
}

.review-field-rating .control {
  margin: 0;
}

.review-field-text {
  font-family: "Geologica", serif;
  font-style: normal;
}
.review-field-text .add-info {
  color: #4B4B62;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}
.review-field-text .add-info .red {
  color: #DA362C;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.page-bottom {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.footer-copyright .bank-logos {
  flex-basis: auto;
}

@media screen and (min-width: 992px) {
  .footer-copyright {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .footer-copyright .delivery-logos {
    flex-basis: auto;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .product-full-width-section {
    margin: 0 32px;
  }
}
.product-full-width-section {
  position: relative;
}
.product-full-width-section::before {
  right: 50%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #F4F4F6;
  z-index: -100;
}
.product-full-width-section::after {
  left: 50%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #F4F4F6;
  z-index: -100;
}

.catalog-product-view.page-layout-1column .block.upsell .block-title strong {
  color: #3A3A4C;
  font-family: "Geologica", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
}

.catalog-product-view.page-layout-1column .block.upsell {
  margin-top: 72px;
}

.review-control-vote label::before {
  color: rgba(0, 128, 0, 0) !important;
}

.review-control-vote label::before {
  font-size: 26px;
}

.products.list .product-item .product-item-info .category:nth-child(2), .products.list .product-item .product-item-info .category:nth-child(3), .products.list .product-item .product-item-info .category:nth-child(4) {
  display: none;
}

.catalogsearch-result-index .page-title-wrapper {
  margin: 0 0 40px 0;
}
.catalogsearch-result-index .page-title-wrapper .page-title {
  margin: 0;
  line-height: 36px;
  font-size: 30px;
  letter-spacing: -0.6px;
}
.catalogsearch-result-index .page-title-wrapper .page-title .red-color {
  color: #DA362C;
}
.catalogsearch-result-index .toolbar-container {
  width: 100%;
}
.catalogsearch-result-index .toolbar-container .toolbar-amount {
  margin-right: auto !important;
}
.catalogsearch-result-index .search.results > dl.block {
  display: none;
}

@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .header {
    margin: 0 0 14px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .header span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.28px;
  }
}
@media screen and (max-width: 630px) {
  .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section h4 {
    line-height: 21px;
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .ul-group {
    display: flex;
    gap: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .ul-group .list.left {
    margin: 0;
  }
  .cms-page-view.page-layout-2columns-left .column.main .pharmacy-services .section .ul-group .list.right {
    margin: 0 0 24px 0;
  }
}
input[type=text].input-text, .success-content {
  display: flex;
  gap: 48px;
}
input[type=text].input-text .page-title, .success-content .page-title {
  width: 800px;
  padding: 16px;
  align-items: center;
  border-radius: 8px;
  background: #E8FBEF;
  color: #2CAD32;
  font-family: "Geologica", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
  display: flex;
  gap: 12px;
}
input[type=text].input-text .page-title::before, .success-content .page-title::before {
  content: "";
  background: url("../images/check_circle.svg") left top no-repeat;
  width: 44px;
  height: 44px;
  background-size: 44px;
  display: block;
}
input[type=text].input-text .right-block .text-block, .success-content .right-block .text-block {
  display: flex;
  gap: 24px;
  max-width: 800px;
}
input[type=text].input-text .right-block .text-block .box, .success-content .right-block .text-block .box {
  flex: 1;
}
input[type=text].input-text .right-block .text-block .checkout-success, .success-content .right-block .text-block .checkout-success {
  color: #4B4B62;
  font-family: "Geologica", sans-serif;
  font-style: normal;
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #E3E3E8;
  width: 100%;
}
@media (max-width: 450px) {
  input[type=text].input-text .right-block .text-block .checkout-success .actions-toolbar, .success-content .right-block .text-block .checkout-success .actions-toolbar {
    width: 100%;
  }
}

#registration {
  color: #4B4B62;
  font-family: "Geologica", sans-serif;
  font-style: normal;
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #E3E3E8;
}

.success-content .right-block .text-block .checkout-success .name, #registration .name {
  color: #4B4B62;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}

.success-content .right-block .text-block .checkout-success .text, #registration {
  color: #4B4B62;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
}

.success-content .right-block .text-block .checkout-success .text .strong, #registration span.email {
  font-weight: 400;
  color: #3A3A4C;
}

.success-content .primary {
  margin-top: 48px;
}
.success-content .primary a.action.primary.continue {
  line-height: 18px;
}

#registration .action {
  margin-top: 68px;
  border-radius: 8px;
  background: #FBEBEA;
  color: #DA362C;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 450px) {
  #registration .action {
    width: 100%;
  }
}
@media screen and (max-width: 1014px) {
  #registration .action {
    display: block;
    line-height: 36px;
    margin-top: 78px;
  }
}

@media screen and (max-width: 1024px) {
  .success-content .right-block .text-block, .success-content .page-title {
    width: 100%;
  }
  #registration .action {
    display: block;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #image-success {
    display: none;
  }
  .success-content .page-title {
    font-size: 26px;
  }
  .success-content .page-title::before {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
  .success-content .right-block .text-block {
    flex-direction: column;
  }
  .success-content .right-block .text-block .checkout-success .name {
    font-size: 20px;
  }
  #registration .name {
    font-size: 20px;
  }
  .success-content {
    gap: 0;
  }
  .success-content .primary {
    margin-top: 32px;
  }
  #registration .action {
    margin-top: 32px;
    display: inline-block;
    line-height: 18px;
  }
}
@media screen and (max-width: 410px) {
  .success-content .page-title {
    font-size: 20px;
  }
}
.box.box-information, .box.box-billing-address {
  margin-bottom: 48px;
}

.block-content .box-billing-address {
  padding-left: 17px;
}

.account .columns .column.main {
  width: auto;
  max-width: calc(100% - 326px);
}
.account .columns .column.main .form-newsletter-manage .fieldset .field.choice .consent.gdpr-js-consent {
  line-height: 16px;
  font-family: "Geologica";
  font-size: 16px;
  font-weight: 200;
  color: #3A3A4C;
  cursor: pointer;
}
.account .columns .column.main .box .box-content {
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
  color: #4B4B62;
  padding-bottom: 6px;
}
.account .columns .column.main .message.info > *:first-child:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/warning.svg") left center no-repeat;
  margin: -12px 0 0 16px;
  position: absolute;
}

.table-wrapper.orders-history, .table-order-items.recent, .order-products-toolbar.toolbar.bottom {
  color: #6A6A8A;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}
.table-wrapper.orders-history thead tr th.col, .table-order-items.recent thead tr th.col, .order-products-toolbar.toolbar.bottom thead tr th.col {
  color: #3A3A4C;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.order-details-items .items-qty .title:after {
  content: unset;
}

@media (min-width: 641px) and (max-width: 954px) {
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: flex;
    padding: 5px 10px;
    width: 120%;
    text-wrap: balance;
  }
}
@media (max-width: 835px) {
  .order-status {
    margin-bottom: 15px;
  }
}
.block.block-addresses-list {
  margin-bottom: 24px;
}
.block.block-addresses-list .block-title {
  color: #3A3A4C;
  font-family: "Geologica", sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.2px;
  padding: 0 !important;
  margin: 66px 0 0 0;
  background: none !important;
}

.block-addresses-list .empty, .box-content {
  color: #4B4B62;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
  letter-spacing: 0.16px;
}

.toolbar.wishlist-toolbar .limiter select {
  border-radius: 8px;
  border: 1px solid #D1D1DB;
  background-color: #FAFAFA;
  height: 34px;
}
.toolbar.wishlist-toolbar .limiter select option {
  color: #3A3A4C;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}

.wishlist-account .products-grid.wishlist .product-item-actions {
  display: block !important;
  align-items: center;
  margin: 0;
  width: 100%;
  text-align: center;
}
.wishlist-account .products-grid.wishlist .product-item-actions .action-primary {
  display: block;
}
.wishlist-account .products-grid.wishlist .product-item-actions .action.edit {
  display: none !important;
}
.wishlist-account .products-grid.wishlist .product-item-actions .action.delete {
  display: inline-flex;
  text-decoration: none;
  gap: 4px;
}
.wishlist-account .products-grid.wishlist .product-item-actions > * {
  display: block;
}
.wishlist-account .products-grid.wishlist .product-item .price-box {
  margin: 0;
  padding-bottom: 24px;
  font-family: "Geologica", sans-serif;
}
.wishlist-account .products-grid.wishlist .product-item .price-box .price {
  letter-spacing: -1px;
}
.wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured {
  display: flex;
  align-items: center;
}
.wishlist-account .products-grid.wishlist .product-item .price-box .special-price .price, .wishlist-account .products-grid.wishlist .product-item .price-box .price {
  color: #3A3A4C;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.wishlist-account .products-grid.wishlist .product-item .price-box .special-price .price {
  color: #DA362C;
}
.wishlist-account .products-grid.wishlist .product-item .price-box .old-price .price {
  margin: 0 16px 0 12px;
  font-size: 16px;
  font-weight: 300;
  color: #6A6A8A;
  text-decoration: line-through;
  letter-spacing: -1px;
}
.wishlist-account .products-grid.wishlist .product-item .price-box .discount {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.5px 8px;
  min-width: 58px;
  background: #DA362C;
  color: #FAFAFA;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}
.wishlist-account .products-grid.wishlist .product-item .price-box .discount::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  margin: auto 0;
  width: 5px;
  height: 12px;
  background: url(../images/price-discount-left-arrow.svg) left center no-repeat;
}
.wishlist-account .products-grid.wishlist .product-item .product-item-name {
  color: #3A3A4C;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 22px;
  hyphens: auto;
}
.wishlist-account .products-grid.wishlist .product-item .product-item-inner {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  border: none !important;
  box-shadow: none !important;
  border-top: none !important;
  position: static;
  margin: 0 !important;
  padding: 0 !important;
}
.wishlist-account .products-grid.wishlist .product-item .product-item-inner .field.comment-box {
  display: none;
}
.wishlist-account .products-grid.wishlist .product-item .box-tocart {
  margin: 0 !important;
  width: 100%;
}
.wishlist-account .products-grid.wishlist .product-item .box-tocart .fieldset {
  display: flex;
}
.wishlist-account .products-grid.wishlist .product-item .box-tocart .fieldset .field.qty {
  display: none;
}
.wishlist-account .products-grid.wishlist .product-item .box-tocart .tocart {
  margin: 0;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  width: 100%;
}
.wishlist-account .products-grid.wishlist .product-item .box-tocart .tocart::before {
  content: "";
  width: 19px;
  height: 18px;
  margin: 0 8px 0 0;
  background: url(../images/shopping-icon.svg) left center no-repeat;
}
.wishlist-account .products-grid.wishlist .product-item-photo {
  margin-right: 0;
  margin-bottom: 0;
}

.wishlist-account .products-grid .product-item-info:hover {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 16px;
}

@media (max-width: 574px) {
  .wishlist-account .products-grid.wishlist .product-item .box-tocart .tocart::before {
    display: none;
  }
}
.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  clip: auto;
  height: auto;
  margin: 20px 0 0 0;
  overflow: visible;
  position: static;
  width: auto;
}

.products-grid .product-item-info:hover .product-item-inner {
  padding: 0 16px 16px;
}

.account.page-layout-2columns-left .sidebar-main .block {
  padding-bottom: 120px;
}

@media (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-item {
    margin-left: 3.3333333333% !important;
    padding: 0;
    width: 31% !important;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n+1) {
    margin-left: 3.3333333333% !important;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .wishlist-index-index .products-grid .product-item .product-item-photo img {
    max-width: inherit;
  }
}
@media (max-width: 768px) {
  .account .columns .column.main .box.box-information {
    padding-left: 0;
  }
  .account .toolbar {
    text-align: left;
  }
  .block-content .box-billing-address {
    padding-left: 0;
  }
  .block.block-dashboard-addresses {
    margin-top: 48px;
  }
  .block.block-addresses-list {
    margin-top: 48px;
  }
  .products-grid.wishlist .product-item {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .product-item-name {
    margin-left: 0;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .products-grid.wishlist .product-item {
    width: 47.5% !important;
  }
}
@media (min-width: 769px) and (max-width: 955px) {
  .account .columns .sidebar.sidebar-main .block-collapsible-nav .content {
    width: 302px;
  }
}
@media (max-width: 640px) {
  .account .columns .column.main {
    max-width: 100%;
  }
  .account .columns .sidebar.sidebar-main {
    margin: 0;
  }
  .order-status {
    margin-top: 6px !important;
  }
  .products-grid.wishlist .product-item {
    width: 46%;
    border-bottom: none;
  }
  .products-grid.wishlist .product-item .product-item-info {
    background: none;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: none;
  }
  .products-grid.wishlist .product-item .price-box {
    padding-bottom: 20px;
  }
  .products-grid.wishlist .product-item .product-item-inner .box-tocart {
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item .product-item-name {
    font-size: 14px;
    line-height: 18px;
    padding: 0 16px 12px 0;
    margin: 0;
    word-wrap: break-word;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n) {
    margin-left: 4% !important;
  }
  .products-grid .product-item-info:hover .product-item-inner {
    padding: 0;
    position: static !important;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .products-grid.wishlist .product-item {
    width: 47.5% !important;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 2% !important;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n+1) {
    margin-left: 1.3333333333% !important;
  }
  .wishlist-index-index .products-grid .product-item .wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured .discount {
    left: 95px;
  }
  .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name, .block-collapsible-nav .title {
    display: none;
  }
  .block-collapsible-nav {
    position: relative;
    width: 250px !important;
  }
  .block-collapsible-nav .content {
    display: block;
  }
  .account .page-main {
    padding-top: 32px;
  }
  .account .columns {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .account .columns .sidebar.sidebar-main {
    float: none;
    flex-shrink: 0;
    flex-grow: 0;
    width: 250px;
    flex-basis: 250px;
    margin: 0 24px 0 0;
    padding: 0;
  }
  .account .columns .column.main {
    max-width: calc(100% - 290px);
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .wishlist-account .products-grid.wishlist .product-item .box-tocart .tocart span {
    white-space: pre-wrap;
  }
}
@media (max-width: 1060px) {
  .wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured {
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }
  .wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured .old-price .price {
    margin: 0;
  }
}
@media (min-width: 300px) {
  .wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured .discount {
    left: 56%;
    position: absolute;
  }
}
@media (min-width: 420px) {
  .wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured .discount {
    left: 86px;
  }
}
@media (min-width: 567px) {
  .wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured .discount {
    left: 87px;
  }
}
@media (min-width: 769px) and (max-width: 1060px) {
  .wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured {
    position: relative !important;
  }
  .wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured .discount {
    left: 72px;
    position: absolute;
  }
}
@media (min-width: 1060px) {
  .wishlist-account .products-grid.wishlist .product-item .price-box .price-as-configured .discount {
    position: relative;
    left: 0;
  }
}
@media screen and (min-width: 955px) {
  .orders-history.tablet {
    display: none !important;
  }
}
@media screen and (max-width: 954px) {
  .table-wrapper.orders-history.desktop {
    display: none !important;
  }
  .orders-history.tablet {
    display: flex;
    flex-direction: column;
  }
  .orders-history.tablet .order-item {
    border-bottom: 1px solid #ccc;
    margin-top: 32px;
  }
  .orders-history.tablet .order-item .order-info .col {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family: "Geologica";
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  .orders-history.tablet .order-item .order-info .col .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
  .orders-history.tablet .order-item .order-info .col .value {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-align: left;
  }
  .orders-history.tablet .order-item .col.links {
    display: flex;
    margin-bottom: 32px;
  }
  .orders-history.tablet .order-item .col.links .link {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
  }
  .orders-history.tablet .order-item .col.links .link:first-child a:after {
    border-left: 1px solid #a6a6a6;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
  }
  .orders-history.tablet .order-item .col.links .link a {
    color: #8888A1;
    text-decoration: underline;
  }
  .orders-history.tablet .order-item:first-child {
    margin-top: 0;
  }
  .order-products-toolbar.toolbar.bottom .pager {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
  }
  .account .columns .sidebar.sidebar-main {
    flex-basis: 0;
  }
}
.order-products-toolbar.toolbar.bottom .pager .limiter .limiter-options {
  width: 72px;
  height: 36px;
  padding: 10px 8px 10px 12px;
  border-radius: 8px;
  border: 1px;
  background-color: #ffffff;
  border: 1px solid #D1D1DB;
  font-family: "Geologica";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.block.block-dashboard-orders {
  display: none;
}

.wishlist-account .products-grid.wishlist .product-item .product-item-name {
  min-height: 90px;
}
@media screen and (max-width: 425px) {
  .wishlist-account .products-grid.wishlist .product-item .product-item-name {
    min-height: 110px;
  }
}
@media screen and (max-width: 375px) {
  .wishlist-account .products-grid.wishlist .product-item .product-item-name {
    min-height: 130px;
  }
}
@media screen and (max-width: 320px) {
  .wishlist-account .products-grid.wishlist .product-item .product-item-name {
    min-height: 153px;
  }
}

@media screen and (max-width: 578px) {
  .wishlist-account .products-grid.wishlist .product-item .price-box {
    min-height: 80px;
  }
}

.wishlist-index-index .product-item-info .categories {
  color: #9B9BB1;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.wishlist-index-index .product-item-info .categories :nth-child(n+2) {
  display: none;
}
.wishlist-index-index .product-item-info .attributes {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px 0;
}
.wishlist-index-index .product-item-info .attributes .attribute {
  padding: 5px 6px;
  margin: 0;
  line-height: 9px;
  font-weight: 500;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}
.wishlist-index-index .product-item-info .attributs .attribute.good-price, .wishlist-index-index .product-item-info .attributes .attribute.good-price {
  border: 1px solid #DA362C;
  color: #DA362C;
}
.wishlist-index-index .product-item-info .attributs .attribute.popular, .wishlist-index-index .product-item-info .attributes .attribute.popular {
  background: #134CBC;
}
.wishlist-index-index .product-item-info .attributs .attribute.new, .wishlist-index-index .product-item-info .attributes .attribute.new {
  color: #fff;
  background: #1CAD21;
}
.wishlist-index-index .product-item-info .attributs .attribute.new, .wishlist-index-index .product-item-info .attributes .attribute.new {
  color: #fff;
  background: #ef850c;
}