/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> COMMON
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                      COMMON > COLORS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

body {
    --accent1: #E2068C;
    --accent2: #E2068C;
    --menubg: #1B1B1B;
    --menufont: #fff;
    --header: #fff;
    --headersvg: #1B1B1B;
}

/*    -->                                                                                                                                      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: var(--accent2);
  border-color: var(--header);
    border-radius: 50% !important;
}


.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>a,
.pagination>li>span {
  color: #000;
    border-color: transparent;
    margin-right: 10px;
    border-radius: 50%;

}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> 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: 360px;
  --mega-menu-banner-width: 500px;
  --mega-menu-horizontal-padding-per-side: 20px;
  --mega-menu-vertical-padding-per-side: 20px;
}

/*    -->                                                                             HEADER > MEGA MENU > LAYOUT                
[2]   =========================================================================================================== */

@media (min-width: 1024px){
    #menu>.collapse>.nav>li .dropdown-menu.mega-menu {
        width: 100%;
        max-width: 100%;
        margin-left: 50% !important;
        transform: translateX(-50%);
        padding: 0px !important;
        height: 340px;
    }
    #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;
        margin-left: 15%;
    }
    #menu .languages_section{
        display: none;
    }
}

/*    -->                                                                          HEADER > MEGA MENU > CONTAINER
[2]   =========================================================================================================== */
@media (min-width: 1024px){
    #menu .mg-menu-container {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        direction: ltr;
    }
    
    /*    -->                                                                            HEADER > MEGA MENU > PARENTS
    [2]   =========================================================================================================== */
    
    #menu .mg-menu-container>.mg-menu-cont {
    width: var(--mega-menu-parent-list-width);
    }
    
    #menu .mg-menu-container>.mg-menu-cont a {
    text-transform: uppercase;
    }
    
    /*    -->                                                                           HEADER > MEGA MENU > CHILDREN                    
    [2]   =========================================================================================================== */
    
    
    
    /*    -->                    HEADER > MEGA MENU > CHILDREN > TITLES                   
    [3]   ------------------------------------------------------------- */
    
    #menu .dropdown-menu.mega-menu .mg-menu-item-title {
        margin-top: 0px;
        margin-bottom: 0px;
        position: relative;
        overflow: hidden;
        direction: ltr;
    }
    
    #menu .dropdown-menu.mega-menu .mg-menu-item-title > a {
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 8px 0px 8px 10px;
    min-width: auto !important;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    
    }
    
    /* HEADER > MEGA MENU > CHILDREN > 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: #8D8D8D;
    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) + 15%);
        top: 25px;
        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;
        box-sizing: border-box;
    }
    #menu .dropdown-menu.mega-menu .mg-menu-item-children-list > div {
        width: 50%;
    }
    #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list>div>a {
    font-size: 16px;
    padding: 8px 12px !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: 270px;
    transition: all 0.8s;
    }
    
    /*    -->              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;
        max-height: 305px;
    }
    #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner::-webkit-scrollbar {
        width: 3px !important;
        background: #ddd;
    }
    #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner::-webkit-scrollbar-thumb {
        background: white;
        border-width: 4px;
        border-style: solid;
        border-color: rgba(240,242,245,1);
        border-radius: 10px;
    }
    #menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner::-webkit-scrollbar-thumb {
        background-color: var(--accent2);
        border-radius: 0px !important;
        border: 0px none #ffffff !important;
    }
    /*    -->                                HEADER > MEGA MENU > LINKS                   
    [3]   ------------------------------------------------------------- */
    
    #menu .dropdown-menu.mega-menu a {
      transition: all 0.12s;
    }
    
    
    #menu .dropdown-menu.mega-menu a:hover {
      color: var(--accent2) !important;
    }
    
    /*    -->                               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;
}

#cart .dropdown-menu li > div{
  min-width: unset !important
}

/*    -->                     HEADER > MINICART > LAYOUT > SECTIONS
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu>li.top-section .minicart_content {
  max-height: calc(100vh - 405px);
  overflow: auto;
}

#cart .dropdown-menu>li.bottom-section {
  height: 295px;
}

/*    -->                    HEADER > MINICART > LAYOUT > SCROLLBAR                     
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar {
  width: 6px !important;
}

#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-thumb {
  background: var(--accent2) !important;
  border-radius: 3px !important;
  border: none !important;
}

#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-thumb:hover {
  background: var(--accent2) !important;
}

#cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-track {
  background: #d8d8d8 !important;
  border-radius: 3px !important;
}

/*    -->                                                                             HEADER > MINICART > ENABLED                                          
  [2]   =========================================================================================================== */
