/*  Startpage essentials  */

body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.main-container {
    padding: 31px 0 48px;
}

@media (max-width: 767px) {
    .main-container {   
        padding: 16px 0 32px;
    }
    .search-and-categories-col-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.inner-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0;
    margin-bottom: 0;
    padding: 32px;
    overflow: hidden;
}

.inner-box.search-and-categories-container {
    padding-bottom: 22px;
}

@media (max-width: 767px) {
  .inner-box {
    padding: 16px;
  }
  .inner-box.search-and-categories-container {
    padding-bottom: 6px;
  }
}

.search-row {
    margin: 0 auto 24px;
}

h2.title-2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
}

h2.title-2 a {
    color: #333;
    text-decoration: none;
}

h2.title-2 a:focus, 
h2.title-2 a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
    border-radius: 3px;
}



/*  Startpage header specific  */









/*  Overall styles for categories and locations  */

.search-container .form-control.search-input,
.search-container select.form-select {
    border-color: #747681;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}

.search-container select.form-select {
  width: 35%;
}

.category-headline-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    font-size: 16px;
    font-weight: 500;
}

 .category-headline-container .all-categories-link:focus,
 .category-headline-container .all-categories-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
    border-radius: 3px;
}

@media (min-width: 768px) {
    .category-headline-container .all-categories-link {
        display: none;
    }
}

.search-and-categories-container h2.title-2 {
    text-align: left;
    color: #333333;  
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .search-and-categories-container h2.title-2 {
        margin-bottom: 18px;
    }
}

.search-and-categories-container .cat-list {
  /*display: flex;
  flex-direction: row;
  flex-wrap: wrap;*/
  position: relative;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  text-align: left;
  vertical-align: middle;
}

.search-and-categories-container .cat-list.active::after {
  content: "";
  background-color: transparent;
  width: 2px;
  height: 20px;
  left: 50%;
  margin-left: -6px;
  bottom: -40px;
  position: absolute;
} 

@media (max-width: 767px) {
  .search-and-categories-container .cat-list.active::after {
    display: none;
  }
}

