

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

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

.sale-personal-section-index-block.bx-theme-green{
	background: url(/bitrix/components/bitrix/sale.personal.section/templates/.default/images/wt_green.png) center top;
}
.sale-personal-section-index-block.bx-theme-blue{
	background: url(/bitrix/components/bitrix/sale.personal.section/templates/.default/images/wt_blue.png) center top;
}
.sale-personal-section-index-block.bx-theme-red{
	background: url(/bitrix/components/bitrix/sale.personal.section/templates/.default/images/wt_red.png) center top;
}
.sale-personal-section-index-block.bx-theme-yellow{
	background: url(/bitrix/components/bitrix/sale.personal.section/templates/.default/images/wt_yellow.png) center top;
}
.sale-personal-section-index-block.bx-theme-black{
	background: url(/bitrix/components/bitrix/sale.personal.section/templates/.default/images/wt_black.png) center top;
}
.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{
	text-decoration: none;
	display: block;
	padding:25px 15px;
	color: #fff;
}
.sale-personal-section-index-block-link{color: #fff;}
.sale-personal-section-index-block-ico {font-size: 64px;}
.sale-personal-section-index-block-name{font-size: 16px;}
.sale-personal-section-account-sub-header{
	margin-top:40px;
}

.sale-personal-section-row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.personal.profile.list/templates/.default/style.css?17551767181675*/
/*Table*/
table.sale_personal_profile_list
{
	width:100%;
	background-color:#F9FAFB;
	border-collapse:collapse;
	font-size:12px;
}

/*Table head*/
table.sale_personal_profile_list th
{
	background-image:url(/bitrix/components/bitrix/sale.personal.profile.list/templates/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_personal_profile_list th, table.sale_personal_profile_list td
{
	border:1px solid #ADC3D5;
	padding: 3px 5px;
	vertical-align:top;
}

.sale-personal-profile-list-arrow-up,
.sale-personal-profile-list-arrow-down {
	color: #d8d8d8;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
}

.sale-personal-profile-list-arrow-up:hover,
.sale-personal-profile-list-arrow-down:hover {
	color: #337ab7;
}

.sale-personal-profile-list-actions {
	min-width: 120px;
}

.sale-personal-profile-list-close-button {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 0;
	background: url(/bitrix/components/bitrix/sale.personal.profile.list/templates/.default/images/sale-personal-profile-list-close.svg) 4px 4px no-repeat;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	vertical-align: middle;
	cursor: pointer;
}

.sale-personal-profile-list-close-button:hover {
	opacity: .5;
}

.sale-personal-profile-list-change-button {
	display: inline-block;
	border-bottom: 1px solid #337ab7;
	vertical-align: middle;
	transition: border-bottom .3s ease;
}

.sale-personal-profile-list-change-button:hover {
	border-bottom: 1px solid transparent;
}

.sale-personal-profile-list-border {
	display: inline-block;
	margin: 0 5px;
	height: 23px;
	border-right: 1px solid #dee2e7;
	vertical-align: middle;
}
/* End */
/* /bitrix/components/bitrix/sale.personal.section/templates/.default/style.css?17551767201778 */
/* /bitrix/components/bitrix/sale.personal.profile.list/templates/.default/style.css?17551767181675 */
