/*
 Theme Name:   Matahari Berkat Plastik
 Description:  
 Author:       Handy
 Author URI:   https://pixforma.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.marketplace-link {
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.marketplace-link > div {
	display: block;
	margin-bottom: 10px;
}

.marketplace-link > div > a {
	min-width: 250px;
	padding: 12px 30px;
	background: #25d366;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	position: relative;
	display: inline-flex;
	width: auto;
	transition: all .3s !important;
	align-items: center;
	box-shadow: 0 2px 2px 0px rgba(45, 62, 79, .3) !important;
}

.marketplace-link > div > a:hover {
	text-decoration: none;
	background: #21bd5b;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3) !important;
}

.marketplace-link > div > a svg {
	margin-right: 10px;
}

.marketplace-link > div > a img {
	margin-right: 10px;
	height: 25px;
	width: auto;
}

.marketplace-link > div.btn-tokopedia > a {
	background: #5fbb55;
}

.marketplace-link > div.btn-tokopedia > a:hover {
	background: #4e9546;
}

.marketplace-link > div.btn-shopee > a {
	background: #ee4e2e;
}

.marketplace-link > div.btn-shopee > a:hover {
	background: #d1462b;
}