/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> COMMON
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                      COMMON > COLORS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
html {
	--ias-red: #EE1B24;
	--ias-white: #FFFFFF;
	--ias-dark-gray: #616366;
	--ias-light-gray: #C0C0C0;
}
/*    -->                                                                                                                                      COMMON > DIMENSIONS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

body {
  --minicart-width: 635px;
}

/*    -->                                                                                                                                     COMMON > BREADCRUMBS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.breadcrumb,
.breadcrumb a{
	white-space: normal;
}

/*    -->                                                                                                                                      COMMON > PAGINATION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#mfilter-content-container>div>.row:last-child {
  margin-top: 30px !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #666;
  border-color: #666;
}


.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>a,
.pagination>li>span {
  color: #000;
}
/*    -->                                                                                                                                        HEADER > MINICART             
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*    -->                                                                              HEADER > MINICART > LAYOUT
[2]   =========================================================================================================== */
#cart .dropdown-menu {
  display: block !important;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.4s;
  border-radius: 0px;
  padding: 20px;
  width: var(--minicart-width);
  background: white;
  border: none;
  margin: 0px;
}

body:before {
  transition: all 0.4s;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}

#cart .dropdown-menu li > div{
  min-width: unset !important
}

/*    -->                     HEADER > MINICART > LAYOUT > SECTIONS
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu>li.top-section .minicart_content {
  max-height: calc(100vh - 405px);
  overflow: auto;
}

#cart .dropdown-menu>li.bottom-section {
  height: 295px;
}

/*    -->                    HEADER > MINICART > LAYOUT > SCROLLBAR                     
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar {
  width: 6px !important;
}

#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-thumb {
  background: #ff2800 !important;
  border-radius: 3px !important;
  border: none !important;
}

#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-thumb:hover {
  background: #ff2800 !important;
}

#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-track {
  background: #d8d8d8 !important;
  border-radius: 3px !important;
}

/*    -->                                                                             HEADER > MINICART > ENABLED                                          
  [2]   =========================================================================================================== */
.cart_enabled #cart .dropdown-menu {
  transform: translateX(0px);
}

.cart_enabled body:before {
  opacity: 1;
  visibility: visible;
  width: calc(100% - var(--minicart-width));
}

/*    -->                                                                               HEADER > MINICART > EMPTY                                       
  [2]   =========================================================================================================== */
#cart .dropdown-menu .cart-empty {
  font-size: 18px;
  margin-top: 100px;
  color: black;
}

/*    -->                                                                               HEADER > MINICART > INTRO                                          
  [2]   =========================================================================================================== */
.minicart_intro {
  margin-bottom: 22px;
}

.minicart_intro .title {
  color: #000000;
  font-size: 12.79px;
  letter-spacing: 0.85px;
  line-height: 15px;
  text-align: center;
  font-family: var(--font1);
  text-transform: uppercase;
}

.minicart_intro .subtitle {
  font-family: var(--font2);
  color: #000000;
  font-size: 34.12px;
  line-height: 41px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

/*    -->                         HEADER > MINICART > INTRO > EMPTY
  [3]   ------------------------------------------------------------- */

#cart .dropdown-menu li.cart-empty p {
  margin: 20px 0;
  font-family: var(--font2);
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

/*    -->                                                                        HEADER > MINICART > CLOSE BUTTON                                          
  [2]   =========================================================================================================== */
#cart_close_button {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media(max-width: 1024px){
    #cart_close_button {
      right: 30px !important;
      top: 30px !important;
    }
}
/*    -->                                                                        HEADER > MINICART > PRODUCT LIST                                          
  [2]   =========================================================================================================== */
/*    -->                 HEADER > MINICART > PRODUCT LIST > LAYOUT                        
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .table-products {
  border-collapse: separate;
  border-spacing: 0 25px;
  margin-top: -25px;
  padding-right: 30px;
  padding-left: 10px;
}

#cart .dropdown-menu .table-products td,
#cart .dropdown-menu .table-products th {
  border: none;
}

#cart .dropdown-menu .table-products>tbody>tr {
  position: relative;
}

/*    -->                 HEADER > MINICART > PRODUCT LIST > THUMB                        
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-thumb {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  padding: 15px;
}

#cart .dropdown-menu .product-thumb img {
  width: 100%;
  height: auto;
}

#cart .dropdown-menu .product-thumb .img-thumbnail {
  /* width: 150px;
    height: 150px; */
  border-radius: 0px;
  border: none;
}

/*    -->                 HEADER > MINICART > PRODUCT LIST > INFO                    
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-info {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 15px 0px 15px 20px;
}

#cart .dropdown-menu .product-info a {
  color: #000000;
  font-size: small;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

/*    -->                HEADER > MINICART > PRODUCT LIST > OPTIONS                             
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-info .product-options {
  margin-bottom: 8px;
}

#cart .dropdown-menu .product-info .product-options .option-name {
  font-weight: bold;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
}

#cart .dropdown-menu .product-info .product-options .option-value {
  color: #6c6c6c;
  font-size: 15px;
}

/*    -->                  HEADER > MINICART > PRODUCT LIST > PRICE                             
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-info .product-price {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-top: auto;
}

/*    -->                    HEADER > MINICART > PRODUCT LIST > QTY                             
  [3]   ------------------------------------------------------------- */
td.text-right.product-qty {
  vertical-align: bottom;
  font-size: 18px;
  font-weight: bold;
  color: black;
  position: absolute;
  bottom: 6px;
  right: 25px;
  border: none !important;
}

