body {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #222;
    background-color: #F0F2F5;
    padding-top: 74px;
}

.btn {
    --bs-btn-font-size: 100%;
    white-space: nowrap;
}

a {
    color: #0550BF;
    text-decoration: none;
}

a:hover {
    color: #0543a0;
}

ol li:not(:last-child) {
    margin-bottom: 10px;
}

.visible-hidden {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.form-select {
    font-size: 100%;
}

.form-label {
    margin-bottom: 4px;
    font-weight: 700;
}

.form-check-input[type=checkbox] {
    border-radius: 3px;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

img.lazyload {
    width: 100%;
    min-height: 200px;
    max-height: 400px;
    opacity: 0;
    transition: 2s;
}

.image-lazy img.lazyload {
    opacity: 0;
    transition: opacity .2s ease-in;
}

.container {
    max-width: 596px;
}

.page-layout .container,
.wide-sidebar .container {
    max-width: 916px;
}

.wide-sidebar .col-main {
    width: 100%;
    max-width: 572px;
    float: left;
}

.wide-sidebar .col-sidebar {
    width: 320px;
    float: right;
    position: sticky;
    padding-left: 20px;
    top: 74px;
}

.page-header {
    font-weight: 700;
    font-size: 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin-bottom: 30px;
}

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

.title-page h2 {
    font-weight: 700;
    font-size: 24px;
}

.list-post .card,
.card.post-detail-wrapper {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.card-header {
    background-color: #fff;
}

.card-header .card-title {
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0 2px;
    margin-bottom: 0;
}

.full-width {
    width: 100%;
    display: block;
}

.form-control {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 23px;
    padding: 10px 15px;
    color: inherit;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

ul.messages {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-toggler {
    box-shadow: none !important;
}

.card-footer {
    border-top: 1px solid #ebebeb;
}

.block-title {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.layout-sidebar .col-sidebar {
    float: left;
    width: 270px;
    margin-bottom: 30px;
}

.layout-sidebar .col-main {
    margin-left: 300px;
}

/**
 * Product
 */

.product-ratio {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.product-ratio > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.15s;
    transform: scale(1);
}

.product-ratio img:hover{
    transform: scale(1.2);
}

/**
 * Header
 */
.title-header {
    display: none;
}

.header-container {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 600;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.header-container .product-link-mobile {
    display: none;
}

.header-container .header-product-link img {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -20px;
    top: 1px;
}

.header-container .navbar {
    background-color: #fff !important;
    padding: 0;
}

.header-container .account-right,
.header-container .navbar-brand {
    width: 110px;
    margin: 0;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
}

.header-container .navbar-brand a {
    text-transform: uppercase;
    font-size: 16px;
    color: #222;
    font-weight: 700;
}

.header-container .navbar-brand img {
    height: 45px;
}

.page-links {
    gap: 10px;
}

.account-right > a {
    min-width: 100px;
}

/**
 * End Header
 */

.main-container {
    margin-bottom: 40px;
}

.post-body {
    text-align: center;
}

.post-body .gallery-image:not(:last-child) img {
    margin-bottom: 10px;
}

.main-page_title {
    text-align: center;
    margin-bottom: 20px;
}

.main-page_title .main-page_heading {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.post-header {
    margin-bottom: 20px;
}

.post-header .post-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.post-header .post-title a {
    color: #222;
    display: inline-block;
    line-height: 1.4;
    transition: .1s;
}

.post-header .post-title a:hover {
    color: #0d6efd;
}

.post-header .post-info {
    font-size: 13px;
    color: #666;
}

.list-post .item .post-content {
    float: none;
    position: relative;
    z-index: 400;
}

.list-post .item .post-action {
    display: none;
    background-color: #fff;
    padding: 10px;
    float: right;
    width: 60px;
    margin-top: 80px;
    margin-bottom: 20px;
    position: sticky;
    top: 90px;
    text-align: center;
    border-radius: 0 4px 4px 0;
}

.list-post .btn-like-post {
    font-size: 20px;
}

.list-post .like-number {
    border: 1px solid #dedede;
    font-size: 12px;
    padding: 3px 3px;
    border-radius: 3px;
}

.gallery-image {
    cursor: move;
}

.bottom-load-more .load-more-post {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
}

.bottom-load-more .load-more-post .lds-ellipsis {
    display: none;
    position: absolute;
    left: -12px;
    top: -8px;
}

.bottom-load-more .load-more-post.loading .lds-ellipsis {
    display: block;
}

.product-bottom {
    text-align: center;
    margin-top: 20px;
}

.text-heading-inline {
    display: inline;
    font-size: 15px;
    font-weight: 700;
}

.post-background {
    padding: 20px;
    background: orange;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px;
}

.post-share {
    float: right;
}

.post-share .share-ico {
    font-size: 15px;
    position: relative;
    top: 2px;
}

.post-share .share-facebook {
    background: #0E66D8;
    color: #fff;
    height: 25px;
    display: block;
    line-height: 25px;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 3px;
}

.post-action-left {
    float: left;
    display: flex;
    align-items: center;
    gap: 20px;
}

.post-action-left a {
    color: #666;
}

.post-action-left a:hover {
    color: #0d6efd;
}

.post-action-left .post-comment,
.post-action-left .post-report {
    height: 25px;
    display: block;
    line-height: 25px;
    color: #666;
}

.post-action-left .post-comment .left-action-ico {
    font-size: 17px;
    position: relative;
    top: 3px;
}

.post-action-left .post-report .left-action-ico {
    font-size: 17px;
    position: relative;
    top: 2px;
}

.post-like .left-action-ico {
    font-size: 18px;
    position: relative;
    top: 3px;
}

.post-body {
    position: relative;
}

.post-description {
    text-align: left;
    padding-top: 20px;
}

.post-keywords {
    padding-top: 20px;
    text-align: left;
    font-style: italic;
}

.read-more {
    font-weight: 700;
}

.post-body-content.post-expand {
    max-height: 800px;
    overflow: hidden;
    position: relative;
}

.post-more .tag-up {
    display: none;
}

.post-body .post-more {
    cursor: pointer;
    margin: 10px 0 0;
    background: #fff;
    border: 1px solid #999;
    padding: 10px;
    transition: .2s;
}

.post-body .post-more:hover {
    background-color: #ddd;
}

.post-body.expanded .post-body-content.post-expand {
    max-height: unset;
}

.post-body.expanded .post-more .tag-up {
    display: block;
}

.post-body.expanded .post-more .tag-down {
    display: none;
}

.product-title {
    font-size: 100%;
    text-align: center;
    padding: 10px 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-title a {
    display: unset !important;
    color: #222;
}

.product-title a:hover {
    color: #0d6efd;
}

/**
 * Footer
 */

.footer-container {
    text-align: center;
}

.footer-author {
    color: #666;
    padding: 0 0 8px;
    font-size: 12px;
    text-shadow: 1px 1px 1px #fff;
}

.footer-links {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.footer-description {
    font-size: 12px;
    color: #666;
}

.footer-links li {
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px #fff;
}

.footer-links a {
    color: #666;
}

.footer-links a:hover {
    text-decoration: underline;
}

/**
 End Footer
 */

.page-title h2 {
    font-weight: 700;
    font-size: 24px;
}

/**
 * Loading
 */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    transform: scale(0.5);
    height: 40px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/**
 * End Loading
 */
.post-type-video {
    line-height: 0;
}

.youtube-video {
    width: 100%;
    height: 304px;
}

/**
 * Login / Register
 */

.customer-register {
    text-align: center;
    padding-top: 20px;
}

.register-note {
    margin-bottom: 5px;
}

.input-group .toggle-password {
    width: 40px;
    padding: 0;
    cursor: pointer;
    font-size: 17px;
    justify-content: center;
}

/**
 * Comment
 */

.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments .comment-item:not(:last-child) {
    margin-bottom: 10px;
}

.comment-item .user-avata {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    background-color: #F47721;
    color: #fff;
    line-height: 41px;
    font-weight: 700;
    font-size: 23px;
}

.comment-item .comment-info {
    margin-left: 50px;
    position: relative;
    top: -2px;
}

.comment-item .user-name {
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.comment-item .user-comment {
    color: #444;
}

.list-comments .nav-pagination {
    padding-top: 10px;
}

.list-comments .nav-pagination .pagination-amount {
    display: none;
}

.list-comments .pagination {
    margin-bottom: 0;
}

.list-comments.loading {
    opacity: .7;
    pointer-events: none;
}

/**
 * Sitemap
 */

.sitemap-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-items ul li:not(:last-child) {
    margin-bottom: 5px;
}

.sitemap-items .pagination-amount {
    margin: 0;
}

.sitemap-heading {
    font-size: 100%;
}

.sitemap-heading a:hover {
    text-decoration: underline;
}

/**
 * Account
 */

.account-dashboard .main-container .container {
    max-width: unset;
}

.two-card .card {
    height: 100%;
}

.post-type-label {
    min-width: 48px;
    text-align: center;
}

.container-post-view {
    max-width: 572px;
    margin: 0 auto;
}

.col-post-view {
    padding-right: 310px;
}

.form-control.text-content {
    height: 200px;
}

.col-post-view-editing .post-detail-wrapper {
    max-width: 572px;
    margin: 0 auto 30px;
}

.mini-list-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mini-list-items li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-list-items li:not(:last-child) {
    margin-bottom: 10px;
}

.mini-list-items .post-link {
    font-weight: 400;
    font-size: 100%;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
}

.field-note {
    font-size: 13px;
    padding-top: 3px;
    font-style: italic;
    color: #fd5c63;
}

label.required:after {
    content: "*";
    margin-left: 3px;
    color: #fd5c63;
}

/**
 * Background post color
 */

.background-1 {
    background-image: linear-gradient(to right top, #00d3ff, #00e1ee, #00ebbf, #3bef7a, #a8eb12);
}

.background-2 {
    background-image: linear-gradient(to right bottom, #009cff, #00beff, #00d7db, #00e787, #a8eb12);
}

.background-3 {
    background-image: linear-gradient(to right bottom, #00e9ff, #00cfff, #00b3ff, #0094fe, #1271eb);
}

.background-4 {
    background-image: linear-gradient(to right bottom, #ff00f4, #ce48ff, #9b5fff, #636cf9, #1271eb);
    color: #fff;
}

.background-5 {
    background-image: linear-gradient(to left top, #00bdff, #00a8ff, #008dff, #7266ff, #b212eb);
    color: #fff;
}

.background-6 {
    background-image: linear-gradient(to left top, #4d00ff, #cc00bd, #f5007b, #fb0044, #eb3712);
    color: #fff;
}

form.loading .modal-body:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.next-prev-post {
    display: none;
}

form.loading .modal-footer button {
    pointer-events: none;
    opacity: .7;
}

.fb-page .fb-xfbml-parse-ignore {
    opacity: 0;
}

.post-top-weeks .post-title {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-top-weeks .post-title a {
    color: #222;
}

.post-top-weeks .post-title a:hover {
    color: #0d6efd;
}

.post-top-weeks .post-like {
    color: #666;
}

.post-top-weeks .post-like .left-action-ico {
    top: 2px;
}

.list-item-posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-item-posts .post-image {
    position: relative;
    float: left;
    width: 46px;
    height: 46px;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.list-item-posts .post-info {
    margin-left: 56px;
    position: relative;
    top: 1px;
}

.list-item-posts .item:not(:last-child) {
    margin-bottom: 15px;
}

.list-item-posts .item .number {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.fixed-banner {
    height: calc(90% - 55px);;
    background: #fff;
    position: fixed;
    transform: translate(0, -50%);
    top: 50%;
    margin-top: 30px;
    z-index: 999;
}

.fixed-banner.left-banner {
    left: 0;
}

.fixed-banner.right-banner {
    right: 0;
}

.fixed-banner img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.slider-banners {
    margin: 0 !important;
}

.slider-banners .item a {
    display: block;
    border-radius: 0.375rem;
    overflow: hidden;
}

.slider-banners.slider-banner-main .item {
    vertical-align: top;
}

.sidebar-banner {
    margin-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot{
    padding: 7px !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
}

.post-content.slider-main-banner {
    background: #fff;
    margin-left: 0;
    outline: 3px solid #fd5c63;
    padding: 10px 10px 10px;
    border-radius: 0.375rem;
}

/*
.popup-site .overlay-popup {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 999;
    right: 0;
    bottom: 0;
    top: 0;
}

.popup-site .popup-container {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 600px;
    transform: translate(-50%, -50%);
}

.popup-close {
    text-align: right;
}

.popup-close a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 4px;
    right: 4px;
    z-index: 99999;
}*/

.banner-top-main {
    margin-bottom: 20px;
    border-radius: 0.375rem;
    overflow: hidden;
}

.sticky-banner-bottom .item a {
    display: block;
    overflow: hidden;
}

.sticky-banner-bottom .item a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .2s;
}

.sticky-banner-bottom .item a:before {
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-family: icomoon;
    content: "\e915";
    display: block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    border-radius: 50%;
    font-size: 16px;
    color: #0d6efd;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 50;
    transition: .2s;
}

.sticky-banner-bottom .item a:hover:after,
.sticky-banner-bottom .item a:hover:before {
    opacity: 1;
}

.sticky-banner-bottom img {
    transition: .2s;
}

.sticky-banner-bottom {
    position: fixed;
    padding: 5px;
    background-color: #fff;
    bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    z-index: 999;
    width: 100%;
    max-width: 96%;
    left: 2%;
}

.detail-post-banner .banner-top-main {
    margin: 0;
}

/**
 * Popup affiliate
 */

.popup-af-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 700;
    cursor: url(../images/remove.png), auto;
}

.popup-af-content {
    position: fixed;
    z-index: 710;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 80px 0 180px;
    justify-content: center;
    pointer-events: none;
}

.af-content-image {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    pointer-events: all;
}

.af-content-image .af-button {
    width: 100%;
}

.af-content-image .af-button a {
    display: inline-block;
    padding: 9px 30px;
    text-transform: uppercase;
    color: #0d6efd;
    background-color: #fff;
    font-weight: 700;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: .1s;
}

.af-content-image .af-button a:hover {
    background-color: #0d6efd;
    color: #fff;
}

.popup-af-content #img-af {
    height: auto;
    max-height: 100%;
    background-color: #fff;
    padding: 10px;
}

.popup-af-content .aff-name {
    background-color: #fff;
    margin-bottom: 8px;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.popup-af-container {
    opacity: 0;
    visibility: hidden;
}

.popup-af-container.active {
    opacity: 1;
    visibility: visible;
}

.list-post_grid {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
    margin: 0 -10px;
}

.list-post_grid .list-post_item {
    padding: 0 10px;
    width: 33.33333%;
}

.list-post_grid .list-post_image {
    border: 1px solid var(--bs-card-border-color);
    padding: 3px;
    transition: .1s;
}

.list-post_grid .list-post_image:hover {
    border-color: #0d6efd;
}

.list-post_grid .list-post_image-inner {
    padding-bottom: 60%;
    position: relative;
}

.list-post_grid .list-post_image-inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
    object-position: center;
}

.list-post_title {
    font-size: 100%;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
}

.list-post_title a {
    color: #222;
    display: block;
}

.list-post_title a:hover {
    color: #0d6efd;
}

/**
 * List product
 */

.list-products {
    margin: 0 -5px 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.list-products .product-item {
    width: 25%;
    padding: 0 5px;
}

@media (min-width: 992px) {
    body {
        padding-bottom: 130px;
    }

    .sticky-banner-bottom {
        max-width: 1024px;
        left: 50%;
        margin-left: -512px;
    }
}

@media (min-width: 1200px) {
    .next-prev-post {
        display: block;
    }

    .next-prev-post a {
        position: fixed;
        top: 50%;
        margin-top: -45px;
        color: #bbb;
        font-weight: 700;
        font-size: 90px;
        text-shadow: 1px 1px 1px #fff;
        line-height: 0;
        z-index: 200;
    }

    .next-prev-post .next-post {
        right: 40px;
    }

    .next-prev-post .prev-post {
        left: 40px;
    }
}

@media (min-width: 992px) {

    .header-link a {
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        padding: 0 20px;
        color: #222;
        font-size: 14px;
        border-radius: 6px;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        transition: .2s;
    }

    .header-link a svg {
        width: 36px;
        position: absolute;
        right: -23px;
        top: 16px;
        transform: rotate(-20deg);
        pointer-events: none;
        height: 36px;
    }

    .header-link a .nav-icon {
        font-size: 20px;
        position: relative;
        top: -2px;
        margin-right: 4px;
    }

    .header-link.active a,
    .header-link:hover a {
        background-color: #F0F2F5;
    }
}

@media (max-width: 1024px) {
    .col-post-view {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .sticky-banner-bottom {
        border-radius: 0;
        max-width: unset;
        left: 0;
        bottom: 0;
    }

    body {
        padding-bottom: 120px;
    }

    .header-container .container {
        max-width: unset;
        padding: 0;
    }

    .header-container .navbar-brand {
        width: unset;
    }

    .wide-sidebar .col-main {
        float: none;
        margin: 0 auto;
    }

    .wide-sidebar .col-sidebar {
        width: 100%;
        max-width: 572px;
        margin: 0 auto;
        padding: 30px 0 0;
        float: none;
    }

    .wide-sidebar .col-sidebar .facebook-fanpage,
    .wide-sidebar .col-sidebar .new-post {
        display: none;
    }

    .header-container .navbar-brand img {
        height: 40px;
    }

    .page-links {
        padding-top: 15px;
    }

    .page-links .header-link a {
        color: #222;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .page-links .header-product-link {
        display: none;
    }

    .header-container .product-link-mobile {
        display: unset;
        margin-left: auto;
        padding-right: 30px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
    }

    .header-container .product-link-mobile a {
        color: #222;
        display: inline-block;
        padding: 6px 0;
        position: relative;
        top: 2px;
    }

    .header-container .product-link-mobile a img{
        width: 36px;
        height: 36px;
        position: relative;
        top: -1px;
    }

    .page-links .header-link a .nav-icon {
        font-size: 18px;
        position: relative;
        top: -2px;
        margin-right: 6px;
    }

    .header-container .account-right {
        width: unset;
        justify-content: flex-start !important;
    }

    .post-action-left {
        gap: 30px;
    }

    .list-products .product-item {
        width: 33.33333%;
    }

    /**
     * Account
     */
    .layout-sidebar .col-sidebar {
        float: none;
        width: 100%;
    }

    .layout-sidebar .col-main {
        margin-left: 0;
    }

    table .post-name {
        min-width: 150px;
    }
}

@media (max-width: 767px) {
    .youtube-video {
        width: 100%;
        height: 185px;
    }
}

@media (max-width: 640px) {
    .list-post_grid {
        margin: 0 -5px;
    }

    .list-post_grid .list-post_item {
        padding: 0 5px;
        width: 50%;
    }

    .list-products .product-item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .post-action-left .post-report {
        display: none;
    }
}
