@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
	height:100%;
}

body{
	font-family: 'Poppins', sans-serif;
	font-size: 0.9rem;
	background: #efefef;
}

li {
    list-style-type: none;
}

address, p {
    margin-bottom: 0;
    color: #333;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1.2rem;
    font-weight: 900;
    margin-top: 8px;
}

button, button:active, button:focus, button:hover {
    border: none !important;
    outline: none;
}

label {
    display: inline-block;
    margin: 0;
    font-size: 13px;
}

option:disabled {
  background-color: lighgray;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: #007bff;
    text-decoration: none;
    cursor:pointer;
}

a:not([href]):not([tabindex]):hover {
    color: #007bff;
}

.no-spinners {
         -moz-appearance: textfield;
      }
      
      .no-spinners::-webkit-outer-spin-button,
      .no-spinners::-webkit-inner-spin-button {
         -webkit-appearance: none;
         margin: 0;
      }

.menu-wrapper {
   /* max-width: 1200px;*/
    height: 50px;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}
.menu-wrapper .menu-item {
    height: 46px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.menu-wrapper .menu-item a {
  display: flex;
    padding: 0 12px;
    color: #333;
    height: 28px;
    flex-wrap: wrap;
    background: #fff;
    margin-left: 10px;
    border-radius: 8px;
    text-decoration: none;
    align-content: center;
    border: 1px solid #333;
}

.menu-wrapper .menu-item a:hover {
  text-decoration: none;
  background: #00f7f7;
  color: #333;
}

.menu-wrapper .menu-item::-webkit-scrollbar {
  display: none;
}

.menu-wrapper .pointer {
    height: 46px;
    width: 30px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.menu-wrapper .pointer i {
    color: #333;
    cursor: pointer;
    padding: 5px;
    background: #dedede;
    border-radius: 8px;
}

.menu-wrapper .left-pointer {
  left: 20px;
}

.menu-wrapper .right-pointer {
  right: 20px;
}

.menu-wrapper .dis i {
  color: #efefef;
}

a.active{
  color: red;
}

.menu-wrapper.fixo {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 54px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    box-shadow: rgb(0 0 0 / 7%) 0px 3px 2px;
    height: auto;
    background: #f9f9f9
}

.area-trabalho {
    background: #efefef;
    min-height: 100vh;
}

#user-log {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 54px;
    display: flex;
    padding: 3px 5px 6px 2rem;
    background: #fff;
    text-align:center;
    border-top: 2px solid #00f7f7;
    border-bottom: 1px solid #eaeaea;
}

.area_log {
    align-content: center;
    display: flex;
}

.area_log_cart {
    position: absolute;
    top: 15px;
    right: 85px;
}

.barra-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.barra-logo {
    text-decoration:none;
}

img#minhaLogo {
    height: 34px;
    opacity: 1;
    width: auto;
}
     
img#minhaLogoMobile {
    height: 0;
    opacity: 0;
}

.barra-login-mobile {
    display: none;
}

.link-entrar-mobile {
    padding: 8px 30px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    background: #e42b61;
    color: #fff;
    font-family: 'Pridi', serif;
    cursor: pointer;
    box-shadow: 5px 5px #b21841;
}

.barra-acesso {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    padding: 0 20px;
}

.barra-acesso-cart {
    width: 250px;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    padding: 0 20px;
}

.barra-acesso .header__downloadSet {
    display: flex;
    flex-direction: row;
}

.barra-service-mobile {
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    justify-content: center;
}

.link-service-mobile {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    /* color: #2c2c2c; */
    cursor: pointer;
    border: none;
    text-align: right;
    font-weight: 900;
}

.link-service-cart {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    /* color: #2c2c2c; */
    cursor: pointer;
    border: none;
    text-align: right;
    font-weight: 900;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

select.seletor_id {
    padding: 10px 25px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2c2c2c;
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;
    text-align: right;
}

.fa {
    color: #2c2c2c;
    margin-left: 5px;
}

.login-block {
    display: flex;
    margin-right: 80px;
    padding: 2px 8px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    width: 150px;
    justify-content: space-between;
}

.user-log-mobile {
    padding: 11px;
    width: 36px;
    border-radius: 50px;
    background: #f5f4f4;
    display: flex;
    font-size: 14px;
    text-align: center;
}

.logar-user {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight:500;
    display:block;
    text-align: left;
    color: #2c2c2c; 
    cursor: pointer;
    align-self: center;
    margin-right: 10px;
}

.logar-user:hover {
    color: #0c2c79;
}

.pesquisar {
    padding: 10px 30px;
    border-radius: 12px;
    width: 430px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    background: #fff;
    display: flex;
    text-align: left;
    color: #2c2c2c;
    cursor: pointer;
    height: 46px;
    align-items: center;
}

.pesquisar:hover {
    color: #0c2c79;
}

.pesquisar a:visited {
    background: #fff;
}

.desktop {
    display: inline-block;
    /* ou inline, block */
}
    
.mobile {
    display: inline-block;
    margin-right: 5px;
}

#SuaID {
    bottom: 0;
    right: 0;
    display: block;
    position: fixed;
    z-index: 1000;
    padding-bottom: 15px;
    padding-right: 10px;
}

