/*
Theme Name: G'day Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: G'day theme is a child theme of Hello Elementor, created by the Excitemedia team
Author: Excitemedia
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: gday-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
.main-header {
  position: relative !important;
  top: 0 !important;
}
.main-header.elementor-sticky--effects {
  position: fixed !important;
  // top: 32px !important;
}
*/

/**
 * WOOCOMMERCE additions (GO Creative)
 */

.elementor-menu-cart__container.elementor-lightbox
  .widget_shopping_cart_content {
  margin-top: 40px;
}

.elementor-menu-cart__container.elementor-lightbox
  .widget_shopping_cart_content
  .elementor-menu-cart__subtotal {
  margin-top: auto;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 40px;
  color: var(--e-global-color-accent);
  font-family: "Figtree", Sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.2em;
}

.return-to-shop .button {
  background-color: var(--e-global-color-eb1a75a) !important;
  font-family: var(--e-global-typography-39ef2eb-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-39ef2eb-font-size) !important;
  color: var(--e-global-color-b7ffd1f) !important;
  border-style: solid !important;
  border-width: 2px 2px 2px 2px !important;
  border-color: var(--e-global-color-eb1a75a) !important;
  border-radius: 40px 40px 40px 40px !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  .wc-item-meta {
  padding-left: 0 !important;
  color: #253532 !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  .woocommerce-table__product-name.product-name
  a {
  color: #253532 !important;
}
