/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


/* Main gallery */

.cc-main-swiper {
    width: 100%;
    margin-bottom: 15px;
}

.cc-main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc-main-swiper img {
    display: block;
    width: 100%;
    /* height: 100px; */
    object-fit: cover;
    border-radius: 12px;
}

/* Thumbnails */

.cc-thumb-swiper {
    margin-top: 15px;
}

.cc-thumb-swiper .swiper-slide {
    opacity: .85;
    cursor: pointer;
    transition: opacity .25s ease;
}

.cc-thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.cc-thumb-swiper img {
    display: block;
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

/* Navigation */

.cc-main-swiper {
    position: relative;
}

.cc-main-swiper .swiper-button-prev,
.cc-main-swiper .swiper-button-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.45);
    color: #fff;
    z-index: 100;
    transition: .2s;
}

.cc-main-swiper .swiper-button-prev {
    left: 15px;
}

.cc-main-swiper .swiper-button-next {
    right: 15px;
}

.cc-main-swiper .swiper-button-prev:hover,
.cc-main-swiper .swiper-button-next:hover {
    background: rgba(0,0,0,.7);
}

.cc-main-swiper .swiper-button-prev::after,
.cc-main-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: 700;
}
.gnext,
.gprev {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.cc-gallery-desno {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.cc-gallery-desno a {
    display: block;
}

.cc-gallery-desno img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 8px;

    opacity: 0;
    transform: translateY(8px);
    transition:
        opacity .28s ease,
        transform .28s ease;
}

.cc-gallery-desno img.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.cc-gallery-desno img:hover {
    transform: scale(1.03);
}

.cc-gallery-desno img:hover {
    transform: scale(1.03);
}
.car-equipment {
    list-style: none;
    margin: 0;
    padding: 0;
}

.car-equipment li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.car-equipment li span {
    
}

.car-equipment-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
}

.color-positive {
    color: #28a745;
}

.car-equipment li span {
    flex: 1;
    line-height: 1.5;
}
button.ghost-btn {
    width: 100%;
    padding: 6px 24px;
    border: 2px solid #fc4813;
    border-radius: 5px;
    background: #fc4813;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
	text-transform: uppercase;
}

button.ghost-btn:hover {
    background: #973214;
    /* color: #fc4813; */
}

button.ghost-btn:focus-visible {
    outline: 1px solid #ffffff;
    outline-offset: 1px;
}
.ghost-btn:focus {
    background-color: #fc4813 !important;
}
.stupac-filtra select {
    border-radius: 5px;
}
form#leasing label {
    padding: 0px 0 10px 0;
}
input.iznos.izracun-grupa {
    border: none;
    font-size: 1.4em;
	text-align: center;
}
input[name="iznos"]:focus-visible {
  outline: none;
}

.forma-vozila {
    width: 100%;
}

.red-filtra {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.stupac-filtra {
   flex: 1 1 calc(11.111% - 15px);
    min-width: 140px;
}

.stupac-filtra select,
.stupac-filtra button {
    width: 100%;
}

.gumb-pretrage {
    flex: 1 1 calc(11.111% - 15px);
}
.text-center {
	text-align:center;
}

#oprema-single {
    max-height: 270px;
    overflow: hidden;
    position: relative;
    transition: max-height .45s cubic-bezier(.22, .61, .36, 1);
}

#oprema-single.oprema-otvorena {
    max-height: 800px;
}

#oprema-single::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #fff);
    opacity: 1;
    transition: opacity .25s ease;
    pointer-events: none;
}

#oprema-single.oprema-otvorena::after {
    opacity: 0;
}

#toggle-oprema {
    margin-top: 15px;
}  
.bijelo {
	color: #ffffff;
}
.crno {
	color: #000000;
}
ul.car-equipment li span::first-letter {
	 text-transform: uppercase;
}
/************************************    Media     **************************************************/

@media (min-width: 576px) { }

@media (max-width: 767px) {
    .cc-gallery-desno {
        gap: 8px;
    }  
    .gnext,
    .gprev {
        display: flex !important;
        width: 44px;
        height: 44px;
        background: rgba(0,0,0,.6);
        border-radius: 50%;
    }
    .cc-main-swiper img {
        height: 280px;
    }

    .cc-thumb-swiper img {
        height: 60px;
    }

    .cc-main-swiper .swiper-button-prev,
    .cc-main-swiper .swiper-button-next {
        display: flex !important;
        width: 40px;
        height: 40px;
        background: rgba(0,0,0,.6);
        color: #fff;
        border-radius: 50%;
        z-index: 9999;
    }

    .cc-main-swiper .swiper-button-prev {
        left: 10px;
    }

    .cc-main-swiper .swiper-button-next {
        right: 10px;
    }

    .cc-main-swiper .swiper-button-prev::after,
    .cc-main-swiper .swiper-button-next::after {
        font-size: 18px;
    }
	.glightbox-mobile .gprev,
    .glightbox-mobile .gnext,
    .gprev,
    .gnext {
        display: flex !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        width: 44px !important;
        height: 44px !important;

        opacity: 1 !important;
        visibility: visible !important;

        z-index: 999999 !important;
		border-radius: 50px  !important;
    }

    .gprev {
        left: 10px !important;
        right: auto !important;
    }

    .gnext {
        right: 10px !important;
        left: auto !important;
    } 
	.stupac-filtra,
    .gumb-pretrage {
        flex: 1 1 calc(50% - 8px);
    }
	button.ghost-btn {
		margin: 20px 0 0 0; 
	}
	
} 

@media (min-width: 992px) { }

@media (max-width: 1024px) {

    .stupac-filtra,
    .gumb-pretrage {
        flex: 1 1 calc(50% - 8px);
    }

}

@media (min-width: 1200px) {
	.swiper {
		max-height: 375px;
	}
	.botun-izracun {
		margin-top: 20px;
	}
	.elementor-element.postavi-top {
		display: flex !important;
		flex-direction: row !important;
		align-items: flex-start !important;
		justify-content: space-between !important; 
	}

	.elementor-element.postavi-top > .e-con,
	.elementor-element.postavi-top > .elementor-widget-wrap {
		align-self: flex-start !important;
	}
}

@media (min-width: 1400px) {
	}