/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.overlay-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffb3;
    z-index: 999;
    backdrop-filter: blur(2px);
    background-image: url(../img/hunters-preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.overlay-wrap.act {
    display: block;
}

.custom-content{
    position: relative;
    padding: 1.5rem 0;
}
.product-information .custom-content {
    padding: 0;
}

.init_slider h4 {
    padding: 0 3rem 0 0;
    text-align: left;
}

.product_installment h4, .product_discounts h4{
    font-size: 1rem;
}

.no_slider .splide__list{
    gap: 0.5rem;
}

.no_installment_slider{
    display: flex;
}
.installment_slider.splide{
    display: unset;
}


.installment_block{
    width: 10rem;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 5px;
    margin: 1rem 0;
    padding: 0.75rem;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    gap: 0.5rem;
    cursor: pointer;
}
.installment_block.view{
    z-index: 9999;
}

.installment_block::backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.installment_block_image img {
    /* height: 2rem; */
    margin: auto;
    max-width: 95px;
}

.installment_block_content p{
    margin: 0;
    font-size: 0.625rem;
    line-height: 1.5;
}

.installment_block_content p label{
    display: block;
    font-size: 0.75rem;
    text-align: left;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.splide__arrows.splide__arrows--ltr {
    top: -1rem;
    position: absolute;
    width: 100%;
    display: block;
}

button.splide__arrow.splide__arrow--prev {
    left: 0;
}

.bank__installments {
    background: #ffffff;
    position: absolute;
    min-height: auto;
    padding: 1rem;
    width: 100%;
    z-index: 99999;
    display: none;
    border-radius: 5px;
}
.bank__installments.view{
    /* top: 84%; */
    display: block;
}

.installment__overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    display: none;
}

.installment__overlay.show{
    display: block;
}

.close-btn{
    position: absolute;
    right: 0.6rem;
    background: none;
    border: none;
    top: 0.5rem;
}

.bank__installments h3 {
    font-size: 0.875rem;
    margin: 0.5rem 0 1rem 0;
}

.bank__installments table {
    width: 100%;
    display: table;
    border: 1px solid #e8e8e8;
    font-size: 0.7rem;
    box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 20%);
    margin-bottom: 1.5rem;
}

.bank__installments table th{
    /* font-size: 1rem; */
    padding: 1.5rem 0.5rem 0.5rem 1rem;
    background-color: #efefef;
}
.bank__installments.view th {
    font-size: 12px;
}

.bank__installments table td {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
}

.bank__terms{
    font-size: 12px;
}

.bank__terms ul{
    padding: 0px 0px 0px 2rem;
    list-style: inherit;
    font-size: 12px;
}

.bank__terms ol {
    padding: 0px 0px 0px 2rem;
    font-size: 12px;
}

.bank__terms ul li, .bank__terms ol li{
    margin-bottom: 0.5rem;
}

