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

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

body {
  --accent1: #fcc82f;
  --accent2: #950F5F;
}

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

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

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

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

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

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

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


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

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> HEADER
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/
/*    -->                                                                                                                                       HEADER > MEGA MENU
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

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

/*    --> HEADER > MEGA MENU > CHILDREN > DEMO SETTINGS > SHOW UP TO 7 IN LISTS                
[3]   ------------------------------------------------------------- */

/* #menu .mg-menu-container>.mg-menu-cont:nth-child(n+8),
.mg-menu-item-children-list>div:nth-child(n+8) {
  display: none !important;
} */

/*    -->                                                                          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: 1350px;
  max-width: 100%;
  margin-left: 50% !important;
  transform: translateX(-50%);
  /* border:1px solid purple; */
  padding: 0px !important;
  /* height: 287px */
  height: 370px;
}

#menu>.collapse>.nav>li .dropdown-menu.mega-menu .mg-menu-container {
  overflow-y: auto;
}

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

#menu>.collapse>.nav>li .dropdown-menu.mega-menu .dropdown-inner {
  padding: var(--mega-menu-vertical-padding-per-side) var(--mega-menu-horizontal-padding-per-side) !important;
}

/*    -->                                                                     HEADER > MEGA MENU > DEV OPEN FIRST
[2]   =========================================================================================================== */

/* #menu > .collapse > .nav > li:nth-child(2) .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;
  max-height: 100%;
}

/*    -->                                                                            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: #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) + 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;
}


#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: #304296;
  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: #e3000f;
}

#cart .dropdown-menu .cart-footer>a:last-child {
  border: 1px solid #0093d3;
  background: transparent;
}

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


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

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

footer {
  margin-top: 50px;
}


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

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

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

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

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

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

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

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

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



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

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


/*    -->                                                                                                                           PRODUCT PAGE > 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: none;
  align-items: center;
  margin-top: 10px;
  height: 28px;
  align-items: flex-end;
}

.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-card-bot {
  /*min-height: 55px !important;*/
  display: flex;
  align-items: center;
}

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

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

/* @media(max-width: 768px) {
  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:768px) {

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

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

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

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

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

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

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

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

@media(max-width: 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: 768px) {

  .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: 15px;
    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: 768px) {
  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: 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;
  }

  #common-home #content .featured0 {
    order: -80 !important;
  }

  #common-home #content .banner1 {
    order: -70 !important;
  }

  #common-home #content .featured1 {
    order: -60 !important;
  }

  #common-home #content .row.swiper-viewport.banner2 {
    width: 37% !important;
  }

  #common-home #content .row.swiper-viewport.banner3 {
    width: 63% !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;
  }

}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

  }

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

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

@media(max-width: 768px) {
  .mfilter-box-83 .mfilter-free-button {
    margin-top: 115px !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 {
    /* 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: 768px) {
  #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;
  }

  html[class*="product"]:not([class*="product-product"]) #content {
    width: 100% !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: 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: 768px) {
  .product-layout {
    width: 50% !important;
  }
}



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

.multi-level-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(145deg, #304295, #4055a3);
  z-index: 1000;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3); /* Add shadow for depth */
  overflow: visible;
}

.multi-level-menu.active {
  transform: translateX(0);
}

.multi-level-menu .nav > li {
  position: static;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 25px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #ff4d4d;
}

.container.multi-level-menu {
  max-width: 350px;
  width: 100%;
}

.nav.navbar-nav {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  gap: 10px;
  font-size: 14px;
}

.nav.navbar-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  display: block;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
}

.nav.navbar-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.multi-level-menu .submenu {
  position: absolute;
  top: 0;
  left: 350px;
  width: 350px;
  height: 100%;
  background: linear-gradient(145deg, #304275, #3d487d);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow-y: auto;
  display: none;
}

.multi-level-menu .menu-item.has-children:hover .submenu {
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  padding: 20px 10px;
  gap: 10px;
}

.multi-level-menu .menu-item {
  padding-right: 20px !important;
  padding-left: 20px !important;
}


.multi-level-menu,
.nav.navbar-nav {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left:auto !important;
  
}

.nav.navbar-nav{
  width: 100% !important;
}

.nav.navbar-nav li {
  animation: fadeIn 0.5s both ease-in-out;
}

header > .container > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

#menu-toggle {
  padding: 10px 20px;
  font-size: 100%;
  background: linear-gradient(145deg, #304275, #3d487d);
  color: white;
}

@media (max-width: 991px) {
  header .row > .col-sm-2 {
      height: unset;
  }
  
  header .container {
      width: 100% !important;
  }
  
  header .row > .col-sm-3 {
      padding-right: 65px !important;
  }
  
  #menu-toggle span {
      display: none;
  }
  
  .header-language, .header-search {
      display: none !important;
  }
}

@media (max-width: 768px) {
  header .row > .col-sm-3 {
      padding-right: 15px !important;
  }
}

.multi-level-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(145deg, #304295, #4055a3);
  z-index: 2000;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3); /* Add shadow for depth */
  overflow: visible;
}