/*    -->                 HEADER > MINICART > PRODUCT LIST > REMOVE                             
  [3]   ------------------------------------------------------------- */
/* Mini-cart stepper */
.mini-stepper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mini-stepper-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.mini-stepper-input {
  width: 42px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  outline: none;
}
/* ===== Mini-cart stepper ===== */
#cart .product-qty {
  white-space: nowrap;
}

#cart .mini-stepper {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

#cart .mini-stepper-btn {
  border: 0;
  background: transparent;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#cart .mini-stepper-btn:hover {
  opacity: 0.7;
}

#cart .mini-stepper-input {
  width: 46px;
  height: 32px;

  border: 1px solid #e3e3e3;
  border-radius: 0;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  outline: none;
  box-shadow: none;
  -moz-appearance: textfield;
}

#cart .mini-stepper-input:focus {
  border-color: #cfcfcf;
}

/* Αφαιρεί spinners σε Chrome/Safari */
#cart .mini-stepper-input::-webkit-outer-spin-button,
#cart .mini-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

td.text-center.product-remove {
  width: 15px;
}


/*    -->                                                                      HEADER > MINICART > BOTTOM SECTION
  [2]   =========================================================================================================== */
li.bottom-section {
  margin-top: auto;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: var(--ias-dark-gray);
  width: 100%;
  padding: 25px 20px;
}

li.bottom-section>div.container {
  width: 390px;
  max-width: 100%;
}

/*    -->              HEADER > MINICART > BOTTOM SECTION > TOTALS              
  [3]   ------------------------------------------------------------- */
/* hide subtotal section */
.bottom-section .container .totals>div:first-child {
  display: none;
}

.bottom-section .container .totals>div {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: white;
}

.bottom-section .container .totals>div .total-title {
  font-size: 16px;
  font-weight: 600;
}

.bottom-section .container .totals>div .total-text {
  font-size: 25px;
  font-weight: bold;
}

/*    -->              HEADER > MINICART > BOTTOM SECTION > BUTTONS              
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .cart-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#cart .dropdown-menu .cart-footer>a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-items: center;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: black;
}

#cart .dropdown-menu .cart-footer>a:first-child {
  margin-bottom: 10px;
  background: var(--accent2);
}

#cart .dropdown-menu .cart-footer>a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: none;
}

#cart .dropdown-menu .cart-footer>a>* {
  margin: 0 auto;
}


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> FOOTER
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                             FOOTER > LAYOUT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

footer {
  margin-top: 50px;
}


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> HOME
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/


/*    -->                                                                                                                                     HOME > CAROUSELS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media(max-width:768px){
       #common-home .carousel {
        margin: 0 !important;
    }
}

/*    -->                                                                                                                                     HOME > MANUFACTURERS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* #common-home #carousel0 + .swiper-pagination + .swiper-pager{
  display:none !important;
} */

#common-home #carousel0 {
  margin-bottom: 80px
}

#common-home #carousel0 + .swiper-pagination{
  bottom: 40px !important;
}
  
/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> PRODUCT PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                    PRODUCT PAGE > LAYOUT 
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                      PRODUCT PAGE > LAYOUT > TOP SECTION                    
[2]   =========================================================================================================== */

#product-product #content>.row:first-child {
  margin-bottom: 50px;
}



/*    -->                                                                                                                          PRODUCT PAGE > RELATED PRODUCTS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#product-product .related_products_section>div:nth-child(n+5) {
  display: none !important;
}


/*    -->                                                                                                                           PRODUCT PAGE > ASK ABOUT PRODUCT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#enquiry_form_container {
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  padding: 25px;
  width: 500px;
  transform: translate(-50%, 100%);
  z-index: 4;
  box-shadow: 0 10px 17px -10px rgba(0, 0, 0, 0.7);
  transition: all 0.4s;

  opacity: 0;
  visibility: hidden;
}

#enquiry_form_container legend {
  color: black !important;
  font-family: var(--font2);
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  border: none !important;
}

#enquiry_form_container .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

#enquiry_form_container .form-group > * {
  width: 100%;
  text-align: left;
  padding: 0px;
}

#enquiry_form_container .form-group * {
  font-size: 14px !important;
    color: black;
}

/* --> PRODUCT PAGE > BUTTONS SECTION > ENQUIRY BUTTON > ENQUIRY FORM > CLOSE BUTTON */

#enquiry_form_container .close_button {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cpath d='M990,59.5L940.5,10L500,450.5L59.5,10L10,59.5L450.5,500L10,940.5L59.5,990L500,549.5L940.5,990l49.5-49.5L549.5,500L990,59.5z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 25px;
  top: 33px;
  cursor: pointer;
}

/* --> PRODUCT PAGE > BUTTONS SECTION > ENQUIRY BUTTON > ENQUIRY FORM > ENABLED */

.enquiry_enabled body::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.enquiry_enabled #enquiry_form_container {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
/*    -->                                                                                                                           PRODUCT PAGE > RECENTLY VIEWED
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#product-product #content>h3 {
  color: #202020;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> PRODUCT GRID
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                    PRODUCT GRID > COLORS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#product-category div[data-poip_id="poip_img"], 
.row.related_products_section div[data-poip_id="poip_img"], 
#common-home div[data-poip_id="poip_img"]{
  position:relative !important;
  margin-top: -25px !important;
  width: 100% !important;
  display:flex !important;
  right: 0px !important;
}

/*    -->                                                                                                                                    PRODUCT GRID > LABELS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.labels_container {
  display: flex;
  align-items: center;
  margin-top: 5px;
  height: 40px;
  align-items: flex-end;
  gap: 10px;
}

.labels_container>div:not(:last-child) {
  margin-right: 2px;
}

/*    -->                                                                          PRODUCT GRID > LABLES > COMMON
[2]   =========================================================================================================== */

