#customMinicartContainer,
#ajaxPopupContainer {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 99999;
}

#ajaxPopupContainer.popup-container-visible {
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#ajaxPopupContainer .popup-wrapper {
  position: relative;
  margin: 0 auto;
  width: 353px;
  height: 283px;
  margin-top: 200px !important;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popup-container-title {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.popup-container-title h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

#ajaxPopupContainer .popup-close {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 12px;
  height: 12px;
  background: url("../images/icon-close-popup.png") no-repeat center;
  cursor: pointer;
}
#ajaxPopupContainer .popup-wrapper .popup-content {
  margin: 20px auto;
  text-align: center;
  max-width: 76%;
}

#ajaxPopupContainer .popup-wrapper.popup-choose-city {
  width: 492px;
  height: 393px;
  box-sizing: border-box;
}
#ajaxPopupContainer .popup-wrapper.popup-choose-city .popup-container {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 64.85px;
  /*width: 238px;*/
}

.kosher-order-button {
  font-family: "Almoni", sans-serif !important;
}

.popup-kosher-wrapper .popup-container-title,
#ajaxPopupContainer .popup-wrapper.popup-kosher-wrapper .popup-content,
.popup-kosher-wrapper #kosher-order-buttons,
.popup-login-incart-wrapper .popup-container-title {
  margin: 20px auto;
  max-width: 70%;
  text-align: center;
  margin-bottom: 0;
}

/* .popup-kosher-wrapper {
  width: 500px !important;
  height: 500px !important;
} */
.popup-kosher-wrapper .popup-container-title h1 {
  line-height: 25px;
  font-size: 18px !important;
  max-width: 225px;
}

.popup-kosher-wrapper .popup-content {
  font-size: 14px !important;
}

.popup-kosher-wrapper #ajaxPopupContainer .popup-wrapper .popup-content {
  color: red !important;
}

.popup-kosher-wrapper #kosher-order-buttons {
  margin: 0 auto;
  /* width: 55%; */
  padding: 5px;
  border: 1px solid #848484;
}
.popup-kosher-wrapper #kosher-order-buttons .kosher-order-button {
  width: 114px;
  height: 36px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
  border: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup-kosher-wrapper #kosher-order-buttons .kosher-order-button.active {
  color: #fff;
  background-color: #000;
}

.popup-login-incart-wrapper .popup-content .arcaffe-button {
  margin: 10px auto;
}

#customMinicartContainer {
  top: 119px;
  max-width: 463px;
  height: 100%;
  background: transparent;
  /*transition: all 1s;*/
}

body.logged-in.admin-bar #customMinicartContainer {
  top: 151px !important;
}

#customMinicartContainer.popup-minicart-loading {
  left: -463px;
  opacity: 0.5;
}
#customMinicartContainer.popup-minicart-visible {
  left: 0;
  opacity: 1;
  height: fit-content;
  width: 100%;
}
#customMinicartContainer .popup-minicart-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  min-width: 463px;
  max-width: 463px;
  max-height: calc(100dvh - 120px);
  border: 1px solid #adadad;
}

body.popup-minicart-visible-icon #minicartOpenIcon::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fff;
  top: 40px;
  left: 20.5%;
  border-top: 1px solid #adadad;
  border-left: 1px solid #adadad;
  transform: rotate(45deg);
}

@media (max-width: 463px) {
  #customMinicartContainer .popup-minicart-wrapper {
    min-width: 100%;
    max-width: 100%;
    box-shadow: none;
  }

  #customMinicartContainer {
    max-width: 100%;
  }
}

#customMinicartContainer .minicart-close {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 12px;
  height: 12px;
  background: url("../images/icon-close-popup.png") no-repeat center;
  cursor: pointer;
}
#customMinicartContainer .minicart-header {
  display: flex;
  padding: 60px 25px 0 25px;
  min-height: 40px;
}

