/* 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%;
 }

 .page-header, .navigation-custom {
    font-family: 'Roboto', sans-serif !important;
}

.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;
   font-size: 15px;
}

.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);
  }

/** 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 a {
        font-size: 13px;
    }

 /*    .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;
    }

    .navigation-custom .dropdown-content {
        transition: opacity 0.3s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 60%;
        left: 50%;
        right: 50%;
        margin-top:10px;
        transform: translateX(-50%);
        box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
        z-index: 1000;
        border-radius: 0px 0px 10px 10px;
        background: rgb(255, 255, 255);
    }
}
