.section { padding: 30px 0; }
.fs-18 { font-size: 1.8rem !important; }
.fs-16 { font-size: 1.6rem !important; }
.text-primary { color: var(--primary-color) !important; }
.pb-30 { padding-bottom: 30px; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.pt-40 { padding-top: 40px; }
.pb-40 { padding-bottom: 40px; }
.pb-80 { padding-bottom: 80px; }
.bg-primary-webiste {background: var(--primary-color) !important;}
.transform-rotate-180 {transform: rotate(180deg); }

header { background: #fffef9; }
.home-button-menu {
    display: none;
}

.line {
    height: 1px;
    background: var(--border-color);
    width: 100%;
    &.dark {
        background-color: #ccc;
    }
}

.title-website {
    margin-bottom: 20px;
    .text {
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 15px;
        color: var(--base-color);
        font-weight: 800;
    }
    .link {
        font-weight: 400;
        color: var(--base-color);
        font-size: 1.8rem;
    }
}

.btn-website {
    min-width: 100px;
    min-height: 40px;
    border-radius: 25px;
    background: var(--primary-color) !important;
    font-size: 1.6rem;
    color: var(--base-color);
    border: 0;
    font-weight: 600;
    padding: 8px 15px;
    &>* {
        color: var(--base-color);
    }
    &.bp2 {
        background: var(--primary-color-hover) !important;
    }
}

.btn-icon {
    font-size: 2.2rem;
    color: var(--base-color);
}

.owl-nav button {
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
    border-radius: 99% !important;
    bottom: calc(50% - 15px);
}
.owl-nav button.owl-prev {left: -20px;}
.owl-nav button.owl-next {right: -20px;}
.owl-dots button span{
    width: 12px !important;
    height: 12px !important;
}
.owl-dots button.active span {
    background: var(--primary-color) !important;
    width: 30px !important;
}

.top-bar {
    height: 42px;
    background: var(--primary-color);
    .text-top-bar {
        line-height: 42px;
        font-weight: 700;
    }
}

ul.nav {
    &>li>a {
        font-weight: 700;
        font-size: 1.8rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    li a {
        color: var(--base-color);
    }
}

button.toggle-nav {
    font-size: 2.2rem;
    outline: none;
    background: transparent;
    border: 0;
    color: var(--base-color);
}

.search-bar button {
    font-size: 2.2rem;
    color: var(--base-color);
}

.form-modal-search {
    box-shadow: 0 2px 5px #0003;
    padding: 10px 10px;
    background: #fff;
    position: relative;
    input {
        width: 100%;
        border: 0;
        outline: none;
        padding-left: 30px;
        background: transparent;
        padding-right: 30px;
    }
    button {
        position: absolute;
        font-size: 1.6rem;
        bottom: calc(50% - 18px);
       
    }
    button[type="submit"] {
        left: 6px;
    }
    button.clear {
        width: 19px;
        height: 19px;
        bottom: calc(50% - 10px);
        border-radius: 99%;
        background: var(--gray-color);
        i::before { vertical-align: 0; }
        right: 13px;
    }
}

.coloring {
    padding-bottom: 20px;
    .thumbnail-coloring img {
        width: 100%;
        height: auto;
    }
    .title-coloring {
        padding-top: 15px;
        color: var(--base-color);
        text-align: center;
        span {
            font-weight: 700;
        }
    }
}

.load-more {
    padding-top: 20px;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    .loader {
        width: 20px;
        height: 20px;
        border: 3px solid var(--primary-color);
        border-top: 3px solid var(--white-color);
        border-bottom: 3px solid var(--white-color);
        border-radius: 99%;
        animation: spin .7s linear infinite;
    }
}

.wrapper-instroduce {
    background: var(--secondary-color-hover);
    border-radius: 25px;
    padding: 20px 10px 20px 10px;
    p {
        font-size: 1.8rem;
        line-height: 2;
        margin-bottom: 35px;
    }
}

.wrapper-faqs {
    background: var(--gray-color-bland);
    border-radius: 25px;
    padding: 15px;
    #acc-faqs {
        .accordion-item {
            background: transparent !important;
            padding: 10px 0;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            &:last-child {
                border: 0;
            }
        }
        .accordion-button {
            font-size: 2rem;
            color: var(--base-color);
            background: transparent !important;
            box-shadow: unset;
        }
    }
}

#socials {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    .social-item {
        width: 34px;
        height: 34px;
        border-radius: 99%;
        background-color: var(--white-color);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;
        &:hover {
            background: var(--primary-color);
            img {
                filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(0%) hue-rotate(252deg) brightness(103%) contrast(103%);
            }
        }
    }
}

