OSDN Git Service

WordPressテンプレート使用ショップデモデータ追加。
[magic3/magic3.git] / templates / shop-isle / inc / woocommerce / css / composite-products.css
1 .composite_summary .summary_element .summary_element_wrapper {
2         -webkit-box-shadow: 0 0 0 4px transparent;
3         box-shadow: 0 0 0 4px transparent;
4 }
5
6 .composite_summary .summary_element .summary_element_wrapper.selected,
7 .composite_summary .summary_element .summary_element_wrapper.selected:hover {
8         -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.06);
9         box-shadow: 0 0 0 4px rgba(0,0,0,0.06);
10 }
11
12 .composite_summary .summary_element .summary_element_wrapper:hover {
13         -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.03);
14         box-shadow: 0 0 0 4px rgba(0,0,0,0.03);
15 }
16
17 .composite_summary .summary_element .summary_element_wrapper.disabled,
18 .composite_summary .summary_element .summary_element_wrapper.disabled:hover {
19         -webkit-box-shadow: 0 0 0 4px transparent;
20         box-shadow: 0 0 0 4px transparent;
21 }
22
23 .single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
24         float: left;
25         width: 100%;
26         margin-right: 0;
27         margin-left: 0;
28 }
29
30 .single-product div.product .component_selections .component_summary {
31         border-bottom: 1px solid rgba(0,0,0,0.1);
32 }
33
34 .single-product div.product .component_selections .component_summary .content {
35         margin-bottom: 1.618em;
36 }
37
38 .single-product div.product .component_selections .component_summary .composited_product_images,
39 .single-product div.product .component_selections .component_summary .images {
40         float: left;
41         width: 21.7391304348%;
42         margin-right: 4.347826087%;
43 }
44
45 .single-product div.product .component_selections .component_summary .composited_product_images a,
46 .single-product div.product .component_selections .component_summary .images a {
47         padding-right: 0;
48 }
49
50 .single-product div.product .component_selections .component_summary .composited_product_images img,
51 .single-product div.product .component_selections .component_summary .images img {
52         width: 100%;
53         height: auto;
54 }
55
56 .single-product div.product .component_selections .component_summary .component_data {
57         float: right;
58         width: 73.9130434783%;
59         margin-right: 0;
60         margin-left: 0;
61 }
62
63 .single-product div.product .component_selections .component_content,
64 .single-product div.product .component_selections .component_options {
65         padding: 0;
66 }
67
68 .single-product div.product .component_selections .select_label {
69         display: block;
70         margin-bottom: 1em;
71 }
72
73 .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail {
74         margin-left: 5px;
75         -webkit-box-shadow: 0 0 0 4px transparent;
76         box-shadow: 0 0 0 4px transparent;
77 }
78
79 .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected,
80 .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected:hover {
81         -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.06);
82         box-shadow: 0 0 0 4px rgba(0,0,0,0.06);
83 }
84
85 .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail:hover {
86         -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.03);
87         box-shadow: 0 0 0 4px rgba(0,0,0,0.03);
88 }
89
90 .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled,
91 .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled:hover {
92         -webkit-box-shadow: 0 0 0 4px transparent;
93         box-shadow: 0 0 0 4px transparent;
94 }
95
96 .single-product div.product .component.progressive .component_summary {
97         border-bottom: none;
98 }
99
100 .shop-isle-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
101         float: left;
102         width: 100%;
103         margin-right: 0;
104         margin-left: 0;
105 }
106
107 .shop-isle-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
108 .shop-isle-full-width-content.single-product div.product .component_selections .component_summary .images {
109         float: left;
110         width: 21.7391304348%;
111         margin-right: 4.347826087%;
112 }
113
114 .shop-isle-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
115 .shop-isle-full-width-content.single-product div.product .component_selections .component_summary .images a {
116         padding-right: 0;
117 }
118
119 .shop-isle-full-width-content.single-product div.product .component_selections .component_summary .component_data {
120         float: right;
121         width: 73.9130434783%;
122         margin-right: 0;
123         margin-left: 0;
124 }
125
126 .swc-product-gallery-hidden.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
127 .swc-product-gallery-stacked.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
128         float: left;
129         width: 100%;
130         margin-right: 0;
131         margin-left: 0;
132 }
133
134 .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images,
135 .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .images,
136 .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images,
137 .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .images {
138         float: left;
139         width: 21.7391304348%;
140         margin-right: 4.347826087%;
141 }
142
143 .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images a,
144 .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .images a,
145 .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images a,
146 .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .images a {
147         padding-right: 0;
148 }
149
150 .swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .component_data,
151 .swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .component_data {
152         float: right;
153         width: 73.9130434783%;
154         margin-right: 0;
155 }
156
157 .swc-product-gallery-hidden.shop-isle-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
158 .swc-product-gallery-stacked.shop-isle-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
159         float: left;
160         width: 100%;
161         margin-right: 0;
162         margin-left: 0;
163 }
164
165 .swc-product-gallery-hidden.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
166 .swc-product-gallery-hidden.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .images,
167 .swc-product-gallery-stacked.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
168 .swc-product-gallery-stacked.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .images {
169         float: left;
170         width: 21.7391304348%;
171         margin-right: 4.347826087%;
172 }
173
174 .swc-product-gallery-hidden.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
175 .swc-product-gallery-hidden.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .images a,
176 .swc-product-gallery-stacked.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
177 .swc-product-gallery-stacked.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .images a {
178         padding-right: 0;
179 }
180
181 .swc-product-gallery-hidden.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .component_data,
182 .swc-product-gallery-stacked.shop-isle-full-width-content.single-product div.product .component_selections .component_summary .component_data {
183         float: right;
184         width: 73.9130434783%;
185         margin-right: 0;
186 }