@import '_content/StatefulReconnection/StatefulReconnection.bundle.scp.css';

/* _content/WebApp/Components/Layout/CartMenu.razor.rz.scp.css */
.cart-badge[b-cvup7t0hdi] {
    display: flex;
    padding: 0.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    position: absolute;
    right: -0.5rem;
    top: 1rem;
    border-radius: 20px;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.25rem;
}
/* _content/WebApp/Components/Layout/HeaderBar.razor.rz.scp.css */
/*.eshop-header {
    position: relative;
    max-width: 120rem;
    margin: auto;
}

.eshop-header.home .eshop-header-container {
    height: 38rem;
    margin-bottom: 0;
}

.eshop-header .eshop-header-container {
    height: 15rem;
    margin-bottom: 4rem;
}

.eshop-header-hero {
    overflow: hidden;
    position: absolute;
    max-width: 100%;
    left: 0;
    top: 0;
}

.eshop-header-container {
    position: relative;
    margin: auto;
    margin: 0 10rem;
}

.eshop-header-intro {
    position: absolute;
    max-width: 48rem;
    bottom: 3rem;
    white-space: nowrap;
}

.eshop-header-intro h1 {
    color: #000;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.eshop-header-intro p {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin: 0;
}

.eshop-header .logo-header {
    color: black;
    margin-right: auto;
}

.eshop-header-navbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.25rem;
    gap: 1.5rem;
}

@media only screen and (max-width: 480px) { 
    .eshop-header-hero {
        height: 18rem;
    }

    .eshop-header-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .eshop-header .eshop-header-container {
        height: 15rem;
        margin-bottom: 4rem;
    }

    .eshop-header-container {
        margin: 0 1rem;
    }

    .eshop-header.home .eshop-header-container {
        height: 18rem;
        margin: 0 1rem;
    }

    .eshop-header-intro {
        white-space: wrap;
        bottom: 0;
    }

    .eshop-header-intro h1 {
        font-size: 2rem;
    }
    
    .eshop-header-intro p {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .eshop-header.home .eshop-header-hero {
        height: 24rem;
    }

    .eshop-header .eshop-header-hero {
        height: 15rem;
    }

    .eshop-header-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .eshop-header-container {
        margin: 0 1rem;
        margin: 0 3rem;
    }

    .eshop-header.home .eshop-header-container {
        height: 24rem;
        margin: 0 3rem;
    }

    .eshop-header-intro {
        white-space: wrap;
    }

    .eshop-header-intro h1 {
        font-size: 2rem;
    }
    
    .eshop-header-intro p {
        font-size: 1.5rem;
    }
}*/
/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fq3qcrodmt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fq3qcrodmt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Layout/UserMenu.razor.rz.scp.css */
/*.dropdown-menu {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 8rem;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-item {
    padding: 0.75rem 1rem;
    text-decoration: none;
    display: block;
    color: #000;
}

.dropdown-item:hover {
    background-color: #ddd;
}

.dropdown-menu:hover .dropdown-content {
    display: block;
}

.dropdown-item button {
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 100%;
    padding: 0;
    text-align: left;
}
*/

.btn-logout[b-76h2upmpzx] {
    width: 100%;
    padding: 3px 20px !important;
    text-align: left !important;
}
/* _content/WebApp/Components/Pages/Backoffice/Orders/PickupOnBakingChange.razor.rz.scp.css */
.cart-badge[b-znna75zw6n] {
    display: flex;
    padding: 0.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    position: absolute;
    right: -0.5rem;
    top: 1rem;
    border-radius: 20px;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.25rem;
}
/* _content/WebApp/Components/Pages/Backoffice/Product/CreateOrModify.razor.rz.scp.css */
#ddUpload .rz-fileupload-buttonbar .rz-fileupload-choose[b-zribvje8mo] {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 100px 0;
    border-radius: 0;
}
/* _content/WebApp/Components/Pages/Catalog/Catalog.razor.rz.scp.css */
.catalog[b-ndu1y05vtn] {
    display: flex;
    gap: 6rem;
}

.catalog .catalog-filter[b-ndu1y05vtn] {
    flex-grow: 1;
    min-width: 14rem;
}

.catalog .catalog-filter .catalog-filter-header[b-ndu1y05vtn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 0.7rem;
}

.catalog .catalog-filter .filter-reset[b-ndu1y05vtn] {
    margin-left: auto;
}

.catalog .catalog-filter .filter-reset:hover[b-ndu1y05vtn] {
    cursor: pointer;
}

