/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.d-flex {
    display: flex;
}

a {
    transition: 0.3s all ease;
}

.bk-btn-box {
    display: flex;
}

.bk-btn-box .bk-btn-paynow {
    display: none !important;
}

.bttop {
    display: none;
    position: fixed;
    bottom: 75px;
    right: 30px;
    background: linear-gradient(90deg, var(--secondary), var(--secondary));
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    border: 5px solid rgb(255 255 255 / 50%);
}

.bttop a {
    color: #fff;
}

body {
    padding-top: 114px;
}

header {
    background: linear-gradient(90deg, var(--primary), var(--primary-2));
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}

.header-search .input-group {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.header-search .input-group input {
    min-width: 248px;
    border: none;
    box-shadow: none;
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
}

.header-search .input-group button {
    border: none;
    background: transparent;
    height: 100%;
    padding-right: 12px;
    color: #888;
}

.header-right {
    margin-left: auto;
}

.header-right ul {
    align-items: center;
    margin-bottom: 0;
}

.header-right ul li {
    position: relative;
}

.header-right ul li::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 60%;
    background-color: rgb(230, 230, 230);
    transform: translateY(-50%);
}

.header-right ul li:last-child:after {
    display: none;
}

.header-right ul li a {
    color: var(--btn);
    padding: 3px 20px;
    display: inline-flex;
    font-size: 14px;
    text-align: center;
}

.header-right ul li a:hover {
    color: var(--secondary);
}

.header-right ul li:last-child a {
    align-items: center;
    background: var(--secondary);
    margin-left: 15px;
    border-radius: 8px;
}

.header-right ul li:last-child a span {
    color: #fff;
}

.header-right ul li:last-child a span:hover {
    color: var(--primary);
}

.header-right ul li:last-child a span:first-child {
    color: #fff;
    animation: play0 1.5s ease infinite;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    margin-right: 12px;
}

@keyframes play0 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.site-banner img {
    width: 100%;
}

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

.logo-footer img {
    max-height: 75px;
    max-width: 100%;
}

.menu-footer {
    padding: 0;
    margin: 0;
    list-style: "- ";
    padding-left: 10px;
    font-weight: 700;
}

.menu-footer li a {
    line-height: 32px;
    font-size: 16px;
}

.footer-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.footer-social li a {
    margin-right: 8px;
    position: relative;
}

.footer-social li a img {
    width: 32px;
    height: 32px;
}

.footer-social li a::before {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    height: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}

.footer-social li a:hover:before {
    opacity: 0;
    height: 100%;
}


/* Breadcrumbs */

.box-breadcrumbs {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    width: 100%;
    background-color: #fff;
}


/* main */

main.wraper {
    margin: 15px auto;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
}


/* Home slider */

#home-slider {
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 10px;
}


/* #home-slider.is-home {
    overflow: hidden;
    margin-top: -90px;
    margin-bottom: 0;
} */

#home-slider .slick-prev,
#home-slider .slick-next {
    z-index: 1;
    width: 76px;
    height: 76px;
    background: rgb(255 255 255 / 75%);
    border-radius: 50%;
}

#home-slider .slick-prev {
    left: -38px;
    text-align: right;
    padding-right: 18px;
}

#home-slider .slick-next {
    right: -38px;
    text-align: left;
    padding-left: 18px;
}

#home-slider .slick-prev:before,
#home-slider .slick-next:before {
    font-family: "FontAwesome";
    font-size: 45px;
    color: #222;
}

#home-slider .slick-prev:before {
    content: "\f104";
}

#home-slider .slick-next:before {
    content: "\f105";
}

#home-slider .slick-slide img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

#home-slider .item {
    border-radius: 10px;
    overflow: hidden;
}

#home-slider .slick-slide {
    margin: 0 5px;
}

#home-slider .slick-list {
    margin: 0 -5px;
}


/* Home features */

.features {
    margin: 20px -5px;
}

.features .feature-item {
    display: flex;
    align-items: center;
    background: var(--btn);
    border-radius: 10px;
    padding: 20px;
    border: 1px dashed var(--btn);
}

