.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.clearfix:before,
.clearfix:after,
#dealsProducts:before,
#dealsProducts:after,
#dealsProducts:before,
#dealsProducts:after,
.feature.dailyDeal header:before,
.feature.dailyDeal header:after,
.feature.dailyDeal header:before,
.feature.dailyDeal header:after,
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after,
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
#dealsProducts:before,
#dealsProducts:after,
#dealsProducts:before,
#dealsProducts:after,
.feature.dailyDeal header:before,
.feature.dailyDeal header:after,
.feature.dailyDeal header:before,
.feature.dailyDeal header:after,
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after,
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after,
.dl-horizontal dd:after,
.clearfix:after,
#dealsProducts:after,
#dealsProducts:after,
.feature.dailyDeal header:after,
.feature.dailyDeal header:after,
.feature.dailyDeal .deals:after,
.feature.dailyDeal .deals:after,
.form-horizontal .form-group:after,
.dl-horizontal dd:after,
#dealsProducts:after,
#dealsProducts:after,
.feature.dailyDeal header:after,
.feature.dailyDeal header:after,
.feature.dailyDeal .deals:after,
.feature.dailyDeal .deals:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.clearfix:before,
.clearfix:after,
#dealsProducts:before,
#dealsProducts:after,
#dealsProducts:before,
#dealsProducts:after,
.feature.dailyDeal header:before,
.feature.dailyDeal header:after,
.feature.dailyDeal header:before,
.feature.dailyDeal header:after,
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after,
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
#dealsProducts:before,
#dealsProducts:after,
#dealsProducts:before,
#dealsProducts:after,
.feature.dailyDeal header:before,
.feature.dailyDeal header:after,
.feature.dailyDeal header:before,
.feature.dailyDeal header:after,
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after,
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after {
  width: 0;
}
div.title-strip {
  position: relative;
  background-color: #1388c2;
  height: 82px;
}
div.title-strip h1 {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Mikado', 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.1;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}
div.title-strip h1 b {
  font-weight: 700;
  letter-spacing: 0;
}
div.title-strip img {
  position: absolute;
  top: -9px;
  left: 265px;
}
div.title-strip div.timer {
  position: absolute;
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 50px;
  font-weight: bold;
  left: 50%;
  top: 15px;
  margin-left: -85px;
  margin-top: 0;
  padding-left: 60px;
  background-image: url('/frontend/images/icons/dd-clock~f774b5d2.png');
  background-image: url('/frontend/images/icons/dd-clock~d3713a1e.svg'), none;
  background-repeat: no-repeat;
}
div.title-strip div.timer .seconds {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 200;
}
div.title-strip p.intro {
  text-align: right;
  max-width: 290px;
  float: right;
  margin-top: 20px;
}
body#daily-deals-index main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 1020px) {
  body#daily-deals-index main {
    display: block;
  }
}
#dealsSubscribeForm {
  background-color: #a2d5ee;
  padding: 20px 10px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media (min-width: 1020px) {
  #dealsSubscribeForm {
    padding: 20px;
  }
}
#dealsSubscribeForm > span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  vertical-align: middle;
  font-weight: 700;
  margin-bottom: 10px;
}
#dealsSubscribeForm.loggedIn > span {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
#dealsSubscribeForm .form-control {
  margin-right: 5px;
  border: none;
  font-weight: 300;
}
#dealsSubscribeForm button[type="submit"] {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #dealsSubscribeForm > span {
    font-size: 20px;
    font-size: 2rem;
    display: block;
  }
  #dealsSubscribeForm.loggedIn > span {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    margin: 0 20px 0 0;
  }
  #dealsSubscribeForm .form-control[type="email"] {
    width: 210px;
  }
  #dealsSubscribeForm button[type="submit"] {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 1020px) {
  #dealsSubscribeForm {
    margin: 0 0 10px 0;
  }
  #dealsSubscribeForm .form-control[type="email"] {
    width: 280px;
  }
  #dealsSubscribeForm.loggedIn > span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1340px) {
  #dealsSubscribeForm > span {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.dealsTitleArea {
  text-align: center;
  padding: 0 10px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.dealsTitleArea h1 {
  margin: 0;
}
@media (min-width: 1020px) {
  .dealsTitleArea {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
  }
  .dealsTitleArea h1 {
    margin-top: 20px;
  }
}
.dealsTitleArea p:first-child {
  font-size: 20px;
  font-size: 2rem;
}
.dealsTitleArea p:first-child b {
  white-space: nowrap;
}
.dealsTitleArea p:first-child b a {
  padding: 0 5px;
}
.dealsTitleArea p:first-child.dealsTitleText {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.dealsTitleArea p:first-child.dealsTitleText b {
  color: #e84f05;
  font-weight: 900;
}
.dealsTitleArea p:first-child.dealsTitleText + p a {
  white-space: nowrap;
}
@media (min-width: 1020px) {
  .dealsTitleArea p:first-child.dealsTitleText {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 1340px) {
  .dealsTitleArea p:first-child.dealsTitleText {
    font-size: 40px;
    font-size: 4rem;
  }
}
.dealsTitleArea .expired {
  color: #e84f05;
  font-weight: bold;
}
.dealsTitleArea a.btn {
  margin-left: 5px;
}
.dealsTitleArea a.previousDays {
  font-size: 12px;
  font-size: 1.2rem;
}
.dealsTitleArea a.back {
  display: inline-block;
  line-height: 1.1;
}
#dealsProducts {
  margin: 14px -4px;
  text-align: center;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  padding: 0;
}
#dealsProducts:before,
#dealsProducts:after {
  content: " ";
  display: table;
}
#dealsProducts:after {
  clear: both;
}
#dealsProducts:before,
#dealsProducts:after {
  content: " ";
  display: table;
}
#dealsProducts:after {
  clear: both;
}
#dealsProducts:before,
#dealsProducts:after {
  width: 0;
}
#dealsProducts:before,
#dealsProducts:after {
  width: 0;
}
@media (min-width: 1020px) {
  #dealsProducts {
    margin: 14px -15px;
  }
}
#dealsProducts + aside {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  padding: 0 10px;
}
@media (min-width: 1020px) {
  #dealsProducts + aside {
    padding: 0;
  }
}
.deal {
  display: inline-block;
  border: 1px solid #e5e5e5;
  width: 156px;
  height: 308px;
  margin: 3px;
}
@media (min-width: 768px) {
  .deal {
    width: 180px;
    margin: 4px;
  }
}
@media (min-width: 1020px) {
  .deal {
    width: 412px;
    height: 288px;
    margin: 15px;
  }
}
@media (min-width: 1340px) {
  .deal {
    display: block;
    float: left;
  }
}
.deal .image,
.deal .dealsText {
  padding: 6px;
  float: left;
}
@media (min-width: 768px) {
  .deal .image,
  .deal .dealsText {
    padding: 10px;
  }
}
.deal .image {
  position: relative;
  width: 100%;
  height: 150px;
  text-align: center;
  line-height: 130px;
}
.deal .image .soldout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 150px;
}
.deal .image .soldout > img {
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 70%;
}
@media (min-width: 1020px) {
  .deal .image .soldout {
    line-height: 286px;
    height: 286px;
  }
}
@media (min-width: 1020px) {
  .deal .image {
    width: 50%;
    height: 100%;
    line-height: 266px;
  }
}
.deal .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.deal .dealsText {
  width: 100%;
  position: relative;
  padding-top: 10px;
  text-align: left;
}
@media (min-width: 1020px) {
  .deal .dealsText {
    width: 50%;
    min-height: 226px;
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.deal .dealsText .productStarburst {
  top: -74px;
  bottom: auto;
  left: auto;
  right: -6px;
  padding-top: 18px;
  width: 80px;
  height: 80px;
  background-image: url('/frontend/images/daily-deals/dd-starburst~7a271a48.png');
  background-image: url('/frontend/images/daily-deals/dd-starburst~bec5eb8e.svg'), none;
}
.deal .dealsText .productStarburst .saveMulti {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}
.deal .dealsText .productStarburst .amount {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 1020px) {
  .deal .dealsText .productStarburst {
    top: auto;
    bottom: 0;
    left: 10px;
    right: auto;
  }
}
.deal .dealsText .dailyDealTitles {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  min-height: 44px;
}
.deal .dealsText .dailyDealTitles .subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}
.deal .dealsText .dealsSummary {
  font-size: 20px;
  font-size: 2rem;
}
.deal .dealsText .dealsSummary > b {
  color: #e84f05;
}
.deal .dealsText .dealsPrice {
  font-size: 16px;
  font-size: 1.6rem;
}
.deal .dealsText .price s {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999999;
}
.deal .dealsText .stockLevel {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 18px;
  vertical-align: middle;
  margin: 10px 0;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: -1px 0;
  background-image: url('/frontend/images/daily-deals/deals-stock-levels~d23142ef.png');
  background-image: url('/frontend/images/daily-deals/deals-stock-levels~dc45acb3.svg'), none;
}
@media (min-width: 768px) {
  .deal .dealsText .stockLevel {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 25px;
  }
}
.deal .dealsText .stockLevel.dealStock-full {
  color: #739900;
}
.deal .dealsText .stockLevel.dealStock-heaps {
  background-position: -1px -33px;
  color: #739900;
}
.deal .dealsText .stockLevel.dealStock-some {
  background-position: -1px -65px;
  color: #ff9900;
}
.deal .dealsText .stockLevel.dealStock-low {
  background-position: -1px -99px;
  color: #e84f05;
}
.deal .dealsText .stockLevel.dealStock-empty {
  background-position: -1px -132px;
  color: #999999;
  text-transform: uppercase;
}
.deal .dealsText .more {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 10px 0 10px 20px;
}
@media (min-width: 768px) {
  .deal .dealsText .more {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 5px 24px;
  }
}
.noDeals {
  margin: 50px 0 50px 0;
  font-size: 18px;
  color: #999999;
  text-align: center;
}
.feature.dailyDeal {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 1020px) {
  .feature.dailyDeal {
    padding-left: 0;
    padding-right: 0;
  }
}
.feature.dailyDeal header {
  background-color: #ffffff;
  line-height: 42px;
  margin-bottom: 20px;
  text-align: left;
}
.feature.dailyDeal header:before,
.feature.dailyDeal header:after {
  content: " ";
  display: table;
}
.feature.dailyDeal header:after {
  clear: both;
}
.feature.dailyDeal header:before,
.feature.dailyDeal header:after {
  content: " ";
  display: table;
}
.feature.dailyDeal header:after {
  clear: both;
}
.feature.dailyDeal header:before,
.feature.dailyDeal header:after {
  width: 0;
}
.feature.dailyDeal header:before,
.feature.dailyDeal header:after {
  width: 0;
}
.feature.dailyDeal header h2 {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Mikado', 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  letter-spacing: -0.05em;
  vertical-align: middle;
  margin: 0;
}
.feature.dailyDeal header h2 b {
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .feature.dailyDeal header h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.feature.dailyDeal header > div.timer {
  display: inline-block;
  width: auto;
  color: #ffffff;
  background-color: #148fcc;
  padding: 7px 10px;
  margin-right: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
}
.feature.dailyDeal header > div.timer span {
  font-weight: 700;
}
.feature.dailyDeal header > div.timer span:first-child {
  margin-right: 5px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: text-bottom;
}
.feature.dailyDeal header > div.timer .seconds {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 200;
}
.feature.dailyDeal header p.intro {
  line-height: 21px;
  vertical-align: middle;
  margin: 10px 0 0 0;
}
.feature.dailyDeal header p.intro a.more {
  display: inline-block;
  text-align: right;
  margin: 0 0 0 34px;
}
.feature.dailyDeal header p.intro a.more:before {
  position: static;
  line-height: inherit;
  vertical-align: middle;
  margin-right: 6px;
}
@media (min-width: 1340px) {
  .feature.dailyDeal header p.intro {
    width: 60%;
    text-align: right;
    margin: 0 0 0 5px;
    float: right;
  }
}
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after {
  content: " ";
  display: table;
}
.feature.dailyDeal .deals:after {
  clear: both;
}
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after {
  content: " ";
  display: table;
}
.feature.dailyDeal .deals:after {
  clear: both;
}
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after {
  width: 0;
}
.feature.dailyDeal .deals:before,
.feature.dailyDeal .deals:after {
  width: 0;
}
.feature.dailyDeal .deal {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1020px) {
  .feature.dailyDeal .deal {
    float: left;
    width: 32.66666667%;
  }
}
@media (min-width: 480px) and (max-width: 1340px) {
  .feature.dailyDeal .deal {
    width: 31.91666667%;
    float: left;
    margin: 0 1%;
    height: 288px;
  }
}
@media (min-width: 1340px) {
  .feature.dailyDeal .deal {
    margin: 0 0.5%;
  }
}
.feature.dailyDeal .deal:first-child {
  margin-left: 0;
}
.feature.dailyDeal .deal:last-child {
  margin-right: 0;
}
.feature.dailyDeal .deal .image {
  width: 40%;
}
@media (min-width: 480px) {
  .feature.dailyDeal .deal .image {
    width: 100%;
    height: 150px;
    line-height: 130px;
  }
}
@media (min-width: 1340px) {
  .feature.dailyDeal .deal .image {
    width: 50%;
    height: 248px;
    line-height: 226px;
  }
}
.feature.dailyDeal .deal .dealsText {
  width: 60%;
  min-height: 130px;
}
@media (min-width: 480px) {
  .feature.dailyDeal .deal .dealsText {
    width: 100%;
    padding-top: 10px;
    min-height: 0;
  }
}
@media (min-width: 1340px) {
  .feature.dailyDeal .deal .dealsText {
    width: 50%;
    padding-top: 110px;
  }
}
.feature.dailyDeal .deal .dealsText .dailyDealTitles {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  min-height: 0;
}
.feature.dailyDeal .deal .dealsText .stockLevel {
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 20px;
  margin: 5px 0 0 0;
  max-height: 34px;
}
.feature.dailyDeal .deal .dealsText .productStarburst {
  color: #ffffff;
  background-image: url('/frontend/images/bonus-starburst~a38ec81a.png');
  background-image: url('/frontend/images/bonus-starburst~38784b80.svg'), none;
  top: auto;
  bottom: -15px;
  left: -75px;
  right: auto;
}
@media (min-width: 480px) {
  .feature.dailyDeal .deal .dealsText .productStarburst {
    top: -74px;
    bottom: auto;
    left: auto;
    right: -6px;
    background-size: 80px 80px;
  }
}
@media (min-width: 1340px) {
  .feature.dailyDeal .deal .dealsText .productStarburst {
    top: 15px;
    bottom: auto;
    left: 10px;
    right: auto;
  }
}
.feature.dailyDeal a.btn {
  margin: 20px 0 0 0;
}
#daily-deals-index aside h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #e84f05;
  margin-top: 0;
}
@media (min-width: 1020px) {
  #daily-deals-index aside h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
