* {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #0c0c0c;
}

.width1400 {
    width: 1400px;
    margin: 0 auto;
}

.width1500 {
    width: 1500px;
    margin: 0 auto;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

input:focus,
select:focus {
    /* Ã§Â§Â»Ã©â„¢Â¤Ã©Â»ËœÃ¨Â®Â¤outlineÃ¯Â¼Ë†Ã¨â€œÂÃ¨â€°Â²Ã©Â«ËœÃ¤ÂºÂ®Ã¯Â¼â€° */
    outline: none;
}


/* Ã¥â€¦Â¬Ã¥â€¦Â±Ã¥Â¤Â´Ã©Æ’Â¨ */
.global-header {
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
}

.header-centent {
    padding: 20px 0 15px;
}

.header-centent .logo {
    height: 44px;
}

.header-centent .search {
    width: 100%;
    padding-right: 2vw;
}

.header-centent .search-input {
    height: 42px;
    background-color: #ffffff;
    border-radius: 21px;
    border: solid 2px #d41313;
    margin-left: 40px;
    margin-right: 20px;
    flex: 1;
}

.header-centent .search-input select {
    border: none;
    height: 100%;
    margin-left: 10px;
    border-radius: 20px 0 0 20px;
    padding-right: 4%;
}

.header-centent .search-input input {
    border: none;
    border-left: 1px solid #e5e5e5;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    border-radius: 0 20px 20px 0;
    flex: 1;

}

.header-centent .search-button {
    position: absolute;
    right: 2px;
    width: 85px;
    height: 35px;
    background-color: #d41313;
    border-radius: 17px;
    cursor: pointer;
}

.header-centent .search-button img {
    width: 20px;
}

.header-centent .post-button {
    height: 42px;
    background-color: #ffffff;
    border-radius: 21px;
    border: solid 2px #d41313;
    font-size: 18px;
    color: #d41313;
    margin-right: 20px;
    padding: 0 10px;
}
.header-centent .sign-button {
    height: 42px;
    background-color: #ffffff;
    border-radius: 21px;
    border: solid 1px #e1e1e1;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
    padding: 0 10px;
}

.header-centent .post-button img {
    width: 26px;
    margin-right: 4px;
}
.header-centent .change-lang{
    cursor:pointer;
}

.header-centent .change-lang img {
    width: 23px;
    margin-right: 4px;
}

.header-centent .change-lang select {
    border: none;
}

.shop-header {
}

.shop-header .logo-box {
    padding: 10px 0;
    justify-content: flex-start;
}

.shop-header .logo-box .logo {
    max-height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.shop-header .logo-box .right-title-box {
    padding-left: 20px;
}

.shop-header .logo-box .right-title-box .tit {
    font-size: 22px;
    font-weight: bold;
    color: #0c0c0c;
}

.shop-header .logo-box .right-title-box .address {
    display: flex;
    align-items: center;
}
.shop-header .logo-box .right-title-box .address img {
    width: 19px;
    height: 19px;
    margin-right: 5px;
}

.shop-header .logo-box .right-title-box .address div {
    font-size: 14px;
    color: #666;
}

.shop-header .bg {
    background-color: #019bfd;
    color: #fff;
    height: 46px;
}

.shop-header .bg .left {
    display: flex;
    align-items: center;
}

.shop-header .bg .left .item {
    color: #fff;
    padding: 0 20px;
    height: 46px;
}

.shop-header .bg .left .item:hover {
    background-color: #006DDC;
    border-radius: 10px 50px;

}

.shop-header .bg .left .active {
    background-color: #006DDC;
    border-radius: 10px 50px;
}

.shop-header .bg .right input {
    width: 240px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 17px;
    padding-left: 20px;
    border: none;
    font-size: 16px;
}

.shop-header .bg .right img {
    /* position: absolute; */
    right: 10px;
    z-index: 3;
    height: 25px;
    margin-top: 2px;
}
.footer{
    background: #ececec;
    padding: 30px 0;
    margin-top: 50px;
    color: #333;
}
.footer .footer_con{
    text-align: center;
    font-size: 14px;
    height: 25px;
    display: flex;
    justify-content: center;
}
.footer .footer_con a{
    color: #555;
}
.footer .footer_con p{
    color: #555;
    display:inline-block
}
.footer .footer_con a:hover{
    color: #d41313;
    cursor:pointer;
}
.footer .footer_con span{
    color: #333;
    margin: 0 10px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Ã¥Â¼Â¹Ã§Âªâ€”Ã¥â€ â€¦Ã¥Â®Â¹Ã¥Â®Â¹Ã¥â„¢Â¨ */
.popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 90%;
    border: 3px solid #000;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.popup-header div {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.popup-body div {
    margin-top: 0;
    font-size: 25px;
    color: #2196f3;
    font-weight: 600;
}

.popup-body p {
    font-size: 16px;
    line-height: 45px;
}
.form_label{
    color:red;
    font-size: 14px;
}
.scroll_to_top{
    position: fixed;
    bottom: 85px;
    right: 20px;
    background: #a1a1a1;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: none;
    border-bottom: 2px solid #333;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.scroll_to_top:hover{
    background:#019bfd;
    border-bottom: 2px solid #022134;
}
.scroll_to_top img{
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.category-active {
    color:#2196f3;
    text-decoration:underline;
    font-weight: 700 !important;
}
.login{
    line-height: 17px;
    font-size: 14px;
    margin-left: 1vw;
}
.login img{
    margin-right: 5px;
    width: 30px;
    height: 30px;
}
.login .cart_number{
    color: #FF623E;
    font-weight: 700;
}
.user_msg{
    max-width: 80px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.user_center{
    position: relative;
    cursor: pointer;
}
.user_center .user_center_con{
    position: absolute;
    bottom: -128px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 12px;
    left: 0;
    border-radius: 5px;
    width: 150px;
    box-shadow: 2px 2px 2px #9b9494;
    display: none;
}
.user_center .user_center_con a{
    color: #333;
    display: block;
    line-height: 33px;
}
.user_center .user_center_con a.sign_out{border-top: 1px solid #e1e1e1;}

.user_center .user_center_con a:hover{
    color: #d41313;
}

/*  Ã¥Âªâ€™Ã¤Â½â€œÃ¦Å¸Â¥Ã¨Â¯Â¢Ã¦Â Â·Ã¥Â¼Â  */
/* Ã¦â€°â€¹Ã¦Å“Âº */
@media (max-width: 767px) {

    body,
    html {
        overflow-x: hidden;
    }

    .header-centent .search-button {
        position: absolute;
        right: 2px;
        width: 33px;
        height: 35px;
        border-radius: 17px;
        cursor: pointer;
        background-color: inherit;
    }

    .width1400,
    .width1500 {
        width: 100% !important;
    }

    .header-centent .post-button {
        display: none;
    }
    .shop-header .logo-box .right-title-box {
        padding-left: 10px;
    }

    .isOnlyPC {
        display: none !important;
    }

    .global-header .header-centent .categoryOpen {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 20px;
        z-index: 30;
        /* top: 20px; */
    }

    .global-header .header-centent .categoryOpen img {
        width: 100%;
        height: 100%;
    }

    .global-header .header-centent .logo {
        position: absolute;
        left: 0;
        width: 100vw;
        top: 10px;
        z-index: 20;
    }

    .global-header .header-centent .logo .logo-img {
        position: absolute;
        height: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .global-header .header-centent .logo .logo-img img{
        width: 100%;
        height: 30px;
        object-fit: contain;
    }

    .header-centent .search {
        padding-top: 35px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .header-centent .search-input {
        margin: 0 auto;
    }

    .header-centent .change-lang {
        position: absolute;
        right: 20px;
        top: 12px;
        width: 20px;
        z-index: 21;

    }

    .header-centent .change-lang select {
        opacity: 0;
    }

    #menu-left-menu {
        display: none;
        z-index: 999;
    }

    #menu-left-menu .left {
        display: block;
        width: 100vw;
    }

    #menu-left-menu .close {
        position: fixed;
        right: 30px;
        top: 22px;
        z-index: 21;
    }

    .global-header {
        position: fixed;
        width: 100vw;
    }

    .scroll_to_top{
        position: fixed;
        bottom: 85px;
        right: 20px;
        background: #a1a1a1;
        border-radius: 10px;
        width: 40px;
        height: 40px;
        display: none;
    }
    .scroll_to_top img{
        width: 15px;
        height: 15px;
        display: block;
        margin: 0 auto;
        margin-top: 12.5px;
    }
    .header-centent .search-input input {
        width: 10px;
    }
    .login img{
        width: 25px;
        height: 25px;
        margin-right: 0;
        margin-left: 5px;
    }

}

/* Ã¥Â¹Â³Ã¦ÂÂ¿ */
@media (min-width: 768px) and (max-width: 1023px) {
    .width1400 {
        width: 900px;
    }

    /* Ã¥Â¤Â´Ã©Æ’Â¨ */
    .global-header .header-centent {
        padding-top: 100px;
    }

    .global-header .header-centent .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 20px;
    }

    .header-centent .search-input {
        margin-left: 0;
    }

    .isOnlyPhone {
        display: none !important;
    }
}

/* Ã¨â€¡ÂªÃ¥Å Â¨Ã¨Â¡Â¥Ã¥â€¦Â¨Ã¥Â®Â¹Ã¥â„¢Â¨Ã¦Â Â·Ã¥Â¼Â */
.autocomplete-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 2px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    /* Ã§Â¡Â®Ã¤Â¿ÂÃ¥Å“Â¨Ã¥â€¦Â¶Ã¤Â»â€“Ã¥â€¦Æ’Ã§Â´Â Ã¤Â¸Å Ã¦â€“Â¹ */
    max-height: 300px;
    /* Ã©â„¢ÂÃ¥Ë†Â¶Ã¦Å“â‚¬Ã¥Â¤Â§Ã©Â«ËœÃ¥ÂºÂ¦Ã¯Â¼Å’Ã¨Â¶â€¦Ã¥â€¡ÂºÃ¦Â»Å¡Ã¥Å Â¨ */
    overflow-y: auto;
}

/* Ã¥Å Â Ã¨Â½Â½Ã§Å Â¶Ã¦â‚¬ÂÃ¦Â Â·Ã¥Â¼Â */
.autocomplete-loading {
    padding: 12px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

/* Ã§Â»â€œÃ¦Å¾Å“Ã¥Ë†â€”Ã¨Â¡Â¨Ã¦Â Â·Ã¥Â¼Â */
.autocomplete-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Ã§Â»â€œÃ¦Å¾Å“Ã©Â¡Â¹Ã¦Â Â·Ã¥Â¼Â */
.autocomplete-item {
    padding: 10px 12px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

/* Ã§Â»â€œÃ¦Å¾Å“Ã©Â¡Â¹ hover Ã¦â€¢Ë†Ã¦Å¾Å“ */
.autocomplete-item:hover {
    background-color: #f5f5f5;
}

/* Ã¥â€¦Â³Ã©â€Â®Ã¨Â¯ÂÃ©Â«ËœÃ¤ÂºÂ®Ã¦Â Â·Ã¥Â¼Â */
.autocomplete-item .highlight {
    color: #e53e3e;
    /* Ã§ÂºÂ¢Ã¨â€°Â²Ã©Â«ËœÃ¤ÂºÂ®Ã¯Â¼Å’Ã¥ÂÂ¯Ã¦Â Â¹Ã¦ÂÂ®Ã¥â€œÂÃ§â€°Å’Ã¨â€°Â²Ã¨Â°Æ’Ã¦â€¢Â´ */
    font-weight: 500;
}

/* Ã¦â€”Â Ã§Â»â€œÃ¦Å¾Å“Ã§Å Â¶Ã¦â‚¬ÂÃ¦Â Â·Ã¥Â¼Â */
.autocomplete-empty {
    padding: 12px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* Ã¥Ë†â€ Ã©Â¡ÂµÃ¥Â®Â¹Ã¥â„¢Â¨ */
.pagination {
    padding: 15px 0;
    gap: 10px;
}

/* Ã¥Ë†â€ Ã©Â¡ÂµÃ¦Å’â€°Ã©â€™Â®Ã©â‚¬Å¡Ã§â€Â¨Ã¦Â Â·Ã¥Â¼Â */
.pagination-prev, .pagination-next, .pagination-page {
    padding: 6px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

/* Ã¥Â½â€œÃ¥â€°ÂÃ©Â¡ÂµÃ¦Â Â·Ã¥Â¼Â */
.pagination-page.active {
    background-color: #0071e3; /* Ã§Â¤ÂºÃ¤Â¾â€¹Ã¨â€œÂÃ¨â€°Â²Ã¯Â¼Å’Ã¥ÂÂ¯Ã¦â€ºÂ¿Ã¦ÂÂ¢Ã¤Â½Â Ã§Å¡â€žÃ¤Â¸Â»Ã©Â¢ËœÃ¨â€°Â² */
    color: #fff;
    border-color: #0071e3;
}

/* Ã§Â¦ÂÃ§â€Â¨Ã§Å Â¶Ã¦â‚¬ÂÃ¯Â¼Ë†Ã§Â¬Â¬Ã¤Â¸â‚¬Ã©Â¡ÂµÃ¤Â¸Å Ã¤Â¸â‚¬Ã©Â¡ÂµÃ£â‚¬ÂÃ¦Å“â‚¬Ã¥ÂÅ½Ã©Â¡ÂµÃ¤Â¸â€¹Ã¤Â¸â‚¬Ã©Â¡ÂµÃ¯Â¼â€° */
.pagination-prev.disabled, .pagination-next.disabled {
    color: #9ca3af;
    cursor: not-allowed;
    background-color: #f9fafb;
    border-color: #e5e7eb;
}

/* Ã©Â¡ÂµÃ§Â ÂÃ©â€”Â´Ã¨Â·Â */
.pagination-pages {
    gap: 8px;
    display: flex;
}

/* Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·Ã¦Â Â·Ã¥Â¼Â */
.pagination-ellipsis {
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #6b7280;
}

/* Ã§Â©ÂºÃ¦â€¢Â°Ã¦ÂÂ®Ã¦Â Â·Ã¥Â¼Â */
.no-data {
    height: 200px;
    color: #6b7280;
    font-size: 14px;
}


/* Ã¦ÂÅ“Ã§Â´Â¢Ã¨Â¾â€œÃ¥â€¦Â¥Ã¦Â¡â€ Ã¨ÂÅ¡Ã§â€žÂ¦Ã¦Â Â·Ã¥Â¼ÂÃ¯Â¼Ë†Ã¥ÂÂ¯Ã©â‚¬â€°Ã¯Â¼Å’Ã¤Â¼ËœÃ¥Å’â€“Ã¨Â§â€ Ã¨Â§â€°Ã¯Â¼â€° */
#search-keyword:focus {
    outline: none;
    border-color: #e53e3e;
    /* Ã¤Â¸Å½Ã©Â«ËœÃ¤ÂºÂ®Ã¨â€°Â²Ã¤Â¸â‚¬Ã¨â€¡Â´ */
}
.language-link {
    background: none;
    border: none;
    color: #007bff; /* Ã©â€œÂ¾Ã¦Å½Â¥Ã©Â¢Å“Ã¨â€°Â² */
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.language-link:hover {
    color: #0056b3; /*  hover Ã©Â¢Å“Ã¨â€°Â² */
}
/* Ã§Â¬â€Ã¨Â®Â°Ã¦Å“Â¬/Ã¥ÂÂ°Ã¥Â¼ÂÃ¦Å“ÂºÃ¯Â¼Ë†Ã¥Â°ÂÃ¯Â¼â€° */
@media (min-width: 1024px) and (max-width: 1439px) {
    .width1400 {
        width: 1200px;
    }

    .isOnlyPhone {
        display: none !important;
    }
}

/* Ã¥Â¤Â§Ã¥Â±ÂÃ¨Â®Â¾Ã¥Â¤â€¡ */
@media (min-width: 1440px) {
    .isOnlyPhone {
        display: none !important;
    }
}
