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

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

body {
    --accent1: #fcc82f;
    --accent2: #7DD0D5;
    --accent3: #ddd;
}

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

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

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

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

.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 > DEMO SETTINGS             
[2]   =========================================================================================================== */


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

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

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

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

#menu > .collapse > .nav > li .dropdown-menu.mega-menu::after {
	content: "";
	width: 200vw;
	height: 100%;
	background: white;
	position: absolute;
	transform: translateX(-50%);
	z-index: -1;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/*    -->                                                                     HEADER > MEGA MENU > DEV OPEN FIRST
[2]   =========================================================================================================== */

/* #menu > .collapse > .nav > li:nth-child(1) .dropdown-menu.mega-menu {
	display: flex !important;
} */

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

#menu .mg-menu-container {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    direction: ltr;
}
@media (min-width: 768px){
    #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner {
        overflow: auto;
        padding: 5px 10px;
        width: calc(20% + 10px );
        overflow-x: hidden;
        max-height: 300px;
        margin-top: 20px;
        max-height: 300px;
        direction: rtl;
    }
    #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;
    }
    #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list > div > a:hover {
        color: var(--accent2);
    }
}
/*    -->                                                                            HEADER > MEGA MENU > PARENTS
[2]   =========================================================================================================== */

#menu .mg-menu-container > .mg-menu-cont{
  /* border:1px solid red; */
  width: var(--mega-menu-parent-list-width);
}

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

#menu .dropdown-menu.mega-menu .mg-menu-item-title > a {
	color: black !important;
	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 > TITLES > LINE */                

#menu .dropdown-menu.mega-menu .mg-menu-item-title.with-children > a:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(15px, -50%);
	width: 0px;
	background: #66C8CE;
	height: 1px;
}


/*    -->                     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) + 20px);
	top: 20px;
	/* border: 1px solid blue; */
	height: 100%;
	width: calc(100% - var(--mega-menu-banner-width) - var(--mega-menu-parent-list-width));
	transform: translateX(-10px);
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-left: 10px;
	padding-bottom: 20px !Important;
	box-sizing: border-box;
}

#menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list > div {
	/* border: 1px solid green; */
	width: 50%;
}

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

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

#menu .dropdown-menu.mega-menu a{
  line-height: normal !important;
}

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

#menu .dropdown-menu.mega-menu .mg-menu-cont:hover .mg-menu-item-title > a:after {
  width: 200px;
  transition: all 1s;
}

/*    -->              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: all 0.3s 0.3s;

  transform: translateX(0px);
  visibility:visible;
  opacity:1;
}

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

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

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

/*    -->                                                                                                                                        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;
  }
  /*    -->                     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: #c436d8 !important;
    border-radius: 3px !important;
    border: none !important;
  }
  #cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-thumb:hover {
    background: #c436d8 !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: 100vw;
  }
  /*    -->              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;
  }
  
  
  
@media(max-width: 1024px){
  footer > .container > .links-row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  footer > .container > .links-row > div {
    flex: 1 1 250px;
  }
}

@media(max-width: 650px){
  .powered_by {
    flex-direction: column;
  }
}
@media(max-width: 628px){
  .news-form .col-sm-6 {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .row.news-form #email {
        min-width: 100% !important;
    }
}

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

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























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


footer{
  background: #1B1B1B;
  padding-top: 0px;
  --FooterSidePadding: 45px;

	background-repeat: no-repeat;
	background-position: center 37px;

  margin-top: 100px;
}

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



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

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

footer .container {
  width: 100%;
	padding: 45px var(--FooterSidePadding) 0px;
}

footer .links-row{
  display:flex;
  gap: 15px
}

footer .footer-column{
  flex:1
}

footer .footer-column.newsletter_socials_column{
  flex:1.5;
}
.pop-allready .close {
    font-size: 30px;
}
.news-form .pop-allready .tk-cart-body p {
    color: black !important;
}
.deleteusr {
    background: #E60000 !important;
}
/*    -->                                                                                FOOTER > COLUMNS > TITLE
[2]   =========================================================================================================== */

footer .footer-column h5, 
footer .footer-column h2 {
    color: white;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    padding-bottom: 10px;
}