.principal {
    /* height: 100vh;*/
    padding: 5.2rem 0 0;
    overflow-y: scroll;
    margin: 0 auto;
}

.principal::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
.principal::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
.principal::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.container-system {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.banners-area {
    position: relative;
    height: 280px;
    width: 1200px;
}

.section{
    height: 280px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.details{
    height: 280px;
    width: 100%;
    position: absolute;
    opacity: 1;
}

.slideSection{
    display: none;
}

.anuncios-loja-uber {
    width: 410px;
    height: 130px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    float: right;
    bottom: 0;
    position: absolute;
    right: 0;
}

.foto-uber {
    height: 110px;
  width: 110px;
    border-radius: 10px;
    margin: 10px;
}

.entrega-uber {
    width: 285px;
    padding: 10px;
    font-size: 13px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.entrga-uber p{
    color: #000 !important;
}

.modo-uber {
    color: #fff;
    background: #2c2c2c;
    padding: 10px 15px;
    border-radius: 20px 18px 18px 20px;
    margin-left: 7px;
}

.entre-text-modo {
    border: 2px solid #2c2c2c;
    padding: 0 0 0 20px;
    display: flex;
    height: 42px;
    border-radius: 35px;
    align-items: center;
} 

.anuncios-loja-pagamento {
    height: 130px;
    width: 410px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    float: right;
}

.foto-pix {
    height: 110px;
    width: 110px;
    border-radius: 10px;
    margin: 10px;
}

.pagamento-pix {
    color: #0c2c79;
    width: 285px;
    padding: 10px;
    font-size: 13px;
    display: flex;
    -webkit-box-align: center;
    flex-direction: column;
    -webkit-box-pack: center;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.entre-text-pix {
    border: 2px solid #2c2c2c;
    padding: 2px 40px;
    display: flex;
    height: 38px;
    border-radius: 35px;
    align-items: center;
    color: #0c2c79;
    font-size: 14px;
}

.anuncios-loja-principal {
    width: 770px;
    height: 280px;
    background: #dedede;
    border-radius: 12px;
    display: flex;
    float: left;
}

.flutuante_tg {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    font-size: 25px;
    border-radius: 12px;
    border: 2px solid #2c2c2c;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 12px;
    left: 24px;
    box-shadow: 5px 5px #000;
    transform: rotate(-15deg)
}

.flutuante_qr {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    font-size: 25px;
    border-radius: 12px;
    border: 2px solid #2c2c2c;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    left: 254px;
    box-shadow: 5px 5px #000;
    transform: rotate(15deg)
}

.flutuante_bg {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    font-size: 25px;
    border-radius: 12px;
    border: 2px solid #2c2c2c;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 120px;
    left: 500px;
    box-shadow: 5px 5px #000;
    transform: rotate(-10deg)
}

.foto-novidade {
    width: 300px;
    height: 280px;
    border-radius: 50% 50% 50% 0;
}

.dados-novidade {
    width: 445px;
    height: 280px;
}

.destaque-novidade {
    font-size: 12px;
    padding: 10px;
    text-align: right;
    margin: 10px;
}

.info-novidade {
    width: auto;
    margin: 0 0 0 10px;
        border-radius: 0 10px 10px 0;
        height: 130px;
        padding: 10px;
}

.ref-bn-pay {
    padding: 3px 9px;
    background: #fff;
    border-radius: 35px;
    color: #e42b61;
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 5px;
    display:inline;
}

.ref-bn-novidade {
    color: #2c2c2c;
    display:block;
}
    
.ref-bn-titulo-p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c2c2c;
}

.box__label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 12px 0 0 12px;
}

.box__label--rotate span {
  display: inline-block;
  transform: rotate(180deg);
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 567px) {
    .banners-area {
        height: 200px;
        width: 100%;
    }
    
    .section{
        height: 200px;
    }
    
    .details{
        height: auto;
        opacity: 0;
    }
    
    .slideSection{
        padding: 0 15px;
        margin-top: 150px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .slideSection .slides{
        width: 60px;
        display: flex;
        justify-content: space-between;
    }
    .slideSection .slides span{
        display: block;
        height: 10px;
        width: 10px;
        border-radius: 20px;
        background-color: #545363;
        cursor: pointer;
    }
    .slideSection .slides span.active{
        width: 20px;
        background-color: #00f7f7;
    }
    .slideSection button{
        height: 35px;
        width: 80px;
        border: none;
        outline: none;
        font-size: 14px;
        border-radius: 20px;
        background-color: #00f7f7;
        color: #FEFEFE;
        cursor: pointer;
    }
    
    .details.active{
        animation: slideleft 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    }
    @keyframes slideleft {
        0% {
            transform: translateX(50px);
            opacity: 0;
        }
        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }
    @keyframes fadein {
        0% {
            transform: scale(0);
            opacity: 0;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    
    .anuncios-loja-uber {
        width: 100%;
        float: none;
        position: relative;
    }
    
    .anuncios-loja-pagamento {
        float: none;
        width: 100%;
    }
    
    .anuncios-loja-principal {
        width: 100%;
        height: 130px;
        float:none;
    }
    
    .foto-novidade {
        width: 130px;
        height: 130px;
    }
    
    .dados-novidade {
        width: 300px;
        height: 130px;
    }
    
    .destaque-novidade {
        display:none;
    }
    
    .ref-bn-pay {
       display:block;
    }
    
    .ref-bn-novidade {
        display:none;
    }
    
    .ref-bn-titulo-p {
        font-size: 0.8rem;
    }
}

.geral-box {
    background: #fff;
    padding: 15px;
    margin: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 230px;
    height: 350px;
    float: left;
}

/* The mod's background */
.mod {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
      overflow: hidden;
    background-color: rgb(0 0 0, 0.5);
    transition: all 0.5s ease 0.06s;
    z-index: 1999999999;
}

/* Display the mod when targeted */
.mod:target {
  display: table;
}

.mod2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
      overflow: hidden;
    background-color: rgb(0 0 0, 0.5);
    transition: all 0.5s ease 0.06s;
    z-index: 1999999999;
}

/* Display the mod when targeted */
.mod2:target {
  display: table;
}

/* The mod box */
.mod-dialog {
  display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background-color: rgb(0 0 0 / 33%);
}

.mod-dialog-filter {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background-color: rgb(0 0 0 / 33%);
}

/* The mod's content */
.mod-dialog .mod-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 1rem;
    /* visibility: hidden; */
    box-shadow: 2px 2px 10px 0px rgba(99, 106, 119, 0.6);
    border-radius: 5px;
}

/* The mod's content */
.mod-dialog-filter .mod-content-listag {
    background-color: #fff;
    margin: 0 auto;
    padding: 1.5rem;
    /* visibility: hidden; */
    box-shadow: 2px 2px 10px 0px rgba(99, 106, 119, 0.6);
    border-radius: 5px;
    width: 1000px;
    height: 500px;
}

.mod-informei {
    overflow-y: scroll;
    height: 400px;
    width: 100%;
    display: block;
    padding: 1rem;
}

.mod-profile {
    height: 400px;
    width: 100%;
    display: block;
    padding: 1rem;
}

/* The button used to close the mod */
.mod-btn {
  text-decoration: none;
  float: right;
  font-size: 35px;
  font-weight: bold;
  color: #dedede;
}

.mod-btn:hover,
.mod-btn:focus {
  color: hsl(0, 100%, 70%);
  text-decoration: none;
  cursor: pointer;
}

.mob-btn:before {
    content: "Fechar";
    font-size: 1rem;
    display: none;
    text-decoration: none;
    align-self: center;
    margin-top: 0.2rem;
    font-weight: 400;
}

.mob-btn:hover:before {
	display: initial;
	color: #dedede;
}

.mod-container {
  padding: 2px 16px;
}

.mod-hea {
  font-size: 25px;
  color: white;
}

.mod-foo {
  font-size: 20px;
  color: white;
}

.titulo-da-capa {
    font-size: 13px;
    margin: 8px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.circle-icon {
    width: 100%;
    height: 30px;
    margin: 10px 0;
    border-radius: 8px;
    background: #2c2c2c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.circle-icon:hover {
    background: #e42b61;
}

.circle-icon i {
  font-size: 20px;
  margin: 0;
  color: #fff;
}

/*
.one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
*/

.op-dir {
    position: absolute;
    width: 200px;
}

.modal-grade-produto {
    width: 800px;
    height: 400px;
    padding: 0 10px;
    display: flex;
}

.produto-zoom {
    width: 50%;
    height: 100%;
}

.produto-detalhado {
    width: 50%;
    height: 100%;
    padding: 0 15px;
}

.map-categoria {
    font-size: 11px;
    font-weight: 100;
}

.when2 {
}


.form-control {
	font-size: 14px;
}
input.form-control {
	height: 40px;
}
textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}
/* The container of each option */
.color-option {
  display: inline;
  position: relative;
  margin: 5px 15px 5px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The container of all options */
.color-picker {
  margin: 10px 0px 10px 0px;
}

/* Hide the browser's default radio button */
.color-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #e6e3e3;
}

/* Style the indicator (dot/circle) when checked */
.color-option input:checked ~ .checkmark {
  margin-right: 2px;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  border: 2px solid rgba(81, 203, 238, 1);
}

/* Style the indicator (dot/circle) */
.color-option .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
/*
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
*/
.number-input {
  border: 0;
  display: inline-flex;
  align-items: center;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
    -webkit-appearance: none;
    border: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    box-shadow: 0px 0px 1px #474747;
    border-radius: 50%;
}

.number-input input[type=number] {
    width: 120px;
    padding: .5rem;
    border-width: 0 2px;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.cartBox {
	height: 25px;
	width: 25px;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	transition:120ms;
}

.add2Cart {
	background: #2c2c2c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    color: #fff;
}

.add2Cart:hover {
    background: #00f7f7;
    color: #2c2c2c;
}

.cartBg{
	background: #00F7F7;
	position: absolute;
	border-radius: 5px;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition:100ms;
}

.confettiOutline {
	background-image: linear-gradient(
		45deg, #E42B61, #E42B61);
	opacity: 0.7;
	position: absolute;
	border-radius: 7px;
	height: 120%;
	width: 110%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition:220ms;
}

button{
	cursor:pointer;
}

img {
    width: 100%;
    height: auto;
}
            
#esconder{
            display: none;
}
            
.fim {
    padding: 15px 50px;
    background: #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-family: 'Roboto Condensed', sans-serif;
    }
            
.icon-rank {
    color: #daa520;
}
            
em {
    padding: 3px 8px;
    font-size:12px;
    font-weight: 700;
    border-radius: 50px;
}
            
.andamento {
    background: #0790c5;
}
            
            .desatualizado {
                background: #83000f;
            }
            
            .esquecido {
                background: #000;
            }
            
            .finalizado {
                background: #000;
            }
            
            .pendente {
                background: #b7aa14;
            }
            
            .atualmente {
                background: #64af20;
            }
            
            .aguardando {
                background: green;
            }

            .capa {
                behavior: url(css/PIE.htc);
                height: 180px;
                overflow: hidden;
            }
            
            .area-control {
                width:100%;
                padding: 50px;
            }
            
            .button-fake {
                display: inline-block;
                padding: 10px 20px;
                border-radius: 8px;
            }
            
            .category {
                padding: 5px 12px;
                border-radius: 50px;
            }
            
            .todos-bt {
                    background: #ccc;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-size: 11px;
                    color:#fff;
            }
            
            .data-bt {
                    background: #5a574f;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-size: 11px;
                    color:#fff;
            }

            .data-desatual-bt {
                    background: #ba0015;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-size: 11px;
                    color:#fff;
            }
            
            .data-ainda {
                    background: #876200;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-size: 11px;
                    color:#fff;
            }

.container-products {
    margin: 15px 0 30px;
    padding: 0 10px;
}

.tag-buttons-container {
    padding: 15px 0;
    border-radius: 12px;
    overflow-y: scroll;
    height: 200px;
}

.tag-buttons-container::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
.tag-buttons-container::-webkit-scrollbar {
    width: 4px;
    background: #F4F4F4;
}
.tag-buttons-container::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.tag-buttons {
    padding: 0 20px;
}

.tag-button {
    padding: 5px 12px;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    display: inline;
}

.tag-button:hover {
  background-color: #00f7f7;
}

.tag-button.active {
    background-color: #00f7f7 !important;
    border: 1px solid #00f7f7 !important;
    color: #fff !important;
}

.cat-buttons-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: #dadada;
    border-radius: 12px;
    overflow: auto;
}

.cat-buttons-container::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
.cat-buttons-container::-webkit-scrollbar {
   height: 4px;
    background: #F4F4F4;
}
.cat-buttons-container::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.cat-buttons {
    display: inline-flex; 
    gap: 10px;
    padding: 0 20px;
    align-items: center; 
    white-space: nowrap; 
}

.cat-button {
    padding: 5px 15px;
    border-radius: 12px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    font-size: 13px;
}

.cat-button:hover {
  background-color: #00f7f7;
}

.cat-button.active {
    background-color: #555;
    color: white;
}

.post {
        width: auto;
}

#loadMoreButton {
  height: 40px;
  padding: 13px;
  line-height: 0px;
  background-color: white;
  border: 1px solid rgb(34, 34, 34) !important;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  margin: 0 auto;
}

#loadMoreButton:hover {
  background-color: #f0f0f0;
}  

.marquee {
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  height: 24px;
  background: #fff;
  border: 2px solid #00f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 20px
}

.marquee span {
   padding: 0 1rem;
}

.marquee .text {
  display: inline-block;
  text-indent: 0;
  animation: marquee 8s linear infinite;
  font-weight: 900;
  font-size: 10px;
  line-height: 125%;
  letter-spacing: 1px;
  color: #E42B61;
  margin-bottom: 0;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

strong {
  font-size: 40px
}

.destaque-h4 {
    padding: 2px 10px;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    border-radius: 20px;
    font-size: 11px;
    display: inline;
}

.erros, .ok{
    width:390px;
    padding:5px;
    background:rgba(238, 249, 113, 0.9);
    margin: 20px auto 0 auto;
    border: 1px solid rgba(22, 239, 10, 0.9);
    border-radius: 4px;
    color: #333;
}

.ok{
    background: rgba(155, 222, 143, 0.9);
    border-color: 1px solid rgba(68, 171, 50, 0.9);
    color: white;
}

#formulario{
	width:500px;
	margin:40px auto;
	text-align:center;
	position:relative;
}

#formulario h2, #formulario h3{
	font:22px "Trebuchet MS", tahoma, arial;
	color:#090;
	width:100%;
	float: left;
	text-align:left;
	margin-bottom:4%;
}

