@font-face {
  font-family: 'ElectroluxSans';
  font-style: normal;
  font-weight: normal;
  src: local('Electrolux Sans'), local('ElectroluxSans'), url('https://s3-eu-west-1.amazonaws.com/electrolux-newsletter/assets/Fonts/electroluxsans_3_regular.woff') format('woff');
}

@font-face {
  font-family: 'ElectroluxSansLight';
  font-style: normal;
  font-weight: normal;
  src: local('Electrolux Sans Light'), local('ElectroluxSansLight'), url('https://s3-eu-west-1.amazonaws.com/electrolux-newsletter/assets/Fonts/electroluxsans_2_light.woff') format('woff');
}

@font-face {
  font-family: 'ElectroluxSansBold';
  font-style: normal;
  font-weight: normal;
  src: local('Electrolux Sans Bold'), local('ElectroluxSansBold'), url('https://s3-eu-west-1.amazonaws.com/electrolux-newsletter/assets/Fonts/electroluxsans_4_semibold.woff') format('woff');
}

body,html {
  font-family: 'ElectroluxSans';
  font-size:18px;
  padding:0;
  margin:0;
}
.row {
  margin-bottom: 0;
}
.row .row {
  margin-top: 0;
  margin-bottom: 0;
}
.gray-plate {
  background-color:#f7f6f6;
  padding-top:77px;
  padding-bottom:59px;
}
.white-plate {
  height:165px;
  padding-top:65px;
    font-size: 34px;
  font-weight: 300;
  color: #041e41;
}
[class*="col-"] {
  padding: 0;
}
.fixed-height {
  height:714px;
  background-color: #f0f;
}
.selection-wrapper {
  display: inline-block;
  margin:0 auto;
}
/* Drop down */
.dropdown  {
  max-width: 380px;
  width: 320px;
  display: inline-block;
  margin-left:20px;
  margin-right:20px;
}
.dropdown.drop-right {
  margin-right:0;
  width: 380px;
}

.dropdown.drop-left {
width: 220px;
}

.dropdown .btn.btn-default {
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    border:0;
    color: #31c1cd;
    font-size: 30px;
    line-height: 34px;
  font-weight: 600;
    padding: 0 0 0 0;
    border-bottom: solid 2px #31c1cd;
    border-radius: 0;
}

.dropdown .btn.btn-default span{
  max-width:360px;
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    float: left;
  }
.btn.focus, .btn:focus {
    outline: none;
    outline: 0;
    box-shadow: none;
}
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.dropdown .btn.btn-default:hover {
    background-color: #ffffff;
    color: #31c1cd;
}
.dropdown-toggle:after {
  display: none;
}
.dropdown .btn.btn-default .icon-down-open-big {
    float: right;

    background-image: url(../img/triangle.svg);
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    margin-top:10px;
}
.dropdown .btn.btn-default .icon-down-open-big:before {
    color: #c3c4c7;
}

.dropdown .btn.btn-default .icon-up-open-big {

    background-image: none;
}
.dropdown-menu {
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    border-radius: 0;
    color: #000000;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4f4e53;
    font-size: 18px;
    border-left: 1px solid #cacfd2;
    border-right: 1px solid #cacfd2;
    border-bottom: 1px solid #cacfd2;
    overflow-y: hidden:/*scroll !important;*/
}
.scrollable-menu {
    height: auto;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: scroll !important;
}
.dropdown-menu>li {
    padding: 10px;
}
.list-heading {
  font-family: 'ElectroluxSansBold';
}
.dropdown-menu>li:hover {
    background-color: #f7f6f6;
}
.dropdown-backdrop {
    opacity: 0;
}
.type-icon {
  margin-right:10px;
}
.result-wrapper {
  height:220px;
  color: #4f4e53;
  text-align: center;
}
.result-wrapper.temperature-wrapper,
.result-wrapper.time-wrapper,
.result-wrapper.shelf-wrapper {
  border-left: solid 1px #cacfd2;
}
.result-wrapper h3{
  font-size: 18px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding:0;
  margin:0;
  padding-top:18px;
  padding-bottom:18px;
}

