#image {
    max-width: 15rem;
}

td > img {
    width: 80px;
}

#start-converstion {
    margin: 2rem 0 0 1.3rem;
}

.more {
    display: block;
    text-align: center;
    margin-bottom: 4rem;
}

.more > a {
    padding: .5rem 6rem;
}

#toggle-contact-company-email {
    color: #09aeed;
    cursor: pointer;
}

#company-info {
    height: 2rem;
    display: block;
    overflow: hidden;
}

#map {
    height: 30rem;
    width: 100%;
}

.container {
    /* margin-top: 2rem;
    margin-bottom: 5rem;
    background-color: #fff; */
}

#company-products {
    padding: 1rem;
}

.claim-success-panel {
    max-width: 512px;
    margin: 0 auto;
    padding: 28px 48px;
    background-color: white;
    text-align: center;
}

.title {
    margin-bottom: 16px;
}

.claim-success-button {
    margin-top: 24px;
    display: block;
    font-size: 24px;
}

.product-property {
    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;
}

.p-0 {
    padding: 0 !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.text-justify {
    text-align: justify;
}

.media a img {
    width: 8vw !important;
    min-width: 80px;
}

.organization-img:hover {
    border: 1px solid #23527c;
}


.company-img {
    display: inline-block;
    /* display: block; */
    border-radius: 50%;
    /* position: absolute; */
    bottom: -42px;
    border: 4px solid white;
    background-color: white;
    height: 7rem;
    width: 7rem;
    /* margin: 0 auto; */
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    border: 1px solid #d9d9d9;
}

.organization-img {
    height: 5rem;
    width: 5rem;
}


.box-shadow {
    box-shadow: 0px 0px 8px 0 #ccc;
}

.follow-btn:focus {
    text-decoration: none;
}

.span-multiline-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.span-multiline-limit.one-line {
    -webkit-line-clamp: 1;
    /* Maximum number of lines */
    line-clamp: 1;
}

.span-multiline-limit.two-lines {
    -webkit-line-clamp: 2;
    /* Maximum number of lines */
    line-clamp: 2;
}

.span-multiline-limit.three-lines {
    -webkit-line-clamp: 3;
    /* Maximum number of lines */
    line-clamp: 3;
}

.span-multiline-limit.four-lines {
    -webkit-line-clamp: 4;
    /* Maximum number of lines */
    line-clamp: 4;
}

/*.follow-btn {*/
/*    color: #2c7be5;*/
/*    background-color: #fff;*/
/*    text-decoration: none;*/
/*    padding: 3px 8px 3px 8px;*/
/*    border: 1px solid;*/
/*}*/

/*.follow-btn:hover {*/
/*    text-decoration: none;*/
/*    color: #fff !important;*/
/*    background-color: #2c7be5;*/
/*    border-color: #2c7be5;*/
/*}*/

/*.follow-btn span {*/
/*    transform: rotate(0deg);*/
/*    transition-duration: .2s;*/
/*}*/

/*.follow-btn:hover span {*/
/*    transform: rotate(90deg);*/
/*    transition-duration: .2s;*/
/*}*/

/*.following {*/
/*    color: #fff !important;*/
/*    background-color: #2c7be5;*/
/*    border-color: #2c7be5;*/
/*}*/

/*.following:hover {*/
/*    color: #fff !important;*/
/*    background-color: #2c7be5;*/
/*    border-color: #2c7be5;*/
/*}*/

/*.following:focus {*/
/*    color: #fff !important;*/
/*    background-color: #2c7be5;*/
/*    border-color: #2c7be5;*/
/*}*/

.product{
    min-height: 200px;
}
.product-thumbnail{
    min-height: 200px;
    width: 85%;
}

.product-thumbnail img{
    object-fit: scale-down;
}