#customMinicartContainer .minicart-header h2 {
  flex-basis: 40%;
}
#customMinicartContainer .minicart-header .cart-freeshipping-left {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  padding-top: 2px;
}
#customMinicartContainer
  .minicart-header
  .cart-freeshipping-left
  .freeshipping-bar {
  justify-self: left;
  display: block;
  min-width: 240px;
  height: 11px;
  border: 1px #000 solid;
  border-radius: 8px;
  min-height: 12.83px;
  max-height: 12.83px;
  box-sizing: border-box;
  overflow: hidden;
}
#customMinicartContainer
  .minicart-header
  .cart-freeshipping-left
  .freeshipping-bar
  .freeshipping-percent {
  display: block;
  float: left;
  height: 100%;
  background: #f2f2f2;
  border-radius: 8px;
}
#customMinicartContainer
  .minicart-header
  .cart-freeshipping-left
  .freeshipping-info
  .freeshipping-success {
  justify-self: left;
  font-size: 14px;
  line-height: 17px;
  color: #060706;
}

#customMinicartContainer .minicart-content ul.cart_list {
  padding: 0;
  margin: 0;
  list-style: none outside;
}
#customMinicartContainer .minicart-content ul.cart_list li {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#customMinicartContainer .minicart-content ul.cart_list li:nth-child(1) {
  border-top: none;
  padding-top: 0 !important;
}

#customMinicartContainer .minicart-content ul.cart_list li .minicart-thumbnail {
  flex-basis: 25%;
}
#customMinicartContainer
  .minicart-content
  ul.cart_list
  li
  .minicart-thumbnail
  img {
  width: 108px;
  min-width: 108px;
  height: 118px;
}
#customMinicartContainer .minicart-content ul.cart_list li .minicart-name {
  flex-basis: 50%;
}
#customMinicartContainer .minicart-content ul.cart_list li .minicart-subtotal {
  flex-basis: 25%;
  text-align: left;
}
#customMinicartContainer .minicart-content ul.cart_list li .stock-missing span {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  padding-right: 10px;
  border: 2px solid #ff0000;
  height: 48px;
  font-size: 18px;
  line-height: 19px;
}

#customMinicartContainer .minicart-content p.woocommerce-mini-cart__shipping,
#customMinicartContainer .minicart-content p.woocommerce-mini-cart__coupon,
#customMinicartContainer .minicart-content p.woocommerce-mini-cart__total,
#customMinicartContainer .minicart-content p.woocommerce-mini-cart__buttons {
  padding: 10px 25px;
  background: #f2f2f2;
}
@media (max-width: 550px) {
  #ajaxPopupContainer .popup-wrapper.popup-choose-city {
    width: 386px;
    height: 348px;
  }

  #ajaxPopupContainer .popup-wrapper {
    margin-top: 140px !important;
  }

  #customMinicartContainer
    .minicart-content
    ul.cart_list
    li
    .stock-missing
    span {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  #ajaxPopupContainer .popup-wrapper.popup-choose-city {
    width: 350px;
    height: 348px;
  }
}

#customAccountContainer {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

#customAccountContainer.popup-account-visible {
  margin: 0 auto;
  margin-top: 203px;
  width: 450px;
  opacity: 1;
  z-index: 9999;
  opacity: 1;
  background: #fff;
  min-height: 356px;
  padding: 46.19px 93px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.popup-access-account-wrapper {
  width: 100%;
}

#customAccountContainer.popup-account-visible .accoutButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  color: #fff;
  background: #000;
  font-size: 18px;
  line-height: normal;
  font-weight: 900;
  width: 100%;
  max-width: 276.75px;
  font-family: "Almoni", sans-serif;
  margin-top: 50px;
  border: none;
}

#customAccountContainer.popup-account-visible #step1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#customAccountContainer.popup-account-visible h2 {
  font-size: 22px;
  font-weight: 900;
  color: #060706;
  line-height: normal;
}

#customAccountContainer.popup-account-visible p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  text-align: center;
}

