.notice {
  background-color: var(--slgrey);
  padding: 14px;
}

.page-header {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.02px;
  border-bottom: 2px solid var(--lgrey);
  padding-bottom: 20px;
}

.page-header .logos img {
  margin: 0 10px;
}

.main.products {
  padding-bottom: 74px;
  
}

.products
{
    margin-left:1px;
    margin-right:1px;
}

.main.products .pagination {
  padding-top: 20px;
}

.main.products .filter-container {
  padding: 16px;
  border: 0;
  border-top: 1px solid var(--lgrey);
  /* padding-bottom: 30px; */
}

.main.main.products .filter-container .filter-title {
  /* margin-bottom: 16px; */
}

.filters .filters-title {
  padding: 16px 32px;
  background-color: var(--lblue);
  border-radius: 50px;
  margin: 0 auto;
}

.filters .filters-title p {
  color: var(--grey);
}

.filters .filters-title img {
  margin-right: 16px;
}

.filters .accordion {
  padding-top: 45px;
}

.accordion-button {
  padding: 0;
  border: none !important;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  justify-content: space-between;
}

.accordion-button::after {
  display: none;
}

.accordion-button .open {
  display: none;
}

.accordion-button .close {
  display: block;
}

.accordion-button.collapsed .open {
  display: block;
}

.accordion-button.collapsed .close {
  display: none;
}

.accordion-collapse {
  /* padding-bottom: 16px;
  padding-top: 16px; */
  margin-top: 16px;
}

.price-collapse {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.form-check {
  display: flex;
  justify-content: flex-end;
}

.form-check-input {
  background-color: var(--lgrey) !important;
  border-color: var(--lgrey) !important; 
  width: 32px !important;
  height: 20px !important;
  cursor: pointer;
  background-image: url('../Images/switch-circle-off.svg') !important;
}

.form-check-input:checked {
  background-image: url('../Images/switch-circle.svg') !important;
}

.form-check-input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none;
}
/*
.discount-placeholder {
    position: absolute;
    bottom: 6px;
    right: 0px;
    z-index: 15;
    background-color: #ffa800;
    padding: 2px 20px;
    border-radius: 16px 0px 0px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;   
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}*/

a[data-shop-mode="kiosk"]
{
    width:33.3333%;
}

.main[data-shop-mode="kiosk"] .d-flex{
    display:block!important;
} 

.main[data-shop-mode="kiosk"] .text-end{
    text-align:left!important;
} 

.main[data-shop-mode="kiosk"] .price-holder{
    margin-top:0.5em!important;
} 



@media screen and (min-width: 768px) {
  .page-header {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.02px;
    border-bottom: 2px solid var(--lgrey);
    padding-bottom: 40px;
  }

  .filters .filters-title {
    background-color: transparent;
    margin: 0 auto;
  }
  
  .filters .filter-title p {
    color: var(--mdark);
  }

  .filters .accordion {
    padding-top: 0;
  }

  .sticky-md-top
  {
      z-index:2;
  }

    .products {
        margin-left:0px;
        margin-right:0px;
    }
}

