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

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

div.price-cont>p:nth-child(4) {
  display: none !important;
}

body {
  --accent1: #fcc82f;
  --accent2: #E21F19;
  --accent3: #FDC800;
  --header: #1B1B1B;
}


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

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

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





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

/*    -->                                                                                                                                        HEADER > MINICART             
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*    -->                                                                              HEADER > MINICART > LAYOUT
[2]   =========================================================================================================== */
header .btn-group.language-btn>.btn.btn-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0;
  text-decoration: none;
}

@media(min-width: 1024px) {
  header .btn-group.language-btn ul {
    top: 52px;
  }
}

header .btn-group.language-btn ul .language-select {
  color: black;
  font-size: 14px;
}

header .btn-group.language-btn .hidden-xs {
  color: white;
  text-transform: uppercase;
  font-size: 13px !important;
  display: block !important;
}

header .list-inline .header-icon-men>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: white;
}

header .list-inline .header-icon-men #cart span {
  font-size: 14px;
}

header>.container>.row {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  min-height: 90px;
}

@media(max-width: 768px) {
  header>.container>.row {
    justify-content: flex-start;
    align-items: center;
  }
}

header>.container>.row:before,
header>.container>.row:after {
  display: none;
}

@media (min-width: 420px) {
  header>.container>.row {
    gap: 5%;
  }
}

#cart .dropdown-menu {
  display: block !important;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.4s;
  border-radius: 0px;
  padding: 20px;
  width: var(--minicart-width);
  background: white;
  border: none;
  margin: 0px;
}

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

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

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

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

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

#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-thumb {
  background: 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: 60px;
  display: flex;
  align-items: center;
  justify-items: center;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: black;
}

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

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

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


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION NEW MENU STARTS HERE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/


#menu {
  min-height: 0px;
}

.header_navigation {
  float: unset;
  margin: auto;
  display: flex;
  margin-top: 3px;
  justify-content: space-between;
  gap: 0px 20px;
}


.header_navigation>a {
  display: flex;
  /* font-size: clamp(13px, .75vw + 3px, 16px); */
  /* width: -webkit-fit-content; */
  /* width: -moz-fit-content; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--accent1);
  text-align: center;
  font-size: 16px;
  flex: 0 0 auto !important;
  /* background: #eee; */
  padding: 10px 5px;
  border-radius: 20px;
  /* background: #29166f2e; */
  /* color: white; */
  border: 1px solid rgba(41, 22, 111, 0.15);
  transition: all .12s;
  text-decoration: none !important;
  flex: 1 0 auto !important;
  text-align: center;
  justify-content: center;

  flex-wrap: wrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  align-items: center;
}

/* .header_navigation>a:hover {
  border-bottom: 3px solid var(--accent2);
} */

.header_navigation>a:hover {
  /* background: var(--accent1); */
  border-color: var(--accent1);
  /* color: white; */
}







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


.header_navigation {}


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

#menu_toggle_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--accent2);
  cursor: pointer;
  margin-left: 10px;
  min-width: 50px;
  transition: all .35s;
}

#menu_toggle_button:hover {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

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

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

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

#menu_container {
  width: 430px;
  max-width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  height: 100%;
  overflow: auto;
  /* background: #111111; */
  /* background-image: linear-gradient(161.64deg, #000000 0%, #280742 100%); */
  background: #EFEFEF;
  display: flex;
  flex-direction: column;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

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

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

#menu.navbar {
  margin: 0px;
  border: none;
}

#menu .nav.navbar-nav {
  margin: 22px 0px 0px !important;
}

#menu .nav.navbar-nav li.dropdown .dropdown-menu {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  /* background: linear-gradient(161.64deg, #000000 0%, #280742 100%); */
  background: #000000;
  padding-top: 0px;
  border: none !important;
}

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

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

#menu_header {
  height: 70px;
  /* height: 202px; */
  /* padding-top: 50px;
  padding-bottom: 30px; */

}

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

@media(max-width: 768px) {
  #menu .nav.navbar-nav {
    /* height: calc(100vh - 330px) !important; */
    height: calc(100vh - 198px) !important;

  }
}

