.text-limit-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-limit-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.store-banner {
    padding: 90px 0;
}

.discount-per {
    color: #B11A83;
    background-color: #B11A831F;
    border-radius: 6px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
}

.actualprice {
    font-size: 16px;
    font-weight: 900;
    color: #5b47fb;
}

.sellingprice {
    font-size: 12px;
    padding-left: 6px;
    text-decoration: line-through;
    color: #7987A1 !important;
}

.dealtimer {
    background-color: rgb(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 0px 8px;
    border-radius: 4px;
    margin-top: 8px;
    font-weight: 500;
    font-size: 11px;
    position: absolute;
    z-index: 1;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.storetruck,
.Wishlist {
    background-color: rgb(0, 0, 0, 0.5);
    color: #fff;
    padding: 0px 8px;
    margin-top: 8px;
    font-weight: 500;
    font-size: 11px;
    position: absolute;
    z-index: 1;
    border-radius: 4px;
    float: right;
    right: 34px;
    margin-right: 8px;
}

.Wishlist {
    right: 0;
    z-index: 15;
}

.cursor-pointer {
    cursor: pointer;
}

.store-banner {
    padding: 50px 0px 50px 0px;
}

.conbox {
    width: 100%;
    height: 260px;
    overflow: auto;
    text-align: justify;
}

.navbar-brand img {
    height: 24px;
}

.middle-nav {
    padding: 8px 0;
}

.middle-nav .navbar-nav .nav-link {
    font-size: 13px;
}

.nav-menu {
    background: #9D036E;
    border-bottom: none;
    ;
}

.coupon-deal-detail-main-block .coupon-deal-detail-main-img {
    border-radius: 6px;
    height: 358px;
}

.got-badge {
    bottom: -30px;
    position: absolute;
    right: 30px;
}

p {
    color: #7987A1 !important;
}

.custom-nav .nav-link.active,
.custom-nav .nav-link:hover,
.custom-nav .nav-link:focus {
    border-color: #b01a83;
    color: #b01a83;
}

.slcatimage {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #C0CCDA4D;
    padding-top: 14px;
    padding-left: 14px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.slcatimage img {
    width: 60px !important;
    border-radius: 100%;
    position: absolute;
    /* right: 40px; */
    top: 14px;
}

.slcattitle {}

.owl-pagination {
    position: absolute;
    right: 0;
    top: -50px;
}

.home-merchantsl {
    height: 160px;
    background-color: #f8f8f8;
    border-radius: 30px;
    width: 160px;
    padding-top: 26px;
}

.home-merchantsl img {
    width: 100px !important;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    border-radius: 6px;
}

.tuc-pp-login {
    border: none;
    /* max-width: 700px;
    min-height: 420px; */
    max-width: 840px;
    min-height: 550px;
}

.tuc-pp-login-body {
    border: none;
    padding: 0px;
    /* background-color: #A22E80; */
    /* border-radius: 12px; */
    border-radius: 0;
    height: 600px;
    /* width: 110%; */
}
.left-col{
    border-radius: 12px;
    background-color: #A22E80;
}
.tuc-login-leftitem {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    /* border-radius: 12px; */
    background-color: #A22E80;
}

.tuc-login-rightitem {
    background-color: #ffffff;
    border-top-right-radius: 12px;
    /* padding: 20px 28px; */
    padding: 20px 52px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    min-height: 420px;
}

.form-check-inline {
    display: inline-flex;
}
.tuc-login-rightitem .otp-input{
    width: 45px !important;
    height: 45px !important;
}
.nav-item.tucmenuitem a.activeLink {
    font-weight: 900;
    color: #fff !important;
}

@media(min-width: 992px) {
    .tuc-login-rightitem {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
}

.modal-content {
    border-radius: 12px;
}

label {
    margin-bottom: 4px;
    font-size: 12px;
    /* color: #7987a1 !important; */
    color: #32353E !important;
}

.form-control {
    color: #32353E;
    border-color: #e3e5e6;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 15px;
    min-height: 35px;
}

.form-control:focus {
    color: #32353E;
    background-color: #fff;
    border-color: rgb(177 26 131 / 1%);
    outline: 0;
    box-shadow: 0 0 4px 4px rgb(177 26 131 / 10%);
}

.form-control-otp {
    color: #32353E;
    border-color: #e3e5e6 !important;
}

.tuc-pp-search {
    border: none;
    min-width: 100%;
    min-height: 420px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px;
}

.tuc-pp-search .modal-content {
    border-radius: 0px;
    min-height: 100vh;
    /* width: 700px !important; */
    background: transparent;
}

.tuc-pp-search-close {
    font-size: 3.5rem;
    color: #ccc;
    margin-top: 20px;
}

.tuc-pp-search-body {

}

.tuc-pp-search-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 28px;
    border-radius: 0;
    font-size: 20px;
    padding: 8px;
}

.homesl1 {
    height: 318px;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.custom-card,
.filters {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.homesl1title {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    padding: 8px 16px;
    color: #ffffff;
    bottom: 0;
    left: 0;
    z-index: 0;
    font-size: 18px;
    width: 50%;
    line-height: 34px;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    /* margin-top: 10px;
    position: absolute;
    right: 0; */
    /* text-align: left !important; */
    /* margin-top: 10px !important;
    position: absolute !important;
    top: -50px !important;
    right: 0 !important; */
}

.owl-theme .owl-dots .owl-dot span {
    background: rgb(176 26 131 / 20%) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(176 26 131 / 80%) !important;
}

.owl-stage{
    margin: auto;
}

section.top-nav {
    display: block;
}

.tucmenu {
    border: none;
}

.tucmenuitem {
    margin: 0 !important;
}

.tucmenuitemlink {
    border: none !important;
    border-radius: 0px !important;
    color: #dbdbdb !important;
    font-size: 13px !important;
}

.tucmenuitemlink :hover {
    margin: 0 !important;
    border: none !important;
    border-radius: 0px !important;
    color: #ffffff !important;
}

.tucmenuitemlink :focus {
    margin: 0 !important;
    border: none !important;
    border-radius: 0px !important;
    color: #ffffff !important;
}

.owl-theme .owl-nav [class*=owl-] {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 30px !important;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 20%);
    color: #000 !important;
    display: inline-block !important;
    font-size: 21px !important;
    height: 40px;
    line-height: 40px;
    margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
}

@media (max-width: 575.98px) {
    .homesl1 {
        height: 200px;
    }
    .homesl1title {
        background-color: rgb(0 0 0 / 57%);
        position: absolute;
        padding: 8px 16px;
        color: #ffffff;
        bottom: 0;
        font-size: 14px;
        width: 100%;
        line-height: 34px;
        border-radius: 8px;
    }
    .tuc-container {
        padding-top: 150px !important;
    }
    .tuc-pp-search-body .tuc-pp-search-close{
        font-size: 3rem;
    }
    .tuc-pp-search-body .tuc-pp-search-input{
        font-size: 14px;
    }
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#B11A83 0%, #D61F9F 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #D61F9F;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #D61F9F;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #D61F9F;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #D61F9F;
}

.custom-card-body h6 {
    font-size: 15px;
    height: 42px;
}
.merchant-address-card-body h6,
.merchant-address-card-body p {
    font-size: 13px;
}
.delivery-method-selection .delivery-btn.active{
    background: #222529;
    color: #fff;
}
.delivery-method-selection .delivery-btn{
    border: 1px solid rgba(121, 135, 161, 0.5);
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #222529;
    padding: 0 14px;
}
.Customer_shippingAddress.Customer_partner .partner_name{
    color: #32353E !important;
    font-size: 13px;
}
.Customer_shippingAddress.Customer_partner .partner_delivery_time{
    color: #7987A1 !important;
    font-size: 10px;
    line-height: 1.5;
}
.Customer_shippingAddress.Customer_partner h6{
    line-height: 1.5;
}
.Customer_shippingAddress.Customer_partner .custom-control-label::before,
.Customer_shippingAddress.Customer_partner .custom-control-label::after{
top:25%;
}




@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

.checkout {
    border: none;
    max-width: 400px;
    min-height: 420px;
}

.checkout-body {}

.checkout-title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-top: 34px;
    padding-bottom: 4px;
}

.checkout-subtitle {
    text-align: center;
    font-weight: 500;
    color: #4a4a4a;
    padding-bottom: 20px;
}


/* .checkout-text
{
    text-align: center;
    font-weight: 500;
    color: #676767;
    padding-bottom: 16px;
} */

.checkout-tucw {
    line-height: 36px;
    margin-bottom: 16px;
    padding: 8px;
    border: 1px solid #efefef;
    border-radius: 8px;
    background-color: #fbfafa;
}

.search-cat {
    background-color: #f1f1f1;
    border-radius: 30px;
    padding: 4px 12px;
    font-weight: 600;
    margin-right: 12px;
    display: inline-block;
    margin-bottom: 16px;
    cursor: pointer;
}

.search-cat-img {
    width: 24px;
    margin-right: 8px;
}

.search-cat-title {
    padding-top: 4px;
}

.tuc-loc-search {
    background-color: #ebebeb;
}

.tuc-loc-search-item {
    width: 24%;
    float: left;
    background-color: #ffffff;
    margin-left: 1%;
    margin-bottom: 1%;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.tuc-loc-search-item :hover {
    color: #b11a83;
}

.tuc-loc-search-item-count {
    float: right;
    font-size: 12px;
    font-weight: 600;
}

.tuc-loc-search-title {
    font-size: 18px;
}

.modal-header-search {
    background-color: #ebebeb;
    border: none;
}

.tuc-container {
    padding-top: 112px;
}

.cityname {
    color: #B11A83;
    padding-right: 4px;
    font-size: 12px;
    font-weight: 900;
}

.dd-servicebadge {
    color: #a43181;
    font-size: 13px;
    background-color: #a4318121;
    padding: 12px 10px;
    border-radius: 4px;
    margin-right: 8px;
    font-weight: 600;
}


/* Newly added css */

@media only screen and (max-width: 768px) {
    .loginimagediv {
        /* height: 50%;
        width: 70%; */
        width: 267px;
        position: absolute;
        bottom: 0;
        right: 0;
        /* left: 30%; */
    }
    .loginimage {
        position: relative;
        display: block;
        float: left;
    }
    .backgroundimg {
        position: relative;
        bottom: 5%;
        z-index: -1;
    }
    .tuc-content-left {
        position: relative;
        /* width: 40%; */
        /* height: 310px; */
        left: 10%;
        top: 10%;
        margin-bottom: 20px;
        min-height: 50%;
        z-index: 1;
    }
    .tuc-login-leftitem{
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .tuc-login-rightitem{
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .loginimagediv {
        /* width: 70%; */
        width: 335px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .loginimage {
        position: relative;
        display: block;
        float: left;
        z-index: 2;
    }
    .backgroundimg {
        position: relative;
        bottom: 5%;
        z-index: 1;
    }
    .tuc-content-left {
        cursor: pointer;
        position: relative;
        /* left: 10%;
        top: 10%;
        margin-bottom: 20px; */
        padding: 1.7rem;
        z-index: 1;
    }
}

a:hover {
    cursor: grab/pointer;
}

.tuc-bold-content {
    font-size: 48px;
    color: #ECECEC;
}

.left_icons {
    /* width: 50px; */
    width: 66px;
    height: 20px;
    margin-right: 5px;
}


/* CSS Kishore */

#ddcountry {
    padding: 8px 6px;
    margin-top: 10px;
    margin-right: 12px;
    color: #7987A1;
    font-size: 12px;
}

#tauthmobile {
    margin-top: 5px;
    height: 45px;
    width: 100%;
    padding: 9px;
}

#tauthmobile::placeholder {
    font-size: 10px;
    color: #C0CCDA;
}

#ghanaimg {
    height: 20px;
    width: 30px;
    border-radius: 3px;
    margin-right: 8px;
}

#nigeriaimg {
    height: 20px;
    width: 30px;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 8px;
}

#countrycode {
    height: 20px;
    width: 30px;
    border-radius: 2px;
    margin-right: 8px;
}

.flyimg {
    width: 180px;
    height: 120px;
}

.input-group-append {
    display: flex;
}

.inputstyle {
    border: 1px solid #C0CCDA;
    border-radius: 2px;
}

.passwordInput {
    border-right: none;
}

.togglePassword {
    border-left: none;
    background-color: #ffffff;
}

.togglePassword .eyeIcon {
    cursor: pointer;
    color: #C0CCDA;
    height: 10px;
}