/* GLOBAL STYLES ------------------------ */

.online-order-info {
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.875rem;
    text-align: center;
}

.global-site-wrapper {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.global-content-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}


.global-section-title {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0;
}

.mdisplay {
    display: none;
}

.fieldWrapper {
    display: block !important;
}

@media screen and (min-width: 1024px) {
    .global-section-title {
        font-size: 1.25rem;
    }

    .mdisplay {
        display: inline-block;
    }

}

.global-subsection-title {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    text-align: left;
    text-transform: uppercase;
    padding: 25px 0;
}

@media screen and (min-width: 768px) {
    .global-subsection-title {
        text-align: center;
    }
}

@media screen and (min-width: 1366px) {
    .global-subsection-title {
        font-size: 1.125rem;
    }
}

.global-section-paragraph {
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: .875rem;
    text-align: left;
    margin-bottom: 25px;
    line-height: 2rem;
}

@media screen and (min-width: 768px) {
    .global-section-paragraph {
        text-align: center;
    }
}

@media screen and (min-width: 1366px) {
    .global-section-paragraph {
        font-size: 1rem;
    }
}


.global-banner-wrapper hr {
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    color: rgba(157, 157, 157, 0.555); /* old IE */
    background-color: rgba(157, 157, 157, 0.603); /* Modern Browsers */
}

@media screen and (min-width: 1024px) {
    .global-banner-wrapper hr {
        visibility: visible;
    }
}

.global-banner-wrapper {
    width: 100%;
    text-align: center;
    height: 85px;
    transition: all .5s;
}

@media screen and (min-width: 768px) {
    .global-banner-wrapper {
        height: 200px;
    }
}

@media screen and (min-width: 1366px) {
    .global-banner-wrapper {
        height: 300px;
    }
}

.global-banner-wrapper img {
    object-fit: cover;
    height: 85px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .global-banner-wrapper img {
        height: 200px;
    }
}

@media screen and (min-width: 1366px) {
    .global-banner-wrapper img {
        height: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .global-banner-wrapper img.no-fill {
        max-width: 1366px;
    }
}

.global-btn-style-1 {
    width: 175px;
    background-color: #152F6C;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    border: none;
    height: 60px;
    border-radius: 50px;
    margin-top: 25px;
    margin-bottom: 50px;
    cursor: pointer;
}

.global-btn-style-2 {
    width: 175px;
    background-color: #152F6C;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    border: none;
    height: 60px;
    border-radius: 50px;
    margin-top: 25px;
    margin-bottom: 50px;
    cursor: pointer;
}



.global-btn-style-4:hover {
    color: #E86B22;

}

.global-btn-style-1:hover, .global-btn-style-3:hover {
    background-color: #E86B22;
}

.global-btn-style-5 {
    color: #E86B22;
    margin: 15px 25px;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
}

.global-btn-style-5:hover {
    color: #E86B22;
    font-size: 12px;
    background-color: lightgrey;
}

.global-mod__sentence-case {
    text-transform: none;
}

.global-mod__bold {
    font-weight: 700;
}

.global-mod__small-text {
    font-size: 12px;
}

@media screen and (min-width: 600px) {

    .global-mod__small-text {
        font-size: 14px;
    }
}

.global-mod__vpadding {
    padding: 15px 0;
}

.global-mod__highlight {
    color: #E86B22 !important;
}


.global-mod__centered {
    text-align: center;
}

.global-mod__left {
    text-align: left !important;
}

.global-mod__right {
    text-align: right !important;
}

.global-mod__centered-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.global-mod__grey-bg {
    background-color: rgb(226, 226, 226);
}


a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #E86B22 !important;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(107, 107, 107, 0.171);
}

.active {
    color: #E86B22 !important;
    font-weight: 700;
}


/* MOBILE NAV ------------------------ */

.mobile-nav-btn button:hover {
    background-color: transparent !important;
}

.mobile-nav-btn {
    position: fixed;
    top: 9px;
    left: 15px;
    z-index: 4;
}

@media screen and (min-width: 1000px) {

    .mobile-nav-btn {
        display: none;
    }
}

.mobile-nav-sidebar {
    width: 240px;
    height: 100%;
    position: fixed;
    left: -240px;
    top: 0px;
    background-color: rgba(21, 47, 108, 0.959);
    color: #fff;
    z-index: 3;
    transition: all .3s;
    padding: 100px 0px 50px 0px;
}

.mobile-nav-sidebar.is-active {
    width: 240px;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(21, 47, 108, 0.966);
    color: #fff;
    z-index: 3;
    transition: all .3s;

}

.mobile-nav-sidebar__primary-items {
    list-style: none;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    padding-left: 25px;
}

.mobile-nav-sidebar__primary-items>li {
    padding-bottom: 40px;
}

.mobile-nav-sidebar>hr {
    border-top: 1px solid #fff;
}

.mobile-nav-sidebar__access-items {
    list-style: none;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    padding-left: 25px;
    margin-top: 25px;
}

.mobile-nav-sidebar__access>li {
    padding-bottom: 15px;
}

body.is-locked {
    overflow: hidden;
}

/* HEADER ------------------------ */

header {
    max-width: 1366px;
    background-color: #fff;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    height: auto;
    display: grid;
    grid-template-columns: 70px 70px 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        ". headercart headerlogo";
}

