﻿/*---------------------------------------
    Cart + Checkout
---------------------------------------*/

a#CenterSection_btncheckout {
    background: #232323;
    color: #fff;
    padding: 8px;
    display: block;
    text-align: center;
}
.qtyMaxWarn {
    text-align: center !important;
    display: block;
}

.gridordr {
    border: 0;
    width: 100%;
    background: #fff;
    border-collapse: separate !important;
    border-spacing: 0px 10px;
}

    .gridordr th {
        background: #eee;
        padding: 5px 15px !important;
        color: #000 !important;
        vertical-align: middle;
        border: 1px solid #eee;
        font-weight: 400;
    }

    .gridordr td {
        padding: 5px 15px !important;
        vertical-align: middle;
        border: 1px solid #fff;
        color: #000;
        background: #fff;
        border-bottom: 2px solid #eee;
        border-top: 1px solid #eee;
    }

.qty-group {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px
}

    .qty-group .qtycart {
        width: 50px;
        font-size: 16px;
        color: #4bc1b9;
        vertical-align: top
    }

    .qty-group .minus, .qty-group .plus, .qty-group .qtycart {
        display: inline-block;
        text-align: center;
        margin: 0 2px;
        border: 1px solid #eee;
        border-radius: 2px
    }

    .qty-group .minus, .qty-group .plus {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #4bc1b9;
        background-color: #fff;
        padding: 5px 10px ;
        cursor: pointer;
    }

.shop {
    border: 1px solid #ccc;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    color: #292929
}

.logintxt a, .note {
    color: red
}

.shop tr:after {
    content: '';
    border-bottom: 1px solid rgb(0 0 0 / .1)
}

.shop caption, .shop tbody, .shop td, .shop th, .shop tr {
    vertical-align: baseline;
    line-height: 1.5em;
    padding: 2px 5px
}

.dianame {
    text-align: center;
    font-size: 17px;
    margin: 0px 0;
    color: #000
}

.plansel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .plansel img {
        border: 1px solid #eee;
    }

    .plansel p {
        margin: 5px 10px 0;
    }
