.page-header {
    border: 0;
    margin-bottom: 0;
    background-color: var(--bs-light);
    font-size: 16px;
    position: sticky;
    top: 0;
    z-index: 99;
}
body .page-header .panel.wrapper {
    border: 0;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}
body .page-header .header.panel {
    padding-top: 0.65em;
    padding-bottom: 0.65em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 600;
}
body .header.content {
    padding: 0em calc(var(--bs-gutter-x)* .5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/*===== Start header accout =====*/
.header-account {
    gap: 0.8em;
}
.header-login > span {
    cursor: pointer;
    display: inline-block;
}

.header-login .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    --bs-dropdown-padding-x: 1em;
    --bs-dropdown-padding-y: 1em;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-font-size: 1em;
    --bs-dropdown-min-width: 12em;
    text-align: center;
    top: 2.1em;
}
/*===== End header accout =====*/

/*===== Start header search =====*/
.header-search {
    margin-left: 1em;
}
.header-search .title {
    background-image: url(../images/header-search-white.svg);
    width: 1.2em;
    height: 1.5em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.header-search .dropdown-menu {
    right: 0;
    top: 2.3em;
    --bs-dropdown-padding-x: 1em;
    --bs-dropdown-padding-y: 1em;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-border-radius: 0;
}
.header-search .block-search .nested {
    display: none;
}
/*===== End header search =====*/

/*===== Start header minicart =====*/
header .minicart-wrapper {
    margin-left: 1em;
}
header .minicart-wrapper .action.showcart {
    background-image: url(../images/header-minicart-white.svg);
    width: 1em;
    height: 1.3em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
header .minicart-wrapper .action.showcart:before{
    font-size: 0px !important;
}
header .minicart-wrapper .action.showcart .counter.qty {
    background-color: var(--bs-primary);
    font-weight: normal;
    font-size: 0.5em;
    margin: 0;
    min-width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.5em;
    right: -1.5em;
}
header .minicart-wrapper .block-minicart {
    color: var(--bs-primary);
    position: fixed;
    top: 0;
    min-width: 32em;
    width: 32em;
    right: 0;
    margin: 0;
    border: 0;
    height: 100vh;
    box-shadow: 0 0.8em 0.8em rgba(0, 0, 0, 0.25);
    padding: 2em 3em;
    padding-top: 5em;
}
header .minicart-wrapper .action.close {
    background-image: url(../images/close-icon-primary.svg) !important;
    width: auto;
    height: auto;
    top: 1em;
    left: 2.3em;
    right: auto;
    font-size: 1.25em;
    color: var(--bs-primary);
    padding-left: 1.2em;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    background-size: 0.85em !important;
    text-transform: uppercase;
    font-family: var(--bs-futura-pt);
}
header .minicart-wrapper .action.close:before{
    display: none;
}
header .minicart-wrapper .action.close span {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 1.25em;
}
header .block-minicart .subtitle.empty {
    font-size: 1em;
    padding: 2em 0 0;
    font-weight: 500;
}
header .minicart-items-wrapper {
    height: calc(100vh - 18.5em) !important;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-family: var(--bs-futura-pt);
    margin-bottom: 1em;
}

header .minicart-items-wrapper::-webkit-scrollbar {
  width: 0.3em;
}
header .minicart-items-wrapper::-webkit-scrollbar-track {
  background: var(--bs-light); 
}
header .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: var(--bs-primary); 
}

header .minicart-items .product-item {
    padding: 0.95em 0;
    font-size: 1em;
}
header .minicart-items .product-item:not(:first-child) {
    border-top: 0.25em solid var(--bs-light);
}

header .minicart-items .product-item > .product {
    display: flex;
    flex-wrap: wrap;
    padding-right: 1.6em;
    justify-content: space-between;
    position: relative;
}
header .minicart-items .product > .product-item-photo {
    width: 37%;
    line-height: 0;
}
header .minicart-items .product span.product-image-container {
    width: 100% !important;
    border: 0.25em solid var(--bs-light);
}
header .minicart-items .product-item-details {
    padding-left: 6%;
    width: 63%;
    margin: auto 0;
}
header .minicart-items .product-item-name {
    font-weight: 450;
    margin-bottom: 0.5em;
}
header .minicart-items .product-item-name a {
    color: var(--bs-link-hover-color);
}
header .minicart-items .product .toggle:after {
    font-size: 1.6em;
    line-height: 0.5;
}
header .minicart-items dl.product.options {
    margin-bottom: 0;
    margin-top: 0.4em;
}
header .minicart-items dl.product dt.label {
    font-weight: 450;
    margin-bottom: 0.4em;
}
header .minicart-items dl.product dd.values {
    margin-bottom: 0.5em;
}
header .minicart-items .product-item-details .details-qty {
    margin-top: 0.6em;
}
header .minicart-items .product-item-details .price-including-tax, 
header .minicart-items .product-item-details .price-excluding-tax {
    margin: 0.6em 0 0;
}
header .minicart-items .product-item-details .price {
    font-weight: 400;
}
header .minicart-wrapper .product .actions {
    margin: 0;
    position: absolute;
    top: 1em;
    right: 0;
}
header .minicart-items .action.delete:before {
    content: '\e604';
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-size: 1.8em;
    line-height: 1;
}
header .block-minicart .subtotal {
    margin: 0em;
    font-size: 1.25em;
    font-family: var(--bs-futura-pt);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--bs-secondary);
    font-weight: 450;
}
header .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 1em;
    font-weight: 450;
}
header .block-minicart .block-content > .actions {
    margin-top: 1em;
}
header .minicart-wrapper .minicart-widgets {
    margin-top: 0;
}
header .block-minicart .block-content > .actions .btn {
    --bs-btn-padding-y: 0.85em;
    border-width: var(--bs-btn-border-width);
    --bs-btn-border-radius: 1em;
}
/*===== End header minicart =====*/

