th,
tr,
td {
    padding: 8px 4px;
    border: none;
    background: #fff;
}

.shoppingcart table tr {
    border-bottom: 1px solid #eee;
}

.shoppingcart table tr:last-child {
    border-bottom: 0;
}

.shoppingcart table thead {
    border-bottom: 2px solid #ffc449;
}

hr {
    width: auto;
    height: 1px;
    margin: 10px 0 10px;
    background-color: #ebebeb;
}

footer, #toTop, .top-nav-menu {
    z-index: 0;
    display: none !important;
}

input:not([type]) {
    width: auto;
    height: 20px;
    margin: 1px 4px;
    padding: 10px 15px;
    background-color: transparent;
    border: solid 1px #999;
    border-bottom: solid 1px #999;
    border-radius: 3px;
    transition: all 0.4s ease-in-out 0s;
}

input:not([type]):focus {
    border: solid 1px #005288;
    border-bottom: solid 2px #005288;
}

input:focus {
    border: 0px !important;
}

.shoppingcart .input-number .warning {
    color: #f00;
    font-size: 15px;
}

.shoppingcart .btn-outline-secondary {
    padding: 0px !important;
    height: 40px;
    background: rgb(206, 206, 206);
    border: 0;
    margin-bottom: 0;
}

.shoppingcart .input-number .input-group {
    width: 160px;
    display: -webkit-inline-box;
}

.shoppingcart .input-number input {
    height: 40px !important;
    width: 80px;
    border: 0;
    background: #eee;
    margin-bottom: 0px;
}

.shoppingcart .input-number input:focus {
    box-shadow: none !important;
}

.shoppingcart {
    background: #fff;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.select-all {
    padding: 18px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.select-all label {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
}

.border-top-only {
    border-width: 8px;
    color: #ff9e00;
}

.img-shadow-dark {
    /* box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

/* .cart-summary .img-shadow-dark {
    box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
} */

.cart-list {
    letter-spacing: 1px;
}

.item-header {
    border-bottom: solid 1px #ebebeb;
}

.item-shop {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.item-shop label {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
}

.delete-btn, .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-left {
    justify-content: left;
}

.order-delete-btn i, .order-delete-btn i:hover {
    color: #fff;
}

.order-delete-btn {
    padding: 5px 11px;
    background: #148cd1;
    cursor: pointer;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
}

.order-delete-btn:hover {
    background: #259ce0;
}

.cart-icon {
    color: #dcdcdc;
    transition: all .3s ease-in-out 0s;
}

.cart-item {
    margin-bottom: 30px;
}

.cart-icon:hover {
    cursor: pointer;
    color: #cacaca;
}

.cart-item:last-child {
    margin-bottom: 0px;
}

.item-content {
    padding: 10px 20px 10px 20px
}

.item-content img {
    height: 100px;
    object-fit: contain;
}

td img {
    width: 100px;
    max-width: 100px;
    height: 100px;
}

td .title, .item-content .title {
    margin-bottom: -6px;;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

td .title:hover, .item-content .title:hover {
    text-decoration: underline;
}

td .species {
    font-size: 16px;
    color: #999;
}

.nice-select.nice-select.form-control {
    height: auto;
    background-color: #fff;
    border: solid 1px #999;
    border-bottom: solid 1px #999;
    border-radius: 0px;
    transition: all 0.4s ease-in-out 0s;
}

.nice-select.nice-select.form-control:focus {
    border: solid 1px #005288;
    /*border-bottom: solid 2px #005288;*/
}

.nice-select.nice-select.flxed-select {
    width: 85px;
}

.transport .nice-select.nice-select.flxed-select {
    width: 250px;
    font-weight: 600;
}

.nice-select.nice-select.form-control::after {
    width: 8px;
    height: 8px;
    right: 15px;
    top: 44%;
}

.quantity .list {
    max-height: 245px;
    overflow-y: scroll;
}

.sub-price, .price {
    font-size: 17px;
    letter-spacing: 1px;
    color: #ff0000;
}

.price {
    color: #444;
}

.transport {
    margin: 0 10px;
}

.transport p {
    padding: 15px 5px;
    font-size: 16px;
}

.transport .list {
    max-height: 210px;
    overflow-y: scroll;
    border-radius: 0;
}

.tr-flexbox {
    position: relative;
    display: flex;
}

.tr-flexbox select {
    font-weight: 600;
}

.v-cart-summary {
    position: sticky;
    top: 110px;
}

.cart-summary p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}

.summary-title {
    padding: 10px 20px;
    border-bottom: solid 1px #ebebeb;
    background-color: #f5f5f5;
}

.summary-title p {
    font-size: 18px;
}

.summary-content {
    padding: 10px 5px;
}

.summary-content .product-price,
.summary-content .transport-price,
.summary-content .coupon-price,
.summary-content .sum {
    display: flex;
    justify-content: space-between;
}

.summary-content .sum-coupon {
    color: rgb(246, 116, 112);
}

.summary-content .coupon {
    margin-top: 10px;
    color: #148cd1;
}

.summary-content .coupon:hover {
    cursor: pointer;
    text-decoration: underline;
}

.summary-content .sum .total {
    font-size: 18px;
    font-weight: 600;
    color: #ff9e00;
}

.summary-content .checkout {
    margin: 10px auto 5px;
}

.summary-content .checkout a {
    padding: 10px 22px 7px 22px;
    color: #fff;
}

.summary-content .checkout a:hover {
    color: #fff;
}

.summary-content .checkout i {
    padding: 8px;
    vertical-align: text-top;
}

.modal .modal-content {
    padding: 24px 24px 10px;
}

.modal-body {
    padding: 2rem 1rem;
}

#couponModal {
    width: auto;
    max-height: 100%;
    background-color: transparent;
}

#couponModal .modal-header {
    padding: 0 1rem 1rem;
}

#couponModal .modal-header h6 {
    letter-spacing: 1px;
}

