/**
 * Vars
 */
/**
 * Includes
 */
.color_light_grey {
  color: rgba(0, 0, 0, 0.4); }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    transform-origin: 20% 40%; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform-origin: 20% 40%; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    transform-origin: 20% 40%; } }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; } }

/*
Theme Name: unicorn_theme
Theme URI: http://mozinteractive.co.il/
Author: Mozi
Author URI: http://mozinteractive.co.il/
Description: Wordpress Theme For Unicorn
Version: 1.0
Text Domain: unicorn
*/
/** Main **/
/*fonts*/

body, html {
  font-family: 'OpenSansHebrew-Regular';
  font-weight: normal;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #fff; }

body.rtl, html.rtl {
  text-align: right; }

p {
  letter-spacing: 0.8px; }
  @media (min-width: 1024px) {
    p {
      font-size: 18px;
      line-height: 28px; } }

.content ul li, .content ol li {
  font-size: 16px; }
  @media (min-width: 1024px) {
    .content ul li, .content ol li {
      font-size: 18px;
      line-height: 28px; } }

div#page_content {
  background-color: #fff; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.screen-reader-text {
  position: absolute;
  top: -1000em; }

.screen-reader-text:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

a {
  color: inherit;
  text-decoration: none !important; }
  a:hover {
    color: inherit; }

.brown_bg {
  background-color: #1a0b0b;
  color: white; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'almoni-neue-bold'; }

figure {
  margin: 0 0 1rem;
  max-width: 100%; }

input[type=submit], a, button {
  cursor: pointer; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1360px) {
  .container {
    max-width: 1300px; } }

@media (min-width: 1560px) {
  .container {
    max-width: 1500px; } }

@media (min-width: 1610px) {
  .container {
    max-width: 1670px; } }

.admin-bar button.menu_toggle {
  top: 54px; }


 .admin-bar .popup_main {
    padding-top: 125px;
  }


@media (min-width: 1024px){
 .admin-bar .sticky_gates {
    top: 205px;
    bottom: auto;
}
}

@media only screen and (max-width: 1024px) {
  body.menu_level_1.admin-bar #menu {
    top: 85px; } }

@media only screen and (min-width: 1024px) {
  .admin-bar #menu {
    top: 31px; }
  .admin-bar .site_menu ul.dropdown-menu {
    top: 90px;
    margin-top: 0; } 


  .admin-bar .woocommerce-error, .admin-bar .woocommerce-info,.admin-bar .woocommerce-message,.admin-bar a.added_to_cart.wc-forward {
    top: 97px;
 
    padding: 0px;
        animation-name: slide_down_admin;
}





@keyframes slide_down_admin {
  0% {
    top: 0px; }
  100% {
    top: 97px; } }

  }

h1.page_title {
  font-size: 36px;
  margin-bottom: 0; }

.content a,.author_text a {
position: relative;
display: inline-block;}
  .content a:after,.author_text a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    height: 5px;
    background: rgba(126, 172, 116, 0.4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .content a:hover {
    color: inherit; }
    .content a:hover:after {
      background: rgba(126, 172, 116, 0.7);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.content .product_list {
  margin: 40px 0px; }
  .content .product_list a:after {
    display: none; }

.wp-block-image figcaption {
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  margin-top: 12px;
  margin-bottom: 30px; }

figcaption.wp-caption-text {
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  margin-top: 12px;
  margin-bottom: 30px; }

.slick-dots {
  bottom: 10px; }

.top_slider .slick-dots, .store_slider .slick-dots, .top_carusel .slick-dots {
  text-align: right; }

.slick-dots li button:before {
  border: 1px solid white;
  opacity: 1 !important;
  font-size: 10px;
  line-height: 11px;
  width: 10px;
  height: 10px;
  content: '' !important;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.slick-dots .slick-active button:before {
  background: white;
  opacity: 1 !important; }

figure.wp-caption.alignnone {
  margin: 20px auto !important;
  width: 100% !important; }

#comments_temp {
  margin-top: 45px; }
  #comments_temp h3.respond-title {
    font-family: 'OpenSansHebrew-Bold'; }
  #comments_temp input, #comments_temp textarea {
    border: 1px solid #E4E4E4;
    padding: 20px;
    margin-bottom: 15px;
    background: white; }
  #comments_temp input {
    height: 58px; }
  #comments_temp input#submit {
    margin: 0;
    padding: 0;
    height: 58px;
    background: black;
    color: white;
    font-size: 18px;
    border: 0; }
  #comments_temp ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black; }
  #comments_temp ::-moz-placeholder {
    /* Firefox 19+ */
    color: black; }
  #comments_temp :-ms-input-placeholder {
    /* IE 10+ */
    color: black; }
  #comments_temp :-moz-placeholder {
    /* Firefox 18- */
    color: black; }
  #comments_temp p.comment-notes {
    margin-bottom: 10px; }

ol.comment-list {
  list-style: none;
  background-color: #f5f0f0;
  padding: 25px 25px;
  margin-bottom: 25px; }
  ol.comment-list li.comment.depth-1 {
    border-bottom: 1px solid #E4E4E4; }
  ol.comment-list > li {
    margin-bottom: 20px; }

ol.children {
  padding-right: 15px;
  list-style: none; }

h2.comments-title {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.comment-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .comment-meta .comment-author.vcard span.says {
    display: none; }
  .comment-meta .comment-author.vcard b.fn {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold; }

.comment-content {
  margin-top: 10px; }

.reply {
  text-align: left;
  padding-bottom: 10px; }

a.comment-reply-link {
  position: relative;
  padding-right: 5px; }

a.comment-reply-link:before {
  content: '';
  position: absolute;
  background-image: url(/unicorn/images/comment_arrow.svg);
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  transform: translate(100%, 0);
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

p.comment-form-email {
  display: none; }
  p.comment-form-email.display_it {
    display: block; }

p.comment-form-author {
  display: none; }
  p.comment-form-author.display_it {
    display: block; }

form#commentform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  form#commentform p {
    flex-basis: 100%; }
  @media only screen and (min-width: 767px) {
    form#commentform p.comment-form-author {
      flex-basis: 32%; }
    form#commentform p.comment-form-email {
      flex-basis: 32%; }
    form#commentform p.form-submit {
      flex-basis: 32%; } }

.woocommerce-cart div#page_content {
  padding-top: 140px; }

.woocommerce-checkout .woocommerce #payment #place_order, 
.woocommerce-cart a.checkout-button.button.alt.wc-forward{
    color:white;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
  font-family: WooCommerce;
  content: '\e017';
  margin-right: .53em;
  vertical-align: bottom;
  display: none !important; }

.parallex_help {
  position: relative;
  background: white;
  padding-top: 40px; }

.parallex_bg .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0; }

.parallex_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  z-index: 2; }
  .parallex_overlay.fixed_opacity {
    opacity: 0.5 !important; }

.parallex_bg {
  overflow: hidden; }

img.parallex_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

@media (min-width: 1200px) {
  .parallex_help {
    padding-top: 70px; } }

body.admin-bar.single-product .added_tocart.success {
  top: 86px; }

@media (min-width: 1024px) {
  body.admin-bar.single-product .added_tocart.success {
    top: 96px; } }
.page-template-default #page_content {
  padding-top: 100px; }

.grecaptcha-badge {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
button.menu_toggle {
  z-index: 10;
  position: absolute;
  right: 2px;
    top: 0;
    bottom: 0;
  background: transparent;
  border: 0; }
  @media only screen and (min-width: 1024px) {
    button.menu_toggle {
      display: none; } }
  button.menu_toggle span.icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 0;
    background: black;
    margin: 4px 0px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }

img.menu_item_icon {
  margin-left: 25px;
  max-width: 30px; }
  @media only screen and (min-width: 1024px) {
    img.menu_item_icon {
      margin-left: 0px;
      max-width: 100%; } }


      .site_menu li a svg {
margin-left: 25px;
    max-width: 30px;
    height: auto;
    vertical-align: middle; }
  @media only screen and (min-width: 1024px) {
    .site_menu li a svg {
      margin-left: 0px;
      max-width: 100%; } }


     

.dropdown-toggle::after {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: rotate(90deg) translate(-25%, 0);
  margin: 0; }
  @media only screen and (min-width: 1024px) {
    .dropdown-toggle::after {
      display: none; } }

div#menu {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  top: -100%;
  padding-top: 50px;
  padding-bottom: 85px;
  background: white;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 1024px) {
    div#menu {
      position: fixed;
      top: -1px;
      right: auto;
      left: 95px;
      bottom: auto;
      height: auto;
      padding-top: 0;
      padding-bottom: 0px;
      overflow-y: hidden;
      overflow-x: hidden; } }
  div#menu .close_drop_down {
    position: absolute;
    right: -100%;
    top: 24px;
    min-width: 90px;
    padding-right: 30px;
    text-align: right;
    z-index: 9999;
    font-size: 20px;
    background-image: url(/unicorn/images/arrow_right.jpg);
    background-repeat: no-repeat;
    background-position: 100% 11px;
    background-size: 22%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media only screen and (min-width: 1024px) {
      div#menu .close_drop_down {
        display: none; } }
     @media only screen and (min-width: 1024px){
.site_menu li {
    padding: 0px 8px;
}   
}


     @media only screen and (min-width: 1100px){
.site_menu li {
    padding: 0px 10px;
}   
}

.site_menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .site_menu li {
    text-align: right;
    line-height: 60px;
    border-bottom: 1px solid #E4E4E4;
    padding: 0px 30px;
    font-size: 20px; }
    .site_menu li.current_page_item a span:after, .site_menu li.current-menu-parent a span:after {
      background: rgba(126, 172, 116, 0.4);
      opacity: 1;
      width: 100%;
      left: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .site_menu li a {
      display: block; }
      .site_menu li a span {
        position: relative; }
        .site_menu li a span:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          top: auto;
          width: 0px;
          height: 2px;
          background: rgba(126, 172, 116, 0.4);
          opacity: 0;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .site_menu li:hover a span:after {
      background: rgba(126, 172, 116, 0.4);
      opacity: 1;
      width: 100%;
      left: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .site_menu li:last-child {
      border-bottom: 0; }
    .site_menu li.newsletter {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 1023px) {
        .site_menu li.newsletter {
          position: fixed;
          bottom: 0;
          left: 0;
          margin: 0;
          padding: 0;
          border: 0;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease;
          transition: all 0.7s ease; } }
      .site_menu li.newsletter:hover a, .site_menu li.newsletter:active a, .site_menu li.newsletter:focus a {
        background: #ab370c;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .site_menu li.newsletter:hover a span:after, .site_menu li.newsletter:active a span:after, .site_menu li.newsletter:focus a span:after {
          background: none; }
      .site_menu li.newsletter a {
        color: white;
        background: #CC4411;
        text-align: center;
        height: 30px;
        line-height: 30px;
        width: 65px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media only screen and (max-width: 1023px) {
          .site_menu li.newsletter a {
            height: 46px;
            line-height: 46px;
            width: 100px; } }
        @media only screen and (min-width: 1200px) {
          .site_menu li.newsletter a {
    height: 46px;
    line-height: 46px;
    width: 110px;
        font-size: 14px; } }
        @media only screen and (min-width: 1400px) {
          .site_menu li.newsletter a {
            font-size: 18px;
            line-height: 35px;
            height: 36px; } }
    .site_menu li.contact_trigger a {
      pointer-events: none; }
      .site_menu li.contact_trigger a span:after {
        display: none; }
    @media only screen and (min-width: 1024px) {
      .site_menu li {
        padding: 0px 8px;
        border-bottom: 0;
        font-size: 15px;
        line-height: 64.5px; }
        .site_menu li.en_menu_item {
          border-right: 1px solid #E4E4E4;
          border-left: 1px solid #E4E4E4;
          margin-left: 1px;
          margin-right: 15px;
          min-width: 70px;
          text-align: center; } }
    @media only screen and (min-width: 1024px) and (min-width: 1300px) {
      .site_menu li.en_menu_item {
        margin-right: 10px; } }
    @media only screen and (min-width: 1024px) {
        .site_menu li.contact_trigger {
          color: transparent;
          font-size: 0;
          cursor: pointer;
          margin-left: 1px;
          width: 64px;
          background-image: url(/unicorn/images/contant_trig.svg);
          background-repeat: no-repeat;
          background-position: center; }
          .site_menu li.contact_trigger a {
            pointer-events: none; }
            .site_menu li.contact_trigger a span:after {
              display: none; } }
    @media only screen and (min-width: 1024px) and (min-width: 1024px) {
      .site_menu li.contact_trigger.mobile_contact_trigger {
        display: none; } }
    @media only screen and (min-width: 1024px) {
        .site_menu li.login_item {
          color: transparent;
          font-size: 0;
          cursor: pointer;
          margin-left: 1px;
          width: 64px;
          background-image: url(/unicorn/images/user_login.svg);
          background-repeat: no-repeat;
          background-position: center; }
          .site_menu li.login_item a {
            pointer-events: none; }
            .site_menu li.login_item a span:after {
              display: none; } }

    @media only screen and (min-width: 1200px) {
      .site_menu li {
        padding: 0px 15px;
        border-bottom: 0;
        font-size: 16px; } }
    @media only screen and (min-width: 1400px) {
      .site_menu li {
        font-size: 20px;
          padding: 0px 15px;
        letter-spacing: 1.18px; } }

            @media only screen and (min-width: 1600px) {
      .site_menu li {
          padding: 0px 25px; } }
  .site_menu ul.dropdown-menu {
    position: fixed;
    display: block;
    right: -100%;
    top: 39px;
    padding: 0;
    padding-bottom: 80px;
    padding-top: 50px;
    margin: 0;
    border-radius: 0;
    width: 100%;
    border: 0;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease; }
    .site_menu ul.dropdown-menu .title_wrap:after {
      bottom: -8px;
      opacity: 0; }
    @media only screen and (min-width: 1024px) {
      .site_menu ul.dropdown-menu {
        top: 65px;
        right: 0;
        border-bottom: 1px solid transparent;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        padding: 0px 60px;
        height: 0px;
        overflow: hidden;
        overflow-y: hidden;
        transition: height .3s ease; } }
  @media only screen and (min-width: 1024px) and (min-width: 1500px) {
    .site_menu ul.dropdown-menu {
      padding: 0px 80px; } }
    @media only screen and (min-width: 1024px) {
        .site_menu ul.dropdown-menu li {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          .site_menu ul.dropdown-menu li a {
            opacity: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-flow: column;
            align-items: center;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          .site_menu ul.dropdown-menu li .title_wrap {
            font-size: 15px;
            line-height: 12px;
            padding: 7px 13px 10px;
            border-radius: 16px;
            margin-top: 18px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; } }
      @media only screen and (min-width: 1024px) and (min-width: 1024px) {
        .site_menu ul.dropdown-menu li .title_wrap {
          margin-top: 0px;
          padding: 0;
          letter-spacing: 0.3px; } }
      @media only screen and (min-width: 1024px) and (min-width: 1200px) {
        .site_menu ul.dropdown-menu li .title_wrap {
          font-size: 15px; } }
      @media only screen and (min-width: 1024px) and (min-width: 1500px) {
        .site_menu ul.dropdown-menu li .title_wrap {
          font-size: 18px; } }
    @media only screen and (min-width: 1024px) {
          .site_menu ul.dropdown-menu li:hover .title_wrap {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .site_menu ul.dropdown-menu li:hover .title_wrap:after {
              background: rgba(126, 172, 116, 0.4);
              opacity: 1;
              width: 100%;
              left: 0;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; } }
  @media only screen and (min-width: 1024px) {
    .site_menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }

body.menu_level_1 #menu {
  top: 39px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

body.menu_level_1 .site_menu ul.dropdown-menu {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  box-shadow: 1px 1px 0px 0px #e5e5e5; }

body.menu_level_1 .site_menu li.newsletter {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }

@media only screen and (min-width: 1024px) {
  .site_menu ul.dropdown-menu {
    top: 44px;
    height: auto;
    margin-top: 20px;
       max-width: 355px;
    overflow: visible;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 20px;
    padding-top: 25px;
     padding-bottom: 10px;
    box-shadow: none;
    visibility: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: none;
    opacity: 0;

    box-shadow: 0px 3px 18px 4px #0000000a;
    border-bottom: 0;

        display: block;
    column-count: 2;
     }

@media only screen and (min-width: 1500px) {
  .site_menu ul.dropdown-menu {
   max-width: 410px;
}
}

    .site_menu ul.dropdown-menu li {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
    text-align: right;
        break-inside: avoid-column; }
      .site_menu ul.dropdown-menu li .menu_item_icon {
        display: none; } 

         .site_menu ul.dropdown-menu li a svg {
        display: none; }
      }



body.menu_level_2 .site_menu ul.dropdown-menu {
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media only screen and (min-width: 1024px) {
    body.menu_level_2 .site_menu ul.dropdown-menu {
      visibility: visible;
      opacity: 1; }
      body.menu_level_2 .site_menu ul.dropdown-menu li a {
        opacity: 1;
        -webkit-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        transition: opacity 1s ease; } }
  body.menu_level_2 .site_menu ul.dropdown-menu:after {
    position: absolute;
    right: 20px;
    top: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff; }

body.menu_level_2 #menu .close_drop_down {
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; }

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  div#menu {
    left: 95px; }
  header#header .cart {
    width: 25px !important;
    padding-right: 0px !important;
    padding-left: 15px !important; }
    header#header .cart .counter {
      right: -5px; }
  .site_menu li.login_item {
    width: 35px; }
  .site_menu li.contact_trigger {
    width: 35px;
    margin-right: 0px; }
  .site_menu li.en_menu_item {
    margin-right: 0px;
    min-width: 25px; } }
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
 .site_menu li.contact_trigger {
    width: 35px;
    margin-right: 10px; }
  }

header#header {
  position: fixed;
  left: 0;
  right: 0;
  background: #ffffff;
  text-align: center;
  height: 40px;
  border-bottom: 1px solid #d6d6d6ad;
  z-index: 10; }
  header#header .header_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: white;
    border-bottom: 1px solid #e4e4e4;
    z-index: 2; }
    @media only screen and (min-width: 1024px) {
      header#header .header_bg {
        display: none; } }
  @media only screen and (min-width: 1024px) {
    header#header {
      height: 64.5px;
      border-bottom: 1px solid #d6d6d6ad; } }
  header#header .cart {
position: absolute;
    left: 8px;
    top: 50%;
    z-index: 10;
    transform: translate(0, -50%);
    width: 60px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    background: #CC4411;
    box-sizing: content-box;
    border-radius: 14px; }
     header#header .cart a{
      display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
     }
    @media only screen and (min-width: 1024px) {
      header#header .cart {

    width: 70px!important;
    height: 35px;
    border-radius: 17.5px;
    padding: 0 5px!important;


} }

img.menu_bg {
  position: fixed;
  right: 0;
  z-index: 2; }
  @media only screen and (min-width: 1024px) {
    img.menu_bg {
      display: none; } }

.logo {
  position: fixed;
  right: 0;
  z-index: 9; }
  .logo img {
    min-height: 64px; }
  @media only screen and (min-width: 1024px) {
    .logo {
      display: none; } }

@media only screen and (min-width: 1024px) {
  .logo_desk {
    position: absolute;
    right: -1px;
    bottom: auto;
    z-index: 9;
    display: block !important; }
    .logo_desk img {
      height: 96.45px;
      width: auto; } }

.counter {

    background: black;
  color: white;
  border-radius: 50px;
  font-size: 9px;
  line-height: 15px;
  width: 14px;
  height: 15px;
  text-align: center; }

