.wpfnl-order-bump__template-style11 {
    border-radius: 5px;
    position: relative;
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid $primary-color;

    .oderbump-loader {
        border-radius: 5px;
    }

    .template-preview-wrapper {
        padding: 20px 15px;

        .template-title-area {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            margin: 0 0 15px 0;

            .product-price {
                display: inline-block;
                color: #EE8134;
                margin-left: auto;
                width: 120px;
                text-align: right;
    
                span {
                    color: #EE8134;
                    font-weight: 700;
                }
    
                ins {
                    text-decoration: none;
                    background: transparent;
                }
    
            }
        }
       
        .description {
            font-size: 13px;
            line-height: 20px;
            color: #7A8B9A;
            margin: 0;
        }

    }

    .offer-checkbox {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        width: calc(100% - 120px);

        .wpfnl-checkbox {
            display: block;
            line-height: 1;
        }

        .wpfnl-checkbox label {
            font-weight: 600;
            font-size: 15px;
            line-height: 18px;
            color: #363B4E;
            padding: 0 0 0 26px;
            margin: 0;
            border: 0;
        }
        .wpfnl-checkbox label:before {
            top: 1px;
            border-color: $primary-color;
        }
        .wpfnl-checkbox label:after {
            left: 4px;
            top: 6px;
            width: 10px;
            height: 6px;
            border-bottom-color: $primary-color;
            border-left-color: $primary-color;
        }
        .wpfnl-checkbox input[type=checkbox]:checked + label::before {
            background-color: #fff;
        }
    }
}

//-----RTL style------
body.rtl.et_divi_builder #et_builder_outer_content,
body.rtl {
    .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-title-area .product-price {
        text-align: left;
    }

    .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label {
        padding: 0 26px 0 0;
    }
    .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:before {
        left: inherit;
        right: 0;
    }
    .wpfnl-order-bump__template-style11 .offer-checkbox .wpfnl-checkbox label:after {
        left: inherit;
        right: 4px;
    }

}

//------responsive style-------
@media only screen and (max-width: 460px) {
    .wpfnl-order-bump__template-style11 .template-preview-wrapper {
        padding: 15px;
        display: block;
    }
    .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-img {
        width: auto;
        height: auto;
        background-image: none!important;
    }
    .wpfnl-order-bump__template-style11 .template-preview-wrapper .for-mobile {
        display: block;
        border-radius: 10px;
        margin-bottom: 16px;
    }
    .wpfnl-order-bump__template-style11 .template-preview-wrapper .template-content {
        width: 100%;
        padding-left: 0;
    }
}
