@font-face {
    font-family: 'Engnosei';
    src: url(../fonts/proxima/proximanova_regular.ttf) format('truetype');
    /* src: url(../fonts/cera/Cera\ Pro\ Medium.otf) format('truetype'); */
}

  html{
    font-family: 'Engnosei' !important;
  }


.search-style-2 {
    text-align: -webkit-center !important;
}

.header-style-1 .search-style-2 form {
    max-width: 800px !important;
    border-radius: 100px !important;
}

.header-style-1 .search-style-2 form input {
    border-radius: 100px !important;
}

.toast-item-wrapper p {
    color: white !important;
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
    border-radius: 12px !important;
}



footer{
    border-top: 1px solid #ececec;
}

.shopping-cart-title {
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

th{
    padding: 12px !important;
}

.header-style-1 .search-style-2 form input {
    max-width: 600px;
    border-width: 0px;
    border-radius: 0 5px 5px 0;
    margin-left: 0px !important;
    background-color: #fff;
    border: none;
    padding-left: 8px !important;
}

.lable{
    color: white !important;
}

.header-middle{
    background-color: #1B1B91;
}



.prod-name {
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important; 
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    display: block !important;
    max-height: 2.3em !important;
    min-height: 2.3em !important;
    line-height: 1.2em !important;
    word-break: break-word !important;
}

.pagination-area-custom{
    text-align: center;
}

.header-style-1 .header-middle-ptb-1 {
    padding: 16px 0 !important;
}

.product-cart-wrap .product-badges span.hot {
    background-color: #c70707 !important;
}

.sort-by-product-area {
    display: flex;
    flex-wrap: wrap;
}

.sort-by-cover {
    flex: 1 1 auto;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .sort-by-cover {
        flex-basis: 50%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
}

.sort-by-dropdown-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sort-by-text {
    flex-grow: 1;
    text-align: start;
}

.sort-by-product-area {
    @media (max-width: 768px) {
      .sort-by {
        span {
          margin-right: 0;
        }
        .fi-rs-apps, .fi-rs-apps-sort {
          position: absolute;
          right: 0;
          bottom: 0;
        }
      }
    }
  }
  
  .image-loader {
    position: relative;
  }
  
  .image-loader:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 3px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s infinite ease-in-out;
  }
  
  /* .header-wrap{
    justify-content: center !important;
  } */

  .product-cart-wrap .product-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    flex-direction: column;
}

.detail-extralink .detail-qty-custom{
    margin: 0 16px 0px 0 !important;
    background: #fff;
    border: 2px solid #1B1B91 !important;
    font-size: 16px;
    font-weight: 700;
    color: #1B1B91;
    border-radius: 5px;
    padding: 0px 0px 0px 0px !important;
    max-width: 90px;
} 

.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    background-color: #ff0e0f !important;
}

.header-bottom .header-action-right a span.pro-count {
    background-color: #ff0e0f !important;
    color: #fff;
}

/* CSS */
.detail-extralink {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
}

.detail-extralink .detail-qty{
    margin: 0 16px 0 0 !important;
}

