/*Single Product page */
.single-product .product-title{
    font-weight:700; 
    font-size:32px; 
    color:#373F50
}

.single-product .product-description{
    font-weight:700; 
    font-size:20px; 
    color:#373F50
}

.home-newproducts-carousel .tns-controls button{
    background-color:#09428F!important;
    color:white!important;

}

.helper{
    position: relative;
}
.helper:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.875rem;
    content: "";
    background: #DAE1E7;
}
.mega-dropdown{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 75vh;
    z-index: 999;
    background: #E2E7EE;
}

.mega-dropdown.show{
    display: block;
}

.mega-dropdown .main-menu{
    background: #fff;
    height: 100%;
    list-style: none;
    width: 20%;
    overflow-y: auto;
}
.mega-dropdown .main-menu .main-menu-item{
    width: 100%;
    height: 100%;
    color: #032657;
    display: block;
}
.mega-dropdown .main-menu .main-menu-item:hover{
    color:#032657!important;
    background: #E2E7EE;
}
.mega-dropdown .main-menu .main-menu-item.selected{
    color: #032657;
    background: #E2E7EE;
}
.mega-dropdown::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 69, 0.53);
    display: block;
}

.shadow-sm{
    /* box-shadow: 0px 4px 32px 8px rgba(9, 66, 143, 0.08)!important; */
}
.gradient-line{
    
}
.gradient-line::after{
    content: "";
    height: 4px;
    width: 120%;
    min-width: 300px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='307' height='4' viewBox='0 0 307 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.00358C0 0.899737 0.899706 0.00747313 2.00351 0.0166416L307 2.55L1.9964 3.99057C0.895349 3.99577 0 3.10465 0 2.00358Z' fill='url(%23paint0_linear_1_355)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_355' x1='1.71226e-06' y1='1.81813' x2='325' y2='1.81825' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2309428F'/%3E%3Cstop offset='1' stop-color='%23ED1B24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size:cover;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 0);
}
.box-shadow{
    filter: drop-shadow(0px 10px 24px rgba(9, 66, 143, 0.16));
}

.hover:hover .box-title{
    background: #2b3f8b !important;
    color: #fff;
}
.hover:hover .box-title h3{
    color: #fff!important;
}
.box-title:hover{
    background: #2b3f8b !important;
    color: #fff;
}

.box-title:hover h3{
    color: #fff!important;
}
.mega-dropdown .sub-menu{
    display: none;
    width: 70%;
    height: 100%;
}

@media (max-width: 1281px) {
    .mega-dropdown .sub-menu {
        width: 100%;
    }
}

.mega-dropdown .adjusted-menu .sub-menu {
    width: 65%;
}

.mega-dropdown .sub-menu .wrapper{
    flex-wrap: wrap;
    display: flex;
    height: 100%;
    overflow-y: auto;
}
.mega-dropdown .sub-menu.show{
    display: block;
}
.mega-dropdown .sub-menu ul li{
    list-style: none;
    font-size : 15px;
}

.mega-dropdown .sub-menu .nav-title{
    color: #032657;
}
.mega-dropdown .sub-menu .sub-menu-item{
    color: #000;
}

.mega-dropdown .menu-banner{
    width: 10%;
    display: none;
}

.mega-dropdown .adjusted-menu .menu-banner {
    width: 15%;
}

.mega-dropdown .menu-banner.show{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.menu-banner .banner-title {
    font-size: 24px;
    color: #032656;
}

.menu-banner .btn {
    width: fit-content;
    background: linear-gradient(#09428F, #AF0E16);
    font-size: 15px;
}

.overflow-hidden{
    overflow: hidden;
    padding-right: 16px;
}

.mobile-menu{
    display: none;
}

.stores-list{
    list-style: none;
}

.stores-list li{
    background: rgba(236, 243, 253, 0.58);
}

#stores-table {
    font-size: 24px;
}

#stores-table thead {
    background-color: #09428F;
}

#stores-table thead th {
    font-weight: 700;
    line-height: 29px;
    color: #FFFFFF !important;
}

#stores-table tbody td {
    color: #000000 !important;
}

#stores-table .table-cell-message {
    text-align: center;
    opacity: 0.4;
}

#stores-table .table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: #ECF3FD;
}

.store-group-title:hover{
    color: var(--body-secondary-txt-color) !important;
}
.store-group-title:not(.collapsed){
    background: #09428F;
    color: #fff!important;
}

.store-card{
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    /* box-shadow: 25px 16px 25px -3px rgba(9, 66, 143, 0.1); */
    filter: drop-shadow(0px 10px 24px rgba(9, 66, 143, 0.16));
}

.store-map iframe{
    width: 100%;
    height: 480px;
}
.store-select{
    border: 1px solid #DAE1E7;
    border-radius: 4px;
}
.store-select:hover{
    border: 1px solid #1C458C
    
}

