#checkout-banner .wrapper{margin:var(--space-common) 0;display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:wrap;gap:20px}#checkout-banner .title-sec .title{font-size:24px;font-weight:500}#checkout-banner .title-sec .sub-title{font-size:18px;font-weight:500}#checkout-banner .title-sec .loc-detail{display:flex;justify-content:flex-start;align-items:center;gap:18px}#checkout-banner .title-sec .review{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}#checkout-banner .title-sec .review .review-icon{color:var(--color-review);margin-right:5px}#checkout-banner .title-sec .review .review-info{font-size:18px;font-weight:500;color:#000}#checkout-banner .title-sec .review .review-max{font-size:16px;font-weight:500;color:#000}#checkout-banner .title-sec .review .review-total{margin-left:5px;font-size:12px;font-weight:500;color:rgba(0,0,0,.5)}#checkout-banner .title-sec .booked{font-size:16px;font-weight:400;color:var(--color-secondary)}#checkout-banner .title-sec .loction{font-size:16px;font-weight:400;color:var(--color-red)}#checkout-banner .btn-map{border-style:dashed;text-decoration:none}#checkout-banner .img-wrapper{margin-bottom:var(--space-common)}#checkout-banner .img-wrapper .banner-thumb{height:350px;width:100%;cursor:pointer;position:relative}#checkout-banner .img-wrapper .banner-thumb iframe,#checkout-banner .img-wrapper .banner-thumb img,#checkout-banner .img-wrapper .banner-thumb video{height:100%;width:100%;border-top-left-radius:10px;border-bottom-left-radius:10px;object-fit:cover;object-position:center}#checkout-banner .img-wrapper .banner-sm-thumb{height:171px;width:100%;cursor:pointer}#checkout-banner .img-wrapper .banner-sm-thumb img{height:100%;width:100%;object-fit:cover;object-position:center}#checkout-banner .img-wrapper .br-tp{border-top-right-radius:10px}#checkout-banner .img-wrapper .br-bt{border-bottom-right-radius:10px}@media(max-width:568px){#checkout-banner .img-wrapper img{border-radius:10px}}