.shop-promotions-container .product__description, .shop-promotions-container .product__description * {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 14px !important;
  text-align: left; }

.tabs--products {
  margin-top: 0;
  overflow: auto; }
  .tabs--products .tabs__content {
    border-top: 1px solid #dedede;
    margin-top: -1px;
    overflow: auto;
    float: left;
    width: 100%;
    line-height: 28px; }
  .tabs--products > ul {
    display: flex; }
  .tabs--products .tabs__nav {
    margin-bottom: 0; }
  .tabs--products .tabs__nav__item {
    font-size: 11px;
    line-height: 1;
    margin-right: 9%;
    padding: 15px 13px;
    font-weight: 500;
    border-bottom: 3px solid transparent; }
    .tabs--products .tabs__nav__item.active {
      font-weight: 600;
      border-bottom: 3px solid #282828; }
  @media (max-width: 767.98px) {
    .tabs--products .tabs__nav__item {
      font-weight: 600;
      font-size: 12px;
      line-height: 20px;
      padding: 17px 20px;
      border-top: 1px solid #dedede;
      border-bottom: none;
      margin-right: 0;
      position: relative; }
      .tabs--products .tabs__nav__item:before {
        content: "\f102";
        font-family: "icons";
        font-style: normal;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        text-decoration: inherit;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        speak: none;
        text-rendering: optimizeLegibility;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 15px;
        font-weight: 500; }
      .tabs--products .tabs__nav__item.active {
        border-bottom: none; }
        .tabs--products .tabs__nav__item.active:before {
          content: "\f105"; }
    .tabs--products .tabs__content__item {
      padding: 0 20px 50px; } }

.fading {
  content: "";
  width: 33.33%;
  height: 24px;
  display: block;
  background-image: linear-gradient(to right, rgba(245, 245, 245, 0), whitesmoke);
  position: absolute;
  top: 0;
  right: 0; }

.partner__box--products {
  background: #fff;
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
  margin-right: -5px;
  margin-left: -5px;
  padding: 0;
  position: relative;
  left: 5px; }
  .partner__box--products .button {
    line-height: 28px;
    height: 30px;
    padding: 0 12px; }
  @media (max-width: 767.98px) {
    .partner__box--products {
      left: 0; } }
  .partner__box--products .partner__box__product {
    padding-right: 5px;
    padding-left: 5px; }
  .partner__box--products .partner__box__basket {
    padding-right: 5px;
    padding-left: 5px; }
  .partner__box--products input {
    font-size: 11px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0; }
    .partner__box--products input:focus {
      box-shadow: none; }
  .partner__box--products p {
    margin-bottom: 8px;
    text-transform: lowercase;
    color: rgba(26, 26, 26, 0.8);
    font-size: 9px;
    line-height: 1;
    font-weight: 400; }

.container--partner {
  max-width: 970px;
  padding-right: 5px;
  padding-left: 5px; }

.basket-loader {
  height: 100% !important;
  width: 100% !important;
  left: 0; }
  .basket-loader .table-wrapper {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    height: 100%;
    width: 100%; }
    .basket-loader .table-wrapper .table-cell-wrapper {
      vertical-align: middle;
      display: table-cell;
      padding: 0; }

@media screen and (max-width: 1050px) {
  .win #items--quantity.basket-item-spinner {
    padding: 0;
    text-align: center; } }

.shop-boxes .slick-slide img {
  width: 75%;
  height: 75%; }

.promotions-selector-control .promo-product-thumbnail {
  max-height: 40px;
  padding: 0 5px; }

.promotions-selector-control .checkbox-multiple input[type="checkbox"], .promotions-selector-control .checkbox-multiple input[type="radio"], .promotions-selector-control .radio-multiple input[type="checkbox"], .promotions-selector-control .radio-multiple input[type="radio"] {
  height: 100%;
  margin-top: 0; }
