#st-1 .st-btn > img {
    height: 26px !important;
    width: 27px !important;
    top: 14px !important;
    background-color: #cbb971;
}
/* up */
/* whats */
.whats-btn-fixed {
    position: fixed;
    bottom: 8em;
    width: 80px;
    height: 80px;
    z-index: 999;
}

/* TARJA MOB */
@media screen and (max-width: 768px) {
    .mini-banner .modulo {
        margin:20px 0
    }

    .tarja {
        display: none!important
    }
}

.tarja-mob {
    display: none
}

.tarja-mob img {
    max-width: 100%;
    height: auto
}
@media only screen and (max-width: 500px) {
    .tarja-mob {
        text-align:center;
        margin: 20px 0 0;
        display: block
    }
}

body:not(.pagina-inicial) .tarja-mob {
    margin-bottom: 20px
}

/* DESCRIcao */
.abas-custom .tab-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.produto #descricao .tabs {
    list-style: none;
    margin-left: 0
}

.produto #descricao .tabs li {
    background: #fff;
    float: left;
    border: solid 1px #ccc;
    text-align: center;
    border-radius: 2px;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    text-transform: none;
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

.produto #descricao .tabs li.current {
    background: #cbb971;
    border-color: #cbb971;
    color: #fff;
}

.produto #descricao .tab-content {
    display: none;
    padding: 0;
    margin: 20px 0
}

.produto #descricao .tab-content.current {
    display: block
}

/* video */
.video-container {
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-filter: grayscale(.9);
    filter: grayscale(.9)
}

@media screen and (max-width: 768px) {
    .video-container {
        height:200px
    }
}

.video-container iframe {
    position: absolute
}


/* tabela medidas */
.produto .measurement-table {
    position: relative;
    display: none;
}

.produto .measurement-table .trigger-table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #ededed;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    float: right;
    width: 142px;
    font-size: 13px;
    font-weight: 700
}

.produto .measurement-table .trigger-table.active,.produto .measurement-table .trigger-table:hover {
    background: #000;
    color: #fff
}

.produto .measurement-table .img-table {
    -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 15px 2px rgba(0,0,0,.2);
    display: none;
    width: 580px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 99
}

.produto .measurement-table .img-table .close-table {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    -webkit-appearance: none
}

@media only screen and (max-width: 767px) {
    .produto .measurement-table .trigger-table {
        float:none;
        width: 100%
    }

    .produto .measurement-table .img-table {
        width: 100%
    }
}
/* frete grÃ¡tis */
.free-shipping {
    display: none !important;
    width: 100%;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.free-shipping .icon {
    width: 30px;
    height: 30px;
    fill: #fff;
    vertical-align: middle;
    margin-right: 10px
}

.free-shipping em {
    font-weight: 600;
    font-style: normal
}

.free-shipping.warning {
    background: #f0ad4e
}

.free-shipping.success {
    background: #5cb85c
}

#st-1 .st-btn[data-network=facebook]>svg, #st-1 .st-btn[data-network=googleplus]>svg, #st-1 .st-btn[data-network=pinterest]>svg, #st-1 .st-btn[data-network=twitter]>svg{
    fill: #cbb971 !important;
}

#carouselImagem .flex-direction-nav a.flex-next,#carouselImagem .flex-direction-nav a.flex-prev {
    background: transparent;
    border: none;
}