#sp-header {
  height:100px;
}

#sp-header .row {
  align-items: center;
}

.hero-section{
    position:relative;
    height:650px;
    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:20px;
}

.hero-image{

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    object-fit:cover;

    z-index:1;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            rgba(0,0,0,.55),
            rgba(0,0,0,.20)
        );

    z-index:2;

}

.hero-badge {
  display: inline-block;
  background: rgba(212,162,76,0.9);
  color: #000;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.hero-content{

    position:relative;

    z-index:3;

}

.hero-content h1 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 20px;
  color: #eee;
}

.hero-btn {
  display: inline-block;
  margin-top: 20px;
  background: #d4a24c;
  color: #000;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.hero-btn:hover {
  background: #b8832f;
}

.categories { 
background: url('/images/red-bg.jpg') center/cover no-repeat; 
padding: 80px 20px; 
position: relative; 
text-align: center; 
} 
.categories h2 { 
color: #fff; margin-bottom: 40px; 
font-size: 32px; 
}
.category-card { 
position: relative; 
height: 300px; 
border-radius: 12px; 
overflow: hidden; 
display: flex !important; 
align-items: flex-end; 
justify-content: center; 
text-decoration: none; 
color: #fff; 
font-size: 22px; 
font-weight: bold; 
width: 100%; 
} 
.cat1 { 
background: url('/images/cat-russian.jpg') center/cover no-repeat; 
} 
.cat2 { 
background: url('/images/cat-pontic.jpg') center/cover no-repeat; 
} 
.cat3 { background: url('/images/cat-asia.jpg') center/cover no-repeat; 
} 
.cat4 { background: url('/images/cat-world.jpg') center/cover no-repeat; 
} 
.category-card .overlay { 
position: absolute; 
inset: 0; 
background: rgba(0,0,0,0.5); 
z-index: 1; 
} 
.category-card h3 { 
position: relative; 
z-index: 2; 
margin-bottom: 20px; 
color: #fff; 
} 
.category-card:hover { 
transform: scale(1.03); 
transition: 0.3s; 
}

.kantina {
  background: #0d0d0d;
  padding: 80px 20px;
}

.kantina-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

/* TEXT */
.kantina-text {
  flex: 1;
  color: #fff;
}

.kantina-text h2 {
  font-size: 42px;
}

.kantina-text p {
  font-size: 20px;
  line-height: 1.6;
}


/* IMAGE */
.kantina-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .kantina-container {
    flex-direction: column;
  }

  .kantina-image {
    width: 100%;
  }
}

.btn-primary{
color: #ffffff;
}

.section-divider {
  width: 60%;
  height: 2px;
  margin: 50px auto;
  background: linear-gradient(
    to right,
    transparent,
    #e79d19,
    transparent
  );
box-shadow: 0 0 8px rgba(231,157,25,0.5);
}

.trust {
  background: #111;
  padding: 80px 20px;
  text-align: center;
}

.trust-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.trust-item {
  background: #1a1a1a;
  padding: 30px 20px;
  border-radius: 12px;
  width: 240px;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.05);
}

.trust-item:hover {
  transform: translateY(-8px);
  border-color: #d4a24c;
}

.trust-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.trust-item h3 {
  color: #fff;
  margin-bottom: 10px;
}

.trust-item p {
  color: #bbb;
  font-size: 15px;
}

.ria {
  color: #f58220; /* πορτοκαλί RIA */
  font-weight: bold;
}

.moneygram {
  color: #e11c2a; /* κόκκινο MoneyGram */
  font-weight: bold;
}


.products {
  background: #0d0d0d;
  padding: 80px 20px;
  text-align: center;
}

.products h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 32px;
}

.products-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.product-card {
  width: 240px;
  background: #5a0f14;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.product-card:hover {
  transform: translateY(-8px);
}

.product-image {
  height: 180px;
}

/* εικόνες */
.p1 { background: url('/images/prod-russian.jpg') center/cover no-repeat; }
.p2 { background: url('/images/prod-pontic.jpg') center/cover no-repeat; }
.p3 { background: url('/images/prod-asia.jpg') center/cover no-repeat; }
.p4 { background: url('/images/prod-world.jpg') center/cover no-repeat; }

.product-card h3 {
  color: #fff;
  padding: 15px;
  font-size: 18px;
}

/* responsive */
@media (max-width: 768px) {
  .product-card {
    width: 45%;
  }
}