.detail-qty,
.add-cart {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.add {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Set height to match .detail-qty */
    background-color: lightgray; /* For visualization */
}

.add {
    display: flex !important;
    align-items: center !important; /* Vertically center content */
}

.add i {
    margin-right: 5px !important; /* Add spacing between icon and text */
}

.login_footer {
    justify-content: start !important; 
}

.choice {
    display: flex; /* Use flexbox */
    align-items: center; /* Align items vertically */
    gap: 2;
}

.cr-choice{
    margin-right: 20px; /* Add some spacing between options */
}

.select2 {
    width: 100% !important;
}

.remove{
    background-color: #c70707 !important;
}


.img-container {
    padding: 48px;
    text-align: center;
}

.img-container img{
    width: 500px;
}

/* .form-group input,textarea {
    border: 2px solid #ececec !important;
} */

.border {
    border: 2px solid #ececec !important;
}

.toggle_info {
    border: 2px solid #ececec !important;
}

/* input {
    border: 2px solid #ececec !important;
} */

.qty-val{
    border: 0px solid #ececec !important;
}

.input-error{
    border: 2px solid red !important;
}

.error{
    color: red !important;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.invoice-1 .invoice-info-buttom .table .invoice-1 .invoice-info-buttom .table tr, .table tr {
    border: 0px !important;
    font-size: 0.875rem;
}

.text-heading{
    font-weight: 500 !important;
    font-size: 0.9375rem;
    /* float: left; */
}

.text-total{
    font-size: 0.9375rem;
}

.discount{
    color: #4CAF50;
}

.fr{
    float: right;
}

.fl{
    float: left;
}

.text-end{
    float: right !important;
}

.cart_total_label{
    float: left !important;
}

.custome-radio{
    text-align: start !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ececec;
    color: unset;
    border-radius: 6px;
}

/* .d-flex{
    gap: 10px !important;
} */

/* .btn{
    border-radius: 8px !important;
} */

/* .login_footer.form-group{
    display: -webkit-inline-box !important;
} */

.orders tr {
    border: 1px solid #e9ecef !important;
}

.alert-processing {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-completed {
    color: #145a32;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-shipped {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-canceled {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-pending {
    color: #2d3436;
    background-color: #dfe6e9;
    border-color: #b2bec3;
}

.alert-billing {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-shipping {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    border-radius: 24px;
}

.modal-body {
    max-height: 60vh; /* Set maximum height to 60% of viewport height */
    overflow-y: auto; /* Add vertical scrollbar if content overflows */
}

/* ::-webkit-scrollbar {
    width: 12px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  ::-webkit-scrollbar-thumb {
    background: #1B1B91; 
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #3636c9; 
  } */

  .shop-now{
    border-radius: 50px !important;
}
  .shop-now a{
    color: white;
    text-decoration: none; 
    transition: color 0.3s;
}

.display-2{
    max-width: 80%;
}

/* Text color when hovering */
.shop-now:hover {
    color: white;
}

.newsletter .newsletter-inner {
    background: url(https://builtin.com/sites/www.builtin.com/files/styles/og/public/2023-02/newsletter-services.jpg) no-repeat center;
    background-size: cover;
    padding: 20px;
    clear: both;
    display: table;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    min-height: 230px;
}

.mobile-social-icon a img {
    max-width: 100% !important;
    padding: 6px;
}

.p1rem{
    padding: 1rem !important;
}

.select-dropdown{
    background: #fff !important;
    border: 1px solid #ececec !important;
    height: 64px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 20px !important;
    font-size: 16px !important;
    width: 100% !important;
    border-radius: 12px !important;
}

/* h2 a{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   display: block !important;
    max-height: 3.8em !important;
    min-height: 3.8em !important;
    line-height: 1.2em !important;

} */

/* Cookies */

#cookiePopup {
    position: fixed;
    overflow: hidden;
    z-index: 999999;
    background-color: #ffffff;
    font-size: 14px;
    width: 70vw;
    max-width: 42.85em;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 1.8em;
    padding: 2em 1.4em;
    border-radius: 12px;
    transition: all 0.5s ease-in;
  }
  #cookiePopup img {
    display: block;
    width: 3.75em;
    transform: translateZ(0);
    position: relative;
    margin: auto;
  }
  #cookiePopup p {
    text-align: center;
    margin: 1.4em 0;
  }
  #cookiePopup button {
    background-color: #1B1B91;
    border: none;
    color: #ffffff;
    font-size: 1.2em;
    padding: 1em 1.4em;
    display: block;
    position: relative;
    margin: auto;
    border-radius: 12px;
  }
  #cookiePopup a {
    color: #1B1B91;
  }
  .hide-pop {
    visibility: hidden;
    bottom: 0;
    right: 2em;
  }
  .show-pop {
    visibility: visible;
    bottom: 2em;
    right: 2em;
  }
  @media only screen and (max-width: 37.5em) {
    #cookiePopup {
      width: 95%;
      margin: 0px 2.5% 0px 2.5%;
    }
    .hide-pop {
      bottom: 2em;
      right: 0;
    }
    .show-pop {
      right: 0;
      bottom: 0;
    }
  }
/* End Cookies */

