.basket-area {
  padding: 20px 0;
  overflow: hidden;
  background: #f7f7f7;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 15px;
}

.basket-title h3{
  font-size: 50px;
  font-family: "WindSong", cursive;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}

/*Empty BAsket CSS*/
.emptybasket {
  background: #fff;
  margin-left: 10%;
  margin-right: 10%;
  padding: 5%;
  margin-bottom: 75px;
}

.basket-text {
  font-size: 20px;
  font-weight: 900;
  color: #060606;
  text-transform: uppercase;
}

.btn-emptybasket {
  width: 30%;
  margin-top: 5%;
  background: #8e0b0b;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.btn-emptybasket a {
  color: #fff;
}
/*End*/

.shipping-info, .order-basket, .event-basket, .bsummary-body {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2dcdc;
  margin-bottom: 50px;
  padding: 20px;
}

.shipping-info, .basket-body .bcards-body {
  width: 100%;
}

.bcards-title h4, .shinfo-title p{
  padding: 0.6em 1.75em;
  font-size: 20px;
  font-weight: 400;
}

.shinfo-title p{
  padding: 20px 0 10px 0;
}

.bcards-title h4 {
  color: #5E6977;
}

.carddetail {
  border-top: 1px solid #E1E8EE;
  padding: 1.25em 1.75em;
}

.btn-remove {
    display: block;
    position: absolute;
    float: right;
    right: 20px;
    margin-top: -15px;
    background: transparent;
    box-shadow: none !important;
    font-size: 15px;
    color: #5f0f0f;
}

.db-desc {
  height: 15px;
  display: block;
  margin-left: 0;
}

.db-price, .dbasket-quantity {
  padding-top: 20px;
}

.checkout {
  margin-top: 40px;
}

.checkout button a, .checkout button {
  color: #fff;
}

.checkout .btn-checkout {
  display: inline-block;
  width: 50%;
  background: #000;
  font-size: 12px;
  text-align: center;
  letter-spacing: .42px;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
  left: 24%;
  bottom: 5px;
  margin-bottom: 5px;
  z-index: 2;
}

.checkout .btn-checkout:hover {
  border-color: #666 !important;
  background-color: #666 !important;
}

.payment-zone {
  padding: 20px;
  width: 100%;
}

.payment-body {
  background: #8e0b0b2b;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #8e0b0b91;
  width: 100%;
}

@media screen and (max-width: 768px) and (min-width: 550px) {
  .dbasket-image {
    width: 25%;
  }
}
 
@media screen and (max-width: 550px) and (min-width: 468px) {
  .dbasket-image {
    width: 35%;
  }
}