/**
* 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
*/

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
        font-size: 16px;
        font-weight: bold;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

#owl-relatedproducts .product-container .product-image-container {
    border: 1px solid #d6d4d4;
    padding: 9px;
    /*Jaume Start 2019_04_29*/
    /*margin-bottom: 13px;*/
    padding-bottom: 0px;
    /*Jaume End 2019_04_29*/
    position: relative;
}

#owl-relatedproducts .product-container {
    padding: 5px;
}

#owl-relatedproducts .product-container h5 {
    min-height: 45px;
    text-align: center;
}

#owl-relatedproducts .product-desc {
    min-height: 85px;
}

#owl-relatedproducts .content_price {
    text-align: center;
    padding-bottom: 15px;
}

#owl-relatedproducts .button-container2 a {
    width: 48%;
    text-align: center;
}

/*Jaume Start 2019_04_26*/
.on_sale1
{
    margin-bottom: 0px;
}

.title_block
{
	clear: both !important;
	padding-top: 4% !important;
}

.product-container
{
	border: 2px solid #BFDFBF;
	border-radius: 5px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	padding: 5px;
	box-shadow: 0 0 0 0.4rem #dff7df inset;
	margin-right: 30px;
    height: 390px;
}

.product-desc
{
	padding: 5px;
	text-align: center;
}

#owl-relatedproducts .product-container .product-image-container
{
	border: 0px;
	text-align: center !important;
/*	margin: 0 auto !important;*/
}

.product-image-container a img
{
	text-align: center !important;
	margin: 0 auto !important;
}

.product-name
{
	padding: 8px;
}

.owl-item .accessory_old_price
{
	padding: 0px;
	width: 275px;
}

.block h4 {
    top: -10px;
}
/*Jaume End 2019_04_26*/