/*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; }

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

ul.site-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    text-align: center;
}

ul.site-breadcrumb > li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: #13283D;
    a{
        color: inherit;
        text-decoration: none;
        &:hover{
            text-decoration: underline;
        }
    }
}

ul.site-breadcrumb > li::before {
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    position: absolute;
    right: -13px;
    top: 8px;
    font-size: 12px;
}

ul.site-breadcrumb > li:last-child::before {
    display: none;
}

.hidden{
    display: none;
}

button.close{
    background-color: transparent;
    border: none;
    padding: 0 10px;
}

.alerts_box{
    margin-top: 15px;
}


.svg-icon {
    display: inline-flex;
}

.svg-icon svg,
.svg-icon .svg{
    vertical-align: -0.125em;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
}

.svg-icon .fa-spin{
    font-size: 50px;
    display: inline-block;
    color: #333;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    color: #666;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px 15px;
    outline: none;
}

.select2-container .select2-selection--single{
    height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
}


.quantity{
    width: 120px;
    margin-right: 17px;
}

.quantity label{
    color: #222222;
    display: block;
    margin-bottom: 10px;
}

.quantity .qty-box{
    width: 120px;
    margin-right: 14px;
    border: 1px solid #005089;
    position: relative;
    border-radius: 26px;
    display: inline-block;
}

.quantity .qty-box .qty{
    font-size: 15px;
    color: #000;
    font-weight: 700;
    border-width: 0;
    width: 100%;
    padding: 10px 0;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    height: 53px;
    line-height: 38px;
    border-radius: 3px;
    border: none;
    /*-webkit-padding-start: 13px;*/
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;

    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
         display: none;
        -webkit-appearance: none;
        margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    }
    @media screen and (max-width: 992px){
        &{
            -webkit-padding-start: 0px;
        }
    }
}

.quantity .qty-box .increase,
.quantity .qty-box .decrease{
    background-color: transparent;
    line-height: 50px;
    width: 35px;
    padding: 0;
    font-size: 12px;
    color: #005089;
    font-weight: 700;
    cursor: pointer;
    transition: 0.5s;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 0;
}

.quantity .qty-box .increase{
    right: 0;
    left: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.quantity .qty-box .decrease{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.text-right{text-align: right;}
.text-left{text-align: left;}




/* Price Slider
-------------------------------------------------------*/
.ui-slider-horizontal {
    cursor: pointer;
    position: relative;
    height: 7px;
    background: #ddd;
    margin-bottom: 20px;
    border-radius: 1px;
}

.filter-by-price .ui-slider .ui-slider-handle {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #2D82B7;
    top: -5px;
    margin-left: -13px;
    z-index: 2;
    border-radius: 50%;
    border: 2px solid #f2f4f7;
}

.filter-by-price .ui-slider span:first-of-type {
    margin-left: 0;
}

.ui-slider .ui-slider-range {
    border-radius: 10px;
    position: absolute;
    background-color: #2D82B7;
    height: 7px;
}

.filter-by-price p {
    margin-bottom: 0;
}

.filter-by-price input#amount {
    width: 40%;
    padding: 0;
    font-size: 14px;
    color: #000;
    border: none;
    background-color: transparent;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    line-height: 1;
    vertical-align: middle;
}

.filter-by-price label {
    line-height: 33px;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    color: #7f7f7f;
}

.filter-by-price p > a {
    float: right;
    padding: 0 15px;
}

.price-filter {
    margin-top: 7px;
    float: left;
}
#produtos .zona_produtos #slider_produtos_relacionados.lista_produtos .single_produto {
    width: 100%;
}