#formulario h3{
	color:#333;
	font-size:17px;
}

#formulario fieldset{
	background: white;
	border: 0 none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 0 15px 1px rgba(0,0,0, 0.4);
	padding:20px 30px;
	box-sizing: border-box;
	width:80%;
	margin:0 10%;
	position:absolute;
}

#formulario fieldset:not(:first-of-type){
	display:none;
}

#formulario input, #formulario textarea, .seletor_id {
	padding:10px;
	border:1px solid rgba(38, 128, 101, 0.9);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	outline:none;
	box-sizing: border-box;
	width:100%;
	font:"Trebuchet MS", tahoma, arial;
	color:#090;
	margin-bottom:10px;
}

#formulario .acao{
	width:100px;
	background:rgba(38, 128, 101, 0.9);
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	padding:12px 0;
	float: left;
	margin-right:5%;
}

#formulario .acao:hover{
	background:rgba(52, 177, 140, 0.9);
	cursor:pointer;
}

#formulario #progress {
	margin-bottom:30px;
	overflow:hidden;
	counter-reset:step;
}

#formulario #progress li{
	list-style-type:none;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	float: left;
	width:33.33%;
	position:relative;
}

#formulario #progress li:before{
	content: counter(step);
	counter-increment: step;
	width:20px;
	display:block;
	line-height:20px;
	background: white;
	color:#333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 auto 10px auto;
}

