*, ::after, ::before {
    box-sizing: border-box;
}
body {
    font-family: 'LB-sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
h4.footer-title, .mz-home-marquee
span {
    font-weight: bold;
}
@font-face {
    font-family: 'LB-sans';
    src: url('/fonts/LBSans/LB-Sans-Light.woff');
    font-weight: 400;
}

@font-face {
    font-family: 'LB-sans';
    src: url('/fonts/LBSans/LB-Sans-Regular.woff');
    font-weight: 500;
}

@font-face {
    font-family: 'LB-sans';
    src: url('/fonts/LBSans/LB-Sans-Bold.woff');
    font-weight: 700;
}
ul {
    padding: 0;
    list-style: none;
}
p {
    margin-bottom: 0;
}

img {
    width: 100%;
}
a {
    color: #000000;
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.content_banner {
    padding: 40px 0 10px 0;
}
.topbarid marquee {
    display: flex;
}
a:hover {
    color: #000;
}
.site-header {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.08) inset;
    box-shadow: 0 0 3px rgba(0,0,0,0.08) inset;
    background: #fff;
    -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.logo-header img {
    margin: 0px auto;
    width: 100px;
    display: block;
    min-height: 62px;
    object-fit: scale-down;
}
.mebubarcheck {
    cursor: pointer;
    border: 1px solid #333;
    font-size: 16px;
    display: inline-flex;
    padding: 7px 19px;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
}
.mebubarcheck:hover, .mebubarcheck:focus, .menu-about:hover, .menu-about:focus {
    color: #bfbebe;
}
.mebubarcheck span {
    font-weight: 500;
}
.menu-bar {
    padding: 10px 25px;
    font-size: 26px;
    display: flex;
    align-items: center;
}
.menu-bar .menu-about {
    font-size: 16px;
    margin-left: 50px;
    font-weight: 500;
}
.menu-right-list ul {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 0;
}
.menu-right-list ul li {
    margin: 0 10px;
}
.menu-right-list ul li a i {
    font-size: 18px;
    cursor: pointer;
}
.menu-right-list ul li a {
    position: relative;
}
.menu-right-list .header-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 3px;
}
.menu-right-list .user-header a {
    display: flex;
    align-items: center;
}
.content_img {
    display: none;
}
.col-sm-6.col-12.image:hover .img_hover {
    display: none;
}

.col-sm-6.col-12.image:hover .content_img {
    display: block !important;
}
.count-cart {
    position: absolute;
    right: -10px;
    top: -16px;
    width: 18px;
    height: 18px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}
#offcanvasMenu {
    background: rgba(255, 255, 255, 0.95);
}
#offcanvasMenu .offcanvas-body {
    padding: 0 10px 10px 40px;
}
.menu__list > li {
    line-height: 35px;
}
.menu__list > li > a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}
.menu__second > li {
    margin-left: 20px;
    line-height: 27px;
    padding-bottom: 5px;
}
.menu__third > li {
    line-height: 30px;
}
.menu__third > li > a {
    color: #000;
    padding-left: 20px;
    text-transform: uppercase;
}
.menu__third, .menu__second {
    display: none;
}
.menu__list .arrow_icon {
    padding-left: 10px;
    cursor: pointer;
}
.menu__list .arrow_icon i {
    font-size: 12px;
}
.offcanvas-header .btn-close {
    box-shadow: none;
}
#site-overlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 7777;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
#site-overlay.active {
    opacity: 1;
    visibility: visible;
}
.side_bar_right {
    position: fixed;
    width: 480px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 8888;
    overflow: hidden;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.side_bar_right.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.site-wrapper {
    position: relative;
    right: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-wrapper.sidebar-move {
    right: 480px;
}
.site-nav-container {
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 60px 60px 250px 70px;
}
.site-nav-container {
    padding-bottom: 100px;
}
.site-nav-container .header_search, .site-nav-container .header_cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-nav-container .header_search .fa-xmark, .site-nav-container .header_cart .fa-xmark {
    font-size: 25px;
    cursor: pointer;
}
.site-nav-container .header_search .title, .site-nav-container .header_cart .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
}
.site-nav-container .header_search i {
    font-size: 30px;
}
#site_search, #site_cart {
    display: none;
}
#site_search.active, #site_cart.active{
    display: block;
}
.search-box .search-inner input {
    background: #f2f5fa;
    color: #000000;
    width: 100%;
    border: none;
    height: 55px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 150ms linear;
}
.search-box .search-form {
    position: relative;
    margin: 8px 0;
}
.search-box .search-form .btn-search {
    width: 55px;
    height: 55px;
    line-height: 64px;
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    background: transparent;
    transition: opacity 150ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box .search-inner input:focus, .search-box .search-form .btn-search {
    outline: none;
    box-shadow: none;
}
.search-box .search-form .btn-search i {
    font-size: 26px;
}
.search-box, .cart-view {
    margin-top: 40px;
}
.cart-view-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
}
#cart-view .cart-view-item {
    border-bottom: 1px dotted #bcbcbc;
}
#cart-view .cart-view-item:last-child {
    border-bottom: none;
}

