Tue Nov 22 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
<style>
  /*********************************************************
  RTO STYLES
  **********************************************************/

  #popup_rto_shade{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99998;
    position: fixed;
    background: rgba(33,33,33,0.8);
  }

  #popup_rto{
    left: 0;
    right: 0;
    top: 10px;
    width: 600px;
    color: #433;
    display: none;
    margin: 0 auto;
    z-index: 99999;
    position: fixed;
    padding: 3em;
    text-align: center;
    background: black;
    border: 10px solid white;
    box-sizing: border-box;
    font-family: gothambook, sans-serif;
    font-size: 0.7em;
  }

  #popup_rto .header-img {
    width:  55%
  }
  .if_you_order{
    color: #a99;
    font-size: 12px;
    padding-bottom: 15px;
  }

  .if_you_order > span{
    color: #a10;
  }

  .offer-headings {
    color: #fff;
    line-height: 4em;
    margin: 1em 0;
  }


  .offer-headings > div:nth-of-type(1) {
    font-size: 4.2em;
    font-style: gothambold;
    font-weight: bold;
  }

  .offer-headings > div:nth-of-type(2) {
    font-size: 3em;  
  }

  .offer-headings > div:nth-of-type(3) {
    font-size:1.3em;
    color: #EFBF00;
    margin-top: -1em;
  }

  .any_product{
    font-size: 19px;
    padding: 10px 0px 20px;
  }

  #popup_cta{
    color: #fff;
    font-size: 19px;
    background: rgb(51,152,220);
    font-weight: 700;
    padding: 20px 20%;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-family: gothambold, sans-serif;
    margin-top: 1.5em;
  }

  #popup_cta:hover{
    background: #3274a0;
  }

  #popup_rto_x{
    top: 10px;
    right: 10px;
    border: none;
    display: block;
    position: absolute;
    text-decoration: none;
  }

  /********************************************************
  CLOCK STYLES
  *********************************************************/

  #popup_clock{
    color: #fdba3d;
    font-size: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    border-bottom: 1px solid #222;
    background: #444 none repeat scroll 0% 0%;
    box-shadow: 0px -35px 25px -15px rgba(22, 22, 22, 0.5) inset;
  }

  #popup_clock:after{
    content: '';
    left: 0px;
    width: 100%;
    height: 50%;
    bottom: 0px;
    position: absolute;
    background: rgba(33, 33, 33, 0.3) none repeat scroll 0% 0%;
  }

  #popup_clock .popup_timeleft{
    font-size: 24px;
    padding: 3px 6px;
  }

  #popup_clock > div{
    padding: 0;
    padding-top: 5px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #333;
    border-right: 1px solid #555;
  }

  #popup_clock > div:last-of-type{
    border-right: none;
  }

  .popup_time{
    width: 35px;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    display: inline-block;
    font-family: gothambold, sans-serif;
  }

  .popup_smalltext{
    font-size: 20px;
    padding-left: 8px;
    padding-right: 10px;
  }

  @media (max-width: 700px){
    #popup_rto{
      width: 89%;
      border: 5px solid #fff;
      padding: 30px 0px;
      /* margin: 0 20px; */
      
    }

    .offer-headings > div:nth-of-type(2) {
      font-size: 2em;  
    }

    .if_you_order{
      font-size: 30px;
    }
    .save_additional{
      font-size: 27px;
    }
    .save_ten{
      font-size: 100px;
    }
    .any_product{
      font-size: 25px;
    }
    #popup_cta{
      font-size: 15px;
      padding: 10px 40px;
      display: block;
      width: 40%;
      margin: 2em auto -4px auto;
    }
    #popup_clock .popup_timeleft{
      font-size: 16px;
    }

    #popup_clock .popup_smalltext {
      font-size: 16px;
    }

    #popup_clock > div{
      padding: 8px;
      padding-top: 10px;
    }
    .popup_time{
      width: 40px;
      font-size: 25px;
    }

    
    #popup_cta{
      color: #fff;
      font-size: 15px;
      background: rgb(51,152,220);
      /* font-weight: 700; */
      /* padding: 14px 15%; */
      border-radius: 5px;
      display: block;
      text-decoration: none;
      font-family: gothambold, sans-serif;
      margin: 1.3em auto 0em auto;
      width: 56%;
    }
  }


  /* iphone 5 */
  @media (max-width: 667px) {

    #popup_rto .header-img {
      width:  85%;
    }
    
    .offer-headings > div:nth-of-type(2) {
      font-size: 1.7em;  
    }
    #popup_clock .popup_timeleft{
      font-size: 10px;
    }

    #popup_clock .popup_smalltext {
      font-size: 10px;
    }

    #popup_clock > div{
      padding: 8px;
      padding-top: 10px;
    }
    .popup_time{
      width: 40px;
      font-size: 15px;
    }
  }