#collection .title-website,
#theme .title-website {
    margin-bottom: 35px;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

#footer { background: #fef0e5; }

.title-footer {
    font-size: 2.0rem;
    margin-bottom: 15px;
}

.list-link-footer {
    .item {
        margin-bottom: 8px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    .item a {
        color: var(--base-color);
        font-size: 1.6rem;
    }
}

.socials-footer #socials {
    justify-content: flex-start;
}

.text-instroduce-footer {
    font-weight: 700;
    font-size: 1.8rem;
}
.wrapper-brc {
    background: #f2f2f2;
    background-clip: content-box;
}
#breadcrumbs {
    max-height: 100%;
    height: 40px;
    position: relative;
    overflow-x: auto;
    .list {
        padding-left: 0;
        display: flex;
        gap: 10px;
        margin-bottom: 0;
        width: max-content;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .item {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .item a,
    .item span {
        color: var(--base-color);
        font-size: 1.6rem;
    }

    .item i {
        font-size: 1.2rem;
    }
    .item a {
        transition: .3s ease;

        &:hover {
            color: var(--primary-color);
        }
    }
}

#page-404 {
    padding: 300px 0;
    background: #eeeeee;
    .content {
        text-align: center;
        .title {
            font-size: 5.6em;
            color: #232323;
            font-weight: 800;
            margin-bottom: 0;
        }
        .sub-title {
            margin-bottom: 20px;
        }
        .sub-title span {
            font-size: 3.6rem;
            color: #232323;
            font-weight: 800;
            position: relative;
            z-index: 10;
            &::before {
                content: '';
                position: absolute;
                background: #efc3c0;
                width: 100%;
                height: calc(40% + 2px);
                top: calc(40% + 2px);
                left: 0;
                z-index: -1;
            }
        }
        p {
            margin-bottom: 18px;
            font-size: 14px;
            color: #232323;
        }
    }
}

.feature-image img {
    width: 100%;
    height: auto;
}

.feature-image { position: relative; }

.btn.add-to-wishlist {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border-radius: 99%;
    background: #fff;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    padding-top: 10px;
    outline: none;
    &.in-wishlist {
        background-color: var(--primary-color);
        i {color: var(--white-color);}
    }
}
.btn.remove-from-wishlist {
    width: 40px;
    height: 40px;
    background: var(--white-color);
    border-radius: 99%;
    font-size: 1.8rem;
    transition: all .3s linear;
    &:hover { background: #fef0e5; }
}

.information .title {
    font-size: 2.7rem;
    font-weight: 700;
}

.information {
    .icon i {
        font-size: 1.8rem;
    }
    .text {
        font-size: 1.8rem;
        color: var(--base-color);
    }
    .text.action {
        position: relative;
        &::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: var(--base-color);
            left: 0;
            bottom: 0px;
            transition: all .3s linear;
        }
        &:hover::before { width: 0%; }
    }
}

.gallery-coloring {
    .gallery-item {
        margin-bottom: 30px;
        cursor: pointer;
    }
    .gallery-item img {
        width: 100%;
        height: auto;
    }
}