#customAccountContainer.popup-account-visible .contentWrapper {
  width: 100%;
}

#customAccountContainer.popup-account-visible .contentWrapper .phoneContainer {
  display: flex;
  align-items: center;
  border: 0.5px solid #000000;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
}

#customAccountContainer.popup-account-visible
  .contentWrapper
  .phoneContainer
  .iso {
  border-right: 0.5px solid #000000;
  padding: 12px 15px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 18px;
  height: 100%;
}

.error-text {
  color: #cd0a3c;
}

#customAccountContainer.popup-account-visible
  .contentWrapper
  .phoneContainer
  input {
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  outline: none;
}

.wrapperPopupOverlay {
  background: rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.wrapperPopupOverlayProduct {
  background: rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

#NoProductContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-no-product-wrapper {
  width: 353px;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 25.95px 45px 23.17px 45px;
  box-sizing: border-box;
}

.popup-no-product-wrapper img {
  width: 90px;
  height: 117px;
  object-fit: cover;
}

.popup-no-product-wrapper p {
  color: #060706;
  font-size: 18px;
  font-family: "Almoni", sans-serif;
  text-align: center;
  font-weight: bold;
}

.popup-no-product-wrapper .noProduct-close {
  width: 100%;
  border: 0.5px solid #000000;
  padding: 15px;
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  font-family: "Almoni", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  #NoProductContainer {
    height: auto;
    top: 169px;
  }
}

.wrapperPopupOverlay::-webkit-scrollbar {
  display: none;
}

.overlay-visible {
  display: block !important;
}

@media (max-width: 450px) {
  #customAccountContainer.popup-account-visible {
    margin: 0 auto;
    margin-top: 135px !important;
    max-width: 100%;
    width: calc(100% - 30px) !important;
    padding: 46.19px 68px !important;
  }
}

@media (max-width: 430px) {
  #customAccountContainer.popup-account-visible {
    padding: 53.19px 35px 20.63px 35px !important;
  }
}

#customAccountContainer .account-close {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 12px;
  height: 12px;
  background: url("../images/icon-close-popup.png") no-repeat center;
  cursor: pointer;
}

#customAccountContainer.popup-account-visible #step2 {
  padding-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#customAccountContainer.popup-account-visible #step2 h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  text-align: center;
  width: 169px;
}

#customAccountContainer.popup-account-visible #step2 .contentWrapper {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-bottom: 15px;
}

#customAccountContainer.popup-account-visible #step2 .inputContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 7px;
}

#customAccountContainer.popup-account-visible #step2 .inputContainer input {
  height: 48px;
  box-sizing: border-box;
  padding: 15px;
  outline: none;
  border: 0.5px solid #000000;
  width: 100%;
}

#customAccountContainer.popup-account-visible
  #step2
  .inputContainer
  input::placeholder {
  color: #707070;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
}
.checkout-leftside .quantity-buttons {
  background: none;
}

#customAccountContainer.popup-account-visible #step2 .checkboxContainer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 7px;
}

#customAccountContainer.popup-account-visible #step2 .checkItem {
  display: flex;
  gap: 5px;
  align-items: start;
  color: #060706;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  font-family: "Almoni", sans-serif;
}

#customAccountContainer.popup-account-visible #step2 .checkItem a {
  text-decoration: underline;
  color: #060706;
  font-size: 14px;
  font-family: "Almoni", sans-serif;
}

#customAccountContainer.popup-account-visible #step2 .checkItem input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  box-shadow: none;
  border: 0.5px solid #000000;
  margin: 0 !important;
}
#customAccountContainer .input-error {
  border: 2px solid #cd0a3c;
  background-color: rgb(255, 230, 230);
}
form#user_registration .error-message {
  color: #cd0a3c;
  font-size: 0.8em;
  margin-top: 2px;
}
#customAccountContainer.popup-account-visible #step2 .checkItem input:checked {
  background-color: transparent;
  border: 0.5px solid #000000;
}