.search-and-categories-container .frontpage-cat-grid .cat-list a {
  border-radius: 8px;
  line-height: 16px;
  color: #333; 
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.search-and-categories-container .frontpage-cat-grid .cat-list a:hover {
  color: #2E2F33;
  background-color: #f2f2f3;
  text-decoration: none;
}

@media (max-width: 767px) {
  .search-and-categories-container .frontpage-cat-grid .cat-list a {
    font-size: 12px;
    gap: 8px;
  }
}

.search-and-categories-container .cat-list a .cat-icon {
  display: block;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  transition: all 0.2s ease-out;
}

.search-and-categories-container .cat-list a:hover .cat-icon {
  transition: all 0.2s ease-out;
}

.category-container.for-desktop.mb-4 {
  margin-bottom: 32px !important;
}
.category-container.for-desktop {
  display: block;
}
.category-container.for-mobile {
  display: none;
}


@media (max-width: 767px) {
  .category-container.for-desktop {
    display: none !important;
  }
  .category-container.for-mobile {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .category-container.for-mobile > .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}



/* Colors 1-6 */

.cat-color-1 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-1.active::after {
  background-color: hsla(150, 57%, 75%, 1);
}
.frontpage-subcat-grid.cat-color-1 {
  border: 2px solid hsla(150, 57%, 75%, 1);
}
.cat-color-1 a:hover .cat-icon {
  background-color: hsla(150, 57%, 79%, 1);
}

.cat-color-2 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-2.active::after {
  background-color: hsla(221, 100%, 88%, 1);
}
.frontpage-subcat-grid.cat-color-2 {
  border: 2px solid hsla(221, 100%, 88%, 1);
}
.cat-color-2 a:hover .cat-icon {
  background-color: hsla(221, 100%, 92%, 1);
}

.cat-color-3 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-3.active::after {
  background-color: hsla(33, 100%, 82%, 1);
}
.frontpage-subcat-grid.cat-color-3 {
  border: 2px solid hsla(33, 100%, 82%, 1);
}
.cat-color-3 a:hover .cat-icon {
  background-color: hsla(33, 100%, 86%, 1);
}

.cat-color-4 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-4.active::after {
  background-color: hsla(259, 100%, 91%, 1);
}
.frontpage-subcat-grid.cat-color-4 {
  border: 2px solid hsla(259, 100%, 91%, 1);
}
.cat-color-4 a:hover .cat-icon {
  background-color: hsla(259, 100%, 95%, 1);
}

.cat-color-5 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-5.active::after {
  background-color: hsla(338, 100%, 87%, 1);
}
.frontpage-subcat-grid.cat-color-5 {
  border: 2px solid hsla(338, 100%, 87%, 1);
}
.cat-color-5 a:hover .cat-icon {
  background-color: hsla(338, 100%, 91%, 1);
}

.cat-color-6 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-6.active::after {
  background-color: hsla(48, 100%, 75%, 1);
}
.frontpage-subcat-grid.cat-color-6 {
  border: 2px solid hsla(48, 100%, 75%, 1);
}
.cat-color-6 a:hover .cat-icon {
  background-color: hsla(48, 100%, 79%, 1);
}


/* Colors 7-12 */

.cat-color-7 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-7.active::after {
  background-color: hsla(170, 64%, 69%, 1);
}
.frontpage-subcat-grid.cat-color-7 {
  border: 2px solid hsla(170, 64%, 69%, 1);
}
.cat-color-7 a:hover .cat-icon {
  background-color: hsla(170, 64%, 73%, 1);
}

.cat-color-8 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-8.active::after {
  background-color: hsla(202, 100%, 87%, 1);
}
.frontpage-subcat-grid.cat-color-8 {
  border: 2px solid hsla(202, 100%, 87%, 1);
}
.cat-color-8 a:hover .cat-icon {
  background-color: hsla(202, 100%, 91%, 1);
}

.cat-color-9 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-9.active::after {
  background-color: hsla(259, 100%, 91%, 1);
}
.frontpage-subcat-grid.cat-color-9 {
  border: 2px solid hsla(259, 100%, 91%, 1);
}
.cat-color-9 a:hover .cat-icon {
  background-color: hsla(259, 100%, 95%, 1);
}

.cat-color-10 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-10.active::after {
  background-color: hsla(221, 100%, 88%, 1);
}
.frontpage-subcat-grid.cat-color-10 {
  border: 2px solid hsla(221, 100%, 88%, 1);
}
.cat-color-10 a:hover .cat-icon {
  background-color: hsla(221, 100%, 92%, 1);
}

.cat-color-11 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-11.active::after {
  background-color: hsla(169, 64%, 81%, 1);
}
.frontpage-subcat-grid.cat-color-11 {
  border: 2px solid hsla(169, 64%, 81%, 1);
}
.cat-color-11 a:hover .cat-icon {
  background-color: hsla(169, 64%, 85%, 1);
}

.cat-color-12 a .cat-icon,
.search-and-categories-container .cat-list.cat-color-12.active::after {
  background-color: hsla(250, 41%, 89%, 1);
}
.frontpage-subcat-grid.cat-color-12 {
  border: 2px solid hsla(250, 41%, 89%, 1);
}
.cat-color-12 a:hover .cat-icon {
  background-color: hsla(250, 41%, 93%, 1);
}



.search-and-categories-container .cat-list a img {
  display: block;
  margin: 0 auto 5px;
  width: 64px !important;
  height: 64px !important;
} 

.search-and-categories-container .cat-list .count {
  
}

.search-container {
    background-color: #F8EDE6;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 32px;
}

.search-container form {
    display: flex;
    gap: 8px;
    margin: auto;
}



.search-container form input[type="text"] {
    height: auto;
    font-size: 14px;
    padding: 10px 10px 10px 40px;
    background: url("/templates/soov/assets/img/search.svg") 16px center no-repeat #fff;
    background-size: 16px 16px;
    border-radius: 6px;
    flex-grow: 2;
}

@media (max-width: 767px) {
  .search-container form input[type="text"] {
    background: url("/templates/soov/assets/img/search-2.svg") 10px center no-repeat #fff;
    background-size: 24px 24px;
  }
}

.search-container form input[type="text"]::placeholder {
    color: #747681;
}

.search-container form button.btn-search  {
    height: auto;
    font-size: 16px;
    padding-left: 20px; 
    padding-right: 20px;
    border-radius: 8px;
    white-space: nowrap;
}
.search-container form button.btn-search img {
    margin: -2px 8px 0 -2px;
    margin-top: -2px;
}

@media (max-width: 767px) {
  .search-container {
    background-color: transparent;
    padding: 0;
    margin-bottom: 24px;
  }
  .search-container form select  { 
    display: none;
  }
  .search-container form button.btn-search img {
    display: none;
  }
}


/*  SWIPER  */


  .categories {
    /*overflow: hidden;*/ /* Prevents unwanted overflow */
  }

  .swiper-slide {
    height: auto;
    box-sizing: border-box;
    text-align: center;
    width: auto !important;
    margin-bottom: 8px;
  }

  /* Optional: Hide scrollbar on mobile for cleaner look */
  .swiper::-webkit-scrollbar {
    display: none;
  }

  /* Add this for better performance */
  .swiper-wrapper {
    transition-timing-function: linear; /* Smooth linear for freeMode */
  }
	



/*  Frontpage category grid  */

.frontpage-cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  font-size: 14px;
  gap: 32px;
  border-bottom: none;
  margin-bottom: 40px;
}

.category-content {
  margin-bottom: 32px;
}

.category-content .frontpage-cat-grid .cat-list {
    width: 100%;
    height: 100%;
    min-width: 80px;
}

.category-content .frontpage-cat-grid .cat-list a .cat-name {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.category-content .frontpage-cat-grid .cat-list a:hover,
.category-content .frontpage-cat-grid .cat-list a:active {
    border-color: #B73434;
    background-color: transparent;
}

.category-content .frontpage-cat-grid .cat-list a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
}

@media (max-width: 991px) {
  .category-content .frontpage-cat-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .category-content .frontpage-cat-grid .cat-list a {
    
  }
}

@media (max-width: 767px) {
  .category-content {
    margin-bottom: 8px;
    overflow: visible !important;
  }
  .category-content .frontpage-cat-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin-bottom: 8px !important; /* override default margin-bottom (mb-2) on mobile */
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding-left: 16px;
  }
  .category-content .frontpage-cat-grid .cat-list {
    width: 142px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }
  .category-content .frontpage-cat-grid .cat-list a .cat-name {
    font-size: 12px !important;
    line-height: 16px;
  }
}