#menu .nav.navbar-nav li.dropdown .dropdown-menu {
  top: 70px !important;
  /* height: calc(100vh - 202px); */
  height: calc(100vh - 70px);

  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: 9999; */
  z-index: -1;
}

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 #menu_toggle_section {
  background: var(--accent1) !important;
  color: white !important;
}

.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 {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 99999;
  cursor: pointer;
  display: flex;
  align-items: center;
}

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

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

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

#menu_close_button::before:hover {
  color: #E21F19 !important;
}

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

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

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

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

#menu_header #logo a img {
  width: 67px;
}

/*    -->                                                                                                                                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: #000;
  font-size: 15px;
}

#menu .nav.navbar-nav a:hover {
  color: #E21F19;
}

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

/*    -->      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: #e26864 !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: #e26864 !important;
}

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

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

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

/* #menu .extra_links {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
} */

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION NEW MENU ENDS HERE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/



/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION LIVE SEARCH REVISION
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/



@media(min-width: 769px) {

  header {
    border: none !important;
  }

  header #search-toggle {
    display: none !important;
  }

  header>.container {
    display: flex !important;
    flex-direction: column !important;
  }


  #search_contents:before {
    content: "Αναζήτηση ανταλλακτικών";
    font-size: 22px !important;
    color: white !important;
    width: 100% !important;
    text-align: center;
    min-width: 100vw !important;
    margin: 0px !important;
    transform: none !important;
    height: fit-content !important;
    display: block !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;

    transition: all .5s;
    overflow: hidden !important;
  }

  #search_contents {
    position: relative !important;
    height: fit-content !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    order: 9 !important;
    background: linear-gradient(to right, #e21f19, #bb1712, #e21f19) !important;
    width: 100vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%);
    padding: 40px 10px !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  #search_contents .close_button {
    display: none !important;
  }

  #search_contents #search {
    margin-top: 0px !important;
    padding-top: 5px;
    width: 100% !important;


    max-width: 900px !important;
    background: white;

    border-radius: 30px !important;
    margin-block: 10px !important;
    padding-top: 0px !important;
    box-shadow: 0 3px 15px -5px rgba(0, 0, 0, .5) !important;

  }

  #search_contents #search>.form-control,
  #search_contents #search .btn.btn-default.btn-lg {
    border: none !important;
    height: 45px !important;

  }

  #search_contents #search>.form-control {
    font-size: 18px !important;
    color: #555 !important;
    font-weight: normal !important;
  }

  #search_contents #search>.form-control::placeholder {
    color: white !important;
  }

  /* SCROLL TRANSFORMATION */

  html.sticky_enabled #search_contents:before {
    max-height: 0px !important;
    line-height: 0px !important;
    padding: 0px !important;
    height: 0px !important;
    margin: 0px !important;
  }

  html.sticky_enabled #search_contents {
    padding: 0px 10px !important;
    /* 	 background: linear-gradient(to right, #e21f19, #e21f19); */

  }

  html.sticky_enabled #search_contents #search>.form-control::placeholder {
    color: #555 !important;
  }

  /* RESULTS */


  .live-search {
    width: calc(100vw - 130px) !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    border: 5px solid pink !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0px 5px 40px -5px rgba(0, 0, 0, 0.2) !important;
    padding: 0px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
  }

  .live-search ul {
    flex-wrap: wrap !important;
    align-content: space-between !important;
    padding: 5px !important;
    background: white !important;
    display: flex !important;
  }

  .live-search ul li {
    flex: 1 1 200px !important;
    /*flex:auto !important;
    */
    text-align: center !important;
    border: 1px solid #c8c8c8 !important;
    margin: 5px !important;
    /*background: #f6f6f6 !important;
    */
    transition: all 0.12s !important;
    border-radius: 5px !important;
    -webkit-transition: all 0.12s !important;
    -moz-transition: all 0.12s !important;
    -ms-transition: all 0.12s !important;
    -o-transition: all 0.12s !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
  }

  .live-search ul li:hover {
    border-color: #000 !important;
  }

  .live-search ul li a {
    display: flex !important;
    flex-direction: column !important;
  }

  .live-search ul li:not(.no_matches_found):hover {
    background: #fff !important;
    border-color: #e21f19 !important;
  }


  .live-search ul li .product-name {
    line-height: normal !important;
    margin-top: 20px !important;
    font-size: 15px !important;
    font-weight: normal !important;
  }

  .live-search ul li .product-price {
    font-size: inherit !important;
    text-align: center !important;
    margin-top: 5px !important;

  }

  .live-search ul li .product-price .price {
    font-size: 15px !important;
    color: #777 !important;
    font-weight: normal !important
  }

}












