@media (min-width:992px) {
    .page-wrapper .page-main {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 5rem
    }

    .searchsuite-autocomplete {
        width: 100% !important
    }
}

@media (max-width:991px) {
    .searchsuite-autocomplete {
        border-top: 0;
        margin-top: 0;
        right: 0;
        width: auto !important;
        min-width: 60vw
    }
}

@media (max-width: 480px) {
    .nav-search {
        width:35%
    }

    .cart-icon {
        margin-right: 2rem
    }

    .minicart-wrapper .nav-rightside-counter-value {
        right: 1rem
    }
}

.nav-search {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 5rem;
    width: 30vw;
}

.page-header .header.content {
    padding: .5rem;
    max-width: 100%;
    background: #13284a;
    height: 5rem;
    box-shadow: 0 0.08rem 0.1rem;
}

.minicart-wrapper .nav-rightside-counter-value {
    right: 1.8rem;
    top: 0;
    padding: .35rem 0;
    margin: 0;
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    border-radius: 50%;
    background-color: #C8DBEA;
    line-height: .7rem;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: .7rem;
    position: absolute
}

.minicart-wrapper .action.close {
    height: 40px !important;
    width: 32px !important;
}

.product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
    padding-bottom: 2px;
    background: rgba(255,255,255,0.1);
}

.product.data.items>.item.title>.switch {
    background: none;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border: 1px solid #2e485c;
}

.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
    border: 1px solid #2e485c;
    background: rgba(255,255,255,0.2)
}

.product.data.items>.item.title:not(.disabled)>.switch:focus, .product.data.items>.item.title:not(.disabled)>.switch:hover {
    background: rgba(255,255,255,0.2);
}

.product.data.items>.item.content {
    background: none;
    border: 3px solid #2e485c;
    border-right: none;
    border-left: none;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .page-wrapper .page-main {
        margin-top: 0;
        padding: 0 0.5rem;
    }

    .minicart-wrapper .nav-rightside-counter-value {
        right: 1.5rem;
        padding: .3rem;
        width: 1.1rem;
        height: 1.1rem;
        line-height: .5rem;
        font-size: .5rem
    }

    .custom-account-icon {
        position: inherit
    }

    
}

.filter-content {
    background: #fff;
    padding: 1rem;
}

a.data.switch {
    color: #fff !important;
}

.product.info.detailed {
    background: transparent;
}

a.nav-link:visited {
    color: #fff;
}

.page-footer {
    margin-top: 1.55rem;
    padding-bottom: 0
}