/* Thông dụng */
.ml-1 {
    margin-left: 5px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.ml-3 {
    margin-left: 15px !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mr-3 {
    margin-right: 15px !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.mb-5 {
    margin-bottom: 28px !important;
}

.my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.pl-1 {
    padding-left: 5px !important;
}

.pl-2 {
    padding-left: 10px !important;
}

.pl-3 {
    padding-left: 15px !important;
}

.pr-1 {
    padding-right: 5px !important;
}

.pr-2 {
    padding-right: 10px !important;
}

.pr-3 {
    padding-right: 15px !important;
}

.pl-0 {
    padding-left: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.p-3 {
    padding: 15px !important;
}

.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.red {
    color: #ff4545 !important;
}

.color_main {
    color: #ff4545 !important;
}

.bg_color_main {
    background-color: #ff4545 !important;
    border-color: #ff4545 !important;
}


/* Bài viết */
.widget_post .post_wrapper .post_info {
    width: calc(100% - 70px);
}

/* end */






/* Chi tiết bài viết */
.blog_details .post_content>p {
    line-height: 30px;
    margin: 0 0 8px 0;
}

.blog_details .post_content>h3 {
    margin-bottom: 15px;
}

.blog_details .post_content>ul li {
    margin-bottom: 8px;
}

.social-sharing-button {
    display: flex;
    align-items: center;
}

.social-sharing-button p {
    font-size: 13px;
    text-transform: capitalize;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 13px;
    font-weight: 500;
}

.social-sharing-button ul li {
    display: inline-block;
}

.blue {
    color: blue !important;
}

.social-sharing-button li {
    margin-left: 5px;
    font-size: 20px;
}

/* end */






/* Sản phẩm */
.shop_area .shop_toolbar_btn {
    height: 20px;
}

.product_content h4 {
    /*min-height: 56px;*/
}

@media(max-width: 767px) {
    .shop_toolbar_wrapper {
        flex-direction: unset;
        padding: 10px 10px;
    }

    .shop_toolbar_btn {
        margin-bottom: 0px;
    }
}

@media(max-width: 330px) {
    .shop_toolbar_btn>button {
        margin-right: 5px;
    }
}


/* end */

/* Giỏ hàng */
.btn_web {
    line-height: 49px;
    height: 49px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 30px;
    width: 100%;
    background: #ff4545;
    color: #fff;
    border-radius: 30px;
}

.btn_web:hover {
    background: #232323;
    color: #fff;
}

/* end */

.brand_area {
    padding-top: 0;
    padding-bottom: 100px
}



/* Đơn hàng */
.table-invoice tbody tr td {
    text-transform: unset !important;
}

.table_custom .table thead tr {
    background: unset !important;
}

.table_custom .form-control {
    background: unset !important;
}

.table_custom .table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}

.table_custom thead tr th {
    color: inherit;
}

/* end */


/* Thanh toán */
.checkout_box {
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.checkout_wallet {
    background-color: #f8f8f8;
    padding: 1.14em;
    border-color: rgba(175, 175, 175, .34);
    border-style: solid;
    border-width: 0 1px;
    border-style: unset;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-width: 1px;
    margin: 5px -10px -10px -10px;
}

.checkout_form .input-radio {
    width: 20px;
}

.checkout_page .checkout_form .select2-container--default .select2-selection--single {
    height: 45px;
    color: var(--text);
    background: var(--chalk);
    border: 1px solid var(--border);
}

.checkout_page .checkout_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.checkout_page .checkout_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    transform: translate(-50%, -50%);
    top: 50%;
}

/* end */

/* Trang cá nhân */
.wallet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
}

.wallet-icon {
    background-color: #fff;
    padding: 14px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.wallet-icon {
    background-color: #c29a77;
    padding: 14px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    min-width: 55px;
}

.wallet-balance p,
.wallet-balance span {
    margin-bottom: 0px;
    color: #fff;
}

.wallet-balance p {
    font-size: 18px;
    font-weight: bold;
}

.wallet-balance span {
    font-size: 17px;
}

.card-green {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #529615), color-stop(1, #80d435)) !important;
}

.card-red {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e35c56), color-stop(1, #f9bcbc)) !important;
}

.card-blue {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e316d), color-stop(1, #5a8bde)) !important;
}

.card-tdtk {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #464634), color-stop(1, #91916d)) !important;
}

.avatar-shop {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border: 1px solid #f15e25;
    border-radius: 50%;
    padding: 3px;
    margin-right: 20px;
    background-color: white;
}

.avatar-shop img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.max-line-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-muted {
    color: #6c757d !important;
}

.shop-owner-name {
    font-size: 22px;
    color: #0d6efd !important;
}

/* Trang chủ */

.niche-part .nav-tabs .tab-link.active {
    color: #119744;
}

.footer-widget {
    margin-bottom: 10px;
}

.padding-env-top {
    padding-top: max(0px, env(safe-area-inset-top)) !important;
}

.padding-env-bottom {
    padding-bottom: max(0px, env(safe-area-inset-bottom)) !important;
}

.header-part.active {
    padding-top: max(0px, env(safe-area-inset-top)) !important;
}

.mobile-menu {
    padding: 0px 15px;
    padding-bottom: max(10px, env(safe-area-inset-bottom)) !important;
}

.nav-sidebar.active {
    padding-top: max(0px, env(safe-area-inset-top)) !important;
}

.backtop {
    bottom: 30px;
}

.categorys .nav-tabs li {
    padding: 3px 30px;
}

.blog-part .blog-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    margin-bottom: 10px;
}

.blog-part .blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.blog-part .section-btn-25 {
    margin-top: 0px;
}

.blog-part .blog-slider .blog-card {
    margin: 0px 15px 0px;
}

.section {
    margin-bottom: 50px;
}

@media(max-width: 767px) {
    .section_title h2 {
        line-height: 20px;
    }

    .about_content h1 {
        line-height: 30px;
    }
}

@media(max-width: 575px) {
    .niche-part .nav-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #subscr button {
        margin-bottom: 15px;
    }

    .footer-logo {
        margin-bottom: 0px;
    }

    .footer-part {
        padding-top: 30px;
    }

    .footer-logo img {
        width: 140px;
    }
}

/* Menu */
#menu .navbar-list .navbar-item .navbar-link.active {
    color: #119744;
}

/* Chi tiết bài viết */
.blog-grid .blog-details .blog-details-content .post_content img {
    max-width: 100%;
}

/* Đăng nhập */
.login_page .user-form .login_check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

@media(max-width: 380px) {
    .login_page .user-form .login_check {
        font-size: 14px;
    }
}

@media(max-width: 340px) {
    .login_page .user-form .login_check {
        font-size: 13px;
    }

    .login_page .user-form .login_check .form-check-input {
        margin-top: 7px;
    }
}

.promo-part img {
    max-width: 100% !important;
}

.footer-links {
    display: unset !important;
}