/* 
  Theme Name: Baritop Theme
  Description: Win theme Child is a child theme of Hello Elementor, created by Elementor team
  Author: Amit Levi
  Author URI: https://netal.co.il/
  Template: hello-elementor
  Version: 1.0.1
  */

/*
      Add your custom styles here
  */

:root {
  --primary_font: "Arimo", sans-serif;
  --primary-color: #00b99b;
  --gold-color: #c29d50;
}

html {
  overflow-x: hidden;
  font-size: 110%;
}

@media (max-width: 760px) {
  html {
    font-size: 95%;
  }
}

@media (min-width: 1800px) {
  html {
    font-size: 115%;
  }
}

body,
li,
a {
  font-family: var(--primary_font);
  font-display: swap;
}

.color-white {
  color: #fff;
}

.color-white a{
  color:#fff;
}

p {
  margin-bottom: 0;
}

.container {
  max-width: 1100px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 20px;
}

.container-footer {
  max-width: 1100px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0px 20px;
}

.elementor-container {
  max-width: 1100px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 20px;
}

@media (max-width: 760px) {
  .elementor-container {
    width: 98%;
    padding: 0;
  }
}

@media (max-width: 760px) {
  .hide-in-mobile {
    display: none;
  }
  .break-in-mobile {
    display: block;
  }
}

.seperator {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  background-color: #fff;
}

.info-box {
  font-size: 0.7rem;
  line-height: 1.2;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}

.info-box-no-icon {
  padding: 15px 20px;
}

.info-box__icon {
  position: absolute;
}

.info-box__icon img {
  width: 90%;
  margin: auto;
  display: block;
}

.info-box__title {
  font-size: 0.9rem;
  color: var(--primary-color);
}

.info-box__content {
  padding-right: 30px;
}

.info-box-no-icon .info-box__content {
  padding-right: 0;
}

.container-banner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 20px;
}

.primary-btn {
  min-width: 190px;
  width: fit-content;
  background: var(--primary-color);

  color: #fff;
  border: none;
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: block;
  margin: 50px auto;
  text-align: center;
}

.primary-btn:hover {
  color: #fff;
  background: rgb(91, 90, 57);
  background: linear-gradient(
    90deg,
    rgba(91, 90, 57, 1) 0%,
    rgba(161, 160, 127, 1) 100%
  );
}

.primary-circle-button {
  padding: 3px 40px;
  background-color: var(--gold-color);
  border-radius: 20px;
  border: 1px solid #fff;
  width: fit-content;
  cursor:pointer;
}
.primary-circle-button:hover {
  background-color: #fff;
  border: 1px solid #c29d50;
  color: #c29d50;
}

.primary-circle-button:hover a{
  color:  #c29d50 !important;
}

.primary-circle-button:hover span {
  color: #c29d50;
}

.primary-circle-button span {
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.58px;
  text-align: center;
  color: #fff;
}

.elementor-widget-button .elementor-button-link {
  width: 200px;
  font-size: 0.8rem;
  background: var(--primary-color) !important;

  transition: 1s all;
}

@media (max-width: 760px) {
  .elementor-widget-button .elementor-button-link {
    width: 70%;
  }
}

.elementor-button-link:hover {
  background: rgb(91, 90, 57);
  background: linear-gradient(
    90deg,
    rgba(91, 90, 57, 1) 0%,
    rgba(161, 160, 127, 1) 100%
  );
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 1000px;
  }
}

/* HEADER */

.site-header {
  height: 60px;
  background-color: var(--gold-color);
}

.site-header.fix-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.site-branding {
  width: 14%;
  margin-left: 30px;
}

@media (max-width: 760px) {
  .site-header .site-branding {
    margin-left: 20px;
    width: 30%;
  }
  #site-footer .site-branding {
    width: 60%;
    margin: 0;
  }
}

.site-header .site-branding img {
  width: 100%;
}

.nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height: 100%;
}

.nav-flex a {
  color: #fff;
}

.mobile-navigation {
  display: none;
  position: relative;
  top: 3px;
  width: 8%;
}

.mobile-navigation__menu {
  position: fixed;
  margin-top: 20px;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  color: #000;
  height: 100%;
  background: white;
  z-index: 9;
}
.mobile-navigation__menu.mobile-navigation__menu--open {
  display: block;
  animation: fadeIn 0.3s forwards;
}