.live-search:has(.no_matches_found) {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 10px !important;
}

.live-search:has(.no_matches_found) ul {
  background: #ffe9ed !important;
}

.live-search:has(.no_matches_found) .result-text {
  display: none !important;
}

.live-search .no_matches_found {
  border: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  background: none !important;
  color: black !important;
  font-weight: bold
}





.live-search ul li.no_matches_found {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  padding: 20px !important;
  height: fit-content !important;
}

.live-search ul li.no_matches_found>a {
  background: var(--accent2);
  border-radius: 6px;
  padding: 5px 10px
}




.live-search:has(.loading) {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 10px !important;
}


.live-search:has(.loading) ul {
  background: #fff !important;
}

.live-search:has(.loading) .result-text {
  display: none !important;
}

.live-search:has(.loading) li {
  border: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  background: none !important;
  color: black !important;
  font-weight: bold
}
















/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION FOOTER
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

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

footer {
  margin-top: 50px;
}

/*    -->                                                                                                                                             FOOTER > SIDE LINKS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


.side_links {
  display: block !important;
  position: fixed;
  top: 50%;
  right: 0px;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
  z-index: 2
}

.side_links>a>img {
  width: 30px;
  height: 30px;
}

.side_links>a {
  width: 60px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  padding-left: 10px;
  border-radius: 30px 0px 0px 30px;
  border: 2px solid black;
  border-right: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .2)
}

.side_links>a.contact_link {}


.side_links>a.service_link {}


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION HOME
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/


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

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

@media (min-width: 1860px) {
  #common-home .row.products-carousel-module.side-carousel-1 {
    margin-right: 0 !important;
    margin-left: 130px !important;
    margin-top: 0 !important;
  }

  #common-home .row.products-carousel-module.side-carousel-2 {
    margin-left: 0 !important;
    margin-right: 130px !important;
  }

  #common-home #banner0 {
    margin-right: 0;
  }

  #common-home #banner1 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1366px) and (max-width: 1860px) {
  #common-home .row.products-carousel-module.side-carousel-1 {
    margin-right: 0 !important;
    margin-left: 50px !important;
    margin-top: 0 !important;
  }

  #common-home .row.products-carousel-module.side-carousel-2 {
    margin-left: 0 !important;
    margin-right: 50px !important;
  }

  #common-home .row.products-carousel-module.side-carousel-1,
  #common-home .row.products-carousel-module.side-carousel-2 {
    width: 50% !important;
  }

  #common-home .row.swiper-viewport.banner0,
  #common-home .row.swiper-viewport.banner1 {
    width: 45% !important;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  #common-home .row.products-carousel-module.side-carousel-1 {
    margin-right: 0 !important;
    margin-left: 0px !important;
    margin-top: 0 !important;
  }

  #common-home .row.products-carousel-module.side-carousel-2 {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }

  #common-home .row.products-carousel-module.side-carousel-1,
  #common-home .row.products-carousel-module.side-carousel-2 {
    width: 55% !important;
  }

  #common-home .row.swiper-viewport.banner0,
  #common-home .row.swiper-viewport.banner1 {
    width: 45% !important;
  }

}

#common-home .products-carousel-module .product-layout {
  margin: 0px 5px;
}

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


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


#common-home .manufacturer_carousel h3 {
  color: black !important
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION 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, */
#product-product .row.product_info_section {
  margin-bottom: 50px;
}

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


