.coloring-content-section {
    min-height: 100vh;
    margin-top: 70px;
    margin-left: 80px;
    margin-right: 80px;
    display: flex;
    justify-content: center;
}

.coloring-content-cover {
    display: flex;
    gap: 40px;
}

.coloring-content-image-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.coloring-content-image-cover {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.coloring-content-image {
    width: 405px;
    height: 404px;
    cursor: zoom-in;
}

.coloring-content-image-options-blok {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coloring-content-image-title {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.3;
}

.coloring-content-image-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coloring-content-image-button {
    width: 200px;
    height: 35px;
    background: #ff8f01;
    border-radius: 5px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 111.02%;
    text-align: center;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    cursor: pointer;
}

.coloring-content-image-category a {
    color: #ff8f01;
    text-decoration: none;
}

.coloring-content-socials {
    display: flex;
    gap: 5px;
}

.coloring-content-stars {
    display: flex;
    gap: 5px;
}

.coloring-content-star-hover {
    cursor: pointer;
}

.coloring-table a:link {
    font-weight: bold;
    text-decoration: none;
}

.coloring-table a:visited {
    font-weight: bold;
    text-decoration: none;
}

.coloring-table a:active,
.coloring-table a:hover {
    text-decoration: underline;
}

.coloring-table {
    /* font-size: 12px; */
    text-shadow: 1px 1px 0px #fff;
    background: #fff;
    border: #fff 1px solid;
    width: 100%;
    /* -moz-border-radius: 3px; */
    /* -webkit-border-radius: 3px; */
    /* border-radius: 3px; */

    -moz-box-shadow: 0 1px 2px #fff;
    -webkit-box-shadow: 0 1px 2px #fff;
    box-shadow: 0 1px 2px #fff;
}

.coloring-table th {
    /* padding: 21px 25px 22px 25px; */
    border-top: 1px solid #fff;
    border-bottom: 2px solid gray;
}

.coloring-table th:first-child {
    text-align: left;
    padding-left: 20px;
}

.coloring-table tr:first-child th:first-child {
    /* -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-top-left-radius: 3px; */
}

.coloring-table tr:first-child th:last-child {
    /* -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px; */
}

.coloring-table tr {
    text-align: center;
    padding-left: 20px;
}

.coloring-table td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.coloring-table td {
    padding-top: 5px;
}

.coloring-table tr.even td {}

.coloring-table tr:last-child td {
    /* border-bottom: 0; */
}

.coloring-table tr:last-child td:first-child {
    /* -moz-border-radius-bottomleft: 3px;
      -webkit-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px; */
}

.coloring-table tr:last-child td:last-child {
    /* -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; */
}

.coloring-table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.coloring-content-description {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.coloring-content-description-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
}

.coloring-content-description-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.coloring-content-other-colorings-cover {
    /* display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr); */
}

.coloring-content-other-colorings {
    /* display: flex;
    flex-flow: row wrap;
    gap: 30px; */
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.coloring-content-other-colorings-coloring {
    text-decoration: none;
    color: #000;
}

.coloring-content-other-colorings-coloring-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.coloring-content-other-colorings-title {
    font-size: 25px;
    font-weight: bold;
}

.coloring-content-subcategories-subcategory-title-cover {
    text-align: center;
}

.coloring-content-subcategories-subcategory-title {
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 1em;
    color: #555;
}

.coloring-socials {
    width: 30px;
    height: 30px;
}

/*modal coloring*/
.coloring-modal-coloring {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 85px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.coloring-bodal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    max-height: 95%;
    object-fit: contain;
}

.coloring-modal-close {
    position: absolute;
    top: 85px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.coloring-modal-close:hover,
.coloring-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.category-content-breadcrumbs {
    font-size: 1.2em;
    font-weight: 500;
    color: grey;
    margin: 0;
    text-transform: capitalize;
}

.category-content-breadcrumbs a {
    text-decoration: none;
    color: inherit;
}

.category-content-breadcrumbs-current {
    color: #000;
}


.category-content-breadcrumbs-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*----------*/

@media(max-width: 768px) {
    .coloring-content-section {
        margin-left: 10px;
        margin-right: 10px;
    }

    .category-content-bar {
        display: none;
    }

    .coloring-content-image {
        width: 100%;
        object-fit: contain;
    }

    .category-content-breadcrumbs {
        text-align: center;
        padding-top: 75px;
    }

    .coloring-content-image-title {
        text-align: center;
    }

    .coloring-content-image-options-blok {
        width: 100%;
        align-items: center;
    }

    .coloring-content-image-buttons {
        align-items: center;
    }

    .coloring-content-description {
        flex-direction: column;
    }

    .coloring-content-other-colorings-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .coloring-content-other-colorings-coloring-img {
        width: 100%;
        object-fit: cover;
    }

    .coloring-content-other-colorings {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .coloring-content-image-cover {
        justify-content: center;
    }
}