.button {
    padding: 0.8rem 2.0rem;
    border-radius: 10.0rem;
    border: 0rem;
    /*font-size: 1.6rem;*/
    font-weight: bold;
    line-height: 1.618rem;
    font-family: 'Open Sans', Arial, sans-serif, Helvetica !important;
    outline:none;
    transition: all 0.3s ease 0s;
    text-transform:capitalize;
}
.button:active,.button:focus,button:active,button:focus{
    outline:none;
}
.button:hover , button:hover{
    outline:0rem;
}
.disabled{
	box-shadow:none;
	opacity:0.5;
	cursor:text;
}
.disabled{
	box-shadow: 0 0 0 #333 !important;
}
.ghost-btn-lite:hover{
    background-color:#fff !important;
    border-color: #fff !important;
    color: #484848 !important;  
}
.ghost-btn-dark:hover{
    background-color: #555 !important;
    border-color: #555 !important;
    color: #fff !important;
}
/*START NEW Badge*/
.new-badge {
    text-transform: capitalize;
}
.new-badge-left:after {
    border-left: 0.7rem solid;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -0.7rem;
}
.new-badge-left {
    width: 2.2rem;
    height: 1.3rem;
    display: inline-block;
    position: absolute;
    left: -0.2rem;
    margin-top: 0.1rem;
}
.new-badge-left .new_text {
    position: absolute;
    font-size: 0.8rem !important;
    left: 0.4rem !important;
    font-family: 'Open Sans', Arial, sans-serif, Helvetica !important;
    font-weight: 600;
    margin-top: 0rem;
}
.new-badge-right:after {
    border-right: 1.0rem solid;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    left: -0.7rem;
    top: 0.1rem;
}
.new-badge-right {
    width: 3.0rem;
    height: 1.4rem;
    display: inline-block;
    position: absolute;
    margin-left: 1.0rem;
    margin-top: 0.2rem;
    right: -1.10rem;
    top: 0.3rem;
}
.new-badge-right .new_text {
    position: absolute;
    font-size: 1.0rem;
    right: 0.4rem !important;
    margin-top: -0.6rem;
}
/*END NEW Badge*/

.recommendations {
    position: absolute;
    z-index: 1;
    top: 4.0rem;
    padding: 0;
    margin-left: -0.1rem;
}
/*.recommendations:after {
	content: "";
    position: absolute;
    display: block;
    top:0.1rem;
    border: 1.8rem solid #8bc63f;
    right: -3.3rem;
    border-left-width: 1.5rem;
    border-right-color: transparent;
}

.rcom-text:after {
    content: "";
    position: absolute;
    display: block;
    top:0rem;
    border: 1.89rem solid #fff;
    right: -3.4rem;
    border-left-width: 1.5rem;
    border-right-color: transparent;
}*/

.rcom-text {
    font-size: 1.8rem;
    padding: 1.0rem 0rem 1.0rem 1.6rem;
    display: inline-block;
    border-right: 0;
}

.recommendations .rcom {
    position: absolute;
    top: -0.5rem;
    right: -5.7rem;
    z-index: -1;
}