@font-face {
    font-family: "IRANSans";
    src: url("../fonts/IRANSans.woff2") format("woff2"),
    url("../fonts/IRANSans.woff") format("woff");
}
.uk-button-success {
    background-color: #8BC34A;
    color: #fff;
    border: 2px solid transparent;
}
.uk-button-success:hover {
    color: #fff;
    box-shadow: 0 0 30px 0 rgba(139,195,74,0.5);
}
.jlmf-section {
    margin-top: 20px;
}
.sf-off {
    display: none;
}
.sf-color-1 {
    color: rgba(255,255,255,1) !important;
}
.sf-button {
    background: #5cb85c;
    color: #fff;
    padding: 12px 40px;
    border: none;
    font-size: 110%;
    margin-left: 10px;
    border-radius: 10px;
    font-family: IRANSans;
}
.sf-button:hover {
    background-color: #80c780;
    color: #fff;
}

/*---------- RSForm ----------*/

strong.formRequired {
    font-weight: bold;
    font-style: normal;
    margin-right: 3px;
}

/*---------- J2Store ----------*/

.j2store_field_required {
    float: right;
    color: #6852ed;
    margin-left: 5px;
}
#easy-checkout-billing-address .row-fluid [class*="span"]:first-child {
    margin-left: 15px;
}
#easy-checkout-billing-address .row-fluid [class*="span"] {
    margin-right: 0px;
}
#easy-checkout-billing-address .row-fluid [class*="span"]:first-child {
    margin-right: 0px;
}
.easy-checkout.easy-checkout-checkout-form h3.easy-checkout-title {
    border-bottom: 2px solid #6852ed;
    padding: 0 0 10px;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 0;
}
.easy-checkout.easy-checkout-checkout-form h3 {
    border-bottom: 2px solid #6852ed;
    padding: 10px 0;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.easy-checkout.easy-checkout-checkout-form h3.easy-checkout-title span {
    background: #6852ed;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.easy-checkout.easy-checkout-checkout-form input[type="text"], .easy-checkout.easy-checkout-checkout-form input[type="password"], .easy-checkout.easy-checkout-checkout-form input[type="datetime"], .easy-checkout.easy-checkout-checkout-form input[type="datetime-local"], .easy-checkout.easy-checkout-checkout-form input[type="date"], .easy-checkout.easy-checkout-checkout-form input[type="month"], .easy-checkout.easy-checkout-checkout-form input[type="time"], .easy-checkout.easy-checkout-checkout-form input[type="week"], .easy-checkout.easy-checkout-checkout-form input[type="number"], .easy-checkout.easy-checkout-checkout-form input[type="email"], .easy-checkout.easy-checkout-checkout-form input[type="url"], .easy-checkout.easy-checkout-checkout-form input[type="search"], input[type="tel"], .easy-checkout.easy-checkout-checkout-form input[type="color"], .easy-checkout.easy-checkout-checkout-form .uneditable-input {
    width: 100% !important;
    height: 32px;
    display: block;
    border-color: #eeeeee;
    font-size: 14px;
}
.j2store-cart-table .remove-icon {
    margin-bottom: 0;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    border-radius: 10px;
    direction: rtl;
}
.inputbox[type="text"]:not([class*="input-"]) {
    width: 100% !important;
}