div.tp-caption.shop-now-ft{
    background-color: transparent;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px !important;
    color: #ffffff;
    font-size: 18px;
	line-height:40px;
	min-height:40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s; 
    -moz-transition: all 0.4s ease-in-out 0s; 
}
.tp-caption.slider_revo{
    background-color: transparent;
    border-color: #ffffff;
    border-style: none;
    border-width: 0;
    color: #ffffff;
    font-family: "HelveticaCondensedBold";
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.tp-caption.slider_revo2{
background-color: transparent;
    border-color: #ffffff;
    border-style: none;
    border-width: 0;
    color: #ffffff;
    font-family: "HelveticaCondensedBold";
    font-size: 50px;
    line-height: 50px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.tp-caption a.shop-now {
    background-color: transparent;
    color: #ffffff;
	padding: 10px 30px;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}
div.tp-caption.shop-now-ft:hover{
	background:#eb5f60;
	border-color:#eb5f60;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s; 
    -moz-transition: all 0.4s ease-in-out 0s; 
}