.detail {
	font-family: "FuturaNewMedium-Reg"
}

.detail-name {
	font-size: 30px;
	text-transform: uppercase;
	color: #302f2f;
	font-family: inherit;
	margin-bottom: 20px
}

.detail-images {
	display: table;
	width: 100%;
	height: 40vw;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 400px;
}

.detail-count-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.detail-count-block a {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	text-align: center;
	align-self: center;
	line-height: 28px;
	background-color: rgb(38, 197, 224);
	color: rgb(255, 255, 255) !important;
	border-radius: 100%
}

.prop-name {
	font-family: inherit;
	font-size: 20px;
	color: #636363
}

.prop-value {
	color: #222222;
	font-family: inherit;
	font-size: 20px
}

.prop-block {
}

.detail-price-flex {
	position: relative
}

.quantityPriceDetail {
	display: none
}

.price-title, .detail-price, .product-item-detail-price-old, .product-item-detail-price-current {
	display: inline-block
}

.price-title {
	color: #761c3c;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "FuturaNewMedium-Reg"
}

.product-item-detail-price-old {
	font-family: inherit;
	text-align: center;
	position: relative;
	z-index: 0;
	width: auto;
	font-size: 17px;
	line-height: 20px;
	white-space: nowrap;
	letter-spacing: -1px;
	margin-right: 15px;
	color: rgb(84, 90, 95)
}

.product-item-detail-price-old::before {
	position: absolute;
	left: 0;
	right: 0;
	background-color: rgba(95, 95, 95, 0.52);
	width: 100%;
	height: 2px;
	content: "";
	top: 12px
}

.product-item-detail-price-old + .product-item-detail-price-current {
	color: #302f2f;
	font-size: 24px !important
}

.detail .btn.rad-btn {
	background-color: #761c3c;
	text-decoration: none;
	color: #fff
}

.detail .btn.rad-btn:hover {
	background-color: #26c5e0
}

.detail-count-block a:hover {
	text-decoration: none !important
}

.detail .preview-count-input input {
	width: 30px;
	height: 30px;
	border: 2px solid #adadad;
	padding: 0 4px;
	text-align: center;
	font-size: 22px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px;
	display: block
}

.product-item-detail-info-container {
	text-align: right
}

.catolog-section-detail .image-preview {
	width: 100%;
	height: 100vw;
	max-height: 430px;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 0
}

.features-title {
	text-transform: uppercase;
	color: rgb(48, 47, 47);
	font-size: 22px;
	margin-bottom: 20px
}

.features {
	padding-left: 20%;
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(48, 47, 47);
	background-color: rgb(179, 235, 244);
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url("images/features.png");
	background-repeat: no-repeat;
	background-position: 5% center;
}

.detail-slider-block .swiper-slide {
	text-align: center
}

.detail-slider-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #761C3C;
	border-color: #761C3C
}

.detail-slider-block .swiper-pagination-bullet {
	background-color: #26c5e0;
	border-color: #26c5e0
}

.action {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #00bbdb;
	background-color: #761c3c;
	font-size: 12px;
	color: white;
	text-align: center;
	position: absolute;
	top: -25px;
	right: -25px;
	font-family: "RobotoMedium";
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}

.hit {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #761c3c;
	background-color: #00bbdb;
	font-size: 12px;
	color: white;
	text-align: center;
	position: absolute;
	top: -25px;
	right: -25px;
	font-family: "RobotoMedium";
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}
