#search {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#search-icon {
  border-left: 0 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-bar,
.irs--round .irs-handle>i:first-child,
.irs--round .irs-single {
  background-color: #364671;
  font-size: 12px;
}

.irs--round .irs-bar {
  height: 8px;
}

.irs--round .irs-handle {
  border: 8px solid #364671;
}


#from,
#to {
  font-size: 14px;
}

@media(min-width:1080px) {
  .col-20 {
    width: 20%;
  }

  .row {
    zoom: 100%;
  }
}

@media(min-width:768px) and (max-width:1080px) {
  .col-20 {
    width: 33%;
  }

  .row {
    zoom: 80%;
  }
}

.fam-category {
  cursor: pointer;
}

.fam-category:hover {
  text-decoration: underline;
}

.wrapper-class {
  gap: 2rem;
}

@media(max-width:768px) {
  .class-category {
    width: max-content !important;
  }
  .thumbMarginMobile{
    --bs-gutter-x: .6rem !important;
  }
  .irs--round {
    width: 80%;
    margin: auto;
  }
}

.nav-muted:hover {
  text-decoration: underline;
  color: black !important;
  /* font-weight: 400; */
}

.breadcrumb .active {
  font-weight: 600;
}

.breadcrumb-item {
  font-size: 16px;
}

h6 {
  font-size: 18px;
}

.fw-normal {
  font-size: 14px;
}

.font-select {
  font-size: 14px;
  font-weight: 600;
}

b .title {
  font-size: 16px;
}

.selectize-img {
  height: 1.5rem;
  margin-right: 0.5rem;
  width: auto;
  vertical-align: middle;
}

/* List Produk */
#productContent {
  transition: all 0.3s ease;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.slide-in-left {
  animation: slideInLeft 0.3s forwards;
}

.slide-out-left {
  animation: slideOutLeft 0.3s forwards;
}

#filterSidebar {
  transition: all 0.3s ease;
}

#filter {
  transition: all 0.3s ease;
}

.hidden-desktop-filter {
  display: none !important;
  opacity: 0;
  transform: translateX(-100%);
  pointer-events: none;
}

  	@media (max-width: 768px) {
  	  .ui-to-top {
  	    bottom: 85px;
  	    width: 32px;
  	    height: 32px;
  	    font-size: 15px;
  	  }
  
  	  a#ui-to-top.ui-to-top.fa.fa-angle-up.active::before {
  	    position: relative;
  	    bottom: 5px !important;
  	  }
  	}
/* End */

/* Mobile CSS */
.mobile-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  vertical-align: bottom;
  font-weight: 700;
  font-family: "Mulish", sans-serif;

  margin-bottom: 16px;
}

.mobile-filter-button-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 8px;
}

.mobile-filter-button {
  padding: 8px 16px;
  border-radius: 6px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ED2124;
  transition: all 0.3s ease;

  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  letter-spacing: 0em;
  color: #ED2124;
  background-color: white;
}

.mobile-filter-button:hover {
  background-color: #ED2124;
  color: white;
  cursor: pointer;
}

.mobile-filter-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(237, 33, 36, 0.2);
}

.mobile-filter-button:active {
  background-color: #d61e20;
  border-color: #d61e20;
  color: white;
  transform: scale(0.98);
}

.mobile-filter-button-2 {
  min-height: 80px;
  padding: 8px 16px;
  border-radius: 6px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;

  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: white;
}

.mobile-filter-button-2.motorcycles {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/button-search-by-motorcycles.jpg);
}

.mobile-filter-button-2.categories {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/button-search-by-category.jpg);
}

@media (max-width: 576px) {
  .product-list .row {
    --bs-gutter-x: 12px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: flex !important;
    justify-content: center !important;
  }
    .product-list .row>.col-6:nth-last-child(1):nth-child(odd) {
      margin-right: auto !important;
    }
  .col-20 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .product-list .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
.col-20 {
  width: 25% !important;
}
  .product-list .row.last-row-left {
    justify-content: flex-start !important;
  }

    .product-list .product-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly !important;
    }
  
    .product-row.force-left {
      justify-content: flex-start !important;
    }
}