/*  Chat Button */
#chat_btn { 
    position: fixed; 
    bottom: 0%;
    right: 37px;
    width: 135px;
}
#chat_btn > a {
    width: 170px;
    height: 42px;
    margin-bottom: 0;
    /* border-radius: 1rem; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#chat_popup {
    /* width: 320px; */
    width: 800px;
    height: 87%;
    display: none;
    position: fixed;
    bottom: 0;
    right:5px;
    border: 3px solid #f1f1f1;
    z-index: 999;
    background-color: #f1f1f1;
    /* padding: 10px; */
}

#chat_popup > iframe {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
} 
#chat_popup > iframe html {
    overflow: hidden;
}

#chat_popup > .close {
    width: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: grey;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: black;
} 

.btn.btn-primary {
    /* background: #e43225; */
    background: #f7f7f7;
    border: 0 none;
    border-radius: 2;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13px;
    color: #323232;
    border: 1px solid#dbdbdb;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
a {
    color: #000000;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.img-rounded {
    border-radius: 50%;
    
}
/*  Chat Button */



body {
 overflow-y: auto;
}
.wrapper {
    flex-direction: row-reverse !important;
}

/* .hidethis{
    display: none!important;
} */

.header {
    padding-left: 10px;
    background-color: #f1f1f1;
}

.chat-search-shop {
    /* background: #f7f7f7; */
    width: 335px;
    position: fixed;
    right: 43px;
    top: 21%;
    padding: 10px 0;
    /* overflow-y: scroll; */
    height: 100%;
    left: unset;
}

.close {
    position: relative;
    width: 32px;
    height: 28px;
    opacity: 0.6;
}

#chat_popup > .close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 5px;
    right: 18px;
    background-color: rgb(255, 255, 255);
    padding-right: 2px;
    margin-top: 10px;
    border-radius: 20%;
    text-align: center;
    color: rgb(255, 255, 255)12, 199, 199);
    z-index: 999999999;
}

.close:before, .close:after {
    z-index: 9999999;
    color: black;
    position: absolute;
    left: 12px;
    top: 6px;
    content: ' ';
    /* height: 33px; */
    height: 18px;
    width: 2px;
    background-color: #522f0b;
    z-index: 99999;
}
.close_chat {
    position: absolute;
    top: 13px;
    right: 22px;
    z-index: 9;
}

.search-bar, .chat-area-header {
    height: 60px;
}

.chat-area-header {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #f1f1f1;
    box-shadow: 0 5px 8px -9px rgba(0, 0, 0, 0.75);
}


/* .chat-area-main {
    padding-top: 5px;
    min-height: 410px!important;
    height: 455px!important;
} */

.height100 {
    height: 100% !important;
}

#chat-product {
    display: flex;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

div.chat-area-main {
    overflow: auto !important;
}

@media (max-width: 780px) {
    #chat_popup { 
        display: none!important;
    }
    .chat-search-shop{
        width: 100%;
        display: block;
    }
    
}
