.alternative-products .product, .additional-products {
  max-width: 29.8125rem;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .alternative-products .product, .additional-products {
    max-width: 25rem;
  }
}
@media screen and (max-width: 1023px) {
  .alternative-products .product, .additional-products {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .alternative-products .product, .additional-products {
    margin-top: 0 !important;
  }
}

.product-stock-out .buy-border-box {
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .product-stock-out .buy-border-box {
    height: auto;
  }
}
.product-stock-out .product-add-to-cart {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .product-stock-out .product-add-to-cart {
    display: flex;
  }
}
.product-stock-out .product-additional-info, .product-stock-out .btn-main {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.product-stock-out .product-additional-info {
  margin-bottom: 0 !important;
}
.product-stock-out .btn-main {
  background-image: none !important;
  background-color: #D1D2D4 !important;
}
.product-stock-out .product-cover img {
  filter: grayscale(100%) !important;
}
.product-stock-out .wishlist-block {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .product-stock-out .wishlist-block {
    padding-top: 0;
  }
}
.product-stock-out .wishlist-block .add-to-favorites-login a img {
  margin-right: 0.5rem !important;
}
@media screen and (min-width: 480px) {
  .product-stock-out .availability-list {
    margin-top: 0.5rem !important;
  }
  .product-stock-out .availability-list span {
    line-height: 1.5em;
  }
  .product-stock-out .availability-list span span {
    color: #85898D;
  }
  .product-stock-out .availability-list > img {
    margin-right: 0.5rem !important;
  }
  .product-stock-out .availability-list > span {
    font-size: 0.875rem !important;
    color: #242B34 !important;
  }
  .product-stock-out .availability-list .availability-icon {
    margin-left: 0.3rem !important;
  }
}
@media screen and (max-width: 480px) {
  .product-stock-out .buy-block {
    min-height: auto !important;
  }
}
.product-stock-out .buy-block .product-prices {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .product-stock-out .product-buy {
    min-height: auto !important;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .product-stock-out .product-buy {
    min-height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .product-stock-out .product-buy .add-to-cart-block {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .product-stock-out .vat {
    margin-bottom: 0;
  }
}

.info-alternative {
  text-align: left;
  padding-top: 30px;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .info-alternative {
    padding-top: 0;
    padding-bottom: 8px;
  }
}

.alternative-products {
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .alternative-products {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .alternative-products {
    margin-bottom: 1rem;
    margin-top: 2rem !important;
  }
}
.alternative-products .product {
  border-radius: 1.5rem;
  border: 1px solid #F64D18;
  background-color: #FFFFFF;
  box-shadow: none;
  margin-top: 1.56rem;
  position: relative;
  padding: 3.2rem 2rem 2rem;
}
@media screen and (max-width: 480px) {
  .alternative-products .product {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .alternative-products .product {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 815px) {
  .alternative-products .product {
    grid-column: initial;
    width: 100%;
  }
}
.alternative-products .product .label {
  background-color: #F64D18;
  font-size: 0.75rem;
  line-height: 1.75em;
  color: #FFFFFF;
  padding: 0.25rem 1rem;
  text-align: center;
  display: inline-block;
  border-radius: 6.1875rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -14.5px;
}
.alternative-products .product .content {
  display: flex;
}
@media screen and (max-width: 480px) {
  .alternative-products .product .content {
    flex-direction: column;
    align-items: center;
  }
}
.alternative-products .product .content > div {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .alternative-products .product .content > div {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.alternative-products .product .content > div:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 1280px) {
  .alternative-products .product .content > div:first-child {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .alternative-products .product .content > div:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
  .alternative-products .product .content > div:first-child img {
    max-width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .alternative-products .product .content > div:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .alternative-products .product .content > div:nth-child(2) {
    width: 100%;
  }
}
.alternative-products .product .content > div:nth-child(2) .product-manufacturer {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .alternative-products .product .content > div:nth-child(2) .product-manufacturer {
    position: initial;
  }
}
@media screen and (max-width: 480px) {
  .alternative-products .product .content > div:nth-child(2) .product-manufacturer {
    margin-bottom: 0.5rem;
  }
}
.alternative-products .product .content > div:nth-child(2) .product-manufacturer a {
  display: block;
}
.alternative-products .product .content > div:nth-child(2) .soft360-ts-star-rating {
  margin-bottom: 1rem;
}
.alternative-products .product .content > div:nth-child(2) > a {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #242B34;
  display: block;
  margin-bottom: 0.6rem;
}
.alternative-products .product .content > div:nth-child(2) .price-wrapper {
  margin-bottom: 0.3rem;
}
.alternative-products .product .content > div:nth-child(2) .price-wrapper .product-prices {
  padding: 0;
  border-bottom: none;
}
.alternative-products .product .content > div:nth-child(2) .price-wrapper .product-prices .product-price {
  display: block;
}
.alternative-products .product .content > div:nth-child(2) .price-wrapper .product-prices .product-price .current-price {
  margin-right: 0;
  display: flex;
  align-items: center;
}
.alternative-products .product .content > div:nth-child(2) .price-wrapper .product-prices .product-price .current-price #source-price {
  font-size: 1.5rem;
  color: #1D1D1D;
}
.alternative-products .product .content > div:nth-child(2) .price-wrapper .product-prices .product-price .current-price svg {
  position: relative;
  top: -2px;
  margin-left: 0.8rem;
}
.alternative-products .product #product-availability {
  min-height: auto;
  margin: 1rem 0 !important;
}
@media screen and (max-width: 480px) {
  .alternative-products .product #product-availability {
    margin: 1rem 0 !important;
    display: none !important;
  }
}
.alternative-products .product #product-availability .availability-list > img {
  margin-right: 0.5rem;
}
.alternative-products .product #product-availability .availability-list > span {
  font-size: 0.875rem;
  color: #242B34;
}
.alternative-products .product #product-availability .availability-list > span span {
  color: #05E76D;
}
.alternative-products .product #product-availability .availability-list .availability-icon {
  margin-left: 0.3rem;
}
.alternative-products .product .buttons .add-to-cart {
  background: rgba(246, 77, 24, 0.15) !important;
  color: #F64D18;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 3.4375rem;
}
.alternative-products .product .buttons .add-to-cart::after {
  display: none;
}
.alternative-products .product .buttons .add-to-cart svg {
  margin-right: 0.5rem;
}
.alternative-products .product .buttons .add-to-cart:hover {
  background-color: #F64D18;
  color: #242B34;
}
.alternative-products .product .buttons .add-to-cart:hover svg path {
  fill: #242B34;
}
.alternative-products .product .buttons a, .alternative-products .product .buttons button {
  font-weight: 500;
  border-radius: 6.1875rem;
}
.alternative-products .product .buttons .btn-transparent {
  border: 2px solid #D1D2D4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 3.4375rem;
  color: #242B34;
  margin-top: 0.75rem;
}
.alternative-products .additional-products {
  border-top: none;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .alternative-products .additional-products {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 815px) {
  .alternative-products .additional-products {
    grid-column: initial;
    width: 100%;
  }
}
.alternative-products .additional-products .multi-accessories {
  border: 1px solid #eee;
  padding: 1.5rem 2rem;
  border-radius: 1.5rem;
}
.alternative-products .specific-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.alternative-products .specific-wrapper span {
  display: block;
}
.alternative-products .specific-wrapper span.discount {
  top: 0 !important;
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  background: #F64D18;
  padding: 2px 6px;
  margin: 0;
  top: 4px;
  border-radius: 99px;
  text-align: center;
  line-height: 20px;
  height: auto;
  font-size: 12px;
  font-weight: 500;
  z-index: 4;
  text-transform: none;
}

.guarantee-and-thulium-wrapper {
  display: none;
}
@media screen and (max-width: 480px) {
  .guarantee-and-thulium-wrapper {
    display: block;
  }
}

.product-buy-alternative-mobile .product-additional-info {
  display: none;
}
.product-buy-alternative-mobile .product-availability {
  min-height: 100% !important;
}
@media screen and (max-width: 480px) {
  .product-buy-alternative-mobile .product-availability .availability-list {
    display: flex !important;
    grid-gap: 0;
  }
  .product-buy-alternative-mobile .product-availability .availability-list img {
    margin-right: 0.7rem;
  }
  .product-buy-alternative-mobile .product-availability .availability-list span:not(.availability-icon) {
    flex-direction: row;
    align-items: center;
  }
  .product-buy-alternative-mobile .product-availability .availability-list span:not(.availability-icon) span {
    margin-top: 0;
    margin-left: 0.3rem;
  }
  .product-buy-alternative-mobile .product-availability .availability-list .availability-icon {
    position: relative;
    margin-left: 0.5rem !important;
  }
}
.product-buy-alternative-mobile + .hidden-tablet-up .ets-ept-prod-tabs {
  padding-bottom: 1rem;
}

.product-additional-info .btn-main {
  width: 100% !important;
}

.additional-products.alternative-additional .multi-accessories {
  padding: 22px;
  border-top: 1px solid #eee;
}

/*# sourceMappingURL=custom.css.map */
