/* =====================================================
   HIKASHOP RESPONSIVE REDESIGN
===================================================== */


/* =====================================================
   MOBILE (<768)
===================================================== */

@media (max-width:767px){

/* ===== GRID ===== */

.hikashop_products_listing .hk-row-fluid{
display:flex!important;
flex-wrap:wrap!important;
gap:8px!important;
}

.hikashop_products_listing .hkc-md-4{
width:calc(50% - 4px)!important;
max-width:calc(50% - 4px)!important;
flex:0 0 calc(50% - 4px)!important;

padding:0!important;
margin:0!important;
}


/* ===== CARD ===== */

.hikashop_subcontainer{
padding:6px!important;
}

.hikashop_product{
width:100%!important;
min-height:auto!important;
}

/* ===== TITLE ===== */

.hikashop_product_name{

font-size:13px!important;

line-height:1.2;

}


/* ===== PRICE ===== */

.hikashop_product_price{

font-size:18px!important;

}


/* ===== BUTTONS ===== */

.hikabtn{

font-size:12px!important;

padding:8px 6px!important;

line-height:1.2;

white-space:normal!important;

}

.hikashop_product_details_button{

font-size:11px!important;

padding:5px!important;

}


/* ===== QUANTITY ===== */

.hikashop_product_quantity_div{

display:flex!important;

justify-content:center!important;

align-items:center!important;

gap:4px!important;

}


.hikashop_product_quantity_field_change_minus{

order:1!important;

background:#a9031e!important;

color:#fff!important;

}


.hikashop_product_quantity_field{

order:2!important;

width:38px!important;

height:32px!important;

padding:0!important;

text-align:center!important;

}


.hikashop_product_quantity_field_change_plus{

order:3!important;

background:green!important;

color:#fff!important;

}


.hikashop_product_quantity_div a{

width:30px!important;

height:30px!important;

display:flex!important;

justify-content:center!important;

align-items:center!important;

border-radius:4px;

padding:0!important;

margin:0!important;

}

}

/* =====================================================
TABLET (768–991)
===================================================== */

@media (min-width:768px) and (max-width:991px){

  /* quantity */

.hikashop_product_quantity_div{

display:flex!important;

justify-content:center!important;

align-items:center!important;

gap:6px!important;

}


.hikashop_product_quantity_field_change_minus{

order:1!important;

background:#a9031e!important;

color:#fff!important;

}


.hikashop_product_quantity_field{

order:2!important;

width:45px!important;

height:36px!important;

text-align:center!important;

}


.hikashop_product_quantity_field_change_plus{

order:3!important;

background:green!important;

color:#fff!important;

}


.hikashop_product_quantity_div a{

width:32px!important;

height:32px!important;

display:flex!important;

justify-content:center!important;

align-items:center!important;

border-radius:4px;

}

.hikashop_product_name{
font-size:15px!important;
}

.hikashop_product_price{
font-size:26px!important;
}

.hikabtn{
font-size:14px!important;
padding:10px!important;
}

}


/* =====================================================
DESKTOP (>992)
===================================================== */

@media (min-width:992px){

/* quantity */

.hikashop_product_quantity_div{

display:flex!important;

justify-content:center!important;

align-items:center!important;

gap:8px!important;

}


/* - */

.hikashop_product_quantity_field_change_minus{

order:1!important;

background:#a9031e!important;

color:#fff!important;

}


/* input */

.hikashop_product_quantity_field{

order:2!important;

width:55px!important;

height:38px!important;

text-align:center!important;

}


/* + */

.hikashop_product_quantity_field_change_plus{

order:3!important;

background:green!important;

color:#fff!important;

}


/* κουμπιά */

.hikashop_product_quantity_div a{

width:36px!important;

height:36px!important;

display:flex!important;

justify-content:center!important;

align-items:center!important;

border-radius:4px;

font-size:18px!important;

}
  }

/* =====================================================
RESPONSIVE PRODUCT IMAGES
Desktop → Tablet → Mobile
===================================================== */

