/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/

:root {
  --primary: #8cc34b;
}

.vehica-social-share__icon--telegram {
    background: #02A1DE;
}

.vehica-social-share__icon--whatsapp {
    background: #31C631;
    margin-top: 15px;
}

.vehica-social-share__icon--viber {
    background: #6359A7;
    margin-top: 15px;
}

.parts_order .parts_order_title {
    color: #222732;
    font-size: 30px;
    font-weight: 900;
    line-height: 38px;
}

@media (max-width:410){
    .vehica-social-share__icon--telegram {
        margin-top: 15px;
    }
}