.cart-content{
    max-height: 30em;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

button[type='submit']:hover{
    background-color: #FDC040 !important;
    color: white;
}

footer{
    background-color: #f9f9f9;
}

.logo.logo-width-1 {
    margin-right: 0px !important;
}

.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 2px solid #1B1B91;
}




.stock-status.new {
    color: white;
    background: #1b1b91;
}

.stock-status.best {
    color: white;
    background: #f59758;
}

.stock-status.out-stock {
    color: white;
    background: #c70707;
}

.mrm-15{
    margin-right: -15px;
}

figure{
    display: flex !important;
    justify-content: center !important;
}

.product-cart-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /* display: block !important; */
    /* height: 18rem !important; */
}

.banner-left-icon {
    position: relative;
    background: #F4F6FA;
    padding: 20px;
    border-radius: 10px;
    height: 10rem !important;
}

/* .nav-tabs {
    border: 0;
    margin-bottom: 4px;
    display: flex !important;
    justify-content: end !important;
} */

.nav-item {
    margin: 4px 0px 4px 0px !important;
}

.detail-gallery .product-image-slider img {
    opacity: 1;
    border-radius: 16px;
    height: 18rem !important;
}


/* Progress bar styles */
.progress-bar {
    width: 100%;
    height: 30px;
    padding: 6px;
    background-color: #4CAF50;
    border-radius: 9px;
    text-align: center;
    line-height: 30px;
    color: white;
    position: relative;
}

/* Text inside progress bar */
.progress-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7rem;
}

.center-image{
    margin: 0 auto !important;
}


.toast-item-wrapper.success{
    background-color: #ddffdd!important;
    color: #4CAF50;
}

.toast-item-wrapper.success p{
    color: #000 !important;
}
html, body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-family: "Engnosei" !important;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

.main-menu > nav > ul > li > a{
    font-family: "Engnosei" !important;
}

.main-menu > nav > ul > li ul.sub-menu li a{
    font-family: "Engnosei" !important;
}

h1,h2,h3,h4,h5,h6,a{
    font-family: "Engnosei" !important; 
}

.nav-tabs.links .nav-link, .product-cart-wrap .product-content-wrap h2 a
,.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button, button,
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area
 .mobile-menu-wrap nav .mobile-menu li a{
    font-family: "Engnosei" !important; 
}

.search-style-2 button{
    border-radius: 50%;
}



/* New Changes */

@media only screen and (min-width: 481px) and (max-width: 1199px){
.mobile-promotion {
    display: block !important;
    padding: 7px 0;
    text-align: center;
    background: #1B1B91;
    color: #fff;
}

.logo.logo-width-1 {
    margin-right: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    
}

.header-bottom {
    padding: 20px 0;
}

}

@media (min-width: 768px) and (max-width: 991px){
    .container, .container-md, .container-sm {
        max-width: 870px;
    }
}

