| @@ -1,34 +1,4 @@ | ||
| 1 | -.merchant-theme-botiga .botiga-add-to-cart-button-layout3 .add_to_cart_button:hover, | |
| 2 | -.merchant-theme-botiga .botiga-add-to-cart-button-layout3 .product_type_grouped:hover, | |
| 3 | -.merchant-theme-botiga .botiga-add-to-cart-button-layout3 .single_add_to_cart_button:hover { | |
| 4 | - -webkit-animation: none; | |
| 5 | - animation: none; | |
| 6 | -} | |
| 7 | -.merchant-theme-botiga ul.products.columns-4 li.product .button, | |
| 8 | -.merchant-theme-botiga ul.products.columns-5 li.product .button, | |
| 9 | -.merchant-theme-botiga ul.products.columns-6 li.product .button, | |
| 10 | -.merchant-theme-botiga ul.wc-block-grid__products.columns-4 li.product .button, | |
| 11 | -.merchant-theme-botiga ul.wc-block-grid__products.columns-5 li.product .button, | |
| 12 | -.merchant-theme-botiga ul.wc-block-grid__products.columns-6 li.product .button { | |
| 13 | - width: 100%; | |
| 14 | -} | |
| 15 | -.merchant-theme-botiga .products .product a.merchant_buy_now_button { | |
| 16 | - display: inline-block; | |
| 17 | -} | |
| 18 | -.merchant-theme-botiga .product .single_add_to_cart_button.merchant_buy_now_button { | |
| 19 | - margin-left: 0; | |
| 20 | -} | |
| 21 | -.merchant-theme-botiga .product .button-layout2 + .merchant_buy_now_button { | |
| 22 | - margin-top: 0; | |
| 23 | - margin-left: 0; | |
| 24 | - margin-right: 0; | |
| 25 | -} | |
| 26 | -.merchant-theme-botiga .botiga-sc-payment-methods + #merchant_agree_to_terms_field { | |
| 27 | - margin-top: 20px; | |
| 28 | - margin-bottom: 0; | |
| 29 | -} | |
| 30 | - | |
| 31 | 1 | .merchant-theme-kadence .products .product .product-action-wrap { |
| 32 | 2 | display: -webkit-box; |
| 33 | 3 | display: -ms-flexbox; |
| 34 | 4 | display: flex; |
| @@ -35,9 +5,9 @@ | ||
| 35 | 5 | grid-gap: 10px; |
| 36 | 6 | -ms-flex-wrap: wrap; |
| 37 | 7 | flex-wrap: wrap; |
| 38 | 8 | } |
| 39 | -.merchant-theme-kadence .merchant-floating-side-mini-cart-widget .product_list_widget { | |
| 9 | +.merchant-theme-kadence .merchant-side-cart-widget .product_list_widget { | |
| 40 | 10 | padding: 40px !important; |
| 41 | 11 | } |
| 42 | 12 | |
| 43 | 13 | .merchant-theme-blocksy .products .product .ct-woo-card-actions { |
| @@ -60,15 +30,15 @@ | ||
| 60 | 30 | |
| 61 | 31 | .merchant-theme-zakra .products .product .wp-element-button { |
| 62 | 32 | margin-right: 10px; |
| 63 | 33 | } |
| 64 | -.merchant-theme-zakra .merchant-floating-side-mini-cart-widget .product_list_widget { | |
| 34 | +.merchant-theme-zakra .merchant-side-cart-widget .product_list_widget { | |
| 65 | 35 | padding: 40px !important; |
| 66 | 36 | } |
| 67 | -.merchant-theme-zakra .merchant-floating-side-mini-cart-widget .product_list_widget li { | |
| 37 | +.merchant-theme-zakra .merchant-side-cart-widget .product_list_widget li { | |
| 68 | 38 | line-height: 1; |
| 69 | 39 | } |
| 70 | -.merchant-theme-zakra .merchant-floating-side-mini-cart-widget .product_list_widget li a.remove { | |
| 40 | +.merchant-theme-zakra .merchant-side-cart-widget .product_list_widget li a.remove { | |
| 71 | 41 | color: var(--merchant-side-cart-content-remove-color, #fff) !important; |
| 72 | 42 | } |
| 73 | 43 | .merchant-theme-zakra .merchant-pro-multi-step-wrapper .col-1, |
| 74 | 44 | .merchant-theme-zakra .merchant-pro-multi-step-wrapper .col-2 { |
| @@ -115,9 +85,9 @@ | ||
| 115 | 85 | } |
| 116 | 86 | .merchant-theme-oceanwp .product .summary .merchant_buy_now_button { |
| 117 | 87 | margin-left: 0; |
| 118 | 88 | } |
| 119 | -.merchant-theme-oceanwp .merchant-floating-side-mini-cart .owp-grid-wrap { | |
| 89 | +.merchant-theme-oceanwp .merchant-side-cart .owp-grid-wrap { | |
| 120 | 90 | width: 100%; |
| 121 | 91 | display: -webkit-box; |
| 122 | 92 | display: -ms-flexbox; |
| 123 | 93 | display: flex; |
| @@ -122,35 +92,35 @@ | ||
| 122 | 92 | display: -ms-flexbox; |
| 123 | 93 | display: flex; |
| 124 | 94 | grid-gap: 10px; |
| 125 | 95 | } |
| 126 | -.merchant-theme-oceanwp .merchant-floating-side-mini-cart .owp-grid-wrap .content { | |
| 96 | +.merchant-theme-oceanwp .merchant-side-cart .owp-grid-wrap .content { | |
| 127 | 97 | -webkit-box-flex: 1; |
| 128 | 98 | -ms-flex: 1; |
| 129 | 99 | flex: 1; |
| 130 | 100 | width: 100%; |
| 131 | 101 | } |
| 132 | -.merchant-theme-oceanwp .merchant-floating-side-mini-cart .owp-grid-wrap .content > div { | |
| 102 | +.merchant-theme-oceanwp .merchant-side-cart .owp-grid-wrap .content > div { | |
| 133 | 103 | display: -webkit-box; |
| 134 | 104 | display: -ms-flexbox; |
| 135 | 105 | display: flex; |
| 136 | 106 | } |
| 137 | -.merchant-theme-oceanwp .merchant-floating-side-mini-cart .product_list_widget { | |
| 107 | +.merchant-theme-oceanwp .merchant-side-cart .product_list_widget { | |
| 138 | 108 | padding: 40px; |
| 139 | 109 | } |
| 140 | -.merchant-theme-oceanwp .merchant-floating-side-mini-cart .product_list_widget h3 { | |
| 110 | +.merchant-theme-oceanwp .merchant-side-cart .product_list_widget h3 { | |
| 141 | 111 | font-size: 16px; |
| 142 | 112 | } |
| 143 | -.merchant-theme-oceanwp .merchant-floating-side-mini-cart .product_list_widget li a.remove { | |
| 113 | +.merchant-theme-oceanwp .merchant-side-cart .product_list_widget li a.remove { | |
| 144 | 114 | top: -5px; |
| 145 | 115 | margin-top: 0; |
| 146 | 116 | } |
| 147 | -.merchant-theme-oceanwp .merchant-floating-side-mini-cart .product_list_widget li .quantity { | |
| 117 | +.merchant-theme-oceanwp .merchant-side-cart .product_list_widget li .quantity { | |
| 148 | 118 | min-width: auto !important; |
| 149 | 119 | margin-left: 20px; |
| 150 | 120 | overflow: unset; |
| 151 | 121 | } |
| 152 | -.merchant-theme-oceanwp .merchant-floating-side-mini-cart .product_list_widget li img { | |
| 122 | +.merchant-theme-oceanwp .merchant-side-cart .product_list_widget li img { | |
| 153 | 123 | max-width: 50px; |
| 154 | 124 | } |
| 155 | 125 | .merchant-theme-oceanwp .merchant-login-popup .owp-account-links { |
| 156 | 126 | display: none; |
| @@ -179,16 +149,16 @@ | ||
| 179 | 149 | } |
| 180 | 150 | .merchant-theme-woostify .product .summary .merchant_buy_now_button { |
| 181 | 151 | margin-left: 0; |
| 182 | 152 | } |
| 183 | -.merchant-theme-woostify .merchant-floating-side-mini-cart .woostify-svg-icon { | |
| 153 | +.merchant-theme-woostify .merchant-side-cart .woostify-svg-icon { | |
| 184 | 154 | display: none; |
| 185 | 155 | } |
| 186 | -.merchant-theme-woostify .merchant-floating-side-mini-cart .product_list_widget img { | |
| 156 | +.merchant-theme-woostify .merchant-side-cart .product_list_widget img { | |
| 187 | 157 | position: relative; |
| 188 | 158 | top: 0; |
| 189 | 159 | } |
| 190 | -.merchant-theme-woostify .merchant-floating-side-mini-cart .product_list_widget .quantity { | |
| 160 | +.merchant-theme-woostify .merchant-side-cart .product_list_widget .quantity { | |
| 191 | 161 | overflow: unset; |
| 192 | 162 | } |
| 193 | 163 | .merchant-theme-woostify .merchant-login-popup .woocommerce-form.woocommerce-form-login { |
| 194 | 164 | border: none; |
| @@ -219,21 +189,21 @@ | ||
| 219 | 189 | -ms-flex-item-align: inherit; |
| 220 | 190 | align-self: inherit; |
| 221 | 191 | margin-left: 0; |
| 222 | 192 | } |
| 223 | -.merchant-theme-blocksy .merchant-floating-side-mini-cart-widget .ct-icon { | |
| 193 | +.merchant-theme-blocksy .merchant-side-cart .ct-icon { | |
| 224 | 194 | width: 10px; |
| 225 | 195 | height: 10px; |
| 226 | 196 | } |
| 227 | -.merchant-theme-blocksy .merchant-floating-side-mini-cart-widget .ct-image-container { | |
| 197 | +.merchant-theme-blocksy .merchant-side-cart .ct-image-container { | |
| 228 | 198 | width: auto; |
| 229 | 199 | } |
| 230 | -.merchant-theme-blocksy .merchant-floating-side-mini-cart-widget .product-data { | |
| 200 | +.merchant-theme-blocksy .merchant-side-cart .product-data { | |
| 231 | 201 | display: -webkit-box; |
| 232 | 202 | display: -ms-flexbox; |
| 233 | 203 | display: flex; |
| 234 | 204 | } |
| 235 | -.merchant-theme-blocksy .merchant-floating-side-mini-cart-widget .woocommerce-mini-cart__buttons { | |
| 205 | +.merchant-theme-blocksy .merchant-side-cart .woocommerce-mini-cart__buttons { | |
| 236 | 206 | margin: 0 !important; |
| 237 | 207 | } |
| 238 | 208 | .merchant-theme-blocksy .merchant-pro-sc-order-review { |
| 239 | 209 | width: 100%; |
| @@ -272,12 +242,12 @@ | ||
| 272 | 242 | -ms-flex-pack: center; |
| 273 | 243 | justify-content: center; |
| 274 | 244 | } |
| 275 | 245 | |
| 276 | -.merchant-theme-astra .merchant-floating-side-mini-cart-widget .product_list_widget { | |
| 246 | +.merchant-theme-astra .merchant-side-cart .product_list_widget { | |
| 277 | 247 | padding: 40px !important; |
| 278 | 248 | } |
| 279 | -.merchant-theme-astra .merchant-floating-side-mini-cart-widget .product_list_widget li { | |
| 249 | +.merchant-theme-astra .merchant-side-cart .product_list_widget li { | |
| 280 | 250 | line-height: 1; |
| 281 | 251 | } |
| 282 | 252 | |
| 283 | 253 | .merchant-theme-neve form.checkout { |
| @@ -294,20 +264,20 @@ | ||
| 294 | 264 | } |
| 295 | 265 | .merchant-theme-neve .merchant-pro-multi-step-wrapper form.checkout { |
| 296 | 266 | display: block; |
| 297 | 267 | } |
| 298 | -.merchant-theme-neve .merchant-floating-side-mini-cart .product_list_widget { | |
| 268 | +.merchant-theme-neve .merchant-side-cart .product_list_widget { | |
| 299 | 269 | padding: 40px; |
| 300 | 270 | } |
| 301 | -.merchant-theme-neve .merchant-floating-side-mini-cart .product_list_widget li a.remove { | |
| 271 | +.merchant-theme-neve .merchant-side-cart .product_list_widget li a.remove { | |
| 302 | 272 | top: -5px; |
| 303 | 273 | margin-top: 0; |
| 304 | 274 | color: var(--merchant-side-cart-content-remove-color, #fff) !important; |
| 305 | 275 | } |
| 306 | -.merchant-theme-neve .merchant-floating-side-mini-cart .product_list_widget li .quantity { | |
| 276 | +.merchant-theme-neve .merchant-side-cart .product_list_widget li .quantity { | |
| 307 | 277 | margin-left: 20px; |
| 308 | 278 | } |
| 309 | -.merchant-theme-neve .merchant-floating-side-mini-cart .product_list_widget li img { | |
| 279 | +.merchant-theme-neve .merchant-side-cart .product_list_widget li img { | |
| 310 | 280 | width: 50px; |
| 311 | 281 | } |
| 312 | 282 | |
| 313 | 283 | @media (max-width: 767px) { |
| @@ -321,12 +291,12 @@ | ||
| 321 | 291 | } |
| 322 | 292 | .merchant-theme-sydney .merchant-pro-sc-fields .form-row-wide { |
| 323 | 293 | clear: none; |
| 324 | 294 | } |
| 325 | -.merchant-theme-sydney .merchant-floating-side-mini-cart .product_list_widget { | |
| 295 | +.merchant-theme-sydney .merchant-side-cart .product_list_widget { | |
| 326 | 296 | padding: 40px; |
| 327 | 297 | } |
| 328 | -.merchant-theme-sydney .merchant-floating-side-mini-cart .product_list_widget a.remove { | |
| 298 | +.merchant-theme-sydney .merchant-side-cart .product_list_widget a.remove { | |
| 329 | 299 | top: 0; |
| 330 | 300 | } |
| 331 | 301 | |
| 332 | 302 | .merchant-theme-twentytwenty .merchant-pro-multi-step-wrapper .woocommerce-checkout, |
| @@ -358,8 +328,9 @@ | ||
| 358 | 328 | display: -ms-flexbox; |
| 359 | 329 | display: flex; |
| 360 | 330 | } |
| 361 | 331 | |
| 332 | +/* Visibility */ | |
| 362 | 333 | .merchant-hidden { |
| 363 | 334 | display: none; |
| 364 | 335 | } |
| 365 | 336 | |
| @@ -371,5 +342,15 @@ | ||
| 371 | 342 | @media (min-width: 767px) { |
| 372 | 343 | .merchant-visibility-mobile-only { |
| 373 | 344 | display: none !important; |
| 374 | 345 | } |
| 346 | +} | |
| 347 | +.merchant-shortcode-wrong-placement { | |
| 348 | + border-left: 3px solid #d93232; | |
| 349 | + background-color: #fce6e6; | |
| 350 | + color: #000000; | |
| 351 | + padding: 10px 15px; | |
| 352 | +} | |
| 353 | + | |
| 354 | +[data-class=hidden] { | |
| 355 | + display: none; | |
| 375 | 356 | } |