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

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

/* rgb(175, 229, 46) */
body {
  --accent1: #38b8fa;
  --accent2: #fb0087;
  --accent2_accessibility: #A30057;
  --accent3: #000;
  --header: #636363;
  /* --header: #fff; */
}

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



.breadcrumb {
  position: relative !important;
  top: unset !important;
  margin-top: 15px !important;
  display: block !important;
  width: 100%;
  max-width: 1650px !important;
  margin-inline: 0px !important;
  margin-inline: auto !important;
}

.breadcrumb>li,
.breadcrumb>li>a {
  display: inline !important;
  white-space: wrap !important;
}


.breadcrumb>li:after,
.breadcrumb>li:before {
  display: none !important;
}

.breadcrumb>li:not(:last-child) {
  border-right: 1px solid #ccc;
}

@media(max-width: 1000px) {

  .breadcrumb,
  #product-category .breadcrumb,
  #product-manufacturer .breadcrumb,
  #product-search .breadcrumb {
    display: block !important;
  }
}


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

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> HEADER
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                             HEADER > LOGO SECTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


/*    -->                                                                                                                                         HEADER > TOP BAR
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                                HEADER > TOP BAR > PHONE
[2]   =========================================================================================================== */

.top-bar-tel:before {
  display: none !important
}


/*    -->                                                                                                                                  HEADER > LINKS ON RIGHT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

header .list-inline>li>a>svg,
header .list-inline>li>a>img,
header .list-inline>li>form>.btn-group>button>svg,
header .list-inline>li>#cart>button>img {
  fill: black !important;
  filter: brightness(0) !important;
}

header .row .list-inline>.header-icon-men>a,
header .row .list-inline>li>#cart>button>#cart-title,
header .row .list-inline>li>#form-language>.btn-group.language-btn>button span {
  color: black !important
}

header .row .list-inline>.header-icon-men>a:hover,
header .row .list-inline>li>#cart:hover>button>#cart-title,
header .row .list-inline>li>#form-language:hover>.btn-group.language-btn>button span {
  color: var(--accent2) !important;
}



#wishlist-total {
  position: relative;
}

#wishlist-total #wishlist-count {
  position: absolute;
  top: 0px;
  left: calc(50% + 15px)
}

#wishlist-total #wishlist-count,
#cart #cart-total {
  background: var(--accent2) !important;
  color: #fff !important;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

#cart #cart-total {
  left: calc(50% + 15px)
}

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

.top-bar {
  background: #333 !important
}

/*    -->                                                                      HEADER > MEGA MENU > OPEN& CLOSE MENU BUTTON             
[2]   =========================================================================================================== */

@media(min-width: 1025px) {
  .custom_menu_toggle {
    display: none !important;
  }
}

.custom_menu_toggle {
  font-size: 20px;
  margin-top: 9px;
  background: black;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
}

.custom_close_button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  gap: 0.125rem;
  position: absolute;
  top: 0px;
  right: 10px
}

.custom_close_button svg {
  width: 33px;
  height: 33px;
}

.custom_close_button span {
  font-size: 14px !important;
  line-height: 22px;
}

@media (max-width: 420px) {

  .custom_close_button {
    top: 13px;
  }

  .custom_close_button span {
    font-size: 10px !important;
  }

  .custom_close_button svg {
    width: 24px;
    height: 24px;
  }
}

.mobile_inner_navigation {
  position: relative;
  padding-right: 80px;
  padding-top: 10px;
  padding-left: 25px;
}




/*    -->                                                                      HEADER > MEGA MENU > DEMO SETTINGS             
[2]   =========================================================================================================== */

/*    -->                                                                          HEADER > MEGA MENU > VARIABLES                
[2]   =========================================================================================================== */

#menu .dropdown-menu.mega-menu {
  --mega-menu-parent-list-width: 360px;
  --mega-menu-banner-width: 500px;
  --mega-menu-horizontal-padding-per-side: 20px;
  --mega-menu-vertical-padding-per-side: 20px;
}

/*    -->                                                                             HEADER > MEGA MENU > LAYOUT                
[2]   =========================================================================================================== */

@media (min-width: 1025px) {
  #menu>.collapse>.nav>li .dropdown-menu.mega-menu {
    width: 100%;
    max-width: 100%;
    margin-left: 50% !important;
    transform: translateX(-50%);
    padding: 0px !important;
    height: 550px;
  }

  #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner {
    overflow: auto;
    width: calc(25% + 10px);
    overflow-x: hidden;
    direction: rtl;
    background: #1B1B1B;
    margin: 0;
    padding: 10px 0;
    max-height: 550px;
  }

  #menu .languages_section {
    display: none;
  }

  #menu .mega-menu .dropdown-inner .mg-menu-item-title>a>span {
    color: white;
  }
}

