@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap");
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #b0bec5;
}

#zuka-accessibility {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  background: #cfd8dc;
  border-radius: 20px 0 0 0;
  z-index: 26081986;
}
#zuka-accessibility .accessibility-menu-btn {
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 25px;
}
#zuka-accessibility .accessibility-menu-btn i {
  width: 50px;
  height: 50px;
  font-size: 50px;
  margin-left: 10px;
}
#zuka-accessibility menu {
  display: none;
}
#zuka-accessibility menu menuitem p {
  margin: 2px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid;
}
#zuka-accessibility menu menuitem figure {
  display: flex;
  margin-bottom: 15px;
}
#zuka-accessibility menu menuitem figure label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin: 2px;
  color: #37474f;
  background: #eceff1;
  cursor: pointer;
}
#zuka-accessibility menu menuitem figure label:hover, #zuka-accessibility menu menuitem figure label:focus {
  background: white;
}
#zuka-accessibility menu menuitem figure label i {
  font-size: 25px;
  margin-bottom: 5px;
}
#zuka-accessibility menu menuitem figure label input {
  background: transparent;
  white-space: normal;
  line-height: 1;
}
#zuka-accessibility menu menuitem figure label input:hover, #zuka-accessibility menu menuitem figure label input:focus {
  outline: none;
  text-decoration: underline;
  border: 1px dashed #b0bec5;
}

.accessibility-open {
  display: block !important;
}
.accessibility-open menu {
  display: block !important;
}

.font-content #zuka-accessibility menu menuitem figure label[for=font-content] {
  background: #607d8b;
  color: white;
}
.font-content #zuka-accessibility menu menuitem figure label[for=font-content] input {
  color: white;
}
.font-content body {
  font-family: "arial", "sans-serif" !important;
}

.links-content #zuka-accessibility menu menuitem figure label[for=links-content] {
  background: #607d8b;
  color: white;
}
.links-content #zuka-accessibility menu menuitem figure label[for=links-content] input {
  color: white;
}
.links-content a {
  color: red !important;
  text-decoration: underline !important;
}

.light-contrast #zuka-accessibility menu menuitem figure label[for=light-contrast] {
  background: #607d8b;
  color: white;
}
.light-contrast #zuka-accessibility menu menuitem figure label[for=light-contrast] input {
  color: white;
}
.light-contrast body,
.light-contrast h1,
.light-contrast h2,
.light-contrast h3 {
  color: gray !important;
}
.light-contrast img {
  -webkit-filter: grayscale(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;
}
.light-contrast a {
  color: black !important;
}

.hard-contrast #zuka-accessibility menu menuitem figure label[for=hard-contrast] {
  background: #607d8b;
  color: white;
}
.hard-contrast #zuka-accessibility menu menuitem figure label[for=hard-contrast] input {
  color: white;
}
.hard-contrast body,
.hard-contrast footer,
.hard-contrast h2 {
  background: black !important;
  color: yellow !important;
}
.hard-contrast h1,
.hard-contrast button {
  color: yellow !important;
}
.hard-contrast img,
.hard-contrast .contact-page {
  -webkit-filter: invert(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) !important;
}

.large-view #zuka-accessibility menu menuitem figure label[for=large-view] {
  background: #607d8b;
  color: white;
}
.large-view #zuka-accessibility menu menuitem figure label[for=large-view] input {
  color: white;
}
.large-view body {
  zoom: 1.2;
}

.xlarge-view #zuka-accessibility menu menuitem figure label[for=xlarge-view] {
  background: #607d8b;
  color: white;
}
.xlarge-view #zuka-accessibility menu menuitem figure label[for=xlarge-view] input {
  color: white;
}
.xlarge-view body {
  zoom: 1.5;
}
.xlarge-view body #zuka-accessibility {
  zoom: 0.8;
}

/*


 ************************
 *                      *
 *       zukalize       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *         26.8         *      **********  **********  **********
 *                      *
 ************************

 *                                                                                  *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *


*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.3;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline-width: 0;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

menu {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

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

i {
  text-align: center;
}

sub,
sup {
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

kbd,
pre,
code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: black;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*

  Created By
                                                                     ***
                                                                     ***
                 ***       ***       ************    ***      ***    ***      ***    **********     ***
                ***       ***        **      ***     ***      ***    ***     ***    ***      ***     ***
           ********************             ***      ***      ***    ***    ***              ***      ***
              ***       ***                ***       ***      ***    ***   ***               ***       ***
             ***       ***                ***        ***      ***    ***  ***        ***********        ***
            ***       ***                ***         ***      ***    ***   ***      ***      ***       ***
        *******************             ***          ***      ***    ***    ***     ***      ***      ***
          ***       ***                ***     **    ***     ****    ***     ***    ***      ***     ***
         ***       ***                ***********    ******** ***    ***      ***    ********  **   ***


*/
h1 {
  font-weight: 800;
  font-size: 30px;
  margin: 0;
  line-height: 1;
  color: #00B0F7;
}
h1 span {
  display: block;
  font-weight: 400;
  font-size: 35px;
}

h2 {
  font-weight: 800;
  font-size: 40px;
  padding: 10px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  direction: inherit;
}
h2 span {
  font-size: 20px;
  font-weight: 300;
  display: block;
  margin: 5px 0;
}

h3 {
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  line-height: 1;
}
h3 span {
  font-weight: 400;
  font-size: 20px;
  display: block;
}

h4 {
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  margin: 5px 0;
}
h4 span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

h5 {
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  line-height: 1;
}

h6 {
  font-weight: 300;
  font-size: 15px;
  margin: 10px 0;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 800;
}

blockquote {
  display: inline-table;
  font-weight: 600;
  margin: 20px 0;
}

body {
  direction: rtl;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #616161;
}

section {
  padding: 20px 0;
  outline: none;
}

figure {
  display: flex;
}

a[data-target=link] {
  text-decoration: underline;
  color: #00B0F7;
}
a[data-target=link]:hover {
  opacity: 0.3;
}

svg {
  height: 100%;
}

button {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  direction: inherit;
  white-space: nowrap;
  padding: 5px;
  background: transparent;
}

::-moz-selection {
  background: rgba(0, 175, 247, 0.25);
}

::selection {
  background: rgba(0, 175, 247, 0.25);
}

