.favorite-product-actions {
    clear: both;
    display: block;
    margin: 12px 0 18px;
    max-width: 360px;
}

.favorites-primary-button,
.favorites-cart-button {
    background: #111;
    border: 1px solid #111;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding: 9px 14px;
    text-transform: uppercase;
}

.favorites-primary-button:hover,
.favorites-primary-button:focus,
.favorites-cart-button:hover,
.favorites-cart-button:focus {
    background: #333;
    border-color: #333;
    color: #fff !important;
    text-decoration: none;
}

.favorite-product-actions .favorite-main-button {
    background: transparent !important;
    border: 0 !important;
    color: #b00020 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    padding: 6px 0;
    text-transform: uppercase;
}

.favorite-product-actions .favorite-main-button i {
    color: #b00020 !important;
    margin-right: 4px;
}

.favorite-product-actions .favorite-main-button:hover,
.favorite-product-actions .favorite-main-button:focus {
    background: transparent !important;
    border: 0 !important;
    color: #8d0019 !important;
    text-decoration: underline;
}

.favorite-product-actions .favorite-main-button:hover i,
.favorite-product-actions .favorite-main-button:focus i {
    color: #8d0019 !important;
}

.favorite-product-message {
    font-size: 12px;
    margin-top: 6px;
}

.favorite-product-message.is-success {
    color: #217a35;
}

.favorite-product-message.is-error {
    color: #b00020;
}

.favorite-added-popup {
    align-items: center;
    background: #eeeeee;
    border: 1px solid #000;
    color: #333;
    display: flex;
    gap: 14px;
    max-width: 420px;
    padding: 12px 14px;
    position: fixed;
    right: 20px;
    top: 185px;
    z-index: 9999;
}

.favorite-added-popup.is-hiding {
    opacity: 0;
    transition: opacity 250ms ease;
}

.favorite-added-popup img {
    background: #fff;
    border: 1px solid #ddd;
    height: auto;
    width: 76px;
}

.favorite-added-popup-text {
    line-height: 1.35;
}

.favorite-added-popup-text strong,
.favorite-added-popup-text span {
    display: block !important;
}

.favorite-added-popup-text strong {
    font-size: 14px;
    margin-bottom: 2px;
}

.favorite-added-popup-text span {
    font-size: 13px;
}

.favorite-added-product-name,
.favorite-added-message {
    display: block !important;
    width: 100%;
}

.favorite-added-message {
    clear: both;
    margin-top: 2px;
}

.favorite-nav-link {
    position: relative;
    top: 14px;
}

.favorite-nav-link a {
    text-transform: uppercase;
}

body#module-favoritoslistas-manage #columns,
body#module-favoritoslistas-manage #center_column,
body#module-favoritoslistas-manage .columns-container .container {
    max-width: none;
    width: 100%;
}

body#module-favoritoslistas-manage #left_column,
body#module-favoritoslistas-manage #right_column,
body#module-favoritoslistas-manage .left_column,
body#module-favoritoslistas-manage .right_column,
body#module-favoritoslistas-manage aside {
    display: none !important;
}

body#module-favoritoslistas-manage #center_column {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
}

.favorites-manager {
    background: #f4f5f6;
    color: #222;
    margin: 0 auto 30px;
    max-width: 1500px;
    padding: 28px;
}

.favorites-page-header {
    align-items: flex-end;
    background: #fff;
    border: 0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding: 22px 24px;
}

.favorites-kicker {
    color: #777;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.favorites-page-header h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.favorites-create-list {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0;
}

.favorites-create-list .form-control {
    height: 38px;
    min-width: 260px;
}

.favorites-list-tabs {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 18px;
}

.favorites-list-tab {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
    color: #222 !important;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    gap: 14px !important;
    justify-content: space-between !important;
    line-height: 20px !important;
    min-height: 46px !important;
    min-width: 240px !important;
    padding: 11px 12px 11px 16px !important;
    text-transform: none !important;
}

.favorites-list-tab-name {
    display: block !important;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.favorites-list-tab-count {
    align-items: center !important;
    background: #FE9126 !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    height: 28px !important;
    justify-content: center !important;
    line-height: 28px !important;
    min-width: 28px !important;
    padding: 0 8px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.favorites-list-tab:hover,
.favorites-list-tab:focus,
.favorites-list-tab.is-active {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}

.favorites-list-tab:hover .favorites-list-tab-count,
.favorites-list-tab:focus .favorites-list-tab-count,
.favorites-list-tab.is-active .favorites-list-tab-count {
    background: #FE9126 !important;
    color: #fff !important;
}

.favorites-list.is-hidden {
    display: none;
}

.favorites-list {
    background: #fff;
    border: 0;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.055);
    margin-bottom: 26px;
}

.favorites-list-header {
    align-items: center;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    padding: 18px 22px;
}

.favorites-list-header h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 3px;
}

.favorites-list-header span {
    color: #777;
    font-size: 12px;
}

.favorites-list-actions {
    display: flex;
    gap: 6px;
}

.favorites-list-actions .btn {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    padding: 8px 11px;
}

.favorites-table-wrap {
    background: #fff;
    overflow-x: auto;
    padding: 0;
}

.favorites-table {
    background: #fff;
    margin-bottom: 0;
    min-width: 1080px;
}