.top-bar-address {
  display: none !important;
  opacity: 0;
}

/*    -->                                                                          HEADER > MEGA MENU > CONTAINER
[2]   =========================================================================================================== */
@media (min-width: 1025px) {
  #menu .mg-menu-container {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    direction: rtl;
    max-height: 515px;
    overflow-y: auto;
    margin-left: 20px;
  }

  /*    -->                                                                            HEADER > MEGA MENU > PARENTS
    [2]   =========================================================================================================== */

  #menu .mg-menu-container>.mg-menu-cont {
    width: 100%;
    padding: 0 20px;
    place-self: end;
  }

  #menu .mg-menu-container>.mg-menu-cont {
    padding-right: 0px;
    /* padding-left: 0px; */
  }


  #menu .mg-menu-container>.mg-menu-cont a {
    text-transform: uppercase;
  }

  /*    -->                                                                           HEADER > MEGA MENU > CHILDREN                    
    [2]   =========================================================================================================== */



  /*    -->                    HEADER > MEGA MENU > CHILDREN > TITLES                   
    [3]   ------------------------------------------------------------- */

  #menu .dropdown-menu.mega-menu .mg-menu-item-title {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    direction: ltr;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-item-title>a {
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 8px 0px 8px 10px;
    min-width: auto !important;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

  }


  /*    -->                     HEADER > MEGA MENU > CHILDREN > LISTS                   
    [3]   ------------------------------------------------------------- */

  #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list {
    position: absolute;
    left: calc(var(--mega-menu-parent-list-width) + 25px);
    left: 25%;
    top: 10px;
    height: 100%;
    width: calc(100% - var(--mega-menu-banner-width) - var(--mega-menu-parent-list-width));
    /*width: calc(100% - var(--mega-menu-parent-list-width));*/
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 20px;
    box-sizing: border-box;
    direction: ltr;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-item-children-list>div {
    /*width: 50%;*/
  }

  #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list>div>a {
    font-size: 16px;
    padding: 8px 0px 8px 20px !important;
  }

  .mg-menu-sub-cont H3 {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-block: 6px;
  }

  /*    -->                     HEADER > MEGA MENU > CHILDREN > BANNER              
    [3]   ------------------------------------------------------------- */
  #menu .dropdown-menu.mega-menu .see-all {
    padding: 20px !important;
    display: flex;
    justify-content: flex-end;
  }

  .dropdown-menu.mega-menu .see-all .img-responsive {
    height: 100%;
    width: auto;
  }

  /*    -->                                                                            HEADER > MEGA MENU > EFFECTS
    [2]   =========================================================================================================== */

  /*    -->                       HEADER > MEGA MENU > EFFECTS > LINE                 
    [3]   ------------------------------------------------------------- */

  #menu .dropdown-menu.mega-menu .mg-menu-item-title>a:after {
    transition: all 0.14s;
  }

  /*    -->              HEADER > MEGA MENU > EFFECTS > CHILDREN LIST                 
    [3]   ------------------------------------------------------------- */

  #menu .mg-menu-container>.mg-menu-cont .mg-menu-item-children-list {
    transition: all 0.14s;
  }

  #menu .mg-menu-container>.mg-menu-cont:hover .mg-menu-item-children-list {
    transition: opacity 0.2s 0.2s;
    visibility: visible;
    opacity: 1;
    max-height: 305px;
  }

  #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner::-webkit-scrollbar {
    width: 3px !important;
    background: #ddd;
  }

  #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner::-webkit-scrollbar-thumb {
    background: white;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(240, 242, 245, 1);
    border-radius: 10px;
  }

  #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner::-webkit-scrollbar-thumb {
    background-color: var(--accent2);
    border-radius: 0px !important;
    border: 0px none #ffffff !important;
  }

  /*    -->                                HEADER > MEGA MENU > LINKS                   
    [3]   ------------------------------------------------------------- */

  #menu .dropdown-menu.mega-menu a {
    transition: all 0.12s;
  }


  #menu .dropdown-menu.mega-menu a:hover {
    color: var(--accent2) !important;
  }



  #menu .dropdown-menu.mega-menu .mg-menu-cont>h3>a {
    padding: 0px;
    /*   border:1px solid green; */
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-cont>h3>a span {
    display: block;
    padding: 10px 10px;
    height: 100%;
    /*   border:1px solid yellow !important; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  #menu .dropdown-menu.mega-menu .mg-menu-cont>h3.with-children>a>span:after {
    content: "";
    height: 1px;
    width: 0px;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 999;
    background: white;
    transition: all .3s;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-cont>h3.with-children>a:hover span:after,
  #menu .dropdown-menu.mega-menu .mg-menu-cont>h3.with-children.item_hovered>a>span:after {
    width: 400px;
  }

  /*    -->                               HEADER > MEGA MENU > TITLES                   
    [3]   ------------------------------------------------------------- */



  #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-title>a>span {
    transform-origin: center center;
    transition: all .12s;
    display: block;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-cont:hover .mg-menu-item-title>a>span {
    transform: scale(1.05) !important;
    color: var(--accent2) !important;
  }
}

#menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner .mg-menu-container::-webkit-scrollbar {
  width: 3px !important;
  background: #ddd;
}

#menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner .mg-menu-container::-webkit-scrollbar-thumb {
  background: white;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(240, 242, 245, 1);
  border-radius: 10px;
}

#menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner .mg-menu-container::-webkit-scrollbar-thumb {
  background-color: var(--accent2);
  border-radius: 0px !important;
  border: 0px none #ffffff !important;
}


/*    -->                                                                                                                                   HEADER:MENU > LEVEL #4
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media(min-width: 1025px) {

  .mg-menu-sub-cont {
    position: relative;
  }




  .mg-menu-sub-cont .mg-menu-sub-sub {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: calc(100% - 20px);
    padding-right: 0px;
    margin-left: 20px;
    margin-bottom: 3px;
    max-height: 160px;
    overflow-y: auto;
    direction: rtl;
    /* Set the direction to right-to-left */
    unicode-bidi: -moz-plaintext;
    unicode-bidi: plaintext;
    /* Override the text direction back to left-to-right */
  }



  .mg-menu-sub-cont h3 a {
    font-size: 16px !important;
    font-weight: bold
  }

  .mg-menu-sub-cont .mg-menu-sub-sub>a {
    box-sizing: content-box;
    font-weight: normal !important;
    font-size: 14px !important;
  }













  /*    -->                                                                                              HEADER > MEGA MENU > TURN IT INTO DEFAULT LIST
[2]   =========================================================================================================== */



  #menu .mg-menu-container>.mg-menu-cont {
    padding-left: 0px !important;
  }

  #menu .mg-menu-container>.mg-menu-cont:not(:last-child) {
    border-bottom: 1px solid #ddd
  }

  .mega-menu-cont-main #menu .nav.navbar-nav>li {
    position: relative !important;
  }

  #menu>.collapse>.nav>li .dropdown-menu.mega-menu {
    width: fit-content !important;
    max-height: unset !important;
    min-height: unset !important;
    height: unset !important;
    display: flex !important;
    margin-left: 0px !important;
    transform: none;
    position: absolute !important;
    left: 0px !important;
    max-width: unset !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .2s;

  }



  #menu>.collapse>.nav>li:hover .dropdown-menu.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: none;

  }

  #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner {
    width: 100% !important;
    max-height: unset !important;
    min-height: unset !important;
    height: fit-content !important;
    background: #fff !important;

  }

  #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner .mg-menu-container {
    margin-left: 0px !important;
    max-height: unset !important;
    max-width: 500px !important;
    width: 300px !important
  }


  #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-title>a>span {
    font-size: 14px !important;
    line-height: normal;
    color: #333 !important;
    text-shadow: none !important;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-cont:hover .mg-menu-item-title>a>span {
    transform: none !important;
    color: var(--accent2) !important;

  }

  #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner {
    padding-block: 0px !important;
    border: 2px solid var(--accent2)
  }




















}




















