/* Shopping Cart */
.woocommerce-cart .ut-table th,
.woocommerce-checkout .ut-table th {
	vertical-align: top;
}

.woocommerce-cart .shipping-calculator-form.ut-margin-medium-bottom {
	margin-bottom: 40px !important;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

.wc_payment_method img + a {
	float: right;
}

.wc_payment_method img {
	margin-right: 10px !important;
}

.wc_payment_method + dd {
	font-size: 14px;
	margin-top: 10px;
}
.cart-empty,
.return-to-shop {
	text-align: center;
}
/* View Order */
.woocommerce-view-order mark {
	background: transparent;
}

.woocommerce-account .ut-navbar-nav .is-active > a,
.woocommerce-account .ut-navbar-nav a:hover,
.woocommerce-account .ut-navbar-nav a:active,
.woocommerce-account .ut-navbar-nav a:focus {
	text-decoration: underline !important;
}

@media (max-width: 639px) {
.woocommerce-account .ut-navbar-nav {
	flex-flow: column;
}
}

.product-name .ut-product-subtitle-xsmall {
	display: block;
	font-size: 0.7rem;
	line-height: 1.4;
}


.ut-content a.ut-button {
	text-decoration: none;
	font-weight: 500;
}


.woocommerce-form-row em {
	font-size: 0.875rem;
}


/* Checkout */

#place_order {
	margin-top: 40px;
}