/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#chaty-widget-0 .chaty-i-trigger .chaty-channel > a {
    width: 54px;
    height: 54px;
    bottom: 75px;
    right: -15px;
}

a#pay-button {
    margin: 50px 0;
}

.order_details {
    font-size: inherit;
    line-height: 1.8;
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce-order {
	max-width:100%;
	width:auto !important;
}

td.product-name a {
    color: #000 !important;
}

.woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    padding-right: 15px;
    overflow: hidden;
    background: #fbdcb1;
    padding: 50px 20px;
    border-radius: 25px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 20px;
    margin
: 10px 0;
    color: #000 !important;
}

.et-MyAccount-user-info .et-username strong {
    font-weight: normal;
    color: #282828 !important;
}

.woocommerce-account.logged-in .site-content > .container {
    max-width: 1450px;
}

.woocommerce-MyAccount-content {
    padding-left: 60px;
}

.hero-header .regular-title {
    padding: 12vh 0;
    height: 300px;
	margin-bottom:40px
}

.page-padding {
    padding-top: 0 !important;
} 