﻿/* Register */
@media (max-width: 768px) {
    .grendene-register-container {
        background-color: #4128C3;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .grendene-register-bg {
        display: none;
    }

    .grendene-register-bg-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 43px;
    }

    .grendene-register-bg-img-mobile {
        min-width: 110px;
        min-height: 110px;
        background-image: url(../images/Register/img-cadastro-mobile.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .grendene-register-bg {
        display: none;
    }

    .grendene-register-content {
        flex: unset;
    }

    .grendene-register-header-s1 {
        margin-bottom: 10px;
        padding: 0 5%;
    }

    .grendene-register-header-s1 h2 {
        font-size: 26px;
    }

    .grendene-register-header-s1 span:nth-child(2) {
        font-size: 12px;
    }

    .grendene-register-subtitle {
        font-size: 20px;
    }

    .grendene-form-register label,
    .grendene-form-register input,
    .grendene-form-register select {
        font-size: 12px;
    }

    .grendene-form-register input:not(input[type=checkbox]),
    .grendene-form-register select,
    .grendene-form-register .grendene-register-div-pw {
        height: 37px !important;
    }

    .grendene-register-customer-info {
        justify-content: unset;
    }

    .grendene-register-customer-info div:nth-child(1) {
        flex: 1;
        margin-right: 10px;
        padding-right: 0px !important;
    }

    .grendene-register-customer-info div:nth-child(2) {
        flex-basis: 129px !important;
        padding-left: 0px !important;
    }

    .grendene-form-register button {
        height: 43px;
    }
}

/* Product Details */
@media (max-width: 991px) {
    .product-page-header {
        flex-direction: column;
    }
}

.grendene-sidebar-search-button {
    color: #4128C3 !important;
    border: 1px solid #4128C3 !important;
}

.grendene-sidebar-search-button > svg {
    margin-right: 5px;
}

@media (max-width: 991.98px) {
    .grendene-filter-container {
        margin-top: 0px;
    }
}

@media (max-width: 425px){
    .order-status-line {
       /* left: 17% !important;
        width: 75% !important;*/
    }
}

@media (min-width: 320px) and (max-width: 968px) {
    .order-status-line {
        left: 0;
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .order-status-line {
        left: 6.8% !important;
        width: 87% !important;
    }
}

@media (max-width: 425px) {
    .order-resume-totals-container {
        max-width: 75% !important;
        flex: 0 0 75% !important;
        -ms-flex: 0 0 75% !important;
        margin-top: 15px !important;
    }

    .about-page-container {
        width: 90vw;
    }

    .about-page-margin-container {
        padding: 0;
        border: 1px solid #4128C3;
    }

    .about-page-element-image {
        display: none;
    }
}

@media (max-width: 992px) {
    .order-container > ul {
        height: auto !important;
        width: 90%;
        padding: 10px 0;
        justify-content: normal;
        margin: 0 !important;
        align-items: normal;
    }

    .order-container {
        height: auto;
        flex-direction: column;
        padding: 0;
        width: auto;
    }

    .order-item {
        margin: 10px 0;
    }

        .order-item > span {
            font-size: 1em;
            margin: 3px 0;
        }

    .order-item-number {
        order: 1;
    }

    .order-item-status {
        order: 2;
    }

    .order-item-date {
        order: 3;
    }

    .order-item-total {
        order: 4;
    }

    .order-item-items {
        order: 5;
    }

    .order-item-expand {
        justify-content: center;
    }

    .order-item-expand-icon-container {
        height: 32px;
        width: 32px;
        background: #DBDBDB;
        display: flex;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .status-not-selected {
        margin-top: -15px;
    }

    .status-span-not-selected {
        display: none;
    }

    .order-product-status-actions {
        margin-top: 30px;
        align-items: flex-end;
    }

    .order-details {
        order: 1;
    }

    .order-resume-container {
        order: 2;
    }

    .order-detail-delivery-info-container {
        order: 3;
    }

    .order-resume-title {
        width: 100%;
    }

    .order-resume-items {
        flex-direction: row;
        justify-content: center;
    }

    .order-payment-span {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .order-resume-title {
        margin-bottom: 20px;
    }

    .order-product-info-span-highlight {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .order-payment-type-label {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .order-resume-totals-container {
        flex-direction: row;
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        margin-top: 15px !important;
    }

    .order-totals-divider {
        width: 100%;
        border: 1px solid #C9C9C9;
    }

    .order-page-container {
        background: #F6F6F6;
        padding: 0 25px;
    }

    .order-item-expand {
        display: none;
    }

    .detail-delivery-info {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .order-item-expand-mobile {
        display: flex;
        border-bottom: 1px solid #C9C9C9;
    }

    .order-item-title {
    }
}