﻿.TopBarMenu {
    display: flex;
    justify-content: center;
    height: 80px;
    margin-top: 5px;
    background-color: #0E5F3E;
}
.history{

}
.history p {
    font-size: 5px;
    color: #74767a;
}

.btnPedirWpp {
    font-size: 30px;
    color: white;
    background-color: #40C351;
    border-radius : 5px;
    margin-top:50px;

}

.btnTopBar {
    background-color: transparent;
    color: white;
    width: 185px;
    border: none;
    border-bottom: 0px;
    transition: 0.5s;
}
.btnTopBar:hover {
    font-size:20px;
}
.btnTopBarDisabled {
    background-color: transparent;
    color: lightgray;
    width: 185px;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: white;
    border-right-color: white;
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom: 0px;
    transition: 0.5s;
}
.textColorMain {
    color: #0E5F3E;
}
.textColorSecond {
    color: #0E985A;
}


.btnNull{
    border: 0px;
    background-color:transparent;
}

.btnCategoria {
    background-color: transparent;
    height: 35px;
    color:gray;
    transition:0.6s;
    width:inherit;
    border-style:none;
}
.btnCategoria:hover {
    font-size: 20px;
   
}

.btnSubCategoria {
    background-color: transparent;
    border-style:none;
    height: 35px;
    color: gray;
    transition: 0.6s;
}

.btnSubCategoria:hover {
    font-size: 20px;
}

.btnComprar {
    background-color: #0E985A;
    color: white;
    border-radius: 10px;
    transition: 0.3s;
    width: 180px;
    height: 60px;
    font-size: 26px;
}
.btnComprar:hover {
    color: white;
    transform: scale(1.05);
    border-radius: 20px;
}
.btnDetalhes {
    background-color: #0E5F3E;
    color: white;
    border-radius: 10px;
    transition: 0.3s;
    width: 100px;
    height: 35px;
    font-size: 13px;
    text-align: center;
}
.btnDetalhes:hover {
    color: white;
    transform: scale(1.05);
    border-radius: 20px;
}

.btnDetalhesAlone {
    background-color: #EB135C;
    color: white;
    border-radius: 10px;
    transition: 0.3s;
    width: 90%;
    height: 60px;
    font-size: 26px;
    text-align: center;
}

.btnDetalhesAlone:hover {
    color: white;
    transform: scale(1.05);
    border-radius: 20px;
}
.anybody-bold {
    font-family: "Anybody", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" ;
}
.varela-round-regular {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.btnCarameloGreen {
    background-color: #0E985A;
    color: white;
    border-radius: 5px;
    transition: 0.3s;
}

.btnCarameloGreen:hover {
    color: white;
    transform: scale(1.05);
    border-radius:15px;
}


.btnCarameloRosa {
    background-color: #0E5F3E;
    color: white;
    border-radius: 5px;
    transition: 0.3s;
}

.btnCarameloRosa:hover {
    color: white;
    transform: scale(1.05);
    border-radius: 15px;
}
    /* altera o componente label com container  */
.containerChk {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Esconde o radio default */
.containerChk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Custom radio */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border-color:gray;
    border-width:1px;
    border-style:solid;
}

/* Quando mouse em cima add um background cinza */
.containerChk:hover input ~ .checkmark {
    background-color: #ccc;
}

/* Quando radio está marcado, add um background de cor do site*/
.containerChk input:checked ~ .checkmark {
    background-color: #0E5F3E;
    border-style: none;
}

.divFreteCalcProdPage {
    height: 400px;
    background-color: lightgray;
    border-radius: 40px;
    border-width: 1px;
    border-color:black;
    border-style: none;
    padding:20px;
}

.imgDisplayBoxRelacionados {
    margin-top: 10px;
    margin-left: 10px;
    max-width: 450px;
    max-height: 450px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-color: lightgray;
    border-radius: 10px;
    width: 250px;
    height: 250px;
    background-color: white;
    transition : 0.5s;
}

.imgDisplayBoxRelacionados:hover {
    box-shadow: 0 0 10px 0.3px #ED1B86; /* outer cyan */
    transform: scale(1.05);
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 10px;
}

    /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
        background: #43C609;
    }


.btnwidth {
    width: 50%;
    height: 38px;
}

.btnWidthAfter {
    width: 55px;
    height: 58px;
    border-radius: 100px;
}



.paySuccess {
    animation-duration: 1s;
    animation-name: paySuccessFade;
}

