header#header {
    -webkit-box-shadow: 0 2px 18px -10px #2a2d34;
    -moz-box-shadow: 0 2px 18px -10px #2a2d34;
    box-shadow: 0 2px 18px -10px #2a2d34;
}

ul#menu-item-shop {
    background-color: #587e8c;
    color: #fff !important;
}

.av-cart-counter {
    background-color: #000 !important;
}

#header_main_alternate .container nav {
    max-width: calc(100% - 56px);
}

.html_visible_cart .cart_dropdown {
    border: 0px;
    float: right;
}

a.cart_dropdown_link span {
    font-size: 20px;
}

.av-cart-counter {
	background-color: #009687 !important;
}

.menu-item a:hover span {
    color: var(--color-high);
}

/*MENU*/
.logo img {
    width: 400px;
    margin-top: 20px;
}

ul#avia-menu {
    float: left !important;
    width: 100% !important;
}

.main_menu ul:first-child > li.current-menu-item > a
{
	color:#000 !important;
}

.av-main-nav .menu-item a {
    font-size: 15px !important;
}

div#header_main_alternate {
    margin-top: -30px;
    padding-bottom: 20px;
}

li.HOME a:before {
    content: "\e821";
    font-family: "entypo-fontello";
    font-weight: normal;
    font-style: normal;
    position: absolute;
    font-size: 20px;
    color: inherit;
}

li.HOME a {
width:17px !important;
}

.HOME {
    margin-right: 15px;
}

.HOME span.avia-menu-text {
    opacity: 0;
}

li.HOME.current_page_item  a:before {
	color: var(--color-high);
} 

/*ICON MON COMPTE*/

.account.menu-item-has-children > a span.avia-menu-text:after {
    content: "\e877";
    font-family: 'entypo-fontello';
    font-style: normal;
    padding-left: 6px;
}

/*li.account a:before  {
    content: '';
    min-width: 16px;
    height: 16px;
    /* padding: 8px; */
    /* margin-right: 5px; 
    background-image: url(https://premiumfactory.eu/wp-content/uploads/2018/10/round-account-button-with-user-inside.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 6px;
	  filter: invert(100%);
}*/

.account span.avia-menu-text {
    text-transform: uppercase;
}

.log-in {
	display:none;
}

.logged-in .log-out {
	display:none;
}

.logged-in .log-in {
	display:block;
}

#header_meta {
    background: #272b2d;
}

#header_meta a {
    color: #FFF !important;
	  font-size:14px;
}

#avia2-menu li {
    padding: 10px 10.5px;
    background-color: #009688 !important;
	  margin-top:-11px;
}

span.avia-menu-text {
    text-transform: uppercase;
}

/*SOUS-MENU*/
.log-in ul.sub-menu {
    min-width: 100%;
	border-radius:10px !important;
}

.log-in ul.sub-menu:before {
	position: absolute;
    display: block;
    width: 0;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    left: 182px;
    top: 3px;
    border-radius: 1px;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 30px -2px rgba(0,0,0,.5);
    z-index: -1;
}

.log-in ul.sub-menu a {
	border:none !important;
}

.log-in ul.sub-menu span {
    text-transform: none !important;
}

.log-in ul li:first-child,  .log-in ul li:first-child a {
border-top-right-radius: 10px !important;
border-top-left-radius: 10px !important;
overflow: hidden;
}

.log-in ul li:last-child,  .log-in ul li:last-child a {
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px !important;
overflow: hidden;
}

.xoo-el-logout-menu {
    border-top: 1px solid #efefef !important;
}

/*LANGUAGE*/
li.av-language-switch-item {
    display: none;
}

div#lang_sel_list {
    margin-right: 20px;
    border: none;
}

a.wpml-ls-link {
    border: none !important;
    border-image-width: 0px !important;
    padding-top: 2px;
}

p.woocommerce-mini-cart__buttons.buttons {
    padding: 0px !important;
	  background-color: #666 !important;
}

a.button.wc-forward {
    background-color: #666;
}

a.button.checkout.wc-forward {
    background-color: #000 !important;
}

.woocommerce-checkout-review-order-table .product-quantity, .woocommerce-checkout-review-order-table .quantité {
    text-align: center;
}

.avia_wpml_language_switch li .language_flag img {
    border: 0px solid !important;
}

/* Widget title */
#top #header #header_main .widget h3.widgettitle {
    display: none;
}

header .inner-container {
    display: flex !important;
    justify-content: flex-end;
}

.dgwt-wcas-search-wrapp {
    width: 500px;
}

#top .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border-radius: 5px !important;
    padding: 10px 40px 10px 15px !important;
}

svg.dgwt-wcas-ico-magnifier {
    left: 94% !important;
}


/*BREAKPOINT*/
@media only screen and (max-width: 1280px){
.av-main-nav > li.menu-item-avia-special {
    display: block;
}
.av-main-nav > li {
    display: none;
}
}