@media (max-width: 430px) {
  .category-content .frontpage-cat-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch; 
  }

  .category-content .frontpage-cat-grid .cat-list {
    border: none;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
  }

  .category-content .frontpage-cat-grid .cat-list a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1.3;
    gap: 8px;
  }

  .category-content .frontpage-cat-grid .cat-list a img {
    display: block;
    margin: 0 auto 7px;
    width: 24px;
  }

  .category-content .frontpage-cat-grid .cat-list .count {
    /*display: block;*/
  }
}


/* Frontpage subcat grid */

.frontpage-subcat-grid { 
  border: 2px solid transparent; 
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-radius: 8px;
  margin: 20px 0 40px !important;
} 

@media (max-width: 767px) {
    .frontpage-subcat-grid { 
      display: none;
    }
}

.frontpage-subcat-grid .subcat-grid-headline {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  border-bottom: 1px solid #E4E5E7;
  padding-bottom: 16px;
}

.frontpage-subcat-grid .subcat-grid-headline h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.frontpage-subcat-grid .subcat-grid-headline .subcat-see-all {
  color: #0066cc;
  text-decoration: none;
  border-radius: 3px;
}

.frontpage-subcat-grid .subcat-grid-headline .subcat-see-all:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
}

.frontpage-subcat-grid .subcat-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.frontpage-subcat-grid .subcat-list li {
  
}

.frontpage-subcat-grid .subcat-list li a {
  color: #262730;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 3px;
}

.frontpage-subcat-grid .subcat-list li a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/templates/soov/assets/img/subcat-arrow.svg") center center;
  background-repeat: no-repeat;
  background-size: 8px 13px;
  margin-right: 8px;
}

.frontpage-subcat-grid .subcat-list li a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
}

/*  Read more list  */
.see-more-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: baseline;    
    gap: 8px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    min-height: 32px;
}