.hamburger__line--2.hide {
  display: none;
}

.hamburger__line--1.hamburger__line-animate-1 {
  transform: rotate(45deg);
  position: relative;
  top: 4px;
}

.hamburger__line--3.hamburger__line-animate-3 {
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mobile-navigation__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: scroll;
  height: 90vh;
}

.mobile-navigation__menu ul::-webkit-scrollbar {
  display: none;
}

.mobile-navigation__menu ul li {
  font-size: 1.2rem;
  margin: 10px 0;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
}

.mobile-navigation__menu ul li a {
  font-size: 1.2rem;
}

.mobile-navigation a {
  color: #000;
}

.mobile-navigation .hamburger__line {
  height: 4px;
  background: #fff;
  width: 100%;
  display: block;
  margin-bottom: 3px;
}

.mobile-navigation__menu {
  display: none;
}

@media (max-width: 860px) {
  .mobile-navigation {
    display: block;
  }
}

.nav-flex .store-information {
  display: flex;
  font-family: Arimo;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.12;
  letter-spacing: 0.1px;
  text-align: right;
  color: #fff;
  width: 70%;
  justify-content: space-between;
}

@media (max-width: 760px) {
  .nav-flex .store-information {
    display: none;
    width: 28%;
    font-size: 12px;
    justify-content: center;
  }
}

.nav-flex .cart {
  position: relative;
  width: 11%;
}

@media (max-width: 760px) {
  .nav-flex .cart {
    width: 16%;
    right: 10px;
  }
}

.nav-flex .cart img {
  width: 24%;
  display: block;
  margin: auto;
}

@media (max-width: 760px) {
  .nav-flex .cart img {
    width: 40%;
  }
}

.nav-flex .cart:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 10px;
}

@media (max-width: 760px) {
  .nav-flex .cart:before {
    top: -2px;
    left: 5px;
  }
}

.nav-flex .social {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 15%;
}

@media (max-width: 760px) {
  .nav-flex .social {
    width: 30%;
  }

  .nav-flex .social__item {
    margin: 2px;
  }
}

.nav-flex .social img {
  position: relative;
  top: 2px;
  width: 100%;
  margin: auto;
  display: block;
}

@media (max-width: 760px) {
  .nav-flex .social img {
    width: 100%;
    padding-right: 2px;
  }
}

.page-header {
  height: 75vh;
}

@media (max-width: 760px) {
  .page-header {
    height: 85vh;
  }
}

.main-banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 760px) {
  .single .main-banner,
  .page .main-banner {
    height: 85vh !important;
    background-position: center center !important;
  }
  .home .main-banner {
    height: 85vh !important;
    background-position: center center !important;
  }
}

.main-banner .overlay {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  background-color: transparent;
  background-image: radial-gradient(at center center, #000000 0%, #000000 100%);
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background: radial-gradient(
    circle,
    rgb(0 0 0 / 30%) 0%,
    rgb(0 0 0 / 92%) 52%
  ) !important;
}

@media (max-width: 760px) {
  .main-banner .overlay {
    display: none;
    background: radial-gradient(
      circle,
      rgb(0 0 0 / 78%) 0%,
      rgb(0 0 0 / 68%) 52%
    ) !important;
  }
}

.inner-page .main-banner .overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background: radial-gradient(
    circle,
    rgb(0 0 0 / 65%) 0%,
    rgb(0 0 0 / 92%) 52%
  ) !important;
}

.banner-content {
  position: absolute;
  width: 500px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

@media (max-width: 760px) {
  .banner-content {
    width: 90%;
    align-items: baseline;
    top: 30px;
  }
}

.fade-in-object {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 760px) {
  .banner-content img {
    width: 80%;
  }
}

.banner-text h4 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 100;
}

.sp-text-banner {
  background: #f1f1f1a3;
  margin: 10px;
  color: black;
  padding: 5px 8px;
  font-size: 0.8rem;
  width: fit-content;
  margin: 10px auto;
}

/* What inside */

.what-inside-table {
  border: 1px solid #fff;
  padding: 0;
  color: #fff;
}

.what-inside-table__title {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
}

@media (max-width: 760px) {
  .what-inside-table__title {
    font-size: 1.4rem;
  }
}

