﻿.page-wrapper {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
    font-family: Lato;
    color: #0b1219;
    font-size: 13px;
    min-width: 1030px;
    max-width: 100%
}

a {
    text-decoration: none
}

    a:hover {
        text-decoration: none
    }

.clear1 {
    height: 20px;
    clear: both
}

.clearfix {
    height: 0;
    clear: both;
    display: flex
}

.m-rgt {
    margin-right: 5px
}

.pull-left {
    float: left
}

.ellipsis {
    text-overflow: ellipsis
}

.br-none {
    border: 0 solid #fff !important
}

.req_Rx {
    background: #dff6f6;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 12px;
    font-family: Lato;
    color: #0b7e81;
    overflow: hidden
}

.out-stock {
    color: #ef4281;
    font-family: LatoBold
}

.pull-right {
    float: right
}

h1 {
    font-family: Lato;
    font-size: 24px;
    letter-spacing: .25px;
    display: block;
    padding: 4px 0
}

h2 {
    font-family: LatoBold;
    font-size: 20px;
    letter-spacing: .25px;
    display: block;
    padding: 4px 0
}

h3 {
    font-family: LatoBold;
    font-size: 16px;
    letter-spacing: .25px;
    display: block;
    padding: 4px 0
}

h4 {
    font-family: LatoBold;
    font-size: 14px;
    letter-spacing: .25px;
    display: block;
    padding: 4px 0
}

h5 {
    font-family: LatoBold;
    font-size: 12px;
    letter-spacing: .25px;
    display: block;
    padding: 4px 0
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.gray-bg {
    background: #e0e0e0 !important
}

.white-bg {
    background: #fff !important
}

.padding-txt {
    padding: 0 0 0 24px
}

.black-txt {
    color: #151b39
}

.gray-txt {
    color: #6f7284
}

.pink-txt {
    color: #ef4281
}

.blue-txt {
    color: #24aeb1
}

.green-txt {
    color: #84be52
}

.padding-none {
    padding: 0
}

input:focus {
    outline: 0 !important;
    box-shadow: none !important
}

textarea:focus {
    outline: 0 !important;
    box-shadow: none !important
}

select:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.page-header {
    background: #32aeb1;
    width: 100%;
    position: relative
}

    .page-header .panel-wrapper {
        min-width: 1030px;
        max-width: 1280px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 12px
    }

        .page-header .panel-wrapper .panel-header {
            display: flex;
            height: 90px;
            line-height: 90px
        }

            .page-header .panel-wrapper .panel-header .logo {
                max-width: 168px;
                margin: 0 32px 0 0
            }

                .page-header .panel-wrapper .panel-header .logo img {
                    width: 168px;
                    height: 60px
                }

            .page-header .panel-wrapper .panel-header .search-bar {
                min-width: 304px;
                width: calc(80% - 586px);
                align-items: center;
                display: flex
            }

                .page-header .panel-wrapper .panel-header .search-bar .block-search {
                    height: 48px;
                    width: 100%;
                    position: relative;
                    background: #fff;
                    border-radius: 6px;
                    line-height: normal
                }

                    .page-header .panel-wrapper .panel-header .search-bar .block-search .pinCode {
                        position: relative;
                        width: 160px;
                        height: auto;
                        margin: 13px 0;
                        display: inline-block;
                        padding: 0 0 0 16px;
                        font-family: LatoSemiBold;
                        font-size: 13px;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 22px;
                        letter-spacing: normal;
                        color: rgba(11,18,25,.5);
                        float: left;
                        border-right: 1px solid rgba(11,18,25,.2)
                    }

                        .page-header .panel-wrapper .panel-header .search-bar .block-search .pinCode .get-location {
                            position: absolute;
                            top: 14px;
                            left: 13px;
                            width: 22px;
                            height: 22px;
                            cursor: pointer;
                            text-indent: 0;
                            font-size: 0;
                            border: 0;
                            background: 0 0;
                            -webkit-appearance: none
                        }

                        .page-header .panel-wrapper .panel-header .search-bar .block-search .pinCode .pinNum {
                            font-family: LatoBold;
                            font-size: 14px;
                            font-stretch: normal;
                            line-height: 1.43;
                            letter-spacing: normal;
                            color: #24aeb1;
                            width: 74px;
                            border: 0;
                            cursor: pointer;
                            background: url(../images/icons/expand_more.svg) center right no-repeat
                        }

                            .page-header .panel-wrapper .panel-header .search-bar .block-search .pinCode .pinNum::-moz-placeholder {
                                color: #24aeb1
                            }

                            .page-header .panel-wrapper .panel-header .search-bar .block-search .pinCode .pinNum::placeholder {
                                color: #24aeb1
                            }

                        .page-header .panel-wrapper .panel-header .search-bar .block-search .pinCode span {
                            display: inline-block;
                            line-height: 22px
                        }

                        .page-header .panel-wrapper .panel-header .search-bar .block-search .pinCode .editIcon {
                            background: url(../images/icons/edit.svg) center no-repeat;
                            width: 12px;
                            height: 12px;
                            margin-left: 0;
                            box-shadow: none;
                            border: 0;
                            background-size: 12px;
                            position: absolute;
                            bottom: 10px;
                            right: 18px;
                            z-index: 999
                        }

                    .page-header .panel-wrapper .panel-header .search-bar .block-search .auto-search {
                        min-width: 50%;
                        width: calc(100% - 160px);
                        height: 48px;
                        float: left;
                        position: relative;
                        display: block
                    }

                        .page-header .panel-wrapper .panel-header .search-bar .block-search .auto-search .search-section {
                            display: inline-block;
                            margin: 0;
                            float: left;
                            width: 100%
                        }

                            .page-header .panel-wrapper .panel-header .search-bar .block-search .auto-search .search-section .algolia-autocomplete {
                                display: inline-block
                            }

                            .page-header .panel-wrapper .panel-header .search-bar .block-search .auto-search .search-section .input-text {
                                margin: 0;
                                padding: 0 64px 0 12px;
                                height: 48px;
                                border: 0;
                                width: 100%;
                                background: 0 0;
                                font-size: 14px
                            }

                        .page-header .panel-wrapper .panel-header .search-bar .block-search .auto-search .iconSearch {
                            width: 56px;
                            float: right;
                            height: 48px;
                            display: inline-block;
                            background: url(../images/icons/search-blue-icon.svg) no-repeat center center rgba(21,27,57,.06);
                            cursor: pointer;
                            position: absolute;
                            top: 0;
                            right: 0;
                            -webkit-appearance: none;
                            box-shadow: none;
                            border: 0
                        }

            .page-header .panel-wrapper .panel-header .uPres {
                margin: 0 24px;
                min-width: 85px;
                max-width: 85px;
                padding: 0;
                text-align: center
            }

                .page-header .panel-wrapper .panel-header .uPres a {
                    font-family: LatoSemiBold;
                    font-size: 14px;
                    font-stretch: normal;
                    font-style: normal;
                    letter-spacing: 1px;
                    text-align: center;
                    color: #fff;
                    background: url(../images/icons/upload_rx.svg) no-repeat left center;
                    background-size: 24px;
                    padding-left: 32px;
                    height: 90px;
                    display: inline-block
                }

            .page-header .panel-wrapper .panel-header .mini-cart {
                max-width: 120px;
                margin: 0 24px;
                position: relative
            }

                .page-header .panel-wrapper .panel-header .mini-cart .text {
                    background: url(../images/icons/cart_icon.svg) no-repeat left center;
                    background-size: 24px;
                    color: #fff;
                    height: 90px;
                    padding: 0;
                    width: 100px;
                    float: right;
                    font-family: LatoSemibold;
                    padding-left: 34px;
                    letter-spacing: 1px
                }

                    .page-header .panel-wrapper .panel-header .mini-cart .text .counter-number {
                        -moz-border-radius: 6.5px;
                        -webkit-border-radius: 6.5px;
                        background: #ee4380 !important;
                        border-radius: 6.5px;
                        color: #fff !important;
                        display: block;
                        font-family: LatoBold;
                        font-size: 10px;
                        height: 13px;
                        line-height: 14px;
                        padding: 0;
                        position: absolute;
                        left: 10px;
                        text-align: center;
                        text-indent: 0;
                        top: 32px;
                        width: 17px;
                        letter-spacing: 0
                    }

            .page-header .panel-wrapper .panel-header .new_offers {
                max-width: 120px;
                margin: 0 24px;
                position: relative
            }

                .page-header .panel-wrapper .panel-header .new_offers .new_offers_icon {
                    background: url(../images/icons/offers_icon.svg) no-repeat left center;
                    background-size: 24px;
                    color: #fff;
                    height: 90px;
                    padding: 0;
                    float: right;
                    font-family: LatoSemiBold;
                    padding-left: 30px;
                    letter-spacing: 1px
                }

            .page-header .panel-wrapper .panel-header .login {
                margin: 0;
                max-width: 180px
            }

                .page-header .panel-wrapper .panel-header .login a {
                    font-family: Lato;
                    font-size: 14px;
                    font-weight: 400;
                    font-stretch: normal;
                    font-style: normal;
                    letter-spacing: normal;
                    color: #fff;
                    background: url(../images/icons/profile_icon.svg) no-repeat left center;
                    background-size: 24px;
                    padding-left: 32px;
                    height: 90px;
                    display: inline-block
                }

                    .page-header .panel-wrapper .panel-header .login a#logged_user {
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        width: 100%;
                        display: block;
                        overflow: hidden
                    }

