.product-rating{
	float:right;
	padding-right: 10px;
}
.product-rating .rating{

       display: inline-block;
		    vertical-align: middle;
		    margin-left: 6px;
		    margin-top: -4px;
		    position: relative;
		    overflow: hidden;
		    height: 15px;
		    width: 79px;
		    z-index: 2;

}
.product-rating .rating i.m {
    background: url(/local/templates/dresscode_custom/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/rating.png) repeat 0 -14px transparent;
    width: 0px;
    z-index: 10;
}
.product-rating .rating i {
   background: url(/local/templates/dresscode_custom/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/rating.png) repeat 0 0px transparent;
height: 15px;
width: 79px;
position: absolute;
display: block;
left: 0px;
top: 0px;
}

.js-cookie-popup{
	display: none;
}

.js-cookie-popup.active{
	display: flex;
}

#cookies {
	position: fixed;
	bottom: 30px;
	width: 100%;
	z-index: 9999;
	justify-content: center;
}

.cookies {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1360px;
	background-color: rgba(43, 43, 43, 0.5);
	border-radius: 14px;
	padding: 17px;
}

.cookies__text {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #fff;
	max-width: 750px;
	line-height: 150%;
}

.cookies__text a {
	color: #fec221;
}

.cookies__btn {
	font-weight: 500;
	font-size: 16px;
	padding: 23px 50px;
	border-radius: 4px;
	background: #fec221;
	color: #ffffff;
	cursor: pointer;
	transition: 0.5s;
	width: 150px;
	margin-left: 20px;
	text-align: center;
}

.cookies__btn:hover {
	background: #ee1e7b;
	transition: 0.5s;
}


@media (max-width: 1400px) {
	.cookies {
		width: 100%;
	}
}

@media (max-width: 1150px) {
    .cookies {
        width: 95%;
    }

	.cookies__buttons {
	    display: flex;
	}
	
	.cookies__btn {
	    max-width: 150px;
	    width: 100%;
	}
}

@media (max-width: 700px) {
	.cookies {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.cookies {
        width: 91%;
    }

	.cookies__btn {
		margin-left: 0;
		margin-top: 20px;
	}

	.cookies__text {
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.cookies__buttons {
	    gap: 10px
	}
}