.logo svg {
  height: 60px;
}
.logo svg .sky-text {
  fill: url(#sky_Gradient);
}
.logo svg .wifi-s,
.logo svg .wifi-m,
.logo svg .wifi-l {
  fill: #4F8BC6;
}

.white-logo .logo svg .sky-text,
.white-logo .logo svg .wifi-s,
.white-logo .logo svg .wifi-m,
.white-logo .logo svg .wifi-l {
  fill: white;
}

.bg-clouds {
  position: absolute;
  pointer-events: none;
  opacity: 0.1;
  z-index: 0;
  top: 35px;
}

.site-header {
  filter: drop-shadow(0px 0px 5px #607d8b);
  background: white;
  padding: 0 40px;
  align-items: center;
  justify-content: space-between;
}
.site-header .tel-header {
  direction: ltr;
  margin: 0 auto 0 3px;
}
.site-header .tel-header i {
  color: #EB0D6E;
}
.site-header .whats-header {
  height: 1em;
}
.site-header .logo-header .logo {
  position: relative;
  padding: 10px;
  margin: 0;
}
.site-header .menu-toggle {
  display: none;
}
.site-header .menu {
  display: flex;
  align-items: center;
}
.site-header .menu .menu-item {
  padding: 30px 10px 10px;
  position: relative;
}
.site-header .menu .menu-item:before {
  content: "";
  position: absolute;
  background: #EB0D6E;
  width: 0;
  height: 3px;
  bottom: -8px;
  right: 0;
  transition: all 0.5s ease;
}
.site-header .menu .menu-item a {
  position: relative;
}
.site-header .menu .menu-item a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  left: calc(50% - 11px);
  top: -21px;
  color: #59A7DB;
}
.site-header .menu .menu-item:hover:before {
  width: 100%;
}
.site-header .menu .menu-item:hover a {
  color: #EB0D6E;
}
.site-header .menu .menu-item a[href$="packages/"]:before {
  content: "";
  color: #59A7DB;
}
.site-header .menu .menu-item a[href$="shop/"]:before {
  content: "";
  color: #974D96;
}
.site-header .menu .menu-item a[href$="support/"]:before {
  content: "";
  color: #59A7DB;
}
.site-header .menu .menu-item-home a:before {
  content: "";
  color: #59A7DB;
}
.site-header .menu .menu-item-2652 a:before,
.site-header .menu .menu-item-2651 a:before {
  content: "";
  color: #59A7DB;
}
.site-header .menu .menu-item-36 a:before {
  content: "";
  color: #D83C78;
}
.site-header .menu .menu-item-37 a:before {
  content: "";
  color: #6ABBAB;
}
.site-header .menu .menu-item-124 a:before {
  content: "";
  color: #6ABBAB;
}
.site-header .menu .menu-item-2758 a:before {
  content: "";
  color: #59A7DB;
}
.site-header .menu .menu-item-3019 a:before {
  content: "";
  color: #59A7DB;
}
.site-header .menu .menu-item-3112 a:before {
  content: "";
  color: #59A7DB;
}
.site-header .menu .current-menu-item:before {
  width: 100%;
}

.site .site-header-cart {
  width: 130px;
  margin: 0 auto 0 240px;
  padding: 12px 20px;
  background: transparent;
  z-index: 1;
  top: -52px;
}
.site .site-header-cart .cart-contents {
  position: relative;
  display: block;
  direction: ltr;
}
.site .site-header-cart .cart-contents:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #EB0D6E;
  position: absolute;
  left: 0;
}
.site .site-header-cart .cart-contents > .amount {
  display: none;
}
.site .site-header-cart .widget_shopping_cart {
  padding: 10px;
  background: white;
  border: 1px solid #e7f5fb;
  box-shadow: 0 0 10px #b8c1c5;
  padding: 25px;
  border-radius: 0 25px 25px 0;
  height: calc(100vh - 140px);
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
  height: 100%;
  overflow: auto;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
  padding-left: 15px;
  overflow: auto;
  height: 80%;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item {
  padding: 15px 0;
  border-bottom: 1px solid #E0E0E0;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item a {
  display: flex;
  align-items: center;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item a img {
  width: 80px;
  margin-left: 10px;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item a:hover {
  background: #e7f5fb;
  text-decoration: underline;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item .remove_from_cart_button {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  justify-content: center;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  background: #FFCDD2;
  text-decoration: none;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #E0E0E0;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  padding: 5px 0;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover {
  transform: scale(1.2);
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  background: white;
  color: #00B0F7;
}
.site .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:not(.checkout):hover {
  transform: scale(1);
}
.site .site-header-cart:hover {
  margin: 0 auto 0 0;
  padding-bottom: 80px;
  width: 370px;
}
.site .adding-now {
  transform: scale(1.3);
  background: #C8E6C9;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site > header {
  z-index: 26081986;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
}
.site .site-main {
  padding-top: 100px;
  width: 100%;
}
.site > footer {
  margin-top: 50px;
  background: linear-gradient(90deg, #00B0F7 0%, #00B0F7 10%, #016CEC 35%);
}

.logo-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -35px;
  z-index: 1;
}
.logo-decoration > svg {
  height: 80px;
}
.logo-decoration > svg path {
  fill: #016CEC;
}
.logo-decoration .logo {
  position: absolute;
  top: 15px;
}
.logo-decoration .logo svg {
  height: 55px;
}
.logo-decoration .logo svg .wifi-s,
.logo-decoration .logo svg .wifi-m,
.logo-decoration .logo svg .wifi-l,
.logo-decoration .logo svg .sky-text {
  fill: white;
}

.site-footer {
  color: #fff;
  position: relative;
}
.site-footer .bg-clouds {
  top: 0;
  width: 90%;
  margin: auto;
}
.site-footer .with-top-line {
  justify-content: space-between;
  position: relative;
  top: -18px;
}
.site-footer .with-top-line:before {
  content: "";
  border-top: 1px solid;
  position: absolute;
  top: -30px;
  width: 100%;
}
.site-footer .main-navigation .menu li {
  padding: 9px 0;
}
.site-footer .main-navigation .menu li a:hover {
  border-bottom: 1px solid;
}
.site-footer .wpml-ls-legacy-list-horizontal {
  margin-top: 30px;
  border-top: 1px solid;
  padding-top: 25px;
}
.site-footer .wpml-ls-legacy-list-horizontal a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.site-footer .with-top-line {
  padding-bottom: 75px;
}
.site-footer .footer-layout {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
}
.site-footer .footer-layout .pages-navigation {
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 40px;
}
.site-footer .footer-layout .pages-navigation ul {
  columns: 4;
}
.site-footer .footer-layout .blog-navigation {
  min-width: 50%;
}
.site-footer .footer-layout .blog-navigation h3 {
  padding: 20px 0;
  font-size: 20px;
}
.site-footer .footer-layout .blog-navigation ul {
  columns: 2;
}
.site-footer .footer-layout .links-box {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-layout .pages-navigation ul {
    columns: 2;
  }
  .site-footer .footer-layout .blog-navigation {
    flex-grow: 1;
  }
}

.contact-links {
  width: fit-content;
  margin-right: auto;
}
.contact-links li {
  background: transparent;
  background: linear-gradient(to left, transparent 50%, rgba(255, 255, 255, 0.3) 50%) right;
  background-size: 200%;
}
.contact-links li a {
  display: flex;
  align-items: center;
  direction: ltr;
}
.contact-links li a i {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
  transform: scale(0.8);
}
.contact-links li a .si-email img {
  position: relative;
  top: -50px;
}
.contact-links li a .si-whatsapp img {
  position: relative;
  top: -100px;
}
.contact-links li a .si-facebook img {
  position: relative;
  top: -150px;
}
.contact-links li a .si-instagram img {
  position: relative;
  top: -250px;
}
.contact-links li:hover {
  background-position: left;
}
.contact-links li:hover i {
  transform: scale(1);
}

.copyright {
  text-align: center;
  padding: 5px;
  font-size: 15px;
  background: #00B0F7;
  color: white;
}

.sky-slider {
  padding: 0;
}
.sky-slider .swiper-button-next,
.sky-slider .swiper-button-prev {
  transform: scale(0.5);
}

article .article-header .post-thumbnail img {
  width: 100%;
}
article .article-header .fa-calendar-alt {
  font-size: 20px;
  margin-left: 10px;
}
article ul {
  list-style-type: disc;
  margin: 0 30px 5px 0;
  padding: 0 10px;
}
article ol {
  list-style-type: decimal;
  margin: 0 30px 5px 0;
  padding: 0 10px;
}
article p {
  margin: 10px 0;
}
article p a {
  text-decoration: underline;
  color: #016CEC;
}
article p a:hover {
  color: #e7f5fb;
}
article blockquote {
  color: #016CEC;
  border-right: 2px solid #016CEC;
  margin-right: 20px;
  padding: 0 30px;
}
article blockquote p {
  padding: 10px 0;
}
article blockquote cite {
  font-size: small;
}

.si-whatsapp {
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
}
.si-whatsapp img {
  position: relative;
  top: -100px;
}

.si-waze {
  overflow: hidden;
  display: block;
  height: 40px;
  width: 40px;
}
.si-waze img {
  position: relative;
  top: -200px;
}

.support-links {
  display: flex;
  justify-content: space-between;
}
.support-links li {
  padding: 10px;
  border-left: 1px solid #E0E0E0;
  flex-grow: 1;
}
.support-links li:last-child {
  border: none;
}
.support-links li:hover {
  background: #e7f5fb;
}
.support-links li a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}
.support-links li a i {
  font-size: 20px;
  margin-left: 10px;
}
.support-links li a h3 {
  font-size: 20px;
}
.support-links li a h3 span {
  font-size: 15px;
}
.support-links li a[href^="tel:"] h3 {
  direction: ltr;
}

.wpcf7 .wpcf7-form .fieldset {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin: 10px 0 20px;
}
.wpcf7 .wpcf7-form .form-field {
  border: 1px solid;
  padding: 10px;
  color: #00B0F7;
}
.wpcf7 .wpcf7-form .form-field .fa-asterisk {
  color: #E53A35;
  transform: translateY(-5px) scale(0.7);
}
.wpcf7 .wpcf7-form .form-field input {
  background: transparent;
  border-bottom: 1px solid white;
}
.wpcf7 .wpcf7-form .textarea {
  grid-column-end: span 3;
}
.wpcf7 .wpcf7-form .submit-field .wpcf7-submit {
  background: transparent;
  color: white;
  width: auto;
  padding: 0;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .submit-field .btn-primary {
  margin-right: auto;
}
.wpcf7 .wpcf7-form .required-field label {
  position: relative;
}
.wpcf7 .wpcf7-form .required-field label:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -18px;
  top: -3px;
  font-size: 13px;
  color: #EB0D6E;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: -30px;
  left: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid;
  border-color: #42A5F5;
  background: #BBDEFB;
  color: #42A5F5;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #FCB316;
  background: #FFECB3;
  color: #FCB316;
  font-weight: 500;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #66BB6A;
  background: #C8E6C9;
  color: #66BB6A;
  font-weight: 500;
  text-align: center;
}
.wpcf7 .sent .fieldset,
.wpcf7 .sent .submit-field {
  display: none;
}

.site .woocommerce-NoticeGroup-checkout {
  padding: 0 30px;
}
.site .woocommerce-NoticeGroup-checkout ul {
  list-style: none;
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid;
}
.site .woocommerce-NoticeGroup-checkout ul li {
  margin: 5px;
}
.site .woocommerce-NoticeGroup-checkout .woocommerce-error {
  border-color: #E53A35;
  background-color: #FFCDD2;
}
.site .woocommerce-checkout-payment .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0 30px 30px;
}
.site .woocommerce-checkout-payment .payment_methods .wc_payment_method {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.site .woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio {
  width: 30px;
  margin: 0;
}
.site .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
  display: flex;
  align-items: center;
}
.site .woocommerce-checkout-payment .payment_methods .wc_payment_method label img {
  margin: 0 10px;
}
.site .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
  width: 100%;
  padding-right: 30px;
}
.site .woocommerce-checkout-payment .payment_methods .payment_method_cardcom label {
  font-size: 20px;
  color: #00B0F7;
  font-weight: 600;
}
.site .woocommerce-checkout-payment .place-order #place_order {
  font-size: 25px;
  padding: 15px 45px;
  margin: 20px auto;
}
.site .woocommerce .woocommerce-notice {
  border: 1px solid;
  width: fit-content;
  padding: 10px 30px;
}
.site .woocommerce .woocommerce-notice--success {
  color: #66BB6A;
  background: #C8E6C9;
}
.site .woocommerce .order_details {
  list-style-type: none;
  margin: 0;
  padding: 20px;
}
.site .woocommerce .order_details li {
  margin: 5px 0;
}
.site .woocommerce-table {
  width: 100%;
  padding: 30px;
  text-align: center;
}
.site .woocommerce-table th, .site .woocommerce-table td {
  padding: 20px;
}
.site .woocommerce-table thead {
  background: #00B0F7;
  color: white;
}
.site .woocommerce-table .product-name {
  text-align: right;
}
.site .woocommerce-table .cart_item td {
  border-bottom: 1px solid #E0E0E0;
}
.site .woocommerce-table tfoot tr th {
  text-align: left;
  padding: 5px;
}
.site .woocommerce-table tfoot tr td {
  padding: 5px;
}
.site .woocommerce-customer-details .woocommerce-column__title {
  text-align: right;
}

#site-header-cart,
#menu-item-991,
#menu-item-116 {
  display: none;
}

.shop-area {
  display: none;
}

.swiper-wrapper {
  overflow: hidden;
}

.packages-list .package .package-details .lifetimePrice button {
  color: white;
  padding: 0;
}

.terms-package-area {
  position: fixed;
  background: rgba(16, 109, 237, 0.95);
  top: 0;
  left: 0;
  z-index: 26081987;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 20px;
  display: none;
}
.terms-package-area .terms-package-box {
  padding: 10px;
  background: white;
  border: 1px solid #e7f5fb;
  border-radius: 15px;
  box-shadow: 0 0 10px #b8c1c5;
  text-align: right;
  height: 80%;
  position: relative;
}
.terms-package-area .terms-package-box h2 {
  color: #00B0F7;
}
.terms-package-area .terms-package-box .close-terms {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.terms-package-area .terms-package-box .overflow-box {
  height: 100%;
  overflow: auto;
  padding: 0 25px;
}
.terms-package-area .terms-package-box .section-content {
  padding: 10px;
  border-right: 2px solid #00B0F7;
  margin-bottom: 20px;
}
.terms-package-area .terms-package-box .section-content h4 {
  margin: 0 0 15px;
  color: #EB0D6E;
}
.terms-package-area .terms-package-box .section-content p {
  margin-bottom: 10px;
}
.terms-package-area .terms-package-box .section-content p span {
  display: block;
}

.bodyOverflowHidden {
  overflow: hidden;
}

.terms-package-area-open {
  display: flex;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-12-12 3:39:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}

#welcomePopup {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 26081987;
}
#welcomePopup .contentPopup {
  background: white;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 300px;
  padding: 30px;
  border-radius: 60px 0;
  filter: drop-shadow(0px 0px 5px #607d8b);
}
#welcomePopup .contentPopup:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border-radius: 55px 0;
  border: 2px solid #00B0F7;
}
#welcomePopup .contentPopup button {
  position: absolute;
  top: -30px;
  left: -15px;
  font-size: 30px;
}
#welcomePopup .contentPopup .fa-cloud {
  color: white;
  filter: drop-shadow(0px 0px 5px #607d8b);
  font-size: 60px;
  position: absolute;
  right: -20px;
  top: -20px;
}
#welcomePopup .contentPopup .sec-cloud {
  right: unset;
  top: unset;
  font-size: 70px;
  left: -40px;
  bottom: 20px;
}
#welcomePopup .contentPopup h3 {
  font-size: 25px;
  color: #00B0F7;
}
#welcomePopup .contentPopup p {
  margin: 15px 0;
  color: #112b4c;
}
#welcomePopup .contentPopup .logo {
  margin-top: 10px;
}

.page-template-page-lpsale #welcomePopup .logo svg .wifi-s {
  fill: #00B0F7;
}
.page-template-page-lpsale #welcomePopup .logo svg .wifi-m {
  fill: #00B0F7;
}
.page-template-page-lpsale #welcomePopup .logo svg .wifi-l {
  fill: #00B0F7;
}
.page-template-page-lpsale #welcomePopup .logo svg .sky-text {
  fill: #00B0F7;
}

#sgla {
  background-color: #1B80C4;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: -3px 0px 12px 0px rgba(50, 50, 50, 0.29);
  -moz-box-shadow: -3px 0px 12px 0px rgba(50, 50, 50, 0.29);
  box-shadow: -3px 0px 12px 0px rgba(50, 50, 50, 0.29);
  box-sizing: border-box;
  border: none;
  outline: 0;
  padding: 0;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
}
#sgla img {
  width: 36px;
}

