@import "alertify.min.css";.chat-layout-wrapper .chat-left-sidebar{width:300px;min-width:300px;max-width:300px;background:#FFFFFF;height:100%}.chat-layout-wrapper .chat-left-sidebar .sidebar-header{padding:10px}.chat-layout-wrapper .chat-left-sidebar .sidebar-header h1{font-size:16px;font-weight:500;color:#797c8c}.chat-layout-wrapper .chat-left-sidebar .chat-rooms{height:calc(100% - 46.2px)}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul{padding:0;margin:0;list-style:none;height:100%;overflow-y:auto}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li{border-bottom:1px solid #ddd}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;height:45px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;text-decoration:none;cursor:pointer}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li a img{width:30px;height:30px;border-radius:50%}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li a .chat-info{margin-left:10px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li a .chat-info .user{color:#797c8c;font-weight:500;font-size:14px}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li a .chat-info .count{background-color:rgba(52,58,64,0.18);color:#343a40;padding:4px;border-radius:4px;font-size:11px}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li.active,.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li:hover{background:#4EAC6D}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li.active a .chat-info .user,.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li:hover a .chat-info .user{color:#fff}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li.active a .chat-info .count,.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li:hover a .chat-info .count{color:#fff;font-weight:500}.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li.active,.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li:hover,.chat-layout-wrapper .chat-left-sidebar .chat-rooms ul li:last-child{border-bottom:none}@media only screen and (max-width:991px){.chat-layout-wrapper .chat-left-sidebar{width:100%;max-width:100%}}@media only screen and (min-width:991px){.chat-layout-wrapper .chat-left-sidebar{display:block!important}}.chat-layout-wrapper .chat-right-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:rgba(0,0,0,0.04);height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.chat-layout-wrapper .chat-right-sidebar .start-chat{display:-ms-grid;display:grid;place-items:center;height:100%;width:100%}.chat-layout-wrapper .chat-right-sidebar .selectedChat{height:100%}.chat-layout-wrapper .chat-right-sidebar .chat-content{height:calc(100% - 60px);-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-image:url("/custom/images/pattern-01.png")}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-header{height:85px;min-height:85px;background-color:rgba(0,0,0,0.05);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-header button#return-rooms{display:none;background:green;border:none;color:#fff;margin-right:10px}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-header img{width:40px!important;min-width:40px;height:40px!important;border-radius:50%}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-header .user-info{margin-left:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-header .user-info .username{font-size:16px;font-weight:bold}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-header .user-info .online{font-size:12px;color:#797c8c}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation{overflow-y:auto;height:calc(100% - 85px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages{padding:20px;margin:0;list-style-type:none}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message{display:-webkit-box;display:-ms-flexbox;display:flex;margin:15px 0}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message .message-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:80%}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message .message-container .user-avatar img{width:30px!important;min-width:30px;height:30px!important;border-radius:50%}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message .message-container .message-content{margin-left:10px}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message .message-container .message-content .text{padding:12px 20px;border-radius:3px}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message .message-container .message-content .time{margin-top:5px;font-size:10px}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message.you .message-container .message-content .text{background-color:#fff;-webkit-box-shadow:0 2px 4px rgba(15,34,58,0.12);box-shadow:0 2px 4px rgba(15,34,58,0.12)}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message.me{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message.me .message-container .message-content .text{background-color:#CCE2D3;-webkit-box-shadow:0 2px 4px rgba(15,34,58,0.12);box-shadow:0 2px 4px rgba(15,34,58,0.12)}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message.me .message-container .message-content .message-footer{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:15px}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message.me .message-container .message-content .message-footer .tick{margin-right:5px;color:#0a53be}.chat-layout-wrapper .chat-right-sidebar .send-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;background:#F3F3F3;padding:0 20px}.chat-layout-wrapper .chat-right-sidebar .send-message label#send-photo{background:#fff;color:#797c8c;border:none;padding:10px;border-radius:5px;margin-top:5px}.chat-layout-wrapper .chat-right-sidebar .send-message input#choose-file{display:none}.chat-layout-wrapper .chat-right-sidebar .send-message input.message-text{width:100%;margin:0 10px;height:35px;color:#495057;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #cfd4d8;padding:0.5rem 1rem;font-size:0.875rem;border-radius:0.4rem}.chat-layout-wrapper .chat-right-sidebar .send-message input.message-text:focus{outline:none}.chat-layout-wrapper .chat-right-sidebar .send-message button#send-message{background:#5EB37A;color:#fff;border:none;padding:10px;border-radius:5px}@media only screen and (max-width:991px){.chat-layout-wrapper .chat-right-sidebar{display:none}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-header button#return-rooms{display:block}}@media only screen and (max-width:768px){.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-header{height:60px;min-height:60px;padding:0 10px}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation{height:calc(100% - 60px)}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages{padding:10px}.chat-layout-wrapper .chat-right-sidebar .chat-content .chat-conversation ul.messages li.message{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 0}.chat-layout-wrapper .chat-right-sidebar .send-message{padding:0 10px}}@media only screen and (min-width:991px){.chat-layout-wrapper .chat-right-sidebar{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}body{background:rgba(0,0,0,0.03)!important}.chat-layout-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100vh - 61px)}*{-webkit-box-sizing:border-box;box-sizing:border-box}#search-bar{padding:0}#search-bar .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:56px}#search-bar .container button{float:none}#search-bar .container button#toggle-categories{background:transparent;color:#fff;width:auto}#search-bar .container form{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;height:56px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#search-bar .container form input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 30px}#search-bar .container form select{width:150px;margin-right:30px}#search-bar .container form button.btn{width:150px;background:#ef404f!important;height:36px;line-height:20px}@media only screen and (max-width:768px){#search-bar .container form input{margin:0 20px}#search-bar .container form select{display:none}#search-bar .container form button.btn{width:100px}}@media only screen and (max-width:576px){#search-bar .container{max-width:100%;padding:0;margin:0}#search-bar .container form input{margin:0 10px}#search-bar .container form button.btn{width:auto}}.categories-container{display:none;position:absolute;top:116px;z-index:999;left:100px}.categories-container ul.categories{width:280px;background:#F1EFEF;border-right:1px solid #f1f3f7;position:relative}.categories-container ul.categories li{width:100%;height:46px;background:#F1EFEF;padding:0 10px;position:static!important}.categories-container ul.categories li a{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;position:relative;color:#333}.categories-container ul.categories li a.has-sub-category:after{content:"";width:10px;height:12px;position:absolute;background-size:contain;background-repeat:no-repeat;right:0px;top:15px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);background-image:url(/custom/images/right-arrow.svg)}.categories-container ul.categories li a .category-image{display:-ms-grid;display:grid;place-items:center;width:35px;height:35px;border-radius:100%;background:#fff;margin-right:10px}.categories-container ul.categories li a .category-image img{width:25px;height:25px;border-radius:100%}.categories-container ul.categories li a span{font-size:16px}.categories-container ul.categories li:hover{background:#F6BCAB}.categories-container ul.categories li:hover>ul.sub-category{display:block}.categories-container ul.categories li ul.sub-category{height:100%;display:none;position:absolute;left:280px;top:0!important;border-right:1px solid #f1f3f7;background:#F1EFEF}.categories-container ul.categories li.category-title{display:none}@media only screen and (max-width:991px){.categories-container{display:none;position:absolute;background:#fff;width:100%;max-width:100%;height:100vh;min-height:100vh;top:116px;padding:0;margin:0;left:0}.categories-container ul.categories{width:100%;height:100%}.categories-container ul.categories li{border-bottom:1px solid #f1f3f7}.categories-container ul.categories li ul.sub-category{height:100%;left:0;z-index:999999;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s}.categories-container ul.categories li ul.sub-category li.category-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f1f3f7;padding:0;margin:0}.categories-container ul.categories li ul.sub-category li.category-title span{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-ms-grid;display:grid;place-items:center;font-size:16px;font-weight:bold}.categories-container ul.categories li ul.sub-category li.category-title .return-back{background:transparent;border:none;width:40px;color:#333}.categories-container ul.categories li.is-active>ul.sub-category{display:block;-webkit-transform:translateX(0);transform:translateX(0)}.categories-container ul.categories li.category-title{display:-webkit-box;display:-ms-flexbox;display:flex}}#category-picker #first-level,#category-picker #second-level,#category-picker #third-level{display:none}i.fa-message{font-size:19px}.alertify-notifier{color:#fff!important}.right.isDesktop:not(.isMobile),header .right.isTablet:not(.isMobile){display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}#message_count{background:tomato!important}#message-form{background:#F9FAFC;padding:20px}#message-content{min-height:200px}.product-properties{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-properties .product-properties-i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ccc}.product-properties .product-properties-i .product-properties-value,.product-properties .product-properties-i label{width:50%}.offer-messages{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;height:30px;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;margin-top:10px}.offer-messages .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:25px;width:200px!important;min-width:200px!important;max-width:200px!important;background:#22ca46;color:#fff;padding:5px;border-radius:10px;cursor:pointer;margin:0 7px!important}
/*# sourceMappingURL=custom.css.map */