<style>
 /**
 * custom theme 2022-10-20 01:58:20 */



html,body, p, span, h1, h2, h3, h4, h5, h6, tr, td, i, span, label, div, input {
	color:#222 !important;
}
a, a:focus, a span, a i {
	color:#07445D !important;
}
a:hover, a:hover span{ 
	color:#005679 !important;
}

.static_subheading {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    color: #000 !important;
}

.static_text {
    font-size: 15px;
    padding: 15px 0;
}
 .eb-footer-header {
        display: inline-block;
        font-family: 'Quicksand', 'Lato', sans-serif;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .eb-footer-logo {
        display: block;
        margin: 0 auto;
    }

      /* Footer - Styling */

    details>summary {
        list-style: none;
    }

    details>summary::-webkit-details-marker {
        display: none;
    }

    details[open] summary~* {
        -webkit-animation: sweep .5s ease-in-out;
        animation: sweep .5s ease-in-out;
    }

    @-webkit-keyframes sweep {
        0% {
            margin-top: -10px;
            opacity: 0;
        }

        100% {
            margin-top: 0px;
            opacity: 1;
        }
    }

    @keyframes sweep {
        0% {
            margin-top: -10px;
            opacity: 0;
        }

        100% {
            margin-top: 0px;
            opacity: 1;
        }
    }

    .eb-footer-col {
        padding-bottom: 30px;
    }

    .eb-footer-header {
        display: inline-block;
        font-family: 'Quicksand', 'Lato', sans-serif;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .eb-footer-logo {
        display: block;
        margin: 0 auto;
    }

    .eb-footer-newslettercta1 {
        color: #fff;
        font-family: 'Quicksand', 'Lato', sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.2;
    }

    .eb-footer-newslettercta2 {
        font-weight: bold;
    }

    .eb-footer-newslettericon {
        text-align: center;
    }

    .eb-footer-newslettericon2 {
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 30px;
        height: 60px;
        line-height: 1;
        padding: 13px;
        width: 60px;
    }

    .eb-footer-newsletterp {
        text-align: left;
    }

    .eb-footer-p {
        color: #525252;
        font-size: 16px;
        line-height: 1.625;
        text-align: center;
    }

    .eb-footer-p-lead {
        line-height: 1.625;
    }

    .eb-footer-picture {
        display: block;
        margin: 0px auto 18px auto;
    }

    .eb-footer-plus {
        margin-right: 30px;
        position: absolute;
        right: 0;
    }

  
    .eb-footer-primarycontainer {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    
    /* Footer - Primary Section - Link Styling */

    .footer1 ul li a {
        color: #525252;
        font-size: 18px !important;
        text-transform: uppercase !important;
    }

    .footer1 ul li a:focus {
        box-shadow: 0 0 0 0.2rem rgba(117, 202, 223, .5);
        transition: all ease-in-out 0.15s;
    }

    .footer1 ul li a:focus:active {
        box-shadow: none;
    }

    .footer1 ul li a:hover {
        color: #237c95;
        transition: all ease-in-out 0.15s;
    }

    .footer1 ul li a:hover:active {
        color: #185667;
        transition: all ease-in-out 0.15s;
    }

    /* Footer - Copyright Section - Link Styling */


    .eb-footer-links {
        color: #237c95;
        font-size: 16px;
    }

    .eb-footer-links:focus {
        box-shadow: 0 0 0 0.2rem rgba(117, 202, 223, .5);
        transition: all ease-in-out 0.15s;
    }

    .eb-footer-links:focus:active {
        box-shadow: none;
    }

    .eb-footer-links:hover {
        color: #525252;
        transition: all ease-in-out 0.15s;
    }

    .eb-footer-links:visited {
        color: #237c95;
    }

    .eb-footer-links:visited:hover {
        color: #525252;
        transition: all ease-in-out 0.15s;
    }

    /* Footer - Wholesale Section - Link Styling */

    .eb-footer-wholesale {
        color: #525252;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.625;
        text-transform: uppercase;
    }

    .eb-footer-wholesale:focus {
        box-shadow: 0 0 0 0.2rem rgba(117, 202, 223, .5);
        transition: all ease-in-out 0.15s;
    }

    .eb-footer-wholesale:focus:active {
        box-shadow: none;
    }

    .eb-footer-wholesale:hover {
        color: #237c95;
        transition: all ease-in-out 0.15s;
    }

    .eb-footer-wholesale:visited {
        color: #525252;
    }

    .eb-footer-wholesale:visited:hover {
        color: #237c95;
        transition: all ease-in-out 0.15s;
    }

    /* Footer - Social Section - Link Styling */

    .eb-footer-icon {
        font-size: 30px;
    }

    .eb-footer-social {
        display: inline-block;
        padding: 0px 13px 0px 13px;
    }

    /* Footer - Media Query Adjustments */

    @media (max-width: 767px) {

        .eb-footer-desktop {
            display: none;
        }

        .eb-footer-header {
            margin-bottom: 15px;
        }

        .eb-footer-icon {
            font-size: 42px;
        }

        .eb-footer-newslettericon {
            margin-bottom: 18px;
        }

        .eb-footer-newsletterp {
            text-align: center;
        }

        .eb-footer-picture {
            max-width: 200px;
            margin-bottom: 36px;
        }

        .eb-footer-primary {
            background-size: 800% !important;
        }

        .eb-footer-primarycontainer {
            padding-top: 36px;
            padding-bottom: 36px;
        }

        .eb-footer-social {
            padding: 30px 13px 0px 13px;
        }

        .eb-footer-wholesale-col {
            text-align: center;
        }

    }

    @media (min-width: 768px) {

        details>summary {
            cursor: pointer;
        }

        .eb-footer-mobile {
            display: none;
        }

    }

.navigation .level0>.level-top {
    color: #525252 !important;
   font-size: 26px !important;
   font-family: 'Quicksand', sans-serif !important;
    font-weight: bold;
    line-height: 48px;
    padding: 15px 10px 15px 10px;
       text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    text-transform: uppercase;
 
    }

.page-footer .footer-static-container .footer-static {
    display: flex;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
}
.eb-banner-image {
    margin-left: auto;
    padding-right: 0px;
    text-align: right;
}

.h1, h2, h3, h4, h5, h6 {
       font-family: 'Lato',sans-serif;
    font-weight: 400;
    line-height: 1.55;
    font-size: 1.33em;
    margin-bottom: 0.50em;



}
.eb-banner-text-padding {
    max-width: 100%;
    padding: 27px 100px 43px 100px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.eb-header-h1 {
    color: #fff !important;
    font-family: Quicksand, Lato, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.eb-header-p {
    color: #fff !important;
    font-family: Quicksand, Lato, sans-serif;
    font-size: 1rem;
    letter-spacing: 4px;
    line-height: 1.625;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
     text-align: center;
}

.parallax_box {
    min-height: 400px;
    background: 0 0;
    position: relative;
    overflow: hidden;
}

.parallax_box .parallax_content {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 50px 0;
 color: #fff;
}

.header-container .header-text {
    background: #023000;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.contact-index-index .page-title-wrapper {
    display: block;
    padding: 10px 0;
  
}
.eb-content ul li, .eb-content-container ul li {
    list-style-position: inside;
    list-style-type: disc;
}

.newscontainer {
    background-color: #237c95;
}
.eb-footer-newslettercta1 {
    color: #fff !important;
    font-family: 'Quicksand', 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
}



body:not(.rtl) .blog-category {
    right: 20px;
}


.eb-banner-text-padding {
    max-width: 100%;
    padding: 45px 70px 43px 50px;
}

.product.info.detailed .product.data.items {
    float: none;
    text-align: left;
    max-width: 1300px;
    margin: auto;
}

.product.info.detailed .product.data.items .item.content {
    border: 0;
    padding: 0;
    padding-top: 15px;
    text-align: left;
    color: #666;
}
 .footer-container {
        background-image: url(https://www.energybits.com/pub/media/wysiwyg/footer/energybits-footer-background.png);
        background-size: cover;
    }

   .eb-footer-primarycontainer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer1 {
 
        padding-top: 0px;
    }

.eb-footer-newslettercta2 {
    font-weight: bold;
color: #fff !important;
}
#back-top i {
    background: #75CADF;
    color: #222;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 47px;
    width: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    border: 2px solid #e1e1e1;
    margin: auto;
    border-radius: 50%;
}

  /* ENERGYbits Buttons - Styling */

    .eb-button {
        border: 1px solid transparent;
        border-radius: 0.5rem;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 0rem 0.25rem;
        padding: 8px 32px;
 color: #fff;
        text-align: center;
        text-transform: uppercase;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        vertical-align: middle;
    }

    .eb-button:active {
        text-decoration: none;
 color: #fff;
    }

    .eb-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(117, 202, 223, .5);
    }

    .eb-button-fullwidth {
        margin: 0px;
        width: 100%;
    }

    .eb-button-oval {
        border-radius: 4rem !important;
    }

    .eb-button-rectangle {
        border-radius: 0rem !important;
    }

    .eb-button-large {
        font-size: 24px;
        letter-spacing: 1px;
        padding: 12px 48px;
 color: #fff;
    }

    .eb-button-shadow {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    }

    .eb-button-solid-blue {
        background-color: #237c95;
        border-color: #237c95;
        color: #fff;
    }

    .eb-button-solid-blue:hover {
        background-color: #185667;
        border-color: #185667;
        color: #fff;
    }

    .eb-button-solid-blue:active {
        background-color: #0f343e;
        border-color: #0f343e;
 color: #fff;
    }

    .eb-button-solid-blue:visited {
        color: #fff;
    }

    .eb-button-solid-white {
        background-color: #fff;
        border-color: #fff;
        color: #237c95 !important;
    }

    .eb-button-solid-white:hover {
        background-color: #eaf7fa;
        border-color: #eaf7fa !important;
        color: #237c95;
    }

    .eb-button-solid-white:active {
        background-color: #d6eff5;
        border-color: #d6eff5;
    }

    .eb-button-solid-white:visited {
        color: #237c95;
    }

    .eb-button-solid-gray {
        background-color: #57595B;
        border-color: #57595B;
        color: #fff;
    }

    .eb-button-solid-gray:hover {
        background-color: #464749;
        border-color: #464749;
        color: #fff;
    }

    .eb-button-solid-gray:active {
        background-color: #171818;
        border-color: #171818;
    }

    .eb-button-solid-gray:visited {
        color: #fff;
    }

    .eb-button-solid-magenta {
        background-color: #D9307C;
        border-color: #D9307C;
        color: #fff;
    }

    .eb-button-solid-magenta:hover {
        background-color: #971C53;
        border-color: #971C53;
        color: #fff;
    }

    .eb-button-solid-magenta:active {
        background-color: #5E1234;
        border-color: #5E1234;
    }

    .eb-button-solid-magenta:visited {
        color: #fff;
    }

    .eb-button-outline-blue {
        border-color: #237c95;
        color: #237c95;

    }

    .eb-button-outline-blue:hover {
        border-color: #185667;

 color: #fff;
    }

    .eb-button-outline-blue:active {
        border-color: #0f343e;
     color: #fff;
    }

    .eb-button-outline-blue:visited {
      color: #fff;
    }

    .eb-button-outline-blue:visited:hover {
        color: #fff;
    }

    .eb-button-outline-white {
        border-color: #fff;
        color: #fff;
    }

    .eb-button-outline-white:hover {
        border-color: #eaf7fa !important;
        color: #eaf7fa;
    }

    .eb-button-outline-white:active {
        border-color: #d6eff5;
        color: #d6eff5;
    }

    .eb-button-outline-white:visited {
        color: #fff;
    }

    .eb-button-outline-white:visited:hover {
        color: #eaf7fa;
    }

    .eb-button-outline-gray {
        border-color: #57595B;
        color: #57595B;
    }

    .eb-button-outline-gray:hover {
        border-color: #464749;
        color: #464749;
    }

    .eb-button-outline-gray:active {
        border-color: #171818;
        color: #171818;
    }

    .eb-button-outline-gray:visited {
        color: #57595B;
    }

    .eb-button-outline-gray:hover {
        color: #464749;
    }

/* ENERGYbits sharing buttons */

.eb-share {
    color: #237c95;
    font-size: 24px;
    padding-right: 8px;
    transition:color .15s ease-in-out;
}

.eb-share:hover {
    color: #185667;
}

.eb-share:visited {
    color: #237c95;
}

.eb-share:visited:hover {
    color: #185667;
}

.eb-share:active {
    color: #0f343e;
}

.eb-share:focus {
    box-shadow: 0 0 0 0.2rem rgba(117,202,223,.5);
}
.eb-content h1, .eb-content-container h1, .eb-content-h1 {
    color: #202124;
    font-family: Quicksand, Lato, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 3rem;
    text-align: center;
}
.eb-content h2, .eb-content-container h2, .eb-content-h2 {
    color: #202124;
    font-family: Quicksand, Lato, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 1rem;
}

.header-container .header-text {
    background: #005480;
    color: #fff;
    height: 1px;
    line-height: 1px;
}

.eb-button-solid-blue:visited {
    color: #fff;
}

 .eb-button {
        border: 1px solid transparent;
        border-radius: 0.5rem;
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 0rem 1.25rem;
        padding: 18px 32px;
        text-align: center;
        text-transform: uppercase;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        vertical-align: middle;
    }

    .eb-button:active {
        text-decoration: none;
    }

    .eb-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(117, 202, 223, .5);
    }

    .eb-button-fullwidth {
        margin: 0px;
        width: 100%;
    }

    .eb-button-oval {
        border-radius: 4rem !important;
    }

    .eb-button-rectangle {
        border-radius: 0rem !important;
    }

    .eb-button-large {
        font-size: 44px;
        letter-spacing: 1px;
        padding: 12px 48px;
 color: #fff !important;
    }

    .eb-button-shadow {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    }

    .eb-button-solid-blue {
        background-color: #237c95;
        border-color: #237c95;
        color: #fff !important;
    }

    .eb-button-solid-blue:hover {
        background-color: #185667;
        border-color: #185667;
        color: #fff !important;
    }

    .eb-button-solid-blue:active {
        background-color: #0f343e;
        border-color: #0f343e;
color: #fff !important;
    }

    .eb-button-solid-blue:visited {
        color: #fff;
    }

.header-container .header {
    text-align: center;
    background: #fff;
    transition: all .4s ease;
    padding: 1px 45px;
}

.navigation .level0>.level-top {
    color: #525252 !important;
    font-size: 26px !important;
    font-family: 'Quicksand', sans-serif !important;
      line-height: 48px;
    padding: 15px 10px 15px 10px;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    text-transform: none;
}


.parallax_box .parallax_content h2 {
    color: #fff;
    font-size: 85px;
    text-transform: uppercase;
}

.parallax_box .parallax_content h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.parallax_box .parallax_content a {
    padding: 10px 30px;
    color: #fff;
    border: 2px solid #fff;
    margin: 20px 5px;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.page-footer .footer-bottom {
    /* padding: 5px 0 2px; */
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
}


.container-catalog-products-common .toolbar-html-container-top .toolbar-products {
    padding-top: 30px;
    border: 0;
    margin: 0;
    padding-right: 0;
    margin-top: -11px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.product-view .product-info-main .product-info-price {
  margin-bottom: 2px; 
  padding-bottom: 1px; */
 border-bottom: 1px solid #237c95; 
}

body {
    font-size: 18px;
    font-family: Lato;
}

.lac-notification-sticky .lac-notification {
    background-color: #fff;
    font-size: 16px;
}

#locator_filter .column_left .center #store_list .list .location-information h2 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.eb-content h1, .eb-content-container h1, .eb-content-h1 {
    color: #525252;
    font-family: Quicksand, Lato, sans-serif;
    font-size: 4rem;
    font-weight: bold;
    padding-top: 1px; 
    text-align: center;
}

.gm-style .gm-style-iw-c .gm-style-iw-d div .store {
 display: block;
}

.gm-style .gm-style-iw-c .gm-style-iw-d div div {
    margin: 5px 0;
}

.gm-style .gm-style-iw-c .gm-style-iw-d div .store .image img {
    max-width: 1px;
}

.static_subheading {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    color: #222;
}

.rating-summary .rating-result:before {
  font-family: FontAwesome;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-size: 11px;
  height: 11px;
  letter-spacing: 1px;
  line-height: 1;
  top: 0px;
  color: #4e4e4e;
}
.rating-summary .rating-result span:before {
  color: #78b7c6;
  font-family: FontAwesome;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-size: 11px;
  height: 11px;
  line-height: 11px;
  letter-spacing: 1px;
}


.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-title {
    font-family: 'Rubik', sans-serif;
    font-size: 22px; 
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 10px;
}


body {
     font-family: Lato !important;
   font-size: 18px;
}


button, html input[type=button], input[type=reset], input[type=submit] {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    border: none;
    border-radius: 0px;
    /* background-color: #222222; */
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    /* font-weight: normal; */
    padding: 18px 50px;
    text-align: center;
    line-height: 1;
    text-shadow: none;
    text-transform: capitalize;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    border-radius: 2px;
    text-transform: uppercase;
    border: 2px solid #222222;
    background-image: none;
}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
   .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd !important
    }
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing:border-box; 
    margin: 0;
    padding: 0
}
div {
    display: block;
}
.bl-cover {
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
}

</style>

