.option-filter-top p {
  margin: 0;
}

.top-row-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 22px;
  align-items: center;
}

.option-filter-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.btn-hider-filter {
  padding: 0px 32px;
  width: 255px;
  height: 44px;
  background: var(--color-intermediary);
  border-radius: 4px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.btn-hider-filter:hover {
  background: #04638cbd;
  transition: all 0.5s;
}

.select-form {
  width: 110px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #d7dadd;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px;
  margin-left: 12px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 8px),
    calc(100% - 15px) calc(1em + 8px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 100%;
  background-repeat: no-repeat;
}
.select-form:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, black 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) calc(1em + 8px),
    calc(100% - 20px) calc(1em + 8px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 100%;
  background-repeat: no-repeat;
  border-color: black;
  outline: 0;
}
select {
  background-image: linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.select-form.perpage {
  width: 113px;
}

input[type="number"] {
  border: 1px solid #d7dadd;
  box-sizing: border-box;
  border-radius: 4px;
  width: 80px;
  height: 44px;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
}

.col-md-12 {
  margin-top: -22px;
}

.buscar-produtos {
  width: 255px;
  height: 44px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #000 !important;
  border-radius: 4px;
  border: 1px solid #bbbbbc;
  padding: 12px 122px 11px 16px;
}

.js-input-group {
  position: relative;
}

.js-input-group > img {
  height: 20px;
  width: 20px;
  top: 16px;
  border-radius: 0px;
  position: absolute;
  left: 220px;
  margin-top: -4px;
}

/* Filtro left */

.row-marcas {
  /* width: 255px; */
  height: auto;
}

.icon-minus {
  margin-right: -12px;
}

.icon-minus,
.icon-sum {
  cursor: pointer;
}

/* CSS Scroll filtro */

.scroll {
  /* overflow: auto; */
  height: auto;
}

/* width */

.scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.scroll::-webkit-scrollbar-track {
  background: #e5e8ed;
}

/* Handle */

.scroll::-webkit-scrollbar-thumb {
  background: #b3b7bc;
}

/* Handle on hover */

.scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Card css */

.card {
  width: 280px;
  height: 413px;
  border: 1px solid #dedada;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 33px;
}

.card-body img {
  width: 17.53px;
  height: 16.5px;
}

.magnifying-glass {
  position: absolute;
  left: 87.24%;
  /* right: 14.37%; */
  top: 69.25%;
  /* bottom: 8.43%; */
  width: 20px;
  height: 20px;
}

.breadcrumb {
  background-color: #f4f5f6;
  height: 73px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  /* margin-top: -6rem; */
  list-style: none;
  align-items: center;
}

.main-product {
  margin-top: -8vh !important;
}

.nav-pills .nav-link.thumb-product img {
  width: 68px !important;
  height: 68px !important;
  border-radius: 5px;
  object-fit: cover;
}

.nav-pills .nav-link.active.thumb-product,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ffffff !important;
}

.tab-pane.fade.image-product img {
  width: 596px;
  height: 596px;
  object-fit: contain;
  border-radius: 8px;
  /* box-shadow: -7px -7px 14px #6c6c6c6c, 7px 7px 14px #74747462; */
}

tr.attr,
.attr-attr tr {
}
tr.attr td,
tr.attr-attr td {
  padding-top: 7px;
  padding-bottom: 7px;
}

tr.attr:nth-child(even) {
  background: #fff;
}

tr.attr:nth-child(odd) {
  background: #f9f9f9;
}

tr.attr-attr:nth-child(even) {
  background: #fff;
}

tr.attr-attr:nth-child(odd) {
  background: #f9f9f9;
}

.menu-product {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: nowrap;
  cursor: pointer;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.menu-product img {
  width: 25px;
}

.menu-product a,
.menu-product span {
  text-decoration: none;
  display: flex;
  gap: 3px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.product-details-related {
  background-color: #f5f6f6;
}

.grid-gallery ul {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.grid-gallery ul li {
  list-style: none;
}

.content-card {
  position: relative;
}

.content-card::before {
  /* opacity: 0; */
  position: absolute;
  top: 4%;
  left: -4%;
  content: "";
  background: #1c2466;
  height: 28px;
  width: 30px;
  transform: rotate(45deg);
}

.content-card::after {
  position: absolute;
  content: attr(data-label);
  border-radius: 2px;
  top: -3%;
  left: -6%;
  padding: 0.5rem;
  width: 10rem;
  background: var(--primary-color);
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  /* box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2); */
}

@media screen and (max-width: 1400px) {
  .main-product .heading-24.givonic.w-700.mb-4 {
    width: 100% !important;
    font-size: 19px;
  }
  .tab-pane.fade.image-product img {
    width: 580px;
    height: 580px;
  }
  tr.attr td {
    font-size: 15px;
  }
  .main-product .mt-5 {
    margin-top: 1rem !important;
  }
  .ordination.col-md-3 {
    flex: 0 0 auto;
    width: 22.7%;
  }
  .pagination .btn {
    padding: 0.375rem 0.6rem;
  }
}
