/* CSS-RESET */
@font-face {
    font-family: 'Trajan Pro';
    src: url('../fonts/TrajanPro-Regular.woff2') format('woff2'),
        url('../fonts/TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin:0;
    padding:0;
    border:0;
    text-decoration:none;
    font-family: 'Lato';
    color: #413B3B;
    letter-spacing:1px;
}

*:focus, *:active {
    outline: none !important;
}


input[type='submit']{
    -webkit-appearance:none;
}

ul {
    list-style:none;
}

a {
    text-decoration:none;
}

body {
    overflow-x: hidden;
}

input[type='submit'], input[type='button'] {
    cursor: pointer;
}

input[type='submit']:hover{
    opacity: 0.9;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* ESTRUTURA */

section {
    width: 100%;
    
}

.content-align {
    width: 85%;
    margin: auto;
    /* overflow: hidden; */
}

/* HEADER */

header {
    position: fixed;
    z-index: 9999;
    width:100%;
    padding: 3vh 0;
    background: #fff;
    transition: 0.5s;
}

header.fixed {
    padding: 3vh 0;
    transition: 0.5s;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
}

header .desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: inherit;
}

header .logo {
    display: block;
    width: 122.54px;
    height: 103.28px;
    background: url(../images/logo.png?v=2) no-repeat;
    background-size: 122.54px;
}



header .nav-hover .logo  {
    display: block;
    width: 136px;
    height: 30.5px;
    background: url(../images/logo.png?v=2) no-repeat;
    background-size: 136px
}


header .busca-desktop {
    background: url(../images/icones/lupa.svg) no-repeat right center;
    width: 26px;
    height: 44px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.3s;
    background-size: 26px;
}

header .busca-desktop form {
    display: flex;
}

header .busca-desktop div {
    width: 23px;
    height: 44px;
    display: block;
    float: right;
    border:1px solid transparent;
}

header .busca-desktop.open {
    width: 200px;
    overflow: inherit;
    border-bottom: 1px solid #CDA256;
    transform: 0.3s;
}

header .busca-desktop input[type='search']{
    background: transparent;
    font-size: 14px;
    padding: 5px;
    margin-right: 0;
    display: block;
    float: left;
}

header .busca-desktop span[role='status']{
    display: none;
}

header .desktop .cart {
    height: 44px;
    width: 75px;
    margin: 0 25px;
    border-bottom:1px solid transparent;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

header .desktop .cart-icon {
    background: url(../images/icones/sacola.svg) no-repeat right center;
    height: 44px;
    width: 24.8px;
    display: block;
    cursor: pointer;
    background-size: 24.8px;
    margin-left: 25px;
    margin-top: -1px
}

header .desktop .user-icon {
    background: url(../images/icones/user.svg) no-repeat right center;
    height: 24.8px;
    width: 24.8px;
    display: block;
    cursor: pointer;
    background-size: 24.8px;
}

.block-content {
    background: rgba(0,0,0,0.22);
    width: 100%;
    height:100vh;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
}

header .desktop .tel {
    background: url(../images/icones/telefone.svg) no-repeat right center;
    height: 44px;
    width: 21.8px;
    display: block;
    cursor: pointer;
    border-bottom:1px solid transparent;
    background-size: 21.8px;
}

header .nav-right {
    display: flex;
    align-items: center;
    width: auto;
}

/* MENU SUSPENSO */

.nav-hover {
    position: absolute;
    top: -500px;
    width: 100%;
    background: #fff;
    z-index: 999999;
    padding: 80px 0;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    transition: 0.5s;
}

.nav-hover.show {
    top: 0;
    transition: 0.5s;
}

.nav-hover .logo {
    margin-right: 80px;
    width: 198.05px;
    height: 44.56px;
    background-size:198.05px;
}

.nav-hover .content-align {
    display: flex;
    position: relative;
}

.nav-hover nav > ul {
    display: flex;
}

.nav-hover nav > ul > li {
    margin-right: 80px;
    line-height: 26px;
}

.nav-hover nav > ul > li > a.mcat {
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.nav-hover nav > ul > li a {
    border-bottom: 1px solid transparent;
    transition: 0.5s;
}

.nav-hover nav > ul > li a:hover {
    border-bottom: 1px solid #000;
    transition: 0.5s;
}

.close-nav-hover {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 40px;
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/icones/close.svg) no-repeat;
    background-size: 26px;
    cursor: pointer;
}

/* MENU DESKTOP */

header .desktop nav {
    margin: auto;
    display: flex;
    justify-content: space-between;
    width:70%;
}

header .desktop nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    
}

header .desktop nav ul li {
    position: relative;
    text-align: center;
}
header .desktop nav ul li.list-mobile {
    display: none;
}

header #menu-mobile .idioma {
    display: none;
}

header .desktop nav > ul > li > a {
    text-transform: uppercase;
    font-family: 'Trajan Pro';
    transition: 0.5s;
    padding: 10px 0px;
    font-size: 12px;
    color: #CDA256;
    text-align: center;
    display:flex;
}

/*header .desktop nav ul li a[data-title='Coleções']{
    cursor: default;
}*/

header .desktop nav ul li a:hover {
    color: #D9B566;
    transition: 0.5s;
}