.features .feature-item img {
    margin-right: 15px;
    filter: brightness(0) invert(1);
}

.features .feature-item span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}


/* Shop cate */

.panel-shops-cat {
    border: none;
    border-radius: 8px;
}

.panel-shops-cat.panel-default>.panel-heading {
    background: transparent !important;
    border: none;
    display: flex;
    align-items: center;
    padding: 20px 15px 8px;
}

.panel-shops-cat.panel-default>.panel-heading h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-shops-cat.panel-default>.panel-heading h2 a {
    color: #212529;
}

.panel-shops-cat.panel-default>.panel-heading h2 a:hover {
    color: var(--primary);
}

.panel-shops-cat.panel-default>.panel-heading .more-cats {
    display: flex;
    margin-left: auto;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 80%;
}

.panel-shops-cat .panel-heading .more-cats>a {
    background-color: #f3f4f6;
    padding: 5px 10px;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid #dee2e6 !important;
    color: #4c4c4c;
    margin-left: 0;
}

.panel-shops-cat .panel-heading .more-cats>a:hover {
    background: #fff;
    color: var(--primary);
    border-color: var(--primary) !important;
}

.shops-viewgrid .shop-item {
    box-shadow: 0 0 2px 0 rgba(60, 64, 67, 0.1), 0 0 6px 0 rgba(60, 64, 67, 0.25);
    border-radius: 8px;
    padding: 8px;
}


/* .shops-viewgrid .shop-item .item-image {
    max-height: 161px;
    overflow: hidden;
} */

.shops-viewgrid .shop-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.shops-viewgrid .shop-item .caption {
    margin-top: 10px;
}

.shops-viewgrid .shop-item .caption h3 {
    font-size: 16px;
}

.shops-viewgrid .shop-item .caption h3>a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: calc(21px * 2);
    line-height: 21px;
}

.shops-viewgrid .shop-item .caption p.price {
    margin-top: 5px;
    display: flex;
    align-items: center;
    height: unset;
    margin-bottom: 0;
}

.shops-viewgrid .shop-item .caption .desc {
    font-size: 14px;
    margin: 8px 0;
}

.shops-viewgrid .shop-item .caption p.price>.money {
    margin-right: 5px;
    font-size: 20px;
}

.shops-viewgrid .shop-item .caption p.price>.discounts_money {
    font-size: 14px;
}

.shops-viewgrid .shop-item .info_pro {
    position: absolute;
    top: 20px;
    left: 0;
}

.shops-viewgrid .shop-item .sale-label {
    top: 5px;
    left: -5px;
    color: #fff;
    background: var(primary);
    padding: 4px 6px;
    z-index: 2;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    box-shadow: 0 0 5px 1px #fff;
}

.shops-viewgrid .shop-item .sale-label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: #00000000 var(primary) transparent transparent;
    bottom: -5px;
    left: 0;
    filter: brightness(0.8);
}


/* Viewcat */

.shops-cat-page .page-header {
    display: flex;
    align-items: center;
    border: none;
}

