
.close-filter {
    cursor: pointer;
    font-size: 18px;
}

.filter-new {
    width: 20%;
    background-color: #3c3c3c;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 20px;
}


body.shop .product-card__image--details {
    aspect-ratio: 1 / 1;
}



.filter-new-title {
    font-size: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: normal;
    padding: 6px;
    padding-left: 12px;
    margin-bottom: 0;
}

.filter-new-sub-title {
    font-size: 1.7rem;
    padding-left: 12px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter-new-form-check {
    margin-top: 6px;
    padding-left: 18px;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    color: #EEE;
}

.filter-new-form-check-input {
    margin: 0 !important;
}

.filter-new-form-check-label {
    margin: 0;
    font-weight: normal;
}

.navigation {
    position: absolute;
    left: 0px;
    top: 0px;

    width: 280px;
    height: calc(100% - 66px);
    background: #3c3c3c;
    overflow-x: hidden;
    transition: width 0.5s, height 1s;
    border-radius: 6px;
    z-index: 1;
    margin-bottom: 40px;
    margin-top: 30px;
}

.navigation ul {
    position: absolute;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    min-height: 970px;
    background: #3c3c3c;
    list-style: none;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

#Papers_for_Rebelle_3 {
    padding-inline: 25px !important;
    margin-top: 0 !important;
    min-height: 1000px;
}

h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.filter-new-form-check {
    margin-bottom: 10px;
}

.filter-new-form-check-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    user-select: none;
}

.filter-new-form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 4px;
}

.filter-new-form-check-input[type="checkbox"]:checked+.checkmark {
    border: 1px solid;
    background-color: rgb(255, 255, 255);
    border-color: #e8913c;
}

.filter-new-form-check-input[type="checkbox"]:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #e8913c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-new-form-check-input[type="radio"]+.checkmark {
    border-radius: 50%;
}

.filter-new-form-check-input[type="radio"]:checked+.checkmark {
    border: 1px solid;
    background-color: rgb(255, 255, 255);
    border-color: #e8913c;
}

.filter-new-form-check-input[type="radio"]:checked+.checkmark::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e8913c;
}

.navigation {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.button-open {
    display: none;
}

.button-open-sort {
    display: none;
}


.hiden {
    display: none;
}

.filter-new-form-check-btn {
    cursor: pointer;
}

.checkbox-container {
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
}

.sort-wraper {
    margin-top: 12px;
    margin-inline: 11px;
    margin-bottom: 12px;
    border-bottom: 1px solid #696969;
    border-bottom-right-radius: 21px;
}

.sort-button {
    text-decoration: underline;
    cursor: pointer;
    margin-right: 8px;
}

.select-wraper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    flex-wrap: wrap;

    margin-left: 12px;
    margin-bottom: 14px;
}

.select-item {
    cursor: pointer;
    background-color: rgb(116, 116, 116);
    color: white;
    padding: 4px;
    padding-inline: 8px;
    border-radius: 4px;
    z-index: 3;
}

.sort-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}

.sort-item {
    position: relative;
    padding: 8px 16px;
    border: 1px solid #696969;
    background-color: rgb(75, 75, 75);

    cursor: pointer;
    white-space: nowrap;
    z-index: 6;
    bottom: -1px;
}

.sort-item:hover {
    background-color: rgb(116, 109, 109);
}

.sort-active {
    background-color: #2f2f2f;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: normal;
    border-bottom: none;
}

.dropdown-menu {
    border-radius: 6px;
    background-color: #3c3c3c;
}

.dropdown-item {
    padding: 8px;
    padding-inline: 14px;
}

.dropdown-item:hover {
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(116, 109, 109);
}

.dropdown-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px;
    padding-inline: 31px;
    font-size: 18px;
    margin-bottom: 10px;
    border-radius: 6px;
    width: fit-content;
    background-color: #3c3c3c;
    cursor: pointer;
    
    position: relative;
    z-index: 3;
    margin-top: 14px;
}

.button-container {
    display: none;
    flex-direction: row;
    align-items: center;
    margin-left: 11px;
    margin-right: 22px;
}

