PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 1.5.0
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v1.5.0
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
ultimate-store-kit / assets / css / usk-mini-cart.css

usk-mini-cart.css in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 1.5.0, at assets/css/usk-mini-cart.css

204 lines 6.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --usk-mini-cart-header-height: 80px;
3 --usk-mini-cart-footer-height: 208px; }
4
5 .usk-mini-cart {
6 z-index: 99999;
7 min-height: 1px;
8 position: fixed !important; }
9 .usk-mini-cart.toolslide .ts-content-container {
10 background-color: #fff; }
11 .usk-mini-cart #toggle-menu-button {
12 width: 100px;
13 height: 50px;
14 line-height: 50px;
15 cursor: pointer;
16 text-align: center;
17 background: #f5f9ff;
18 font-size: 14px;
19 font-weight: 600;
20 color: #2e3134; }
21 .usk-mini-cart #toggle-menu-button:hover {
22 color: #ffffff;
23 background-color: #2f353f; }
24 .usk-mini-cart .bdt-mini-cart-product-thumbnail {
25 width: 90px;
26 height: 90px;
27 z-index: 1; }
28 .usk-mini-cart .usk-widget-title {
29 border-bottom: 1px solid #e0e7f2;
30 font-size: 18px;
31 font-weight: 700;
32 color: #3c3c44;
33 text-transform: uppercase;
34 height: var(--usk-mini-cart-header-height);
35 display: flex;
36 align-items: center;
37 padding-left: 20px; }
38 .usk-mini-cart .bdt-mini-cart-subtotal {
39 padding: 20px;
40 border-bottom: 1px solid #e0e7f2;
41 display: flex;
42 align-items: center;
43 justify-content: space-between; }
44 .usk-mini-cart .bdt-mini-cart-subtotal strong {
45 padding: 20px;
46 font-size: 18px;
47 font-weight: 700;
48 color: #3c3c44;
49 text-transform: uppercase; }
50 .usk-mini-cart .bdt-mini-cart-subtotal .woocommerce-Price-amount.amount {
51 font-size: 18px;
52 font-weight: 600;
53 color: rgba(239, 2, 2, 0.955); }
54 .usk-mini-cart .bdt-mini-cart-product-item {
55 position: relative;
56 cursor: pointer;
57 display: flex;
58 align-items: center;
59 border-bottom: 1px solid #e0e7f2;
60 transition: all .3s ease-in-out; }
61 .usk-mini-cart .bdt-mini-cart-product-item:hover {
62 background-color: #e0e7f2; }
63 .usk-mini-cart .bdt-margin-small-left {
64 z-index: 1; }
65 .usk-mini-cart .bdt-mini-cart-product-remove {
66 z-index: 1;
67 position: absolute;
68 top: 50%;
69 transform: translateY(-50%);
70 right: 20px; }
71 .usk-mini-cart .bdt-mini-cart-product-remove a {
72 color: #25262d;
73 padding: 4px 7px;
74 border-radius: 50%;
75 transition: all .3s ease; }
76 .usk-mini-cart .bdt-mini-cart-product-remove a i {
77 transition: all .3s ease; }
78 .usk-mini-cart .bdt-mini-cart-product-remove a:hover {
79 background-color: #fff;
80 color: rgba(239, 2, 2, 0.955); }
81 .usk-mini-cart .bdt-mini-cart-product-remove a:hover i {
82 transform: rotate(180deg); }
83 .usk-mini-cart .usk-mini-cart-content-wrap {
84 z-index: 1;
85 margin-left: 5px; }
86 .usk-mini-cart .bdt-mini-cart-product-name {
87 margin-bottom: 5px; }
88 .usk-mini-cart .bdt-mini-cart-product-name a {
89 font-size: 13px;
90 color: #504e69;
91 font-weight: 700;
92 text-transform: uppercase;
93 text-decoration: none;
94 transition: all .3s ease; }
95 .usk-mini-cart .bdt-mini-cart-product-name a:hover {
96 color: rgba(239, 2, 2, 0.955); }
97 .usk-mini-cart .bdt-mini-cart-product-price {
98 font-size: 12px;
99 font-weight: 600;
100 color: #63666e; }
101 .usk-mini-cart .bdt-mini-cart-product-price bdi {
102 color: rgba(239, 2, 2, 0.955); }
103 .usk-mini-cart .bdt-mini-cart-products {
104 max-width: 100%;
105 overflow: auto;
106 position: absolute;
107 top: var(--usk-mini-cart-header-height);
108 left: 0;
109 right: 0;
110 bottom: var(--usk-mini-cart-footer-height); }
111 .usk-mini-cart .bdt-mini-cart-products::-webkit-scrollbar {
112 width: 3px; }
113 .usk-mini-cart .bdt-mini-cart-products::-webkit-scrollbar-track {
114 background: #f1f1f1; }
115 .usk-mini-cart .bdt-mini-cart-products::-webkit-scrollbar-thumb {
116 background: #d1d1d1; }
117 .usk-mini-cart .bdt-mini-cart-footer-buttons {
118 display: flex;
119 flex-direction: column;
120 padding: 20px; }
121 .usk-mini-cart .bdt-mini-cart-footer-buttons a {
122 margin-bottom: 8px;
123 font-size: 12px;
124 text-align: center;
125 padding: 14px 0;
126 color: #fff;
127 font-weight: 700;
128 text-decoration: none;
129 text-transform: uppercase;
130 transition: all .3s ease-in-out;
131 position: relative; }
132 .usk-mini-cart .bdt-mini-cart-footer-buttons a:nth-last-child(1) {
133 margin-bottom: 0; }
134 .usk-mini-cart .bdt-mini-cart-footer-buttons a::before {
135 position: absolute;
136 content: '';
137 top: 0;
138 left: 0;
139 width: 0;
140 height: 100%;
141 opacity: 0;
142 transition: all .3s ease-in-out; }
143 .usk-mini-cart .bdt-mini-cart-footer-buttons a:hover::before {
144 opacity: 1;
145 width: 100%; }
146 .usk-mini-cart .bdt-mini-cart-footer-buttons .usk-button-text {
147 z-index: 1;
148 position: relative; }
149 .usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart {
150 background: #25262d; }
151 .usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart::before {
152 background: rgba(239, 2, 2, 0.955); }
153 .usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout {
154 background: rgba(239, 2, 2, 0.955); }
155 .usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout::before {
156 background: #25262d; }
157 .usk-mini-cart .usk-mini-cart-content-footer {
158 position: absolute;
159 bottom: 0;
160 left: 0;
161 right: 0;
162 height: var(--usk-mini-cart-footer-height);
163 background: #fff;
164 z-index: 1;
165 box-shadow: 0 0 5px rgba(210, 217, 228, 0.459); }
166
167 .usk-mini-cart-opened {
168 background: rgba(0, 0, 0, 0.372);
169 position: absolute;
170 top: 0;
171 left: 0;
172 width: 100%;
173 height: 100%;
174 transition: all .3s ease; }
175
176 .bdt-mini-cart-inner {
177 display: inline-flex;
178 align-items: center;
179 grid-column-gap: 10px;
180 cursor: pointer;
181 line-height: 1; }
182 .bdt-mini-cart-inner .woocommerce-Price-amount.amount {
183 font-size: 16px;
184 color: #25262d;
185 font-weight: 600; }
186 .bdt-mini-cart-inner .bdt-mini-cart-button-icon {
187 position: relative; }
188 .bdt-mini-cart-inner .usk-cart-icon {
189 font-size: 22px;
190 color: #25262d; }
191 .bdt-mini-cart-inner .usk-cart-badge {
192 position: absolute;
193 right: -10px;
194 top: -6px;
195 font-size: 10px;
196 background: #f00;
197 width: 15px;
198 height: 15px;
199 line-height: 15px;
200 text-align: center;
201 border-radius: 50%;
202 font-weight: 700;
203 color: #fff; }
204