.main-navigation {
    background: #32aeb1;
    position: relative;
    padding-bottom: 16px
}

    .main-navigation .explorer-menu {
        height: auto;
        max-width: 1030px;
        min-width: 1030px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 12px
    }

        .main-navigation .explorer-menu ul {
            margin: 0 auto;
            padding: 0;
            list-style: none;
            height: auto;
            display: flex;
            justify-content: space-between
        }

            .main-navigation .explorer-menu ul li {
                display: inline-block;
                width: auto;
                padding: 0;
                height: 46px;
                position: relative
            }

                .main-navigation .explorer-menu ul li:last-child {
                    padding-right: 0
                }

                .main-navigation .explorer-menu ul li a {
                    height: 46px;
                    font-family: LatoSemiBold;
                    font-size: 14px;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 46px;
                    letter-spacing: normal;
                    color: rgba(255,255,255,.8);
                    display: inline-block;
                    padding: 0
                }

                    .main-navigation .explorer-menu ul li a small {
                        height: 12px;
                        font-family: Lato;
                        font-size: 10px;
                        font-weight: 400;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: normal;
                        letter-spacing: normal;
                        color: rgba(255,255,255,.8);
                        display: -webkit-box
                    }

                    .main-navigation .explorer-menu ul li a.pre-pro {
                        background: url(../images/icons/medicine.svg) 0 0 no-repeat;
                        background-size: 40px;
                        padding-left: 48px
                    }

                    .main-navigation .explorer-menu ul li a.m-pro1 {
                        background: url(../images/icons/medicine.svg) 0 0 no-repeat;
                        background-size: 40px;
                        padding-left: 48px !important;
                        cursor: pointer
                    }

                    .main-navigation .explorer-menu ul li a.h-pro {
                        background: url(../images/icons/wellness.svg) 0 0 no-repeat;
                        background-size: 40px;
                        padding-left: 48px
                    }

                    .main-navigation .explorer-menu ul li a.b-check {
                        background: url(../images/icons/diagnostics.svg) 0 0 no-repeat;
                        background-size: 40px;
                        padding-left: 48px
                    }

                    .main-navigation .explorer-menu ul li a.b-app1 {
                        background: url(../images/icons/health-library.svg) 0 0 no-repeat;
                        background-size: 40px;
                        padding-left: 48px !important;
                        cursor: pointer
                    }

                .main-navigation .explorer-menu ul li.m-pro a {
                    padding: 0
                }

                .main-navigation .explorer-menu ul li.m-pro::before {
                    content: "";
                    background: url(../images/icons/white-arrow-drop-down.svg) center no-repeat;
                    width: 16px;
                    height: 46px;
                    display: inline-block;
                    right: -20px;
                    position: absolute
                }

                .main-navigation .explorer-menu ul li.m-pro:hover::before {
                    transform: rotate(180deg)
                }

                .main-navigation .explorer-menu ul li.m-pro:hover ul {
                    display: block
                }

                .main-navigation .explorer-menu ul li.m-pro ul {
                    display: none;
                    position: absolute;
                    background: #f7f7f7;
                    min-width: 160px;
                    box-shadow: 0 5px 10px -2px rgba(0,0,0,.2);
                    z-index: 2;
                    top: 40px;
                    padding: 0;
                    height: auto;
                    left: 48px
                }

                    .main-navigation .explorer-menu ul li.m-pro ul li {
                        margin: 0;
                        padding: 0;
                        height: auto;
                        width: 100%
                    }

                        .main-navigation .explorer-menu ul li.m-pro ul li a {
                            color: #151b39;
                            text-decoration: none;
                            font-family: Lato;
                            font-size: 13px;
                            height: 38px;
                            line-height: 40px;
                            display: block;
                            width: 100%;
                            padding: 0 12px
                        }

                            .main-navigation .explorer-menu ul li.m-pro ul li a:hover {
                                background-color: #fff;
                                color: #02b7c2
                            }

                .main-navigation .explorer-menu ul li.b-app a {
                    padding: 0
                }

                .main-navigation .explorer-menu ul li.b-app::before {
                    content: "";
                    background: url(../images/icons/white-arrow-drop-down.svg) center no-repeat;
                    width: 16px;
                    height: 46px;
                    display: inline-block;
                    right: -20px;
                    position: absolute
                }

                .main-navigation .explorer-menu ul li.b-app:hover::before {
                    transform: rotate(180deg)
                }

                .main-navigation .explorer-menu ul li.b-app:hover ul {
                    display: block
                }

                .main-navigation .explorer-menu ul li.b-app ul {
                    display: none;
                    position: absolute;
                    background: #f7f7f7;
                    min-width: 160px;
                    box-shadow: 0 5px 10px -2px rgba(0,0,0,.2);
                    z-index: 1;
                    top: 40px;
                    padding: 0;
                    height: auto;
                    left: 48px
                }

                    .main-navigation .explorer-menu ul li.b-app ul li {
                        margin: 0;
                        padding: 0;
                        height: auto;
                        width: 100%
                    }

                        .main-navigation .explorer-menu ul li.b-app ul li a {
                            color: #151b39;
                            text-decoration: none;
                            font-family: Lato;
                            font-size: 13px;
                            height: 38px;
                            line-height: 40px;
                            display: block;
                            width: 100%;
                            padding: 0 12px
                        }

                            .main-navigation .explorer-menu ul li.b-app ul li a:hover {
                                background-color: #fff;
                                color: #02b7c2
                            }

                .main-navigation .explorer-menu ul li.o-menu {
                    background: url(../images/icons/beauty.svg) 0 0 no-repeat;
                    background-size: 40px;
                    padding-left: 48px;
                    cursor: pointer
                }

                    .main-navigation .explorer-menu ul li.o-menu a {
                        padding: 0
                    }

                    .main-navigation .explorer-menu ul li.o-menu::before {
                        content: "";
                        background: url(../images/icons/white-arrow-drop-down.svg) center no-repeat;
                        width: 16px;
                        height: 46px;
                        display: inline-block;
                        right: -20px;
                        position: absolute
                    }

                    .main-navigation .explorer-menu ul li.o-menu:hover::before {
                        transform: rotate(180deg)
                    }

                    .main-navigation .explorer-menu ul li.o-menu:hover ul {
                        display: block
                    }

                    .main-navigation .explorer-menu ul li.o-menu ul {
                        display: none;
                        position: absolute;
                        background: #f7f7f7;
                        min-width: 160px;
                        box-shadow: 0 5px 10px -2px rgba(0,0,0,.2);
                        z-index: 2;
                        top: 40px;
                        padding: 0;
                        height: auto
                    }

                        .main-navigation .explorer-menu ul li.o-menu ul li {
                            margin: 0;
                            padding: 0;
                            height: auto;
                            width: 100%
                        }

                            .main-navigation .explorer-menu ul li.o-menu ul li a {
                                color: #151b39;
                                text-decoration: none;
                                font-family: Lato;
                                font-size: 13px;
                                height: 38px;
                                line-height: 40px;
                                display: block;
                                width: 100%;
                                padding: 0 12px
                            }

                                .main-navigation .explorer-menu ul li.o-menu ul li a:hover {
                                    background-color: #fff;
                                    color: #02b7c2
                                }

