/* font */
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);

/* variable */
:root {
  --base-color: #e99022;
  --medium-gray: #7b7a7a;
  --dark-gray: #1d1d1d;
  --charcoal-blue: #232323;
  --alt-font: "Noto Sans", "Space Grotesk", sans-serif;
  --primary-font: "Noto Sans", "Inter", sans-serif;
}

body {
  line-height: 30px;
}

a:hover {
  color: var(--dark-gray);
}

h1,
.h1 {
  line-height: 3rem;
}

h3,
.h3 {
  line-height: 2.813rem;
}

h4 {
  line-height: 2.6rem;
}

/* header */
.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
}

header .header-button .btn.btn-switch-text.btn-medium>span {
  padding: 12px 22px;
}

/* header .navbar-brand img {
    max-height: 34px;
} */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--dark-gray) !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
  background-color: #f6f4f3;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
  font-size: 30px;
  width: 35px;
}

/*margin*/
.ms-100px {
  margin-left: 100px;
}

.ms-80px {
  margin-left: 80px;
}

.mb-minus-50px {
  margin-bottom: -50px;
}

/* btn */
.btn {
  text-transform: none;
  letter-spacing: 0;
}

.btn.btn-extra-large {
  font-size: 16px;
  padding: 16px 32px;
}

.btn.btn-large {
  font-size: 15px;
  padding: 15px 30px;
}

.btn.btn-switch-text.btn-large>span {
  padding: 15px 30px;
}

.btn-gradient-fuel-yellow-blue {
  background-image: linear-gradient(to right, #d18215, #3797a1, #d18215);
  background-size: 200% auto;
  color: var(--white);
}

/* left right top bottom */
.left-minus-45 {
  left: -45%;
}

.bottom-minus-200px {
  bottom: -200px;
}

.one-half-screen {
  height: 550px !important;
}

.swiper-pagination-progress .swiper-progress {
  background-color: var(--dark-gray);
}

.magic-drag-cursor #ball-cursor:before {
  font-weight: 500;
}

/* text gradient color */
.text-gradient-base-color {
  background-image: linear-gradient(to right, #e97522 0%, #1ea3b1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-orange {
  color: #e97522;
}

.text-blue {
  color: #1ea3b1;
}

/* bg gradient color */
.bg-gradient-top-very-light-gray {
  background-image: linear-gradient(to right,
      #fbf3e9,
      #f9f4eb,
      #f4f4f0,
      #f2f4f2,
      #eff4f4);
}

.bg-linen {
  background: #f6f4f3;
}

.bg-gradient-orange-transparent {
  background: linear-gradient(to right,
      rgba(233, 117, 34, 1) 10%,
      rgba(255, 255, 255, 0) 95%);
}

.bg-gradient-blue-transparent {
  background: linear-gradient(to right,
      rgba(30, 163, 177, 1) 10%,
      rgba(255, 255, 255, 0) 95%);
}

/* blog only text */
.blog-only-text .card-body:after {
  display: none;
}

/* social icon style 06 */
.social-icon-style-06 li {
  position: relative;
}

.social-icon-style-06 li:before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--medium-gray);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  opacity: 0.5;
}

.social-icon-style-06 li:last-child:before {
  display: none;
}

.google-maps-link a:hover {
  color: var(--white);
}

/* footer */
footer ul li {
  margin-bottom: 0;
  line-height: 28px;
}

footer a:hover {
  color: var(--white);
}

footer .footer-logo img {
  max-height: 34px;
}

/* z-index */
.z-index-99 {
  z-index: 99;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding: 20px 30px;
  }

  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 285px;
  }
}

@media (max-width: 1199px) {
  .left-minus-45 {
    left: -78%;
  }

  .lg-ms-70px {
    margin-left: 70px;
  }

  .lg-bg-transparent {
    background-color: transparent;
  }

  .one-half-screen {
    height: auto !important;
  }
}