.catalog .catalog-filter .filter-badge[b-ndu1y05vtn] {
    background: #000;
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalog .catalog-filter-group h3[b-ndu1y05vtn] {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
}

.catalog .catalog-filter-group .catalog-filter-group-tags[b-ndu1y05vtn] {
    border-top: 1px solid #404040;
    display: flex;
    padding: 0.75rem 0;
    align-items: center;
    align-content: center;
    gap: 0.25rem;
    align-self: stretch;
    flex-wrap: wrap;
}

.catalog-filter-group-tags .catalog-filter-tag[b-ndu1y05vtn] {
    display: flex;
    padding: 0.5rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    border-radius: 1.25rem;
    color: #404040;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.catalog-filter-group-tags .catalog-filter-tag:hover[b-ndu1y05vtn] {
    cursor: pointer;
}

.catalog-filter-group-tags .catalog-filter-tag.active[b-ndu1y05vtn] {
    background: #000;
    color: #FFF;
}

.catalog .catalog-items[b-ndu1y05vtn] {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 2.5rem;
    flex-wrap: wrap;
    flex-grow: 1;
}

.page-links[b-ndu1y05vtn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

[b-ndu1y05vtn] a {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #F7F7F7;
    color: #000;
    text-decoration: none;
}

.page-links[b-ndu1y05vtn]  a.active-page {
    color: #F7F7F7;
    background-color: #000;
}


@media only screen and (max-width: 480px) { 
    .catalog[b-ndu1y05vtn] {
        padding: 0 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .page-links[b-ndu1y05vtn] {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .catalog[b-ndu1y05vtn] {
        padding: 0 3rem;
        flex-direction: column;
        gap: 1.5rem;
    }

    .page-links[b-ndu1y05vtn] {
        flex-wrap: wrap;
    }
}
/* _content/WebApp/Components/Pages/Catalog/CatalogSearch.razor.rz.scp.css */
.catalog-search[b-5edj4hu773] {
  flex-shrink: 0;
  width: 14rem;
}

.catalog-search .catalog-search-header[b-5edj4hu773] {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 0.7rem;
}

.catalog-search .search-badge[b-5edj4hu773] {
  background: #000;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.catalog-search-group h3[b-5edj4hu773] {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

.catalog-search-group .catalog-search-group-tags[b-5edj4hu773] {
  border-top: 1px solid #404040;
  display: flex;
  padding: 0.75rem 0;
  align-items: center;
  align-content: center;
  gap: 0.25rem;
  align-self: stretch;
  flex-wrap: wrap;
  min-width: 12rem;
}

.catalog-search-tag[b-5edj4hu773] {
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 1.25rem;
  color: #404040;
  font-family: 'Open Sans';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.catalog-search-tag:hover[b-5edj4hu773] {
    cursor: pointer;
    background: #ddd;
}

.catalog-search-tag.active[b-5edj4hu773] {
  background: #000;
  color: #FFF;
}

.catalog-search.button[b-5edj4hu773] {
  width: 100%;
  margin-top: 1rem;
}

@media only screen and (max-width: 480px) { 
  .catalog-search[b-5edj4hu773] {
      width: 100%;
  }

  .catalog-search .catalog-search-header[b-5edj4hu773] {
    display: none;
  }

  .catalog-search-group .catalog-search-group-tags[b-5edj4hu773] {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
  .catalog-search[b-5edj4hu773] {
    width: 100%;
  }

  .catalog-search-types[b-5edj4hu773] {
    display: flex;
    gap: 3rem;
  }

  .catalog-search-group[b-5edj4hu773] {
    flex-basis: calc(50% - 3rem);
  }

  .catalog-search-group .catalog-search-group-tags[b-5edj4hu773] {
    justify-content: space-between;
  }
}
/* _content/WebApp/Components/Pages/Checkout/Swish.razor.rz.scp.css */
.orders[b-eau0dme1qp] {
    padding: 0 10rem;
}

.orders-item[b-eau0dme1qp] {
    display: flex;
    padding-bottom: 0;
    align-items: center;
    gap: 1.75rem;
    align-self: stretch;
}

.orders-item > div[b-eau0dme1qp] {
    flex: 1 0 0;
}

.orders-item[b-eau0dme1qp] {
    padding: 1rem 0;
    border-bottom: 1px solid #D2D2D2;
}

.orders-header[b-eau0dme1qp] {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
}

.total-header[b-eau0dme1qp] {
    text-align: right;
}

.order-total[b-eau0dme1qp] {
    color: #000;
    text-align: right;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.order-status .status[b-eau0dme1qp] {
    border-radius: 1.25rem;
    border: 1px solid #A3A3A3;
    color: #A3A3A3;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
}

.order-status .status.cancelled[b-eau0dme1qp] {
    color: #FF4E4E;
    border: 1px solid #FF4E4E;
}

.order-status .status.paid[b-eau0dme1qp] {
    color: #2A9E01;
    border: 1px solid #2A9E01;
}

@media only screen and (max-width: 480px) { 
    .orders[b-eau0dme1qp] {
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .orders[b-eau0dme1qp] {
        padding: 0 3rem;
    }    
}
/* _content/WebApp/Components/Pages/User/Orders.razor.rz.scp.css */
/*.orders {
    padding: 0 10rem;
}

.orders-item {
    display: flex;
    padding-bottom: 0;
    align-items: center;
    gap: 1.75rem;
    align-self: stretch;
}

.orders-item > div {
    flex: 1 0 0;
}

.orders-item {
    padding: 1rem 0;
    border-bottom: 1px solid #D2D2D2;
}

.orders-header {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
}

.total-header {
    text-align: right;
}

.order-total {
    color: #000;
    text-align: right;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}*/

.order-status .status[b-wj5xq5xnn5] {
    border-radius: 1.25rem;
    border: 1px solid #A3A3A3;
    color: #A3A3A3;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
}

.order-status .status.cancelled[b-wj5xq5xnn5] {
    color: #FF4E4E;
    border: 1px solid #FF4E4E;
}

.order-status .status.paid[b-wj5xq5xnn5] {
    color: #2A9E01;
    border: 1px solid #2A9E01;
}

/*@media only screen and (max-width: 480px) { 
    .orders {
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .orders {
        padding: 0 3rem;
    }    
}*/
