@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Global */
:root {
  --color-primary: #01AEEF;
  --color-primary-text: #ffffff;
  --color-secondary: #dddddd;
  --color-secondary-text: #212529;
  --homepage-secondary-callout-col-count: 5;
  --container-max-width: 75%;
}
*:not(.fa) {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* Buttons */
a.button.button--theme--primary:visited, button.button.button--theme--primary:visited, input[type=submit].button.button--theme--primary:visited, a.button.button--theme--primary:link, a.button.button--theme--primary:link, a.button.button--theme--primary, button.button.button--theme--primary, input[type=submit].button.button--theme--primary {
    color: #0d0d0d;
    background: #fff;
    border-radius: 0;
}

/* Header */
.page__title h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

header.header--site {
    display: block;
    padding-top: 0;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: var(--container-max-width);
    margin: auto;
}
li.header-logo {
    max-width: 75px;
}
.child .hovernav:hover a {
    color: var(--color-primary) !important;
    text-decoration: underline;
}

/* Header Right - Search - Account - Cart */
header.header--site .nav--site {
    grid-area: nav;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 25px 0;
}
.account-bottom-right {
    margin-top: 15px;
}
header.header--site .nav--user .nav-list {
    padding: 0;
}
header.header--site .nav--user .nav-list.horizontal li:not(:first-of-type) {
    margin-right: 0;
    margin-left: 0;
}
header.header--site .nav--user .nav-list.horizontal li + li {
    padding-left: 0;
}
header.header--site .nav--user .nav-list {
    flex-flow: nowrap;
}
.nav--user {
    display: flex;
    align-items: center;
}
i.fa.fa-user {
    z-index: 999999;
    position: relative;
}
.nav-list.horizontal li {
    display: inline-block;
    text-align: center;
}
.nav--user ul {
    display: flex;
    gap: 15px;
}
header.header--site .nav--user .nav-list.horizontal, .header-left ul {
    gap: 20px !important;
}
.header-left ul {
    list-style: none;
    margin-left: 0;
    display: flex;
}
.callout__overlay-subtitle {
    font-family: "Roboto", sans-serif;
    color: var(--color-primary);
    font-weight: 700;
}

/* Search */
.nav-list.horizontal li + li {
    margin-top: 0;
    margin-left: 0;

}
header.header--site .search-box input[type=text]:focus {
    box-shadow: none;
}
form#searchForm {
    border: 2px solid #dddddd;
    width: 350px;
}
header.header--site .search-box input[type=text] {
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    width: 100% !important;
}
header.header--site .search-box {
    grid-area: search;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.search-box {
    position: relative;
    display: flex;
    align-items: center;
}
.search-inner {
    display: flex;
    align-items: center;
    position: relative;
}
.callout__overlay-title {
    font-family: "Roboto", sans-serif;
    padding: 12px 0;
    font-weight: 700;
    color: #494949;
}
.callout__overlay {
    text-align: center;
}
i.fa.fa-shopping-cart, i.fa.fa-user, i.fa.fa-map-marker, i.fa.fa-bars, .btn-search, i.fa.fa-sign-out, i.fa.fa-user-circle, i.fa.fa-calendar {
    width: 30px !important;
    height: 30px !important;
    color: var(--color-primary) !important;
    background-color: #fff !important;
    display: inline-flex;
    align-items: center;
    border: none !important;
    font-size: 20px !important;
    cursor: pointer !important;
}
i.fa.fa-shopping-cart, i.fa.fa-user, i.fa.fa-bars, .btn-search, i.fa.fa-sign-out {
    border-radius: 50% !important;
}
.btn-search {
    padding-left: 4px;
}
i.fa.fa-map-marker {
    border-radius: 25px 0 0 25px !important;
}
i.fa.fa-shopping-cart, i.fa.fa-user {
    right: 0 !important;
}

/* Slider */
.slide img {  
    border: 0px;  
}
.slider {     
    margin-top: 0px;
}
.slide.style-c .slide__contents {
    position: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
    width: var(--container-max-width) !important;
    margin: auto;
}
.slider, .owl-carousel {
  width: 100% !important;
  max-width: var(--container-max-width) !important;
  margin: auto;
  overflow: hidden; 
}

.slide.style-c .slide__image img {
  width: 100%;
  height: auto;
  object-fit: unset;
  max-height: none;
  box-sizing: content-box;
  border: 2px solid #ffffff;
  border-radius: 15px;
}

/* Header Middle - Logo */
header.header--site .logo-space {
    grid-area: logo;
    display: grid;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.logo-space {
    flex: 1;
    text-align: center;
}
header.header--site .nav--user {
    grid-area: user-nav;
    justify-self: center;
    z-index: 99999;
}
.header-wrapper {
    padding-bottom: 0;
    border-bottom: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;

}
#bodyContainer {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
.container.container--header {
    width: 100%;
    padding: 0px;
}
header.header--site .nav--site {
    background-color: #202020;
}
header.header--site a:link, header.header--site a:visited {
    color: black;
}
header.header--site .nav--site .nav-list li {
    margin-bottom: 0;
    padding: 10px 20px;
}
header.header--site .nav--site .nav-list li:not(:last-child) {
    margin-right: 0;
}
header.header--site .nav--site .nav-list {
    display: flex !important; 
    justify-content: space-between;
    width: 70%;
}
header.header--site .nav--site .nav-list li:hover {
    background-color: #343434;
}

/* Header Left - Menu Icon, ID Selector */
.header-left {
    display: flex; 
    align-items: center; 
    z-index: 999;
}
.header-left li {
    display: inline-block;
}
i.fa.fa-map-marker {
    z-index: 9999;
    position: relative;
}

/* Bottom Navigation */
.bottom-nav {
    grid-area: bottomnav;
}
.header-user-top-inner {
    width: var(--container-max-width);
    margin:auto;
}
.header-user-top {
    width:100%;
    height: 25px;
    background-color: var(--color-primary);
    color: var(--color-primary-text);
    text-transform: uppercase;
    font-size: .8em;
    line-height: 2;
    text-align: right;
}
.hovernav a {
    font-weight: 500;
    font-size: 1.2em;
}
.nav-list.horizontal li + li {
    padding-left: 0;
}
header.header--site .nav--user .nav-list li.hovernav li.nav-nochild {
    width: 200px !important;
    margin-left: 0px !important;
    line-height: 1.2;
    font-size: .7em;
}
.child li.hovernav {
    text-align: left !important;
}
ul.child.sidebar.innerlevel {
    background-color: #f4f4f4 !important;
}
.nav-list.horizontal li {
    margin-bottom: 0 !important;
}
.bottom-nav {
    /* background-color: var(--color-secondary); */
    line-height: 2;
    width: var(--container-max-width);
    margin: auto;
}
li.hovernav {
    width: 175px;
}

/* Header Bottom - Dropdown Menu */
.has-children ul {
        background: #ffffff !important;
    border: 0;
    width: fit-content;
    display: none;
    top: 100%;
    padding-top: 10px;
    box-shadow: -1px 3px 5px #00000057;
}
.has-children:hover > a {
    color: #000 !important;
    background: #fff !important;
}
/* DROPDOWN NAVIGATION 
.has-children:hover ul.child.hovernav {
    display: none;
}
*/
.has-children > a::after {
    display: none;
}
.has-children ul a:hover {
    background: none !important;
}
li.has-children {
    width: fit-content;
    min-width: 200px;
}
header.header--site .nav--user .nav-list li.hovernav .nav-nochild:hover {
    border-bottom: 4px solid #ffffff !important;
    text-decoration: underline;
}
header.header--site .nav--user .nav-list li.hovernav {
    margin-left: 40px !important;
    border-bottom: 4px solid #00000000 !important;
}
header.header--site .nav--user .nav-list.horizontal li {
    margin: 0;
    width: fit-content;
}
header.header--site .nav--user .nav-list li.hovernav:hover {
    border-bottom: 4px solid #6610f2 !important;
}
ul.nav-list.horizontal {
    font-size: .8em;
    text-transform: uppercase;
}
.account-top-right ul.nav-list.horizontal a {
    color: var(--color-primary) !important;
}

/* Featured Products - Callouts */
span.old-price {
    color: grey;
    text-decoration: line-through;
    padding-right: 5px;
    font-size: .8em;
}
.homepage__secondary-callouts .callout__image {
    box-shadow: none;
    border: 1px solid #ddd;
}
.homepage__secondary-callouts h2 {
    font-family: "Roboto", sans-serif;
    font-size: 1.4em;
    color: #000;
    display: flex;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    width: fit-content;
    margin-bottom: 30px;
    margin-top: 30px;
}
.homepage__secondary-callouts {
    width: var(--container-max-width) !important;
    margin: auto;
}
.homepage__secondary-callouts .callout__title a {
    font-family: 'Roboto', serif;
    font-size: 1.4em;
}

/* Product List */
figure.product:hover .button, button.button.button--theme--primary:hover, a.button.button--theme--primary:hover {
    background-color: var(--color-primary);
    color: var(--color-primary-text);
    border-color: var(--color-primary);
    border-radius: 0;
}
.products.products--grid {
    grid-template: auto / repeat(1, 1fr);
}
.products.products--grid .product {
    grid-template: auto 1fr / 1fr;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    align-items: start;
}
.products.products--grid .product__info * {
    font-weight: 500;
}
.products.products--grid .product {
    grid-template-areas: "image info" !important;
}
.products.products--grid .product__cta {
    border-top: none;
}
figure.product {
    border-bottom: 2px solid #dfdfdf;
}
.page__title {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: var(--gutter) 0;
    margin-bottom: var(--gutter);
    text-transform: uppercase;
    margin-top: 30px;
}

/* Footer */
.container.container--footer {
    padding-top: 30px;
}
.footer-wrapper {
    background: var(--color-secondary);
    border-top: none;
}
.footer-nav .nav-list.horizontal li a, footer.footer--site .sm-links a, footer.footer--site .copyright p, footer.footer--site a:link {
    color: var(--color-secondary-text) !important;
}
footer.footer--site .footer-nav .nav-list {
    text-align: center;
    display: flex;
    width: 100%;
    gap: 30px;
}

/* Sidebar */
.nav-list.horizontal li.sidebar {
    text-align: left;
}
.sidebar-layout {
    display: flex;
    gap: 20px;
    width: var(--container-max-width) !important;
    margin: auto;
}
main.main-node-layout {
    flex-grow: 1;
}
aside.sidebar-categories {
    width: 25%;
    height: 100vh;
    width: 250px;
    flex-shrink: 0;
    background-color: #fff;
    height: auto;
}
aside.sidebar-categories {
    z-index: 1;
}
aside.sidebar-categories h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    margin: 50px 0 10px;
}
.nav-list.horizontal ul.sidebar li.sidebar a {
    color: var(--color-primary) !important;
}
li.nav-nochild.sidebar.toplevel {
    background-color: #f4f4f4;
    width: 100%;
    padding: 10px;
    border: 2px solid #dfdfdf !important;
    border-top: none !important;
}
.has-children ul.sidebar {
    display: block;
    position: relative;
    box-shadow: none;
}
li.has-children.sidebar a {
    padding: 10px !important;
    font-weight: 500;
}
li.has-children.sidebar {
    background-color: #f4f4f4;
    width: 100% !important;
    padding: 10px;
    border: 2px solid #dfdfdf !important;
}
.nav-list > li.has-children.toplevel > a {
    border-bottom: 2px solid #dfdfdf !important;
}
aside.sidebar-categories {
    display: none;
}

/* Slide Out Trays */
.slide-tray {
    position: fixed;
    top: 0;
    height: 100%;
    width: 35%;
    background-color: #fff;
    z-index: 1001;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%); 
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow-y: auto;
}
.left-tray {
    left: 0;
    transform: translateX(-105%);
}
.right-tray {
    right: 0;
    transform: translateX(105%);
}
.left-tray, .right-tray {
    z-index: 1001; 
}
.slide-tray.active {
    transform: translateX(0);
}
.tray-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}
.tray-overlay.active {
    display: block;
    z-index: 999999;
}
.left-tray.active {
    left: -75px;
    transform: translateX(-100%);
    z-index: 9999999;
    padding-left:25px;
}
.right-tray.active {
    right: -75px;
    z-index: 9999999;
    padding-right:45px;
}
.left-tray.active, .right-tray.active {
    transform: translateX(0);
}  
.tray-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: opacity 0.4s ease out;
    opacity: 0;
}  
.tray-overlay.active {
    display: block;
    z-index: 999999; 
    opacity: 1;
}  
.left-tray a, .right-tray a, .left-tray button, .right-tray button {      
    position: relative; 
}  
.tray.has-children > ul,
.tray2.has-children > ul,
.tray3.has-children > ul {
    display: none !important; 
}
.has-children.tray ul {
    position: relative;
}
.has-children.tray ul ul {
    left: 0;
    top: 0;
    background: #d8d8d8;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
}
.has-children.tray ul ul ul {
    background: #b9b9b9;
}
.tray.active > ul,
.tray2.active > ul,
.tray3.active > ul {
    display: block !important; 
}
.nav--site .has-children:hover > ul {
    display: block; /* Show subcategories on hover for horizontal menu */
}
.slide-tray li a {
    color: black !important;
    padding: 0 30px;
    line-height: 3;
}
#leftTray ul, #rightTray ul {
    list-style: none;
    line-height: 3;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    width: 100%;
    margin-left: 0em;
}
#leftTray nav {
    padding-left: 55px;
    padding-top: 55px;
}
#rightTray nav {
    padding-left: 55px;
    padding-top: 55px;
}
.has-children.tray ul {
    color: #000000 !important;
    background: #ededed;
}
  .has-children.tray:hover > a, .has-children.tray2:hover > a, .has-children.tray3:hover > a {
    color: #fff !important;
    background: var(--color-primary) !important;
}
.has-children.tray .has-children.tray2 > a::after, .has-children.tray .has-children.tray3 > a::after {
    content: "\f107" !important;
}
li.has-children.tray.active {
    margin-left: -12px;
}

