#billing_onyx_shipping_amount_field,
#onyx_receipt_field,
#onyx_branches_field,
#uso_shipping_address_status_field
{
    display: none !important;
}

.onyx-location {
    position: relative;
}

.onyx-location a#geo-location{
    position: absolute;
    top: 55px;
    right: 10px;
    background: #fff;
    text-align: center;
    padding: 6px;
    display: flex;
    align-items: center;
    width: 39px;
    box-shadow: -1px 2px 4px rgba(102, 102, 102, 0.1), 1px 1px 3px rgba(102, 102, 102, 0.1);
    cursor: pointer;
}

pre {
    border: 0.1rem solid #dcd7ca;
    line-height: 1.5;
    margin: 4rem 0;
    overflow: auto;
    padding: 3rem 2rem;
    direction: ltr;
    text-align: left;
    background: #222 !important;
    color: #fff !important;
}

.uso-alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 16px;
    margin-top: 4px;
}

.uso-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 16px;
    margin-top: 4px;
}

.uso-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 16px;
    margin: 4px auto 8px;
    width: 100%;
}

.woocommerce form.woocommerce-form.woocommerce-form-register.register {
    position: relative;
    padding: 16px 24px 16px;
}

.woocommerce form.woocommerce-form.woocommerce-form-register.register #uso_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
    z-index: 999;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

#uso_loading #html-spinner{
    width:40px;
    height:40px;
    border:4px solid #eee;
    border-top:4px solid white;
    border-radius:50%;
}

#uso_loading #html-spinner, #svg-spinner{
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1.2s;
    -webkit-animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-transition-property: -moz-transform;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    transition-property: transform;
    animation-name: rotate;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* Checkout */
#uso_shipping_status_field,
#uso_map_address_field,
#uso_receipt_field,
#uso_branches_field,
#billing_onyx_brunches_field {
    display: none;
}

.uso-location {
    position: relative;
}

.uso-location a#get-geo-location {
    position: absolute;
    top: 55px;
    right: 10px;
    background: #fff;
    text-align: center;
    padding: 6px;
    display: flex;
    align-items: center;
    width: 39px;
    box-shadow: -1px 2px 4px rgba(102, 102, 102, 0.1), 1px 1px 3px rgba(102, 102, 102, 0.1);
    cursor: pointer;
    z-index: 1;
}


/*.respectively .respective {*/
/*    padding: 15px;*/
/*}*/
#onyx_receipt_field,
#onyx_branches_field,
#onyx_map_address_field,
#billing_onyx_brunches_field,
.respectively .respective:not(:first-of-type) {
    display: none;
}
/*.respectively .respective .footer-respective {*/
/*    text-align: right;*/
/*}*/
.pro-main-btn,
.respectively .respective .footer-respective .btn-respective {
    background: #a5a5a5;
    border: 0;
    min-width: 100px;
    display: inline-block;
    color: #fff;
    outline: 0;
    padding: 5px;
    text-align: center;
}

.respectively .respective .footer-respective .btn-respective:disabled {
    opacity: .7;
}

.respectively #pass_resend_btn {
    display: none
}

/* ** */
.uso-d-none {
    display: none !important;
}

.uso-d-block {
    display: block !important;
}

#uso_step_1_btn i,
.uso-lost-pass-icon {
    display: none;
}

/* Lost Password */

.step-progress {
    padding: 16px;
    /*background-color: #FAFAFA;*/
    margin: 0 auto;
}

.step-progress .step-slider {
    width: 100%;
}

.step-progress .step-slider .step-slider-item {
    width: 33%;
    height: 2px;
    position: relative;
    float: left;
    background-color: #E0E0E0;
}

.step-progress .step-slider .step-slider-item:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #FAFAFA;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease-out 0.5s;
    -webkit-transition: all 0.3s ease-out 0.5s;
}

.step-progress .step-slider .step-slider-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #B0BEC5;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
}

.step-progress .step-slider .step-slider-item.active:before {
    width: 100%;
    background-color: #3C3F42;
    color: #fff;
}

.step-progress .step-slider .step-slider-item.active:after {
    border-color: #3C3F42;
}

.step-content {
    padding: 16px 0;
}

