/** USP TEXT CSS **/
.usp-text{
    margin: 0px 0 20px;
    position: relative;
    padding: 0px;
	display:flex;
}
.usp-text li {
    list-style-type: none;
    float: left;
    width: 25%;
    padding: 8px;
    margin-right: 1.3%;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    color: #333333;
    background-color: #ffe5d9;
    border-bottom: 3px solid #ff8c55;
}
.usp-text li:last-child{ margin-right: 0px; }
.usp-text li > span{
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    margin-right: 10px;
    position: relative;
    background: #fff;
}
.usp-text li > span:before{
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50% , -50%);
       -moz-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
         -o-transform: translate(-50% , -50%);
            transform: translate(-50% , -50%);
    color: #f26522;
}
.btn-type6.add-basket-btn{ padding: 5px 15px; font-size: 14px; }
/** Booking modifi CSS **/
.product-book{
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 10px;
}
.product-book .travellers-box .form-typ1 label{ min-height: 25px; }
.product-book .form-typ1 label{ display: block; }
.product-book .form-typ1 label > span{
    font-size: 10px;
    line-height: 12px;
    display: block;
}
.product-book .form-typ1 .travellers{ display: inline-block; width: 25%; vertical-align: middle; margin-right: 10px; }
.product-book .form-typ1 .travellers-price{
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}
.product-book .form-typ1 .travellers-price .was-price{
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 2px;
    text-decoration: line-through;
    display: block; font-weight: 400;
}
/** modal Popup CSS **/
.productinfo-outer{
    max-height: 500px;
    overflow-y: auto;
}
.data-box{ margin-bottom: 20px; }