.labels_container>div {
  color: #FFFFFF;
  font-size: 14px;
  line-height: normal;
  padding: 5px 10px;
  font-weight: bold;
  text-align:center;
  white-space:nowrap;
  border-radius: 15px;
}



/*    -->                                                                             PRODUCT GRID > LABLES > NEW
[2]   =========================================================================================================== */

.labels_container>div.label_new {
  background: var(--ias-red);
}

/*    -->                                                                      PRODUCT GRID > LABLES > BESTSELLER
[2]   =========================================================================================================== */

.labels_container>div.label_bestseller {
  background: var(--ias-dark-gray);
}

/*    -->                                                                             PRODUCT GRID > LABLES > SALE
[2]   =========================================================================================================== */

.labels_container>div.label_sale {
  background: var(--ias-light-gray);
}

/*    -->                                                                                                                                   PRODUCT GRID > BUTTONS                      
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.product-thumb .button-group {
	display: flex !important;
	flex-wrap: nowrap !important;
}

.product-card-bot {
	min-height: 55px !important;
	display: flex;
	align-items: center;
}

.product-thumb .price {
	margin-bottom: 0px;
}
/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> BLOG CENTRAL  
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                    BLOG CENTRAL > LAYOUT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.central_blog_page .product-thumb .caption{
  max-width:unset;
  width:unset;
}

.central_blog_page #content > .row {
	display: flex;
  flex-wrap:wrap;
}

.central_blog_page #content > .row > div {
	width: 25%;
}

.central_blog_page #latestpost{
  margin-bottom: 70px;
}

/*    -->                                                                                                                                     BLOG CENTRAL > IMAGE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.central_blog_page #content > .row > div .image{
  max-width: 100%;
  width:100%;
  margin: auto;
}

.central_blog_page #content > .row > div .image img{
  width:100% !important;
  height:auto !important;
}

/*    -->                                                                                                                               BLOG CENTRAL > DESCRIPTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.central_blog_page #content > .row > div .caption{
  min-height: 65px
}

.central_blog_page #content > .row > div .description{
  display:none;
}


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> BLOG PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                      BLOG PAGE > CONTENT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


#latestpost .commentadta{
  display:none !important;
}

#latestpost .innerheader h1 {
	max-height: unset;
	line-height: normal;
}

.single_blog_page #latestpost {
  display: flex;
  margin-top: 70px;
}

#latestpost * {
  font-family: inherit !Important;
}

.single_blog_page #latestpost .image.listimg {
  width: 500px;
}

#latestpost .image.listimg .img-responsive {
  width: 100%;
}

.single_blog_page #latestpost > .row {
	width: calc(100% - 500px);
	padding-left: 25px;
}

#latestpost>.row .headtitle {
  position: relative;
  background: none;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

#latestpost>.row .headtitle>div:first-child {
  display: none;
}

#latestpost>.row .description {
  color: #444;
  line-height: 26px;
  text-align: justify;
  margin-top: 25px;
  font-size: 15px;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 41px;
  column-gap: 41px;
  font-weight: normal !important;
}

/*    -->                                                                                                                                      BLOG PAGE > SOCIALS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#latestpost .social-icons{
  margin-top: 30px;
}

#latestpost .social-icons li i:before{
  font-family: FontAwesome;
}

/*    -->                                                                                                                                        BLOG PAGE > ALERT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#latestpost{
  position:relative;
}

#latestpost .alert.alert-success.alert-dismissible {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	z-index: 9999999;
	top: 0px;
}

#latestpost .alert.alert-success.alert-dismissible i:before{
  font-family: FontAwesome;
}

#latestpost .alert-dismissable .close, 
#latestpost .alert-dismissible .close{
  right:0px !important;
}

/*    -->                                                                                                                             BLOG PAGE > RELATED PRODUCTS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


#blogrelated .product-thumb h4{
  text-align:left !important;
}

#blogrelated .price-cont{
  display:flex;
  align-items:center;
}

#blogrelated .product-thumb .price{
  margin-bottom: 0px !important;
  text-align:left;
}

#blogrelated .product-thumb .price-old{
  margin-left:0px !important;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> RESPONSIVE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                      RESPONSIVE > GENERIC
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



body{
  --responsivePadding: 15px;
}

@media(max-width: 991px){
  #common-home #content > .row.swiper-viewport,
  #common-home #content > .row{
    margin-bottom: 20px !important;
  }

}
/*    -->                                                                 RESPONSIVE > GENERIC > SECTION HEADINGS                            
[2]   =========================================================================================================== */

@media(max-width: 991px){
  #common-home #content .row h3, 
  #common-home h3.headingmain, 
  #common-home .carousel.swiper-viewport h3,
  #content > .row > h3,
  #content > h3{
    width: 100% !important;
    max-width:100% !important;
    margin-left:0px !important;
    margin-right: 0px !important;
    padding-bottom: 10px !important;
  }
  
  #common-home .nav.nav-tabs li { 
      place-self: center; 
      text-align: center; 
      
  }
  #common-home .swiper-pager {
      display: none;
  }
}
@media(max-width: 400px){
    #common-home .nav.nav-tabs li {
         width: 100% !important; 
    }
}