/* Media Queries */
@media all and (max-width:1034px){
    .sidebar-layout {
        width: 90% !important;
    }
    li.hovernav {
        display: none !important;
    }
    .menu-toggle {
        display: block;
    }
    header.header--site .nav--site {
        display:none;
    }
    i.fa.fa-bars,i.fa.fa-shopping-cart,i.fa.fa-user,i.fa.fa-map-marker,i.fa.fa-search,.btn-search{
        width: 35px !important;
        height: 35px !important;
        border: none !important;
        font-size: 20px !important;
    }
    .container#bodyContainer, .container  {
        padding: 0;
    }
    .search-box .input-search {
        height: 35px !important;
        width: 35px !important;
        font-size: .8em !important;
    }
    header.header--site .search-box .input-search {
        padding: 0 15px !important;
    }
    .fa-search:before {
        vertical-align: -webkit-baseline-middle;
    }
    .slide-tray {
        width: 45%;
    }
    header.header--site .nav--user .nav-list.horizontal {
        gap: 17px !important;
    }
    header.header--site .nav--user {
        justify-content: flex-end;
    }
    .homepage__callouts .callout {
        min-height: 350px;
    }
    .header-top {
        max-width: 95%;
    }
}
@media all and (max-width:768px) {
    aside.sidebar-categories {
        display: none !important;
    }
    .slide-tray {
        width: 55% !important;
    }
    aside.sidebar-categories {
        display: none !important;
    }
    .store-logo img {
        max-width: 100%;
        height: auto;
    }
    .search-box {
        width: 100%;
    }
    li.header-logo img {
        max-width: 215px;
    }
    .header-top {
        padding: 20px;
    }
    .identity-selector {
        display: none;  
    }
    .slide-tray {
        width: 85%;
    }
    header.header--site .logo-space img {
        max-height: 75px;
    }
    .search-inner:focus-within .input-search {
        width: 225px !important;
    }
    header.header--site .nav--user .nav-list.horizontal li + li {
        border-left: none;
    }
    .homepage__callouts .callout {
        min-height: 275px;
    }
    .homepage__callouts .callouts {
        grid-template: auto / repeat(2, 1fr);
    }
    .container--homepage {
        grid-template: var(--homepage-grid-template, auto / 1fr);
        grid-template-areas: var(--homepage-grid-template-areas, "bottomnav" "slider" "callouts" "secondary-callouts" "content");
    }
    li.header-logo img {
        max-width: 100px;
    }
    form#searchForm {
        width: fit-content;
    }
    .account-top-right ul.nav-list.horizontal a {
        color: var(--color-primary) !important;
        font-size: .8em;
    }
}

