@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');


html, body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
}
.onhover {
    display: none;
}
.message.global.demo {
    /*display:none;*/
}
.hide-me {display: none;}
#myHeader {
    z-index: 999;
    background-image: none;
}
#myHeader .header {
    /*background-image: url('/media/wysiwyg/home/brain.jpg') !important;*/
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 2px -2px 20px 0px #33333373;
    /*background-attachment: fixed;*/
}
#myHeader .header .header-top {
    background-color: rgb(0, 175, 233) !important;
    background-image: url('/media/wysiwyg/home/brain.jpg') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#myHeader .header-top .container-fluid {
    background: rgba(0, 175, 233, 0.72);
}
/* REQUEST A QUOTE BUTTON */
header a.btn.btn-quote {
    color: #fff;
    background: #ea1c2c;
    margin: 10px;
    font-size: small;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}

header a.btn.btn-quote:hover {
    color: #fff !important;
    background-color: #c20e0e !important;
    box-shadow: 0 1px 7px 0 #333;
    transform: scale(1.1);
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 130px;
}
/*home page secondary banners*/
.secondary-home-small .col-lg-4 {
    padding: 2px;
    /* border: 1px solid grey; */
    /* margin: 10px; */
}
.secondary-home-small img {
    width: 100%;
    height: auto;
    /*border: 1px solid lightgrey;*/
}
.col-lg-12.secondary-home-large {
    margin: 20px auto;
    border: 0 solid lightgrey;
}
.secondary-home-large img.lazyload.loaded {
    padding: 0;
}
.secondary-home-banners .secondary-home-small a img:hover,
.secondary-home-large a img:hover {
    box-shadow: 4px 6px 6px #ccc;
}
.drop-secondary {
    box-shadow: 4px 6px 6px #ccc;
}
.block-title-tabs .magictabs .item .title,
.style-products .owner-product .title {
    font-size: 20px;
    text-transform: uppercase;
     font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

div#home-small-1,
div#home-small-2,
div#home-small-3
{
    position: absolute;
    top: 20px;
    left: 15px;
    text-align: left;
    margin: 0;
    color: #fff;
    font-weight: 500;
    background: #00afe9c7;
    width: 92.5%;
    padding: 20px;
    height: 150px;
}

.home-small-headline {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 23px;
}

.home-small-go a, .home-small-go a:hover, .home-small-go a:visited {
    color: #fff !important;
    font-size: 14px;
    text-transform: none;
}
.secondary-home-small img {
    width: 100%;
    margin-bottom: 20px;
    /*border: 1px solid lightgrey;*/
}
div#home-large-headline {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 610px;
    color: #00AFE9;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    /* border: 1px solid red; */
}
.home-large-text {
    position: absolute;
    top: 207px;
    left: 20px;
    width: 600px;
    color: grey;
    font-size: 17px;
    font-weight: 500;
    text-transform: initial;
    line-height: normal;
    text-align: left;
}

.home-large-go {
    color: #00AFE9;
    font-size: 14px;
    text-transform: none;
    margin-top: 30px;

}
.home-large-go a {
    color: #FFF !important;
    background: #FF8E01;
    padding: 10px;
    box-shadow: 1px 5px 5px 0 #33333336;
}
.home-large-go a:hover {
    color: #fff !important;
    background: #00AFE9;
}
.btn.home-large-go {
    display: block;
    width: 130px;
    padding: 10px;
}
@media only screen and (max-width: 1180px) {
    div#home-small-1,
    div#home-small-2,
    div#home-small-3 {
        width: 91%;
        height: 130px;
        line-height: 1.2;
    }
    div#home-large-headline {
        width: 480px;
        font-size: 2.5em;
    }
    .home-large-text {
        top: 156px;
        width: 480px;
    }
}
@media only screen and (max-width: 1024px) {
    div#home-small-1,
    div#home-small-2,
    div#home-small-3 {
        width: 90.5%;
    }
    div#home-large-headline {
        width: 480px;
        font-size: 2.5em;
    }
    .home-large-text {
        top: 156px;
        width: 480px;
    }
}
@media only screen and (max-width: 820px) {
    .cms-index-index .container {
        max-width: 100%;
    }

    div#home-small-1,
    div#home-small-2,
    div#home-small-3 {
        width: 87.5%;
    }
    .home-small-headline {
        font-size: 16px;
        line-height: normal;
    }
    div#home-large-headline {
        width: 360px;
        font-size: 1.5em;
    }
    .home-large-text {
        top: 100px;
        width: 360px;
    }
}
@media only screen and (max-width: 576px) {
    .container {
        max-width: 100%;
    }
    div#home-small-1,
    div#home-small-2,
    div#home-small-3 {
        width: 95%;
    }
    .slide-showcase.static-home-slide {
        display: none;
    }
    .secondary-banner {
        text-align: center;
        margin-top: 40px;
    }
    div#home-large-headline {
        width: 288px;
        font-size: 1.25em;
    }
    .home-large-text {
        top: 90px;
        width: 288px;
        font-size: 1em;
    }
}

@media only screen and (max-width: 414px) {
    div#home-small-1,
    div#home-small-2,
    div#home-small-3 {
        width: 93%;
    }
    .col-lg-12.secondary-home-large {
        margin: 3px auto 60px;
    }
    div#home-large-headline {
        width: 198px;
        font-size: 1em;
        top: 0;
    }
    .home-large-text {
        top: 60px;
        width: 227px;
        font-size: .6em;
    }

}
span.sku-cart {font-size: 12px;}
/*popup after you add to cart - go to checkout view cart*/
.modals-overlay{z-index: 990 !important;}
.modal-popup.modal-slide {
    left: 44px;
    z-index: 9999991 !important;
    top: 80px;
    bottom: unset;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .modal-popup.modal-slide {
        top: 10px;
        bottom: 10px;
        height: 100%;
        overflow: scroll;
    }
}

.cart.table-wrapper .cart.item .product-item-photo {
     width: 1%;
}
.header .minicart-wrapper .block-minicart .block-title,
.header .minicart-wrapper .block-minicart .subtitle.empty {
    font-family: 'Open Sans', sans-serif;
}
.cms-static-blog .block-content.magicblog .blog_short_text .post-item-link {
    font-size: 1em;
    color: #000;
    font-weight: 700;
    text-transform: none;
    /* text-align: left; */
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
    margin-bottom: 8px;
    width: 200px;
    margin: auto;
}
/*.category-view {*/

/*    margin-top: 130px;*/
/*}*/
/*buttons */
/*a:hover {color: #fff;background: #FF8E00;}*/
.catalog-product-view a, .catalog-product-view a:hover, .catalog-product-view a:visited, .catalog-product-view a:active {
    color: #00AFE9;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 1rem 0;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Open Sans',sans-serif;
}
.h2, h2 {
    margin: 1.25em 0 0.8em 0;
}
.h3, h3 {
    /*font-size: 1.75em;*/
}
.owner-product h3 {
    font-size: 20px;
}
.product.description .value {
    font-size: 1em !important;
    font-weight: normal;
    color: #333 !important;
    /*margin-top: unset !important;*/
    line-height: normal !important;
    margin-bottom: unset !important;
    letter-spacing: normal !important;
}
.product.description .value p {
    font-size: 1em;
    font-weight: normal;
    color: #333;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: normal !important;
}
.product.description .value p:not(:last-child) {
    margin-bottom: 1.025em;
}
.message.global.demo {
    font-size: 10px;
    padding: 0px;
    display: none;
}
/*Buttons */
.btn, button.action {
    background-color: #00AFE9;
    color: #ffffff;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn:hover, button.action:hover {
    color: #fff;
    background: #FF8E00 !important;
}
.blog-page .pdf-button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
        border: 0;
    background-color: #ff8e00;
    border-radius: 8px;
    transition: .4s;
    /*background-color: #00AFE9;*/
    font-size: 13px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
}
.pdf-button:hover {
    background-color: rgba(0, 175, 233, 0.8);
}
.pdf-button::after {
    content: '\f054';
    font-family: 'FontAwesome';
    margin-left: 3px;
}
.related-post .post-posed-date .value {
    display: block;
    font-family: 'Open Sans', sans-serifjj;
    font-size: 12px;
    color: #333;
}
/* swatches! */
.product-items .swatch-attribute:not(.color) {
    display: block !important;
}
.products.wrapper.grid .product-item .product-item-info .actions-cart .button.btn-cart {
    background: #00AFE9;
    color: #fff;
}
/* add to cart button */
.products.wrapper.grid .product-item .product-item-info .actions-cart .button.btn-cart {
    background: #00AFE9;
    color: #fff;
}
.product-item .product-item-info .actions-cart .button.btn-cart:hover {
    color: #ffffff !important;
    background-color: #00AFE9 !important;
}

