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

html{
    scroll-padding-top: 120px;
}


#product-sort-select{
	 -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    border-radius: 0;
    display: block;
    padding-right: 1.4em
}

input[type="text"] {
        touch-action: manipulation;
    }

input[type='text'],textarea {font-size:1em;}

@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(15px); 
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  opacity: 0;
  animation-name: fadeInSlideUp;
  animation-duration: 0.6s; 
  animation-delay: 1.5s; 
  animation-fill-mode: forwards; 
  animation-timing-function: ease-out;
}