#trade-blocks .card h3 {
  font-size: 16px;
  margin-bottom: 17px;
}

.shTopseller {
  text-align: center;
  max-width: 25%;
  float: left;
}

.shTopseller img {
  max-width: 90%;
  margin: auto;
  margin-bottom: 25px;
}

.shClimatepartnerImg {
  position: relative;
}

.shClimatepartnerImg img {
  width: 100%;
  display: block;
}

.shClimatepartnerImg span {
  position: absolute;
  top: 40%;
  left: 10%;
  color: white;
  text-transform: uppercase;
}

.sh-font-color-green,
#page.contentPage .printnowGreen .font-highlight {
  color: #3C9847;
}

@media only screen and (max-width: 800px) {
  .shTopseller {
    max-width: 100%;
    float: none;
  }

  .shTopseller img {
    max-width: 100%;
  }
}

#configurator h1 small {
  display: none;
}

.card.double,
.card,
.card.last-item {
  min-height: 370px;
  box-shadow: 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.card.last-item:hover,
.card.double:hover,
.card:hover {
  transform: scale(1.015);
  box-shadow: 0 0 16px rgba(4, 4, 0, 0.15);
}

figure.slide img {
  object-fit: cover;
  object-position: center;
  will-change: opacity, transform;
  width: 100%;
  height: 100%;
}

.card img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  figure.card.double,
  figure.card.last-item,
  figure.card {
    width: 100%;
    height: 200px;
  }
}

#slider {
  min-height: 403px;
}

#trade-blocks {
  min-height: 950.2px;
}

.buttonprintnowcdred {
  background: #a30315;
  color: #FAFAFA;
  padding: 15px 25px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
  transition: background 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}

.buttonprintnowcdred:hover {
  background: #E3021D;
  transform: scale(1.025);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.btn success btnLarge {
  border-radius: 30px;
}

a,
.rte_container a {
  color: #E3021D;
  font-weight: bold !important;
  text-decoration: underline !important;
}



#paymentContainer .singlePayment.payment-PayPalCheckout span:before {
  background: url('/tpl/ds_printnow/assets/vendor/paypal-logo.svg');
  background-repeat: no-repeat;
}
