.btn_one_click {
  padding: 15px;
  font-size: 10px !important;
}

.product-thumb__wrapper > a > img {
  width: 100%;
  height: 100%;
}

.product-thumb__wrapper > a {
  position: relative;
  transition: all 0.3s ease;
}

.product-thumb__wrapper > a:hover {
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.product-thumb__wrapper > :not(:first-child) {
  z-index: 2;
}

.stylish {
  justify-content: center;
  display: flex;
  flex-direction: row !important;
  text-align: center;
  align-items: center;
  gap: 20px;
}

.cart-bottom-block {
  display: flex;
  flex-direction: column !important;
  text-align: center !important;
  align-items: flex-end !important;
  justify-content: center !important;
}

.cart-bottom-block > div {
  display: flex !important;
  justify-content: space-between !important;
}

.total_bottom {
  /* text-shadow: 0px 0 currentColor, 0px 0 currentColor, 0 0px currentColor, 0 -1px currentColor; */
  -webkit-text-stroke: 0.8px currentColor;
}

.simplecheckout-cart-total-value {
  text-align: left !important;
}

.product-volumes {
  flex-wrap: wrap;
}

.header__contacts > a {
  width: 100%;
}

@media screen and (max-width: 1460px) {
  .header__contacts > a {
    font-size: 17px !important;
  }

  .menu__item {
    margin: 0 30px !important;
  }
}

@media screen and (max-width: 1284px) {
  .btn_default {
    font-size: 12px !important;
  }

  .menu__item {
    margin: 0 0 20px !important;
  }

  .dropdown-menu-btn {
    margin-left: -30px !important;
  }
}

@media (max-width: 767px) {
  .dropdown__list > li {
    margin: 0;
  }

  .sort-line .row {
    display: none;
  }

  .ocf-btn-mobile-fixed {
    left: 68% !important;
    top: unset !important;
    transform: unset !important;
    position: unset !important;
    margin-right: 20px;
  }

  .ocf-container {
    position: absolute !important;
    top: unset;
  }

  .filters {
    position: unset !important;
    overflow-y: visible !important;
  }

  .filters.aside .filters.aside {
    display: none;
  }

  .cart__list {
    max-height: 40vh !important;
  }

  .cart__list .product-card_row {
    display: flex;
    flex-direction: row;
  }

  .product-card__text {
    overflow: hidden;
    text-align: left !important;
    align-items: flex-start !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .product-card__text .manufacturer {
    text-align: center;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .product-card__text .product-card__title {
    display: flex;
    /* white-space: nowrap; */
    text-align: left;
    align-items: flex-start;
    justify-content: center;
  }

  .checklist__item {
    position: relative;
  }

  .checklist__item .btn_x {
    right: 0px !important;
    top: 0% !important;
  }

    .product-count, .oc-qty{
      min-width: 85px !important;
}

  .product-card__cost-calc {
    margin-top: 10% !important;
    width: fit-content !important;
  }

  .product-card__cost-calc .stock_price {
    margin-top: 5px;
  }

  .cc-revoke.cc-bottom {
    left: 1em !important;
    z-index: 99 !important;
  }
}