.footer-filter {
    display: none;
    flex-direction: row;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 85vw;
    height: 60px;
    background-color: #313131;
    align-items: center;
    padding-inline: 20px;
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 302;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.navigation-button {
    width: 100%;
    color: black;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    background-color: #f3f3f3;
    opacity: .9;
    cursor: pointer;
}

.navigation-button:hover {
    box-shadow: 0 0 20px -7px #f3f3f3;
}

.header-filter {
    display: none;
    padding: 12px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 302;
    width: 85vw;
    height: 60px;
    background-color: #313131;
    align-items: center;
    justify-content: space-between;

    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cleaner-filter {
    margin-top: 14px;
    padding-left: 18px;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    text-decoration: underline;
    cursor: pointer;
}

.cleaner-filter:hover {
    filter: brightness(200%);
}

.loading-opacity {
    filter: opacity(0.3);
}

.loading-bg-desktop {
    position: relative;
    top: 240px;
    z-index: 299;
    background: url(/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.loading-bg-mobile {

    background: url(/images/loading.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.add_to_card_icon {
    width: 24px;
    cursor: pointer;
}

.product_groop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.shop .delete_cart-new {
    background: none;
}

body.shop .delete_cart-new:hover {
    background: none;
}

.product-card__more-info-container {
    display: none !important;
}

.hidden-top {
    opacity: 0;
}

.visible-top {
    font-size: 15px;
    opacity: 1;
    position: fixed;
    top: 152px;
    cursor: pointer;
    text-decoration: underline;
    width: 270px;
    display: flex;
    padding-left: 18px;
    padding-right: 10px;
    gap: 8px;
}

.overline {
    position: relative;
}

.product-card__select-product {
    padding: 5px;
    padding-inline: 10px;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: #49936df2;
    text-align: center;
}

.product-card__select-product::after {
    content: '';
    width: 10px;
    height: 26px;
    border-left: 10px solid transparent;
    border-top: 26px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    color: #49936df2;
    top: 0;
    left: -10px;
}

.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
                transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
    }
    @keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
                transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

.product-card .product-card__wrapper {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 1550px) {
    #sticky_bar_menu {
        display: none;
    }
}

@media (max-width: 1024px) {
    .container {
        padding-left: 0 !important;
    }

    .navigation {
        transform: translateX(-100%);
        height: 100%;
        width: 100%;
        background: transparent;
        transition: background 0.5s ease, transform 0.5s ease;
    }

    .navigation.active {
        border-radius: 0;
        background: #3c3c3c75;
        transform: translateX(0);
        opacity: 1;
        z-index: 300;
        position: fixed;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    .button-open {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 6px;
        padding-inline: 31px;
        font-size: 18px;
        margin-bottom: 10px;
        border-radius: 6px;
        width: fit-content;
        background-color: #3c3c3c;
        cursor: pointer;
        position: relative;
        z-index: 3;
        margin-top: 14px;
        margin-right: 40px;
    }

    .filter-new-title {
        padding: 14px;
    }

    .close-filter {
        display: block;
    }

    .close-filter:hover {
        filter: brightness(200%);
    }

    .navigation ul {
        width: 240px;
        padding: 64px 10px 90px;
        position: absolute;
        margin-bottom: 0;
        top: 0;
        left: 0;
        width: 85vw;
        min-height: 85vh;
        height: 100%;
        background: #3c3c3c;
        list-style: none;
        overflow-x: hidden;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    }

    .button-open-sort {
        display: block;
        margin-right: 10px;
    }

    .sort-wraper {
        display: none;
    }

    .header-filter-active {
        display: flex;
    }

    .footer-filter-active {
        display: flex;
    }

    .filter-new-title-desc {
        display: none;
    }

    .hiden-body {
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .cleaner-filter-desc {
        display: none;
    }

    .visible-top {
        display: none;
    }

    .button-container {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
}

@media (min-width: 1024px) {
    .loader {
        height: 8px;

        margin: 0 auto;
        position: relative;
        left: 140px;

        width: calc(100vw - 290px);
        max-width: 1160px;
    }
}
