@charset "UTF-8";
@import url("https://use.typekit.net/wrg2rof.css");
@import url("https://use.typekit.net/sln5tjs.css");

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSans-Regular-webfont.eot?");
    src: url("../fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Regular-webfont.svg#Open Sans") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSans-Italic-webfont.eot?");
    src: url("../fonts/OpenSans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Italic-webfont.svg#Open Sans") format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSans-Semibold-webfont.eot?");
    src: url("../fonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.svg#Open Sans") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSans-Bold-webfont.eot?");
    src: url("../fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/Dokshop/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Bold-webfont.svg#Open Sans") format("svg");
    font-weight: 700;
    font-style: normal
}


/*========================
    Color vars
==========================*/

:root {
    /*=================================
     Color Schemes
     Client Branding Schemes
     - Selector variable names -
     ==================================*/
    /*
        
        Use variable name to search file and replace all
        instances of the name with the correct brand color.
        Do not replace color codes in comments, These can be 
        used as a reference to the default state.   
    */
     /* buttons, links, icons */
    --primary-brand-color: #4aa1da;                /* default color - #0088D8 - light blue */
    --primary-brand-hover-color: #333;          /* default color -#007ac0 - dark blue */
    --primary-brand-text-color: #fff;              /* default color - white */

    --secondary-brand-color: #bbb;                 /* default color - #bbb - grey white */
    --secondary-brand-hover-color:  #aaa;          /* default color - #aaa - dark grey white */
    --secondary-brand-text-color: #fff;            /* default color - #fff - white */
    
     /* action links, action buttons */
    --action-brand-color: #758592;                 /* default color -  #758592 - light grey */
    --action-brand-hover-color: #657a8b;           /* default color - #657a8b - dark grey */
    
    /* nav links - Products, Order, Favorites ect... */
    --link-primary-brand-color: #12284c;           /* default color - #696969 - dim grey */
    --link-primary-brand-hover-color: #2ea3f2;     /* default color - #0088D8 - dim grey */
    
      /*  account links, cart icon  */
    --link-secondary-brand-color:  #12284c;           /* default color - #111 - black */
    --link-secondary-brand-hover-color: #2ea3f2;   /* default color - #0088D8 - light blue */     
    --link-alternative-brand-color: #2ea3f2;          /* default color - #555 - daveys grey */  
}


/*========================
    Default Site Styles
==========================*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.15;
}

html,
body,
.site-content {
    height: 100%;
}

.site-content {
    display: flex;
    flex-direction: column;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 1.42857;
}
/*
body.page-login{
    background-image: url(/image/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-color: rgba(144, 187, 228, 1);
        
}
@media print,
screen and (min-width: 2300px) {
    body.page-login{
        background-image: url(/image/login-bg_large.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        background-color: rgba(144, 187, 228, 1);

    }
}

@media print,
screen and (min-width: 1919px) {
    body.page-login{
        background-image: url(/image/login-bg_large.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: -250px;
        background-color: rgba(144, 187, 228, 1);

    }
}

*/



main {
    position: relative;
    padding-bottom: 2rem;   
}

footer {
    flex-shrink: 0;
}

.page-actions {
    margin-top: 2.5rem;
    text-align: center;
}

/*========================
    Typography Styles
==========================*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
a:hover,
a:focus,
a:active,
blockquote,
dd,
dl,
dt,
form,
ul,
li,
ol,
p,
pre,
td,
th {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-decoration: none;
    list-style-type: none;
}

a {
    color: #0088D8;
    color: var( --link-alternative-brand-color);
}

ul{
    line-height: 1.5rem;
}

a:hover,
a:focus {
    color: #007ac0;
    color: var(--primary-brand-hover-color);
}

@media print,
screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 1.25rem;
    }
}


/*========================
    Home Page Styles
==========================*/


/* Home Banner */

.section-hero {
    background: url('/image/homebanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 325px;
    position: relative
}

@media print,
screen and (min-width: 992px){
    .section-hero {
        height: 600px;
    }  
}


.hero-content {
    background-color: rgba(144, 187, 228, 1);
    float: right;
    margin: 70px 0 0 0;
    padding: 25px;
    max-width: 300px;
    text-align: left
}

.hero-content h1 {
    color: #12284c;
    font-size: 28px;
    margin-bottom: 8px;
    margin-top: 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-content h1:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-top: 8px
}

.hero-content p {
    color: #0071ce;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0
}
.section-heading {
    margin: 2.5rem 0 0 0;
    text-align: center
}

.section-heading h2 {
    color: #12284c;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px
}

.section-featured #feat-prod-carousel .feat-prod-item .feat-prod-img-container {
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgba(231, 236, 240, 1)
}

.section-featured #feat-prod-carousel .feat-prod-item .feat-prod-desc {
    color: #fff;
    background-color: #0071ce;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 0;
    text-align: center;
}

.section-message {
    background-color: #12284c;
    padding: 25px 0
}

.section-message .section-content {
    max-width: 650px;
    margin: 0 auto
}

.section-message .section-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    text-align: center
}

@media screen and (min-width:480px) {
    .section-featured .home-cat-item {
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        max-width: 50%
    }
}

@media screen and (min-width:768px) {
    .section-featured .home-cat-item {
        flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width:992px) {
    .section-hero {
        height: 600px
    }
    .hero-content {
        background-color: rgba(144, 187, 228, 1);
        float: right;
        margin: 150px 0 0 0;
        padding: 50px 100px 50px 50px;
        max-width: 500px;
        text-align: left;
        position: relative;
        bottom: auto;
        left: auto
    }
    .hero-content h1 {
        color: #12284c;
        font-size: 50px;
        margin-bottom: 20px;
        margin-top: 0;
        line-height: 1.1;
        text-transform: uppercase;
    }
    .hero-content h1:after {
        content: '';
        width: 80px;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-top: 15px;
    }
    .hero-content p {
        color: #0071ce;
        font-size: 22px;
        font-weight: 600
    }
    .section-heading h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .section-featured .section-content p {
        max-width: 50%;
    }
    .section-message {
        padding: 50px 0;
    }
    .section-message .section-content p {
        font-size: 24px;
        line-height: 1.8;
    }
}


/* Navigation */

.page-homepage .top-nav-distinct {
    border-bottom: none;
}

.page-homepage .quick-nav-grid {
    max-width: unset;
}

.page-homepage .quick-nav-grid>.grow-auto.col-left {
    text-align: left;
    float: none;
}

.page-homepage .quick-nav-grid .col-right {
    max-width: unset;
}

main {
    flex: 1 auto;
}

@media print,
screen and (min-width: 55em) {
    .page-homepage .ql-icon {
        display: inline-block;
    }
}

@media print,
screen and (min-width: 756px) {
    .page-homepage .ql-icon {
        display: none;
    }
}

.page-homepage .cart-button {
    font-size: 1.25rem;
    padding: 1em;
}

@media print,
screen and (min-width: 756px) {
    .page-homepage #quick-nav,
    .page-homepage #account-user h2 {
        display: none;
    }
}

