/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI:
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">צוות אלמנטור</a>
Author URI:
Template: hello-elementor
Version: 2.1.0
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 12 Jun 2019 16:49:30 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

h1.entry-title, .site-header{
	display:none !important;
}

/*** header css ***/
#top-menu-small a.elementor-item{
	border-left:1px solid #dbdbdb;
}
#top-menu-small li.menu-item-91 a{
	border-left:0px;
}
#main-menu  a.elementor-item{
	border-left:1px solid white;
}
#main-menu li.menu-item-75 a{
	border-left:0px;
}
div.asl_w .probox .promagnifier .innericon svg{
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	text-align:right;
}
/*scroll bar*/
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*scroll bar*/
#top-logo img{
    width:220px;
    transition: 0.1s;
}
.scroll-logo{
    width:200px !important;
}

/**
 * Variations Lenses
 */
.variations-lenses .reset_variations{
  display: none !important;
}

.variations-lenses tr.head td{
  width: 75%;
}

.woocommerce div.product.elementor form.cart table.variations.variations-lenses td{
  padding-left: 10px;
}

.variations-lenses tr.head td:first-child{
  min-width: 50px;
  width: 50px;
}

.woocommerce div.product.elementor form.cart table.variations.variations-lenses td.value:before{
  margin-left: 0;
}


/**
 * Collapsible widgets functionality
 */
ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.elementor-widget.non-collapsible-widget h5,
.elementor-widget.collapsible-widget h5{
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.elementor-widget.collapsible-widget h5{
  cursor: pointer;
}

.elementor-widget.collapsible-widget h5:before{
  content: '';
  display: inline-block;
  align-self: center;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0 0 5px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTE0NS4xODgsMjM4LjU3NWwyMTUuNS0yMTUuNWM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMXMtMTMuOC01LjMtMTkuMSwwbC0yMjUuMSwyMjUuMWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFsMjI1LjEsMjI1YzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMUwxNDUuMTg4LDIzOC41NzV6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
  transition: transform 0.2s;
}

.elementor-widget.collapsible-widget h5.revealed:before{
  transform: rotate(-90deg);
}

.elementor-widget.collapsible-widget ul,
.elementor-widget.non-collapsible-widget ul{
  font-size: 0.9em;
}

.elementor-widget.collapsible-widget h5 + *{
  display: none;
}

/**
 * Collapsible Widgets: Custom styles
 */
.elementor-widget.collapsible-widget{
  font-family: Heebo, sans-serif;
}
.woocommerce .widget_price_filter .price_slider_amount button.button{
  background-color: black;
  color: white;
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
}