/*    -->                                                                                                                                  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: #D42D35;
  --accent2: #dd178e;
}

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

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

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


.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>a,
.pagination>li>span {
  color: #000;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !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: #111111;
  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: #111111;
}

#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: 250px !important;
  height: calc(100vh - 250px);
  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(--accent1) !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 #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  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: var(--font1);
  text-transform: uppercase;
}

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

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

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

/*    -->                                                                        HEADER > MINICART > CLOSE BUTTON                                          
  [2]   =========================================================================================================== */
#cart_close_button {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

/*    -->                                                                        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: #010F1D;
  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: #022444;
  padding: 50px 75px 100px;
  flex: 1.5;
}

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

footer .footer-column h5 {
  color: #F4F4F4;
  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: #F4F4F4;
  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(--accent1);
}

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: var(--font2);
  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;
  color: white !important;
  opacity: 1;
  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: unset !important;
}

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

.footer-column .newsletter_section .news-form #subscribe {
  padding: 13px 0px !important;
  font-size: 14px !important;
  width: 145px !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;
}

.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: #e2e2e2;
  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]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#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 {
  max-width: 1750px;
  margin-left: auto;
}

.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 {
  background-color: var(--accent1);
  border-radius: 23px;
  width: 284px;
  height: 45px;
  /* display: block; */
  position: relative;
  margin: auto;
  color: #FFFFFF;
  font-size: 16px;
  /* line-height: 45px; */
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#common-home .carousel .text_container {
  max-width: 345px;
  margin: auto;
  padding: 35px 5px 25px 5px;
  margin-top: -30px;
  z-index: 20;
  display: block;
  position: relative;
  transition: all 0.5s;
}

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

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

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

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

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

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



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

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


/*    -->                                                                                                                           PRODUCT PAGE > 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: flex-start !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 {
  width: 100% !important;
  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: var(--font2);
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  border: none !important;
}

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

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

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

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

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

html[class*="account"] #column-left {
  display: none !important;
}

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

html body .live-search-div .view-all-results {
  color: white;
}

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