/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.9.1
*/


.site-header {
    background-color: #ffffff !important;
}

.purchase-order-table {
    border-collapse: collapse;
}

.purchase-order-table thead tr {
    background-color: #e5e5e5;
    color: #ffffff;
    text-align: left;
}

.purchase-order-table th,
.purchase-order-table td {
    padding: 12px 15px;
}


.purchase-order-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.purchase-order-table tbody tr:nth-of-type(even) {
    background-color: #fcfcfc;
}

.hentry table th,
.hentry table td {
    padding: .6em .8em;
        border: 0px;
	border-left: 1px solid #ffffff;

}
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #fafafa;
}

.purchase-order-table .variations > label {
	margin-right: 10px;
}


.et-MyAccount-user-image {
	display: none;
}

.et-MyAccount-user {
    line-height: 1.6;
    min-height: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    padding: 30px 15px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 12px;
}

.woocommerce-variation-price {
	font-weight: bold;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .shop_display_list .product > div {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
}


.products .product .product_thumbnail {
    border: 1px solid #d2d2d2;
}

.woocommerce-ordering {
	display: none !important;
}