.modal-header .close {
    background-color: transparent;
}

#pickup-coupon input {
    margin-right: 15px;
    color: #6c757d;
}

.modal-body .coupon-item p {
    padding: 5px 10px;
    font-size: 17px;
    background-color: #fbfafa;
}

.modal-body .coupon-item .item-cancel p {
    font-size: 16px;
    color: #999;
    border-radius: 4px;
    border: solid 1px #999;
    background-color: #fff;
    transition: all 0.4s ease-in-out 0s;
}

.modal-body .coupon-item .item-cancel p:hover {
    cursor: pointer;
    font-size: 16px;
    color: #333;
    border-radius: 4px;
    border: solid 1px #333;
    background-color: #fff;
}

.modal-body .coupon-item-box {
    display: flex;
    justify-content: space-between;
}

.modal-body .judge {
    padding: 0 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #148cd1;
}

.modal-body .judge:hover {
    cursor: pointer;
    text-decoration: underline;
}

#couponModal .modal-footer {
    padding: 10px 10px 0 20px;
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
}

.modal-footer .btn {
    padding: 6px 22px;
}

.theme-bg-red {
    background: rgb(246, 116, 112);
}

.theme-bg-red:hover {
    background: rgba(246, 116, 112, .8);
}

.text-black {
    color: #444 !important;
}

@media (max-width: 1100px) {
    .rwdtable {
        border: 0;
    }

    .rwdtable caption {
        font-size: 1.3em;
    }

    .rwdtable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .rwdtable tr {
        border-bottom: 3px solid #ddd;
        display: block;
        padding-top: 0;
    }

    .rwdtable td {
        display: block;
        font-size: .8em;
        text-align: left;
        /*padding: 10px 0px;*/
    }

    .rwdtable td:before {
        color: black;
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .rwdtable td:last-child {
        border-bottom: 0;
    }

    .rwdtable .image-td {
        grid-column: span 1;
        grid-row: span 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rwdtable .price-td {
        grid-column: span 2;
        grid-row: span 1;
        padding-top: 0;
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    .rwdtable .qty-td {
        text-align: left;
        padding-top: 0;
        grid-column: span 2;
        grid-row: span 1;
        padding-left: 10px;
        padding-bottom: 12px;
    }

    .rwdtable .remove-td{
        grid-row: span 0;
        grid-column-start: 4;
        grid-row-start: 1;
        display: flex;
        justify-content: center;
    }

    .shoppingcart .input-number .input-group{
        width: 109px!important;
    }

    .shoppingcart .input-number input{
        height: 26px!important;
        width: 57px;
    }

    .rwdtable .btn-outline-secondary{
        min-width: 26px!important;
        height: 26px;
    }

    .rwdtable .name-td {
        grid-column: span 2;
        grid-row: span 1;
        display: flex;
        padding-left: 10px;
    }

    .rwdtable .sub-price-td {
        border-top: 1px solid #eee;
        grid-column: span 4;
        grid-row: span 3;
        text-align: right;
    }

    .rwdtable .grid-tr {
        display: grid;
        grid-template-columns: 25% 35% 30% 10%;
        grid-template-rows: repeat(auto-fit, 40px);
    }

    .mobile-1100-show {
        display: inline-block;
    }

    .order-delete-btn {
        height: unset;
        width: unset;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .shoppingcart .container {
        padding: 0px;
    }
}

@media (max-width: 992px) {
    .mobile-right-option {
        margin-left: -20px;
    }

    .item-content a img {
        width: 100%;
    }

    .mobile-ml-15 {
        margin-left: 15px;
    }

    .mobile-flex-left {
        justify-content: left;
    }

    .mobile-col-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .item-content {
        padding: 0px 0;
    }

    .mobile-right-option {
        /*margin-left: -36px;*/
        max-width: 62%;
        flex: 0 0 62%;
    }

    /*max-width: 70%;*/
    /*flex: 0 0 70%;*/
    /*padding: 0;*/
    .item-content .mt-20 {
        margin-top: 15px !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .cart-list, .checkout {
        padding: 0;
    }

    .fa-trash-o:before{
        content: "\f00d";
    }

    .order-delete-btn, .order-delete-btn:hover{
        background: #fff;
    }

    .order-delete-btn i{
        color: #cacaca;
    }
}

@media (max-width: 320px) {
    .mobile-right-option {
        margin-left: -30px;
    }
}

/* CHECKBOX */
.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 18px;
    width: 18px;
    border: solid 1px #999;
    border-radius: 100%;
    background: #fff;
    transition: all 0.1s ease-in-out 0s;
}

.control input:checked ~ .control__indicator {
    border: transparent;
    background: #ff9e00;
    transition: all 0.1s ease-in-out 0s;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    border: transparent;
    background: #ff9e00;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
}
