Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 1 | .web-long-description { |
| 2 | font-size: 18px; |
| 3 | line-height: 200%; |
| 4 | } |
Rushabh Mehta | aedad64 | 2016-10-04 11:40:22 +0530 | [diff] [blame] | 5 | .web-page-content { |
| 6 | margin-bottom: 30px; |
| 7 | } |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 8 | .item-stock { |
| 9 | margin-bottom: 10px !important; |
| 10 | } |
| 11 | .product-link { |
| 12 | display: block; |
| 13 | text-align: center; |
| 14 | } |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 15 | @media (max-width: 767px) { |
| 16 | .product-image { |
| 17 | height: 0px; |
| 18 | padding: 0px 0px 100%; |
| 19 | overflow: hidden; |
| 20 | } |
| 21 | } |
| 22 | .product-image-square { |
| 23 | width: 100%; |
| 24 | height: 0; |
| 25 | padding: 50% 0px; |
| 26 | background-size: cover; |
| 27 | background-repeat: no-repeat; |
| 28 | background-position: center top; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 29 | } |
| 30 | .product-image.missing-image { |
| 31 | width: 100%; |
| 32 | height: 0; |
| 33 | padding: 50% 0px; |
| 34 | background-size: cover; |
| 35 | background-repeat: no-repeat; |
| 36 | background-position: center top; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 37 | position: relative; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 38 | background-color: #EBEFF2; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 39 | } |
| 40 | .product-image.missing-image .octicon { |
| 41 | font-size: 32px; |
| 42 | color: #d1d8dd; |
| 43 | } |
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 44 | .product-search { |
| 45 | margin-bottom: 15px; |
| 46 | } |
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 47 | @media (max-width: 767px) { |
| 48 | .product-search { |
| 49 | width: 100%; |
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 50 | } |
| 51 | } |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 52 | .borderless td, |
| 53 | .borderless th { |
| 54 | border-bottom: 1px solid #EBEFF2; |
| 55 | padding-left: 0px !important; |
| 56 | line-height: 1.8em !important; |
| 57 | } |
| 58 | .item-desc { |
| 59 | border-top: 2px solid #EBEFF2; |
| 60 | padding-top: 10px; |
| 61 | } |
Kanchan Chauhan | e0818f8 | 2016-04-22 14:39:02 +0530 | [diff] [blame] | 62 | .featured-products { |
| 63 | border-top: 1px solid #EBEFF2; |
| 64 | } |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 65 | .transaction-list-item .indicator { |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 66 | font-weight: inherit; |
| 67 | color: #8D99A6; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 68 | } |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 69 | .transaction-list-item .transaction-time { |
| 70 | margin-top: 5px; |
| 71 | } |
| 72 | .transaction-subheading .indicator { |
| 73 | font-weight: inherit; |
| 74 | color: #8D99A6; |
| 75 | } |
| 76 | .order-container { |
| 77 | margin: 50px 0px; |
| 78 | } |
| 79 | .order-container .order-item-header .h6 { |
| 80 | padding: 7px 15px; |
| 81 | } |
| 82 | .order-container .order-items { |
| 83 | margin: 30px 0px 0px; |
| 84 | } |
| 85 | .order-container .order-item-table { |
| 86 | margin: 0px -15px; |
| 87 | } |
| 88 | .order-container .order-item-header { |
| 89 | border-bottom: 1px solid #d1d8dd; |
| 90 | } |
| 91 | .order-container .order-image-col { |
| 92 | padding-right: 0px; |
| 93 | } |
| 94 | .order-container .order-image { |
| 95 | max-width: 55px; |
| 96 | max-height: 55px; |
| 97 | margin-top: -5px; |
| 98 | } |
| 99 | .order-container .order-taxes { |
| 100 | margin-top: 30px; |
| 101 | } |
| 102 | .order-container .order-taxes .row { |
| 103 | margin-top: 15px; |
| 104 | } |
| 105 | .order-container .tax-grand-total-row { |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 106 | padding-top: 15px; |
Rushabh Mehta | ac123c5 | 2016-05-20 16:36:56 +0530 | [diff] [blame] | 107 | padding-bottom: 30px; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 108 | } |
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 109 | .order-container .tax-grand-total { |
| 110 | display: inline-block; |
| 111 | font-size: 16px; |
| 112 | font-weight: bold; |
| 113 | margin-top: 5px; |
| 114 | } |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 115 | .cart-container { |
| 116 | margin: 50px 0px; |
| 117 | } |
Kanchan Chauhan | c8d47da | 2016-06-22 15:46:38 +0530 | [diff] [blame] | 118 | .cart-container .checkout { |
| 119 | margin-bottom: 15px; |
| 120 | } |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 121 | .cart-container .cart-item-header .h6 { |
| 122 | padding: 7px 15px; |
| 123 | } |
| 124 | .cart-container .cart-items { |
| 125 | margin: 30px 0px 0px; |
| 126 | } |
| 127 | .cart-container .cart-item-table { |
| 128 | margin: 0px -15px; |
| 129 | } |
| 130 | .cart-container .cart-item-header { |
| 131 | border-bottom: 1px solid #d1d8dd; |
| 132 | } |
| 133 | .cart-container .cart-image-col { |
| 134 | padding-right: 0px; |
| 135 | } |
| 136 | .cart-container .cart-image { |
| 137 | max-width: 55px; |
| 138 | max-height: 55px; |
| 139 | margin-top: -5px; |
| 140 | } |
| 141 | .cart-container .cart-taxes { |
| 142 | margin-top: 30px; |
| 143 | } |
| 144 | .cart-container .cart-taxes .row { |
| 145 | margin-top: 15px; |
| 146 | } |
| 147 | .cart-container .tax-grand-total-row { |
| 148 | border-top: 1px solid #d1d8dd; |
| 149 | padding-top: 15px; |
| 150 | } |
| 151 | .cart-container .cart-addresses { |
| 152 | margin-top: 50px; |
| 153 | } |
Kanchan Chauhan | c8d47da | 2016-06-22 15:46:38 +0530 | [diff] [blame] | 154 | .cart-items-dropdown .cart-dropdown, |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 155 | .item_name_dropdown { |
| 156 | display: none; |
| 157 | } |
| 158 | .cart-dropdown-container { |
Kanchan Chauhan | c8d47da | 2016-06-22 15:46:38 +0530 | [diff] [blame] | 159 | width: 400px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 160 | padding: 15px; |
| 161 | } |
| 162 | .cart-dropdown-container .item-price { |
| 163 | display: block !important; |
| 164 | padding-bottom: 10px; |
| 165 | } |
| 166 | .cart-dropdown-container .cart-item-header { |
| 167 | border-bottom: 1px solid #d1d8dd; |
| 168 | } |
Kanchan Chauhan | c8d47da | 2016-06-22 15:46:38 +0530 | [diff] [blame] | 169 | .cart-dropdown-container .cart-items-dropdown { |
| 170 | max-height: 350px; |
Kanchan Chauhan | c8d47da | 2016-06-22 15:46:38 +0530 | [diff] [blame] | 171 | } |
| 172 | .cart-dropdown-container .cart-items-dropdown .cart-dropdown { |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 173 | display: block; |
| 174 | margin-top: 15px; |
| 175 | } |
| 176 | .cart-dropdown-container .item_name_dropdown { |
| 177 | display: block; |
| 178 | } |
| 179 | .cart-dropdown-container .item-description, |
| 180 | .cart-dropdown-container .cart-items .checkout, |
| 181 | .cart-dropdown-container .item_name_and_description { |
| 182 | display: none; |
| 183 | } |
| 184 | .cart-dropdown-container .checkout-btn { |
Britlog | be9a723 | 2018-02-12 06:58:57 +0100 | [diff] [blame] | 185 | padding-bottom: 25px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 186 | } |
| 187 | .cart-dropdown-container .col-name-description { |
| 188 | margin-bottom: 8px; |
| 189 | } |
Kanchan Chauhan | c8d47da | 2016-06-22 15:46:38 +0530 | [diff] [blame] | 190 | .number-spinner { |
| 191 | width: 100px; |
| 192 | margin-top: 5px; |
| 193 | } |
| 194 | .cart-btn { |
| 195 | border-color: #ccc; |
| 196 | } |
| 197 | .cart-qty { |
| 198 | text-align: center; |
| 199 | } |
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 200 | .product-list-link .row { |
| 201 | border-bottom: 1px solid #EBEFF2; |
| 202 | } |
| 203 | .product-list-link .row:hover { |
| 204 | background-color: #fafbfc; |
| 205 | } |
| 206 | .product-list-link .row > div { |
| 207 | padding-top: 15px; |
| 208 | padding-bottom: 15px; |
| 209 | } |
| 210 | .product-list-link:first-child .row { |
| 211 | border-top: 1px solid #EBEFF2; |
| 212 | } |
| 213 | .item-group-nav-buttons { |
| 214 | margin-top: 15px; |
| 215 | } |
Rushabh Mehta | ac123c5 | 2016-05-20 16:36:56 +0530 | [diff] [blame] | 216 | .footer-subscribe .btn-default { |
| 217 | background-color: transparent; |
| 218 | border: 1px solid #d1d8dd; |
| 219 | } |
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 220 | @media (min-width: 992px) { |
| 221 | .footer-subscribe { |
| 222 | max-width: 350px; |
| 223 | } |
| 224 | } |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 225 | .item-group-content { |
| 226 | margin-top: 30px; |
| 227 | } |
| 228 | .product-image-img { |
| 229 | border: 1px solid #EBEFF2; |
| 230 | border-radius: 3px; |
| 231 | } |
| 232 | .product-text { |
| 233 | border-top: 1px solid #EBEFF2; |
| 234 | padding: 15px; |
| 235 | word-wrap: break-word; |
| 236 | height: 75px; |
Faris Ansari | 8371c1c | 2017-04-17 11:12:21 +0530 | [diff] [blame] | 237 | display: block; |
| 238 | /* Fallback for non-webkit */ |
| 239 | display: -webkit-box; |
| 240 | max-width: 100%; |
| 241 | margin: 0 auto; |
| 242 | -webkit-line-clamp: 3; |
| 243 | -webkit-box-orient: vertical; |
| 244 | overflow: hidden; |
| 245 | text-overflow: ellipsis; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 246 | } |
| 247 | .product-image-wrapper { |
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 248 | padding-bottom: 40px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 249 | } |
pratu16x7 | 60fe77c | 2017-02-13 21:52:43 +0530 | [diff] [blame] | 250 | .duration-bar { |
| 251 | display: inline-block; |
| 252 | color: white; |
pratu16x7 | 60fe77c | 2017-02-13 21:52:43 +0530 | [diff] [blame] | 253 | background: #8FD288; |
Neil Trini Lasrado | e4903b7 | 2017-02-13 19:40:27 +0530 | [diff] [blame] | 254 | padding: 3px; |
pratu16x7 | 60fe77c | 2017-02-13 21:52:43 +0530 | [diff] [blame] | 255 | } |
| 256 | .duration-invisible { |
| 257 | visibility: hidden; |
| 258 | } |
| 259 | .duration-value { |
| 260 | float: right; |
| 261 | } |
| 262 | .bar-outer-text { |
| 263 | color: #8FD288; |
| 264 | background: none; |
| 265 | float: none; |
| 266 | border: none; |
pratu16x7 | 462e89e | 2017-02-14 17:17:28 +0530 | [diff] [blame] | 267 | } |
| 268 | .bom-spec { |
Neil Trini Lasrado | e4903b7 | 2017-02-13 19:40:27 +0530 | [diff] [blame] | 269 | margin-bottom: 20px; |
| 270 | } |