/*
Theme name: Refocosta
Version: 1.0
Description: Template Refocosta
Author: HD VISUAL
Author URI: https://hdvisual.com.com
*/

@import 'assets/css/trama.css';

body {
  margin: 0;
}

.pulso {
  border: solid 2px white;
  border-radius: 500px;

  animation-name: pulsation;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes pulsation {
  0% {
    padding: 0px;
    border-color: rgb(255, 255, 255);
  }
  100% {
    padding: 10px;
    border-color: rgb(255, 255, 255, 0);
    margin-left: -10px;
    margin-top: -10px;
  }
}

/* Estilo sku */

.woocommerce-loop-product__sku {
	display: block;
	margin: -5px 0 10px;
	font-family: var(--e-global-typography-primary-font-family);
	color: var(--e-global-color-text);
	font-size: 80%;
}

/* Icono video en producto */

.yith_featured_thumbnail::before {
	display: none;
}

.woocommerce div.product div.images 
.woocommerce-product-gallery__trigger {
	top: 15px !important;
	display: none;
}

/* Boton atras */

.back-btn {
	cursor: pointer;
}