/* @media (min-width: 992px){
    .home-banner-small .row > div:first-child > div > div {
        padding-block: 6rem;
    }
}
.home-banner-small .row > div:first-child > div > div {
    margin-inline: 0 !important;
    background-color: #00000066;
} */
/* @media (min-width: 768px) {
    .home-banner-small .row > div:first-child > div > div {
        padding-block: 12rem;
    }
}
@media (min-width: 768px) {
    .home-banner-small .row > div:last-child > div > div {
        padding-block: 12rem;
    }
} */
/* @media (min-width: 768px) {
    .home-banner-small .row > div:first-child > div > div {
        padding-block: 8rem;
    }
} */
.home-newsletter {
    margin-bottom: 0 !important;
    min-height: unset !important;
    position: relative;
}
.home-newsletter:before {
    content: '';
    background: #e1e1e1;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(0px - calc(100vw - 100%) / 2);
    z-index: -1;
}
.home-newsletter > .col-md-4 {
    width: 100%!important;
}
.home-newsletter .widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.home-newsletter .widget,
.home-newsletter .widget > div,
.home-newsletter h2 {
    padding: 0 !important;
    margin: 0 !important;
}
.home-newsletter .input-group>.form-control {
    padding-left: 2.5rem;
}
.knives-products{
    margin-top: -7rem;
}
.knives-products .col-md-5 a,
.knives-products .col-md-5 a img {
    height: 100%;
}
.home-glasses .container > div {
    width: 100%;
    background: #38383887;
}
.home-glasses .container p {
    white-space: pre-wrap;
}


