/*
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.1
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
*/

body,
html {
  overflow-x: hidden;
}

/*Slider*/

.uael-woo-product-wrapper {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.reset_variations,
.single_variation_wrap .woocommerce-variation-price .amount {
  color: #fff !important;
}

.single_variation_wrap .woocommerce-variation-price {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*Animations*/
.fadeInUp {
  -webkit-animation-name: fadeInUpNew !important;
  animation-name: fadeInUpNew !important;
}

@-webkit-keyframes fadeInUpNew {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.3vw);
    transform: translateY(1.3vw);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpNew {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.3vw);
    transform: translateY(1.3vw);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

ul.products.columns-4.slick-initialized.slick-slider {padding-left: 0px;}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row{width:100% !important;}


header .right-nav li:last-child a.uael-menu-item{background: var(--e-global-color-text) !important; color: #fff4e5 !important; transform: rotate(-8.722deg);padding: 4px 25px !important;transition: all 0.3s ease;}
header .right-nav li:last-child a.uael-menu-item:hover {transform: rotate(0deg);}

.woocommerce-info {border-top-color: #21211f;color: #21211f;}
.woocommerce-info::before {color: #21211f;}
body .woocommerce-message a.button,
.woocommerce #review_form #respond .form-submit input,
body .woocommerce-info .button{color: #FFFFFF !important;background: #212120 !important;border-radius: 0px;font-weight: normal;text-transform: uppercase;font-size: 1rem;font-family: "FAIRESprigSansMono-Medium", Sans-serif !important;}
body .woocommerce-message a.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
body .woocommerce-info .button:hover{opacity:0.8;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {background-color: #fff4e5;}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{font-weight: normal !important;}