#account-page .vtex-bootstrap .ordersumary {
    display: none;
}

#account-page .myo-order-card {
    display: block !important;
}

@media (max-width: 768px) {
    #account-page .container.vtex-bootstrap {
        padding: 0;
    }
}

/* Selo Spot */

.box-item .product-details .flags .discountHightLight-flags p {
    padding: 5px 8px !important;
}

.discountHightLight-estacao {
    display: none !important;
}

.tagSeasonColecao {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: -1px;
    bottom: 0px;
    z-index: 999;
}

.product-field.product_field_43.product-field-type_1 ul li {
    font-size: 10px;
    color: #000;
    font-family: 'Adobe Garamond', serif;
}

.product-field.product_field_43.product-field-type_1 {
    font-size: 0;
}

/* Fim Selo Spot */

.wrap-form-devolution #step-information .line.refound-to-transfer {
    display: block;
}

#account-page .vtex-button span.mr3 {
    margin-right: 10px;
}

#account-content div.myo-order-product:nth-child(3)>div:first-child {
    width: 20%;
}

.bg-success {
    background-color: #8BC34A;
}

.devolution-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-form-devolution .devolution-checkbox label,
.wrap-form-devolution .devolution-checkbox input {
    margin-bottom: 0;
}

.wrap-form-devolution .devolution-checkbox input {
    margin-right: 10px;
}



.ordered-products .idproduto,
.ordered-products-details .idproduto {
    display: none;
}

#account-content .vtex-account__user-info {
    align-items: center;
}

#account-content .vtex-account__user-info .vtex-account__user-image {
    margin-right: 15px;
}

#account-content .vtex-account__user-name {
    font-weight: bold;
}

#account-content .vtex-pageHeader__container {
    padding: .75rem;
}

#account-content .vtex-account__page-body div.w-100.pv7.fl .flex.flex-column span.mr3 {
    display: none;
}

#account-content .vtex-account__page-body div.w-100.pv7.fl .flex.flex-column .nowrap.bg-muted-1.c-on-muted-1 {
    margin-bottom: 5px;
    margin-top: 10px;
}

#account-content .myo-order-header div:last-child .tr-ns.mt2-ns div {
    width: auto;
}

#account-page .myo-order-card {
    margin-top: 0;
    margin-bottom: 2rem;
}

#account-page .myo-progress-bar .flex.justify-center>div:last-child,
#account-page .myo-progress-bar .flex.justify-center>div:nth-child(8) {
    display: none;
}

.bg-danger {
    background-color: #c34a4a;
}

.hover-b--transparent:focus,
.hover-b--transparent:hover,
active-b--transparent:active,
.hover-bg-action-secondary:focus,
.hover-bg-action-secondary:hover {
    border-color: #0000;
    background-color: #0000;
}

@media all and (max-width:768px) {
    .wrap-form-devolution h1 {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 0 !important;
        margin-top: 40px;
    }

    .wrap-form-devolution .content-left .btns {
        float: left;
    }

    .user-area h1.title {
        font-size: 37px;
    }

    #account-page .vtex-pageHeader__title {

        font-size: 24px;
    }

    .ordered-products .name-ordered-products {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ordered-products .name-ordered-products img,
    .ordered-products .name-ordered-products input {
        margin-bottom: 10px;
    }
    .wrap-form-devolution .content-left .btns .btn {
        margin-left: 0;
    }
}