/*============================================================================================
	Start Buy Sale Area
==============================================================================================*/

/* Hero */
.buy-s-hero-bg {
  width: 100%;
  height: 400px;
  border-radius: 0px 0px 16px 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.buy-s-hero-search-bar form input {
  width: 536px;
  height: 56px;
  background: var(--white-color);
  border: 1px solid;
  box-shadow: 0px 12px 24px 0px rgba(44, 44, 84, 0.08);
  border-radius: 120px;
  padding: 12px 40px 12px 20px;
  border: none;
}
.buy-s-hero-search-bar form {
  width: 536px;
  height: 56px;
  position: relative;
  margin: auto;
  box-shadow: 0px 12px 24px 0px rgba(44, 44, 84, 0.08);
  border-radius: 120px;
}
.buy-s-hero-search-bar form button {
  position: absolute;
  top: 18px;
  right: 20px;
  background: transparent;
  padding: 0;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.buy-s-hero-search-bar form button:hover {
  color: var(--secondary-color);
}
.buy-s-hero-search-bar {
  text-align: center;
  position: relative;
  margin-top: -30px;
}

/* Category */
.buy-sale-category {
  padding-top: 40px;
}

.buy-s-category-head {
  text-align: center;
}

.buy-s-category-head h3 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.buy-s-category-head {
  margin-bottom: 28px;
}

.buy-s-category-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.buy-s-category-card {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 2px 0px rgba(44, 44, 84, 0.08);
  border-radius: 8px;
  padding: 12px;
  gap: 12px;
  transition: all 0.4s ease;
  background: var(--white-color);
}
.buy-s-category-card:hover {
  transform: translateY(-5px);
}
.buy-s-category-icon {
  background: red;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  background: #f7f7f7;
}

.buy-s-category-info h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 6px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.buy-s-category-info p {
  color: #767a7a;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.buy-s-category-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* About */

.buy-sale-about {
  padding: 72px 0px;
}
.buy-s-about-widget {
  background: var(--white-color);
  border-radius: 16px;
  padding: 32px;
}

.buy-s-about-widget-top h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #20262e;
  margin-bottom: 16px;
}

.buy-s-about-widget-top p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.buy-s-about-widget-list h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #2c3333;
  margin-bottom: 8px;
}
.buy-s-about-widget-list ul {
  margin-bottom: 0;
}
.buy-s-about-widget-list ul li {
  margin-bottom: 6px;
}
.buy-s-about-widget-list ul li:last-child {
  margin: 0;
}

/* Listing Product */

.bs-breadcrumbs-menu {
  padding-top: 20px;
}
.bs-breadcrumbs-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bs-breadcrumbs-menu-list li {
  display: inline-block;
  margin-right: 16px;
}

.bs-breadcrumbs-menu-list li:last-child {
  margin: 0;
}

.bs-breadcrumbs-menu-list li a {
  color: #4b5563;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.07px;
}

.bs-breadcrumbs-menu-list li.active a {
  font-weight: 600;
  color: var(--primary-color);
}

.bs-listing-area {
  padding-bottom: 72px;
}

.bs-listing-sidebar-body .form-check:last-child {
  margin: 0;
}

.bs-listing-sidebar-body .form-check input {
  width: 24px;
  height: 24px;
  border: 2px solid var(--border-color);
  border-radius: 8px !important;
  position: relative;
  top: -2px;
  cursor: pointer;
  float: none;
}
.bs-listing-sidebar-body .form-check-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: var(--primary-color);
  cursor: pointer;
  padding: 10px;
  display: block;
  padding-left: 36px;
}
.bs-listing-sidebar-body .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: transparent;
}

.bs-listing-sidebar-body .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}

