/*CSS apenas para páginas de E-Commerce*/

a{
    color: inherit;
}

.display_none{
    display: none;
}

.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; }

.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;
    padding: 30px 30px;
    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: 25%; 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: #CDBE47; }
.checkout-steps .step.active .step-badge, .checkout-steps .step.done .step-badge { background-color: #CDBE47; color: #fff; }
.checkout-steps .step.active { color: #34353e; }
.checkout-steps .step.active:before { background: -moz-linear-gradient(left, #CDBE47 0%, #CDBE47 50%, #e6e6e6 50%, #e6e6e6 100%); background: -webkit-linear-gradient(left, #CDBE47 0%, #CDBE47 50%, #e6e6e6 50%, #e6e6e6 100%); background: linear-gradient(to right, #CDBE47 0%, #CDBE47 50%, #e6e6e6 50%, #e6e6e6 100%); }
.checkout-steps .step.active:first-of-type:before { background: #e6e6e6; }
.checkout-steps .step.done:before { background: #CDBE47; }
.checkout-steps .step.done:first-of-type:before { background: #CDBE47; }
.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; }

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
    font-size: 15px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #938410;
    --bs-btn-border-color: #938410;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7a6f10;
    --bs-btn-hover-border-color: #7a6f10;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7a6f10;
    --bs-btn-active-border-color: #7a6f10;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #938410;
    --bs-btn-disabled-border-color: #938410;
}

.btn{
    font-size: 14px;
    border-radius: 20px;
    padding: 5px 20px;
}

.btn-primary.focus,
.btn-primary:focus{
    background-color: var(--bs-btn-hover-bg);
}

.alert{
    font-size: 16px;
    line-height: 23px;
}

.form-control{
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 10px;
    height: auto;
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
    border-radius: 22px;
    outline: none;
    border: 1px solid rgb(147 132 17);
}

.modal input{
	margin: 10px 0;
	font-size: 16px;
    padding: 0.675rem 0.85rem;
}

.modal a{
    font-size: 14px;
    text-decoration: none;
}


.cart-li #cartContainer {
    position: relative;
    display: inline-block;
}
.cart-li #cartContainer span{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 9px;
    border-radius: 50%;
    /* padding: 3px; */
    color: #fff;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: -10px;
}
.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: 60px;
    z-index: 1100;
    right: 0;
    width: 500px;
    background: #fff;
    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 .open-panel .item-in-cart {
    padding: 20px 10px;
    border-bottom: 1px dotted #c3c2c4;
}

.menu_holder .open-panel .item-in-cart .image {
    width: 15%;
    float: left;
}

.menu_holder .open-panel .item-in-cart .image img{
    width: 100%;
}

.menu_holder .open-panel .item-in-cart .desc {
    width: 65%;
    margin-left: 5%;
    float: left;
    padding-top: 5px;
	color: #34353e;
    text-align: left;
}

.menu_holder .menu-nav .dropdown .open-panel .item-in-cart .desc a,
.menu_holder .menu-nav .dropdown .open-panel .item-in-cart .desc .carrinho_remove_item{
	color: #34353e;
}
.menu_holder .menu-nav .dropdown .open-panel .item-in-cart .desc .carrinho_remove_item{
	color: #938410;
}

.menu_holder .open-panel .item-in-cart .price {
    padding-top: 5px;
    width: 15%;
    float: left;
    text-align: right;
	color: #34353e;
}

.menu_holder .open-panel .summary {
    padding: 10px;
    text-align: right;
	color: #34353e;
}

.menu_holder .open-panel .proceed {
    clear: both;
    padding: 10px;
    background-color: #f3f3f3;
    min-height: 0;
	color: #34353e;
	overflow: hidden;
}

h1,
h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.2px;
    color: #938410;
    margin-bottom: 20px;
}

h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #938410;
    margin-bottom: 30px;
}

h4{
    font-size: 20px;
    margin-bottom: 15px;
}

h5{
    font-size: 17px;
}

.descricao{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #BAB4BA;
}

.bg-color-grey{
    background: linear-gradient(to left, #fff 50%, rgba(217, 217, 217, 0.3) 50%);
}

.color-white{
    color: #fff;
}

.contactos .holder-text-contactos{
    padding: 40px 0;
}

.contactos .holder-text-contactos h3{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #938410;
    margin-bottom: 10px;
}

.contactos .holder-text-contactos .text{
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
}

.contactos .holder-text-contactos .text a{
    text-decoration: none;
}

#form_contactos{
    padding: 50px 30px 30px 60px;
    background: linear-gradient(0deg, #CDBE47, #CDBE47), #2F3841;
    border-radius: 25px;
    position: relative;
}

#form_contactos .helper-padding{
    padding-left: 270px;
    margin-top: 60px;
}

#form_contactos .helper-padding .img{
    position: absolute;
    width: 410px;
    left: -15px;
    bottom: 0px;
    z-index: 1;
}

