/*
Theme Name: Maxcoach Child
Theme URI: http://maxcoach.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: maxcoach
Text Domain:  maxcoach-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/



#page-header-inner {background: #fff;}


.maxcoach-product.style-grid .product-info {
	text-align: left;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	min-height: 610px;
}

.maxcoach-product.style-grid .product-thumbnail {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.maxcoach-product.style-grid .product-info .price {
	font-size: 21px;
	font-weight: 600;
	color: #CDABB8;
}


.maxcoach-product.style-grid .product-info .woocommerce-loop-product__title {
	margin: 12px 0 30px;
	font-weight: 700;
	font-size: 21px;
	color: #111;
}

.maxcoach-product.style-grid .product-info .product-description {
	color: #9D9D9D;
	margin-bottom: 15px;
}
.maxcoach-product.style-grid .product-info .product-description p {
	margin-bottom: 10px;
}

/*.maxcoach-product.style-grid .product-info .product-description p::before {
	content: "✓";
	margin-right: 15px;
	font-weight: 700;
}*/

.maxcoach-product.style-grid .product-info .product-description p strong {
	margin-right: 6px;
}

.maxcoach-product.style-grid .product-info .enter-club-button {
	margin-top: auto;
	width: fit-content;
}

.maxcoach-product.style-grid .product-info .enter-club-button .button-icon {
	margin-left: 15px;
}

.maxcoach-product.style-grid .product-info ul {
	list-style: none;
}

.maxcoach-product.style-grid .product-info .price .amount:after {
	content: "/ al mes";
    font-size: 18px;
    color: #cdabb8;
    margin-left: 5px;
}

.single-product form.cart .quantity-button-wrapper {
	display: none;
}

.popup-product-quick-view .woo-single-images img {
	width: 100%;
}

form.woocommerce-checkout .checkout-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*flex-direction: column;*/
}

form.woocommerce-checkout .checkout-info .col2-set .col-1,
form.woocommerce-checkout .checkout-info .col2-set .col-2 {
	width: 100%;
}


form.woocommerce-checkout .checkout-info .col2-set {
	width: 48%;
  display: flex;
  flex-direction: column;
}

form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order {
	width: 48%;
}

form.woocommerce-checkout .shop_table .cart_item .product-thumbnail img {
	width: 50px;
}

form.woocommerce-checkout .woocommerce-billing-fields .form-row > label,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row > label,
form.woocommerce-checkout .woocommerce-additional-fields .form-row > label {
	display: block;
}


.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #fff !important;
}

#billing_date_born {
	width: 100%;
	background: #f5f5f5;
	border-radius: 5px;
	border: none;
	padding: 3px 20px;
	min-height: 56px;
	border: 1px solid #f5f5f5;
}

#billing_date_born.woocommerce-invalid {
	border-color: #d9534f;
}

.footer-etrange {
	display: flex !important;
}

form.woocommerce-checkout .checkout-info .cart_item .product-total {
	display: flex;
}


.woocommerce-checkout .woocommerce-form-login {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 1024px) {
	.maxcoach-product.style-grid .product-info {
		min-height: auto;
	}
	.maxcoach-product.style-grid .product-wrapper {
		margin-bottom: 50px;
	}
}


@media screen and (max-width: 767px) {
	form.woocommerce-checkout .checkout-info .col2-set,
	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order,
	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table tbody {
		width: 100%;
	}

	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table {
		display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
	}

	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table tbody .product-name {
		width: 100%;
    display: flex;
    justify-content: flex-start;
	}
	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table tbody .product-name img {
		margin-right: 15px;
	}
	form.woocommerce-checkout .checkout-info .cart_item .product-total {
		justify-content: flex-end;
	}

	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table tbody .product-quantity {
		margin-top: 0;
	}

	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table tfoot {
		width: 100%;
    display: flex;
    flex-direction: column;
	}

	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table tfoot .cart-subtotal,
	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table tfoot .order-total {
		display: flex;
    align-items: center;
	}

	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table tr,
	body.woocommerce-cart .cart_totals tr {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	form.woocommerce-checkout .checkout-info .woocommerce-checkout-review-order .shop_table tfoot .order-total .amount {
		font-weight: 700;
		font-size: 18px;
	}



}

@media screen and (max-width: 620px) {
	.woocommerce-message .button.wc-forward {
		float: none;
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 575px) {
	.maxcoach-product.style-grid .product-info {
		padding: 0 15px
	}
	
	.popup-product-quick-view .product-container {
		display: flex;
		flex-direction: column;
		padding: 30px;
	}
	.popup-product-quick-view .woo-single-images,
	.popup-product-quick-view .entry-summary {
		width: 100%;
	}
	.popup-product-quick-view .entry-summary .inner-content > .inner {
		padding-left: 15px;
		margin-top: 30px;
	}

	form.woocommerce-checkout .checkout-info .col2-set .woocommerce-billing-fields__field-wrapper {
		display: flex;
		flex-direction: column;
	}

	form.woocommerce-checkout .checkout-info .col2-set .woocommerce-billing-fields__field-wrapper .form-row-first,
	form.woocommerce-checkout .checkout-info .col2-set .woocommerce-billing-fields__field-wrapper .form-row-last {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	/*body.woocommerce-cart .woocommerce-cart-form__cart-item {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: space-between;
	}*/
}
