/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1726665887
Updated: 2024-09-18 13:24:47

*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
a.rfqcart-link-shop, button.woocommerce-Button.button,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
    background-color: #f39200;
    font-family: "Bellota Text", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f39200;
    border-radius: 0px 0px 0px 0px;
	transition:0.3s all;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
a.rfqcart-link-shop:hover,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
	background-color: #000;
}
.woocommerce a.added_to_cart {
  padding-top: .5em;
  display: inline-block;
  display: inline-grid;
  position: absolute;
  bottom: -46px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s all;
}
.wc-block-cart-items__header-total,
.wc-block-cart-item__total,
.woocommerce-order-overview__total.total, .woocommerce-order-overview__payment-method.method,
.woocommerce-table__product-table.product-total,
.woocommerce-table__product-total.product-total{
	display:none!important
}
 .wc-block-cart__main .wc-block-cart-items td {
    vertical-align: middle!important;
  }
.wc-block-cart-item__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
  align-items: center !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span{
	color: #f39200!important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
	color:#000!important;
}
fieldset#payment-method {
    display: none;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-content a {
color: #F39200;
    text-decoration: none;	
	transition:0.3s all;
}
nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-content a:hover{
	color:#fff;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    background-color: #D9D9D9;
    border-radius: 0px 0px 0px 0px;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
}
#hidden-menu{
	display:none;
	color:#fff!important;
}
.class-administrator #hidden-menu, .class-customer #hidden-menu{
	display:block
}
.elementor-widget-n-menu .e-n-menu-title.e-current, .elementor-widget-n-menu .e-n-menu-title.e-current a{
	color:#fff!important;
}
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg{
	fill: #f29100!important;
}