/*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-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;
}