* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Poppins';
}

/* calc  */
.calc-wrap {
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 952px;
  margin: 0 auto;
  padding: 40px 0;
}

.calc-left {
  width: 55%;
  padding-right: 20px;
}

.calc-right {
  width: 45%;
}

.text-cont{  
  text-align: center;
  padding: 20px;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 0px;
  background: #f7f7f7;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

/* suggested */
.suggested-top {
  background-color: #f05323;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

.suggested-title {
  font-size: 16px;
  color: #fff;
  font-weight: unset;
}

.suggested-subtitle {
  color: #fff;
  margin-bottom: 0px;
}
.suggested.box{
  display: flex;
  justify-content: center;
  padding: 20px;
  height: 300px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.suggested.box img{
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gauge{
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 0 10px 10px;
}


/* tabs */
.tabs {
}

.tab-list {
  display: flex;
}

.tab {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #e3e2e2;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  margin-bottom: 20px;
  display: none;
  /*max-height: 500px;
  overflow: auto;*/
}

.ac_tab-item {
  background-color: #f05323;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 9px 9px 0 0;
  padding: 12px 9px;
  margin-left: 4px;
  cursor: pointer;
  transition: ease 0.2s;
}
.ac_tab-item:first-child {
  margin-left: 0px;
}

.tab-link {
  color: #fff;
  font-size: 14px;
}

/* gauge */
.gauge {
  width: 100%;
  position: relative;
  padding: 20px;
}

.gauge-text {
  font-size: 120%;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  display: block;
}

#container-mobile-popup{
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
}

/* c */
.c_filled {

}

/* ready */
.ready-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  margin-top: 20px;
}

.ready-title {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.ac_ready-btn {
  display: none;
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  outline: none !important;
}

.ac_ready-btn-mobile {
  display: none;
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  outline: none !important;
}

/* prog */
.prog-number {
  position: absolute;
  z-index: 800;
  top: -46px;
  width: 60px;
  min-width: 60px;
  margin-left: -30px;
  text-align: center;
  opacity: 0;
}

.prog-percent {
  min-width: 60px;
  background: #656369;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
  padding: 3px 10px 5px 10px;
  color: #fff;
  font-size: 130%;
  line-height: 1;
  font-family: 'sofia_pro_boldregular', sans-serif;
  position: relative;
}

.prog-bar {
  overflow: hidden;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  -webkit-box-shadow: inset 0 0 14px rgb(200 200 200 / 50%);
  -moz-box-shadow: inset 0 0 14px rgba(200,200,200,.5);
  box-shadow: inset 0 0 14px rgb(200 200 200 / 50%);
  width: 100%;
  height: 17px;
  float: left;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.prog-filled {
  width: 0;
  height: 17px;
  float: left;
  transition: all .3s ease-out;
}

/*  item  */
.ac_objeto td{
  padding: 5px 0px 5px 0px !important;
}
.ac_table_borda th{
  padding: 0 0 7px 0 !important;
}
.sem_borda{
  border: none !important;
}
.ac_objeto p{
  margin: 5px 0;
}
.chekc {
  width: 6%;
  display: inline-block;
  display: none;
}

.item-label {
  margin-top: 13px;
}

.item-h3 {
  color: #656369;
  font-size: 95%;
  float: left;
  width: 37%;
  padding-right: 10px;
  margin: 0;
}

.item-title {
  font-size: 16px;
  font-weight: 400;
  color: #74697f;
  margin-left: 4px;
}

.item-checkbox {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -1px 7px 0 0;
  vertical-align: middle;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
  top: 0;
}

.item-dimensions {
  width: 33%;
  color: #8d8b92;
  margin-bottom: 0px;
}

.item-dimensions span {
  color: #74697f !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
}

.edit {
  color: #f37321;
  cursor: pointer;
  font-size: 14px;
}

.edit-length,
.edit-width,
.edit-height {
  display: flex; 
  flex-direction: column;
  width: 15%;
}

.item-edit {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.item-edit input {
  width: 100%;
}

.item-save {
  display: none;
}

.item-qty {
  text-align: center;
  margin-left: auto;
}

.item-text {
  font-size: 12px;
  color: #74697f;
}

.qty-input {
  width: 100%;
  line-height: 1;
  font-size: 16px;
  padding: 5px !important;
  color: #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px #d7d7d7 inset;
  -moz-box-shadow: 0 1px 1px #d7d7d7 inset;
  -webkit-box-shadow: 0 1px 1px #d7d7d7 inset;
}

/* bottom */
.bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.bottom-text {
  color: #656369;
  font-size: 24px;
}

.bottom-btn {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 4px;
  transition: ease 0.2s;
}


/* responsive */
@media(max-width: 960px) {
  .calc-wrap {
    flex-direction: column;
  }

  .calc-left,
  .calc-right {
    width: 100%;
  }
  .calc-left{
    padding: 0px;
  }
}

/* responsive */
@media(max-width: 600px) {
  #container-mobile-popup.exibe {
    display: block;
  }
}



/* js utils */
/* .hidden {
  display: none;
} */

.active {
  display: block;
  
}
