.elementor-1689 .elementor-element.elementor-element-4bd2e5c{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-9b20ebc *//* ===============================
   Salehi Order Tracking
================================ */

.salehi-order-tracking {
    max-width: 500px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
    direction: rtl;
}


/* عنوان فیلدها */
.salehi-order-tracking label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}


/* فیلدهای ورودی */
.salehi-order-tracking input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    transition: .3s;
}


.salehi-order-tracking input:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 3px rgba(34,113,177,.1);
}


/* دکمه */
.salehi-order-tracking button {

    width: 100%;
    height: 50px;

    background: #2271b1;
    color: #fff;

    border: none;
    border-radius: 10px;

    font-size: 16px;
    font-weight: 700;
    font-family: inherit;

    cursor: pointer;

    transition: .3s;
}


.salehi-order-tracking button:hover {
    background: #135e96;
}


/* نتیجه سفارش */
.salehi-order-tracking + .woocommerce-message,
.salehi-order-tracking + .woocommerce-error {

    max-width: 500px;
    margin: 25px auto;

    padding: 20px;

    border-radius: 15px;

    font-size: 15px;
    line-height: 2;

    direction: rtl;
}



/* ===============================
   موبایل
================================ */

@media(max-width:768px){

    .salehi-order-tracking {

        width: calc(100% - 30px);

        padding:20px;

        border-radius:12px;
    }


    .salehi-order-tracking label {

        font-size:14px;
    }


    .salehi-order-tracking input {

        height:45px;

        font-size:14px;
    }


    .salehi-order-tracking button {

        height:46px;

        font-size:15px;
    }


}/* End custom CSS */