/*
 Theme Name: gsale
 Theme URI: https://gsale.co.il
 Description: Designed by <a href="http://www.igaln.com">Igal Ness</a>.
 Author: Igal Ness
 Version: 0.0.4
 Template: twentytwenty
 Tags: bold purple clean & elegant and just peachy
*/
@import url('../twentytwenty/style-rtl.css');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;700&display=swap');

body {
  font-family: 'Assistant', sans-serif !important
}

.ui-timepicker-div {
  direction: ltr !important;
}

#site-header * {
  font-size: 18px;
}

#site-footer {
  font-size: 18px !important
}

#thanks-for-sale {
  max-width: 100%;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
  margin: 6rem auto;
  font-size: 3.5rem;
  font-weight: bold;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

#site-header,
.menu-modal {
  z-index: 1000;
}