header .desktop nav ul li > ul {
    top: 35px;
    display: none;
    background-color: #fff;
    width: 130px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    border: 2px solid #D9B566;
    border-width: 3px 1px 1px 1px;
    padding: 30px 10px;
    -webkit-box-shadow: 9px 7px 9px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    9px 7px 9px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 7px 9px rgba(50, 50, 50, 0.1);
}


header .desktop nav ul li > ul li {
    text-align: left;
    line-height: 20px;
}

header .desktop nav ul li > ul li a {
    text-transform: none;
    color: #CDA256;
    font-size:10px;
    text-transform:uppercase;
    font-weight:normal;
}

header .desktop nav ul li:hover ul {
    display: block;
    position: absolute;
    padding-left:50px;
} 

/* MODAL LOGIN */

header .desktop .modal-login {
    position: absolute;
    z-index: 999999;
    right: 0;
    width: 250px;
    top: 56px;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
    background: #fff;
}

#content-form-login-cadastro .title_cadastro {
    text-align: left;
    margin-bottom: 20px;
}

#content-form-login-cadastro p.text_form {
    text-align: left;
    font-size: 14px;
    margin:0 0 20px 0;
    color: #7A7A7A;
    display: none;
}


#content-form-login-cadastro input[type='text'], #content-form-login-cadastro input[type='email'] {
    background:transparent;
    border-bottom:1px solid #E2E2E2;
    padding: 10px 3.5%;
    width: 93%;
    margin: 0 0 20px 0;
    color: #7A7A7A;
}

#content-form-login-cadastro div div {
    font-size: 14px;
}

#content-form-login-cadastro .bt_login {
    text-decoration: underline;
    cursor: pointer;
    color: #7A7A7A;
}

#content-form-login-cadastro .bt_login:hover {
    text-decoration: none;
}

#content-form-login-cadastro .bts-login {
    display: flex;
    align-items: center;
}

#content-form-login-cadastro input[type='submit']{
    width: auto;
    text-align: center;
    background-color: #CDA256;
    display: block;
    cursor: pointer;
    font-size: 13px;
    padding: 10px;
    transition: 0.3s;
    color: #fff;
    border-radius: 10px;
    margin: 20px 20px 20px 0;
}

/* CHECKOUT LATERAL*/

.checkout-lateral {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999999;
    display: none;
    transition: .5s;
}

.checkout-lateral.show {
    display: block;
    transition: .5s;
}

.background-lateral {
    background-color:rgba(153,153,153,0.5);
    position: relative;
    width: 100%;
    height: 100vh;
    transition: .5s;
    animation: Lateral 1s;
}

.background-lateral.show {
    animation: showLateral 1s;
}

.background-lateral .close-checkout {
    position: absolute;
    color: #fff;
    font-size: 30px;
    z-index: 99999999999;
    top: 40px;
    right: -100%
    width: 30px;
    height:30px;
    font-weight: 500;
    cursor: pointer;
    transition: .5s;
}

.background-lateral .close-checkout.show {
    right: 32vw;
    transition: .5s;
}

.checkout-list {
    position: absolute;
    padding: 8vh 3vh;
    width: 450px;
    background: #fff;
    right: -100%;
    top: 0;
    height: 84vh;
    z-index: 999999999999;
    transition:0.5s;
    animation:showListt 0.5s;
}

.checkout-list.show {
    right: 0;
    transition:1.5s;
    animation:showList 0.5s;

}



@keyframes showList {

    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes showListt {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes showLateral {
    0% {

        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes Lateral {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.checkout-list > p {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Trajan Pro';
    color: #CDA256;
}

.checkout-produtos {
    height: 60vh;
    overflow-y:scroll;
}


.checkout-produtos::-webkit-scrollbar {
  width: 5px;               /* width of the entire scrollbar */
}

.checkout-produtos::-webkit-scrollbar-track {
  background: white;        /* color of the tracking area */
}

.checkout-produtos::-webkit-scrollbar-thumb {
  background-color: white;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid black;  /* creates padding around scroll thumb */
}

.checkout-produtos .box-produto {
    display: flex;
    align-items: center;
}
.checkout-produtos .box-produto a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: 90%;
}


.checkout-produtos .box-produto p.nome, .checkout-produtos .box-produto p.price-total {
    font-weight: 500;
}

.checkout-produtos .box-produto p.nome, .checkout-produtos .box-produto p.price-total, .checkout-produtos .box-produto p.un, .checkout-produtos .box-produto p.price {
    text-transform: uppercase;
    font-size: 14px;
}

.checkout-produtos .box-produto .info-prod {
    padding: 0 20px;
    width: 100%;
}

.checkout-produtos .box-produto .info-prod .prices {
    display: flex;
    margin-top: 15px;
}

.checkout-produtos .box-produto .info-prod .un {
    margin: 0 30px;
}

.checkout-list .del-prod {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom:30px;
    font-weight: 500;
    cursor: pointer;
}

.checkout-produtos img {
    width: 75px;
    height: 75px;
}

.checkout-list .base-checkout {
    bottom: 8vh;
    position: absolute;
}



.base-checkout > p {
    margin-bottom: 15px;
}

.base-checkout > p:first-child {
    font-weight: 500
}

.base-checkout .botoes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.base-checkout .botoes input[type='submit']{
    padding: 10px 15px;
    margin-right: 25px;
    font-size: 14px;
    transition: 0.3s;
    border-radius: 10px;
    background: #CDA256;
    color: #fff;
}

.base-checkout .botoes input[type='submit']:hover {
    color: #fff;
    background:#000;
    transition: 0.3s;
}

.base-checkout .botoes span {
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

/* PAGINA INTERNA */

.content-intern {
    padding-top: 200px;
}

/* BANNERS */

#banners {
    padding-top: 13vh;
}

#banners .owl-theme .owl-controls .owl-page {
    display:block !important;
}

#banners .owl-theme .owl-controls {
    position: absolute !important;
    bottom: 10vh;
    left: 7.5%;
    width: 85%;
}

#banners .owl-theme .owl-controls .owl-page.active span, #banners .owl-theme .owl-controls.clickable .owl-page:hover span{
    color: #CDA256;
    background-color: #CDA256;
}

#banners .owl-theme .owl-controls .owl-page span {
    width: 40px;
    height: 5px;
    color: #fff;
    background-color: #fff;
    float: left;
    display: block;
    margin: 12px 10px 0 5px;
    border-radius: 0;
}

