

@media only screen and (max-width: 768px) {
  /* For mobile phones: */


}

.os-search-input{
  border: 2px solid #e31936;
  background-color: white !important;
  width: calc(100vh - 500px) !important;
  padding:0 !important;
  padding-left: 10px  !important;
}

.os-search-btn{
  background-image: linear-gradient(to  right, #e31936, #e31936) !important;
  color: white !important;
  height:40px;
  border-radius: 0 !important;
}

.os-basket-btn {
  color: #5E5F65 !important;
  font-size: 15px !important;
}

.os-basket-btn * > i {
  background: linear-gradient(to right, #e31936, #e31936) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 28px !important;
  font-weight: bold !important;
}

.os-basket-badge {
  background-color: #ED1C24 !important;
  color: white !important;
}


.os-phone-btn{
  color: #5E5F65 !important;
  font-size: 15px !important;
}

.os-phone-btn * > i {
  background: linear-gradient(to right, #e31936, #e31936) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 28px !important;
  font-weight: bold !important;
}


.os-oneproduct-name{
color:#000 !important;
}