/*footer.site-footer{


    padding: 30px 5px;
    margin-top: 50px;

	@media only screen and (min-width: 1100px) {
	  padding: 38px 5px 65px;
	}

	.social {
	    @include flexbox();
	    justify-content: space-evenly;
	 //   -webkit-justify-content: space-evenly;
	      &:before,
		  &:after {
		    content: '';
		    display: block;
		  }
			    margin: 20px 0px 25px;
	}


	.credit p {
	    margin: 0;
	    line-height: 30px;
	}

	.footer_site_menu {

		padding: 0;
		margin: 0;
		list-style: none;

	}

	  @media only screen and (min-width: 767px) {
		.container{

			  	 @include flexbox();
			  	 justify-content: space-between;
		}
		.left_block {
		   @include flexbox();
			justify-content: space-between;
			order: 3;
		}

		.footer_text {
		    flex-basis: 30%;
		}

		.form_wrap {
		    flex-basis: 60%;
		}

		.cred_social_wrap {
		    order: 1;
		    flex-basis: 50%;
		    padding: 0px 25px;
		}

		.social {
		    margin-top: 0!important;
		}

	  }


	  .cred_social_wrap {

		.credit.desk_ver{
			@media only screen and (max-width: 1023px) {
				display: none;
			}
			
		}

	}

	  @media only screen and (min-width: 1024px) {

		.footer_menu {
		    display: block!important;
		    order: 2;
		    flex-basis: 25%;
		    border-right: 1px solid rgba(255,255,255,0.27);
		    border-left: 1px solid rgba(255,255,255,0.27);
		    padding: 0px 30px;
		    max-width: 140px;
		    max-height: 150px;
		}
		.social{

			    margin-bottom: 30px;

		}
		.cred_social_wrap {
	
		    flex-basis: 20%;
		    width: 420px;

		    img.social_icon {
			    margin-left: 25px;
			}

		    * {
			    text-align: right!important;
			    justify-content: right;
			}



		}
		.left_block{
			  flex-basis: 70%;
			  padding-right: 0px;
		}

		.footer_text {
		    flex-basis: 30%;
		    margin-right: 25px;
		    * {
			    font-size: 14px;
			    font-weight: normal!important;
			    font-family: "Open Sans Hebrew";
			    letter-spacing: 0.8px;
			    line-height: 19px;
			}

			h3 {
			    margin-bottom: 25px;
			    font-size: 16px;
			}



		}

		.credit{

			p:first-child {
			  display: none;
			}

			&.desk_ver {

				p{
				   margin-bottom: 35px;


				   	&:first-child {
					    display: block;
					}

				    &:last-child {
					    display: none;
					}
				}
			}

		}


	}



}*/
.site-footer {
  margin-top: 70px;
  padding-bottom: 40px; }
  .site-footer img.menu_item_icon {
    display: none; }
  @media only screen and (min-width: 768px) {
    .site-footer .credit {
      margin-top: 30px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; } }
  .site-footer .container {
    max-width: 1100px; }
  .site-footer .social {
    padding: 40px 85px 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .site-footer .social {
        padding: 40px 0px 55px;
        max-width: 380px;
        margin: 0 auto; } }
  .site-footer .credit p {
    font-size: 14px;
    line-height: 1; }
  .site-footer .credit p:last-child {
    margin-bottom: 0; }
  .site-footer .footer_desk_col h3.col_title {
    font-family: 'OpenSansHebrew-Regular';
    font-size: 18px;
    margin-bottom: 30px; }
  @media only screen and (min-width: 1024px) {
    .site-footer .footer_desk_col {
      display: block !important; } }
  .site-footer .footer_desk_col .c_icons {
    margin-bottom: 50px; }
    .site-footer .footer_desk_col .c_icons .line {
      margin-bottom: 30px;
      cursor: pointer; }
      .site-footer .footer_desk_col .c_icons .line:last-child {
        margin-bottom: 0; }
      .site-footer .footer_desk_col .c_icons .line img {
        margin-left: 15px; }
  .site-footer .footer_desk_col.footer_menu {
    border-right: 1px solid rgba(255, 255, 255, 0.27);
    padding-right: 40px; }
  .site-footer .footer_site_menu {
    list-style: none;
    padding: 0;
    margin: 0; }
  @media only screen and (min-width: 1024px) {
    .site-footer .desk_cols {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      width: 80%;
      max-width: 950px;
      margin: 0 auto; } }

.newsletter_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 10;
  padding: 20px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 1024px) {
    .newsletter_modal {
      top: 100px;
      left: 50%;
      right: auto;
      bottom: auto;
      height: auto;
      overflow: hidden;
      width: 515px;
      transform: translateX(-50%);
      border: 1px dashed black; } }
  .newsletter_modal h3.newsletter_heading {
    color: #CC4411;
    font-size: 40px;
    margin-bottom: 0px; }
  .newsletter_modal img.close_it {
    max-width: 25px;
    cursor: pointer;
    position: absolute;
    right: auto;
    left: 20px;
    z-index: 2; }
  .newsletter_modal.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .newsletter_modal ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999; }
  .newsletter_modal ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999; }
  .newsletter_modal :-ms-input-placeholder {
    /* IE 10+ */
    color: #999; }
  .newsletter_modal :-moz-placeholder {
    /* Firefox 18- */
    color: #999; }
  .newsletter_modal form input[type=text], .newsletter_modal form input[type=textarea], .newsletter_modal form input[type=email], .newsletter_modal form input[type=tel] {
    border-bottom: 1px solid #000000; 
  }
  .newsletter_modal form input[type=submit] {
    color: white;
    background-color: #1a0b0b;
    height: 49px;
    font-size: 18px; }
  .newsletter_modal form p {
    font-size: 18px; }

.contact_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 10;
  padding: 20px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .contact_modal .modal_text {
    color: #999;
    font-size: 16px;
    margin-top: 10px;
    min-width: 220px; }
  @media only screen and (min-width: 1024px) {
    .contact_modal {
      padding: 20px 60px 45px 30px;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      height: auto;
      overflow: hidden;
      width: 760px;
      border: 1px dashed black;
      transform: translate(-50%, -50%); }
      .contact_modal .wrap_help {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between; }
        .contact_modal .wrap_help .form_wr {
          flex-basis: 100%; }
      .contact_modal textarea {
        max-height: 71px;
        border: 0;
        border-bottom: 1px solid; } }
  .contact_modal h3.newsletter_heading {
    color: #CC4411;
    font-size: 40px;
    margin-bottom: 0px; }
  .contact_modal img.close_it {
    max-width: 25px;
    cursor: pointer;
    position: absolute;
    right: auto;
    left: 20px;
    top: 20px;
    z-index: 2; }
  .contact_modal.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .contact_modal ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999; }
  .contact_modal ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999; }
  .contact_modal :-ms-input-placeholder {
    /* IE 10+ */
    color: #999; }
  .contact_modal :-moz-placeholder {
    /* Firefox 18- */
    color: #999; }
  .contact_modal form input[type=text], .contact_modal form input[type=textarea], .contact_modal form input[type=email], .contact_modal form input[type=tel] {
    border-bottom: 1px solid #000000; }
  .contact_modal form input[type=submit] {
    color: white;
    background-color: #1a0b0b;
    height: 49px;
    font-size: 18px; }
  .contact_modal form p {
    font-size: 18px; }

div.login_trigger {
  position: fixed;
  top: 70px;
  left: 18px;
  border: 1px dashed black;
  background: white;
  padding: 8px 15px;
  transform: rotate(90deg);
  transform-origin: left;
  cursor: pointer;
  color: #CC4411; }
  @media only screen and (min-width: 1024px) {
    div.login_trigger {
      top: 200px; } }
  div.login_trigger img.login_icon {
    transform: rotate(-90deg);
    transform-origin: center;
    margin-left: 5px; }
  div.login_trigger a.disconnect {
    color: #9e9e9e; }

.lrm-user-modal.is-visible {
  display: none; }

.custom_login {
  position: fixed;
  z-index: 99; }
  .custom_login .lrm-switch-to--login:before, .custom_login .lrm-switch-to-link:before {
    display: none; }
  .custom_login .lrm-user-modal-container {
    background: rgba(255, 255, 255, 0.97); }
    @media only screen and (min-width: 768px) {
      .custom_login .lrm-user-modal-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important; } }
  .custom_login .lrm-form-message {
    text-align: right !important; }
  .custom_login ul.lrm-switcher {
    max-width: 205px;
    margin: 0px auto 0px !important;
    display: block !important; }
  .custom_login p.lrm-form-bottom-message a {
    color: #999999 !important;
    text-decoration: underline !important; }
  .custom_login p.lrm-form-bottom-message {
    position: relative;
    bottom: auto;
    text-align: right;
    line-height: 1; }
  .custom_login .lrm-user-modal {
    background: white; }
    @media only screen and (min-width: 768px) {
      .custom_login .lrm-user-modal {
        background: rgba(255, 255, 255, 0.7); } }
  .custom_login .lrm-user-modal.is-visible {
    display: block; }
  .custom_login ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999; }
  .custom_login ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999; }
  .custom_login :-ms-input-placeholder {
    /* IE 10+ */
    color: #999; }
  .custom_login :-moz-placeholder {
    /* Firefox 18- */
    color: #999; }
  .custom_login .lrm-user-modal .lrm-close-form {
    height: 40px;
    right: auto;
    top: 20px;
    left: 20px;
    background: url(/unicorn/images/close_it.svg) no-repeat center center; }
  .custom_login .login_form_wrap {
    padding: 70px 15px 10px; }
    .custom_login .login_form_wrap .lrm-form {
      padding: 0 !important;
      margin: 0; }
    @media only screen and (min-width: 768px) {
      .custom_login .login_form_wrap {
        border: 1px dashed black; } }
    @media only screen and (min-width: 1024px) {
      .custom_login .login_form_wrap {
        padding: 20px 40px 40px; } }
    .custom_login .login_form_wrap input[type=checkbox] {
      margin-left: 10px; }
    .custom_login .login_form_wrap h3 {
      color: #CC4411;
      font-size: 40px;
      margin-top: 25px; }
    .custom_login .login_form_wrap p {
      font-size: 15px;
      line-height: 1.4;
      color: #999; }
    .custom_login .login_form_wrap .lrm-form a.button, .custom_login .login_form_wrap .lrm-form button, .custom_login .login_form_wrap .lrm-form button[type=submit], .custom_login .login_form_wrap .lrm-form #buddypress input[type=submit], .custom_login .login_form_wrap .lrm-form input[type=submit] {
      background: #1a0b0b;
      color: #FFF;
      border-radius: 0;
      line-height: 49px;
      padding: 0px !important;
      font-size: 18px;
      font-weight: normal; }
    .custom_login .login_form_wrap input[type=email], .custom_login .login_form_wrap input[type=password], .custom_login .login_form_wrap input[type=search], .custom_login .login_form_wrap input[type=tel], .custom_login .login_form_wrap input[type=text], .custom_login .login_form_wrap input[type=url], .custom_login .login_form_wrap textarea {
      background-color: transparent;
      color: #000;
      font-weight: 300;
      box-shadow: none;
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid;
      padding-right: 0px !important;
      margin-bottom: 0 !important; }
    .custom_login .login_form_wrap label.image-replace {
      display: none !important; }
    .custom_login .login_form_wrap span.hide-password {
      display: none !important; }
    .custom_login .login_form_wrap ul.lrm-switcher li {
      padding: 0px 10px !important; }
    .custom_login .login_form_wrap .lrm-switcher a {
      height: 35px;
      line-height: 35px;
      background: transparent;
      color: #331111;
      display: inline-block !important;
      border-bottom: 3px solid #88AA99 !important;
      font-family: 'almoni-neue-bold';
      font-size: 22px; }
    .custom_login .login_form_wrap .lrm-switcher.-is-not-login-only a.selected {
      color: #331111;
      border-bottom: 3px solid transparent !important; }

.modal_overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.popup_open .modal_overlay {
  z-index: 9;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.logged-in .site_menu li.login_item {
  display: none; }

.modal_text .facechat_trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .modal_text .facechat_trigger svg {
    margin-left: 10px; }
    .modal_text .facechat_trigger svg path#Facebook_Messenger {
      fill: #afafaf; }

form {
  position: relative; }
  form p {
    margin: 0; }
  form input[type=text], form input[type=textarea], form input[type=email], form input[type=tel] {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
    height: 50px; 
      direction: rtl!important;}
  form input[type=submit] {
    width: 100%;
    background-color: #e4dede;
    color: #CC4411;
    border: 0;
    height: 39px;
    font-size: 16px;
    margin-top: 20px; }
  form textarea {
    width: 100%; }
  form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white; }
  form ::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  form :-ms-input-placeholder {
    /* IE 10+ */
    color: white; }
  form :-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  form input.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: red;
    margin-bottom: 0; }
  form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 0;
    border: 0;
    padding: 0; }
  form .ajax-loader {
    position: absolute;
    bottom: -20px;
    right: 0; }
  form span.wpcf7-not-valid-tip {
    display: inline-block; }

.comment-form textarea {
  height: 150px; }

.woocommerce form#searchform, .page-template-page-storefront form#searchform {
  position: static; }
  @media only screen and (min-width: 767px) {
    .woocommerce form#searchform, .page-template-page-storefront form#searchform {
      position: relative;
      display: block !important; } }
  .woocommerce form#searchform ::-webkit-input-placeholder, .page-template-page-storefront form#searchform ::-webkit-input-placeholder {
    /* Edge */
    color: black; }
  .woocommerce form#searchform :-ms-input-placeholder, .page-template-page-storefront form#searchform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black; }
  .woocommerce form#searchform ::placeholder, .page-template-page-storefront form#searchform ::placeholder {
    color: black; }

.woocommerce .search_col, .page-template-page-storefront .search_col {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .woocommerce .search_col, .page-template-page-storefront .search_col {
      padding-left: 30px; } }
  .woocommerce .search_col img.magnify, .page-template-page-storefront .search_col img.magnify {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2; }
    .woocommerce .search_col img.magnify.mobile_search_open, .page-template-page-storefront .search_col img.magnify.mobile_search_open {
      right: auto;
      left: 15px;
      z-index: 1; }
    @media only screen and (min-width: 767px) {
      .woocommerce .search_col img.magnify, .page-template-page-storefront .search_col img.magnify {
        display: none; } }
  .woocommerce .search_col input.search_input_products, .page-template-page-storefront .search_col input.search_input_products {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    height: 44px;
    padding: 0px 20px;
    border-radius: 50px;
    border: 1px solid #E4E4E4; }
    @media only screen and (min-width: 767px) {
      .woocommerce .search_col input.search_input_products, .page-template-page-storefront .search_col input.search_input_products {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 20px;
        transform: none; } }
  .woocommerce .search_col input.search_submit, .page-template-page-storefront .search_col input.search_submit {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    border: 0;
    padding: 0px 20px;
    background: transparent;
    color: transparent;
    z-index: 2;
    width: auto;
    margin: 0; }
    @media only screen and (min-width: 767px) {
      .woocommerce .search_col input.search_submit, .page-template-page-storefront .search_col input.search_submit {
        padding: 0px 20px 0px 5px;
        background-image: url(/unicorn/images/search.svg);
        background-repeat: no-repeat;
        background-position: center; } }

div#post_list {
  opacity: 1;
  padding: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  @media (min-width: 767px) {
    div#post_list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; } }
  div#post_list.fadeOut {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  div#post_list .blog_post {
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative; }
    div#post_list .blog_post a.perma_link {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 0;
      bottom: 0; }
    @media (min-width: 576px) {
      div#post_list .blog_post {
        padding-bottom: 30px; } }
    @media (min-width: 767px) {
      div#post_list .blog_post {
        flex-basis: 50%;
        padding: 0 10px 20px; } }
    @media (min-width: 1200px) {
      div#post_list .blog_post {
        flex-basis: 33.333%; } }
    @media (min-width: 1700px) {
      div#post_list .blog_post {
        flex-basis: 25%;
        padding: 0 25px 20px;
        margin-bottom: 80px; } }
    div#post_list .blog_post .bottom_border {
      border-bottom: 1px solid #E4E4E4;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      @media (min-width: 767px) {
        div#post_list .blog_post .bottom_border {
          margin: 0px 10px; } }
      @media (min-width: 1700px) {
        div#post_list .blog_post .bottom_border {
          margin: 0px 25px; } }
    div#post_list .blog_post .post_img {
      height: 235px;
      background-position: center;
      background-size: cover;
      background-color: #afaeae;
      position: relative; }
         div#post_list .blog_post .post_img img {
              opacity: 0;
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              width: 100%;
         }
    div#post_list .blog_post h2.post_title {
      font-size: 24px;
      margin: 15px 0px 0px;
      color: black;
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }
    div#post_list .blog_post h3.post_author {
      font-size: 17px;
      font-family: 'OpenSansHebrew-Regular';
      margin: 0px 0px 10px;
      color: rgba(0, 0, 0, 0.4); }
    div#post_list .blog_post .excerpt {
      font-size: 17px;
      letter-spacing: 0.9px;
      line-height: 22px;
      height: 90px;
      overflow: hidden; }
    div#post_list .blog_post .post_cat_list {
      color: rgba(0, 0, 0, 0.4);
      font-size: 13px;
      letter-spacing: 0.36px;
      line-height: 18px;
      margin-bottom: 30px;
      margin-top: 15px; }
    div#post_list .blog_post .post_footer {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 18px;
      position: absolute;
      bottom: 10px;
      left: 20px;
      right: 20px; }
      @media (min-width: 576px) {
        div#post_list .blog_post .post_footer {
          left: 0px;
          right: 0px;
          bottom: 20px; } }
      @media (min-width: 767px) {
        div#post_list .blog_post .post_footer {
          left: 10px;
          right: 10px;
          bottom: 10px; } }
      @media (min-width: 1700px) {
        div#post_list .blog_post .post_footer {
          left: 25px;
          right: 25px; } }
    div#post_list .blog_post .padd {
      padding: 0px 20px; }
      @media (min-width: 576px) {
        div#post_list .blog_post .padd {
          padding: 0px 0px; } }
    div#post_list .blog_post a.post_link img {
      width: 18px;
      margin-right: 10px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    div#post_list .blog_post span.content_type {
      width: 24px; }
    div#post_list .blog_post:hover h2.post_title {
      color: #CC4411;
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }
    div#post_list .blog_post:hover a.post_link img {
      margin-right: 20px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  @media (max-width: 768px) {
    div#post_list.mobile_view2 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      margin: 0px 0px 0px -15px; }
      div#post_list.mobile_view2 .blog_post {
        min-width: 305px;
        margin-left: 20px; }
        div#post_list.mobile_view2 .blog_post .excerpt {
          font-size: 15px;
          line-height: 20px;
          height: 66px;
          overflow: hidden; }
        div#post_list.mobile_view2 .blog_post .padd {
          padding: 0px 0px; }
        div#post_list.mobile_view2 .blog_post .post_footer {
          left: 0px;
          right: 0px; }
        div#post_list.mobile_view2 .blog_post:last-child:after {
          content: '';
          position: absolute;
          left: 0;
          margin-left: -15px;
          width: 15px;
          height: 1px; } }

.blog_categorys {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-y: scroll;
  margin: 35px auto;
  padding-right: 0; }
  @media (min-width: 767px) {
    .blog_categorys {
      justify-content: space-around;
      overflow-y: hidden; } }
  @media (min-width: 1400px) {
    .blog_categorys {
      margin: 60px auto 45px; } }
  .blog_categorys .blog_category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-width: 23%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
    @media (min-width: 992px) {
      .blog_categorys .blog_category {
        min-width: 90px; } }
    .blog_categorys .blog_category .cat_icon {
      margin-bottom: 0px;
      height: 45px; }
      @media (min-width: 1200px) {
        .blog_categorys .blog_category .cat_icon {
          margin-bottom: 20px; } }
    .blog_categorys .blog_category .cat_name {
      background: white;
      font-size: 14px;
      line-height: 16px;
      padding: 9px 13px 10px;
      border-radius: 16px;
      margin-top: 18px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (min-width: 1200px) {
        .blog_categorys .blog_category .cat_name {
          line-height: 13px;
          font-size: 18px; } }
    .blog_categorys .blog_category.active, .blog_categorys .blog_category:hover {
      color: rgba(126, 172, 116, 0.4);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (min-width: 1024px) {
        .blog_categorys .blog_category.active, .blog_categorys .blog_category:hover {
          color: inherit; }
          .blog_categorys .blog_category.active .cat_name, .blog_categorys .blog_category:hover .cat_name {
            background-color: rgba(126, 172, 116, 0.4) !important; } }

.page-template-page-blog div#page_content, .category div#page_content {
  padding-top: 85px; }
  @media (min-width: 1023px) {
    .page-template-page-blog div#page_content, .category div#page_content {
      padding-top: 130px; } }
  @media (min-width: 1023px) {
    .page-template-page-blog div#page_content, .category div#page_content {
      padding-top: 150px; } }
  @media (min-width: 1700px) {
    .page-template-page-blog div#page_content, .category div#page_content {
      padding-top: 160px; } }

span.align_help.copy_click {
  cursor: pointer; }

.single-post div#page_content {
  padding-top: 40px; }
  @media (min-width: 1024px) {
    .single-post div#page_content {
      padding-top: 150px; } }

@media (max-width: 992px) {
  .single-post .single_post_con {
    max-width: 100%; } }

.single-post .content .product_list .product {
  margin-bottom: 20px; }
  @media (min-width: 500px) {
    .single-post .content .product_list .product {
      border-top: 1px solid #E4E4E4;
      margin-bottom: 0px; } }
  @media (min-width: 1600px) {
    .single-post .content .product_list .product {
      flex-basis: 33.3333% !important; } }