.cart_enabled #cart .dropdown-menu {
  transform: translateX(0px);
}

.cart_enabled body:before {
  opacity: 1;
  visibility: visible;
  width: calc(100% - var(--minicart-width));
}

/*    -->                                                                               HEADER > MINICART > EMPTY                                       
  [2]   =========================================================================================================== */
#cart .dropdown-menu .cart-empty {
  font-size: 18px;
  margin-top: 100px;
  color: black;
}

/*    -->                                                                               HEADER > MINICART > INTRO                                          
  [2]   =========================================================================================================== */
.minicart_intro {
  margin-bottom: 22px;
}

.minicart_intro .title {
  color: #000000;
  font-size: 12.79px;
  letter-spacing: 0.85px;
  line-height: 15px;
  text-align: center;
  font-family: var(--font1);
  text-transform: uppercase;
}

.minicart_intro .subtitle {
  font-family: var(--font2);
  color: #000000;
  font-size: 34.12px;
  line-height: 41px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

/*    -->                         HEADER > MINICART > INTRO > EMPTY
  [3]   ------------------------------------------------------------- */

#cart .dropdown-menu li.cart-empty p {
  margin: 20px 0;
  font-family: var(--font2);
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

/*    -->                                                                        HEADER > MINICART > CLOSE BUTTON                                          
  [2]   =========================================================================================================== */
#cart_close_button {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

/*    -->                                                                        HEADER > MINICART > PRODUCT LIST                                          
  [2]   =========================================================================================================== */
/*    -->                 HEADER > MINICART > PRODUCT LIST > LAYOUT                        
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .table-products {
  border-collapse: separate;
  border-spacing: 0 25px;
  margin-top: -25px;
  padding-right: 30px;
  padding-left: 10px;
}

#cart .dropdown-menu .table-products td,
#cart .dropdown-menu .table-products th {
  border: none;
}

#cart .dropdown-menu .table-products>tbody>tr {
  position: relative;
}

/*    -->                 HEADER > MINICART > PRODUCT LIST > THUMB                        
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-thumb {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  padding: 15px;
}

#cart .dropdown-menu .product-thumb img {
  width: 100%;
  height: auto;
}

#cart .dropdown-menu .product-thumb .img-thumbnail {
  /* width: 150px;
    height: 150px; */
  border-radius: 0px;
  border: none;
}

/*    -->                 HEADER > MINICART > PRODUCT LIST > INFO                    
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-info {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 15px 0px 15px 20px;
}

#cart .dropdown-menu .product-info a {
  color: #000000;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

/*    -->                HEADER > MINICART > PRODUCT LIST > OPTIONS                             
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-info .product-options {
  margin-bottom: 8px;
}

#cart .dropdown-menu .product-info .product-options .option-name {
  font-weight: bold;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
}

#cart .dropdown-menu .product-info .product-options .option-value {
  color: #6c6c6c;
  font-size: 15px;
}

/*    -->                  HEADER > MINICART > PRODUCT LIST > PRICE                             
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-info .product-price {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-top: auto;
}

/*    -->                    HEADER > MINICART > PRODUCT LIST > QTY                             
  [3]   ------------------------------------------------------------- */
td.text-right.product-qty {
  vertical-align: bottom;
  font-size: 18px;
  font-weight: bold;
  color: black;
  position: absolute;
  bottom: 6px;
  right: 25px;
  border: none !important;
}

/*    -->                 HEADER > MINICART > PRODUCT LIST > REMOVE                             
  [3]   ------------------------------------------------------------- */
td.text-center.product-remove {
  width: 15px;
}

header #cart .btn.btn-danger.btn-xs {
  background: none;
  border-radius: 0px;
  border: none;
  padding: 5px;
  transform: translate(5px, -2px);
}

/*    -->                                                                      HEADER > MINICART > BOTTOM SECTION
  [2]   =========================================================================================================== */
li.bottom-section {
  margin-top: auto;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #0f0f0f;
  width: 100%;
  padding: 25px 20px;
}

li.bottom-section>div.container {
  width: 390px;
  max-width: 100%;
}

/*    -->              HEADER > MINICART > BOTTOM SECTION > TOTALS              
  [3]   ------------------------------------------------------------- */
/* hide subtotal section */
.bottom-section .container .totals>div:first-child {
  display: none;
}

.bottom-section .container .totals>div {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: white;
}

.bottom-section .container .totals>div .total-title {
  font-size: 16px;
  font-weight: 600;
}

.bottom-section .container .totals>div .total-text {
  font-size: 25px;
  font-weight: bold;
}

