.main-header-bar .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-woo-header-cart-info-wrap {
    display: none;
}

.main-header-bar .ast-masthead-custom-menu-items.woocommerce-custom-menu-item {
    flex-direction: row;
}

.main-header-bar .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-account,
.main-header-bar .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart {
    padding-top: 14px;
}

.main-header-bar .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-account-text {
    display: none;
}

.main-header-bar .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .account-container {
    position: relative;
    padding-right: 15px;
}

.main-header-bar .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .account-container::after {
    content: "|";
    position: absolute;
    top: -9px;
    right: 5px;
    line-height: 1;
    font-size: 22px;
    font-weight: 200;
}

.main-header-menu .ast-masthead-custom-menu-items.woocommerce-custom-menu-item a {
    color: inherit;
}

.main-header-menu .ast-masthead-custom-menu-items.woocommerce-custom-menu-item a:hover {
    color: inherit;
}

.main-header-menu .ast-masthead-custom-menu-items.woocommerce-custom-menu-item a:hover svg {
    opacity: .5;
}

.main-header-bar .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .widget_shopping_cart_content,
.main-header-bar .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .widget_shopping_cart_content a {
    color: #000;
}

/* Mobile header */
.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items.woocommerce-custom-menu-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .account-container::after {
    top: 2px;
}

.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart {
    padding-top: 8px;
}

/* Hide sidebar and make main content full width on product page */
.woocommerce #secondary,
.woocommerce-page #secondary {
    display: none !important;
}

.woocommerce #primary,
.woocommerce-page #primary {
    width: 100% !important;
    max-width: 100% !important;
}

@media (min-width: 922px) {
    .woocommerce #primary,
    .woocommerce-page #primary {
        width: 100% !important;
    }
    
    .woocommerce .ast-container,
    .woocommerce-page .ast-container {
        display: flex;
        flex-direction: column;
    }
    
    .woocommerce .ast-container #content,
    .woocommerce-page .ast-container #content {
        width: 100% !important;
    }
}

/* add to cart button */
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    font-size: 14px;
    padding: 10px 20px;
}

/* WC product filters shortcodes */

.wc-product-search-and-filters input[type="search"],
.wc-product-search-and-filters button,
.woocommerce-product-search .search-field,
.woocommerce-product-search .search-submit,
.woocommerce-product-attribute-filters select {
    height: 38px;
    padding: 8px 15px;
}

.wc-product-search-and-filters { /* container for search and filters must be added via elementor */
    display: flex;
    gap: 25px;
    align-items: center;
    padding-bottom: 25px
}

.woocommerce-product-search {
    margin-bottom: 0;
}

.woocommerce-product-search .search-form {
    display: flex;
    gap: 10px;
}

.woocommerce-product-search .search-field {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.woocommerce-product-search .search-submit {
    padding: 0;
    margin: 0;
    background-color: #c59b37;
    border-color: #c59b37;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 38px;
    min-width: 38px;
    height: 38px;
}

.woocommerce-product-search .search-submit:hover {
    background-color: #010080;
    border-color: #010080;
}

.woocommerce-product-attribute-filters {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.woocommerce-product-attribute-filters .widget {
    margin-bottom: 0;
}

.woocommerce-product-attribute-filters .widgettitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.woocommerce-product-attribute-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-product-attribute-filters ul li {
    margin-bottom: 8px;
}

.woocommerce-product-attribute-filters ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 0;
}

.woocommerce-product-attribute-filters ul li a:hover {
    color: #0073aa;
}

.woocommerce-product-attribute-filters ul li.chosen a {
    font-weight: 600;
    color: #0073aa;
}

@media (max-width: 921px) {
    .wc-product-search-and-filters {
        display: block;
    }
    .woocommerce-product-search,
    .woocommerce-product-search .search-form,
    .woocommerce-product-search .search-form label {
        width: 100%;
    }
    .woocommerce-product-attribute-filters {
        width: 100%;
        display: block;
    }
    .woocommerce-product-search {
        margin-bottom: 16px;
    }
    .woocommerce-product-attribute-filters .widgettitle {
        margin-bottom: 8px;
    }
    .woocommerce-product-attribute-filters .widget {
        margin-bottom: 12px;
    }
    .woocommerce-product-attribute-filters select {
        width: 100%;
    }
}
