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

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

body {
  --accent1: #880000;
  --accent2: #E2068C;
  
  --headerfont: #000000;
  --headerbg: #FFFFFF;
  --svg: #000000;
}

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

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

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

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

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

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

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


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

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

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

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

/*    -->                   HEADER > MEGA MENU > LAYOUT > CONTAINER              
[3]   ------------------------------------------------------------- */



@media (min-width: 1024px) {
    #menu .nav.navbar-nav > li.dropdown > .mega-menu {
      display: flex !important;
      opacity: 0 !important;
      visibility: hidden !important;
      transition: all 0.15s !important;
      z-index: -1;
      transform: translateY(10px);
      padding: 0px 40px !important;
      --megaMenuBanner: 700px;
      min-height: 500px;
      width: 100vw;
    justify-content: space-evenly;
    }
  
    #menu .nav.navbar-nav > li.dropdown > .mega-menu::before {
      content: "";
      background: white;
      background-position-x: 0%;
      background-position-y: 0%;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      z-index: -1;
      opacity: 1;
    }
  
    #menu .nav.navbar-nav > li.dropdown > .mega-menu::after {
      content: "";
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      z-index: -2;
    }
  
    /* HEADER > MEGA MENU > LAYOUT > CONTAINER > ENABLED */
  
    #menu .nav.navbar-nav > li.dropdown:hover > .mega-menu {
      opacity: 1 !important;
      visibility: visible !important;
      transition: all 0.3s 0.1s !important;
    }
  
    .dropdown-menu.mega-menu .dropdown-inner {
      width: calc(100% - var(--megaMenuBanner));
      display: flex !important;
    }
  }
  
  /*    -->                                                                       HEADER > MEGA MENU > LISTS SECTION                     
  [2]   =========================================================================================================== */
  #menu .mg-menu-container {
    height: 100%;
    width: 100%;
  }
  @media(min-width: 1024px){
      #menu .dropdown-inner a {
        padding: 4px 10px;
        transition: all 0.12s;
        text-align: center;
      }
    #menu .mg-menu-cont {
        margin-top: 50px;
        margin-bottom: 30px;
        padding-right: 15px;
        max-height: calc(100% - 80px);
        width: 25%;
      }
  }
  
  /*    -->               HEADER > MEGA MENU > LISTS SECTION > COMMON                 
  [3]   ------------------------------------------------------------- */
  
  #menu .mg-menu-container a {
    line-height: normal !important;
  }
  #menu .mg-menu-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  #menu .mg-menu-container a:hover {
    color: var(--accent2);
  }
  
  /*    -->               HEADER > MEGA MENU > LISTS SECTION > PARENTS                    
  [3]   ------------------------------------------------------------- */
  
  .mg-menu-item-title {
    margin: 0;
  }
  
  .mg-menu-item-title a span {
    font-size: 18px !important;
    font-weight: bold !important;
  }
  
  /*    -->             HEADER > MEGA MENU > LISTS SECTION > CHILDREN                    
  [3]   ------------------------------------------------------------- */
  
  .mg-menu-item-children-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap !important;
    max-height: 100%;
  }
  
  .mg-menu-item-children-list > div > a {
    font-size: 16px !important;
  }
  
  /*    -->                                                                     HEADER > MEGA MENU > BANNER SECTION                     
  [2]   =========================================================================================================== */
  
  .dropdown-menu.mega-menu .see-all {
    width: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: content-box !important;
  }

  

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

body:before {
  transition: all 0.4s;
  content: "";
  background: rgba(0, 0, 0, 0.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;
}
@media(max-width: 1024px){
    #cart_close_button {
      right: 30px !important;
      top: 30px !important;
    }
}
/*    -->                                                                        HEADER > MINICART > PRODUCT LIST                                          
  [2]   =========================================================================================================== */
/*    -->                 HEADER > MINICART > PRODUCT LIST > LAYOUT                        
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .table-products {
  border-collapse: separate;
  border-spacing: 0 25px;
  margin-top: -25px;
  padding-right: 30px;
  padding-left: 10px;
}

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

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

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

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

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

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

#cart .dropdown-menu .product-info a {
  color: #000000;
  font-size: 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;
}


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

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

footer {
  margin-top: 50px;
}


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


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

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

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

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

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

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

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

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

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



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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

.labels_container>div.label_new {
  background: #666;
}

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

.labels_container>div.label_bestseller {
  background: #C75000;
}

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

.labels_container>div.label_sale {
  background: #E62200;
}

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

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

.product-card-bot {
	display: flex;
	align-items: center;
}
@media(min-width: 1024px){
    .product-card-bot {
    	min-height: 55px !important;
    }
}
.product-thumb .price {
	margin-bottom: 0px;
}
/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> BLOG CENTRAL  
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#latestpost{
  position:relative;
}

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

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

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

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


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

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

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

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

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

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



body{
  --responsivePadding: 15px;
}

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

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

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


/*    -->                                                                                                                                     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{
    height:30px !important;
    line-height: 30px !important;
    display:flex;
    align-items: center;
    justify-content: center;
  }

  #search .btn.btn-default.btn-lg .search-path{
    stroke:white !important;
  }

  .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;
    }
    #menu .dropdown a img {
        width: 80%;
        height: auto;
        margin: auto;
    }
}

@media (max-width: 1024px) {
    #menu .nav.navbar-nav > li.dropdown > .mega-menu {
        padding: 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 {
        margin: 20px auto !important;
        max-width: calc(var(--burgerMenuWidth) - 40px);
        margin-left: 10px !important;
    }
}

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

  #menu .dropdown-menu.mega-menu .mg-menu-item-title > a{
    font-size: 13px !important;
    padding: 6px 0px 6px 10px !important;
  }
  
}
@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:unset !important;
  }
}

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

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

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

  /* li.bottom-section > div.container{
    width: 280px !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: 464px){
    footer > .container > .row {
        display: flex;
        flex-wrap: wrap;
    }
    footer > .container > .row > div {
        width: 50%;
    }
    footer > .container > .row h5 {
        line-height: 20px;
    }
    footer .news-form .subscribe {
        display: flex;
        flex-direction: column;
    }
    footer .row.news-form {
        margin: 0 !important;
    }
}
@media(max-width: 380px){
    footer > .container > .row > div {
        width: 100%;
    }
    
}

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

@media(max-width:768px){

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

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

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

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

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

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

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

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



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



@media(max-width:600px){

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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