#banners img {
    width: 100%;
}

/* BANNER RÉGUA - MOSAICO */

.banner-mosaico {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 80px 0;
}

.banner-mosaico .box {
    width: 20%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}


.banner-mosaico .box p:nth-child(1){
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0 15px 0;
    font-size: 16px;
    font-family: 'Trajan Pro';
}

.banner-mosaico .box p:last-child{
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

/* HOME */

.linhas {
    width: 100%;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    align-items:center;
    margin-top:80px;
    margin-bottom:80px;
}

.linhas-destaque {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.linhas-destaque > a {
    width: 10vw;
    padding:1vw;
    height:10vw;
    background:#F5F5F5;
    border-radius:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.linhas div img {
    width: 80%;
    display:block;
}

.linhas-destaque a span {
    padding: 0 10px;
    text-align:center;
    text-transform:uppercase;
    width:100%;
    font-size:14px;
}

.destaques {
    overflow: hidden;
}

.destaque-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 60px 0;
}

.content-destaque-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    text-align: center;
}

.content-destaque-home h3 {
    text-transform: uppercase;
    /* font-weight: 500; */
    margin-bottom: 40px;
    font-family: 'Trajan Pro';
    color: #CDA256;
    width: 60%;
    font-weight: normal;
    font-size: 20px;
}

.content-destaque-home p {
    line-height: 28px;
    font-size: 14px;
}

.content-destaque-home a.arrow {
    background: url(../images/icones/arrow.svg) no-repeat center;
    width: 21.41px;
    height: 21.42px;
    background-size: 21.41px;
    display: block;
    margin-top: 20px;
}

.destaque-home .img {
    width: 48%;
    /* margin-left: 3%; */
    border-radius:30px;
    overflow:hidden;
    height: 340px;
    box-shadow:0 0 30px 0 rgba(0,0,0,0.2);
    transition:.3s;
    cursor:pointer;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.destaque-home .img:hover {
    transition:.3s;
    box-shadow:unset;
}

.destaque-home .img img {
    width: 100%;
}

.destaque-home .img iframe {
    width:100%;
    height:340px;
}

/* CATEGORIA */

.categoria h1, #categoria h1 {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Trajan Pro';
    color: #CDA256;
}



/* PRODUTO */

.destaques-home {
    margin-bottom: 100px;
}

.destaques-home .boxes-prods, .boxes-relacionados {
    display: flex;
    justify-content: space-between;

}

.destaques-home:last-child {
    border:0;
    padding-bottom: 0;
}

.destaques-home h2, .linhas h2 {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 16px;
    margin-top: 8vw;
    font-family: 'Trajan Pro';
    color: #D1A261;
    padding: 15px;
    border: 1px solid #D1A261;
    height: max-content;
    margin-right:3vw;
    min-width:8vw;
}

.linhas h2 {
    margin-top:0;
}

.destaques-home > h2 {
    display: none;
}

a.more {
    text-align: center;
    clear: both;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:40px;
    font-size: 12px;
    text-decoration:underline
}

.produtos .box-produto {
    width: 22%;
    margin-right: 4%;
    float: left;
    height: 480px;
    position: relative;
    margin-bottom: 40px;
}

.destaques-home .box-produto {
    width: 17vw;
    height: calc(20vw);
}

.boxes-relacionados .box-produto {
    width: 17vw;
}

.produtos .box-produto.prod-indisponivel img, .produtos .box-produto.prod-indisponivel a {
    opacity: 0.4;
}

.box-produto .etiquetas {
    z-index: 99;
    position: absolute;
    top: 0;
}

.box-produto .etiquetas img {
    margin-right: 10px;
}

.produtos .box-produto:nth-child(4n){
    margin-right: 0;
}

.produtos .box-img {
    display:flex;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.destaques-home .box-produto:nth-child(4n), .boxes-relacionados .box-produto:nth-child(4n) {
    margin-right: 4%;
}

.destaques-home .box-img {
    /* height: calc(18vw); */
}

.produtos .box-img .bt-add {
    position: absolute;
    right: 15px;
    bottom: -55px;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    background: url(../images/icones/sacola.svg) no-repeat center 12px #fff;
    background-size:20px;
    transition: 0.3s;
}

.produtos .box-img:hover .bt-add {
    bottom: 35px;
    transition: 0.3s;
}

.produtos .box-img .bt-add.ok {
    transition: 0.3s;
    background: url(../images/icones/sacola-ok.svg?v=2) no-repeat center 12px #fff;
    background-size:20px;
}

.produtos .box-img .bt-add span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #000;
    color: #fff;
    margin-top: 40px;
    display: block;
    border-radius: 100%;
    text-align:center;
    cursor: pointer;
}

.produtos .box-img img, .produtos .box-img a, #fotos-produtos .box-img a, #fotos-produtos .box-img img {
    max-width: 100%;
    height: auto;
}