.buttons_section .btn-primary {
  width: fit-content;
}

.buttons_section .btn-primary:before {
  display: none
}



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

#product-product .product-filters-section {
  width: fit-content;
}

#product-product .product-filters-section h4 {
  margin: 0px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  color: black;
}

#product-product .product-filters-section .filter-group {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-block: 3px;
}

#product-product .product-filters-section .filter-group .filter-group-name {
  width: 150px;
  display: block;
}

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

#product-product .description_section {
  margin-top: 35px
}

#product-product .description_section h4 {
  margin: 0px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  color: black;
}

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

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

.thumbnail a>img,
.thumbnail>img {
  max-height: 420px;
}


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

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

  opacity: 0;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

.enquiry_enabled #enquiry_form_container {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

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

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

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION 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;
  margin-top: 5px;
  height: 40px;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

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

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


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

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

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

.labels_container>div.label_bestseller {
  background: var(--header);
}


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

.labels_container>div.label_sale {
  background: var(--accent3);
}

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

[data-pricezero="true"] .button-group,
.product-thumb[data-pricezero="true"] .button-group {
  display: none !important;
}

.product-thumb .button-group {
  display: flex !important;
  flex-wrap: nowrap !important;
  background: #1B1B1B;
  width: 100%;
}

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

.product-thumb .price {
  margin-bottom: 0px;
}

.product-thumb .price-cont {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: black;
  margin: auto;
}

.product-thumb h4,
.product-thumb .caption>p {
  /* text-transform: uppercase; */
  color: black;
  line-height: normal;
  height: 40px;
  text-overflow: ellipsis;
}

.product-thumb .caption>p>a {
  color: black;
}

.product-thumb .caption>p>a:hover {
  color: var(--accent2);
}

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

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

.subcategories_section {
  margin-bottom: 30px !important;
}

.subcategories_section .carousel .swiper-wrapper {
  transform: translate3d(0px, 0, 0) !important;
  gap: 20px;

  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.subcategories_section .carousel .swiper-wrapper>div {
  width: 100% !important;
}

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

/*    -->                                                                                                                    CATEGORY PAGE > TITLE AND DESCRIPTION 
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.title_and_description {
  display: block !important;
  margin-bottom: 20px;
}

.title_and_description .category_title {
  font-size: 30px;
  font-weight: bold;
  color: black;
}

.title_and_description .category_description {
  margin-top: 20px;
  line-height: normal;
}


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION CONTACT PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

.information-contact #content iframe {
  height: 300px;
  width: 100%;

  margin-block: 30px;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION 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;
    margin-top: 50px;
  }

}

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

@media(max-width: 991px) {

  #common-home #content .row h3,
  #common-home h3.headingmain,
  #common-home .carousel.swiper-viewport h3,
  #content>.row>h3,
  #content>h3 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 10px !important;
  }

  #common-home .nav.nav-tabs li {
    place-self: center;
    text-align: center;

  }

  #common-home .swiper-pager {
    display: none;
  }
}

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

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

@media(max-width: 768px) {
  header .row>.col-sm-2 {
    width: 138px;
  }

  header .row>.col-sm-3 {
    width: auto;
  }
}

@media(max-width: 400px) {
  header .row>.col-sm-2 {
    width: 110px;
    padding: 0px !important;
  }

  header .row>.col-sm-3 {
    width: calc(100% - 110px);
  }
}

/*    -->                                                                           RESPONSIVE > HEADER > SEARCH
[2]   =========================================================================================================== */

@media(max-width:990px) {
  .live-search-div {
    max-width: 400px !important;
    width: 300px !important;
  }

  .live-search-div ul li .product-name {
    font-size: 13px !important;
    line-height: normal !important;
    margin-top: 0px !important;
  }

  .live-search-div ul li a {
    display: flex !important;
    align-items: center !important;
  }

  .live-search-div ul li .product-price {
    margin-top: 0px !important;
  }

  .live-search-div ul li .product-price>span {
    line-height: normal !important;
  }

  .live-search-div .product-price>.special {
    margin-top: 0px !important;
  }
}

@media(max-width:768px) {

  header .row>.col-sm-6 #search .input-lg {
    height: 30px !important;
    line-height: 30px !important;
    color: white;
    border: none !important;
  }

  #search .btn.btn-default.btn-lg {
    line-height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .live-search-div {
    top: 40px !important;
    right: 0px !important;
    left: auto !important;
    transform: none !important;
  }
}

