.cartDropdownProduct__imgWrap {
  width: 50px;
  height: 50px;
}

.cartDropdownProduct__img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.registration .input {
  color: var(--main-color-nero) !important;
}

.custom-select-container {
  position: relative;
  box-sizing: border-box;
  ;
}

.custom-select-container * {
  box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: .333;
}

.custom-select-opener {
  background-color: #ccc;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto
}

.custom-select-option {
  padding: 0.5em;
}

.custom-select-option.has-focus {
  background-color: LightBlue;
}

.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: 0.5em;
}

.custom-select-optgroup>.custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

.rte-text h1 {
  color: var(--main-color-nero);
  font-size: 50px;
  font-weight: 500;
  line-height: 90%;
}

.rte-text h2 {
  color: var(--main-color-nero);
  font-size: 35px;
  font-weight: 500;
  line-height: 130%;
}

.rte-text h3 {
  color: var(--main-color-nero);
  font-size: 25px;
  line-height: 180%;
  font-weight: 500;
}

.rte-text p {
  color: var(--main-color-nero);
  font-size: var(--main-size-20);
  line-height: 140%;
}

.rte-text a {
  color: var(--main-color-darkpink);
  font-weight: inherit;
  font-size: inherit;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}

.rte-text a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--main-color-darkpink);
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
}

.rte-text a:hover:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.rte-text ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rte-text ul li {
  color: var(--main-color-nero);
  font-size: var(--main-size-20);
  padding-left: 20px;
  position: relative;
  line-height: 1;
}

.rte-text ul li:after {
  content: "";
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--main-color-nero);
  border-radius: 50%;
}

.rte-text ol {
  list-style: none;
  counter-reset: hermess-counter;
}

.rte-text ol li {
  counter-increment: hermess-counter;
  line-height: 1;
}

.rte-text ol li::before {
  content: counter(hermess-counter) ". ";
}

.subCategory__link {
  font-size: 15px;
}

@media (max-width: 1500px) {
  .productCards {
    justify-content: left;
  }
}

.productCard__img {
  width: 192px;
  height: 142px;
  object-fit: contain;
}

.productCard__title {
  height: 78px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .mainSlider {
    width: 100%;
    max-width: 850px;
    margin: auto;
  }
}

body .input-error {
  color: #ff5050 !important;
  border-color: #ca2e43 !important;
}

body .input.input-error {
  color: #ff5050 !important;
  border-color: #ca2e43 !important;
}

body .input-error::placeholder {
  color: #ff5050 !important;
}

.loginBtn {
  width: 187px;
}

.loginBtn__wrap {
  margin-left: 35px;
}

.top__cart {
  width: 150px;
}

.headerBottom__wrap {
  display: grid;
  grid-template-columns: 135px 400px 350px 200px;
}

.errors .error {
  color: red;
}

.payMethodLink__content {
  padding: 10px;
}

.cart-small-amount-input {
  display: inline;
  width: 30px;
  border: 0px;
  font-size: inherit;
  color: var(--main-color-darkpink);
  font-weight: inherit;
}

.tabs__content .productCards__btnWrap .btn {
  display: flex !important;
}

.search-autocomplete {
  margin: 0;
  margin-top: -15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(1,1,1,.3);
  box-shadow: 0 1px 5px rgba(1,1,1,.3);
  border: 1px solid #ced8da;
  background-color: #fff;
  z-index: 20;
}

.search-autocomplete li {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 20px;
  cursor: pointer;
}

.search-autocomplete li a {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.cart-sidebar {
  height: 100%;
}

.header-margin {
  display: none;
  height: 100px;
}

.header-margin-mobile {
  display: none;
  height: 100px;
}

@media (max-width: 1024px) {
  .header-margin {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .header-margin-mobile {
    display: none !important;
  }
}

.productCard__flags {
  display: flex;
  gap: 6px;
  position: absolute;
  top: -10px;
  left: 0;
}

@media (max-width: 1200px) {
  .productCard__flags {
    gap: 1px;
  }
}

@media (max-width: 576px) {
  .productCard__flags {
    gap: 5px;
  }
}

.productCard__flags .productCard__article {
  position: relative !important;
  top: initial !important;
  right: initial !important;
  left: initial !important;
  transform: initial !important;
}