#form_contactos .helper-padding .img img{
    object-fit: contain;
    max-height: 69vh;
    position: relative;
}

#form_contactos .helper-padding .helper-politicas{
    padding-left: 90px;
}

#form_contactos .input_box{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    position: relative;
    padding: 15px 30px;
    margin-bottom: 25px;
}

#form_contactos .input_box label{
    transition: all 0.2s;
    touch-action: manipulation;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #938410;
    height: 0;
}

#form_contactos .input_box input{
    transition: all 0.2s;
    touch-action: manipulation;
    background-color: transparent;
    border: none;
    outline: none;
    margin-top: 15px;
    margin-bottom: -15px;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
}

#form_contactos .input_box textarea{
    resize: none;
    height: 120px;
    transition: all 0.2s;
    touch-action: manipulation;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
}

#form_contactos .input_box input:placeholder-shown + label,
#form_contactos .input_box textarea:placeholder-shown + label{
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, -1.475rem) scale(1);
}

#form_contactos .input_box textarea:placeholder-shown + label{
    transform: translate(0, -120px) scale(1);
}

/**
* By default, the placeholder should be transparent. Also, it should
* inherit the transition.
*/
#form_contactos .input_box input::-webkit-input-placeholder,
#form_contactos .input_box textarea::-webkit-input-placeholder{
    opacity: 0;
    transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
#form_contactos .input_box input:focus::-webkit-input-placeholder,
#form_contactos .input_box textarea:focus::-webkit-input-placeholder{
    opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when
* there's something in the input at all.
*/
#form_contactos .input_box input:not(:placeholder-shown) + label,
#form_contactos .input_box input:focus + label{
    transform: translate(0, -3.8rem) scale(0.75);
    cursor: pointer;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    transform-origin: left bottom;
}

#form_contactos .input_box textarea:not(:placeholder-shown) + label,
#form_contactos .input_box textarea:focus + label {
    transform: translate(0, -135px) scale(0.75);
    cursor: pointer;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    transform-origin: left bottom;
}

#form_contactos button{
    padding: 25px 30px;
    width: 335px;
    background: #938410;
    border-radius: 25px;

    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
}


#form_contactos .helper-padding .icon-conversa{
    position: absolute;
    width: 100px;
    right: -15px;
    bottom: -5px;
    z-index: 1;
}

#form_contactos .helper-padding .txt-politicas{
    color: #fff;
}

#contactos_response{
    margin-top: 15px;
    z-index: 2;
    position: relative;
}

.icon-chat{
    position: sticky;
    bottom: 0;
    width: 125px;
    text-align: right;
    padding-right: 40px;
    margin-top: -92px;
    margin-left: auto;
    z-index: 99;
}

.icon-chat .form-holder{
    position: fixed;
    width: 830px;
    right: 160px;
    bottom: 50px;
    text-align: left;

    max-height: Calc(100vh - 80px);

    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.icon-chat .form-holder.open{
    opacity: 1;
    visibility: visible;
}

.icon-chat .form-holder #form_contactos{
}
.icon-chat .form-holder #form_contactos .holder_form_contactos{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: 79vh;
}

.icon-chat .form-holder .close-chat{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    z-index: 1;
    text-decoration: none;
    font-size: 24px;
}

@media screen and (max-width: 992px){

}

#dados, #moradas, #encomendas{
    padding: 40px 0;
}

.form-group{
    margin: 0 !important;
}

#mensagem_desconto{
    margin-top: 10px;
}

