
.lgshopcompany {
    position: relative;
    display: flex;
    flex-flow: wrap;
}

.lgshopcompanymainbox {
    color: red;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    max-width: 363px;
    border: 1px solid red;
    padding: 10px 15px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: .3s all ease-in-out;
}

.lgshopcompanymainbox:before {
    content: '\f05a';
    font-size: 30px;
    font-family: 'FontAwesome';
    line-height: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}

.lgshopcompanymainbox:hover {
    background: red;
    color: #FFF;
}

.lgshopcompanytooltipbox {
    position: absolute;
    background: #FFF;
    width: 510px;
    z-index: 999;
    box-shadow: 0px 0px 6px #00000029;
    top: 100%;
    right: 0;
}

.lgshopcompanytooltipboxtitle {
    color: #EB6C28;
    border-bottom: 1px solid #EB6C28;
    padding-left: 19px;
    padding-bottom: 7px;
    padding-top: 10px;
    font-weight: bolder;
    font-size: 14px;
}

.lgshopcompanytooltipboxsubtitle {
    font-size: 14px;
    padding-left: 19px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.lgshopcompanytooltipboxcontent {
    margin-top: 15px;
    padding-left: 19px;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 22px;
    padding-right: 22px;
}

.lgshopcompanytooltipboxcontentitem {
    height: 90px;
}

.lgshopcompanytooltipboxcontentitem.item1 {
    height: 90px;
}

.lgshopcompanytooltipboxcontentitem.item2 {
    height: 68px;
}

.lgshopcompanytooltipboxcontentitem.item3 {
    height: 68px;
}

.lgshopcompanytooltipboxcontentitem.item1:before {
    content: url(../img/chat.png);
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 18px;
    height: 80px;
    margin-left: 8px;
}

.lgshopcompanytooltipboxcontentitem.item2:before {
    content: url(../img/call-center.png);
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 18px;
    height: 65px;
    margin-left: 8px;
}

.lgshopcompanytooltipboxcontentitem.item3:before {
    content: url(../img/smart-cart.png);
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 28px;
    height: 65px;
    margin-left: 8px;
}

.lgshopcompanyemainboxclose {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    margin-top: -40px;
    cursor: pointer;
    color: #333333;
}

@media (max-width: 767px) {
    .lgshopcompanymainbox {
        margin-top: 0px;
        width: 100%;
        padding-left: 20px;
    }
    .lgshopcompanytooltipbox {
        display: block;
        position: inherit;
        width: 100%;
        box-shadow: none;
        font-size: 13px;
        text-align: left;
    }
    .lgshopcompanymainboxclose {
        margin-top: -46px;
    }
    .lgshopcompanytooltipboxtitle,
    .lgshopcompanytooltipboxsubtitle {
        padding-left: 0px;
    }
    .lgshopcompanytooltipboxcontent {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lgshopcompanytooltipboxcontentitem {
        height: auto;
    }
    .lgshopcompanytooltipboxcontentitem:before {
        display: none !important;
    }
}