@font-face {  font-family:'Open Sans';  font-style:normal;  font-weight:300;  src:local("Open Sans Hebrew Light"), local("OpenSansHebrew-Light"), url("/_media/fonts/OpenSansHebrew-Light.ttf") format("truetype"); }@font-face {  font-family:'Open Sans';  font-style:normal;  font-weight:400;  src:local("Open Sans Hebrew"), local("OpenSansHebrew"), url("/_media/fonts/OpenSansHebrew-Regular.ttf") format("truetype"); }@font-face {  font-family:'Open Sans';  font-style:normal;  font-weight:700;  src:local("Open Sans Hebrew Bold"), local("OpenSansHebrew-Bold"), url("/_media/fonts/OpenSansHebrew-Bold.ttf") format("truetype"); }@font-face {  src:url("/_media/fonts/Assistant/Assistant-ExtraLight.ttf") format("truetype");  font-weight:200;  font-style:normal; }@font-face {  src:url("/_media/fonts/Assistant/Assistant-Light.ttf") format("truetype");  font-weight:300;  font-style:normal; }@font-face {  src:url("/_media/fonts/Assistant/Assistant-Regular.ttf") format("truetype");  font-weight:400;  font-style:normal; }@font-face {  src:url("/_media/fonts/Assistant/Assistant-SemiBold.ttf") format("truetype");  font-weight:600;  font-style:normal; }@font-face {  src:url("/_media/fonts/Assistant/Assistant-Bold.ttf") format("truetype");  font-weight:700;  font-style:normal; }@font-face {  src:url("/_media/fonts/Assistant/Assistant-ExtraBold.ttf") format("truetype");  font-weight:800;  font-style:normal; }@font-face {  font-family:'Aller-Regular';  src:url("/_media/css/fonts/inmanage/aller-regular.ttf") format("truetype");  font-weight:300;  font-style:normal; }@font-face {  font-family:"Heebo";  font-weight:200;  src:url("/_media/fonts/Heebo/Heebo-Thin.ttf") format("truetype");}@font-face {  font-family:"Heebo";  font-weight:300;  src:url("/_media/fonts/Heebo/Heebo-Light.ttf") format("truetype");}@font-face {  font-family:"Heebo";  font-weight:normal;  src:url("/_media/fonts/Heebo/Heebo-Regular.ttf") format("truetype");}@font-face {  font-family:"Heebo";  font-weight:600;  src:url("/_media/fonts/Heebo/Heebo-Medium.ttf") format("truetype");}@font-face {  font-family:"Heebo";  font-weight:bold;  src:url("/_media/fonts/Heebo/Heebo-Bold.ttf") format("truetype");}@font-face {  font-family:"Heebo";  font-weight:800;  src:url("/_media/fonts/Heebo/Heebo-ExtraBold.ttf") format("truetype");}@font-face {  font-family:"Heebo";  font-weight:900;  src:url("/_media/fonts/Heebo/Heebo-Black.ttf") format("truetype");}.bread_crumbs {  font-size:16px;  color:#454956;  margin:20px 0;  padding:0px;}@media (max-width:767px) {  * {-webkit-overflow-scrolling:touch;  }  section .bread_crumbs {font-size:14px;margin:13px 10px;padding:0;  }  section.product .bread_crumbs {margin:11px 0;display:flex;width:100%;overflow-x:auto;overflow-y:hidden;flex-wrap:wrap;  }  .bread_crumbs span.breadcrumb-item {flex-shrink:0;display:inline-block;  }  .bread_crumbs span.breadcrumb-item:first-child {padding-right:10px;  }}.bread_crumbs > span {  background:url("/_media/images/header/arrow-breadcrumb.png") no-repeat left center;  padding:0 9px 0 12px;  background-size:auto 12px;  line-height:20px;}.bread_crumbs span.breadcrumb-item:first-child {  padding-right:0px;}.bread_crumbs span.breadcrumb-item:last-child {  background:none;}.bread_crumbs span.breadcrumb-item.active {  color:#f6475c;  opacity:1;}.bread_crumbs span.breadcrumb-item a {  color:#454956;  text-decoration:none;}.state-indicator {  position:absolute;  top:-999em;  left:-999em;  z-index:4; }@media (min-width:768px) and (max-width:1023px) {  .state-indicator {z-index:3; } }@media (min-width:1024px) {  .state-indicator {z-index:1; } }* {  box-sizing:border-box;  outline:none;  transition:all 0.001s ease; }html, body {  direction:rtl;  margin:0;  padding:0;  font-family:'Heebo', 'Arial' !important; }body {  background-color:white; }a, a:visited {  text-decoration:none; }input, textarea {  -webkit-appearance:none;  -webkit-border-radius:0; }.wrap {  position:relative;  padding:0; }@media (max-width:768px) {.wrap {padding:0 10px;  } }@media (min-width:1024px) {  .wrap {padding:0; } }@media (min-width:1024px) {  .wrap.only-mobile {padding:0; } }@media (min-width:1357px) {  .desktop-wrapper {max-width:1357px;margin:0 auto;padding:1.45833vw 0;background-color:white; } }@media (max-width:1356px) and (min-width:768px) {  .desktop-wrapper {width:93%;margin:0 auto;padding:1.45833vw 0; } }.text-align-center {  text-align:center; }.loader {  position:fixed;  background-color:rgba(0, 0, 0, 0.5);  z-index:9999;  color:#ffffff;text-align:center;height:100%;  width:100%;  height:100vh;  width:100vw;  margin:0;  display:-ms-flexbox;  display:-webkit-flex;  display:flex;  -ms-flex-align:center;  -webkit-align-items:center;  align-items:center;  -ms-flex-pack:center;  -webkit-justify-content:center;  justify-content:center; }.loader img {  height:50px;  width:50px;  border-radius:50%; }.loader.hide {  display:none; }.hide {  display:none !important; }.show-on-desktop {  display:none; }@media (min-width:1024px) {  .show-on-desktop {display:block; } }.show-on-tablet-up {  display:none; }@media (min-width:768px) {  .show-on-tablet-up {display:block; } }.show-on-tablet {  display:none; }@media (min-width:768px) and (max-width:1023px) {  .show-on-tablet {display:block; } }@media (min-width:768px) {  .show-on-mobile {display:none; } }@media (min-width:1024px) {  .show-on-tablet-down {display:none !important; } }@-webkit-keyframes rotateAnimation {  from {-webkit-transform:rotate(0deg);transform:rotate(0deg); }  to {-webkit-transform:rotate(-360deg);transform:rotate(-360deg); } }@keyframes rotateAnimation {  from {-webkit-transform:rotate(0deg);transform:rotate(0deg); }  to {-webkit-transform:rotate(-360deg);transform:rotate(-360deg); } }.start_box{  text-align:center;  width:100%;}.start_box.star_text_right{  text-align:right;}.stars_box_padding_left{  width:100%;  padding:8px;}@media (min-width:768px) and (max-width:1024px){  .promoted-deal-box-text-left-prices{min-height:40px;  }}@media(min-width:1024px) and (max-width:1280px){  .stars_box_padding_left{padding-left:0px;  }  .deal-options-mobile-padding .start_box span{display:inline-block;width:28px;  }}@media (max-width:767px){  .stars_box_padding_left{padding-left:0px;  }  .stars_box_padding_left .start_box{text-align:right;  }  }@media (max-width:767px) {  .new-promoted-deal-box:first-child {margin-bottom:10px;  }}@media (max-width:767px) {  section .category-slider-body .deal-box-text .deal-box-text-right-title {width:100%;height:auto;font-size:14px;line-height:1.43;  }  footer .main-footer .footer-wrap .main-footer-buttons,  .inline-cart-wrapper .inline-cart-button-wrapper button b {display:none;  }  .category-slider .wrap {padding:0;  }  section .category-slider-header {padding:0 10px;  }  section .category-slider-body .deal-box:last-child{margin-left:10px;  }  section .category-slider-body .deal-box:first-child {margin-right:10px;  }  section .category-slider-body .deal-box {min-width:74%;height:auto;  }  section .category-slider-body .deal-box .deal-box-photo {position:relative;height:0;padding-top:72.5%;background:#ededed url("/_media/images/baligam/img-no-pic.svg") no-repeat center;  }  section .wrap .promoted-deals .new-promoted-deal-box-photo {width:100%;height:0;padding-top:72.5%;background:#ededed url("/_media/images/baligam/img-no-pic.svg") no-repeat center;  }  .new-promoted-deal-box-photo img, .category .new-promoted-deal-box-photo img {position:absolute;top:0;right:0;  }  .promoted-deals .new-promoted-deal-box {width:100%;height:auto;  }  .promoted-deals .new-promoted-deal-box .new-promoted-deal-box-info-wrapper {display:flex;align-content:space-between;align-items:flex-end;flex-direction:column;justify-content:space-between;width:100%;height:116px;padding:12px;  }  .new-promoted-deal-box .new-promoted-deal-box-info-wrapper .new-promoted-deal-box-title-wrapper {width:100%;height:auto;  }  .new-promoted-deal-box .new-promoted-deal-box-info-wrapper .new-promoted-deal-box-title {font-weight:normal;max-height:40px;font-family:Heebo;font-size:14px;line-height:1.43;  }  .new-promoted-deal-box .new-promoted-deal-box-info-wrapper span.new-promoted-deal-box-supplier {color:#b4b7c3;height:20px;font-family:Heebo;font-size:12px;line-height:1.67;letter-spacing:normal;text-align:right;  }  .category .new-promoted-deal-box-location-purchase-button-wrapper,  .new-promoted-deal-box .new-promoted-deal-box-info-wrapper .new-promoted-deal-box-location-purchases.mobile {margin:0;height:auto !important;width:100%;  }  .category .new-promoted-deal-box .new-promoted-deal-box-info-wrapper .new-promoted-deal-box-location-purchases.mobile {width:100%;  }  .category .new-promoted-deal-box-prices-csat-wrapper,  .new-promoted-deal-box .new-promoted-deal-box-info-wrapper .new-promoted-deal-box-prices {margin-bottom:6px;width:auto;  }  section.home {margin-top:12px;  }  section .category-slider-body .deal-box .deal-box-photo img {position:absolute;top:0;left:0;  }  section .category-slider-body .deal-box-text .deal-box-text-right-supplier {display:none;  }  section .category-slider-body .deal-box-text .deal-box-text-right-title {width:100%;  }  section .category-slider-body .deal-box:nth-child(n+2){margin-right:5%;  }  section .category-slider-body:after {content:".";opacity:0;  }  section .category-slider-body .deal-box .deal-box-text-left .small-purchase-deal-box-button {display:none;  }  section .category-slider-body .deal-box .deal-box-text-left {justify-content:flex-end;  }  header .header-wrapper .main-header-burger {margin:10px;  }  header .header-wrapper .main-header-search-wrapper .main-header-after-search-buttons{display:none;width:auto;  }  header .header-wrapper .main-header .main-header-search-wrapper{flex-direction:row-reverse;height:70px;justify-content:flex-end;  }  header .header-wrapper .main-header .main-header-burger a.js-main-menu-toggler {position:relative;display:block;width:24px;height:24px;  }  header .header-wrapper .main-header .main-header-search-wrapper .main-header-search {position:relative;justify-content:center;width:24px;height:24px;line-height:24px;background:none;border:none;margin:10px;  }  header .header-wrapper .main-header .main-header-search-wrapper .main-header-search .main-header-search-button {right:auto;  }  header .header-wrapper .main-header .main-header-search-wrapper .main-header-logo a#baligam-logo-span {margin:auto;  }  .main-header-logo {width:100%;position:absolute;left:0;pointer-events:none;  }  body footer .color-stripe, body header .color-stripe {background-size:200px 5px;  }}.desktop-inline-cart {  align-items:center;  display:flex;}.mobile-inline-cart {  display:none;}@media screen and (max-width:1023px) {  .desktop-inline-cart {display:none;  }  .mobile-inline-cart {display:initial;  }}section .return {  z-index:2;}.mobile-slot img {  height:auto;  width:100%;}.lukehaas-circle-loader {  font-size:5px;  margin:50px auto;  text-indent:-9999em;  width:11em;  height:11em;  border-radius:50%;  background:#666666;  background:-moz-linear-gradient(left, #666666 10%, rgba(102,102,102, 0) 42%);  background:-webkit-linear-gradient(left, #666666 10%, rgba(102,102,102, 0) 42%);  background:-o-linear-gradient(left, #666666 10%, rgba(102,102,102, 0) 42%);  background:-ms-linear-gradient(left, #666666 10%, rgba(102,102,102, 0) 42%);  background:linear-gradient(to right, #666666 10%, rgba(102,102,102, 0) 42%);  position:relative;  -webkit-animation:load3 1.4s infinite linear;  animation:load3 1.4s infinite linear;  -webkit-transform:translateZ(0);  -ms-transform:translateZ(0);  transform:translateZ(0);}.lukehaas-circle-loader:before {  width:50%;  height:50%;  background:#666666;  border-radius:100% 0 0 0;  position:absolute;  top:0;  left:0;  content:'';}.lukehaas-circle-loader:after {  background:#ffffff;  width:75%;  height:75%;  border-radius:50%;  content:'';  margin:auto;  position:absolute;  top:0;  left:0;  bottom:0;  right:0;}@-webkit-keyframes load3 {  0% {-webkit-transform:rotate(0deg);transform:rotate(0deg);  }  100% {-webkit-transform:rotate(360deg);transform:rotate(360deg);  }}@keyframes load3 {  0% {-webkit-transform:rotate(0deg);transform:rotate(0deg);  }  100% {-webkit-transform:rotate(360deg);transform:rotate(360deg);  }}#thanks-section .lukehaas-circle-loader:after {  background:#dee1e3;}#thanks-section, #unsubscribe-page {  min-height:450px;}#unsubscribe-page-inner-pre-loader {  top:100px;}#baligam-header {  text-align:center;  direction:ltr;  background:#fff;  padding:25px 0;}#baligam-footer {  text-align:center;  direction:ltr;  background:#fff;  padding:25px;}.state-indicator {  position:absolute;  top:-999em;  left:-999em;  z-index:4; }@media (min-width:768px) and (max-width:1023px) {  .state-indicator {z-index:3; } }@media (min-width:1024px) {  .state-indicator {z-index:1; } }button {  cursor:pointer; }body {  position:relative; }body.show-page-overlay {  height:100%;   }body.show-page-overlay .main-wrapper {   }body.show-page-overlay .page-overlay {  display:block; }body.hide-inner-page-overlay .inner-page-overlay {  display:none; }h1 {  margin:0;  padding:0; }select {  -webkit-appearance:none;  -moz-appearance:none;  appearance:none; }img, a {  border:none;  outline:none; }input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {  -webkit-appearance:none;  margin:0; }input[type=number] {  -moz-appearance:textfield; }.main-wrapper {  position:relative;  overflow:scroll;}.no-scroll {  overflow:hidden; }.page-overlay {  display:none;  position:fixed;  -webkit-overflow-scrolling:auto;  overflow-y:auto;  top:5px;  right:0;  bottom:0;  left:0;  background:rgba(0, 0, 0, 0.4);  z-index:50; }.popup {  display:none;  z-index:99;  width:480px;  margin:auto;  font-size:15px;  font-weight:400;  margin-bottom:10px; }@media (max-width:768px) {  .popup {width:100%;  }  .page-overlay .popup {left:initial;  }}@media (min-width:768px) and (max-width:1023px) {  .popup {font-size:15px;margin-bottom:10px; } }@media (min-width:1024px) {  .popup {font-size:0.78125vw;margin-bottom:0.52083vw; } }.popup.no-padding .popup-body {  padding:0 !important; }.popup a {  color:#f6475c; }.popup .popup-close-button {width:100%;  text-align:center;  margin-bottom:6px;  margin-top:10%; }.popup .popup-close-button img {  width:28px;  height:29px;  cursor:pointer; }.popup .popup-tabs-duo {  width:100%;  height:50px;  background-color:#e9e9e9;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  overflow:hidden; }.popup .popup-tabs-duo-tab {  width:50%;  height:100%;  text-align:center;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  cursor:pointer;  font-weight:700;  color:#666;  border-bottom:3px solid #00baae;  overflow:hidden; }.popup .popup-tabs-duo-tab.active {  color:#00baae; }.popup .popup-tabs-duo-tab:nth-child(odd).active {  background-color:white;  -webkit-transform:skewX(-30deg);  -ms-transform:skewX(-30deg);  transform:skewX(-30deg);  z-index:52;  border-bottom:0;  border-left:3px solid #00baae;  border-top:3px solid #00baae;  overflow:visible; }.popup .popup-tabs-duo-tab:nth-child(odd).active .popup-tabs-duo-tab-text {  -webkit-transform:skewX(30deg);  -ms-transform:skewX(30deg);  transform:skewX(30deg); }.popup .popup-tabs-duo-tab:nth-child(odd).active::after {  content:" ";  background-color:white;  position:absolute;  width:12px;  height:100%;  top:0;  right:-1px;  transform:skewX(30deg);  border-right:3px solid #00baae; }.popup .popup-tabs-duo-tab:nth-child(even).active {  background-color:white;  -webkit-transform:skewX(30deg);  -ms-transform:skewX(30deg);  transform:skewX(30deg);  border-bottom:0;  border-right:3px solid #00baae;  border-top:3px solid #00baae;  overflow:visible; }.popup .popup-tabs-duo-tab:nth-child(even).active .popup-tabs-duo-tab-text {  -webkit-transform:skewX(-30deg);  -ms-transform:skewX(-30deg);  transform:skewX(-30deg); }.popup .popup-tabs-duo-tab:nth-child(even).active::after {  content:" ";  background-color:white;  position:absolute;  width:11px;  height:100%;  top:0;  left:-1px;  transform:skewX(-30deg);  border-left:3px solid #00baae; }.popup .popup-tabs-duo-tab .popup-tabs-duo-tab-text-line {  display:block; }@media (min-width:768px) {  .popup .popup-tabs-duo-tab .popup-tabs-duo-tab-text-line {display:initial;font-size:17px; }  .popup .popup-tabs-duo-tab .popup-tabs-duo-tab-text-line:nth-child(n+2) {margin-right:2px; } }.popup .popup-content {  width:100%;  padding:0; }@media (min-width:1024px) {  .popup .popup-content {width:550px;margin:60px auto; } }.popup .popup-body {  background-color:white;  padding:29px 22px 24px 22px;  border:3px solid #00baae;}@media (min-width:767px) {  .popup .popup-body {padding:48px;  }}@media (max-width:768px) {  .popup .popup-content {padding:10px; }}.popup.popup-csat .popup-contact .title {  font-size:24px;  padding:0;}.popup .popup-form-group {  position:relative; }.popup .popup-form-group.popup-form-group-inline {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }.popup .popup-form-group.popup-form-group-small-margin {  margin-top:0; }.popup .popup-form-group:nth-child(n+2) {  margin-top:0; }.popup .popup-form-group:last-child {  margin-top:30px;}.popup .popup-form-group label.popup-control-label {  display:block;  color:#353844;  font-size:14px;  font-weight:600;  line-height:20px;  margin-top:12px;}.popup-form-group.popup-form-group-inline input {  -webkit-appearance:checkbox;  box-sizing:border-box;  display:inline-block;}.popup-form-group.popup-form-group-inline input.checkbox + label {  display:none;}.popup-control-label-inline label[for="cbxRememberMe"] {  font-size:14px;  font-weight:600;}.popup .popup-form-group .popup-control-label-inline {  margin-right:7px;  -webkit-flex:1;  -ms-flex:1;  flex:1; }.popup .popup-form-group input.popup-form-control,.popup .popup-form-group select.popup-form-control{  margin-top:5px;  width:100%;  height:38px;  font-size:16px;  color:black;  padding:0 10px;  background:white;  border:1px solid #ebebeb;  font-family:Heebo, Arial, "Helvetica Neue", Helvetica, sans-serif;}.popup .popup-form-group .popup-form-control.phone-num{  width:68%;}.popup .popup-form-group .popup-form-control.phone-select{  width:30%;  -webkit-appearance:menulist;  -moz-appearance:menulist;  appearance:menulist;  float:left;}.popup .popup-form-group-double-label {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between; }.popup .popup-form-group-bottom-label {  width:100%;  margin-top:2px;  text-align:left; }.popup .popup-form-group-bottom-label a {  font-size:14px;}.popup .popup-form-group-error {  position:absolute;  bottom:-15px;  left:0;  color:#fe0000;  font-size:12px; }.popup .popup-bottom-text {  margin-top:16px;  font-size:13px;  font-weight:600; }.popup-share-email .title, .popup-reset-password .title {  font-size:20px;  font-weight:bold;  padding-bottom:20px;  border-bottom:solid 1px #e9e9e9;  margin-bottom:20px; }@media (min-width:1024px) {  .popup-share-email .title, .popup-reset-password .title {font-size:50px;font-weight:normal;text-align:center; } }.popup-share-email input, .popup-reset-password input {  width:100%; }.popup-login .popup-button {  position:relative;  width:100%;  height:45px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  cursor:pointer; }.popup-login .popup-button.poppup-button-blue {  height:40px;  border-radius:3px;  background-color:#48629b; }.popup-login .popup-button.poppup-button-black {  height:40px;  border-radius:3px;  background-color:#000000; }.popup-login .popup-button.popup-button-green.js-form-submit {  background-color:#00baae;  height:50px;  border-radius:25px; }.popup-login .popup-button.popup-button-green {  height:40px;  border-radius:3px;  background-color:#00baae;}.popup  .popup-form-group.popup-form-group-inline {  margin:12px 0;  font-size:14px;}.popup-login .popup-button-icon {  position:absolute;  top:0;  right:16px;  height:100%;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }.popup-login .popup-button-icon img.button-icon-facebook {  width:11px;  height:18px; }.popup-login .popup-button-icon img.button-icon-apple {  width:11px;  height:18px; }.popup-login .popup-button-icon img.button-icon-groupon {  width:21px;  height:21px; }.popup-login .popup-button-text {  font-size:17px;  font-weight:700;  color:white;}.popup-login .popup-button-text.popup-button-text-padding-right{  padding-right:20px;}.popup-login .login-options-separator {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  margin:12px 0;  font-weight:400;  text-align:center;  width:21px;  font-size:14px;  color:#353844; }.popup-login .login-options-separator::before {  display:inline-block;  content:" ";  width:42%;  height:1px;  background-color:#353844; }.popup-login .login-options-separator::after {  display:inline-block;  content:" ";  width:65%;  height:1px;  background-color:#353844; }.popup-login .login-form {  display:block;  margin-top:11px; }.popup.popup-login .popup-body {  position:relative;  border-top:none; }.popup-login #tabLogin {  position:relative;  top:0;  right:0; }.popup-login #tabLoginForgotPassword,.popup-login #tabDisposableEnterCodeStep1,.popup-login #tabDisposableEnterCodeStep2,.popup-login #tabDisposableEnterCodeStep3{  display:none;}.popup-login #tabDisposableEnterCodeStep2 select {  -webkit-appearance:menulist;  -moz-appearance:menulist;  appearance:menulist;}.validation-error{  color:red}.popup-newsletter {  text-align:center; }.popup-newsletter .popup-newsletter-title {  font-size:46px;  line-height:46px;  font-weight:400; }.popup-newsletter .popup-newsletter-subtitle {  font-size:19px;  line-height:19px;  font-weight:400;  color:#0EB149;  padding-bottom:18px; }.popup-newsletter .popup-newsletter-text {  padding-top:18px;  border-top:1px solid #e3e3e3;  font-size:16px; }.popup-newsletter .popup-newsletter-text-small {  font-size:12px;  padding-bottom:18px; }.popup-newsletter .popup-newsletter-form {  padding-top:18px;  border-top:1px solid #e3e3e3; }.popup-newsletter .popup-newsletter-form input {  display:block;  width:100%; }.popup-newsletter .popup-newsletter-terms {  margin-top:18px;  font-size:12px; }.popup-newsletter .popup-newsletter-no-thanks {  margin-top:17px;  font-size:15px; }.popup-newsletter .popup-newsletter-fine-prints {  margin-top:24px;  font-size:12px;  font-weight:400; }.popup-location .popup-button {  position:relative;  width:100%;  height:45px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }.popup-location .popup-button.poppup-button-blue {  background-color:#3b5998; }.popup-location .popup-button.poppup-button-black {  background-color:#000000; }.popup-location .popup-button.popup-button-green {  background-color:#0EB149; }.popup-location .popup-button-icon {  position:absolute;  top:0;  right:16px;  height:100%;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }.popup-location .popup-button-icon img.button-icon-my-location {  width:17px;  height:17px; }.popup-location .popup-button-text {  font-size:17px;  font-weight:700;  color:white; }.popup-location .popup-location-or {  margin:25px 0;  width:100%;  text-align:center;  color:#616161; }.popup-location .popup-location-menu {  border:1px solid #b2b2b2; }.popup-location .popup-location-menu-header {  padding:0 15px;  background:url("/_media/images/components/icon-location-big.png");  background-repeat:no-repeat;  background-position:right center;  background-size:15px 23px;  background-color:#e9e9e9;  height:45px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  background-origin:content-box;  font-size:17px;  color:#0EB149;  font-weight:700; }.popup-location .popup-location-menu-item {  height:39px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  padding:0 10px;  border-bottom:1px solid #dcdcdc;  cursor:pointer; }.popup-location .popup-location-menu-item:last-child {  border-bottom:none; }input.checkbox {  display:none; }input.checkbox + label {  display:block;  width:24px;  height:24px;  border-radius:24px;  opacity:0.3;  border:solid 2px #999c9a; }input.checkbox:disabled + label {  background-color:#d1d1d1;  border-color:#999c9a; }input.checkbox:checked + label {  background:transparent url(/_media/images/baligam/active.svg) no-repeat center center;  opacity:1;  border:1px #f6475c; }input.checkbox:checked:disabled + label {  background:transparent url(/_media/images/baligam/active.svg) no-repeat center center;  opacity:0.5;  border:1px #f6475c; }input.radio {  display:none; }input.radio + label {  display:block;  width:24px;  height:24px;  border-radius:24px;  opacity:0.3;  border:solid 2px #999c9a;}input.radio:checked + label {  background:transparent url(/_media/images/baligam/active.svg) no-repeat center center;  opacity:1;  border:1px #f6475c;}input.has-error, select.has-error, textarea.has-error {  border:1px solid red !important; }.select-drop.has-error {  border:1px solid red !important; }.input-error {  position:absolute;  bottom:-16px;  font-size:12px;  color:red; }@media (min-width:1024px) {  .input-error {margin-bottom:-4px; } }.relative {  position:relative; }.tabs .tab {  display:none; }footer .color-stripe,header .color-stripe {  background-image:-webkit-linear-gradient(left, #f64358 0%, #f64358 25%, #b32559 25%, #b32559 50%, #4b2b65 50%, #4b2b65 75%, #00baae 75%, #00baae 100%);  background-image:linear-gradient(to right, #f64358 0%, #f64358 25%, #b32559 25%, #b32559 50%, #4b2b65 50%, #4b2b65 75%, #00baae 75%, #00baae 100%);  background-position:center top;  background-size:440px 5px;  height:5px;  width:100%;  display:flex;}header .main-image {  display:none; }@media (min-width:1024px) {  header .main-image {display:block;position:relative;width:100%;height:10.717vw;overflow:hidden; }  header .main-image img {display:block;width:100%;height:10.717vw; }  header .main-image.with-slider {height:25vw; !important;}  header .main-image.with-slider .main-image-slider img {height:25vw; }}header .main-categories-menu-wrapper {  width:100%;  height:10.41667vw;  min-height:140px;  background-color:rgba(0, 0, 0, 0.68);  position:absolute;  bottom:0;  right:0; }header .main-categories-menu {  width:93%;  max-width:1770px;  margin:0 auto;  margin-top:0.78125vw;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-around;  -ms-flex-pack:distribute;  justify-content:space-around; }header a.main-categories-menu-item {  display:block;  text-align:center;  max-width:5.9375vw;  width:5.9375vw; }header a.main-categories-menu-item:hover img {  opacity:0.6; }header .main-categories-menu-item-icon {  text-align:center; }header .main-categories-menu-item-icon img {  margin:0 auto;  width:3.38542vw;  height:2.34375vw; }header .main-categories-menu-item-title {  margin-top:12px;  text-align:center;  color:white;  font-size:0.9375vw;  line-height:0.9375vw;  font-weight:400;  display:inline-block; }@media (min-width:1025px) and (max-width:1500px) {  header .main-categories-menu-item-title {font-size:1.07813vw; } }header .main-categories-menu-item-counter {  text-align:center;  color:#bbb;  font-size:12px;  line-height:10px;  font-weight:400;  display:inline-block; }@media (min-width:1024px) {  header .header-container {background-color:#ffffff;position:absolute;top:0;padding:0;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center; } }header .header-wrapper {  position:fixed;  top:0;  left:0;  margin-bottom:0;  padding:0;  width:100%;  z-index:21;  background:white;}@media (min-width:1024px) {  header .header-wrapper {display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;position:relative;  }  header .header-wrapper.with-slider {margin-top:1.82292vw !important;  }}header .header-wrapper .main-header {  position:relative;  padding:0;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  color:#353844;}@media (min-width:1024px) {  header .header-wrapper .main-header {-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0; } }header .header-wrapper .main-header-desktop-menu-tabs {  font-weight:300;  display:none;  position:absolute;  top:142px;  z-index:12;  width:1357px;  left:calc( 50% - 678px ); }@media (max-width:1356px) {  header .header-wrapper .main-header-desktop-menu-tabs {width:100%;left:0; }}header .header-wrapper .main-header-desktop-menu-tabs-tab {  display:none;  padding:1.04167vw 1.04167vw;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  background-color:#ffffff;  box-shadow:0 0 12px 0 rgba(0, 0, 0, 0.16);  z-index:10; }header .header-wrapper .main-header-desktop-menu-tabs-tab.open {  display:-webkit-flex;  display:-ms-flexbox;  display:flex; }header .header-wrapper .main-header-desktop-menu-tabs-tab-block {  -webkit-flex-basis:16%;  -ms-flex-preferred-size:16%;  flex-basis:16%; }header .header-wrapper .main-header-desktop-menu-tabs-tab-block img {  max-width:100%;  height:auto; }header .header-wrapper .main-header-desktop-menu-tabs-tab-block-image img {  width:100%;  height:auto; }header .header-wrapper .main-header-desktop-menu-tabs-tab-block-link {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  color:#353844;  width:7.4vw;  font-size:0.8vw;  font-weight:bold; }header .header-wrapper .main-header-desktop-menu-tabs-tab-block-link:hover {  color:#00baae;}header .header-wrapper .main-header-desktop-menu-tabs-tab-block-link:nth-child(n+2) {  margin-top:1.30208vw; }@media (min-width:1025px) and (max-width:1500px) {  header .header-wrapper .main-header-desktop-menu-tabs-tab-block-link {font-size:0.95833vw; } }header .header-wrapper .main-header-desktop-menu-tabs-tab-block-link-title {  -webkit-flex:1;  -ms-flex:1;  flex:1; }header .header-wrapper .main-header-desktop-menu {  display:none;  color:#e2e2e2;  font-weight:300;  font-size:1vw;  line-height:1vw;  cursor:pointer;}@media (min-width:1024px) {  header .header-wrapper .main-header-desktop-menu {width:100%;height:67px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:justify;justify-content:center;box-shadow:inset 0 -3px 0 0 #ededed, inset 0 3px 0 0 #ededed;  }  header .header-wrapper .main-header-desktop-menu a {font-size:18px;letter-spacing:0.3px;text-align:center;font-weight:normal;color:#353844;  } }@media (min-width:1025px) and (max-width:1500px) {  header .header-wrapper .main-header-desktop-menu a {font-size:1.22786vw; } }header .header-wrapper .main-header-desktop-menu-link {  padding:0 1vw;  height:100%;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  border:1px solid transparent; }header .header-wrapper .header-top-menu-section{  display:flex;  width:100%;  max-width:1357px;  justify-content:space-between;}header .header-wrapper .user-menu-options.main-header-desktop-menu-link.js-drop.no-gutter {  padding:0;}header .header-wrapper .main-header-desktop-menu-link:first-child {  padding:0 0 0 1vw;}header .header-wrapper .main-header-desktop-menu-link:last-child span:nth-child(2) {  margin:0 3px; }header .header-wrapper .main-header-desktop-menu-link:hover {  color:#00baae; }header .header-wrapper .main-header-desktop-menu-link.has-sub-menu:hover, header .header-wrapper .main-header-desktop-menu-link.has-sub-menu.active {  position:relative;  height:100%;  padding-top:0;}.baligam-sprite {  background:transparent url("/_media/images/baligam/baligam-sprites.png") no-repeat;  display:inline-block;  vertical-align:top;}header .header-wrapper .main-header-desktop-menu-link:hover {  text-decoration:underline;}header .header-wrapper .main-header-logo a#baligam-logo-span{  background-repeat:no-repeat;  background-image:url(/_media/images/baligam/baligam-logo.svg);  background-size:contain;  top:0;  display:block;  width:105px;  height:52px;  pointer-events:all;}header .header-wrapper .inline-cart-wrapper{  padding-left:10px;}header .header-wrapper .main-header-user {  display:none; }@media (min-width:1024px) {  header .header-wrapper .main-header-user {display:block;margin-right:126px;padding:1.04167vw 0 0 1.71875vw; }  header .header-wrapper .main-header-user a {display:block;color:#e2e2e2;font-size:1.04167vw;font-weight:300; } }header .header-wrapper .main-header-desktop-logo {  display:none; }@media (min-width:1024px) {  header .header-wrapper .main-header-desktop-logo {background:#0EB149;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 0.78125vw;min-width:15.625vw; }  header .header-wrapper .main-header-desktop-logo img {width:13vw; } }header .header-wrapper .main-header-burger img {  width:24px;  height:24px;  position:absolute;  top:0;  left:0; }@media (min-width:1024px) {  header .header-wrapper .main-header-burger {display:none; } }header .header-wrapper .main-header-search-wrapper {  display:none;  width:100%;  max-width:1357px;  height:76px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  align-items:center;}header .header-wrapper .main-header-after-search-buttons {  display:flex;  width:28%;  align-items:center;  justify-content:flex-end;}header .header-wrapper .main-header-after-search-buttons a {  font-family:Heebo, serif;  font-size:16px;  font-weight:normal;  font-style:normal;  font-stretch:normal;  line-height:1.88;  letter-spacing:normal;  color:#353844;}header .header-wrapper .main-header-search {  position:relative;  width:60.6%;  max-width:60.6%;  height:30px;  line-height:30px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  border-radius:15px;  border:solid 1px #ededed;  background-color:#f7f7f7;}header .header-wrapper .main-header-search-text {  pointer-events:none;  position:absolute;  top:0;  right:5px;  font-size:18px;  font-weight:400;  width:100%;  height:100%;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }@media (min-width:1024px) {  header .header-wrapper .main-header-search-text {font-size:0.93vw;right:0;padding-right:0.36458vw;width:auto; } }@media (min-width:1025px) and (max-width:1500px) {  header .header-wrapper .main-header-search-text {font-size:1.07813vw; } }header .header-wrapper .main-header-search-input {  -webkit-flex:1;  -ms-flex:1;  flex:1;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }@media (min-width:1024px) {  header .header-wrapper .main-header-search-input {width:auto;-webkit-flex:1;-ms-flex:1;flex:1;display:block; }  header .header-wrapper .main-header-search-input.frmSearch {display:flex; }  header .header-wrapper  .main-header-search-input.frmSearch .clear-img{font-size:1.75vw;position:absolute;top:50%;transform:translateY(-50%);left:1.125vw;display:inline-block;z-index:10;margin-top:1px;cursor:pointer;  }}header .header-wrapper .main-header-search-input input {  width:100%;  border:none;  padding:0 35px 0 7px;  font-family:Heebo, Arial, sans-serif;  font-size:16px;  font-weight:normal;  font-style:normal;  font-stretch:normal;  line-height:1.88;  letter-spacing:normal;  text-align:right;  color:#454956;  background:transparent;}header .header-wrapper .main-header-search-input input::placeholder {  color:black;}@media (min-width:1024px) { header .header-wrapper .main-header-search-input input {} }@media (min-width:1025px) and (max-width:1500px) {  header .header-wrapper .main-header-search-input input {font-size:1.07813vw;} }header .header-wrapper .main-header-search-button {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  position:absolute;  right:10px;  top:0;  height:100%; }header .header-wrapper .main-header-search-button input {  width:20px;  height:20px;  cursor:pointer;  border:0;  background:transparent url(/_media/images/baligam/search.svg) no-repeat;  background-position:0 -1px;  display:inline-block;  vertical-align:top;}header .header-wrapper .main-header .main-header-search-wrapper .main-header-search .main-header-search-button input.desktop-only {  display:inline-block;;}header .header-wrapper .main-header .main-header-search-wrapper .main-header-search .main-header-search-button input.mobile-search-button {  display:none;}header .header-wrapper .main-header-search .main-header-search-cancel-button {  display:none;}@media (max-width:767px) {  header .header-wrapper .main-header .main-header-search-wrapper .main-header-search .main-header-search-button input {background:transparent url(/_media/images/baligam/searchMobile.svg) no-repeat;background-position:0 -1px;background-size:cover;width:24px;height:24px;  }  header .header-wrapper .main-header .main-header-search-wrapper .main-header-search .main-header-search-button input.desktop-only {display:none;  }  header .header-wrapper .main-header .main-header-search-wrapper .main-header-search .main-header-search-button input.mobile-search-button {display:inline-block;  }  header .header-wrapper .main-header-search.open .main-header-search-input {display:block;  }  header .header-wrapper .main-header-search.open .main-header-search-input.frmSearch{position:relative;  }  header .header-wrapper .main-header-search .main-header-search-input .clear-img{display:none;  }  header .header-wrapper .main-header-search.open .main-header-search-input .clear-img.active{font-size:8.75vw;position:absolute;top:50%;transform:translateY(-50%);left:3.125vw;display:inline-block;z-index:10;margin-top:1px;  }  header .header-wrapper .main-header-search.open .main-header-search-input input {height:34px;border-radius:17.5px;border:solid 1px #ededed;background-color:#f7f7f7;  }  header .header-wrapper .main-header .main-header-search-wrapper .main-header-search.open {width:100%;max-width:calc( 100% - 54px );position:absolute;margin:0;left:0;height:70px;flex-direction:row;z-index:2;background:#ffffff;  }  header .header-wrapper .main-header .main-header-search-wrapper .main-header-search.open .main-header-search-button {right:10px;  }  header .header-wrapper .main-header-search.open .main-header-search-cancel-button {display:block;font-family:Heebo;font-size:14px;font-weight:600;letter-spacing:0.23px;text-align:right;color:#f6475c;padding:0 10px;  }  header .header-container {overflow:hidden;height:115px;  }}header .header-wrapper .main-header-search-location {  display:none; }@media (min-width:1024px) {  header .header-wrapper .main-header-search-location {position:relative;width:15.625vw;margin-right:0.10417vw;height:1.77083vw;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:white;padding:0.57292vw 0.36458vw 0.57292vw 0; } }header .header-wrapper .main-header-search-location-text {  font-size:0.93vw;  font-weight:400; }@media (min-width:1025px) and (max-width:1500px) {  header .header-wrapper .main-header-search-location-text {font-size:1.07813vw; } }header .header-wrapper .main-header-search-location-select {  margin:0 0.26042vw 0 0.67708vw;  width:100%;  font-size:0.93vw;  font-weight:400;  max-width:81%; }@media (min-width:1025px) and (max-width:1500px) {  header .header-wrapper .main-header-search-location-select {font-size:1.07813vw; } }header .header-wrapper .main-header-logo {  cursor:pointer;}header .header-wrapper .main-header-logo img {  width:21px;  height:21px; }header .header-wrapper .header-menu {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  margin-top:19px;  width:100%;  overflow-x:auto;  overflow-y:hidden;  padding:5px 0; }@media (max-width:768px) {  header .header-wrapper .header-menu {height:40px;border-top:2px solid #ededed;border-bottom:2px solid #ededed;margin:0;padding:0;align-items:center;  }  header .header-wrapper .header-menu a.header-menu-item{font-size:16px;color:#353844;  }  header .header-container .header-wrapper .header-location{display:none;  }}header .header-wrapper .header-menu::-webkit-scrollbar {  display:none; }@media (min-width:1024px) {  header .header-wrapper .header-menu {display:none; } }header .header-wrapper a.header-menu-item {  -webkit-flex-shrink:0;  -ms-flex-negative:0;  flex-shrink:0;  display:inline-block;  color:white;  text-decoration:none;  font-size:15px;  line-height:15px;  padding:0 15px;  border-left:1px solid white; }header .header-wrapper a.header-menu-item.active {  color:#f6475c;  font-weight:bold; }header .header-wrapper a.header-menu-item:last-child {  border-left:none; }header .header-wrapper .header-location {  width:100%;  height:46px;  margin-top:7px;  background-color:white;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  padding:0 8px 0 13px; }@media (min-width:1024px) {  header .header-wrapper .header-location {display:none; } }header .header-wrapper .header-location-text {  padding-right:18px;  background:url("https://media.groo.co.il/_media/images/header/icon-location.png");  background-repeat:no-repeat;  background-position:right center;  background-size:10px 14px;  font-size:15px;  color:#0EB149; }header .header-wrapper img.header-location-caret {  display:block;  width:9px;  height:4px; }header.header-inner-page .main-image {  display:none; }header.header-inner-page .header-container {  position:relative; }footer {  margin-top:18px;  color:#353844;  margin:0 auto;}@media (min-width:1024px) {  footer {margin-top:19px;font-size:14px; } }footer .main-footer {  background-color:#f7f7f7;  padding:19px 21px; }@media (min-width:1024px) {  footer .main-footer {display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:20px 0; }  footer .main-footer .footer-wrap {width:100%;max-width:1357px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:justify;justify-content:flex-start; } }footer .main-footer-buttons {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-flex-direction:column;  -ms-flex-direction:column;  flex-direction:column;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }@media (min-width:768px) and (max-width:1023px) {  footer .main-footer-buttons {-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center; } }@media (min-width:1024px) {  footer .main-footer-buttons {display:none; } }footer .main-footer-buttons-button {  position:relative;  width:100%;  height:46px;  border-radius:6px;display:none;   -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }footer .main-footer-buttons-button.button-grey {  background-color:#333; }footer .main-footer-buttons-button.button-green {  background-color:#0EB149; }footer .main-footer-buttons-button:nth-child(n+2) {  margin-top:13px; }@media (min-width:768px) and (max-width:1023px) {  footer .main-footer-buttons-button:nth-child(n+2) {margin-top:0;margin-right:10px; } }@media (min-width:1024px) {  footer .main-footer-buttons-button:nth-child(n+2) {margin-top:30px; } }footer .main-footer-buttons-button-text {  text-align:center; }footer .main-footer-buttons-button-text-title {  font-size:17px;  font-weight:700;  text-align:center;  color:white; }footer .main-footer-buttons-button-text-subtitle {  font-size:10px;  font-weight:400;  color:#999;  text-align:center; }footer .main-footer-buttons-button-icon {  position:absolute;  top:0;  left:10px;  height:100%;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }footer .main-footer-buttons-button-icon img.megaphone {  width:35px;  height:25px; }footer .main-footer-buttons-button-icon img.app {  width:20px;  height:33px; }footer .main-footer-links {  margin-top:20px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  -webkit-flex-wrap:wrap;  -ms-flex-wrap:wrap;  flex-wrap:wrap; }@media (min-width:1024px) {  footer .main-footer-links {width:40%; } }footer .main-footer-links-group {  -webkit-flex-basis:45%;  -ms-flex-preferred-size:45%;  flex-basis:45%; }footer .main-footer-links-group:nth-child(even) {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-flex-direction:column;  -ms-flex-direction:column;  flex-direction:column;  -webkit-align-items:flex-end;  -ms-flex-align:end;  align-items:flex-end; }@media (min-width:768px) and (max-width:1023px) {  footer .main-footer-links-group:nth-child(even) {display:block;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto; } }@media (min-width:1024px) {  footer .main-footer-links-group:nth-child(even) {-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start; } }footer .main-footer-links-group:nth-child(n+3) {  margin-top:24px; }@media (min-width:768px) and (max-width:1023px) {  footer .main-footer-links-group:nth-child(n+3) {margin-top:0; } }@media (min-width:1024px) {  footer .main-footer-links-group:nth-child(n+3) {margin-top:21px; } }@media (min-width:768px) and (max-width:1023px) {  footer .main-footer-links-group {-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%; } }@media (min-width:1024px) {  footer .main-footer-links-group {-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%; } }footer .main-footer-link-group-links {  width:120px; }@media (min-width:1024px) {  footer .main-footer-link-group-links {min-width:175px; } }footer .main-footer-links-group-title {  display:block;  font-weight:700;  margin-bottom:8px; }footer a.main-footer-links-group-link {  display:block;  color:#353844;  line-height:16px;  font-size:12px;  margin:5px 0;}@media (min-width:1024px) {  footer a.main-footer-links-group-link {line-height:20px;} }footer .main-footer-links-group-link-button img {  width:22px;  height:22px; }footer .main-footer-links-group-link-button:nth-child(n+3) {  margin-right:6px; }footer .main-footer-paragraph {  margin-top:20px; }@media (min-width:1024px) {  footer .main-footer-paragraph {-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%; } }footer .main-footer-paragraph-title {  font-weight:700; }footer .main-footer-paragraph-text {  margin-top:8px;  color:#353844;  line-height:16px;  font-size:12px; }footer .main-footer-paragraph-text > p {  margin:0; }footer .main-footer-desktop-buttons {  display:none; }@media (min-width:1024px) {  footer .main-footer-desktop-buttons {display:block;margin-top:25px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:270px;min-width:270px; } }footer .main-footer-desktop-buttons-adv {  width:165px; }footer .main-footer-desktop-buttons-adv-title {  font-size:11px;  font-weight:700; }@media (min-width:1024px) {  footer .main-footer-desktop-buttons-adv-title {font-size:16px; } }footer .main-footer-desktop-buttons-adv-text {  margin-top:18px; }footer .main-footer-desktop-buttons-adv-text a {  color:#999;  line-height:17px; }footer .main-footer-desktop-buttons-app {  width:165px;  margin-top:41px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }footer .main-footer-desktop-buttons-app-icon img {  width:47px;  height:64px; }footer .main-footer-desktop-buttons-app-text {  color:#999;  margin-right:1px; }@media (min-width:1024px) {  footer .main-footer-desktop-buttons-app-text {margin-right:8px; } }footer .secondary-footer {  height:45px;  background-color:#ffffff; }@media (min-width:1024px) {  footer .secondary-footer {display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center; } }footer .secondary-footer .footer-wrap {  height:100%; }@media (min-width:1024px) {  footer .secondary-footer .footer-wrap {width:100%;max-width:1357px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between; }  footer .secondary-footer-links-link:nth-child(n+2) {margin-right:75px;  }}footer .secondary-footer-links {  font-size:12px;  height:100%;  padding:0 18px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }@media (min-width:1024px) {  footer .secondary-footer-links {padding:0; } }footer .secondary-footer-links-link {  display:block;  color:#353844; }footer .secondary-footer-links-left {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-flex-direction:row-reverse;  -ms-flex-direction:row-reverse;  flex-direction:row-reverse;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  padding:0 18px;  background-color:#000009; }@media (min-width:1024px) {  footer .secondary-footer-links-left {-webkit-justify-content:initial;-ms-flex-pack:initial;justify-content:initial;padding:0; } }footer .secondary-footer-links-left-link {  color:#fefefe; }footer .secondary-footer-links-left-link:nth-child(n+2) {  margin-left:75px; }footer .secondary-footer-back-to-top {  display:none; }@media (min-width:1024px) {  footer .secondary-footer-back-to-top {display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer; } }footer .secondary-footer-back-to-top-icon img {  width:15px;  height:12px; }footer .secondary-footer-back-to-top-text {  margin-right:9px; }.photo-badge {  position:absolute;  top:0;  left:0; }section .deal-box-photo .photo-badge img.badge-image {  display:block;  position:relative;}.photo-badge .badge-image {  width:30px;  height:30px; }@media (min-width:1024px) {  .photo-badge .badge-image {width:3.64583vw;height:3.64583vw; } }.photo-badge-bg {  position:absolute;  top:0;  left:0;  width:0;  height:0;  border-style:solid;  border-width:50px 50px 0 0; }.photo-badge-bg.photo-badge-bg-pink {  border-color:#ed1651 transparent transparent transparent; }.photo-badge-bg.photo-badge-bg-purple {  border-color:#8046f7 transparent transparent transparent; }.photo-badge-text {  color:white;  position:absolute;  top:0;  left:0;  width:30px;  height:20px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  font-size:13px; }.main-header-search-location {  position:relative; }.main-header-search-location .location-select-drop {  position:relative; }.main-header-search-location .location-select-drop-header {  width:100%;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  cursor:pointer;  color:#A9A9A9; }.main-header-search-location .location-select-drop-options {  display:none;  position:absolute;  right:0;  bottom:0;  width:100%;  background-color:white;  z-index:30; }.main-header-search-location .location-select-drop-options-option {  width:100%;  height:35px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  padding-right:16px;  font-size:14px;  cursor:pointer; }.main-header-search-location .location-select-drop-options-option:hover {  background-color:#0EB149;  color:white; }.main-header-search-location .location-select-drop-caret {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }.main-header-search-location .location-select-drop-caret img {  width:13px;  height:7px; }.main-header-desktop-search-button {  display:none; }@media (min-width:1024px) {  .main-header-desktop-search-button {display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#0EB149;width:1.77083vw;height:1.77083vw;cursor:pointer; }  .main-header-desktop-search-button img {width:0.83333vw;height:0.88542vw; } }.deal-box-b {  display:none; }@media (min-width:1024px) {  .deal-box-b {display:block;width:100%;text-align:center;margin-top:27px; }  .deal-box-b img {display:block;height:auto;width:100%; }  .deal-box-b a {max-width:1357px;display:inline-block;position:relative;width:100%;margin:0 auto; } }.deal-box-b .close-x {  position:absolute;top:8px;  left:8px;  z-index:1; }.deal-box-b .close-x img {  margin-top:0;  width:16px;  height:16px;  cursor:pointer; }@media (min-width:768px) {  .mobile-side-menu {display:none;  }}.mobile-side-menu {  position:absolute;  top:0;  right:-279px;  width:75%;  background-color:#fff;  padding:24px 0 0 0;  transition:all .2s ease; }.mobile-side-menu.open .mobile-side-menu-links-separator {  display:none;}.mobile-side-menu.open {  right:0; }a.js-main-menu-toggler {  position:relative;  height:24px;  width:24px;  display:block;  margin:0 10px 0 auto;}.mobile-side-menu .js-main-menu-toggler img {  width:24px;  height:24px;  position:absolute;  top:0;  left:0; }.mobile-side-menu .mobile-side-menu-links {  margin-top:27px; }.mobile-side-menu .mobile-side-menu-links a.mobile-side-menu-links-link {  display:block;  font-size:13px;  height:45px;  line-height:45px;  margin:0;  border-top:1px solid #ededed;  color:#353844;  padding:0 10px;}.mobile-side-menu a.mobile-side-menu-links-link.mobile-side-menu-links-link-arrow-left {  display:none; }@media (max-width:767px) {  .mobile-side-menu a.mobile-side-menu-links-link.mobile-side-menu-links-link-arrow-left {display:flex;  }}.mobile-side-menu .mobile-side-menu-links-text {  display:block;  color:#353844;  padding:0 10px 15px 10px; }.mobile-side-menu .mobile-side-menu-links-text-title {  font-size:16px; }.mobile-side-menu .mobile-side-menu-links-text-subtitle {  font-size:13px;  font-weight:bold; }.mobile-side-menu .mobile-side-menu-links-link-icon {  margin-right:10px; }.mobile-side-menu .mobile-side-menu-links-separator {  width:100%;  height:0; }input.form-control:nth-child(n+2) {  margin-top:0; }@media (min-width:768px) {  input.form-control:nth-child(n+2) {margin-top:0; } }input[type="text"].form-control, input[type="number"].form-control, input[type="email"].form-control {  border:none;  background-color:#e9e9e9;  height:45px;  font-size:15px;  padding:0 15px; }input[type="button"].form-control, input[type="submit"].form-control, button.form-control {  width:100%;  border:none;  color:white;  font-weight:bold;  font-size:22px;  font-family:Heebo;  letter-spacing:-0.83px;  height:50px;  border-radius:25px;  background-color:#00baae; }input[type="button"].form-control, input[type="submit"].form-control, button.form-control:nth-child(2) {  margin-top:10px;}section .section-title-wrapper {  display:-webkit-flex;  display:-ms-flexbox;  display:flex; }section .section-title {  display:none; }@media (min-width:1024px) {  section .section-title {display:block;font-size:24px;font-weight:600;line-height:1.25;color:#3b3e49;  } }@media (min-width:1024px) {  section .section-title-details.show {display:-webkit-flex;display:-ms-flexbox;display:flex; } }section .section-title-separator {  display:none; }@media (min-width:1024px) {  section .section-title-separator {margin:0 15px;display:block;font-size:24px;font-weight:600;line-height:1.25;color:#3b3e49;  } }section .section-subtitle {  display:none; }@media (min-width:1024px) {  section .section-subtitle {display:block;font-size:5.15625vw;line-height:5.15625vw;font-weight:300;color:black; } }@media (min-width:1024px) {  section {position:relative;  }}section.section-inner-page {  max-width:1357px;  width:100%;  margin:0 auto;  position:initial;  top:0; }@media (min-width:1357px) {  section.section-inner-page {}}@media (max-width:1356px) and (min-width:768px) {  section.section-inner-page {width:93%;margin:0 auto; }  section.product .category-slider {padding:0;  }  section.checkout-wrapper, footer .footer-wrap {width:93% !important;  }}@media (min-width:768px) {  section .promoted-deals {display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between; } }@media (min-width:1024px) {  section .promoted-deals .wrap {padding:0 1.30208vw; } }section .promoted-deals-header {  display:none; }@media (min-width:1024px) {  section .promoted-deals-header {display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-bottom:10px; } }section .promoted-deals-header-title {  font-size:24px;  line-height:1.25;  text-align:right;  color:#353844; }@media (min-width:1024px) {  section .promoted-deals-header-title {font-size:1.45833vw;line-height:1.45833vw; } }@media (min-width:1025px) and (max-width:1500px) {  section .promoted-deals-header-title {font-size:1.67708vw; } }section .promoted-deals-header-read-more {  display:block;  margin-right:7px;  font-size:14px;  line-height:14px;  font-weight:400;  color:#0EB149; }@media (min-width:1024px) {  section .promoted-deals-header-read-more {margin-right:0.36458vw;font-size:0.72917vw;line-height:0.72917vw; } }section .promoted-deal-box {  display:block;  background-color:#ffffff; }@media (min-width:1024px) {  section .promoted-deal-box {display:-webkit-flex;display:-ms-flexbox;display:flex;width:50%; } }section .promoted-deal-box:nth-child(n+2) {  margin-top:13px; }@media (min-width:768px) {  section .promoted-deal-box:nth-child(n+2) {margin-top:0;margin-right:19px; } }@media (min-width:1024px) {  section .promoted-deal-box:nth-child(n+2) {margin-right:0.98958vw; } }section .promoted-deal-box-photo {  position:relative; }@media (min-width:1024px) {  section .promoted-deal-box-photo {display:block;width:29.89583vw; } }section .promoted-deal-box-photo img {  display:block;  width:100%;  height:100%; }@media (min-width:1024px) {  section .promoted-deal-box-photo img {width:29.89583vw;height:17.96875vw; } }section .promoted-deal-box-text {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  padding:8px 10px 15px 10px;  background-color:white;  -webkit-align-items:baseline;  -ms-flex-align:baseline;  align-items:baseline; }@media (min-width:1024px) {  section .promoted-deal-box-text {display:block;padding:0 0.78125vw;height:17.96875vw;max-width:33%;max-width:calc(100% - 29.89583vw); } }section .promoted-deal-box-text-right {  -webkit-flex:2;  -ms-flex:2;  flex:2; }@media (min-width:1024px) {  section .promoted-deal-box-text-right {height:60%; -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start; } }section .promoted-deal-box-text-right-title {  font-size:16px;  color:#555;  z-index:10; }@media (min-width:1024px) {  section .promoted-deal-box-text-right-title {font-size:1.35417vw;line-height:1.35417vw;color:black;font-weight:bold; } }@media (min-width:1025px) and (max-width:1500px) {  section .promoted-deal-box-text-right-title {font-size:1.55729vw; }  section .promoted-deal-box-text-right-title.smaller-font {font-size:1.4vw; }}section .promoted-deal-box-text-right-supplier {  margin-top:5px;  font-size:13px;  line-height:13px;  font-weight:400;  color:#999; }@media (min-width:1024px) {  section .promoted-deal-box-text-right-supplier {margin-top:0.26042vw;font-size:0.72917vw;line-height:0.67708vw;font-weight:400;color:#616161; } }@media (min-width:1025px) and (max-width:1500px) {  section .promoted-deal-box-text-right-supplier {font-size:0.83854vw;height:12px;} }section .promoted-deal-box-text-right-info {  display:none; }@media (min-width:1024px) {  section .promoted-deal-box-text-right-info {display:block;margin-top:1.04167vw;font-size:0.83333vw;font-weight:400;color:#616161;height:47%;overflow:hidden;line-height:1; }  section .promoted-deal-box-text-right-info p {margin:0; } }@media (min-width:1025px) and (max-width:1500px) {  section .promoted-deal-box-text-right-info {font-size:0.95833vw; } }section .promoted-deal-box-text-right-bottom-holder {  margin-top:12px;  position:relative;  top:65%;  z-index:1;  line-height:1.5; }@media (min-width:1024px) {  section .promoted-deal-box-text-right-bottom-holder {top:0;margin-top:auto; } }section .promoted-deal-box-text-right-location {  font-size:13px;  font-weight:400;  color:#0EB149;  padding-right:18px;  background:url("https://media.groo.co.il/_media/images/header/icon-location.png");  background-repeat:no-repeat;  background-position:right top;  background-size:10px 14px; }@media (min-width:1024px) {  section .promoted-deal-box-text-right-location {background-size:9px 13px;font-size:0.72917vw;margin-top:auto; } }@media (min-width:1024px) and (max-width:1500px) {  section .promoted-deal-box-text-right-location {font-size:0.83854vw;float:left;} }section .promoted-deal-box-text-right-purchased {  font-size:13px;  font-weight:400;  color:#0EB149; }@media (min-width:1024px) {  section .promoted-deal-box-text-right-purchased {font-size:0.72917vw; } }@media (min-width:1025px) and (max-width:1500px) {  section .promoted-deal-box-text-right-purchased {font-size:0.83854vw; } }@media (max-width:767px) {  section .promoted-deal-box-text-right-purchased {display:none; } }@media (min-width:768px) and (max-width:1023px) {  section .promoted-deal-box-text-right-purchased {display:none; } }section .promoted-deal-box-text-left {  text-align:left; }@media (min-width:1024px) {  section .promoted-deal-box-text-left {display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;height:40%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end; } }@media (min-width:1024px) {  section .promoted-deal-box-text-left-prices {  } }section .promoted-deal-box-text-left-price {  text-align:left;  color:#0EB149; }section .promoted-deal-box-text-left-price.discount-price {  color:red; }section .promoted-deal-box-text-left-price .from {  font-size:16px;  font-weight:400; }@media (min-width:1024px) {  section .promoted-deal-box-text-left-price .from {font-size:1.35417vw; } }section .promoted-deal-box-text-left-price .nis {  font-size:16px;  line-height:16px;  font-weight:400; }@media (min-width:1024px) {  section .promoted-deal-box-text-left-price .nis {font-size:1.35417vw;line-height:1.35417vw;font-weight:700; } }section .promoted-deal-box-text-left-price .price {  font-size:20px;  font-weight:700; }@media (min-width:1024px) {  section .promoted-deal-box-text-left-price .price {font-size:2vw;line-height:2.29167vw;font-weight:700; } }section .promoted-deal-box-text-left-old-price {  font-size:13px;  color:#999;  font-weight:400;  text-decoration:line-through; }section .promoted-deal-box-text-left-old-price.discount-price {  color:#0EB149; }@media (min-width:1024px) {  section .promoted-deal-box-text-left-old-price {font-size:1vw;line-height:1.14583vw;color:#616161;  } }section .promoted-deal-box-text-left-button {  display:none; }@media (min-width:1024px) {  section .promoted-deal-box-text-left-button {display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#0EB149;width:100%;height:2.91667vw;font-size:1.14583vw;color:white;font-weight:700;margin-top:0.625vw; }  section .promoted-deal-box-text-left-button:hover, section .promoted-deal-box-text-left-button:active {background-color:#1ed15f; } }@media (min-width:1025px) and (max-width:1500px) {  section .promoted-deal-box-text-left-button {font-size:1.31771vw; } }section .promoted-deal-box-text-watch-deal-button {  display:none; }@media (min-width:1024px) {  section .promoted-deal-box-text-watch-deal-button {display:block; } }section .categories {  margin-top:19px; }section .category-slider {  background-color:white;  padding:19px 0 16px 0; }@media (min-width:1024px) {  section .category-slider {width:100%;max-width:1357px;margin:0 auto;padding:0; } }@media (max-width:1357px) and (min-width:768px) {  section .category-slider {padding:0 3.5%; } }section .category-slider:nth-child(n+2) {  margin-top:10px; }@media (min-width:1024px) {  section .category-slider:nth-child(n+2) {margin-top:20px; } }section .category-slider-header {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:flex-start;  -ms-flex-pack:start;  justify-content:flex-start;  -webkit-align-items:flex-end;  -ms-flex-align:end;  align-items:flex-end; }section .category-slider-header-title {  font-size:24px;  line-height:1.25;  color:#353844; }section .category-slider-header-title a {  color:black }section .category-slider-header-read-more {  font-size:14px;  font-weight:bold;  line-height:2;  color:#f6475c;  margin-right:10px;}@media (min-width:1024px) {  section .category-slider-header-read-more {padding-left:12px;background:url("/_media/images/baligam/chevron-red.svg") no-repeat left center;background-size:6px auto;  }}section .category-slider-header-read-more:hover {  background:url(/_media/images/baligam/chevron-teal.svg) no-repeat left center;  text-decoration:underline;  color:#00baae;}section .category-slider-body {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  width:100%;  overflow-x:auto;  overflow-y:hidden;  margin-top:18px;  -webkit-overflow-scrolling:touch; }section .category-slider-body::-webkit-scrollbar {  display:none; }@media (min-width:1024px) {  section .category-slider-body {margin-top:10px;margin-bottom:35px;overflow-x:initial;overflow-y:initial; } }section .category-slider-body .deal-box-text-right-location {  display:none;  position:absolute;  bottom:2%; }section .deal-box-text-left-prices-wrapper .deal-box-text-left-purchased {  position:absolute;  display:block;  bottom:45px;  left:12px;  color:#00baae;  font-weight:400;}.small-purchase-deal-box-button {  opacity:0;  transition:.3s;  width:73px;  height:36px;  border-radius:18px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  background-color:#00baae;  font-size:16px;  font-weight:bold;  letter-spacing:-0.6px;  color:#ffffff;  justify-content:center;  align-items:center;}.deal-box:hover .small-purchase-deal-box-button {  opacity:1;}.deal-box-text-left-prices-wrapper {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;}.deal-box-text .deal-box-text-right .start_box.star_text_right {  display:none;}section .deal-box {  display:block;  width:23.73%;  max-height:358px;  border:1px solid #ededed;  background:#f7f7f7;  position:relative; }section .deal-box:nth-child(n+2) {  margin-right:1.69%; }@media (min-width:1024px) {  section .deal-box {transition:all .3s ease; }  section .deal-box:hover {border:1px solid #00baae;background-color:#ffffff;  } }section .deal-box-photo {  position:relative;  height:0;  padding-top:74%; }section .deal-box-photo img {  display:block;  width:100%;  height:100%;  position:absolute;  top:0;  left:0;}section .deal-box-text {  height:122px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:space-between;  -ms-flex-pack:justify;  justify-content:space-between;  -webkit-align-items:baseline;  -ms-flex-align:baseline;  align-items:baseline;  padding:12px;  flex-direction:column;}section .deal-box-text-right {  width:100%;  -webkit-flex:1;  -ms-flex:1;  flex:1; }@media (min-width:1024px) {  section .deal-box-text-right {display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column; } }@media (min-width:1025px) and (max-width:1500px) {  section .deal-box-text-right {height:4.19271vw; } }section .deal-box-text-right-title {  height:40px;  font-size:16px;  line-height:1.25;  color:#353844;  z-index:10; }@media (min-width:1024px) {  section .deal-box-text-right-title {height:auto;overflow:hidden; } }@media (min-width:1025px) and (max-width:1500px) {  section .deal-box-text-right-title {font-size:0.9vw;min-height:2.44375vw;max-height:2.44375vw; } }@-moz-document url-prefix() {  section .deal-box-text-right-title {line-height:1; } }section .deal-box-text-right-supplier {  overflow:hidden;  height:20px;  font-size:16px;  line-height:1.25;  color:#b4b7c3;}section .deal-box-text-right-location {  margin-top:12px;font-size:12px;  font-weight:400;  color:#0EB149;  padding-right:12px;  background:url("https://media.groo.co.il/_media/images/header/icon-location.png");  background-repeat:no-repeat;  background-position:right 40%;  background-size:7px 11px;  z-index:20;  display:none;}@media (min-width:1024px) {  section .deal-box-text-right-location {margin-top:auto;font-size:0.72917vw;padding-right:0.625vw;background-size:auto 0.57292vw; } }section .deal-box-text-left {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  width:100%;  justify-content:space-between;  text-align:left;  align-items:flex-end;  z-index:20; }section .deal-box-text-left-price {  text-align:left;  font-size:22px;  font-weight:bold;  color:#00baae;  margin-right:10px;}@media (min-width:768px){  section span.nis {float:left;  }}section .deal-box-text-left-price.discount-price {  color:red;  font-size:0.67708vw;}section .deal-box-text-left-discount-price-text {color:red;  font-size:13px;}@media (min-width:1024px) {  section .deal-box-text-left-discount-price-text {font-size:0.67708vw; } }@media (min-width:1024px) {  section .deal-box-text-left-discount-price-text {font-size:0.67708vw; } }@media (min-width:1025px) and (max-width:1500px) {  section .deal-box-text-left-discount-price-text {font-size:0.77865vw; } }@media (max-width:1023px) {  section.category .deal-box-text-left-discount-price-text {display:none; } }section .deal-box-text-left-old-price {  font-size:22px;  font-weight:bold;  color:#b4b7c3;  text-decoration:line-through;}section .deal-box-text-left-old-price.discount-price {  font-size:14px;  color:#0EB149;  font-weight:bold;  text-decoration:line-through; }@media (min-width:1025px) and (max-width:1500px) {  section .deal-box-text-left-old-price {font-size:0.77865vw; } }section .deal-box-text-left-purchased {  margin-top:11px;  font-size:12px;  font-weight:400;  color:#00baae;  display:none;}@media (min-width:1024px) {  section .deal-box-text-left-purchased {margin-top:auto;font-size:0.72917vw;background-size:0.36458vw 0.57292vw; } }@media (min-width:1025px) and (max-width:1500px) {  section .deal-box-text-left-purchased {font-size:0.83854vw; } }@media (max-width:767px) {  section.category .deal-box-text-left-prices-wrapper .deal-box-text-left-purchased {display:block;position:absolute;margin:0;bottom:40px;left:10px;  } }@media (min-width:768px) and (max-width:1023px) {  section .deal-box-text-left-purchased {display:none; } }section .gallery-banner {  margin:19px 5px 0 5px;  background-color:white;  padding:19px 0 16px 0; }@media (min-width:1024px) {  section .gallery-banner {width:93%;max-width:1770px;margin:0 auto;margin-top:0.98958vw;padding:1.45833vw 0; } }section .gallery-banner-header {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:flex-start;  -ms-flex-pack:start;  justify-content:flex-start;  -webkit-align-items:flex-end;  -ms-flex-align:end;  align-items:flex-end; }@media (min-width:768px) {  section .gallery-banner-header {display:none; } }section .gallery-banner-header-title {  font-size:24px;  line-height:24px;  font-weight:700; }@media (min-width:1024px) {  section .gallery-banner-header-title {font-size:1.25vw;line-height:1.25vw; } }section .gallery-banner-body {  width:100%;  margin-top:18px; }@media (min-width:768px) {  section .gallery-banner-body {margin-top:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between; } }section .gallery-banner-body-banner {  display:none; }@media (min-width:768px) and (max-width:1023px) {  section .gallery-banner-body-banner {display:block;overflow:hidden;width:400px;height:325px; }  section .gallery-banner-body-banner img {display:block;height:100%; } }@media (min-width:1024px) {  section .gallery-banner-body-banner {display:block;width:59.3vw;overflow:hidden; }  section .gallery-banner-body-banner img {display:block;width:1138px;height:344px; } }@media (min-width:768px) and (max-width:1023px) {  section .gallery-banner-body-deal-boxes {margin-right:10px; } }@media (min-width:768px) {  section .gallery-banner-body-deal-boxes {display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex:1;-ms-flex:1;flex:1; } }section .gallery-deal-box {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  border:1px solid #d1cece;  color:black; }section .gallery-deal-box:nth-child(n+2) {  margin-top:18px; }@media (min-width:1024px) {  section .gallery-deal-box:nth-child(n+2) {margin-top:0.9375vw; } }@media (min-width:768px) {  section .gallery-deal-box {border:none;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between; } }@media (min-width:1024px) {  section .gallery-deal-box {margin-right:1.04167vw; } }section .gallery-deal-box-photo {  position:relative; }section .gallery-deal-box-photo img {  display:block;  width:141px;  height:93px; }@incldue desktop {  section .gallery-deal-box-photo img {width:7.34375vw;height:4.84375vw; } }section .gallery-deal-box-text {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-flex-direction:column;  -ms-flex-direction:column;  flex-direction:column;  padding:13px 8px 9px 0; }@media (min-width:1024px) {  section .gallery-deal-box-text {padding:0.67708vw 0.41667vw 0.46875vw 0; } }section .gallery-deal-box-text-title {  font-size:14px;  font-weight:700; }@media (min-width:768px) {  section .gallery-deal-box-text-title {-webkit-order:1;-ms-flex-order:1;order:1; } }@media (min-width:1024px) {  section .gallery-deal-box-text-title {font-size:0.72917vw; } }section .gallery-deal-box-text-location {  margin-top:4px;  font-size:12px;  font-weight:400;  color:#0EB149;  padding-right:12px;  background:url("https://media.groo.co.il/_media/images/header/icon-location.png");  background-repeat:no-repeat;  background-position:right center;  background-size:7px 11px; }@media (min-width:768px) {  section .gallery-deal-box-text-location {-webkit-order:3;-ms-flex-order:3;order:3;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;background-position:right bottom; } }@media (min-width:1024px) {  section .gallery-deal-box-text-location {margin-top:0.20833vw;font-size:0.625vw;padding-right:0.625vw; } }section .gallery-deal-box-text-prices {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:flex-end;  -ms-flex-align:end;  align-items:flex-end; }@media (max-width:767px) {  section .gallery-deal-box-text-prices {-webkit-flex:1;-ms-flex:1;flex:1; } }@media (min-width:768px) {  section .gallery-deal-box-text-prices {-webkit-order:2;-ms-flex-order:2;order:2;margin-top:7px; } }@media (min-width:1024px) {  section .gallery-deal-box-text-prices {margin-top:0.20833vw; } }section .gallery-deal-box-text-prices-old {  font-size:13px;  line-height:-1px;  color:#999;  font-weight:400;  text-decoration:line-through; }@media (min-width:1024px) {  section .gallery-deal-box-text-prices-old {font-size:0.67708vw;line-height:-0.05208vw; } }section .gallery-deal-box-text-prices-new {  margin-right:11px;  color:#0EB149; }@media (min-width:1024px) {  section .gallery-deal-box-text-prices-new {margin-right:0.57292vw; } }section .gallery-deal-box-text-prices-new .from, section .gallery-deal-box-text-prices-new .nis {  font-size:16px;  line-height:16px;  font-weight:400; }@media (min-width:1024px) {  section .gallery-deal-box-text-prices-new .from, section .gallery-deal-box-text-prices-new .nis {font-size:0.83333vw;line-height:0.83333vw; } }section .gallery-deal-box-text-prices-new .price {  font-size:20px;  line-height:20px;  font-weight:700; }@media (min-width:1024px) {  section .gallery-deal-box-text-prices-new .price {font-size:1.04167vw;line-height:1.04167vw; } }.js-drop {  position:relative; }.js-drop:hover .drop {  display:block; }.drop {  display:none;  position:absolute;  background-color:white;  top:37px;  left:calc( 50% - 111px );  min-width:222px;  z-index:5;  font-weight:400;  box-shadow:0px 2px 5px 1px rgba(167, 167, 167, 0.4);  border:solid 1px #ededed; }.drop:before {  position:absolute;  top:-5px;  left:calc( 50% - 7px );  -webkit-transform:rotate(45deg);  transform:rotate(45deg);  content:'';  background:white;  width:10px;  height:10px;  border-left:1px solid #efefef;  border-top:1px solid #efefef;}header .header-wrapper .main-header-desktop-menu-link.user-menu .js-drop-gutter {  padding:10px 0;}.drop .drop-header {  padding:0.98958vw 0.88542vw;  color:#00baae;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  cursor:default;  font-size:0.83333vw; }.drop .drop-header-icon {  margin-left:0.3125vw; }.drop .drop-item {  height:1.82292vw;  cursor:pointer;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  padding:0 0.88542vw;  color:black !important;  font-size:0.83333vw !important; }.drop .drop-item:hover {  background-color:#00baae;  color:white !important; }.drop img.drop-item-icon {  margin-right:0.26042vw; }.drop .drop-separator {  background-color:#d1cece;  height:1px;  margin:0 0.41667vw; }.autocomplete-suggestions {  background:white;  overflow:auto;  color:#999999; }.autocomplete-suggestions strong {  font-weight:300;  color:black; }.autocomplete-suggestion {  cursor:pointer;  padding:2px 5px;  white-space:nowrap;  overflow:hidden;  padding:8px; }.autocomplete-selected {  background:#00baae;  color:white; }.autocomplete-selected strong {  font-weight:300;  color:white; }.autocomplete-group {  padding:2px 5px; }.autocomplete-group strong {  display:block;  border-bottom:1px solid #000; }textarea {}.popup-contact select {  background-image:url(/_media/images/header/caret-down-grey.png);  background-repeat:no-repeat;  background-size:13px;  background-position:15px center; }.popup-contact .phone-with-prefix {  display:-webkit-flex;  display:-ms-flexbox;  display:flex; }.popup-contact .phone-with-prefix input {  -webkit-flex:3;  -ms-flex:3;  flex:3; }.popup-contact .phone-with-prefix select {  -webkit-flex:1;  -ms-flex:1;  flex:1;  margin-right:10px; }.popup-contact .title {  font-size:20px;  font-weight:bold;  padding-bottom:20px;  border-bottom:solid 1px #e9e9e9;  margin-bottom:20px; }@media (min-width:1024px) {  .popup-contact .title {font-size:50px;font-weight:normal;text-align:center; } }.popup-contact input, .popup-contact select {  height:42px; }@media (min-width:768px) {  .popup-contact input, .popup-contact select {height:47px; } }.popup-contact input, .popup-contact textarea, .popup-contact select {  background-color:#f7f7f7;  border:1px solid #ededed;  padding:0 10px;  width:100%;  height:40px; }h2.newsletter-frequency-title {  color:#353844;  font-size:20px;  margin:0;  line-height:1.5;  margin-bottom:11px;}.newsletter-frequency {  background:#f7f7f7;  max-width:560px;  display:flex;  flex-direction:column;  border:1px solid #ededed;  border-top:4px solid #00baae;  padding:0 18px;}#frmCheckout input.newsletter-frequency-radio:checked,input.newsletter-frequency-radio:checked {  border:solid 5px #3d87fd;}#frmCheckout input.newsletter-frequency-radio,input.newsletter-frequency-radio {  background-color:#fff;  width:16px;  height:16px;  border:solid 1px #b4b7c3;  border-radius:100%;  margin:8px;  transition:all 100ms ease-in-out;  padding:0;}.newsletter-frequency-text {  font-size:14px;  color:#353844;}span.newsletter-frequency-text-bold {  font-weight:900;}.newsletter-frequency-daily {  display:flex;  min-height:56px;  align-items:center;  padding:10px 0;  flex-wrap:wrap;}.newsletter-frequency-text-under {  width:100%;  padding-right:33px;  font-size:12px;  line-height:1.5;}.newsletter-frequency-daily:not(:last-child) {  border-bottom:1px solid #ededed;}@media (max-width:767px) {  .newsletter-frequency-text {display:inline-grid;width:calc(100% - 32px);  }  .newsletter-frequency-daily {align-items:flex-start;  }  input.newsletter-frequency-radio {margin:3px 8px 8px 8px;  }  h2.newsletter-frequency-title{font-size:14px;  }  h2.newsletter-frequency-title {font-size:14px;line-height:1.29;  }  h2.newsletter-frequency-title {font-size:14px;line-height:1.29;  }}.newsletter-frequency-under {  padding:0 18px;}.popup-contact .contact-form {  color:#666666;  font-size:17px; }.popup-contact .contact-form input:not([type=submit]), .popup-contact .contact-form textarea, .popup-contact .contact-form select {  margin-bottom:30px;  margin-top:7px; }@media (max-width:767px) {  .popup-contact .contact-form label {display:none; } }@media (min-width:768px) and (max-width:1023px) {  .popup-contact .contact-form label {display:none; } }.popup-contact .contact-form .form-group {  position:relative; }.popup-contact .contact-form .form-group .input-error {  margin-bottom:0;  bottom:14px; }@media (min-width:1024px) {  .popup-contact ::-webkit-input-placeholder {color:#e9e9e9; }  .popup-contact :-moz-placeholder {color:#e9e9e9; }  .popup-contact ::-moz-placeholder {color:#e9e9e9; }  .popup-contact :-ms-input-placeholder {color:#e9e9e9; } }.popup-thank {  text-align:center; }.popup-thank .thank-img {  width:40px;  margin:0 auto; }@media (min-width:1024px) {  .popup-thank .thank-img {width:76px; } }.popup-thank .thank-img img {  width:100%; }.popup-thank .title {  font-size:24px;  font-weight:bold;  margin:15px 0; }@media (min-width:1024px) {  .popup-thank .title {margin:30px 0; } }.popup-thank .text {  color:#666666;  max-width:400px;  margin:0 auto;  font-size:15px;  line-height:18px; }@media (min-width:1024px) {  .popup-thank .text {font-size:18px;line-height:24px; } }.popup-credit_card .inner-title {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  font-size:18px;  font-weight:bold;  width:calc(100% - 20px);  max-width:550px;  margin:0 auto;  padding:15px 0;  border-bottom:solid 1px #e9e9e9; }.popup-credit_card .inner-title .safe {  font-size:13px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  margin-right:auto;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }.popup-credit_card .inner-title .safe .summary-box-photo {  width:19px;  margin-right:7px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }.popup-credit_card .inner-title .safe .summary-box-photo img {  width:100%; }@media (max-width:767px) {  .popup-credit_card iframe {width:100%;height:780px; } }.popup.popup-credit_card {  width:650px;}.popup.popup-credit_card .popup-content {  width:610px;}.button-green {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  height:52px;  background-color:#0EB149;  font-size:19px;  font-weight:700;  color:white; }.popup-approve {  text-align:center; }@media (max-width:767px) {  .popup-approve .popup-body {padding:30px 15px; } }.popup-approve .popup-title {  padding-bottom:25px;  padding-top:5px;  border-bottom:solid 1px #dcdcdc;  margin-bottom:15px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:baseline;  -ms-flex-align:baseline;  align-items:baseline; }.popup-approve .popup-title .title-text {  font-size:24px;  text-align:right;  width:100%; }@media (min-width:768px) {  .popup-approve .popup-title .title-text {font-size:2.23958vw;margin-left:-1.875vw;text-align:center; } }.popup-approve .popup-title .title-icon {  width:22px; }@media (min-width:768px) {  .popup-approve .popup-title .title-icon {width:1.97917vw; } }.popup-approve .popup-title .title-icon img {  width:100%; }.popup-approve .popup-main-content {  font-size:16px;  border-bottom:solid 1px #dcdcdc;  margin-bottom:40px;  padding-bottom:15px; }@media (min-width:768px) {  .popup-approve .popup-main-content {padding:0 60px 15px;font-size:1.14583vw; } }.popup-approve .popup-footer {  color:#666666;  font-size:11px; }@media (min-width:768px) {  .popup-approve .popup-footer {padding:0 100px 20px;font-size:0.67708vw; } }.popup-approve .popup-footer .customer-email, .popup-approve .popup-footer a {  color:#0EB149; }.secondary-footer-links-left .secondary-footer-links-left-link:first-child {  font-size:11px; }.inmanage-logo {  font-family:'Aller Regular';  font-weight:300;  text-decoration:none;  font-size:11px; }@media (min-width:1024px) {  .inmanage-logo {font-size:16px; } }.inmanage-logo:before {  font-family:'Aller-Regular';  content:'in';  color:#8b8c8f; }.inmanage-logo:after {  font-family:'Aller-Regular';  content:'Manage';  color:#ef8521; }.popup-repassword {  font-size:15px;  color:#666666;  text-align:center; }@media (min-width:1024px) {  .popup-repassword {font-size:18px; } }.popup-repassword .title {  font-size:22px;  font-weight:bold;  padding-bottom:17px;  border-bottom:solid 1px #e9e9e9;  color:#000000; }@media (min-width:1024px) {  .popup-repassword .title {font-size:35px;padding-bottom:20px; } }.popup-repassword .text .bold {  margin-top:10px;  margin-bottom:15px;  font-weight:bold; }.popup-repassword .text .bold .red-text {  color:#ba0000; }.popup-repassword .repassword-img {  margin:15px auto;  width:30px; }@media (min-width:1024px) {  .popup-repassword .repassword-img {margin:20px auto;width:40px; } }.popup-repassword .repassword-img img {  width:100%; }.popup-repassword .btn-ok button {  width:150px;  border:none;  background-color:#0EB149;  height:45px;  font-size:17px;  font-weight:700;  color:white; }@media (min-width:1024px) {  .popup-repassword .btn-ok button {width:200px; } }.bread_crumbs span.breadcrumb-item {  background:url("/_media/images/baligam/chevron.svg") no-repeat left center;  padding:0 9px 0 12px;  background-size:auto 10px;  line-height:20px;  opacity:0.5; }.bread_crumbs span.breadcrumb-item:first-child {  padding-right:0px; }.bread_crumbs span.breadcrumb-item:last-child {  background:none; }.bread_crumbs span.breadcrumb-item.active {  letter-spacing:0.3px;  color:#f6475c;}.bread_crumbs span.breadcrumb-item a {  line-height:1;  letter-spacing:0.3px;  color:#454956;  text-decoration:none;  display:inline-block; }.breadcrumb {  font-size:15px;  color:#999999;}@media (min-width:1024px) {  .breadcrumb {font-size:19px; } }.breadcrumb ul.breadcrumb-list {  list-style:none;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  padding:0;  margin:10px 0; }.breadcrumb ul.breadcrumb-list li.breadcrumb-item {  background:url("/_media/images/header/arrow-breadcrumb.png") no-repeat left center;  padding:0 9px 0 12px;  background-size:auto 12px; }@media (min-width:1024px) {  .breadcrumb ul.breadcrumb-list li.breadcrumb-item {padding:0 10px 0 15px;background-size:auto 17px; } }.breadcrumb ul.breadcrumb-list li.breadcrumb-item.active {  color:#0EB149; }.breadcrumb ul.breadcrumb-list li.breadcrumb-item:last-child {  background:none; }.breadcrumb ul.breadcrumb-list li.breadcrumb-item a {  color:#999999;  text-decoration:none; }.no-results .no-results-buttons {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  margin-top:11px; }.no-results .no-results-buttons-button {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  font-weight:bold;  color:white;  align-items:center;  justify-content:center;  font-size:22px;  letter-spacing:-0.83px;  width:235px;  height:50px;  border-radius:25px;  background-color:#00baae; }.no-results .no-results-buttons-button:nth-child(n+2) {  margin-right:10px; }.sweet-alert {  font-family:Heebo, Arial, "Helvetica Neue", Helvetica, sans-serif !important;}@media (max-width:540px){  .sweet-alert {width:98%;left:1%;right:1%;  }}.sweet-alert button.confirm {  background-color:#00baae !important;  box-shadow:none !important;}.sweet-alert .sa-button-container button {  color:white;  border:none;  box-shadow:none;  margin:26px 5px 0 5px;  cursor:pointer;  height:36px;  line-height:36px;  padding:0 32px;  font-size:16px;  font-weight:600;  font-family:Heebo, Arial, "Helvetica Neue", Helvetica, sans-serif;  border-radius:18px;}.sweet-alert p {  font-family:Heebo, Arial, "Helvetica Neue", Helvetica, sans-serif;}body .sweet-alert {  border:3px solid #00baae;  border-radius:0;  margin-left:-238px;}@media (max-width:540px) {  body .sweet-alert {margin-left:auto;  }}section.intercept {  position:fixed;  z-index:999999;  top:0;  left:0;  width:100%;  min-height:100vh;  max-height:100vh;  height:100%;  -webkit-overflow-scrolling:auto;  overflow-y:auto;  background-color:#d2e2c7;  background-image:url("/_media/images/intercept/animated.gif");  background-repeat:no-repeat;  background-size:100%;  text-align:center;  color:#222429;  font-size:18px;  padding:3% 10%;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-flex-direction:column;  -ms-flex-direction:column;  flex-direction:column;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center; }section.intercept .title {  font-size:32px;  font-weight:800;  margin-top:57%;  line-height:36.37px; }section.intercept .description {  font-size:18px;  margin-top:10px; }section.intercept .version-button {  font-size:18px;  font-weight:bold;  background-color:#0EB149;  border-radius:10px;  width:95%;  height:48px;  margin-top:14px;  border:none;  color:#ffffff;  margin-bottom:25%; }section.intercept .version-button a {  color:#ffffff; }section.intercept .web-link {  font-size:15px;  text-decoration:underline;  color:#222429;  display:block;  font-weight:600; }section.intercept .show-again-check {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  margin-bottom:32px;  margin-top:14px;  font-size:12px;}section.intercept .show-again-check input {  width:10px;  height:10px; }section.intercept .show-again-check .checkbox-label-description {  margin-right:5px; }section.intercept.hide {  display:none; }.under_constriction {  direction:rtl;  position:absolute;  top:23vh;  left:0;  right:0;  width:520px;  max-width:100%;  margin-left:auto;  margin-right:auto; }.under_constriction img {  width:100%; }@media (max-width:767px) {  .under_constriction img {min-height:440px; } }.under_constriction .under_constriction_text {  position:absolute;  top:50%;  left:25%;  width:250px;  max-width:50%; }@media (max-width:767px) {  .under_constriction .under_constriction_text {font-size:13px; } }.js-recommended-opportunities-container {  width:100%; }.js-recommended-opportunities-container .category-slider, .js-recently-visited-opportunities-container .category-slider, .product-page-out-of-stock-recommended-products .category-slider {  max-width:none; }.main-footer-icons {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  -webkit-align-items:center;  -ms-flex-align:center;  align-items:center;  margin:0 12px;}.main-footer-icons img {  margin:0 auto;}.main-footer-paragraph-text.main-footer-icons {  font-size:17px;  font-weight:700;  padding-top:10px;  margin-bottom:15px;  min-width:165px;  line-height:normal;}.main-footer-paragraph-text.main-footer-icons img{  margin-right:10px;}.new-promoted-deal-box {  position:relative;  height:276px;  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  width:49.2%;  border:1px solid #ededed;  background:#f7f7f7;}.category .new-promoted-deal-box {  width:100%;  height:386px;}@media (max-width:767px) {  .category .new-promoted-deal-box {height:inherit;  }}.new-promoted-deal-box-photo {  position:relative;  width:66%;}.category .new-promoted-deal-box-photo {  position:relative;  width:61.55%;}.new-promoted-deal-box-photo img {  display:block;  width:100%;  height:100%;}.category .new-promoted-deal-box-photo img {  width:100%;  height:100%;}.new-promoted-deal-box-info-wrapper {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  width:34%;  line-height:1;  flex-grow:1;  padding:16px;  flex-direction:column;}.category .new-promoted-deal-box-info-wrapper {  padding:15px 20px;}.category .new-promoted-deal-box-title-wrapper {  height:60px;}.new-promoted-deal-box-title-wrapper {  margin-bottom:10px;}.new-promoted-deal-box-title {  font-family:Heebo;  font-size:16px;  font-weight:bold;  line-height:1.25;  color:#353844;}.new-promoted-deal-box-supplier {height:20%;  font-size:0.72917vw;  display:none;}.category .new-promoted-deal-box-supplier {  font-size:0.98958vw;}.new-promoted-deal-box-description-wrapper {  height:100px;  font-size:16px;  line-height:1.25;  color:#353844;  flex-grow:1;  overflow:hidden;  margin-bottom:5px;}.category .new-promoted-deal-box-description-wrapper{}.new-promoted-deal-box-location-purchases {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  color:#00baae;  font-size:14px;  margin-bottom:6px;align-items:center;  justify-content:space-between;  }.new-promoted-deal-box-location-wrapper img {width:0.5vw;}.new-promoted-deal-box-prices {  display:flex;  align-items:flex-end;  justify-content:flex-end;  margin-bottom:10px;}.new-promoted-deal-box-main-price {  font-size:22px;  font-weight:900;  color:#00baae;}.new-promoted-deal-box-main-price.has-discount {  color:red;}.new-promoted-deal-box-previous-prices {  margin-left:10px;}.new-promoted-deal-box-previous-prices span {font-weight:400;  text-decoration:line-through;  font-size:1vw;}.new-promoted-deal-box-previous-prices .old-price {  font-size:20px;  font-weight:500;  color:#b4b7c3;}.new-promoted-deal-box-previous-prices .pre-discount-price {  font-weight:bold;  color:#0eb149;}.new-promoted-deal-box-discount-date {font-size:0.8vw;  color:red;  font-weight:bold;}.new-promoted-deal-box-csat-wrapper {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  align-items:center;height:7.3%;  display:none;}.new-promoted-deal-box-csat-stars {  margin-left:5px;}.new-promoted-deal-box-csat-stars img {  width:1vw;}.new-promoted-deal-box-csat-count {  font-size:1vw;}.new-promoted-deal-box-button-wrapper {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  justify-content:flex-end;}.new-promoted-deal-box-button {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  font-weight:bold;  color:white;  align-items:center;  justify-content:center;  font-size:22px;  letter-spacing:-0.83px;  width:136px;  height:50px;  border-radius:25px;  background-color:#00baae;  margin-left:0;  margin-right:auto;}.category .new-promoted-deal-box-location-purchase-button-wrapper {  height:inherit;}.new-promoted-deal-box-location-purchase-button-wrapper {  height:11.6%;}.category .new-promoted-deal-box-button {  width:174px;}.new-promoted-deal-box-button:hover {  text-decoration:underline;  background-color:#01d4c6;}.new-promoted-deal-box-location-purchases.mobile {  display:none;  width:100%;}.new-promoted-deal-box-prices-csat-wrapper {  display:-webkit-flex;  display:-ms-flexbox;  display:flex;  margin-bottom:5px;  justify-content:space-between;  flex-direction:row-reverse;}.category .new-promoted-deal-box-prices {  height:initial;}.category .new-promoted-deal-box-csat-wrapper {  height:initial;}@media (max-width:1023px) {  .new-promoted-deal-box-button, .new-promoted-deal-box-description-wrapper,  .new-promoted-deal-box-location-purchases.desktop {display:none;  }  .new-promoted-deal-box-photo img, .category .new-promoted-deal-box-photo img {width:100%;height:100%;  }  .new-promoted-deal-box-location-purchases.mobile {display:-webkit-flex;display:-ms-flexbox;display:flex;margin:15px 0 0 0;font-size:14px;  }  .new-promoted-deal-box-location-wrapper img {width:8px;  }  .new-promoted-deal-box {display:block;  }  .new-promoted-deal-box-info-wrapper {padding:5px;display:block;  }  .new-promoted-deal-box-title-wrapper {height:30px;width:60%;display:inline-block;  }  .new-promoted-deal-box-supplier, .category .new-promoted-deal-box-supplier  {height:12px;display:inline-block;font-size:14px;  }  .new-promoted-deal-box-prices {float:left;width:40%;height:initial;  }  .category .new-promoted-deal-box-prices {width:100%;  }  .new-promoted-deal-box-previous-prices, .new-promoted-deal-box-main-price {margin-bottom:0;  }  .new-promoted-deal-box-main-price {font-size:16px;  }  .new-promoted-deal-box-main-price .price-number {font-size:22px;  }  .new-promoted-deal-box-previous-prices span, .new-promoted-deal-box-discount-date,  .new-promoted-deal-box-csat-count{font-size:14px;  }  .new-promoted-deal-box-csat-stars, .new-promoted-deal-box-csat-wrapper {height:17px;  }  .new-promoted-deal-box-csat-stars img {width:14px;  }  .new-promoted-deal-box-prices-csat-wrapper {flex-direction:column;align-items:flex-end;width:40%;float:left;  }  .category .new-promoted-deal-box-location-purchases.mobile {width:50%;margin-top:5px;  }}@media (max-width:767px) {  section .deal-box-text-left-old-price, section .deal-box-text-left-price,  .new-promoted-deal-box-main-price .price-number {font-size:20px;  }  .new-promoted-deal-box span.nis {margin-right:-3px;font-weight:bold;  }  .new-promoted-deal-box span.from,  .deal-box span.from {display:none;  }  .deal-box span.nis {font-size:16px;margin-right:-3px;  }}@supports (-ms-ime-align:auto) {  section.checkout div.details-shipping {padding-bottom:10px !important; }}@media screen\0 {  header .header-container {height:143px }  select::-ms-expand {display:none; }  section.checkout select::-ms-expand {display:none; }  section.checkout div.details-shipping {padding-bottom:10px !important; }  section.checkout .form-address .new-address-form {display:-ms-flexbox;display:-webkit-flex;display:flex; }  section .promoted-deal-box-text {-webkit-flex:1;-ms-flex:1;flex:1; }  section .promoted-deal-box-text-left {-webkit-flex:1;-ms-flex:1;flex:1; }  section .deal-box-text-left {-webkit-flex:1;-ms-flex:1;flex:1; }  section.my-account #updates .details-row .details-col .select-line select::-ms-expand {display:none; }  section .deal-box-text-right {-webkit-flex:none;-ms-flex:none;flex:none; }  section.works .works-page-container div.ie-fix {display:block; }  section.works .works-page-container .mobile-contact.white-box {display:none; }  section.works .works-page-container .start-form {display:block;width:70%;float:left; }  section.works-form .contact-form form .form-group .phone-with-prefix select::-ms-expand {display:none; }  section.works-form .contact-form form .form-group select::-ms-expand {display:none; }  section.product .product-page-container .dynamic-field .select-holder .text-label {-webkit-flex:1;-ms-flex:1;flex:1; }  section.product .product-page-container .product-description .desktop-border-bottom.dynamic-fields .price {-webkit-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important; }  section.product .product-page-container .product-description .product-description-wrap .desktop-border-bottom.dynamic-fields .price {width:33%; }  section.product .product-page-container .options .option .radio-holder .radio-label-description {display:block;width:100%; }  section.product .product-page-container .desktop-slider-wrap .desktop-big-img {width:200px; }  header .header-wrapper .main-header-desktop-menu-tabs-tab-block-link {width:60%; }  header .header-wrapper .main-header-desktop-menu-tabs-tab-block-link-title {width:50%; } }@media screen and (min-width:1024px), screen\9 {  section.works-form .contact-form form .form-group input::-ms-input-placeholder {color:#e9e9e9; }  section.works-form .contact-form form .form-group input::-webkit-input-placeholder {color:#e9e9e9; }  section.works-form .contact-form form .form-group input:-ms-input-placeholder {color:#e9e9e9; }  section.works-form .contact-form form .form-group textarea:-ms-input-placeholder {color:#e9e9e9; }  section.works .works-page-container select::-ms-expand {display:none; }  section.works .works-page-container input::-ms-input-placeholder {color:#e9e9e9; }  section.works .works-page-container input::-webkit-input-placeholder {color:#e9e9e9; }  section.works .works-page-container input:-ms-input-placeholder {color:#e9e9e9; } }@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {  section.product .product-page-container .desktop-slider-wrap div.desktop-big-img {width:70%; } }@supports (overflow:-webkit-marquee) and (justify-content:inherit) and (min-width:1024px) {  section.works .works-page-container div.ie-fix {display:block; }  section.works .works-page-container .mobile-contact.white-box {display:none; }  section.works .works-page-container .start-form {display:block;width:70%;float:left; }  section .category-page-container .category-deal-boxes {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap; }  section .category-page-container .category-deal-boxes a.deal-box {max-width:13.54167vw;width:auto;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto; }  .main-header-desktop-menu {height:3.42vw !important; } }html body.INDExplorer .INDhasDragTooltip #INDWrap #INDmenu-btn:focus, .INDhasDragTooltip #INDWrap #INDmenu-btn:hover{  overflow:visible;}html body.INDExplorer .INDhasDragTooltip #INDWrap #INDmenu-btn::after{  height:auto;}html body.INDExplorer .INDhasDragTooltip #INDWrap #INDmenu-btn::before{  height:auto !important;  border:none !important;}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}body.stop-scrolling {  height:100%;  overflow:hidden; }a {color:rgb(87, 87, 87);}.sweet-overlay {  background-color:black;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";background-color:rgba(0, 0, 0, 0.4);  position:fixed;  left:0;  right:0;  top:0;  bottom:0;  display:none;  z-index:10000; }.sweet-alert {  background-color:white;  font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;  width:478px;  padding:17px;  border-radius:5px;  text-align:center;  position:fixed;  left:50%;  top:50%;  margin-left:-256px;  margin-top:-200px;  overflow:hidden;  display:none;  z-index:99999; }@media all and (max-width:540px) {  .sweet-alert {width:auto;margin-left:0;margin-right:0;left:15px;right:15px; } }.sweet-alert h2 {  color:#575757;  font-size:30px;  text-align:center;  font-weight:600;  text-transform:none;  position:relative;  margin:25px 0;  padding:0;  line-height:40px;  display:block; }.sweet-alert p {  color:#797979;  font-size:16px;  text-align:center;  font-weight:300;  position:relative;  text-align:inherit;  float:none;  margin:0;  padding:0;  line-height:normal; }.sweet-alert fieldset {  border:none;  position:relative; }.sweet-alert .sa-error-container {  background-color:#f1f1f1;  margin-left:-17px;  margin-right:-17px;  overflow:hidden;  padding:0 10px;  max-height:0;  webkit-transition:padding 0.15s, max-height 0.15s;  transition:padding 0.15s, max-height 0.15s; }.sweet-alert .sa-error-container.show {  padding:10px 0;  max-height:100px;  webkit-transition:padding 0.2s, max-height 0.2s;  transition:padding 0.25s, max-height 0.25s; }.sweet-alert .sa-error-container .icon {  display:inline-block;  width:24px;  height:24px;  border-radius:50%;  background-color:#ea7d7d;  color:white;  line-height:24px;  text-align:center;  margin-right:3px; }.sweet-alert .sa-error-container p {  display:inline-block; }.sweet-alert .sa-input-error {  position:absolute;  top:23px;  left:10px;  width:20px;  height:20px;  opacity:0;  -webkit-transform:scale(0.5);  transform:scale(0.5);  -webkit-transform-origin:50% 50%;  transform-origin:50% 50%;  -webkit-transition:all 0.1s;  transition:all 0.1s; }.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {  content:"";  width:20px;  height:6px;  background-color:#f06e57;  border-radius:3px;  position:absolute;  top:50%;  margin-top:-4px;  left:50%;  margin-left:-9px; }.sweet-alert .sa-input-error::before {  -webkit-transform:rotate(-45deg);  transform:rotate(-45deg); }.sweet-alert .sa-input-error::after {  -webkit-transform:rotate(45deg);  transform:rotate(45deg); }.sweet-alert .sa-input-error.show {  opacity:1;  -webkit-transform:scale(1);  transform:scale(1); }.sweet-alert input {  width:100%;  box-sizing:border-box;  border-radius:3px;  border:1px solid #d7d7d7;  height:43px;  margin-top:10px;  margin-bottom:17px;  font-size:18px;  box-shadow:inset 0px 1px 1px rgba(0, 0, 0, 0.06);  padding:0 12px;  display:none;  -webkit-transition:all 0.3s;  transition:all 0.3s; }.sweet-alert input:focus {  outline:none;  box-shadow:0px 0px 3px #c4e6f5;  border:1px solid #b4dbed; }.sweet-alert input:focus::-moz-placeholder {  transition:opacity 0.3s 0.03s ease;  opacity:0.5; }.sweet-alert input:focus:-ms-input-placeholder {  transition:opacity 0.3s 0.03s ease;  opacity:0.5; }.sweet-alert input:focus::-webkit-input-placeholder {  transition:opacity 0.3s 0.03s ease;  opacity:0.5; }.sweet-alert input::-moz-placeholder {  color:#bdbdbd; }.sweet-alert input::-ms-clear {  display:none; }.sweet-alert input:-ms-input-placeholder {  color:#bdbdbd; }.sweet-alert input::-webkit-input-placeholder {  color:#bdbdbd; }.sweet-alert.show-input input {  display:block; }.sweet-alert .sa-confirm-button-container {  display:inline-block;  position:relative; }.sweet-alert .la-ball-fall {  position:absolute;  left:50%;  top:50%;  margin-left:-27px;  margin-top:4px;  opacity:0;  visibility:hidden; }.sweet-alert button {  background-color:#8CD4F5;  color:white;  border:none;  box-shadow:none;  font-size:17px;  font-weight:500;  -webkit-border-radius:4px;  border-radius:5px;  padding:10px 32px;  margin:26px 5px 0 5px;  cursor:pointer; }.sweet-alert button:focus {  outline:none;  box-shadow:0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }.sweet-alert button:hover {  background-color:#7ecff4; }.sweet-alert button:active {  background-color:#5dc2f1; }.sweet-alert button.cancel {  background-color:#C1C1C1; }.sweet-alert button.cancel:hover {  background-color:#b9b9b9; }.sweet-alert button.cancel:active {  background-color:#a8a8a8; }.sweet-alert button.cancel:focus {  box-shadow:rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }.sweet-alert button[disabled] {  opacity:.6;  cursor:default; }.sweet-alert button.confirm[disabled] {  color:transparent; }.sweet-alert button.confirm[disabled] ~ .la-ball-fall {  opacity:1;  visibility:visible;  transition-delay:0s; }.sweet-alert button::-moz-focus-inner {  border:0; }.sweet-alert[data-has-cancel-button=false] button {  box-shadow:none !important; }.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {  padding-bottom:40px; }.sweet-alert .sa-icon {  width:80px;  height:80px;  border:4px solid gray;  -webkit-border-radius:40px;  border-radius:40px;  border-radius:50%;  margin:20px auto;  padding:0;  position:relative;  box-sizing:content-box; }.sweet-alert .sa-icon.sa-error {  border-color:#F27474; }.sweet-alert .sa-icon.sa-error .sa-x-mark {  position:relative;  display:block; }.sweet-alert .sa-icon.sa-error .sa-line {  position:absolute;  height:5px;  width:47px;  background-color:#F27474;  display:block;  top:37px;  border-radius:2px; }.sweet-alert .sa-icon.sa-error .sa-line.sa-left {  -webkit-transform:rotate(45deg);  transform:rotate(45deg);  left:17px; }.sweet-alert .sa-icon.sa-error .sa-line.sa-right {  -webkit-transform:rotate(-45deg);  transform:rotate(-45deg);  right:16px; }.sweet-alert .sa-icon.sa-warning {  border-color:#F8BB86; }.sweet-alert .sa-icon.sa-warning .sa-body {  position:absolute;  width:5px;  height:47px;  left:50%;  top:10px;  -webkit-border-radius:2px;  border-radius:2px;  margin-left:-2px;  background-color:#F8BB86; }.sweet-alert .sa-icon.sa-warning .sa-dot {  position:absolute;  width:7px;  height:7px;  -webkit-border-radius:50%;  border-radius:50%;  margin-left:-3px;  left:50%;  bottom:10px;  background-color:#F8BB86; }.sweet-alert .sa-icon.sa-info {  border-color:#C9DAE1; }.sweet-alert .sa-icon.sa-info::before {  content:"";  position:absolute;  width:5px;  height:29px;  left:50%;  bottom:17px;  border-radius:2px;  margin-left:-2px;  background-color:#C9DAE1; }.sweet-alert .sa-icon.sa-info::after {  content:"";  position:absolute;  width:7px;  height:7px;  border-radius:50%;  margin-left:-3px;  top:19px;  background-color:#C9DAE1;  left:50%; }.sweet-alert .sa-icon.sa-success {  border-color:#A5DC86; }.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {  content:'';  -webkit-border-radius:40px;  border-radius:40px;  border-radius:50%;  position:absolute;  width:60px;  height:120px;  background:white;  -webkit-transform:rotate(45deg);  transform:rotate(45deg); }.sweet-alert .sa-icon.sa-success::before {  -webkit-border-radius:120px 0 0 120px;  border-radius:120px 0 0 120px;  top:-7px;  left:-33px;  -webkit-transform:rotate(-45deg);  transform:rotate(-45deg);  -webkit-transform-origin:60px 60px;  transform-origin:60px 60px; }.sweet-alert .sa-icon.sa-success::after {  -webkit-border-radius:0 120px 120px 0;  border-radius:0 120px 120px 0;  top:-11px;  left:30px;  -webkit-transform:rotate(-45deg);  transform:rotate(-45deg);  -webkit-transform-origin:0px 60px;  transform-origin:0px 60px; }.sweet-alert .sa-icon.sa-success .sa-placeholder {  width:80px;  height:80px;  border:4px solid rgba(165, 220, 134, 0.2);  -webkit-border-radius:40px;  border-radius:40px;  border-radius:50%;  box-sizing:content-box;  position:absolute;  left:-4px;  top:-4px;  z-index:2; }.sweet-alert .sa-icon.sa-success .sa-fix {  width:5px;  height:90px;  background-color:white;  position:absolute;  left:28px;  top:8px;  z-index:1;  -webkit-transform:rotate(-45deg);  transform:rotate(-45deg); }.sweet-alert .sa-icon.sa-success .sa-line {  height:5px;  background-color:#A5DC86;  display:block;  border-radius:2px;  position:absolute;  z-index:2; }.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {  width:25px;  left:14px;  top:46px;  -webkit-transform:rotate(45deg);  transform:rotate(45deg); }.sweet-alert .sa-icon.sa-success .sa-line.sa-long {  width:47px;  right:8px;  top:38px;  -webkit-transform:rotate(-45deg);  transform:rotate(-45deg); }.sweet-alert .sa-icon.sa-custom {  background-size:contain;  border-radius:0;  border:none;  background-position:center center;  background-repeat:no-repeat; }@-webkit-keyframes showSweetAlert {  0% {transform:scale(0.7);-webkit-transform:scale(0.7); }  45% {transform:scale(1.05);-webkit-transform:scale(1.05); }  80% {transform:scale(0.95);-webkit-transform:scale(0.95); }  100% {transform:scale(1);-webkit-transform:scale(1); } }@keyframes showSweetAlert {  0% {transform:scale(0.7);-webkit-transform:scale(0.7); }  45% {transform:scale(1.05);-webkit-transform:scale(1.05); }  80% {transform:scale(0.95);-webkit-transform:scale(0.95); }  100% {transform:scale(1);-webkit-transform:scale(1); } }@-webkit-keyframes hideSweetAlert {  0% {transform:scale(1);-webkit-transform:scale(1); }  100% {transform:scale(0.5);-webkit-transform:scale(0.5); } }@keyframes hideSweetAlert {  0% {transform:scale(1);-webkit-transform:scale(1); }  100% {transform:scale(0.5);-webkit-transform:scale(0.5); } }@-webkit-keyframes slideFromTop {  0% {top:0%; }  100% {top:50%; } }@keyframes slideFromTop {  0% {top:0%; }  100% {top:50%; } }@-webkit-keyframes slideToTop {  0% {top:50%; }  100% {top:0%; } }@keyframes slideToTop {  0% {top:50%; }  100% {top:0%; } }@-webkit-keyframes slideFromBottom {  0% {top:70%; }  100% {top:50%; } }@keyframes slideFromBottom {  0% {top:70%; }  100% {top:50%; } }@-webkit-keyframes slideToBottom {  0% {top:50%; }  100% {top:70%; } }@keyframes slideToBottom {  0% {top:50%; }  100% {top:70%; } }.showSweetAlert[data-animation=pop] {  -webkit-animation:showSweetAlert 0.3s;  animation:showSweetAlert 0.3s; }.showSweetAlert[data-animation=none] {  -webkit-animation:none;  animation:none; }.showSweetAlert[data-animation=slide-from-top] {  -webkit-animation:slideFromTop 0.3s;  animation:slideFromTop 0.3s; }.showSweetAlert[data-animation=slide-from-bottom] {  -webkit-animation:slideFromBottom 0.3s;  animation:slideFromBottom 0.3s; }.hideSweetAlert[data-animation=pop] {  -webkit-animation:hideSweetAlert 0.2s;  animation:hideSweetAlert 0.2s; }.hideSweetAlert[data-animation=none] {  -webkit-animation:none;  animation:none; }.hideSweetAlert[data-animation=slide-from-top] {  -webkit-animation:slideToTop 0.4s;  animation:slideToTop 0.4s; }.hideSweetAlert[data-animation=slide-from-bottom] {  -webkit-animation:slideToBottom 0.3s;  animation:slideToBottom 0.3s; }@-webkit-keyframes animateSuccessTip {  0% {width:0;left:1px;top:19px; }  54% {width:0;left:1px;top:19px; }  70% {width:50px;left:-8px;top:37px; }  84% {width:17px;left:21px;top:48px; }  100% {width:25px;left:14px;top:45px; } }@keyframes animateSuccessTip {  0% {width:0;left:1px;top:19px; }  54% {width:0;left:1px;top:19px; }  70% {width:50px;left:-8px;top:37px; }  84% {width:17px;left:21px;top:48px; }  100% {width:25px;left:14px;top:45px; } }@-webkit-keyframes animateSuccessLong {  0% {width:0;right:46px;top:54px; }  65% {width:0;right:46px;top:54px; }  84% {width:55px;right:0px;top:35px; }  100% {width:47px;right:8px;top:38px; } }@keyframes animateSuccessLong {  0% {width:0;right:46px;top:54px; }  65% {width:0;right:46px;top:54px; }  84% {width:55px;right:0px;top:35px; }  100% {width:47px;right:8px;top:38px; } }@-webkit-keyframes rotatePlaceholder {  0% {transform:rotate(-45deg);-webkit-transform:rotate(-45deg); }  5% {transform:rotate(-45deg);-webkit-transform:rotate(-45deg); }  12% {transform:rotate(-405deg);-webkit-transform:rotate(-405deg); }  100% {transform:rotate(-405deg);-webkit-transform:rotate(-405deg); } }@keyframes rotatePlaceholder {  0% {transform:rotate(-45deg);-webkit-transform:rotate(-45deg); }  5% {transform:rotate(-45deg);-webkit-transform:rotate(-45deg); }  12% {transform:rotate(-405deg);-webkit-transform:rotate(-405deg); }  100% {transform:rotate(-405deg);-webkit-transform:rotate(-405deg); } }.animateSuccessTip {  -webkit-animation:animateSuccessTip 0.75s;  animation:animateSuccessTip 0.75s; }.animateSuccessLong {  -webkit-animation:animateSuccessLong 0.75s;  animation:animateSuccessLong 0.75s; }.sa-icon.sa-success.animate::after {  -webkit-animation:rotatePlaceholder 4.25s ease-in;  animation:rotatePlaceholder 4.25s ease-in; }@-webkit-keyframes animateErrorIcon {  0% {transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0; }  100% {transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1; } }@keyframes animateErrorIcon {  0% {transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0; }  100% {transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1; } }.animateErrorIcon {  -webkit-animation:animateErrorIcon 0.5s;  animation:animateErrorIcon 0.5s; }@-webkit-keyframes animateXMark {  0% {transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0; }  50% {transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0; }  80% {transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px; }  100% {transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1; } }@keyframes animateXMark {  0% {transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0; }  50% {transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0; }  80% {transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px; }  100% {transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1; } }.animateXMark {  -webkit-animation:animateXMark 0.5s;  animation:animateXMark 0.5s; }@-webkit-keyframes pulseWarning {  0% {border-color:#F8D486; }  100% {border-color:#F8BB86; } }@keyframes pulseWarning {  0% {border-color:#F8D486; }  100% {border-color:#F8BB86; } }.pulseWarning {  -webkit-animation:pulseWarning 0.75s infinite alternate;  animation:pulseWarning 0.75s infinite alternate; }@-webkit-keyframes pulseWarningIns {  0% {background-color:#F8D486; }  100% {background-color:#F8BB86; } }@keyframes pulseWarningIns {  0% {background-color:#F8D486; }  100% {background-color:#F8BB86; } }.pulseWarningIns {  -webkit-animation:pulseWarningIns 0.75s infinite alternate;  animation:pulseWarningIns 0.75s infinite alternate; }@-webkit-keyframes rotate-loading {  0% {transform:rotate(0deg); }  100% {transform:rotate(360deg); } }@keyframes rotate-loading {  0% {transform:rotate(0deg); }  100% {transform:rotate(360deg); } }.sweet-alert .sa-icon.sa-error .sa-line.sa-left {  -ms-transform:rotate(45deg) \9; }.sweet-alert .sa-icon.sa-error .sa-line.sa-right {  -ms-transform:rotate(-45deg) \9; }.sweet-alert .sa-icon.sa-success {  border-color:transparent\9; }.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {  -ms-transform:rotate(45deg) \9; }.sweet-alert .sa-icon.sa-success .sa-line.sa-long {  -ms-transform:rotate(-45deg) \9; }.la-ball-fall,.la-ball-fall > div {  position:relative;  -webkit-box-sizing:border-box;  -moz-box-sizing:border-box;  box-sizing:border-box; }.la-ball-fall {  display:block;  font-size:0;  color:#fff; }.la-ball-fall.la-dark {  color:#333; }.la-ball-fall > div {  display:inline-block;  float:none;  background-color:currentColor;  border:0 solid currentColor; }.la-ball-fall {  width:54px;  height:18px; }.la-ball-fall > div {  width:10px;  height:10px;  margin:4px;  border-radius:100%;  opacity:0;  -webkit-animation:ball-fall 1s ease-in-out infinite;  -moz-animation:ball-fall 1s ease-in-out infinite;  -o-animation:ball-fall 1s ease-in-out infinite;  animation:ball-fall 1s ease-in-out infinite; }.la-ball-fall > div:nth-child(1) {  -webkit-animation-delay:-200ms;  -moz-animation-delay:-200ms;  -o-animation-delay:-200ms;  animation-delay:-200ms; }.la-ball-fall > div:nth-child(2) {  -webkit-animation-delay:-100ms;  -moz-animation-delay:-100ms;  -o-animation-delay:-100ms;  animation-delay:-100ms; }.la-ball-fall > div:nth-child(3) {  -webkit-animation-delay:0ms;  -moz-animation-delay:0ms;  -o-animation-delay:0ms;  animation-delay:0ms; }.la-ball-fall.la-sm {  width:26px;  height:8px; }.la-ball-fall.la-sm > div {  width:4px;  height:4px;  margin:2px; }.la-ball-fall.la-2x {  width:108px;  height:36px; }.la-ball-fall.la-2x > div {  width:20px;  height:20px;  margin:8px; }.la-ball-fall.la-3x {  width:162px;  height:54px; }.la-ball-fall.la-3x > div {  width:30px;  height:30px;  margin:12px; }@-webkit-keyframes ball-fall {  0% {opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%); }  10% {opacity:.5; }  20% {opacity:1;-webkit-transform:translateY(0);transform:translateY(0); }  80% {opacity:1;-webkit-transform:translateY(0);transform:translateY(0); }  90% {opacity:.5; }  100% {opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%); } }@-moz-keyframes ball-fall {  0% {opacity:0;-moz-transform:translateY(-145%);transform:translateY(-145%); }  10% {opacity:.5; }  20% {opacity:1;-moz-transform:translateY(0);transform:translateY(0); }  80% {opacity:1;-moz-transform:translateY(0);transform:translateY(0); }  90% {opacity:.5; }  100% {opacity:0;-moz-transform:translateY(145%);transform:translateY(145%); } }@-o-keyframes ball-fall {  0% {opacity:0;-o-transform:translateY(-145%);transform:translateY(-145%); }  10% {opacity:.5; }  20% {opacity:1;-o-transform:translateY(0);transform:translateY(0); }  80% {opacity:1;-o-transform:translateY(0);transform:translateY(0); }  90% {opacity:.5; }  100% {opacity:0;-o-transform:translateY(145%);transform:translateY(145%); } }@keyframes ball-fall {  0% {opacity:0;-webkit-transform:translateY(-145%);-moz-transform:translateY(-145%);-o-transform:translateY(-145%);transform:translateY(-145%); }  10% {opacity:.5; }  20% {opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0); }  80% {opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0); }  90% {opacity:.5; }  100% {opacity:0;-webkit-transform:translateY(145%);-moz-transform:translateY(145%);-o-transform:translateY(145%);transform:translateY(145%); } }