.hikashop_product_image{

display:flex !important;

justify-content:center !important;

align-items:center !important;

overflow:hidden;

padding:8px !important;

}


.hikashop_product_image img{

display:block !important;

margin:auto !important;

width:auto !important;

height:auto !important;

max-width:100% !important;

object-fit:contain !important;

}


/* =====================
DESKTOP (>992)
===================== */

@media (min-width:992px){

.hikashop_product_image{
height:220px !important;
}

.hikashop_product_image img{
max-height:180px !important;
}

}


/* =====================
TABLET (768-991)
===================== */

@media (min-width:768px) and (max-width:991px){

.hikashop_product_image{
height:170px !important;
}

.hikashop_product_image img{
max-height:130px !important;
}

}


/* =====================
MOBILE (<768)
===================== */

@media (max-width:767px){

.hikashop_product_image{

height:170px !important;

padding:4px !important;

}


.hikashop_product_image img{

max-height:105px !important;

max-width:95% !important;

}

}

/* DESKTOP */

/*
#sp-header {
    height: 85px;
}*/

#sp-search .mobile-search-form {
    display: flex;
    width: 100%;
}

#sp-search .mobile-search-form input {
    flex: 1;
    height: 42px;
    font-size: 15px;
}

#sp-search .offcanvas-search-button {
    width: 44px;
    height: 42px;
}

/* Desktop Search */
@media (min-width: 992px) {

    #sp-search .mobile-search-form {
        width: 100%;
        display: flex;
        align-items: center;
    }

    #sp-search .mobile-search-form input {
        flex: 1;
        width: 100%;
        min-width: 0;
    }

    #sp-search .offcanvas-search-button {
        flex: 0 0 46px;
    }

}

/* από μεταφορα custom css */

/* Είναι το 'Σύνολο' στο παράθυρο που ανοίγει από το καλάθι*/
.hikashop_cart_module_product_total_title{
color: #e0800d;
font-size: 14px;
font-style: italic;
font-weight: bold;
font-family: Arial, sans-serif;
}
/* Είναι το background με την εικόνα 'καλάθι' στο καλάθι*/
.hikashop_cart_module{
background: #9a031e;
border-radius: 30px;
border: solid 2px #e79d19;
padding: 10px;
color: white; 
text-align: right;
background-image: url('/images/shopping-basket.png');
background-repeat: no-repeat;
background-position: left center;
background-size: 34px;
padding-left: 45px;
width: auto;
min-width: 120px;
max-width:235px;
margin-top:10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.hikashop_cart_module a:hover {
  border-radius:30px;
  background: rgba(255,255,255,0.1);
}

/* Είναι το χρώμα (λευκό) των γραμμάτων  στο καλάθι*/
a.hikashop_small_cart_checkout_link{
color: white;
font-size:14px;
font-weight: bold;
font-family: Arial, sans-serif;
}

/* Είναι το πλάτος του παραθύρου που ανοίγει κάτω από το καλάθι*/
.hikashop_cart_dropdown_container{
width: 100%;
}

/* Είναι η περιγραφή 'Το καλάθι είναι άδειο'*/
.hikashop_cart{
color: white;
font-size: 16px;
font-weight: bold;
font-family: "Arial, sans-serif" !important;
}

.footer {
  background: #111;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer-col h3 {
  color: #e79d19;
  margin-bottom: 15px;
}

.footer-col a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.3s;
}

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

.footer-col p {
  margin: 5px 0;
  color: #ccc;
}

/* SOCIAL */
.footer-social {
  margin-top: 10px;
}

.footer-social a {
  margin-right: 10px;
  color: #e79d19;
  font-size: 18px;
}

.footer-social a:hover {
  color: #fff;
}

/* LEGAL */
.footer-legal {
  margin-top: 30px;
  text-align: center;
}

.footer-legal a {
  margin: 0 10px;
  color: #aaa;
  text-decoration: none;
  font-size: 14px;
}

