/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*GRID PRODUCTOS*/

#box-product-grid .archive-wrapper-items>.item{

}
#products #box-product-grid .item .item-inner .js-product-miniature {
        height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
}


/*input cantidad*/

#products .input-group{
	width: 50% !important;
}

#products .input-group .input-group-btn button{
	width: 20% !important;
}

.type-out-stock {
    color: #b3b3b3 !important;
}
/*Fondo rojo etiqueta descuento*/

.label-flags li.type-discount {
    background-color: #ff0000;
}

.product-type-7 .item-inner form {
    justify-content: space-between;
}

.product-type-7 .item-inner form span{
    padding-left: 3px;
}

@media (min-width: 1200px) {
    #box-product-grid .archive-wrapper-items {
        padding: 0;
    }
}

.container {
    max-width: 1550px;
}

#product #wrapper .container {
    max-width: 1040px;
}

#box-product-grid .item .js-product {
	background-color: #fff;
    padding: 5px;
	border-radius: 4px;
}

#box-product-grid .archive-wrapper-items>.item .item-inner .js-product-miniature .product-description {
    min-height: auto;
}

/*BOTON VACIAR CARRITO*/

#cart #main-content .float-xs-right{
	display: none;
}

/*MENU*/

@media (max-width: 767px) {

    .mm_tabs_li .mm_columns_contents_ul.active {
        min-height: 100px !important;
	}
	
	.elementor-2170101 .elementor-element.elementor-element-a9babe8 {

    z-index: 1;
}
}  

.images-cover-wrapper {
    z-index: 0;
}

.summary-container .product_title {
    font-size: 2.1rem;
}

.product-type-7 .item-inner .element-bottom {
    text-align: start;
}

#box-product-grid .label-flags li.type-out_of_stock {
	display: none;
}


/*Carrito

#cart #main-content .shop_table .product-c-price{
	display: none;
}
*/

/*Daterium*/
#rfc_content {
	max-width: 1500px;
	margin-right: auto;
    margin-left: auto;
}