.form-home {
  width: 100%;
  float: left;
}
.form-home section {
  width: 100%;
  float: left;
  padding: 17px 15px 0 15px;
  background: #DDDDDD;
}
.form-home img {
  width: 100%;
  float: left;
  padding: 0 0 15px 0;
}
.form-home h3 {
  width: 100%;
  float: left;
  color: #1e9ff2;
  font-weight: 700;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin: 0;
}
.form-home h3 i {
  margin: 0 5px 0 0;
  color: #333;
  font-size: 20px;
}
.form-home label {
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  padding: 3px 0 0 0;
}
@media (max-width: 960px) {
  .form-home label {
    padding: 10px 0;
  }
}

.welcome-home {
  width: 100%;
  float: left;
  padding: 0 0 15px 0;
}
.welcome-home h4 {
  width: 100%;
  float: left;
  font-size: 18px;
}
.welcome-home h4 i {
  color: #1e9ff2;
  font-size: 30px;
}
.welcome-home article {
  width: 100%;
  float: left;
  padding: 15px 0;
  line-height: 20px;
}

.users-list-table td {
  font-size: 14px;
  padding: 8px 18px !important;
}

.table-responsive td {
  font-size: 14px;
  padding: 8px 18px !important;
}

.btn-paypal {
    background: #ffd140;
    font-weight:600;
    color:#333;
    text-transform:uppercase;
    font-size:1.1rem;
}

    .btn-paypal img {
        width:30px;
        margin-right:10px;
    }

/*# sourceMappingURL=style.css.map */



.Preload {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.95);
    z-index: 800;
    display:flex;
    align-items:center;
    justify-content:center;
    display:none;
}


.Preload img {
    width: 160px;
    opacity:0.8;
    margin: 0 0 25px 0;
}

.Preload span {
    width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 600;
    font-size: 16px;
    text-align: center;
}

    .Preload span label {
        font-weight: 500 !important;
    }


.option-product {
    width: 100%;
    margin: 0;
}

    .option-product h5 {
        font-weight:700;
        font-size:14px;
        margin-top:12px;
    }

    .option-product ul {
        margin:0;
        padding:0px;
    }


.row-options {
    border-top: 2px dashed #EEE;
    border-right: 0px none;
    border-bottom: 2px dashed #EEE;
    border-left: 0px none;
    margin-top: 15px;
    padding: 5px 0;
    min-height: 217px;
}

.row-summary {
    border: 2px dashed #EEE;
    margin-top: 15px;
    padding: 20px 0 0 0;
    min-height: 217px;
}

.partial-cost {
    width:100%;
    background: #EEE;
    margin-top: 15px;
    min-height: 217px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}

    .partial-cost h4 {
        font-weight:700;
        font-size:3rem;
        margin-bottom:30px;
    }

    .partial-cost a:link, .partial-cost a:visited, .partial-cost a:hover {
        color: red;
        font-size: 0.9rem;
        transition: all .3s;
    }


    .select-pay-box {
        width: 100%;
        padding: 10px 0;
    }

    .select-pay-box img {
        width:100px;
        margin-bottom:10px;
    }

    .select-pay-box label {
        font-weight:600;
    }

.title-pay {
    font-size:16px;
    font-weight:700;
}

.title-amount {
    font-size: 40px;
    font-weight: 600;
    color: #f16e48;
}


.error-message-send {
    float: left;
    width: 100%;
    text-align: center;
    color: #ff0000;
    margin: -30px 0 30px 0;
}

.msg-ok {
    color: green;
    padding-top: 5px;
}

.alert-msg {
    color: #ff0000;
}


.nav-cart {
    float: right;
    position: absolute;
    right: 45px;
}

    .nav-cart i {
        font-size:30px!important;
        display:table-cell;
        vertical-align:middle;
    }

    .nav-cart span {
        display: table-cell;
        vertical-align: middle;
        font-size: 15px;
    }

    .nav-cart a:link, .nav-cart a:visited {
        color: #FFFFFF !important;
        transition: .2s all;
    }
    .nav-cart a:hover {
        color: #1e9ff2 !important;
    }

.carrello-vuoto {
   width:100%;
   height:78vh;
   display:flex;
   align-items:center;
   justify-content:center;
   text-align:center;
   flex-direction:column;
}

    .carrello-vuoto span{
        font-size:16px;
    }


.loading {
    width: 100%;
    height: 80vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.send-ok {
    width: 100%;
    height: 80vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .send-ok h3 {
        font-weight:600;
        font-size:1.8rem;
        margin:15px 0 60px 0;
    }

    .send-ok a:link, .send-ok a:visited, .send-ok a:hover{
        background: #1e9ff2;
        color: #FFF;
        padding: 15px;
        font-size: 1.1rem;
        font-weight: 500;
        border-radius: 5px;
    }

    .send-ok i {
        font-size:2rem!important;
        vertical-align:middle;
    }


.total-amount {
    width:100%;
    text-align:center;
    padding:20px 0 15px 0;
    margin:0;
}

    .total-amount h4 {
        font-weight: 700;
        font-size: 1.8rem;
        padding: 0;
        margin: 0;
        color: #f44d4b;
    }

.empty-cart {
    width:100%;
    padding:10px 0;
}

    .empty-cart a:link, .empty-cart a:visited, .empty-cart a:hover {
        font-weight:500;
        color:red;
    }