.blueimp-gallery-controls>.title {
    padding:15px;
    border-radius: 15px;
    background-color: #fff;
}

#produto {
    display: flex;
    margin-bottom: 150px;
}

#fotos-produto {
    width: 43%;
}

#fotos-produto .owl-theme .owl-controls {
    display: none !important;
}

#fotos-produto .img-principal img, #fotos-produtos .box-img img {
    width:100%;
    display: block;
    margin: auto;
    height: auto;
}

.imgs-secundarias .box-img {
    width: 90%;
    margin: 30px auto 0 auto;
}

#fotos-produto {
    position: relative;
}

#fotos-produto .etiquetas {
    position: absolute;
    z-index: 99;
}

#caracteristicas-produto {
    width: 44%;
    margin: 100px 6.5% 0 6.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.produtos .box-produto p.nome, #caracteristicas-produto h1 {
    margin: 15px 0 10px 0;
    height: 22px;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient:vertical;
    transition: 0.3s;
    font-weight: 500;
    text-transform: uppercase;
    color: #D1A261;
}

#caracteristicas-produto h1 {
    font-size: 22px;
    height: 70px;
    line-height: 35px;
    color:#CDA256;
    font-family:'Trajan Pro';
    font-weight: bold;
}

.produtos .prices, #caracteristicas-produto .prices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 10px;
}

.produtos .from {
    width: 100%;
    margin-bottom: 5px;
}

#caracteristicas-produto .from {
    margin-right: 20px;
}

.produtos .price, #caracteristicas-produto .price {
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px;
}

#caracteristicas-produto .price {
    font-size: 18px;
}



.produtos .old-price, #caracteristicas-produto .old-price {
    text-decoration: line-through;
    font-weight: 300
}

#caracteristicas-produto .p-un {
    color: #999999;
    margin-left: -13px;
}
#caracteristicas-produto .ref {
    font-size: 10px;
    /* margin-left: 20px; */
}

#caracteristicas-produto .descricao {
    text-align: center;
    margin: 30px 0;
    line-height: 26px;
    font-size: 12px;
}

.detalhes .opcoes > p {
    text-align:center;
    padding-bottom: 15px;
    line-height: 20px;
    font-size: 12px;
    font-weight:bold;
}


.detalhes .boxes-opcoes {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}


.detalhes .boxes-opcoes > div.selected {
    border:1px solid #413B3B;
}

.detalhes .boxes-opcoes > div {
    margin:0 10px 40px 0;
    width:75px;
    height:75px;
    overflow:hidden;
    border:1px solid #ccc;
    border-radius:10px;
    transition: 0.3s;
}

.detalhes .boxes-opcoes > div:hover {
    border:1px solid #413B3B;
    transition: 0.3s;
}

.detalhes .boxes-opcoes > div img {
    width:100%;
}


#caracteristicas-produto table tr {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    flex-wrap:wrap;
}

#caracteristicas-produto table th, #caracteristicas-produto table td {
    text-align: left;
    padding-bottom: 15px;
    line-height: 20px;
    font-size: 12px;
}

#caracteristicas-produto table td a {
    text-decoration: underline;
    font-size: 12px;
}

.pg-produto .quantidade {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0;
}

.pg-produto .variacoes {
    margin-left: 50px;
}

.pg-produto .variacoes select {
    padding:15px;
    border-radius: 15px;
    border:1px solid #000;
    color: #000;
}

.pg-produto .variacoes select span {
    text-decoration: line-through;
}

.pg-produto .qtd {
    display: flex;
}

.pg-produto .qtd input {
    width: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.pg-produto .qtd span {
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pg-produto .info-cart {
    display:flex;
    align-items: center;
    justify-content: center;
}

.pg-produto .info-cart #precos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg-produto .info-cart #precos a, .pg-produto .info-cart #precos input {
    font-size: 18px;
    font-weight: 500;
}

.pg-produto .info-cart #precos input {
    background: url(../images/icones/sacola-add.svg) no-repeat;
    padding: 10px 0 10px 50px;
}

#form-prod {
    text-decoration: underline;
}


.pg-produto .share {
    display:flex;
    justify-content:center;
}

.pg-produto .bt-share {
    text-decoration: underline;
    display: inline-block;
    margin-top: 40px;
    font-size:14px;
    color: #666;
    transition: 0.3s;
}