@media screen and (max-width: 1400px){
    #produtos .zona_categorias .single_categoria .holder_categoria .nome {
        font-size: 12px;
        line-height: 20px;
    }
    #detalhe_produto h1,
    #detalhe_produto h2,
    #produtos .cabecalho_produtos h1 {
        font-size: 41px;
        line-height: 64px;
    }
    #produtos .cabecalho_produtos .nr_produtos {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px){
    #produtos .zona_categorias {
        justify-content: center;
    }
    #produtos .zona_categorias .single_categoria {
        width: Calc(100% / 8);
    }
    #detalhe_produto h1,
    #detalhe_produto h2,
    #produtos .cabecalho_produtos h1 {
        font-size: 36px;
        line-height: 59px;
    }
    #produtos .cabecalho_produtos .nr_produtos {
        font-size: 16px;
    }
    #produtos .zona_produtos .lista_produtos .single_produto .holder_single_produto .price {
        font-size: 22px;
        line-height: 35px;
    }
    #produtos .zona_produtos .holder_zona_produtos .lista_produtos .single_produto {
        width: 50%;
    }
}
@media screen and (max-width: 992px){
    #produtos .zona_categorias .single_categoria {
        width: Calc(100% / 6);
    }
    #detalhe_produto h1,
    #detalhe_produto h2,
    #produtos .cabecalho_produtos h1 {
        font-size: 30px;
        line-height: 54px;
    }
    #produtos .cabecalho_produtos .nr_produtos {
        font-size: 14px;
    }
    #produtos .zona_produtos .lista_produtos .single_produto {
        margin-bottom: 60px;
        width: 50%;
    }
    #produtos .zona_produtos .holder_zona_produtos {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
    }
    #produtos .zona_produtos .holder_zona_produtos .holder_lista_produtos {
        width: 100%;
    }
    #produtos .zona_produtos .holder_zona_produtos .filtros:before {
        display: none;
    }

    #produtos .zona_produtos .holder_zona_produtos .filtros {
        width: 100%;
        max-width: 100%;
        padding: 30px;
        margin-bottom: 30px;
    }
    #produtos .zona_produtos .holder_zona_produtos .filtros {
        display: none;
        position: fixed;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        z-index: 999;
        max-height: 75vh;
        overflow: auto;
        max-width: 90%;
        background: #fff;
        box-shadow: 0px 0px 11px #1474bd66;
        border-radius: 30px;

    }
    #produtos .zona_produtos .holder_zona_produtos .filtros.open {
        display: block;
    }
}
@media screen and (max-width: 767px){
    #produtos .zona_categorias .single_categoria {
        width: Calc(100% / 4);
    }
    #detalhe_produto h1,
    #detalhe_produto h2,
    #produtos .cabecalho_produtos h1 {
        font-size: 25px;
        line-height: 49px;
    }
}
@media screen and (max-width: 567px){
    #produtos .zona_categorias .single_categoria .holder_categoria .nome {
        font-size: 10px;
        line-height: 18px;
    }

    #produtos .zona_produtos .lista_produtos{
        margin: 0;
    }


    #produtos .zona_produtos #slider_produtos_relacionados.lista_produtos .single_produto,
    #produtos .zona_produtos .holder_zona_produtos .lista_produtos .single_produto,
    #produtos .zona_produtos .lista_produtos .single_produto {
        padding: 0;
        width: 300px;
        max-width: 100%;
        margin: 0 auto 50px;
    }
    #produtos .cabecalho_produtos .cabecalho_filtragem{
        width: 100%;
    }
    #detalhe_produto h1,
    #detalhe_produto h2,
    #produtos .cabecalho_produtos h1,
    #produtos .cabecalho_produtos h2{
        width: 100%;
        text-align: center;
    }
    #produtos .cabecalho_produtos .nr_produtos {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    #produtos .cabecalho_produtos {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 400px){

    #produtos .zona_categorias .single_categoria {
        width: Calc(100% / 3);
    }
}


/*==================================================================================================*/
/*PRODUTO*/
/*==================================================================================================*/

#produto{
    background-color: #FBFBFB;
}

#produto .product-page-holder{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 40px;
}

#produto .product-page-holder .product-gallery{
    width: 45.5%;
    padding-bottom: 30px;
    padding-right: 50px;
    position: relative;
}

#produto .product-page-holder .product-gallery .prod-promo-label {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    position: absolute;
    right: 70px;
    top: 10px;
    z-index: 99;
    background-color: var(--background-color-secondary);
    color: #fff;
    font-size: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#produto .product-page-holder .product-gallery .slide-gallery{
    padding-top: 0px;
}

#produto .product-page-holder .product-gallery .gallery--product img{
    width: 100%;
    height: 540px;
    object-fit: contain;
}

#produto .product-page-holder .product-gallery .owl-thumbs{
    position: absolute;
    top: 0;
    left: -70px;
    margin: -5px 0;
    width: 50px;
    flex-direction: column;
    display: flex;
    max-width: 350px;
}

#produto .product-page-holder .product-gallery .owl-thumbs .owl-thumb-item{
    padding: 5px 0;
    float: none;
    background-color: transparent;
}