.payCheck {
    animation-duration: 1s;
    animation-name: checkFade;
}


@keyframes paySuccessFade {
    from {
        width: 50%;
        height: 38px;
    }

    to {
        width: 55px;
        height: 58px;
        border-radius:100px;
    }
}

.checkBefore {
    opacity: 0;
    visibility: hidden;
}

.checkAfter {
    opacity: 100;
    visibility: visible;
}

@keyframes checkFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 100;
    }
}


.btnNavTab {
    font-size: 25px;
    margin: 15px;
    position: relative;

    border-style:none;
    background-color:transparent;
}

.btnNavTab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

}

.btnNavTab:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);

}
.btnNavTab:hover{
    color:black;
}


.arrow-collapse {
    animation-duration: 1s;
    animation-name: ExpandArrowCollapse;
}

.arrow-expanded {
    animation-duration: 1s;
    animation-name: ExpandArrowCollapse;
}

@keyframes ExpandArrowCollapse{
    0%{
        transform: scale(1);
    }

    50% {
        transform: scale(0) ;

    }
    100% {
        transform: scale(1);
    }
}


.formDadosPessoais{
    border:solid;
    padding:20px;
    border-width:1px;
    border-color: lightgray;
    border-radius:20px;
    box-shadow: 10px 10px 30px lightgray;
    max-height:450px;
}

.formEndereco {
    border: solid;
    padding: 20px;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 20px;
    box-shadow: 10px 10px 30px lightgray;
    max-height: 550px;
}

.formPagamento{
    border: solid;
    padding: 20px;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 20px;
    box-shadow: 10px 10px 30px lightgray;
}

.btnCardPag {
    border: solid;
    padding: 5px;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 9px;
    margin-bottom: 10px;

    height: 45px;
    width: 100%;
}
.btnCardPag:hover {
    border-color: deepskyblue;
    box-shadow: 0 0 10px 0.3px deepskyblue; /* outer cyan */
}

.textLightGray {
    color: lightgray;
}
.textGray{
    color:gray;
}
.textGreen {
    color: #26b87c;
}

.SelectedForm {
    border-color:deepskyblue;
}

.imgDetCart{
    width:50px;
    height:50px;
    object-fit:contain;
    margin:auto;
    display:block;
}
.imgdivDetCart{
    border:solid;
    border-width:1px;
    width: 60px;
    height: 60px;
    border-color:lightgray;
    display:block;
    padding:0px;
    max-width:60px;

}
.detText{
    font-size: 12px;
}

.inputNew {
    outline-color: lightgray;
    background-color: #f1f0fa;
    border-color:lightgray;
    border:none;
    border-radius:5px;
    padding:20px;
    width:100%;
    margin-top:15px;

}
.inputWrong {
    background-color: #F3B9B3;
    border: solid;
    border-width: 1px;
    border-color: red;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    margin-top: 15px;
}

.pnlDados{
    border-style : solid;
    border-width : 1px;
    border-radius : 5px;
    border-color : lightgray;
    max-width: 650px;
    
    padding:20px;
    margin:auto;

}

.selectNew {
    outline-color: lightgray;
    background-color: #f1f0fa;
    border-color: lightgray;
    border: none;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    margin-top: 15px;
}
.pnlSenhaHelp{
    border:solid;
    border-width:1px;
    border-color:lightgray;
    padding: 15px;
    border-radius:15px;
    max-width:250px;
    margin-top:5px;
}

.txtRed{
    color:red;
}
.txtGreen {
    color: green;
}

.avaliacao {
    display: flex;
    padding:0px;
}
 
.star-icon {
    list-style-type: none;
    border: 1px solid #fff;
    cursor: pointer;
    color: #ffe500;
    font-size: 40px; /* altera o tamanho das estrelas */
}

.star-icon::before {
    content: "\2605";
}

.star-icon.ativo ~ .star-icon::before {
    content: "\2606";
}

.avaliacao:hover .star-icon::before {
    content: "\2605";
}

.star-icon:hover ~ .star-icon::before {
    content: "\2606";
}

.OpinionTextArea{
    border: solid;
    border-color:lightgray;
    border-width:1px;
    box-shadow:  0 0 10px 0.3px lightgray;
    border-radius:5px;
    width: 90%;
    height: 100px;
    font-size:20px;
    outline-color: gray;
    resize:none;
}



.sectionBody {
    background-color: #57B38E;
    
    padding:1%;
}
.sectionBody .destaquelbl{
    color:white;
}