.card-body {
    z-index: 9999;
}

.gallery-thumb-pro {
    margin-bottom: 10px;
}

.quantity-product input {
    border: none;
}

.product-img-gallery {
    height: 101px;
}

/* Text Hide */

.text-split {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
}

.text-split-1 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
}

.text-split-2 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
}

.text-split-3 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
}

.text-split-4 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
}

.text-split-5 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
}

.text-split-6 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
}

.text-split-7 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
}

.text-split-10 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 10 !important;
}



/* header */
.logo-head {
    margin: 10px;
    width: 120px;
}

.head-top {
    padding: 5px 0px;
    background: linear-gradient(0deg, #FFF 0%, #ebebeb 0%);
}

.social-head ul {
    margin: 0px 10px;
    color: white;
}

.hotline-head {
    text-transform: uppercase;
    font-family: 'font7';
    color: #181717;
    font-size: 15px;
    background: url(../imgs/icon_tel.png) no-repeat left center;
    line-height: 32px;
    padding-left: 62px;
}

.hotline-head span {
    color: #d40000;
    display: block;
    font-family: 'font6';
    font-weight: normal;
    font-size: 30px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 3px #000;
}

.number-hotline {
    color: #ffd700;
    font-size: 16px;
    font-weight: bold;
}

.ml-auto {
    gap: 30px;
}

/* Danh mục yêu thích */
.wrap-category-like {
    padding: 50px 0px;
    background: url(../imgs/bgr_category_like.png) no-repeat;
    background-size: 100% 100%;
}

.title-category-like {
    color: #4b0052;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-main-category-like {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.category-like-box {
    position: relative;
}

.category-like-info {
    border: 1px dashed #fdd100;
    background: #00000094;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 570px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.category-like-info h3 {
    text-transform: uppercase;
    pointer-events: fill;
    font-size: 20px;
}

.category-like-box:hover .category-like-info h3 {
    color: #fdd100;
}

/* các nhãn hàng của chúng tôi */
.wrap-brand {
    padding: 50px 0px;
}

.title-brand {
    font-size: 24px;
    color: #4b0052;
    text-transform: uppercase;
    font-weight: bold;
}

.box-main-brand {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}

/* đăng ký nhận tin */
.wrap-register {
    background: url(../imgs/bgr_register.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0px;
}

.box-main-register {
    display: flex;
    gap: 50px;
    align-items: center;
}

.group-title-register {
    display: flex;
    gap: 20px;
    width: 400px;
}

.group-title-register img {
    width: 60px;
    height: 60px;
}

.group-title-register h3 {
    font-size: 24px;
    color: #fbc220;
    text-transform: uppercase;
    font-weight: bold;
}

.group-title-register p {
    color: white;
    margin: 0px;
}

.form-register {
    display: flex;
    gap: 20px;
    width: calc(100% - 400px);
}

.col-register:nth-child(1) {
    width: 30%;
}

.col-register:nth-child(2) {
    width: 30%;

}

.col-register:nth-child(3) {
    width: 40%;
    display: flex;

}

.col-register .input {
    height: 45px;
    padding: 10px;
    width: 100%;
    resize: none;
    border: none;
}

.col-register input[type="submit"] {
    border: none;
    background: #ffc700;
    padding: 0px 20px;
}

/* sản phẩm mới */
.wrap-product-new {
    padding: 50px 0px;
}

.wrap-product-new .title-main svg {
    width: 50px;
    height: 50px;
}




/* món ngon nổi bật */
.wrap-eating-noibat {
    padding: 50px 0px;
    background: #fdf1c9;
}

.box-main-eating-noibat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.eating-noibat-item {
    display: flex;
}

.eating-noibat-item.eventt {
    display: flex;
    flex-direction: row-reverse;
}

.eating-noibat-img {
    width: 50%;
}

.eating-noibat-info {
    width: calc(100% - 50%);
    background: url(../imgs/bgr_info_eating.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
}

.eating-group {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 20px 0px;
}

.eating-group svg:first-child {
    width: 25%;
}

.eating-group svg:last-child {
    width: 25%;
    transform: rotate(-180deg);
}

.eating-line {
    position: relative;
    color: #8d130b;
    width: calc(100% - 25% - 25%);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.eating-noibat-name {
    font-size: 18px;
    color: #213542;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: bold;
}

.eating-noibat-name:hover {
    color: #ffc700;
}

.eating-noibat-desc {
    color: #213542;
    font-family: "font2";
    line-height: 24px;
}

.eating-about {
    border-radius: 50px;
    border: 2px solid #e30812;
    padding: 2px;
    width: 110px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.eating-about .icon {
    border-radius: 50%;
    background: #e30812;
    color: white;
    height: 30px;
    width: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eating-about:hover .icon {
    background: #ffc100;
}

.button-text {
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #213542;
    font-family: "font2";
}

/* banner */
.wrap-banner {
    margin-top: 30px;
    position: relative;
}

.wrap-banner::before {
    position: absolute;
    content: "";
    background: url(../imgs/monan.png) no-repeat;
    background-size: 100% 100%;
    top: -200px;
    left: 0px;
    width: 200px;
    height: 200px;
}

/* sản phẩm */
.flex-product {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.grid-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.box-product {
    width: 32%;
}



.box-product .title-name {
    background: rgb(140, 82, 255);
    background: linear-gradient(90deg, rgba(140, 82, 255, 1) 0%, rgba(92, 151, 230, 1) 100%);
    padding: 10px 0px;
}

.group-img {
    background: url(../imgs/bgr_product.png) no-repeat;
    background-size: cover;
    padding: 20px;
}

.title-name h3 {
    color: white;
    font-size: 18px;
    margin: 0px 20px;
}

.product-img-gallery {
    margin-top: 20px;
}

.price-discount {
    position: absolute;
    top: 5px;
    right: 5px;
}

.product-info .product-name {
    font-size: 18px;
    color: black;
    margin: 10px 0px;
    font-family: "font5";
}

.product-price {
    background: rgb(140, 82, 255);
    background: linear-gradient(90deg, rgba(140, 82, 255, 1) 0%, rgba(92, 151, 230, 1) 100%);
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
}

.product-price h3 {
    color: #fdd100;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
    transition: 0.5s;
}

.product-price .product-login a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdd100;
    padding: 10px 0px;
    gap: 10px;
}

.product-price .product-login a h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}

.product-price .product-login img {
    width: 30px;
    height: 30px;
}


.pagination-ajax {
    margin-top: 20px;
}



/* Đối tác */
.wrap-criteria {
    padding: 50px 0px;
    background: url(../imgs/bgr_tieuchi.png) no-repeat;
    background-size: 100% 100%;
}

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

.criteria-info .criteria-name {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0px;
}

.criteria-line {
    height: 5px;
    width: 100px;
    background: #fdd100;
    margin: auto;
}

.criteria-info .criteria-desc {
    font-size: 14px;
    color: white;
    margin: 10px 0px 0px 0px;
}

/* liên hệ chúng tôi */
.wrap-contact {
    background: #c0031b;
    padding: 15px 0px;
    color: white;
}



/* tin tức */
.wrap-tintuc {
    padding: 50px 0px;
    position: relative;
}

.title-tintuc {
    color: #4b0052;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    border-left: 7px solid #e2a300;
    padding-left: 50px;
}

.tintuc-img {
    border-radius: 10px;
}

.tintuc-info .tintuc-name {
    font-size: 16px;
    color: black;
    margin: 10px 0px;
}

.tintuc-info .tintuc-desc {
    font-size: 14px;
    color: #737373;
}

.tintuc-xemthem {
    margin-top: 5px;
    text-align: center;

}

.tintuc-xemthem a {
    color: #006838;
    font-weight: bold;
    font-size: 15px;
}

.tintuc-xemthem a:hover {
    color: #fbaa20;
}

/*  */


.logo {
    position: relative;
}

.logo::before {
    content: '';
    position: absolute;
    background: url(../imgs/map.png) no-repeat;
    bottom: -50px;
    left: 0px;
    height: 138px;
    width: 125px;
}

.slick-youtube {
    width: 60%;
    z-index: 2;
    left: -100px;
}

.operation {
    width: 50%;
    height: 170px;
    display: flex;
    background: #c0031b;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding-left: 80px;
}

.operation .title-video {
    font-size: 50px;
    color: white;
    font-weight: bold;
    padding: 0px 20px;
}

.slick-youtube .slick-prev:before {
    display: none
}

.slick-youtube .slick-next:before {
    display: none
}

.slick-youtube .slick-prev {

    right: -34%;
    top: 60%;
    left: unset;
    width: 50px;
    height: 50px;
}

.slick-youtube .slick-prev img {
    width: 50px;
    height: 50px;
}

.slick-youtube .slick-next {
    right: -40%;
    top: 60%;

    left: unset;
    width: 50px;
    height: 50px;
}

.slick-youtube .slick-next img {
    width: 50px;
    height: 50px;
}






/*  */
.quick_contact {
    position: fixed;
    bottom: 50px;
    left: 60px;
    z-index: 20;
}

.quick_contact a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 0 20px 0 35px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    border-radius: 0 40px 40px 0;
}

.quick_contact a span {
    display: flex;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -25px;
    /* color: #2E8B57; */
    top: -2.5px;
    border: solid 5px #fc0;
    align-items: center;
    justify-content: center;
}

.button_gradient {
    background-image: linear-gradient(90deg, #2E8B57 0%, #2E8B57 100%);
    border: 2px #fff solid;
}

.contact-phone {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'font1';
    line-height: 45px;
    animation-duration: 800ms;
    animation-name: chopchop;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    line-height: 40px;
}

.quick_contact a span:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -27px;
    width: 95px;
    height: 95px;
    background: url(../imgs/contact_rotate.png) center no-repeat;
    animation: rotate 3s linear infinite;
}


.quick_contact2 {
    position: fixed;
    bottom: 150px;
    left: 60px;
    z-index: 20;
}

.quick_contact2 a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 0 20px 0 35px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    border-radius: 0 40px 40px 0;
}

.quick_contact2 a span {
    display: flex;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -25px;
    /* color: #2E8B57; */
    top: -2.5px;
    border: solid 5px #fc0;
    align-items: center;
    justify-content: center;
}

.quick_contact2 a span:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -27px;
    width: 95px;
    height: 95px;
    background: url(../imgs/contact_rotate.png) center no-repeat;
    animation: rotate 3s linear infinite;
}

@-webkit-keyframes rotate {

    from {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg)
    }



    to {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg)
    }

}

