/*设置主题颜色*/
:root{
	--color-primary:82 162 170 !important;
  --color-primary-background: 255 255 255 !important;
  background-color: #ffffff;
}
.header .menu-tree__menu-item__depth-0,
#block-ragee-header .header-search button{
	color:#ffffff;
}
#block-ragee-breadcrumbs .system-breadcrumb ol,
#block-ragee-yemianbiaoti h1{
	color:#1e2939;
}
[data-widget="viz_widgets:header"],
.header{
	background:#52a2aa;
}
body .layout-container .region-breadcrumb{
	background:#ffffff;
}
.menu-tree__wrapper.menu-tree--default .menu-tree__menu-item__entry.is-active{
	background-color:#f6f1eb;
	font-weight:bold;
}
.menu-tree__wrapper.menu-tree--default .menu-tree__menu-item__entry.is-active::before{
	content: ""; 
  position: absolute; 
  left: 0 !important;
  top: 50%;
  transform: translateY(-50%)!important;
  height: 100%;
  width: 0; 
  border-left: 3px solid #dfd1c8;
}
.region-sidebar-first .menu-tree__menu-item,
.region-content .term-view-list-item{
	border-color:#f6f1eb;
}
.page-node-type-product .block-system-main-block article > div:nth-child(2){
  padding: 2.5rem;
}
.page-node-type-product .block-system-main-block article > div > div > div >div:nth-child(2) span{
	background-color:#f6f1eb;
}
.page-node-type-product .block-system-main-block article > div > div > div:nth-child(2)> div > div a{
	background-color:#f6f1eb;
}
.page-node-type-product .block-system-main-block article > div > div > div:nth-child(3) > div >div:nth-child(2){
	background-color:#f6f1eb;
}
.page-node-type-product .block-system-main-block article > div > div > div:nth-child(3) > div >a{
	background-color:#444444;
}
