/* Add here all your CSS customizations */
.lang-menu{
    list-style-type: none;
    padding: 0;
    padding-right: 5px;
    margin-bottom: 0px;
}
.lang-menu a {
    color: #fff;
}
.login-box{
    margin: 0 auto;
    max-width: 400px;
}
.steamline .sl-left img {
    max-width: 40px;
}
.img-circle {
    border-radius: 50%;
}
.steamline .sl-left {
    float: left;
    z-index: 1;
    margin-right: 15px;
}.m-l-40 {
     margin-left: 40px !important;
 }
.caret {
    border: none;
}
#addToCartModal{
    display: none;
}
.totalPrice{
    font-size: 20px;
}
.product .product-image-area .product-image img {
    display: block;
    max-width: 100%;
    max-height: 250px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product .product-image-area .product-image{
    height: 250px;
}
.product .product-image-area .product-image .product-hover-image{
    max-width: 100%;
    max-height: 250px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#commentsModal .chat-main-box .chat-left-aside .chat-left-inner .style-none li {
    padding: 8px 20px;
}

#commentsModal .chatonline img {
    margin-top: -5px;
}

#commentsModal .chat-main-box .chat-left-aside {
    width: 200px;
    bottom: 0;
}

#commentsModal h5 {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
}

#commentsModal .chat-main-box .chat-right-aside {
    margin-left: 200px;
}

#commentsModal .comments-header {
    padding: 10px;
}

#commentsModal .comments-header h3 {
    margin: 0;
}

#commentsModal .fa-users {
    margin-right: 5px;
    font-size: 14px;
}

#commentsModal .fa-comments {
    margin-right: 10px;
}

#commentsModal .chat-list {
    height: 450px;
    max-height: 450px;
    overflow-y: overlay;
}

#commentsModal .chat-list .chat-image {
    width: 40px;
}

i.has-comments {
    color: red;
}

.chat-box .loadMore{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.customChatBox{
    list-style: none;
    height: 400px;
    overflow-y: scroll;
}
.customChatBox li {
    margin-bottom: 24px;
    overflow: auto;
}

.customChatBox .chat-image, .chat-image {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50px;
}

.customChatBox .odd .chat-image {
    float: right !important;
}
.legendDiv span.deniedLegend {
    background-color: rgb(230, 206, 206);
}
.legendDiv span.legendBox {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    border: 1px solid #ddd;
}
.customChatBox .chat-image img, .chat-image img {
    border-radius: 100%;
    width: 100%;
}

.customChatBox .chat-body {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 65%;
}

.customChatBox .odd .chat-body {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    color: #ffffff;
}

.chat-main-box .chat-right-aside .customChatBox .chat-text {
    border-radius: 6px;
}

.customChatBox .chat-text {
    background: #f7fafc;
    border-radius: 2px;
    display: inline-block;
    padding: 15px;
    position: relative;
}

.customChatBox .chat-text h4 {
    color: #1a2942;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    line-height: 15px;
    position: relative;
}

.customChatBox .chat-text p {
    margin: 0px;
    padding-top: 3px;
}

.customChatBox .chat-text b {
    font-size: 10px;
    opacity: 0.8;
}

.customChatBox .odd .chat-text {
    background: #FF5722;
}

.customChatBox .odd .chat-text h4 {
    color: #ffffff;
}

.customChatBox .odd .chat-body {
    text-align: right;
    color: #ffffff;
}

#chatUsersList{
    height: 550px;
    overflow-y: auto;
}

.company_or_firm {
    font-size: 12px;
}
#cart-index .divider{
    margin: 0 !important;
    margin-bottom: 6px !important;
}
/*Chat-box*/
.chat-main-box {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}
.chat-main-box .chat-left-aside {
    position: absolute;
    width: 250px;
    z-index: 9;
    top: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.chat-main-box .chat-left-aside .open-panel {
    display: none;
    cursor: pointer;
    position: absolute;
    left: -webkit-calc(99%);
    top: 50%;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 0 100px 100px 0;
    line-height: 1;
    padding: 15px 8px 15px 4px;
}
.chat-main-box .chat-left-aside .chat-left-inner .form-control {
    height: 60px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none {
    padding: 0px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
    list-style: none;
    overflow: hidden;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
    padding: 20px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
    background: #f7fafc;
}
.chat-main-box .chat-right-aside {
    margin-left: 250px;
}
.chat-main-box .chat-right-aside .chat-list {
    max-height: none;
    height: 100%;
    padding-top: 40px;
}
.chat-main-box .chat-right-aside .chat-list .chat-text {
    border-radius: 6px;
}
.chat-main-box .chat-right-aside .send-chat-box {
    position: relative;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control {
    border: none;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    resize: none;
    height: 80px;
    padding-right: 180px;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
    border-color: rgba(120, 130, 140, 0.13);
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send {
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
    color: #686868;
    margin-right: 10px;
}

/*Phone*/
@media (max-width: 767px) {

    .chat-main-box .chat-left-aside {
        left: -250px;
        transition: 0.5s ease-in;
        background: #ffffff;
    }

    .chat-main-box .chat-left-aside.open-pnl {
        left: 0px;
    }

    .chat-main-box .chat-left-aside .open-panel {
        display: block;
    }

    .chat-main-box .chat-right-aside {
        margin: 0px;
    }

}


/*Chat online*/
.chatonline img {
    margin-right: 10px;
    float: left;
    width: 30px;
}
.chatonline li a {
    padding: 15px 0;
    float: left;
    width: 100%;
}
.chatonline li a span {
    color: #686868;
}
.chatonline li a span small {
    display: block;
    font-size: 10px;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th{
    color: #0a0b0e;
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send{
    top: 110px;
}
.notyPolls{
    position: absolute;
    background-color: red;
    border: 2px solid red;
    border-radius: 50%;
    top: -5px;
    padding-left: 4px;
    padding-right: 5px;
}
.contactForm {
    padding-left: 20px;
}
.contactForm li{
    list-style: none;
}

#footer {
    padding-top: 40px;
    border-top: 0;
}

.sticky-header-active #header .header-nav-main {
    padding-top: 10px;
}

#header .header-logo img {
    height: auto;
    max-width: 300px;
}

.single-product-image-container img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.single-product-gallery .owl-stage .product-img-wrapper > a {
    max-height: 100px;
    width: auto;
    height: 100px;
    display: block;
}

.single-product-gallery .owl-stage .product-img-wrapper > a > img {
    max-height: 92px;
    width: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.mfp-bg {
    background-color: rgba(0, 0, 0, 0.7);
}

.eu-logo {
    height: 150px;
    width: auto;
    max-width: 100%;
}

.eu-container {
    position: absolute;
    bottom: 0;
    color: #fff;
}

.eu-container p {
    position: absolute;
    bottom: 0;
    color: #fff;
}

.eu-container .eu-text-container {
    height: 150px;
}

.eu-container .eu-text-container p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.front-eu-container {
    background: #0c0c0c;
    position: relative;
}

.front-eu-container p {
    color: #fff !important;
}

.barcode-row{
    color: #000;
    text-align: center;
}

section.login-register .barcode-row, .barcode-row .white{
    color: #fff;
}

.barcode-row span{
    display: block;
}
@media (max-width: 768px) {
    .eu-container{
        display: none;
    }
}