div#block-cart-list {
    display: none;
}
aside.modal-popup._show {
    z-index: 999991 !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
    top: 0 !important;
    z-index: 99999999;
    overflow: scroll !important;
    height: 500px;
    transform: unset;
}
.avatax-certificate-dialog {
    z-index: 99991 !important;
    display: block;
    position: absolute;
    width: 800px;
    top: 0;
    left: 0;
}
.totals-tax.certificate-links.certificates,
tr.totals-tax.certificate-links {
    display: none;
}

.cms-index-index main#maincontent {
    /*display: none;*/
}

.cms-index-index #modals_quickview main#maincontent {
    display: block !important;
}

a, a:visited, .alink:visited {
    color: #333;
    text-decoration: none;
}

.modal-popup.popup-authentication .modal-inner-wrap {
    z-index: 999 !important;
}

.cms-index-index .row.banner-top.banner-slogan.bt-cat-content {
    width: 80%;
    margin: auto;
}

.owner-product, .blog-title .title, .main-title {
    font-size: 2rem;
    font-weight: 700;
    color: #3e3e3e;
    text-align: center;
    position: relative;
    margin: 0;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: .25rem;
    padding: 0 1em;
}

.owner-product, .main-title {
    background-color: #fff;
}

.cms-index-index .blog-title .title {
    background: #f7f7f7;
}

.cms-index-index .main-title,
.cms-index-index .owner-product,
.cms-index-index .blog-title,
.cms-index-index li.item.loaded.activated.single {
    display: flex;
    justify-content: center;
    background: url('/media/wysiwyg/home/text-deco.png') no-repeat;
    background-position: center center;
    margin-bottom: 0;
}

/*this will turn off the blog link in the breadcrumbs for the news page*/
.blog-category-news li.item.blog {
    display: none;
}

.cms-index-index .block-title-tabs .magictabs .item.activated .title {
    background: #fff;
    padding: 5px 15px;
}

.cms-index-index .owner-product .title {
    z-index: 9;
    background: white;
    padding: 10px;
    font-weight: bold;
}

.cms-index-index .cms-static-blog .block-title {
    display: none;
}

.cms-index-index a.button-o {
    border: 1px solid #00AFE9;
    background: #00AFE9;
    color: #fff;
}

.cms-index-index a.button-o:hover {
    border: 1px solid #ff8400;
    background-color: #ff8400;
    text-decoration: none;
}
.logo img {
    width: 100px !important;
    height: auto;
    display: block;
    margin: 10px 0;
}

header.page-header.alothemes {
    min-height: unset;
}

.header .top-link-product > .wishlist > .top-link-mywishlist:before {
    color: orchid;
}
.header .top-contact i.fa.fa-phone {
    font-size: 20px;
}

.static-banner .container {
    display: flex;
    justify-content: center;
}
a.top-contact {
    font-size: 21px;
}
#topContact a:hover{
    display:block;
}
div#topContactHover {
    padding: 8px 0 3px 8px;
}


#topContact {
    position: absolute;
    top: 59px;
    right: 41px;
    width: 274px;
    z-index: 999;
    height: fit-content;
    background: #fff;
    box-shadow: -10px 16px 16px 0px #33333373;
}
#topContact i.fa-solid.fa-caret-up {
    position: absolute;
    top: -12px;
    right: 19px;
    color: #00AFE9;
    font-size: 23px;
}
.top-contact-container {
    padding: 20px;
    border-top: 2px solid #00AFE9;
}

.header .header-top-contact-link {
    display: inline-block;
    vertical-align: middle;
}
#topContact ul.phones {
    list-style: none;
    line-height: 1em;
    padding: 10px 0;
}
#topContact h2 {
    font-size: 17px;
    font-weight: bolder;
}
#topContact ul.phones {
    list-style: none;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1rem;
}
.contact-info-head {
    font-size: 13px;
    line-height: normal;
}
button#top-contact-button {
    width: 100%;
}
iframe#mycontact {
    height: 1200px;
}

.header-container-fixed {
    background-color: white !important;
    opacity: 1;
}

/* HEADER SOCIAL LINKS */
.header ul.social-profile {
    display: flex;
    margin-top: 0.7em;
    list-style: none;
    line-height: unset;
}
@media only screen and (max-width: 414px) {
    .header ul.social-profile {
     margin-left: -45px;
    }
    .header ul.social-profile li {
        margin-right: 10px;
    }
    .header .header-content {
        padding: 15px 5px 25px 5px;
    }
}

.header .social-profile li {
    margin: 0 0.7em 0 0;
}

.header .social-profile a.social-instagram:hover, .page-footer a.social-profile.social-facebook:hover {
    color: #fff;
    background: #d6249f radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
    border-color: #285AEB #285AEB #d6249f #d6249f;
}

.header .social-profile a.social-linkedin:hover, .page-footer a.social-profile.social-linkedin:hover {
    background: #0A66C2;
    color: #fff;
    border-color: #0A66C2;
}


.header .social-profile a.social-youtube:hover, .page-footer a.social-profile.social-youtube:hover {
    background: red;
    color: #fff;
    border-color: red;
}

.page-footer .block-footer-top .collapsible .address-list, .page-footer .block-footer-top .block-content-statick .bullet {
    list-style: none;
}
ul.footer-badges {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
.footer-badges li {
    margin: 0 20px 0 0;
}
.footer-badges li.iso_9001 {

}
.footer-badges li.registrar_corp img {
    height: 50px;
    background: white;
    margin-left: 15px;
    margin-top: 10px;
}

.footer-badges li.authorize-net img {
    min-height: 62px;
    min-width: 82px;
    margin-left: 8px;
}

.distributors-wrapper > ol > li .distributor > .distributors-url {
    padding: 0 22px;
    margin-bottom: 10px;
    display: inline-block;
}


[class*="cms-pi-day"] .product-item-info img {
    display: table-cell !important;
}

.product-item-info img, img.lazyload.product-image-photo.lazyload.loaded {
    display: table-cell !important;
}

.show-me {
    display: table-cell !important;
}

/* THIS IS TO FIX THE ZERO PRICE NEXTOPIA IS SHOWING ON EVOM BUNDLE */
.cms-nsearch .price[data-nextopia-price="$0.00"] {
    visibility: hidden;
}

.catalogsearch-result-index ol.products.list.items.product-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    /* FIX BUNDLE PRICING */
.bundlefix .sku {
    margin-bottom: 20px;
}

.bundlefix .price-box {
    visibility: hidden;
    height: 1.2em;
}


/* BODY */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:'Open Sans', sans-serif;
}

.slide-home.alo-magicslider {
    margin: 0 -15px 10px -15px;
}


.block-title-tabs .magictabs .item.activated .title, .style-products .owner-product .title {
    font-family:'Open Sans', sans-serif;
    font-weight: bold;
}

#instagram-btn .social-icon, #instagram-btn:hover .social-icon,
.page-footer a.social-profile.social-instagram:hover {
    background-color: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}


.caption2 {
    /*font-family: 'Codystar', cursive;*/
}