/*    -->                                                                            RESPONSIVE > HEADER > ICONS
[2]   =========================================================================================================== */

@media(max-width:768px) {
  header .row>.col-sm-3 .list-inline img.hd-icons {
    margin-top: 4px;
    margin-bottom: 1px;
  }
}


/*    -->                                                             RESPONSIVE > HEADER > MENU SECTION > LAYOUT                        
[2]   =========================================================================================================== */

@media (max-width: 1120px) {

  #header_menu_section,
  #header_menu_section .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #menu_container,
  #menu .nav.navbar-nav li.dropdown .dropdown-menu {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}




/*    -->                                                            RESPONSIVE > HEADER > MENU SECTION > HEIGHTS
[2]   =========================================================================================================== */
@media(max-width: 768px) {
  #menu_header {
    height: 90px;
  }

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

  /* #menu .nav.navbar-nav {
    height: calc(100vh - 218px) !important;
    margin-top: 30px;
  } */

  #menu .extra_links {}

  #menu .nav.navbar-nav li.dropdown .dropdown-menu {
    top: 30px !important;
    height: calc(100vh - 30px);
  }
}

/*    -->                                                         RESPONSIVE > HEADER > MENU SECTION > EXTRA LINKS                       
[2]   =========================================================================================================== */

#menu .extra_links.for_mobile {
  display: none;
}

@media(max-width: 768px) {
  #menu .extra_links.for_mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 13px !important;
    padding: 20px 0px;
    border-top: 1px solid #7c7c7c;

    margin-top: 25px;
  }

  #menu .extra_links.for_mobile a {
    font-size: 14px !important;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: normal;
    color: #ccc
  }

}


/*    -->                                                         RESPONSIVE > HEADER > MENU SECTION > MENU HEADER                        
[2]   =========================================================================================================== */

.mobile_links_section {
  display: none;
}

@media(max-width: 768px) {

  #menu_header .mobile_links_section {
    display: flex;
    justify-content: flex-start;
    position: relative !important;
    margin-top: 30px;
    padding: 0px 0px;
    border-top: 1px solid var(--accent2);
    border-bottom: 1px solid var(--accent2);
    width: 100%;
    height: 60px;
  }


  .account-dropdown {
    position: relative;
  }

  .account-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 30px;
    right: -50px;
    width: auto !important;
  }

  .mobile_links_section>ul.list-inline>li#search-toggle>a>svg {
    height: 20px;
    width: 20px;
  }

  .mobile_links_section #language_selection>button {
    color: white;
  }

  .mobile_links_section #language_selection>button:first-child::after {
    background: white;
  }



  .mobile_links_section>ul.list-inline {
    margin-left: 0px !Important;
    margin-bottom: 0px !Important;
    display: flex;
    align-items: center;

    width: calc(100% - 35px);
    justify-content: flex-start;
    gap: max(7vw, 20px);
  }

  .mobile_links_section>ul.list-inline>li {
    padding: 0px;
    margin: 0px;
    position: relative;
  }

  .mobile_links_section>ul.list-inline>li a {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !Important;

    line-height: 1;

  }

  .mobile_links_section ul.dropdown-menu.dropdown-menu-right {
    font-size: 12px;
    min-width: 200px;
    left: -85px;
    right: 0px;
  }

  .mobile_links_section>ul.list-inline>li>a>svg {
    height: 28px;
    width: 28px;
    fill: #000 !important;
    /* -webkit-filter: brightness(0) invert(100) !important;
    filter: brightness(0) invert(100) !important; */
  }

  #menu_close_button:before {
    display: none !important;
  }

  #menu_close_button {
    top: 48px;
  }

  #menu .parent_header {
    padding: 0px !important;
    height: 60px !important;
    align-items: center !important;
  }


}