#produto .product-page-holder .product-gallery .owl-thumbs .owl-thumb-item img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    border: 1px solid #cccccc;
}

#produto .product-page-holder .product-gallery .owl-thumbs .owl-thumb-item.active img{
    border: 1px solid var(--background-color-secondary);
}

#produto .product-page-holder .product-gallery .product-gallery-thumbnails{
    /*position: absolute;*/
    /*transform: rotate(90deg);*/
    /*top: 270px;*/
    /*left: -145px;*/
    /*width: 340px;*/
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

#produto .product-page-holder .product-gallery .product-gallery-thumbnails .gallery-thumbnails{
    /*transform: rotate(-90deg);*/
    /*padding: 5px 0;*/
    width: 135px;
    height: 135px;
    background-color: #ECECEC;
    border-radius: 20px;
    overflow: hidden;
}

#produto .product-page-holder .product-gallery .product-gallery-thumbnails .gallery-thumbnails img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*border: 1px solid #cccccc;*/
    /*margin: 0 auto;*/
}

#produto .product-page-holder .product-gallery .product-gallery-thumbnails .owl-nav .owl-prev{
    position: absolute;
    left: -10px;
    top: Calc( 50% - 7px );
}

#produto .product-page-holder .product-gallery .product-gallery-thumbnails .owl-nav .owl-next{
    position: absolute;
    right: -10px;
    top: Calc( 50% - 7px );
}

#produto .product-page-holder .product-content{
    width: 54.5%;
    padding-left: 55px;
}

#produto .product-page-holder .product-content .product-content-holder{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 30px;
}

#produto .product-page-holder .product-content .product-content-holder .marca{
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: rgba(19, 40, 61, 0.6);
    margin-bottom: 10px;
}

#produto .product-page-holder .product-content .product-content-holder .prod-brand img{
    width: 150px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

#produto .product-page-holder .product-content .product-content-holder .prod-name{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}

#produto .product-page-holder .product-content .product-content-holder .ref-ean{
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: rgba(19, 40, 61, 0.6);
    margin-top: 10px;
    margin-bottom: 20px;
}

#produto .product-page-holder .product-content .product-content-holder .ref-ean p{
    margin-top: 8px;
    margin-bottom: 8px;
}

#produto .product-page-holder .product-content .product-content-holder .prod-price{
    width: 100%;
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .price-holder{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 30px;
    line-height: 48px;
    color: #005089;
    margin-bottom: 25px;
    flex-direction: column;

    .frase_iva{
        width: 100%;
        font-size: 14px;
        line-height: 1.2;
        color: #a7a7a7;
    }
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .price-holder .striked{
    font-weight: 400;
    margin-left: 4px;
    order: 2;
    color: #888;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    .iva{
        text-decoration: none;
    }
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .price-holder .label-produto-oferta{
    width: 100%;
    order: 3;
    color: #333;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .price-holder .preco-unitario{
    width: 100%;
    order: 3;
    color: #888;
    font-size: 13px;
    display: inline-block;
}

#produto .product-page-holder .product-content .product-content-holder .resumo{
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 25px;
}

#produto .product-page-holder .product-content .product-content-holder .icones{
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #13283D;

    display: flex;
    align-items: center;
    gap: 15px;
}

#produto .product-page-holder .product-content .product-content-holder .finalizar-btn{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #13283D;
    border-radius: 30px;
    display: block;
    padding: 17px 10px;
    text-align: center;
    position: relative;
    border: none;
    width: 100%;
}

#produto .product-page-holder .product-content .product-content-holder .icones-2{
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #005089;
    display: flex;
    align-items: center;
    gap: 15px;
}

#produto .product-page-holder .product-content .product-content-holder .informacoes_adicionais{
    width: 100%;
}

#produto .product-page-holder .product-content .product-content-holder .produtos_grupo{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 15px;

    .produto_grupo {
        width: 80px;
        height: 80px;
        border-radius: 10px;
        border: 2px solid rgb(167, 167, 167);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5px;

        a{
            height: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-align: center;

            div {
                height: 100%;

                img {
                    height: 100%;
                    object-fit: contain;
                }
            }
        }
    }
}

