/*.bonifico {
    background: url('../images/bonifico.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.paypal {
    background: url('../images/paypal.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.carta-di-credito {
    background: url('../images/carta-di-credito.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.contrassegno {
    background: url('../images/contrassegno.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}*/

#addToCartPopup {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f3a117;
    z-index: 1000;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    display: none;
}

#addToCartPopup .container {
    display: flex;
    justify-content: space-between;
}

#addToCartPopup .button {
    background: #000;
    color: #fff;
}


#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(126, 126, 126, 0.8);
    z-index: 1000;
}

#loading .text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

#loading .text-center .spinner-border {
    color: #fff;
}

#shopcart h2, #shopcart h3, #shopcart h4, #shopcart h5, #workflow h2, #workflow h3, #workflow h4, #workflow h5 {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
}


#shopcart .cart-table p{
    margin-bottom:0px;
}

#shopcart .btn.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-transform: uppercase;
}

#shopcart .btn.btn-primary:hover {
    background-color: #f3a117;
    border-color: #f3a117;
}

#shopcart .panel-body {
    display: none;
    padding: 10px;
    border: none !important;
}

#shopcart .panel {
    cursor: pointer;
}

#shopcart .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

#shopcart .panel-heading {
    padding: 10px;
}

#shopcart #rubrica {
    font-weight: bold;
    text-align: right;
    text-decoration: underline;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}

#shopcart .item_rubrica {
    font-size: 14px;
    line-height: 16px;
}

#shopcart .order_table .total td {
    font-weight: bold;
    font-size: 18px;
}

#shopcart .pop-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,10,30,0.3);
    z-index: 1000;
}

#shopcart .pop-overlay .pop-cont {
    background-color: #fff;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    position: absolute;
    width: 700px;
    max-width: 96%;
    max-height: 96%;
    overflow-y: auto;
}

#shopcart .pop-overlay .pop-cont .close-popup {
    position: absolute;
    top: 15px;
    font-size: 16px;
    right: 15px;
    color: #000;
    height: 33px;
    width: 33px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
}

#shopcart .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#shopcart .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

#shopcart #myDropdown {
    padding-bottom: 5px;
}

#shopcart .dropdown {
    position: relative;
    display: inline-block;
}

#shopcart .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

#shopcart .dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

#shopcart .dropdown-content a.button {
    width: 200px;
    margin: 0 auto;
    line-height: 14px;
    color: #fff !important;
    background: #000;
    height: 35px;
    font-size: 14px;
}

#shopcart .dropdown a:hover {
    background-color: #ddd;
}

#shopcart .show {
    display: block;
}

#shopcart .card-rubrica {
    font-size: 14px;
    line-height: 15px;
    border-bottom: 1px dotted #f3a117;
    padding: 10px 0;
    margin: 10px 0;
}

#shopcart .card-rubrica button {
    font-size: 13px;
    text-transform: lowercase !important;
}

#shopcart .card-invoice {
    background: #dcedf0;
    border-radius: 10px;
}

#shopcart .card-shipping {
    padding: 10px 0;
}


#shopcart .card-invoice {
    margin-top: 10px;
    padding: 10px;
}

#shopcart .title-rubrica span {
    border: none;
}

#shopcart .title-rubrica input {
    font-weight: bold;
}

#shopcart #colonna-indirizzi #gestisci {
    font-size: 13px;
}

#card-rubrica form, #card-rubrica form input, #card-rubrica form select {
    font-size: 13px;
}

#card-rubrica form .form-group {
    margin-bottom: 0.2rem;
}

#card-rubrica form input.form-control-sm:read-only {
    border-radius: 0px;
    border: none;
    background: #fff;
    height: 18px;
    padding: 0 5px;
}

#card-rubrica form select.form-control:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    border: none;
    background: #fff;
    padding: 0px;
    height: 18px;
    line-height: 0px;
}

#card-rubrica form .title-rubrica input {
    font-weight: bold;
    color: #f3a117;
    font-size:16px;
}

#card-rubrica button {
    background: #232323;
    border: 0;
    color: #ffffff;
    font-size: 14px;
}

#card-rubrica .form-control {
    color: #000;
}

.item-card-rubrica form {
    padding: 5px;
    border: 1px solid #eee;
}


#card-rubrica form ::placeholder {
    font-style: italic;
}
