/* Custom code goes here */

/*
#product #content .product-flags .product-flag.new,
a.product-flags span.product-flag.new {
color: #000;
}
*/

@media (max-width: 767px) {
div#_mobile_comments_block {
border-top: 1px solid #d6d4d4;
border-bottom: 1px solid #d6d4d4;
margin-bottom: 14px;
padding: 2px 0 4px;
}

div#_mobile_comments_block .comments-note {
margin-bottom: 6px;
}

button.post-product-comment {
margin-top: 6px;
margin-bottom: 6px;
}
}

@media (min-width: 768px) {
div#_desktop_comments_block {
border-top: 1px solid #d6d4d4;
padding: 4px 0 10px;
}
}

#header .header-nav #_prestablog_index div {
margin-left: 0;
margin-top: 0;
}

body .product-comments-additional-info .comments-note {
margin-bottom: 8px;
}

.col-md-6.product_right button.post-product-comment {
margin-top: 6px;
background: none;
border: 0;
cursor: pointer;
}

.col-md-6.product_right button.post-product-comment:hover {
text-decoration: underline;
}

.col-md-6.product_right button.post-product-comment i {
font-size: 16px;
vertical-align: -2px;
}

.star_content .star {
position: relative;
float: left;
width: 16px;
overflow: hidden;
cursor: pointer;
font-size: 14px;
font-weight: normal;
}

.star_content .star {
display: block;
}

.star_content .star a {
display: block;
position: absolute;
text-indent: -5000px;
}

.star_content div.star:after {
content: "\f006";
font-family: "FontAwesome";
display: inline-block;
color: #777676;
}

.star_content div.star.star_on {
display: block;
}

.star_content div.star.star_on:after {
content: "\f005";
font-family: "FontAwesome";
display: inline-block;
color: #f39c11;
}

.star_content div.star.star_hover:after {
content: "\f005";
font-family: "FontAwesome";
display: inline-block;
color: #f39c11;
}

.star-content div.star, 
.star-content div.star-on, 
.star-content div.star-hover {
background: url(../img/stars.png) no-repeat 0 0 transparent;
}

.star-content div.star-on, .star-content div.star-hover {
background-position: -24px 0;
}

#AV_widget_iframe{
	width: 100%;
}
.av_category_stars > a{
	display: flex;
	align-items: center;
}
#_desktop_left-column .ratingText{
	display: none;
}
#_desktop_left-column .av_category_stars{
	justify-content: flex-start;
}
#product .netreviews_stars_light{
	margin-top: 0;
	margin-bottom: 0.75rem;
}