@media print,
screen and (min-width: 64em) {
    .page-homepage #account-user h2 {
        display: block;
    }
}

@media print,
screen and (min-width: 756px) {
    .page-homepage #quick-nav {
        display: block;
    }
}

.page-homepage .quicklinks a,
.page-homepage .quicklinks a:focus,
.page-homepage .quicklinks a:visited {
    color: #696969;
    color: var(--link-primary-brand-color);
}

.page-homepage .quicklinks a:hover {
    color: #0088D8;
    color: var(--link-primary-brand-hover-color);
}

.bottom-nav-container{
    max-height: 60px;
}

/* Typography */

.home-content-welcome {
    position: absolute;
    right: 13%;
    bottom: -68px;
    background-color: #007ac0;
    background-color: var(--primary-brand-color);
    max-width: 650px;
    border-radius: 3px;
    box-shadow: 8px 2px 10px 6px rgb(0 0 0 / 50%)
}

.home-content-welcome-container{
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}
@media print,
screen and (max-width: 860px) {
    .home-content-welcome{
         right: 50px;
    }
}

@media print,
screen and (max-width: 1320px) {
    .home-content-welcome{
         right: 20px;
    }
}


@media print,
screen and (min-width: 2002px) {
    .home-content-welcome{
         right: 17%;
    }
}

@media print,
screen and (min-width: 2400px) {
    .home-content-welcome{
         right: 22%;
    }
}

@media print,
screen and (max-width: 48em) {
    .home-content-welcome{
         right: 0;
    }
}

@media print,
screen and (min-width: 2400px) {
    .home-content-welcome{
         margin-top: 48rem;
    }
}

.home-heading {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 2rem 3rem 1rem;
    background-color: transparent;
    font: 300 1.25rem / 1.5 "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 0.0625rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.home-heading div {
    display: block;
}

@media print,
screen and (min-width: 35em) {
    .home-heading {
        font-size: 3vw;
    }
}

@media print,
screen and (min-width: 44em) {
    .home-heading {
        font-size: 1.6rem;
        padding: 2rem 3rem 1rem;
    }
    .home-heading div {
        display: unset;
    }
}

.home-get-started {
    padding: 1rem;
    font-size: 1.125rem;
    color: #fff;
    transition: color 0.15s ease-out;
}

.home-get-started:hover {
    color: #208bac;
    transition: color 0.15s ease;
}

@media print,
screen and (min-width: 25em) {
    .home-get-started {
        font-size: 3vw;
    }
}

@media print,
screen and (min-width: 55em) {
    .home-get-started {
        font-size: 1.125rem;
    }
}

.home-desc {
    font: 300 2rem / 1 "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 0.0625rem;
    color: #fff;
}


/* Client Logo */

.page-homepage .col-center {
    position: unset;
    top: auto;
    width: auto;
    margin: 1rem 0 2rem;
}

.brand-logo {
    width: calc(100% - 2rem);
    max-width: 350px;
}

@media print,
screen and (min-width: 76rem) {
   .brand-logo {
        width: 250px;
    }
}

@media print,
screen and (max-width: 48rem) {
   .brand-logo {
        width: 150px;
    }
}

 Galaxy fold rule 
@media print,
screen and (max-width: 18rem) {
   .brand-logo {
        width: 140px;
    }
}

/* Hero Image */

.parent {
  width: 100px;
}

.container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
}

.container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin: 0 auto;
}


/* Featured Products */

.listed-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.listed-product-container{
    display: flex;
    justify-content: center;
}
@media print,
screen and (max-width: 64em) {
    .listed-product-container {
        display: block;
    }
}


@media print,
screen and (min-width: 48em) {
    .listed-container {
        flex-direction: column;
        align-items: initial;
    }
}

.section-title {
    margin: 0;
    text-align: center;
    font: 300 1.25rem / 1.5 "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.new-content,
.top-content,
.featured-content {
    margin: 1rem 2rem;
}

.carousel-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: inherit;
    justify-content: center;
    width: 100%;
    background-color: transparent;
}

.carousel-wrapper .card {
    flex-direction: column-reverse;
}

.carousel-wrapper .card-title,
.carousel-wrapper .card-divider {
    margin-left: 0;
    margin: 0 auto;
    padding-top: 1rem;
    text-align: center;
}

.carousel-wrapper .button.tiny {
    margin-top: 1px;
}

.carousel__photo {
    height: auto;
    min-height: 300px;
}
.feature-product-grid{
  background: rgba(231, 236, 240, 1);
}
.featured-content,
.top-content,
.new-content {
    background: rgba(231, 236, 240, 1);
}

/* Footer */

.page-homepage footer {
    color: #555;
}

.page-homepage footer a {
    color: #555;
}

.page-homepage footer a:hover {
    color: #007ac0;
}

.page-homepage .grid-container {
    margin-top: 0;
}

.footer-grid .footer-right{
    font-size: .90625rem;
}


/*========================
    Footer Styles
==========================*/

footer {
    margin-top: 0;
    background-color: transparent;
}

footer .grid-container {
    max-width: none;
}

.cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

footer a,
footer a:active,
footer a:focus {
    color: #0088D8;
}

footer a:hover {
    color: #007ac0;
}

.footer-gradient {
    display: none;
}
footer{
    text-transform: none;
}

.footer-grid > .large-auto{
    text-align: left;
}

/* Site.css overrides */

@media print,
screen and (max-width: 48em) {
    .page-login footer .footer-inner .footer-grid .footer-left, 
    .page-forgot-password footer .footer-inner .footer-grid .footer-left{
        position: relative !important;
        text-align: left !important;
        margin-left: 0 !important;
    }
    .page-login footer .footer-inner .footer-grid .footer-right, 
    .page-forgot-password footer .footer-inner .footer-grid .footer-right{
        margin-right: 0 !important;
    }
}

@media print,
screen and (min-width: 40em) {
    .footer-grid > .large-auto{
        text-align: center;
    }
}

@media print, screen and (max-width: 30em) {
    .page-login .grid-container,
    .page-forgot-password .grid-container {
        width: 100% !important;
    }
}


