@media only screen and (max-width: 600px) {
	.titulo_movil_regalos {
		font-size: 215% !important;
	}

	.textos_movil_regalos {
		font-size: 100% !important;
	}
}

.box_text_regalo {
/*	background-color: #F4F2F3;*/
	padding-top: 0.7em;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
    font-size: .9em;
    color: #4c4c4c;
}

.box_text_regalo p {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.box_text_regalo .button {
    margin-top: 1em;
}

.name_product_regalo > a {
	color: #4c4c4c;
	font-weight: bold;
}

a.button_shop_regalo {
	width: 90%;
    border-radius: 3px;
    background-color: rgb(255 255 255 / 0%) !important;
    color: #4c4c4c !important;
    border: solid 1px #4c4c4c;
}

a.button_shop_regalo:hover {
	background-color: black !important;
	border-radius: 3px;
	color: white !important;
}

a.button_shop_regalo > p > .sale_price > .amount {
	color: #4c4c4c !important;
}

.button_shop_regalo:hover > p > .sale_price .woocommerce-Price-amount:nth-child(1) {
	color: white !important;
}

.button_shop_regalo:hover > p > .regular_price:not(.del_price) .woocommerce-Price-amount {
	color: white !important;
}

.button_shop_regalo > p{ 
    padding: 5px 0px !important;
}