.store {
  background: linear-gradient(135deg, #1a1a1a, #2b2b2b);
  padding: 80px 20px;
}

.store-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* TEXT */
.store-text h2 {
  color: #ffffff;
  font-weight: 700;
}

.store-text p {
  color: #dddddd;
}

/* IMAGE */
.store-image {
  flex: 1;
}

.store-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* BUTTONS */
.store-btn {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  background: #9a031e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.store-btn.secondary {
  background: #333;
}

/* MOBILE */
@media (max-width: 768px) {
  .store-container {
    flex-direction: column;
  }

  .store-image {
    width: 100%;
    margin-top: 20px;
  }
}

.offers {
  background: linear-gradient(135deg, #d4a24c, #b8832f);
  padding: 70px 20px;
  text-align: center;
}

.offers h2 {
  color: #000;
  margin-bottom: 40px;
  font-size: 34px;
}

.offers-container {
  max-width: 1000px;
  margin: auto;
}

.offer-card {
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: 0.3s;
}

.offer-card:hover {
  transform: scale(1.03);
}

.offer-card h3 {
  margin-bottom: 10px;
  color: #111;
}

.offer-card p {
  color: #555;
}

.price {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #d32f2f;
}

.footer {
  background: #0a0a0a;
  color: #ccc;
  padding: 60px 20px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  gap: 30px;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-col h3,
.footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #ccc;
  text-decoration: none;
}

.footer-col a:hover {
  color: #d4a24c;
}

/* bottom */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #222;
  padding-top: 15px;
  font-size: 13px;
}

.socials a {
  display: inline-block;
  margin-right: 10px;
  color: #d4a24c;
}

.footer-social {
  display: flex !important;
}

.footer-social a {
  font-size: 20px;
  transition: 0.3s;
}

/* Facebook */
.footer-social a .fa-facebook { color: #1877f2; }

/* Instagram */
.footer-social a .fa-instagram { color: #e4405f; }

/* YouTube */
.footer-social a .fa-youtube { color: #ff0000; }

/* Twitter (X) */
.footer-social a .fa-twitter { color: #1da1f2; }

/* LinkedIn */
.footer-social a .fa-linkedin { color: #0077b5; }

/* WhatsApp */
.footer-social a .fa-whatsapp { color: #25d366; }

/* Hover effect */
.footer-social a:hover {
  transform: scale(1.2);
  filter: brightness(1.2);
}

/* ==========================================
   STICKY MENU ONLY WHEN HEADER IS STICKY
========================================== */


/* ==========================================
   USER & CART SPACING
========================================== */

#sp-logged-in-usermenu {
    text-align: right;
    padding-right: 10px;
}

#sp-shoppingcart {
    padding-left: 0;
}

@media (max-width:991px){

    #sp-menu-tablet-mobile .row{
        display:flex !important;
        flex-wrap:nowrap !important;
        align-items:center !important;
        --bs-gutter-x: 0 !important;
    }

    #sp-menu{
        flex:0 0 50px !important;
        max-width:50px !important;
    }

    #sp-position-3{
        flex:1 1 auto !important;
        min-width:0 !important;
    }

    #sp-position-5{
        flex:0 0 110px !important;
        max-width:110px !important;

        display:flex !important;
        justify-content:flex-end !important;
        align-items:center !important;
      padding-right:0 !important;
    }

    #sp-position-5 .sp-column,
    #sp-position-5 .sp-module,
    #sp-position-5 .sp-module-content{
        width:100% !important;
    }

    #sp-position-5 .hikashop_cart_module{
        width:auto !important;
        min-width:0 !important;

        padding:=4px 6px !important;
        border-radius:18px !important;
    }

}

/*sticky mobile menu */

@media (max-width:991px){

    #sp-menu-tablet-mobile{
        position:fixed !important;
        top:0;
        left:0;
        right:0;
        z-index:1000;
        background:#fff;
        box-shadow:0 2px 10px rgba(0,0,0,.08);
    }

    body{
        padding-top:70px;
    }

}


/* forgot username/password links */

#form-login-username .controls,
#form-login-password .controls{
    display:flex;
    flex-direction:column;
}

.hikashop-forgot-link{
    display:block;
    margin-top:4px;
    font-size:11px;
    color:#a9031e !important;
    text-decoration:none;
    text-align:right;
}

.hikashop-forgot-link:hover{
    text-decoration:underline;
}

/* button.input-password-toggle span.visually-hidden{
    position:static !important;
    width:auto !important;
    height:auto !important;
    clip:auto !important;
    overflow:visible !important;
    white-space:nowrap !important;
    display:inline-block !important;
    margin-left:6px !important;
} */

button.input-password-toggle{
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
}

/* MOBILE CATEGORY BAR */

