:root {
    font-size: 10px !important;
    --main_color: #f53d2d;
    --main2_color: #05a;
    --main3_color: #ffffff;
    --main4_color: #17aa59;
    --headertop_link_color_hover: #ffffffb3;
    --label: #e42222;
    --label2: #fff200;
    --black: #000;
    --white: #fff;
}

/*

#05a

#ee4d2d

h1 #000000cc

*/

.container {
    padding-right: 0;
    padding-left: 0;
}

a {
    color: var(--main_color);
}

a:hover {
    text-decoration: underline;
}

a.red {
    color: var(--main_color) !important;
}

a.red:hover {
    color: #000 !important;
}

strong, .bold {
    font-weight: bold;
} 

@media (max-width: 768px) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
}

/* ============================================ *
 * Header
 * ============================================ */
.header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.page-header {
    background: linear-gradient(-180deg, #f53d2d, #f63);
}

@media (min-width: 768px) {
    .header .header-content-action {
        margin-right: 0;
        margin-left: 0;
        float: right;
        display: block;
        position: relative;
    }
}

@media (min-width: 768px) {
    .header-top-inner .d-md-block {
        display: flex !important;
    }
}

.header-top-inner a:hover {
    color: var(--headertop_link_color_hover) !important;
}

.header-maininner-row {
    min-height: 60px;
}

.header-main-content a:hover {
    color: var(--headertop_link_color_hover) !important;
    text-decoration: none;
}

.header-main-inner .vertical-menu {
    width: 20%;
}

.header-main-inner .vertical-menu:before {
    background-color: var(--main2_color);
}

.vertical-menu .navigation {
    min-width: 200px;
}

.vertical-menu .navigation .level0.mega_fullwidth>.submenu {
    width: calc(400% - 25px) !important;
}

.vertical-menu .magebig-nav>li.level0:hover>a.level-top {
    background-color: #fff;
    color: #000000cc !important;
    font-weight: bold;
}

.vertical-menu .magebig-nav li.level0 ul li.groups a {
    font-weight: bold;
}

.vertical-menu .magebig-nav li.level0 .groups-wrapper ul li a {
    font-weight: normal;
}

.vertical-menu .magebig-nav li.level0 ul li.groups a:hover {
    color: var(--main_color) !important;
}

.vertical-menu .magebig-nav li.level0 ul li.groups>a {
    border-bottom: 1px solid #ebebeb;
}

.vertical-menu .magebig-nav li.level0 ul li.groups a {
    font-size: 90%;
}

.magebig-mobile-menu .nav-bar .nav-logo {
    margin-bottom: 0;
}

.horizontal-menu .smartmenu .mbi {
    padding-left: 5px;
}

@media (min-width: 768px) {
    .header .d-md-none {
        display: none !important;
    }
}


/* .block-search input {
    border: 0;
} */

.block-search button {
    border: 2px solid #ccc;
    border-left: 0;
}

.block-search button:hover {
    cursor: pointer;
}

.top-link-wrap>div {
    padding: 0 10px;
}

.sticky-menu.active a:hover {
    color: var(--main_color) !important;
    text-decoration: none;
}

.customer-menu a:hover {
    color: var(--main_color) !important;
}

.language-topbar {
    display: flex;
    flex-direction: row;
}

.language-topbar .lang-topbar__title {
    padding: 3px 10px;
}

.language-topbar .lang-topbar__list ul {
    list-style: none;
    padding-left: 5px;
}

.language-topbar .lang-topbar__list ul li {
    float: left;
    padding: 0 0 0 2px;
}

#goog-gt-tt{display:none!important}.goog-te-banner-frame{display:none!important}.goog-te-menu-value:hover{text-decoration:none!important}body{top:0!important}#google_translate_element2{display:none!important}

/* ============================================ *
 * Main Slider
 * ============================================ */
 .main-slider-full {
    margin-bottom: 10px;
}

.main-slider-full .main-slider-container {
    padding-top: 10px;
}

.main-slider-v2 .slider {
    margin-bottom: 10px;
}

.main-slider-v2 .block-top {
    margin-bottom: 10px;
    display: block;
}

/* .object-fit img {
    height: auto !important;
} */

.object-fit .img-native-wrap {
    height: 100%;
}

@media (min-width: 576px) {
    /* .object-fit img {
        height: auto !important;
    } */
/* 
    .main-slider-v2 .block-top {
        display: none;
    } */
}

@media (max-width: 575px) {
    .main-slider-v2 .slider {
        margin-bottom: 0;
    }

    .main-slider-v2 .block-top {
        display: none;
    }
}

/* ============================================ *
 * Breadcrumbs
 * ============================================ */
 .wrapper-breadcrums .breadcrumbs {
    min-height: 0;
}

.wrapper-breadcrums .breadcrumbs ul.items {
    padding: 5px 0;
}

.breadcrumbs .items>li {
    font-size: 1.2rem;
}

.breadcrumbs .items>li:last-child {
    max-width: 500px;
    overflow: hidden;
    height: 13px;
}

/* ============================================ *
 * Category List
 * ============================================ */
.catalog-category-view .page-title {
    text-align: left;
}

.toolbar-products {
    margin-bottom: 0;
}

.products-grid {
    padding: 0 15px;
}

.products-grid ol {
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.products-grid li.product-item {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.product-items .price-container .price {
    font-weight: bold;
    color: var(--main_color);
}

.product-items .special-price {
    display: block;
}

.product-items .special-price .price {
    font-weight: bold;
}

.product-items .old-price .price {
    font-weight: normal;
    color: #000 !important;
}

.product-item-info .product-sku {
    font-size: 1.2rem;
    color: #818181;
    padding: 0 0 0.5rem 0;
}

.product-items .product-btn {
    /* position: inherit; */
    padding: 0;
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}

.product-items .product-btn .unavailable {
    font-size: 1.2rem;
}

.product-items .product-btn button {
    line-height: 3.4rem;
    font-size: 1.2rem;
}

.product-items .product-btn button:hover {
    color: var(--main_color);
}

.product-items .product-btn button:hover .mbi {
    color: #fff;
}

.product-items .product-btn .mbi {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
}

@media (min-width: 667px) {
    .product-items .product-btn .unavailable {
        line-height: 3.4rem;
    }
}

@media (max-width: 767px) {
    .product-item .product-btn {
        position: inherit;
    }
}

.product-item-info {
    min-height: 415px;
    padding: 10px;
    position: relative;
}

.product-item-info .product-item-name {
    overflow: hidden;
    height: 58px;
}

@media (max-width: 479px) {
    .product-item-info {
        min-height: 380px;
    }
}

.product-item-info .compare a {
    font-size: 1.2rem;
}

.product-item-info .compare i {
    font-size: 1rem;
}

.product-item-info .compare a:hover {
    color: var(--main_color);
    cursor: pointer;
}

.mb-trigger-next {
    margin-top: 20px;
}

.sorter-action:before {
    /* content: "\e942"; */
}

.sorter-action.sort-desc:before {
    /* content: "\e941"; */
}

.product-image-wrapper {
    background: #fff;
}

.category-cms .block-may-tinh-linh-kien {
    display: flex;
    flex-direction: column;
}

.category-cms .block-may-tinh-linh-kien ul {
    list-style: none;
}

.category-cms .block-may-tinh-linh-kien li {
    float: left;
    width: 70px;
    height: 120px;
    margin: 0 5px;
    font-size: 90%;
    text-align: center;
}

.category-cms .block-child-category {
    display: flex;
    flex-direction: column;
}

.category-cms .block-child-category ul {
    list-style: none;
}

.category-cms .block-child-category li {
    float: left;
    width: 70px;
    height: 120px;
    margin: 0 5px;
    font-size: 90%;
    text-align: center;
}

.category-cms .block-child-category-page {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.category-cms .block-child-category-page ul {
    list-style: none;
    padding: 0;
}

.category-cms .block-child-category-page li {
    float: left;
    width: auto;
    height: auto;
    margin: 0 5px;
    font-size: 90%;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 5px;
}

.category-cms .block-child-category-page li:hover {
    border-color: var(--main_color);
    cursor: pointer;
}

.category-cms .block-child-category-page li img {
    height: 30px;
    width: auto;
}

@media (max-width: 767px) {
    .category-cms .block-child-category-page li img {
        height: 20px;
        width: auto;
    }
}

.category-cms .block-child-category-laptop {
    display: flex;
    flex-direction: column;
}

.category-cms .block-child-category-laptop ul {
    list-style: none;
}

.category-cms .block-child-category-laptop li {
    float: left;
    width: 100px;
    height: 120px;
    margin: 0 2px;
    font-size: 90%;
    text-align: center;
}

.category-cms .block-child-category-laptop li img {
    height: 70px;
}

/* ============================================ *
 * Pages
 * ============================================ */
.pages {
    padding: 2rem 0;
}
.pages .pages-items .item {
    height: 40px;
    line-height: 40px;
    min-width: 40px;
}
.pages .pages-items .item.current {
    color: #fff;
}
.pages .pages-items .item a:hover {
    color: #fff;
    text-decoration: none;
}


/* ============================================ *
 * Product
 * ============================================ */
.product-info-main .page-title-wrapper .page-title {
    margin-bottom: 0;
}

.product-item .product-item-name {
    max-height: none;
}

.product-item-name a {
    color: #000;
}

.product-info-main .special-price {
    display: block;
}

/* .product-info-main .special-price .price {
    font-size: 3rem !important;
    font-weight: bold !important;
} */

.product-info-price span[data-price-type="finalPrice"] .price {
    color: var(--main_color);
    font-size: 3rem !important;
    font-weight: bold !important;
}

.product-info-main .old-price .price {
    color: #000 !important;
    font-size: 1.8rem !important;
    padding: 0 !important;
}

.discount-percent {
    position: absolute;
    background: var(--label) !important;
    /* font-size: 80%; */
    right: 0;
    padding: 2px 5px;
    color: #fff !important;
    z-index: 5;
    border-radius: 10px 0 0 10px
}

.product.media .discount-percent {
    font-size: 16px;
    top: 0;
    left: 0;
    width: 47px;
}

.mb-trigger-next {
    margin-top: 20px;
    margin-bottom: 40px;
}

.product-info-price {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
}

.product-info__call-buy {
    text-align: center;
}

.product-attribute-group01 p span {
    font-weight: bold;
}

.box-product-promotion {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.box-product-promotion-header {
    background: var(--label2);
    padding: 10px;
    font-weight: bold;
}

.box-product-promotion-header i {
    padding: 0 10px 0 0;
}

.box-product-promotion-content {
    padding: 10px;
    list-style: none;
}

.box-product-promotion-content ul {
    padding-left: 15px;
}

.box-product-promotion-content li {
    /* margin-bottom: 7px;
    list-style-type: decimal; */
}

.box-product-promotion-content li::before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='15' height='15'%3E%3Cpath fill='%234caf50' d='M44 24c0 11.045-8.955 20-20 20S4 35.045 4 24 12.955 4 24 4s20 8.955 20 20z'/%3E%3Cpath fill='%23ccff90' d='M34.602 14.602 21 28.199l-5.602-5.598-2.797 2.797L21 33.801l16.398-16.402-2.796-2.797z'/%3E%3C/svg%3E");
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.box-product-accessories {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin: 10px 0 0 0;
}

.box-product-accessories-header {
    background: #f1f1f1;
    padding: 10px;
    font-weight: bold;
}

.box-product-accessories-header i {
    padding: 0 10px 0 0;
}

.box-product-accessories-content {
    padding: 10px;
    list-style: none;
}

.box-product-accessories-content ul {
    padding-left: 15px;
}

.box-product-accessories-content li {
    /* margin-bottom: 7px;
    list-style-type: decimal; */
}

.box-product-accessories-content li::before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='15' height='15'%3E%3Cpath fill='%234caf50' d='M44 24c0 11.045-8.955 20-20 20S4 35.045 4 24 12.955 4 24 4s20 8.955 20 20z'/%3E%3Cpath fill='%23ccff90' d='M34.602 14.602 21 28.199l-5.602-5.598-2.797 2.797L21 33.801l16.398-16.402-2.796-2.797z'/%3E%3C/svg%3E");
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.product-info-policy {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin-bottom: 10px;
}

.product-info-shipping {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin-top: 10px;
}
.product-info-policy__header, .product-info-shipping__header {
    background: #f1f1f1;
    padding: 10px;
    font-weight: bold;
}

.product-info-policy__content, .product-info-shipping__content {
    padding: 10px;
}

.product-info-policy__content ul, .product-info-shipping__content ul {
    padding-left: 1.5rem;
}

.product-info-policy__content li, .product-info-shipping__content li {
    margin-bottom: 7px;
}

.product-info-policy__content li:last-child, .product-info-shipping__content li:last-child {
    margin-bottom: 0;
}

.product-info-inventory {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.product-info-inventory__header {
    background: #f1f1f1;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-info-inventory__content {
    padding: 0;
}

.product-info-inventory__content ul {
    padding-left: 0;
}

.product-info-inventory__content li {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    list-style: none;
    font-size: 1.2rem;
}

.product-info-inventory__content li:nth-child(even) {
    background-color: #f2f2f2;
}

.product-info-inventory__content li:last-child {
    margin-bottom: 0;
}

.product-info-inventory__content li i {
    font-size: 1rem;
}

.product-info-inventory__content li span a {
    color: var(--main2_color);
    text-decoration: underline;
}

.product-info-inventory__content li label {
    background: var(--main4_color) !important;
    padding: 2px;
    margin-bottom: 0;
    color: var(--main3_color) !important;
    font-size: 0.9rem;
}

.product-info-inventory__content li label.outstock {
    background: var(--main_color) !important;
    color: var(--main3_color) !important;
}

.product-info-detailed {
    padding-top: 2rem;
}

.product-info-description {
    margin-bottom: 10px;
}

.product-info-description__header {
    padding: 10px 10px 10px 0;
    font-size: 2rem;
    font-weight: bold;
}

.product-info-description__content {
    text-align: justify;
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

@media (max-width:479px) {
    .product-info-description__content {
        padding: 0.5rem;
    }
}

@media (max-width:1024px) {
    .product-info-description__content img {
        max-width: 90% !important;
    }
}

.product-info-description__content__btn-show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5rem;
    display: block;
    margin-bottom: 0;
    background: linear-gradient(to bottom, rgba(255 255 255/0), rgba(255 255 255/62.5), rgba(255 255 255/1));
}

.product-info-description__content__btn-show-more p.btn-show-more {
    width: 100%;
    max-width: 20rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    border: 1px solid var(--main_color);
    background-color: var(--main_color);
    color: #fff;
    margin: 0 auto 1rem auto;
}

.product-info-description__content__btn-show-more p.btn-show-more:hover {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
}

.product-info-description__content__btn-show-more p.btn-show-more i {
    padding: 0 0 0 1rem;
}

.product-info-specs {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    margin-bottom: 10px;
}

.product-info-specs__header {
    /* background: #f1f1f1; */
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
}

.product-info-specs__warning {
    padding: 0 10px 10px 10px;
    font-size: 1.4rem;
    font-style: italic;
    text-align: justify;
    color: var(--main_color);
}

.product-info-specs .table-wrapper {
    font-size: 1.4rem;
    margin-bottom: 0;
}

.additional-attributes tbody tr {
    border-bottom: 1px solid #f1f1f1;
}

.product-info-specs th {
    padding: 10px !important;
    text-align: left !important;
    /* width: 40% !important; */
    vertical-align: top;
}

.product-info-specs td {
    padding: 1rem !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.box-tocart .fieldset-add {
    width: 100%;
}

.box-tocart .field {
    display: none;
}

.box-tocart .actions {
    width: 100%;
}

.box-tocart .actions .tocart {
    text-transform: none;
    width: 100%;
    height: 6rem;
    line-height: 2rem;
    margin-right: 0;
    margin-bottom: 0;
}

.box-tocart .actions .tocart span {
    text-transform: uppercase;
}

.box-tocart .actions .tocart p {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.product-review__title {
    font-weight: bold;
    padding: 1rem 0;
    font-size: 2rem;
}

.review-items {
    border-bottom: 1px solid #e1e1e1;
}

.review-item {
    padding: 1rem 0;
    border-bottom: 1px solid #e1e1e1;
}

.review-item:last-child {
    border-bottom: none;
}

.review-author .review-details-value {
    font-weight: bold;
}

.review-date .review-details-label {
    position: unset;
}

.message.info {
    margin: 2rem 0;
}

.product-brand-info img {
    width: 10rem;
    padding-bottom: 1rem;
}

/* ============================================ *
 * product-reviews-summary
 * ============================================ */
.product-reviews-summary .reviews-actions {
    line-height: 14px;
}

.rating-summary .rating-result {
    width: 82px;
}

.rating-summary .rating-result::before {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}

.rating-summary .rating-result>span::before {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}
 

/* ============================================ *
 * Cart
 * ============================================ */
#discount-coupon-form .actions-toolbar {
    top: unset;
    bottom: 0;
}

/* ============================================ *
 * Mini Cart
 * ============================================ */
.minicart-items .product-item-name a {
    color: #000;
}

.minicart-items .product-item-name a:hover {
    color: var(--main_color) !important;
}

/* ============================================ *
 * Checkout
 * ============================================ */
.checkout-cart-index .page-title {
    text-align: left;
}

.opc-block-shipping-information .shipping-information-title .action-edit:before {
    content: '\e9be';
}

@media (min-width:769px) {
    .opc-wrapper #shipping-new-address-form>.field.street>.control>.field {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* ============================================ *
 * Filter
 * ============================================ */
 .block.filter {
    padding: 10px;
 }

.filter-options .filter-options-content {
    padding: 0 0 10px;
}

.mb-range-slider .actions-toolbar {
    margin: 15px 0 5px 0;
}

.filter .filter-options .filter-options-content .item {
    /* margin: 0 0 10px 0; */
    float: left;
    min-width: 50%;
}

.filter .filter-options li a {
    color: var(--black) !important;
}

.filter .filter-options .action.primary {
    color: var(--white) !important;
}

.filter .filter-options .action.primary:hover {
    color: var(--black) !important;
}

/* ============================================ *
 * block-cat-product
 * block-product-tab-cat
 * ============================================ */
.block-cat-product .owl-carousel .owl-item {
    border-left: none;
}

.block-cat-product .product-item+.product-item {
    border-top: none;
}

.block-cat-product .owl-carousel,
.block-product-tab-cat .owl-carousel {
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.block-cat-product .product-item,
.block-product-tab-cat .product-item {
    padding-bottom: 0;
    margin-bottom: 0;
    /* min-height: 420px; */
    max-height: 100%;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.block-product-tab-cat .tabs-wrap {
    margin-bottom: 10px;
}

.block-product-tab-cat ul.widget-tabs li {
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    outline: none;
    padding: 0 20px;
    height: 40px;
    min-width: 50px;
    line-height: 40px;
    border: 1px solid var(--main_color);
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    transition: color 500ms ease, background-color 500ms ease, border-color 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: inherit;
}

.block-product-tab-cat ul.widget-tabs li.opened {
    background-color: var(--main_color);
}

.block-product-tab-cat ul.widget-tabs li:hover {
    background-color: var(--main_color);
}

.block-product-tab-cat ul.widget-tabs li>a {
    padding: 0;
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #000;
}

.block-product-tab-cat ul.widget-tabs li:hover>a {
    color: #fff;
    text-decoration: none;
}

.block-product-tab-cat ul.widget-tabs li.opened>a {
    color: #fff;
}

/* ============================================ *
 * Homepage
 * deal-block
 * ============================================ */
.deal-block {
    background-color: var(--main_color);
    margin-bottom: 30px;
}

.deal-block .deal-block-top {
    padding: 15px;
    margin-bottom: 0;
    color: #fff;
}

.deal-block-top .title {
    text-transform: uppercase;
}

.deal-block .deal-block-top .promo-count {
    background-color: #f1f1f170;
    color: #000;
}

.deal-block .deal-block-top .view-all a {
    color: #fff;
}

.deal-block .deal-block-top .view-all a:hover {
    text-decoration: underline;
}

.deal-block .deal-block-products {
    margin-bottom: 0;
    padding: 10px;
}

.deal-block .widgetplus {
    margin-bottom: 0;
}

.deal-block .owl-carousel {
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.deal-block .category-products {
    background: #fff;
}

.deal-block .product-item {
    padding: 0;
    margin-bottom: 0;
    max-height: 100%;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.deal-block .product-item .product-item-info {
    min-height: 450px;
}

.top-title .title {
    font-size: 2.4rem;
}
/* ============================================ *
 * Homepage
 * block-products-hot
 * ============================================ */
.block-products-hot {
    margin-top: 30px;
}

.block-products-hot .product-item .product-item-info {
    min-height: 430px;
}

/* ============================================ *
 * Homepage
 * block-categories-hot
 * ============================================ */
.block-categories-hot {
    margin-top: 30px;
}

.block-categories-hot .top-title {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}

.block-categories-hot .top-title .title {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 32px;
    padding: 5px 0;
}

/* ============================================ *
 * recently-viewed
 * ============================================ */
.recently-viewed .category-products {
    padding: 0;
}

.recently-viewed .product-item {
    padding: 0;
    margin-bottom: 0;
    min-height: 390px;
    max-height: 100%;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.recently-viewed .product-item-info {
    min-height:395px;
}

.recently-viewed.block-viewed-products-grid {
    padding: 2rem 0;
    margin-bottom: 0 !important;
}

.price-including-tax {
    font-size: 1.4rem;
}

.recently-viewed .product-btn {
    /* opacity: 0;
    visibility: hidden; */
}

/* ============================================ *
 * block-blog
 * ============================================ */
.block-blog-main {
    padding: 2rem 0 0;
}

.blog-page .page-title {
    text-align: left !important;
    text-transform: uppercase;
}

.blog-page .post-holder {
    padding: 0;
    border: none;
}

.blog-post-view .post-featured-image img {
    width: 100%;
}

.mf-blog-icon.mfbi-views {
    background-image: url(../../vi_VN/Magefan_Blog/images/views-icon.svg);
}

.mf-blog-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    background-size: cover;
}

/* ============================================ *
 * widget-product
 * ============================================ */
.widget-product .heading-title {
    font-size: 2.1rem;
    font-weight: bold;
    padding: 1rem 0;
}

/* ============================================ *
 * widget-product-tab
 * ============================================ */
.widget-product-tab .owl-theme .owl-nav [class*='owl-'] {
    background-color: #f1f1f170;
    color: #cccccc;
    left: -40px;
    font-size: 30px
}

.widget-product-tab .owl-theme .owl-nav [class*='owl-']:hover {
    color: #000
}

.widget-product-tab .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -40px
}

.widget-product-tab .owl-carousel .owl-nav button {
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    .widget-product-tab .owl-theme .owl-nav [class*='owl-'] {
        left:-15px
    }

    .widget-product-tab .owl-theme .owl-nav .owl-next {
        right: -15px;
        left: auto
    }
}

/* ============================================ *
 * News
 * ============================================ */
.post-view,
.post-list-wrapper {
    padding-right: 0;
}

/* ============================================ *
 * Footer
 * ============================================ */
.footer.content {
    padding-top: 2rem;
}

.footer-main {
    color: #000;
    padding-bottom: 2rem;
}

.footer-main .title {
    margin: 1rem 0;
    font-size: 1.6rem;
    font-weight: bold;
}

@media (max-width: 767px) {
    .footer-main .title {
        padding: 1rem 0;
    }
}

.footer-main .textwidget p {
    margin-bottom: 0;
}

.footer-main .textwidget p span {
    font-size: 1.3rem;
}

.footer-main .footer-links li {
    padding: 1rem 0 0 0;
}

.text-copyright {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .text-copyright {
        text-align: center;
        margin: 1rem 0;
    }
}

.footer-widgets__payment img {
    height: 2.5rem;
    vertical-align: top;
    margin: 0 0.5rem 0.5rem 0;
}

.footer-widgets__shipping img {
    height: 2.5rem;
    vertical-align: top;
    margin: 0 0.5rem 0.5rem 0;
}

.footer-widgets__certificate {
    
}

.footer-widgets__certificate img {
    height: 2.5rem;
    vertical-align: top;
    margin-right: 0.5rem;
}

.footer-widgets__certificate .ncsc img {
    height: 3.5rem;
}

.footer-widgets__social img {
    height: 3.2rem;
    vertical-align: top;
    margin: 0 0.5rem 0.5rem 0;
}

.footer-widgets__group img {
    height: 4rem;
    vertical-align: top;
    margin: 0 1rem 0.5rem 0;
}

.footer-payment ul li img {
    height: 2.5rem;
}

#go-top {
    background: #f53d2d;
    bottom: 235px !important;
}

#go-top a {
    padding: 7px;
    color: #fff;
    border-bottom: none;
}

.messenger-widget {
    position: fixed;
    right: 15px;
    bottom: 85px;
    z-index: 10;
}

@media (max-width: 767px) {
    .messenger-widget {
        bottom: 130px;
    }

    #go-top {
        bottom: 280px !important;
    }
}

.messenger-widget .messenger-widget__call {
    background: #0084ff;
    width: 134px;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px 0 0 5px;
}


.messenger-widget .messenger-widget__messenger {
    background: #e60f1e;
    width: 134px;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.messenger-widget .messenger-widget__zalo {
    background: #0084ff;
    width: 134px;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.messenger-widget img {
    width: 30px;
    height: 30px;
    margin: 5px;
}

.messenger-widget p {
    position: absolute;
    top: 8px;
    left: 40px;
    font-size: 80%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 90px;
}

.messenger-widget p:last-child {
    position: absolute;
    top: 22px;
    font-size: 70%;
    color: #fff;
    font-weight: normal;
}

@media (max-width:479px) {
    .messenger-widget .messenger-widget__call, .messenger-widget .messenger-widget__messenger, .messenger-widget .messenger-widget__zalo {
        width: 40px !important;
    }

    .messenger-widget p {
        display: none !important;
    }
}


/* ============================================ *
 * CMS
 * khuyen-mai
 * ============================================ */
.cms-khuyen-mai .widget-product {
    margin-bottom: 0;
}

.cms-khuyen-mai .product-items {
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.cms-khuyen-mai .product-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

/*Popup*/
.popup-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
}

.popup-footer a.popup-footer-close {
    background: transparent url("../images/white-close.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 27px;
    z-index: 98;
}

.popup-footer a.popup-footer-show {
    display: none;
    background: transparent url("../images/white-open.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 27px;
    z-index: 98;
}

.popup-footer-hide {
    height: 35px;
}

.popup-footer-hide a.popup-footer-close {
    display: none !important;
}

.popup-footer-hide a.popup-footer-show {
    display: block !important;
}

@media screen and (min-width: 1200px) {

    /* .page-header:before {
        content: '';
        background-size: 100%;
        width: 300px;
        height: 161px;
        position: absolute;
        z-index: 2;
        background-image: url(https://cpn.vn/pub/media/images/2025/tet-2025-left.png);
        right: calc((100% - 1200px)/2 + 1200px);
        left: 0;
        top: 0;
        background-repeat: no-repeat;
    }

    .page-header:after {
        content: '';
        width: 300px;
        height: 161px;
        position: absolute;
        z-index: 2;
        background-image: url(https://cpn.vn/pub/media/images/2025/tet-2025-right.png);
        top: 0;
        left: calc((100% - 1200px)/2 + 1200px);
        right: 0;
        background-repeat: no-repeat;
        width: calc((100% - 1200px)/2);
        background-size: auto 100%;
    } */

    #popup-footer {
        display: block !important;
    }

    /*NOEL 2025*/
    /* .page-wrapper.magebig-container {
        background: url(//cpn.vn/pub/media/images/2026/tet-2026.jpg) no-repeat;
        background-size: 100%;
        background-position: left top;
        background-attachment: fixed;
    }

    .container.main-container {
        background: #fff;
    }

    .column.main {
        background: #fff;
    }

    .block-main-product .top-title .title {
        padding: 5px !important;
    }

    .block-blog-main.block-main-product {
        padding: 5px !important;
    }

    .post-list-wrapper.post-list-owl {
        padding: 5px !important;
    }

    .page-bottom {
        background: none !important;
    }

    .widgetplus {
        background: #fff !important;
    }

    .recently-viewed.block-viewed-products-grid {
        background: #fff !important;
    }

    .widget-product .heading-title {
        padding: 1rem !important;
    }

    .catalog-category-view .page-title {
        margin: 5px;
    }

    .product-info-main-top.product-info-main {
        margin: 5px;
    }

    .product-info-main-content {
        margin: 5px;
    }

    .row.product-info-detailed {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-review {
        margin: 5px;
    }

    .catalogsearch-result-index .page-title-wrapper, .catalogsearch-result-index .category-list-view {
        margin: 5px;
    }

    .page-title-wrapper, .post-list-wrapper, .sidebar.sidebar-additional, .column.main {
        margin: 5px;
    } */
}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(29, 161, 242);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}