/* Product List Card */
.product-card-alt .product-card-actions{
    bottom: 0;
    top: unset;
    left: 0;
    transform: unset;
    text-align: start;
}
.product-card-alt .product-thumb-overlay{
    background: none;
}
.btn-quickview{
    background:  rgba(9, 66, 143, 0.48);
    border: 4px;
    color: #fff;
}
.btn-quickview:hover{
    
    color: #fff!important;
}

.btn-add-list {
    background: rgba(237, 27, 36, 0.55);
    border: 4px;
    color: #fff;
}
.product-sku{
    font-size:12px;
    color:#677389;
}

.list-product-offers.product-card-alt {
    height: 360px;
}

.list-product-offers .product-thumb {
    height: 260px;
}

.list-product-suggestions.product-card-alt {
    height: 300px;
}

.list-product-suggestions .product-thumb {
    height: 200px;
}

.list-product-filters.product-card-alt {
    height: 500px;
    justify-content: unset !important;
}

.list-product-filters .product-thumb {
    height: 260px;
}

/* RelatedProducts Table */
.related-table .table thead  {
    background-color: var(--body-secondary-txt-color);
   
}
.related-table .table thead th {
    /* background-color: var(--body-secondary-txt-color); */
    color: #fff!important;
    vertical-align: middle;
    white-space: nowrap;
    /* padding: 30px 0; */
}
.related-table .table tbody{
    border-top: 0;
}
.related-table .table tbody tr td{
    color: var(--body-primary-txt-color)!important;
    vertical-align: middle;
}

.related-table .stock-availability{
    position: absolute;
    top: 0;
    right: 0px;
}
.related-table .stock-availability .availability-message{
    display:none;
}
.related-table .stock-availability:hover{
    cursor: pointer;
}
.related-table .stock-availability:hover .availability-message{

    display: block;
    position: absolute;
    top: 0;
    right: -20%;
    transform: translate(100%, -30%);
    border: 1px solid;
    padding: 10px 20px;
    z-index: 999;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    white-space: nowrap;

}
.store-message{
    padding: 10px 0;
}
.store-message p {
    margin: 0;
}
.store-message img{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(25px, -50%);
}
@media (max-width: 992px){
    .mega-nav{
        display: none;
    }
    .mobile-menu{
        list-style: none;
        display: block;
        min-height: 70vh;
        max-height: 70vh;
        overflow-y: auto;
    }
    .mobile-menu .mobile-menu-item{
        width: 100%;
        height: 100%;
        color: #032657;
        display: block;
    }
    .mobile-menu .mobile-menu-item.hide{
        display: none!important;
    }
    .mobile-menu .mobile-menu-item:hover{
        color:#032657!important;
        background: #F3F8FF;
    }

    .mobile-menu .mobile-menu-item .back-icon{
        display: none;
    }

    .mobile-menu .mobile-menu-item.selected{
        color: #032657;
        background: #F3F8FF;
    }
    .mobile-menu .mobile-menu-item.selected .menu-icon{
        display: none!important;
    }
    .mobile-menu .mobile-menu-item.selected .back-icon{
        display: block;
    }

    .mobile-menu .mobile-submenu{
        display: none;
    }

    .mobile-menu .mobile-menu-item.selected + .mobile-submenu{
        display: flex!important;
    }

    .mobile-menu-icon{
        border: 1px solid #E4E6EF;
        border-radius: 4px;
        padding: 8px 16px;
    }

    .navbar-toggler .mobile-menu-icon .ci-close{
        display: none;
    }
    .navbar-toggler .mobile-menu-icon .ci-close{
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .mobile-menu-icon .ci-close{
        display: inline-block;
    }
    .navbar-toggler[aria-expanded="true"] .mobile-menu-icon .ci-menu{
        display: none;
    }
    .store-map iframe{
        height: 210px;
    }
    .store-message img{
        position: absolute;
        left: 50%;
        top: 5px;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 767px){
    .related-table .stock-availability{
        right: -15px;
    }

    .related-table .product-image{
        margin-top: 10px;
    }
}

/* Hide NSRF when scrolled */
.navbar-sticky.navbar-stuck .navbar-brand:nth-of-type(2) {
    display: none !important;
}



/************************************** 
** Flickering Stock Availability Dot **
**************************************/
/* Base dot styles */
.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
  
/* Flickering animation */
@keyframes flicker {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

.flicker {
    animation: flicker 1s infinite;
}


/*************************
** Sticky Table Columns **
*************************/
.sticky-start-column {
    position: sticky;
    left: -1px;
    z-index: 1;
}

.sticky-end-column {
    position: sticky;
    right: -1px;
    z-index: 1;
}


/******************
** Related Table **
******************/
.table-responsive.related-table {
    max-height: 100%;
}

@media (max-width: 500px) { 
    .table-responsive.related-table {
        max-height: 75%;
    }
}


#footer-newsletter{
    padding-left: 2.25rem;
}

/* unmuted text class */
.unmuted * :not(a) {
    color: var(--body-primary-txt-color) !important;
}

/* overwrite container max-width */
@media(min-width: 1280px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }
}

#navcart > div > div > div.d-flex.flex-wrap.justify-content-between.align-items-center.py-3 > a:hover {
  color: #000 !important;
}

