
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    color:#ec7616 !important;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/

/***custom spinner start***/

/* Full-page Spinner Styles */
#spinner {
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.95); /* Slightly transparent white background */
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

#spinner.hide {
    visibility: hidden;
    opacity: 0;
}

.custom-spinner {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-logo {
    width: 100px;
    height: 100px;
    animation: rotateLogo 2s linear infinite;
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/***custom spinner end***/

/**breadcrumb-item**/

 .breadcrumb-item {
    color: #dddddd;
	
}

.breadcrumb-item.active {
    color: #dddddd;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #dddddd;
}

/**global links color**/
a {
    color: #512805;
}

a:hover,
a:focus {
    color: #ded9d6;
}

/**Custom colors & text*/

.custom-text-color {
    color:#3d1d04;
}

 .custom-text-color:hover{
     color:#3d1d05;
 }

 .big-title1
 {
    font-family:Fira Sans, Verdana !important;
    font-size:80px;
 }

 @media (max-width: 992px) {
    .big-title1 {
        font-size:45px !important;
    }
}


@media (max-width: 1400px) {
    .responsive-font3 {
      font-size: 16px !important;
    }
}

@media (max-width: 1200px) {
    .responsive-font {
        font-size: 16px !important;
    }
    .responsive-font2 {
        font-size: 22px !important;
    }
    .responsive-font4 {
        font-size: 14px !important;
    }
}

@media (max-width: 996px) {
    .responsive-font4 {
      font-size: 8px !important;
    }
}


 .text-black{
    color: #131313;
 }

 .custom-bg-brown{
    background:#3d1d03;

 }

 .c-hover:hover{
    color:#ec7616;
 }

 .m-hover:hover{
    background-color:#8b5325;

 }

 .menu-item-color{
      color:#3d1d03;
 }

 .menu-item-color:hover{
     color:#ad5b17
 }

.custom-button{
    background-color:#4e2504;
    color:#e9e9e9;
    border-color: #f5e9e9;
}

.custom-button:hover {
  background-color: #7e4414;
  color:#979090;
  border-color: #979090;
}

.custom-color-orange{
    color:#ec7616;
}

.navbarbackground{
    border-color:#f0a32c;
    background-color:#f0a32c;
}

.owl-carousel .item {
    max-width: 100%;
    box-sizing: border-box;
}

/****************divider*************/
.divider-custom {
    margin: 0.7rem 0 0.7rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-custom-line {
    width: 100%;
    max-width: 10rem;
    height: 0.25rem;
    background-color: rgba(236, 118, 22, 0.79);
    border-radius: 1rem;
    margin: 0 1rem;
}

.divider-custom-icon {
    font-size: 2rem;
}

.bgrnd-semi-transprnt{
    background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,0.6895133053221288) 99%, rgba(255,255,255,0.69) 100%);
}


.bgrnd-sidebar-mobile{
background: radial-gradient(circle, rgba(255, 255, 255, 0.808) 99%, rgba(255, 255, 255, 0.87) 100%);
}



 .back-to-top {
    position: fixed;
    right: 55px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
    z-index: 99;
}

/****distance page mobile from top**/
@media (max-width: 1200px)
 {
	.h-top{
	margin-top:20px !important;
	
	}
	  @media (max-width: 996px) {
        .ftco-animate.text-left.mt-5.text-white {
            margin-top: 1.2rem !important; /* ή ό,τι τιμή θέλεις */
        }
    }
	 
	/****distance mobile video title from top**/
	.h-top-video-title{
	margin-top:80px !important;
	}
	
	
}

.login-box{
    max-width:700px;
    width:100%;
    padding:40px 20px;
    margin:200px auto

}
/*** cookie button ***/

.cookie-btn{
    position: fixed;
    left: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;

}

/*** cookie button end***/



/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 7px;
    border-radius: 60px 60px 200px 200px;
}

