#template-slide .jet-slider__content-inner {
    padding: 0 !important;
}


.jet-wishlist-item__content {
    position: relative;
}

.jet-cw-remove-button.jet-wishlist-item-remove-button .icon {
    width: unset;
    height: unset;
    border: unset;
    margin: unset;
    line-height: 0;
}


.jet-wishlist .jet-cw-rating-stars {
    display: block;
    position: absolute;
    /* right: 20px; */
}

.jet-wishlist .jet-cw-remove-button {
    position: absolute;
    /* left: 20px; */
    z-index: 9;
}

.jet-wishlist .jet-cw-price, .jet-wishlist .jet-cw-product-title {
    text-align: center;
}

.jet-wishlist .jet-cw-product-title {
    height: 71px !important;
    overflow: hidden;
    /*display: inline-block;*/
    /*display: flex;*/
    margin-top: 10px;
    vertical-align: middle;
}

.jet-wishlist  .jet-cw-add-to-cart {
    width: 100% !important;
    text-align:center;
}
.jet-wishlist  .jet-cw-add-to-cart .button {
    width:80% !important;
    padding:5px !important;
}

.jet-compare .jet-cw-thumbnail img {
    max-height: 300px;
    width: auto;
}

/* ICONS */
.jet-compare-button__icon i:before, .head_compare .fa.fa-circle-o:before, .head_compare .far.fa-circle:before {
    font-family: "WooStroid", Montserrat;
    content: "\e910";
    font-style: normal;
}

.jet-wishlist-button__icon i:before, .head_wishlist .fa.fa-circle-o:before, .head_wishlist .far.fa-circle:before {
    font-family: "WooStroid", Montserrat;
    content: "\e900";
    font-style: normal;
}