/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.mk-header .mk-header-inner {
padding-top: 10%;
padding-bottom: 10%;
}

.mtsnb .mtsnb-container {
	padding: 6px 5px;
	font-weight: bold;
}
@media only screen and (max-width: 650px) {
.mtsnb .mtsnb-container {
	font-size: 0.7em!important;
	padding: 3px 3px;
	}
	}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	text-align: left;
}
#footer-widgets {
	font-size:19px;
	color: #741d1d;
	font-style: italic;
	line-height: 16px;
}
#footer-widgets a {
	color: #5a2525;
	line-height: 16px;
	font-size: 14px;
	font-style: normal;
	text-decoration: none; 
}
#footer-widgets a:hover{
	text-decoration: underline!important; 
}

.widget-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 20px;
}

.widget-title {
	color: #4a6403;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #be801e;
}

.fa-left, .fa-center, .fa-right{  background-color: #F00; color:white;height:20px;width:20px;padding:4px;
}
.fa-left:hover, .fa-center:hover, .fa-right:hover{  background-color: #00AA00;}


.woocommerce-info::before {
  color: #913e16;
}
.woocommerce-info {
  border-top-color: #d28668;
}
.product-name a{
	color: #54210d !important;

}
.woocommerce a {
	color: #662d16 !important;
}

.woocommerce-shipping-calculator a {
	color: #662d16 !important;
}

.woocommerce-MyAccount-navigation-link a {
	color: #662d16 !important;
	line-height: 16px;
	font-size: 14px;
	font-style: normal;
	text-decoration: none; 
}
.woocommerce-MyAccount-navigation-link a:hover{
	text-decoration: underline!important; 
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #b77229;
  color: #fff;
  -webkit-font-smoothing: antialiased;

}