.cta_title {
    font-size: 17px !important;
    line-height: 28px;
    font-family: var(--bold-font);
    color: #333333;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.cta_desc {
    font-size: 15px !important;
    line-height: 36px;
    color: #432BB3;
}

#websima-cta-content .button.button_border {
    color: #432BB3;
}

#websima-cta-content .button.button_border:hover,
#websima-cta-content .button {
    color: #fff;
}

#websima-cta-content.bg__image .button.button_green:hover {
    color: #0BD08B !important;
}


#websima-cta-content.bg__image .button.button_border {
    color: #fff !important;
}

#websima-cta-content.bg__image::before {
    content: '';
    width: calc(100% - 110px);
    right: 50%;
    transform: translateX(50%);
    height: 40px;
    background: #0BD08B;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    z-index: -1;
}

#websima-cta-content.bg__image .cta_title {
    color: #fff;
}

#websima-cta-content.bg__image .cta_desc {
    color: #D1D1D1;
}

.main-content .related_pro_carousel ul li:before {
    content: none;
}

.main-content .product-item .desc-product ul li.price-product {
    font-size: 13px;
    line-height: unset;
}

.main-content .product-item .desc-product ul li.price-product a {
    color: #533b17
}

.websima-cta-popup-btn {
    background: transparent;
    outline: none;
    border: 1px solid #000;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    font-size: 26px;
    cursor: pointer;
}

#websima-cta-popup {
    background-color: rgb(0 0 0 / 50%);
    position: fixed;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* banner design */
#banner-design-cta {
    display: table;
    margin: 20px auto;
}

#websima-cta-content img,
#banner-design-cta img {
    width: 100%;
    max-width: 140px;
}

/* content design */
#websima-cta-content.cta-content-center {
    flex-direction: column;
    text-align: center;
}

#websima-cta-content {
    margin-block: 42px 32px;
    gap: 28px;
    display: flex;
    align-items: center;
    background-color: #F3F3F3;
    padding: 40px 32px 30px 100px;
    border-radius: 20px;
    position: relative;
}

.websima-cta-desc.websima-cta-desc-center p {
    text-align: center !important;
}

.websima-cta-desc.websima-cta-desc-center {
    align-items: center;
    text-align: center;
}

.websima-cta-desc {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.websima-cta-desc :is(h1, h2, h3, h4, h5, h6) {
    margin: 0 !important;
}

.websima-cta-desc p {
    font-size: 18px;
}

/* popup design */
.websima-cta-popup-btn {
    outline: none;
    border: 1px solid var(--main-color);
    border-radius: 10px 22px 22px 22px;
    width: 3rem;
    height: 3rem;
    font-size: 26px;
    cursor: pointer;
    position: fixed;
    left: 10px;
    bottom: 30px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    line-height: 1;
    padding-top: 5px;
    z-index: 1000;
    box-shadow: 0 3px 10px rgb(189 156 103 / 37%);
}

#websima-cta-popup #websima-cta-content {
    background: #fff;
    padding: 40px 15px 30px 15px;
}

#websima-cta-popup #banner-design-cta {
    margin: 0 auto
}


#websima-cta-product {
    background: #fff;
}

.close-cta {
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-flex;
    top: 0;
    background: red;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    cursor: pointer;
    right: 15px;
}

.websima-cta-btns {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.websima-cta-img img {
    margin: unset !important;
}

.websima-cta-img {
    flex-shrink: 0;
}

/* --------------------
    Responsive Mode
-------------------- */
@media screen and (max-width: 1199.98px) {}

@media screen and (max-width: 991.98px) {}

@media screen and (max-width: 767.98px) {
    .websima-cta-btns {
        gap: 10px;
    }

    .websima-cta-desc p {
        font-size: 14px;
        text-align: center;
    }

    .websima-cta-desc {
        align-items: center;
        text-align: center;
    }

    #websima-cta-content {
        padding: 20px 10px !important;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0;
    }
}

@media screen and (max-width: 576px) {
    .websima-cta-popup-btn {
        bottom: 55px
    }
}