@keyframes rotate {

    from {

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        transform: rotate(0deg)
    }



    to {

        -webkit-transform: rotate(360deg);

        -moz-transform: rotate(360deg);

        -ms-transform: rotate(360deg);

        transform: rotate(360deg)
    }

}

@keyframes chopchop {
    0% {
        transform: scale(1);
        color: #fff;
    }

    50% {
        transform: scale(1.1);
        color: #ec2d3f;
    }

    100% {
        transform: scale(1);
        color: #fc0;
    }
}

/* liên hệ chúng tôi */
.group-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-contact h3 {
    font-size: 30px;
    margin: 0px;
    font-family: 'font4';
}

.info-contact p {
    margin: 0px;
    font-family: 'font1';
}

.name-product:hover {
    color: #fc0;
    transition: 0.7s;
}


/* From Uiverse.io by xetrov47 */
.search {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}

.search__input {
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #767676;
    color: #767676;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: -1.5rem;
    height: 30px;
    width: 15rem;
}

.search__input::-webkit-input-placeholder {
    font-weight: 400;
    color: #767676;
    font-size: 14px;
}

.search__button {
    border: none;
    background-color: #fff;
    margin-top: 0.1em;
}

.search__button:hover {
    cursor: pointer;
}

.search input:focus {
    outline: none;
}

