/*    -->                                                                                                                                  GROUPS CSS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*html.group-1 == lianikh html.group-2 == xondrikh  html.group-3 == episkepths*/

html.group-3 .price,
html.group-3 .button-group button:last-child,
html.group-3 #product-compare tbody input.btn.btn-primary.btn-block,
html.group-3 #account-wishlist tbody .btn.btn-primary,
html.group-3 .stock_section,
html.group-3 .price-list,
html.group-3 #product .form-group,
html.group-3 #cart,
html.group-3 .price-td {
  display: none !important;
}

body.is-loggout .price,
html.is-loggout .button-group button:last-child,
body.is-loggout #product-compare tbody input.btn.btn-primary.btn-block,
body.is-loggout #account-wishlist tbody .btn.btn-primary,
body.is-loggout .stock_section,
body.is-loggout .price-list,
body.is-loggout #product .form-group,
body.is-loggout #cart,
body.is-loggout .price-td,
body.is-loggout .button-group,
body.is-loggout #product .btn-group #button-compare,
body.is-loggout .fav_button,
#product-product.zero-price .price-list,
#product-product.zero-price .fav_button,
#product-product.zero-price .form-group,
#product-product.zero-price #product .btn-group #button-compare {
  display: none !important;
}

.product-layout.zero-price .bottom_section {
  visibility: hidden !important;
}

#account-register #account div.groups {
  display: none !important;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION COMMON
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/




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

body {
  --accent1: #71c5cd;
  --accent2: #72c7cf;
  --accent3: #383938;
  --accent4: #373837;
  --accent5: #383838;
}

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

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

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

/*    -->                                                                              COMMON > CAROUSEL > LAYOUT
[2]   =========================================================================================================== */

.swiper-viewport {
  border-radius: 0px !important;
}

/*    -->                                                                          COMMON > CAROUSEL > NAVIGATION
[2]   =========================================================================================================== */

@media(max-width: 768px) {
  .swiper-pager {
    display: none !important;
  }
}

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

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

/*    -->                                                                                              COMMON > BREADCRUMBS > DISABLE TOP CATEGORY LINKS
[2]   =========================================================================================================== */



/* .breadcrumb li:has(a[href$="path=221"]),
.breadcrumb li:has(a[href$="path=2"]),
.breadcrumb li:has(a[href$="path=3"]),
.breadcrumb li:has(a[href$="path=663"]),
.breadcrumb li:has(a[href$="path=5"]),
.breadcrumb li:has(a[href$="path=509"]),
.breadcrumb li:has(a[href$="path=336"]),
.breadcrumb li:has(a[href$="path=337"]) {
  pointer-events: none !important;
} */


/* .breadcrumb li:nth-child(2):has(a[href*="category&path"]) {
  pointer-events: none !important;
} */

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


.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;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION HEADER > MENU
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/* .menu_revealed,
.menu_revealed body,
.cart_enabled,
.cart_enabled body,
.search_enabled,
.search_enabled body {
	overflow: hidden !important;
} */

/*    -->                                                                                                                            HEADER > MENU > BURGER BUTTON
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#menu_toggle_section {
  display: flex;
  /* align-items: flex-end; */
  flex-direction: column;
  /* justify-content: center; */
  /* align-content: center; */
}

#menu_toggle_section>#burger_button {
  cursor: pointer;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

/*    -->                                                            HEADER > MENU > BURGER BUTTON > DISABLE TEXT                              
[2]   =========================================================================================================== */

#menu_toggle_section>#category {
  font-size: 15px;
  display: none !important;
  line-height: 1 !important;
}

/*    -->                                                                                                                                HEADER > MENU > CONTAINER
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                     HEADER > MENU > CONTAINER > OUTER
[2]   =========================================================================================================== */

#menu {
  display: flex;
  align-items: center;
}

#menu_container {
  width: 480px;
  max-width: calc(100vw - 20px);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  height: 100vh;
  overflow: auto;
  background: var(--accent3);
  display: flex;
  flex-direction: column;
  padding-left: 77px !important;
  padding-right: 50px !important;
}

#menu_container,
html:after {
  transition: all 0.2s;
}

/*    -->                                                                       HEADER > MENU > CONTAINER > INNER
[2]   =========================================================================================================== */

#menu .nav.navbar-nav li.dropdown .dropdown-menu {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  background: var(--accent3);
  border: unset;
  box-shadow: unset;
}

#menu .nav.navbar-nav li.dropdown .dropdown-menu ul {
  padding-left: 50px;
}

/*    -->                                                                     HEADER > MENU > CONTAINER > HEIGHTS
[2]   =========================================================================================================== */

#menu_header {
  margin-top: 20px;
  margin-bottom: 57px;
}

#menu .nav.navbar-nav {
  height: calc(100vh - 250px);
  overflow: auto;
  justify-content: unset;
  margin-top: 0px;
}

#menu .nav.navbar-nav li.dropdown .dropdown-menu {
  top: 150px !important;
  height: calc(100vh - 220px);
  overflow: auto;
  margin: 0px !important;
}

#menu .nav.navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  /* top: -4px !important; */
  /* height: calc(100% - 2px) !important; */
  /* height: calc(100vh - 132px);
  overflow: auto; */
  top: 0px !important;
  height: 100%;
}

/*    -->                                                                      HEADER > MENU > CONTAINER > REVEAL
[2]   =========================================================================================================== */

#menu_container {
  transform: translateX(-100%);
}

header::after {
  background: #000;
  content: "";
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 8;
}

header:after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

#menu_container {
  transition: all 0.4s;
}

.menu_revealed #menu_container {
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

.menu_revealed header:after {
  visibility: visible;
  opacity: 0.5;
}

/*    -->                                                                                                                            HEADER > MENU > BURGER BUTTON
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.navbar-toggle {
  display: block !important;
}

/*    -->                                                                                                                             HEADER > MENU > CLOSE BUTTON
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#menu_close_button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 20px;
}

#menu_close_button svg {
  width: 25px;
  height: 25px;
  fill: white;
}

#menu_close_button svg:hover {
  color: var(--accent1);
}

#menu_close_button::before {
  content: "CLOSE";
  color: white;
  display: block;
  position: relative;
  display: inline;
  font-size: 12px;
  margin-right: 12px;
}

/*    -->                                                                                                                                   HEADER > MENU > HEADER
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#menu_header {
  display: flex;
  align-items: center;
}

/*    -->                                                                           HEADER > MENU > HEADER > LOGO
[2]   =========================================================================================================== */

#menu_header a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#menu_header img {
  max-width: 140px;
}

#menu_header>a {
  margin-inline: auto;
}

/*    -->                                                                                                                                HEADER > MENU > DROPDOWNS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                  HEADER > MENU > DROPDOWNS > ALL LEVELS
[2]   =========================================================================================================== */

#menu .dropdown .dropdown-menu {
  position: relative;
  width: 100%;
}

#menu .dropdown .dropdown-menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

/*    -->            HEADER > MENU > DROPDOWNS > ALL LEVELS > FONTS
[3]   ------------------------------------------------------------- */

#menu .nav.navbar-nav * {
  color: white;
  font-size: 15px;
}

#menu .nav.navbar-nav a:hover {
  color: var(--font1);
}

/*    -->        HEADER > MENU > DROPDOWNS > ALL LEVELS > ALL LINKS
[3]   ------------------------------------------------------------- */

.navbar-nav>li>a,
.dropdown-menu>li>a {
  background: transparent !important;
  padding: 9px 30px !important;
  text-transform: uppercase;
}

#menu .extra_links>a {
  padding: 9px 0px;
  line-height: normal;
  color: #a0a0a0;
  font-weight: 600;
  font-size: 16px !important;
}

.dropdown-inner>ul>li>a {
  background: transparent !important;
  padding: 7px 0px !important;
  /* text-transform: capitalize !imp1ortant; */
  display: block;
  color: white !important;
}

.navbar-nav>li>a,
.dropdown-menu>li>a,
#menu .extra_links>a,
.dropdown-inner>ul>li>a,
#menu .parent_header .arrow_back svg {
  transition: all 0.12s;
  /* font-size: 14px !important; */
  text-transform: uppercase !important;
}

.navbar-nav>li>a,
.dropdown-inner>ul>li>a {
  font-size: 18px !important;
  font-weight: normal !important;
  padding: 16px 0px !important;
}

.navbar-nav>li>a:hover,
.dropdown-menu>li>a:hover,
#menu .extra_links>a:hover,
.dropdown-inner>ul>li>a:hover {
  color: var(--accent2) !important;
}

/*    --> HEADER > MENU > DROPDOWNS > ALL LEVELS > DROPDOWN ARROW
[3]   ------------------------------------------------------------- */

#menu .nav.navbar-nav li.dropdown>a {
  display: flex;
  align-items: center;
  line-height: 1;
}

#menu .nav.navbar-nav li.dropdown>a>.toggle_arrow {
  line-height: 1;
  display: none !important;
}

#menu .nav.navbar-nav .toggle_arrow>svg {
  width: 20px;
  height: 20px;
  fill: white;
  margin-left: 10px;
}

/*    --> HEADER > MENU > DROPDOWNS > ALL LEVELS > DROPDOWN TOGGLING                                         
[3]   ------------------------------------------------------------- */

#menu .navbar-nav .dropdown-menu,
#menu .nav.navbar-nav li.dropdown {
  position: static !important;
}

#menu .nav.navbar-nav li.dropdown .dropdown-menu {
  position: absolute !important;
  z-index: 9999;
  top: 0px;
  left: 0px;
  transition: all 0.2s;
  transform: translateX(-50px);
  /* padding-top: 50px; */
  opacity: 0;
  visibility: hidden;
  display: block !important;
}

#menu .nav.navbar-nav li.dropdown.dropdown_activated>.dropdown-menu {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/*    -->                                                                    HEADER > MENU > DROPDOWNS > LEVEL #1
[2]   =========================================================================================================== */

#menu .nav.navbar-nav {
  flex-direction: column;
}

#menu .nav.navbar-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/*    -->                                                                HEADER > MENU > DROPDOWNS > INNER LEVELS
[2]   =========================================================================================================== */

/*    --> HEADER > MENU > DROPDOWNS > INNER LEVELS > PARENT HEADER                          
[3]   ------------------------------------------------------------- */

#menu .parent_header {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  border-top: 1px solid var(--accent2);
  border-bottom: 1px solid var(--accent2);
  padding: 15px 0px;
}

/* .parent_header>.arrow_back+a {
  pointer-events: none;
} */

/*    -->      HEADER > MENU > DROPDOWNS > INNER LEVELS > PARENT HEADER > ARROW BACK  */

#menu .parent_header .arrow_back {
  display: flex;
  align-items: center;
  width: 50px;
  box-sizing: border-box;
  padding-left: 10px;
}

