.product-item {
    height: auto;
    margin: 0 15px;
    padding: 30px;
    background: #FFFFFF;
    border: 2px solid #BFC0C2;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease-out;
}

.product-item:hover,
.product-item:focus {
    border-color: #D0152A;
}

.product-item a.woocommerce-LoopProduct-link {
    display: block;
    padding-bottom: 55px;
}

.woocommerce ul.products li.product .button,
.woocommerce .product-item a.button {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.woocommerce ul.products li.product a img {
    margin: 0;
    width: auto;
}

.woocommerce li.product .woocommerce-placeholder {
    border: 1px solid #F2F2F2;
}

.product-category {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item .price del,
.product-item .price del * {
    font-size: 20px;
    font-weight: 600;
    color: #898989;
}

.product-item .price,
.product-item .price * {
    font-size: 22px;
    font-weight: 600;
}

.product-item .price ins,
.product-item .price ins * {
    text-decoration: none;
}

.sale-label,
.product-item .sale-label {
    background: #D0152A;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.sale-label.empty {
    background: transparent;
}

.product-rating {
    margin-top: 20px;
}

.price-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

.wishlist-wrap {
    display: flex;
}

.product-price {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3em;
    color: #000000;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0;
}

.price-wrap .wishlist {
    margin-right: 20px;
}

.product-image {
    margin: 45px 0 0 0;
    padding: 25px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    position: relative;
}

.product-image .image-annotate {
    font-size: 10px;
    color: #999999;
    position: absolute;
    right: 5px;
    bottom: 3px;
}

.product-image img {
    width: 100%;
    height: auto;
    max-width: 170px;
    margin: 0 auto;
}

a.button.added::after {
    display: none;
}

.product-title,
.product-title a {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    color: #000000;
    margin-top: 10px;
}

.product-item .label-wrap {
    position: absolute;
    height: 28px;
    margin-top: 15px;
}

.woocommerce .product-item .star-rating {
    width: 130px;
    height: 18px;
    margin: 0;
    position: absolute;
    bottom: 65px;
}

.woocommerce .product-item .star-rating span {
    display: none;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    width: 100%;
    height: 100%;
    background: repeat left top;
    content: '';
}

.woocommerce .star-rating::before {
    background-image: url('../img/star-empty-28.svg');
    background-size: contain;
}

.woocommerce .star-rating span::before {
    background-image: url('../img/star-full-28.svg');
}

.slick-track {
    display: flex;
}

.woocommerce-product-gallery .slick-track {
    display: block;
}

/* Filter */

#max_product_filter-2 h3 {
    font-weight: 700;
    margin-bottom: 40px;
}

#max_product_filter-2 h4 {
    font-weight: 700;
    font-size: 16px;
    margin: 16px 0 30px 0;
}

#max_product_filter-2 ul li {
    margin-bottom: 10px;
}

.filter_choices ul li input[type=checkbox]:checked + label::before {
    background: url('../img/CheckboxActive.svg');
    background-size: contain;
}

.filter_choices ul li input[type=radio]:checked + label::before {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 5px solid #D0152A;
    border-radius: 50%;
}

/* MEDIA */

@media only screen and (max-width: 1600px) {
    .product-category {
        font-size: 13px;
    }

    .product-title,
    .product-title a {
        font-size: 12px;
        margin-top: 5px;
    }

    .product-price {
        font-size: 16px;
    }

    .button.add_to_cart_button,
    .add_to_wishlist.single_add_to_wishlist {
        display: inline-block;
        vertical-align: middle;
    }

    .button.add_to_cart_button img,
    .add_to_wishlist.single_add_to_wishlist img,
    .delete_item img {
        height: 16px;
        width: 17px;
    }

    .price-wrap .wishlist {
        margin-right: 15px;
    }

    .star-rating .star {
        width: 18px;
    }

    .product-item,
    body.woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product {
        padding: 22px;
    }

    .star-rating .star-half,
    .star-rating .star-empty,
    .star-rating .star-full {
        transform: scale(0.8);
    }

    .sale-label,
    .product-item .sale-label {
        font-size: 10px;
    }

    .product-item .price,
    .product-item .price * {
        font-size: 16px;
    }

    .product-item .price del,
    .product-item .price del * {
        font-size: 14px;
    }

    .woocommerce section.sale .star-rating,
    .woocommerce .product-item .star-rating {
        transform: scale(0.75);
        transform-origin: left;
    }

    .woocommerce .product-item .star-rating {
        bottom: 52px;
    }

    .product-item .label-wrap,
    .price-wrap {
        left: 22px;
    }

    .price-wrap {
        bottom: 22px;
    }

    .product-item .label-wrap {
        margin-top: 10px;
    }

    .product-item a.woocommerce-LoopProduct-link {
        margin-bottom: 60px;
    }

    .product-cart {
        width: 20px;
    }

    .yith-wcwl-add-button a.delete_item,
    .yith-wcwl-add-button a.add_to_wishlist {
        width: 18px;
        display: inline-block;
        vertical-align: bottom;
    }

    /* Filter Product */
    #max_product_filter-2 h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    #max_product_filter-2 .filter_choices ul li label,
    #max_product_filter-2 .price-range-inputs label,
    #max_product_filter-2 .price-range-inputs input,
    #max_product_filter-2 h4 {
        font-size: 12px;
    }

    #max_product_filter-2 ul li {
        margin-bottom: 7px;
    }

    #max_product_filter-2 h4 {
        margin: 12px 0 22px 0;
    }

    #max_product_filter-2 .price-range-inputs input {
        border: 1px solid #CCCCCC;
        padding: 10px 10px 10px 20px;
    }

    #max_product_filter-2 .price-range-inputs label {
        padding: 11px 0 11px 12px;
    }
}

/* ( < 1600 ) */


@media only screen and (max-width: 1200px) {
    .product-title {
        margin-top: 5px;
    }

    .product-item .label-wrap {
        margin-top: 10px;
    }

    .wishlist-wrap {
        margin: 0 auto;
    }

    .product-price {
        margin-bottom: 7px;
    }

    .products .product-price {
        width: auto;
    }

    .products .wishlist-wrap {
        margin: 0;
    }

    .yith-wcwl-add-button .delete_item {
        display: inline-block;
        width: 18px;
        vertical-align: bottom;
    }

    .product-cart .added_to_cart {
        font-size: 13px;
        right: -17px;
        padding: 3px 12px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        border: 1px solid #D0152A;
        border-radius: 5px;
        color: #FFFFFF;
        background: #D0152A;
        transition: all 0.3s ease-out;
    }

    .product-cart .added_to_cart:hover,
    .product-cart .added_to_cart:focus {
        background: #FFFFFF;
        color: #D0152A;
    }

    .product-item {
        max-width: calc(50% - 14px);
        margin: 0 7px;
    }

    .product-item a.woocommerce-LoopProduct-link {
        margin-bottom: 90px;
    }

    .woocommerce .product-item .star-rating {
        bottom: 80px;
        left: calc(50% - 50px);
    }

    .woocommerce ul.products li.product .price,
    .product-item .price {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-item .price del,
    .product-item .price del * {
        font-size: 12px;
    }

    .product-item .price del {
        margin-right: 5px;
    }

    body.woocommerce .products ul,
    body.woocommerce ul.products {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 14px;
    }

    body.woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product {
        min-width: 100%;
    }
}

/* ( < 1200 ) */


@media only screen and (max-width: 532px){
    .product-image .image-annotate {
        line-height: 1.4em;
        bottom: -8px;
    }
}
