/* ! Main section START */
/* Sidebar Collapse sec */
.offcanvas {
  width: 314px;
}

.offcanvas-body {
  position: relative;
}

.btn-close {
  position: absolute;
  right: 0;
}

/* Sidebar sec */
.sidebar {
  width: 300px;
  padding-right: 20px;
}

.price-amount {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
}

.sidebar p {
  margin-bottom: 10px;
}

.sidebar input {
  height: 18px;
  width: 18px;
  vertical-align: middle;
  cursor: pointer;
}

.sidebar input:checked {
  accent-color: black;
}
.sidebar li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
}

/* Product sec */
.product {
  flex: 1;
}

.product-title {
  font-size: 20px;
  font-family: var(--font-family-noto);
  font-weight: 700;
  margin-bottom: 10px;
}

.product-description p {
  font-size: 15px;
  margin-bottom: 20px;
}

.toolbar .row div {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.toolbar button {
  background-color: var(--primary-color);
  color: white;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  margin-right: 18px;
}

.filter-btn2 {
  margin-right: 0 !important;
  flex: 1;
}

.toolbar .option {
  justify-content: flex-end;
}

.bi-grid-1x2-fill {
  font-size: 18.5px;
  opacity: 0.5;
}

select {
  background: url(//avone-demo.myshopify.com/cdn/shop/t/87/assets/arrow-select.png?v=9338313…) no-repeat right 10px center;
  cursor: pointer;
  font-size: 12px;
  max-width: 100%;
  min-width: inherit;
  padding: 5px 25px 5px 5px;
  border: 0 none;
  appearance: none;
  outline: none;
}

/* product-grid sec */

.product-grid .row .col-6 {
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}

.product-grid .row .col-6 :nth-child(2) {
  font-size: 12px;
  margin-top: 15px;
}

.product-grid-img {
  display: block;
  position: relative;
  padding-bottom: 130% !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.4s;
}

.product-grid-img-wrap {
  overflow: hidden;
}

.product-grid-img:hover {
  scale: 1.1;
}
/* ! Main section END */