.magicslider .slick-slide .item {
    display: block !important;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.cms-index-index .slide-showcase {
    background-color: #ffffff;
}

.home-slider .slick-arrow {
    color: #ffffff;
    background-color: #00AFE9 !important;
    border-color: #333;
}

/*.static-home-slide .slick-slide.slick-active .text-slide h2.caption2 {*/
/*    font-family:'Open Sans', sans-serif;*/
/*    font-size: 5rem !important;*/
/*    color: #ffffff;*/
/*    text-transform: uppercase;*/
/*    margin: 20px 0;*/
/*    letter-spacing: 15px;*/
/*}*/
.static-home-slide {
    margin-bottom: 5px;
}
.bottom-banner-parallax {
    background-image: url('/media/wysiwyg/home/brain.jpg');
}

.static-banner .container {
    justify-content: space-between !important;
    text-align: center;
    margin-bottom: 25px;
}

.banner-block {
    background: #00AFE9;
    color: white;
    padding: 0 0 10px 0;
}

.link-banner .text .title, .link-banner .text .sub-title {
    margin: 15px auto;
    line-height: 1rem;
    color: white !important;
}

.banner-block a {
    color: white;
}

.banner-block a:hover {
    color: white;
    text-decoration: none;
}

#html-body [data-pb-style=QVOWXBX] {
    text-align: center;
    border-style: none;
    border-color: #fff;
    border: 0px;
}

.nospace {white-space: nowrap;}
.magepow-gdpr-cookie-notice.message.global .notice-cookie-content {
    font-family:'Open Sans', sans-serif;
}

/* PRODUCT PAGE */

.product-social-links .facebook a:hover {
    color: #007bff !important;
}

.product-social-links .twitter a:hover {
    color: #00aced !important;
}

.product-social-links .pinterest a:hover {
    color: #c8232c !important;
}

.product-social-links .linkedin a:hover {
    color: #0072b1 !important;
}


.product-info-main.product-shop .product.attribute ul {
    list-style: disc;
    padding-left: 1.5em;
}

.bottom-banner-parallax .our-store {
    background-color: #00AFE9;
    letter-spacing: .25rem;
}


/* FOOTER */

/* FOOTER */

.footer-copyright .main1 {
    width: 49%;
    float: left;
    text-align: left;
    /*margin: auto;*/
    /*width: 100%; */
}
.footer-copyright .main1 small.copyright {
    font-size: 1em !important;
}

.footer-copyright .main2 {
    float: right;
    text-align: right;
    width: 50%;
}
ul.footer-menu {
    display: flex;
    color: white;
    list-style: none;
    justify-content: right;
}
ul.footer-menu li {
    margin-right: 20px;
}
ul.footer-menu li a, ul.footer-menu li a:visited {
    color: #fff !important;
}
@media screen and (max-width: 1199px) {
    ul.footer-menu {
        display: none;
    }
    .footer-copyright .main1 {
        width: 100%;
        float: none;
        text-align: center;
        margin: auto;
    }
}
.page-footer a {
    color: #fff !important;
}

.page-footer a:visited, .page-footer a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.block-footer-top a:visited {
    color: #fff !important;
}

ul#footer-badges {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.page-footer:before {
    background: #00AFE9;
}


