.become-vendor-page.designs-page .card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  position: relative;
}

.become-vendor-page.designs-page .no-results,
.become-vendor-page.designs-page #loading-template {
  position: absolute;
  right: 50%;
  transform: translateX(-50%);
  top: 0;
}

.become-vendor-page.designs-page .section1 {  
  text-align: center;
  padding: 70px 0 0;
  background: url('../image/become-a-vendor/bg-design.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.become-vendor-page.designs-page .section1 h1 {
  font-family: "Times new roman";
  font-size: var(--fs-xl);
  color: var(--white-color);
  font-weight: 500;
}

.become-vendor-page.designs-page .section1 p {
  color: var(--text-light-color);
  font-size: var(--fs-600);
  margin: 20px 0;
  color: var(--white-color);
}

.become-vendor-page.designs-page .section1 h4{
  font-size: var(--fs-700);
  margin-bottom: 30px;
  color: var(--white-color);
}

.become-vendor-page.designs-page .search-box {
  width: 50%;
  margin: auto;
  margin-bottom: 100px;
}

.become-vendor-page.designs-page .section1 .form-group {
  position: relative;
}

.become-vendor-page.designs-page .section1 .form-group .search-bar-input {
  background: #f2f2f2;
  border: 0;
  padding: 14px 50px 14px 24px;
  border-radius: 100px;
}

.become-vendor-page.designs-page .section1 .form-group i {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: var(--secondary-color);
  border-radius: 100px;
  color: #fff;
  height: 30px;
  width: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-400);
}

.become-vendor-page.designs-page .section1 .filter_tabs{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #ffffff26;
}

.become-vendor-page.designs-page .section1 .nav-tabs {
  justify-content: center;
  margin-bottom: 0px;
  border: 0;
}

.become-vendor-page.designs-page .section1 .nav-tabs button {
  border: 0;
  box-shadow: none;
}

.become-vendor-page.designs-page .section1 .nav-tabs .nav-link {
  color: var(--white-color);
  opacity: 0.8;
  font-weight: 400;
  background: transparent;
  font-size: var(--fs-400);
}

.become-vendor-page.designs-page .section1 .nav-tabs .nav-link.active {
  color: var(--white-color);
  opacity: 1;
  font-weight: 600;
  background: transparent;
}

.become-vendor-page.designs-page .section2 {
  padding-top: 0;
}

.become-vendor-page.designs-page .section2 .tab-content {
  border: 0;
  border-top: 1px solid #dee2e6;
  padding-top: 40px;
}