#menu .parent_header .arrow_back svg {
  fill: white;
  transform: rotate(180deg);
  width: 19px;
  height: 19px;
  cursor: pointer;
  margin-right: 17px;
}

#menu .parent_header .arrow_back svg:hover {
  fill: var(--accent1) !important;
}

/*    -->  HEADER > MENU > DROPDOWNS > INNER LEVELS > PARENT HEADER > PARENT LINK */

#menu .parent_header>a {
  padding: 0px;
  text-transform: uppercase !important;
  color: white !important;
  font-size: 18px !important;
  line-height: normal !important;
}

#menu .parent_header>a:hover {
  color: var(--accent1) !important;
}

/*    -->          HEADER > MENU > DROPDOWNS > INNER LEVELS > ITEMS                          
[3]   ------------------------------------------------------------- */

#menu .dropdown-inner ul li>a {
  text-transform: none !important;
  font-size: 16px !important;
}


@media (max-width: 767px) {
  #menu_header .language-switcher.visible-xs {
    position: absolute;
    top: 20px;
    width: 100px;
  }

  #menu_header .language-switcher.visible-xs span.hidden-xs {
    display: block !important;
    font-size: 15px;
    color: white;
  }

  #menu_container {
    padding-left: 50px !important;
  }
}

/*    -->                                                                                                                                        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.6);
  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: var(--accent2) !important;
  border-radius: 3px !important;
  border: none !important;
}

#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-thumb:hover {
  background: var(--accent2) !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: 'Manrope';
  text-transform: uppercase;
}

.minicart_intro .subtitle {
  font-family: 'Manrope';
  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: 'Manrope';
  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;
}

/*    -->                                                                        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: 16px;
  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]   ------------------------------------------------------------- */
td.text-center.product-remove {
  width: 15px;
}

header #cart .btn.btn-danger.btn-xs {
  background: none;
  border-radius: 0px;
  border: none;
  padding: 5px;
  transform: translate(5px, -2px);
}

/*    -->                                                                      HEADER > MINICART > BOTTOM SECTION
  [2]   =========================================================================================================== */
li.bottom-section {
  margin-top: auto;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #0f0f0f;
  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: 45px;
  display: flex;
  align-items: center;
  justify-items: center;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: black;
  border-radius: 23px;
}

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

#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;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION INFORMATION PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

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

#information-information.container>.row,
.container.extension-module-isenselabs_gdpr>.row {
  width: 1750px;
  max-width: 100%;
  margin: 0 auto;
}

#information-information #column-left {
  width: 270px !important;
  margin-top: 32px;
}

#information-information #content {
  width: calc(100% - 270px) !important;
}

#information-information .breadcrumb,
.container.extension-module-isenselabs_gdpr .breadcrumb {
  padding: 8px 0px;
  max-width: 1750px;
  margin: auto;
}

/*    -->                                                                                                                            INFORMATION PAGE > TITLE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#information-information #content h1.info-title {
  font-size: 30px !important;
  font-weight: bold;
  line-height: 50px !important;
  color: #000000 !important;
}

/*    -->                                                                                                                               INFORMATION PAGE > SIDEBAR
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#information-information .nav-tabs {
  border-bottom: none !important;
}

#information-information .nav-tabs li:last-child {
  display: none !important;
}

#information-information .nav-tabs li a {
  padding: 10px 15px;
  width: 100% !important;
}

#information-information .nav-tabs li.current a {
  background: #0657A0 !important;
  font-weight: bold !important;
  pointer-events: none;
  color: white !important;
}

#information-information .nav-tabs li a {
  color: #000000 !important;
  font-size: 15px !important;
  transition: all 0.2s;
  white-space: nowrap !important;
  border-radius: 0px;
  border: none !important;
  min-height: 50px;
  display: flex;
  align-items: center;
}

#information-information .nav-tabs li:not(.current) a:hover {
  /* font-weight: bold; */
  padding-left: 20px;
}

/*    -->                                                                                                                         INFORMATION PAGE > FAQ ACCORDION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#information-information .accordion-group {
  margin-bottom: 3px;
}

#information-information .accordion-heading .accordion-toggle {
  background: #eeeeee;
  border: 1px solid #ddd;
  color: #333;
  padding: 10px 20px;
  display: block;
  transition: border 0.15s ease-in-out;
  border: none !important;
  min-height: 50px !important;
  display: flex;
  align-items: center;
}

#information-information .accordion-heading .accordion-toggle[aria-expanded="true"] {
  border: 1px solid #46423d;
  border-color: var(--accent2);
  background: var(--accent2);
  color: white;
}

#information-information .accordion-inner {
  background: transparent;
  padding: 20px;
}

/* #information-information div#accordion2 {
  margin: 100px auto;
} */

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

#information-information .section_title {
  margin-top: 60px;
}

#information-information #content * {
  font-size: 15px !important;
  line-height: 27px !important;
  color: #454545 !important;
}

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

footer {
  background: var(--accent4);
  padding-top: 0px;
  background-repeat: no-repeat;
  background-position: center 37px;
  margin-top: 100px;
}

#scrollTop {
  display: none;
  position: fixed;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  border-radius: 10px;
  /* font-size: 18px; */
  bottom: 10px;
  right: 10px;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  gap: 20px;
  font-weight: bold;
  font-size: 0px;
}

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

html:not(.product-product) footer {
  margin-top: 80px;
}

/*    -->                                                                               FOOTER > COLUMNS > LAYOUT
[2]   =========================================================================================================== */

footer .container {
  width: 100%;
  padding: 0px;
}

footer .links-row {
  display: flex;
}

footer .footer-column {
  flex: 1;
  padding: 25px;
}

footer .links-row .footer-column:first-child {
  padding-left: 50px;
}

footer .footer-column.newsletter_socials_column {
  background: var(--accent3);
  padding: 50px 75px 100px;
  flex: 1.5;
}

/*    -->                                                                                FOOTER > COLUMNS > TITLE
[2]   =========================================================================================================== */

footer .footer-column h5 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

/*    -->                                                                                FOOTER > COLUMNS > TEXT
[2]   =========================================================================================================== */

footer .footer-column p a {
  display: inline-block;
  line-height: 16px;
  font-size: 15px;
  color: white;
  font-weight: bold;
}

footer .footer-column a:not(.questionnaire-icon) {
  font-size: 16px;
  margin: 9px 0px !important;
  display: block;
  color: white;
  line-height: 33px;
}

.footer-column .list-unstyled a:hover {
  color: var(--accent2);
}

footer .footer-column span {
  font-size: 15px;
}

footer .footer-column .footer-call-to-action {
  background-color: var(--accent1);
  border-radius: 23px;
  height: 45px;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 45px !important;
  font-weight: 600;
  max-width: 230px;
  text-align: center;
  margin-right: auto;
  margin-top: 20px !important;
}

/*    -->                                                                                FOOTER > COLUMNS > LINKS
[2]   =========================================================================================================== */

.footer-column :not(h5) {
  font-size: 15px;
}

/*    -->                                                                 FOOTER > COLUMNS > NEWSLETTER & SOCIALS
[2]   =========================================================================================================== */

/*    -->          FOOTER > COLUMNS > NEWSLETTER > LAYOUT                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .news-form {
  text-align: left;
}

/*    -->           FOOTER > COLUMNS > NEWSLETTER > TITLE                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section>h3 {
  font-family: 'Manrope';
  font-size: 30px;
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: bold;
}

/*    -->           FOOTER > COLUMNS > NEWSLETTER > INPUT                          
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .news-form input#email {
  background: transparent;
  opacity: 1;
  color: white;
  font-size: 15px !important;
  height: 41px;
  line-height: 50px;
  padding: 0px 5px 0px 10px !important;
  box-sizing: border-box !important;
  width: calc(100% - 165px) !important;
  margin-right: 0px;
  background-color: rgba(255, 255, 255, 0.17);
  border: 1px solid var(--accent2);
}

/*    -->          FOOTER > COLUMNS > NEWSLETTER > BUTTON                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .news-form #subscribe {
  height: 41px !important;
  font-size: 14px !important;
  width: 145px !important;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  box-shadow: none;
  border: 1px solid var(--accent2);
  border-radius: 0px;
  box-sizing: border-box;
  background: var(--accent2);
  line-height: 1 !important;
}

.newslt_button {
  padding: 13px 0px !important;
  font-size: 14px !important;
  width: 220px !important;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  background: var(--accent1);
  line-height: 1 !important;
  text-align: center;


}


/*    -->          FOOTER > COLUMNS > NEWSLETTER > TERMS                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .buttons {}

.footer-column .newsletter_section .buttons {
  display: flex;
}

.footer-column .newsletter_section .buttons input[type="checkbox"] {
  margin-top: 2px !important;
}

.footer-column .newsletter_section .buttons .pull-center {
  line-height: 1;
  font-size: 13px;
}

.footer-column .newsletter_section .buttons .pull-center a {
  display: inline !important;
}

.footer-column .newsletter_section .buttons .pull-center a b {
  line-height: 1;
  font-size: 13px;
  margin-left: 0px !important;
}

/*    -->          FOOTER > COLUMNS > NEWSLETTER > ERRORS                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .error.not-valid,
.footer-column .newsletter_section .error.allready {
  font-weight: bold;
  letter-spacing: normal;
  background: #1B1B1B;
  padding: 5px;
  text-align: center;
  color: #EB0000 !important;
}

/*    -->         FOOTER > COLUMNS > NEWSLETTER-GUEST EXTRA CSS             
[3]   ------------------------------------------------------------------------------ */
/**************************************************************************************/

.news-form {
  margin: auto !important;
  text-align: center;
  display: flex;
  max-width: 1650px;
}

.footer-column .newsletter_section .news-form .col-sm-6:first-child {
  display: none;
}

.footer-column .newsletter_section .news-form .col-sm-6 {
  width: 100% !important;
}

.news-form .row {
  width: 100%;
}

.news-form h2 {
  margin: 0px 0px 40px;
  text-align: left;
  font-size: 50px;
  font-weight: 300;
}

.news-form h3 {
  font-size: 20px !important;
  font-weight: normal;
}

.news-form h2 .fa.fa-paper-plane-o {
  font-size: 20px;
  margin-right: 10px;
}

.news-form #email {
  padding: 11px;
  padding-top: 2px;
  border: unset;
  font-size: 17px;
  border-bottom: 2px solid black;
  color: #333;
  background: #f4f4f4;
}

.news-form #email:focus-visible {
  outline: none;
}

.news-form #subscribe {
  width: 25%;
  padding: 12px;
  border: unset;
  background: black;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

a.agree {
  font-size: 13px;

}

.error.not-valid,
.error.allready {
  margin-top: 15px;
  font-weight: bold;
  color: #ff0000;
  letter-spacing: 0.5px;
}