/*    -->                                                                                                                                        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: center;
  min-height: 90px;
}

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


@media(max-width: 1024px) {



  header>.container>.row {
    gap: 0px;
    justify-content: space-between;
    display: flex !important;
    flex-direction: row;
    background: white !important;
  }

  header>.container>.row:before {
    content: "";
    width: 80px;
    height: 30px;
  }

  header>.container>.row:after,
  header .row .col-sm-4 {
    display: none !important;
  }

  header .row .col-sm-1 {
    order: unset !important;
    margin-left: 0px !important
  }
}

#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:not(:last-child) .total-text {
  font-size: 17px !important;
}

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

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

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

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

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

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

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


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

.shpflxbadge {
  display: none !important;
}

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

footer {
  margin-top: 50px;
}

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

footer .col-sm-3:last-child .socials_section {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  padding: 0px;
  margin-top: 30px;
  display: none !important;
}

footer .col-sm-3:last-child .socials_section>* {
  width: fit-content !important;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}


footer .col-sm-3:last-child .socials_section>h5 {
  margin-right: auto;
}

@media(max-width: 1024px) {
  footer .col-sm-3:last-child .socials_section {
    justify-content: center;
    gap: 20px
  }

  footer .col-sm-3:last-child .socials_section>h5 {
    margin-right: 0px
  }
}

@media(max-width: 440px) {
  footer>.container>.row>div {
    width: 100% !important;
  }

  footer>.container>.row>div:last-child {
    padding-inline: 30px !important;
  }
}

/*    -->                                                                                                                                             FOOTER > PAYMENT ICONS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


.payment-row {
  display: none !important
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> 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;
    border: 1px solid black;
  }

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

.manufacturer_carousel .swiper-container {
  max-width: 100% !important;
}

.manufacturer_carousel {
  display: flex !important;
  flex-direction: column !important;
}

.manufacturer_carousel .swiper-container {
  margin-block: 30px
}

.manufacturer_carousel .view-more {
  order: 9;
}

@media(max-width: 768px) {
  .carousel1_container {
    padding-inline: 20px !important;
  }
}

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

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

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

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



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

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


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

html.enquiry_enabled,
html.enquiry_enabled body {
  overflow: hidden !important;
}


#enquiry_form_container {
  max-width: 500px !important;
  width: calc(100% - 30px) !important;
  max-height: calc(100% - 30px) !important;
  overflow: auto !important;

}

html.enquiry_enabled .mega-menu-cont-main,
html.enquiry_enabled .cc-revoke.cc-bottom {
  opacity: 0 !important;
  visibility: hidden !important;
}


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

  opacity: 0;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.labels_container {
  display: flex;
  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_accessibility);
}

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

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

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

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

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

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

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

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




/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION CART PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

#checkout-cart .pull-left a,
#checkout-cart .pull-right a {
  transition: all .12s !important;
}

#checkout-cart .pull-left a:hover,
#checkout-cart .pull-right a:hover {
  background: var(--accent2) !important;
  color: black !important;
  border-color: black !important;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION LOGIN PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

html.account-login #input-password~a {
  margin-top: 17px !important;
  display: block !important;
}

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

.extension-module-isenselabs_gdpr header~.container>.row:has(#content) {
  width: 100%;
  max-width: 1650px;
  margin-inline: auto !important;
}


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION ORDER HISTORY PAGE 
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/


.account-order #content a:hover {
  background: var(--accent2) !important;
  color: black !important;
}

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

/*    -->                                                                                                                            INFORMATION PAGE > HERO IMAGE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.info_inner_hero_banner {
  margin-bottom: 20px !important;
  display: block !important;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
}

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

.information-contact .panel-default {
  border: none;
  box-shadow: none;

}

.information-contact .panel-default iframe {
  width: 100%
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
/* !SECTION */
/* SECTION CHECKOUT PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                             CHECKOUT > WARNINGS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#collapse-shipping-method .alert {
  z-index: unset;
}


#collapse-checkout-confirm tbody tr td img {
  width: 50px !important;
  height: auto !important
}


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

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



body {
  --responsivePadding: 15px;
}

@media(max-width: 991px) {

  #common-home #content>.row.swiper-viewport,
  #common-home #content>.row {
    margin-bottom: 20px !important;
    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
[2]   =========================================================================================================== */

#menu .btn-navbar i::before {
  font-size: 24px !important;
}

#menu .dropdown-menu.mega-menu .view_all_link {
  display: none;
}

@media (max-width: 1440px) {
  #menu .nav.navbar-nav>li.dropdown>.mega-menu {
    --megaMenuBanner: 640px !important;
  }
}

@media (max-width: 1366px) {
  #menu .nav.navbar-nav>li.dropdown>.mega-menu {
    --megaMenuBanner: 600px !important;
  }

  .dropdown-menu.mega-menu .see-all {
    padding-left: 60px !important;
  }
}

@media (max-width: 1024px) {
  #menu .nav.navbar-nav>li.dropdown>.mega-menu {
    padding-right: 0px !important;
    padding-top: 0px !important;
  }

  #menu .dropdown-menu.mega-menu .see-all {
    padding-right: 0px !important;
    padding-left: 0 !important;
    width: 340px;
  }

  #menu .dropdown-inner .mg-menu-container span {
    text-transform: uppercase !important;
  }

  #menu .dropdown-menu.mega-menu .img-responsive {
    width: 80% !important;
    margin: 20px auto !important;
  }

  #menu .list-inline>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 0.125rem;
  }
}

