.detail-slider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.detail-slider:hover .owl-nav{
	display: block;
}
.owl-dots {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.slide-item-bg img {
	width: 100% !important;
}
.owl-dot {
	display: block;
	width: 40px;
	height: 10px;
	padding: 4px 0;
	margin: 0;
	opacity: 0.6;
	transition: opacity .2s ease-in-out, width .2s ease-in-out;
}
.owl-dot::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	margin: 0;
	background-color: #fff;
}
.owl-dot:hover, .owl-dot.active {
	opacity: 1;
	width: 50px;
}

.owl-dot.active::before, .owl-dot:hover:hover:before {
	background-color: #CD2122;
}

.detail-slider:hover a.detail-zoom-btn{
	display: inline;
}
.color-box-container__item {
	display: flex;
	flex-direction: column;
	width: 50px;
	height: 95px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
.color-box-container__item span {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}
.color-box-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
a.detail-zoom-btn {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 40px;
	height: 40px;
	font-size: 27px;
	color: #fff;
	display: block !important;
	text-align: center;
	line-height: 40px;
	background: #DB4437;
	border-radius: 15px 0 0 0;
	font-weight: normal;
}
a.detail-zoom-btn:hover{
	background: #ffffff;
	color: #DB4437;
}
a.detail-zoom-btn:active{
	background: #DB4437;
	color: #ffffff;
}
a.detail-zoom-btn:focus{
	background: #DB4437;
	color: #ffffff;
}
.detail-slider .owl-prev {
	position: absolute;
	background-position: 0 0 !important;
	left: 10px;
}

.detail-slider .owl-next {
	position: absolute;
	background-position: -40px 0 !important;
	right: 10px;
}
.detail-slider .owl-next:hover{
	 opacity: 1;
 }
.detail-slider .owl-prev:hover{
	opacity: 1;
}
.counter-list ul li {
	display: block;
	position: relative;
	overflow: hidden;
}
.counter-list ul li:after {
	content: '';
	display: block;
	overflow: hidden;
	height: 25px;
	border-bottom: 1px dotted #9e9a9a;
}
h2.main_title.has_titlebig.kl-ios-has-sqbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.iosSlider span.brand {
	background: #fff;
	padding: 10px;
	display: inline-flex;
	border-radius: 5px;
	opacity: 0.6;
	margin-bottom: 16px;
}
.detail-img-container {
	width: calc(100% - 80px);
}
.kl-imgbox.award-item {
	margin-top: 0px !important;
	opacity: 0.5 !important;
	margin-bottom: 33px;
 }
.kl-imgbox.award-item .kl-imgbox--link {
	background:rgba(255, 255, 255, 0.4117647058823529);
	text-align: center;
	border-radius: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.awards {
	display: flex;
	margin-bottom: 25px;
	flex-direction: row;
	flex-wrap: wrap;
}
.awards li {
	margin-right: 15px;
}
.counter-list ul li .key {
	display: block;
	float: left;
	z-index: 2;
	padding-right: 10px;
}
.counter-list ul li .value {
	display: block;
	float: right;
	z-index: 2;
	padding-left: 10px;
}