footer .footer-inner{
    padding: 1rem 0;
}

.page-login footer .footer-inner, 
.page-forgot-password footer .footer-inner{
    margin-top: 0;
    background: #fff;
}
.page-login footer .section-message .section-content p, 
.page-forgot-password .section-message .section-content {
        font-size: 22px;
    }
.page-login #top-nav, .page-login main, .page-login footer, .page-forgot-password #top-nav, .page-forgot-password main, .page-forgot-password footer{
    width: 100%;
}
.footer-basic{
    background: #fff;
}
@media print, screen and (max-width: 992px) {
    .footer-grid > .large-auto {
        border-top: none;
    }
}
  
/*
@media print,
screen and (max-width: 40em) {
    .page-login #top-nav, .page-login main, 
    .page-login footer, .page-forgot-password #top-nav, 
    .page-forgot-password main, 
    .page-forgot-password footer{
        margin-top: 6rem;
    }
}
*/

.page-login footer .footer-inner .footer-grid, 
.page-forgot-password footer .footer-inner .footer-grid{
    display: inline-flex;
    width: 100%;
}
.page-login footer .footer-inner .footer-grid .footer-left, 
.page-forgot-password footer .footer-inner .footer-grid .footer-left{
    position: absolute;
    text-align: left;
    margin-left: 2rem;
    width: 50%;
}
.page-login footer .footer-inner .footer-grid .footer-right, 
.page-forgot-password footer .footer-inner .footer-grid .footer-right{
    text-align: right;
    margin-right: 2rem;
    width: 50%;
}

.page-login,
.page-forgot-password,
.page-register{
    background-color: transparent;
    background-image: none;
    background-size: cover;
}

/*========================
    Button Styles
==========================*/

.button {
    background-color: #0088D8;
    background-color: var(--primary-brand-color);
    font-size: 1.1rem;
    font-weight: 400;
}

.button:hover,
.button:focus,
.button:active {
    background-color: #208bac;
    background-color: var(--primary-brand-hover-color);
}

.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
    background-color: #0088D8;
}

.button.secondary-action-button {
    background-color: #758592;
    background-color: var(--action-brand-color);
    color: #fff;
}

.button.secondary-action-button:hover,
.button.secondary-action-button:focus,
.button.secondary-action-button:active {
    background-color: #657a8b;
    background-color: var(--action-brand-hover-color);
}

.button.secondary-action-button.disabled,
.button[disabled].secondary-action-button,
.button.secondary-action-button.disabled:hover,
.button[disabled].secondary-action-button:hover,
.button.secondary-action-button.disabled:focus,
.button[disabled].secondary-action-button:focus {
    background-color: #758592;
    color: #fff;
}

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
    background-color: #0088D8;
    background-color: var(--primary-brand-color);
}

.button.primary:hover,
.button.primary:focus {
    background-color: #007ac0;
    background-color: var(--primary-brand-hover-color);
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
    background-color: #bbb;
    background-color: var(--secondary-brand-color);
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #aaa;
    background-color: var(--secondary-brand-hover-color);
}

.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
    background-color: #758592;
    background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
    background-color: #657a8b;
    background-color: var(--action-brand-hover-color);
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary[disabled],
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
    background-color: #758592;
    background-color: var(--action-brand-color);
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    background-color: #657a8b;
    background-color: var(--action-brand-hover-color);
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary[disabled],
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
    background-color: #0088D8;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    background-color: #007ac0;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
    color: #758592;
    color: var(--action-brand-color);
}

.button.clear:hover,
.button.clear:focus {
    color: #657a8b;
    color: var(--action-brand-hover-color);
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
    color: #758592;
    color: var(--action-brand-color);
}

.button.clear.primary:hover,
.button.clear.primary:focus {
    color: #657a8b;
    color: var(--action-brand-hover-color);
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
    background: transparent;
    color: #0088D8;
    color: var(--primary-brand-color);
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
    background: transparent;
    color: #007ac0;
    color: var(--primary-brand-hover-color);
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button[disabled],
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled]:hover,
.button-group.primary .button.disabled:focus,
.button-group.primary .button[disabled]:focus {
    background-color: #758592;
    background-color: var( --action-brand-color);
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #657a8b;
    background-color: var( --action-brand-hover-color);
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button[disabled],
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button[disabled]:focus {
    color: #0088D8;
    color: var(--primary-brand-color);
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    color: #007ac0;
    color: var(--primary-brand-hover-color);
}

.button-group.hollow .button,
.button-group.hollow .button:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button.disabled,
.button-group.hollow .button[disabled],
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled]:focus {
    background-color: #758592;
    background-color: var(--primary-brand-hover-color);
    color: #fff;
}

.button-group.hollow .button:hover,
.button-group.hollow .button:focus {
    background-color: #657a8b;
    background-color: var( --action-brand-hover-color);
}

.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary[disabled]:focus {
    background-color: #758592;
    background-color: var(--action-brand-color);
    color: #fff;
}

.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow .button.primary:focus {
    background-color: #657a8b;
    background-color: var( --action-brand-hover-color);
}

.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary[disabled]:focus {
    background-color: #0088D8;
    background-color: var(--primary-brand-color);
    color: #fff;
}

.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .button.secondary:focus {
    background-color: #007ac0;
    background-color: var(--primary-brand-hover-color);
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button[disabled],
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled]:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled]:focus {
    color: #758592;
    color: var(--action-brand-color);
}

.button-group.clear .button:hover,
.button-group.clear .button:focus {
    color: #0088D8;
    color: var(--primary-brand-color);
}

.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary[disabled]:focus {
    color: #758592;
    color: var(--action-brand-color);
}

.button-group.clear.primary .button:hover,
.button-group.clear.primary .button:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .button.primary:focus {
    color: #0088D8;
    color: var(--primary-brand-color);
}

.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary[disabled]:focus {
    color: #0088D8;
    color: var(--primary-brand-color);
}

.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .button.secondary:focus {
    color: #007ac0;
    background-color: var(--primary-brand-hover-color);
}


/* Get Started Button */

.button.get-button .get-started-button,
.button.get-button .get-started-button:hover,
.button.get-button .get-started-button:focus {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
  
}

@media print,
screen and (max-width: 64em) {
    .button.get-button {
        width: 50%;
    }
}

@media print,
screen and (min-width: 64em) {
    .button.get-button {
        width: 250px;
        border: 2px solid white;
        border-radius: 5px;
        padding: .50rem 1.85rem; 
        margin-bottom: 35px;
    }
}

@media print,
screen and (min-width: 90em) {
    .button.get-button {
        max-width: 88rem;
    }
}