/*    -->                                                                              RESPONSIVE > HEADER > CART              
[2]   =========================================================================================================== */

@media(max-width:635px) {
  body {
    --minicart-width: 100vw !important;
  }

  #cart .dropdown-menu>li.bottom-section {
    height: auto !important;
  }

  #cart .dropdown-menu {
    padding: 20px 0px;
  }

  #cart .dropdown-menu .product-info a {
    font-size: 14px;
    line-height: normal;
  }

  .minicart_intro .subtitle {
    font-size: 25px !important;
    line-height: normal !important;
  }

  #cart .dropdown-menu .product-info .product-options .option-name,
  #cart .dropdown-menu .product-info .product-options .option-value {
    font-size: 12px;
  }

  #cart .dropdown-menu .table-products {
    padding: 0px !important;
  }

  #cart .dropdown-menu>li.top-section .minicart_content {
    max-height: calc(100vh - 310px);
    overflow: auto;
  }

  #cart .dropdown-menu .cart-footer>a {
    height: 45px !important;
  }

  #cart .dropdown-menu .product-thumb {
    padding: 0px;
    width: 100px;
    height: 100px;
  }
}


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

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

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

@media(max-width: 450px) {
  .tk-cart-body {
    padding: 0px !important;
  }

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

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

@media(max-width: 1024px) {
  #common-home .slideshow.swiper-viewport {
    order: 10;
  }

  #common-home .module_product_tabs {
    order: 20;
  }

  #common-home .carousel.carousel0_container.swiper-viewport {
    order: 30;
  }

  #common-home .section_sub_title {
    order: 40;
  }

  #common-home .side-carousel-1 {
    order: 50;
  }

  #common-home .row.swiper-viewport.banner0 {
    order: 60;
  }

  #common-home .row.swiper-viewport.banner0 {
    order: 90;
  }

  #common-home .side-carousel-2 {
    order: 100;
  }

  #common-home .row.swiper-viewport.banner1 {
    order: 110;
  }


  #common-home .carousel.carousel1_container.swiper-viewport {
    order: 120;
  }

  #common-home .home-our-offers {
    order: 140;
  }

  #common-home .row.swiper-viewport.banner2 {
    order: 150;
  }

  #common-home .row.latest-posts {
    order: 160;
  }
}

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

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

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

@media(max-width: 991px) {

  #common-home #content .row.featured-products-module.featured0,
  #common-home #content .row.featured-products-module.featured1 {
    width: 100% !important;
  }

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

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

  #common-home #content .row.swiper-viewport.banner2 {
    padding: 15px !important;
  }

}

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

#common-home #content .row.swiper-viewport.banner2 {
  background: transparent;
  z-index: 2;
}

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

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



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



@media(max-width:600px) {

  .product-thumb .price {
    display: flex;
    flex-direction: revert;
    align-items: flex-start;
    gap: 15px;
  }

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

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

}

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

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

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

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

@media(min-width:991px) {
  #product-category p.empty {
    margin-left: calc(50% - 390px);
  }
}

