/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

.order-online {
	opacity:1;
	transition:all 0.5s ease-in-out;
	background-color: #d99bad;
    padding: 0 10px;
    margin: 0 0 0 -40px;
    z-index: 100;
    border: 2px solid #fff;
	font-size:0.7em;
	font-weight:bold;
}
@media (max-width: 768px) {
	.order-online {
	margin:20px 0 0 -20px;
		opacity:1;
	transition:all 0.5s ease-in-out;
}
}
.rey-productInner:hover .order-online{
	opacity:0;
	transition:all 0.4s ease-in-out;
}
.--highlight {
	background-color:#c4f8ef;
	padding:0px 5px;
}
.strike-through {
	text-decoration:line-through;
}