.nav-sections {
    webkit-flex-shrink: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin-bottom: 16px;
    margin-top: 0;
    border-top: #02b7c2 solid 0
}

    .nav-sections .navigation {
        background: 0 0;
        box-sizing: border-box;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 1030px;
        min-width: 1030px;
        padding: 0 10px
    }

        .nav-sections .navigation .ui-menu {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: space-between
        }

            .nav-sections .navigation .ui-menu li {
                box-sizing: border-box;
                color: #151b39;
                display: inline-block;
                font-family: Lato;
                font-size: 13px;
                font-weight: 400;
                position: relative;
                text-decoration: none;
                text-transform: uppercase
            }

                .nav-sections .navigation .ui-menu li .level-top {
                    box-sizing: border-box;
                    color: #151b39;
                    line-height: 42px;
                    padding: 0;
                    position: relative;
                    text-decoration: none;
                    text-transform: capitalize
                }

                .nav-sections .navigation .ui-menu li:last-child .level-top {
                    padding-right: 0
                }

.breadcrumbs {
    box-sizing: border-box !important;
    clear: both;
    font-family: Lato !important;
    margin: 0 auto !important;
    min-width: 1030px;
    max-width: 1680px;
    padding: 12px 16px !important;
    width: 100%
}

    .breadcrumbs ul {
        color: #000;
        font-size: 12px;
        list-style: none none;
        margin: 0;
        padding: 0
    }

        .breadcrumbs ul li {
            display: inline-block;
            text-decoration: none
        }

            .breadcrumbs ul li:not(:last-child):after {
                -webkit-font-smoothing: antialiased;
                color: #58595b !important;
                content: "\e608";
                display: inline-block;
                font-family: icons-blank-theme;
                font-size: 24px;
                font-weight: 400;
                line-height: 18px;
                margin: 0;
                margin: 0 -7px;
                overflow: hidden;
                speak: none;
                text-align: center;
                vertical-align: top
            }

            .breadcrumbs ul li a {
                color: #0b7e81 !important
            }

            .breadcrumbs ul li span {
                color: #24aeb1;
                font-family: LatoBold
            }

