/*default*/
.sppb-btn.sppb-btn-default {
    background: transparent;
    color: #fff;
    border: 0;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0;
    border-radius: 50px;
    font-size: 16px !important;
    cursor: pointer;
}
.sppb-btn.sppb-btn-default i {
    margin-left: 5px;
}
.sppb-btn.sppb-btn-default:hover, .sppb-btn.sppb-btn-default:focus {
    background: transparent; color:rgb(255 255 255 / 0.5)!important;
}

@media (max-width: 767px) {
    .sppb-btn.sppb-btn-default { 
        font-size: 12px;
    }
}
/*end of default*/


/*primary*/

.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; }
}

/*end of primary*/


/*form button*/
button#bfSubmitButton {
    position: relative;
    background:transparent;
    overflow: visible;
    border:0px;
    color: rgb(255 255 255 / 50%);
    font-size: 16px;
    margin: 30px 50px 20px 0;
}
button#bfSubmitButton:hover {
    color: rgb(255 255 255 / 100%);
}

button#bfSubmitButton:before {
    content:'';
    background:rgb(255 255 255 / 50%);
    width:8px;
    height:8px;
    border-radius:50%;
    right: -20px;
    position: absolute;
    top: 15px;
    transition:0.5s;
}
button#bfSubmitButton:hover:before{
    background:rgb(255 255 255 / 100%);
}
button#bfSubmitButton:after {
    background: rgb(255 255 255 / 10%);
    width: 70px;
    height: 70px;
    content: '';
    position: absolute;
    border-radius: 50px;
    top: 2px;
    bottom: 0;
    margin: auto;
    right: -51px;
    z-index: 0;
}

@media screen and (max-width:600px){
button#bfSubmitButton {
    left: -10px!important;
}}
@media screen and (min-width:601px) and (max-width:992px){
button#bfSubmitButton {
    margin-top: 50px!important;
}}

@media (max-width: 767px) {
    button#bfSubmitButton { font-size: 12px; padding: 10px 20px !important; }
}
/*end of form button*/



/*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*/



/*DT buttons*/

.fa-dot-circle:before {
    content: "\f111"!important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
}

i.far.fa-dot-circle {position: relative;top: -1px;right: -8px;}

i.far.fa-dot-circle:after {
    background: rgb(255 255 255 / 10%);
    width: 70px;
    height: 70px;
    content: '';
    position: absolute;
    border-radius: 50px;
    top: 2px;
    bottom: 0;
    margin: auto;
    right: -30px;
}



/*kiple-pay-button*/
input.sppb-btn.sppb-btn-default.sppb-btn-rounded.kiple_pay_button {
    font-size: 20px;
    padding: 12px 30px;
}
input.sppb-btn.sppb-btn-default.sppb-btn-rounded.kiple_pay_button:hover {
    background: #000;
}
.kiple_pay_button {
    animation-name            : shadow    ;
    animation-duration        : 0.9s     ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes shadow {
    from { filter: drop-shadow(0px 0px 0px #376990); }
    to   { filter: drop-shadow(0px 0px 10px #376990); }
}


/*buton*/
.landing-button.sppb-btn-primary {
    font-size: 18px !important;
    background: #0b3352 !important;
    border: 2px solid #fff;
}

.landing-button.sppb-btn-primary:hover {
    background: #000000 !important;
    color: #fff !important;
    opacity: 1;
}
@media(max-width:991px){
.landing-button.sppb-btn-primary {
    font-size: 16px !important;
}
}
@media(max-width:768px){
#middle-row {
    background-attachment: scroll !important;
    background-size: cover;
}}




