/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.homeblockone .product-miniature .thumbnail-container {
	width:100%;
	height:auto;
	margin-bottom: 0;
}
.homeblockone .product-miniature .thumbnail-container img {
position: relative;
}
.homeblockone .product-description {
	max-width:100%;
	 position: relative;
	     height: auto;
    padding: 5px;
}

.homeblockone .nav-pills {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}
.homeblockone .nav-link {
	font-size:21px;
	color :#999999;
	padding-left: 0;
	padding-right:0;
    text-transform: uppercase;
}
.homeblockone .nav-item {
	padding-right:30px;
}
.homeblockone .nav-link.active {
	    border-bottom: 3px solid #e00c16;
		color:#000000 !important;
		background:transparent !important;
		
}
.homeblockone .product-miniature {
	position:relative;
	height: 100%;
	background:#fff;
}
.homeblockone .product-miniature .product-title a {
	font-size:14px;
	color :#434343;
}
.homeblockone .product-miniature .product-title {
	margin-bottom: .5rem;
	padding-left:5px;
	padding-right:5px;
}
.product_hr {
	display: block;
    border: 1px solid #dbdbdb;
    width: 95%;
    margin: auto;
    margin-top: 20px;
}
.col_product_div {
	margin-bottom:30px;
}
.row_products_home {
	display:flex;
	flex-wrap:wrap;
}
.view_all_product_home {
	float:right;
	color: #000000 !important;
    position: relative;
    top: 11px;
    font-weight: bold;
}

.product-miniature .product-brand {
	text-align:center;
	padding: 10px;
    height: 70px;
}
.homeblockone .product-miniature {
    border: 1px solid #dbdbdb;
}	
.homeblockone .product-miniature .thumbnail-container {
	box-shadow: none;
} 
.homeblockone .product-miniature:hover {
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}