﻿@media (min-width: 576px) {
    .site-logo {
        width: 250px;
    }
}

@media (max-width: 575.98px) {
    .site-logo {
        width: 175px;
    }
}

.menu {
    height: 100% !important;
}

.gjs-cell {
    height: 100% !important;
}

.offcanvas-menu {
    height: 100%;
}

.pagination {
    height: 36px;
    margin: 0;
    padding: 0;
}

    .pager, .pagination ul {
        margin-left: 0;
        *zoom: 1
    }

    .pagination ul {
        padding: 0;
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        box-shadow: 0 1px 2px rgba(0,0,0,.05)
    }

    .pagination li {
        display: inline
    }

    .pagination a {
        float: left;
        padding: 0 12px;
        line-height: 30px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0
    }

        .pagination .active a, .pagination a:hover {
            background-color: #f5f5f5;
            color: #94999E
        }

    .pagination .active a {
        color: #94999E;
        cursor: default
    }

    .pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled span {
        color: #94999E;
        background-color: transparent;
        cursor: default
    }

    .pagination li:first-child a, .pagination li:first-child span {
        border-left-width: 1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px
    }

    .pagination li:last-child a {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0
    }

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pager {
    margin-bottom: 18px;
    text-align: center
}

    .pager::after, .pager::before {
        display: table;
        content: ""
    }

    .pager li {
        display: inline
    }

    .pager a {
        display: inline-block;
        padding: 5px 12px;
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px
    }

        .pager a:hover {
            text-decoration: none;
            background-color: #f5f5f5
        }

    .pager .next a {
        float: right
    }

    .pager .previous a {
        float: left
    }

    .pager .disabled a, .pager .disabled a:hover {
        color: #999;
        background-color: #fff;
        cursor: default
    }

.pagination .prev.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 1px
}

.pagination .next.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination li.active, .pagination li.disabled {
    float: left;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination li.active {
    background: #364E63;
    color: #fff;
}

.pagination li:first-child {
    border-left-width: 1px;
}

.hero-slider {
    background-color: #a9a9a9; /* dark grey */
    position: relative;
    z-index: -1;
}

.hero-slide-item {
    width: auto;
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-slide-content {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1392px) {
    .hero-slide-item {
        width: auto;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
    }

    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 1025px) {
    .hero-slide-item {
        width: auto;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
    }

    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .hero-slide-item {
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
    }

    .hero-slider {
        height: 400px;
    }
}

.page-title {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    margin-bottom: 30px;
}

/* Moved from Shared Layout */
.menu-link {
    color: #9da9b9;
    text-decoration: none;
}

/*Increased main nav font weight 12/4/2018*/
.site-menu > ul > li > a > span {
    font-weight: 600 !important;
}

.site-menu > ul > li > .mega-menu > li > span > a {
    font-weight: 600 !important;
}

.site-menu > ul > li > .mega-menu > li, .site-menu > ul > li > .mega-menu > li > .sub-menu > li > a {
    line-height: 1.1 !important;
}

.easy-autocomplete-container > ul {
    background-color: white;
    list-style: none;
    margin-top: 6em;
}

.easy-autocomplete-container {
    height: 70em;
    overflow-y: scroll;
}

.eac-item {
    cursor: pointer;
}

.easy-autocomplete-container li {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .easy-autocomplete-container li:hover {
        box-shadow: -20px 0 1px #000066;
    }

.easy-autocomplete-container ul {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.dropdown-product-item > .dropdown-product-thumb {
    /*width: 55px;*/
    border-radius: 2%;
    /*overflow: hidden;*/
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.search, .account {
    color: #ffffff !important;
}

#cookieDiv {
    display: none;
}

/* End Moved from Shared Layout */

/* Loading Spinners from pages */
.spinner {
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    padding: 10px;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
    z-index: 99999;
}

.spinner-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,0.2);
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

.topbar {
    z-index: 8990;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    display: block;
    padding-top: 3px;
    color: #6e7681;
}

.shop-sorting label {
    color: #535961;
}

.widget-title {
    color: #535961;
}

@media (max-width: 991px) {
    .pageJumping {
        display: none !important;
    }
}

.video-container {
    position: relative;
    display: inline-block;
}

.video-spinner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 2;
}

    .video-spinner.active {
        display: flex !important;
    }