@media (min-width: 1300px) {
  .single-post .content {
    position: relative; } }

.single-post .content blockquote.wp-block-quote {
  padding: 15px 20px;
  font-style: italic; }
  @media (min-width: 1024px) {
    .single-post .content blockquote.wp-block-quote {
      padding: 20px 40px; } }
  .single-post .content blockquote.wp-block-quote cite {
    display: block;
    text-align: left;
    font-size: 14px;
    font-style: initial; }
    @media (min-width: 1024px) {
      .single-post .content blockquote.wp-block-quote cite {
        font-size: 18px; } }

.single-post .content blockquote.wp-block-quote.is-style-large {
  font-size: 20px;
  color: #999;
  padding-right: 20px;
  line-height: 34px;
  font-style: italic;
  margin: 30px 0px; }
  @media (min-width: 1300px) {
    .single-post .content blockquote.wp-block-quote.is-style-large {
      position: absolute;
      right: 0;
      padding-right: 0;
      max-width: 160px;
      font-size: 15px;
      line-height: 23px;
      margin: 0 auto;
      padding-left: 26px;
      transform: translate(100%, 0%); } }
  @media (min-width: 1300px) and (min-width: 1500px) {
    .single-post .content blockquote.wp-block-quote.is-style-large {
      max-width: 160px; } }
  @media (min-width: 1300px) and (min-width: 1600px) {
    .single-post .content blockquote.wp-block-quote.is-style-large {
      max-width: 200px; } }
  @media (min-width: 1300px) and (min-width: 1800px) {
    .single-post .content blockquote.wp-block-quote.is-style-large {
      max-width: 245px;
      font-size: 26px;
      padding-left: 0px;
      transform: translate(300px, 0%); } }

.single-post .post_top h1.post_title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1; }

.single-post .post_top h2.post_sub_title {
  font-size: 20px;
  line-height: 28px;
  font-family: 'OpenSansHebrew-Bold';
  margin-bottom: 20px; }

.single-post .post_top .post_img {
  height: 240px;
  background-size: cover;
  background-position: center;
  margin: 0 -15px;
  background-color: #d6d6d6; }
  @media (min-width: 600px) {
    .single-post .post_top .post_img {
      height: 350px; } }
  @media (min-width: 600px) {
    .single-post .post_top .post_img {
      height: 500px; } }
  @media (min-width: 1024px) {
    .single-post .post_top .post_img {
      margin: 0 auto; } }

.single-post .post_top .img_txt {
  margin-top: 12px;
  margin-bottom: 30px; }

.single-post .post_top .post_cat_list {
  font-size: 13px;
  letter-spacing: 0.36px;
  line-height: 18px;
  margin-bottom: 20px; }

.single-post .post_top .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .single-post .post_top .author .name_date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
  .single-post .post_top .author img.author_pic {
    margin-left: 15px;
    height: 45px; }

.single-post .post_top .social_bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px 12px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  margin-top: 15px;
  margin-bottom: 35px; }
  .single-post .post_top .social_bar .social_icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start; }
    .single-post .post_top .social_bar .social_icons span.icon_with_count {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      height: 40px;
      width: 38px; }
    .single-post .post_top .social_bar .social_icons img {
      margin: 0px 10px;
      vertical-align: baseline;
      height: 17px;
      width: 18px; }
    .single-post .post_top .social_bar .social_icons .time_to_read {
      line-height: 1; }
    .single-post .post_top .social_bar .social_icons span.align_help {
      margin-bottom: 12px;
      padding-bottom: 10px;
      width: 38px;
      text-align: center; }
      @media (min-width: 1024px) {
        .single-post .post_top .social_bar .social_icons span.align_help {
          border-bottom: 1px solid #979797; } }
    .single-post .post_top .social_bar .social_icons .comment_count {
      position: relative; }
      .single-post .post_top .social_bar .social_icons .comment_count span.count {
        position: absolute;
        left: 50%;
        top: -1px;
        transform: translate(-50%, 0%);
        color: white;
        font-size: 8px; }
        .single-post .post_top .social_bar .social_icons .comment_count span.count img {
          height: 25px; }

@media (min-width: 1024px) {
  .single-post .post_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    .single-post .post_top .under_img {
      order: 1;
      position: relative; }
      .single-post .post_top .under_img .title_footer {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 25px; }
        .single-post .post_top .under_img .title_footer .social_bar {
          position: absolute;
          top: 0;
          right: 0;
          transform: translate(100%, 0%);
          flex-direction: column;
          border-top: 0;
          border-bottom: 0;
          margin: 0;
          padding: 0;
          padding-left: 20px; } }
        @media (min-width: 1024px) and (min-width: 1200px) {
          .single-post .post_top .under_img .title_footer .social_bar {
            padding-left: 40px; } }
        @media (min-width: 1024px) and (min-width: 1500px) {
          .single-post .post_top .under_img .title_footer .social_bar {
            padding-left: 80px; } }

@media (min-width: 1024px) {
          .single-post .post_top .under_img .title_footer .social_bar .time_to_read {
            display: none; }
          .single-post .post_top .under_img .title_footer .social_bar .social_icons {
            flex-direction: column-reverse; }
            .single-post .post_top .under_img .title_footer .social_bar .social_icons span.icon_with_count {
              border-bottom: 1px solid #979797;
              margin-bottom: 12px;
              padding-bottom: 10px; }
      .single-post .post_top .under_img .author {
        order: 1;
        min-width: 155px; }
      .single-post .post_top .under_img .post_cat_list {
        order: 3;
        margin-bottom: 5px;
        text-align: left; }
      .single-post .post_top .under_img .time_to_read.desk {
        display: inline-block !important;
        margin-left: 15px; } }
      @media (min-width: 1024px) and (min-width: 1500px) {
        .single-post .post_top .under_img .time_to_read.desk {
          margin-left: 45px; } }

@media (min-width: 1024px) {
    .single-post .post_top .p_img_wrap {
      order: 2; } }

.single-post .post_footer .post_like {
  margin: 40px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .single-post .post_footer .post_like svg {
    margin-left: 15px; }
  .single-post .post_footer .post_like img {
    margin-left: 15px; }

.single-post .post_footer .post_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px 12px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  margin-top: 15px;
  margin-bottom: 25px; }

.single-post .post_footer h3.on_author {
  font-family: 'OpenSansHebrew-Bold';
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.97px;
  line-height: 24px;
  margin-bottom: 0; }

.single-post .post_footer h3.author_nickname {
  color: #1a0b0b;
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 10px;
  font-family: 'OpenSansHebrew-Bold'; }

.single-post .post_footer img.author_pic {
  width: 150px;
  margin: 40px 0px; }

.single-post .post_footer .author_contact img {
  margin-left: 10px;
      height: 45px; }

.single-post .post_footer .author_text {
  margin: 10px 0px 20px; }

.single-post .post_footer .post_like span.loved {
  margin-right: 5px; }

.single-post .post_footer .post_like.clicked {
  color: #CC4411;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .single-post .post_footer .post_like.clicked svg path {
    fill: #CC4411;
    stroke: #CC4411;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

@media (min-width: 767px) {
  .single-post .post_footer .post_nav {
    justify-content: center; }
    .single-post .post_footer .post_nav span {
      margin: 0px 30px;
      color: #b8b8b8; }
      .single-post .post_footer .post_nav span a {
        color: black; }
  .single-post .post_footer .post_like {
    margin: 40px 0px;
    text-align: center;
    color: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .single-post .post_footer .post_like svg {
      margin-left: 0px; }
    .single-post .post_footer .post_like span.loved {
      margin-right: 5px; }
    .single-post .post_footer .post_like span.like_count {
      margin-right: 10px; }
    .single-post .post_footer .post_like svg path {
      fill: transparent;
      stroke: black;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .single-post .post_footer .post_like.clicked {
      color: #CC4411;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .single-post .post_footer .post_like.clicked svg path {
        fill: #CC4411;
        stroke: #CC4411;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .single-post .post_footer .author_contact {
    display: none; }
  .single-post .post_footer .flex_help {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .single-post .post_footer .flex_help .author_text {
      padding-right: 40px;
      margin-top: 20px; }
    .single-post .post_footer .flex_help .c_help {
      min-width: 150px; }
      .single-post .post_footer .flex_help .c_help .author_contact_desk {
        display: block !important; }
        .single-post .post_footer .flex_help .c_help .author_contact_desk .author_contact {
          display: block !important; }
          .single-post .post_footer .flex_help .c_help .author_contact_desk .author_contact img {
            margin-left: 0; } }

@media (min-width: 1024px) {
  .single-post .post_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1150px;
    padding-right: 60px;
    padding-left: 50px; } }
  @media (min-width: 1024px) and (min-width: 1200px) {
    .single-post .post_wrap {
      padding-right: 115px; } }
  @media (min-width: 1024px) and (min-width: 1500px) {
    .single-post .post_wrap {
      max-width: 1350px; } }
  @media (min-width: 1024px) and (min-width: 1500px) {
    .single-post .post_wrap {
      padding-left: 15px; } }

@media (min-width: 1024px) {
    .single-post .post_wrap .left_col {
      width: 230px;
      padding-top: 110px;
      display: block !important; }
      .single-post .post_wrap .left_col h3.rel_post_title {
        font-size: 30px;
        margin-bottom: 30px; }
      .single-post .post_wrap .left_col .rel_post .post_img {
        height: 145px;
        background-size: cover;
        background-position: center;
        background-color: #d6d6d6; }
      .single-post .post_wrap .left_col .rel_post h3.post_title {
        font-family: "Open Sans Hebrew";
        font-size: 16px;
        font-weight: 400;
        margin: 10px 0px 5px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .single-post .post_wrap .left_col .rel_post .post_author {
        font-family: "Open Sans Hebrew";
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        margin-bottom: 15px;
        color: rgba(0, 0, 0, 0.4); }
      .single-post .post_wrap .left_col .rel_post:hover h3.post_title {
        color: #CC4411;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .single-post .post_wrap .middle_col {
      max-width: 795px;
      padding-left: 70px;
      padding-right: 20px; } }
    @media (min-width: 1024px) and (min-width: 1200px) {
      .single-post .post_wrap .middle_col {
        padding-right: 0px; } }
    @media (min-width: 1024px) and (min-width: 1500px) {
      .single-post .post_wrap .middle_col {
        padding-left: 0px; } }

.single-authors div#page_content {
  padding-top: 90px; }
  @media only screen and (min-width: 767px) {
    .single-authors div#page_content {
      padding-top: 135px; } }

.single-authors .single_author_con {
  max-width: 1077px; }

.single-authors .author_pic {
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center; }
  .single-authors .author_pic img {
    display: inline-block;
    opacity: 0;
  }
  @media only screen and (min-width: 1500px) {
    .single-authors .author_pic {
      height: 500px; } }

.single-authors .sub_title {
  text-align: center; }
  .single-authors .sub_title p {
    margin-bottom: 0px; }
    .single-authors .sub_title p:first-child {
      font-size: 20px; }
    .single-authors .sub_title p:last-child {
      font-size: 16px;
      margin-bottom: 20px; }

.single-authors .author_name {
  font-size: 25px;
  margin: 25px 0px 5px; }
  @media only screen and (min-width: 1200px) {
    .single-authors .author_name {
      font-size: 40px; } }

.single-authors .gallery {
  margin: 50px auto 90px; }
  @media only screen and (min-width: 1024px) {
    .single-authors .gallery {
      max-width: 80%; } }
  .single-authors .gallery .authors_carusel .gallery_item {
    height: 300px;
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 767px) {
      .single-authors .gallery .authors_carusel .gallery_item {
        height: 420px; } }
    @media only screen and (min-width: 1200px) {
      .single-authors .gallery .authors_carusel .gallery_item {
        height: 500px; } }

.page-template-search ::-webkit-input-placeholder, .search ::-webkit-input-placeholder, .post-type-archive-authors ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b5b5b5; }

.page-template-search ::-moz-placeholder, .search ::-moz-placeholder, .post-type-archive-authors ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5; }

.page-template-search :-ms-input-placeholder, .search :-ms-input-placeholder, .post-type-archive-authors :-ms-input-placeholder {
  /* IE 10+ */
  color: #b5b5b5; }

.page-template-search :-moz-placeholder, .search :-moz-placeholder, .post-type-archive-authors :-moz-placeholder {
  /* Firefox 18- */
  color: #b5b5b5; }

.page-template-search input, .search input, .post-type-archive-authors input {
  font-size: 16px; }

.page-template-search .author, .search .author, .post-type-archive-authors .author {
  margin-bottom: 60px;
  position: relative; }
  .page-template-search .author a.author_link, .search .author a.author_link, .post-type-archive-authors .author a.author_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .page-template-search .author:hover .author_name, .search .author:hover .author_name, .post-type-archive-authors .author:hover .author_name {
    color: #CC4411;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.page-template-search .author_pic, .search .author_pic, .post-type-archive-authors .author_pic {
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.page-template-search .author_pic img, .search .author_pic img, .post-type-archive-authors .author_pic img {
    opacity: 0;
    width: 100%;
}
  @media only screen and (min-width: 1500px) {
    .page-template-search .author_pic, .search .author_pic, .post-type-archive-authors .author_pic {
      height: 370px; } }

.page-template-search .sub_title, .search .sub_title, .post-type-archive-authors .sub_title {
  text-align: center; }
  .page-template-search .sub_title p, .search .sub_title p, .post-type-archive-authors .sub_title p {
    margin-bottom: 0px; }
    .page-template-search .sub_title p:first-child, .search .sub_title p:first-child, .post-type-archive-authors .sub_title p:first-child {
      font-size: 20px; }
    .page-template-search .sub_title p:last-child, .search .sub_title p:last-child, .post-type-archive-authors .sub_title p:last-child {
      font-size: 16px;
      margin-bottom: 20px; }

.page-template-search .author_name, .search .author_name, .post-type-archive-authors .author_name {
  font-size: 25px;
  margin: 25px 0px 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-template-search .authors_list, .search .authors_list, .post-type-archive-authors .authors_list {
  margin: 60px 0px 50px; }

.page-template-search div#page_content, .search div#page_content, .post-type-archive-authors div#page_content {
  padding-top: 90px; }
  @media only screen and (min-width: 767px) {
    .page-template-search div#page_content, .search div#page_content, .post-type-archive-authors div#page_content {
      padding-top: 170px; } }

.page-template-search form#searchform, .search form#searchform, .post-type-archive-authors form#searchform {
  position: static; }
  @media only screen and (min-width: 767px) {
    .page-template-search form#searchform, .search form#searchform, .post-type-archive-authors form#searchform {
      position: relative;
      display: block !important; } }

.page-template-search .search_col, .search .search_col, .post-type-archive-authors .search_col {
  position: relative; }
  @media only screen and (min-width: 767px) {
    .page-template-search .search_col, .search .search_col, .post-type-archive-authors .search_col {
      min-width: 245px; } }
  .page-template-search .search_col img.magnify, .search .search_col img.magnify, .post-type-archive-authors .search_col img.magnify {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2; }
    .page-template-search .search_col img.magnify.mobile_search_open, .search .search_col img.magnify.mobile_search_open, .post-type-archive-authors .search_col img.magnify.mobile_search_open {
      right: auto;
      left: 15px;
      z-index: 1; }
    @media only screen and (min-width: 767px) {
      .page-template-search .search_col img.magnify, .search .search_col img.magnify, .post-type-archive-authors .search_col img.magnify {
        display: none; } }
  .page-template-search .search_col input.search_input, .search .search_col input.search_input, .post-type-archive-authors .search_col input.search_input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 44px;
    padding: 0px 20px;
    border-radius: 50px;
    background: white;
    border: 1px solid #E4E4E4; }
    @media only screen and (min-width: 767px) {
      .page-template-search .search_col input.search_input, .search .search_col input.search_input, .post-type-archive-authors .search_col input.search_input {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 20px;
        transform: none; } }
  .page-template-search .search_col input.search_submit, .search .search_col input.search_submit, .post-type-archive-authors .search_col input.search_submit {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    border: 0;
    padding: 0px 20px;
    background: transparent;
    color: transparent;
    z-index: 2;
    width: auto;
    margin: 0; }
    @media only screen and (min-width: 767px) {
      .page-template-search .search_col input.search_submit, .search .search_col input.search_submit, .post-type-archive-authors .search_col input.search_submit {
        padding: 0px 20px 0px 5px;
        background-image: url(/unicorn/images/search.svg);
        background-repeat: no-repeat;
        background-position: center; } }

@media only screen and (min-width: 767px) {
  .page-template-search .flexwrap, .search .flexwrap, .post-type-archive-authors .flexwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .page-template-search .flexwrap .authors_list, .search .flexwrap .authors_list, .post-type-archive-authors .flexwrap .authors_list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-right: 20px;
      margin: 0 auto; } }
    @media only screen and (min-width: 767px) and (min-width: 1024px) {
      .page-template-search .flexwrap .authors_list, .search .flexwrap .authors_list, .post-type-archive-authors .flexwrap .authors_list {
        padding-right: 20px;
        width: 100%; } }

@media only screen and (min-width: 767px) {
      .page-template-search .flexwrap .authors_list .author, .search .flexwrap .authors_list .author, .post-type-archive-authors .flexwrap .authors_list .author {
        width: 45%; } }
      @media only screen and (min-width: 767px) and (min-width: 1024px) {
        .page-template-search .flexwrap .authors_list .author, .search .flexwrap .authors_list .author, .post-type-archive-authors .flexwrap .authors_list .author {
          width: 30.3333%; } }
      @media only screen and (min-width: 767px) and (min-width: 1200px) {
        .page-template-search .flexwrap .authors_list .author, .search .flexwrap .authors_list .author, .post-type-archive-authors .flexwrap .authors_list .author {
          width: 33.3333%; } }

@media only screen and (min-width: 767px) {
  .page-template-search h1.page_title, .search h1.page_title, .post-type-archive-authors h1.page_title {
    text-align: right !important; } }

.page-template-page-about div#page_content.english_content {
  direction: ltr;
  text-align: left; }
  .page-template-page-about div#page_content.english_content .member_text {
    text-align: left; }
  .page-template-page-about div#page_content.english_content .about_us {
    direction: rtl; }

.page-template-page-about .carusel_wrap {
  position: relative; }
  .page-template-page-about .carusel_wrap h1.page_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white !important;
    z-index: 1;
    font-size: 40px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-about .carusel_wrap h1.page_title {
        left: auto;
        top: auto;
        transform: none;
        bottom: 40px;
        right: 40px;
        font-size: 90px; } }

@media only screen and (min-width: 1024px) {
  .page-template-page-about .slick-dots {
    bottom: 40px; } }

.page-template-page-about div#page_content {
  padding-top: 40px; }
  @media only screen and (min-width: 1024px) {
    .page-template-page-about div#page_content {
      padding-top: 65px; } }

.page-template-page-about .about_carusel1, .page-template-page-about .about_carusel2 {
  margin: 0; }
  .page-template-page-about .about_carusel1 .gallery_item, .page-template-page-about .about_carusel2 .gallery_item {
    height: 250px;
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 600px) {
      .page-template-page-about .about_carusel1 .gallery_item, .page-template-page-about .about_carusel2 .gallery_item {
        height: 400px; } }
    @media only screen and (min-width: 992px) {
      .page-template-page-about .about_carusel1 .gallery_item, .page-template-page-about .about_carusel2 .gallery_item {
        height: 500px; } }
    @media only screen and (min-width: 1024px) {
      .page-template-page-about .about_carusel1 .gallery_item, .page-template-page-about .about_carusel2 .gallery_item {
        height: 550px; } }

.page-template-page-about .under_slidertext {
  margin: 40px 0px;
  font-size: 18px; }
  @media only screen and (min-width: 992px) {
    .page-template-page-about .under_slidertext {
      margin: 25px 0px 65px; } }

.page-template-page-about h3.sec_title {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .page-template-page-about h3.sec_title {
      font-size: 40px;
      margin-bottom: 30px; } }

