/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */

#main .custom_price_inc
{
    font-size:14px; font-weight:500; color:#444444 !important; display:block; margin-top:3px;
}
#main .custom_price_ex
{
    font-size:22px; font-weight:600; display:block;margin-top:5px;
}
.woo-header-links {
  /*display: flex;*/
  align-items: center;
  gap: 20px;
}

.woo-header-links .woo-link {
  color: #444444;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  margin-right:15px;
  font-size:14px;
}

.woo-header-links .woo-link:hover {
  color: #F87E46;
}

.woo-header-links .cart-link {
  position: relative;
}

.woo-header-links .dashicons-cart {
  font-size: 20px;
  vertical-align: middle;
}

.woo-header-links .cart-count {
  background:#F87E46;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  position: absolute;
  top: -6px;
  right: -10px;
}
/* Align eWAY credit card icons to the right */
.payment_method_eway .payment_box img,
.wc_payment_method.payment_method_eway img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.wc_payment_method.payment_method_eway label {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.wc_payment_method.payment_method_eway label img {
    margin: 0 0 0 6px !important;
    height: 24px;
}
.top_header_main a{color:#444444;}
.top_header_main .elementor-column > .elementor-widget-wrap {
  display: flex;
  align-items: center;       /* vertically center content */
}
.top_section_contacts a{font-size:14px; font-weight:400;}
.top_section_contacts{margin-top:15px;}
.woocommerce-checkout h3{
    font-size:18px;
    font-weight:500;
}

/*checkout page 

******************
****************************
*************************************
********************************************/
/*my account page ********
********************
**************************
*********************************/
/* ===== My Account Page Styling ===== */
.woocommerce-account .woocommerce {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: #E5DDF4; /* your brand green */
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 20px;
  }
}

