/*
Theme Name: Mako Eesti
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* General */
.woocommerce-page .sidebar-content ul li.current>a {
	color: #62b959;
}

.single_add_to_cart_button,
.viewcart-style-3.add_to_cart_button,
.continue_shopping,
#place_order,
.button.checkout {
	background: #205a99 !important;
}

.single_add_to_cart_button:hover,
.viewcart-style-3.add_to_cart_button:hover,
.continue_shopping:hover,
#place_order:hover,
.button.checkout:hover {
	background: #62b959 !important;
}

.continue_shopping {
	border-color: #205a99;
}

.continue_shopping:hover {
	border-color: #62b959;
}

.checkout #shipping_method label {
	text-transform: none !important;
}

@media only screen and (max-width: 767px) {
	.porto-tb-woo-link {
		color: #fff;
		border-color: #e7e7e7;
	}
	.viewcart-style-3.add_to_cart_button:hover {
		border-color: #e7e7e7 !important;
	}
}

/* CAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}
