.custom-btn-header-blocks{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cart-btn-custom{
    padding: 7px 15px 7px 15px !important;
    border-radius: 10px;
    margin-right: 10px;
    background: #3a9ef0 !important;
    min-width: 120px;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    align-items: center !important;
}

.cart-block-btn-custom{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cart-btn-custom:hover{
    background: #368ed6 !important;
}

.signin-btn-custom{
    padding: 7px 15px 7px 15px !important;
    border-radius: 10px;
    margin-right: 10px;
    background: #f6faff !important;
    min-width: 120px;
    color: #3a9ef0 !important;
}
.signin-btn-custom:hover{
    background: #ebeff3 !important;
}
.cart-buy-btn-custom{
    background: #3a9ef0 !important;
    border-radius: 10px;
    font-weight: 500;
}

.cart-check-btn-custom{
    color: var(--bs-primary) !important;
    border-radius: 10px;
    font-weight: 500;
}

.cart-buy-btn-custom:hover{
    background: #368ed6 !important;
}

.header-top{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header-top-inside-custom{
    background-color: #fff;
    padding-bottom: 1.2rem;
    padding-top: 1rem;
    border-radius: 10px 10px 0px 0px !important;
    /* overflow: hidden; */
}

.header-nav-menu-custom{
    border-radius: 0px 0px 10px 10px !important;
    /* overflow: hidden; */
}

/* .header-nav-hovernav:hover{
    background: #368ed0 !important;
    color: #fff;
    

} */

.header-nav-icon-back{
    background: #f6faff;
    border: 3px solid #f6faff ;
    border-radius: 3px;
}

.header-nav-title-btn{
    font-weight: 700 !important;
}

.header-back-index-custom{
    padding: 30px 0px;
}

.header-back-category-custom{
    padding: 30px 0px;
    background-image: url('/img/page-headers/header_categorie.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.header-back-fallback-custom{
    padding: 30px 0px;
    background-image: url('/img/page-headers/header_categorie.jpg');            
    background-size: cover;
    background-repeat: no-repeat;
}


.header-back-product-custom{
    padding: 30px 0px;
    background-image: url('/img/page-headers/header_product.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.header-menu-box-custom{
    border-radius: 0px 20px 20px 20px;
    border: 0px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10) !important;

    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}


.header-nav-button-custom{
    max-width: 12rem!important;
}

.header-menu-inside-text-custom{
    color: #404040;
    font-weight: 700;
    font-size: 16px;
}
.header-menu-inside-text-custom:hover{
    text-decoration: underline;
}
.header-menu-inside-text-custom::before{
    color: var(--bs-primary);
}


/*sign-in btn*/
.sign-in-btn-custom{
    color: var(--bs-primary);
    background-color: #f6faff;
    padding: 7px 15px;
    border-radius: 10px;
}

.sign-in-btn-custom:hover{
    background-color: #f0f4f8;
}

.sign-in-btn-title-custom{
    color: var(--bs-primary);
    font-weight: 700;
}

.sign-in-btn-title-custom{
    text-decoration: none !important;
}

.sign-in-btn-title-icon-custom{
    color: var(--bs-primary);
}

.sign-in-btn-dropdown-icon-custom{
    color: var(--bs-primary);
}

.sign-in-btn-dropdown-custom{
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10) !important;
    margin-top: 7px !important;
    border: 0px !important;
    border-radius: 10px!important;
    overflow: hidden !important;
}

#sign-in-id-dropdown-custom .sign-in-btn-dropdown-item-custom{
    border: 0px !important;
    color: #404040 !important;
}
#sign-in-id-dropdown-custom .sign-in-btn-dropdown-item-custom:hover{
    text-decoration: underline !important;
    color: var(--bs-primary) !important;
}


/*cart pannel */
.cart-dropdown-custom{
    border-radius: 10px;
    margin-right: 10px;
}
.cart-dropdown-btn-custom{
    border-radius: 10px;
    font-weight: 500;
}

/*mobile*/
.mobile-header-area-custom{
    border-bottom: 1px solid var(--bs-primary);
}

.mobile-header-area-ext-custom{
    margin-bottom: 10px;
}

.mobile-side-menu-custom{
    width: 100% !important;
    max-width: 268px;
}

.mobile-menu-header-area-custom{
    border-bottom: 1px solid var(--bs-primary);
}

.mobile-menu-header-active-btn-custom:active{
    color: var(--bs-primary);
}

.mobile-menu-header-title-custom{
    color: var(--bs-primary);
    font-weight: 700 !important;
}

.mobile-menu-header-close-btn-custom{
    border: 0px !important;
}

.mobile-menu-submenu-category-links-custom:active{
    color: var(--bs-primary) !important;
}

.mobile-menu-submenu-category-link-arrow-custom{
    color: var(--bs-primary);
}

.mobile-menu-submenu-text-link-custom{
    font-weight: 700 !important;
}