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

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

.mk_boxed_wrapper {
	width: 96% !important;
	max-width: 1400px;
	margin: auto !important;
	display: flow-root;
	left: inherit !important;
	right: inherit !important;
	padding: 0 !important;
	position: relative;
}

.mk_input_search {
	width: 80%;
	height: 40px;
	vertical-align: middle;
	box-sizing: border-box;
	border: solid 1px #e6e6e6;
	border-radius: 4px 0 0 4px;
}

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

.searchBox{
	padding: 14px 0;
}

.mk_header {
	background: #141419;
	position: relative;
	z-index: 500;
	color: #e7e9ea;
}

.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 {
    height: auto;
    display: block;
    margin: auto;
    max-height: 280px;
}

.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;
	/*border: solid 1px #f1f1f1;*/
}

.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: #2d2e35;
	color: #969db5;
	font-size: 14px;
}

.mk_logo {
	width: 18%;
	margin: 0.8% auto 4px;
	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: #2d2e35;
	color: #969db5;
	font-size: 12px;
}

.mk_row {
	display: flow-root;
}

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

.mk_aside_shop_bar {
	width: 24%;
	float: left;
	padding: 2% 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,
.mk_teamsearch_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: 100%;
	/*border-bottom: dotted 1px #e9e9e9;*/
}

#mk_searchform {
	float: left;
	width: 70%;
	text-align: right;
}

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

.mk_cart {
	position: relative;
	cursor: pointer;
	float: right;
	width: 15%;
	padding: 14px 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;
}

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;
	border-left: dotted 1px #212121;
}

footer p {
	text-align: left;
}

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

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

.mk_flex {
	display: flex;
}

.mk_page_head {
	padding: 1.5%;
	background: #000;
	display: flex;
    align-items: center;
	background-size: cover;
	background-position: center;
}

.mk_page_head h1 {
	color: #fff;
	text-shadow: 2px 2px 10px rgba(0,0,0,0,1);
	width: 100%;
	text-align: center;
}

.mk_page_description p {
	text-align: center;
}

.mk_row_padding {
}

.pd_main_cat .mk_tax_box,
.mk_tax_box {
	display: flex;
	height: 100%;
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	border: solid 10px #f6f6f6;
	position: relative;
}

.mk_tax_box {
	height: 240px;
}

.mk_tax_data h2 {
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}

.mk_tax_data h6 {
	font-weight: 500;
	color: #777;
}

.pd_main_cat .mk_tax_box {
	height: 500px;
}

.mk_tax_data {
	width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*border-left: solid 15px #ff4e10;*/
    padding: 10px 0 10px 20px;
    background-color: rgba(255,255,255,0.5);
}

.more_link {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.mk_tax_data h2 {
	margin: 0 0 0px 0;
	text-align: left;
	padding: 0;
	display: block;
	border: none;
	line-height: 24px;
	font-size: 20px;
}

.wp-block-column:not(:first-child) {
	margin-left: 12px;
}

.wp-block-columns {
	margin-bottom: 20px;
}

.logo_footer {
	opacity: 0.2;
	width: 160px;
	height: auto;
}

.mk_cart_display h4 {
	margin-bottom: 0;
}

.mk_cart_subtotal {
	padding: 0px 0 30px;
}

.cat_link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.widgettitle {
	text-transform: uppercase;
	font-size: 14px;
}

.pd_search_mobile {
	display: none;
	background: #de111f;
}

.pd_search_mobile .searchBox {
	padding: 6px 10px;
	text-align: center;
}

.pd_search_mobile .mk_input_search {
	border: none;
	height: 36px;
	border-radius: 4px;
	width: 80%;
}

.pd_avatar {
	width: 26px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}

#mk_sign_in {
	padding: 0 10px;
}

#loginform label {
	display: block;
}

.pd_login_name {
	line-height: 14px;
    width: calc(100% - 60px);
    display: inline-block;
    text-align: left;
	vertical-align: middle;
	font-size: 13px;
}

