﻿.cleanpowders-rich-container {
    font-family: 'FS Me';
    font-size: 15px;
    font-style: normal;
    position: relative;
}

.cleanpowders-rich-container a {
    color: #333;
}
    .cleanpowders-rich-container a:hover {
        text-decoration: underline;
        color: #333;
    }

.cpc-ds-card a {
    text-decoration: underline;
}

.cpc-ds-title {
    background-color: #5c6360;
    padding: 15px 0;
    text-align: center;
}

.cpc-ds-banner img {
    width:100%;
}

.cpc-ds-description {
    padding: 55px;
    background-color: #f8f2e9;
    text-align: center;
    color: #636a65;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .cpc-ds-description h2 {
        font-family: 'Campton';
        font-size: 60px;
        line-height: 60px !important;
    }
    .cpc-ds-description p {
        font-size: 24px;
        font-family: 'FS Me';
        line-height: 1.2;
    }

h2.cpc-ds-title {
    background: #4b504e;
    font-weight: bold;
    font-family: 'Campton';
    font-size: 55px;
    color: #fff;
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
}

.cpc-ds-banner, .cpc-ds-lp-items-area {
    position: relative;
}

.cpc-ds-bg-1 {
    background-color: #f1c7c3;
}

.cpc-ds-bg-2 {
    background-color: #cadeef;
}

.cpc-ds-bg-3 {
    background-color: #fcecbe;
}

.cpc-ds-bg-4 {
    background-color: #f1c59d;
}
.cpc-ds-bg-5 {
    background-color: #dfecc5;
}

.cpc-ds-bg-6 {
    background-color: #beded2;
}


.cpc-ds-card {
    display: flex;
    gap: 75px;
    position: relative;
}

.ds-padding-card {
    padding: 84px;
}

.cpc-ds-left {
    flex: 45%;
}

.cpc-ds-right {
    flex: 55%;
}


.cpc-ds-relative {
    position: relative;
}

.cpc-ds-card-info {
    position: absolute;
    display: flex;
    bottom: 0;
    border-radius: 15px 15px 0 0;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
    gap: 30px;
    justify-content: center;
}

.cpc-ds-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpc-ds-images {
    display: flex;
    align-items:flex-end;
    gap:6px;
}

    .cpc-ds-images .w-50 {
        max-width: 67px;
        max-height: 90px;
    }

    .cpc-ds-data {
        position: relative;
    }

    .cpc-ds-data:before {
        content: '';
        width: 1px;
        height: 30px;
        background: #333;
        position: absolute;
        right: -15px;
        top: 15px;
    }

    .cpc-ds-data:last-of-type::before {
        background: transparent;
    }

        .cpc-ds-data h3 {
            font-size: 20px;
            font-family: 'Gotham';
            font-weight: bold;
            display: block;
            letter-spacing: -1px;
            margin-bottom: 5px;
            line-height: 1;
        }

.cpc-ds-data p {
    font-size: 12px;
    font-family: 'Gotham Book';
    display: block;
    letter-spacing: -0.5px;
}
.cpc-ds-right .cpc-ds-right-top {
    display:flex;
    flex-direction: column;
    gap:20px;
}

.cpc-ds-sub-title {
    font-family: 'FS Me';
    font-weight: bold;
    font-size:18px;
}

.cpc-ds-sub2-title {
    font-family: 'FS Me';
    font-weight: normal;
    font-size: 18px;
    margin-top:30px;
    display: block;
}

.cpc-ds-right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cpc-ds-right .cpc-ds-right-top .cpc-ds-right-title {
    font-size: 40px;
    font-family: 'FS Me';
    font-weight: bold;
    letter-spacing: -1px;
    color: #3a3a3a;
    display: block;
    margin: 0px;
    padding:0px;
}

.cpc-ds-right-top ol {
    list-style-image: none;
}

.cpc-ds-right-bottom {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-top: 30px;
}

    .cpc-ds-right-bottom img {
        max-width:135px;
        max-height: 180px;
        width:100%;
        height:100%;
    }

.cpc-ds-product-title {
    margin-bottom: 0px;
}

.cpc-ds-product-title a {
    color: #333;
    margin-bottom: 0px;
}


.cleanpowders-rich-container ul, ol {
    padding: 0;
    margin: 0 0 10px 17px;
}
/** Slider */
.cleanpowders-rich-container .owl-carousel .owl-wrapper-outer {
    width: 100%;
}


.cpc-ds-slider-arrows {
    position: absolute;
    bottom: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

    .cpc-ds-slider-arrows .prev-slider-btn {
        margin-left: 10px;
        background: #fff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .cpc-ds-slider-arrows .next-slider-btn {
        margin-right: 10px;
        background: #fff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.cpc-ds-banner .owl-controls {
/*    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;*/
    display: none !important;
}

    .cpc-ds-banner .owl-controls .owl-page {
        display: inline-block;
    }

        .cpc-ds-banner .owl-controls .owl-page span {
            background: none repeat scroll 0 0 #ffffff;
            border-radius: 20px;
            display: block;
            height: 15px;
            margin: 0 3px;
            opacity: 1;
            width: 15px;
            border: 1px solid #ddd;
        }

        .cpc-ds-banner .owl-controls .owl-page.active span {
            background-color: #5c9541;
        }

.cpc-ds-content img {
    width: auto;
}

.cpc-ds-content ul {
    padding-left: 15px;
}

.cpc-ds-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ds-product-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .ds-product-link p {
        margin-bottom: 0px;
        font-family: 'FS Me';
        font-size: 27px;
    }

.cpc-ds-content ul {
    font-family: 'Fonseca';
    font-size: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cpc-ds-content p {
    font-size: 22px;
    line-height: 1.3;
}

.cpc-ds-image a img {
    padding-top: 25px;
}

.cp-ds-next-btn-arrow {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.cp-ds-next-btn-arrow img {
    width: 350px;
    cursor: pointer;
}

.cpc-ds-card {
    justify-content: space-between;
}

.cpc-ds-image {
    width: 30%;
}

.cpc-ds-content {
    width: 70%;
}

.cpc-row-reverse {
    flex-direction: row-reverse;
}

.ds-flex-img {
    display: flex;
}

.ds-flex-gap-50 {
    gap:50px;
}

.ds-flex-center {
    align-items: center;
}