#formulario #progress li:after{
	content:'';
	width:100%;
	background:white;
	height:2px;
	position: absolute;
	top:9px;
	left:-50%;
	z-index:-1;
}

#formulario #progress li:first-child:after{
	content:none;
}

#formulario #progress li.ativo:before, #formulario #progress li.ativo:after{
	background:rgba(40, 208, 141, 0.9);
	color:white;
	text-shadow:0 1px 0;
}

.filter {
    display: none;
}

.filter-auxiliar {
    padding: 0;
    margin: 0;
    display: block;
}

.tag_icon_float {
    padding: 10px 15px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #6c757d;
    width: 46px;
    display: block;
}

.fieldcontainer {
  display: flex;
  padding-left: 8px;
  background-color: #CCCCCC;
  border-color: grey;
  width: 300px;
  min-height: 35px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  cursor: default;
  transition: 0.4s;
}

.fieldcontainer:hover {
  background-color: #C3C3C3;
}

.fieldcontainer:focus-within {
  width: 100%;
}

.busca {
    padding: 10px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.busca-auxiliar {
    top: 8px;
    left: 105px;
    background: none;
    position: fixed;
    z-index: 1000;
    width: auto;
    padding: 0;
    margin: 0;
}

.busca-auxiliar .label {
  display: grid;
  grid-template: 1fr / auto 1fr;
  gap: 12px;
  border: 1px solid #CFD5DB;
  border-radius: 35px;
  background: #fafafa;
  padding: 8px;
  color: #6C757D;
  cursor: text;
  width: 41px;
}

.busca-auxiliar .label:focus-within {
  width: 300px;
}

.busca input {
    display: block;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 15px;
    background-position: 270px -10px;
    background-image: url('http://www.kirupa.com/images/search.png');
    background-repeat: no-repeat;
}

.busca label {
  display: grid;
  grid-template: 1fr / auto 1fr;
  gap: 12px;
  border: 1px solid #CFD5DB;
  border-radius: 35px;
  background: #fafafa;
  padding: 10px 12px;
  color: #6C757D;
  cursor: text;
  width: 80%;
}

.busca label:focus-within {
  border: 1px solid #000;
}

.busca label>input {
  outline: none;
  border: none;
  background: transparent;
}

.avista-span {
    font-size: 10px;
    display: inline-block;
}

@media screen and (max-width: 567px) {
    .link {
        padding: 2px;
        margin-right: 5px;
    }
                
    em {
        font-size:9px;
    }
                
    ul {
        padding: 0;
    }
                
    li {
        padding: 0 5px;
    }
                
    .data {
        padding: 8px;
        font-size: 9px;
    }
                
    .data-desatual {
        padding: 8px;
        font-size: 9px;
    }
                
    .ainda {
        padding: 8px;
        font-size: 9px;
    }
                
    .txt-cap {
        font-size: 12px;
    }
                
    .lendo, .iniciado, .jafoi, .atual, .desatual, .esqueceu, .javai {
        font-size:13px;
    }
                
    #user-log {
        padding: 6px 10px;
    }
    
    .barra-logo {
        width: 50px;
    }
    
    .link-service-mobile {
    }
    
    .login-block {
        padding: 0;
        border: none;
        width: 40px;
    }
    
    img#minhaLogo {
        height: 0;
        opacity: 0;
    }
         
    img#minhaLogoMobile {
        height: 34px;
        opacity: 1;
    }
    
    .barra-login-mobile {
        display: flex;
        margin-right: 20px;
    }
    
    .barra-acesso {
        padding: 0;
        width: 40px;
    }
    
    .logar-user {
        display: none;
    }
    
    .container-products {
        width: 100%;
        padding: 0 10px;
    }
    
    .container-system {
        width: 100%;
    }
    
    .geral-box {
        margin: 10px;
        width: auto;
        height: 190px;
        float: none;
    }
    
    .op-dir {
        position: relative;
        width: 120px;
        float: right;
    }
    
    .op-esq {
        width: 150px;
        float: left;
    }
    
    .capa {
        height: 150px;
    }
    
    .one {
        position: relative;
        margin-top: 10px;
    }
    
    .mod-dialog .mod-content {
        height: 100%;
    }
    
    .modal-grade-produto {
        width: auto;
        height: 100%;
        padding: 0;
        display: block;
        overflow: scroll;
    }
    
    .produto-zoom {
        width: 100%;
        height: 250px;
    }
    
    .produto-detalhado {
        width: auto;
        height: 100%;
        padding: 0;
    }
        
    .star-container {
        float: left;
    }
    
    .produto-detalhado h6{
        float: right;
    }
    
    .produto-detalhado p{
        clear: both;
    }
     .col-md-6 {
         width: 49%;
     }
     .busca-auxiliar {
        left: 60px !important;
    }
    .destaque-h4 {
        padding: 2px 8px;
        font-size: 9px;
    }
    .avista-span {
        font-size: 10px;
        display: block;
    }
}

