.mageworx_htmlsitemap-index-index .xsitemap-categories > .categories {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: static !important;
  height: auto !important;
}

.mageworx_htmlsitemap-index-index .columns .xsitemap .level-0 {
  width: 25%;
  padding: 0 15px;
  position: static !important;
  margin-bottom: 1em;
}

.mageworx_htmlsitemap-index-index #maincontent {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  direction: rtl;
  text-align: right;
}

.mageworx_htmlsitemap-index-index .xsitemap a {
  color: #006da4;
  text-decoration: none;
}

.mageworx_htmlsitemap-index-index .xsitemap a:hover {
  text-decoration: underline;
}

.mageworx_htmlsitemap-index-index .page-title-wrapper .page-title {
  color: #444;
  font-size: 1.5em;
  font-weight: 700;
  margin: 2em 0 0.5em;
  line-height: 1.25;
  padding: 0 15px;
}

.mageworx_htmlsitemap-index-index .xsitemap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  direction: rtl;
}

.mageworx_htmlsitemap-index-index .xsitemap .categories .level-0 > a {
  margin: 1.5em 0 0.5em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ccc;
  font-size: 1.25em;
  font-weight: 700 !important;
  line-height: 1.25;
  display: block;
}

.mageworx_htmlsitemap-index-index .columns .xsitemap ul {
  list-style-type: none;
  line-height: 1.1em;
  padding-right: 0;
}

.mageworx_htmlsitemap-index-index .columns .xsitemap li {
  list-style-type: none;
}

.mageworx_htmlsitemap-index-index .columns .xsitemap li a {
  display: block;
  margin-bottom: 0.5em;
}

.mageworx_htmlsitemap-index-index .xsitemap-categories h3 {
  display: none;
}

.mageworx_htmlsitemap-index-index .xsitemap-pages {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  direction: rtl;
}

.mageworx_htmlsitemap-index-index .xsitemap-pages h3 {
  line-height: 1.25;
  color: #000;
  font-size: 1.25em;
  margin: 1.5em 0 0.5em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}

@media (max-width: 1024px){
  .mageworx_htmlsitemap-index-index #maincontent {
    max-width: 960px;
  }
}

@media (max-width: 960px){
  .mageworx_htmlsitemap-index-index #maincontent {
    max-width: 660px;
  }
}

@media (max-width: 768px){
  .mageworx_htmlsitemap-index-index #maincontent {
    max-width: 480px;
  }
  .mageworx_htmlsitemap-index-index .columns .xsitemap .level-0 {
    width: 50%;
    padding: 0 15px;
  }
  .mageworx_htmlsitemap-index-index .xsitemap-pages {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .mageworx_htmlsitemap-index-index #maincontent {
    padding: 0;
  }
  .mageworx_htmlsitemap-index-index .columns .xsitemap .level-0 {
    width: 100%;
    box-sizing: border-box;
  }
}
