/*==================================================================================================*/
/*ECOMMERCE*/
/*==================================================================================================*/

.select2-dropdown{
    width: 260px !important;
}

html[data-theme="dark"] .metodo_pagamento label svg path{
    fill: #fff;
}

.form_change_entidade .select2-container--default .select2-selection--single{
    border: none;
    background-color: transparent;
    text-align: left;
}

#conta-corrente .filters{
    position: relative;
}

#conta-corrente .filters .holder-button{
    position: absolute;
    right: 0;
    top: 0;
}


#form-conta-corrente .form-control{
    border: 2px solid var(--text-color-normal);
    border-radius: 44px;
    padding: 12px 30px;
    margin-bottom: 30px;
}


.btn:hover{
    border-color: #2D82B7;
}

.menu_holder .menu-nav .dropdown.options .pesquisa input{
    max-width: Calc(100% - 25px);
}

.menu_holder .menu-nav .dropdown.options .helper.cart-li #cartContainer{
    display: flex;
    align-items: center;
    gap: 5px;
}

.area-reservada .form-control{
    margin-bottom: 15px;
}

.carrinho .form-control{
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
    color: inherit;
    background-color: var(--background-cards-produtos);
}

.carrinho table,
.carrinho table tr,
.carrinho table th,
.carrinho table tr td,
.carrinho table th td,
#dados table,
#dados table tr,
#dados table th,
#dados table tr td,
#dados table th td{
    background: transparent;
    color: var(--text-color-normal);
}

/*CSS apenas para páginas de E-Commerce*/

