.orderlist-container {
    padding-top: 0;
}

.orderlist-header h2 {
    color: #231F20 !important;
    font-family: "Adieu";
    font-size: 32px;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 0px;

}


.order-summary-list {
    commerce-field-display.lwc-190nf10d9br {
        color: #000;
        font-family: "Archivo";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 124%;
        letter-spacing: 0.16px;
    }

    .filter-text {
        font-family: "Archivo";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.84px;
        letter-spacing: 0.16px;
        position: relative;
        top: 10px;
    }

    .slds-form-element__label {
        color: #231F20;
        font-family: "Archivo";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.12px;
        text-transform: capitalize;
    }

    .slds-button_brand {
        color: #FFF;
        background: rgb(48, 46, 46);
        padding: 9px 16px;
        font-family: Archivo;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        /* 21px */
        letter-spacing: 1.68px;
        text-transform: uppercase;
        border-radius: 0;
    }

    .slds-input {
        background: transparent;
        height: 40px;
        padding: 8px 16px;
        border-radius: 0;
        border: 1px solid #C9C9C9;
        color: #231F20;
        font-family: "Archivo";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.14px;
    }

    .slds-input__icon_right {
        top: 50%;
        transform: translateY(-50%);
        padding-top: 3px;
    }

    .slds-button[title="Reset"] {
        color: #231F20;
        font-family: "Archivo";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 20.8px */
        letter-spacing: 0.16px;
        text-transform: capitalize;
    }

    .slds-no-space {
        color: #5A5A5A;
        font-family: "Archivo";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 124%;
        /* 17.36px */
    }

    .record-count {
        color: #231F20;
        font-family: "Archivo";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 124%;
        /* 19.84px */
        letter-spacing: 0.16px;
        margin-bottom: 12px;

    }

    .record-count:before {
        content: 'Showing ';
    }

    .four-column-layout {
        display: flex;
        flex-direction: column;
    }

    .slds-rich-text-editor__output {
        color: #231F20;
        font-family: "Archivo";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 20.8px */
        letter-spacing: 0.16px;
    }

    .slds-box {
        border: none;
        border-top: 1px solid #D5BA8C;
        margin-bottom: 0;
        padding-left: 0 !important;
    }

    .slds-button[aria-label^="Start"] {
        display: none;
    }

    a[aria-label^="View"] {
        color: #AB7744 !important;
        font-family: "Archivo";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 20.8px */
        letter-spacing: 0.16px;
    }

    .slds-wrap:focus-visible {
        outline: none;
    }

    .slds-container--right button {
        color: #231F20;
        font-family: "Archivo";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 124%;
        letter-spacing: 0.16px;
        text-transform: capitalize;
        margin-bottom: 12px;
    }

    .slds-dropdown-trigger .slds-dropdown {
        top: 100%;
        width: 100%;
        background: #FFFEF3;
        color: #231F20;
        font-family: Archivo;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.14px;
    }

    .two-column-layout {
        flex-direction: column;
    }

    .three-column-layout {
        flex-direction: column;
    }

    .slds-m-bottom_medium {
        margin: 0 !important;
    }

    .one-column-layout {
        width: 50% !important;
        flex-direction: column;
    }

    .button-padding{
        padding-top: 0;
        padding-bottom: 18px;
    }

     .slds-grid {
        align-items: baseline;
    }
}



@media only screen and (min-width: 769px) {
    .order-summary-list {
        .slds-input {
            min-width: 320px;
        }
    }
}

@media only screen and (min-width: 918px) {
    .order-summary-list {
        .slds-container--right button {
            position: relative;
            top: 40px;
        }
    }
}

@media only screen and (max-width: 917px) {
    .order-summary-list {
        a[aria-label^="View"] {
            margin-top: 10px;
        }
    }
}




@media only screen and (max-width: 768px) {
    .orderlist-header h2 {
        font-size: 24px !important;

    }

    .order-summary-list {
        .one-column-layout:nth-child(1) {
            width: 100% !important;
            flex-direction: column;
        }

        .one-column-layout {
            width: 50% !important;
            flex-direction: column;
        }

        .record-count {
            padding-top: 3px;
        }

        .filter-text {
            display: none;
        }

        .slds-container--right button {
            font-size: 14px !important;
        }

        .record-count {
            font-size: 14px !important;
        }

        .slds-align_absolute-center {
            margin: 0;
            justify-content: flex-start !important;

        }

    }
}





@media (min-width: 563px) and (max-width: 767px) {

    .order-summary-list {
        .slds-button_brand {
            margin-top: 23px;
        }
    }

}

@media screen and (width: 820px) {
    .order-summary-list {
        .slds-container--right button {
            position: relative;
            top: 0px !important;
        }
    }

}

@media only screen and (max-width: 1200px) {
    .order-summary-list {
        .filter-text {
            display: none;
        }
    }
}

@media (min-width: 625px) and (max-width: 767px) {

    .order-summary-list {
        .slds-container--right button {
            position: relative;
            top: 40px;
        }
    }

}

@media (min-width: 725px) and (max-width: 767px) {

    .order-summary-list {
        .slds-container--right button {
            position: relative;
            top: 60px !important;
        }
    }

}

@media (min-width: 504px) and (max-width: 562px) {

    .order-summary-list {
        .slds-button_brand {
            margin-top: 31px !important;
        }
    }
}



@media (min-width: 563px) and (max-width: 768px) {
    .order-summary-list {
        .slds-button_brand {
            margin-top: 31px !important;
        }
    }

}

@media only screen and (min-width: 1200px) {
    .order-summary-list {
        .slds-container--right button {
            display: flex;
            justify-content: end;
            min-width: 300px;
        }
    }
}