.zalo_icon{
    bottom: 150px !important;
}
.link-messenger{
    position: fixed;
    bottom: 210px;
    right: 20px;
    z-index: 999;
}
#showCarrier {
    display: none;
}
.form-search-store {
    padding: 20px 15px 30px
}
.form-search-store h5 {
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 25px;
    text-align: center;
    font-size: 2.28rem !important;
    color: #d3ad57!important;
    margin-bottom: 25px;
}
.form-search-store label {
    color: #d3ad57!important;
    text-transform: uppercase;
}
.form-search-store>p {
    padding: 0 50px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0;
}
.form-search-store select {
    border: 1px solid #000;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.form-search-store select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);

}
.form-search-store option {
    text-transform: uppercase;
    font-weight: 600;
}
.btn-search-store {
    color: #fff;
    border: 1px solid #282846;
    border-radius: 4px;
    background-color: #282846;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
}
#popupHome img {
    border-radius: 15px 0 0 15px;
}

@media (min-width: 1024px) {
    .w-50 {
        width: 50% !important;
    }
    #popupHome .modal-dialog {
        width: 950px;
    }
    #popupHome .modal-content {
        border-radius: 15px;
    }
}

@media (max-width: 991px) {
    #popupHome .modal-dialog {
        margin-top: 3%;
    }
    #popupHome img {
        border-radius: 15px 15px 0 0;
    }
    #popupHome .modal-content {
        border-radius: 15px;
    }
    #popupHome .modal-dialog {
        margin: 10px 30px;
    }
    .form-search-store h5 {
        font-size: 1.75rem !important;
        margin-bottom: 0;
    }
    .form-search-store>p {
        padding: 0 20px;
        font-size: 13px;
        margin: 5px 0 15px;
    }
}