
/**/
main>section {
    /* margin-bottom: 30px; */
}
main>section:nth-child(even) {}
main section .holder h2 {
    color: #989c9c;
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 30px 0;
    clear: both;
}
main>section>.holder {
    max-width: 970px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}
/**/
.mainmenu {
    /* width: 200px; */
    /* float: left; */
    /* text-transform: uppercase; */
    line-height: 2.5;
    /* margin-right: 50px; */
    margin: 20px 0 50px 0;
    padding: 0;
    /* text-align: left; */
}
.mainmenu > ul {list-style: none;}
.mainmenu ul ul {
    display: none;
    padding-left: 10px;
}
.mainmenu > ul > li {display: inline-block;margin: 0 10px 0 0;}
.mainmenu ul ul li{}
.mainmenu > ul > li > a {
    color: white;
    background: #ddb26d;
    padding: 5px 5px;
    border-radius: 5px;
    line-height: 100%;
}
.mainmenu li  a {
    text-decoration: none;
}
.mainmenu li.active > ul {display: block;font-size: smaller;}
.mainmenu li.active > a {text-decoration: underline;}
/**/
main.home {
    background: #eeeeee57;
    position: relative;
    z-index: 2;
}

main.home section.destaques >  h3 {color: #989c9c;font-size: 40px !important;font-weight: 100;text-transform: uppercase;margin: 30px 0;clear: both;}
main.home  > .listagem .destaques div h2 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 100;
}
main.home section.destaques article {

    /* padding: 30px; */
    box-sizing: border-box;
    /* margin-right: 42px; */
    position: relative;
    margin-bottom: 60px;
    /* overflow: hidden; */
    height: auto;
}

/**/
@media  (min-width: 1000px) {
    main.home section.destaques {
        overflow: hidden;
    }
    main.home.internal section.destaques.listagem .holder.products  {
        margin-top:40px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap:20px;
    }
}
@media  (max-width: 999px) {
    main.home section.destaques {
        overflow: hidden;
    }    
    main.home.internal section.destaques.listagem .holder.products  {
        margin-top:40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap:20px;
    }
}
@media  (max-width: 539px) {
    main.home section.destaques {
        overflow: hidden;
    }    
    main.home.internal section.destaques.listagem .holder.products  {
        margin-top:40px;
        display: grid;
        grid-template-columns: 1fr;
        gap:20px;
    }
}