.introduce-logo {
    font-size: 2em;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

i.contact-addy.fa.fa-briefcase, i.free.fa.fa-phone {
    visibility: hidden;
    padding-right: 0.3em;
}

.footer-badges {
    position: relative;
    bottom: -17px;
    right: 23px;
    display: table;
    margin: auto;
}

.footer-badges li {
    display: table-cell;
    margin-right: 20px;
}

ul.footer-sub-menu1 {
    list-style: none;
    display: flex;
    align-content: space-around;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}

ul.footer-sub-menu1 li {
    margin-right: 10px;
}

.block-subscribe .actions button.button {
    background-color: #FF8E00 !important;
    border-color: white !important;
}



.col-12.collections.block-content {
    display: flex;
    margin-bottom: 3rem;
}

.home-collection {
    margin: 10px auto;
}

.collections img.lazyload.loaded {
    height: 100%;
    width: 100%;
    min-height: 200px;
}

.home-collection span.figcaption {
    position: absolute;
    top: 40%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-weight: bolder;
    background: #00AFE9;
    padding: 20px;
    width: 93%;
    text-transform: none;
    font-size: 1.4rem;
}

.home-collection span.figcaption:hover {
    background: rgb(255 134 0 / 81%);
    box-shadow: 10px 3px 10px 1px rgb(12 12 12 / 20%);
}

/* blog rotator on home page */
.cms-index-index .post.action {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

.cms-index-index img.lazyload.img-blog.loaded {
    margin: auto;
}
.cms-index-index .cms-static-blog .block-content.magicblog img {
    height: 200px;
}
/* this is the post date and author info */
.cms-static-blog .block-content.magicblog .blog_short_text .post-meta {
    display: none;
}
.post-list .post-container {
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
}

.post-list .post-description {
    height: 125px;
    max-height: 125px;
    overflow: hidden;
}

.magicblog .slick-slide {
    height: 312px;
    text-align: center;
}

.cms-index-index .cms-static-blog .block-content.magicblog .blog_short_text .post-text-hld {
    visibility: hidden;
}

.cms-static-blog .block-content.magicblog .post-description {
    margin-bottom: 1px;
    max-height: 400px;
    background: white;
    padding: 20px;
}

.cms-static-blog {
    padding: 25px 0;
    background-color: #f7f7f7;
}

.cms-index-index .slide-showcase .slick-initialized .slick-slide {
    /*height: unset;*/
    overflow: hidden;
}



.static-home-slide .slick-slide .figcaption {
    background: rgb(0 0 0 / 10%);
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
}

.figcaption .btn-shop {
    margin: 10px;
    color: #fff;
    background: #00AFE9;
}
.figcaption .btn-shop:hover {
    background: #FF8E00;
}

.footer-links-company {
    margin: auto;
    background-color: #000 !important;
    color: #fff;
    font-family:'Open Sans', sans-serif;
    padding-top: 12px;
    text-align: center;
}

span.counter-number {
    font-family:'Open Sans', sans-serif;
    font-weight: bolder;
}

.header .minicart-wrapper .showcart .cart-icon .counter.qty {
    font-family:'Open Sans', sans-serif;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    top: -2px;
    right: -11px;
}


.banner-box.banner-box1.top-l {
    background: #f1f1f1;
}

.banner-box.banner-box1.top-r {
    background: #e9f1ef;
}

.banner-box.banner-box1.bottom-l {
    background: #fcf7f3;
}

.banner-box.banner-box1.bottom-r {
    background: #ececec;
}



.header .minicart-wrapper.active .block-minicart {
    background: #fff;
}

.page-footer .block-footer-top {
    background-image: url('/media/wysiwyg/home/brain.jpg');
    padding: 25px;
}

.cms-index-index .alo-blog .cms-static-blog .container {
    max-width: 92%;
}

.cms-index-index .alo-blog .slick-slide.slick-cloned:hover {
    box-shadow: 10px 3px 10px 1px rgb(12 12 12 / 20%);
}



.cms-static-blog .block-content.magicblog .slick-arrow {
    top: calc(50%);
}

.slick-prev:not(.primary), .slick-next:not(.primary) {
    background-color: #00AFE9;
}

/* BLAHG! */

.page-layout-2columns-right .columns .sidebar {
    float: right;
}

.page-layout-1column .modal-popup.modals-quickview .columns .column.main {
    padding-bottom: 0;
    display: block;
}

.blog-page .page-title-wrapper .page-title {
     display:none;
}

.blog-page .page-title-wrapper .page-title {
    /*font-size: 25px;*/
    /*margin-top: 0;*/
    /*margin-bottom: 10px;*/
}

/* get rid of the tags on the images on the main blog page */
.post-list .post-image .post-category {
    display: none;
}

/* get rid of that little arrow after read more */
.post-read-more:after {
    content: "";
    /* hello is this thing even ON? */
}

/* the xml file changes would not show up so I did it via css. I added styles for bootstrap card and card-body to the blog post list below */


.post-list .post-item.post-holder {
    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;
}

.post-list .post-item.post-holder {
    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;
}

.post-list li.post-item.post-holder:hover {
    box-shadow: 10px 3px 10px 1px rgb(12 12 12 / 20%);
}

.btn-white {
    color: #fff !important;
    background: #00AFE9 !important;
    border: none !important;
}

.post-read-more a.post-read:hover, .btn-white:hover {
    background: #FF8E00 !important;
    border: none !important;
    text-decoration: none;
    box-shadow: 1px 1px 3px 1px rgb(12 12 12 / 20%);
}


.post-list li.post-item.post-holder:hover {
    box-shadow: 10px 3px 10px 1px rgb(12 12 12 / 20%);

}


.blog-index-index .toolbar-blog-posts {
    margin: auto;
    text-align: center;
}

.post-list .post-info .post-title-wrap h3 a {
    color: #333;
}

.post-list .post-info .post-title-wrap h3 a:hover {
    text-decoration: none;
    color: #00AFE9;
}

.post-read-more {
    border: none;
    float: right;
}

.post-list .post-description {
    height: 100px;
    max-height: 100px;
    overflow: hidden;
}

.post-description p {
    font-size: 1em;
}

/*  blog sidebar */
.widget.blog-search button.action.search {
    background-color: #00AFE9;
}

.widget.blog-search button.action.search:hover {
    background-color: #FF8E00 !important;
}

.blog-index-index .page-title-wrapper {
    /*display: none;*/
}

post-ftimg-hld {
    display: none;
}

.blog-post-view .post-description {
    color: #333;
}
.blog-post-view .post-header {
    display: none;
}
.blog-post-view .post-category a {
    background: #33332e;
    color: #6c757d;
}
/*blog post featured image */
.blog-post-view .post-featured-image {
    font-size: 0;
    margin-bottom: 20px;
    display: none;
}

.blog-post-view h3 {
    font-weight: bold;
    margin: 20px 0 5px 0;
}

.blog-post-view .post-description p {
    /*font-size: 1em;*/
}

.post-list .post-header .post-title-holder .post-title a, .post-view .post-header .post-title-holder .post-title a {
    color: #333;
    font-weight: bolder;
    font-size: 2rem;
    text-transform: uppercase;
}
.shaemarcus-bullets-ul label {
    white-space: nowrap;
}
.cms-index-index .column.main > .page-title-wrapper {
    display: unset;
}

.cms-index-index .page-title-wrapper .page-title {
    display: unset;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cms-index-index .block-title-tabs .magictabs {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    margin-top: 5px;
}
.cms-index-index .block-title-tabs {margin-bottom: 0;}
.cms-index-index .box-product-content {
    padding: 5px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.modal-popup.modals-quickview .product-view {
    margin: 1em auto;
    height: 100%;
    /*min-height: 500px;*/
}

/*.page-layout-1column .modal-popup.modals-quickview .product-info-main {*/
/*    min-height: 500px;*/
/*}*/
/*.product.media.product-img-box.col-md-5.col-sm-5.col-12 {*/
/*    margin: 25px auto;*/
/*    min-height: 500px;*/
/*}*/
.modal-popup.modals-quickview .product-view {
    min-height: 500px;
    margin: 25px auto;
}

.page-layout-2columns-left .modals-quickview .product-info-main.product-shop,
.page-layout-2columns-right .modals-quickview .product-info-main.product-shop,
.page-layout-3columns .modals-quickview .product-info-main.product-shop, .fotorama__wrap {
    min-height: 500px;
}

.fieldset .configurable.required .super-attribute-select {
    min-width: 200px;
}

/* Breadcrumbs */

.breadcrumbs ul.items li.item:not(:last-of-type) {
    /*display:none;*/
}

.breadcrumbs .pagecrumbs-title {
    display:block !important;
    font-size: 2em;
    font-weight: bolder;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.breadcrumbs ul.items {
    /*display: none;*/
}

.images-breadcrumbs, .breadcrumbs, .page-products.catalogsearch-result-index .breadcrumbs, .page-products.catalogsearch-advanced-result .breadcrumbs {
    /*background-image: none;*/
    /*background-size: unset;*/
    background-color: #00AFE9;
}
.breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('/media/wysiwyg/home/brain.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.catalog-product-view .category-view-position, .breadcrumbs .container {
    background-color: rgba(0, 175, 233, 0.8);
    padding: 20px 0;
    width: 100%;
    min-width: 100%;
}

.fotorama__stage__shaft {
    margin-left: 5px;
}
.cms-index-index .magicslider .slick-slide img {
    height: 425px;
}
/*.static-home-slide .slick-slide .figcaption-left {*/
/*    background: rgb(0 0 0/10%);*/
/*    text-shadow: 2px 2px 10px rgb(0 0 0/50%);*/
/*    color: white;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*}*/

/*.static-home-slide .slick-slide .text-slide-left{*/
/*    padding: 0;*/
/*    position: absolute;*/
/*    bottom: 50%;*/
/*    left: 25% !important;*/
/*    white-space: nowrap;*/
/*    -webkit-transform: translate3D(-50%,50%,0);*/
/*    -moz-transform: translate3D(-50%,50%,0);*/
/*    -ms-transform: translate3D(-50%,50%,0);*/
/*    -o-transform: translate3D(-50%,50%,0);*/
/*    transform: translate3D(-50%,50%,0);*/
/*}*/
.static-home-slide .slick-slide .text-slide {
    padding: 10px !important;
    position: absolute !important;
    bottom: 54% !important;
    left: 50% !important;
    /*white-space: nowrap;*/
    /*border-radius: 0;*/
    /*-webkit-transform: translate3D(-50%, 50%, 0);*/
    /*-moz-transform: translate3D(-50%, 50%, 0);*/
    /*-ms-transform: translate3D(-50%, 50%, 0);*/
    /*-o-transform: translate3D(-50%, 50%, 0);*/
    /*transform: translate3D(-50%, 50%, 0);*/
    color: #fff;
    text-shadow: 1px 2px 6px #333;
}
@media only screen and (max-width: 1024px) {
    .static-home-slide .slick-slide .text-slide {
        padding: 10px !important;
    }
    aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide._show {
        z-index: 1001 !important;
    }

}
@media only screen and (max-width: 768px) {
    .static-home-slide .slick-slide .text-slide {
        padding: 10px 2px !important;
    }
}
#slick-slide00 .text-slide {
    background: #23b5dd;

}
.figcaption-left .text-slide {
    border: 1px solid white;
}
.figcaption-left .inner {
    border: 1px solid white;
    padding: 10px;
    width: 600px;
    /* height: 330px; */
}

#slick-slide01 .text-slide {
    background: rgba(0, 175, 233, 0.91);
}

#slick-slide02 .text-slide {
    background: #00AFE9CC;
}
#slick-slide03 .inner {
    padding: 100px;
}

.static-home-slide .slick-slide.slick-active .text-slide .btn-shop {
    display: inline-block;
    font-size: 1em;
    cursor: pointer;
    border: 1px solid #fff;
    text-transform: lowercase;
    letter-spacing: 3px;
    padding: 5px 20px;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    margin: 10px auto;
}

.caption-left1,
.caption-left3 {
    letter-spacing: 5px;
    display: block;
    font-size: 2em;
    font-variant: all-small-caps;
    text-shadow: none;

}
.caption-left1 {
    /*-moz-animation: fadeInRight 3s ease-in 9ms;*/
    /*-webkit-animation: fadeInRight 3s ease-in 9ms;*/
    /*animation: fadeInRight 3s ease-in 9ms;*/
}

.caption-left2 {
    display: block;
    font-family: "Berkshire Swash rev=2";
    font-size: 3.5em;
    font-style: italic;
    /*-moz-animation: fadeInRight 2s ease-in 1.3s backwards;*/
    /*-webkit-animation: fadeInRight 2s ease-in 1.3s backwards;*/
    /*animation: fadeInRight 2s ease-in 1.3s backwards;*/
}

.caption-left3 {
    /*-moz-animation: fadeInRight 3s ease-in 3s backwards;*/
    /*-webkit-animation: fadeInRight 3s ease-in 3s backwards;*/
    /*animation: fadeInRight 3s ease-in 3s backwards;*/
}

@media only screen and (max-width: 768px) {

    .caption-left3 {
        font-size: 1.5em;
    }

}
`
.gal-caption {
    position: absolute;
    top: 50%;
    background-color: rgba(98, 176, 226, 0.5);
    color: #fff;
    padding: 10px;
    margin: auto;
    text-align: left;
    font-weight: bold;
}

.lp-post {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 350px;
}


.lp-post-info {
    background-color: rgba(0, 175, 233, 0.8);
    position: absolute;
    bottom: 0%;
    color: #fff;
    padding: 10px;
    margin: 0 -15px;
    text-align: left;
    font-weight: bold;
    height: 60px;
    max-height: 100px;
    width: 100%;
}
.lp-post a, .lp-post-title a, .lp-post a:hover, .lp-post-title a:visited,
.lp-post2 a, .lp-post-title2 a, .lp-post2 a:hover, .lp-post-title2 a:visited{
    color: white;
}

.lp-category {
    color: white;
    background-color: black;
    font-size: small;
    margin: 2px 1px;
    display:none;
}

.lp-category a, .lp-category a:hover, .lp-category a:visited {
    color: white;
    background-color: #333;
    text-decoration: none;
}

.lp-post2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.lp-post-info2 {
    background-color: rgba(0, 175, 233, 0.8);
    position: absolute;
    bottom: 0%;
    color: #fff;
    padding: 5px;
    text-align: left;
    font-weight: bold;
    height: 60px;
    max-height: 100px;
    width: 100%;
}


.customer-account-create .form-create-account .fieldset {
    width: 100% !important;
}


.distributors-wrapper .just-icons .email a:before {
    content: '\f0e0';
    /*font-family: 'FontAwesome';*/
}

.distributors-wrapper .just-icons .fax a:before {
    content: '\f1ac';
}
.distributors-wrapper .just-icons .phone a:before {
    content: '\f095';
}


.distributor.distributor-initial {
    min-height: 300px;
}
.distributors-wrapper > ol > li .distributor > div.img {
    box-sizing: border-box;
    border-bottom: solid 1px #D7D8DA;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 20px;
    text-align: center;
    padding: 5px;
    height: auto;
}
.distributor-img img {
    width: 80%;
}

.distributor-info .title {
    font-size: 1.45em;
    margin-bottom: 10px;
}
select#dist-continents {
    background-position: 165px;
}

.distributors-wrapper .distributors-select {
    margin-bottom: 20px;
    width: 50%;
}

/*authentication popup */
.modal-popup.popup-authentication .modal-inner-wrap {
    background-image: url('/media/wysiwyg/home/brain.jpg');
    /*background-image: none;*/
}


.bold-caps {
    text-transform: uppercase;
    font-weight: 900;
}


/* side vertical menu */
.block-compare .block-title strong,
.block-wishlist .block-title strong,
.block-compare .block-title strong,
.block-wishlist .block-title strong,
.block-reorder .block-title strong,
.widget.block .block-title strong,
.sidebar-additional .block-title-tabs,
.sidebar-additional .block-title-tabs .magictabs .item.activated .title,
.sidebar-additional .block-title-tabs .magictabs .item:hover .title {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
}
.block-compare .block-title strong:after,
.block-wishlist .block-title strong:after,
.block-reorder .block-title strong:after,
.widget.block .block-title strong:after,
.sidebar-additional .block-title-tabs .magictabs .item.activated .title:after,
.sidebar-additional .block-title-tabs .magictabs .item:hover .title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    left: 0;
    bottom: -4px;
    position: absolute;
}

.widget.block-categories ul.accordion {
    list-style: none;
}
ul#accordion-2 {
    list-style: none;
}
.block.filter .filter-options-title {
    font-size: 1em;
    color: #333;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
}
.page-layout-2columns-left .columns .sidebar.sidebar-main,
.page-layout-2columns-right .columns .sidebar.sidebar-main {
    margin-bottom: 5px;
    letter-spacing: normal;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
}
.block.filter .filter-options-content .items .item {
    margin-bottom: 5px;
}

/* side vertical menu */

.block.filter .filter-options-title {
    font-size: 1em;
    color: #333;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
}
.page-layout-2columns-left .columns .sidebar.sidebar-main, .page-layout-2columns-right .columns .sidebar.sidebar-main {
    margin-bottom: 5px;
    letter-spacing: normal;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.25em;
}
.block.filter .filter-options-content .items .item {
    margin-bottom: 5px;
}


.filter-current .widget-title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    position: relative;
    margin-bottom: 28px;
    text-transform: capitalize;
    display: block;
}

.block.filter .filter-options-title:before, .filter-current .widget-title:after {
    content: "";
    width: 100%;
    height: .025em;
    background: #3333331c;
    left: 0;
    bottom: -4px;
    position: absolute;
}
/*this is that delivery info, etc */
.summary-service {
    display: none;
}

/* product options **/
.cms-index-index div#product-options-wrapper {
    margin: 0 auto 20px;
}
.sidebar .product-item .product-item-info .product-item-details .product-name {
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
}

/* product quickview */
.product_img_trust_seal {
    display: none;
}
.alo-social-links.socials.clearfix.addit {
    display: none;
}

/* home page product outline */
.cms-index-index .mage-magictabs .slick-slide li.item.product.product-item {
    margin: 5px;
    padding: 5px 10px;
}
.cms-index-index .mage-magictabs .products.wrapper.grid .product-item-info {
    /*height: 505px;*/
    /*padding: 10px;*/
}

/* home page product slider */
.cms-index-index .mage-magictabs .style-products {
    /*background-color: #f7f7f7;*/
    /*padding: 5px;*/
}
.slick-slide {
    /*margin: 0 5px;*/
}
.cms-index-index .owner-product .title {
    /*background: #f7f7f7;*/
}
/* border around homoe page products
.cms-index-index .mage-magictabs li.item.product.product-item {
    border: 1px solid #333;
    margin: 5px;
    background: #fff;
}
.cms-index-index .mage-magictabs li.item.product.product-item.notify-product-item {
    border: none;
    margin: unset;
    background: #fff;
    height: 60px;
}
*/

/* front page parallax banner */
.cms-index-index .type_promotion_banner_parallax {
    background-image: url('/media/magiccart/magicslider/mobile/s/o/solar_2.jpg');
    margin: 0 -15px;
    display: none;
}
.cms-index-index .row.banner-top.banner-slogan.bt-cat-content {
    display: none;
}
/* home page product cat blocks */
.static-home-slide .slick-slide.slick-active .text-slide .btn-shop:hover {
    background: #FF8E00;
}

/* product page */
.product-social-links {
    /*display: none !important;*/
}
.fieldset .configurable.required:first-child {
    margin: 5px 0 20px;
}
#slider-range {display: none;}
.product-shop-content .product .page-title {
    color: #00AFE9;
}


@media only screen and (max-width: 767px) {
    .cms-index-index .slick-slide li.item.product.product-item {
        height: auto;
    }
}
.cms-index-index .mage-magictabs .slick-slide li.item.product.product-item {
    height: 100%;
}

.social-profile {

}
a.social-link {
    color: #fff !important;
}
li.i a.fa-brands {
}

/* remove gray background from product hover */
.products.wrapper.grid .product-item .product-item-info .images-container .product-hover:before {
    background: rgba(0, 0, 0, 0.0);
}

/* related posts product tab */
.post-ftimg-hld img {
    margin: auto;
    width: 200px;
    height: auto;
}
.post-actions .action a {
    color: #333;
    font-size: .85em;
}
.post-sharing-bottom {
    display: none;
}

.block.related .block-title strong,
.block.crosssell .block-title strong,
.block.upsell .block-title strong {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.block.related .product .product-item-info .products-textlink .product-name a,
.block.crosssell .product .product-item-info .products-textlink .product-name a,
.block.upsell .product .product-item-info .products-textlink .product-name a {
    height: unset;
    max-height: 50px;
}

.catalog-product-view .post-posed-date {
    color: #333;
    font-size: 14px;
}

/* product page main image size - moving it up on the page */

.catalog-product-view .product.media .fotorama__stage__frame img {
    top: 49.5%;

}

/* Bring the product tabs closer to the product pic & purchase info  - this won't work
because some of our products have a ton of info, others have none. */
/*.catalog-product-view .product.media .product-view {*/
/*    margin-bottom: 10px;*/
/*}*/

/* first pardot contact form is in design/contact */
iframe#pardot-contact{
    display: none;
}

/* go to checkout modal buttons are brown still, boo! */
.modal-popup.modal-slide.modals-ajaxcart .actions .action, .modals-ajaxcart .actions .action a:hover {
    border-width: 1px;
    display: inline-block;
    line-height: 32px;
    height: 35px;
    padding: 0 20px;
    width: 100%;
    text-transform: uppercase;
    border-style: solid;
    border-color: #00AFE9;
    background-color: #00AFE9;
    color: #fff;
    text-decoration: none;
}

/* checkout buttons are also brown */
/*.cart.main.actions .action.continue {*/
/*    background-color: #00AFE9;*/
/*    border-color: #00AFE9;*/
/*    color: #ffffff;*/
/*}*/
.abs-primary-color-site, .block-compare .action.compare,
.block-compare .action.clear, .cart.main.actions .action.clear:hover,
.cart.main.actions .action.update:hover,
.cart.main.actions .continue,
.cart.main.actions .action.continue,
.cart.main.actions .action.continue a,
.block.discount .apply.primary,
.checkout.items .action.checkout,
.checkout-container .authentication-wrapper .action-auth-toggle,
.authentication-wrapper .authentication-dropdown .block-customer-login .action.action-login,
.checkout-payment-method .payment-methods .actions-toolbar .primary.checkout,
.login-container .actions-toolbar .login.primary,
.discount-code .actions-toolbar .action.action-apply,
.login-container .block-new-customer .actions-toolbar .create.primary,
.form-create-account .actions-toolbar .submit.primary {
    background-color: #00AFE9;
    border-color: #00AFE9;
    color: #ffffff;
}
.cart.main.actions .action.continue a:hover {
    background-color: #FF8E00;
    border-color: #FF8E00;
    color: #fff;
}

/*Restyling the menu */
.content-logo.col-xl-4.col-lg-4.col-md-4.col-sm-4.col-4 {
    margin: auto;
}


/*.catalog-product-view a, .catalog-product-view a:hover, .catalog-product-view a:visited, .catalog-product-view a:active {*/
/*    color: #333;*/
/*}*/
/* Still trying to get rid of the product hovers since our pic size doesn't match up right now */

img.product-image-photo.lazyload.thumbnail, .product-image-wrapper .product-image-photo.thumbnail, .thumbnail{
    display: none !important;
}
/* Taking some of the emphasis off of the catalog product listing price */
.cms-index-index .price-box .price, .page-products .price-box .price {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
/* fix the product page tabs. It's showing some of them by default that we don't want...*/
div#tab-label-additional {
    display: none;
}
.toolbar-mobile-true {
    padding-bottom: 65px;
}

.header .top-link-product > .wishlist > .top-link-mywishlist:before {
    display: none;
}

iframe#pardot-contact {
    display: none;
}
/*** THIS IS THE NEW MENU STUFF ***/
/* back to the old menu */
.header .header-content {
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 1px 1px 1px lightgrey;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a:hover,
.magicmenu .nav-desktop .level0.home .level-top-mega div a:hover,
.magicmenu .nav-desktop .level0.dropdown a:hover {
    color: #fff;
    background-color: #00AFE9;
}
.magicmenu .nav-desktop .level0.dropdown li {
    margin: 0;
    padding: 14px 0;
    background: rgba(255, 255, 255, .85);
}


.magicmenu .nav-desktop .level0.dropdown > .level0,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0,
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
    width: 250px;
    min-width: 250px;
    padding: 0 0;
    line-height: 23px;
    text-align: left;
    background: rgba(255, 255, 255, 0.85);
}
.magicmenu .nav-desktop .level0 .level-top {
    color: #333;
    letter-spacing: 0;
}


.magicmenu .nav-desktop .level0 .level-top {
    background: white;
}
.magicmenu li.level0.category-item.level-top a.level-top span:first-of-type {
    padding: 20px;
}
.magicmenu .level-top span.boder-menu {
    display: none;
}
.magicmenu .nav-desktop .level0 .level-top {
    letter-spacing: 0.1em;
}
.magicmenu .nav-desktop > .level0 {
    margin-bottom: -16px;
    /* padding-bottom: 15px; */
}
/* this is to control the height of the top level */
.magicmenu .nav-desktop .level0 .level-top {
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 3px;
}
/*This is the top of the full-width menu item*/
.magicmenu .nav-desktop .level0:hover .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown:hover > .level0 {
    opacity: 1;
    top: 67px;
    visibility: visible;
}
/* this gets rid of that extra space under the top menu */
.magicmenu .nav-desktop > .level0 {
    padding-bottom: 0 !important;
}

.magicmenu .nav-desktop .level4 .category-item > a > span {
    margin: 0;
    padding: 10px;
}

/* change the font on sublevels */

.magicmenu .nav-desktop .level0 .level-top-mega .level1 > .level2 > a,
.magicmenu .nav-desktop li.level3.category-item > a {
    display: block;
    border: none;
    line-height: 23px;
    color: #333;
    font-weight: normal !important;
    font-family: 'Open Sans', sans-serif !important;
}

/*mobile */
/*first let's do this mobile menu size*/
.nav-sections .navigation-mobile {
    float: left;
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    left: 0;
    max-width: 400px;
}
/*I am trying to put a slight margin under the logo, but no margin under the top menu*/
.header .content-logo .header-logo {
    margin-bottom: 8px;
    margin-top: -8px;
}
.header .header-content {
    padding: 15px 15px 6px 15px;
}
/*put a border under it*/
.magicmenu .nav-desktop .level0:hover .level-top-mega, .magicmenu .nav-desktop .level0.dropdown:hover > .level0 {
    opacity: 1;
    top: 56px;
    visibility: visible;
    border-top: 2px solid #00bcf9;
}

.magicmenu .nav-desktop .level0 a.level-top {
    color: #333;
}
.magicmenu .nav-desktop .level0 .level-top:hover,
.magicmenu .nav-desktop .level0.dropdown .level-top:hover,
.magicmenu .nav-desktop .level0 a.level-top:hover {
    color: #fff !important;
    background-color: #00AFE9 !important;
}
/*more menu stuff ... get rid of the DEFAULT CATEGORY showing on the filter */
.page-products .accor-title {
    display: none;
}
.magicmenu .nav-desktop .level0 .level-top {
    letter-spacing: unset;
}
/* keep the links from turning black */
.magicmenu .nav-desktop a{
    color: #333;
}
/* Fix where the full-width submenu children aren't showing. This needs to be wider */
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal {
    width: 100% !important;
}
.magicmenu .nav-desktop  {
    font-family: 'Open Sans', sans-serif !important;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
    line-height: 40px;
    color: #333;
    font-size:10px;
}

/*!* this is the second level children. They needed some indentation *!*/
.magicmenu .nav-desktop .level0 .level-top-mega .level1 > .level2 > a {
    padding-left: 10px;
}
.magicmenu .nav-desktop .active-blue {color: #fff !important; background: #00AFE9 !important;}
.magicmenu .nav-desktop .active-blue :hover{color: #fff !important; background-color: #00AFE9;}
.magicmenu .nav-desktop .active-blue > a {color: #fff !important; background-color: #00AFE9;}
.magicmenu .nav-desktop .active-blue > a > span:first-of-type {color: #fff !important; background-color: #00AFE9;}

.active-blue {color: #fff !important; background: #00AFE9 !important;}
/*.active {color: #fff !important; background: #00AFE9 !important;}*/
.magicmenu .nav-desktop .level0 .level-top span {
    font-weight: normal;
}


.magicmenu .nav-desktop li.level0.category-item.level-top.cat.nav-1.has-active.active {
    background: #00AFE9;
    color: white;
}
.magicmenu .nav-desktop .level0.active > a {
    color: #fff !important;
    background-color: #00AFE9 !important;
}


.category-item a:hover,
.category-item a:active,
.category-item a:focus,
.category-item a:focus-within,
.category-item .has-active .active,
.category-item .has-active .active a,
.category-item .has-active .active a > span:first-of-type {
    color: #ffffff !important;
    background-color: #00AFE9;
}

.dropdown .level1 a:hover {
    color: white !important;
    background-color: #00AFE9;
}
/*!*.full-width:focus-within,.full-width a:focus-within {*!*/
/*!*    color: white !important;*!*/
/*!*    background-color: #00AFE9;*!*/
/*!*}*!*/

/*.magicmenu .nav-desktop .level0 .level-top-mega .children a:hover {*/
/*    color: #333;*/
/*    background-color: #ddd;*/
/*}*/
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul{
    padding: 0;
}
/* to support my lousy javascript */
.no-click{
    font-weight: 500;
    text-transform: uppercase;
    cursor: default !important;
}
li.level2 .active-blue:first-child {
    color:#fff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a:hover,
.magicmenu .nav-desktop .level0.home .level-top-mega div a:hover,
.magicmenu .nav-desktop .level0.dropdown a:hover,
.magicmenu .nav-desktop .level0.over a,
.magicmenu .nav-desktop .level0.active > a,
.magicmenu .nav-desktop .level0.active > a span.icon-text,
.magicmenu .nav-desktop .level0 a.icon-text:hover,
.magicmenu .nav-desktop .level0.dropdown .level-top:hover,
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover,
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover:before,
.magicmenu .nav-desktop .level0 .dropdown .level1:hover,
.magicmenu .nav-desktop .level0 .dropdown .level1 > a:hover{
    color: #fff !important;
    background-color: #00AFE9 !important;
    border-left:none !important;

}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before a:hover {
    color: #fff !important;
}
.magicmenu .nav-desktop .level0.home .level-top-mega div a:hover{
    color: #333;
    background-color: #fff;
}
.magicmenu .nav-desktop .level0 .level-top-mega .level0 > .level1 > a,
.mega-top-level,
.magicmenu .nav-desktop .level0 .cat-meg .children .level1 > a.no-click:hover,
.magicmenu .nav-desktop .level0 .cat-meg .children .level1 > a:hover {
    color: #333 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px !important;
    background: #ddd !important;
    font-family: 'Open Sans', sans-serif;
    border-bottom: none;
    border-left: 3px solid #FF8E00 !important;
    padding-left: 5px;
    white-space: nowrap;
}

.magicmenu .nav-desktop .level0.dropdown li.level1 {
    padding: 0;
    /*border: none !important;*/
}

.magicmenu .nav-desktop .level0.dropdown li.level1 > a {
    padding: 14px !important;
}
.nav-desktop ul li, .nav-desktop ul li a {
    font-family: 'Open Sans', sans-serif !important;
}
.nav-desktop li.level4.category-item {
    width: 300px;
    margin-left: 10px;
    padding-left: 0;
    white-space: nowrap;
    line-height: 43px;

}
/*.nav-desktop li.level4.category-item a {*/
/*    padding: 0 !important;*/
/*}*/

.block.filter .filter-options .count {
    display: none;
}
.item span.count {
    display: none;
}
.catalog-product-view .breadcrumbs {
    background-image: none !important;
    margin-bottom: 0;
}
.images-breadcrumbs,
.page-products.catalogsearch-result-index .breadcrumbs,
.page-products.catalogsearch-advanced-result .breadcrumbs {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('/media/wysiwyg/home/brain.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
/*.images-breadcrumbs, .breadcrumbs, .page-products.catalogsearch-result-index .breadcrumbs, .page-products.catalogsearch-advanced-result .breadcrumbs {*/
/*    color: #fff;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    background-image: url('/media/wysiwyg/home/brain.jpg') !important;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    background-size: cover;*/
/*    background-attachment: fixed;*/
/*}*/
.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs a:visited,
.breadcrumbs a:active {
    color: #fff !important;
}

.level2 .hasChild .parent .category-item .has-active .active:before {
    color: #fff !important;
}
li.level0.category-item.level-top.ext.hasChild.parent.last.dropdown {
    display: none;
}

div#contact-menu-item {
    display: block;
    position: absolute;
    top: 57px;
    left: 0;
    /* transform: translate(5%, 60px); */
    width: 100%;
    z-index: 9999;
    box-shadow: 5px 14px 20px 0px #333;
    background: #fff;
    border: 1px solid grey;
    border-top: 2px solid #00bcf9;
    height: 750px;
}
iframe#pardot-contact {
    min-height: 700px;
    overflow: scroll;
}


.modal-slide, .modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
}
/*WHY IS THE STUPID MAGIC PRODUCT WIDGET SO DYSFUNCTIONAL? CRAP CODING, THAT'S WHY'*/

.cms-index-index .columns .column.main {
    padding-bottom: 0;
}

div#tab-label-reviews {
    display: none;
}

/* product view email to a friend - gone
 */
.product-social-links a.action.mailto.friend {
    display: none;
}

/* authentication popup */
.modal-popup.popup-authentication .modal-inner-wrap .modal-content {
    background-color: #00afe9b8;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 0 #333;
}
.block-authentication .block-title {
    font-size: 1.5em;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar > .secondary .action a {
    color: #fff;
}

.dropup {
    position: absolute;
    bottom: 0;
    top: unset !important;
}


/*product sidebar */
.block-compare .empty, .block-wishlist .block-content {
    font-size: .80em;
    font-weight: normal;
    color: #333;
    text-transform: capitalize;
}
.block.filter .filter-options-content .items .item a,
.block-reorder .block-content .product-item-link {
    font-size: 1em;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}
/*since we lowered the heeader, we need to make sure the quickview product popup is on top*/
aside.modal-popup.modals-quickview.modal-slide._inner-scroll._show {
    z-index: 99991 !important;
}

body#html-body.blog-category-news .magicmenu .nav-desktop .level0.active {
    background: #fff;
    color: #333;
}
body#html-body.blog-category-news .magicmenu .nav-desktop .level0.active > a {
    background: #fff !important;
    color: #333 !important;
}
/*fix the home page blog images to be the same size*/
.cms-index-index img.img-blog {
    max-width: 200px;
    height: 200px;
}


/*copying this from the old site. what is this FOR? We don't use tables*/
table.product-table {
    margin-bottom: 1em;
    width: auto;
}
table.product-table tbody tr:first-child, table.product-table thead tr {
    background: #00afe9 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

table.product-table tbody tr:nth-child(odd) {
    background: #e4e4e4;
    color: #000;
}

/*get rid of the rollover on featured products*/
.cms-index-index .product-image-wrapper .product-image-photo.thumbnail {
    display: none !important;
    visibility: hidden !important;
}

/*customer account get rid of that annoying red color*/
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current strong {
    color: #00AFE9;
    font-weight: 500;
}
.customer-account-index .column.main .block .block-content .box .action.edit,
.sales-order-view .column.main .block .block-content .box .action.edit,
.customer-address-index .column.main .block .block-content .box .action.edit,
body.account .main .block-title > a,
.multishipping-checkout-shipping .column.main .block .block-content .box .action.edit {
    color: #00AFE9;
    font-weight: bold;
    margin-right: 10px;
}

.block-addresses-list .items.addresses .item.actions .action,
.account .data.table .col.actions .action,
[class^="sales-guest-"] .data.table .col.actions .action,
.sales-guest-view .data.table .col.actions .action, .block .box-actions .action {
    color: #00AFE9;
    font-weight: bold;
}


/*stop sidebar recent products from wrapping */
.sidebar-additional .product-items .product-item {
    width: 100%;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .page-products .sorter {
        display: none;
    }
}
.product.detailed .items-tabs .data.title.active .data.switch, .product.detailed .items-tabs .data.title:hover .data.switch {
    text-decoration: none;
    color: #00AFE9;
    font-family: 'Open Sans', sans-serif;
}
.zero-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
}
span.price-wrapper[data-price-amount^='$0']{
   display: none;

}
div#product-options-wrapper .control {
    margin-bottom: 20px;
}
.fotorama__thumb {
    background-color: #ffffff;
}
.customer-account-create .field-area_of_interest,
.customer-account-create .field-how_did_you_hear,
.customer-account-create .field-company_position {
    /*display: none;*/
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar > .secondary .action {
    color: #fff;
    text-decoration: none;
}
.manuals_and_resources a,
.manuals_and_resources a:visited,
.manuals_and_resources a:hover {
    color: #00AFE9;
    text-decoration: underline;
}
.customer-account-create .tax-exempt-reg {
    /*display:none;*/
    margin-bottom: 10px;
}
.customer-account-create .tax-exempt-reg a {
    color: #00AFE9;
    text-decoration: underline;
    /*display:none;*/
}

.page-title-wrapper .page-title {
    margin-bottom: 20px;
}

.delivery-return {
    display: none;
}
/* Need to hide the Call For Price category that this stupid extension forced me to turn on */
li.level0.category-item.level-top.cat.nav-2 {
    display: none;
}

/* tax-exempt info on authenticationb popup */
.apply-tax-exempt {
    margin: 10px auto;
    padding: 10px;
    background: #00AFE9;
    font-size: .80em;
}
.apply-tax-exempt a,
.apply-tax-exempt a:hover,
.apply-tax-exempt a:visited,
.apply-tax-exempt a:focus {
    color: yellow !important;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none;
}
/*let's hide solutions for now */
.magicmenu li.level0.category-item.level-top.ext.first.dropdown {
    display: none;
}

/*this is for the terms and conditions field*/
.fieldset .configurable.required:first-child {
    margin-right: 100%;
}
.product.detailed .items-tabs .data.switch {
    font-family: 'Open Sans', sans-serif;
}

button.callforpricebutton {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 16;
    -moz-border-radius: 16;
    text-shadow: 0 0 1px #fdffff !important;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 18px 8px 18px;
    border: none;
    text-decoration: none;
}
div#options-51-list .choice .checkbox {
    float: left;
}
.legend div.a {
    text-decoration: underline;
    color: #00AFE9;
}

#Mageants-callforprice-popup {
    overflow: scroll;
    height: 100%;
    padding: 10px;
    width: 500px;
}
#Mageants-callforprice-popup div#contentRegion {
    display: none;
}

/* get rid of solutions in the mobile menu for now */
li.level0.category-item.level-top.ext.first.dropdown {
    display: none;
}

/* prices vaild in usa canada pr */
.product-info-main .product.sku {
    margin-bottom: unset;
}
.product-info-stock-sku > .product-valid-countries {
    display: none !important;
}
.data.item.content > .product-valid-countries {
    display: none;
}

/*alphabetical product listing bookmark offset */
a.alpha-book {
    display: block;
    position: relative;
    margin-top: -150px;
    margin-bottom: 150px;
    visibility: hidden;
}

.checkout-index-index div#shipping-new-address-form div[name|="shippingAddress.custom_attributes.is_tax_exempt"] {
    display: none !important;
}

.block.box-up-sell .title, #block-upsell-heading {
    display: none;
}
/* for software downloads page */
.cms-support-software-download .details a:before {
    content: "\f358";
    color: #00AFE9;
    padding: 0 5px 0 0;
    font-family: 'fontawesome', "Font Awesome 6 Free";
}
.cms-support-sds-safety-data-sheets .details button.collapsible {
    background: #d3d3d3a8;
}
.footer-top-content li.follow-buttons {
    color: white;
}
.page-footer .block-footer-top .collapsible .address-list li p.no-margin {
    line-height: 1.7;
    color: white;
}
div#home-small-1,
div#home-small-2,
div#home-small-3 {
    height: 150px !important;
}
@media only screen and (max-width: 1199px) {
    .home-small-headline {
        font-size: 20px;
        line-height: 1;
    }
}
@media only screen and (max-width: 990px) {
    .home-small-headline {
        font-size: 18px;
    }
}
.catalog-product-view .product .attribute .description a {
    text-decoration: none;
    color: white;
}
.catalog-product-view .product .attribute .description a:hover {
    text-decoration: none !important;
    color: white;
}
a span.pdf-button {
    background: #00AFE9 !important;
    padding: 10px;
    color: white;
}
a span.pdf-button:hover {
    background-color: #ff8e00 !important;
    text-decoration: none !important;
    color: white !important;
}

.filter-current .items .item .remove .fa-times:before {
    content: '\e616';
    font-family: 'icons-blank-theme';
}
#rock_popup.price-box {
    width: 200px !important;
    margin: auto;
}
.fieldset .configurable.required .label {
    display: block;
    width: 500px;
    margin-bottom: 10px;
}
a.action.remove span {
    font-size: 10px;
}
.cms-product-listers-new-products .product-item .price-box .price {
    font-size: 12px;
    font-weight: 400;
    color: #333;
}
@media only screen and (max-width: 767px) {
    .header .tool-header>div.minicart-wrapper {
        display: none;
    }
    .stickyCart {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .stickyCart.sticky_show_atc {
        display: none;
    }
}
.category-description a {
    color: #00AFE9;
    text-decoration: underline;
}
.product-info-main .product.attribute ul li,
.product-info-main .product.attribute ol li,
.product.detailed .product.description ol li,
.product.detailed .product.description ul li,
.product-item-description ul li,
.post-text-hld ul li,
.post-text-hld ol li {
    color: #333;
}
@media only screen and (max-width: 767px) {
    .zopim {
        bottom: 65px !important;
        right: 0 !important;
    }
}
/* FAQ page */



.cms-faq p > img.lazyload.loaded {
    display: none;
}
.faq-wrapper {
    padding: 0;
}
.faq-wrapper dt {
    border: 1px solid #3333332b;
    padding: 10px;
    margin: 0;
}
.faq-wrapper  dt:nth-of-type(even) {
    background: #00AFE9;
    color: white;
}
.faq-wrapper dd {
    padding: 10px;
}
/* Checkout required field asterisk */
.opc-wrapper .fieldset > .field.required > label:after {
    vertical-align: text-top;
    position: revert;
    margin-left: 0;
}

/* checkout custom field */

.checkout-index-index .field._required {
    font-size: 11px;
    color: green;
    background: #00800024;
    padding: 10px 20px 1px 20px;
    border: 1px solid #0080006e;
}
.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: small;
    margin: 0;
}
.checkout-index-index .field._required._error .control .field-error > span {
    color: red;
    font-weight: 900;
}

.checkout-index-index .field._required._error .control .field-error {
    color: red;
    margin: -10px 0 10px 0;
}
/* wrap product names on sidebar and make them look normal */

.sidebar .product-items .product-item-name {
    margin-top: 0;
    white-space: normal;
}
.sidebar .block-compare .block-content .product-item .product-item-link, .sidebar .block-reorder .block-content .product-item-link {
    color: #333;
    font-size: 1em;
    font-weight: normal;
    margin-right: 20px;
    letter-spacing: normal;
    line-height: normal;
    white-space: normal;
}