@media all and (max-width:480px){
    .sidebar-layout {
        width: 95% !important;
    }
    .header-wrapper {
        margin-bottom: 0 !important;
    }
    .footer-wrapper {
        margin-top: 0;
    }
    div#productTemplate {
        width: 90%;
        margin:auto;
    }
    .slide-tray {
        width: 85% !important;
    }
    i.fa.fa-bars,i.fa.fa-shopping-cart,i.fa.fa-user,i.fa.fa-map-marker,i.fa.fa-search,.btn-search{
        width: 25px !important;
        height: 25px !important;
        border: none !important;
        font-size: 25px !important;
    }
    .identity-selector select {
        height: 25px !important;
        padding: 2px !important;
        font-size: .8em !important;
        margin-left: -25px;
        padding-left: 30px !important;
    }
    .search-box .input-search {
        height: 25px !important;
        width: 5px !important;
        font-size: .8em !important;
    }
    header.header--site .search-box .input-search {
        padding: 0 12px !important;
    }
    header.header--site .nav--user .nav-list.horizontal {
        gap: 17px !important;
    }
    header.header--site .nav--user {
        width: fit-content;
        justify-content: flex-start;
    }
    header.header--site .logo-space img {
        max-height: 55px;
    }
    .homepage__callouts .callout {
        min-height: 225px;
    }
    .callout__cta {
        width: fit-content;
        padding: 0 12px;
    }
    .homepage__secondary-callouts .callout__title {
       font-size: 22px !important;
    }
    .callout--subtitle.first {
        font-size: .8em !important;
    }
    .callout--title {
        font-size: .8em !important;
    }
    .header-right {
        display: none;
    }
}