.xlimwrap .demo-inner{
  position:relative;
} 
.xlimwrap .header{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  position: relative;
  z-index: 9;
  padding: 0px 30px;
}
.xlimwrap .lib-logo span{
  font-size: 11px;
  background: #93003c;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 6px;  
}
.xlimwrap .inner {
  background: #f0f0f1;
  padding: 19px;
}
.xlimwrap {
    max-width: 1100px;
    margin: 0px auto;
    background: #fff;
    margin-top: 5%;
    position:relative;
}
.xlimwrap .demo{
  width:25%;
  float:left;
  position:relative;
  padding:15px;
  box-sizing: border-box;
}
.xlimwrap .theme-screenshot {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    transition: opacity .2s ease-in-out;
}
.xlimwrap .theme-screenshot img {
    width: 100%;
    transition: opacity .2s ease-in-out;
}

.xlimwrap .demo.running .more-details{
    display: none;
}
.xlimwrap .more-details {
    opacity: 0;
    position: absolute;
    top: 35%;
    right: 20%;
    left: 20%;
    background: #23282d;
    color: #fff;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    padding: 10px 0px;
    text-align: center;
    border-radius: 3px;
    transition: opacity .1s ease-in-out;
    text-decoration: none;
}
.xlimwrap .demo:hover .more-details {
    opacity: 1;
}
.xlimwrap .demo.running .btn-import-xml{
  pointer-events: none;
}
.xlimwrap .theme-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding-top: 10px;
}
.xlimwrap .theme-actions {
    opacity: 1;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    position: absolute;
    right: 15px;
    padding: 9px 15px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    transition: opacity .1s ease-in-out;
    height: auto;
    background: rgba(244,244,244,.7);
    border-left: 1px solid rgba(0,0,0,.05);
}
.xlimwrap .demo .theme-name {
    margin: 0;
  font-size: 15px;
}
.xlimwrap .demo.running .theme-screenshot img{
  opacity: 0.1;
}
.xlimwrap img.xlspinner{
      width: initial;
      display:none;
    position: absolute;
    left: 50%;
    top: 45%;
    margin: auto;
    transform: translate(-50%, -50%);
}
.xlimwrap .running img.xlspinner{
  display:block;
}
.xlimwrap .btn-import-xml{
  margin-top: 43px; 
  background: #93003c;
}
.xlimwrap .pro {
  background: #93003c;
  width: 186px;
  display: inline-block;
  padding: 5px 0;
  line-height: 1;
  position: absolute;
  top: 9px;
  right: -78px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 2px;
  transform: rotate(45deg);
  text-transform: uppercase;
  text-align: center;
}

.csf-wrapper .chosen-container{
  width:100% !important;
}

.xlimwrap.loading .tp-loader{
  opacity:1;
}
.xlimwrap.loading .demo-inner{
   opacity: .3;  
   pointer-events: none
}
.tp-loader {
   margin-left: -15px;
   font-size: 4px;
   position: absolute;
   top: 50%;
   left: 50%;
   opacity: 0;
   transform: translate(-50%, -50%);
   border-top: 1.1em solid rgb(255 255 255);
   border-right: 1.1em solid rgb(255 255 255);
   border-bottom: 1.1em solid rgb(255 255 255);
   border-left: 1.1em solid #93003c;
   -webkit-transform: translateZ(0);
   -ms-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-animation: load8 1.1s infinite linear;
   animation: load8 1.1s infinite linear;
}
.tp-loader, .tp-loader:after {
   border-radius: 50%;
   width: 30px;
   height: 30px;
}
@-webkit-keyframes load8 {
   0% {
       -webkit-transform: rotate(0deg);
       transform: rotate(0deg);
   }
   100% {
       -webkit-transform: rotate(360deg);
       transform: rotate(360deg);
   }
}

@keyframes load8 {
   0% {
       -webkit-transform: rotate(0deg);
       transform: rotate(0deg);
   }
   100% {
       -webkit-transform: rotate(360deg);
       transform: rotate(360deg);
   }
}

.xlimwrap .pagination-wrap ul {
  text-align: center;
  padding-bottom: 20px;
}
.xlimwrap .pagination-wrap li {
  display: inline-block;
  padding:0px 3px;
}
.xlimwrap .pagination-wrap li a{
  font-weight: 600;
  font-size: 14px;
  background: #fff;
  border: 1px solid #93003c;
  color: #93003c;
  text-decoration: none;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.xlimwrap .pagination-wrap .active a{
  background: #93003c;
  color:#fff;
}
.tp-container .notice-wrp{
  display:none;
}
.xlimwrap .filter-cat{
  display: flex;
  gap: 12px; 
}
.xlimwrap .filter-cat li{
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
}
.xlimwrap .filter-cat li.active{
color:#93003c;
}
.xlimwrap .no-data{
    text-align: center;
    padding: 20px;
}
.xlimwrap.no-site {
  padding: 30px;
  text-align: center;
}
.xlimwrap .notice-wrp .inner{
  background: #93003c;
}
.xlimwrap .notice-wrp h3,.xlimwrap .notice-wrp p{
  color: white;
}