footer {
    padding: 36px 30px 0;
    color: #0b1219;
    background: #fff;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin: 30px 0 0;
    background-image: linear-gradient(to bottom,rgba(36,174,177,0) 50%,rgba(36,174,177,.7) 130%),linear-gradient(to bottom,#fff,#fff)
}

    footer .footer-btm {
        display: flex;
        justify-content: space-evenly;
        min-width: 1030px;
        max-width: 1280px;
        margin: 0 auto 32px;
        box-sizing: border-box;
        padding: 0 0 32px;
        border-bottom: 1px solid rgba(11,18,25,.2)
    }

        footer .footer-btm .offline-stores .stores-content {
            display: flex;
            align-items: center
        }

            footer .footer-btm .offline-stores .stores-content img {
                width: 100px;
                height: 100px;
                margin: 0 20px 0 0
            }

        footer .footer-btm .pincode .stores-content {
            display: flex;
            align-items: center
        }

            footer .footer-btm .pincode .stores-content img {
                width: 100px;
                height: 100px;
                margin: 0 20px
            }

        footer .footer-btm .hp-customer .stores-content {
            display: flex;
            align-items: center
        }

            footer .footer-btm .hp-customer .stores-content img {
                width: 100px;
                height: 100px;
                margin: 0 20px
            }

        footer .footer-btm .offline-content .ft-txt {
            font-family: LatoSemiBold;
            font-size: 16px;
            line-height: normal;
            color: #0b1219
        }

            footer .footer-btm .offline-content .ft-txt .number {
                font-size: 26px
            }

    footer .footer-top {
        display: flex;
        min-width: 1030px;
        max-width: 1280px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 0 32px;
        margin-bottom: 50px;
        border-bottom: 1px solid rgba(11,18,25,.2)
    }

        footer .footer-top .footer-logo {
            margin-right: 32px;
            padding-right: 32px !important;
            border-right: 0 solid rgba(195,195,195,.5);
            height: 62px;
            line-height: 62px;
            width: 212px
        }

        footer .footer-top .footer-txt {
            width: 60%;
            padding: 0;
            font-size: 16px;
            line-height: 24px;
            font-family: LatoSemiBold;
            color: rgba(11,18,25,.5);
            display: flex;
            align-items: center
        }

    footer .footer-container {
        min-width: 1030px;
        max-width: 1280px;
        display: flex;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0;
        display: flex;
        justify-content: space-between
    }

        footer .footer-container ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

            footer .footer-container ul:nth-child(3) {
                display: block !important
            }

            footer .footer-container ul li .footer_title {
                font-size: 14px;
                line-height: 22px;
                padding: 0;
                text-transform: uppercase;
                font-family: LatoBold
            }

            footer .footer-container ul li h2 {
                font-size: 14px;
                line-height: 22px;
                padding: 0;
                text-transform: uppercase
            }

            footer .footer-container ul li a {
                line-height: 32px;
                font-size: 14px;
                font-family: Lato;
                color: #0b1219
            }

        footer .footer-container .subscribe {
            width: 284px;
            padding-left: 32px;
            font-size: 14px
        }

            footer .footer-container .subscribe .footer_title {
                font-size: 14px;
                line-height: 22px;
                padding: 0;
                text-transform: uppercase;
                font-family: LatoBold
            }

            footer .footer-container .subscribe h2 {
                font-size: 14px;
                line-height: 22px;
                padding: 0;
                text-transform: uppercase
            }

            footer .footer-container .subscribe form {
                margin-top: 24px
            }

            footer .footer-container .subscribe .control {
                display: flex;
                justify-content: space-between;
                align-items: center;
                text-decoration: none;
                padding: 0 0 6px;
                border-bottom: 1px solid rgba(11,18,25,.2)
            }

                footer .footer-container .subscribe .control input {
                    width: 207px;
                    height: 40px;
                    border-radius: 4px;
                    border: 0;
                    padding: 0 12px
                }

                footer .footer-container .subscribe .control .go-btn {
                    display: inline-block;
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    border-radius: 5px;
                    border: 0;
                    padding: 0;
                    font-size: 0;
                    position: relative
                }

            footer .footer-container .subscribe .store-icon {
                width: 46%;
                display: block;
                float: left;
                margin: 16px 16px 0 0
            }

                footer .footer-container .subscribe .store-icon:last-child {
                    margin-right: 0
                }

        footer .footer-container .app-div {
            margin: 12px 22% 0;
            display: none
        }

            footer .footer-container .app-div a {
                font-size: 14px;
                font-family: LatoSemibold;
                padding-left: 32px;
                height: 24px;
                display: flex;
                line-height: 24px;
                color: #0b1219
            }

    footer .payment-partner1 {
        min-width: 1030px;
        max-width: 1280px;
        margin: 0 auto
    }

        footer .payment-partner1 .ft-head h2 {
            font-family: LatoSemiBold;
            font-size: 14px;
            line-height: 1.57;
            letter-spacing: .25px;
            text-align: left;
            color: #0b1219;
            text-transform: uppercase
        }

        footer .payment-partner1 .ft-head .partner-title {
            font-family: LatoSemiBold;
            font-size: 14px;
            line-height: 1.57;
            letter-spacing: .25px;
            text-align: left;
            color: #0b1219;
            text-transform: uppercase
        }

        footer .payment-partner1 .our-partners {
            display: flex
        }

            footer .payment-partner1 .our-partners img {
                padding: 0 16px;
                margin: 12px 0 0
            }

                footer .payment-partner1 .our-partners img:first-child {
                    padding-left: 0
                }

                footer .payment-partner1 .our-partners img:nth-child(4) {
                    border-right: 1px solid rgba(195,195,195,.5);
                    border-left: 1px solid rgba(195,195,195,.5)
                }

    footer .copyblock {
        min-width: 1030px;
        max-width: 1280px;
        padding: 0;
        box-sizing: border-box;
        margin: 32px auto 0;
        line-height: 65px;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid rgba(11,18,25,.1);
        color: rgba(11,18,25,.5);
        font-size: 14px;
        font-family: Lato
    }

        footer .copyblock a {
            color: rgba(11,18,25,.5)
        }

        footer .copyblock .m-pro {
            background: url(../images/icons/medicine.svg) 0 0 no-repeat;
            background-size: 24px;
            height: 24px;
            line-height: 24px;
            padding-left: 32px
        }

        footer .copyblock .h-pro {
            background: url(../images/icons/wellness.svg) 0 0 no-repeat;
            background-size: 24px;
            height: 24px;
            line-height: 24px;
            padding-left: 32px
        }

        footer .copyblock .b-app {
            background: url(../images/icons/consultation.svg) 0 0 no-repeat;
            background-size: 24px;
            height: 24px;
            line-height: 24px;
            padding-left: 32px
        }

        footer .copyblock .b-check {
            background: url(../images/icons/diagnostics.svg) 0 0 no-repeat;
            background-size: 24px;
            height: 24px;
            line-height: 24px;
            padding-left: 32px
        }

.main-section {
    max-width: 1030px;
    min-width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
    min-height: 360px
}

    .main-section.full-width {
        min-width: 1030px;
        max-width: 1680px !important;
        margin: 0 auto 36px !important;
        padding: 0 16px !important
    }

.content-section {
    width: 100%
}

.left-block {
    width: 64%;
    float: left;
    display: block
}

.right-block {
    width: 34%;
    float: right;
    display: block
}

.white_bg {
    padding: 16px 24px;
    margin: 0 0 16px;
    font-family: Lato;
    border-radius: 8px !important;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(171,169,169,.1)
}

.home-content {
    min-width: 1030px;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 16px
}

.header-shadow {
    position: fixed !important;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 -2px 6px #333
}

.link-retry {
    display: block;
    background: #24aeb1;
    width: 209px;
    line-height: 34px;
    margin: 13px auto;
    padding: 5px 0 3px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 14px;
    font-family: LatoBold
}

.center_it {
    border-collapse: collapse;
    width: auto;
    height: 100%;
    margin: 5% auto 0
}

.alert-copy-msg {
    border: 1px solid #ececec;
    position: absolute;
    padding: 10px;
    border-radius: 4px;
    z-index: 1;
    background: #fff;
    font-family: Lato;
    right: 12px;
    top: 50px
}

    .alert-copy-msg center span {
        color: #24aeb1;
        font-family: LatoBold
    }

#copy_message {
    border: 1px solid #ececec;
    position: absolute;
    padding: 10px;
    border-radius: 4px;
    z-index: 1;
    background: #fff;
    font-family: Lato;
    right: 12px
}

    #copy_message center span {
        color: #24aeb1;
        font-family: LatoBold
    }

.hidden-content {
    display: none
}