.footer-column .newsletter_section > h3 {
  font-family: var(--font2);
  font-size: 37px;
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: bold;
}

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

footer .footer-column a {
	font-size: 15px;
	margin: 9px 0px !important;
	display: block;
    color:white;
}
footer .footer-column > a {
    padding-right: 25px;
}

footer .footer-column a:hover {
    color: var(--accent2) !important;
}

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

.footer-column p {
    color: white;
    max-width: 90%;
}
/*    -->                                                                                FOOTER > COLUMNS > LINKS
[2]   =========================================================================================================== */

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

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

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

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

.socials_section > a > p {
    display: none;
}

.footer-column .list-unstyled > li {
    width: fit-content;
}
/*    -->           FOOTER > COLUMNS > NEWSLETTER > TITLE                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section > h1 {
	font-family: var(--font2);
	font-size: 37px !important;
	color: white !important;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold !important;
}

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

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

.footer-column .newsletter_section .news-form input#email::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,.4) !important;
  opacity:1 !important;
}

.footer-column .newsletter_section .news-form input#email::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,.4) !important;
  opacity:1 !important;
}

.footer-column .newsletter_section .news-form input#email:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,.4) !important;
  opacity:1 !important;
}

.footer-column .newsletter_section .news-form input#email::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,.4) !important;
  opacity:1 !important;
}

.footer-column .newsletter_section .news-form input#email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,.4) !important;
  opacity:1 !important;
}

.footer-column .newsletter_section .news-form input#email:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,.4) !important;
}

.footer-column .newsletter_section .news-form input#email::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,.4) !important;
}

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

.footer-column .newsletter_section .news-form #subscribe {
	padding: 13px 0px !important;
	font-size: 14px !important;
	width: 145px !important;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	box-sizing: border-box;
	background: white;
	color: black;
	line-height: 1 !important;
}
.footer-column .newsletter_section .news-form #subscribe:hover {
    background: var(--accent2);
    transition: all 0.3s;
    color: white !important;
}

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

.footer-column .newsletter_section .buttons{

}

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

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

.footer-column .newsletter_section .buttons .pull-center{
	margin-left: 10px;
}

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

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

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

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

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

}

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

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

.footer-column .socials_section a:hover svg {
    fill: var(--accent2);
    transition: all 0.3s;
}

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

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

.footer-column .socials_section h5{
  margin-right: 50px;
}

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

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

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

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

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

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

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


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

.news-form {
	margin: auto !important;
	text-align: center;
	display: flex;
	max-width: 1650px;
}
.footer-column .newsletter_section .news-form .col-sm-6:first-child {
	display: none;
}
.footer-column .newsletter_section .news-form .col-sm-6 {
	width: 100% !important;
}
  
/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> PRODUCT PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

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

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

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



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

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


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

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

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

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

.labels_container {
	display: flex;
	align-items: center;
  margin-top: 10px;
  height: 28px;
}

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

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

.labels_container > div{
  color: #FFFFFF;
  font-size: 14px;
  line-height:normal;
  padding: 5px 10px;
  font-weight: bold;
}

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

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

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

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

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

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


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

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


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

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

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

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

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

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


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

@media(max-width: 600px){

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

    border-bottom: 2px solid #CC63DB !important;
  }
  
  #common-home #content .row h3::after, 
  #common-home h3.headingmain::after, 
  #common-home .carousel.swiper-viewport h3::after, 
  #product-product #content h3::after {
    display:none !important;
  }
}

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

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

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

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

@media(max-width: 767px){
  #menu{
    background:black !important
  }
  #menu .nav > li > a{
    color:white !important
  }
}

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

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

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

@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:767px){

  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:767px){
  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: 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{
    width: 100% !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #menu .nav > li > a{
    font-size: 13px !important;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-item-title > a{
    font-size: 13px !important;
    padding: 6px 0px 6px 10px !important;
  }
  
  #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list > div > a{
    font-size: 13px !important;
    padding: 6px !important;
  }

}

@media(max-width: 767px){


  .navbar-header {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 5px;
  }

  #menu .btn-navbar{
    padding: 2px 8px !important;
}

  #menu .nav > li.dropdown > a{
    pointer-events:none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px !important;
  }
  
    #menu .nav > li > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px !important;
  }

  #menu .nav > li.dropdown > a:after{
    content: "\f078";
    font-family: FontAwesome;
    font-size: 11px;
    color:white;
    transition: all 0.4s
  }

  #menu .nav > li.dropdown:hover > a:after{
    transform: rotateX(180deg);
  }

  .navbar-header:before,
  .navbar-header:after{
    display:none !important
  }
  
  #menu #category {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppsecase;
    padding: 8px 10px;
  }

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

  #menu > .collapse > .nav > li .dropdown-menu.mega-menu {
    position: relative !important;
    height: auto !important;
    margin: 0px !important;
    transform: none !important;
    border: none !important;
    top: 0px !important;
    max-height: 0px;
    overflow: auto;
    background: white;
    border-radius: 0px;
    transition: all .4s;
    display:flex !important;
  }

  #menu > .collapse > .nav > li.dropdown:hover .dropdown-menu.mega-menu{
    max-height: 300px !important;
  }

  #menu .mg-menu-container{
    flex-direction: row;
    flex-wrap:wrap;
  }

  .dropdown-menu.mega-menu .dropdown-inner {
    width: 100%;
  }

  #menu .mg-menu-container{
    flex:1 !important
  }

  #menu .mg-menu-container > .mg-menu-cont{
    width:50% !important
  }

  

  #menu > .collapse > .nav > li .dropdown-menu.mega-menu .dropdown-inner{
    display:flex !important;
  }
  #menu .dropdown-menu.mega-menu .view_all_link {
    display: block;
    background: black;
    color:white !important;
    text-align: center;
    padding: 10px 5px;
    width: 150px;
    max-width: 100%;
    margin: 20px auto 0px auto;
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 1px;
    width: 100% !important;
  }
  #menu > .collapse > .nav > li .dropdown-menu.mega-menu .dropdown-inner {
    flex-direction: column;
  }



  #menu .dropdown-menu.mega-menu .see-all{
    display:none !important;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-item-title > a {
    padding: 6px !important;
    background:none !important;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list{
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    top: 0px;
    left: 0px;
    height: auto;
    width: auto;
    padding-bottom: 0px;
  }

  #menu > .collapse > .nav > li .dropdown-menu.mega-menu::after,
  #menu .dropdown-menu.mega-menu .mg-menu-item-title.with-children > a::after {
    display:none !important
  }

  #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list > div > a {
    color: black !important;
    background: none;
  }

}

@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: 767px){
  footer > .container > .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  footer > .container > .row > div {
    flex: 1 1 180px;
  }
}

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

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

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

@media(max-width:767px){

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




/*    -->                                                                          RESPONSIVE > HOME > NEWSLETTER
[2]   =========================================================================================================== */

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

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

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

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

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

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

