/**
 * Theme Name:     GS Cars Theme
 * Author:         Codename
 * Template:       hello-elementor
 * Text Domain:	   gs-cars-theme
 * Description:    An Elementor child theme for GS Cars
 */

/* General */
.e-off-canvas{
    z-index: 999;
}

 .ovabrw-modern-product{
    background-color: transparent;
 }
 .ovabrw-list-product .products{
    gap: 10px 10px;
 }
 .gs-car-card .category-tag a{
    background-color: black;
    color: var(--ovabrw-primary-color);
    font-family: var(--ovabrw-primary-font);
    font-weight: bold;
    font-size: 1.3em;
    padding: 3px 10px;
 }
 .gs-car-card .titleprice{
    font-family: "Sofia Sans Semi Condensed", Sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
 }
 .gs-car-card .titleprice h2{
    line-height: 1.2em;
    margin: 0px !important;
    font-size: initial;
 }
 .gs-car-card .titleprice .ovabrw-price{
    display: flex;
    align-items: center;
    color: var(--ovabrw-primary-color);
    font-size: 1.2em;
    font-weight: 700;
 }
.gs-car-card .ovabrw-card-content{
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px;
} 
.gs-car-card .ovabrw-specifications{
    grid-template-columns: 1fr 1fr 1fr !important;
}
.gs-car-card .ovabrw-card-btn{
    margin-top: auto;
    margin-bottom: 0 !important;
 }
 .gs-car-card .ovabrw-card-btn .ovabrw-button {
    border-radius: 0;
    width: 100%;
    height: 60px;
    font-weight: 600;
}

/* Home Screen Search*/
.gs_home_search form .wrap_content{
    grid-gap: 13px !important;
}
.gs_home_search select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    flex-basis: 100%;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-inline-end: 20px;
    text-transform: inherit;
    min-height: 60px;

}
.gs_home_search .s_field input, .gs_home_search .s_field select{
    background-color: #EEEEEE !important;
    border-color: #FFFFFF00 !important;
    font-family: "Sofia Sans Semi Condensed", sans-serif;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 !important;
    min-height: 60px;
}
.gs_search_button_container{
    margin-top: 0 !important;
}
.ovabrw_btn_submit.gs_search_button {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    min-height: 60px;
    background-color: var(--ovabrw-primary-color);
    border-color: var(--ovabrw-primary-color);
    color: #FFF;
}
.ovabrw_btn_submit.gs_search_button:hover{
    background-color: #84480f;
    border-color: #84480f;
}

/* Product Archives */
.product-archive-title{
    font-size: 4em;
    text-align: center;
}
.e-contact-buttons, .gs-wa-btn{
	z-index:9 !important;
}

/* Card 1 */
@media only screen and (max-width: 600px) {
	.ovabrw-card1 .titleprice{
		flex-direction: column;
	}
	.ovabrw-card1 .ovabrw-specifications{
		grid-template-columns: 1fr 1fr !important;
	}
	.easepick-container>main{
		padding-bottom: 100px;
	}
}