:root {
    --bs-font-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* GLOBAL FONT */
html, body,
button,
input,
select,
textarea,
.nav,
.nav-link,
.dropdown-menu,
.dropdown-item,
.btn,
.form-control,
.form-select {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* TYPOGRAPHY TUNING */
body {
    letter-spacing: -0.01em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Hero Carousel - with javascript changes in data component custom_home_hero */

.heroSwiper {
  width: 100%;
}

.heroSwiper .swiper-wrapper {
  height: auto !important;
}

.heroSwiper .swiper-slide {
  width: 100%;
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSwiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
  object-fit: contain;
}

/* .navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-height: 40px !important;
} */
.navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    min-height: 40px !important;
}
.navbar-sticky,
.navbar-stuck-menu {
    background-color: #000 !important;
}

@media (min-width: 992px) {
    .navbar-sticky .nav-link,
    .navbar-stuck-menu .nav-link {
        color: #fff !important;
    }
}

.navbar-tool-icon-box.bg-secondary {
    background-color: #000 !important;
}

/* Κουμπί dropdown (γλώσσες) */
.dropdown .btn.dropdown-toggle {
    background-color: #000 !important;  
    color: #fff !important;             
    border-color: #000 !important;    
}

.navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
    background-color: #000 !important;  
    border-color: #000 !important;      
}

.navbar .navbar-tool-icon-box.bg-secondary {
    background-color: #000 !important;
    margin: 0 1px;
}
.navbar .navbar-tool-icon:hover{
    color:#4b566b !important;
}
.dropdown-menu .dropdown-item:hover{
    color:#4b566b !important;
}
footer .widget-list-link:hover{
    color:#4b566b !important;
}

@media (max-width: 576px) {
  .footer-margin-fix {
    margin-top: -47px;
  }
}

.navbar-light .nav-item {
    background-color: var(--header-bg-color);
}

.navbar-toggler .ci-menu {
    color: #fff !important;
}

/* .mobile-lang-nmu a[href="?lang=en-US"] {
    margin-left: -35px !important;
} */

.navbar-nav .nav-item.mobile-lang-nmu {
    border-top: 1px solid #d3d3d3;
    border-radius: 0 !important;
    margin-left: 2px !important;
}

/* .hero-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

.hero-text-overlay{
  position:absolute;
  top:50%;
  left:2%;
  transform:translateY(-50%);
  z-index:10;
  max-width: 950px;
}

.bigger-text {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    max-width: 870px;
}

.scroll-button-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 60px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .scroll-button-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4px !important;
  }
}

.scroll-button {
    width: 90px; 
    height: 90px;
    background-color: transparent;
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    padding: 10px; 
    border: 2px solid #ffffff; 
}

.scroll-button:hover {
    transform: translateY(5px);
    background-color: rgba(255, 255, 255, 0.1); 
}

.scroll-button svg {
    width: 40px; 
    height: 40px;
    stroke: #ffffff;
    stroke-width: 1.5; 
}


/* Mobile styles: κάτω από 768px */
@media (max-width: 768px) {
    .bigger-text {
        font-size: 2rem; 
        line-height: 1.1;
    }

    .scroll-button {
        width: 50px;      
        height: 50px;
        padding: 5px;
        border-width: 1.5px;
    }

    .scroll-button svg {
        width: 20px;      
        height: 20px;
        stroke-width: 1;
    }

    .scroll-button-wrapper {
        margin-top: 30px; 
    }
}

/* Extra small mobile: κάτω από 450px */
@media (max-width: 450px) {
    .bigger-text {
        font-size: 1.5rem; 
        line-height: 1.1;
    }

    .scroll-button {
        width: 40px;
        height: 40px;
        padding: 4px;
        border-width: 1px;
    }

    .scroll-button svg {
        width: 16px;
        height: 16px;
        stroke-width: 0.8;
    }

    .scroll-button-wrapper {
        margin-top: 20px;
    }
}
/* Tablet / Medium screens: 768px έως 1016px */
@media (min-width: 769px) and (max-width: 1016px) {
    .bigger-text {
        font-size: 2.4rem; 
        line-height: 1.2;
    }

    .scroll-button {
        width: 60px;      
        height: 60px;
        padding: 8px;
        border-width: 2px;
    }

    .scroll-button svg {
        width: 20px;      
        height: 30px;
        stroke-width: 1.2;
    }

    .scroll-button-wrapper {
        margin-top: 5px; 
    }
}

/* Mobile / Small screens: 0px έως 768px */
@media (max-width: 768px) {
    .bigger-text {
        font-size: 1.6rem; 
        line-height: 1.2;
    }

    .scroll-button {
        width: 50px;      
        height: 50px;
        padding: 6px;
        border-width: 1.5px;
    }

    .scroll-button svg {
        width: 25px;      
        height: 24px;
        stroke-width: 1;
    }

    .scroll-button-wrapper {
        margin-top: 4px;
    }
}

section[id="85a20ff7-247f-47d6-abe9-91e4851fa32e"] .fw-bold {
    font-weight: 500 !important;
}

section[id="85a20ff7-247f-47d6-abe9-91e4851fa32e"] .fs-lg {
    font-size: 1.65rem !important;
}

@media (max-width: 768px) {
    section[id="85a20ff7-247f-47d6-abe9-91e4851fa32e"] .fs-lg {
        font-size: 1.2rem !important;
    }
}

/* το wrapper γίνεται reference για absolute */
section[id="85a20ff7-247f-47d6-abe9-91e4851fa32e"] .px-5.py-4 {
    position: relative;
}

/* Desktop */
    section[id="85a20ff7-247f-47d6-abe9-91e4851fa32e"] h2.fs-lg {
        position: absolute;
        bottom: -162px;
        left: 15px;
        margin: 0;
        text-align: left;
        max-width: 75%;
    }

/* Tablet */
@media (max-width: 1024px) {
    section[id="85a20ff7-247f-47d6-abe9-91e4851fa32e"] h2.fs-lg {
        bottom: -160px;
        right: 15px;
        font-size: 1.4rem !important;
        max-width: 48% !important;
    }
}

    /* Όλα τα layers του SimpleBar */
    #navcart, 
    #navcart .widget-cart, 
    #navcart [data-simplebar], 
    #navcart .simplebar-wrapper, 
    #navcart .simplebar-mask, 
    #navcart .simplebar-content-wrapper, 
    #navcart .simplebar-content {
        background-color: #fff !important;
        transition: none !important;
    }


    #navcart-sticky, 
    #navcart-sticky .widget-cart, 
    #navcart-sticky [data-simplebar], 
    #navcart-sticky .simplebar-wrapper, 
    #navcart-sticky .simplebar-mask, 
    #navcart-sticky .simplebar-content-wrapper, 
    #navcart-sticky .simplebar-content {
        background-color: #fff !important;
        transition: none !important;
    }