/*    -->              HEADER > MINICART > BOTTOM SECTION > BUTTONS              
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .cart-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#cart .dropdown-menu .cart-footer>a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-items: center;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: black;
}

#cart .dropdown-menu .cart-footer>a:first-child {
  margin-bottom: 10px;
  background: var(--accent2);
}

#cart .dropdown-menu .cart-footer>a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: none;
}

#cart .dropdown-menu .cart-footer>a>* {
  margin: 0 auto;
}


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> 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;
	color: white;
}

.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: 14px;
    margin-left: 3px !important;
    color: white;
    transition: all 0.3s;
}
.footer-column .newsletter_section .buttons .pull-center a:hover b {
    color: var(--accent2);
}
/*    -->          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: 25px;
  flex-wrap: wrap;
}

.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;
    width: 100%;
}

/*    -->                                                                                                                                         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;
	color: white;
}

.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;
}
.news-form .row {
	width: 100%;
}
.news-form h2 {
	margin: 0px 0px 40px;
	text-align: left;
	font-size: 50px;
	font-weight: 300;
}
.news-form h3 {
	font-size: 20px !important;
	font-weight: normal;
}
.news-form h2 .fa.fa-paper-plane-o {
	font-size: 20px;
	margin-right: 10px;
}
.news-form #email {
	width: ;
	padding: 11px;
	padding-top: 2px;
	border: unset;
	font-size: 17px;
	border-bottom: 2px solid black;
	color: #333;
	background: #f4f4f4;
}
.news-form #email:focus-visible {
	outline: none;
}
.news-form #subscribe {
	width: 25%;
	padding: 12px;
	border: unset;
	background: black;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

a.agree{
   font-size:13px; 
   color: var(--accent2) !important;
}

.error.not-valid, .error.allready {
	margin-top: 15px;
	font-weight: bold;
	color: #ff0000;
	letter-spacing: 0.5px;
}
.success.thankyou {
	margin-top: 15px;
	font-weight: bold;
	color: #33ae46;
	letter-spacing: 0.5px;
}
.alert.alert-success.alert-dismissible.tk-add-cart.error.allready .deleteusr {
	background: red;
	color: white;
	padding: 5px 35px;
	border: unset !important;
	box-shadow: unset !important;
}
.pop-allready {
    display: flex;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 1001;
    color: #333;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 30px #333;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.pop-allready::before {
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
.deleteusr {
    background: #EB0000;
    color: white;
    padding: 5px 35px;
    border: unset !important;
    box-shadow: unset !important;
}
.add-to-cart-inner {
    display: flex;
    flex-direction: column;
    width: 400px;
    background: white;
    box-shadow: 1px 1px 30px #333;
}
.add-to-cart-inner .tk-cart-header {
    font-weight: 300;
    color: #333;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    letter-spacing: 1px;
    line-height: 25px;
}
.tk-cart-header {
    order: 2;
}
.tk-cart-body {
    order: 3;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}
.close {
    opacity: 1;
    text-shadow: unset;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 5px !important;
    text-align: end;
    padding-right: 10px !important;
}
.account-page .btn-info {
    background-color: transparent;
    background-repeat: repeat-x;
    border-color: black;
    font-weight: 600;
    background-image:  none;
}

.account-page .btn-info:hover {
    color: black;
}
.account-page .btn-danger {
    color: black;
    font-weight: 800;
}

/******************************************************************************************/



/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> HOME
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                     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;
}
#carousel0 .swiper-wrapper {
    margin-bottom: 15px;
    grid-gap: 20px;
}
  
/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> 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 > COLORS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#product-category div[data-poip_id="poip_img"], 
.row.related_products_section div[data-poip_id="poip_img"], 
#common-home div[data-poip_id="poip_img"]{
  position:relative !important;
  margin-top: -25px !important;
  width: 100% !important;
  display:flex !important;
  right: 0px !important;
}

/*    -->                                                                                                                                    PRODUCT GRID > LABELS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.labels_container {
    display: flex;
    align-items: flex-end;
    padding: 5px;
    height: 35px;
}

.labels_container>div:not(:last-child) {
  margin-right: 2px;
}

/*    -->                                                                          PRODUCT GRID > LABLES > COMMON
[2]   =========================================================================================================== */

.labels_container>div {
  color: #FFFFFF;
  font-size: 14px;
  line-height: normal;
  padding: 5px 10px;
  font-weight: bold;
  text-align:center;
  white-space:nowrap;
}



/*    -->                                                                             PRODUCT GRID > LABLES > NEW
[2]   =========================================================================================================== */

.labels_container>div.label_new {
  background: #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;
}

