.heart-ico {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/_/petals/img/heart-ico.svg);
    margin-bottom: -3px;
}

.fav-block  {
    float: right;
}

.fav-block .make_under {
    cursor: pointer;
    display: inline-block;
    margin: 10px 0 0;
    line-height: 14px;
    color: #0663a4;
    font-size: 12px;
    border-bottom: 1px dashed;
    transition: all 200ms linear;
}

.menu_cart a {
    background: none;
    color: #103a71;
}

/*
*******************************************************************************/

.switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  margin: 0 0 10px;
  padding: 5px;
  background: #f1f1f1;
}
.switcher a {
  flex: 0 0 33%;
  display: block;
  line-height: 30px;
  text-align: center;
  transition: all 300ms linear;
  border-radius: 3px;
}
.switcher a.current {
  cursor: default;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.switcher_targ {
  display: none;
}
.switcher_targ.current {
  display: block;
}

/*
*******************************************************************************/

.rst-photozoomimgcontainer img {
  cursor: pointer;
}

#bx-panel.bx-panel-fixed {
  z-index: 100000 !important;
}
.fancybox-container {
  z-index: 100001;
}

/*
*******************************************************************************/

.centered-flex {
    display: flex;
    justify-content: center;
}

/*
*******************************************************************************/
