#header-2 button{
    background-color: #bcaf10 !important;
    margin-bottom: 20px;
}

#header-1{
    position: sticky;
    top: 0px;
    z-index: 1010;
    padding: 0 30px 0 30px;
    height: 50px;
    background-color: #1f2913;
    border-bottom: 3px solid #bcaf10;
    transition: top 0.15s ease-in-out;
}

#header-2{
    transition: top 0.15s ease-in-out;
}

#header-1 a{
    text-decoration: none;
}

#header-1-tel p {
    color: #bcaf10; 
}

#header-1 .col *{
    padding: 0;
    margin: 0;
}

#header-1 p, #header-1 button, #header-1 .dropdown-item{
    color: #bcaf10;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

#header-1 .col{
    height: 50px;
}

#header-1 .row .col:first-child .dropdown .btn:hover {
    color: #bb8645;
}

#cart p{
    top: 2px;
    left: 0px !important;
    font-size: 10px;
    background-color: #bcaf10;
    color: #1f2913;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

#header-1 .row .col:first-child {
    display: flex !important;
    align-items: center !important;
}

#header-2{
    position: sticky;
    top: 50px;
    z-index: 1000;
    padding: 15px 0 15px 0;
    background-color: #161616;
}

#header-2 a{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #bb8645;
}

#header-2 .active-page{
    color: #bcaf10;
}

#header-2 ul li{
    padding: 0 15px 0 15px;
    text-transform: uppercase;
    font-size: 14px;
}

#header-1 .row .col:first-child .dropdown-menu{
    align-self: center;
    background-color: #1f2913;
    border: 2px solid #bcaf10;
    border-radius: 5px;
}

#header-1 .row .col:first-child .dropdown-menu .dropdown-item{
    width: 100% !important;
    padding: 6px 0 6px 6px;
    align-self: center;
    color: #bcaf10;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

#header-1 .row .col:first-child .dropdown-menu .dropdown-item:hover{
    color: #bb8645 !important;
    background-color: #1f2913 !important;
}

#header-1 .dropdown-menu .dropdown-item:not(#header-1 .row .col:first-child .dropdown-menu .dropdown-item){
    width: 100% !important;
    padding: 6px 0 6px 6px;
    align-self: center;
    background-color: #1f2913;
    color: #bcaf10;
    font-family: "Roboto", sans-serif;
    border: 2px solid #bcaf10;
    font-weight: 500;
    border-radius: 5px;
}

#header-2 .navbar-toggler{
    border-radius: 0px !important;
}

/* Design on mobiles */

@media only screen and (max-width: 700px){
    #header-2 a{
        display: flex;
        justify-content: center;
    }

    #header-2 a li{
        text-align: center;
    }
}

@media only screen and (max-width: 576px){
    #header-1{
        position: sticky;
        top: 0;
    }
}