.wpfnl-order-bump__template-style1 {
    background-color: #f7f7f7;
    border-radius: 12px;
    position: relative;
    margin: 20px 0;

    .template-preview-wrapper {
        padding: 20px;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;

        .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: calc(100% - 160px);
            padding-left: 20px;
        }
        .template-title {
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #363B4E;
            margin: 0 0 9px 0;
        }
        .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;
        }

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

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

            ins {
                text-decoration: none;
                background: transparent;
            }
        }

    }

    .offer-checkbox {
        background-color: $primary-color;
        padding: 12px 20px 12px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 -1px 2px 0 rgba(190, 190, 215, 0.29);

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

        .wpfnl-checkbox label {
            font-weight: 500;
            font-size: 15px;
            line-height: 18px;
            color: #d9d9d9;
            padding: 0 0 0 26px;
            margin: 0;
            border: 0;
        }
        .wpfnl-checkbox label:before {
            top: 1px;
            border: none;
        }
        .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;
            border-color: #ffffff;
        }
    }
}

.oderbump-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: #22222233;
    border-radius: 10px;
    display: none;
    flex-flow: column;
    align-items: center;
    justify-content: center;

    .wpfnl-loader {
        border-color:#ffffff;
        border-top-color:#6E42D3;
        border-width: 2px;
        display: block;
        width: 40px;
        height: 40px;
    }
}


//-----RTL style------
body.rtl.et_divi_builder #et_builder_outer_content,
body.rtl {
	.wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
		padding-right: 20px;
		padding-left: 0;
	}

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


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

    body.rtl.et_divi_builder #et_builder_outer_content,
    body.rtl {
        .wpfnl-order-bump__template-style1 .template-preview-wrapper .template-content {
            padding-right: 0;
        }
    }

    .wpfnl-order-bump__template-style1 .offer-checkbox {
        padding: 9px 15px 13px;
    }
}