.group-btn-action {
    margin-top: 40px;
    margin-bottom: 15px;
    button {
        margin-bottom: 15px;
        border-radius: 50px;
        font-size: 25px;
        font-weight: 700;
        box-shadow: 3px 3px 5px 0px rgba(69, 69, 69, 0.75);
        -webkit-box-shadow: 3px 3px 5px 0px rgba(69, 69, 69, 0.75);
        -moz-box-shadow: 3px 3px 5px 0px rgba(69, 69, 69, 0.75);
    }
    button.view-coloring {
        background: var(--primary-color);
        color: var(--white-color);
        &:hover { background-color: #fe8a8a; }
        min-width: 300px;
    }
    button.view-ideas {
        background: var(--secondary-color);
        color: var(--base-color);
        min-width: 300px;
    }
}

.related-coloring {
    h3.title-block {
        color: var(--base-color);
        font-size: 3rem;
        font-weight: 700;
    }
}

#modal-coloring {
    .modal-body {
        overflow-x: hidden;
    }
    .btn-prev-next {
        position: absolute;
        background: var(--primary-color);
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
        color: var(--white-color);
        font-size: 1.8rem;

        &.prev {
            left: -10px;
            border-top-right-radius: 99%;
            border-bottom-right-radius: 99%;
        }

        &.next {
            right: -10px;
            border-top-left-radius: 99%;
            border-bottom-left-radius: 99%;
        }
    }
    .buttons-action {
        margin-top: 20px;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        .btn {
            min-height: 40px;
            min-width: 150px;
            font-size: 1.8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-radius: 50px;
            box-shadow: 3px 3px 5px 0px rgba(69, 69, 69, 0.75);
            -webkit-box-shadow: 3px 3px 5px 0px rgba(69, 69, 69, 0.75);
            -moz-box-shadow: 3px 3px 5px 0px rgba(69, 69, 69, 0.75);
            &.download-all {
                background: var(--primary-color);
                color: var(--white-color);
            }
            &.print {
                background: #fef0e5;
                color: var(--base-color);
            }
        }
        .gr-btn {
            position: relative;
            .buttons {
                position: absolute;
                top: -500%;
                z-index: 99;
                .btn {
                    font-size: 1.6rem;
                    margin-bottom: 10px;
                }
                transition: all .3s ease;
                display: none;
            }
            &:hover .buttons,
            & .buttons:hover {
                display: block;
            }
        }
    }
    .btn-close {
        width: 25px;
        height: 25px;
        opacity: 1;
        border-radius: 99%;
        background: #fef0e5;
    }
}

.nav-tabs {
    gap: 5px;
    li.nav-item > .nav-link {
        font-size: 2rem;
        padding: 10px 20px;
        color: var(--base-color);
        font-weight: 600;
        isolation: isolate;
        border-color: var(--bs-nav-tabs-link-hover-border-color);
        border-style: 2px;
    }
    li.nav-item > .nav-link.active {
        background: var(--primary-color);
        color: var(--white-color);
        border-color: var(--primary-color);
    }
}
.tab-content {padding: 20px 0;}

.wishlist {
    i { font-size: 2.2rem; color: var(--base-color); }
    span {
        min-width: 18px;
        min-height: 18px;
        background: var(--gray-color);
        font-size: 1.2rem;
        top: -2px;
        right: -15px;
        color: var(--base-color);
    }
}

#nav-mobile-canvas .offcanvas-body{
    padding-left: 0;
    padding-right: 0;
}
.nav-mobile {
    padding: 0;
    margin: 0;
    & > li { border-bottom: 1px solid #e6e6e6; }
    & > li > a {
        display: block;
        width: 100%;
        padding: 11px 20px;
        font-size: 1.8rem;
        font-weight: 700;
        color: var(--base-color);
    }
    .sub-menu {
        display: none;
        margin: 15px;
        padding: 15px;
        border-radius: 10px;
        margin-top: 0;
        background: var(--border-color);
        transition: all 0.3s linear;
        li { padding-bottom: 6px; &:last-child{padding-bottom: 0;} }
        li a {
            color: var(--base-color);
            display: block;
            font-weight: 600;
            font-size: 1.6rem;
        }
    }
    li.menu-item-has-children {
        position: relative;
        overflow: hidden;
    }
    .btn-toggle {
        position: absolute;
        right: 20px;
        top: 7px;
        width: 35px;
        height: 35px;
        outline: none;
        &:focus {outline: none;}
    }
}

.nav-desktop {
    .sub-menu {
        display: none;
        padding-left: 0;
        position: absolute;
        left: 0;
        min-width: 200px;
        border-radius: 10px;
        background: var(--primary-color-hover);
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
        z-index: 999;
        li {
            border-bottom: 1px solid var(--border-color);
            &:last-child{border-bottom: 0;}
            &:hover a { padding-left: 25px; }
        }
        li a {
            display: block;
            padding: 10px 20px;
            transition: all 0.3s ease;
            font-weight: 600;
        }
    }

    li.menu-item-has-children {
        position: relative;
        &:hover .sub-menu {
            display: block;
        }
    }
}

.bar-menu-fix{
    background: var(--white-color);
    box-shadow: 0 0 9px #0000001f;
    .btn-nav {
        display: block;
        width: 100%;
        background: transparent;
        outline: none;
        border: 0;
        color: var(--base-color);
        padding: 10px 0;
        font-size: 1.2rem;
        i { font-size: 1.8rem; }
    }
    .col-btn {
        border-right: 1px solid #e6e6e6;
        &:last-child { border-right: 0; }
    }
    .btn-wishlist .count{
        top: -13px;
        right: -10px;
        min-width: 16px;
        min-height: 16px;
        background: #e8e8e8;
        font-size: 1.1rem;
    }
}

.icon-box-wc {
    background: #fafafa;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    .img { 
        display: flex;
        align-items: center;
        justify-content: center; 
        width: 50px; 
        height: 50px; 
        margin-bottom: 10px; 
        background: var(--primary-color); 
    }
    .text span {font-weight: 600;}
    cursor: pointer;
}

