/**
Theme Name: Ideaconsult
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ideaconsult
Template: astra
*/

.ast-container {
    padding: 0 1rem;
}

.elementor-button-text {
    position: relative;
    top: 2px;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin: 0;
}

/* Header styles */
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 20px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item a {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
}

ul#ast-hf-account-menu {
    border-radius: 12px;
    border: 1px solid #d2d6db;
    padding: 12px;
}

.ast-hfb-header .ast-addon-cart-wrap {
    padding-bottom: 4px;
}

/* Footer styles */

footer nav.menu-legal-menu-container ul {
    display: flex;
}

footer .widget_nav_menu li {
    margin-bottom: 12px;
    line-height: 20px;
}

footer nav.menu-legal-menu-container ul li:last-child {
    border: none;
}

footer nav.menu-legal-menu-container ul li {
    padding: 0 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
}

footer nav.menu-legal-menu-container ul li a {
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    line-height: 18px;
}

footer h6.wp-block-heading {
    color: white;
    font-size: 0.75rem;
}

footer a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
    max-width: 1200px;
    margin: auto;
    padding: 0;
}

@media (max-width: 767px) {
    .ast-hfb-header .site-footer {
        padding: 2rem 1rem;
    }

    .ast-header-break-point .site-primary-footer-wrap[data-section='section-primary-footer-builder'] {
        padding: 0;
    }

    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
        display: flex;
        flex-wrap: wrap;
    }

    footer .site-footer-primary-section-1.site-footer-section-1 {
        width: 100%;
        margin-bottom: 2rem !important;
    }

    footer .site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
        margin-right: 3.125rem;
    }

    footer
    .site-below-footer-wrap[data-section='section-below-footer-builder'].ast-footer-row-mobile-stack
    .site-footer-section {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .ast-builder-layout-element.ast-footer-copyright,
    aside.footer-widget-area.widget-area.footer-widget-area-inner {
        order: 1;
        margin: 0;
    }

    .ast-builder-layout-element.ast-flex.site-footer-focus-item {
        margin: 0;
    }

    .ast-footer-social-1-wrap.ast-footer-social-wrap .footer-social-inner-wrap,
    .ast-footer-copyright p {
        text-align: left;
    }

    .site-below-footer-wrap {
        padding: 24px 0;
    }

    footer nav.menu-legal-menu-container ul li:first-child {
        padding-left: 0;
    }
}

/* Product single page */

/*
** Accordion styling START
*/

.wpm-pdf-accordion {
    border: 1px solid #eaecf0;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0px 4px 10px -2px #1018281a;
}

.pdf-accordion-item {
    border-bottom: 1px solid #ddd;
    background-color: #fcfcfd;
}

.pdf-accordion-item.open {
    background-color: white;
}

.pdf-accordion-item:last-child {
    border-bottom: none;
}

.pdf-accordion-header {
    display: flex;
    padding: 16px 24px 16px;
    cursor: pointer;
    font-weight: 800;
    position: relative;
    font-size: 1rem;
    line-height: 24px;
    margin: 0;
}

.pdf-accordion-header:hover {
    background-color: white;
}

.pdf-accordion-body:visible + .pdf-accordion-header::after,
.pdf-accordion-header.active::after {
    transform: rotate(-180deg);
}

.pdf-accordion-body {
    padding: 0 24px 16px;
    background-color: #fff;
    display: none;
}

.pdf-page-stack {
    border: 1px solid #eaecf0;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.pdf-page-stack h6 {
    background-color: #fcfcfd;
    padding: 16px 24px;
    margin: 0;
    font-weight: 800;
    cursor: pointer;
    border-bottom: none;
    border-radius: 12px;
}

.pdf-fields-page {
    padding: 0 24px 24px;
}

.pdf-fields-page label {
    font-weight: 800;
    color: #384250;
}

.wpm-pdf-accordion .pdf-fields-page input,
.pdf-fields-page textarea {
    border-color: #d2d6db;
    border-radius: 8px;
    width: 100% !important;
}

.pdf-product-checkbox {
    margin-right: 12px;
    height: 0;
}

