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
  <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: 600%;
  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;  
}


.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: #d32;
}

#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: 15px;
  padding: 3px;
}

#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 (min-width: 700px){
  #popup_rto{
    width: 700px;
    padding: 30px 0px;
  }
  .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: 27px;
    padding: 10px 40px;
    display: block;
    width: 40%;
    margin: 1em auto 0 auto;
  }
  #popup_clock .popup_timeleft{
    font-size: 19px;
  }

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