.shops-cat-page .page-header h1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.shops-cat-page .page-header .s-cat-fillter {
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.shops-cat-page .page-header .s-cat-fillter span {
    font-size: 14px;
    margin-right: 5px;
}


/* Detail product */

.product-detail h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail .box-price {
    background: #fafafa;
    font-weight: 700;
    font-size: 32px;
    border-radius: 8px;
    padding: 8px 20px;
    margin-bottom: 10px;
}

.product-detail .box-price .discounts_money {
    font-size: 16px;
}

.product-detail .box-support {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.product-detail .box-support img {
    margin-right: 12px;
    width: 45px;
}

.product-detail .box-support a {
    color: #fff;
}

.product-detail .box-support a:hover {
    color: var(--primary);
}

.product-detail .free-gifts {
    border: 1px dashed var(--primary);
    padding-bottom: 5px !important;
    border-radius: 10px;
    padding: 15px;
    background: rgb(215 0 24 / 2%);
    font-size: 14px;
}

.product-detail .free-gifts legend {
    width: auto;
    color: var(--primary);
    font-weight: 600;
    background: #ffeaea;
    border-radius: 20px;
    border: 1px solid;
    font-size: 18px;
    margin-bottom: 0;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.product-detail .free-gifts legend em {
    font-size: 24px;
}

.product-detail #bodyhtml {
    box-shadow: 0 0 2px 0 rgba(60, 64, 67, 0.1), 0 0 6px 0 rgba(60, 64, 67, 0.25);
    border-radius: 10px;
    padding: 8px 15px;
    margin: 20px 0;
}

.product-detail #bodyhtml h3 {
    color: #363636;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-detail #bodyhtml .content-bodyhtml>h4 {
    font-size: 18px;
}

.product-detail ul.product-info {
    margin-bottom: 20px;
}

.product-detail .panel-default {
    box-shadow: 0 0 2px 0 rgba(60, 64, 67, 0.1), 0 0 6px 0 rgba(60, 64, 67, 0.25);
    border-radius: 10px;
    padding: 10px 15px 0;
}

.product-detail .panel-default>.panel-heading {
    background: transparent !important;
    border: none;
    padding: 0;
    font-weight: 700;
    margin-bottom: 15px;
    color: #363636;
    font-size: 18px;
    text-transform: uppercase;
}

.product-detail .panel-product-others .shops-viewgrid .shop-item,
.product-detail .panel-product-viewed .shops-viewgrid .shop-item {
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

.product-detail .box-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-around;
    margin-top: 15px;
}

.product-detail .box-buttons a {
    text-align: center;
    width: 50%;
    border-radius: 10px;
    padding: 10px 20px;
    line-height: 20px;
}

.product-detail .box-buttons a>span {
    font-weight: 700;
}

.product-detail .box-buttons a>small {
    font-size: 14px;
}

.product-detail .box-buttons .btn-buy-phone {
    background: linear-gradient(var(--primary), var(--secondary));
    color: #fff;
    transition: all 1.5s;
    width: 43%;
}

.product-detail .box-buttons .btn-buy-phone:hover {
    background: linear-gradient(var(--secondary), var(--primary));
    transition: all 1.5s;
}

.product-detail .box-buttons .btn-buy-zalo {
    background: linear-gradient(var(--primary), var(--secondary));
    color: #fff;
    transition: all 1.5s;
    width: 57%;
}

.product-detail .box-buttons .btn-buy-zalo:hover {
    background: linear-gradient(var(--secondary), var(--primary));
    transition: all 1.5s;
}


/* section-categories */

.section-categories {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

.section-categories h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-categories .list-cates {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
}

.section-categories .cate-item {
    border-radius: 10px !important;
    box-shadow: 0 0 5px 0 #e5e5e5;
    flex: 1;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding: 8px 10px;
}

.section-categories .cate-item:hover {
    box-shadow: 0 0 5px 0 var(--primary);
}

.section-categories .cate-item>img {
    width: 100%;
}

@media (max-width: 996px) {
    .section-categories {
        display: none;
    }
    main.wraper {
        margin-bottom: 0;
    }
    .shops-cat-page .page-header {
        flex-wrap: wrap;
        gap: 10px;
    }
}


/* section-hotdeal */

.section-hotdeal {
    background: linear-gradient(90deg, var(--primary), var(--primary-2));
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.section-hotdeal h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-hotdeal h2 img {
    width: 32px;
    margin-right: 10px;
}

.section-hotdeal .shops-viewgrid .shop-item {
    background-color: #fff;
}


/* section-news */

.section-news {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.section-news h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-news .first-new img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.section-news h3 {
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 1;
    height: calc(21px * 1);
    line-height: 21px;
}

.section-news .first-new h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.section-news p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: calc(21px * 2);
    line-height: 21px;
}

.section-news ul {
    padding: 0;
}

.section-news ul li {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.section-news ul li figure {
    width: 135px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    max-height: 86px;
}

.section-news ul li figure img {
    width: 100%;
}

.section-news ul li span.publtime {
    font-size: 14px;
}

.section-news ul li .info {
    width: calc(100% - 135px);
}


/* block_tophits list-none list-items */

.block_tophits.list-items li {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 12px;
}

.block_tophits.list-items li>a:first-child {
    width: 86px;
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.block_tophits.list-items li>a:first-child img {
    width: 100%;
}

.block_tophits.list-items li>a:last-child {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: calc(21px * 2);
    line-height: 21px;
    width: calc(100% - 86px);
    font-size: 16px;
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}


/*phone*/

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background: var(--secondary);
    letter-spacing: 1.5px;
    font-weight: 700;
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}


/*css all in one*/

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

.bodyhtml-description-cate {
    box-shadow: 0 0 2px 0 rgba(60, 64, 67, 0.1), 0 0 6px 0 rgba(60, 64, 67, 0.25);
    border-radius: 10px;
    padding: 12px 15px;
    margin: 20px 0;
}

.bodyhtml-description-cate h2,
.bodyhtml-description-cate h3,
.bodyhtml-description-cate h4 {
    border-left: 3px solid #d8031a;
    padding-left: 15px;
    color: #d8031a;
    margin-bottom: 10px;
}

.bodyhtml-description-cate h4 {
    font-size: 16px;
}

.bodyhtml-description-cate h3 {
    font-size: 18px;
}

.bodyhtml-description-cate h2 {
    font-size: 24px;
}


/* Footer widget mobile */

.widget-contact-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #f4f5f8;
    padding: 8px 0 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9999;
}

.widget-item {
    width: 20%;
}

.widget-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
}

.widget-item a span:first-child {
    font-size: 18px;
    background: #f44336;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 35%;
}

.widget-item a span:last-child {
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    color: #222;
}

@media (min-width: 992px) {
    .widget-contact-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .main-footer {
        margin-bottom: 70px;
    }
}

.widget-item.item-center {
    text-align: center;
}

.widget-item.item-center a {
    position: absolute;
    top: -15px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    padding: 7px;
    display: inline-block;
}

.widget-item.item-center a span:last-child {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 60px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    background: #fffe03;
    color: #222;
    text-align: center;
}

.widget-item.item-center .hotline-phone-ring-circle {
    width: 90px;
    height: 90px;
    top: -8px;
    left: -8px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 3px solid #fffe03;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.widget-item.item-center .hotline-phone-ring-circle-fill {
    width: 90px;
    height: 90px;
    top: -8px;
    left: -8px;
    position: absolute;
    background-color: rgb(255 254 4 / 45%);
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


/* home-cates */

.home-cates {
    padding: 0;
    background: #fff;
    position: relative;
}

.home-cates li a {
    display: block;
    width: 100%;
}

.home-cates .sub-home-cates {
    padding: 10px;
    background: #fff;
    position: absolute;
    /* display: flex; */
    left: 100%;
    top: 0;
    min-width: 910px;
    width: 100%;
    gap: 15px;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    display: none !important;
    flex-wrap: wrap;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    /* min-height: 480px; */
    border-radius: 0 0 10px 0;
    z-index: 999;
}

.home-cates .sub-home-cates .dropdown {
    width: 23.7% !important;
}

.home-cates .sub-home-cates .dropdown span a {
    color: var(--secondary);
}

.home-cates .sub-home-cates .dropdown span a:hover {
    color: var(--primary);
}

.home-cates .sub-home-cates .sub-home-cates-min {
    padding-left: 0;
}

.home-cates>li:hover .sub-home-cates {
    opacity: 1;
    visibility: visible;
    display: flex !important;
}

.home-cates li a {
    padding: 8px 20px;
    display: inline-block;
    font-weight: 600;
}

@media screen and (max-width: 1150px) {
    .home-cates .sub-home-cates {
        min-width: 790px;
        gap: 15px;
    }
    .home-cates .sub-home-cates .dropdown {
        width: 22.2% !important;
        min-width: 165px;
    }
}

@media screen and (max-width: 996px) {
    .home-cates .sub-home-cates {
        min-width: unset;
    }
}


/* box-cates-with-btn */

#menusite .row {
    display: flex;
    align-items: center;
}

.btn-show-cates>a {
    background: var(--secondary);
    display: block;
    padding: 10px 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}

.btn-show-cates>a>em {
    margin-right: 10px;
}

#box-cates-with-btn {
    display: none;
    position: absolute;
    z-index: 5;
    width: calc(100% - 10px);
    box-shadow: 0 0 2px 0 rgb(60 64 67 / 10%), 0 0 6px 0 rgb(60 64 67 / 25%);
    background: #fff;
    border-radius: 0 0 10px 10px;
    /* overflow: hidden; */
}

#box-show-cates-mobile {
    display: none;
}


