/**
* 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: #868686;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 8px 12px;
    font-size: 18px;
    border: 1px solid#cccccc;
}
/* 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{
    background: #e7bd2d;
    color: #fff;
    border: 1px solid#e7bd2d;
}

/* 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 {
    position: relative;
    border: 1px solid #e3e3e3;
}
#owl-relatedproducts .product-container h5 {text-align: center;margin-bottom: 8px;margin-top: 20px;}
#owl-relatedproducts .product-container h5 a{
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 7px;
	margin-top: 10px;
	letter-spacing: 0px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #292929;
	line-height: 20px;
}
#owl-relatedproducts .product-container h5 a:hover{color: #007933;}
#owl-relatedproducts .product-desc {min-height: 85px;}
#owl-relatedproducts .content_price {text-align: center;margin-bottom: 18px;}
#owl-relatedproducts .button-container2{text-align: center;}
#owl-relatedproducts .button-container2 a {/*width: 48%;*/text-align: center;}
#owl-relatedproducts .ajax_block_product{
    max-width: 92%;
    margin: 0 auto;
}
.owl-carousel .owl-item img{width: 100% !important;}