/* 
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 */
/**********************************
 ________  ________  ________   
|\   __  \|\   __  \|\   __  \  
\ \  \|\  \ \  \|\  \ \  \|\  \ 
 \ \   __  \ \   _  _\ \   ____\
  \ \  \ \  \ \  \\  \\ \  \___|
   \ \__\ \__\ \__\\ _\\ \__\   
    \|__|\|__|\|__|\|__|\|__|   

/*********************************/                              

.sub-menu li a{
    padding: 11px 14px 11px 24px;
}
.elementor-item{
    transition: 0 !important;
}
.elementor-item{
    border-radius: 150px;
	border: 1.3px solid transparent;

}
.elementor-item:hover{
    border-radius: 150px;
	border: 1.3px solid #5E5E59;

}
.elementor-sub-item {
  display: flex !important;
  align-items: center;
  border: 0 !important;
  overflow: hidden; 
  width: 100%;
}


.elementor-sub-item .menu-hover-icon {
 
  height: 12px;
  width: 0;
  margin-right: 0; 
  opacity: 0;
  transition: width 0.1s ease-in-out, 
  margin-right 0.3s ease-in-out,
  opacity 0.3s ease-in-out;
}


.elementor-sub-item:hover .menu-hover-icon {
 
  width: 1.2em;
  margin-right: 9px;
  opacity: 1;
}

.static-menu-icon{
    position: absolute;
    right: 14px;
}

.woocommerce-breadcrumb a:hover{
    color: #2b2b2b !important;
}
.woocommerce-breadcrumb a{
    transition: 0.3s ease !important;
}
.arp-qty-minus, .arp-qty-plus:hover{
	color: #005F9F !important;
}


/*-----------------------------*/
/*--------Članovi tima---------*/
/*-----------------------------*/


.team-slider-root {
    width: 100%;
    position: relative;
}

.slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 112px) / 5);
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    padding-top: 10px;
    font-family: 'Exo';
}


.slider-track::-webkit-scrollbar {
    display: none;
}

.member-box {
    height: 360px;
    width: 100%;      
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    scroll-snap-align: start;
}

.member-box:hover {
    transform: translateY(-10px);
}

.member-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #1D2326 0%, transparent 100%);
    padding: 25px 25px 25px 25px;
    color: white;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 2;
}

.member-box:hover .member-info-layer {
    opacity: 0;
}

.flex-name-role {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 5px;
}

.flex-name-role.inline-role {
    flex-wrap: nowrap;
    flex-direction: row;
}

.member-fullname {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Exo 2';
    letter-spacing: 0.5px;
}

.role {
    color: #F2F2F2;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin-top: -5px;
      font-family: 'Exo 2';
}

.member-position {
    color: #F2F2F2;
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    max-width: 230px;
    margin-top: 5px;
    line-height: 150%;
    text-transform: uppercase;
}

.member-bio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(29, 35, 38, 0.60) 63.01%, rgba(29, 35, 38, 0.80) 82.05%, #1D2326 100%);
    padding: 25px 25px 25px 25px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 3;
}

.member-box:hover .member-bio-overlay {
    opacity: 1;
}

.member-bio-overlay p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Exo 2'
}

.profile-icons {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s ease;
    z-index: 10;
}

.member-box:hover .profile-icons {
    opacity: 1;
    transform: translateX(0);
}

.icon-item {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.icon-item:hover {
    transform: scale(1.1);
}

.icon-item svg {
    width: 18px;
    height: 18px;
    fill: #333;
}

.slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
}

.arrow-btn, 
.arrow-btn:target {
    width: 50px;
    height: 50px;
    background-color: #F2F2F2;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: static;
}

.arrow-btn:hover {
    background: #D21C3E !important;
}

.arrow-btn:hover path {
    fill: white;
}
/* < 1800px → 4 kartice */
@media (max-width: 1800px) {
    .slider-track {
        grid-auto-columns: calc((100% - 84px) / 4);
    }
}


@media (max-width: 1200px) {
    .slider-track {
        grid-auto-columns: calc((100% - 56px) / 3);  /* 3 kartice, 2 razmaka */
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .slider-track {
        grid-auto-columns: calc((100% - 28px) / 2);  /* 2 kartice, 1 razmak */
        gap: 28px;
    }

    .member-box:active .member-bio-overlay {
        opacity: 1;
    }

    .member-box:active .member-info-layer {
        opacity: 0;
    }

    .member-fullname {
        font-size: 18px;
    }

    .member-position {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .slider-track {
        grid-auto-columns: 100%; 
        gap: 20px;
    }
    
    .member-box {
        height: 450px;
    }

    .member-bio-overlay p {
        font-size: 14px;
    }
}
selector [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
    background: #F2F2F2 !important;
    color: #F2F2F2 !important;
}

/*--------------------------------*/
/*--------O nama timeline---------*/
/*--------------------------------*/

.timeline-container-custom { 
    position: relative;
    width: 100%;
}

.timeline-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 60px;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.timeline-scroll-wrapper::-webkit-scrollbar {
    height: 8px;
}

.timeline-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.timeline-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #D21C3E;
    border-radius: 10px;
}

.timeline-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #a51630;
}