/* Mobile */
@media (max-width: 768px) {
    section[id="85a20ff7-247f-47d6-abe9-91e4851fa32e"] h2.fs-lg {
        position: absolute;
        bottom: -162px;
        left: 15px;
        font-size: 1.2rem !important;
        margin: 0;
        text-align: left;
        max-width: 95%;
        line-height: 1.2;
    }
}

/* Small mobile */
@media (max-width: 450px) {
    section[id="85a20ff7-247f-47d6-abe9-91e4851fa32e"] h2.fs-lg {
        position: absolute;
        bottom: -72px;
        left: 15px;
        font-size: 1.1rem !important;
        margin: 0;
        text-align: left;
        max-width: 85%;
        line-height: 1.2;
    }
}
/* Αφαίρεση padding-bottom μόνο για αυτό το carousel */
#herocarousel-95ab7eb8-cd7b-4326-929e-eab7a9880fec.swiper.has-pagination {
    padding-bottom: 0; 
}

/* μηδενίζουμε το pb-5 του γονικού div */
#herocarousel-95ab7eb8-cd7b-4326-929e-eab7a9880fec {
    margin-bottom: 0; 
}

/* ή πιο γενικά */
#herocarousel-95ab7eb8-cd7b-4326-929e-eab7a9880fec {
    padding-bottom: 0 !important;
}

/* Desktop version - εμφανίζεται μόνο πάνω από 1384px */
.services-overlay {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 380px;
    width: 100%;
    display: block;
}

/* Κρύβουμε την desktop version σε tablet & κινητό */
@media (max-width: 1384px) {
    .services-overlay {
        display: none;
    }
}

@media (min-width: 1385px) { /* desktop */
    .hide-on-desktop {
        display: none !important;
    }
}

/* Εμφανίζεται μόνο σε tablet & κινητό */
@media (max-width: 1384px) {
    .services-overlay-mobile {
        display: block;
        margin-top: 20px; 
    }
    .services-box {
        max-width: 600px;
        margin: 0 auto;
        padding: 24px;
        border-radius: 16px;
        background: rgba(0,0,0,0.92);
        color: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }
}

.services-header {
    margin-bottom: 20px;
}