/* .ItemCheckbox .checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 14px;
  width: 14px;
  background-color: white;
  border: 0.5px solid #000000;
  box-sizing: border-box;
}

.ItemCheckbox input:checked ~ .checkmark:after {
} */

#customAccountContainer.popup-account-visible
  #step2
  .checkItem
  input:checked::after {
  content: "✔";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  color: black;
  width: 100%;
  background: #000;
  width: 11px;
  height: 11px;
  margin: 0.8px;
}

#customAccountContainer.popup-account-visible #step3 h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  text-align: center;
}

#customAccountContainer.popup-account-visible #step3 .code-message {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  width: 100%;
  white-space: nowrap;
  margin: 0 auto;
}

.messageStep3 {
  font-size: 11px !important;
  color: #000000;
  text-align: center !important;
  font-weight: normal;
  line-height: normal;
  padding-top: 20px !important;
  display: none;
  min-width: 330px !important;
  max-width: 100% !important;
}

.code-container {
  text-align: center;
}

.code-inputs {
  display: flex;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  flex-direction: row-reverse;
}

.code-inputs input {
  max-width: 38.26px;
  max-height: 37.28px;
  width: 38.26px;
  height: 37.28px;
  height: 38.26px;
  text-align: center;
  font-size: 20px;
  border: 0.5px solid #000000;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.code-message {
  font-size: 14px;
  color: #333;
}

#step4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 11.71px;
  padding-top: 46.2px;
}

#step4 img {
  height: 27.79px;
  width: 29.14px;
  padding-bottom: 12.25px;
}

#step4 h3 {
  color: #060706;
  font-size: 18px;
  line-height: normal;
  font-weight: 900;
  padding-bottom: 8px;
}

#step4 p {
  color: #060706 !important;
  font-size: 16px !important;
  line-height: normal;
  font-weight: 400 !important;
  max-width: 100% !important;
  width: 251px !important;
}

@media (max-width: 768px) {
  /* #customMinicartContainer {
    top: 60px;
  } */

  #customMinicartContainer .popup-minicart-wrapper {
    border: 1px solid #00000029;
  }

  .minicart-content {
    height: calc(100dvh - 61px - 132px);
  }
}

#ajaxPopupContainer.popup-container-visible {
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#ajaxPopupContainer .popup-wrapper {
  position: relative;
  margin: 0 auto;
  width: 353px;
  height: 283px;
  margin-top: 200px !important;
  background: #fff;
}
.popup-container-title {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.popup-container-title h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

#ajaxPopupContainer .popup-close {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 12px;
  height: 12px;
  background: url("../images/icon-close-popup.png") no-repeat center;
  cursor: pointer;
}
#ajaxPopupContainer .popup-wrapper .popup-content {
  margin: 20px auto;
  text-align: center;
  max-width: 76%;
}

#ajaxPopupContainer .popup-wrapper.popup-choose-city {
  width: 492px;
  height: 393px;
  box-sizing: border-box;
}
#ajaxPopupContainer .popup-wrapper.popup-choose-city .popup-container {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 64.85px;
  /*width: 238px;*/
}

.kosher-order-button {
  font-family: "Almoni", sans-serif !important;
}

.popup-kosher-wrapper .popup-container-title,
#ajaxPopupContainer .popup-wrapper.popup-kosher-wrapper .popup-content,
.popup-kosher-wrapper #kosher-order-buttons,
.popup-login-incart-wrapper .popup-container-title {
  margin: 20px auto;
  max-width: 70%;
  text-align: center;
  margin-bottom: 0;
}

/* .popup-kosher-wrapper {
  width: 500px !important;
  height: 500px !important;
} */
.popup-kosher-wrapper .popup-container-title h1 {
  line-height: 25px;
  font-size: 18px !important;
  max-width: 225px;
}

.popup-kosher-wrapper .popup-content {
  font-size: 14px !important;
}

