@media (min-width: 1280px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1600px;
    }
}

.btn {
    border-radius: 5px;
}

.btn-primary:not(.cart-button):not(.cart-icon) {
    color: var(--bs-primary) !important;
    background-color: transparent;
    opacity: 1;
    border-color: var(--bs-primary);
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 14px !important;
}

.btn-primary:not(.cart-button):not(.cart-icon):hover {
    background-color: var(--bs-primary);
    color: white !important;
}

.home-slider a.btn.btn-primary {
    background-color: var(--bs-primary);
    opacity: 0.9;
    border-color: var(--bs-primary);
    color: white !important;
}

.home-slider a.btn.btn-primary:hover {
    opacity: 1;
}

.home-slider .slide_0  {
    background-position: center;
}

.row {
    margin-right: auto;
    margin-left: auto;
}

.navbar-stuck-menu.navbar {
    justify-content: space-between;
    gap: 10px;
}

.navbar .column-2 {
    display: flex;
    gap: 5px;
}

.navbar .column-2 .navbar-toolbar {
    gap: 9px;
}

.logo.navbar .container {
    justify-content: center;
}

.bg-navbar {
    background-color: var(--bs-primary);
}

.navbar-tool .navbar-tool-label {
    color: var(--bs-primary);
    background-color: white;
}

.navbar-sticky.navbar-stuck .logo {
    padding: 0;
}

.navbar-sticky.navbar-stuck .logo img {
    width: 117px !important;
}

.navbar-sticky.navbar-stuck .column-2 .input-group .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

.navbar-sticky.navbar-stuck .column-2 .navbar-tool-icon {
    font-size: 17px;
    line-height: 1em;
}

.navbar-sticky.navbar-stuck .column-2 .navbar-tool-icon-box {
    width: 40px;
    height: 40px;
}

.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled), .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .nav-item:hover .nav-link:not(.disabled) {
    color: white !important;
    opacity: 0.5;
}

