@media (min-width: 1024px) {
    .zalo-show {
        display: flex;
    }
}

.header-container {
    position: unset;
}
.ew-alo-phone {
    display: block;
    left: auto;
    right: 160px;
    bottom: 320px;
}
#scrollup {
    bottom: 280px;
    right: 40px;
}
.zalo-show {
    bottom: 100px;
    position: fixed;
    right: 30px;
    left: auto;
    background: #8b0029;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.fixed-shopee {
    z-index: 9999;
    bottom: 20px;
    position: fixed;
    right: 30px;
    left: auto;
    background: #8b0029;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-shopee img {
    width: 30px;
}

.ew-alo-ph-img-circle{
    width: 50px;
    height: 50px;
    background-size: 30px;
}

.ew-alo-ph-circle-fill{
    width: 75px;
    height: 75px;
    top: 58px;
    left: 57px;
}

.ew-alo-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
}

.ew-alo-phone{
    bottom: 210px;
    right: 155px;
}

#scrollup{
    bottom: 20px !important;
}

.fixed-link{
    position: fixed;
    display: flex;
    bottom: 165px;
    right: 34px;
    flex-direction: column;
    z-index: 9999;
}

.fixed-link a{
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.fixed-link a:not(:last-child){
    margin-bottom: 10px;
}

.error-wrap {
    text-align: center;
    padding: 60px 100px 30px;
    font-size: 22px;
    font-style: italic;
}

.search-error {
    border: 1px solid #ccc;
    width: fit-content;
    display: block;
    margin: 0 auto;
}

.search-error input, .search-error button {
    border: none;
}

.search-error input {
    padding: 0 10px;
}

.category-content {
    display: block;
}

.item-category-index .cover-item-index .caption-item h3 {
    text-shadow: 1px 1px 3px rgba(0,0,0,.85) !important;
}
.item-category-index .cover-item-index .caption-item{
    color: #8b0629;
}
.item-category-index .cover-item-index .caption-item span{
    color: #fff;
}
@media screen and (max-width: 767px) {
    .error-wrap {
        padding: 60px 10px 30px;
    }
}

