.page-header {
    background: #0c2452;
    padding-bottom: 10px;
    margin-bottom: -15px;
}

.header.links {
    z-index: 10;
    position: relative;
}

.customer-menu .header.links {
    position: absolute;
}

.panel.wrapper {
    margin-bottom: -25px;
}

.logo {
    width: 257px;
    height: 60px;
    top: -15px;
    margin-bottom: -25px;
    margin: 0;
    padding: 0px 20px;
}

.minicart-wrapper {
    margin-top: 10px;
}

.block-search {
    margin-top: 10px;
}

.block-search .control {
    border-top: 0px;
}

.navigation {
    max-width: 100% !important;
}

.nav-toggle::before {
    color: lightgray;
}

.nav-toggle:hover::before {
    color: gray;
}

.mobile-logo img {
    transform-origin: top left;
    transition: transform 0.25s;
}

.shrunken img {
    /*transition: transform 0.25s;
    transform-origin: top left;
    transform: scale(0.5);*/
}

.banner-full-width > div > div > div.pagebuilder-overlay > .pagebuilder-collage-content {
    color: white;
    font-weight: bolder;
    font-size: large;
    text-align: left;
}

.landing-page-category-card {
    border: 1px solid grey;
    border-spacing: 10px;
    border-radius: 10px;
}

.landing-page-category-card a {
    color: black;
    text-decoration: unset;
}

.category-products .pagebuilder-column-group {
    gap: 18px;
    padding: 18px;
}

.category-angeles-rentals .pagebuilder-column-group {
    gap: 18px;
    padding: 18px;
}

.category-angeles-rentals figure {
    max-width: 80%;
    align-self: center;
}

.page-main-full-width .page-title {
    max-width: 1280px;
    margin: 0 auto;
}

.footer label {
    font-weight: bold;
    display: inline-block;
    width: 100px;
}

.footer svg {
    color: #d56127;
}

.opc-progress-bar {
    padding-top: 18px;
}

/* Product Slider */
.slick-slide {
    padding: 20px 0px;
}

.slick-slide .product-item-name {
    height: 2.5em;
    overflow-y: hidden;
}

.ox-control-qty {
    width: max-content;
}

.product-identifiers-wrapper {
    display: flex;
    column-gap: 10px;
    margin-top: 5px;
}

/* Desktop Media Queries */
@media only screen and (min-width: 769px), print {
    .page-header {
        position: sticky;
        top: 0;
        z-index: 20;
        margin-bottom: 15px !important;
    }

    .nav-sections {
        position: relative;
        top: 10px;
	margin-bottom: 0px !important;
    }

    ul.header.links li:first-child {
        display: none;
    }
}

/* Mobile Media Queries */
@media only screen and (max-width: 768px) {
    a.logo {
        display: none;
    }

    .page-header {
        background: #0c2452;
        padding-bottom: 10px;
        margin-bottom: 5px;
        top: 0;
        position: sticky !important;
        z-index: 99;
    }

    .mobile-logo-flex-wrapper {
        display: flex;
        justify-content: center;
    }

    .mobile-logo-wrapper {
        width: 120px;
        position: absolute;
        top: 5px;
    }

    .block.block-search {
        height: 100%;
    }

    .block.block-search.block-content {
        height: 100%;
    }

    .block-search .label:before {
        display: none !important;
    }

    .block-search input {
        position: unset;
        margin: 25px 0px 0px;
    }

    .twitter-typeahead {
        z-index: 10;
    }

    .header.content {
        margin-top:15px;
    }

    .search.control {
        z-index: 11; /* Cover the logo*/
    }   

    .search-autocomplete {
        margin-top: 0px;
    }

    .banner-full-width > div > div > div.pagebuilder-overlay {
        background: linear-gradient(45deg, #0c2552b6, #0c2552e3);
        margin: 0px;
        max-width: 100% !important;
        min-height: 50vh;
    }

    .banner-full-width > div > div > div.pagebuilder-overlay > .pagebuilder-collage-content {
        width: 80%;
    }

    .page-main {
        margin: 15px 0px;
    }

    .product.media {
        margin-bottom: 18px;
    }

    /* Make final breadcrumb visible */
    .breadcrumbs {
        display: block;
    }

    /* Hide all but second-to-last (immediate category) breadcrumb */
    .breadcrumbs .item:nth-last-child(2) {
        display: block;
    }

    .breadcrumbs .item:not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumbs .item:nth-last-child(2)::before {
        content: "View more: ";
    }

    .breadcrumbs .item:nth-last-child(2)::after {
        content: "";
    }

    .account-link {
        display: none;
    }
}

/* Home Page CSS */
.cms-home h1 {
    color: white;
    font-weight: bolder;
    padding: 20px;
}

.cms-home .featured-heading {
    font-family: 'Montserrat', sans-serif; 
    color: #0c2452;
}

.cms-home h1.featured-heading::after {
    display: block;
    content: " ";
    border-bottom: 1px dashed gray;
    width: 80%;
    margin-left: 10%;
    margin-top: 5px;
}

/* Blog Post Background */
.cms-home #jarallax-container-0 div{
  opacity: 0.25;
}

.cms-home .blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    height: 3rem;
    overflow-y: hidden;
}

/* Desktop Media Queries */
@media only screen and (min-width: 768px) {
    a.mobile-logo {
        display: none;
    }

    .mobile-logo-wrapper {
        display: none;
    }    

    .banner-full-width > div > div > div.pagebuilder-overlay {
        background: linear-gradient(90deg, #0c2552e3 50%, #d5622982 50%);
        margin: 0px;
        max-width: 100% !important;
        min-height: 50vh;
    }

    .banner-full-width > div > div > div.pagebuilder-overlay > .pagebuilder-collage-content {
        width: 30vw;
        margin-left: 20vw;
    }

    .banner-full-width > div > div > div.pagebuilder-overlay > .pagebuilder-collage-content p {
        width: 80%;
    }

    .compare.wrapper {
        padding: 10px 0 0 0 !important;
    }

    .compare.wrapper .action.compare {
        color: #d56127 !important;
        font-weight: bold !important;
    }

    .amwishlist-name {
        height: 4.5rem;
        overflow-y: clip;
    }

    .amwishlist-name:hover {
        max-height: 7rem;
        height: 7rem;
        overflow-y: visible;
    }

    .amwishlist-product-grid .amwishlist-inner {
        right: 0;
        left: 0;
        z-index: 1 !important;
        padding: 0 15px 15px;
        display: block !important;
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        background-color: unset !important;
    }

    .filter-options-content {
        max-height: 50vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (min-width: 769px) {
    h1 {
        margin-bottom: unset;
    }
}

.amlocator-info-popup {
    width: initial !important;
}

.payment-method.stripe-payments.mobile {
    border-bottom: 1px solid lightgray;
    margin-bottom: 1em;
}

a[href*="/vault/cards/listaction/"] {
    display: none !important;
}

[data-role="calendar-dropdown"] {
    width: 7rem !important;
}

.search-autocomplete .product-name {
    height: 4rem !important;
    overflow-y: hidden;
}

.search-autocomplete .product-name:after {
    content: "...";
    position: absolute;
    top: 2.5rem;
    right: 3rem;
}
