.seller-store {
    padding: 20px 0;
}

.seller-store .logo {
    width: 129px;
    height: 129px;
    padding: 10px;
    background: #FFFFFF;
    border: 3px solid #F1F1F1;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller-store .logo img {
    max-width: 100%;
}

.seller-store .store-info p {
    max-width: 600px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #969696;
}

.seller-store .store-info h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #1C1C1C;
    margin-bottom: 6px;
}

.seller-store .store-info ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #969696;
}

.seller-store .store-info .custom-badge {
    background-color: #FFC200;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #1C1C1C;
    padding: 2px 9px 2px 13px;
    clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0 100%);
    position: relative;
}
.seller-store .store-info .custom-badge::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 7px;
    transform-origin: sdf;
    transform: rotate(19deg);
    background: #EF184B;
}

.seller-store .seller-link-item {
    width: 110px;
    height: 72px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.seller-store .seller-link-item svg {
    margin-bottom: 10px;
}

.seller-store .social-media-share {
    position: absolute;
    top: 90px;
    right: 0;
    width: 412px;
    /* height: 325px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 20px 25px;
    display: none;
}

.seller-store .social-media-share .close-btn {
    cursor: pointer;
}

.seller-store .clipboard input {
    background: rgba(157, 157, 157, 0.1);
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(61, 90, 128, 0.5);
    padding: 18px 16px;
    width: 100%;
    border: none;
    padding-right: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seller-store .clipboard input:focus {
    outline: 0;
}

.seller-store .clipboard p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #1C1C1C;
}

.seller-store .clipboard .copy-btn {
    position: absolute;
    top: 45%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.seller-store .social-media-share .heading h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.seller-store .social-media-share .heading p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: #969696;
}

.seller-store nav {
    padding: 10px;
    background: #fff;
    margin-top: 25px;
}

.seller-store nav ul li a {
    padding: 3px 25px;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #1C1C1C;
}

.seller-store nav ul li a.active {
    font-weight: bold;
}

.seller-store nav ul li a.active,
.seller-store nav ul li a:hover {
    color: #EF184B;
}
.seller-store-filters select {
    width: 160px;
}
/* responsive */

@media (max-width: 575.98px) {
    .seller-store .social-media-share {
        width: 340px;
        z-index: 11;
    }
    .seller-store nav ul li a {
        padding: 3px 15px;
    }
    .share-store {
        width: 100%;
    }
    #social-modal-btn {
        width: 100%;
    }
    .seller-store .social-media-share {
        top: 85px;
    }
    .seller-store .store-info p {
        max-width: 260px;
    }
}

@media (max-width: 991.98px) {
    .seller-store .logo {
        width: 98px;
        height: 98px;
    }
    .seller-store .store-info h1 {
        font-size: 20px;
        line-height: 23px;
    }
    .seller-store .store-info .custom-badge,
    .seller-store .store-info ul li {
        font-size: 10px;
        line-height: 12px;
    }
    .seller-store .seller-link-item {
        width: 100px;
    }
}

.seller-store {}

.seller-store {}