.color-table .c-title {
    background-color: #03A84E;
    padding: 2rem;
    border-radius: 39px;
    color: white !important;
}

.color-table .c-title:hover {
    background-color: #04c75d;
}

.color-table .active .c-title {
    background-color: #25255d;
    padding: 2rem;
    border-radius: 39px;
    color: white !important;
}

.color-table .circleColorTitle:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
    transition: transform 0.7s;
}

.circle-color.active .circleColorTitle {
    padding: 35px;
}

.color-item {
    float: left;
    /*width: 15.6%;*/
    /*margin: 0.5%;*/
    border: 5px solid white;
    height: 180px;
    border-radius: 10px;
    position: relative;
    /*border: none;*/
    background-color: rgb(216, 212, 189);
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.color-item .color-item-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #F7F7F7;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 6px 10px;
    border: none;
}

.c-content-tab-2>.nav>li+li {
    margin-left: 0px !important;
}

.c-content-product-2 {}

@media only screen and (max-width: 600px) {
    .owl-item {
        padding: 0 2px !important;
    }

    .owl-item .c-name {
        font-size: 16px !important;
        height: 7rem;
    }

    .owl-item .c-title {
        font-size: 16px !important;
        height: 7rem;
    }

    .owl-item .c-body {
        padding: 10px !important;
    }

    .c-content-blog-post-card-1 .c-title {
        font-size: 14px !important;
    }

    .c-content-blog-post-card-1 p {
        font-size: 13px !important;
        min-height: 9rem !important;
    }

    .color-table .color-item-name {
        height: 8rem;
    }

    .color-table .color-item-name h4 {
        margin: 10px 0 !important;
    }

    .color-table .c-title {
        margin: 0 !important;
    }

    .color-table ul li a {
        padding: 2px 5px !important;
    }

    .color-table .tab-content {
        padding: 34px 0 !important;
    }

    .c-layout-breadcrumbs-1.c-subtitle {
        margin-top: 0 !important;
    }
}

.c-layout-breadcrumbs-1.c-subtitle {
    border-top: 100px solid black;
}

.btn-theme-colored2 {
    background-color: #24255d;
    border-color: #45479b;
}
