blob: a36a5db9d3ee45088f4571dc9a0276282670f831 [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}
12.product-image-wrapper {
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053013 max-width: 600px;
14 width: 187px;
15 margin: 31.5px;
Anand Doshida858cc2015-02-24 17:50:44 +053016 border-radius: 4px;
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053017 border: 1px solid #EBEFF2;
18 padding-left: 0px;
19 padding-right: 0px;
Anand Doshida858cc2015-02-24 17:50:44 +053020}
21@media (max-width: 767px) {
22 .product-image {
23 height: 0px;
24 padding: 0px 0px 100%;
25 overflow: hidden;
26 }
27}
28.product-image-square {
29 width: 100%;
30 height: 0;
31 padding: 50% 0px;
32 background-size: cover;
33 background-repeat: no-repeat;
34 background-position: center top;
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053035 border-bottom: 1px dashed #EBEFF2;
Anand Doshida858cc2015-02-24 17:50:44 +053036}
37.product-image.missing-image {
38 width: 100%;
39 height: 0;
40 padding: 50% 0px;
41 background-size: cover;
42 background-repeat: no-repeat;
43 background-position: center top;
Anand Doshida858cc2015-02-24 17:50:44 +053044 position: relative;
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053045 border-bottom: 1px dashed #EBEFF2;
Anand Doshida858cc2015-02-24 17:50:44 +053046}
47.product-image.missing-image .octicon {
48 font-size: 32px;
49 color: #d1d8dd;
50}
51.product-text {
52 padding: 15px 0px;
53}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053054.product-label {
55 padding-bottom: 4px;
56 text-transform: uppercase;
57 font-size: 12px;
58}
Anand Doshi81bded12015-05-27 16:48:06 -040059@media (max-width: 767px) {
60 .product-search {
61 width: 100%;
62 margin-bottom: 13px;
63 }
64}
Kanchan Chauhan11638ba2016-04-20 16:20:49 +053065.borderless td,
66.borderless th {
67 border-bottom: 1px solid #EBEFF2;
68 padding-left: 0px !important;
69 line-height: 1.8em !important;
70}
71.item-desc {
72 border-top: 2px solid #EBEFF2;
73 padding-top: 10px;
74}