.topbar .top-info {
    font-size: 16px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 16px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

.topbar-background{
    background-color: #6b3305;
}
/*** Topbar End ***/


/**Mobile Navbar Start **/
.orange-navbar {
    background-color: rgba(240, 163, 44, 1);
    transition: background-color 0.4s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.orange-navbar.scrolled {
    background-color: rgba(240, 163, 44, 1.00);
}
/**Mobile Navbar End **/

/**Sidebar mobile button**/
.sidebar-btn {
    position: fixed;
    right: -35px; /* Αρχικά μερικώς κρυμμένο, αφήνουμε ~20px ορατό */
    bottom: 270px;
    display: flex;
    width: 55px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; /* Ομαλή μετάβαση */
    z-index: 99999;
    border-radius: 8px 0 0 8px; /* Στρογγυλεμένες γωνίες μόνο αριστερά */
    background-color: rgba(78, 37, 4, 0.8); /* Ημιδιαφανές background */
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.2);
    padding-left: 10px; /* Για να μην είναι η εικόνα κολλημένη στην άκρη */
}

.sidebar-btn:hover {
    right: 0; /* Πλήρως ορατό όταν είναι hover */
    background-color: rgba(78, 37, 4, 1); /* Πιο έντονο background στο hover */
}

.sidebar-btn.hidden {
    right: -60px; /* Πλήρως κρυμμένο όταν είναι κοντά στο footer */
    opacity: 0;
    pointer-events: none; /* Απενεργοποίηση των click events */
}

/* Animation για να τραβά την προσοχή */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.sidebar-btn:not(:hover):not(.hidden) {
    animation: pulse 2s infinite;
}

.sidebar-btn::after {
    content: "Μενού";
    position: absolute;
    right: 60px;
    background-color: #333;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.sidebar-btn:hover::after {
    opacity: 1;
}

@media (min-width: 992px) {
    .sidebar-btn {
        display: none; /* Απόκρυψη για μεγάλες οθόνες */
    }
}

/*** Navbar Start ***/

.navbarbackground{
    border-color:#f0a32c;
    background-color:#f0a32c;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
    transition: .5s;
    color:#3d1d03;
    border-radius: 6px;
    padding: 4px 12px 4px 12px;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color:#d4d4d4;
    background-color: #3d1d03;
    border-radius: 6px;
    padding: 4px 12px 4px 12px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
     font-size: 20px;
    font-weight: 700px;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        width: 600px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 10px;
        border-radius: 10px !important;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background:#3d1d03;
    color: var(--bs-light);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.849) 99%, rgba(255, 255, 255, 0.932) 100%)!important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}

/*** Navbar End ***/

/****search Bar***/
.product-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    transition: all 0.3s ease;
    padding-right: 5px;
}
.product-item .image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    gap: 15px;
    flex-shrink: 0;
    padding: 5px;
    border-radius: 10px;
    background: #eff4f8;
}
#box-content-search li{
    list-style: none;
}
#box-content-search .product-item {
    margin-bottom: 10px;
}

/**Main Background**/
.main-background-gradient{
    background:radial-gradient(circle, rgba(124,43,5,0.4150035014005602) 99%, rgba(124,43,5,1) 100%), url(../img/staxia.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; background-attachment: fixed;
}

/** video section  **/
.video-section {
    height: 100vh;
    overflow: hidden;
}

.video-container {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.video-width{
    object-fit: cover;
}

.video-section h1,
.video-section p {
    transition: all 0.3s ease;
}

@media (min-width: 992px)  {  
    .video-title{
    margin-top:180px;

    }   
}

/* Subcategory Carousel Styles */

/* Equal Height για Subcategory Carousel Items */
.subcategory-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.subcategory-carousel .owl-item {
    display: flex;
    height: auto;
}

.subcategory-carousel .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    margin: 0 10px;
}

/* Το content area θα επεκταθεί για να καλύψει τον διαθέσιμο χώρο */
.subcategory-carousel .item .p-4 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Διατηρούμε τις υπάρχουσες ιδιότητες */
.subcategory-carousel .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.subcategory-carousel .ccategory-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.subcategory-carousel .ccategory-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.subcategory-carousel .ccategory-img img:hover {
    transform: scale(1.1);
}

/* Navigation Buttons */
.owl-nav-buttons {
    position: relative;
    margin-top: 20px;
}

.owl-nav-buttons button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: #4e2504;
    border: none;
    margin: 0 5px;
}