@media (min-width: 992px) {
    .navbar-sticky.navbar-stuck .nav-link {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar-brand {
    margin: 0;
}

.hm-new > div > h2, .hm-cat-prod > div > h2, .hm-brands > div > h2, .hm-certification > div >  h2 {
    font-size: 20px;
    color: white;
    background-color: var(--bs-primary);
    padding: 15px 30px !important;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    line-height: 1em;
    margin-bottom: 13px;
}


.home-slider h3 {
    font-size: 75px;
    font-weight: 100;
    text-wrap: initial;
}

.home-slider h3 p {
    margin: 0;
}

.home-slider h3 strong {
    font-weight: bold;
}

.hm-cat .item {
    width: auto;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hm-cat .row {
    justify-content: center;
    gap: 20px;
}

.hm-cat .item .title h2 {
    font-size: 19px;
    margin-top: 17px;
}

.hm-products-banners img {
    width: auto !important;
}

.hm-products-banners .row > .col-md-12:nth-child(2) .s1-banner-class {
    flex-direction: column-reverse;
}

.hm-products-banners .row > .col-md-12:nth-child(2) a.btn-primary {
    display: block;
}

@media (min-width: 500px) {
    .hm-products-banners .row > .col-md-12:nth-child(2) .col-sm-6 {
        flex: 1;
        width: auto;
    }
}

.hm-products-banners > .row .s1-banner-class {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 17px;
}

.hm-products-banners h1 {
    font-size: 24px !important;
}

.hm-login {
    background-color: var(--bs-primary);
    padding: 55px 0;
}

.hm-login .title {
    width: fit-content;
    background-color: white;
    padding: 25px 5%;
    border-radius: 25px;
    margin-bottom: 30px;
}

.hm-login .title .gray {
    color: #00000080;
}

.hm-login .title .red {
    color: var(--bs-primary);
}

.hm-login .title h2 {
    font-size: 30px;
    font-weight: 200;
    margin: 0;
}

.hm-login .title h3 {
    font-size: 35px;
    font-weight: 200;
    margin: 0;
}

.hm-login p.sub {
    color: white;
    font-size: 22px;
    max-width: 900px;
    font-weight: 400;
}

.hm-login .btn-wrap {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.hm-login .btn-wrap a {
    color: white;
    font-weight: 400;
    font-size: 19px;
    padding: 6px 15px;
    border: 1px solid white;
    display: block;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    background: #ffffff24;
    transition: all 0.5s ease;
}

.hm-login .btn-wrap a:hover {
    background: transparent;
    color: white !important;
}

.hm-login > .row {
    align-items: center;
}

.hm-cat-prod > .row > .col-md-5 > div {
    align-items: center;
    justify-content: center;
}

.hm-cat-prod > .row > .col-md-5 a.mt-auto {
    margin-top: 0 !important;
}

.hm-cat-prod .row > .mt-5 {
    margin-top: 0rem !important;
}

.hm-cat-prod img {
    border-radius: 11px;
}

@media screen and (min-width: 768px) {
    .hm-cat-prod.reverse .row {
        flex-direction: row-reverse;
    }
}

.hm-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hm-brands .title, .hm-certification .title {
    flex: 100%;
    align-items: center;
    display: flex;
}

.hm-brands .row {
    flex: 1;
    gap: 20px;
}

.hm-brands .row .item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    display: flex;
    padding: 0;
}

.hm-brands .row .item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm-certification {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.hm-certification .item {
    flex: 1;
}

.about-us-1 {
    margin-top: 3rem;
}

.about-us-1 img, .about-us-2 img {
    width: auto !important;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 992px) {
    .about-us-2 .row {
        flex-direction: row-reverse;
    }
}

.cat-view h1 {
    font-size: 23px;
}

/* PRODUCTS - start */

.card  .text-secondary {
    color: #9f9eab !important;
    font-weight: 500 !important;
}

.attr .green {
    color: #1aab1a;
    font-weight: 500;
}

.attr .red {
    color: #f05454;
    font-weight: 500;
}

.attr .orange {
    color: #f5ae15;
    font-weight: 500;
}

.breadcrumb.justify-content-center {
    justify-content: flex-start !important;
    row-gap: 8px;
}

.breadcrumb li.text-nowrap {
    white-space: wrap !important;
}

/* PRODUCTS - end */

footer .main .contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 20px;
}

footer .main .contact-wrap .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

footer .main .contact-item a {
    display: block;
    font-size: 14px;
}

footer a {
    color: var(--footer-txt-color-opa6) !important;
}

footer .main .contact .navbar-brand {
    display: block;
    border-bottom: 1px solid white;
    padding-right: 20px;
    padding-bottom: 1.5rem;
}

footer .main .contact .contact-wrap {
    padding-right: 20px;
}

footer .main .contact-item .img-wrap {
    min-width: 30px;
    padding-top: 3px;
}

footer a:hover {
    color: white !important;
}

footer .main .contact .widget-list-link {
    border-right: 1px solid white;
}

footer .main .row > div:not(.contact) {
    display: flex;
    justify-content: center;
}

.info-messagle {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 25px;
}

.info-messagle p {
    margin: 0;
    color: #798092;
    line-height: 1.2em;
    font-size: 14px;
}

.table-border td {
    border: 1px solid #000; /* Μαύρο περίγραμμα */
    padding: 8px; /* Προαιρετικό: για λίγο χώρο γύρω από το κείμενο */
}

.card  p.availability {
    font-size: 0.875rem;
    min-height: 24px;
}

.cat-grid .card {
    max-width: 400px;
    margin: 0 auto;
}

.add-field-wrap span.availability {
    display: none;
}
/*
div#d7db9b56-2c32-4d9d-ba72-6f3732dc7c75 > .row > .col-lg-4 {
    display: none;
}

div#d7db9b56-2c32-4d9d-ba72-6f3732dc7c75 > .row > .col-lg-8 {
    width: 100%;
}*/

.cart-checkout-btn.btn-primary.disabled {
    color: white !important;
    opacity: 0.5;
}

/* RESPONSIVE - start */

.handheld-toolbar {
    background-color: var(--bs-primary);
}

@media all and (max-width: 991px) {
    .hm-login .img-wrap img {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .hm-login > .row {
        gap: 40px;
    }

    .home-slider h3 {
        font-size: 8vw;
    }

    .home-slider .tns-item > .container {
        width: 100%;
        aspect-ratio: 2 / 1;
        height: auto !important;
        max-height: none !important;
        min-height: auto !important;
    }
}

@media all and (max-width: 767px) {
    .hm-brands .row {
        flex: calc(50% - 10px);
        gap: 5px;
    }

    .hm-brands {
        gap: 5px;
    }
}

@media all and (max-width: 640px) {
    .hm-certification .item {
        flex: 0 1 calc(23% - 7px);
    }
}

@media all and (max-width: 499px) {
    footer .main .row > div:not(.contact) {
        text-align: center;
    }

    footer .main .contact .navbar-brand, footer .main .contact .widget-list-link {
        border: none;
    }

    footer .main .contact-wrap .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 192px;
    }

    footer .main .contact .navbar-brand {
        padding-right: 0px;
    }

    footer .main .contact .navbar-brand img {
        margin: 0 auto;
    }

    footer .main .contact-wrap {
        align-items: center;
        padding-right: 0 !important;
    }
}

/* RESPONSIVE - end */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hello:hover {
  color: white !important;
}

.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}


#general .main-product-swiper .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
}
#general .main-product-swiper .swiper-slide img {
  width: 272px !important;
  height: 272px !important;
  object-fit: cover;
  

}