/*    -->                                                                                                                                   PRODUCT GRID > BUTTONS                      
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.product-thumb .button-group {
	display: flex !important;
	flex-wrap: nowrap !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%;
}

.central_blog_page #content > .row > div .image img{
  width:100% !important;
  height:auto !important;
}

/*    -->                                                                                                                               BLOG CENTRAL > DESCRIPTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.central_blog_page #content > .row > div .caption{
  min-height: 65px
}

.central_blog_page #content > .row > div .description{
  display:none;
}

.central_blog_page #content > .row > div .padd{
  display:none !important;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> BLOG PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                      BLOG PAGE > CONTENT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


#latestpost .commentadta{
  display:none !important;
}

#latestpost .innerheader h1 {
	max-height: unset;
	line-height: normal;
}

.single_blog_page #latestpost {
  display: flex;
  margin-top: 70px;
}

#latestpost * {
  font-family: inherit !Important;
}

.single_blog_page #latestpost .image.listimg {
  width: 500px;
}

#latestpost .image.listimg .img-responsive {
  width: 100%;
}

.single_blog_page #latestpost > .row {
	width: calc(100% - 500px);
	padding-left: 25px;
}

#latestpost>.row .headtitle {
  position: relative;
  background: none;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

#latestpost>.row .headtitle>div:first-child {
  display: none;
}

#latestpost>.row .description {
  color: #444;
  line-height: 26px;
  text-align: justify;
  margin-top: 25px;
  font-size: 15px;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 41px;
  column-gap: 41px;
  font-weight: normal !important;
}

/*    -->                                                                                                                                      BLOG PAGE > SOCIALS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#latestpost .social-icons{
  margin-top: 30px;
}

#latestpost .social-icons li i:before{
  font-family: FontAwesome;
}

/*    -->                                                                                                                                        BLOG PAGE > ALERT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#latestpost{
  position:relative;
}

#latestpost .alert.alert-success.alert-dismissible {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	z-index: 9999999;
	top: 0px;
}

#latestpost .alert.alert-success.alert-dismissible i:before{
  font-family: FontAwesome;
}

#latestpost .alert-dismissable .close, 
#latestpost .alert-dismissible .close{
  right:0px !important;
}

/*    -->                                                                                                                             BLOG PAGE > RELATED PRODUCTS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.row.related .headingmain{
  margin-top: 0px !important;
}
#blogrelated .product-thumb h4{
  text-align:left !important;
}

#blogrelated .price-cont{
  display:flex;
  align-items:center;
}

#blogrelated .product-thumb .price{
  margin-bottom: 0px !important;
  text-align:left;
}

#blogrelated .product-thumb .price-old{
  margin-left:0px !important;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> RESPONSIVE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                      RESPONSIVE > GENERIC
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



body{
  --responsivePadding: 15px;
}

@media(max-width: 991px){
  #common-home #content > .row.swiper-viewport,
  #common-home #content > .row{
    margin-bottom: 20px !important;
  }

}
/*    -->                                                                 RESPONSIVE > GENERIC > SECTION HEADINGS                            
[2]   =========================================================================================================== */

@media(max-width: 991px){
  #common-home #content .row h3, 
  #common-home h3.headingmain, 
  #common-home .carousel.swiper-viewport h3,
  #content > .row > h3,
  #content > h3{
    width: 100% !important;
    max-width:100% !important;
    margin-left:0px !important;
    margin-right: 0px !important;
    padding-bottom: 10px !important;
  }
}

/*    -->                                                           RESPONSIVE > GENERIC > BOTTOM SECTION BUTTONS                         
[2]   =========================================================================================================== */

@media(max-width: 768px){
  #content > .buttons {
    display:flex !important;
    flex-direction: column !important;
    align-items:center !important
  }
  #content > .buttons > div{
    margin: 5px 0px
  }
}


/*    -->                                                                           RESPONSIVE > HEADER > SEARCH
[2]   =========================================================================================================== */

@media(max-width:530px){
  .live-search-div {
    width: 260px !important;
  }
}

@media(max-width:990px){
  .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;*/
  }

}

