@charset "UTF-8";
/* ---- ------- ------ ------ ---- ------- ------ ------ */
/* User: Juan Almela
/* E-mail: <jalmela@aticsoft.com>
/* File: custom-a.css
/* Date: 14/01/2021
/* Time: 08:30
/* ---- ------- ------ ------ ---- ------- ------ ------ */

#banner-geo-limit{
	color: #1d1d1d;
	min-height: 85px;
	background: #fae810;
	font-size: 17px;
	line-height: 24px;
	padding-top: 22px;
	padding-bottom: 22px;
}
#banner-geo-limit.checkout{
	background: #fad6d4;
}
#banner-geo-limit.checkout .container-fluid{
	padding-left: 30px;
	padding-right: 30px;
}

#banner-geo-limit.closeGeo{
	-webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    
    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#banner-geo-limit img{
	float: right;
	height: 45px;
}

#banner-geo-limit .close-div{
	float: right;
    position: relative;
}

#banner-geo-limit .close-banner{
	cursor: pointer;
    position: absolute;
    right: 20px;
    top: -50px;
    bottom: 0;
    border: none;
    background: none;
}
#banner-geo-limit .close-banner i{
	color: #1d1d1d;
    font-size: 50px;
}