.breadcrumb{
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 25px;
  font-size: 12px;
}
.breadcrumb-item{
  color: #303030;
  font-weight: 300;
}
.breadcrumb-item a{
  color: #C4C4C4;
  text-decoration: none;
}
.separator{
  padding: 0 3px;
  color: #C4C4C4;
}
.content{
  padding-bottom: 50px;
}
.content p{
  margin: 1em 0;
  font-weight: 300;
  line-height: 1.2;
}
.content p strong{
  font-weight: 500;
}
.pt0{
  padding-top: 0;
}
.pt50{
  padding-top: 50px;
}
.pagination{
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.pagination li{
  font-weight: 300;
  margin: 0 7px;
}
.pagination li.active{
  font-weight: 500;
}
.pagination li a{
  text-decoration: none;
  color: #303030;
  
}
.xl{
  font-size: 14px;
  color: #303030;
  margin: 40px 0;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.xl span{
  padding-left: 7px;
}
.ajax_form .error{
  font-size: 11px;
}
.product-page-link{
  padding-bottom: 30px;
}
figure{
  margin: 0;
}
.loginMessage{
  font-size: 12px;
  color: brown;
}
.sidebar-header{
  position: relative;
}
.sidebar-header svg{
  position: absolute;
  right: 20px;
  top: 12px;
  display: none;
}
@media screen and (max-width:560px){
  .sidebar-header svg{
    display: block;
  }
}