/*
Theme Name: Unidash Child
Description:  Unidash Child-Theme
Author:       CactusThemes
Author URI:   https://www.cactusthemes.com
Template: unidash
Version: 1.0.1
Theme URI: http://unidash.cactusthemes.com/
Text Domain: unidash
*/


.woocommerce-additional-fields {
	display:none;
}

.wc-bacs-bank-details-heading, .wc-bacs-bank-details-account-name {
	font-size:14px;
}

.tt_form_button {
margin: 0;
border-radius: 20px;
background-color: #1ea69a;
color: #ffffff;
-webkit-box-shadow: none;
box-shadow: none;
text-transform: none;
font-family: inherit;
font-weight: 800;
font-size: 1em;
text-align: center;
text-decoration: none;
cursor: pointer;
width: 100%;
max-width: 385px;
white-space: nowrap;
text-shadow: none;
border: 0;
opacity: 1;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: auto;
padding: .75em 1.5em;
margin-left: 0;
}

.tt_form_button:hover {
	color: #ffffff !important;
}

.woocommerce-page.single-product .product .related {
	clear:both;
}