.elementor-7821 .elementor-element.elementor-element-d0805ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-a3e7146 *//* Order Tracking Wrapper */
.woocommerce-form-track-order {
    max-width: 850px;
    margin: 60px auto;
    padding: 50px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    border: 1px solid #eee;
    font-family: inherit !important;
}

/* Description */
.woocommerce-form-track-order p:first-child {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: #333;
    font-family: inherit !important;
}

/* Two Fields Layout */
.woocommerce-form-track-order .form-row {
    width: 48%;
    float: left;
    margin-bottom: 25px;
}

.woocommerce-form-track-order .form-row-first {
    margin-right: 4%;
}

/* Labels */
.woocommerce-form-track-order label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
    font-family: inherit !important;
}

/* Inputs */
.woocommerce-form-track-order input {
    width: 100%;
    height: 58px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 18px;
    font-size: 16px;
    font-family: inherit !important;
}

/* Big Black Button */
.woocommerce-form-track-order button {
    width: 100%;
    height: 62px;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    font-family: inherit !important;
    cursor: pointer;
    margin-top: 15px;
    transition: all .3s ease;
}

.woocommerce-form-track-order button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit !important;
    padding: 0 20px;
    cursor: pointer;
}

/* Clear Float */
.woocommerce-form-track-order::after {
    content: "";
    display: block;
    clear: both;
}

/* Mobile */
@media (max-width: 768px) {

    .woocommerce-form-track-order {
        padding: 25px;
        margin: 20px;
    }

    .woocommerce-form-track-order .form-row {
        width: 100%;
        margin-right: 0;
    }

    .woocommerce-form-track-order button {
        font-size: 18px;
        height: 40px;
    }
}/* End custom CSS */