/*
Theme Name: Bakery Child Theme
Theme URI: http://deploy.mikado-themes.com
Description: A child theme of Bakery Theme
Author: QTZ Marketing
Author URI: http://qtzmarketing.com
Version: 1.0.0
Template: bakery
*/

/*@import url("../bakery/style.css");*/


/* COMPRA */

.aviso {
	color: #f84763;
}

.woocommerce-terms-and-conditions-checkbox-text, .woocommerce-terms-and-conditions-checkbox-text + span.required {
	position: relative;
    left: 15px;
    bottom: 10px;
}

/* Botón collapse para información de teléfonos */

#collapse-item {
	padding: 5px;
    font-size: 12px;
}

#collapse-item:hover {
	cursor: pointer;
}

/* Style the collapsible content. Note: hidden by default */
#collapsed-box {
  overflow: hidden;
  background-color: #f1f1f1;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  margin-bottom: 20px;
}

#collapsed-box .contacto-tienda {
	margin: 0px;
	padding: 10px 18px;
}

#collapsed-box .contacto-tienda:nth-child(odd) {
	background-color: #ffd8a5;
}


#collapsed-box .contacto-tienda a {
	float: right;
	text-decoration: none;
}