.timeline-custom {
    position: relative;
    padding: 40px 0;
    min-width: max-content;
}

.timeline-line-custom {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(210, 28, 62, 0.25);
    z-index: 1;
}

.timeline-progress-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #D21C3E;
    width: 0%;
    transition: width 0.3s ease-out;
    z-index: 1;
}

.timeline-items-custom {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    gap: 50px; /*Bitno - razmak između stupaca*/
}

.timeline-item-custom {
    flex: 0 0 auto;
    min-width: 200px;

    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUpCustom 0.6s ease-out forwards;
    display: flex;
    flex-direction: column;
    position: relative;
}

.timeline-item-custom:nth-child(1) {
    animation-delay: 0.2s;
}

.timeline-item-custom:nth-child(2) {
    animation-delay: 0.4s;
}

.timeline-item-custom:nth-child(3) {
    animation-delay: 0.6s;
}

.timeline-item-custom:nth-child(4) {
    animation-delay: 0.8s;
}

.timeline-item-custom:nth-child(5) {
    animation-delay: 1.0s;
}

.timeline-item-custom:nth-child(6) {
    animation-delay: 1.2s;
}

@keyframes fadeInUpCustom {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-year-custom {
    position: absolute;
    top: -3rem;
    left: -25px;
    transform: translateX(-50%);
    color: #090304;
    font-family: "Exo 2" !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    white-space: nowrap;
}

.timeline-dot-custom {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    border: 1px solid rgba(210, 28, 62, 0.25);
    position: absolute;
    top: 4px;
    left: -25px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
    z-index: 3;
    box-shadow: 0 0 0 10px white;
}

.timeline-dot-custom.passed {
    border-color: #D21C3E;
    background: #D21C3E;
}


.timeline-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 315px;
    margin-top: 35px;
    
}
/*
.timeline-content-grid.grid-2-col {
    grid-template-columns: 1fr 1fr;
}

.timeline-content-grid.grid-3-col {
    grid-template-columns: 1fr 1fr 1fr;
}*/

.flex-container {
    display: flex;
    gap: 29px;
}

.timeline-column {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-left: -25px;
    max-width: 315px;
}