button[disabled] {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.noSearch-result {
    text-align: center;
    font-size: 16px;
    font-family: LatoBold;
    padding: 24px 0;
    word-break: break-word
}

.form-error {
    clear: both;
    text-align: left;
    font-size: 10.5px;
    padding-top: 0;
    color: #e02b27;
    font-style: italic;
    display: block;
    margin-bottom: 8px
}

.search_view_all {
    margin: 14px auto 0;
    display: block;
    text-align: center;
    font-family: LatoBold;
    color: #32aeb1 !important
}

.minicart_container {
    display: none;
    line-height: normal !important;
    z-index: 999;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    position: absolute
}

    .minicart_container .mc_triangle {
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        border-width: 0 20px 20px 20px;
        height: 0;
        width: 0;
        position: absolute;
        top: 62px;
        right: -8px
    }

    .minicart_container .mc_content {
        display: block;
        position: absolute;
        background: #fff;
        padding: 16px;
        border-radius: 5px;
        top: 72px;
        right: -60px;
        width: 320px;
        box-shadow: 0 2px 5px 0 rgba(21,27,57,.2)
    }

        .minicart_container .mc_content .mc_title {
            width: 100%;
            display: inline-block;
            margin-bottom: 16px;
            clear: both
        }

            .minicart_container .mc_content .mc_title h2 {
                float: left;
                font-family: LatoBold;
                font-size: 12px;
                font-stretch: normal;
                font-style: normal;
                letter-spacing: 1px;
                color: #6f7284;
                text-transform: uppercase;
                margin: 0;
                line-height: 18px;
                padding: 0;
                height: 16px
            }

            .minicart_container .mc_content .mc_title span {
                float: right;
                font-family: LatoBold;
                font-size: 12px;
                font-stretch: normal;
                font-style: normal;
                line-height: 16px;
                letter-spacing: normal;
                text-align: right;
                color: #151b39
            }

        .minicart_container .mc_content .mc_item {
            width: 100%;
            display: inline-block;
            margin-bottom: 16px;
            clear: both;
            font-size: 14px;
            display: flex;
            color: #151b39;
            align-items: center
        }

            .minicart_container .mc_content .mc_item .item_name {
                float: left;
                width: 65%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

            .minicart_container .mc_content .mc_item .item_details {
                float: right;
                width: 35%;
                text-align: right
            }

        .minicart_container .mc_content .mc_remaining {
            width: 100%;
            font-size: 10px;
            color: #6f7284;
            font-family: Lato;
            text-align: right;
            margin-bottom: 8px
        }

        .minicart_container .mc_content .mc_footer {
            width: 100%;
            clear: both;
            display: flex;
            align-items: center;
            height: 36px
        }

            .minicart_container .mc_content .mc_footer .mc_price {
                float: left;
                width: 45%;
                height: 36px
            }

                .minicart_container .mc_content .mc_footer .mc_price .mc_amount {
                    display: block;
                    font-family: LatoBold;
                    font-size: 16px;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: .15px;
                    color: #ef4281;
                    margin-bottom: 1px
                }

                .minicart_container .mc_content .mc_footer .mc_price .mc_savings {
                    display: block;
                    font-family: LatoBold;
                    font-size: 12px;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    color: #378f30
                }

            .minicart_container .mc_content .mc_footer .mc_cartBtn {
                float: right;
                width: 54%;
                height: 36px;
                background-color: #24aeb1;
                border-radius: 5px;
                color: #fff;
                line-height: 36px;
                text-align: center;
                font-family: LatoBold;
                font-size: 14px;
                font-stretch: normal;
                font-style: normal;
                -webkit-appearance: none;
                box-shadow: none;
                border: 0
            }

.prime {
    display: block;
    clear: both
}

.webengage-push-down ~ .page-wrapper .header-shadow {
    display: block;
    position: relative !important
}

.emergency_msg {
    padding: 0;
    margin-bottom: 32px;
    display: flex;
    align-items: center
}

    .emergency_msg .update_icon {
        width: 68px;
        height: 75px;
        float: left;
        background: url(../images/netmeds_update.svg) no-repeat bottom
    }

    .emergency_msg .container {
        padding: 0;
        font-family: Lato;
        max-width: -webkit-fill-available;
        margin: 0 16px
    }

        .emergency_msg .container h1 {
            font-family: LatoBold;
            font-size: 14px;
            line-height: 18px;
            padding: 0;
            margin: 0
        }

        .emergency_msg .container p {
            margin: 0;
            font-size: 12px;
            opacity: .7;
            line-height: 16px
        }

.out-of-stock {
    background: rgba(21,27,57,.12);
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    padding: 11px 0 7px;
    border: 0;
    color: #e23911;
    text-transform: uppercase;
    font-family: LatoBold !important;
    cursor: pointer
}

.disc_offer {
    margin: 0 !important;
    padding: 0 !important
}

    .disc_offer p {
        color: #6f7284
    }

    .disc_offer .heading {
        display: initial !important;
        padding: 0 !important;
        font-size: 12px !important
    }

.overlay_bg {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: #000;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 0
}

.strip {
    font-size: 14px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    border: 0;
    vertical-align: top;
    color: #474343;
    font-family: LatoBold
}

.yesStrip {
    background: #24aeb1;
    font-size: 14px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    border: 0;
    vertical-align: top;
    color: #fff;
    font-family: LatoBold
}

.font-weight-bold {
    font-weight: 700
}

.modalClose {
    opacity: 1;
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 10%;
    height: 40px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    border: 0 solid #f3f3f3
}

.fs31 {
    font-size: 31px
}

.modal-content-cart {
    border-radius: 15px;
    border: 0;
    padding: 8px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

    .modal-content-cart h5 {
        margin: 16px;
        padding: 0;
        font-family: LatoBold;
        font-size: 14px;
        color: #6f7284;
        text-transform: uppercase;
        letter-spacing: .12px
    }

.fs14 {
    font-size: 14px
}

.pbt15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px;
    width: 45%
}

.ml-15 {
    margin-left: 15px
}

.modal-header-cart {
    border-bottom: 0 !important
}

.modal-close {
    background: #fff;
    border: 0;
    font-size: 30px
}

.bbottom {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.fs20 {
    font-size: 20px
}

.btop {
    border-top: 0
}

.fs16 {
    font-size: 16px
}

#mBtn1 {
    background: #f3f7fb
}

.main-content {
    position: relative
}

    .main-content #nms_fullpage_load {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 98;
        display: flex;
        background: #f3f3f3
    }

        .main-content #nms_fullpage_load .nms_fullpage_loader {
            width: 50px;
            height: 50px;
            border: 5px solid #d5dbdb;
            border-top: 5px solid transparent;
            border-radius: 50%;
            animation: spinning .5s linear 0s infinite;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: fixed
        }

@keyframes spinning {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.sponsorTitle {
    font-size: 8px;
    line-height: 9px;
    letter-spacing: .64px;
    font-family: LatoBold;
    color: #8b8989;
    font-weight: bolder;
    min-height: 10px;
    margin: 8px 0 0
}

.new-categories-section .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 12px
}

    .new-categories-section .swiper-container .swiper-wrapper .swiper-slide a {
        text-align: center;
        display: block;
        width: 100%;
        padding: 0
    }

        .new-categories-section .swiper-container .swiper-wrapper .swiper-slide a .cat-img {
            background: #fff;
            width: 70px;
            height: 70px;
            float: left;
            border-radius: 50%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #d3efef;
            margin-bottom: 4px
        }

            .new-categories-section .swiper-container .swiper-wrapper .swiper-slide a .cat-img img {
                width: 53px;
                height: 53px
            }

        .new-categories-section .swiper-container .swiper-wrapper .swiper-slide a .clsgetname {
            font-size: 10px;
            font-family: LatoSemiBold;
            color: #83878a;
            max-width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            width: 72px
        }

    .new-categories-section .swiper-container .swiper-wrapper .swiper-slide:first-child {
        margin-left: 16px
    }

.new-best-seller-section {
    background: #fff;
    padding: 16px;
    margin: 20px 0
}

    .new-best-seller-section h2 {
        font-size: 16px;
        font-family: LatoBold;
        color: #000;
        margin-bottom: 9px
    }

        .new-best-seller-section h2 a {
            font-size: 12px;
            color: #000;
            font-family: LatoBold
        }

    .new-best-seller-section .swiper-container .swiper-wrapper .swiper-slide {
        margin-right: 12px
    }

        .new-best-seller-section .swiper-container .swiper-wrapper .swiper-slide a {
            text-align: center;
            display: block;
            width: 100%;
            padding: 0
        }

            .new-best-seller-section .swiper-container .swiper-wrapper .swiper-slide a .cat-img {
                background: #fff;
                width: 78px;
                height: 78px;
                float: left;
                border-radius: 10px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 2px solid #d3efef;
                margin-bottom: 4px;
                margin-left: 11px
            }

                .new-best-seller-section .swiper-container .swiper-wrapper .swiper-slide a .cat-img img {
                    width: 53px;
                    height: 53px
                }

            .new-best-seller-section .swiper-container .swiper-wrapper .swiper-slide a .best-seller-innercontent {
                background: #d3efef;
                padding: 10px;
                border-radius: 10px;
                margin-top: -25px;
                margin-left: 0;
                width: 100px
            }

                .new-best-seller-section .swiper-container .swiper-wrapper .swiper-slide a .best-seller-innercontent .clsgetname {
                    font-size: 10px;
                    font-family: LatoSemiBold;
                    color: #000;
                    max-width: 100%;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    display: block;
                    width: 72px;
                    margin: 2px 0
                }

                .new-best-seller-section .swiper-container .swiper-wrapper .swiper-slide a .best-seller-innercontent .clsgetvalue {
                    font-size: 12px;
                    font-family: Lato;
                    color: #000
                }

                    .new-best-seller-section .swiper-container .swiper-wrapper .swiper-slide a .best-seller-innercontent .clsgetvalue span {
                        font-family: LatoBold
                    }

        .new-best-seller-section .swiper-container .swiper-wrapper .swiper-slide:first-child {
            margin-left: 16px
        }

li.mega-menu a {
    padding: 0
}