.owl-nav-buttons button:hover {
    transform: scale(1.1);
    background: #7e4414;
}

.owl-nav-buttons button i {
    font-size: 18px;
    color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .subcategory-carousel .item {
        margin: 0 5px;
    }
    
    .subcategory-carousel .ccategory-img img {
        height: 240px;
    }
}

/* Featured Products Carousel Styles - Equal Height */
.featured-carousel .item {
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.featured-carousel .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.featured-carousel .vesitable-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 240px; /* Fixed height for image container */
    position: relative;
}

.featured-carousel .vesitable-img img {
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.featured-carousel .vesitable-img img:hover {
    transform: scale(1.1);
}

/* Content area */
.featured-carousel .item .p-4 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.75rem !important;
}

.featured-carousel .item .p-4 h5 {
    font-size: 1rem;
    margin-bottom: 6px;
    line-height: 1.3;
    height: 2.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-carousel .item .p-4 p {
    margin-bottom: 8px;
    font-size: 0.85rem;
    max-height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.featured-carousel .item .p-4 .d-flex {
    margin-top: auto;
}

.featured-carousel .item .p-4 .btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.85rem;
}

/* Fix for carousel spacing */
.featured-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.featured-carousel .owl-item {
    display: flex;
    height: auto;
}

/* end Featured Products Carousel Styles */


/* Related Products Carousel Styles */
.related-carousel .item {
    transition: all 0.3s ease;
    margin: 10px;
}

.related-carousel .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.related-carousel .vesitable-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.related-carousel .vesitable-img img {
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.related-carousel .vesitable-img img:hover {
    transform: scale(1.1);
}

/* Navigation Buttons */
.owl-nav-buttons {
    position: relative;
    margin-top: 20px;
}

.owl-nav-buttons button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.owl-nav-buttons button:hover {
    transform: scale(1.1);
}

.owl-nav-buttons button i {
    font-size: 18px;
}


.page-header {
    position: relative;
    background:  radial-gradient(circle, rgba(68,88,90,1) 0%, rgba(20,20,20,0.6362920168067228) 30%), url(../img/page-header.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:25vh;

}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 120px !important;
    }

}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}


/*** Castegory-Subcategoy starts  ***/

/***Dinstance from top in mobile***/

.fruite{
    margin-top: 100px;
}

.category-title{
	margin-top:50px;
	width:700px;
}

@media (max-width: 768px)
 {
.category-title{
	margin-top:2px;
	margin-bottom:2px;
	}
	 .sort{
		 margin-top: 0;
    padding-top: 0;
	 }
}
.fruite .fruite-categorie .fruite-name {
    line-height: 10px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite-img {
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;    
        overflow: hidden;
        background-color: transparent;
    }


.fruite .fruite-item {
	height: 70%;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
   	overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 90px; 
    padding-bottom: 102.08%; /* μειωμένο από 127.6% */
    position: relative;
	
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
	/* Ensure image fills container properly */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
    object-position: center;
	
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.2);
}

/* Equal Height Product Cards */
.fruite .fruite-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
}

.fruite .fruite-item .p-4 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fruite .fruite-item .p-4 h5, 
.fruite .fruite-item .p-4 p {
    margin-bottom: 10px;
}

.fruite .fruite-item .p-4 .d-flex {
    margin-top: auto;
}

    /***Fruits end**/
      
    /*****category-subcategory-products page start***/