.become-vendor-page.designs-page .section2 .card {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.become-vendor-page.designs-page .section2 .card .card-body {
  padding: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #eee;
  aspect-ratio: 1 / 1;
}

.become-vendor-page.designs-page .section2 .card img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.become-vendor-page.designs-page .section2 .card .card-body .img-details {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #000000ba, transparent);
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.become-vendor-page.designs-page .section2 .card .card-body h4 {
  color: #fff;
  font-size: var(--fs-400);
  font-weight: 400;
  letter-spacing: 0.6px;
  width: calc(100% - 50px);
  margin: 0;
}

.become-vendor-page.designs-page .section2 .card .add-to-wishlist {
  width: 50px;
  text-align: right;
}

.become-vendor-page.designs-page .section2 .card .add-to-wishlist .icon {
  background: #fff;
  height: 30px;
  width: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: auto;
  font-size: var(--fs-400);
  padding-top: 4px;
  padding-right: 1px;
  cursor: pointer;
}

.become-vendor-page.designs-page .section2 .card .add-to-wishlist .icon1 {
  color: var(--text-color);
}

.become-vendor-page.designs-page .section2 .card .add-to-wishlist .icon .icon2 {
  display: none;
  color: var(--primary-color);
}

.become-vendor-page.designs-page .section2 .card .add-to-wishlist .icon.active .icon1 {
  display: none;
}

.become-vendor-page.designs-page .section2 .card .add-to-wishlist .icon.active .icon2 {
  display: block;
}

.become-vendor-page.designs-page .section2 .card .card-footer {
  padding: 14px 0px 14px;
  border: 0;
  background: transparent;
}

.become-vendor-page.designs-page .section2 .card .user-details{}

.become-vendor-page.designs-page .section2 .card .user-details .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.become-vendor-page.designs-page .section2 .card .user-details .info{
  display: flex;
  align-items: center;
  width: 100%;
  gap: 4px;
}

.become-vendor-page.designs-page .section2 .card .user-details i {
  color: #9e9ea7;
  font-size: var(--fs-400);
}

.become-vendor-page.designs-page .section2 .card .user-details .fa-user-circle {
  color: #cfcfcf;
  font-size: 24px;
  transform: translateY(2px);
}

.become-vendor-page.designs-page .section2 .card .user-details h2 {
  font-size: var(--fs-400);
  margin: 0 10px 0 4px;
}



.become-vendor-page.designs-page .section2 .card .qty-wrapper {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.become-vendor-page.designs-page .section2 .card .qty-wrapper input {
  border: 1px solid #ccc;
  width: 60px;
  height: 34px;
  border-radius: 4px;
}

.become-vendor-page.designs-page .section2 .card .btn-wrapper {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  margin-top: 14px;
}

.become-vendor-page.designs-page .section2 .card .btn-wrapper button {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 10px 10px;
    height: 50px;
}

.become-vendor-page.designs-page .section2 .card .btn-wrapper button i {
  color: #fff;
}

.become-vendor-page.designs-page .section2 .card .follow-wrap .icon2 {
  display: none;
}

.become-vendor-page.designs-page .section2 .card .follow-wrap.active .icon1 {
  display: none;
}

.become-vendor-page.designs-page .section2 .card .follow-wrap.active .icon2 {
  display: block;
  color: var(--secondary-color);
}

.become-vendor-page.designs-page .section2 .card .action span {
  color: #3d3d4e;
}

.become-vendor-page.designs-page .section2 .card .action .like {
  margin-left: 10px;
}

.desing_details {
  position: fixed;
  height: 100vh;
  padding: 50px 0 0;
  overflow: hidden;
  /* overflow-y: scroll; */
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #000000bd;

  display: none;
}

.desing_details .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  border: 1px solid #ccc;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
}

.desing_details .card-box {
  background: #fff;
  padding: 60px 0;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.desing_details .card-box h4 {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  width: 100%;
}

.desing_details .card-box .author_details {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 20px;
}

.desing_details .card-box .author_details img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100px;
  margin-left: 6px;
  object-fit: cover;
  border: 1px solid #eee;
}

.desing_details .card-box .author_details button {
  border: 0;
  background: #f0f0f0;
  margin-right: 12px;
  font-size: 13px;
}

.desing_details .card-box .designs img {
  object-fit: contain;
  width: 100%;
}

.desing_details .card-box .info {
  padding: 20px;
}

.desing_details .card-box .info p {
  display: flex;
  align-items: start;
  font-size: 16px;
  margin-bottom: 6px;
}

.desing_details .card-box .info p b {
  min-width: 120px;
}

.desing_details .designs {
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.become-vendor-page.profile-page .section1{
  text-align: right;
}

.become-vendor-page.profile-page .section1 .profile_img{
  max-width: 80px;
  width: 80px;
}

.become-vendor-page.profile-page .section1 .profile-name{
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.become-vendor-page.profile-page .section1 .profile,
.become-vendor-page.profile-page .section1 .email{
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.become-vendor-page.profile-page .section1 button{
  width: 200px;
}

.become-vendor-page.profile-page .section1 .total-likes{
  color: #6e6d7a;
  font-size: 18px;
}

.become-vendor-page.profile-page .section2 .nav-tabs{
  justify-content: start;
}

.become-vendor-page.profile-page .section-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 6px;
  color: #0d0c22;
  line-height: 1em;
}

.become-vendor-page.profile-page .section-content{
  font-size: 16px;
  color: #3d3d4e;
}

.become-vendor-page.profile-page .section-content a{
  font-size: 16px;
}

.become-vendor-page.profile-page .section-list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -12px;
}

.become-vendor-page.profile-page .section-list li {
  margin: 12px 12px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: inline-block;
  padding: 8px;
  border-radius: 6px;
  background: #f3f3f4;
  color: #3d3d4e;
}

.become-vendor-page.profile-page .section-list-v li{
  font-size: 16px;
}

@media (min-width: 576px) and (max-width: 767px){
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 1399px) {
  .become-vendor-page.designs-page .card-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .become-vendor-page.designs-page .card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .become-vendor-page.designs-page .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .become-vendor-page.designs-page .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

