/*
	Theme Name:     Joice Child
	Theme URI:      http://www.enovathemes.com/joice
	Description:    Joice - Jewelry & Watches WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       joice
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*productos grid*/
ul.products .product .post-body{
	padding-top:15px;
}

/*home*/
.video-home .elementor-video{
  width: 100% !important;     /* 100% del ancho de la pantalla */
  height: auto !important;     /* Alto automático */
  aspect-ratio: 16 / 9; /* Mantiene proporción estándar */
  max-width: 100%;
  display: block !important;
}

/*producto interna*/
@media only screen and (min-width: 1366px)  {
	.container{
		padding: 0 6% 0 6%;
	}
}

/*carrito*/
.wc-block-cart__submit-button,
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	background-color: #000 !important;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity:hover {
	background-color: #FFF !important;
    color: #000 !important;
    border: solid 1px #000;
}

/*tallas*/
.btn-tallas{
	display:inline-flex !important;
	background:#000 !important;
	color:#fff !important;
	padding:10px 30px !important;
	margin-top:30px !important;
	margin-bottom:20px !important;
}