/* viber cons */
.vibcons {
    z-index: 1;
    position: fixed;
    bottom: 10px;
    left: 0;
    margin-left: -38px;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.vibcons:hover, .vibcons:focus, .vibcons:active {
    margin: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.info-viber {
    text-align: center;
    position: absolute;
    left: 0;
    width: 214px;
    margin-left: -207px;
    color: #fff;
    background: #7a4f9c;
    padding: 15px;
}
.vibcons:hover .info-viber, .vibcons:focus .info-viber, .vibcons:active .info-viber {
	margin-left: 0;
}
.info-viber a {
    background: #fff;
    padding: 10px;
    display: block;
    margin: 10px 0;
    border-radius: 10px;
    color: #000;
    font-family: arial;
    font-size: 18px;
    text-decoration: none;
}

.icons-prod li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}
.icons-prod ul {
    padding: 15px;
    float: left;
    text-align: center;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
  animation-delay: 20s;
}

.jbcategory-image.pull-center img {
    width: 100%;
    height: auto;
}
.yoo-zoo .subcategory {
    padding: 1em;
}
