﻿table#CenterSection_GrdCart {
    width: 100%;
    border: 1px solid #ddd !important;
}

.cartpbox {
    border: 1px solid #ddd !important;
    padding: 10px;
    margin: 0;
}

th.text-center, td.text-center {
    border: 1px solid #ddd;
}

.closem {
    position: relative;
    text-align: center;
    background: #2e823e;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
    text-align: right;
}

.modal-content {
    border-radius: 0px;
    border-top: 3px solid #2e823e;
}

.btncart {
    display: inline-block;
}

input[readonly] {
    background-color: #fff;
}

.shop {
    position: relative;
    float: right;
}

div#CenterSection_taxpnl {
    position: relative;
    width: 28%;
}

a.BtnGeneral.btnproc {
    display: block;
    text-align: center;
    background: #2e823e;
    color: #fff;
    padding: 5px;
}

.cart.gridordr tr {
    border-bottom: 1px solid #eee;
}

.w10 {
    width: 10%;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
    text-align: right;
}

.modal-content {
    border-radius: 0px;
    border-top: 3px solid #2e823e;
}

.btncart {
    display: inline-block;
}

.qtyMaxWarn {
    font-size: 13px;
    background: #ff00003b;
    padding: 0 6px;
    color: #040404;
}

.qty-group {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

    .qty-group .qtycart {
        width: 50px;
        font-size: 16px;
        color: #2e823e;
        vertical-align: top;
    }

    .qty-group .qtycart, .qty-group .plus, .qty-group .minus {
        display: inline-block;
        text-align: center;
        margin: 0 2px;
        border: 1px solid #99999952;
        border-radius: 0px;
    }

    .qty-group .plus, .qty-group .minus {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #2e823e;
        background-color: #fff;
        padding: 5px 10px;
    }

input[readonly] {
    background-color: #fff;
}


@media(max-width:767px) {
    div#CenterSection_taxpnl {
        width: 100%;
    }
}

@media(max-width:400px) {
    .qty-group .qtycart {
        width: 30px;
        font-size: 14px;
    }

    .qty-group .minus > .fa, .qty-group .plus > .fa {
        font-size: 14px;
        padding: 5px 4px;
    }
}
