﻿body {
    font-family: sans-serif;
    font-size: 0.88em;
    font-family: 'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    position: relative;
    background: #1e1d2f;
}

.header-wrap {
    box-shadow: -6px 20px 17px -25px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: -6px 20px 17px -25px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: -6px 20px 17px -25px rgba(0, 0, 0, 0.65);
}

.border-mid-light {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
}

    .border-mid-light:hover {
        border: 2px solid #000;
        margin-top: -5px;
    }

.btn-yellow {
    background-color: #ffc439 !important;
    border-color: #ffc439 !important;
    color: #212529 !important;
}
#productItems h2 {
    font-size: 25px;
}
.new {
    background: #0061b1;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
}

i {
    font-size: 1.2em !important;
    padding: 5px;
}

.showcase p {
    font-size: 11px;
}

.header {
    font-size: 20px;
}

.innercont {
    padding: 30px 30px 30px 30px;
    background: url(../img/con-bg.jpg) top center;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
}

.benefits-cont {
    padding: 30px 30px 30px 30px;
    background: url(../img/bene-bg.jpg) top center;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
}

.whento {
    padding: 30px 30px 30px 30px;
    background: url(../img/whento-bg.jpg) top center;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
}


.check-list {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 5px auto;
    background: #4c7086;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}



.content {
    border: 2px dashed;
    width: 80%;
    margin: 0 auto;
}

.showcase {
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
}

section.product-page {
    min-height: 58vh;
}

.showcase h4,
.prod h4 {
    font-weight: 600;
}

.on-stock {
    color: yellowgreen;
}

.order-now {
    font-size: 1em;
    font-weight: bold;
}

.breadcrumb-navigation {
    background: #fafafa;
}

.breadcrumb {
    background-color: transparent;
    font-size: 0.8em;
}

.breadcrumb-item.active {
    color: silver;
}

.cart svg {
    width: 24px;
    height: 19px;
    stroke: black;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
}

.cart div {
    position: relative;
    display: inline;
}

.cart svg {
    margin: auto 0;
}

.cart label {
    position: absolute;
    right: -22px;
    top: -11px;
    display: block;
    background-color: red;
    padding: 1px;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    text-align: center;
    color: white;
    font-family: 'Chivo', serif;
    font-weight: 400;
}


.chat-link {
    cursor: pointer
}

.btn-add, .btn-minus {
    padding: 1px 6px !important;
}

body {
    padding-top: 69px;
}

.loader {
    color: #ffffff;
    font-size: 9px;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 35%;
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}



.loader-wrapper {
    background: rgba(0, 0, 0, 0.87);
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 150%;
}

.btn.primary-blue {
    background-color: #4785fc;
    color: #fff;
}




.cartItem {
    background: rgba(255,255,255, 0.9);
    padding: 17px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.15);
    right: 10px;
    top: 47px;
    z-index: 100
}

a.subscribe {
    background: #6a030d !important
}

.removeItem {
    color: #fff !important;
    background-color: #dc3545 !important;
    padding-right: 0.3em;
    padding-left: 0.3em;
    border-radius: 39rem;
    text-indent: 28px;
}


/* hide image please refer ticket #32323 comment:1 */
img[src='/img/ecom/slider/anti-snoring-clip-5.jpg'] {
    display: none !important;
}

.cartItem {
    background: rgba(255,255,255, 1);
    padding: 17px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.15);
}

.removeItem {
    color: #fff !important;
    background-color: #dc3545 !important;
    padding-right: 0.3em;
    padding-left: 0.3em;
    border-radius: 39rem;
    font-size: 0.7em;
    text-indent: 28px;
}


.bg-light {
    background: #fff !important;
}

.navbar-collapse {
    flex-grow: 0 !important;
    width: auto !important;
}

.cart svg {
    width: 24px;
    height: 19px;
    stroke: black;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    cursor: pointer;
}

.cart div {
    position: relative;
    display: inline;
}

.cart svg {
    margin: auto 0;
}

.text-bold {
    font-weight: bold;
}

.btn-add, .btn-minus {
    padding: 1px 6px !important;
}

.cartCount {
    position: absolute;
    right: -8px;
    top: 2px;
    display: block;
    background-color: red;
    padding: 0px;
    width: 21px;
    height: 21px;
    border-radius: 23px;
    text-align: center;
    color: white;
    font-weight: 400;
    display: none;
    cursor: pointer;
}



.cart_item {
    display: block !important;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid #dfdede;
    padding-bottom: 14px;
    font-size: 14px;
}

/*tab*/

.nav-tabs--vertical {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: flex;
    flex-flow: column nowrap;
}

.nav-tabs--left {
    margin: 0 15px;
}

    .nav-tabs--left .nav-item + .nav-item {
        margin-top: 0.25rem;
    }

    .nav-tabs--left .nav-link {
        transition: border-color 0.125s ease-in;
        white-space: nowrap;
    }

        .nav-tabs--left .nav-link:hover {
            background-color: #f7f7f7;
            border-color: transparent;
        }

        .nav-tabs--left .nav-link.active {
            border-bottom-color: #ddd;
            border-right-color: #fff;
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
            margin-right: -1px;
        }

            .nav-tabs--left .nav-link.active:hover {
                background-color: #fff;
                border-color: #0275d8 #fff #0275d8 #0275d8;
            }

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}



