/*!
Theme Name: Lugen
Author: midori
Author URI: https://www.midori.lu/
Text Domain: lugen
Version: 1.0

*/


@media screen and (max-width: 767px) {
  .banner-content {
    top: 20px;
    left:20px;
    width:75%;
  }
  .slider-content{
	  width:60%;
  }
  .slider-content .title{
	  font-size:23px !important;
  }
}



#sticky{
	border-bottom:1px solid #eeeeee;
}
#sticky.is-isticky{
	box-shadow: none;
	-webkit-box-shadow: none;
	
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	font-weight:500;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border:1px;
}



.contact-form .btn_form{
	background-color:#292929;
	color:#ffffff;
	width:50%;
	line-height: normal;
	padding-left:0px;
}

.contact-form label{
	width:100%;
}

.contact-form label span{
	display:inline;
}


/* ADMIN BAR - FIX */
body.admin-bar .offcanvas-cart {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .offcanvas-cart {
    top: 46px;
  }
}


.brands_group h3{
	margin-top:70px;
	margin-bottom:10px;
}

.brands_group .letter{
	text-transform: uppercase;
	color:#000;
}


.woocommerce nav.woocommerce-pagination{
	margin-top:50px;
}

.submenu_maintitle{
	color:#000 !important;
	font-weight:600 !important;
}

.main-menu li .sub-link a{
	margin-top:0px !important;
	margin-bottom:0px !important;	
	padding-top:3px;
	padding-bottom:3px;
}

.main-menu li .sub-link a:hover{
	padding-left:10px;
}



/* MENU */
.header .logo img {
  height: 60px;
  max-width: none;
  width: auto;
}
/* Top-Menu */
.top-menu {
  margin-right: 10px;
}
.top-menu li {
  margin: 0 8px;
}
.top-menu li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
/*
.top-menu li a:hover {
  color: #fff;
}
*/
.language_switcher select {
  cursor: pointer;
  background: transparent;
  border: 0;

}
.language_switcher select option {
  background: #fff;
  color: #000;
}

.user_menu_wrapper {
  position: relative;
}
.user_menu {
  position: absolute;
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
  min-width: 150px;
  text-align: left;
  top: 50px;
  right: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  overflow: hidden;
  z-index: 9999;
  border-radius: 3px;
  visibility: hidden;
  /* max-height: 0; */
  line-height: 1.3;
  opacity: 0;
}
.cart-block-links.theme1 .user_menu li a {
  display: block;
  white-space: nowrap;
  line-height: 28px;
  color: #232323;
  font-size: 12px;
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  line-height: 28px;
}
.cart-block-links.theme1 .user_menu li a:hover {
  background: none;
  border-radius: 0;
  color: #2dc380;
}
.user_menu_wrapper:hover .user_menu {
  visibility: visible;
  opacity: 1;
}
.user_menu_wrapper:hover > a {
  color: #ffffff !important;
  background: #000;
}

/* main-menu */
/*
.main-menu > li:hover > a,
.main-menu > li > a:hover {
  color: #fff;
}
*/



/* Page Header */
.breadcrumb-bg1 {
  padding: 35px 0 140px;
}

.default-header.breadcrumb-bg1 {
  padding: 40px 0 60px;
}



/* PAGE BUILDER - ELEMENTS */
/* Brands Slider */
.brands-wrapper {
  margin-top: 50px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.brands_slider img {
  margin: 0 auto;
}


/* WOOCOMMERCE */
/* remove float */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
}

/* Mini cart */
.minicart-product-list li .content .remove {
  color: #292929 !important;
}
.theme1 .minicart-product-list li .content .remove:hover {
  color: #2dc380 !important;
  background-color: inherit !important;
}
.woocommerce ul.woocommerce-mini-cart {
  overflow: auto;
  max-height: 50vh;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: none;
  margin: 0;
  width: auto;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
}
.minicart-product-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.minicart-product-list li .content {
  padding-right: 15px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 600;
  display: inline-block;
}

