/*all*/
.btn, .sppb-btn{text-transform:uppercase;border:0px!important;}
.btn:focus, .sppb-btn:focus{box-shadow:none!important;outline:none!important;opacity:0.5;}
.btn:hover .fa, .sppb-btn:hover .fa{color:#000!important;}

/*top*/
.sppb-btn-default.contact-top:hover {
    background: #000!important;
    color: #fff!important;
}


/*default*/
.sppb-btn-default {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 18px 25px!important;
    font-size: 14px!important;
    font-weight: 900!important;
}

.sppb-btn-default:hover{
    background: #fff!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}

/*primary*/
.sppb-btn-primary {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius:50px;
    line-height: 0!important;
    padding: 18px 25px!important;
}

.sppb-btn-primary:hover{
    background: #fff!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}


/*videoslide*/
.videoslide-btn.sppb-btn-default {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius:50px;
    line-height: 0!important;
    padding: 18px 25px!important;
}

.videoslide-btn.sppb-btn-default:hover{
    background: #fff!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}


/*button#bfSubmitButton*/
button#bfSubmitButton {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 25px 25px!important;
    border: 0px!important;
    font-size: 14px!important;
}

button#bfSubmitButton:hover{
    background: #fff!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}

button#bfSubmitButton:after {
    content: '\f061';
    margin-left: 8px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}



/*contact-top*/
.contact-top {
    text-transform: uppercase;
}


/*map*/
.leaflet-popup-content-wrapper a {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 12px 18px!important;
    border: 0px!important;
    font-size: 12px!important;
}

.leaflet-popup-content-wrapper a:hover{
    background: #171717!important;
    color: #fff!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}

/*hikabtn*/
div#hikashop_product_contact_main {
    float: left;
    margin-top: 30px;
    margin-right: 15px;
}

@media (max-width: 767px){
div#hikashop_product_contact_main {
    margin-top: 26px;
}}

div#hikashop_product_right_part a.hikabtn {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 25px 25px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    text-transform: inherit;
    letter-spacing: 0;
}

div#hikashop_product_right_part a.hikabtn:hover{
    background: #fff!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}

/*contact catalog*/

.hikashop-contact-button .hikabtn {
    background: #ac0d19!important;
    color: #fff!important;
    border-radius: 50px!important;
    line-height: 0!important;
    padding: 25px 25px!important;
    font-size: 14px!important;
    font-weight: 500!important;
    text-transform: inherit;
    letter-spacing: 0; border:0px!important;
}

.hikashop-contact-button .hikabtn:hover{
    background: #fff!important;
    color: #171717!important;
    border-radius: 50px;
    line-height: 0!important;
    opacity:1!important;
}

.hikabtn i {
line-height: 0!important;
color:#fff;
}

.hikashop-contact-button .hikabtn:hover i{
color:#ac0d19;
}





/*mobile*/
@media (max-width: 767px){
.btn, .sppb-btn, .videoslide-btn.sppb-btn-default {
    font-size: 12px!Important;
    padding: 16px!important;
}}