.wpm-child-fields.is-disabled {
    opacity: 0.6;
}

.pdf-accordion-header input[type='checkbox'] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d6db;
    border-radius: 6px;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.pdf-accordion-header input[type='checkbox']:checked {
    background-color: #00a4a2;
    border-color: #00a4a2;
}

.pdf-accordion-header input[type='checkbox']:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpm-table-field table.wpm-grid td,
table.wpm-grid {
    border: none;
}

.wpm-table-field table.wpm-grid td {
    padding-bottom: 0;
}

.woo-pdf-marker-fields {
    width: 100%;
}

.elementor-add-to-cart.elementor-product-simple form.cart {
    flex-wrap: wrap !important;
}

/* Hide grouped product checkbox column */
table.woocommerce-grouped-product-list.group_table {
    display: none;
}

/*
** Accordion styling END
*/

/* Cart style */

.wc-block-cart__main .wc-block-cart-items td {
    min-width: 104px;
}

.woocommerce-js ul.cart_list li dl,
.woocommerce-js ul.product_list_widget li dl {
    border-width: 1px;
}

table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: 14px;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    background-color: #f2f4f7;
    padding: 24px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0px 5px 10px -4px #10182814;
    border: 1px solid #eaecf0;
}

td.wc-block-cart-item__image img,
.wc-block-checkout__sidebar
.wp-block-woocommerce-checkout-order-summary-block
.wc-block-components-order-summary__content
img {
    border-radius: 8px;
    background-color: #f9fafb;
    border: 1px solid #eaecf0;
    padding: 8px;
}

td.wc-block-cart-item__product a.wc-block-components-product-name {
    font-size: 1rem !important;
    color: #000;
    font-weight: 800;
}

tr.wc-block-cart-items__row
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 18px;
}

tr.wc-block-cart-items__row td.wc-block-cart-item__total span {
    font-weight: 600;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    padding: 10px 5px;
    color: black;
}

.wc-block-cart-items__row .wc-block-components-product-badge.wc-block-components-sale-badge {
    padding-top: 5px;
}

.wc-block-cart-items__row input.wc-block-components-quantity-selector__input {
    color: black;
    font-weight: 700;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 24px;
    text-transform: none;
    font-weight: 800;
    color: #111927;
    margin: 0;
    padding: 0 0 16px;
}

span.wc-block-components-totals-item__label {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
    border-color: #eaecf0;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border-radius: 8px;
}

.wc-block-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block {
    border-bottom: none;
}

.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
    margin: 0;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon {
    text-align: left;
    padding: 24px 0;
    border-bottom: 1px solid #eaecf0;
    margin-bottom: 24px;
}

.wp-block-woocommerce-empty-cart-block hr.wp-block-separator.is-style-dots {
    display: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before,
.widget_shopping_cart dl.variation {
    display: none;
}

.continue-shopping-btn {
    display: inline-block;
    padding: 12px 16px 10px 16px;
    border: 1px solid #d2d6db;
    margin-bottom: 50px;
    border-radius: 8px;
    color: #384250;
    font-weight: 700;
    line-height: 20px;
}

@media screen and (max-width: 480px) {
    .wc-block-components-sidebar-layout.wc-block-cart.is-mobile
    .wc-block-cart__main.wp-block-woocommerce-cart-items-block
    tr.wc-block-cart-items__row {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        align-items: center;
    }

    .wc-block-components-sidebar-layout.wc-block-cart.is-mobile
    .wc-block-cart__main.wp-block-woocommerce-cart-items-block
    tr.wc-block-cart-items__row
    td.wc-block-cart-item__image {
        order: 1;
        width: 60%;
        padding: 0;
    }

    .wc-block-components-sidebar-layout.wc-block-cart.is-mobile
    .wc-block-cart__main.wp-block-woocommerce-cart-items-block
    tr.wc-block-cart-items__row
    td.wc-block-cart-item__total {
        order: 2;
        width: 35%;
    }

    .wc-block-components-sidebar-layout.wc-block-cart.is-mobile
    .wc-block-cart__main.wp-block-woocommerce-cart-items-block
    tr.wc-block-cart-items__row
    td.wc-block-cart-item__product {
        order: 3;
    }

    .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
        margin-top: 1rem;
    }
}