.woocommerce-MyAccount-navigation {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.woocommerce-MyAccount-content {
	width: 77%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 20px;
}

.woocommerce-account .woocommerce {
	padding: 30px 0;
}

.u-columns {
	margin: 30px auto;
}

.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.search_image {
	width: 15%;
	display: inline-block;
	vertical-align: top;
}

.search_info {
	width: 82%;
	display: inline-block;
	vertical-align: top;
	padding: 0 2%;
}

.pf_filters {
	width: 30px;
	height: 30px;
	background: #F32735;
	padding: 10px;
	position: fixed;
	bottom: 4px;
	right: 10px;
	margin: auto;
	z-index: 400;
	border-radius: 10%;
	display: none;
}

.sport_avatar {
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	overflow: hidden;
	margin: auto;
	vertical-align: middle;
	padding: 10px;
}

.sport_pro_img img,
.sport_pro_img {
	width: 60px;
	height: auto;
	display: block;
	margin: auto;
	vertical-align: middle;
}

.sport_pro_img img {
	padding: 5px;
	border: solid 1px #e6e6e6;
	border-radius: 4px;
	box-sizing: border-box;
}

.sport_add_item {
	cursor: pointer;
}

.sport_code_title {
	font-size: 66px;
	white-space: normal;
	line-height: 60px !important;
	font-weight: 700;
}

.sport_code_p {
	font-size: 16px;
	white-space: normal;
	margin-bottom: 20px;
	text-align: left;
	padding-right: 30px;
}

.white {
	color: #fff;
}

.sport_code {
	width: 400px;
	vertical-align: middle;
	font-size: 16px;
}

.sport_code_submit {
	display: inline-block;
	padding: 11px 30px;
}

.mk_cart_plus {
	width: 40px;
	height: auto;
}

.sport_user_file {
	background: #333;
	color: #fff;
}

.sport_user_products {
	margin-bottom: 20px;
}

.sport_userlist .sport_red_file th {
	background: #f1f1f1;
	color: #333;
	font-size: 12px;
}

.clubes li {
	display: inline-block;
}

.clubes li {
	display: flow-root;
}

.sport_club_box_50 {
	width: 50%;
	float: left;
	vertical-align: top;
}

.sport_club_box_50 p {
	margin-bottom: 20px;
	padding: 0 20px 0 0;
}

.sport_club_logo {
	margin: 8px auto;
	display: block;
    width: 60%;
}

li.product.list_club {
    padding: 12px;
}

.sport_categories {
	padding: 0;
}

.sport_categories li {
	display: block;
	padding: 12px 20px;
	border-bottom: dotted 1px #e1e1e1;
}

.sport_categories li a {
	color: #333;
}

.sport_block_options {
	padding: 30px 0;
}

.sport_cat_icon {
	width: 24px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.sport_club_back {
	min-height: 180px;
	background-size: cover;
	background-position: top;
	display: flex;
   	align-items: center;
    position: relative;
}

.sport_club {
	width: 200px;
	float: left;
	vertical-align: middle;
}

.sport_club_logo_head {
	padding: 30px;
	width: 160px;
	vertical-align: middle;
}

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

.sport_club_info {
	float: left;
	vertical-align: middle;
	color: #fff;
	padding: 24px 30px 0;
	font-size: 16px;
}

.sport_club_info h1 {
	color: #fff;
}

.sport_border_left {
	border-left: dotted 1px #e1e1e1;
}

.horizontal-divider {
	border-bottom: 1px solid #c6c6c6;
	width: 100%;
	margin: 25px 0 10px;
	line-height: .1em;
	text-align: center;
}

.horizontal-divider span {
	padding: 0 40px;
	background: #fff;
	text-transform: uppercase;
}

.sport_tab {
	display: none;
}

#sport_tab_kit {
	display: block;
}

.sport_code_subtitle {
	font-size: 16px;
	text-align: left;
}

.sport_search button {
	margin: inherit;
	min-width: 300px;
	padding: 16px 30px;
}

.sport_code_subtitle {
	margin-bottom: 4px;
}

.sport_search {
	padding: 5% 8%;
	display: flow-root;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.vc_column-inner {
	padding: 0 !important;
}

.sport_livesearch {
	min-width: 300px;
	box-sizing: border-box;
	font-size: 16px;
	
}

.sport_livesearch_results {
	background: #fff;
    margin: 18px 0;
    position: absolute;
    width: 50%;
    z-index: 99;
    padding: 14px;
    border-radius: 5px;
    border: solid 1px #e1e1e1;
	display: none;
}

.sport_livesearch_results h2 {
	color: #333;
	font-weight: 500;
	font-size: 18px;
}

.sport_team_preview {
	width: 60px;
	height: auto;
	margin: auto;
	display: block;
}

.sport_clublogo_preview {
	width: 100px;
	height: auto;
	margin: auto;
	display: block;
}

.sport_teamname {
	text-align: center;
	font-size: 18px;
	color: #000;
}

.sportsearch,
#sport_players,
#sport_teams {
	min-width: 300px;
    display: block;
    margin: 14px auto;
    min-height: 46px;
    box-sizing: border-box;
	padding: 14px;
}

.sport_club_tabs {
	background: #fff;
    color: #333;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 14px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
}

.sport_tab_label {
	padding: 14px 20px;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
}

.tab_active {
	background: #ed2937;
	color: #fff;
}

.sport_player_info {
	/*background: #262831;*/
	color: #fff;
	position: relative;
	width: 50%;
	float: left;
	/*padding: 36px 0 0;*/
}

.sport_player_info h1 {
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 0;
}

.sport_player_info h3 {
	color: #fff;
	font-weight: 300;
}

.sport_player_info h4 {
	margin-bottom: 0;
	color: #425cc7;
	font-size: 22px;
    font-weight: 300;
}

.sport_change_player {
	position: absolute;
	right: 20px;
	top: 20px;
}
.sport_tabs {
	
}

.sport_tab_label {
	cursor: pointer;
}

.sport_portada {
	width: 100%;
	max-width: 620px;
}

.kit_item_img_wrapper {
	min-height: 150px;
	display: flex;
   	align-items: center;
}

.kit_item_img {
	width: 56%;
	display: block;
	margin: auto;
}

.kit_products_detail {
	width: 60%;
	float: left;
	display: flow-root;
	box-sizing: border-box;
}

.kit_products_detail li {
	display: block;
    list-style: none;
    float: left;
    width: 25%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.kit_products_detail h4 {
	text-align: center;
	margin-bottom: 0;
    min-height: 60px;
}

.sport_tip {
	padding: 18px 30px;
	margin: 12px auto;
	font-size: 16px;
	font-weight: 300;
	background: #f9f9f9;
	border-radius: 6px;
	box-sizing: border-box;
	width: 30%;
	float: left;
}

.tip_icon {
	width: 100px;
	height: auto;
	display: block;
	margin: 30px auto;
}

.kit_products_detail_wrapper {
	clear: both;
	display: flex;
    border-top: solid 10px #f9f9f9;
    padding: 20px 0;
}

.sport_search_wrapper .wpb_content_element,
.how_works .wpb_content_element{
	margin-bottom: 0 !important;
}

.circle_title img {
	width: 60px;
	height: auto;
}

.tab_ico {
	width: 30px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}

.sport_menu {
	text-align: center;
}

.sport_menu .menu li {
	display: inline-block;
}

.sport_menu .menu li a {
	display: block;
	padding: 12px;
	color: #000;
	font-weight: 600;
}

.sport_menu .menu li a img,
#menu-principal li a img {
	width: 26px;
	height: auto;
}

.sport_menu .current-menu-item,
#menu-principal .current-menu-item {
	border-bottom: solid 4px #ed2937;
}

