﻿.sp_timesale_head {
  background: #000;
}

.sp_timesale_head .sp_timesale_head_title {
  font-size: 55px;
  color: rgb(255, 255, 255);
  line-height: 1.3em;
  padding: 0px;
  margin: 0px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.sp_timesale_head_text {
  font-size: 15px;
  line-height: 30px;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  text-align: center;
}

.sp_timesale_head {
  padding: 60px 0;
}

.sp_bg .sp_date_until {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}

.sp_timesale_head .photor {
  top: 50%;
  transform: translateY(-50%);
  opacity: .8;
}