.product-thumb .caption,.product-thumb .name a,.product-thumb .price .price-wrapper, .grey-text {
	/* color:#a5a5a5 !important; */
}


/* .container.for-bg {
	background: url(/landing/justice-league-2017/banner.png) no-repeat;
    background-position: top center;
}      */

.container.for-bg {
	background-image: url(assets/img/texture.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bottom-modules .row{
	background-image: url(assets/img/B80.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-row {
    background-image: url(assets/img/Banner%202.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background-color: #000;
}
header,.stars {
	margin-bottom:0;
}
.grey.stars {
	line-height:10px;
}
.grey {
	color:#a5a5a5
}
.yellow {
	color:#ffde00
}
h1 {
	color:#a5a5a5;
	font-size:45px;
	margin: 1rem 2rem 2rem 2rem;
}
.some-note {
	color:#a5a5a5;
	font-size:18px;
}
/* Фикс картинок  */
/* .product-thumb .image img {
	    margin-left: 35px;
} */

.product-thumb .add-to-cart {
	color:#000;
}
.product-thumb .price {
	font-weight:bold;
}
.product-thumb .name a {
	font-size:18px;
}
.product-thumb .price .price-wrapper {
	ont-size:19px;
}
.button {
    background-color: #d8bc00;
}
@media print, screen and (max-width: 40em) {
	h1 {
		font-size:2rem;
	}
}

footer {
	margin:0;
}