/* Start Product Listing Style 1 CSS */
.affiliate-elements-pl table {
    margin: 0px;
    border: 0px;
    table-layout: fixed;
}
.affiliate-elements-pl table td {
    vertical-align: middle;
    border: 0px;
}
.affiliate-elements-pl .pl-product-button {
    display: inline-block;
    border-radius: 50px 50px 50px 50px;
    padding: 5px 15px 5px 15px;
}
.affiliate-elements-pl .pl-product-feature {
    text-align: center;
    position: relative;
}
.affiliate-elements-pl .pl-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.affiliate-elements-pl.pl-style-1 .pl-rating {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px 50px 50px 50px;
}
.affiliate-elements-pl .pl-header-title {
    font-size: 22px;
    font-weight: 600;
}
.affiliate-elements-pl .pl-product-title {
    font-size: 22px;
    font-weight: 600;
}
.affiliate-elements-pl .pl-title {
    font-size: 15px;
    font-weight: 600;
}
.affiliate-elements-pl .pl-description {
    font-size: 15px;
}
.affiliate-elements-pl .pl-product-label {
    border-radius: 50px 50px 50px 50px;
    padding: 0px 15px 0px 15px;
    font-size: 12px;
}
.affiliate-elements-pl .pl-product-img {
    position: relative;
}
.affiliate-elements-pl.pl-style-1 .pl-content {
    margin-right: 50px;
}
.affiliate-elements-pl.pl-style-1 .pl-product-label {
    margin-left: 50px;
}
@media (max-width: 767px)  {
    .affiliate-elements-pl .pl-header {
        display: none;
    }
    .affiliate-elements-pl td {
        display: block;
    }
}
/* End Product Listing Style 1 CSS  */

/* Start Product Listing Style 2 CSS  */
.affiliate-elements-pl.pl-style-2 table {
    table-layout: fixed;
}
.affiliate-elements-pl.pl-style-2 table td {
    text-align: center;
}
.affiliate-elements-pl.pl-style-2 .pl-flex {
    justify-content: center;
}
.affiliate-elements-pl.pl-style-2 .pl-product-label {
    display: inline-block;
}
.affiliate-elements-pl.pl-style-2 .pl-product-label {
    margin-bottom: 10px;
}
.affiliate-elements-pl.pl-style-2 .pl-star-rating {
    line-height: 1;
}
.affiliate-elements-pl.pl-style-2 ul {
    margin: 0px;
    list-style: none;
    display: none;
    margin-bottom: 10px;
    padding: 0px;
}
.affiliate-elements-pl.pl-style-2 ul li {
    display: table-cell;
    flex: 1;
    padding: 5px 0px;
    text-align: center;
}
/* End Product Listing Style 2 CSS  */

/* Start Product Listing Style 3 CSS  */
.affiliate-elements-pl.pl-style-3 ul {
    margin: 0px;
    list-style: none;
    display: none;
    margin-bottom: 10px;
    padding: 0px;
}
.affiliate-elements-pl.pl-style-3 ul li {
    display: table-cell;
    flex: 1;
    padding: 5px 0px;
    text-align: center;
}
.affiliate-elements-pl.pl-style-3 table {
    border-collapse: separate;
    border-spacing: 15px 0px;
}
.affiliate-elements-pl.pl-style-3 .pl-product-label {
    display: inline-block;
}
.affiliate-elements-pl.pl-style-3 .pl-product-label {
    margin-bottom: 10px;
}
.affiliate-elements-pl.pl-style-3 table td {
    text-align: center;
}
.affiliate-elements-pl.pl-style-3 .pl-flex {
    justify-content: center;
}
.affiliate-elements-pl.pl-style-3 .pl-star-rating {
    line-height: 1;
}
.affiliate-elements-pl .pl--star-style-star_unicode .pl-star-rating i:not(.pl-star-empty):before{
    content: "\002605" !important;
}
/* End Product Listing Style 3 CSS  */

/* Start Rating CSS */
.listing-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.listing-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.listing-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.listing-star-rating .pl-star-empty:before {
    content: none
}

.listing-star-rating .pl-star-1:before {
    width: 10%
}

.listing-star-rating .pl-star-2:before {
    width: 20%
}

.listing-star-rating .pl-star-3:before {
    width: 30%
}

.listing-star-rating .pl-star-4:before {
    width: 40%
}

.listing-star-rating .pl-star-5:before {
    width: 50%
}

.listing-star-rating .pl-star-6:before {
    width: 60%
}

.listing-star-rating .pl-star-7:before {
    width: 70%
}

.listing-star-rating .pl-star-8:before {
    width: 80%
}

.listing-star-rating .pl-star-9:before {
    width: 90%
}

.pl-star-rating__wrapper {
    display: flex;
    align-items: center
}

.pl-star-rating__title {
    margin-right: 10px
}

.pl-star-rating--align-right .pl-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end
}

.pl-star-rating--align-left .pl-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start
}

.pl-star-rating--align-center .pl-star-rating__wrapper {
    text-align: center;
    justify-content: center
}

.pl-star-rating--align-justify .pl-star-rating__title {
    margin-right: auto
}

@media (max-width: 1024px) {
    .pl-star-rating-tablet--align-right .pl-star-rating__wrapper {
        text-align:right;
        justify-content: flex-end
    }

    .pl-star-rating-tablet--align-left .pl-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .pl-star-rating-tablet--align-center .pl-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .pl-star-rating-tablet--align-justify .pl-star-rating__title {
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .pl-star-rating-mobile--align-right .pl-star-rating__wrapper {
        text-align:right;
        justify-content: flex-end
    }

    .pl-star-rating-mobile--align-left .pl-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .pl-star-rating-mobile--align-center .pl-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .pl-star-rating-mobile--align-justify .pl-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.listing-unicode.pl-star-rating {
    font-family: Arial,Helvetica,sans-serif
}

.listing-unicode .pl-star-rating i:not(.pl-star-empty):before {
    content: "★"
}
/* End Rating CSS */