/* табы в категориях */
.main_block_tabs .content_tabs div[data-item*=content_tabs] {
	display: none;
}
.main_block_tabs .menu_tabs a {
	padding: 5px 5px 5px 25px;
	float: left;
	font-size: 1rem;
	border-radius: 18px 18px 0 0;
	color: #000;
	background: #fff;
	text-decoration: underline;
	margin: 0 5px 0 0;
	text-transform: uppercase;
	transition: .1s;
	font-weight: 700;
	border: 1px solid #D60000;
	position:relative;
	display: flex;
    align-items: center;
	font-family: 'MuseoSansCyrl500';
}

.main_block_tabs .menu_tabs a:hover {
	transition: .1s;
}

.main_block_tabs .menu_tabs a.active_tabs {
	color: #fff;
	background: #D60000;
	cursor: text;
	text-decoration:none;
}

.main_block_tabs .content_tabs div[data-item*=content_tabs].active_tabs {
	clear: both;
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 0 4px 4px 4px;
	font-size: 14px;
	font-family: arial;
	color: #333;
}

.main_block_tabs .content_tabs div[data-item*=content_tabs].active_tabs img {
	max-width: 100%;
	
}
.tab-circle{
	width:3rem;
	height:3rem;
	background:#D60000;
	margin-left: 1rem;
    border-radius: 50%;
	position:relative;
}
.active_tab_circle{
	background:#fff;
}
.tab-circle::before{
	content:'\f078';
	position:absolute;
	font-family: 'FontAwesome';
	color: #000;
    left: 0.5rem;
    font-size: 20px;
    color: #fff;
    font-size: 2rem;
}
.tab-circle.active_tab_circle::before{
	content:'\f078';
	position:absolute;
	font-family: 'FontAwesome';
	color: #000;
    left: 0.5rem;
    font-size: 20px;
    color: #D60000;
    font-size: 2rem;
}
.shop-categories-wrap{
    padding: 2rem 0 1rem 0;
    clear: both;
	font-size: 1.2rem;
}
.shop-categories{
	border: 2px solid #D60000;
    border-radius: 20px;
    padding: 1rem 1rem 1rem 2rem;
}
/* tabs akkordeon */
.akkordeon{
  display:inline-block;	
  overflow:hidden;
  transition:0.3s;
  cursor:pointer;
}
.akkordeon_list{
  display:none;
  list-style:none;
  margin-left: 0;
  padding-left: 0px;
  padding-top: 1rem;
  position: absolute;
  background: #fff;
  transition:0.3s;	
  z-index:100;	
}
.akkordeon_list li{
  box-sizing:border-box;
  transition:0.3s;
  padding: 5px;
}
.akkordeon_list li:hover{
  background: lightblue;
  transition:0.3s;
}
.arrow-up{
  margin-right: 5px;
  transition:0.3s;
}
.arrow-up-mod{
  transform:rotate(180deg); 
}
.shop-categories .menu_label{
  font-size: 1.2rem;
  font-weight: bold;
}
.akkordeon_menu_active{
	display:block;
	transition:0.3s;
	z-index:102;
	box-shadow: 0 5px 5px #999;
}
.shop-categories-list ul{
	list-style:none;
	margin:0;
}
.shop-categories-list ul li{
	margin-left:2rem;
}
.shop-categories-list a, .akkordeon_list a{
	color:inherit;
}
.shop-categories-list a:hover, .akkordeon_list a:hover{
	color:inherit;
	text-decoration:none;
}
.fa-chevron-right{
	color: #D60000;
    margin: 0 1rem;
    font-size: 1rem;
}
.woocommerce-breadcrumb{
	font-weight:bold;
	margin-top: 2rem;
	position: relative;
    z-index: 101;
	font-family: 'MuseoSansCyrl500';
	font-size:1.2rem;
	
}
.woocommerce-breadcrumb a{
	color:inherit;
	font-weight:normal;
	
}
/* табы в категориях */

/* табы в аккаунте верх*/
.tabs-account {
	margin: 10px 0;
}
.tabs-account .tabs-nav {
	list-style:none;
	display: flex;
	margin: 0;
	width: 100%;
    position:relative;
	padding: 0;
}
.tabs-account .tabs-nav ul{
	display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
body.page-template-my-account.logged-in header::after, body.page-template-change-password header::after, body.page-template-edit-profileheader::after, body.page-template-edit-passport-data header::after{
	content: '';
    position: absolute;
    width: 100vw;
    top: 150px;
    border-bottom: 1px solid #000;
    z-index: 9;
}
.tabs-account .tabs-nav li {
	display: inline-flex;
	float: none;
	margin: 0;
	padding: 0;
}    
.tabs-account .tabs-nav a {
	display: block;
	padding: 10px 0;
	text-decoration: underline;
	text-align: center;
	color: #999;
	font-family:'MuseoSansCyrl500';
	font-size:1.1rem;
	border-bottom: 10px solid transparent;
}		
.tabs-account .tabs-nav li.is-active a{
	background: #fff;
	color: #000;
    border-bottom: 10px solid #D60000;
	z-index: 10;
}   
/* edit-account-tabs */
.edit-account-tabs #tabs {
	margin: 10px 0;
}
.edit-account-tabs .tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.edit-account-tabs .tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}    
.edit-account-tabs .tabs-nav a {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #999;
	font-family:'GilroyLight';
	font-size:3.2rem;
}		
.edit-account-tabs .tabs-nav li:first-child{
  position:relative;
  margin-right:20px;
}
.edit-account-tabs .tabs-nav li:first-child::after{
  content:'';
  position:absolute;
  right: 0;
  top:13px;
  width: 5px;
  height: 50px;
  border-right:5px dotted #000;
}
.edit-account-tabs .tabs-nav li:first-child a {
  margin-right:20px;
}
.edit-account-tabs .tabs-nav li:last-child a {
	display: block;
}
.edit-account-tabs .tabs-nav a.active {
	border-bottom: 5px solid #D60000;
	background: #fff;
	color: #000;
	font-family:'GilroyExtraBold';
}    
.edit-account-tabs .tabs-items {
	background: #fff;
	margin: -1px 0 0 0;
}
.edit-account-tabs .my-profile-wrap{
	display:flex;
	padding: 15px;
	margin: 3rem 0;
    max-width: 400px;
    justify-content: space-between;
}
.edit-account-tabs .avatar{
	width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: #e3e3e3;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.edit-account-tabs .avatar img{
	width:100%;
}
.edit-account-tabs .profile-item{
	font-size: 1.04rem;
    color: #80807F;
    line-height: 2.3;
}
.edit-account-tabs .profile-contacts-desc{
	font-family: 'GilroyExtraBold';
}
.edit-account-tabs .profile-contacts{
	font-family: 'GilroyMedium';
	color:#000;
}
.edit-account-tabs.bonus-programm .tabs-nav li:nth-child(2){
	margin-right:2rem;
	position:relative;
}
.edit-account-tabs.bonus-programm .tabs-nav li:nth-child(2) a{
	margin-right:2rem;
}
.edit-account-tabs.bonus-programm .tabs-nav li:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    width: 5px;
    height: 50px;
    border-right: 5px dotted #000;
} 