﻿@import "bourbon";

@media screen and (min-width: 992px) {
    body.ux-app {
        background: #fff;
        padding: 40px 0;
    }
}

.basket, .container {
    padding: 0;
}


 .basket {
        padding: 0 8px ;
    }


.action-link, .ux-card a, .payment > a, .terms > a {
    color: #091a36;
    font-size: 18px;
}

    .action-link:hover, .ux-card a:hover, .payment > a:hover, .terms > a:hover {
        color: #091a36;
    }

.ux-card {
    padding: 0 50px;
    position: relative;
    height: 215px;
    border: 1px solid #eee;
    border-radius:5px;
    transition:0.5s;
}

    .ux-card:hover {
        box-shadow: 0 0 15px 5px #eee ;
    }

    .ux-card.deleted {
        visibility: hidden;
        overflow: hidden;
        transition: all 0.2s;
        height: 0px;
        padding: 0px;
        margin: 0px;
        box-shadow: none;
        border: none;
    }

a {
    color: #333;
}

    a:hover {
        color: #000;
    }

.product {
    color: #767676;
    margin: 7px 0 30px 0;
    border-radius:10px;
    /*box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);*/
}

.tusa {
    width:50%;
}

@media screen and (min-width: 992px) {
    .product {
        padding-left:50px;
      /*  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);*/
    }
}

.product img {
    display: none;
    position: absolute;
    top: 24px;
    left: 32px;
    color: #e96429;
    font-size: 20px;
}

@media screen and (min-width: 992px) {
    .product img {
        display: block;
    }
}

.product .price {
    color: #0f3574;
    font-weight: bold;
    padding-top: 20px;
}
p.term {
    padding-top: 10px;
}
.product .tier {
    padding-bottom: 10px;
}

.product .renews {
    padding-top: 1em;
}

.product .title, .product .tier, .product .attr, .product .renews {
    float: left;
    clear: left;
  
}

.product .price, .product .term {
    float: right;
    clear: right;
}

.product .remove {
    float: right;
    clear: right;
    color: #fff !important;
    font-size: 20px;
    padding-bottom: 5px !important;
    width: 40px;
    height: 40px;
   padding: 0 ;
}


    .product .remove .uxicon {
        /*margin-top: 3px;*/
        box-shadow: none !important;
    }

    .product .remove:hover {
        border-color: #44b2fd !important;
    }

@media screen and (min-width: 992px) {
    .product .remove {
        display: block;
    }
}

.product span {
    display: block;
}

.summary dl {
    margin: 0;
    padding: 20px;
}

    .summary dl dt {
        float: left;
        clear: left;
        font-weight: normal;
    }

    .summary dl dd {
        float: right;
        clear: right;
        font-weight: bold;
    }

    .summary dl:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

@media screen and (min-width: 992px) {
    /*.summary .subtotal {
        border-top: 5px solid #d0d0d0;
    }
*/
        .summary .subtotal dt {
            margin-top: 2px;
        }

        .summary .subtotal dd {
            font-size: 18px;
        }

    
}

.summary .total {
    background: #091a36;
    color: #fff;
    padding: 20px;
}

    .summary .total dt {
        text-transform: uppercase;
        margin-top: 0.5em;
        font-weight: bold;
    }

    .summary .total dd {
        font-size: 1.5em;
    }

.summary .support dd {
    float: left;
    font-weight: normal;
    padding-left: 0.5em;
}

.summary button {
    margin-left:20px;
    color:#fff;
}

.payment, .terms {
    margin-bottom: 20px;
    margin-top:30px;
}

    .payment > a, .terms > a {
        float: right;
        padding-right: 20px;
        text-transform: uppercase;
    }

    .payment h4, .terms h4, .payment p, .terms p {
        padding: 0 20px;
    }

    .payment button, .terms button {
        margin-top: 20px;
    }

    .terms .agreed {
        display: none;
    }