.btn-nostyle,
.btn-link,
.more-pricing {
    color: #2ea3f2
}

/* Close Button */

.close-button:hover {
    color: #0088D8;
    color: var(--primary-brand-hover-color);
}


/* Products Page Button */

.card-actions .button,
.card-actions .button:active,
.card-actions .button:focus {
    background-color: #0088D8;
    background-color: var(--primary-brand-color);
    padding: 5px 2.5em;
    font-size: .85rem;
    text-transform: none;
    
}

.card-actions .button:hover {
    background-color: #007ac0;
    background-color: var(--primary-brand-hover-color);
}


/*========================
    Header Styles
==========================*/

nav {
    margin-top: 0;
}
.show {
    display: block;
}


header {
    background-color: #fff
}

.header-top {
    background-color: #fff
}

.header-bottom {
    background-color: #12284c;
    padding: 19px 0;
    min-height: 60px;
    position: relative;
}

.header-bottom  nav {
    margin-top: 0;
}

.site-message .container {
    max-width: none;
    padding-left: 1rem;
}
.navbar-brand {
    margin-left: 15px
}

.navbar-brand {
    display: inline-flex;
    margin: 15px 0;
}

.navbar-brand img {
    width: 188px;
    height: 27px
}

.navbar-brand-tagline {
    color: #0071ce;
    display: inline-block;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 12px;
    border-left: 1px solid #0071ce;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    margin-left: 15px;
    padding-left: 15px
}

.navbar-brand-tagline .small {
    font-size: 6px !important
}

.navbar-brand-tagline sup {
    top: -.9em
}

.navbar-menu-toggle {
    margin-top: 20px
}

.navbar-menu-toggle:focus,
.navbar-menu-toggle:active {
    outline: none
}

.navbar-menu-toggle .menu {
    background: url('/image/menu_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 20px
}

.navbar-right {
    float: right;
}

.navbar-left {
    float: left;
}

.navbar-site-nav {
    margin-left: -14px;
    margin-right: -14px
}

.navbar-site-nav .nav li a {
    color: #555;
    font-weight: 600;
    transition: color ease-in-out .25s;
    -webkit-transition: color ease-in-out .25s;
    -moz-transition: color ease-in-out .25s;
    -o-transition: color ease-in-out .25s;
    
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-site-nav .nav li a:hover,
.navbar-site-nav .nav li a:focus,
.navbar-site-nav .nav li a:active {
    color: #0071ce
}

.navbar-categories-toggle {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    margin: 5px 0
}

.navbar-categories-toggle:hover,
.navbar-categories-toggle:active,
.navbar-categories-toggle:focus {
    color: #fff;
    text-decoration: none;
    outline: none
}

.navbar-categories-toggle:after {
    display: inline-block;
    font-size: .7rem;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Pro';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    margin-left: .31rem;
}

.navbar-categories-toggle.collapsed:after {
    display: inline-block;
    font-size: .7rem;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Pro';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    margin-left: .31rem;
    font-weight: 900;
}

.navbar-categories-toggle.collapsed .fa-angle-up {
    display: none;
}

.navbar-categories-toggle.collapsed .fa-angle-down {
    display: inline-block;
}

.navbar-categories-toggle .fa-angle-up {
    display: inline-block;
}

.navbar-icon-nav .btn-link,
.navbar-icon-nav a {
    font-size: 18px;
    color: #fff;
    margin: 5px 6px
}

.navbar-icon-nav a {
    margin-right: 0;
}

.navbar-icon-nav{
    margin-top: -.3rem;
}

@media screen and (max-width: 48em) {
    .navbar-icon-nav{
        margin-top: 0;
    }
}

.navbar-main-nav.navbar-right {
    float: none;
}

.navbar-category-nav {
    padding: 0
}

.navbar-category-nav.navbar-left {
    float: none;
}

.navbar-category-nav .navbar-nav li a {
    color: #fff;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.cartWithCountIcon .cartCountBadge {
    background-color: transparent;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    top: auto;
    right: auto;
    position: relative
}

.navbar-search {
    background-color: #12284c;
    padding: 15px 0
}

.navbar-search .custom-search {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}

.navbar-search .custom-search .form-field {
    border: none;
    padding-right: 40px;
}

.navbar-search .custom-search .btn-link {
    color: #555;
    padding: 6px 10px 8px;
    position: absolute;
    top: 0;
    right: 0;
}

#navbar-site-nav-collapse {
    background-color: #fff;
    display: block;
    height: 100%;
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    transition: transform .025s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    z-index: 1032
}

.openNav body {
    overflow: hidden
}

.openNav #navbar-site-nav-collapse {
    box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .3);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.close-nav {
    font-size: 26px;
    margin: 15px 0 0 15px;
}

.close-nav:hover {
    text-decoration: none;
}

.close-nav:focus {
    outline: none;
}

@media screen and (min-width:992px) {
    .navbar-brand {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .navbar-brand img {
        width: 288px;
        height: 42px;
    }
    .navbar-brand-tagline {
        font-size: 18px;
        height: 42px;
        line-height: 41px;
    }
    .navbar-brand-tagline .small {
        font-size: 9px !important;
    }
    .navbar-brand-tagline sup {
        top: -.9em;
    }
    .navbar-menu-toggle {
        margin-top: 40px;
    }
    .navbar-menu-toggle .menu {
        width: 50px;
        height: 25px;
    }
    .navbar-site-nav {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-icon-nav .btn-link,
    .navbar-icon-nav a {
        margin: 8px 6px;
    }
    .navbar-icon-nav a {
        margin-right: 0;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block;
        height: auto;
        padding-bottom: 0;
        overflow: visible;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .cartWithCountIcon .cartCountBadge {
        top: auto;
        right: auto;
    }
}

@media screen and (min-width:1320px) {
    .navbar-categories-toggle {
        display: none;
    }
    #navbar-cat-nav li:first-child a {
        padding-left: 0
    }
    .navbar-category-nav {
        padding: 0;
    }
    .navbar-category-nav .navbar-nav li {
        float: left;
    }
    .navbar-category-nav .navbar-nav li a {
        padding: 0 15px;
    }
    .navbar-category-nav.navbar-left {
        float: left;
    }
    .navbar-cat-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-cat-collapse.collapse {
        display: block;
        height: auto;
        padding-bottom: 0;
        overflow: visible;
    }
    .navbar-cat-collapse.in {
        overflow-y: visible;
    }
}

/* Hamburger Menu */

.ql-icon {
    width: 30px;
    height: 20px;
    margin: 1rem 2rem 1rem 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.ql-icon span {
    background-color: #111;
    position: absolute;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width: 100%;
    height: 3px;
}

.ql-icon span:nth-child(1) {
    width: 10px;
    top: 0px;
    left: 0px;
}

.ql-icon span:nth-child(2) {
    width: 20px;
    top: 8px;
    left: 0px;
}

.ql-icon span:nth-child(3) {
    width: 30px;
    bottom: 0px;
    left: 0px;
}

.ql-icon:not(.open):hover span:nth-child(1) {
    transform: scaleX(.9);
    width: 30px;
}

.ql-icon:not(.open):hover span:nth-child(2) {
    transform: scaleX(.9);
    width: 30px;
}

.ql-icon:not(.open):hover span:nth-child(3) {
    transform: scaleX(.9);
    width: 30px;
}

.ql-icon.open span:nth-child(1) {
    top: 13px;
}

.ql-icon.open span:nth-child(2) {
    top: 13px;
}

.ql-icon.open span:nth-child(3) {
    top: 13px;
}


/* Quick Nav */

#quick-nav-container {
    display: block;
    flex-shrink: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f9f9;
}

.quick-nav-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 89rem;
    margin: 0 auto;
}

.quick-nav-grid>.grow-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
}