/*    -->                                                                            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(min-width:1199px) and (max-width: 1420px){
  #menu .nav > li > a {
    font-size: 12px !important;
    white-space: nowrap;
    }
}

@media(max-width: 1199px){
  #menu .nav > li > a {
    font-size: 11px !important;
    white-space: nowrap;
    }
}

@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: 11px !important;
    white-space: nowrap;
    }

  #menu .dropdown-menu.mega-menu .mg-menu-item-title > a {
    font-size: 13px !important;
    padding: 6px 0px 6px 10px !important;
    width: 100%;
    }
}

@media (min-width: 1024px){
    #menu .feather.feather-x {
        display: none;
    }
    
    #menu .mobile_inner_navigation {
        display: none;
    }
    
    #menu .category_container {
        display: none;
    }
    
    #menu .mobile_parent_link {
        display: none !important;
    }
}

@media (max-width: 768px){
    header .col-sm-1,
    header .col-sm-6 {
        /*display: none !important;*/
    }
    
    header .list-inline .header-icon-men:nth-child(3),
    header .list-inline .header-icon-men:nth-child(2),
    header .list-inline .header-icon-men:first-child {
        display: none;
    }
    
    header > .container > .row > .col-sm-2 {
        width: 30%;
        padding: 5px;
    }
    header > .container > .row > .col-sm-6 {
        width: 55%;
    }
    header > .container > .row > .col-sm-3 {
        width: 15%;
    }
    header .row > .col-sm-3 .list-inline {
        justify-content: right;
        margin: 0;
    }
    header #logo img {
        max-height: 70px;
    }
}

@media (max-width: 1024px) {
    #menu .close_button {
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-bottom: -15px;
    }
    #menu .mg-menu-container {
        display: flex;
        flex-direction: column;
    }
    #menu .row .col-sm-1 {
        order: -1;
        width: 50%;
    }
    #menu .row > .col-sm-6 {
        order: -1;
        width: 50%;
        margin: unset;
    }
    #menu .row .col-sm-1 .hidden-xs {
        display: inline !important;
        color: white;
    }
    #menu .row > .col-sm-6 #search .input-lg {
        height: 30px !important;
        line-height: 20px !important;
        background: transparent !important;
    }
    #menu .row > .col-sm-6 #search .btn.btn-default.btn-lg {
        background: transparent;
        text-shadow: unset;
        padding: unset;
    }
    #menu .row > .col-sm-3, #menu .row > .col-sm-2 {
        height: 50px;
        width: 50%;
    }
    #menu .row > .col-sm-2 #logo {
        margin: 0px;
    }
    #menu .row > .col-sm-2 #logo .img-responsive {
        height: 50px;
        width: auto;
    }
    .container.main-menu {
        padding: 0;
        justify-content:start;
    }
    #menu .row > .col-sm-3 .list-inline {
        width: unset;
        margin: unset;
    }
    #menu #cart .btn.btn-inverse #cart-total {
        top: 0px;
        width: 15px !important;
        height: 15px !important;
        right: -7px;
        font-size: 13px;
    }
    .container.main-menu .navbar-toggle {
        margin: 0;
        box-shadow: unset;
        background: unset !important;
        background-image: unset !important;
        border-color: unset !important;
        border: unset !important;
    }
    #menu .nav.navbar-nav {
        display: unset;
    }
    #menu .nav > li > a {
        padding-left: unset;
    }
	#menu .row #menu_icons_section .list-inline > li:not(:last-child) {
        display: none !important;
    }
} 

