/* Store page css */
.store-banner-img img {
	width: 100%;
}

.store-tabs .nav-tabs {
	border-bottom: 0px;
}
.store-tabs .nav-tabs .nav-link{
  position: relative;
  color: #222;
  border: 0px;
}

.store-tabs .nav-tabs  .nav-link.active::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: rgb(229, 7, 168);
}
.store-name a {
	color: #222;
	text-decoration: underline;
}
.home-img img {
	width: 100%;
}
.store-tabs .tab-content {
	margin-top: 20px;
	margin-bottom: 50px;
}
.shop_dtl_wrp {
	border: 1px solid rgba(128, 128, 128, .16);
	padding: 20px;
}
.shop_dtl_inr {
	display: flex;
	gap: 10px;
	padding: 8px 0px;
}
.store_data h5 {
	font-size: 18px;
}
.store_data {
	width: 170px;
	min-width: 170px;
	padding-right: 20px;
	position: relative;
}
.store_data::before {
	position: absolute;
	content: ":";
	right: 8px;
	font-size: 18px;
	color: #222;
	font-weight: 600;
}