.what-inside-table__row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 760px) {
  .what-inside-table__row {
    flex-wrap: wrap;
  }
}

.what-inside-table__col {
  padding: 30px 20px;
  width: 25%;
  border-left: 1px solid #fff;
}

@media (max-width: 760px) {
  .what-inside-table__col {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 760px) {
  .what-inside-table__col ul {
    padding: 0 20px;
  }
}

.what-inside-table__col ul li {
  padding-bottom: 10px;
  font-size: 1rem;
}

/* info-x-1 */
.info-x-1 ul {
  padding: 0 20px;
}

@media (max-width: 760px) {
  .info-x-1 ul {
    padding: 0 15px;
  }
}

.info-x-1 ul li {
  padding: 8px 0;
}

@media (max-width: 760px) {
  .info-x-1 ul li {
    padding: 2px 0;
  }
}

.info-x-1__textbox {
  background: #f8f8f8;
  padding: 25px 22px;
}

/* FOOTER */
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
  max-width: unset;
}

#site-footer {
  background-color: var(--primary-color);
}

@media (max-width: 760px) {
  #site-footer .nav-flex {
    flex-direction: column;
  }

  #site-footer .nav-flex .store-information {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #site-footer .nav-flex .store-information .store-information__item {
    margin: 0;
    font-size: 1rem;
  }

  #site-footer .nav-flex .store-information {
    flex-direction: column;
    text-align: center;
  }
  #site-footer
    .nav-flex
    .store-information
    .store-information__item.hide-in-mobile {
    display: block;
  }

  #site-footer .nav-flex .social {
    width: 40%;
    margin: 10px 0;
  }
}

.site-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-flex {
  padding: 50px 20px 30px 20px;
}

.footer-flex .social img {
  top: 0;
  width: 100%;
}

.site-credites {
  text-align: center;
  font-size: 0.8rem;
  padding: 0 50px;
  color: #fff;
}

@media (max-width: 760px) {
  .site-credites {
    margin-bottom: 10px;
    font-size: 0.9rem;
    padding: 0;
  }
}

/* Main contact form */

.main-form {
  background-color: var(--gold-color);
  border-radius: 6px;
  padding: 30px 0;
}

.form-wrap {
  width: 95%;
  margin: auto;
}
.main-form__title {
  text-align: center;
  font-size: 1rem;
  padding: 0 50px;
  color: #fff;
}

@media (max-width: 760px) {
  .main-form__title {
    padding: 0;
  }
}

.form-wrap p {
  display: flex;
  padding: 30px 50px 10px 50px;
}

@media (max-width: 760px) {
  .form-wrap p {
    flex-direction: column;

    padding: 10px 10px 10px 10px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 28%;
  margin-left: 20px;
}

@media (max-width: 760px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}

.wpcf7-form-control {
  width: 20%;
}

.main-form input {
  padding: 5px 20px;
  text-align: right;
  border: 0;
  border-radius: 0;
  font-size: 0.9rem;
}

@media (max-width: 760px) {
  .main-form input {
    padding: 8px 20px;
  }
}

.main-form input[type="submit"] {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}

@media (max-width: 760px) {
  .main-form input[type="submit"] {
    width: 100%;
    font-size: 1rem;
  }
}

.main-form__note {
  display: block;
  color: #fff;
  font-size: 0.7rem;
  width: 95%;
  margin: auto;
  padding: 0px 50px;
}

@media (max-width: 760px) {
  .main-form__note {
    padding: 0px 15px;
  }
}

@media (min-width: 1800px) {
  .elementor-9
    .elementor-element.elementor-element-99e4659
    > .elementor-container {
    max-width: 900px;
  }
}

/* info-x-2 */

.info-x-2 .elementor-widget:not(:last-child) {
  margin-bottom: 15px;
}

/* Cup image */
.cup-image {
  position: absolute;
  bottom: -35px;
  left: -100px;
  text-align: left;
}

@media (max-width: 760px) {
  .cup-image {
    left: 0px;
  }
}

.delivery-icon {
  width: 6%;
  position: relative;
  top: 8px;
  margin-left: 15px;
  display: block;
  margin: 15px auto;
}

@media (max-width: 760px) {
  .delivery-icon {
    width: 15%;
  }
}

.float-icons {
  position: fixed;
  display: flex;
  width: 5%;
  bottom: 60px;
  flex-direction: column;
  left: 5px;
  z-index: 99999999;
}

.float-icons a {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.float-icons a img {
  width: 60%;
}

@media (max-width: 760px) {
  .float-icons {
    width: 25%;
    bottom: 80px;
  }
  .float-icons a {
    margin-bottom: 5px;
  }
  .float-icons a img {
    width: 50%;
  }
}

#product-information-popup {
  display: none;
  position: fixed;
  top: 0%;
  height: 800px;
  overflow-y: scroll;
  z-index: 999;
  right: 0;
  left: 0;
  background: #000000ce;
  height: 100%;
}

#sitelinx-toggle-toolbar {
  display: none !important;
}