.lc-country-bar{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;

    align-items:center;
    gap:10px;

    overflow-x:auto;
    overflow-y:hidden;

    padding:4px 8px;

    background:#fff;

    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}

.lc-country-bar::-webkit-scrollbar{
    display:none;
}

.lc-country-item{
    flex:0 0 auto;

    display:flex;
    align-items:center;
    gap:6px;

    padding:5px 10px;

    background:#fff;

    border:1px solid #b48a2c;
    border-radius:30px;

    text-decoration:none !important;

    color:#7a0016;
    font-size:13px;
    font-weight:600;

    white-space:nowrap;

    transition:.2s;
}

.lc-country-item:hover,
.lc-country-item:active{
    background:#7a0016;
    color:#fff;
}

.lc-country-item .flag{
    font-size:16px;
    line-height:1;
}

/* Νέα Προϊόντα */

.lc-country-item.new{
    background:#0d6efd;
    border-color:#0d6efd;
    color:#fff;
}

/* Προσφορές */

.lc-country-item.offer{
    background:#7a0016;
    border-color:#7a0016;
    color:#fff;
}

@media (max-width:991px){

    body{
        padding-top: 70px;
    }

}

.lc-country-item.active{
    background:#7a0016;
    color:#fff;
}

/* Υποκατηγοριες Ελληνικα & Ρωσικα */

/* SUBCATEGORIES */

.lc-subcats{
    display:flex;
    align-items:center;
    gap:8px;

    overflow-x:auto;
    overflow-y:hidden;

    padding:8px 8px 4px 8px;
    margin-top:6px;

    background:#fff;

    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}

.lc-subcats::-webkit-scrollbar{
    display:none;
}

.lc-subcat{
    flex:0 0 auto;

    display:flex;
    align-items:center;
    gap:5px;

    padding:6px 12px;

    border:1px solid #b48a2c;
    border-radius:30px;

    background:#fff;

    color:#7a0016;
    text-decoration:none !important;

    font-size:12px;
    font-weight:600;

    transition:.2s;
}

.lc-subcat:hover{
    background:#7a0016;
    color:#fff;
}

.lc-subcat span{
    font-size:16px;
    line-height:1;
}

.lc-subcat small{
    font-size:12px;
    font-weight:600;
}

/* FORCE HORIZONTAL COUNTRY MENU */

.lc-country-bar{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
}

.lc-country-item{
    display:inline-flex !important;
    flex:0 0 auto !important;

    width:auto !important;
    min-width:auto !important;
    max-width:none !important;

    white-space:nowrap !important;
    margin-top: 5px;
}

/* Banner δωρεαν μεταφορα & τηλ */

.lc-top-info{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:8px 12px;

    background:#f0a51a;

    border-radius:12px;

    color:#fff;
    font-size:13px;
    font-weight:600;

    margin:6px 10px;
}

.lc-separator{
    width:1px;
    height:18px;
    background:rgba(255,255,255,.4);
}

.lc-info-phone{
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.lc-info-phone:hover{
    color:#fff;
}

/* ===================================================
   LEONIDIS CUSTOM
   STICKY MENU
   Created: 2026
   =================================================== */

@media (min-width: 992px) {

    body.lc-menu-fixed #sp-menu.d-lg-block {

        position: fixed;
        top: 100px;
        left: 0;
        right: 0;

        width: 100%;

        z-index: 9998;

        background: #fff;

        box-shadow: 0 2px 10px rgba(0,0,0,.08);

    }

}

/* ==========================================
   PASSWORD TOGGLE - ONLY EYE ICON
   ========================================== */

.input-password-toggle{
    width:42px !important;
    min-width:42px !important;
    padding:0 !important;
}

.input-password-toggle .visually-hidden{
    display:none !important;
}

/* ==========================================
   BIGGER PASSWORD FIELDS
   ========================================== */

.input-group.has-success{
    display:flex !important;
    width:100% !important;
}

.input-group.has-success input{
    flex:1 !important;
    width:auto !important;
}

button.input-password-toggle span.visually-hidden{
    display:none !important;
}

/* ONLY EYE ICON */

button.input-password-toggle{
    width:42px !important;
    min-width:42px !important;
    max-width:42px !important;

    padding:0 !important;

    overflow:hidden !important;

    font-size:0 !important;
}

button.input-password-toggle .icon-eye{
    font-size:18px !important;
}

button.input-password-toggle .visually-hidden{
    display:none !important;
}

/* Module Sp-top-3 */

@media (max-width:991px){

    #sp-top-3{
        flex:0 0 auto !important;
        width:auto !important;
        max-width:none !important;
    }

}