/* SHOP */
.woocommerce .woocommerce-ordering select {
  cursor: pointer;
  width: 100%;
  border: 1px solid #ebebeb;
  background: #ffffff;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 13px;
  color: #707070;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tab .flex-wrapper {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* Sidebar */
/* categories */
.product-categories-filter li {
  position: relative;
  padding-right: 35px;
}
.product-categories-filter li a,
.product-categories-filter li ul.category-sub-menu li a {
  line-height: 30px;
}
.product-categories-filter li a::before {
  content: none;
}
.product-categories-filter li .toggle {
  line-height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  transform: all 0.3s;
}
.product-categories-filter li ul.category-sub-menu li a:hover,
.product-categories-filter li .toggle:hover {
  color: #2dc380;
}
/* prix */
.price_slider_amount #amount {
  float: left;
}
.price_slider_amount .btn {
  float: right;
}
/* marque */
.shop-sidebar li .count {
  display: none !important;
}


/* Loop */
.woocommerce div.product.mb-30 {
  margin-bottom: 30px;
}
.woocommerce div.product{
	margin-bottom: 20px !important;
}
.woocommerce .slider-item div.product {
  margin-bottom: 0 !important;
}
.product-thumbnail img {
  height: auto;
}
.product-thumbnail a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out;
}
.product-card:hover .product-thumbnail a.secondary_img {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out;
}
.woocommerce .product-desc .price del {
  font-weight: 400;
  line-height: 20px;
  color: #929292;
  margin-right: 10px;
  font-size: 13px;
}
.woocommerce .card-body #respond input#submit,
.woocommerce .card-body a.button,
.woocommerce .card-body button.button,
.woocommerce .card-body input.button {
  padding: 0;
  background-color: inherit;
  border-radius: 0;
  background: #fff;
  color: #292929;
  font-weight: 600;
  line-height: 16px;
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce .card-body a.button.loading::after {
  top: 0;
  right: -1.15em;
}
.woocommerce .card-body #respond input#submit:hover,
.woocommerce .card-body a.button:hover,
.woocommerce .card-body button.button:hover,
.woocommerce .card-body input.button:hover {
  color: #2dc380;
}
.woocommerce a.added_to_cart {
  padding: 0;
  padding-left: 5px;
  font-size: 80%;
  white-space: nowrap;
}
.woocommerce span.onsale {
  color: #ffffff;
  background-color: #2dc380 !important;
  top: 20px;
  left: 20px;
  font-weight: 400;
  position: absolute;
  text-align: center;
  padding: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  z-index: 2;
  text-transform: capitalize;
  border-radius: 50%;
  white-space: nowrap;
  vertical-align: baseline;
  display: inline-block;
}

.woocommerce span.promo.badge {
  background-color: #000 !important;
}
.woocommerce span.out_of_stock {
	top:40px;
	right:0px;
	left:inherit;
  border-radius: 0;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  line-height: 24px;
  padding: 0 8px;
  background-color: #d43333 !important;
}
.woocommerce span.out_of_stock.medicament {
	top:10px;
	right:0px;
	left:auto;
  background-color: #d43333 !important;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center !important;
  white-space: inherit;
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul > li {
  margin: 0 2px;
  border: 0;
  float: none;
}
.woocommerce nav.woocommerce-pagination ul > li > .page-numbers {
  color: #292929;
  background: #f6f6f6;
  z-index: 3;
  display: block;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  border: 0 !important;
  border-radius: 50% !important;
  position: relative;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul>li>.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul>li>.page-numbers.current {
  color: #fff;
  background: #2dc380;
}

/* CART */
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;
}
/* CART + CHECKOUT */
.cart_totals h2,
.woocommerce-checkout h3 {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  font-weight: 500;
}
.woocommerce form .form-row {
  padding: 0;
}
.woocommerce form .form-row span.select2,
.woocommerce form .form-row span.select2 span,
.woocommerce form .form-row span.woocommerce-input-wrapper {
  display: block;
}
.woocommerce form .select2-container--default .select2-selection--single {
  border: none;
  height: 48px;
  line-height: 48px;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-dropdown {
  border-color: #ebebeb;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  background-color: #fff;
  color: #292929;
  border: 1px solid #ebebeb;
  font-size: 14px;
  padding: .5rem 1rem;
  border-radius: 0 !important;
}

/* My Account */
.myaccount-tab-menu li:last-child a {

}


/* Single Product */
/* Image */
.product-sync-init .slick-slide img {
  margin: 0 auto;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 30px;
}

/* Product infos */
.single-product-info .stock {
  margin-bottom: 8px;
}
.woocommerce-product-details__short-description {
  font-size: 12px;
}
.woocommerce .product-desc .price del span,
.woocommerce div.product .price del span {
  text-decoration: line-through !important;
  -moz-text-decoration-color: #929292 !important;
  text-decoration-color: #929292 !important;
}
.woocommerce .quantity .qty {
  width: 100px;
}
/* Product Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-radius: 0;
  background-color: inherit;
  display: list-item;
  position: inherit;
  margin: 0 5px;
  padding: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  text-transform: capitalize;
  color: #707070;
  line-height: 1;
  padding: 0 0 15px 0;
  margin: 0 30px;
  font-size: 18px;
  font-weight: 500;
  border: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #292929;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}

.woocommerce div.product .woocommerce-tabs .panel p + p {
  margin-top: 0.75em;
}
.woocommerce div.product .woocommerce-tabs .panel p + ul {
  margin-bottom: 0.75em;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
  padding-left: 1.5rem;
}
.woocommerce div.product .woocommerce-tabs .panel ul li {
  list-style: disc;
}
/* table */
.woocommerce table.shop_attributes {
  border-spacing: 10px;
  border-collapse: inherit;
  border: 0;
  margin: 0;
  margin-top: -10px;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  font-size: 13px;
  text-align: left;
  /* -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%; */
  font-style: normal;
  font-weight: 400;
  background: #f1f1f1;
  padding: .625rem;
  margin-right: .625rem;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: .5rem;
}
.woocommerce table.shop_attributes th {
  font-weight: 500;
}
.woocommerce table.shop_attributes td p {
  padding: 0;
}

/* FOOTER */
/* Widgets */
.footer-widget .textwidget p {
  margin-bottom: 15px;
}
/* Social links */
.footer-widget .social-network li:last-of-type {
  margin-right: 0;
}
/* Widget 1 */
.footer-widget-1 .widget_media_image {
  margin-bottom: 30px;
}
.footer-widget-1 .widget_text p {
  margin-bottom: 35px;
}





/* 404 */
.header_error {
  border-bottom: 1px solid #ededed;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_error {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_error {
    border-bottom: 0;
  }
}

.error_form {
  text-align: center;
}

.error_form h1 {
  font-size: 200px;
  font-weight: 700;
  color: #2dc380;
  letter-spacing: 10px;
  line-height: 160px;
  margin: 0 0 64px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error_form h1 {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .error_form h1 {
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 4px;
    margin: 0 0 44px;
  }
}

.error_form h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .error_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}

.error_form p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .error_form p {
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 21px;
  }
}

.error_form form {
  width: 450px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .error_form form {
    width: 100%;
  }
}

.error_form form input {
  padding: 0 60px 0 30px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #232323;
  height: 40px;
  width: 100%;
  border-radius: 3px;
}

.error_form form button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}