.success.thankyou {
  margin-top: 15px;
  font-weight: bold;
  color: #33ae46;
  letter-spacing: 0.5px;
}

.alert.alert-success.alert-dismissible.tk-add-cart.error.allready .deleteusr {
  background: red;
  color: white;
  padding: 5px 35px;
  border: unset !important;
  box-shadow: unset !important;
}

.pop-allready {
  display: flex;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  color: #333;
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 30px #333;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.pop-allready::before {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.deleteusr {
  background: #EB0000;
  color: white;
  padding: 5px 35px;
  border: unset !important;
  box-shadow: unset !important;
}

.add-to-cart-inner {
  display: flex;
  flex-direction: column;
  width: 400px;
  background: white;
  box-shadow: 1px 1px 30px #333;
}

.add-to-cart-inner .tk-cart-header {
  font-weight: 300;
  color: #333;
  font-size: 25px;
  text-align: center;
  margin-top: 0px;
  letter-spacing: 1px;
  line-height: 25px;
}

.tk-cart-header {
  order: 2;
}

.tk-cart-body {
  order: 3;
  display: flex;
  justify-content: space-between;
  padding: 40px 25px;
  align-content: center;
  align-items: center;
}

.close {
  opacity: 1;
  text-shadow: unset;
  top: 0;
  right: 0;
  font-size: 30px;
  padding: 5px !important;
  text-align: end;
  padding-right: 10px !important;
}

/******************************************************************************************/



/*    -->         FOOTER > COLUMNS > SOCIALS                 
[3]   ------------------------------------------------------------- */

.footer-column .socials_section {
  display: flex;
  margin-top: 20px;
}

.footer-column .socials_section a {
  margin-right: 30px !important;
}

.footer-column .socials_section svg {
  /* width: 10px; */
  fill: white;
  height: 17px;
}

.footer-column .socials_section h5 {
  margin-right: 50px;
  line-height: 23px;
  color: white;
}




.socials_section {
  display: flex;
  flex-direction: column;
}

.socials_section .socials_icons {
  display: flex;
  gap: 20px;
  width: fit-content;
  min-width: fit-content;
  max-width: fit-content;
  align-items: centeer;
}

.socials_section .socials_icons a {
  margin: 0px !important;
  padding: 0px !important;
  line-height: 1 !important;
}

.socials_section .socials_icons a>* {
  filter: brightness(0) invert(100) !important;
  height: 20px;
}


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

.payments-row {
  background: white;
  height: 54px;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-left: calc(0px - var(--FooterSidePadding));
  padding: 0px var(--FooterSidePadding);
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}

.payments-row>div {
  margin-right: 20px;
}


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


.powered_by {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: normal;
  margin-top: -50px;
  padding: 0px 50px 25px;
}

.powered_by>div {
  display: flex;
  align-items: center;
}

.powered_by img {
  margin-left: 5px;
}


footer {
  margin-top: 0px !important;
  border-top: 1px solid #ddd;
  color: white;
  max-width: 1920px;
  margin: auto;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.footer-column img {
  width: 100%;
  height: auto;
  max-width: 150px;
}

@media (max-width: 920px) {
  footer .links-row .footer-column {
    min-width: 50% !important;
    margin-bottom: 20px;
  }

  footer .links-row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  footer .links-row .footer-column {
    min-width: 100% !important;
  }
}

@media (max-width: 400px) {
  .footer-column .newsletter_section .news-form input#email {
    width: 80% !important;
  }
}

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

@media (max-width: 1400px) {
  footer .footer-column.newsletter_socials_column {
    padding: 25px 25px 100px;
  }


}

@media (max-width: 1200px) {
  .footer-column .newsletter_section .news-form #subscribe {
    padding: 13px 10px !important;
    font-size: 15px !important;
    width: auto !important;
  }

  .newslt_button #subscribe {
    padding: 13px 10px !important;
    font-size: 15px !important;
    width: auto !important;
  }


  .footer-column .newsletter_section .news-form input#email {
    width: calc(100% - 100px) !important;
  }
}

@media (max-width: 920px) {
  footer .footer-column.newsletter_socials_column {
    background: unset;
  }

  .powered_by {
    margin-top: 0;
    padding: 0px 25px 25px;
  }

  footer .footer-column {
    padding: 10px 25px !important;
  }
}

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


/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 15px;
  background-color: transparent;
  color: #000 !important;

}

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

/*    -->                                                                                                                                  HOME > VIEW MORE BUTTON
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


.view_more {
  display: block;
  text-align: center;
  width: 180px;
  margin: 30px auto;
  font-size: 16px;
  color: #000 !important;
  border-bottom: 1px solid #D8D8D8;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
}

/*    -->                                                                                                                             HOME > CAROUSEL > CATEGORIES
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home_grid_section_1 {
  width: 100%;
  padding-left: var(--FullwidthContainerPadding_2);
  padding-right: var(--FullwidthContainerPadding_2);
  margin-left: 20px;
  margin-right: 20px;
}

.home_grid_section_1 {
  margin-top: 90px;
}

.section_title {
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.home_grid_section_1 .swiper-wrapper::after {
  content: "";
  height: 100px;
  width: 100%;
  bottom: 0px;
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

@media (min-width: 768px) {
  .home_grid_section_1 .swiper-wrapper::after {
    display: none !important;

  }
}

.home_grid_section_1 .swiper-wrapper .swiper-slide {
  width: 100% !important;
}

.home_grid_section_1 .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px !important;
}

#common-home #carousel0 img {
  margin: auto;
}

.carousel.disabled .swiper-pagination,
.carousel.disabled .swiper-pager,
.latestblog_outer.disabled .swiper-pagination,
.latestblog_outer.disabled .swiper-pager {
  display: none !important;
}

.carousel.disabled .swiper-wrapper,
.latestblog_outer.disabled .swiper-wrapper {
  transform: translate3d(0px, 0, 0) !important;
  flex-wrap: wrap;
}

.carousel.disabled .swiper-wrapper .swiper-slide-duplicate,
.latestblog_outer.disabled .swiper-wrapper .swiper-slide-duplicate {
  display: none !important;
}

.carousel.disabled .swiper-pagination,
.carousel.disabled .swiper-pager,
.latestblog_outer.disabled .swiper-pagination,
.latestblog_outer.disabled .swiper-pager {
  display: none !important;
}

.home_grid_section_1 .swiper-slide .swiper-slide-title {
  font-size: 18px;
  color: black;
  margin-top: 15px;
  transition: all 0.12s;
  line-height: 1;
}

.home_grid_section_1 .swiper-slide {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home_grid_section_1 .swiper-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.home_grid_section_1 .swiper-slide-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_grid_section_1 .swiper-slide-link img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  max-width: 220px;
  transition: transform 0.3s ease;
}

.home_grid_section_1 .text_container {
  margin-top: 15px;
}

.home_grid_section_1 .swiper-slide-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  transition: color 0.2s;
}

.home_grid_section_1 .swiper-slide:hover .swiper-slide-title {
  color: #0066cc;
}

@media (max-width: 768px) {
  .home_grid_section_1 .swiper-slide {
    padding: 10px;
  }

  .home_grid_section_1 .swiper-slide-title {
    font-size: 14px;
  }

  .home_grid_section_1 .swiper-slide-link img {
    max-width: 160px;
  }
}

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

#common-home #carousel0+.swiper-pagination,
#common-home #carousel1+.swiper-pagination {
  bottom: 40px !important;
}

#common-home #carousel0,
#common-home #carousel1 {
  margin-bottom: 60px !important;
}

#common-home .swiper-pagination.carousel0,
#common-home .swiper-pagination.carousel1 {
  display: none;
}

#common-home .swiper-button-prev.swiper-button-prev_carousel_0,
#common-home .swiper-button-next.swiper-button-next_carousel_0,
#common-home .swiper-button-prev.swiper-button-prev_carousel_1,
#common-home .swiper-button-next.swiper-button-next_carousel_1 {
  opacity: 1 !important;
  right: unset !important;
  left: unset !important;
  display: block;
  position: relative;
}

#common-home .carousel.carousel0_container .swiper-pager,
#common-home .carousel.carousel1_container .swiper-pager {
  top: 15px;
  right: 35px;
  display: flex;
  width: auto;
  flex-direction: row-reverse;
  height: auto;
  gap: 10px;
}

#common-home .swiper-button-next::before {
  content: "\f105";
}

#common-home .swiper-button-prev::before {
  content: "\f104 ";
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
  color: var(--accent1) !important;
}

#common-home .carousel.carousel0_container.swiper-viewport {
  width: 100%;
}

.carousel .section_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  justify-content: center;
  display: flex;
}

#common-home .carousel .swiper-slide-title {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

#common-home .carousel.carousel0_container .swiper-slide-link {
  position: relative;
  margin: auto;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#common-home .carousel.carousel0_container .swiper-slide:hover .text_container .swiper-slide-link {
  opacity: 1;
}

#common-home .carousel.carousel0_container .swiper-slide {
  padding-bottom: 15px;
}

#common-home .carousel.carousel1_container.swiper-viewport {
  margin: 60px auto !important;
  max-width: 1750px;
}

#common-home .carousel.carousel1_container.swiper-viewport .view_more {
  width: 260px;
}

#common-home .carousel.carousel1_container.swiper-viewport .text_container {
  display: none !important;
}

/*    -->                                                                                                                                       HOME > ROW SECTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.column-content-2,
.column-content-1 {
  display: block;
  position: relative;
  margin: auto;
}

.html-module-link a {
  background-color: var(--accent1);
  border-radius: 23px;
  height: 45px;
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 45px;
  font-weight: 600;
  width: 160px;
  text-align: center;
  margin-right: auto;
}

a,
#product-product .list-unstyled.price-list h2 .old-price,
.product-thumb .price-old {
  color: black;
}

.module_row_section.module_0 * {
  color: white !important;
}

.module_row_section.module_0 .column-content-2 {
  background-color: #0657A0;
  padding: 10px;
}

.module_row_section h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.module_row_section p {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
}

.module_row_section iframe {
  margin: auto;
  display: block;
  width: 720px;
  height: 400px;
}

.module_row_section.module_1 {
  margin-bottom: 250px !important;
}

.module_row_section.module_1 .row.products-carousel-module {
  max-width: 1300px;
  margin: 250px 50px 0 auto !important;
  position: relative;
  display: block;
}

.module_row_section.module_1 .carousel.swiper-viewport {
  background: transparent;
}

.module_row_section.module_1 .section_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: white;
  font-size: 30px;
  line-height: 30px;
}

/*    -->                                                                                                                                       HOME > TABS SECTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.module_product_tabs {
  width: 100%;
  max-width: 1750px;
  margin: 50px auto;
}

.module_product_tabs .nav-tabs {
  border: unset;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.module_product_tabs>.section_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #000;
  font-size: 30px;
}

.tab-content .section_title {
  display: none;
}

.module_product_tabs .nav-tabs>li.active>a {
  color: white;
  background: #000;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  border: unset !important;
  border-bottom: 1px solid #D8D8D8 !important;
  border-radius: unset;
}

.module_product_tabs .nav-tabs>li>a {
  color: #000;
  background: white;
  width: 180px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  border: unset;
  border-bottom: 1px solid #D8D8D8;
  border-radius: unset;
  outline: unset !important;
}

/*    -->                                                                                                                                       HOME > TABS SECTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#latestblog .text-center.col-sm-4 {
  max-width: 550px;
}

#latestblog {
  display: flex;
  justify-content: center;
}

#latestblog .read-more-blog {
  opacity: 0;
  transition: all 0.5s;
  color: #000;
  border-bottom: 1px solid #D8D8D8;
}

#latestblog .text-center.col-sm-4:hover .read-more-blog {
  opacity: 1;
}

#latestblog .text-center.col-sm-4:hover .caption {
  margin-top: -100px;
}

#latestblog .text-center.col-sm-4 .caption {
  transition: all 0.5s;
  background: white;
  z-index: 10;
  display: block;
  position: relative;
  margin: 0px 10px;
  padding: 5px 15px;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ1
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> 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-product .product-left-info .top_wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}

#product-product .product-left-info .top_wrapper .left_section {
  /* 	border:1px solid blue; */
}

