/**
* 2007-2019 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-2019 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badtwoofferbanner-block{margin-bottom:70px}.badtwoofferbanner-content-wrapper a{display:block;overflow:hidden;position:relative}.badtwoofferbanner-content-wrapper a:after{bottom:0;left:0;position:absolute;content:"";width:10%;height:10%;opacity:0;background-color:rgba(255,255,255,.4);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.badtwoofferbanner-content-wrapper a:hover:after{transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);width:100%;height:100%;opacity:1;background-color:rgba(255,255,255,0);-webkit-transition:all 1.5s ease-in-out;-moz-transition:all 1.5s ease-in-out;-ms-transition:all 1.5s ease-in-out;-o-transition:all 1.5s ease-in-out;transition:all 1.5s ease-in-out}.badtwoofferbanner-content-wrapper a img{width:100%}@media(max-width:991px){.badtwoofferbanner-block{margin-bottom:30px}}@media(max-width:767px){.badtwoofferbanner-block{margin-bottom:15px}.badtwoofferbanner-content-inner .badtwoofferbanner-content-img{margin-bottom:15px}}