#produto .product-page-holder .product-content .product-content-holder .informacoes_adicionais .informacao_adicional{
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 25px;
    margin-top: 30px;

    .title{
        font-weight: 400;
        font-size: 17px;
        line-height: 22px;
        color: rgba(0, 0, 0, 0.6);
        position: relative;
        cursor: pointer;

        &:after{
            content: "\f067";
            -webkit-font-smoothing: antialiased;
            display: var(--fa-display, inline-block);
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            text-rendering: auto;
            font-family: var(--fa-style-family, "Font Awesome 6 Free");
            font-weight: var(--fa-style, 900);

            position: absolute;
            right: 0;
            top: 2px;
        }

        &.opened:after{
            content: "\f068";
        }
    }

    .content{
        font-weight: 300;
        font-size: 15px;
        line-height: 17px;
        color: rgba(0, 0, 0, 0.6);
        padding-top: 15px;
        padding-left: 10px;
        table{
            tr{
                display: flex;
                flex-wrap: wrap;
                padding: 5px 0;
            }
            .label{
                width: 165px;
                font-weight: 500;
            }
            .info{
                width: Calc(100% - 165px);
                padding-left: 10px;
            }
        }
    }

}

#produto .product-page-holder .product-content .product-content-holder .frases-holder{
    margin-top: 50px;
}

#produto .product-page-holder .product-content .product-content-holder {

    .clockdiv{
        color: #0F3346;
        display: flex;
        text-align: center;
        font-size: 20px;
        margin-left: -25px;
    }
    .clockdiv > div{
        padding: 10px;
        width: 110px;
        /* background: var(--background-color-orange); */
    }
    .clockdiv div > span{
        background: var(--background-color-orange);
        display: inline-block;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding-top: 21px;
        line-height: 0.7;
        color: var(--color-text-white);
        border: 3px solid #0F3346;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    @media (max-width: 500px) {

        .clockdiv{
            font-size: 14px;
        }

        .clockdiv > div{
            width: 90px;
            padding: 10px 5px;
        }

        .clockdiv div > span{
            width: 45px;
            height: 44px;
            padding-top: 13px;
            font-size: 17px;
        }

    }

    @media (max-width: 375px) {

        .clockdiv > div{
            width: auto;
            padding: 10px 12px;
        }

    }

}

#produto .product-page-holder .product-content .product-content-holder .prod-price .iva-incuido{
    font-size: 15px;
    font-weight: 100;
    flex: 100%;
    color: #669900;
    margin-bottom: 16px;
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .stock{
    padding: 7px 15px;
    background-color: #ebfae9;
    border: 1px solid #82d45e;
    border-radius: 5px;
    margin: 0 0 10px 0;
    display: inline-block;
    min-width: 200px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .stock span {
    color: #669900;
    margin-left: 8px;
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .stock.no-stock{
    background-color: #f2dede;
    border: 1px solid #b94a48;
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .stock.no-stock span{
    color: #b94a48;
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .product-button{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 45px;
    padding: 17px 0 25px;
    /*width: 330px;*/
    max-width: 100%;

    .type_unit select{
        width: 120px;
        margin-right: 14px;
        border: 1px solid #005089;
        position: relative;
        border-radius: 26px;
        display: inline-block;
        height: 55px;
    }
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .product-button .helper-product-button{
    flex: 1 1 30%;
}

#produto .product-page-holder .product-content .product-content-holder .prod-price .product-button .quantity_button{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #005089;
    border-radius: 30px;
    display: block;
    padding: 17px 10px;
    text-align: center;
    position: relative;
    border: none;
    width: 100%;
    text-decoration: none;

}


@media (max-width: 991px){

    #produto .product-page-holder .product-content .product-content-holder .prod-price .price-holder {
        font-size: 20px;
    }
    #produto .product-page-holder .product-content .product-content-holder .icones {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 767px) {

    #produto .product-page-holder .product-gallery {
        width: 100%;
        padding-right: 0;
    }
    #produto .product-page-holder .product-content {
        width: 100%;
        padding-left: 0;
    }
    #produto .product-page-holder .product-content .product-content-holder .icones-2 {
        font-size: 14px;
        line-height: 17px;
        flex-direction: column;
    }
    #produto .product-page-holder .product-gallery .gallery--product img {
        height: 340px;
    }
}

/*==================================================================================================*/
/*LOGIN*/
/*==================================================================================================*/


.form-login-holder{
    max-width: 400px;
    margin: 90px auto 60px;
    padding: 0 25px;
    background-color: #f5f5f5;
}

.form-login-holder .title{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 15px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
}

