/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

 /**
 * Make the profile menu vertical
 */
.um-profile .um-profile-nav {
	float: left;
	max-width: 12em;
	min-width: 4em;
	width: 20%;
}
.um-profile .um-profile-nav .um-profile-nav-item a{
	float: none;
}
.um-profile .um-profile-body{
	float: right;
	max-width: calc(100% - 4em);
	min-width: calc(100% - 12em);
	width: 80%;
	padding-left: 1.5em;
}
.um-profile .um-profile-nav,
.um-profile .um-profile-body,
.um-profile .um-profile-content-container,
.um-profile .um-theme-profile-single-content-container{
	box-sizing: border-box;
	margin-top: 0px !important;
	padding-top: 0px !important;
}

/**
*	Woocommerce -Checkout Page
*/

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}

.cart .actions{
	display: none !important;
}

/* .woocommerce div.product div.images img {
	display: block;
	width: 50%;
	height: auto;
	box-shadow: none;
} */

.woocommerce-privacy-policy-link{
	color: blue;
}

.woocommerce-terms-and-conditions-link{
	color: blue;
}


.card-shop{
    max-width: 300px;
}

.bg-zwayt-teal{
    background-color: #52BFA0;
}

.woocommerce .single_add_to_cart_button,
.woocommerce .checkout-button,
.woocommerce #place_order{
	background-color: #52BFA0 !important;
}

.woocommerce .single_add_to_cart_button:hover,
.woocommerce .checkout-button:hover,
.woocommerce #place_order:hover{
	background-color: #5DCCAC !important;
}

.woocommerce-product-gallery ol > li{
	padding: 10px !important;
}

.woocommerce-product-gallery ol {
	padding-top: 10px !important;
}

.woocommerce-MyAccount-navigation{
	display: none !important;
}

h1.card-title.text-dark.pricing-card-title {
    font-size: 1.3em !important;
}

h4.my-0.mb-2.text-zwayt-teal.font-weight-normal {
    font-size: 1.5em;
    font-weight: 600 !important;
}

ul.list-unstyled.mt-3.mb-4 {
    font-weight: 300 !important;
}

.text-zwayt-green{
    color: #9CAB00;
}

.text-zwayt-teal{
    color: #52BFA0;
}

.heading-small-img{
	height: 35px !important;
}

.shop-logo-img{
	height: 150px !important;
}