/*Main Category Results*/
.category-publish-dropdown {
    position: relative;
    padding-right: 1.5em;
    cursor: pointer;
}
.category-publish-dropdown img {
    width: 0.7em;
    position: absolute;
    right: 0;
    bottom: 0.15em;
}
.category-publish-dropdown-list {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: var(--white);
    left: 0;
    right: 0;
    top: calc(100% + 1em);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.category-publish-dropdown-list.active {
    display: block;
}
/*Category Results*/
.category-publish-gallery {
    margin-right: -80vw;
}
.category-publish-gallery-car-wrap {
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    min-height: 135px;
}
.category-publish-gallery-car-wrap img {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.category-publish-gallery .owl-nav {
    position: absolute;
    top: auto;
    right: calc(80vw + 132px);
    width: 100px;
    height: 100px;
    background-color: rgba(35,31,32,0.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: end;
    bottom: -115px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.category-publish-gallery .owl-nav:hover {
    background-color: rgba(35,31,32,0.25);
}
.category-publish-gallery .owl-nav button.owl-prev,
.category-publish-gallery .owl-nav button.owl-next {
    padding: 10px !important;
    width: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end;
}
.category-publish-gallery .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    padding-right: 0 !important;
}
.category-publish-gallery .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    padding-left: 0 !important;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.publish-book-appointment {
    z-index: -1;
}
.category-publish-description h1,
.category-publish-description h2,
.category-publish-description h3,
.category-publish-description h4,
.category-publish-description h5,
.category-publish-description h6 {
    font-size: 22px;
    font-weight: 700;
    color: var(--default);
}
.category-publish-description h1:not(:first-child),
.category-publish-description h2:not(:first-child),
.category-publish-description h3:not(:first-child),
.category-publish-description h4:not(:first-child),
.category-publish-description h5:not(:first-child),
.category-publish-description h6:not(:first-child) {
    margin-top: 50px;
}
.category-type-tab-wrap {
    color: rgba(35,31,32,0.5);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.category-type-tab-wrap::after {
    content: "";
    border-bottom: 1px solid rgba(35,31,32,0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.category-type-tab-wrap:hover,
.category-type-tab-wrap.active {
    color: var(--primary);
}
.category-type-tab-wrap:hover::after,
.category-type-tab-wrap.active::after {
    border-color: var(--primary);
    border-width: 3px;
}
.category-type-products {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.category-type-products:not(.active) {
    opacity: 0 !important;
    pointer-events: none;
    z-index: -1;
}
.category-type-products:first-child {
    position: relative;
}
.category-type-products .owl-stage {
    min-width: 100%;
}
.category-type-products-carousel.sly-frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    white-space: nowrap;
    min-width: 100%;
}
.category-type-prod-wrap img {
    height: 24vw;
    min-height: 135px;
    object-fit: contain;
    width: auto !important;
}
/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
    /*Category Results*/
    .category-publish-gallery .owl-nav {
        right: calc(((100vw - 540px) / 2) + 80vw + 120px);
    }
}
/* md */
@media (min-width: 768px) {
    /*Category Results*/
    .category-publish-gallery .owl-nav {
        right: calc(((100vw - 720px) / 2) + 80vw + 120px);
        bottom: -160px;
    }
    .category-publish-description h1,
    .category-publish-description h2,
    .category-publish-description h3,
    .category-publish-description h4,
    .category-publish-description h5,
    .category-publish-description h6 {
        font-size: 33px;
    }
    .category-publish-description h1:not(:first-child),
    .category-publish-description h2:not(:first-child),
    .category-publish-description h3:not(:first-child),
    .category-publish-description h4:not(:first-child),
    .category-publish-description h5:not(:first-child),
    .category-publish-description h6:not(:first-child) {
        margin-top: 75px;
    }
}
/* lg */
@media (min-width: 1050px) {
    /*Category Results*/
    .category-publish-gallery {
        margin-right: -50vw;
    }
    .category-publish-gallery .owl-nav {
        top: -205px;
        width: 160px;
        height: 160px;
        right: calc(((100vw - 1000px) / 2) + 50vw + 15px);
        bottom: auto;
    }
    .category-publish-gallery .owl-nav button.owl-prev,
    .category-publish-gallery .owl-nav button.owl-next {
        padding: 20px 25px !important;
    }
    .category-publish-gallery .owl-nav button.owl-prev {
        padding-right: 0 !important;
    }
    .category-publish-gallery .owl-nav button.owl-next {
        padding-left: 0 !important;
    }
}
/* xl */
@media (min-width: 1350px) {
    /*Category Results*/
    .category-publish-gallery .owl-nav {
        top: -235px;
        right: calc(((100vw - 1300px) / 2) + 50vw + 15px);
    }
    .category-publish-description h1,
    .category-publish-description h2,
    .category-publish-description h3,
    .category-publish-description h4,
    .category-publish-description h5,
    .category-publish-description h6 {
        font-size: 45px;
    }
    .category-publish-description h1:not(:first-child),
    .category-publish-description h2:not(:first-child),
    .category-publish-description h3:not(:first-child),
    .category-publish-description h4:not(:first-child),
    .category-publish-description h5:not(:first-child),
    .category-publish-description h6:not(:first-child) {
        margin-top: 100px;
    }
}
/* xxl */
@media (min-width: 1650px) {
    /*Category Results*/
    .category-publish-gallery .owl-nav {
        right: calc(((100vw - 1600px) / 2) + 50vw + 15px);
    }
}