/*===== Start header logo =====*/
.page-header .logo {
    margin: 0;
    max-width: 100%;
    width: 7em;
    z-index: 0;
}
/*===== End header logo =====*/

/*===== Start mobile-request =====*/
.mobile-request {
    margin-left: 2em;
    gap: 0.95em;
    row-gap: 0.95em;
    column-gap: 0.95em;
}
.mobile-request .btn {
    --bs-btn-padding-y: 0.47em;
    --bs-btn-padding-x: 0.85em;
}
.mobile-request a.number{
    gap: 0.2em;
    --bs-link-color: var(--bs-primary);
}
.mobile-request a.number img {
    width: 1.2em;
}
/*===== End mobile-request =====*/


@media screen and (max-width:1199px){
    body .header.content {
        padding-bottom: 0;
        padding-top: 1em;
    }
    .page-header .logo {
        order: 1;
    }
}

@media screen and (max-width:768px){
    body .header.content {
        padding-bottom: 1.3em;
    }
    .page-header span.nav-toggle {
        position: initial;
        order: 3;
        margin-left: 1em;
        font-size: 1em;
        background-image: url(../images/menu-icon.svg);
        width: 2em;
        height: 2em;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 100%;
        display: inline-block;
    }
    .nav-open .page-header span.nav-toggle {
        background-image: url(../images/menu-close.svg);
        background-size: 75%;
    }
    
    .page-header span.nav-toggle:before{
        display: none;
    }
    .nav-open span.nav-toggle:after {
        background-color: transparent;
        width: 0;
        height: 0;
    }

    .header-search .block-search {
        position: relative;
        width: 250px;
        z-index: 4;
        margin: 0;
    }

    .header-search .block-search label.label {
        display: none;
    }

    .header-search .block-search .control {
        border-top: 0;
        margin: 0;
    }
    .header-search .block-search 
     input#search {
        margin: 0;
        padding-right: 35px;
        position: static;
    }
    .header-search  .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        padding: 5px 0;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1;
    }
    .header-search .block-search .action.search span {
        display: none;
    }
    .header-search .block-search .action.search:before {
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #8f8f8f;
        content: '\e615';
        font-family: 'icons-blank-theme';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
}

@media screen and (max-width:767px){
    body .page-header .panel.wrapper {
        height: 0;
    }
    body .page-header .header.panel {
        padding: 0;
    }
    body .header.content {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        max-width: 100% !important;
        --bs-gutter-x: 4em;
    }
    .page-header span.nav-toggle {
        margin-left: auto;
        width: 1.8em;
        height: 1.8em;
    }
    .page-header .logo {
        width: 5em;
    }
    body .minicart-wrapper {
        position: absolute;
        margin: 0;
        right: 5em;
        top: 0.6em;
        z-index: 100;
    }
    header .minicart-wrapper .action.showcart {
        background-image: url(../images/header-minicart-primary.svg);
        width: 1.3em;
        height: 1.7em;
    }
    header .minicart-wrapper .block-minicart {
        min-width: 28em;
        width: 28em;
        font-size: 0.8em;
    }
    header .block-minicart .block-content > .actions .btn {
        --bs-btn-font-size: 16px;
    }



    .header-search {
        margin: 0;
        position: absolute;
        right: 7.5em;
        top: 0.7em;
        z-index: 1;
    }
    .header-search .title {
        background-image: url(../images/header-search-primary.svg);
        width: 1.45em;
    }  
   .header-search .dropdown-menu {
        right: -7.5em;
        top: 2.1em;
        --bs-dropdown-padding-x: 2em;
        --bs-dropdown-padding-y: 2em;
        width: 100vw;
        background-color: var(--bs-primary);
        border: 0;
    }
    .header-search .block-search {
        width: 100%;
    }
    .header-account {
        position: absolute;
        top: 0.65em;
        right: 10em;
        z-index: 1;
    }
    .header-login .dropdown-menu {
        top: 2.19em;
        border-top: 0;
        box-shadow: none;
    }
    .header-login > span img {
        width: 1.4em;
    }
    .mobile-request a.number {
        --bs-link-color: var(--bs-white);
        padding: 0;
        color: var(--bs-link-color);
    }
    .mobile-request {
        margin: 0;
        width: 100%;
        background-color: var(--bs-secondary);
        padding: 2em 1.59em;
        justify-content: space-between;
        flex-direction: row-reverse;
        font-size: 0.714em;
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0px 0em 1.6em 0;
    }
    .mobile-request .btn {
        padding: 0.8em 1em;
        --bs-btn-border-color: transparent;
        --bs-btn-hover-border-color: transparent;
        --bs-btn-active-border-color: transparent;
        --bs-btn-disabled-border-color: transparent;
    }    
}
@media screen and (max-width:575px){
    body .header.content {
        --bs-gutter-x: 1.5rem;
    }
    body .minicart-wrapper {
        right: 3.7em;
    }
    .header-search{
        right: 6.2em;
    }
    .header-search .dropdown-menu {
        right: -6.2em;
        --bs-dropdown-padding-x: 1.5rem;
        --bs-dropdown-padding-y: 2em;
    }
    .header-account {
        right: 8.5em;
    }
    .mobile-request {
        padding: 2em 0.75rem;
        font-size: 0.6em;
        gap: 0.4em;
    }
}
@media screen and (max-width:375px){
    .mobile-request .btn {
        font-size: 0.9em;
    }
    header .minicart-wrapper .block-minicart {
        min-width: 95%;
        width: 95%;
    }
}