.become-vendor-page.designs-page .section1 {
    text-align: center;
    padding: 70px 0;
}

.become-vendor-page.designs-page .section1 h1 {
    font-family: 'Times new roman';
    font-size: var(--fs-xl);
    color: var(--black-color);
    font-weight: 500;
}

.become-vendor-page.designs-page .section1 p {
    color: var(--text-light-color);
    font-size: var(--fs-500);
    margin: 40px 0;
}

.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 .section2 {
    padding-top: 0;
}

.become-vendor-page.designs-page .section2 .nav-tabs {
    justify-content: center;
    margin-bottom: 10px;
    border: 0;
}

.become-vendor-page.designs-page .section2 .nav-tabs button {
    border: 0;
    box-shadow: none;
}

.become-vendor-page.designs-page .section2 .nav-tabs .nav-link {
    color: var(--text-light-color);
}

.become-vendor-page.designs-page .section2 .nav-tabs .nav-link.active {
    color: var(--black-color);
    font-weight: 600;
}

.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;
}

.become-vendor-page.designs-page .section2 .card .card-body {
    padding: 0;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #eee;
}

.become-vendor-page.designs-page .section2 .card img {
    height: 240px;
    min-height: 240px;
    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: 30px 20px 10px;
    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-left: auto;
    font-size: var(--fs-400);
    padding-top: 4px;
    padding-left: 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: 6px 3px;
    border: 0;
    background: transparent;
}

.become-vendor-page.designs-page .section2 .card .user-details,
.become-vendor-page.designs-page .section2 .card .user-details .info,
.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 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 .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-right: 10px;
}

.desing_details {
    position: fixed;
    height: 100vh;
    padding: 50px 0 0;
    overflow: hidden;
    overflow-y: scroll;
    left: 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;
}

.desing_details .card-box h4 {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    width: 100%;
}

.desing_details .card-box .author_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.desing_details .card-box .author_details img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 100px;
    margin-right: 6px;
    object-fit: cover;
    border: 1px solid #eee;
}

.desing_details .card-box .author_details button {
    border: 0;
    background: #f0f0f0;
    margin-left: 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;
}