@media screen and (min-width: 1000px) {
    header {
        grid-template-columns: 160px 1fr 70px 190px;
        grid-template-rows: auto;
        grid-template-areas:
            ". . headercart headeraccess"
            "headerlogo headernav headernav headernav";
    }
}


.header__cart {
    grid-area: headercart;
    margin-top: 8px;
}

@media screen and (min-width: 1000px) {

    .header__cart {
        margin-top: 0px;
        display: none;
    }
}

.header__logo {
    margin-right: 0px;
    margin-top: 5px;
    grid-area: headerlogo;
    align-self: end;
    justify-self: end;
}

@media screen and (min-width: 1000px) {

    .header__logo {
        margin-right: 0px;
        margin-left: 25px;
    }
}

.header__nav {
    display: none;
}

@media screen and (min-width: 1000px) {

    .header__nav {
        display: flex;
        text-align: left;
        padding-left: 50px;
        padding-top: 75px;
        width: 100%;
        grid-area: headernav;
    }
}

.header__access {
    display: none;
}


@media screen and (min-width: 1000px) {

    .header__access {
        background-color: #E86B22;
        width: 100%;
        height: 45px;
        color: #fff;
        display: block;
        text-align: center;
        line-height: 45px;
        font-size: 11px;
        font-family: europa, sans-serif;
        font-weight: 700;
        font-style: normal;
        grid-area: headeraccess;
    }

    .header__access:hover {
        background-color: rgb(212, 212, 212);
    }
}

@media screen and (min-width: 1000px) {

    .header__access {
        font-size: 14px;
    }
}

.header__cart,
i {
    font-size: 25px;
    padding-top: 7px;
}

.fa-shopping-cart:hover {
    color: #E86B22;
    cursor: pointer;
}

.primary-logo {
    width: 125px;
}

@media screen and (min-width: 1366px) {
    .primary-logo {
        width: 175px;
    }
}

.header__nav>div {
    padding-right: 40px;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .7px;
}

/* FOOTER ------------------------ */
.footer {
    background-color: #262626;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;

}

@media screen and (min-width: 1366px) {
    .footer {
        font-size: 12px;
    }
}

.footer__grid {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto;
    grid-template-areas:
        "nav access"
        "location location"
        "social logo";
}

@media screen and (min-width: 768px) {
    .footer__grid {
        grid-template-columns: .5fr 1fr 1fr;
        grid-template-areas:
            "nav access location"
            "social . logo";
    }
}

@media screen and (min-width: 1366px) {
    .footer__grid {
        grid-template-columns: .5fr 1fr 1fr .5fr;
        grid-template-areas:
            "nav access location ."
            ". . social logo";
    }
}

.footer__nav {
    grid-area: nav;
    margin-left: 25px;
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .footer__nav {
        grid-area: nav;
        margin-left: 50px;
        padding-top: 50px;
    }
}

@media screen and (min-width: 1366px) {
    .footer__nav {
    margin-left: 25px;
    }
}

.footer__nav--ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer__nav--ul li {
    padding: 10px 0;
}


.footer__access {
    grid-area: access;
    padding-top: 50px;
}

.footer__access--ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer__access--ul li {
    padding: 10px 0;
}


.footer__location {
    grid-area: location;
    margin-left: 25px;
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .footer__location {
        margin-left: 0px;
    }
}

.footer__social {
    grid-area: social;
    margin-left: 25px;
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .footer__social {
        margin-left: 50px;
    }
}

@media screen and (min-width: 1366px) {
    .footer__social {
        margin-left: 0px;
    }
}

.footer__social--cta {
    margin-bottom: 5px;
    display: block;
    font-weight: 400 !important;
}

.footer__social--icon {
    font-size: 18px !important;
    color: #E86B22;
    margin-right: 15px;
}

@media screen and (min-width: 1366px) {
    .footer__social--icon {
        font-size: 18px !important;
    }
}

.footer__logo {
    grid-area: logo;
    width: 100px;
    padding-top: 50px;
    align-self: end;
}

.secondary-logo {
    width: 75px;
}

@media screen and (min-width: 1366px) {
    .secondary-logo {
        width: 125px;
    }
}

.footer__policies--hr {
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-color: rgb(119, 119, 119);
    border-top: 1px;
}

.footer__policies {
    padding-left: 25px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .footer__policies {
        padding-left: 50px;
    }
}

@media screen and (min-width: 1366px) {
    .footer__policies {
        font-size: 12px !important;
        padding-left: 25px;
    }
}

/* COVID BANNER ------------------------ */

.covid-banner {
    background: url(../images/covid-19-banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 230px;
    margin-top: 50px;
}



@media screen and (min-width: 1366px) {
    .covid-banner {
        height: 300px;
        max-width: 2560px;

    }
}


.covid-banner__title {
    color: #fff;
    font-size: 16px;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-left: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
}

@media screen and (min-width: 1366px) {
    .covid-banner__title {
        font-size: 1rem;
        padding-top: 50px;
    }
}

.covid-banner__paragraph {
    color: #fff;
    font-size: 14px;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 25px;
    line-height: 22px;
    margin-left: 25px;
}

@media screen and (min-width: 1366px) {
    .covid-banner__paragraph {
        font-size: 1rem;
        line-height: 30px;
    }
}

.covid-banner__btn {
        width: 125px;
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        font-family: europa, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        border: none;
        height: 50px;
        border-radius: 50px;
        margin-left: 25px;
}

.covid-banner__btn:hover {
    color: #fff;
    background-color: #E86B22;
}

@media screen and (min-width: 1366px) {
    .covid-banner__btn {
        width: 150px;
        font-size: 1rem;
        height: 40px;


}
}

/* HOME PAGE STYLES ------------------------ */
 /* Home Page Banner Section ------------------------ */

.home-pg__banner {
    max-width: 2560px;
    min-height: 175px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.336);
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .home-pg__banner {
        min-height: 350px;
    }
}