.pg-produto .bt-share:hover {
    text-decoration: none;
    transition: 0.3s;
}

.prods-relacionados {
    margin-top: 150px;
}

.prods-relacionados h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Trajan Pro';
    color: #CDA256;
}

/* FOOTER */

footer {
    padding: 70px 0 80px 0;
    background: #413B3B;
    margin-top: 120px;
}

footer .content-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .content-left {
    background-size: 155px;
    padding-bottom: 39px;
    width: 40%;
}

footer .content-left ul {
    display:flex;
    width:100%;
    justify-content: space-around;
}

footer .content-center {
    width: 215px;
    padding: 138px 0 0 0;
    background: url(../images/logo-rodape.png) top center no-repeat;
    background-size: 156px;
    text-transform:uppercase;
    margin: 0 30px;
}

footer .content-center p {
    text-align:center;
    font-size:10px;
}

footer .content-center p a {
    font-weight:bold;
    font-size:10px;
}

footer .content-left ul li, footer .content-left p {
    text-transform: uppercase;
}


footer li, footer p, footer a, footer address {
    font-style: normal;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

footer .content-right {
    display: flex;
    width: 40%;
    justify-content: flex-start;
    align-items:center;
    padding-bottom: 39px;
}

footer .content-right > .box {
  
    margin-right:10%;
}

footer .content-right > .box .whatsapp {
    background: url(../images/icones/whatsapp-footer.svg) no-repeat;
    padding: 0 0 0 20px;
    background-size: 14px;
}

footer .content-right > .box .maps {
    text-decoration: underline;
}


footer .content-right > .box:first-child {
    margin-left: 0;
}

footer .content-right > .box:last-child {
    margin-right: 0;
}


::-webkit-input-placeholder {
   color: #413B3B;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #413B3B;  
}


.web-designer {
    width: 28px;
    height: 27px;
    display: table;
    margin: auto;
    margin-top: 30px;
    background: url(../images/logo-web-designer.png) no-repeat left top;
    background-size: 146px;
    transition: 0.5s;
}
.web-designer:hover {
    width: 146px;
    transition: 0.5s;
}


#popup-produto .modal-content #content-form-prod > div {
    width: 100%;
    margin:auto;
}
#popup-produto .modal-content, #popup-ficha .modal-content, #myModal .modal-content {
    padding: 30px 50px;
    background:#fff;
    border-radius: 20px;
    border-top: 4px solid #CDA256;
}

#popup-produto .modal-content p:first-child{
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
    color: #CDA256;
}

#popup-produto .modal-content p.text_form {
    text-align: center;
    font-size: 13px;
    margin:0 0 20px 0;
    color: #7A7A7A;
}



#popup-produto .modal-content textarea, #popup-produto .modal-content input{
    background:transparent;
    border-bottom:1px solid #E2E2E2;
    padding: 10px 1.5%;
    font-size: 14px;
    width: 97%;
    margin:0 0 20px 0;
    color: #7A7A7A;
}

#popup-produto .modal-content .checkbox-form, #content-form-login-cadastro .checkbox-form {
    margin-bottom:15px;
    float:left;
    width:100%;
}

#popup-produto .modal-content .checkbox-form label{
    position:relative;
    width: 100%;
    float: left;
    margin: 10px 0;
}

#popup-produto .modal-content .checkbox-form label:first-child {
    margin-bottom: 15px;
}

#popup-produto .modal-content .checkbox-form span {
    position:absolute;
    width:20px;
    height:20px;border:1px solid #333 !important;
    border-radius:5px;
    left: 0;
    cursor: pointer;
}

#content-form-login-cadastro .bt_login {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    font-size: 12px;
}

#content-form-login-cadastro .bt_login:hover {
    text-decoration: none;
}

.checkbox-form input:checked ~ .checkmark:after {
    display:block;
}

.checkbox-form label input:checked ~ .checkmark {
    background-color:#333;
}

.checkbox-form span:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #f4f4f4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    position:absolute;
    content:"";
}

#popup-produto .modal-content .checkbox-form input, #content-form-login-cadastro .checkbox-form input {
    width: inherit;
    display: block;
    float: left;
    margin: 2px 5px 0 0;
    border:1px solid #F39F8B !important;
    opacity:0;
    position:absolute;
}

#popup-produto .modal-content .checkbox-form p,  #content-form-login-cadastro .checkbox-form p {
    display: block;
    float: left;
    margin-left:30px;
    color: #7A7A7A;
}

#popup-produto .modal-content  input[type='submit'],#myModal .modal-content  input[type='submit']{
    width: auto;
    text-align: center;
    background-color: #CDA256;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
    border-radius: 20px;
}

#popup-produto .modal-content input[type='submit']:hover, #myModal .modal-content  input[type='submit']:hover{
    transition: 0.3s;
    background: #000;
    color: #fff;
}

.popup-whatsapp {
    text-decoration: underline;
    font-size: 12px;
    background: url(../images/icones/whatsapp-black.svg) no-repeat;
    padding: 5px 0 5px 30px;
    line-height: 30px;
}

#content-form-login-cadastro .return-form {
    font-size: 12px !important;
    width: 100%;
    margin: 20px auto;
}

/* SISTEMA ORÇAMENTO */

