/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: 'Phetsarath';
    src: url('https://instrulab.criacaodesite.salvador.br/wp-content/uploads/2024/09/Phetsarath-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.sem_produto {
    font-size: 20px;
    background: #0DA899;
    padding: 20px;
    color: white;
}

.close_search {
    position: absolute;
    z-index: 999;
    top: 5%;
    right: 3%;
    color: #fff;
    cursor: pointer;
}

.custom-header-container {
    background-color: #0DA899;
    height: 100px;
}

.submenu-container {
    display: flex;
    justify-content: space-evenly;
    box-shadow: 0 20px 20px 1px #02020240;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #fff;
    top: 100px;
    left: 0;
    padding: 60px 0 40px 0px;
    display: none;
    height: fit-content;
}

.custom-header-desktop {
    background-color: #0DA899;
    height: 100px;
    width: 100%;
    transition: all .3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-header-desktop * {
    transition: all .3s ease-in-out;
}

.custom-header-desktop>div {
    display: grid;
    grid-template-columns: 170px 900px 160px;
    justify-content: space-between;
    max-width: 1460px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

.custom-header-desktop svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.main-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    width: 100%;
}


.main-menu ul li a {
    color: #fff;
    font-size: 17px;
}

.main-menu>ul>li {
    border-bottom: 1px solid transparent;
}

.main-menu>ul>li:hover {
    border-bottom-color: #fff;
}


.search-account {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.custom-search {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 200;
    background: #00000065;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.custom-search.active-search {
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    top: 0;
}

.custom-search form {
    border-radius: 99px;
    border: 2px solid #fff;
    width: 400px;
    height: 70px;
    display: flex;
    flex-wrap: nowrap;
}

.custom-search input.search-field {
    background: transparent;
    color: #fff;
    border: none !important;
    font-size: 20px;
}

.custom-search input.search-field:focus {
    outline: none;
    background-color: transparent !important;
}

.custom-search input.search-field::placeholder {
    color: #fff;
}

.custom-search input.search-field:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

.custom-search button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    border: none !important;
}

.custom-search button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    border-radius: 99px;
}

