/* INIZIO - HEADER ECOMMERCE */
#dropdown_menuProfilo ul {
    position: absolute;
    top: 48px;
    right: -20px;
    background: #B59056;
    padding: 10px 0;
    min-width: 180px;
    flex-direction: column;
    row-gap: 5px;
    display: none;
    transition: opacity 0.3s ease-in-out;
}

.dropdown_menuProfilo--visible {
    display: flex!important;
    opacity: 1;
}

#dropdown_menuProfilo ul li {
    flex: 0 0 100%;
}

#dropdown_menuProfilo ul li a {
    white-space: nowrap;
    color: #FFF;
    text-decoration: none;
    font-size: 1.125rem;
    padding: 3px 15px;
    width: 100%;
    display: block;
}

#dropdown_menuProfilo ul li a:hover {
    text-decoration: underline;
}

#dropdown_menuProfilo .dropDownProfilo {
    cursor: pointer;
}

#dropdown_menuProfilo span img {
    width: 25px;
    float: left;
}
  
.login img {
	width: 25px;
	float: left;
}
  
.carrello-header img {
	width: 25px;
	float: left;
}

.cart-ante-total-price {
	cursor: pointer;
}

.anteprimacarrello--visible {
	display: block!important;
}

.cart-ante-total-price {
	position: relative;
}
/* FINE - HEADER ECOMMERCE */

/* INIZIO - DROPDOWN CARRELLO */
#anteprimacarrello {
	position: absolute;
	z-index: 999;
	top: 80px;
	right: 0;
	background: #B59056;
	padding: 12px;
	font-size: 1rem;
	width: 280px;
	display: flex;
	flex-direction: column;
	top: 70px;
	display: none;
}

#anteprimacarrello h5 {
	margin-bottom: 10px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 10px;
}

.total-price-cart {
	display: none;
}

.spacer {
	display: none;
}

#vaialcarrello {
	align-self: center;
	background: #000;
	color: #fff;
	width: 100%;
	text-decoration: none;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin-top: 20px;
}

.cart-ante-total-price {
	display: flex;
	column-gap: 10px;
	margin-left: 15px;
	color: #FFF;
	text-decoration: none;
}

.cart-ante-total-price i {
	position: relative;
}

.total-product-number-cart-ant {
	background: #B59056;
	color: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	text-align: center;
	right: -10px;
	border-radius: 20px;
	line-height: 20px;
  	font-size: 0.925rem;
}
/* FINE - DROPDOWN CARRELLO */

/* INIZIO - LOGIN */
#contenitore-accesso-utenteweb {
    padding: 35px 0 5px;
}

#contenitore-registrazione-utenteweb table,
#contenitore-accesso-utenteweb table {
	width: 100%;
}

#contenitore-registrazione-utenteweb table tr,
#contenitore-accesso-utenteweb table tr {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
    align-items: center;
}

#contenitore-registrazione-utenteweb table tr input[type="text"],
#contenitore-registrazione-utenteweb table tr input[type="password"],
#contenitore-registrazione-utenteweb table tr input[type="email"],
#contenitore-registrazione-utenteweb table tr select,
#contenitore-accesso-utenteweb table tr input[type="text"],
#contenitore-accesso-utenteweb table tr input[type="password"],
#contenitore-accesso-utenteweb table tr input[type="email"],
#contenitore-accesso-utenteweb table tr select {
    width: 100%;
    padding: 10px 8px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #999;
}

#contenitore-registrazione-utenteweb table tr td:first-child,
#contenitore-accesso-utenteweb table tr td:first-child {
    width: 90px;
}

#contenitore-registrazione-utenteweb table tr td:last-child,
#contenitore-accesso-utenteweb table tr td:last-child {
    width: calc(100% - 90px);
}

#contenitore-registrazione-utenteweb table tr td [type="submit"],
#contenitore-accesso-utenteweb table tr td [type="submit"] {
    width: 200px;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 5px;
}

.testo_info_registrazione { float: left; width: 100%; border-bottom: 1px solid #ddd; margin-bottom: 20px; padding-bottom: 25px; }

/* FINE - LOGIN */