/**
* 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.
*/
.page-product-box{
	margin-bottom:25px
}
.slide-toggler > .container{
  background-position: left center, right center !important;
  background-repeat: no-repeat!important;
  background-size: auto 90%!important;
  display: block;
  padding: 15px;
  cursor:pointer;
  text-align:center;
  margin:15px auto
}

.ndk-slide-item{
	margin-top: 10px;
}

.slide_name{
	font-size:20px;
	text-align:center;
	margin:0
}

.slide_short_desc {
  margin: auto;
}

.slide_desc{
	margin:15px auto
}

.slide_short_desc > p{
	padding-bottom:5px;
}

.toggleContentSlide{
	color:#fff;
	text-decoration:underline
}

.slide-item .exclusive {
  background-image: linear-gradient(#009ad0, #007ab7);
  background-size: 100% auto;
  border-color: #0079b6 #006fa8 #012740;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 0;
  position: relative;
  display:table;
  padding: 12px 36px 14px 36px;
  text-shadow: 0 1px #015883;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin:15px auto
}

.ndk_banner_container{
	padding:7px 15px;
	text-align:center;
	font-size:14px
}

.ndk-custom-group-block{
	margin:0 auto 0 auto
}
.top-custom-block h4{
	font-size: 16px;
	margin:0;
	padding:0
}

.top-custom-block p{
	margin:0;
	padding:0
}

.ndk-block-name{
	text-align:center
}

.ndk_banner.col-md-12{
	position:unset
}

.clear{
	clear:both
}



