/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

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

.shopbutton {
	background-color: #ed672c;
	color: #fff;
    padding: 13px 20px 12px 20px;
    border-radius: 6px;
    box-shadow: 0 6px 0 0 #DD783E;
    -webkit-transition: none;
    transition: none;
	margin-top: 8px;
    position: relative;
	font-weight: bold;
}
.shopbutton:hover {
	background: #f68c50;    
	color: #fff;
    top: 3px !important;
    box-shadow: 0 3px 0 0 #DD783E;
}