/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-phone-buy-btn{
	display:none;
	align-items:center;
	justify-content:center;
	width:100%;
	text-align:center;
	text-decoration:none;
}

.wd-phone-buy-btn.button.alt{
	background-color:#DFDAD5;
	border-color:#DFDAD5;
	color:#3F2305;
	border-radius:5px;
}

.wd-phone-buy-btn.button.alt:hover,
.wd-phone-buy-btn.button.alt:focus{
	background-color:#BFB7B7;
	border-color:#BFB7B7;
	color:#3F2305;
}

@media (max-width: 768px){
	.wd-phone-buy-btn{
		display:flex;
	}
}
