

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.personal.section/bootstrap_v5/style.css?17762416861067*/
.sale-personal-section-index-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0;
	padding: 0;
	height: 87%;
	border-radius: 3px;
	background-size: cover;
	color: #333;
	text-align: left;
	text-transform: uppercase;
	opacity: .8;
	transition: all 0.3s;
	justify-content: space-around;

}

@media (max-width: 992px) {
	.sale-personal-section-index-block {
		margin: 8px 0;
		height: auto;
	}
}

.sale-personal-section-index-block:hover { opacity: 1; }

.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited {
	display: block;
	padding: 5px 0;
	width: 100%;
	color: #333;
	text-decoration: none;
    font-weight: 400;
}

.sale-personal-section-index-block-link { color: #333; }

.sale-personal-section-index-block-ico { font-size: 64px; display: none; }

.sale-personal-section-index-block-name {
	color: #333;
	margin: 0;
	padding: 0;
    font-weight: 400;
}
/* End */


/* Start:/local/components/loyalty/personal/templates/.default/style.css?1779690223722*/
.open-mloyalty-side-panel {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 60px;
    display: block;
    text-align: center;
    transition: 0.3s;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    z-index: 1;
    height: 80px;
    background: url(/mloyalty/assets/images/bonus.png) center center no-repeat #225378;
    background-size: auto 40px;
    border: none;
}

.open-mloyalty-side-panel:hover {
    background-color: #1695a3;
}

[data-mloyalty-side-panel-trigger] {
    position: relative;
}

[data-mloyalty-side-panel-trigger]::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/sale.personal.section/bootstrap_v5/style.css?17762416861067 */
/* /local/components/loyalty/personal/templates/.default/style.css?1779690223722 */
