@font-face {
  font-family: OpenSansHebrew;
  src: url(../fonts/OpenSansHebrew-Regular.ttf); }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #000;
  height: 130px;
  padding-top: 10px; }

#takanon-error {
  position: absolute;
  top: 35px;
  color: #000; }

.navbar .dropdown .btn, .navbar .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background: #5956a9;
  border-color: #5956a9; }

:root {
  --left: calc(-330px - 50%);
  --right: calc(330px - 50%);
  --bolb-color:#FFF200; }

body {
  font-size: 14px;
  font-family: OpenSansHebrew;
  background: #fff; }

ul {
  list-style: none; }

h1 {
  text-align: center; }

h2 {
  font-size: 25px;
  text-decoration: underline;
  text-align: center; }

.btn {
  font-size: 18px; }

.close-editor {
  position: absolute;
  z-index: 11;
  left: 0px;
  bottom: 0px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

.ui-state-default {
  background: 0 0;
  border: 0;
  color: #337ab7;
  z-index: 120; }

.modal-title {
  font-size: 30px;
  text-align: center; }

body .iconpicker-popover.popover {
  position: static;
  display: block !important;
  opacity: 1;
  right: 0;
  top: 200px;
  width: 100%; }

.uploadButton {
  display: block; }

label {
  display: block; }

.blobs {
  filter: url(#goo);
  width: 300px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  transform-style: preserve-3d;
  display: none; }
  .blobs .blob-center {
    transform-style: preserve-3d;
    position: absolute;
    background: var(--bolb-color);
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform-origin: left top;
    transform: scale(0.9) translate(-50%, -50%);
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    box-shadow: 0 -10px 40px -5px var(--bolb-color); }
  .blobs .blob:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  .blobs .blob:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
  .blobs .blob:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s; }
  .blobs .blob:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

svg {
  display: none; }

.switchslidercolor {
  width: 30%; }

.slim {
  width: 184px;
  border-radius: 50%;
  height: 184px;
  margin: 0 auto; }

.loader {
  float: left;
  margin-top: 4px;
  display: none; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .switch.switch-chackBackground {
    margin-top: 20px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: #fff;
      -webkit-transition: .4s;
      transition: .4s; }
  .switch .text-switch {
    position: relative;
    top: 7px;
    left: 7px; }
    .switch .text-switch.text-switch-right {
      right: 17px;
      left: -7px;
      float: right; }

.none {
  display: none; }

input:checked + .slider {
  background-color: #2196f3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.viewshare {
  max-width: 420px;
  width: 100%;
  padding: 1%;
  border-radius: 10px; }
  .viewshare .col-md-9.fullname {
    padding-right: 15px;
    padding-top: 5px;
    background: #f0f0f0; }
  .viewshare .col-md-3 {
    padding: 0; }

.page-content button {
  margin: 0 auto;
  max-width: 250px;
  display: block;
  width: 100%; }

#updateurl {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }

html[lang] .column-ltr {
  display: flex;
  flex-direction: row-reverse; }

.footer-seo {
  background: #404040;
  color: #fff; }
  .footer-seo .elementor-row {
    display: flex;
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
    color: #fff;
    line-height: 27px; }
    .footer-seo .elementor-row ul {
      width: 25%;
      margin-bottom: 30px; }
      .footer-seo .elementor-row ul a {
        color: #fff; }
  .footer-seo .copyright {
    padding: 20px 0px; }

html[lang=IL] .navbar-brand {
  float: left; }
html[lang=IL] .field-card {
  margin-right: 0;
  margin-left: 1%;
  float: right; }
html[lang=IL] .field-card-scroll {
  float: right; }
html[lang=IL] .field-card-field {
  float: right;
  margin: 0px 0px 0px 1%; }
html[lang=IL] #addButtoncard .modal-content,
html[lang=IL] #addButtoncard .modal-dialog {
  right: initial;
  left: 0; }
html[lang=IL] .text-switch {
  left: inherit;
  right: 5px; }

.blog #header nav ul {
  margin-top: 2%;
  display: flex; }
  .blog #header nav ul li {
    padding: 0px 15px; }

#header {
  background: #000;
  height: 130px;
  padding-top: 20px;
  margin-bottom: 20px; }
  #header .navbar-brand {
    padding: 0px 15px; }
  #header nav ul {
    padding-right: 0px; }
    #header nav ul a {
      color: #fff;
      font-size: 22px; }
      #header nav ul a.dropdown-item {
        color: #000;
        padding-right: 10px; }
  #header .navbar-toggle {
    background: #71becf; }
    #header .navbar-toggle .icon-bar {
      background: #fff; }
  #header .container > .navbar-collapse {
    width: 100%;
    border: 0px;
    box-shadow: none;
    margin: 0px; }
  #header .nav li a {
    color: #fff;
    font-size: 20px; }
    #header .nav li a:focus, #header .nav li a:hover {
      background: none;
      color: #fff; }