.bs-listing-sidebar {
  margin-top: 32px;
  background: var(--white-color);
  box-shadow: 0px 16px 48px 0px rgba(44, 44, 84, 0.08);
  border-radius: 4px;
  position: sticky;
  top: 10%;
}
.bs-listing-sidebar-title {
  background: var(--primary-color);
  padding: 16px;
  border-radius: 4px 4px 0px 0px;
  color: var(--white-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bs-listing-sidebar-title img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.bs-listing-sidebar-title {
  margin: 0;
}

.bs-listing-sidebar-body {
  padding: 16px 12px;
}

.bs-listing-sidebar-body .fomr-group {
  margin-bottom: 12px;
}

.bs-listing-sidebar-body .form-check {
  margin-bottom: 12px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  padding: 0;
}

.bs-listing-sidebar-body .form-check input {
  width: 18px;
  height: 18px;
  border-radius: 4px !important;
  position: absolute;
  top: 13px;
  left: 10px;
  margin: 0;
}

.bs-listing-main {
  margin-top: 32px;
  margin-left: 48px;
}

.bs-listing-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 16px;
  border-radius: 4px;
  position: relative;
}

.bs-listing-filter-form input {
  width: 408px;
  height: 48px;
  border: 2px solid var(--border-color);
  padding: 12px 38px 12px 16px;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.bs-listing-filter-form input:focus {
  border: 2px solid var(--secondary-color);
}
.bs-listing-filter-form button {
  position: absolute;
  right: 0;
}

.bs-listing-filter-form {
  position: relative;
}

.bs-listing-filter-form button {
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  right: 14px;
  top: 14px;
  transition: all 0.4s ease;
}

.bs-listing-filter-form button:hover {
  color: var(--secondary-color);
}

.bs-listing-filter-select {
  background: var(--white-color);
  border: 2px solid var(--border-color);
  padding: 12px;
  border-radius: 8px;
  height: 48px;
}

.bs-listing-filter-select select {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

.bs-listing-product {
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--white-color);
  box-shadow: 0px 2px 2px 0px rgba(44, 44, 84, 0.08);
  border-radius: 8px;
  margin-top: 24px;
}
.bs-listing-product-img {
  display: block;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
}
.bs-listing-product-img img {
  width: 280px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
  max-width: 280px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.bs-listing-product:hover .bs-listing-product-img img {
  transform: scale(1.08);
}
.bs-listing-product-main {
  position: relative;
}

.bs-listing-product-badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.bs-listing-product-badge.verfied {
  background: #14c38e;
  color: var(--white-color);
}

.bs-listing-product-badge {
  padding: 4px 6px;
  border-radius: 16px;
}

.bs-listing-product-badge img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.bs-listing-product-badge {
  top: 12px;
  right: 12px;
}

.bs-listing-product-title a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #20262e;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bs-listing-product:hover .bs-listing-product-title a {
  color: var(--secondary-color);
}
.bs-listing-product-title {
  margin: 0;
}

.bs-listing-product-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bs-listing-product-info-list li {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.bs-listing-product-info-list li:last-child {
  margin: 0;
}
.bs-listing-product-info-list {
  margin-top: 12px;
}
.bs-listing-product-price {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #20262e;
}

.bs-listing-product-price span {
  color: #767a7a;
}

.bs-listing-product-price del {
  color: #767a7a;
  font-size: 16px;
  font-weight: 600;
}

.bs-listing-product-price span {
  font-weight: 600;
}

.bs-listing-product-btn {
  width: 44px;
  height: 44px;
  display: inline-block;
  background: #ff4c2012;
  border-radius: 100%;
  color: var(--secondary-color);
  text-align: center;
  font-size: 22px;
  line-height: 48px;
  transition: all 0.4s ease;
  position: absolute;
  right: 16px;
  bottom: -8px;
}
.bs-listing-product-btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}
.bs-listing-product-time {
  position: absolute;
  right: 16px;
  top: 0;
}
.bs-listing-product-info {
  position: relative;
  width: 100%;
  padding-right: 25%;
}

/* Seller Product Details  */

.bs-details-area {
  padding-bottom: 72px;
}

.bs-details-main {
  margin-top: 32px;
}
.bs-details-product {
  display: flex;
  gap: 24px;
}
.bs-product-slider-item img {
  width: 100% !important;
  height: 460px !important;
  object-fit: cover;
  border-radius: 4px;
}
.bs-product-slider-item {
  width: 448px;
  height: 460px;
}
.bs-product-info-slider {
  width: 448px;
}
.bs-product-info-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
}

.bs-product-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px;
}
.bs-product-meta li {
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}
.bs-product-meta li span {
  color: var(--dark-color);
  margin-right: 4px;
}

