.wpfnl-order-bump__template-style3 {
    border-radius: 10px;
    position: relative;
    margin: 20px 0;

    .template-preview-wrapper {
        padding: 20px 15px;
        border: 1px solid #6E42D3;
        border-radius: 10px;

        .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;
        }

        .for-mobile {
            display: none;
            border-radius: 10px;
        }

        .template-content {
            width: 100%;
            margin-top: 12px;
        }
        .product-price {
            font-weight: 500;
            font-size: 18px;
            line-height: 1.2;
            margin-bottom: 15px;
            display: block;
            color: #EE8134;

            del {
                color: #7A8B9A;
            }

            ins {
                text-decoration: none;
            }
        }

        .template-title {
            font-weight: 500;
            margin: 0 0 9px 0;
            font-size: 16px;
            line-height: 1.3;
            color: #363B4E;
        }
        .subtitle {
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: $primary-color;
            margin-bottom: 14px;
        }
        .description li,
        .description span,
        .description p,
        .description {
            font-size: 13px;
            line-height: 20px;
            color: #7A8B9A;
            margin: 0;
        }

    }

    .offer-checkbox {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;

        .wpfnl-checkbox {
            line-height: normal;
            display: inherit;
            width: calc(100% - 60px);
        }
        .wpfnl-checkbox label {
            font-weight: 600;
            color: #363B4E;
            padding-left: 28px;
            font-size: 14px;
            line-height: 14px;
            margin: 0;
        }
        .wpfnl-checkbox label:before {
            top: -1px;
            border: none;
            width: 18px;
            height: 18px;
            background-color: #c0c0c3;
        }
        .wpfnl-checkbox label:after {
            left: 4px;
            top: 4px;
            width: 10px;
            height: 6px;
            border-bottom-color: #ffffff;
            border-left-color: #ffffff;
        }

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

            del {
                margin-right: 2px;
            }
        }
    }
}

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