/*
Theme Name: Fernox Restaurant
Template: hello-elementor
Version: 1.0.0
*/

/* Global */

.elementor-widget-image a img[src$=".svg"] {
    width: auto !important;
}

/* End Global */

/* Header */

.elementor-location-header .elementor-nav-menu--dropdown {
    padding: 20px 0;
}

/* End Header */

/* WooCommerce */

.woocommerce-info, .woocommerce-message {
    display: none;
}

.woocommerce-error {
    background-color: #f5f5f5;
    color: #555;
}

.woocommerce .wapf-field-input label {
    line-height: 1.5;
}

.woocommerce .wapf-field-input label input[type="checkbox"] {
    margin: 3px 0 0;
}

.woocommerce .wapf-product-totals .price {
    color: #555 !important;
    font-size: 16px !important;
}

.woocommerce .woocommerce-loop-product__title {
    color: #555;
}

.woocommerce .woocommerce-loop-product__title:hover {
    color: #7c7c7c;
}

.woocommerce .added_to_cart {
    display: none !important;
}

.woocommerce .wapf input, .woocommerce .wapf select, .woocommerce .wapf textarea {
    border: 1px solid #555;
    border-radius: 0;
    color: #555;
}

.woocommerce .variations th, .woocommerce .variations td {
    background: none;
}

.woocommerce .variations td .reset_variations {
    font-size: 14px !important;
    padding: 10px 0 0;
    display: inline-block;
}

.woocommerce .variations td select {
    border: 1px solid #555;
}

.woocommerce .woocommerce-variation {
    padding: 0 0 40px;
}

.woocommerce .woocommerce-variation .price {
    color: #555 !important;
    font-size: 18px !important;
}

.woocommerce .woocommerce-variation ins {
    font-weight: 400 !important;
    text-decoration: none;
}

.woocommerce .woocommerce-variation .stock {
    font-size: 14px !important;
    margin: 10px 0 0;
}

.woocommerce .return-to-shop .button {
    font-size: 15px;
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 0;
    color: #fff !important;
    background-color: #0f4c87;
}

.woocommerce .return-to-shop .button:hover {
    background-color: #1774ce;
}

.woocommerce .woocommerce-order-details .wc-item-meta strong {
    font-weight: 400;
}

.woocommerce .variation dt.variation-Na {
    display: none !important;
}

.woocommerce .e-shop-table input {
    font-size: 16px !important;
    border-radius: 0 !important;
}

.woocommerce #wcpay-express-checkout-button-separator {
    color: #555;
}

.woocommerce .e-checkout__column input {
    font-size: 16px !important;
}

.woocommerce .e-checkout__column #billing_country_field span {
    color: #555;
    font-size: 14px;
}

.woocommerce .e-checkout__column .e-coupon-box label {
    line-height: 2;
}

.woocommerce .e-checkout__column #wc-woocommerce_payments-upe-form {
    border: none;
}

.woocommerce .woocommerce-order-details .wc-item-meta {
    padding-inline-start: 0;
}

.woocommerce .woocommerce-order-details .wc-item-meta li:first-child .wc-item-meta-label {
    display: none;
}

.woocommerce .woocommerce-order-details .wc-item-meta strong {
    font-weight: 400;
}

.woocommerce .woocommerce-order-details .woocommerce-table--custom-fields {
    margin: 20px 0 0;
    color: #555;
    font-size: 14px;
}

.woocommerce .woocommerce-order-details .woocommerce-table--custom-fields th {
    font-weight: 700;
}

.woocommerce-view-order .woocommerce-order-details .woocommerce-table--custom-fields {
    border: 1px solid #555;
    border-radius: 0;
    padding: 15px 30px;
}

.woocommerce .woo-wallet-my-wallet-container {
    border: 1px solid #555;
    font-size: 14px;
    color: #555;
}

.woocommerce .woo-wallet-my-wallet-container .woo-wallet-sidebar {
    background: none;
}

.woocommerce .woo-wallet-my-wallet-container label {
    line-height: 2;
    color: #555;
    margin: 0 0 3px;
}

.woocommerce .woo-wallet-my-wallet-container input[type="number"], .woocommerce .woo-wallet-my-wallet-container textarea {
    border: 1px solid #555;
    border-radius: 0;
    padding: 16px;
    line-height: normal;
    color: #555;
}

.woocommerce .woo-wallet-my-wallet-container input[type="submit"] {
    border: none;
    padding: 12px 24px;
    line-height: 1;
}

.woocommerce #wc-wallet-transaction-details_wrapper {
    color: #555;
}

/* End WooCommerce */