@media (max-width: 767px) {
    .see-more-list {
        min-height: 0;
    }
    .see-more-headline {
        flex-basis: 100%;
    }
}

.see-more-headline h2 {
    font-size: 16px; 
    line-height: 20px;
    font-weight: bold; 
    padding-bottom: 0;
    margin-bottom: 0;
}

.see-more-list li {
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
}

.see-more-list li a {
    color: #2859C5;
    font-weight: 500;
    text-decoration: underline;
    word-wrap: break-word;
    border-radius: 2px;
}

.see-more-list li a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
}

/*  Locations  */

.category-content .locations-wrapper {
  padding: 2rem 0 18px;
}

.locations-wrapper h2.locations-headline { 
  font-size: 16px; 
  font-family: Roboto, sans-serif; 
  font-weight: bold; 
  margin-bottom: 12px;
}

.locations-wrapper .cat-list {
    padding-left: 0;
}

.locations-wrapper .cat-list.for-desktop {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style-type: none;
    padding-left: 0;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 0;
    justify-content: flex-start;
}

.locations-wrapper .swiper-slide a {
  display: inline-block;
  background-color: #F2F2F3;
  color: #46474E;
  border: 1px solid #F2F2F3;
  border-radius: 3px;
  padding: 7px 13px;
  text-decoration: none;
}

.locations-wrapper .swiper-slide a:hover,
.locations-wrapper .swiper-slide a:active {
    border-color: #C7C7CC;
}

.locations-wrapper .swiper-slide a:focus,
.locations-wrapper .swiper-slide a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
}

.locations-wrapper .splide {
  margin: 0 -16px !important;
}

.locations-wrapper .splide ul li:first-child {
  padding-left: 16px;
}

.locations-wrapper .splide ul li:last-child {
  padding-right: 16px;
}

.locations-wrapper .splide ul li {
  padding-right: 8px;
}

.swiper.locations {
  overflow: visible !important; 
}

@media (min-width:768px) {
  .locations-wrapper .swiper-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .swiper.locations {
    margin-left: -16px !important; /* for slider reaches the edge of the screen */
    margin-right: -16px !important; /* for slider reaches the edge of the screen */
    padding-left: 16px !important; /* for default padding at the beginning */
    padding-right: 16px !important; /* for default padding at the end */
  }
}

/*  Add new  */
.cat-add-new {
    text-align: center;
    border-top: 1px solid #E4E5E7;
}

.cat-add-new a.btn {
    padding: 16px 28px !important;
    font-size: 18px;
    line-height: 18px;  
    margin: unset;
    max-width: 100%;
    width: 328px;
    border-radius: 8px;
}

.cat-add-new a.btn img {
    height: 20px;
    width: 20px;
    margin-right: 12px;
    margin-top: -2px;
}

@media (max-width:767px) {
  .cat-add-new a.btn {
    width: 100%;
  }
}

.last-items-block .inner-box {
  background-color: #eeeeee;
  padding: 0px;
  overflow: visible;
}

.last-items-block .last-items-sub-block { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 16px; 
  justify-content: space-between; 
}





/* =============================================================== */
/* PAGE INFO
/* =============================================================== */

.page-info {
  width: 100%;
  min-height: 94px;

}
/* Page Info */
.page-info {
  color: #fff;
  padding: 60px 0;
}

.page-info i {
  color: #fff;
  font-size: 40px;
  display: block;
}

.page-info h3 {
  padding: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.iconbox-wrap {
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  height: auto;
  min-height: 40px;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

.iconbox {
  display: table-row;
}

.iconbox-wrap-icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.iconbox-wrap-icon .icon {
  height: 60px !important;
  line-height: 60px !important;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle !important;
  width: 60px !important;
  color: #fff;
}

.iconbox-wrap-content {
  display: table-cell;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}
.iconbox-wrap-content a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
}
.iconbox-wrap-content a:hover {
  color: #D32222;
}
.iconbox-wrap-content a:focus,
.iconbox-wrap-content a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
}
.iconbox h5 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.iconbox-wrap-text {
  color: #aaa;
  font-family: "Roboto";
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width:767px) {
  .iconbox-wrap-icon {
    display: block;
    float: left;
    max-width: 80px;
  }

  .iconbox-wrap-content {
    display: block;
    float: left;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
  }
}