#product-product .product-left-info .top_wrapper .right_section {
  /* 	border:1px solid red; */
}

#product-product .product-left-info .top_wrapper .right_section .thumbnail img {
  width: 100%;
}

@media(max-width: 1100px) {
  #product-product .product-left-info .top_wrapper {
    display: flex;
    flex-direction: column;
  }
}



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

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


/*    -->                                                                                                                           PRODUCT PAGE > RECENTLY VIEWED
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

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

/*    -->                                                                                                                              PRODUCT PAGE BUTTONS SECTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


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

.product-product #product .btn-group {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.product-product #product .btn-group #button-compare {
  display: flex !important;
  align-items: center !important;
  text-transform: uppercase !important;
}

.product-product #product .btn-group #button-compare img {
  margin-right: 2px !important
}

#product-product #product .btn-group .enquiry_button {
  padding-left: 0px !important;
  border-left: none !important;
  justify-content: flex-start !important;
}

/*    --> PRODUCT PAGE > BUTTONS SECTION > ENQUIRY BUTTON > ENQUIRY FORM                               
[3]   ------------------------------------------------------------- */

#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: 'Manrope';
  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;
}

/* --> 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 > TOP SECTION > OPTIONS & STEPPER & CART > STEPPER & CART                                  
[2]   =========================================================================================================== */

/*    -->    PRODUCT PAGE > TOP SECTION > OPTIONS & STEPPER & CART > STEPPER           
[3]   ------------------------------------------------------------- */

#product .form-group .stepper_section {
  display: flex;
  align-items: center;
}

#product .form-group .stepper_section .stepper_buttons {
  display: flex;
  align-items: center;
}

#product .form-group .stepper_section label {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  display: block;
  width: 170px;
}

#product .form-group #input-quantity {
  height: 45px;
  width: 45px;
  min-width: 45px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none !important;
  border-radius: 0px !important;
  text-align: center !important;
  padding: 0px;
  pointer-events: none;
  -moz-appearance: textfield;
}

#product .form-group #input-quantity::-webkit-outer-spin-button,
#product .form-group #input-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#product .form-group button.ctm-stepper {
  width: 45px;
  height: 45px;
  border-radius: 0px;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
  background: none;
}

#product .form-group button.ctm-stepper::before {
  font-size: 25px;
  font-weight: bold;
  display: block;
  background: none !important;
}

#product .form-group button.ctm-stepper:first-of-type:before {
  content: "-";
  transforM: scaleX(1.5);
}

#product .form-group button.ctm-stepper:last-of-type:before {
  content: "+"
}

#product-product .product-filters-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/*    -->                                                           PRODUCT PAGE > IMAGES SECTION > SHARE AND CTA
[2]   =========================================================================================================== */

.share_and_cta_container {
  position: relative;
  display: flex !important;
  align-content: flex-end;
  justify-content: flex-end;
}

.share_and_cta_container .share_section .title,
.share_and_cta_container .cta_section {
  font-size: 14px;
  color: #000;
}

/*    --> PRODUCT PAGE > IMAGES SECTION > SHARE AND CTA > SHARE SECTION                               
[3]   ------------------------------------------------------------- */

.share_module_container {
  width: 350px;
  position: absolute;
  left: 0px;
  top: 20px;
  transform: translateY(-100%);
  padding-bottom: 50px;
  transition: all 0.2s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.ss-box {
  padding: 7px;
  box-sizing: content-box;
  background: #eee;
  position: relative;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}

.ss-box::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 15px 15px 0 15px;
  border-color: #eee transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 30px;
}

.share_section .title {
  display: inline-block;
  /* padding: 20px 0px 0px; */
  position: relative !important;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.share_section .title>svg {
  margin-right: 8px;
}

.share_section .title:hover .share_module_container {
  /* margin-top: -20px; */
  opacity: 1;
  visibility: visible;
  top: 30px;
}


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

@media (max-width: 1400px) {
  #product-product .savings-row {
    margin-left: auto;
    margin-right: 0;
  }

  #product-product .list-unstyled.price-list li.pdf-row {
    min-width: 100%;
  }

  #product-product .list-unstyled.price-list .pdf-row a {
    justify-content: center;
  }

  #product-product #product {
    flex-direction: column;
  }

  #product-product .list-unstyled.price-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 1150px) {
  #product-product .list-unstyled.inline-list {
    flex-wrap: wrap;
  }

  .rating {
    min-width: 100%;
  }

}

@media (max-width: 767px) {
  #product-product .labels_container.main-product-label {
    margin-left: unset;
  }

  .share_module_container {
    right: 0;
    left: unset;
  }

  #product-product .breadcrumb {
    padding-left: 0 !important;
  }

  #product-product .recently-viewed,
  #product-product .related-products-container {
    padding: 25px;
  }

  #product-product {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}

@media (max-width: 450px) {

  #product-product .list-unstyled.price-list,
  #product-product .list-unstyled.inline-list {
    flex-direction: column;
  }

  #product-product #product .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }

  #product-product #product .btn-group .enquiry_button {
    border: unset;
    padding-left: 0;
  }

  #product-product .savings-row {
    margin-left: 0;
    margin-right: auto;
  }

  #product-product .list-unstyled.price-list .pdf-row a {
    justify-content: flex-start;
  }

  #product-product .product-layout .labels_container {
    margin: 15px 10px;
  }
}

/*    -->                                                                                                                                 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;
  }
}

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

@media(max-width: 767px) {
  #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
  }

  .image-additional {
    width: 100px !important;
    padding: 5px;
  }

  .image-additional a {
    width: 80px !important;
  }
}

/*    -->                                                         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: 768px) {
  #product-product .product-layout {
    width: 50% !important;
  }
}



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

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> 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: flex-end;
  max-width: 350px;
  margin: 15px auto;
  min-height: 28px;
  width: 100%;
}

.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;
}



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

.labels_container>div.label_new {
  background: #000FB3;
  border-radius: 5px;
  order: 0;
}

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

.labels_container>div.label_bestseller {
  order: 10;
  color: #000;
  font-size: 13px;
  letter-spacing: 4px;
}

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

.labels_container>div.label_sale {
  background: #EC0000;
  border-radius: 5px;
  order: 5;
}

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

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

.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%;
}

.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;
}

.central_blog_page #content>.row>div .padd {
  display: none !important;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> 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]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.row.related .headingmain {
  margin-top: 0px !important;
}

#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;
}


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION GDPR PAGE  
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

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

.extension-module-isenselabs_gdpr #content>h2 {
  background: #f2f2f2;
  border: none;
  color: black;
  font-weight: bold;
  padding: 14px 20px;
  margin-top: 30px;
  min-height: 50px;
  display: flex;
  font-size: 18px !important;
  align-items: center;
  text-transform: uppercase;
}

.extension-module-isenselabs_gdpr #content li a {
  padding: 10px 15px;
  display: inline-block;
  margin: 2px 0;
  border: 1px solid #ccc;
  color: black;
  transition: all 0.12s;
}

.extension-module-isenselabs_gdpr #content li a:hover {
  border-color: black;
  background: var(--accent1);
  color: white;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> 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;
  }
}

/*    -->                                                           RESPONSIVE > GENERIC > BOTTOM SECTION BUTTONS                         
[2]   =========================================================================================================== */

@media(max-width: 768px) {
  #content>.buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important
  }

  #content>.buttons>div {
    margin: 5px 0px
  }
}

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

@media (max-width: 1649px) {
  header>.container>.row>.col-sm-4 {
    padding-right: 15px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 1231px) {
  header>.container>.row>.col-sm-4 .login-button-partners a {
    line-height: 20px;
    padding: 3px 15px;
    text-align: center;
    height: unset;
  }
}

@media (max-width: 1140px) {
  header .information-main-menu a {
    font-size: 12px;
  }

  header>.container>.row>.col-sm-4 .login-button-partners a {
    font-size: 12px;
  }

  #menu {
    padding-right: 20px;
  }

  .container.main-menu {
    max-width: 1920px !important;
    width: 100% !important;
    margin-left: -15px;
    min-width: 150px;
  }
}

@media (max-width: 991px) {

  header>.container>.row>.col-sm-4 .login-button-partners,
  header .information-main-menu {
    display: none;
  }

  header>.container>.row>.col-sm-4 {
    justify-content: end;
  }
}

@media (max-width: 767px) {
  header .row>.col-sm-4 .list-inline {
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .container.main-menu {
    min-width: 70px;
  }

  #menu {
    justify-content: center;
    border-radius: unset;
    padding: unset;
    height: 70px;
  }
}