.services-title {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

/* .service-icon {
    font-size: 1.4rem;
    width: 28px;
    flex-shrink: 0;
} */

.service-icon {
    background: #fff;
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    margin-right: 6px;
}


.service-text {
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Responsive για tablet */
@media (max-width: 1024px) {
    .services-overlay {
        right: 4%;
        max-width: 340px;
    }
    .services-box {
        padding: 24px 20px;
    }
}

@media (max-width: 768px) {
    .services-overlay {
        display: none;       
    }
}

/* Hero Carousel - with javascript changes in data component custom_home_hero */

.hero-slide-content {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Μαύρο πλαίσιο */
.services-overlay {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 400px;
    width: 100%;
}

.services-box {
    background: rgb(0 0 0 / 93%);
    border-radius: 18px;
    padding: 26px 26px;
    color: #ffffff;
}

.services-box .services-list li:last-child {
  margin-bottom: 0 !important;
}

/* Header με E- SERVICES + icons */
.services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.title-group {
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
    text-align: left;
    flex: 3;
}

/* .e-prefix {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    display: flex;
} */

.e-prefix2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    display: flex;
}






/* Brand logos */
.brand-logos {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px !important;
    margin-right: -10px;
}

.brand-logos img {
    height: 28px;
    width: auto;
    object-fit: contain;
    display: block;
}

.brand-logos img.dacia-logo {
    height: 32px;
}

.brand-logos img.renault-logo {
    height: 48px;
}

.brand-logo {
    object-fit: contain;
}

@media (max-width: 767px) {
    .brand-logo {
        max-height: 48px !important;
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .brand-logo {
        max-height: 70px !important;
        height: auto !important;
    }
}

.logos-container {
    margin-right: 0 !important;
}

@media (min-width: 994px) {
    .logos-container {
        margin-right: 46px !important;
    }
}

.logos-container {
    overflow: visible !important;
    min-height: auto !important;
}

@media (max-width: 993px) {
    .logos-container {
        max-height: none !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    
    .logos-container img {
        max-height: 48px !important;
        height: auto !important;
        display: block !important;
    }
}

/* Άνω των 992px (desktop) */
@media (min-width: 994px) {
    .logos-container {
        max-height: 120px !important;
    }
}

.custom-navbar-brand {
    display: inline-block;
}

@media (max-width: 993px) {
    .custom-navbar-brand img {
        min-width: 180px !important;
    }
}


@media (max-width: 993px) {
    .navbar-logo img {
        min-width: 180px !important;
    }
}




.brand-icons {
    display: flex;
    gap: 10px;
}

.brand-icon {
    font-size: 1.8rem;
    opacity: 0.9;
}

/* Λίστα */
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    display: flex;
    align-items: center; /* αντί για flex-start */
    gap: 10px;
    margin-bottom: 19px;
}

.service-text {
    font-size: 0.97rem;
    line-height: 1.45;
    text-align: left;
}

.navbar-brand.d-lg-block img {
    max-width: 200px !important;
}

@media (max-width: 576px) {
  .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toolbar, .navbar-toolbar .navbar-tool, .navbar-toolbar .navbar-tool-icon, .navbar-toolbar .dropdown-item {
    color: #fff !important;
    background: #000;
}
/* Dropdown items πάντα λευκά */
.dropdown-item {
    color: #fff !important;          
    background-color: #000 !important;
}

/* Ακύρωση hover αλλαγών */
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff !important;         
    background-color: #000 !important; 
}

/* ==========================
   Mobile/Tablet: Διαφανές background, λευκό κείμενο
   ========================== */
@media (max-width: 991px) {  /* tablet & κινητά */
    /* Links χωρίς background */
    .navbar-nav .nav-link,
    .navbar-nav .dropdown-item,
    .navbar-tool {
        background-color: #000 !important;  
        color: #fff !important;                   
    }

    /* Dropdown menus χωρίς background */
    .navbar-nav .dropdown-menu {
        background-color: #000 !important;
        border: none !important;
    }

    /* Hover/focus δεν αλλάζει */
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus,
    .navbar-nav .dropdown-item:hover,
    .navbar-nav .dropdown-item:focus,
    .navbar-tool:hover,
    .navbar-tool:focus {
        background-color: #000 !important;
        color: #fff !important;
    }
    .navbar-light .nav-item {
        background-color: #000000 !important;
    }

    .nav-link.d-inline-block img.me-2 {
        margin-right: 1rem !important;
    }

}

@media (max-width: 768px) {
    .dropdown-menu .dropdown-item {
        white-space: normal !important;
        word-break: break-word;
    }
}







footer.bg-footer{
    background-color:#000 !important;
}

/* όλα τα κείμενα */
footer.bg-footer#41588afc-f513-4b8c-8634-72b835dc85f2,
footer.bg-footer#41588afc-f513-4b8c-8634-72b835dc85f2 h2,
footer.bg-footer#41588afc-f513-4b8c-8634-72b835dc85f2 a,
footer.bg-footer#41588afc-f513-4b8c-8634-72b835dc85f2 .footer-text,
footer.bg-footer#41588afc-f513-4b8c-8634-72b835dc85f2 .widget-list-link{
    color:#fff !important;
}

/* links hover */
footer.bg-footer#41588afc-f513-4b8c-8634-72b835dc85f2 a:hover{
    color:#ddd !important;
}

footer.bg-footer,
footer.bg-footer h1,
footer.bg-footer h2,
footer.bg-footer h3,
footer.bg-footer a,
footer.bg-footer p,
footer.bg-footer span,
footer.bg-footer li{
    color:#fff !important;
}

footer.bg-footer .footer-text{
    color:#fff !important;
    opacity:1 !important;
}

footer.bg-footer .footer-text a{
    color:#fff !important;
}

footer.bg-footer .col-lg-3 .navbar-brand img{
    margin-top: -10px !important;
}

.category-style {
    color: rgb(59, 58, 58);
    margin-top: 26px;
}

.category-header-style {
    color: rgb(59, 58, 58);
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 30px;
}

.category-description-style {
    color: rgb(59, 58, 58);
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
}

@media (max-width: 449px) {
  .banner-box {
    min-height: 220px !important; /* για κινητά */
  }
}

.certificates-hero-id img.d-block {
  border-radius: 17px;
}

.related-services-hero-id img.d-block {
  border-radius: 17px;
}

.widget-cart img,
.single-cartItem img,
.border-bottom img.rounded-3 {
  display: none;
}

.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
    background-color: #000;
    color: #fff
}