.line {
    background: url(../imgs/img_line.png) no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: auto;
}

.line-white {
    background: url(../imgs/line-white.png) no-repeat;
    background-size: cover;
    width: 300px;
    height: 15px;
    margin: auto;
}

.line-green {
    background: url(../imgs/line-green.png) no-repeat;
    background-size: cover;
    width: 300px;
    height: 15px;
    margin: auto;
}

.line-yello {
    background: url(../imgs/line-yello.png) no-repeat;
    background-size: cover;
    width: 300px;
    height: 15px;
}

/*  */
.box-album:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* cursor: pointer; */
    pointer-events: none;
    /* background: rgba(0, 0, 0, .5); */
}

.slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
}

.box-album .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 5rem;
    z-index: 300;
    outline: none;
}

.box-album .slick-prev {
    left: -50px;
    text-align: left;
    display: none;
}

.box-album .slick-next {
    right: -50px;
    text-align: right;
    display: none;
}



.box-album .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .5s ease;
    position: relative;
}

.box-album .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
}

.box-album .item.slick-slide {
    transform: scale(0.7) translate(640px);
}

.box-album .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.box-album .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.box-album .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.box-album .item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;

}

.box-album .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
    /* border: 10px solid white; */
}

.box-album .slick-center {
    border: 10px solid white;
}

