/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

.navbar-home 
{
    color: yellow;
    /* background-color: #990000; */
    border-radius: 4px;
    padding:0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Verdana;
    font-size: 14px;
}

.navbar-home .navbar-brand 
{
    color: white;
}

.navbar-home .navbar-brand.active 
{
    color: yellow;
    margin-right:8px;
    padding-right: 0px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Verdana;
    font-size: 14px;
}

.navbar-home .navbar-brand:hover 
{
    color: yellowgreen;
}

.navbar-home .nav-item .nav-link 
{
    color: white;
}

.navbar-home .navbar-home:hover 
{
    color: yellowgreen;
    border: 6px;
    border-color: gray;    
}

.navbar-home .nav-item:hover .nav-link 
{
    color: yellowgreen;
    border: 6px;
    border-color: gray;    
}

.navbar-home .nav-item .nav-link.active 
{
    color: yellow;
}

.navbar-home .nav-item:hover .nav-link.active 
{
    color: green;
}

.search-form-control 
{    
    height: 26px;
    color: red;
    width:100%;
    margin: 1px;
    font-size: 12px;
}

.card .card-title1 
{    
    color: yellow;    
}

.card .bg-app-info 
{    
    background-color: #bb8844;
}

.card .product 
{    
    height: 400px;
    background-color: white;
    margin:1px;
    padding: 1px;
    border: 0;
}

.card-body .product1 
{    
    height: 500px;
    background-color: white;
    margin:1px;
    padding: 1px;
    border: 1px;
}

.card-body .product
{    
    height: 400px;
    background-color: white;
    margin:1px;
    padding: 1px;
    border: 1px;
}

.card .product1 
{    
    height: 500px;
    background-color: white;
    margin:1px;
    padding: 1px;
    border: 0;
}

.card .card-product-image 
{    
    height: 180px;    
}

.card .card-product-text 
{   
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.card .card-product-text a 
{    
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #bb8844;
    height: 50px;
}

.card .card-product-text:hover a 
{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: darkred;
}

.card .card-product-description-text 
{
    line-height: 1;
    font-size: 14px;
    height: 50px;
}

.card .card-product-manufacturer-text 
{
    font-weight: 400;
    line-height: 1;
}

.card .card-product-price-tag-text 
{    
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #155724;
}

.a .btn-shop-now 
{
    height:18px;
    background-color: red;    
}

.footer 
{
    color: red; 
    background-color:  #bb8844; 
    font: Tahoma;
    font-size: 12px; 
    padding-top: 10px;
    padding: 10px 10px 10px 10px;
}