.bs-product-meta li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #767a7a;
  right: 0;
  top: 0;
}
.bs-product-meta li:last-child {
  margin: 0;
  padding: 0;
}
.bs-product-meta li:last-child::before {
  display: none;
}

.bs-product-s-number-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bs-product-seller-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white-color);
  box-shadow: 0px 12px 24px 0px rgba(44, 44, 84, 0.08);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--secondary-color);
  margin-top: 24px;
}

.bs-product-s-number-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.bs-product-s-number-info p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: var(--dark-color);
  margin: 0;
}

.bs-product-s-number-info span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: var(--dark-color);
}

.bs-product-number-show-btn {
  background: #ff4c2017;
  border: none;
  color: var(--secondary-color);
  border-radius: 16px;
  padding: 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.4s ease;
}
.bs-product-number-show-btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.bs-product-cont-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bs-product-cont-text.show-full {
  -webkit-line-clamp: unset;
}

.bs-product-content-widget {
  background: var(--white-color);
  border-radius: 8px;
  margin-top: 24px;
  padding-bottom: 24px;
  padding-bottom: 28px;
  position: relative;
  box-shadow: 0px 2px 2px 0px rgba(44, 44, 84, 0.08);
  position: relative;
}

.bs-product-cont-title {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.bs-product-cont-title img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.bs-product-cont-title {
  border-bottom: 1px solid var(--border-color);
  padding: 12px;
  margin: 0;
}
.bs-product-cont-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  padding: 16px 16px 0px 16px;
}

.bs-product-cont-full-show-btn {
  color: var(--white-color);
  width: 28px;
  height: 28px;
  background: var(--primary-color);
  border-radius: 4px;
  padding: 0;
  font-size: 18px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -12px;
  cursor: pointer;
  border: none;
  transition: all 0.4s ease;
}
.bs-product-cont-full-show-btn:hover {
  background: var(--secondary-color);
}
.bs-product-seller-number {
  margin-top: 24px;
}

.bs-details-product .donate-slider-arrow .owl-nav button {
  font-size: 18px !important;
  width: 32px;
  height: 32px;
  line-height: 34px !important;
  border-radius: 4px;
}

.bs-details-product .donate-slider-arrow .owl-prev {
  left: 12px;
}

.bs-details-product .donate-slider-arrow .owl-next {
  right: 12px;
}

.bs-details-description {
  margin-top: 32px;
  display: flex;
  gap: 24px;
}
.bs-product-info-content {
  margin-right: 40px;
}
.bs-details-basic-info {
  background: var(--white-color);
  border-radius: 8px;
  position: sticky;
  top: 10%;
}

.bs-details-basic-info-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dashed var(--border-color);
  padding: 12px;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.bs-details-basic-info-list-wrapper {
  padding: 16px 24px 20px 24px;
}

