/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.top-menu a {
    font-family: "Lato", sans-serif!important;
    color:#7a7a7a!important;
    font-weight: 400!important;
    padding: .1875rem .625rem .375rem;
}

#header .header-top .position-static {
    margin-top: 1%!important;
   
    position: static;
}

#wrapper {
    background: #ffffff!important;
   
}

.page-header{
    font-family: "Lora", sans-serif;
    font-weight: 200;
    
    text-align:center;
}
.top-menu .sub-menu {
    box-shadow: 2px 1px 11px 2px rgb(0 0 0 / 10%);
    border: none;
    margin-left: 220px;
    width: auto;
    min-width: auto;
    z-index: 18;
    display: none;
}
h1{
    text-transform: uppercase;
    color: #7a7a7a;

}

a {
     color: #7a7a7a;
    text-decoration: none;
}



.btn-primary {
    color: #fff;
    background-color: #23a455;
    border-color: transparent;
}

.product-price {
    color: #23a455;
   
}

.tabs .nav-tabs .nav-link.active {
   color: #23a455;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #23a455;
}

#wrapper {
    background: #f1f1f1;
    box-shadow: none;
    padding-top: 1.563rem;
}