.cartTotalBox{
    background: #0095d9;
    padding: 15px;
    margin: 20px 0px;
}
.cartTotalBox a.btn-type6 { display: inline-block; vertical-align: middle; }
.cartTotalBox .cartTotal{ display: inline-block; vertical-align: middle; margin-right: 10px; }
.cartTotalBox .total-box { text-align: right; }
.cartTotalBox .cartTotal .total {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 2px;
    color: #fff;
}
.cartTotalBox .cartTotal .cartAmount {
    font-size: 26px;
    line-height: 28px;
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
/* Bakset product list section start here */
.basket-productbox{
    display: block;
    margin-bottom: 100px;
}
.basket-productbox .basket-box1 ul.modify-btn{margin-bottom: 0px;margin-top: 15px;}
.basket-productbox .basket-box1 ul.modify-btn .link-type4 {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size:14px; line-height: 18px;
    text-decoration: none;
    color:#0095d9;
}
.basket-productbox .basket-box1 ul.modify-btn .link-type4:hover { text-decoration: underline; }
ul.modify-btn{ margin: 0px 0px 20px; padding: 0px; }
ul.modify-btn li{
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    list-style-type: none;
}
ul.modify-btn li:after{
    content: "|";
    position: absolute;
    right: -1px;
    top: 0px;
    bottom: 0px;
    color: #1593ff;
}
ul.modify-btn li:last-child:after{ display: none; padding-right: 0px; margin-right: 0px; }
.basket-productbox .basket-box1{
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
    padding:0px 0px 30px 0px;
    margin-bottom: 30px;
}
.basket-productbox .basket-box1:last-child{
    padding-bottom: 0; border-bottom: 0 none; margin-bottom: 60px;  margin-bottom: 20px;
}
.basket-productbox .basket-box1 .image-left .basket-img{
   display: block; border-radius:4px; overflow: hidden;
}
.basket-productbox .basket-box1 .bakset-left{
    position: relative;
}
.basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head,
.basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head:focus{
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: normal;
    color: #1a2b49;
    margin-bottom: 25px;
    display: inline-block;
}

.btn-continue-shopping { width:unset; min-width: unset;min-height:45px;margin-top:30px; }

@media all and (min-width: 992px) {
    .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head { margin-right: -100%; }
}
.basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head:hover{
    color: #0095d9;
}
.basket-productbox .basket-box1 .bakset-left .basket-detail .tour-detail{
    font-family: 'Montserrat';
    color: #1a2b49;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: normal;
}
.basket-productbox .basket-box1 .bakset-left .basket-detail .tour-detail > span { display: block; margin-bottom: 10px; }
@media(min-width:992px){
    .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-detail > span:last-child { margin-bottom:0; }
}
.basket-productbox .basket-box1 .bakset-left .basket-detail .tour-detail span .tour-headtxt{display: inline-block;font-weight: 600;}
.pos-rel{position: relative;}
.basket-productbox .basket-box1 .bakset-right .traveller-count .price-pp  {
    font-family: 'Montserrat';
    color: #1a2b49;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: normal;
}
.basket-productbox .basket-box1 .bakset-right .traveller-count .price-sec {
    font-family: 'Montserrat';
    color: #1a2b49;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 600;
}
@media(max-width:1680px){
    .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head, .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head:focus { font-size:19px; line-height: 24px;}
}
@media(max-width:1440px){
    .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head, .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head:focus { font-size:18px; line-height: 23px;}
}
@media( max-width:1199px){
    .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head, .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head:focus { font-size:17px; line-height: 22px;}
    .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-detail span .tour-headtxt{
        font-family: 'Muli';
        font-weight: bold;
        display: inline-block;
        color: #2b2b2c;
    }
    .basket-productbox .basket-box1 .bakset-right .traveller{display: inline-block;}
    .basket-productbox .basket-box1 .theater-basket > .row.align-items-center { align-items: start !important; }
}
@media( max-width:991px){
    .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head, .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head:focus { font-size:16px; line-height: 21px;}
    .basket-productbox .basket-box1 .bakset-right .traveller-count > .row > div:first-child { text-align: left !important;}
    .basket-productbox .basket-box1 .bakset-right .traveller-count > .row > div:nth-child(2) { text-align: center !important;}
    .basket-productbox .basket-box1 .bakset-right .traveller{display: inline-block;}
    .basket-productbox .basket-box1 .bakset-right .traveller-txt{
        display: inline-block;
        text-align: left;
        min-width: 60px;
    }
}
@media( max-width: 767px){
    .basket-productbox{
        display: block;
        margin-bottom: 40px;
    }
    .traveller-pg .booking-section, .payment-pg .booking-section {
        display: block;
    }
    .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head{font-size: 15px; line-height: 20px; margin-bottom: 15px;}
    .basket-productbox .basket-box1 .bakset-right .traveller{display: inline-block;}
    .basket-productbox .basket-box1 .bakset-left .basket-detail .tour-detail,
    .basket-productbox .basket-box1 .bakset-right .traveller-count .price-pp { font-size: 13px; line-height: 16px; }
    .basket-productbox .basket-box1 .bakset-right .traveller-count .price-sec { font-size: 15px; line-height: 17px; }
    .basket-productbox .basket-box1 { padding-bottom: 20px; margin-bottom: 20px;}
    .basket-productbox .basket-box1:last-child { margin-bottom: 40px;  margin-bottom:20px; }
}
@media(min-width:576px){
    .basket-productbox .basket-box1 .theater-basket > .modify-btn { display: none;}
}
@media( max-width: 575px){
    .basket-productbox .basket-box1 .bakset-right .traveller{display: inline-block;}
    .bakset-pg .basket-productbox .basketBtn-action { flex-direction: column-reverse; gap:15px;}
    .bakset-pg .basket-productbox .basketBtn-action .btn-type2 { width:100%; }
    .basket-productbox .basket-box1 .image-left .basket-img { margin-bottom: 15px; }
    .basket-productbox .basket-box1 .image-left .basket-img img { width:100%; }
    .basket-productbox .basket-box1 .image-left > .modify-btn { display: none;}
    .basket-productbox .basket-box1 .bakset-right .traveller-count { margin-top:5px; }
    .basket-productbox .basket-box1 ul.modify-btn .link-type4 { font-size:13px; line-height:16px;}
}
@media( max-width: 480px){
    .basket-productbox .basket-box1 .bakset-right .traveller-txt {
        display: inline-block;
        text-align: left;
        min-width: 50px;
    }
    .basket-productbox .basket-box1 .bakset-left .basket-img img {
        width: 128px;
        height: 90px;
    }
    
    .basket-productbox .basket-box1 .bakset-right .traveller{
        display: inline-block;
    }
    
    .date-section .row > div{
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
}
@media( max-width: 400px){
    .basket-productbox .basket-box1 .bakset-right .traveller-txt {
        display: block;
        text-align: center;
        min-width: auto;
    }
}
@media( max-width: 360px){
	.basket-productbox .basket-box1 .bakset-left .basket-detail .tour-head{
        font-size: 13px;
        line-height: 20px;
    }
}

div.basketBtn-action { padding-top:40px; }
.btn-type2.orangeBtn .secure-checkout-lock { background: url(../png/lock.png) center no-repeat; background-size: 18px 27px; width: 18px; height: 27px; display: inline-block; margin-right:10px; }
.btn-type2.orangeBtn:hover .secure-checkout-lock { background-image: url(../png/lock-over.png); }

.redeem-info .row > div:nth-child(2), .total-order .row > div:nth-child(2) { text-align: right; font-weight:bold; }
.total-order .row > div:nth-child(2) { font-size: 24px; }
.total-order .total-orderlbl { font-weight:bold !important; font-size:24px; }
.total-order .additional-feelbl { display:block; color:#1ab800; padding:3px 0 0 0;  display:none; }
.promocode-section { padding-bottom:20px; }
.promocode-section * { color: #1ab800; }


.basket-productbox-new { background: #daefff; border-top: 5px solid #005091; margin: 0; padding: 35px 0; }
.basket-productbox-new .order-section { width: 100%; padding: 0 0 25px 0; }
.basket-productbox-new .order-section p { font-size: 1rem; font-size: 1.4rem; text-align: center; color: #1a2b49; padding: 0; margin: 0; }
.basket-productbox-new .order-section .order-section-discount { color: #1ab800; padding: 0 0 10px 0; font-size: 12px; }
.basket-productbox-new .order-section p strong { font-weight: normal;}
.basket-productbox-new .order-section .order-section-discount {  }
.basket-productbox-new > .container { display: flex; gap: 30px; flex-wrap: wrap; /** align-items: center; **/       justify-content: space-between; align-items: flex-end;}
.basket-productbox-new > .container > div:first-of-type { flex: 1;}
.basket-productbox-new > .container .secure-checkout { min-width: 250px;}
.basket-productbox-new .secure-checkout .basketBtn-action { flex-direction: column; }
.basket-productbox-new .btn-type2.orangeBtn { min-width: 160px; min-height: 45px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.basket-productbox-new .booking-hold .booking-hold-detail { margin: 0; border: none; padding: 0 0 20px 0; padding: 25px 0 20px 0; white-space: nowrap; }
.basket-productbox-new div.basketBtn-action { padding: 0;}
.basket-productbox.basket-productbox-new .basket-box1:last-child { margin: 0; }
.basket-productbox.basket-productbox-new .basket-box1 .bakset-left .basket-detail .tour-head, .basket-productbox.basket-productbox-new .basket-box1 .bakset-left .basket-detail .tour-head:focus { font-size: 18px; line-height: 24px; text-transform: uppercase; }
.basket-productbox.basket-productbox-new .basket-box1 .bakset-left .basket-detail .tour-detail { text-transform: uppercase; min-height: 46px;}
.basket-productbox-new .traveller-count-p-new { display: flex; flex-wrap: wrap; align-items: center; margin: 0; gap: 15px 55px; padding: 10px 0 10px 50px; background: url(../png/icon-new-person.png) 0 5px no-repeat; background-size: 26px auto; }
.basket-productbox-new .traveller-count-p-new span { display: block;}
.basket-productbox-new .traveller-count-p-new span:nth-of-type(1) { text-transform: uppercase;}
.basket-productbox-new .traveller-count-p-new span:nth-of-type(2) { font-weight: bold; }
.basket-productbox-new .traveller-count-p-new span:nth-of-type(3) { display: none;}
.basket-productbox-new .traveller-count-p-new span:nth-of-type(4) { padding-left: 10px; display: flex; align-items: center;gap: 10px 15px;}
.basket-productbox-new .traveller-count-p-new span img { height: 25px; width: auto;}
.basket-productbox-new .tour-detail { margin: 0; padding: 10px 0 10px 50px; background: url(../png/icon-new-calendar.png) 0 5px no-repeat; background-size: 26px auto; }
.basket-productbox-new  .image-left img { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.basket-productbox.basket-productbox-new .basket-box1 .bakset-left .basket-detail .tour-head { margin-right: 0 !important;}

.product-grid-common-outer-bought-new { background: #fff !important;}
.product-grid-common-outer-bought-new .hd-type2 { text-align: left !important; font-size: 26px !important; margin: 0; padding: 0 0 35px 0; }

.bought-grid-new { display: flex; margin: 0 -10px; flex-wrap: wrap; gap: 40px 0; }
.bought-grid-new .bought-grid-new-box-wrap { width: 25%; padding: 0 10px; }
.bought-grid-new .bought-grid-new-box-wrap:first-of-type { width: 50%;}
.bought-grid-new .bought-grid-new-box-wrap .bought-grid-new-box { border: 1px solid #848a8e; background: #fff; height: 100%; overflow: hidden; display: flex; flex-direction: column; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.bought-grid-new-box .bought-grid-new-box-img { line-height: 7px;}
.bought-grid-new-box .bought-grid-new-box-img img { width: 100%; height: 175px; object-fit: cover; object-position: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.bought-grid-new-box .bought-grid-new-box-info { padding: 15px; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.bought-grid-new-box .bought-grid-new-box-info h2 { font: 900 18px / 140% 'montserrat'; color: #1a2b49; }
.bought-grid-new-box .bought-grid-new-box-info .bought-grid-new-box-info-price { margin: 0; padding: 0; color: #1a2b49; font-size: 14px; line-height: 130%; font-weight: bold; }
.bought-grid-new-box .bought-grid-new-box-info .bought-grid-new-box-info-reviews { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 0; padding: 0 0 20px 0;     color: #1a2b49; font-size: 12px; line-height: 130%; font-weight: bold;}
.bought-grid-new-box .bought-grid-new-box-info .bought-grid-new-box-info-reviews img { height: 20px;}
.bought-grid-new-box .bought-grid-new-box-info .bought-grid-new-box-info-reviews span { display: block; padding: 5px 0 0 5px;}

.basket-productbox-new.basket-productbox-new-base { border:none; margin-top: 20px;}
.basket-productbox-new.basket-productbox-new-base h2 { font: 900 22px / 140% 'montserrat'; color: #1a2b49; margin: 0; padding: 0;}
.basket-productbox-new.basket-productbox-new-base > .container { align-items: center; justify-content: space-around; }

@media( min-width: 1681px){
    .bought-grid-new-box .bought-grid-new-box-img img { height: 225px; }
}

@media( max-width: 992px){
    .basket-productbox-new > .container { flex-direction: column; align-items: center;}
    .bought-grid-new { margin: 0; gap: 20px 0;}
    .bought-grid-new .bought-grid-new-box-wrap { width: 100% !important; padding: 0 0 20px 0; border-bottom: 1px solid #d2d4d6;}
    .product-grid-common-outer-bought-new .hd-type2 { font-size: 20px !important;}
    .basket-productbox-new .secure-checkout .basketBtn-action { /** flex-direction: column-reverse; **/}
    .basket-productbox-new .booking-hold .booking-hold-detail { padding: 0; padding: 20px 0 0 0; font-weight: normal; }
    .product-grid-common-outer-bought-new .hd-type2 { padding: 10px 0 25px 0;}
    .basket-productbox-new .traveller-count-p-new span:nth-of-type(4) { padding-left: 0;}
    .basket-productbox-new .traveller-count-p-new { gap: 15px 35px; padding-left: 40px;}
    .basket-productbox-new .tour-detail { padding-left: 40px;}

    .bought-grid-new .bought-grid-new-box-wrap .bought-grid-new-box { flex-direction: row;}
    .bought-grid-new-box .bought-grid-new-box-img { width: 40%;}
    .bought-grid-new-box .bought-grid-new-box-img img { min-height: 175px; height: 100%; }
    .bought-grid-new-box .bought-grid-new-box-info { width: 60%;}
}
@media( max-width: 575px){
    .basket-productbox-new .booking-hold .booking-hold-detail { padding: 10px 0 0 0;}
}

/** another ab testing version (adjustment on original) */

.basket-productbox.basket-productbox-v2 .basket-box1 .bakset-left .basket-detail .tour-head { margin-right: 0; margin-bottom: 10px; }
.basket-productbox.basket-productbox-v2 .bakset-right { max-width: 420px; margin-left: auto;            display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.basket-productbox.basket-productbox-v2 .traveller-count { padding-bottom: 10px;}
.basket-productbox.basket-productbox-v2 .traveller-count:last-of-type { padding-bottom: 0;}
.basket-productbox.basket-productbox-v2 .promocode-section { padding-top: 8px;}
.basket-productbox.basket-productbox-v2 ul.modify-btn li:after { display: none;}
.basket-productbox.basket-productbox-v2 .order-section  .traveller-count .price-sec { font-family: 'Montserrat'; color: #1a2b49; letter-spacing: 0; font-weight: 600; }

.basket-productbox.basket-productbox-v2 div.basketBtn-action { padding-top: 10px; }
.basket-productbox.basket-productbox-v2 { margin-bottom: 45px; }

.booking-hold .booking-hold-detail { padding: 18px 20px 19px; }

@media( max-width: 992px){
    .basket-productbox.basket-productbox-v2 .bakset-right { max-width: 100%; padding-top: 20px;}
}

@media (max-width: 575px) {
    .basket-productbox.basket-productbox-v2 .basket-box1 .col-sm-5 { flex: 0 0 auto; width: 58.33333333%; }
    .basket-productbox.basket-productbox-v2 .basket-box1 .col-sm-7 { flex: 0 0 auto; width: 41.66666667%; }
    .basket-productbox.basket-productbox-v2 .basket-box1 .bakset-left .basket-detail .tour-head { font-size: 13px; line-height: 18px; }
    .basket-productbox.basket-productbox-v2 .basket-box1 ul.modify-btn img { width: 20px; height: 20px; }
    .basket-productbox.basket-productbox-v2 .bakset-right { padding-top: 0;}
}