@media(max-width: 1024px) {
    .top-bar > div p, .top-bar > div a {
        margin: 0;
    }
    header > .container > .row {
        display: flex;
        justify-content: space-around;
        align-items: end;
    }

    header .container .row .col-sm-8 {
        order: 0;
    }
    header #menu {
        flex-direction: column;
        align-items: flex-start !important;
    }
    #menu #menu .nav.navbar-nav {
        align-items: start !important;
        flex-direction: column;
    }
    #menu .mobile_inner_navigation {
        color: var(--headersvg);
        display: flex;
        flex-direction: row;
        padding: 5px 10px;
    }
    .dropdown-menu-right {
        right: unset;
    }
    #menu .mobile_inner_navigation svg,
    #menu .mobile_inner_navigation svg path,
    #menu .mobile_inner_navigation svg line {
        color: #FFFFFF;
        fill: var(--headersvg);
        stroke: var(--headersvg);
    }
    #menu .mobile_inner_navigation .back_button {
        transition: all 0.4s;
    }
    #menu.first_level_active .mobile_inner_navigation .back_button {
        visibility: visible;
    }
    
    #menu #language_selection {
        display: flex;
        flex-direction: row;
        
        /*DELETE LATER - KRITHARIS HAS NO ENGLISH LANGUAGE SETUP*/
        display: none;
    }
    #menu #language_selection button:first-child {
        border-right: solid 1px white;
    }
    #menu #language_selection > button {
        font-size: 15px;
        margin: 0;
        color: white;
    }
    #menu #cart button {
        display: flex;
        gap: 5px;
        background: transparent;
        border: none;
    }
    #menu #cart button span {
        color: white;
    }
    #menu svg g#Compare line, 
    #menu svg g#Compare path {
        stroke: white;
    }
    
    #menu .mobile_inner_navigation .list-inline {
        display: flex;
        align-items: center;
        width: fit-content;
        gap: 10px;
        height: 100%;
        margin: 0;
    }
        
    #menu > .navbar-collapse[aria-expanded="true"] {
        transform: translateX(0px) !important;
    }
    .mobile_inner_navigation > div {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mega-menu-cont-main #menu .navbar-collapse.collapse {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        flex-direction: column;
        background: var(--menubg);
        top: 0px !important;
        left: 0px !important;
        position: fixed !important;
        width: 380px !important;
        height: 100% !important;
        min-height: 100% !important;
        display: block !important;
        transition: all 0.4s;
        transform: translateX(-100%);
        z-index: 99999999999;
        overflow: auto !important;
        max-width: 95vw;
        border-top: 0;
    }
    #menu .nav.navbar-nav {
        padding: 0 10px;
    }
    #menu img {
        width: auto;
    }
    #menu .nav.navbar-nav > li > a {
        font-size: 20px !important;
    }
}
@media (max-width: 1024px) {
    #menu .nav.navbar-nav > li.dropdown > .mega-menu {
      top: var(--burgerInnerNavigationHeight);
      border: none !important;
      height: calc(100vh - var(--burgerInnerNavigationHeight));
      overflow-x: hidden;
    }
  
    #menu .mg-menu-cont > .mg-menu-item-title > a {
      background: none !important;
    }
  
    #menu .mg-menu-cont:not(:last-child) > .mg-menu-item-title a {
      padding-bottom: 10px !important;
      display: block !important;
    }
  
    #menu .mg-menu-cont > .mg-menu-item-title > a > span {
      color: var(--menufont) !important;
      font-size: 19px !important;
      font-weight: normal !important;
    text-transform: uppercase;
    }
    #menu .nav.navbar-nav > li.dropdown > .mega-menu {
        background: var(--menubg) !important;
    }
    #menu .nav.navbar-nav > li.dropdown > .mega-menu .enabled, 
    #menu .mg-menu-cont .mg-menu-item-children-list.enabled {
        transform: translate(0);
    }
    #menu .mg-menu-item-children-list {
        top: 60px;
        background: var(--menubg);
    }
    #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list > div > a {
        color: var(--menufont) !important;
        font-size: 19px !important;
        font-weight: normal !important;
        text-transform: uppercase;
    }
    #menu .mg-menu-cont > .mg-menu-item-children-list > div > a {
        padding: 10px 0 !important;
        display: block !important;
        margin: 15px;
    }
  }