li.mega-menu::before {
    content: "";
    background: url(../images/icons/white-arrow-drop-down.svg) center no-repeat;
    width: 16px;
    height: 46px;
    display: inline-block;
    right: 0;
    position: absolute
}

li.mega-menu:hover {
    border-bottom: 4px solid #fff
}

    li.mega-menu:hover::before {
        transform: rotate(180deg)
    }

    li.mega-menu:hover .MegaMenu_mmSubMain {
        display: block
    }

.MegaMenu_mmSubMain {
    display: none;
    position: absolute;
    width: auto;
    max-width: 960px;
    top: 46px;
    z-index: 9;
    transform: translateX(-38%);
    transition: all .5s ease-in-out;
    height: auto;
    box-shadow: 0 2px 10px rgba(50,174,177,.3);
    border-radius: 0 0 10px 10px;
    z-index: 99
}

    .MegaMenu_mmSubMain .MegaMenu_mmSubMenu {
        width: 100%;
        background: #f7f7f7;
        display: flex;
        align-items: flex-start;
        justify-content: unset;
        flex-direction: row;
        transition: all .2s ease-in-out;
        margin: 0 auto;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        border-radius: 0 0 2px 2px
    }

        .MegaMenu_mmSubMain .MegaMenu_mmSubMenu .MegaMenu_mmColumn {
            min-width: 190px;
            padding: 12px 0;
            background: #fff;
            align-self: stretch;
            border: 1px solid #f3f7fb
        }

            .MegaMenu_mmSubMain .MegaMenu_mmSubMenu .MegaMenu_mmColumn ul li a {
                color: #0b1219 !important
            }

            .MegaMenu_mmSubMain .MegaMenu_mmSubMenu .MegaMenu_mmColumn .MegaMenu_subheading {
                font-weight: 400;
                font-size: 12px;
                padding: 0 20px;
                margin-bottom: 0
            }

                .MegaMenu_mmSubMain .MegaMenu_mmSubMenu .MegaMenu_mmColumn .MegaMenu_subheading a {
                    color: #24aeb1 !important;
                    line-height: 30px !important;
                    height: 30px !important;
                    font-size: 16px;
                    font-family: LatoBold
                }

            .MegaMenu_mmSubMain .MegaMenu_mmSubMenu .MegaMenu_mmColumn .MegaMenu_mmCategoryList {
                margin-bottom: 15px;
                padding: 0;
                display: flex;
                flex-direction: column;
                border-bottom: 1px solid #f3f7fb;
                margin: 0 20px 8px
            }

                .MegaMenu_mmSubMain .MegaMenu_mmSubMenu .MegaMenu_mmColumn .MegaMenu_mmCategoryList li {
                    list-style: none;
                    padding: 0;
                    height: auto;
                    line-height: 16px;
                    margin: 8px 0;
                    width: auto !important
                }

                    .MegaMenu_mmSubMain .MegaMenu_mmSubMenu .MegaMenu_mmColumn .MegaMenu_mmCategoryList li a {
                        color: #83878a !important;
                        font-size: 13px;
                        line-height: 16px;
                        height: auto !important;
                        font-family: Lato;
                        width: 100%
                    }

                        .MegaMenu_mmSubMain .MegaMenu_mmSubMenu .MegaMenu_mmColumn .MegaMenu_mmCategoryList li a:hover {
                            background-color: #fff;
                            color: #02b7c2 !important
                        }

            .MegaMenu_mmSubMain .MegaMenu_mmSubMenu .MegaMenu_mmColumn div:nth-child(2) {
                margin-top: 15px
            }

.main-navigation {
    padding-bottom: 0 !important
}

    .main-navigation .explorer-menu ul li.mega-menu {
        width: 212px !important;
        display: block;
    }

        .main-navigation .explorer-menu ul li.mega-menu a small {
            display: none !important
        }

.searchReqForm .modal-content {
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    width: 80%;
    margin: 0 auto
}

    .searchReqForm .modal-content .modal-title {
        font-family: Lato;
        font-size: 24px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000
    }

    .searchReqForm .modal-content .gx_discount_success span.rx_valid.pin_success {
        color: green;
        font-size: 16px
    }

    .searchReqForm .modal-content .modal-body {
        padding: 0
    }

        .searchReqForm .modal-content .modal-body .product_request_form {
            padding-top: 36px
        }

            .searchReqForm .modal-content .modal-body .product_request_form .ph_error .inputMain {
                position: relative
            }

                .searchReqForm .modal-content .modal-body .product_request_form .ph_error .inputMain label {
                    font-family: Lato;
                    font-size: 16px;
                    font-weight: 700;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    text-align: left;
                    color: #24aeb1
                }

                .searchReqForm .modal-content .modal-body .product_request_form .ph_error .inputMain input {
                    border: 0;
                    border-bottom: solid 1px #83878a;
                    font-family: Lato;
                    font-size: 16px;
                    font-weight: 400;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    text-align: left;
                    color: #83878a;
                    margin-bottom: 36px;
                    padding-bottom: 6px;
                    padding-left: 0;
                    border-radius: 0
                }

                .searchReqForm .modal-content .modal-body .product_request_form .ph_error .inputMain div.form_error {
                    color: red;
                    position: absolute;
                    bottom: -20px
                }

                .searchReqForm .modal-content .modal-body .product_request_form .ph_error .inputMain .phbg {
                    background: #fff url(../images/icons/mc.jpg) no-repeat 0 -5px;
                    padding-left: 36px;
                    background-size: 32px
                }

            .searchReqForm .modal-content .modal-body .product_request_form .btnMain {
                display: flex;
                justify-content: space-between
            }

                .searchReqForm .modal-content .modal-body .product_request_form .btnMain .reset {
                    width: 47%;
                    height: 53px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    margin: 36px 20px 0 0;
                    padding: 16px 10px;
                    border-radius: 5px;
                    background-color: #f3f3f3;
                    font-family: Lato;
                    font-size: 14px;
                    font-weight: 400;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: normal;
                    text-align: center;
                    color: #83878a;
                    border: 0
                }

                    .searchReqForm .modal-content .modal-body .product_request_form .btnMain .reset a {
                        color: #83878a;
                        border: 0
                    }

                .searchReqForm .modal-content .modal-body .product_request_form .btnMain .submit {
                    width: 47%;
                    height: 53px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    margin: 36px 20px 0 0;
                    padding: 16px 10px;
                    border-radius: 5px;
                    background-color: #24aeb1;
                    font-family: Lato;
                    font-size: 14px;
                    font-weight: 400;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: normal;
                    text-align: center;
                    color: #fff;
                    border: 0
                }

.n-store {
    margin: 8px;
    padding: 8px;
    display: flex;
    justify-content: space-between
}

    .n-store .n-str {
        width: 49%;
        height: 120px;
        padding: 8px 16px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        border-radius: 10px;
        box-shadow: 0 3px 15px 2px rgba(0,0,0,.15);
        position: relative
    }

        .n-store .n-str a {
            display: flex;
            width: 100%
        }

            .n-store .n-str a .store {
                font-size: 24px;
                float: left;
                font-family: lato;
                color: #000;
                margin: 20px
            }

                .n-store .n-str a .store .s-text {
                    font-size: 19px;
                    font-family: lato;
                    margin: 4px 9px 30px 0;
                    color: #85be53;
                    font-weight: 700;
                    display: flex;
                    justify-content: center;
                    align-items: center
                }

                    .n-store .n-str a .store .s-text .arrow {
                        padding-left: 10px
                    }

        .n-store .n-str .str-img {
            position: absolute;
            bottom: 0;
            right: 0
        }

            .n-store .n-str .str-img img {
                width: 136px;
                height: 104px
            }