/*    -->                                                                                                                                      RESPONSIVE > FOOTER
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media(max-width: 464px){
    footer > .container > .row {
        display: flex;
        flex-direction: column;
        margin-inline: auto;
        text-align: center;
        gap: 35px;
    }
    footer > .container > .row > div {
        width: 100%;
    }
    footer > .container > .row h5 {
        line-height: 20px;
    }
    footer .news-form .subscribe {
        display: flex;
        flex-direction: column;
    }
    footer .row.news-form {
        margin: 0 !important;
    }
}
@media(max-width: 380px){
    footer > .container > .row > div {
        width: 100%;
    }
    
}

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

/*    -->                                                                                                                            RESPONSIVE > NEWSLETTER POPUP
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media(max-width: 450px){
  .tk-cart-body{
    padding: 0px !important;
  }
  .alert.alert-success.alert-dismissible .add-to-cart-inner {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 30px) !important;
    padding: 15px;
  }
}

/*    -->                                                                                                                                        RESPONSIVE > HOME
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media(max-width: 1420px){
  #common-home #latestblog .product-thumb .caption h4 a {
    font-size: 18px;
    line-height: normal;
  }

  #common-home #latestblog .product-thumb .caption .dateadded i{
    font-size:15px !important;
  }
}

@media(max-width: 1150px){
  #common-home .headingmain{
    margin-left: 0px;
    margin-right: 0px !important
  }
}

@media(max-width: 991px){
  #common-home #content .row.featured-products-module.featured0, 
  #common-home #content .row.featured-products-module.featured1{
    width: 100% !important;
  }

  #common-home #content > :not(.slideshow){
    /*padding: 0px var(--responsivePadding);*/
  }

  .row.special-products-module{
    margin-left:0px !important;
    margin-right: 0px !important;
  }
  
  #common-home #content .row.swiper-viewport.banner2 {
    padding: 15px !important;
  }

}

@media(max-width: 820px){
  /*}*/
  .news-form h1{
    font-size: 35px;
  }

  #common-home #content .row .news-form h3 {
    text-align: center;
    line-height: normal;
    margin-top: 15px;
  }

  #common-home #content .row .news-form .pull-center {
    display: flex;
    flex-wrap: wrap !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
  }

  #common-home #content .row .news-form .pull-center input{
    order:-100;
    margin-right: 10px;
    margin-top: 0px;
  }
}

@media(max-width:768px){

  #common-home #latestblog > .row > div .dateadded i{
    font-size: 14px !important;
  }

  #common-home #latestblog > .row > div .caption{
    padding: 10px !important;
    justify-content: flex-end !important;
  }

  #common-home #latestblog > .row > div .caption h4 a{
    font-size: 17px !important;
    line-height: normal !important;
  }
}

@media(max-width: 600px){
  #common-home #content .row.swiper-viewport.banner2,
  #common-home #content .row.swiper-viewport.banner3{
    width: 100% !important;
    padding: 0px var(--responsivePadding) !important;
  }
}

@media(max-width: 450px) {
  #common-home #latestblog > .row > div{
    width: 100% !important;
  }
}

@media(max-width: 400px){
  .row.news-form > div {
    display: flex;
    flex-direction: column;
  }

  .news-form #subscribe {
    width: 100% !important;
    margin-top: 10px;
  }
}

/*    -->                                                                                                                                RESPONSIVE > PRODUCT GRID
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



@media(max-width:990px){
}



@media(max-width:600px){

  .product-thumb .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-thumb .price-old{
    margin-left:0px !important;
  }

  .labels_container > div{
    font-size: 9px;
  }

  .product-thumb .button-group button {
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  
}

@media(max-width:450px){
  .row.featured-products-module .row{
    display:block;
  }

  .row.special-products-module .row{
    display:block !important
  }

  .product-layout{
    width: 100% !important;
  }
}

/*    -->                                                                                                                               RESPONSIVE > CATEGORY PAGE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


/*    -->                                                                RESPONSIVE > CATEGORY PAGE > DESCRIPTION                         
[2]   =========================================================================================================== */

@media(min-width: 991px){
   #mfilter-content-container .row.desc-top{
    display:none !important;
   }
}

@media(max-width: 991px){
  #mfilter-content-container > div{
    display:flex;
    flex-direction: column;
  }

  #mfilter-content-container > div .row.desc-top{
    order: -99;
  }
}

/*    -->                                                                RESPONSIVE > CATEGORY PAGE > SORTING BAR                         
[2]   =========================================================================================================== */

@media(max-width: 991px){
  #mfilter-content-container > div > .row:first-child{
    display:flex; 
    flex-wrap:wrap;
    justify-content: flex-end;
    display:none !important;
  }

  .row.product-list-grid{
    margin-top: 30px !important;
  }

  #mfilter-content-container > div > .row:first-child > div {
    width: 240px !important;
    max-width: 240px !important;
    padding:0px !important;
    float:none !important;
  }

  #mfilter-content-container > div > .row:first-child > .hidden+div{
    widtH: 100% !important;
    max-width: 100% !important;
  }

  #mfilter-content-container > div > .row:first-child > div > div{
    margin-bottom: 0px !important;
  }
}

/*    -->                                                                     RESPONSIVE > CATEGORY PAGE > SIDEBAR                        
[2]   =========================================================================================================== */

@media(max-width: 1190px){
  #product-category #column-left #column-left{
    position: relative !important;
    margin-top: 0px !important;
    top:0px !important;
  }

  #product-category > .row >  #column-left{
    min-width:300px;
 
  }

  #product-category > .row >  #column-left > h2,
  #product-category > .row >  #column-left > h2 + .row{
    display:none !important;
  }
}