/*slider*/
.lSSlideOuter .lSPager.lSGallery {
    width: 100% !important;
}

    .lSSlideOuter .lSPager.lSGallery li.active {
        border: 3px solid #0061b1;
        border-radius: 0;
    }

    .lSSlideOuter .lSPager.lSGallery li {
        border: 1px solid #777777;
        border-radius: 0;
    }

.back {
    padding-bottom: 15px;
    color: #777
}

    .back a {
        color: #777;
        font-size: 12px;
    }

.wrap {
    background: url("../img/savenow-dental-card-hero.jpg") no-repeat top center;
    width: 100%;
    padding: 20px;
}

    .wrap h2 {
        color: #28319a;
        font-weight: 600;
        font-size: 37px;
    }

        .wrap h2 span {
            color: #000;
            font-weight: 400;
        }

    .wrap ul li {
        margin: 12px 0;
        font-size: 19px;
    }

.list {
    font-size: 17px;
}

/*wrapper*/
.wrapper {
    border: 1px solid #ddd;
    background: #fefefe;
}

    .wrapper .box {
        margin: 0 auto;
        text-align: center;
    }

        .wrapper .box .bg-grey {
            background: #9e9e9e;
        }

.wrapper-header {
    background: #0061b1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
}

.wrapper-inner {
    padding: 10px;
}


/*divider*/

.separator > * {
    display: inline-block;
    vertical-align: middle;
}

.separator {
    font-size: 1.3em;
    font-weight: bolder;
    color: #646262;
    text-align: left;
    border: 0;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .separator:before,
    .separator:after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #e2e2e2;
        margin: 0 2px 0 2px;
        display: inline-block;
        vertical-align: middle;
    }

    .separator:before {
        margin-left: -100%;
    }

    .separator:after {
        margin-right: -100%;
    }

/*end divider*/

.prod {
    background-color: #fff;
    padding: 2em 0em;
    border: 1px solid #eeeeee;
    border-radius: .25rem !important;
    transition: 0.2s all cubic-bezier(0.35, 0, 0.65, 1) !important;
}

    .prod:hover {
        margin-top: -5px;
        border-top: 3px solid #dc3545;
        box-shadow: 0 15px 92px 0 rgb(50 55 81 / 10%);
    }

.related-product {
    display: none;
}

.prod a {
    text-decoration: none;
    color: black;
}













.daily-deal-inner-headline {
    background: #0084ff;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    margin-top: -10px;
    text-align: center;
    display: block;
    width: 180px;
    min-height: 38px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

    .daily-deal-inner-headline span {
        display: inline-block;
        vertical-align: middle;
        margin-top: 4px;
    }

    .daily-deal-inner-headline span span {
        display: inline;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }

.daily-deal {
    min-height: 200px;
    background: #fff;
    display: inline-block;
    border-radius: 18px;
    margin: 0 5px 10px 6px;
    padding: 10px;
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}




























footer p {
    font-weight: 300;
    padding: 5px 20px 5px 0px;
    color: #333;
}

footer h3 {
    font-size: 1.1em;
    color: #333;
}

footer a {
    color: #0089a6;
    font-weight: 300;
}

footer.bg-white {
    background: #ffffff !important;
}

.copy p {
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: rgba(2,110,139,0.8);
    ;
}

footer li {
    display: block;
}

footer .social i {
    color: white;
    font-size: 1em;
    padding: 5px;
}

footer i::before {
    font-size: 1.6em;
}

footer .social li {
    display: inline-block;
}

.copy {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(255, 255, 255, 0.19);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #8bc344;
}


@media (max-width: 767px) {
    .cart .nav-link {
        margin-right: 1rem !important;
    }

    .cartItem {
        width: 100vw !important;
        height: 100vh !important;
        left: 6px;
        z-index: 1;
        top: 68px;
    }

    .wrap {
        background: url(../img/savenow-dental-card-hero.jpg) no-repeat left center;
    }
}

@media (max-width: 599px) {


    .navbar.fixed-top {
        padding-top: 1.3rem;
    }
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #productItems h2 {
        font-size: 22px;
    }
    .navbar-brand img {
        width: 7em;
    }

    .info .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    h1, h2, h3, .wrap h2 {
        font-size: 16px;
    }

    .showcase {
        margin: 0 !important;
    }

    .header {
        font-size: 15px;
    }

    .showcase p {
        font-size: 13px;
    }
}

.text-blue-cus {
    color: #01afe4;
}

.text-red-cus {
    color: #f36c78;
}

.bg-red-cus {
    background: #f36c78;
}

.bg-blue-cus {
    background: #01afe4;
}
    .bg-blue-cus:hover {
        background: #0589b1;
        cursor: default;
    }

.guarantee-text {
    font-size: 11px !important;
    padding: 0 20px;
}