/* Mega offer */
#megaOffer *{
  box-sizing:border-box;
  font-family: 'Oswald';
}

#megaOffer{
  width: 100%;
  height: auto;
  margin-top:30px;
  cursor: pointer;
}

  #megaOffer h2{
    font-size: 46px;
    margin-top: 0px;
    line-height: 47px;
    margin: 22px 0px;
  }

    #megaOffer .col{
      width:33.3%;
      height:300px;
      float:left;
      text-align: center;
      position:relative;
    }

    #megaOffer .priceMegaOffer{
      font-size: 45px;
      font-weight: bold;
      letter-spacing: 2px;
      margin-top:14px;
    }
    
    #megaOffer .col:nth-child(2)::before {
        content: '';
        width: 30px;
        height: 30px;
        background: #F36523;
        position: absolute;
        left: 361px;
        top: 46%;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        z-index: 1;
    }

    #megaOffer .col:nth-child(1) img{
      margin: 14px auto;
      display: block;
      position: absolute;
      top:0px;
      left:0px;
      bottom:0px;
      right:0px;
      margin:auto;
      max-width: 330px;
    }

    #megaOffer .col:nth-child(2){
      background:#F36523;
      padding: 21px 0px 0px 60px;
    }

    #megaOffer .col:nth-child(3){
      background: #FFF;
    }

#megaOffer .btn{
  display: block;
  background: #F36523;
  transition-duration: 200ms;
  padding: 7px;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  color: white;
  border-left: 1px solid white;
  padding: 10px 20px 8px 22px;
  text-transform: uppercase;
  font-size: 19px;
  margin:auto;
  margin-top: 15px;
  font-family: 'Oswald';
}

  #megaOffer header{
    height:39px;
    line-height: 39px;
    background: #f36523;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-top: 0px;
    display: none;
  }

    #megaOffer header p{
      display: inline-block;
      margin:auto;
      margin-right:180px;
      font-weight: 500;
    }

    #megaOffer header p:last-child{
      margin-right: 0px;
    }

    #megaOffer #megaOfferC{

    }

    #megaOffer #priceC{
      width: 120px;
      height: 120px;
      position: absolute;
      border-radius: 100%;
      background: #F36523;
      top: 190px;
      left: 540px;
      text-align: center;
      line-height: 120px;
      border:3px solid rgba(0,0,0,0.10);
    }

    #megaOffer #priceC span{
      color:white;
      font-family: 'Open sans';
      font-size: 40px;
    }

    #megaOffer #megaOfferC ul{
      font-family: 'Oswald';
      font-weight: 100;
      text-transform: uppercase;
      color: #FFFFFF;
      line-height: 50px;
      text-align: left;
      font-size: 20px;
    }

    #megaOffer #megaOfferC ul#megaSpecs:first-child{
      font-size: 25px;
    }

    #megaOffer #megaOfferC ul#megaSpecs{
      line-height: 39px;
      margin-bottom: 10px;
    }

    #megaOffer #clockWrapper{
      width: 290px;
      margin:auto;
    }

    #megaOffer .startedMegaOffer{
      margin-top:2px !important;
    }

    #megaOffer #clockWrapper h3{
      padding: 0px 0px 0px 0px;
      font-size: 22px;
      line-height: 34px;
    }

    #megaOffer #clockWrapper h4{
      font-size: 14px;
      padding-top: 0px;
      padding-bottom: 10px;
    }

      #megaOffer .clock{
        text-align: center;
      }

      #megaOffer .identifier{
        width:70px;
        display: inline-block;
        font-weight: 100;
        font-family: 'Oswald';
        font-size: 17px;
      }

      #megaOffer .numbers{
          width:55px;
          height: 71px;
          display: block;
          border-radius: 3px;
          background-image: -webkit-linear-gradient( 90deg, rgb(243,101,35) 0%, rgb(243,101,35) 41%, rgb(243,101,35) 47%, rgb(243,101,35) 49%, rgb(243,101,35) 100%);
          background-image: -moz-linear-gradient( 90deg, rgb(243,101,35) 0%, rgb(243,101,35) 41%, rgb(243,101,35) 47%, rgb(243,101,35) 49%, rgb(243,101,35) 100%);
          background-image: -o-linear-gradient( 90deg, rgb(243,101,35) 0%, rgb(243,101,35) 41%, rgb(243,101,35) 47%, rgb(243,101,35) 49%, rgb(243,101,35) 100%);
          background-image: linear-gradient( 90deg, rgb(243,101,35) 0%, rgb(243,101,35) 41%, rgb(243,101,35) 47%, rgb(243,101,35) 49%, rgb(243,101,35) 100%);
          left: 0px;
          top: 0px;
          z-index: 1;
          line-height: 71px;
          text-align: center;
          font-size: 28px;
          color:white;
          padding:0px 10px;
          margin-right: 30px;
          font-weight: normal;
          margin:auto;
          margin-bottom:10px;
          text-align: center;
          box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.2)
      }

      #megaOffer .numbers.flip{
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
      }

@media screen and (max-width:1200px){
  #megaOffer{
    width:758px;
    height:auto;
    margin: auto;
    margin-top:30px;
  }

  #megaOffer h2{
    text-align: center;
  }  

  #megaOffer .col:nth-child(1){
    width:100%;
    margin-bottom:30px;
  }

  #megaOffer .col:nth-child(2), #megaOffer .col:nth-child(3){
    width:50%;
  }
}

@media screen and (max-width:992px){
  #megaOffer{
    width:100%;
  }

  #megaOffer .col:nth-child(2)::before{
    display: none;
  }
}

@media screen and (max-width:670px){
  #megaOffer .col{
    width:100% !important;
  }

  #megaOffer .col:nth-child(2){
    padding:20px;
    text-align: center !important;
  }

  #megaOffer .col:nth-child(2) ul{
    text-align: center !important;
  }

}