.sport_club_back .mk_boxed_wrapper {
    display: flex;
    align-items: center;
}

.sport_pageclub_search li {
    display: block;
}

.sport_file {
    display: flow-root;
    margin-bottom: 6px;
}

.sport_file label {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 20px;
}

#sport_club_players #sport_teams,
#sport_club_players #sport_players,
#sport_club_players #sport_parent_email
{
    margin: auto;
}

#sport_club_code,
#sport_club_players {
    width: 50%;
    float: left;
}

.welcome_text {
    text-align: center;
    margin: 30px auto;
}

.mk_shop_container {
}

.mk_shop_options {
    margin-bottom: 14px;
    display: flow-root;
}

body.single-product {
    
}

.kit_select {
    max-width: 90%;
    width: 90%;
}

.sport_club_black {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.tag-link-position-1 {
    background: #001F61;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px !important;
    display: inline-block;
}

.tag-link-position-2 {
    background: #425CC7;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px !important;
    display: inline-block;
}

.tag-link-position-3 {
    background: #F32636;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px !important;
    display: inline-block;
}

.tag-link-position-4 {
    background: #e1e1e1;
    padding: 5px;
    border-radius: 3px;
    color: #333;
    font-size: 14px !important;
    display: inline-block;
}

.mk_shop_products {
    padding: 2% 0 0 0;
}

.variation-DetalleTallas p {
    line-height: 14px;
    font-weight: 600;
}

.sport_cart_product {
    font-size: 10px;
    line-height: 14px;
}

.sport_cart_size {
    font-size: 10px;
    color: #000;
    line-height: 14px;
}

dl.variation p {
    text-align: left;
}

footer .widgettitle {
    color: #ccc;
}

.payment-icons {
    padding: 0;
}

.payment-icons li {
    display: inline-block;    
}

.wpb_text_column ul {
    margin: 20px 0;
}

.mk_row_padding {
    
}

.mk_row_padding p {
    margin: 12px 0;
}

.back_to_store {
    display: flow-root;
    padding: 12px;
    text-align: right;
}

form#sport_club_code.sport_column_3,
form#sport_club_players.sport_column_3,
.sport_column_3 {
    width: 32%;
    vertical-align: top;
    display: inline-block;
    float: left;
    text-align: center;
}

form#sport_club_players.sport_column_3 #sport_teams,
form#sport_club_players.sport_column_3 #sport_players,
form#sport_club_players.sport_column_3 #sport_parent_email {
    margin: auto;
}

.gmt_user_players {
    text-align: left;
}

.gmt_user_players li {
    display: block;
    border-radius: 6px;
    border: solid 2px #ccc;
    margin-bottom: 10px;
}

.gmt_user_players li a {
    text-transform: uppercase;
    color: #333;
}

.gmt_user_players li:before {
    content: '';
    background: url("../svg/avatar-player.svg") no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 30px;
    height: 30px;
    margin: -2px 4px 2px 10px;
    display: inline-block;
    vertical-align: middle;
}

.user_players {
    display: inline-block;
    width: calc(100% - 70px);
    padding: 10px;
}

.mk_reset_password {
    text-align: center;
    display: block;
    margin: 6px auto;
    color: #ed2937;
    font-weight: 600;
}

#user_login,
#user_pass {
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-ResetPassword .woocommerce-Button {
    margin: 44px 0 0 10px;
    max-width: 300px;
    vertical-align: middle;
} 

.form-row label {
    text-align: left;
    display: block;
}

.widget ul li {
    text-align: left;
}

.widget ul.menu li.menu-item a {
    font-weight: 500;
}