/* side Cart */

.xoo-wsc-body {
  padding: 0 20px;
}

.xoo-wsc-product {
  padding: 20px 0;
}

.xoo-wsc-product dl.variation dd,
.xoo-wsc-product dl.variation dt {
  float: right;
}

.xoo-wsc-product dl.variation dt {
  width: fit-content;
}

.xoo-wsc-product {
  border-bottom: 2px dotted var(--primary-color);
}

.xoo-wsc-product:last-child {
  border: 0;
  border-bottom: 1px solid #00b99b47;
}

.xoo-wsch-top {
  justify-content: revert;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.xoo-wsc-sm-left > *:not(:last-child) {
  padding-bottom: 4px;
  padding-left: 0px;
}

.woocommerce-Price-amount bdi {
  direction: rtl;
}

span.xoo-wsc-ft-amt-label {
  font-size: 0.8rem;
}

.xoo-wsc-img-col {
  padding: 10px;
}

.xoo-wsc-qty-price {
  direction: rtl;
  text-align: right;
  font-weight: 500;
}

span.xoo-wsc-smr-del {
  position: relative;
  top: -5px;
}

.xoo-wsc-qty-price .woocommerce-Price-currencySymbol {
  float: left;
}

.xoo-wsc-sm-right {
  justify-content: end;
  padding-left: 0;
}

.xoo-wsc-ft-totals {
  border-bottom: 1px solid #00b99b47;
  padding: 10px 0 18px 0;
  color: var(--primary-color);
}

.xoo-wsc-ft-totals .woocommerce-Price-amount bdi {
  font-size: 1rem;
  margin-right: 30px;
}

.xoo-wsc-ft-amt {
  margin: 0;
}

.xoo-wsc-ft-buttons-cont {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.xoo-wsc-ft-buttons-cont a {
  width: 48%;
  color: #fff;
  font-size: 0.8rem;
  padding: 10px 0;
}

.xoo-wsc-ft-btn-continue {
  background-color: var(--gold-color);
}

.xoo-wsc-ft-btn-checkout {
  background-color: var(--primary-color);
}

.xoo-wsc-basket {
  bottom: 100px;
  right: 15px;
}

.xoo-wsc-products .variation {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px !important;
}

.xoo-wsc-products .variation td {
  width: 30% !important;
}

.xoo-wsc-products .variation dd {
  width: fit-content;
  font-style: normal !important;
}

.xoo-wsc-product dl.variation,
.xoo-wsc-product dl.variation p {
  margin: 0;
  font-size: 11px;
}

.cart-contents {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 5px;
  font-size: 0.9rem;
}

@media (max-width: 760px) {
  .cart-contents {
    top: 5px;
  }
}

.woocommerce-form-coupon-toggle {
}

.aff-wrap h3 {
  font-size: 20px;
}

.aff-wrap th {
  text-align: right;
}

.pure-button {
  border: 1px solid #00b99b;
  color: #00b99b;
}

.pure-button:hover {
  background-color: #fff;
  color: #00b99b;
}

.wpam-login-form #loginform .input {
  margin: 5px 0 20px 0;
}

.xoo-wsc-container {
  z-index: 999999999999999;
}

/* Blog and post */
.single-post .page-header {
  height: unset;
}

.single-post .entry-title {
  font-size: 1.2rem;
}

.single-post .site-main {
  margin: 30px 0;
}

.d-flex.list-posts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.list-posts .post-info {
  width: 30%;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 760px) {
  .list-posts .post-info {
    width: 100%;
  }
}
.list-posts .post-info .image {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.list-posts .post-info:hover img {
  transform: scale(1.3) rotate(5deg);
  transition: 0.5s ease-in-out;
}
.list-posts .post-info h2 {
  font-size: 1rem;
  color: #000;
}

.list-posts .post-info a {
  color: #000;
}

.list-posts .post-info .excerpt {
  font-size: 0.8rem;
  line-height: 1.3;
}

.list-posts a.read-more {
  color: var(--primary-color);
}

.regular-header {
  margin: 30px 0;
  text-align: center;
}

@media (max-width: 760px) {
  .regular-header {
    margin: 20px 0;
    text-align: center;
  }
}

.regular-header h1 {
  font-size: 1.5rem;
}

.nts-post-thumbnail {
  margin-bottom: 20px;
}

.nts-post-thumbnail img {
  object-position: bottom;
  max-width: 1000px !important;
  margin: auto;
  display: block;
}

.woocommerce-page.woocommerce-order-received .entry-title {
  display: none;
}

p.woocommerce-thankyou-order-received {
  text-align: center;
  margin: 20px 0 50px 0;
  font-size: 1.5rem;
  color: #000;
}

.woocommerce-thanks-shipping-massage {
  text-align: center;
  color: #000;
  border: 1px dashed #00b99b;
  padding: 10px;
  font-weight: bold;
}

/* NTS POPUP MASTER */
/* Popup master */
.nts-pm {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 520px;
  max-width: 520px;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 0px;
  /* make cool box shadow */
  z-index: 999999999;
  justify-content: center;
  align-items: center;
}

.nts-pm .nts-pm__close {
  background-color: var(--primary-color);
  color: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 0px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  line-height: 1.1;
}

@media (max-width: 760px) {
  .nts-pm .nts-pm__close {
    right: 10px;
  }
  .nts-pm {
    width: 100%;
    left: 0;
    bottom: unset;
    top: 0;
  }
}

.nts-pm.nts-pm-active {
  display: block;
  box-shadow: 1px 3px 5px black;
}

.nts-pm__layout-1 {
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(
    90deg,
    rgba(0, 185, 155, 1) 0%,
    rgb(8 207 174 / 94%) 70%,
    rgb(0 185 155 / 80%) 87%
  );
}

.nts-pm__layout-1 .nts-pm__col {
  width: 100%;
  margin: 10px;
}

.nts-pm .nts-pm__col-background {
  background-size: cover;
  height: 100%;
  background-position: center center;
}

.nts-pm-overlay {
  background-color: #00000033;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.nts-pm__header img {
  width: 25%;
  margin: 15px auto 5px auto;
  display: block;
}

.nts-pm__header p {
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
}

.nts-pm__content {
  padding: 0 50px;
  margin-top: 0px;
}

@media (max-width: 760px) {
  .nts-pm__content {
    padding: 0 20px;
  }
}

.nts-pm__content a {
  color: #fff;
}

.nts-pm__content p {
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
}

.nts-pm-form {
  margin-top: 25px;
}

.nts-pm-form p {
  display: block;
  width: 70%;
  margin: auto;
}

@media (max-width: 860px) {
  .nts-pm-form p {
    width: 85%;
  }
}

.nts-pm-form .term-and-policy {
  font-size: 0.7rem;
  width: 100%;
}

.nts-pm-form p input {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  border-radius: 0;
  margin-bottom: 5px;
}

.nts-pm-form p input[type="submit"] {
  background-color: var(--primary-color);
}

.nts-pm-form .nts-validation-alert {
  margin: 0;
  width: 100%;
  font-size: 0.9rem;
  display: none;
}

.nts-pm-form .nts-validation-alert.nts-validation-alert-active {
  display: block;
  font-weight: bold;
}

.nts-pm-form .nts-validation-alert p {
  font-size: 0.9rem;
  margin: 0;
  width: 100%;
}

.nts-pm-form img {
  width: 10%;
  margin: 20px auto;
  display: block;
}

@media (max-width: 860px) {
  .elementor-popup-modal
    .products-list__item__add-to-cart
    .primary-circle-button {
    width: 100%;
  }

  .elementor-2105 .elementor-element.elementor-element-2403c9a6 {
    padding: 0%;
  }

  .elementor-popup-modal .product-variation__item {
    font-size: 1rem;
    text-align: right;
  }

  .elementor-popup-modal .product-variation__item span {
    width: 110px;
  }

  .elementor-popup-modal .product-variation {
    width: 90%;
    margin: auto;
  }

  .elementor-popup-modal .dialog-message {
    max-height: unset;
  }

  #elementor-popup-modal-2105 .dialog-message {
    height: auto;
    overflow: scroll;
  }

  .elementor-element-2403c9a6 {
    overflow: scroll;
    height: 400px;
  }
}

.dialog-type-lightbox {
  z-index: 99999999999;
}

.dialog-type-lightbox .dialog-widget-content {
  padding-bottom: 0px;
}

/* Video blog */

.post-type-archive-videos .page-header {
  display: none;
}

.videos-container {
  display: flex;
  justify-content: flex-start;
  margin: 50px 0;
  flex-wrap: wrap;
}

.videos-container .video {
  width: 32%;
  margin-bottom: 30px;
  margin: 0 5px;
}

@media (max-width: 860px) {
  .videos-container .video {
    width: 100%;
    margin-bottom: 30px;
  }
}

.video iframe {
  width: 100%;
  height: 400px;
}

.video .video-title {
  width: 100%;
  text-align: center;
  height: 45px;
  display: flex;
  background: rgb(22, 236, 201);
  background: linear-gradient(
    90deg,
    rgba(22, 236, 201, 1) 0%,
    rgba(0, 185, 155, 1) 48%,
    rgba(22, 236, 201, 1) 98%
  );

  align-items: center;
  justify-content: center;
}

.video .video-title h2 {
  font-size: 0.7rem;
  line-height: 1;
  margin: 0;
  padding: 0 50px;
}

.store-information .sub-menu {
  display: none;
  position: absolute;
  background: #c29d50;
  width: 150px;
  z-index: 999;
  padding: 2px 0px;
  text-align: center;
  box-shadow: 1px 1px 5px #656565;
}

.store-information .sub-menu div {
  padding: 5px 10px;
  border-bottom: 1px solid rgb(128, 128, 128);
  cursor: pointer;
}

.store-information .sub-menu div:hover {
  background: #0dba9e;
}

.store-information .sub-menu div:last-child {
  border-bottom: 0;
}

.item-drop {
  position: relative;
}

.item-drop:hover .sub-menu {
  display: block;
}

.main-popup .elementor-container {
  padding: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  display: none;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 30px;
}

.xoo-aff-group label {
  margin-bottom: 0 !important;
}

.xoo-el-lostpw-tgr {
  margin-right: 10px !important;
}

.xoo-el-form-txt {
  margin-bottom: 10px;
  display: block;
  text-align: right;
}

.xoo_aff_date_opp_cont {
  display: none;
}


.xoo-aff-radio{
display:flex;
}


.xoo-aff-radio label{
display:flex;
margin-left: 20px;
}


.xoo-aff-group label.xoo-aff-label {
  margin-bottom: 10px !important;
}



.woocommerce-MyAccount-navigation {
  margin-bottom: 25px;
}

.popup-premier .elementor-container{
padding:0;
}



#cream-popupOverlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5); /* Semi-transparent black */
  z-index: 999; /* Ensure this is below your popup but above other content */
}

#cream-customPopup{
  position: fixed;
  z-index: 1000; /* Ensure this is above the overlay */
  width: 500px;
  height: auto;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cream-customPopup img{
display:block;
}

#cream-closePopup{
position:absolute;
top:5px;
right:5px;
cursor:pointer;
}

@media (max-width: 860px) {
#cream-customPopup{
  width: 90%;
  height: auto;
}
}



.xoo-aff-radio input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #00b696;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.10em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

.xoo-aff-radio input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.xoo-aff-radio input[type="radio"]:checked::before {
  transform: scale(0.8);
}



.footer-button {
    position: fixed;
     left: 8px;
    bottom: 270px;
    width: 70px;
    height: 70px;
    background-image: url(https://baritop.co.il/wp-content/uploads/2023/01/bot120.jpg);
    background-size: 70px;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.close-button {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#customFooterButton {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000; /* Ensure it's above other content */
}

.sign-up-trigger-content {
    position: fixed;
    width: 0;
    height: 0;
    left: 60px; /* Adjust based on the exact positioning you need */
    top: 50%;
    transform: translate(-50%, -50%);
}