/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#_desktop_logo .logo {
    max-height: 70px; /* Adjust this value for your desired width */
    height: auto;     /* Maintains the aspect ratio */
}


#_mobile_logo .logo {
    max-height: 50px; /* Adjust this value for your desired width */
    height: auto;     /* Maintains the aspect ratio */
}


.navigation-bar .navbtn div{
    display:none;
}

.cart-grid .card-body{
    border:none;
}

.cart-summary{
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.cart-items .cart-item{
    background-color: #fafafa;
}

.checkout-step .step-title{
    border:none;
    margin-top: 1em;
}

.checkout-step{
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card{
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.page-customer-account #content{
    border:none;
}

.page-authentication #main {
    max-width: 750px;
}

.wishlist-products-container-header .wishlist-products-count{
 background-color: #f0f0f0;
} 

.category-miniature .h2{
    background-color: #be9236;
}


@media (min-width: 992px) {
    .d-lg-flex {
    justify-content: flex-end;
    }
    .top-menu .category a{
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    }
    .top-menu .sub-menu{
    padding: 20px 0 !important;
    }

}