.margin-top-0 { margin-top: 0px; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-35 { margin-top: 35px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-55 { margin-top: 55px; }
.margin-top-60 { margin-top: 60px; }

.push-down-0 { margin-bottom: 0px; }
.push-down-5 { margin-bottom: 5px; }
.push-down-10 { margin-bottom: 10px; }
.push-down-15 { margin-bottom: 15px; }
.push-down-20 { margin-bottom: 20px; }
.push-down-25 { margin-bottom: 25px; }
.push-down-30 { margin-bottom: 30px; }
.push-down-35 { margin-bottom: 35px; }
.push-down-40 { margin-bottom: 40px; }
.push-down-45 { margin-bottom: 45px; }
.push-down-50 { margin-bottom: 50px; }
.push-down-55 { margin-bottom: 55px; }
.push-down-60 { margin-bottom: 60px; }

.pull-left{float: left;}
.pull-right{float: right;}

.checkout-page { background-color: #f3f3f3; }
.checkout-page header { border: none; padding: 40px 0 0 0; }

.checkout-container { background-color: white; -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); padding-bottom: 100px; padding-top: 50px; }

.boxed .checkout-container { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.checkout-steps {
    position: relative;
    margin: 20px 0px 30px;
    padding: 30px 20px;
    text-align: center;
}
.checkout-steps:after, .checkout-steps:before { content: ""; position: absolute; left: 0; right: 0; height: 8px; }
.checkout-steps:before { background: -moz-radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -webkit-radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); top: 0; }
.checkout-steps:after { background: -moz-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -webkit-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); bottom: 0; }
.checkout-steps .step { width: Calc( 100% / 3 ); float: left; position: relative; }
.checkout-steps .step:before { content: ""; position: absolute; top: 10px; left: 0; right: 0; height: 2px; background: #e6e6e6; z-index: 0; }
.checkout-steps .step:first-of-type:before { left: 50%; }
.checkout-steps .step:last-of-type:before { right: 50%; }
.checkout-steps .step.active:last-of-type:before, .checkout-steps .step.done:last-of-type:before { background: #2D82B7; }
.checkout-steps .step.active .step-badge, .checkout-steps .step.done .step-badge { background-color: #2D82B7; color: #fff; }
.checkout-steps .step.active { color: var(--text-color-normal); }
.checkout-steps .step.active:before { background: -moz-linear-gradient(left, #2D82B7 0%, #2D82B7 50%, #e6e6e6 50%, #e6e6e6 100%); background: -webkit-linear-gradient(left, #00becc 0%, #00becc 50%, #e6e6e6 50%, #e6e6e6 100%); background: linear-gradient(to right, #00becc 0%, #00becc 50%, #e6e6e6 50%, #e6e6e6 100%); }
.checkout-steps .step.active:first-of-type:before { background: #e6e6e6; }
.checkout-steps .step.done:before { background: #2D82B7; }
.checkout-steps .step.done:first-of-type:before { background: #2D82B7; }
.checkout-steps .step-badge { margin: 0 auto; -webkit-border-radius: 99px; -moz-border-radius: 99px; border-radius: 99px; width: 22px; height: 22px; background-color: var(--bg-pesquisa-menu); position: relative; z-index: 1; line-height: 22px; margin-bottom: 5px; }

.modal { width: 300px; margin-left: -190px; }

.modal input{
    width: 100%;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 5px 8px;
}
.modal .btn{
    width: 100%;
    margin: 15px 0;
}

.modal-header h3 { text-align: center; }
.modal-header [data-dismiss="modal"] { position: absolute; top: 12px; right: 20px; }

.modal-body { padding: 20px; }
.modal-body .controls .checkbox { padding-top: 0; margin-bottom: 20px; }

.cart-li{
    position: relative;
}

.cart-li:hover .open-panel{
    visibility: visible;
    opacity: 1;

    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.menu_holder .open-panel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 35px;
    z-index: 1100;
    right: 0;
    width: 500px;
    max-height: Calc(100vh - 300px);
    overflow: auto;
    background: var(--background-cards-produtos);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    cursor: default;

    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.menu_holder .proceed {
    background: var(--background-cards-produtos) !important;
}

.menu_holder .open-panel .item-in-cart {
    padding: 20px 10px;
    border-bottom: 1px dotted #c3c2c4;
}

.menu_holder .open-panel .item-in-cart .image {
    width: 75px;
    float: left;
}

.menu_holder .open-panel .item-in-cart .image img{
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.menu_holder .open-panel .item-in-cart .desc {
    width: Calc(100% - 200px);
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    padding-top: 5px;
    color: var(--text-color-normal);;
}

.menu_holder .open-panel .item-in-cart .desc a,
.menu_holder .open-panel .item-in-cart .desc .carrinho_remove_item{
    color: var(--text-color-normal);;
}

.menu_holder .open-panel .item-in-cart .price {
    padding-top: 5px;
    width: 95px;
    float: left;
    text-align: right;
    color: var(--text-color-normal);;
}

.menu_holder .open-panel .summary {
    padding: 10px;
    text-align: right;
    color: var(--text-color-normal);;
}

.menu_holder .open-panel .proceed {
    clear: both;
    padding: 10px;
    background-color: #f3f3f3;
    min-height: 0;
    color: var(--text-color-normal);;
    overflow: hidden;
}

.title-aux span.light{
    display: inline-block;
    font-size: 12px;
    background-color: var(--bg-pesquisa-menu);
    padding: 7px 15px;
}

#form_next_step .opcoes_tipo{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#form_next_step .opcoes_tipo .holder_tipo{
    display: inline-block;
    width: 220px;
    position: relative;
    padding: 0 15px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(1, 1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#form_next_step .opcoes_tipo .holder_tipo input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#form_next_step .opcoes_tipo .holder_tipo label{
    display: flex;
    text-align: center;
    border: 1px solid #fff;
    min-height: 100px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

#form_next_step .opcoes_tipo .holder_tipo input:checked ~ label {
    box-shadow: 0 2px 22px 0 rgba(230, 230, 230, 0.80);
    background-color: var(--border-chekcmark);
    color: var(--bg-checked-checkmark);
}

.tabela-encomendas td button.btn{
    padding: 10px 17px;
    font-size: 14px;
}


@media (max-width: 767px) {

    .holder-botoes-carrinho{
        margin-top: 35px;
    }

    .holder-botoes-carrinho .btn{
        padding: 10px 20px;
        font-size: 10px;
    }

}

@media (max-width: 480px) {

    .modal { padding: 15px 20px 10px; }
    .modal-body { padding: 10px; }
    .modal-header { padding: 5px 0; }

}
