:root {
    --primary-color: rgb(242, 52, 32);
    --primary-color-hover: rgba(242, 53, 32, 0.75);
    --secondary-color: #f4503f;
    --secondary-color-hover: rgba(244, 81, 63, 0.75);
    --custom-yellow: #f2e40c;
    --custom-yellow-hover: rgba(242, 227, 13, 0.75);
}



ol, ul {
    list-style: none;
}

.line-height-nomal {
    line-height: normal;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    line-height: 1;
    color: black;
    font-size: 14px;
    background-color: #f8f9fa;
    font-family: "Montserrat", system-ui;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.nav-link {
    color: white !important;
}

a:active {
    color: inherit;
}

.hotline .fa-phone {
    padding: 5px;
    border-radius: 50%;
    background: var(--custom-yellow);
}

.hotline .fa-phone::before {
    color: var(--secondary-color);
    transform: scale(0.5);
}



footer a:hover, .nav-link:hover, .nav-link:active, .nav-link:visited {
    color: inherit;
    opacity: 0.7;
}

.form-control:focus {
    box-shadow: none;
}

ul li {
    list-style-type: none;
}

header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

img {
    width: 100%;
}

footer {
    margin-top: 60px;
}

.bg-white {
    background-color: #ffffff;
}

.top-menu {
    font-size: 14px;
    color: white;
}

.slick-slider-category .category-card {
    padding-inline: 25px;
}

.top-menu {
    background-color: var(--secondary-color);
    padding-block: 10px;
}

.menu {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
}

.navbar {
    background-color: var(--primary-color);
}

.nav-link {
    color: #ffffff;
}

header a, footer a {
    color: white;
}

.logo {
    max-height: 70px;
    object-fit: cover;
    object-position: center;
}

.notification-number {
    padding-inline: 5px;
    font-size: 10px;
    border-radius: 50%;
    background-color: var(--custom-yellow);
    color: black;
    font-weight: bold;
    left: 17px;
    top: -4px;
    line-height: 15px;
}

.login-btn {
    color: white;
    border: 1px solid white;
    font-size: 13px;
    min-width: 150px;
    line-height: 1rem;
    padding: 10px;
}

.login-btn:hover {
    color: rgba(255, 255, 255, 0.7);
}

.add-news-btn {
    color: black;
    background-color: #fff;
    font-size: 13px;
    min-width: 150px;
    background-color: var(--custom-yellow);
    line-height: 1rem;
    padding: 10px;
}

.section-title {
    margin: 0 20px;
    margin-bottom: 25px;
}

.section-title h4 {
    font-size: 18px;
    font-weight: 600;
}

.card {
    border: none;
}

.product-card {
    padding: 10px;
    margin-bottom: 20px;
}

.product-card:hover {
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
    z-index: 10;
}

.location {
    font-size: 13px;
    color: black;
    padding: 2px 15px;
    border-radius: 20px;
    margin-right: auto;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}

.upload-time {
    font-size: 13px;
    font-style: italic;
    color: #808080;
}

.product-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.horizontal-card .product-title {
    max-width: calc(100% - 150px);
    -webkit-line-clamp: 1;
}

.price {
    color: red;
    font-weight: 600;
    font-size: 15px;
}

.slick-slider-category .title {
    font-weight: 500;
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .slick-slider-category .title {
        font-weight: 400;
        font-size: 13px;
    }
}

.slick-slider-category .card-body {
    padding-inline: 0;
}

.category-card {
    margin-bottom: 20px;
    text-transform: uppercase;

}

.category-card:hover img {
    transition: all .3s;
    transform: scale(1.02);
}

/* --------------------------------------------FOOTER-------------------------------------------- */
.footer-top {
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: var(--primary-color);
}

.footer-bottom {
    background-color: var(--secondary-color);
    color: #fff;
}

.footer-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}

.social-icon {
    font-size: 30px;
    color: white;
}

.footer-content .content {
    color: white;
    font-size: 14px;
    line-height: 1rem;
    margin-bottom: 20px;
}

/* --------------------------------DETAIL------------------------------------ */
.breadcrumbs {
    font-size: 13px;
}