.main-menu,
.search-account .menu-icon,
.search-account .menu-icon a,
.menu-icon.searchform {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu {
    justify-content: space-evenly;
}

.search-account .menu-icon {
    border: 1px solid #fff;
    border-radius: 99px;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.search-account .menu-icon:hover {
    background-color: #fff;
}

.search-account .menu-icon:hover svg {
    fill: #0DA899;
}

.submenu-container>div {
    max-width: 1460px;
    margin: 0 auto;
}

.submenu-container h4 {
    font-size: 12px;
    font-weight: bold;
    color: #0DA899;
    text-transform: uppercase;
    text-decoration: underline;
}

.submenu-container ul {
    list-style: none;
    padding: 0;
}

.submenu-container ul li {
    margin: 7px 0;
}

.submenu-container ul li a {
    color: #000;
    font-size: 16px;
}

.submenu-group>ul {
    display: flex;
    justify-content: space-evenly;
}

.default-carousel-arrows-1,
.default-carousel-arrows-1 button,
.default-carousel-arrows-2 button,
.testimonial .content .author,
.blog-post-card .blog-post-card-thumbnail,
.blog-latest .new-post>a,
.archive-clients .image-holder,
.featured-category,
.download-categories,
.default-arrow-prev,
.default-arrow-next,
.archive-default-pagination,
.archive-default-pagination .pagination-container,
.archive-default-pagination .pagination-container>*:not(.next):not(.prev),
.download-categories,
.download-item div,
.custom-search-input-container button,
.client-square-card {
    display: flex;
}

.default-archive-main {
    max-width: 1460px;
    margin: 0px auto 100px auto;
}

.default-archive-container,
.default-archive-items-container,
.default-archive-top,
.blog-latest .desktop,
.blog-latest .old-posts,
.default-related,
.default-form-top-row,
.default-form-bottom-row .confirmation-col,
.default-form-subcol,
.download-item,
.archive-clients {
    display: grid;
}

.default-archive-container {
    margin-top: 60px;
    grid-template-columns: 227px 1fr;
    column-gap: 127px;
    row-gap: 60px;
}

.default-archive-items-container,
.blog-latest .desktop,
.blog-latest .old-posts,
.default-related,
.archive-clients {
    row-gap: 20px;
    column-gap: 20px;
}

.default-related,
.archive-clients {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mobile-related {
    display: none;
}

.default-archive-items-container {
    grid-template-columns: 1fr 1fr 1fr;
}

.blog-latest .desktop,
.blog-latest .old-posts {
    grid-template-columns: 1fr 1fr;
}


.default-archive-open-mobile {
    display: none;
    text-align: end;
}

.default-archive-top {
    margin-bottom: 60px;
    grid-template-columns: 1fr min(200px);
}

.custom-search-input-container {
    margin-left: 0;
    width: 100%;
}

.custom-search-input-container {
    position: relative;
}

.custom-search-input-container button {
    background-color: transparent !important;
    border: none !important;
    position: absolute;
    height: 45px;
    right: 15px;
    padding: 0px 10px;
    align-items: center;
}

.custom-search-input-container input {
    background-color: #fafafa !important;
    border-radius: 999px;
    border-color: #aaa;
}

.custom-search-input-container button svg {
    fill: #111;
    width: 20px;
}

.archive-clients .image-holder,
.featured-category,
.default-carousel-arrows-1 button,
.default-carousel-arrows-2 button {
    justify-content: center;
    align-items: center;
}

.default-carousel-arrows-2,
.testimonial,
.blog-post-card .blog-post-card-thumbnail,
.blog-latest .new-post>a,
.archive-clients .image-holder {
    position: relative;
}

.blog-latest .new-post .post-tag,
.blog-latest .new-post .text-content,
.client-overlay,
.client-square-card .client-cta {
    position: absolute;
}

.card-overlay,
.blog-post-card img,
.blog-latest .new-post img,
.testimonial,
.blog-latest .new-post .post-tag,
.archive-clients .image-holder,
.featured-category {
    border-radius: 20px;
}

.blog-latest .mobile .blog-post-card,
.mobile-related .blog-post-card,
.single-related-products .mobile-related .product-card {
    max-width: 280px;
    margin-right: 20px;
}

.featured-category {
    border: 1px solid #eaeaea;
}

.archive-clients h3,
.featured-category h3 {
    color: #000 !important;
}

.client-square-card {
    flex-direction: column;
    align-items: center;
}

.default-carousel-arrows-1 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.default-carousel-arrows-1 button {
    background-color: #d7d7d7 !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 0;
    width: 50px;
    height: 50px;
}

.default-carousel-arrows-2 button {
    position: absolute;
    border: 1px solid #aaa !important;
    border-radius: 999px;
    background-color: #fff !important;
    height: 40px;
    width: 40px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.default-carousel-arrows-2 button:hover {
    border-color: #0071BB !important;
}

.default-carousel-arrows-2 button.prev {
    left: -20px;
}

.default-carousel-arrows-2 button.next {
    right: -20px;
}

.testimonial {
    border: 2px solid #f0f0f0;
    padding: 40px;
    margin: 30px 10px 0 10px;
    transition: all .3s ease-in-out;
}

.testimonial .quote {
    position: absolute;
    top: -20px;
    left: 25px;
}

.testimonial .content .author {
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}

.testimonial .content .author .left {
    border: 2px solid transparent;
    border-radius: 999px;
    margin-right: 15px;
    transition: all .3s ease-in-out;
}

.testimonial .content .text p {
    font-size: 18px;
    color: #000;
}

.testimonial .content .author .left img {
    border-radius: 999px;
}

.testimonial .content .author .right p {
    margin-top: 10px;
}

.testimonial h3 {
    color: #0DA899;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.testimonial:hover {
    border-color: #0DA899;
}

.testimonial:hover .content .author .left {
    border-color: #0DA899;
}

.blog-latest {
    width: 1460px;
}

.blog-latest .desktop {
    justify-content: space-between;

}

.blog-latest .mobile {
    display: none;
}

.blog-post-card .blog-post-card-content,
.blog-latest .new-post .text-content {
    padding: 20px;
}

.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003153;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.blog-post-card h2,
.blog-latest .new-post .text-content h2,
.blog-latest .new-post .post-tag {
    font-size: 12px;
}

.blog-post-card h3,
.blog-latest .new-post .text-content h3 {
    font-size: 20px;
}

.blog-post-card img {
    width: 100%;
    height: 100%;
}

.blog-post-card h2 {
    color: #0071BB !important;
}

.blog-post-card h3 {
    font-weight: bold;
    color: #000;
    transition: color .3s ease-in-out;
}

.blog-post-card:hover .card-overlay,
.blog-latest .new-post:hover .card-overlay {
    opacity: 0.6;
}

.blog-post-card:hover h3 {
    color: #0DA899;
}

.blog-latest .old-posts {
    flex-wrap: nowrap;
    justify-content: space-around;
}

.blog-latest .new-post .post-tag {
    top: 20px;
    left: 20px;
    background-color: #000;
    padding: 10px;
}

.blog-latest .new-post .text-content {
    bottom: 0;
}

.blog-latest .new-post .text-content h2,
.blog-latest .new-post .text-content h3,
.blog-latest .new-post .post-tag {
    color: #fff;
}

.archive-clients .client-square-card {
    margin-bottom: 60px;
}

.archive-clients .image-holder {
    border: 2px solid #eaeaea;
    height: 300px;
    width: 350px;
}

.archive-clients .image-holder img {
    width: 70%;
    margin-bottom: 20px;
}

.archive-clients h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.client-square-card .client-overlay {
    opacity: 0;
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}

.client-square-card .client-cta {
    bottom: 30px;
    background-color: #000;
    color: #fff;
    border-radius: 999px;
    padding: 10px 30px;
    opacity: 0;
    transition: all .3s ease-in-out;

}

.client-square-card:hover .client-overlay {
    opacity: 0.2;
}

.client-square-card:hover .client-cta {
    opacity: 1;
}

.featured-category {
    padding: 12px 0;
    min-height: 110px;
    min-width: 227px;
}

.featured-category h3 {
    font-size: 12px;
}


.featured-category .left {
    margin-right: 20px;
}


.default-arrow-prev,
.default-arrow-next,
.default-arrow-prev svg,
.default-arrow-next svg {
    height: 40px;
    width: 40px;
    transition: all .3s ease-in-out;
}

.default-arrow-prev,
.default-arrow-next {
    border: 1px solid #aaa;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
}

.default-arrow-prev svg,
.default-arrow-next svg {
    fill: #aaa;
    width: 14px;
    height: 14px;
}

.default-arrow-prev:hover,
.default-arrow-next:hover {
    background-color: #0DA899;
    border-color: #0DA899;
}

.default-arrow-prev:hover svg,
.default-arrow-next:hover svg {
    fill: #fff;
}

.archive-default-pagination {
    margin-top: 20px;
    justify-content: center;
}

.archive-default-pagination .pagination-container {
    flex-wrap: wrap;
    align-items: center;
}

.archive-default-pagination .pagination-container>*:not(.next):not(.prev) {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 999px;
    color: #aaa;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 40px;
    height: 40px;
    transition: all .3s ease-in-out;
}

.archive-default-pagination .pagination-container>*:not(.next):not(.prev):hover {
    background-color: #0DA899;
    border-color: #0DA899;
    color: #fff;
}

.archive-default-pagination .pagination-container>* {
    margin: 5px;
}

.archive-default-pagination .pagination-container>span.current {
    background-color: #0DA899 !important;
    border-color: #0DA899 !important;
    color: #fff !important;
}

.default-form {
    border-radius: 20px;
    background-color: #f4f4f4;
    padding: 40px;
}

.default-form-col .default-form-row,
.yith-ywraq-mail-form-wrapper .default-form-col .default-form-row {
    margin-bottom: 20px;
}

.default-form-col .default-form-label,
.yith-ywraq-mail-form-wrapper .default-form-col .default-form-label {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.default-form-col .default-form-input,
.yith-ywraq-mail-form-wrapper .default-form-col .default-form-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    height: 60px;
}

.default-form-col .default-form-input.wpcf7-form-control {
    margin-top: 20px;
}

.default-form-col .default-form-input:focus,
.yith-ywraq-mail-form-wrapper .default-form-col .default-form-input:focus {
    border-color: #0DA899;
    outline: none;
}

.default-form-col .default-form-label .required,
.yith-ywraq-mail-form-wrapper .default-form-col .default-form-label .required {
    color: #0DA899;
}

.default-form-col textarea.default-form-input,
.yith-ywraq-mail-form-wrapper .default-form-col textarea.default-form-input {
    height: 120px;
}

.default-form-top-row,
.default-form-bottom-row .confirmation-col,
.default-form-subcol {
    row-gap: 40px;
    column-gap: 40px;
}

.default-form-bottom-row .confirmation-col {
    column-gap: 0;
    align-items: center;
    min-height: 80px;
}

.default-form-top-row,
.default-form-bottom-row .confirmation-col {
    grid-template-columns: 1fr 1fr 1fr;
}

.default-form-bottom-row .confirmation-col {
    grid-template-columns: 1fr 10px 1fr;
}

.default-form-subcol {
    grid-template-columns: 80px 1fr;
}

.default-form-bottom-row .confirmation-col .default-form-submit {
    text-align: end;
}

.default-form-bottom-row .confirmation-col .default-form-submit input[type="submit"] {
    border: 1px solid #0DA899;
    height: 45px;
    font-size: 16px;
    padding: 0px 35px;
}

.wpcf7-spinner {
    position: absolute;
    right: 30px;
    bottom: 15px;
}

.download-categories,
.downloads-container .download-item {
    padding: 30px 20px;
}

.downloads-container {
    border-radius: 20px;
    background-color: #f4f4f4;
}

.downloads-container .items>a {
    border-bottom: 1px solid #ddd;
    display: block;
}

.downloads-container .items>a:first-child {
    border-top: 2px solid #bbb;
}

.downloads-container .container .archive-default-pagination {
    justify-content: start;
    padding: 20px;
}

.download-categories {
    flex-wrap: wrap;
}

.download-category-link {
    border-radius: 10px;
    display: block;
    background: #fff;
    padding: 20px 15px;
    width: fit-content;
    margin-right: 10px;
    margin-bottom: 15px;
    transition: background-color .3s ease-in-out;
}

.download-category-link h2 {
    color: #111;
    font-size: 14px;
    margin: 0 !important;
    transition: color .3s ease-in-out;
}

.download-category-link:hover,
.download-category-link.link-active {
    background-color: #0DA899;
}

.download-category-link:hover h2,
.download-category-link.link-active h2 {
    color: #fff;
}

.download-item {
    grid-template-columns: 1fr minmax(300px, 500px);
}

.download-item svg {
    fill: #0DA899;
    width: 30px;
}

.download-item h2 {
    font-size: 18px;
    text-decoration: underline;
}

.download-item span {
    color: #999;
    font-size: 18px;
}

.download-item div {
    flex-wrap: nowrap;
}

.download-icon {
    margin-right: 20px;
}

.download-item div:last-child {
    justify-content: space-between;
}

.author-container {
    display: grid;
    align-items: center;
    grid-template-columns: 150px 150px 1fr;
    margin-bottom: 30px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.author-container p {
    margin: 0;
}

.post-author span {
    color: #0DA899;
    font-weight: bold;
}

.post-categories a {
    display: block;
    width: fit-content;
}

.post-categories,
.post-categories div {
    display: flex;
    align-items: center;
}

.post-categories div {
    justify-content: space-evenly;
}

.post-categories div a {
    margin: 10px;
}

#default-category.default-category {
    border: 1px solid #ccc;
    border-radius: 99px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
}

#default-category.default-category:hover {
    border-color: #111;
    background-color: #111;
    color: #fff;
}

.author-container-mobile {
    display: none;
}

.default-archive-category-card .archive-category-options ul li::before,
.default-archive-category-card .archive-category-options ul li::after {
    position: absolute;
    display: block;
    content: '';
    border: 2px solid #aaa;
    border-radius: 999px;
    height: 15px;
    width: 15px;
    left: 12px;
    top: 19px;
}

.default-archive-category-card .archive-category-options ul li::before {
    background-color: #f5f5f5;
}

.default-archive-category-card .archive-category-options ul li.current-category::after {
    background-color: #0DA899;
}

.featured-products-carousel .slick-slider .slick-slide {
    margin-right: 30px;
}

.manufacturers .carousel a.manufacturer.slick-slide {
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 999px;
    display: flex;
    height: 200px;
    justify-content: center;
    margin-right: 20px;
    width: 200px !important;
    transition: all .3s ease-in-out;
}

.manufacturers .carousel a.manufacturer.slick-slide:hover {
    background-color: #efefef;
}

.manufacturers .carousel a img {
    margin: 0 auto;
    width: 60%;
}

.manufacturers .default-carousel-arrows-2 button.prev,
.manufacturers .default-carousel-arrows-2 button.next {
    top: -100px;
}

@media screen and (max-width: 1600px) {
    .default-carousel-arrows-2 button.prev {
        left: -10px;
    }

    .default-carousel-arrows-2 button.next {
        right: -10px;
    }

    .blog-latest {
        width: 1280px;
    }
}

@media screen and (max-width: 1400px) {
    .archive-clients .image-holder {
        width: 300px;
        height: 250px;
    }

    .default-archive-main {
        padding: 20px;
    }
}

@media screen and (max-width: 1333px) {
    .default-archive-container {
        column-gap: 60px;
    }

    .blog-latest {
        width: 1140px;
    }
}

@media screen and (max-width: 1280px) {

    .custom-header-desktop>div {
        grid-template-columns: 170px 1fr 160px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 1024px) {
    .custom-header-container {
        display: none;
    }

    .default-archive-container {
        grid-template-columns: 1fr;
        column-gap: 0px;
        row-gap: 0px;
    }

    .default-archive-items-left {
        display: none;
    }

    .default-archive-open-mobile {
        display: block;
    }

    .default-carousel-arrows-1 {
        display: none;
    }


    .archive-clients {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .default-archive-items-container,
    .default-related {
        grid-template-columns: 1fr 1fr;
    }

    .blog-latest {
        width: 100%;
    }

    .archive-clients .client-square-card {
        margin-bottom: 40px;
    }

    .featured-category {
        flex-direction: column;
        min-height: 140px;
    }

    .featured-category .left {
        margin: 0;
    }

    .manufacturers .carousel a.manufacturer.slick-slide {
        height: 120px;
        width: 120px !important;
    }
}

@media screen and (max-width: 899px) {

    .archive-clients {
        grid-template-columns: 1fr 1fr;
    }

    .download-item {
        grid-template-columns: 1fr;
    }

    .download-item div,
    .download-item div:last-child,
    .downloads-container .container .archive-default-pagination {
        justify-content: center;
    }

    .download-item div:first-child {
        margin-bottom: 20px;
    }

    .download-item span {
        margin: 0 15px;
    }

    .default-form-top-row,
    .default-form-subcol {
        row-gap: 20px;
        column-gap: 20px;
    }

    .default-form {
        padding: 20px;
    }

    .author-container-mobile {
        display: block;
    }

    .author-container {
        display: none;
    }

    .manufacturers .default-carousel-arrows-2 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .blog-latest .desktop {
        display: none;
    }

    .blog-latest .mobile {
        display: block;
    }

    .archive-clients {
        justify-content: center;
    }

    .archive-clients .client-square-card {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {

    .product-cat-carousel .default-carousel-arrows-2,
    .featured-products-carousel .default-carousel-arrows-2 {
        display: none;
    }

    .default-form-top-row,
    .default-form-bottom-row .confirmation-col,
    .default-archive-items-container,
    .default-archive-top,
    .default-related,
    .author-container,
    .archive-clients {
        grid-template-columns: 1fr;
    }

    .default-related {
        display: none;
    }

    .mobile-related {
        display: block;
    }

    .default-archive-main {
        padding: 15px;
    }

    .testimonial {
        padding: 20px;
        width: fit-content;
    }

    .default-form {
        padding: 15px;
    }

    .default-form-top-row,
    .default-form-subcol,
    .default-form-bottom-row .confirmation-col {
        row-gap: 0px;
        column-gap: 0px;
    }

    .default-form-bottom-row .confirmation-col {
        row-gap: 20px;
    }

    .default-form-subcol {
        column-gap: 20px;
    }

    .default-form-bottom-row .confirmation-col .default-form-submit {
        text-align: center;
    }

    .post-categories {
        flex-direction: column;
    }

    .post-categories div {
        flex-wrap: wrap;
    }

    .post-categories div a {
        margin: 5px;
    }

    .featured-products-carousel .slick-slider .slick-slide {
        width: 300px;
    }

    .featured-products-carousel .slick-slider .slick-slide .product-card {
        padding: 15px;
    }

    .featured-products-carousel .slick-slider .slick-slide .product-card .product-card h3 {
        font-size: 16px;
    }

    #default-category.default-category {
        margin-top: 10px;
        font-size: 10px;
    }
}