/**/
#simple_login {
    position:fixed;
    z-index:99991;
    display: none;
    border-radius: 10px;
    width: 100%;
    max-width: 290px;
    background-color: #fff;
}
#simple_login .btn{
    cursor: pointer;
}
#simple_login .modal-form{
    width: 100%;
    padding: 20px;
}
#simple_login .form-row{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#simple_login .form-label{
    margin-bottom: 10px;
}
#simple_login .form-inner{
    width: 100%;
}
#simple_login:after {
    content:"";
    display:block;
    clear:both;
}
#simple_login_header {
    padding: 0px 0px;
    text-align: right;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
#simple_login_layer {
    position:absolute;
    top:0;
    left:0;
    z-index:99990;
    display:none;
    width:100%;
    background-color:#000000;
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.model {
    display: none;
}
.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
#simple_summary {
    display: none;
}
.simplecheckout-tooltip {
    display: none;
}
@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,
    .simplecheckout-cart th.image,
    .simplecheckout-cart td.image,
    .simplecheckout-cart col.model,
    .simplecheckout-cart th.model,
    .simplecheckout-cart td.model,
    .simplecheckout-cart col.price,
    .simplecheckout-cart th.price,
    .simplecheckout-cart td.price,
    .simplecheckout-cart td.quantity [data-onclick*=increase],
    .simplecheckout-cart td.quantity [data-onclick*=decrease] {
        display: none !important;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }

}
@media only screen and (max-width:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