.wc-block-components-sidebar-layout.wc-block-cart td.wc-block-cart-item__product a.wc-block-components-product-name {
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5rem;
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header th {
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
}

.wc-block-components-sidebar-layout.wc-block-cart
table.wc-block-cart-items
.wc-block-cart-items__row
.wc-block-cart-item__image
img {
    width: 5.5rem;
    height: 5.5rem;
    aspect-ratio: 1/1;
    border-radius: 0.5rem;
    border: 1px solid #eaecf0;
    background: #f9fafb;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap {
    gap: 0.5rem;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    border-radius: 0.5rem;
    border: 1px solid #eaecf0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    margin-top: 0.5rem;
}

.woocommerce-cart .e-con.e-flex > .e-con-inner {
    flex-wrap: nowrap;
}

#custom-continue-shopping-btn {
    margin-top: 24px;
}

#custom-continue-shopping-btn .continue-shopping-btn {
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    border: 1px solid #D2D6DB;
    background: #ffffff;
    color: #384250;
    line-height: 100%;
    min-height: 0;
    padding: 16px 16px 12px 16px;
}

#custom-continue-shopping-btn .continue-shopping-btn:hover {
    border: 1px solid #018484;
    background: #018484;
    color: #fff;
}

@media (max-width: 767px) {
    #custom-continue-shopping-btn .continue-shopping-btn {
        width: 100%;
    }
}

/*
 * END CART STYLE
 */

/* Checkout */
.wc-block-components-sidebar
.wp-block-woocommerce-checkout-order-summary-block
.wc-block-components-checkout-order-summary__title {
    margin: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper
.wc-block-components-order-summary,
.wc-block-components-checkout-order-summary__content .wc-block-components-totals-coupon.wc-block-components-panel,
.wc-block-components-checkout-order-summary__content .wc-block-components-totals-item {
    padding: 0 !important;
}

.wc-block-components-totals-item span.wc-block-formatted-money-amount.wc-block-components-totals-item__value {
    font-weight: 800;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
    padding: 1rem 0;
}

p.wc-block-components-checkout-order-summary__title-text {
    border-bottom: 1px solid #eaecf0;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-components-totals-wrapper {
    border-color: #eaecf0 !important;
}

.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block input,
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block select,
.wc-block-components-address-card {
    border-radius: 8px !important;
    border-color: #d2d6db !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
    border-radius: 8px !important;
}

.ast-modern-checkout
.woocommerce
form.woocommerce-checkout
.woocommerce-billing-fields-custom
.ast-checkout-form-heading {
    flex-direction: column;
    align-items: unset;
}

#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
    color: #111927;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2.375rem;
    letter-spacing: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eaecf0;
}

