.product-seller-information {
    width: 100%;
    overflow: visible;
    display: table;
}

.product-seller-information .seller-name-image {
    width: 75%;
    float: left;
}

.product-seller-information .shop-image {
    float: left;
    max-width: 105px;
    border-radius: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.product-seller-information .shop-name {
    padding-left: 120px;
    height: auto;
    margin: 5px 0;
}

.product-seller-information .shop-certification-mark {
    line-height: 22px;
}

.product-seller-information .seller-name-image .shop-name .shop-certification-mark-label {
    padding-left: 0;
    position: relative;
    line-height: 20px;
}

.product-seller-information .seller-name-image .shop-certification-mark span {
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.product-seller-information .seller-name-image .shop-certification-mark-label {
    padding-left: 50px;
    height: auto;
    margin: 5px 0;
}

.product-seller-information .seller-name-image .shop-certification-mark-label .shop-certification-mark-name {
    padding-top: 2px;
}

.product-seller-information .tooltip-text-seller {
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
    border-radius: 6px;
    display: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 7px;
    min-width: 200px;
    top: 25px;
}

.product-seller-information .tooltip-text-seller-wrap {
    background: #fff;
    border-radius: 5px;
}

.product-seller-information .tooltip-text-seller-img {
    text-align: center;
    height: auto;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.product-seller-information .tooltip-text-seller-content {
    text-align: center;
}

.product-seller-information .tooltip-text-seller-content .tooltip-text-seller-content-name {
    margin-bottom: 5px;
}

.product-seller-information .tooltip-text-seller-content .tooltip-text-seller-content-desc {
    line-height: 17px;
}

.product-seller-information .tooltip-text-seller-arrow:before {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    content: "";
    margin-left: -10px;
    z-index: 2;
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .2);
}

.product-seller-information .tooltip-text-seller-arrow:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    content: "";
    margin-left: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .2);
    top: 30px;
}

.product-seller-information .seller-visit-btn {
    width: 25%;
    max-width: 150px;
    text-align: right;
    float: right;
}

.product-seller-information .seller-name-image .shop-name .shop-certification-mark-label>img {
    max-height: 20px;
}

.product-seller-information .seller-name-image .shop-certification-mark img {
    margin-right: 5px;
    display: inline-block;
    float: none !important;
}

.product-seller-information .seller-visit-btn button {
    background: #EF4C00;
    color: #FFFFFF;
}

.product-seller-information .seller-visit-btn button:hover {
    background: #E1570F;
    color: #FFFFFF;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
}