/* Responsive */

@media screen and (max-width: 768px) {
    #header .logo {
        background: none;
    }
    #header .logo a {
        padding: 10px;
        border-radius: 4px;
    }
    .shops-viewgrid .shop-item .caption .desc {
        font-size: 13px;
    }
    .features .feature-item span {
        font-size: 16px;
        font-weight: 700;
    }
    #box-show-cates-mobile {
        display: block;
        position: fixed;
        background: #fff;
        bottom: 75px;
        width: calc(100vw - 20px);
        left: -1000px;
        border-radius: 10px;
        overflow: hidden !important;
        padding: 0;
        margin: 0;
        box-shadow: 0 0 2px 0 rgb(60 64 67 / 10%), 0 0 6px 0 rgb(60 64 67 / 25%);
        transition: all 0.5s;
        z-index: 1;
    }
    #box-show-cates-mobile.show-cates {
        left: 10px;
    }
    .btn-show-cates {
        display: none;
    }
    .hero-home .row>.col-md-5 {
        display: none;
    }
    .section-categories .list-cates {
        padding: 5px 5px 10px;
        display: flex;
        gap: 8px;
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--btn);
    }
    .shops-viewgrid .shop-item .caption p.price>.money {
        font-size: 14px;
    }
    .shops-viewgrid .shop-item .caption p.price .discounts_money {
        font-size: 12px;
    }
    #menusite .navbar-default .navbar-nav>li:first-child>a {
        padding-left: 15px;
    }
    .wraper {
        padding: 5px;
    }
    #home-slider .item {
        border-radius: 0;
    }
    .site-banner {
        display: none;
    }
    #home-slider.is-home {
        margin-top: 15px;
    }
    .header-right {
        display: none;
    }
    .features .feature-item {
        margin-bottom: 10px;
    }
    .section-categories .cate-item {
        min-width: calc(calc(100% / 4) + 5px);
        max-width: 33%;
    }
    .panel-shops-cat.panel-default>.panel-heading {
        display: block;
    }
    .panel-shops-cat.panel-default>.panel-heading h2 {
        margin-bottom: 10px;
    }
    .panel-shops-cat.panel-default>.panel-heading .more-cats {
        padding-bottom: 8px;
    }
    .header-search {
        margin: 10px 15px 10px 10px;
        /* margin: 0 auto; */
        width: 100%;
    }
    .header-search .input-group input {
        min-width: unset;
        max-width: calc(100vw - 50px);
    }
    .header-right ul {
        padding: 0;
        margin: 0;
    }
    #button-contact-vr {
        display: none;
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.btn-primary {
    color: #fff;
    background-color: var(--btn) !important;
    border-color: var(--btn) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--btn-hover) !important;
    border-color: var(--btn--hover) !important;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-success {
    color: #fff;
    background-color: var(--thrid);
    border-color: var(--thrid);
}

