/*
	Theme Name:        Elementor Hello Theme
	Theme URI:         https://elementor.com
	Description:       A sample theme for Elementor.
	Author:            Elementor Team
	Author URI:        https://elementor.com
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 0;
}

/* Store Locator */
.store-locator-wrapper *,
#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
  font-family: 'אלמוני';
  box-sizing: border-box;
}

.store-locator-wrapper .store-locator-filter-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.store-locator-wrapper .store-locator-filter-wrapper select {
  -webkit-appearance: none;
  width: 150px;
  padding: 10px 0;
  text-align: right;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: transparent url( 'assets/images/chevron.svg' ) no-repeat center right 5px;
  background-size: auto 16px;
  font-size: 20px;
}

.rtl .store-locator-wrapper .store-locator-filter-wrapper select {
  background-position: center left 5px;
}

.store-locator-wrapper .store-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.store-locator-wrapper .store-wrapper ul.stores > li {
  border: 1px solid #000;
  margin: 0 10px;
  padding: 20px;
  transition: border-color .3s ease;
}

.store-locator-wrapper .store-wrapper ul.stores > li:hover,
.store-locator-wrapper .store-wrapper ul.stores > li:focus {
  border-color: #fdee3d;
}

.store-locator-wrapper .store-wrapper ul.stores > li + li {
  margin-top: 20px;
}

.store-locator-wrapper .store-wrapper ul.stores > li h2 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #000;
}

.store-locator-wrapper .store-wrapper ul.stores > li .details li {
  padding-left: 30px;
  background: transparent url('') no-repeat top left 5px;
  background-size: 16px 16px;
}

.rtl .store-locator-wrapper .store-wrapper ul.stores > li .details li {
  padding-right: 30px;
  padding-left: 0;
  background-position: top right 5px;
}

.store-locator-wrapper .store-wrapper ul.stores > li .details li.address {
  background-image: url( 'assets/images/marker.svg' );
}

.store-locator-wrapper .store-wrapper ul.stores > li .details li.open-hours {
  background-image: url( 'assets/images/clock.svg' );
}

.store-locator-wrapper .store-wrapper ul.stores > li .details li.phone {
  background-image: url( 'assets/images/phone.svg' );
}

.store-locator-wrapper .store-wrapper ul.stores > li .details li + li {
  margin-top: 5px;
}

@media (min-width: 768px) {

  .store-locator-wrapper .store-wrapper ul.stores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .store-locator-wrapper .store-wrapper ul.stores > li {
    width: calc( 50% - 20px );
    margin: 10px;
  }

  .store-locator-wrapper .store-wrapper ul.stores > li + li {
    margin-top: 10px;
  }

}

@media (min-width: 992px) {

  .store-locator-wrapper .store-wrapper ul.stores > li {
    width: calc( 100% / 3 - 20px );
  }

}

/* Main content */

@media (min-width: 768px){

    .rtl #main {
        margin: 0 200px 0 20px;
        padding-top: 80px;
    }

    #main {
        margin: 0 20px 0 200px;
        padding-top: 80px;
    }

    .home #main {
        padding-top: 0;
        margin: 0;
    }
}

@media (min-width: 1024px){

    .rtl #main {
        margin: 0 250px 0 20px;
    }

    #main {
        margin: 0 20px 0 250px;
    }

    .home #main {
        margin: 0;
    }
}


/* Product Variations */
ul.product-colors {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.product-colors li + li {
  margin-right: 10px;
}

ul.product-colors li button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  padding: 2px;
  margin: 0;
  overflow: hidden;
  transition: all .3s ease;
}

ul.product-colors li button:hover,
ul.product-colors li button:focus,
ul.product-colors li.active button {
  box-shadow: 0 0 0 3px #000000;
}

ul.product-colors li button span {
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
  transition: all .3s ease;
}


/* Social Icons */
.social-icons-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.rtl .social-icons-wrapper {
  flex-direction: row-reverse;
}

.social-icons-wrapper span.tagline {
  font-family: 'אלמוני';
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 2px;
  margin-right: 10px;
}

.footer-social-icons {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social-icons li + li {
  margin-left: 10px;
}

.rtl .footer-social-icons li + li {
  margin-left: 0;
  margin-right: 10px;
}

.footer-social-icons li img {
  height: 32px;
}

.footer-social-icons li a img {
  opacity: 1;
  transition: all .3s ease;
}

.footer-social-icons li a:hover img,
.footer-social-icons li a:focus img {
  opacity: .5;
}


/* Scroll Top! */

.home .scroll-top {
  display: none;
}

.scroll-top {
  z-index: 999;
  box-sizing: border-box;
  position: fixed;
  display: inline-block;
  bottom: 15px;
  right: 15px;
  background: #000 url( 'assets/images/chevron-up.svg' ) no-repeat center top 5px;
  background-size: 16px;
  color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-top: 23px;
  text-decoration: none;
  direction: ltr;
  font-family: 'אלמוני';
  font-size: 18px;
  transition: all .3s ease;
}

.scroll-top:hover,
.scroll-top:focus {
  background-color: #fdee3d;
}

a,
button {
  cursor: pointer;
}

/* Footer */
.rtl .elementor-type-footer section {
  margin-right: auto;
  margin-left: 0;
}

.elementor-type-footer section {
  margin-left: auto;
  margin-right: 0;
}


@media (max-width: 767px) {
  html.nav-expanded,
  body.nav-expanded {
    overflow: hidden;
    height: 100%;
  }
  body.nav-expanded .elementor-location-header .elementor-sticky--active {
    z-index: 999999990;
  }
  body.nav-expanded .nav-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
}