/* page-bottom-info */

.page-bottom-info {
  color: #fff;
  background: #e64b4b;
}

.page-bottom-info-inner {
  background-size: cover;
  padding: 75px 0;
}

.page-bottom-info-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-bottom-info-content h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
}

@media (max-width:767px) {
    .page-bottom-info-content h1 {
        font-size: 24px;
        line-height: 25px;
        padding-bottom: 15px;
    }
}

.page-bottom-info-content h1 a {
	color: #fff;
	text-decoration: none;
    border-radius: 2px;
}
.page-bottom-info-content h1 a:focus,
.page-bottom-info-content h1 a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
}

.page-bottom-info-content h1 + a {
	color: #fff;
	text-decoration: none;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
}

.color50 {
  opacity: 0.5;
}

@media (max-width:991px) {
  .page-bottom-info-content {
    max-width: 96%;
  }
}


.ad-id {
  display: none;
}

/* =============================================================== */
/* POPUP
/* =============================================================== */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 5000;
}

.popup {
  position: fixed;
  width: 30%;
  min-width: 260px;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5001;
  background: #fff;
}

.popup .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.popup.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.popup .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.popup .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.popup .panel-body {
    padding: 15px;
}
.popup .panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}
.popup .panel-body:after {
    clear: both;
}
.popup .form-group {
    margin-bottom: 15px;
}
.popup .collapse.in {
  display: block; 
}
.popup .btn-block {
    display: block;
    width: 100%;
}
.popup .btn-success,
.popup .btn-success:hover,
.popup .btn-success:active {
    background-color: #2ECC71;
    color: #FFFFFF;
    border: none;
}
.popup h3 {
    font-size: 20px;
    line-height: 24px;
}

/*   MOBILE "See all" MENU   */


/* RESET STYLES & HELPER CLASSES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.mobile-category-menu {
  display: none; 
  z-index: 2;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  font-size: 16px;
  color: #333;
}


.mobile-category-menu.is-visible { 
  display: block; 
  position: fixed; 
}

.mobile-category-menu * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.mobile-category-menu ul {
	list-style: none;
}

.mobile-category-menu button {

}

.mobile-category-menu button.toggle-menu {
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: #B73434;
  border: none;
  background-color: transparent;
  gap: 8px;
  padding: 16px;
}

.mobile-category-menu button.toggle-menu::after {
  content: "";
  display: inline-block;
  background: url(/templates/soov/assets/img/close.svg) center center no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
}

.mobile-category-menu a {
	color: #333;
  text-decoration: none;
}

.mobile-category-menu button,
.mobile-category-menu a {
	/*color: inherit;*/
}



/* HEADER STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.mobile-category-menu {
	width: 100%;
	margin: 0 auto;
  /*border: 1px solid red*/
}

.mobile-category-menu .header-bar {
  position: relative;
  display: flex;
	justify-content: flex-end;
  width: 100%;
	height: 56px;
	padding: 0;
  z-index: 1;
  /*border: 1px dashed purple;*/
}

.mobile-category-menu .menu-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  /*border: 1px dashed orange;*/
}

.mobile-category-menu .search-container {
  margin-top: 56px;
  padding: 0 16px 16px;
  border-radius: 0;
  pointer-events: all;
  background: #fff;
}

.mobile-category-menu .search-container .form-control.search-input {
  
}

.mobile-category-menu .menu-wrapper {
	display: none;
	width: 100%;
	height: calc(100vh - 112px);
	overflow: visible;
  pointer-events: all;
  /*border: 1px solid green;*/
}

.mobile-category-menu .menu-wrapper.is-visible {
	display: block;
}

.mobile-category-menu .list-wrapper {
	height: 100%;
	padding: 0;
  background: #fff; 
}

.mobile-category-menu .list-wrapper:nth-child(2),
.mobile-category-menu .list-wrapper:nth-child(3) {
	position: absolute;
	top: 114px;
	left: 0;
	right: 0;
	transform: translateX(100%);
	backface-visibility: hidden;
	transition: transform 0.3s;
  /*border-top: 1px solid red;*/
}

.mobile-category-menu .list-wrapper:nth-child(2) .back-one-level,
.mobile-category-menu .list-wrapper:nth-child(3) .back-one-level {
  opacity: 0;
  transition: opacity 0.1s;
}

