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

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

.mk_boxed_wrapper {
	width: 94%;
	max-width: 1380px;
	margin: auto !important;
	display: flow-root;
}

.mk_input_search {
	width: 240px;
	height: 44px;
	vertical-align: middle;
	box-sizing: border-box;
	border: solid 2px #fff;
    border-radius: 30px;
    color: #fff;
    background: none;
    font-size: 26px;
    padding-left: 50px;
}

#mk_main_search .mk_input_search {
	width: 240px;
	height: 44px;
	vertical-align: middle;
	box-sizing: border-box;
	border: solid 2px #3F3F3F;
    border-radius: 30px;
    color: #3F3F3F;
    background: none;
    font-size: 26px;
    padding-left: 50px;
}

input::placeholder {
  color: #fff;
}
#mk_main_search .mk_input_search::placeholder {
	color: #3F3F3F;
}

.mk_search_submit {
	padding: 10px;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin: 0 -50px 0 0;
	border-radius: 0 4px 4px 0;
}

.searchBox{
	padding: 14px 0;
}

.mk_header {
	background: #333;
	position: relative;
	z-index: 500;
    border-bottom: solid 1px #707070;
}

.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;
	max-height: 20em;
}

.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: #3F3F3F;
	color: #ccc;
	font-size: 14px;
}

.mk_logo {
	width: 18%;
	margin: 22px 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: #3F3F3F;
	color: #FFF;
	font-size: 16px;
}

.mk_footer_dark h4 {
    margin: 20px 0 16px 0; 
}

.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: 600;
}

.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 #ff4d10;
	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;
}

.pd_secondary_nav {
	display: flow-root;
    width: 60px;
    padding: 26px 0 20px;
    float: right;
}

#mk_searchform {
	float: left;
	width: 74%;
	text-align: right;
    margin: 22px 0 0;
}

.mk_avatar {
	float: right;
	width: 15%;
	padding: 22px 0 0;
}

.mk_cart {
	position: relative;
	cursor: pointer;
	float: right;
	width: 15%;
	padding: 22px 0 0;
}

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

.mk_cart_price {
	font-size: 1em;
	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;
}

.valores_txt {
    background: #DC840A;
    padding: 10px 20px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    max-width: 74% !important;
    min-height: 80px;
    vertical-align: top;
    text-align: left !important;
}

.quienes_icon {
    vertical-align: top;
    display: inline-block;
    margin-top: -9px;
}

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

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

footer p {
	text-align: left;
}

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

.mk_footer_col .widgettitle {
	font-size: 22px;
}

.col2 .widgettitle::before {
    content: '';
    display: inline-block;
    margin: -7px 12px 0 0;
    width: 30px;
    height: 30px;
    background: url("../images/ico_contacto.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.col3 .widgettitle::before {
    content: '';
    display: inline-block;
    margin: -7px 12px 0 0;
    width: 30px;
    height: 30px;
    background: url("../images/ico-oficinas.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.col4 .widgettitle::before {
    content: '';
    display: inline-block;
    margin: -7px 12px 0 0;
    width: 30px;
    height: 30px;
    background: url("../images/ico_site.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.col4 .widgettitle {
    margin-bottom: 20px;
}

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

.mk_flex {
	display: flex;
}

.mk_page_head {
	padding: 2%;
	background: #31363e;
}

.mk_page_head h1 {
	color: #fff;
}

.mk_page_description p {
	text-align: center;
}

.mk_row_padding {
}

.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 10px !important;
}