﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

html {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    ;
}

h1, h2, h3, h4, h5, h6, a, div, span {
    font-family: 'Montserrat', sans-serif;
    ;
}


*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background-color: #fff !important;
    font-weight: normal;
    text-align: left;
    font-family: -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;
}

.h-title {
    font-size: 50px;
    font-weight: 800;
}

.main-cta {
   background: #fff;
    padding: 10px 25px;
    color: #0EB8B7;
    font-weight: normal;
    font-size: 18px;
    border-radius: 35px;
}

.top-fold {
    background-color: #f4fcf6;
    opacity: 1;
    background-size: cover;
    background-position: 100% 0;
    padding: 30px 0;
    background-repeat: no-repeat;
}

    .top-fold h2 {
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 900;
    }

.dark {
    color: #373737;
}

.grayscale {
    filter: grayscale(100%);
}

.vmiddle {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.add {
    margin-left: 2px;
    padding: 8px;
}

.input-group-append .btn, .input-group-prepend .btn {
    z-index: 1 !important;
}

.quantity {
    width: 30px;
    text-align: center;
}

.minus {
    margin-right: 2px;
    padding: 8px;
}

.layer {
    position: relative !important;
}

#parallax-2 .layer {
    position: absolute !important;
}

ul li {
    list-style: none !important;
}

.bg-black {
    background: #1a1919;
}

.btn.primary-blue {
    background-color: #44ffaf;
    color: #7400e6;
}

.product-lists .btn.primary-blue {
    background-color: #f4f4f4 !important;
    color: #0d0c4a;
    border: 1px solid #0d0c4a;
    margin-top: 15px;
}

.btn-minus, .btn-add {
    padding: 1px 6px !important;
}

.btn.primary-blue:hover {
    color: white;
    background: #4785fc;
    border: 1px solid #4785fc;
}

.vbottom {
    position: absolute;
    bottom: 0%;
    width: 100%;
}

.primary-color {
    background-color: #7400e6;
}

.navbar {
    z-index: 2 !important;
}

