.header .language .dropdown-language{
    min-width: 80px;
}

.product-detail-content .container{
    overflow: auto !important;
}

.float-qr{
    position: fixed;
    left: 0;
    bottom: 120px;
    z-index: 2;
}
.float-qr img{
    width: 95px;
}

@media screen and (max-width: 990px) {
    .float-qr{
        display: none;
    }
}