.popup-kosher-wrapper #ajaxPopupContainer .popup-wrapper .popup-content {
  color: red !important;
}

.popup-kosher-wrapper #kosher-order-buttons {
  margin: 0 auto;
  /* width: 55%; */
  padding: 5px;
  border: 1px solid #848484;
}
.popup-kosher-wrapper #kosher-order-buttons .kosher-order-button {
  width: 114px;
  height: 36px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
  border: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup-kosher-wrapper #kosher-order-buttons .kosher-order-button.active {
  color: #fff;
  background-color: #000;
}

.popup-login-incart-wrapper .popup-content .arcaffe-button {
  margin: 10px auto;
}

#customMinicartContainer {
  top: 119px;
  max-width: 463px;
  height: 100%;
  background: transparent;
  /*transition: all 1s;*/
}

body.logged-in.admin-bar #customMinicartContainer {
  top: 151px !important;
}

#customMinicartContainer.popup-minicart-loading {
  left: -463px;
  opacity: 0.5;
}
#customMinicartContainer.popup-minicart-visible {
  left: 0;
  opacity: 1;
  width: 100%;
}
#customMinicartContainer .popup-minicart-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  min-width: 463px;
  max-width: 463px;
  max-height: calc(100dvh - 120px);
}

@media (max-width: 463px) {
  #customMinicartContainer .popup-minicart-wrapper {
    min-width: 100%;
    max-width: 100%;
    box-shadow: none;
  }

  #customMinicartContainer {
    max-width: 100%;
  }
}

#customMinicartContainer .minicart-close {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 12px;
  height: 12px;
  background: url("../images/icon-close-popup.png") no-repeat center;
  cursor: pointer;
}
#customMinicartContainer .minicart-header {
  display: flex;
  padding: 60px 25px 0 25px;
  min-height: 40px;
}

#customMinicartContainer .minicart-header h2 {
  flex-basis: 40%;
}
#customMinicartContainer .minicart-header .cart-freeshipping-left {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  padding-top: 2px;
}
#customMinicartContainer
  .minicart-header
  .cart-freeshipping-left
  .freeshipping-bar {
  justify-self: left;
  display: block;
  min-width: 240px;
  height: 11px;
  border: 1px #000 solid;
  border-radius: 8px;
  min-height: 12.83px;
  max-height: 12.83px;
  box-sizing: border-box;
}
#customMinicartContainer
  .minicart-header
  .cart-freeshipping-left
  .freeshipping-bar
  .freeshipping-percent {
  display: block;
  float: left;
  height: 100%;
  background: #f2f2f2;
  border-radius: 8px;
}
#customMinicartContainer
  .minicart-header
  .cart-freeshipping-left
  .freeshipping-info {
  justify-self: left;
  font-size: 14px;
  line-height: 17px;
  color: #060706;
}
#customMinicartContainer .minicart-content ul.cart_list {
  padding: 0;
  margin: 0;
  list-style: none outside;
}
#customMinicartContainer .minicart-content ul.cart_list li {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#customMinicartContainer .minicart-content ul.cart_list li:nth-child(1) {
  border-top: none;
  padding-top: 0 !important;
}

#customMinicartContainer .minicart-content ul.cart_list li .minicart-thumbnail {
  flex-basis: 25%;
}
#customMinicartContainer
  .minicart-content
  ul.cart_list
  li
  .minicart-thumbnail
  img {
  width: 108px;
  min-width: 108px;
  height: 118px;
}
#customMinicartContainer .minicart-content ul.cart_list li .minicart-name {
  flex-basis: 50%;
}
#customMinicartContainer .minicart-content ul.cart_list li .minicart-subtotal {
  flex-basis: 25%;
  text-align: left;
}
#customMinicartContainer .minicart-content ul.cart_list li .stock-missing span {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  padding-right: 10px;
  border: 2px solid #ff0000;
  height: 48px;
  font-size: 18px;
  line-height: 19px;
}

