#bl-list-manager {
    position: relative
}

.bl-modal-body .bl-modal__overlay {
    overflow-x: hidden;
    overflow-y: auto
}
.bl-content__inner{
    h1{
        font-size: 18px;
        color: #ee3224;
        text-transform: uppercase;
        text-align: left;
        margin: 99px 0 20px;
    }
}
.bl-modal__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    display: none
}

.bl-modal__dialog {
    width: 480px;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;
    margin: 5% auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    min-height: 160px;
    position: relative;
    overflow: hidden
}

.bl-form input,
.bl-modal__content {
    border-radius: 10px
}

.bl-loading:before {
    content: "";
    background: url(/arquivos/load_gif.gif) center center no-repeat rgba(255, 255, 255, .5)!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 18px;
    color: #999;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 80px 60px !important;
}

.lists__item.active.bl-loading:before {
    background: url(/arquivos/load_gif.gif) top center no-repeat rgba(255, 255, 255, .5)!important;
}

.bl-modal__content {
    position: relative;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.bl-modal__header {
    min-height: 20px;
    padding: 20px
}

.bl-modal__body,
.bl-modal__footer {
    padding: 0 20px 20px;
    position: relative
}

.bl-modal__header .bl-modal-title {
    text-align: center;
    font-size: 18px
}

.bl-modal__footer {
    border-top: #e5e5e5
}

.bl-form {
    position: relative
}

.bl-form input {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #999;
    padding: 0 20px
}

.bl-modal__btn {
    width: 34px;
    height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #1e88e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    font-size: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.bl-modal__btn.bl-disabled {
    background-color: #ccc !important;
    cursor: default
}

.bl-form .bl-modal__btn {
    position: absolute;
    top: 3px;
    right: 3px
}

.bl-modal__btn.bl-modal__btn--full {
    width: 100%;
    position: relative
}

.bl-modal__btn:hover {
    opacity: .9
}

.bl-modal__close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 26px;
    color: #ff0938
}

.bl-modal__list {
    padding: 0 20px 20px;
    position: relative
}

body:not(.listas):not(.lista) .bl-modal__list {
    min-height: 220px
}

.bl-modal__list .bl-list {
    max-height: 220px;
    overflow-y: auto
}

.bl-list__item {
    list-style: none;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    position: relative
}

.bl-item__checkbox {
    position: relative;
    line-height: 10px;
    margin-top: -15px
}

.bl-item__checkbox>input,
.bl-list__item>input {
    display: none
}

.bl-item__checkbox label {
    position: relative;
    width: 20px;
    height: 20px;
    display: block
}

.bl-item__checkbox label:after,
.bl-list__item label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #e5e5e5;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 10px;
    top: 5px;
    position: absolute
}

.bl-list__item.bl-selected {
    background-color: #eff9e9
}

.bl-item__checkbox>input:checked+label:after,
.bl-list__item>input:checked+label:after {
    background-color: #1e88e5
}

.bl-list__item .bl-item__actions,
.bl-list__item .bl-item__items,
.bl-list__item .bl-item__title {
    display: inline-block
}

.bl-list__item .bl-item__title {
    width: 43%;
    margin-right: 5%;
    padding-left: 2%;
    font-weight: 900;
    color: #1e88e5
}

.bl-list__item .bl-item__items {
    width: 25%;
    margin-right: 5%;
    color: #999
}

.bl-list__item .bl-item__actions {
    width: 20%;
    text-align: right
}

.bl-list__item .bl-item__actions a+a {
    margin-left: 10px
}

.bl-btn-remove-list,
.bl-product-remove {
    color: #f44336
}

.bl-product-remove {
    margin-right: 10px;
    font-size: 20px
}

.bl-btn-edit-list {
    color: #1e88e5
}

.bl-list .bl-item__name {
    width: 70%;
    padding: 0 5% 0 10%;
    color: #1e88e5;
    top: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 15px
}

.bl-list .bl-item__name span {
    display: block;
    font-size: 11px;
    color: #777
}