.cart-view-item .thumbnail-product {
    width: 30%;
    margin-right: 10px;
    padding: 0 10px 0 0;
}
.cart-view-item .detail-product {
    width: 70%;
    position: relative;
}
.cart-view-item .detail-product .fa-xmark {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    cursor: pointer;
}
.cart-view-item .quantity-price .quantity_product {
    width: auto;
    background: #ededed;
    text-align: center;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    margin-right: 12px;
}
.cart-view-item .quantity-price, .cart-view-item .quantity-price .price {
    display: flex;
    align-items: center;
}
.cart-view-item .product-name {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
    margin-right: 15px;
}

#site_cart, #site_search{
    overflow-y: scroll;
}
#site_cart, #site_search {
    height: 100%;
}
#site_cart::-webkit-scrollbar, #site_search::-webkit-scrollbar {
    background-color: #fff;
    width: 0;
}
#site_cart .line {
    width: 100%;
    border-top: 2px solid #000000;
    margin: 10px 0;
}
.site-nav-container .total-price {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
p.cart-view_item {
    padding: 25px 0;
}
.button_action .link_cart, .button_action .link_checkout {
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 19px 10px;
    font-size: 12px;
    line-height: normal;
    border: 1px solid #ffffff;
    border-radius: 0;
}
.button_action .btn:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button_action .dark:before {
    background-color: #000000;
}
.button_action .dark {
    color: #fff;
    border-color: #000000;
}
.button_action .dark:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.button_action .dark:hover {
    color: #000000;
}
.button_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
#cart-view .empty-prd {
    padding: 25px 0;
    position: relative;
    padding-right: 20px;
    display: block;
    text-transform: uppercase;
}
.cart-view-item .cart-load {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    justify-content: center;
    align-items: center;
    display: none;
    left: 0;
    top: 0;
}
.results-search .item-result {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dotted #dfe0e1;
}
.results-search .item-result .title {
    width: calc(100% - 40px);
    padding-right: 5px;
}
.results-search .item-result .thumbs {
    width: 40px;
}
.result-empty {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    text-align: center;
    padding: 10px 0;
}
/*end header*/

/*mid index*/
.social_slide .owl-dots {
    position: absolute;
    bottom: 28px;
    width: 100%;
}
.social_slide.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #fff;
    margin: 0 5px;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.social_slide .owl-dots .owl-dot.active span {
    background: #fff;
}
.social_slide.owl-theme .owl-dots .owl-dot:focus-visible {
    outline: none;
}
.wrap_category_home {
    display: flex;
    flex-wrap: wrap;
}
.category-left, .category-right {
    width: 50%;
    position: relative;
}
.category-right .item_wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.category-right .item_wrap .item:first-child {
    position: relative;
    width: 100%;
}
.category-right .item_wrap .item:not(:first-child) {
    position: relative;
    width: 50%;
}
.category_home .item {
    position: relative;
}