.btn-success:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-danger {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    opacity: 0.8;
}

.btn-danger:hover {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    opacity: 1;
}

.footer-order-now {
    background-color: #dedcdc;
    padding: 20px;
}

.footer-order-now .slogan-text {
    font-weight: 500;
    font-size: 18px;
}

.footer-order-now .slogan-cta {
    margin-left: auto;
}

.footer-order-now .slogan-cta>a {
    display: block;
    background: var(--btn);
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
}

.text-blue {
    color: var(--primary);
}

.text-green,
.section-footer-top#footer a:hover {
    color: var(--secondary);
}

.section-footer-top#footer h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.section-footer-top#footer h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 15px;
}

.box-contact-footer ul {
    padding-left: 10px;
    list-style: "- ";
}

.box-contact-footer ul ul {
    padding-left: 15px;
    list-style: disc;
}


/* block cart header */

.header-right ul li.block_cart {
    width: 129px;
}

.header-right ul li.block_cart a {
    align-items: center;
    background: rgba(255, 255, 255, 0.35);
    margin-left: 15px;
    border-radius: 8px;
    padding: 3px 10px;
}

.header-right ul li.block_cart::after {
    display: none;
}

.header-right ul li.block_cart a .fa {
    font-size: 32px;
}

.header-right ul li.block_cart a span.num-cart {
    background-color: red;
    position: absolute;
    top: -5px;
    right: -10px;
    padding: 0px 4px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 11px;
}

