/* ===================================
main_visual
=================================== */
.main_visual{
  position: relative;
  height: 50vh;
}
/* page_title_product_wrap */
.main_visual .page_title_product_wrap{
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: auto;
}
.main_visual .page_title_product_wrap{
  font-size: 2em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* --------------------
page_title_wrap
-------------------- */
.main_visual .page_title_wrap{
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}

/* crumbs */
.page_crumbs_wrap{
  padding: 1em;
  background: #130d02d9;
}
.main_visual .crumbs{
  max-width: 1260px;
  margin: auto;
  font-size: xx-small;
}
.main_visual .crumbs a{
  color: #fff;
}
.main_visual .crumbs a+span:before,
.main_visual .crumbs span+span:before{
  content: "-";
  padding: 0 1em;
}

/*added by jessie for the add to any css*/
.addtoany_list {
  float: right;
}
.a2a_s_pinterest{
  background-color: rgb(27, 26, 26)!important;
}
.a2a_s_facebook{
  background-color: rgb(27, 26, 26)!important;
}
.a2a_s_twitter{
  background-color: rgb(27, 26, 26)!important;
}