.elementor-659 .elementor-element.elementor-element-27203f7{--display:flex;--min-height:500px;--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:0px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-659 .elementor-element.elementor-element-a4401c9{font-family:"estedad-regular", Sans-serif;font-size:14px;font-weight:400;color:#404040B2;}.elementor-659 .elementor-element.elementor-element-a4401c9 a{color:#404040B2;}.elementor-659 .elementor-element.elementor-element-a4401c9 a:hover{color:var( --e-global-color-secondary );}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-659 .elementor-element.elementor-element-27203f7{--content-width:1110px;}}/* Start custom CSS for shortcode, class: .elementor-element-9bb762a */.custom-orders-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.custom-order-card {
    background: #fff;
    padding: 30px 90px 30px 85px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 20px;
}
.custom-order-column-container {
    display: flex;
    flex-direction:column;
    gap: 20px;
}
.custom-order-card-column-title {
    color: #939393;
    font-family:"estedad-medium";
    font-size: 12px;
}
.custom-order-product-category {
    color: #494949;
    font-family:"estedad-medium";
    font-size: 14px;
}
.custom-order-product-title {
    color: #B0B0B0B2;
    font-family:"estedad-regular";
    font-size: 14px;
}
.custom-order-card-column-content{
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-order-column-container img {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    object-fit: cover;
}
.custom-order-product-details {
    display: flex;
    flex-direction: column;
}
.custom-order-price,
.custom-order-date,
.custom-order-id,
.custom-order-status,
.custom-order-actions {
    font-family: "estedad-regular";
    color:#494949;
    font-size: 14px;
	min-height:42px;
}
.custom-status-badge {
    font-family:"estedad-medium";
    font-size: 14px;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    background: #E2D7FF66;
    color: #5E30D9;
}
.custom-order-actions {
    display: flex;
    gap: 8px;
    justify-content: center;
}
.custom-btn-purple {
    font-family:"estedad-medium";
    background: #6b46ff;
    color: white;
    padding: 6px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
	margin-top:10px;
	margin-bottom:12px;
}
.custom-btn-green {
    font-family:"estedad-medium";
    background: #22c55e;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
	margin-top:10px;
	margin-bottom:12px;
}
/* Responsive Styles for Mobile */
@media only screen and (max-width: 767px) {
    .custom-order-card {
        display: flex !important;
        flex-direction: column !important;
        padding: 10px !important;
        gap: 10px !important;
    }

    .custom-order-column-container {
        flex-direction: row !important;
        width:90%;
        justify-content: space-between;
        border-bottom: 1px solid #eee !important;
    }

    .custom-order-card-column-title {
        font-size: 12px !important;
        width: 50% !important;
        text-align: right !important;
    }

    .custom-order-card-column-content,
    .custom-order-price,
    .custom-order-date,
    .custom-order-id,
    .custom-status-badge,
    .custom-order-actions {
        width: 50% !important;
        text-align: left !important;
        font-size: 13px !important;
    }

    .custom-order-card-column-content {
        flex-direction: row-reverse !important;
        align-items: center !important;
    }

    .custom-order-column-container img {
        width: 30px !important;
        height: 30px !important;
    }

    .custom-status-badge {
        padding: 3px 6px !important;
        font-size: 12px !important;
        width:100% !important;
    }

    .custom-order-actions {
        justify-content: flex-end !important;
        gap: 6px !important;
        width:90% !important;
        
    }

    .custom-btn-purple,
    .custom-btn-green {
        padding: 5px 10px !important;
        font-size: 12px !important;
        margin-top: 0px !important;
        margin-bottom: 16px !important;
    }
    
    .custom-order-column-container:last-child {
    border-bottom: none !important;
    }
}/* End custom CSS */