@media only screen and (max-width: 480px){
    ul.footer-list {
        min-width: 250px;
        margin-bottom: 30px;
    }
    
    .detail-extralink {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .detail-extralink .detail-qty{
        margin-bottom: 12px !important;
        /* max-width: 100%; */
    }

    .add{
        min-height: 50px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .container, .container-md, .container-sm {
        max-width: 870px;
    }

    
}



.logos__marquee {
	display: flex;
	overflow-x: hidden;
	user-select: none;
	mask-image: linear-gradient(
		to right,
		hsl(0 0% 0% / 0),
		hsl(0 0% 0% / 1) 20%,
		hsl(0 0% 0% / 1) 80%,
		hsl(0 0% 0% / 0)
	);
}

.marquee__logos {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 1rem;
	min-width: 100%;
	animation: loop 20s linear infinite;
}
.marquee__logos img {
	display: block;
	margin-inline: 2rem;
}

@keyframes loop {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}


.logos__marquee:hover .marquee__logos {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


input[password]{
    letter-spacing: 0.1em;
}



.custome-radio input[type="radio"] + .form-check-label::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: 6px !important;
    left: 3px;
    opacity: 0;
}





/* Menu */
.main-navigation {
            display: flex;
            justify-content: center;
            height: 60px;
            position: relative;
            z-index: 1001;
        }

        .main-nav {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
        }

        .main-nav > li > a {
            display: flex;
            align-items: center;
            height: 60px;
            padding: 0 20px;
            color: white;
            font-weight: 500;
            text-decoration: none;
            transition: background-color 0.2s ease;
            align-content: center;
        }

        .main-menu.main-menu-lh-2 > nav > ul > li {
            line-height: unset;
        }
    
        
        .mega-menu {
            position: fixed;
            left: 0;
            right: 0;
            z-index: 1000;

            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease, transform 0.3s ease;
            background-color: rgb(227 227 239 / 1);
        }

        .mega-menu-inner {
            margin: 0 auto;
            background-color: rgb(227 227 239 / 1);
            display: flex;
            gap: 30px;
        }

        .has-megamenu:hover > .mega-menu {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }
        
        /* --- ΣΤΥΛ ΓΙΑ ΤΙΣ ΣΤΗΛΕΣ ΕΝΤΟΣ ΤΟΥ ΜΕΝΟΥ --- */
        
        .submenu-links { 
            flex: 0 0 300px; 
            padding: 1rem;
        }
        
        .submenu-content { 
            flex: 1;  
            padding: 1rem;
            background-color: rgb(239 239 247 / 1); 
        }
        .submenu-links p, .submenu-content p {
            font-weight: 700;
            margin-top: 0;
            color: black;
            font-size: 1.125rem;
            line-height: 1.75rem;
            padding: 1rem;
            background-color: rgb(239 239 247 / 1);
        }

        .submenu-links p {
            background-color: rgb(227 227 239 / 1);
        }

        .submenu-links ul, .content-panel ul {
            list-style: none;
            padding: 1rem;
            margin: 0;
        }

        .submenu-links li a {
            line-height: 2rem;
            display: block;
            padding: 5px 15px;
            text-decoration: none;
            color: #333;
            border-radius: 5px;
            margin-bottom: 4px;
        }
        
        .submenu-links li:hover > a { background-color: #f0f0f0; }
        .submenu-links li.active > a { background-color: #ffffff; font-weight: 600; }
        
        .content-panel { display: none; }
        .content-panel.active { display: block; }

        .content-panel ul li a {
            line-height: 2rem;
            display: block;
            text-decoration: none;
            color: #555;
            margin-bottom: 4px;
        }
        .content-panel ul li a:hover { color: #1b1b91; }

        .multi-column-list {
            column-count: 3;
            column-gap: 30px;
        }
        /* End Menu */

.product-cart-wrap .product-img-action-wrap {
    max-height: unset !important;
}

.logo.logo-width-1 a img {
    min-width: 280px !important;
}


.dropdown-results a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}
.dropdown-results a:hover {
    background: #f3f3f3;
}

.dropdown-results {
    position: relative;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 8px 12px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pagination li a:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.pagination li.active span {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination li.disabled span {
    color: #999;
    cursor: not-allowed;
}

.pagination li a,
.pagination li span {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}

.zoomWindow{
    background-color: #fff !important;
}

.title-detail{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: black !important;
}

.current-price .align-super {
    font-size: 0.6em;   
    vertical-align: super; 
}

.product-cart-wrap .product-content-wrap .current-price {
    font-size: x-large !important;
}

.page-item.active .page-link {
    background-color: #1c1a91 !important;
    border-color: #deeff9 !important;
}

@media only screen and (max-width: 768px) {
    .logo.logo-width-1 a img {
    min-width: 180px !important;
}
}





/* Banner Wrapper */
.banner-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Each Slide */
.banner-slide {
    position: relative;
    width: 100%;
    height: auto;
}

.banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Text Content */
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
    padding: 1rem;
}

.banner-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.banner-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.banner-btn {
    background: #0077cc;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.banner-btn:hover {
    background: #005fa3;
}

/* Responsive */
@media (max-width: 768px) {
    .banner-title {
        font-size: 1.5rem;
    }
    .banner-subtitle {
        font-size: 1rem;
    }
    .banner-content {
        padding: 0.5rem;
    }
}

/* Override Owl Carousel Nav to match our custom namespace */
.banner-wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.banner-wrapper .owl-nav .owl-prev {
    left: 10px;
}

.banner-wrapper .owl-nav .owl-next {
    right: 10px;
}

.banner-wrapper .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