/* Βασικός ορισμός για xl και πάνω (1200px+) */
.col-xl-2-4 {
    flex: 0 0 20%; /* 5 στήλες ανά σειρά */
    max-width: 20%;
}

/* Για xxl screens (1400px+) - αν χρειάζεται διαφορετική συμπεριφορά */
@media (min-width: 1400px) {
    .col-xl-2-4 {
        flex: 0 0 20%; /* 5 στήλες ανά σειρά */
        max-width: 20%;
    }
}

/* Για lg screens (996px - 1199px) */
@media (min-width: 996px) and (max-width: 1199.98px) {
    .col-xl-2-4 {
        flex: 0 0 33.33333%; /* 3 στήλες ανά σειρά */
        max-width:33.33333%;
    }
}

/* Για md screens (768px - 996px) */
@media (min-width: 768px) and (max-width: 995.98px) {
    .col-xl-2-4 {
        flex: 0 0 33.333333%; /* 4 στήλες ανά σειρά */
        max-width:33.333333%;
    }
}

/* Για sm screens (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .col-xl-2-4 {
        flex: 0 0 50%; /* 2 στήλες ανά σειρά */
        max-width: 50%;
    }
}

/* Για xs screens (κάτω από 576px) */
@media (max-width: 575.98px) {
    .col-xl-2-4 {
        flex: 0 0 100%; /* 1 στήλη ανά σειρά */
        max-width: 100%;
    }
}

    .fruite-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          transition: transform 0.6s ease;
    }
    
  
 .fruite-img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        transition: transform 0.5s ease;
        border-radius: 10px;
    }
    
    .fruite-img:hover img {
        transform: scale(1.05);
        border-radius: 10px;
    }
    
    
/*****category-subcategory-products page end*****/

/*** categories carousel Start ***/
.ccategory .ccategory-item {
    height: 100%;
    transition: 0.5s;
}

.ccategory .ccategory-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.ccategory .ccategory-item .ccategory-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 20px;
}

.ccategory .ccategory-item .ccategory-img img {
    transition: 0.5s;
}

.ccategory .ccategory-item .ccategory-img img:hover {
    transform: scale(1.1);
}

.ccategory .owl-stage {
    margin:50px 0;
    position: relative;
}

.ccategory .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    right: 560px;
    color:#3d1d03;
    padding: 5px 25px;
    border: 1px solid #3d1d03;
    border-radius: 15px;
    transition: 0.5s;

}

@media (max-width:992px){
    .ccategory .owl-nav .owl-next{
        position: absolute;
        bottom: 0;
        right: 125px;
        color: #3d1d03;
        padding: 5px 25px;
        border: 1px solid #3d1d03;
        border-radius: 15px;
        transition: 0.5s;

    }


}

.ccategory .owl-nav .owl-next:hover {
    background:#3d1d03;
    color: var(--bs-white);
}

.ccategory .owl-nav .owl-prev {
    position: absolute;
    bottom: 0;
    right: 640px;
    color:#3d1d03;
    padding: 5px 25px;
    border: 1px solid #3d1d03;
    border-radius: 15px;
    transition: 0.5s;
}

@media (max-width:992px){
    .ccategory .owl-nav .owl-prev {
        position:flex;
        bottom: 0;
        right: 195px;
        color:#3d1d03;
        padding: 5px 25px;
        border: 1px solid #3d1d03;
        border-radius: 15px;
        transition: 0.5s;
    }
}

.ccategory .owl-nav .owl-prev:hover {
    background:#3d1d03;
    color: var(--bs-white);
}
/*** category carousel End ***/

/***shopfilter css**/

.brand-list li,
    .category-list li {
        line-height: 40px;
    }

    .brand-list li,
    .chk-brand,
    .category-list li .chk-category {
        width: 1rem;
        font-size: 16px;
        font-weight: 500;
        height: 1rem;
        color: #3d1d03;
        border: 0.125rem;
        margin-right: 0.75rem;
    }

    .filled-heart {
        color: red;
    }


/*** Banner Section Start ***/

