/* Estilização do btn voltar do topbar */
#btn_previous_link {
  color: #154360;
  margin-left: 15px;
  cursor: pointer;
  transition: all ease 0.5s;
}
#btn_previous_link:hover {
  color: #2471a3;
  text-decoration: underline;
}

.main_container {
  float: right;
  width: 100%;
  background-color: #2471a3;
  margin-top: 10px;
  box-shadow: 3px 3px 9px #1f618d;
}

.search_and_cart_container {
  width: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 855px) {
  .search_and_cart_container {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}

.search_area {
  display: felx;
  flex-direction: column;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 76%;
}

.check_search {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
}

.search_container {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.search-bar {
  height: 28px;
  width: 150px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.button-search {
  width: 150px;
  height: 28px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 5px;
}

.advanced-search-area {
  display: flex;
  justify-content: flex-end;
  height: 25px;
}

.cart_area {
  display: flex;
  justify-content: flex-end;
  width: 24%;
  min-width: 172px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1006px) {
  .search_area {
    width: 60%;
  }

  .cart_area {
    width: 40%;
  }
}

@media only screen and (max-width: 508px) {
  .search_area {
    width: 39%;
  }
  .cart_area {
    width: 61%;
  }
}

.price-area {
  display: flex;
  width: 180px;
  flex-direction: column;
}

.price-content {
  display: flex;
  justify-content: flex-end;
  height: 28px;
  margin-bottom: 2px;
}

.price {
  color: white;
  font-weight: 600;
  font-family: sans-serif;
  padding-right: 7px;
  margin-top: 5px;
  font-size: 20px;
}

@media only screen and (max-width: 360px) {
  .price {
    font-size: 17px;
  }
  .price-content {
    display: flex;
    justify-content: flex-end;
    height: 26px;
    margin-bottom: 2px;
  }
  .btn-see-my-cart {
    width: 68%;
  }
}

.btn-see-cart-area {
  display: flex;
  justify-content: flex-end;
}

.btn-see-my-cart {
  color: #000000;
  background-color: #ffffff;
  border: none;
  height: 18px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  width: 80%;
}

.icon-area {
  display: flex;
  justify-content: center;
  width: 52px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.icon-content {
  width: 34px;
  margin-top: 5px;
}

.box-filtros-filter {
  display: none;
  opacity: 0;
  transition: 0.5s ease;
  animation: showselect 0.4s;
  margin-right: 5px;
  width: 100%;
}

.box-filtros-filter input {
  width: 120px;
}

.product_views {
  display: flex;
  align-items: center;
  width: 65%;
  justify-content: flex-end;
  /*
    margin-right: 10px;
    height: 33px;
    */
}

@keyframes showselect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.custom-filter-input {
  border-radius: 2px;
  border: 1px solid #e2e7f1;
  box-shadow: none;
  padding: 7px 10px;
  outline: none;
  font-weight: normal;
  height: 28px;
  transition: all 0.5s;
}

.box-filtros-filter.ativo4 {
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  width: 100%;
}

.custom-dropdown-search {
  border-radius: 2px;
  border: 1px solid #e2e7f1;
  box-shadow: none;
  padding: 7px 10px;
  outline: none;
  font-weight: normal;
  width: 100%;
  transition: all 0.5s;
}

.custom-dropdown-select {
  border-radius: 2px;
  border: 1px solid #e2e7f1;
  box-shadow: none;
  padding: 7px 10px;
  outline: none;
  font-weight: normal;
  /*width: 300px;*/
  margin-right: 4px;
  transition: all 0.5s;
}

.filter_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

.icons-type-view {
  height: 28px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.icons-type-view li.active {
  border-bottom: 2px solid #2471a3;
}

.icons-type-view li i {
  color: #2471a3;
}

.count-result-search {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 0;
}

.items_per_page_area {
  display: flex;
  align-items: center;
  width: 35%;
}

.count-result-search > div > div > span {
  font-size: 14px;
  margin-left: 15px;
  font-size: 16px;
  color: white;
}
.dropdown-ordenacao {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
.custom-filter-dropdown-items {
  width: 160px;
}

.size {
  font-size: 18px;
}

.pos4 {
  display: none;
  transition: all 0.4s ease;
}
.pos4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.pos-filter {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -24px;
}
.pos-filter h5 {
  cursor: pointer;
  text-align: end;
}

.filtro-avançado-title-filter {
  display: flex;
  min-width: 135px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: #777;
  transition: all 0.4s ease;
  color: white;
  cursor: pointer;
}

.filtro-avançado-title-filter i {
  cursor: pointer;
  margin-right: 5px;
  transition: all 0.4s;
}
.filtro-avançado-title-filter i.ativo4 {
  transform: scaleX(-1);
}

@media (min-width: 1000px) {
  .col-lg-3 {
    width: 18.6% !important;
  }
}

.item-modal-cart-center {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: auto;
  align-items: center;
}
#sortable-file-list-container {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}

.nav-tabs {
  background: none;
  border: none;
}

.hide-type-view {
  display: none;
}

.btn-info[disabled] {
  background: #945e5c;
  opacity: 2.63;
}

.btn-info[disabled]:hover {
  background: #945e5c;
  opacity: 2.63;
}
.btn-info.disabled {
  background: #945e5c;
  opacity: 2.63;
}

.items-align {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 10px;
  height: auto;
}

.box-left {
  display: flex;
  flex-direction: row;
  width: 50%;
}

.box-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 5px;
  justify-content: center;
}

#sortable-file-list-container {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}

ul.box-abas {
  width: 100%;
  height: 220px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
  overflow-x: auto;
}

.box-abas li {
  /* display: none; */
  width: 100%;
}

ul.box-abas-show {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
  overflow-x: auto;
}

.box-abas-show li {
  /* display: none; */
  width: 100%;
}

#box-abas-head {
  padding: 0;
  list-style: none;
}

.isOpen {
  animation: backgroundFade ease 0.3s;
}

@keyframes backgroundFade {
  0% {
    background-color: #fff;
  }
  25% {
    background-color: #ebebeb;
  }
  50% {
    background-color: #ebebeb;
  }
  25% {
    background-color: #ebebeb;
  }
  100% {
    background-color: #fff;
  }
}

.nav-justified li a {
  padding: 4px !important;
}

.info-prod {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding-left: 15px 10px;
  overflow-y: auto;
}

.info-prod-column {
}

.info-prod-value {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.info-column-aplic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  width: auto;
}

.info-column-aplic .title_aplic {
  font-size: 14px;
  font-weight: bold;
  color: #4e5e6a;
  padding-bottom: 0px;
  margin: 0px;
}

.info-column-aplic .text_aplic {
  font-size: 14px;
  color: #444;
  padding-bottom: 0px;
  margin: 0px;
}

.info-prod-column-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  width: auto;
  padding-right: 10px;
}

.info-prod-column-title {
  font-size: 14px;
  font-weight: bold;
  color: #4e5e6a;
  padding-bottom: 0px;
  margin: 0px;
}

.info-prod-column-desc {
  font-size: 14px;
  color: #444;
  margin: 0px;
  padding-bottom: 5px;
}

.info-price-container {
  display: flex;
  width: 100%;
  height: 236px;
  padding-left: 15px 10px;
  overflow-y: auto;
}

.column-title {
  font-weight: bold;
  font-size: 16px;
}

.info-column-filial {
  width: 38%;
  font-size: 14px;
  color: #4e5e6a;
}

.info-column-price {
  width: 72%;
  font-size: 14px;
  color: #444;
}

.search-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #f9f9f947;
  width: 100%;
  margin-left: 15px;
  margin-bottom: 5px;
  width: calc(100% - 15px) !important;
}
