button[data-toggle="arlity-open-3d-preview"] {
	border-radius: 26px;
	padding: 15px 20px;
	cursor: pointer;
	width: 205px;
	background-color: black;
	color: #fff;
	font-weight: bold;
	margin: 25px 0;
	border: 0;
}

button[data-toggle="arlity-open-3d-preview"]:hover {
	background-color: #FFD46E;
	color: black;
}

body#product .product-additional-info .wishlist,
body#product .product-additional-info .social-sharing {
	display: none !important;
}

body#product .product-buy-block .product-additional-info{
	display: flex !important;
	justify-content: flex-start;
}

@media screen and (max-width: 767px){
	
	body#product .product-buy-block .product-additional-info{
		justify-content: center;
	}
	
}