﻿.bg-warning-light {
    background: #fbffc3;
    border: 1px dashed red;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #aacc05;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #aacc05;
    --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
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h2, h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

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

b, strong {
    font-weight: bolder
}

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

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

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

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

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

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

h2 {
    font-size: 2rem
}

h4 {
    font-size: 1.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.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-12, .col-4, .col-8, .col-9, .col-lg-1, .col-md-1, .col-md-3, .col-md-6, .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%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@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-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-success {
    color: #fff;
    background-color: #aacc05;
    border-color: #aacc05
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

.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-dark {
    background-color: #343a40 !important
}

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

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

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

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

    .d-sm-block {
        display: block !important
    }
}

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

    .d-md-block {
        display: block !important
    }

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

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !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
}

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

.m-0 {
    margin: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

.p-4 {
    padding: 1.5rem !important
}

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

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

.py-5 {
    padding-top: 3rem !important
}

.py-5 {
    padding-bottom: 3rem !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
    }

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

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

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

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

.font-italic {
    font-style: italic !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%
}

.availability {
    color: #20b980;
    font-weight: 700
}

a {
    color: #212529
}

.category-name, .product-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
}

.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: .25rem
    }

    .nav-tabs--left .nav-link {
        white-space: nowrap
    }

        .nav-tabs--left .nav-link.active {
            border-bottom-color: #ddd;
            border-right-color: #fff;
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0;
            margin-right: -1px
        }

.tab-content {
    border-top: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

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

.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden
}

#continue {
    color: #aacc05 !important
}

a.checkout-btn {
    color: #fff !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)
}

.slider-loading {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 37%
}

.monthly-offerdetails {
    font-weight: 500;
    font-size: .85em;
    padding: 1em;
    margin-top: .6em;
    border: 1px solid #e5e0e0
}

.loadContent, .related-product, .showcase {
    display: none
}

.disclaimer-footer a {
    color: #6dc47a !important
}

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

.min-height {
    min-height: 28em;
    position: relative
}

.btn-link {
    font-weight: 700 !important;
    color: #000
}

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

@media screen and (max-width:768px) {
    .btn-success {
        display: block !important
    }

    .keycode, .mr-1, .on-stock {
        display: none !important
    }

    .min-height {
        min-height: 20em
    }

    .loadContent h4.prod-name {
        font-size: 17px;
        font-weight: 700
    }

    .breadcrumb {
        font-size: 9px;
        padding-bottom: 0;
        margin-top: -2px
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 3px
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 3px
    }

    .sticky-top {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

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

@media (max-width:361px) {
    body {
        font-size: 88% !important
    }
}

.readMore {
    cursor: pointer;
}

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

.item:hover {
    cursor: pointer !important;
}

#continue {
    color: #aacc05 !important;
}

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


    #continue:hover {
        text-decoration: underline;
    }

a.checkout-btn {
    color: white !important;
}

    a.checkout-btn:hover {
        cursor: pointer;
    }

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

.slider-loading {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 37%;
}

.monthly-offerdetails, #annual_details .offerdetails {
    font-weight: 500;
    font-size: 0.85em;
    padding: 1em;
    margin-top: 0.6em;
    border: 1px solid #e5e0e0;
}

.showcase, .loadContent, .related-product {
    display: none;
}

.disclaimer-footer a {
    color: #6DC47A !important;
}

.checkbox {
    background: #ddd;
    border: 1px solid #9b9a9a;
    width: 15px;
    left: 0;
    height: 15px;
    margin-top: 3px;
    position: relative;
    padding: 0;
    display: inline-block;
}

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

#image-gallery li img {
    max-width: 100% !important;
    height: auto !important;
}

#information a, .information a {
    color: #6DC47A !important;
    text-decoration: underline;
}

.min-height {
    min-height: 28em;
    position: relative;
}

.defaultSelection .remove_this {
    display: none !important;
}

.defaultSelection {
    margin: 0px !important;
    padding: 0px !important;
}

.selectedPackLed {
    font-size: 1em !important;
}

    .selectedPackLed span {
        color: black !important;
        font-size: 1.3em;
        font-weight: bold;
    }

.btn-link {
    font-weight: bold !important;
    color: black;
}

.relatedProdDisplay a.added {
    background: #23c4ea;
    cursor: pointer;
    transition: transform .3s;
}

.relatedProdDisplay .prod {
    /*! background: white; */
    border-radius: 10px;
}

    .relatedProdDisplay .prod h4 {
        color: #0c7c3e;
    }

        .relatedProdDisplay .prod h4 sup {
            font-size: 0.5em;
            margin-left: 5px;
        }

@media screen and (max-width: 768px) {
    .btn-success {
        display: block !important;
    }

    .lSGallery, .keycode, .on-stock, .mr-1 {
        display: none !important;
    }

    .min-height {
        min-height: 20em;
    }
}

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



@media screen and (max-width: 768px) {
    .loadContent h4.prod-name {
        font-size: 17px;
        font-weight: 700;
    }

    .breadcrumb {
        font-size: 12px;
        padding-bottom: 0;
        margin-top: -2px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 3px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 3px;
    }

    .sticky-top {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

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

    .short-desc h2 {
        text-align: left;
        font-size: 1.3rem;
    }
}

@media (max-width: 361px) {
    .lSSlideWrapper {
        height: 308px !important;
    }

    body {
        font-size: 88% !important;
    }
}

.pack-content, .pack-content .container {
    padding: 0px;
}


.card-header {
    border-radius: 7px;
    background-color: rgba(0,0,0,.03) !important;
    font-size: 1.1rem;
    color: #343232;
}

button[disabled] div.card-header {
    color: silver;
}

.related-product .content {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
}