@media screen and (min-width: 1366px) {
    .home-pg__banner {
        min-height: 550px;
    }
}


.home-pg__banner-content-container {
    max-width: 1366px;
    min-height: 175px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: left;
    padding: 50px 0;
}

@media screen and (min-width: 768px) {
    .home-pg__banner-content-container {
        min-height: 350px;
    }
}

@media screen and (min-width: 1366px) {
    .home-pg__banner-content-container {
        min-height: 550px;
    }
}

.home-pg__banner-content {
    max-width: 400px;
    color: #fff;
    align-self: center;
    text-align: left;
    padding: 0 25px;
}

@media screen and (min-width: 1366px) {
    .home-pg__banner-content {
        max-width: 700px;
    }
}

.home-pg__banner-title {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media screen and (min-width: 1366px) {
    .home-pg__banner-title {
        font-size: 1.875rem;
    }
}

.home-pg__banner-description {
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 22px;
}

@media screen and (min-width: 1366px) {
    .home-pg__banner-description {
        font-size: 20px;
        line-height: 1.875rem;
        display: block;
    }
}

#home-pg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
  }


  /* Home Page Product Announcement Section ------------------------ */

.home-pg__product-announcement-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-pg__product-announcement-cards > div {
    background-color: #152F6C;
    width: 350px;
    height: 250px;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 25px;
    padding: 25px;
}

.home-pg__product-announcement-cards >div h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 25px;
}

.home-pg__product-announcement-card-divider {
    background: #E86B22;
    height: 3px;
    width: 250px;
    margin: 15px 0;
}

.home-pg__product-announcement-cards >div p {
    font-size: 1rem;
}

