/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.7
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
*/

/* */
/* change woocommerce checkout */


.woocommerce table.shop_table{
    border-radius: 0px;
   /* background-color: rgb(218, 218, 217);*/
    border-color: #fff !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr{
    border-color: #fff !important;
}

.woocommerce button.button{
    border-radius: 0px;
    background-color: #fff;
}

.woocommerce button.button.alt, .woocommerce a.button.alt{
    background-color: var( --e-global-color-primary );
    border-radius: 0;
}

.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover{
background-color: var( --e-global-color-secondary );
}

.woocommerce-checkout #payment, .woocommerce form.register, .woocommerce form.checkout_coupon, .woocommerce form.login, .select2-container--default .select2-selection--single{
    border-radius: 0px;
}

.woocommerce-info{
    border-top-color: var( --e-global-color-primary );
}
.woocommerce-info::before{
    color: var( --e-global-color-primary );
}

input[type="text"], textarea, input[type="email"], input[type="tel"], input{
    border-radius: 0;
}



.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a{
    line-height: 22px !important;
    font-size: 20px !important;
}





.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents button[name='update_cart'] {
background-color: var( --e-global-color-primary );
color: #fff;
}

.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents button[name='update_cart']:hover {
background-color: var( --e-global-color-secondary );
color: #fff;
}









/*my account*/
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

