/**
* 2007-2019 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-2019 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.
*/

#mwsfeaturedproductcategory{
	border: 1px solid #2e4348;
	position: relative;
    min-height: 230px;
    margin-bottom: 20px;
}

#mwsfeaturedproductcategory .thumbnail-container{
	background: none;
	height: auto;
	width: 206px;
	top: 50%;
    position: absolute;
    left: 45%;
    transform: translate(-100%, -50%)
}

#mwsfeaturedproductcategory .thumbnail-container .product-description-featured{
	left: 290px;
	top: 30px;
	position: absolute;
	width: 220px;
	min-height: 140px;
}

#mwsfeaturedproductcategory .thumbnail-container .product-description-featured .product-title a{
	color: #232323;
    font-weight: bold;
}

#mwsfeaturedproductcategory .thumbnail-container .product-description-featured .product-price-and-shipping{
	color: #ff4200;
    font-size: .9rem;
}

#mwsfeaturedproductcategory .thumbnail-container .product-description-featured .pricebefore{
    color: #232323;
    font-size: 0.8rem;
}

.best_sellers{
	
	z-index: 1;
	font-size: .7rem;
	color: #fff;
	position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
	padding: .2rem .8rem;
    width: 130px;
    text-transform: uppercase;
}

#mwsfeaturedproductcategory .btn_product{
	margin-top: 15px;
}

#mwsfeaturedproductcategory .product-miniature{
	margin-bottom: 20px !important;
}

#mwsfeaturedproductcategory .button_product{
	width: calc(100% - 5px);
}

@media (max-width: 768px){
	#mwsfeaturedproductcategory .thumbnail-container .product-description-featured{
		left: 215px;
	}
}

@media (max-width: 650px){
	#mwsfeaturedproductcategory .thumbnail-container{
		width: 130px;
	}

	#mwsfeaturedproductcategory .thumbnail-container .product-description-featured{
		top: 0px;
		left: 110px;
		width: 160px;
	}

	#mwsfeaturedproductcategory .btn_product{
		font-size: 10px;
	}

	#products .page-not-found .search-widget input{
		min-width: 245px;
		font-size: .6rem;
	}

}