.home-award {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 250px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-award-text {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.home-award-main-text {
    font-size: 1rem;
}

.home-award img {
    height: 150px;
}

@media screen and (min-width: 1366px) {

.home-award {
    display: flex;
}
.home-award-main-text {
    font-size: 1.875rem;
}
.home-award img {
    height: 200px;
}

.home-award-text {
    margin-left: 100px;
}
}






.home-pg__product-announcement {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
        "product"
        "visual";
    color: #000;
    margin: 0;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .home-pg__product-announcement {
        grid-template-columns: 1fr 1fr 400px 1fr 1fr;
        grid-template-areas:
            ". visual product . .";
            width: auto;
    }
}

@media screen and (min-width: 1366px) {
    .home-pg__product-announcement {
        grid-template-columns: 1fr 1fr 600px 1fr 1fr;
        grid-template-areas:
            ". visual product . .";
    }
}

.home-pg__product-announcement-details {
    grid-area: product;
    padding: 25px 25px;

}

.home-pg__product-announcement-title {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: left;
}

@media screen and (min-width: 1366px) {
    .home-pg__product-announcement-title {
        font-size: 1.125rem;
    }
}

.home-pg__product-announcement-description {
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: .875rem;
    text-align: left;
    line-height: 28px;
    margin-bottom: 25px;
}

@media screen and (min-width: 1366px) {
    .home-pg__product-announcement-description {
        font-size: 1rem;
    }
}

.home-pg__product-announcement-description-list {
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    text-align: left;
    line-height: 1.25rem;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

@media screen and (min-width: 1366px) {
    .home-pg__product-announcement-description-list {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

.home-pg__product-announcement-description-listitem {
    padding: 5px 0;
}

@media screen and (min-width: 1366px) {
    .home-pg__product-announcement-description-listitem {
        padding: 10px 0;
    }
}

.home-pg__product-announcement-visual {
    grid-area: visual;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .home-pg__product-announcement-visual {
        align-self: center;
    }
}

.home-pg__product-announcement-image {
    width: 125px;
}

@media screen and (min-width: 768px) {
    .home-pg__product-announcement-image {
        width: 175px;
    }
}

@media screen and (min-width: 1366px) {
    .home-pg__product-announcement-image {
        width: 200px;
    }
}

/* Home Page Collection Sites Section ------------------------ */


.home-pg__collection-site-carousel {
width: 100%;
padding: 0 50px;
}

.home-pg__collection-site-carousel-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

@media screen and (min-width: 1366px) {
    .home-pg__collection-site-carousel-wrapper  {
        max-width: 1366px;
    }
}

.home-pg__collection-site-carousel-card  {
    text-align: left;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: .875rem;
    text-align: left;
}

.home-pg__location-bg {
    background: url(../images/locationsbackground-01-01-01.png) no-repeat center center;
}

/* Home Page Tests Section  ------------------------ */

.home-pg__products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .home-pg__products {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-pg__product-card {
    width: 140px;
    margin: 25px 25px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.home-pg__product-visual {
    border: 1px;
    border-color: rgba(0, 0, 0, 0.377);
    border-style: solid;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
    object-fit: cover;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.home-pg__product-visual img {
    width: 100%;
}

.home-pg__product-detail {
    text-align: center;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: 16px;
}

.coming-soon {
    color: #D10000;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin: 50px 0;
    width: 100%;
    text-align: center;
}

/* CONTACT PAGE ------------------------ */

.contact-pg__corporate-info {
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.875rem;
    text-align: left;
    margin: 0 25px;
    line-height: 20px;
}

@media screen and (min-width: 1024px) {
    .contact-pg__corporate-info {
        font-size: 1rem;
    }
}

.contact-pg__title {
    display: block;
    margin-bottom: 15px;
}

.contact-pg__address {
    display: block;
    margin-bottom: 15px;
}

.contact-pg__telephone {
    display: block;
    margin-bottom: 15px;
}

.contact-pg__directions {
    display: block;
    margin-bottom: 15px;
    color: #3191F5;
}

.contact-pg__form-group{
    position: relative;
    padding: 15px 25px 25px;
    margin-top: 10px;
    width: 100%;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
  }

 .contact-pg__form-field {
    font-size: 0.875rem;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #9b9b9b;
    outline: 0;
    padding: 7px 15px;
    background: transparent;
    transition: border-color 0.2s;
  }

 .contact-pg__form-field::placeholder {
    color: transparent;
    padding-left: 10px;
  }
 .contact-pg__form-field:placeholder-shown ~ .contact-pg__form-label {
    font-size: .875rem;
    cursor: text;
    top: 20px;
    padding-left: 10px;
  }

  .contact-pg__form-label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: .875rem;
    color: #9b9b9b;
  }

 .contact-pg__form-field:focus {
    padding-bottom: 6px;
    font-weight: 400;
    border-width: 2px;
    border-image: linear-gradient(to right, #ff8800, #d4861f);
    border-image-slice: 1;
  }

 .contact-pg__form-field:focus ~ .contact-pg__form-label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: .75rem;
    color: #1f1f1f;
    font-weight: 700;
  }

  /* reset input */
 .contact-pg__form-field:required,.contact-pg__form-field:invalid {
    box-shadow: none;
  }

.contact-pg__general-info {
    display: flex;
    flex-wrap: wrap;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    margin-top: 50px;
}

@media screen and (min-width: 1024px) {
    .contact-pg__general-info {
        font-size: 1rem;
    }
}

.contact-pg__general-info-list-a {
    margin: 0 25px;
}

@media screen and (min-width: 1024px) {
    .contact-pg__general-info-list-a {
        margin: 0 100px 0 25px;
    }
}

.contact-pg__general-info-list-b {
    margin: 0 25px;
}

.contact-pg__general-info-list-a ul li, .contact-pg__general-info-list-b ul li {
    margin-bottom: 25px;
}

.contact-pg__flex {
    display: block;
    flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
    .contact-pg__flex {
        margin-top: 50px;
        display: flex;
        flex-wrap: nowrap;
    }
}



@media screen and (min-width: 768px) {
    .contact-pg__flex>div {
        width: 50%;
    }
}


/* TESTS PAGE  ------------------------ */

.tests-pg__simple-process-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (min-width: 768px) {
    .tests-pg__simple-process-grid {
        width: 768px;

    }
}

@media screen and (min-width: 1366px) {
    .tests-pg__simple-process-grid {
        width: 1366px;
    }
}

.tests-pg__simple-process-card {
    margin: 30px;
    text-align: center;
}

@media screen and (min-width: 1366px) {
    .tests-pg__simple-process-card {
        margin: 50px;
    }
}

.tests-pg__simple-process-card span {
    font-size: 13px;
    color: #000;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    margin-top: 15px;
    display: block;
    width: 150px;
}

@media screen and (min-width: 1366px) {
    .tests-pg__simple-process-card span {
        font-size: 16px;
    }
}

.tests-pg__simple-process-card-icon {
    font-size: 48px;
    color: #152F6C;
    margin: 15px 0;
}

.tests-pg__covid-qa-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tests-pg__covid-qa-grid>div {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (min-width: 768px) {
    .tests-pg__covid-qa-grid>div {
        width: 33%;

    }
}

.product-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 1366px) {
    .product-grid {
        max-width: 1366px;
        margin-left: auto;
        margin-right: auto;
    }
}

.product-card {
    width: 300px;
    height: 375px;
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.product_card__label {
    position: absolute;
    background-color: #E86B22;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .875rem;
    width: 298px;
    height: 50px;
    top: -52px;
    left: -1px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.product-card__category {
    color: rgb(145, 145, 145);
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.product-card__title {
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-bottom: 5px;
}

.product-card__note-a {
    color: #E86B22;
    font-size: 12px;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;

}

.product-card__note-b {
    font-size: 14px;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 18px;
    text-align: left;
    margin-bottom: 15px;
}

.product-card__note-c {
    font-size: 14px;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    text-align: left;
    margin-bottom: 5px;
    width: 100%;
    display: block;
}

.product-card__add-to-cart {
    border: none;
    background-color: #fff;
    font-size: 16px;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    color:  #152F6C;
    padding: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.product-card__add-to-cart:hover {
    color:  #E86B22;
}

.product-card__price-label {
    width: 113px;
    height: 45px;
    background-color: #152F6C;
    color: #fff;
    font-size: 16px;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-indent: 15px;
    position: absolute;
    bottom: 50px;
    right: -12px;
    line-height: 45px;
}

.product-card__more-info {
    color: #000;
    font-size: 14px;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    position: absolute;
    bottom: 15px;
    right: 15px;

}


.product-card-disabled {
    width: 300px;
    height: 100px;
    background-color: rgb(224, 224, 224);
    border-color: lightgrey;
    border-style: dotted;
    border-width: 2px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}



/* ABOUT US PAGE  ------------------------ */

.about-pg__pillars-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .about-pg__pillars-grid {
        min-width: 768px;
        max-width: 1006px;
    }
}

.about-pg__pillars-card {
    margin: 30px;
    text-align: center;
}

@media screen and (min-width: 1366px) {
    .about-pg__pillars-card {
        margin: 75px;

    }
}

.about-pg__pillars-card span {
    font-size: 13px;
    color: #000;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    width: 150px;
}

.about-pg__pillars-card>img {
    height: 75px;
    width: auto;
}

@media screen and (min-width: 768px) {
    .about-pg__pillars-card>img {
        height: 80px;
        width: auto;
    }
}

@media screen and (min-width: 1366px) {
    .about-pg__pillars-card>img {
        height: 125px;
        width: auto;
    }
}

.about-pg__pillars-card-icon {
    font-size: 65px;
    color: #152F6C;

}

@media screen and (min-width: 1366px) {
    .about-pg__pillars-card span {
        font-size: 16px;
    }
}

/* COVID-19 PAGE  ------------------------ */

.covid-pg__grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
        "products"
        "faq";
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
}

@media screen and (min-width: 1366px) {
    .covid-pg__grid {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 2fr 100px 1fr;
        grid-template-areas:
            "faq . products ";
    }
}

.covid-pg__grid-products {
    grid-area: products;
}

.covid-pg__grid-faq {
    grid-area: faq;
}

.covid-pg__grid-faq {
    color: rgba(232, 107, 34, 0.493);
    padding: 25px;
    font-size: 13px;
    color: #000;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.covid-pg__timeline-container {
  text-align: center;

}

.covid-pg__timeline {
    display: block;
    font-size: 13px;
    color: #000;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 15px 0;
}

@media screen and (min-width: 1366px) {
    .covid-pg__timeline  {
        font-size: 16px;
    }
}

.covid-pg__qa {
    padding-top: 25px;
    padding-bottom: 25px;
}


/* CART PAGE  ------------------------ */

.cart-pg__breadcrumb {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 75px;
    margin-top: 50px;
}

.cart-pg__breadcrumb-active {
    background-color: #152F6C;
    color: #fff;
}

.cart-pg__cart-bc {
    width: 100px;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: lightgrey;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.cart-pg__payment-bc {
    width: 100px;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: lightgrey;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 30px;
    border-left: none;
    border-right: none;

}

.cart-pg__receipt-bc {
    width: 100px;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: lightgrey;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cart-pg__cart-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "cart"
    "payment-options";
}

.cart-pg__items-in-cart {
    grid-area: cart;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

@media screen and (min-width: 1024px) {
    .cart-pg__items-in-cart {
        width: auto;
    }
}

.cart-pg__checkout-button {
    margin-left: auto;
    margin-right: auto;
}

.cart-pg__checkout-cards {
    margin-left: auto;
    margin-right: auto;
}

.cart-pg__update-btn {
    border: none;
    background-color: #fff;
    font-size: 12px;
    color: #E86B22;
}

.cart-pg__update-btn:hover {
    color: #000;
    cursor: pointer;
}

 .cart-pg__remove-btn {
    border: #fff;
    background-color: #fff;
    font-size: 25px;
    color: rgb(0, 0, 0);
}

.cart-pg__remove-btn:hover {
    color: #E86B22;
    cursor: pointer;
}


.cart-pg__cart-item {
    display: grid;
    grid-template-columns: 175px 75px 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "product . price"
    "quantity . removex";
    margin: 25px 0;
    clear: both;
}

.cart-pg__item-name {
    grid-area: product;
    font-size: 14px;
    font-family: europa, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;

}

.cart-pg__item-price {
    grid-area: price;
    text-align: right;
    font-size: 14px;
    font-family: europa, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.cart-pg__item-quantity {
    grid-area: quantity;
    font-size: 14px;
    font-family: europa, sans-serif;
    font-weight: 400;

}

.cart-pg__item-update-btn {
    grid-area: update;
    font-size: 12px;
    font-family: europa, sans-serif;
    font-weight: 300;
}



.cart-pg__item-remove-btn {
    grid-area: removex;
    align-self: flex-start;
    text-align: right;
    font-size: 12px;
    font-family: europa, sans-serif;
    font-weight: 400;
}

.cart-pg__item-hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .1));
}

.cart-pg__total-container {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

.cart-pg__total-price {
    font-size: 20px;
    font-family: europa, sans-serif;
    font-weight: 700;
    margin: 25px 0 10px 0;
    width: 50%;
    text-align: left;
}

.cart-pg__total-price-figure {
    font-size: 20px;
    font-family: europa, sans-serif;
    font-weight: 700;
    margin: 25px 0 10px 0;
    width: 50%;
    text-align: right;
}



.cart-pg__cc-checkout {
    width: 300px;
    height: 200px;
    border-radius: 5px;
    border-color: lightgrey;
    border-width: 1px;
    border-style: solid;
    padding: 30px;
    font-size: 16px;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px;
    margin-left: 7px;
    margin-right: 7px;
}

.cart-pg__cc-checkout:hover {
background-color: #E86B22;
color: #fff;
}



.cart-pg__pp-checkout {
    width: 300px;
    height: 200px;
    border-radius: 20px;
    border-color: lightgrey;
    border-radius: 5px;
    border-color: lightgrey;
    border-width: 1px;
    border-style: solid;
    padding: 30px;
    font-size: 16px;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 50px;
    margin-left: 7px;
    margin-right: 7px;
}

.cart-pg__pp-checkout:hover {
    background-color: #E86B22;
    color: #fff;
    }

.cart-pg__cc-icon {
    font-size: 48px;

}


.cart-pg__accepted-cards {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
    .cart-pg__accepted-cards {
        width: 175px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .cart-pg__accepted-cards {
        width: 175px;
    }
}

.cart-pg__paypal-logo {
    width: 90px;
}

#id_quantity {
    display: block;
	font-size: 16px;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 125px;

	box-sizing: border-box;
	margin: 0;
	border: 1px solid rgb(37, 37, 37);
	box-shadow: none;
	border-radius: .2em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
    background: url(../images/caret-down-solid.svg) no-repeat right center;
    background-position: right .7em top 50%, 0 0;
    margin-bottom: 10px;
}

#id_quantity::-ms-expand {
	display: none;
}
#id_quantity:hover {
    border-color: #888;
    background-color: rgb(235, 233, 233);
}
#id_quantity:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(168, 168, 168, 0.7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
#id_quantity option {
	font-weight:normal;
}

/* Disabled styles */
#id_quantity:disabled, #id_quantity[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
#id_quantity:disabled:hover, .#id_quantity[aria-disabled=true] {
	border-color: #aaa;
}



/* Brain Tree Settings */
.field {
    border-radius: 5px;
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    padding: 0 25px;
    color: #444;
    font-size: 32px !important;
}

#card-number, #cvv, #expiration-date, #postal {
    height: 60px;
    margin-bottom: 25px;
}

#cvv  {
    width: 100px;
    float: left;
}

#card-number {
    width: 100%;
}

#expiration-date {
    width: 180px;
    float: left;
    margin-left: 25px;
}

#postal{
    width: 180px;
    margin-left: 0px;
    margin-bottom: 50px;
    clear: both;
}

@media screen and (min-width: 768px) {
    #expiration-date {
        width: 150px;
        margin-left: 10px;
        display: inline-block;
        float: left;
    }

    #cvv {
        width: 100px;
        display: inline-block;
    }
}