.error_form form button:hover {
  color: #2dc380;
}

.error_form a {
  /* color: #fff;
  display: inline-block;
  background: #2dc380;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 3px; */
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .error_form a {
    padding: 0 20px;
    margin-top: 25px;
  }
}
/* .error_form a:hover {
  background: #232323;
} */


.error_section {
  padding: 65px 0 80px;
  border-top: 1px solid #ededed;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error_section {
    padding: 53px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .error_section {
    padding: 42px 0 60px;
  }
}


/* * GDPR */
#moove_gdpr_cookie_info_bar {
  background-color: #f6f6f6 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  padding: 15px 30px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 13px 20px !important;
  color: #292929 !important;
  background: #fff !important;
  border: 2px solid #292929 !important;
  margin: 0 !important;
  line-height: 14px !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover {
  color: #000 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon {
  background-color: #000 !important;
  color: #fff !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
  padding: 15px 30px;
  letter-spacing: 1px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
  color: #000 !important;
}




@media only screen and (max-width: 1200px) {
  .header .logo img {
    height: auto;
    max-width: 175px;
  }

  .main-menu li a {
    padding: 10px 8px;
  }

  .breadcrumb-bg1 {
    padding-bottom: 50px;
  }
}


.main_menu .close-menu,
.main_menu ul li .menu-expand {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 15px 0 !important;
  }

  /* MOBILE MENU */
  .main_menu {
    font-size: 13px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 430px;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }

  .main_menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .main_menu {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .main_menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .main_menu > nav.header-bottom {
    padding: 10px;
    max-height: 100%;
    max-height: calc(100% - 50px);
    overflow-y: auto;
  }
  .main_menu .close-menu {
    display: block;
    padding-top: 10px;
    padding-right: 10px;
  }
  .main_menu .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
  }
  .main_menu .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #292929;
  }
  .main_menu .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #292929;
  }
  .main_menu ul.main-menu {
    display: block !important;
  }
  .main_menu ul li {
    position: relative !important;
    display: block;
    line-height: 28px;
  }
  .main_menu ul li a {
    display: block;
    position: relative;
    padding: 8px 10px;
    text-transform: capitalize;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px !important;
  }
  .main_menu ul.main-menu li a {
    padding-right: 47px;
  }
  .main_menu ul li a i {
    display: none;
  }
  .main_menu ul li .menu-expand {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-color: transparent;
  }
  .main_menu ul li .menu-expand::after,
  .main_menu ul li .menu-expand::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #292929;
  }
  .main_menu ul li .menu-expand::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* mega-menu */
  .main_menu li:hover>.menu-expand:after,
  .main_menu li:hover>.menu-expand:before {
    background: #2dc380;
  }
  .main_menu ul li.active>.menu-expand:after {
    -webkit-transform: rotate(0) scale(.75);
    transform: rotate(0) scale(.75);
  }
  .mega-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    
    margin: 0;
    background-color: #f5f5f5;
  }
  .mega-menu ul.border-right {
    border: 0 !important;
  }
  .mega-menu li {
    line-height: inherit;
    position: relative;
    padding: 0 !important;
    flex: 1 0 0%;
    width: 100%;
    margin: 0 !important;
  }
  .mega-menu li a {
    font-weight: 400;
    padding-left: 40px;
  }
  .mega-menu li.mega-menu-title a {
    padding-left: 25px;
  }

  /* sub mega-menu */
  .mega-menu ul {
    padding: 0 !important;
  }
  .mega-menu ul li.sub-link {
    display: none;
    background-color: #e5e5e5;
  }
  .mega-menu ul li.sub-link a {
    padding-left: 40px;
  }

}

@media only screen and (max-width: 767px) {
  .header {
    padding: 15px 0 !important;
  }
  
  .mobile-fast-links {
    position: absolute;
    top: 0;
    right: 12px;
  }
  .mobile-menu-toggle {
    margin-right: 0;
  }
  .mobile-menu-toggle svg {
    width: 42px;
    height: 42px;
  }
  .menu-wrap {
    margin-top: 10px;
  }


  /* MOBILE MENU */
  .main_menu {
    width: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .header .logo img {
    height: auto;
    max-width: 150px;
  }

  .cart-block-links li {
    margin-right: 0;
  }
  .cart-block-links li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .mobile-menu-toggle svg {
    height: 35px;
    width: 35px;
  }

  /* MOBILE MENU */
  .main_menu {
    width: 300px;
  }
}
@media only screen and (max-width: 380px) {
  .header .logo img {
    height: auto;
    max-width: 125px;
  }
}