.form-login-holder .content{
    padding: 30px 0 20px;
}

.form-login-holder .content h2{
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    margin: 7px 0 20px;
}

.form-login-holder .content input{
    width: 100%;
    color: #000;
    padding: 7px 15px;
}

.form-login-holder .content .form-row-password{
    position: relative;
    margin-bottom: 18px;
}

.form-login-holder .content .form-row-password .lost-password{
    position: absolute;
    top: 9px;
    right: 15px;
}

.form-login-holder .content .form-row-password .show-password{
    position: absolute;
    top: 9px;
    right: 15px;
    opacity: 0.4;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.form-login-holder .content #form_login .form-row-password .show-password{
    right: 105px;
}

.form-login-holder .content .form-row-password.showned-password .show-password{
    opacity: 1;
}

.form-login-holder .content button{
    margin-top: 8px;
    height: 50px;
    width: 100%;
}

.form-login-holder .content .form-tracking-code .input-tracking-first{
    display: flex;
}

.form-login-holder .content .form-tracking-code .input-tracking-first .field-tracking{
    width: 300px;
    padding-right: 5px;
}

.form-login-holder .content .form-tracking-code .field-tracking{
    margin-bottom: 10px;
    position: relative;
}

.form-login-holder .content .form-tracking-code .field-tracking .delete-field{
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.form-login-holder .content .form-tracking-code .input-tracking-first .add-tracking{
    width: 50px;
    padding-left: 5px;
}

.form-login-holder .content .form-tracking-code .input-tracking-first .add-tracking button{
    margin-top: 0;
    height: 40px;
    padding: 0;
}

.form-carrinho-dados-holder{
    max-width: 700px;
    padding: 30px 25px;
    margin: 0 auto 50px;
    background-color: #f5f5f5;
}

.form-carrinho-dados-holder .content input[type="text"],
.form-carrinho-dados-holder .content input[type="email"]{
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-carrinho-dados-holder .content .select2-container{
    margin: 10px 0;
}

.form-carrinho-dados-holder .content .select2-container .select2-selection--single{
    height: 36px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.form-carrinho-dados-holder .content .select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 3px;
}

.form-carrinho-dados-holder .content .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px;
}


/*==================================================================================================*/
/*CARRINHO*/
/*==================================================================================================*/

.checkout-page{
    padding-bottom: 50px;
}

.checkout-steps {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 30px auto;
    width: 1100px;
    max-width: 100%;
    display: flex;
    align-items: start;
    justify-content: 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: 20%;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: #6F9DB2; }
.checkout-steps .step.active .step-badge, .checkout-steps .step.done .step-badge { background-color: #6F9DB2; color: #fff; }
.checkout-steps .step.active { color: #34353e; }
.checkout-steps .step.active:before { background: -moz-linear-gradient(left, #6F9DB2 0%, #6F9DB2 50%, #e6e6e6 50%, #e6e6e6 100%); background: -webkit-linear-gradient(left, #6F9DB2 0%, #6F9DB2 50%, #e6e6e6 50%, #e6e6e6 100%); background: linear-gradient(to right, #6F9DB2 0%, #6F9DB2 50%, #e6e6e6 50%, #e6e6e6 100%); }
.checkout-steps .step.active:first-of-type:before { background: #e6e6e6; }
.checkout-steps .step.done:before { background: #6F9DB2; }
.checkout-steps .step.done:first-of-type:before { background: #6F9DB2; }
.checkout-steps .step-badge { margin: 0 auto; -webkit-border-radius: 99px; -moz-border-radius: 99px; border-radius: 99px; width: 22px; height: 22px; background-color: #e6e6e6; position: relative; z-index: 1; line-height: 22px; margin-bottom: 5px; }

.info-expedicao{
    margin-top: 15px;
    font-size: 13px;
}

#checkout .checkout-page table td.image img{
    height: 124px;
    object-fit: contain;
}

.holder_faturacao_envio_iguais{
    padding: 25px 25px 20px;
    background-color: rgba(0,0,0,.05);
    border-radius: 8px;
    margin-bottom: 40px;
}

.faixa-envio{
    gap: 20px;
    border: 1px solid #d0cccc;
    border-radius: 9px;
}

.faixa-envio .img img{
    width: 90px;
}

#encomendar-passo-2 .edit-morada,
#encomendar-passo-2 .delete-morada {
    color: #6F9DB2;
}

#encomendar-passo-2 .pesquisa_points{
    position: relative;
    max-width: 300px;

    button{
        position: absolute;
        top: 14px;
        right: 14px;
        background-color: transparent;
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .checkout-steps {
        margin: 20px 0 30px;
        padding: 30px 0;
    }

    .checkout-steps .step {
        line-height: 19px;
    }

    #checkout .checkout-page table td button {
        padding: 0px 10px;
        margin-top: 10px;
        height: 32px;
        line-height: 14px;
    }

    #checkout .checkout-page table th,
    #checkout .checkout-page table td{
        font-size: 13px;
    }

    #checkout .checkout-page table td.qty {
        text-align: center;
    }

    #checkout .checkout-page table td.price {
        min-width: 98px;
    }

    #checkout .checkout-page table td.image {
        width: 120px;
        padding: 0.75rem 0;
    }

    #checkout .checkout-page table td.desc {
        width: 240px;
    }

    #form_next_step .right-align {
        text-align: center !important;
        float: none;
        margin-top: 30px;
    }

    #form_next_step .right-align button{
        clear: both;
        display: block;
        margin: 20px auto 0;
    }

    #form_next_step .table:not(.tabela-morada) .text-right {
        text-align: center !important;
        float: none;
        margin-top: 30px;
    }

    #form_next_step .next_checkout {
        margin-top: 30px;
    }

    .edit-morada, .delete-morada, .morada-default{
        font-size: 16px;
    }

    #encomendar-passo-2 table.table {
        width: 750px;
    }

    #encomendar-passo-2 table.table td:last-child{
        width: 80px;
    }

}