.icon-box-lang {
    background: var(--white-color);
    padding: 30px 0;
    .text {
        color: var(--base-color);
        font-weight: 600;
        margin-top: 10px;
    }
    margin-bottom: 15px;
}

.custom-popover {
    --bs-popover-font-size: 1.4rem;
    --bs-popover-border-color: var(--primary-color-hover);
}

.mutiple-languge {
    background: var(--secondary-color-hover);
    padding: 15px;
}

#search-page .text-term{
    font-size: 2.6rem;
    font-weight: 500;
}

#btn-action-fixed {
    bottom: 12%;
    right: 0;
    .btn-action {
        color: var(--base-color);
        font-size: 1rem;
        display: block;
        margin: 0;
        border: 0;
        padding: 0.75rem;
        background: var(--white-color);
        box-shadow: 0 2px 5px #0003;
        border-radius: 0;
        position: relative;
        transition: all 0.5s ease;
        &.hide { right: -100%; }
        &.show {right: 0;}
    }
    .btn-action.no-arrow::after {content: unset;}
    .dropdown-language {
        padding: 0;
        border-color: var(--border-color);
        li a { font-size: 1.4rem; padding: 5px 8px;}
    }
    .dropdown-toc {
        padding: 0;
        border: 0;
        width: 320px;
        #ez-toc-container {
            width: 100%;
            margin-bottom: 0;
        }
        #ez-toc-container .ez-toc-list {
            margin-left: 0;
        }
        #ez-toc-container nav {
            max-height: 400px;
            overflow-y: scroll;
        }
    }
}
#ez-toc-container {
    width: 100%;
    border-color: var(--secondary-color);
    background-image: linear-gradient(var(--secondary-color), #fff);
    padding: 20px;
    & a:visited { color: var(--base-color) !important; } 
    .ez-toc-title-container {display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;}
    .ez-toc-title { font-size: 1.8rem !important; font-weight: 800 !important; color: var(--primary-color); }
    .ez-toc-list { 
        margin-left: 15px;
        & > li {
            margin-bottom: 12px; 
            &:last-child {margin-bottom: 0;}
            ul {
                margin-top: 12px;
            }
            ul li {margin-bottom: 10px;  &:last-child {margin-bottom: 0;} }
            ul li a {
                font-size: 1.4rem;
            }
        }
        & > li > a {
            font-size: 1.6rem;
            font-weight: 700;
        }
    }
    .ez-toc-toggle { margin: 0; }
    .ez-toc-toggle > span.ez-toc-js-icon-con { 
        border: none;
        left: 0;
        & > span {display: none;}
        &::before {
            font-family: "Bootstrap-icons";
            content: "\F282";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none; 
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            font-weight: 700;
            font-size: 1.8rem;
            color: var(--primary-color);
        }
    }
}

.content-coloring {
    h1, h2, h3, h4, h5, h6 {
        font-weight: 700;
        margin-bottom: 1.5rem;
    }
}
