/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.brxe-container[flip-sides="1"] .fl-img {
    order: 2;
}

#brxe-nbjbsz label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
}

#brxe-nbjbsz input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 2;
}

#brxe-nbjbsz label::before {
    content: '';
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background: transparent;
    border: 0.2rem solid #000;
    box-sizing: border-box;
    z-index: 1;
}

#brxe-nbjbsz input[type="checkbox"]:checked + #brxe-nbjbsz label::before {
    background: #000;
    transform: rotateY(180deg) translateY(-50%);
}

.fav-inn {
    fill: transparent;
}

.fav-inn.favorited {
    fill: #000;
}

.rep-par.notific-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rep-par.trust-items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.favorite-button:active svg {
    transform: scale(1.1);
    transition: transform 0.1s ease;
}

.favorite-button.loading {
    pointer-events: none;
    opacity: 0.6;
}

.splide {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}