@CHARSET "ISO-8859-1";

.recommended .avail_comp_cont_Desktop {
    display: none !important;
}

.star_inner_cont {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

/*Added for PDP to avoid clash*/
.recommended #itemName {
    height: 100% !important;
    margin-left: 0 !important;
    text-align: start !important;
    font-size: 28px !important;
}

.recommended .star_reviews {
    margin-left: -3px !important;
}

.cat_page .recommended .dollar_price_num {
    width: auto;
    margin-left: 36%;
}

@media ALL and (min-width: 315px) and (max-width: 768px) {
.carousel > .prevPageButton {
    left: 2px !important;
}
.carousel > .nextPageButton {
    right: 5px !important;
}
}

@media ALL and (min-width: 315px) and (max-width: 480px) {
.review_count {
    margin-left: -3.1px;
}
}

@media ALL and (min-width: 310px) and (max-width: 321px) {
.carousel > .prevPageButton {
    left: -5px !important;
}
.carousel > .nextPageButton {
    right: -5px !important;
}
}