body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
.select2-container--default
.select2-selection--single,
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
input[type='email'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
input[type='number'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
input[type='password'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
input[type='reset'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
input[type='search'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
input[type='tel'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
input[type='text'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
input[type='url'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
select,
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row.ast-animate-input
textarea {
    height: unset;
    color: #6c737f;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #d2d6db;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
.select2-container--default
.select2-selection--single,
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
input[type='email'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
input[type='number'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
input[type='password'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
input[type='reset'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
input[type='search'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
input[type='tel'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
input[type='text'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
input[type='url'],
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout) .woocommerce form .form-row select,
body:not(.cartflows-canvas):not(.cartflows-default):not(.cartflows-instant-checkout)
.woocommerce
form
.form-row
textarea {
    color: #6c737f;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #d2d6db;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.woocommerce-js form .form-row {
    position: relative;
    margin-bottom: 1.5rem;
}

.woocommerce-page.woocommerce-checkout form #order_review td:last-child,
.woocommerce-page.woocommerce-checkout form #order_review th:last-child,
.woocommerce.woocommerce-checkout form #order_review td:last-child,
.woocommerce.woocommerce-checkout form #order_review th:last-child {
    padding-inline: 0;
}

.elementor-shortcode .woocommerce {
    padding: 1rem 0 3rem;
}

form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
    border-width: 1px 1px 0;
    padding: 1.5rem;
    border-color: #eaecf0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-bottom: 0;
    background: #f2f4f7;
}

form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding: 1.5rem;
    border-color: #eaecf0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
    0 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding-top: 0;
    background: #f2f4f7;
    border-width: 0 1px 1px;
}

form #order_review thead .product-name {
    text-transform: capitalize;
}

form #order_review table thead tr th {
    color: #111927;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25rem;
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name,
.woocommerce.woocommerce-checkout form #order_review td.product-name {
    color: #384250;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0;
}

.woocommerce-js table.shop_table .woocommerce-Price-amount,
.woocommerce-page table.shop_table .woocommerce-Price-amount {
    color: #111927;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5rem;
}

.woocommerce-page.woocommerce-checkout form #order_review td,
.woocommerce-page.woocommerce-checkout form #order_review th,
.woocommerce.woocommerce-checkout form #order_review td,
.woocommerce.woocommerce-checkout form #order_review th {
    border-color: #eaecf0;
}

.woocommerce-page.woocommerce-checkout form #order_review table {
    margin-bottom: 1rem;
}

.woocommerce-page.woocommerce-checkout form #order_review table tfoot tr th,
.woocommerce-page.woocommerce-checkout form #order_review table tfoot tr td {
    color: #111927;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
}

.woocommerce-page.woocommerce-checkout form #order_review th {
    color: #111927;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}

@media screen and (min-width: 922px) {
    .woocommerce.woocommerce-checkout form #customer_details.col2-set,
    .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
        width: auto;
        width: calc(100% - 27.2rem);
    }

    .woocommerce.woocommerce-checkout form #order_review,
    .woocommerce.woocommerce-checkout form #order_review_heading,
    .woocommerce-page.woocommerce-checkout form #order_review,
    .woocommerce-page.woocommerce-checkout form #order_review_heading {
        max-width: 24rem;
        width: 100%;
    }
}

ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_bacs {
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #eaecf0;
    background: #eaecf0;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box,
.woocommerce.woocommerce-checkout #payment div.payment_box {
    background: none;
    margin: 0;
    padding: 0;
}

li.wc_payment_method.payment_method_bacs label {
    color: #111927;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25rem;
}

.payment_box.payment_method_bacs::before {
    display: none !important;
}

.woocommerce-page.woocommerce-checkout div#payment .form-row.place-order {
    padding: 0;
}

.woocommerce-privacy-policy-text {
    color: #384250;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
}

.woocommerce-page.woocommerce-checkout span.woocommerce-terms-and-conditions-checkbox-text {
    color: #384250;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox,
.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
    line-height: 1;
    padding: 0;
}

div#order_review div#payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eaecf0;
}

div#order_review div#payment button#place_order {
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #008484;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
}

div#order_review tr.cart_item td {
    vertical-align: top;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .elementor-10 .elementor-element.elementor-element-6c4bf50 {
        padding: 0;
    }
}

@media screen and (min-width: 992px) {
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 50%;
    }
}

/*
 * ***************** 
 *  END CHECKOUT
 * *****************
 */

/* 
 * ***************** 
 * My Account Start
 * *****************
 */
.woocommerce-MyAccount-navigation > ul {
    padding-left: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    flex-shrink: 0;
}

body ul li.woocommerce-MyAccount-navigation-link {
    border: none;
    margin-bottom: 2px;
}

body ul li.woocommerce-MyAccount-navigation-link a:hover {
    color: #008484;
}

body ul li.woocommerce-MyAccount-navigation-link a {
    display: flex;
    padding: 0.5rem 0.75rem;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    color: #6c737f;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: 0;
}

body ul li.woocommerce-MyAccount-navigation-link span.ahfb-svg-iconset {
    display: none;
}

body ul li.woocommerce-MyAccount-navigation-link a span {
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation-link br,
.woocommerce-account .shop_table.my_account_orders th br {
    display: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    border: none;
}

body ul li.woocommerce-MyAccount-navigation-link.is-active {
    border-left: 2px solid #008484;
}

body ul li.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: white;
    color: #008484;
}