#addbuttoncarddesign .modal-content,
#addbuttoncarddesign .modal-dialog {
  width: 200px;
  margin: 0;
  right: 0;
  position: absolute;
  top: 0; }

.field-card {
  width: 30%;
  float: left;
  margin-right: 1%;
  font-size: 13px; }

.field-card-scroll {
  width: 29%;
  float: left;
  margin-right: 2%; }

.field-card-field {
  width: 24%;
  float: left;
  margin-right: 1%;
  font-size: 13px; }

#selectCard {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  #selectCard .packages {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #449d44;
    cursor: pointer; }
    #selectCard .packages span {
      max-width: 120px;
      text-align: center;
      font-size: 18px;
      color: #fff; }

.card {
  margin: 0 auto;
  width: 390px;
  height: 730px;
  background-size: contain;
  position: relative;
  border-radius: 14px;
  box-shadow: none;
  background: url(../images/iphone1.png);
  border: 0; }
  .card .scroll-bar {
    height: 620px;
    width: 322px;
    margin: 0 auto; }
    .card .scroll-bar.scroll-wrapper {
      padding-top: 65px !important;
      padding-bottom: 65px !important; }
      .card .scroll-bar.scroll-wrapper > .scroll-content {
        overflow-x: hidden !important; }
  .card .body-card {
    max-width: 320px;
    min-height: 500px;
    margin: 0 auto;
    background-color: #f2f2f2;
    position: relative; }
    .card .body-card .panel-head {
      text-align: center;
      position: relative;
      height: 250px;
      overflow: hidden; }
      .card .body-card .panel-head .panel-head-bacground {
        height: auto;
        height: auto;
        overflow: hidden; }
        .card .body-card .panel-head .panel-head-bacground .edit_button_card {
          position: absolute;
          right: 4px;
          top: 6px;
          font-size: 20px;
          z-index: 100;
          height: 50px;
          width: 50px;
          display: block;
          background: #337ab7;
          border-radius: 10px;
          font-size: 30px;
          color: #fff !important;
          cursor: pointer;
          padding-top: 2px; }
      .card .body-card .panel-head .circle-person {
        position: absolute;
        width: 100%;
        top: 25%;
        left: 0; }
        .card .body-card .panel-head .circle-person .edit-circle-person {
          width: 184px;
          margin: 0 auto; }
          .card .body-card .panel-head .circle-person .edit-circle-person .circle {
            position: relative;
            width: 100%;
            height: 0;
            padding: 100% 0 0;
            border-radius: 50%;
            overflow: hidden; }
            .card .body-card .panel-head .circle-person .edit-circle-person .circle .img-circle, .card .body-card .panel-head .circle-person .edit-circle-person .circle i {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover; }
    .card .body-card .panel-body {
      padding: 0; }
      .card .body-card .panel-body .tempSlogen {
        margin: 0 auto;
        position: relative;
        font-size: 20px;
        text-align: center;
        font-weight: 700; }
        .card .body-card .panel-body .tempSlogen .edit_button_card {
          right: 15px;
          top: -5px;
          position: absolute;
          z-index: 100;
          cursor: pointer; }
          .card .body-card .panel-body .tempSlogen .edit_button_card i {
            font-size: 30px; }
      .card .body-card .panel-body .container-slogen {
        display: none;
        position: relative; }
        .card .body-card .panel-body .container-slogen .edit_button_card {
          right: 15px;
          top: -40px;
          position: absolute;
          z-index: 100;
          cursor: pointer; }
          .card .body-card .panel-body .container-slogen .edit_button_card i {
            font-size: 30px; }
    .card .body-card .sortable {
      list-style: none;
      max-width: 320px;
      overflow: hidden;
      clear: both;
      list-style: none;
      padding: 0;
      margin: 0; }
      .card .body-card .sortable .button-card {
        display: block;
        text-align: center;
        padding: 10px 0;
        float: right;
        height: 140px;
        overflow: hidden;
        width: 25%;
        position: relative; }
        .card .body-card .sortable .button-card .edit_button_card {
          position: absolute;
          right: 10px;
          top: 5px;
          font-size: 20px;
          z-index: 100;
          color: #337ab7; }
  .card #addbuttoncardopen {
    position: absolute;
    bottom: 22px;
    font-size: 25px;
    border-radius: 50%;
    background: green;
    height: 71px;
    width: 71px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    left: 10%;
    z-index: 1; }
  .card #addbuttoncarddesignopen {
    position: absolute;
    bottom: 22px;
    font-size: 25px;
    border-radius: 50%;
    background: red;
    height: 71px;
    width: 71px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    margin-bottom: 10px;
    display: none;
    cursor: pointer;
    right: 10%;
    z-index: 1; }

