#kkLoad, .kkRowId{
    display: none;
}
.cart_totals table#kkCart-summary tbody td {
    padding: 15px 0 15px;
    vertical-align: top;
}
#kkCart-summary ul, ol {
    list-style: none;
    line-height: 1.7;
}
#kkCart-summary tr{
    border: 1px solid #d7d9db;
}
#kkCart-summary td {
    float: right;
    margin-left: 15px;
	margin-right: 15px;
    
}
#kkCart-summary th{
    padding-left: 15px;
	padding-right: 15px;
}
table#kkCart-summary{
    width:100%;
}
#kkShipping-address li{
    list-style: none;
    border: 1px solid #d7d9db;
    border-top: none;
    width:100%;
    padding: 15px;
}
#kkShipping-address{
    padding-left: 0px;
}
.modal-content{
    padding:30px;
    padding-bottom: 15px;
}
.modal-content input{
    padding: 0 35px 0 0;
    border: 1px solid #d7d9db;
    line-height: 37px;
    height: 37px;
    vertical-align: middle;
    text-indent: 15px;
    font-size: 13px;
    width: 100%;
}
.modal-content h5{
    font-size: 20px !important;
}
.modal-content input:focus{
    border: 1px solid #aaa;
}
.modal-body{
    margin-top: 30px;
    margin-bottom: 30px;
}
#modal-accessorio .modal-header, #modal-cart-confirm .modal-header, #modal-address .modal-header, #modal-user-order .modal-header, #modal-add-review .modal-header, #modal-review-list .modal-header, #modal-disponibilita .modal-header{
    background: #fff;
}
.k-secondary{
    border-color: #000;
    color: #000;
    background-color: #fff;
}
.check-icon {
    font-size: 45px !important;
    color: #000 !important;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
}
.modal-info{
    font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #212224;
    line-height: 1.42857;
    font-size: 20px;
}
.sec-padding{
    margin-top: 50px;
    margin-bottom: 50px;
}

#kkCodiceIndirizzo{
    display: none;
}
#modal-user-order tbody td.cart_product {
    padding: 10px;
    width: 131px;
    text-align: center;
    vertical-align: middle;
}
#modal-user-order .product-name {
    color: #212224;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0;
    height: 35px;
    margin-bottom: 15px;
}
#modal-user-order tbody td.cart_description small {
    display: block;
    padding: 0;
    color: #36383b;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
#modal-user-order tbody td.cart_description small span {
    color: #9198a1;
}
.kkOrderTable .red {
    color: red;
}
.kkOrderTable .green {
    color: green;
}
.paymethod-info{
    padding: 15px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 400px;
}
.red-circle{
    width: 10px;
    height:10px;
    background-color: red;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}

.green-circle{
    width: 10px;
    height:10px;
    background-color: green;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}

.kkAddAddress{
    font-size: 12px !important;
    font-weight: bold;
    float: right;
    margin-right: 10px;
}

#kkBenvenuto a{
    display: inline-block;
    margin-right: 10px;
}
.background-coupon{
    background-color: #ebebeb;
}
#kkModalTable th{
    background: #EBEBEB;
    border-bottom: 0px;
}
.user-review{
    font-style: italic;
    color: #aaa;
    display: block;
}

/* ##INIZIO STILI PER BOTTONI + e - DEFAULT## */
.kkInput{
    margin-right: 38px;
    margin-bottom: 13px;
    white-space: nowrap;
}
.kkInput a{
    text-decoration: none;
    transition: .2s; 
    -moz-transition: .2s; 
    -webkit-transition: .2s; 
    -o-transition: .2s;
}
.kkInput > *, .kkInput input.form-control:disabled{
    display: inline-block;
    width: 46px;
    font: 23px/42px "Open Sans", sans-serif;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e1e3e6;
    vertical-align: middle;
    text-indent: 0;
    text-align: center;
}
.kkInput .btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.kkInput .btn:hover { color: #212224; }
.kkInput .btn:focus:not(:hover) { background: none; border-color: #e1e3e6; }
.kkInput .btn { color: #8a9099; }
.kkInput .btn:hover {
    color: #212224;
}
.kkInput .btn {
    color: #8a9099;
}
.kkInput .btn-default:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
/* ##FINE STILI PER BOTTONI + e - DEFAULT## */
.user-info{
    width: 100%;
    font-size: 14px;
}
.user-info h4{
    font-size: 20px;
    font-weight: 600;
}
.user-info td{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    border: 1px solid #d7d9db;
}
.cart h4{
    margin-top: 30px;
}
.view-cart a{
    margin-top: 40px;
}
.left-menu div.active {
    background-color: #888;
    color: #fff;
}
.left-menu div {
    color: #333;
    width: 145px;
    height: 125px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 14px;
    padding-top: 40px;
    position: relative;
    color: #212224;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.left-menu div i{
    font-size: 24px;
}
.left-menu a:hover{
    text-decoration: none;
}
#kkUserInfo input{
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 15px;
}
#kkUserInfo select{
    border-radius: 0;
}
.account-table-head{
    font-weight: 600;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ced4da;
}
#kkTabContainer th {
    border: 0px solid #ebebeb;
    background-color: #ebebeb;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
#kkTabContainer table td {
    border: 0px solid #ebebeb;
    text-align: center;
}
#kkTabContainer table tr {
    border-left: 0px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-top: 0px solid #ebebeb;
}
#kkTabContainer tbody, #kkTabContainer table, #kkTabContainer thead{
    border: 0px solid #ebebeb;
    border-bottom: 0px !important;
}
#kkTabContainer .kkRowRemove{
    color: #000;
}
@media only screen and (max-width : 768px) {
    .cart h4{
        margin-top: 0px;
    }
    .view-cart a{
        margin-top: 0px;
        float: right;
    }
    .left-menu div {
        width: 100%;
        height: 90px;
        padding-top: 20px;
    }
    .left-menu{
        margin-bottom: 40px;
    }
    .red-circle, .green-circle{
        margin-right: 0px;
    }
}