select.gt_selector.notranslate {
    margin-top: 11px;
    height: 25px;
    font-size: 12px;
}
  .mobile_languageslect {
    display: none;
  }
@media (max-width: 575px) {
.product-iconbox .product-icon img {
    width: 25px !important;
    height: 25px !important;
}	
}

@media (max-width: 1024px) {
    .mobile_languageslect 
    {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    }
    .mobile_languageslect label {
    margin: 0;
    width: 40%;
    text-align: left;
    }

    .mobile_languageslect .gtranslate_wrapper {
    width: 57% !important;
}
    select.gt_selector.notranslate {
        margin-top: 0;
        height: 36px;
    }

}