.link-card {
  width: 70px;
  height: 70px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 30px;
  color: #000;
  margin: 0 auto;
  overflow: hidden; }

.icon-card {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  margin: auto; }

.text-card {
  font-size: 14px;
  word-break: break-all;
  font-weight: 700; }

#share {
  position: absolute;
  bottom: 109px;
  right: 35px;
  background: #000;
  width: 95%;
  height: 60px;
  padding-top: 5px;
  z-index: 1;
  font-size: 20px;
  max-width: 320px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-width: 1px;
  border-color: transparent !important; }
  #share .box {
    float: left;
    text-align: center;
    color: #fff; }
  #share span {
    font-size: 19px;
    display: block; }

.addButton {
  margin: 10px auto;
  max-width: 250px;
  width: 100%;
  display: none; }

#card_activation_mobile {
  display: none;
  font-size: 30px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 60px;
  background: #449d44; }

#addbuttoncarddesign .modal-content,
#addbuttoncarddesign .modal-dialog {
  width: 200px;
  margin: 0;
  right: 0;
  position: absolute;
  top: 0; }
#addbuttoncarddesign .field-card, #addbuttoncarddesign .field-card-field, #addbuttoncarddesign .field-card-scroll {
  width: 100%;
  float: none;
  margin-right: 0;
  font-size: 13px; }

#addButtoncard .modal-content, #addButtoncard .modal-dialog {
  width: 200px;
  margin: 0;
  right: 0;
  position: absolute;
  top: 0; }
#addButtoncard h3 {
  text-align: center; }
#addButtoncard .modal-body span {
  color: #000;
  font-size: 18px; }
#addButtoncard .modal-body a {
  margin: 5px auto;
  text-align: center;
  display: block;
  float: right;
  width: 50%; }
  #addButtoncard .modal-body a i {
    font-size: 25px;
    border-radius: 50%;
    background: green;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    display: block;
    cursor: pointer; }

.selectpackages {
  max-width: 175px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  width: 100%; }

.tab-images .fa-times-circle {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 1;
  font-size: 20px; }

.article img {
  display: block;
  max-width: 100%;
  height: auto; }

.articles {
  margin-bottom: 20px; }
  .articles a {
    color: #000; }
  .articles .body-articles {
    display: flex; }
    .articles .body-articles .img-articles {
      max-width: 250px;
      width: 100%;
      margin-left: 20px; }
    .articles .body-articles .more {
      font-weight: bold; }

#breadcrumbs {
  padding: 0px;
  font-size: 18px;
  display: flex; }
  #breadcrumbs li {
    margin-left: 10px; }
    #breadcrumbs li::after {
      content: '=>';
      margin-right: 10px; }
    #breadcrumbs li:last-child::after {
      content: ""; }
  #breadcrumbs a {
    color: #000; }
    #breadcrumbs a.current {
      color: #0b7ec4; }

@media (min-width: 1200px) {
  .blog #header .container {
    max-width: 1300px;
    width: 100%; } }
@media (max-width: 768px) {
  #breadcrumbs {
    padding-right: 15px; }

  .fixed-top {
    height: auto;
    min-height: 140px; }

  .navbar-brand {
    height: auto; }

  .blog #header nav ul {
    display: block; }
    .blog #header nav ul li {
      margin-top: 10px; }
      .blog #header nav ul li a.dropdown-item {
        color: #fff; }

  .footer-seo .elementor-row {
    display: block; }
    .footer-seo .elementor-row ul {
      width: 100%;
      text-align: center;
      padding: 0px; }

  html[lang=IL] .navbar-brand {
    float: right; }

  #header {
    height: auto;
    min-height: 140px;
    margin-bottom: 0; }
    #header .navbar-nav {
      margin-top: 56px; }

  #editCart {
    display: none; }

  #share {
    display: none; }

  #card_activation_mobile {
    display: block; }

  .card #addbuttoncardopen {
    position: fixed;
    bottom: 0;
    z-index: 900;
    left: 15px; }

  .card #addbuttoncarddesignopen {
    position: fixed;
    bottom: 0;
    z-index: 900;
    right: 15px;
    display: block; }

  .articles {
    text-align: center;
    padding: 0px 15px; }
    .articles .body-articles {
      flex-direction: column-reverse; }
    .articles .body-articles .img-articles {
      margin: 0px auto;
      display: block; } }
@media (max-width: 500px) {
  #editCard .card {
    height: auto;
    background: 0 0;
    max-width: 100%;
    width: 100%;
    padding-top: 0; }

  .card .body-card {
    max-width: 100%; }

  .card .scroll-bar.scroll-wrapper {
    padding-top: 0px !important; }

  .card .scroll-bar {
    width: 100%; }

  .card .body-card .sortable {
    max-width: 100%; } }

/*# sourceMappingURL=stylenew.css.map */