/*    -->                                                                                                                                        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
  }

  #common-home #latestblog>.row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  #common-home #latestblog>.row>div {
    width: 33.33%;
  }

  #common-home .module_row_section.module_0 .columns-container,
  #common-home .module_row_section.module_1 .columns-container {
    grid-template-columns: 1fr;
  }

  #common-home .module_row_section.module_0,
  #common-home .module_row_section.module_0 {
    height: auto;
  }
}

@media(max-width: 991px) {

  #common-home #latestblog>.row>div {
    width: 50%;
  }

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

  .row.special-products-module {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .module_row_section iframe {
    max-width: 100%;
    height: 315px;
  }

}

@media(max-width: 820px) {
  .row.news-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
  }

  .news-form h1 {
    text-align: center !important;
  }

  #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;
  }

  #latestblog {
    display: block;
  }

  #latestblog .text-center.col-sm-4 {
    margin: 15px auto;
  }

  #latestblog .text-center.col-sm-4 .caption {
    margin-top: -100px !important;
  }

  #latestblog .text-center.col-sm-4 .read-more-blog {
    opacity: 1 !important;
  }

  .carousel .section_title {
    max-width: calc(100% - 120px);
    margin: 15px auto 60px;
  }

  #common-home .carousel.carousel0_container .swiper-pager,
  #common-home .carousel.carousel1_container .swiper-pager {
    right: 0;
    top: 30px;
  }

  #common-home .carousel.carousel0_container .swiper-slide .text_container {
    background: white;
    box-shadow: 0 0 17px 0 rgba(145, 145, 145, 0.5);
  }

  #common-home .carousel.carousel0_container .swiper-slide .text_container .swiper-slide-link {
    opacity: 1;
    width: 100%;
    font-size: 12px;
  }

  .module_row_section.module_1 .columns-container,
  .module_row_section.module_0 .columns-container {
    padding: 0px !important;
  }

  #common-home .module_row_section.module_0 .columns-container {
    margin-bottom: 40px;
    gap: 20px;
  }

  .module_row_section.module_1 .row.products-carousel-module {
    margin: 0 auto 30px auto !important;
  }

  #common-home .product-thumb {
    padding: 5px;
  }

  #common-home .module_row_section.module_1 {
    margin-bottom: 60px !important;
  }

  .module_row_section.module_1 .view_more {
    color: white !important;
  }

  #common-home .module_row_section.module_1,
  #common-home .module_row_section.module_1 {
    height: auto;
  }

  #carousel0 .swiper-slide {
    width: 50%;
  }
}

@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;
  }

  .module_product_tabs .nav-tabs {
    flex-direction: column;
  }

  .module_product_tabs .nav-tabs>li>a {
    width: 100%;
  }
}

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

@media(max-width: 400px) {
  .news-form>.row {
    margin-left: 0px;
    margin-right: 0px;
  }



  .row.news-form>div {
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-column .newsletter_section .news-form input#email {
    width: 100% !important;
  }

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

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



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



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

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

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

@media (max-width: 767px) {
  #product-category {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}

/*    -->                                                                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-button {
    margin-top: 115px !important;
  }

  .mfilter-box-83.mfilter-free-container {
    top: 0px !important;
  }

  .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 {
    height: 100vh !important;
    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: flex !important;
    flex-wrap: wrap !important;
    grid-column-gap: unset !important;
    grid-row-gap: unset !important;
    justify-content: space-between;
  }

  #product-category .product-layout.product-grid {
    width: calc(50% - 10px) !important;
  }
}

@media(max-width: 450px) {

  #product-category .product-layout.product-grid,
  .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;
  }
}




/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION RETURN PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                     RETURN PAGE > SIDEBAR
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                           RETURN PAGE > SIDEBAR > LAYOUT
[2]   =========================================================================================================== */

#account-return-ext .row>#column-right {
  display: flex !important;
  flex-direction: column;
}


/*    -->                                                                           RETURN PAGE > SIDEBAR > ITEMS                        
[2]   =========================================================================================================== */

#account-return-ext .nav-tabs {
  border-bottom: none !important;
  margin-top: 97px;
}

#account-return-ext .nav-tabs li+li {
  margin-top: 5px !important;
}

#account-return-ext .nav-tabs li:nth-last-child(-n + 2) {
  /* hide sitemap & contact */
  display: none !important;
}

#account-return-ext .nav-tabs li a {
  padding: 10px 15px;
  width: 100% !important;

  color: #000000 !important;
  font-size: 16px !important;

  transition: all 0.4s;

  border-radius: 0px;
  border: none !important;
  background: none;
}

/*    -->                   RETURN PAGE > SIDEBAR > ITEMS > CURRENT                      
[3]   ------------------------------------------------------------- */

#account-return-ext .nav-tabs li:not(.current) a:hover {
  color: var(--accent2) !important;
  background: transparent !important;
}

#account-return-ext .nav-tabs li.current a {
  pointer-events: none;
  color: white !important;
  white-space: initial !important;
  background: var(--accent2) !important;
}

/*    -->                                                                                                                                RETURN PAGE > MAIN TITLES
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#account-return-ext #content h1,
#account-return-ext #content .rma-terms>p:first-child {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  border-left: 3px solid var(--accent2);
  padding-left: 10px;
  position: relative;
  margin-bottom: 30px;
}

/*    -->                                                                                                                                       RETURN PAGE > FORM
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


/*    -->                                                                           RETURN PAGE > FORM > FIELDSET                
[2]   =========================================================================================================== */

/*    -->                 RETURN PAGE > FORM > FIELDSET > IDENTITY           
[3]   ------------------------------------------------------------- */

#account-return-ext #content form fieldset.identity {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  width: 100%;
  max-width: 775px;
  margin-bottom: 50px !important;
  gap: 20px;
}



/*    -->                  RETURN PAGE > FORM > FIELDSET > PRODUCTS              
[3]   ------------------------------------------------------------- */

#account-return-ext #content form fieldset.products {
  /* display:grid;
	grid-template-columns: repeat(7, minmax(0, auto)); */
}

#account-return-ext #content form fieldset.products .form-group input {
  text-align: center;
}

#account-return-ext .rma_products_row {
  display: grid;
  grid-template-columns: 55px 150px 1fr 100px 220px 1fr 1fr 40px
}

/*    -->                                                                         RETURN PAGE > FORM > FORM GROUP                                            
[2]   =========================================================================================================== */

#account-return-ext #content form fieldset .form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px;
  /* overflow: hidden !important; */
}

#account-return-ext #content form fieldset .form-group:before,
#account-return-ext #content form fieldset .form-group:after {
  display: none !important;
}

/*    -->                                                                       RETURN PAGE > FORM > CONTROL LABEL                                            
[2]   =========================================================================================================== */

#account-return-ext #content form fieldset .form-group>.control-label {
  height: auto;
  align-items: center;
  padding: 0px;
  display: flex;
  width: 100%;
  padding: 10px;
}

/* #account-return-ext #content form fieldset.products .form-group > .control-label {
	background:#edf1f4;

} */

.rma_products_row:first-child * {
  background: #edf1f4;
}

#account-return-ext #content form fieldset.products .form-group>.control-label {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  height: 50px;
}

/*    -->                          RETURN PAGE > FORM > CONTROL LABEL (IDENTITY)                      
[3]   ------------------------------------------------------------- */

#account-return-ext #content form fieldset.identity .form-group>.control-label {
  padding: 0px 10px;
}

/*    -->                                                                           RETURN PAGE > FORM > CONTENTS                                 
[2]   =========================================================================================================== */

#account-return-ext #content form fieldset .form-group>div {
  padding: 0px;
  width: 100%;
  padding: 10px;
}

/*    -->                      RETURN PAGE > FORM > CONTENTS > A/A                     
[3]   ------------------------------------------------------------- */

#account-return-ext #content .rma_products_row .form-group:first-child>div {
  text-align: center;
}

/*    -->                      RETURN PAGE > FORM > CONTENTS > SEARCH                     
[3]   ------------------------------------------------------------- */

#account-return-ext #content .rma_products_row .live-search-div {
  max-width: unset !important;
  width: 500px !important;
  top: 0px !important;
  margin-top: 0 !important;
  transform: unset !important;
  left: unset !important;
}

#account-return-ext #content .rma_products_row .live-search-div ul {
  display: flex !important;
  flex-direction: column;
}

#account-return-ext #content .rma_products_row .live-search-div ul li {
  flex: auto !important;
  text-align: center !important;
  border: 1px solid #c8c8c8 !important;
  margin: 5px !important;
  background: #f6f6f6 !important;
  transition: all 0.12s;
}

#account-return-ext #content .rma_products_row .live-search-div .result-text {
  position: relative !important;
  height: 50px !important;
  text-transform: uppercase;
  font-weight: normal !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 15px !important;
  background: #ffffff !important;
}

#account-return-ext #content .rma_products_row .live-search-div .product-name,
#account-return-ext #content .rma_products_row .live-search-div .product-model {
  font-size: 12px;
  width: 100%;
  float: unset;
  display: block;
  position: relative;
}

#account-return-ext #content .rma_products_row .live-search-div .product-model .product-model-value {
  margin-left: 0;
}

/*    -->                      RETURN PAGE > FORM > CONTENTS > DATE                     
[3]   ------------------------------------------------------------- */

#account-return-ext #content form fieldset .form-group .input-group.date {
  display: flex;
  align-items: center;
}


#account-return-ext #content form fieldset .form-group .input-group.date .form-control {
  border: 1px solid #ccc;
  border-radius: 4px 0px 0px 4px;

}

#account-return-ext #content form fieldset .form-group .input-group.date span {
  width: 40px !important;
  display: block !important;
}

#account-return-ext #content form fieldset .form-group .input-group.date span button {
  height: 34px !important;
  width: 100% !important;
  padding: 0px !important;
  border-radius: 0 4px 4px 0px !important;
  border-color: #ccc !Important;
}

/*    -->                                                                           RETURN PAGE > FORM  > BORDERS                
[2]   =========================================================================================================== */

#account-return-ext fieldset.products {
  border-top: 1px solid #DCDCDC !important;
  border-left: 1px solid #DCDCDC !important;
}

#account-return-ext fieldset.products .form-group {
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

#account-return-ext fieldset.products .form-group>*:not(:first-child) {
  border-top: 1px solid #DCDCDC;
  height: 100%;
}

/*    -->                                                                        RETURN PAGE > FORM  > BUTTONS             
[2]   =========================================================================================================== */


/*    -->                    RETURN PAGE > FORM  > BUTTONS > REMOVE                
[3]   ------------------------------------------------------------- */

#account-return-ext fieldset.products .form-group .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-radius: 0px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*    -->                    RETURN PAGE > FORM  > BUTTONS > ADD                
[3]   ------------------------------------------------------------- */

#account-return-ext button.btn.btn-primary[onclick="addRMAProduct();"] {
  border-radius: 100%;
  font-size: 22px;
  margin: 20px auto 0px 50%;
  width: 45px;
  height: 45px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: black !important;
}

#account-return-ext button.btn.btn-primary[onclick="addRMAProduct();"]:hover {
  background: white !important;
}

/*    -->                                                                                                                              RETURN PAGE > SUBMIT BUTTON
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#account-return-ext #content .buttons {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

#account-return-ext #content .buttons .pull-right {
  float: none;
}

#account-return-ext #content .buttons .pull-right input {
  background: black !important;
  color: white !important;
  border: none !important;
  padding: 10px 60px !important;
}

/*    -->                                                                                                                                 RETURN PAGE > RMA TERMS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#account-return-ext #content .rma-terms {
  margin-top: 95px;
}

#account-return-ext #content .rma-terms .guidelines {
  counter-reset: item;
}

#account-return-ext #content .rma-terms .guidelines>div {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

#account-return-ext #content .rma-terms .guidelines>div:before {
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  margin-right: 15px;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION RETURNS PAGE: SUCCESS
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                          RETURNS PAGE: SUCCESS > SIDEBAR
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                         RETURNS PAGE: SUCCESS > SIDEBAR
[2]   =========================================================================================================== */