.page-template-page-about .half_sections {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 35px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 767px) {
    .page-template-page-about .half_sections {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .page-template-page-about .half_sections div {
        flex-basis: 48%; } }

.page-template-page-about .about_us {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 35px; }
  .page-template-page-about .about_us h3.sec_title {
    margin-bottom: 50px; }
  .page-template-page-about .about_us .member {
    text-align: center;
    margin-bottom: 50px; }
    .page-template-page-about .about_us .member .mem_pic {
      margin-bottom: 30px; }
      @media only screen and (min-width: 767px) {
        .page-template-page-about .about_us .member .mem_pic {
          margin-left: 40px; } }
      @media only screen and (min-width: 1200px) {
        .page-template-page-about .about_us .member .mem_pic {
          min-width: 250px; } }
    @media only screen and (min-width: 1200px) {
      .page-template-page-about .about_us .member {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right; } }
  @media only screen and (min-width: 767px) {
    .page-template-page-about .about_us {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .page-template-page-about .about_us > div {
        flex-basis: 48%; } }

.page-template-page-about .video_section .sec_title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.page-template-page-about .video_section span.to_channel {
  font-size: 18px;
  font-weight: 200;
  font-family: "Open Sans Hebrew"; }
  .page-template-page-about .video_section span.to_channel img {
    width: 17px;
    margin-right: 10px; }

@media only screen and (min-width: 767px) {
  .page-template-page-about .video_section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .page-template-page-about .video_section .youtube {
      flex-basis: 33%;
      margin-bottom: 0; } }
    @media only screen and (min-width: 767px) and (min-width: 767px) {
      .page-template-page-about .video_section .youtube {
        height: 200px; } }
    @media only screen and (min-width: 767px) and (min-width: 1200px) {
      .page-template-page-about .video_section .youtube {
        flex-basis: 31%;
        height: 365px; } }

.page-template-page-about .youtube {
  height: 250px;
  width: 100%;
  position: relative;
  margin-bottom: 25px; }

.page-template-page-about .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.page-template-page-about .youtube img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.page-template-page-about .youtube .play-button {
  width: 62px;
  height: 48px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .page-template-page-about .youtube .play-button:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.page-template-page-about .youtube .play-button,
.page-template-page-about .youtube .play-button:before {
  top: 50%;
  left: 50%; }

.page-template-page-about .youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
  position: absolute; }

.page-template-page-about .youtube .play-button,
.page-template-page-about .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.page-template-page-about .text_pic_section {
  margin-top: 90px; }
  .page-template-page-about .text_pic_section .text_pic {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #E4E4E4; }
    .page-template-page-about .text_pic_section .text_pic:last-child {
      border-bottom: 0; }
    .page-template-page-about .text_pic_section .text_pic .img {
      margin-bottom: 20px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-about .text_pic_section .text_pic {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .page-template-page-about .text_pic_section .text_pic .img {
          min-width: 423px; }
        .page-template-page-about .text_pic_section .text_pic .text {
          max-width: 800px; } }

@media only screen and (min-width: 767px) {
  .page-template-page-about .about_carusel2 {
    max-width: 780px;
    margin: 95px auto 0; } }

.search.post-type-archive-product .product.product_cat-event {
  display: none; }

.page-template-page-storefront section.container.banner_con, .tax-product_cat section.container.banner_con, .tax-store_categorys section.container.banner_con, .post-type-archive-product.search section.container.banner_con {
  border-bottom: 1px solid #E4E4E4;
  padding: 0px 0px 35px;
  margin-bottom: 35px; }
  .page-template-page-storefront section.container.banner_con img, .tax-product_cat section.container.banner_con img, .tax-store_categorys section.container.banner_con img, .post-type-archive-product.search section.container.banner_con img {
    width: 100%; }
  @media (min-width: 500px) {
    .page-template-page-storefront section.container.banner_con, .tax-product_cat section.container.banner_con, .tax-store_categorys section.container.banner_con, .post-type-archive-product.search section.container.banner_con {
      padding: 30px 0px 35px;
      margin-bottom: 0; }
      .page-template-page-storefront section.container.banner_con img.banner_mobile, .tax-product_cat section.container.banner_con img.banner_mobile, .tax-store_categorys section.container.banner_con img.banner_mobile, .post-type-archive-product.search section.container.banner_con img.banner_mobile {
        display: none; }
      .page-template-page-storefront section.container.banner_con img.banner, .tax-product_cat section.container.banner_con img.banner, .tax-store_categorys section.container.banner_con img.banner, .post-type-archive-product.search section.container.banner_con img.banner {
        display: block !important; } }
  @media (min-width: 1024px) {
    .page-template-page-storefront section.container.banner_con, .tax-product_cat section.container.banner_con, .tax-store_categorys section.container.banner_con, .post-type-archive-product.search section.container.banner_con {
      margin: 0px auto;
      padding: 50px 0px 50px; } }

.page-template-page-storefront div#page_content, .tax-product_cat div#page_content, .tax-store_categorys div#page_content, .post-type-archive-product.search div#page_content {
  background-color: #fff;
  padding-top: 40px; }
  @media (min-width: 1024px) {
    .page-template-page-storefront div#page_content, .tax-product_cat div#page_content, .tax-store_categorys div#page_content, .post-type-archive-product.search div#page_content {
      padding-top: 65px; } }

.page-template-page-storefront hr, .tax-product_cat hr, .tax-store_categorys hr, .post-type-archive-product.search hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0; }
  @media (min-width: 1024px) {
    .page-template-page-storefront hr, .tax-product_cat hr, .tax-store_categorys hr, .post-type-archive-product.search hr {
      border: 0.5px solid #E4E4E4; } }

.page-template-page-storefront .product_list, .tax-product_cat .product_list, .tax-store_categorys .product_list, .post-type-archive-product.search .product_list {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  @media (min-width: 767px) {
    .page-template-page-storefront .product_list, .tax-product_cat .product_list, .tax-store_categorys .product_list, .post-type-archive-product.search .product_list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; } }
  .page-template-page-storefront .product_list.fadeOut, .tax-product_cat .product_list.fadeOut, .tax-store_categorys .product_list.fadeOut, .post-type-archive-product.search .product_list.fadeOut {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  @media (min-width: 1024px) {
    .page-template-page-storefront .product_list, .tax-product_cat .product_list, .tax-store_categorys .product_list, .post-type-archive-product.search .product_list {
      flex-basis: 100%; } }

.page-template-page-storefront .right_menu, .tax-product_cat .right_menu, .tax-store_categorys .right_menu, .post-type-archive-product.search .right_menu {
  margin: 35px 0px 48px; }
  @media (min-width: 1024px) {
    .page-template-page-storefront .right_menu, .tax-product_cat .right_menu, .tax-store_categorys .right_menu, .post-type-archive-product.search .right_menu {
      margin: 0;
      min-width: 230px;
      padding-top: 25px; } }

@media (min-width: 1024px) {
  .page-template-page-storefront .flex_wrap, .tax-product_cat .flex_wrap, .tax-store_categorys .flex_wrap, .post-type-archive-product.search .flex_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.page-template-page-storefront .store_categorys, .tax-product_cat .store_categorys, .tax-store_categorys .store_categorys, .post-type-archive-product.search .store_categorys {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-y: scroll;
  margin: 35px auto;
  padding-right: 0; }
  @media (min-width: 767px) {
    .page-template-page-storefront .store_categorys, .tax-product_cat .store_categorys, .tax-store_categorys .store_categorys, .post-type-archive-product.search .store_categorys {
      justify-content: space-around;
      overflow-y: hidden;
      align-items: flex-end; } }
  @media (min-width: 1400px) {
    .page-template-page-storefront .store_categorys, .tax-product_cat .store_categorys, .tax-store_categorys .store_categorys, .post-type-archive-product.search .store_categorys {
      margin: 60px auto 45px; } }
  .page-template-page-storefront .store_categorys .store_category, .tax-product_cat .store_categorys .store_category, .tax-store_categorys .store_categorys .store_category, .post-type-archive-product.search .store_categorys .store_category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-width: 18.8%;
    margin-left: 17.5px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
    @media (min-width: 600px) {
      .page-template-page-storefront .store_categorys .store_category, .tax-product_cat .store_categorys .store_category, .tax-store_categorys .store_categorys .store_category, .post-type-archive-product.search .store_categorys .store_category {
        min-width: 90px;
        margin-left: 0px; } }
    .page-template-page-storefront .store_categorys .store_category .cat_icon, .tax-product_cat .store_categorys .store_category .cat_icon, .tax-store_categorys .store_categorys .store_category .cat_icon, .post-type-archive-product.search .store_categorys .store_category .cat_icon {
      margin-bottom: 0px;
      height: 45px; }
      @media (min-width: 1200px) {
        .page-template-page-storefront .store_categorys .store_category .cat_icon, .tax-product_cat .store_categorys .store_category .cat_icon, .tax-store_categorys .store_categorys .store_category .cat_icon, .post-type-archive-product.search .store_categorys .store_category .cat_icon {
          margin-bottom: 20px; } }
    .page-template-page-storefront .store_categorys .store_category .cat_name, .tax-product_cat .store_categorys .store_category .cat_name, .tax-store_categorys .store_categorys .store_category .cat_name, .post-type-archive-product.search .store_categorys .store_category .cat_name {
      background: white;
      font-size: 14px;
      line-height: 16px;
      padding: 7px 13px 10px;
      border-radius: 16px;
      margin-top: 18px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (min-width: 1200px) {
        .page-template-page-storefront .store_categorys .store_category .cat_name, .tax-product_cat .store_categorys .store_category .cat_name, .tax-store_categorys .store_categorys .store_category .cat_name, .post-type-archive-product.search .store_categorys .store_category .cat_name {
          line-height: 13px;
          font-size: 18px; } }
    .page-template-page-storefront .store_categorys .store_category.active, .page-template-page-storefront .store_categorys .store_category:hover, .tax-product_cat .store_categorys .store_category.active, .tax-product_cat .store_categorys .store_category:hover, .tax-store_categorys .store_categorys .store_category.active, .tax-store_categorys .store_categorys .store_category:hover, .post-type-archive-product.search .store_categorys .store_category.active, .post-type-archive-product.search .store_categorys .store_category:hover {
      color: rgba(126, 172, 116, 0.4);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (min-width: 1024px) {
        .page-template-page-storefront .store_categorys .store_category.active, .page-template-page-storefront .store_categorys .store_category:hover, .tax-product_cat .store_categorys .store_category.active, .tax-product_cat .store_categorys .store_category:hover, .tax-store_categorys .store_categorys .store_category.active, .tax-store_categorys .store_categorys .store_category:hover, .post-type-archive-product.search .store_categorys .store_category.active, .post-type-archive-product.search .store_categorys .store_category:hover {
          color: inherit; }
          .page-template-page-storefront .store_categorys .store_category.active .cat_name, .page-template-page-storefront .store_categorys .store_category:hover .cat_name, .tax-product_cat .store_categorys .store_category.active .cat_name, .tax-product_cat .store_categorys .store_category:hover .cat_name, .tax-store_categorys .store_categorys .store_category.active .cat_name, .tax-store_categorys .store_categorys .store_category:hover .cat_name, .post-type-archive-product.search .store_categorys .store_category.active .cat_name, .post-type-archive-product.search .store_categorys .store_category:hover .cat_name {
            background-color: rgba(126, 172, 116, 0.4); } }

.page-template-page-storefront .carusel_wrap, .tax-product_cat .carusel_wrap, .tax-store_categorys .carusel_wrap, .post-type-archive-product.search .carusel_wrap {
  position: relative; }
  .page-template-page-storefront .carusel_wrap .content, .tax-product_cat .carusel_wrap .content, .tax-store_categorys .carusel_wrap .content, .post-type-archive-product.search .carusel_wrap .content {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 40px; }
    .page-template-page-storefront .carusel_wrap .content p, .tax-product_cat .carusel_wrap .content p, .tax-store_categorys .carusel_wrap .content p, .post-type-archive-product.search .carusel_wrap .content p {
      margin-bottom: 0; }
  .page-template-page-storefront .carusel_wrap .slick-dots, .tax-product_cat .carusel_wrap .slick-dots, .tax-store_categorys .carusel_wrap .slick-dots, .post-type-archive-product.search .carusel_wrap .slick-dots {
    bottom: 30px; }

.page-template-page-storefront .store_slider .caption, .tax-product_cat .store_slider .caption, .tax-store_categorys .store_slider .caption, .post-type-archive-product.search .store_slider .caption {
  position: absolute;
  bottom: 80px;
  right: 20px;
  left: 20px;
  color: white;
  z-index: 2; }
  @media (min-width: 500px) {
    .page-template-page-storefront .store_slider .caption, .tax-product_cat .store_slider .caption, .tax-store_categorys .store_slider .caption, .post-type-archive-product.search .store_slider .caption {
      max-width: 70%; } }
  @media (min-width: 500px) and (min-width: 1100px) {
    .page-template-page-storefront .store_slider .caption, .tax-product_cat .store_slider .caption, .tax-store_categorys .store_slider .caption, .post-type-archive-product.search .store_slider .caption {
      max-width: 700px; } }
  .page-template-page-storefront .store_slider .caption h2, .tax-product_cat .store_slider .caption h2, .tax-store_categorys .store_slider .caption h2, .post-type-archive-product.search .store_slider .caption h2 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 1; }
    @media (min-width: 1100px) {
      .page-template-page-storefront .store_slider .caption h2, .tax-product_cat .store_slider .caption h2, .tax-store_categorys .store_slider .caption h2, .post-type-archive-product.search .store_slider .caption h2 {
        font-size: 70px;
        margin-bottom: 15px; } }
    @media (min-width: 1700px) {
      .page-template-page-storefront .store_slider .caption h2, .tax-product_cat .store_slider .caption h2, .tax-store_categorys .store_slider .caption h2, .post-type-archive-product.search .store_slider .caption h2 {
        font-size: 72px;
        margin-bottom: 10px; } }
  .page-template-page-storefront .store_slider .caption p, .tax-product_cat .store_slider .caption p, .tax-store_categorys .store_slider .caption p, .post-type-archive-product.search .store_slider .caption p {
    margin-bottom: 0; }
    @media (min-width: 1400px) {
      .page-template-page-storefront .store_slider .caption p, .tax-product_cat .store_slider .caption p, .tax-store_categorys .store_slider .caption p, .post-type-archive-product.search .store_slider .caption p {
        font-size: 20px; } }

.page-template-page-storefront .store_slider .gallery_item, .tax-product_cat .store_slider .gallery_item, .tax-store_categorys .store_slider .gallery_item, .post-type-archive-product.search .store_slider .gallery_item {
  background-size: cover;
  height: 350px;
  background-position: left; }
  @media (min-width: 1024px) {
    .page-template-page-storefront .store_slider .gallery_item, .tax-product_cat .store_slider .gallery_item, .tax-store_categorys .store_slider .gallery_item, .post-type-archive-product.search .store_slider .gallery_item {

  height: 380px;}
  }
  @media (min-width: 1500px) {
    .page-template-page-storefront .store_slider .gallery_item, .tax-product_cat .store_slider .gallery_item, .tax-store_categorys .store_slider .gallery_item, .post-type-archive-product.search .store_slider .gallery_item {
      height:400px; } }
  .page-template-page-storefront .store_slider .gallery_item:after, .tax-product_cat .store_slider .gallery_item:after, .tax-store_categorys .store_slider .gallery_item:after, .post-type-archive-product.search .store_slider .gallery_item:after {
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    z-index: 1; }

@media (min-width: 500px) {
  .product_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; } }

.product_list .product {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 35px;
  position: relative; }
  .product_list .product.outofstock .out_of_stock {
    background-color: #a00808;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block !important;
    line-height: 45px;
    text-align: center;
    color: white;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (min-width: 500px) {
      .product_list .product.outofstock .out_of_stock {
        top: 20px;
        right: 20px;
        left: auto; } }
    @media (min-width: 1600px) {
      .product_list .product.outofstock .out_of_stock {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 17px;
        top: 35px;
        right: 30px; } }
    @media (min-width: 1600px) {
      .product_list .product.outofstock .out_of_stock {
        top: 45px;
        right: 50px; } }
  .product_list .product.sale .sale_tag {
    background-color: #CC5315;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 12px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1.2 !important; }
    @media (min-width: 500px) {
      .product_list .product.sale .sale_tag {
        top: 20px;
        right: 20px;
        left: auto; } }
    @media (min-width: 1600px) {
      .product_list .product.sale .sale_tag {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 17px;
        top: 35px;
        right: 30px; } }
    @media (min-width: 1600px) {
      .product_list .product.sale .sale_tag {
        top: 45px;
        right: 50px; } }

  .product_list .product span.sale_tag.new_book_tag {
    background-color: #668877 !important;
width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 12px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1.2 !important;
	  
}


@media (min-width: 500px) {
.product_list .product span.sale_tag.new_book_tag {
	top: 20px;
    right: 20px;
    left: auto;
}
	
}

@media (min-width: 1600px) {
.product_list .product span.sale_tag.new_book_tag {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    top: 45px;
    right: 50px;
}
}

  @media (min-width: 500px) {
    .product_list .product {
      flex-basis: 50%;
      border: 1px solid #E4E4E4;
      border-top: 0;
      margin-bottom: 0px; } }
  @media (min-width: 1024px) {
    .product_list .product {
      margin-left: -1px;
      margin-bottom: -1px; } }
  @media (min-width: 1200px) {
    .product_list .product {
      flex-basis: 33.3333333%; } }
  @media (min-width: 1600px) {
  
    .product_list .product {
      flex-basis: 25%; 
    } 
  }
  
  .product_list .product .book_title {
    font-size: 16px;
    font-family: 'OpenSansHebrew-Bold';
    line-height: 22px;
    margin-bottom: 0px;
    color: #1a0b0b;
    font-weight: 900; 
  }
    
    @media (max-width: 500px) {
      .product_info > a {
    height: 46px;
    display: inline-block;
    margin-bottom: 70px;
    max-width: 70%;
}

      .product_list .product .book_title {
        max-width: 100%; 
      } 
      }
  .product_list .product .book_author {
    font-size: 14px;
    line-height: 19px;
    font-family: 'OpenSansHebrew-Regular';
    font-weight: 400;
    margin-bottom: 70px;
    min-height: 19px; }
    @media (min-width: 500px) {
      .product_list .product .book_author {
        margin-bottom: 30px; } }
  .product_list .product .product_body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

     .product_list .product .product_body .product_img img{
     opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
     }
    @media (min-width: 500px) {
      .product_list .product .product_body {
        flex-direction: column;
        text-align: center; } }
    .product_list .product .product_body .product_img {
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: top right;
      min-width: 90px;
      height: 100%;
      filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3)); }
      @media (min-width: 375px) {
        .product_list .product .product_body .product_img {
          min-width: 115px; } }
      @media (min-width: 500px) {
        .product_list .product .product_body .product_img {
          height: 150px;
          background-position: center;
          background-size: auto 75%; } }
      @media (min-width: 767px) {
        .product_list .product .product_body .product_img {
          height: 250px; } }
      @media (min-width: 1600px) {
        .product_list .product .product_body .product_img {
          background-position: bottom center;
          height: 340px;
          margin-bottom: 10px; } }
    .product_list .product .product_body .product_info {
      flex-basis: 100%; }
  .product_list .product .product_footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    height: 48px; }
    @media (min-width: 500px) {
      .product_list .product .product_footer {
        align-items: center; } }
    .product_list .product .product_footer .wrap_help {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-start;
      min-height: 42px; }
      @media (min-width: 500px) {
        .product_list .product .product_footer .wrap_help {
          padding-right: 20px; } }
    .product_list .product .product_footer .sale_info {
      padding-right: 10px;
      margin-right: 10px;
      padding-left: 15px;
      font-size: 11px; }
      @media (min-width: 375px) {
        .product_list .product .product_footer .sale_info {
          font-size: 12px; } }
      @media (min-width: 500px) {
        .product_list .product .product_footer .sale_info {
          font-size: 14px; } }
      .product_list .product .product_footer .sale_info .discount_price {
        color: #CC4411; }
      .product_list .product .product_footer .sale_info span.woocommerce-Price-amount.amount {
        text-decoration: line-through;
        color: #999999; }
    .product_list .product .product_footer span.price {
      font-size: 16px;
      font-weight: 900;
      font-family: "OpenSansHebrew-Bold";
      color: #1D271C; }
      @media (min-width: 500px) {
        .product_list .product .product_footer span.price {
          font-size: 22px; } }
      .product_list .product .product_footer span.price span.woocommerce-Price-currencySymbol {
        padding-right: 5px; }
    .product_list .product .product_footer a.add_to_cart_button {
      background: #1a0b0b;
      color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 48px;
      padding: 0px 10.5px;
      position: absolute;
      width: 50px;
      left: 0;
      bottom: 0;
      border-radius: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .product_list .product .product_footer a.add_to_cart_button .cart_icon {
        min-width: 27px; }
        .product_list .product .product_footer a.add_to_cart_button .cart_icon g {
          stroke: white; }
      .product_list .product .product_footer a.add_to_cart_button span.button_text {
        max-width: 0px;
        color: #1D271C;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .product_list .product .product_footer a.add_to_cart_button:hover {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 108px; }
        .product_list .product .product_footer a.add_to_cart_button:hover span.button_text {
          margin-left: 10px;
          max-width: 10000px;
          overflow: visible;
          opacity: 1;
          color: white;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      .product_list .product .product_footer a.add_to_cart_button.loading {
        pointer-events: none;
        opacity: 0.7; }
  .product_list .product.outofstock .product_footer a.add_to_cart_button {
    width: 90px;
    justify-content: center;
    pointer-events: none;
    background: white;
    border: 1px solid #E4E4E4;
    border-left: 0;
    border-bottom: 0; }
    @media (min-width: 1024px) {
      .product_list .product.outofstock .product_footer a.add_to_cart_button {
        width: 130px; } }
    .product_list .product.outofstock .product_footer a.add_to_cart_button span.button_text {
      margin-left: 0px;
      max-width: 10000px;
      overflow: visible;
      opacity: 1;
      color: black !important; }
    .product_list .product.outofstock .product_footer a.add_to_cart_button .cart_icon {
      display: none; }

@media (max-width: 768px) {
  .product_list.mobile_type2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0px 0px 0px -15px; }
    .product_list.mobile_type2 .product {
      border: 1px solid #E4E4E4;
      margin-bottom: 35px;
      min-width: 260px;
      min-height: 370px; }
      .product_list.mobile_type2 .product .book_title {
        margin-top: 10px; } }
      @media (max-width: 768px) and (max-width: 500px) {
        .product_list.mobile_type2 .product .book_title {
          max-width: 100%; } }

@media (max-width: 768px) {
      .product_list.mobile_type2 .product .book_author {
        margin-bottom: 10px; }
      .product_list.mobile_type2 .product .product_body {
        flex-direction: column;
        text-align: center;
        height: 100%; }
        .product_list.mobile_type2 .product .product_body .product_info {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
        .product_list.mobile_type2 .product .product_body .product_img {
          height: 252px;
          background-position: bottom;
          background-size: auto 75%; }
      .product_list.mobile_type2 .product .sale_tag {
        top: 20px;
        right: 20px;
        left: auto; }
      .product_list.mobile_type2 .product .out_of_stock {
        top: 20px;
        right: 20px;
        left: auto; }
      .product_list.mobile_type2 .product .product_footer {
        height: 36px;
        align-items: center; }
        .product_list.mobile_type2 .product .product_footer .wrap_help {
          align-items: center; }
        .product_list.mobile_type2 .product .product_footer span.price {
          letter-spacing: -0.5px;
          font-size: 15px;
          font-weight: 900;
          padding: 0px 10px; }
        .product_list.mobile_type2 .product .product_footer .sale_info {
          margin-right: 0;
          line-height: 1.3;
          text-align: right; }
        .product_list.mobile_type2 .product .product_footer a.add_to_cart_button {
          height: 36px; }
          .product_list.mobile_type2 .product .product_footer a.add_to_cart_button span.button_text {
            margin-left: 10px;
            color: white;
            max-width: 10000px;
            overflow: visible; }
          .product_list.mobile_type2 .product .product_footer a.add_to_cart_button svg.cart_icon {
            width: 17px;
            padding: 4px; }
      .product_list.mobile_type2 .product:last-child:after {
        content: '';
        position: absolute;
        left: 0;
        margin-left: -15px;
        width: 15px;
        height: 1px; } }

.single-product .columns-4 {
  border-top: 1px solid #E4E4E4; }
  .single-product .columns-4 .product .product_info {
    border-bottom: 0;
    margin-bottom: 0px; }

.single-product .product_reviews {
  max-width: 1220px;
  margin: 0 auto; }
  .single-product .product_reviews h2.comments-title {
    font-size: 20px;
    border-bottom: 1px solid #BEBEBE;
    font-family: "Open Sans Hebrew";
    font-weight: bold; }
  .single-product .product_reviews div#comments_temp {
    width: 100%; }
    @media (min-width: 768px) {
      .single-product .product_reviews div#comments_temp {
        width: 65%;
        margin-right: auto; } }
    .single-product .product_reviews div#comments_temp ol.comment-list {
      background-color: #e4dede; }
      .single-product .product_reviews div#comments_temp ol.comment-list li.comment.depth-1 {
        border-bottom: 1px solid #BEBEBE; }
  .single-product .product_reviews input#submit {
    background: #1a0b0b !important;
    color: white !important;
    border-radius: 0 !important; }

.single-product div#page_content {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .single-product div#page_content {
      padding-top: 150px; } }
  @media (min-width: 1500px) {
    .single-product div#page_content {
      padding-top: 170px; } }

@media (min-width: 768px) {
  .single-product .single_product, .single-product .product_type_event {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 1220px;
    margin: 0 auto; }
    .single-product .single_product .desk_view_help, .single-product .product_type_event .desk_view_help {
      flex-basis: 100%;
      padding-right: 25px; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .single-product .single_product .desk_view_help, .single-product .product_type_event .desk_view_help {
        padding-right: 0px; } }

@media (min-width: 768px) {
    .single-product .single_product .product_pic, .single-product .product_type_event .product_pic {
      width: 35%;
      min-width: 35%;
      align-items: baseline;
      justify-content: center;
      height: auto;
      padding-left: 25px; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .single-product .single_product .product_pic, .single-product .product_type_event .product_pic {
        justify-content: flex-end;
        padding-left: 55px; } }

@media (min-width: 768px) {
      .single-product .single_product .product_pic img, .single-product .product_type_event .product_pic img {
        max-width: 80%; } }
      @media (min-width: 768px) and (min-width: 1200px) {
        .single-product .single_product .product_pic img, .single-product .product_type_event .product_pic img {
          max-width: 100%; } }

.single-product .product_pic {
  height: 310px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3)); }
  
.single-product .product_pic img {
    max-height: 70%;
    z-index: 2;
    opacity: 1; 
    visibility: hidden;

  }

.single-product .product_type_event .product_pic img{
 visibility: visible; 
}

.single-product .single_product .product_info {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .single-product .single_product .product_info .flexy {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .single-product .single_product .product_info h1.product_title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    color: #1a0b0b; }
    @media (min-width: 1024px) {
      .single-product .single_product .product_info h1.product_title {
        font-size: 42px;
        margin-bottom: 5px; } }
  .single-product .single_product .product_info h3.author_name {
    font-size: 16px;
    font-family: 'OpenSansHebrew-Regular';
    font-weight: normal;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .single-product .single_product .product_info h3.author_name {
        font-size: 20px; } }
  .single-product .single_product .product_info .sub_title {
    font-family: "OpenSansHebrew-Bold";
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .single-product .single_product .product_info .sub_title {
        font-size: 20px;
        max-width: 70%; } }
  .single-product .single_product .product_info a.free_chapter {
    display: inline-block;
    width: 100px;
    height: 36px;
    border: 1px solid black;
    text-align: center;
    line-height: 33px;
    border-radius: 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .single-product .single_product .product_info a.free_chapter:hover {
      background: #1a0b0b;
      color: white;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.single-product .product_variations {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 550px; }
  .single-product .product_variations:after {
    content: '';
    width: 30%; }
  .single-product .product_variations a.product-variation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 32%;
    justify-content: center;
    background-color: white;
    box-shadow: none;
    border: 1px solid #000000;
    font-size: 14px;
    padding: 6px 10px;
    line-height: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .single-product .product_variations a.product-variation span.var_icon {
      display: none; }
    .single-product .product_variations a.product-variation .wrap_help {
      flex-direction: column;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    @media (min-width: 1024px) {
      .single-product .product_variations a.product-variation {
        flex-direction: row;
        padding: 5px 10px;
        align-items: center;
        justify-content: flex-start;
        width: 30%; }
        .single-product .product_variations a.product-variation span.var_icon {
          display: block; }
          .single-product .product_variations a.product-variation span.var_icon img {
            min-width: 20px;
            margin-left: 15px; }
        .single-product .product_variations a.product-variation .wrap_help span {
          font-size: 16px !important; } }
    .single-product .product_variations a.product-variation span.woocommerce-Price-amount.amount {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .single-product .product_variations a.product-variation.active, .single-product .product_variations a.product-variation:hover {
      background-color: rgba(136, 102, 119, 0.3);
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.34); }
      .single-product .product_variations a.product-variation.active span.woocommerce-Price-amount.amount, .single-product .product_variations a.product-variation:hover span.woocommerce-Price-amount.amount {
        color: black !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .single-product .product_variations a.product-variation span.price {
      color: black !important; }
      .single-product .product_variations a.product-variation span.price del {
        display: none !important; }
      .single-product .product_variations a.product-variation span.price ins {
        text-decoration: none;
        font-weight: normal !important; }
      .single-product .product_variations a.product-variation span.price span.woocommerce-Price-amount.amount {
        font-weight: normal;
        text-decoration: none;
        font-size: 14px;
        margin-top: 5px;
        display: inline-block;
        color: #989898; }

.single-product .product_variations.hidden_variations {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  height: 100px; }
  @media (min-width: 1024px) {
    .single-product .product_variations.hidden_variations {
      height: 85px; } }
  .single-product .product_variations.hidden_variations a.product-variation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: normal;
    background-color: white;
    box-shadow: none;
    border: 0;
    font-size: 14px;
    padding: 0px 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    line-height: 1; }
    .single-product .product_variations.hidden_variations a.product-variation.active {
      opacity: 1;
      visibility: visible; }
    .single-product .product_variations.hidden_variations a.product-variation span.variation-name {
      font-size: 18px;
      margin-bottom: 15px; }
    .single-product .product_variations.hidden_variations a.product-variation span.variation-price {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .single-product .product_variations.hidden_variations a.product-variation span.variation-price span.saving_percentage {
        color: #CC5315;
        padding-right: 10px;
        font-size: 14px; }
    .single-product .product_variations.hidden_variations a.product-variation span.price {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      color: black !important; }
      .single-product .product_variations.hidden_variations a.product-variation span.price del {
        display: inline-block !important;
        order: 1; }
        .single-product .product_variations.hidden_variations a.product-variation span.price del span.woocommerce-Price-amount.amount {
          font-size: 14px;
          padding: 0px 15px 0px 10px;
          border-left: 1px solid #979797;
          font-weight: normal;
          font-family: 'OpenSansHebrew-Regular'; }
      .single-product .product_variations.hidden_variations a.product-variation span.price ins span.woocommerce-Price-amount.amount {
        font-weight: bold;
        padding-bottom: 5px; }
      .single-product .product_variations.hidden_variations a.product-variation span.price span.woocommerce-Price-amount.amount {
        text-decoration: none;
        font-weight: bold;
        margin-top: 0px;
        display: inherit;
        direction: ltr;
        color: black;
        font-size: 22px;
        font-family: "OpenSansHebrew-Bold"; }

.single-product .add_to_cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 9;
  padding: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.34);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .single-product .add_to_cart .hidden_variations {
    height: 48px; }
  .single-product .add_to_cart a.add_to_cart_link,  .single-product .add_to_cart button.add_to_cart_link {
    width: 110px;
    background: #1a0b0b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    opacity: 1;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;}
    .single-product .add_to_cart a.add_to_cart_link svg.cart_icon g, .single-product .add_to_cart button.add_to_cart_link svg.cart_icon g {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .single-product .add_to_cart a.add_to_cart_link img.loading,    .single-product .add_to_cart button.add_to_cart_link img.loading {
      width: 20px;
      position: absolute;
      opacity: 0; }
    .single-product .add_to_cart a.add_to_cart_link.adding_to_cart ,  .single-product .add_to_cart button.add_to_cart_link.adding_to_cart{
      color: #1a0b0b;
      pointer-events: none;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .single-product .add_to_cart a.add_to_cart_link.adding_to_cart svg.cart_icon g,.  .single-product .add_to_cart button.add_to_cart_link.adding_to_cart svg.cart_icon g {
        stroke: #1a0b0b;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .single-product .add_to_cart a.add_to_cart_link.adding_to_cart img.loading ,  .single-product .add_to_cart button.add_to_cart_link.adding_to_cart img.loading {
        opacity: 1;
        -webkit-animation-name: spin;
        -webkit-animation-duration: 2000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 2000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 2000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: spin;
        animation-duration: 2000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
  .single-product .add_to_cart span.woocommerce-Price-amount.amount {
    text-decoration: none;
    font-size: 22px; }
  .single-product .add_to_cart span.variation-name {
    display: none; }
  .single-product .add_to_cart a.product-variation {
    justify-content: center !important; }
  .single-product .add_to_cart .variation-price {
    letter-spacing: -0.9px !important; }
    @media (min-width: 400px) {
      .single-product .add_to_cart .variation-price {
        flex-wrap: nowrap; } }
    @media (min-width: 400px) {
      .single-product .add_to_cart .variation-price {
        letter-spacing: inherit !important; } }
    .single-product .add_to_cart .variation-price span.saving_percentage {
      min-width: 100px; }
  .single-product .add_to_cart svg.cart_icon {
    margin-right: 20px; }
    .single-product .add_to_cart svg.cart_icon g {
      stroke: white; }
  .single-product .add_to_cart form.cart {
    position: absolute;
    width: 0;
    overflow: hidden;
    visibility: hidden; }
  @media (min-width: 768px) {
    .single-product .add_to_cart {
      position: relative;
      box-shadow: none;
      padding: 30px 0px 0px;
      z-index: 0; }
      .single-product .add_to_cart .current_variation_to_cart {
        display: none; }
      .single-product .add_to_cart a.add_to_cart_link {
        width: 240px;
        height: 58px;
        font-size: 18px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .single-product .add_to_cart a.add_to_cart_link span {
          order: 2;
          margin-right: 20px; }
        .single-product .add_to_cart a.add_to_cart_link svg.cart_icon {
          margin-right: 0px;
          width: 25px; } }

.single-product .gift {
  line-height: 1;
  font-size: 16px;
  margin: 15px 0px 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E4E4E4; }
  .single-product .gift img {
    margin-left: 10px;
    vertical-align: bottom; }
  @media (min-width: 768px) {
    .single-product .gift .wrap {
      max-width: 240px;
      text-align: center; } }

.single-product .added_tocart {
  background: #886677;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.34);
  font-size: 16px;
  text-align: center;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (min-width: 1024px) {
    .single-product .added_tocart {
      padding: 10px 0px;
      flex-direction: row;
      justify-content: center;
      align-items: center; } }
  .single-product .added_tocart.success {
    top: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 1024px) {
      .single-product .added_tocart.success {
        top: 64px; 
        flex-direction: column;
      }
        .single-product .added_tocart.success p.success {
    margin-bottom: 20px;
    line-height: 1;
    margin-top: 10px;
    margin-left: 0; } }
  .single-product .added_tocart a.to_cart {
    display: inline-block;
    border: 1px solid white;
    padding: 5px 20px;
    border-radius: 30px;
    background: transparent !important;
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
     @media (min-width: 1024px) {
        .single-product .added_tocart a.to_cart{
              margin-bottom: 10px;
        }
     }
    .single-product .added_tocart a.to_cart:hover {
      background: white !important;
      color: #886677;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.single-product .expend {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  justify-content: center;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .single-product .expend img {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.single-product .expendable {
  max-height: 350px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative; }
  @media (min-width: 1024px) {
    .single-product .expendable {
      max-height: initial;
      overflow: visible; } }
  @media (min-width: 1024px) {
    .single-product .expendable .expend {
      display: none !important; } }
  .single-product .expendable.expent_it {
    max-height: 1000000px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .single-product .expendable.expent_it .expend {
      background: transparent;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .single-product .expendable.expent_it .expend img {
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }

.single-product .product_content {
  padding: 30px 0px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 25px; }

.single-product .author h3.on_author {
  font-family: "OpenSansHebrew-Bold";
  font-size: 20px;
  margin-bottom: 20px; }

.single-product .author img.author_img {
  width: 145px;
  margin-bottom: 20px; }

.single-product .author h4.author_name {
  color: #1a0b0b;
  font-size: 22px;
  margin-bottom: 10px; }

.single-product .papers_reviews {
  background-color: #f5f0f0;
  padding: 35px 20px;
  margin-bottom: 35px;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .single-product .papers_reviews {
      margin-top: 30px;
      padding: 35px 40px; } }
  .single-product .papers_reviews .expend {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ece5dd 70%); }
  .single-product .papers_reviews h3.title {
    font-family: "OpenSansHebrew-Bold";
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1; }

.single-product .tech_info h3.title {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "OpenSansHebrew-Bold"; }

.single-product .tech_info .pairs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 685px; }
  @media (min-width: 1024px) {
    .single-product .tech_info .pairs {
      border-top: 1px solid #E4E4E4;
      padding-top: 15px; } }
  .single-product .tech_info .pairs .label_value_pair {
    border-left: 1px solid #000000;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 1;
    margin-bottom: 8px; }
    .single-product .tech_info .pairs .label_value_pair span.label {
      font-weight: bold; }

.single-product .author {
  position: relative; }
  @media (min-width: 1024px) {
    .single-product .author img.author_img {
      width: 125px; }
    .single-product .author .move_aside {
      position: absolute;
      transform: translateX(100%);
      text-align: center;
      padding-left: 40px;
      top: 0; } }

@keyframes slide_down_mobile {
  0% {
    top: 0px; }
  100% {
    top: 40px; } }

@keyframes slide_down {
  0% {
    top: 0px; }
  100% {
    top: 64px; } }

.woocommerce-error, .woocommerce-info, .woocommerce-message, a.added_to_cart.wc-forward {
  background: #886677;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.34);
  font-size: 16px;
  text-align: center;
  position: fixed;
  top: 40px;
  z-index: 0;
  left: 0;
  right: 0;
  line-height: 55px;
  z-index: 2;
  border-top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  animation-name: slide_down_mobile;
  animation-duration: 1s; }
  @media (min-width: 1024px) {
    .woocommerce-error, .woocommerce-info, .woocommerce-message, a.added_to_cart.wc-forward {
      top: 64px;

      padding: 0px; } }
  @media (min-width: 1024px) {
    .woocommerce-error, .woocommerce-info, .woocommerce-message, a.added_to_cart.wc-forward {
      animation-name: slide_down; } }
  .woocommerce-error.go_out, .woocommerce-info.go_out, .woocommerce-message.go_out, a.added_to_cart.wc-forward.go_out {
    top: -600px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .woocommerce-error span.cart_link, .woocommerce-info span.cart_link, .woocommerce-message span.cart_link, a.added_to_cart.wc-forward span.cart_link {
    width: 125px;
    border: 1px solid;
    display: inline-block;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .woocommerce-error span.cart_link:hover, .woocommerce-info span.cart_link:hover, .woocommerce-message span.cart_link:hover, a.added_to_cart.wc-forward span.cart_link:hover {
      background: white;
      color: #886677;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .woocommerce-error span.got_cart, .woocommerce-info span.got_cart, .woocommerce-message span.got_cart, a.added_to_cart.wc-forward span.got_cart {
    border: 1px solid;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 33px;
    line-height: 30px;
    width: 150px;
    border-radius: 30px; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  font-family: WooCommerce;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 25px;
  right: auto;
  bottom: 0; }

.outofstock .add_to_cart a.add_to_cart_link {
  pointer-events: none;
  background: white;
  border: 1px solid #e4e4e4;
  color: black; }
  .outofstock .add_to_cart a.add_to_cart_link svg.cart_icon {
    display: none; }
  .outofstock .add_to_cart a.add_to_cart_link span {
    margin-right: 0px; }

.woocommerce-checkout div#sifriapp_options_checkout_title {
  margin-top: 35px; }

.woocommerce-checkout .woocommerce {
  position: relative;
  width: 100%;
  max-width: 1077px; }

.woocommerce-checkout .woocommerce {
  margin-top: 25px; }

.woocommerce-checkout div#page_content {
  padding-top: 90px; }
  @media (min-width: 1024px) {
    .woocommerce-checkout div#page_content {
      padding-top: 155px; } }

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none; }

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  max-width: 100%; }

.woocommerce-checkout .woocommerce form .form-row input {
  height: 45px;
  margin-bottom: 15px; }

.woocommerce-checkout .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  color: #999; }

.woocommerce-checkout .woocommerce form .form-row input.input-text, .woocommerce-checkout .woocommerce form .form-row textarea {
  border: 0;
  border-bottom: 1px solid black; }

.woocommerce-checkout .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid;
  height: 45px;
  margin-bottom: 15px; }

.woocommerce-checkout .woocommerce form .form-row {
  padding: 0;
  margin: 0; }

.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: 'OpenSansHebrew-Bold'; }

.woocommerce-checkout .shipping_details {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: 'OpenSansHebrew-Bold'; }

.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  font-family: "Open Sans Hebrew";
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px; }

.woocommerce-checkout ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999; }

.woocommerce-checkout ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999; }

.woocommerce-checkout :-ms-input-placeholder {
  /* IE 10+ */
  color: #999; }

.woocommerce-checkout :-moz-placeholder {
  /* Firefox 18- */
  color: #999; }

.woocommerce-checkout .shipping_fields {
  margin-top: 50px; }
  .woocommerce-checkout .shipping_fields textarea#order_comments {
    height: 35px; }

.woocommerce-checkout .cart_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #D9D9D9; }
  .woocommerce-checkout .cart_item .product-thumbnail {
    width: 125px;
    padding-left: 25px; }
  .woocommerce-checkout .cart_item .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 100%; }
  .woocommerce-checkout .cart_item .product-total {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1; }
    .woocommerce-checkout .cart_item .product-total span.woocommerce-Price-amount.amount {
      order: 2; }
  .woocommerce-checkout .cart_item .product-name {
    font-size: 18px;
    padding-left: 15px; }

.woocommerce-checkout h3#order_review_heading {
  margin-top: 35px;
  margin-bottom: 5px;
  font-family: "Open Sans Hebrew";
  font-size: 20px; }

.woocommerce-checkout .cart-subtotal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0px; }
  .woocommerce-checkout .cart-subtotal span.woocommerce-Price-amount.amount {
    font-weight: normal; }

.woocommerce-checkout .hk {
  padding: 10px 0px;
  border-bottom: 1px solid #D9D9D9; }
  .woocommerce-checkout .hk span.shipit {
    font-size: 16px;
    font-weight: bold; }
  .woocommerce-checkout .hk ul#shipping_method * {
    font-weight: normal !important; }

.woocommerce-checkout .order-total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px; }

.woocommerce-checkout div#order_review {
  background-color: #F3F3F3;
  padding: 10px 20px 30px;
  margin-top: 20px; }

.woocommerce-checkout .woocommerce #payment #place_order {
  margin: 0;
  background: black;
  border-radius: 0;
  height: 58px;
  font-weight: 100;
  font-size: 18px;
  font-family: "Open Sans Hebrew Condensed";
  width: 100%;
  margin-top: 25px; }

.woocommerce-checkout .woocommerce-checkout #payment {
  background: transparent; }

.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
  border-bottom: 0 !important; }

.woocommerce-checkout .form-row.place-order {
  padding: 0 !important; }

.woocommerce-checkout .woocommerce-invalid-required-field input {
  border-bottom: 2px solid red !important; }

.woocommerce-checkout ul.woocommerce-error li:first-child {
  display: block !important; }

.woocommerce-checkout ul.woocommerce-error li {
  display: none; }

@media (min-width: 1024px) {
  .woocommerce-checkout .woocommerce {
    margin-top: 15px; }
  .woocommerce-checkout .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .woocommerce-checkout .container h1 {
      min-width: 180px;
      font-size: 40px; } }
    @media (min-width: 1024px) and (min-width: 1200px) {
      .woocommerce-checkout .container h1 {
        min-width: 280px; } }

@media (min-width: 1024px) {
  .woocommerce-checkout form.checkout.woocommerce-checkout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .woocommerce-checkout form.checkout.woocommerce-checkout .flex1 {
      min-width: 50%;
      padding-left: 55px;
      flex-basis: 100%; }
    .woocommerce-checkout form.checkout.woocommerce-checkout .flex2 {
      min-width: 368px;
      max-width: 368px; }
  .woocommerce-checkout h3#order_review_heading {
    margin-top: 0px;
    font-family: 'OpenSansHebrew-Bold'; } }

h3.rel_title {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 40px; }
  @media (min-width: 1023px) {
    h3.rel_title {
      font-size: 40px;
      margin-top: 70px; } }

@media (min-width: 500px) {
  .related_products .product {
    border-top: 1px solid #E4E4E4; } }

div.free_chapter {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: white;
  padding: 50px 20px;
  z-index: 99;
  height: 100%;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  div.free_chapter h3.free_title {
    margin: 20px 0px;
    font-size: 32px; }
  div.free_chapter img.close_it {
    position: fixed;
    right: 19px;
    top: 20px;
    max-width: 25px;
    cursor: pointer; }
  div.free_chapter.show_it {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  @media (min-width: 1024px) {
    div.free_chapter {
      background: rgba(0, 0, 0, 0.6);
      overflow: hidden;
      overflow-y: scroll; }
      div.free_chapter .caption {
        background: white;
        top: 15%;
        right: auto;
        bottom: auto;
        height: auto;
        width: 50%;
        margin: 0 auto;
        overflow: hidden;
        overflow-x: hidden;
        padding: 75px 35px 40px;
        position: relative;
        margin-bottom: 100px; }
      div.free_chapter img.close_it {
        position: absolute;
        right: auto;
        left: 35px;
        top: 35px;
        max-width: 30px;
        cursor: pointer; } }

.woocommerce-account div#page_content {
  background-color: #fff;
  padding-top: 150px;
  min-height: 60vh; }

.product_list .product .product_footer span.price {
  position: relative;
  padding-left: 10px; }
  @media (min-width: 1024px) {
    .product_list .product .product_footer span.price {
      padding-left: 0px; } }
  .product_list .product .product_footer span.price:after {
    content: '';
    position: absolute;
    left: -1px;
    height: 30px;
    background: #E4E4E4;
    width: 1px;
    top: 0px;
    /*   @media (min-width: 500px){
         top: -5px;

    }
*/ }
    @media (min-width: 1024px) {
      .product_list .product .product_footer span.price:after {
        left: -11px;
        height: 38px;
        width: 1px;
        top: 0; } }

.single-product .product_cat-event .gift {
  line-height: 1;
  font-size: 16px;
  margin: 15px 0px 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E4E4E4; }
  .single-product .product_cat-event .gift img {
    margin-left: 10px;
    vertical-align: bottom; }
  @media (min-width: 768px) {
    .single-product .product_cat-event .gift .wrap {
      max-width: 240px;
      text-align: right; } }

.single-product .product_variations.hidden_variations a.product-variation span.price ins span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  padding-right: 5px; }

.single-product .product_pic {
  display: block !important;
  padding-top: 45px;
  margin-bottom: 55px; }
  @media (min-width: 768px) {
    .single-product .product_pic {
      padding-top: 0px; } }
  .single-product .product_pic div.product_img {
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer; }
    @media (min-width: 768px) {
      .single-product .product_pic div.product_img {
        height: auto; } }
    .single-product .product_pic div.product_img img.img_holder {
      width: 100%;
      opacity: 0; }
  .single-product .product_pic .slick-dots {
    bottom: -45px; }
    .single-product .product_pic .slick-dots li button:before {
      border: 1px solid black; }
    .single-product .product_pic .slick-dots .slick-active button:before {
      background: black; }

.product_content .product_list .product {
  border-top: 0;
  margin-bottom: 20px; }

.product_content .columns-4 {
  border-top: 0; }

@media (min-width: 500px) {
  .product_content .columns-4 {
    border-top: 1px solid #E4E4E4; }
  .product_content .product_list .product {
    border-top: 1px solid #E4E4E4;
    margin-bottom: 0px; } }

@media (min-width: 1600px) {
  .product_content .product_list .product {
    flex-basis: 33.33333333%; } }

@media (max-width: 499px) {
  .woocommerce div.product {
    margin-bottom: 35px; } }

.product_content ul li {
  font-size: 14px; }
  @media (min-width: 1024px) {
    .product_content ul li {
      font-size: 18px; } }

.product_content ul ol {
  font-size: 14px; }
  @media (min-width: 1024px) {
    .product_content ul ol {
      font-size: 18px; } }

span.align_help.copy_click {
  position: relative; }

span.copy_tooltip {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
  text-align: center;
  padding-right: 0 !important;
  font-size: 12px;
  min-width: 94px;
  color: white;
  line-height: 22px;
  border-radius: 20px;
  background: #bebebe;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  span.copy_tooltip.fade_in {
    opacity: 1 !important;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

.single-product .product_type_event .exteral_link_wrap {
  padding: 30px 0px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4; }
  .single-product .product_type_event .exteral_link_wrap a.ext {
    background: #1a0b0b;
    color: white;
    width: 150px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px; }

.store_nav {
  border-bottom: 1px solid #000000;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }
  .store_nav .dropdown-toggle::after {
    position: absolute;
    left: 20px;
    top: 25px;
    transform: rotate(90deg) translate(-25%, 0);
    margin: 0; }
  .store_nav .choose {
    border: 1px solid #000000;
    border-bottom: 0;
    line-height: 50px;
    font-size: 18px;
    position: relative; }
    .store_nav .choose:after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
      position: absolute;
      left: 20px;
      top: 25px;
      transform: rotate(0deg) translate(0%, 0);
      margin: 0; }
    @media (min-width: 1024px) {
      .store_nav .choose {
        display: none; } }
  .store_nav.open .store_menu {
    max-height: 100000px;
    overflow: visible;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -ms-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease; }
  @media (min-width: 1024px) {
    .store_nav {
      border-bottom: 0; }
      .store_nav * {
        border: 0 !important; } }
  .store_nav span.filter_help {
    display: block;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }
    .store_nav span.filter_help.active {
      color: #CC4411;
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }
    .store_nav span.filter_help:hover {
      color: #CC4411;
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }
    @media (max-width: 1024px) {
      .store_nav span.filter_help {
        display: none; } }

.store_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }
  .store_menu li {
    border: 1px solid #000000;
    border-bottom: 0;
    line-height: 50px;
    font-size: 18px;
    position: relative; }
    @media (min-width: 1024px) {
      .store_menu li {
        margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      .store_menu li.menu-item-has-children.dropdown {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 30px; }
        .store_menu li.menu-item-has-children.dropdown span.filter_help {
          margin-bottom: 0px; }
        .store_menu li.menu-item-has-children.dropdown > a {
          display: none; }
        .store_menu li.menu-item-has-children.dropdown > .filter_help:first-child {
          margin-bottom: 20px;
          font-family: 'OpenSansHebrew-Bold'; } }
    .store_menu li span.title_wrap {
      padding-right: 20px; }
    .store_menu li a {
      display: block;
      text-align: right;
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }
      @media (min-width: 1024px) {
        .store_menu li a {
          pointer-events: none; } }
    .store_menu li a.dropdown-toggle:after {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .store_menu li a.dropdown-toggle.open:after {
      transform: rotate(0deg) translate(0%, 0);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  @media (min-width: 1024px) {
    .store_menu {
      max-height: 100000px;
      overflow: visible; } }
  .store_menu ul.dropdown-menu {
    z-index: 1; }
    .store_menu ul.dropdown-menu li {
      border-right: 0;
      border-left: 0;
      font-size: 15px;
      line-height: 40px; }
      @media (min-width: 1024px) {
        .store_menu ul.dropdown-menu li {
          font-size: 16px;
          font-weight: normal;
          line-height: 1;
          margin-bottom: 5px; }
          .store_menu ul.dropdown-menu li a {
            display: none; } }
    .store_menu ul.dropdown-menu.open {
      position: relative;
      display: block !important;
      right: 0;
      left: 0;
      float: none;
      text-align: center;
      padding: 0;
      margin: 0;
      border: 0; }
    @media (min-width: 1024px) {
      .store_menu ul.dropdown-menu {
        position: relative;
        display: block !important;
        right: 0;
        left: 0;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0;
        border: 0; } }

@media (min-width: 768px) {
  .woocommerce-checkout footer.site-footer .container {
    display: block !important; } }

.single-gates {
  /* loading dots */ }
  .single-gates .site-footer {
    margin-top: 5px; }
    @media (min-width: 768px) {
      .single-gates .site-footer {
        margin-top: 8px; } }
  .single-gates .gates_title {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .single-gates .gates_title {
        font-size: 40px; } }
  .single-gates .gates_carusel {
    padding: 30px 0px;
    background-color: #1a0b0b;
    height: auto;
    z-index: 99;
    font-size: 22px;
    color: white;
    padding-right: 15px;
    background-size: cover;
    background-position: center; }

    @media (min-width: 768px) {
      .single-gates .gates_carusel {
        padding: 40px 30px 35px; } }
    @media (min-width: 1024px) {
      .single-gates .gates_carusel {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        } }



    .single-gates .gates_carusel .gates_title {
      line-height: 1;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .single-gates .gates_carusel .gates_title {
    font-size: 40px;
    height: 100%;
    display: flex;
    align-items: center; } }
    .single-gates .gates_carusel div.gates_menu ul.gates_menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      overflow-x: scroll;
      margin: 0px auto;
      padding-right: 0; }
      @media (min-width: 1024px) {
        .single-gates .gates_carusel div.gates_menu ul.gates_menu {
          overflow: hidden; } }
      .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {
        text-align: center;
        min-width: 65px;
        margin-left: 17.5px;
        line-height: 10px; }
        .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item.active {
         /* display: none;*/ }
        .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item:last-child {
          margin-left: 0; }
        @media (min-width: 1100px) {
          .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {
            min-width: 95px; } }
        @media (min-width: 1400px) {
          .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {
            margin-left: 30.5px; } }
        @media (min-width: 1600px) {
          .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {
            margin-left: 70px; } }
        .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item img.menu_item_icon {
          margin-left: 25px;
          max-width: 35px;
          margin: 0 auto;
          display: block;
          height: 40px; }
          @media (min-width: 1024px) {
            .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item img.menu_item_icon {
              max-width: 60px;
              height: 55px; } }




        .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item svg {
          margin-left: 25px;
          max-width: 35px;
          margin: 0 auto;
          display: block;
          height: 40px; }
          @media (min-width: 1024px) {
            .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item svg {
              max-width: 60px;
              height: 55px; } }




        .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px; }
          @media (min-width: 1100px) {
            .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap {
              font-size: 18px;
              margin-top: 20px; } }
   /* @media (min-width: 768px) {
      .single-gates .gates_carusel .gates_menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        justify-content: space-between;
        max-width: 1350px;
        margin: 0 auto; } }*/
  .single-gates .new_title {
    margin: 30px auto; }
    @media (min-width: 1024px) {
      .single-gates .new_title {
        margin: 90px auto 30px !important; } }
  .single-gates div#page_content {
    background-color: #fff;
    padding-top: 39px; }
    @media (min-width: 1024px) {
      .single-gates div#page_content {
        padding-top: 65px; } }
    .single-gates div#page_content .gate_top_img {
      background-size: cover;
      height: 380px;
      position: relative;
      background-position: center; }
        @media (min-width: 1024px) {
       .single-gates div#page_content .gate_top_img {
  
      height: 480px;}

        }
      @media (min-width: 1500px) {
        .single-gates div#page_content .gate_top_img {
          height: 645px;
          background-position: bottom; } }
      .single-gates div#page_content .gate_top_img .caption {
        position: absolute;
        bottom: 170px;
        right: 20px;
        left: 20px;
        color: white;
        z-index: 2; }
        .single-gates div#page_content .gate_top_img .caption h1 {
          font-size: 35px;
          margin-bottom: 10px;
          line-height: 1; }
          @media (min-width: 1100px) {
            .single-gates div#page_content .gate_top_img .caption h1 {
              font-size: 70px;
              margin-bottom: 15px; } }
          @media (min-width: 1700px) {
            .single-gates div#page_content .gate_top_img .caption h1 {
              font-size: 72px;
              margin-bottom: 10px; } }
      .single-gates div#page_content .gate_top_img:after {
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 50%;
        z-index: 1; }
  .single-gates .content {
    margin-bottom: 0px;
    padding-bottom: 30px; }
    @media (min-width: 1200px) {
      .single-gates .content {
        padding-bottom: 40px; } }
    .single-gates .content h3.blog_sec_title {
      text-align: right;
      margin: 0;
      line-height: 1; }
      @media (min-width: 1024px) {
        .single-gates .content h3.blog_sec_title {
          font-size: 40px; } }
    @media (min-width: 1200px) {
      .single-gates .content p {
        max-width: 1360px;
        margin: 0 auto;
        font-size: 24px; 
            line-height: 38px;

        } }
    .single-gates .content img.gate_icon {
      width: 70px;
      margin-bottom: 30px; }