@media print,
screen and (min-width: 40em) {
    .quick-nav-grid>.grow-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
}

.quick-nav-grid>.grow-auto.col-left {
    flex-grow: 2;
    text-align: right;
    float: right;
}

.quick-nav-grid .col-right {
    text-align: right;
    float: right;
    /*max-width: 60px;*/
}

.quicklinksToggle {
    display: inline-block;
    background-color: #f9f9f9;
    color: #111;
    cursor: pointer;
    padding: 1rem;
    width: 50px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.quicklinksToggle::before {
    font-family: 'Font Awesome 6 pro';
    font-weight: 900;
    content: "\f107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

#quick-nav {
    display: none;
    overflow: hidden;
}
#quicklinks-menu{
    margin-left: 10px;
}

#quick-nav.show,
#quicklinks-menu.show {
    display: inline-grid;
    background-color: white;
    z-index: 9999;
    width: 11rem;
    margin-left: -0.2rem;
}
.quicklinks {
    margin: 0;
    list-style: none;
}

.quicklinks li {
    display: inline-block;
}

.quicklinks a,
.quicklinks a:focus,
.quicklinks a:visited {
    padding: 0 .85rem;
    font: 400 1.1rem / 4 "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-decoration: none;
    letter-spacing: 0.025rem;
    color: #808080;
    color: var( --link-primary-brand-color);
    transition: color 0.1s ease-out;
}

.quicklinks a:hover {
    color: #0088D8;
    color: var( --link-primary-brand-hover-color);
    transition: color 0.1s ease;
}


/* Top Nav */

#top-nav,
#top-nav-container {
    background-color: transparent;
    flex-shrink: 0;
}

#top-nav-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.top-nav-grid.top-nav-distinct {
    background-color: transparent;
    padding: 0;
}
@media print,
screen and (max-width: 48em) {
     .top-nav-grid.top-nav-distinct {
        max-height: 100px;
    }
}
.page-login .top-nav-grid.top-nav-distinct{
    max-height: none;
    width: 26%;
    float: right;
    margin-top: 1rem
}

.top-nav-distinct {
    border-bottom: none;
}

.top-nav-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    box-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-nav-grid>.grow-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
}

@media print,
screen and (max-width: 40em) {
    .top-nav-grid>.grow-auto {
        text-align: center;
    }
}

@media print,
screen and (min-width: 40em) {
    .top-nav-grid>.grow-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
}

.top-nav-grid .col-right {
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 0px;
    -ms-flex: 2 1 0px;
    flex: 2 1 0px;
}


/* Account Nav */

.account-menu {
    display: none;
}

.account-nav-container {
    width: auto;
    float: right;
}

.account-nav-container div {
    position: relative;
    align-items: center;
    height: auto;
}

.account-grid {
    color: #111;
    color: var(--link-secondary-brand-color);
    transition: color 0.1s ease-out;
}

.account-grid:hover,
.account-icon:hover {
    color: #0088D8;
    color: var(--link-secondary-brand-hover-color);
    transition: color 0.1s ease;
}

#account-user h2 {
    display: none;
    margin: auto;
    float: left;
    cursor: pointer;
    transition: color 0.1s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font: 300 0.85rem / 5.25 "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 0.025rem;
    text-align: center;
}

.account-menu-content {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    min-width: 210px;
    margin: 0;
    padding: 1.25rem;
    background: #f9f9f9;
    font-size: 0.85rem;
    text-align: left;
    letter-spacing: 0.025rem;
    color: #555;
    text-decoration: none;
    transition: 0.15s ease-out;
    transform: translate(-50%, 70px);
}

@media print,
screen and (min-width: 55em) {
    .account-menu-content {
        left: 50%;
    }
}

.account-menu-content a,
.account-menu-content a:focus,
.account-menu-content a:active,
.account-menu-content a:hover {
    outline: 0;
    border: none;
    text-decoration: none;
}

.account-menu-content a,
.account-menu-content a:active,
.account-menu-content a:focus {
    color: #555;
    transition: color 0.1s ease-out;
}

.account-menu-content a:hover {
    color: #0088D8;
    color: var(--primary-brand-color);
    transition: color 0.1s ease;
}

.account-menu-content li {
    padding: 0.5rem 0.75rem;
}

.account-menu.show {
    display: block;
}

.account-icon {
    width: auto;
    float: right;
    font-size: 1.25rem;
    line-height: 3.35;
    padding-left: 18px;
    transition: color 0.1s ease-out;
}

.account-icon::before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: "\f007";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


/* Client Logo */

.col-center {
    text-align: center;
    width: 200px;
}
/*

.brand-logo {
    width: calc(100% - 2rem);
    max-width: 450px;
}
*/

.col-left {
    margin-left: 1rem;
}

@media print,
screen and (max-width: 40em) {
    .col-center {
        position: absolute;
        top: 150px;
    }
    .col-left {
        max-width: 50px;
    }
}

/*
@media print,
screen and (min-width: 30em) {
    .brand-logo {
      width: calc(100% - 2rem);
      max-width: 450px;
    }
}
*/

@media print,
screen and (min-width: 44em) {
    .top-nav-grid.top-nav-distinct {
        padding: 1rem 0 0 0;
    }
}


/* Cart Styles */

.top-cart-controls {
    width: auto;
    float: right;
}

.cart-button {
    font-size: 1.25rem;
    padding: 1em;
    color: #111 !important;
    color: var( --link-secondary-brand-color)!important;
}

