﻿.sub-carts-title {
    width: 100%;
    display: inline-block;
}

    .sub-carts-title h4 {
        color: #0a0e17;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        margin: 0;
        padding: 0 0 15px 0;
    }

        .sub-carts-title h4 a {
            color: #0a0e17;
        }

.sub-carts-prices {
    width: 100%;
    display: inline-block;
}

    .sub-carts-prices p {
        width: 100%;
        color: #0a0e17;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        padding: 0 0 15px 0;
        margin: 0;
    }

        .sub-carts-prices p:last-child {
            padding: 0 0 20px 0;
        }

        .sub-carts-prices p span {
            color: #00b050;
        }

.sub-carts-qty-title {
    color: #0a0e17;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px 0 0;
}

.quantitytext-plus-min input {
    width: 45px;
    height: 30px;
    float: left;
    text-align: center;
}

.sub-mins {
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 10px;
    cursor: pointer;
}

.quantitytext-plus-min a {
    width: 30px;
    height: 30px;
    float: left;
    color: #000;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0 0 0 0;
}

.sub-carts-main-bx {
    margin-bottom: 30px;
}

.sub-mins {
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 10px;
    cursor: pointer;
}

.sub-carts-remove {
    width: 100%;
    display: inline-block;
}

    .sub-carts-remove span {
        color: #0a0e17;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        padding: 20px 0 0 0;
    }

.main-container .col-lg-6 {
    min-height: 320px;
}

.sub-carts-remove a {
    color: #bc1511;
    font-size: 18px;
    margin: 0 0 0 15px;
}

    .sub-carts-remove a:hover {
        color: #ef8e05;
    }

.sub-img-cart {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    padding: 30px;
}

.sub-carts-qty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.login-toptext {
    padding: 0 0 30px 0;
    color: #262626;
    font-size: 24px;
    font-family: 'Georgia';
    font-weight: 600;
    display: inline-block;
}

.sub-mt-4 {
    margin-top: 40px;
}

.sub-products-btn a {
    background: #fff;
    color: #00b050;
    display: inline-block;
    font-size: 18px;
    margin: 40px 0 0 0;
    padding: 6px 20px;
    text-align: center;
    border: solid 1px #7f7f7f;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .sub-products-btn a:hover {
        background: #00b050;
        color: #fff;
        transition: all .5s ease 0s;
        border: solid 1px #00b050;
    }

.sub-total-main {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

    .sub-total-main tr th {
        font-size: 18px;
        font-weight: 600;
    }

    .sub-total-main tr td {
        font-size: 18px;
        font-weight: 400;
    }

.sub-shop-cart-btn {
    display: inline-block;
    margin-top: 40px;
}

.sub-form-group-main {
    width: 100%;
    display: inline-block;
}

    .sub-form-group-main span {
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 8px;
    }

.sub-form-group-vch input {
    width: 50%;
    color: #000;
    font-size: 12px;
    border: 1px solid #a6a6a6;
    padding: 7px 10px 5px 10px;
}

.sub-form-group-vch a {
    background: #00b0f0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 0 5px;
    padding: 6px 20px;
    transition: all .5s ease 0s;
    text-align: center;
    cursor: pointer;
    border: solid 1px #00b0f0;
}

    .sub-form-group-vch a:hover {
        background: #fff;
        color: #00b0f0;
        border: solid 1px #00b0f0;
    }

.sub-shop-cart-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 16px 0 0;
    gap: 10px;
}

    .sub-shop-cart-btn a {
        background: #fff;
        color: #00b050;
        display: inline-block;
        font-size: 15px;
        padding: 6px 20px;
        text-align: center;
        border: solid 1px #7f7f7f;
        margin: 15px 0 0 0;
    }

        .sub-shop-cart-btn a:hover {
            background: #00b050;
            color: #fff;
            transition: all .5s ease 0s;
            border: solid 1px #00b050;
        }

.sub-proceed-btn {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

    .sub-proceed-btn a {
        width: 100%;
        background: #00b050;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        font-family: 'Open Sans';
        font-weight: 600;
        margin: 0;
        padding: 8px 8px;
        transition: all .5s ease 0s;
        text-align: center;
        border: solid 1px #00b050;
    }

        .sub-proceed-btn a:hover {
            background: #fff;
            color: #00b050;
            transition: all .5s ease 0s;
            border: solid 1px #00b050;
        }

.sub-cart-text-ab span {
    color: #00b0f0;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 0 15px 0;
}

@media screen and (max-width: 1114px) {
    .sub-img-cart {
        margin-bottom: 20px;
    }

    .sub-carts-prices p {
        font-size: 16px;
    }

    .sub-total-main tr th {
        font-size: 16px;
    }

    .sub-total-main tr td {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .main-container .col-lg-6 {
        min-height: auto;
    }
}

@media screen and (max-width: 991px) {
    .sub-carts-main-bx {
        margin-bottom: 20px;
    }

    .sub-products-btn a {
        margin: 20px 0 0 0;
    }

    .sub-shop-cart-btn {
        justify-content: center;
        margin: 20px 16px 0 0;
    }
}

@media screen and (max-width: 440px) {
    .sub-form-group-vch input {
        width: 100%;
        margin-bottom: 10px;
    }

    .sub-form-group-vch a {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .sub-shop-cart-btn {
        display: inline-block;
        margin: 0;
    }

        .sub-shop-cart-btn a {
            width: 100%;
        }

    .sub-proceed-btn {
        margin-top: 20px;
    }

    .sub-total-main tr th {
        font-size: 14px;
    }
}