/* font-family: 'Roboto', sans-serif !important;
font-family: 'Montserrat', sans-serif !important;
*/

/* .header {
    font-family: 'Roboto', sans-serif !important;
} */

.header-wrapper-container {
    float: right;
    width: 80%;
 }

body {
    font-family: "Open Sans", "Open Sans Fallback", Arial, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #252525;
}

.block-search, .minicart-wrapper {
    margin-top: 11px;
}

.service-msg {
    background:#f8d7da;
    text-align: center;
    padding: 5px;
    color: #000;
}

.service-symbol {
    font-size: 16px;
    vertical-align: top;
}

.topmenu-links {
   float:right;
   margin-top:14px;
}

.topmenu-links ul {
    padding-left: 0;
    margin-top:auto;
    margin-bottom:auto;
    list-style-type:none;
}

.topmenu-links li {
    display:inline-block;
    margin: 3px;
}

.topmenu-links a {
    padding-left: 10px;
    padding-right:11px;
}

.topmenu-links a:not(:last-child) {
    border-right: 1px solid #dad9d6;
}

 .block-minicart {
    position:fixed !important;
    top:0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 500px !important;
    min-width: 20% !important;
    box-shadow: 0 10px 10px #000 !important;
    -webkit-box-shadow: 0 10px 10px #000 !important;
    -moz-box-shadow: 0 10px 10px #000 !important;
}
.minicart-items-wrapper #mini-cart {
    margin-bottom: 3em !important;
}

.minicart-multishipping.secondary {
    margin-bottom: 20px;
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
}

.block-search #search {
    border-radius: 10px;
}

.header-category {
    margin-top: 40px;
    padding:10px;
    font-size: 15px;
    margin:auto;
    width: 90%;
    border-bottom: 1px solid rgb(219, 219, 219);
}

.navbar #arrow {
    margin-left: 5px;
    align-content: center;
    display: inline-block;
}

.navbar-arrow-down {
    position: relative;
    top: -5px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    margin-right: 0.5em;
    margin-left: 1.0em;
    transition: all 0.5s ease;
}

.rotate180 {
    transform: rotate(315deg);
  }

/* Topmenu overlay */
.topmenu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 900;
}

.topmenu-overlay.is-active {
    opacity: 1;
}

/* Topmenu categories (dropdown) */
.topmenu-cats {
    display: grid;
    grid-template-columns: repeat(6, max-content);
    justify-items: start;
    justify-content: center;
    gap: 8px 40px;
    padding: 10px 24px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
    .topmenu-cats {
        grid-template-columns: repeat(5, max-content);
    }
}

@media only screen and (max-width: 1100px) {
    .topmenu-cats {
        grid-template-columns: repeat(4, max-content);
    }
}

.topmenu-cat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 4px 0;
    align-items: flex-start;
    pointer-events: none;
}

.navigation-custom .topmenu-cats .topmenu-cat-link {
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    pointer-events: auto;
    white-space: normal;
    word-break: break-word;
}

.topmenu-sublist {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    pointer-events: none;
}

.navigation-custom .topmenu-cats .topmenu-sub-link {
    text-decoration: none;
    color: #666666 !important;
    font-weight: 400;
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    pointer-events: auto;
    white-space: normal;
    word-break: break-word;
}

.navigation-custom .topmenu-cats .topmenu-cat-link:hover,
.navigation-custom .topmenu-cats .topmenu-sub-link:hover {
    opacity: 0.7;
}

/** footer **/

.page-footer {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px !important;
}

.custom-footer {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.custom-footer .parent-element {
   flex: 1;
}

.custom-footer .info-links ul {
    padding: 0 !important;
}

.custom-footer .info-links li {
    display:inline-block;
    padding-left: 10px;
    padding-right:11px;
}

.custom-footer .info-links a:not(:last-child){
    border-right: 1px solid #dad9d6;
}

.dashboard-notification-icon {
    font-size: 15px;
    color: rgb(227, 129, 24);
    vertical-align: bottom;
}

/* minicart */
.duplicate-item {
    float: right;
    margin-top: 10px;
}
/* cart */
.duplicate-item-container {
    float: right;
    margin-bottom: 10px;
}

.cart-button-link {
    text-align: center;
    margin-top: 10px;
}

/*
** MEDIA RESPONSIVE
*/

  @media only screen and (max-width: 1024px) {
    .navigation-custom .row a{
        width: calc(100% * (1/4) - 10px - 1px);
    }
    .navigation-custom .dropdown-content {
        width: 100%;
    }
    .topmenu-links {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 10px;
     }
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .block-minicart {
        width: 50% !important;
    }
    .navigation-custom .dropdown-content {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .nav-sections, .navigation-custom {
        background: #252525;
        z-index: 100;
      }

      .navigation-custom {
        display:none;
    }
    .custom-footer {
        display: block;
    }

    .custom-footer div{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {

    .nav-sections {
        display:none !important;
    }

    .navbar {
        display:flex;
        justify-content: center;
        gap: 8px;
        align-items: center;
    }

    .navigation-custom {
        margin-bottom: 30px;
    }

 /*    .navigation-custom .dropdown-content .row > a {
        color: rgb(31, 30, 30);
    } */

    .navbar > a, .navigation-custom .dropdown {
        padding: 10px;
    }

/*     .navbar > a, .navbar .dropbtn {
        font-weight: 600;
    } */

    .navigation-custom .row {
        width: 100%;
        padding:10px;
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .navigation-custom .row a {
        margin: 10px 0 0 2%;
        /* display: inline-block; */
        padding:6px;
        width: calc(100% * (1/5) - 10px - 1px);
        color: rgb(96, 96, 96);
        font-size: 14px;
        border-bottom: 1px solid #ebeded;
    }
    .navigation-custom .row a:hover {
        box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
        text-decoration: none;
    }

    .navigation-custom .dropdown:hover .dropdown-content {
        opacity: 1;
        height: auto;
        pointer-events: auto;
    }

    .navigation-custom .dropdown-content {
        transition: opacity 0.3s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
        width: min(70vw, 1200px);
        min-width: 760px;
        left: 50%;
        right: 50%;
        margin-top:10px;
        transform: translateX(-50%);
        pointer-events: none;
        z-index: 1000;
        background: #ffffff;
        border: 2px solid #e9eef2;
        border-top: 0;
    }
}