.front-page h2 {
  margin: 30px auto;
}
.front-page .hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(-90deg, #016CEC, #00B0F7);
  /* KEYFRAMES */
}
.front-page .hero h1 {
  color: white;
  font-size: 40px;
}
.front-page .hero .hero-title {
  position: absolute;
  top: 25%;
  right: 45%;
}
.front-page .hero .hero-title .clouds-ele {
  position: relative;
  margin: 20px;
  width: 180px;
}
.front-page .hero .hero-title .cloud-promo {
  align-items: center;
  justify-content: center;
  color: white;
}
.front-page .hero .hero-title .cloud-promo svg {
  height: 150px;
  fill: #EB0D6E;
  filter: drop-shadow(0px 0px 4px #607d8b);
}
.front-page .hero .hero-title .cloud-promo strong {
  position: absolute;
  bottom: 2px;
  font-size: 70px;
}
.front-page .hero .hero-title .cloud-promo strong:after {
  content: "₪";
  font-size: 50%;
}
.front-page .hero .hero-title .promo {
  position: absolute;
  top: 20px;
  left: -180px;
}
.front-page .hero .hero-title .promo strong:before {
  content: attr(data-small);
  font-size: 50%;
  font-weight: 200;
  position: absolute;
  top: -25px;
  right: 10px;
}
.front-page .hero .hero-title .gb svg {
  height: 120px;
  fill: #016CEC;
}
.front-page .hero .hero-title .gb strong {
  top: 40px;
  right: 25px;
  font-size: 45px;
}
.front-page .hero .hero-title .gb strong:after {
  content: "GB";
}
.front-page .hero .hero-clouds {
  position: absolute;
  width: 100%;
  height: 17vw;
  bottom: -10px;
  left: 0;
  fill: white;
  filter: drop-shadow(0px 0px 4px #607d8b);
}
.front-page .hero .cloud-animation {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  pointer-events: none;
}
.front-page .hero .cloud-animation .path {
  position: relative;
  height: 18%;
  /* ANIMATIONS */
}
.front-page .hero .cloud-animation .path .cloud-move {
  height: 100px;
  display: block;
  position: absolute;
  left: -10%;
  fill: rgba(255, 255, 255, 0.3);
}
.front-page .hero .cloud-animation .path .x1 {
  -webkit-animation: animateCloud 65s linear infinite;
  -moz-animation: animateCloud 65s linear infinite;
  animation: animateCloud 65s linear infinite;
  height: 130px;
  left: -10%;
}
.front-page .hero .cloud-animation .path .x2 {
  -webkit-animation: animateCloud 51s linear infinite;
  -moz-animation: animateCloud 51s linear infinite;
  animation: animateCloud 51s linear infinite;
  height: 50px;
  left: -20%;
}
.front-page .hero .cloud-animation .path .x3 {
  -webkit-animation: animateCloud 40s linear infinite;
  -moz-animation: animateCloud 40s linear infinite;
  animation: animateCloud 40s linear infinite;
  height: 100px;
  left: -30%;
}
.front-page .hero .cloud-animation .path .x4 {
  -webkit-animation: animateCloud 38s linear infinite;
  -moz-animation: animateCloud 38s linear infinite;
  animation: animateCloud 38s linear infinite;
  height: 60px;
  left: 0%;
}
.front-page .hero .cloud-animation .path .x5 {
  -webkit-animation: animateCloud 52s linear infinite;
  -moz-animation: animateCloud 52s linear infinite;
  animation: animateCloud 52s linear infinite;
  height: 100px;
  left: -50%;
}
@-webkit-keyframes animateCloud {
  0% {
    left: -10%;
  }
  100% {
    left: 101%;
  }
}
@-moz-keyframes animateCloud {
  0% {
    left: -10%;
  }
  100% {
    left: 101%;
  }
}
@keyframes animateCloud {
  0% {
    left: -30%;
  }
  100% {
    left: 101%;
  }
}
.front-page .about-home > figure {
  align-items: center;
  gap: 20px;
}
.front-page .about-home .about {
  width: 50%;
}
.front-page .about-home .about h2 {
  text-align: start;
  padding: 0;
}
.front-page .packages .more-package {
  text-align: center;
  position: relative;
  bottom: -70px;
  z-index: 1;
}
.front-page .personal-area {
  background: linear-gradient(90deg, #016CEC, #00B0F7);
  overflow: hidden;
  color: white;
  padding: 0;
}
.front-page .personal-area .arc-decoration {
  fill: white;
  width: 100%;
  filter: drop-shadow(0 0 5px #000);
}
.front-page .personal-area .down {
  transform: scale(-1) translateY(-10px);
}
.front-page .personal-area h2 {
  margin: 30px auto;
  filter: drop-shadow(0 0 2px #000);
  direction: ltr;
}
.front-page .personal-area .action-list {
  display: flex;
}
.front-page .personal-area .action-list li {
  text-align: center;
  padding: 15px;
}
.front-page .personal-area .action-list li a {
  display: block;
}
.front-page .personal-area .action-list li a:hover {
  transform: scale(1.2);
}
.front-page .personal-area .action-list li img {
  width: 80%;
}
.front-page .personal-area .a-btn {
  margin: auto;
  position: relative;
  bottom: -120px;
  z-index: 1;
}
.front-page .woocommerce .products {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.front-page .woocommerce .products:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #016CEC, #00B0F7);
  height: 70px;
  z-index: -1;
}
.front-page .woocommerce .products .product-category {
  padding: 10px;
  background: white;
  border: 1px solid #e7f5fb;
  box-shadow: 0 0 10px #b8c1c5;
  margin: 40px 10px;
  position: relative;
  border-radius: 25px;
}
.front-page .woocommerce .products .product-category a {
  display: block;
}
.front-page .woocommerce .products .product-category a:before {
  content: "עבור לקטגוריה";
  height: 0;
  width: 100%;
  background: linear-gradient(0, #016CEC, #00B0F7);
  color: white;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 25px 25px;
}
.front-page .woocommerce .products .product-category a:hover:before {
  height: 100%;
  opacity: 0.7;
  border-radius: 25px;
}
.front-page .woocommerce .products .product-category a img {
  margin: 20px auto 25px;
}
.front-page .woocommerce .products .product-category a .woocommerce-loop-category__title {
  padding: 10px 30px;
  border-radius: 50px;
  background: linear-gradient(0, #016CEC, #00B0F7);
  color: white;
  font-size: 16px;
  font-weight: 300;
  width: fit-content;
  margin: auto;
  position: relative;
  bottom: -30px;
  right: 0;
  left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.front-page .woocommerce .products .product-category a .woocommerce-loop-category__title:after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 4px;
  left: 4px;
}
.front-page .woocommerce .products .product-category a .woocommerce-loop-category__title .count {
  display: none;
}

.minh1200 {
  min-height: 1200px;
}

.packages-list {
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.packages-list .package {
  padding: 10px;
  background: white;
  border: 1px solid #e7f5fb;
  box-shadow: 0 0 10px #b8c1c5;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  border-radius: 25px;
  margin: 90px 10px 60px;
  padding: 90px 0 55px;
  width: 30%;
}
.packages-list .package:before {
  content: "";
  background: white;
  height: 160px;
  width: 160px;
  position: absolute;
  top: -80px;
  z-index: -1;
  border-radius: 50%;
  filter: drop-shadow(0 0 5px #b8c1c5);
}
.packages-list .package:after {
  content: "תמיכה ב-eSIM + 5G";
  position: absolute;
  background: #EB0D6E;
  color: white;
  left: -25px;
  top: 40px;
  padding: 10px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(-20deg);
}
.packages-list .package .sky-wifi {
  position: absolute;
  bottom: 30px;
  opacity: 0.15;
}
.packages-list .package .gb-circle {
  background: linear-gradient(0, #016CEC, #00B0F7);
  border: 5px solid;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: -80px;
  z-index: 1;
}
.packages-list .package .gb-circle:before {
  content: "";
  height: 136px;
  width: 136px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid;
}
.packages-list .package .gb-circle h3 {
  margin: 0;
  font-size: 40px;
  transform: translateY(2px);
  line-height: 0.9;
}
.packages-list .package .package-details {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
  width: 100%;
}
.packages-list .package .package-details div {
  width: 50%;
  padding: 20px 5px;
}
.packages-list .package .package-details div:first-child {
  border-left: 1px solid #E0E0E0;
}
.packages-list .package .package-details i {
  color: #00B0F7;
  font-size: 30px;
  margin: 10px;
}
.packages-list .package .package-details h4 {
  font-size: 25px;
  direction: ltr;
}
.packages-list .package .package-details h4 span {
  font-size: 15px;
  font-weight: 300;
  display: block;
}
.packages-list .package .package-details .description {
  width: 100%;
  border-top: 1px solid #E0E0E0;
  padding: 8px;
}
.packages-list .package .package-details .lifetimePrice {
  color: white;
  background: #EB0D6E;
  padding: 5px 10px;
  height: 32px;
  position: relative;
}
.packages-list .package .package-details .lifetimePrice:before, .packages-list .package .package-details .lifetimePrice:after {
  content: "";
  height: 32px;
  width: 32px;
  background: #EB0D6E;
  clip-path: polygon(100% 0, 50% 50%, 100% 100%, 0 100%, 0 0);
  position: absolute;
  right: -30px;
  top: 0;
}
.packages-list .package .package-details .lifetimePrice:after {
  right: unset;
  left: -30px;
  top: 0;
  transform: scale(-1);
}
.packages-list .package .package-details .sale-area {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px 0;
  min-height: 75px;
  border-top: 1px solid #E0E0E0;
}
.packages-list .package .package-details .sale-area:empty {
  display: none;
}
.packages-list .package .package-details .sale-area .sale-label {
  background: #EB0D6E;
  color: white;
  justify-content: center;
  width: 120px;
  padding: 5px;
  font-weight: 600;
  transform: rotate(45deg) translate(25px, -40px);
  position: absolute;
}
.packages-list .package .package-details .sale-area .line-2 {
  position: relative;
  margin-top: 15px;
}
.packages-list .package .package-details .sale-area .line-2:before {
  content: "";
  position: absolute;
  top: -7px;
  right: calc(50% - 40px);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #b7339a 0%, #b7339a 33%, #2ac6af 33%, #2ac6af 67%, #eb0d6e 67%, #eb0d6e 100%);
}
.packages-list .package .btn {
  position: absolute;
  bottom: -35px;
}
.packages-list .package .btn b {
  display: block;
  font-size: 20px;
  line-height: 0.7;
  margin-bottom: -3px;
}

.support-page section {
  border-top: 1px solid #E0E0E0;
  margin-top: 30px;
  padding: 50px 0;
}
.support-page section .title {
  align-items: center;
}
.support-page section .title i {
  color: #00B0F7;
  font-size: 50px;
}
.support-page section .title h2 {
  text-align: right;
  font-weight: 500;
  font-size: 35px;
  margin: 0;
}
.support-page section .title h2 span {
  font-size: 18px;
  margin: 0;
}
.support-page .intro {
  margin: 0;
  padding: 0;
  border: none;
}
.support-page .intro > p {
  padding: 20px 0 40px;
}
.support-page .store-locations .stores {
  position: relative;
  padding-top: 30px;
}
.support-page .store-locations .stores .select-field {
  color: #00B0F7;
  border: 1px solid;
  padding: 10px;
  width: 260px;
  position: absolute;
  background: white;
}
.support-page .store-locations .store-info {
  display: none;
}
.support-page .store-locations .store-info .store-detail {
  width: 290px;
  border-left: 1px solid #E0E0E0;
  margin-left: 30px;
  padding-top: 90px;
}
.support-page .store-locations .store-info .store-detail a {
  margin: 10px 0 10px 10px;
}
.support-page .store-locations .store-info .google-map-area {
  width: calc(100% - 320px);
}
.support-page .start-sim > figure:not(.title) {
  align-items: center;
  justify-content: space-evenly;
}
.support-page .start-sim > figure:not(.title) img {
  width: 50%;
}

.single .the-article {
  max-width: 900px;
}

.woocommerce .site-main {
  padding-top: 0;
}
.woocommerce .site-main .hero-shop {
  padding: 55px 0 0;
  line-height: 0;
}
.woocommerce .site-main .hero-shop .sky-slider {
  border-bottom: 5px solid #00B0F7;
}
.woocommerce .site-main .hero-shop .shop-info {
  line-height: 1.3;
  padding-top: 20px;
}
.woocommerce .site-main .hero-shop .shop-info .woocommerce-ordering,
.woocommerce .site-main .hero-shop .shop-info .woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-pagination {
  padding: 20px;
}
.woocommerce .woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
.woocommerce .woocommerce-pagination ul li .page-numbers {
  border: 1px solid;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.woocommerce .woocommerce-pagination ul li .page-numbers:hover {
  background: rgba(0, 176, 247, 0.3);
}
.woocommerce .woocommerce-pagination ul li .current {
  color: white;
  background: #00B0F7;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #00B0F7;
  background: #e7f5fb;
  color: #00B0F7;
  padding: 20px;
  margin: 20px 0 0;
  border-radius: 10px;
}
.woocommerce .woocommerce-info .wc-forward,
.woocommerce .woocommerce-message .wc-forward {
  font-size: 20px;
  font-weight: 500;
  border: 1px solid;
  padding: 5px 10px;
  margin: 20px 0 5px;
}
.woocommerce .woocommerce-info .wc-forward:hover,
.woocommerce .woocommerce-message .wc-forward:hover {
  border-radius: 10px;
  background: #00B0F7;
  color: #e7f5fb;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents {
  padding: 10px;
  background: white;
  border: 1px solid #e7f5fb;
  box-shadow: 0 0 10px #b8c1c5;
  margin: auto;
  padding: 20px;
  border-radius: 25px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents thead {
  background: #00B0F7;
  color: white;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents thead tr th {
  padding: 10px;
  text-align: center;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name {
  text-align: right;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity input {
  width: 50px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-subtotal {
  font-size: 20px;
  font-weight: 500;
  padding: 40px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .actions {
  text-align: left;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .actions .coupon {
  display: none;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .actions button[name=update_cart] {
  color: #00B0F7;
  text-decoration: underline;
  font-weight: 400;
  margin: 30px;
}

.woocommerce-cart .the-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.woocommerce-cart .the-content .woocommerce a:hover {
  text-decoration: underline;
}
.woocommerce-cart .the-content .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  padding: 20px 0;
}
.woocommerce-cart .the-content .woocommerce .woocommerce-info {
  width: 100%;
}
.woocommerce-cart .the-content .woocommerce .return-to-shop {
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
}
.woocommerce-cart .the-content .woocommerce .woocommerce-cart-form {
  width: calc(100% - 450px);
}
.woocommerce-cart .the-content .woocommerce .cart-collaterals {
  padding: 10px;
  background: white;
  border: 1px solid #e7f5fb;
  box-shadow: 0 0 10px #b8c1c5;
  padding: 30px;
  border-radius: 25px;
}
.woocommerce-cart .the-content .woocommerce .cart-collaterals .cart_totals h2 {
  padding: 0;
  color: #00B0F7;
}
.woocommerce-cart .the-content .woocommerce .cart-collaterals .cart_totals .shop_table {
  width: 100%;
  margin: 20px 0;
}
.woocommerce-cart .the-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 20px 0;
}
.woocommerce-cart .the-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
  font-size: 25px;
  width: 80%;
}

.woocommerce-checkout .the-content .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout {
  padding: 10px;
  background: white;
  border: 1px solid #e7f5fb;
  box-shadow: 0 0 10px #b8c1c5;
  padding: 30px;
  border-radius: 25px;
  margin: 30px 0;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .col2-set {
  display: flex;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .col2-set > div {
  width: 50%;
  padding: 0 30px;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .col2-set h3 {
  padding: 20px 0;
  border-bottom: 1px solid;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .form-row {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid;
  color: #00B0F7;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .notes {
  margin: 30px 0;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-flow: dense;
  margin: 20px 0;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field,
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  grid-column-end: span 2;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout #order_review_heading {
  margin: 30px;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
  padding: 30px;
  text-align: center;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table th, .woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 20px;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table thead {
  background: #00B0F7;
  color: white;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  text-align: right;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td {
  border-bottom: 1px solid #E0E0E0;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  text-align: left;
  padding: 5px;
}
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  padding: 5px;
}

.woocommerce-page .products-list,
.tax-product_cat .products-list,
.post-type-archive-product .products-list {
  display: flex;
  justify-content: space-between;
  padding: 50px 100px;
}
.woocommerce-page .products-list .widget-area,
.tax-product_cat .products-list .widget-area,
.post-type-archive-product .products-list .widget-area {
  width: 220px;
  padding-left: 30px;
}
.woocommerce-page .products-list .widget-area h3,
.tax-product_cat .products-list .widget-area h3,
.post-type-archive-product .products-list .widget-area h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.woocommerce-page .products-list .widget-area .bapf_body input,
.tax-product_cat .products-list .widget-area .bapf_body input,
.post-type-archive-product .products-list .widget-area .bapf_body input {
  transform: scale(0.7);
}
.woocommerce-page .products-list .widget-area .berocket_single_filter_widget,
.tax-product_cat .products-list .widget-area .berocket_single_filter_widget,
.post-type-archive-product .products-list .widget-area .berocket_single_filter_widget {
  padding: 25px 0 5px;
  border-bottom: 1px solid #E0E0E0;
}
.woocommerce-page .products-list .widget-area .widget_text_icl,
.tax-product_cat .products-list .widget-area .widget_text_icl,
.post-type-archive-product .products-list .widget-area .widget_text_icl {
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce-page .products-list .widget-area .widget_text_icl h2,
.tax-product_cat .products-list .widget-area .widget_text_icl h2,
.post-type-archive-product .products-list .widget-area .widget_text_icl h2 {
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  text-align: revert;
  width: 100%;
}
.woocommerce-page .products-list .widget-area .widget_text_icl h2 i,
.tax-product_cat .products-list .widget-area .widget_text_icl h2 i,
.post-type-archive-product .products-list .widget-area .widget_text_icl h2 i {
  font-size: 18px;
  margin-left: 5px;
  color: #EB0D6E;
}
.woocommerce-page .products-list .products,
.tax-product_cat .products-list .products,
.post-type-archive-product .products-list .products {
  width: calc(100% - 230px);
}
.woocommerce-page .site-main .products,
.tax-product_cat .site-main .products,
.post-type-archive-product .site-main .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  grid-auto-flow: dense;
}
.woocommerce-page .site-main .products .product,
.tax-product_cat .site-main .products .product,
.post-type-archive-product .site-main .products .product {
  padding: 10px;
  background: white;
  border: 1px solid #e7f5fb;
  box-shadow: 0 0 10px #b8c1c5;
  border-radius: 25px;
  min-height: 455px;
  width: 100%;
  margin: 0 0 25px 0;
  padding: 15px 15px 30px;
  position: relative;
}
.woocommerce-page .site-main .products .product .woocommerce-loop-product__link,
.tax-product_cat .site-main .products .product .woocommerce-loop-product__link,
.post-type-archive-product .site-main .products .product .woocommerce-loop-product__link {
  display: block;
  width: 100%;
}
.woocommerce-page .site-main .products .product .woocommerce-loop-product__link:before,
.tax-product_cat .site-main .products .product .woocommerce-loop-product__link:before,
.post-type-archive-product .site-main .products .product .woocommerce-loop-product__link:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  height: 0;
  width: 100%;
  background: linear-gradient(0, #016CEC, #00B0F7);
  color: white;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 25px 25px;
}
.woocommerce-page .site-main .products .product .woocommerce-loop-product__link:hover:before,
.tax-product_cat .site-main .products .product .woocommerce-loop-product__link:hover:before,
.post-type-archive-product .site-main .products .product .woocommerce-loop-product__link:hover:before {
  height: 100%;
  opacity: 0.7;
  border-radius: 25px;
}
.woocommerce-page .site-main .products .product .woocommerce-loop-product__link .onsale,
.tax-product_cat .site-main .products .product .woocommerce-loop-product__link .onsale,
.post-type-archive-product .site-main .products .product .woocommerce-loop-product__link .onsale {
  position: absolute;
  background: #EB0D6E;
  color: white;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.woocommerce-page .site-main .products .product .woocommerce-loop-product__link img,
.tax-product_cat .site-main .products .product .woocommerce-loop-product__link img,
.post-type-archive-product .site-main .products .product .woocommerce-loop-product__link img {
  width: 100%;
}
.woocommerce-page .site-main .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title,
.tax-product_cat .site-main .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title,
.post-type-archive-product .site-main .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  margin: 0 0 0 auto;
  text-align: right;
  padding: 10px 0;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-page .site-main .products .product .woocommerce-loop-product__link .price,
.tax-product_cat .site-main .products .product .woocommerce-loop-product__link .price,
.post-type-archive-product .site-main .products .product .woocommerce-loop-product__link .price {
  padding: 10px 0;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-page .site-main .products .product .woocommerce-loop-product__link .price del,
.tax-product_cat .site-main .products .product .woocommerce-loop-product__link .price del,
.post-type-archive-product .site-main .products .product .woocommerce-loop-product__link .price del {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-page .site-main .products .product .woocommerce-loop-product__link .price ins,
.tax-product_cat .site-main .products .product .woocommerce-loop-product__link .price ins,
.post-type-archive-product .site-main .products .product .woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
.woocommerce-page .site-main .products .product .add_to_cart_button,
.tax-product_cat .site-main .products .product .add_to_cart_button,
.post-type-archive-product .site-main .products .product .add_to_cart_button {
  border: none;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
}
.woocommerce-page .site-main .products .product .add_to_cart_button:hover,
.tax-product_cat .site-main .products .product .add_to_cart_button:hover,
.post-type-archive-product .site-main .products .product .add_to_cart_button:hover {
  transform: scale(1.2);
}

.single-product .widget-area {
  display: none;
}
.single-product .site-main .hero-shop {
  padding: 55px 0 10px;
}
.single-product .site-main .hero-shop .shop-info {
  position: static;
}
.single-product .site-main .product {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: space-between;
}
.single-product .site-main .product .onsale {
  display: block;
  padding: 5px 10px;
  margin: 0 0 10px 100%;
  background: #EB0D6E;
  color: white;
}
.single-product .site-main .product .entry-summary {
  width: calc(100% - 340px);
}
.single-product .site-main .product .entry-summary .entry-title {
  padding: 10px 0;
  color: #616161;
}
.single-product .site-main .product .entry-summary .price {
  padding: 10px 0;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  flex-direction: column-reverse;
}
.single-product .site-main .product .entry-summary .price del {
  font-size: 16px;
  font-weight: 400;
}
.single-product .site-main .product .entry-summary .price ins {
  text-decoration: none;
}
.single-product .site-main .product .entry-summary .woocommerce-product-details__short-description {
  padding: 10px 0;
}
.single-product .site-main .product .entry-summary .cart {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.single-product .site-main .product .entry-summary .cart .quantity {
  border: 1px solid #00B0F7;
  margin-left: 20px;
}
.single-product .site-main .product .entry-summary .cart .quantity input {
  height: 50px;
  width: 50px;
  text-align: center;
}
.single-product .site-main .product .entry-summary .product_meta span {
  display: block;
}
.single-product .site-main .product .product-information {
  width: 100%;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 50px 0;
  margin: 50px 0;
}
.single-product .site-main .product .product-information > div {
  width: 50%;
}
.single-product .site-main .product .product-information > div h2 {
  padding: 0;
  text-align: right;
  color: #00B0F7;
  font-size: 30px;
  margin-bottom: 10px;
}
.single-product .site-main .product .product-information .description {
  padding-left: 50px;
}
.single-product .site-main .product .product-information .info {
  padding-right: 50px;
  border-right: 1px solid #E0E0E0;
}
.single-product .site-main .product .product-information .info .woocommerce-product-attributes-item__label {
  text-align: right;
  padding-left: 15px;
}
.single-product .site-main .product .related,
.single-product .site-main .product .upsells {
  width: 100%;
  display: block;
}
.single-product .site-main .product .related .products,
.single-product .site-main .product .upsells .products {
  width: 80%;
  margin: 30px auto;
}

.error-404 {
  text-align: center;
}
.error-404 h1 {
  font-size: 100px;
  margin-top: 50px;
}
.error-404 h1 i {
  margin-left: 16px;
}
.error-404 p {
  font-size: 30px;
  color: #00B0F7;
}
.error-404 .btn {
  margin: 50px auto;
}

.single-stores .store-detail {
  width: 350px;
  border-left: 1px solid #E0E0E0;
  margin-left: 30px;
}
.single-stores .store-detail .the-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 0 20px 30px;
}
.single-stores .store-detail .the-content h1 {
  margin-bottom: 10px;
}
.single-stores .store-detail address a {
  text-decoration: underline;
}
.single-stores .store-detail address a:hover {
  color: #00B0F7;
}
.single-stores .store-detail .link-to-call {
  font-size: 25px;
  font-weight: 600;
  margin: 10px 0;
  display: block;
  width: fit-content;
}
.single-stores .store-detail .social-links a:first-child {
  margin-left: 15px;
}
.single-stores .google-map-area {
  width: calc(100% - 380px);
}
.single-stores .store-footer {
  text-align: center;
  margin: 30px 0;
}

.main-stores-archive {
  min-height: calc(100vh - 400px);
}
.main-stores-archive .articles-list > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 30px;
}
.main-stores-archive .articles-list article {
  padding: 15px 0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
}
.main-stores-archive .articles-list article h3 {
  font-size: 18px;
}
.main-stores-archive .articles-list article a:hover {
  text-decoration: underline;
  color: #00B0F7;
}
.main-stores-archive .articles-list .markInside mark {
  background-color: rgba(235, 14, 110, 0.04);
  color: #EB0D6E;
}
.main-stores-archive .search-box {
  flex-direction: column;
}
.main-stores-archive #search {
  border: 1px solid #d8d8d8;
  padding: 10px;
  margin: 5px 0;
}
.main-stores-archive .search-now article {
  display: none;
}
.main-stores-archive .search-now .markInside {
  display: flex;
}

.page-template-page-lpsale {
  color: white;
}
.page-template-page-lpsale .prepaid-page {
  display: none;
}
.page-template-page-lpsale header,
.page-template-page-lpsale .bg-clouds {
  display: none;
}
.page-template-page-lpsale .lp-sale {
  background: url("https://skycall.co.il/wp-content/uploads/2024/02/50033B.jpg") no-repeat;
  background-size: 100%;
  position: relative;
}
/* Media query for mobile devices */
@media screen and (max-width: 768px) {
  .page-template-page-lpsale .lp-sale {
    background: url("https://skycall.co.il/wp-content/uploads/2024/02/810.jpg") no-repeat;
    background-size: cover;
    position: relative;
  }
}

.page-template-page-lpsale .lp-sale:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 108, 236, 0.4) 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
  mix-blend-mode: multiply;
}
.page-template-page-lpsale .lp-sale .form-box {
  background: white;
  padding: 20px;
  margin: 30px 0;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 3px rgba(5, 21, 44, 0.5);
}
.page-template-page-lpsale .lp-sale .form-box h4 {
  color: #EB0D6E;
  text-align: center;
  margin: 5px 0 25px;
}
.page-template-page-lpsale .lp-sale .form-box .wpcf7 .wpcf7-form .fieldset {
  grid-template-columns: repeat(2, 1fr);
}
.page-template-page-lpsale .lp-sale .form-box .wpcf7 .wpcf7-form .submit-field .btn-primary {
  margin: auto;
  background: #EB0D6E;
  cursor: pointer;
}
.page-template-page-lpsale .lp-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.page-template-page-lpsale .lp-content .logo svg .wifi-s,
.page-template-page-lpsale .lp-content .logo svg .wifi-m,
.page-template-page-lpsale .lp-content .logo svg .wifi-l,
.page-template-page-lpsale .lp-content .logo svg .sky-text {
  fill: white;
}
.page-template-page-lpsale .lp-content h1 {
  color: white;
  margin: 20px 0;
  text-align: center;
  font-size: 45px;
  line-height: 1.3;
  filter: drop-shadow(1px 2px 3px black);
}
.page-template-page-lpsale .cta-call {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 70%;
  padding: 15px 20px 7px;
  background: white;
  color: #00B0F7;
  border-radius: 0 20px 20px 0;
  box-shadow: 0px 0px 10px 3px rgba(5, 21, 44, 0.5);
}
.page-template-page-lpsale .cta-call:hover {
  background: #EB0D6E;
  color: white;
}
.page-template-page-lpsale .cta-call a {
  display: block;
}
.page-template-page-lpsale .cta-call h3 {
  font-size: 20px;
}
.page-template-page-lpsale .cta-call b {
  direction: ltr;
  display: block;
  font-size: 30px;
  margin-top: 4px;
}
.page-template-page-lpsale .cta-call b i {
  transform: scale(0.6) translateY(3px);
}
.page-template-page-lpsale .to-site {
  display: block;
  margin: 0 auto 25px;
  width: fit-content;
  border: 1px solid;
  padding: 10px 20px;
}
.page-template-page-lpsale footer {
  margin-top: 0;
}
.page-template-page-lpsale footer .with-top-line .main-navigation {
  display: none;
}
.page-template-page-lpsale footer .with-top-line > div {
  width: 100%;
}
.page-template-page-lpsale footer .site-footer .bg-clouds {
  display: none;
}
.page-template-page-lpsale footer .site-footer .wpml-ls-legacy-list-horizontal {
  text-align: center;
}
.page-template-page-lpsale footer .contact-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.package-slider #slider {
  align-items: center;
}
.package-slider #slider button {
  font-size: 30px;
  margin: 20px;
  color: white;
}
.package-slider ul li {
  width: 300px;
  border: 2px solid;
  line-height: 0;
  display: none;
}
.package-slider ul li:first-child {
  display: block;
}
.package-slider .fadeInOut {
  opacity: 1;
  animation: fade 1s linear;
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.sky-slider {
  position: relative;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}
.hero-slider .hero-clouds {
  position: absolute;
  width: 100vw;
  height: auto;
  bottom: 0;
  z-index: 1;
  fill: white;
  filter: drop-shadow(0px 0px 4px #607d8b);
}
.hero-slider .swiper-slide > figure {
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-slider .swiper-slide > figure img {
  width: 100%;
}
.hero-slider .swiper-slide > figure h2 {
  position: absolute;
  color: white;
  filter: drop-shadow(2px 4px 6px black);
}
.hero-slider .hero-swiper-pagination {
  z-index: 2;
  position: absolute;
  text-align: center;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .hero-slider .hero-swiper-pagination,
.hero-slider .hero-swiper-bp,
.hero-slider .hero-swiper-bn {
    display: none;
  }
  .hero-slider .swiper-slide h2 {
    font-size: 5vw;
  }
}

.minh649 {
  min-height: 649px;
}

.accordion-faq {
  margin: 30px 0;
}
.accordion-faq > li {
  border: 1px solid #00B0F7;
  padding: 20px 30px;
  margin: 15px 0;
}
.accordion-faq > li button {
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  white-space: normal;
  text-align: right;
  padding: 0;
  transition: all 0.5s ease-out;
  border: 1px dashed transparent;
}
.accordion-faq > li button:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00B0F7;
  background: white;
  position: absolute;
  top: -4px;
  right: -46px;
  height: 25px;
  width: 30px;
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #00B0F7;
  border-bottom: 1px solid #00B0F7;
}
.accordion-faq > li button:hover {
  color: #016CEC;
}
.accordion-faq > li article {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.accordion-faq .accordion-section-open button {
  font-weight: 800;
  color: #016CEC;
}
.accordion-faq .accordion-section-open button:before {
  color: #016CEC;
  content: "";
}
.accordion-faq .accordion-section-open article {
  margin: 10px 0;
}

.site .content-new-page {
  padding: 0;
}

.content-new-page {
  padding: 0;
}
.content-new-page .top-page {
  padding: 10px 25px;
}
.content-new-page .top-page .image-page {
  filter: drop-shadow(0px 0px 5px #607d8b);
  padding: 10px;
  background: white;
  line-height: 0;
  width: 260px;
  border-radius: 0 0 20px 20px;
}
.content-new-page .top-page .image-page img {
  border-radius: 0 0 12px 12px;
}
.content-new-page .top-page h1 {
  width: 100%;
  padding: 70px 20px 10px;
  font-size: 50px;
  display: flex;
  align-items: center;
}
.content-new-page .the-content h2 {
  padding: 20px 0 10px;
  text-align: right;
  width: fit-content;
  margin: 0 0 15px;
  border-bottom: 2px solid #00B0F7;
}
.content-new-page .the-content .packages-list .package .package-details div:first-child {
  border-left: none;
}

.countries-list {
  position: relative;
}
.countries-list .bg-globe {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  opacity: 0.3;
  margin: 0;
}
.countries-list > div {
  columns: 4;
  padding: 20px 0;
}

.post-2807 h3 {
  margin: 40px 0 20px;
}

.post-2918 h3 {
  margin: 40px 0 20px;
  color: #00B0F7;
}
.post-2918 .wp-block-column {
  text-align: center;
  margin: 0 0 50px;
}
.post-2918 .wp-block-column i {
  font-size: 30px;
}
.post-2918 .wp-block-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-2918 .wp-block-column ul li {
  padding: 20px;
  position: relative;
}
.post-2918 .wp-block-column ul li:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  left: 0;
  top: 85%;
}
.post-2918 .wp-block-column ul li:last-child:after {
  display: none;
}
.post-2918 p.has-text-align-center {
  border: 2px solid #00B0F7;
  width: fit-content;
  margin: auto;
  padding: 20px 40px;
}
.post-2918 .bg-travel .wp-block-image {
  justify-content: center;
}
.post-2918 .bg-compass {
  margin: 0;
  position: fixed;
  width: 100vw;
  bottom: 0;
  right: 0;
}
.post-2918 .bg-compass > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
  width: 30vw;
}

.post-3203 .wp-block-columns,
.post-3120 .wp-block-columns {
  text-align: center;
  margin: 70px 0;
  justify-content: center;
  gap: 100px 0;
  transform: scale(0.9);
  direction: rtl;
}
.post-3203 .wp-block-columns .wp-block-column,
.post-3120 .wp-block-columns .wp-block-column {
  border-radius: 15px;
  margin: 30px 0;
  position: relative;
  color: white;
  background: #00B0F7;
  overflow: hidden;
  border: 1px solid red;
}
.post-3203 .wp-block-columns .wp-block-column h3,
.post-3120 .wp-block-columns .wp-block-column h3 {
  width: fit-content;
  margin: auto;
  color: white;
  padding: 50px 20px 30px;
  font-size: 50px;
}
.post-3203 .wp-block-columns .wp-block-column ul,
.post-3120 .wp-block-columns .wp-block-column ul {
  list-style-type: none;
  margin: 0;
  padding: 0 40px;
  white-space: nowrap;
}
.post-3203 .wp-block-columns .wp-block-column ul li,
.post-3120 .wp-block-columns .wp-block-column ul li {
  padding: 10px;
  font-family: monospace;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.post-3203 .wp-block-columns .wp-block-column ul li:last-child,
.post-3120 .wp-block-columns .wp-block-column ul li:last-child {
  border-bottom: none;
}
.post-3203 .wp-block-columns .wp-block-column h4,
.post-3120 .wp-block-columns .wp-block-column h4 {
  width: fit-content;
  direction: ltr;
  font-size: 40px;
  margin: 40px 0 0;
  padding: 50px 70px 30px 60px;
  position: relative;
  color: #00B0F7;
}
.post-3203 .wp-block-columns .wp-block-column h4:before,
.post-3120 .wp-block-columns .wp-block-column h4:before {
  content: "";
  position: absolute;
  width: 230px;
  height: 160px;
  background: white;
  color: #00B0F7;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 100px 0 0;
  filter: drop-shadow(0px 0px 15px #ffeb3b);
}
.post-3203 .wp-block-columns .wp-block-column h4 strong,
.post-3120 .wp-block-columns .wp-block-column h4 strong {
  position: relative;
}
.post-3203 .wp-block-columns .wp-block-column h4:after,
.post-3120 .wp-block-columns .wp-block-column h4:after {
  content: "₪";
  position: absolute;
  font-size: 20px;
  transform: translate(5px, 16px);
}
.post-3203 .wp-block-columns .bronze,
.post-3120 .wp-block-columns .bronze {
  border: 1px solid #e2832b;
  background: linear-gradient(0deg, #b45a07 0%, #fd8c33 100%);
  box-shadow: 0 0 25px #934507;
}
.post-3203 .wp-block-columns .bronze h4,
.post-3120 .wp-block-columns .bronze h4 {
  color: #934507;
}
.post-3203 .wp-block-columns .bronze h4:before,
.post-3120 .wp-block-columns .bronze h4:before {
  filter: drop-shadow(0px 0px 15px #693104);
}
.post-3203 .wp-block-columns .silver,
.post-3120 .wp-block-columns .silver {
  border: 1px solid silver;
  background: linear-gradient(0deg, #7e7d7c 0%, #d4d4d4 100%);
  box-shadow: 0 0 25px silver;
}
.post-3203 .wp-block-columns .silver h4,
.post-3120 .wp-block-columns .silver h4 {
  color: #8b8b8b;
}
.post-3203 .wp-block-columns .silver h4:before,
.post-3120 .wp-block-columns .silver h4:before {
  filter: drop-shadow(0px 0px 15px #434242);
}
.post-3203 .wp-block-columns .gold,
.post-3120 .wp-block-columns .gold {
  border: 1px solid gold;
  background: linear-gradient(0deg, #dba514 0%, #fcc201 100%);
  box-shadow: 0 0 25px #dda813;
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}
.post-3203 .wp-block-columns .gold h4,
.post-3120 .wp-block-columns .gold h4 {
  color: #dca612;
}
.post-3203 .wp-block-columns .gold h4:before,
.post-3120 .wp-block-columns .gold h4:before {
  filter: drop-shadow(0px 0px 15px gold);
}
.post-3203 .contact_numbers,
.post-3120 .contact_numbers {
  border-radius: 15px;
  padding: 25px 60px;
  width: 90%;
  margin: auto auto 40px;
  background: white;
  filter: drop-shadow(0 0 10px #00B0F7);
  position: relative;
}
.post-3203 .contact_numbers:before,
.post-3120 .contact_numbers:before {
  content: "";
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: white;
  width: 90px;
  height: 40px;
}
.post-3203 .contact_numbers p.has-text-align-center,
.post-3120 .contact_numbers p.has-text-align-center {
  color: #00B0F7;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 400px) {
  .post-3203 .contact_numbers,
.post-3120 .contact_numbers {
    padding: 0;
    width: 100%;
    filter: none;
  }
}

.post-3304 .box-i {
  margin-top: 30px;
}
.post-3304 .box-i i {
  font-size: 30px;
  color: #EB0D6E;
  transform: translate(-15px, 40px);
}
.post-3304 .box-i h3 {
  width: fit-content;
  border: 1px solid #EB0D6E;
  padding: 10px 60px 10px 20px;
  margin-bottom: 15px;
}
.post-3304 h3.has-text-align-center {
  color: #00B0F7;
  margin: 45px 0;
}

.front-page .hero-front {
  background: #065aa1 url("https://skycall.co.il/wp-content/uploads/2022/11/bg-home-sky19.webp") center top;
  background-size: cover;
  padding: 120px 40px 60px;
}
.front-page .hero-front .hero-area {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
}
.front-page .hero-front .hero-area h1 {
  font-size: 50px;
  text-shadow: 1px 1px 2px black;
  color: white;
}
.front-page .hero-front .hero-area .white-logo .logo svg {
  height: 130px;
}

.contact-btn-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-btn-links li {
  padding: 0 0 50px;
  width: 310px;
  margin-right: auto;
}
.contact-btn-links li a {
  text-align: center;
  border: 1px solid #00B0F7;
  display: block;
  width: fit-content;
  margin-right: auto;
  padding: 25px 40px 15px;
  position: relative;
  border-radius: 15px;
  width: 100%;
}
.contact-btn-links li a i {
  position: absolute;
  bottom: calc(100% - 18px);
  left: 0;
  right: 0;
  margin: auto;
  color: #00B0F7;
  border: 1px solid #00B0F7;
  background: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-btn-links li a h3 {
  font-size: 25px;
}
.contact-btn-links li a h3 span {
  font-size: 18px;
}

.share-area {
  padding: 30px;
}
.share-area .social-share-links {
  text-align: center;
  background: linear-gradient(0deg, #0a208f 0%, #2580d3 100%);
  color: white;
  padding: 40px 30px 0;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 5px #607d8b);
}
.share-area .social-share-links .content h3 {
  color: white;
  font-weight: 900;
}
.share-area .social-share-links h3 {
  color: #EB0D6E;
  margin-top: 15px;
}
.share-area .social-share-links p {
  margin: 15px;
  font-size: 20px;
}
.share-area .social-share-links .bg-share {
  pointer-events: none;
  margin-top: -130px;
  width: 100%;
}
.share-area .social-share-links .form-field {
  background: white;
  color: #00B0F7;
  padding: 10px;
  border-radius: 10px;
}
.share-area .social-share-links .form-field .error-msg {
  color: #E53A35;
}
.share-area .social-share-links .form-field .good-msg {
  color: #66BB6A;
}
.share-area .social-share-links #phone_number {
  text-align: center;
}
.share-area .social-share-links #checkPhone {
  background: #66BB6A;
  color: white;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 50px;
}
.share-area .social-share-links .aLink {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50px;
  width: fit-content;
  margin: 10px auto;
  padding: 0 10px;
}
.share-area .social-share-links .btns-share {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  direction: ltr;
  width: fit-content;
  margin: auto;
  padding: 10px;
}
.share-area .social-share-links .btns-share a {
  background: #EB0D6E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .share-area {
    padding: 0;
  }
  .share-area .social-share-links .bg-share {
    margin-top: -60px;
  }
}

.lp-sale .package-slider ul li {
  width: auto;
  border: none;
  line-height: unset;
}
.lp-sale .packages-list .package {
  width: 440px;
  color: #112b4c;
}
.lp-sale .packages-list .package .btn {
  display: none;
}
.lp-sale .packages-list .package .package-details .description {
  font-weight: 900;
  font-size: 30px;
  color: #EB0D6E;
}
.lp-sale .promo-esim {
  background: linear-gradient(0, #016CEC, #00B0F7);
  position: absolute;
  bottom: -25px;
  width: 80%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50px;
  border: 2px solid;
}
.lp-sale .promo-esim img {
  position: absolute;
  width: 200px;
  right: -120px;
}
.lp-sale .promo-esim p {
  font-size: 20px;
}
.lp-sale .landscape-packages-list {
  width: 100%;
}
.lp-sale .landscape-packages-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #112b4c;
  background: white;
  box-shadow: 0 0 10px #112b4c;
  border-radius: 10px;
  position: relative;
  width: fit-content;
  margin: 40px auto;
}
.lp-sale .landscape-packages-list li .price-circle {
  position: absolute;
  padding: 8px;
  background: linear-gradient(0, #016CEC, #00B0F7);
  border-radius: 50%;
  right: -30px;
}
.lp-sale .landscape-packages-list li .price-circle h3 {
  font-size: 50px;
  color: white;
  background: linear-gradient(0, #00B0F7, #016CEC);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  line-height: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid;
}
.lp-sale .landscape-packages-list li .price-circle h3 span {
  font-size: 16px;
}
.lp-sale .landscape-packages-list li .package-details {
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 10px 90px 10px 10px;
  gap: 10px;
}
.lp-sale .landscape-packages-list li .package-details div {
  text-align: center;
}
.lp-sale .landscape-packages-list li .package-details div i {
  color: #00B0F7;
}
.lp-sale .landscape-packages-list li .package-details div .fa-wifi {
  position: relative;
}
.lp-sale .landscape-packages-list li .package-details div .fa-wifi:after {
  content: "5G";
  position: absolute;
  top: -9px;
  right: -15px;
  background: white;
}
.lp-sale .landscape-packages-list li .package-details div h4 {
  direction: ltr;
  margin: 0;
}
.lp-sale .landscape-packages-list li:nth-child(odd) .price-circle {
  right: unset;
  left: -30px;
}
.lp-sale .landscape-packages-list li:nth-child(odd) .package-details {
  padding: 10px 10px 10px 90px;
}
@media screen and (min-width: 500px) {
  .lp-sale .landscape-packages-list li {
    transform: scale(1.5);
    margin: 100px auto;
  }
}
.lp-sale .landscape-packages-list li:nth-child(even) {
  background: #045c83;
  color: white;
}
.lp-sale .landscape-packages-list li:nth-child(even) .package-details div .fa-wifi:after {
  background: #045c83;
}

.site .eSIM-page {
  padding-top: 75px;
}

.eSIM-page a {
  color: #00B0F7;
  text-decoration: underline;
}
.eSIM-page h2 {
  padding: 20px 0;
  font-size: 30px;
  text-align: right;
  color: #EB0D6E;
}
.eSIM-page .line-decoration {
  width: 120px;
  height: 6px;
  background: #00B0F7;
  margin: 40px 0 30px;
}
.eSIM-page .hero-esim-page {
  padding: 0;
  position: relative;
  color: white;
}
.eSIM-page .hero-esim-page > img {
  width: 100%;
}
.eSIM-page .hero-esim-page > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}
.eSIM-page .hero-esim-page > .wrapper strong {
  font-size: 50px;
  text-shadow: 0 0 10px black;
}
.eSIM-page .hero-esim-page > .wrapper strong span {
  display: block;
  font-weight: 100;
  font-size: 26px;
}
.eSIM-page .hero-esim-page > .wrapper .el-iphone {
  width: 70%;
  position: absolute;
  left: 0;
  top: -10%;
}
.eSIM-page .intro {
  padding-top: 20px;
}
.eSIM-page .intro h1 {
  width: fit-content;
  margin: 30px 0;
  color: #EB0D6E;
}
.eSIM-page .intro ul {
  padding: 20px;
}
.eSIM-page .intro ul li {
  position: relative;
  padding: 0 25px 10px 0;
}
.eSIM-page .intro ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #112b4c;
}
.eSIM-page .esim-in-sky > figure {
  align-items: center;
}
.eSIM-page .esim-in-sky .d-simcard {
  width: 50%;
  transform: translateX(50px);
}
.eSIM-page .how-esim .middle-line {
  justify-content: flex-end;
}
.eSIM-page .how-esim .middle-line:before {
  border-top: 2px solid #EB0D6E;
}
.eSIM-page .how-esim .middle-line img {
  width: 150px;
  margin: 50px;
}
.eSIM-page .bg-devices {
  width: 100%;
}
.eSIM-page .which-devices h2 {
  position: relative;
}
.eSIM-page .which-devices .accordion {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eSIM-page .which-devices .accordion li {
  box-shadow: 0 0 6px #00B0F7;
  border-radius: 10px;
  width: 32%;
}
.eSIM-page .which-devices .accordion li button {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  padding: 20px;
  width: 100%;
  white-space: normal;
}
.eSIM-page .which-devices .accordion li button small {
  display: block;
  font-weight: 100;
  font-size: 14px;
}
.eSIM-page .which-devices .accordion li button .fa-arrow-down {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 6px #00B0F7;
  background: white;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00B0F7;
  z-index: 1;
}
.eSIM-page .which-devices .accordion li:last-child {
  box-shadow: none;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.eSIM-page .which-devices .accordion li:last-child button {
  width: fit-content;
}
.eSIM-page .which-devices .accordion li article {
  opacity: 0;
  overflow: hidden;
  padding: 40px 10px 10px;
}
.eSIM-page .which-devices .accordion .accordion-section-open .fa-arrow-down {
  transform: rotate(180deg);
}
.eSIM-page .which-devices .accordion .accordion-section-open article {
  opacity: 1;
}
.eSIM-page .join-esim {
  background: #065aa1 url("../images/bg-join.webp") center center;
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.eSIM-page .join-esim .a-cta {
  background: #EB0D6E;
  text-decoration: none;
  font-size: 25px;
  position: relative;
  bottom: -45px;
  padding: 10px 50px;
}
.eSIM-page .join-esim h2 {
  text-align: center;
}
.eSIM-page .join-esim .line-decoration {
  margin: 40px auto 30px;
}
.eSIM-page .bottom-title {
  color: #00B0F7;
  margin: 70px auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .eSIM-page .hero-esim-page > img {
    display: none;
  }
  .eSIM-page .hero-esim-page > .wrapper {
    position: relative;
    top: -23px;
    flex-direction: column;
    /*background: linear-gradient(-45deg, #eb0c6e, #106dec);*/
  }
  .eSIM-page .hero-esim-page > .wrapper strong {
    font-size: 30px;
    text-align: center;
    margin-top: 70px;
  }
  .eSIM-page .hero-esim-page > .wrapper strong span {
    font-size: 20px;
  }
  .eSIM-page .hero-esim-page > .wrapper .el-iphone {
    position: static;
    width: 100%;
  }
  .eSIM-page .esim-in-sky .d-simcard {
    width: 100%;
    transform: none;
  }
  .eSIM-page .esim-in-sky > figure {
    flex-direction: column;
  }
  .eSIM-page .which-devices h2 {
    position: static;
  }
  .eSIM-page .which-devices .accordion li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.single-product .site-main .product .entry-summary .price {
  display: none;
}
.single-product .site-main .product .entry-summary .variations_form {
  flex-direction: column;
}
.single-product .site-main .product .entry-summary .variations_form .visual-variations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.single-product .site-main .product .entry-summary .variations_form .visual-variations li button {
  background: #EB0D6E;
  width: 170px;
}
.single-product .site-main .product .entry-summary .variations_form .visual-variations li button span {
  display: none;
}
.single-product .site-main .product .entry-summary .variations_form .visual-variations li button.active {
  transform: scale(1.2);
  border: 5px solid #00B0F7;
  box-shadow: 0 0 40px black;
}
.single-product .site-main .product .entry-summary .variations_form .variations .label {
  display: none;
}
.single-product .site-main .product .entry-summary .variations_form .variations .value {
  text-align: center;
}
.single-product .site-main .product .entry-summary .variations_form .variations .value select {
  border: 1px solid #00B0F7;
  padding: 10px 20px;
}
.single-product .site-main .product .entry-summary .variations_form .single_variation_wrap .woocommerce-variation-price {
  text-align: center;
}
.single-product .site-main .product .entry-summary .variations_form .single_variation_wrap .quantity {
  visibility: hidden;
  opacity: 0;
}

.service-page .service-content {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.service-page .service-content .contact-us {
  width: 50%;
  background: white;
  box-shadow: 0 0 20px #607d8b;
  padding: 30px;
  border-radius: 20px;
}
.service-page .service-content .contact-us h3 {
  color: #EB0D6E;
}
.service-page .service-content .contact-us p {
  margin: 10px 0;
}
.service-page .service-content .contact-us .wpcf7 .wpcf7-form .form-field {
  grid-column-end: span 3;
}
.service-page .service-content .faq {
  width: 45%;
}
.service-page .service-content .faq .accordion-faq > li button:before {
  content: "";
  color: #EB0D6E;
}
.service-page .service-content .faq .accordion-faq {
  margin: 0 0 30px;
}
.service-page .service-content .faq .accordion-faq > li:first-child, .service-page .service-content .faq .accordion-faq > li:nth-child(2) {
  display: none;
}
@media screen and (max-width: 767px) {
  .service-page .service-content {
    flex-direction: column;
  }
  .service-page .service-content .contact-us,
.service-page .service-content .faq {
    width: 100%;
  }
}

.page-id-3744 h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  color: #EB0D6E;
}
.page-id-3744 h3 {
  color: #00B0F7;
}

.page-id-3709 .dry-contact .wp-block-column {
  position: relative;
}
.page-id-3709 .dry-contact .wp-block-column i {
  position: absolute;
  top: 5px;
  right: -6px;
  color: #EB0D6E;
}
.page-id-3709 .dry-contact .wp-block-column h4 {
  padding-right: 18px;
  color: #EB0D6E;
}
.page-id-3709 .dry-contact .wp-block-column p {
  padding: 5px 15px;
  border-right: 4px solid #00B0F7;
}

.package-terms-page {
  position: relative;
}
.package-terms-page .bg-gears {
  opacity: 0.2;
  position: absolute;
  height: 40vw;
  max-height: 330px;
  top: 150px;
  left: 0;
}
.package-terms-page .right-side {
  height: 330px;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
  opacity: 0.08;
}
.package-terms-page .flow-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
  max-width: 500px;
  height: fit-content;
  opacity: 0.2;
}
.package-terms-page h1 {
  color: #616161;
  font-size: 20px;
}
.package-terms-page h2 {
  font-size: 30px;
  color: #00B0F7;
  text-align: revert;
  padding: 20px 0;
}
.package-terms-page .packages-terms {
  position: relative;
  z-index: 1;
}
.package-terms-page .packages-terms .package-info {
  padding: 20px 0 50px;
}
.package-terms-page .packages-terms .package-info .section-content {
  border-right: 2px solid #EB0D6E;
  padding: 10px 20px;
  margin-bottom: 25px;
}
.package-terms-page .packages-terms .package-info .section-content p {
  margin-bottom: 20px;
}
.package-terms-page .packages-terms .package-info .section-content p:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .package-terms-page .right-side {
    bottom: 400px;
  }
  .package-terms-page .flow-icon {
    position: static;
    width: 90%;
    opacity: 1;
  }
}

.wrapper {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}

.screen-reader-text {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  word-wrap: normal !important;
}

.site .a-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  background: #00B0F7;
  color: white;
}
.site .a-btn:hover {
  background: #016CEC;
  color: white;
}
.site .btn {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border-radius: 50px;
  background: #00B0F7;
  color: white;
}
.site .btn:hover {
  background: #016CEC;
  color: white;
}
.site .place-order > #place_order,
.site .woocommerce-mini-cart__buttons > .button,
.site .checkout-button,
.site .add_to_cart_button {
  padding: 10px 30px;
  border-radius: 50px;
  background: linear-gradient(0, #016CEC, #00B0F7);
  color: white;
  font-size: 16px;
  font-weight: 300;
  width: fit-content;
  margin: auto;
  text-align: center;
  white-space: nowrap;
  position: relative;
  border: none;
}
.site .place-order > #place_order:after,
.site .woocommerce-mini-cart__buttons > .button:after,
.site .checkout-button:after,
.site .add_to_cart_button:after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 4px;
  left: 4px;
}
.site .single_add_to_cart_button,
.site .btn-primary {
  background: linear-gradient(0, #016CEC, #00B0F7);
  color: white;
  border-radius: 50px;
  border: 1px solid;
  height: 60px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.site .single_add_to_cart_button:hover,
.site .btn-primary:hover {
  background: linear-gradient(0, #016CEC, #016CEC);
  color: white;
}
.site .single_add_to_cart_button:after,
.site .btn-primary:after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50px;
  width: 240px;
  height: 50px;
}

.middle-line {
  position: relative;
}
.middle-line:before {
  border-top: 1px solid #e7f5fb;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 2100px) {
  .site-header {
    background: white;
  }
}
@media screen and (max-width: 1023px) {
  .only-desktop {
    display: none;
  }

  .wrapper {
    padding: 0 25px;
  }

  .site .site-header-cart {
    margin: 0 auto 0 0;
  }

  .site-header .main-navigation .menu-toggle {
    display: block;
    transform: translateY(-5px);
  }
  .site-header .main-navigation .menu-toggle .fa-times {
    display: none;
  }
  .site-header .main-navigation div,
.site-header .main-navigation .menu-header-menu-2-container,
.site-header .main-navigation .menu-header-menu-container {
    padding: 10px;
    background: white;
    border: 1px solid #e7f5fb;
    box-shadow: 0 0 10px #b8c1c5;
    position: absolute;
    right: 0;
    top: 54px;
    border-radius: 10px 0 0 10px;
    padding: 10px 0;
    transform: translateX(10px);
    overflow: hidden;
    width: 0;
  }
  .site-header .main-navigation div .menu,
.site-header .main-navigation .menu-header-menu-2-container .menu,
.site-header .main-navigation .menu-header-menu-container .menu {
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
  }
  .site-header .main-navigation div .menu .current-menu-item,
.site-header .main-navigation .menu-header-menu-2-container .menu .current-menu-item,
.site-header .main-navigation .menu-header-menu-container .menu .current-menu-item {
    display: block;
  }
  .site-header .main-navigation div .menu .menu-item,
.site-header .main-navigation .menu-header-menu-2-container .menu .menu-item,
.site-header .main-navigation .menu-header-menu-container .menu .menu-item {
    padding: 5px 15px;
    margin: 10px 0;
  }
  .site-header .main-navigation div .menu .menu-item a:before,
.site-header .main-navigation .menu-header-menu-2-container .menu .menu-item a:before,
.site-header .main-navigation .menu-header-menu-container .menu .menu-item a:before {
    opacity: 0;
  }

  .main-navigation-open .site-header .main-navigation .menu-toggle .fa-bars {
    display: none;
  }
  .main-navigation-open .site-header .main-navigation .menu-toggle .fa-times {
    display: inline-block;
  }
  .main-navigation-open .site-header .main-navigation div,
.main-navigation-open .site-header .main-navigation .menu-header-menu-2-container,
.main-navigation-open .site-header .main-navigation .menu-header-menu-container {
    transform: translateX(0);
    width: 165px;
  }

  .woocommerce .site-main .hero-shop .shop-info {
    top: 60px;
  }

  .wpcf7 .wpcf7-form .fieldset {
    grid-template-columns: repeat(1, 1fr);
  }
  .wpcf7 .wpcf7-form .textarea {
    grid-column-end: span 1;
  }

  .support-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .support-links li {
    border: none;
  }

  .packages-list .package {
    width: 45%;
  }

  .front-page .hero .hero-title {
    top: 20%;
    right: 35%;
    width: 75%;
    transform: scale(0.7);
  }
  .front-page .personal-area .a-btn {
    bottom: -100px;
  }
  .front-page .woocommerce .products {
    flex-wrap: wrap;
  }
  .front-page .woocommerce .products:before {
    top: calc(25% - 35px);
  }
  .front-page .woocommerce .products .product-category {
    width: 30%;
  }

  .woocommerce-page .site-main .products,
.tax-product_cat .site-main .products,
.post-type-archive-product .site-main .products {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .single-product .site-main .product .related .products,
.single-product .site-main .product .upsells .products {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  .woocommerce-page .products-list,
.tax-product_cat .products-list,
.post-type-archive-product .products-list {
    flex-direction: column;
  }
  .woocommerce-page .products-list .widget-area,
.tax-product_cat .products-list .widget-area,
.post-type-archive-product .products-list .widget-area {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 0 30px;
  }

  .support-page .store-locations .store-info {
    flex-direction: column;
  }
  .support-page .store-locations .store-info .google-map-area {
    width: 100%;
    margin: 20px 0;
  }
  .support-page .start-sim > figure:not(.title) {
    flex-direction: column;
  }
  .support-page .start-sim > figure:not(.title) img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }

  .site-header {
    background: white;
    box-shadow: 0 0 13px;
    height: 55px;
  }
  .site-header .bg-header {
    display: none;
  }
  .site-header .main-navigation .menu-header-menu-2-container,
.site-header .main-navigation .menu-header-menu-container {
    top: 105px;
  }

  .front-page .about-home > figure {
    flex-direction: column;
  }
  .front-page .about-home .about {
    width: 100%;
  }

  .woocommerce-page .site-main .products .product .add_to_cart_button, .tax-product_cat .site-main .products .product .add_to_cart_button, .post-type-archive-product .site-main .products .product .add_to_cart_button {
    width: 75%;
  }

  .woocommerce .site-main .hero-shop {
    margin-bottom: 120px;
  }
  .woocommerce .site-main .hero-shop .shop-info {
    top: 120px;
  }

  .packages-list .package {
    width: 100%;
  }

  .front-page .hero {
    margin-top: 40px;
  }
  .front-page .hero > img {
    display: none;
  }
  .front-page .hero .hero-title {
    position: static;
    width: 100%;
    padding: 50px 0;
    transform: scale(0.8);
  }
  .front-page .hero h1 {
    font-size: 8vw;
    padding: 10px 0;
  }
  .front-page .packages .more-package {
    bottom: -10px;
  }
  .front-page .personal-area h2 {
    font-size: 7vw;
    direction: ltr;
  }
  .front-page .personal-area .a-btn {
    bottom: -50px;
  }
  .front-page .personal-area .action-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .front-page .personal-area .action-list li {
    width: 32%;
  }
  .front-page .woocommerce .products:before {
    display: none;
  }
  .front-page .woocommerce .products .product-category {
    width: 80%;
    margin: 40px auto;
  }

  .woocommerce-page .products-list,
.tax-product_cat .products-list,
.post-type-archive-product .products-list {
    display: flex;
    justify-content: space-between;
    padding: 50px 25px;
  }

  .woocommerce-page .products-list .widget-area,
.tax-product_cat .products-list .widget-area,
.post-type-archive-product .products-list .widget-area {
    display: none;
  }

  .woocommerce-page .site-main .products,
.tax-product_cat .site-main .products,
.post-type-archive-product .site-main .products {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-product .site-main .product .product-information {
    flex-direction: column;
  }
  .single-product .site-main .product .product-information > div {
    width: 100%;
    margin: 20px;
  }
  .single-product .site-main .product .entry-summary {
    width: 100%;
  }
  .single-product .site-main .product .related .products,
.single-product .site-main .product .upsells .products {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }

  .woocommerce-cart .the-content .woocommerce .woocommerce-cart-form {
    width: 100%;
  }
  .woocommerce-cart .the-content .woocommerce .cart-collaterals {
    margin: 30px auto;
  }

  .woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .col2-set {
    flex-wrap: wrap;
  }
  .woocommerce-checkout .the-content .woocommerce .woocommerce-checkout .col2-set > div {
    width: 100%;
    padding: 0;
  }

  .single-stores .store-info {
    flex-direction: column;
  }
  .single-stores .store-detail {
    width: 100%;
    border-left: none;
    margin-left: 0;
  }
  .single-stores .google-map-area {
    width: 100%;
    margin-top: 30px;
  }

  .main-stores-archive .articles-list > div {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-template-page-lpsale .lp-sale .form-box .wpcf7 .wpcf7-form .fieldset {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-template-page-lpsale .lp-content {
    width: 100%;
  }
  .page-template-page-lpsale .lp-content h1 {
    font-size: 30px;
  }
  .page-template-page-lpsale .cta-call {
    position: fixed;
    bottom: 0;
    top: unset;
    width: 100vw;
    text-align: center;
    border-radius: 0;
    z-index: 2;
  }
  .page-template-page-lpsale footer .contact-links {
    flex-direction: column;
  }
  .page-template-page-lpsale .copyright {
    margin-bottom: 87px;
  }

  .content-new-page .top-page {
    flex-direction: column;
    align-items: center;
    padding: 50px 20px 0;
  }
  .content-new-page .top-page .image-page {
    border-radius: 20px;
  }
  .content-new-page .top-page .image-page img {
    border-radius: 12px;
  }
  .content-new-page .top-page h1 {
    text-align: center;
    justify-content: center;
    padding: 20px;
  }

  .site-footer .with-top-line {
    flex-direction: column;
  }

  .countries-list > div {
    columns: 2;
  }

  .front-page .hero-front .hero-area h1 {
    font-size: 30px;
  }
  .front-page .hero-front .hero-area .white-logo {
    opacity: 0.5;
  }
  .front-page .hero-front .hero-area .white-logo .logo svg {
    height: 140px;
  }

  .package-slider #slider {
    position: relative;
  }
  .package-slider #slider button {
    position: absolute;
    top: 0;
  }
  .package-slider #slider .control_prev {
    left: 0;
  }
  .package-slider #slider .package {
    width: 100%;
    margin: 90px 0;
  }

  .lp-sale .promo-esim img {
    width: 100px;
    right: -60px;
    bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .package-slider #slider button {
    margin: 5px;
  }
  .package-slider ul li {
    width: 200px;
  }

  #welcomePopup {
    transform: scale(0.8) translate(-40px, -10px);
  }
}
html[lang=en-US] body {
  direction: ltr;
}
html[lang=en-US] .site-header .tel-header {
  margin: 0 15px 0 auto;
}
html[lang=en-US] .site-footer .footer-layout .blog-navigation {
  display: none;
}
html[lang=en-US] .wpcf7 {
  direction: ltr;
}
html[lang=en-US] .support-page section .title h2 {
  text-align: left;
}
html[lang=en-US] .packages-list .package:after {
  content: "5G + eSIM support";
}
html[lang=en-US] .packages-list .package .package-details div:first-child {
  border-left: none;
  border-right: 1px solid #E0E0E0;
}
html[lang=ar] body {
  font-family: "Cairo", sans-serif;
}
html[lang=ar] h2, html[lang=ar] h3 {
  line-height: 1.5;
}
html[lang=ar] .site-header .menu .menu-item a[href$="%d8%a7%d9%84%d8%a8%d8%a7%d9%82%d8%a7%d8%aa/"]:before {
  content: "";
  color: #D83C78;
}
html[lang=ar] .site-header .menu .menu-item a[href$="%d8%a7%d9%84%d9%85%d8%aa%d8%ac%d8%b1/"]:before {
  content: "";
  color: #974D96;
}
html[lang=ar] .site-header .menu .menu-item a[href$="%d8%ae%d8%af%d9%85%d8%a9-%d8%a7%d9%84%d8%b9%d9%85%d9%84%d8%a7%d8%a1/"]:before {
  content: "";
  color: #59A7DB;
}
html[lang=ar] .site-footer .footer-layout .blog-navigation {
  display: none;
}
html[lang=ar] .front-page .woocommerce .products .product-category a:before {
  content: "انتقل إلى الفئة";
}
html[lang=ar] .packages-list .package:after {
  content: "يدعم eSIM + 5G";
}
.page-id-3157 {
  direction: ltr;
}
.page-id-3157 footer,
.page-id-3157 .copyright,
.page-id-3157 .bg-clouds {
  display: none;
}
.page-id-3157 header {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  width: 0;
}
.page-id-3157 .logo svg .wifi-s,
.page-id-3157 .logo svg .wifi-m,
.page-id-3157 .logo svg .wifi-l {
  fill: #4F8BC6;
}
.page-id-3157 .logo svg .sky-text {
  fill: url(#sky_Gradient);
}
.page-id-3157 .lp-logo {
  position: fixed;
  top: 0;
  right: 40px;
  background: white;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
.page-id-3157 .lp-logo .logo svg {
  height: 40px;
}
.page-id-3157 .es-hero {
  background: url("../images/lp-esim/bg-mars.jpg") top left no-repeat;
  background-size: cover;
  position: relative;
  color: white;
}
.page-id-3157 .es-hero .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page-id-3157 .es-hero .content-box {
  width: 55vw;
  max-width: 520px;
  margin: 50px 0;
}
.page-id-3157 .es-hero h1 {
  color: white;
  font-size: 50px;
  position: relative;
}
.page-id-3157 .es-hero h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: calc(100% + 8px);
  width: 4px;
  background: #00B0F7;
}
.page-id-3157 .es-hero h1 > span {
  color: #00B0F7;
}
.page-id-3157 .es-hero h1 .logo {
  display: inline-block;
}
.page-id-3157 .es-hero h1 .logo svg {
  height: 50px;
}
.page-id-3157 .es-hero h1 .logo svg .wifi-s,
.page-id-3157 .es-hero h1 .logo svg .wifi-m,
.page-id-3157 .es-hero h1 .logo svg .wifi-l,
.page-id-3157 .es-hero h1 .logo svg .sky-text {
  fill: white;
}
.page-id-3157 .es-hero p {
  margin: 30px 0;
}
.page-id-3157 .es-hero .d-simcard {
  position: absolute;
  right: -100px;
  bottom: -20vw;
  width: 60vw;
}
.page-id-3157 .es-hero .d-simcard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 31vw;
  height: 20vw;
  background: white;
  margin: auto;
  transform: rotate(14deg) translateY(-2px);
  border-radius: 2vw;
}
.page-id-3157 .es-hero .d-simcard img {
  position: relative;
}
.page-id-3157 .es-packages {
  position: relative;
  padding: 0 0 100px;
}
.page-id-3157 .es-packages .bg-packages {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}
.page-id-3157 .es-packages .bg-packages-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25vw;
  opacity: 0.2;
  z-index: -1;
}
.page-id-3157 .es-packages h2 {
  color: #00B0F7;
  text-align: left;
  padding: 100px 0 40px;
}
.page-id-3157 .es-packages-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.page-id-3157 .es-packages-list li {
  position: relative;
  background: white;
  box-shadow: 0 0 10px #00B0F7;
  padding: 20px 20px 35px;
  border-radius: 10px;
  width: 320px;
}
.page-id-3157 .es-packages-list li > figure {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.page-id-3157 .es-packages-list li .icons {
  text-align: center;
}
.page-id-3157 .es-packages-list li .icons img {
  width: 90px;
  display: block;
}
.page-id-3157 .es-packages-list li .icons .g5 {
  width: 40px;
  margin: 20px auto;
}
.page-id-3157 .es-packages-list li .a-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: auto;
  width: 220px;
  color: white;
  background: #EB0D6E;
  height: 44px;
}
.page-id-3157 .p-item {
  align-items: center;
  gap: 10px;
}
.page-id-3157 .p-item i {
  width: 60px;
  font-size: 30px;
  color: #00B0F7;
}
.page-id-3157 .p-item p {
  font-size: 20px;
}
.page-id-3157 .p-item p span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #00B0F7;
}
.page-id-3157 .p-item:first-child {
  margin-bottom: 30px;
  position: relative;
}
.page-id-3157 .p-item:first-child:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: -15px;
  width: 80px;
  border-bottom: 1px solid rgba(0, 176, 247, 0.3);
}
.page-id-3157 .footer {
  padding: 0;
  border-top: 1px solid #00B0F7;
}
.page-id-3157 .footer .logo {
  position: relative;
  left: 100px;
  top: -28px;
  background: white;
  width: fit-content;
  padding: 0 10px;
}
.page-id-3157 .footer .logo svg {
  height: 40px;
}
.page-id-3157 .package-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(12, 176, 247, 0.8);
  padding: 50px 130px;
  overflow: scroll;
  display: none;
}
.page-id-3157 .package-modal main {
  background: white;
  box-shadow: 0 0 10px #112b4c;
  width: 100%;
  max-width: 920px;
  border-radius: 20px;
  padding: 20px 40px;
  margin: auto;
}
.page-id-3157 .package-modal .selectedPackage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-id-3157 .package-modal .selectedPackage h2 {
  font-size: 30px;
  padding: 0;
  color: #00B0F7;
  margin-bottom: 30px;
  text-align: left;
}
.page-id-3157 .package-modal .selectedPackage .flat-simCard {
  width: 40%;
}
.page-id-3157 .package-modal .selectedPackage .a-cta {
  background: white;
  color: #EB0D6E;
  border: 2px solid;
  border-radius: 10px;
  height: 100px;
  margin-left: 30px;
  transition: none;
}
.page-id-3157 .package-modal .selectedPackage .a-cta .price {
  font-size: 30px;
  font-weight: 600;
  display: block;
  transition: none;
}
.page-id-3157 .package-modal .selectedPackage .a-cta:hover {
  transition: none;
  color: white;
  background: #EB0D6E;
}
.page-id-3157 .package-modal .additional-information {
  border-top: 1px solid #00B0F7;
  margin: 30px 0;
  padding: 40px 0;
  border-bottom: 1px solid #00B0F7;
}
.page-id-3157 .package-modal .additional-information > figure {
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.page-id-3157 .package-modal .additional-information h2 {
  font-size: 30px;
  padding: 0;
  color: #00B0F7;
  text-align: left;
}
.page-id-3157 .package-modal .additional-information .info-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.page-id-3157 .package-modal .additional-information .info-list li {
  flex-grow: 1;
  border-left: 1px solid #E0E0E0;
  padding-left: 20px;
}
.page-id-3157 .package-modal .additional-information .info-list li b {
  text-transform: uppercase;
}
.page-id-3157 .package-modal .more-ava-package {
  position: relative;
  /* display: none; */
}
.page-id-3157 .package-modal .more-ava-package .pop-out-section {
  position: absolute;
  background: linear-gradient(90deg, #016CEC, #00B0F7);
  width: calc(100% + 180px);
  height: 370px;
  left: -90px;
  top: 0;
  padding: 40px 20px;
}
.page-id-3157 .package-modal .more-ava-package .pop-out-section h2 {
  font-size: 30px;
  color: white;
  padding: 0;
  margin-bottom: 35px;
}
.page-id-3157 .package-modal .more-ava-package .pop-out-section .es-packages-list {
  gap: 10px;
  flex-wrap: nowrap;
}
.page-id-3157 .package-modal .more-ava-package .pop-out-section .es-packages-list li {
  width: 280px;
}
.page-id-3157 .package-modal .more-ava-package .pop-out-section .es-packages-list li:first-child, .page-id-3157 .package-modal .more-ava-package .pop-out-section .es-packages-list li:last-child {
  display: none;
}
.page-id-3157 .package-modal .more-ava-package .pop-out-section .es-packages-list li > figure {
  gap: 0;
}
.page-id-3157 .package-modal .more-ava-package .pop-out-section .es-packages-list li .icons img {
  width: 70px;
}
.page-id-3157 .package-modal .more-ava-package .pop-out-section .es-packages-list li .icons .g5 {
  width: 30px;
}
.page-id-3157 .package-modal .register-plan h2 {
  font-size: 30px;
  color: #00B0F7;
}
.page-id-3157 .package-modal .register-plan .wpcf7 .wpcf7-form .fieldset {
  direction: ltr;
  grid-template-columns: repeat(6, 1fr);
}
.page-id-3157 .package-modal .register-plan .wpcf7 .wpcf7-form .form-field {
  grid-column-end: span 2;
}
.page-id-3157 .package-modal .register-plan .wpcf7 .submit-field {
  text-align: center;
}
.page-id-3157 .package-modal .register-plan .wpcf7 .submit-field .a-cta {
  font-size: 25px;
  padding: 20px 50px;
  background: #EB0D6E;
  direction: ltr;
}
.page-id-3157 .package-modal .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.page-id-3157 .package-modal .footer .logo {
  left: unset;
  transform: scale(1.5);
}
.page-id-3157 .closeModal {
  position: absolute;
}
.page-id-3157 .menuOpen {
  overflow: hidden;
}
.page-id-3157 .menuOpen .package-modal {
  display: block;
}

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