* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

body,
html {
    overflow-x: hidden;
}

.error {
    color: red;
    font-size: 14px;
    display: none;
}

.valid {
    color: green;
    font-size: 14px;
    display: none;
}

nav {
    background-color: #f3f3f3;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

.all-sale {
    display: flex;
    padding: 10px;
    justify-content: space-between;
}

.all-sale .logo-mp {
    width: 150px;
}

.all-sale .logo-pagsegu {
    width: 100px;
}


/*carregamento inicio*/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.897);/* Fundo transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loader img {
    width: 100px; /* Ajuste o tamanho do GIF conforme necessário */
    
}

#loader span {
    font-size: 18px;
    font-weight: bolder;
    color: #9f9f9f;
}


/*carregamento fim*/



/*inicio carrinho*/
.div-car {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    margin-left: 15px;
    margin-bottom: 20px;
    font-size: large;
}

.product {

    margin: 10px;
    /* Espaço entre as divs internas */
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;

}

.product img {
    width: 200px;
    
    margin-right: 20px;
}

.product-details {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-title {
    font-size: 16px;
    font-weight: bold;
}

.product-description {
    font-size: 16px;
    color: #555;
}

.summary {
    display: flex;
    margin-top: 20px;
    font-size: 12px;
    padding: 15px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    justify-content: space-between;
}

.summary div {
    margin-bottom: 10px;

}

/*fim carrinho*/




/*inicio frete*/





.radio-box {
    width: 100%;
    padding: 10px 40px;
    
    
    border-radius: 10px;
    
}
.mb-2 {
    margin-bottom: .5rem 
}
.d-flex {
    
    display: flex !important;
}




/*fim frete*/


.div-collapse{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-cardicon img{
    width: 100px;

}

        










.progress {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.progress-step1 {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.progress-step2 {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.progress-step3 {
    display: flex;
    align-items: center;
    font-size: 12px;
}

/*pag entrega icone numeração */
.progress-step .icon {
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: white;
}

/*indetificação ok para pagina entrega */
.progress-step1 .icon {
    width: 30px;
    height: 30px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: white;
}

/*azul para pagina entrega */
.progress-step2 .icon {
    width: 30px;
    height: 30px;
    background-color: #3483fa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: white;
}

/*indetificação/entrega ok para pagina pagamento */
.progress-step-2 .icon {
    width: 30px;
    height: 30px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: white;
}


.progress-step3 .icon {
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: white;
}

/*azul para pagina pagamento */
.progress-step-3 .icon {
    width: 30px;
    height: 30px;
    background-color: #3483fa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: white;
}





.progress-step.completed .icon {
    background-color: #4CAF50;
}

.form-container {
    /*display: none;*/
    margin: 20px 0;
    padding: 20px;
}

.form-container.active {
    display: block;
}

.form-container input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    border-color: #ddd;
    border: 1px solid #ddd;
    /*Defina uma borda padrão*/
    border-radius: 10px;
    outline: none;
    /* Remove a borda padrão ao clicar */
    filter: drop-shadow(0px 0px 7px rgba(46, 131, 236, 0.089));
}

.form-container input:focus {
    border: 1px solid #2e85ec;
    /* Borda azul ao clicar */
}

/* Estilização para o placeholder no Google Chrome, Safari e Opera */
.form-container input::placeholder {
    color: #a0a2a528;
    /* Cor do texto do placeholder */
    font-style: italic;
    /* Estilo de fonte */
    opacity: 1;
    /* Torna a cor totalmente opaca (alguns navegadores aplicam opacidade por padrão) */
}

/* Estilização para o placeholder no Mozilla Firefox */
.form-container input::-moz-placeholder {
    color: #a0a2a528;
    font-style: italic;
    opacity: 1;
}

/* Estilização para o placeholder no Internet Explorer */
.form-container input:-ms-input-placeholder {
    color: #a0a2a528;
    font-style: italic;
    opacity: 1;
}

/* Estilização para o placeholder no Microsoft Edge */
.form-container input::-ms-input-placeholder {
    color: #2e85ec;
    font-style: italic;
    opacity: 1;
}




.form-container .select1 select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    border-color: #ddd;
    border: 1px solid #ddd;
    /*Defina uma borda padrão*/
    border-radius: 10px;
    outline: none;
    /* Remove a borda padrão ao clicar */
    filter: drop-shadow(0px 0px 7px rgba(46, 131, 236, 0.089))
}

.select1 {
    display: flex;
    gap: 10px;
}




.form-container button {
    background-color: #3483fa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.form-container button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}



.logo-pagsegu2{
    margin-top: 6px;
}





.checkpay {

    display: flex;
    justify-content: center;
    /* Centraliza horizontalmente */
    align-items: center;
    /* Centraliza verticalmente */
    flex-direction: column;

    padding: 45px;

}

.checkpay span {
    font-size: 14px;
}


.button {
    background-color: #3483fa;
    color: white;
    padding: 10px 20px;
    margin-top: 7px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.cart {
    margin-left: 7px;
    padding: 7px;
    font-weight: 600;
    font-size: 18px;
    color: #313c52;
    
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}