/*!
Theme Name: Upparel Theme
Author: 23digital
Author URI: https://www.23digital.com.au
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: upparel-theme
Tags: custom-logo, custom-menu, featured-images
*/

#wpadminbar ul.ab-top-menu > li {margin-top: 0 !important;}
#wpadminbar .ab-icon,#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon{font-family: dashicons !important;}
#wpadminbar .dashicons{font-family: dashicons !important;}
span.wpcf7-not-valid-tip { display: none !important; }
.mwa-hello-bar-top{display: none !important;}

/* .alignleft {float: left;margin-right: 1.5em;margin-bottom: 1.5em;} */
/* .alignright {float: right;margin-left: 1.5em;margin-bottom: 1.5em;} */
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;margin-bottom: 1.5em;}
.bg-none{background: none !important;}
.noscript { background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0; border-top: 1px solid var(--primary-color); bottom: 0; float: left; font-size: 20px; left: 0; margin: 0 auto; min-height: 50px; padding: 10px 0; position: fixed; right: 0; text-align: center; top: auto; width: 100%; z-index: 99999; color: #fff; display:block !important; }
.noscript .noscript-img { display: inline; height: 36px; margin: 0 auto; width: 34px; }
.wpcf7 form.submitting {pointer-events: none;cursor: no-drop;}


/* Place in style.css or Additional CSS */
.wc-plan-card{ border-radius:12px; background:#fff; padding:28px; box-shadow:0 2px 6px rgba(18,22,26,0.04); max-width:460px; }
.wc-plan-card .plan-card-top{ padding:18px; border-radius:8px; background:#e9f7f4; margin-bottom:12px; }
.wc-plan-card .plan-banner{ font-size:14px; color:#0b7f75; margin-bottom:6px; }
.wc-plan-card .plan-price{ font-weight:800; font-size:36px; }
.wc-plan-card .plan-subtitle{ color:#6d6d6d; margin-top:6px; }
.wc-plan-card .plan-highlight{ background:#fff6e6; padding:12px; border-radius:8px; margin-bottom:12px; color:#6b4b00; }
.wc-plan-card h4{ margin-top:0; color:#2b2b50; }
.wc-plan-card .plan-includes{ list-style:none; padding:0; margin:10px 0 0 0; }
.wc-plan-card .plan-includes li{ position:relative; padding-left:26px; margin-bottom:10px; color:#333; }
.wc-plan-card .plan-includes li:before{ content:"✓"; position:absolute; left:0; top:0; color:#0b7f75; font-weight:700; }
.wc-plan-card .plan-extras{ font-size:14px; color:#5a5a5a; margin-top:12px; }
.wc-plan-card .plan-cta{ display:inline-block; margin-top:18px; padding:12px 20px; color:#fff; text-decoration:none; border-radius:10px; }


/* Responsive two column layout for a pricing page */
.pricing-row{ display:flex; gap:30px; }
@media(max-width:900px){ .pricing-row{ flex-direction:column; } }

.woocommerce .empty-cart svg {
    width: 150px;
    height: 150px;
    color: #ddd;
}

.content_new_add .term_section ul {padding-left: 32px;}