/* footer */
.footer-article {
    background: url(../imgs/bgr_footer.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px;
}

.footer-article .wrap-content {
    gap: 20px;
}

.footer-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 500;
    color: white;
    font-weight: bold;
}

.footer-desc {
    margin: 20px 0px;

}

.title-time-footer {
    text-align: center;
    font-size: 30px;
    color: #ca021e;
    font-weight: bold;
}

.footer-news h3.title-footer {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.footer-news .group-ship {
    margin-top: 20px;
}

.footer-name {
    color: #fdd100;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.social-footer .title-social {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.footer-info {
    color: white;
}

.map-facebook {
    display: flex;
    gap: 20px;
}

.map {
    width: 75%;
}

.face {
    width: calc(100% - 75%);
}

/* map */
.footer_map_tab {
    position: relative;
}

.flex_mapaa {
    display: flex;
}

.wrap_map {
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    left: 50%;
}

.map_frame iframe {
    width: 100%;
}

.map_items {
    background: white;
    width: 200px;
    height: auto;
}

.map_items.active {
    background: #007e06;
    color: white;
}

.txt-white {
    color: white !important;
}

.bgr-white {
    background: white !important;
}

.product-login-detail {
    background: linear-gradient(90deg, rgba(140, 82, 255, 1) 0%, rgba(92, 151, 230, 1) 100%);
    border-radius: 5px;

}

.product-login-detail a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 15px;
}

.product-login-detail h3 {
    color: #ffd700;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

.product-login-detail img {
    width: 30px;
    height: 30px;
}

/* Popup */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 1000px;
    text-align: center;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Màu sắc & kích thước */
.color-options, .size-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
}

.color-btn, .size-btn {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    cursor: pointer;
}

.color-btn.active, .size-btn.active {
    background: #ff5a00;
    color: white;
    border: none;
}

/* Số lượng */
.quantity-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.quantity-selector button {
    padding: 5px 10px;
    cursor: pointer;
}

/* Nút hành động */
.popup-actions {
    margin-top: 15px;
}

.cart-btn, .buy-btn {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.cart-btn {
    background: #28a745;
    color: white;
}

.buy-btn {
    background: #dc3545;
    color: white;
}
