.popup-row .popup-image {
  border: 1px solid #ccc;
  border-radius: 15px;
}

.popup-row .vc_row.vc_inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.box-header {
  background-color: #7a121d;
  padding: 5px 15px;
}

.box-text {
  padding: 5px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-contact-button .vc_general.vc_btn3 {
  font-weight: 700;
  font-size: 20px;
  background-image: linear-gradient(to right, #7feb86, #41d12e);
  border: none;
  color: white !important;
  border-radius: 10px;
  padding: 12px 20px 7px;
  position: relative;
  isolation: isolate;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.product-detail-row {
  background-color: #333;
  border-radius: 15px;
  padding-top: 35px;
  margin-left: 0;
  margin-right: 0;
}

.popup-table {
  color: white;
  overflow: hidden;
  overflow-x: auto;
}

.popup-table table,
.popup-table td,
.popup-table th {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  vertical-align: top;
  font-size: 20px;
}

.popup-table td {
  font-weight: 400;
}

.header-container .trp-language-switcher > div {
  position: relative;
  isolation: isolate;
}

.header-container .trp-language-switcher > div::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.header-container .trp-language-switcher > div > a {
  padding: 3px;
}

.whatsapp-floating-icon svg {
  position: fixed;
  bottom: 85px;
  right: 20px;
  width: 90px !important;
  height: auto !important;
  rotate: 180deg;
}

.category-tab-row
  .products-container
  .product-container
  .product-content-container
  .product-price-container
  .product-price-wrapper
  .product-price-title {
  font-size: 20px;
}

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

.popup-table-image img {
    width: 800px;
    height: 507px;
    object-fit: contain;
}

@media screen and (max-width: 767.98px) {
  .sub-banner-row .custom-secondary-button {
    text-align: center;
  }

  .sub-banner-row .custom-secondary-button .button-ok-container,
  .sub-banner-row .custom-secondary-button .button-ok2-container {
    max-width: 70%;
  }
}
