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 | } |
| 5 | .item-stock { |
| 6 | margin-bottom: 10px !important; |
| 7 | } |
| 8 | .product-link { |
| 9 | display: block; |
| 10 | text-align: center; |
| 11 | } |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 12 | @media (max-width: 767px) { |
| 13 | .product-image { |
| 14 | height: 0px; |
| 15 | padding: 0px 0px 100%; |
| 16 | overflow: hidden; |
| 17 | } |
| 18 | } |
| 19 | .product-image-square { |
| 20 | width: 100%; |
| 21 | height: 0; |
| 22 | padding: 50% 0px; |
| 23 | background-size: cover; |
| 24 | background-repeat: no-repeat; |
| 25 | background-position: center top; |
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 26 | border-radius-top: 4px; |
| 27 | border-radius-right: 4px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 28 | } |
| 29 | .product-image.missing-image { |
| 30 | width: 100%; |
| 31 | height: 0; |
| 32 | padding: 50% 0px; |
| 33 | background-size: cover; |
| 34 | background-repeat: no-repeat; |
| 35 | background-position: center top; |
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 36 | border-radius-top: 4px; |
| 37 | border-radius-right: 4px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 38 | position: relative; |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 39 | background-color: #EBEFF2; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 40 | } |
| 41 | .product-image.missing-image .octicon { |
| 42 | font-size: 32px; |
| 43 | color: #d1d8dd; |
| 44 | } |
| 45 | .product-text { |
| 46 | padding: 15px 0px; |
| 47 | } |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 48 | .product-label { |
| 49 | padding-bottom: 4px; |
| 50 | text-transform: uppercase; |
| 51 | font-size: 12px; |
| 52 | } |
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 53 | .product-search { |
| 54 | margin-bottom: 15px; |
| 55 | } |
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 56 | @media (max-width: 767px) { |
| 57 | .product-search { |
| 58 | width: 100%; |
Anand Doshi | 81bded1 | 2015-05-27 16:48:06 -0400 | [diff] [blame] | 59 | } |
| 60 | } |
Kanchan Chauhan | 11638ba | 2016-04-20 16:20:49 +0530 | [diff] [blame] | 61 | .borderless td, |
| 62 | .borderless th { |
| 63 | border-bottom: 1px solid #EBEFF2; |
| 64 | padding-left: 0px !important; |
| 65 | line-height: 1.8em !important; |
| 66 | } |
| 67 | .item-desc { |
| 68 | border-top: 2px solid #EBEFF2; |
| 69 | padding-top: 10px; |
| 70 | } |
Kanchan Chauhan | e0818f8 | 2016-04-22 14:39:02 +0530 | [diff] [blame] | 71 | .featured-products { |
| 72 | border-top: 1px solid #EBEFF2; |
| 73 | } |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 74 | .transaction-list-item { |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 75 | padding: 30px; |
| 76 | margin: 0px -30px; |
| 77 | } |
| 78 | .transaction-list-item:hover, |
| 79 | .transaction-list-item:active, |
| 80 | .transaction-list-item:focus { |
| 81 | background-color: #fafbfc; |
| 82 | } |
| 83 | .transaction-list-item .indicator { |
Anand Doshi | e3bd78e | 2016-04-22 18:53:21 +0530 | [diff] [blame] | 84 | font-weight: inherit; |
| 85 | color: #8D99A6; |
| 86 | margin-left: -15px; |
| 87 | } |
| 88 | .transaction-list-item .items-preview, |
| 89 | .transaction-list-item .transaction-time { |
| 90 | margin-top: 5px; |
| 91 | } |
| 92 | .transaction-subheading .indicator { |
| 93 | font-weight: inherit; |
| 94 | color: #8D99A6; |
| 95 | } |
| 96 | .order-container { |
| 97 | margin: 50px 0px; |
| 98 | } |
| 99 | .order-container .order-item-header .h6 { |
| 100 | padding: 7px 15px; |
| 101 | } |
| 102 | .order-container .order-items { |
| 103 | margin: 30px 0px 0px; |
| 104 | } |
| 105 | .order-container .order-item-table { |
| 106 | margin: 0px -15px; |
| 107 | } |
| 108 | .order-container .order-item-header { |
| 109 | border-bottom: 1px solid #d1d8dd; |
| 110 | } |
| 111 | .order-container .order-image-col { |
| 112 | padding-right: 0px; |
| 113 | } |
| 114 | .order-container .order-image { |
| 115 | max-width: 55px; |
| 116 | max-height: 55px; |
| 117 | margin-top: -5px; |
| 118 | } |
| 119 | .order-container .order-taxes { |
| 120 | margin-top: 30px; |
| 121 | } |
| 122 | .order-container .order-taxes .row { |
| 123 | margin-top: 15px; |
| 124 | } |
| 125 | .order-container .tax-grand-total-row { |
| 126 | border-top: 1px solid #d1d8dd; |
| 127 | padding-top: 15px; |
| 128 | } |
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 129 | .order-container .tax-grand-total { |
| 130 | display: inline-block; |
| 131 | font-size: 16px; |
| 132 | font-weight: bold; |
| 133 | margin-top: 5px; |
| 134 | } |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 135 | .cart-container { |
| 136 | margin: 50px 0px; |
| 137 | } |
| 138 | .cart-container .cart-item-header .h6 { |
| 139 | padding: 7px 15px; |
| 140 | } |
| 141 | .cart-container .cart-items { |
| 142 | margin: 30px 0px 0px; |
| 143 | } |
| 144 | .cart-container .cart-item-table { |
| 145 | margin: 0px -15px; |
| 146 | } |
| 147 | .cart-container .cart-item-header { |
| 148 | border-bottom: 1px solid #d1d8dd; |
| 149 | } |
| 150 | .cart-container .cart-image-col { |
| 151 | padding-right: 0px; |
| 152 | } |
| 153 | .cart-container .cart-image { |
| 154 | max-width: 55px; |
| 155 | max-height: 55px; |
| 156 | margin-top: -5px; |
| 157 | } |
| 158 | .cart-container .cart-taxes { |
| 159 | margin-top: 30px; |
| 160 | } |
| 161 | .cart-container .cart-taxes .row { |
| 162 | margin-top: 15px; |
| 163 | } |
| 164 | .cart-container .tax-grand-total-row { |
| 165 | border-top: 1px solid #d1d8dd; |
| 166 | padding-top: 15px; |
| 167 | } |
| 168 | .cart-container .cart-addresses { |
| 169 | margin-top: 50px; |
| 170 | } |
| 171 | .cart-items .cart-dropdown, |
| 172 | .item_name_dropdown { |
| 173 | display: none; |
| 174 | } |
| 175 | .cart-dropdown-container { |
Kanchan Chauhan | b3573a8 | 2016-05-09 12:30:58 +0530 | [diff] [blame] | 176 | width: 320px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 177 | padding: 15px; |
| 178 | } |
| 179 | .cart-dropdown-container .item-price { |
| 180 | display: block !important; |
| 181 | padding-bottom: 10px; |
| 182 | } |
| 183 | .cart-dropdown-container .cart-item-header { |
| 184 | border-bottom: 1px solid #d1d8dd; |
| 185 | } |
| 186 | .cart-dropdown-container .cart-items .cart-dropdown { |
| 187 | display: block; |
| 188 | margin-top: 15px; |
| 189 | } |
| 190 | .cart-dropdown-container .item_name_dropdown { |
| 191 | display: block; |
| 192 | } |
| 193 | .cart-dropdown-container .item-description, |
| 194 | .cart-dropdown-container .cart-items .checkout, |
| 195 | .cart-dropdown-container .item_name_and_description { |
| 196 | display: none; |
| 197 | } |
| 198 | .cart-dropdown-container .checkout-btn { |
Kanchan Chauhan | b3573a8 | 2016-05-09 12:30:58 +0530 | [diff] [blame] | 199 | padding-top: 25px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 200 | } |
| 201 | .cart-dropdown-container .col-name-description { |
| 202 | margin-bottom: 8px; |
| 203 | } |
Anand Doshi | a6f4868 | 2016-04-09 22:25:21 +0530 | [diff] [blame] | 204 | .product-list-link .row { |
| 205 | border-bottom: 1px solid #EBEFF2; |
| 206 | } |
| 207 | .product-list-link .row:hover { |
| 208 | background-color: #fafbfc; |
| 209 | } |
| 210 | .product-list-link .row > div { |
| 211 | padding-top: 15px; |
| 212 | padding-bottom: 15px; |
| 213 | } |
| 214 | .product-list-link:first-child .row { |
| 215 | border-top: 1px solid #EBEFF2; |
| 216 | } |
| 217 | .item-group-nav-buttons { |
| 218 | margin-top: 15px; |
| 219 | } |
| 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; |
| 237 | } |
| 238 | .product-image-wrapper { |
Rushabh Mehta | 4b9238a | 2016-05-12 15:22:59 +0530 | [diff] [blame] | 239 | padding-bottom: 40px; |
Kanchan Chauhan | 239b351 | 2016-05-02 11:43:44 +0530 | [diff] [blame] | 240 | } |
| 241 | .featured-product-heading, |
| 242 | .all-products { |
| 243 | text-transform: uppercase; |
| 244 | letter-spacing: 0.5px; |
| 245 | font-size: 12px; |
| 246 | font-weight: 500; |
| 247 | } |
| 248 | .all-products { |
| 249 | font-weight: 300; |
| 250 | padding-left: 25px; |
| 251 | padding-right: 25px; |
| 252 | padding-top: 10px; |
| 253 | padding-bottom: 10px; |
| 254 | } |
| 255 | .homepage-tagline { |
| 256 | font-size: 40px !important; |
| 257 | } |