.banner-sec .title1 {
  font-size: 48px;
  margin: 0 auto 10px;
}
.common-icon {
  max-width: 68px;
}
input[type="email"] {
  margin-bottom: 20px;
}
.common-description {
  font-size: 20px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
.primary-btn {
  width: fit-content;
}
/* &banner section code */
.banner-sec {
  position: relative;
  background: url("../assets_shop_page/shop-page-banner.png") no-repeat
    center/cover;
  min-height: calc(100vh - 54px);
  padding: 221px 0 311.5px;
}
.banner-logo {
  max-width: 172px;
  margin: 0 auto 20px;
}
.banner-desc {
  font-size: 30px;
  margin-bottom: 23.5px;
  opacity: 70%;
}
.page-nav {
  font-size: 20px;
  opacity: 80%;
}
/* &products section code */
.shop-prod-sec {
  padding: 81px 0 128px;
}
.sorting-row {
  margin: 54px 0;
}
.sell-cards {
  margin-bottom: 47px;
}
.sorting-result {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}
.sorting-row select {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding-right: 20px;
}
.shop-card-hdr {
  font-family: "Marcellus", serif;
  font-size: 30px;
  color: var(--primary-color);
  margin-bottom: 35px;
}
.sell-price-review {
  margin: 5px 0 10px;
}
.sell-price {
  font-weight: 500;
  font-size: 22px;
  color: var(--primary-color);
}
.sell-prod-name {
  font-family: "Marcellus", serif;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  text-transform: capitalize;
}
.shop-prod-sec .pagination-boxes {
  padding: 12.5px 20px;
  font-size: 20px;
  width: 48px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid rgba(148, 145, 151, 0.5);
}
.pagination-boxes:first-child,
.pagination-boxes:last-child {
  width: 84px;
}
.pagination-boxes.active {
  background-color: var(--primary-color);
}
.products-side-cntn {
  background-color: rgba(222, 150, 141, 0.05);
  padding: 10px 30px 143px;
}
.blogs-side-hdr {
  font-size: 20px;
  font-family: "Marcellus", serif;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.prod-search-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.shop-prod-sec input[type="search"] {
  padding: 13.5px 0 13.5px 20px;
}
.shop-prod-sec input[type="search"]::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
}
.shop-prod-sec .search-btn {
  margin-right: 30px;
}
.section-divider {
  height: 4px;
  background-color: rgba(222, 150, 141, 0.3);
  margin: 30px 0;
}
.cat-hdr {
  font-weight: 300;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.cat-cnt {
  border-radius: 100px;
  background-color: var(--primary-color);
  padding: 9px 12px !important;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.filter-price {
  font-size: 18px;
  margin-bottom: 39px;
}
.range {
  margin-bottom: 29px;
}
.clear-btn span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.side-pro-img {
  margin-bottom: 10px;
}
.side-pro-price {
  font-weight: 500;
  color: var(--primary-color);
}
.sidepro-card-desc {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}
.float-text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  z-index: 99;
  left: 20%;
  top: 40%;
}
.last-card::after {
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.subtotal {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}
.cpn-price {
  font-size: 36px;
  color: var(--primary-color);
}
.cpn-topic {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: rgba(162, 0, 0, 1);
}
.reviews-desc {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}
.reviews-desc a {
  color: rgba(222, 150, 141, 0.5);
}

.tags {
  padding: 12.5px 10px !important;
  border: 0.5px solid rgba(148, 145, 151, 0.8);
  margin-bottom: 15px;
}
/* ^-------------------
^   media query code
^----------------------- */
@media screen and (max-width: 768px) {
  .sorting-row {
    flex-wrap: wrap;
  }
  .sorting-result {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .title2 {
    font-size: 25px;
  }
  .desc {
    font-size: 16px;
  }
  .primary-btn {
    padding: 10px 30px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .common-description {
    font-size: 14px;
  }
  /* *banner section code */
  .banner-logo {
    width: 120px;
  }
  .banner-sec .title1 {
    font-size: 30px;
  }
  .banner-desc {
    font-size: 16px;
  }
  .page-nav {
    font-size: 14px;
  }
  /* *products section code */
  .shop-prod-sec .pagination {
    flex-wrap: wrap;
  }
  .pagination-boxes {
    margin-bottom: 5px;
  }
  .sell-price-review {
    flex-wrap: wrap;
  }
  .shop-card-hdr {
    font-size: 16px;
  }
  .prod-search-box {
    padding: 2px;
  }
  input[type="search"] {
    width: 100px;
  }
}
