/***** shop page *****/
.breadcrumb-blk.bc-shop {
	background: url("../img/bc-shop.png") no-repeat center center;
}
.shop-info-section {
	padding: 0 0 50px 0;
}
.shop-img-list {
	/* margin-top: 20px; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.shop-img-list .item-1 {
	width: 100%;
	padding: 10px 10px;
}
.shop-img-list .item-4 {
	width: 25%;
	padding: 10px 10px;
}
.shop-info-blk {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.shop-info-blk .item-2 {
	width: 50%;
	padding: 10px 10px;
}
.shop-info-blk .shop-category {
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
}
.shop-info-blk .shop-category li {
	list-style: none;
	float: left;
	margin: 5px 5px 5px 0;
}
.shop-info-blk .shop-category span {
	display: inline-block;
	padding: 1px 4px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
.shop-info-title {
	position: relative;
	border-bottom: solid 3px #b52519;
	padding-bottom: 10px;
	padding-right: 110px;
}
.shop-info-title h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.shop-info-title h2 a {
	color: #000;
}
.shop-info-title .shop-social {
	position: absolute;
	right: 0;
	top: 17px;
	display: flex;
	align-items: center;
	justify-content: end;
}
.shop-info-title .shop-ins {
	font-weight: bold;
	color: #111;
	padding-left: 38px;
	margin-left: 15px;
	background: url("../img/icon-ins.png") no-repeat left center;
	display: block;
	height: 28px;
	line-height: 28px;
}
.shop-info-title .shop-tik {
	background: url("../img/icon-tik.png") no-repeat left center;
}
.shop-info-title .shop-ins:hover {
	color: #b52519;
	background: url("../img/icon-ins2.png") no-repeat left center;
}
.shop-info-title .shop-tik:hover {
	color: #b52519;
	background: url("../img/icon-tik2.png") no-repeat left center;
}
.shop-info-content {
	border-bottom: solid 3px #707070;
}
.shop-info-content div {
	padding: 15px 0;
	position: relative;
	border-bottom: dotted 1px #707070;
	display: flex;
	flex-direction: row;
}
.shop-info-content div:last-child {
	border: 0;
}
.shop-info-content div label {
	color: #111;
	font-weight: bold;
	width: 100px;
}
.shop-info-content div p {
	margin: 0;
	flex: 1;
}
.shop-map iframe {
	width: 100%;
	height: 380px;
}
.shop-map {
	position: relative;
}
/* .shop-google {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
} */
.owl-carousel .owl-item .item {
	position: relative;
}
.owl-carousel .owl-item .item video {
	position: absolute;
	height: 100vh;
	object-fit: cover;
}
.owl-carousel .owl-item .item img {
	height: 100vh;
}

.single-container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

@media (max-width: 1600px) {

}
@media (max-width: 1366px) {

}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {

}
@media (max-width: 1024px) {
	
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	.shop-info-section {
		padding: 0 0 20px 0;
	}
	.shop-info-title .shop-ins {
		width: 30px;
		text-indent: -9999px;
		padding: 0;
	}
	.shop-info-title {
		padding-right: 35px;
	}
	.shop-info-title h2 {
		font-size: 32px;
	}
	.shop-info-title .shop-ins {
		top: 14px;
	}
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	.shop-info-blk .item-2 {
		width: 100%;
	}
	.shop-img-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.shop-img-list .item-1 {
		padding: 5px;
	}
	.shop-img-list .item-4 {
		padding: 5px;
	}
	.shop-map iframe {
		height: 250px;
	}
	.shop-info-content div {
		padding: 10px 0;
	}
	.shop-info-title h2 {
		font-size: 28px;
	}
	.shop-info-title .shop-ins {
		top: 8px;
	}

	.single-container .owl-carousel .item {
		height: 100vh;
		min-height: 100%;
		display: block;
		position: relative;
	}
	.single-container .owl-carousel .owl-item img,  .single-container .owl-carousel .owl-item video {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50%;
		z-index: 112;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.shop-info-title .shop-social {
		top: 5px;
	}
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.shop-info-title h2 {
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.shop-info-title h2 {
		font-size: 24px;
	}
	.shop-info-title .shop-ins {
		top: 5px;
	}
}
@media (max-width: 380px){	
	
}
@media (max-width: 320px){	
	
}