.wrap_category_home .item img {
    height: 100%;
    object-fit: cover;
}
.lazyloading {
    object-fit: scale-down;
}
.wrap_category_home .item .category_content {
    position: absolute;
    bottom: 31px;
    left: 30px;
    border: 2px solid #000;
    font-size: 20px;
    border-radius: 40px;
    padding: 6px 35px;
    text-transform: uppercase;
    font-weight: 500;
}
.topbarid {
    text-align: center;
    background: #e599a3;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
}
.category_home .wrap_category_home .item .category_content:hover {
    background: rgba(255, 255, 255, 0.85);
    color: #000;
}
.mz-home-marquee {
    pointer-events: none;
    font-size: 18px;
    font-weight: 200;
    white-space: nowrap;
    will-change: transform;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation: mz-marquee 60s linear infinite;
    animation: mz-marquee 60s linear infinite;
    letter-spacing: 0.5px;
    animation-direction: reverse;
}
@keyframes mz-marquee {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    100% {
        -webkit-transform: translate3d(-3600px,0,0);
        transform: translate3d(-3600px,0,0);
    }
}
.mz-home-marquee-wrapper {
    padding: 1.6em;
    z-index: 50;
    background: white;
    overflow: hidden;
}
.home-list-story .mz-home-marquee i {
    padding: 0;
    font-size: 11px;
    position: relative;
    top: -2px;
}
.home-list-story .mz-home-marquee span {
    padding: 0 5px;
}
.home-list-story .mz-home-marquee .font-weight-bold {
    font-weight: bold;
}
.banner-mid-index .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-mid-index .item .btn-action a {
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    margin-top: 20px;
    border: 1px solid #000;
    border-radius: 40px;
    display: inline-block;
}
.banner-mid-index .item .btn-action a:hover {
    background-color: #000;
    color: #fff;
}
.banner-mid-index .item .title {
    padding: 0 20px;
}
.banner-home-image .title {
    padding: 50px 0;
    text-align: center;
}
.banner-home-image .wrapper-image-collection a img {
    object-fit: scale-down;
}
.banner-home-image .pro-detail {
    padding: 5px 28px;
}
.banner-home-image .pro-detail h6 {
    font-size: 13px;
    line-height: 18px;
}
.wrapper-image-collection .owl-nav button {
    position: absolute;
    top: 50%;
    border: none;
    border-radius: 50% !important;
    background: #fff !important;
    color: #5c5c5c !important;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.15);
    box-shadow: 0 2px 10px rgba(54,54,54,0.15);
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.wrapper-image-collection .owl-nav .owl-prev {
    left: 15px;
}
.wrapper-image-collection .owl-nav .owl-next {
    right: 15px;
}
.wrapper-image-collection .owl-nav button i {
    font-size: 18px;
}
.home-index-subcribe {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
img.img_submit {
    position: absolute;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}
.home-index-subcribe .row > div {
    padding: 0 15px;
}
.home-index-subcribe .wrap-inner {
    max-width: 850px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.home-index-subcribe .container-fluid {
    justify-content: center;
    display: flex;
}
.home-index-subcribe .header-subcribe {
    color: #fff;
    line-height: 40px;
}
.home-index-subcribe .header-subcribe .title {
    text-transform: uppercase;
    text-align: center;
}
.home-index-subcribe .contact-form .input-newsletter input {
    background-color: transparent;
    width: 500px;
    margin-right: 10px;
    font-size: 16px;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #000;
}
.home-index-subcribe .contact-form .input-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.home-index-subcribe .contact-form .input-newsletter input:focus-visible {
    outline: none;
    border-bottom: 1px solid #000;
}
.home-index-subcribe .contact-form .input-newsletter input:focus {
    caret-color: #fff;
}
.form_newsletter button {
    background: #fff;
    border: 1px solid #000;
    padding: 0 20px;
    text-transform: uppercase;
    height: 50px;
    font-size: 16px;
    width: 38%
}
.home-index-subcribe .contact-form .input-newsletter {
    display: flex;
    justify-content: space-between;
}
.form_newsletter .dark {
    color: #fff;
    border-color: #000000;
    position: relative;
    z-index: 0;
    border-radius: 95px;
}
.form_newsletter .button:before {
    border-radius: 95px;
    position: absolute;
    content: '';
    display: block;
    left: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.form_newsletter .dark:before {
    background-color: #000000;
}
.form_newsletter .dark:hover {
    color: #000000;
}
.form_newsletter .dark:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
/*end mid index*/

/*start footer*/
 footer .footer-title {
     font-size: 20px;
     letter-spacing: 0.0em;
     text-transform: uppercase;
     margin: 0 0 20px;
     position: relative;
     line-height: 30px;
     color: #000;
     border-bottom: 1px solid rgba(55,72,88,0.5);
     padding-bottom: 15px;
 }
 .main_footer {
     padding: 30px;
     background: #ffffff;
 }
 .main_footer .row {
     margin: 0;
 }
.footer-content ul li {
    display: block;
    line-height: 28px;
    position: relative;
    padding-left: 0;
}
.social-list2 {
    display: flex;
    align-items: center;
}
.social-list2 > a {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.logo-bct a img {
    width: 150px;
}
.product-block.product-resize {
    position: relative;
}

.labeltag {
    background: #E1E65C;
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 1;
    padding: 0 5px;
    font-size: 11px;
    min-width: 70px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.product-img {
    position: relative;
}
.quantity-price del.sale-price {
    margin-right: 10px;
}
.outstock {
    background: #FC4724;
    position: absolute;
    left: 8px;
    top: 7px;
    z-index: 1;
    padding: 0 5px;
    font-size: 11px;
    min-width: 70px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
/*end footer*/
.breadcrumb {
    padding: 10px 15px 0 15px;
}

#popupHome .btn-close {
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none;
}

/*css .wishlist_list*/
.button-popup-loyalty i {
    color: #fff;
    font-size: 25px;
}
.wishlist_list {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    cursor: pointer;
}
.button-popup-loyalty {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.progress {
    background: rgba(189, 189, 189, 0.38);
    height: 0.1rem;
}
.dot {
    width: 12px;
    height: 12px;
    background: rgba(189, 189, 189, 1);
    border-radius: 50%;
    position: relative;
}
.dot span {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
}
.level-progress:before {
    width: calc(100% - 75px);
    content: '';
    height: 0.1rem;
    background: rgba(189, 189, 189, 0.38);
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.dot.over {
    width: 20px;
    height: 20px;
}
.member-nav>ul {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.member-nav>ul>li>button {
    background: transparent;
    border: none;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 15px;
}

.member-nav>ul>li>button.active {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

@media (max-width: 991px){
    #signinPage {
        padding: 20px 0 50px;
    }
    #signinPage .form_signin{
        width: 100%;
    }
    #signinPage .form_sigin{
        padding: 0 !important;
    }
    #signinPage .form_sigin ul li {
        width: 50%;
    }
    .wrap-left {
        border: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list-action>li {
        width: 100%;
    }
    .wrap-right {
        padding-left: 0;
    }
    .profile>.row {
        row-gap: 12px;
    }
    .prd-status {
        padding-right: 15px;
        border-right: 2px solid #eee;
    }
    .prd-right {
        flex-basis: 100%;
    }
    .prd-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4%;
    }
    .prd-button-view {
        flex-basis: 48%;
    }
    .prd-button-view.addCart {
        margin: 0;
    }
    .profile-title>span {
        display: none;
    }
    .wishlist-wrap {
        margin-top: 20px;
    }
    .level-progress {
        padding: 25px 15px;
    }
}
.login_user {
    max-height: 470px;
    overflow-y: auto;
}
.heart_a {
    width: 76px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ec5569;
    border-radius: 50%;
}

.heart_a i {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.hrv-loyalty-noLogin-include {
    display: flex;
    justify-content: center;
}
.hrv-loyalty-title-noData h2 {
    margin-bottom: 1.0625em;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.0625em;
    line-height: 1.3125em;
    text-align: justify;
    color: #000;
}
.hrv-loyalty-title-noData {
    margin-top: 1.25em;
}
.hrv-loyalty-title-noData {
    width: 80%;
    margin: 25px auto;
}
.hrv-loyalty-button-noData a {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1em;
    border-radius: 8px;
    text-align: center;
    color: #424242;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
.hrv-loyalty-button-noData {
    border-radius: 8px;
    text-align: center;
    margin-top: 0.75em;
    background: #E0E0E0;
}
.hrv-loyalty-button-noData-ha {
    width: 85%;
    margin: 0px auto;
    padding-bottom: 48px;
}

.hrv-loyalty-noLogin-wrapper-coupon-shop {
    padding: 0 21px 40px 21px;
    border-top: 1px solid #eeeeee;
    position: relative;
    min-height: 200px;
    padding-top: 32px;
}

.hrv-loyalty-noLogin-wrapper-coupon-shop h3 {
    font-size: 16px;
    line-height: 18.75px;
    margin-bottom: 11px;
    text-align: center;
    color: #212121;
    font-weight: 600;
}

.hrv-loyalty-noLogin-wrapper-coupon-shop>p {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #757575;
    margin-bottom: 1em;
}
.sign_in{
    background: #2979ff;
}
.sign_in a {
    color: #fff;
}
.hrv-loyalty-value-code-copy button {
    font-size: 12px;
}
.hrv-loyalty-value-code-copy.active, .hrv-loyalty-value-code-copy.active button {
    color: #51ce82 !important;
}
.hrv-loyalty-title-noData p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8125em;
    line-height: 1em;
    text-align: center;
    color: #757575;
    font-size: 14px;
}

.hrv-loyalty-footer-noData {
    margin-top: 0.625em;
    text-align: center;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 0.5em;
}

.hrv-loyalty-footer-noData p {
    font-size: 0.75em;
    margin-bottom: 1em;
    font-weight: 500;
}

.hrv-loyalty-footer-noData a {
    color: #2979FF;
    font-size: 0.75em;
    padding-left: 3px;
    font-weight: 600;
}
.pus-flashsale-slide{
    padding: 15px;
}
.pus-flashsale-header__left {
    min-width: 80px;
    height: 30px;
}
@media(min-width: 678px){
    .container-fluid.img_submit_txt{
        padding: 100px 35px;
    }
}
@media(max-width: 678px){
    .pus-flashsale-slide {
        padding: 15px 0;
    }
    .topbarid{
        padding: 5px 0;
    }
    .container-fluid.img_submit_txt{
        padding: 30px 5px;
    }
    .include-popup {
        width: 370px;
        bottom: -30px;
    }
    .include-popup.active {
        left: -28px;
    }
    .wishlist_list {
        width: 48px;
        height: 48px;
    }
    .pus-flashsale-header__btn-show-all {
        bottom: 16px;
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .pus-flashsale-header {
        flex-direction: column-reverse;
        gap: 10px;
        justify-content: center;
        padding-bottom: 50px;
    }
    .pus-flashsale-content {
        padding-bottom: 46px;
    }
    .button-popup-loyalty {
        height: 30px;
        width: 30px;
    }

    i.fa-solid.fa-heart.love {
        font-size: 17px;
    }
}
.pus-flashsale-header {
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 18px 16px;
    text-align: center;
}

.pus-flashsale-header__title {
    color: #111827;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.pus-flashsale-header__btn-show-all {
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    font-weight: 500;
}
.tns-outer {
    padding: 16px 0 16px 16px;
}

.pus-flashsale.pus-flashsale-container {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 0 16px;
    position: relative;
}
.pus-slide__img-top {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.pus-flashsale-logo {
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    color: red;
}

.pus-flashsale-logo i {
    font-size: 16px;
    margin-left: 5px;
    font-style: italic;
}
.pus-slide__img-top img {
    left: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.pus-slide-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pus-slide-quantity {
    align-self: stretch;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 6px 0;
}
.pus-slide-price {
    display: flex;
    gap: 6px;
}
.pus-slide-price .pus-slide-price__1 {
    color: #ef4343;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.pus-slide-price .pus-slide-price__2 {
    color: #4b5563;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: line-through;
}
.pus-slide-btn-add {
    align-items: center;
    background-color: #fff;
    border: 1px solid #9ca3b0;
    border-radius: 64px;
    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 14px;
}
.pus-slide-btn-add .pus-slide-btn-add__label {
    font-weight: 600;
}
.pus-flashsale-content .owl-nav button:hover, .slide-bn-custom .owl-nav button:hover {
    color: #000 !important;
}
.pus-flashsale-content .owl-nav button,
.slide-bn-custom .owl-nav button {
    background-color: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.16), 0 0 3px 0 rgba(0,0,0,.12);
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}

.pus-flashsale-content .owl-nav button.owl-prev,
.slide-bn-custom .owl-nav button.owl-prev {
    left: 0;
    margin-left: -15px;
    background: #fff;
    opacity: 1;
}

.pus-flashsale-content .owl-nav button.owl-next,
.slide-bn-custom .owl-nav button.owl-next {
    margin-right: -15px;
    right: 0;
}
.pus-flashsale-content .owl-nav button span,
.slide-bn-custom .owl-nav button span {
    font-size: 24px;
}
.pus-flashsale-content .owl-nav button:hover span,
.slide-bn-custom .owl-nav button:hover span {
    color: #000;
}
.banner-home-custom .title {
    color: #111827;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 1px solid #e5e7eb;
    padding: 35px 16px;
}
.banner-home-custom .wrap-banner-custom {
    border-radius: 8px;
    position: relative;
}

.banner-home-custom .item img {
    border-radius: 8px;
}
.banner-home-custom {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 0 28px 15px;
    position: relative;
}
.banner-home-custom .container-fluid {
    padding: 0;
}
button.login_btn {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1em;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    background: #2979ff;
    border: none;
}

.login {
    width: 85%;
    margin: 0px auto;
}

.hrv-loyalty-footer p {
    font-size: 0.75em;
}

.hrv-loyalty-footer a {
    color: #2979FF;
    font-size: 0.75em;
    padding-left: 3px;
}
button.login_btn a {
    color: #fff;
}
.hrv-loyalty-footer {
    padding: unset;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.social_menu-top a {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-top: 40px;
}
.social_menu-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}