/* 
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
*/
/* PRICE FILTER STYLE */
.elementor-shortcode .ui-slider.ui-widget-content:not(.iris-slider-offset) {
    border:none;
}
.elementor-shortcode .ui-slider-horizontal .ui-slider-range {
 background-color: #03476E !important;
}
.elementor-shortcode .ui-slider.ui-widget-content .ui-slider-handle {
    background: #03476E !important;
    border: none !important;
    border-radius: 50% !important;
}
.elementor-shortcode .ui-slider.ui-widget-content:not(.iris-slider-offset) {
    background: #b9b9b9;
    border-radius: 10px;
}
.wpfFilterVerScroll li {
  padding-bottom:10px;
}
/* OTHER WOOCOMMERCE STYLING */
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #03476E;
    color: #fff;
    transition:600ms all;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: transparent;
    color: #8C489F;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #8C489F;
    transition:600ms all;
}
.woocommerce-info {
    border-top-color: #8C489F;
}
.woocommerce-info::before {
    color: #8C489F;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    background-color: #03476E !important;
}
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
    background: #03476E;
    color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display:none;
}
.woocommerce-product-gallery__image {
	pointer-events:none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #03476e;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #03476e;
    transition: 600ms all;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #00AFF0;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #00AFF0;
    transition: 600ms all;
}
body.elementor .site-main a,  body.elementor-default #tab-description a {
	color: blue !important;
}
body.elementor .site-main a:visited, body.elementor-default #tab-description a:visited {
	color: #7e58d2 !important;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
	font-weight: bold !important;
	color: #000 !important;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px !important;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px !important;
}
/* .woocommerce form .form-row .required {
	display:none;
} */
.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.current-cat > a {
	font-weight:bold;
}