
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.cptb-filter-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 25px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cptb-templates-collections-group {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 260px;
    background-color: #fff;
    top: unset;
    padding: 30px;
    z-index: 2;
    margin: 2px 0 0;
    left: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    box-shadow: 0 3px 10px 0 rgb(68 68 68 / 10%);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    max-height: 490px;
}
.cptb-templates-search-content-box{
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cptb-item {
    width: 25%;
}
.cptb-item img.is-bundle {
    height: 386px;
}
.cptb-item img {
    width: 100%;
    margin-bottom: -5px;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out,-webkit-filter 0.2s ease-in-out;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
    height: 386px;
}
.cptb-item-screenshot {
    width: 100%;
    -webkit-animation: 1s linear infinite forwards ImagePlaceholder;
    animation: 1s linear infinite forwards ImagePlaceholder;
    background: #e6e6e6;
    background: -webkit-gradient(linear,left top,right top,color-stop(8%,#efefef),color-stop(18%,#e7e7e7),color-stop(50%,#efefef));
    background: -webkit-linear-gradient(left,#efefef 8%,#e7e7e7 18%,#efefef 50%);
    background: linear-gradient(90deg,#efefef 8%,#e7e7e7 18%,#efefef 50%);
    background-size: auto;
    background-size: auto;
    background-size: 800px 104px;
    overflow: hidden;
}
.cptb-templates-collections-search{
    text-align: end;
    margin-bottom: 30px;
}
.cptb-templates-collections-search input{
    border-radius: 5px;
    padding: 0 15px;
    background-color: #fbf9ff;
    border: none;
    box-shadow: unset;
    height: 48px;
}
.cptb-filter-categories-wrapper:has(.active) .dashicons-arrow-down-alt2 {
    transform: rotate(180deg);
}
.cptb-templates-collections-group li.active {
    color: #e92c6a;
}
.cptb-templates-collections-search input[type=text]:focus{
    box-shadow: 0 0 0 1px #ded5f3;
}
.cptb-item-inner-box {
    background: #fbf9ff;
    border: 1px solid #ded5f3;
    border-radius: 15px 15px 10px 10px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}
.cptb-item-footer_meta{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
}
.theme-name{
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}
.cptb-item-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.cptb-item-inner-box:hover .cptb-item-overlay{
    opacity: 1;
    visibility: visible;
}
.cptb-item-preview{
    position: relative;
    border-top: 1px solid #ded5f3;
    border-bottom: 1px solid #ded5f3;
}
.wp-core-ui .button {
    border: unset;
}
.wp-core-ui .button:focus {
    box-shadow: unset;
    border-color:unset;
}
a.button.cptb-buy-now{
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    background: #e92c6a;
    box-shadow: unset;
    border: 1px solid transparent;
}

a.button.cptb-item-demo-link{
    padding: 11px 28px;
    line-height: 1.2;
    background: #44dbda;
    box-shadow: unset;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
a.button.cptb-buy-now:hover {
    border:1px solid #e92c6a;
    color: #000 !important;
}
a.button.cptb-item-demo-link:hover{
    color: #000 !important;
    border:1px solid #44dbda;
}   
.cptb-filter-category-select{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    width: 240px;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
}
ul.cptb-templates-collections-group.active{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.cptb-filter-category-select-content{
    font-size: 16px;
    font-weight: 400;
}
.cptb-templates-collections-group li{
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}
.cptb-templates-collections-group li:hover{
    color: #e92c6a;
}
.cptb-loader-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 9998;
    top: 0;
}
.cptb-loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: fit-content;
    font-size: 40px;
    font-family: system-ui,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #0000;
    -webkit-text-stroke: 1px #ffffff;
    --g: conic-gradient(#e92c6a 0 0) no-repeat text;
    background: var(--g) 0,var(--g) 100%,var(--g) 0 0,var(--g) 0 100%;
    animation: l5 2s linear infinite;
  }
.cptb-loader:before {
    content: "Syncing";
}
@media screen and (max-width:1199px) {
    .cptb-templates-search-content-box{
        padding: 20px;
    }
}
@media screen and (max-width:767px) {
    .cptb-templates-search-content-box{
        padding: 15px;
      }
}