﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -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";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

section {
    display: block
}

body {
    margin: 0;
    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";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h3 {
    font-size: 1.75rem
}

.small {
    font-size: 80%;
    font-weight: 400
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-4, .col-8, .col-lg-1, .col-md-1, .col-md-3, .col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

@media (min-width:768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

.breadcrumb-item.active {
    color: #6c757d
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-transparent {
    background-color: transparent !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.position-relative {
    position: relative !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.w-75 {
    width: 75% !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.py-3 {
    padding-bottom: 1rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important
}

.my-auto {
    margin-top: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mx-lg-0 {
        margin-left: 0 !important
    }
}

.text-center {
    text-align: center !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-white {
    color: #fff !important
}

html {
    box-sizing: border-box
}

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

body {
    font-family: Montserrat,'Franklin Gothic Medium','Arial Narrow',Arial,sans-serif;
    font-display: swap;
    font-size: 100%
}

a {
    color: #212529
}

.category-name {
    text-transform: capitalize
}

.cart div {
    position: relative;
    display: inline
}

.cart svg {
    margin: auto 0
}

.cartCount {
    position: absolute;
    top: -2px;
    display: block;
    background-color: red;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 23px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: none;
    z-index: 9
}

.header-links ul {
    padding: 0
}

    .header-links ul li {
        padding: 10px
    }

.mobile-menu {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 999
}

.mobile-navigation {
    position: fixed;
    background: rgba(0,0,0,.9);
    color: #fff;
    height: 100vh;
    padding: 100px 55px;
    top: 0;
    z-index: 9;
    list-style-type: none;
    width: 100%
}

    .mobile-navigation li {
        color: #fff;
        text-align: center;
        padding: 10px 25px
    }

        .mobile-navigation li a {
            color: #fff !important;
            font-size: 23px;
            text-align: center
        }

.close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 22px;
    opacity: 1;
    padding: 2px 7px;
    z-index: 9;
    border-radius: 90px;
    background: #fff;
    color: red
}

.cart svg {
    width: 24px;
    height: 19px;
    stroke: black;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    position: relative;
    z-index: 1;
    transform: translateZ(0)
}

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

.top-fold {
    background: #f7b9a5 url("/homepage/assets/img/background1.jpg") 50% 0%;
    background-size: cover;
    position: relative;
    color: white;
    background-repeat: no-repeat;
}

    .top-fold h1 {
        font-weight: bold;
        color: white;
        font-size: 3em;
        text-align: left;
    }

    .top-fold .cover.row {
        height: 80vh;
    }


.selectedPackLed span {
    color: black !important;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

img {
    transition: all .4s ease-in-out;
    opacity: 1;
}

    img[data-src] {
        opacity: 0;
    }

.added-cart.continue {
    border: 1px solid #757373;
    padding: .5rem 1rem;
    width: 100%;
    display: block;
    border-radius: 4px;
    color: #757373 !important;
}

.prod a.learnmore {
    color: #007bff;
    text-decoration: underline
}

.added-cart {
    color: #20b980;
}

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

.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: 206px;
    /*! 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% - .0625em);
        width: .125em;
        height: 70%;
        border-radius: .125em;
        transform: rotate(45deg);
        background: currentcolor;
        content: ''
    }

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

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


.dropdown_option {
    margin-left: 0 !important;
    margin-bottom: 0px;
}

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

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

.toCheckout {
    background: linear-gradient(90deg,#0f951a 0,#238608 100%);
}

.sel-pack-size-led {
    position: absolute;
    width: 28%;
    top: -36px;
    right: 14px;
}

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



@media screen and (max-width: 991px){
    .top-fold h1 {   
        width: 62%!important;
    }
}

@media screen and (max-width: 656px) {
    .top-fold {
        background: url("/homepage/assets/img/background1-m.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .top-fold h1 {
        padding: 10px;
        width: 100% !important;
    }
}

@media screen and (max-width: 511px) {
    .top-fold .cover.row {
        height: 50vh;
    }

    .top-fold {
        background: url("/homepage/assets/img/background1-m.jpg") 20% 50%;
    }

        .top-fold h1 {
            font-size: 2.7em;
            text-align: center;
        }
}