@keyframes dots {
  0%, 20% {
    color: transparent;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent; }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent; }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 transparent; }
  80%, 100% {
    text-shadow: .25em 0 0 white,
 .5em 0 0 white; } }
  .single-gates .loading_posts {
    margin: 40px auto;
    font-size: 23px;
    background-image: url(/unicorn/images/open_txt_box.svg);
    background-size: 45px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease; }
    .single-gates .loading_posts:active, .single-gates .loading_posts:focus {
      padding-bottom: 70px;
      -webkit-transition: all 1.5s ease;
      -moz-transition: all 1.5s ease;
      -ms-transition: all 1.5s ease;
      -o-transition: all 1.5s ease;
      transition: all 1.5s ease; }

@keyframes blink {
  /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
  0% {
    opacity: .2; }
  /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
  20% {
    opacity: 1; }
  /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
  100% {
    opacity: 0; } }
  .single-gates .loading span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both; }
  .single-gates .loading span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s; }
  .single-gates .loading span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s; }
  @media only screen and (min-width: 1024px) {
    .single-gates .products_con h3.blog_sec_title {
      font-size: 40px; } }
  .single-gates .product_list {
    margin-top: 35px; }
    @media only screen and (min-width: 1024px) {
      .single-gates .product_list {
        border-top: 1px solid #E4E4E4; } }
  .single-gates .recos_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px; }
    @media only screen and (min-width: 1400px) {
      .single-gates .recos_list {
        margin-top: 75px; } }
    .single-gates .recos_list h3.blog_sec_title {
      min-width: 100%;
      margin-bottom: 60px; }
      @media only screen and (min-width: 1024px) {
        .single-gates .recos_list h3.blog_sec_title {
          font-size: 40px; } }
    .single-gates .recos_list .reco_item {
      text-align: center;
      margin-bottom: 50px;
      position: relative; }
      @media only screen and (min-width: 600px) {
        .single-gates .recos_list .reco_item {
          flex-basis: 50%; } }
      @media only screen and (min-width: 1024px) {
        .single-gates .recos_list .reco_item {
          flex-basis: 33.333333%;
          margin-bottom: 80px; } }
      @media only screen and (min-width: 1400px) {
        .single-gates .recos_list .reco_item {
          flex-basis: 25%; } }
      .single-gates .recos_list .reco_item img.reco_pic {
        margin-bottom: 30px;
        width: 170px; }
        @media only screen and (min-width: 1600px) {
          .single-gates .recos_list .reco_item img.reco_pic {
            margin-bottom: 40px;
            width: 270px; } }
      .single-gates .recos_list .reco_item p {
        margin: 20px 15px 35px;
        font-size: 18px; }
      .single-gates .recos_list .reco_item .rec_contact img {
        margin: 0px 5px;
        height: 44px; }
    .single-gates .recos_list .reco_modal {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 60px;
      top: 0;
      cursor: pointer;
      display: block !important; }
      .single-gates .recos_list .reco_modal .none {
        display: none; }
  .single-gates .reco_modal.fancybox-content {
    padding: 40px 30px;
    text-align: center;
    max-width: 1070px; }
    .single-gates .reco_modal.fancybox-content h4.reco_name {
      margin: 15px 0px 10px; }
    .single-gates .reco_modal.fancybox-content img.author_contact_icon {
      margin: 0px 5px;
      height: 44px; }
    .single-gates .reco_modal.fancybox-content .rec_contact {
      margin-top: 35px; }
    .single-gates .reco_modal.fancybox-content img.reco_pic {
      width: 170px;
      margin-bottom: 10px; }
    .single-gates .reco_modal.fancybox-content img.close_it {
      position: absolute;
      right: 15px;
      top: 20px;
      width: 25px;
      z-index: 9;
      cursor: pointer; }
    .single-gates .reco_modal.fancybox-content .nav {
      margin-top: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center; }
      .single-gates .reco_modal.fancybox-content .nav img {
        margin: 0px 15px;
        cursor: pointer; }
    @media only screen and (min-width: 600px) {
      .single-gates .reco_modal.fancybox-content .none {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        .single-gates .reco_modal.fancybox-content .none img.reco_pic {
          min-width: 270px;
          margin-bottom: 85px; }
        .single-gates .reco_modal.fancybox-content .none .rec_info {
          text-align: right;
          padding-right: 30px;
          flex-basis: 100%; }
        .single-gates .reco_modal.fancybox-content .none .nav {
          justify-content: flex-end;
          margin-top: 0; }
          .single-gates .reco_modal.fancybox-content .none .nav img {
            margin: 0px 7px; } }
  @media only screen and (min-width: 600px) and (min-width: 1200px) {
    .single-gates .reco_modal.fancybox-content .none img.close_it {
      right: 30px;
      top: 30px;
      width: 32px; }
    .single-gates .reco_modal.fancybox-content .none h4.reco_name {
      font-size: 24px;
      margin-top: 0;
      margin-bottom: 20px; } }
  .single-gates .fancybox-container * {
    direction: rtl; }
  .single-gates .fancybox-can-pan .fancybox-content, .single-gates .fancybox-can-swipe .fancybox-content {
    cursor: inherit; }
  .single-gates .fancybox-is-open .fancybox-bg {
    background-color: #1D271C;
    opacity: 0.94; }
  .single-gates button.fancybox-button.fancybox-close-small {
    display: none; }
  .single-gates a.pop_trigger {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 80px;
    z-index: 1; }
  .single-gates .fancybox-navigation {
    display: none !important; }
  .single-gates .fancybox-infobar {
    opacity: 0 !important;
    visibility: hidden !important; }
  @media only screen and (min-width: 1024px) {
    .single-gates .fancybox-infobar {
      opacity: 1 !important;
      visibility: visible !important;
      color: white;
      font-size: 25px;
      bottom: 20px;
      top: auto;
      left: 20px; } }

.gallery_item a.slide_link {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3; }

@media (min-width: 1024px) {
  .home hr.home_hr {
    display: block !important; } }

@media (min-width: 1200px) {
  .home footer.site-footer {
    margin-top: 180px; } }

@media (min-width: 1024px) {
  .home div#page_content {
    padding-top: 64px; } }

.home .carusel_wrap {
  position: relative; }
  .home .carusel_wrap .content {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 40px;
    z-index: 3; }
    .home .carusel_wrap .content p {
      margin-bottom: 0; }
  .home .carusel_wrap .slick-dots {
    bottom: 160px;
    text-align: right;
    padding: 0px 12px; }
    @media (min-width: 1024px) {
      .home .carusel_wrap .slick-dots {
        bottom: 190px;
        padding-right: 70px; } }
    @media (min-width: 1700px) {
      .home .carusel_wrap .slick-dots {
        padding-right: 135px; } }
  .home .carusel_wrap .slick-slider {
    margin-bottom: 0px; }

.home .top_slider .caption {
  position: absolute;
  bottom: 190px;
  right: 20px;
  left: 20px;
  color: white;
  z-index: 3; }
  @media (min-width: 500px) {
    .home .top_slider .caption {
      max-width: 70%; } }
  @media (min-width: 500px) and (min-width: 1100px) {
    .home .top_slider .caption {
      max-width: 690px;
      bottom: 225px; } }
  @media (min-width: 500px) and (min-width: 1100px) and (min-height: 960px) {
    .home .top_slider .caption {
      bottom: 225px; } }
  @media (min-width: 500px) and (min-width: 1600px) {
    .home .top_slider .caption {
      max-width: 790px; } }
  .home .top_slider .caption h2 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 1; }
    @media (min-width: 1100px) {
      .home .top_slider .caption h2 {
        font-size: 70px;
        margin-bottom: 15px; } }
    @media (min-width: 1700px) {
      .home .top_slider .caption h2 {
        font-size: 72px;
        margin-bottom: 10px; } }
  .home .top_slider .caption p {
    margin-bottom: 0; }
    @media (min-width: 1100px) {
      .home .top_slider .caption p {
        font-size: 20px; } }