.bs-basic-info-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.info-label {
  width: 40%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.info-value {
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: var(--dark-color);
}

.bs-basic-info-list:last-child {
  margin: 0;
}

.bs-details-description-about {
  border-radius: 8px;
  background: var(--white-color);
}

.bs-details-d-about-title {
  margin: 0;
  padding: 16px 20px 12px 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.bs-details-d-about-content {
  padding: 20px;
}

.bs-details-d-about-content p {
  margin-bottom: 16px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.bs-details-d-about-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bs-details-d-about-content ul li {
  margin-bottom: 8px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.bs-details-sidebar {
  border-radius: 8px;
  background: var(--white-color);
  box-shadow: 0px 2px 2px 0px rgba(44, 44, 84, 0.08);
  padding: 16px 12px;
  position: sticky;
  top: 10%;
  margin-top: 32px;
}
.bs-details-sidebar-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bs-details-sidebar-title img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.bs-details-sidebar-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: var(--dark-color);
  border-bottom: 1px solid var(--border-color);
  margin: 0;
  padding: 0px 12px 12px 8px;
}

.bs-related-items {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 8px;
}

.bs-related-img img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
  max-width: 72px;
  transition: all 0.4s ease;
}

.bs-related-content a {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: var(--dark-color);
  margin-bottom: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.bs-related-price {
  font-size: 14px;
  color: var(--dark-color);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.bs-related-price span {
  color: #767a7a;
  font-weight: 500;
}

.bs-related-price del {
  color: #767a7a;
  font-weight: 500;
}

.bs-related-time {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.bs-related-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  align-items: center;
}

.bs-related-btn {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 100%;
  background: #ff4c2017;
  text-align: center;
  color: var(--secondary-color);
  line-height: 39px;
  font-size: 16px;
}

.bs-related-btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.bs-related-btn {
  transition: all 0.4s ease;
}

.bs-related-content a:hover {
  color: var(--secondary-color);
}

.bs-related-items:hover {
}

.bs-related-items:hover .bs-related-img img {
  transform: scale(1.08);
}

.bs-related-img {
  overflow: hidden;
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 8px 0px 0px 8px;
}

/* Slider Controls */

.bs-product-info-slider .owl-theme .owl-nav [class*="owl-"] {
  display: inline-block;
  cursor: pointer;
  background: var(--secondary-color) !important;
  color: var(--white-color) !important;
  opacity: 0.8;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  line-height: 38px !important;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 4px;
}
.bs-product-info-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 1;
}
.bs-product-info-slider .owl-theme .owl-nav .owl-prev {
  left: 12px;
}
.bs-product-info-slider .owl-theme .owl-nav .owl-next {
  right: 12px;
}
.bs-product-info-slider .owl-dots {
  position: absolute;
  bottom: 16px;
  right: 50%;
  transform: translate(50%, 0);
  line-height: 12px;
}
.bs-product-info-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border-radius: 100%;
  background: var(--secondary-color);
  transition: all 0.4s ease;
  display: block;
  opacity: 0.5;
}
.bs-product-info-slider .owl-dots .owl-dot.active span,
.bs-product-info-slider .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: var(--secondary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .bs-listing-main {
    margin-top: 32px;
    margin-left: 24px;
  }
  .bs-related-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .buy-s-hero-bg {
    height: 256px;
  }

  .buy-s-category-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .bs-listing-main {
    margin-left: 0;
  }

  .bs-listing-filter-form input {
    width: 100%;
  }

  .bs-listing-filter-select {
    width: 100%;
    margin-top: 12px;
  }

  .bs-listing-product-img img {
    width: 220px;
    height: 220px;
    max-width: 220px;
  }

  .bs-listing-product-title a {
    font-size: 16px;
  }

  .bs-listing-product-info {
    padding-right: 0;
    padding: 12px 12px 12px 0px;
  }

  .bs-listing-product-time {
    position: initial;
  }

  .bs-listing-product-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 36px;
    position: initial;
    margin-top: 6px;
  }
  .bs-listing-filter {
    display: block;
  }
  .bs-listing-product-price {
    margin-top: 12px;
    font-size: 16px;
  }

  .bs-listing-product {
    gap: 16px;
  }

  .bs-listing-product-info-list {
    margin-top: 10px;
  }

  .bs-listing-sidebar-title {
    font-size: 16px;
  }

  .bs-listing-sidebar-body .form-check-label {
    font-size: 15px;
  }
  .bs-product-slider-item {
    width: 100%;
  }

  .bs-product-info-slider {
    width: 100%;
  }

  .bs-product-info-content {
    margin-right: 0;
    margin-top: 32px;
  }

  .bs-details-product {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .buy-s-hero-bg {
    height: 166px;
    background-size: contain;
  }
  .buy-s-hero-search-bar form input {
    width: 100%;
    height: 48px;
  }
  .buy-s-hero-search-bar form {
    width: 100%;
    height: 48px;
  }
  .buy-sale-category {
    padding-top: 24px;
  }
  .buy-s-category-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .buy-s-category-card {
    display: block;
    text-align: center;
  }
  .buy-s-category-icon {
    display: inline-block;
  }
  .buy-s-category-info h5 {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .buy-s-about-widget-top h4 {
    font-size: 18px;
  }
  .buy-s-about-widget {
    padding: 16px;
  }
  .buy-sale-about {
    padding: 56px 0px;
  }
  .buy-s-about-widget-list h6 {
    font-size: 18px;
  }
  .buy-s-hero-search-bar {
    margin-top: -52px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .buy-s-hero-search-bar form button {
    top: 15px;
  }
  .buy-s-category-info {
    margin-top: 12px;
  }

  .bs-listing-main {
    margin-left: 0;
  }

  .bs-listing-product-img img {
    width: 100%;
    border-radius: 8px;
    max-width: 100%;
  }

  .bs-listing-product-info {
    padding-right: 0;
    padding: 16px;
  }

  .bs-listing-product-price {
    margin-top: 12px;
    font-size: 16px;
  }

  .bs-listing-product-time {
    position: initial;
  }

  .bs-listing-product-btn {
    position: absolute;
    bottom: 16px;
  }
  .bs-listing-filter {
    display: block;
  }
  .bs-listing-filter-form input {
    width: 100%;
  }

  .bs-listing-filter-select {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
  }
  .bs-listing-sidebar-title {
    font-size: 16px;
  }
  .bs-listing-sidebar-body .form-check-label {
    font-size: 14px;
  }
  .bs-listing-sidebar-body .form-check input {
    top: 12px;
  }

  .bs-listing-product {
    display: block;
  }
  .bs-listing-product-title a {
    font-size: 16px;
  }

  .bs-product-slider-item {
    width: 100%;
    height: 240px;
  }

  .bs-product-info-slider {
    width: 100%;
  }

  .bs-product-slider-item img {
    height: 240px !important;
  }
  .bs-details-product {
    display: block;
  }

  .bs-product-info-content {
    margin-right: 0;
    margin-top: 24px;
  }

  .bs-product-info-title {
    font-size: 18px;
  }

  .bs-product-meta li {
    font-size: 14px;
  }

  .bs-product-meta li::before {
    display: none;
  }
  .bs-product-number-show-btn {
    margin-top: 12px;
  }
  .bs-product-s-number-info p {
    font-size: 16px;
  }

  .bs-product-s-number-icon img {
    width: 32px;
    height: 32px;
  }
  .bs-details-description-about {
    margin-top: 24px;
  }

  .bs-breadcrumbs-menu-list li {
    margin-right: 4px;
  }

  .bs-related-btn {
    display: none;
  }
}

/*============================================================================================
      End Buy Sale Area
  ==============================================================================================*/

/* for user dashboard */
/* Create Sell  */
.create-sell-form {
  display: none;
}
.d-create-sell-main {
  margin-top: 40px;
}
.create-sell-terms-widget {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 12px;
  text-align: center;
}

.create-sell-terms-widget .theme-btn {
  padding: 10px 32px;
  height: auto;
  font-size: 15px;
}
.create-sell-terms-widget h4 {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
}

.create-sell-terms-widget p {
  margin: 0;
}

.create-sell-terms-widget .form-check {
  margin: 0;
  margin-top: 16px;
}
.create-sell-terms-widget .theme-btn {
  margin-top: 16px;
}

.create-sell-terms-widget button:disabled {
  opacity: 0.8;
  cursor: no-drop;
}
.create-sell-terms-widget .form-check {
  padding: 0;
  cursor: pointer;
}
.create-sell-terms-widget .form-check-input {
  box-shadow: none;
  border: 1px solid var(--border-color);
  margin-top: 4px;
}
.create-sell-terms-widget .form-check-label {
  cursor: pointer;
}
.create-sell-terms-widget .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.create-sell-form {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 12px;
}

.create-sell-form .form-group input,
.create-sell-form .form-group textarea {
  width: 100%;
  height: 48px;
  color: var(--ud-primary-color);
}
.create-sell-form .form-group textarea {
  height: 180px;
}
.create-sell-form .form-group input:focus,
.create-sell-form .form-group textarea:focus {
  border: 1px solid var(--secondary-color);
}
.create-sell-form .form-group input label {
  margin-bottom: 12px;
}

.create-sell-form .form-group label {
  margin-bottom: 8px;
  margin-left: 12px;
}

.create-sell-form .form-group {
  margin-bottom: 24px;
}

.create-sell-form .form-group select {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 8px;
}
.create-sell-form .form-group-widget {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.create-sell-form-btn {
  width: 100%;
  text-align: center;
  display: block;
}

.v-register-form-widget h4 {
  margin-bottom: 12px;
}
.v-register-form-widget .multiselect-dropdown {
  width: 100% !important;
  height: 48px;
  line-height: 20px;
  padding: 12px 16px !important;
  background-image: none;
}
.v-register-form-widget .multiselect-dropdown span.maxselected {
  width: auto;
  background: var(--grey-color-light);
  border: none;
  font-size: 15px;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0;
}
.v-register-form-widget .multiselect-dropdown span.optext {
  background-color: var(--grey-color-light);
  padding: 1px 0.75em;
  font-size: 15px;
}
.v-register-form-widget .multiselect-dropdown-search.form-control {
  display: none !important;
}
.v-register-form-widget .multiselect-dropdown-list div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: var(--white-color);
  cursor: pointer;
  transition: all 0.4s ease;
}
.v-register-form-widget .multiselect-dropdown-list div label {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.v-register-form-widget .multiselect-dropdown-list div:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.v-register-form-widget .multiselect-dropdown-list input {
  height: 1.15em !important;
  width: 1.15em !important;
  margin-right: 0;
}
.v-register-form-widget .multiselect-dropdown-list-wrapper {
  padding: 0;
  border: 1px solid #ececec;
  box-shadow: none;
}
.v-register-upload .library-photo-input {
  position: relative;
  width: 100%;
  height: 96px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  height: 48px;
}
.v-register-upload .library-photo-input span {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.v-register-upload .library-photo-input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.v-register-upload .library-photo-input label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  cursor: pointer;
  border: 2px dashed var(--primary-color) !important;
  background: var(--white-color);
  margin: 0 !important;
  transition: all 0.4s ease;
  display: block;
  line-height: 24px;
  color: var(--primary-color);
  border-radius: 0.25rem;
}
.v-register-upload .library-photo-input label i {
  margin-right: 4px;
  font-size: 16px;
  color: var(--primary-color) !important;
  transition: all 0.4s ease;
}
.v-register-upload .library-photo-input label span {
  color: var(--primary-color) !important;
  transition: all 0.4s ease;
}
.v-register-upload .library-photo-input img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.v-register-upload .library-photo-input:hover label {
  background: var(--primary-color);
}
.v-register-upload .library-photo-input:hover label span {
  color: var(--white-color) !important;
}
.v-register-upload .library-photo-input:hover label i {
  color: var(--white-color) !important;
}
.v-register-upload #remove-icon {
  top: 5px;
}
.v-register-upload .upload-image-list {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  margin-top: 12px;
}
.v-register-upload .upload-image-list img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid var(--primary-color);
  margin-top: 24px;
}
.v-register-upload .upload-image-list .remove-icon {
  width: 24px;
  height: 24px;
  line-height: 25px;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.4s ease;
  position: absolute;
  right: -18px;
  top: 2px;
}
.v-register-upload .upload-image-list .remove-icon:hover {
  background: var(--dark-color);
}
.upload-image-list-widget {
  width: 72px;
  height: 72px;
}
#uploaded-image {
  width: 68px;
  height: 68px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  margin-top: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
#remove-icon {
  position: absolute;
  left: 62px;
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 100%;
  color: var(--white-color);
  line-height: 26px;
  font-size: 10px;
  top: -8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
#remove-icon:hover {
  background: var(--primary-color);
}