.menu_holder .menu-nav .dropdown .open-panel a{
    color: #fff;
}

.menu_holder .menu-nav .dropdown .open-panel a:hover{
    color: #fff;
}

.detalhe-encomenda{
    font-size: 16px;
}

.table.tabela-produtos>tbody>tr>td,
.table.tabela-produtos>tbody>tr>th,
.table.tabela-produtos>tfoot>tr>td,
.table.tabela-produtos>tfoot>tr>th,
.table.tabela-produtos>thead>tr>td,
.table.tabela-produtos>thead>tr>th{
    vertical-align: middle;
}

.qty .form-control{
    width: 52px;
    padding-left: 10px;
    height: 35px;
    display: inline-block;
    padding-right: 10px;
}

.moradas-envio{
    border-bottom: 1px solid #938410;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1200px){

    #form_contactos .helper-padding{
        padding-left: 160px;
    }

    #form_contactos .helper-padding .img{
        width: 210px;
    }

    #form_contactos .helper-padding .icon-conversa{
        display: none;
    }

}

@media screen and (max-width: 991px){

    .bg-color-grey{
        background: none;
    }

    #form_contactos .helper-padding{
        padding-left: 270px;
    }

    #form_contactos .helper-padding .img{
        width: 410px;
    }

    .contactos .holder-text-contactos{
        background-color: rgba(217, 217, 217, 0.3);
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th{
        font-size: 13px;
    }

    #form_contactos .input_box label {
        font-size: 15px;
        line-height: 24px;
    }
    .icon-chat .form-holder {
        width: Calc(100% - 30px);
        right: 15px;
        bottom: 50px;
        left: 15px;
    }

    #form_contactos button {
        padding: 20px 28px;
        width: 200px;
        font-size: 16px;
        line-height: 24px;
        margin-left: auto;
        display: block;
    }
    .icon-chat .form-holder #form_contactos .holder_form_contactos {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 766px){


    #form_contactos {
        padding: 30px 15px 30px 15px;
        font-size: 16px;
        line-height: 22px;
    }
    #form_contactos .input_box {
        border-radius: 18px;
        position: relative;
        padding: 7px 15px;
    }

    #form_contactos .helper-padding{
        padding: 0;
        margin-top: 30px;
    }

    .contactos .holder-text-contactos {
        padding: 30px 30px;
        border-radius: 25px;
        margin-bottom: 25px;
    }

    #form_contactos .helper-padding .img {
        width: 110px;
    }

    #form_contactos .helper-padding .helper-politicas{
        padding-left: 0;
    }

    .holder-tabela-produtos{
        max-width: 700px;
        overflow: auto;
    }

    .holder-tabela-produtos .tabela-produtos{
        width: 100%;
    }

}

.produtos .listagem_produtos{
    margin-top: 50px;
}

.produtos .listagem_produtos .lista_produtos{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.produtos .listagem_produtos .lista_produtos .single_produto{
    display: flex;
    width: Calc(100% / 3 - 10px);
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto{
    width: 100%;
    background: rgba(217, 217, 217, 0.3);
    border: 1px solid #CDBE47;
    border-radius: 25px;
    position: relative;
    padding: 20px 30px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto:hover{
    box-shadow: 18px 3px 35px 5px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto .marca{
    display: inline-block;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    padding: 10px;
    background: #938410;
    border-radius: 22px;
    margin-right: 10px;
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto .categoria{
    display: inline-block;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    padding: 10px;
    background: #fff;
    border-radius: 22px;
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto .imagem{
    margin-top: 15px;
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto .imagem img{
    width: 100%;
    height: 170px;
    object-fit: contain;
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto .titulo{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto .titulo a{
    text-decoration: none;
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto .ref{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 125%;
    color: #848484;
}

.produtos .listagem_produtos .lista_produtos .single_produto .holder_single_produto .link{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #BFBFBF;
    text-decoration: none;
}

.produtos-show-more{
    opacity: 0;
}


@media screen and (max-width: 992px){
    .produtos .listagem_produtos .lista_produtos .single_produto {
        width: Calc(100% / 2 - 10px);
    }
}
@media screen and (max-width: 757px){
    .produtos .listagem_produtos .lista_produtos .single_produto {
        width: 100%;
    }
}