.btn-add-to-cart {
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.btn-out-of-stock {
    width: 100%;
    padding: 6px 12px;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.text-out-of-stock {
    font-size: 24px;
    color: var(primary);
    font-weight: 700;
    margin-bottom: 20px;
}


/* Detail order */

.order-number {
    background: #fafafa;
    border-radius: 8px;
    padding: 15px 20px 10px;
    margin-bottom: 20px;
}

.detail-box-buttons {
    margin-bottom: 20px;
}

.detail-box-buttons button {
    border-radius: 8px;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
}

.detail-box-buttons button.btn-order-cart:focus {
    background-color: rgba(141, 208, 41, 1);
}

.detail-box-buttons button.btn-order-buy:focus {
    background-color: rgba(32, 15, 107, 1);
}


/* item-product-buttons */

.item-product-buttons {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}

.item-product-buttons .btn-view-detail {
    background: var(--btn);
    padding: 7px 12px;
    margin-left: 10px;
    font-size: 12px;
    border-radius: 8px;
    color: #fff;
    transition: all 0.3s;
}

.item-product-buttons .btn-view-detail:hover {
    background: var(--btn-hover);
}

@media screen and (max-width: 768px) {
    .item-product-buttons .btn-view-detail,
    .item-product-buttons .txt-add-to-cart {
        display: none;
    }
    .item-product-buttons>a:first-child {
        width: 100%;
    }
    .item-product-buttons .btn-add-to-cart {
        padding-left: 10px;
        padding-right: 10px;
    }
    .item-product-buttons button {
        font-size: 12px;
    }
    .footer-order-now .d-flex {
        display: block;
    }
    .footer-order-now .slogan-cta {
        margin-top: 10px;
    }
    .footer-order-now .slogan-cta>a {
        text-align: center;
    }
}

.more_less_action {
    text-align: center;
    color: var(--text) !important;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

.more_less_action.action_less {
    display: none;
}

.less_active .action_less {
    display: block;
}

.less_active .action_more {
    display: none;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    height: 80px;
}

.data_more_less.action_disabled .more_less_action {
    display: none;
}

.data_more_less_inner {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.product-detail .panel-body {
    padding: 0;
}

.panel-shops-cat .panel-heading .more-cats a.active {
    background: #fff !important;
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.hero-home .col-md-16 .nv-block-banners {
    width: calc(50% - 5px);
    display: inline-block;
    margin-right: 10px;
}

.hero-home .col-md-16 .nv-block-banners:nth-child(2n + 1) {
    margin-right: 0px;
}

.hero-home .col-md-8 .nv-block-banners {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .hero-home .col-md-8 .nv-block-banners {
        width: 100%;
        display: inline-block;
        margin-right: 0px;
        margin-top: 0px;
    }
    .hero-home .col-md-16 .nv-block-banners {
        width: 100%;
        display: inline-block;
        margin-right: 0px;
    }
    .hero-home .col-md-8 .nv-block-banners:nth-child(2n + 1) {
        margin-right: 10px;
    }
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    cursor: default;
}


/* /////////////////////////////// */


/* #vuta-demo {
    z-index: -1 !important;
    display: none !important;
}
body.top {
    padding-top: 0px !important;
} */