-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
81 lines (72 loc) · 2 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/*
Theme Name: Happy Camper Child
Theme URI: https://wpastra.com/
Template: astra
Author: Junaid Bin Jaman
Author URI: https://junaidbinjaman.com
Description: This is an astra-child theme developed by Junaid Bin Jaman for Happy Camper.
Version: 1.0.1
Text Domain: hc-child
Updated: 2024-04-07 23:27:04
*/
/* ----------------------------------------
Global Styles
------------------------------------------- */
.happy-camper-general-btn a {
cursor: pointer;
transition: all ease-in-out 0.2s;
}
.happy-camper-general-btn a:active {
transform: scale(0.7);
}
/* ----------------------------------------
Mega menu styles
------------------------------------------- */
.mega-menu-container,
.search-form-container {
position: absolute !important;
z-index: 999 !important;
}
.mobile-mega-menu-greenhouse-btn,
.mobile-mega-menu-greenhouse-back-btn,
.mobile-mega-menu-bodega-btn,
.mobile-mega-menu-bodega-back-btn,
.mobile-mega-menu-spa-btn,
.mobile-mega-menu-spa-back-btn,
.mobile-mega-menu-vapes-btn,
.mobile-mega-menu-vapes-back-btn,
.mobile-mega-menu-cannabinoid-btn,
.mobile-mega-menu-cannabinoid-back-btn,
.mobile-mega-menu-feeling-btn,
.mobile-mega-menu-feeling-back-btn {
cursor: pointer;
}
/* ----------------------------------------
Header search show and clone buttons
------------------------------------------- */
.header-secondary-menu ul > li:nth-child(1),
.header-secondary-menu ul > li:nth-child(2) {
cursor: pointer;
}
/* ----------------------------------------
Product filter styles
------------------------------------------- */
.product-filter-head li:nth-child(1),
.product-filter-head li:nth-child(2) {
cursor: pointer;
}
/* ----------------------------------------
Unknown section styles
------------------------------------------- */
.section2, .section1 {
transition: all ease-in-out 0.3s;
}
.customers-also-love-product-section {
width: 50%;
float: left;
}
@media (max-width: 780px) {
.customers-also-love-product-section {
display: none;
}
}