.bl-list .bl-item__qty {
    width: 25%;
    position: relative
}

.bl-item__qty,
.bl-list .bl-item__checkbox,
.bl-list .bl-item__item-name {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.bl-item__qty {
    width: 90px
}

.bl-item__add-qty {
    display: inline-block;
    width: 100%;
    height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    text-align: center;
    font-size: 12px;
    pointer-events: none
}

.bl-item__minus,
.bl-item__plus {
    border: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 24px;
    width: 24px;
    background-color: #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding-top: 1px;
    font-size: 16px;
    color: #1e88e5;
    line-height: 20px;
    cursor: pointer
}

.bl-item__plus {
    left: auto !important;
    right: 3px
}

.bl-msg {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e5e5e5;
    text-align: center
}

.bl-options-list {
    list-style: none;
    margin: 20px 0
}

.bl-options-list .bl-options-list__item {
    display: inline-block;
    width: 28%
}

.bl-options-list .bl-options-list__item a {
    padding: 20px;
    border: 2px solid #ee3424;
    color:#ee3424;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 18px
}

.bl-options-list .bl-options-list__item a:hover {
    background-color: #ee3424;
    color: #fff;
    text-decoration: none;
}

.bl-options-list .bl-options-list__item.bl-options-list__item--create a {
    border-color: #1e88e5;
    color: #1e88e5
}

.bl-options-list .bl-options-list__item+.bl-options-list__item {
    margin-left: 5%
}

.bl-wrap-options-list {
    margin-bottom: 40px
}

.bl-content__lists-manager .bl-lists-manager__header {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
}

.bl-content__lists-manager .bl-lists-manager__header span {
    display: block;
    color: #999;
    font-size: 16px
}

.bl-content__lists-manager {
    min-height: 350px
}

.bl-table {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0
}

.bl-table tr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.bl-table tr.stock-0 {
    opacity: .7;
    -moz-opacity: .7;
    -webkit-opacity: .7;
    background-color: #fcfcfc
}

.bl-table tr.stock-0 input[type=checkbox],
.bl-table tr.stock-0 input[type=checkbox]+label {
    display: none !important
}

.bl-table td {
    padding: 10px 0;
    vertical-align: middle
}

.bl-items__footer,
.bl-items__total-price {
    padding: 20px;
    text-align: right
}

.bl-table td img {
    width: auto;
    margin: 0 5px 0 30px
}

.bl-table tr .bl-product-name {
    font-size: 16px;
    width: 670px;
    display: block
}

.bl-table tr .bl-product-name+span {
    font-size: 12px;
    color: #999
}

.bl-items__total-price span {
    font-size: 18px;
    font-weight: 900
}

.bl-items__footer {
    background-color: #e5e5e5;
    position: relative;
    margin-bottom: 20px
}

.bl-bar-mode-admin,
.bl-item__buy {
    background-color: #5bb12f;
    color: #fff
}

.bl-item__buy {
    width: 270px;
    line-height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    margin-right: 0;
    font-size: 18px;
    padding: 10px;
    display: inline-block
}

.bl-bar-mode-admin {
    padding: 5px;
    text-align: center
}

.bl-btn-default,
.bl-btn-secondary {
    border-radius: 20px;
    font-size: 18px;
    padding: 10px;
    margin: 0 10px;
    line-height: 20px;
    display: inline-block;
    text-align: center
}

.bl-btn-default {
    background-color: #fff;
    color: #1e88e5;
    border-radius: 20px;
    border: 1px solid #ccc
}

.bl-btn-secondary {
    background-color: #1e88e5;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #1e88e5
}

.bl-btn-default--mini {
    background-color: #fff;
    color: #1e88e5;
    line-height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    margin-right: 0;
    font-size: 14px;
    padding: 2px 10px;
    margin-left: 5px;
    display: inline-block
}

.bl-item__buy.bl-disabled {
    background-color: #ccc;
    cursor: default
}

.bl-btn-default--mini:hover,
.bl-btn-default:hover,
.bl-item__buy:hover {
    opacity: .9
}

.bl-space-msg,
.form-msg {
    text-align: center
}

.bl-space-msg .bl-msg-success,
.form-msg .bl-msg-success {
    padding: 10px 0 5px;
    color: #74cb3f;
    display: block
}

.bl-space-msg .bl-msg-error,
.form-msg .bl-msg-error {
    padding: 10px 0 5px;
    color: red;
    display: block
}

.bl-product-trigger,
.bl-table.not-products+.bl-items__total-price,
.bl-table.not-products+.bl-items__total-price+nav {
    display: none
}

.bl-list-created {
    text-align: center
}

.bl-list-created .bl-box-icons {
    font-size: 50px;
    margin-bottom: 5px;
    color: #5bb12f
}

.bl-list-created .bl-list-created__inner {
    margin-bottom: 20px
}

.bl-list-created .bl-list-created__title {
    font-size: 24px;
    font-weight: 700
}

.bl-error-list {
    background-color: #fde0dd;
    color: #730e06;
    font-size: 18px;
    padding: 20px
}

.bl-error-list a {
    text-decoration: underline;
    color: #1e88e5
}

.bl-modal__product {
    text-align: center
}

.bl-product__title {
    margin-bottom: 5px;
    font-weight: 900;
    color: #1e88e5
}

.bl-product__price {
    color: #999;
    font-size: 11px
}

.bl-product__inner {
    margin-bottom: 20px
}

@media (min-width:764px) and (max-width:1024px) {
    .bl-table tr .bl-product-name {
        width: 100%
    }
    .bl-options-list .bl-options-list__item+.bl-options-list__item {
        margin-left: 1%
    }
}

@media (max-width:764px) {
    .bl-options-list .bl-options-list__item {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 2%
    }
    .bl-table tr .bl-product-name {
        width: 100%;
        font-size: 12px;
        padding-right: 10px
    }
    .bl-table td img {
        margin: 0 5px
    }
    .bl-items__footer .bl-btn-default,
    .bl-items__footer .bl-item__buy {
        width: 100%;
        margin: 0 0 10px
    }
    .bl-modal__dialog {
        width: 95%
    }
    .bl-list .bl-item__name {
        width: 68%;
        padding: 0 5% 0 12%
    }
    .bl-item__checkbox label:after,
    .bl-list__item label:after {
        left: 2px
    }
    .bl-table td img {
        width: 80%;
        padding: 0 10%
    }
    .bl-product-remove {
        margin-left: 10px
    }
    .bl-items__footer .bl-item__buy {
        margin-bottom: 0
    }
}

button.lists__new, .lists__item__action button{
    &:hover{
        filter: saturate(0.80);
	  -webkit-filter: saturate(0.80);
    }
}

.listas div#left-column {
    width: 100%
}

