@font-face {
    font-family: FiraSans-bold;
    src: url(../fonts/FiraSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: FiraSans-light;
    src: url(../fonts/FiraSans-Light.ttf);
    font-weight: light;
}

@font-face {
    font-family: FiraSans-regular;
    src: url(../fonts/FiraSans-Regular.ttf);
    font-weight: regular;
}

@font-face {
    font-family: FiraSans-medium;
    src: url(../fonts/FiraSans-Medium.ttf);
    font-weight: medium;
}

:root {
    --black-color: 0, 0, 0;
    --white-color: 255, 255, 255;
    --text-color: #1c262f;
    --blue-color: #127cc0;
    --gray-color: #f4f4f4;
}

body,
html {
    overflow-x: hidden;
}

html {
    font: 400 16px/1.5 "Fira Sans", sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    transition: right 0.4s ease-in-out 0s;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font: 400 15px/1.8 "Fira Sans", sans-serif;
    width: 100%;
    font-weight: 400 !important;
    font-style: normal;
    color: #333;
    position: relative;
    background-color: #EDF4F8;
}

.main_float {
    display: none !important;
}

.fab-container {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.fab {
    background: #127cc0 !important;
    height: 64px;
    width: 64px;
    border-radius: 32px;
}

.fab.fab-icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-icon-holder:hover {
    opacity: 1;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #fff;
}

.track_order {
    background: #127cc0 !important;
    color: #fff;
}

.cartButtons {
    position: relative;
}

.animated_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.quantity_btns {
    z-index: 1;
}

.animated_btn>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.wp-float {
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
}

.fab {
    width: 60px;
    height: 60px;
    background: #d23f31;
}

.fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 70px;
    right: 0;
    opacity: 1;
    display: contents;
    transition: all 0.3s ease;
    /* transform: scale(0); */
    transform-origin: 85% bottom;
}

/* .fab-options:hover,
.fab:hover+.fab-options {
    opacity: 1;
    transform: scale(1)
} */

.fab-options li {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

.fab {
    height: 64px;
    width: 64px;
    border-radius: 32px;
    transition: height 0.3s;
    transition-timing-function: ease;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-align: center;
    overflow: hidden;
}

.megaNav {
    box-shadow: 0 3px 10px #e3e3e3;
    z-index: 1;
}

.navbar .nav-item.dropdown .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .nav-item.dropdown .dropdown-menu {
    border: none;
    background-color: #fff !important;
}

.min-200 {
    min-width: 196px;
}

.t-red {
    color: #d90915;
}

.t-medium {
    font-weight: 500;
}

.t-capitalize {
    text-transform: capitalize;
}

.siderbar-header {
    padding-left: 1.6rem !important;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.2px solid #e2e2e2;
}

.siderbar-header h6 {
    font-weight: 500;
}

.sidebar-menu {
    min-width: 195px;
    border-right: 0.2px solid #e3e3e3;
}

.sidebar-menu ul li.active {
    background-color: #127cc0 !important;
}

.form-control:disabled,
.form-control[readonly] {
    /* background-color: #fff;
    opacity: 1;
    color: #797979; */

    /* background-color: #edf4f8;
    border: 1px solid #D6EBF7; */
    background-color: #79797930;
    border: 1px solid transparent;
}

.sidebar-menu ul li.active a {
    color: #fff;
}

.dropdown-menu .nav-link {
    font-size: 12px;
    font-weight: 400;
}

.nav-item .dropdown.nav-link .dropdown-item {
    font-size: 12px;
    border-top: 0.5px solid #e0e0e0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.nav-item .dropdown.nav-link .dropdown-item:first-child {
    border-top: none;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
}

.nav-item .dropdown.nav-link .dropdown-item:last-child {
    border-top: 0.5px solid #e0e0e0;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
}

.nav-item .dropdown.nav-link .dropdown-menu {
    min-width: 8rem;
    border: none;
    box-shadow: 0 3px 8px 0 #0000001a;
    border-radius: 0;
    top: 9px !important;
}

.accountDropdown {
    background: 0 0 !important;
    border: none !important;
    -webkit-appearance: none !important;
    margin-right: 30px;
}

.navbar .dropdown-menu {
    overflow: hidden;
    min-width: 16rem;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #0D65AB22;
    padding: 0px;
    border: 0px;
    left: -50px;
    z-index: 10000;
}

.navbar .dropdown-item {
    font-size: 15px !important;
    width: 100%;
    font-weight: 400;
    color: #212529;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0D65AB22;
}

.navbar .dropdown-item:last-child {
    border-bottom: 0px;
}

.navbar .dropdown-item .l-coin {
    height: 31px;
    width: 31px;
    margin-right: 10px;
}

.product img.coin {
    height: 31px;
    width: 31px;
}

.nav-header {
    font-size: 14px;
    font-weight: 500;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.dropdown-arrow {
    max-width: 10px;
    margin-bottom: 3px;
}

.nav.row .nav-item.col p {
    margin-bottom: 0.5rem;
}

.nav.row .nav-item.col {
    margin-top: 0.5rem;
}

@media screen and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .megaNav .container {
        position: static;
    }

    .navbar .nav-item {
        padding: 0.5rem 0.5rem;
    }

    .navbar .nav-item.dropdown {
        position: static;
    }

    .navbar .nav-item.dropdown .dropdown-menu {
        width: 101%;
        left: -1px;
        right: 0;
        bottom: 0;
        min-height: 70vh;
        height: fit-content;
        margin-top: -2px !important;
        border-radius: 0;
    }

    .navbar .nav-item.dropdown .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        background-color: #fff !important;
        -webkit-background-color: #fff !important;
        -moz-background-color: #fff !important;
        -o-background-color: #fff !important;
        z-index: 11111;
    }
}

* {
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blackColor {
    color: rgb(var(--black-color));
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.smallHeading.letter-s-0 {
    letter-spacing: 0;
    text-transform: capitalize;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

b,
strong {
    font-weight: 700;
    position: relative;
}

a:active,
a:focus,
a:hover {
    color: inherit;
    outline: 0 !important;
    text-decoration: none;
}

li,
ol,
ul {
    list-style: none;
}

audio,
img,
video {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: 600;
    letter-spacing: 0;
}

.text-upper {
    text-transform: uppercase;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
}

.checkout h4 {
    font-size: 15px;
}

h4 samll {
    font-size: 16px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 1rem;
}

h3.lh1 {
    line-height: 1.4;
}

.t-bold {
    font-family: FiraSans-bold;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.f40 {
    font-size: 40px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-0 {
    margin-bottom: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.c-point {
    cursor: pointer;
}

.p-0 {
    padding: 0;
}

.p-20 {
    padding: 20px;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.p-a {
    position: absolute !important;
}

.op-6 {
    opacity: 0.6;
}

.w-fc {
    width: fit-content;
}

.w-20 {
    width: 20%;
}

.w-40 {
    width: 40%;
}

.w-50-p {
    width: 50px;
}

.w-50-p {
    width: 50px;
}

.w-100-p {
    width: 100px;
}

.w-200-p {
    width: 200px;
}

.t-w {
    color: #fff !important;
}

.t-red {
    color: red !important;
}

.t-pink {
    color:#F7597F !important;
}

.t-yellow {
    color: #FDBE2D !important;
}

.t-purple {
    color:#7C3BBC !important;
}

.t-cap {
    text-transform: capitalize;
}

.t-low {
    text-transform: lowercase;
}

.t-ul {
    text-decoration: underline;
}

.f-ita {
    font-style: italic;
}

.swal-button--confirm {
    background: #007bc0 !important;
}

.swal-button--confirm:hover {
    opacity: 0.8;
}

.heading {
    font-size: 16px !important;
}

.blogdetails h1 {
    font-size: 27px;
    color: var(--blue-color);
}

.careersdetails h1,
.static_heading h1 {
    font-size: 27px;
}

.date,
.smallHeading {
    font-size: 14px;
    letter-spacing: 0;
}

.smallHeading-2 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 3;
}

.smallHeading-3 {
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
    color: #127cc0;
}

.largeHeading {
    font-size: 46px;
    line-height: 91px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
}

.midHeading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.atc_btn:hover {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.add_to_cart.btnsuccess i {
    color: #fff;
}

.add_to_cart.btnsuccess {
    border-color: #28a745 !important;
    background-color: #28a745 !important;
    -webkit-background-color: #28a745 !important;
    -moz-background-color: #28a745 !important;
    -o-background-color: #28a745 !important;
    pointer-events: none;
}

button.btnsuccess:hover {
    border-color: #28a745 !important;
    background-color: #28a745 !important;
    -webkit-background-color: #28a745 !important;
    -moz-background-color: #28a745 !important;
    -o-background-color: #28a745 !important;
    pointer-events: none;
}

.prescription {
    font-size: 10px;
    color: #ff6c00;
    background: #fd6c2120;
    padding: 0.3rem 1rem;
    width: fit-content;
    border-radius: 0px;
    border-top-left-radius: 10px;
    position: absolute;
    bottom: 0;
    right: -17px;
    margin-bottom: 0px;
}

.samiHeading {
    color: #383838;
    font-weight: 500;
    font-size: 13px;
}

.custom-control-label,
a.card-title {
    color: #242424 !important;
    font-size: 11px;
    padding-top: 3px;
}

.add .custom-control {
    min-height: 2rem;
    padding-left: 0;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    margin-right: 0.25rem;
}

.add .custom-control-label {
    color: #127cc0 !important;
    font-size: 13px;
    border: 1px solid #d6ebf7;
    padding: 10px 20px;
    background: #d6ebf7;
    font-weight: 400;
    border-radius: 50px;
}

.add .custom-control-input:checked~.custom-control-label {
    color: #fff !important;
    border: 1px solid #127cc0;
    font-weight: 600;
    background: #127cc0;
}

.bg-white {
    background: #fff;
}

.bg-orange {
    background: #fd6c2110;
}

.bg-grey {
    background: #EDF4F8;
}

.trends {
    min-height: 85vh;
}

.add-to-cart-plus {
    flex-wrap: nowrap;
    justify-content: end;
}

.add-to-cart-plus.show {
    background-color: #d6ebf7;
}

.add-to-cart-plus .input-group-append {
    margin: 0 !important;
    justify-content: flex-end;
}

.add-to-cart-plus .add-to-cart-prepends,
.add-to-cart-plus .input-group-prepend {
    width: 100%;
}

.add-to-cart-plus .input-group-prepend input {
    max-width: fit-content;
}

.bg-blue {
    background: #127cc0;
}

.bg-lightblue {
    background: #d6ebf7;
}

.bg-red {
    background: #d90915;
    border-color: #d90915;
}

.bg-lightblue {
    background: #d6edff;
}

.bg-yellow {
    background: #fff2c7;
}

.input-group-append {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.input-group-append span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-right: 8px;
}

.t-blue {
    color: #127cc0;
}

.t-silver {
    color: #f3f3f4;
}

.add .custom-control-label::after,
.add .custom-control-label::before {
    display: none;
}

.checkout {
    min-height: 450px;
}

.checkOut .custom-control-label {
    font-size: 16px;
}

.checkOut .custom-control.delivery {
    border: 1px solid #eee;
    padding: 1rem 2rem !important;
    border-radius: 5px;
}

.delivery .custom-control-label span {
    color: #127cc0;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
}

.delivery .custom-control-label span:first-child {
    float: left;
    color: #959595;
    font-size: 12px;
    font-weight: 700;
}

.custom-radio .custom-control-input:checked~.custom-bg::after {
    background: url(/theme/images/c1.png) no-repeat;
    background-size: 100%;
}

.custom-control-input:checked~.custom-bg::before {
    color: #fff;
    border-color: #fff !important;
    background-color: #fff !important;
}

.custom-control-input:checked~.custom-bg::before {
    color: #fff;
    border-color: #fff !important;
    background-color: #fff !important;
}

.checkbox-standard:after {
    top: 1.4rem !important;
    left: -1.5rem;
    width: 1.4rem !important;
    height: 1.4rem !important;
}

.custom-radio-size:after {
    width: 1.4rem !important;
    height: 1.4rem !important;
}

.product-details .custom-control-label::after {
    top: 3.7px !important;
    left: -24.65px !important;
}

.of-hide {
    overflow: hidden !important;
}

.delivery .custom-control-label span:last-child {
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 300;
}

.delivery .custom-control-label::after,
.delivery .custom-control-label::before {
    top: 1.5rem;
}

.dataNav ul {
    margin-bottom: 0;
    margin: 0;
    padding: 0 1.8rem;
}

.secondNav .dataNav ul {
    padding: 0 0;
}

.dataNav ul li {
    font-size: 12px;
    line-height: 2;
}

.dataNav ul li.act,
.dataNav ul li:hover {
    color: #d90010;
    text-decoration: underline;
}

a.smallHeading {
    text-decoration: underline;
}

button:active,
button:focus {
    outline: 0 !important;
    text-decoration: none;
}

.text-link {
    text-decoration: underline;
}

.showMore {
    letter-spacing: 0;
    font-size: 13px;
    color: #242424;
    font-family: FiraSans-regular;
}

.showMore span {
    color: #242424;
}

.contact .text-link {
    color: #414042;
    letter-spacing: 0;
}

.contact .text-link:hover {
    color: #127cc0;
}

.order-summary {
    font-size: 15px;
}

.text-link:hover {
    text-decoration: none;
}

.clr-1 {
    color: var(--blue-color) !important;
}

.clr-2 {
    color: #127cc0;
}

.clr-3 {
    color: #127cc0;
}

.clr-4 {
    color: #d90010;
}

.clr-5 {
    color: #5d5d5d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn.focus,
.btn:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-transition: bottom 0.2s ease;
    -ms-transition: bottom 0.2s ease;
    -o-transition: bottom 0.2s ease;
    transition: bottom 0.2s ease;
}

.icon {
    height: 60px;
    display: block;
    margin-bottom: 1rem;
}

.icon img {
    height: 100%;
}

.icon-3 {
    width: 36px;
    float: left;
    margin-right: 1.5rem;
    text-align: center;
}

.icon-3 img {
    width: 100%;
}

.icon-2 {
    height: 80px;
    width: 80px;
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 1rem;
    background: #ddf0f7;
    border-radius: 20rem;
    text-align: center;
    vertical-align: middle;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 2.2;
}

.iconText {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 0.6;
    color: #085899;
}

.iconText small {
    letter-spacing: 1.7px;
    font-size: 17px;
    text-transform: uppercase;
    color: #313131;
}

.fw-3 {
    font-weight: 300 !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fw-7 {
    font-weight: 800 !important;
}

.fw-9 {
    font-weight: 700;
    font-style: normal;
}

.fs-1 {
    font-size: 1rem;
}

.fs8 {
    font-size: 8px !important;
    line-height: 10px;
}

.fs9 {
    font-size: 9px !important;
    line-height: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs25 {
    font-size: 25px !important;
}

.checkout h4.fs30,
.fs30 {
    font-size: 26px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs26 {
    font-size: 26px !important;
}

.padding-t {
    padding-top: 70px !important;
}

.padding-b {
    padding-bottom: 70px;
}

.margin-t {
    margin-top: 70px;
}

.padding-b-2 {
    padding-bottom: 150px;
}

.padding-b-2 {
    padding-bottom: 250px;
}

.padding-t-3 {
    padding-top: 250px;
}

.padding-t-2 {
    padding-top: 150px;
}

.margin-b-2 {
    margin-bottom: -150px;
}

.margin-t-1 {
    margin-top: -70px;
}

.margin-t-1-5 {
    margin-top: -120px;
}

.margin-t-2 {
    margin-top: -150px;
}

.order_tabs .order_tab {
    background: 0 0;
    border: none;
    width: 49%;
    padding: 0.375rem 0.75rem;
    text-align: center;
    border-bottom: 2px solid #a7a7a7;
    color: #a7a7a7;
    font-weight: 500;
}

.order_tabs .order_tab.active {
    border-bottom: 2px solid #127cc0;
    color: #127cc0;
}

.wrapper {
    background: #edf4f8 !important;
    overflow: hidden;
    width: 100%;
}

.bg_wrapper {
    background: url(../images/bg_login.png) no-repeat center center !important;
    background-size: cover !important;
}

.tick_gif {
    max-width: 260px;
}

.wrapper .slick-track {
    margin-left: 0 !important;
}

.boxshadow {
    box-shadow: 0 0 12px -1px #0000001a;
}

.wrapper.account .padding-t {
    padding-top: 25px !important;
    background: transparent;
}

.wrapper.account .nav-tabs .nav-linkx {
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper.account .nav-tabs {
    padding-bottom: 0.5rem !important;
}

.tableform {
    border-radius: 4px;
}

.tableBody .delivered,
.tableBody .pending,
.tableBody .text-danger {
    font-size: 11px;
    border-radius: 50px;
    padding: 0.3rem 0.6rem !important;
    width: fit-content;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0px;
}

.tableBody .text-danger {
    color: #dc3545;
    background-color: #dc354520;
}

.tableBody .delivered {
    color: #79cc84;
    background-color: #79cc8420;
}

.tableBody .pending {
    color: #ff7f00;
    background-color: #fd6c2110;
}

.ui-menu-item .Product {
    color: #ff8b39;
    background-color: #fd6c2110;
    padding: 0.3rem 0.6rem !important;
}

.ui-menu-item .Category {
    color: #127cc0;
    background-color: #127cc020;
    padding: 0.3rem 0.6rem !important;
}

.ui-menu-item .Generic {
    color: #242424;
    background-color: #24242420;
    padding: 0.3rem 0.6rem !important;
    border-radius: 8px;
}

.navbar-brand {
    width: 160px;
}

.navigation .navbar {
    padding: 0.5rem 0 0;
    width: 100%;
}

.dropdown-menu .dataNav ul.plus-8 li {
    width: 40% !important;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link {
    color: #242424;
    margin: 0 0.25rem;
}

.hero {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: rgba(var(--white-color), 1);
    height: 375px;
}

.searchIcon {
    /* position: absolute;
    top: 7px;
    right: 10px; */
    color: #127cc0;
    border: none;
    background: 0 0;
}

.form-group {
    position: relative;
}

.headerSearch {
    background-color: #edf4f8;
    border-radius: 20px;
    padding-left: 20px;
}

.headerSearch input {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.cart-detail {
    min-width: 50px;
}

.cart-detail .cart_label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.cart-detail .cart_item {
    color: #fff;
    font-size: 12px;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.lighter-text {
    color: #abb0be;
}

.main-color-text {
    color: #242424;
    font-size: 12px;
    font-family: FiraSans-regular;
}

.close.right {
    right: 0.7rem !important;
}

#track_btn {
    height: 44px;
}

.cartpopup {
    margin: auto;
    width: 100%;
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 10000;
    display: none;
    transition: all 0.5s ease-in-out;
}

.ui-menu-item-wrapper .fs12.fw-4.mb-2 {
    display: flex;
    flex-direction: column;
}

.cartpopup.show {
    display: block;
}

.badge {
    color: #242424;
    display: inline-block;
    font-size: 12px;
    font-family: FiraSans-regular;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.border-radius {
    border-radius: 5px;
}

.border-radius20 {
    border-radius: 20px;
}

.border-radius50 {
    border-radius: 50px;
}

.w-mn-100 {
    width: 100%;
    min-width: 100%;
}

.shopping-cart {
    margin: 20px 0;
    float: right;
    background: #fff;
    min-width: 400px;
    position: relative;
    border-radius: 0;
    box-shadow: 0 5px 10px #e3e3e3;
}

.shopping-cart .shopping-cart-header {
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: left;
}

.shopping-cart .shopping-cart-items {
    padding-left: 0;
    min-height: 120px;
    max-height: 247px;
    overflow-y: auto;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}

.item-total .total,
.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.item-total .price,
.shopping-cart .shopping-cart-items .item-price {
    color: #0065ab;
    margin-right: 8px;
    font-size: 13px;
    font-family: FiraSans-regular;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.shopping-cart .shopping-cart-items .item-price span {
    color: #5d5d5d;
    font-size: 13px;
    font-family: FiraSans-regular;
    font-weight: 400;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #242424;
    font-size: 11px;
    margin-bottom: 0.4rem;
}

.shopping-cart .shopping-cart-items .item-type {
    color: #242424;
    font-size: 11px;
    margin-bottom: 0.4rem;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.item-total {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding-bottom: 6px;
    padding-top: 15px;
}

.item-total .total {
    padding-top: 0;
}

.reviews_cont {
    padding: 0.3rem 0.7rem;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: -2px;
    left: 0;
}

.reviews_cont .starText {
    font-size: 10px;
    color: #5a5a5a;
}

.reviews_cont .fa-start {
    color: 16px;
}

.button {
    background: #127cc0;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    margin: 25px 0 15px 0;
}

.button:hover {
    background: #729ef9;
    color: #fff;
}

.clearfix {
    text-align: left;
}

.cartProd {
    max-width: 90px;
    margin-right: 0.7rem;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.headerSearch .btn {
    border-right: 0.2px solid #b3b3ba !important;
}

.search .btn {
    background: #fff;
    height: 40px;
    border: none;
    width: fit-content;
    padding: 0.5rem 0.75rem !important;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.search .btn:hover {
    background-color: #1261a2;
}

.search .form-control,
.search .form-control:focus {
    /* padding: 1.2rem 1rem;
    padding: 1.2rem 1rem;
    height: 40px;
    font-size: 12px;
    color: #127cc0 !important;
    background: transparent;
    border-radius: 20px;
    border: none; */

    font-size: 15px;
    font-weight: 400;
    color: #333;
    background-color: #edf4f8;
    border-radius: 50px;
    border: none !important;
    height: 49px;
}

.search .form-control::placeholder {
    color: #127cc0 !important;
}

.address-modal .form-control {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #d6ebf7;
    height: 49px;
}

.address-modal .form-control:focus {
    background-color: #fff;
    border: 1px solid #d6ebf7;
}

.city-drop {
    font-size: 12px !important;
    color: #333;
}

.search-2 .input-group-append .btn {
    background-color: #d90010;
    color: #fff;
}

.search-2 .form-control {
    background-size: 12px;
    cursor: pointer;
    padding-left: 2rem;
    height: 46px;
}

.search.mobile .btn,
.search.mobile .form-control {
    background: #fff;
}

.search .form-control::-webkit-input-placeholder {
    font-weight: 400;
    color: #acacac;
}

.listItem li {
    margin-bottom: 0.5rem;
}

.search .form-control::placeholder {
    color: #acacac;
    font-weight: 400;
}

.search .form-control:-moz-placeholder {
    color: #acacac;
    font-weight: 400;
}

.search .form-control::-ms-input-placeholder {
    color: #acacac;
    font-weight: 400;
}

.search-2 .form-control::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.search-2 .form-control::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.search-2 .form-control:-moz-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.search-2 .form-control::-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.ripple {
    background-position: center;
    transition: background 0.8s;
}

.ripple:hover {
    background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}

.ripple:active {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
}

.icon-home {
    width: 65px;
}

.chip {
    padding: 2rem;
    height: 100%;
    min-height: 224px;
    width: 100%;
    border-radius: 0.25rem;
}

.box {
    background: rgba(0, 101, 171, 0.7);
}

.box2 {
    font-size: 15px;
    border-radius: 20px;
}

.box3 {
    border: 1px solid #eee;
    font-size: 14px;
    border-radius: 5px;
    background-color: #fff;
}

.box2.box3 {
    font-size: 14px;
}

.box2 .tab-pane {
    padding: 0 2rem;
}

.box3 .nav-item .nav-link {
    margin-right: 20px !important;
}

.bdr-t {
    border-top: 1px solid #eee;
}

.box-2 {
    border: 1px solid #fff;
    background: #fff;
    padding: 2rem 0.5rem 0;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.box-2.hs {
    padding: 0 !important;
}

.fade-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: linear-gradient(to top, #000, transparent);
    opacity: 0.8;
    border-radius: 5px;
}

.bg-height {
    height: 56px;
}

.box-2.brand {
    padding: 0.5rem;
    border: none;
}

.box-2.brand img {
    border-radius: 12px;
    width: 240px;
}

.wrapper {
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    padding-right: 0px;
    color: #127cc0;
}

.breadcrumb-item.active {
    color: #127cc0;
    text-decoration: underline;
}

.breadcrumb-item:hover {
    color: #127cc0;
}

.breadcrumb {
    font-size: 10px;
    background-color: transparent;
    font-weight: 300;
    padding: 0;
    margin-bottom: 10px;
}

.product-details .breadcrumb a {
    font-weight: 400;
}

.Page {
    display: inline-block !important;
}

.page-link {
    border: none;
    color: #b2b2b2;
    background: 0 0;
}

.pagination .page-item:first-child {
    background: #d6ebf7;
    border-radius: 100px;
}

.pagination .page-item {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    border-radius: 100px;
}

.pagination .page-item .page-link {
    color: #127cc0;
    line-height: 1.1;
    height: 32px;
    width: 32px;
}

.pagination .page-item .page-link.active {
    background: #fff;
    color: #127cc0 !important;
    border-radius: 100px;
}

.pagination .page-item:last-child {
    background: #d6ebf7;
    border-radius: 100px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fec01b;
    border-color: #d7489a;
    font-weight: 600;
    border-radius: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: auto 0.5rem;
}

.page-item.disabled .page-link {
    color: #b2b2b2;
    background: 0 0;
}

.page-link:hover {
    color: #fec01b;
    text-decoration: none;
    background: 0 0;
}

.page-item:last-child .page-link {
    color: #006cd8;
}

.page-link:focus {
    box-shadow: none;
}

.t-black {
    color: #242424;
}

.text-black {
    color: var(--text-color);
}

.navigation {
    position: relative;
}

.secondNav {
    background: #fff;
    height: fit-content;
    padding-top: 10px !important;
    padding-bottom: 6px !important;
}

.secondNav .navbar-nav {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.secondNav .navbar-nav .active>.nav-link,
.secondNav .navbar-nav .nav-link,
.secondNav .navbar-nav .nav-link.active,
.secondNav .navbar-nav .nav-link.show,
.secondNav .navbar-nav .show>.nav-link {
    color: #000;
}

.secondNav .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
}

.secondNav .card-title {
    font-weight: 600;
}

.secondNav .dropdown-toggle:after {
    color: #127cc0;
    font-weight: 800;
    font-variant: contextual;
}

.secondNav .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0 !important;
}

.secondNav .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0 !important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 76%;
}

.navbar-light .navbar-toggler {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 1px;
    font-size: 13px;
}

.nav-down,
.nav-up {
    transition: top 0.3s ease-in-out;
    background: linear-gradient(180deg,
            rgb(var(--black-color), 1) 2.45%,
            rgba(var(--black-color), 0) 97%);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--blue-color);
}

.my-account {
    margin-left: 1rem;
    white-space: nowrap;
    display: inline-block !important;
    vertical-align: middle;
}

.my-account:hover {
    font-weight: 700;
}

.my-account:hover {
    color: var(--blue-color);
}

.socialMediaLinks .list-inline {
    padding-top: 7px;
    line-height: 0;
    display: inline-flex;
    margin-bottom: 8px;
}

.readmore_btn {
    color: #004b86;
    background: #fff;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    width: 150px;
    text-align: center;
}

.p-rel {
    position: relative;
}

.arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 0.2px solid #80a5c2;
}

.slick-dots {
    display: none !important;
}

.slick-nextbtn,
.slick-prevbtn {
    color: #fff;
    font-size: 16px;
    background: 0 0;
    border: none;
}

.socialMediaLinks .list-inline-item a {
    background-color: #127cc0;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.1;
    color: #fff;
    font-size: 14px;
}

.socialMediaLinks .list-inline-item a:hover {
    background-color: #127cc0;
}

.cartImage {
    border-radius: 5px;
    padding: 3px;
    text-align: center;
    position: relative;
}

.minw {
    min-width: 300px;
}

.cartImage img {
    height: 75px;
}

.searchImg {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px;
    overflow: hidden;
    margin-right: 0.5rem;
    border: 0.2px solid #dedede;
}

.searchImg img {
    height: 100%;
    overflow: hidden;
}

.cart h4.productTtile {
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 4px;
    margin-bottom: 0;
}

.cart a i {
    color: #127cc0;
    display: block;
}

.cart a i:hover {
    color: #d90010;
}

.cart-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--blue-color);
    padding: 1px 5px;
    text-align: center;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 2;
    color: #fff;
}

.textLink {
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #1b252c;
}

.blogdetails .textLink span {
    text-decoration: underline;
}

.cart-control .cart-item {
    position: relative;
    font-size: 12px;
}

.cart-control .cart-item span {
    background: #fec01b;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    text-align: center;
}

.stepper,
.stepper li {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #bebebe;
    font-size: 13px;
}

.stepper li {
    margin-right: 2.5rem;
    letter-spacing: 1.47px;
    font-size: 14px;
    padding-bottom: 10px;
    margin-left: -4px;
}

.stepper li .circle {
    background: #c3c3c3;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 3rem;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    background: #c3c3c3;
    color: #fff;
    line-height: 2;
    display: inline-block;
    margin-right: 5px;
}

.stepper li.active {
    font-weight: 700;
    font-style: normal;
    color: #127cc0;
    border-bottom: 2px solid #127cc0;
}

.stepper li.active .circle {
    background: #d90010;
    color: #fff;
}

.custom-control {
    min-height: 2rem;
    padding-left: 1.5rem;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.form-control,
.form-control:active,
.form-control:focus {
    /* padding: 1.2rem 1rem;
    color: #127cc0;
    height: 50px;
    border: solid 0.5px #d0d0d0;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 5px; */
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background-color: #EDF4F8;
    border-radius: 50px;
    height: 49px;
    border: 1px solid #D6EBF7;
}

.cartButtons .form-control:focus {
    padding-left: 0;
}

.add .form-control {
    color: #242424;
}

.val {
    border-color: #28a745 !important;
}

.val:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    width: 35px;
    height: 35px;
    color: #229618;
    position: absolute;
    top: 9px;
    right: -3px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}

.dropdown-toggle:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e913";
    color: #fff;
    border-top: none;
    border-right: none;
    vertical-align: inherit;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 0;
}

.contact .form-control {
    background: #fff;
    padding: 1.6rem 1rem;
    border: 1px solid #f3f3f3;
    color: #333;
    height: 49px;
}

.form-control::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

.form-control::placeholder {
    color: #acacac;
    font-weight: 300;
}

.form-control:-moz-placeholder {
    color: #acacac;
    font-weight: 300;
}

.form-control::-ms-input-placeholder {
    color: #acacac;
    font-weight: 300;
}

.nav-tabs .nav-link {
    font-size: 15px;
    color: #242424;
    border: 1px solid #fff;
    letter-spacing: 0.12rem;
}

.min-h,
.tab-content {
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-item:last-child {
    margin-bottom: 0;
    margin-right: 17px;
}

.nav-tabs.sort .nav-item:last-child {
    margin-right: 0;
}

.sort a {
    font-size: 11px;
    color: #127cc0;
    border: 0.1px solid #d6ebf7;
    padding: 10px 20px;
    background-color: #d6ebf7;
    letter-spacing: 0;
    border-radius: 20px;
    margin-left: 0.8rem;
}

.sort a.act,
.sort a:hover {
    color: #fff;
    background: #127cc0;
    border: 0.2px solid #127cc0;
}

.sort span {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    border: 0.2px solid #d6ebf7;
    color: #127cc0;
    margin-bottom: 10px;
    border-radius: 50px;
    margin-right: 10px;
    min-height: 39px;
    background-color: #d6ebf7;
}

.sort span.active {
    border: 0.2px solid #127cc0;
    color: #fff;
    background: #127cc0;
    font-weight: 600;
}

.accordion>.card>.card-header {
    margin-bottom: 0px;
    padding: 1.5rem 0rem;
    border-bottom: 0px;
}

.sorttext {
    font-size: 12px;
}

.nav-linkx.sort_btn.active {
    color: #fff;
    background: #127cc0;
    border: 1px solid #127cc0;
}

#myTab .nav-link.active {
    border: none;
}

#myTab .nav-item.active {
    border-bottom: 2px solid #127cc0;
}

.nav-tabs.sort .nav-linkx {
    border-radius: 20px;
    font-weight: 400;
}

.nav-tabs.sort .nav-linkx.active {
    border: none;
    border-radius: 20px;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #127cc0;
    padding: 0.45rem 1rem;
    border-radius: 6px;
}

.account .nav-tabs .nav-item.show .nav-link,
.account .nav-tabs .nav-link.active {
    border: none;
    padding: 0.45rem 1rem;
}

.account .group label {
    color: #c6c6c6;
    font-size: 12px;
    font-weight: 400;
    /* position: absolute; */
    pointer-events: none;
    /* left: 5px;
    top: -16px; */
    padding-left: 20px;
    transition: 0.3s ease all;
    margin-bottom: 0px;
}

.account .group {
    position: relative;
    margin: 1rem 0;
}

.account .infoForm input:focus~label,
.account .infoForm input:valid~label,
.account .infoForm input~label,
.account .infoForm textarea:focus~label,
.account .infoForm textarea:valid~label,
.account .infoForm textarea~label {
    top: -14px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    padding: 5px 10px;
}

.account .nav-tabs .nav-link {
    color: #bebebe;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 0;
}

/* .account .form-control {
    height: 55px;
} */

.pending {
    color: #ff921e;
    font-style: italic;
}

.delivered {
    color: #39b44a;
    font-style: italic;
}

.account .nav-tabs .nav-item.show .nav-link,
.account .nav-tabs .nav-link.active,
.box2 .nav-tabs .nav-item.show .nav-link,
.box2 .nav-tabs .nav-link.active {
    color: #1c262f;
    background-color: #fff;
    border-bottom: 4px solid #d90010;
    border-radius: 0;
    font-weight: 600;
    padding: 0;
}

.account .nav-tabs .nav-item.show .nav-link,
.account .nav-tabs .nav-link.active,
.box3 .nav-tabs .nav-item.show .nav-link,
.box3 .nav-tabs .nav-link.active {
    color: #1c262f;
    background-color: #fff;
    border-bottom: 2px solid #127cc0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 19px;
}

.box3 .nav-tabs .nav-link {
    padding-left: 30px !important;
    padding-right: 30px;
    margin-right: 0 !important;
}

.maindrop.show {
    background-color: #127cc010;
}

.file-icon::before {
    content: url(../images/surface1.svg) !important;
}

.dropify-wrapper:hover {
    background-image: none !important;
    animation: none !important;
}

.dropify-filename .file-icon::before {
    opacity: 0;
}

.health_tabs ul {
    padding-left: 0;
}

.health_tabs ul li.active {
    background: #127cc0;
    color: #fff !important;
    border: 0.5px solid #127cc0;
}

.health_tabs ul li {
    border: 0.5px solid #d6d6d6;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
}

.health_tabs ul li:hover {
    background: #127cc0;
    color: #fff !important;
    border: 0.5px solid #127cc0;
}

.megaNav>nav>div>ul>li:hover {
    background-color: #127cc010;
}

.box3 .nav-tabs .nav-link:first-child {
    padding-left: 0;
    padding-bottom: 19px;
    padding-right: 30px;
}

.account .nav-tabs .nav-item.show .nav-link,
.account .nav-tabs .nav-link.active {
    padding: 0.45rem 0;
}

.payment_box .custom-control-label::after,
.payment_box .custom-control-label::before {
    width: 1.3rem !important;
    height: 1.3rem !important;
    top: 0.05rem;
}

.payment_box .custom-control-label::before {
    background: #ddd;
    border-color: #ddd;
}

.payment_box .custom-control-label {
    padding-left: 7px;
}

label small {
    font-weight: 300;
}

#homeContent h1,
#homeContent h2,
#homeContent h3,
#homeContent h4,
#homeContent h5,
#homeContent h6 {
    color: #898989;
    font-size: 18px !important;
    font-weight: 500;
}

#homeContent,
#homeContent div,
#homeContent p,
#homeContent span {
    font-size: 13px;
    line-height: 26px;
    color: #333333;
}

.user-img {
    width: 180px;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
}

.user-img img {
    height: 190px;
}

.icon-pen {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    position: absolute;
    bottom: 6%;
    right: 6%;
}

.blue-border {
    border: 2px solid #127cc0;
}

.ratingTitle {
    font-size: 15px;
    color: #127cc0;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 2px;
    text-align: left;
}

.box2.product.sideBar>div {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.cartpreview {
    height: 80px !important;
    border-radius: 5px;
}

.header_cart div {
    font-weight: 500;
    font-size: 15px;
    color: #127cc0;
}

.cartRow {
    position: relative;
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #d6ebf7;
    padding: 0.5rem 0rem !important;
}

.cartRow .prescription {
    bottom: -8px;
}

.cartRow:last-child {
    border-bottom: 0 !important;
}

.cart-bill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: .5rem */
    margin-top: 15px;
}

.cart-bill .title {
    font-size: 15px;
    font-weight: 400;
}

.cart-bill .price {
    font-size: 15px;
    color: #127cc0;
    font-weight: 500;
}

.cart-bill2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: .5rem */
    padding-top: 15px;
}

.cart-bill2 .title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.cart-bill2 .price {
    font-size: 15px;
    color: #127cc0;
    font-weight: 600;
    margin-bottom: 0px;
}

.box2 .cart-bill:last-child {
    border-bottom: 1px solid #eee;
}

.box2 hr {
    margin-top: 0;
}

.ratingTitle.letter-S-0 {
    letter-spacing: 0;
}

.box2 .nav-tabs .nav-link {
    font-size: 17px;
    color: #959595;
    border: 0;
    border-bottom: 4px solid #fff;
    font-weight: 300;
    margin: 0;
    margin-top: 0.1rem;
    padding: 0;
    letter-spacing: 0;
}

select.form-control {
    height: 49px;
    margin-bottom: 0;
}

.brd-r-5 {
    border-radius: 7px;
}

.brder-left {
    border-right: 0.4px solid #b9b9b9;
}

.product-details select.form-control {
    height: 49px !important;
    font-size: 14px;
}

/* ,
input.quantity:active,
input.quantity:hover */

input.quantity:focus {
    max-width: 100%;
}
input.quantity,
input.quantity:focus {
    /* min-width: 30px; */
    /* max-width: 40px; */
    height: 38px;
    padding: 0;
    background-color: transparent !important;
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px !important;
    text-align: center;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

input.quantity:focus {
    color: #333 !important;
}

.product-details .input-group {
    border-radius: 20px;
    /* background-color: #d6edff; */
    width: 100%;
    flex-wrap: nowrap;
}

.quantitybtn.incbtn {
    color: #ffff !important;
    background-color: #127cc0;
}

.quantitybtn.decbtn {
    color: #333333 !important;
    background-color: #bee2fe;
}

.quantitybtn {
    width: 38px;
    min-width: 38px;
    border: none;
    border-radius: 100px;
    font-size: 14px;
    padding: 0;
    height: 38px;
    line-height: 0;
}

.quantitybtn:hover {
    /* color: #fff;
    background-color: #127cc0; */
}

.lh2 {
    line-height: 25px;
}

.card {
    border: none;
    border-radius: 10px;
}

.btn-header-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

select {
    background-color: #fff;
    border: thin solid #00f;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-weight: 900;
    float: right;
}

.pdetails select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        linear-gradient(to right, #afd2ea, #afd2ea);
    background-position: calc(100% - 17px) calc(1em + 4px),
        calc(100% - 12px) calc(1em + 4px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 3em;
    background-repeat: no-repeat;
}

.addressTab .custom-control-label {
    background-color: #fff;
    color: #242424 !important;
    font-size: 14px;
    font-weight: 400;
}

.dp-menu.show {
    top: 50px !important;
    left: 0 !important;
    transform: none !important;
}

select {
    background-image: url(../images/svg/chevron_right2.svg);
    background-position: 97%;
    background-repeat: no-repeat;
}

select.form-control.add {
    height: 49px;
}

.product-cart-option select.form-control {
    height: 49px;
    padding: 0 0.25rem 0 0.5rem;
    margin-bottom: 0;
    width: 76px;
    display: inline-block;
}

.product-cart-option a {
    color: #127cc0;
    font-weight: 300;
    text-decoration: underline;
}

.cart select.form-control {
    padding: 0 0.25rem 0 0.75rem;
    width: 80px;
}

.form-control:focus {
    box-shadow: none;
    color: #333;
    /* border-color: #127cc0; */
    outline: 0;
    font-weight: 400;
}

.btn {
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
    position: relative;
    border: none;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-size: 13px;
    border-radius: 5px;
    height: 39px !important;
}

.floating-wpp {
    position: static !important;
    left: unset !important;
    right: 15px !important;
    bottom: 110px !important;
}

.floating-wpp .floating-wpp-popup.active {
    bottom: 134px !important;
    right: 0 !important;
}

.floating-wpp-button {
    width: 50px !important;
    height: 50px !important;
    z-index: 11;
}

.floating-quick-order {
    width: 50px !important;
    height: 50px !important;
    background: transparent !important;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    right: 16px;
    bottom: 15px;
}

.floating-quick-order.change {
    right: 58px !important;
}

.search_icon {
    position: absolute;
    top: -5px;
    left: 0;
    border: none !important;
    background: 0 0 !important;
    z-index: 111;
}

.search_location {
    padding-left: 38px !important;
}

.search_icon i {
    color: #9e9ea7;
}

.slider2 .slick-slide {
    margin: 0 !important;
}

.floating-wpp.change {
    bottom: 15px !important;
    right: 15px !important;
    left: unset !important;
}

.btn.btn-2.facebook {
    background-color: #3c5a99;
    font-size: 15px;
    border: 0;
}

.btn.btn-2.google {
    background-color: #dc4335;
    font-size: 15px;
    border: 0;
}

.card_image {
    transform: scale(1.13);
}

.btn.btn-2.facebook:hover,
.btn.btn-2.google:hover {
    color: rgba(var(--white-color), 1);
}

.btn-1 {
    font-size: 15px;
    background: #127cc0;
    color: #fff;
    border: 1px solid #127cc0;
    border-radius: 50px;
    min-height: 49px;
    padding: 0.55rem 0.75rem;
    text-align: center;
}

.btn-3 {
    background: #127cc0;
    color: #fff;
    border: 1px solid #127cc0;
    /* padding: 0.6rem 0.75rem; */
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    font-weight: 400;
    min-height: 49px;
    border-radius: 50px;
}

.btn-3:hover {
    background: 0 0;
    color: #127cc0;
    border: 1px solid #127cc0;
}

.btn-4 {
    background: #d6ebf7;
    color: #127cc0;
    border: 1px solid #d6ebf7;
    padding: 0.6rem 0.75rem;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    font-weight: 400;
    min-height: 49px;
    border-radius: 50px;
}

.btn-4:hover {
    background: 0 0;
    color: #127cc0;
    border: 1px solid #127cc0;
}

.min-2 {
    min-width: 220px;
}

.btn-2 {
    background: #127cc0;
    color: #fff;
    border: 1px solid #127cc0;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    padding: 0.65rem 0.75rem;
    min-height: 49px;
}

.btn-2:hover {
    background: #fff;
    color: #127cc0;
    border: 1px solid #127cc0;
}

.btn.disabled:hover,
.btn:disabled:hover {
    background: #127cc0;
    color: #fff;
    border: 1px solid #127cc0;
}

.btn-1:hover {
    background: #fff;
    color: #127cc0;
    border: 1px solid #127cc0;
}

.btn.btn-line {
    color: #127cc0;
    border: 1px solid #127cc0;
    font-size: 11px;
}

.btn.btn-line:hover {
    background: #127cc0;
    color: #fff;
    border: 1px solid #127cc0;
}

div.btn.btn-line {
    font-size: 15px;
}

.hero .btn-1:hover {
    color: var(--text-color);
}

.megaNav>nav>div>ul>li:first-child,
.megaNav>nav>div>ul>li:first-child a {
    padding-left: 0 !important;
}

.megaNav>nav>div>ul>li:last-child,
.megaNav>nav>div>ul>li:last-child a {
    padding-right: 0 !important;
}

.img-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.btn-pink {
    background: #F7597F;
    border-color: #F7597F;
    color: #fff;
}

.btn-pink:hover {
    background: transparent;
    border-color: #F7597F;
    color: #F7597F;
}

.resend-btn {
    background: #FFF0E8;
    border-color: #FC7F23;
    color: #FC7F23;
}

.pink.boxQuick {
    background: #FA6B8D;
}

.green.boxQuick {
    background: #2DC6BB;
}

.boxQuick {
    color: #fff;
    border-radius: 15px;
    padding: 1rem;
    position: relative;
    margin-bottom: 25px;
}

.boxQuick .img-wrapper {
    width: 100%;
    max-width: 80px;
    padding: 0 10px;
    position: absolute;
    bottom: 9px;
    right: 0;
}

.boxQuick .img-wrapper.prescriptionImg{
    max-width: 68px;
}

.boxQuick p{
    line-height: 1.4;
}

.resend-btn:hover {
    background: transparent;
}

button.disable, button.disable:hover {
    background: #E8E8E8;
    border-color: #B4B4B4;
    color: #B4B4B4;
    cursor: not-allowed;
}

.starText {
    color: #959595;
    font-size: 12px;
    margin-left: 3px;
}

.box2 .fa-star {
    font-size: 25px;
}

.fa-star {
    color: #cbcbcb;
    margin-right: 3px;
}

.slider {
    height: 375px;
    width: auto !important;
}

.slider-img {
    height: 410px !important;
}

.homeslider1 .slick-arrow {
    font-size: 16px;
}

.slick-slide {
    margin: 0 7px;
}

.slick-list {
    margin: 0 -7px;
}

.product-details .slick-slider .slick-next,
.product-details .slick-slider .slick-prev {
    display: none !important;
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: -20px;
    padding: 0 !important;
    border: none;
    outline: 0;
    padding: 0 1rem;
    border-radius: 100%;
    text-align: center;
    border: none;
}

.btn-group .btn+.btn {
    margin-left: -1px;
}

.btn.btn-red {
    border: 1px solid #eee;
    font-size: 13px;
}

.blogs .slick-next,
.blogs .slick-prev {
    bottom: 0;
    top: inherit;
}

.blogs .slick-prev {
    left: -120px;
}

.blogs .slick-next {
    left: -65px;
    right: inherit;
}

.slick-slider .item {
    position: relative;
    border: 1px solid #eee;
    border-radius: 18px;
    margin: 0px !important;
}

.slick-slider .item img {
    border-radius: 10px;
}

.item.image-container span {
    display: block !important;
}

.maximum-container {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    /* border-left: .2px solid #24242450; */
    /* border-top: .2px solid #24242450 */
}

.responsive .slick-track {
    padding: 10px 0 0 0;
}

.ini {
    color: #127cc0;
}

.healthcard .slick-track {
    padding: 10px 0 0 0;
}

.categories .slick-track {
    padding: 10px 0 0 0;
}

.categories .col {
    margin: 0;
    padding-left: 8px;
}

.slick-next:before {
    content: "\e914";
    font-family: icomoon !important;
    color: #127cc0;
    font-size: 20px;
    font-weight: 300;
}

.slick-next:hover:before {
    color: #127cc0;
}

.slick-prev:hover:before {
    color: #127cc0;
}

.slick-prev:before {
    content: "\e915";
    font-family: icomoon !important;
    color: #127cc0;
    font-size: 20px;
    font-weight: 300;
}

.responsive .slick-prev {
    margin-right: 35px;
    right: 10% !important;
    left: inherit;
}

.responsive .slick-next {
    right: 10%;
}

.healthcard .slick-prev {
    margin-right: 35px;
    right: 10% !important;
    left: inherit;
}

.healthcard .slick-next {
    right: 10%;
}

.categories .slick-prev {
    margin-right: 35px;
    right: 10% !important;
    left: inherit;
}

.categories .slick-next {
    right: 10%;
}

.reviewDate {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #959595;
    font-weight: 400;
}

.review h6 {
    font-size: 14px;
    font-weight: 500;
}

.review .fa-star {
    font-size: 14px;
}

.reviewContent {
    font-size: 13px;
    font-family: FiraSans-regular;
}

.menu-close {
    cursor: pointer;
}

.floatLabel {
    outline: 0;
    -webkit-appearance: none;
}

.input-block {
    position: relative;
}

input.floatLabel:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #127cc0 inset;
    -webkit-text-fill-color: #fff;
}

select.floatLabel {
    line-height: 20px;
    padding: 0 15px;
    border-radius: 0;
    color: #ccc;
}

textarea.floatLabel {
    height: 200px;
}

::-webkit-input-placeholder {
    color: #ccc;
}

.has-value ::-webkit-input-placeholder {
    opacity: 0;
}

::-moz-placeholder {
    color: #ccc;
}

.has-value ::-moz-placeholder {
    opacity: 0;
}

:-ms-input-placeholder {
    color: #ccc;
}

.has-value :-ms-input-placeholder {
    opacity: 0;
}

.has-value {
    height: fit-content;
    position: relative;
}

label.input-title {
    /* top: 15px;
    left: 15px; */
    padding: 0.2rem 0.75rem;
    padding-left: 20px;
    font-size: 13px;
    color: #333333;
    pointer-events: none;
    opacity: 1;
    /* display: none; */
    margin-bottom: 0px;
    transition: all 0.25s ease !important;
    /* position: absolute; */
}

.infoForm {
    margin-top: 10px;
}

.has-value label.input-title {
    /* position: absolute;
    top: -9px;
    left: 20px; */
    font-size: 13px;
    /* color: #127cc0; */
    color: #333333;
    background-color: transparent;
    opacity: 1;
    border-radius: 3px;
    padding-left: 20px;
}

input[type="file"] {
    display: inline-block;
    opacity: 0;
    padding: 0;
    width: 210px;
    margin-right: 5px;
}

.custom-file-upload {
    position: relative;
    border: none;
    font-weight: 700;
    font-style: normal;
    border-radius: 0;
    position: relative;
    font-size: 12px !important;
    border-radius: 5px;
    border: 1px solid #127cc0;
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    background-color: #127cc0;
    color: #fff;
    position: absolute;
    height: 34px;
}

.custom-file-upload.uploaded {
    background: #00ab63;
    border: 1px solid #00ab63;
}

.custom-file-upload:hover {
    background: #fff;
    color: #127cc0;
    border: 1px solid #127cc0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #127cc0;
    background-color: #127cc0;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #127cc0;
    border-color: #127cc0;
}

.product-details .custom-control-label {
    font-weight: 300;
    line-height: 1.8;
    font-size: 18px;
}

.product-details .custom-control-label::after {
    position: absolute;
    top: -0.22rem;
    left: -2.02rem;
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.product-details .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.job_container {
    max-width: 1300px;
}

.job_listing li {
    width: 32% !important;
}

.job_listing .content h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
    min-height: unset !important;
    margin-bottom: 7px !important;
}

.careersdetails .job_type,
.job_listing .content .job_type {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 7px !important;
}

.careersdetails .job_detail,
.job_listing .content .job_detail {
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-bottom: 12px !important;
}

.job_listing .content .job_time p {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

.job_listing .content .job_time img {
    margin-bottom: 2px !important;
}

.careersdetails .job_description p,
.careersdetails .job_description td {
    font-size: 12px !important;
    font-weight: 300 !important;
}

.careersdetails .job_description th {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.careersdetails .job_description ul li {
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-bottom: 8px !important;
    list-style: disc;
}

.careersdetails .job_description ul {
    padding-left: 14px;
}

.careersdetails .job_description h6 {
    margin-bottom: 16px;
}

.productListing {
    display: block;
    margin: 0;
    padding: 0;
}

.product-Highlights ul {
    list-style: none;
    padding-left: 20px;
    padding-bottom: 1rem;
}

.product-Highlights ul li {
    position: relative;
    padding: 0.2rem;
    font-size: 14px;
}

.product-Highlights ul li::before {
    content: "\2022";
    color: #127cc0;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -20px;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -11px;
}

.productListing li {
    display: inline-block;
    width: 24%;
    margin-right: 0.5%;
    margin-top: 0.7rem;
    margin-bottom: 0;
    vertical-align: top;
}

.productListing li .product {
    width: 100%;
}

.product {
    width: 180px;
    display: block;
    position: relative;
    background: #fff;
    padding: 1rem;
    position: relative;
    box-shadow: 4px 8px 12px #0d65ab14;
    border-radius: 20px;
    margin-bottom: 20px;
}

.product_discount {
    font-size: 10px;
    color: #fff;
    background-color: #127cc0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    position: absolute;
    padding: 0.4rem 0.6rem;
    top: 0;
    right: 0;
}

button.btnsuccess:focus {
    background-color: #00b245 !important;
    -webkit-background-color: #00b245 !important;
    -moz-background-color: #00b245 !important;
    -o-background-color: #00b245 !important;
}

.product_added_cart {
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    background-color: #00b245;
    border-radius: 20px;
    border: none;
    position: absolute;
    padding: 0.1rem 0.6rem;
    bottom: 3px;
    height: 22px;
    right: 0;
    display: flex;
    align-items: center;
}

.product.sideBar {
    width: initial;
}

.add_to_cart {
    width: 100%;
    max-width: 230px;
}

.product .add_to_cart {
    text-align: center;
    border: 1px solid #127cc0;
    background: #127cc0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    padding: 0.25rem 0.5rem;
    border-radius: 50px;
    min-height: 39px;
    /* margin-top: 5px; */
    transition: 0.3s all ease-in-out;
    max-width: unset;
}

.product .add_to_cart:hover {
    border: 1px solid #127cc0;
    background: 0 0;
    color: #127cc0;
}

.quickorderimg {
    width: 120%;
    max-width: 120%;
}

.cartButtons {
    display: flex;
    justify-content: flex-end;
    min-height: 39px;
}

.cartButtons span {
    border: 1px solid #edf4f8;
    background: #edf4f8;
    color: #9dbcd5;
    font-size: 11px;
    width: 100%;
    /* min-height: 39px; */
    padding: 0.25rem 0.5rem;
    border-radius: 50px;
}

/* .cartButtons span:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.cartButtons span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
} */

.cartButtons span.active {
    border: 1px solid #d6edff;
    background: #d6edff;
    color: #127cc0;
}

.cartTitle {
    font-size: 24px;
    font-weight: 500;
    color: #242424;
}

.ordertitle {
    font-size: 24px;
    font-weight: 600;
}

.productType {
    display: flex;
    background-color: #d6edff;
    border-radius: 50px;
    width: 200px;
    height: 39px;
    align-items: center;
}

.productType span {
    border: 1px solid #d6ebf7;
    background: #edf4f8;
    color: #9dbcd5;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100px;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
}

/* .productType span:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.productType span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
} */

.productType span.active {
    border: 1px solid #d6edff;
    background: #d6edff;
    color: #127cc0;
    border-radius: 50px;
}

.product.sideBar .productImage {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
}

.product.card {
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-background-position: center right !important;
    -moz-background-position: center right !important;
    -o-background-position: center right !important;
    background-position: center right !important;
    min-height: 175px;
    border: none;
}

.product.card .content p {
    font-size: 12px;
    font-weight: 700;
}

.blog {
    width: 334px;
    display: block;
    position: relative;
    border: 1px solid #eee;
    border-radius: 0;
    overflow: hidden;
}

.box-top {
    position: absolute;
    left: 5%;
    right: 5%;
}

.marg-m {
    margin-top: -10px;
}

.slider-img {
    height: 100%;
    width: auto;
    max-width: none;
    display: block !important;
}

.slider-img-mb {
    height: 100%;
    width: auto;
    max-width: none;
    display: none !important;
}

.crop-to-fit {
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.crop-to-fit img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.big-img {
    border: 1px solid #eee;
    border-radius: 14px;
    margin-bottom: 1.5rem;
}

.blog .content {
    text-align: left;
    display: block;
    width: 100%;
    padding: 1rem 1rem 1.8rem;
}

.blogdetails .blog .content {
    background: #fff;
    min-height: 174px;
}

.blogdetails .blog {
    width: 100%;
}

.blogdetails .blog .content h3 {
    font-size: 18px;
}

.blog .productImage img {
    width: 100%;
}

.blog .content h3 {
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 4px;
}

.blog .content .smallHeading {
    margin: 0;
    color: #127cc0;
    font-size: 14px;
    font-weight: 400;
}

.blog .content .description {
    font-size: 16px;
    font-weight: 300;
}

.productTitle {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #127cc0;
}

.companyName,
.productManufacturer {
    color: #333;
    font-size: 12px;
    margin-bottom: 0;
}

.productTitle .discount {
    right: 0;
    top: 36px;
}

.product .btn {
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    position: absolute;
}

.product:hover .btn {
    opacity: 1;
    transform: translateY(-100px);
    margin-top: 100%;
}

.product:hover .btn.leftbtn {
    left: 0;
}

.product:hover .btn.rightbtn {
    right: 0;
}

.product .productImage {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
    display: inline-block;
    border-radius: 0;
    margin-bottom: 1rem;
    background: #fff;
    max-width: 100%;
    margin: 0;
    width: 100%;
}

.product:hover .mask {
    border: 1rem solid #fff;
    box-sizing: border-box;
}

.product .content {
    text-align: left;
    display: block;
    width: 100%;
}

.product .content h2 {
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 4px;
    text-align: center;
    margin-bottom: 0;
    min-height: 62px;
}

.box2 .content h2 {
    color: #262626;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 4px;
    margin-bottom: 0;
}

.product .content .price {
    font-weight: 500;
    color: #0d65ab;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 0.375rem;
}

.priceType {
    font-size: 15px;
    color: #127cc0;
    font-weight: 500;
}

.product .content .price_old {
    font-weight: 500;
    color: #a0a0a0;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 0.375rem;
}

.product .content .oldprice {
    color: #a6a6a6;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
}

.old_price {
    color: #a0a0a0;
    text-decoration: line-through;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    /* margin-right: 20px; */
}

.product-details .oldprice {
    color: #a6a6a6;
    font-size: 18px;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 300;
}

.product-details .price {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    color: #0d65ab;
    margin-right: 10px;
}

.product-details .totalprice {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    color: #127cc0;
}

.stripName {
    font: 300 14px/14px Fira Sans;
    letter-spacing: 0;
    color: #242424;
}

.product-details .companyName {
    font: 400 12px/14px Fira Sans;
    letter-spacing: 0;
    color: #242424;
    margin-bottom: 0;
}

.show_by_pack,
.show_by_type {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.product-details .category-list {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    height: unset;
    padding: 0px;
    border-radius: 0px;
}

.category-list {
    background: #D6EBF7;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0px;
    border-radius: 0px;
}

.category-list::-webkit-scrollbar {
    display: none;
}

.category-list {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.category-list li {
    position: relative;
    padding: 13px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.category-list li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #127cc0;
    z-index: 10;
}

.discount {
    background: #d90010;
    color: #fff;
    font-weight: 700;
    font-size: 9px;
    line-height: 15px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 22;
    height: 21px;
    margin-left: 10px;
}

.product .content p {
    text-align: center;
}

.product .content a {
    text-align: center;
}

.discount_tag {
    background: #d90010;
    color: #fff;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.dropdown-menu.dp-menu {
    top: 50px;
}

.tel {
    color: #000 !important;
    text-decoration: none !important;
}

.brands .slick-next,
.brands .slick-prev {
    display: none !important;
}

.product .fa-star {
    font-size: 12px;
    margin-right: 0px;
    color: #959595;
}

.fa-star.checked {
    color: #f4b905;
}

.product:hover .content h2 {
    color: var(--blue-color);
}

.companyName {
    font: 300 10px/14px Fira Sans;
    letter-spacing: 0;
    color: #242424;
    margin: 0;
}

.map h3 {
    font-size: 15px;
}

.map .btn.btn-line {
    height: unset !important;
}

.fixedHeight {
    height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
}

.fixedHeight::-webkit-scrollbar {
    width: 5px;
}

.fixedHeight::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.fixedHeight::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

.fixedHeight::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.map .fixedHeight img {
    margin-top: 2px;
    margin-right: 8px;
    height: 100%;
}

.map .time {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.map .location-add {
    position: relative;
}

.map .time.closeText {
    color: #d90010;
}

.map .btn.btn-line {
    padding: 0.5rem 1rem !important;
    min-height: unset !important;
}

.grayBg {
    background: var(--gray-color);
}

.applyBtn button {
    font-size: 15px;
    font-weight: 400;
    padding: 0px 10px;
}

.whiteBg {
    background: rgb(var(--white-color));
}

.blog.product .content h2 {
    margin-top: 0;
}

.product:hover h4 {
    transform: translate(0, 100px);
}

.product:hover:after {
    top: 0;
}

.product img {
    transition: all 1s linear 0s;
}

.scaleHover {
    transition: all 0.9s ease-in-out;
}

.scaleHover:hover {
    -webkit-transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.productImage {
    transition: all 1s linear 0s;
    object-fit: cover;
    max-width: fit-content;
    width: fit-content;
}

.blogimg {
    transition: all 1s linear 0s;
    width: 100%;
}

.product:hover img.mx-auto {
    transform: scale(1.1);
}

.box-2.hs p {
    font-size: 15px;
    font-weight: 400;
    /* font-family: FiraSans-regular; */
    z-index: 111;
    color: #333333;
    text-align: left;
    padding-left: 9px;
}

.box-2.hs .category_text {
    position: absolute;
    bottom: 0;
}

.hs {
    transition: all 1s linear 0s;
}

.hs:hover {
    transform: scale(1.06);
}

.bluebox {
    background: #004b86;
    color: #fff;
}

.bluebox h3 {
    color: #fff;
}

.bottomimgcontainer {
    max-height: 450px;
}

.bdr {
    border-top: 0.4px solid rgba(var(--white-color), 0.2);
}

.bdrt {
    border-top: 1px solid #eee;
}

.bdrb {
    border-bottom: 0.4px solid #b9b9b9 !important;
}

.brder_white {
    border-bottom: 1px solid #fff;
}

.brder_blue {
    border-bottom: 1px solid #d6ebf7;
}

.brder_blue-md-none {
    border-bottom: 1px solid #d6ebf7 !important;
}

.b-none {
    border: none !important;
}

.orderprice {
    color: #007bc0;
    font-weight: 500;
}

.t-italic {
    font-style: italic;
}

.bdrt {
    border-top: 1px solid #eee;
}

.bdrb-md {
    border-bottom: 1px solid #eee;
}

.tableBody:last-child {
    border: none !important;
}

.tableBody:last-child .brder_blue {
    border: none !important;
}

.accordion a.card-title {
    background-size: 12px;
    cursor: pointer;
    padding-left: 1rem;
}

.accordion .collapsed a.card-title {
    background-image: url(images/arrow-down.webp);
}

.addressBox {
    border: 1px solid #d6ebf7;
    min-height: 140px;
    padding: 1.2rem 1.2rem;
    height: 100%;
    position: relative;
    font-size: 14px;
    border-radius: 20px;
    background-color: #d6ebf7;
    position: relative;
    cursor: pointer;
}

.newAddress {
    /* border: 1px solid #d6ebf7; */
    background-color: #EDF4F8;
}

.address-plus {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #127cc0;
    border-radius: 30px;
}

.addressBox::after {
    line-height: 1;
    content: "";
    width: 25px;
    height: 25px;
    background: #EDF4F8;
    position: absolute;
    top: 12px;
    right: 10px;
    border-radius: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

.addressBox.activeAddress::after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    width: 25px;
    height: 25px;
    background: #229618;
    position: absolute;
    top: 12px;
    right: 10px;
    border-radius: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}


.newAddress::after {
    font-family: icomoon !important;
    content: "\e906";
    background: #229618;
    color: #fff;
    z-index: 0;
    cursor: pointer
}

footer {
    background: #127cc0;
    color: rgba(var(--white-color), 1);
    font-weight: 400;
    text-align: left;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 12px;
}

footer ul,
footer ul li {
    padding: 0;
    margin: 0.2rem 0;
    display: inline-block;
    width: 98%;
    letter-spacing: 0;
}

footer ul li {
    margin-right: 2rem;
}

footer .socialMediaLinks .list-inline-item a {
    background: #ffffff93;
    color: #127cc0;
}

footer .socialMediaLinks .list-inline-item a:hover {
    background: rgba(var(--white-color), 1);
    color: #004f86;
}

footer .socialMediaLinks ul li {
    width: auto;
}

.copy {
    color: #fff;
    opacity: 0.6;
}

.footer_bottom_bar {
    background: #127cc0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

.f-w-100 {
    font-weight: 100;
}

.t-darkBlue {
    color: #127cc0 !important;
}

.modal {
    z-index: 9999;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-body {
    padding: 2.6rem;
}

.mt24 {
    margin-top: -24px;
}

#ui-id-2 {
    z-index: 11111111;
}

.close {
    position: absolute;
    right: 2.4rem;
    top: 2px;
    font-size: 2.5rem;
}

.fa-check.fs26 {
    font-size: 17px !important;
}

.blog-img-cont {
    height: 220px;
    overflow: hidden;
}

.contact h5 {
    font-size: 13px;
    color: #242424;
    letter-spacing: 1.2px;
    font-weight: 400;
    text-transform: uppercase;
}
.contact .body_text {
    text-transform: none;
    font-weight: 600;
}

.quantity-group {
    background-color: #d6edff;
    border-radius: 50px;
    width: fit-content;
}

.cta {
    background: #127cc0;
    color: #fff;
}

.cta .redBtn {
    color: #fff;
    background: #d90010;
    border-radius: 5px;
    border: 1px solid #d90010;
    text-transform: capitalize;
}

.cta .btn-1 {
    color: #fff;
    background: #127cc0;
    border-radius: 5px;
    border: 1px solid #127cc0;
    text-transform: capitalize;
}

.cta .redBtn:hover {
    color: #fff;
    background: #127cc0;
    border-radius: 5px;
    border: 1px solid #d90010;
}

.cta .btn-1:hover {
    color: #fff;
    background: #127cc0;
    border-radius: 5px;
    border: 1px solid #127cc0;
}

.fillterButton {
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0.3rem 0.75rem;
    display: flex;
    align-items: center;
}

.addtocart {
    background: #127cc0;
    color: #fff;
    border: 1px solid #127cc0;
    height: 42px;
    padding: 0.72rem;
}

.nav-desktop {
    display: block;
}

.nav-mobile {
    display: none;
}

.fillterButton {
    background: 0 0 !important;
}

.cart-number2 {
    display: none;
}

footer ul,
footer ul li {
    font-size: 12px;
    font-weight: 300;
}

.f-w-100.copy {
    font-size: 10px;
}

.testi_section {
    padding-top: 30px;
    padding-bottom: 0;
    /* margin-bottom: -100px; */
    background-color: #d6ebf7;
}

.inner_div {
    display: flex;
    justify-content: space-between;
    padding-right: 150px;
    padding-left: 10px;
}

.inner_div .view_all_link {
    font-size: 18px;
}

.testimonial_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 20px;
}

.name_circle {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background-color: #00c0e3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.name_circle h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.testi_name {
    font-size: 15px;
    color: #333333;
    margin-bottom: 0px;
}

.testi_detail {
    color: #333333;
    font-size: 13px;
    min-height: 126px;
    margin-top: 10px;
    font-style: italic;
}

.mobile_banner {
    padding: 20px 0px;
}

.mobile_banner h4 {
    font-size: 29px;
    line-height: 42px;
    font-weight: 500;
    width: 100%;
    max-width: 75%;
    margin-bottom: 30px;
}

.mobile_banner .sub_desc {
    color: #717171;
    font-size: 19px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 30px;
}

.mobile_banner .para {
    color: #333333;
    /* font-size: 13px;
    line-height: 26px; */
    margin-bottom: 30px;
}

.mobile_banner .box {
    background-color: #ffff;
    padding: 20px;
    border-radius: 20px;
    margin-right: 20px;
}

.mobile_banner .box>div {
    min-height: 70px;
    align-items: center;
}

.mobile_banner .box img {
    margin-right: 30px;
    margin-top: 6px;
}

.mobile_banner .box p {
    color: #333333;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
}

.mobile_banner .box h6 {
    color: #333333;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
    /* min-height: 42px; */
}

.mobile_banner .img_box {
    position: relative;
    text-align: center;
    /* padding-left: 100px; */
}

.mobile_banner .app_btns {
    position: absolute;
    bottom: 15%;
    left: 0;
}

.mobile_banner .app_btns a {
    display: block;
}

.right_arrow {
    font-size: 16px;
}

.desc {
    font-size: 16px;
    padding-right: 150px;
    margin: 20px 0;
    padding-left: 10px;
}

.heading_line {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}

.testi_btn.active {
    background-color: var(--blue-color);
    color: #ffff !important;
    border: 1px solid #d3d3d3;
    padding: 5px 20px;
    border-radius: 5px;
}

.testi_btn {
    background-color: transparent;
    color: #000;
    border: 1px solid #d3d3d3;
    padding: 5px 20px;
    border-radius: 5px;
}

.sort_text {
    font-size: 16px;
    font-weight: 700;
}

.page_detial {
    color: gray;
}

.load_btn {
    background-color: transparent;
    color: var(--blue-color);
    border: 1px solid var(--blue-color);
    padding: 8px 50px;
    border-radius: 5px;
    margin: 50px auto 20px auto;
    display: flex;
    justify-content: center;
}

.heading_line h1 {
    font-size: 28px;
    font-weight: 700;
}

.share-button {
    position: fixed;
    bottom: -40px;
    right: 15px;
    width: 50px;
    height: 0px;
    border-radius: 25px;
    z-index: 999;
    cursor: pointer;
}

.toggle {
    background: #127cc0 !important;
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 10;
    display: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0px 0px 4px -1px #000;
}

.toggle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle-input {
    display: none;
}

.toggle-input:checked+.toggle:after,
.toggle-input:checked+.toggle:before {
    content: "";
    height: 3px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 23px;
}

.network-list {
    position: relative;
}

.network-list li {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
}

.share-button input:checked~.network-list li {
    opacity: 1;
}

.share-button input:checked~.network-list li:nth-child(1) {
    bottom: 70px;
}

.share-button input:checked~.network-list li:nth-child(2) {
    bottom: 130px;
}

.share-button input:checked~.network-list li:nth-child(3) {
    bottom: 190px;
}

.cat_box {
    border-radius: 20px;
    overflow: hidden;
    border: none;
    box-shadow: 4px 8px 12px #0d65ab14;
    margin-bottom: 20px;
    /* no property assignation */
}

.cat_text_box {
    background-color: #fff;
    padding: 10px;
}

.category_text {
    position: relative !important;
    margin-bottom: 0px;
}

.login_btn,
.cart_btn {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

.login_btn:hover,
.cart_btn:hover {
    color: #fff;
}

.filter_box {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}

.custom-control-label::before {
    width: 16px;
    height: 16px;
    border-radius: 20px !important;
}

.breadcrumb .breadcrumb-item a {
    color: #127cc0;
    font-size: 13px;
    text-decoration: underline;
}

.rating-para {
    position: absolute;
    z-index: 1;
}

.customer_exp {
    background-color: #004b86;
    padding: 50px 0px;
}

.customer_exp h4 {
    color: #edf4f8;
    font-size: 29px;
    line-height: 42px;
    font-weight: 500;
    width: 100%;
    max-width: 75%;
    margin-bottom: 30px;
}

.customer_exp p {
    color: #edf4f8;
    margin-bottom: 30px;
}

.customer_exp {}

.customer_exp {}

.customer_exp {}

.prescriptionmb .btn-header-link {
    color: #127cc0;
    font-size: 19px;
}

.product_type {
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #d6edff;
    background: #d6edff;
    color: #127cc0;
    cursor: pointer;
}

.sort.review_sort_by {
    width: fit-content;
}

.apply_promo {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.toggle-switch {
    display: flex;
    align-items: center;
}

.toggle-switch input[type="checkbox"] {
    display: none;
}

.toggle-switch label {
    cursor: pointer;
    margin-bottom: 0;
}

.pb-15 {
    padding-bottom: 15px;
    align-items: center;
}

.toggle-switch label .toggle-track {
    display: block;
    height: 29px;
    width: 65px;
    background: #eee;
    border-radius: 20px;
    position: relative;
}

.toggle-switch .toggle-track:before {
    content: "";
    display: inline-block;
    height: 28px;
    width: 28px;
    border-radius: 20px;
    position: absolute;
    background: #a9a9a9;
    right: 36px;
    top: 0;
    right: 36px;
    background: #a9a9a9;
    transition: right 0.2s ease-in;
}

.toggle-switch input[type="checkbox"]:checked+label .toggle-track:before {
    right: 0;
    background: #26a31b;
}

.container_box {
    /* margin: 0 auto; */
}

.cart_checkbox {
    padding: 4px 10px;
}

.round {
    position: relative;
}

.round label {
    background-color: #edf4f8;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
    /* left: -3px; */
    right: 0;
    position: absolute;
    top: 0;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #26a31b;
    border-color: #26a31b;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.round input[type="radio"] {
    visibility: hidden;
}

.round input[type="radio"]:checked+label {
    background-color: #26a31b;
    border-color: #26a31b;
}

.round input[type="radio"]:checked+label:after {
    opacity: 1;
}

.search {
    width: 100%;
    display: flex;
}

.promoTerm {
    width: 100%;
    /* border: 1px solid #d6ebf7; */
    border: none;
    padding: 10px 10px 10px 15px;
    height: 49px;
    font-size: 15px;
    border-radius: 50px 0 0 50px;
    outline: none;
    background-color: #edf4f8;
}

.promoTerm::placeholder {
    color: #9dbcd5;
}

.searchTerm:focus {
    color: #9dbcd5;
}

.promoButton {
    border: 1px solid #127cc0;
    background: #127cc0;
    color: #d6ebf7;
    font-size: 15px;
    line-height: 19px;
    height: 49px;
    width: 55%;
    padding: 0.25rem 0.5rem;
    border-radius: 30px;
    min-height: 39px;
    transition: 0.3s all ease-in-out;
}

.promoButton:hover {
    border: 1px solid #127cc0;
    background: 0 0;
    color: #127cc0;
}

.wrap {
    border: 1px solid #d6ebf7;
    background-color: #edf4f8;
    width: 100%;
    border-radius: 50px;
    margin: 10px 0px;
}

.mbquantity {
    background-color: #d6edff;
    width: fit-content;
    border-radius: 50px;
}

.border_20 {
    border-radius: 20px;
    overflow: hidden;
}

.border_box {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    background-color: #d6ebf7;
}

.border_box .container_box {
    margin-left: auto;
}

.border_box .img {
    margin-right: 10px;
}

.border_radius_20 {
    border-radius: 20px;
}

.custom_form {
    border-radius: 20px;
    background-color: #edf4f8;
    border: 1px solid #d6ebf7;
}

.custom_form:focus {
    background-color: #edf4f8;
}

.reward_box {
    width: fit-content;
    background-color: #fff2b1;
    border-radius: 50px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.reward_box.cart {
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.reward_box img {
    height: 31px;
}

.reward_box span {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
}

.reward_img {
    position: absolute;
    bottom: -12px;
    right: 10px;
}

.view_alt {
    background-color: #ffeaea;
    padding: 0px 10px;
    border-top-right-radius: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0px;
}

.view_alt span {
    color: #d91015;
    font-size: 11px;
    font-weight: 500;
}

.view_alt span i {
    font-size: 6px;
}

.subject_avail {
    background-color: #ffeaea;
    padding: 2px 15px;
    border-top-left-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 0px;
    margin-bottom: 0px;
}

.subject_avail span {
    color: #d91015;
    font-size: 11px;
    font-weight: 500;
}

/* .show_out_of_stock_box:last-child .brder_blue{
    border: 0px;
} */
.plus_icon {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 25px;
    width: 25px;
}

#orders {
    border-radius: 20px;
}

.t-redclr {
    color: #D91015;
}

.t-orange {
    color: #ff7f00;
}

.t-green {
    color: #26a31b;
}

.t-gray {
    color: #9D9D9D;
}

.t-white {
    color: #ffff !important;
}

.t-blue {
    color: #127cc0 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.date_wrapper input[type="time"]::-webkit-inner-spin-button,
.date_wrapper input[type="time"]::-webkit-calendar-picker-indicator,
.date_wrapper input[type="date"]::-webkit-inner-spin-button,
.date_wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("../images/svg/clock-blue.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.date_wrapper {
    position: relative;
    background-color: #edf4f8;
    border-radius: 50px;
    border: 1px solid #d6ebf7;
    overflow: hidden;
    margin-bottom: 15px;
}

/* .date_wrapper .clock{
    position: absolute;
    top: 8px;
    right: 10px;
} */
.timepicker {
    font-size: 0.75rem;
    font-weight: 400;
    color: #333;
    background-color: #edf4f8;
    border-radius: 50px;
    border: none !important;
    height: 39px;
}

.timepicker:focus {
    background-color: #edf4f8;
}

.search-map {
    position: relative;
}

.pseudo-search {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    margin-bottom: 10px;
    transition: background-color 0.5 ease-in-out;
}

.pseudo-search input {
    border: 0;
    background-color: transparent;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

.pseudo-search button {
    border: 0;
    background-color: transparent;
}

.pseudo-search input::placeholder {
    color: #127cc0;
}

.pseudo-search input:focus {
    outline: none;
}

.map {
    margin-bottom: -6px;
}

.date_slots {
    width: fit-content;
}

.custom__radio {
    position: relative;
    min-height: 39px;
    display: inline-block;
    margin-right: 10px;
}

.custom__radio label {
    color: #127cc0;
    padding: 0.6rem 1rem;
    min-height: 39px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0.35rem;
    background: #d6ebf7;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 50px;
}

.custom__radio input {
    position: absolute;
    opacity: 0;
}

.custom__radio input:checked~label {
    background: #127cc0;
    color: #fff;
}

.cartpopup .shopping-cart-items::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.cartpopup .shopping-cart-items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.cartpopup .shopping-cart-items::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* Handle on hover */
.cartpopup .shopping-cart-items::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.gift_box {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.gift_box .gift_tag {
    background-color: #d6ebf7;
    padding: 8px 30px;
    color: #127cc0;
    font-size: 14px;
    font-weight: 500;
    border-bottom-right-radius: 17px;
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
}

.gift_box .gift_poins_box {
    display: flex;
    margin-top: 50px;
    padding: 20px;
}

.gift_box .gift_poins_box h2 {
    color: #edbd31;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.gift_box .gift_poins_box span {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
}

.gift_box .gift_poins_box p {
    color: #d91015;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    max-width: 75%;
    line-height: 13px;
}

.gift_box .credit_avail {
    padding: 30px 20px 20px 20px;
    border-top: 1px solid lightgray;
}

.gift_box .credit_avail h2 {
    color: #127cc0;
    font-size: 18px;
    font-weight: 700;
}

.gift_box .credit_avail span {
    color: #333333;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    width: 100%;
    max-width: 75%;
}

.gift_box .credit_avail p {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.reward_container {
    border-radius: 20px;
    background-color: #fff;
    padding: 15px 0px 15px 80px;
}

.reward_container .reward_cart {
    position: relative;
    border-radius: 20px;
    background-color: #edf4f8;
    overflow: hidden;
    padding: 25px 20px 15px 20px;
    max-width: 200px;
    width: 100%;
    min-height: 200px;
    height: fit-content;
    position: relative;
}

.reward_cart.locked img{
    opacity: 0.5;
}

.reward_container .reward_cart .gift_tag {
    background-color: #d6ebf7;
    padding: 5px 20px;
    color: #127cc0;
    font-size: 12px;
    font-weight: 500;
    border-bottom-right-radius: 17px;
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
}

.reward_container .reward_cart h2 {
    color: #edbd31;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.reward_container .reward_cart span {
    color: #333333;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 10px;
    min-height: 30px;
    display: block;
}

.reward_container .reward_cart .expire {
    color: #d91015;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    /* max-width: 75%; */
    line-height: 15px;
    min-height: 25px;
    margin-bottom: 5px;
}

.reward_container .reward_cart .add_to_cart {
    border: 1px solid #127cc0;
    background: #127cc0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0.35rem 0.7rem 0.2rem 0.7rem;
    border-radius: 50px;
    transition: 0.3s all ease-in-out;
    width: 100%;
    text-align: center;
    /* position: absolute; */
    bottom: 20px;
    margin: auto;
}

.reward_container .reward_cart .add_to_cart:hover {
    border: 1px solid #127cc0;
    background: 0 0;
    color: #127cc0;
}


.reward_container .reward_cart.locked {
    position: relative;
    border-radius: 20px;
    background-color: #edf4f8;
    overflow: hidden;
    padding: 25px 20px 15px 20px;
    max-width: 200px;
    height: fit-content;
    position: relative;
}

.reward_container .reward_cart.locked .gift_tag {
    background-color: #CBCBCB;
    padding: 5px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-bottom-right-radius: 17px;
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
}

.reward_container .reward_cart.locked h2 {
    color: #CBCBCB;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.reward_container .reward_cart.locked span {
    color: #CBCBCB;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    display: block;
    margin-bottom: 10px;
    min-height: 30px;
}

.reward_container .reward_cart.locked .expire {
    color: #CBCBCB;
    font-size: 9px;
    font-weight: 400;
    width: 100%;
    max-width: 75%;
    line-height: 12px;
    min-height: 25px;
    margin-bottom: 5px;
}

.reward_container .reward_cart.locked .add_to_cart {
    border: 1px solid #CBCBCB;
    background: #CBCBCB;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0.35rem 0.7rem 0.2rem 0.7rem;
    border-radius: 50px;
    transition: 0.3s all ease-in-out;
    width: 100%;
    text-align: center;
    /* position: absolute; */
    bottom: 20px;
    margin: auto;
}

.reward_container .reward_cart.locked .add_to_cart:hover {
    border: 1px solid #CBCBCB;
    background: #CBCBCB;
    color: #fff;
}

.reward_container .reward_cart .progress {
    height: 4px;
    border-radius: 100px;
    margin-bottom: 20px;
    background-color: #E5DBB2;
}

.reward_container .reward_cart .progress-bar {
    background-color: #EDBD31;
    border-radius: 3px;
}

.min-h30 {
    min-height: 25px;
}

.trans_detail {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.no_trans_detail {
    background-color: #EAEAEA;
    border-radius: 22px;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.reward_modal {
    background-color: #FFFFFF55;
}

.reward_modal {
    overflow: hidden !important;
}

.reward_modal .modal-body {
    padding: 1rem 2.6rem;
}

.reward_modal.show .modal-dialog {
    transform: translate(35%, 0%) !important;
    transition: transform 0.3s all ease-in-out;
}

.reward_modal .close {
    right: 1rem;
    top: 15px;
    opacity: 1 !important;
}

.reward_modal .close span {}

.reward_modal .modal-dialog {
    position: absolute;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    width: 60%;
    max-width: 60%;
    transform: translate(35%, 100%) !important;
    transition: transform 0.3s all ease-in-out;
}

.reward_modal .modal-content {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.reward_modal .btn_close {
    border: none !important;
    background-color: transparent;
    color: #127CC0;
    font-size: 14px;
    font-weight: 400;
    margin-right: 30px;
}

.reward_modal .reward_btn {
    border: 1px solid #127cc0;
    background: #127cc0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0.25rem 2.5rem;
    border-radius: 20px;
    min-height: 39px;
    transition: 0.5s all ease-in-out !important;
}

.reward_modal .reward_btn:hover {
    border: 1px solid #127cc0;
    background: 0 0;
    color: #127cc0;
}

.t-yellow {
    color: #EDBD31;
}

.modal-open {
    padding-right: 0px !important;
    overflow: hidden !important;
}

.how_it_work_points img {
    width: 100%;
    max-width: 175px;
}

.how_it_work_points h3 {
    font-size: 18px;
    font-weight: 500;
    color: #127CC0;
    margin-bottom: 5px;
}

.how_it_work_points p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    max-width: 80%;
    margin-bottom: 0px;
}

#rewardmodal1 h3,
#rewardmodal1 h3 {
    font-size: 22px;
}

.clear_filters {
    background-color: #d6ebf7;
    color: #127cc0;
    border: 0.1px solid #d6ebf7;
}

.clear_filters:hover {
    background-color: #127cc0;
    color: #fff;
    border: 0.1px solid #127cc0;
}

.shop-cart {
    display: flex;
    align-items: center;
}

.badge_cart,
.cart_button {
    position: absolute;
    font: normal normal normal 14px/20px "Noto Sans", sans-serif;
}

.w-fit-content {
    width: fit-content !important;
}

.w-60 {
    width: 60%;
}

/* .w-20 .w-65 {
    width: 65%;
} */

.badge_cart {
    top: -5px;
    left: 30px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    text-align: center;
    background: red;
    border-radius: 100%;
    color: white;
    transition: background .4s ease;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.cart_button {
    left: calc(50% - 32px);
    bottom: 50px;
    border: 0;
    border-radius: 4px;
    padding: 1px 14px;
    color: #52D96A;
    background: transparent;
    border: 2px solid transparent;
    transition: border .2s ease;
}

.cart_button:hover {
    border: 2px solid #52D96A;
    cursor: pointer;
}

.cart_button:focus {
    outline: none
}

.animate {
    animation: scaleup 0.4s 1;
}

/* 
.cartfloat .w-20 .w-65 {
    width: 60%;
} */

.cartfloat .w-20 {
    max-width: 230px;
    width: 100%;
}


@-webkit-keyframes scaleup {

    0%,
    100% {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    50% {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
}

@keyframes scaleup {

    0%,
    100% {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    50% {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
}

.dropdown-item:active,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007CC0;
}

.wrapper.account .nav-tabs .nav-linkx:first-child {
    padding-left: 0px;
}

.count_points {
    font-size: 15px;
}

.points_desc {
    font-size: 11px;
}

.item .prescription {
    top: 0;
    right: 0;
    bottom: unset;
    border-radius: 0px;
    border-bottom-left-radius: 5px;
}

.box-shadow_none {
    box-shadow: none;
}

.cartButtons .product_type {
    width: 48%;
}

/* .cartButtons .product_type+.add_cart_qty input.quantity {
    min-width: 18px;
    max-width: 18px;
} */

.add_cart_qty {
    display: flex;
    align-items: center;
    max-width: 48%;
    width: 100%;
    margin-left: 10px;
}

.add_cart_qty .cart_btn {
    font-size: 15px;
    color: #fff;
    width: 39px;
    height: 39px;
    background-color: #127cc0;
    border: 1px solid #127cc0;
    border-radius: 100px;
}

.bg-green {
    background-color: #16A31A !important;
    border: 1px solid #16A31A !important;

}

.add_cart_qty_green {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 39px;
    height: 39px;
    background-color: #16A31A;
    border: 1px solid #16A31A;
    border-radius: 100px;
}

.fs-15 {
    font-size: 15px;
}

.custom-control-label.pt-0 {
    color: #242424 !important;
    font-size: 15px;
    padding-top: 5px;
}


textarea.form-control,
textarea.form-control:active,
textarea.form-control:focus {
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background-color: #EDF4F8;
    border-radius: 20px;
    height: auto;
    min-height: auto;
    border: 1px solid #D6EBF7;
}

.product .content p.price {
    display: flex;
    justify-content: center;
}

.product-details .product-cart-option .reward_box.cart {
    position: static;
    display: flex;
}

.product-details .reward_box img {
    height: 25px;
}

.product-details .reward_box span {
    display: inline-block;
    font-size: 15px !important;
    font-weight: 600;
}

.show_by_pack .discount,
.show_by_type .discount {
    font-size: 11px;
    padding: 5px 10px;
    height: 25px;
    white-space: nowrap;
}

.typeImage {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.quantity-group .form-control:focus {
    padding-left: 0px !important;
    font-weight: 500 !important;
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: 0 !important;
    right: unset !important;
    bottom: unset !important;
    left: 0 !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1111111;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: center;
    justify-content: center;
}

.swal2-popup.swal2-toast {
    border-radius: 10px !important;
}

.swal2-content div {
    font-size: 14px !important;
}

.fancybox-container {
    z-index: 9999999 !important;
}

.hide {
    display: none !important;
}

.order-detail .prescription {
    bottom: -24px;
}

.general_note {
    padding-left: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #127cc0;
}

.general_note li {
    list-style: disc;
    font-size: 0.8rem;
    font-weight: 400;
    color: #333;
}

.add-to-cart-plus .input-group-append {
    flex-grow: 1;
}

.quick-order-header {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #D6EBF7;
    border-bottom: 2px solid #FFF;
}

.quick-order-tabs {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #D6EBF7;
}

.quick-order-tabs li {
    margin-right: 2rem;
    color: #7DA6BE;
    font-weight: 700;
    position: relative;
    padding: 1rem 0rem;
    cursor: pointer;
}

.quick-order-tabs li:last-child {
    margin-right: 0rem;
}

.quick-order-tabs li.active {
    color: #127CC0;
}

.quick-order-tabs li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #127CC0;
    cursor: pointer;
}

.caller_details .form-control {
    background: #fff;
}

.upload-wrapper {
    display: flex !important;
    flex-wrap: wrap;
}

.upload-preview {
    position: relative;
    margin-bottom: 1rem !important;
    width: 28%;
    margin-right: 1rem;
}

.upload-preview img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 22px;
    overflow: hidden;
}


@media (prefers-reduced-motion: reduce) {
    .reward_modal.fade {
        transition: .3s linear !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reward_modal.fade .modal-dialog {
        transition: .3s linear !important;
    }
}

@media only screen and (max-width: 1440px) {

    .my-account,
    .nav-link {
        font-size: 13px;
    }

    footer .nav-link {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0;
    }

    .btn-1,
    .btn-2,
    .btn-3,
    .btn-4 {
        font-size: 16px;
    }

}

@media only screen and (min-width: 1400px) {
    .mobile_banner .app_btns {
        left: 10%;
    }

    .count_points {
        font-size: 18px;
    }

    .fs15 {
        font-size: 16px !important;
    }

    .applyBtn button {
        font-size: 16px;
    }

    .fs-15 {
        font-size: 16px;
    }

    .btn-1,
    .btn-2,
    .btn-3,
    .btn-4 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1600px) {

    .mobile_banner .app_btns {
        left: 10%;
    }

    .count_points {
        font-size: 18px;
    }

    .fs15 {
        font-size: 16px !important;
    }

    .applyBtn button {
        font-size: 16px;
    }

    .fs-15 {
        font-size: 16px;
    }

    .btn-1,
    .btn-2,
    .btn-3,
    .btn-4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1170px) {
    .productListing li {
        width: 23%;
        margin-right: 0.5%;
    }

    .icon-2 {
        padding-left: 0.5rem;
        padding-right: 0;
        line-height: 2.2;
    }

    .product .content .price_old,
    .product .content .price,
    .product-details .oldprice {
        font-size: 15px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 992px) {

    .product .content .price_old,
    .product .content .price,
    .product-details .oldprice {
        font-size: 15px;
        margin-top: 0;
    }

    .searchicon-mb {
        display: none;
    }

    body {
        padding-top: 123px;
    }

    .job_listing li {
        width: 48% !important;
    }

    .homeslider2 {
        display: none;
    }

    nav .navbar-brand {
        width: 113px;
    }

    .cart-detail {
        display: none;
    }

    .shop-cart img {
        min-width: 32px !important;
    }

    .nav-desktop {
        display: none;
    }

    .nav-mobile {
        display: flex;
        background-color: #127cc0 !important;
        position: fixed;
        z-index: 1111111;
        top: 0;
        left: 0;
        width: 100%;
    }

    .nav-mobile .navbar-toggler {
        border: none !important;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-mobile {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .nav-mobile .navbar-collapse {
        background-color: #fff;
        min-height: 100vh;
        top: 136px;
        height: 100%;
        padding-bottom: 80px;
        margin-top: -3px;
        overflow: auto;
    }
    .fixed_navbar {
        height: 100vh;
    }

    .nav-mobile .navbar-collapse>ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-mobile .nav-link {
        font-size: 14px !important;
        font-weight: 500;
    }

    .sub-menu li.nav-item {
        margin-top: 10px;
    }

    .nav-mobile .nav-link.nav-label {
        color: #127cc0 !important;
        font-size: 16px !important;
    }

    .shop-menu-back,
    .shop-menu-back2 {
        margin-top: 0 !important;
    }

    .secondNav {
        background: #fff;
    }

    .secondNav .navbar-nav .active>.nav-link,
    .secondNav .navbar-nav .nav-link,
    .secondNav .navbar-nav .nav-link.active,
    .secondNav .navbar-nav .nav-link.show,
    .secondNav .navbar-nav .show>.nav-link {
        color: #242424;
        font-size: 1rem;
    }

    .dropdown-toggle:after {
        color: #242424;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }

    .dropdown-menu .accordion {
        margin-left: 1.5rem;
    }

    .dropdown-menu .dataNav {
        margin-left: 2rem;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        border: none;
        background: #fafafa;
        border-radius: 0;
    }

    .productListing li {
        width: 32.32%;
        margin-right: 0.5%;
    }

    .navigation .secondNav .navbar {
        padding: 0;
    }

    .arrows,
    .slick-arrow {
        display: none !important;
    }

    .nav-tabs .nav-item {
        margin-bottom: 1px;
    }

    .cart-control {
        width: 36px;
        height: 36px;
        line-height: 2.4;
    }

    .navbar-light .navbar-toggler {
        width: 36px;
        height: 36px;
    }

    .my-account {
        display: none !important;
    }

    .reward_container .arrows,
    .slick-arrow {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .imageGrid{
        display: flex;
        justify-content: center;
    }
    
    .imageGrid img{
        width: 50%;
    }
    
    .imageGrid img:last-child{
        margin-left: 5px;
    }
    
    .large {
        display: none !important;
    }

    .product .content .price_old,
    .product .content .price,
    .product-details .oldprice {
        font-size: 14px;
        margin-top: 0;
    }

    #addToCartSuccess .b-left {
        border-left: none !important;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        width: 100% !important;
        left: 0 !important;
        top: 123px !important;
        position: fixed;
    }

    .sticky.ui-widget.ui-widget-content {
        top: 71px !important;
    }

    .chip {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
        min-height: 136px;
    }

    .chip h5 {
        white-space: nowrap;
        font-size: 12px;
    }

    h6.res {
        font-size: 10px;
        display: flex;
    }

    .chip {
        min-height: 230px;
    }

    .bdrb-md {
        border-bottom: none;
    }

    .filter {
        z-index: 3123211055;
        top: 0;
        margin: 0;
        position: fixed;
        display: none;
        overflow-x: hidden;
        transition: opacity 0.15s linear;
        width: 100%;
        overflow-y: auto;
        right: 0;
        height: 100vh;
        overflow: auto;
        padding-right: 0 !important;
    }

    .filter.filterBlock {
        display: block;
        background-color: #00000090 !important;
        background: #00000090 !important;
    }

    .filter.filterBlock>div {
        display: none;
    }

    .filter.filterBlock .filter_box {
        display: block;
        width: 77%;
        float: right;
        background-color: #fff;
        padding-left: 15px;
        min-height: 100vh;
        padding-right: 15px;
        padding-bottom: 75px !important;
        margin-top: 0px;
        border-top-right-radius: 0px;
    }

    .applyBtn {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 74%;
        padding: 1rem;
        background: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0 -8px 10px -4px #cfcfcf;
    }

    .applyBtn .btn-2,
    .applyBtn .btn-3 {
        height: 100%;
        font-size: 12px;
        border-radius: 50px;
    }

    .inner_div {
        padding-right: 50px;
    }

    .desc {
        padding-right: 14px;
    }
}

@media (max-width:900px) and (max-height:500px) {

    .product .content h2,
    .product .content .price_old,
    .product .content .price,
    .product-details .oldprice {
        font-size: 14px !important;
    }

    .w-60 {
        width: 68%;
    }
}

@media only screen and (max-width: 560px) {

    #subscription_modal .modal-dialog {
        width: 95%;
    }

    .boxQuick {
        margin-bottom: 18px;
    }

    .quick-order-tabs {
        justify-content: flex-start;
    }
    
    .quick-order-tabs li {
        padding: 1rem;
        margin: 0;
    }

    .responsive .slick-slide {
        margin: 0 7px;
        margin-right: 14px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .responsive.slick-slider{
        height: 345px;
        overflow: hidden;
    }

    /* .responsive .slick-slide:first-child {
        margin-left: 15px;
    } */

    .largeHeading {
        font-size: 36px;
        line-height: 56px;
    }

    input.quantity {
        min-width: 30px;
    }

    .add_cart_qty.product-details {
        justify-content: flex-end;
    }

    .cartfloat .add-to-cart-plus .input-group-prepend input {
        max-width: 100%;
    }

    .product-details .product-cart-option .show_by_pack .reward_box.cart {
        display: none !important;
    }

    .product-details .product-box .slider-for .slick-slide img {
        transform: scale(0.5);
        /* display: none; */
    }

    .maximum-container img {
        transform: scale(1) !important;
    }

    .cartButtons .product_type+.add_cart_qty input.quantity {
        min-width: unset;
        max-width: unset;
    }

    .add_cart_qty {
        max-width: 100%;
        width: 100%;
    }

    .search_icon {
        top: 6px !important;
    }

    .add_cart_qty {
        margin-left: 0px;
    }

    .maximum-container {
        bottom: 25px !important;
        top: unset;
        left: 82px;
        right: unset;
        bottom: unset;
        border: none;
    }

    .bottomModal {
        padding-left: 0px !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        /* height: unset !important; */
        bottom: 0px;
        top: unset;
    }

    .bottomModal {
        transition: all 0.4s ease-in-out;
        bottom: -100% !important;
    }

    .bottomModal.show {
        bottom: 0px !important;
    }

    .bottomModal.modal.fade .modal-dialog {
        transform: translate3d(0, 0%, 0);
    }

    .bottomModal.modal.in .modal-dialog {
        transform: translate3d(0, -25%, 0);
    }

    .bottomModal .modal-content {
        padding: 0px;
        border: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        width: 100%;
        height: calc(100vh - 180px);
        box-shadow: 0px 0px 25px -7px #b5b5b5;
    }

    .bottomModal.modal.fade .modal-dialog {
        margin: 0px;
    }

    .bottomModal .modal-header {
        background: #D6EBF7;
        justify-content: center;
    }

    .bottomModal .close {
        position: absolute;
        left: 0 !important;
        top: 10px !important;
        font-size: 2.5rem;
        font-weight: 300;
    }

    .bottomModal .modal-title {
        font-size: 18px;
        color: var(--main);
    }

    .bottomModal .modal-body {
        padding: 15px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .bottomModal.typeModal .modal-content {
        height: 330px;
    }

    .modal-backdrop {
        background-color: #D6EBF7;
    }

    .modal-backdrop.show {
        opacity: .7;
    }

    .card_image {
        min-height: 150px !important;
    }

    .product.card {
        width: 100%;
    }

    .box-2.cat_box img {
        max-height: 120px;
        object-fit: cover;
    }

    .cartfloat .w-20 {
        width: 100%;
        max-width: 100%;
    }

    .cartfloat .w-20 button {
        max-width: 100%;
    }

    .cartfloat {
        padding: 1rem 0rem;
    }

    body {
        padding-top: 123px;
    }

    .w-60 {
        width: 67%;
    }

    .cart-bill .title.t-blue.mb-0 {
        display: flex;
        width: 150px;
    }

    .brder-left {
        border-right: none;
    }

    .border_box {
        margin: 10px 0px;
    }

    .reward_box {
        padding-right: 6px;
    }

    .reward_box img {
        width: 25px;
    }

    #rewardmodal1 h3,
    #rewardmodal1 h3 {
        font-size: 18px;
    }

    .reward_modal .modal-dialog {
        transform: translate(0%, 100%) !important;
    }

    .how_it_work_points {
        margin-top: 10px;
    }

    .how_it_work_points img {
        width: 150px;
    }

    .how_it_work_points p {
        max-width: 100%;
        font-size: 11px;
    }

    .reward_modal .reward_btn {
        padding: .55rem 1.5rem !important;
    }

    .reward_modal .modal-dialog {
        width: 100%;
        max-width: 100%;
    }

    .reward_modal.show .modal-dialog {
        transform: translate(0%, 0%) !important;
    }

    .reward_modal .modal-body {
        padding: 20px 10px;
    }

    .product .content .price_old {
        font-size: 15px;
    }

    .round label {
        left: -10px;
    }

    .mbquantity {
        margin-bottom: 20px;
    }

    .brder_blue-md-none {
        border: 0px !important;
    }

    .toggle-switch label .toggle-track {
        width: 55px;
    }

    .toggle-switch input[type="checkbox"]:checked+label .toggle-track:before {
        right: 27px;
    }

    .prescription {
        position: relative;
        margin-left: auto;
        right: -16px;
    }

    .product .fa-star {
        font-size: 9px;
        margin-right: -2px;
    }

    .discount_tag {
        padding: 3px 10px;
    }

    .product_added_cart {
        padding: 0.3rem 0.3rem 0.1rem 0.3rem;
        /* padding: 0.1rem .6rem; */
        padding-top: 5px;
        height: 20px;
    }

    .mobile_banner .box h6 {
        font-size: 17px;
    }

    .mobile_banner .box {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .mobile_banner h4 {
        max-width: 100%;
    }

    .customer_exp h4 {
        max-width: 100%;
    }

    .inner_div {
        display: block;
    }

    /* .share-button input:checked ~ .network-list li {
        opacity: 1;
    }
    .share-button input:checked ~ .network-list li:nth-child(1) {
        bottom: 70px;
    }
    .share-button input:checked ~ .network-list li:nth-child(2) {
        bottom: 130px;
    }
    .share-button input:checked ~ .network-list li:nth-child(3) {
        bottom: 190px;
    }*/
    .share-button {
        bottom: 105px;
        height: 50px;
    }

    .toggle {
        display: block;
    }

    .fancybox-toolbar {
        left: 0;
        bottom: 0;
    }

    .testi_detail {
        font-size: 14px;
        min-height: 145px;
    }

    .nav-mobile {
        transition: all 0.3s ease-in-out;
    }

    .nav-mobile.sticky {
        transform: translateY(-52px);
    }

    .sticky>.d-flex {
        transform: translateY(64px);
        z-index: 111;
    }

    .sticky .search_input {
        max-width: 75%;
    }

    .fillterButton {
        height: 35px !important;
        min-height: 35px !important;
        padding: 0.35rem 0.5em !important;
    }

    .success_img {
        margin-left: auto;
        margin-right: auto;
    }

    /* .fab+.fab-options,
    .fab-options {
        opacity: 0;
        display: block
    } */

    .main_float {
        display: flex !important;
    }

    .fab-container {
        position: fixed;
        bottom: 50px;
        right: 20px;
        z-index: 999;
        cursor: pointer;
    }

    .fab-label {
        font-size: 12px;
    }

    .fab {
        height: 50px;
        width: 50px;
        border-radius: 32px;
        transition: height 0.3s;
        transition-timing-function: ease;
        position: fixed;
        right: 10px;
        bottom: 10px;
        text-align: center;
        overflow: hidden;
    }

    .fab-options {
        bottom: 16px;
        right: -14px;
    }

    .tick_gif {
        max-width: 180px;
    }

    .floating-quick-order {
        width: 50px !important;
        height: 50px !important;
        font-size: 12px;
        line-height: 16px;
    }

    .floating-wpp-button {
        width: 50px !important;
        height: 50px !important;
    }

    .floating-wpp {
        left: unset !important;
        right: 15px !important;
        bottom: 75px !important;
    }

    .job_listing li {
        width: 99% !important;
    }

    .job_listing li .product {
        min-height: 162px;
        padding: 1rem;
        padding-top: 0.7rem;
    }

    .job_listing li .content h2,
    .job_listing li .content p {
        text-align: left;
    }

    .swal2-popup {
        min-width: 100% !important;
        border-radius: 3px !important;
    }

    .w-sm-50 {
        width: 100% !important;
    }

    /* .cart h4.productTtile {
        color: #262626;
        font-size: 14px;
        font-weight: 500;
    } */

    .stepTitle {
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        letter-spacing: 1.2px;
        color: #6c6c6c;
    }

    .cartfloat {
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 1;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        bottom: 0;
        left: 15px;
        box-shadow: 0 0 10px 8px #2424241a;
        height: 81px;
    }

    .product-Highlights {
        font-size: 12px;
    }

    .product-Highlights p {
        margin-bottom: 0.5rem;
    }

    .categories .col {
        max-width: 168px;
        padding-left: 8px;
        padding-right: 6px;
    }

    .content2>div {
        width: 100% !important;
        padding-left: 17px;
        padding-right: 17px;
    }

    .products_slider .slick-slide {
        max-width: 230px !important;
    }

    .ini {
        font-size: 18px;
    }

    .inidat li a {
        font-size: 13px;
        line-height: 1.4;
    }

    .content p {
        text-align: center;
    }

    button.send_otp {
        width: 100% !important;
    }

    #quickVerifyOTPBtn {
        width: 100% !important;
    }

    .product .content h2 {
        text-align: center;
    }

    .copy {
        font-size: 9px;
    }

    .has-value label.input-title {
        /* position: absolute;
        top: -10px;
        left: 12px; */
        font-size: 10px;
        opacity: 1;
        border-radius: 3px;
        transition: all 0.25s ease !important;
    }

    .button-box-mobile {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1rem;
        border: 0.1rem solid #ededed;
        background-color: #f8f9fb;
        display: -webkit-box;
        display: -ms-flexbox;
        z-index: 2;
    }

    .cart-number2 {
        font-size: 11px;
        line-height: 0;
        color: #fff;
        background-color: red;
        width: 16px;
        height: 16px;
        border-radius: 30px;
        position: absolute;
        top: -10px;
        right: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quickorderimg {
        width: 120%;
        max-width: 40%;
    }

    .cartButtons .fa-check.fs26 {
        font-size: 17px !important;
    }

    .product .content h2 {
        color: #262626;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0;
        margin-top: 4px;
        margin-bottom: 0;
        min-height: 50px;
    }

    .product.card {
        min-height: 150px;
        max-width: 260px;
    }

    #addToCartSuccess .modal-body {
        padding: 5px;
    }

    #addToCartSuccess p {
        font-size: 12px;
        width: 80%;
        color: #fff;
    }

    #addToCartSuccess .modal-content {
        background: #127cc0;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #addToCartSuccess .close {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .filtertitle {
        font-size: 24px;
    }

    .chip {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
        min-height: 136px;
    }

    .chip h5 {
        white-space: nowrap;
        font-size: 14px;
    }

    h6.res {
        font-size: 10px;
        display: flex;
    }

    .hero {
        height: 190px;
    }

    .slider {
        height: 125px;
    }

    .slider-img {
        height: 208px !important;
        display: none !important;
    }

    .slider-img-mb {
        height: 190px !important;
        display: block !important;
    }

    .productTitle .discount {
        right: 0;
        top: 53px;
    }

    .fs9 {
        font-size: 9px !important;
        line-height: 10px;
    }

    .icon-home {
        width: 40px !important;
        margin-bottom: 6px !important;
    }

    .cartImage img {
        height: auto;
        width: 100%;
    }

    .detailCart .cartImage img {
        height: auto;
    }

    .product-details .custom-control-label::after {
        position: absolute;
        top: -0.23rem;
        left: -1.97rem;
        display: block;
        width: 2.2rem;
        height: 2.2rem;
        content: "";
        background: no-repeat 50%/50% 50%;
    }

    .product_no_result img {
        width: 80% !important;
    }

    .productTitle {
        font-size: 20px;
    }

    .product-details .price {
        font-size: 16px;
    }

    .product .content .price_old,
    .product .content .price,
    .product-details .oldprice {
        font-size: 14px !important;
        margin-top: 0;
    }

    .breadcrumb {
        font-size: 12px;
        font-weight: 500;
    }

    .header-icons img {
        display: inline-block;
        width: 50px;
        margin: 0;
        margin-right: 10px;
        text-align: left;
    }

    .header-icons span {
        display: block;
        width: 100%;
    }

    .closeBtn {
        position: absolute;
        right: 0;
        font-size: 1.5rem;
        top: 0;
    }

    .custom-control.mt-2.val {
        width: 100%;
    }

    .btn,
    .product-cart-option select.form-control {
        margin-bottom: 1rem;
        font-size: 14px;
        min-height: 49px;
        /* padding: .85rem .5rem !important */
        /* padding: 0.85rem 1.5rem !important; */
    }

    .csp {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .productListing li {
        width: 48%;
        margin-left: 1%;
        margin-right: 0;
    }

    .product {
        width: 220px;
        min-height: 220px;
        padding: 0.5rem;
    }

    .blog {
        width: 220px;
    }

    .search-2 .input-group-append .btn {
        height: 46px;
    }

    .stepper li {
        margin-right: 1px;
        padding-right: 0.5rem;
        font-size: 11px;
    }

    .stepper li span.label,
    .stepper li span.label span {
        display: none;
    }

    .stepper li.active span.label {
        display: inline-block;
    }

    .nav-tabs {
        border-bottom: none;
        overflow-x: auto;
        width: auto;
        margin: 0 auto -6px;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        display: block;
    }

    .nav-tabs .nav-item {
        display: inline-block;
        overflow: hidden;
        position: relative;
        text-align: left;
        white-space: initial;
        -webkit-animation-duration: 0.01s;
        animation-duration: 0.01s;
        margin-right: 0.9rem;
    }

    .nav-tabs .nav-link {
        padding: 0.5rem 0;
    }

    .product.details,
    .product.details.productheight {
        height: 330px;
    }

    .padding-b {
        padding-bottom: 40px;
    }

    .padding-b-2 {
        padding-bottom: 180px;
    }

    .padding-t {
        padding-top: 40px !important;
    }

    .product-details .padding-t {
        padding-top: 0 !important;
    }

    .quickorderimg2 {
        max-width: 60%;
    }

    .testi_section {
        /* padding-bottom: 100px !important; */
        margin-bottom: 0;
    }

    /* Product detail mobile */

    .slick-slider .item {
        border-radius: 0px !important;
        max-height: 265px !important;
        display: flex !important;
        align-items: center;
    }

    .prescription {
        position: absolute;
        margin-left: auto;
        right: 0;
        z-index: 2;
    }

    .product-box .prescription {
        position: absolute;
        margin-left: auto;
        top: 10px;
        right: 7px;
        bottom: unset;
        z-index: 2;
        border-radius: 30px;
    }

    .product-details .product-box .reward_box.cart {
        position: absolute;
        top: unset;
        bottom: 20px;
        left: 15px;
    }

    .product-details .product-box .reward_box img {
        height: 30px !important;
        width: 30px !important;
    }

    .product-details .product-box .reward_box span {
        font-size: 15px !important;
    }

    .product-details .category-list li {
        padding: 13px 15px;
        font-size: 15px;
    }

    .product-details .category-list {
        margin-bottom: 15px;
        position: relative;
    }

    .product-details .category-list::after {
        content: '';
        position: absolute;
        left: 0;
        border-bottom: 3px solid #fff;
        bottom: 0;
        height: 3px;
        width: 100%;
    }

    .social_labels {
        position: absolute;
        bottom: 33px;
        right: 15px;
    }

    .share_social img {
        width: 30px !important;
        height: 30px !important;
    }

    .product-details .price {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
    }

    .old_price {
        font-size: 16px;
        font-weight: 500;
    }

    .product-Highlights {
        font-size: 14px;
        font-weight: 400 !important;
    }

    .network-list li {
        flex-direction: column;
        align-items: center;
        right: -9px;
    }

    .share-button input:checked~.network-list li:nth-child(1) {
        bottom: 70px;
    }

    .share-button input:checked~.network-list li:nth-child(2) {
        bottom: 152px;
    }

    .share-button input:checked~.network-list li:nth-child(3) {
        bottom: 235px;
    }

    .fab-label {
        margin-top: 5px;
        margin-right: 0px;
        order: 2;
    }

    .fab-icon-holder {
        order: 1;
    }

    .tableBody .pending {
        padding: 3px 7px !important;
    }

    .tableBody .orderstatus {
        display: flex;
    }

}

@media screen and (min-width: 767px) {
    .brder_blue-md-none {
        border: 0px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #1c262f;
        background-color: #fff;
    }

    .modal-dialog {
        max-width: 460px;
    }

    .modal-dialog-resend {
        max-width: 500px;
    }

    .logindetails .modal-dialog {
        max-width: 460px;
    }

    .padding-l {
        padding-left: 44px;
    }
}

@media screen and (min-width: 769px) {
    .filter .col-12 .custom-checkbox {
        /* margin-left: 1rem !important */
    }

    .w-md-75 {
        width: 75% !important;
    }
}

@media screen and (min-width: 992px) {
    .padding-l {
        padding-left: 32px;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0 0.25rem;
    }

    .dhover:hover .dp-menu {
        transition-duration: 3s;
        display: block;
    }

    .dp-menu {
        margin-top: -5px;
    }
}

@media (min-width: 1200px) {
    .brandStoryBtn{
        max-width: 250px;
    }

    .product-box .prescription {
        top: 10px;
        right: 25px;
        bottom: unset;
        z-index: 1;
        border-radius: 30px;
        padding: 0.3rem 0.75rem;
    }

    .filter.col-xl-2 {
        max-width: 22% !important;
        flex: 0 0 22% !important;
    }

    .brands .btn {
        font-size: 16px;
        padding: 0.5rem 2.5rem;
    }

    .nav.row {
        padding-left: 5.5% !important;
    }

    .siderbar-header {
        padding-left: 4.7% !important;
    }

    .cta h2 {
        font-size: 30px;
    }

    .container.w-90 {
        max-width: 95%;
    }

    .container.w-80 {
        max-width: 95%;
    }

    .navbar-nav.container.w-80 {
        max-width: 100%;
    }

    .box {
        max-width: 500px;
    }

    .padding-l {
        padding-left: 7.5%;
    }

    .padding-l2 {
        padding-left: 2.5%;
    }

    .padding-l2.filter {
        padding-left: 2.5%;
    }

    .starText {
        font-size: 12px;
    }
}

@media (min-width: 1400px) {
    .custom__radio label {
        font-size: 16px;
    }

    .custom-control-label.pt-0 {
        font-size: 16px;
    }

    .custom-control-label {
        font-size: 16px;
    }

    .btn-1,
    .btn-2,
    .btn-3,
    .btn-4 {
        font-size: 16px;
    }

    .fs15 {
        font-size: 16px !important;
    }

    .applyBtn button {
        font-size: 16px;
    }

    .fs-15 {
        font-size: 16px;
    }

    .points_desc {
        font-size: 13px;
    }

    .navbar .dropdown-menu {
        min-width: 18rem;
    }

    .count_points {
        font-size: 18px;
    }

    .filter_box {
        margin-top: 27px;
    }

    /* .header_cart div {
        font-size: 20px;
    } */
    .navbar-light .navbar-nav .nav-link {
        margin: 0 0.5rem;
    }

    input[type="file"] {
        width: 276px;
    }

    .btn,
    .custom-file-upload {
        font-size: 14px;
        padding: 0.5rem 2rem !important;
    }

    .btn.btn-red {
        padding: 0.5rem 1rem !important;
    }

    .btn.btn-line {
        padding: 0.5rem 1rem !important;
    }

    .product {
        width: 210px;
    }

    .companyName {
        font: 300 13px/14px Fira Sans;
    }

    .map h3

    /* .ratingTitle */
        {
        font-size: 20px;
    }

    .blog {
        width: 394px;
    }

    .account .custom-control-label {
        margin-right: 28px;
    }

    .shop .custom-control-label {
        font-size: 12px;
        line-height: 2;
        padding-top: 0;
    }

    .companyName {
        font-size: 300;
        margin: 0.35rem 0;
    }

    @media (min-width: 1600px) {
        .custom__radio label {
            font-size: 16px;
        }

        .custom-control-label.pt-0 {
            font-size: 16px;
        }

        .custom-control-label {
            font-size: 16px;
        }

        .btn-1,
        .btn-2,
        .btn-3,
        .btn-4 {
            font-size: 16px;
        }

        .fs15 {
            font-size: 16px !important;
        }

        .applyBtn button {
            font-size: 16px;
        }

        .fs-15 {
            font-size: 16px;
        }

        .points_desc {
            font-size: 13px;
        }

        .navbar .dropdown-menu {
            min-width: 19rem;
            left: 0;
        }

        .count_points {
            font-size: 18px;
        }

        .blogdetails h1,
        .careersdetails h1 {
            font-size: 30px;
        }

        .static_heading h1 {
            font-size: 30px;
        }

        .nav-header {
            font-size: 16px;
        }

        .nav.row {
            padding-left: 7% !important;
        }

        .siderbar-header {
            padding-left: 6.3% !important;
        }

        .product-details .custom-control-label::after {
            position: absolute;
            top: -0.24rem;
            left: -2rem;
        }

        .addtocart {
            padding: 0.795rem;
        }

        .map .time {
            font-size: 14px;
        }

        .btn.btn-line {
            font-size: 14px;
        }

        .map .location-add {
            position: relative;
            width: 60%;
            font-size: 15px;
        }

        .secondNav .navbar-light .navbar-nav .nav-link {
            font-size: 15px;
            margin: 0 1.4rem;
        }

        .slick-next,
        .slick-prev {
            height: 46px;
            width: 46px;
        }

        .product {
            width: 250px;
        }

        .box {
            max-width: 595px;
        }

        .smallHeading {
            font-size: 13px;
            letter-spacing: 4.2px;
        }

        .minw-75 {
            max-width: 75%;
        }

        .container.w-80 {
            max-width: 1400px;
        }

        .navbar-nav.container.w-80 {
            max-width: 1400px;
        }

        .container.w-90 {
            max-width: 90%;
        }

        h1 {
            font-size: 30px;
        }

        h2 {
            font-size: 30px;
        }

        .lh {
            line-height: 1.5;
        }

        h6 {
            font-size: 18px;
        }

        .padding-l {
            padding-left: 14.4%;
        }

        .padding-l2 {
            padding-left: 5.5%;
        }

        .padding-l2.filter {
            padding-left: 6.5%;
        }

        .product.card {
            min-height: 200px;
        }

        .productListing li {
            width: 19%;
        }

        .blog-img-cont {
            height: 290px;
            overflow: hidden;
        }

        .mobile_banner .app_btns {
            left: 10%;
        }
    }

    @media (min-width: 1920px) {
        .product.card .card_image {
            min-height: 205px;
        }

        .custom__radio label {
            font-size: 16px;
        }

        .custom-control-label.pt-0 {
            font-size: 16px;
        }

        .custom-control-label {
            font-size: 16px;
        }

        .btn-1,
        .btn-2,
        .btn-3,
        .btn-4 {
            font-size: 16px;
        }

        .fs15 {
            font-size: 16px !important;
        }

        .applyBtn button {
            font-size: 16px;
        }

        .fs-15 {
            font-size: 16px;
        }

        .points_desc {
            font-size: 13px;
        }

        .navbar .dropdown-menu {
            min-width: 19rem;
            left: 0;
        }

        .count_points {
            font-size: 18px;
        }

        .product .content h2 {
            font-size: 16px;
            min-height: 80px;
        }

        .dropdown.maindrop .container {
            max-width: 1383px;
        }

        .bottomimgcontainer {
            max-height: 650px;
        }

        .custom-control-label {
            padding-top: 0;
        }

        .product_discount {
            font-size: 12px;
        }

        .dropdown-arrow {
            max-width: 13px;
            margin-bottom: 3px;
        }

        .nav.row {
            padding-left: 9.1% !important;
        }

        .siderbar-header {
            padding-left: 9.1% !important;
        }

        .product.card {
            min-height: 200px;
        }

        .box-2 img {
            height: 90px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
        }

        .box-2.hs img {
            height: unset;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 0;
        }

        .cartButtons span {
            font-size: 13px;
        }

        .mobile_banner .app_btns {
            left: 10%;
        }
    }

    @media (min-width: 1920px) {
        .custom__radio label {
            font-size: 16px;
        }

        .custom-control-label.pt-0 {
            font-size: 16px;
        }

        .custom-control-label {
            font-size: 16px;
        }

        .btn-1,
        .btn-2,
        .btn-3,
        .btn-4 {
            font-size: 16px;
        }

        .fs15 {
            font-size: 16px !important;
        }

        .applyBtn button {
            font-size: 16px;
        }

        .fs-15 {
            font-size: 16px;
        }

        .points_desc {
            font-size: 13px;
        }

        .navbar .dropdown-menu {
            min-width: 19rem;
        }

        .count_points {
            font-size: 18px;
        }

        .bottomimgcontainer {
            max-height: 650px;
        }

        .dropdown-arrow {
            max-width: 13px;
            margin-bottom: 3px;
        }

        .nav.row {
            padding-left: 9.1% !important;
        }

        .siderbar-header {
            padding-left: 8.5% !important;
        }

        .product_added_cart {
            font-size: 12px;
        }

        .product .add_to_cart {
            border: 1.5px solid #127cc0;
            font-size: 16px;
            /* min-height: 50px; */
        }

        .mobile_banner .app_btns {
            left: 10%;
        }


    }

    select::-ms-expand {
        display: block;
    }

    @media (min-width: 1921px) {
        .custom__radio label {
            font-size: 16px;
        }

        .custom-control-label.pt-0 {
            font-size: 16px;
        }

        .custom-control-label {
            font-size: 16px;
        }

        .btn-1,
        .btn-2,
        .btn-3,
        .btn-4 {
            font-size: 16px;
        }

        .fs15 {
            font-size: 16px !important;
        }

        .applyBtn button {
            font-size: 16px;
        }

        .fs-15 {
            font-size: 16px;
        }

        .points_desc {
            font-size: 13px;
        }

        .navbar .dropdown-menu {
            min-width: 19rem;
            left: 0;
        }

        .count_points {
            font-size: 18px;
        }

        .order-summary {
            max-width: 80%;
        }

        .btn {
            padding: 1.2rem 4rem;
            font-size: 1.1rem;
        }

        .minh,
        .tab-content {
            min-height: 290px;
        }

        .productImage {
            max-width: 100%;
            width: 100%;
        }

        .product {
            width: 300px;
        }

        .productImage img {
            width: 100%;
        }

        .product .content h2 {
            font-size: 17px;
        }

        .product .content .price {
            font-size: 16px;
        }

        .discount {
            font-size: 12px;
        }
    }

    @media (min-width: 2260px) {

        .custom__radio label {
            font-size: 16px;
        }

        .custom-control-label.pt-0 {
            font-size: 16px;
        }

        .custom-control-label {
            font-size: 16px;
        }

        .btn-1,
        .btn-2,
        .btn-3,
        .btn-4 {
            font-size: 16px;
        }

        .fs15 {
            font-size: 16px !important;
        }

        .applyBtn button {
            font-size: 16px;
        }

        .fs-15 {
            font-size: 16px;
        }

        .points_desc {
            font-size: 13px;
        }

        .navbar .dropdown-menu {
            min-width: 19rem;
            left: 0;
        }

        .count_points {
            font-size: 18px;
        }

        .padding-l {
            padding-left: 23.3%;
        }

        .job_listing li {
            width: 24% !important;
        }

        .job_container {
            max-width: 1600px;
        }
    }

    .box {
        max-width: 620px;
    }
}

.modal-content {
    padding: 7px 7px 7px 7px;
    border: none;
    border-radius: 7px;
    width: 621px;
}

.modal-header {
    border-bottom: none !important;
}

.modal-body>h1 {
    color: #127cc0;
    font-family: FiraSans-bold;
    font-size: 20px;
    line-height: 53px;
}

.modal-body>p {
    color: #000;
    font-family: FiraSans-light;
    font-size: 14px;
    line-height: 22px;
}

.track-btn {
    background-color: #127cc0;
    padding: 5px 5px 5px 5px;
    color: #fff;
    font-family: FiraSans-light;
    font-weight: 300;
    font-size: 15px !important;
    letter-spacing: 0.75px;
    line-height: 27px;
}

.track-btn2 {
    background-color: #127cc0;
    padding: 5px 5px 5px 5px;
    color: #fff;
    font-family: FiraSans-light;
    font-weight: 300;
    font-size: 15px !important;
    letter-spacing: 0.75px;
    line-height: 27px;
}

.input-modal {
    color: #000 !important;
    font-family: FiraSans-light;
    font-size: 12px !important;
    line-height: 24px;
}

.modal-body {
    padding: 2.6rem;
}

.modal-footer {
    border: none;
    justify-content: center;
}

.modal-footer>form {
    width: 88%;
}

.margin-modal {
    margin-top: -25px;
}

.typeModal .modal-content {
    width: 100%;
}

.typeModal .modal-dialog {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.typeModal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.typeModal .btn-3 {
    border-radius: 5px;
}

.typeModal h2 {
    font-size: 18px;
    font-weight: 600;
}

.typeModal p {
    font-size: 16px;
    font-weight: 600;
}

.typeModal .close {
    position: absolute;
    top: 10px;
    left: 42%;
    right: unset;
    display: flex;
    justify-content: center;
}

.animate-bottom {
    position: relative;
    -webkit-animation: animatebottom 0.4s;
    -o-animation: animatebottom 0.4s;
    -moz-animation: animatebottom 0.4s;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

#city-dropdown-1 {
    background-image: url(/theme/images/arrow-down.png);
    background-size: 10px;
}

#city-dropdown-2 {
    background-image: url(/theme/images/arrow-down.png);
    background-size: 10px;
}

#resend-dropdown {
    background-image: url(/theme/images/arrow-down.png);
    background-size: 10px;
}

.close {
    position: absolute;
    right: 0.5rem;
    top: 2px;
    font-size: 2.5rem;
    font-weight: 300;
}

.ui-menu-item {
    font-size: 13px !important;
}

.ui-menu-item div::selection {
    background: #127cc0 !important;
}

.ui-menu-item div::-moz-selection {
    background: #127cc0 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #EDF4F8 !important;
    border-color: #EDF4F8 !important;
    border-left-color: #c5c5c5 !important;
    border-right-color: #c5c5c5 !important;
}

.ui-button.ui-state-active:hover {
    background: #EDF4F8 !important;
    border-color: #EDF4F8 !important;
    border-left-color: #c5c5c5 !important;
    border-right-color: #c5c5c5 !important;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #333333 !important;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #127cc0 !important;
}

#addToCartSuccess .modal-mwidth {
    max-width: 664px !important;
}

#addToCartSuccess .prod-success-img {
    border: 0.2px solid #8d8d8d;
    border-radius: 5px;
    width: 107px !important;
    height: 96px !important;
    overflow: hidden;
}

#addToCartSuccess .p-text>p {
    font-size: 12px;
    text-align: left;
    color: #333;
}

#addToCartSuccess p.p-title {
    font-size: 14px !important;
    text-align: left;
    color: #242424 !important;
    font-weight: 500;
}

#addToCartSuccess .img-h {
    max-width: 75px !important;
}

#addToCartSuccess .cart-title {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 500;
}

#addToCartSuccess .title-bold {
    font-family: FiraSans-Bold;
}

#addToCartSuccess .t-blue {
    color: #127cc0;
}

.searchicon-mb {
    position: absolute;
    left: 11px;
    top: 16px;
}

.search_input,
.search_input:focus,
.search_input:hover {
    border-radius: 50px;
    border: none;
    border-bottom: 0.2px solid #dbdbdb;
    font-size: 14px;
    font-weight: 400;
    padding-left: 37px;
    padding-right: 11px;
}

.nav-open {
    position: absolute;
    width: 100%;
    top: 130px;
    z-index: 1000;
    padding-bottom: 6px;
}

.bdrt>ul>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bdrt>ul>li>a>label {
    font-size: 11px;
}

.product.sideBar {
    min-height: unset !important;
}

.prescLabel {
    font-size: 12px;
    color: #242424;
    font-weight: 500;
    font-style: italic;
}

.searchTitle {
    font-size: 24px !important;
    color: #127cc0 !important;
    font-weight: 500;
}

#addToCartSuccess .btn-blue {
    background-color: #127cc0;
    color: #fff;
    font-size: 12px !important;
    min-width: 128px;
    margin-right: 5px;
    min-height: 39px;
    padding: 9px !important;
    border-radius: 4px;
}

#addToCartSuccess .btn-blue2 {
    background-color: #0065ab;
}

#addToCartSuccess .b-left {
    border-left: 0.2px solid #d6d6d6;
}

.quick_order .b-left {
    border-left: 0.2px solid #d6d6d6;
}

#addToCartSuccess .btn-blue:hover {
    opacity: 0.9;
    color: #fff;
}

.oos_box {
    display: flex;
}

.oos_image {
    border: 0.2px solid #8d8d8d;
    border-radius: 5px;
    width: 80px !important;
    height: 80px !important;
    overflow: hidden;
}

.oos_image .img-h {
    max-width: 80px !important;
}

.oos_box .p-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.oos_box .p-text p {
    font-size: 14px !important;
}

.oos_box .p-text .p-title {
    font-size: 14px !important;
    text-align: left;
    color: #242424 !important;
    font-weight: 500;
}

.rounded-circle {
    width: 1rem;
    height: 0.95rem;
    background-color: #b9b9b9;
    z-index: 2;
}

.cs {
    position: relative;
}

.slide {
    background-color: #b9b9b9;
    height: 3px;
    width: 50%;
    top: 6px;
    left: 0;
}

.slide2 {
    position: absolute;
    background-color: #b9b9b9;
    height: 3px;
    width: 50%;
    top: 6px;
    right: 0;
}

.rounded-circle.active {
    background-color: var(--blue-color);
}

.slide.active {
    background-color: var(--blue-color);
}

.white {
    width: 100%;
    background-color: #fff;
}

.otp-input {
    width: 50px;
    height: 50px;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 2px;
    border-radius: 8px;
}

.reset-code {
    color: var(--blue-color);
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.back-w {
    background-color: #fff;
    border-radius: 20px;
}

.fs-12 {
    font-size: 12px;
    color: #242424;
    line-height: 19px;
    border: 1px solid #00000000;
}


.filepond--drop-label {
    background-color: #fff !important;
    color: #000;
}

.filepond--label-action {
    text-decoration: none !important;
}

.quick_order .filepond--root .filepond--drop-label {
    min-height: 43px !important;
}

.swal2-header {
    display: none !important;
}

.swal2-popup {
    min-width: 400px;
    border-radius: 3px !important;
    box-shadow: none !important;
}

.swal2-content div {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}

.filepond--credits {
    display: none !important;
}

.image-upload {
    border: 1px dotted #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.image-upload .filepond--root .filepond--drop-label {
    min-height: 7.75em;
}

.filepond--panel[data-scalable="true"] {
    background-color: #fff !important;
}

.filepond--panel-root {
    background-color: #fff !important;
}

.uploaded-image {
    height: 5rem !important;
    width: 8rem !important;
}

.uploaded {
    margin: auto;
}

.red {
    color: red !important;
}

.upload-text {
    width: 5rem !important;
    height: 5rem !important;
}

.btn-servaid-outline {
    border: 1px solid #0d65ab;
    background: 0 0;
    color: #0d65ab;
    font-size: 10px;
    width: 100%;
    border-radius: 5px;
    min-height: 25px;
    transition: 0.3s all ease-in-out;
}

.btn-servaid-outline:hover {
    border: 1px solid #0d65ab;
    background: #0d65ab;
    color: #fff;
}

.loader-quick-signup {
    position: fixed;
    z-index: 10;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #fbfbfb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.loader-quick-signup img {
    max-width: 180px;
}

.loader-order-detail {
    position: fixed;
    z-index: 1000;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.loader-order-detail img {
    max-width: 180px;
}

.loader-review {
    position: absolute;
    z-index: 9;
    justify-content: center;
    display: flex;
    width: 100%;
    background: #fbfbfb;
}

.loader-verify-otp {
    position: absolute;
    z-index: 9;
    justify-content: center;
    display: flex;
    width: 100%;
    background: #fbfbfb;
    height: 100%;
    align-items: center;
}

.loader-verify-otp img {
    max-width: 180px;
}

.loader-resend-otp {
    position: absolute;
    z-index: 9;
    justify-content: center;
    display: flex;
    width: 100%;
    background: #fbfbfb;
    height: 100%;
    align-items: center;
}

.loader-resend-otp img {
    max-width: 180px;
}

.loader-product {
    position: fixed;
    z-index: 1000;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.loader-product img {
    max-width: 180px;
}

.product_no_result {
    width: 100%;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    color: #00000052 !important;
}

.blog_loading_box {
    width: 100%;
    text-align: center;
    color: #757575;
    background: #fbfbfb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9;
}

.blog_loading_box img {
    max-width: 180px;
}

.product_no_result img {
    width: 30%;
}

.no_reviews {
    width: 100%;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no_reviews img {
    width: 30%;
    color: #757575;
    font-size: 20px;
}

.no_details {
    width: 100%;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no_details img {
    width: 50%;
    color: #757575;
    font-size: 20px;
}

.loader_add_cart {
    width: 100%;
    background: #fbfbfb;
    position: absolute;
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: baseline;
    height: 100vh;
}

.p-rel.mainBox {
    overflow: hidden;
}

.p-rel .loader_add_cart {
    top: 0;
    left: 0;
    height: 100%;
}

.loader_add_cart img {
    margin-top: 100px;
    max-width: 180px;
}

.loader_pres {
    width: 100%;
    background: #fbfbfb;
    position: absolute;
    display: flex;
    z-index: 10;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
}

.loader_pres img {
    max-width: 180px;
}

.loader_checkout {
    left: 0;
    width: 100%;
    background: #fbfbfb;
    position: absolute;
    display: flex;
    z-index: 9;
    justify-content: center;
    height: 650px;
}

.loader_checkout img {
    max-width: 180px;
}

.loader_track {
    width: 100%;
    background: #fbfbfb;
    position: absolute;
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 0;
    left: 0;
}

.loader_track img {
    max-width: 180px;
}

.loader_location {
    width: 100%;
    background: #fbfbfb;
    position: absolute;
    display: flex;
    z-index: 9;
    justify-content: center;
    height: 100%;
    top: 0;
    left: 0;
}

.loader_location img {
    max-width: 180px;
}

.loader_address {
    width: 100%;
    background: #fff;
    position: absolute;
    display: flex;
    z-index: 9;
    justify-content: center;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
}

.loader_address img {
    max-width: 180px;
}

.t-black {
    color: #000 !important;
}

.t-grey {
    color: #4d4d4d !important;
}

.t-grey2 {
    color: #9b9b9b !important;
}

#pagination .disabled_link a {
    opacity: 0.5 !important;
    color: #000 !important;
    cursor: not-allowed !important;
}

.page-item:last-child .page-link {
    color: #000 !important;
}

.alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.delivery_restrict {
    height: 100%;
    background: red;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #ffffff00;
}

.a_to_b {
    letter-spacing: 0;
    border: 0;
    background: #ffffff00;
}

.z-9 {
    z-index: 9;
}

.nav-linkx {
    color: #a8d2ea;
    background-color: transparent;
    border-radius: 0;
    font-weight: 700;
    padding: 0;
    font-size: 15px;
    /* padding-bottom: 8px !important */
}

.nav-linkx-active {
    color: #127cc0;
    background-color: transparent;
    /* border-bottom: 3px solid #007bc0; */
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 700;

}

.nav-linkx:hover {
    color: #127cc0;
}

.input-group input {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border: none;
}

.resend_otp_btn {
    /* border: 0;
    background: 0 0;
    color: #084d74;
    font-size: 14px;
    margin-top: 8px; */
}

.resend_otp_btn_style {
    border: 0;
    background: 0 0;
    color: #084d74;
    font-size: 14px;
    margin-top: 8px;
}

.resend_otp_btn:disabled {
    cursor: not-allowed;
}

.resend_otp_btn:hover {
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.b-1 {
    border: 1px solid #eee;
}

.rm_pres_btn {
    content: '';
    background: #FFE8E9;
    color: #D90915;
    z-index: 1;
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -3px;
    right: -8px;
    border-radius: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.op-t-cap {
    text-transform: uppercase;
}

.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-c-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flex-c-c-r {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.flex-sb-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-sb-c-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.flex-sb-c-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.reward_box:hover::after {
    display: block;
    min-width: 80px;
    content: 'Servaid Points';
    background-color: black;
    border-radius: 50px;
    padding: 5px;
    min-height: 15px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    position: absolute;
    top: -30px;
}

.reward_box.reward-checkout-box img{
    height: 39px;
}

.card_detail {
    color: #fff;
}

.card_detail p {
    display: none !important;
}

.input-hide{
    height: 30px;
    width: 30px;
    background: #D6EBF7;
    color: #127CC0;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-hide input[type='checkbox'] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

#subcription_modal {
    
}

#subscription_modal .modal-dialog {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: auto;
    max-width: fit-content;
}
#subscription_modal .modal-content{
    position: relative;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
#subscription_modal .modal-content .modal-header{
    position: absolute;
    width: 100%;
    z-index: 1;
}
#subscription_modal .modal-content .modal-header .close{
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin: 10px 5px;
    font-size: 1.8rem;
}
#subscription_modal .modal-content .modal-header .close span{
    line-height: 1.8rem;
}
#subscription_modal .modal-content .modal-body {
    padding: 0;
}