body .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link + .woocommerce-MyAccount-navigation-link {
    border: none;
}

body .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:after {
    display: none;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table p {
    margin: 0;
}

h2.woocommerce-order-details__title,
h2.woocommerce-order-downloads__title {
    font-size: 20px;
    margin-bottom: 8px;
}

td.download-file a.woocommerce-MyAccount-downloads-file {
    padding: 0;
    color: #178484;
    background-color: transparent;
}

.woocommerce-order-details p.order-again a {
    border-radius: 8px;
    line-height: 20px;
    padding-top: 12px;
}

td.download-file a.woocommerce-MyAccount-downloads-file:hover {
    background-color: transparent;
    color: #0bc1bb;
}

.woocommerce-account .shop_table.my_account_orders th,
table.woocommerce-table--order-downloads.shop_table.order_details thead th,
table.woocommerce-table--order-details.shop_table.order_details th {
    color: #000000;
    font-weight: 500;
    line-height: 20px;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    font-weight: 600;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    background: none;
    color: #178484;
    text-decoration: underline;
    font-weight: 600;
}

/* Orders tables */
.woocommerce-account .shop_table.my_account_orders th,
.woocommerce-account .shop_table.my_account_orders td,
table.woocommerce-table.woocommerce-table--order-downloads.shop_table th,
table.woocommerce-table.woocommerce-table--order-downloads.shop_table td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    border-left: none;
    border-right: none;
    border-color: #eaecf0;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table,
table.woocommerce-table.woocommerce-table--order-downloads.shop_table,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: separate;
    border-radius: 12px;
    border-color: #eaecf0;
    overflow: hidden;
    font-size: 1rem;
}

.woocommerce-MyAccount-content section.woocommerce-order-details {
    display: flex;
    flex-direction: column;
}

.woocommerce-MyAccount-content .download-all-pdfs-wrapper {
    order: -1;
}

.woocommerce-MyAccount-content .download-all-pdfs-wrapper a {
    padding: 14px 16px 10px 16px;
    border-radius: 8px;
}

/* Addresses */
section.woocommerce-customer-details {
    border: 1px solid #eaecf0;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
    margin-top: 54px;
}

section.woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
    color: #111927;
    line-height: 28px;
    background: white !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 24px !important;
}

section.woocommerce-customer-details address {
    border: none !important;
    padding: 0 !important;
}

header.woocommerce-Address-title.title::before,
header.woocommerce-Address-title.title::after {
    display: none !important;
}

header.woocommerce-Address-title.title p {
    margin: 0;
}

header.woocommerce-Address-title.title br {
    display: none;
}

.woocommerce-Addresses .woocommerce-Address {
    border: 1px solid #eaecf0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.woocommerce-Addresses {
    margin-top: 48px;
}

/* Detalii cont */
form.woocommerce-EditAccountForm.edit-account input,
.woocommerce-MyAccount-content form input,
.woocommerce-MyAccount-content form .select2-selection {
    border-color: #d2d6db !important;
    border-radius: 8px !important;
}

form.woocommerce-EditAccountForm.edit-account br {
    display: none;
}

form.woocommerce-EditAccountForm.edit-account label,
.woocommerce-MyAccount-content form label {
    line-height: 20px;
    margin-bottom: 6px;
}

form.woocommerce-EditAccountForm.edit-account p,
.woocommerce-MyAccount-content form p {
    margin-bottom: 20px !important;
}

button.woocommerce-Button.button,
.woocommerce-MyAccount-content form button[type='submit'] {
    border-radius: 8px;
    padding: 12px 16px 10px 16px;
}

@media (max-width: 921px) {
    .woocommerce-MyAccount-content {
        margin-top: 20px;
    }
}

/* 
 * ***************** 
 * My Account End
 * *****************
 */

/* Thankyou page */
body.woocommerce-order-received .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
    border: none;
    background: white;
    padding-left: 0;
    padding-bottom: 8px;
}