.listas span#first-name-placeholder {
    width: 100%;
    display: block;
    position: relative;
    text-overflow: unset;
    word-wrap: break-word
}

@media (max-width: 768px) {
    #bl-list-manager {
        box-sizing: border-box;
        padding: 0px 20px;
    }
    .bl-content__inner h1 {
        margin: 15px 0 20px;
    }
    .lists__content__left {
        width: 100%;
        float: none;
    }
    .lists__content__right {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }
    .lists__content__right .lists__item__action {
        float: none;
        margin-top: 10px;
    }
    .lists__item {
        width: 100%;
        position: relative;
        height: auto;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 15px;
    }
    .lists__item__action button,
    button.lists__new {
        padding: 10px 20px;
        font-size: 14px;
    }
    .lists__products {
        margin-top: 20px;
    }
    td.product-name a {
        line-height: initial;
        font-size: 12px;
    }
    .quantity {
        width: auto;
    }
    td.product-image {
        width: 100px;
        padding: 0px;
        width: 70px;
        padding-right: 8px!important;
    }
    td.product-image a {
        display: block;
    }
    td.product-image a img {
        width: 100%;
        height: auto;
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 8px 3px;
        line-height: initial;
        vertical-align: middle;
        max-width: 60px;
    }
    .product-checkbox input {
        height: initial;
        width: initial;
        margin-top: 0;
    }
    .item-quantity-change,
    .quantity input {
        margin: 0 auto 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        box-sizing: border-box;
        line-height: 17px;
        text-align: center;
    }
    .quantity input {
        background-color: #fff;
        font-size: 12px;
    }
    .quantity__content {
        margin-top: 0;
    }
    .new__list__container .modal {
        width: 94vw!important;
        margin-left: 0 !important;
        -webkit-transform: inherit !important;
        -moz-transform: translate(15%,-50%)!important;
        -ms-transform: translate(15%,-50%)!important;
        -o-transform: translate(15%,-50%)!important;
        transform: inherit !important;
        left: 3% !important;
        right: 0px !important;
        margin-right: 0 !important;
    }
    p.remove__signal {
        top: -2.5px;
    }
    a.item-link-remove {
        margin-top: 0;
    }
    .product-price p{
        margin: 0;
        font-size: 12px;
        height: auto;
    }
    td.product-price, table.table.lists__items th:nth-of-type(3){
        text-align: center;
    }
    .bl-content__lists-manager{
        min-height: initial;
        height: auto;
    }
}