.btn-secondary:hover,
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #535a5c !important;
    border-color: #535a5c !important;
}

/* Desktop (default) */
.scroll-button svg {
  animation: bounce-desktop 3.2s infinite;
}
/* Desktop (default) */
.scroll-button2 svg {
  animation: bounce-horizontal 3.2s infinite;
  transform-origin: center;
}
@keyframes bounce-desktop {
  0%, 100% {
    transform: translateY(-12px) rotate(-90deg);
  }
  50% {
    transform: translateY(0) rotate(-90deg);
  }
}
@keyframes bounce-horizontal {
  0%, 100% {
    transform: rotate(180deg) translateX(0);
  }
  50% {
    transform: rotate(180deg) translateX(8px);
  }
}


/* Tablet: 769px έως 1016px */
@media (min-width: 769px) and (max-width: 1016px) {
    .scroll-button svg {
        animation: bounce-tablet 3.2s infinite;
    }

    @keyframes bounce-tablet {
      0%, 100% {
        transform: translateY(-6px) rotate(-90deg);
      }
      50% {
        transform: translateY(0) rotate(-90deg);
      }
    }
}

/* Mobile: έως 768px */
@media (max-width: 768px) {
    .scroll-button svg {
        animation: bounce-mobile 3.2s infinite;
    }

    @keyframes bounce-mobile {
      0%, 100% {
        transform: translateY(-4px) rotate(-90deg);
      }
      50% {
        transform: translateY(0) rotate(-90deg);
      }
    }
}


/* Tablet: 769px έως 1016px */
@media (min-width: 769px) and (max-width: 1016px) {
  .scroll-button2 svg {
    animation: bounce-horizontal-tablet 3.2s infinite;
  }

  @keyframes bounce-horizontal-tablet {
    0%, 100% {
      transform: rotate(180deg) translateX(0);
    }
    50% {
      transform: rotate(180deg) translateX(6px);
    }
  }
}

/* Mobile: έως 768px */
@media (max-width: 768px) {
  .scroll-button2 svg {
    animation: bounce-horizontal-mobile 3.2s infinite;
  }

  @keyframes bounce-horizontal-mobile {
    0%, 100% {
      transform: rotate(180deg) translateX(0);
    }
    50% {
      transform: rotate(180deg) translateX(4px);
    }
  }
}


.my-card-box{
    border:2px solid #000;
    display:flex;
    flex-direction:column;
}

/* HEADER */

.my-card-header{
    background:#000;
    color:#fff;
    padding:10px;
    /* flex: 1; */
}