.cart-button:hover,
.cart-button:focus,
.cart-button:active {
    color: #0088D8 !important;
    color: var(--link-secondary-brand-hover-color)!important;
}

.cart-button::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f07a";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


/* Responsive Nav Styles */

@media print,
screen and (min-width: 55em) {
    #top-nav-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    #quick-nav,
    #account-user h2 {
        display: block;
    }
    .ql-icon {
        display: none;
    }
}


/*========================
    Tab Styles
==========================*/

.tabs.primary {
    background: #758592;
    background: var(--action-brand-color);
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #0088D8;
    background: var(--primary-brand-color);
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    color: #0088D8;
    color: var(--primary-brand-color);
}

.tabs-title.is-active>a:after {
    background: #0088D8;
    background: var(--primary-brand-color);
}

.tabs.vertical .tabs-title.is-active>a:after {
    background: #0088D8;
    background: var(--primary-brand-color);
}


/*========================
    Products Page Styles
==========================*/

.page-heading .page-title {
    text-align: center;
    color: #0088D8;
    color: var(--primary-brand-color);
}

.page-heading.checkout-heading .page-title-item.active,
.page-heading.standard-heading .page-title-item:last-child,
.page-heading.standard-heading .page-title-item:last-child a {
    color: #0088D8;
    color: var(--primary-brand-color);
}

@media print,
screen and (max-width: 30em) {
    .page-heading {
        margin: 4rem 0 3.75rem;
    }
}

@media print,
screen and (max-width: 64em) {
    .page-title-item {
        margin: 0 auto;
    }
    .page-heading .page-title {
        display: block;
    }
}

@media print,
screen and (min-width: 64em) {
    .page-heading {
        margin: 0;
    }
    .page-heading .page-title {
        text-align: left;
    }
}


/*========================
    Product Card
==========================*/

.product-card {
    background: none;
}
.page-products .card.product-card {
    border: 1px solid #e3e3e3 !important;
}

.sidebar-card .card-section{
    background: none;
    border: 1px solid #e3e3e3;
    margin-bottom: 25px;
    padding: 15px;
}

.sidebar-card .card-section ul:nth-child(2) > li:nth-child(8){
    border-bottom: none;
}

.sidebar-card .card-section li{
    border-bottom: 1px solid #e3e3e3;
}

@media print, screen and (min-width: 87em){
    .grid-margin-x .products-grid {
        width: calc(30.8% - 1.875rem);
    }
}

.product-card .item-id{
    border-bottom: none;
}

.product-card .pricing{
    border-top: none;
}
.product-card .item-name{
    font-weight: bold;
}
.category-menu a[aria-selected='true']{
    color: #2ea3f2;
}

/*========================
    Modals
==========================*/

.reveal-title>h2 {
    display: none;
}

.reveal .button {
    background-color: #555;
    background-color: var(--link-alternative-brand-color);
    color: #fff;
}
.reveal-body .page-heading .grid-container h1{
     color: #004593;
     color: var(--primary-brand-color);
}

/*========================
    Fields Page Styles
==========================*/

.personalize-card .item-id {
    color: #0088D8;
    color: var(--primary-brand-color);
}

.personalize-form-group select,
.personalize-form-group div {
    flex: none !important;
}

/*========================
    Category Tile Styles
==========================*/

.category-card-wrapper:hover {
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 20%);
}


.category-card .card-image:after {
    border-color:  #0088D8;
    border-color: var( --primary-brand-color);
}

.category-card .category-name {
    color: #0088D8;
    color: var( --primary-brand-color);
}


/*========================
    Search Styles
==========================*/


/*
.search-responsive .button.secondary {
    background-color: #fff;
    color: #111;
    color: var( --link-primary-brand-color)
}

.search-responsive .button.secondary:hover,
.search-responsive .button.secondary:focus,
.search-responsive .button.secondary:active {
    background-color: #fff;
    color: #0088D8;
    color: var( --link-primary-brand-hover-color);
}
*/


[type="search"] {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    margin: 0;
}

.custom-search-input .fa.fa-search{
    font-size: medium;
    color: #000;
}


/*========================
    Card Styles
==========================*/
.card-image {
    margin: 0 auto;
}


/* Checkout */

.checkout-card .card-title {
    color: #555;
    color: var( --link-alternative-brand-color);
    
}

.checkout-page-title h2 {
    text-transform: uppercase;
    color: #555;
    color: var( --link-alternative-brand-color);
}

.accordion-item.is-active>a {
    color: #0088D8;
    color: var(--primary-brand-color);
}


/* Shipping */

.shipping-destination-accordion .accordion-item .accordion-title {
    color: #0088D8;
    color: var(--primary-brand-color);
}

.shipping-destination-accordion .accordion-item .accordion-title::before {
    color: #758592;
}

.cart-totals-card .order-summary-list li.order-summary-total {
    color: #0088D8;
    color: var(--primary-brand-color);
}


/* Category Tree */

.sidebar-card .card-divider {
    display: none;
}

.category-menu a:hover,
.category-menu a:active,
.category-menu a:focus {
    color: #0088D8;
    color: var(--primary-brand-color);
}



/*========================
    Login and Registration Styles
==========================*/

.page-login .login-bg-image{
    background-image: url('/image/login-bg_large.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: rgba(144, 187, 228, 1);
}


.page-login footer ,
.page-forgot-password footer,
.page-register footer{
    display: block;
}
.page-login .right-side-container{ 
    background-color: rgba(144, 187, 228, 1);
}
    
.page-login .login-container label, .page-forgot-password .login-container label{
    display: none;
}
.page-login .form, .page-login main, .page-login footer, .page-forgot-password .form, .page-forgot-password main, .page-forgot-password footer{
    background: transparent;
}

.login-container .button{
    background-color: transparent;
    color: #12284c;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    padding: 5px 0;
    border: none;
}

.page-login .cell > .button, .page-forgot-password .cell > .button {
    text-align: left;
    padding-left: 0;
    margin-top: .8rem;
}

.page-login .password-link{
    display: none;
}

.login-container{
    max-width: 300px;
    margin: 0 auto;
}

.login-container form button[data-form-type="action,login"] {
    position: relative;
}

.login-container form button[data-form-type="action,login"]::after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #12284c;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: .8rem;
}

.login-container .bottom-text{
    display: none;
}
.login-container .top-text{
    display: block;
    color: #0071ce;
    border-top: 1px solid #12284c;
    display: flex;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    text-align: center;
    margin: 20px auto;
    padding: 15px 0;
}
.page-login .form {
    margin: 0 auto 60px auto;
    padding: 0 0 40px;
}

