/*!
	Theme Name: Hello Child
    Template: hello-elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.3.0
	Stable tag: 2.3.0
	Requires at least: 4.7
	Tested up to: 5.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.single-add-to-cart-custom .ywapo_options_container{
	position:relative;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.single-add-to-cart-custom .ywapo_input_container {
	display: flex!important;
	padding-right: 5px;
	width:45%;
	margin:5px 0!important;
	align-items: center;
	background:#f2f2f2;
}

.single-add-to-cart-custom .ywapo_options_container:before{
	content:'';
	position: absolute;
	height: 90%;
	top:5%;
	left:calc(50% - .5px);
	width: 1px;
	background: #1F365C;
}

.single-add-to-cart-custom .ywapo_input_container_checkbox label:last-child{
	margin-left:auto;
}

.single-add-to-cart-custom .ywapo_input_container input[type="checkbox"]{
	width: 28px; 
    height: 28px; 
 }
.single-add-to-cart-custom .ywapo_tr_product_base_price,.single-add-to-cart-custom .ywapo_tr_additional_options{
	display: none;
}
.single-add-to-cart-custom .ywapo_tr_order_totals{
	display: flex!important;
}
.single-add-to-cart-custom .ywapo_tr_order_totals td{
	display: block!important;
	background:transparent!important;
	border:none!important;
}

.woocommerce-grouped-product-list-item__label a{
	color:#1F365C;
	
}
.woocommerce-grouped-product-list-item__price{
	font-size:16px;
}
.woocommerce-grouped-product-list.group_table tbody{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	position: relative;
}
.img-colegio{
	width: 35%;
}
.img-colegio img{
	width: 100%;
}
.info-colegio{
	margin-left: 10px;
	width: 60%;
}
.woosb-wrap > .woosb-products{
	display:flex;
	flex-wrap:wrap;
	position: relative;
	justify-content: space-between;
}
.woosb-products .woosb-product{
	width:49%;
}
.woocommerce .woocommerce-grouped-product-list-item__quantity .quantity{
	margin:0;
}
.woocommerce .woocommerce-grouped-product-list-item__quantity .quantity .qty{
	padding:0;
	width:100%;
}
.woocommerce .woocommerce-breadcrumb{
	margin:1em 0;
}
.woocommerce-grouped-product-list.group_table tbody:before,.woosb-wrap > .woosb-products:before{
	content:'';
	position: absolute;
	height: 90%;
	top:5%;
	left:calc(50% - .5px);
	width: 1px;
	background: #1F365C;
}
.woocommerce div.product form.cart .group_table tr{
	width: 45%;
	display: flex;
	align-items: center;
	margin:5px 0;
	padding:4px 0;
	background: #f2f2f2!important;
}
.woocommerce div.product form.cart .group_table td{
	background: transparent!important;
	padding:0!important;
}
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label{
	padding:0 20px!important;
}
.woocommerce-grouped-product-list-item__price{
	margin-left: auto;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-family: "Open Sans", Sans-serif;
    font-size: 38px	;
    font-weight: 600;
    color: #D7354E;
    text-align: left;
}
.product_meta{
	margin-top: 20px;
}
.posted_in{
	border-top:1px solid #1F365C;
	border-bottom: 1px solid #1F365C;
	text-transform: uppercase;
	padding:7px 0;
	font-weight: bold;
	display: block;
}
.posted_in a{
	color:#1F365C;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background: #1F365C;
	padding:13px 40px;
}
.woocommerce .star-rating {
	font-size:21px;
}
.woocommerce .star-rating span::before{
	color:#fdbc32;
}

.woocommerce-review-link{
	color:#ccc;
}