#navcart > div > div > div.d-flex.flex-wrap.justify-content-between.align-items-center.py-3.contrast > a:hover {
  color: #000 !important;
}

button.cart:hover {
  color: #000 !important;
}

@media (min-width: 1024px) and (max-width: 1500px) {
  .custom-hover .card-body h3 {
    font-size: 16px !important;
  }
}

.custom-hover .card:hover .card-body {
    background-color: #2b3f8b; 
}

.custom-hover .card:hover .card-body h3 {
    color: #ffffff;
}


.disabled-style {
  background-color: #e9ecef; /* ίδιο με disabled input */
  pointer-events: none;      /* απενεργοποιεί το hover/click */
  color: #7d7e81;            /* χρώμα που θες */
}




.modal-margin {
  margin-top: 110px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .modal-margin {
        margin-top: 220px; 
    }
}
.btn-custom {
  border: 1px solid #0d6efd;
  background: transparent;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  cursor: pointer;
  align-items: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #0d6efd;
}
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}


.inventory-modal .btn-close {
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: black;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9999 !important;
}

.inventory-modal .modal-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0.5rem auto;
  text-align: center;
}

.inventory-modal .modal-subtitle {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #6c757d;
}

.inventory-modal .table-eshoop,
.inventory-modal .table-warehouses {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-top: 0.5rem;
}

.inventory-modal .table-eshoop th,
.inventory-modal .table-eshoop td,
.inventory-modal .table-warehouses th,
.inventory-modal .table-warehouses td {
  border: 1px solid #dee2e6;
  text-align: center;
  padding: 0.25rem 0.5rem;
}

.inventory-modal .table-responsive {
  overflow-x: auto;
  max-width: 100%;
}


.inventory-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: env(safe-area-inset-top, 1rem) 1rem env(safe-area-inset-bottom, 1rem);
  background-color: transparent; 
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content {
    z-index: 1050;
    position: relative; 
    margin-top: 110px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .modal-content {
        margin-top: 220px; 
    }
}

@supports(padding: env(safe-area-inset-top)) {
  @media (max-width: 767px) and (min-device-width: 375px) and (max-device-width: 428px) and (-webkit-device-pixel-ratio: 3) {
    .modal-content,
    .modal-margin {
      margin-top: calc(180px + env(safe-area-inset-top));
    }
  }
}


.modal.inventory-modal {
  z-index: 1200 !important;
}

.modal.inventory-modal .modal-content {
  z-index: 1201 !important;
}

.text-danger-dark {
  color: #8B0000; /* Σκούρο κόκκινο (DarkRed) με καλύτερη αντίθεση */
}

/* .modal-backdrop {
    background-color: transparent !important; 
} */



/* .inventory-modal-wrapper {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: env(safe-area-inset-top, 1rem) 1rem env(safe-area-inset-bottom, 1rem);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.inventory-modal-dialog {
  width: 100%;
  max-width: 500px;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: inventory-slide-down 0.3s ease-out;
}

@keyframes inventory-slide-down {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.inventory-modal-header {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #ddd;
}

.inventory-modal-btn-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
  line-height: 1;
}

.inventory-modal-body {
  padding: 1rem;
}

.inventory-modal-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
}

.inventory-modal-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #6c757d;
  text-align: center;
  margin-bottom: 1rem;
}

.inventory-table-eshoop,
.inventory-table-warehouses {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
  font-size: 12px;
}

.inventory-table-eshoop th,
.inventory-table-eshoop td,
.inventory-table-warehouses th,
.inventory-table-warehouses td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.25rem 0.5rem;
}

.inventory-table-responsive {
  overflow-x: auto;
  max-width: 100%;
  margin-top: 1rem;
}

@supports(padding: env(safe-area-inset-top)) {
  .inventory-modal-wrapper {
    padding-top: calc(env(safe-area-inset-top) + 1rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 1rem);
  }
} */



.btn.dropdown-toggle::after {
    margin-left: 0.35rem;
    margin-right: 10px !important;
}

/* Language button hide words */
#\32 46fde89-cb6b-4a22-a085-c52bb3bf4477 > div:nth-child(1) > div > div.dropdown.ms-2.d-none.d-lg-block.order-lg-3 > button > span {
    display: none !important;
}

/* Change form options border */
.form-check-input {
border: 1px solid #000000;
}