.multi-level-menu.active {
  transform: translateX(0);
}

.multi-level-menu .nav > li {
  position: static;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 25px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #ff4d4d;
}

.container.multi-level-menu {
  max-width: 350px;
  width: 100%;
}

.nav.navbar-nav {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  gap: 10px;
  font-size: 14px;
}

.nav.navbar-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  display: block;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
}

.nav.navbar-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.nav.navbar-nav li a:focus {
  color: #304295;
}

.multi-level-menu .submenu {
  position: absolute;
  top: 0;
  left: 350px;
  width: 350px;
  height: 100%;
  background: linear-gradient(145deg, #304275, #3d487d);
  transform: translateX(-100%);
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow-y: auto;
  display: none;
  transition: all 0.3s;
}

.multi-level-menu .menu-item.has-children:hover .submenu {
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  padding: 20px 10px;
  gap: 10px;
}

.multi-level-menu .menu-item {
  padding-right: 20px !important;
  padding-left: 20px !important;
}


.multi-level-menu,
.nav.navbar-nav {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left:auto !important;
  
}

.nav.navbar-nav{
  width: 100% !important;
}

.nav.navbar-nav li {
  animation: fadeIn 0.5s both ease-in-out;
}

header > .container > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

#menu-toggle {
  padding: 10px 20px;
  font-size: 100%;
  background: linear-gradient(145deg, #304275, #3d487d);
  color: white;
}

@media (max-width: 991px) {
  header .row > .col-sm-2 {
      height: unset;
  }
  
  header .container {
      width: 100% !important;
  }
  
  header .row > .col-sm-3 {
      padding-right: 65px !important;
  }
  
  #menu-toggle span {
      display: none;
  }
  
  .header-language, .header-search {
      display: none !important;
  }
}

@media (max-width: 768px) {
  header .row > .col-sm-3 {
      padding-right: 15px !important;
  }
  .nav.navbar-nav {
      gap: 0px;
  }
  .nav.navbar-nav {
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 40px;
  }
}

@media (min-width: 768px) {
  #menu-back {
      display: none;
  }
}

.open > .dropdown-menu {
  display: block;
  transform: translateX(30%);
}

#menu-back {
  position: absolute;
  top: 3px;
  left: 35px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#search-toggle svg {
  fill: black !important;
  height: 27px !important;
  width: auto !important;
  margin-bottom: 3px;
}

header .row > .col-sm-3 .list-inline .header-icon-men a {
  display: flex;
  flex-direction: column;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
}

@media (max-width: 1199px) {
  #search-toggle svg {
      height: 20px !important;
  }
}

@media (max-width: 768px) {
  #search-toggle svg {
      margin-top: 2px;
      margin-bottom: 1px;
  }
}

@media (max-width: 768px) {
  header .row > .col-sm-3 {
      padding: 0px !important;;
      height: 60px;
      margin-right: auto;
      margin-left: auto;
  }
  
  header > .container > .row {
      padding-top: 10px;
  }
  
  header .row > .col-sm-2 {
      height: unset;
      margin-right: auto;
  }
  
  #menu-toggle {
      position: absolute;
      top: -20px
  }

  .open > .dropdown-menu {
    transform: translatex(35%);
  }
}

@media(max-width: 990px) {
  .submenu {
      opacity: 0;
      visibility: hidden;
      display:block !important;
      transition: all .3s !important;
  }

  .submenu.active {
      opacity: 1;
      visibility: visible;
      display: flex;
  }
}

#product-category .product-thumb,
#product-search .product-thumb,
.featured-products-module .product-thumb,
.related_products_section .product-thumb,
.recently_products_section .product-thumb {
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    padding: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    background-color: #ffffff !important;
    width: 100% !important;
}

#product-category .product-thumb .button-group,
#product-search .product-thumb .button-group,
.featured-products-module .product-thumb .button-group,
.related_products_section .product-thumb .button-group,
.recently_products_section .product-thumb .button-group {
    overflow: unset;
}

#product-category .product-thumb:hover,
#product-search .product-thumb:hover,
.featured-products-module .product-thumb:hover,
.related_products_section .product-thumb:hover,
.recently_products_section .product-thumb:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

#product-category .product-thumb .image,
#product-search .product-thumb .image,
.featured-products-module .product-thumb .image,
.related_products_section .product-thumb .image,
.recently_products_section .product-thumb .image {
    text-align: center !important;
    margin-bottom: 10px !important;
}

#product-category .product-thumb .image img,
#product-search .product-thumb .image img,
.featured-products-module .product-thumb .image img,
.related_products_section .product-thumb .image img,
.recently_products_section .product-thumb .image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 5px !important;
}

#product-category .product-thumb .caption h4,
#product-search .product-thumb .caption h4,
.featured-products-module .product-thumb .caption h4,
.related_products_section .product-thumb .caption h4,
.recently_products_section .product-thumb .caption h4 {
    font-weight: bold !important;
    color: #333 !important;
    margin: 10px 0 !important;
    text-align: center !important;
    min-height: 40px !important;
}