/*    -->                                                                             RESPONSIVE > HOME > GENERIC
[2]   =========================================================================================================== */

/*    -->                         RESPONSIVE > HOME > EDGE PADDINGS               
[3]   ------------------------------------------------------------- */

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

/*    -->                                                                            RESPONSIVE > HOME > SPECIALS
[2]   =========================================================================================================== */

@media(max-width: 991px){
  .row.special-products-module{
    margin-left:0px !important;
    margin-right: 0px !important;
  }
}

/*    -->                                                                                RESPONSIVE > HOME > BLOG
[2]   =========================================================================================================== */

@media(max-width: 991px){
  #common-home #latestblog > .row > div{
    width:50%;
  }
}


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



/*    -->                                                               RESPONSIVE > HOME > FEATURED WITH BANNERS
[2]   =========================================================================================================== */

@media(max-width: 1290px){
  #common-home #content .banner0,
  #common-home #content .banner1,
  #common-home #content .featured0, 
  #common-home #content .featured1{
    width:50% !important;
    margin-left:0px !important;
    margin-right: 0px !important;
  }

  #common-home #content .banner0 > div,
  #common-home #content .banner1 > div{
    margin-right:0px !important;
    margin-left:0px !important;
  }

  .row.featured-products-module.featured0 > h3, 
  .row.featured-products-module.featured0 > .row,
  .row.featured-products-module.featured1 > h3, 
  .row.featured-products-module.featured1 > .row{
    margin-right:0px !important;
    margin-left:0px !important;
  }

  #common-home #content .featured0, 
  #common-home #content .featured1{
    padding-right:15px !important;
    padding-left:15px !important;
  }

  #common-home #content .row.swiper-viewport.banner1, 
  #common-home #content .row.featured-products-module.featured1{
    margin-bottom: 1px !important;
  }
}