.bt-sair {
    text-decoration: underline;

    margin-left: 10px;
}
#pg-criar-orcamento h1 {
    color:#CDA256;
    text-align:center;
    font-family:'Trajan Pro';
    font-weight: normal;
}
.orcamento-form {
    width: 100%;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.orcamento-form label {
    width:47%;
}

.orcamento-form input, .orcamento-form textarea, .orcamento-form select {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 2.5%;
    color: #333;
    width: 95%;
    font-size: 16px;
    display: block;
    margin-bottom: 25px;
}

.orcamento-form input[type='checkbox']{
    width: inherit;
    margin-left: 100px;
    margin-top: -15px;
}

.orcamento-form select {
    width: 100%
}

.orcamento-form input[type='submit']{
    background-color: #CDA256;
    color: #fff;
    width: 100%;
}

#cabecalho-pg-lista {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

#pg-imprimir #cabecalho-pg-lista {
    display: block;
}

#cabecalho-pg-lista .bt-lista-orcamento {
    display: flex;
    align-items: center;
}

#cabecalho-pg-lista .bt-lista-orcamento p {
    font-size: 22px;
    display: block;
    margin-right:15px;
}

#cabecalho-pg-lista .bt-lista-orcamento a {
    border-radius: 100%;
    text-align: center;
    background-color: #fff;
    border:1px solid #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 41px;
    width:41px;
    font-size: 30px;
    transition: 0.3s;
}

#cabecalho-pg-lista .bt-lista-orcamento a:hover {
    transition: 0.3s;
    color: #fff;
    background: #000;
}

#cabecalho-pg-lista .bt-exibir label {
    display: flex;
    align-items: center;
}

#cabecalho-pg-lista .bt-exibir select {
    border: 1px solid #232323;
    margin-left: 5px;
    padding:5px;
    border-radius: 5px;
}

#cabecalho-pg-lista h1 {
    display: block;
    float: left;
    width: 33%;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize !important;
    text-align: left;
    color:#CDA256;
    font-family:'Trajan Pro';
}

#cabecalho-pg-lista .campos {
    float: left;
    width: 29%;
    display: flex;
    justify-content: flex-end;
}

#cabecalho-pg-lista .campos .eye {
    display: block;
    margin: 5px 35px 0 0;
    float: left;
    cursor: pointer;
}

#cabecalho-pg-lista .campos input {
    width: 40px;
    border: 1px solid #ddd;
    padding: 10px 40px 10px 10px;
    border-radius: 10px;
    display: block;
    float: left;
    margin-right: 35px;
}

#cabecalho-pg-lista .campos input[name='imposto']{
    background: url(../images/icones/icone-desconto.png) no-repeat center right 5px;
    background-size: 20px;
}

#cabecalho-pg-lista .campos input[name='frete']{
    background: url(../images/icones/frete.png) no-repeat center right 5px;
    background-size: 23px;
}

#cabecalho-pg-lista .botoes {
    float: right;
    width: 38%;
}

#cabecalho-pg-lista .botoes a, #cabecalho-pg-lista .botoes input[type='submit'] {
    color: #232323;
    background-color: #EBE7E7;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px 10px;
    display: block;
    float: right;
    margin-left: 10px;
    transition: 0.5s;
}

#cabecalho-pg-lista .botoes a:hover, #cabecalho-pg-lista .botoes input[type='submit']:hover {
    opacity: 0.8;
    transition: 0.5s;
}

#listar-lista-clientes, #lista-produtos table {
    width: 100%;
    border-collapse: collapse;
}

#listar-lista-clientes thead, #lista-produtos thead{
    background-color: #eee;
    
    width: 100%;
}
#listar-lista-clientes tbody td, #lista-produtos tbody td, #listar-lista-clientes thead th, #lista-produtos thead th {
    text-align: center;
    font-size: 14px;
    color: #222;
    padding: 15px;
}



#pg-imprimir thead th, #pg-imprimir tbody td, #pg-imprimir tbody span {
    font-size: 10px !important;
}

#pg-imprimir #lista-produtos thead th {
    padding:0px !important;
}

#listar-lista-clientes .excluir-item, #lista-produtos .excluir-item {
    width: 20px;
    height: 20px;
    background: url(../images/icones/excluir.png?v=2) no-repeat center;
    background-size: 20px;
    display: block;
}

#lista-produtos table tr {
    border:1px solid #ddd;
}
#lista-produtos table tr.orcamento-final, #lista-produtos table tr.obs {
    border:0;
}

#lista-produtos tbody {
    margin-bottom: 100px;
}

#lista-produtos tbody .orcamento-final td {
    padding: 0;
}   

#lista-produtos tbody td textarea {
    padding: 3px;
    border:1px solid #ccc;
    width: 98%;
    border-radius: 5px;
    height: 50px;
}

#listar-lista-clientes thead input {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 10px;
    padding: 3px;
    border-radius: 5px;
}

#listar-lista-clientes tbody tr, #lista-produtos tbody tr {
    padding: 10px 0;
    transition: 0.3s;
}

#listar-lista-clientes tbody tr:hover, #lista-produtos tbody tr:hover{
    background-color: #f5f5f5;
    transition: 0.3s;
}

#lista-produtos tbody tr:hover {
    cursor: move;
}


