.logo a img {
    max-height: 300px;
}

.full.menu .conteiner .nivel-um>li>a>.titulo {
    color: #fff;
}

.banner .flexslider {
    border-radius: 15px;
}

.banner.cheio+.row-fluid {
    margin-top: 50px;
}

.listagem ul.slick-dots {
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 500px;
    right: 0;
}

.produto .conteiner-imagem img {
    border-radius: 15px;
}

.listagem .listagem-item .imagem-produto.has-zoom img {
    border-radius: 5px;
}




#apx_customize-product > div > label:before{
    content:"Personalização";
    display:block;
    font-size:16px;
    font-weight:600;
}
#apx_customize-product > div > label{
    margin-bottom:10px;
    font-size: 12px;
    line-height: normal;
    color: #666;
    display:block;
}
#apx_customize-product > div > button{
    font-weight: bold;
    font-size: 16px;
    color: var(--secundary-color);
    background: #f1f1f1;
    min-height: 30px;
    padding: 0 1rem;
    margin-right: 1rem;
    margin-bottom:1rem;
}

#apx_fields input,
#apx_fields select{
    height: 30px;
    padding: 0 5px;
    width: calc(100% - 30px);
    margin-bottom:15px;
}
#apx_fields label{
    font-weight: 600;
    font-size: 13px;
    display: block;
}

#apx_customize-product .customize-trigger.active{
    background: #780c23;
    color: #fff;
}
#apx_fields .icon-info{
    background: #780c23;
    color: #fff;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 16px;
}
#apx_fields .hover-image{position:relative;}
#apx_fields .hover-image img{
        display: none;
    position: absolute;
    top: auto!important;
    left: calc(100% + 5px);
    bottom: calc(100% + 5px);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
    max-width:320px!important;
}
#apx_fields .hover-image:hover img{display:block;}

[data-produto-id="103994722"] form{pointer-events:none;opacity:.5;}
[data-produto-id="103994722"] form a,
[data-produto-id="103994722"] .icon-trash{display:none;}

.apx_content{
    display: flex;
    flex-wrap: wrap;
}
.apx_content > div{
    flex: 0 0 33.3333%;
}
.apx_content > div:last-child{flex:0 0 100%}

@media(max-width:990px){
    .apx_content{
        display: block;
    }
    #apx_fields .hover-image:hover img{left:-90px;}
}


body .apx_widgets_worker-checkoutUpsellingVariant{display:block;margin:0;}
.apx_widgets_worker-checkoutUpsellingVariant .apx_widgets_worker-checkoutUpsellingVariant-item{
    padding:1rem;
    margin:1rem;
    
}

.apx_widgets_worker-checkoutUpsellingVariant .apx_widgets_worker-checkoutUpsellingVariant-item>div span{
    font-size: 12px;
    padding: 0 5px;
    min-height: 0;
    line-height: 23px;
}
#slickAll{margin:0 -1rem;}
.apx_widgets_worker-checkoutUpsellingVariant>strong{font-weight:bold;}
.pagina-carrinho .slick-arrow:before{color:#000;}
body .apx_widgets_worker-checkoutUpsellingVariant .apx_widgets_worker-checkoutUpsellingVariant-item>div img{width:100px;}
@media(max-width:990px){
    body .apx_widgets_worker-checkoutUpsellingVariant .apx_widgets_worker-checkoutUpsellingVariant-item>div img{
        height:80px;
        width:auto;
        margin:0 auto;
    }
        
    body .apx_widgets_worker-checkoutUpsellingVariant .apx_widgets_worker-checkoutUpsellingVariant-item,
    body .apx_widgets_worker-checkoutUpsellingVariant .apx_widgets_worker-checkoutUpsellingVariant-item *{
        text-align:center;
        justify-content:center;
    }
    .apx_widgets_worker-checkoutUpsellingVariant .apx_widgets_worker-checkoutUpsellingVariant-item{margin: 0 .5rem;}
}

.alert {
    background-color: #cb3300;
}

.alert, .alert h4 {
    color: #ffffff;
}