/*    -->                                                                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,
  #product-manufacturer #column-left #column-left,
  #product-search #column-left #column-left {
    position: relative !important;
    margin-top: 0px !important;
    top: 0px !important;
  }

  #product-category>.row>#column-left,
  #product-manufacturer>.row>#column-left,
  #product-search>.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: 90px !important;
    padding-top: 10px;
  }

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

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

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

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

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


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

    min-height: unset !important
  }

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

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

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

@media(max-width: 768px) {

  #product-category .row.product-list-grid,
  #product-manufacturer .row.product-list-grid,
  #product-search .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,
  #product-manufacturer .product-layout.product-grid,
  #product-search .product-layout.product-grid {
    width: calc(50% - 10px) !important;
  }
}

@media(max-width: 450px) {

  #product-category .product-layout.product-grid,
  #product-manufacturer .product-layout.product-grid,
  #product-search .product-layout.product-grid,
  .product-layout {
    width: 100% !important;
  }
}




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

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


@media(max-width: 1350px) {
  #product-product .thumbnails .col-sm-3 {
    max-width: 100vw;
    overflow: auto;
  }

  #product-product .carousel.swiper-viewport {
    max-width: 100vw;
  }

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


@media(max-width: 768px) {
  #product-product .thumbnails {
    margin-left: 0px !important
  }

  #product-product #content>.row>.div:fist-child {
    margin-right: 0px !important;
    margin-left: 0px !important
  }

  #product-product .thumbnails .col-sm-3:last-child {
    padding-left: 1px !important;
    display: flex !important;
    overflow-Y: auto !important;
    margin-bottom: 20px !important
  }

  #product-product .image-additional {
    min-width: 25%;
  }
}

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



@media(max-width:450px) {
  .related_products_section>div {
    width: 100% !important;
  }
}

/*    -->                                                             RESPONSIVE > PRODUCT PAGE > RECENTLY VIEWED                          
[2]   =========================================================================================================== */

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

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

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

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

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

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

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

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

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

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

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

.account-page a.btn-primary {
  color: white
}

a.btn-primary:hover,
input.btn-primary:hover {
  background-color: #BE221D !important;
  color: #fff !important;
}