#listar-lista-clientes tbody .lista-ativa {
    background-color: #232323;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    cursor:default;
}

#listar-lista-clientes tbody .lista-inativa {
    color: #222;
    padding: 8px 15px;
    border-radius: 10px;
    border:1px solid #ddd;
    transition: 0.5s;
}

#listar-lista-clientes tbody .lista-inativa:hover {
    background-color: #232323;
    color: #fff;
    transition: 0.5s;
}

#listar-lista-clientes .bt-abrir {
    text-decoration: underline;
}

#lista-produtos .img-list {
    max-width: 80px;
}

#lista-produtos td, #lista-produtos th {
    text-align: center;
}

#lista-produtos td input {
    border-radius: 5px;
    border:1px solid #ddd;
    padding: 5px 15px;
    text-align: center;
}

#lista-produtos td {
    width: 150px;
}

#lista-produtos tfoot td {
    width: 100% !important;
    display: block;
    font-size: 12px;
}

#lista-produtos .coluna-oculta {
    display: none;
}

#lista-produtos .preco-oculto {
    display: none;
    color: #999;
}

#lista-produtos .orcamento-final th, #lista-produtos tbody strong {
    text-align: right;
    line-height: 22px;
    font-size:14px;
}


#pg-imprimir #lista-produtos .orcamento-final th, #pg-imprimir #lista-produtos tbody strong {
    font-size: 10px;
}

#pg-imprimir #cabecalho-pg-lista h1 {
    text-align: center;
    font-weight: normal;
    width: 100%;
    font-size: 18px;
    color:#CDA256;
    font-family:'Trajan Pro';
}

#pg-imprimir #cabecalho-pg-lista p {
    width: 100%;
    text-align: center;
}

#pg-imprimir #cabecalho-pg-lista .info-topo-orcamento p {
    font-size: 12px;
    color: #aaa;
    margin-top: 18px;
}


#pg-imprimir tfoot {
     bottom: 0; width: 100%;
    background-color: #fff;
    padding-top:10px;
    position: fixed;
    z-index: 0;
    border-top:1px solid #ddd !important;
    display: none;

}

#pg-imprimir table {
    margin-top: 10px
}

#pg-imprimir tfoot:before {
    content: '';
    height: 20px;
}

#pg-imprimir td {
    color: #000 !important;
    font-weight: normal !important;
}


.content-lista-right {
    float: right; width: 35%;
}

#pg-imprimir .content-lista-right p {
    text-align: right !important;
    font-size: 12px;
    margin-bottom: 5px;
}

.content-lista-left {
    float: left; width: 65%;
}

#pg-imprimir .content-lista-left p {
    text-align: left !important;
    font-size: 12px;
    margin-bottom: 5px;
}

#pg-pagina-orcamento input[name='enviar_lista'] {
    width: 15%;
    padding: 15px;
    display: block;
    margin: 30px auto 0 auto;
    font-size: 16px;
    border-radius: 15px;
    background: #D1A261;
    color: #fff;
}

/* SOBRE */

.content-sobre {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    align-items: center;
}

.content-sobre h1 {
    margin-bottom: 10px;
    font-size: 22px;
    width: 70%;
    color:#CDA256;
    font-family:'Trajan Pro';
}

.content-sobre .img {
    width: 40%;
    margin-right: 7%;
}

.content-sobre .img img {
    width: 100%
}

.content-sobre .text {
    width: 25%;
}

.content-sobre .text p {
    line-height: 26px;
    margin-bottom: 20px;
}

.content-sobre .text p:last-child {
    margin-bottom: 0;
}

/* POLÍTICA */

.pag-politica .content-politica {
    padding-bottom: 100px;
}

.pag-politica h1 {
    font-size:22px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 30px 0;
    color:#CDA256;
    font-family:'Trajan Pro';
}

.pag-politica .content-politica h2 {
    color: #D1A261;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}

.pag-politica .content-politica p {
    text-align: justify;
    line-height: 30px;
    margin-bottom: 30px;
}

.pag-politica .content-politica strong {
    color: #D1A261;
}

.pag-politica p span, .pag-politica p a {
    text-decoration: underline;
    font-size: 16px;
}

.popup-politica {
    position: fixed;
    bottom: 10vh;
    width: 70%;
    background-color: #fff;
    margin:auto;
    padding: 15px;
    display: flex;
    align-content: center;
    box-shadow: 0 0 0.625rem #aaa;
    z-index: 99999
}

.popup-politica p  {
    width: 83%;
    float: left;
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin-right: 2%;
}

.popup-politica p strong {
    color: #CDA256;
    font-size: 14px;
}

.popup-politica p a {
    color: #CDA256;
    text-decoration: underline;
    font-size: 14px;
}

.popup-politica button {
    width: 15%;
    border-radius: 0;
    text-align: center;
    float: right;
    display: block;
    padding: 15px;
    font-size: 14px;
    cursor: pointer;
    background: #CDA256;
    color: #fff;
}

.popup-politica button:hover {
    text-decoration: underline;
}

.content-align-politica {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative
    
}

.return-form {
    text-align: center;
    width: 100%;
    display: none;
    
}

.return-ok {
    background-color: #fff;
    border:1px solid #008C69;
    padding: 15px 0;
    color: #008C69;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}

.return-ok a, .return-ok span {
    color: #008C69;
    text-decoration: underline;
    cursor: pointer;
}

.return-erro {
    padding: 15px 0;
    border:1px solid #FF4D4D;
    color: #FF4D4D;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}

/* CONTATO */

#contato h1 {
    text-align: center;
}

#contato form .campos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
} 

#contato form {
    width: 35%;
    margin: auto;
}

