/*auth form shortcode*/
.erp-price-reporter-shortcode-form-auth-wrap {
    max-width: 460px;
    width: 100%;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 35px 50px;
}
.erp-price-reporter-shortcode-form-auth {
    display: none;
}
.erp-price-reporter-shortcode-form-auth.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.erp-price-reporter-shortcode-form-auth > h2 {
    text-align: center;
    margin: 0;
}
/*auth form shortcode*/


.erp-price-reporter-form-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.erp-price-reporter-page-category--filters-departments-group,
.erp-price-reporter-page-category--filters-categories-group,
.erp-price-reporter-page-category--filters-subcategories-group {
    max-height: 250px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.erp-price-reporter-page-category--filters-departments-group .hide-item,
.erp-price-reporter-page-category--filters-categories-group .hide-item,
.erp-price-reporter-page-category--filters-subcategories-group .hide-item {
    display: none;
}
.erp-price-reporter-form-group.erp-price-reporter-category label,
.erp-price-reporter-form-group.erp-price-reporter-subcategory label,
.erp-price-reporter-form-group.erp-price-reporter-department label {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.erp-price-reporter-form-group.erp-price-reporter-category label input,
.erp-price-reporter-form-group.erp-price-reporter-subcategory label input,
.erp-price-reporter-form-group.erp-price-reporter-department label input {
    min-width: 18px;
}
.erp-price-reporter-form button[type=submit] {
    cursor: pointer;
}
.submit-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*cart page/shortcode*/
.erp-price-reporter-shortcode-cart-wrap .cart-with-products {
    display: flex;
    gap: 60px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products {
    flex: 1;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary {
    min-width: 412px;
    width: 412px;
}
.erp-price-reporter-shortcode-cart-wrap  .cart-item {
    display: flex;
    gap: 16px;
}
.erp-price-reporter-shortcode-cart-wrap .product-image {
    max-width: 166px;
    max-height: 140px;
    display: flex;
}
.erp-price-reporter-shortcode-cart-wrap .product-image a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.erp-price-reporter-shortcode-cart-wrap .product-image img {
    max-height: 100%;
}

.erp-price-reporter-shortcode-categories-list .erp-price-reporter-shortcode-categories-list--item {
    margin-bottom: 120px;
}

.erp-price-reporter-shortcode-categories-list .erp-price-reporter-shortcode-categories-list--subcategories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}