.breadcrumbs a {
    color: black;
}

.seller-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.seller-info {

    vertical-align: middle;
    margin: auto 0;
    margin-left: 15px;
}

.seller-name {
    font-weight: 600;
    margin-bottom: 10px;
}

.seller-join-date {
    color: #808080;
    font-style: italic;
    font-size: 13px;
}

.seller-info-title {
    margin-top: 15px;
    font-weight: 600;
    font-size: 17px;
}

.btn-show-phone, .btn-chat {
    padding: 15px;
    border-radius: 6px;
}

.btn-show-phone {
    border: 1px solid white;
    background-color: var(--primary-color);
    color: white;
}

.btn-chat {
    border: none;
    background-color: var(--custom-yellow);
    color: black;
}

.btn-chat i {
    color: white;
}

.seller-col {
    padding-inline: 35px;
}

.seller-phone {
    padding: 15px;
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.product-detail-name {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-detail-address {
    color: #808080;
    margin-bottom: 25px;
}

.btn-save, .btn-share {
    padding: 20px 20px;
    border-radius: 100px;
    cursor: pointer;
    width: 142px;
    text-align: center;
}

.btn-save {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin-right: 20px;

}

.btn-share {
    border: 1px solid #808080;
    color: #808080;

}

.product-detail-desc-title {
    color: #45464d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-detail-desc {
    color: #45464d;
    line-height: 2em;
    font-size: 15px;
    margin-bottom: 20px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.product-detail-attribute {
    padding: 13px;
    padding-left: 0;
}

.iframe-map {
    width: 100%;
    height: 300px;
}

.product-detail hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.certificated-product {
    width: 40px;
    margin-right: 20px;
}

.product-report {
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.25rem;
    background-color: #f8f8f8;
}

.user-section .container {
    max-width: 488px;
    padding-inline: 50px;
    padding-block: 50px;
    border: 1px solid rgba(217, 217, 217, 0.8);
}

.user-section .title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.input-group span, .input-group input {
    background-color: #fff;
    border: none;
}

.input-group input::placeholder {
    color: #b2b2b2;
}

.input-group {
    color: #b2b2b2;
    border: solid 1px rgba(217, 217, 217, 0.8);
    padding-block: 5px;
    border-radius: 8px;

}


.btn-login {
    width: 100%;
    border: none;
    color: #ffffff;
    background-color: var(--primary-color);
    padding: 15px 0;
    font-size: 14px;
    border-radius: 6px;
}

.fogot-password {
    color: #3371ff;
    margin-bottom: 50px;
}

.login-logo {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.google-logo {
    padding: 10px;
    border: solid 1px rgba(217, 217, 217, 0.8);
}

.login-logo-wrap {
    margin-bottom: 40px;
    margin-top: 40px;
}

.register-btn {
    color: black;
    background-color: #fff;
    font-size: 14px;
    background-color: var(--custom-yellow);
    line-height: 1rem;
    padding: 15px;
    text-align: center;
    border-radius: 0.25rem;
    font-weight: 500;
}

.container-sm {
    max-width: 488px;
    padding-top: 40px;
}

.container-sm .sub-title {
    font-weight: 500;
    margin-bottom: 40px;
}

.select-category .title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.no-icon::after {
    background-image: none;
}

.category-icon {
    width: 25px;
    margin-block: auto;
}

/* ---------------------------------------------POST---------------------------------------------- */

.post-create-section .left-col, .post-create-section .right-col {
    padding: 20px;
}

.post-create-section .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
}

.float-label-input {
    padding: 12px 14px 0 14px;
    width: 100%;
}

.float-label-input:focus {
    outline: none;
}

.float-label {
    position: absolute;
    top: 14px;
    font-size: 14px;
    left: 12px;
    transition: all ease .2s;
    cursor: text;
    pointer-events: none;
}

.float-label-input:focus+label, .hasValue+label {
    transform: scale(.7143) translateY(-14px) translateX(-14px);
    font-weight: 700;
}

.border-right {
    border-right: solid #b2b2b2 3px;
}

.floating-input:focus {
    outline: none;
    border: solid 1px #b2b2b2;
}

.floating-input+label, .floating-textarea+label, .floatingSelect+label {
    font-size: 14px;
}

.floating-input {
    height: 46px !important;
    font-size: 14px;
    border: solid 1px #b2b2b2;
}

.floating-input+label, .floating-textarea+label, .floatingSelect+label {
    color: #b2b2b2;
}

.btn-preview {
    width: 100%;
    color: var(--primary-color);
    border: solid 1px var(--primary-color);
    background-color: white;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 14px;
    border-radius: 6px;
    display: block;
}

.btn-preview:hover {
    color: var(--primary-color);
}

.btn-create-post {
    width: 100%;
    border: none;
    color: #ffffff;
    background-color: var(--primary-color);
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 14px;
    border-radius: 6px;
    display: block;
}


.btn-create-post:hover {
    color: #fff;
}

.custom-radio+label {
    border-radius: 100px !important;
    background-color: white !important;
    outline: none !important;
    color: #b2b2b2 !important;
    border: solid 1px #b2b2b2 !important;
    font-size: 13px;
    padding: 8px 20px;
}

.custom-radio:checked+label {
    background-color: var(--primary-color) !important;
    border: solid 1px var(--primary-color) !important;
    color: white !important;
    outline: none;
    box-shadow: none !important;
}

.header-user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.header-user-name {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    height: 1rem;
}

.logo-wrapper:hover {
    opacity: 1;
}

.file-caption-main {
    display: none;
}

.file-drop-zone {
    margin: 0 !important;
}

.fileinput-remove {
    border: none;
}

.accordion-button:focus {

    box-shadow: none;
}

.horizontal-card .card-img-top {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.product-card .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    object-position: center;
}

.horizontal-card {
    border-bottom: solid 20px #f8f9fa;
}

.horizontal-card-container {
    padding: 0;
}

.card-footer {
    background-color: #fff;
    padding-block: 15px;
}

.horizontal-card .product-title {
    font-weight: 600;
    font-size: 17px;

}

.atrribute-name {
    color: #808080;
}

.view-more-btn {
    font-weight: 600;
    font-size: 18px;
    color: rgb(56, 105, 159);
    padding-bottom: 20px;
    cursor: pointer;
}

.popup-notification {
    width: 400px;
    right: 0;
    background-color: #fff;
    display: none;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
}

.popup-notification * {
    color: black !important;
}

.nav-tabs .nav-link {
    border: none;
}

.notification-tab {
    width: 50%;
}


.notification-tab button {
    width: 100%;
    border: none;
    padding-block: 12px;
}

.notification-tab button:hover {
    opacity: 1;
    background-color: #E8E8E8;
}


.notification-tab-content {
    border-top: 1px solid #cacaca;
    padding: 20px;
    background-color: rgb(244, 244, 244);
    max-height: calc(100vh - 250px);
    overflow: auto;
    line-height: 1.5;
}

.notification-tab .nav-link {
    color: #cacaca !important;

}

.notification-tab .nav-link.active {
    border: none;
    border-bottom: 3px solid var(--primary-color);
    font-weight: 500;
    color: black !important;

}

.notification-news {
    background-color: #fff;
    margin-bottom: 25px;
}

.news-img {
    object-fit: cover;
    width: 100%;
    height: 188px;
}

.news-content {
    line-height: 1;
    padding: 12px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-content>p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.news-content>small {
    line-height: 1.3;
    color: #979797 !important;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px 0;
}

.news-content>a {
    color: #4a90e2 !important;
    text-transform: uppercase;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 1.5;
    font-size: 12px;
    font-weight: bold;
}

/* filter */
.form-select:focus {
    box-shadow: none;
}

.filter-input-group {
    border-radius: 4px;
    padding-block: 3px;
    background-color: #f8f9fa;
}

.filter-input-group span, .filter-input-group input, .filter-input-group select {
    background-color: #f8f9fa;
    border: none;
}

.filter-input-group input:focus, .filter-input-group select:focus {
    background-color: #f8f9fa;
}

.filter-btn, .filter-btn span {
    background-color: var(--custom-yellow);
    border: none;
}

.product-status {
    color: #b2b2b2;
    padding-inline: 12px;
}

.product-active .product-status {
    color: black;
}

.product-active {
    border-bottom: 3px solid var(--primary-color);
    font-weight: 500;
}

.user-post-card .card-img-top {
    height: 180px;
}

.btn-hide-post {
    width: 100%;
    color: var(--primary-color);
    border: solid 1px var(--primary-color);
    background-color: #ffffff;
}

.btn-up-post {
    width: 100%;
    color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.btn-hide-post:hover {
    color: var(--primary-color);
}


.btn-up-post:hover {
    color: white;
}

.h-flip-icon {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.btn-follow {
    width: auto;
}

.btn-followed {
    width: auto;
    color: white;
    background-color: var(--primary-color);
}

.basic-info {
    border-right: 1px solid #eee;
}

@media screen and (max-width: 768px) {
    .basic-info {
        border-bottom: 1px solid #eee;
        border-right: none;
    }
}

.table-row {
    line-height: normal;
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-row,
.table-cell {
    padding: 10px;
}

.social-media-icon {
    width: 36px;
    height: 36px;
}

.social-media-icon+.social-media-icon {
    margin-left: 5px;
}

.user-icon:hover {
    opacity: 0.8;
}

.share_fb_icon {
    font-size: 50px;
    color: #0674e7;
}

.main-cnt {
    min-height: calc(100vh - 400px);
}

.popup-more-btn {
    cursor: pointer;
}

.popup-more {
    display: none;
    right: 0;
    width: 324px;
    max-height: calc(100vh - 300px);
    background-color: #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.popup-more-content {
    display: flex;
    flex-direction: column;
}

.popup-more-content .head {
    padding: 10px;
}

.border-bottom-gray {
    border-bottom: 1px solid #e6e8eb;
}

.popup-more-content .menu-item .icon {
    transform: scale(-1, 1);
    margin: 0 10px;
    padding: 8px;
    background-color: #68665e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
}

.popup-more-content .menu-item .text {
    padding: 8px 0;
}

.popup-more-content .menu-item {
    color: #222222;
    font-size: 14px;
    height: 42px;
    align-items: center;
}

.popup-more-content .menu-item:hover {
    background-color: #E8E8E8;
}

.horizontal-card:hover>.row {
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
}

.saved-post-seller-name {
    max-width: 200px;
    color: #fff;
    height: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.md-container {
    margin: 0 auto;
}

@media only screen and (min-width: 767px) {
    .md-container {
        max-width: 730px;
    }
}

.profile-img-wrapper {
    width: 110px;
    height: 110px;
    display: inline-block;
    position: relative;
}

.profile-avatar {
    display: inline-block;
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.profile-right-col ul, .profile-right-col li {
    padding: 0;
    margin: 0;
}

.profile-right-col li {
    margin-bottom: 15px;
}

.profile-attr-name {

    height: 20px;
    font-weight: 700;
}

.profile-attr {
    position: relative;
}

.profile-attr i {
    font-size: 16px;
    height: 20px;
    width: 20px;
    opacity: .6;
    position: absolute;
    right: 8px;
    top: 10px;
    cursor: pointer;
}

.profile-attr span {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #eee;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 40px;
}


.profile-attr input, .profile-attr select {
    display: block;
    height: 35px;
    padding: 0 10px;
    border-radius: 4px;
    border: solid 1px #80808080;
    width: 100%;
}


.profile-attr input:focus, .profile-attr select:focus {
    outline: none;
}

.upload-avatar {
    cursor: pointer;
    padding: 12px;
    background-color: #68665e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    border: 2px solid #fff;
    bottom: 0;
    right: -10px;
}

.profile-img-wrapper label {
    cursor: pointer;
    border-radius: 50%;
}

.update-btn {
    width: 100%;
    padding: 14px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 4px;
}

.slick-dots {
    bottom: 5px;
}

.slick-dots li button:before {
    font-size: 10px;
}

.detail-img {
    max-height: 550px;
    object-fit: contain;
}

label.btn-secondary {
    text-transform: capitalize;
}
