.product-thumb {
    min-height: 200px;
}

.navbar {
    margin-bottom: 15px;
}

.product-thumb img {
    max-width: 100%;
}

.product-image-thumb {
    margin: 4px;
}

.product-thumb {
    margin-bottom: 15px;
}

.red {
    color: red;
}


h1 {
    font-size: 1.6rem;
}

h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.2rem;
}


.image-price {
    position: relative;
}

.image-price .price {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #007bff;
    color: white;
    padding: 2px;
}


.product-thumb .text {
    position: relative;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    
    min-height: 50px;
}

.search-toggler {
     margin-right: -85px;
    height: 40px;
}

.navbar .container {
    position: relative;
}

    
    .product-image-thumb {
        max-width:100%;
        margin-left: 0px;
    }


@media (max-width: 767px) {
    
    #navbarSearch {
        margin-top: 15px;
        margin-bottom: 10px;

    }

    .product-thumb b {

        min-height: 75px;
        
    }
    
    .product-image-thumb {
        width: 80px;
    }

}



@media (min-width: 768px) {

    #navbarSearch {

        position: absolute;
        right: 15px;

    }

}