.page-login .login-container input{
    background-color: #fff;
    border-color: #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    font-size: 0.925rem;
    width: 100%;
    margin-bottom: 1rem;
    padding: 20px;
}

.page-login .login-container input::placeholder {
   display: block;
   color: #b9c1c6;
}

::-webkit-input-placeholder {
    color: #b9c1c6;
}

::-moz-placeholder {
    color: #b9c1c6;
}

:-ms-input-placeholder {
    color: #b9c1c6;
}

::-ms-input-placeholder {
    color: #b9c1c6;
}

::placeholder {
    color: #b9c1c6;
}

.page-login .brand-logo-login,
.page-forgot-password .brand-logo-login {
    max-width: 320px;
    margin-top: 2rem;
    float: right;
}
.page-login .login-container h2,
.page-forgot-password .login-container h2 {
    display: none;
}

.page-login .login-container .login-text,
.page-login .login-container .marketing-text,
.page-forgot-password .login-container .login-text,
.page-forgot-password .login-container .marketing-text {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #12284c;
    text-align: left;
    line-height: 1;
    font-size: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/*
.page-login .login-heading h1,
.page-login .login-heading h2,
.page-forgot-password .login-heading h1,
.page-forgot-password .login-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #12284c;
    text-align: left;
    margin-left: 23%;
    line-height: 1;
    font-size: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.page-login .login-container label, .page-forgot-password .login-container label{
    display: none;
}
.page-login #top-nav, .page-login main, .page-login footer, .page-forgot-password #top-nav, .page-forgot-password main, .page-forgot-password footer{
    background: transparent;
}
.page-login .login-container, .page-forgot-password .login-container{
    width: 25rem;
}
.login-container {
    position: absolute;
    max-width: 500px;
    top: 11rem;
    right: 13.8%;
}
@media print,
screen and (max-width: 1920px) {
    .page-login .login-container, .page-forgot-password .login-container{
        width: 16rem;
    }
    .login-container {
        right: 8%;
    }
}


@media print,
screen and (max-width: 40em) {
    .page-login .login-container, .page-forgot-password .login-container{
        width: 60%;
    }
    .login-container {
        position: relative;
        top: 2rem;
        right: 0;
    }

}


.login-container .no-bullet{
    display: none;
}

.login-container .button{
    background-color: transparent;
    color: #12284c;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    padding: 5px 0;
}

.login-container form > div:nth-child(3) > div:after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #12284c;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 1.8rem;
}
.login-container form > div:nth-child(3){
    position: relative;
    display: inline-flex;
}

.login-container .form-group{
    margin-bottom: 0;
}

.page-login .cell > .button, .page-forgot-password .cell > .button {
    text-align: left;
    padding-left: 0;
    margin-top: .8rem;
}

.page-login .grid-x, .page-forgot-password .grid-x{
    margin-top: 0;
}

.trademark{
    font-size: 10px;
    vertical-align: text-top;
}

@media print,
screen and (max-width: 1270px) {
    body.page-login{
        background-position: -25px center;
    }
}
@media print,
screen and (max-width: 1200px) {
    body.page-login{
        background-position: -100px center;
    }
}
@media print,
screen and (max-width: 1160px) {
    body.page-login{
        background-position: -140px center;
    }
}
@media print,
screen and (max-width: 1124px) {
    body.page-login{
        background-position: -210px center;
    }
}


@media print,
screen and (max-width: 64em) {
    body.page-login{
        background-image: none;
    }
    .login-container form > div:nth-child(5){
        top: 1px;
        left: 24rem;
    }
    .page-login .top-nav-grid.top-nav-distinct{
        float: none;
        margin: 0 auto;
    }
    .page-login .page-heading.login-heading .grid-container, .page-forgot-password .page-heading.login-heading .grid-container{
        float: none;
        position: inherit;
        margin: 5rem auto;
        
    }
    .login-container{
        position: inherit;
    }
    
    .page-heading.login-heading .grid-container h1,
    .page-heading.login-heading .grid-container h2{
        margin-left: 18%;
    }
    
}
@media print,
screen and (max-width: 30em) {
    .page-login .brand-logo, .page-forgot-password .brand-logo{
        float: none;
        margin: 0 auto;
        width: 315px;
        max-width: 500px
    }
    .page-login .top-nav-grid.top-nav-distinct{
        width: 100%;
    }
        .login-container form > div:nth-child(5){
        top: -94px;
        left: 8rem;
    }
    .page-login .login-container, .page-forgot-password .login-container{
        width: 80%;
    }
    .page-login .login-heading h1, .page-login .login-heading h2, .page-forgot-password .login-heading h1, .page-forgot-password .login-heading h2{
        margin-left: 8%;
    }
    .page-login .page-heading.login-heading .grid-container, .page-forgot-password .page-heading.login-heading .grid-container{
        margin: 0 0 0 0.6rem;
    }
    .page-login footer .footer-inner .footer-grid .footer-left, .page-forgot-password footer .footer-inner .footer-grid .footer-left{
        position: inherit;
        margin-left: .25rem;
    }
    .page-login footer .footer-inner .footer-grid .footer-right, .page-forgot-password footer .footer-inner .footer-grid .footer-right{
        margin-right: 0;
    }
    .page-heading.login-heading .grid-container{
        width: 100% !important;
    } 
    .page-heading.login-heading .grid-container h1,
    .page-heading.login-heading .grid-container h2{
        margin-left: 10%;
    }
    .page-login footer .section-message .section-content p, 
    .page-forgot-password .section-message .section-content {
        font-size: 15px;
    }
}
@media print,
screen and (max-width: 24em) {
    .login-container form > div:nth-child(5){
        left: 4.5rem;
    }
    .page-login .brand-logo, .page-forgot-password .brand-logo{
        float: none;
        margin: 0 auto;
        width: 270px;
        max-width: 500px
    }
}

.page-login .grid-container, .page-forgot-password .grid-container{
    width: 100%;
}

.page-login .page-heading.login-heading .grid-container,
.page-forgot-password .page-heading.login-heading .grid-container{
    width: 26rem;
    float: right;
    margin-top: 5rem;
    position: absolute;
    max-width: 500px;
    top: 1rem;
    right: 17.3%;
}

@media print,
screen and (max-width: 1920px) {
    .page-login .page-heading.login-heading .grid-container,
    .page-forgot-password .page-heading.login-heading .grid-container{
        right: 4.2%;
    }
}

.login-container form > div:nth-child(5){
    position: absolute;
    top: -177px;
    left: 23%;
    color: #0071ce;
    border-top: 1px solid #12284c;
    display: inline-block;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    text-align: center;
    margin: 20px auto;
    padding: 15px 0;
}

.page-login .section-message .section-content{
    max-width: 100%;
}
@media print,
screen and (max-width: 1920px) {
    .page-login .page-heading.login-heading .grid-container, .page-forgot-password .page-heading.login-heading .grid-container{
        right: 5.2%;
    }
    .page-login .brand-logo, .page-forgot-password .brand-logo {
        width: 300px;
        max-width: 300px;
        margin-top: 2rem;
        float: right;
        margin-right: 11%;
    }
    .login-container form > div:nth-child(5){

        left: 21px;

    }

}
@media print,
screen and (max-width: 1460px) {
    .page-login .page-heading.login-heading .grid-container, .page-forgot-password .page-heading.login-heading .grid-container{
        right: 4.2%;
    }
    .login-container form > div:nth-child(5){

        left: .375rem;

    }

}
@media print,
screen and (max-width: 1366px) {
    .page-login .login-container, .page-forgot-password .login-container {
        right: 4%;
    }
    .page-login .page-heading.login-heading .grid-container, .page-forgot-password .page-heading.login-heading .grid-container{
        right: 0;
    }
    .page-login .brand-logo, .page-forgot-password .brand-logo{
        margin-right: 3%;
    }
}

@media print,
screen and (max-width: 1280px) {
    .page-login .login-container, .page-forgot-password .login-container {
        right: 4.5%;
    }
}



*/


.page-forgot-password main, .page-login main{
    flex: 1 auto;
}

.page-forgot-password .site-message, .page-login .site-message{
    display: none;
}
/*========================
    Product Carousel Styles
==========================*/


.feature-product-grid-image-name{
    margin-top: 0;
}

.carousel-wrapper{
    height: 18rem;
}

.flex-container{
    justify-content: center;
}

/*========================
    Message-section 
==========================*/

@media print,
screen and (min-width: 992px) {
    .section-message {
        padding: 50px 0;
    }
}

.section-message {
    background-color: #12284c;
    padding: 50px 0;
}


@media print,
screen and (min-width: 1440px) {
    .section-message .container {
        width: 1408px;
    }
}

.section-message .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}
.section-message .section-content {
    max-width: 680px;
    margin: 0 auto;
}

