/*
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;
}




/* власні стилі хедера */

.vehica-menu__wrapper .vehica-menu__left {
    display: flex;
	flex-basis: 75%;
    width: 70%;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly;
}
/* -------------------------------------------------- */
.vehica-menu__wrapper {
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 30px;
}

@media (min-width: 1100px){
    .vehica-menu__wrapper .vehica-logo {
        margin-right: 0px;
    }
}

@media (min-width: 1025px){
    .vehica-menu__wrapper .vehica-logo {
        margin-right: 0px;
    }
}

.vehica-menu__wrapper .vehica-menu {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}
@media (min-width: 1300px){
	.vehica-menu__wrapper .vehica-menu {
		gap: 20px;
	}
}
.vehica-menu__wrapper .vehica-menu > .menu-item {
    margin: 0px;
}

@media (max-width:410){
    .vehica-social-share__icon--telegram {
        margin-top: 15px;
    }
}


/* header not auth user login block */
.vehica-menu-desktop-login-register-link__separator {
    display: inline-block;
    height: 25px;
    width: 1px;
    top: 5px;
    position: relative;
    background: #50514f;
    margin: 0 10px;
}
.vehica-menu-desktop-login-register-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.vehica-menu__sticky-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-right: 1px;
}

.vehica-button--menu-submit {
    margin-left: 0;
	padding: 13px 20px 13px 18px;
}

/* social share  */

.elementor-11943 .elementor-element.elementor-element-3c798ea .vehica-social-share {
	justify-content: space-evenly;
}
.elementor-element.elementor-element-3c798ea.elementor-hidden-phone.elementor-widget.elementor-widget-vehica_social_share_general_widget {
    display: flex !important;
}
@media(max-width: 576px){
	.elementor-element.elementor-element-0a0eca3.elementor-hidden-phone.elementor-hidden-desktop.elementor-widget.elementor-widget-vehica_social_share_general_widget {
    	display: flex !important;
		margin-bottom: 35px !important;
}
}
@media(max-width: 899px){
	.elementor-element.elementor-element-0a0eca3.elementor-hidden-phone.elementor-hidden-desktop.elementor-widget.elementor-widget-vehica_social_share_general_widget {
    	display: flex !important;
		margin-bottom: 35px !important;
	}
}
.vehica-social-share__icon {
    width: 40px;
    height: 40px;
	padding: 0px;
    line-height: 45px;
    margin-right: 12px;
    border-radius: 50%;
    color: #222732;
    background: #eff0f1;
    cursor: pointer;
    transition: all 0.2s ease;
}
.fa, .fab, .fas {
    font-size: 20px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.vehica-social-share__icon:hover{
	color: #89be49 !important;
}

/* ===== Car card share buttons ===== */
.vehica-card-share {
    position: relative;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eff0f1;
}

/* Every icon in the share bar (inherited from vehica-social-share__icon + overrides) */
.vehica-card-share .vehica-social-share__icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 0;
    font-size: 14px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .2s, background .2s;
}

/* Reset button defaults so <button> visually matches <a> */
.vehica-card-share button.vehica-social-share__icon {
    border: none;
    background: #eff0f1;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
}

.vehica-card-share__btn--copy:hover  { color: #8cc34b !important; }
.vehica-card-share__btn--social:hover { color: #6d5be9 !important; }

/* Tablet: slightly larger icons */
@media (min-width: 768px) {
    .vehica-card-share .vehica-social-share__icon {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 15px;
    }
}

/* Desktop: full size, comfortable gap */
@media (min-width: 1200px) {
    .vehica-card-share .vehica-social-share__icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .vehica-card-share {
        gap: 6px;
    }
    .vehica-car-card-row .vehica-car-card-row__right {
    display: flex;
    min-width: 250px;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
    margin-left: auto;
    padding-left: 18px;
}
}



/* modal styles are output inline in wp_footer to avoid caching issues */