.banner-home {
    background: linear-gradient(56deg, rgba(195,109,34,1) 0%, rgba(125,87,33,1) 0%, rgba(153,105,36,1) 14%, 
    rgba(253,167,45,0.7763480392156863) 64%, rgba(221,174,30,1) 96%); 
    height: 600px;
}

@media (max-width:992px){
    .banner-home {
        height: 850px;
    }
}

.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/

.background-carousel{
    background: radial-gradient(circle, rgba(255,255,255,0.4598214285714286) 22%, rgba(255,255,255,0.3337710084033614) 83%);
}


/*** Single Page Start ***/
.pagination {
    display: inline-flex;
}

.pagination a {
    color:#3d1d03;
    padding: 6px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #3d1d03;

    margin: 0 4px;
}

.pagination a.active {
    background-color:var(--bs-warning);
    color: var(--bs-white);
    border: 1px solid #3d1d03;

}

.pagination a:hover:not(.active)
{background-color: #3d1d03;
    color:var(--bs-white);
}


.nav.nav-tabs .nav-link.active {
    border-bottom: 1px solid var(--bs-warning) !important;
}

/***Custom pagination**/
/* Custom Pagination Styles */
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-list {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}

.pagination-list li {
    display: inline-block;
}

.pagination-list li a {
    text-decoration: none;
    color: #e78b12;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination-list li a:hover {
    background-color: #e78b12;
    color: #fff;
}

.pagination-list li.active span {
    background-color: #e78b12;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
}

.pagination-list li.disabled span {
    color: #ccc;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/***Ταξινομηση προϊόντων start***/
  /* Styling για το dropdown ταξινόμησης */
    #sort-products {
        background-color: rgba(255, 255, 255, 0.8);
        border-color: #ddd;
        color: #333;
    }
    
    #sort-products:focus {
        box-shadow: 0 0 0 0.25rem rgba(210, 180, 140, 0.25);
        border-color: #d2b48c;
    }
    
    /* Animation για τα προϊόντα όταν αλλάζει η ταξινόμηση */
    .sort-animation {
        transition: all 0.3s ease;
    }

    /***Ταξινομηση προϊόντων end***/

/* Στυλ για όλες τις καρτέλες */
.nav-tabs .nav-link {
    color: #4e2d06 !important; /* Χρησιμοποιώ το $primary χρώμα από το bootstrap.scss */
    transition: all 0.3s ease;
    background-color: transparent;
    border-bottom-color: transparent;
}

/* Στυλ για hover στις καρτέλες */
.nav-tabs .nav-link:hover {
    color: #6a5419 !important; /* Χρησιμοποιώ το $secondary χρώμα */
    border-color: rgba(223, 176, 49, 0.3);
}

/* Στυλ για την ενεργή καρτέλα */
.nav-tabs .nav-link.active {
    color: #4e2d06 !important; /* Το χρώμα της ενεργής καρτέλας */
    font-weight: bold;
    border-bottom: 2px solid #dfb031e5;
    background-color: rgba(223, 176, 49, 0.5);
}

/* Διόρθωση για το border της ενεργής καρτέλας */
.nav-tabs {
    border-bottom: 1px solid rgba(223, 176, 49, 0.2);
}

/*** Single Page End ***/


/*** Footer Start ***/
.footer-bg {
    background:radial-gradient(circle, rgba(68,88,90,1) 0%, rgba(20,20,20,0.6362920168067228) 70%), url(../img/footer-bg.webp);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment:fixed;
}

.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}


/*** Footer End ***/



/*  Fixes overflow dealers page*/
html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Responsive iframe */
iframe {
    max-width: 100%;
    height: auto;
}

/* Responsive text and spacing */
@media (max-width: 768px) {
    .responsive-font2 {
        font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    }

    .container {
        padding: 10px;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .divider-custom {
        margin: 1rem 0;
    }

    .rounded {
        margin-bottom: 1rem;
    }
}

