#modal-quick-view .modal-body {
	padding: 15px;
}
.quick-good__headline {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	color: #2c2c2c;
	margin-bottom: 20px;
}
.quick-good__main {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.quick-good__main .grid_good__discount {
	/*top: 30px !important;*/
	/*left: 5px !important;*/
	top: 3px !important;
	left: 290px !important;
}
.quick-good__main .grid_good__infobar {
	max-width: 280px;
}

.quick-good-gallery {
	flex: 1 0 340px;
	max-width: 340px;
	position: relative;
}
.quick-good-gallery__item {
	display: block;
	height: 255px;
}
.quick-good-gallery__img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}
.quick-good-gallery .owl-next, .quick-good-gallery .owl-prev {
	font-size: 7rem;
	position: absolute;
	top: 80px;
	color: #ececf3;
	opacity: .5;
}
.quick-good-gallery .owl-next {
	right: 10px;
}
.quick-good-gallery .owl-prev {
	left: 10px;
}
.quick-good-gallery .owl-next:hover, .quick-good-gallery .owl-prev:hover {
	color: #ed4333;
	opacity: 1;
}

.quick-good__info {
	flex: 1;
	padding-left: 20px;
}

.quick-good__specs,
.quick-good-sizes {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 10px;
	color: #7e7e7e;
	border: 1px solid #e8e8e8;
	background: #fafafa;
	display: flex;
	flex-wrap: wrap;
}
.quick-good__spec {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.quick-good__spec .value {
	color: #2c2c2c;
}
.quick-good__spec a {
	text-decoration: underline;
}
.quick-good__spec a:hover {
	text-decoration: none;
}

/*.quick-good-sizes {*/
	/*margin-bottom: 10px;*/
	/*font-size: 1.2rem;*/
	/*line-height: 1.6;*/
	/*padding: 10px;*/
	/*color: #7e7e7e;*/
	/*border: 1px solid #e8e8e8;*/
	/*background: #fafafa;*/
	/*display: flex;*/
	/*flex-wrap: wrap;*/
/*}*/
.quick-good-sizes {
	padding-left: 0;
	padding-right: 0;
}
.quick-good-sizes__group {
	flex: 1 1 50%;
	max-width: 50%;
}
.quick-good-sizes__inner {
	padding: 0 10px;
}
.quick-good-sizes__head {
	padding: 3px 3px;
	font-size: 1.2rem;
	line-height: 1.3;
	background: #4eb4f4;
	color: #fff;
}
.quick-good-sizes__item {
	display: flex;
	margin-top: 5px;
}
.quick-good-sizes__value {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	flex: 1 0 35px;
	max-width: 35px;
	text-align: left;
	line-height: 16px;
	padding-left: 5px;
}
.quick-good-sizes__art {
	display: inline-block;
	vertical-align: top;
	flex: 1;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 5px;
	padding-right: 5px;
}
.quick-good-sizes__qnt {
	display: inline-block;
	vertical-align: top;
	flex: 1 0 35px;
	max-width: 35px;
	line-height: 16px;
}

.quick-good-size-radio {
	cursor: pointer;
	line-height: 1;
	font-weight: 400;
}
.quick-good-size-radio__input {
	display: none !important;
}
.quick-good-size-radio__mark {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #bbbcb7;
	box-shadow: inset 0 0 0 0 #fff;
	transition: box-shadow 150ms linear;
}
.quick-good-size-radio__input:checked + .quick-good-size-radio__mark {
	border-color: #4eb4f4;
	box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 10px #4eb4f4;
}

.quick-good__footer {
	display: flex;
	justify-content: flex-end;
}
.quick-good__price {
	font-size: 1.4rem;
	line-height: 22px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	color: #212121;
	margin-right: 3px;
}
.quick-good__price-old {
	display: inline-block;
	vertical-align: top;
	font-size: 1.3rem;
	line-height: 22px;
	color: #6a6a6a;
	font-weight: 700;
	position: relative;
	margin-right: 5px;
}
.quick-good__price-old:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/line.svg) no-repeat;
	top: 4px;
	left: 0px;
	width: 100%;
	height: 70%;
	background-size: cover;
	border-radius: 6px;
	opacity: .8;
	pointer-events: none;
	transform: scaleY(.5);
}
.quick-good__price-old:after {
	content: 'д';
	font-family: 'RUBSN';
	color: inherit;
	font-size: inherit;
	display: inline-block;
	margin-left: 2px;
}
.quick-good__more {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	display: block;
	margin: 10px 0;
	padding: 10px 0;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #2c2c2c;
	border: 1px solid #bbb;
	background-color: #e8e8e8;
}

.quick-good__desc {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 10px;
	flex: 1 1 100%;
	max-width: 100%;
}
.quick-good__desc p {
	margin: 0;
}
.quick-good__desc p + p {
	margin-top: 5px;
}

.quick-good-props {
	flex: 1 1 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 5px -5px 0;
}
.quick-good-props__group {
	flex: 1 1 50%;
	max-width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.quick-good-props__head {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px 0;
	color: #2c2c2c;
}
.quick-good-props__item {
	display: flex;
	padding: 5px;
	font-size: 1.2rem;
	line-height: 1;
	color: #2c2c2c;
}
.quick-good-props__item:nth-child(odd){
	background-color: #f6f6f7;
}
.quick-good-props__label {
	display: inline-block;
	vertical-align: top;
	width: 160px;
}
.quick-good-props__value {
	flex: 1;
	padding-left: 5px;
}


/*html body .customAdminItem {*/
	/*display: none !important;*/
	/*opacity: 0 !important;*/
	/*visibility: hidden !important;*/
/*}*/