.step-content .step-content-foot {
    text-align: right;
}

.step-content .step-content-foot button {
    border: 0;
    padding: 8px 16px;
    background-color: #CFD8DC;
    font-size: 14px;
    border-radius: 3px;
    outline: 0;
}

.step-content .step-content-foot button:active {
    background-color: rgba(255, 255, 255, 0.2);
}

.step-content .step-content-foot button.out {
    display: none;
}

.step-content .uso-form-btn:disabled,
.step-content .step-content-foot button:disabled {
    opacity : .7;
}

.step-content .uso-form-btn,
.step-content .step-content-foot button.active {
    background-color: #3C3F42;
    border: 0;
    min-width: 100px;
    color: #fff;
    outline: 0;
    padding: 5px;
    text-align: center;
}

.step-content .step-content-body {
    padding: 16px 0;
    text-align: center;
    font-size: 18px;
}

.step-content .step-content-body.out {
    display: none;
}


.uso-tabs {
    text-align: center;
}
.uso-tabs .tabs {
    margin: 20px;
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.uso-tabs .tabs .active-tab {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    position: relative;
    color: black;
}
.uso-tabs .tabs .active-tab:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}
.uso-tabs .tabs li {
    display: inline-block;
    cursor: pointer;
    color: #3a5ea7;
    padding: 5px 10px;
}
.uso-tabs .tabs li:first-child {
    margin-left: 10px;
}

.uso-tabs .tabs-content {
    margin: 20px;
    padding: 0;
    list-style: none;
}
.uso-tabs .tabs-content li {
    display: none;
}

ul.new-uso-tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
ul.new-uso-tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.new-uso-tabs li.current{
    background: #ededed;
    color: #222;
}

.new-uso-tab-content{
    display: none;
    /*background: #ededed;*/
    padding: 15px;
}

.new-uso-tab-content.current{
    display: inherit;
}

.woocommerce-order .woocommerce-order {
    display: none;
}

/* Delete Account Modal Style */
.modal-header {
    display: flex;
    justify-content: space-between;
}

.rtl .modal-header .btn-close {
    margin: 0 !important;
}

#sam_cancel_delete,
#sam_delete_account {
    width: 48%;
}

@media (max-width: 767px) {
    #usol_delete_account {
        width : 100%;
        background: red;
        color: white;
        font-weight: bold;
    }
}

/* Wocommerce Dashboard In Arabic */
.rtl .woocommerce-MyAccount-content {
    text-align: right;
}

.rtl .wd-my-account-sidebar {
    text-align: right;
}

/* Arrange Registration Fields */
#uso_step_1 {
    display: flex;
    flex-direction: column;
}
#country_code_field {
    order:1;
}
#user_phone_field {
    order:2;
}
#email_field {
    order:3;
}
#confirm_email_field {
    order:4;
}
#password_field {
    order:5;
}
#confirm_password_field {
    order:6;
}
#reg_promo_verification_field{
    order: 7;
}
#uso_step_1 .wc-terms-and-conditions{
    order:8;
}
#uso_step_1_btn {
    order:9;
}


/* You Save Style */
#save-container {
    font-size: 17px;
}

#save-amount {
    background: #E4FAEF;
    color: #1ea579;
    padding: 10px;
    border: 2px solid #E4FAEF;
    border-radius: 10px;
}

/* by Samir 15-10-2024 Hide detect location button on map in checkout page based on Eng. Wisam request */
#geo-location {
	display: none;
}

/* by Samir 5-1-2025 modify 20 onyx fields that displays on front end */
.rtl #uso-extra-info th {
	text-align: right;
}

.rtl #uso-extra-info td {
	text-align: left;
}

#uso-extra-info td {
	text-align: right;
}
.uso-single-product-more-details-link{
    color: #000FFF !important;
    font-size: 12px;
    display: inline-block;
    margin-inline: 10px;
}

/* by Samir 26-2-2025 modify new sar currency symbol */
.custom-sar-currency-symbol {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image:url(./../images/sar-currency-symbol.svg);
}
.woocommerce-lost-password #phone_number::placeholder,
#username::placeholder{
    font-size: 12px;
}