.account-return_ext-success #column-right {
  display: none;
}

.account-return_ext-success #content {
  min-height: 400px;
}




a.doc_download {
  box-shadow: unset;
  min-width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border-radius: unset;
  border: 1px solid #333;
  color: white;
  background: #333;
}

a.doc_download:hover {
  color: white;
}

html body .live-search-div ul li .product-price {
  text-align: center !important;
}

header>.container>.row>.col-sm-4 .login-button-partners a {
  white-space: nowrap;
}

.cc-color-override--784866195 .cc-btn {
  color: white !important;
}


/*    -->                                                                                                                                      FOOTER > ESPA BADGE
[1]    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.espa_badge {
  border: 1px solid #ddd !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: block !important;
  border-radius: 10px;
  padding: 0px !important;
  overflow: hidden;
  position: fixed !important;
  z-index: 9999;
  bottom: 70px;
  right: 15px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all .12s;
}

.espa_badge:hover {
  border-color: black !important;
}

.espa_badge img {
  height: 80px
}

@media(max-width: 768px) {
  .espa_badge img {
    height: 60px
  }

  .espa_badge {
    right: 10px;
  }
}

.payment-icons,
.questionnaire-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0 0;
  max-width: 100%;
}

.payment-icons img,
.questionnaire-icon img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.payment-icons img:hover,
.questionnaire-icon img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.questionnaire-icon {
  padding-top: 0px;
  margin-top: 30px;
}

#product .product-option {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fafafa;
}

#product .product-option>label {
  display: block;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333;
}

#product .option-value {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  transition: background-color 0.2s ease;
}

#product .option-value:hover {
  background-color: #f0f8ff;
}

#product .option-value label {
  font-size: 0.95em;
  color: #444;
  cursor: pointer;
}


#product .option-value label {
  font-weight: bold;
  margin-left: 15px
}

#product .option-availability {
  background: #ccc;
  border-radius: 5px;
  height: 36px;
  padding-inline: 15px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 13px
}

#product .option-availability--in-stock {
  background: #eaffea;
}

#product .option-availability--order {
  background: #fff4e0;
}

#product .option-value input[type="radio"],
#product .option-value input[type="checkbox"] {
  margin-right: 10px;
  accent-color: var(--accent1);
}

#product .option-value input[type="number"] {
  width: 70px;
  padding: 6px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

#product .option-value input[type="number"]:focus-visible {
  outline: none;
  border-color: var(--accent1);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#product .option-value input[type="number"]:disabled {
  background-color: #f5f5f5;
  border: 1px dashed #ccc;
  color: #999;
  cursor: not-allowed;
  opacity: 1;
}

.add-to-cart-inner {
  position: relative;
  padding: 16px 20px 16px 20px;
  margin: 20px 0;
  background-color: #e8f5e9;
  color: var(--accent1);
  border: 1px solid #c8e6c9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.add-to-cart-inner a {
  color: var(--accent1);
  font-weight: 600;
  text-decoration: underline;
}

.add-to-cart-inner a:hover {
  text-decoration: none;
}

.add-to-cart-inner .close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 1.2em;
  color: var(--accent1);
  cursor: pointer;
  transition: color 0.2s ease;
}

.add-to-cart-inner .close:hover {
  color: var(--accent1);
}

.minimal-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.minimal-header #logo img {
  max-height: 60px;
  margin: 0 auto;
}

.account-login {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 120px);
}

.account-login .alert.alert-success.alert-dismissible,
.account-login .alert.alert-danger.alert-dismissible,
.account-forgotten .alert.alert-success.alert-dismissible,
.account-forgotten .alert.alert-danger.alert-dismissible,
.account-reset .alert.alert-success.alert-dismissible,
.account-reset .alert.alert-danger.alert-dismissible {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  transform: unset !important;
  width: 100% !important;
  max-width: 100% !important;
}


.account-login .card {
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 50px 40px;
  width: 100%;
  max-width: 520px;
}

.account-login .form-control,
.account-login .btn-outline-primary {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border-radius: 6px;
  box-sizing: border-box;
  height: 48px;
}

.account-login .btn-outline-primary:hover {
  background: var(--accent1);
  color: #fff;
}

.account-login a {
  display: block;
  text-align: center;
  color: var(--accent5);
  font-size: 13px;
  text-decoration: none;
}

.account-login a:hover {
  text-decoration: underline;
}

#logo a {
  margin: 0;
}

.account-forgotten {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
}

.account-forgotten .card {
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  max-width: 520px;
}

.account-forgotten h1 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.account-forgotten .form-control {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 48px;
}

.account-forgotten .form-control::placeholder {
  color: #999;
  font-size: 15px;
}

.account-forgotten .btn-outline-primary {
  border: 2px solid var(--accent1);
  color: var(--accent1);
  background: transparent;
  font-weight: bold;
  transition: 0.3s;
  width: 100%;
  padding: 14px 0;
  border-radius: 6px;
  font-size: 15px;
}

.account-forgotten .btn-outline-primary:hover {
  background: var(--accent1);
  color: #fff;
}

footer {
  background-color: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #111;
  padding: 20px 0;
}

.custom-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left,
.footer-right {
  flex: 1;
  text-align: left;
}

.footer-right {
  text-align: right;
}

.footer-right img {
  height: 25px;
  width: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .custom-footer {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-left,
  .footer-right {
    text-align: center;
  }
}

/* Wrapper για πίνακα */
/* .product-list-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
} */

/* Επικεφαλίδες πίνακα */
.product-list-grid>.col-sm-12>.row:first-child {
  font-weight: bold !important;
  border-bottom: 2px solid #ccc !important;
  padding: 10px 0 !important;
  background-color: #f9f9f9 !important;
  align-items: center !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
}

/* Γραμμές προϊόντων */
.product-list-grid .row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border-bottom: 1px solid #eee !important;
  padding: 10px 0 !important;
  margin: 0 !important;
}

/* Στήλες */
.product-list-grid .col-sm-2,
.product-list-grid .col-sm-3,
.product-list-grid .col-sm-1 {
  padding: 0 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

/* Εικόνα */
.product-list-grid img {
  max-width: 60px !important;
  height: auto !important;
  border: 1px solid #ddd !important;
}

/* Όνομα προϊόντος */
.product-list-grid a {
  color: #333 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

/* Τιμή */
.price-new {
  color: #c00 !important;
  font-weight: bold !important;
}

.price-old {
  text-decoration: line-through !important;
  color: #999 !important;
  font-size: 90% !important;
}

/* Κουμπί Καλαθιού */
.product-list-grid button {
  padding: 4px 10px !important;
  background-color: var(--accent1) !important;
  color: white !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 16px !important;
  border-radius: 3px !important;
}

.product-list-grid button:hover {
  background-color: var(--accent2) !important;
}

/* Κρυφές στήλες για responsive - μόνο αν χρειαστεί */
@media (max-width: 768px) {

  .product-list-grid .col-sm-2:nth-child(2),
  .product-list-grid .col-sm-2:nth-child(4) {
    display: none !important;
  }
}

footer,
#footer {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  background: #fff !important;
  border-top: 1px solid #ccc !important;
  padding: 10px 15px !important;
}

.product-list-grid .col-sm-12 {
  padding: 0 !important;
}

.product-scroll-container {
  max-height: calc(100vh - 270px) !important;
  overflow-y: auto !important;
  box-shadow: 0 5px 10px var(--accent2), 0 5px 10px rgba(0, 0, 0, 0.1) !important;
  /* Κάτω σκιά */
}

.pagination-fixed {
  position: fixed !important;
  bottom: 42px !important;
  width: 100% !important;
  background: #fff !important;
  padding: 10px 15px !important;
  display: flex !important;
  flex-direction: column !important;
  z-index: 998 !important;
  gap: 5px !important;
}

#product-category .mfilter-box .box-heading {
  display: none !important;
}

#product-category .cat-title {
  display: none !important;
}

#product-category .breadcrumb {
  display: none !important;
}

#product-category {
  margin-top: 20px !important;
}

.mfilter-heading-content {
  padding: 6px;
}

.product-name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.product-name .label {
  font-weight: bold;
  color: var(--accent1);
}

.product-name .value {
  font-weight: normal;
  color: var(--accent3);
}


#custom-category-search .input-group-btn #category-search-btn {
  background-color: var(--accent1) !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px !important;
  transition: background-color 0.3s ease !important;
}

#custom-category-search .input-group-btn .btn-default {
  color: #000 !important;
  border: none !important;
  padding: 10px 20px !important;
  transition: background-color 0.3s ease !important;
}

.medo-header {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 9999;
  height: 80px;
}

.header-container {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
}

.logo-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo-wrapper img {
  height: 48px;
  object-fit: contain;
}

.logout-wrapper {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.logout-button {
  background-color: #6ed2dc;
  color: white !important;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.logout-button:hover {
  background-color: #5cbec8;
  color: white !important;
}

.logout-button i {
  font-size: 16px;
}

.is-logout .logout-wrapper {
  display: none;
}

.dashboard-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.orders-block {
  display: flex;
  flex-direction: column;
}

.banner-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-banner-img {
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.banner-small-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.custom-orders-table {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  border-collapse: separate;
}

.custom-orders-table thead th {
  background-color: #6ed2dc;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-color: #5cbec8;
}

.custom-orders-table tbody td {
  vertical-align: middle;
}

.custom-orders-table .btn-sm {
  background-color: #6ed2dc;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  transition: background-color 0.2s ease-in-out;
}

.custom-orders-table .btn-sm:hover {
  background-color: #5cbec8;
  color: #fff;
}

.dashboard-custom .btn-primary {
  background-color: #6ed2dc;
  color: white;
  border: none;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dashboard-custom .btn-primary:hover {
  background-color: #5cbec8;
  color: white;
}

/* =========================================
   DEFAULT SIDEBAR – ΟΛΕΣ ΟΙ ΣΕΛΙΔΕΣ
   ========================================= */

#column-left {
  background-color: #f4f6f8;
  padding: 20px;
  min-height: 100vh;
}

#column-left .sidebar-custom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#column-left .sidebar-custom .medo-section,
#column-left .sidebar-custom .medo-contact {
  background-color: #ffffff;
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #59cdd9;
}

#column-left .sidebar-custom .medo-phone,
#column-left .sidebar-custom .medo-email {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

#column-left .sidebar-custom .medo-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}

#column-left .sidebar-custom .medo-button {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin: 4px 0;
  transition: background-color 0.2s ease-in-out;
  text-align: left;
  width: 100%;
}

#column-left .sidebar-custom .medo-button.primary {
  background-color: #59cdd9;
  color: #ffffff;
  text-align: center;
}

