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

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}


.jet-sorting-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666666"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"></path></svg>') no-repeat right 16px center;
  background-size: 24px 24px;
  padding-right: 48px; /* space for icon */
  
}

/* Custom hover style for all Elementor buttons */
.elementor-button:hover {
  border-radius: 8px !important;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.20) 0%,
    rgba(0, 0, 0, 0.20) 100%
  ), var(--Fixed-Primary, #26A57C) !important;
  color: #ffffff !important;
  border-color: var(--Fixed-Primary, #26A57C) !important;
  transition: all 0.3s ease-in-out;
}