.footer{
background:#212529;
padding:15px 0px;
font-family: 'Play', sans-serif;
text-align:center;
border-top: 2px solid #00f7f7;
}

.footer .row{
width:100%;
margin:1% 0%;
padding:0.6% 0%;
color:gray;
font-size:0.8em;
display: block;
}

.footer .row a{
text-decoration:none;
color:gray;
transition:0.5s;
}

.footer .row a:hover, .footer .row a i:hover{
color:#fff !important;
}

.footer .row ul{
width:100%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}

.footer .row a i{
font-size:2em;
margin:0% 1%;
  color: gray;
}

@media (max-width:720px){
    .footer{
    text-align:left;
    padding:5%;
    }
    .footer .row ul li{
    display:block;
    margin:10px 0px;
    text-align:left;
    }
    .footer .row a i{
    margin:0% 3%;
    }
}

.whatsapp-ico{
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 10;
}

.whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

.form {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 400px;
}

.contact-form {
  background-color: #1abc9c;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #00f7f7;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info-cart {
  padding: 0 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #00f7f7;
}

.text {
  color: #333;
  margin: 0.5rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.2rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #00f7f7;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #00f7f7;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.plus {
    background: #2c2c2c;
    color: #fff;
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: 1px solid #ddd;
    text-align: center;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    color: #fff;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 10px;
    width: 310px;
    z-index: 1000;
    display: flex;
    border-radius: 12px;
    margin: 10px;
    background: #e42b61;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.icon-box {
    text-align:center;
    width: 17%;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 12px 0 0 12px;
}