@media (max-width: 420px) {
  #menu .list-inline>li>a>svg {
    width: 30px;
    height: 30px;
  }

  #menu .list-inline>li>a>img {
    width: 28px;
    height: 28px;
  }

  #menu .list-inline>li>a {
    font-size: 12px;
  }

  #menu .mobile_inner_navigation .list-inline>li {
    width: 20%;
  }
}

@media (max-width: 420px) {
  #menu .list-inline>li>a>svg {
    width: 26px;
    height: 26px;
  }

  #menu .list-inline>li>a>img {
    width: 24px;
    height: 24px;
  }

  #menu .list-inline>li>a {
    font-size: 10px;
  }
}

@media(max-width: 1024px) {
  #menu .dropdown-menu.mega-menu {
    --mega-menu-parent-list-width: 200px;
    --mega-menu-horizontal-padding-per-side: 15px;
    --mega-menu-vertical-padding-per-side: 15px;
  }

  .dropdown-menu.mega-menu .see-all .img-responsive {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }





}

@media(max-width: 400px) {
  #menu .mg-menu-container>.mg-menu-cont {
    width: 100% !important
  }

  #menu .mg-menu-container {
    flex: unset !important;
    width: 100% !important;
  }

  #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner {
    display: block;
    overflow: auto;
    height: 100%;
  }
}

/*    -->                                                                              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: 768px) {
  footer {
    padding-inline: 25px
  }

  footer>.container>.row>div {
    padding: 0px !important;
  }
}

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

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











@media(max-width: 768px) {
  #common-home .module_product_tabs .section_title {
    margin-top: 40px;
  }

  #common-home #content .row h3,
  #common-home h3.headingmain,
  #common-home .carousel.swiper-viewport h3,
  #product-product #content h3,
  #common-home .side-carousel-2>.section_title {
    margin-bottom: 20px;
  }

  #common-home .carousel.carousel0_container.swiper-viewport {
    margin-bottom: 40px !important
  }

  #common-home .carousel.carousel0_container.swiper-viewport {
    margin-bottom: 20px !important;
    margin-top: 15px !important;
  }

  .side-carousel-1 {
    margin-top: 0px !important
  }


  #common-home .carousel1_container {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
  }

  #common-home .side-carousel-2 .section_sub_title,
  #common-home .side-carousel-2 .section_title {
    text-align: center !important;
    margin-top: 0px !important;
  }

  #common-home .side-carousel-2 .section_title {
    margin-bottom: 0px !important;
  }

  #common-home #content .row.swiper-viewport.banner2 {
    margin-top: 0px !important;
  }

  #common-home #content .products-carousel-module.home-our-offers {
    margin-bottom: 0px !important;
  }

  #common-home .row.products-carousel-module.home-our-offers,
  #common-home .row.products-carousel-module.home-our-offers>.row {
    margin-bottom: 50px !important;
  }

  #common-home #content .row.swiper-viewport.banner2 {
    margin-bottom: 50px !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 > 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: 1000px) {
  .pagination_filters {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: flex-end !important;
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .row.pagination_filters:before,
  .row.pagination_filters:after {
    display: none !important;
  }

  .pagination_filters>div {
    width: fit-content !important;
    float: none !important;
  }

  .pagination_filters>div>div {
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 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: 240px !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
  }





  .mfilter-free-button {
    border: 10px solid transparent !important;
    /* 	background:red */
    border-width: 8px 10px 4px 5px !important;
    background: var(--accent2);
  }

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

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

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


.carousel1_container>h3 {
  display: none;
}

.carousel_1_title {
  text-align: center;
}

.noresult .result-text {
  display: none !important;
}

#product-search>.row {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  #menu .mg-menu-cont .mg-menu-item-children-list {
    background: #1B1B1B !important;
    height: 100%;
    top: 0;
  }

  #menu .mg-menu-cont .mg-menu-item-children-list>h3 a {
    color: white !important;
    font-size: 19px !important;
    font-weight: normal !important;

  }

  .mg-menu-item-children-list a {
    padding-bottom: 20px !important;
    display: block !important;

  }
}

.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .third-level a {
    font-size: 21px;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .mobile {
    display: block !important;
  }
}

.payment-methods {
  padding-top: 20px;
}

.payment-row.container {
  padding: 0;
  display: flex;
  justify-content: center;
}

.payment-row.container img {
  max-height: 45px;
  width: auto;
  max-width: 100%;
}

.payment-second {
  padding: 0;
  display: flex;
  justify-content: center;
}

.carousel .view-more {
  width: 100%;
  text-align: center;
}

.carousel .view-more a {
  color: black;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#common-home .carousel1_container.swiper-viewport h3 {
  margin: unset;
}