@color: #DD0000;
.defColor,.foot .about .defColor {
	color: @color;
}

.defBColor,.swiper-pagination .swiper-pagination-bullet-active {
	background: @color;
}

.defBorderColor,.toCart .color .defBorderColor,.toCart .size .defBorderColor
	{
	border: 1px solid @color;
}

.arrow1 {
	border-color: transparent transparent@color transparent;
}

.arrow2 {
	border-color: @color transparent transparent transparent
}

.defBorderBottomColor {
	border-bottom: 1px solid @color;
}