.shop-nav {
    background: linear-gradient(to right, #7400e6, #0884BC);
    border-radius: 24.5px;
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (min-width: 1024px) {
    /*.top-fold  {
        height: 60vh
    }*/
}

.cart-img {
    top: 0;
    right: -20px;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
/* * * ========================================== * Top fold section * ========================================== * */
#Parallax {
    position: absolute;
    z-index: 0;
    overflow: hidden;
}



.sec1 {
    background: url("/img/1.jpg");
    background-size: cover;
}

.sec2 {
    background: url("/img/2.jpg");
    background-size: cover;
}

.sec3 {
    background: url("/img/3.jpg");
    background-size: cover;
}
/* * logos section */
.logos img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all .3s ease;
}

    .logos img:hover {
        filter: grayscale(0%);
        opacity: 1;
    }
/* * product list section */
.divider h2 {
    font-weight: bold;
}
/* * product list section */
.product-lists {
    background: #f4f4f4 !important;
}

    .product-lists .prod div.content {
        background: #ffffff;
        /*! padding: 0px 0px 29px; */
        position: relative;
        transition: all .2s ease-in-out;
        padding: 10px;
        border-radius: 4px;
        border: 4px solid #fff;
    }

        .product-lists .prod div.content:hover {
            transform: scale(1.1);
        }

    .product-lists .prod figure {
        box-sizing: border-box;
        width: 100%;
        position: relative;
        transition: all .5s ease;
    }

    .product-lists .prod div figure.preview {
        position: absolute;
        background: black;
        margin-bottom: 0px;
        opacity: 0;
        top: 0;
    }

    .product-lists .preview p {
        padding: 0.6em 0.4em;
        text-align: left;
        background: rgba(0,0,0,0.5);
        margin: 0px;
        text-align: center;
        line-height: 20px;
        /* font-size: 1em;
     */
        font-weight: 300;
    }

    /* .product-lists .prod div:hover figure.preview {
        opacity: 1;
    }

    .product-lists .prod div:hover figure.item {
        opacity: 0;
    }*/

    .product-lists h3 {
        color: #000;
        font-weight: bold;
        padding: 0 25px;
        font-size: 17px;
        margin-top: 5px;
    }

    .product-lists h4 {
        font-size: 1.1em;
    }

    .product-lists h5 {
        font-size: 1.1em;
        font-weight: 600;
    }
/* * testimonials section */
.testimonials p {
    padding: 1em 6em;
}
/* carousel */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-slider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.prod:hover {
    cursor: pointer;
}

.testimonials {
    background-image: linear-gradient(to right, #7400e6, #0884BC), url(/img/pattern-overlay.png);
    background-size: contain;
}

.prod a:hover {
    text-decoration: none;
}
/* end carousel */
/* * nearfooter section */
.nearfooter {
    background-color: #faf7f7;
    background: url(/img/background2.webp) no-repeat;
    background-size: cover;
    height: 600px;
    background-position: top center;
}

    .nearfooter .vmiddle {
        padding: 50px;
        background: rgba(255,255,255,0.75);
        border: 2px solid #29c4ac;
    }


/*misc*/
.font-hammersmith {
    font-family: 'Hammersmith One', sans-serif;
}
/* * footer section */
footer {
    background-color: #0eb8b7;
}

    footer p {
        font-weight: 300;
        padding: 5px 20px 5px 0px;
        color: white;
    }

    footer h3 {
        font-size: 1.1em;
        color: white;
    }

    footer a, .copy p {
        color: white;
        font-weight: 300;
    }

        footer a:hover {
            text-decoration: none;
            color: white;
        }

    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 */
.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: #1a1919;
}

    .copy p {
        font-size: 0.9em;
    }
/*media query */
@media screen and (max-width: 767px) {
    .nearfooter .row {
        flex-direction: column-reverse;
    }

    /*.top-fold {
        padding: 90px 0 30px 0;
    }
    .top-fold {
        background-image: linear-gradient(to right, rgb(14 184 183 / 91%), rgba(62, 111, 183, .5)), url(/img/background1.jpg);
        opacity: 0.8;
        background-position: 90% 20%;
    }*/
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 367px) {


    #parallax-1 img {
        width: 18em;
    }



    body {
        font-size: 0.8em;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .navbar-brand img {
        width: 7em;
    }



    #parallax-2 img {
        width: 102% !important;
    }

    .divider img.d-inline-block {
        width: 6em;
        display: block !important;
        margin: 0 auto;
    }

    .divider h2, .divider p {
        text-align: center;
    }

    .testimonials p {
        padding: 0px;
    }

    .testi-box img {
        width: 30% !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {




    body {
        font-size: 0.9em;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


    body {
        font-size: 0.9em;
    }


    .cartItem {
        max-height: 500px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


    body {
        font-size: 1em;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}


@media (max-width: 767px) {
    .cartItem {
        font-size: 0.9rem;
    }
}

.snpl_ {
    margin-left: 4.4rem;
    font-size: 0.8rem;
}

.monthly-offerdetails {
    font-size: 14px !important;
}

/* added tweak to hide unusual element on trending products section */
.ProductDescription,
.ProductInformation {
    display: none !important;
}

    .ProductInformation + p {
        display: none;
    }

/* /end */
.chat-link {
    cursor: pointer;
}

.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;
    }
}

body {
    position: relative;
}

.loader-wrapper {
    background: rgba(0, 0, 0, 0.87);
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 150%;
}

.cartItem {
    background: rgba(255, 255, 255, 1);
    padding: 17px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    /*  font-size: 0.8rem;*/
}

.removeItem {
    color: #fff !important;
    /*background-color: #dc3545 !important;*/
    border-radius: 39rem;
    padding: 2px 8px;
    height: 20px;
    font-size: 11px;
    text-indent: 28px;
}

.product-lists .badge {
    font-size: 1rem;
    font-weight: normal;
    background-color: #fcd105;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #1e1c1c;
}

.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: 2px;
    top: 2px;
    display: block;
    background-color: red;
    padding: 0px;
    width: 21px;
    height: 21px;
    border-radius: 23px;
    text-align: center;
    color: white;
    font-family: "Chivo", serif;
    font-weight: 400;
    display: none;
    cursor: pointer;
    z-index: 3;
}

.product-lists .badge {
    opacity: 0;
}

    .product-lists .badge.Coming {
        opacity: 1;
        font-size: 1.2rem;
        padding: 5px 15px;
    }

.cart_item {
    display: block !important;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid #dfdede;
    padding-bottom: 14px;
}

@media (max-width: 767px) {
    .cart .nav-link {
        margin-right: 1rem !important;
    }
}

@media (max-width: 599px) {
    .top-fold .box {
        height: 15em !important;
        width: 15em !important;
    }

    .navbar.fixed-top {
        padding-top: 1.3rem;
    }
}

@media (max-width: 767px) {
    .cartItem {
        width: 100vw !important;
        height: 100vh !important;
        left: 0px;
        z-index: 1;
    }
}

@media only screen and (max-width: 600px) {
    .cart_item {
        display: flex !important;
        align-items: center;
    }

    .snpl_ {
        margin-left: 0;
    }

    .removeItem {
        min-width: 18px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 50%;
        text-align: center;
        font-size: 11px;
        text-indent: 0;
        padding: 0;
    }
}

.bigText {
    font-size: 26px !important;
    font-weight: 800 !important;
    margin-top: 3px;
}

.textRed {
    color: #7400e6;
}

.trend-text {
    color: rgb(255, 255, 255);
    font-size: 30px !important;
    padding: 10px 30px;
    background: linear-gradient(to right, #7400e6, #0884bc);
}

@media (max-width: 767px) {

    .h4,
    h4 {
        font-size: 1rem !important;
    }

    .cartItem {
        width: 100vw !important;
        height: 100vh !important;
        left: 0px;
        z-index: 1;
        overflow: auto;
        padding-bottom: 6rem;
    }

    .trend-text {
        font-size: 25px !important;
    }

    .sel-pack-size-led {
        top: -28px !important;
        right: 27px !important;
    }
}

/* checkbox */
/*        .item {
                        text-align: left !important;
                    }*/
.checkbox {
    background: #ddd;
    border: 1px solid #9b9a9a;
    width: 15px;
    left: 0;
    height: 15px;
    margin-top: 3px;
    position: absolute;
    padding: 0;
}

.active .checkbox {
    background: url("images/check_.png");
    background-size: cover;
    border: 1px solid #0873c4;
    width: 15px;
    left: 0;
    height: 15px;
    margin-top: 3px;
    position: absolute;
    padding: 0;
}

.monthly-offerdetails {
    font-weight: 500;
    font-size: 0.9em;
    padding: 1em;
    margin-top: 0.6em;
    border: 1px solid #e5e0e0;
    width: 92%;
    background: #fbffc3;
    position: absolute;
    top: -87px;
    left: -2px;
    z-index: 1;
}

.cross-stand-alone {
    overflow: hidden;
    position: relative;
    border: none;
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: transparent;
    color: #f21d1d;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 4px;
}

    .cross-stand-alone:before,
    .cross-stand-alone:after {
        position: absolute;
        top: 15%;
        left: calc(50% - 0.0625em);
        width: 0.125em;
        height: 70%;
        border-radius: 0.125em;
        transform: rotate(45deg);
        background: currentcolor;
        content: "";
    }

    .cross-stand-alone:after {
        transform: rotate(-45deg);
    }

.readMore:hover,
.item:hover {
    cursor: pointer;
}

.btn-green:hover {
    transform: scale(1.05);
}

.added-cart {
    color: #5ba4da;
}

.btn-green {
    background: #07d2ee;
    cursor: pointer;
    /*    padding: 17px 0; */
    transition: transform 0.3s;
}

.regprice {
    line-height: 1.2;
    font-size: 45px !important;
    margin-bottom: 0px !important;
    font-weight: 600;
}
.spanTitle  {
    font-size: 18px!important;
    font-weight: 500!important;
}
.dropdown_option {
    margin-left: 0 !important;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .loadContent {
        margin-top: 10px !important;
    }

    .monthly-offerdetails {
        position: initial;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #nav-m {
        display: none !important;
    }
}

.toCheckout {
    background: #5ba4da;
}

.sel-pack-size-led {
    position: absolute;
    top: -2px;
    right: 94px;
    font-size: 12px;
    width: 60px;
}

.content p {
    padding: 0 20px;
    font-size: 20px;
    line-height: 23px;
}

.cart {
    position: absolute;
    right: 20px;
    top: 0px;
}

.logo-2 {
    position: relative;
}

span {
    font-size: 14px !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .sel-pack-size-led {
        position: absolute;
        width: 23%;
        top: -36px;
        right: 8px;
    }
}

@media screen and (max-width: 359px) {
    .sel-pack-size-led {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
    }
}