@media (max-width: 1024px) {
    body {
      --burgerInnerNavigationHeight: 70px;
      --burgerMenuWidth: 380px;
    }
    #menu .navbar-toggle {
        display: block !important;
        padding-top: 6px !important;
    }
    /*    --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > INNER NAVIGATION
    [3]   ------------------------------------------------------------- */
  
    .mobile_inner_navigation {
      height: var(--burgerInnerNavigationHeight) !important;
      min-height: var(--burgerInnerNavigationHeight) !important;
      max-height: var(--burgerInnerNavigationHeight) !important;
      background: var(--header);
      width: 100%;
      align-items: center;
      padding: 0;
    }
  
    /* --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > INNER NAVIGATION > ALL BUTTONS */
  
    .mobile_inner_navigation > div {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    
    /* --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > INNER NAVIGATION > BACK BUTTON */
  
    .mobile_inner_navigation > div.back_button {
      transition: all 0.4s;
      opacity: 0;
      visibility: hidden;
    }
  
    .mobile_inner_navigation > div.back_button svg {
      height: 30px;
    }
  
    #menu.first_level_active .mobile_inner_navigation > div.back_button {
      visibility: visible;
      opacity: 1;
    }
  
    /* --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > INNER NAVIGATION > CLOSE BUTTON */
  
    .mobile_inner_navigation > div.close_button span {
      color: white;
      font-size: 12px;
      margin-top: 6px;
      line-height: 1;
      visibility: hidden;
    }
  
    /*    --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > MAIN MENU
    [3]   ------------------------------------------------------------- */
  
    /* --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > MAIN MENU > ITEM */
  
    #menu .navbar-collapse {
      display: flex !important;
      flex-direction: column !important;
    }
  
    /* --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > MAIN MENU > ITEM */
  
    #menu .nav.navbar-nav > li.dropdown {
      position: static;
    
    }
  
    #menu .nav.navbar-nav > li > a {
      height: auto;
      display: block;
      font-size: 20px !important;
      font-weight: normal;
      padding: 15px 0px;
      line-height: normal;
    }
  
    #menu .nav > li > a:hover,
    #menu .nav > li.open > a,
    #menu .nav.navbar-nav > li:hover {
      background: none !important;
    }
  
    /* --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > MAIN MENU > EXTRA LINKS */
  
    .mobile_extra_links > div {
      border-top: 1px solid #494949;
      padding-top: 15px;
      padding-bottom: 20px;
    }
  
    .mobile_extra_links a {
      color: white;
      display: block;
      padding: 7px 0px;
      line-height: normal;
    }
  
    .mobile_extra_links a:last-child {
      padding-bottom: 0px !important;
    }
  
    /*    --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > ALL SUBMENUS
    [3]   ------------------------------------------------------------- */
  
    /*  --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > ALL SUBMENUS > CONTENT */
  
    #menu .nav.navbar-nav > li.dropdown > .mega-menu,
    #menu .mg-menu-cont .mg-menu-item-children-list {
      transition: all 0.4s;
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      overflow: auto;
      left: 0px;
      z-index: 2;
      padding: 0px;
    }
  
    #menu .nav.navbar-nav > li.dropdown > .mega-menu,
    #menu .mg-menu-cont .mg-menu-item-children-list {
      transform: translateX(-100%);
    }
  
    #menu.first_level_active li.dropdown.enabled > .mega-menu,
    #menu.second_level_active
      .mg-menu-cont.enabled
      > .mg-menu-item-children-list {
      transform: translateX(0px);
    }
  
    /*  --> RESPONSIVE > #menu > MENU SECTION > BURGER DROPDOWN > ALL SUBMENUS  > PARENT LINK */
  
    #menu .mobile_parent_link {
      font-size: 20px !important;
      line-height: normal !important;
      padding: 16px 20px 15px !important;
      color: var(--menufont) !important;
      text-transform: uppercase !important;
      text-align: center !important;
      position: relative !important;
      margin-left: -4%;
    }
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
    #menu .back_button {
        width: 40px;
        color: var(--menufont);
    }
    #menu .category_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: solid 1px #494949;
        padding-bottom: 5px;
    }
    #menu .category_back.back_button {
        width: 20%;
        justify-content: center;
        display: flex;
        margin: 5px 0;
    }
    #menu .category_back.back_button svg {
        width: 50%;
    }
    
    #menu .category_title {
        width: 80%;
    }
    
  }
@media (max-width: 1024px) {
    #menu > .navbar-collapse {
      background: var(--menubg);
      top: 0px !important;
      left: 0px !important;
      position: fixed !important;
      width: var(--burgerMenuWidth) !important;
      height: 100% !important;
      min-height: 100% !important;
      display: block !important;
      transition: all 0.4s;
      transform: translateX(-100%);
      z-index: 99999999999;
      overflow: hidden !important;
      padding: 0;
      border-top: 0;
    }
    #menu .mg-menu-cont {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        padding: 0px;
        max-width: calc(var(--burgerMenuWidth) - 25px);
    }
  
    #menu > .navbar-collapse .navbar-nav,
    #menu .mobile_extra_links {
      display: block;
      width: 100%;
    }
  }

  /*2*/
  
/*    -->                                                                              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: 1024px){
  footer > .container > .links-row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  footer > .container > .links-row > div {
    flex: 1 1 250px;
  }
    footer {
        z-index: 4;
        position: relative;
    }
}

@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;
  }
}

/*    -->                                                                                                                                        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: 991px){

  #common-home #latestblog > .row > div{
    width:50%;
  }
  #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 .slideshow{ order:-100 !important; }
  
  #common-home #content .banner0 {
    order: -90 !important;
    margin: auto;
}
  #common-home #content .featured0{ order: -100 !important; }
  #common-home #content .banner1{ order: -70 !important; }
  #common-home #content .featured1{ order: -80 !important; }
  
  #common-home #content .row.swiper-viewport.banner2,
  #common-home #content .row.swiper-viewport.banner3{
    padding: 0px !important;
  }

}

@media(max-width: 820px){
  .row.news-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
  }
  .news-form h1{
    text-align:center !important;
  }

  #common-home #content .row .news-form h3 {
    text-align: center;
    line-height: normal;
    margin-top: 15px;
  }

  #common-home #content .row .news-form .pull-center {
    display: flex;
    flex-wrap: wrap !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
  }

  #common-home #content .row .news-form .pull-center input{
    order:-100;
    margin-right: 10px;
    margin-top: 0px;
  }
}

@media(max-width:768px){

  #common-home #latestblog > .row > div .dateadded i{
    font-size: 14px !important;
  }

  #common-home #latestblog > .row > div .caption{
    padding: 10px !important;
    justify-content: flex-end !important;
  }

  #common-home #latestblog > .row > div .caption h4 a{
    font-size: 17px !important;
    line-height: normal !important;
  }
}

@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: 9px;
  }

  .product-thumb .button-group button {
    width: 35px !important;
    height: 35px !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;
  }
  .product-layout .image img {
        width: 55% !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 .row.desc-top{
    order: -99;
  }
}

/*    -->                                                                RESPONSIVE > CATEGORY PAGE > SORTING BAR                         
[2]   =========================================================================================================== */

