/*
Theme Name: oautos.cl
Theme URI: https://oautos.cl
Author: SOCIALWEB
Author URI: https://socialweb.cl
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
*/

.vehica-mobile-menu__info{
	display:none !important;
}

.vehica-car-card-row__price-desktop{
	color: rgb(34, 34, 34) !important;
	font-size: 25px;
}

.vehica-car-card__info__single:first-child{
	background-color: rgb(34, 34, 34) !important;
}

@media (min-width: 768px){
	.vehica-package__left {
    	padding: 30px 40px;
    	width: 260px !important;
    	border-right: 1px solid #f2f5fb;
	}
}

@media (min-width: 1400px){
	.vehica-search-classic-v1 .vehica-search-classic-v1__inner {
		max-width: 500px;
	}
}

.vehica-car-card-row:has(.vehica-car-card-row__image):has(.vehica-car-card__featured){
	border:1px solid var(--primary);
	    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
}

.vehica-car-card-row:hover:has(.vehica-car-card-row__image):has(.vehica-car-card__featured){
	border:1px solid #00a4ff3b;
	    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
	 -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
	border:1px solid var(--primary);
}



