a {
    text-decoration: none !important;
}

.number_collection {
    color: #d6cec13d;
    font-size: 100px;
    font-weight: bolder;
    top: -35px;
    right: 0px;
    z-index: 0;
}

.number_collection_ar {
    left: -73px;
    right: auto;
}

.carousel-control-prev-icon-productsCollection {
    background-image: url("../../images/icons/arrow_prev.png") !important;
    width: 1rem;
}

.carousel-control-next-icon-productsCollection {
    background-image: url("../../images/icons/arrow_next.png") !important;
    width: 1rem;
}

.title_productModal {
    color: #45361F;
}

.paragragh_productModal {
    color: #978466;
    margin-top: 15px;
}

.second_color_productModal {
    background-color: #94A85A !important;
}

.active_color_productModal {
    border-radius: 50%;
    border: 1px solid #d6cec1;
    padding: 4px;
}

.productModal .price {
    color: #978466;
    margin-bottom: 0px;
}

.des_productModal p {
    color: #45361F;
    font-weight: 600;
}

.des_productModal span {
    color: #978466;
    font-weight: 400;
}

.btn_productModal_view {
    background-color: transparent;
    color: #715A40 !important;
    border: 1px solid #715A40;
    text-decoration: none !important;
    letter-spacing: 2px;
    font-weight: 500;
}

.carousel-control-prev-productsCollection,
.carousel-control-next-productsCollection {
    position: absolute;
    top: 109%;
    transform: translateY(-50%);
    z-index: 10;
}

.uk-slidenav-previous,
.uk-slidenav-next {
    color: #715A40 !important;
}

.productModal {
    margin-top: 60px;
}

.uk-slidenav-previous svg,
.uk-slidenav-next svg {
    width: 40px;
    height: 30px;
}

.uk-slidenav-previous svg[width="14"],
.uk-slidenav-next svg[width="14"] {
    display: none;
}

.productShapeModal{
    width: 260px;
    height: 366px;
}

.carousel-control-prev-icon-productModal{
    background-image: url("../../images/icons/arrow_prev.png") !important;
    width: 1rem;
    height: 2rem;
    /* position: fixed; */
}

.carousel-control-next-icon-productModal{
    background-image: url("../../images/icons/arrow_next.png") !important;
    width: 1rem;
    height: 2rem;
    /* position: fixed; */
}


@media (max-width: 768px) {

    .sorted,
    .filterBtns,
    .bottom_section_productModal {
        display: block !important;
    }

    .filterBtns .hide-show-btn {
        margin-right: 0px !important;
        margin-bottom: 24px;
    }

    .filters {
        margin-bottom: 60px;
    }

    #dynamic-content img {
        width: 82vw !important;
    }

    .number_collection {
        right: -24px;
    }

    .bottom_section_productModal button {
        margin-bottom: 30px;
    }

    .btn_productModal_view {
        margin-left: 0px !important;
        letter-spacing: 1px;
        padding-left: 10px !important;
        padding-right: 3px !important;
    }
    .btn_productModal_view span{
        margin-left: 10px !important;
    }
    .uk-modal-dialog{
        width: 90% !important;
    }

    .uk-slidenav{
        padding: 0px 0px !important;
    }

    .uk-position-small{
        margin: 0px !important;
    }

    .productModal .uk-slideshow-items img{
        width: 140px;
    }

    .carousel-control-prev-productsCollection,
    .carousel-control-next-productsCollection {
        top: 104%;
    }
    #carouselExampleIndicators7 .carousel-indicators {
        bottom: -46px;
    }
    .px_3_en{
        padding-left: 20px;
        padding-right: 20px;
    }

}