#customMinicartContainer .minicart-content p.woocommerce-mini-cart__shipping,
#customMinicartContainer .minicart-content p.woocommerce-mini-cart__coupon,
#customMinicartContainer .minicart-content p.woocommerce-mini-cart__total,
#customMinicartContainer .minicart-content p.woocommerce-mini-cart__buttons {
  padding: 10px 25px;
  background: #f2f2f2;
}
@media (max-width: 550px) {
  #ajaxPopupContainer .popup-wrapper.popup-choose-city {
    width: 386px;
    height: 348px;
  }

  #ajaxPopupContainer .popup-wrapper {
    margin-top: 140px !important;
  }

  #customMinicartContainer
    .minicart-content
    ul.cart_list
    li
    .stock-missing
    span {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  #ajaxPopupContainer .popup-wrapper.popup-choose-city {
    width: 350px;
    height: 348px;
  }
}

#customAccountContainer {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

#customAccountContainer.popup-account-visible {
  margin: 0 auto;
  margin-top: 203px;
  width: 450px;
  opacity: 1;
  z-index: 9999;
  opacity: 1;
  background: #fff;
  min-height: 356px;
  padding: 46.19px 93px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.popup-access-account-wrapper {
  width: 100%;
}

#customAccountContainer.popup-account-visible .accoutButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  color: #fff;
  background: #000;
  font-size: 18px;
  line-height: normal;
  font-weight: 900;
  width: 100%;
  margin: 50px auto;
  border: none;
  cursor: pointer;
}
#customAccountContainer.popup-account-visible .accoutButton:disabled {
  background-color: #adadad;
  color: #fff;
  cursor: no-drop;
}

#customAccountContainer.popup-account-visible #step1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#customAccountContainer.popup-account-visible h2 {
  font-size: 22px;
  font-weight: 900;
  color: #060706;
  line-height: normal;
}

#customAccountContainer.popup-account-visible p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  text-align: center;
}

#customAccountContainer.popup-account-visible .contentWrapper {
  width: 100%;
}

#customAccountContainer.popup-account-visible .contentWrapper input {
  font-size: 18px;
  font-weight: normal;
  font-family: "Almoni", sans-serif;
}

#customAccountContainer.popup-account-visible .contentWrapper .phoneContainer {
  display: flex;
  align-items: center;
  border: 0.5px solid #000000;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
}

#customAccountContainer.popup-account-visible
  .contentWrapper
  .phoneContainer
  .iso {
  border-right: 0.5px solid #000000;
  padding: 12px 15px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 18px;
  height: 100%;
}

#customAccountContainer.popup-account-visible
  .contentWrapper
  .phoneContainer
  input {
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  outline: none;
  padding-right: 15px;
  text-align: right;
}

#customAccountContainer .account-close {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 12px;
  height: 12px;
  background: url("../images/icon-close-popup.png") no-repeat center;
  cursor: pointer;
}

#customAccountContainer.popup-account-visible #step2 {
  padding-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#customAccountContainer.popup-account-visible #step2 h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  text-align: center;
}

#customAccountContainer.popup-account-visible #step2 .contentWrapper {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-bottom: 15px;
}

#customAccountContainer.popup-account-visible #step2 .inputContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 7px;
}

#customAccountContainer.popup-account-visible #step2 .inputContainer input {
  height: 48px;
  box-sizing: border-box;
  padding: 15px;
  outline: none;
  border: 0.5px solid #000000;
  width: 100%;
}

#customAccountContainer.popup-account-visible
  #step2
  .inputContainer
  input::placeholder {
  color: #707070;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
}
.checkout-leftside .quantity-buttons {
  background: none;
}

#customAccountContainer.popup-account-visible #step2 .checkboxContainer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#customAccountContainer.popup-account-visible #step2 .checkItem {
  display: flex;
  gap: 5px;
  align-items: start;
  color: #060706;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}

