.categories .products-elem {
    padding: 7px 5px 10px;
    border: none;
    width: calc(25% - 33px);
}

.products-elem .products-card__name {
    text-align: left;
}

.products-card__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.categories .products-card__name {
  margin: 0;
}

.products-card__cat .products-card__img {
    margin-bottom: auto;
    height: auto;
}

.products-card__cat .products-card__name {
  margin: auto auto 0;
}

.products-card__wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.products-card__wrapper a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.products-card.products-card__cat {
    min-height: 383px;
    width: calc(25% - 27px);
}

.products-card__name-wrapper {
    flex-grow: 1;
    display: flex;
}

.categories .quickview {
    width: 100%;
}

@media (max-width:1450px) {
    .products-card.products-card__cat {
        height: auto;
    }
}

@media (max-width:1359px) {
    .products-card.products-card__cat {
        width: calc(100% / 3 - 20px);
        min-height: 319px;
    }
}

@media (max-width:1150px) {
    .products-card.products-card__cat {
        height: auto;
        min-height: 300px;
    }
    .categories .products-elem {
        width: calc(100% / 3 - 29px);
    }
    .categories .products-card__img {
        max-height: 270px;
    }
    .categories .quickview {
        width: 100%;
    }
}

@media (max-width:1000px) {
    .products-card.products-card__cat {
        height: auto;
        width: calc(100% / 3 - 7px);
    }
    .products-card__cat .products-card__img {
        margin-bottom: auto;
        height: auto;
    }
}

@media (max-width:900px) {
    .categories .products-elem {
        height: auto;
        width: calc(50% - 22px);
        min-height: 200px;
    }
    .categories .quickview {
        width: 100%;
    }
}

@media (max-width:768px) {
    .products-card.products-card__cat {
        height: auto;
        width: calc(100% / 2 - 7px);
    }
    .products-card__cat .products-card__img {
        margin-bottom: auto;
        height: auto;
    }
}

@media (max-width:900px) {
    .products-card.products-card__cat {
        height: auto;
    }
}

@media (max-width:500px) {
    .products-card.products-card__cat {
        min-height: auto;
        height: auto;
    }
    .categories .products-elem {
        width: calc(50% - 4px);
    }
    .categories .quickview {
        width: 100%;
    }
}

@media (max-width:400px) {
    .products-card.products-card__cat {
        height: auto;
    }
}






#blink2 {
  /*-webkit-animation: blink2 1s linear infinite;
  animation: blink2 1s linear infinite;*/
  color: #9C9C9C;
}

@-webkit-keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}

@keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}

.price_theme {
  position: absolute; 
    right: 1%; 
    font-size:1.0em; 
    background-color: #ff2f53; 
    color: #fff; 
    padding: 5px 15px;     
    outline: none;
    border: none;
    border-radius: 9999px;
    transition: background-color ease-in-out 0.1s, border-bottom ease-in-out 0.1s, color ease-in-out 0.1s;
}

.price_theme:hover {
    background-color: #3A5BFF;
    border-bottom: 5px solid #FF9D19;
}


@media screen and (min-width: 701px) {
        .form-pc-price {
            display: none;
        }
}

@media screen and (max-width: 700px) {
        .form-mob-price {
            display: none;
        }
}