﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


.cart {
    background-color: #F7F8FA;
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
}

.left-content h3 img {
    max-width: 100%;
}

.topcardp {
    padding: 20px;
    background-color: #fff;
}

.botcardp {
    padding: 15px;
    background: rgba(238, 238, 238, 1);
    border-color: rgba(221, 221, 221, 1);
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #00000026;
}

    .cart-item .img {
        width: 130px;
        height: 140px;
        background-color: #80808030;
        border-radius: 5px;
        overflow: hidden;
    }

    .cart-item .content {
        padding-left: 15px;
        flex: 1;
    }

    .cart-item .content-top {
        display: flex;
        justify-content: space-between;
    }

        .cart-item .content-top .product-title {
            color: #333;
            width: 55%;
            line-height: 156%;
            font-family: interSB;
        }

            .cart-item .content-top .product-title:hover {
                color: var(--default-color-1);
            }

        .cart-item .content-top .price-sum {
            font-family: interB;
            font-size: 16px;
            color: var(--default-color-1);
        }

    .cart-item .content .price {
        font-size: 15px;
        margin-top: 4px;
        display: block;
        color: #555;
        margin-bottom: 10px;
    }

    .cart-item .content .options {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

        .cart-item .content .options .left .textbox {
            display: flex;
            align-items: center;
            border: 1px solid #00000036;
            border-radius: 5px;
            padding: 0px 4px;
            font-size: 16px;
        }

            .cart-item .content .options .left .textbox a {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0 5px;
            }

            .cart-item .content .options .left .textbox input {
                border: none;
                outline: none;
                width: 30px;
                text-align: center;
            }

.btnDelete {
    font-family: Roboto<;
    font-size: 14px;
    transition: all linear .2s;
    opacity: .6;
}

    .btnDelete:hover {
        color: var(--red-default);
        opacity: 1;
    }

.titcat {
    font-family: interSB;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
    color: var(--default-color-1);
}

.button-cart {
    margin-top: 15px;
}

    .button-cart .cont {
        height: 38px;
    }

    .button-cart .content {
        display: flex;
        align-items: center;
        height: 38px;
    }

    .button-cart .btnReturn {
        color: #fff;
        padding: 0 14px;
        border-radius: 3px;
        background-color: rgb(192, 17, 32);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        border: 1px solid transparent;
        height: 38px;
        user-select: none;
        float: right;
        transition: all linear .3s;
    }

        .button-cart .btnReturn:hover {
            color: rgb(192, 17, 32);
            border: 1px solid rgb(192, 17, 32);
            background-color: transparent;
        }

        .button-cart .btnReturn i {
            padding-right: 5px;
        }

    .button-cart .btnContinue {
        margin-left: 20px;
        color: #fff;
        padding: 0 14px;
        border-radius: 3px;
        background-color: var(--default-color-1);
        display: flex;
        cursor: pointer;
        user-select: none;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        float: right;
        font-size: 15px;
        height: 38px;
        transition: all linear .3s;
    }

        .button-cart .btnContinue:hover {
            color: var(--default-color-1);
            border: 1px solid var(--default-color-1);
            background-color: transparent;
        }

.total {
    margin-top: 25px;
    text-align: right;
    font-size: 18px;
    font-family: inteRSB;
    color: var(--default-color-2);
}

.titgui {
    margin: 0;
    font-size: 20px;
    font-family: interSB;
    margin-bottom: 7px;
    color: #333;
    font-weight: 100;
    text-transform: uppercase;
}

.thongbao .message {
    opacity: .8;
    font-size: 15px;
    display: block;
    margin: 10px 0;
    color: #333;
    line-height: 162%;
    color: var(--default-color-2);
    font-family: interSB;
}

.thongbao table {
    width: 100%;
}

.cart .hav-drop {
    display: flex;
    flex-direction: column;
}

    .cart .hav-drop label {
        color: #333;
        font-size: 14px;
        display: block;
    }

    .cart .hav-drop select {
        padding: 0 5px;
        width: 100%;
        height: 33px;
        border: 1px solid #33333333;
        border-radius: 3px;
        color: #333;
        font-size: 13px;
        margin: 9px 0;
    }

.thongbao table th {
    text-align: left;
    font-family: 'interSB';
    margin-top: 7px;
    display: block;
    font-size: 15px;
    color: var(--default-color-1);
    font-weight: 100;
    padding-bottom: 3px;
}

.thongbao table .txt {
    width: 100%;
    height: 38px;
    border: none;
    border-bottom: 1px solid #00000024;
    outline: none;
    padding: 0 10px;
    font-size: 13px;
    font-family: interR;
}

.thongbao table textarea {
    width: 100%;
    height: 150px;
    border: none;
    border-bottom: 1px solid #0000003d;
    outline: none;
    resize: none;
    padding-top: 10px !important;
    !i;
    !;
}

.thongbao table input.btn {
    margin-bottom: 10px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 28px;
    height: 41px;
}

    .thongbao table input.btn.btn-g {
        background-color: var(--default-color-1);
        color: #fff;
    }

    .thongbao table input.btn.btn-h {
        background-color: rgb(192, 17, 32);
        color: #fff;
        margin-left: 10px;
    }


.infoCompany h3 {
    color: var(--default-color-1);
    font-family: InterB;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoCompany p {
    font-size: 15px;
    line-height: 163%;
    margin: 0;
    color: #333;
}

.google_map {
    margin-top: 15px;
}