.favorites-table > thead > tr > th {
    background: #111;
    border-bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 14px 12px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.favorites-table > tbody > tr > td {
    border-bottom: 1px solid #eeeeee;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 14px 12px;
    vertical-align: middle;
}

.favorites-table > tbody > tr:hover {
    background: #f8f8f8;
}

.favorites-col-photo {
    width: 104px;
}

.favorites-photo img {
    border: 1px solid #eee;
    display: block;
    height: auto;
    padding: 4px;
    width: 82px;
}

.favorites-product-link {
    color: #111;
    font-weight: 700;
}

.favorites-product-link:hover {
    color: #555;
}

.favorites-reference {
    color: #666;
    font-size: 13px;
}

.favorites-price,
.favorites-line-total {
    font-weight: 700;
    white-space: nowrap;
}

.favorites-stock {
    border-radius: 2px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.02em;
    min-width: 80px;
    padding: 4px 8px;
    text-align: center;
}

.favorites-stock-available {
    background: #e8f7ed;
    color: #168033;
}

.favorites-stock-unavailable {
    background: #FE9126 !important;
    color: #fff !important;
}

body#module-favoritoslistas-manage .favorites-table .favorites-stock.favorites-stock-unavailable {
    background-color: #FE9126 !important;
    background: #FE9126 !important;
    color: #fff !important;
}

.favorites-quantity-control {
    align-items: center;
    display: inline-flex;
    white-space: nowrap;
}

.favorites-quantity-control .btn,
.favorite-delete-item {
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #222;
    height: 30px;
    min-width: 30px;
    padding: 4px 8px;
}

.favorite-delete-item {
    color: #b00020;
}

.favorites-quantity-control input {
    border: 1px solid #d8d8d8;
    height: 30px;
    margin: 0 4px;
    padding: 2px 4px;
    text-align: center;
    width: 54px;
}

.favorites-list-footer {
    align-items: flex-end;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    clear: both;
    display: flex;
    justify-content: flex-end;
    padding: 20px 22px 22px;
    width: 100%;
}

.favorites-checkout-box {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: auto;
    max-width: 100%;
    width: 360px;
}

.favorites-summary {
    background: #fff;
    border: 1px solid #e3e3e3;
    max-width: 100%;
    padding: 14px 16px;
    width: 100%;
}

.favorites-summary-title {
    color: #111;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.favorites-summary dl {
    margin: 0;
}

.favorites-summary dt,
.favorites-summary dd {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 8px 0;
}

.favorites-summary dt {
    clear: left;
    color: #555;
    float: left;
    font-weight: 400;
}

.favorites-summary dd {
    font-weight: 700;
    text-align: right;
}

.favorites-grand-total {
    border-bottom: 0 !important;
    color: #111 !important;
    font-size: 19px;
    font-weight: 700 !important;
}

.favorites-add-to-cart {
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.favorites-cart-button {
    background: #000;
    border-color: #000;
    font-size: 15px;
    line-height: 22px;
    padding: 13px 22px;
    text-align: center;
    width: 100%;
}

body#module-favoritoslistas-manage .favorites-manager {
    background: #f4f5f6 !important;
    max-width: 1500px !important;
    padding: 28px !important;
}

body#module-favoritoslistas-manage .favorites-list {
    border: 0 !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.055) !important;
}

body#module-favoritoslistas-manage .favorites-table {
    min-width: 1080px !important;
}

body#module-favoritoslistas-manage .favorites-table > thead > tr > th {
    background: #111 !important;
    border-bottom: 0 !important;
    color: #fff !important;
    padding: 14px 12px !important;
}

body#module-favoritoslistas-manage .favorites-list-footer {
    align-items: flex-end !important;
    background: #fafafa !important;
    clear: both !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
}

body#module-favoritoslistas-manage .favorites-checkout-box {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-left: auto !important;
    max-width: 100% !important;
    width: 360px !important;
}

body#module-favoritoslistas-manage .favorites-summary,
body#module-favoritoslistas-manage .favorites-add-to-cart {
    max-width: 100% !important;
    width: 100% !important;
}

body#module-favoritoslistas-manage .favorites-cart-button {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 22px !important;
    padding: 13px 22px !important;
}

.favorites-empty-list,
.favorites-empty-state {
    margin: 0;
    padding: 22px;
}

.favorites-empty-state {
    background: #fff;
    border: 0;
}

.favorites-empty-state h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
}

.favorites-empty-state p {
    color: #666;
    margin: 0;
}

@media (max-width: 767px) {
    body#module-favoritoslistas-manage #center_column {
        padding-left: 10px;
        padding-right: 10px;
    }

    .favorite-product-actions {
        max-width: none;
    }

    .favorites-page-header,
    .favorites-create-list,
    .favorites-list-header,
    .favorites-list-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .favorites-create-list .form-control,
    .favorites-primary-button,
    .favorites-cart-button {
        max-width: none;
        text-align: center;
        width: 100%;
    }

    .favorites-manager {
        padding: 12px;
    }

    .favorites-checkout-box,
    .favorites-summary {
        min-width: 0;
        width: 100%;
    }

    .favorites-add-to-cart {
        min-width: 0;
        width: 100%;
    }

    .favorites-photo img {
        width: 54px;
    }
}