#column-left .sidebar-custom .medo-button.primary:hover {
  background-color: #45b9c3;
}

#column-left .sidebar-custom .medo-button.secondary {
  background-color: #f1f1f1;
  color: #333;
}

#column-left .sidebar-custom .medo-button.secondary:hover {
  background-color: #e0e0e0;
}

#column-left .sidebar-inner>div {
  margin-bottom: 20px;
}

/* =========================================
   PRODUCT PAGE ONLY
   ========================================= */

/* Κρύψε την αριστερή στήλη */
html.product-product #column-left {
  display: none;
}

/* Background offcanvas */
html.product-product #medo-offcanvas {
  background-color: #f4f6f8;
}

/* Ίδιο sidebar styling ΜΕΣΑ στο offcanvas */
html.product-product #medo-offcanvas .sidebar-custom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

html.product-product #medo-offcanvas .sidebar-custom .medo-section,
html.product-product #medo-offcanvas .sidebar-custom .medo-contact {
  background-color: #ffffff;
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #59cdd9;
}

html.product-product #medo-offcanvas .sidebar-custom .medo-phone,
html.product-product #medo-offcanvas .sidebar-custom .medo-email {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

html.product-product #medo-offcanvas .sidebar-custom .medo-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}

html.product-product #medo-offcanvas .sidebar-custom .medo-button {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin: 4px 0;
  transition: background-color 0.2s ease-in-out;
  text-align: left;
  width: 100%;
}

html.product-product #medo-offcanvas .sidebar-custom .medo-button.primary {
  background-color: #59cdd9;
  color: #ffffff;
  text-align: center;
}

html.product-product #medo-offcanvas .sidebar-custom .medo-button.primary:hover {
  background-color: #45b9c3;
}

html.product-product #medo-offcanvas .sidebar-custom .medo-button.secondary {
  background-color: #f1f1f1;
  color: #333;
}

html.product-product #medo-offcanvas .sidebar-custom .medo-button.secondary:hover {
  background-color: #e0e0e0;
}

html.product-product #medo-offcanvas .sidebar-inner>div {
  margin-bottom: 20px;
}












.breadcrumb {
  display: none;
}

#account-order h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #222;
  font-weight: bold;
}

#account-order .table {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

#account-order .table th,
#account-order .table td {
  vertical-align: middle !important;
}

#account-order .table thead {
  background-color: #59cdd9;
  color: white;
  font-weight: bold;
  border-bottom: 2px solid #45b9c3;
}

#account-order .table tbody tr:hover {
  background-color: #f8f9fa;
}

#account-order .btn-info {
  background-color: #59cdd9;
  border: none;
  padding: 6px 10px;
}

#account-order .btn-info:hover {
  background-color: #45b9c3;
}

#account-order .btn-primary {
  background-color: #59cdd9;
  border: none;
}

#account-order .btn-primary:hover {
  background-color: #45b9c3;
}

#account-order .pagination>li>a,
#account-order .pagination>li>span {
  color: #59cdd9;
  border-color: #ddd;
}

#account-order .pagination>li.active>a,
#account-order .pagination>li.active>span {
  background-color: #59cdd9;
  border-color: #59cdd9;
  color: white;
}

#account-order p {
  font-size: 14px;
  color: #555;
}

#account-order .buttons {
  margin-top: 30px;
}

#account-order h2,
#account-order h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

#account-order .alert {
  border-radius: 6px;
  font-size: 14px;
}

#account-order .alert-success {
  background-color: #dff5f8;
  color: #1b6f74;
  border-color: #b3e5eb;
}

#account-order .alert-danger {
  background-color: #ffe5e5;
  color: #842029;
  border-color: #f5c2c7;
}

/* Table Styling */
#account-order .table {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}

#account-order .table thead {
  background-color: #59cdd9;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#account-order .table tbody tr:hover {
  background-color: #f8f9fa;
}

#account-order .table td,
#account-order .table th {
  padding: 12px;
  vertical-align: middle !important;
  border-color: #e0e0e0;
  font-size: 13px;
}

/* Buttons */
#account-order .btn-primary {
  background-color: #59cdd9;
  border-color: #45b9c3;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

#account-order .btn-primary:hover {
  background-color: #45b9c3;
  border-color: #2ea1ad;
}

#account-order .btn-danger {
  background-color: #e74c3c;
  border-color: #c0392b;
  color: #fff;
  font-weight: bold;
}

#account-order .btn-danger:hover {
  background-color: #c0392b;
  border-color: #a93226;
}

/* Icons in buttons */
#account-order .btn i {
  margin-right: 4px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #account-order .table thead {
    font-size: 13px;
  }

  #account-order .table td {
    font-size: 12px;
  }

  #account-order .btn {
    font-size: 13px;
    padding: 6px 10px;
  }
}

#checkout-cart h1 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}

#checkout-cart h2 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #333;
}

#checkout-cart .alert {
  border-radius: 6px;
  font-size: 14px;
}

#checkout-cart .alert-info {
  background-color: #e6fafd;
  color: #31708f;
  border-color: #bce8f1;
}

#checkout-cart .alert-success {
  background-color: #dff5f8;
  color: #1b6f74;
  border-color: #b3e5eb;
}

#checkout-cart .alert-danger {
  background-color: #ffe5e5;
  color: #842029;
  border-color: #f5c2c7;
}

/* Table styling */
#checkout-cart .table {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
}

#checkout-cart .table thead {
  background-color: #59cdd9;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#checkout-cart .table tbody tr:hover {
  background-color: #f8f9fa;
}

#checkout-cart .table td,
#checkout-cart .table th {
  padding: 12px;
  vertical-align: middle;
  border-color: #e0e0e0;
}

#checkout-cart .img-thumbnail {
  max-width: 60px;
  border-radius: 6px;
}

/* Input group for quantity */
#checkout-cart .input-group .form-control {
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}

#checkout-cart .input-group-btn .btn {
  border-radius: 0 4px 4px 0;
}

/* Buttons */
#checkout-cart .btn-primary {
  background-color: #59cdd9;
  border-color: #45b9c3;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}

#checkout-cart .btn-primary:hover {
  background-color: #45b9c3;
  border-color: #2ea1ad;
}

#checkout-cart .btn-danger {
  background-color: #e74c3c;
  border-color: #c0392b;
  color: #fff;
}

#checkout-cart .btn-danger:hover {
  background-color: #c0392b;
}

#checkout-cart .btn-default {
  background-color: #f4f4f4;
  border-color: #ccc;
  color: #333;
}

#checkout-cart .btn-default:hover {
  background-color: #e0e0e0;
}

/* Totals box */
#checkout-cart .col-sm-4.col-sm-offset-8 .table {
  margin-top: 20px;
}

#checkout-cart .table strong {
  color: #333;
}

/* Buttons area */
#checkout-cart .buttons {
  margin-top: 30px;
}

#checkout-cart .buttons .btn {
  min-width: 150px;
}

.coupon_section {
  display: none;
}

.voucher_section {
  display: none;
}

#content {
  margin-bottom: 60px !important;
}

#product-product {
  padding: 20px;
}

#product-product .breadcrumb {
  display: unset;
}

#product-product {
  padding-top: 0px !important;
}

#product-product .breadcrumb {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

#product-product .breadcrumb li {
  display: inline-block;
  color: #2f2f2f;
  position: relative;
}

#product-product .breadcrumb a {
  color: #65d2e3;
  text-decoration: none;
  transition: color 0.3s ease;
}

#product-product .breadcrumb a:hover {
  color: #2f2f2f;
  text-decoration: underline;
}

#product-product .breadcrumb li:last-child a {
  pointer-events: none;
  cursor: default;
  color: #2f2f2f;
  font-weight: bold;
}

#product-product>.row {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}

#product-product .row>[class^="col-"] {
  min-width: 0;
}

#column-left {
  flex: 0 0 auto;
}

#product-category #content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

#account-account>.row {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}

#account-account .row>[class^="col-"] {
  min-width: 0;
}

.is-loggout .logout-wrapper {
  display: none;
}

.alert-success.alert-dismissible {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 90%;
  width: 400px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-align: center;
  animation: fadeInZoom 0.4s ease-out;
}

/* Close button */
.alert-success .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #155724;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

/* Animation */
@keyframes fadeInZoom {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Κρύβει όλα τα φίλτρα */
.mfilter-filter-item {
  display: none;
}

/* Εμφανίζει μόνο το πρώτο φίλτρο (Κατηγορίες) */
.mfilter-filter-item.mfilter-categories {
  display: block;
}

.show-filters .mfilter-filter-item {
  display: block;
}

.mfilter-filter-item.all-disabled {
  display: none !important;
}



















/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION CATEGORY PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/






.product-list-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  width: 100% !important;
  margin: 30px 0px !important;
}

