/* ============================================================== 
     # Offer
=================================================================== */
.offer-area .offer-items .item {
  display: flex;
}

.offer-area .offer-items .item .info {
  padding: 80px;
  background: #f7f7f7;
}

.offer-area .offer-items .item .info h3 {
  font-family: Dancing Script;
  font-weight: 700;
  font-size: 30px;
  color: #666666;
  margin-top: -5px;
}

.offer-area .offer-items .item .info h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.offer-area .offer-items .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: #e7272d;
}

.offer-area .offer-items .item .info span {
  margin-bottom: 25px;
  color: #666666;
  display: block;
}

.offer-area .offer-items .item .info p:last-child {
  margin-bottom: 0;
}

.offer-area .offer-items .item .info a {
  margin-top: 15px;
}

.offer-area .offer-items .item .thumb {
  position: relative;
  z-index: 1;
}

.offer-area .offer-items .item .thumb h4 {
  display: inline-block;
  margin: 0;
  color: #e7272d;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  top: 28px;
  font-weight: 700;
}

.offer-area .offer-items .item .thumb .price {
  position: absolute;
  right: -50px;
  top: 70px;
  z-index: 1;
  height: 100px;
  width: 100px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #ffffff;
}

.offer-area .offer-items .item .thumb .price span {
  display: block;
  margin-top: 5px;
  color: #666666;
  font-weight: 500;
  letter-spacing: 0;
}

.offer-area .offer-items.offer-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.offer-area .offer-items.offer-carousel.owl-carousel .owl-nav .owl-prev, 
.offer-area .offer-items.offer-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #e7272d;
  font-size: 30px;
  height: 40px;
  left: 10px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.offer-area .offer-items.offer-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 10px;
}


.ecart_daily_event_card_content .bg-cover {
    background-position: center center;
    background-size: cover;
}

.ecart_daily_event_card_content .container-full {
  padding: 0 15px;
  width: 100%;
}

.ecart_daily_event_card_content h3 {
  margin-bottom: 15px;
}

.ecart_daily_event_card_content h2, .ecart_daily_event_card_content h3 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.ecart_daily_event_card_content p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

.ecart_daily_event_card_content .btn-dark.border {
    background-color: transparent;
    color: #232323;
    border: 2px solid #232323;
}

.ecart_daily_event_card_content .btn-md {
    padding: 10px 40px 10px;
}

.ecart_daily_event_card_content .btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 600;
  letter-spacing: 1px;
  overflow: hidden;
}