/*    -->            RESPONSIVE > CATEGORY PAGE > SIDEBAR > FILTERS                      
[3]   ------------------------------------------------------------- */

@media(max-width: 768px){
  .mfilter-box-83.mfilter-free-container.mfilter-box-83.mfilter-free-container{
    top: 71px !important;
    padding-top: 10px;
  }
  .box-content.mfilter-content{
    padding-right: 0px !important;
  }

  .mfilter-box-83.mfilter-free-container,
  .mfilter-box-83.mfilter-free-container .scroll-wrapper{
    /* height: 100vh !important; */
    max-height: 100vh !important;
    width: 280px !important;
    height: unset !important;
    min-height: unset !important
  }

  .mfilter-iscroll{
    max-height: 100vh !important;
  }

  .mfilter-free-container{
    margin-left: -290px;
  }

  .mfilter-free-button {
    margin: 10px 0 0 281px;
  }


  .scroll-wrapper > .scroll-content{
    overflow:auto !important;
    height: unset !important;

    min-height: unset !important
  }
  .box-content.mfilter-content{
    overflow:visible !important;
  }

  .mfilter-content > ul > li{
    margin-bottom: unset !important
  }
}

/*    -->                                                                   RESPONSIVE > CATEGORY PAGE > PRODUCTS                        
[2]   =========================================================================================================== */

@media(max-width: 768px){
  #product-category .row.product-list-grid{
    display:grid !important;
    grid-column-gap: unset !important;
    grid-row-gap: unset !important;
    justify-content: space-between;
  }
}

@media(max-width: 450px){
  #product-category .product-layout.product-grid,
  .product-layout{
    width: 100% !important;
  }
}

/*    -->                                                                                                                                 RESPONSIVE > PRODUCT PAGE 
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                         RESPONSIVE > PRODUCT PAGE > IMAGE & ADDITIONALS                             
[2]   =========================================================================================================== */

@media(max-width: 1600px){
  #product-product .thumbnails .col-sm-3:last-child {
    max-height: 600px;
    padding-left:10px;
  }
}

@media(max-width: 1350px){
    #product-product .thumbnails .col-sm-3:last-child {
        max-height: 450px;
        padding-left:20px;
    }
    #product-product .thumbnails .col-sm-3 {
        max-width: 100vw;
        overflow: auto;
    }
    #product-product .carousel.swiper-viewport {
        max-width: 100vw;
    }

    #product-product  #recently_viewed {
        max-width: 100vw;
    }
}

@media(max-width: 1100px){
  #product-product .thumbnails .col-sm-3:last-child {
    max-height: 300px;
    padding-left: 39px;
  }
}

@media(max-width: 768px){
  #product-product .thumbnails{
    margin-left: 0px !important
  }
  
  #product-product #content > .row > .div:fist-child{
    margin-right: 0px !important;
    margin-left: 0px !important
  }

  #product-product .thumbnails .col-sm-3:last-child {
    max-height: auto !important;
    padding-left: 1px !important;
    display: flex !important;
    overflow-Y: auto !important;
    margin-bottom: 20px !important
  }
    #product-product .image-additional {
        min-width: 25%;
    }
}

/*    -->                                                         RESPONSIVE > PRODUCT PAGE > RELATED PRODUCTS                             
[2]   =========================================================================================================== */



@media(max-width:450px){
  .related_products_section > div{
    width: 100% !important;
  }
}
/*    -->                                                             RESPONSIVE > PRODUCT PAGE > RECENTLY VIEWED                          
[2]   =========================================================================================================== */

@media(max-width: 450px){
  .product-layout{
    width: 100% !important;
  }
}

/*    -->                                                                                                                                RESPONSIVE > BLOG CENTRAL
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media(max-width: 1190px){
  .central_blog_page #content > .row > div{
    width: 33.3333%
  }
}

@media(max-width: 991px){
  .central_blog_page #content > .row > div{
    width: 50%
  }
}

@media(max-width: 450px){
  .central_blog_page #content > .row > div{
    width: 100%
  }
}

/*    -->                                                                                                                                   RESPONSIVE > BLOG PAGE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media(max-width: 1350px){
  #latestpost > .row .description {
    -moz-column-count: unset;
         column-count: unset;
    text-align:left;
  }
}

@media(max-width: 1190px){
  #latestpost{
    display:flex;
    flex-direction: column;
  }

  #latestpost > .row {
    padding-left: 0px;
  }

  #latestpost > *{
    width: 100% !important; 
  }

  #latestpost .image img{
    max-width: 100% !important;
    width: 500px !important;
    margin: 0 auto !important;
  }
}



/*    -->                       QUICK FIX >> PRODUCT SHOW TEXT FOR BOX
[3]   ------------------------------------------------------------- */

html[lang="el"].product-product .product_stats h2:after{
  content:"(Ενδεικτική τιμή κιβωτίου)";
  font-size:13px;
  margin-left:10px;
}

html[lang="en"].product-product .product_stats h2:after{
  content:"(Indicative box price)";
  font-size:13px;
  margin-left:10px;
}

@media (min-width: 1200px) and (max-width: 1440px), (min-resolution: 120dpi) and (max-resolution: 143dpi) {
  /* Styles for screens with effective 125% zoom */
  #menu .nav > li > a {
    font-size: 12px;
  }

  .mg-menu-item-title a span {
    font-size: 12px !important;
  }

  .product-thumb .image img {
    height: 280px;
    min-height: 280px;
  }
}