.timeline-title-box {
    text-align: left;
    color: #090304;
    font-family: "Exo 2" !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.text-box {
    border-radius: 7.36px;
    background: #F2F2F2;
    max-width: 315px;
    padding: 14px 28px;
    align-items: center;
    display: flex;
}

.text-box p {
    color: rgba(30, 30, 30, 0.70);
    font-family: "Exo 2";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
/*
.timeline-image-custom {
    width: 100% !important;
    max-width: 315px !important;
    height: 211px !important;
    object-fit: cover !important;
    border-radius: 7.36px !important;
}

.branding-image {
    display: flex;
    width: 315px;
    height: 416px;
    object-fit: cover;
}

.timeline-item-custom:nth-of-type(1) img {
    width: 100%;
    height: 104px;
    object-fit: cover;
    border-radius: 7.36px;
}

.timeline-item-custom:nth-of-type(2) img {
    width: 144px;
    height: 154px;
    border-radius: 7.36px;
}

.timeline-image-custom.wide {
    height: auto;
}

.grid-3-col .timeline-image-custom {
    height: 160px;
}*/

.timeline-item-custom:nth-of-type(4) img {
    width: 144px;
    height: 154px;
    border-radius: 7.36px;
}

.modal-custom {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.modal-custom.active {
    display: flex;
}

.modal-content-custom {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.modal-close-custom {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    transition: color 0.3s;
}

.modal-close-custom:hover {
    color: #D21C3E;
}
/*
.flex-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 85px;
    margin-top: 35px;
}

.flex-row-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 45px;
    margin-top: 35px;
}

.flex-row .timeline-content-grid,
.flex-row-2 .timeline-content-grid {
    margin-top: 0;
    flex: 1;
    max-width: none;
}

.flex-row .timeline-column,
.flex-row-2 .timeline-column {
    max-width: none;
}

.flex-row .timeline-title-box,
.flex-row-2 .timeline-title-box {
    margin-left: 0;
}*/

/*---------------*/

.timeline-scroll-wrapper.is-dragging {
    cursor: grabbing;
    user-select: none;
}


.timeline-scroll-wrapper {
    cursor: grab;
    scroll-behavior: auto; /* Disable native smooth scroll */
}

.timeline-scroll-wrapper.is-dragging {
    cursor: grabbing;
    user-select: none;
}

/* Smooth transitions for everything */
.timeline-progress-custom {/**/
    transition: width 0.1s linear;
}

.timeline-dot-custom {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-image-custom,
.branding-image {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: auto;
}

/* Ili dodaj na cijeli timeline wrapper */
.timeline-scroll-wrapper * {
    user-select: none;
    -webkit-user-drag: none;
}

/* Ali vrati pointer events za klikabilne elemente */
.timeline-dot-custom,
.timeline-image-custom,
.branding-image,
.timeline-arrow {
    pointer-events: auto;
}

@media only screen and (max-width: 991px) {
    .timeline-nav-arrows{
        display: none;
    }
}

.timeline-image {
    border-radius: 7.36px !important;
}




.e-n-accordion-item:nth-child(1) .e-n-accordion-item-title-text::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('https://arp.1o1o.com.hr/wp-content/uploads/2025/11/PaintBucket.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.e-n-accordion-item:nth-child(2) .e-n-accordion-item-title-text::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('https://arp.1o1o.com.hr/wp-content/uploads/2025/11/svojstva.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.e-n-accordion-item:nth-child(3) .e-n-accordion-item-title-text::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('https://arp.1o1o.com.hr/wp-content/uploads/2025/11/Vector-1-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.e-n-accordion-item:nth-child(4) .e-n-accordion-item-title-text::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('https://arp.1o1o.com.hr/wp-content/uploads/2026/03/document.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.e-n-accordion-item-title{
       border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}
.e-n-accordion-item div{
           border-left: 0 !important;
    border-right: 0 !important;

}
selector h3,h2,h1,h4,h5,h6{
    margin-top: 10px;
    margin-bottom: 10px;

}
selector h3{
    font-size: 21px;
}
selector td{
    padding: 10px;

}
selector table td, table th{
        color: #242424 !important;
}


.dodatni-dokumenti-wrapper{
    border-radius: 7.361px;
    background: #F2F2F2;
    padding: 1.4rem;
    display: flex;
    align-items: center;
    gap: 1.4rem;
    margin-top: 2%;
    transition: all 0.1s ease-in-out;
}

.dodatni-dokumenti-wrapper:first-child{
    margin-top: 0%;
}

.dodatni-dokumenti-wrapper:hover{
    transform: scale(1.02);
}

.ikona-dodatni-dokumenti{
    width: 1.2rem;
    display: block;
    color: #FFF;
}

.naslov-dodatni-dokumenti,
.naslov-dodatni-dokumenti:hover,
.naslov-dodatni-dokumenti:active{
    color: #D21C3E;
    display: flex;
    align-items: center;
    padding-bottom: 0%;
	text-transform: uppercase;
}

.dodatni-dokumenti-nema-dokumenta{
    color: #5B5B5B;
	font-family: "Exo 2";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/*---------------*/
/*-----Price-----*/
/*---------------*/

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    color: #000 !important;
	font-family: "Exo 2" !important;
	font-size: 28px !important;
	font-style: normal !important;
	font-weight: 700 !important;
}

@media (max-width: 991px) {
  .woocommerce-variation-price {
    text-align: left !important;
  }
}

/*----------------------------*/
/*-----Disable image zoom-----*/
/*----------------------------*/

.woocommerce div.product div.images .zoomImg {
    display: none !important;
}


.woocommerce-product-gallery__trigger {
    z-index: 10 !important;
}


/*----------------------*/
/*-----Gravity form-----*/
/*----------------------*/

.gform_wrapper {
  max-width: 700px !important;
  margin: 0px !important;
  font-family: "Exo 2" !important;
}

.gform_wrapper .gfield_label {
  font-size: 14px !important;
  color: #7a7a7a !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.gform_wrapper .gfield {
  position: relative !important;
  margin-bottom: 2px !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea {
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  padding: 28px 16px 28px 16px !important;
  font-size: 16px !important;
}

.gform_wrapper .gfield_label {
  position: absolute !important;
  top: -8px !important;
  left: 14px !important;
  background: #fff !important;
  padding: 0 6px !important;
  font-size: 13px !important;
  color: #8a8a8a !important;
  z-index: 2 !important;
  line-height: 1 !important;
}

.gform_wrapper .gfield_required {
  color: #e3342f !important;
}

.gform_wrapper textarea {
  resize: vertical !important;
  padding: 20px !important;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
  border-color: #bbb !important;
  background: #fff !important;
}

.gform_wrapper .gfield {
  margin-bottom: 18px !important;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #e3342f !important;
  appearance: none !important;
  border-radius: 3px !important;
  display: inline-block !important;
  position: relative !important;
  cursor: pointer !important;
  margin-right: 10px !important;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked {
  background-color: #e3342f !important;
  border-color: #e3342f !important;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked::after {
  content: "✔" !important;
  color: #fff !important;
  font-size: 12px !important;
  position: absolute !important;
  top: 0 !important;
  left: 3px !important;
}

.gform_wrapper .gfield_checkbox label {
  font-size: 14px !important;
  color: #666 !important;
}

.gform_wrapper .gfield_required {
  color: #e3342f !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
    border-radius: 7.655px !important;
    background: #DC2626 !important;
    display: flex !important;
    height: 54.862px !important;
    min-height: 54.862px !important;
    max-height: 54.862px !important;
    padding: var(--py-2, 10.972px) var(--px-4, 21.945px) !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 13.715px !important;
    font-family: "Exo 2" !important;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #c92a25 !important;
}

.gform_wrapper .gform_footer {
    margin-top: 10px !important;
}
/*
selector input[type="checkbox"]:checked::before {
    content: ' ' !important; 
    color: white !important;
    font-size: 14px !important;
    text-align: center;
    position: absolute !important;
    left: -2px !important;
    top: -2px !important;
    background-color: #DC2626 !important;
    width: 20px !important;
}

selector input[type="checkbox"]:checked::after {
    content: '\2713' !important; 
    color: white !important;
    font-size: 14px !important;
    text-align: center;
    position: absolute !important;
    left: -2px !important;
    top: -2px !important;
    background-color: #DC2626 !important;
    width: 20px !important;
}
*/

input[type="checkbox"]:checked {
    background-color: #D21C3E !important;
}
selector input[type="checkbox"]:checked::after {
    content: '\2713' !important;
    color: white !important;
    font-size: 14px !important;
    position: absolute !important;
    left: 2px !important;
    top: -2px !important;
}
selector label{
    margin-top: 2px !important;
}

.gform_required_legend{
    display: none !important;
}

/*---------------------*/
/*-----Shop filter-----*/
/*---------------------*/


.jet-list-tree__parent .jet-checkboxes-list__label{
    color: #242424;
   
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;

}
.jet-list-tree__parent .jet-checkboxes-list__decorator{
    display: none !important;
}
.jet-list-tree__parent .jet-checkboxes-list__label{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.jet-list-tree__parent .jet-checkboxes-list__input {
    display: none;
}
.jet-list-tree > .jet-checkboxes-list__row:not(.jet-list-tree__parent):first-of-type {
    display: none !important;
}

.jet-filter-items-moreless__toggle{
    color:#005F9F;
font-size: 15px !important;

line-height: 21px;
}

.jet-list-tree__parent{
    padding-bottom: 14px;
      border-bottom: 1px solid #CFCFCF;
      margin-bottom: 15px !important;
}
.jet-list-tree__children{
    margin-left: 0px !important;
    padding-left: 0px !important;
    width: 100%;
}
.jet-list-tree__children .jet-checkboxes-list__decorator{
    margin-right: 0px !important;
}
.jet-list-tree__parent .jet-checkboxes-list__label{
    width: 100%;
    
}

.jet-list-tree__parent ~ .jet-list-tree__parent .jet-checkboxes-list__label {
      color: #242424;
    margin-top: 30px;
}


.dropdown-icon-custom {
    width: 16px;
    height: 16px;
    margin-left: 18px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.jet-list-tree__parent .jet-checkboxes-list__item.open .dropdown-icon-custom {
    transform: rotate(0deg);
}

.jet-list-tree__parent + .jet-list-tree__children {
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
    opacity: 1;
}

.jet-list-tree__parent + .jet-list-tree__children.hidden {
    height: 0 !important;
    opacity: 0;
}

.jet-list-tree__children .jet-checkboxes-list__label {
    max-width: 90% !important;
}

.jet-list-tree__parent{
    align-items:flex-end;
        flex-direction: row-reverse;
}

/* Smooth fade-in animacija kad se kategorije otvaraju */

.jet-list-tree__children.jet-list-content-collapsed {
    display: none;
    opacity: 0;
}

.jet-list-tree__children:not(.jet-list-content-collapsed) {
    display: block;
    animation: fadeInSlide 0.4s ease-in-out;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*-------------------------*/
/*-----Shop pagination-----*/
/*-------------------------*/

.elementor-pagination{
  margin-top: 2rem !important;
}

.page-numbers {
  border-radius: 7.361px;
  background: #D21C3E;
  padding: 8px 14px;
  color: #fff;
}

.page-numbers.current {
  background: #F2F2F2;
  color: #5e5e59;
}

.page-numbers:hover {
  background: #F2F2F2;
  color: #5e5e59;
}












