|
1 |
| -.ua-ultraaddons-cart .ultraaddons-cart-wrapper ul.site-elementor-cart { |
| 1 | +.ua-element-cart .ultraaddons-cart-wrapper ul.site-elementor-cart { |
2 | 2 | display: flex;
|
3 | 3 | align-items: center;
|
4 | 4 | justify-content: flex-end;
|
|
7 | 7 | padding: 0;
|
8 | 8 | margin: 0;
|
9 | 9 | }
|
10 |
| -.ua-ultraaddons-cart .ultraaddons-cart-wrapper ul.site-elementor-cart > li.minicart-content-wrapper { |
| 10 | +.ua-element-cart .ultraaddons-cart-wrapper ul.site-elementor-cart > li.minicart-content-wrapper { |
11 | 11 | display: none;
|
12 | 12 | position: absolute;
|
13 | 13 | z-index: 210;
|
14 | 14 | width: 400px;
|
15 | 15 | top: 100%;
|
16 | 16 | }
|
17 | 17 |
|
18 |
| -.ua-ultraaddons-cart .ultraaddons-cart-wrapper ul.site-elementor-cart li.minicart-content-wrapper .widget_shopping_cart { |
| 18 | +.ua-element-cart .ultraaddons-cart-wrapper ul.site-elementor-cart li.minicart-content-wrapper .widget_shopping_cart { |
19 | 19 | background: white;
|
20 | 20 | border: 0;
|
21 | 21 | padding: 25px;
|
22 | 22 | box-shadow: 0 5px 40px 0 rgb(10 10 25 / 10%);
|
23 | 23 | margin-top: 40px;
|
24 | 24 | }
|
25 |
| -.ua-ultraaddons-cart .widget_shopping_cart h2.widgettitle { |
| 25 | +.ua-element-cart .widget_shopping_cart h2.widgettitle { |
26 | 26 | margin: 0 !important;
|
27 | 27 | }
|
28 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list { |
| 28 | +.ua-element-cart .widget_shopping_cart_content ul.woocommerce-mini-cart.cart_list { |
29 | 29 | margin: 0;
|
30 | 30 | padding: 0;
|
31 | 31 | list-style: none;
|
32 | 32 | }
|
33 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a>img, |
34 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.product_list_widget li a>img { |
| 33 | +.ua-element-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a>img, |
| 34 | +.ua-element-cart .widget_shopping_cart_content ul.product_list_widget li a>img { |
35 | 35 | left: 0;
|
36 | 36 | top: -10px;
|
37 | 37 | }
|
38 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item { |
| 38 | +.ua-element-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item { |
39 | 39 | display: flex;
|
40 | 40 | align-items: flex-start;
|
41 | 41 | padding: 20px 0;
|
42 | 42 | position: relative;
|
43 | 43 | border-bottom: 1px solid #d7d7d77d;
|
44 | 44 | }
|
45 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item span.quantity { |
| 45 | +.ua-element-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item span.quantity { |
46 | 46 | right: 0;
|
47 | 47 | position: absolute;
|
48 | 48 | }
|
|
70 | 70 | padding: 3px 12px;
|
71 | 71 | color: white;
|
72 | 72 | }
|
73 |
| -.ua-ultraaddons-cart .ultraaddons-cart-wrapper ul.site-elementor-cart:hover > li.minicart-content-wrapper, |
| 73 | +.ua-element-cart .ultraaddons-cart-wrapper ul.site-elementor-cart:hover > li.minicart-content-wrapper, |
74 | 74 | .elementor-element.elementor-element-edit-mode.see-hover-in-admin-yes .ultraaddons-cart-wrapper ul.site-elementor-cart > li.minicart-content-wrapper,
|
75 | 75 | .elementor-element.expand-always-yes .ultraaddons-cart-wrapper ul.site-elementor-cart > li.minicart-content-wrapper,
|
76 | 76 | /*.elementor-element.see-hover-in-admin-yes .ultraaddons-cart-wrapper ul.site-elementor-cart > li.minicart-content-wrapper,*/
|
77 |
| -.ua-ultraaddons-cart .ultraaddons-cart-wrapper ul.site-elementor-cart:focus > li.minicart-content-wrapper { |
| 77 | +.ua-element-cart .ultraaddons-cart-wrapper ul.site-elementor-cart:focus > li.minicart-content-wrapper { |
78 | 78 | display: block;
|
79 | 79 | }
|
80 | 80 | .elementor-element.elementor-element-edit-mode.see-hover-in-admin-yes li.minicart-content-wrapper{}
|
81 | 81 | .elementor-element.expand-always-yes li.minicart-content-wrapper{}
|
82 | 82 |
|
83 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a { |
| 83 | +.ua-element-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a { |
84 | 84 | font-size: 16px;
|
85 | 85 | line-height: 22px;
|
86 | 86 | font-weight: 600;
|
|
91 | 91 | text-decoration: none;
|
92 | 92 | outline: none;
|
93 | 93 | }
|
94 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a.remove, |
95 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.product_list_widget li a.remove { |
| 94 | +.ua-element-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a.remove, |
| 95 | +.ua-element-cart .widget_shopping_cart_content ul.product_list_widget li a.remove { |
96 | 96 | font-weight: 300;
|
97 | 97 | color: #0fc392;
|
98 | 98 | z-index: 2;
|
|
105 | 105 | height: 100%;
|
106 | 106 |
|
107 | 107 | }
|
108 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a:not(.remove) { |
| 108 | +.ua-element-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a:not(.remove) { |
109 | 109 | display: flex;
|
110 | 110 | padding-left: 0px;
|
111 | 111 | position: relative;
|
|
115 | 115 | /* justify-content: flex-start; */
|
116 | 116 | text-align: left;
|
117 | 117 | }
|
118 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a>img, |
119 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.product_list_widget li a>img { |
| 118 | +.ua-element-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a>img, |
| 119 | +.ua-element-cart .widget_shopping_cart_content ul.product_list_widget li a>img { |
120 | 120 | max-width: 60px;
|
121 | 121 | height: auto;
|
122 | 122 | float: left;
|
123 | 123 | margin-right: 10px;
|
124 | 124 | }
|
125 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content .woocommerce-mini-cart__total.total strong, |
126 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content span.woocommerce-Price-amount.amount { |
| 125 | +.ua-element-cart .widget_shopping_cart_content .woocommerce-mini-cart__total.total strong, |
| 126 | +.ua-element-cart .widget_shopping_cart_content span.woocommerce-Price-amount.amount { |
127 | 127 | font-weight: 600;
|
128 | 128 | }
|
129 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content span.woocommerce-Price-amount.amount { |
| 129 | +.ua-element-cart .widget_shopping_cart_content span.woocommerce-Price-amount.amount { |
130 | 130 | background-color: transparent;
|
131 | 131 | }
|
132 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.product_list_widget li a.remove:before{ |
| 132 | +.ua-element-cart .widget_shopping_cart_content ul.product_list_widget li a.remove:before{ |
133 | 133 | display: none;
|
134 | 134 | }
|
135 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a.remove, .ua-ultraaddons-cart .widget_shopping_cart_content ul.product_list_widget li a.remove { |
| 135 | +.ua-element-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a.remove, .ua-element-cart .widget_shopping_cart_content ul.product_list_widget li a.remove { |
136 | 136 | position: relative;
|
137 | 137 | width: 20px;
|
138 | 138 | text-indent: unset;
|
139 | 139 | }
|
140 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content p.woocommerce-mini-cart__total.total { |
| 140 | +.ua-element-cart .widget_shopping_cart_content p.woocommerce-mini-cart__total.total { |
141 | 141 | display: flex;
|
142 | 142 | justify-content: space-between;
|
143 | 143 | align-items: center;
|
144 | 144 | flex-wrap: wrap;
|
145 | 145 | margin: 15px 0;
|
146 | 146 | }
|
147 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a { |
| 147 | +.ua-element-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a { |
148 | 148 | display: block;
|
149 | 149 | width: 100%;
|
150 | 150 | text-align: center;
|
|
161 | 161 | text-decoration: none;
|
162 | 162 | outline: none;
|
163 | 163 | }
|
164 |
| -.ua-ultraaddons-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a:hover { |
| 164 | +.ua-element-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a:hover { |
165 | 165 | border-color: #0fc392;
|
166 | 166 | background: transparent;
|
167 | 167 | color: #0fc392;
|
168 | 168 | }
|
169 |
| -.elementor-align-left.ua-ultraaddons-cart .ultraaddons-cart-wrapper ul.site-elementor-cart { |
| 169 | +.elementor-align-left.ua-element-cart .ultraaddons-cart-wrapper ul.site-elementor-cart { |
170 | 170 | justify-content: flex-start;
|
171 | 171 | margin: 0;
|
172 | 172 | }
|
173 |
| -.elementor-align-left.ua-ultraaddons-cart .ultraaddons-cart-wrapper ul.site-elementor-cart li.cart-text-li { |
| 173 | +.elementor-align-left.ua-element-cart .ultraaddons-cart-wrapper ul.site-elementor-cart li.cart-text-li { |
174 | 174 | padding-left: 0;
|
175 | 175 | }
|
176 |
| -.elementor-align-center.ua-ultraaddons-cart .ultraaddons-cart-wrapper ul.site-elementor-cart { |
| 176 | +.elementor-align-center.ua-element-cart .ultraaddons-cart-wrapper ul.site-elementor-cart { |
177 | 177 | justify-content: center;
|
178 | 178 | margin: 0;
|
179 | 179 | }
|
|
187 | 187 | .cart-title-align-right h2.widgettitle {
|
188 | 188 | text-align: right;
|
189 | 189 | }
|
190 |
| -.ua-ultraaddons-cart .ultraaddons-cart-wrapper .hide-content-yes{ |
| 190 | +.ua-element-cart .ultraaddons-cart-wrapper .hide-content-yes{ |
191 | 191 | display: none !important;
|
192 | 192 | }
|
193 | 193 | .ultraaddons-cart-wrapper span.count {
|
|
0 commit comments