/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* start editing from here */

.tableC {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/*end reset*/
/*--login start here--*/

.cart {
    width: 90%;
    margin: 3em auto 2em;
}

.cart-bottom {
    background: #fff;
    padding: 2em 2em;
    width: 100%;
}

td.cakes {
    padding: 1em 0em;
}
td {
    vertical-align: middle;
}
td.quantity {
    vertical-align: middle;
}

.dis-card {
    float: left;
    width: 50%;
}
tr.main-heading th {
    background: #ccc;
    padding: 1em 1.6em;
    font-size: 0.9em;
}
.product-text {
    padding: 0em 0em 0em 1em;
}
.dis-card h2 {
    font-size: 1.1em;
    color: #000;
}
.dis-card p {
    font-size: 0.9em;
    color: #000;
    line-height: 1.6em;
    margin: 0.8em 0em 0.8em 0em;
}
.dis-card input[type="text"] {
    font-size: 0.9em;
    color: #000;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.dis-card input[type="submit"] {
    font-size: 0.9em;
    color: #fff;
    padding: 0.6em 1em;
    border: none;
    border-radius: 3px;
    background: #0b507c;
    outline: none;
    cursor: pointer;
}
.dis-card input[type="submit"]:hover {
    background: #3f3f3f;
}
.dis-total {
    float: right;
    width: 50%;
    text-align: right;
}
.dis-total h1 {
    display: inline-block !important;
    font-size: 1.05em;
    color: #000;
    padding: 0.8em 2em;
    margin: 0.7em auto;
    background: #ffc842;
    display: inline-block;
    text-align: right;
    width: 250px;
    text-align: center;
}
.tot-btn {
    margin-top: 0;
}
tr.cake-top {
    border-bottom: 1px solid #ccc;
    position: relative;
}
.tot-btn a.shop {
    display: block;
    font-size: 1em;
    color: #fff;
    padding: 0.8em 1em;
    background: #3f3f3f;
    border-radius: 5px;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0.7em;
    text-align: center;
}
.tot-btn a.shop:hover {
    background: #0b507c;
}
.tot-btn a.check {
    display: block;
    font-size: 1.22em;
    color: #fff;
    padding: 0.8em 1em;
    background: rgb(63, 156, 221);
    border-radius: 5px;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
}
.product-text h3 {
    font-size: 0.95em;
}
.product-text time {
    font-size: 0.95em;
}
.product-text p {
    font-size: 0.8em;
    color: #000;
    line-height: 1.8em;
}
.tot-btn a.check:hover {
    background: #3f3f3f;
}
.tableCart {
    border-bottom: 1px solid #ccc;
}
.vocher {
    padding: 1.1em 0em 0em 0em;
}
td.price {
    padding: 0em 1em;
    font-size: 0.95em;
}
.close {
    position: absolute;
    top: 66%;
    right: 28%;
}
.close h5 {
    font-size: 0.75em;
    color: #ffffff;
    cursor: pointer;
    background: #0c517d;
    padding: 0.5em 1em;
    border-radius: 3px;
}
td.top-remove {
    position: relative;
}
td.btm-remove {
    position: relative;
}
.top-remove a.shop {
    font-size: 0.8em;
    color: #fff;
    padding: 0.8em 1em;
    background: #0b507c;
    border-radius: 3px;
}
.top-remove a.shop:hover {
    background: #3f3f3f;
}
.close-btm {
    position: absolute;
    top: 64%;
    right: 28%;
}
.close-btm h5 {
    font-size: 0.75em;
    color: #fff;
    cursor: pointer;
    background: #0c517d;
    padding: 0.5em 1em;
    border-radius: 3px;
}
.clear {
    clear: both;
}

/*--media quiries start here--*/

@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
    .cart {
        width: 90%;
    }
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
    .cart {
        width: 90%;
    }
}
@media (max-width: 786px) {
    .cart {
        width: 90%;
    }
    body {
        min-height: 865px;
    }
}
@media (max-width: 667px) {
    .cart {
        width: 95%;
    }
    .dis-card p {
        font-size: 0.8em;
    }
    .tot-btn a.shop {
        font-size: 0.95em;
    }
    .tot-btn {
        margin-top: 0.9em;
    }
}
@media (max-width: 640px) {
    .cart-experience h4 {
        font-size: 0.9em;
    }

    .cart-experience {
        width: 40%;
    }

    select.dropdown {
        font-size: 0.9em;
    }
    .dis-card p {
        font-size: 0.8em;
    }
    .dis-card input[type="text"] {
        width: 60%;
    }
    .dis-card input[type="submit"] {
        width: 30%;
    }
    .tot-btn a.check {
        font-size: 1.05em;
    }
    .tot-btn a.shop {
        font-size: 0.95em;
    }
    .dis-card input[type="submit"] {
        font-size: 0.8em;
        padding: 0.7em 1em;
    }
    .tot-btn {
        margin-top: 1em;
    }
}
@media (max-width: 600px) {
    .cart {
        width: 98%;
    }
}
@media (max-width: 568px) {
    .cart-login-text h5 {
        font-size: 0.8em;
    }
    .dis-card p {
        font-size: 0.75em;
    }
    .tot-btn a.shop {
        font-size: 0.95em;
    }
    .tot-btn a.check {
        font-size: 1.05em;
    }
    .tot-btn {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    th.long-txt {
        display: none;
    }
    td.cakes {
        display: none;
    }
    td.price h4 {
        font-size: 0.95em;
    }

    tr.main-heading th {
        padding: 1em 1.35em;
    }
    .dis-card {
        float: none;
        width: 100%;
        margin: 0em 0em 1em 0em;
    }
    .dis-total {
        float: none;
        width: 100%;
    }
    .copy-right p {
        font-size: 0.85em;
    }
    .logo h3 {
        font-size: 2em;
    }
    .logo {
        margin-top: 1em;
    }
    .cart {
        margin: 1.5em auto 1em;
    }
    .cart-bottom {
        padding: 1em 1em;
    }
    .close h5 {
        padding: 0.4em 0.8em;
        font-size: 0.7em;
    }
    .close-btm h5 {
        padding: 0.4em 0.8em;
        font-size: 0.7em;
    }
}
@media (max-width: 414px) {
    .dis-card {
        margin: 0em 0em 0em 0em;
    }
}
@media (max-width: 384px) {
    tr.main-heading th {
        padding: 1em 1em;
    }
    input#quantity {
        padding: 5px;
        width: 40%;
    }
}
@media (max-width: 320px) {
    .cart {
        width: 98%;
    }
    .cart-login-text h5 {
        font-size: 0.75em;
    }
    tr.main-heading th {
        padding: 1em 0.35em;
        font-size: 0.8em;
    }
    input#quantity {
        padding: 4px;
        width: 40%;
    }
    td.price h4 {
        font-size: 0.8em;
    }
    h4 {
        font-size: 0.8em;
    }
    .dis-card h2 {
        font-size: 1em;
    }
    .dis-card p {
        font-size: 0.75em;
        margin: 0.5em 0em 0.5em 0em;
    }
    .dis-card {
        margin: 0em;
    }
    .tot-btn {
        margin: 0.5em 0em;
    }
    .cart-login {
        width: 98%;
    }
}
/*--media quiries end here--*/