@media(max-width: 1600px) {
  .product-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media(max-width: 1200px) {
  .product-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 1024px) {
  .product-list-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media(max-width: 768px) {
  .product-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px
  }
}

@media(max-width: 600px) {
  .product-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 400px) {
  .product-list-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.product-list-grid>.product-layout {
  width: 100% !important;
  min-width: 100%;
  padding: 0px !important;

}

.product-list-grid .product-layout .product-thumb {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #ccc;
  height: 100%
}

.product-list-grid .product-layout .product-thumb :is(.caption, .image) {
  padding-inline: 15px;
}

.product-list-grid .product-layout .product-thumb .image {
  padding-top: 15px;
}

.product-list-grid .product-layout .product-thumb .image img {
  width: 100%;
  min-width: 100%;
  border: none !important;
}

.product-list-grid .product-layout .product-thumb .caption h4 a {
  font-weight: bold !important;
  font-size: 18px;
  color: black !important;
}

.product-list-grid .product-layout .product-thumb .caption .price :is(.price-new, .price-default) {
  font-weight: bold !important;
  font-size: 18px
}

.product-list-grid .product-layout .product-thumb .button-group {
  margin-top: auto !important;
}

.product-list-grid .product-layout .product-thumb .button-group button {
  width: 100%;
  height: 50px;
  border-radius: 0px !important;
  line-height: normal;
  font-weight: bold;
  transition: all .2s;
}

.product-list-grid .product-layout .product-thumb .button-group button:hover {
  background: #267e86 !important
}

.product-list-grid .product-layout .product-thumb .button-group button span {
  display: block !important;
}



/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION CATEGORY-LIKE PAGES
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/



/*    -->                                                                                                                             CATEGORY-LIKE PAGES > FILTERS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


@media(max-width: 1024px) {

  html:has(.mfilter-free-container-opened, .mfilter-free-container-opening) {
    overflow: hidden !important;
  }

  .filters_toggle {
    display: none !important;
  }



  .box-content.mfilter-content {
    padding-right: 0px !important;
  }

  .mfilter-box-118.mfilter-free-container,
  .mfilter-box-118.mfilter-free-container .scroll-wrapper {
    width: 280px !important;
    height: 100% !important;
  }

  .mfilter-free-container {
    margin-left: -290px;
    top: 0px !important;
  }

  .mfilter-free-button {
    margin: 10px 0 0 281px;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .mfilter-box>.box-heading {
    margin-top: 20px !important;
    margin-inline: auto;
    width: fit-content;
    font-weight: bold;
    color: black;
    font-family: var(--font_2);
  }

  .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
  }

  .mfilter-free-button {
    border: 10px solid transparent !important;
    border-width: 8px 10px 4px 5px !important;
    background: white;
  }

  .mfilter-free-button {
    padding: 0px !important;
    width: fit-content !important;
    height: fit-content !important;
    margin: 0px !important;
    background: none !important;
  }

  html .mfilter-free-button::before {
    content: "" !important;
    width: 19px !important;
    border-width: 0px !important;
    height: 25px !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    transition: all 0.12s !important;
    margin-right: 12px;
    color: black;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0px !important;
    padding: 0px !important;

    filter: brightness(0) invert(100)
  }

  html:not(:has(.mfilter-free-container-opened)):not(:has(.mfilter-free-container-opening)) .mfilter-free-button::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14px' height='18px' viewBox='0 0 14 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='PAGES' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='PRODUCT-LIST' transform='translate(-134.000000, -566.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(134.000000, 566.000000)'%3E%3Cpath d='M11.587105,0 C10.3883945,0 9.39393933,0.889565217 9.20773688,2.04965217 L0.386847193,2.04965217 C0.173307542,2.04965217 0,2.22495652 0,2.44095652 C0,2.65695652 0.173307542,2.83226087 0.386847193,2.83226087 L9.20773688,2.83226087 C9.39368143,3.99234783 10.3881366,4.88165217 11.587105,4.88165217 C12.9176015,4.88165217 14,3.78678261 14,2.44095652 C14.0002578,1.09486957 12.9176015,0 11.587105,0 Z M11.587105,3.57756522 C10.9676337,3.57756522 10.4634429,3.06782609 10.4634429,2.44121739 C10.4634429,1.8146087 10.9676337,1.3046087 11.587105,1.3046087 C12.2065763,1.3046087 12.7105093,1.8146087 12.7105093,2.44121739 C12.7105093,3.06782609 12.2065763,3.57756522 11.587105,3.57756522 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M13.3555125,8.60869565 L9.54506764,8.60869565 C9.35912308,7.44834783 8.3646679,6.55904348 7.1656995,6.55904348 C5.966989,6.55904348 4.97279171,7.4486087 4.78658927,8.60869565 L0.386847193,8.60869565 C0.173307542,8.60869565 0,8.784 0,9 C0,9.216 0.173307542,9.39130435 0.386847193,9.39130435 L4.78658927,9.39130435 C4.97253382,10.5516522 5.966989,11.4409565 7.1656995,11.4409565 C8.36441,11.4409565 9.35886519,10.5513913 9.54506764,9.39130435 L13.3552546,9.39130435 C13.5687942,9.39130435 13.7421018,9.216 13.7421018,9 C13.7421018,8.784 13.5690521,8.60869565 13.3555125,8.60869565 Z M7.1659574,10.1366087 C6.54648609,10.1366087 6.04255315,9.6266087 6.04255315,9 C6.04255315,8.3733913 6.54648609,7.8633913 7.1659574,7.8633913 C7.74132812,7.8633913 8.21173431,8.30478261 8.27672464,8.86956522 C8.26228234,8.91052174 8.25299801,8.95408696 8.25299801,9 C8.25299801,9.04591304 8.26228234,9.08947826 8.27672464,9.13043478 C8.21173431,9.69521739 7.74132812,10.1366087 7.1659574,10.1366087 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M13.3555125,15.1677391 L5.71347514,15.1677391 C5.52753059,14.0076522 4.53307541,13.1183478 3.3343649,13.1183478 C2.1356544,13.1183478 1.14119922,14.007913 0.95499677,15.1677391 L0.386847193,15.1677391 C0.173307542,15.1677391 0,15.3430435 0,15.5590435 C0,15.7750435 0.173307542,15.9503478 0.386847193,15.9503478 L0.95499677,15.9503478 C1.14094132,17.1106957 2.1353965,18 3.3343649,18 C4.53307541,18 5.52727269,17.1104348 5.71347514,15.9503478 L13.3555125,15.9503478 C13.5690521,15.9503478 13.7423597,15.7750435 13.7423597,15.5590435 C13.7423597,15.3430435 13.5690521,15.1677391 13.3555125,15.1677391 Z M3.3343649,16.6956522 C2.7148936,16.6956522 2.21070276,16.1856522 2.21070276,15.5590435 C2.21070276,14.9324348 2.7148936,14.4226957 3.3343649,14.4226957 C3.95383621,14.4226957 4.45776915,14.9324348 4.45776915,15.5590435 C4.45776915,16.1856522 3.95383621,16.6956522 3.3343649,16.6956522 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: -1px 1px;
    background-size: 20px 20px !important;
  }


  html:has(.mfilter-free-container-opened, .mfilter-free-container-opening) .mfilter-free-button::before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='25px' height='25px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.293,18.293,10.586,12,4.293,5.707A1,1,0,0,1,5.707,4.293L12,10.586l6.293-6.293a1,1,0,1,1,1.414,1.414L13.414,12l6.293,6.293a1,1,0,1,1-1.414,1.414L12,13.414,5.707,19.707a1,1,0,0,1-1.414-1.414Z'/%3E%3C/svg%3E");
    filter: invert(0);
  }


  /*    -->                               CATEGORY-LIKE PAGES (update) > FILTERS                 
[3]   ------------------------------------------------------------- */

  header::after {
    background: #000;
    content: "";
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: calc(100vh + 300px);
    z-index: 8;
  }


  header:after {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }

  /* --> CATEGORY-LIKE PAGES (update) > FILTERS > BUTTON */

  .mfilter-box-118 .mfilter-free-button {
    transition: all .4s ease;
    right: 0px;
    left: unset !important;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    box-shadow: 0 4px 19px -6px rgba(0, 0, 0, .5)
  }

  .mfilter-box-118 .mfilter-free-button {
    border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -ms-border-radius: 0px 20px 20px 0px;
    -o-border-radius: 0px 20px 20px 0px;

    background-color: var(--primary-color);
    border-color: var(--primary-color);



  }

  .mfilter-free-container:is(.mfilter-free-container-opening, .mfilter-free-container-opened) .mfilter-free-button {
    top: 30px !important;
    background-color: white !important;
    border-color: white !important
  }

  .mfilter-free-container:is(.mfilter-free-container-opening, .mfilter-free-container-opened) .mfilter-free-button i {
    color: black !important;
  }

  .mfilter-free-container:is(.mfilter-free-container-closing, .mfilter-free-container-closed) .mfilter-free-button {
    background-color: var(--accent1) !important;
    border-color: var(--accent1) !important;
  }

  /* --> CATEGORY-LIKE PAGES (update) > FILTERS > BACKDROP */


  html:has(.mfilter-free-container-opening),
  html:has(.mfilter-free-container-opened),
  html:has(.mfilter-free-container-closing) {
    overflow: hidden !important;
  }

  html:has(.mfilter-free-container-opening) header:after,
  html:has(.mfilter-free-container-opened) header:after {
    opacity: .5 !important;
    visibility: visible !important;
  }

  html:has(.mfilter-free-container-opening) .mfilter-box-118 .mfilter-free-button,
  html:has(.mfilter-free-container-opened) .mfilter-box-118 .mfilter-free-button {
    box-shadow: none
  }

  /* --> CATEGORY-LIKE PAGES (update) > FILTERS > CONTAINER */

  .mfilter-box-118.mfilter-free-container {
    top: 0px;
    width: calc(100vw - 40px) !important;
    margin-left: 0px !important;
    max-width: 400px
  }

  .mfilter-box-118.mfilter-free-container .scroll-wrapper {
    width: 100% !important;
  }

  .mfilter-free-container,
  .mfilter-free-container.mfilter-free-container-closing {
    margin-left: 0px !important;
    transform: translateX(-100%) !important;
    transition: all .4s !important;
    -webkit-transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    -o-transform: translateX(-100%) !important;
  }

  .mfilter-free-container:is(.mfilter-free-container-opening, .mfilter-free-container-opened) {
    transform: translateX(0px) !important;
  }

}

/* ===== Φίλτρα κάτω από προϊόν ===== */
.product-filters {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
}

.product-filters-table th {
  vertical-align: unset !important;
  line-height: unset !important;
}

/* ===== Ετικέτες φίλτρων (badges) ===== */
.filter-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 20px;
  color: #000;
  line-height: 1.4;
  cursor: default;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
}

/* ===== Ομάδα 172 (π.χ. Χρώματα) ===== */
.filter-color {
  background: linear-gradient(145deg, #4A90E2, #357ABD);
}

/* ===== Ομάδα 180 (π.χ. Τιμές) ===== */
.filter-price {
  background: linear-gradient(145deg, #28a745, #218838);
}

/* ===== Responsive tweaks ===== */
@media (max-width: 767px) {
  .filter-badge {
    font-size: 11px;
    padding: 3px 8px;
  }
}

.mfilter-manufacturers {
  display: block !important;
}

.caption p.manufacturer {
  font-weight: 600;
  text-transform: uppercase;
}

.mfilter-manufacturers label.mfilter-tb-as-td {
  text-transform: uppercase;
}

li.manufacturer {
  text-transform: uppercase;
}

.product-description h3 {
  text-align: left !important;
}

/* Burger default: hidden everywhere */
.medo-burger {
  display: none;
  background: transparent;
  border: 0;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.medo-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #232020;
  margin: 5px 0;
}

/* ΜΟΝΟ στη σελίδα προϊόντος (class είναι στο <html>) */
html.product-product .medo-burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-right: auto;
  margin-top: -2px;
}

/* Offcanvas */
.medo-offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 9998;
}

.medo-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 320px;
  max-width: 85vw;
  background: #f4f6f8;
  transform: translateX(-102%);
  transition: transform .22s ease;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  overflow: auto;
}

.medo-offcanvas.is-open {
  transform: translateX(0);
}

.medo-offcanvas-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.medo-offcanvas-close {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  border: 0;
  font-size: 28px;
  line-height: 1;
  padding: 12px 14px;
  text-align: right;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.medo-offcanvas-body {
  padding: 12px;
}

/* lock scroll */
html.medo-offcanvas-open,
html.medo-offcanvas-open body {
  overflow: hidden;
}