@charset "UTF-8";
/* --- default --- */
body, select, input, textarea {
  font-family: "Commissioner", Arial, sans-serif;
  color: #000;
  margin: 0;
  padding: 0; }

input:active, input:focus, button:active, button:focus {
  outline: none; }

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

ul {
  padding: 0; }

li {
  list-style-type: none; }

/* Headers (h1,h2,etc) have no default font-size or margin, you'll want to define those yourself. */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, a, p, span, strong {
  font-family: "Commissioner", Arial, sans-serif; }

h1, .h1 {
  font-size: 24px;
  margin: 0.207em 0;
  font-family: "Commissioner", Arial, sans-serif; }

h2, .h2 {
  font-size: 21px;
  color: #333333; }

h3, .h3 {
  font-size: 19px;
  margin: 0.75em 0 0.4em 0;
  font-weight: 600; }

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

h5, .h5 {
  font-family: "Commissioner", serif;
  font-size: 15px;
  margin: 0 0 0.7em 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

a {
  text-decoration: none;
  color: #4CBCC0; }
  a:hover {
    color: #85E0FF;
    text-decoration: none; }

p {
  margin: 0.533em 0 0.667em 0;
  color: #4CBCC0; }

img {
  max-width: 100%; }

ol {
  padding: 0;
  margin: 0.533em 0 0.667em 0;
  counter-reset: list; }
  ol li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0.667em 0;
    list-style: none; }
    ol li:before {
      counter-increment: list;
      content: counter(list) ". ";
      position: absolute;
      top: 0;
      right: 100%;
      margin: 0 -25px 0 0;
      text-align: right; }

.wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.container {
  width: 1480px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

.hidden {
  display: none !important; }

.btn {
  border: 1px solid transparent;
  background: #014453;
  color: white;
  padding: 13px 26px;
  text-align: center;
  display: block;
  font-size: 16px;
  min-width: 200px;
  height: 50px;
  border-radius: 25px;
  margin: 10px auto;
  cursor: pointer; }
  .btn.add-to-cart:hover {
    background: linear-gradient(0.75turn, #014453, #85E0FF);
    transition: all 0.5s ease-in-out;
    color: white;
    text-decoration: none;
    border-left: #85E0FF; }
  .btn.is-in-basket {
    background: #565656; }

.form__container {
  margin: 5px 0;
  display: flex;
  position: relative; }
  .form__container .error-text {
    color: #a50909;
    position: absolute;
    right: 0;
    top: 46px;
    font-size: 11px; }

.form__label {
  font-size: 15px;
  font-weight: 500;
  color: #4A4A4A;
  margin: auto 4px;
  width: 180px;
  display: block;
  text-align: right; }

.form__input {
  border: 2px solid #EBE7E9;
  padding: 8px 7px;
  width: 220px;
  margin: 3px 0;
  height: 44px; }
  .form__input:active, .form__input:focus {
    border: 2px solid #D7D3D5; }

.form__span {
  text-align: left; }

.form__checkbox-label {
  text-align: right;
  margin: 10px auto; }

.form__link {
  margin-top: 10px; }

.form__block-links {
  padding: 10px 0;
  width: 100%;
  display: flex;
  flex-direction: column; }

.form__error {
  border: 1px solid #e30303;
  padding: 4px 10px;
  margin-bottom: 15px; }

.form__row {
  position: relative;
  margin-bottom: 10px; }
  .form__row > .error-text {
    font-size: 11px;
    margin-left: 4px;
    position: absolute;
    bottom: 0;
    color: red; }

.form__result {
  font-size: 24px;
  text-align: center;
  color: #FFFFFF; }

.form .is-error.form__radio input {
  position: relative;
  z-index: 5; }
  .form .is-error.form__radio input:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #F73D34;
    z-index: 3; }

.parall {
  width: auto;
  height: 32px;
  transform: skew(-26deg);
  margin-top: -25px;
  margin-left: 0; }
  .parall--white {
    background: #F7EBF7; }
  .parall--red {
    background: #FF4800; }
  .parall--yellow {
    background: #FCD31B; }

.noUi-tooltip {
  display: none; }

.noUi-active .noUi-tooltip {
  display: block; }

.noUi-connect {
  background: #41001d; }

.down-return .icon-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block; }

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

.mt15 {
  margin-top: 15px; }

.m--auto {
  margin: auto;
  display: block; }

.select {
  position: relative;
  width: 100%;
  height: 36px; }
  .select__top {
    position: relative;
    z-index: 2;
    padding: 0;
    display: flex;
    align-items: center; }
    .select__top span {
      display: block;
      font-size: 24px;
      color: #000000;
      width: 100%;
      height: 36px;
      margin: 0;
      background-color: var(--bg-dark);
      border-radius: var(--radius);
      padding: 0 20px;
      position: relative;
      z-index: 3;
      overflow: hidden;
      text-align: right; }
    .select__top i::before {
      font-size: 25px;
      text-align: center;
      font-weight: 300; }
    .select__top.active > i {
      transform: scale(1, -1);
      transition: all 0.3s ease 0s; }
    .select__top.active:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: 20px;
      left: 0;
      width: 100%;
      height: 21px;
      background: #FFFFFF;
      border-left: 1px solid #858589;
      border-right: 1px solid #858589; }
  .select__options {
    position: absolute;
    width: 100%;
    top: 36px;
    padding: 5px 15px 10px;
    border-radius: 0 0 var(--radius) var(--radius);
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 80;
    transition: all 0.3s ease 0s; }
  .select__option {
    display: block;
    padding: 6px;
    font-size: 18px;
    cursor: pointer;
    color: #000000; }
    .select__option:hover {
      background: #d8d8d8;
      color: #000; }
  .select--light .select__top span {
    font-size: 14px;
    color: var(--text-color2);
    background-color: var(--bg-block);
    border: 1px solid #858589; }
  .select--light .select__top.active:after {
    background-color: var(--bg-block); }
  .select--light .select__options {
    background-color: var(--bg-block);
    box-shadow: none;
    border-bottom: 1px solid #858589;
    border-left: 1px solid #858589;
    border-right: 1px solid #858589; }
  .select--light .select__option {
    font-size: 14px; }
  .select--square .select__top {
    border: 1px solid #014453;
    border-radius: 4px;
    width: 97px;
    height: 26px;
    margin: 5px auto; }
    .select--square .select__top span {
      background: transparent;
      padding: 6px 10px;
      font-size: 12px;
      height: 28px;
      text-align: left; }
    .select--square .select__top .fa {
      padding-right: 3px; }
      .select--square .select__top .fa:before {
        color: #014453; }
    .select--square .select__top.active:after {
      background: transparent;
      border-left: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF; }
  .select--square .select__options {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF; }
    .select--square .select__options label input {
      opacity: 0;
      visibility: hidden; }
    .select--square .select__options .area-buttons__span {
      border: none; }
  .select--square .select__option {
    padding: 3px;
    font-size: 10px; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 4px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center; }
  .popup.open {
    opacity: 1;
    visibility: visible; }
  .popup.open .popup__body {
    opacity: 1; }
  .popup .icon-x {
    display: block;
    top: 30px;
    right: 12px;
    width: 30px;
    height: 30px; }
    .popup .icon-x:before, .popup .icon-x:after {
      height: 2px;
      width: 24px; }
  .popup__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .popup__text {
    padding-top: 20px;
    font-size: 14px; }
  .popup__body {
    position: relative;
    background-color: #F3F3F3;
    display: flex;
    width: 720px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    opacity: 0; }
  .popup__content {
    color: #000;
    width: 100%;
    max-height: 100%;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s; }
  .popup .is-comment {
    width: 100%; }
    .popup .is-comment .placeholder {
      text-align: left; }
    .popup .is-comment .form__input {
      height: auto;
      color: #7e939b;
      font-size: 14px; }
  .popup__content_image {
    padding: 0; }
  .popup__image img {
    max-width: 100%;
    vertical-align: top; }
  .popup__close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    z-index: 5; }
    .popup__close:before {
      font-size: 32px;
      color: #000; }
  .popup__change {
    font-size: 17px;
    margin: 3px auto;
    text-align: center;
    width: max-content; }
  .popup__title {
    font-size: 40px;
    margin: 0 0 1em 0; }
  .popup__h1 {
    color: #014453;
    font-size: 28px;
    line-height: 26px;
    text-align: center; }
  .popup__br {
    width: 100%;
    height: 70px; }
  .popup__btn {
    margin: 30px 0 0;
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0; }
  .popup .btn > span {
    font-size: 14px; }
  .popup .is-link {
    margin-top: 8px;
    font-size: 13px; }
  .popup__yes-no .btn {
    margin-bottom: 0;
    flex: 0 0 50%;
    border-radius: 0; }
  .popup__flex {
    display: flex; }
  .popup__left, .popup__right {
    flex: 0 0 50%; }
  .popup .form textarea, .popup .form .form__input {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: none;
    padding: 15px;
    height: 52px;
    font-size: 14px; }
    .popup .form textarea::placeholder, .popup .form .form__input::placeholder {
      font-size: 14px; }
  .popup .form__radio .form__input {
    height: 18px; }
  .popup .form .btn {
    width: 260px;
    height: 45px;
    margin: 0 auto; }
  .popup .form-bottom .form__radio .form__input {
    width: 18px; }
  .popup .form-bottom .form__radio span {
    color: #000000; }
  .popup .form-bottom .form__result {
    color: #000000; }

/*Хэдер*/
.header-wrapper {
  display: flex;
  justify-content: center;
  pointer-events: none; }
  .header-wrapper.is-fixed {
    position: fixed;
    top: 0;
    z-index: 90; }

.site-header {
  pointer-events: auto;
  background-color: #F3F3F3;
  height: 115px;
  width: 100%;
  max-width: 1480px;
  border-radius: 0 0 20px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  padding: 20px 0 0; }

.header-inner {
  width: 100%;
  margin: auto 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box; }

.header-basket {
  width: 102px;
  height: 42px; }

.mobile--show {
  display: none; }

.mobile--hide {
  display: block; }

.basket {
  display: flex; }
  .basket__counter {
    position: relative; }
    .basket__counter .basket-point {
      position: absolute;
      left: -2px;
      bottom: -6px;
      width: 22px;
      height: 22px;
      background-color: #FFFFFF;
      padding: 2px 0;
      border-radius: 50%;
      font-size: 12px;
      color: #014453;
      text-align: center;
      border: 2px solid #014453; }
  .basket__cont {
    width: 40px;
    margin-right: 5px; }

.bx-ui-slider-track {
  background-color: #000;
  height: 1px; }

.bx-ui-slider-handle {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #000; }

.product-list {
  margin-top: 20px;
  width: calc(100% - 320px);
  flex: 0 0 calc(100% - 300px); }
  .product-list__top {
    display: flex; }
    .product-list__top .search {
      flex: 1 1 auto; }
    .product-list__top .sort {
      flex: 0 0 330px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .product-list__top .sort .select, .product-list__top .sort .select span {
        width: max-content; }
      .product-list__top .sort .fa:before {
        font-size: 25px; }

.form-bottom {
  background-color: #373737;
  border-radius: 30px 30px 0 0;
  width: 100%;
  padding: 65px 40px;
  margin-bottom: -30px; }
  .form-bottom__body {
    display: flex;
    gap: 70px; }
  .form-bottom__img {
    flex: 0 0 calc(50% - 35px);
    height: max-content;
    overflow: hidden;
    border-radius: 30px; }
  .form-bottom__content {
    flex: 0 0 calc(50% - 35px); }
  .form-bottom__title {
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 5px; }
  .form-bottom__sub {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 22px; }
  .form-bottom .form {
    flex-direction: column;
    padding: 0; }
    .form-bottom .form__container {
      width: 100%;
      margin: 12px 0; }
    .form-bottom .form__label {
      width: 100%;
      border: 2px solid transparent; }
      .form-bottom .form__label.is-error input {
        border: 2px solid red; }
    .form-bottom .form__input {
      padding: 30px 20px;
      width: 100%;
      height: 87px;
      border-radius: 12px;
      font-size: 24px; }
      .form-bottom .form__input::placeholder {
        color: #000000;
        font-size: 24px;
        opacity: .37;
        padding-top: 15px; }
    .form-bottom .form__radio {
      display: flex;
      align-items: center; }
      .form-bottom .form__radio input {
        width: 20px;
        height: 20px;
        margin-right: 10px; }
      .form-bottom .form__radio span {
        padding-top: 6px;
        color: #FFFFFF; }
    .form-bottom .form__btn {
      margin: 15px 0;
      width: 388px;
      height: 83px;
      font-size: 24px;
      border-radius: 41px; }
    .form-bottom .form__result {
      color: #FFFFFF; }

.icon-x {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
  width: 20px;
  height: 20px; }
  .icon-x:before, .icon-x:after {
    content: '';
    background: #000000;
    border-radius: 5px;
    height: 1px;
    width: 13px;
    position: absolute;
    left: 0; }
  .icon-x:before {
    transform: rotate(45deg); }
  .icon-x:after {
    transform: rotate(-45deg); }

.filter {
  display: none; }

.popup .simple-form {
  display: flex;
  background-color: #F3F3F3;
  border-radius: 30px;
  padding: 0; }
  .popup .simple-form__img {
    flex: 0 0 320px;
    border-radius: 20px 0 0 20px;
    overflow: hidden; }
    .popup .simple-form__img img {
      height: 100%; }
  .popup .simple-form__content {
    padding: 45px 15px 25px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .popup .simple-form__content .btn {
      margin: 20px auto 10px;
      width: 220px;
      max-width: 100%;
      height: 52px;
      font-size: 18px;
      padding: 5px; }

.area-buttons {
  position: relative;
  height: min-content;
  min-height: 46px;
  margin-top: 18px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .area-buttons label {
    display: block;
    margin-right: 10px; }
    .area-buttons label input:checked ~ .area-buttons__span {
      background-color: #014453;
      color: #FFFFFF;
      border: 1px solid #FFFFFF; }
    .area-buttons label input:checked ~ .product-item__price {
      display: block; }
  .area-buttons__span {
    padding: 10px 15px;
    border: 1px solid #AEAEAE;
    color: #000000;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400; }
  .area-buttons input {
    opacity: 0;
    visibility: hidden;
    position: absolute; }

.product-item .area-buttons {
  height: 42px;
  margin-bottom: 8px;
  margin-top: 22px; }
  .product-item .area-buttons label {
    margin-right: 4px; }
  .product-item .area-buttons__span {
    padding: 9px 10px;
    font-size: 12px;
    border-radius: 12px; }

.popup .form {
  background: transparent; }

.product-labels {
  position: absolute;
  z-index: 15;
  top: 3px;
  left: 3px;
  border: 2px solid #AEAEAE;
  background-color: #FFFFFF;
  min-width: 123px;
  height: 27px;
  border-radius: 16px;
  padding: 6px; }
  .product-labels span {
    color: #AEAEAE;
    text-align: center;
    font-size: 10px;
    width: 100%;
    display: block; }

#bx-soa-order-form {
  margin-top: 30px; }

.bx-blue .btn.btn-default {
  background-color: #014453 !important;
  border-color: #014453 !important; }

.profile-page {
  width: 680px;
  max-width: 100%;
  margin: 25px auto;
  height: auto;
  padding: 10px 20px;
  font-family: 'Commissioner', sans-serif;
  border-radius: 20px; }
  .profile-page .h1 {
    height: 0; }
  .profile-page .data-table {
    width: 100%; }
  .profile-page tr {
    height: 36px; }
  .profile-page td {
    font-size: 15px; }
  .profile-page thead td {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px; }
  .profile-page tbody td input {
    padding: 10px 10px;
    width: 100%;
    height: 30px;
    border-radius: 6px;
    font-size: 15px; }
  .profile-page input[type="submit"] {
    border: 1px solid transparent;
    background: #014453;
    color: white;
    padding: 13px 26px;
    text-align: center;
    display: block;
    font-size: 16px;
    min-width: 200px;
    height: 50px;
    border-radius: 25px;
    margin: 10px auto;
    cursor: pointer; }
  .profile-page input[type="reset"] {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
    color: #014453;
    margin: 0px auto;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer; }
  .profile-page .bx-auth-note {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
  .profile-page .bx-auth-table input[type="checkbox"] {
    width: 16px;
    height: 14px; }
  .profile-page .profile-user-div-link {
    margin-top: 25px; }
    .profile-page .profile-user-div-link a {
      color: #000000;
      font-size: 17px;
      text-transform: uppercase; }
    .profile-page .profile-user-div-link .fa {
      padding-left: 12px; }
      .profile-page .profile-user-div-link .fa:before {
        font-size: 20px; }

@media screen and (max-width: 1200px) {
  .mobile--show {
    display: block; }
  .mobile--hide {
    display: none; }
  .container {
    width: 100%; }
  .social {
    padding-right: 10px; }
  .site-header {
    height: 75px;
    background-color: #FFFFFF; }
  .header-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px; }
    .header-wrapper.is-fixed {
      left: 0;
      width: 100%;
      margin-left: 0;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .header-inner {
    justify-content: space-between;
    margin: 0 15px; }
  .logo-img {
    margin: 10px 0;
    width: 120px; }
  .menu-hamburger__icon {
    background: #000000;
    border-radius: 5px;
    height: 2px;
    width: 32px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out; }
    .menu-hamburger__icon:before, .menu-hamburger__icon:after {
      content: '';
      background: #000000;
      border-radius: 5px;
      height: 2px;
      width: 32px;
      position: absolute;
      left: 0;
      transition: all 0.3s ease-in-out; }
    .menu-hamburger__icon:before {
      transform: translateY(-9px); }
    .menu-hamburger__icon:after {
      transform: translateY(9px); }
    .menu-hamburger__icon.active {
      background: transparent; }
      .menu-hamburger__icon.active:before {
        transform: rotate(45deg); }
      .menu-hamburger__icon.active:after {
        transform: rotate(-45deg); }
  .catalog {
    margin: 0;
    padding: 0; }
  .product-list {
    width: 100%;
    flex: 0 0 100%; }
    .product-list__top {
      justify-content: space-between;
      flex-wrap: wrap; }
      .product-list__top .search {
        flex: 0 0 100%; }
      .product-list__top .filter, .product-list__top .sort {
        flex: 0 0 50%; }
        .product-list__top .filter span, .product-list__top .sort span {
          padding-left: 5px;
          font-size: 13px; }
        .product-list__top .filter .fa:before, .product-list__top .sort .fa:before {
          font-size: 13px; }
      .product-list__top .filter {
        display: flex;
        padding: 6px; }
      .product-list__top .sort {
        justify-content: flex-end; }
      .product-list__top .fa-angle-down {
        display: none; }
      .product-list__top .select {
        width: max-content;
        height: 14px; }
        .product-list__top .select__top.active:after {
          display: none; }
        .product-list__top .select__top span {
          height: 14px;
          padding: 0 4px;
          text-align: left; }
        .product-list__top .select__options {
          padding: 0; }
          .product-list__top .select__options a {
            font-size: 11px; }
  .h3-class {
    font-size: 20px; }
  .form-bottom {
    padding: 24px 19px 0;
    background-color: #C8F1FF;
    border-radius: 30px;
    margin-bottom: 20px; }
    .form-bottom__body {
      flex-direction: column-reverse;
      gap: 6px; }
    .form-bottom__content {
      flex: 1 1 auto; }
    .form-bottom__img {
      flex: 0 0 auto;
      width: calc(100% + 38px);
      margin-left: -19px;
      margin-bottom: 0;
      border-radius: 0;
      height: 260px; }
    .form-bottom__title {
      font-size: 20px;
      color: #000000; }
    .form-bottom__sub {
      font-size: 14px;
      color: #000000; }
    .form-bottom .form {
      margin: 8px 0; }
      .form-bottom .form__input {
        height: 38px;
        border: none;
        font-size: 10px;
        padding: 7px;
        border-radius: 5px; }
        .form-bottom .form__input::placeholder {
          font-size: 10px;
          padding-top: 7px; }
      .form-bottom .form__btn {
        width: 185px;
        height: 43px;
        font-size: 14px; }
      .form-bottom .form__container {
        margin: 4px 0; }
  .footer-column {
    padding-top: 10px; }
  .popup__body {
    max-width: 96%;
    width: 600px; }
  .popup__h1 {
    font-size: 24px;
    line-height: 23px;
    font-weight: 600; }
  .popup .simple-form {
    flex-direction: column; }
    .popup .simple-form__img {
      flex: 0 0 auto;
      border-radius: 30px 30px 0 0;
      overflow: hidden;
      width: 100%;
      height: 253px; }
    .popup .simple-form__content {
      padding: 35px 16px; }
    .popup .simple-form .btn {
      width: 185px;
      height: 43px;
      font-size: 14px; }
  .basket {
    margin-left: 15px; }
    .basket__cont {
      width: 26px;
      margin-right: 15px; }
    .basket .basket-point {
      width: 18px;
      height: 18px;
      font-size: 9px;
      left: -6px;
      bottom: -8px;
      padding: 1px 0; }
  .product-labels {
    border: 1px solid #AEAEAE;
    min-width: 70px;
    height: 18px;
    padding: 3px;
    border-radius: 6px; }
    .product-labels span {
      font-size: 8px; } }