#contato form input[type='text'], #contato form textarea, #contato form select, #contato form select option {
    padding: 20px 2%;
    color: #5F5F5F;
    border-bottom:1px solid #ccc;
    width:100%;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: lighter;
}

#contato form input[type='text']:focus, #contato form textarea:focus, #contato form textarea:active, #contato form select:active {
    border-bottom: 1px solid #00293D;
}

#contato form textarea {
    width: 96%;
    height: 100px;
    margin: 0 0 20px 0
}

#contato form div {
    font-size: 14px;
}

#contato form select {
    width: 54%;
}

#contato form input[type='submit']{
    padding: 20px 2%;
    background-color: #CDA256;
    color: #fff;
    display: block;
    margin: auto;
    border-radius: 15px;
    width: 50%

}



#contato .return-form, #listas .return-form {
    text-align: center;
    width: 100%;
    display: none;
    margin-top: 15px
    
}

#listas .return-form {
    display: block;
}

#contato .return-ok, #listas .return-ok {
    background-color: #00AF40;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 45px;
    border-radius: 10px;
    text-align: center;
}

#contato .return-erro, #listas .return-erro {
    padding: 15px 0;
    background-color: #FF4949;
    font-size: 18px;
    color: #fff;
    margin-bottom: 45px;
    border-radius: 10px;
    text-align: center;
}

#msg_erro {
    text-align: center;
    color:#FF4D4D;
    margin-bottom: 25px;
}


#contato .boxes-contato {
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    margin: 78px auto 0 auto;
}

#contato .boxes-contato div {
    width: 27%;
    padding-top: 70px;
}

#contato .boxes-contato div a {
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
    color: #CDA256;
    font-size: 18px;
}

#contato .boxes-contato div:nth-child(1){
    background:url(../images/icones/email.svg) top center no-repeat;
    width:40%;
    background-size: 65px;
}

#contato .boxes-contato div:nth-child(2){
    background:url(../images/icones/telefone2.svg) top center no-repeat;
    background-size: 40px;
}

.lds-ring {
  display: none;
  position: relative;
  width: 60px;
  height: 60px;
  margin: auto;
  clear: both;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 8px;
  border: 8px solid #CDA256;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #CDA256 transparent transparent transparent;
}

.content-right .lds-ring {
    width: 27px;
    height: 27px;
}

.content-right .lds-ring div {
    width: 27px;
    height: 27px;
}


.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* FLUTUANTE */

a.bt-whats {
    bottom: 50px;
    right: 7.5%;
    padding:0 55px 0 25px;
    height: 50px;
    position: fixed;
    z-index: 90;
    line-height: 50px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background: url(../images/icones/whatsapp.svg) no-repeat center right 15px #fff;
    background-size:25px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */

}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: block;
  opacity: .9;
  margin:-25px 0 0 0;
  transition-duration:1s;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
    
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
  
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
  padding-right:20px;
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}




@keyframes tooltips-horz {
  to {
    opacity: .0;
   
  }
}

@keyframes tooltips-horz2 {
  from {
    opacity:0
  }
  to {
    opacity: .9;

   
  }
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after {
  animation: tooltips-horz2 300ms ease-out forwards;

}

[tooltip][flow^="left"]:before,
[tooltip][flow^="left"]:after {
  animation: tooltips-horz ease-out forwards;
  animation-duration:2s;
  animation-delay:5s;

}

/* AUTOCOMPLETE */

.bt-results {
    width: 100%;
    padding: 15px 0;
    background-color: #000;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
    margin: 5px 0 15px 0;
    cursor: pointer;
    border-radius: 8px;
}

.bt-results:hover {
    background-color: #232323 !important;
    color: #fff !important;
}

.ui-autocomplete {
    background-color: #fff;
    border-radius: 5px;
    border:1px solid #eee;
    padding: 3px;

}

.ui-autocomplete-row {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.ui-autocomplete-row:nth-child(5), .ui-autocomplete-row:nth-child(6) {
  border:0;
}

.ui-autocomplete-row a {
    overflow: hidden;
}

.ui-autocomplete-row img {
    display: block;
    float: left;
    height: 50px;
    margin:5px 0 5px 2%;
}

.ui-autocomplete-row span {
    display: block;
    float: left;
    margin: 0 10px;
    width: 60%;
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}


.ui-autocomplete { position: absolute; cursor: default;z-index:9999 !important;}  


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

    .content-align {
        width: 90%;
    }

    #caracteristicas-produto {
        width: 55%;
        margin: 0 5%;
    }

    .background-lateral .close-checkout.show {
        right: 45vw;
    }

    .produtos .box-produto {
        height: 370px;
    }

}

@media screen and (max-width:1300px){
    
    header .desktop nav > ul > li > a {
        font-size:10px;
    }
}