.profiles-left {
	width: 300px;
	background: #3078a6;
	padding: 10px;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #3078a6;
}
	
.profiles-mid, .profiles-right {
	width: calc(100% - 300px);
}
	
.profiles-left-up .logo-shop {
	width: 60px;
}
	
.logo-shop img {
	border-radius: 50%;
	border: 2px solid #fff;
	width: max-content;
	overflow: hidden;
}
	
/* .logo-shop::before {
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	border: 2px solid #8b8b8b;
	z-index: 9999;
	border-radius: 50%;
	left: 0;
	top: 0;
	visibility: hidden;
} */
	
.name-shop {
	width: calc(100% - 60px);
	padding-left: 15px;
}
	
.name-shop strong {
	display: block;
}

.name-shop span {
	font-size: 11px;
}
	
.profiles-left-down > div {
	width: max-content;
	padding: 5px 30px;
	font-size: 12px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	cursor: pointer;
}

.profiles-left-down > div:hover {
	background: #266188;
}

.profiles-left-down.drh-flex {
	margin-top: 10px;
}
	
.body-right > div {
	width: 50%;
	font-size: 13px;
	margin-bottom: 15px;
	text-align: left;
}

.profiles-mid, .profiles-right {
	width: calc(100% - 300px);
	padding: 10px;
	padding-left: 30px;
}
	
	
.products-shop {
	background: #fff;
	margin-top: 40px;
}
	
	
.tab-shop {
	justify-content: flex-start;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: 2px solid #E4E4E4;
	overflow: initial;
}
	
.tab-shop > div {
	font-size: 14px;
	padding: 9px 34px;
	cursor: pointer;
	font-weight: bold;
	color: #606060;
}
.item-tab-shop::before {
	content: "";
	width: 0px;
	height: 2px;
	background: #DCA447;
	position: absolute;
	bottom: -2px;
	transition: all 0.3s;
	left: 50%;
	transform: translate(-50%, 0%);
}
.item-tab-shop.active {
	color: #000;
}

.item-tab-shop.active::before {
	width: 100%;
}
	
.body-right i {
	margin-right: 6px;
}

@media(max-width: 992px){
	
.profiles-shop.page-wrap {
	padding: 0;
}
	
.profiles-left {
	width: 100%;
	padding-top: 90px;
}
	
.profiles-right {
	width: 100%;
	margin-top: 16px;
	padding: 10px;
}
	
.profiles-left-down.drh-flex {
	justify-content: left;
}
	
.profiles-left-down > div {
	margin-right: 10px;
}
	
.tab-shop.drh-flex {
	width: max-content;
}
	
}