.result-wrapper .inner-wrapper{
  color: #4f4e53;
  height:81px;
}
.result-wrapper .inner-wrapper.large-blue-text{
  color: #31c1cd;
  font-size: 62px;
  line-height: 83px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.result-wrapper.time-wrapper.double .inner-wrapper{
  height:32px;
}
.result-wrapper.time-wrapper.double h3{
  padding-top:9px;
  padding-bottom:3px;
}
.result-wrapper.time-wrapper.double .inner-wrapper.large-blue-text{
  color: #31c1cd;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.result-wrapper .sub-value-wrapper {
  padding-top:16px;
  padding-bottom:18px;
}
#shelf-img,
#setting-img {
  width: auto;
  max-height: 80px;
}

.tip-container {
  padding-top:65px;
  font-size: 20px;
  letter-spacing: -0.1px;
  color: #001e44;
}

.tip-container span {
    display: inline-block;
    padding-left: 10px;
}
.tip-container span:before {
display: inline-block;
    content: ' ';
    background-image: url(../img/info.svg);
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    top: 0px;
    position: relative;
    left: -5px;
}

@media only screen and (min-width: 992px) {}
@media only screen and (max-width: 768px) {
      .white-plate {
      padding-top: 30px;
      height: 120px;
  }
.col-md-3,
.col-sm-6 {
      width:50% ;
      max-width:50% ;
      flex-basis:50%;
}

.dropdown.drop-right {
  margin-right:0;
  width: 280px;
}

.dropdown.drop-left {
width: 120px;
}

.dropdown .btn.btn-default {

      font-size: 24px;
      line-height: 24px;
}

.dropdown .btn.btn-default span{
  max-width:360px;
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    float: left;
  }
    .inner-selection-right {
      font-size: 24px;
    font-family: 'ElectroluxSansLight';
      font-weight: 300;
      margin-top:10px;
    }
    .inner-selection-left {
      font-size: 24px;
    font-family: 'ElectroluxSansLight';
      font-weight: 300;
    }
  .sett-1,
  .sett-2{
    border-bottom: solid 1px #cacfd2;
    padding-bottom:30px;
    margin-bottom:30px;
    }

  .result-wrapper.time-wrapper {
    border:none;
  }
}
@media only screen and (max-width: 480px) {
    .white-plate {
      padding-top: 30px;
      height: 140px;
  }
  .gray-plate {
      padding-top: 36px;
      padding-bottom: 63px;
      padding-left: 20px;
      padding-right: 20px;
  }
    .dropdown  {
    width: 120px;
   }


  .dropdown.drop-left {
    margin-left:6px;
    margin-right:6px;
  width: 140px;
  }
  .dropdown.drop-right {
    margin-left:6px;
    margin-right:0;
  width: 316px;
  }
  .result-wrapper {
      height: 130px;
  }
  .dropdown .btn.btn-default {
      font-size: 24px;
      line-height: 24px;
  }
.dropdown .btn.btn-default span{
  max-width:296px;
  }
    .inner-selection-right {
      text-align: left;
      width:100%;
      float:left;
      padding-left:20px;
      padding-right:20px;
      font-size: 24px;
    font-family: 'ElectroluxSansLight';
      font-weight: 300;
      margin-top:10px;
    }
    .inner-selection-left {
      text-align: left;
      width:100%;
      float:left;
      padding-left:20px;
      padding-right:20px;
      font-size: 24px;
    font-family: 'ElectroluxSansLight';
      font-weight: 300;
    }
    .col-sm-6 {
      width:50%;
  }
  .sett-1,
  .sett-2{
    border-bottom: solid 1px #cacfd2;
    padding-bottom:30px;
    margin-bottom:30px;
    }
    .result-wrapper h3 {
      font-size: 15px;
      padding-top: 3px;
      padding-bottom: 18px;
  }


  .result-wrapper .inner-wrapper{
    height: 56px;
  }
  .result-wrapper .inner-wrapper.large-blue-text{
    font-size: 45px;
    line-height: 53px;
  }

  .result-wrapper.time-wrapper.double .inner-wrapper{
    height:32px;
  }
  .result-wrapper.time-wrapper.double h3{
    padding-top:3px;
    padding-bottom:3px;
  }
  .result-wrapper.time-wrapper.double .inner-wrapper.large-blue-text{
    font-size: 28px;
    line-height: 28px;
  }

  .result-wrapper .sub-value-wrapper {
      font-size: 15px;
      padding-top: 14px;
      padding-bottom:3px;
  }
  .result-wrapper.double .sub-value-wrapper {
      font-size: 15px;

      padding-top: 0;
      padding-bottom:3px;
  }

  #shelf-img,
  #setting-img {
    width: auto;
    max-height: 56px;
  }

  .tip-container {
    padding-top:30px;
    font-size: 14px;
  }
}