body.woocommerce-order-received section.woocommerce-order-downloads {
    margin-top: 50px;
}

body.woocommerce-order-received tr.woocommerce-table__line-item.order_item .wc-item-meta {
    display: none;
}

/* Off-white bg for mobile */
@media (min-width: 1025px) {
    .bg-off-white {
        background-color: white !important;
    }
}

.box-shadow-none .elementor-element {
    box-shadow: none !important;
}

/* Header Account Dropdown */
.ast-header-account-wrap .ast-account-nav,
.ast-header-account-wrap .ast-account-nav ul {
    display: flex;
    width: 245px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #ffffff;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
    padding: 22px;
}

/* My Account Page */
.ideaconsult-account-panel .ideaconsult-account-card {
    position: relative;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #eaecf0;
    background: #f9fafb;
}

.ideaconsult-account-panel .ideaconsult-account-card__title {
    color: #111927;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.875rem;
    letter-spacing: 0;
}

.ideaconsult-account-panel .ideaconsult-account-card__description {
    color: #384250;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

@media screen and (max-width: 1023px) {
    .ideaconsult-account-panel .ideaconsult-account-card:not(:last-of-type) {
        margin-bottom: 2rem;
    }
}

.ideaconsult-account-panel .ideaconsult-account-card p {
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.ideaconsult-account-panel .ideaconsult-account-card p:has(.ideaconsult-account-card__icon) {
    margin-bottom: 1.5rem;
}

.ideaconsult-account-panel .ideaconsult-account-card p:last-of-type {
    margin-bottom: 0;
}

.ideaconsult-account-panel .ideaconsult-account-card .ideaconsult-account-card__icon {
    line-height: 1;
    background-color: #008484;
    clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.ideaconsult-account-panel .ideaconsult-account-card a.ideaconsult-account-card__more {
    color: #008484;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    display: flex;
    gap: 0.5rem;
}

.ideaconsult-account-panel .ideaconsult-account-card p:has(a.ideaconsult-account-card__more) {
    margin-top: 1.5rem;
}

.ideaconsult-account-panel .ideaconsult-account-card br {
    display: none;
}

/* My Account / Dashboard */
.ideaconsult-account-panel h2.ideaconsult-account-panel__title {
    color: #111927;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2rem;
    letter-spacing: 0;
    margin-bottom: 0.75rem;
}

.ideaconsult-account-panel p.ideaconsult-account-panel__text {
    color: #4d5761;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0;
}

.ideaconsult-account-cards {
    margin-top: 3rem;
}

@media screen and (min-width: 1024px) {
    .ideaconsult-account-cards {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }
}

body.woocommerce-account p:empty {
    display: none;
}

/* 
 * My Account Downloads
 */
.ast-orders-table__row.shop_table.shop_table_responsive.order_details {
    border: none;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
}

.ast-orders-table__row.shop_table.shop_table_responsive.order_details .ast-dl-single {
    border: 1px solid #eaecf0;
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ast-orders-table__row.shop_table.shop_table_responsive.order_details .ast-dl-single:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.ast-orders-table__row .ast-dl-single .download-file {
    text-align: left;
    padding-right: 0.5rem;
}

.ast-orders-table__cell-order-actions a,
.ast-orders-table__row .download-file a {
    white-space: unset;
}

.ast-dl-single .download-product {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5rem;
}

.ast-dl-single .download-remaining,
.ast-dl-single .download-expires {
    color: #4d5761;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
}

/** login / registration / pass reset form **/
.woocommerce .w-100 {
    width: 100%;
}

.woocommerce .text-center {
    text-align: center;
}

.lost_reset_password br,
.woocommerce-form-login br {
    display: none;
}

.woocommerce-form-login .flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.woocommerce-form-login .flex-row:before,
.woocommerce-form-login .flex-row:after {
    display: none !important;
}

.woocommerce-account:not(.logged-in) .entry-content .woocommerce {
    border: 0;
}

@media (max-width: 767px) {
    .woocommerce-account:not(.logged-in) .entry-content .woocommerce {
        padding: 32px 12px;
    }
}
