			
	.work-image-scroller #galeria-1-scrolling-dimensoes-container {
		display: flex;
		flex-wrap: nowrap !important;
		 padding: 25px 0 0 0;		overflow-x: -moz-scrollbars-none;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.work-image-scroller #galeria-1-scrolling-dimensoes-container::-webkit-scrollbar {
		display: none;
	}
	
/* CSS dinâmico para #dimensoes-produto-dimensoes */


#produto-dimensoes .linha.abas.em-flex { margin-bottom: 0; }
#produto-dimensoes .aba { background: #333333; border-top: none; border-bottom: 2px solid #000000; border-right: 1px solid #333; border-left: 1px solid #333; font-size: 13px; padding: 15px 20px !important; text-align: left; }
#produto-dimensoes #dim-aba-1 { border-top: 1px solid #333; }
#produto-dimensoes .aba:hover { cursor: pointer; color: #000; background: #ffc600;}
#produto-dimensoes .aba:hover svg {color: #000 !important;}
#produto-dimensoes .aba-ativa { border-color: #222; background: #ffc600; color: #000; }
#produto-dimensoes .aba-ativa svg {color: #000 !important; }
.col-galeria-info { padding: 0 50px; }
.produto-dimensoes-image-scroller .dimensoes-legenda { font-size: 13px; text-align: left; padding-bottom: 10px; }
.produto-dimensoes-image-scroller .legenda { display: none; }

#produto-dimensoes .aba-galerias { padding: 0 0 30px 30px; background: #333; -moz-border-radius: 30px; -khtml-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
#produto-dimensoes .range-image-slider { background-color: #222; }



.work-image-scroller {
    overflow: hidden;
}



.work-image-scroller .scroll-item {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    list-style-type: none;
    width: auto;
    padding-bottom: 1em;
    z-index: 0;
}

.work-image-scroller .scroll-item img {
    height: 300px;
    -moz-border-radius: 20px; -khtml-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
    object-fit: cover;
    z-index: 1;
	border: 1px solid #ccc;
}

/*.work-image-scroller .scroll-item:after {
    z-index: 0;
    content: '';
    margin: auto;
    margin-top: 1em;
    width: 75%;
    height: 1.5px;
    filter: blur(5px);
    border-radius: 100%;
    background: linear-gradient(0.25turn, rgba(0,0,0,0), #000, rgba(0,0,0,0));
}*/

.work-image-scroller .image-title {
    padding-left: 0.5em;
    padding-bottom: 0;
    color: #fff;
}

.work-image-scroller i {
    color: #ddd;
}

.range-image-slider {
    margin-top: 1em !important;
    background-color: #333;
    margin: 0 auto;
    padding: 20px;
    width: 250px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-self: center;

}
.range-image-slider input[type="text"], .range-image-slider input[type="email"], .range-image-slider input[type="url"], .range-image-slider input[type="password"], .range-image-slider input[type="search"], .range-image-slider input[type="number"], .range-image-slider input[type="tel"], .range-image-slider input[type="range"], .range-image-slider input[type="date"], .range-image-slider input[type="month"], .range-image-slider input[type="week"], .range-image-slider input[type="time"], .range-image-slider input[type="datetime"], .range-image-slider input[type="datetime-local"], .range-image-slider input[type="color"], .range-image-slider textarea {
    border: initial;
    padding: initial;
    border: none;
}

.range-image-slider input[type="range"] {
    background: #575757;
    height: 2px;
    width: 250px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
}

.range-image-slider input[type="range"]:focus {
    outline: none;
}

.range-image-slider input::-webkit-slider-thumb {
    background: #FFC600;
    cursor: pointer;
    height: 17px;
    text-indent: -9999px;
    width: 17px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 100%;
}

.scroll-image-frame {
    width: 100%; padding: 3px 8px 3px 3px;
}

/*.scroll-image-frame div {
    position: relative;
    padding-bottom: 56.15%;
    height: 0;
    overflow: hidden;
}*/

.scroll-image-frame div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

.scroll-image-frame { position: relative; }
.scroll-image-frame svg { position: absolute; right: 15px; top: 20px; }



/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {

	.aba-galeria .em-flex { flex-direction: column; }
	.aba-galeria .col { width: 100%; padding: 0 20px !important; }



}
@media only screen and (max-width: 767px) {

	#produto-dimensoes .documentos-dimensoes { flex-direction: column-reverse;  }
	#produto-dimensoes .linha.abas.em-flex { flex-direction: row !important; margin-top: 20px; }
	#produto-dimensoes .linha.abas.em-flex > .aba { border-top: 1px solid #333; padding: 10px 5px; }


}