@media print,
screen and (max-width: 48em) {
    .section-message .section-content {
        max-width: 100%;
    }
}

/*
@media screen and (min-width: 992px){
    .section-message {
        padding: 50px 0;
    }
}
*/


/*
.section-message .section-content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 11px;
    text-transform: none;
}
*/
.section-message .section-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    text-align: center
}

@media print,
screen and (min-width: 992px) {
    .section-message .section-content p {
        font-size: 24px;
        line-height: 1.8;
    }
}
/*
.section-message .container {
    padding: 2rem 10rem;
}
*/
.footer-brand {
    width: 192px;
    height: 28px;
    margin: 0 0 10px 0;
}

img {
    vertical-align: middle;
}

.header-top .container-fluid,
.header-bottom .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.header-top .container-fluid,
.header-bottom .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.header-top .container-fluid:before,.header-top .container-fluid:after {
    content: " ";
    display: table;
}

@media print,
screen and (min-width: 992px) {
    .header-top .container-fluid,
    .header-bottom .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header-search-container .container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 .87rem;
}

.collapse.in {
    display: block;
}



.mobile-main-nav {
    background: #fff;
    box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.2);
    display: block;
    width: 280px;
    right: -280px;
    overflow-y: auto;
    transform: translate3d(280px, 0, 0);
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    z-index: 1032;
}
.mobile-main-nav .close-nav {
    color: #002451;
    display: block;
    font-size: 20px;
    line-height: 1.6;
    padding: 12px 0 8px 15px;
}
.mobile-main-nav #mobile-site-nav li {
    display: block;
    float: none;
}
.mobile-main-nav #mobile-site-nav li a {
    display: block;
    color: #002451;
    font-size: 18px;
    padding: 8px 14px;
}
.mobile-main-nav #mobile-site-nav li a:active,
.mobile-main-nav #mobile-site-nav li a:focus,
.mobile-main-nav #mobile-site-nav li a:hover {
    color: #fff;
}
.nav-overlay {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, z-index 0s 0.3s;
}
.openNav body {
    overflow: hidden;
}
.openNav .mobile-main-nav {
    transform: translate3d(-250px, 0, 0);
}
.openNav .nav-overlay {
    display: block;
    opacity: 1;
    z-index: 1031;
    visibility: visible;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transform: translate3d(0);
}

#searchForm{
    background-color: transparent;
}
.header-search-container {
    background: #12284c;
    padding: 20px 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 10;
    height: 90px !important;
}
/*
@media (min-width: 1200px) {
    .header-search-container {
        padding: 20px 0;
        top: 93px;
    }
}
*/
.header-search-container #search-collapse .custom-search-input {
    margin: 0 auto;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}
.header-search-container #search-collapse .custom-search-input .field-group {
    position: relative;
    margin-bottom: 0;
}

.header-search-container #search-collapse .custom-search-input .field-group .form-field {
    padding-right: 40px;
    border-color: #e3e3e3;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
}
.header-search-container #search-collapse .custom-search-input .field-group #btn-search {
    color: #858581;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0 !important;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 6px 10px 8px;
}
.header-search-container #search-collapse .custom-search-input .field-group #btn-search:active,
.header-search-container #search-collapse .custom-search-input .field-group #btn-search:focus,
.header-search-container #search-collapse .custom-search-input .field-group #btn-search:hover {
    background: 0 0 !important;
    border: none !important;
}
.header-search-container #search-collapse .custom-search-input .field-group #btn-close-search {
    color: #858581;
    font-size: 22px;
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 4px 12px;
    position: absolute;
    top: 4px;
    right: 1px;
}
@media print,
screen and (max-width: 64em) {
    #search-collapse{
        align-items: center;
        flex-direction: column;
    } 
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.collapse{
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}  
,
.navbar-right #searchIcon{
    font-size: 1.06rem;
}

.navbar-icon-nav a {
  font-size: 1.06rem;  
}
.header-bottom ul {
    margin-left: 0;
}

.container-fluid:after {
    clear: both;
}

/*
 .collapse.in {
    display: block;
} 
*/

.quick-cart-overlay {
    width: 750px;
    position: absolute;
    top: 150px;
    z-index: 1090;
    right: 1rem;
}
.shopping-cart:after {
    left: 97%;
}