.information-sitemap #content ul {
  list-style: none;
}

#information-information #content {
  text-align: justify !important;
}

.module_row_section .columns-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.module_row_section .column-content-1 {
  flex: 0 0 50%;
  max-width: 50%;
}

.module_row_section .column-content-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.module_row_section .column-content-1 > *,
.module_row_section .column-content-2 > * {
  height: 100%;
}

.module_row_section .column-content-1 img {
  width: 100%;
  height: auto;
  display: block;
}

.module_row_section .swiper-container {
  width: 100%;
}

#products_carousel_3 {
  margin-top: 30px;
}

.module_row_section.banner-carousel {
  padding: 0 0 20px 20px;
  margin-bottom: 70px;
}

.module_row_section > .section_title {
  display: none;
}

#products-carousel-id .section_title::before {
  display: block;
  width: 100%;
  height: auto;
  content: 'IAS SIAGRIS';
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
}

#products-carousel-id[data-apiid="106"] .section_title {
  text-align: center !important;
}

#products-carousel-id[data-apiid="106"] .section_title::before {
  content: 'BEST BUY' !important;
}

#products-carousel-id[data-apiid="106"] a.view_more, #products-carousel-id[data-apiid="106"] .swiper-pager {
  display: none;
}

.two-banners .section_title, .two-banners h3 {
  display: none;
}

.two-banners .swiper-pager {
  display: none;
}

.two-banners .swiper-slide-title {
  display: none;
}

.two-banners .swiper-pagination-bullet {
  display: none;
}

.brands {
  margin-bottom: 40px !important;
}

.brands .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brands .swiper-slide .img-responsive {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.brands .swiper-slide .text_container {
  display: none;
}

.brands.disabled .swiper-pager,  .brands.disabled .swiper-pagination-bullet {
  display: none;
}

.brands h3::before {
  display: block;
  width: 100%;
  height: auto;
  content: 'SHOP BY BRAND';
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
}

.brands a.view_more {
    position: absolute;
    top: 110px;
    right: 60px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    color: var(--ias-dark-gray);
}

.brands a.view_more:hover {
    color: var(--ias-red);
}

.row.latest-posts .swiper-viewport {
  box-shadow: unset !important;
}

.blogpost-thumb .caption a.blog-view-more {
  color: var(--ias-dark-gray);
}

.blogpost-thumb .caption a.blog-view-more:hover {
  color: var(--ias-red);
}

.row.latest-posts .headingmain::before {
  display: block;
  width: 100%;
  height: auto;
  content: 'STAY UP TO DATE';
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
}

.latest-posts .swiper-wrapper {
    justify-content: center;
}

.latest-posts .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0px !important;
}
.offcanvas-menu{
  position: fixed;
  top: 0;
  left: -320px;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 1001;
  transition: left .25s ease;
  display: flex;
  flex-direction: column;
}

.offcanvas-menu.open{ left: 0; }

.offcanvas-head{
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  flex: 0 0 auto;
}

.offcanvas-body{
  flex: 1 1 auto;
  overflow: hidden; /* important for drilldown panels */
}

.menu-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
  z-index: 1000;
}

.menu-overlay.active{
  opacity: 1;
  visibility: visible;
}

body.menu-open{ overflow: hidden; }

/* Drilldown container */
.dd-menu {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* Panels */
.dd-panel {
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(100%);
  transition: transform .25s ease;
  display: flex;
  flex-direction: column;
}

.dd-panel.dd-panel--active {
  transform: translateX(0);
}

.dd-panel.dd-panel--prev {
  transform: translateX(-100%);
}

/* Header */
.dd-panel__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px;
  border-bottom: 1px solid #eee;
}

.dd-panel__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

/* Back button (arrow left) */
.dd-back {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  position: relative;
  flex: 0 0 auto;
  top: -4px;
}

.dd-back:before {
  content: "‹";
  font-size: 26px;
  line-height: 34px;
  display: block;
}

/* List */
.dd-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
}

.dd-item {
  display: flex;
  align-items: center;
  padding: 0 14px;
}

.dd-link {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: inherit;
  flex: 1 1 auto;
}

.dd-seeall {
  font-weight: 600;
}

/* Next button (arrow right) */
.dd-next {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  position: relative;
  flex: 0 0 auto;
  top: -3px;
}

.dd-next:before {
  content: "›";
  font-size: 26px;
  line-height: 36px;
  display: block;
}

/* Optional: show divider */
.dd-item + .dd-item {
  border-top: 1px solid rgba(0,0,0,0.04);
}
.offcanvas-menu { will-change: left; }
.dd-panel { will-change: transform; }
.offcanvas-menu.open{
  box-shadow: 0 0 25px rgba(0,0,0,.15);
}
.offcanvas-menu.open{
  box-shadow: 0 0 25px rgba(0,0,0,.15);
}
.offcanvas-menu{
  width: min(320px, 90vw);
  left: calc(-1 * min(320px, 90vw));
}
/* =========================
   HEADER LAYOUT
========================= */
#site-header{
  position: sticky; /* μπορείς να το κάνεις fixed αν θες */
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

#site-header .header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px 0;
}

/* left / center / right columns */
#site-header .header-left,
#site-header .header-center,
#site-header .header-right{
  display: flex;
  align-items: center;
}

#site-header .header-left{
  flex: 0 0 auto;
}

#site-header .header-center{
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

