
/*
Theme Name:   	Amaya Child
Template:     	amaya
Version:      	1.00
Text Domain:  	amayachild
*/
.product-details .vc_separator h4 {
	font-size: 1.25em;
    font-family: 'Raleway';
    font-weight: 600;
}
.product-additional-information {
    background-color: #f1ece9;
    padding: 3rem 3rem 0.5rem;
    margin-bottom: 4rem;
    margin-left: -50px;
    margin-right: -50px;
}
.woocommerce table.shop_attributes tr {
    display: flex;
    flex-direction: column-reverse;
}
.woocommerce table.shop_attributes th {
    font-weight: 400;
    margin-bottom: 3rem;
    font-size: .75rem;
}
.woocommerce table.shop_attributes td {
    margin-bottom: 0px;
    font-size: 1.2rem;
    font-weight: 600;
}
.product-top-wrap, .product-details, .product .related.products, .product-additional-information .container{
    max-width: 1206px;
    margin: 0 auto;
}
.product-top-wrap {
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 768px){
.product-top-wrap {
    flex-direction: column;
}	
}
.woocommerce.single-product .product {
	max-width:100%;
}
.cbean{
	display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(images/bean-empty.png);
    background-size: contain;
}
.cbean.full{
	background-image: url(images/bean-full.png);
}
#header {
    z-index: 999;
}