.site-top-menu {
    z-index: 101 !important;
}

#hs-chatbox {
    display: block;
    position: relative;
    min-height: 43px;
}
#hs-chatbox-wr {
    display: block;
    box-sizing: border-box;
    padding: 2px 3px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    color: #333;
}
.chat-bot-bubble {
    display: block;
    border: 1px solid #ddd;
    padding: 10px 10px;
    box-sizing: border-box;
    margin-left: 46px;
    position: relative;
    border-radius: 0 28px 28px 5px;
    background: #f2f9ff;
    min-height: 38px;
}
.chat-bot-bubble::before {
    content: '';
    position: absolute;
    top: 16px;
    left: -4px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    transform: rotate(-36deg);
    background: inherit;
}

.hs-type-box {
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 10px;
    background: #00bad8;
    display: none;
}

.chat-bot-bubble p {
    margin: 0;
    padding: 0;
}
div#hs-icon {
    display: block;
    position: absolute;
    top: 0;
    left: -46px;
    background: url(bot.png?1);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

#hs-response {
    font-size: 14px;
    margin: 0;
    padding: 0;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
}
p.you-line {
    color: #1d68b9;
    font-weight: 600;
    display: table;
    background: #d8e5fd;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 30px;
    margin: 0 0 10px;
    display: none;
}
p.hs-line {
    line-height: 1.2;
    margin: 0;
    color: #3c657f;
}
.hs-cells {
    margin: 10px -3px 0;
}
.hs-pcell {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 0 3px 20px;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.2;
}

span.hs-tmb {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 6px;
    position: relative;
}

.hs-pcell a img {
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hs-pcell a {
    color: #434343;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    background: #fff;
    font-size: 10px;
    border-bottom: none;
}
.hs-pcell .price {
    color: #cd4a4a;
    font-size: 10px;
    font-weight: 600;
}

.hs-cats {
    padding: 0 0 10px;
    font-size: 12px;
    margin-top: -5px;
    z-index: 20;
    position: relative;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 14px;
}

.hs-cats a {
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 1.2;
    cursor: pointer;
    color: inherit;
    font-weight: 600;
    margin: 3px;
    border: 1px solid #ddd;
    font-size: 10px;
}
.hs-cats a:hover {
    background: #00bad8;
    color: #fff;
    border: 1px solid #00bad8;
}

#hs-user-input {
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    font-size: 14px;
    padding-right: 50px;
}

.hs-type-box input.hs-user-submit {
    position: absolute;
    background: transparent;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 0;
    background-image: url(send.png);
    background-size: 24px;
    background-position: center;
    top: 12px;
    right: 15px;
    background-repeat: no-repeat;
    border: none;
}

input#hs-toggle {
    display: none;
}
input#hs-toggle + label {
    display: none;
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 20;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 0 4px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 4px #333;
}

#hs-toggle:checked + label {
    display: block;
}

#hs-chatbox:hover .chat-bot-bubble, 
#hs-toggle:checked + label + #hs-chatbox-wr .chat-bot-bubble {
    border-radius: 0 5px 5px 5px;
}

#hs-chatbox:hover .hs-type-box, 
#hs-toggle:checked + label + #hs-chatbox-wr .hs-type-box {
    display: block;
}

#hs-chatbox:hover #hs-chatbox-wr, 
#hs-toggle:checked + label + #hs-chatbox-wr {
    padding: 10px;
}

#hs-chatbox:hover #hs-chatbox-wr, 
#hs-toggle:checked + label + #hs-chatbox-wr {
    padding-bottom: 65px;
    box-shadow: 0 0 10px #888;
    border-radius: 3px;
}

.search-result .cart-button {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.search-result .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    color: #333;
}

.hs-pcell .cart-button a.hs-cart {
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 10px;
    background-color: #fff;
    color: #636363;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
    line-height: 1 !important;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    font-weight: 600;
    letter-spacing: 1px;
}

.hs-pcell .cart-button a.hs-cart:hover {
    color: #fff;
    background: #00b3da;
    border: 1px solid;
}

.hs-pcell .cart-button a.hs-cart + a {
    display: none;
}

.web-content {
    margin-bottom: 20px;
    line-height: 1.4;
}
.web-content a {
    color: #d43333 !important;
}
p.web-cell > a {
    color: #426497;
    display: block;
    margin: 0;
    padding: 0;
}
p.web-cell > a > small {
    display: block;
    padding-top: 6px;
}
p.web-cell {
    line-height: 1.2;
    padding: 10px;
    background: #fff;
    margin: 0 0 10px;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .site-top-mfix {
        padding: 0 0 64px !important;
    }


    .hs-pcell {
        width: 50%;
    }
}