@media screen and (max-width: 766px) {

    #checkout .checkout-page table th, #checkout .checkout-page table td {
        font-size: 12px;
    }

    #checkout .checkout-page table td.image{
        width: 0;
    }

    #checkout .checkout-page table td.image img{
        display: none;
    }

}

@media screen and (max-width: 500px){
    .checkout-steps .step {
        line-height: 12px;
        font-size: 10px;
    }
}
@media screen and (max-width: 355px){
    .checkout-steps .step {
        line-height: 10px;
        font-size: 9px;
    }
}


/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/


.menu_holder .open-panel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    z-index: 1100;
    max-height: Calc(100vh - 200px);
    right: 0;
    width: 500px;
    background: #fff;
	cursor: default;

    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);*/
    box-shadow: none;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    overflow: auto;
	
    -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;

    @media screen and (max-width: 525px) {
        &{
            width: 350px;
        }
    }
}

@media screen and (min-width: 992px) {

    .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 .item-in-cart {
    padding: 20px 10px;
    border-bottom: 1px dotted #c3c2c4;
    display: flex;
    align-items: center;
}

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

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

.menu_holder .open-panel .item-in-cart .desc {
    width: 65%;
    margin-left: 5%;
    float: left;
    padding-top: 5px;
	color: #34353e;
}

.menu_holder .open-panel .item-in-cart .desc a,
.menu_holder .open-panel .item-in-cart .desc .carrinho_remove_item{
	color: #34353e;
    text-decoration: none;
    cursor: pointer;
}

.menu_holder .open-panel .item-in-cart .price {
    padding-top: 5px;
    width: 20%;
    float: left;
    text-align: right;
	color: #34353e;
}

.menu_holder .open-panel .summary {
    padding: 10px;
    text-align: right;
    color: #34353e;
    margin-bottom: 15px;
}

.menu_holder .open-panel .proceed {
    clear: both;
    padding: 15px 10px;
    background-color: #f3f3f3;
    min-height: 0;
	color: #34353e;
	overflow: hidden;
}

.btn{
	color: #fff;
	background: #ccc;
	margin: 5px 0;
}


/*==================================================================================================*/
/*POPUP*/
/*==================================================================================================*/


.popup{
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    padding: 0 20px;
}
.popup.aberto{
    display: block;
}

.popup .holder_popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    max-height: Calc( 100% - 20px );
    overflow: auto;
    max-width: 630px;
    width: 100%;
    padding: 50px 30px 50px;
    background-color: #005089;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    color: #fff;
    &::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #545454; /* or add it to the track */
    }
}

.popup .holder_popup .form-group{
    text-align: left;
    margin-bottom: 0px;
}

.popup .holder_popup .fechar {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    background: var(--background-color-secondary);
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    align-content: center;
    justify-content: center;
}