@media(max-width: 991px){
  #mfilter-content-container > div > .row:first-child{
    display:flex; 
    flex-wrap:wrap;
    justify-content: flex-end;
    display:none !important;
  }

  .row.product-list-grid{
    margin-top: 30px !important;
  }

  #mfilter-content-container > div > .row:first-child > div {
    width: 240px !important;
    max-width: 240px !important;
    padding:0px !important;
    float:none !important;
  }

  #mfilter-content-container > div > .row:first-child > .hidden+div{
    widtH: 100% !important;
    max-width: 100% !important;
  }

  #mfilter-content-container > div > .row:first-child > div > div{
    margin-bottom: 0px !important;
  }
}

/*    -->                                                                     RESPONSIVE > CATEGORY PAGE > SIDEBAR                        
[2]   =========================================================================================================== */

@media(max-width: 1190px){
  #product-category #column-left #column-left,
  #product-search #column-left #column-left,
  #product-manufacturer #column-left #column-left {
    position: relative !important;
    margin-top: 0px !important;
    top:0px !important;
  }

  #product-category > .row >  #column-left,
  #product-search > .row >  #column-left,
  #product-manufacturer > .row >  #column-left {
    min-width:300px;
 
  }

  #product-category > .row >  #column-left > h2,
  #product-category > .row >  #column-left > h2 + .row,
  #product-search > .row >  #column-left > h2,
  #product-search > .row >  #column-left > h2 + .row,
  #product-manufacturer > .row >  #column-left > h2,
  #product-manufacturer > .row >  #column-left > h2 + .row {
    display:none !important;
  }
}

/*    -->            RESPONSIVE > CATEGORY PAGE > SIDEBAR > FILTERS                      
[3]   ------------------------------------------------------------- */

@media(max-width: 768px){
  .mfilter-box-83 .mfilter-free-button{
    margin-top: 210px !important;
  }
  .mfilter-box-83.mfilter-free-container{
    top:0px !important;
  }
  .box-content.mfilter-content{
    padding-right: 0px !important;
  }

    .mfilter-box-83.mfilter-free-container, 
    .mfilter-box-83.mfilter-free-container .scroll-wrapper {
        max-height: 100vh !important;
        width: 280px !important;
        height: unset !important;
        min-height: unset !important;
        z-index: 4;
        padding: 30px;
    }

  .mfilter-iscroll{
    height: 100vh !important;
    max-height: 100vh !important;
  }

  .mfilter-free-container{
    margin-left: -342px;
  }

  .mfilter-free-button {
    margin: 10px 0 0 312px
  }


  .scroll-wrapper > .scroll-content{
    overflow:auto !important;
    height: unset !important;

    min-height: unset !important
  }
  .box-content.mfilter-content{
    overflow:visible !important;
  }

  .mfilter-content > ul > li{
    margin-bottom: unset !important
  }
}

/*    -->                                                                   RESPONSIVE > CATEGORY PAGE > PRODUCTS                        
[2]   =========================================================================================================== */

@media(max-width: 768px){
  #product-category .row.product-list-grid,
  #product-search .row.product-list-grid,
  #product-manufacturer .row.product-list-grid {
    display:flex !important;
    flex-wrap:wrap !important;
    grid-column-gap: unset !important;
    grid-row-gap: unset !important;
    justify-content: space-between;
  }

  #product-category .product-layout.product-grid,
  #product-search .product-layout.product-grid,
  #product-manufacturer .product-layout.product-grid {
    width: calc(50% - 10px) !important;
  }
}

@media(max-width: 450px){
  #product-category .product-layout.product-grid,
  #product-search .product-layout.product-grid,
  #product-manufacturer .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: 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
  }

  .image-additional {
    width: 100px !important;
  }

  .image-additional a{
    width: 80px !important;
  }
}

/*    -->                                                         RESPONSIVE > PRODUCT PAGE > RELATED PRODUCTS                             
[2]   =========================================================================================================== */



@media(max-width:450px){
  .related_products_section > div{
    width: 100% !important;
  }
}
/*    -->                                                             RESPONSIVE > PRODUCT PAGE > RECENTLY VIEWED                          
[2]   =========================================================================================================== */

@media(max-width: 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;
  }
}



