:root {--cor_primaria: #b4522d;--cor_secundaria: #5A6045;--cor_botao: #5A6045;--cor_botao_hover: #3c3c3c;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #5bbf5f;--pre_cabecalho: #fbfbfb;--cor_texto_pre_cabecalho: #2b2b2b;--cor_cabecalho: #ffffff;--cor_icones: #2b2b2b;--cor_icones_hover: #2b2b2b;--cor_texto_icones: #2b2b2b;--cor_menu: #b4522d;--cor_texto_menu: #ffffff;--cor_newsletter: #5A6045;--cor_texto_newsletter: #ffffff;--cor_footer: #ffffff;--cor_texto_footer: #333333;--texto_global: #333333;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}

.produto .thumbs-vertical .elastislide-carousel ul li a {
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.produto .thumbs-vertical .elastislide-carousel ul li a {
    width: 70px;
    height: 60px;
    object-fit: cover;
}

.produto .thumbs-vertical .elastislide-carousel ul li {
    width: 60px !important;
    height: 65px !important;
    margin: auto;
    margin-bottom: 6px;
}

[data-target="#modal-medidas"] {
    margin-bottom: 1rem;
}

/* PLUGOO AJUSTES START */

/* fix tabela de medidas (mobile only) */
@media(max-width: 769px) {
	.modal-body img {
		max-width: 420px;
	}
	
	.modal-body {
    	max-height: 100%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
	}
	
	.modal {
    	position: fixed !important;
        align-items: center !important;
        top: 21% !important;
        height: auto!important;
        margin: 0 auto!important;
        width: 97% !important;
	}
}

/* PLUGOO AJUSTES END */