.discount__wrapper{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.discount__block {
    width: calc(50% - 0.5rem);
    padding: 10px;
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.75rem;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    gap: 0.75rem;
    align-items: center;
}
.discount__block .discount_block_image{ width: 48%; }
.discount__block .discount_block_image img {
    width: 100px;
    margin: auto;
}
.installment_block_image img {
    /* height: 2rem; */
    margin: auto;
    max-width: 96px;
}

.discount__block .discount_block_info p{
    font-size: 0.625rem;
    line-height: 1.5;
    margin: 0;
}

/* .discount__block .discount_block_info p > span{
    font-size: 0.75rem;
    color: #000000;
    font-weight: bold;
    display: block;
} */
.discount__block .discount_block_info p > span {
    font-size: 0.75rem;
    color: #000000;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-top: 4px;
}

span.oldproce {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: #898888;
    font-weight: 300;
    text-decoration: line-through !important;
}


span.newprice {
    position: relative;
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.1px;
    color: #EC2028;
    font-weight: 700;
}





.splide__arrow--next{
    right: 0 !important;
}


/* webx updates */
.installment_block_content p {
    font-size: 11px;
}
.installment_block_content p label {
    display: block;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.ins-title {
    position: relative;
    display: block;
    margin: 10px 0;
}

.installment-cards {
    position: relative;
    display: block;
}
button.bankWrap.bank {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 4px 15px;
    margin-bottom: 20px;
}

.monthWrap {
    position: relative;
    display: flex;
    margin: 21px 0 15px 0;
}
.ins-title {
    position: relative;
    display: block;
    margin: 0px auto 20px auto;
    padding: 8px 18px 0px 0;
    /* border-bottom: 1px solid #ccc; */
}

.ins-title h3 {
    font-size: 17px;
    font-weight: 700;
    color: #414743;
    margin-bottom: 0;
}

.ins-title p{
    font-size: 13px;
    letter-spacing: -0.22px;
    color: #151313;
}

.bankWrap {
    position: relative;
    display: block;
    margin-bottom: 15px;
    margin-right: 12px;
    padding: 10px 12px;
    transition: 0.5s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000F;
    border: 2px solid #E4E4E4;
    border-radius: 7px;
}

.banks {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.instTitle {
    position: relative;
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.months {
    position: relative;
    display: block;
    margin-right: 11px;
    padding: 11px 15px;
    margin-bottom: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #E4E4E4;
    border-radius: 7px;
    max-width: 100px;
    text-align: center;
}
.name span {
    position: relative;
    display: inline-block;
    background: #6E7E92;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50px;
    color: #fff;
    top: -17px;
}
.name.price {
    position: relative;
    display: block;
    margin: -7px 0 5px 0;
}

.name h6 {
    color: #464343;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.19px;
    top: -7px;
    position: relative;
}

.name .amount{
    color: #464343;
    font-size: 11px;
    letter-spacing: -0.19px;
}
.monDiv {
    color: #918C8C;
    font-size: 9px;
    letter-spacing: -0.15px;
    top: -5px;
    position: relative;
}


.checkout-step .additional-information {
    margin-left: 20px !important;
}
button.cmn-btn.btn-block.ex-choose {
    position: relative;
    display: block;
    padding: 3px 3px;
    letter-spacing: -0.19px;
    color: #767070;
    font-size: 11px;
    font-weight: 400;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C4C3C3;
    border-radius: 4px;
    width: 70px;
}

.months.act {
    border: 2px solid #086C36;
    background-color: #ECF9F2;
}

.act .name span {   
    background: #086C36;
}

.months.act button.cmn-btn.btn-block.ex-choose {
    background-color: #086C36;
    color: #fff;
    text-indent: 17px;
    background-image: url(../img/select-tick.jpg);
    background-repeat: no-repeat;
    background-position: 4px 5px;
}



.instaDetail {
    position: absolute;
    display: none;
    margin-bottom: 30px;
    top: 266px;
    width: 100%;
    left: 0;
    border-top: 1px solid #DBDBDB;
    padding-top: 18px;
}
.instaDetail.active {
    display: block;
}
.bankWrap img.card-img-top {
    width: 85px;
}
.bankWrap.active {
    border: 2px solid #086C36;
}

.discount-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.discount-item {
    position: relative;
    display: block;
    margin-right: 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #E4E4E4;
    border-radius: 7px;
    padding: 13px;
    margin-bottom: 20px;
    cursor: pointer;
    max-width: 120px;
}

.discount-item.act {
    border: 2px solid #086C36;
}
.info {
    position: relative;
    display: block;
    margin-top: 10px;
    text-align: center;
}
.info p {
    margin-bottom: 2px;
}

button.bankWrap.bank {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 20px;
    color: transparent;
    background-repeat: no-repeat;
    width: 166px;
    height: 53px;
    background-image: url(../img/pay-button-bg.jpg);
    background-color: #fff;
    background-position: center;
    margin-bottom: 20px;
}
.ex-full-payments-wrap button.bankWrap.bank.act {
    border: 2px solid #086C36;
}
.ex-full-payments-wrap {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CDCCCC;
    border-radius: 7px;
    position: relative;
    display: block;
    padding: 10px 23px;
    margin-bottom: 20px;
    max-width: 690px;
}
.ex-discounts-wrap {
    position: relative;
    display: block;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CDCCCC;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 10px 23px;
    max-width: 693px;
}

.ex-discounts-wrap .ins-title h3 {
    font-size: 17px;
    color: #414743;
    font-weight: 700;
}

.ex-discounts-wrap .ins-title p {
    font-size: 13px;
    letter-spacing: -0.22px;
    color: #151313;
}
.info h5 {
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #151313;
    font-weight: 500;
    margin-bottom: 3px;
}

.info h6 {
    font-size: 13px;
    letter-spacing: -0.22px;
    color: #151313;
    font-weight: 700;
    margin-bottom: 0;
}

.discount-item:last-child {
    margin-right: 0;
}

.ex-installments-wrap {
    position: relative;
    display: block;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CDCCCC;
    border-radius: 7px;
    padding: 10px 23px;
    max-width: 693px;
    margin-bottom: 20px;
}
.ex-installments-wrap .ins-title h3 {
    font-size: 17px;
    font-weight: 700;
    color: #414743;
    margin-bottom: 17px;
}

.start-from {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.start-from h5 {
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #464343;
    font-weight: 400;
    margin-bottom: 3px;
}

.start-from h6{
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #464343;
    font-weight: 700;
}
.digital-wallets-wrap {
    position: relative;
    display: block;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CDCCCC;
    border-radius: 7px;
    padding: 18px 23px 23px 23px;
}
button.btn-dw.act {
    border: 2px solid #086C36;
}

.genie{
    background-image: url(../img/genie-dw.png);
}

.mcash{
    background-image: url(../img/mcash-dw.jpg);
}

.ezcash{
    background-image: url(../img/ez-dw.jpg);
}
.dfcc-wallet{
    background-image: url(../img/virtual-wallet-dw.jpg);
}
.sampath-vishwa {
    background-image: url(../img/wl-vishwa.png);
}
.u-pay {
    background-image: url(../img/wl-upay-2.png);
}
.frimi {
    background-image: url(../img/wl-frimi2.png);
}
.dw-buttons {
    position: relative;
    display: flex;
}
button.btn-dw {
    position: relative;
    display: block;
    width: 87px;
    height: 56px;
    box-shadow: 0px 3px 6px #0000000F;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 7px;
    background-position: center;
    background-color: white;
    margin-right: 15px;
}

span.endson {
    position: relative;
    display: block;
    font-size: 10px;
    letter-spacing: -0.08px;
    color: #5C5C64;

}
.discount-item  img.card-img-top {
    width: 85px;
}

.paywallet-wrap {
    position: relative;
    display: block;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #0000000A;
    border: 1px solid #CFC2D4;
    border-radius: 4px;
    padding: 16px 7px;
    margin-bottom: 32px;
}

.paywallet-wrap h4 {
    text-align: center;
    margin-bottom: 16px;
}
.paywallet-log-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.paywallet-log-wrap img {
    margin: 0 7px;
}

.topfix {
    top: 140px;
}


@media only screen and (max-width:991px){
    .banks {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }


    .discount-wrap {
        position: relative;
        display: flex;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .discount-item {      
        padding: 9px;
        margin-bottom: 20px;
    }
 
    .bankWrap {      
        padding: 10px 9px;
    }
    span.endson {
        line-height: 15px;
        margin-top: 5px;
    }
    .discount__block .discount_block_image img {
        width: 100%;
        margin: auto;
        height: auto;
    }
    .topfix {
        top: 256px;
    }

    
}

@media only screen and (max-width:767px){
    .bankWrap {
        position: relative;
        display: block;
        margin-bottom: 15px;
        margin-right: 6px;
        padding: 10px 6px;
        border: 1px solid transparent;
        transition: 0.5s;
    }
    .months {
        margin-right: 5px;
        padding: 11px 8px;
        text-align: center;
    }
    .topfix {
        top: 250px;
    }
    .bankWrap img.card-img-top {
        width: 72px;
    }



    .monthWrap {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .discount-item {
        margin-right: 10px;
        padding: 9px;
        margin-bottom: 20px;
    }
    span.endson {
        line-height: 15px;
        margin-top: 5px;
        text-align: center;
    }
    .discount__block .discount_block_info p > span {
        text-align: center;
    }
    .discount__block .discount_block_image {
        width: 100%;
        text-align: center;
    }

    .discount-wrap .payment-options img {
        max-width: 85px;
    }
    .discount__block .discount_block_image img {
        width: 108px;
        margin: auto;
    }
    /* button.btn-dw {
        background-size: 100%;
    } */

    .dw-buttons {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    button.btn-dw {     
        width: 87px;
        height: 56px;
        margin: 0 3px 8px 3px;
    }

    

}


/* updates end */