@charset "UTF-8";
/* CSS Document */

#mk_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

.mk_boxed_wrapper,
.content_boxed,
.mk_shop_container {
	width: 90%;
	max-width: 1200px;
	margin: auto !important;
	display: flow-root;
}

.mk_input_search {
	opacity: 0;
	width: 0;
	display: none;
	height: 26px;
	vertical-align: middle;
	box-sizing: border-box;
	border: none;
}

.mk_header {
	position: relative;
	z-index: 70;
    transition: all 1s;
}

.mk_header_shadow {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.mk_topHeader {
	background: #333;
	color: #fff;
	padding: 5px 10px;
	min-height: 36px;
}

.mk_search {
	text-align: right;
}

.mk_product_loop_img {
	width: 100%;
	height: auto;
}

.mk_product_loop_img_container {
	position: relative;
	overflow: hidden;
	min-height: 20em;
	display: flex;
    align-items: center;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.05);
	margin: 0 0 12px 0;
}

.mk_product_loop_hover_container {
	display: none;
}

.mk_product_loop_img_hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	/*background-color: #fff;*/
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.mk_page_title,
.woocommerce-products-header__title {
	text-align: center;
	display: block;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 6px;
}

.mk_copywright {
	padding: 12px 20px;
	clear: both;
	background: #76BC21;
	color: #ccc;
	font-size: 14px;
}

.mk_logo {
	width: 18%;
	margin: 0.8% auto 0;
	text-align: center;
	font-size: 32px;
	z-index: 90;
	position: relative;
}

.mk_main_logo {
	width: 100%;
	height: auto;
}

.logo a {
	color: #000;
	text-decoration: none;
}

.mk_footer_dark {
	background: #F7FBF3;
	color: #000;
}

.mk_row {
	display: flow-root;
}

.mk_shop_with_aside {
	width: 76%;
	display: inline-block;
}

.mk_aside_shop_bar {
	width: 24%;
	float: left;
	padding: 0 2.5% 0 0;
    box-sizing: border-box;
}

.mk_avatar a {
	color: inherit;
	text-decoration: inherit;
}

.separated {
	margin: 0 8px;
}

.mk_background_dark {
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.mk_cart_display,
.mk_login_display,
.mk_register_display {
	display: none;
}

.mk_float_content {
	background: #fff;
	position: relative;
	width: 25%;
	height: 100vh;
	padding: 1% 2%;
	box-sizing: border-box;
	box-shadow: -20px 0 20px rgba(0,0,0,0.2);
}

.mk_float_title {
	padding: 2% 0;
	border-bottom: solid 1px #f3f3f3;
	margin: 0 0 16px 0;
}

.mk_float_content li {
	display: flow-root;
	list-style-image: none;
	margin: 0 0 12px;
}

.mk_float_content li a.mk_cart_title_link {
	color: inherit;
	text-decoration: none;
}

.mk_cart_item_img {
	width: 24%;
	float: left;
	box-sizing: border-box;
	border: solid 5px #f6f6f6;
	margin: 0 4% 0 0;
}

.mk_cart_item_img img {
	width: 100%;
	height: auto;
}

.mk_cart_item_info {
	width: 72%;
	float: left;
	box-sizing: border-box;
}

.mk_cart_item_info p {
	font-size: 0.9em;
}

.mk_cart_resume {
	border-top: solid 2px #ccc;
	padding: 2% 5%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

.mk_cart_subtotal label {
	font-size: 20px;
}

.mk_cart_total {
	font-size: 24px;
	font-weight: 600;
}

.mk_cart {
	position: relative;
	cursor: pointer;
}

.mk_cart_icon_main {
	width: 34px;
	float: left;
	position: relative;
}

.mk_cart_price {
	font-size: 1em;
	color: #fff;
	float: left;
	margin: 0 0 0 8px;
}

.mk_cart_counter {
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	background: #FF6265;
	display: block;
	border-radius: 100%;
	padding: 6px 4px;
	width: 18px;
	height: 18px;
    text-decoration: none;
    line-height: 4px;
	text-align: center;
	position: absolute;
	right: -4px;
	top: -4px;
}

footer.columns-4,
footer.columns-3 {
	display: flow-root;
}

footer.columns-3 .mk_footer_col {
	width: 33%;
	padding: 0 3%;
	margin: 0%;
	float: left;
	box-sizing: border-box;
	border-left: solid 1px #E6E6E6;
}

footer.columns-3 .mk_footer_col:first-of-type {
	border: none;
}

footer.columns-4 .mk_footer_col {
	width: 23%;
	padding: 0 2%;
	margin: 0 1%;
	float: left;
	box-sizing: border-box;
	border-left: solid 1px #f2cd47;
}

footer p {
	text-align: left;
}

footer a {
	color: inherit;
	text-decoration: inherit;
}

.mk_logo_footer {
	margin: 0 auto 20px;
	display: block;
}

.mk_flex {
	display: flex;
}

.mk_page_head {
	padding: 2%;
	background: #f9f9f9;
}

.mk_page_description p {
	text-align: center;
}

.mk_row_padding {
}

.sub-menu {
    position: absolute;
    background: #fff;
    padding: 20px;
    min-width: 240px;
    display: none;
}

.sub-menu li {
    display: block !important;
    border-bottom: solid 1px #e1e1e1;
    width: 100%;
    margin: 0 !important;
}

.sub-menu li a {
    text-align: left;
    padding: 14px 20px !important;
}

#menu-principal.menu li:hover .sub-menu {
    display: block;
}

.mp_logo_footer {
	
}