.my-card-title{
    font-size:14px;
    font-weight:700;
    margin-bottom:4px;
}

.my-card-title a{
    color:#fff;
    text-decoration:none;
}

.my-card-subtitle{
    font-size:12px;
}

/* BULLETS */

.my-card-bullets{
    padding:10px;
    font-size:13px;
    flex-grow: 1;
}

.product-card-alt {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.my-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.my-card-bullets ul{
    padding-left:18px;
    margin:0;
}

.my-card-bullets li{
    margin-bottom:4px;
}

/* PRICE */

.my-card-price{
    font-size:20px;
    font-weight:700;
    padding:0 10px;
    margin-bottom:10px;
}

/* CART */

.my-card-cart{
padding:0 10px 10px 10px;
}

/* ADD TO CART + QUANTITY SAME LINE */

.my-card-cart .add-to-cart-wrapper{
display:flex;
align-items:center;
}

.my-card-cart .form-control.quantity{
width:70px;
margin-left:10px;
}

.faq{
margin:40px auto;
}

.faq-title{
margin-bottom:20px;
}

.faq-item{
margin-bottom:10px;
}

.faq-toggle{
display:none;
}

.faq-question{
display:flex;
justify-content:space-between;
align-items:center;
background:#444;
color:white;
padding:15px;
cursor:pointer;
font-size:18px;
transition:background 0.25s ease;
}

.faq-question:hover{
background:#666;
}

.faq-arrow{
transition:transform 0.35s cubic-bezier(.4,0,.2,1);
}

.faq-content{
max-height:0;
overflow:hidden;
background:#f1f1f1;
padding:0 15px;

transition:
max-height 0.45s cubic-bezier(.4,0,.2,1),
padding 0.3s ease,
opacity 0.25s ease;

opacity:0;
}

.faq-toggle:checked + .faq-question + .faq-content{
max-height:200px;
padding:15px;
opacity:1;
}

.faq-toggle:checked + .faq-question .faq-arrow{
transform:rotate(90deg);
}

.brand-logo{
height:28px;
width:auto;
object-fit:contain;
}

.brand-logo + .brand-logo{
margin-left:6px;
}

.cart-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.cart-button .add-to-cart,
.cart-button i {
    position: static !important;
    left: auto !important;
    transform: none !important;
    margin: -5px;
}

.quantity {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.quantity::-webkit-inner-spin-button,
.quantity::-webkit-outer-spin-button {
    opacity: 1 !important;
    display: block !important;
    -webkit-appearance: inner-spin-button;
}

.navbar-logo {
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-logo {
        max-width: 210px !important;
        max-height: 80px;
    }
}

/* OUTER WRAPPER (OVERLAY POSITIONING) */
.hero-scroll-overlay {
    position: absolute;
    top: 65px;
    left: 65px;
    z-index: 99999;
    display: flex;
    cursor: pointer;
}
.hero-slide-container {
    position: relative;
}
/* BUTTON (same design as before but renamed) */
.hero-scroll-button {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    transition: transform 0.2s ease, background-color 0.2s ease;

    padding: 10px;
    border: 2px solid #ffffff;
}

/* HOVER */
.hero-scroll-button:hover {
    transform: translateY(5px);
    background-color: rgba(255, 255, 255, 0.1);
}

/* SVG */
.hero-scroll-button svg {
    width: 40px;
    height: 40px;
    stroke: #ffffff;
    stroke-width: 1.5;
}

/* 📱 MOBILE */
@media (max-width: 768px) {

    .hero-scroll-overlay {
        top: 25px;
        left: 25px;
    }

    .hero-scroll-button {
        width: 55px;
        height: 55px;
        padding: 6px;
    }

    .hero-scroll-button svg {
        width: 22px;
        height: 22px;
    }

}

.navbar-light .navbar-tool-text>small, .navbar-light .navbar-tool-text>.small {
    color: #fff !important;
}
.navbar-light .navbar-tool-text
{
    color: #fff !important;
}

.hero-scroll-button svg {
    animation: bounce-desktop 3.2s infinite; 
}

@media (max-width: 768px) {

  .custom-mobile-spacing .row {
    --bs-gutter-x: 0;
  }

  .custom-mobile-spacing.container {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

}

.btn-scroll-top {
    background-color: #535a5c !important;
}

.btn-scroll-top:hover {
    background-color: #ffffff !important;
    color: #535a5c;
}

h3.my-card-title a.no-hover-link,
h3.my-card-title a.no-hover-link:hover,
h3.my-card-title a.no-hover-link:focus,
h3.my-card-title a.no-hover-link:active {
  text-decoration: none !important;
  color: #fff !important;
  cursor: default !important;
}

.bold-text {
  font-weight: 500 !important;
  color: red;
}

.text-center {
    text-align: center !important;
}

.contactus-wrapper {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 160px;
  row-gap: 40px;

  scroll-margin-top: 60px;
}

/* πάνω από 996px */
@media (min-width: 996px) {
  .contactus-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
/* HEADER full width */
.contactus-header {
  flex: 0 0 100%;
}

/* TITLE */
.contactus-title {
  margin-bottom: 10px;
}

/* SUBTITLE */
.contactus-subtitle {
  margin: 0;
  line-height: 1.5;
  font-size: 20px;
}

.contactus-subtitle2 {
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 768px) {
  .contactus-subtitle {
    font-size: 16px;
  }

  .contactus-subtitle2 {
    font-size: 14px;
  }
}
/* EACH BRAND BLOCK */
.contactus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 360px;
  height: 160px;
  justify-content: center;
}

.contactus-logo {
  max-width: 290px;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

/* EMAIL */
.contactus-email {
  color: #4f6f7a;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 0;
}

/* FOOTER full width */
.contactus-footer {
  flex: 0 0 100%;
  margin-top: 60px;
  font-size: 12px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* 📱 MOBILE */
@media (max-width: 768px) {
  .contactus-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .contactus-item {
    height: auto;
  }

  .contactus-logo {
    max-width: 200px;
  }
}

/* Αφαίρεση του "Order Details" p από το modal */
#order-details .modal-body p.mb-0.fw-bold {
  display: none !important;
}

/* Αφαίρεση του subscription form από το footer σε desktop */
.container .row > .col-lg-3.d-flex.align-items-center:has(form.subscription-form) {
  display: none !important;
}

/* Αφαίρεση του switch */
.form-check.form-switch:has(#customSwitch1) {
  display: none !important;
}

.languages-style {
    font-weight: 300 !important;
    color: #fff !important;
}

.banner-box {
    position: relative !important;
}

.banner-box .helloo {
    position: absolute !important;
    right: 20px !important;
    bottom: 20px !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 999 !important;
}

.scroll-button2 {
    width: 90px; 
    height: 90px;
    background-color: transparent;
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    padding: 10px; 
    border: 2px solid #ffffff; 
}
@media (max-width: 768px) {

    .scroll-button2 {
        width: 60px;
        height: 60px;
        padding: 5px;
        border-width: 1.5px;
    }

    .scroll-button2 svg {
        width: 20px;
        height: 20px;
        stroke-width: 1;
    }
}

.scroll-button2:hover {
    transform: translateY(5px);
    background-color: rgba(255, 255, 255, 0.1); 
}

.scroll-button2 svg {
    width: 40px; 
    height: 40px;
    stroke: #ffffff;
    stroke-width: 1.5;
}

@media (max-width: 768px) {
  .scroll-button2 svg {
    width: 32px;
    height: 32px;
  }
}

.remove-btn.has-margin {
    margin-right: 20px;
}

/* Mobile override */
@media (max-width: 768px) {
    .remove-btn.has-margin {
        margin-right: 0px !important;
    }
}

@media (max-width: 999px) {
    .icons-navbar {
        margin-right: 0px !important;
    }
}