@media(max-width: 991px){
  .row.featured-products-module.featured1 > h3, 
  .row.featured-products-module.featured1 > .row{
    max-width: 100% !important;
  }

  #common-home #content .banner0,
  #common-home #content .banner1{
    width: 100% !important;
    display:flex;
    justify-content: center;
  }

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

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

  #common-home #content .featured0{
    padding-bottom: 25px !important;
  }

  
  #common-home #content .row.swiper-viewport.banner1, 
  #common-home #content .row.featured-products-module.featured1{
    padding: 60px 0px 40px 0px;
  }

  
  

  #common-home #content .row.swiper-viewport.banner1{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-right: var(--responsivePadding);
    padding-left: var(--responsivePadding);
  }

  #common-home #content .featured1{
    padding-top: 20px !important;
  }

  #common-home #content .slideshow{ order:-100 !important; }
  #common-home #content .banner0{ order: -90 !important; }
  #common-home #content .featured0{ order: -80 !important; }
  #common-home #content .banner1{ order: -70 !important; }
  #common-home #content .featured1{ order: -60 !important; }
}



/*    -->                                                                              RESPONSIVE > HOME > BANNERS                
[2]   =========================================================================================================== */

@media(max-width: 1290px){
  #common-home #content .row.swiper-viewport.banner2,
  #common-home #content .row.swiper-viewport.banner3{
    width: calc(50% - 1px) !important;
    margin-left:auto !important;
    margin-right: auto !important;
    padding: 0px !important;
    margin-bottom: 100px !important;
  }

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

}

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

@media(max-width: 650px){
  #common-home #content .row.swiper-viewport.banner2{
    margin-top: 55px !important;
    margin-bottom: 0px !important;
  }
  #common-home #content .row.swiper-viewport.banner3{
    margin-top: var(--responsivePadding) !important;
  }
  
  #common-home #content .row.swiper-viewport.banner2,
  #common-home #content .row.swiper-viewport.banner3{
    width: 100% !important;
    width: calc(100% - var(--responsivePadding)*2) !important;
    margin-right: var(--responsivePadding) !important;
  }
  
}

/*    -->                                                            RESPONSIVE > HOME > FEATURED WITHOUT BANNERS
[2]   =========================================================================================================== */

@media(max-width: 1290px){
  #common-home #content .featured2 > .row {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
}

@media(max-width: 450px){
  #common-home #content .featured2 > .row {
    grid-template-columns: 1fr;
  }

}


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



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



@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: 9px;
  }

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

@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 > CATEGORY INTRO                   
[3]   ------------------------------------------------------------- */

.responsive_intro{
  display:none !important;
  padding: var(--responsivePadding);
  flex-direction: column;
  width: 100vw;
}


@media(max-width: 1190px){
  .responsive_intro{
      display:flex !important;
  }
}

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

@media(max-width: 1255px){
  #product-category .row > #column-left {
    padding: var(--responsivePadding) !important;
  }
}

@media(max-width: 767px){
  #product-category #content{
    padding-left: 0px;
  }
}

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


.mfilter-free-container-closed{
  z-index: 3;
}

.mfilter-free-container-opening,
.mfilter-free-container-opened{
  z-index:5
}


@media(max-width: 767px){
  .mfilter-box-83 .mfilter-free-button{
    margin-top: 132px !important;
  }
  .mfilter-box-83.mfilter-free-container{
    top:0px !important;
  }
  .box-content.mfilter-content{
    padding-right: 0px !important;
  }

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

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

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

  .mfilter-free-button {
    margin: 10px 0 0 281px;
  }
  .scroll-wrapper > .scroll-content{
    overflow:auto !important;
    height: unset !important;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-additional a{
    width: 80px !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;
  }
}






