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

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

        .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% - 140px);
            padding-right: 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: 15px;
            line-height: 15px;
            color: #EE8134;
            margin-left: auto;
            width: 140px;
            text-align: right;

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

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

    }

    .offer-checkbox {
        margin-bottom: 15px;

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

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

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

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

//------responsive style-------
@media only screen and (max-width: 575px) {
    .wpfnl-order-bump__template-style6 .template-preview-wrapper {
        padding: 15px;
        display: block;
    }
    .wpfnl-order-bump__template-style6 .template-preview-wrapper .template-content {
        width: 100%;
        padding-right: 0;
    }
    .wpfnl-order-bump__template-style6 .offer-checkbox {
        margin-bottom: 10px;
    }

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

}
