//-------order bump template style-12--------
.wpfnl-order-bump__template-style12 {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    border: 1px solid #E5E8F3;
    margin-bottom: 20px;

    .template-preview-wrapper {

        .template-img {
            width: 150px;
            height: 150px;
            background-color: #F2F2F8;
            border-radius: 10px;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            object-fit: cover;
            margin: 0 16px 6px 0;
            float: left;
        }

        .template-content {
            clear: right;

            &::after {
                content: "";
                display: block;
                clear: both;
            }
        }
        .template-title {
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #363B4E;
            margin-bottom: 0;
            margin-left: 5px;
        }
        .subtitle {
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: $primary-color;
            margin: 0;
            display: flex;
            flex-flow: row wrap;
        }
        .description {
            font-size: 13px;
            line-height: 20px;
            color: #7A8B9A;
            width: 100%;
            margin-top: 8px;
        }

        .product-price {
            display: inline-block;
            font-weight: 500;
            font-size: 13px;
            line-height: 15px;
            color: #EE8134;
            margin-top: 5px;

            span {
                font-size: 13px;
                color: #EE8134;
                font-weight: 500;
            }

            ins {
                text-decoration: none;
            }
        }

    }

    .offer-checkbox {
        background-color: $primary-color;
        padding: 11px 20px;
        margin-top: 10px;
        border-radius: 5px;

        .wpfnl-checkbox label {
            font-weight: 500;
            font-size: 15px;
            line-height: 18px;
            color: #d9d9d9;
            padding-left: 26px;
            margin: 0;
            border: none;
        }
        .wpfnl-checkbox label:before {
            top: 1px;
            width: 15px;
            height: 15px;
        }
        .wpfnl-checkbox label:after {
            left: 4px;
            top: 6px;
            width: 7px;
            height: 3px;
            border-bottom-color: #6E42D3;
            border-left-color: #6E42D3;
        }
        .wpfnl-checkbox input[type=checkbox]:checked + label::before {
            background-color: #fff;
            border-color: #ffffff;
        }

    }
}

//-----RTL style------
body.rtl.et_divi_builder #et_builder_outer_content,
body.rtl {
    .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label {
        padding-left: 0;
        padding-right: 26px;
    }
    .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:before {
        left: inherit;
        right: 0;
    }
    .wpfnl-order-bump__template-style12 .offer-checkbox .wpfnl-checkbox label:after {
        left: inherit;
        right: 4px;
    }

}


//------responsive style-------
@media only screen and (max-width: 425px) {
    .wpfnl-order-bump__template-style12 .template-preview-wrapper .template-img {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}