.my-account-subpage-title {
	font-weight: 400;
    font-size: 36px;
    color: #0055a4
}
.woocommerce-Address-title h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #323232;
}
.woocommerce .addresses address {
	border: 1px #0055A4 solid;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.woocommerce .addresses address:before {
	display: none;
}
.woocommerce .woocommerce-MyAccount-content .form-row .input-text {
	border: 1px #0055A4 solid;
	border-radius: 0;
	height: 45px;
}
.woocommerce form.woocommerce-EditAccountForm .form-row label {
	color: #323232;
	font-weight: 600;
}
.woocommerce form.woocommerce-EditAccountForm fieldset {
	border: 1px #0055A4 solid;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 3px;
    margin-right: 3px;
}
.woocommerce form.woocommerce-EditAccountForm fieldset legend {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 27%;
}
.woocommerce .woocommerce-MyAccount-content button[type="submit"] {
	background-color: #0055A4;
	font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #323232;
	font-weight: 500;
	position: relative;
	padding: 12px 15px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	position: absolute;
    right: 0;
    display: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a span.icon {
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 20px;
    height: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a span.icon svg,
.woocommerce .woocommerce-MyAccount-navigation ul li a span.icon svg * {
	stroke: #323232;
}
.woocommerce-account #Content .woocommerce {
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce-account #Content p {
	font-weight: 500;
	color: #323232;
}
body.woocommerce-account .woocommerce .alert_info,
body.woocommerce-account .woocommerce .woocommerce-info {
	background-color: transparent;
	border: 1px #0055A4 solid;

}
body.woocommerce-account .woocommerce .alert_info .alert_wrapper,
body.woocommerce-account .woocommerce .woocommerce-info {
	color: #323232;
	font-weight: 500;
}
body.woocommerce-account .woocommerce .woocommerce-info .wc-forward {
	background-color: #0055A4;
	color: #fff;
	font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content button[type="submit"]:hover,
body.woocommerce-account .woocommerce .woocommerce-info .wc-forward:hover {
	background-color: #9cbddc;
}
.woocommerce-account .addresses .title .edit {
	float: left;
    background-color: #0055A4;
    display: block;
    color: #fff;
    font-weight: 600;
    padding: 8px 16px;
    margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:first-child) {
	border-top: 1px rgba(0, 0, 0, .08) solid;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 0;
	padding-top: 0;
}

/* Login Pop up  */
#login-popup-template {
	position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 20px;
}
.login-popup-modal-wrapper {
	display: none;
	position: absolute;
    background-color: #fff;
    z-index: 999;
    top: 100%;
    right: 0;
    padding: 20px;
    width: 320px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.woocommerce-page .login-popup-modal-wrapper form .form-row-first,
.woocommerce-page .login-popup-modal-wrapper form .form-row-last {
	width: 100%;
	float: none;
}
.woocommerce-page .login-popup-modal-wrapper form .woocommerce-form-login__submit {
	width: 100%;
}
.woocommerce-page .login-popup-modal-wrapper .lost_password {
	text-align: center;
}
.woocommerce-page .login-popup-modal-wrapper .register-button {
	text-align: center;
}
.woocommerce-page .login-popup-modal-wrapper .register-button p {
	font-weight: 500;
	margin-bottom: 0;
}
.woocommerce-page .login-popup-modal-wrapper .register-button p a {
	display: block;
	text-align: center;
	color: #323232;
	text-decoration: underline;
}

.my-account-menu a {
	padding: 5px 10px;
    display: block;
    border-radius: 4px;
    color: #323232;
}
.my-account-menu li:not(:first-child) {
	border-top: 1px #eee solid;
}
.my-account-menu li:hover a {
	background-color: rgba(0, 0, 0, .03);
	text-decoration: none;
}

button.fc-login-button {
	padding: 0 5px 0 0;
	background-color: transparent;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}

button.fc-login-button .icon-wrapper {
	display: none;
}
button.fc-login-button .icon-wrapper i {
	font-size: 25px;
}

.mcb-header-section .section_wrapper {
	position: relative;
}

/* Product Filter */
.with_aside .sidebar.columns.on-mobile {
	display: none;
}

/* Product Bundle */
.matchday-bundel-product .bundle-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.matchday-bundel-product .bundle-list .product-bundle-item {
	display: flex;
    gap: 30px;
    padding: 30px 20px;
    border-bottom: 1px #C5A100 solid;
}
.matchday-bundel-product .bundle-list .product-bundle-item:first-child {
	border-top: 1px #C5A100 solid;
}
.matchday-bundel-product .bundle-list .product-bundle-item .thumbnail {
	height: 132px;
	flex: 0 0 100px;
	position: relative;
}
.matchday-bundel-product .bundle-list .product-bundle-item .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.matchday-bundel-product .bundle-list .product-details {
	width: 100%;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.matchday-bundel-product .bundle-list .product-details h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
}
.matchday-bundel-product .bundle-list .product-details h4,
.matchday-bundel-product .bundle-list .product-details h4 a {
	color: #323232;
}
.matchday-bundel-product .bundle-list .product-details select {
	margin-bottom: 0;
	border: none;
    box-shadow: none;
    background-color: #F5F5F5;
}
.matchday-bundel-product .bundle-list .product-details .product-price {
	font-size: 18px;
	color: #323232;
}
.matchday-bundel-product .bundle-list .product-details label {
	color: #323232;
	font-weight: 400;
	display: flex;
    gap: 6px;
    align-items: center;
    font-size: 15px;
}
.matchday-bundel-product .subtotal {
	display: flex;
	justify-content: space-between;
}
.matchday-bundel-product .subtotal {
	margin-top: 30px;
}
.matchday-bundel-product .subtotal p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: #323232;
}
.matchday-bundel-product .subtotal p.result {
	font-size: 20px;
	font-weight: 700;
}
.matchday-bundel-product .add-bundle-to-cart {
	width: 100%;
	margin-top: 30px;
	background-color: #0055a4;
}
.matchday-bundel-product .add-bundle-to-cart:hover {
	background-color: #9cbddc;
}
.mobile-close-filter {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: #323232;
    font-weight: 300;
    font-size: 40px;
}
.product-mobile-filter {
	display: none;
}
.product-mobile-filter button {
	background-color: #0055a4;
	color: #fff;
}

@media screen and (max-width: 959px) {
	.matchday-bundel-product .bundle-list .product-details select {
		width: auto;
	}
	.matchday-bundel-product .bundle-list .product-bundle-item {
		padding: 30px 0;
		gap: 15px;
	}
	.matchday-bundel-product .bundle-list .product-bundle-item .thumbnail {
		height: 123px;
	}
}

@media screen and (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		margin-top: 30px;
	}
	body.woocommerce-account .woocommerce .woocommerce-info {
		padding: 15px;
		text-align: center;
	}
	body.woocommerce-account .woocommerce .woocommerce-info .wc-forward {
		float: none;
    	margin-top: 15px;
	}
	body.woocommerce-account .woocommerce form .form-row-first,
	body.woocommerce-account .woocommerce form .form-row-last {
		width: 100%;
	}
	.woocommerce form.woocommerce-EditAccountForm fieldset {
		padding: 15px;
	}
	.woocommerce-account #Content .woocommerce {
		padding-top: 0;
		padding-bottom: 0;
	}
	button.fc-login-button .icon-wrapper {
		display: block;
	}
	button.fc-login-button .text {
		display: none;
	}
	.aside_left .four.columns.filter-on-mobile {
		display: none;
	    position: fixed;
	    z-index: 9;
	    background-color: #fff;
	    top: -20px;
	    left: 0;
	    right: 0;
	    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	    float: none;
	}
	.aside_left .four.columns.filter-on-mobile.active {
		display: block;
	}
	.mobile-close-filter {
		display: block;
	}
	.product-mobile-filter {
		display: block;
	}
	.matchday-bundel-product .bundle-list .product-bundle-item .thumbnail {
		height: 117px;
	}
}
@media screen and (max-width: 645px) {
	.login-popup-modal-wrapper {
		padding-top: 50px;
	}
}
@media screen and (max-width: 475px) {
	.login-popup-modal-wrapper {
		width: 100%;
		left: 0;
	}
	.matchday-bundel-product .bundle-list .product-bundle-item .thumbnail {
		height: 110px;
        flex: 0 0 80px;
	}
	.matchday-bundel-product .bundle-list .product-bundle-item {
		padding: 30px 0;
		gap: 15px;
	}
}