@media screen and (min-width: 1024px) {
    #expiration-date {

        margin-left: 0px;

    }
}

.field::placeholder, #cvv::placeholder, #expiration-date::placeholder {
    font-size: 6px;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
}


.cart-pg__braintree-confirm-btn {
    width: 175px;
    background-color: #152F6C;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    border: none;
    height: 60px;
    border-radius: 50px;
    margin-top: 25px;
    cursor: pointer;
    clear: both;
}

.cart-pg__braintree-confirm-btn:hover {
    background-color: #E86B22;
}

.cart-pg__braintree-cancel-btn {
    width: 175px;
    background-color: #fff;
    color: #000;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    border: none;
    height: 35px;
    border-radius: 50px;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 50px;
}

.cart-pg__braintree-cancel-btn:hover {
    color: #E86B22;

}

/* End of Brain Tree Settings */

#card-errors {
    color: #E86B22;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}


.cart-pg__cart-payment-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "checkout-fields"
    "order-summary"
    "checkout-buttons" ;
}

/*@media screen and (min-width: 1024px) {
    .cart-pg__cart-payment-grid {
        grid-template-columns:1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas:
        ". checkout-fields checkout-fields checkout-fields order-summary"
        "checkout-buttons checkout-buttons checkout-buttons checkout-buttons checkout-buttons";
    }
}*/

