/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
div#tracking-system {
    padding: 20px 20px;
}

.tracking-timeline {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.tracking-timeline .status {
    padding: 10px;
    flex: 1;
    text-align: center;
    position: relative;
    white-space: nowrap;
    border-radius: 12px;
    border-width: 1px !important;
    width: 76px;
    z-index: 2;
    gap: 10px;
}

.tracking-timeline .completed-step {
    color: #4dbd6b;

}

.status-lightgray {
    background-color: lightgray;
}

.transparent-line {
    background-color: transparent;
}

.tracking-timeline .current-step {
    color: #4dbd6b;
}

.tracking-timeline .future-step {
    color: lightgray;
}

.tracking-timeline .status-line {
    width: -webkit-fill-available;
    height: 6px;
    position: relative;
    z-index: 1;
    margin-top: -35px;
}

.tracking-timeline .active-line {
    background: #4dbd6b;
}

.tracking-timeline .status-line:not(.active-line) {
    background: lightgray;
}

.tracking-notes {
    color: black; /* Black text color */
}

.timeline {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: right;
    direction: rtl;
}

span.dateTracking {
    font-weight: 800;
}


.status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.status .status-icon svg {
    width: 40px;
    height: 50px;
}

.status.future-step .status-icon svg {
    fill: #ffffff;
}

.status.future-step .status-icon {
    background: lightgray;
    padding: 15px;
    border-radius: 50px;
    height: 80px;
    width: 80px;
}

.tracking-timeline .completed-step .status-icon, .tracking-timeline .current-step .status-icon {
    background: #4dbd6b;
    padding: 15px;
    border-radius: 50px;
    height: 80px;
    width: 80px;
}

.status.completed-step .status-icon svg {
    fill: #ffffff;
}

.status.current-step .status-icon svg {
    fill: #ffffff;
}

.status-label {
    text-align: center;
    width: 100px;
    line-height: 1;
}

.status-label b {
    font-weight: 800;
}

.tracking-notes .trackingNumber {
    font-weight: 800;
    color: #4dbd6b;
    text-decoration: underline;
}

.tracking-notes > div {
    padding: 10px;
}

.tracking-notes > div:not(:last-child) {
    border-bottom: 2px solid;
}

/* Style for the timeline container */
.timeline {
    display: flex;
    flex-direction: row;
    align-items: center;
    direction: rtl;
}

/* Style for each dash in the timeline */
.timeline-dash {
    width: 100%;
    height: 8px;
    background-color: gray;
    margin-right: 4px;
    border-radius: 12px;
}

/* Style for the active dash */
.timeline-dash.active {
    background-color: #4dbd6b;
}

/* Style for the text labels container */
.timeline-texts {
    display: flex;
    justify-content: space-between;
    direction: rtl;
    color: gray;
    font-size: 14px;
}

/* Style for active text label */
.timeline-text.active-text {
    color: black;
    font-weight: 800;
}

.timeline_wrapper {
    padding: 10px;
    background: whitesmoke;
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
    margin-top: -15px;
}

.timelineSuggestion {
    font-size: 1em;
    margin-bottom: 3px;
}

.timelineTitle svg {
    width: 24px;
    vertical-align: middle;
    margin-left: 5px;
}

.timelineTitle {
    font-size: 1.1em;
    font-weight: 600;
}

.single_variation_wrap {
    max-width: 480px;
}

.comment-form-rating p.stars:nth-of-type(2):not(:first-of-type) {
    display: none;
}

.cfvsw-swatches-container {
    grid-gap: 17px;
}

.cfvsw-swatches-option {
    width: 68px;
}

.fast-delivery-swatch::before {
    content: "אספקה מיידית";
    background-color: #000000;
    color: #ffffff;
    margin-right: 0;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 12px;
    position: absolute;
    right: 50%;
    top: -11px;
    transform: translateX(50%);
}

li.mini_cart_item span.fast-delivery, .cart_item span.fast-delivery {
    display: block;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
}

/* Mobile styles */
/* @media (max-width: 767px) {

    .tracking-timeline {
        flex-direction: column;
        align-items: flex-start;
    }

    .tracking-timeline .status {
        flex: none;
        width: 100%;
        border: none;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .tracking-timeline .status-line {
        width: 100%;
        height: 40px;
        background: transparent;
        position: relative;
        margin-top: 0;
    }

    .tracking-timeline .status-line::before {
        content: '';
        position: absolute;
        width: 7px;
        height: 50px;
        background: grey;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .tracking-timeline .active-line::before {
        background: #4dbd6b;
    }
} */
.woocommerce-order-pay .form_mayers-box {
    display: none !important;
}

.woocommerce-order-pay #icredit-iframe {
    display: block !important;
}

.woocommerce-order-pay .order_details {
    display: none;
}

.woocommerce-account .page-title {
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
    flex-basis: 33%;
    max-width: 33%;
}

.wd-swatches-product {
    display: none;
}

.login-btns-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.login-btns-wrapper a {
    flex-grow: 1;
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 0;
    background-color: white;
    color: black;
    text-decoration: none;
    text-align: center;
}

.login-btns-wrapper a:hover {
    background-color: black;
    color: white;
}

.login-btns-wrapper a i {
    margin-left: 7px;
}

.sms4free-login-form-wrapper {
    display: none;
    max-width: 100%;
}

.sms4free-login-form-wrapper.active {
    display: block;
}

.woocommerce-checkout form.login,
.woocommerce-checkout .sms4free-login-form-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    padding: 30px;
    max-width: 470px;
    border: 2px solid #00000013;
    border-radius: 0;
}

.hide {
    display: none !important;
}

#show-regular-login {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
}

.mobile-send-to-my-account,
.mobile-send-to-my-account:hover,
.mobile-send-to-my-account:focus,
.mobile-send-to-my-account:active {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding: 6px 18px;
    background-color: black;
    color: white;
    border-radius: 0;
}

@media (max-width: 768px) {
    .login-btns-wrapper a {
        padding: 10px;
        font-size: 14px;
    }
}


@media all and (max-width: 480px) {
    form.variations_form {
        justify-content: center;
    }

    .timeline_wrapper {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
        margin-top: -15px;
    }

    .single_variation_wrap {
        max-width: calc(100vw - 40px);
    }

    .timelineTitle {
        font-size: 1em;
    }

    .timelineSuggestion {
        font-size: 0.95em;
    }

    .timeline-texts {
        font-size: 12px;
    }

    .timeline-dash {
        height: 6px;
    }

    .timelineTitle svg {
        font-size: 22px;
    }

    .status .status-icon svg {
        width: 22px;
        height: 18px;
    }

    .tracking-timeline .completed-step .status-icon, .tracking-timeline .current-step .status-icon, .status.future-step .status-icon {
        height: 50px;
        width: 50px;
    }

    div#tracking-system {
        padding: 5px;
    }

    .tracking-timeline .status-line {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -40px;
    }

    .wd-header-my-account.login-side-opener > a > .wd-tools-text, .wd-header-my-account.wd-with-username > a > .wd-tools-text {
        display: none;
    }

    .wd-header-cart > a {
        flex-wrap: wrap;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .wd-header-cart > a > .wd-tools-text {
        margin-right: 0;

    }
}