.cart-payment {
    padding: 25px 0;
}
.cart-payment .container {
    max-width: 500px;
}
.cart-payment .cart-payment-inner {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px!important;
    overflow: hidden;
}
.bg-overlay {
    background-color: var(--main-bg-color);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    opacity: 0.3;
}
.cart-payment-banner {
    padding: 15px 10px 15px 10px;
    border-radius: 0px 0px 20px 20px !important;
    overflow: hidden;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}
.cart-payment-banner h1 {
    color: #000;
    font-size: 26px;
}
.coins-detail {
    border-radius: 20px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.30);
    font-size: 15px;
    overflow: hidden;
    color: #000;
}
/*.main-hd:before {
    position: absolute;
    content: "";
	background-image: url(/assets/wla_new/img/gifttt.svg);
    width: 50px;
    height: 50px;
    background-size: cover;
    left: -33px;
    top: -16px;
    rotate: 345deg;
    z-index: -1;
}
.main-hd:after {
    position: absolute;
    content: "";
	background-image: url(/assets/wla_new/img/starrr.svg);
    width: 50px;
    height: 50px;
    background-size: cover;
	right: -33px;
    top: -16px;
	rotate: 15deg;
	z-index: -1;
}*/
.next-section {
    border-radius: 20px;
    border: 1px solid var(--main-bg-color);
    background-color: #fff;
    font-size: 17px;
    overflow: hidden;
    color: #000;
    line-height: initial;
}
.tpppdown {
    margin-top: 5px;
}
/*.next-section:after {
    position: absolute;
    content: "";
	background-image: url(/assets/wla_new/img/box.svg);
    width: 61px;
    height: 64px;
    background-size: cover;
    right: 15px;
    bottom: -15px;
}*/
#faq .card {
    border: 0;
    border-bottom: 1px solid #d0d0d0;
}
#faq .card:last-child {
    border-bottom: none;
}
#faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
    background: none;
}
#faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #000;
    padding: 15px 15px !important;
    font-weight: 700;
    font-size: 17px !important;
}
#faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  float: right;
}
#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}
#faq .card .collapsing {
  line-height: 30px;
}
#faq .card .collapse {
  border: 0;
}
#faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}
#faq {
    border-radius: 20px;
    border: 1px solid var(--main-bg-color);
    background-color: #fff;
    font-size: 30px;
    color: var(--main-bg-color);
    overflow: hidden;
}
#faq .card .card-body {
    padding: 0px 15px 15px 15px;
    font-size: 16px;
    line-height: initial;
    color: #000;
}
.tabs-sec .nav-tabs .nav-link {
    border: none;
    border-bottom: 1px solid #dee2e6;
    position: relative;
    background: #fff;
    font-size: 17px;
    padding: 12px 10px;
    color: #000;
}
.tabs-sec .nav-tabs .nav-link.active span:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0px;
    background-color: #000;
    height: 3px;
    left: 0px;
}
.tabs-sec .nav-tabs li {
    width: 100%;
    max-width: 50%;
}
.eligibility {
    border-radius: 20px;
    border: 1px solid var(--main-bg-color);
    background-color: #fff;
    color: #000;
    padding: 15px;
}
.coupon {
    border-radius: 20px;
    border: 1px solid var(--main-bg-color);
    background-color: #fff;
    color: #000;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    line-height: initial;
    overflow: hidden;
}
.coupon-outer .coupon {
    margin-bottom: 15px;
}
.coupon-outer .coupon:last-child {
    margin-bottom: 0px;
}
.coupon.received {
    border: 1px solid #00F06E;
}
.coupon.expired {
    border: 1px solid #CCCCCC;
}
.tppp {
    font-size: 15px;
    font-weight: 400;
    color: #858585;
}
.tppp .wallets_name,
.tppp .wallets_name-new {
    color: #000;
    font-size: 17px;
}
.canadian-pizza li {
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.cart-payment {
    padding: 0px;
}
.cart-payment .container {
    padding: 0px;
}
.cart-payment .cart-payment-inner {
    border-radius: 0px !important;
}

}