@media (max-width: 374px){
    td.product-image {
        width: 50px;
    }
    #bl-list-manager {
        padding: 0 5px!important;
    }
}

.bl-btn-more {
    background: #fff;
    color: #ee3424;
    border: 1px solid #ee3424;
    border-radius: 3px;
    padding: 15px 29px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin: 0 0 40px 0;
}

.btn__pricing {
    background: #fff;
    color: #ee3424;
    border: 1px solid #ee3424;
    border-radius: 3px;
    padding: 2px 6px;
    font-weight: 500;
    font-size: 14px;
}

.quantity select {
    display: none;
    -webkit-appearance:none;
    appearance:none;
    -moz-appearance:none;
}

@media (max-width: 768px) {
    .quantity select {
        margin: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        box-sizing: border-box;
        line-height: 17px;
        text-align: center;
        background-color: #fff;
        font-size: 12px;
        border-radius: 0;
        border: 1px solid #171b29;
        float: left;
        border-left: 0;
        border-right: 0;
        color : #171b29;
    }
    .quantity input {
        display: none!important;
    }
}

@media (max-width: 320px) {
    .quantity select {
        text-indent: 6px;
    }
}

.category-tag {
    padding: 4px 8px;
    background: #e73333;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
}

button.btn__agregar {
    display: none;
    border: 1px solid #ee3424!important;
    background: #fff!important;
    color: #ee3424!important;
}

button.btn__agregar i {
    margin: -4px 12px 0 -12px!important;
}

.lists__products .product-price {
    width: 160px;
    vertical-align:  middle;
}

.lists__products .product-price strong {
     /*! color: #ef4537; */
    /*! font-size: 14px; */
}

.lists__products .product-price .product {
    width: 100%;
    padding: 0px;
    margin: 0;
    border: none;
    cursor: default;
}

.lists__products .product-price .campaign-pricing {
    height: initial!important;
}

.lists__products .product-price .all-campaign-prateleira {
    display: block!important;
    position: absolute;
    left: -560px;
    max-width: 35px;
}

@media (max-width: 1187px) {
    .lists__products .product-price .all-campaign-prateleira {
        left: -400px;
    }
}

.lists__products .product-price .product-info {
    padding: 0px;
}

.lists__products .product-price .product-info span.precio {
    padding: 0px;
    margin: 0px;
    bottom: 0px !important;
}

.lists__products .product-price .product-info span.precio-normal {
    position: static!important;
}

.lists__products .product-price .product-info .ahorro {
  margin: 0px!important;
}

.lists__products td.product-name {
    vertical-align:  middle;
}

.lists__products td.product-name a {
    line-height: initial!important;
}