#right_column {
	margin-top: 10px;
}
#right_column .product_block {
	position: relative;
	margin: 15px 0;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
}
@media (min-width: 768px) {
	#right_column .product_block {
		display: flex;
	}
}
#right_column .product_block>div:nth-child(2) {
	padding: 20px 0;
}
@media (max-width: 767px) {
	#right_column .product_block>div:nth-child(2) {
		text-align: center;
	}
}
#right_column .product_block >div:last-child {
	padding-bottom: 20px;
	text-align: center;
}
@media (min-width: 768px) {
	#right_column .product_block >div:last-child {
		position: absolute;
		right: 0;
		bottom: 30px;
	}
}

#right_column .product_block .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#right_column .product_block .image div > a {
	display: inline-block;
}
#right_column .product_block .image .imageList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 12px;
}
#right_column .product_block .image .imgColor {
	display: inline-block;
	margin: 2px;
	border: 1px solid #999;
	width: 53px;
	text-align: center;
	cursor: pointer;
}
#right_column .product_block .image .imgColor > img {
	width: auto !important;
	height: 50px !important;
}
#right_column .product_block .image .active {
	border: 1px solid #e3393c
}
#right_column .product_block .image .imgColor:hover {
	border: 1px solid #e3393c
}
#right_column .product_block .name {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 20px;
}
@media (max-width: 767px) {
	#right_column .product_block .name {
		margin-bottom: 2px;
		font-size: 15px;
	}
}
#right_column .product_block .model {
	margin: 7px 0px 5px 0px;
	line-height: 26px;
}
#right_column .product_block .model a {
	color: #0568ae;
}
#right_column .product_block .brief {
	margin: 12px 0 10px 20px;
	padding: 0;
	padding-bottom: 30px;
	list-style: none;
}
@media (max-width: 374px) {
	#right_column .product_block .brief {
		padding: 0 20px;
	}
}
@media (min-width: 375px ) and (max-width: 424px) {
	#right_column .product_block .brief {
		padding: 0 30px;
	}
}
@media (min-width:425px ) and (max-width: 767px) {
	#right_column .product_block .brief {
		padding: 0 40px;
	}
}
#right_column .product_block .brief li:before {
	display: inline-block;
	content: "";
	margin-left: -7px;
	margin-right: 5px;
	border: 2px solid #333333;
	border-radius: 100%;
	left: 0;
	top: 8px;
	width: 1px;
	height: 1px;
	vertical-align: middle;
	background-color: #333333;
}
#right_column .product_block .brief li {
	padding-top: 2px;
}
#right_column .product_block .brief .annotation {
	padding-top: 20px;
}

#right_column .product_block .price {
	color: #ea7400;
	font-size: 24px;
	font-weight: bold;
}
#right_column .product_block .button {
	padding-top: 10px;
}
#right_column .product_block .button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 7px 0 0;
	margin-right: 0;
	padding: 0 19px;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 100px;
	font-size: 15px;
	font-weight: normal;
	font-family: "font-medium", "Omnes-ATT-W02-Medium";
	min-width: 125px;
	max-width: 450px;
	height: 36px;
	cursor: pointer;
	white-space: nowrap;
	color: #0568ae;
	background-color: #f2f2f2;
	background-image: linear-gradient(to bottom, #fcfcfc 0, #f2f2f2 100%);
	box-shadow: inset 0 0 0 1px #d2d2d2, 0 5px 5px -5px rgba(0,0,0,0.15);
}
#right_column .product_block .button a:hover {
	box-shadow: 0 0 10px 0 rgba(62, 118, 193, 1);
}