.prod-tag-sale, .prod-tag-new {
    position: absolute;
    left: 1rem;
    color: #fff;
    width: 5rem !important;
    height: 5rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform: matrix(0, -1, 1, 0, 0, 0);*/
    z-index: 10;
    top: 5px;
    border-radius: 100%;
    background-color: #1a1a1a;
}

.prod-tag-new {
    background: #ecbd00;
}

.both-tags-prod {
    left: 3.5em;
}

.fa-filter{
    margin-left: 5px;
}


.con-gall {
    width: 100%;
    /*background-color: #F5F5F5;*/
    padding-top: 4rem;
}



.gallery-of-prod {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    /*margin-right: 2rem;*/
}


.shop-container {
    display: flex;
    width: 90%;
    margin: auto;
}


.shop-prod-container{
    width: 100%;
    /*margin: auto;*/
    flex-wrap: wrap;
}

.shop-prod{
    width: 25%;
    /* margin: 0.7rem; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    position: relative;
}

.shop-prod img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    /*border: 1px solid #cccccc6b;*/
    /*box-shadow: 0px 0px 2px #cccccc6b;*/
    background-color: #fff;
}

.shop-prod-name{
    width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    margin-top: 1rem;
    /*margin-bottom: 1rem;*/
    font-weight: 100;
    text-align: center;
}


.shop-prod-old-price{
    margin-left: 1rem;
    color: #6b6a6a;
    /*color: #C3C3C3;*/
    font-weight: bold;
    text-decoration: line-through;
}

.shop-prod-price{
    font-weight: bolder;
}

.prod-price-container{
    width: 100%;
    justify-content: center;
}



.title-filter {
    /*border-bottom: 1px solid #d2c49336;*/
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    cursor: pointer;
    font-weight: bolder;
    padding-bottom: 5px;
    font-size: 1.5rem;
}

.flex-radio {
    display: flex !important;
    width: 100%;
    cursor: pointer;
    /*justify-content: end;*/
    align-items: center;
    flex-direction: row;
}


.container-label {
    font-weight: 100 !important;
    font-size: 1.3rem !important;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    justify-content: flex-end;

}


.container-label:hover {
    color: #ECBD00;
    cursor: pointer;
}

.show-more {
    display: flex;
    flex-direction: row-reverse;
}

.cat-filter-body-nav{
    width: 20%;
}


.filter-container {
    z-index: 1;
    text-align: right;
    border: none;
    padding: 20px;
    background: #fff;
    width: 100%;
}

.sub-cat{
    margin-right: 2rem;
}


.all-tags {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}


.tag-container {
    margin: 0px 30px;
    padding: 15px;
    background-color: #f7f7f7;
}

.tag-item {
    cursor: pointer;
    font-weight: 100;
}



.tag-item:hover {
    color: #ECBD00;
}

.check-tag:checked + .tag-item {
    color: #ECBD00;
}

.price-from input,.price-to input{
    max-width: 6rem;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 2px;
}

.price-from span,.price-to span {
margin-left: 0.5rem;
}

.price-from input::placeholder,.price-to input::placeholder{
    text-align: center;
}


.price-from{
    margin-left: 1rem;
}

.clean-inp{
    margin-right: 0.6rem;
}

.clean-all-filter {
    width: 100%;
    height: 36px;
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border: 1px solid #1a1a1a;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 3rem;
}

.clean-all-filter:hover {
    background-color: #ECBD00;
    color: #fff;
    opacity: 0.9;
}

.container-pages{
    width: 100%;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

.custom-select-1{
    display: flex;
    align-items: center;
}

.filter-btn{
    width: 100px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .shop-prod img {
        height: 350px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .shop-prod {
        width: 33%;
    }

    .shop-prod img {
        height: 300px;
    }

    .sub-title-shop-he {
        font-size: 3rem;
    }
    .prod-tag-sale, .prod-tag-new {
        font-size: 14px;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .shop-prod{
        width: 50%;
    }
    .shop-prod img{
        height: 270px;
    }
    .sub-title-shop-he {
        font-size: 3rem;
    }
    .prod-tag-sale, .prod-tag-new {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .shop-prod {
        width: 50%;
    }

    .shop-prod img {
        height: 250px;
    }

    .sub-title-shop-he {
        font-size: 3rem;
    }

    .prod-tag-sale, .prod-tag-new {
        left: 1rem;
        width: 5rem;
        height: 3.5rem;
        font-size: 14px;
    }
    .both-tags-prod{
        left: 6.5rem;
    }

    .pageTitle {
width: 100%;
    }
}

@media (max-width: 770px) {
    /*.media-shop-search,.media-shop-search > button .fa-search{*/
    /*    display: table-cell;*/
    /*}*/
    .searchForm .input-group .form-control{
        width: 93%;
    }
    .filter-btn{
        margin-left: 0px;
    }
}

.container-heart {
    position: absolute;
    top: 5px;
    right: 5px;
    width: unset;
}

.container-heart .love {
    font-size: 0.9rem;
    /*color: #ff4f8f;*/
}

.container-heart .wrapper-heart .like-button {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*background: #ccc;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-decoration: none;
    overflow: hidden;
}

.container-heart .wrapper-heart .like-button .like-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*background: #ff4f8f;*/
    transform: scale(0);
    transition: all 0.4s;
    z-index: 0;
}

.container-heart .wrapper-heart .like-button i.not-liked {
    display: block;
    color: #ccc;
    position: relative;
    z-index: 1;
}

.container-heart .wrapper-heart .like-button i.is-liked {
    display: none;
    color: #ecbd00;
    position: relative;
    z-index: 1;
}

.container-heart .wrapper-heart .like-button.is-active .like-overlay {
    transform: scale(1);
}

.container-heart .wrapper-heart .like-button.is-active i.not-liked {
    display: none;
}

.container-heart .wrapper-heart .like-button.is-active i.is-liked {
    display: block;
}


