/**
Theme Name: Z4 STUDIOS Theme
Author: Z4 STUDIOS
Author URI: https://www.z4studios.com
Description: Z4 STUDIOS Theme is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mjstudios-theme
;Template: oceanwp
Template: hello-elementor
Version: 1.0.0
*/


/*Single Product*/

.woocommerce div.product form.cart .variations {
    padding-bottom: 20px;
}

.elementor-864 .elementor-element.elementor-element-e646437 .woocommerce-variation-add-to-cart {
    margin-top: 30px !Important;
}

/*Related products*/
@media (max-width: 768px){
  .woocommerce div.product .related.products ul.products li.product, .woocommerce-page div.product .related.products ul.products li.product, .woocommerce-page[class*=rel-up-columns-] div.product .related.products ul.products li.product, .woocommerce[class*=rel-up-columns-] div.product .related.products ul.products li.product {
      margin-right: 0px !important;
  }
}

/* Z4 Copyright */
@keyframes heartbeat-slow
{
  0%
  {
    transform: scale( .75 );
  }
  10%
  {
    transform: scale( 1 );
  }
  20%
  {
    transform: scale( .75 );
  }
  30%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}
.mjheart {
    display: inline-block;
    color: #f3c500;
    font-size: 18px;
    animation: heartbeat-slow 3s infinite;
    transition: all .3s ease-in-out;
    /* animation-name: elementor-animation-hang-sink,elementor-animation-hang;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate; */
}
.mjheart:hover {
    cursor: default;
    color: #f3c500;
    transition: all .3s ease-in-out;
}

/* Para ocultar el logo de Cookieyes en el popup de cookies */
.wt-cli-ckyes-brand-logo {
  display: none;
}
