/**
* 2007-2020 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-2020 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.
*/

.IcecatLive .-icecat-wrapper{padding: 12px 1% 0!important;}
.IcecatLive.container{max-width:100%!important;}
.IcecatLive.container .IcecatLive.container{margin-bottom:10px!important}
.IcecatLive.container .icecatlive-gallery-wrapper{width:60%;}
.IcecatLive.container .icecatlive-right-wrapper{width:calc(100% - 60%);}
.IcecatLive .-icecat-product_wrapper .-icecat-slide_wrapper_bar .-icecat-slide_images .-icecat-mini_img:hover{box-shadow:none!important;}
.IcecatLive.for-essentialinfo{padding:10px!important;}
.IcecatLive.for-gallery{margin:0 15px!important;padding:0!important;}
#XXX.IcecatLive.container .-header{display:none!important}
.IcecatLive.container .-icecat-text{width:100%!important}
.IcecatLive.container .IcecatLive.for-marketingtext{padding:12px;margin-bottom:10px;}
.IcecatLive.container .IcecatLive.for-reasonstobuy{padding:12px;margin-bottom:10px;}
.IcecatLive.container .IcecatLive.for-reasonstobuy .-icecat-rtb_wrapper{margin:6px 0!important}
#XXX.IcecatLive.container .IcecatLive.for-featurelogos{display:none!important;visibility:hidden!important}
#XXX.IcecatLive #icecatLiveTabs{display:none!important}

.IcecatLive .-icecat-table .-icecat-feature-group{margin:0 0 20px 0!important;}
.IcecatLive .-icecat-table .-icecat-tableRowHead span{background-color: #008730b8!important;color:#FFF!important;padding:6px 12px!important}
.IcecatLive .-icecat-table .-icecat-tableRow .-icecat-ds_label{padding:6px 12px!important;}
.IcecatLive .-icecat-table .-icecat-tableRow .-icecat-ds_data{padding:6px 12px!important;display:block!important}
.IcecatLive .-icecat-table .-icecat-tableRow div.-icecat-yes,
.IcecatLive .-icecat-table .-icecat-tableRow div.-icecat-no{width:15px!important;height:15px!important;padding-top:0!important}

.IcecatLive.container .-icecat-text {
    width: 100%!important;
}

@media (max-width: 480px) {
	
	.IcecatLive .-icecat-wrapper{
		width: auto!important;
		min-width: auto!important;
	}
	
	.IcecatLive.container {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.IcecatLive.container .-icecat-text {width: 64%!important;}
	.IcecatLive.container .-icecat-feature-logo {width: 100%!important; height:auto!important;}
	
	.IcecatLive.container .icecatlive-gallery-wrapper{width:100%;}
	.IcecatLive.container .icecatlive-right-wrapper{
		width:100%;
		float: right;
	}
	
	
	
}