.home .top_slider .gallery_item {
  background-size: cover;
  height: 520px;
  background-position: center bottom; }
  @media (min-width: 1024px) {
    .home .top_slider .gallery_item {
      height: calc(100vh - 170px);
      max-height: 960px;
      min-height: 650px; } }
  .home .top_slider .gallery_item:after {
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60%;
    z-index: 1; }

@media (min-width: 1700px) {
  .home div#post_list {
    margin: 0px -25px; } }

.home h3.section_title {
  color: #1a0b0b;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  position: relative; }
  @media (min-width: 1024px) {
    .home h3.section_title {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .home h3.section_title {
      font-size: 40px;
      margin-bottom: 30px; } }
  .home h3.section_title span.go_to_link {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 18px;
    font-weight: normal;
    font-family: 'OpenSansHebrew-Regular';
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .home h3.section_title span.go_to_link img.arrow_left {
      width: 20px;
      margin-right: 15px;
      box-sizing: content-box;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .home h3.section_title span.go_to_link:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: #CC4411; }
      .home h3.section_title span.go_to_link:hover img.arrow_left {
        padding-right: 15px !important;
        margin-left: -15px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }

.home section.container.curses_con {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .home section.container.curses_con {
      margin-top: 65px; } }
  @media (min-width: 768px) {
    .home section.container.curses_con .home_events {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      .home section.container.curses_con .home_events .home_event {
        flex-basis: 48%; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .home section.container.curses_con .home_events .home_event a.home_event_link {
        width: 220px;
        height: 55px;
        font-size: 19px; }
      .home section.container.curses_con .home_events .home_event p.top_title {
        margin-bottom: 6px;
        font-size: 18px;
        position: relative;
        padding-right: 50px; }
        .home section.container.curses_con .home_events .home_event p.top_title:before {
          content: '';
          position: absolute;
          right: 0;
          width: 35px;
          height: 1px;
          background: black;
          top: 50%;
          transform: translate(0%, -50%); } }
    @media (min-width: 768px) and (min-width: 1400px) {
      .home section.container.curses_con .home_events .home_event .img {
        height: 430px; } }
  @media (min-width: 768px) and (min-width: 1400px) and (min-width: 1400px) {
    .home section.container.curses_con .home_events .home_event .img {
      height: 525px; } }
    @media (min-width: 768px) and (min-width: 1400px) {
      .home section.container.curses_con .home_events .home_event .event_info {
        position: absolute;
        bottom: -85px;
        right: 0;
        left: 100px;
        padding-right: 45px;
        padding-top: 20px;
        max-width: 530px; } }
  .home section.container.curses_con .home_event {
    margin-bottom: 30px;
    position: relative; }
    .home section.container.curses_con .home_event .img {
      height: 230px;
      background-size: cover;
      background-position: center top; }
    .home section.container.curses_con .home_event p.top_title {
      margin-bottom: 25px;
      font-size: 15px; }
    .home section.container.curses_con .home_event h3.home_event_title {
      color: #1a0b0b;
      font-size: 22px;
      line-height: 1;
      margin-bottom: 15px; }
    .home section.container.curses_con .home_event .excerpt {
      margin-bottom: 35px; }
    .home section.container.curses_con .home_event .event_info {
      background-color: #f5f0f0;
      padding: 10px 15px 0px;
      padding-left: 20px; }
    .home section.container.curses_con .home_event a.home_event_link {
      width: 110px;
      height: 36px;
      color: white;
      background: #1a0b0b;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: auto;
      margin-left: -20px;
      font-size: 16px; }

@media (max-width: 768px) {
  .home section.products_section {
    max-width: 100%; } }

@media (min-width: 500px) {
  .home .product_list .product {
    border-top: 1px solid #E4E4E4; } }

@media (min-width: 769px) {
  .home section.container.events_gallery_con {
    margin-top: 70px;
    margin-bottom: 45px; }
    .home section.container.events_gallery_con h3.section_title {
      text-align: center; } }

.home section.container.events_gallery_con .events_gallery {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px;
  max-width: 780px;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .home section.container.events_gallery_con .events_gallery {
      padding-bottom: 30px; } }
  .home section.container.events_gallery_con .events_gallery .slick-dots {
    bottom: 85px; }
    @media (min-width: 1024px) {
      .home section.container.events_gallery_con .events_gallery .slick-dots {
        bottom: 65px; } }
  .home section.container.events_gallery_con .events_gallery .gallery_item {
    height: 220px;
    background-size: cover; }
    @media (min-width: 500px) {
      .home section.container.events_gallery_con .events_gallery .gallery_item {
        height: 350px; } }
    @media (min-width: 1024px) {
      .home section.container.events_gallery_con .events_gallery .gallery_item {
        height: 550px;
        background-position: center; } }
  .home section.container.events_gallery_con .events_gallery .caption {
    padding-top: 10px; }
    .home section.container.events_gallery_con .events_gallery .caption p {
      margin-bottom: 0; }
  @media (min-width: 1024px) {
    .home section.container.events_gallery_con .events_gallery {
      border-bottom: 0;
      padding-bottom: 0px !important; } }

@media (max-width: 768px) {
  .home section.container.blog_con {
    max-width: 100%; } }

.home section.container.banner_con {
  margin: 50px auto; }
  .home section.container.banner_con img {
    width: 100%; }
  @media (min-width: 768px) {
    .home section.container.banner_con img.banner_mobile {
      display: none; }
    .home section.container.banner_con img.banner {
      display: block !important; } }
  @media (min-width: 1024px) {
    .home section.container.banner_con {
      margin: 75px auto; } }
  @media (min-width: 1024px) and (min-width: 1400px) {
    .home section.container.banner_con {
      margin: 160px auto 75px; } }

@media (min-width: 1024px) {
  .home section.container.blog_con {
    margin-top: 60px; } }

@media (max-width: 1023px) {
  .home .vertical_sentence {
    display: none; } }

@media (min-width: 1024px) {
  .home .vertical_sentence {
    display: block;
    position: absolute;
    top: 50%;
    left: 95px;
    transform: translate(0%, 80px) rotate(-90deg);
    transform-origin: bottom left;
    color: white;
    font-size: 30px;
    letter-spacing: 0px;
    font-family: 'almoni-neue-bold'; } }
  @media (min-width: 1024px) and (min-height: 700px) {
    .home .vertical_sentence {
      transform: translate(0%, 150px) rotate(-90deg);
      left: 130px;
      font-size: 55px; } }
  @media (min-width: 1024px) and (min-height: 960px) {
    .home .vertical_sentence {
      transform: translate(0%, 45px) rotate(-90deg);
      left: 145px;
      font-size: 58px; } }

.home .gates_carusel {
  padding: 15px 0px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(25, 10, 11, 0.6);
  height: auto;
  z-index: 8;
  font-size: 22px;
  color: white;
  padding-right: 15px; }
  @media (min-width: 1024px) {
    .home .gates_carusel {
      height: 160px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0; } }
  .home .gates_carusel .gates_title {
    line-height: 1;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .home .gates_carusel .gates_title {
    font-size: 40px;
    height: 100%;
    align-items: center;
    display: flex; } }
  .home .gates_carusel div.gates_menu ul.gates_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-x: scroll;
    margin: 0px auto;
    padding-right: 0; }
    @media (min-width: 1024px) {
      .home .gates_carusel div.gates_menu ul.gates_menu {
        overflow: hidden; } }
    .home .gates_carusel div.gates_menu ul.gates_menu .menu-item {
      text-align: center;
      min-width: 18%;
      margin-left: 17.5px;
      line-height: 10px; }
      .home .gates_carusel div.gates_menu ul.gates_menu .menu-item:last-child {
        margin-left: 0; }
      @media (min-width: 1100px) {
        .home .gates_carusel div.gates_menu ul.gates_menu .menu-item {
          min-width: 95px; } }
      @media (min-width: 1400px) {
        .home .gates_carusel div.gates_menu ul.gates_menu .menu-item {
          margin-left: 30.5px; } }
      @media (min-width: 1600px) {
        .home .gates_carusel div.gates_menu ul.gates_menu .menu-item {
          margin-left: 70px; } }
      .home .gates_carusel div.gates_menu ul.gates_menu .menu-item img.menu_item_icon {
        margin-left: 25px;
        max-width: 35px;
        margin: 0 auto;
        display: block;
        height: 40px; }

              .home .gates_carusel div.gates_menu ul.gates_menu .menu-item svg {
        margin-left: 25px;
        max-width: 35px;
        margin: 0 auto;
        display: block;
        height: 40px; }
        @media (min-width: 1024px) {
          .home .gates_carusel div.gates_menu ul.gates_menu .menu-item img.menu_item_icon {
            max-width: 60px;
            height: 45px; }

                      .home .gates_carusel div.gates_menu ul.gates_menu .menu-item svg {
            max-width: 60px;
            height: 45px; }


             }
      .home .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap {
        font-size: 11.2px;
        line-height: 15px;
        margin-top: 10px;
        display: block; }
        @media (min-width: 1100px) {
          .home .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap {
            font-size: 18px;
            margin-top: 20px; } }

.page-template-page-events .event_past {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px 25px;
  color: white;
  background-color: rgba(25, 10, 11, 0.6);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px; }
  @media only screen and (min-width: 1024px) {
    .page-template-page-events .event_past {
      font-size: 24px;
      padding: 15px 15px 40px; } }
  @media only screen and (min-width: 1600px) {
    .page-template-page-events .event_past {
      padding: 25px 30px 90px; } }

.page-template-page-events .product_list.events_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 500px) {
  .page-template-page-events .product_list {
    flex-wrap: wrap-reverse;
 }
  .page-template-page-events .event {
    direction: rtl; } }

.page-template-page-events div#page_content {
  padding-top: 40px; }
  @media only screen and (min-width: 1024px) {
    .page-template-page-events div#page_content {
      padding-top: 67px; } }

.page-template-page-events .carusel_wrap {
  position: relative; }
  .page-template-page-events .carusel_wrap h1.page_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white !important;
    z-index: 9;
    font-size: 40px; }
    @media only screen and (min-width: 1024px) {
      .page-template-page-events .carusel_wrap h1.page_title {
        left: auto;
        top: auto;
        transform: none;
        bottom: 70px;
        right: 40px;
        font-size: 90px; } }
    @media only screen and (min-width: 1700px) {
      .page-template-page-events .carusel_wrap h1.page_title {
        bottom: 70px; } }
  .page-template-page-events .carusel_wrap:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.72) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    z-index: 1;
    box-shadow: 3px 11px 20px 20px rgba(0, 0, 0, 0.05); }

.page-template-page-events .slick-dots {
  z-index: 2; }
  @media only screen and (min-width: 1024px) {
    .page-template-page-events .slick-dots {
      bottom: 40px; } }

.page-template-page-events .top_carusel {
  margin: 0; }
  .page-template-page-events .top_carusel .gallery_item {
    height: 350px;
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 600px) {
      .page-template-page-events .top_carusel .gallery_item {
        height: 380px; } }
    @media only screen and (min-width: 992px) {
      .page-template-page-events .top_carusel .gallery_item {
        height: 380px; } }
    @media only screen and (min-width: 1024px) {
      .page-template-page-events .top_carusel .gallery_item {
        height: 400px; } }

.page-template-page-events .under_slidertext {
  margin: 40px 0px;
  font-size: 18px; }
  @media only screen and (min-width: 992px) {
    .page-template-page-events .under_slidertext {
      margin: 25px 0px 80px; } }

@media only screen and (min-width: 1024px) {
  .events_list {
    justify-content: space-between; } }

.events_list .product.event {
  position: relative;
  flex-basis: 100%;
  margin-bottom: 80px;
  border: 0;
  border-bottom: 1px solid #E4E4E4; }
  @media only screen and (min-width: 1024px) {
    .events_list .product.event {
      flex-basis: 49%; } }
  @media only screen and (min-width: 1400px) {
    .events_list .product.event {
      flex-basis: 48%;
      margin-bottom: 92px; } }
  .events_list .product.event span.free_entry {
    background: #CC5315;
    color: white;
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -5px;
    top: 10px;
    font-size: 14px;
    z-index: 2;
    display: none; }
    @media only screen and (min-width: 1200px) {
      .events_list .product.event span.free_entry {
        width: 131px;
        height: 47px;
        font-size: 18px;
        top: 30px;
        left: -10px; } }
  .events_list .product.event .product_body {
    flex-direction: column;
    text-align: right; }
    .events_list .product.event .product_body .product_img {
      min-height: 220px;
      background-size: cover;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .events_list .product.event .product_body .product_img {
          min-height: 400px; } }
      @media only screen and (min-width: 1024px) {
        .events_list .product.event .product_body .product_img {
          min-height: 300px; } }
      @media only screen and (min-width: 1400px) {
        .events_list .product.event .product_body .product_img {
          min-height: 400px; } }
      @media only screen and (min-width: 1600px) {
        .events_list .product.event .product_body .product_img {
          min-height: 510px; } }
  .events_list .product.event h2.event_title {
    line-height: 1;
    font-size: 25px;
    margin: 15px 0px 10px; }
  .events_list .product.event .product_footer {
    height: 40px;
    align-items: center; }
    .events_list .product.event .product_footer .wrap_help {
      align-items: center;
      padding-right: 0px; }
    @media only screen and (min-width: 1400px) {
      .events_list .product.event .product_footer {
        height: 48px; } }
    @media only screen and (min-width: 1400px) {
      .events_list .product.event .product_footer .sale_info {
        font-size: 16px;
        line-height: 1.3; } }
    .events_list .product.event .product_footer span.price {
      font-size: 16px;
      font-weight: 700; }
      @media only screen and (min-width: 1024px) {
        .events_list .product.event .product_footer span.price {
          font-size: 22px; } }
    .events_list .product.event .product_footer span.f_entry {
      font-size: 16px;
      font-weight: normal; }
      @media only screen and (min-width: 1024px) {
        .events_list .product.event .product_footer span.f_entry {
          font-size: 18px; } }
  .events_list .product.event a.event_link {
    background: #1a0b0b;
    color: white;
    width: 150px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px; }
    @media only screen and (min-width: 1400px) {
      .events_list .product.event a.event_link {
        height: 48px;
        width: 183px; } }
  .events_list .product.event .date {
    font-size: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .events_list .product.event .date img.cal_icon {
      margin-left: 10px; }

.single-product .product_type_event .date {
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 20px; }
  .single-product .product_type_event .date img.cal_icon {
    margin-left: 10px; }

@media (min-width: 768px) {
  .single-product .product_type_event .single-product .add_to_cart {
    position: relative;
    box-shadow: none;
    padding: 30px 0px 0px;
    z-index: 0; } }

.single-product .product_type_event .product_pic {
  margin: 0 -15px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .single-product .product_type_event .product_pic img {
    opacity: 0; }
  @media only screen and (min-width: 768px) {
    .single-product .product_type_event .product_pic {
      background-image: none !important; }
      .single-product .product_type_event .product_pic img {
        opacity: 1;
        width: 100%; } }

.single-product .product_type_event .quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  border: 1px solid #000000;
  font-size: 18px;
  height: 58px;
  max-width: 172px;
  margin: 0px 0px 20px; }
  .single-product .product_type_event .quantity > div {
    flex: 1;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .single-product .product_type_event .quantity .quantity-up {
    background-image: url(/unicorn/images/plus.jpg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center; }
  .single-product .product_type_event .quantity .quantity-down {
    background-image: url(/unicorn/images/minus.jpg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center; }
  .single-product .product_type_event .quantity .input_holder {
    border-right: 1px solid black;
    border-left: 1px solid black; }
  .single-product .product_type_event .quantity input[type="number"] {
    border: 0;
    text-align: center;
    -moz-appearance: textfield;
    max-width: 100%; }
  .single-product .product_type_event .quantity input[type=number]::-webkit-inner-spin-button, .single-product .product_type_event .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .single-product .product_type_event .quantity .input_holder {
    width: 58px;
    overflow: hidden; }

.single-product .product_type_event .add_to_cart .date {
  display: none !important; }

.single-product .product_type_event a.added_to_cart.wc-forward {
  display: none !important; }

.single-product .product_type_event .product_info {
  margin-bottom: 15px;
  margin-top: 15px; }

.single-product .product_type_event a.product-variation.active {
  height: 60px; }

@media only screen and (min-width: 1024px) {
  .single-product .product_type_event .product_info {
    border-bottom: 0;
    margin-bottom: 25px !important;
    margin-top: 0 !important; }
  .single-product .product_type_event .eve_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #E4E4E4;
    padding-top: 30px; }
    .single-product .product_type_event .eve_wrap .quantity {
      margin-bottom: 0 !important;
      min-width: 172px; }
    .single-product .product_type_event .eve_wrap .add_to_cart {
      padding-top: 0px !important;
      order: 2;
      margin-right: 15px; }
  .single-product .product_type_event .papers_reviews {
    background-color: rgba(0, 0, 0, 0.03); } }

.single-product .product_type_event h3.on_author {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold; }

.single-product .product_type_event .move_aside {
  display: none; }

.woocommerce-cart footer.site-footer {
  margin-top: 20px; }

.woocommerce-cart .woocommerce {
  position: relative;
  width: 100%;
  max-width: 1077px; }

.woocommerce-cart form {
  position: static !important; }

.woocommerce-cart h1 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1;
  color: #1a0b0b; }

.woocommerce-cart div#page_content {
  padding-top: 90px; }
  @media (min-width: 1024px) {
    .woocommerce-cart div#page_content {
      padding-top: 170px; } }

.woocommerce-cart .cart_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
  margin-bottom: 33px; }
  @media (min-width: 1024px) {
    .woocommerce-cart .cart_item {
      padding: 15px 0px;
      margin-bottom: 0; } }
  .woocommerce-cart .cart_item .item_left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 100%; }
    @media (min-width: 1024px) {
      .woocommerce-cart .cart_item .item_left {
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly; }
        .woocommerce-cart .cart_item .item_left .cart_item_info {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .woocommerce-cart .cart_item .item_left .cart_item_info .product-name {
            margin-left: 50px;
            min-width: 120px;
            max-width: 110px; } }
      @media (min-width: 1024px) and (min-width: 1400px) {
        .woocommerce-cart .cart_item .item_left .cart_item_info .product-name {
          min-width: 260px; } }
  .woocommerce-cart .cart_item .product-remove {
    display: none; }
  .woocommerce-cart .cart_item .product-thumbnail {
    min-width: 115px;
    padding-left: 25px; }
    @media (min-width: 1024px) {
      .woocommerce-cart .cart_item .product-thumbnail {
        height: 80px;
        width: 80px;
        padding-left: 24px; } }
  .woocommerce-cart .cart_item span.woocommerce-Price-amount.amount {
    font-size: 18px; }
  .woocommerce-cart .cart_item .cart_item_footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .woocommerce-cart .cart_item .cart_item_footer span.woocommerce-Price-amount.amount {
      font-weight: bold; }
    @media (min-width: 1300px) {
      .woocommerce-cart .cart_item .cart_item_footer .product-subtotal {
        width: 225px; } }
  .woocommerce-cart .cart_item .quantity .qty {
    border: 1px solid;
    height: 32px;
    width: 55px;
    text-align: right;
    padding-right: 7px;
    font-size: 16px; }
    @media (min-width: 1024px) {
      .woocommerce-cart .cart_item .quantity .qty {
        margin-left: 90px;
        margin-left: 90px;
        width: 107px;
        height: 40px;
        border: 1px solid; } }

.woocommerce-cart .coupon {
 /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 70px;*/ }

.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  margin: 0;
  border: 0; }

.woocommerce-cart table.shop_table tbody:first-child tr:first-child td {
  padding: 0;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: bold; }

.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td {
  background: white;
  padding: 20px 0px;
  border-color: black; }

.woocommerce-cart p.woocommerce-shipping-destination {
  text-align: right;
  padding: 15px 0px 0px; }

.woocommerce-cart tr.order-total td {
  padding: 20px 0px !important;
  border-color: black !important; }

.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  background: black;
  font-weight: normal;
  height: 58px;
  padding: 0;
  line-height: 58px;
  font-size: 18px;
  border-radius: 0; }