.mobile-category-menu .list-wrapper:nth-child(2).is-visible,
.mobile-category-menu .list-wrapper:nth-child(3).is-visible {
	transform: none;
}

.mobile-category-menu .list-wrapper:nth-child(2).is-visible .back-one-level,
.mobile-category-menu .list-wrapper:nth-child(3).is-visible .back-one-level {
  opacity: 1;
  transition: opacity 0.2s 0.2s;
}

.mobile-category-menu .list-wrapper:nth-child(1) > ul > li > .sub-menu,
.mobile-category-menu .list-wrapper:nth-child(2) .level-3 {
	display: none;
}

.mobile-category-menu .list-wrapper ul.menu { /* level 1 */
  margin: 0 0 32px;
  height: calc(100dvh - 112px);
  overflow-y: scroll;
}

.mobile-category-menu .list-wrapper ul li {
  display: flex;
  justify-content: flex-start;
  padding: 12px 16px;
  align-items: center;
}

.mobile-category-menu .list-wrapper li:hover {
	background-color: #F2F2F3;
}

.mobile-category-menu .list-wrapper ul li .cat-icon {
  margin-right: 12px;
  width: 24px;
  height: auto;
  flex-shrink: 0;
}

.mobile-category-menu .list-wrapper ul li .cat-icon + a {
  flex-grow: 1;
}

.mobile-category-menu .menu-wrapper a {
	display: flex;
  justify-content: flex-start;
  flex-grow: 1;
	position: relative;
	padding: 5px 0;
  border-radius: 3px;
}

.mobile-category-menu .list-wrapper ul.menu a { /* level 1 */
  justify-content: space-between;
}

.mobile-category-menu .menu-wrapper a .menu-count {
  flex-grow: 2;
  margin-left: 4px;
  pointer-events: none;
}

.mobile-category-menu .menu-wrapper a:focus, 
.mobile-category-menu .menu-wrapper a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
}

.mobile-category-menu .menu-wrapper a.nested {
	position: relative;
}

.mobile-category-menu .menu-wrapper a.is-active {
	background-color: #F8EDE6;
}

.mobile-category-menu .menu-wrapper a.nested::after {
  content: "";
  display: inline-block;
  background: url('/templates/soov/assets/img/submenu-arrow.svg') no-repeat center center;
  width: 16px;
  height: 16px;
  color: #333;
}

.mobile-category-menu .menu-wrapper a.is-active::after {
	transform: rotate(90deg);
}

.mobile-category-menu  .sub-menu-wrapper {
  overflow-y: auto;
  background: #fff;
  height: calc(100dvh - 112px);
  /*border: 1px solid yellow;*/
}

.mobile-category-menu  .sub-menu-wrapper .sub-menu li {
  padding: 8px 16px;
}

.mobile-category-menu .back-one-level {
  position: absolute;
  top: -114px;
  left: 0;
  width: 40%;
  padding: 18px 16px 16px;
	display: flex;
	align-items: center;  
  text-decoration: underline;
  color: #B73434;
  border: none;
  background-color: #fff;
  display: flex;
  gap: 8px;
}

.mobile-category-menu .back-one-level svg {
	fill: #B73434;
	margin-right: 8px;
  width: 13px;
}

.mobile-category-menu .sublevel-2-header,
.mobile-category-menu .sublevel-3-header {
  text-align: center;
  display: block !important;
  padding: 0 !important;
} 

.mobile-category-menu .sublevel-header {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px !important;
}

.mobile-category-menu .sublevel-header .menu-count {
  display: none;
}

.mobile-menu-visible {
  overflow: hidden;
}


.frontpage-featured {
  margin-top: 32px;
}


@media (max-width: 767px) {
  .frontpage-featured {
    margin-top: 16px;
  }
}

.frontpage-featured img {
  max-width: 100%;
  height: auto;
}

.frontpage-featured-item {
  margin-top: 32px;
  margin-bottom: 48px;
  overflow: hidden;
  /*border: 1px solid rebeccapurple;*/
}

@media (max-width: 767px) {
  .frontpage-featured-item {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}

.hidden-seo-tag {
  display: none;
}