main.home.internal section.destaques article {
    position: relative;
        background: #eee;
}
/**/
article.product  {

}
article.product p:first-child {
    font-size: 15px;
    text-transform: uppercase;
    height: 30px;
    color: #ddb26d;
}
article.product > div {
    padding: 20px;
}
article.product p {
    font-size: 16px;
    color: #666;
}
article.product figure {
    width: 100%;
    overflow: hidden;
    /* height: 217px; */
    border: 1px solid #eee;
}
article.product figure a {}
article.product figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    max-width: 100%;
}
article.product figure .favorites {
    display: block;
    width: 15%;
    height: 15%;
    position: absolute;
    bottom: 20%;
    right: 10px;
    max-width: 50px;
    max-height: 50px;
    cursor: pointer;
    border-radius: 5px;
    background: url(../images/star_white.png) center center no-repeat rgb(206, 204, 204);
}
article.product figure .favorites.active {
    display: block;
    background: #ddb26d;
    /* width: 40px; */
    /* height: 40px; */
    position: absolute;
    /* bottom: 60px; */
    right: 10px;
    background: url(../images/star_white.png) center center no-repeat #ddb26d;
    border-radius: 5px;
}
article.product figure .cart {
    display: block;
    width: 15%;
    height: 15%;
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    bottom: 3%;
    right: 10px;
    cursor: pointer;
    background: url(../images/shopcart_white.png) center center no-repeat #ddb26d;
    border-radius: 5px;
}
article.product h3,article.product h4 {
    margin: 10px 0 5px 0;
    font-size: 24px;
    font-weight: 400;
}
article.product h3 a,article.product h4 a {
    text-decoration: none;
    color: #28272f;
}
article.product .label {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 95px;
    height: 95px;
    overflow: hidden;
}
article.product .label span {
    display: inline-block;
    width: 160px;
    height: 20px;
    background: #ddb26d;
    position: absolute;
    top: 0;
    font-size: 15px;
    left: 0;
    text-align: center;
    line-height: 21px;
    color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 26px;
    left: -36px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-transform: uppercase;
    font-weight: bold;
}
article.product figure .ribbon{
    display: inline-block;
    width: 160px;
    height: 20px;
    background: #ddb26d;
    position: absolute;
    top: 0;
    font-size: 15px;
    left: 0;
    text-align: center;
    line-height: 21px;
    color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 26px;
    left: -36px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-transform: uppercase;
    font-weight: bold;
}
article.product .oldprice {
    text-decoration:line-through;
    font-size: smaller;
}
/**/
main.home section:nth-child(even) {
    /* background: #CECDCD; */
}
/**/
main.article {
    position: relative;
    z-index: 2;
    /* margin-top: 20px; */
    overflow: hidden;
    margin-bottom: 30px;
    background: #eeeeee57;
    padding-top: 40px;
}
main.article article,
main.article>section {
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}
main.article article .detalhe {
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}
main.article  .holder {
    width: 970px;
    margin: 0 auto;
}
main.article .holder > h3 {
    /* font-size: 17px; */
    margin-bottom: 30px;
    margin-top: 50px;
    
}
main.article article .detalhe .galeria {
    width: 100%;
    /* height: 600px; */
    /* float: left; */
    position: relative;
    margin-bottom: 40px;
}
main.article article .detalhe .galeria .gallery-top {
    width: 100%;
    /* height: 510px; */
    position: relative;
}
main.article article .detalhe .galeria .gallery-thumbs {
    width: 100%;
    height: 85px;
    background: #fff;
}
main.article article .detalhe .galeria .gallery-thumbs .swiper-slide {
    width: 85px;
    height: 85px;
    overflow: hidden;
}
main.article article .detalhe .galeria .swiper-button-prev {
    left: 0;
    z-index: 100;
    background: url(../images/big-left.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 93px;
    margin-top: -45px;
}
main.article article .detalhe .galeria .swiper-button-next {
    right: 0;
    z-index: 100;
    background: url(../images/big-right.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 93px;
    margin-top: -45px;
}
main.article article .detalhe .galeria a {
    outline: 0;
    border: 0
}
main.article article>.detalhe>.holder>div {
    /* width: 770px; */
    float: left;
    margin-bottom: 50px;
}
main.article article>.detalhe>.holder>div.text {
    width: 100%;
    /* float: left; */
    margin-bottom: 50px;
    font-size: 13px;
}
main.article article .detalhe h2 {
    
    /*  */
}
main.article article .detalhe p {
    margin: 0 0 5px 0;
    line-height: 1.4;
    font-size: 16px;
}
main .sidebar {
    width: 160px;
    position: absolute;
    top: 30px;
    right: 0;
    min-height: 500px;
    overflow: hidden;
    z-index: 100;
    padding-bottom: 20px;
}
main .sidebar:before {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -25px;
    right: -25px;
    transform: rotate(45deg);
}
main .sidebar section {
    margin-bottom: 40px;
}
main .sidebar .holder {
    width: auto !important;
    margin: 20px;
    /* overflow: auto; */
}
main .sidebar h3 {
    color: #ddb26d;
    border-bottom: 2px solid #ddb26d;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    
    margin: 20px;
}
main .sidebar .price {
    font-size: 12px;
}
main .sidebar figure {
    height: 122px !important;
}
main .sidebar figure img {
    width: 100%;
}
main .sidebar .favorites {
    width: 25px !important;
    height: 25px !important;
    background-size: 80% !important;
    bottom: 40px !important;
    border-radius: 5px;
}
main .sidebar .cart {
    width: 25px !important;
    height: 25px !important;
    background-size: 80%;
    background-size: 80% !important;
    border-radius: 5px;
}
main .sidebar .product h4 a {
    color: #484848;
    text-decoration: none;
    font-weight: normal;
}
.price {
    color: #ddb26d;
}
main.article article.product .label span {
    font-size: 8px;
    height: 15px;
    line-height: 14px;
}
span.preco {
    font-size: 25px;
    color: #ddb26d;
    display: block;
}
span.preco span.euro {}
main.article article .comentarios {
    background: #CECDCD;
    position: relative;
    z-index: 0;
    clear: both;
}
main.article article .comentarios .holder {
    padding: 40px
}
main.article .semelhantes .holder {
    padding: 40px;
    position: relative;
    z-index: 0;
}
main.article article form {
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative;
    padding: 0;
}
main.article article form input[type=number] {
    width: 30px;
    margin-right: 5px;
}
main.article article form select {
    margin-right: 5px;
}
main.article article form label {
    display: none;
}
main.article article form .signal {
    display: none;
}
main.article article form input[type=submit] {
    width: 40px;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    background: url(../images/shopcart_white.png) center center no-repeat #ddb26d;
    color: transparent;
    background-size: 60%;
}
main.article article form input[type=button],
main.article article form button,
main.article article form .button {}
main.article article form .favorites {
    display: inline-block;
    width: 40px;
    height: 29px;
    top: 10px;
    margin-left: 5px;
    position: relative;
    /* bottom: 60px; */
    border-radius: 5px;
    /* right: 10px; */
    cursor: pointer;
    background: url(../images/star_white.png) center center no-repeat rgba(87, 107, 110, 0.46);
    background-size: 62%;
}
span.favorites.add_favorites {
    background-size: 50%;
}
main.article article form .favorites.active {
    background-color: #ddb26d;
}
main.article section.destaques {
    overflow: hidden;
    z-index: 0;
}
main.article section.destaques.semelhantes {
    margin-top: 100px;
}
main.article section.destaques.semelhantes h3 {
    margin-bottom:20px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
}
main.article section.destaques article {
    width: 45%;
    float: left;
    /* padding: 30px; */
    box-sizing: border-box;
    /* margin-right: 42px; */
    position: relative;
    margin-bottom: 60px;
    clear: left;
}
main.article section.destaques article:nth-child(even) {
    float: right;
    margin-right: 0px;
    clear: none;
}
main .sidebar article.product figure {
    /* height: 339px; */
}
main.article section.destaques .sidebar figure {}
main .sidebar article.product {
    margin-bottom: 20px !important;
    width: 100% !important;
}
main .sidebar article.product h4 {
    margin: 10px 0 5px 0;
    font-size: 20px;
    font-weight: normal;
    
}
main .sidebar article.product h4 a {
    text-decoration: none;
    color: #000;
}
main .sidebar article.product h4 {
    font-size: 12px;
    font-family: inherit;
    margin: 0;
}
/**/
.legal {
    background: #f9f8f8;
    padding: 40px 0 40px 0;
    color: #333;
    font-size: 11px;
    clear: both;
    overflow: hidden;
}
.legal .holder {
    width: 970px;
    margin: 0 auto;
    padding-right: 200px;
    box-sizing: border-box;
}
/**/
.cover {
    margin: 0 auto;
    top: 0;
    width: 100%;
}
.cover div {
    /* width: 970px; */
    margin: 0 auto;
    min-height: 400px;
    overflow: hidden;
}
.cover div img {
    width: 100%;
    position: relative;
    /* top: -50%; */
    transform: translateY(-10%);
}
/**/
main.artigo {
    margin: 0 auto;
    position: relative;
    /* top: 50px; */
    /* margin-bottom: 200px; */
}
main.artigo>* {
    margin: 15px;
    padding: 0 30px 30px 30px;
    overflow: hidden;
    min-height: 300px;
}
main.artigo article p {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.3;
}
main.artigo article h3 {
    font-size: 18px;
    margin: 20px 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}
main.artigo>*>header {
    margin-bottom: 30px;
}
main.artigo>*>header h2 {
    color: #989c9c;
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 30px 0;
    clear: both;
}
main.artigo article .texto iframe {
    margin: 40px 0 40px 0;
    overflow: hidden
}
main.artigo article .texto img {
    max-width: 100%
}
main.artigo article .intro {
    font-style: italic;
    font-size: larger;
    margin-bottom: 30px;
}
main.artigo>article figure {
    width: 170px;
    overflow: hidden;
    float: left;
    margin: 0 20px 20px 0px;
}
main.artigo>article figure img {
    width: 100%
}
main.artigo>article .texto {
    width: 600px;
    float: left;
}
/**/
main.artigo.diretorio {
    background: #eeeeee57;
}
/**/
main.artigo.diretorio > article, main.artigo.diretorio > .article{
    width: 970px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 100px;
}
main.artigo.diretorio article.single { padding-top:50px;}


main.artigo.diretorio article header+figure {}
main.artigo.diretorio article header+figure+div {}
main.artigo.diretorio article>nav {
    width: 200px;
    float: right;
}
/**/
main.artigo.listagem .list {
    overflow: hidden;
}
main.artigo.listagem .list article {
    width: 45%;
    box-sizing: border-box;
    margin-bottom: 40px
}
main.artigo.listagem .list article:nth-of-type(odd) {
    float: left;
    clear: left;
}
main.artigo.listagem .list article:nth-of-type(even) {
    float: right;
}
main.artigo.listagem .list article p:first-of-type {
    font-size: 14px;
    text-transform: uppercase;
    height: 20px;
    color: #ddb26d;
}
main.artigo.listagem .list article p {
    width: 230px;
    float: right;
    font-size: 13px;
    color: #666;
}
main.artigo.listagem .list article figure {
    float: left;
    width: 143px;
    margin-top: 30px;
    height: 95px;
    overflow: hidden;
    outline: 1px solid #eee;
}
main.artigo.listagem .list article figure a {}
main.artigo.listagem .list article figure a img {}
main.artigo.listagem .list article h3 {
    width: 230px;
    text-transform: uppercase;
    float: right;
    margin: 0 0 10px;
    font-size: 16px;
}
main.artigo.listagem .list article h3 a {
    text-decoration: none;
    color: #000
}
main.artigo.listagem .list>div {
    overflow: hidden;
    padding-bottom: 10px;
}
/**/
main.texto {
    margin: 0 0 40px 0;
    /* overflow: hidden; */
    /* background: #f9f8f8; */
}
main.texto article {}
main.texto>.holder {
    width: 970px;
    margin: 0 auto;
}
main.texto .sidebar {
    float: right;
    position: relative;
    display: none;
}
/**/
article form {}
article form fieldset {
    overflow: hidden;
    margin-top: 10px;
}
article form fieldset p {
    width: 45%;
    float: right
}
article form fieldset p:first-child {
    float: left
}
article form p>label:first-child {
    width: 150px;
    float: left;
    display: inline-block;
    min-height: 1px;
    padding: 7px 0;
}
article form label+span {
    width: 240px;
    float: right;
    position: relative;
}
article form input[type=text],
article form input[type=email],
article form p input[type=password],
article form p input[type=date] {
    width: 100%;
}
article form select {
    max-width: 254px;
}
article form textarea {}
article form input[type=submit],
article form .button {
    /* margin-left: 5px; */
}
article form h3 {
    margin: 50px 0 30px 0;
    text-transform: uppercase;
}
article form .required+.signal {
    right: 25px;
    /* content: "*"; */
    top: 10px;
    color: #ddb26d;
    display: inline-block;
    margin-left: 5px;
}

/**/
.carrinho_compras {
    position: fixed;
    top: 50%;
    right: -50px;
    width: 100px;
    height: 80px;
    margin-top: -50px;
    background: #fff url(../images/shopping_basket.png) top center no-repeat;
    text-align: center;
    font-size: 12px;
    /* border-top-left-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
    z-index: 1000;
}
.carrinho_compras:hover {
    right: 0
}
.carrinho_compras a {
    color: #000;
    text-decoration: none;
    display: block;
    width: 100px;
    height: 40px;
    padding-top: 40px;
}
/**/
main.texto h2 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 30px 0;
    clear: both;
    text-align: left;
}
/**/
main.texto .carrinho {
}
main.texto .total {
    margin-left: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
main.texto .carrinho p {
    margin: 20px 0 10px 0;
}
main.texto .carrinho input[type=text], main.texto .carrinho input[type=password] {
    width: auto;
    min-width: 50%;
}
main.texto .carrinho input[type=number] {
    width: auto;
    text-align: right;
    width: 50px;
}
main.texto .carrinho input[type=submit],
main.texto .carrinho input[type=button] {
    padding: 5px;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}
main.texto .carrinho input[type=submit]:hover,
main.texto .carrinho input[type=button]:hover {
    color: #fff
}
/**/
main.texto .compras {
    overflow: hidden;
}
main.texto .compras nav {}
main.texto .compras nav h3 {
    display: inline-block;
}
main.texto .compras nav ul {
    position: relative;
    list-style: none;
    padding: 0 90px 0 0;
    display: inline-block;
    border-bottom: 3px solid #ddb26d;
    /* height: 12px; */
}
main.texto .compras nav ul li {
    display: inline-block;
    float: left;
    /* left: -10px; */
    margin-right: 6px;
    position: relative;
}
main.texto .compras nav ul li a {
    display: inline-block;
    padding: 10px 10px;
    background: #ffffff;
    font-size: 12px;
    text-decoration: none;
    color: #b1b0b0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
main.texto .compras nav ul li.active a {
    background: #d2aa6b;
    color: #fff;
}
main.texto .compras nav ul li span {
    /* display: none; */
}
main.texto .compras table {}
main.texto .compras table th {
    font-weight: bold;
    color: #333;
}
main.texto .compras table td {
    font-size: 14px;
    font-weight: bold;
}
main.texto .compras table td span {
    text-align: right;
    color: #ddb26d;
}
main.texto .compras table .right {
    text-align: right;
}
main.texto .compras table a {}
main.texto .compras table input {width: auto;}
main.texto .compras>h3 {
    color: #ddb26d;
    font-size: 20PX;
    margin-top: 40px;
}
main.texto .compras>p {
    font-size: 13px;
}
/**/
main.texto form .campo {
    margin-bottom: 5px;
    position: relative;
}
main.texto form blockquote {
    margin-left: 70px;
}
main.texto form .specify {
    margin-left: 70px;
}
main.texto form label {
    display: block;
}
main.texto form input[type=text],
main.texto form input[type=password] {
    width: 400px;
}
main.texto form input.short {
    width: 150px;
}
main.texto .c100 {
    width: 100%;
    overflow: hidden
}
main.texto .c50 {
    width: 47%;
    float: right
}
main.texto .c50:first-child {
    float: left
}
main.texto .c50 * {
    max-width: 100%
}
main.texto form#formregisto input[type=submit] {
    padding: 5px 45px;
}
main.texto form#formregisto hr {
    border-top: 1px solid #6C9925;
    margin-top: 50px;
}
main.texto form input[type=checkbox] {
    width: auto;
}
/**/
/**/
table  tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 14px 2px;
    text-align: center;
    background: #eee;
}
table thead tr th span {
    /* border-left: 1px solid #999; */
    display: block;
    padding: 0px 5px;
    text-align: right;
}
table thead tr th:first-child span {
    border: 0px
}
table td {
    border-bottom: 1px solid #637679;
    padding: 2px 2px 4px 5px;
}
table td.break {
    word-break: break-all;
}
table td span {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
table tr:hover {
    background: #f7f7f7;
}
table tr:hover td:last-of-type {}
table tbody tr:first-child td span {
    background: none;
    padding: 1px;
    margin: 1px
}
table tbody tr:hover td:nth-child(1) span {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
table tbody tr:hover td:nth-child(7) span {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
table tbody tr:hover td:last-of-type span {
    background: none
}
table tbody tr td a {
    text-decoration: none;
}
table tbody tr td a:hover {
    text-decoration: underline;
}
table tbody tr td:last-of-type {}
table tbody tr td:last-of-type a {
    display: block;
    border-radius: 0px;
    border: 2px solid #ddb26d;
    text-align: center;
    padding: 2px;
    color: #FFF;
    text-decoration: none;
    background: rgb(235, 19, 31);
}
table tbody tr td:last-of-type a:hover {
    color: #fff;
    background: #ddb26d;
    border: 2px solid #ddb26d;
}
.clear { clear:both;}
small {
    font-size:smaller;
}
.breadcumbs {

font-size: 14px;

text-transform: uppercase;
}
.breadcumbs {
    display: flex;
    gap: 10px;
}

.popup_cart table {
    margin: 20px 0;
}
.popup_cart table td {
    padding: 3px 5px;
}