.woocommerce-cart .cart_totals {
  font-size: 17px; }
  .woocommerce-cart .cart_totals table.shop_table.shop_table_responsive {
    border: 0;
  /*  padding-bottom: 102px;*/
    margin-bottom: 0px; }
  .woocommerce-cart .cart_totals h2 {
    display: none; }

.woocommerce-cart div.coupon input#coupon_code {
  background-color: #EFEFEF;
  height: 36px;
  border-radius: 3px;
  padding: 20px;
  font-size: 17px; }

.woocommerce-cart div.coupon button.button {
  width: 135px;
  height: 36px;
  background: white !important;
  border: 1px solid black !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 20px !important;
  color: black !important;
  opacity: 1 !important;
  margin-top: 0px !important;
  margin-bottom: 45px !important; }

@media (min-width: 1024px) {
  .woocommerce-cart .cart_top {
    border-bottom: 1px solid #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    padding-right: 80px; }
    .woocommerce-cart .cart_top .product-quantity {
      padding-left: 90px; } }

.woocommerce-cart ::-webkit-input-placeholder {
  /* Edge */
  color: #999999; }

.woocommerce-cart :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999; }

.woocommerce-cart ::placeholder {
  color: #999999; }

.woocommerce-cart .update_cart button {
  width: 135px;
  height: 36px;
  background: white !important;
  border: 1px solid black !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 20px !important;
  color: black !important;
  opacity: 1 !important;
  margin-top: -15px !important;
  margin-bottom: 45px !important; }
  @media (min-width: 1024px) {
    .woocommerce-cart .update_cart button {
      margin-top: 22px !important; } }

@media (min-width: 768px) {
  .woocommerce-cart .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .woocommerce-cart .container h1 {
      min-width: 280px;
      font-size: 40px; } }

@media (min-width: 1024px) {
  .woocommerce-cart .cart-collaterals {
    max-width: 370px;
    margin-right: auto; }
    .woocommerce-cart .cart-collaterals .cart_totals {
      width: 100%;
      margin-top: -80px; }
  .woocommerce-cart .coupon {
    left: 0;
    right: auto;
    padding-bottom: 0px;
    width: 370px; }
  .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-color: black !important; }
  .woocommerce-cart tr.order-total td {
    text-align: left;
    padding: 10px 0px !important; }
  .woocommerce-cart a.checkout-button.button.alt.wc-forward {
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 25px; }
  .woocommerce-cart .wc-proceed-to-checkout {
    padding: 35px 0px 0px !important; }
  .woocommerce-cart table.shop_table tbody:first-child tr:first-child th {
    padding: 0 !important; }
  .woocommerce-cart table.shop_table tbody:first-child tr:first-child td {
    padding: 0 !important;
    text-align: left; } }

.woocommerce-cart .cart_item .cart_item_footer .product-subtotal {
  position: relative; }

.woocommerce-cart .cart_item .cart_item_footer .product-quantity {
  position: relative; }

.woocommerce-cart .cart_item .cart_item_info .product-price {
  position: relative; }

.woocommerce-cart .cart_item .cart_item_info .product-name {
  position: relative; }

.woocommerce-cart .cart_item span.label {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-375%);
  font-size: 16px;
  font-weight: bold;
  font-family: "OpenSansHebrew-Bold";
  display: none; }