.card-icons {
    width: 200px;
}

.cart-pg__cc-checkout-fields {
    grid-area: checkout-fields;
}

.cart-pg__cc-checkout-btn-fields {
    grid-area: checkout-buttons;
    justify-self: center;
    text-align: center;
}

.cart-pg__order-summary {
    grid-area: order-summary;
}

@media screen and (min-width: 768px) {
    .cart-pg__order-summary {
        background-color: #F5F5F5;
        padding: 50px;
        margin-left: 15px;

    }
}

.cart-pg__receipt {
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.cart-pg__print-icon {
    font-size: 24px;
}



@media print {
   header {
       display: none;
   }

   footer {
       display: none;
   }

   .cart-pg__breadcrumb {
       display: none;
   }

   #print-button {
       display: none;
   }
 }

 /* Global Form Styles Page */

 @media screen and (min-width: 400px) {
    .global-form-style-1 {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .global-form-style-3 {
       width: 100%;
       display: flex;

    }

    .global-form-style-4 {
        width: 100%;
        
 
     }

    .global-form-style-3 > p{
        width: 50%;
        margin: 0 5px;
     }
}

.global-form-style-1 .invalid-feedback, .global-form-style-1 .alert {
    color: #E86B22;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.global-form-style-1 label {
     display: none;
 }

 .global-form-style-3 label {
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.global-form-style-4 label {
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}


.global-form-style-1 input[type="email"] {
    margin: 10px 0;
    padding: 15px 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #9D9D9D;
    border-width: 1px;
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
 }

 .global-form-style-3 input[type="text"] {
    margin: 10px 0px;
    padding: 15px 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #9D9D9D;
    border-width: 1px;
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
 }

 .global-form-style-4 input[type="text"] {
    margin: 10px 0px;
    padding: 15px 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #9D9D9D;
    border-width: 1px;
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
 }

 @media screen and (min-width: 400px) {
    .global-form-style-3 input[type="text"] {
        margin: 10px 0 !important;
        padding: 15px 10px;
        border-radius: 5px;
        border-style: solid;
        border-color: #9D9D9D;
        border-width: 1px;
        color: #444;
        font-family: europa, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        width: 100%;

     }
     .global-form-style-4 input[type="text"] {
        margin: 10px 0 !important;
        padding: 15px 10px;
        border-radius: 5px;
        border-style: solid;
        border-color: #9D9D9D;
        border-width: 1px;
        color: #444;
        font-family: europa, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        width: 100%;

     }
}

.global-form-style-1 input[type="password"] {
    margin: 10px 0;
    padding: 15px 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #9D9D9D;
    border-width: 1px;
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
 }

 .global-form-style-1 input[type="text"] {
    margin: 10px 0;
    padding: 15px 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #9D9D9D;
    border-width: 1px;
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
 }

.global-form-style-1 > div #div_id_remember label {
     display: inline !important;
     margin-left: 10px;
     font-family: europa, sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 14px;
 }

 .global-form-style-1 input[type="submit"] {
    width: 175px;
    background-color: #152F6C;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    border: none;
    height: 60px;
    border-radius: 50px;
    margin-top: 25px;
    margin-bottom: 50px;
    cursor: pointer;
 }

 .global-form-style-1 input[type="submit"]:hover {
    background-color:#E86B22;
 }

 .global-form-style-1 .buttonHolder {
     text-align: center;
 }

 .sign-up-notes {
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}

.centered-form {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}



.global-form-style-2 .invalid-feedback, .global-form-style-2 .alert {
    color: #E86B22;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.global-form-style-2 label {
     display: none;
 }

.global-form-style-2 input[type="email"] {
    margin: 10px 0;
    padding: 15px 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #9D9D9D;
    border-width: 1px;
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
 }

 @media screen and (min-width: 500px) {
    .global-form-style-2 input[type="email"] {
        width: 400px;
     }
}

.global-form-style-2 input[type="password"] {
    margin: 10px 0;
    padding: 15px 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #9D9D9D;
    border-width: 1px;
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
 }

 @media screen and (min-width: 500px) {
    .global-form-style-2 input[type="password"] {
        width: 400px;
     }
}

 .global-form-style-2 input[type="text"] {
    margin: 10px 0;
    padding: 15px 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #9D9D9D;
    border-width: 1px;
    color: #444;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
 }

 @media screen and (min-width: 500px) {
    .global-form-style-2 input[type="text"] {
        width: 400px;
     }
}

.global-form-style-2 > div #div_id_remember label {
     display: inline !important;
     margin-left: 10px;
     font-family: europa, sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 14px;
 }

 .global-form-style-2 input[type="submit"] {
    width: 175px;
    background-color: #152F6C;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    border: none;
    height: 60px;
    border-radius: 50px;
    margin-top: 25px;
    margin-bottom: 50px;
    cursor: pointer;
 }

 .global-form-style-2 input[type="submit"]:hover {
    background-color:#E86B22;
 }

 .global-form-style-2 .buttonHolder {
     text-align: center;
 }


