blob: a57bf33f375bbfc0b4b91a492a079a54bfc395c6 [file] [log] [blame]
Anand Doshida858cc2015-02-24 17:50:44 +05301.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 Doshida858cc2015-02-24 17:50:44 +053012@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;
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053026 border-bottom: 1px dashed #EBEFF2;
Anand Doshida858cc2015-02-24 17:50:44 +053027}
28.product-image.missing-image {
29 width: 100%;
30 height: 0;
31 padding: 50% 0px;
32 background-size: cover;
33 background-repeat: no-repeat;
34 background-position: center top;
Anand Doshida858cc2015-02-24 17:50:44 +053035 position: relative;
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053036 border-bottom: 1px dashed #EBEFF2;
Anand Doshida858cc2015-02-24 17:50:44 +053037}
38.product-image.missing-image .octicon {
39 font-size: 32px;
40 color: #d1d8dd;
41}
42.product-text {
43 padding: 15px 0px;
44}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053045.product-label {
46 padding-bottom: 4px;
47 text-transform: uppercase;
48 font-size: 12px;
49}
Anand Doshi81bded12015-05-27 16:48:06 -040050@media (max-width: 767px) {
51 .product-search {
52 width: 100%;
53 margin-bottom: 13px;
54 }
55}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053056.borderless td,
57.borderless th {
58 border-bottom: 1px solid #EBEFF2;
59 padding-left: 0px !important;
60 line-height: 1.8em !important;
61}
62.item-desc {
63 border-top: 2px solid #EBEFF2;
64 padding-top: 10px;
65}
Kanchan Chauhane0818f82016-04-22 14:39:02 +053066.featured-products {
67 border-top: 1px solid #EBEFF2;
68}