.buybtn {
	background-color: #4cae4e;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0 1px 4px 0 #bababa;
	padding: 5px;
	position: fixed;
	right: 0;
	top: 30%;
}
.buybtn a {
	color: #ffffff !important;
}


/*------------------------------------*\
    2. PROMO AREA
\*------------------------------------*/
#buypromo {
	background-color: #288feb;
	border: 0 none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 15px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999;
}
#buypromo button.close {
    float: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -3px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 100;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	outline: 0;
}
#buypromo h2 {
    display: inline-block;
    margin: 0;
	font-size: 18px;
    vertical-align: middle;
}
#buypromo a.btn {
    margin: 0 15px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    background-color: #fff;
    color: #222;
	transition: all 0.5s ease 0s;
}
#buypromo a.btn:hover {
    background-color: #202736;
    color: #fff;
}