/**
 * 2011-2022 OBSOLUTIONS WD S.L. All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of OBSOLUTIONS WD S.L. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to OBSOLUTIONS WD S.L.
 * and its suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from OBSOLUTIONS WD S.L.
 *
 *  @author    OBSOLUTIONS WD S.L. <http://addons.prestashop.com/en/65_obs-solutions>
 *  @copyright 2011-2022 OBSOLUTIONS WD S.L.
 *  @license   OBSOLUTIONS WD S.L. All Rights Reserved
 *  International Registered Trademark & Property of OBSOLUTIONS WD S.L.
 */


div#obsretarget_banner_fixed{
	position: relative;
	width: 100%;
	height: 8%;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	background-color: black;
	right: 0;
	left: 0;
	bottom: 0;
	z-index:25;
	text-align: center;
	vertical-align: middle;	
}
div#obsretarget_banner_content{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding-top: 12px; 
	color: #FFF; 
	font-size: 18px;
	background-color: black;	
}

.banner_discount{
	font-size: 20px;
	color: #FFF;		
}

.banner_discount_code{
	font-size: 25px;
	border: 2px solid #909090;
	font-weight: bold;
	color: #c1bb39;
	text-shadow: 1px 1px #909090;
	background-color: white;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;	
}

.banner_reduction_percent{
	font-size: 25px;
	font-weight: bold;
}

.banner_footer{	
	font-size: 12px;
	color: white;
	white-space: nowrap;	 	
}

.banner_shown_end_time{	
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;	
	padding-bottom: 5px;
}

.banner_shown_end_time_clock{	
	vertical-align: middle;	
	padding-bottom: 5px;
}

/* The element to hover over voucher */
.popover_discount_alert {
  	position: relative;  		
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	background-color: white;
	border-radius: 5px;  	
  	margin-bottom: 20px;
  	padding: 7px 10px;
  	display: block !important;
}

.popover_discount_alert_arrow {
	position: absolute;
	bottom: -15px;
	left: 30px;		
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid white;
  	width: 0;
  	height: 0;
}

#obsretarget_slideshow{	
	align-items: center;    
    justify-content: center;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
	height: 100%;
}

@media (max-width: 768px) {	
	.banner_discount {	 
	    font-size: 15px !important;
	    line-height: 25px !important;
	}
	#obsretarget_banner_content{
		padding-top: 2px !important;
	}
	.banner_discount_code{
		font-size: 20px;	
		padding: 1px;
		padding-left: 4px;
		padding-right: 4px;	
	}
	.banner_shown_end_time{
		font-size: 20px;
		padding-bottom: 1px;
	}
	.banner_reduction_percent{
		font-size: 18px;
	}
	.banner_footer{
		font-size: 10px;
		white-space: nowrap;    
	}
	.discount_counter{
		font-size: 25px;	
		line-height: 25px;
	}
	.banner_shown_end_time_clock{	
		display: none;
	}
}


