/**
 * 2007-2013 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.
 * ****************************************************
 *
 *  @author     BEST-KIT.COM (contact@best-kit.com)
 *  @copyright  http://best-kit.com
 *  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
 */

section.page-product-box {
	display: none;
}

#bestkit_bootstraptabs[data-type="simple_tabs"]  .nav-tabs li {
	border:0;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    width: auto;
    z-index: 3;
}

#bestkit_bootstraptabs[data-type="simple_tabs"]  .nav-tabs li.active{
 background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
	border-radius:5px 5px  0 0;
	border-bottom:0;
    top: 1px;
    z-index: 4;
}

#bestkit_bootstraptabs[data-type="simple_tabs"]  .nav-tabs{
 border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
	
}

#bestkit_bootstraptabs .nav-tabs  li{
	 margin-bottom: 10px;
    width: 100%;
}

#bestkit_bootstraptabs .nav-tabs  li a{
	outline:none;
	border:none;
	border-radius:5px;
	
}

#bestkit_bootstraptabs  .tabs-right  li.active a {
	border:1px solid #dadada;
	border-left:none;
	position:relative;
	left:-1px;
	background:#fff;
	
}

#bestkit_bootstraptabs .tabs-left li.active a {
	border:1px solid #dadada;
	border-right:none;
	position:relative;
	right:-1px;
	background:#fff;
	
}

#bestkit_bootstraptabs .tab-content {
    margin: 0px 0 20px 0;
}

/*Verticale*/

#bestkit_bootstraptabs .vertical-text {
    border: medium none;
    left: 0 !important;
    margin-top: 0;
    position: relative;
}

#bestkit_bootstraptabs .tabs-right.vertical-text {
	margin-left: -50px;
}

#bestkit_bootstraptabs .vertical-text > li {
  	margin-bottom: 0;
    min-height: 120px;
    width: 120px;
}

#bestkit_bootstraptabs[data-type="left_vertical_tabs" ]   .tabs-left li.active a{
	border:1px solid #CCC;
}

#bestkit_bootstraptabs[data-type="right_vertical_tabs" ]   .tabs-right li.active a{
	border:1px solid #CCC;
}



#bestkit_bootstraptabs[data-type="accordion"] .panel-heading{
 padding: 0;	
}



#bestkit_bootstraptabs[data-type="accordion"] .panel-title > a{
	display:block;
	padding:10px;
	
}


#bestkit_bootstraptabs[data-type="two_cols_accordion"]{
	
	
}



#bestkit_bootstraptabs[data-type="two_cols_accordion"] .panel{
    display: inline-block;
    float: none;
    padding: 0;
    vertical-align: top;
    width: 48%;
}

#bestkit_bootstraptabs[data-type="two_cols_accordion"] .panel:nth-child(2n){
margin-left: 3%;
}

#bestkit_bootstraptabs[data-type="two_cols_accordion"]  .panel-heading{
 padding: 0;	
}



#bestkit_bootstraptabs[data-type="two_cols_accordion"]  .panel-title > a{
	display:block;
	padding:10px;
	
}


#bestkit_bootstraptabs[data-type="two_cols_accordion"] iframe{
	width:100%;
	height:auto;
}


 @media only screen and (max-width : 768px) {
	 
html #bestkit_bootstraptabs[data-type="two_cols_accordion"] .panel:nth-child(2n){
margin-left: 0;
}

	html #bestkit_bootstraptabs[data-type="two_cols_accordion"] .panel{
    width: 100%;
}



html #bestkit_bootstraptabs[data-type="simple_tabs"] .nav-tabs li{
 border: 1px solid #ccc;
    margin-bottom: 2px;
    width: 100%;
	text-align:center;
}


html #bestkit_bootstraptabs[data-type="simple_tabs"] .nav-tabs li.active{
 border: 1px solid #ccc;
    margin-bottom: 2px;
    width: 100%;
	top:0;
}



 
 }
 


/*#bestkit_bootstraptabs {
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	border-radius: 4px 4px 0 0;
	border-width: 1px;
	box-shadow: none;
	margin-left: 0;
	margin-right: 0;
	margin: 0 -15px 15px;
	padding: 15px 30px 15px;
	position: relative;
	display: inline-block;
	width: 100%;
}
*/