.texto-box {
    width: 83%;
    padding: 10px;
    font-size: 14px;
}

.inpnovo {
    display: inline;
    border-radius: 50px;
    width: 24px;
    border: none;
    color: #fff;
    background: none;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
}

/* Add styles to the form container */
.form-container {
    width: 310px;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 20px;
    background: #f5f4f4;
}

/* Set a style for the submit/send button */
.form-container .btn {
    color: #2c2c2c;
    padding: 15px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    margin: 0 auto;
    opacity: 0.8;
    border: none;
    width: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #ccc;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

#dois {
    padding: 10px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.area_cart {
    top: 5px;
    right: 0;
    display: block;
    position: fixed;
    z-index: 1000;
    padding-bottom: 15px;
    padding-right: 10px;
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: -35px;
    top: 1px;
    color: #fff;
    cursor:pointer;
    width: 0;
    margin: 0 auto;
}

.irparacart, .irparacart:hover, .irparacart:active {
    padding: 4px 15px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: #2c2c2c;
    color: #fff;
    cursor: pointer;
    box-shadow: 5px 5px #000;
    margin-bottom: 20px;
    margin-right: 10px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.irparaid, .irparaid:hover, .irparaid:active {
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: #2c2c2c;
    box-shadow: 5px 5px #000;
    border: none;
    color: #fff;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    bottom: 30px;
    left: 520px;
    margin: 20px 0;
    cursor: pointer;
}

.popup_local {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 22px;
}

.popup_time {
    text-align:center;
    color:#091337;
    font-size:14px;
    top:0;
}

.popup_rastrek {
    padding: 10px;
    width: 100%;
    background: #ffb42b;
    border-radius: 12px;
    margin-bottom: 22px;
    text-align:center;
}

.block_rastrek {
    display: block;
    padding: 5px 0;
    background: #fff;
    border-radius: 8px;
}

.block_zap_rastrek {
    display: block;
    padding: 5px 0;
    background: #4ba94b;
    border-radius: 8px;
    text-align: center;
    margin: 10px 0 20px;
    color: #fff;
}

.loader 
{ 
left: 50%;
top: 50%;
width: 50px;
height: 50px;
position: absolute;
}
.loader .loader-inner-1,
.loader .loader-inner-2,
.loader .loader-inner-3,
.loader .loader-inner-4

{
display: block;
width: 10px;
height: 10px;
border-radius: 20px;
position: absolute;

}
.loader .loader-inner-1:before,
.loader .loader-inner-2:before,
.loader .loader-inner-3:before,
.loader .loader-inner-4:before

{
content:"";
display: block;
width: 10px;
height: 10px;
border-radius: 20px;
position: absolute;
right: 0;
animation-name: loading-1;
animation-iteration-count: infinite;
animation-direction: normal;
animation-duration: 2s;

}

.loader .loader-inner-1
{
top: 0;
left: 0;
transform: rotate(70deg);
}

.loader .loader-inner-1:before
{
 background: #0C2C79;
}

.loader .loader-inner-2
{
top: 0;
right: 0;
transform: rotate(160deg);
}

.loader .loader-inner-2:before
{
 background: #e42b61;
}

.loader .loader-inner-3
{
bottom: 0;
right: 0;
transform: rotate(-110deg);
}

.loader .loader-inner-3:before
{
 background: #0C2C79;
}

.loader .loader-inner-4
{
bottom: 0;
left: 0;
transform: rotate(-20deg);
}

.loader .loader-inner-4:before
{
 background: #00f7f7;
}
@keyframes loading-1 
{
  0% 
  {
    width: 10px;
    right: 0;
  }
  
  30% 
  {
    width: 60px;
    right: -50px;
  }

  60% 
  {
    width: 10px;
    right: -50px;
  }

}

#wrapper {
    margin: auto;
    margin-top: 70px;
    background: #fff;
    width: 1200px;
    height: 500px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#main {
    width: 100%;
    height: 100%;
    display: flex;
}

.inner {
    width: 800px;
    padding: 20px;
}

.logcart {
    width: 400px;
    background: #cbcbcb;
    border-radius: 0 20px 20px 0;
    padding: 20px;
}

.produto-face-cart {
    behavior: url(css/PIE.htc);
    height: 80px;
    width: 80px;
    overflow: hidden;
}

td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.comprar-mais {
    position: absolute;
    top: 40px;
    color: #2c2c2c !important;
    left: 100px;
}

.scrl-tb {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.link-resume-cart {
    text-align: center;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
}

.rsm-parc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.rsm-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 25px;
    border: 1px dashed #2c2c2c;
    padding: 10px;
}

.flex-r,
.flex-c {
  justify-content: center;
  align-items: center;
  display: flex;
}
.flex-c {
  flex-direction: column;
}
.flex-r {
  flex-direction: row;
}

.container-login {
  width: 100%;
}

.login-text {
  background-color: #fff;
  max-width: 400px;
  min-height: 500px;
  border-radius: 10px;
  padding: 0 20px;
}

.logo {
  margin-bottom: 20px;
  text-align: center;
}
.logo span,
.logo span i {
  font-size: 25px;
  color: #0d8aa7;
}

.login-text h1 {
  font-size: 25px;
  margin-bottom: 5px;
}
.login-text p {
  font-size: 15px;
  color: #000000b2;
}

form {
  align-items: flex-start !important;
  width: 100%;
}

.input-box {
  margin: 10px 0px;
  width: 100%;
  text-align: left;
}
.label-login {
  font-size: 15px;
  color: black;
  margin-bottom: 3px;
  font-family: 'Poppins', sans-serif;
}
.input-login {
  background-color: #f6f6f6;
  padding: 0px 5px;
  border: 2px solid rgba(216, 216, 216, 1);
  border-radius: 10px;
  overflow: hidden;
  justify-content: flex-start;
}

.input-flex-1 {
  border: none;
  outline: none;
  padding: 10px 5px;
  background-color: #f6f6f6;
  flex: 1;
  font-family: 'Poppins', sans-serif;
}
.input i {
  color: rgba(0, 0, 0, 0.4);
}

::placeholder {
  color: #ccc;
  font-weight: 400;
}

.check span {
  color: #000000b2;
  font-size: 15px;
  margin-left: 5px;
  font-family: 'Poppins', sans-serif;
}

.btn-login {
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 15px;
  background: linear-gradient(122.33deg, #68bed1 30.62%, #1e94e9 100%);
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: all 0.3s linear;
}

.btn-login:hover {
  transform: translateY(-2px);
}
.extra-line {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.alert-success {
    color: #3CB371;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.alert-danger {
    color: #FF6347;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.select-btn {
  width: 200px;
  display: flex;
  overflow: hidden;
  background: #fff;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.sBtn-text {
    margin-left: 10px;
}

 .options {
  position: absolute;
  right: 0;
  width: 300px;
  overflow: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  animation: fadeInDown 0.35s both;
}

 .options .option {
  display: flex;
  height: 42px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}

 .options .option:hover {
  background: #f2f2f2;
}

 .options .option .option-text {
  font-size: 14px;
  color: #333;
}

.select-btn svg {
  height: 14px;
  width: 14px;
  transition: 0.2s;
}

.active .select-btn svg {
  transform: rotate(180deg);
}

.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation: fadeInUp 0.4s both;
}

.domestic {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

article.tabs
{
	position: relative;
	display: block;
}

article.tabs section
{
	position: absolute;
	display: block;
	left: 0;
	height: 400px;
	background-color: #fff;
	z-index: 0;
}

article.tabs section:first-child
{
	z-index: 1;
}

article.tabs section h2
{
	position: absolute;
	font-size: 1em;
	font-weight: normal;
	width: 120px;
	height: 1.8em;
	top: -1.8em;
	left: 10px;
	padding: 0;
	margin: 0;
	color: #999;
	background-color: #ddd;
	border-radius: 5px 5px 0 0;
}

article.tabs section:nth-child(2) h2
{
	left: 132px;
}

article.tabs section:nth-child(3) h2
{
	left: 254px;
}

article.tabs section h2 a
{
	display: block;
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}

article.tabs section,
article.tabs section h2
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

article.tabs section:target,
article.tabs section:target h2
{
	color: #333;
	background-color: #fff;
	z-index: 2;
}

#skin-type::placeholder {
  color: #212121;
  opacity: 0.5; /* Firefox */
  letter-spacing: 10px;
  font-size: 25px;
  text-align: center;
  position: absolute;
  top: 25%; 
  left: 30%;
}

#skin-type::-ms-input-placeholder { /* Edge 12-18 */
  color: #212121;
}

input#skin-type {
    letter-spacing: 10px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