/* My Account Page */

.account-pg__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
}

.account-pg__user-title {
    padding-top: 50px;
    padding-left: 10px;
}

.account-pg__user-name {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    text-transform: uppercase;

}

.account-pg__user-icon {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.account-pg__grid {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "myoptions mycontents";
}

.account-pg__options {
    grid-area: myoptions;
    min-height: 600px;
    background-color: #152F6C;
    color: #fff;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.account-pg__contents {
    grid-area: mycontents;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    max-width: 600px;
}

@media screen and (min-width: 768px) {
    .account-pg__contents {
        padding-left: 75px;
    }
}

.account-pg__nav {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.account-pg__nav >div {
    margin-bottom: 50px;
}

.account-pg__nav-hr {
   display: none;
}


.account-pg__nav-hr-is-active {
    border: none;
    border-top: 1px solid #fff;
}

.account-pg__content-label {
    color: #CBCBCB;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    display: block;
    margin-bottom: 5px;
}

.account-pg__content-copy {
    color: #000;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.025rem;
    display: block;
    margin-bottom: 25px;
}

.account-pg__content-action {
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 700;
    display: block;
    margin: 25px 0;
}

.order-breakdown {
}

.account-pg__purchase-card {
    position: relative;
    min-width: 150px;
    max-width: 900px;
    height: auto;
    padding: 0;

    margin: 25px 0;
}

@media screen and (min-width: 768px) {
    .account-pg__purchase-card {
        background-color: rgba(0, 0, 0, 0.116);
        padding: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .account-pg__purchase-card {
        min-width: 800px;
    }

    .confirmation-number {
        font-size: 1.5rem;
        font-weight: 700;
    }
}



/* BLOG PAGE ------------------------ */

.blog-pg__grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.blog-card {
    width: 250px;
    height: 350px;
    border: 1px solid lightgrey;
    position: relative;
    margin: 15px;
}

.blog-card:hover {
background-color: rgba(211, 211, 211, 0.281);
filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.144));
}

.blog-card__photo {
    width: 100%;
    height: 200px;
}

.blog-card__photo:hover {
filter: drop-shadow();
}

.blog-card__photo img {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.blog-card__date {
    color: #CBCBCB;
    text-transform: uppercase;
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 5px 10px;
    font-size: .75rem;
}

.blog-card__title {
    color: #000;
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 5px 10px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.blog-pg__article-card {
    max-width: 800px;
    margin: 50px auto;
}

.blog-pg__photo {
    width: 100%;
    height: 200px;
}

.blog-pg__photo img {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.blog-pg__date {
    color: #CBCBCB;
    text-transform: uppercase;
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 5px 10px;
    font-size: 1rem;
}

.blog-pg__title {
    color: #000;
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 5px 10px 15px 10px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.blog-pg__content {
    color: #000;
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 5px 10px;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 75px;
}

/*tooltip Box*/
.con-tooltip {
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

  }

/*tooltip */
.tooltip {
    font-family: europa, sans-serif;
    font-style: normal;
    font-weight: 400;
    visibility: hidden;
    z-index: 1;
    opacity: .40;

    width: 150%;
    padding: 10px;

    background: #ffffff;
    color: #152F6C;
    text-align: center;

    position: absolute;
    top: 0;
    left: 0;


    border-radius: 0px;
    font-size: 1.025rem;

    transform: translateY(9px);
    transition: all 0.3s ease-in-out;

    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
  }


  /* tooltip  after*/
  .tooltip::after {
      display: none;
    content: " ";
    width: 0;
    height: 0;

    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #000 transparent transparent transparent;

    position: absolute;
    left: 0;

  }

  .con-tooltip:hover .tooltip{
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
      transition: .3s linear;
    animation: odsoky 1s ease-in-out infinite  alternate;

  }
  @keyframes odsoky {
    0%{
      transform: translateY(6px);
    }

    100%{
      transform: translateY(1px);
    }

  }

  /*hover ToolTip*/
  .left:hover {transform: translateX(-6px); }
  .top:hover {transform: translateY(-6px);  }
  .bottom:hover {transform: translateY(6px);}
  .right:hover {transform: translateX(6px); }



  /*left*/

  .left .tooltip{ top:0; left:-100px; }

  .left .tooltip::after{
    top:40%;
    left:90%;
    transform: rotate(-90deg);
  }


.close {
    cursor: pointer;
}


.StripeElement {
    width: 100%;
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #c6c9cc;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }

  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #a9b0b8;
  }

  .StripeElement--invalid {
    border-color: #fa755a;
  }

  .StripeElement--webkit-autofill {
    background-color: #ddddd6 !important;
  }

  .camelCase {
      text-transform: capitalize;
  }


  /* STORE LOCATOR ------------------------ */

  .store-locator-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "map"
      "search"
      "list";
  }

  .map {
      grid-area: map;
      width: 100%;
      height: 300px;
      overflow: hidden;
  }

  .search {
      grid-area: search;
      height: auto;
      overflow-x: scroll;
      padding: 25px;
  }

  .search-field {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .icon-padding {
      padding-top: 10px;
  }

  .search-field-input {
      width: 80%;
      height: 50px;
      border-radius: 15px;
      padding: 10px;
      font-size: 1rem;
      font-family: montserrat, sans-serif !important;
      margin-right: 5px;
      border-color: rgb(120, 120, 120);
      border-style: solid;
  }

  .search-results-message {
      text-align: center;
      font-family: montserrat, sans-serif !important;
      font-weight: 300;
      display: block;
      padding: 50px 0;
  }

  .search-results-card {
      border-bottom: 1px dotted rgb(182, 182, 182);
      padding: 25px;
      cursor: pointer;
  }

  .search-results-card:hover {
      background-color: rgb(242, 242, 242);
  }

  .locations-list {
      grid-area: list;
      padding: 25px;
      margin-top: 50px;
  }

  .location-alpha {
      display: block;
      font-family: montserrat, sans-serif;
      font-size: 1rem;
      font-weight: 500;
      color: #152F6C;
  }

  .location-details {
    font-family: europa, sans-serif;
    font-weight: 300;
    line-height: 1.1rem;
    font-size: .85rem;
  }

  .location-title {
      font-size: 1rem;
      font-weight: 700;
      color: #3191F5;
  }

  .location-notes {
      color: rgb(0, 0, 0);
      font-weight: 500;
      display: block;
      background-color: #ff000045;
      border-radius: 5px;
      font-size: .75rem;
      width: 250px;
      padding: 5px;
      color: #000;
  }

  .location-notes-2 {
    color: rgb(0, 0, 0);
    font-weight: 500;
    display: block;
    background-color: #ff000045;
    border-radius: 5px;
    font-size: .75rem;
    width: 80%;
    padding: 5px;
    color: #000;
}

  .search-results {
      text-align: left;
      height: 500px;
      overflow-x: scroll;
      margin-top: 25px;
      border-bottom: 1px solid grey;
  }

  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }

  @media screen and (min-width: 1000px) {
    .store-locator-grid {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
        grid-template-areas:
          "search map"
          "list list";
          max-width: 1280px;
          margin-left: auto;
          margin-right: auto;
      }



    .locations-list-grid {
     display: flex;
     flex-wrap: wrap;

    }

    .location-container {
        margin-left: 50px;
        width: 300px;
    }

    .map {
        grid-area: map;
        width: 100%;
        height: 600px;
        overflow: hidden;
    }

    .location-notes {

        width: 80%;
    }


  }

  #map {
    height: 100%;
  }
