.Savecartbutton {

    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;

}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modals-wrapper .modal-content {
    background-color: transparent;
    /*margin: auto;*/
    /*padding: 0;*/
    border: none;
    width: auto;
}

/* The Close Button */
.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.savecart {
    padding-top: 10px;
    text-align: center;
}

.sendcart {
    padding-top: 10px;
    text-align: center;
}

button.btusecart {
    /* background-image: none; */
    background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fffbfb;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    box-shadow: none;
}

button.btremove {
    background: #ac2925;
    border: 1px solid #ac2925;
    color: #fffbfb;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    box-shadow: none;
}

button.btshare {
    background: #269abc;
    border: 1px solid #269abc;
    color: #fffbfb;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    box-shadow: none;
}

input#myBtnmail {
    margin-left: 10px;
}
.savecartbutton {
    float: left;
}

th.savecartcontent_tr_th {
    border: 1px solid #ddd;
    text-align: center;
}
td.savecartcontent_tr_td {
    border: 1px solid #ddd;
    text-align: center;
}

td.total {
    border: 1px solid #ddd;
    text-align: right;
}

td.tools {
    line-height: 35px;
     border: 1px solid #ddd;
     text-align: center;
}

td.bk-gray {
    border: 1px solid #ddd;
}

button#myBtnmail {
    box-shadow: none;
    margin-left: 10px;
}
button#myBtnmail:hover {
    color: white;
}
button#myBtn {
    box-shadow: none;
}
button#myBtn:hover {
    color: white;
}

button#myBtn1 {
    box-shadow: none;
}
button#myBtn1:hover {
    color: white;
}
@media screen and (max-width: 320px) {
    .savecart-customer-index #maincontent {
        padding-left: 0px;
        padding-right: 0;
    }
}