#product-category .product-thumb .price-cont .price,
#product-search .product-thumb .price-cont .price,
.featured-products-module .product-thumb .price-cont .price,
.related_products_section .product-thumb .price-cont .price,
.recently_products_section .product-thumb .price-cont .price {
    color: #000 !important;
    font-weight: bold !important;
    text-align: center !important;
}

#product-category .product-thumb .price-cont .price-tax,
#product-search .product-thumb .price-cont .price-tax,
.featured-products-module .product-thumb .price-cont .price-tax,
.related_products_section .product-thumb .price-cont .price-tax,
.recently_products_section .product-thumb .price-cont .price-tax {
    color: #999 !important;
    text-align: center !important;
}

#product-category .product-thumb .button-group,
#product-category .product-thumb .price-cont,
#product-search .product-thumb .button-group,
#product-search .product-thumb .price-cont,
.featured-products-module .product-thumb .button-group,
.featured-products-module .product-thumb .price-cont,
.related_products_section .product-thumb .button-group,
.related_products_section .product-thumb .price-cont,
.recently_products_section .product-thumb .button-group,
.recently_products_section .product-thumb .price-cont {
    display: flex !important;
    justify-content: space-around !important;
    margin-top: 10px !important;
    width: 100% !important;
}

.product-thumb .product-options-hover {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% + 20px);
  transition: all 0.23s;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  background: white;
  margin-left: -10px;
  margin-bottom: -10px;
  box-shadow: 0 0 15px 2px rgba(40, 40, 40, 0.12);
  border: 1px solid #eee;
  width: 100%;
  left: 9px;
  bottom: 9px;
}

.product-thumb.hover_options_enabled .product-options-hover {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible !important;
}

.product-thumb .product-options-hover {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% + 20px);
  transition: all 0.23s;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  background: white;
  margin-left: -10px;
  margin-bottom: -10px;
  box-shadow: 0 0 15px 2px rgba(40, 40, 40, 0.12);
  border: 1px solid #eee;
  width: 100%;
  left: 9px;
  bottom: 9px;
}

.product-card-bot {
  display: flex !important;
  flex-direction: column;
}

.product-thumb .button-group {
  margin-left: 0 !important;
}

.product-thumb .button-group button {
  width: 100% !important;
  padding: 10px 5px;
  height: unset !important;
  border: 1px solid #304295! important;
  border-radius: 4px;
  background: #304295;
  color: #FFF;
  transition: all .3s;
}

.product-thumb .button-group button:hover {
  background: #FFF;
  color: #304295;
}

.product-options-hover {
  bottom: 30px !important;
  left: 10px !important;
  border-radius: 10px 10px 10px 10px;
  box-shadow: unset!important;
  border-color: #304295 !important;
}

.product-options-hover > .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px !important;
  padding: 20px !important;
}

.product-thumb .stepper_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px !important;
  margin-top: 12px;
}

.product-thumb button.ctm-stepper {
  width: 45px;
  height: 45px;
  border-radius: 0px;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
  color: #304295;
}

.product-thumb button.ctm-stepper:last-of-type::before {
  content: "+";
}

.product-thumb button.ctm-stepper::before {
  font-size: 25px;
  font-weight: bold;
  display: block;
  background: none !important;
}

.product-thumb #input-quantity {
  height: 45px;
  width: 45px;
  min-width: 45px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none !important;
  border-radius: 0px !important;
  text-align: center !important;
  padding: 0px;
  pointer-events: none;
  -moz-appearance: textfield;
}
.product-thumb button.ctm-stepper {
  width: 45px;
  height: 45px;
  border-radius: 0px;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
  background: none;
}
.product-thumb button.ctm-stepper:first-of-type::before {
  content: "-";
  transform: scaleX(1.5);
}
.product-thumb button.ctm-stepper::before {
  font-size: 25px;
  font-weight: bold;
  display: block;
  background: none !important;
}
.product-options-hover .close-btn {
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-options-hover .close-btn::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  cursor: pointer;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L19 19M5 19L19 5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding: 0px !important;
}

.product-options-hover .form-group .button-cart {
  border: 1px solid #304295! important;
  border-radius: 4px;
  background: #304295;
}

.product-options-hover .form-group .button-cart:hover {
  color: #FFF;
}

.related_products_section .product-options-hover {
 left: 25px !important;
}

.related_products_section .product-options-hover .form-group label {
  opacity: 0;
}

.recently_products_section .product-options-hover {
 left: 25px !important; 
}

.product-search .product-options-hover {
 left: 15px !important; 
}

.recently_products_section .product-options-hover .form-group label {
  opacity: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#mobile-language {
  background: #ECECEC;
  padding: 10px;
  display: none;
}

@media (max-width: 980px) {
  #mobile-language {
    display: flex;
  }

  #mobile-language.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
}

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

.mfilter-free-button {
  top: 120px;
}

@media(max-width: 768px) {
  .multi-level-menu .menu-item.has-children:hover .submenu {
    left: 0;
    padding-top: 40px;
  }
}