p.agreed {
    padding-left: 50px;
    position: relative;
}

    p.agreed:before {
        content: " ";
        background-image: url(https://img1.wsimg.com/fos/react/check.svg);
        position: absolute;
        left: 20px;
        top: 4px;
        width: 20px;
        height: 21px;
    }

.cart button[disabled] {
    background: #e8e8e8 !important;
    border-bottom: none !important;
    color: #848484 !important;
    opacity: 1;
}

.price {
    position: relative;
    display: inline-block;
    float: right;
    text-align: end;
}

    .price .old {
        position: absolute;
        right: 0;
        opacity: 1;
    }

    .price .new {
        opacity: 0;
    }

    .price .strike {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        border-top: 1px solid #333;
    }



.summary{
    border: 1px solid#eee;
    padding: 20px;
    height:auto;
    margin:8px;
}
/*Button start*/

/*Button End*/

.tier select {
    border: 1px solid #f1f1f1;
    padding: 7px;
    width: 165px;
}

.tamasha {
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

.nku {
    height: auto;
    border: 1px solid #ccc;
    padding: 40px;
}
.tamasha .title {
    font-size: 20px;
}

span.price {
    float: right;
}


.bg-primary {
    height: 65px !important;
}
.registration-header .bg-primary {
    height: 40px !important;
}
.navbar-brand img {
    margin-top: 0px;
}

@media (max-width: 1024px) {
    .teju h6 {
        font-size: 16px !important;
    }

    .teju strong {
        font-size: 14px !important
    }
}

    @media (max-width: 700px) {
        /*.price {
            padding-top: 48px !important;
        }*/

        input.number {
            width: 35px !important;
            height: 35px !important;
        }

        .value-button {
            width: 30px !important;
            height: 35px !important;
            line-height: 35px !important;
        }

        .tier select {
            width: 125px !important;
        }

        .ux-card {
            padding: 0px 15px;
            height: 235px;
        }

        .product .tier {
            padding-bottom: 0 !important;
            margin-top:-4% !important;
        }

        .teju h6 {
            font-size: 14px !important;
        }

        .teju strong {
            font-size: 12px !important
        }

        .promo {
            display: block !important;
        }

            .promo input {
                width: 100% !important;
                margin-bottom: 20px;
            }

        .tier {
            margin: 0% 0 !important;
        }

            .tier select {
                margin-top: 25px !important;
            }

        .ab {
            margin-bottom:0 !important;
            margin-top:30px;
        }
        .partnu1 img{
            height:auto!important;
        }

        .info1 {
            width: 95% !important;
            margin: 10px !important;
        }

        .welcome-box-body {
            padding: 25px !important;
            width: 100%;
        }

            .welcome-box-body .modal-title {
                font-size: 20px !important;
            }

        .main-content {
            text-align:center;
        }

        .form-group {
         
             padding-left: 0px !important; 
             padding-right: 0px !important; 
        }
        .title {
            width:100%;
        }
        .product .price{
            padding-top:0px;
        }
        .btn:not(:disabled):not(.disabled){
            margin:-1% 0;
        }
            
            }

@media (max-width: 768px) {
    .dt {
        margin: 65px 0 40px 0 !important;
    }
}


    .teju h5 {
        font-size: 20px;
        color: #272b2e;
        padding-bottom: 25px;
    }

    .teju h6 {
        font-size: 18px;
        color: #272b2e;
        width: 67%;
        float: left;
    }

    .teju strong {
        width: 33%;
        float: right;
        color: #272b2e;
    }


    .promo {
        display: flex;
        align-items: center;
    }

        .promo input {
            width: 79%;
        }

    .tota {
        text-align: left;
        margin-left: 0px;
    }


    .subtota {
        display: flex;
        padding-top: 25px;
    }

    .CGST {
        display: flex;
        padding-top: 15px;
    }

        .CGST h6 {
            font-size: 15px;
            font-weight: 400;
        }

        .CGST strong {
            font-size: 15px;
            font-weight: 400;
        }


    .discount {
        display: flex;
        padding-top: 15px;
    }

        .discount h6 {
            font-size: 15px;
            font-weight: 400;
        }

        .discount strong {
            font-size: 15px;
            font-weight: 400;
        }

    .tota-money {
        padding-top: 25px;
        display: flex;
    }

    .ab {
        margin-bottom: 35px;
    }

    .teju {
        border-bottom: 1px solid #999;
    }

    .ppc {
        padding-top: 4px;
    }

    .shiv {
        float: right;
    }

    .mem {
        padding: 5px 0 0px 20px;
        float: right;
        margin-top: -10px;
    }
    .mem.already-m {
        float: unset;
        text-align: center;
    }






    /*<feature>*/
/*

    .services {
        position: relative;
        width: 1200px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    &__box {
        position: relative;
        width: 350px;
        height: 280px;
        background: #51446e;
        border-radius: 20px;
        overflow: hidden;
    }

    &:hover .services__content {
        transform: scale(1);
        transition-delay: 0.25s;
    }

    &:hover .services__icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        top: 30px;
        left: calc(50% - 40px);
        transition-delay: 0s;
    }

    & ion-icon {
        font-size: 2rem;
        transition-delay: 0s;
    }



    &__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--i);
        transition: 0.5s;
        z-index: 2;
        transition-delay: 0.25s;
    }

    & ion-icon {
        font-size: 4rem;
        color: #fff;
        font-weight: bold;
        transition: 0.5s;
        transition-delay: 0s;
    }



    &__content {
        position: relative;
        color: #fff;
        padding: 20px;
        text-align: center;
        margin-top: 100px;
        z-index: 1;
        transform: scale(0);
        transition: 0.5s;
        transition-delay: 0s;
    }

    &__title {
        margin: 10px 0 5px 0;
        font-size: 1.2rem;
        font-weight: 600;
    }

    &__description {
        font-size: 0.95rem;
        font-weight: 400;
        padding-top: 10px;
    }*/

/*Cart Popup*/

.welcome-box {
    border-radius: 0;
}

.bb-0 {
    border-bottom: 0px transparent;
}
    .bb-0 button {
        border: 1px solid #eee9;
        padding: 0 !important;
        width: 30px;
        height: 30px;
        box-shadow: 0 0 5px 1px #eee;
        margin-right: -5px !important;
        margin-top: -5px !important;
    }

    .welcome-box-body {
        padding: 0px 60px 50px;
        width: 100%;
    }

    .welcome-box-body .modal-title {
        font-size: 24px;
        color: #3B444E;
        letter-spacing: 0;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .welcome-box-body p {
        font-size: 12px;
        color: #3B444E;
        line-height: 25px;
    }
