:root {--cor_primaria:#ff7e96;
--cor_secundaria:#868789;
--cor_titulos:#868789; 
--cor_botao:#ff7e96;
--cor_botao_hover:#ff7e96;
--cor_texto_botao: #FFFFFF;
--cor_texto_botao_hover:#FFFFFF;
--cor_botao_comprar:#1ec25b;
--pre_cabecalho:#868789;
--cor_texto_pre_cabecalho:#ffffff;
--cor_cabecalho:#ffffff;
--cor_icones:#ff7e96;
--cor_icones_hover:#ff7e96;
--cor_texto_icones:#868789;
--cor_menu: #ffffff;
--cor_texto_menu:#868789;
--cor_newsletter: #ff7e96;
--cor_texto_newsletter: #FFFFFF;
--cor_footer: #ffffff;
--cor_texto_footer: #333333;
--texto_global: #333333;
--texto_background: #ffffff;

#tarja-slide .icon svg {
    fill: #ff7e96;!important
}


/*assista ao video*/
.produto-video {display: flex;flex-direction: column;align-items: center;}
.produto-video a {order: 1;}
.produto-video>div {width: 100%;order: 2;text-align: center;}
.produto-video span {display: none;}
.produto-video a:hover:after {background: #ffffff;transition: 1s ease;}
.produto-video a:hover i {color: #ff0000;transition: 1s ease;}
.produto-video i {z-index: 9999;color: #fff;transition: 1s ease;font-size: 34px;}
.produto-video p {margin-top: 10px;order: 2;text-align: center;font-weight: 800;}
.produto-video a{width: 70px;height: 70px; box-shadow: 0px 0px 16px #ffffff;border-radius: 50%;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;order: 1;}
.produto-video a::before {content: "";background-image: conic-gradient(#113C21 20deg, #f5ffef 120deg);width: 100%;height: 100%;position: absolute;animation: rotate 2s linear infinite;}
.produto-video a::after {content: "";width: 60px;height: 60px;background: #ff0000;position: absolute;border-radius: 50%;display: flex;justify-content: center;align-items: center;color: #fff;font-size: large;transition: 1s ease;}

@keyframes rotate {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}

@media only screen and (max-width: 767px) {
	.produto-video div p {display: none;}
	.produto-video {margin: 15px 0 40px;padding: 10px 0 30px;border-bottom: 1px solid #e8e8e8;border-top: 0;}
	.produto > p {text-align: center;}
}

.icon-youtube-play:before {
    content: "\f16a";
    color: white;
}

.icon-youtube-play:hover:before {
    color: #f44336 !important;
}

.produto-video a:hover i {color: #f44336 !important;}


[class*="icon-"] {
    font-family: "FontAwesome" !important;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    text-align: center;
}

.thumbs-vertical .produto-video {
    border: 0;
    box-shadow: 0 0px 0px #0000001c;
}

