/*  Custom css file*/


.swatch-option.image {
    width: 56px !important;
    height: 56px !important;
}

.bss-table-row .swatch-option:not(.disabled):hover {
    outline: 0;
    border: 0;
    border-radius: 6px !important;
}

.swatch-option.image {
    border: 1px solid #b6b1b1;
    border-radius: 6px;
}

@media only screen and (max-width: 3500px) and (min-width: 992px)
{

    .seller-profile-container {
    position: absolute;
    display: grid !important;
    padding: 10px;
    top: 0%;
    left: 78%;
}
.seller-profile-container .seller-image{width: 100% !important;}

.seller-profile-container .seller-description .seller-info > span:nth-child(n+2) {
    display: block;
    margin-left: -18px !important;
    padding-left: 17px !important;
    border-left: 2px solid #e1e3df !important;
    font-size: 15px !important;
}
/*button#lof-quote-request-button {
    position: absolute;
    left: 80%;
    top: 46%;
}
.lofmp-badges.lofmp-badges--small {
    position: absolute;
    right: 10%;
    top: 56%;
}*/

.seller-profile-container .seller-description .seller_title {
    font-size: 13px;
}

}