.n-str {
    width: 49%;
    height: 120px;
    padding: 8px 16px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 3px 15px 2px rgba(0,0,0,.15);
    position: relative
}

    .n-str .store {
        font-size: 24px;
        float: left;
        font-family: lato;
        color: #000;
        margin: 20px
    }

        .n-str .store .st-text {
            font-size: 19px;
            font-family: lato;
            margin: 4px 9px 30px 0;
            color: #24aeb1;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .n-str .store .st-text .arrow {
                padding-left: 10px
            }

.rt-img {
    position: absolute;
    bottom: 0;
    right: 0
}

    .rt-img img {
        width: 136px;
        height: 104px
    }

.order-medicine {
    display: flex;
    border-bottom: 1px solid #83878a;
    border-top: 1px solid #83878a;
    width: 98%;
    margin: 0 16px 32px
}

    .order-medicine .up-prescription {
        width: 50%;
        padding: 16px;
        margin: 0 16px 32px
    }

        .order-medicine .up-prescription .up-prescription-content {
            display: flex
        }

            .order-medicine .up-prescription .up-prescription-content .up-img {
                width: 80px;
                height: 80px
            }

            .order-medicine .up-prescription .up-prescription-content .up-prescrip-content {
                display: flex;
                flex-direction: column;
                padding-left: 16px
            }

                .order-medicine .up-prescription .up-prescription-content .up-prescrip-content .top1 {
                    text-align: left !important
                }

                    .order-medicine .up-prescription .up-prescription-content .up-prescrip-content .top1 h2 {
                        font-size: 20px;
                        font-family: Lato;
                        color: #151b39;
                        line-height: 28px;
                        margin: 0
                    }

                .order-medicine .up-prescription .up-prescription-content .up-prescrip-content .upload-txt {
                    display: block
                }

                    .order-medicine .up-prescription .up-prescription-content .up-prescrip-content .upload-txt div {
                        font-Family: lato;
                        font-size: 14px;
                        color: #000/Inactive;
                        padding-top: 4px;
                        padding-bottom: 6px;
                        font-weight: 400;
                        font-style: normal
                    }

                .order-medicine .up-prescription .up-prescription-content .up-prescrip-content .bottom1 {
                    display: flex;
                    align-items: center;
                    justify-content: space-between
                }

                    .order-medicine .up-prescription .up-prescription-content .up-prescrip-content .bottom1 label {
                        width: 484px;
                        height: 35px;
                        border-radius: 5px;
                        background-color: #ef4281;
                        font-size: 16px;
                        color: #fff;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 8px 16px
                    }

.vr {
    background-color: #83878a;
    width: 1px;
    height: 136px;
    margin: 12.5px 9.5px 11px
}

.no-prescription {
    width: 50%;
    padding: 16px
}

    .no-prescription .no-prescription-content {
        display: flex;
        width: 80px;
        height: 80px
    }

        .no-prescription .no-prescription-content .no-prescrip-content {
            display: flex;
            flex-direction: column;
            padding-left: 16px
        }

            .no-prescription .no-prescription-content .no-prescrip-content .top1 {
                text-align: left !important
            }

                .no-prescription .no-prescription-content .no-prescrip-content .top1 h2 {
                    font-size: 20px;
                    font-family: Lato;
                    color: #151b39;
                    line-height: 28px;
                    margin: 0
                }

            .no-prescription .no-prescription-content .no-prescrip-content .consult-txt {
                display: block
            }

                .no-prescription .no-prescription-content .no-prescrip-content .consult-txt div {
                    font-Family: lato;
                    font-size: 14px;
                    color: #000/Inactive;
                    padding-top: 4px;
                    padding-bottom: 6px;
                    font-weight: 400;
                    font-style: normal
                }

            .no-prescription .no-prescription-content .no-prescrip-content .bottom1 {
                display: flex;
                align-items: center;
                justify-content: space-between
            }

                .no-prescription .no-prescription-content .no-prescrip-content .bottom1 label {
                    width: 483px;
                    height: 35px;
                    border-radius: 5px;
                    background-color: #24aeb1;
                    font-size: 16px;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 8px 16px
                }

.recent_search_box {
    position: absolute;
    z-index: 100;
    left: 0;
    right: auto;
    display: none;
    background: #fff;
    padding: 16px;
    width: 100%;
    top: 50px !important;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2)
}

    .recent_search_box .recent_search {
        display: block
    }

        .recent_search_box .recent_search .recent_h5 {
            font-family: Lato;
            color: #83878a;
            padding: 0;
            font-size: 13px;
            height: 20px;
            line-height: 20px;
            margin: 0 0 8px
        }

            .recent_search_box .recent_search .recent_h5 img {
                width: 16px;
                height: 16px;
                margin: -3px 2px 0 0
            }

            .recent_search_box .recent_search .recent_h5 .clear-btn {
                float: right;
                cursor: pointer
            }

        .recent_search_box .recent_search h5 {
            font-family: Lato;
            color: #83878a;
            padding: 0;
            font-size: 13px;
            height: 20px;
            line-height: 20px;
            margin: 0 0 8px
        }

            .recent_search_box .recent_search h5 img {
                width: 16px;
                height: 16px;
                margin: -3px 2px 0 0
            }

            .recent_search_box .recent_search h5 .clear-btn {
                float: right;
                cursor: pointer
            }

        .recent_search_box .recent_search #recent_search_list {
            display: block;
            list-style: none;
            margin: 0;
            padding: 0
        }

            .recent_search_box .recent_search #recent_search_list li {
                float: left;
                background: #ebebeb;
                border-radius: 4px;
                width: 32%;
                margin: 0 2% 8px 0;
                font-size: 14px;
                font-family: Lato;
                padding: 0 8px;
                height: 28px;
                color: #83878a;
                line-height: 26px
            }

                .recent_search_box .recent_search #recent_search_list li:nth-child(3n) {
                    margin-right: 0
                }

                .recent_search_box .recent_search #recent_search_list li a {
                    color: #83878a;
                    text-decoration: none
                }

                .recent_search_box .recent_search #recent_search_list li .crsar_icon {
                    float: right;
                    cursor: pointer;
                    font-size: 10px
                }