.footer-legal a:hover {
  color: #e79d19;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 20px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #777;
}

.footer-bottom .credit {
  margin-top: 5px;
  color: #e79d19;
}

.contact-float {
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 9999;
}

/* Toggle button */
.contact-toggle {
  background: #e79d19;
  color: #000;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Hidden buttons */
.contact-buttons {
  position: absolute;
  bottom: 65px; /* ΠΑΝΩ από το κουμπί */
  right: 0;

  display: flex;
  flex-direction: column-reverse; /* σημαντικό */
  align-items: center;

  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.3s;
}

/* Show when active */
.contact-float.active .contact-buttons {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Buttons */
.contact-buttons a {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}

/* Colors */
.wa { background: #25d366; }
.ms { background: #ffffff; }
.vb { background: #7360f2; }
.call { background: #444; }

/* Hover */
.contact-buttons a:hover {
  transform: scale(1.1);
}

.viber-icon {
  width: 22px;
  height: 22px;
}

.messenger-icon {
  width: 22px;
  height: 22px;
}

.how-to-shop {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.step {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.step.reverse {
  flex-direction: row-reverse;
}

.step img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.text {
  flex: 1;
}

.image {
  flex: 1;
}

@media (max-width: 768px) {
  .step {
    flex-direction: column;
  }
}

.order-cta {
  text-align: center;
  margin: 40px 0;
}

.btn-order {
  display: inline-block;
  background: linear-gradient(135deg, #ff6600, #ff3300);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.btn-order:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

.cta-subtext {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.tracking-section {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.tracking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tracking-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.tracking-card img {
  max-width: 120px;
  margin: 10px 0;
}

.tracking-card input {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.buttons {
  margin-top: 10px;
}

button {
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  background: #9a031e;
  color: #fff;
  cursor: pointer;
  margin: 5px;
}

button.clear {
  background: #999;
}

@media (max-width: 768px) {
  .tracking-grid {
    grid-template-columns: 1fr;
  }
}

.payments-section {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.payments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.payment-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  text-align: left;
}

.payment-card h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .payments-grid {
    grid-template-columns: 1fr;
  }
}

.payment-card.popular {
  border: 2px solid #ff6600;
}

.payment-card.highlight {
  border: 2px solid #00b894;
  background: #f0fffb;
}

.shipping-section {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.shipping-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.shipping-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  text-align: left;
}

.shipping-card.highlight {
  border: 2px solid #ff6600;
}

@media (max-width: 768px) {
  .shipping-grid {
    grid-template-columns: 1fr;
  }
}

.canteen-menu {
  max-width: 1100px;
  margin: auto;
  padding: 15px;
}

.intro {
  font-size: 16px;
  margin-bottom: 20px;
}

.seo-text {
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0;
  text-align: center;
}

.cta-btn {
  background: #9a031e;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
}

.cta-btn:hover {
  background: #7a0218;
}

/* RESPONSIVE VIDEO */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 20px;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.events-section {
  max-width: 1100px;
  margin: auto;
  padding: 15px;
}

.intro {
  font-size: 16px;
  margin-bottom: 20px;
}

.seo-text {
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0;
  text-align: center;
}

.map-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px 0;
}

.map-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
}

.cta-box {
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 15px;
}

.cta-btn {
  display: inline-block;
  background: #9a031e;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 10px;
}

.cta-btn:hover {
  background: #7a0218;
}

.store-section {
  max-width: 1100px;
  margin: auto;
  padding: 15px;
}

.intro {
  font-size: 16px;
  margin-bottom: 20px;
}

.seo-text {
  text-align: center;
  line-height: 1.6;
  margin: 20px 0;
}

.features {
  text-align: center;
  list-style: none;
  padding: 0;
}

.features li {
  margin: 8px 0;
}

.map-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.map-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

.cta-box {
  text-align: center;
  margin: 30px 0;
}

.cta-btn {
  background: #9a031e;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
}

/* Κώδικας για το hikashop από το προηγούμενο template */ 

/* κρύβει τον ΕΑΝ κωδικό όταν βλέπουμε όλα τα προϊόντα μαζι στην κατηγορία */
.hikashop_product_code_list{
display:none;
}

/* κάνει την τιμή του προϊόντος μέσα στην καρτέλα του προϊόντος να είναι 20px πιο κάτω από το ΕΑΝ κωδικό */
.hikashop_product_price_full {
    padding-top: 20px;
}

/* Τα 3 πιο κάτω τα χρησιμοποιώ για να είναι η μία class κατω από την άλλη class , να εμφανίζει το ΕΑΝ μπροστά από τον κωδικό και το μέγεθος της γραμματοσειράς*/
#hikashop_product_name_main{
display: flex;
padding: 20px;
}

.hikashop_product_code_main{
  font-size: larger;
  font-family: SANS-SERIF;
padding-left: 24px;
}

.hikashop_product_code_main::before {
content: "EAN-13: ";
font-family: SANS-SERIF;
}

/* κάνει το κουμπί διαγραφής των όλων των προϊόντων λευκο*/
.fa.fa-times-circle {
color: #e79d19;
}

.fa.fa-times-circle:hover {
color: #ffffff;
}

/* κάνει την περιγραφή στην καρτέλα του προϊόντος να πηγαίνει κάτω από το μενού */
.hikashop_product_bottom_part {
    position: sticky;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
background: #e79d19;
}
/*αφήνει κενό πάνω από την τιμή οταν εμφανίζονται όλα τα προϊόντα*/
.hikashop_product_price_full {
margin-top: 0px;
}

/*περιγραφή μεσα στο προϊόν*/
.hikashop_product_name_main {
color: #272727;
font-size: x-large;
font-family: SANS-SERIF;
}


/*κάνει τα γράμματα της διαθέσιμης ποσότητας πορτοκαλί*/
.hikashop_product_stock_count {
color: #e79d19;
}

/*αλλάζει το φοντο σε πορτοκαλί στην προβολή όλων*/
.easter a:hover{
  background-color: #e79d19;
}
/*μέγεθος γραμματοσειράς για το κουμπι "Ζητήστε περισσότερες πληροφορίες"*/
a.hikashop_contact_link_to_product{
font-size: medium;
}


/*επεξεργασία της ποσότητας στην ολοκληρωση της παραγγελίας*/
.hikashop_cart_product_quantity_value{
font-size: 28px;
text-align: center;
font-weight:600;
}
/* Είναι το 'Σύνολο' στο παράθυρο που ανοίγει από το καλάθι*/
.hikashop_cart_module_product_total_title{
color: #e0800d;
font-size:14px;
font-style:italic;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
}

.hikashop_cart_module a:hover {
  border-radius:30px;
padding: 5px 5px 5px 5px;
}

/* Είναι το χρώμα (λευκό) των γραμμάτων  στο καλάθι*/
a.hikashop_small_cart_checkout_link{
color: white;
font-size:14px;
font-weight: bold;
font-family: "vertical";
}

/* Είναι το πλάτος του παραθύρου που ανοίγει κάτω από το καλάθι*/
.hikashop_cart_dropdown_container{
width: 100%;
}

/* Είναι η περιγραφή 'Το καλάθι είναι άδειο'*/
.hikashop_cart{
color: white;
font-size:16px;
font-weight: bold;
font-family: "vertical";
}
/*το πλαίσιο από τα + - να είναι κενό */
.input-append .add-on{
    background-color: transparent;
    border: transparent ;
}

/*το κουμπί + */
.hikashop_product_quantity_change_div_regrouped a.hikashop_product_quantity_field_change_plus.hikabtn
{
    border-radius: 0;
    background-color: green;
    color: #e79d19;
     height: 32px;
weight:40px;
}

/*το κουμπί - */
a.hikashop_product_quantity_field_change
{
     background-color: #a9031e;
    color: #e79d19;
}
/*το κουμπί -  σε ύψος 30px*/
.hikashop_product_quantity_change_div_regrouped a.hikabtn {
    height: 32px;
weight:40px;
}


/*το κουμπί προσθήκη στο καλάθι */
.hikacart
{
font-family: sans-serif; 
font-size: initial;
color: #ffffff;
background-color: #a9031e;
border-color: #e79d19;
border-radius: 10px;
width: -webkit-fill-available;;
height: 50px;
padding-top: 10px;
}

/*τιμή προϊόντος */
span.hikashop_product_price{
color: #a9031e;
font-size: 36px;
font-style: normal;
font-family: 'Open Sans';
}
/*περιγραφή προϊόντος στην ολοκλήρωση της παραγγελίας*/
a.hikashop_no_print {
font-size: 16px;
color: #e0800d;
}

/*βάζοντας το ποντίκι πάνω στην εικόνα κάνει zoom
.hikashop_product_listing_image:hover {
    transform: scale(2);
}*/

/* κώδικες css για την σελίδα του προϊόντος */

.product-box {
  margin-top: 20px;
}

.product-box h1 {
  font-size: 28px;
  font-weight: 700;
}

.product-sub {
  color: #777;
  margin-bottom: 10px;
}

.product-highlights {
  margin: 15px 0;
}

.product-highlights span {
  display: inline-block;
  background: #f5f5f5;
  padding: 8px 10px;
  margin: 5px 5px 0 0;
  border-radius: 5px;
  font-size: 14px;
}

.product-trust {
  margin: 15px 0;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.product-description {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
}

/* κώδικες css για την σελίδα του προϊόντος με αυτα που βάλαμε στο αρχείο show_default στο template/ultimate/html/com_hikashop/product */

.hikashop_product_description_main_mini {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-top: 10px;
}

.hiakshop_product_tabular_mini_description_read_more {
  color: #9a031e;
  font-weight: bold;
  text-decoration: none;
}

.hiakshop_product_tabular_mini_description_read_more:hover {
  text-decoration: underline;
}

.lc-product-selling-box { 
background: #fafafa; 
border: 1px solid #eee; 
border-radius: 12px; 
padding: 15px; margin: 15px 0;
}
.lc-product-highlights span { 
background: #f2f2f2; 
padding: 6px 10px; 
border-radius: 20px; 
font-size: 13px; 
margin: 3px; 
display: inline-block; 
} 
.lc-product-trust { 
margin-top: 10px; 
font-size: 14px; 
} 
.lc-instock { 
color: green; 
} 
.lc-outstock { 
color: red; 
} 
.lc-product-quick-actions { 
margin-top: 15px; 
display: flex; 
gap: 10px; 
} 
.lc-quick-btn { 
padding: 10px 14px; 
border-radius: 8px; 
font-weight: bold; 
text-decoration: none; 
} 
.lc-call-btn { 
background: #222; 
color: #fff; 
} 
.lc-wa-btn { 
background: #25D366; 
color: #fff; 
}

/* CHECKOUT - Κουμπί ολοκλήρωσης */
.hikashop_checkout_page .hikabtn,
.hikashop_checkout_page button,
.hikashop_checkout_page input[type="submit"],
.hikashop_checkout_page .btn,
.hikashop_checkout_page .btn-primary {
  background: #9a031e !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 14px 22px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: 0.2s ease;
}

.hikashop_checkout_page .hikabtn:hover,
.hikashop_checkout_page button:hover,
.hikashop_checkout_page input[type="submit"]:hover,
.hikashop_checkout_page .btn:hover,
.hikashop_checkout_page .btn-primary:hover {
  background: #7c0218 !important;
  color: #ffffff !important;
}

/* Ειδικά για το τελικό κουμπί */
.hikashop_checkout_page .hikashop_checkout_next_button,
.hikashop_checkout_page .hikashop_checkout_final_button {
  width: auto;
  min-width: 220px;
  text-align: center;
}

@media (max-width: 768px) {
  .hikashop_checkout_page .hikabtn,
  .hikashop_checkout_page button,
  .hikashop_checkout_page input[type="submit"],
  .hikashop_checkout_page .btn,
  .hikashop_checkout_page .btn-primary,
  .hikashop_checkout_page .hikashop_checkout_next_button,
  .hikashop_checkout_page .hikashop_checkout_final_button {
    width: 100% !important;
    min-width: unset !important;
    font-size: 17px !important;
    padding: 14px 18px !important;
  }
}

/* CHECKOUT - γενικό συμμάζεμα */
.hikashop_checkout_page {
  font-size: 15px;
  line-height: 1.5;
}

.hikashop_checkout_page .hikashop_checkout_subcontainer,
.hikashop_checkout_page .hikashop_cart_product,
.hikashop_checkout_page .hikashop_checkout_group {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Τίτλοι blocks */
.hikashop_checkout_page h2,
.hikashop_checkout_page h3,
.hikashop_checkout_page h4 {
  margin-bottom: 10px;
}

/* Payment / shipping επιλογές */
.hikashop_checkout_page label {
  display: block;
  line-height: 1.6;
}

.hikashop_checkout_page input[type="radio"],
.hikashop_checkout_page input[type="checkbox"] {
  margin-right: 8px;
}

/* Περιοχές με πολλές πληροφορίες */
.hikashop_checkout_page .hikashop_checkout_payment,
.hikashop_checkout_page .hikashop_checkout_shipping {
  margin-bottom: 12px;
}

/* Πεδίο κουπονιού */
.hikashop_checkout_page input[type="text"],
.hikashop_checkout_page input[type="email"],
.hikashop_checkout_page input[type="tel"],
.hikashop_checkout_page select,
.hikashop_checkout_page textarea {
  border-radius: 8px !important;
  border: 1px solid #dcdcdc !important;
  min-height: 42px;
}

/* Περισσότερος αέρας πριν το footer */
.hikashop_checkout_page {
  padding-bottom: 40px;
}

#sp-footer,
.footer,
footer {
  margin-top: 0px;
}

/* HELIX OFFCANVAS REAL FIX */
.sp-offcanvas,
.offcanvas-menu,
.offcanvas-menu .offcanvas-inner,
.offcanvas-menu .offcanvas-content,
.body-wrapper .offcanvas-menu {
  height: 100vh !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

/* λίγο αέρα κάτω */
.offcanvas-menu,
.sp-offcanvas {
  padding-bottom: 120px !important;
}

/* account buttons στο mobile */
.mobile-user-links a {
  display: block;
  padding: 10px 14px;
  margin-bottom: 8px;
  background: #9a031e;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
}

/* μικρότερο κενό στο mobile */
.mobile-user-links {
  margin-top: 10px;
  margin-bottom: 12px;
}

.hikashop_category_image {
  width: 265px !important;
  height: 200px !important;
object-fit: cover;
}

.lc-listing-old-price-wrap {
  margin-bottom: 4px;
  font-size: 14px;
  color: #777;
}

.lc-listing-old-price-title {
  font-weight: 600;
}

.lc-listing-old-price-value {
  text-decoration: line-through;
  color: #999;
}

.lc-listing-current-price-title {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
  font-weight: 600;
}

.btn-app {
  display: inline-block;
  background: #9a031e;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
}

.btn-app:hover {
  background: #e79d19;
  color: #000 !important;
}


.hikashop_cart_empty_message {
    margin-top: 20px;
}

#sp-search .sp-module,
#sp-search .sp-module-content {
    width: 100% !important;
    margin-left: 0 !important;
}

/* ==========================================
   LEONIDIS SIDEBAR
   ========================================== */
.lc-sidebar{
    background:#fff;
    border:1px solid #ececec;
    border-radius: 16px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-bottom:20px;
}

.lc-sidebar-title{
background:#9a031e;
color:#fff;
padding:15px;
font-weight:700;
text-align:center;
}

.lc-cat-main{
    font-weight:700 !important;
    color:#7a0018 !important;
    font-size:16px;
    margin-top:12px;
    margin-bottom:8px;
}

.lc-cat-group a{
display:block;
padding:10px 15px;
color:#555;
text-decoration:none;
}

.lc-cat-group a:hover{
background:#9a031e;
color:#fff;
}

/* ==========================================
   STICKY SIDEBAR DESKTOP
   ========================================== */

@media screen and (max-width: 991px){

    #sp-sidebar-left{
        display:none !important;
    }

}

/* ==========================================
   MOBILE HEADER BAR
   ========================================== */

@media (max-width: 991px){

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

    /* hamburger */
    #sp-menu{
        flex:0 0 50px;
        max-width:50px;
    }

    /* search */
    #sp-position-3{
        flex:1 1 auto;
        max-width:none;
    }

    #sp-position-3 .mobile-search-form{
        width:100%;
    }

    /* cart */
    #sp-position-5{
        flex:0 0 78px;
        max-width:78px;
    }

    /* Hikashop cart */
    #sp-position-5 #hikashop_cart_module{
        width:auto !important;
        min-width:0 !important;
        margin:0 !important;
    }

    /* κρύβουμε το κείμενο "0 προϊόντα" */
    #sp-position-5 .hikashop_cart_module_product_name,
    #sp-position-5 .hikashop_cart_title,
    #sp-position-5 .hikashop_cart_value{
        display:none !important;
    }

}

   /* μεγαλώνει το κουμπί του καλαθιού δυναμικά. */

/* Desktop */
.hikashop_small_cart_total_title{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    width:100%;
}

/* Mobile */
@media (max-width:767px){

    .hikashop_small_cart_total_title{
        display:flex !important;
        flex-direction:column !important;
        justify-content:center !important;
        align-items:center !important;
        text-align:center !important;
        width:auto !important;
        gap:0 !important;
        line-height:1.05 !important;
        margin:0 auto !important;
    }

    .cart-separator{
        display:none !important;
    }

}

/* Desktop + Tablet */

@media (min-width:768px){

    .cart-separator{
        display:inline;
    }

}



.hikashop_small_cart_total_title .cart-count{
    color:#ffffff !important;
    font-size:12px !important;
    font-weight:700 !important;
}

.hikashop_small_cart_total_title .cart-total{
    font-size:14px;
    font-weight:700;
}



@media (max-width:768px){

    .hikashop_cart_module{
        padding-left:38px !important;
    }
}

/* Desktop */
.hikashop_cart_module{
    min-width:140px !important;
}

/* Tablet + Mobile */
@media (max-width:991px){

    .hikashop_cart_module{
        min-width:90px !important;
        padding-left:42px !important;
        padding-right:12px !important;
    }

}

@media (max-width:991px){

    #sp-position-5{
        display:flex !important;
        justify-content:flex-end !important;
        margin-right:12px !important;   /* κενό από τις σημαίες */
        margin-left:-6px !important;    /* πιο κοντά στον φακό */
    }

}

/* η λέξη ποσότητα σε μικρότερο μέγεθος */

.hikashop_cart_product_quantity_value {

  font-size:15px !important;

}


/* -----*/

#form-login-username a.hasTooltip,
#form-login-password a.hasTooltip{
    display:none !important;
}

/* αλλαγή χρώματος του εικονίδιου Δημοσίευσης ή όχι των προϊόντων */

.icon-publish{
    color:#000 !important;
}

/* το μηδέν (0) δίπλα στο καλάθι */

.hikashop_cart_module{
    display:inline-flex !important;
    align-items:center;
}

.hikashop_cart_empty_message{
    display:inline-flex !important;
    align-items:center;
    margin-left:-2px !important;
    margin-top:0 !important;
    padding:0 !important;
    line-height:1;
}
