/* Start Cep Box PDP */

.css-iert7n {
  margin-right: calc(0.75rem / -2);
  margin-left: calc(0.75rem / -2);
  padding: 7px 0 0 0;
}

.css-iert7n > * {
  box-sizing: border-box;
  padding-right: calc(0.75rem / 2);
  padding-left: calc(0.75rem / 2);
}

/* .css-1oycjaj {
	-webkit-flex: 1 0 0%;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	min-width: 0;
} */

/* .css-3ro7jq {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 24px;
} */

.css-1hni44q {
  /* background: rgb(233, 244, 255);
	border-radius: 6px;
	padding: 16px 0px 0px;
	border: 1px solid rgb(233, 244, 255); */

  /* background: #fff; */
  /* border-radius: 6px; */
  padding: 0.75rem 0px 0px;
  /* border: 1px solid rgb(233, 244, 255); */
}

.css-t1jbit {
  display: flex;
  flex-wrap: wrap;
}

.css-1eqyj4j {
  margin: 0px 0px 0px 2px;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
}

.css-1wt4ll5 {
  font-size: 1rem;
  font-weight: 800;
  display: inline-block;
  color: #414141;
  line-height: 1rem;
  width: 100%;
  margin-bottom: 0.5rem;
}

.css-ahfx0a {
  padding: 8px 16px;
  border-radius: 4px;
  width: fit-content;
  border: 1px solid #aaa;
  /* border-width: 1px; */
  /* border-color: #aaa; */
  color: rgb(87, 87, 87);
  background-color: rgb(255, 255, 255);
  line-height: 26px;
  height: 30px;
}

.css-1xuxhpo {
  font-weight: 700;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  line-height: 1.2;
  border-color: currentcolor;
  border-radius: 4px;
  font-family: Nunito, Arial, sans-serif, -apple-system, BlinkMacSystemFont,
    Helvetica, "Apple Color Emoji";
  padding-left: 16px;
  padding-right: 16px;
  height: 2.75rem;
  width: 100%;
  font-size: 1rem;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  border: 0px;
  margin-left: 10px;
}

.css-1xuxhpo .search-icon {
  /* font-size: 0px; */
  width: 28px;
  float: right;
  background: #ea1e1f;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  overflow: hidden;
  height: 28px;
  background: #ea1e1f
    url(https://kdpneus-static.online.pro.br/images/icons-s7df940edfc.png)
    no-repeat 6px -1293px;
  text-indent: -999em;
  margin-right: 10px;
}

.css-odbcq9 {
  /* background-color: #fff; */
  /* border-radius: 0px 0px 6px 6px; */
  padding: 0px 2px 0.75rem;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(233, 244, 255);
  border-image: initial;
  margin-top: 5px;
}

.css-4jav33 {
  overflow: hidden;
  transition: height 1s ease 0s;
}

.css-13w0he9 {
  border-bottom: 1px solid #aaa;
  display: flex;
  flex-direction: column;
}

.css-13w0he9 .cep-item--align {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 28px;
}

.css-13w0he9 .cep-item--left-text {
  color: #414141;
  display: flex;
  flex-direction: column;
  flex: 0 0 170px;
}

.css-fv6pw7 {
  font-size: 14px;
  padding-left: 2px;
}

.css-2jbxrm {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 1 350px;
}

.cep-item--days {
  text-align: end;
  padding: 0 10px 0 0;
  color: #414141;
  font-size: 14px;
}

#cepFormWarning {
  color: red;
  font-size: 10px;
  display: block;
  width: 100%;
  margin-top: 0.25rem;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 16px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0px 0px 0px 0px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  .css-1eqyj4j {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .css-ahfx0a {
    /* border-color: rgb(0, 51, 198); */
    width: fit-content;
  }

  .css-1xuxhpo {
    display: inline-flex;
  }

  .css-13w0he9 {
    min-height: unset;
    height: 40px;
  }

  .css-13w0he9 .cep-item--left-text {
    flex: 0 0 170px;
  }

  .css-2jbxrm {
    display: flex;
  }
}

/* End Cep Box PDP */