#site-header .header-right{
  flex: 0 0 auto;
  justify-content: flex-end;
  width: 30%;
}

/* =========================
   LOGO
========================= */
#site-header #logo{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

#site-header .header-logo{
  max-height: 42px;
  width: auto;
  height: auto;
}

/* If logo is text */
#site-header #logo h1{
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
}

/* =========================
   BURGER BUTTON
========================= */
.burger-btn{
  display: flex!important;
  width: auto!important;
  gap: 5px;
    height: 44px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}

.burger-btn:hover{
  background: rgba(0,0,0,.05);
}

.burger-lines{
  width: 22px;
  height: 2px;
  background: #232020;
  display: block;
  position: relative;
  border-radius: 2px;
}

.burger-lines:before,
.burger-lines:after{
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #232020;
  border-radius: 2px;
}

.burger-lines:before{ top: -7px; }
.burger-lines:after{ top: 7px; }

/* =========================
   ICONS (RIGHT)
========================= */
.header-icons{
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* spacing between icons */
}

.header-icons > li{
  float: none !important; /* override bootstrap list-inline floats */
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

.header-icon > a{
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.header-icon > a:hover{
  background: rgba(0,0,0,.05);
}

.header-icon svg{
  display: block;
}

/* Language selector (if it outputs a <form> or <div>) */
.header-icon form,
.header-icon .dropdown{
  margin: 0;
}

/* Cart module inside <li class="header-icon">{{ cart }}</li> */
.header-icon #cart{
  margin: 0;
}
.header-icon #cart > button,
.header-icon #cart > .btn{
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

/* =========================
   SEARCH (fix click area)
========================= */
#search-toggle > a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Αν το {{ search }} βγάζει input που “πετιέται”, κράτα το από κάτω */
#search-toggle .dropdown-menu,
#search-toggle .search-dropdown,
#search-toggle .search-content{
  z-index: 1100;
}

/* =========================
   ACCOUNT DROPDOWN
========================= */
#site-header .dropdown-menu{
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 8px 0;
}

#site-header .dropdown-menu > li > a{
  padding: 10px 14px;
}

#site-header .dropdown-menu > li > a:hover{
  background: rgba(0,0,0,.05);
}

/* =========================
   RESPONSIVE TWEAKS
========================= */
@media (max-width: 768px){
  #site-header .header-inner{
    min-height: 58px;
    padding: 8px 0;
  }

  #site-header .header-logo{
    max-height: 36px;
  }

  .burger-btn,
  .header-icon > a{
    width: 42px;
    height: 42px;
  }

  .header-icons{
    gap: 6px;
  }
}

@media (max-width: 420px){
  /* σε πολύ μικρά, κράτα το logo να μη “σπρώχνει” */
  #site-header .header-logo{
    max-height: 32px;
  }

  .header-icons{
    gap: 4px;
  }
}

/* =========================
   OFFCANVAS CLOSE BUTTON
========================= */
.offcanvas-close{
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}

.offcanvas-close:hover{
  background: rgba(0,0,0,.05);
}

/* =========================
   HEADER (container / layout)
========================= */
#site-header{
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

#site-header .header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px 0;
}

#site-header .header-left,
#site-header .header-center,
#site-header .header-right{
  display: flex;
  align-items: center;
}

#site-header .header-left{ flex: 0 0 auto;width: 30%; }
#site-header .header-center{
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}
#site-header .header-right{ flex: 0 0 auto;width: 40%; }

/* =========================
   LOGO
========================= */
#site-header #logo{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

#site-header .header-logo{
  max-height: 42px;
  width: auto;
  height: auto;
}

/* =========================
   BURGER
========================= */
.burger-btn{
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}

.burger-btn:hover{ background: rgba(0,0,0,.05); }

.burger-lines{
  width: 22px;
  height: 2px;
  background: #232020;
  display: block;
  position: relative;
  border-radius: 2px;
}
.burger-lines:before,
.burger-lines:after{
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #232020;
  border-radius: 2px;
}
.burger-lines:before{ top: -7px; }
.burger-lines:after{ top: 7px; }

/* =========================
   ICONS (RIGHT)
========================= */
.header-icons{
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-icons > li{
  float: none !important;
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

.header-icon > a{
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.header-icon > a:hover{ background: rgba(0,0,0,.05); }

.header-icon svg{ display: block; }

/* =========================
   LANGUAGE (common/language)
   Στόχος: να δείχνει σαν icon/dropdown
========================= */

/* Καλύπτει το output του OC (συνήθως form + button + ul) */
.header-icon #form-language{
  margin: 0;
}

.header-icon #form-language .btn{
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #232020;
}

.header-icon #form-language .btn:hover{
  background: rgba(0,0,0,.05);
}

/* Αν το button γράφει κείμενο (π.χ. EL/EN) */
.header-icon #form-language .btn .hidden-xs,
.header-icon #form-language .btn .hidden-sm,
.header-icon #form-language .btn span{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}

/* Dropdown menu του language */
.header-icon #form-language .dropdown-menu{
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 8px 0;
  margin-top: 8px;
  min-width: 140px;
}

.header-icon #form-language .dropdown-menu > li > button,
.header-icon #form-language .dropdown-menu > li > a{
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  background: transparent;
  border: 0;
}

.header-icon #form-language .dropdown-menu > li > button:hover,
.header-icon #form-language .dropdown-menu > li > a:hover{
  background: rgba(0,0,0,.05);
}

