.btn:focus{
	outline:none;
  	box-shadow:none;
}
.btn-solid{
  	
    color: #fff;
    background-color: #5156be;
    border-color: #5156be;

}
.btn-solid:hover{
  	
    color: #fff;
    background-color: #747afe;
    border-color: #747afe;

}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.support-btn{
	height: 39px;
}
.support-input-group{
    margin-top: 15px;
}
.error{
	color: #dc3545;
}
.input-group label.error{
    top: 100%;
	position: absolute;
}

.sale {
        background: red;
    width: auto;
    margin-right: 10%;
    margin-left: 10%;
    position: absolute;
    top: 25px;
    right: 0px;
    padding: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.cookie-bar{
    font-size: 12px !important;
}
.badge{
    background: #7f87ff !important;
    color: white !important;
}
