/**
* Theme Name: Speedia Child
* Description: This is a child theme of Speedia, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Template_path</a>
* Template: speedia
* Version: 1.7
*/

.product-contact-buttons{
    display:flex;
    gap:15px;
    margin-top:20px;
    flex-wrap:wrap;
}

.product-contact-buttons .contact-btn{
    flex:1;
    min-width:200px;
    height:52px;
    border-radius:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    font-size:18px;
    transition:.3s;
}

.hotline-btn{
    background:#ec8b00;
}

.hotline-btn:hover{
    background:#d97d00;
    color:#fff;
}

.zalo-btn{
    background:#0b6fb6;
}

.zalo-btn:hover{
    background:#095c96;
    color:#fff;
}

.zalo-btn img{
    width:24px;
    margin-right:10px;
}

.hotline-btn i{
    margin-right:10px;
}