#billing_country_field {
  display: none;
}

.btn-go-shop {
  padding: 16px 10px !important;
}

.style-2 > .success-message-container button {
  width: 80% !important;
  margin-top: 12px;
  padding: 8.5px 0;
  min-width: unset !important;
}

#header .logo {
  min-width: auto !important;
}

.custom-calc {
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #EFF1F5;
  max-width: 55vw;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.custom-calc h3 {
  text-align: center;
  color: #14224F;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.7rem;
}

.custom-calc .top-text {
  text-align: center;
  margin-bottom: 20px;
}

.custom-calc-item {
  margin-bottom: 15px;
}

.custom-calc-item label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.custom-calc-item input,
.custom-calc-item select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

.custom-calc-form button {
  width: 100%;
  padding: 12px;
  background-color: #14224F;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-calc-form button:hover {
  background-color: #0e1a3d;
}

#custom-calc-result {
  display: none;
  margin-top: 20px;
  padding: 15px;
  background-color: #e7ecf5;
  border-left: 5px solid #14224F;
  border-radius: 0px 8px 8px 0px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .custom-calc {
    padding: 15px;
    max-width: 100%;
  }
  .custom-calc-form button {
    font-size: 14px;
  }
}

.page-wrapper .porto-gb-85b20b73f47011437e1a8c5431b4e102 {
    display: none !important;
}

a[href^="tel"] {
  color: inherit !important;
  text-decoration: none;
}

.accordion-menu ul.sub-menu>li, .accordion-menu>li {
    cursor: pointer;
}

.show-password-input {
    background-color: unset !important;
}

.page-wrapper .porto-gb-d9a8cca54f549e400320f8e80e365d25 {
    position: absolute;
    left: unset!important;
    top: unset!important;
    bottom: 0 !important;
    width: 100% !important;
    transform: unset!important;
}


@media (max-width: 768px) {
    .porto-tb-item .yith-wcwl-add-to-wishlist {
        display: none !important;
    }
}
@media (min-width: 768px) {
    html {
        zoom: 85%;
    }
}