/* Αν εμφανίζει σημαία */
.header-icon #form-language img{
  width: 18px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px){
  #site-header .header-inner{
    min-height: 58px;
    padding: 8px 0;
  }

  #site-header .header-logo{ max-height: 36px; }

  .burger-btn,
  .header-icon > a,
  .header-icon #form-language .btn{
    width: 42px;
    height: 42px;
  }

  .header-icons{ gap: 6px; }
}

/* =========================
   CART BUTTON (HEADER)
========================= */

/* Καλύπτει το default OC output: <div id="cart" class="btn-group btn-block"> */
.header-icon #cart{
  margin: 0;
  padding: 0;
}

/* Το button του καλαθιού */
.header-icon #cart > button,
.header-icon #cart > .btn{
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #232020;
}

/* Hover effect ίδιο με τα άλλα icons */
.header-icon #cart > button:hover,
.header-icon #cart > .btn:hover{
  background: rgba(0,0,0,.05);
}

/* SVG / icon στο cart */
.header-icon #cart svg{
  width: 20px;
  height: 20px;
  display: block;
}

/* =========================
   CART BADGE (ποσότητα)
========================= */

/* Το default span του OpenCart (#cart-total) */
.header-icon #cart-total{
  position: absolute;
  top: 6px;
  right: 6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: var(--accent1, #000);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 9px;
  text-align: center;
  pointer-events: none;
}

/* Αν το cart button είναι position:relative */
.header-icon #cart > button,
.header-icon #cart > .btn{
  position: relative;
}

/* =========================
   CART DROPDOWN
========================= */

.header-icon #cart .dropdown-menu{
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 10px;
  margin-top: 10px;
  min-width: 280px;
}

/* Τίτλοι προϊόντων */
.header-icon #cart .dropdown-menu .name a{
  font-size: 14px;
  font-weight: 600;
  color: #232020;
}

/* Τιμές */
.header-icon #cart .dropdown-menu .price{
  font-size: 13px;
  white-space: nowrap;
}

/* Buttons μέσα στο dropdown (View Cart / Checkout) */
.header-icon #cart .dropdown-menu .btn{
  border-radius: 8px;
}

/* =========================
   EMPTY CART
========================= */
.header-icon #cart .dropdown-menu p{
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px){
  .header-icon #cart > button,
  .header-icon #cart > .btn{
    width: 42px;
    height: 42px;
  }

  .header-icon #cart-total{
    top: 5px;
    right: 5px;
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }
}

.header-icon #cart svg *{
  fill: #232020;
  stroke: #232020;
}

.nav-tabs > li > a {
  color: var(--ias-red);
}


#account-lists .form-horizontal label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

#account-lists input[type="text"],
#account-lists input[type="number"] {
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#account-lists input[type="submit"],
#account-lists .btn.btn-primary {
  background-color: var(--ias-red);
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

#account-lists input[type="submit"]:hover,
#account-lists .btn.btn-primary:hover {
  background-color: black;
}

#account-lists .list-group {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
}

#account-lists .list-group a,
#account-lists .list-group span {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  color: #333;
  text-decoration: none;
}

#account-lists .list-group a:hover {
  background-color: #f1f1f1;
  color: #000;
}

#account-lists .table-responsive {
  margin-top: 20px;
  overflow-x: auto;
}

#account-lists .table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

#account-lists .table thead {
  background-color: #e9ecef;
}

#account-lists .table thead th,
#account-lists .table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle;
}

#account-lists .product td.image img {
  max-height: 40px;
}

#account-lists .stepper_section {
  display: flex;
  align-items: center;
  justify-content: center;
}

#account-lists .stepper_buttons {
  display: flex;
  align-items: center;
}

#account-lists .stepper_buttons .ctm-stepper {
  background: #eee;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
}

#account-lists .stepper_buttons .ctm-stepper.plus {
  background: #ccc;
}

#account-lists .input_qtylist {
  text-align: center;
  width: 60px;
  margin: 0 5px;
}

#account-lists .add-new-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: var(--ias-red);
  color: white;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  margin-top: 10px;
}

#account-lists .add-new-row:hover {
  background-color: black;
}

#account-lists .add-new-row img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  transition: transform 0.2s;
}

#account-lists .bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
}

#account-lists .bottom-button {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  #account-lists .col-md-2,
  #account-lists .col-md-10 {
    width: 100%;
    padding: 0;
  }

  #account-lists .header-table,
  #account-lists .bottom-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #account-lists .stepper_buttons {
    flex-direction: row;
  }

  #account-lists .table thead {
    display: none;
  }

  #account-lists .table tr {
    display: block;
    margin-bottom: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
  }

  #account-lists .table td {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 8px 0;
    border: none;
  }

  #account-lists .table td:before {
    content: attr(data-label);
    font-weight: bold;
    color: #555;
  }
}

#account-lists .remove img,
#account-lists #delete-all {
  cursor: pointer;
}

#account-lists .ctm-stepper::before {
  content: "-";
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}

#account-lists .ctm-stepper.plus::before {
  content: "+";
}

#account-lists .search-cont-model {
  position: relative;
}

#account-lists .live-search-div-list {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}

#account-lists .live-search-div-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#account-lists .live-search-div-list li {
  padding: 10px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

#account-lists .live-search-div-list li:hover {
  background-color: #f5faff;
}

#account-lists .live-search-div-list .product-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  flex-grow: 1;
  line-height: 1.4;
}

#account-lists .live-search-div-list img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
}

#account-lists .live-search-div-list .result-text {
  padding: 10px;
  font-style: italic;
  font-size: 13px;
  color: #777;
  text-align: center;
}