@media (min-width: 1320px) {
  .woocommerce-cart .cart_item:nth-child(2) span.label {
    display: block !important; } }

@media (min-width: 768px) {
  .woocommerce-cart .site-footer .container {
    display: block !important; } }
/*# sourceMappingURL=style.css.map */


@media (max-width: 1023px) {
  .home .top_slider .gallery_item:after {
      height: 90%;
  }
}



#page_content > div.added_tocart > a.cart_addlink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 1023px) {
 .single-product .add_to_cart a.add_to_cart_link {
    box-sizing: content-box;
    padding: 0px 10px; 
  }
}


@media (max-width: 767px) {
.add_to_cart.mobile_only {
  display: block!important;
    position: relative;
    box-shadow: none;
    margin: 20px 0px 0px;
    padding: 0;
    z-index: 1;
}

}


button.add_to_cart_link {

  position: relative;
    -webkit-appearance: none!important;
    border: 0;
        width: 150px!important;
}



@media (min-width: 1024px){


.woocommerce-cart .wrap_help .product_upsale {
   display: none;
}

.woocommerce-cart .cart-collaterals {
    max-width: 390px;
    margin-right: 0;
    margin: 0;
}


.woocommerce-cart .cart_layout .wrap_help {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 390px;
}


.woocommerce-cart .wrap_help .product_list .product {
    flex-basis: 70%;
}

}



@media (min-width: 1500px){

.woocommerce-cart .wrap_help .product_list .product {
    flex-basis: 50%;
}

}

.woocommerce-cart .wrap_help .title_ups {
    margin-bottom: 25px;
}


.checkout_upsales_title {
    margin: 30px 0px 25px;
}


.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive {

/*    padding-bottom: 160px;*/
}


@media (min-width: 1024px){

.woocommerce-checkout .product_list .product {
    flex-basis: 33%!important;
}

}


.checkout_upsales_title {
    margin: 35px 0px 20px;
}

#es_user_email_field.hidden {
    visibility: hidden;
    height: 0;
}

.woocommerce-cart .cart_item .product-remove {
    display: flex!important;
    align-items: center;
    padding: 0px 0px 0px 20px;
}


.woocommerce a.remove {
    color: #cc4411!important;
	transition: all 0.5s ease;
}

.woocommerce a.remove:hover {
    background: #cc4411;
}

a.button.wc-backward, a.button.wc-backward:hover {
    border-radius: 0;
    background: #cc4411;
    color: white;
}

.single-product .expend {
    display: none;
}
.single-product .expendable {
    max-height: initial;
}

.home .gallery_item a.slide_link {
  
    z-index: 4;
}

.content .wp-block-handpicked-products .wc-block-grid__product-image img {
        max-height: 60%;
}

.content .wp-block-handpicked-products .wc-block-grid__product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}


.content li.wc-block-grid__product a:after{
	
	display:none;
	
}


.content li.wc-block-grid__product .wc-block-grid__product-onsale {
    background: #cc4411;
    border-radius: 50%;
    padding: 0;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 10px;
    left: 10px;
}

.content .wc-block-grid__product {
    border: 0.5px solid #E4E4E4;
	    padding: 20px 20px;
}


.content .wc-block-grid__product .wp-block-button__link {
    border-radius: 0;
    background: black;
    padding: 5px 25px;
}

@media (max-width: 767px){
.content .wc-block-grid__product {
    flex: 1 0 100%!important;
    max-width: 100%!important;
}
	
}

.page #page_content .container p a {
position:relative;
}
.page #page_content .container p a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    height: 5px;
    background: rgba(126, 172, 116, 0.4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*
.rtl.page-template-page-events .product_list.events_list {
   
   direction: rtl;
}*/


.edit-post-visual-editor .wp-block {
    max-width: 70%;
}


@media (max-width: 767px){
.woocommerce p a.btn.btn-lg {
    margin: 0;
    background: black;
    border-radius: 0;
    height: 58px;
    font-weight: 100;
    font-size: 18px!important;
    font-family: "Open Sans Hebrew Condensed";
    width: 100%;
    margin-top: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0!important;
}
	.woocommerce-checkout .hk ul#shipping_method #chita-delivery-select p a {
    font-weight: normal !important;
    font-size: 18px!important;
    display: flex;
}

}
#openBtn.btn.btn-lg:after {
display:none;
}

.woocommerce-page form .form-row-first {

    float: right!important;
}

.woocommerce-page form .form-row-last {
    float: left!important;
}



/**/

.fb_reset {
    display: none;
}

.extra_txt {
    margin-top: 20px;
}

@media (min-width: 1024px){
  .extra_txt {
    margin-top: 10px;
}
}

.single-product .added_tocart.success .close_it {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
        cursor: pointer;
}
.single-product .added_tocart.success .close_it svg {
    width: 20px;
    position: relative;
    margin-right: auto;
    display: block;
    margin-left: 15px;
}


.popup_main {
    position: fixed;
    height: 100%;
    top: -100%;
    left: 0;
    right: 0;
    background: #CC4411;
    color: white;
    padding: 40px;
    padding-top: 75px;
    overflow-y: scroll;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.popup_main.show_it {
    top: 0;
    opacity: 1;

        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 1024px){
  .popup_main.show_it {
    z-index: 1000;
    padding-top: 40px;
  }
}


@media (min-width: 1024px){
.popup_main {
  height: auto;
  overflow: hidden;
}
.popup_main .pop_wrap_desk {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
    max-width: 850px;
    margin: 0 auto;
}

.popup_main .pop_wrap_desk .form_wrap {
    margin-right: 70px;
    min-width: 400px;
}

}



.popup_main .xclose svg {
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
    width: 25px;
      cursor: pointer;
}


.woocommerce-checkout div#sifriapp_options_checkout_title h2 {
    font-size: 19px;
}
@media (max-width: 1023px){
.single-post .post_top .img_txt {
display: none;
}

.single-post .post_top .under_img {
    padding-top: 30px;
}
}



/*single gate new carusel*/

.single-gates .gates_carusel {
  padding: 15px 0px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(25, 10, 11, 0.6);
  height: auto;
  z-index: 8;
  font-size: 22px;
  color: white;
  padding-right: 15px; }


  @media (min-width: 1024px) {
    .single-gates .gates_carusel {
      height: 145px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content:center;
    align-items: flex-end;
    padding-bottom: 0;  } }
  .single-gates .gates_carusel .gates_title {
    line-height: 1;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .single-gates .gates_carusel .gates_title {
        font-size: 40px; } }
  .single-gates .gates_carusel div.gates_menu ul.gates_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-x: scroll;
    margin: 0px auto;
    padding-right: 0; }
    @media (min-width: 1024px) {
      .single-gates .gates_carusel div.gates_menu ul.gates_menu {
        overflow: hidden; } }
    .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {
      text-align: center;
      min-width: 18%;
      margin-left: 17.5px;
      line-height: 10px; }
      .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item:last-child {
        margin-left: 0; }
      @media (min-width: 1100px) {
        .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {
          min-width: 95px; } }
      @media (min-width: 1400px) {
        .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {
          margin-left: 30.5px; } }
      @media (min-width: 1600px) {
        .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {
          margin-left: 70px; } }
      .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item img.menu_item_icon {
        margin-left: 25px;
        max-width: 35px;
        margin: 0 auto;
        display: block;
        height: 40px; }
        @media (min-width: 1024px) {
          .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item img.menu_item_icon {
            max-width: 60px;
            height: 45px; } }
     /* .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap {
        font-size: 11.2px;
        line-height: 15px;
        margin-top: 10px;
        display: block; }*/
        @media (min-width: 1100px) {
          .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap {
            font-size: 18px;
            margin-top: 20px;
                margin-bottom: 20px; } }


.single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item.active {
    /* display: none; */
    color: #E65C37;
    border-bottom: 4px solid #E65C37;
}


.single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item.active svg * {
    fill: #E65C37;
}
.home .gates_carusel div.gates_menu ul.gates_menu .menu-item:hover svg * {
    fill: #E65C37;
}

.single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {

    border-bottom: 4px solid transparent;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 @media (max-width: 1023px) {


.single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item:hover {
    /* display: none; */
    color: #E65C37;
    border-bottom: 4px solid #E65C37;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

}

.home .gates_carusel div.gates_menu ul.gates_menu .menu-item{
   border-bottom: 4px solid transparent;
}


.home .gates_carusel div.gates_menu ul.gates_menu .menu-item:hover{
    /* display: none; */
    color: #E65C37;
    border-bottom: 4px solid #E65C37;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.home .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap{
      font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item:hover svg * {
    fill: #E65C37;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

 @media (min-width: 1024px) {

  .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item {
        border-bottom: 7px solid transparent;
  }

  

.home .gates_carusel div.gates_menu ul.gates_menu .menu-item {

      border-bottom: 7px solid transparent
  }


  .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item:hover {

      border-bottom: 7px solid #E65C37;
  }
.home .gates_carusel div.gates_menu ul.gates_menu .menu-item:hover {

      border-bottom: 7px solid #E65C37;
  }
  .single-gates .gates_carusel div.gates_menu ul.gates_menu .menu-item.active {
    border-bottom: 7px solid #E65C37;
  }

  .site_menu li.newsletter a {
    color: #CC4411;
    background: white;
    border: 1px solid #CC4411;
  }

    .site_menu li.newsletter a:hover {
    color:white;
  }

  .counter {
    font-size: 11px;
    line-height: 15px;
    width: 17px;
    height: 17px;
}


}


.site-footer .footer_site_menu li a svg{
  display: none;
}



.single-gates .gates_carusel{
    background: rgba(0, 0, 0, 0.6)!important;
}
.sticky_gates {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
 @media (min-width: 1024px) {
.sticky_gates {
    top: 210px;
    bottom: auto;
}

}


 @media (min-width: 1024px) {

  }


  .page-template-page-storefront .store_categorys .store_category img {
    max-height: 45px;
}
.tax-product_cat .store_categorys .store_category img {
    max-height: 45px;
}

.tax-store_categorys .store_categorys .store_category img{
  max-height: 45px;
}

.post-type-archive-product.search .store_categorys .store_category img{
    max-height: 45px;
}

@media (max-width: 767px) {

.single-gates .sticky_gates .gates_carusel {
  padding-top:5px;
  padding-bottom:0px;
}

.single-gates .sticky_gates .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap {
    font-size: 12px;
    line-height: 17px;
    margin-top: 3px;
    display: block;
    margin-bottom: 0px;
}

.single-gates .sticky_gates .gates_carusel .gates_title {
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 7px;
    font-size: 24px;
}


.single-gates .sticky_gates .gates_carusel div.gates_menu ul.gates_menu .menu-item svg {
    max-width: 30px;
}

}

.single-authors .author_posts_title {
    margin-top: 0;
}



.single-product .tech_info{
    padding-top: 25px;
}



@media (min-width:1024px) {

.woocommerce-cart .cart_layout {
    padding-bottom: 440px;
    position: relative;
}

.woocommerce-cart .desk_cart_sales{
 display: block!important;
     margin-bottom: 50px;
}


.woocommerce-cart .desk_cart_sales h3.title_ups {
    margin-bottom: 25px;
}

}




@media (min-width: 1024px){
.single-gates .sticky_gates .gates_carusel div.gates_menu ul.gates_menu .menu-item svg {
    max-width: 35px;
    height: 40px;
}
}


@media (min-width: 1100px){
.single-gates .sticky_gates .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
}

@media (min-width: 1024px){
.sticky_gates {
    top: 170px;
    bottom: auto;
}
}

@media (min-width: 1024px){
.single-gates .sticky_gates .gates_carusel {
    height: 110px;
  }
}

.single-gates .sticky_gates .gates_carusel {
    background: rgba(0, 0, 0, 0.9)!important;
}


.ad_wrap_help {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.got_cart .extra_txt p{
line-height: 1.7;
}

.got_cart .extra_txt span {
    margin-bottom: 0px;
    display: block;
    line-height: 1.8;
}


.got_cart .close_it {
    margin-bottom: 0;
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    cursor: pointer;
    line-height: 1;
  /*  pointer-events: all;*/
}

.got_cart .close_it svg {
    width: 20px;
    position: relative;
    margin-right: auto;
    display: block;
    margin-left: 15px;
}


.got_cart {
    padding: 0px 0px 20px;
}
@media (min-width: 1024px){
.got_cart {
    padding: 20px 0px 20px;
    width: 95%;
}
}
/*
a.added_to_cart.wc-forward{
  pointer-events: none;
}

.got_cart .close_it{
  pointer-events: all!important;
  cursor: pointer;
}*/


.product_list .product .product_footer span.cart_link {
    pointer-events: all;
    cursor: pointer;
}

.product_list .product:not(.sale) .product_footer .sale_info {
    display: none;
}

.menu_level_1 button.menu_toggle {
    background-image: url(images/x.svg);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
}
button.menu_toggle span.icon-bar{
  opacity: 1;
}
.menu_level_1 button.menu_toggle span.icon-bar {
    opacity: 0;
}


                        @media (min-width: 1100px) {
   .home .gates_carusel div.gates_menu ul.gates_menu .menu-item span.title_wrap {
            font-size: 18px;
            margin-top: 20px;
                margin-bottom: 20px; } }


                .single_product.outofstock .add_to_cart button.add_to_cart_link {
    display: none!important;
}

@media (max-width: 600px) {
    .single-gates div#page_content .gate_top_img .caption {
      position: absolute;
      bottom: 120px;
    }
    .page-template-page-storefront .store_slider .caption, .tax-product_cat .store_slider .caption, .tax-store_categorys .store_slider .caption, .post-type-archive-product.search .store_slider .caption {

    bottom: 35px;
  }
  .page-template-page-events .carusel_wrap h1.page_title {
    position: absolute;
    bottom: 30px;
    right: 25px;
    transform: none;
    left: auto;
    top: auto;
}
  }

  .page-template-page-storefront .parallex_help {

    padding-top: 30px;
}


.single_post_con .comment-content {
    overflow: hidden;
}

p#billing_city_field {
    width: 100%;
}
select#billing_city {
    border: 0;
    border-bottom: 1px solid black;
    height: 45px;
    margin-bottom: 15px;
	background: white;
	  -webkit-appearance: none;
  -moz-appearance: none;
}

#order_review ul#shipping_method li:nth-child(1) {
    display: flex;
    align-items: center;
}
ul#shipping_method  li:nth-child(1) label {
margin-bottom:0;
}
.datalogics-choose-location {
	margin-right: auto;
    padding: 0px 15px;
    font-size: 13px;
}

.single-post .content h2, .single-post .content h3,.single-post .content h4 {
	    margin-top: 40px;
}