/*default*/

.sppb-btn-default {
    padding: 15px 35px !important;
    border-radius: 50px !important;
    background-image:linear-gradient(270deg, #FFA92A 0%, #FFF680 100%);
    color:#252525 !important;
    font-weight: 700 !important;
    position:relative;
    overflow:hidden;
    z-index:1;
    margin-bottom: 0 !important;
    border: 0 !important;
}
.sppb-btn-default:before{
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image: linear-gradient(270deg, #FFA92A 50%, #FFF680 100%);
    z-index:-1;
    transition:0.5s;
}
.sppb-btn-default:hover:before{
    opacity:1;
}
.sppb-btn-default:hover{
    border:0;
}
#sp-bottom5 .sppb-btn-default{
    margin-top:5px;
}
/*end of default*/


/*primary*/
.btn-primary,.sppb-btn-primary {
    border-color: rgb(237 47 174 / 70%);
    background-color: rgb(237 47 174 / 80%);
}

.btn-primary:hover,.sppb-btn-primary:hover {
    border-color: #ED2FAE;
    background-color: #ED2FAE;
}

.sppb-btn-primary {
    background: #fff;
    border-radius: 0px;
    padding: 12px 25px !important;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.5s;
}

.sppb-btn-primary:hover, .sppb-btn-primary:focus {
    background: #1a1a1a;
    color: #fff;
}

@media (max-width: 767px) {
    .sppb-btn-primary { font-size: 12px; padding: 10px 20px !important; }
}

.logout button.btn.btn-primary,
.login button.btn.btn-primary{
    padding: 15px 35px !important;
    border-radius: 50px !important;
    background-image:linear-gradient(90deg, #feb7d7 0%, #c24797 100%);
    color:#ffffff !important;
    font-weight: 700 !important;
    position:relative;
    overflow:hidden;
    z-index:1;
    margin-bottom: 0 !important;
    border: 0 !important;
}
.logout button.btn.btn-primary:before,
.login button.btn.btn-primary:before{
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image:linear-gradient(90deg, #feb7d7 0%, #c24797 40%);
    z-index:-1;
    transition:0.5s;
}
.logout button.btn.btn-primary:hover:before,
.login button.btn.btn-primary:hover:before{
    opacity:1;
}
.logout .form-horizontal .controls{
    margin:auto;
    text-align:center;
}

/*end of primary*/


/*form button*/


button#bfSubmitButton {
    padding:14px 30px;
    border-radius:50px;
    background-image:linear-gradient(270deg, #FFA92A 0%, #FFF680 100%);
    color:#252525 !important;
    font-weight:700;
    position:relative;
    overflow:hidden;
    z-index:1;
    margin-bottom: 0 !important;
    border:0;
    min-height:50px;
}
button#bfSubmitButton:before{
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image: linear-gradient(270deg, #FFA92A 50%, #FFF680 100%);
    z-index:-1;
    transition:0.5s;
}
button#bfSubmitButton:hover:before{
    opacity:1;
}
button#bfSubmitButton:hover{
    border:0;
}
/*end of form button*/


/*hikashop catalog btn*/

/*hikashop catalog btn*/
button.hikabtn.hikabtn-danger.btn-2{
    color: #2e3138;
    background: #d5d7dd;
    border-color: #d5d7dd;
}

button.hikabtn.hikabtn-danger.btn-2:focus, button.hikabtn.hikabtn-danger.btn-2:hover {
    color: #2e3138;
    background: #d9dbe0;
    border-color: #d9dbe0;
}

div#hikashop_product_contact_main a {
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    background: #505050;
    color: #fff;
    border-radius: 100px;
}

div#hikashop_product_contact_main a:hover,
div#hikashop_product_contact_main a:focus {
    background: #000;
}

/*eo hikashop catalog button*/



/*Secondary Button*/
.sppb-btn-secondary {
    padding:10px 35px !important;
    border-radius:50px !important;
    background-image:linear-gradient(270deg, #FFA92A 0%, #FFF680 100%);
    color:#252525 !important;
    font-weight:700 !important;
    position:relative;
    overflow:hidden;
    z-index:1;
    margin-bottom: 0 !important;
    border:0 !important;
    min-width:120px;
    margin:30px 5px 0 5px;
    cursor: pointer;
}
.sppb-btn-secondary:before{
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image: linear-gradient(270deg, #FFA92A 50%, #FFF680 100%);
    z-index:-1;
    transition:0.5s;
}
.sppb-btn-secondary:hover:before{
    opacity:1;
}
.sppb-btn-secondary:hover{
    border:0;
}


.hikashop_user_registration_page button.hikabtn_checkout_login_register {
    padding: 15px 35px !important;
    border-radius: 50px !important;
    background-image:linear-gradient(90deg, #feb7d7 0%, #c24797 100%);
    color:#ffffff !important;
    font-weight: 700 !important;
    position:relative;
    overflow:hidden;
    z-index:1;
    margin-bottom: 0 !important;
    border: 0 !important;
}
.hikashop_user_registration_page button.hikabtn_checkout_login_register:before{
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image:linear-gradient(90deg, #feb7d7 0%, #c24797 40%);
    z-index:-1;
    transition:0.5s;
}
.hikashop_user_registration_page button.hikabtn_checkout_login_register:hover:before{
    opacity:1;
}


.hikashop_checkout_buttons .buttons_left .hikabtn_checkout_continue{
    padding: 15px 35px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    position:relative;
    overflow:hidden;
    z-index:1;
    margin-bottom: 0 !important;
    border: 0 !important;
}
.hikashop_checkout_buttons .buttons_left .hikabtn_checkout_continue:hover,
.hikashop_checkout_buttons .buttons_left .hikabtn_checkout_continue:focus{
    background:#abb0b5 !important;
}
.hikashop_checkout_buttons .buttons_right .hikabtn_checkout_next{
    padding: 15px 35px !important;
    border-radius:50px !important;
    background-image:linear-gradient(270deg, #FFA92A 0%, #FFF680 100%);
    color:#252525 !important;
    font-weight:700 !important;
    position:relative;
    overflow:hidden;
    z-index:1;
    margin-bottom: 0 !important;
    border:0 !important;
    font-size: 14px;
}
.hikashop_checkout_buttons .buttons_right .hikabtn_checkout_next:before{
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image: linear-gradient(270deg, #FFA92A 50%, #FFF680 100%);
    z-index:-1;
    transition:0.5s;
}
.hikashop_checkout_buttons .buttons_right .hikabtn_checkout_next:hover:before{
    opacity:1;
}
.hikashop_checkout_buttons .buttons_right .hikabtn_checkout_next:hover{
    border:0;
}



.hikabtn_checkout_coupon_add {
    border-color: #FFA92A !important;
    background-color: #FFA92A !important;
}

.hikabtn_checkout_coupon_add:hover, .hikabtn_checkout_coupon_add:focus {
    border-color: #ff9800 !important;
    background-color: #ff9800 !important;
}
/*EO of Button*/