.category-page-content .subcategory-page-content {
  width: 100%;
}
.layout-tile-container {
  border: 2px solid #f0f0f0;
  background: #f0f0f0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}
.layout-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  gap: 10px;
  flex: 1;
}
.description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  gap: 9px;
}
.layout-template-name {
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #333333;
}
.layout-template {
  text-align: center;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #333333;
}
.prices {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
}
.actual-price {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #e50085;
}
.old-price {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: line-through;
  color: #333333;
}
.layout-btn {
  font-family: Roboto;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  background: #e50085;
  border: 2px solid #e50085;
  padding: 10px 8px;
  width: 100%;
  text-transform: uppercase;
}
.side-2 {
  display: none;
}
.filters .listbox {
  display: flex;
  justify-content: center;
}
.filters .title {
  background: unset;
  font-family: Arial;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #444444;
}
.filters .listbox .list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.filters .listbox .list .item {
  border-bottom: unset;
}
  .filters .listbox .list .item label {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50px;
    height: 16px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    color: #333333;
  }
.filters .listbox .list .item label:hover,
.filters .listbox .list .item input:hover {
  cursor: pointer;
}
.filters .clearFilter {
  display: none;
}
.loader-wrapper {
  position: absolute;
  z-index: 100;
  right: -50%;
  padding: 20vh 0;
  width: 100%;
  height: 100%;
}
  .loader-wrapper svg {
    animation: rotate 2s linear infinite;
  }

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.page.category-page .page-title h1 {
  color: #18506f;
  font-family: Signika;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  text-align: center;
  vertical-align: middle;
}
.filters .listbox .list .item label input {
  margin: unset;
}
@media only screen and (max-width: 768px) {
  .page.category-page .page-title {
    margin-bottom: 0px;
    padding: 6px 10px 15px;
  }
}
@media (max-width: 430px) {
  .layout-tile-container {
    padding: 14px;
  }
}
@media(max-width:991px){
  .page .page-body {
    width: 100%;
  }
  .block .listbox {
    padding: 0px 5px 20px;
    border: unset;
  }
  .block .title strong {
    font-weight: 700;
    color: #444444;
    font-size: 20px;
  }
  .loader-wrapper {
    right: unset;
  }
  .block .title {
    padding: 10px 30px;
    cursor: default;
    pointer-events: none;
    margin-right: unset;
  }
  .filters .listbox .list .item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 991px) {
  .container {
    max-width: 1400px;
  }
  .category-page .item-grid .item-box {
    width: 240px;
    padding: 0 10px 0 0;
    min-width: 220px;
    flex: 0 0 20%;
  }
  .center-2 {
    width: 100% !important;
  }
  .page.category-page .page-title{
      margin: unset;
      padding: 35px 0 20px 0;
  }
  .filters {
    width: 20%;
    float: left;
    padding-right: 30px;
  }
  .filters .title {
    text-align: start;
    padding: 4px;
  }
  .filters .listbox {
    justify-content: flex-start;
  }
  .filters .listbox .list {
    flex-direction: column;
    gap: 0px;
  }
}
