/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.cr-filter-form{
    font-family: 'Poppins' !important;
}
.cr-filter-form label{
    padding-bottom: 5px;
padding-top: 6px;
}
.cr-filter-form .cr-field{
    border-right: 1px solid #e0e0e0;
padding-right: 13px;
}
.cr-filter-btn, .cr-reset-btn:hover{
   background-color:#c6a977 !important;
border-color:#c6a977;
color:#fff!important;
}
.cr-filter-btn:hover{
    background-color: #000 !important;
}
.cr-reset-btn{
    color:#c6a977 !important;
border-color: #c6a977 !important;
}
.cr-filter-form .cr-field.cr-submit {
    align-self:anchor-center;
border:none;
padding-right: 0px !important;
padding-left: 10px ;
}
.cr-filter-form label{
    font-size: 16px !important;
}
/* Main Image Slider */
.car-gallery .swiper-container {
    height: 500px;
    margin-bottom: 20px;
}

.car-gallery .swiper-slide img {
    width: 100%;
    height: auto;
}

/* Thumbs Slider */
.car-thumbs-slider .swiper-container {
    height: 100px;
    margin-top: 10px;
}

.car-thumbs-slider .swiper-slide {
    width: 100px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.car-thumbs-slider .swiper-slide:hover {
    opacity: 1;
}

/* Buttons */
.image-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.favorite-button, .share-button {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.favorite-button:hover, .share-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.heart-icon, .share-icon {
    font-size: 18px;
    margin-right: 8px;
}

/* Price Styling */
.car-price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}


.yr-single-meta .yrsm-label{
    font-size: 24px
}
.yr-single-meta .yrsm-val{
    font-size: 24px;
font-weight: 600;
}
.yr-single-meta.yrsm-list{
	flex-direction:column !important
}