/**/

/* INICIO ESTILO MODIFICADO 2021-01-18 */
@media (min-width: 992px) {
    #header .header-nav {
        /*display: none;*/
    }
    .ui-menu .ui-menu-item a {
        width: 100%;
        flex-direction: row;
    }
    .ui-autocomplete .prices-block {
        justify-content: flex-start;
    }
    .ui-menu .ui-menu-item .product-desc {
        margin: 0;
        padding-left: 20px!important;
    }
    .ui-menu .ui-menu-item a img {
        max-width: 100px;
    }
}
/* FIN ESTILO MODIFICADO */

/* INICIO ESTILO MODIFICADO 2020-10-27 */
#header.header2 {
    /*margin-bottom: 19px;*/
}
/* FIN ESTILO MODIFICADO */

#header.header2 #_desktop_logo {
    text-align: left;
    width: 100%;
    padding: 0;
}
#header.header2 .logo {
    /*max-width: 178px;*/
	/*max-width: 160px;*/
}
#header.header2 .search-widget {
    position: static;
    opacity: 1;
    transform: none;
    visibility: visible;
    width: 100%;
}
.search-block {
    width: 100%;
	max-width: 575px;
}
.menu-wrapper {
    padding: 5px;

}
.header-center {
    min-height: 66px;
    align-items: center;
}

/* INICIO ESTILO MODIFICADO 2020-10-27 */
#header.header2 .amenu-item .amenu-link {
    padding: 12px 12px 11px;
	font-weight: 600;
	/*text-transform: uppercase;*/
}
/* FIN ESTILO MODIFICADO */

#header.header2 .header-left .lang_and_сr .btn-unstyle {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#header.header2 .header-left .lang_and_сr .btn-unstyle svg {
    margin: 0px 0 2px 5px;
}
#_desktop_currency_selector {
    margin-right: 20px;
}
#_desktop_cart {
    margin-right: 8px;
}
#header.header2 #_desktop_cart .blockcart-link svg {
    margin-right: 0;
}
#_desktop_cart .blockcart-link {
    position: relative;
}

#header.header2 #_desktop_an_wishlist,
#header.header2 #_desktop_user_info,
#header.header2 #_desktop_cart {
    margin-left: 20px;
}
#header.header2 #_desktop_an_wishlist {
    margin-right: 0;
}
#header.header2 #_desktop_clientservice {
    margin-left: 17px;
}
#header.header2 #_desktop_search {
    /*margin: 0px 0 2px;*/
	margin: 0px 0 0px;
}
.account-login {
    display: flex;
    align-items: center;
}
.header-right {
    padding-top: 7px;
}
#header.header2 #_desktop_user_info .btn-unstyle svg {
    margin: 0;
}

/* INICIO ESTILO MODIFICADO */
#header.header2 .search-widget form input[type=text] {
	padding: 15px 40px 15px 20px;
    border: 1px solid #ececec;
    min-width: auto;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    /*background: #f6f6f6;*/
}
/* FIN ESTILO MODIFICADO */


#header.header2 .search-icon {
    position: absolute;
    left: 19px;
    top: calc(50% - 9px);
}
#header.header2 .search-widget form button[type=submit] {
    bottom: calc(50% - 15px);
    right: 19px;
}
.topmenu-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    padding-bottom: 2px;

}
.fixed-menu-right .search-button {
    display: none!important;
}
@media (max-width: 991px) {
    #header.header2 .search-widget {
        /*padding: 0 20px;*/
		padding: 0px;
    }
}


/* INICIO ESTILO NUEVOS */

.custom-nav-with {
	min-width: 75%;
    margin: auto;
}

.nav-izq-custom{
	font-size: 13px;
	color: #7f7f7f;
	text-align: left;
	/*margin-top: -4px;*/
	float: left;
	width: 66%;
}
	
.nav-der-custom{
	font-size: 12px;
	color: #333;
	text-align: right;
	/*margin-top: -6px;*/
	float: right;
	width: 30%;
}

.nav-lenguage-custom{
	font-size: 12px;
	color: #333;
	text-align: right;
	/*margin-top: -6px;*/
	/*width: 50px!important;*/
	float: right;
	width: 4%;
}

@media (max-width: 1279px) {
	.nav-izq-custom{padding: 0}
	.nav-der-custom {width: 33.33333%; padding: 0}
	.nav-lenguage-custom {display: none;}
}

@media (min-width: 1600px) {
	.nav-der-custom {padding: 0}
}




/* FIN ESTILOS NUEVOS */

