/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2020 | 20:06:04 */
/* shop */

.woocommerce a.button {
	display: flex;
    padding: 0 20px;
    background: #EEE;
    border: 0;
  	transition: all .2s ease-in;
}

.woocommerce a.button:hover {
	color: #FFF;
	background: #CF2942;
}

.woocommerce button.button.alt.disabled {
  	color: #1f1f1f!important;
}

.woocommerce div.product form.cart .button {
  	margin-left: 1em;
}

/* popup banner shop */

.alignnone {
    margin: 0!important;
}

/* mainteam page */

.team-member.design-creative {
  margin: 30px 40px;
}

.mainteam-esport-banner h2 {
  margin: 0!important;
}