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

#manufacturer_products_slider li{
	list-style: none;
}

#manufacturer_products_slider .button.ajax_add_to_cart_button{
	color: #fff;
}
@media all and (min-width: 641px) {
#manufacturer_products_slider  .col-md-3{
	width: 33%;
}
}
#manufacturer_products_slider  > li .product-container .functional-buttons div{
	font-size: 12px;
}

/* new 17 */

#idTab20{
	padding: 18px 10px;
}

.m_logo, .manufacturer_name{
    display: block;
    padding-bottom: 14px;
}

.manufacturer_info .m_logo{
	width: 100%;
	max-width: 280px;
}

.manufacturer_products{
	padding: 0px;
}

.manufacturer_products {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.manufacturer_products .product-miniature{
  margin: 0 0.625rem; }

.manufacturer_products .product-thumbnail{
  display: block; }

.manufacturer_products .product-title a{
  color: #acaaa6;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  font-weight: 400; }

.manufacturer_products .product-miniature{
	width: 30%;
}

.product-information .m_top_logo{
	position: absolute;
    top: 0;
    right: 0;
}

.manufacturer_logo{
	text-align: center;
}

.m_products_count{
	text-align: right;
    clear: both;
    margin-right: 20px;
    width: 100%;
}

.manufacturer_products .product-flags {
    display: none;
}

.ws_manufacturerblock{
    display: flex;
    flex-flow: row;
}

.ws_manufacturerblock .manufacturer_info{
    flex: 0 0 30%;  
}
.ws_manufacturerblock .manufacturer_info.manufacturer_info_single{
    flex: 0 0 100%;  
}
.ws_manufacturerblock .manufacturer_products{
    flex: 0 0 70%;  
}

@media all and (max-width: 639px) {
.ws_manufacturerblock {
    flex-direction: column;
}

.ws_manufacturerblock .manufacturer_info, .ws_manufacturerblock .manufacturer_products{
    flex: 0 0 100%;  
}
}

#main h1{
	width: 76%;
}

.manufacturer_section{
	clear: both;
}

.product-miniature .m_top_logo {
	position: absolute;
    top: -134px;
    right: 0px;
    opacity: 0.5;
}

.wr-price-reviews .manufacturer_logo  {
	position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}

.wr-price-reviews .manufacturer_logo img {
	width: 100%;
}

.wr-price-reviews .manufacturer_logo  {
	position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}

.owl-wrapper .manufacturer_logo {
   position: absolute;
  top: 2%;
    right: 0;
    width: 40%;
}

.owl-wrapper .manufacturer_logo img {
	width: 70%;

}

.owl-wrapper-outer .owl-item {
	position: relative;
}

.owl-wrapper-outer .owl-item .product-meta {
	position: unset
}