/*Warenkorb*/

/* Warenkorb allgemein */

#basket-index {
  border: 1px solid #444;
  background-color: #fff;
}
.ex-head-basket {
  background-color: #f5f5f5;
  padding: 10px 15px;
  color: #fff;
}
.ex-basket-arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5f5f5;
  margin-left: 1px;
}
/* CZ BTN Anpassung
        .btn-cart {
            border: 1px solid #fff !important;
        }*/

.ex-basket-sat_main {
  padding: 15px 15px 0 15px;
}
.ex-basket-h2 {
  font-size: 1.5em;
  color: #444;
  margin: 5px 0 0 0;
}
/*Warenkorb Bonusartikel + Overlay*/

.btn-flex-center {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  flex-wrap: wrap;
}
.ex-arrow-down {
  width: 0;
  height: 0;
  left: 1px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
}
#addsFeedback {
  background-color: #0f6695;
  font-size: 1.5em;
  width: 100%;
  color: white;
  padding: 3px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 992px) {
  #addsFeedback {
    padding: 3px 0 0px 35px;
  }
}
@media (max-width: 600px) {
  #addsFeedback {
    font-size: 1.1em;
  }
}
/*Warenkorb Bonusstufe*/

.ex-bon-level-text {
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #fff;
  color: #fff;
}
/*Warenkorb Preisbox*/

.ex-arrow-up {
  width: 0;
  height: 0;
  margin-top: 5px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #64c006;
  margin-left: 38%;
}
.ex-choose-now {
  background-color: #fff;
  color: #444;
  padding: 5px 0px 5px 0px;
  text-align: center;
  border-top: 1px solid #64c006;
}
/*Warenkorb fast das Ziel erreicht*/

.ex-arrow-up-2 {
  width: 0;
  height: 0;
  margin-top: 5px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #0f6695;
  margin-left: 38%;
}
.ex_togo {
  border-top: 1px solid #0f6695;
  color: black;
  padding: 5px 0px 5px 0px;
  text-align: center;
}
.owl-carousel.gift.owl-theme {
  border-top: 1px solid #0f6695;
  border-left: 1px solid #0f6695;
  border-right: 1px solid #0f6695;
}
.ex-basket-h2 {
  font-size: 1.5em;
  color: #444;
  margin: 5px 0 0 0;
}
