/*
* account style
* general
* reset
*/
.account input, .account select, .user-account input, .user-account select{
    width:100%;
    font-size:14px;
    margin-bottom: 20px;
    height: 40px;
    padding-top:5px ;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid rgb(118, 118, 118);
}
.user-account{
    min-height: 600px;
}
.user-account input[type="radio"] {
    height: 15px;
}
.user-account input[type="checkbox"] {
    width: auto !important;
}
.account select {
    color: rgba(0,0,0,0.7);
}
.account .remindme input{
    width: 10px;
    height: 10px;
}
.account .remindme label{
    padding-left: 5px;
    margin-right: 20px;
}
.account .title{
    text-transform: uppercase;
    font-weight:bold;
    padding: 15px 0;
    font-size: 16px;
}
.account .text-azienda{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
    font-size:14px;
    margin-bottom: 15px;
    color: black;
}
.account .sub-title{
    text-transform: uppercase;
    font-weight:bold;
    padding: 15px 0;
    /*border-bottom: 1px solid #aaaaaa;*/
    /*border-top: 1px solid #aaaaaa;*/
    font-size: 14px;
    color: #000000;
}
.account .sub-title2{
    text-transform: uppercase;
    font-weight:bold;
    padding: 15px 0;
    font-size: 14px;
}
.account .coupon{
    text-transform: uppercase;
    font-weight:bold;
    padding: 15px 0;
    font-size: 14px;
}
.account .coupon a{
    background-color: #000000;
    font-size: 14px;
    padding:10px 25px;
    color: white;
}

.account .forget-password{
    padding: 20px 0;
    /*text-transform: uppercase;*/
    color: #000000;
    text-decoration: underline;
}
.account .products-row{
    padding: 15px 0 20px 15px;
    border-bottom: 1px solid #cccccc;
}
.account .coupon input{
    width:200px;
    font-size:12px;
    padding: 9px 20px 7px 20px;
}
.account a.del{
    color:red;
    font-size:12px;
    font-weight: bold;
}
.account a.del:hover{
    color:#000000;
}
.account .total{
    text-transform: uppercase;
    font-weight:bold;
    padding: 15px;
    font-size: 14px;
    background-color: #f2f2f2;
    color: black;
    margin-top: 15px;
}
#login-error-box {
    background-color: #f28f8f !important;
    border-radius: 3px;
    padding: 7px 10px;
    text-align: left;
    color: #fff;
}
#close-errors, #close-success {
    float: right;
    cursor: pointer;
}
.btn-bianco {
    border: 1px solid #000;
    border-radius: 10px;
    padding: .5rem 1rem;
    height: auto;
    margin: 5px;
    color: #000;
    transition: ease-in 0.1s;
}
.btn-bianco:hover {
    background: #000;
    color: #fff;
}
input, select, textarea {
    border-color: rgba(112, 112, 112, 0.5) !important;
    color: #AAAAAA;
    background-color: #FFFFFF;
}
/* #basket input[type="checkbox"],#basket input[type='checkbox']:after , #basket input[type='checkbox']:active,#basket input[type='checkbox']:active:after, #basket input[type='checkbox']:checked,#basket input[type='checkbox']:checked:after {
    visibility: hidden;
} */
/* creating a custom checkbox based
    on demand */
.spedizione_radioico-2 {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 0;
    vertical-align: -moz-middle-with-baseline;
    cursor: pointer;
    background-color: #000000 !important;
}
/*#pivabox input {
    opacity: 0.18;
}*/
.account input[type="radio"] {
    width: 18px;
    height: 18px;
}
.scelta input[type="radio"] + label {
    font-size: 16px;
    font-weight: 400;
}
#piva-row {
    display: none;
}
.border-trattamentodati {
    border-top: 1px solid #dddddd;
    /*border-bottom: 1px solid #707070;*/
}
.current a {
    font-weight: bold;
}

.btn.btn-primary.bt-login{
    min-width: 270px;
    margin-bottom:10px;
}
.btn.btn-primary.bt-login.loading{
    background-image: url("../images/loading.svg");
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.btn-social{
    margin-bottom: 10px;
    width: 270px !important;
}

.navbar-toggler-icon {
    background-image: url(../images/ico/ico-menu-mobile.svg);
}