#layout-page{padding-bottom:20px;}

.video-look{
	position:relative;
}
.video-look video{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail-item{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.item-product-detail h3 {
	font-weight: bold;
}
.detail-item a {
	display: block;
	padding: 5px 8px;
	background: #000;
	color: #FFF;
	cursor: pointer;
}
.detail-item a strong{
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.detail-item a p{
	color: #FFF;
	margin-bottom: 0px;
}

.action_btn button {
	max-width: 210px;
	width:100%;

}
input#quantity {
	background: #ededed;
	font-weight: 500;
	font-size: 15px;
	height: 25px;
	padding: 0;
	text-align: center;
	width: 35px;
	line-height: 25px;
	border: 1px solid #dadbdd;
	border-left: none;
	border-right: none;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
}
.modal-header {
	border: 0px;
	padding: 0px;
}
.modal-header .close {
	margin-top: 0px;
	font-size: 60px !important;
	height: 50px;
	width: 40px;
	position: absolute;
	right: 5px;
	outline: none;
	top: -10px;
	z-index: 10000;
}
.modal-dialog {
	margin-top: 10%;
}
#price-preview2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}
#price-preview2 del{
	margin-left: 5px;
	color: #999;
	font-size: 14px;
}
.modal-body #product h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
}
#surround #sliderproduct-pc {
	float: left;
	width: 110px;
	padding-right: 32px;
}
#surround .product-image-feature {
	float: left;
	width: calc(100% - 140px);
	//width: 100%;
}
#surround #sliderproduct-pc .product-thumb {
	margin-bottom: 10px;
	position:relative;
}
#surround #sliderproduct-pc .product-thumb .icon-video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #f1eeee;
	font-size: 26px;
}
#surround #sliderproduct-pc .product-thumb.active img, #mobile-product-slider .product-thumb.active img {
	border: 2px solid #000;
}

#modalSize .modal-dialog {
	width: 100%;
}
#modalSize .modal-dialog .close{
	top: -35px;
}
@media (max-width: 767px) {
	.featured-images-content.visible-xs .owl-stage {
		//position: relative;
		//-ms-touch-action: pan-Y;
		//display: flex;
	}
}

ul.slides {
	overflow: hidden;
	margin-top: 5px; }

.btn-top-image i {
	font-size: 45px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center; }

.btn-top-image {
	text-align: center; }

.btn-top-image.top {
	margin-top: -13px; }

.btn-top-image.down {
	margin-bottom: -10px; }

.btn-top-image.top, .btn-top-image.down {
	margin-top: -13px;
	width: 50%;
	float: left;
	cursor: pointer; }

.btn-top-image.active {
	color: #DDD; }
.featured-images-content .owl-nav button {
	height: 40px;
	background: transparent !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 0;
	position: absolute;
	top: calc(50% - 30px);
}
.featured-images-content .owl-nav button i{
	display: block;
	line-height: 40px;
	font-size: 48px;
}
.featured-images-content .owl-nav .owl-next{
	right: 0 !important; 
}

.featured-images-content .owl-nav .owl-prev{
	left: 0 !important; 
}
.product-item-index {
	padding: 15px 0;
	border-top: 1px solid #ddd;
}
.product-item-index h3 {
	font-size: 17px;
	margin-top: 0 !important;
	margin-bottom:15px;
	font-weight: bold;
}
#price-preview2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}
.product-items.size {
	position: relative;
}
#layout-page form label {
	display: none;
}
.option-select ul li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 5px 10px 0;
	cursor: pointer;
	text-align: center;
}
.option-select ul li a {
	color: #555;
	display: block;
	padding: 5px;
	border: 1px solid #c8c9cd;
	overflow: hidden;
	position: relative;
	min-width: 25px;
}
.option-select ul li.selected a {
	border: 1px solid #000;
}
.option-select ul li img {
	width: 30px;
	height: 25px;
	padding-right: 5px;
}
.option-select ul li a span {
	display: inline-block;
	padding-right: 5px;
}
.option-select ul li.selected a:after {
	position: absolute;
	right: 0;
	bottom: -1px;
	content: '';
	background: url(//cdn.hstatic.net/themes/200000037048/1001450165/14/bg_checked_n.png?v=1) right bottom no-repeat;
	width: 14px;
	height: 14px;
	z-index: 1;
}
.list-collections-lookbook{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.list-collections-lookbook .item-collections {
	margin-bottom: 30px; }
@media screen and (min-width: 768px)
	.list-collections-lookbook .item-collections:nth-child(4n+1) {
		clear: both;
}
}
@media screen and (max-width: 767px){
	.detail-item:nth-child(2n+1) {
		padding-right: 5px;
		clear: both;
	}
	.detail-item:nth-child(2n) {
		padding-left: 5px;
	}
	.detail-item a strong {
		font-size: 12px;
	}
	.modal-body #product .img-show, .modal-body #product .img-show img{
		max-height: 250px;
		text-align: center;
	}
	#price-preview2, p.pro_sku, .option-select ul li{
		margin-bottom: 5px !important;
	}
	.modal-dialog {
		margin-top: 2%;
	}
	div#product .action_btn button{
		margin-top:10px !important;
	}
	.featured-images-content .owl-nav .owl-next, .product-image-feature .featured-images-content .owl-nav .owl-next {
		right: -17px !important; }
	.featured-images-content .owl-nav .owl-prev, .product-image-feature .featured-images-content .owl-nav .owl-prev {
		left: -17px !important; }
	.item-product-detail{margin-top:20px;}
}