/*    -->                                                                                                                               DESKTOP > Light Header > MIKE      
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
@media (min-width: 1025px) {
  .container.main-menu.mega-menu-cont-main {
    top: 84px;
  }

  header>.container {
    background: #ffffff;
  }

  header>.container>.row {
    min-height: 80px;
    align-items: center;
  }

  header>.container>.row #logo img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    margin-bottom: 3px;
  }

  header .container .row .col-sm-4 h2,
  header .container .row .col-sm-4 a {
    color: #1b1b1b;
  }

  #search-toggle svg {
    fill: #1b1b1b !important;
  }

  header .list-inline .header-icon-men>a {
    color: #1b1b1b;
  }

  li.header-icon-men a {
    fill: #1b1b1b;
  }

  li.header-icon-men img {
    fill: #1b1b1b !important;
    -webkit-filter: invert(90%) sepia(9%) saturate(198%) hue-rotate(333deg) brightness(99%) contrast(79%);
    filter: invert(90%) sepia(9%) saturate(198%) hue-rotate(333deg) brightness(99%) contrast(79%);
  }

  li.header-icon-men .dropdown-menu.pull-right img {
    fill: #fff !important;
    -webkit-filter: unset !important;
    filter: unset !important;
  }

  header .list-inline .header-icon-men>a,
  span#cart-title,
  #cart-total {
    color: #1b1b1b !important;
  }

  .product_info_section.center ul {
    margin-top: 25px;
    display: table;
    align-items: center;
    align-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1368px) {
  div.row>div:nth-child(2)>h2 {
    margin-bottom: 25px !important;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1367px) {
  div.row>div:nth-child(2)>h2 {
    margin-bottom: 10px !important;
    margin-top: 10px;
  }

  .product_info_section.center ul {
    display: flex !important;
    flex-wrap: wrap;
  }
}

#carousel1 .swiper-wrapper a>img {
  height: auto;
  max-height: 100px;
  width: auto;
}

/*    -->                                                                                                                      INFORMATION > SITEMAP && MANUFACTURERS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#information-sitemap #content .col-sm-12>ul>li,
div#content ul>ul>li {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  display: block;
  background: #fbfbfb;
  padding: 1.5em;
}

div#content ul>ul {
  padding-left: 0;
}

#information-sitemap #content .col-sm-12>ul>li>a,
div#content ul>ul>li>a {
  font-weight: 800;
}

#information-sitemap #content .col-sm-12>ul>li>ul>li>a,
div#content ul>ul>li>ul>li>a {
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}

@media (min-width: 768px) {
  #mfilter-content-container .manufacturer-container>h2 {
    padding-top: 50px;
    margin-bottom: 0;
  }

  #mfilter-content-container .col-sm-1 {
    width: 12.5%;
    margin-top: 30px;
  }

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

#mfilter-content-container .manufacturer-container .manufacturer-list-item p {
  padding: 10px;
  background: #ebebeb;
  display: block;
  width: 100%;
  margin: unset;
  text-align: center;
  color: #E21F19;
}

#mfilter-content-container .manufacturer-container .manufacturer-list-item p:hover {
  text-decoration: underline;
}

#checkout-cart .input-group-btn {
  flex-direction: column;
}

#checkout-cart table .btn-primary {
  margin-top: unset;
}

#checkout-cart form .table-responsive tbody td:nth-child(4) strong {
  font-size: 24px;
}

#checkout-cart form tbody td.text-left.product-title a {
  font-size: 20px;
}

.image_container_menu {
  padding: 20px 0px;
}

.image_container_menu img {
  width: 100%;

}

.level1>li>div>div {
  position: relative;
}

.level2>li>div {
  padding: 0 !important;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu.dropdown-menu-right {
  position: absolute;
  left: -95px;
  width: fit-content;
  padding: 20px;
  margin-top: 20px;
  border-radius: unset;
  border: unset;
}

.dropdown-menu.dropdown-menu-right::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 10px 10px 0px 10px;
  border-color: var(--accent2) transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: rotate(180deg) translateX(-50%);
}

.dropdown.open li {
  display: flex;
  cursor: default;
  gap: 15px;
  border-bottom: 1px solid #0000003d;
  margin: 15px 0;
  justify-content: space-between;
}

.dropdown.open li span.instock {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #26AA09;
}

.dropdown.open li span.outofstock {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #FF2800;
}

.dropdown.open li .infoCont {
  display: flex;
  gap: 5px;
  align-items: center;
}

.subcategories_section .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: black;
}

.subcategories_section {
  padding: 20px 0;
}

.subcategories_section .swiper-pager>div {
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0px;
  background: #fff;
}

.subcategories_section .swiper-pager>div:hover::before {
  background: var(--accent2) !important;
  transition: background 0.2s;
}

.subcategories_section .swiper-pager>div:first-child::before {
  content: "\f105" !important;
}

.subcategories_section.swiper-pager>div:last-child::before {
  content: "\f104" !important;
}

.subcategories_section .swiper-pager>div::before {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0px !important;
  transform-origin: center !important;
  padding: 0px 0px 0px 0px;
  width: 35px;
  height: 35px;
  color: black !important;
  font-size: 30px !important;
}

#product-product ul.thumbnails>div:nth-child(2) {
  overflow: auto;
}

@media(max-width:767px) {
  #product-product ul.thumbnails {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .product-product #product-product .thumbnails .col-sm-3:last-child {
    padding: unset !important;
    margin: unset !important;
    flex-direction: row;
    gap: 25px;
    overflow: auto !important;
    width: 100% !important;
  }

  .product-product #product-product .image-additional {
    min-width: unset !important;
  }
}

.knns-main-pdf-file-value a {
  color: black;
  font-weight: 700;
  font-size: 14px;
  ;
}


ul.product-filters-list {
  list-style: none;
  padding: 0px;
}

ul.product-filters-list li:nth-child(2n+1) {
  background: #eee;
}

ul.product-filters-list li {
  display: flex;
  padding: 15px 25px;
}

ul.product-filters-list li>div:first-child {
  width: 50%;
  max-width: 400px;
  color: #666;
}

ul.product-filters-list li>div:last-child {
  font-weight: 500;
}

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

#tab-specification {
  max-height: unset !important;
}

.minicart_content input[type=number] {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: 1px solid #000;
  text-align: center;
  font-size: 22px;
  padding: 0;
  outline: none;
  -moz-appearance: textfield;
  color: #000;
}

.minicart_content input[type=number]::-webkit-outer-spin-button,
.minicart_content input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.minicart_content .btn-minus {
  margin-right: 5px !important;
}

.minicart_content .btn-plus {
  margin-left: 5px !important;
}

.minicart_content .input-group.quantity {
  max-width: 100px;
}

.is-guest .product-card-bot
{
    display: none;
}