/*._sd_orders_tracking__search,
._sd_orders_tracking__popup {
    position: absolute;
    right: 0;
    transform: translateY(10px);
    transition: 0.4s;
    font-size: 15px;
    color: #333;
    border: 2px solid #333;
    cursor: pointer;
    border-radius: 4px;
    font-family: 'Gill Sans MT';
    font-weight: 500;
    padding: 5px 15px;
    background: white;
    z-index: 10;
}*/
._sd_orders_tracking__search {
    position: absolute;
    right: 0;
    transform: translateY(10px);
    transition: 0.4s;
    font-size: 15px;
    color: #333;
    border: 2px solid #333;
    cursor: pointer;
    border-radius: 4px;
    font-family: 'Gill Sans MT';
    font-weight: 500;
    padding: 5px 15px;
    background: white;
    z-index: 10;
}
._sd_orders_tracking__popup {
	cursor: pointer;
    margin-left: 7px;
    margin-top: 2px;
}
._sd_orders_tracking__search {
    padding: 10px 15px;
}
._sd_orders_tracking__popup a {
   font-size: 15px;
   font-weight: 500;
}
._sd_orders_tracking__popup {
    z-index: 11;
}
._sd_orders_tracking__title {
    font-weight: 600;
    font-size: 15px;
}
._sd_orders_tracking__search  ._sd_orders_tracking__hint {
    font-weight: 500;
    font-size: 14px;
}
._sd_orders_tracking__popup.sd_hide,
._sd_orders_tracking__search.sd_hide {
    transform: translatey(30px);
    opacity: 0;
}
._sd_orders_tracking__search {
    display: flex;
    flex-direction: column;
    width: 325px;
    border: 2px solid #333;
    gap: 10px;
}
._sd_orders_tracking__input input {
    border-radius: 7px;
    font-family: 'Gill Sans MT';
    width: 100%;
    border: 1px solid #333;
    height: 30px;
    line-height: 31px;
    padding-left: 10px;
}
._sd_orders_tracking__hint {
    font-size: 12px;
}
._sd_orders_tracking__button {
    display: inline-block;
    background: #333;
    padding: 5px 25px;
    color: white;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 14px;
    border-radius: 4px;
    align-self: flex-end;
}
._sd_orders_tracking__button span {
    font-family: 'Gill Sans MT' !important;
}
._sd_orders_history__wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
}
._sd_orders_history__title {
    font-weight: 500;
    color: #111;
    font-size: 17px;
}
._sd_orders_history__wrapper * {
    font-family: 'Gill Sans MT';
}
._sd_orders_history__list {
    border-bottom: 1px solid #D3D4D5;
}
._sd_orders_history__item-info,
._sd_orders_history__headers {
    display: grid;
    grid-template-columns: 1.25fr 1fr 0.75fr 1.5fr 2fr 0.45fr;
    text-align: center;
    border-top: 1px solid #D3D4D5;
}
._sd_orders_history__item-info ._sd_orders_history__paid,
._sd_orders_history__headers ._sd_orders_history__paid-title {
    justify-content: flex-end;
}
._sd_orders_history__item-info ._sd_orders_history__info,
._sd_orders_history__headers ._sd_orders_history__info-title {
    justify-content: center;
}
._sd_orders_history__item-info > div,
._sd_orders_history__headers > div {
    padding: 15px 10px;
    font-size: 16px;
    color: #85878B;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: start;
    border-right: 1px solid #D3D4D5;
}
._sd_orders_history__headers > div {
    color: #595B61;
    font-size: 17px;
}

._sd_orders_history__item-info > div:first-child,
._sd_orders_history__headers > div:first-child {
    border-left: 1px solid #D3D4D5;
}
._sd_orders_history__state > span {
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 13px;
}
._sd_orders_history__info {
    cursor: pointer;
}
._sd_orders_history__info span {
    width: 16px;
    height: 16px;
    background: #333;
    position: relative;
    border-radius: 50%;
}
._sd_orders_history__info i {
    color: white;
    position: absolute;
    top: -1px;
    right: 1px;
    font-size: 14px;
}
._sd_orders_history__more_info {
    padding: 15px;
    border-right: 1px solid #D3D4D5;
    border-left: 1px solid #D3D4D5;
}
._sd_orders_history__state-title {
    font-weight: 500;
    color: #111;
    font-size: 15px;
}
._sd_orders_history__follow-title {
    background: #C9CFD0;
    padding: 10px;
    text-align: center;
    color: #333;
    font-weight: 700;
}
._sd_orders_history__details-title {
    font-weight: 700;
    font-size: 13px;
    color: #111;
}
._sd_orders_history__product ._sd_orders_history__product_detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start ;
}
._sd_orders_history__more_info_headers,
._sd_orders_history__product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #CDCDCE;
}
._sd_orders_history__product {
    overflow: hidden;
}
._sd_orders_history__product:last-child {
    border: none;
}

._sd_orders_history__more_info_headers > div,
._sd_orders_history__product > div {
    color: #111;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._sd_orders_history__product > img {
    margin: 0 auto;
    margin-top: -7px;
}

._sd_orders_history__more_info.sd-hide {
    display: none;
}
._sd_orders_history__item.sd-open ._sd_orders_history__item-info > div:not(:last-child) {
    border-right: none;
}
._sd_orders_history__option-orders {
    background: #C4C5C7;
    color: #111;
    margin-bottom: 20px;
}
._sd_orders_history__options {
    padding-top: 42px;
}
._sd_orders_history__option {
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
}
._sd_orders_history__option-login {
    background: #2C2E35;
    color: white;
}
._sd_orders_history__wrapper {
    display: grid;
    column-gap: 30px;
    grid-template-columns: 0.20fr 1fr;
}
._sd_orders_history__product_state {
    text-align: center;
}

@media (max-width: 991px)
{
    ._sd_orders_history__item {
        margin-bottom: 20px;
    }
    ._sd_orders_history__item-info {
        grid-template-columns: 1fr auto;
        border-right: 1px solid #D3D4D5;
        border-bottom: 1px solid #D3D4D5;
        position: relative;
        border-left: 1px solid #D3D4D5;
    }
    ._sd_orders_history__item ._sd_orders_history__item-info > div {
        border: none;
    }
    ._sd_orders_history__item-info ._sd_orders_history__reference {
        font-weight: 500;
        text-decoration: underline;
        color: #333;
    }
    ._sd_orders_history__item-info ._sd_orders_history__date {
        justify-content: flex-end;
        font-weight: 600;
        color: #333;
    }
    ._sd_orders_history__state {
        grid-column: 1/3;
    }
    ._sd_orders_history__more_info {
        border-bottom: 1px solid #D3D4D5;
    }
    ._sd_orders_history__product_state {
        text-align: left;
    }
    ._sd_orders_history__product {
        grid-template-columns: 0.5fr 1fr;
    }
    ._sd_orders_history__info {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    ._sd_orders_history__item-info ._sd_orders_history__paid {
        justify-content: flex-start;
        font-weight: 600;
        color: #333;
    }
    ._sd_orders_history__wrapper {
        overflow-x: auto;
        grid-template-columns: 1fr;
        padding-left: 15px;
        padding-right: 15px;
    }
    ._sd_orders_history__option {
        font-size: 14px;
    }
    ._sd_orders_history__options {
        padding-left: 15px;
        padding-right: 15px;
    }
    ._sd_orders_history__option-login {
        margin-bottom: 5px;
    }

    ._sd_orders_tracking-wrapper ._sd_orders_tracking__search.sd_hide {
        transform: translatey(-300px);
    }
}