#customAccountContainer.popup-account-visible #step2 .checkItem a {
  text-decoration: underline;
  color: #060706;
  font-size: 14px;
  font-family: "Almoni", sans-serif;
}

#customAccountContainer.popup-account-visible #step2 .checkItem input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  box-shadow: none;
  border: 0.5px solid #000000;
  margin: 0 !important;
}
form#user_registration .input-error {
  border: 2px solid #cd0a3c;
  background-color: rgb(255, 230, 230);
}
form#user_registration .error-message {
  color: #cd0a3c;
  font-size: 0.8em;
  margin-top: 2px;
}

.checkboxContainer .error-message {
  color: #cd0a3c;
  font-size: 0.8em;
  margin-top: 2px;
}

#customAccountContainer #ajax-answers.error {
  color: #cd0a3c;
  text-align: center;
  margin-bottom: -28px;
  margin: 15px auto;
  width: 172px;
}
#customAccountContainer.popup-account-visible #step2 .checkItem input:checked {
  background-color: transparent;
  border: 0.5px solid #000000;
}
.code-container #resend-otp-code {
  display: none;
}
.code-container a#resend-otp-code-btn {
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}

/* #customAccountContainer.popup-account-visible
  #step2
  .checkItem
  input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 4px;
  background-image: url("../images/icon_check_mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
} */

#customAccountContainer.popup-account-visible #step3 h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  text-align: center;
}

#customAccountContainer.popup-account-visible #step3 h3 .phone-container {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  direction: ltr !important;
  text-align: left !important;
  unicode-bidi: isolate !important;
}

#customAccountContainer.popup-account-visible #step3 .code-message {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  width: 100%;
  white-space: nowrap;
}

.messageStep3 {
  font-size: 11px !important;
  color: #000000;
  text-align: center !important;
  font-weight: normal;
  line-height: normal;
  padding-top: 20px !important;
  display: none;
  min-width: 330px !important;
  max-width: 100% !important;
}

.code-container {
  text-align: center;
}

/*.code-inputs {
  display: flex;
  justify-content: center;
  gap: 9px;
  padding: 15px;
}*/

.code-inputs {
  display: flex;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  position: relative;
  width: 280px;
  height: 38.26px;
  margin: 0 auto;
}

/*.code-inputs input {
  max-width: 38.26px;
  max-height: 37.28px;
  width: 38.26px;
  height: 37.28px;
  height: 38.26px;
  text-align: center;
  font-size: 20px;
  border: 0.5px solid #000000;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}*/

.code-inputs input {
  max-height: 37.28px;
  width: 280px;
  max-width: 280px;
  height: 38.26px;
  text-align: left;
  font-size: 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 35px;
  border-radius: 0;
  position: absolute;
  background: transparent;
  margin-left: 35px;
  z-index: 5;
}

.imitation-containers {
  position: absolute;
  float: left;
  z-index: 3;
  width: 280px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.imitation-containers div {
  border: 0.5px solid #000000;
  height: 37.28px;
  width: 38.26px;
}

.code-message {
  font-size: 14px;
  color: #333;
}

#step4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 11.71px;
  padding-top: 46.2px;
}

#step4 img {
  height: 27.79px;
  width: 29.14px;
  padding-bottom: 12.25px;
}

#step4 h3 {
  color: #060706;
  font-size: 18px;
  line-height: normal;
  font-weight: 900;
  padding-bottom: 8px;
}

#step4 p {
  color: #060706 !important;
  font-size: 16px !important;
  line-height: normal;
  font-weight: 400 !important;
  max-width: 100% !important;
}

.phone-container .small {
  font-size: 15px;
  font-weight: 900;
  color: #000;
}

@media (max-width: 768px) {
  /* #customMinicartContainer {
    top: 60px;
  } */

  body.popup-minicart-visible-icon #minicartOpenIcon::after {
    display: none;
  }

  .minicart-content {
    height: calc(100dvh - 61px - 132px);
  }
}

.phoneRegistration {
  text-align: end;
}