@media (max-width: 991px) {
  [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a i {
    font-size: 19px;
    vertical-align: middle;
    color: var(--white);
  }

  .md-top-auto {
    top: auto;
  }
}

/* Hani */

header .navbar-brand img {
  max-height: 100px !important;
  height: 90px;
}

.btn-extra-large {
  background-color: #79ab61 !important;
  color: white !important;
}

.viperin-text {
  color: #79ab61 !important;
}

.bg-base-color,
.header-cart-icon .cart-count {
  background-color: #79ab61 !important;
}

.alt-font {
  font-family: "Noto Sans" !important;
}

/* header .navbar-brand img{
   
  
} */

header .navbar-brand {
  padding: 10px 0 !important;
}

/* h1, .h1{
    font-size: 2.1rem!important;
} */

.navbar .navbar-nav .nav-link {
  font-size: 16px !important;
}

/* .stack-box{
    height: 500vh!important;
}  */

.background-blue {
  background-color: #1dbbe2 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-green {
  background-color: #79ab61 !important;
}

.promos-section {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 0px !important;
}

.promos-block {
  display: flex;
  border: 1px solid #918f8f;
  padding: 10px 30px;
  border-radius: 10px;
  width: 95%;
}

.promos-input {
  width: 20% !important;
  margin-right: 20px;
}

.form-check-label {
  text-align: center;
  font-size: 12px;
}

.text-outline-color-base-color {
  -webkit-text-stroke-color: #79ab61 !important;
}

.custom-cont {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.custom-cont-no-paddings {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.tab-style-08 ul .nav-item .nav-link.active {
  border: #79ab61 !important;
  color: #79ab61 !important;
}

.btn.btn-hover-animation-switch.btn-link {
  padding-bottom: 20px !important;
}

.btn-gradient-green {
  background-color: white !important;
  border: 1px solid #79ab61 !important;
  color: #79ab61;
  font-size: 18px;
}

.btn-gradient-green:hover {
  background-color: #79ab61 !important;
  border: 2px solid white !important;
  color: white;
}

.usefull-items {
  display: flex;
  gap: 10px;
}

.text-highlight-green {
  color: #79ab61 !important;
}

.bg-extra-medium-gray-custom {
  background-color: #f6f4f3 !important;
  /* box-shadow: #f6f4f3 0px 0px 3px 0px; */
}

.bg-green {
  background-color: #79ab61;
}

.subscribe-form::placeholder {
  color: white !important;
}

.contact-social {
  padding: 0px 0px 60px 0px;
}

.contact-form-custom {
  padding: 20px 0px 40px 0px;
}

/* h3 {
  font-size: 32px;
} */

.subscribe-custom {
  padding-top: 50px;
  padding-bottom: 70px;
}

.tab-style-08 ul .nav-item .nav-link {
  padding: 10px 15px !important;
  justify-content: center !important;
}

.subscribe-text {
  color: white;
}

.faq-home {
  padding-top: 0px;
  padding-bottom: 0px;
}

header .hamburger-push-button.icon span {
  background-color: #79ab61 !important;
}

.btn.btn-base-color {
  background-color: #79ab61 !important;
  color: white !important;
}

.btn.btn-base-color:hover {
  border: none !important;
}

.push-button-text {
  position: absolute !important;
  top: 8px;
  right: -70px;
  font-size: 23px;
  font-weight: normal;
  /* color: rgb(129, 129, 129)!important; */
}

.social-icons-custom {
  display: flex;
  gap: 15px;
  align-items: center;
}

.social-icons-custom a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  color: black !important;
}

.footer-links {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 1200px) {
  .stack-image {
    background-size: contain !important;
    background-position: center center !important;
  }
}

@media (min-width: 991.98px) {
  .about-content .row:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .d-lg-block {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .faq-image {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .about-content {
    padding-top: 35px !important;
  }

  .mCustomScrollBox {
    height: unset !important;
  }

  footer {
    padding-top: 60px !important;
    padding-bottom: 35px !important;
  }

  .bg-transparent-1 {
    --bs-bg-opacity: 1;
    background-color: #ffffffc4 !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

@media (max-width: 576px) {
  header .navbar .border-start {
    padding-right: 40px;
  }

  h1 {
    font-size: 22px;
  }

  .menu-list-wrapper {
    padding: 50px 0px !important;
  }

  .footer-promo-text {
    font-size: 26px !important;
  }

  .footer-columns {
    padding-bottom: 20px;
  }

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

  h3 {
    font-size: 20px;
  }

  header .navbar-brand img {
    max-height: 70px !important;
    height: 70px;
  }

  .social-icons-custom {
    gap: 10px;
  }

  .header-push-button {
    padding-left: 10px;
    padding-bottom: 10px;
  }


}

@media (min-width: 991px) and (max-width: 1199px) {
  .custom-stack {
    height: 50vh !important;
  }
}

.bg-transparent-1 {
  --bs-bg-opacity: 1;
  background-color: #ffffffc4 !important;
}

.cart-title {
  background-color: #79ab61 !important;
  color: white !important;
  padding: 15px 20px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.btn-outline {
  border: 1px solid #79ab61 !important;
  color: #79ab61 !important;
  background-color: white !important;
}

.quantity-range {
  width: 95% !important;
  border: none !important;
}

.quantity-range-cont {
  border: 1px solid #79ab61 !important;
  border-radius: 10px !important;
  padding: 30px 40px !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  width: 92%;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #79ab61;
  /* Your thumb color */
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, box-shadow 0.3s;
}

/* Remove light blue border on focus (Chrome/WebKit) */
input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 2px 8px rgba(52, 58, 64, 0.5);
  /* custom shadow */
  outline: none;
}

/* Firefox thumb styling */
input[type="range"]::-moz-range-thumb {
  background: #79ab61;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

input[type="range"]:focus {
  outline: none;
  /* Removes focus ring in Firefox */
}

@media (max-width: 576px) {
  .quantity-range-cont {
    width: 100% !important;
  }
}

.product-availability {
  background-color: #79ab61;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.filters-text {
  display: flex;
  align-items: center;
  color: white;
}

.filters-text:hover {
  color: white;
}


.filters-button {
  background-color: #79ab61;
  padding: 10px 20px;
  border-radius: 10px;
}

.filters-title {
  background-color: #79ab61;
  color: white;
  padding: 10px 20px;
}

.sub-categories-menu {
  max-height: 0;
  overflow: hidden;
  padding-left: 10px !important;
  opacity: 0;
  transition: max-height 0.8s ease, opacity 0.8s ease;
}

.sub-categories-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.expanded.active .sub-categories-menu {
  max-height: unset;
  opacity: 1;
  visibility: visible;
}

/* Dropdown arrow styling */
.toggle-submenu {
  cursor: pointer;
  margin-left: 6px;
  font-size: 0.9em;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.expanded.active .toggle-submenu {
  transform: rotate(180deg);
}

.nav-link {
  display: flex !important;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.offers-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.active-range-number {
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
}

.active-range-number.active-number {
  background-color: #79ab61;
  color: white;
}

@media (max-width: 576px) {
  .filters-button {
    width: 100%;
  }
}

.dropdown-menu {
  --bs-bg-opacity: 1;
  background-color: #ffffffc4 !important;
  border-radius: 0;
}

.tag-cloud a:hover {
  background-color: #79ab61 !important;
  color: #FFF;
}

.filter-active {
  background-color: #79ab61 !important;
  color: #FFF;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
}

.modal-content {
  background-color: #ffffff !important;
  border-radius: 0;
}

.lable {
  padding: 8px 8px;
  color: var(--white);
  font-size: 14px;
  line-height: 21px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.lable.new {
  background-color: var(--green);
}

.lable.hot {
  background-color: var(--red);
}

.quick-more {
  text-align: left;
}

.see-all {
  border-bottom: 1px solid #232323;
  padding: 3px;
}

.quick-view-content p {
  margin: 0;
}

.modal-header {
  z-index: 10000 !important;
  position: absolute;
  width: 100%;
  border: none;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
}

.flex-grow-1 {
  overflow-y: auto;
}

.subtotal {
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-iframe iframe {
  width: 100%;
}

.form-gdpr {
  width: auto;
}

.tox-tinymce {
  z-index: 10000;
}

#tab_five1 .row:nth-child(even) {
  flex-direction: row-reverse;
}

#tab_five1 .row li::before {
  content: "\f00c";
  /* Unicode for fa-check */
  font-family: "Font Awesome 6 Free";
  /* Ανάλογα με την έκδοση */
  font-weight: 900;
  /* Solid */
  font-size: 12px;
  /* fs-12 */
  color: #5d5d5d;
  /* text-dark-gray, ή βάλε το ακριβές χρώμα */
  margin-right: 8px;
  padding: 10px;
}


@media (min-width:1200px) {
  .large-padding {
    padding-top: 50px !important;
  }
}

.bg-majorelle-blue {
  background-color: #79ab61 !important;
}

.bg-solitude-blue {
  background-color: #f4fbf1 !important;
}




.btn.btn-large {
  border-radius: 10px;
}

.btn.btn-extra-large {
  border-radius: 10px;
}

.stack-box .stack-item.stack-item-02 {
  background-color: #FDFAF6 !important;
}

.price-options {
  display: flex;
  flex-wrap: wrap;
}

.price-option {
  border: 2px solid #ccc;
  position: relative;
  flex: 1;
  max-width: 250px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.number-1 {
  border-radius: 10px 0 0 10px;
}

.number-2 {
  border-radius: 0;
}

.number-3 {
  border-radius: 0 10px 10px 0;
}

.price-option input {
  position: absolute;
  top: 5px;
  left: 5px;
}

.price-option:hover,
.price-option:active,
.price-option:focus,
.price-option input:checked+.content {
  border-color: #79ab61;
  background-color: #d8e9d0;
}

.price-option .label {
  position: absolute;
  top: -20px;
  right: -2px;
  background-color: #f44336;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
}

.packageInfo strong {
  font-size: 16px;
}

.price {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width:576px) {
  .price {
    font-size: 13px;
  }

  .price-option .label {
    font-size: 13px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .price {
    font-size: 12px;
  }

  .price-option .label {
    font-size: 12px;
  }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
  .price {
    font-size: 15px;
  }

  .price-option .label {
    font-size: 15px;
  }
}


.choice {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  bottom: -38px !important;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-top: 5px !important;
  padding-bottom: 4px !important;
  margin-top: 4px !important;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600 !important;
  border-radius: 0 0 10px 10px;
}

.content {
  text-align: center;
}

.price-option input[type="radio"] {
  display: none;
}

.custom-radio {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.price-option input[type="radio"]:checked+.custom-radio {
  border-color: #79ab61;
  background-color: #79ab61;
}

.price-option input[type="radio"]:checked~.content {
  border-color: #79ab61;
  background-color: #d8e9d0;
}

.price-option input[type="radio"]:checked+.custom-radio::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

.tab-style-08 ul .nav-item .nav-link {
  background-color: #79ab61 !important;
  color: white !important;
}

.tab-style-08 ul .nav-item .nav-link.active {
  background-color: white !important;
  color: #79ab61 !important;
  border-right: 3px solid #79ab61 !important;
  border-left: 3px solid #79ab61 !important;
}

#product-price-disc {
  font-size: 16px;
  color: white;
  background-color: red;
  padding: 0px 10px;
  border-radius: 5px;

}

.product-prices {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.product-prices #product-or-price {
  font-size: 36px !important;
}

.prices-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}



.product-image-slider {
  height: 600px !important;
}


.product-image-slider .swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}


.product-image-slider .swiper-slide img {
  height: 600px !important;
  width: 100% !important;
  object-fit: contain !important;
}

@media (max-width: 576px) {
  .product-image-slider {
    height: 400px !important;
  }

  .product-image-slider .swiper-slide img {
    height: 400px !important;
  }

  .left-column-faq {
    padding-left: 15px !important;
  }


}

.feature-box {
  transition: background-color 0.3s ease, color 0.3s ease !important;
}

.feature-box:hover {
  background-color: #ffffff !important;
}


.feature-box:hover .text-white {
  color: #79ab61 !important;
}

.feature-box:hover .feature-box-content {
  border-color: #79ab61 !important;
}

.custom-color {
  color: white;
  padding: 10px 10px;
  background-color: #79ab61;
  border-radius: 15px;
}

.custom-border {
  border: 2px solid #79ab61;
  padding: 10px;
  border-radius: 15px;
}

.split-underline {
  position: relative;
  display: inline-block;
}

.split-underline::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -30px;
  width: calc(100% + 60px);
  height: 3px;
  background: linear-gradient(to right, #79ab61 50%, rgb(202, 202, 202) 50%);
}

.split-underline-1 {
  position: relative;
  display: inline-block;
}

.split-underline-1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #79ab61 30%, rgb(202, 202, 202) 70%);
}


.vertical-line {
  position: relative;
}

.vertical-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48%;
  width: 2px;
  background: linear-gradient(to top, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 60%, #79ab61 60%, #79ab61 100%);
  transform: translateX(-50%);
  z-index: 10;
}

.vertical-line-1 {
  position: relative;
}

.vertical-line-1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to top, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 60%, #79ab61 60%, #79ab61 100%);
  transform: translateX(-50%);
  z-index: 10;
}



.reviews-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #ececec;
}

.reviews-column img {
  padding-top: 30px;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media screen and (min-width:992px) {
  .custom-margin {
    margin-left: 30px;
  }

  .custom-padding-1 {
    padding-left: 30px;
    padding-right: 30px;
  }




}

@media screen and (min-width:768px) {
  .process-step-style-10:nth-of-type(n+3) {
    border-left: 1px solid grey;
  }
}

@media screen and (max-width:1199px) {
  .vertical-line::before {
    display: none;
  }

  .vertical-line-1::before {
    display: none;
  }

}

.home-faq {
  padding-left: 100px;
}

@media screen and (max-width:991px) {
  .home-faq {
    padding-left: 5px;
  }

  .home-about-section {
    padding-top: 0px !important;
  }
}


@media screen and (min-width:991px) and (max-width:1599px) {
  .home-faq {
    padding-left: 50px;
  }
}

.faq-home {
  background-color: #f0f0f0;
}

.subscribe-text a {
  color: #79ab61;
}


.new-text-box {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
}

.custom-grey {
  background-color: #f9fafb;
}

.banner-catalogue-page {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 60px;
  color: white;
  text-align: left;
  font-family: Arial, sans-serif;
}

.banner-catalogue-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.banner-text-catalogue-page {
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: bold;
}

.banner-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.banner-button:hover {
  background-color: white;
  color: #79ab61;
  transform: scale(1.05);
}

@media (max-width: 600px) {
  .banner-catalogue-page {
    height: 250px;
  }

  .banner-text-catalogue-page {
    font-size: 1.5em;
    padding: 0 10px;
  }

  .split-underline-2::after {
    display: none;
  }
}

.logo-footer {
  width: 40%;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-promo-title {
  font-style: italic;
}

.footer-promo-text {
  font-style: italic;
}

@media (max-width:480px) {
  .footer-promo-text {
    font-size: 16px !important;
  }

  .footer-promo-title {
    font-size: 18px !important;
  }
}

.split-underline-2 {
  position: relative;
  display: inline-block;
}

.split-underline-2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #79ab61 10%, rgb(202, 202, 202) 20%);
}

.vipering-prod-logo {
  z-index: 10;
}

#popup-callus .modal-header {
  position: relative;
}

.callus-lang-text img {
  height: 24px;
  width: 32px;
  margin-right: 6px;
  vertical-align: middle;
  border-radius: 3px;
  box-shadow: 4px 0 2px rgba(0, 0, 0, 0.2);
}

.active>.page-link {
  background-color: #79ab61 !important;
  border-color:#79ab61 !important;
  color: white !important;
}

.page-link{
  color:#79ab61 !important;
}