#reco_quantity_php .modal-dialog, #recomm_quantity .modal-dialog {
    margin: 12% auto
}

    #reco_quantity_php .modal-dialog .modal-content, #recomm_quantity .modal-dialog .modal-content {
        padding: 16px;
        color: #0b1219
    }

        #reco_quantity_php .modal-dialog .modal-content .modal-header, #recomm_quantity .modal-dialog .modal-content .modal-header {
            padding: 0;
            margin: 0 0 16px
        }

            #reco_quantity_php .modal-dialog .modal-content .modal-header h5, #recomm_quantity .modal-dialog .modal-content .modal-header h5 {
                margin: 0;
                padding: 0;
                font-size: 24px;
                font-family: LatoBold
            }

        #reco_quantity_php .modal-dialog .modal-content .modal-body, #recomm_quantity .modal-dialog .modal-content .modal-body {
            padding: 0
        }

            #reco_quantity_php .modal-dialog .modal-content .modal-body label, #recomm_quantity .modal-dialog .modal-content .modal-body label {
                margin: 0 0 8px
            }

            #reco_quantity_php .modal-dialog .modal-content .modal-body #mTitle2, #recomm_quantity .modal-dialog .modal-content .modal-body #mTitle2 {
                font-size: 20px;
                font-family: LatoBold;
                font-weight: 400 !important
            }

            #reco_quantity_php .modal-dialog .modal-content .modal-body #mTitle3, #recomm_quantity .modal-dialog .modal-content .modal-body #mTitle3 {
                font-size: 18px;
                font-family: Lato;
                color: #83878a
            }

        #reco_quantity_php .modal-dialog .modal-content .modal-footer, #recomm_quantity .modal-dialog .modal-content .modal-footer {
            font-size: 16px;
            font-family: LatoSemiBold;
            color: #fff;
            padding: 24px 0 0;
            margin: 0;
            justify-content: space-between
        }

            #reco_quantity_php .modal-dialog .modal-content .modal-footer button, #recomm_quantity .modal-dialog .modal-content .modal-footer button {
                width: 47%;
                font-size: 16px;
                font-family: Lato
            }

                #reco_quantity_php .modal-dialog .modal-content .modal-footer button#mBtn1, #recomm_quantity .modal-dialog .modal-content .modal-footer button#mBtn1 {
                    color: #83878a;
                    background: #ebebeb
                }

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.BStext {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .BStext img {
        margin: 0 0 0 4px;
        transform: rotate(90deg)
    }

        .BStext img.ratateIcon {
            transform: rotate(270deg)
        }

    .BStext .popuptext {
        visibility: hidden;
        width: 320px;
        position: absolute;
        z-index: 1;
        left: 62%;
        top: 24px
    }

        .BStext .popuptext::after {
            content: "";
            position: absolute;
            top: -14px;
            left: 32px;
            margin-left: 0;
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent #dd4679 transparent
        }

        .BStext .popuptext .bestPrice {
            border: 1px solid #dd4679;
            margin: 0
        }

            .BStext .popuptext .bestPrice.offerUnlocked {
                border: 1px solid #25ab21
            }

    .BStext .show {
        visibility: visible;
        animation: fadeIn 1s
    }

.bestPrice {
    background: #fff1f6;
    padding: 8px 8px 12px 12px;
    border-radius: 12px;
    margin: 12px 0 0;
    font-family: Lato
}

    .bestPrice .offPrice {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .bestPrice .offPrice .priceSec {
            font-size: 14px;
            color: #141414
        }

            .bestPrice .offPrice .priceSec span {
                font-size: 14px;
                color: #dd4679;
                font-family: LatoBold
            }

        .bestPrice .offPrice .cartSec {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #fff;
            border-radius: 4px;
            padding: 4px 8px
        }

            .bestPrice .offPrice .cartSec .cartBar {
                margin: 0 8px 0 0
            }

                .bestPrice .offPrice .cartSec .cartBar .bcontainer, .bestPrice .offPrice .cartSec .cartBar .container {
                    display: flex;
                    border-radius: 8px;
                    background: #fff;
                    row-gap: 30px;
                    flex-direction: column;
                    align-items: center;
                    padding: 0
                }

                    .bestPrice .offPrice .cartSec .cartBar .bcontainer .circular-progress, .bestPrice .offPrice .cartSec .cartBar .bcontainer .circular-progress-pop, .bestPrice .offPrice .cartSec .cartBar .container .circular-progress, .bestPrice .offPrice .cartSec .cartBar .container .circular-progress-pop {
                        position: relative;
                        height: 32px;
                        width: 32px;
                        border-radius: 50%;
                        background: conic-gradient(#31af30 3.6deg,#ededed 0deg);
                        display: flex;
                        align-items: center;
                        justify-content: center
                    }

                        .bestPrice .offPrice .cartSec .cartBar .bcontainer .circular-progress-pop::before, .bestPrice .offPrice .cartSec .cartBar .bcontainer .circular-progress::before, .bestPrice .offPrice .cartSec .cartBar .container .circular-progress-pop::before, .bestPrice .offPrice .cartSec .cartBar .container .circular-progress::before {
                            content: "";
                            position: absolute;
                            height: 28px;
                            width: 27px;
                            border-radius: 50%;
                            background-color: #fff
                        }

                        .bestPrice .offPrice .cartSec .cartBar .bcontainer .circular-progress .progress-value, .bestPrice .offPrice .cartSec .cartBar .bcontainer .circular-progress .progress-value-pop, .bestPrice .offPrice .cartSec .cartBar .bcontainer .circular-progress-pop .progress-value, .bestPrice .offPrice .cartSec .cartBar .bcontainer .circular-progress-pop .progress-value-pop, .bestPrice .offPrice .cartSec .cartBar .container .circular-progress .progress-value, .bestPrice .offPrice .cartSec .cartBar .container .circular-progress .progress-value-pop, .bestPrice .offPrice .cartSec .cartBar .container .circular-progress-pop .progress-value, .bestPrice .offPrice .cartSec .cartBar .container .circular-progress-pop .progress-value-pop {
                            position: relative;
                            font-size: 18px;
                            font-weight: 600;
                            color: #a7a7a7
                        }

                    .bestPrice .offPrice .cartSec .cartBar .bcontainer .text, .bestPrice .offPrice .cartSec .cartBar .container .text {
                        font-size: 30px;
                        font-weight: 500;
                        color: #606060
                    }

            .bestPrice .offPrice .cartSec .cartValue {
                font-size: 8px;
                color: #767989
            }

                .bestPrice .offPrice .cartSec .cartValue span {
                    font-size: 12px;
                    color: #231f20;
                    margin: 2px 0 0;
                    display: block
                }

    .bestPrice .offTxt {
        width: 100%;
        font-size: 12px;
        color: rgba(0,0,0,.65);
        margin: 2px 0 0;
        font-weight: 100
    }

        .bestPrice .offTxt b {
            font-family: LatoBold;
            color: #231f20;
            font-size: 14px
        }

.offerUnlocked {
    background-color: #e3ffe3 !important
}

    .offerUnlocked #barBestPrice {
        color: #31af30 !important
    }

.bar-container {
    display: flex;
    border-radius: 8px;
    background: #fff;
    row-gap: 30px;
    flex-direction: column;
    align-items: center;
    padding: 0
}

    .bar-container .circular-progress, .bar-container .circular-progress-pop {
        position: relative;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        background: conic-gradient(#31af30 3.6deg,#ededed 0deg);
        display: flex;
        align-items: center;
        justify-content: center
    }

        .bar-container .circular-progress-pop::before, .bar-container .circular-progress::before {
            content: "";
            position: absolute;
            height: 28px;
            width: 27px;
            border-radius: 50%;
            background-color: #fff
        }

        .bar-container .circular-progress .progress-value, .bar-container .circular-progress .progress-value-pop, .bar-container .circular-progress-pop .progress-value, .bar-container .circular-progress-pop .progress-value-pop {
            position: relative;
            font-size: 18px;
            font-weight: 600;
            color: #a7a7a7
        }

    .bar-container .text {
        font-size: 30px;
        font-weight: 500;
        color: #606060
    }

.productviewbestprice {
    padding: 8px
}

    .productviewbestprice .BpImg {
        width: 12%;
        height: 12%;
        float: left;
        margin: 12px
    }

.newbestprice {
    min-height: 26px
}

    .newbestprice .BStext {
        margin-bottom: 6px;
        color: #24aeb1;
        font-weight: 700
    }

.locationNotAllow {
    color: #ea2c4c;
    font-size: 11px;
    font-family: LatoSemiBold;
    padding-left: 24px;
    margin: 3px 0 0;
    font-style: italic
}

.popuptext.offerUnlockedpopup::after {
    border-color: transparent transparent #25ab21 transparent
}
