1
1
<!-- CSS Header Start -->
2
2
<style>
3
3
@media (min-width: 768px) {
4
- .nav-toggle {
5
- display: none !important;
6
- }
7
- .block-search input {
8
- margin: 0 !important;
9
- padding-right: 35px !important;
10
- position: static !important;
11
- }
12
- .header.panel>.header.links {
13
- display: block;
14
- margin: 0 !important;
15
- padding: 0 !important;
16
- list-style: none none !important;
17
- float: right !important;
18
- margin-left: auto !important;
19
- }
20
- form.minisearch .control {
21
- border-top: 0 !important;
22
- }
23
- .page-header {
4
+ .nav-toggle {
5
+ display: none !important;
6
+ }
7
+ .block-search input {
8
+ margin: 0 !important;
9
+ padding-right: 35px !important;
10
+ position: static !important;
11
+ }
12
+ .header.panel>.header.links {
13
+ display: block;
14
+ margin: 0 !important;
15
+ padding: 0 !important;
16
+ list-style: none none !important;
17
+ float: right !important;
18
+ margin-left: auto !important;
19
+ }
20
+ form.minisearch .control {
21
+ border-top: 0 !important;
22
+ }
23
+ .page-header {
24
24
border: 0 !important;
25
25
margin-bottom: 0 !important;
26
- }
26
+ }
27
27
28
- .header.content {
28
+ .header.content {
29
29
padding: 30px 20px 0 !important;
30
30
}
31
31
32
- .block-search .action.search:before {
33
- -webkit-font-smoothing: antialiased;
34
- -moz-osx-font-smoothing: grayscale;
35
- font-size: 16px;
36
- line-height: 32px;
37
- color: #757575;
38
- content: '\e615';
39
- font-family: 'luma-icons';
40
- margin: 0;
41
- vertical-align: top;
42
- display: inline-block;
43
- font-weight: normal;
44
- overflow: hidden;
45
- speak: none;
46
- text-align: center;
47
- }
48
- .block-search .action.search {
49
- display: block !important;
50
- }
51
- .minicart-wrapper,.block.block-search{
52
- margin-top:10px;
53
- }
54
- .logo {
55
- margin: -8px auto 25px 0 !important;
56
- }
32
+ .block-search .action.search:before {
33
+ -webkit-font-smoothing: antialiased;
34
+ -moz-osx-font-smoothing: grayscale;
35
+ font-size: 16px;
36
+ line-height: 32px;
37
+ color: #757575;
38
+ content: '\e615';
39
+ font-family: 'luma-icons';
40
+ margin: 0;
41
+ vertical-align: top;
42
+ display: inline-block;
43
+ font-weight: normal;
44
+ overflow: hidden;
45
+ speak: none;
46
+ text-align: center;
47
+ }
48
+ .block-search .action.search {
49
+ display: block !important;
50
+ }
51
+ .minicart-wrapper,.block.block-search{
52
+ margin-top:10px;
53
+ }
54
+ .logo {
55
+ margin: -8px auto 25px 0 !important;
56
+ }
57
57
}
58
58
</style>
59
59
<style>
@@ -70,7 +70,7 @@ form.minisearch .control {
70
70
?>
71
71
72
72
body,html {
73
- height: 100%
73
+ height: 100%
74
74
}
75
75
76
76
.message.global.demo .content{
@@ -100,30 +100,30 @@ body,html {
100
100
}
101
101
/* Desck */
102
102
@media only screen and (min-width: 768px) {
103
- form.minisearch .control {
104
- display: block;
105
- }
106
- .product.info.detailed{
103
+ form.minisearch .control {
104
+ display: block;
105
+ }
106
+ .product.info.detailed{
107
107
clear: both;
108
- }
108
+ }
109
109
}
110
110
/* Mobile */
111
111
@media only screen and (max-width: 768px) {
112
- form.minisearch .control {
113
- display: none;
114
- }
115
- .swatch-attribute.size .swatch-option {
112
+ form.minisearch .control {
113
+ display: none;
114
+ }
115
+ .swatch-attribute.size .swatch-option {
116
116
color: black !important;
117
- }
118
- .product-info-main {
119
- margin-top: 25px;
120
- }
121
- .message.global.demo {
122
- color: black !important;
123
- }
124
- input#search {
125
- position: unset !important;
126
- }
117
+ }
118
+ .product-info-main {
119
+ margin-top: 25px;
120
+ }
121
+ .message.global.demo {
122
+ color: black !important;
123
+ }
124
+ input#search {
125
+ position: unset !important;
126
+ }
127
127
}
128
128
129
129
block.related .product-item-details {
0 commit comments