/* SEARCH FORM */
#atr-search, #atr-search * {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#atr-search {margin:8px 0;display:inline-block;width:100%;clear:both;}
#atr-search .control-group {margin-bottom:15px;display:inline-block;width:100%;clear:both;}
#atr-search .control-group.atr-type-select, #atr-search .control-group.atr-type-daterange {margin-bottom:5px;}
#atr-search .control-group > .controls {display:inline-block;max-width:100%;width:100%;margin:0;position:relative;}
#atr-search .control-group > .controls.atr-loading:after {content: ""; position:absolute; display: inline-block; width: 26px; height: 26px; top: 2px;right:0; background: url(/src/assets/img/loader.gif); transition: 0s; background-repeat: no-repeat; background-position: center center; background-size: 100%;}
#atr-search .control-group > label {width:100%;line-height:34px;padding:0;text-align:right;margin:0 0 4px 0;}
#atr-search ul.atr-ul {list-style-type:none;padding:0;margin:0;}
#atr-search > :not(.atr-subtype-boxed) ul.atr-ul {display:block!important;}
#atr-search ul.atr-ul li {min-width:125px;width:auto;max-width:90%;display:inline-block;vertical-align:text-top;margin-right:15px;}
#atr-search.atr-styled select, #atr-search.atr-styled textarea, #atr-search.atr-styled input[type="text"], #atr-search.atr-styled input[type="url"], #atr-search.atr-styled input[type="email"], #atr-search.atr-styled input[type="tel"], #atr-search.atr-styled input[type="date"], #atr-search.atr-styled input[type="number"] {clear:none;outline:none;display:inline-block;width:100%;max-width:100%;min-width:120px;padding:0 8px;line-height:32px;height:40px;border-radius:2px;box-shadow:1px 2px 6px rgba(0,0,0,0.08);border:1px solid #aaa;background:#fff;font-size: 14px;color:#333;float:none;}
#atr-search.atr-styled select:hover, #atr-search.atr-styled textarea:hover, #atr-search.atr-styled input[type="text"]:hover, #atr-search.atr-styled input[type="url"]:hover, #atr-search.atr-styled input[type="email"]:hover, #atr-search.atr-styled input[type="tel"]:hover, #atr-search.atr-styled input[type="date"]:hover, #atr-search.atr-styled input[type="number"]:hover {border-color:#aaa;}
#atr-search.atr-styled select:focus, #atr-search.atr-styled textarea:focus, #atr-search.atr-styled input[type="text"]:focus, #atr-search.atr-styled input[type="url"]:focus, #atr-search.atr-styled input[type="email"]:focus, #atr-search.atr-styled input[type="tel"]:focus, #atr-search.atr-styled input[type="date"]:focus, #atr-search.atr-styled input[type="number"]:focus {border-color:#464feb;}
#atr-search.atr-styled select {height:40px;margin-right:0px;margin-bottom:10px;min-width:160px;max-width:100%;}
#atr-search.atr-styled textarea {max-width:100%;width:100%;min-height:80px;}
#atr-search.atr-styled input[type="number"] {text-align:right;}
#atr-search .atr-range-search-select {display:inline-block;}
#atr-search .atr-type-daterange input[type="date"], #atr-search .atr-type-range input[type="number"], #atr-search .atr-range-search-select {margin:0 0 10px 0!important;width:45%!important;min-width:50px;}
#atr-search .atr-type-daterange input[type="date"]:last-child, #atr-search .atr-type-range input[type="number"]:last-child, #atr-search .atr-range-search-select:last-child {float:right!important;clear:none!important;}
!#atr-search .controls input[type="date"] {margin-right:10px;}
#atr-search .controls input[type="url"] {width:100%;}
#atr-search .controls input[type="email"][type="text"] {width:100%;}
#atr-search .atr-date-del {display:inline-block;margin-right:15px;margin-left:5px;line-height:32px;font-size: 14px;color:#888;display:none;}
#atr-search.atr-styled label {text-align:left;}
#atr-search.atr-styled .has-placeholder label {line-height:34px;padding:0 8px;font-size: 14px;}
#atr-search.atr-styled .select-box {background:none;box-shadow:none;border:none;line-height:34px;text-shadow:none;width:80%;}
#atr-search.atr-styled .select-box-trigger {display:none;}
#atr-search.atr-styled .select-box select {top:auto;left:auto;opacity:1!important;-webkit-appearance: menulist;}
#atr-search .atr-box {position:relative;border: 1px solid #aaa;border-radius:2px; font-size: 14px; padding: 0px 28px 0 8px; margin: 0; line-height: 34px; min-height: 36px; background: #fff; float: left; clear: both; outline: none; width: 100%; color: #444; box-shadow: 1px 1px 1px rgba(0,0,0,0.06);transition:0.2s;}
#atr-search .controls:hover .atr-box {border-color:#aaa;}
#atr-search .atr-box:after {content:"\f107";font-family:"FontAwesome","Font Awesome 5 Free";position:absolute;right:9px;top:50%;margin-top:-9px;width:16px;font-size: 16px; color: #444; line-height: 18px;height:18px;text-align:center;}
#atr-search .controls:hover .atr-box:not(.opened):after, #atr-search .controls .atr-box.opened:after {content:"\f106";}
#atr-search .atr-box > div.atr-holder {display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:7px 0 4px 0px;line-height:20px;}
#atr-search .atr-box > div.atr-holder span {float: left; margin: 0 3px 3px 0; background: #ddd; font-size: 12px; line-height: 16px; border-radius: 3px; padding: 2px 4px;}
#atr-search .atr-subtype-boxed .atr-ul {top: 34px; z-index: 99;display: none; z-index: 3; position: absolute; width: 100%; left: 0; background: #fff; border: 1px solid #aaa; border-top: none; padding: 6px 8px 6px 8px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;max-height:300px;overflow-y:auto;}
#atr-search .atr-select-deselect {display:inline-block;width:100%;font-size: 14px;margin:0 0 5px 0;letter-spacing:-0.3px;}
#atr-search.atr-styled .atr-linked select, #atr-search.atr-styled .atr-linked input[type="text"], #atr-search.atr-styled .atr-linked input[type="number"], #atr-search.atr-styled .atr-linked input[type="date"], #atr-search.atr-styled .atr-linked input[type="url"], #atr-search.atr-styled .atr-linked input[type="tel"], #atr-search.atr-styled .atr-linked input[type="email"] {min-width:50px;width:auto;}
#atr-search.atr-styled .atr-has-linked .controls > select:last-of-type {}
#atr-search .atr-type-divider {margin:16px 0 12px 0;text-transform:uppercase;color:#666;font-size:14px;line-height:16px;padding:0 0 8px 0%;border-bottom:1px solid #aaa;}


/* CUSTOM CHECKBOX & RADIO SEARCH */
#atr-search.atr-styled .atr-input-box {float:left;width:100%;clear:both;margin:5px 15px 5px 0;position:relative;}
#atr-search.atr-styled .atr-input-box input[type="checkbox"], #atr-search.atr-styled .atr-input-box input[type="radio"] {opacity:0;position:absolute;left:0;top:0;z-index:-1;visibility:hidden;overflow:hidden;padding:0!important;width:0!important;height:0!important;margin:0!important;box-shadow:none!important;}
#atr-search.atr-styled .atr-input-box label {min-height:20px;text-align:left;display:block;cursor:pointer;position:relative;float:left;padding:0 0 0 24px!important;line-height:20px;font-size: 14px;width:auto;clear:both;}
#atr-search.atr-styled .atr-input-box label:hover {text-decoration:underline;}
#atr-search.atr-styled .atr-input-box label:before {cursor:pointer;content: ""; width: 18px; height: 18px; border: 1px solid #aaa; text-shadow: none; position: absolute; top: 0; left: 0;text-shadow:none;box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
#atr-search.atr-styled .atr-input-box label:hover:before {border-color:#aaa;}
#atr-search.atr-styled .atr-input-box label:after {cursor:pointer;text-indent:1px;font-family:"FontAwesome","Font Awesome 5 Free";content: "\f00c"; color:transparent;font-size:12px;width: 18px; height: 18px;line-height:18px;text-align:center; text-shadow:none; position: absolute; top: 1px; left: 1px;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
#atr-search.atr-styled .atr-input-box input[type="checkbox"]:checked + label:before, #atr-search.atr-styled .atr-input-box input[type="radio"]:checked + label:before {border-color:#464feb;color:#fff;background-color:#464feb;text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
#atr-search.atr-styled .atr-input-box input[type="checkbox"]:checked + label:after, #atr-search.atr-styled .atr-input-box input[type="radio"]:checked + label:after {color:#fff;}
#atr-search.atr-styled .atr-input-box.atr-radio label:before, #atr-search.atr-styled .atr-input-box.atr-radio label:after {border-radius:50%;}

#atr-search .atr-input-box.atr-lvl-1 {padding-left:8px;}
#atr-search .atr-input-box.atr-lvl-2 {padding-left:16px;}
#atr-search .atr-input-box.atr-lvl-3 {padding-left:24px;}
#atr-search .atr-input-box.atr-lvl-4 {padding-left:30px;}
#atr-search .atr-input-box.atr-lvl-5 {padding-left:36px;}
#atr-search .atr-input-box.atr-lvl-6 {padding-left:40px;}
#atr-search .atr-input-box.atr-lvl-7 {padding-left:44px;}
#atr-search .atr-input-box.atr-lvl-8 {padding-left:48px;}
#atr-search .atr-input-box.atr-lvl-9 {padding-left:50px;}


/* ITEM */
#atr-item, #atr-item * {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#atr-item {margin:10px 0 0;display:inline-block;width:100%;clear:both;padding:0;list-style-type:none;}
#atr-item li {display:inline-block;width:50%;margin:0 0 15px 0;padding:0;vertical-align:text-top;}
#atr-item .atr-name {width:50%;display:inline-block;vertical-align:top;}
#atr-item .atr-name img {margin-right:5px;margin-left:0px;vertical-align:middle;height:20px;width:auto;margin-top:-1px;}
#atr-item .atr-value {width:50%;display:inline-block;font-weight: 600;}
#atr-item .atr-value-single {margin-right:5px;margin-bottom:5px;width:auto;display:block;}
#atr-item .atr-value-single img {margin-right:5px;vertical-align:middle;height:16px;width:auto;margin-top:-1px;}
#atr-item .atr-value-single img:not(.atr-img-def) {margin-right:7px;}
#atr-item .atr-empty {font-style:italic;font-weight:100;color:#999;}
#atr-item .atr-value-single.atr-disabled {opacity:0.3;}
#atr-item .atr-value-select .atr-value-single {margin-right:10px;}
#atr-item .atr-value-select .atr-value-single:after {content: "\f0da";font-weight:900;font-family: "FontAwesome","Font Awesome 5 Free"; margin-left: 10px; font-size: 16px; color:#999;}
#atr-item .atr-value-select .atr-value-single:last-child:after {display:none;}
#atr-item .atr-has-linked .atr-value-single + .atr-linked-value {margin-left:-15px;}
!#atr-item .atr-has-linked .atr-value-select + .atr-linked-value {margin-left:-5px;}
#atr-item .atr-type-divider {color:#171717;font-size:16px;line-height:16px;padding-top: 20px;margin: 0 0 15px 0;border-top:1px solid #dcdef2;}


/* ITEM FORM */
#atr-form.atr-styled.atr-styled, #atr-form.atr-styled.atr-styled * {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#atr-form.atr-styled {margin:20px 0;display:inline-block;width:100%;clear:both;}
#atr-form.atr-styled .control-group {margin-bottom:15px;display:inline-block;width:100%;clear:both;}
#atr-form.atr-styled .control-group.atr-type-select, #atr-form.atr-styled .control-group.atr-type-daterange {margin-bottom:5px;}
#atr-form.atr-styled .control-group > .controls {display:inline-block;max-width:64%;margin:0;position:relative;}
#atr-form.atr-styled .control-group > .controls.atr-loading:after {content: ""; position: relative; display: inline-block; width: 20px; height: 20px; background: url(/src/assets/img/loader.gif); transition: 0s; background-repeat: no-repeat; background-position: center center; background-size: 100%;}
#atr-form.atr-styled .control-group > label {max-width:33%;line-height:34px;padding:0 20px 0 0;text-align:right;margin:0;}
#atr-form.atr-styled ul.atr-ul {list-style-type:none;padding:0;margin:0;}
#atr-form.atr-styled ul.atr-ul li {white-space: nowrap;min-width:125px;width:auto;max-width:90%;display:inline-block;vertical-align:text-top;margin-right:15px;}
#atr-form.atr-styled input[type="text"] {max-width: 160px;}
#atr-form.atr-styled select, #atr-form.atr-styled textarea, #atr-form.atr-styled input[type="text"], #atr-form.atr-styled input[type="url"], #atr-form.atr-styled input[type="email"], #atr-form.atr-styled input[type="tel"], #atr-form.atr-styled input[type="date"] {clear:none;outline:none;display:inline-block;width:auto;min-width:120px;padding:0 8px;line-height:32px;height:40px;border-radius:2px;box-shadow:1px 2px 6px rgba(0,0,0,0.08);border:1px solid #aaa;background:#fff;font-size: 14px;color:#333;float:none;}
#atr-form.atr-styled .atr-linked select, #atr-form.atr-styled .atr-linked input[type="text"], #atr-form.atr-styled .atr-linked input[type="number"], #atr-form.atr-styled .atr-linked input[type="date"], #atr-form.atr-styled .atr-linked input[type="url"], #atr-form.atr-styled .atr-linked input[type="tel"], #atr-form.atr-styled .atr-linked input[type="email"] {min-width:50px;}
#atr-form.atr-styled select:hover, #atr-form.atr-styled textarea:hover, #atr-form.atr-styled input[type="text"]:hover, #atr-form.atr-styled input[type="url"]:hover, #atr-form.atr-styled input[type="email"]:hover, #atr-form.atr-styled input[type="tel"]:hover, #atr-form.atr-styled input[type="date"]:hover {border-color:#aaa;}
#atr-form.atr-styled select:focus, #atr-form.atr-styled textarea:focus, #atr-form.atr-styled input[type="text"]:focus, #atr-form.atr-styled input[type="url"]:focus, #atr-form.atr-styled input[type="email"]:focus, #atr-form.atr-styled input[type="tel"]:focus, #atr-form.atr-styled input[type="date"]:focus {border-color:#464feb;}
#atr-form.atr-styled select {height:40px;margin-right:10px;margin-bottom:10px;min-width:160px;max-width:180px;}
#atr-form.atr-styled textarea {min-width:280px;min-height:120px;max-width:100%;width:80%;}
#atr-form.atr-styled .atr-type-daterange input[type="date"] {margin-bottom:10px;}
#atr-form.atr-styled .controls input[type="date"] {margin-right:10px;}
#atr-form.atr-styled .controls input[type="url"] {width:240px;}
#atr-form.atr-styled .controls input[type="email"][type="text"] {width:180px;}
#atr-form.atr-styled .atr-date-del {display:inline-block;margin-right:15px;margin-left:5px;line-height:32px;font-size: 14px;color:#888;}
#atr-form.atr-styled label {text-align:left;}
#atr-form.atr-styled .atr-select-deselect {display:inline-block;clear:both;width:100%;font-size: 14px;margin:-3px 0 0 0;letter-spacing:-0.3px;}
#atr-form .atr-linked {display:inline-block;}
#atr-form .atr-linked select {width:auto;padding-right:2px;}
#atr-form input + .atr-linked {margin-left:10px;}
#atr-form .control-group.atr-type-divider {margin:16px 0 12px 0;text-transform:uppercase;color:#777;padding:0 0 8px 0;border-bottom:1px solid #aaa;}
#atr-form.atr-styled .control-group.atr-type-divider {font-size:14px;line-height:16px;}
#atr-form .control-group.atr-type-divider > strong {font-weight:600;float:left;}
#atr-form .control-group.atr-type-divider > .control-label {padding-top:0;padding-bottom:0;}

/* CUSTOM CHECKBOX & RADIO */
#atr-form.atr-styled .atr-input-box {float:left;width:100%;clear:both;margin:5px 15px 5px 0;position:relative;}
#atr-form.atr-styled .atr-input-box input[type="checkbox"], #atr-form.atr-styled .atr-input-box input[type="radio"] {opacity:0;position:absolute;left:0;top:0;z-index:-1;visibility:hidden;overflow:hidden;padding:0!important;width:0!important;height:0!important;margin:0!important;box-shadow:none!important;}
#atr-form.atr-styled .atr-input-box label {text-align:left;display:block;min-height:18px;cursor:pointer;position:relative;float:left;padding:0 0 0 24px!important;line-height:20px;font-size: 14px;width:auto;clear:both;}
#atr-form.atr-styled .atr-input-box label:hover {text-decoration:underline;}
#atr-form.atr-styled .atr-input-box label:before {cursor:pointer;content: ""; width: 18px; height: 18px; border: 1px solid #aaa; text-shadow: none; position: absolute; top: 0; left: 0;text-shadow:none;box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
#atr-form.atr-styled .atr-input-box label:hover:before {border-color:#aaa;}
#atr-form.atr-styled .atr-input-box label:after {cursor:pointer;font-family:"FontAwesome","Font Awesome 5 Free";content: "\f00c"; color:transparent;font-size:12px;width: 16px; height: 16px;line-height:16px;text-align:center; text-shadow:none; position: absolute; top: 1px; left: 1px;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
#atr-form.atr-styled .atr-input-box input[type="checkbox"]:checked + label:before, #atr-form.atr-styled .atr-input-box input[type="radio"]:checked + label:before {border-color:#464feb;color:#fff;background-color:#464feb;text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
#atr-form.atr-styled .atr-input-box input[type="checkbox"]:checked + label:after, #atr-form.atr-styled .atr-input-box input[type="radio"]:checked + label:after {color:#fff;}
#atr-form.atr-styled .atr-input-box.atr-radio label:before, #atr-form.atr-styled .atr-input-box.atr-radio label:after {border-radius:50%;}
#atr-form.atr-styled .atr-input-box .input-box-check {margin:0;}
#atr-form.atr-styled .atr-input-box.atr-radio input[type="radio"] + label, #atr-form.atr-styled .atr-input-box.atr-checkbox input[type="checkbox"] + label {font-weight:600;}
!.atr-input-box.atr-radio label:after {font-size:10px;content:"\f111";}
.atr-input-box.atr-radio, .atr-input-box.atr-checkbox {display: flex; width: 100%; flex-direction: row; align-content: center; align-items: center; margin: 0 0 6px 0;}
.atr-input-box.atr-radio input[type="radio"], .atr-input-box.atr-checkbox input[type="checkbox"] {padding:0;margin:0 4px 0 0;width:16px;height:16px;}
.atr-input-box.atr-checkbox input[type="checkbox"] {width:18px;height:18px;min-width:18px;margin-right:5px;}
.atr-input-box.atr-radio input[type="radio"] + label, .atr-input-box.atr-checkbox input[type="checkbox"] + label {padding:0;font-weight:600;line-height:16px;margin:0;}


/* ZARA STYLES */
#atr-search.atr-theme-zara {padding:10px 8px;margin:0;}
#atr-search.atr-theme-zara select {margin-bottom:10px;width:88%;}
#atr-search.atr-theme-zara .control-group > label {line-height:20px;}
#atr-item.atr-theme-zara .atr-name {width:25%;}
#atr-item.atr-theme-zara .atr-value {width:70%;}
#atr-item .atr-linked-value {display:inline-block;}
#atr-item .atr-linked-value .atr-value-single {margin:0;}



/* VERONIKA STYLES */
#atr-search.atr-theme-veronika {padding:10px 12px;margin:0;}
#atr-search.atr-theme-veronika select {margin-bottom:10px;width:88%;}
#atr-item.atr-theme-veronika .atr-name {width:25%;}
#atr-item.atr-theme-veronika .atr-value {width:70%;}
#atr-form.atr-styled.atr-theme-veronika {padding:5px 10px;}
#atr-form.atr-styled.atr-theme-veronika .control-group > label {max-width:30%;}
#atr-form.atr-styled.atr-theme-veronika .control-group > .controls {max-width:68%;}
#atr-form.atr-styled.atr-theme-veronika .controls input[type="date"] {max-width:150px;}

/* STELA STYLES */
#atr-search.atr-theme-stela {margin:0;padding:0;width:80%;}
#atr-search.atr-theme-stela .control-group {display:inline-block;float: none; width: 33.33%; margin: 0 0 30px 0; padding: 0 15px; height: auto;clear:none;vertical-align:text-top;}
#atr-search.atr-theme-stela textarea {height:40px;min-height:40px;}
#atr-search.atr-theme-stela .input-box, #atr-search.atr-theme-stela .input-box-check {margin:0;}
#atr-search.atr-theme-stela .controls select {margin:0 0 15px 0;}
#atr-search.atr-theme-stela .controls select:last-child {margin-bottom:0;}

/* BENDER STYLES */
#atr-search.atr-theme-bender .atr-type-daterange input[type="date"], #atr-search.atr-theme-bender .atr-type-range input[type="number"] {width:100%!important;}
#atr-form.atr-styled.atr-theme-bender .control-group > label {max-width:100%;width:160px;padding-right:0;}
#atr-form.atr-styled.atr-theme-bender .control-group > .controls {max-width:calc(100% - 180px);margin-left:180px;display:block;}


@media screen and (max-width: 767px) {
  #atr-search .atr-subtype-boxed .atr-ul {max-height:180px;}
}


/* RTL */
html[dir="rtl"] #atr-search, html[dir="rtl"] #atr-form, html[dir="rtl"] #atr-item {direction:rtl;}
html[dir="rtl"] body #atr-form.atr-styled .control-group > label {float:right;padding-left:20px;padding-right:0;}
html[dir="rtl"] #atr-item .atr-type-divider, html[dir="rtl"] #atr-search .atr-type-divider, html[dir="rtl"] #atr-form .control-group.atr-type-divider {text-align:right;}
html[dir="rtl"] #atr-form .control-group.atr-type-divider > strong {float:right;}
html[dir="rtl"] #atr-form.atr-styled ul.atr-ul li {margin-right:0;margin-left:15px;}
html[dir="rtl"] #atr-form.atr-styled .atr-input-box {float:right;margin-left:15px;margin-right:0;}
html[dir="rtl"] #atr-form.atr-styled .atr-input-box label {padding:0 24px 0 0!important;text-align:right;}
html[dir="rtl"] #atr-form.atr-styled .atr-input-box label:before {right:0px;left:auto;}
html[dir="rtl"] #atr-form.atr-styled .atr-input-box label:after {right:1px;left:auto;}
html[dir="rtl"] #atr-item .atr-value-single img {margin-left:5px;margin-right:0;}
html[dir="rtl"] body .atr-form .controls select {margin-left:6px;margin-right:0;}
html[dir="rtl"] .filter-menu #atr-search .control-group > label {text-align:right;}
html[dir="rtl"] body .atr-input-box input[type="radio"], html[dir="rtl"] body .atr-input-box input[type="checkbox"] {margin:0 0 0 4px!important;}
html[dir="rtl"] #atr-item .atr-value-single {margin-right:0;margin-left:5px;}
html[dir="rtl"] #atr-item .atr-value-select .atr-value-single {margin-right:0;margin-left:10px;}
html[dir="rtl"] #atr-form.atr-styled select {margin-left:10px;margin-right:0;}
html[dir="rtl"] #atr-form .atr-linked select {padding-left:2px;padding-right:8px;}
html[dir="rtl"] #atr-item .atr-name img {margin-left:5px;margin-right:0px;}/* BANNER STYLING */
.bnr-plg { display: block; margin: 20px 0; float: left; text-align: center;width:100%;border:none; }
.bnr-plg .myad {display:inline-block;max-width:100%;margin:0 auto;overflow:hidden;}
.bnr-plg#bnr-plg .myad {text-align:center;display:flex;}
.bnr-plg#bnr-plg .myad .text {margin:auto;text-align:center;line-height: 18px; font-size: 16px;}
.bnr-plg#bnr-plg.opt-adsense .myad .text {margin:0;display:inline-block;width:100%;height:auto;}
.bnr-plg#bnr-plg.is-demo .myad {border:1px solid #0d9ecc;color:#0d9ecc;}
.bnr-plg#bnr-plg.is-demo .myad .text span {display:block;}
.bnr-plg#bnr-plg.is-demo .myad .text strong {display:block;font-size:11px;line-height:15px;color:#444;}

.bnr-article_top, .bnr-home_top, .bnr-home_bottom, .bnr-search_middle, .bnr-search_top, .bnr-side_top, .bnr-search_top, .bnr-side_top, .bnr-side_middle, .bnr-side_bottom {margin: 0 0 20px 0;}
.bnr-side_top, .bnr-side_middle, .bnr-side_bottom {margin: 0 0 25px 0;}
.bnr-article_middle, .bnr-article_bottom {margin:20px 0 0 0;}

.bnr-home_top .myad, .bnr-home_bottom .myad, .bnr-search_top .myad, .bnr-search_middle .myad, .bnr-search_bottom .myad, .bnr-article_top .myad, .bnr-article_middle .myad, .bnr-article_bottom .myad {width:728px;height:90px;}
.bnr-side_top .myad, .bnr-side_middle .myad, .bnr-side_bottom .myad {width:300px;height:250px;}

.bnr-plg#bnr-plg.opt-adsense .myad {width:100%;height:auto;}
.is-demo.bnr-side_top, .is-demo.bnr-side_bottom {display:none;}


/* PAGINATION */
.blg-pagination {float:left;clear:both;width:100%;background:transparent;padding:15px 0;margin:15px 0 0 0;border-top:1px solid rgba(0,0,0,0.15);position:relative;z-index:2;text-align:center;}
.blg-pagination a {display:inline-block;float:none;margin:0 2px;text-decoration:none;background:#fff;padding:6px 3px;min-width:32px;height:32px;line-height:18px;color:#444;font-weight:normal;border-radius:4px;border:1px solid rgba(0,0,0,0.15);font-size:14px;text-align:center;}
.blg-pagination span {display:inline-block;float:none;margin:0 4px;padding:6px 3px;height:32px;line-height:18px;color:#999;font-weight:normal;font-size:14px;text-align:center;}
.blg-pagination a:hover, .blg-pagination a.blg-active {background:#333;color:#fff;}
.blg-pagination.blg-pagination-topic {box-shadow:none;padding:0;background:transparent;width:auto;margin:0 10px 15px 0;}
.blg-pagination.blg-pagination-topic a {background:rgba(0,0,0,0.05);border:none;line-height:24px;color:#333;font-weight:bold;min-width:30px;height:30px;font-size:13px;}
.blg-pagination.blg-pagination-topic span {float:left;line-height:24px;font-weight:bold;height:30px;font-size:13px;}
.blg-pagination.blg-pagination-topic a:hover, .blg-pagination.blg-pagination-topic a.blg-active {background:rgba(0,0,0,0.16);color:#111;}


/* WIDGET */
.blg-widget-outer {clear:both;display:block;margin:0 auto;width:100%;max-width:1200px;text-align:center;}
.blg-widget-inner {display:inline-block;text-align:left;clear:both;width:100%;margin:20px 0 30px 0;position:relative;}


/* List */
.blg-tp-list .blg-blog-category {display:none;}
.blg-tp-list #blg-main, .blg-tp-list #blg-body {width:100%;padding:0;}
.blg-tp-list .blg-widget a.h2 {float:left;clear:both;width:auto;border:none;padding:0;margin:0 0 10px 0;font-size:14px;font-weight:bold;line-height:16px;text-decoration:none;color:#333;}
.blg-tp-list .blg-widget a.h2:hover {text-decoration:underline;}
.blg-tp-list .blg-row {background:rgba(0,0,0,0.5);position:relative;margin:0 0 3px 0;}
.blg-tp-list .blg-row .blg-text {margin-left:30%;width:70%;padding:10px;}
.blg-tp-list .blg-text .blg-title {color:#fff;font-size:13px;line-height:16px;margin-bottom:4px;}
.blg-tp-list .blg-text .blg-title:hover {color:#fff;}
.blg-tp-list .blg-text .blg-desc {color:#fff;font-size:12px;line-height:14px;max-height:28px;overflow:hidden;}
.blg-tp-list .blg-row .blg-img {display:none;}
.blg-tp-list .blg-wg-in .blg-row .blg-img-div {display:block;}
.blg-tp-list .blg-wg-in .blg-img-div {position:absolute;left:0;top:0;width:30%;height:100%;}
.blg-tp-list .blg-wg-in .blg-img-div > div {top: 0; left: 0; display: block; position: absolute; width: 100%; height: 100%; background-position: center center; background-size: cover; background-clip: border-box; background-repeat: no-repeat;}


/* Grid */
.blg-tp-grid .blg-widget-inner #blg-body {float:left;clear:both;width:100%;padding-top:45%;position:relative;}
.blg-tp-grid .blg-widget-inner #blg-main {position:absolute;width:100%;left:0;top:0;height:100%;}
.blg-tp-grid .blg-widget a.h2 {float:left;clear:both;width:auto;border:none;padding:0 5px;margin:0 0 20px 0;font-size:18px;font-weight:normal;line-height:20px;text-decoration:none;color:#333;}
.blg-tp-grid .blg-widget a.h2:hover {text-decoration:underline;}
.blg-tp-grid .blg-widget .blg-wg-in {position:absolute;width:100%;left:0;top:30px;height:calc(100% - 30px);}
.blg-tp-grid .blg-wg-in .blg-rw .blg-row {position:absolute;left:5px;top:5px;bottom:5px;right:5px;width:auto;height:auto;overflow:hidden;}
.blg-tp-grid .blg-wg-in .blg-blog-category, .blg-tp-grid .blg-wg-in .blg-img {display:none;}
.blg-tp-grid .blg-wg-in .blg-i1 {position:absolute;left:0;width:50%;height:100%;top:0;}
.blg-tp-grid .blg-wg-in .blg-i2 {position:absolute;left:50%;width:25%;height:60%;top:0;}
.blg-tp-grid .blg-wg-in .blg-i3 {position:absolute;left:50%;width:25%;height:40%;top:60%;}
.blg-tp-grid .blg-wg-in .blg-i4 {position:absolute;left:75%;width:25%;height:40%;top:0;}
.blg-tp-grid .blg-wg-in .blg-i5 {position:absolute;left:75%;width:25%;height:60%;top:40%;}
.blg-tp-grid .blg-wg-in .blg-i6, .blg-tp-grid .blg-wg-in .blg-i7, .blg-tp-grid .blg-wg-in .blg-i8, .blg-tp-grid .blg-wg-in .blg-i9, .blg-tp-grid .blg-wg-in .blg-i10 {display:none;}
.blg-tp-grid .blg-wg-in .blg-row .blg-text {z-index:3;position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.6);color:#fff;padding:20px 12px;}
.blg-tp-grid .blg-wg-in .blg-t-big .blg-row .blg-text {padding:25px 20px;}
.blg-tp-grid .blg-wg-in .blg-text .blg-title {color:#fff;padding:0;margin:0 0 8px 0;float:left;clear:both;width:100%;font-size:20px;font-weight:normal;color:#fff;line-height:24px;height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.blg-tp-grid .blg-wg-in .blg-text .blg-title:hover {text-decoration:none;color:#fff;}
.blg-tp-grid .blg-wg-in .blg-t-big .blg-text .blg-title {font-size:25px;line-height:30px;height:30px;margin-bottom:10px;}
.blg-tp-grid .blg-wg-in .blg-text .blg-desc {padding:0;float:left;clear:both;width:100%;font-size:14px;font-weight:lighter;color:#fff;line-height:18px;height:auto;max-height:36px;overflow:hidden;text-overflow:ellipsis;}
.blg-tp-grid .blg-wg-in .blg-t-big .blg-text .blg-desc {max-height:40px;line-height:20px;font-size:15px;}
.blg-tp-grid .blg-wg-in .blg-cta-wrap {z-index:2;display:block;position:absolute;left:0;height:80px;bottom:30px;width:34%;}
.blg-tp-grid .blg-wg-in .blg-row .blg-img-div {display:block;}
.blg-tp-grid .blg-wg-in .blg-img-div {position:absolute;left:0;top:0;width:100%;height:100%;}
.blg-tp-grid .blg-wg-in .blg-img-div > div {top: 0; left: 0; display: block; position: absolute; width: 100%; height: 100%; background-position: center center; background-size: cover; background-clip: border-box; background-repeat: no-repeat;}
.blg-tp-grid .blg-wg-in .blg-t-big .blg-img-div:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.25);z-index:1;}
.blg-tp-grid .blg-wg-in .blg-card-link {display:block;position:absolute;top:0;left:0;z-index:5;width:100%;height:100%;}


/* NEW ARTICLE */
.blg-publish h1 {float:left;clear:both;width:100%;margin:0 0 25px 0;color:#333;font-size:30px;line-height:34px;}
.blg-publish .blg-row label {font-size:14px;font-weight:bold;float:left;clear:both;width:auto;margin:4px 0 4px 0;color:#333;}
.blg-publish .blg-row {margin:0 0 20px 0;}
.blg-publish .blg-explain {margin:5px 0;float:left;clear:both;width:100%;font-size:12px;color:#999;font-style:italic;}
.blg-publish .blg-row select, .blg-publish .blg-row .select-box, .blg-publish .blg-row input[type="text"], .blg-publish .blg-row textarea {float:left;clear:both;width:100%;border-radius:2px;background:#fff;border:1px solid #ccc;box-shadow:none;padding:6px 8px;line-height:18px;font-size:13px;}
.blg-publish .blg-row select:hover, .blg-publish .blg-row .select-box:hover,.blg-publish .blg-row select:active, .blg-publish .blg-row .select-box:active, .blg-publish .blg-row input[type="text"]:hover, .blg-publish .blg-row textarea:hover, .blg-publish .blg-row input[type="text"]:active, .blg-publish .blg-row textarea:active {border-color:#aaa;}
.blg-publish .blg-row input[type="text"] {width:40%;}
.blg-publish .blg-row input#s_title {width:75%;}
.blg-publish .blg-row select, .blg-publish .blg-row .select-box {width:40%;}
.blg-publish .blg-row .select-box {padding:0;}
.blg-publish .blg-row .select-box .select-box-icon {top:4px;height:22px;}
.blg-publish .blg-row .select-box select {width:100%;}
.blg-publish .blg-row textarea#s_subtitle, .blg-publish .blg-row textarea#s_seo_description {height:50px;min-height:50px;max-width:100%;min-width:100%;}
.blg-publish .mce-menubtn button, .blg-publish .mce-btn button {box-shadow:none;}
.blg-publish .blg-seo-row {background:#eff3f3;padding:20px 20px 0 20px;}
.blg-publish .blg-img-preview {width:auto;height:auto;float:left;border:1px solid #ddd;border-radius:3px;padding:0px;background:#fff;clear:both;margin-bottom:8px;}
.blg-publish .blg-img-preview img {display:block;max-width:360px;max-height:360px;width:auto;height:auto;margin:0;border-radius:2px;}


.blg-att {clear:both;display:inline-block;width: 30%; float:left; margin: 0 0 5px 0; position: relative;}
.blg-att label.file-label {margin-top:1px;margin-bottom:0px;float: none;display:inline-block; width: auto; cursor: pointer; padding: 7px 8px; background: #00BCD4;color:#fff;border-radius:3px; position: relative; z-index: 2;text-align:left;}
.blg-att label.file-label:hover .wrap span {text-decoration:underline;}
.blg-att .wrap {float:none;width: auto; cursor: pointer; padding: 5px 5px 5px 2px; position: relative; z-index: 2;}
.blg-att .wrap span {font-size: 13px; cursor: pointer; line-height: 16px; font-weight: 600;}
.blg-att .wrap i {display:inline-block; cursor: pointer; font-size: 16px; line-height: 16px;width: 14px; vertical-align: -1px; text-align: left;}
.blg-att input[type="file"] {cursor: pointer; opacity: 0; padding: 5px; position: absolute; top: 0; left: 0; z-index: 0; background: transparent;}
.blg-att .file-text {display:inline-block; width: 100%; clear: both; margin: 1px 0; font-size: 12px; color: #999; line-height: 13px;}


/* NEW COMMENT */
.blg-new-comment {float:left;clear:both;width:100%;background:#f0f2f5;padding:20px 20px 20px 20px;margin:10px 0;border-radius:6px;}
.blg-new-comment h3 {float:left;clear:both;width:100%;font-size:16px;line-height:18px;font-weight:bold;color:#333;margin:0 0 10px 0;}
.blg-new-comment .blg-row {margin:0 0 15px 0;}
.blg-new-comment .blg-row.blg-not-logged {margin:0;}
.blg-new-comment .blg-row label {font-size:14px;font-weight:bold;float:left;clear:both;width:auto;margin:4px 0 4px 0;color:#333;}
.blg-new-comment .blg-row input, .blg-new-comment .blg-row textarea {float:left;clear:both;width:100%;border-radius:4px;background:#fff;border:1px solid #ccc;box-shadow:none;padding:8px;line-height:18px;font-size:13px;}
.blg-new-comment .blg-row input:hover, .blg-new-comment .blg-row textarea:hover, .blg-new-comment .blg-row input:active, .blg-new-comment .blg-row textarea:active {border-color:#aaa;}
.blg-new-comment .blg-row input {width:40%;}
.blg-new-comment .blg-row textarea {height:106px;max-width:100%;}


/* BUTTONS */
.blg-btn {outline:none;border:1px solid;float:left;clear:both;width:auto;height:auto;line-height:18px;font-size:14px;padding:10px 15px;border-radius:4px;text-decoration:none;font-weight:bold;text-align:center;box-shadow:none;text-shadow:none;}
.blg-btn:hover {text-decoration:none;}
.blg-btn i {font-size: 18px; line-height: 18px; height: 18px; display: inline; vertical-align: -1px; margin-right: 1px;}
.blg-btn.blg-btn-primary {background:#464feb;border-color:#464feb;color:#fff!important;}
.blg-btn.blg-btn-primary:hover {background:#3e45c9;border-color:#3e45c9;}
.blg-btn.blg-btn-secondary {background:transparent;border-color:#464feb;color:#464feb!important;}
.blg-btn.blg-btn-secondary:hover {background:#464feb;border-color:#464feb;color:#fff!important;}


/* CATEGORY RESULTS */
.blg-category-result h1 {float:left;clear:both;width:100%;margin:0 0 25px 0;color:#333;font-size:30px;line-height:34px;}
.blg-category-result h2 {float:left;clear:both;width:100%;margin:0 0 22px 0;color:#444;font-size:20px;font-weight:500;line-height:22px;}
.blg-category-result > .blg-row {margin:0 0 20px 0;}


/* AUTHOR RESULTS */
.blg-author-result h1 {float:left;clear:both;width:100%;margin:0 0 25px 0;color:#333;font-size:30px;line-height:34px;}
.blg-author-result > .blg-row {margin:0 0 20px 0;}


/* SEARCH RESULTS */
.blg-search-result h1 {float:left;clear:both;width:100%;margin:0 0 25px 0;color:#333;font-size:30px;line-height:34px;}
.blg-search-result > .blg-row {margin:0 0 20px 0;}


/* BLOG COMMENTS */
.blg-comments {float:left;clear:both;width:100%;margin:30px 0 20px 0;font-size:14px;line-height:18px;color:#333;}
.blg-content .blg-comments h2 {margin-bottom:12px;}
.blg-comments .blg-row {border-bottom:1px solid #e0e0e0;padding:25px 0 25px 60px;position:relative;}
.blg-comments .blg-row.blg-empty {padding:0;border:none!important;}
.blg-comments .blg-row {border-bottom:1px solid #e0e0e0;}
.blg-comments .blg-row:last-child {border-bottom:none;}
.blg-comments .blg-row.blg-comment-first {border-top:1px solid #e0e0e0;}
.blg-comment-img {position:absolute;top:22px;left:0;width:40px;height:40px;overflow:hidden;border-radius:20px;overflow:hidden;box-shadow:1px 1px 5px rgba(0,0,0,0.15);background:#fff;}
.blg-comment-img img {position: absolute; display: block; width: auto; height: auto; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.blg-comment-text, .blg-comment-top, .blg-comment-bot {float:left;clear:both;width:100%;}
.blg-comment-top {color:#888;margin-bottom:6px;}
.blg-comment-top .blg-comment-user {font-weight:bold;color:#000;}
.blg-comment-top .blg-comment-user a {color:#000;text-decoration:underline;}
.blg-comment-top .blg-comment-user a:hover {color:#000;text-decoration:none;}
.blg-comment-bot {color:#777;font-size:15px;line-height:20px;}


/* SINGLE POST */
.blg-content {color:#333;font-size:14px;font-weight:500;line-height:22px;}
.blg-content h1 {float:left;clear:both;width:100%;margin:0 0 25px 0;color:#333;font-size:40px;line-height:44px;}
.blg-content h2 {float:left;clear:both;width:100%;margin:0 0 22px 0;color:#444;font-size:20px;font-weight:500;line-height:28px;}
.blg-content h3 {float:left;clear:both;width:100%;margin:0 0 10px 0;color:#333;font-size:16px;font-weight:600;line-height:22px;}
.blg-content .blg-details {font-style:italic;float:left;clear:both;width:100%;margin:0 0 20px 0;color:#777;font-size:14px;font-weight:500;line-height:20px;}
.blg-content .blg-details > div {display:inline-block;}
.blg-content .blg-details > div:after {content:", ";}
.blg-content .blg-details > div:last-child:after, .blg-content .blg-details .blg-detail-cat:after {display:none;}
.blg-content .blg-details .blg-detail-cat {background: #888;font-style:normal; color: #fff; padding: 3px 6px; font-size: 12px; line-height: 14px; font-weight: bold; border-radius: 6px; margin: -1px 8px -1px 0; float: left;}

.blg-content .blg-primary-img img {float:left;width:auto;height:auto;max-width:55%;margin:0 25px 25px 0;border-radius:8px;}
.blg-content .blg-primary-img img:hover {transition:0.1s;cursor:pointer;opacity:0.8;}
.blg-content p {display:block;margin:0 0 20px 0;float:left;clear:both;}
.blg-empty {color:#999;font-style:italic;}
.blg-blog-category, .blg-detail-entry.blg-detail-cat {height: 24px;}
.blg-content-text {display:block;float:left;width:100%;}
.blg-is-premium {float:left;clear:both;width:100%;}
.blg-is-premium .osp-restrict-category-wrap {padding:20px 0;}
.blg-premium-cover {position: absolute; bottom: 0; left: -20%; width: 140%; right: -20%; height: 10px; z-index: 9999; background: rgba(255,255,255,0.8); box-shadow: 0 0 50px 20px rgba(255,255,255,0.85);}
.blg-theme-veronika .blg-premium-cover {background: rgba(249, 248, 248, 0.8); box-shadow: 0 0 50px 20px rgba(249, 248, 248, 0.8);}
.blg-theme-stela .blg-premium-cover {background: rgba(240, 243, 247, 0.8); box-shadow: 0 0 50px 20px rgba(240, 243, 247, 0.8);}

.blg-content ul {list-style-type: disc; padding-left: 20px;}
.blg-content ol {list-style-type: decimal; padding-left: 17px;}


/* SIDEBAR */
.blg-side-block {float:left;clear:both;width:100%;margin:0 0 25px 0;}
.blg-side-header {float:left;clear:both;font-size:15px;color:#000;text-transform:uppercase;font-weight:600;margin:0 0 10px 0;line-height:18px;}
.blg-categories .blg-row {margin:0 0 10px 0;position:relative;padding:1px 0px 1px 8px;border-left:4px solid #eee;}
.blg-categories a.blg-cat-title {float:left;clear:both;width:auto;font-size:14px;text-decoration:none;color:#000;line-height:16px;font-weight:bold;margin:0 0 2px 0;}
.blg-categories a.blg-cat-title:hover {text-decoration:underline;color:#000;}
.blg-categories .blg-cat-desc {float:left;clear:both;width:100%;color:#888;font-size:12px;line-height:24px;max-height:28px;overflow:hidden;}

.blg-add-post .blg-btn {font-size:15px;padding:15px 5px;width:100%;}
.blg-edit-post .blg-btn {font-size:15px;padding:15px 5px;width:100%;}

.blg-search form {float:left;width:100%;clear:both;position:relative;}
.blg-search input#blgSearch {float:left;width:100%;clear:both;height:36px;font-size:15px;line-height:36px;margin:0;padding:0 8px;border:1px solid #ccc;border-radius:4px;background:#fff;box-shadow:none;color:#333;}
.blg-search input#blgSearch:hover, .blg-search input.blgSearch:active, .blg-search input.blgSearch:focus {border-color:#aaa;}
.blg-search button {outline:0;position:absolute;border:none;background:none;color:#555!important;font-size:18px;text-align:center;padding:0;box-shadow:none;text-align:center;line-height:34px;width:34px;height:34px;top:1px;right:1px;border-radius:2px;}
.blg-search button:hover, .blg-search button:active, .blg-search button:focus {color:#464feb!important;}


.blg-about-author {padding:0px;background:#fff;border:1px solid #e0e0e0;border-radius:5px;text-align:center;}
.blg-about-author .blg-author-img {float:left;clear:both;width:100%;margin:0 0 20px 0;padding:20px 20px 0 20px;text-align:center;}
.blg-about-author .blg-author-img img {margin:auto;display:block;width:auto;height:auto;max-width:76px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.25);}
.blg-about-author .blg-author-name {float:left;clear:both;width:100%;margin:0 0 15px 0;padding:0 15px;}
.blg-about-author .blg-author-name a {font-size:18px;font-weight:bold;text-decoration:none;line-height:22px;color:#464feb;}
.blg-about-author .blg-author-name a:hover {text-decoration:underline;color:cf2528;}
.blg-about-author .blg-author-about {float:left;clear:both;width:100%;font-size:14px;line-height:18px;color:#777;margin:0 0 12px 0;padding:0 15px;}
.blg-about-author .blg-author-skills {float:left;clear:both;width:100%;font-size:14px;text-transform:uppercase;font-weight:600;color:#333;line-height:16px;margin:0 0 10px 0;padding:0 10px;}
.blg-about-author .blg-author-footer {float:left;clear:both;width:100%;margin-top:15px;background:rgba(0,0,0,0.05);border-top:1px solid #e0e0e0;}
.blg-about-author .blg-author-footer > div {float:left;width:50%;position:relative;padding:12px 5px;}
.blg-about-author .blg-author-footer > div .blg-lab {float:left;clear:both;width:100%;margin-bottom:8px;font-size:12px;line-height:14px;color:#666;}
.blg-about-author .blg-author-footer > div .blg-val {float:left;clear:both;width:100%;font-size:16px;line-height:18px;color:#333;font-weight:bold;letter-spacing:-0.6px;}
.blg-about-author .blg-author-footer > div:after {content:"";position:absolute;right:0;top:10px;bottom:10px;width:1px;background:rgba(0,0,0,0.1);}
.blg-about-author .blg-author-footer > div:last-child:after {display:none;}

.blg-popular .blg-row {margin:0 0 10px 0;font-size:14px;line-height:18px;}
.blg-popular .blg-popular-title {text-decoration:none;color:#464feb;}
.blg-popular .blg-popular-title:hover {text-decoration:underline;color:#464feb;}
.blg-popular .blg-popular-count {color:#aaa;font-size:12px;margin-left:3px;}

.blg-latest-comments .blg-row * {display:inline;font-size:14px;line-height:18px;}
.blg-latest-comments .blg-comment-entry {float:left;clear:both;width:100%;margin:0 0 10px 0;}
.blg-latest-comments .blg-row a {color:#464feb;text-decoration:none;font-weight:600;}
.blg-latest-comments .blg-row a:hover {color:#464feb;text-decoration:underline;}
.blg-latest-comments .blg-row .blog-comment-text {color:#888;font-weight:500;}

.blg-authors .blog-authors-wrap {float:left;clear:both;width:100%;}
.blg-authors .blg-row {margin:0 0 5px 0;padding:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-wrap: break-word; word-break: break-all;}
!.blg-authors .blg-row:last-child {margin-bottom:5px;}
.blg-authors .author-img {float: left; width: 40px; height: 40px; border-radius: 20px; overflow: hidden; margin: 0 10px 0 0; position: relative; background: #fff;box-shadow:1px 1px 5px rgba(0,0,0,0.15);}
.blg-authors .author-img img {position: absolute; display: block; width: auto; height: auto; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.blg-authors .author-name {float:left;color:#111;text-decoration:none;font-size:14px;font-weight:600;line-height:16px;margin:4px 0;}
.blg-authors .author-name strong {color:#111;font-size:14px;float:left;clear:both;}
.blg-authors .author-name em {font-style:normal;color:#888;font-size:12px;float:left;clear:both;font-weight:500;}
.blg-authors a:hover .author-name strong {color:#111;text-decoration:underline;}


/* MAIN PAGE */
#blg-main {float:left;width:75%;padding:0 20px 0 0;display:block;min-height:1px;}
#blg-side {float:left;width:25%;}
.blg-menu a {float:left;width:auto;padding:10px 15px;line-height:16px;font-size:14px;font-weight:500;}
.blg-latest {float:left;clear:both;width:100%;}
.blg-latest .blg-row {margin:0 0 20px 0;}
.blg-row {float:left;clear:both;width:100%;}
.blg-row .blg-img {float:left;width:25%;}
.blg-card-link {display:none;}
.blg-row .blg-img-div {display:none;}
.blg-row .blg-img .blg-img-wrap {border-radius:6px;float:left;width:100%;padding:66% 0 0 0;position:relative;overflow:hidden;}
.blg-row .blg-text {float:left;width:75%;padding:10px 0 10px 20px;line-height:20px;font-size:14px;}
.blg-row .blg-img img {min-height: 100%; min-width: 100%; width: auto; height: auto; max-width: 150%; max-height: 150%; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.blg-row.blg-first {margin-bottom:35px;}
.blg-row.blg-first .blg-img {float:left;width:50%;}
.blg-row.blg-first .blg-text {float:left;width:50%;padding:15px 0 15px 30px;}
.blg-text .blg-title, .blg-title {float:left;width:auto;font-size:17px;font-weight:600;color:#111;text-decoration:none;padding:0;max-height:40px;line-height:20px;overflow:hidden;margin:0 0 5px 0;}
.blg-text .blg-title:hover, .blg-title:hover {color:#111;text-decoration:underline;}
.blg-text .blg-title > strong, .blg-title > strong {text-decoration:underline;color:#464feb;}
.blg-title.blg-title-mobile {display:none;}
.blg-text .blg-desc {float:left;width:100%;clear:both;color:#666;font-weight:500;max-height:40px;font-size:15px;line-height:20px;overflow:hidden;}
.blg-text .blg-desc > strong {color:#464feb;text-decoration:underline;}
.blg-first .blg-text .blg-title, .blg-first .blg-title {font-size:20px;line-height:24px;max-height:72px;margin-bottom:10px;}
.blg-first .blg-text .blg-desc {max-height:100px;}
.blg-comments-count {display:inline;color:#bbb;margin-left:5px;}
.blg-comments-count i {font-size:14px;}
.blg-comments-count span {font-size:12px;margin-left:2px;}
.blg-blog-category {float: left; clear: both; color: #fff; font-weight: 600; font-size: 12px; line-height: 14px; padding: 3px 6px; margin-top: 8px; background: #888; border-radius: 6px;}
.blg-blog-category-alt {display:none;}


#blg-body {display: inline-block; clear: both; width: 100%; padding: 20px 0;}
#blg-body, #blg-body * {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}


/* RESPONSIVE LAYOUT */
@media screen and (max-width: 1200px) {
  #blg-body {padding-left:20px;padding-right:20px;}
  .blg-tp-grid .blg-wg-in .blg-row .blg-text {padding:15px 10px;}
  .blg-tp-grid .blg-wg-in .blg-text .blg-title {font-size:18px;line-height:22px;height:22px;margin-bottom:5px;}
  .blg-tp-grid .blg-wg-in .blg-text .blg-desc {font-size:13px;line-height:16px;max-height:32px;}
  .blg-tp-grid .blg-wg-in .blg-t-big .blg-row .blg-text {padding:20px 15px;}
  .blg-tp-grid .blg-wg-in .blg-t-big .blg-text .blg-title {font-size: 22px; line-height: 26px; height: 26px;margin-bottom:8px;}
  .blg-tp-grid .blg-wg-in .blg-text .blg-desc {max-height:36px;line-height:18px;font-size:14px;}
}

@media screen and (max-width: 1024px) {
  .blg-tp-grid .blg-wg-in .blg-row .blg-text {padding:12px 9px;}
  .blg-tp-grid .blg-wg-in .blg-t-big .blg-row .blg-text {padding:15px 12px;}

}


@media screen and (max-width: 767px) {
  #blg-body {padding-left:15px;padding-right:15px;}
  #blg-main, #blg-side {width:100%;clear:both;padding:0;}
  #blg-main {margin-bottom:20px;}
  .blg-title {display:none;}
  .blg-title.blg-title-mobile {display:block;width:100%;clear:both;line-height:20px;max-height:40px;margin:0 0 10px 0;}
  .blg-row .blg-text {padding:0 0 0 10px;font-size:13px;line-height:18px;}
  .blg-text .blg-desc {max-height:54px;}
  .blg-row.blg-first .blg-text {padding:0 0 0 15px;}
  .blg-latest .blg-row {margin-bottom:30px;}
  .blg-first .blg-title {font-size: 24px; line-height: 28px; max-height: 84px; margin-bottom: 12px;}
  .blg-content .blg-primary-img img {width:100%;margin:0 12px 10px 0;}

  .blg-tp-grid .blg-widget-inner #blg-body {padding-top:60%;}
  .blg-tp-grid .blg-wg-in .blg-i4, .blg-tp-grid .blg-wg-in .blg-i5 {display:none;}
  .blg-tp-grid .blg-wg-in .blg-i2, .blg-tp-grid .blg-wg-in .blg-i3 {height:50%;width:40%;left:60%;}
  .blg-tp-grid .blg-wg-in .blg-i1 {width:60%;}
  .blg-tp-grid .blg-wg-in .blg-i3 {top:50%;}
  .blg-wg-in .blg-title {display:block;}
  .blg-wg-in .blg-title.blg-title-mobile {display:none;}
  
}

@media screen and (max-width: 490px) {
  .blg-row .blg-img {width:30%;}
  .blg-row .blg-text {width:70%;}
  .blg-row.blg-first .blg-img {width:100%;margin:0 0 15px 0;}
  .blg-row.blg-first .blg-text {width:100%;padding:0;max-height:90px;}
  .blg-blog-category {display:none;}

  .blg-tp-grid .blg-wg-in .blg-i1 {width:55%;}
  .blg-tp-grid .blg-wg-in .blg-i2 {width:45%;left:55%;height:100%;}
  .blg-tp-grid .blg-wg-in .blg-i3 {display:none;}

}
a.fl-button {display:inline-block;clear:both;width:auto;margin:15px 0;height:36px;width:auto;line-height:36px;padding:0 12px 0 48px;font-size:13px;font-weight:600;color:#fff;text-decoration:none;border-radius:4px;position:relative;background:#4267b2;}
a.fl-button img {position:absolute;width:36px;height:36px;top:0px;left:0px;background:rgba(0,0,0,0.15);border-top-left-radius:4px;border-bottom-left-radius:4px;border-right:1px solid rgba(0,0,0,0.02);}
a.fl-button:hover {background:#42609e;color:#fff;text-decoration:none;}#faq-body, #faq-body * {margin-left:auto;margin-right:auto;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
#faq-category-block, #faq-link-block, #faq-search-block, #faq-post-block, .faq-item-footer {display:inline-block;width:100%;margin:0;}
u.faq-highlight {background-color:#ffe787;text-decoration:none;}

h1 {font-size: 32px; line-height: 36px; font-weight: bold;}
h2 {font-size: 22px; line-height: 26px; font-weight: bolder;}
#faq-body h1 {text-align:center;margin:35px 0;font-weight:bold;}
#faq-body h2 {margin:15px 0;display: inline-block; width: 100%; max-width: 760px; text-align: left;}
#faq-body.faq-theme-sigma h1 {font-weight:normal;}
.faq-home-empty {display:inline-block;width:100%;text-align:center;font-size:16px;line-height:20px;padding:100px 20px;}

#faq-search-block {margin:0 0 30px 0;}
#faq-search-block .faq-search-form {display:inline-block;width:100%;margin:0;padding:20px 20px;text-align:center;}
#faq-search-block .faq-search-inside {display:inline-block;width:100%;position:relative;max-width:540px;}
#faq-search-block .faq-search-inside > div.has-placeholder {display:inline-block;width:100%;position:relative;}
#faq-search-block .faq-search-inside > div.has-placeholder label {line-height:48px;text-align:left;}
#faq-search-block input[name="pattern"] {margin:0;outline:none;background-color: #ffffff; border: none; border-radius: 6px; box-shadow: 0 1px 2px 0 rgb(0,0,0,0.3), 0 1px 3px 1px rgb(0,0,0,0.15);color: #222; display: block; font-size: 16px; height: 48px; padding: 10px 15px; width: 100%;-webkit-appearance: none;}
#faq-search-block button[type="submit"], #faq-search-block div.button {box-shadow:none;position:absolute;background:none!important;border:none!important;padding:8px!important;width:44px;height:44px;margin:0!important;top:2px;right:2px;border-radius:4px;}
#faq-search-block button[type="submit"] svg, #faq-search-block div.button svg {width:28px;height:28px;}
#faq-search-block div.button > span {margin:0;padding:0;text-indent:-9999px;overflow:hidden;color:transparent;font-size:1px;}
#faq-search-block div.button > span > button {opacity:1!important;cursor:pointer;z-index:9;top: 0px; right: 0px;display:block;background:#fff;border-radius:4px;}

#faq-category-block {text-align:center;margin:0 0 20px 0;}
#faq-category-block .faq-category-inside {display:inline-block;width:100%;max-width:760px;text-align:left;}
#faq-category-block .faq-category {float:left;transition:0.1s;display:inline-block;width:240px;padding:25px 20px;height:260px;border-radius:10px;background:#ffffff;border: 1px solid #dcdef2;text-align:center;margin:0 20px 20px 0px;}
#faq-category-block .faq-category:nth-child(3n+3) {margin-right:0;}
#faq-category-block .faq-category:hover {background-color:#464feb1f;}
#faq-category-block .faq-category img {max-width:96px;max-height:96px;width:auto;height:auto;margin:0 0 20px 0;display:inline-block;}
#faq-category-block .faq-category strong {text-align:left;font-size:18px;font-weight:bold;line-height:22px;color:#000;margin:0 0 5px 0;display:inline-block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#faq-category-block .faq-category span {text-align:left;font-size:15px;height:60px;overflow:hidden;line-height:20px;color:#666;display:inline-block;width:100%;}

#faq-post-block {text-align:center;margin:0 0 15px 0;}
#faq-post-block .faq-post-inside {text-align:left;display:inline-block;width:100%;max-width:760px;background:#fff;border-radius:8px;}
#faq-post-block .faq-row {display:inline-block;width:100%;border:1px solid #dcdef2;color:#222;position:relative;border-bottom:none;}
#faq-post-block .faq-row:first-child, #faq-post-block .faq-row:first-child .faq-top {;border-top-left-radius:8px;border-top-right-radius:8px;}
#faq-post-block .faq-row:last-child {border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
#faq-post-block .faq-row:not(.faq-expanded):last-child .faq-top {border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-bottom:1px solid #dcdef2;}
#faq-post-block .faq-row.faq-expanded:last-child .faq-bottom {border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-bottom:1px solid #dcdef2;}
#faq-post-block .faq-row .faq-top {display:inline-block;width:100%;line-height:20px;font-size:16px;font-weight:bolder;color:#222;text-decoration:none;transition:0.1s;padding:16px 62px 16px 16px;}
#faq-post-block .faq-row:not(.faq-expanded) .faq-top:hover {background:#464feb1f;text-decoration:none;color:#171717;}
#faq-post-block .faq-collapse-icon {position:absolute;right:6px;top:6px;width:40px;height:40px;padding:9px;}
#faq-post-block .faq-collapse-icon svg {width:22px;height:22px;fill:#171717;display:block;}
#faq-post-block .faq-collapse-icon svg.faq-up {display:none;}
#faq-post-block .faq-row.faq-expanded .faq-collapse-icon svg.faq-up {display:block;} 
#faq-post-block .faq-row.faq-expanded .faq-collapse-icon svg.faq-down {display:none;} 
#faq-post-block .faq-row .faq-bottom {display:inline-block;width:100%;line-height:26px;font-size:15px;padding:16px;background:#ffffff;}
#faq-post-block .faq-row .faq-bottom .faq-description img {max-width:100%;width:auto;height:auto;}
#faq-post-block .faq-item-footer {padding:15px 0 3px 0;margin:16px 0 0 0;border-top:1px solid #dcdef2;text-align:right;font-size:14px;color:#171717;}
#faq-post-block .faq-helpful {float:right;line-height:24px}
#faq-post-block .faq-helpful > span {float:left;margin-right:14px;}
#faq-post-block .faq-helpful > a {float:left;margin-right:14px;color:#171717;font-weight:bolder;transition:0.2s;text-decoration:none;}
#faq-post-block .faq-helpful.faq-disabled > a {opacity:0.5;text-decoration:none;}
#faq-post-block .faq-helpful:not(.faq-disabled) > a:not(.faq-voting-disabled):hover {color:#333;text-decoration:underline;}
#faq-post-block .faq-helpful > a.faq-active {color:#111;}
#faq-post-block .faq-helpful > a.faq-negative {margin-right:0;}
#faq-post-block .faq-helpful > a svg {float:left;width:20px;height:20px;fill:#171717;transition:0.2s;}
#faq-post-block .faq-helpful > a.faq-positive svg {margin:0px 4px 4px 0;}
#faq-post-block .faq-helpful > a.faq-negative svg {margin:3px 4px 1px 0;}
#faq-post-block .faq-helpful > a.faq-active svg {fill:#464feb;}
#faq-post-block .faq-description ul {list-style: disc; padding-left: 17px;}
#faq-post-block .faq-description p {margin-bottom:8px;}
#faq-link-block {text-align:center;margin:0 0 20px 0;}
#faq-link-block .faq-link-inside {display:inline-block;width:100%;position:relative;max-width:760px;text-align:left;}
#faq-link-block .faq-link-inside a {font-size:14px;line-height:18px;}

#faq-post-block .faq-post-empty {display:inline-block;width:100%;font-size:16px;padding:10px 0;line-height:20px;}
#faq-body .faq-category-header {text-align:center;}
#faq-body .faq-category-header h1 {display: inline-block; width: 100%; max-width: 760px; text-align: left;margin-bottom:10px;}
#faq-body .faq-category-header h2 {margin:0 0 20px 0;}
#faq-body.faq-search, #faq-body.faq-category {min-height:480px;}

#faq-body.faq-theme-alpha #faq-post-block .faq-bottom, #faq-body.faq-theme-beta #faq-post-block .faq-bottom, #faq-body.faq-theme-gamma #faq-post-block .faq-bottom {background:#fff;}
#faq-body a.faq-link-back {font-weight: 600;text-decoration: none;display:inline-block;clear:both;margin:15px 0;}

#faq-body.faq-theme-careerjob, #faq-body.faq-theme-elena, #faq-body.faq-theme-patricia, #faq-body.faq-theme-sofia, #faq-body.faq-theme-starter, #faq-body.faq-theme-stela, #faq-body.faq-theme-tatiana, #faq-body.faq-theme-zara, #faq-body.faq-theme-veronika {padding-top:30px;padding-bottom:30px;}
#faq-body.faq-theme-careerjob h1, #faq-body.faq-theme-elena h1, #faq-body.faq-theme-patricia h1, #faq-body.faq-theme-sofia h1, #faq-body.faq-theme-starter h1, #faq-body.faq-theme-stela h1, #faq-body.faq-theme-tatiana h1, #faq-body.faq-theme-zara h1, #faq-body.faq-theme-veronika h1 {font-size: 32px; line-height: 36px;}
#faq-body.faq-theme-careerjob h2, #faq-body.faq-theme-elena h2, #faq-body.faq-theme-patricia h2, #faq-body.faq-theme-sofia h2, #faq-body.faq-theme-starter h2, #faq-body.faq-theme-stela h2, #faq-body.faq-theme-tatiana h2, #faq-body.faq-theme-zara h2, #faq-body.faq-theme-veronika h2 {font-size: 24px; line-height: 28px;}

@media screen and (max-width: 767px) {
  #faq-search-block .faq-search-form {background-size: 110%;padding:80px 15px;}
  #faq-category-block .faq-category {width:calc(33.33% - 8px);margin:0 12px 12px 0;height:250px;padding-bottom:10px;}
  #faq-category-block .faq-category:nth-child(3n+3) {margin-right:0;}
  #faq-category-block {margin-bottom:0px;}
  #faq-search-block, #faq-post-block {margin-bottom:10px;}
}

@media screen and (max-width: 490px) {
  #faq-category-block .faq-category {width: calc(50% - 6px);background-size: 120%;}
  #faq-category-block .faq-category:nth-child(3n+3) {margin-right:12px;}
  #faq-category-block .faq-category:nth-child(2n+2) {margin-right:0;}
  #faq-search-block .faq-search-form {padding:60px 10px;}
}

@media screen and (max-width: 360px) {
  #faq-category-block .faq-category {padding:12px;height: 202px;}
  #faq-category-block .faq-category img {max-width:80px;max-height:80px;margin-bottom:10px;}
  #faq-search-block .faq-search-form {padding:35px 10px;}
}

/* MOST FAVORITED LISTINGS */
#fi_list_items.fi_user_menu.fi_most_favorited .fi_item {float:left;clear:none;width:18%;margin:0 1% 20px 1%;}


/* USER MENU FAVORITED LISTINGS */
#fi_list_items.fi_user_menu {width:102%;margin-left:-1%;margin-right:-1%;}
#fi_list_items.fi_user_menu h2 {width:98%;margin-left:1%;margin-right:1%;}
#fi_list_items.fi_user_menu h2 a {float:left!important;}
#fi_list_items.fi_user_menu .fi_item {float:left;clear:none;width:23%;margin:0 1% 20px 1%;}
#fi_list_items.fi_user_menu .fi_left {width:100%;clear:both;margin-bottom:15px;text-align:center;}
#fi_list_items.fi_user_menu .fi_right {height:60px;padding:0;width:100%;clear:both;margin-bottom:8px;text-align:center;}
#fi_list_items.fi_user_menu .fi_right a {float:left;width:100%;text-align:center;font-size:15px;line-height:20px;display:block;font-weight:500;height:20px;padding-left:8px;padding-right:8px;}
#fi_list_items.fi_user_menu .fi_bottom {font-size:13px;margin-top:5px;}
#fi_list_items.fi_user_menu .fi_tool {position:static!important;width:100%;clear:both;text-align:center;}
#fi_list_items.fi_user_menu .fi_tool span {position:relative;margin:0;padding:0;top:auto;left:auto;color:#FF5722;color:rgba(255, 87, 34, 0.47);font-size:22px;line-height:22px;height:auto;}
#fi_list_items.fi_user_menu .fi_tool span:hover {background: #f2f4f8;color: #464feb;}
#fi_list_items.fi_user_menu .fi_empty {width:98%;margin-left:1%;margin-right:1%;}
.fi_user_menu_wrap h2 {float:left;width:100%;clear:both;}


/* USER ADD NEW FAVORITE LIST */
#fi_user_new_list {float:left;clear:both;width:100%;margin: 10px 0 20px 0;font-family: "Open Sans",sans-serif;font-size:13px;line-height:16px;padding:7px;background:#f8f8f8;border:1px solid #f8f8f8;}
#fi_user_new_list.edit_now {border-color:#FF5722;}
#fi_user_new_list .fi_new_name {float:left;width:30%;padding:6px;border:1px solid #ccc;background:#fff;}
#fi_user_new_list .fi_check {float:left;width:auto;margin:0 30px 0 0;padding:5px;}
#fi_user_new_list .fi_check.first {margin-right:10px;margin-left:10px;}
#fi_user_new_list .fi_check label {float:left;font-size:12px;margin-left:3px;margin-top:1px;cursor:pointer;}
#fi_user_new_list .fi_check .fi_checkbox {float:left;}
#fi_user_new_list .button, #fi_user_new_list .btn {float:left;width:auto;padding:6px 15px 5px 15px;height:32px;line-height:20px;font-size:12px;clear:none;}


/* USER FAVORITE LIST */
#fi_user_lists {float:left;clear:both;width:100%;margin:5px 0 20px 0;font-family: "Open Sans",sans-serif;font-size:13px;line-height:16px;}
#fi_user_lists .fi_list {float:left;clear:both;width:100%;margin:1px 0;padding:8px;background:#f8f8f8;}
#fi_user_lists .fi_list.fi_head {background:#FF5722;font-weight:bold;text-transform:uppercase;color:#fff;border-bottom:2px solid rgba(0, 0, 0, 0.1);margin-bottom:1px;}
#fi_user_lists .fi_list.fi_head .fi_count, #fi_user_lists .fi_list.fi_head .fi_user_list_remove {color:#fff;}
#fi_user_lists .fi_name {float:left;width:48%;}
#fi_user_lists .fi_name a {color:#333;font-weight:bold;text-decoration:none;}
#fi_user_lists .fi_name a:hover {color:#FF5722;}
#fi_user_lists .fi_current {float:left;width:13%;text-align:center;}
#fi_user_lists .fi_current .fa-check {color:#ccc;}
#fi_user_lists .fi_current:not(.fi_active):hover .fa-check {color:#8BC34A;cursor:pointer;}
#fi_user_lists .fi_current.fi_active .fa-check {color:#8BC34A;}
#fi_user_lists .fi_notification {float:left;width:13%;text-align:center;}
#fi_user_lists .fi_notification .fa-check {color:#ccc;}
#fi_user_lists .fi_notification:not(.fi_active):hover .fa-check {color:#8BC34A;cursor:pointer;}
#fi_user_lists .fi_notification.fi_active .fa-check {color:#8BC34A;}
#fi_user_lists .fi_notification.fi_active:hover .fa-check {color:#FF5722;}
#fi_user_lists .fi_count {float:left;width:13%;text-align:left;color:#999;}
#fi_user_lists .fi_user_list_remove {float:left;width:13%;text-align:center;cursor:pointer;}
#fi_user_lists .fi_user_list_remove a {color:#333;}
#fi_user_lists .fi_user_list_remove a:hover {color:#E64A19;}
#fi_user_lists i {font-size:16px;}
#fi_user_lists .fi_list_edit {color:#00BCD4;margin-right:20px;display:none;float:right;cursor:pointer;}
#fi_user_lists .fi_list:hover .fi_list_edit {display:block;}
#fi_user_lists .fi_list .fi_list_edit:hover {color:#000;}
#fi_user_lists sup {color:#000;line-height:4px;}
#fi_user_lists .fi_explain {float:left;width:100%;clear:both;margin:20px 0 10px 0;font-size:11px;line-height:13px;color:#999;}
#fi_user_lists .fi_explain div {float:left;width:100%;clear:both;margin:2px 0;}
#fi_user_lists .fi_explain sup {width:17px;color:#FF5722;font-weight:bold;float:left;}


/* MAKE FAVORITE BUTTON */
.fi_make_favorite.fi_make {display:inline-block;overflow:hidden;width:22px!important;height:22px!important;overflow:hidden;text-align:center;}
.fi_make_favorite.fi_make span {font-family:"FontAwesome","Font Awesome 5 Free";display:inline-block;font-size:20px;color:#444;font-style:normal;font-weight:500;cursor:pointer;}
.fi_make_favorite.fi_make span:hover {color:#E64A19;}
!.fi_make_favorite.fi_make span:before {content:"\f006";transition: 0.1s;}
.fi_make_favorite.fi_make span:before {content:"\f005";transition: 0.1s;}
.fi_make_favorite.fi_make.is_favorite span {color:#FFE500;}
.fi_make_favorite.fi_make.is_favorite span:before {content:"\f005";font-weight:900;}
.fi_make_favorite.fi_make.is_favorite span:hover {color:#E64A19;}


/* QUICK MESSAGE BLOCK */
#fi_message {display:block;position:fixed;right:20px;top:20px;width:280px;z-index:99999999;}
#fi_message .fi_simple {float:left;clear:both;margin-bottom:15px;cursor:pointer;width:280px;padding:12px 10px;font-size:13px;border:1px solid #ccc;color:#444;line-height:16px;background:#f0f0f0;opacity:0.6;}
#fi_message .fi_simple:hover {opacity:1;}


/* FAVORITE LIST ITEMS */
#fi_list_items {float:left;clear:both;width:100%;}
#fi_list_items h2 { line-height: 17px; float: left; font-weight: 500; position: relative; text-transform: uppercase; width: 100%; clear: both; margin: 0 0 5px 0; border-bottom: 1px solid #444; font-size: 15px; padding: 0 0 3px 0; font-family: "Open Sans",sans-serif; }
#fi_list_items h2 a {color:#333;text-decoration:none;}
#fi_list_items h2 a:hover {color:#FF5722;}
#fi_list_items .fi_item {float:left;clear:both;position:relative;width:100%;margin:0;padding:10px 0;border-bottom:1px dashed #eee;}
#fi_list_items .fi_left {float:left;width:25%;clear:both;}
#fi_list_items .fi_left a {float:left;width:100%;clear:both;display:block;border:1px solid #eee;max-width:100%;}
#fi_list_items .fi_left a:hover {border-color:#F56200;}
#fi_list_items .fi_left img {width:auto;height:auto;max-width:100%;margin:0 auto;display:block;}
#fi_list_items .fi_right {float:left;width:65%;padding:7px 5px 5px 15px;}
#fi_list_items .fi_right .fi_top, #fi_list_items .fi_right .fi_bottom {float:left;width:100%;clear:both;}
#fi_list_items .fi_right a {float:left;width:auto;font-size: 13px; color: #555; line-height: 17px;text-decoration:none;font-weight:bold;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; word-wrap: break-word; word-break: break-all;}
#fi_list_items .fi_right a:hover {color:#F56200;}
#fi_list_items .fi_bottom {color:#444;font-weight:500;font-size: 12px; font-weight: normal; color: #00BCD4;}
#fi_list_items .fi_tool {float:left;width:10%;text-align:center;position:relative;}
#fi_list_items .fi_tool span {font-family:"FontAwesome","Font Awesome 5 Free";font-size:18px;display:block;position:absolute;top:12px;left:0;width:100%;text-align:center;color:#FF5722;color:rgba(255, 87, 34, 0.47);cursor:pointer;}
#fi_list_items .fi_tool span:hover {color:#FF5722;}
#fi_list_items .MCtooltip {display:none!important;}

/* OTHERS */
.fi_empty {clear: both;font-size: 14px;font-weight: 600;float: left;width: 100%;position: relative;padding: 10px 8px;margin: 0;border-radius: 6px;color: #171717;background: #f4f6f7;color: #171717;border: 1px solid #e3e3e3;}


/* RTL */
html[dir="rtl"] #fi_list_items, html[dir="rtl"] #fi_user_new_list, html[dir="rtl"] #fi_user_lists, html[dir="rtl"] .fi_make_favorite, html[dir="rtl"] #fi_message, html[dir="rtl"] #fi_list_items {direction:rtl;}
html[dir="rtl"] #fi_list_items.fi_user_menu .fi_item {float: right;}
html[dir="rtl"] .fi_make_favorite.fi_make {left:10px;right:auto;}
html[dir="rtl"] body #fi_list_items h2.r3 {float: right;}
html[dir="rtl"] #fi_list_items.fi_user_menu h2 a {float: right !important;}
html[dir="rtl"] body #fi_user_lists .fi_explain sup {margin-left:4px;margin-right:0;}
html[dir="rtl"] #fi_user_lists .fi_explain sup {float: right;}
html[dir="rtl"] #fi_user_new_list .fi_new_name, html[dir="rtl"] #fi_user_new_list .fi_check, html[dir="rtl"] #fi_user_new_list .button, html[dir="rtl"] #fi_user_new_list .btn {float:right;}
html[dir="rtl"] #fi_user_lists .fi_name, html[dir="rtl"] #fi_user_lists .fi_count, html[dir="rtl"] #fi_user_lists .fi_current, html[dir="rtl"] #fi_user_lists .fi_notification, html[dir="rtl"] #fi_user_lists .fi_user_list_remove {float:right;}
html[dir="rtl"] #fi_user_lists .fi_list_edit {float:left;margin-right:12px;margin-left:0;}
html[dir="rtl"] #fi_user_new_list .fi_check {margin-left:30px;margin-right:0;}
html[dir="rtl"] #fi_user_new_list .fi_check.first {margin-right:10px;}
html[dir="rtl"] #fi_user_new_list .fi_check .fi_checkbox {float:right;}
/* STYLE V2 */
.im-file-missing i {font-size: 12px;color: #666;width: 15px;}
#imageModal span:hover {color: #ffffff;}
#imageModal svg:hover {fill: #ffffff;}
body .im-messages .im-message-extra a.im-download img {max-height: 250px;min-height: 250px;object-fit: cover;}
#noteMessage {font-weight: normal;color: #757575;font-size: 12px;line-height: 50px;}
body .im-threads .im-alt-head-small .im-head3 {font-size: 14px;font-weight: 600;}
body .im-threads .im-alt-head-small {margin: 90px 0 10px 0;line-height: 25px;padding: 15px;border-radius: 6px;border: 1px solid #e3e3e3;background: #fff;}
body .im-threads .im-alt-head-small .filter-buttons .btn {margin-right: 4px;margin-left: 0;margin-top: 10px;font-size: 12px;padding: 4px 8px 0 8px;height: 32px;}
html[dir="rtl"] body .im-threads .im-alt-head-small .filter-buttons .btn {margin-right: 0;margin-left: 4px;}
body .im-threads .im-alt-head-small .filter-buttons .btn.active {background-color:#2d36d2;}
.im-container .im-file-messages .patterns {position: absolute;display: inline-block;border-radius: 6px;bottom: 55px;}
html[dir="rtl"] body .im-container .im-file-messages .patterns {bottom: 52px;}
.im-container .im-file-messages .pattern {cursor: pointer;font-size: 14px;font-weight: 600;line-height: 20px;margin: 0 2px 4px 0;padding: 2px 6px 4px 6px;border-radius: 6px;border: 1px solid #e3e3e3;background:#ffffff;}
html[dir="rtl"] body .im-container .im-file-messages .pattern {margin: 0 0 4px 2px;}
.pattern-title {cursor: pointer;display: inline-block;padding: 5px 10px;overflow: hidden;border-radius: 6px;border: 1px solid #e3e3e3;background: #ffffff;}
.pattern-title-active, .pattern-title:hover {background:#ffffff;color: #464feb;}
.pattern-title-answers {margin: 0 0 0 2px;}
html[dir="rtl"] body .pattern-title-answers {margin: 0 2px 0 0;}
.pattern-options {overflow: hidden;margin-top: 2px;direction: rtl;}
.pattern-options a {display: inline-block;margin-left: 5px;direction: ltr;}
.im-container .im-file-messages .pattern:hover {text-decoration: none;color: #2d36d2;background:#ffffff;}
.im-container .im-table.im-threads.im-body {height: 500px;}
.im-container .im-file-messages .im-alt-head {height: 62px;line-height: 18px;padding: 10px;border-radius: 6px;border: 1px solid #e3e3e3;background: #fff;}
body .im-threads .im-line {line-height: 20px;}
.im-table-row.im-has-tooltip:hover {cursor: pointer;background: #f2f4f8;}
.im-align-left.user-name {font-size: 14px;}
.im-mes-title.mbCl {display: flex;width: 100%;font-size: 14px;font-weight: 500;}
.im-unread .im-mes-title.mbCl {font-weight: 700;color: #464feb;}
body .im-threads .im-table-row .im-profile-img {top: 14px;}
.im-container .user-image .online {position: absolute;right: 0;left: 2px;top: 0px;width: 10px;height: 10px;border-radius: 100px;background: #0ed000;box-shadow: 0 0 0 1px #fff;}
.user-image-threads .online {position: absolute;right: 0;left: 2px;top: 2px;width: 10px;height: 10px;border-radius: 100px;background: #0ed000;box-shadow: 0 0 0 1px #fff;}
body .im-file-create-thread .pattern {cursor: pointer;transition: 0.2s;float: left;font-size: 14px;line-height: 1;font-weight: 600;padding: 6px 8px;background: rgb(59 73 223 / 8%);margin: 5px 5px 0 0;border-radius: 6px;color: #464feb;}
body .im-file-create-thread .pattern:hover {text-decoration: none;color: #2d36d2;background: rgb(59 73 223 / 14%);}
html[dir="rtl"] body .im-file-create-thread .pattern {float: right;margin-left: 5px;margin-right: 0;}
html[dir="rtl"] body .im-container .user-image .online {right: 3px;left: 0;top: 0px;}
html[dir="rtl"] body .user-image-threads .online {right: 2px;left: 0;top: 2px;}
.im-container .user-image .online.off, .user-image-threads .online.off {background: #df3b3b;}
.user-image-threads .online {left: 6px;top: 12px;}
html[dir="rtl"] body .user-image-threads .online {right: 6px;top: 12px;}
.im-alt-head {padding: 10px;}
.im-head2 {display: flex;align-items: center;justify-content: space-between;transform: translateY(-2px);}
.im-container .user-image .im-profile-img {position: relative;display: flex;align-items: center;margin-left: 0;margin-right: 10px;left: 0;right: 0;}
html[dir="rtl"] body .im-container .user-image .im-profile-img {margin-left: 10px;margin-right: 0;left: 0;right: 0;}
.user-info {flex-grow: 1;}
.action-buttons {display: flex;align-items: center;gap: 10px;}
a.im-mes-title.mbCl, .im-line.im-align-left.im-item {width: 100%;}
body .im-container .im-item-related .im-item-resource + div.im-col-21 {padding: 10px 0;}
body .im-container {margin: 8px 0 0 0;}
body .im-container .action-buttons .mlink {font-size: 18px;color: #171717;line-height: 14px;width: 36px;height: 36px;padding: 8px 10px;color: #171717;background: #f4f6f7;border: 1px solid #f2f4f8;border-radius: 6px;}
html[dir="rtl"] body .im-container .action-buttons .mlink i {transform: scaleX(-1);}

.im-table.im-threads.im-body, .im-table.im-block.im-body {border-radius: 6px;border: 1px solid #e3e3e3;background: #f4f6f7;}
.im-container a.im-mes-title.mbCl, .im-container .im-line.im-align-left.im-item {width: 100%;max-width: 260px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.im-container .im-col-12.no-img {display: grid;align-items: center;}
.im-col-12.no-img {display: grid;align-items: center;}
.im-container .im-table-head>div.im-align-left {max-width: 270px;}
.im-container {display: flex;width: 100%;flex-direction: row-reverse;gap: 20px;}
.im-container .im-file-threads {width: 40%;}
.im-container.threads .im-file-threads {display: block;}
body .im-container.threads .action-buttons .mlink {transform: translateY(15px);}
.im-container .im-table.im-messages {height: 295px;overflow: auto;padding: 10px;background: #f4f6f7;}
.im-container .im-file-messages {width: 60%;height: 500px;padding: 10px;border-radius: 6px;border: 1px solid #e3e3e3;background: #f4f6f7;}
.im-container .im-col-12.no-img,.im-container .im-table.im-body {width: 100%;}
body .im-container .im-alt-head {margin:10px 0 0 0;padding-bottom: 10px;}
.im-container .im-row.im-item-related.im-body {display: flex;width: 100%;height: 62px;align-items: flex-start;border: 1px solid #e3e3e3;box-shadow: none;
}
.im-container .im-col-3.im-item-resource {flex: 0 0 9%;margin: auto;}
.im-container .im-col-3.im-item-resource img {max-width: 100%;width: 60px;height: 60px;display: block;border-radius: 6px;    }
.im-container .im-col-21 {flex: 1;display: flex;flex-direction: column;justify-content: space-between;}
.im-container .im-item-title a:hover {text-decoration: none;}
.im-container .go-to-item {position: absolute;left: auto;right: 0;margin:10px;}
.im-container .go-to-item button.btn {font-size: 14px;}
html[dir="rtl"] body .im-container .go-to-item {left: 0;right: auto;}
.im-container .go-to-item i {font-size: 12px;margin-left: 3px;margin-right: 3px;}
::-webkit-scrollbar {width: 6px;height: 0;}
.im-table.im-body {height: 400px;overflow: auto;padding: 10px;}

.im-table-row .im-del-mes-box {position:absolute;width:32px;height:32px;right:-32px;left:auto;top:0px;margin:0;padding:0 0 0 4px;}
.im-table-row.im-from .im-del-mes-box {left:-30px;right:auto;padding:0 4px 0 0;}
.im-table-row .im-del-mes-box > a {width:25px;height:25px;line-height: 23px;text-align:center;font-size:12px;color:#666;transition:0.1s;display:block;}

/* PAGINATION */
.im-pagination {float:left;clear:both;width:100%;background:transparent;padding:15px 0;margin:15px 0 0 0;border-top:none;position:relative;z-index:2;text-align:center;}
.im-pagination a {text-decoration:none;display:inline-block;float:none;margin:0 2px;text-decoration:none;background:#fff;padding:6px 3px;min-width:32px;height:32px;line-height:18px;color:#171717;font-weight:normal;border-radius:4px;border:1px solid #e3e3e3;font-size:14px;text-align:center;}
.im-pagination span {display:inline-block;text-decoration:none;float:none;margin:0 4px;padding:6px 3px;height:32px;line-height:18px;color:#171717;font-weight:normal;font-size:14px;text-align:center;}
.im-pagination a:hover, .im-pagination a.im-active {background:#171717;color:#fff;text-decoration:none;}
textarea#im-message:focus {box-shadow: 0 0 0 2px #464feb;}
.im-html {float:left;clear:both;width:100%;}
body .im-threads .im-table-row.im-unread:before {display:none;}
body .im-threads .im-table-row.im-unread {border-left: 3px solid #464feb; background: #f2f4f8;}
body .im-threads-exist a .im-title, body .im-threads-exist a .im-from-to strong {font-weight:600;}
body .im-threads-exist a .im-pms, body .im-threads-exist a .im-time {font-style:normal;font-size:14px;}
body .im-threads-exist a .im-title, body .im-threads-exist a .im-from-to, body .im-threads-exist a .im-from-to strong {font-size:14px;}
body .im-threads-exist a {border-radius:6px;padding:5px 10px;border:none;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,0.1);margin:0;}
body .im-file-create-thread h2.im-head {display: block; text-align: left; width: 70%; float: left; margin: 5px 3% 20px 0; font-weight: 600; font-size: 28px; line-height: 32px; color: #111;}
body form#im-create-thread-form {float:left;clear:none;box-shadow: 0 1px 3px rgba(0,0,0,0.2); display: block; border-radius: 6px; padding: 20px 25px 30px 25px; margin: 0px 0 20px; background: #fff;width:70%;margin-right:3%;}
!body .im-theme-alpha form#im-create-thread-form {box-shadow:none;border:none;}
body .im-file-create-thread .im-error-list.error-list {float:left;clear:left;width:70%;margin:0 3% 0 0;}
body .im-file-create-thread .im-label {margin:0 0 10px 0;font-size:16px;}
body #im-create-thread-form .im-input {width: 100%;max-width: 100%;min-width: 100%;margin-bottom:8px;padding: 10px 8px; border-radius: 4px; border: 1px solid #e3e3e3; box-shadow: none; line-height: 18px;height:38px;}
body #im-create-thread-form  #im-message  {font-size: 14px;font-weight: 600;padding: 10px 8px; border-radius: 4px; border: 1px solid #e3e3e3; box-shadow: none; line-height: 18px;overflow-y:auto;}
body #im-create-thread-form .im-textarea {height:60px;}
body #im-create-thread-form button.im-button-green {display: block !important;position: absolute;right: 10px;left: auto;top: 25px;height: 36px;line-height: 18px;border: none !important;border-radius: 6px;padding: 9px 5px;width: 44px;text-align: center;font-size: 15px;font-weight: 700;}
body #im-create-thread-form button.im-button-green i:before {font-weight: 400;}
body #im-create-thread-form .im-attachment {position: absolute;right: 63px;top: 25px;width: auto;height: 36px;margin: 0;}
body .im-file-create-thread h3.im-head {font-size:14px;font-weight:600;}
body .im-messages .im-message-extra.im-box-gray .im-col-10 {width:100%;}
body .im-messages .im-message-extra.im-box-gray {position:relative;padding:10px 44px 10px 0!important;margin:0;border:none;background:transparent;text-align:left;}
body .im-messages .im-message-extra.im-box-gray im-col-10 {width:100%:}
body .im-messages .im-message-extra a.im-download {float:left;width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:14px;color: #fff;}
body .im-messages .im-message-extra a.im-download:hover {color: #f2f4f8;}
body .im-messages .im-table-row.im-from .im-message-extra a.im-download {width: 100%;color: #171717;}
body .im-messages .im-table-row.im-from .im-message-extra a.im-download:hover {color: #464feb;}
body .im-messages .im-message-extra a.im-download .im-att-icon {display:none;}
body .im-messages .im-message-extra a.im-download > i {display:inline-block!important;margin-right:6px;float:left;line-height:14px;}
body .im-messages .im-message-extra a.im-hide > span {display:none!important;}
body .im-messages .im-message-extra a.im-hide {transition:0.1s;position:absolute;width:32px;height:32px;padding:6px;text-align:center;font-size:12px;color:#666;top:2px;right: 0;left: auto;    display: block;}
body .im-messages .im-message-extra a.im-hide:hover {color: #464feb;}
body .im-messages .im-message-extra .im-col-14.im-align-right {position:initial;}

body .im-table-row > div.no-img {width: 100%;padding-left:56px;}
body .im-profile-img {border-radius:50px;padding:0;border:0;background:#f0f0f0;}
body .im-block .im-table-row {font-size: 14px;background: #fff;padding: 5px;margin: 0 0 5px 0;border-radius: 6px;overflow: hidden;border: 1px solid #e3e3e3;box-shadow: 0 1px 3px rgba(0, 0, 0, .2);}
body .im-block .im-table-row .im-col-22 {padding-left:3px;}
body .im-block .im-table-row .im-align-left {font-size:14px;font-weight:600;}
body .im-table-head {border-bottom:none;font-weight:bold;}
body .im-block .im-remove-block {padding:8px;height:32px;width:32px;line-height:16px;text-align:center;border-radius:4px;font-size:14px;margin: -8px -13px;transition:0.1s;display:inline-block;color:#171717;}
body .im-block .im-remove-block i {line-height:16px;}
body .im-block .im-remove-block:hover {color: #464feb;background:#f2f4f8;}
body .im-block .im-table-head {padding:0;white-space:nowrap;}
body .im-threads .im-line {float:left;clear:both;}
body .im-threads .im-title a {float:left;}
body .im-threads .im-table-head {font-weight:bold;color:#555;font-size:13px;border:none;padding:0;white-space:nowrap;}
body .im-threads .im-table-head > div, body .im-block .im-table-head > div {padding-left:3px;padding-right:3px;}
body .im-block .im-table-head>div {line-height: 25px;}
body .im-block .im-table-head {font-weight:bold;color:#555;font-size:13px;border:none;padding:0;white-space:nowrap;}
body .im-threads .im-table-row {margin: 0 0 5px 0;padding: 0 6px;overflow:hidden;border-radius:6px;background:#fff;border:1px solid #e3e3e4;box-shadow: 0 1px 3px rgba(0, 0, 0, .2);}
body .im-threads .im-table-head + .im-table-row {padding-top:10px;border-top:1px solid #e3e3e4;}
body .im-threads .im-special i {font-size:16px;}
body .im-threads .im-special a {transition:0.1s;display:inline-block;width:34px;height:34px;text-align:center;padding:8px 5px;border-radius:4px;margin:-8px 0;}
body .im-threads .im-special a:hover {background:#e5e5e5;color:#171717;}
body .im-threads .im-special a:hover i {color:#171717;}
body .im-threads .im-title a {font-weight:600;font-size:14px;line-height: 20px;}
body .im-vertical {display:none;}
body .im-messages .im-message-content .im-align-left {font-size:14px;}
body .im-table-row .im-horizontal {top: -6px; right: auto; left: -55px; width: 45px; height: 45px;margin:0;border-radius: 50px;}
body .im-table-row .im-horizontal .right {width: 45px; height: auto; padding: 0; border: none; border-radius: 50px; background: #f6f6f6;}
body .im-table-row .im-horizontal .right img {border-radius:50px;width:100%;height:auto;}
body .im-table-row.im-from .im-horizontal {right:-55px;border-radius:50px;left:auto;padding:0;}
body .im-table-row.im-from .im-horizontal .right {left:auto;border-radius:50px;}
body .im-messages .im-table-row {min-width:100px;max-width:85%;background: #464feb!important;color:#fff;border-radius: 8px 8px 8px 0;margin:0 0 45px 55px; width: auto;border: 1px solid #e3e3e3;padding:12px 18px 2px 18px;}
body .im-messages .im-table-row.im-from {color: #000;margin-left:0;margin-right:55px;border: 1px solid #e3e3e3;border-radius: 8px 8px 0 8px;}
body .im-messages .im-date {font-style:normal;font-size:10px;line-height:14px;color:#171717;position: absolute; top: calc(100% + 5px);right:auto;left:2px;width:auto;}
body .im-messages .im-date > span {font-size:12px;}
body .im-messages .im-from .im-date {right:2px;left:auto;}
body .im-messages .im-date:before {display:none;}
body .im-messages .im-date > i.fa-check-double {color:#464feb;margin-left:0;margin-right:2px;display:inline-block;line-height:14px;font-size:11px;float: left;}
body .im-messages .im-from .im-date > i.fa-check-double {margin-left:2px;margin-right:0;float: right;}
body .im-table-row > div.im-line {padding:0;margin:0 0 10px 0;}
body .im-table-row > div.im-line.im-box-empty {display:none;}
body .im-table-row > div.im-line.im-name-top {margin:0;padding:0;display:initial;}
body .im-table-row > div.im-line.im-name-top .im-name {display:none;}
!body .im-table-row > div.im-line br + br {display:none;}
body .im-file-messages > h2.im-head {display:none;}
body .im-alt-head {display:block!important;float:left;clear:both;width:100%;padding:0;margin:0 0 30px 0;}
body .im-alt-head .im-head2 {width: 100%;float:left;font-weight: 600;font-size: 16px;color: #111;position:relative;}
body .im-alt-head .im-head2 > em {margin:4px 0 0 0;display:inline-block;width:100%;font-size:14px;line-height:18px;color:#171717;font-weight:normal;}
body .im-alt-head .im-head2 em {font-size:14px;}
a.im-remove-thread {position: relative;float: right;font-size:16px;text-decoration:none;width: 36px;height: 36px;padding: 9px;line-height:18px;font-weight:bold;color:#171717;background: #f4f6f7;border: 1px solid rgba(0,0,0,0.1);border-radius:6px;transition:0.1s;max-height:100px;text-align: center;}
body .im-threads .im-alt-head {margin: 0 0 10px 0;line-height: 25px;padding: 15px;border-radius: 6px;border: 1px solid #e3e3e3;background: #fff;}
a.im-remove-thread i {display:inline-block;font-size:16px;}
html[dir="rtl"] body a.im-remove-thread {float: left;}
a.im-remove-thread:hover {background:#f2f4f8;color:#464feb;text-decoration:none;}
body .im-alt-head .im-subhead2 {width: 100%;float:left; clear:both;font-size:14px;font-weight: normal;color:#171717;line-height:20px;margin-top: 4px;}
.im-table.im-messages {float:left;width:70%;margin:0;clear:left;}
body .im-file-messages #im-error-list {float:left;width:68%;margin:0 5% 0 0;clear:left;}
body .im-row.im-item-related {float:right;width:27%;background:#fff; border: none;padding:0;border-radius:6px;margin:0;clear:left;border: 1px solid #eee;box-shadow: 0 1px 3px rgba(0, 0, 0, .2);}
body #im-message-form {padding:0;margin: 0;background:transparent;border:none;position:relative;}
body #im-message {padding:15px 115px 15px 15px;overflow-y:hidden;font-size:14px;border-radius:30px;border: 1px solid #e3e3e3;box-shadow: 0 1px 0 rgb(0 0 0 / 2%);background: #fff;max-height:455px;line-height:18px;height:50px;max-height: 50px;min-height:50px;width:100%;max-width:100%;min-width:100%;}
body #im-message-form button:not(.im-button-alt) {display:none;}
body #im-message-form button.im-button-alt {display:block!important;position:absolute;right:10px;top:7px;height:36px;width:36px;line-height:18px;border:none!important;border-radius:50px;padding:9px 5px;text-align:center;font-size:15px;font-weight:bold;}
body #im-message-form button.im-button-alt i {text-align:center;margin-left: 6px;}
body #im-message-form button.im-button-alt i:before {font-weight:400;}
body #im-message-form button.im-button-alt.btn-disabled, body #im-message-form button.im-button-alt:disabled {opacity:0.5;cursor:pointer;}
!body #im-message-form button.im-button-alt.btn-disabled i:before {content:"\f1ce";}
body #im-message-form .im-attachment {position:absolute;right:63px;top:7px;width: auto;height:36px;margin:0;}
body .im-attachment .im-att-box .im-status .im-wrap span {max-width: 100px; overflow: hidden; display: inline-block !important;white-space: nowrap; text-overflow: ellipsis;}
body .im-attachment .im-att-box #clear-file {position: relative;cursor: pointer;font-size: 18px;margin-right: 4px;margin-left: 0;display:none;}
body .im-attachment .im-att-box #clear-file:hover {color: #464feb;}
html[dir="rtl"] body .im-attachment .im-att-box #clear-file {margin-left: 4px;margin-right: 0;}
body .im-attachment .im-att-box .im-wrap {padding:10px 10px;background: #f4f6f7;color:#171717;border-radius:6px;border: 1px solid rgba(0, 0, 0, 0.1);transition:0.1s;height:36px;}
body .im-attachment .im-att-box .im-wrap:hover {color: #464feb;background:#f2f4f8;}
body .im-attachment .im-att-box .im-status i {font-size:16px;line-height:16px;text-align:center;margin-right:4px;}
html[dir="rtl"] body .im-attachment .im-att-box .im-status i {margin-left:4px;}
body .im-attachment .im-att-box .im-status {color:#171717;}

body .im-item-related {width:100%;}
body .im-item-related .im-item-resource {width:100%;max-width:100%;padding:0;position:relative;margin: 0; overflow: hidden; border-radius: 6px;}
body .im-item-related .im-item-resource img {background-size: cover;object-fit: cover;width: 100%;height: 120px;max-height: 100%;padding:0;border:none;max-width: 100%; transition: 0.2s; overflow: hidden; background-position: center center;}
body .im-item-related .im-item-resource img:hover {transform: scale(1.1); max-height: 100%; overflow: hidden;}
body .im-item-related .im-item-resource + div.im-col-21 {float: left; width: 100%; padding: 6px 2px; margin-top: -10px; z-index: 3; position: relative;border-radius: 6px;}
body .im-item-related .im-line {float: left; font-size: 14px; clear: both; font-weight: normal; color: #171717; margin: 8px 0 8px 0; padding: 0 5px 0 5px; height: 20px; white-space: nowrap; width: 100%; overflow: hidden; word-break: break-all; text-overflow: ellipsis;}
body .im-item-related .im-line a {color: #171717;font-size:14px;}
body .im-item-related .im-item-price {max-width: 100%; float: left; clear: both; font-weight: bolder; color: #000; margin: 0; padding: 0 5px 0 10px; position: relative; font-size: 16px; line-height: 14px;}
body .im-item-related .im-line.im-item-location {display:none;}

.im-show-older {cursor:pointer;float:left;font-weight:bolder;clear:both;width:100%;padding:12px;font-size:14px;line-height:16px;background: #fff;border: 1px solid #e3e3e3;border-radius:6px;color:#171717;text-align:center;margin: 0 0 20px 0;transition:0.1s;}
.im-show-older:hover {color: #464feb;background:#f2f4f8;}
.im-table.im-block.im-body {padding: 0 10px 0 10px;}
#im-message {scrollbar-width:thin;scrollbar-color: #9e9e9e rgba(0,0,0,0.05);}
#im-message::-webkit-scrollbar {box-shadow: none;height: 5px;background:rgba(0,0,0,0.05);}
#im-message::-webkit-scrollbar-thumb {border-radius:100px;background-color: rgba(0,0,0,0.3);background-clip: initial;box-shadow: none;}
#im-message::-webkit-scrollbar-thumb:hover {background-color: rgba(0,0,0,0.6);}
#im-message::-webkit-scrollbar-corner {background: rgba(0,0,0,0.05);}
#im-message::-webkit-scrollbar-track { background: transparent; }

.im-threads .im-table-head > div {padding-top:6px;padding-bottom:6px;}
.im-empty-v2 {float:left;clear:both;width:100%;margin:0 0 10px 0;padding:30px 20px;border-radius:6px;text-align:center;font-size:14px;background: #fff;color: #171717;border: 1px solid #e3e3e3;}
@media screen and (max-width: 1200px) {
  .im-messages .im-message-extra a.im-download {max-width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
  .im-threads .im-col-2.c3 {color: transparent; overflow: hidden;}
  
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .im-messages .im-table-row {width:85%;margin-bottom:35px;}
  .im-vertical {display:none;}
}
@media screen and (max-width: 767px) {
#noteMessage {display:none;}    
body .im-threads .im-alt-head-small {margin: 100px 0 10px 0;}    
.im-container .im-file-messages .patterns {bottom: 62px!important;}
.im-container .im-file-messages .pattern {font-size: 13px;}
body .im-container .im-file-messages .patterns .pattern.\34, .im-container .im-file-messages .patterns .pattern.\35 {display: none;}
html[dir="rtl"] body .im-container .im-file-messages .patterns .pattern.\34, html[dir="rtl"] body .im-container .im-file-messages .patterns .pattern.\35 {display: inline;}
body .im-file-create-thread h3.im-head {margin: 10px 0 10px 0 !important;}    
  a.im-remove-thread span {display:none;}
  a.im-remove-thread i {margin:0;}
  body .im-messages .im-table-row.im-from {margin-right: 55px;}  
  .im-threads-exist a .im-title {width:60%;}
  .im-threads-exist a .im-from-to {width:40%;}
  .im-table-head {display:none;}
  .im-threads .im-special {display:none;}
  .im-table-row .im-from-to {width:40%;}
  body .im-table-row > div.im-col-12 {width:60%;}
  .im-row.im-item-related {display:none;}
  body .im-file-messages #im-error-list, body .im-table.im-messages, body #im-message-form {width:100%;margin-right:0;}

  .im-button-green {width:100%;clear:both;}
  .im-messages .im-table-row {width:80%;margin-bottom:35px;}
  .im-vertical {display:none;}
  .im-table-row .im-horizontal, .im-table-row.im-from .im-horizontal {padding:0;top:-1px;background:transparent;}
  .im-table-row .im-horizontal .right {-webkit-border-radius: 30px; -webkit-border-top-left-radius: 0px; -moz-border-radius: 30px; -moz-border-radius-topleft: 0px; border-radius: 30px; border-top-left-radius: 0px;}
  .im-table-row.im-from .im-horizontal .right {-webkit-border-radius: 30px; -webkit-border-top-right-radius: 0px; -moz-border-radius: 30px; -moz-border-radius-topright: 0px; border-radius: 30px; border-top-right-radius: 0px;}
  .im-messages .im-table-row {padding:6px 0;margin:0 0 10px 0;}
  .im-item-related .im-item-resource {width:20%;max-width:20%;}
  .im-item-related .im-col-21 {width:80%;}

  .im-messages {padding:0;}
  .im-messages .im-message-extra a.im-hide {display:block;position:absolute;left:0;bottom:0;}
  .im-table-row .im-align-right, .im-table-head > div.im-align-right, .im-align-right {position:initial;}
  .im-messages .im-message-extra a.im-hide {margin:0;color:transparent;text-shadow:none;font-size:1px;overflow:hidden;width:24px;height:24px;top:55px;}
  .im-messages .im-message-extra a.im-hide:before {font-size:12px;text-align:center;width:25px;height:25px;line-height:24px;font-family:"FontAwesome","Font Awesome 5 Free";text-indent:0;float:left;display:block;}
  .im-messages .im-message-extra a.im-hide:last-child:before {content:"\f127";}
  .im-messages .im-message-extra a.im-hide:first-child:before {content:"\f014";}
  .im-messages .im-message-extra.im-box-gray {padding:5px 8px!important}
  .im-messages .im-message-extra.im-box-gray .im-col-10 {width:100%;}
  .im-messages .im-message-extra a.im-download {max-width:100%;}
  .im-textarea {margin-bottom:10px;height:90px;}

  body h2.im-head {margin:-16px -16px 20px -16px;width:calc(100% + 32px);}
}

@media screen and (max-width: 490px) {
  body #im-create-thread-form .im-attachment .im-att-box .im-wrap {width:100%;text-align:center;}
  body .im-attachment .im-att-box .im-status i {float: none; display: inline-block;}
  .im-table-row .im-from-to {display:none;}
  body .im-table-row > div.im-col-12 {width:100%;}
  body .im-messages .im-message-extra a.im-download {width:110px;}
}

@media screen and (max-width: 420px) {
  .im-threads-exist a .im-title {width:100%;}

}

@media screen and (max-width: 360px) {
  body #im-message {height:50px;}
}

@media (max-width: 768px) {
.im-table.im-body {height: 600px !important;}
.im-container {flex-direction: column;}
.im-html {width: 100%;}
.im-container .im-file-messages, .im-container .im-file-threads  {width: 100% !important;padding: 0px !important;}
.im-container .im-col-3.im-item-resource {flex: 0 0 17% !important;}
body .im-container .im-item-related .im-line {max-width: 220px;}
.im-container .im-file-threads {display: none;}

body.plugin-instant_messenger {padding-bottom: 0px;background: #f4f6f7 !important;}
.im-mes-title.mbCl, .im-container a.im-mes-title.mbCl, .im-container .im-line.im-align-left.im-item, a.im-mes-title.mbCl, .im-line.im-align-left.im-item {max-width: 190px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.im-threads .im-title a.im-block-thread {font-size:12px !important;}
.im-container .im-file-messages {border:none !important;}
::-webkit-scrollbar {display: none !important;}
.go-to-item span {display: none;}
#im-message-form {position: fixed !important;width: 100%;box-sizing: border-box;z-index: 9;bottom: 0;left: 0;right: 0;padding: 0 10px 10px 10px !important;background: #f4f6f7 !important;}
html[dir="rtl"] body #im-message-form button.im-button-alt {left: 19px !important;right: auto !important;}
body #im-message-form button.im-button-alt {right: 19px !important;left: auto !important;top: 7px;}
body #im-message-form .im-attachment {right: 71px !important;left: auto !important;}
html[dir="rtl"] body #im-message-form .im-attachment {left: 71px !important;right: auto !important;}
.content.loc-im.sec-message.no-breadcrumbs {padding-top: 10px;background: #f4f6f7;}
.im-table.im-messages {padding-bottom: 80px !important;}
.im-container .go-to-item button.btn {padding: 8px;width: 38px;height: 38px;}
}
@media screen and (min-width: 768px) {
.im-container.threads .im-table.im-body {height: 500px;}
.im-container.threads .im-file-threads {display: flex;width: 100%;gap: 20px;border: none;}
.im-container.threads .im-table.im-threads.im-body {width: 40%;}
.im-container.threads .im-table.im-block.im-body {width: 60%;margin-top: 0;}
.im-container.threads a.im-mes-title.mbCl, .im-container.threads .im-line.im-align-left.im-item {max-width: 100%;}
  .im-container.mobile {display: none;}  
.plugin-instant_messenger form#im-create-thread-form {min-height: 183px;} 
}

/* ------------ END OF STYLE V2 --------------- */

/* BLOCKS */
.im-block {float:left;clear:both;width:100%;margin-top:25px;}
.im-block .im-remove-block {font-size:16px;}
.im-block .im-remove-block:hover {color:#222;}
.im-block .im-table-row.im-empty {background:#fff;padding:20px;color:#171717;box-shadow: none;}
.im-block .im-table-head strong {float:left;line-height:25px;}
.im-block .im-table-head form {float:left;margin-left:15px;}
.im-block .im-table-head form input[type="text"] {float: left; height: 34px!important; padding: 0 6px!important; line-height: 24px; margin: 0px 5px; width: 180px;}
.im-block .im-table-head form button[type="submit"] {float:left;height:24px!important;padding:0 6px!important;line-height:24px;margin:-3px 0 -3px 4px;border: 1px solid #03a9f4; background: #03a9f4; color: #fff;}
.im-block .im-table-head form button[type="submit"]:hover {background: #0695d6; border-color: #0695d6;}
.im-block .im-table-head form button i {font-size:14px;color:#fff;}
.im-threads .im-title a.im-block-thread {color:#171717;font-size:14px;display: inline-block !important;float: right !important;position: relative !important;}
html[dir="rtl"] .im-threads .im-title a.im-block-thread {display: inline-block !important;float: left !important;position: relative !important;}
.im-container .im-threads .im-title a.im-block-thread {font-size:12px;}
.im-threads .im-title a.im-block-thread:hover, .im-threads .im-title a.im-block-thread.active {color:#D32F2F;}
.im-threads .im-title a.im-block-thread.active, .im-table-row:hover .im-title a.im-block-thread {display:inline-block;position: relative;float: right;}
html[dir="rtl"] .im-threads .im-title a.im-block-thread.active, html[dir="rtl"] .im-table-row:hover .im-title a.im-block-thread {float: left;}

.im-profile-img {position:absolute;left:3px;width:43px;height:auto;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
!.im-profile-img.im-img-def {opacity:0.6;}
.im-profile-img.im-is-offer {opacity:1;color:#fff;font-weight:bold;letter-spacing:-0.5px;font-size:11px;line-height:12px;height:43px;padding:9px 1px;text-align:center;background:#464feb;}
.im-vertical {position:absolute;left:50%;margin-left:-1px;height:100%;width:2px;background:#eee;top:0;display:block;}
.im-vertical .bot {position:absolute;bottom:-3px;left:-9px;background:#fff;border:3px solid #e3e3e4;width:20px;height:20px;-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;}
.im-table-row .im-horizontal {padding:3px 0;position:absolute;top:-28px;right:-55px;width:50px;display:block;overflow:visible;background:#fff;-webkit-border-radius: 30px; -webkit-border-bottom-left-radius: 0; -moz-border-radius: 30px; -moz-border-radius-bottomleft: 0; border-radius: 30px; border-bottom-left-radius: 0;}
.im-table-row .im-horizontal .right {float:left;display:block;width:50px;height:50px;border:1px solid #e3e3e4;background:#fff;padding:2px;-webkit-border-radius: 30px; -webkit-border-bottom-left-radius: 0; -moz-border-radius: 30px; -moz-border-radius-bottomleft: 0; border-radius: 30px; border-bottom-left-radius: 0;}
.im-table-row .im-horizontal .right img {float:left;width:100%;height:100%;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
.im-table-row .im-horizontal span {padding:0;}
.im-table-row.im-from .im-horizontal {left:-55px;right:auto;-webkit-border-radius: 30px; -webkit-border-bottom-right-radius: 0; -moz-border-radius: 30px; -moz-border-radius-bottomright: 0; border-radius: 30px; border-bottom-right-radius: 0;}
.im-table-row.im-from .im-horizontal .right {border-color:#2196F3;left:-55px;right:auto;-webkit-border-radius: 30px; -webkit-border-bottom-right-radius: 0; -moz-border-radius: 30px; -moz-border-radius-bottomright: 0; border-radius: 30px; border-bottom-right-radius: 0;}
.im-table-row.im-from .im-horizontal .right img { }

.im-attachment {float:left;width:auto;clear:both;margin:4px 0 0 12px;clear:none!important;}
.im-attachment .im-att-box {float:left;width:100%;clear:both;margin:0;position:relative;}
.im-attachment .im-att-box input {cursor:pointer;opacity:0;padding:5px;position:absolute;top:0;left:0;z-index:0;background:transparent;}
.im-attachment .im-att-box .im-status {float:right;width:auto;cursor:pointer;padding:0;color:#00BCD4;position:relative;z-index:2;}
.im-attachment .im-att-box .im-wrap {float:left;width:auto;cursor:pointer;padding:5px 0 5px 2px;position:relative;z-index:2;}
.im-attachment .im-att-box .im-status i {float:left;cursor:pointer;font-size:16px;line-height:16px;width:18px;text-align:left;}
.im-attachment .im-att-box .im-status .im-wrap span {font-size:13px;cursor:pointer;line-height:16px;font-weight:500;}
.im-attachment .im-text {float:left;width:100%;clear:both;margin:1px 0;font-size:12px;color:#171717;line-height:13px;}

.im-user-account-count {position: absolute; font-size: 9px; padding: 2px 4px; line-height: 12px; text-align: center; font-weight: bold; height: 16px; min-width: 16px; margin-left: 3px; border-radius: 5px; color: #fff; background: #171717;}

/* CONTACT BUTTON */
.im-contact {float:left;display:inline-block;width:auto;margin:10px 15px 10px 0;color:#fff;padding:10px 46px 10px 10px;height:52px;background:#2196F3;border:1px solid #2196F3;position:relative;overflow:hidden;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.im-contact:hover {color:#fff;text-decoration:none;}
.im-contact:after {position:absolute;display:block;background:#fff;content:".";text-indent:-9999px;width:50px;height:100px;right:-15px;top:-20px;-ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); transform: rotate(7deg);}
.im-contact .im-top {float:left;clear:both;width:100%;font-weight:bold;font-size:14px;line-height:15px;}
.im-contact:hover .im-top {text-decoration:underline;}
.im-contact .im-bot {float:left;clear:both;width:100%;font-weight:500;font-size:11px;line-height:15px;}
.im-contact i {position: absolute; top: 15px; right: 7px; font-size: 20px; color: #2196F3; z-index: 2;}
.im-contact:hover i {color:#1C76BD;}


/* ERROR LIST FOR VALIDATION */
.im-error-list.error-list {padding:0px;list-style-type:none;color:#D27C82;font-size:13px;position:relative;margin:0;}
.im-error-list.error-list li { background:#FFE2E4;padding:8px 10px 8px 30px;margin:0 0 3px 0;clear:both;border-left:1px solid #FFE2E4;border-right:1px solid #FFE2E4;position:relative;border-left: solid 3px #D27C82;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;overflow:hidden;}
.im-error-list.error-list li:before { position: absolute; top: 50%; margin-top: -10px; display: block; height: 20px; line-height: 20px; width: 20px; color: #D27C82; left: 8px; font-family: "FontAwesome","Font Awesome 5 Free"; content: "\f059"; font-size: 18px; }
.im-error-list.error-list li:last-child {position: absolute;z-index: 10;margin-top: 15px;}
.im-error-list.error-list li label {margin:0;font-size:14px;}

/* PAGINATION */
!#im-pagination {width:100%;display:inline-block;margin:50px 0 10px 0;text-align:center;}
!#im-pagination .im-pagination-inside > span {font-size:12px;line-height:13px;display:inline-block;margin-right:15px;font-weight:500;color:#171717;}
!#im-pagination .im-pagination-inside > a.im-page-active {font-weight:bold;border:1px solid #008abd;text-align:center;line-height:28px;width:30px;height:30px;display:inline-block;color: #fff; background-color: #00aff0; -webkit-box-shadow: none; box-shadow: none;text-decoration:none;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
!#im-pagination .im-pagination-inside > a {border:1px solid #e3e3e4;text-decoration:none;text-align:center;line-height:28px;width:30px;height:30px;display:inline-block;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
!#im-pagination .im-pagination-inside > a:hover {color: #fff; background-color: #00aff0; border-color: #008abd; -webkit-box-shadow: none; box-shadow: none;text-decoration:none;}

/* HEADER LINK */
#im-link {position:relative;}
#im-link > a {font-weight:bold;}
#im-link #im-thread-wrap {display:none;position:absolute;top:calc(100% - 3px);left:0;width:300px;min-height:100px;}
#im-link:hover #im-thread-wrap {display:block;}
#im-link .im-t-unread {display:inline-block;margin-left:4px;margin-right:8px;text-decoration:none;padding:0 3px;background:#F44336;color:#fff;font-weight:bold;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
#im-link .im-thread-list {z-index:9999;color:#171717;position:absolute;top:7px;left:0;width:300px;border:1px solid #e3e3e4;background:#fff;font-size:12px;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#im-link .im-thread-list:before {content: ""; border:6px solid;border-color: transparent transparent #e3e3e4 transparent; position: absolute; top: -12px; left: 15px;}
#im-link .im-thread-list .im-entry {position:relative;margin:0;padding:4px 6px;background:#fff;border-bottom:1px solid #eee;border-top:1px solid #fff;}
#im-link .im-thread-list .im-entry:after {font-family:"FontAwesome","Font Awesome 5 Free";content:"\f1db";position:absolute;right:6px;top:4px;color:#ccc;font-size:8px;}
#im-link .im-thread-list .im-entry:hover {background:#E2EBF3!important;}
#im-link .im-thread-list .im-entry.im-unread {background:#f8f8f8;}
#im-link .im-thread-list .im-entry.im-unread:after {content:"\f111";color:#aaa;}
#im-link .im-thread-list .im-row {margin:0;}
#im-link .im-thread-list .im-img {padding-right:8px;}
#im-link .im-thread-list .im-img img {border:1px solid #e3e3e4;padding:1px;background:#fff;width:auto;height:auto;max-width:100%;max-height:56px;}
#im-link .im-thread-list .im-name {margin-top:1px;font-size:12px;color:#000;font-weight:bold;height:18px;line-height:17px;overflow:hidden;}
#im-link .im-thread-list .im-text {font-size:11px;font-weight:500;color:#171717;line-height:13px;margin:1px 0;height:14px;overflow:hidden;}
#im-link .im-thread-list .im-text .fa {color:#bbb;margin-right:2px;font-size:9px;}
#im-link .im-thread-list .im-time {font-size:10px;font-weight:500;color:#171717;height:18px;overflow:hidden;line-height:17px;}
#im-link .im-show-all {font-size:12px;padding:8px 0;text-align:center;}
#im-link .im-show-all a {color:#171717!important;text-decoration:none!important;line-height:16px!important;font-size:12px;}
#im-link .im-show-all a:hover {text-decoration:underline;color:#00BCD4!important;}

/* ITEM RELATED TO THREAD */
.im-row.im-item-related {margin:5px 0 30px 0;padding-bottom:20px;border:1px solid #e3e3e4;background:#f0f0f0;padding:10px;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.im-item-related, .im-item-related *:not(i) {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.im-item-related a {color:#464feb;font-size:12px;font-weight:bold;text-decoration:none;}
.im-item-related a:hover {text-decoration:underline;}
.im-item-related .im-line {padding:2px 8px;font-size:12px;color:#171717;}
.im-item-related .im-item-price {font-weight:bold;font-size:14px;color:#000;}
.im-item-related .im-item-resource {width:auto;max-width:12.5%;padding-right:5px;}
.im-item-related .im-item-resource img {width:auto;height:auto;max-width:100%;max-height:66px;border:1px solid #e3e3e4;padding:2px;background:#fff;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}

/* OFFER */
.im-row.im-offer {margin:0 0 20px 0;padding:15px;background:#fff;color:#171717;border:1px solid #464feb;border-left-width:6px;font-size:13px;border-radius:3px;text-decoration:none;}
.im-row.im-offer .im-line:first-child {margin-bottom:4px;font-weight:bold;}
.im-row.im-offer .im-line:last-child {font-size:14px;color: #464feb;}
.im-row.im-offer:hover .im-line:last-child {text-decoration:underline;}
.fa.fa-angle-double-right {vertical-align: middle;}

/* THREADS LIST */
.im-threads {font-size:13px;}
.im-threads .im-table-row {padding:8px 0;position:relative;}
.im-threads .im-table-row.im-is-offer {background:rgba(32, 152, 239, 0.12);}
.im-threads .im-table-row.im-unread:before {color:#fff;font-size:13px;line-height:24px;text-align:center;display:block;font-family:"FontAwesome","Font Awesome 5 Free";content:"\f070";position:absolute;left:-24px;width:24px;height:24px;background:#F44336;top:0;}
!.im-threads .im-table-row.im-unread:after {display:block;font-family:"FontAwesome","Font Awesome 5 Free";content:".";text-indent:-9999px;position:absolute;left:0px;width:1px;height:70%;background:#F44336;top:0;}
.im-threads .im-line {padding:2px;}
.im-threads .im-title a {font-size:13px;font-weight:bold;}
.im-threads .im-item a {font-size:14px;text-decoration:none;color:#171717;}
.im-threads .im-item a:hover {color:#171717;}
.im-threads .im-from-to {font-size:13px;color:#000;}
.im-threads .im-time {font-size:12px;color:#171717;}
.im-threads .im-special {padding:20px 5px;line-height:18px;}
.im-threads .im-special i {font-size:14px;line-height:18px;}
.im-threads .im-small {font-size:9px;}
.im-threads .im-flag-yes i {color:#464feb;}
.im-threads .im-flag-no i {color:#bbb;}
.im-threads .im-notify-yes i {color:#464feb;}
.im-threads .im-notify-no i {color:#bbb;}

/* CREATE THREAD */
#im-create-thread-form {padding:12px;border:1px solid #eee;background:#f0f0f0;display:inline-block;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#im-create-thread-form .im-input {clear:both;}
#im-create-thread-form .im-textarea {margin-top:0px;background: #f4f6f7;}
body #im-create-thread-form button.im-button-green i {margin-left: 2px;}
body #im-create-thread-form #im-message {border-radius: 6px;}
/* List of existing threads - on CREATE THREAD page */
.im-threads-exist {margin:0 0 15px 0;display:inline-block;width:100%;clear:both;}
.im-threads-exist a {font-size:12px;padding:10px;background:#fff;border:1px solid #e3e3e4;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;margin:0 0 8px 0;}
.im-threads-exist a:hover {background:#464feb1f;}
.im-threads-exist a .im-title {width: 83%;color:#464feb;text-decoration:none;line-height:30px;}
.im-threads-exist a .im-title:hover {color:#464feb;}
.im-threads-exist a .im-from-to {color:#171717;font-weight:600;line-height:18px;font-size:12px;}
.im-threads-exist a .im-pms, .im-threads-exist a .im-time {width: 100%;color:#171717;font-size:12px;font-weight: normal;line-height:18px;}
.im-threads-exist a .im-from-to, .im-threads-exist a .im-pms, .im-threads-exist a .im-time {text-align: right;}

/* LIST OF MESSAGES */
.im-messages {font-size:14px;position:relative;padding-top:10px;}
.im-messages .im-table-row {position:relative;font-size:14px;background:#f5f5fd!important;margin:0 0 25px 0;padding:12px 8px;width:47%;float:left;border:1px solid #e8e8e8;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-border-top-right-radius: 0px; -moz-border-radius-topright: 0px; border-top-right-radius: 0px;}
.im-messages .im-table-row.hidden {display:none;}
.im-messages .im-table-row.im-from {background:#fff!important;border: 1px solid #e3e3e3;float:right;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-border-top-left-radius: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px;}
.im-messages .im-table-row.im-from:before {color:#464feb;right:16px;left:auto;line-height:18px;}
.im-messages .im-name {line-height:18px;color:#111;}
.im-messages .im-name span.im-identifier {font-size:11px;color:#fff;background:#555;padding:0 3px;line-height:16px;display:inline-block;font-weight:600;}
.im-messages .im-table-row.im-from .im-name span.im-identifier {background:#F44336;}
.im-messages .im-date {font-size:10px;line-height:18px;color:#bbb;}
.im-messages .im-message-content {margin:8px 0;}
.im-messages .im-message-extra {text-align:right;margin-bottom:-3px;margin-top:8px;height:18px;}
.im-messages .im-message-extra.im-box-gray {padding:10px 8px 4px 8px!important;margin-top:15px;height:auto;background:#fdfdfd;border-top:1px solid #eee;-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
.im-messages .im-message-extra a.im-hide {color:#464feb;font-size:11px;font-weight:500;text-decoration:underline;display:none;float:right;margin-left:10px;}
.im-messages .im-message-extra a.im-hide:hover {text-decoration:none;}
.im-messages .im-message-extra a.im-download {font-size:11px;text-decoration:none;float:left;}
.im-messages .im-att-icon {margin-right:5px;vertical-align:-3px;}

/* New message form - on MESSAGE LIST page */
#im-message-form {float:left;width:100%;margin:20px 0 30px 0;clear:both;width:100%;padding:12px;border:1px solid #eee;background:#f0f0f0;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#im-message-form .im-file, #im-create-thread-form .im-file {background: #fff;width:100%;border: 1px solid #e3e3e3; padding: 3px; float: right; font-size: 12px; margin: 2px 0 1px 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.im-textarea {color:#171717;margin:0 0 15px 0;height:175px;outline:none;width:100%;padding:5px;font-size:13px;line-height:16px;border:1px solid #e3e3e4;background:#fff;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none; border-radius: 0px;}
.im-textarea:focus, .im-textarea:active {border-color:#eaa867;}
.im-input {color:#171717;margin:0;outline:none;width:100%;max-width:220px;padding:5px;font-size:13px;line-height:16px;border:1px solid #e3e3e4;background:#fff;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none; border-radius: 0px;}
.im-input:focus, .im-input:active {border-color:#eaa867;}
.im-label {margin:5px 0 2px 0;font-size:13px;color:#171717;width:100%;clear:both;display:inline-block;}

body .im-container .im-textarea {margin: 0;}

/* TABLE */
.im-table {display:inline-block;width:100%;clear:both;}
.im-table-head {display:inline-block;width:100%;clear:both;border: none; font-weight: normal; vertical-align: top; border-bottom: solid 1px #a0d0eb;color:#555;font-size:12px;}
.im-table-head > div {padding:8px;text-align:center;}
.im-table-row {display:block;width:100%;clear:both;float:left;background:#fff;font-size:12px;border-bottom:1px solid #EAEDEF;padding:4px 0;}
.im-table-row:nth-child(odd) {background:#FCFDFE;}
.im-table-row:hover {background:#464feb1f;}
.im-table-row > div {overflow:hidden;padding:8px;text-align:center;}
.im-table-row > div.no-img {padding-left:56px;}
.im-table-row > div.im-line {overflow:hidden;padding:2px 8px;text-align:center;}
.im-table-row > div a {text-decoration:none;color:#464feb;}
.im-table-row > div a:hover {text-decoration:none;color:#464feb;}
.im-table-row > div.im-red {color:#464feb;}
.im-table-row .im-align-left, .im-table-head > div.im-align-left, .im-align-left {text-align:left;}
.im-table-row .im-align-right, .im-table-head > div.im-align-right, .im-align-right {text-align:right;}
.im-table-row .im-align-center, .im-table-head > div.im-align-center, .im-align-center {text-align:center;}
.im-table-row.im-table-row-summary {font-weight:bold;background:#E3F0FD;color:#000;border-bottom-color:#DDE2E4;}
.im-table-row.im-table-row-summary:nth-child(odd) {background:#EDF4FB}
.im-row-empty {text-align:center;padding:30px 25px 20px 25px;}
.im-row-empty i {color: #dedede; display: block; clear: both; font-size: 80px; text-shadow: #fff 1px 1px 0;}
.im-row-empty span {text-align: center; display: block; color: #171717;font-size:14px;}

/* BASE STYLES */
.im-i {font-style:italic;}
.im-u {text-decoration:underline;}
.im-b {font-weight:bold;}
.im-gray {color:#171717;}
.im-row {width:100%;display:inline-block;margin:5px 0;clear:both;}
h2.im-head {font-size:20px;color:#363A41;display:inline-block;width:100%;padding:0;margin:0 0 25px 0;font-weight:bold;}
h3.im-head {font-size:16px;color:#363A41;display:inline-block;width:100%;padding:0;margin:50px 0 15px 0;font-weight:bold;}
.im-body {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;font-size:14px;line-height:18px;}

/* Buttons */
.im-button-white {outline:none;box-shadow:none;display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 8px; font-size: 13px; line-height: 17px; height:31px;border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;color: #363A41!important; background-color: #fff; border-color: #DEDEDE;}
.im-button-white:hover {color: #fff; background-color: #00aff0; border-color: #008abd; -webkit-box-shadow: none; box-shadow: none;}
.im-button-green, .im-body #uniform-undefined {text-shadow:none;background-position:0;float:left;outline:none;box-shadow:none;display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; font-weight:600;cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 8px 10px; font-size: 13px; line-height: 16px; height:34px;border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;color: #ffffff!important; background-color: #464feb; border-color: #464feb;}
.im-button-green:hover, .im-body #uniform-undefined:hover {color: #fff; background-position:0;background-color:#2d36d2; border-color: #2d36d2; -webkit-box-shadow: none; box-shadow: none;}
.im-button-red {outline:none;box-shadow:none;display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 8px; font-size: 13px; line-height: 17px; height:31px;border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;color: #ffffff!important; background-color: #E08F95; border-color: #da7b82;}
.im-button-red:hover {color: #fff; background-color: #d5676f; border-color: #cd4b55; -webkit-box-shadow: none; box-shadow: none;}
.im-body .uploader {float:right;margin:1px 0 0 0;width:auto;display:none;}

div[class^="im-col-"] {float:left;position:relative;}
.im-col-1 {width:4.16667%}
.im-col-2 {width:8.33333%}
.im-col-3 {width:12.5%}
.im-col-4 {width:16.66667%}
.im-col-5 {width:20.83333%}
.im-col-6 {width:25%}
.im-col-7 {width:29.16667%}
.im-col-8 {width:33.33333%}
.im-col-9 {width:37.5%}
.im-col-10 {width:41.66667%}
.im-col-11 {width:45.83333%}
.im-col-12 {width:50%}
.im-col-13 {width:54.16667%}
.im-col-14 {width:58.33333%}
.im-col-15 {width:62.5%}
.im-col-16 {width:66.66667%}
.im-col-17 {width:70.83333%}
.im-col-18 {width:75%}
.im-col-19 {width:79.16667%}
.im-col-20 {width:83.33333%}
.im-col-21 {width:87.5%}
.im-col-22 {width:91.66667%}
.im-col-23 {width:95.83333%}
.im-col-24 {width:100%}

#im-location-btn.loading {opacity: 0.7;pointer-events: none;}
#im-location-btn.loading i {animation: spin 1s linear infinite;}
#im-voice-btn.recording {color: #464feb;animation: pulse 1.5s infinite;}
#im-voice-btn.uploading {opacity: 0.7;pointer-events: none;}
.im-location-message {background-color: #f5f5f5;border-radius: 8px;overflow: hidden;margin: 10px 0;}
.im-location-map {width: 100%;border-radius: 8px 8px 0 0;overflow: hidden;}
.im-location-link {padding: 8px 12px;font-size: 13px;}
.im-location-link a {color: #1976d2;text-decoration: none;display: flex;align-items: center;gap: 5px;}
.im-location-link a:hover {text-decoration: underline;}
.im-voice-message {padding: 10px;background: #f1f1f1;border-radius: 6px;position: relative;}
.im-voice-controls {display: flex;align-items: center;}
.im-voice-play {background: #464feb;color: #ffffff;border: none;border-radius: 50%;width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;cursor: pointer;margin: 0 15px 0 0;}
html[dir="rtl"] body .im-voice-play {margin: 0 0 0 15px;}
.im-voice-play:hover {background: #2d36d2;}
.im-voice-progress {flex: 1;width: 100px;height: 8px;background: #ddd;border-radius: 4px;overflow: hidden;margin: 0;position: relative;}
.im-voice-progress-bar {width: 0;height: 100%;background: #464feb;transition: width 0.1s ease;}
.im-voice-duration {color: #171717;font-size: 12px;font-weight: 600;min-width: 40px;text-align: right;}

html[dir="rtl"] body .im-voice-duration {text-align: left;}
.im-voice-message audio {width: 100%;margin-top: 10px;display: block;}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.im-feature-btn {position: absolute;top: 17px;left: auto;right: 69px;font-size: 18px;cursor: pointer;}
html[dir="rtl"] body .im-feature-btn {left: 69px;right: auto;}
.im-feature-btn:active {transform: scale(0.95);}
.im-attachment-wrapper {position: absolute;top: 17px;left: auto;right: 105px;font-size: 18px;cursor: pointer;}
html[dir="rtl"] body .im-attachment-wrapper {left: 105px;right: auto;}
.attachment-dropdown {position: absolute;bottom: 40px;left: auto;right: 0;background: #fff;border: 1px solid #ddd;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);border-radius: 6px;padding: 10px;z-index: 999;width: 180px;display: flex;flex-direction: column;gap: 10px;transform: translateY(20px);opacity: 0;visibility: hidden;transition: all 0.3s ease-in-out;}
html[dir="rtl"] body .attachment-dropdown {left: 0;right: auto;}
.attachment-dropdown.show {transform: translateY(0);opacity: 1;visibility: visible;}
.dropdown-item {display: flex;align-items: center;gap: 10px;padding: 10px;background-color: #f4f6f7;border: none;border-radius: 6px;cursor: pointer;font-weight: 600;font-size: 14px;text-align: left;transition: background 0.2s ease;width: 100%;}
.dropdown-item:hover {background: #f2f4f8;color: #464feb;}
.dropdown-item i {font-size: 18px;}
.upload-item input[type="file"] {display: none;}
.close-dropdown-btn {position: absolute;top: -22px;right: auto;left: 0;cursor: pointer;}

html[dir="rtl"] body .close-dropdown-btn {right: 0;left: auto;}
html[dir="rtl"] body #audio-level-indicator {left: 55% !important;}
.plugin-instant_messenger #navi-bar, .plugin-instant_messenger #oc-chat {display: none;}  

/* RTL */
html[dir="rtl"] body .im-messages .im-date > i.fa-check-double {margin-left:2px;margin-right:0;float: right;}
html[dir="rtl"] body .im-messages .im-from .im-date > i.fa-check-double {margin-left:0;margin-right:2px;float: left;}
html[dir="rtl"] .im-threads-exist a .im-from-to, html[dir="rtl"] .im-threads-exist a .im-pms, html[dir="rtl"] .im-threads-exist a .im-time {text-align: left;}
html[dir="rtl"] .im-body, html[dir="rtl"] .im-html, html[dir="rtl"] .im-table, html[dir="rtl"] .im-messages, html[dir="rtl"] .im-threads {direction:rtl;float:right;}
html[dir="rtl"] div[class^="im-col-"] {float:right;}
html[dir="rtl"] .im-button-green, html[dir="rtl"] .im-body #uniform-undefined {float:right;}
html[dir="rtl"] body #im-create-thread-form button.im-button-green {clear:none;float: left;left: 10px;right: auto;}
html[dir="rtl"] body #im-create-thread-form button.im-button-green i {transform: scaleX(-1);margin-right: 2px;}
html[dir="rtl"] body #im-create-thread-form .im-attachment {left: 63px;right: auto;}
html[dir="rtl"] body form#im-create-thread-form {float:right;clear:none;margin-left:20px;margin-right:0;}
html[dir="rtl"] body .im-row.im-item-related {float:left;}
html[dir="rtl"] body .im-file-create-thread .im-error-list.error-list {float:right;clear:right;}
html[dir="rtl"] #user-main .user-custom-box h2 {float:right;text-align:right;width:100%;}
html[dir="rtl"] body .im-attachment .im-att-box .im-status i {float:right;transform:scaleX(-1);}
html[dir="rtl"] .im-contact {float:right;margin-left:15px;margin-right:0;padding-left:46px;padding-right:10px;text-align:right;}
html[dir="rtl"] .im-contact .im-top, html[dir="rtl"] .im-contact .im-bot {float:right;}
html[dir="rtl"] .im-contact i {left:7px;right:auto;}
html[dir="rtl"] .im-contact:after {left:-15px;right:auto;transform:rotate(-7deg);}
html[dir="rtl"] .im-input, html[dir="rtl"] body .im-input, html[dir="rtl"] .im-input, html[dir="rtl"] #im-create-thread-form .im-input, html[dir="rtl"] body #im-message {float:right;}
html[dir="rtl"] body .im-file-create-thread h2.im-head, html[dir="rtl"] h2.im-head {text-align:right;}
html[dir="rtl"] body .im-file-messages #im-error-list, html[dir="rtl"] .im-table.im-messages, html[dir="rtl"] body #im-message-form {float:right;clear:right;margin-left:5%;margin-right:0;}
html[dir="rtl"] body .im-messages .im-table-row {margin-left:0;margin-right:55px;}
html[dir="rtl"] body .im-messages .im-table-row.im-from {margin-left:55px;margin-right:0;}
html[dir="rtl"] .im-messages .im-table-row {float:right;border-radius:8px 8px 0 8px;background:#464feb!important;color:#fff;}
html[dir="rtl"] .im-messages .im-table-row.im-from {float:left;border-radius:8px 8px 8px 0;background: #fff!important;color:#000;}
html[dir="rtl"] body .im-table-row .im-horizontal {left:auto;right:-55px;}
html[dir="rtl"] body .im-table-row.im-from .im-horizontal {left:-55px;right:auto;}
html[dir="rtl"] body #im-message {padding-left:115px;padding-right:15px;}
html[dir="rtl"] body #im-message-form button {float:left;}
html[dir="rtl"] body #im-message-form button.im-button-alt {float:left;left:10px;right:auto;}
html[dir="rtl"] body #im-message-form button.im-button-alt i {transform:scaleX(-1);margin-right: 6px;}
html[dir="rtl"] body .im-messages .im-from .im-date {right:auto;left:2px;}
html[dir="rtl"] body .im-messages .im-date {right:2px;left:auto;}
html[dir="rtl"] .im-table-row .im-del-mes-box {left:-32px;right:auto;padding-right:4px;padding-left:0;}
html[dir="rtl"] .im-table-row.im-from .im-del-mes-box {right:-30px;left:auto;padding-left:4px;padding-right:0;}
html[dir="rtl"] .im-attachment .im-att-box .im-status {float:left;}
html[dir="rtl"] body #im-message-form .im-attachment {left:63px;right:auto;}
!html[dir="rtl"] .im-table-row .im-align-left, html[dir="rtl"] .im-table-head > div.im-align-left, html[dir="rtl"] .im-align-left {text-align:right;}
html[dir="rtl"] body .im-messages .im-message-extra.im-box-gray {padding-right:0px!important;padding-left:44px!important;text-align:right;}
html[dir="rtl"] body .im-messages .im-message-extra a.im-download {float:right;padding-bottom: 1px;}
html[dir="rtl"] body .im-messages .im-message-extra a.im-download > i {float:right;margin-left:6px;margin-right:0;}
html[dir="rtl"] body .im-messages .im-message-extra a.im-hide {left:0;right:auto;}
html[dir="rtl"] body .im-threads .im-line, html[dir="rtl"] body .im-threads .im-title a, html[dir="rtl"] .im-block .im-table-head strong {float:right;text-align: right;}
html[dir="rtl"] body .im-table-row > div.no-img {padding-right:56px;padding-left:8px;}
html[dir="rtl"] .im-profile-img {right:3px;left:auto;}
html[dir="rtl"] body .im-block .im-table-row .im-col-22 {padding-left:8px;padding-right:3px;text-align:right;}
html[dir="rtl"] .im-table.im-body { }
html[dir="rtl"] .im-table.im-body > div, html[dir="rtl"] .im-table.im-body > span {direction:rtl;}
html[dir="rtl"] .im-table-head > div.im-align-left {text-align:right;}
@media (max-width: 767px) {

    .im-voice-message {
        flex-direction: column;
        align-items: flex-start;
    }

    .im-voice-controls {
        width: 100%;
    }
    .im-feature-btn, .im-attachment-wrapper {
    font-size: 22px;
    top: 15px;
}
#audio-level-indicator {
    top: 32% !important;
}
.im-feature-btn {right: 72px;}
html[dir="rtl"] body .im-feature-btn {left: 72px;}
#imageModal #modalImage {margin-top: 70px;}
}
@media screen and (max-width: 767px) {
  .im-table-head > div.im-col-2 {display:none;}
  .im-container.mobile {display: block;}  
  .im-container.mobile .im-row.im-item-related.im-body {margin: 0 0 10px 0;border: 1px solid #eee;box-shadow: 0 1px 3px rgba(0, 0, 0, .2);}
  .im-threads-exist a .im-title {width: 100%;line-height:22px;}
  .im-threads-exist a .im-from-to, .im-threads-exist a .im-pms, .im-threads-exist a .im-time {text-align: left;}
  html[dir="rtl"] .im-threads-exist a .im-from-to, html[dir="rtl"] .im-threads-exist a .im-pms, html[dir="rtl"] .im-threads-exist a .im-time {text-align: right;}
}.lon-box, .lon-box *, #show-loan, #show-loan * {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.lon-box {display:inline-block;clear:both;width:100%!important;margin:0!important;border-radius:6px;overflow:hidden;    border: 1px solid #464feb;font-size:14px;line-height:16px;text-align:center;}
.lon-box .lon-header {position:relative;display:inline-block;clear:both;width:100%;text-align:center;color:#fff;font-size:16px;height:50px;font-weight:600;padding:15px 10px;line-height:18px;background:#464feb;}
.lon-close {position:absolute;top:0;right:0;width:50px;height:50px;cursor:pointer;}
.lon-close img {position:absolute;top:35%;left:35%;width:30%;height:30%;opacity:0.3;}
.lon-close:hover img {opacity:0.45;}
.lon-box .lon-body {display:inline-block;clear:both;width:100%;padding:0px;}
.lon-amount, .lon-maturity {display:inline-block;clear:both;width:100%;padding:15px 10px;border-bottom:1px solid #e3e3e3;}
.lon-title {display:inline-block;clear:both;width:100%;font-size:16px;font-weight:600;color:#464feb;margin:0 0 35px 0;}
.lon-box-in-item {position: relative;padding: 0;margin: 0;left: 0;right: 0;overflow: hidden;}
#show-loan {display:block;clear:both;width:auto;text-align:left;font-size:14px;line-height:16px;color:#333;text-decoration:none;position:relative;margin:0 0 10px 0;position:relative;}

#show-loan i {float:left;background:#464feb;color:#fff;font-size:15px;text-align:center;font-weight:600;display:block;margin:-4px 8px -4px 0;width:24px;height:24px;line-height:24px;border-radius:50px 0 50px 50px;}

.lon-box-in-item #show-loan {text-align: center;font-size: 16px;font-weight: 600;height: 25px;line-height: 25px;}

.lon-slider {display:inline-block;clear:both;width:100%;padding:10px 30px;}
.lon-min, .lon-max {float:left;text-align:center;font-size:14px;font-weight:600;color:#464feb;word-wrap: break-word;word-break: break-word;}
.lon-max {float:right;}
.lon-slide {float:left;width:100%;padding:5px 10px;position:relative;}
.lon-slide .slider.slider-horizontal {width:100%;}
.lon-slide input {display:none;}
.lon-line {position:absolute;top:0;width:1px;height:25px;background:rgba(0,0,0,0.07);display:block;}
.lon-line.lon-l1 {left:20%;}
.lon-line.lon-l2 {left:40%;}
.lon-line.lon-l3 {left:60%;}
.lon-line.lon-l4 {left:80%;}

.lon-summary .lon-col.lon-col-1 .lon-value {transform: translateY(-3px);}
.lon-slide .tooltip {font-size:12px;font-weight:600;}
.lon-slide .tooltip-inner {font-size: 14px;background:#464feb;border-radius:100px;padding:3px 12px;}
.lon-slide .tooltip.top .tooltip-arrow {border-top-color:#464feb;}
.lon-slide .slider-handle {background:#464feb;box-shadow:0 0 0 3px #fff,0 0 3px 5px rgba(0,0,0,0.1);z-index:2;}
.lon-slide .slider-selection {background:#464feb;}
.lon-slide .slider-track-high {background:#f4f6f7;border: 1px solid #dcdef2;z-index:2;}
.lon-summary {display:inline-block;clear:both;width:100%;background:#fff;}
.lon-summary .lon-col {float:left;width:33.33%;max-height: 70px;border-right:1px solid #e3e3e3;padding: 10px 0 10px 0;}
.lon-summary .lon-col.lon-col-3 {border-right:none;}
.lon-sub-title {display:inline-block;clear:both;width:100%;padding: 0 0 10px 0;font-size:14px;font-weight: 600;color:#464feb;}
.lon-value {display:inline-block;clear:both;width:100%;font-size:14px;font-weight:600;color:#464feb;}
.lon-value input.lon-interest[type="number"]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {padding:3px;margin: 0 5px 0;line-height:24px;height:30px;font-size:14px;font-weight:600;color:#464feb;float:none;display:inline-block;border:1px solid #dcdef2!important;width:70px!important;max-width:70px;min-width:70px;text-align:center;background:#f4f6f7!important;box-shadow:none!important;border-radius:6px;}
.lon-value input.lon-interest[type="number"]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):focus {border-color:#464feb !important;}
.lon-value strong {line-height:24px;font-weight:600;max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 4px;}
.lon-footer {display:block;clear:both;width:100%;position:relative;overflow:hidden;}
.lon-footer .lon-left {float:left;clear:both;width:100%;padding:10px;background:#464feb;text-align:left;color:#fff;min-height:40px;line-height: 20px;}
.lon-footer .lon-right {position:absolute;right:0;top:0;width:33.33%;padding:0px;background:#63c6df;height:80px;z-index:2;}
.lon-footer .lon-right a {position:absolute;top:0;right:0;width:100%;height:100%;}
.lon-footer .lon-right img {position: absolute; width: auto; height: auto; display: block; max-width: 85%; max-height: 70px; margin: auto; top: -50%; left: -50%; bottom: -50%; right: -50%;}
lon-row {display:block;clear:both;float:left;}
.lon-row:first-child {font-size: 14px;font-weight: 600;text-align: center;}
.lon-row i {color:#63c6df;font-size:17px;line-height:16px;float:left;margin:1px 6px 0px 0;}

#lon-fancy-dialog {max-height:80%;cursor:default;display:none;position:absolute;top:10%;left:50%;width:550px!important;height:420px!important;max-height:80%;margin-left:-275px;z-index:99999;}

/* TOOLTIP */
.tooltip {position:absolute;z-index:3;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}
.tooltip.in {filter:alpha(opacity=90);opacity:.9}
.tooltip.top {padding:5px 0;margin-top:-3px}
.tooltip.right {padding:0 5px;margin-left:3px}
.tooltip.bottom {padding:5px 0;margin-top:3px}
.tooltip.left {padding:0 5px;margin-left:-3px}
.tooltip-inner {max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
.tooltip-arrow {position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow {bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-left .tooltip-arrow {right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-right .tooltip-arrow {bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow {top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow {top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow {top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-left .tooltip-arrow {top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-right .tooltip-arrow {top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.lon-value .percentage-symbol {position: relative;}

html[dir="rtl"] .lon-max {float: left;}
html[dir="rtl"] .lon-min {float: right;}
html[dir="rtl"] .lon-slide {float: right;}


@media screen and (max-width: 767px) {
  #lon-fancy-dialog {width:90%!important;max-width:90%;margin:0!important;height:90%!important;max-height:90%;left:5%!important;top:5%;}
}


.flw-nav {float:left;clear:both;width:100%;margin:0 0 15px 0;border-bottom:3px solid #ddd;}
.flw-nav a {transition:none;text-decoration:none;float:left;margin:0 6px -3px 0;border-bottom:3px solid transparent;padding:10px 10px;font-size:15px;line-height:18px;font-weight:normal;}
.flw-nav a.active {font-weight:bold;}
.flw-nav a.active, .flw-nav a:hover {border-bottom-color:#333;text-decoration:none;}
.flw-tabs {float:left;clear:both;width:100%;}
.flw-tab {float:left;clear:both;width:100%;padding: 0 5px;}
.flw-tab .flw-one {clear:none;margin-right:35px;}
.flw-users-empty {padding:5px 0;}


/* PAGINATION */
.flw-pagination {float:left;clear:both;width:100%;background:transparent;padding:15px 0;margin:15px 0 0 0;border-top:1px solid rgba(0,0,0,0.15);position:relative;z-index:2;text-align:center;}
.flw-pagination a {text-decoration:none;display:inline-block;float:none;margin:0 2px;text-decoration:none;background:#fff;padding:6px 3px;min-width:32px;height:32px;line-height:18px;color:#444;font-weight:normal;border-radius:4px;border:1px solid rgba(0,0,0,0.15);font-size:14px;text-align:center;}
.flw-pagination span {display:inline-block;text-decoration:none;float:none;margin:0 4px;padding:6px 3px;height:32px;line-height:18px;color:#999;font-weight:normal;font-size:14px;text-align:center;}
.flw-pagination a:hover, .flw-pagination a.flw-active {background:#333;color:#fff;text-decoration:none;}
.flw-head {position: absolute; top: 0; left: 0; width: 100%; height: 50px; border-bottom: 1px solid #ccc; color: #111; font-size: 16px; font-weight: bold; padding: 15px 15px; line-height: 20px;}
.flw-box-content {position:absolute;top:50px;bottom:0;left:0;width:100%;overflow-y:auto;padding:5px 15px;}
.flw-box-content .flw-users-empty {font-size:15px;text-align:center;color:#aaa;line-height:20px;margin-top:140px;width:100%;text-align:center;}
.flw-one {float:left;width:100%;clear:both;position:relative;margin:0 0 10px 0;padding:8px 140px 8px 48px;}
.flw-one.noimg {padding-left:0;}
.flw-one .flw-img {position:absolute;left:0;top:3px;width:40px;height:40px;border-radius:100px;overflow:hidden;}
.flw-one .flw-img img {width:auto;height:auto;max-width:100%;}
.flw-one .flw-about {width:100%;font-size:14px;line-height:12px;position:relative;color:#171717;}
.flw-one .flw-about a {color:#171717;font-size:14px;font-weight:bold;float:left;clear:both;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height: 18px;}
.flw-one .flw-about a:hover {color:#171717;text-decoration:underline;}
.flw-one .flw-about span {display:block;color:#aaa;font-size:12px;font-weight:normal;float:left;clear:both;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height: 18px;}
.flw-one .flw-buttons {position:absolute;right:0;top:8px;width:140px;padding-left:5px;}
.flw-one .flw-buttons a, .flw-subscribe, .flw-counts {white-space:nowrap;transition:0.2s;position:relative;width:auto;display:inline-block;text-align:center;background:#464feb;border:1px solid #464feb;color:#fff;border-radius:4px;height:30px;padding:4px 8px;line-height:20px;font-size:14px;font-weight:bold;}
.flw-one .flw-buttons a:hover, .flw-subscribe:hover {color:#fff;background-color: #2d36d2;text-decoration: none;}
.flw-one .flw-buttons a {float:right;}
.flw-one .flw-buttons a.flw-undo, .flw-subscribe.flw-undo {background:#fff;color:#464feb;padding-left:7px;padding-right:7px;}
i.fas.fa-plus {vertical-align: middle;}
.flw-one .flw-buttons a.flw-undo:hover, .flw-subscribe.flw-undo:hover {color:#464feb;background-color: rgba(70,79,235,.12);}
.flw-subscribe.flw-disabled, .flw-disabled {opacity:0.6;cursor:default;}
.flw-subscribe.flw-disabled:hover, .flw-disabled:hover {text-decoration:none;}
.flw-counts {background:#fff;color:#464feb;font-weight:normal;border: 1px solid #464feb;}
.flw-counts:hover {background-color: rgba(70,79,235,.12);}
.flw-btn-loading {opacity:0.5;background:#fff;position:relative;}
.flw-btn-loading:after {width:100%;height:100%;display:block;content:"";top:0;left:0;border-radius:4px;position:absolute;background: #fff url(../images/loader.gif) no-repeat center center; background-size: 18px;}
.flw-item-buttons-wrap {position: absolute;width: 100%;text-align: right;top: 0;padding: 0;margin: 0;left: 0;right: 0;overflow: hidden;}
html[dir="rtl"] .flw-item-buttons-wrap {text-align: left;}
.flw-item-buttons-wrap a {display:inline-block;margin:0 0 0 3px;float:none;clear:none;}
.flw-item-buttons-wrap a:hover {text-decoration:none;}
/* MODAL DESIGN */
.modal-cover {display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:98;background:rgba(0,0,0,0.75);}
#flwModal {display:none;overflow:hidden;background:#fff;position:fixed;width:640px;height:480px;top:50%;left:50%;transform:translate(-50%, -50%);max-width: calc(100% - 20px); max-height: calc(100% - 20px);z-index:995;box-shadow: 0 5px 30px rgb(0 0 0 / 70%);}
#flwModal.modal-fullscreen {width:auto;height:auto;top:0;left:0;right:0;bottom:0;margin:0;border-radius:0;box-shadow:none;transform:none;max-width:100%;max-height:100%;}
#flwModal .modal-close { cursor: pointer; border-radius: 5px; transition: 0.2s; position: absolute; z-index: 99; color: #555; text-align: center; top: 8px; right: 8px; width: 34px; height: 34px; font-size: 18px;}
#flwModal .modal-close svg {width: auto; height: 18px; margin: 8px 0; display: inline-block; transition: 0.2s;}
#flwModal .modal-close:hover {-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
#flwModal .modal-content {position:absolute;right:0;bottom:0;top:0;left:0;}
#flwModal .modal-content .modal-iframe, #flwModal .modal-loader {background: #fff url(../images/loader.gif) no-repeat center center; background-size: 80px;border:none;padding:0;position:absolute;top:0;left:0;width:100%;height:100%;}
#flwModal, #flwModal .modal-content, #flwModal .modal-content .modal-iframe {border-radius:5px;}
#flwModal .modal-is-inline .modal-content {overflow-y:auto;}
#flwModal .modal-body {position:initial;padding:0;}
/* MODAL DESIGN */
.modal-cover {display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:98;background:rgba(0,0,0,0.75);}
#urModal {display:none;overflow:hidden;background:#fff;position:fixed;width:640px;height:100%;top:50%;left:50%;transform:translate(-50%, -50%);max-width: calc(100% - 20px); max-height: calc(100% - 20px);z-index:995;box-shadow: 0 5px 30px rgb(0 0 0 / 70%);}
#urModal.modal-fullscreen {width:auto;height:auto;top:0;left:0;right:0;bottom:0;margin:0;border-radius:0;box-shadow:none;transform:none;max-width:100%;max-height:100%;}
#urModal .modal-body {position:initial;padding:0;}
#urModal .modal-close { cursor: pointer; border-radius: 5px; transition: 0.2s; position: absolute; z-index: 99; color: #555; text-align: center; top: 8px; right: 8px; width: 34px; height: 34px; font-size: 18px;}
#urModal .modal-close svg {width:auto;height:18px;margin:8px 0;display:inline-block;transition: 0.2s;}
#urModal .modal-close:hover {-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
#urModal .modal-content {position:absolute;right:0;bottom:0;top:0;left:0;}
#urModal .modal-content .modal-iframe, #urModal .modal-loader {background: #fff url('/src/assets/img/loader.gif') no-repeat center center; background-size: 80px;border:none;padding:0;position:absolute;top:0;left:0;width:100%;height:100%;}
#urModal, #urModal .modal-content, #urModal .modal-content .modal-iframe {border-radius:5px;}
#urModal .modal-is-inline .modal-content {overflow-y:auto;}


#ur-box-show {display:inline-block;width:100%;}
#ur-box-show .ur-ratings {float:left;width:100%;clear:both;padding:15px 0 0 0;border-top:1px solid #ccc;font-size:14px;line-height:18px;}
#ur-box-show .ur-ratings .ur-row {float:left;width:100%;clear:both;margin:0 0 15px 0;padding:0 0 15px 0;border-bottom:1px solid #ccc;}
#ur-box-show .ur-ratings .ur-row:last-child {border-bottom:none;margin-bottom:0;padding-bottom:8px;}
#ur-box-show .ur-ratings .ur-row .ur-user {float:left;width:100%;clear:both;margin:0 0 10px 0;position:relative;padding:0px 110px 0px 48px;}
#ur-box-show .ur-user .ur-img {position:absolute;left:0px;top:-2px;width:40px;height:40px;border-radius:100px;overflow:hidden;}
#ur-box-show .ur-user .ur-img img {position:absolute;left:-50%;right:-50%;bottom:-50%;top:-50%;margin:auto;width:auto;height:auto;max-width:120%;max-height:100%;}
#ur-box-show .ur-user .ur-date {position:absolute;color:#777;right:0;top:1px;font-size:11px;line-height:13px;width:100px;text-align:right;}
#ur-box-show .ur-user .ur-about > strong {display:inline-block;width:100%;}
#ur-box-show .ur-user .ur-about > span {display:inline-block;width:100%;font-size:13px;font-weight:bold;}
#ur-box-show .ur-user .ur-text {display:inline-block;width:100%;color:#444;}
#ur-box-show .ur-user .ur-rate-value {font-style:normal;float:left;margin-left:2px;line-height: 14px; margin-top: 3px; margin-bottom: -2px;}
#ur-box-show .ur-over {display:block;float:left;width:100%;text-align:center;}
#ur-box-show .ur-over .ur-glob {display:block;float:left;width:100%;font-size:80px;line-height:80px;margin:15px 0 8px 0;}
#ur-box-show .ur-over .ur-stars-wrap {display:block;float:left;width:100%;height:30px;margin:5px 0;}
#ur-box-show .ur-over .ur-stars-wrap > div {float:none;display:inline-block;margin:0 auto;width:auto;}
#ur-box-show .ur-over .ur-rat-count {display:block;float:left;width:100%;color:#777;margin:0 0 5px 0;}
#ur-box-show .ur-level {display:block;float:left;width:100%;margin:5px 0;}
#ur-box-show .ur-level > span {font-weight:bold;background:#111;color:#fff;font-size:15px;line-height:18px;padding:2px 5px;}
#ur-box-show .ur-level > span.level4, .ur-level4 {background:#999;}
#ur-box-show .ur-level > span.level3, .ur-level3 {background:#666;}
#ur-box-show .ur-level > span.level2, .ur-level2 {background:#444;}
#ur-box-show .ur-level > span.level1, .ur-level1 {background:#111;}
#ur-box-show .ur-charts {display:block;float:left;width:100%;margin:25px 0;}
#ur-box-show .ur-charts .ur-line {float:left;width:100%;clear:both;margin:0 0 4px 0;}
#ur-box-show .ur-charts .ur-line .ur-lab {float:left;width:80px;font-size:13px;color:#777;line-height:16px;}
#ur-box-show .ur-charts .ur-line .ur-bar {float:left;margin:2px 0;width:calc(100% - 80px);background:#ddd;border-radius:4px;overflow:hidden;height:12px;}
#ur-box-show .ur-charts .ur-line .ur-bar > div {float:left;border-radius:4px;height:12px;color: #fff; font-size: 9px; line-height: 12px; text-align: right;font-weight: bold;}
#ur-box-show .ur-charts .ur-line .ur-bar > div.ur-has-lab {padding:0 5px;}
#ur-box-show .ur-charts .ur-line .ur-bar > div.ur-no-cl {background-color:#ffb100;}
#ur-box-show .mb-total-zero {display:inline-block;width:100%;text-align:center;padding:35px 20px;background:#eee;font-size:15px;color:#888;line-height:18px;margin-top:30px;border-radius:5px;}

.ur-nav {float:left;clear:both;width:100%;margin:0 0 15px 0;border-bottom:3px solid #ddd;}
.ur-nav a {transition:none;text-decoration:none;float:left;margin:0 12px -3px 0;border-bottom:3px solid transparent;padding:8px 0px;font-size:14px;line-height:16px;font-weight:normal;}
.ur-charts[data-options="6"] .ur-nav a {letter-spacing:-0.3px;margin-right:9px;}
.ur-nav a.active {font-weight:bold;}
.ur-nav a.active, .ur-nav a:hover {border-bottom-color:#464feb;text-decoration:none;}
.ur-nav a:last-child {margin-right:0!important;}
.ur-tabs {float:left;clear:both;width:100%;}
.ur-tab {float:left;clear:both;width:100%;display:none;}
.ur-tab.active {display:block;}


.ur-button-new {white-space: nowrap; transition: 0.2s; position: relative; width: auto; display: inline-block; text-align: center; background: #0095f6; border: 1px solid #0095f6; color: #fff; border-radius: 4px; height: 30px; padding: 5px 10px; line-height: 20px; font-size: 14px; font-weight: bold;}
.ur-button-new:hover {color:#fff;}
.ur-button-new.ur-button-counts:hover {background:#fff;}
.ur-button-new.ur-button-counts {background: #fff; color: #222; margin: 0 10px 10px 0; font-weight: normal; border-color: #ccc;}
.ur-show-stars {display:inline-block;margin:0 0 20px 0;}
.ur-show-stars em {font-style:normal;font-weight:bold;font-size:12px;margin:5px 0 -2px 2px;line-height:14px;color:#111;float:left;}
.ur-show-level {display:inline-block;margin:0 0 20px 0;}
.ur-show-level span {padding:2px 5px;font-weight:bold;color:#fff;}

.ur-item-buttons-wrap {display:inline-block;width:100%;margin:10px 0 10px 0;}
.ur-item-buttons-wrap a {display:inline-block;margin:0 6px 8px 0;float:none;clear:none;}

.ur-head {position:absolute;top:0;left:0;width:100%;height:50px;border-bottom:1px solid #ccc;color:#111;font-size:16px;font-weight:bold;padding:15px 15px;line-height:20px;}
.ur-box-content {position:absolute;top:50px;bottom:0;left:0;width:100%;overflow-y:auto;padding:15px 15px;}
.ur-box-content .ur-empty {font-size:15px;text-align:center;color:#aaa;line-height:20px;margin:140px 0 80px 0;width:100%;text-align:center;}
.ur-box-content .ur-row {float:left;clear:both;width:100%;}

.ur-card {float:left;font-size:14px;line-height:18px;width:calc(100% + 30px);padding:0px 110px 15px 68px;position:relative;background:#fff;border-bottom:1px solid #ccc;margin:0 -15px 20px -15px;}
.ur-card .ur-img {position:absolute;left:15px;top:-3px;width:44px;height:44px;border-radius:100px;overflow:hidden;}
.ur-card .ur-img img {position:absolute;left:-50%;right:-50%;bottom:-50%;top:-50%;margin:auto;width:auto;height:auto;max-width:120%;max-height:100%;}
.ur-card .ur-about {width:100%;display:inline-block;padding:4px 0;}
.ur-card .ur-about strong {font-size:15px;color:#000;display:block;width:100%;margin:0;line-height:18px;}
.ur-card .ur-about span {font-size:13px;color:#777;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:14px;display:inline-block;width:100%;}
.ur-card .ur-buttons {position:absolute;right:12px;top:-1px;width:100px;}
.ur-card .ur-buttons a {font-size:12px;font-weight:bold;white-space: nowrap;width:auto;float:right;display:inline-block;padding:5px 7px;margin-top: 10px;text-align:center;color:#fff;text-decoration:none;background:#464feb;border-radius:4px;transition:0.2s;}
.ur-card .ur-buttons a:hover {background:#2d36d2;color:#fff;text-decoration:none;}

#ur-box-new {float:left;width:100%;clear:both;}
#ur-box-new .ur-row {margin:0 0 15px 0;font-size:14px;line-height:18px;}
#ur-box-new .ur-row.ur-option {margin: 0 0 5px 0;}
#ur-box-new .ur-row.ur-resp {margin-top:6px;}
#ur-box-new .ur-row:last-child {margin-bottom:0;}
#ur-box-new .ur-left, #ur-box-new .ur-right {float:left;width:100%;clear:both;}
#ur-box-new .ur-left, #ur-box-new .ur-row label {font-weight:bold;color:#777;font-size:14px;line-height:24px;margin:0;}
#ur-box-new .ur-overall .ur-left {font-size:15px;color:#000;margin-bottom:2px;}
#ur-box-new textarea#response {float:left;width:100%;max-width:100%;min-width:100%;height:60px;font-size:14px;line-height:18px;border:2px solid #ccc;padding:8px;border-radius:0;margin:0;}
#ur-box-new textarea#response:hover, #ur-box-new textarea#response:focus, #ur-box-new textarea#response:active {border-color:#aaa;}

.ur-rate {float:left;width:auto;padding:0 3px 0 2px;}
.ur-rate.i1, .ur-rate:first-child {padding-left:0;}
.ur-rate.i5, .ur-rate:last-child {padding-right:0;}
.ur-rate > span {transition:0.1s;text-decoration:none;float:left;width:27px;height:26px;border-radius:5px;margin:0;background:#ffb100 url('/src/assets/img/star.svg') no-repeat center center;background-size:auto 14px;}
.ur-rate.ur-has-cl.color1 > span, .ur-bar > div.ur-has-cl.color1 {background-color:#c00000;}
.ur-rate.ur-has-cl.color2 > span, .ur-bar > div.ur-has-cl.color2 {background-color:#ff6600;}
.ur-rate.ur-has-cl.color3 > span, .ur-bar > div.ur-has-cl.color3 {background-color:#ffc000;}
.ur-rate.ur-has-cl.color4 > span, .ur-bar > div.ur-has-cl.color4 {background-color:#92d050;}
.ur-rate.ur-has-cl.color5 > span, .ur-bar > div.ur-has-cl.color5 {background-color:#00b050;}

.ur-stars-medium .ur-rate > span {width:33px;height:33px;background-size:auto 16px;}
.ur-stars-small .ur-rate, .ur-stars-smaller .ur-rate {padding-left:0;}
.ur-stars-small .ur-rate > span {width:17px;height:16px;background-size:auto 9px;border-radius:3px;}
.ur-stars-smaller .ur-rate > span {width:20px;height:19px;background-size:auto 11px;border-radius:3px;}
.ur-rate.ur-gray > span, .ur-rate.ur-has-cl.ur-gray > span, .ur-rate.ur-not-hover > span, .ur-rate.ur-select.ur-not-hover > span, .ur-rate.ur-not-select > span {background-color:#aaa;}
.ur-rating-box .ur-rate:hover > span, .ur-rate.ur-hover > span, .ur-rate.ur-select > span {background-color:#eaa200;}
#show-rating {font-size: 18px;color: #555;text-decoration: none;padding: 0 3px 0 2px;}
.ur-button, .button#uniform-submit-button {cursor:pointer;text-shadow:none;border-radius:3px;cursor:pointer;border:none!important; box-shadow:none!important;background: #464feb!important; color: #fff!important;font-size:14px;font-weight:bold;width:100%;text-align:center;padding:10px;margin:0;}
.ur-button:hover, .button#uniform-submit-button:hover {background: #2d36d2!important;}
.ur-button:active, .ur-button:focus, .button#uniform-submit-button:active, .button#uniform-submit-button:focus {color:#fff!important;}
.ur-button:disabled, .ur-button.disabled, .button#uniform-submit-button.disabled, .button#uniform-submit-button:disabled {opacity:0.5;cursor:not-allowed;}
.ur-button.add-new-rating {transition: 0.2s;width: 100%;border: 1px solid #464feb !important;border-radius: 4px;padding: 10px 10px;text-align: center;margin:16px 0 16px 0;font-weight: 600;font-size: 14px;color: #464feb !important;background: transparent !important;display: flex;align-items: center;justify-content: center;}
.ur-button.add-new-rating:hover {background-color: rgba(70, 79, 235, 0.12) !important;text-decoration: none;}
#seller .ur-button.add-new-rating {transition: 0.2s;width: 100%;border: 1px solid #dcdef2 !important;border-radius: 4px;padding: 10px 10px;margin: 10px 0 5px;text-align: center;font-weight: 600;font-size: 14px;color: #171717;background: transparent;text-decoration: none;}
    
.ur-status {display:none;float:left;width:100%;clear:both;font-size:14px;line-height:24px;text-align:center;padding:160px 25px 50px 25px;}
.ur-status .ur-row {font-size: 15px; font-weight: normal; color: #555; line-height: 20px;}
.ur-status i {color:#dcdef2;font-size: 100px; margin-bottom: 15px;opacity:0.9;}
.ur-status.ur-success {color:#8BC34A;}
.ur-status.ur-error {color:#F44336;}
.ur-status button, .ur-status .button#uniform-ok-button {display:block;margin:0 auto;margin-top:25px;float:none;}
.ur-status.ur-info {display:block;color:#666;}


.ur-box, .ur-show, .ur-status {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;outline: 0;}
	.bpr-body {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;font-size:14px;line-height:18px;}

#bpr-notice {display:inline-block;width:100%;clear:both;margin:10px 0 20px 0;border-radius:4px;padding:12px;font-size:15px;line-height:18px;background:#fff;border:1px solid #ccc;box-shadow:0 1px 3px rgba(0,0,0,0.1);}
#bpr-notice .bpr-notice-head {display:inline-block;width:100%;font-weight:bolder;position:relative;}
#bpr-notice .bpr-notice-head:after {font-family:"FontAwesome","Font Awesome 5 Free";content: "\f0d7";font-weight:bold;position:absolute;right:2px;top:0px;line-height:18px;font-size:16px;color:rgba(0,0,0,0.6);}
#bpr-notice .bpr-notice-head.opened:after {content: "\f0d8";}
#bpr-notice .bpr-notice-head a {color:#000;}
#bpr-notice .bpr-notice-text {display:inline-block;width:100%;margin-top:14px;display:none;line-height:20px;}



#bpr-seller.bpr-block {margin:15px auto;}
#bpr-seller.bpr-block .bpr-title {float:left;clear:both;width:99%;margin:15px 0.5%;font-size:14px;font-weight:bold;color:#333;}
#bpr-seller.bpr-block .bpr-inside-all {margin:0 0 20px 0;}
#bpr-seller.bpr-block .bpr-comp {max-width:24%;min-width:11%;width:24%;margin:0 0.5% 12px 0.5%;}

.bpr-select-cat {padding:0 10px 10px 10px;float:left;clear:both;border:1px solid #ccc;border-radius:3px;width: 320px; height: 240px; overflow-y: scroll;}
.bpr-select-cat .bpr-box-check {width:100%;clear:both;margin:3px 0;}
.bpr-select-cat .bpr-box-check.bpr-check-child {padding-left:6px;}
.bpr-select-cat .bpr-box-check.bpr-check-parent {margin-top:12px;font-weight:bold;}

.bpr-top-search {float:left;clear:both;width:100%;padding:0px 1%;margin:0 0 20px 0;}
.bpr-top-search .bpr-search-left {float:left;max-width:50%;}
.bpr-top-search #bpr-word {float:left;width:auto;min-width:320px;max-width:calc(100% - 40px);height:40px;padding:11px 10px;line-height:16px;background:#fff;border-radius:0;margin:0;border-right:none!important;border-radius: 7px 0 0 7px;}
.bpr-top-search #bpr-submit {float:left;width:40px;height:40px;line-height:20px;cursor: pointer;padding:10px 0;text-align:center;color:#fff;border:1px solid rgba(0,0,0,0.08);border-radius: 0 7px 7px 0;background:#464feb;}
.bpr-top-search #bpr-submit:hover {background:#3e45c9;border-color:rgba(0,0,0,0.15);}
.bpr-top-search #bpr-submit i {display:inline-block;width:100%;text-align:center;font-size:18px;}

.bpr-top-search .bpr-search-right {float:right;max-width:50%;width:50%;}
.bpr-top-search .bpr-search-right select {height:40px;padding:8px;margin-bottom:0;float:right;margin-left:2%;width:auto;min-width: 20%;max-width:48%;clear:none!important;}

.bpr-is-premium {float:left;clear:both;width:100%;padding:15px;border:1px dashed rgba(0,0,0,0.1);margin:0 0 20px 0;background:rgba(0,0,0,0.025);}
.bpr-is-premium .bpr-grp {float:left;width:auto;margin:0 15px 15px 0;padding:10px 14px 10px 42px;border-radius:4px;line-height:18px;position:relative;box-shadow:0 0 0 1px rgba(0,0,0,0.1) inset;text-decoration:none;}
.bpr-is-premium .bpr-grp:after {display:block;content:"";position:absolute;z-index:2;left:0;top:0;width:30px;height:100%;background:rgba(0,0,0,0.25);border-top-left-radius:3px;border-bottom-left-radius:3px;}
.bpr-is-premium .bpr-grp-i {position:absolute;z-index:1;width:100%;height:100%;top:0;left:0;opacity:0.5;border-radius:4px;}
.bpr-is-premium .bpr-grp-t {float:left;clear:both;width:100%;font-size:15px;color:rgba(0,0,0,0.8);font-weight:bold;z-index:2;position:relative;}
.bpr-is-premium .bpr-grp-d {float:left;clear:both;width:100%;font-size:12px;color:rgba(0,0,0,0.7);font-weight:normal;z-index:2;position:relative;}
.bpr-is-premium .bpr-grp-fa {position:absolute;width:30px;z-index:3;left:0;top:50%;line-height:20px;font-size:14px;margin-top:-10px;text-align:center;color:rgba(255,255,255,0.9);}
.bpr-grp:hover .bpr-grp-fa {color:#fff;}
.bpr-grp:hover .bpr-grp-t {text-decoration:underline;}
.bpr-is-premium .bpr-p-title {float:left;clear:both;width;100%;margin:0px 0 15px 0;color:#333;width:100%;}
.bpr-is-premium .bpr-p-note {float:right;font-size:11px;color:#999;}
.bpr-is-premium .bpr-prem-more {float:left;text-decoration:none;clear:both;}
.bpr-is-premium .bpr-prem-more:hover {text-decoration:underline;}
.bpr-is-premium .bpr-grp-wrap {float:left;clear:both;width:100%;margin:0 0 10px 0;}
#bpr-seller .bpr-is-premium {margin-bottom:0;border-radius:3px;}

.bpr-msg-wrap {float:left;clear:both;width:100%;margin:0 0 15px 0;}
.bpr-msg-wrap + .bpr-msg-wrap {margin-top:-10px;}
.bpr-msg-wrap .bpr-msg {float:left;clear:both;width:100%;margin:0;padding:20px 10px;line-height:18px;text-align:center;font-size:13px;font-weight:bold;color:rgba(0,0,0,0.7);background: rgba(70, 79, 235, 0.12);border:1px solid rgba(0,0,0,0.05);border-radius:3px;box-shadow:2px 2px 10px rgba(0,0,0,0.05);}

.bpr-prof {display:block;clear:both;width:100%;margin:0;}
.bpr-prof .bpr-inside h2 {font-size:20px;margin:0 0 5px 0;}
.bpr-prof .bpr-inside {float:left;display:block;clear:both;width:100%;margin:0px 0 10px 0;border:1px solid rgba(0,0,0,0.08);box-shadow:2px 2px 10px rgba(0,0,0,0.05);border-radius:3px;padding:20px;background:#fff;}
.bpr-prof .bpr-utitle {float:left;clear:both;width:100%;margin:25px 0 5px 0;font-size:14px;font-weight:bold;color:#111;}
.bpr-prof .bpr-usubtitle {float:left;clear:both;width:100%;margin:2px 0 5px 0;font-size:13px;font-weight:normal;color:#111;}
.bpr-prof .bpr-utitle + .bpr-usubtitle {margin-top:-2px;}
.bpr-prof form {display:block;clear:both;width:100%;margin:0;}
.bpr-prof .bpr-row {float:left;clear:both;width:100%;margin:0 0 2px 0;}
.bpr-prof .bpr-line {float:left;clear:both;width:100%;margin:0 0 5px 0;}
.bpr-prof .bpr-inputs {float:left;clear:both;width:100%;margin:0;}
.bpr-prof .bpr-line > span {float:left;width:110px;line-height:20px;margin:7px 5px 0 0;}
.bpr-prof input[type="text"], .bpr-prof input[type="url"]{padding: 8px; float: left; border: 1px solid #ccc; border-radius: 3px;height:36px!important;margin:0;}
.bpr-prof textarea {width:100%;height:200px;max-width:400px;padding: 8px; float: left; border: 1px solid #ccc; border-radius: 3px;margin:0;}
.bpr-prof .bpr-row-oh .bpr-line input[type="text"] {width:140px;max-width:100%;}
.bpr-prof .bpr-row-sc .bpr-line input[type="text"] {width:420px;max-width:100%;}
.bpr-prof .bpr-row-vd .bpr-line input[type="url"] {width:420px;max-width:100%;}
.bpr-prof .bpr-row-wrap {float:left;width:100%;clear:both;background:#eee;}
.bpr-prof .bpr-row-inf {float:left;clear:none;width:33.33%;margin:0;padding:10px;border-top:1px solid #fff;}
.bpr-prof .bpr-row-inf label {float:left;clear:both;font-size:13px;font-weight:normal;}
.bpr-prof .bpr-row-inf label > span {float:left;}
.bpr-prof .bpr-row-inf strong {float:left;clear:both;}
.bpr-prof .bpr-row-inf label > i {color:#999;cursor:help;float: left; margin-left: 6px; font-size: 11px; line-height: 11px;}
.bpr-prof .bpr-row.bpr-row-buttons {margin:20px 0 0 0;}
.bpr-prof .bpr-btn {margin:0 8px 6px 0;float:left;width:auto;height:auto;font-size:14px;font-weight:bold;color:#fff;background:#464feb;padding:9px 15px;text-align:center;min-width:100px;border:none;border-radius:3px;}
.bpr-prof .bpr-btn.bpr-btn-alt {background:#d4d4d4;color:#333;}
.bpr-prof .bpr-btn:not(.bpr-disabled):hover {background:#2d36d2;color:#fff;text-decoration:none;}
.bpr-prof .bpr-btn.bpr-btn-alt:hover {background:#b4b4b4;color:#111;}
.bpr-prof .bpr-btn.bpr-disabled {opacity:0.6;cursor:not-allowed;}
!.bpr-prof #bpr-category_multiple {float:left;width:230px;height:200px;clear:both;}
.bpr-row-select-multiple select {height:auto;-webkit-appearance:initial!important;min-width:240px;min-height:160px;width:240px;height:160px;overflow-y:scroll;}
.bpr-prof .bpr-row-icon .bpr-preview {float:left;width:100px;margin:0 0 10px 0;}
.bpr-prof .bpr-row-cover .bpr-preview {float:left;width:80%;margin:0 0 10px 0;}
.bpr-prof .bpr-preview img {float:left;width:auto;height:auto;max-width:100%;}
.bpr-prof .bpr-show-profile {float:left;clear:both;margin:0 0 20px 0;text-decoration:none;}
.bpr-prof .bpr-show-profile.bpr-disabled {color:#888;text-decoration:none;cursor:not-allowed;}
.bpr-prof .bpr-show-profile:hover {text-decoration:underline;}

.bpr-prof .bpr-preview.bpr-gal em {color:#777;margin:0 0 10px 0;display:block;}
.bpr-prof .bpr-preview.bpr-gal .img {float:left;margin:0 8px 8px 0;position:relative;}
.bpr-prof .bpr-preview.bpr-gal .img img {float:left;height:80px;width:96px;object-fit:cover;border-radius:5px;margin:0;transition:0.2s;border:1px solid #ccc;}
.bpr-prof .bpr-preview.bpr-gal .img img:hover {border-color:#aaa;box-shadow:0 2px 8px rgba(0,0,0,0.3);}
.bpr-prof .bpr-preview.bpr-gal .img .del {transition:0.2s;opacity:0;position:absolute;color:#fff;background:#111;border-radius:5px;top:4px;right:4px;width:32px;height:32px;text-align:center;}
.bpr-prof .bpr-preview.bpr-gal .img:hover .del {opacity:1;}
.bpr-prof .bpr-preview.bpr-gal .img .del:hover {background:#333;color:#fff;}
.bpr-prof .bpr-preview.bpr-gal .img .del i {display:inline-block;font-size:14px;line-height:32px;}

#bpr-gallery {float:left;width:100%;clear:both;margin:15px 0px 0 0;padding:20px 0 0 0;border-top:1px solid #ccc;}
#bpr-gallery .bpr-head {float:left;width:100%;clear:both;margin:0 0 8px 0;font-size:15px;font-weight:bold;line-height:17px;}
#bpr-gallery .bpr-gallery-images {float:left;clear:both;width:100%;}
#bpr-gallery .bpr-gallery-images a {float:left;margin:0 6px 6px 0;}
#bpr-gallery .bpr-gallery-images img {float:left;height:80px;width:96px;object-fit:contain;border-radius:5px;margin:0;transition:0.2s;border:1px solid #ccc;}
#bpr-gallery .bpr-gallery-images img:hover {border-color:#aaa;box-shadow:0 2px 8px rgba(0,0,0,0.3);}

#bpr-video {float:left;width:100%;clear:both;margin:15px 0px 0 0;padding:20px 0 0 0;border-top:1px solid #ccc;}
#bpr-video .bpr-head {float:left;width:100%;clear:both;margin:0 0 8px 0;font-size:15px;font-weight:bold;line-height:17px;}
#bpr-video .bpr-video-cards {float:left;clear:both;width:100%;}
#bpr-video .bpr-video-card {float:left;width:100%;margin:0 0 12px 0;}
#bpr-video .bpr-video-card iframe {width:100%;height:240px;}

@media screen and (min-width: 1024px) {
  #bpr-video.grid .bpr-video-cards {width:calc(100% + 12px);margin-right:-12px;}
  #bpr-video.grid .bpr-video-card {width:calc(50% - 12px);margin:0 12px 12px 0;}
  #bpr-video.grid .bpr-video-card iframe {height:145px;}
}


.bpr-attachment {float:left;width:auto;clear:both;margin:0px 6px 4px 0;}
.bpr-attachment .bpr-att-box {float:left;width:100%;clear:both;margin:0;position:relative;}
.bpr-attachment .bpr-att-box input {cursor:pointer;opacity:0;padding:5px;position:absolute;top:0;left:0;z-index:0;background:transparent;}
.bpr-attachment .bpr-att-box .bpr-status {margin:0;float:left;width:auto;transition:0.1s;cursor:pointer;padding:0;position:relative;z-index:2;text-decoration:none;padding: 5px 7px; background: #464feb; border-radius: 6px; color: #fff; font-size:13px;line-height:16px;font-weight: bold;}
.bpr-attachment .bpr-att-box .bpr-status:hover {background:#2d36d2;color:#fff;}
.bpr-attachment .bpr-att-box .bpr-wrap {height:25px;line-height:25px;float:left;width:auto;cursor:pointer;position:relative;z-index:2;}
.bpr-attachment .bpr-att-box .bpr-status i {float:left;font-weight:normal;margin-right:4px;cursor:pointer;font-size:13px;line-height:25px;}
.bpr-attachment .bpr-att-box .bpr-status .bpr-wrap span {cursor:pointer;}
.bpr-attachment .bpr-text {float:left;width:100%;clear:both;margin:1px 0;font-size:12px;color:#999;line-height:13px;}
.bpr-body a.bpr-rem-img {margin:0;float:left;width:auto;transition:0.1s;cursor:pointer;padding:0;color:#555;position:relative;z-index:2;text-decoration:none;padding: 5px 8px; background: #ddd; border-radius: 6px; font-size:13px;line-height:16px;font-weight: bold;}
.bpr-body a.bpr-rem-img:hover {background:#d0d0d0;color:#555;text-decoration:none;}
.bpr-comp {float:left;width:23%;transition:0.2s;margin:0 1% 20px 1%;padding:0 0 20px 0;border: 1px solid rgba(0,0,0,0.08); box-shadow: 2px 2px 10px rgba(0,0,0,0.05); border-radius: 3px;background:#fff;text-align:center;}
.bpr-comp:hover {border-color:rgba(0,0,0,0.15);box-shadow:3px 3px 20px rgba(0,0,0,0.2);}
.bpr-comp .bpr-cover .bpr-wrap {padding-top:66%;border-top-left-radius:3px;border-top-right-radius:3px;}
.bpr-comp .bpr-cover .bpr-elip {display: block; position: absolute; bottom: -45px; left: -10%; width: 120%; height: 60px; background: #fff; z-index: 2; border-radius: 100%;}
.bpr-comp .bpr-icon-wrap {float:left;clear:both;width:100%;position:relative;z-index:4;margin-bottom:17%;}
.bpr-comp .bpr-icon-wrap .bpr-icon {position:absolute;top:0;left:50%;margin:-30% 0 0 -20%;width:40%;border-radius:200px;}
.bpr-comp .bpr-icon-wrap .bpr-icon > div {background-color:#fff;position:absolute;top:0;left:0;width:100%;padding-top:calc(100% - 2px);border-radius:200px;overflow:hidden;border:1px solid rgba(0,0,0,0.1); box-shadow: 2px 2px 10px rgba(0,0,0,0.05);background-position:center center;background-size: cover; background-clip: border-box;background-repeat:no-repeat;}
.bpr-comp .bpr-info {float:left;clear:both;width:100%;padding:0 15px;}
.bpr-comp .bpr-title {max-width:100%;display:inline-block;clear:both;font-size:18px;color:#111;text-decoration:none;font-weight:bold;margin:0 0 8px 0;line-height:20px;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break: break-all; word-wrap: break-word;}
.bpr-comp:hover .bpr-title {color:#111;text-decoration:underline;}
.bpr-comp .bpr-loc {max-width:100%;display:inline-block;clear:both;font-size:14px;color:#777;width:100%;margin:0 0 12px 0;white-space:nowrap;height:18px;overflow:hidden;text-overflow:ellipsis;word-break: break-all; word-wrap: break-word;}
.bpr-comp .bpr-labels {display:inline-block;clear:both;width:auto;margin:0 auto;}
.bpr-comp .bpr-count {float:left;width:auto;clear:none;font-size: 13px; margin:0; background: #eee; color: #777; padding: 0 4px; border-radius: 4px; line-height: 20px;}
.bpr-comp .bpr-user-type {float:left; clear:none;width:auto;font-size: 12px; margin:0 6px 0 0; background: #333; color: #fff; padding: 0 4px; border-radius: 4px; line-height: 20px;}


.bpr-filters {float:left;clear:both;width:100%;padding:0 20px;border-top:1px solid #ccc;}
.bpr-filters > strong {float:left;font-size:16px;padding:15px 12px;line-height:18px;border-bottom:3px solid #464feb;color:#464feb;}
.bpr-filters .bpr-select {float:right;margin:7px 0 0 8px;width:auto;max-width:40%;}
.bpr-filters .bpr-select select {float:left;width:auto;max-width:100%;line-height: 18px; color: #333;margin-bottom:0; height: 36px; position: relative; overflow: hidden; padding: 7px; font-size: 14px; background: #fff; border: 1px solid #ccc;border-radius: 3px;}
.bpr-filters .bpr-select .select-box {height:34px;}
.bpr-filters .bpr-select .select-box-icon {top: 0; text-align: center; line-height: 28px;}
.bpr-filters .bpr-select .select-box .select-box-label {line-height:32px;}
.bpr-filters .bpr-show-all {float:right;margin:16px 15px 0 0;font-size:14px;text-decoration:none;line-height:18px;color:#2965be;font-weight:normal;}
.bpr-filters .bpr-show-all:hover {text-decoration:underline;}

#sellerMap {position:absolute;width:100%;height:100%;display:none;top:0;left:0;z-index:3;}
#sellerContact {position:absolute;width:300px;max-width:100%;height:100%;display:none;top:0;left:0;z-index:4;background:rgba(0,0,0,0.6);padding:20px;}
#sellerContact fieldset {float:left;width:100%;height:auto;overflow-y:auto;max-height:100%;}
#sellerContact .bpr-title {float:left;clear:both;width:100%;font-size:14px;font-weight:bold;color:#fff;margin:0 0 10px 0;}
#sellerContact input {border: none; background: rgba(255,255,255,0.8);width:80%; color: #000;float:left;clear:both;font-size:14px;line-height:16px;height:auto!important;padding:8px 8px;margin:0 0 12px 0;}
#sellerContact textarea {border: none; background: rgba(255,255,255,0.8); color: #000;float:left;width:100%;clear:both;font-size:14px;line-height:16px;height:40px;padding:8px;margin:0 0 12px 0;}
#sellerContact .bpr-btn {float:left;clear:both;width:auto;height:auto;font-size:13px;font-weight:bold;color:#fff;background:#464feb;padding:8px 12px;border:none;border-radius:3px;}
#sellerContact .bpr-btn:hover {background:#3e45c9;color:#fff;text-decoration:none;}
#sellerContact .bpr-close {position:absolute;top:15px;right:15px;width:16px;height:16px;cursor:pointer;opacity:0.6;}
#sellerContact .bpr-close:hover {opacity:0.85;}
#sellerContact .bpr-close img {float:left;width:100%;height:100%;}

#bpr-pagination {display: flex;list-style-type: none;flex-wrap: wrap;flex-direction: row;justify-content: center;align-items: flex-start;float:left;clear:both;width:100%;margin:0 0 10px 0;}
#bpr-pagination a {float:left;width:36px;height:36px;line-height:36px;margin:0 4px 4px 0;text-decoration:none;text-align:center;font-size:14px;font-weight:bold;background: rgb(59 73 223 / 10%);color: #3e45c9;border-radius:4px;}
#bpr-pagination a:hover, #bpr-pagination a.bpr-active {background:#464feb;color:#fff;text-decoration:none;border-color:#464feb;}
.bpr-list #bpr-pagination {width:98%;margin:0 1% 10px 1%;}

.bpr-items {float:left;clear:both;width:100%;margin:0 0 10px 0;}
.bpr-empty {float:left;clear:both;width:100%;padding:25px 10px;background:#f4f6f7;margin:10px 0;font-size:13px;color:#171717;text-align:center;border-radius:3px;}

#bpr-seller {display:block;clear:both;width:100%;max-width:1280px;margin:0 auto;}
#bpr-seller .bpr-inside {float:left;display:block;clear:both;width:100%;margin:20px 0 10px 0;border:1px solid rgba(0,0,0,0.08);box-shadow:2px 2px 10px rgba(0,0,0,0.05);border-radius:3px;padding:3px 3px 0 3px;background:#fff;}
#bpr-seller .bpr-inside-trans {float:left;display:block;clear:both;width:100%;margin:0px 0 40px 0;}
#bpr-seller .bpr-inside-all {float:left;display:block;clear:both;width:100%;margin:20px 0 40px 0;}
#bpr-seller .bpr-msg-wrap + .bpr-inside {margin-top:0;}
#bpr-seller .bpr-msg-wrap {margin-top:20px;}
.bpr-cover {float:left;clear:both;width:100%;position:relative;}
.bpr-cover .bpr-wrap {float:left;clear:both;width:100%;padding-top:25%;overflow:hidden;position:relative;}
.bpr-cover .bpr-wrap .bpr-wrap-img {top:0;left:0;display:block;position:absolute;width:100%;height:100%;background-position:center center;background-size: cover; background-clip: border-box;background-repeat:no-repeat;}
.bpr-cover .bpr-socials {position:absolute;right:20px;bottom:20px;}
.bpr-cover .bpr-socials a {float:left;width:40px;height:40px;line-height:40px;border-radius:5px;font-size:20px;text-align:center;margin:0 0 0 8px;background:rgba(0,0,0,0.35);color:rgba(255,255,255,0.9);}
.bpr-cover .bpr-socials a:hover {background:rgba(0,0,0,0.45);}
.bpr-cover .bpr-socials a i {line-height:40px;}
.bpr-cover .bpr-contact-us {position:absolute;left:20px;bottom:20px;}
.bpr-cover .bpr-contact-us a {float:left;width:auto;height:40px;line-height:40px;border-radius:5px;padding:0 12px;font-size:13px;font-weight:bold;text-decoration:none;text-align:center;margin:0;background:rgba(0,0,0,0.35);color:rgba(255,255,255,0.9);}
.bpr-cover .bpr-contact-us a.bpr-disabled {cursor:not-allowed;color:rgba(255,255,255,0.8);}
.bpr-cover .bpr-contact-us a.bpr-go:hover {background:rgba(0,0,0,0.45);}


.bpr-profile {float:left;clear:both;width:100%;margin:10px 0;}
.bpr-profile h1 {float:left;clear:both;width:auto;font-size:22px;color:#111;margin:0 0 10px 0;line-height:24px;}
.bpr-profile .bpr-left {float:left;width:70%;padding:20px;border-right:1px solid #ccc;margin:0;position:relative;}
.bpr-profile .bpr-left .bpr-icon {float:left;width:80px;margin:0 10px;overflow:hidden;}
.bpr-profile .bpr-left .bpr-icon img {float:left;width:auto;height:auto;max-width:100%;}
.bpr-profile .bpr-left .bpr-box {float:left;width:calc(100% - 100px);padding:0 100px 0 20px;position:relative;}
.bpr-profile .bpr-verified {position:absolute;right:12px;width:27px;}
.bpr-profile .bpr-verified img {float:left;width:100%;height:auto;}
.bpr-profile .bpr-type-wrap {float:left;clear:both;width:100%;margin:15px 0 0 0;text-align:center;}
.bpr-profile .bpr-user-type {display: inline-block; width: auto; margin: 0; padding: 2px 5px; line-height: 15px; font-size: 10px; font-weight: bold; text-transform: uppercase; color: #fff; background: #333; border-radius: 3px;}
.bpr-profile .bpr-user-type.bpr-type-1, .bpr-comp .bpr-user-type.bpr-type-1 {background:#e6b112;}
.bpr-profile .bpr-user-type.bpr-type-2, .bpr-comp .bpr-user-type.bpr-type-2 {background:#75bdda;}
.bpr-profile .bpr-user-type.bpr-type-3, .bpr-comp .bpr-user-type.bpr-type-3 {background:#a85cca;}
.bpr-profile .bpr-category {float:left;clear:both;width:auto;margin:0 0 10px 0;font-size:14px;}
.bpr-profile .bpr-category a {float:left;color:#2965be;font-weight:bold;text-decoration:none;}
.bpr-profile .bpr-category a:hover {text-decoration:underline;}
.bpr-profile .bpr-category span {float:left;margin:0 3px 0 0;}
.bpr-profile .bpr-reg {float:left;width:auto;margin:0 0 8px 0px;font-size:12px;color:#aaa;line-height:20px;clear:both;}
!.bpr-profile .bpr-reg > span {float:left;margin:0 10px;}
.bpr-profile .bpr-about {float:left;clear:both;width:100%;margin:0 0 10px 0;color:#666;}
.bpr-profile .bpr-features {float:left;clear:both;width:100%;margin:20px 0 10px 0;}
.bpr-profile .bpr-features .bpr-feat {float:left;width:33%;padding:0;margin:5px 0;}
.bpr-profile .bpr-features .bpr-ic {float:left;margin:0 6px 0 0;}
.bpr-profile .bpr-features .bpr-ic img {float:left;width:14px;margin:2px 0;height:auto;}
.bpr-profile .bpr-features .bpr-feat-name {font-size:14px;font-weight:bold;color:#333;}

.bpr-profile .bpr-right {float:left;width:30%;padding:20px 25px;border-left:1px solid #ccc;margin:0 0 0 -1px;}
.bpr-profile .bpr-right > div {float:left;clear:both;width:100%;margin:0 0 15px 0;position:relative;}
.bpr-profile .bpr-right > div > i {position: absolute; left: 0; top: -3px; width: 24px; height: 24px; line-height: 24px; text-align: center; font-size: 15px; color: #fff; background: #999; border-radius: 100px;}
.bpr-profile .bpr-right-box {float:left;clear:both;width:100%;padding:0 0 0 35px;min-height:30px;}
.bpr-profile .bpr-hours .bpr-right-box > div {float:left;clear:both;width:100%;}
.bpr-profile .bpr-hours .bpr-right-box > div span {min-width:25px;display:inline-block;}
.bpr-profile .bpr-payments {font-weight:bold;text-transform:uppercase;}
.bpr-profile .bpr-phone a {clear:both;display:block;float:left;width:auto;color:#333;text-decoration:none;font-weight:normal;border-bottom:1px dashed #bbb;}
.bpr-profile .bpr-phone a:hover {border-bottom:1px solid #bbb;}
.bpr-profile .bpr-phone a.bpr-bold {font-weight:bold;}
.bpr-profile .bpr-location a {display:block;clear:both;text-decoration:underline;font-size:12px;font-weight:normal;color:#2965be;margin:2px 0 5px 0;}
.bpr-profile .bpr-location a:hover {text-decoration:none;}
.bpr-profile .bpr-location a.hidden {display:none;}
.bpr-profile .bpr-links a {float:left;clear:both;width:auto;text-decoration:none;font-weight:500;color:#2965be;margin:0 0 5px 0;}
.bpr-profile .bpr-links a:hover {text-decoration:underline;color:#2965be;}
.bpr-profile .bpr-right > div.bpr-legal-notice-sidebar {margin-top:5px;}
.bpr-legal-notice-sidebar .bpr-legal-notice-head {width:auto;float:left;clear:both;cursor:pointer;}
.bpr-legal-notice-sidebar .bpr-legal-notice-head:hover {text-decoration:underline;}
.bpr-legal-notice-sidebar .bpr-legal-notice-head.opened > i.fa {transform:rotate(180deg);}
.bpr-legal-notice-sidebar .bpr-legal-notice-text {width:100%;float:left;clear:both;display:none;margin-top:5px;}


/* CUSTOM CHECKBOX */
.bpr-box-check {float:left;width:25%;clear:none;margin:5px 0px 8px 0;}
.bpr-box-check input[type="checkbox"] {opacity:0;position:absolute;left:0;top:0;z-index:-1;visibility:hidden;overflow:hidden;padding:0!important;width:0!important;height:0!important;margin:0!important;box-shadow:none!important;}
.bpr-box-check label {cursor:pointer;position:relative;float:left;padding:0 0 0 24px!important;line-height:20px;font-size:13px;width:auto;clear:both;}
.bpr-box-check label:hover {text-decoration:underline;}
.bpr-box-check label:before {cursor:pointer;content: ""; width: 18px; height: 18px; border: 1px solid #ccc;font-weight:500; text-shadow: none; position: absolute; top: 0; left: 0;text-shadow:none;box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
.bpr-box-check label:hover:before {border-color:#aaa;}
.bpr-box-check label:after {cursor:pointer;text-indent:0px;font-family:"FontAwesome","Font Awesome 5 Free";content: "\f00c"; color:transparent;font-size:13px;width: 18px; height: 18px;line-height:18px;text-align:center;font-weight:500; text-shadow:none; position: absolute; top: 0px; left: 0px;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
.bpr-box-check input[type="checkbox"]:checked + label:before {border-color:#464feb;color:#fff;background-color:#464feb;text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
.bpr-box-check input[type="checkbox"]:checked + label:after {color:#fff;}


@media screen and (max-width: 1200px) {
  #bpr-seller.bpr-block .bpr-comp {max-width:31.333%;min-width:19%;}

  .bpr-profile .bpr-features .bpr-feat {width:50%;}
  .bpr-profile .bpr-left {width:60%;}
  .bpr-profile .bpr-right {width:40%;}
  #bpr-pagination, .bpr-items {padding:0 10px;}
  .bpr-cover .bpr-wrap {padding-top:30%;}
  .bpr-profile .bpr-left .bpr-box {padding-right:60px;}
  .bpr-profile .bpr-verified {width:27px;right:0;}
  .bpr-profile .bpr-left .bpr-box {width:calc(100% - 80px);}
  .bpr-profile .bpr-left .bpr-icon {width:70px;margin:0 5px;}
  #sellerContact .bpr-title {margin-bottom:5px;}
  #sellerContact input, #sellerContact textarea {margin-bottom:7px;}
  #sellerContact textarea {height:46px;}
  .bpr-comp {width:31.33%;}
  .bpr-prof .bpr-row-inf {width:50%;}
  .bpr-box-check {width:33.33%;}
  .bpr-prof .bpr-row-cover .bpr-preview {width:100%;}
}

@media screen and (max-width: 767px) {
  #bpr-seller.bpr-block .bpr-comp {max-width:49%;min-width:24%;}
  .bpr-prof .bpr-preview.bpr-gal .img .del {opacity:1;}
  .bpr-top-search .bpr-search-left {width:100%;margin-bottom:10px;max-width:100%;}
  .bpr-top-search #bpr-word {width:100%;min-width:100px;}
  .bpr-top-search .bpr-search-right {float:left;clear:both;width:100%;max-width:100%;}
  .bpr-top-search .bpr-search-right select {width:49%;max-width:49%;float:left;}
  .bpr-top-search .bpr-search-right select:first-child {margin-left:0;}


  .bpr-profile .bpr-left {width:100%;border:none;padding:10px;border-bottom: 1px solid #ccc; margin-bottom: 15px;}
  .bpr-profile .bpr-right {width:100%;clear:both;margin:0;border:none;padding:10px;}
  .bpr-filters {padding:0 10px;}
  .bpr-show-all {display:none;}
  .bpr-cover .bpr-wrap {padding-top:45%;}
  #sellerContact .bpr-btn {padding:4px 10px;}
  #sellerContact input {padding:5px 8px;}
  #sellerContact textarea {padding:5px 8px;height:40px;}
  .bpr-comp {width:48%;}
  .bpr-cover .bpr-socials {width:100px;}
  .bpr-cover .bpr-socials a {float:right;margin:8px 0 0 8px;}
  .bpr-box-check {width:50%;}
  .bpr-is-premium .bpr-p-note {float:left;clear:both;margin-top:4px;}
}

@media screen and (max-width: 490px) {
  #bpr-seller.bpr-block .bpr-comp {min-width:49%;}
  .bpr-profile .bpr-left .bpr-icon {z-index:2;position:absolute;top:-75px;left:10px;border-radius:6px 6px 0 0;box-shadow: 0 -3px 3px rgba(0,0,0,0.2);background:#fff;margin:0;overflow:visible;}
  .bpr-profile .bpr-type-wrap {width:auto;position:absolute;margin:0;top:-5px;right:-5px;}
  .bpr-cover .bpr-contact-us {top:10px;left:10px;bottom:auto;}

  .bpr-cover .bpr-wrap {padding-top:60%;}
  #sellerContact .bpr-title {display:none;}
  .bpr-profile .bpr-verified {width:27px;right:0;top:0;}
  .bpr-profile h1, .bpr-profile .bpr-category, .bpr-profile .bpr-reg {padding-right:85px;}
  .bpr-profile .bpr-left .bpr-box {width:100%;padding:0;}
  .bpr-filters > strong {display:none;}
  .bpr-filters .bpr-select {float:left;margin:10px 8px 10px 0;}
  .bpr-profile .bpr-reg {clear:both;}
  .bpr-profile .bpr-reg > span {display:none;}
  .bpr-comp .bpr-loc {white-space:normal;height:36px;}
  .bpr-cover .bpr-socials a:nth-child(n+5) {display:none;}
  .bpr-prof .bpr-row-inf {width:100%;}
  .bpr-box-check {width:100%;}
  .bpr-prof .bpr-line > span {width:105px;}
  .bpr-prof .bpr-row-oh .bpr-line input[type="text"] {width:110px;}
  #bpr-video .bpr-video-card iframe {height:180px;}

}

@media screen and (max-width: 360px) {
  #bpr-video .bpr-video-card iframe {height:150px;}
}


/* RTL */
html[dir="rtl"] .bpr-body {direction:rtl;}
html[dir="rtl"] .bpr-prof .bpr-show-profile, html[dir="rtl"] .bpr-prof .bpr-row, html[dir="rtl"] .bpr-prof .bpr-row-inf, html[dir="rtl"] .bpr-prof .bpr-row-inf label, html[dir="rtl"] .bpr-prof .bpr-row-inf label > span,
html[dir="rtl"] .bpr-prof .bpr-row-icon .bpr-preview, html[dir="rtl"] .bpr-prof input[type="text"], html[dir="rtl"] .bpr-select-cat, html[dir="rtl"] .bpr-prof .bpr-line > span, html[dir="rtl"] .bpr-box-check, 
html[dir="rtl"] .bpr-prof .bpr-row-cover .bpr-preview, html[dir="rtl"] .bpr-prof .bpr-row-inf strong {float:right;}
html[dir="rtl"] .bpr-prof .bpr-row-inf label > i {float:right;margin-right:6px;margin-left:0;}
html[dir="rtl"] .bpr-attachment {float:right;margin-right:6px;margin-left:0;}
html[dir="rtl"] .bpr-attachment .bpr-att-box .bpr-status i {float:right;margin-left:4px;margin-right:0;}
html[dir="rtl"] .bpr-box-check label {float:right;padding:0 24px 0 0!important;}
html[dir="rtl"] .bpr-box-check label:before, html[dir="rtl"] .bpr-box-check label:after {right:0;left:auto;}
html[dir="rtl"] .bpr-prof .bpr-btn {float:right;margin-right:0;margin-left:8px;}
html[dir="rtl"] .bpr-profile .bpr-verified {left:12px;right:auto;}
html[dir="rtl"] #bpr-pagination {float:right;}
html[dir="rtl"] #bpr-pagination a {float:right;0 0 6px 6px;}

@media screen and (max-width: 1200px) {
  html[dir="rtl"] .bpr-profile .bpr-verified {left:0;right:auto;}
}
html[dir="rtl"] .bpr-top-search #bpr-submit {border-radius: 7px 0 0 7px;}
html[dir="rtl"] .bpr-profile .bpr-right>div.bpr-phone {direction:ltr;}
html[dir="rtl"] .bpr-comp .bpr-user-type {float:right;margin:0 0 0 6px;}
html[dir="rtl"] .bpr-comp .bpr-count, html[dir="rtl"] .bpr-comp, html[dir="rtl"] .bpr-top-search .bpr-search-left, html[dir="rtl"] .bpr-top-search #bpr-word, html[dir="rtl"] .bpr-top-search #bpr-submit {float:right;}
html[dir="rtl"] .bpr-top-search #bpr-word {border-left:none!important;border-right:1px solid #d4d4d4!important;border-color:#d4d4d4;border-radius: 0 7px 7px 0;}
html[dir="rtl"] .bpr-top-search .bpr-search-right {float:left;}
html[dir="rtl"] .bpr-top-search .bpr-search-right select {float:left;margin-right:2%;margin-left:0;}
html[dir="rtl"] .bpr-cover .bpr-contact-us {right:20px;left:auto;}
html[dir="rtl"] .bpr-cover .bpr-socials {left:20px;right:auto;}
html[dir="rtl"] .bpr-cover .bpr-socials a {float:right;margin-left:0;margin-right:8px;}
html[dir="rtl"] .bpr-profile .bpr-left {float:right;border-left:1px solid #ccc;border-right:none;}
html[dir="rtl"] .bpr-profile .bpr-right {float:left;border-right:1px solid #ccc;border-left:none;margin-left:0;margin-right:-1px;}
html[dir="rtl"] .bpr-profile .bpr-right > div > i {right:0;left:auto;}
html[dir="rtl"] .bpr-profile .bpr-right-box {float:right;padding:0 35px 0 0;}
html[dir="rtl"] .bpr-profile .bpr-phone a, html[dir="rtl"] .bpr-profile .bpr-links a, html[dir="rtl"] .bpr-profile .bpr-left .bpr-icon, html[dir="rtl"] .bpr-profile h1, html[dir="rtl"] .bpr-profile .bpr-category, html[dir="rtl"] .bpr-profile .bpr-reg,
html[dir="rtl"] .bpr-profile .bpr-about, html[dir="rtl"] .bpr-filters > strong {float:right;}
html[dir="rtl"] .bpr-profile .bpr-links a i {display:none;}
html[dir="rtl"] .bpr-filters .bpr-select {float:left;margin-right:8px;margin-left:0;}
html[dir="rtl"] .bpr-filters .bpr-show-all {color:#464feb;float:left;margin-right:0px;margin-left:15px;}
html[dir="rtl"] .bpr-profile .bpr-left .bpr-box {float:right;padding-right:20px;}
html[dir="rtl"] #bpr-gallery .bpr-gallery-images a {float:right;margin-left:6px;margin-right:0;}
html[dir="rtl"] .bpr-profile .bpr-features .bpr-feat {float:right;}
html[dir="rtl"] .bpr-profile .bpr-features .bpr-ic {float:right;margin-left:6px;margin-right:0;}
html[dir="rtl"] .bpr-profile .bpr-category a, html[dir="rtl"] .bpr-profile .bpr-category span {float:right;}
html[dir="rtl"] #sellerContact {right:0;left:auto;}
html[dir="rtl"] #sellerContact .bpr-close {left:15px;right:auto;}
html[dir="rtl"] #sellerContact input, html[dir="rtl"] #sellerContact .bpr-btn {float:right;}


@media screen and (max-width: 1200px) {
  html[dir="rtl"] .bpr-profile .bpr-left .bpr-box {padding-left:60px;padding-right:20px;}
}

.tpd-tooltip{position:absolute}.tpd-tooltip{box-sizing:content-box}.tpd-tooltip [class^=tpd-]{box-sizing:inherit}.tpd-content-wrapper{position:absolute;top:0;left:0;float:left;width:100%;height:100%;overflow:hidden}.tpd-content-relative,.tpd-content-relative-padder,.tpd-content-spacer{float:left;position:relative}.tpd-content-relative{width:100%}.tpd-content{float:left;clear:both;position:relative;padding:10px;font-size:11px;line-height:16px;color:#fff;box-sizing:border-box!important}.tpd-has-inner-close .tpd-content-relative .tpd-content{padding-right:0!important}.tpd-tooltip .tpd-content-no-padding{padding:0!important}.tpd-title-wrapper{float:left;position:relative;overflow:hidden}.tpd-title-spacer{float:left}.tpd-title-relative,.tpd-title-relative-padder{float:left;position:relative}.tpd-title-relative{width:100%}.tpd-title{float:left;position:relative;font-size:11px;line-height:16px;padding:10px;font-weight:700;text-transform:uppercase;color:#fff;box-sizing:border-box!important}.tpd-has-title-close .tpd-title{padding-right:0!important}.tpd-close{position:absolute;top:0;right:0;width:28px;height:28px;cursor:pointer;overflow:hidden;color:#fff}.tpd-close-icon{float:left;font-family:Arial,Baskerville,monospace;font-weight:400;font-style:normal;text-decoration:none;width:28px;height:28px;font-size:28px;line-height:28px;text-align:center}.tpd-skin{position:absolute;top:0;left:0}.tpd-frames{position:absolute;top:0;left:0}.tpd-frames .tpd-frame{float:left;width:100%;height:100%;clear:both;display:none}.tpd-visible-frame-top .tpd-frame-top{display:block}.tpd-visible-frame-bottom .tpd-frame-bottom{display:block}.tpd-visible-frame-left .tpd-frame-left{display:block}.tpd-visible-frame-right .tpd-frame-right{display:block}.tpd-backgrounds{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform-origin:0 0;transform-origin:0 0}.tpd-background-shadow{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;pointer-events:none}.tpd-no-shadow .tpd-skin .tpd-background-shadow{box-shadow:none!important}.tpd-background-box{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.tpd-no-stem .tpd-background-box,.tpd-no-stem .tpd-shift-stem{display:none}.tpd-no-stem .tpd-background-box-top{display:block}.tpd-background-box-shift,.tpd-background-box-shift-further{position:relative;float:left;width:100%;height:100%}.tpd-background{border-radius:10px;float:left;clear:both;background:0 0;-webkit-background-clip:padding-box;background-clip:padding-box;border-style:solid;border-width:1px;border-color:rgba(255,255,255,.1)}.tpd-background-loading{display:none}.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background{border-radius:0}.tpd-background-title{float:left;clear:both;width:100%;background-color:#282828}.tpd-background-content{float:left;clear:both;width:100%;background-color:#282828}.tpd-background-border-hack{position:absolute;top:0;left:0;width:100%;height:100%;border-style:solid}.tpd-background-box-top{top:0}.tpd-background-box-bottom{bottom:0}.tpd-background-box-left{left:0}.tpd-background-box-right{right:0}.tpd-shift-stem{position:absolute;top:0;left:0;overflow:hidden}.tpd-shift-stem-side{position:absolute}.tpd-frame-bottom .tpd-shift-stem-side,.tpd-frame-top .tpd-shift-stem-side{width:100%}.tpd-frame-left .tpd-shift-stem-side,.tpd-frame-right .tpd-shift-stem-side{height:100%}.tpd-stem{position:absolute;top:0;left:0;overflow:hidden;width:16px;height:8px;margin-left:3px;margin-top:2px;-webkit-transform-origin:0 0;transform-origin:0 0}.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset{margin:0!important}.tpd-stem-spacer{position:absolute;top:0;left:0;width:100%;height:100%}.tpd-stem-reset .tpd-stem-spacer{margin-top:0}.tpd-stem-point{width:100px;position:absolute;top:0;left:50%}.tpd-stem-downscale,.tpd-stem-transform{float:left;width:100%;height:100%;-webkit-transform-origin:0 0;transform-origin:0 0;position:relative}.tpd-stem-side{width:50%;height:100%;float:left;position:relative;overflow:hidden}.tpd-stem-side-inversed{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.tpd-stem-triangle{width:0;height:0;border-bottom-style:solid;border-left-color:transparent;border-left-style:solid;position:absolute;top:0;left:0}.tpd-stem-border{width:20px;height:100%;position:absolute;top:0;left:50%;background-color:#fff;border-right-color:#fff;border-right-style:solid;border-right-width:0}.tpd-stem-border-corner{position:absolute;top:0;left:50%;height:100%;border-right-style:solid;border-right-width:0}.tpd-stem *{z-index:0;zoom:1}.tpd-stem-border-center-offset,.tpd-stem-border-center-offset-inverse{float:left;position:relative;width:100%;height:100%;overflow:hidden}.tpd-stem-notransform{float:left;width:100%;height:100%;position:relative}.tpd-stem-notransform .tpd-stem-border{height:100%;position:relative;float:left;top:0;left:0;margin:0}.tpd-stem-notransform .tpd-stem-border-center{position:absolute}.tpd-stem-notransform .tpd-stem-border-corner{background:#fff;border:0;top:auto;left:auto}.tpd-stem-notransform .tpd-stem-border-center,.tpd-stem-notransform .tpd-stem-triangle{height:0;border:0;left:50%}.tpd-stem-transform-left{-webkit-transform:rotate(-90deg) scale(-1,1);transform:rotate(-90deg) scale(-1,1)}.tpd-stem-transform-right{-webkit-transform:rotate(90deg) translate(0,-100%);transform:rotate(90deg) translate(0,-100%)}.tpd-stem-transform-bottom{-webkit-transform:scale(1,-1) translate(0,-100%);transform:scale(1,-1) translate(0,-100%)}.tpd-spinner{position:absolute;top:50%;left:50%;width:46px;height:36px}.tpd-spinner-spin{position:relative;float:left;margin:8px 0 0 13px;text-indent:-9999em;border-top:2px solid rgba(255,255,255,.2);border-right:2px solid rgba(255,255,255,.2);border-bottom:2px solid rgba(255,255,255,.2);border-left:2px solid #fff;-webkit-animation:tpd-spinner-animation 1.1s infinite linear;animation:tpd-spinner-animation 1.1s infinite linear;box-sizing:border-box!important}.tpd-spinner-spin,.tpd-spinner-spin:after{border-radius:50%;width:20px;height:20px}@-webkit-keyframes tpd-spinner-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes tpd-spinner-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tpd-is-loading .tpd-content-wrapper,.tpd-is-loading .tpd-title-wrapper{display:none}.tpd-is-loading .tpd-background{display:none}.tpd-is-loading .tpd-background-loading{display:block}.tpd-tooltip-measuring{top:0;left:0;position:absolute;max-width:100%;width:100%}.tpd-tooltip-measuring .tpd-skin,.tpd-tooltip-measuring .tpd-spinner{display:none}.tpd-tooltip-measuring .tpd-content-wrapper,.tpd-tooltip-measuring .tpd-title-wrapper{display:block}.tpd-tooltip a,.tpd-tooltip a:hover{color:grey;text-decoration:underline}.tpd-tooltip a:hover{color:#6c6c6c}.tpd-size-x-small .tpd-content,.tpd-size-x-small .tpd-title{padding:7px 8px;font-size:10px;line-height:15px}.tpd-size-x-small .tpd-background{border-radius:5px}.tpd-size-x-small .tpd-stem{width:12px;height:6px;margin-left:4px;margin-top:2px}.tpd-size-x-small.tpd-no-radius .tpd-stem{margin-left:7px}.tpd-size-x-small .tpd-close{margin-bottom:1px}.tpd-size-x-small .tpd-spinner{width:35px;height:29px}.tpd-size-x-small .tpd-spinner-spin{margin:6px 0 0 9px}.tpd-size-x-small .tpd-spinner-spin,.tpd-size-x-small .tpd-spinner-spin:after{width:17px;height:17px}.tpd-size-small .tpd-content,.tpd-size-small .tpd-title{padding:8px;font-size:10px;line-height:16px}.tpd-size-small .tpd-background{border-radius:6px}.tpd-size-small .tpd-stem{width:14px;height:7px;margin-left:5px;margin-top:2px}.tpd-size-small.tpd-no-radius .tpd-stem{margin-left:8px}.tpd-size-small .tpd-close{margin:2px 1px}.tpd-size-small .tpd-spinner{width:42px;height:32px}.tpd-size-small .tpd-spinner-spin{margin:7px 0 0 13px}.tpd-size-small .tpd-spinner-spin,.tpd-size-small .tpd-spinner-spin:after{width:18px;height:18px}.tpd-size-medium .tpd-content,.tpd-size-medium .tpd-title{padding:10px;font-size:11px;line-height:16px}.tpd-size-medium .tpd-background{border-radius:8px}.tpd-size-medium .tpd-stem{width:16px;height:8px;margin-left:6px;margin-top:2px}.tpd-size-medium.tpd-no-radius .tpd-stem{margin-left:10px}.tpd-size-medium .tpd-close{margin:4px 2px}.tpd-size-medium .tpd-spinner{width:50px;height:36px}.tpd-size-medium .tpd-spinner-spin{margin:8px 0 0 15px}.tpd-size-medium .tpd-spinner-spin,.tpd-size-medium .tpd-spinner-spin:after{width:20px;height:20px}.tpd-size-large .tpd-content,.tpd-size-large .tpd-title{padding:10px;font-size:13px;line-height:18px}.tpd-size-large .tpd-background{border-radius:8px}.tpd-size-large .tpd-stem{width:18px;height:9px;margin-left:7px;margin-top:2px}.tpd-size-large.tpd-no-radius .tpd-stem{margin-left:10px}.tpd-size-large .tpd-close{margin:5px 2px 5px 2px}.tpd-size-large .tpd-spinner{width:54px;height:38px}.tpd-size-large .tpd-spinner-spin{margin:9px 0 0 17px}.tpd-size-large .tpd-spinner-spin,.tpd-size-large .tpd-spinner-spin:after{width:20px;height:20px}.tpd-skin-dark .tpd-close,.tpd-skin-dark .tpd-content,.tpd-skin-dark .tpd-title{color:#fff}.tpd-skin-dark .tpd-background-content,.tpd-skin-dark .tpd-background-title{background-color:#282828}.tpd-skin-dark .tpd-background{border-width:1px;border-color:rgba(255,255,255,.1)}.tpd-skin-dark .tpd-title-wrapper{border-bottom:1px solid #404040}.tpd-skin-dark .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-dark a{color:#ccc}.tpd-skin-dark a:hover{color:silver}.tpd-skin-light .tpd-close,.tpd-skin-light .tpd-content,.tpd-skin-light .tpd-title{color:#333}.tpd-skin-light .tpd-background-content{background-color:#fff}.tpd-skin-light .tpd-background{border-width:1px;border-color:rgba(0,0,0,.3)}.tpd-skin-light .tpd-background-title{background-color:#f7f7f7}.tpd-skin-light .tpd-title-wrapper{border-bottom:1px solid silver}.tpd-skin-light .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-light.tpd-no-shadow .tpd-background{border-color:rgba(100,100,100,.3)}.tpd-skin-light .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-light a{color:grey}.tpd-skin-light a:hover{color:#6c6c6c}.tpd-skin-gray .tpd-close,.tpd-skin-gray .tpd-content,.tpd-skin-gray .tpd-title{color:#fff}.tpd-skin-gray .tpd-background-content,.tpd-skin-gray .tpd-background-title{background-color:#727272}.tpd-skin-gray .tpd-background{border-width:1px;border-color:rgba(255,255,255,.1)}.tpd-skin-gray .tpd-title-wrapper{border-bottom:1px solid #505050}.tpd-skin-gray .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-gray a{color:#ccc}.tpd-skin-gray a:hover{color:#b6b6b6}.tpd-skin-red .tpd-close,.tpd-skin-red .tpd-content,.tpd-skin-red .tpd-title{color:#fff}.tpd-skin-red .tpd-background-content{background-color:#e13c37}.tpd-skin-red .tpd-background{border-width:1px;border-color:rgba(12,0,0,.6)}.tpd-skin-red .tpd-background-title{background-color:#e13c37}.tpd-skin-red .tpd-title-wrapper{border-bottom:1px solid #a30500}.tpd-skin-red .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-red .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-red a{color:#ddd}.tpd-skin-red a:hover{color:#c6c6c6}.tpd-skin-green .tpd-close,.tpd-skin-green .tpd-content,.tpd-skin-green .tpd-title{color:#fff}.tpd-skin-green .tpd-background-content{background-color:#4aab3a}.tpd-skin-green .tpd-background{border-width:1px;border-color:rgba(0,12,0,.6)}.tpd-skin-green .tpd-background-title{background-color:#4aab3a}.tpd-skin-green .tpd-title-wrapper{border-bottom:1px solid #127c00}.tpd-skin-green .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-green .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-green a{color:#ddd}.tpd-skin-green a:hover{color:#c6c6c6}.tpd-skin-blue .tpd-close,.tpd-skin-blue .tpd-content,.tpd-skin-blue .tpd-title{color:#fff}.tpd-skin-blue .tpd-background-content{background-color:#45a3e3}.tpd-skin-blue .tpd-background{border-width:1px;border-color:rgba(0,0,12,.6)}.tpd-skin-blue .tpd-background-title{background-color:#45a3e3}.tpd-skin-blue .tpd-title-wrapper{border-bottom:1px solid #1674b4}.tpd-skin-blue .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-blue .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-blue a{color:#ddd}.tpd-skin-blue a:hover{color:#c6c6c6}.tpd-skin-lightyellow .tpd-close,.tpd-skin-lightyellow .tpd-content,.tpd-skin-lightyellow .tpd-title{color:#333}.tpd-skin-lightyellow .tpd-background-content{background-color:#ffffa9}.tpd-skin-lightyellow .tpd-background{border-width:1px;border-color:rgba(8,8,0,.35)}.tpd-skin-lightyellow .tpd-background-title{background-color:#ffffa9}.tpd-skin-lightyellow .tpd-title-wrapper{border-bottom:1px solid #a7a697}.tpd-skin-lightyellow .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-lightyellow .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-lightyellow a{color:#777}.tpd-skin-lightyellow a:hover{color:#868686}.tpd-skin-lightblue .tpd-close,.tpd-skin-lightblue .tpd-content,.tpd-skin-lightblue .tpd-title{color:#333}.tpd-skin-lightblue .tpd-background-content{background-color:#bce5ff}.tpd-skin-lightblue .tpd-background{border-width:1px;border-color:rgba(0,0,8,.35)}.tpd-skin-lightblue .tpd-background-title{background-color:#bce5ff}.tpd-skin-lightblue .tpd-title-wrapper{border-bottom:1px solid #909b9f}.tpd-skin-lightblue .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-lightblue .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-lightblue a{color:#777}.tpd-skin-lightblue a:hover{color:#868686}.tpd-skin-lightpink .tpd-close,.tpd-skin-lightpink .tpd-content,.tpd-skin-lightpink .tpd-title{color:#333}.tpd-skin-lightpink .tpd-background-content{background-color:#ffc4bf}.tpd-skin-lightpink .tpd-background{border-width:1px;border-color:rgba(8,0,0,.35)}.tpd-skin-lightpink .tpd-background-title{background-color:#ffc4bf}.tpd-skin-lightpink .tpd-title-wrapper{border-bottom:1px solid #a08f8f}.tpd-skin-lightpink .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-lightpink .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-lightpink a{color:#777}.tpd-skin-lightpink a:hover{color:#868686}/* USER ACCOUNT SECTION */
.mo-item-top {position:relative;border-radius:4px;padding:10px 56px 10px 82px;margin:0 0 5px 0;font-size:14px;height:56px;font-weight:bold;float:left;width:100%;clear:both;background:#f0f1f3;color:#171717;line-height:18px;}
.mo-item-top .mo-item-img {position:absolute;top:0;left:0;width:70px;height:56px;overflow:hidden;border-radius:4px 0 0 4px;}
.mo-item-top .mo-item-img img {position:absolute;margin:auto;top:-50%;left:-50%;right:-50%;bottom:-50%;width:auto;height:auto;max-width:110%;max-height:110%;}
.mo-item-top .mo-item-title {display:block;float:left;clear:both;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
.mo-item-top .mo-item-price {display:block;float:left;clear:both;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
.mo-item-top .mo-item-showhide {transition:0.2s;right:10px;top:10px;text-align:center;font-size:22px;position:absolute;width:36px;height:36px;border-radius:4px;background:rgba(0,0,0,0.06);color:#777;}
.mo-item-top .mo-item-showhide:hover {background:rgba(0,0,0,0.12);}
.mo-item-top .mo-item-showhide i {line-height:36px;}
.mo-item {float:left;width:100%;clear:both;margin:0 0 20px 0;}
.mo-item.mo-collapsed {margin-bottom:5px;}
.mo-two-wrap {float:left;clear:both;width:100%;max-height:410px;overflow-y:auto;}
.mo-two {float:left;clear:both;width:100%;position:relative;padding:12px 0 12px 54px;border-bottom:1px solid #ccc;color:#222;font-size:14px;line-height:18px;}
.mo-two:last-child {border-bottom:none;}
.mo-two .mo-img {width:44px;height:44px;position:absolute;left:0;top:10px;overflow:hidden;border-radius:100px;}
.mo-two .mo-img img {width:auto;height:auto;max-width:120%;max-height:44px;position:absolute;top:-50%;left:-50%;right:-50%;bottom:-50%;margin:auto;}
.mo-two .mo-box-left {float:left;width:260px;padding-right:30px;}
.mo-two .mo-box-right {float:left;width:calc(100% - 260px);}
.mo-two .mo-line-link {float:left;width:auto;font-size:14px;font-weight:bold;margin-bottom:-1px;}
.mo-two .mo-line-title {float:left;width:100%;font-size:13px;color:#777;margin-bottom:1px;}
.mo-two .mo-line-title a {text-decoration:underline;}
.mo-two .mo-line-title a:hover {text-decoration:none;}
.mo-two .mo-line-sub {float:left;width:100%;font-size:15px;color:#171717;font-weight:bold;}
.mo-two .mo-line-sub .mo-qt {font-size:13px;}
.mo-two .mo-line-reply {float:left;width:100%;}
.mo-two .mo-line-actions {float:left;width:100%;}
.mo-two .mo-line-status div {float:left;clear:both;margin:3px 0;padding:4px 8px;height:auto;}
.mo-two .mo-line-status div i {margin-right:1px;}
.mo-two .mo-input-wrap {float:left;clear:both;margin:3px 0;width:100%;position:relative;}
.mo-two .mo-input-wrap input#respond {padding-right:70px;}
.mo-two a.mo-respond-button {position:absolute;border-radius:3px;transition:0.2s;font-size:14px;color:#fff;width:30px;height:30px;top:4px;right:4px;line-height:30px;border:none;text-align:center;}
.mo-two a.mo-respond-button i {line-height:30px;}
.mo-two a.mo-respond-button.disabled {opacity:0.6;cursor:wait;}
.mo-two a.mo-respond-button.mo-respond-accept {background:#444;color:#fff;right:37px;}
.mo-two a.mo-respond-button.mo-respond-accept:not(.disabled):hover {background:#3e45c9;color:#fff;}
.mo-two a.mo-respond-button.mo-respond-decline {background:#f0f1f3;color:#333;}
.mo-two a.mo-respond-button.mo-respond-decline:not(.disabled):hover {background:#aaa;color:#171717;}

.mo-two.mo-twi {padding-left:86px;}
.mo-two.mo-twi .mo-box-left {width:300px;}
.mo-two.mo-twi .mo-box-right {width:calc(100% - 300px);}
.mo-two.mo-twi .mo-img {border-radius:3px;width:72px;height:58px;}
.mo-two.mo-twi .mo-img img {max-height:120%;}
.mo-two.mo-twi .mo-line-title {margin-bottom:2px;}

.mo-tab-empty { padding: 5px 0; display:block;}

/* STYLE CHECKBOX */
#mo-check {display:inline-block;clear:both;width:100%;position:relative;padding:0;}
#mo-check .input-box-check {float:left;width:100%;clear:both;margin:5px 0;position:relative;}
#mo-check.styled .input-box-check input[type="checkbox"] {opacity:0.1;position:absolute;visibility:visible;left:10px;top:20px;z-index:1;;overflow:hidden;padding:0!important;width:1px!important;height:1px!important;margin:0!important;box-shadow:none!important;}
#mo-check.styled .input-box-check label {cursor:pointer;position:relative;float:left;padding:0 0 0 24px!important;line-height:20px;font-size:14px;width:auto;clear:both;}
#mo-check.styled .input-box-check label a {text-decoration:underline;}
#mo-check.styled .input-box-check label a:hover {text-decoration:none;}
#mo-check.styled .input-box-check label:hover {text-decoration:none;}
#mo-check.styled .input-box-check label:before {cursor:pointer;content: ""; width: 18px; height: 18px; border: 1px solid #aaa;font-weight:500; text-shadow: none; position: absolute; top: 0; left: 0;text-shadow:none;box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
#mo-check.styled .input-box-check label:hover:before {border-color:#aaa;}
#mo-check.styled .input-box-check label:after {cursor:pointer;text-indent:1px;font-family:"FontAwesome","Font Awesome 5 Free";content: "\f00c"; color:transparent;font-size:14px;width: 18px; height: 18px;line-height:18px;text-align:center;font-weight:500; text-shadow:none; position: absolute; top: 1px; left: 1px;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
#mo-check.styled .input-box-check input[type="checkbox"]:checked + label:before {border-color:#464feb;color:#fff;background-color:#464feb;text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
#mo-check.styled .input-box-check input[type="checkbox"]:checked + label:after {color:#fff;}


.mo-item-buttons-wrap { display: inline-block; width: 100%; margin: 10px 0 10px 0; }

.mo-head {position:absolute;top:0;left:0;width:100%;height:50px;border-bottom:1px solid #dcdef2;color:#111;font-size:16px;font-weight:bold;padding:15px 15px;line-height:20px;}
.mo-box-content {position:absolute;top:50px;bottom:0;left:0;width:100%;overflow-y:auto;padding:10px 15px 5px 15px;}
.mo-box-content .mo-empty {font-size:15px;text-align:center;color:#aaa;line-height:20px;margin:140px 0 80px 0;width:100%;text-align:center;}
.mo-box-content.mo-offers-list {bottom:55px;}
.mo-box-footer {position:absolute;bottom:0;left:0;width:100%;height:55px;padding:0px 15px;}

.mo-one {float:left;width:100%;clear:both;position:relative;margin:0 0 10px 0;padding:8px 140px 8px 48px;}
.mo-one.noimg {padding-left:0;}
.mo-one .mo-img {position:absolute;left:0;top:3px;width:40px;height:40px;border-radius:100px;overflow:hidden;}
.mo-one .mo-img img {width:auto;height:auto;max-width:100%;}
.mo-one .mo-about {width:100%;font-size:14px;line-height:15px;position:relative;color:#171717;}
.mo-one .mo-about > strong {color:#171717;font-size:14px;max-width:100%;font-weight:bold;float:left;clear:both;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mo-one .mo-about > strong .mo-qt {font-size: 12px;}
.mo-one .mo-about > span {width:100%;display:block;color:#aaa;font-size:13px;font-weight:normal;float:left;clear:both;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mo-one .mo-buttons {position:absolute;right:0;top:8px;width:140px;padding-left:5px;}
.mo-one .mo-buttons div, .mo-line-status div {float:right;white-space:nowrap;transition:0.2s;position:relative;width:auto;display:inline-block;text-align:center;background:#0095f6;border:1px solid transparent;color:#fff;border-radius:4px;height:30px;padding:5px 10px;line-height:18px;font-size:14px;font-weight:bold;}
.mo-one .mo-buttons div i, .mo-line-status i {margin-right:2px;}
.mo-one .mo-buttons div.mo-offer-status-0, .mo-line-status div.mo-offer-status-0 {background:#464feb;}
.mo-one .mo-buttons div.mo-offer-status-1, .mo-line-status div.mo-offer-status-1 {background:#0ed000;}
.mo-one .mo-buttons div.mo-offer-status-2, .mo-line-status div.mo-offer-status-2 {background:#E08F95;}
.mo-button-box {height:40px;transition:0.2s;border-radius:4px;float:left;width:100%;font-size:14px;line-height:19px;padding:10px;text-align:center;background:#464feb;color:#fff;font-weight:bold;text-decoration:none;border:none;}
.mo-button-box:not(.mo-loading):hover {background:#3e45c9;color:#fff;text-decoration:none;}
.mo-button-box.mo-loading {opacity:0.6;cursor:wait;}
.mo-button-box i {margin-right:6px;}
#mo-new .mo-back {cursor:pointer;transition:0.2s;position: absolute; left: 0; top: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; border-right: 1px solid #dcdef2; font-size: 20px; font-weight: bold;}
#mo-new .mo-back:hover {background:#eee;}
#mo-new .mo-head {padding-left:65px;overflow:hidden;}
#mo-new .mo-box-content {padding-top:15px;padding-bottom:15px;}

.mo-nav {float:left;clear:both;width:100%;margin:0 0 15px 0;border-bottom:3px solid #ddd;}
.mo-nav a {transition:none;text-decoration:none;float:left;margin:0 6px -3px 0;border-bottom:3px solid transparent;padding:10px 10px;font-size:15px;line-height:18px;font-weight:normal;}
.mo-nav a.active {font-weight:bold;}
.mo-nav a.active, .mo-nav a:hover {border-bottom-color:#333;text-decoration:none;}
.mo-tabs {float:left;clear:both;width:100%;}
.mo-tab {float:left;clear:both;width:100%;}
.mo-users-empty {padding:5px 0;}
.mo-button-new {white-space: nowrap; transition: 0.2s; position: relative; width: auto; display: inline-block; text-align: center; background: #0095f6; border: 1px solid #0095f6; color: #fff; border-radius: 4px; height: 30px; padding: 5px 10px; line-height: 20px; font-size: 14px; font-weight: bold;}
.mo-button-new:hover {color:#fff;}
.mo-button-new.mo-button-counts:hover {background:#fff;}
.mo-button-new.mo-button-counts {background: #fff; color: #222; margin: 0 10px 10px 0; font-weight: normal; border-color: #dcdef2;}

/* MODAL DESIGN */
.modal-cover {display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:98;background:rgba(0,0,0,0.75);}
#moModal {display:none;overflow:hidden;background:#fff;position:fixed;width:640px;height:480px;top:50%;left:50%;transform:translate(-50%, -50%);max-width: calc(100% - 20px); max-height: calc(100% - 20px);z-index:995;box-shadow: 0 5px 30px rgb(0 0 0 / 70%);}
#moModal.modal-fullscreen {width:auto;height:auto;top:0;left:0;right:0;bottom:0;margin:0;border-radius:0;box-shadow:none;transform:none;max-width:100%;max-height:100%;}
#moModal .modal-body {position:initial;padding:0;}
#moModal .modal-close { cursor: pointer; border-radius: 5px; transition: 0.2s; position: absolute; z-index: 99; color: #555; text-align: center; top: 8px; right: 8px; width: 34px; height: 34px; font-size: 18px;}
#moModal .modal-close i {line-height:34px;display:inline-block;transition: 0.2s;}
#moModal .modal-close:hover {-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
#moModal .modal-content {position:absolute;right:0;bottom:0;top:0;left:0;}
#moModal .modal-content .modal-iframe, #moModal .modal-loader {background: #fff url(../img/loader.gif) no-repeat center center; background-size: 80px;border:none;padding:0;position:absolute;top:0;left:0;width:100%;height:100%;}
#moModal, #moModal .modal-content, #moModal .modal-content .modal-iframe {border-radius:5px;}
#moModal .modal-is-inline .modal-content {overflow-y:auto;}

.mo-item-offer.mo-blick {background:#ffedab;}

.mo-button.make-offer-link {display: inline-block; height: 52px; border-left: 5px solid rgba(0,0,0,0.15)!important; margin: 10px 15px 10px 0; outline: 0; padding: 8px 12px 10px 10px; color: #fff; text-decoration: none; font-weight: 500; font-size: 13px; background: #464feb; line-height: 16px; border-radius: 3px;}
.make-offer-link i {font-size: 28px; line-height: 32px;}
.make-offer-link .mo-link-left {display: inline-block; float: left;}
.make-offer-link .mo-link-right {text-align:left;display: inline-block; padding-left: 12px; padding-right: 5px; float: left;}
.make-offer-link .mo-link-top {font-size: 16px; line-height: 18px; font-weight: 600; float: left; clear: both; width: 100%;}
.make-offer-link .mo-link-bottom {font-size: 11px; line-height: 14px; float: left; clear: both; width: 100%;}
.mo-button.mo-hook-link {width:auto;text-decoration:none;}

.mo-button {cursor:pointer;text-shadow:none;border-radius:3px;cursor:pointer;border: 1px solid #464feb!important; box-shadow:none!important;background: #464feb!important; color: #fff!important;font-size:12px;line-height:16px;font-weight:600;width:100%;text-align:center;padding:12px;margin:10px 0;}
.mo-button:hover {background: #0695d6!important; border-color: #0695d6!important;}
.mo-button:active, .mo-button:focus {color:#fff!important;}
.mo-button:disabled, .mo-button.disabled {opacity:0.5;cursor:not-allowed;}
.mo-button:disabled:before, .mo-button.disabled:before { font-family: "FontAwesome","Font Awesome 5 Free"; content: "\f1ce"; position: absolute; margin-left: -20px; margin-top: 0px; font-size: 15px;-webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear;}
.mo-button.mo-close {position:relative;font-size:12px;font-weight:600;width:auto;padding:10px 20px;margin:15px auto 25px auto;float:none;display:block;}
.mo-button.add-new-rating, .mo-button.show-rating {text-decoration:none;line-height:14px;display:inline-block;margin:10px 10px 10px 0;width:auto;border-radius:3px;}


/* SHOW OFFER FORM */
.mo-show {display:inline-block;width:100%;background:#fff;border-radius:3px;float:none;font-size:13px;line-height:16px;padding-bottom:15px;height:100%;overflow-y:auto;}
.mo-show .mo-row {padding:0;margin:0 0 15px 0;display:block;float:left;width:100%;clear:both;}
.mo-show label {float:left;white-space:nowrap;clear:both;width:100%;color:#333;font-size:14px;font-weight:bold;margin:0 0 4px 0;padding:0;}
.mo-show input[type="text"], .mo-show select, .mo-show textarea, .mo-two input[type="text"] {color:#222;box-shadow:none;border:2px solid #dcdef2;border-radius:6px;float: left; clear: both; margin: 0; height: 38px; padding: 8px; line-height: 18px; font-size: 14px; width: 100%; background: #fff;box-shadow:none;}
.mo-show textarea {height:80px;}
.mo-show input:focus, .mo-show select:focus, .mo-show textarea:focus {border-color:#aaa;}
.mo-show .mo-row-30 {float:left;width:22%;padding-right:20px;}
.mo-show .mo-row-50 {float:left;width:55%;padding-right:0px;}
.mo-show .mo-row-20 {float:left;width:23%;font-size:13px;color:#888;padding-left:10px;}
.mo-show .mo-row-20 .mo-top {float:left;clear:both;width:100%;margin-top:5px;line-height:14px;color:#111;font-size:15px;font-weight:bold;}
.mo-show .mo-row-20 .mo-bot {float:left;clear:both;width:100%;line-height:14px;letter-spacing:-0.4px;}
.mo-show .mo-input-wrap {float:left;clear:both;width:100%;position:relative;}
.mo-show .mo-input-wrap > span {color:#171717;padding:0;overflow:hidden;font-size:14px;font-weight:bold;text-align:center;width:38px;height:100%;line-height:38px;position:absolute;top:0px;left:0px;}
.mo-show .mo-input-wrap > span > span {position:absolute;width:24px;height:24px;margin:-12px 0 0 -12px;top:50%;left:50%;line-height:22px;text-align:center;}
.mo-show input.error {border-color:#F44336!important;background:rgba(244, 67, 54, 0.08)!important;box-shadow: 0 0 0px 3px rgba(244,67,54,0.35)!important;}
.mo-show input.valid {border-color:#0ed000!important;}


#mo-new {display:none;font-size:13px;}
#mo-new #quantity {width:100%;text-align:center;}
#mo-new #price {padding-left:46px;margin:0;}
#mo-new .mo-del {float:left;clear:both;width:100%;margin:2px 0 18px 0;padding:0;}
#mo-new .mo-del span {float:left;clear:both;width:100%;height:1px;border-bottom:1px solid #ddd;}
#mo-new button.mo-submit {margin:0;}
#mo-new .unit-price {display:none;}
#error_list.mo-error-list {background:#fff;border:none;float: left; clear: both; width: 100%; margin: 0 0 15px 0;padding:0; color: #404040; font-size: 12px;}
#error_list.mo-error-list:empty {display:none;}
#error_list.mo-error-list li {float: left; width: 100%; clear: both; padding: 12px; margin: 0 0 3px 0; background: rgba(244, 67, 54, 0.08); line-height: 14px;border-radius: 4px;}
#error_list.mo-error-list li:before {display:none;}
#error_list.mo-error-list li label {float: left; width: auto!important; clear: none!important; padding: 0!important; margin: 0!important;background: transparent; color: rgba(0,0,0,0.75);}

.mo-status {display:none;width:100%;clear:both;font-size:14px;line-height:24px;text-align:center;padding:0 25px;position: absolute; top: calc(50% - 90px); left: 0;}
.mo-status i {font-size: 100px;line-height:100px; margin-bottom: 10px;opacity:0.9;}
.mo-status.mo-success i {color:#0ed000;}
.mo-status.mo-error i {color:#F44336;}
.mo-status.mo-info {display:block;}
.mo-status.mo-info i {color:#f0f1f3;}
.mo-show .mo-status .mo-row {font-size:15px;font-weight:normal;color:#555;line-height:20px;}

@media screen and (max-width: 980px) {
  .mo-two .mo-box-left {width:200px;}
  .mo-two .mo-box-right {width:calc(100% - 200px);}
  .mo-two.mo-twi .mo-box-left {width:250px;}
  .mo-two.mo-twi .mo-box-right {width:calc(100% - 250px);}
}

@media screen and (max-width: 767px) {
  .mo-button-box {line-height:20px;}
}

@media screen and (max-width: 490px) {
  .mo-two .mo-box-left, .mo-two.mo-twi .mo-box-left {width:100%;padding-right:0;}
  .mo-two .mo-box-right, .mo-two.mo-twi .mo-box-right {width:100%;clear:both;padding-top: 10px; margin-top: 10px; border-top: 1px dashed #ddd;}
}

@media screen and (max-width: 390px) {
  .mo-one {padding-right:10px;margin-bottom:5px;}
  .mo-one .mo-buttons {position:relative;float:left;clear:both;margin:3px 0 0 0;top:auto;right:auto;padding:0;}
  .mo-one .mo-buttons div {float:left;padding:4px 8px;height:auto;}
  #mo-new .unit-price {display:none!important;}
  .mo-show .mo-row-50 {width:70%;}
  .mo-show .mo-row-30 {width:30%;}
}


.mo-body, .mo-box, .mo-show, .mo-status, .make-offer-link {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;outline: 0;}

.make-offer-link {color: #464feb !important;transition: 0.2s;width: 100%;border: 1px solid #464feb;border-radius: 4px;padding: 10px 10px;text-align: center;font-weight: 600;font-size: 14px;background: transparent;}
.make-offer-link:hover {background-color: rgba(70, 79, 235, 0.12);text-decoration: none;}
/* RTL */
html[dir="rtl"] .mo-body, html[dir="rtl"] .modal-box, html[dir="rtl"] .mo-show, html[dir="rtl"] .mo-status, html[dir="rtl"] .make-offer-link {direction:rtl;}
html[dir="rtl"] .mo-button-new.mo-button-counts {float:right;margin-left:10px;margin-right:0;}
html[dir="rtl"] #moModal .modal-close {left:8px;right:auto;}
html[dir="rtl"] #mo-new .mo-head {padding-right:65px;padding-left:15px;}
html[dir="rtl"] #mo-new .mo-back {transform:scaleX(-1);right:0;left:auto;}
html[dir="rtl"] .mo-show .mo-row-30 {float:right;padding-left:20px;padding-right:0;}
html[dir="rtl"] .mo-show .mo-row-50, html[dir="rtl"] .mo-one .mo-about > strong {float:right;}
html[dir="rtl"] .mo-one .mo-buttons div i, html[dir="rtl"] .mo-line-status i {margin-left:2px;margin-right:0;}
html[dir="rtl"] .mo-one .mo-buttons {left:0;right:auto;padding-right:5px;padding-left:0;}
html[dir="rtl"] .mo-one {padding-left:140px;padding-right:48px;}
html[dir="rtl"] .mo-one .mo-img, html[dir="rtl"] .mo-two .mo-img {right:0;left:auto;}
html[dir="rtl"] .mo-one .mo-buttons div, html[dir="rtl"] .mo-line-status div {float:left;}
html[dir="rtl"] .mo-nav a {float:right;margin-left:6px;margin-right:0;}
html[dir="rtl"] .mo-two {padding-left:0;padding-right:54px;}
html[dir="rtl"] .mo-two .mo-box-left {float:right;padding-left:30px;padding-right:0;}
html[dir="rtl"] .mo-two .mo-box-right, html[dir="rtl"] .mo-two .mo-line-reply {float:right;}
html[dir="rtl"] .mo-two .mo-line-status div {float:right;}
html[dir="rtl"] .mo-two.mo-twi {padding-left:0;padding-right:86px;}

.mb-question span {margin-top: 10px !important;font-style: normal !important;font-size: 16px;}
.pol-has-tooltip {position: relative;cursor: pointer;}
.pol-has-tooltip::after {content: attr(data-tooltip);position: absolute;bottom: 120%;left: 50%;transform: translateX(-50%);background-color: #464feb;color: #fff;font-weight: 600;height: 30px;line-height: 28px;padding: 0 10px;border-radius: 6px;white-space: nowrap;font-size: 13px;opacity: 0;pointer-events: none;transition: opacity 0.3s ease;z-index: 1000;}

.pol-has-tooltip::before {content: "";position: absolute;bottom: 50%;left: 50%;transform: translateX(-50%);border-width: 6px;border-style: solid;border-color: #464feb transparent transparent transparent;opacity: 0;transition: opacity 0.3s ease;}
.pol-has-tooltip:hover::after, .pol-has-tooltip:hover::before {opacity: 1;}
.pol-notes {margin-top:15px;}
.pol-notes label {font-size: 12px;font-weight:600;color: #555;line-height: 2.5;}
.pol-notes textarea#pollNotes {width: 100%;padding: 5px;font-size: 12px !important;}
.pol-body, .pol-body * {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.pol-body {position:fixed;top:10%;left:0;z-index:99;font-family: "Open Sans",sans-serif;}
.pol-header {z-index:2;position:absolute;top:0;left:0;transform:rotate(90deg);width:120px;text-align:center;transform-origin: bottom left;margin:-44px 0 0 0;background:#111;color:#fff;font-size:18px;font-weight:normal;line-height:18px;padding:13px 5px;height:44px;cursor:pointer;white-space:nowrap;overflow:hidden;}
.pol-header span {position:relative;z-index:2;}
.pol-header:after {content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:rgba(255,255,255,0.2);display:block;opacity:0;transition:0.15s;}
.pol-header:hover:after {opacity:1;}
.pol-inside {z-index:1;position:absolute;top:0;left:43px;background:#fff;padding:0;font-size: 14px;line-height:16px;color:#171717;font-weight:normal;width:257px;border:1px solid rgba(0,0,0,0.25);}
.pol-inside .pol-wrap {float:left;clear:both;width:100%;}
.pol-inside .pol-name, .pol-voted .pol-name {text-align: left;float:left;min-height:47px;clear:both;width:100%;font-size:16px;font-weight: 600;margin:0 0 10px 0;padding:15px;color:#464feb;border-bottom:1px solid rgba(0,0,0,0.1);}
.pol-inside .pol-desc, .pol-voted .pol-desc {text-align: left;float:left;clear:both;width:100%;padding: 5px 15px 0 15px;font-weight: 600;margin:0;}
.pol-inside .pol-values {float:left;clear:both;width:100%;padding: 0 15px 5px 15px;}
.pol-inside .pol-buttons {float:left;clear:both;width:100%;margin:15px 0 15px 0;}
.pol-inside .pol-buttons .pol-btn {float: left;clear: both;border-radius: 6px;padding: 0 20px;background: #464feb;color: #fff;width:100%;line-height:40px;height: 40px;font-size: 14px !important;border: none;font-weight: 600;cursor: pointer;}
.pol-inside .pol-buttons .pol-btn:not(:disabled):hover {background:#2d36d2;}
.pol-inside .pol-buttons .pol-btn:disabled {cursor:not-allowed;opacity:0.6;}
.pol-inside .pol-buttons .pol-empty {float:left;width:auto;margin:6px 0 6px 10px;font-size:11px;line-height:16px;font-weight:lighter;color:#999;letter-spacing:-0.1px;}
.pol-inside .pol-values-box {float:left;clear:both;width:100%;margin: 0 0 5px 0;}
.pol-success {float:left;clear:both;width:100%;display:none;}
.pol-success .pol-icon {float:left;clear:both;width:100%;padding:10px 0 0 0;}
.pol-success .pol-icon img {float:left;clear:both;width:100%;height:auto;margin:0 0 5px 0;}
.pol-success .pol-msg {float:left;clear:both;width:100%;font-size:14px;font-weight: 600;color:#111;line-height:18px;padding:5px 15px;margin-bottom:25px;text-align:center;}
.pol-close.pol-close {position:absolute;z-index:3;right:7px;left: auto;top:7px;width:30px;height:30px;text-align:center;line-height:30px;cursor:pointer;}
.pol-close img {display:inline-block;width:14px;height:14px;margin:9px 0;transition:0.15s;opacity:0.75;}
.pol-close:hover img {opacity:1;}
.pol-ref {float:left;clear:both;width:100%;text-align:right;padding:5px 0 3px 0;border-top:1px solid #eee;}
.pol-ref a {float:right;clear:both;width:auto;text-decoration:none;font-size:10px;}
.pol-ref a:hover {text-decoration:underline;}

.pol-st-horizontal .pol-input-box {clear:none;}
.pol-st-horizontal .pol-input-box label {height:17px;margin-top: -17px;transform: rotate(90deg);transform-origin: bottom left;max-width: 100px; overflow: hidden;margin-left:calc(50% - 8px);}
.pol-st-horizontal .pol-values-box {height:100px;}
!.pol-st-horizontal .pol-values-box .pol-value > label > span {display:none;}
!.pol-st-horizontal .pol-values-box .pol-value:first-child > label > span, .pol-st-horizontal .pol-values-box .pol-value:last-child > label > span {display:block;}
.pol-nm-star label span {display:none;}
.pol-nm-star .pol-input-box {clear:none;}
.pol-nm-star .pol-values-box {height:22px;text-align:center;}
.pol-nm-star .pol-input-box label {float:none;display:inline-block;}
.pol-nm-star .pol-input-box label:before {color:#90d500;border: none;transition:0.1s;opacity:0.4; box-shadow: none; border-radius: 0; content: "\f005"; font-family: "FontAwesome"; font-size: 20px; width: 16px; height: 16px; line-height: 16px; text-align: center;}
.pol-nm-star .pol-input-box label:after {display:none;}
.pol-nm-star .pol-input-box input[type="radio"]:checked + label:before, .pol-nm-star .pol-input-box label:hover:before {content:"\f005";opacity:1;background:transparent;text-shadow:none;}
.pol-nm-star .pol-input-box:nth-child(1) label:before {color:#e53b2c;}
.pol-nm-star .pol-input-box:nth-child(2) label:before {color:#e97b25;}
.pol-nm-star .pol-input-box:nth-child(3) label:before {color:#f0b927;}
.pol-nm-star .pol-input-box:nth-child(4) label:before {color:#f2d927;}
.pol-nm-star .pol-input-box:nth-child(5) label:before {color:#d6d81b;}
.pol-nm-star .pol-input-box:nth-child(6) label:before {color:#c8d619;}
.pol-nm-star .pol-input-box:nth-child(7) label:before {color:#bbd710;}
.pol-nm-star .pol-input-box:nth-child(8) label:before {color:#add70c;}
.pol-nm-star .pol-input-box:nth-child(9) label:before {color:#9fd704;}
.pol-nm-star .pol-input-box:nth-child(10) label:before {color:#90d500;}

.pol-voted .pol-results {float:left;clear:both;width:100%;padding:5px 15px;margin:5px 0 20px 0;}
.pol-results .pol-res {float:left;clear:both;width:100%;margin:0;}
.pol-results .pol-res strong {float:left;width:25%;font-size: 14px;font-weight: 600;color:#111;line-height:16px;margin:5px 5% 5px 0;letter-spacing:-0.4px;cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pol-results .pol-bar-wrap {float:left;width:70%;padding:5px 0;border-left:1px solid #ccc;position:relative;}
.pol-results .pol-bar-wrap i {position:absolute;right:5px;top:5px;width:20px;height:20px;line-height:20px;text-align:center;color:#111;font-size:10px;font-weight:normal;cursor:default;}
.pol-results .pol-bar {position:relative;float:left;height:20px;background:#e86628;font-size:11px;font-weight:lighter;color:#fff;padding:5px 0;line-height:10px;border-right:2px solid rgba(0,0,0,0.1);}
.pol-results .pol-bar > span {position:absolute;left:5px;top:0px;padding:0;line-height:20px;}
.pol-results .pol-bar-t-0 {color:#333;}
.pol-results .pol-bar-t-1 {background:#f2c50d;color:#333;}
.pol-results .pol-bar-t-2 {background:#f5ed1c;color:#333;}
.pol-results .pol-bar-t-3 {background:#b5d333;}
.pol-results .pol-bar-t-4 {background:#84c341;}
.pol-results .pol-bar-t-5 {background:#58b749;}


/* POSITIONING */
.pol-body.pol-ps-h-right {left:auto;right:0;}
.pol-body.pol-ps-h-right .pol-header {left:auto;right:-76px;}
.pol-body.pol-ps-h-right .pol-inside {left:auto;right:44px;}

.pol-body.pol-ps-v-bottom {left:5%;bottom:0;top:auto;width:280px;}
.pol-body.pol-ps-v-bottom .pol-header {transform:none;bottom:0;left:0;width:280px;margin:0;top:auto;right:auto;}
.pol-body.pol-ps-v-bottom .pol-inside {left: auto; right: auto; top: auto; bottom: auto;width:280px;position: relative;border-radius: 6px;float: left;}

.pol-body.pol-ps-v-bottom.pol-ps-h-right {left: auto;right: 15px;bottom: 15px;}

/* CUSTOM CHECKBOX & RADIO SEARCH */
.pol-input-box {float:left;width:100%;clear:both;margin:10px 0;position:relative;}
.pol-input-box input[type="checkbox"], .pol-input-box input[type="radio"] {opacity:0;position:absolute;left:0;top:0;z-index:-1;visibility:hidden;overflow:hidden;padding:0!important;width:0!important;height:0!important;margin:0!important;box-shadow:none!important;}
.pol-input-box label {text-align:left;display:block;cursor:pointer;position:relative;float:left;padding:0 0 0 24px!important;line-height:12px;font-size: 14px;width:auto;clear:both;}
.pol-input-box label:before {cursor:pointer;content: ""; width: 14px; height: 14px; border: 1px solid #ccc;font-weight:500; text-shadow: none; position: absolute; top: 0; left: 0;text-shadow:none;box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.06); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.06);border-radius: 2px;transition:0.1s linear all;}
.pol-input-box label:hover:before {border-color:#aaa;}
.pol-input-box label:after {cursor:pointer;text-indent:1px;font-family:"FontAwesome";content: "\f00c"; color:transparent;font-size: 14px;width: 14px; height: 14px;line-height:14px;text-align:center;font-weight:normal; text-shadow:none; position: absolute; top: 1px; left: 1px;border-radius: 2px;transition:0.1s linear all;}
.pol-input-box input[type="checkbox"]:checked + label:before, .pol-values:not(.pol-nm-star) .pol-input-box input[type="radio"]:checked + label:before {border-color:#464feb;color:#fff;background-color:#464feb;text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
.pol-input-box input[type="checkbox"]:checked + label:after, .pol-input-box input[type="radio"]:checked + label:after {color:#fff;}
.pol-input-box.pol-radio label:before, .pol-input-box.pol-radio label:after {border-radius:50%;}
.pol-input-box input[type="radio"] + label:before {border-radius:100px;}
.pol-input-box input[type="radio"]:checked + label:before {border-radius:100px;}
.pol-input-box input[type="radio"]:checked + label:after {color: #fff; content: ""; top: 4px; left: 4px; width: 6px; height: 6px; background: #fff; border-radius: 100px;}

html[dir="rtl"] .pol-input-box label {text-align: right;float: right;padding: 0 24px 0 0 !important;}
html[dir="rtl"] .pol-input-box input[type="radio"] + label:before {right: 0;}
html[dir="rtl"] .pol-input-box label:after {right: 1px;}
html[dir="rtl"] .pol-input-box input[type="radio"]:checked + label:after {right: 4px;}
html[dir="rtl"] .pol-inside .pol-buttons .pol-btn {float: right;}
html[dir="rtl"] .pol-close.pol-close {right:auto;left:7px;}
html[dir="rtl"] .pol-inside .pol-name, .pol-voted .pol-name {text-align: right;}
html[dir="rtl"] .pol-inside .pol-desc, .pol-voted .pol-desc {text-align: right;}

@media screen and (max-width: 767px) {
.pol-body.pol-ps-v-bottom.pol-ps-h-right {position: fixed;top: auto;bottom: 75px;left: 50%;right: auto;transform: translateX(-50%);}
.pol-body.pol-ps-v-bottom .pol-inside {left: 50%;transform: translateX(-50%);}
}/* SEARCH BOX */
.osp-body.osp-body-ewallet svg.close {
    position: absolute;
    cursor: pointer;
    width: 22px;
    height: 22px;
    left: auto;
    right: 20px;
}

html[dir="rtl"] .osp-body.osp-body-ewallet svg.close {
    left: 20px;
    right: auto;
}

.osp-pay-button li a>em {
    display: inline-block;
    height: 48px;
    padding: 10px 0;
    line-height: 28px;
    letter-spacing: 0.5px;
    vertical-align: 13px;
    font-size: 26px;
    color: #999;
    font-family: "Impact";
}

.osp-pay-button li a>svg {
    display: inline-block;
    width: 40px;
    height: 48px;
    fill: #999;
    padding: 4px 0;
    margin: 0 6px 0 0;
}

/* E-Wallet Payment Page */
.osp-body.osp-body-ewallet {
    margin-bottom: 20px;
}

.osp-body-ewallet .osp-ewallet-info {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.osp-body-ewallet .osp-form-row {
    margin-bottom: 15px;
}

.osp-body-ewallet .osp-form-row label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.osp-body-ewallet .osp-form-row input {
    width: 100%;
    max-width: 500px;
    height: 48px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

.osp-body-ewallet .osp-form-note {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

.osp-body-ewallet .osp-button-row {
    margin-top: 20px;
}

.osp-body-ewallet .osp-submit {
    width: 100%;
    max-width: 500px;
    height: 48px;
    line-height: 24px;
    border-radius: 6px;
    transition: 0.2s;
    color: #ffffff;
    background: #464feb;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding: 9px 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.osp-body-ewallet .osp-submit:hover {
    background: #2d36d2;
}

.osp-body-ewallet .osp-flash-message {
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 10px;
    background: #e7f7e7;
    border: 1px solid #c7e7c7;
    border-radius: 4px;
    color: #333;
    line-height: 1.6;
}

.osp-body.osp-body-ewallet .osp-h1 {
    font-size: 16px;
    font-weight: 600;
    color: #171717;
}

.osp-body.osp-body-ewallet .osp-h2 {
    font-size: 14px;
    font-weight: 600;
    color: #171717;
}

.osp-pay-button li a>span.paypal.btn {
    line-height: 40px;
    border-radius: 3px;
    border: 0 solid #0551b5;
    background-color: #0551b5;
    height: 40px;
    width: 143px;
}

.copy-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.copy-button i {
    color: #464feb;
}

.copy-button:hover i {
    color: #2d36d2;
}

#osp-search-box {
    background: #f9f7f6;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#osp-search-box .osp-col {
    float: left;
    padding-right: 12px;
}

#osp-search-box .osp-col.bt {
    padding-right: 0px;
}

#osp-search-box .osp-col.w10 {
    width: 10%;
}

#osp-search-box .osp-col.w20 {
    width: 20%;
}

#osp-search-box .osp-col.w30 {
    width: 30%;
}

#osp-search-box .osp-col.w40 {
    width: 40%;
}

#osp-search-box .osp-col.w50 {
    width: 50%;
}

#osp-search-box .osp-col.w60 {
    width: 60%;
}

#osp-search-box .osp-col.w70 {
    width: 70%;
}

#osp-search-box .osp-col.w80 {
    width: 80%;
}

#osp-search-box .osp-col.w90 {
    width: 90%;
}

#osp-search-box .osp-col.chk {
    padding-top: 8px;
}

#osp-search-box .osp-col.chk input[type="checkbox"] {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    float: left;
}

#osp-search-box .osp-col.chk input[type=checkbox]:checked::before {
    margin: -2px;
    height: 18px;
    width: 18px;
}

#osp-search-box .osp-col.chk label {
    font-weight: bold;
    font-size: 12px;
    color: #666;
    float: left;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

#osp-search-box label {
    font-size: 13px;
    font-weight: bold;
    color: #222;
    line-height: 16px;
    text-align: left;
    margin: 0 0 3px 0;
    width: 100%;
    padding: 0;
}

#osp-search-box input[type="text"],
#osp-search-box[type="number"],
#osp-search-box select,
#osp-search-box button[type="submit"] {
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    height: 36px;
    float: left;
    margin: 0;
}

#osp-search-box input[type="text"],
#osp-search-box[type="number"] {
    padding: 0 8px;
    line-height: 16px;
}

#osp-search-box select {
    padding: 0 2px;
    line-height: 16px;
}

#osp-search-box button[type="submit"] {
    background: #2d36d2;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    transition: 0.1s;
    border: none;
}

#osp-search-box button[type="submit"]:hover {
    background: #0a83aa;
    color: #fff;
    text-decoration: none;
}

/* SHIPPING CART UPDATE */
.osp-cart-ship {
    position: absolute;
    right: 5px;
    top: 12px;
}

.osp-cart-ship>strong {
    cursor: pointer;
    float: right;
    padding: 3px 5px;
    margin: -3px 0;
    border-radius: 3px;
    background: #d0d0d0;
    color: #333;
    transition: 0.1s;
}

.osp-cart-ship>strong:hover {
    background: #c0c0c0;
}

.osp-cart-ship>strong i {
    margin-left: 2px;
    color: #777;
}

.osp-cart-ship .osp-ship-opts {
    position: absolute;
    display: none;
    max-height: 260px;
    overflow-y: auto;
    top: 20px;
    right: 0;
    width: 240px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 5;
    border-radius: 3px 0 3px 3px;
}

.osp-cart-ship .osp-ship-opts>span {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: bold;
    margin: 4px 0 2px 0;
}

.osp-cart-ship .osp-ship-opts a {
    float: left;
    clear: both;
    border: none !important;
    margin: 4px 0;
    width: 100%;
    padding-right: 20px;
    position: relative;
    font-size: 13px;
    line-height: 14px;
}

.osp-cart-ship .osp-ship-opts a span {
    float: left;
    width: calc(100% - 80px);
}

.osp-cart-ship .osp-ship-opts a strong {
    float: right;
    width: 80px;
    text-align: right;
}

.osp-cart-ship .osp-ship-opts a.osp-active i {
    position: absolute;
    font-size: 10px;
    right: 2px;
    top: 3px;
    color: #08c439;
}

.osp-cart-ship:hover .osp-ship-opts {
    display: block;
}

.osp-cart-ship:hover>strong {
    border-radius: 3px 3px 0 0;
}

/* PAGINATION */
.osp-pagination {
    float: left;
    clear: both;
    width: 100%;
    background: transparent;
    padding: 15px 0;
    margin: 0;
    position: relative;
    z-index: 2;
    text-align: center;
}

.osp-pagination a {
    text-decoration: none;
    display: inline-block;
    float: none;
    margin: 0 2px;
    text-decoration: none;
    background: #fff;
    padding: 6px 3px;
    min-width: 32px;
    height: 32px;
    line-height: 18px;
    color: #444;
    font-weight: normal;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
    text-align: center;
}

.osp-pagination span {
    display: inline-block;
    text-decoration: none;
    float: none;
    margin: 0 4px;
    padding: 6px 3px;
    height: 32px;
    line-height: 18px;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.osp-pagination a:hover,
.osp-pagination a.osp-active {
    background: #464feb;
    color: #fff;
    text-decoration: none;
}

/* VOUCHER SUPPORT */
.osp-voucher-box {
    margin: 12px 0;
    width: auto;
    float: right;
    position: relative;
}

.osp-voucher-box label {
    display: none;
    float: left;
    line-height: 16px;
    font-size: 13px;
    margin: 10px 10px 10px 3px;
}

.osp-voucher-box input[type="text"] {
    float: left;
    width: 320px;
    max-width: 100%;
    margin: 0;
    height: 40px;
    border: 2px solid #ccc;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 60px 10px 10px;
}

.osp-voucher-box button {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    width: auto;
    height: 30px;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #444;
    color: #fff;
    text-decoration: none;
    transition: 0.1s;
    padding: 6px;
}

.osp-voucher-box button:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
    opacity: 1 !important;
}

/* ACCOUNT LIMIT BOX */
#osp-limit-box {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: #4991d2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#osp-limit-box>strong {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
}

#osp-limit-box>span {
    display: inline-block;
    margin: 0 0 15px 0;
}

#osp-limit-box>a.osp-purchase {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    color: #326ca0;
    text-decoration: none;
    font-size: 15px;
}

#osp-limit-box>a.osp-purchase:hover {
    color: #326ca0;
    background: #fff;
    text-decoration: none;
}

#osp-limit-box .osp-box-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: rgb(255 255 255);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
}

#osp-limit-box .osp-box-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

#osp-limit-box .osp-box-close>i {
    line-height: 30px;
    font-size: 16px;
}

#osp-limit-box {
    display: none !important;
}

/* USER ACCOUNT TABS */
#osp-tab-menu {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 15px 0;
    background: #fff;
    position: relative;
}

#osp-tab-menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: #ccc;
}

#osp-tab-menu>div,
#osp-tab-menu>a {
    color: #2d36d2;
    text-decoration: none;
    font-size: 14px;
    float: left;
    padding: 10px 0px;
    margin: 0 20px 0 0;
    position: relative;
    cursor: pointer;
    z-index: 2;
    font-weight: 600;
}

#osp-tab-menu>div:after,
#osp-tab-menu>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: transparent;
}

#osp-tab-menu>.osp-active {
    font-weight: 600;
    color: #000;
}

#osp-tab-menu>.osp-active:after,
#osp-tab-menu>div:hover:after,
#osp-tab-menu>a:hover:after {
    background: #000;
}

#osp-tab-menu>div:hover,
#osp-tab-menu>a:hover {
    color: #000;
    text-decoration: none;
}

#osp-tab-menu>div:last-child,
#osp-tab-menu>a:last-child {
    margin-right: 0;
}

.osp-tab {
    float: left;
    clear: both;
    width: 100%;
    display: block;
}

.osp-tab:not(.osp-active) {
    display: none;
}

/* USER ORDER SECTION */
.osp-status-info {
    float: left;
    clear: both;
    width: 100%;
    border-radius: 3px;
    border: 1px dashed #aaa;
    margin: 10px 0 20px 0;
    padding: 0 0 10px 0;
}

.osp-order-cycle {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.osp-order-cycle:after {
    position: absolute;
    content: "";
    left: 17%;
    top: 26px;
    width: 64%;
    height: 2px;
    background: #f0f1f3;
    z-index: 2;
}

.osp-order-cycle .osp-step {
    position: relative;
    float: left;
    width: 33.3%;
    display: block;
    text-align: center;
}

.osp-order-cycle .osp-step i {
    text-align: center;
    position: relative;
    z-index: 3;
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.08);
}

.osp-order-cycle .osp-step>strong {
    float: left;
    width: 100%;
    padding: 10px 10px 0px 10px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.osp-order-cycle .osp-step>span {
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px;
    font-size: 12px;
    color: #999;
    font-style: italic;
}

.osp-cycle-title {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 16px;
    color: #111;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

!.osp-order-cycle .osp-step.osp-s2:after,
.osp-order-cycle .osp-step.osp-s3:after {
    content: "\f105";
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-size: 21px;
    color: #ccc;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -32px;
}

.osp-order-cycle .osp-step.osp-s1 i {
    background: #4ac7e0;
}

.osp-order-cycle .osp-step.osp-s2 i {
    background: #c0c0c0;
}

.osp-order-cycle .osp-step.osp-s3 i {
    background: #72C279;
}

.osp-head-row .osp-col {
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.osp-body .osp-head-row .osp-col.date {
    color: #333;
}

.osp-table-wrap {
    float: left;
    clear: both;
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
}

/* USER ORDERS */
.osp-table-orders {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    margin: 10px 0 15px 0;
}

.osp-table-orders .osp-head-row {
    display: inline-block;
    width: 100%;
    clear: both;
    border: none;
    font-weight: bold;
    vertical-align: top;
    border-bottom: solid 1px #a0d0eb;
    color: #444;
    font-size: 12px;
}

.osp-table-orders .osp-row {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    background: #FCFDFE;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #EAEDEF;
}

.osp-table-orders .osp-row:nth-child(odd) {
    background: #fff;
}

.osp-table-orders .osp-row:hover {
    background-color: rgba(70, 79, 235, 0.12);
}

.osp-table-orders .status {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

.osp-table-orders .status span {
    float: left;
    margin: -4px 0;
    max-width: 100%;
    width: auto;
    cursor: default;
    border-radius: 3px;
    background: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px 2px 6px;
    color: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

.osp-table-orders .status span i {
    margin-right: 1px;
}

.osp-table-orders .status.st0 span {
    background: #4ac7e0
}

.osp-table-orders .status.st1 span {
    background: #c0c0c0
}

.osp-table-orders .status.st2 span {
    background: #72C279
}

!.osp-table-orders .status.st9 span {
    background: #E08F95
}

.osp-table-orders .osp-line {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 1px 0;
}

.osp-table-orders .osp-col {
    float: left;
    padding: 8px;
}

.osp-table-orders .osp-col.orderid {
    width: 8%;
    position: relative;
    text-align: left;
    font-weight: bold;
}

.osp-table-orders .osp-col.paid {
    width: 15%;
    position: relative;
    text-align: right;
}

.osp-table-orders .osp-col.paid>div {
    width: 100%;
    clear: both;
    color: #777;
    text-decoration: line-through;
}

.osp-table-orders .osp-col.date {
    width: 15%;
    position: relative;
    text-align: center;
    color: #777;
}

.osp-table-orders .osp-col.status {
    width: 20%;
    position: relative;
    text-align: left;
}

.osp-table-orders .osp-col.payment {
    width: 35px;
    position: relative;
    text-align: right;
}

.osp-table-orders .osp-col.payment i {
    cursor: pointer;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: -4px 0;
    display: inline-block;
    border-radius: 3px;
    color: #3586AE;
    background-color: #edf7fb;
    border: none;
    border-bottom: solid 1px #D8EDF7;
}

.osp-table-orders .osp-col.item {
    width: calc(42% - 35px);
}

.osp-table-orders .osp-col.item a {
    color: #464feb;
    text-decoration: underline;
}

.osp-table-orders .osp-col.item a:hover {
    color: #464feb;
    text-decoration: none;
}

.osp-table-orders .osp-col.item span {
    display: inline;
}

.osp-table-orders .osp-col.item .qnt {
    margin-right: 2px;
}

.osp-table-orders .osp-col.item .amt {
    color: #555;
}

.osp-table-orders .osp-col.item .shp {
    color: #444;
    font-weight: bold;
    font-style: italic;
    background: #f0e5bc;
}

.osp-table-orders .osp-col.item .shp a {
    color: #444;
    text-decoration: underline;
}

.osp-table-orders .osp-col.item .shp a:hover {
    color: #444;
    text-decoration: none;
}

.osp-table-orders .osp-row.osp-row-empty {
    text-align: center;
    padding: 30px 25px 20px 25px;
    height: auto;
}

.osp-table-orders .osp-row.osp-row-empty i {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 80px;
    text-shadow: #fff 1px 1px 0;
}

.osp-table-orders .osp-row.osp-row-empty span {
    margin: 6px 0;
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
}

.osp-table-orders .osp-pagination {
    background: #f0f0f0;
}


/* SALES TABLE */
.osp-table-sales {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    margin: 10px 0 15px 0;
}

.osp-table-sales .osp-head-row {
    display: inline-block;
    width: 100%;
    clear: both;
    border: none;
    font-weight: bold;
    vertical-align: top;
    border-bottom: solid 1px #a0d0eb;
    color: #444;
    font-size: 12px;
}

.osp-table-sales .osp-row {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    background: #FCFDFE;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #EAEDEF;
}

.osp-table-sales .osp-row:nth-child(odd) {
    background: #fff;
}

.osp-table-sales .osp-row:hover {
    background-color: rgba(70, 79, 235, 0.12);
}

.osp-table-sales .status {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

.osp-table-sales .status span {
    float: left;
    margin: -4px 0;
    max-width: 100%;
    width: auto;
    cursor: default;
    border-radius: 3px;
    background: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px 2px 6px;
    color: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

.osp-table-sales .status span i {
    margin-right: 1px;
}

.osp-table-sales .status.st0 span {
    background: #4ac7e0
}

.osp-table-sales .status.st1 span {
    background: #c0c0c0
}

.osp-table-sales .status.st2 span {
    background: #72C279
}

!.osp-table-sales .status.st9 span {
    background: #E08F95
}

.osp-table-sales .osp-line {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 1px 0;
}

.osp-table-sales .osp-col {
    float: left;
    padding: 8px;
}

.osp-table-sales .osp-col.orderid {
    width: 8%;
    position: relative;
    text-align: left;
    font-weight: bold;
}

.osp-table-sales .osp-col.paid {
    width: 15%;
    position: relative;
    text-align: right;
}

.osp-table-sales .osp-col.paid>div {
    width: 100%;
    clear: both;
    color: #777;
    text-decoration: line-through;
}

.osp-table-sales .osp-col.date {
    width: 15%;
    position: relative;
    text-align: center;
    color: #777;
}

.osp-table-sales .osp-col.status {
    width: 20%;
    position: relative;
    text-align: left;
}

.osp-table-sales .osp-col.payment {
    width: 35px;
    position: relative;
    text-align: right;
}

.osp-table-sales .osp-col.payment i {
    cursor: pointer;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: -4px 0;
    display: inline-block;
    border-radius: 3px;
    color: #3586AE;
    background-color: #edf7fb;
    border: none;
    border-bottom: solid 1px #D8EDF7;
}

.osp-table-sales .osp-col.item {
    width: calc(42% - 35px);
}

.osp-table-sales .osp-col.item a {
    color: #464feb;
    text-decoration: underline;
}

.osp-table-sales .osp-col.item a:hover {
    color: #464feb;
    text-decoration: none;
}

.osp-table-sales .osp-col.item span {
    display: inline;
}

.osp-table-sales .osp-col.item .qnt {
    margin-right: 2px;
}

.osp-table-sales .osp-col.item .amt {
    color: #555;
}

.osp-table-sales .osp-col.item .shp {
    color: #444;
    font-weight: bold;
    font-style: italic;
    background: #f0e5bc;
}

.osp-table-sales .osp-row.osp-row-empty {
    text-align: center;
    padding: 30px 25px 20px 25px;
    height: auto;
}

.osp-table-sales .osp-row.osp-row-empty i {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 80px;
    text-shadow: #fff 1px 1px 0;
}

.osp-table-sales .osp-row.osp-row-empty span {
    margin: 6px 0;
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
}

.osp-table-sales .osp-pagination {
    background: #f0f0f0;
}


/* PRODUCTS MANAGEMENT TABLE */
.osp-table-products {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    margin: 10px 0 15px 0;
}

.osp-table-products .osp-head-row {
    display: inline-block;
    width: 100%;
    clear: both;
    border: none;
    font-weight: bold;
    vertical-align: top;
    border-left: 6px solid transparent;
    border-bottom: solid 1px #a0d0eb;
    color: #444;
    font-size: 12px;
}

.osp-table-products .osp-row {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    background: #FCFDFE;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #EAEDEF;
}

.osp-table-products .osp-row:nth-child(odd) {
    background: #fff;
}

.osp-table-products .osp-row:hover {
    background-color: rgba(70, 79, 235, 0.12);
}

.osp-table-products .osp-row.osp-st-0 {
    border-left: 6px solid #e66e6e;
}

.osp-table-products .osp-row.osp-st-1 {
    border-left: 6px solid #dac428;
}

.osp-table-products .osp-row.osp-st-2 {
    border-left: 6px solid #72C279;
}

.osp-table-products .osp-row.osp-st-9 {
    border-left: 6px solid #ccc;
    background: #f0f0f0;
}

.osp-table-products .osp-col {
    float: left;
    padding: 8px;
}

.osp-table-products .osp-col.id {
    width: 8%;
    position: relative;
    text-align: left;
}

.osp-table-products .osp-col.item {
    width: 23%;
}

.osp-table-products .osp-col.item a {
    float: left;
    color: #464feb;
    text-decoration: underline;
}

.osp-table-products .osp-col.item a:hover {
    color: #464feb;
    text-decoration: none;
}

.osp-table-products .osp-col.item span {
    float: left;
}

.osp-table-products .osp-col.price {
    width: 20%;
    text-align: right;
    font-weight: bold;
}

.osp-table-products .osp-col.avl {
    width: 20%;
}

.osp-table-products .osp-col.shipping {
    width: 19%;
}

.osp-table-products .osp-col.qty {
    width: 10%;
}

.osp-table-products .osp-row .osp-col.avl,
.osp-table-products .osp-row .osp-col.qty,
.osp-table-products .osp-row .osp-col.shipping {
    padding: 4px 2px;
}

.osp-table-products .osp-col select,
.osp-table-products .osp-col input[type="number"] {
    float: left;
    width: 100%;
    height: 30px;
    font-size: 13px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.osp-table-products .osp-col input[type="number"] {
    padding-left: 6px;
    padding-right: 6px;
}

.osp-table-products .osp-col select {
    padding-left: 2px;
    padding-right: 0px;
}

.osp-table-products .osp-row.osp-row-empty {
    text-align: center;
    padding: 30px 25px 20px 25px;
    height: auto;
}

.osp-table-products .osp-row.osp-row-empty i {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 80px;
    text-shadow: #fff 1px 1px 0;
}

.osp-table-products .osp-row.osp-row-empty span {
    margin: 6px 0;
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
}

.osp-table-products .osp-pagination {
    background: #f0f0f0;
}

.osp-table-products .osp-button-row {
    float: left;
    width: 100%;
    margin: 15px 0 -10px 0;
}

.osp-button-row button#osp-update-prods {
    transition: 0.1s;
    float: left;
    padding: 8px 25px;
    line-height: 17px;
    ;
    font-size: 14px;
    font-weight: bold;
    background: #464feb;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    border-radius: 5px;
}

.osp-button-row button#osp-update-prods:hover {
    background: #000;
    color: #fff;
}


/* ORDERS MANAGEMENT TABLE */
.osp-table-manager {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    margin: 10px 0 15px 0;
}

.osp-table-manager .osp-head-row {
    display: inline-block;
    width: 100%;
    clear: both;
    border: none;
    border-left: 6px solid transparent;
    font-weight: bold;
    vertical-align: top;
    border-bottom: solid 1px #a0d0eb;
    color: #444;
    font-size: 12px;
}

.osp-table-manager .osp-row {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    background: #FCFDFE;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #EAEDEF;
}

.osp-table-manager .osp-row:nth-child(odd) {
    background: #fff;
}

.osp-table-manager .osp-row:hover {
    background-color: rgba(70, 79, 235, 0.12);
}

.osp-table-manager .osp-row.osp-st-0 {
    border-left: 6px solid #4ac7e0;
}

.osp-table-manager .osp-row.osp-st-1 {
    border-left: 6px solid #F4A261;
}

.osp-table-manager .osp-row.osp-st-2 {
    border-left: 6px solid #72C279;
}

.osp-table-manager .osp-row.osp-st-9 {
    border-left: 6px solid #888;
    background: #f0f0f0;
}

.osp-table-manager .osp-line {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 8px 0;
}

.osp-table-manager .osp-line.ord {
    font-weight: bold;
}

.osp-table-manager .osp-line.deliv {
    width: auto;
    max-width: 100%;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: -3px 0 3px 0;
    line-height: 15px;
}

.osp-table-manager .osp-line.deliv i {
    width: 14px;
    text-align: center;
}

.osp-table-manager .osp-line.deliv i:before {
    transform: rotate(90deg);
    display: inline-block;
}

.osp-table-manager .osp-line.deliv a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.osp-table-manager .osp-line .osp-date {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.osp-table-manager .osp-col {
    float: left;
    padding: 8px;
}

.osp-table-manager .osp-col.order {
    width: 30%;
    position: relative;
    text-align: left;
}

.osp-table-manager .osp-col.item {
    width: 70%;
}

.osp-table-manager .osp-col.item a {
    float: left;
    color: #464feb;
    text-decoration: underline;
}

.osp-table-manager .osp-col.item a:hover {
    color: #464feb;
    text-decoration: none;
}

.osp-table-manager .osp-col.item span {
    float: left;
}

.osp-table-manager .osp-col.item .qnt {
    width: 25px;
}

.osp-table-manager .osp-col.item .lnk {
    width: calc(100% - 200px);
}

.osp-table-manager .osp-col.item .shp {
    width: calc(100% - 200px);
    font-style: italic;
    font-weight: bold;
}

.osp-table-manager .osp-col.item .shp em {
    color: #444;
    background: #f0e5bc;
}

.osp-table-manager .osp-col.item .amt {
    width: 70px;
    text-align: right;
    float: left;
}

.osp-table-manager .osp-col.item .stat {
    width: 105px;
    padding-left: 20px;
    float: left;
    min-width: 100px;
}

.osp-table-manager .osp-col select {
    width: auto;
    float: right;
    margin: -3px 0;
    height: 22px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.osp-table-manager .osp-row.osp-row-empty {
    text-align: center;
    padding: 30px 25px 20px 25px;
    height: auto;
}

.osp-table-manager .osp-row.osp-row-empty i {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 80px;
    text-shadow: #fff 1px 1px 0;
}

.osp-table-manager .osp-row.osp-row-empty span {
    margin: 6px 0;
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
}

.osp-table-manager .osp-pagination {
    background: #f0f0f0;
}

.osp-table-manager .osp-button-row {
    float: left;
    width: 100%;
    margin: 15px 0 -10px 0;
}

.osp-button-row button#osp-update-orders {
    transition: 0.1s;
    float: left;
    padding: 8px 25px;
    line-height: 17px;
    ;
    font-size: 14px;
    font-weight: bold;
    background: #464feb;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    border-radius: 5px;
}

.osp-button-row button#osp-update-orders:hover {
    background: #000;
    color: #fff;
}

.osp-table-manager .osp-icon-tanitan {
    float: left;
    height: 16px;
    width: 16px;
    text-align: center;
    margin: 0px 3px 0px 0;
    padding: 1px 0;
    font-size: 8px;
    line-height: 13px;
    background: #a1f0da;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.osp-table-manager .osp-icon-tanitan.osp-itan {
    background: #c3cef4;
    line-height: 12px;
}

.osp-table-manager .osp-icon-tanitan.osp-itan {
    background: #ccc;
    line-height: 12px;
}


/* SHIPPING MANAGEMENT TABLE */
.osp-table-shipping {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    margin: 10px 0 15px 0;
}

.osp-table-shipping .osp-head-row {
    display: inline-block;
    width: 100%;
    clear: both;
    border: none;
    border-left: 6px solid transparent;
    font-weight: bold;
    vertical-align: top;
    border-bottom: solid 1px #a0d0eb;
    color: #444;
    font-size: 12px;
}

.osp-table-shipping .osp-row {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    background: #FCFDFE;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #EAEDEF;
}

.osp-table-shipping .osp-row:nth-child(odd) {
    background: #fff;
}

.osp-table-shipping .osp-row:hover {
    background-color: rgba(70, 79, 235, 0.12);
}

.osp-table-shipping .osp-row.osp-st-0 {
    border-left: 6px solid #ccc;
    background: #f0f0f0;
}

.osp-table-shipping .osp-row.osp-st-1 {
    border-left: 6px solid #72C279;
}

.osp-table-shipping .osp-col {
    float: left;
    padding: 8px;
}

.osp-table-shipping .osp-col.id {
    width: 5%;
    position: relative;
    text-align: left;
}

.osp-table-shipping .osp-col.name {
    width: 30%;
}

.osp-table-shipping .osp-col.name a {
    float: left;
    color: #464feb;
    text-decoration: underline;
}

.osp-table-shipping .osp-col.name a:hover {
    color: #464feb;
    text-decoration: none;
}

.osp-table-shipping .osp-col.name span {
    float: left;
}

.osp-table-shipping .osp-col.delivery {
    width: 28%;
}

.osp-table-shipping .osp-col.edit {
    width: 22%;
}

.osp-table-shipping .osp-col.amount {
    width: 15%;
    text-align: right;
    font-weight: bold;
}

.osp-table-shipping .osp-row.osp-row-empty {
    text-align: center;
    padding: 30px 25px 20px 25px;
    height: auto;
}

.osp-table-shipping .osp-row.osp-row-empty i {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 80px;
    text-shadow: #fff 1px 1px 0;
}

.osp-table-shipping .osp-row.osp-row-empty span {
    margin: 6px 0;
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
}

.osp-table-shipping .osp-btn {
    float: right;
    margin: -3px 0;
    height: 26px;
    padding: 5px 7px;
    color: #555;
    line-height: 16px;
    font-size: 13px;
    border-radius: 3px;
    background: #e0e0e0;
    transition: 0.1s;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.osp-table-shipping .osp-btn:hover {
    background: #d0d0d0;
    text-decoration: none;
    color: #333;
}

.osp-table-shipping .osp-btn.osp-remove {
    background: #e66e6e;
    color: #fff;
    margin-left: 4px;
}

.osp-table-shipping .osp-btn.osp-remove:hover {
    background: #d25d5d;
    color: #fff;
}

.osp-table-shipping+.osp-button-row {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.osp-button-row a#osp-add-shipping {
    transition: 0.1s;
    float: left;
    padding: 8px 25px;
    line-height: 17px;
    ;
    font-size: 14px;
    font-weight: bold;
    background: #464feb;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    border-radius: 5px;
}

.osp-button-row a#osp-add-shipping:hover {
    background: #000;
    color: #fff;
}

/* CREATE A NEW SHIPPING */
.osp-form-shipping {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.osp-form-shipping .osp-t {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 20px;
}

.osp-form-shipping .osp-row {
    float: left;
    width: 100%;
    margin: 0 0 18px 0;
}

.osp-form-shipping .osp-row label {
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    padding: 0;
}

.osp-form-shipping .osp-input {
    float: left;
    width: 100%;
    margin: 0;
}

.osp-form-shipping input[type="text"],
.osp-form-shipping input[type="number"] {
    font-size: 14px;
    float: left;
    width: auto;
    min-width: 240px;
    margin: 0;
    padding: 0 8px;
    line-height: 16px;
    height: 36px;
}

.osp-form-shipping select {
    float: left;
    width: auto;
    min-width: 160px;
    margin: 0;
    padding: 0 2px;
    line-height: 18px;
    font-size: 14px;
    height: 36px;
}

.osp-form-shipping textarea {
    float: left;
    width: 100%;
    max-width: 400px;
    margin: 0;
    padding: 8px;
    line-height: 18px;
    font-size: 14px;
    height: 60px;
}

.osp-form-shipping input[type="number"][name="f_fee"] {
    min-width: 80px;
    width: 120px;
}

.osp-form-shipping .osp-input-desc {
    float: left;
    height: 36px;
    background: #e4e4e4;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 9px 10px;
    line-height: 16px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
}

.osp-form-shipping .osp-button-row {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
}

.osp-form-shipping button#osp-update-shipping {
    transition: 0.1s;
    float: left;
    padding: 8px 20px;
    line-height: 17px;
    ;
    font-size: 14px;
    font-weight: bold;
    background: #464feb;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    border-radius: 5px;
}

.osp-form-shipping button#osp-update-shipping:hover {
    background: #000;
    color: #fff;
}

/* ADD TO CART PRODUCT */
.osp-product {
    float: left;
    clear: both;
    padding: 0;
    width: auto !important;
}

.osp-product.osp-is-hook {
    display: inline-block;
    width: 100%;
    margin: 20px 0 20px 0;
}

.osp-product-to-cart {
    position: relative;
    margin-right: 20px;
    text-decoration: none;
    text-shadow: none;
    border: none;
    height: 40px;
    box-shadow: none;
    border-radius: 4px;
    color: #fff !important;
    background: #464feb;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    width: auto;
    padding: 12px 15px 12px 40px;
    text-align: center;
    float: left;
    clear: both;
    margin: 0;
}

.osp-product-to-cart.osp-has-quantity {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
}

.osp-product-to-cart:not(.osp-disabled):hover {
    background: #0398db;
    text-decoration: none !important;
    color: #fff;
}

.osp-product-to-cart.osp-disabled {
    cursor: default;
    opacity: 0.55;
    text-decoration: none;
}

.osp-product-to-cart svg {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.osp-product-quantity {
    margin-right: 20px;
    float: left;
    padding: 7px 10px;
    height: 40px;
    background: #464feb;
    font-size: 14px;
    color: #fff;
    border-radius: 0 4px 4px 0;
    line-height: 14px;
    height: 40px;
    text-align: center;
}

.osp-product-quantity strong {
    display: block;
}

.osp-product-quantity strong.osp-sold-out {
    margin: 7px 0;
}

.osp-product-quantity span {
    display: block;
    font-size: 11px;
}

/* USER BANNER SECTION */
.osp-table-banners {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
}

.osp-table-banners .osp-col {
    float: left;
    padding: 8px;
}

.osp-table-banners .osp-col.name {
    width: 20%;
    position: relative;
}

.osp-table-banners .osp-col.name a {
    color: #464feb;
    text-decoration: underline;
}

.osp-table-banners .osp-col.name a:hover {
    color: #464feb;
    text-decoration: none;
}

.osp-table-banners .osp-col.name .osp-review-comment {
    position: absolute;
    right: 5px;
    top: 9px;
    font-size: 15px;
    line-height: 16px;
    color: #666;
    cursor: pointer;
}

.osp-table-banners .osp-col.views {
    width: 12%;
    text-align: center;
}

.osp-table-banners .osp-col.clicks {
    width: 12%;
    text-align: center;
}

.osp-table-banners .osp-col.spent {
    width: 12%;
    text-align: center;
}

.osp-table-banners .osp-col.budget {
    width: 10%;
    text-align: center;
}

.osp-table-banners .osp-col.status {
    width: 17%;
}

.osp-table-banners .osp-col.add {
    width: 12%;
    text-align: right;
    padding-left: 0;
}

.osp-table-banners .osp-col.remove {
    width: 5%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.osp-table-banners .osp-col.remove a {
    font-size: 18px;
    color: #464feb !important;
    text-decoration: none;
}

.osp-table-banners .osp-col.views>span,
.osp-table-banners .osp-col.clicks>span,
.osp-table-banners .osp-col.spent>span {
    font-size: 10px;
    color: #999;
    margin-left: 4px;
}

.osp-table-banners .osp-head-row {
    display: inline-block;
    width: 100%;
    clear: both;
    border: none;
    font-weight: bold;
    vertical-align: top;
    border-bottom: solid 1px #a0d0eb;
    color: #444;
    font-size: 12px;
}

.osp-table-banners .osp-row {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    background: #FCFDFE;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #EAEDEF;
    height: 34px;
}

.osp-table-banners .osp-row:nth-child(odd) {
    background: #fff;
}

.osp-table-banners .osp-row:hover {
    background-color: rgba(70, 79, 235, 0.12);
}

.osp-table-banners .status {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
    color: #fff;
}

.osp-table-banners .status span {
    cursor: default;
    border-radius: 3px;
    background: #444;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px 2px 8px;
    color: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

.osp-table-banners .status span i {
    margin-right: 1px;
}

.osp-table-banners .status.st0 span {
    background: #4ac7e0
}

.osp-table-banners .status.st1 span {
    background: #4ac7e0
}

.osp-table-banners .status.st2 span {
    background: #72C279
}

.osp-table-banners .status.st2.sp1 span {
    background: #E08F95
}

.osp-table-banners .status.st9 span {
    background: #E08F95
}

.osp-table-banners .osp-row.osp-row-empty {
    text-align: center;
    padding: 30px 25px 20px 25px;
    height: auto;
}

.osp-table-banners .osp-row.osp-row-empty i {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 80px;
    text-shadow: #fff 1px 1px 0;
}

.osp-table-banners .osp-row.osp-row-empty span {
    margin: 6px 0;
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
}

.osp-table-banners .osp-banner-add-cart {
    height: 25px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 6px 2px 6px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    background: #F44336;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.osp-table-banners .osp-banner-add-cart:hover {
    background: #D32F2F;
    color: #fff;
    text-decoration: none;
}

.osp-advertise-here {
    font-weight: 600;
    display: inline-block;
    font-size: 12px;
    margin: 10px 0;
    clear: both;
    text-decoration: none;
    line-height: 15px;
    border-radius: 3px;
    color: #fff;
    width: auto;
    background: #464feb;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    padding: 6px 10px;
}

.osp-advertise-here:hover {
    color: #fff;
    text-decoration: none;
    background: #0695d6;
}


/* USER ACCOUNT TABLES - RESPONSIVE DESIGN */
.osp-um+.osp-body .osp-table-wrap,
.osp-um+.osp-body .osp-head-row {
    min-width: 640px;
}

.osp-um+.osp-body div[class^="osp-table-"]:not(.osp-table-wrap):not(.osp-table-wrap-cart) {
    overflow-x: auto;
    padding-bottom: 10px;
}

.osp-um+.osp-body div[class^="osp-table-"]::-webkit-scrollbar {
    box-shadow: none;
    height: 10px;
}

.osp-um+.osp-body div[class^="osp-table-"]::-webkit-scrollbar-thumb {
    -moz-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.12);
    background-clip: initial;
    box-shadow: none;
}

.osp-um+.osp-body div[class^="osp-table-"]::-webkit-scrollbar-thumb:hover {
    background-color: #9e9e9e;
}

.osp-um+.osp-body div[class^="osp-table-"]::-webkit-scrollbar-corner {
    background: #9e9e9e;
}


/* BANNER DIALOG */
#banner-dialog.osp-custom-dialog {
    width: 400px !important;
    margin-left: -200px;
}

#banner-dialog.osp-custom-dialog .osp-bot {
    padding-top: 5px;
}

#banner-dialog label {
    line-height: 16px;
    font-weight: 600;
    width: 100%;
    clear: both;
    display: inline-block;
    margin: 15px 0 1px 0;
    color: #333;
    font-size: 12px;
}

#banner-dialog label em {
    font-weight: 500;
    font-size: 11px;
}

#banner-dialog input[type="text"],
#banner-dialog input[type="email"],
#banner-dialog input[type="url"],
#banner-dialog textarea {
    float: left;
    width: 100%;
    background: #fff;
    font-size: 13px;
    color: #333;
    padding: 6px;
    height: 34px;
    line-height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#banner-dialog textarea {
    height: 80px;
    min-width: 100%;
    max-width: 100%;
    font-size: 10px;
    line-height: 13px;
    font-family: monospace;
}

#banner-dialog input[type="text"]#budget {
    max-width: 150px;
    padding-left: 40px;
}

#banner-dialog p {
    float: left;
    clear: both;
    width: 100%;
}

#banner-dialog input[type="submit"] {
    cursor: pointer;
    text-shadow: none;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    color: #fff !important;
    background: #464feb;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    padding: 12px 8px;
    text-align: center;
    float: left;
    clear: both;
    margin-top: 20px;
}

#banner-dialog input[type="submit"]:hover {
    background: #0398db;
}

#banner-dialog .osp-input-box {
    float: left;
    width: 100%;
    position: relative;
}

#banner-dialog .osp-input-box input[type="text"]:first-child,
#banner-dialog .osp-input-box input[type="email"]:first-child,
#banner-dialog .osp-input-box input[type="url"]:first-child {
    padding-left: 32px;
}

#banner-dialog .osp-input-box i {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 2px;
    left: 2px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

#banner-dialog .osp-input-box i.fa-dollar {
    font-size: 17px;
    background: #f0f0f0;
    top: 1px;
    left: 1px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-right: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#banner-dialog .osp-input-box i.fa-dollar:before {
    content: "";
}

#banner-dialog .bprice {
    float: left;
    clear: both;
    width: 100%;
}

#banner-dialog .bprice span {
    width: 120px;
    display: inline-block;
}

#banner-dialog select[multiple] {
    overflow-y: scroll !important;
    height: auto !important;
}

#banner-dialog .bt5 {
    margin-top: 15px;
}

#banner-dialog input[name="name"] {
    max-width: 220px;
}

#banner-dialog .osp-html-info {
    float: left;
    clear: both;
    width: 100%;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    color: #999;
    margin-top: 4px;
}

/* APPLY VOUCHER BOX */
#osp-vcr {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 13px;
    background: #eee;
    border-radius: 3px;
    padding: 12px 10px 18px 10px;
}

#osp-vcr .osp-h2 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#osp-vcr .osp-h2 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #ad0ba1;
    color: #fff;
    text-align: center;
    margin-right: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#osp-vcr .osp-line {
    line-height: 22px;
    float: left;
    clear: both;
    width: 100%;
}

#osp-vcr label {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 3px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: #333;
}

#osp-vcr input[type="text"] {
    float: left;
    clear: both;
    width: 200px;
    margin: 0 5px 0 0;
    height: 30px;
}

#osp-vcr button {
    float: left;
    width: auto;
    padding: 6px 10px;
    background: #464feb;
    opacity: 1 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    transition: 0.1s;
}

#osp-vcr button:hover {
    background: #555;
    color: #fff;
}

/* AFFILIATE PROGRAM */
#osp-aff {
    display: grid;
    justify-items: start;
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 14px;
    background: #eee;
    border-radius: 3px;
    padding: 12px 10px;
}

#osp-aff .osp-h2 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#osp-aff .osp-h2 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #464feb;
    color: #fff;
    text-align: center;
    margin-right: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#osp-aff .osp-line {
    line-height: 22px;
    float: left;
    clear: both;
    width: 100%;
}

#osp-aff .osp-invite-link {
    direction: rtl;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
    display: block;
    opacity: 0.9;
    padding: 5px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    background: rgba(70, 79, 235, 0.12);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7);
    width: auto;
    float: left;
}

#osp-aff .osp-referral-code {
    background: #B2DBBF;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    padding: 0 3px;
    margin-left: 2px;
}

#osp-aff .osp-lab {
    float: left;
    clear: both;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}

#osp-aff .osp-share {
    margin-top: 0px;
    float: left;
    clear: both;
    width: 100%;
}

#osp-aff .osp-share a {
    overflow: hidden;
    float: left;
    max-width: 170px;
    margin: 0 10px 5px 0;
    padding: 4px 8px 4px 38px;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    height: 30px;
    font-weight: 600;
}

#osp-aff .osp-share a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-indent: 2px;
    line-height: 32px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#osp-aff .osp-share a:hover {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.12) inset;
}

#osp-aff .osp-share a.osp-fb {
    background: #3b5998;
}

#osp-aff .osp-share a.osp-wa {
    background: #0dc143;
}

#osp-aff .osp-share a.osp-tw {
    background: #404040;
}

#osp-aff .osp-share a.osp-gp {
    background: #dd4b3e;
}

#osp-aff .osp-share a.osp-li {
    background: #007bb6;
}

#osp_referral_info,
#osp_quantity_info,
#osp_sell_info {
    margin-top: 2px;
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.osp-body-pack .osp-h1,
.osp-body-group .osp-h1,
.osp-body-banner .osp-h2,
.osp-body-order .osp-h2,
.osp-body-payments .osp-h2,
.osp-body-item>.osp-h2 {
    background: #fff;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 12px 12px 12px 54px;
    border: 1px solid #f0f1f3;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}

.osp-body-pack .osp-h1:before,
.osp-body-group .osp-h1:before,
.osp-body-banner .osp-h2:before,
.osp-body-order .osp-h2:before,
.osp-body-payments .osp-h2:before,
.osp-body-item>.osp-h2:before {
    position: absolute;
    width: 44px;
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    z-index: 2;
    background: #464feb;
    border-radius: 3px 0 0 3px;
    content: "";
}

.osp-body-pack .osp-h1:after,
.osp-body-group .osp-h1:after,
.osp-body-banner .osp-h2:after,
.osp-body-order .osp-h2:after,
.osp-body-payments .osp-h2:after,
.osp-body-item>.osp-h2:after {
    position: absolute;
    width: 44px;
    height: 20px;
    line-height: 20px;
    left: -1px;
    top: calc(50% - 1px);
    margin-top: -10px;
    text-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    z-index: 3;
    content: "\f05a";
    font-size: 16px;
    font-weight: 900;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

.osp-body-pack .osp-lab {
    float: left;
    clear: both;
    width: 100%;
    font-size: 14px;
    margin: 10px 0 0 0;
    color: #000;
    font-weight: 600;
}

.osp-body-item>.osp-h2 {
    margin-bottom: 20px;
}

/* CATEGORY RESTRICTION TO GROUP */
.osp-restrict-category-wrap {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
    cursor: defaut;
}

.osp-restrict-category {
    background: #fff;
    padding: 40px 25px;
    font-size: 14px;
    line-height: 16px;
    float: none;
    display: inline-block;
    max-width: 560px;
    width: 100%;
    margin: 20px 0 40px 0;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    text-align: center;
    border-radius: 5px;
}

.osp-restrict-category>i {
    font-size: 100px;
    color: #e0e0e0;
    margin-bottom: 25px;
}

.osp-restrict-category .osp-restrict-groups {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.osp-restrict-category .osp-restrict-line {
    display: inline-block;
    width: 100%;
}

.osp-restrict-category strong.osp-restrict-line {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
}

.osp-restrict-category .osp-restrict-line a {
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    color: #464feb;
    margin-top: 20px;
    display: block;
}

.osp-restrict-category a:hover {
    text-decoration: none;
}

.osp-restrict-category .osp-group {
    width: 48%;
    margin-right: 4%
}

.osp-restrict-category .osp-group:nth-child(3n+3) {
    margin-right: 4%;
}

.osp-restrict-category .osp-group:nth-child(3n+4) {
    clear: none;
}

.osp-restrict-category .osp-group:nth-child(odd) {
    clear: both;
}

.osp-restrict-category .osp-group:nth-child(even) {
    margin-right: 0;
}

.osp-restrict-category .osp-body {
    border: none;
    padding: 0;
}

.osp-restrict-category .osp-group .osp-price {
    font-size: 30px;
    padding-top: 5px;
}

.osp-restrict-category .osp-restrict-groups .osp-h1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 8px 0;
    padding: 15px 10px;
    background: #e0e0e0;
    box-shadow: none;
    border: none;
}


/* USER PAYMENT LOGS */
.osp-table-payments {
    float: left;
    clear: both;
    width: 100%;
    font-size: 12px;
    margin: 10px 0 15px 0;
}

.osp-table-payments .osp-col {
    float: left;
    padding: 8px;
}

.osp-table-payments .osp-head-row {
    display: inline-block;
    width: 100%;
    clear: both;
    border: none;
    font-weight: bold;
    vertical-align: top;
    border-bottom: solid 1px #a0d0eb;
    color: #444;
    font-size: 12px;
}

.osp-table-payments .osp-row {
    display: block;
    width: 100%;
    line-height: 16px;
    clear: both;
    float: left;
    background: #FCFDFE;
    font-size: 12px;
    border-bottom: 1px solid #EAEDEF;
    height: 34px;
}

.osp-table-payments .osp-row:nth-child(odd) {
    background: #fff;
}

.osp-table-payments .osp-row:hover {
    background-color: rgba(70, 79, 235, 0.12);
}

.osp-table-payments .osp-row.osp-row-title {
    height: auto;
    background: #e4ecf3;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    font-style: italic;
    font-weight: 600;
    color: #666;
    padding: 8px 8px;
    text-align: center;
}

.osp-table-payments .osp-row.osp-row-title.osp-title-alt {
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 25px;
}

.osp-table-payments .osp-row.osp-row-title-iban {
    height: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    color: #111;
    padding: 13px 8px;
    text-align: center;
}

.osp-table-payments .osp-row.osp-row-title-iban>strong {
    background: #f4f9d5;
}

.osp-row.osp-row-empty {
    text-align: center;
    padding: 30px 25px 20px 25px;
}

.osp-row.osp-row-empty i {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 80px;
    text-shadow: #fff 1px 1px 0;
}

.osp-row.osp-row-empty span {
    margin: 6px 0;
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
}

.osp-table-payments .osp-col.source {
    width: 10%;
    text-align: center;
}

.osp-table-payments .osp-row .osp-col.source {
    opacity: 0.85;
    height: 35px;
    background: #6b6b93;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    margin: -1px 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.osp-table-payments .osp-col.code {
    width: 23%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

.osp-table-payments .osp-col.concept {
    width: 37%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}

.osp-table-payments .osp-col.amount {
    width: 15%;
    text-align: center;
}

.osp-table-payments .osp-row .osp-col.amount {
    font-weight: bold;
    color: #000;
    text-align: right;
}

.osp-table-payments .osp-col.date {
    width: 10%;
}

.osp-table-payments .osp-col.details {
    width: 5%;
    text-align: right;
}

.osp-table-payments .osp-col.details i {
    cursor: pointer;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: -3px 0;
    display: inline-block;
    border-radius: 3px;
    color: #3586AE;
    background-color: #edf7fb;
    border: none;
    border-bottom: solid 1px #D8EDF7;
}

.osp-table-payments .osp-row .osp-col.date {
    color: #999;
    cursor: pointer;
}

.osp-table-payments .osp-row .osp-col.source.referral {
    background: #F25F5C;
    color: #fff;
}

.osp-table-payments .osp-row .osp-col.source.instamojo {
    background: #00b5a6;
    color: #fff;
}

.osp-table-payments .osp-row .osp-col.source.euplatesc {
    background: #8db400;
    color: #fff;
}

.osp-table-payments .osp-row .osp-col.source.periodical {
    background: #0C7C59;
    color: #fff;
}

.osp-table-payments .osp-row .osp-col.source.admin {
    background: #111;
}

.osp-table-payments .osp-row .osp-col.source.transfer {
    background: #c0c0c0;
}

.osp-table-payments .osp-row .osp-col.source.wallet {
    background: #FDE74C;
    color: #444;
}

.osp-table-payments .osp-row .osp-col.source.paypal {
    background: #003087;
}

.osp-table-payments .osp-row .osp-col.source.stripe {
    background: #359ad5;
}

.osp-table-payments .osp-row .osp-col.source.yandex {
    background: #ee0000;
}

.osp-table-payments .osp-row .osp-col.source.bt-pending {
    background: #464feb;
}

.osp-table-payments .osp-row .osp-col.source.paystack {
    background: #FFCDB2;
    color: #111;
}

.osp-table-payments .osp-row .osp-col.source.ccavenue {
    background: #e14632;
}

.osp-table-payments .osp-row .osp-col.source.skrill {
    background: #721f63;
}

.osp-table-payments .osp-row .osp-col.source.payza {
    background: #00a54d;
}

.osp-table-payments .osp-row .osp-col.source.authorize {
    background: #c2b43a;
}

.osp-table-payments .osp-row .osp-col.source.pagseguro {
    background: #6fbe47;
}

.osp-table-payments .osp-row .osp-col.source.payumoney {
    background: #a1ca3a;
}

.osp-table-payments .osp-row .osp-col.source.payulatam {
    background: #00aeef;
}

.osp-table-payments .osp-row .osp-col.source.braintree {
    background: #ff6308;
}

.osp-table-payments .osp-row .osp-col.source.blockchain {
    background: #039bd3;
}

.osp-table-payments .osp-row .osp-col.source.weaccept {
    background: #C0DDE2;
    color: #1F2D3D;
}

.osp-table-payments .osp-row.osp-empty {
    text-align: center;
    padding: 30px 25px 20px 25px;
    height: auto;
}

.osp-table-payments .osp-row.osp-empty i {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 80px;
    text-shadow: #fff 1px 1px 0;
}

.osp-table-payments .osp-row.osp-empty span {
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 4px;
}

.osp-table-payments.osp-table-transfers .osp-row {
    height: auto;
}

.osp-table-payments.osp-table-transfers .osp-row .osp-transfer-detail {
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
    background: #d0d0d0;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
}

.osp-table-payments.osp-table-transfers .osp-row .osp-transfer-detail b {
    font-weight: 600;
}

/* CUSTOM DIALOG */
.osp-custom-dialog {
    max-height: 80%;
    cursor: default;
    display: none;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 300px !important;
    height: 80% !important;
    margin-left: -150px;
    z-index: 9999;
}

.osp-custom-dialog#blockchain-dialog {
    height: 430px !important;
}

.osp-custom-dialog#blockchain-dialog .stage-ready {
    letter-spacing: -0.5px;
}

.osp-custom-dialog#blockchain-dialog .osp-bot {
    padding-left: 5px;
    padding-right: 5px;
}

.osp-custom-dialog .osp-inside {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    float: left;
    clear: both;
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 0;
    z-index: 999;
}

.osp-custom-dialog .osp-top {
    height: 67px;
    float: left;
    clear: both;
    width: 100%;
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
    padding: 20px 8px;
    text-align: center;
    background: #464feb url('../img/dialog-bg.jpg') repeat center center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.osp-custom-dialog .osp-top>span {
    display: inline-block;
    height: 24px;
}

.osp-custom-dialog .osp-top>span>img {
    width: auto;
    max-width: 100%;
    height: 40px;
    margin: -8px 0;
    opacity: 0.95;
}

.osp-custom-dialog .osp-bot {
    overflow-x: hidden;
    height: calc(100% - 67px);
    background: #fff;
    overflow-y: auto;
    bottom: 0;
    auto;
    float: left;
    clear: both;
    width: 100%;
    display: block;
    padding: 20px 20px 25px 20px;
    font-size: 13px;
    color: #444;
    line-height: 20px;
    position: relative;
    z-index: 2;
}

.osp-custom-dialog .osp-close {
    cursor: pointer;
    right: 10px;
    top: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 18px;
    padding: 0;
    line-height: 30px;
    box-shadow: none;
    background: none;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.osp-custom-dialog .osp-close:hover {
    background: rgba(0, 0, 0, 0.20);
}

.osp-custom-dialog .osp-close:active {
    background: rgba(0, 0, 0, 0.25);
}

.osp-custom-dialog .osp-close i {
    line-height: 30px;
    margin: 0;
    text-indent: 1px;
}

.osp-custom-dialog p {
    margin: 5px 0;
}

.osp-custom-dialog .stage-loading {
    margin-bottom: 25px;
}

.osp-custom-dialog .stage-loading img {
    width: 32px !important;
    height: 32px !important;
}

.osp-custom-dialog .stage-ready .qr-code {
    margin-top: 20px;
    float: none;
}

.osp-custom-overlay {
    display: none;
    background: #aaa;
    opacity: 0.3;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.osp-custom-dialog input[type="submit"].osp-disabled,
.osp-custom-dialog button[type="submit"].osp-disabled {
    cursor: wait;
    opacity: 0.5;
}

.blockchain.stage-loading i {
    display: inline-block;
    clear: both;
    width: 100px;
    text-align: center;
    line-height: 56px;
    font-size: 50px;
    padding: 5px 0;
    color: #f0f1f3;
}

.osp-custom-dialog form,
.osp-dialog form {
    float: left;
    clear: both;
    width: 100%;
    display: block;
}

.osp-custom-dialog .osp-response-success {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.osp-custom-dialog .osp-response-success * {
    display: inline-block;
}

.osp-custom-dialog .osp-response-success i {
    font-size: 100px;
    color: #8BC34A;
    line-height: 120px;
    margin-top: 50px;
    display: block;
    clear: both;
}

.osp-custom-dialog .osp-response-success div {
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    display: block;
    clear: both;
}

.osp-custom-dialog .osp-response-success span {
    font-size: 12px;
    line-height: 18px;
    display: block;
    clear: both;
}

.osp-custom-dialog .osp-response-info {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.osp-custom-dialog .osp-response-info * {
    display: inline-block;
}

.osp-custom-dialog .osp-response-info i {
    font-size: 100px;
    color: #999;
    line-height: 120px;
    margin-top: 50px;
    display: block;
    clear: both;
}

.osp-custom-dialog .osp-response-info div {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: block;
    clear: both;
}

.osp-custom-dialog .osp-response-info span {
    font-size: 12px;
    line-height: 18px;
    display: block;
    clear: both;
}

.osp-custom-dialog .osp-response-info a {
    float: none;
    font-size: 13px;
    line-height: 18px;
    margin-top: 15px;
    color: #464feb;
    text-decoration: underline;
    font-weight: 600;
    display: block;
    clear: both;
}

.osp-custom-dialog .osp-response-info a:hover {
    text-decoration: none;
    color: #464feb;
}

.osp-custom-dialog .blockchain-icon {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 100px;
    line-height: 100px;
    margin: 30px 0 30px 0;
}

.osp-custom-dialog .blockchain-icon.blockchain-success-icon {
    color: #72C279;
}

.osp-custom-dialog .blockchain-icon.blockchain-error-icon {
    color: #E08F95;
}


/* CUSTOM JQUERY UI DIALOGS */
.osp-dialog.ui-dialog {
    border: none;
    background: #fff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 0;
    z-index: 999;
}

.osp-dialog.ui-dialog .ui-dialog-titlebar {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
    padding: 20px 8px;
    text-align: center;
    background: #464feb url('../img/dialog-bg.jpg') repeat center center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.osp-dialog.ui-dialog .ui-dialog-titlebar img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.osp-dialog.ui-dialog .ui-dialog-content {
    padding: 20px 20px 25px 20px;
    font-size: 13px;
    color: #444;
    line-height: 20px;
    position: relative;
    z-index: 2;
}

.osp-dialog.ui-dialog .ui-dialog-content p {
    margin: 0;
}

.osp-dialog.ui-dialog .ui-button-icon-only .ui-button-text {
    display: none;
}

.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 18px;
    padding: 0;
    line-height: 30px;
    box-shadow: none;
    background: none;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:hover {
    background: rgba(0, 0, 0, 0.20);
}

.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:active {
    background: rgba(0, 0, 0, 0.25);
}

.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:after {
    font-family: "FontAwesome", "Font Awesome 5 Free";
    content: "\f00d";
}

.osp-dialog.ui-dialog .ui-widget-header .ui-dialog-titlebar-close>span {
    display: none !important;
}

.osp-dialog span.ui-dialog-title {
    display: inline-block;
    height: 24px;
    margin: 0;
    overflow: visible;
    padding-left: 32px;
}

.osp-dialog.braintree-dialog span.ui-dialog-title>img {
    height: 30px;
    margin: -6px 0;
}


/* ITEM PAY */
.osp-body.osp-body-itempay {
    padding: 0;
    border: none;
}

body#body-custom .osp-body.osp-body-itempay {
    background: #fff;
    padding: 20px 20px 25px 20px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.osp-body-itempay .osp-cart {
    margin-bottom: 20px;
    margin-top: 20px;
}

.osp-flash.flashmessage {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}

.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.prod .p1 {
    float: left;
    margin: 1px 8px 0 0;
    font-size: 12px;
    padding: 8px 6px;
}

.osp-body-itempay .osp-cart-col.prod .px {
    float: left;
    max-width: 80%;
}

.osp-body-itempay .osp-cart-col.prod .p2 {
    font-size: 14px;
    font-weight: 600;
    float: left;
    clear: both;
    line-height: 15px;
    margin-top: 2px;
    color: #333;
    margin-bottom: 1px;
}

.osp-body-itempay .osp-cart-col.prod .p3 {
    font-weight: 500;
    float: left;
    color: #999;
    clear: both;
    font-size: 12px;
    line-height: 14px;
}

.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.code,
.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.delt,
.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.pric,
.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.qty {
    padding: 17px 3px;
}

.osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col {
    padding: 8px 6px;
}

.osp-body-itempay .osp-h1 {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 15px;
}

.osp-body-itempay .osp-h2 {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
}

.osp-body-itempay .osp-cart-col.prod .p2 a {
    text-decoration: underline;
    border: none;
}

.osp-body-itempay .osp-cart-col.prod .p2 a:hover {
    text-decoration: none;
}


/* PUBLISH FORM */
.osp-promote-form {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 20px 0 10px 0;
    padding: 8px 15px 0 15px;
    border-radius: 4px;
    background: #f0f1f3;
    border: 1px solid #dcdef2;
    line-height: 18px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.osp-promote-form.osp-is-publish {
    background: transparent;
    padding: 0;
    margin: 15px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.osp-promote-form .osp-h1 {
    margin-bottom: 0px;
    font-size: 15px;
}

.osp-promote-form .osp-h2 {
    color: #888;
    font-size: 13px;
}

.osp-promote-form .osp-pb-line {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 0px;
    font-size: 13px;
    text-align: left;
    float: none;
    position: relative;
    border-radius: 3px;
    margin: 0 0 8px 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
}

.osp-promote-form .osp-pb-line.disabled {
    opacity: 0.6;
    cursor: default;
}

.osp-promote-form .osp-pb-line.pt101 .osp-chk {
    background: #00A896;
}

.osp-promote-form .osp-pb-line.pt201 .osp-chk {
    background: #464feb;
}

.osp-promote-form .osp-pb-line.pt401 .osp-chk {
    background: #ffd700;
}

.osp-promote-form .osp-pb-line.pt501 .osp-chk {
    background: #E63946;
}

.osp-promote-form .osp-pb-line.pt601 .osp-chk {
    background: #c0c0c0;
}

.osp-promote-form .osp-pb-line.pt801 .osp-chk {
    background: #0ed000;
}

.osp-promote-form .osp-pb-line.pt101 .osp-text,
.osp-promote-form .osp-pb-line.pt801 .osp-text,
.osp-promote-form .osp-pb-line.pt501 .osp-text {
    width: 100%;
}

.osp-promote-form .osp-pb-line label.osp-chk {
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    height: 100%;
    width: 50px;
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right-color: rgba(0, 0, 0, 0.08);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.osp-promote-form .osp-pb-line.disabled label.osp-chk {
    cursor: default;
}

.osp-promote-form .osp-pb-line .osp-text {
    float: left;
    width: 60%;
    padding: 10px 10px 10px 60px;
    clear: none;
}

.osp-promote-form .osp-pb-line .osp-select {
    float: left;
    width: 40%;
    padding: 13px 10px 10px 10px;
    clear: none;
}

.osp-promote-form .osp-pb-line .osp-select1 {
    float: left;
    width: 28%;
    padding: 13px 10px 10px 10px;
    clear: none;
}

.osp-promote-form .osp-pb-line .osp-select2 {
    float: left;
    width: 12%;
    padding: 13px 10px 10px 0px;
    clear: none;
}

.osp-promote-form .osp-pb-line .osp-select2 select {
    padding-right: 3px;
    padding-left: 3px;
}

.osp-promote-form .osp-pb-line .osp-pb-name {
    font-weight: 600;
    margin: 0 0 3px 0;
    font-size: 14px;
}

.osp-promote-form .osp-pb-line .osp-pb-name strong {
    padding: 2px 5px;
    display: inline-block;
    background: #444;
    border-radius: 3px;
    margin-left: 3px;
    color: #fff;
}

.osp-promote-form .osp-pb-line .osp-pb-name strong.strike {
    text-decoration: line-through;
    opacity: 0.4;
    font-style: italic;
    font-weight: normal;
}

.osp-promote-form .osp-pb-line .osp-pb-name .freelimit {
    padding: 2px 5px;
    display: inline-block;
    background: #111;
    border-radius: 3px;
    margin-left: 3px;
    color: #fff;
}

.osp-promote-form .osp-pb-line .osp-pb-desc {
    font-weight: 500;
    font-size: 13px;
    opacity: 0.85;
}

.osp-promote-form .osp-pb-line .osp-pb-desc>span {
    display: inline-block;
    width: 100%;
}

.osp-promote-form .osp-pb-line .osp-pb-desc>span.strike {
    text-decoration: line-through;
    opacity: 0.6;
}

.osp-promote-form .osp-pb-line select {
    margin: 0;
    opacity: 1 !important;
    position: relative;
    left: auto;
    top: auto;
    height: 35px !important;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    float: left;
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    padding: 5px 7px;
    line-height: 17px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-size: 12px;
    background: #fff !important;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.03) inset;
}

.osp-promote-form .osp-pb-line select:hover {
    border-color: rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.osp-promote-form .osp-pb-line select:disabled {
    cursor: default;
}

.osp-promote-form .osp-pb-line .selector {
    padding: 0 !important;
    border: none !important;
    height: auto !important;
    box-shadow: none !important;
    background: none !important;
    width: 100%;
    margin: 0 !important;
}

.osp-promote-form .osp-pb-line .selector>span {
    display: none !important;
}

.osp-promote-form label.osp-chk {
    display: inline-block;
    width: auto;
    position: relative;
    cursor: pointer;
}

.osp-promote-form label.osp-chk.readonly,
.osp-promote-form label.osp-chk.readonly div,
.osp-promote-form label.osp-chk.readonly div:before,
.osp-promote-form label.osp-chk.readonly div:after {
    cursor: default;
}

.osp-promote-form label.osp-chk input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
    overflow: hidden;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.osp-promote-form label.osp-chk div {
    cursor: pointer;
    position: absolute;
    padding: 0 !important;
    line-height: 20px;
    font-size: 13px;
    width: auto;
    clear: both;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -11px;
}

.osp-promote-form label.osp-chk div:before {
    cursor: pointer;
    content: "";
    width: 18px;
    height: 18px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 500;
    text-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.osp-promote-form label.osp-chk div:after {
    cursor: pointer;
    text-indent: 1px;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    content: "\f00c";
    color: transparent;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    text-shadow: none;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.osp-promote-form label.osp-chk div:hover:before {
    border-color: rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.20);
}

.osp-promote-form label.osp-chk div:hover:after {
    cursor: pointer;
    text-indent: 1px;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    content: "\f00c";
    color: transparent;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    text-shadow: none;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.osp-promote-form label.osp-chk input[type="checkbox"]:checked+div:before {
    border-color: #333;
    color: #fff;
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.osp-promote-form label.osp-chk input[type="checkbox"]:checked+div:after {
    color: #fff;
}

.osp-promote-form button[type="submit"],
#uniform-osp-item-promote {
    position: relative;
    text-shadow: none;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    color: #fff !important;
    background: #464feb;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    width: auto;
    padding: 10px 15px 10px 34px;
    text-align: center;
    float: left;
    clear: both;
    margin-top: 16px;
    margin-bottom: 20px;
}

.osp-promote-form button[type="submit"]:hover,
#uniform-osp-item-promote:hover {
    background: #2d36d2;
}

.osp-promote-form button[type="submit"] i,
#uniform-osp-item-promote i {
    font-size: 18px;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.95);
}


/* PROMOTE FORM ON ITEM PAGE - BOXES */
.osp-promote-form .osp-wrap {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 8px;
}

.osp-promote-form form .osp-pb-line {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    border-radius: 4px;
}

.osp-promote-form form .osp-pb-line .osp-chk {
    border-color: rgba(0, 0, 0, 0.1);
}


/* ITEMPAY FORM */
.osp-body-itempay .osp-promote-form {
    padding: 0;
    background: #fff;
    border: none;
    margin-top: 23px;
}

.osp-body-itempay .osp-promote-form form {
    background: #f6f6f6;
    float: left;
    clear: both;
    padding: 22px 15px 15px 15px;
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.osp-body-itempay .osp-promote-form form .osp-pb-line {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    clear: none;
}

.osp-body-itempay .osp-promote-form form .osp-pb-line:nth-child(even) {
    margin-right: 0;
}

.osp-body-itempay .osp-promote-form form .osp-pb-line.disabled {
    opacity: 0.6;
    cursor: default;
}

.osp-body-itempay .osp-promote-form form .osp-pb-line .osp-pb-desc {
    display: block;
    margin: 0 0 3px 0;
    width: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.osp-body-itempay .osp-promote-form .osp-h1 {
    cursor: pointer;
    padding: 15px;
    background: #464feb;
    color: #fff;
    margin: 0 0 -3px 0;
    border-radius: 3px;
    position: relative;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.osp-body-itempay .osp-promote-form .osp-h1:hover {
    background: #3e45c9;
}

.osp-body-itempay .osp-promote-form .osp-h1:after {
    text-indent: 2px;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    content: "\f107";
    line-height: 34px;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.osp-body-itempay .osp-promote-form .osp-h1.is-open:after {
    content: "\f106";
    line-height: 30px;
}

.osp-body-itempay .osp-promote-form button[type="submit"] {
    margin-bottom: 4px;
}

.osp-manage-top {
    float: left;
    clear: both;
    width: 100%;
    padding-right: 26%;
    position: relative;
}

.osp-manage-top .osp-top-button {
    max-width: 200px;
    overflow: hidden;
    text-decoration: none;
    color: #444;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 25%;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 10px 11px 42px;
    line-height: 16px;
    border: 1px solid #464feb;
    border-radius: 3px;
}

.osp-manage-top .osp-top-button:hover {
    color: #fff;
    background: #464feb;
}

.osp-manage-top .osp-top-button i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    background: #464feb;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}


/* ITEMS */
.osp-item {
    background: #fff;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 15px 100px 15px 110px;
    margin: 0;
    border-bottom: 1px solid #f0f1f3;
    position: relative;
}

.osp-item:first-child {
    border-top: 1px solid #f0f1f3;
}

.osp-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.osp-item .osp-top {
    display: inline-block;
    width: 100%;
    clear: both;
}

.osp-item .osp-bot {
    display: inline-block;
    width: 100%;
    clear: both;
}

.osp-item .osp-img {
    position: absolute;
    left: 0;
    top: 15px;
    width: 110px;
    height: 90px;
    overflow: hidden;
}

.osp-item .osp-img img {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 120%;
    max-height: 120%;
    margin: auto;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
}

.osp-item .osp-left {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.osp-item .osp-left .osp-h2 {
    margin: 0 0 2px 0;
}

.osp-item .osp-left a {
    font-weight: 600;
    transition: 0.2s;
    color: #464feb;
    text-decoration: none;
    font-size: 14px;
}

.osp-item .osp-left a:hover {
    color: #3e45c9;
    text-decoration: underline;
}

.osp-item .osp-left .osp-date {
    font-size: 13px;
    color: #888;
}

.osp-item .osp-right {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: left;
    padding: 0 15px;
    margin: 4px 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.osp-item .osp-right .MCtooltip {
    display: none !important;
}

.osp-item .osp-promote {
    transition: 0.2s;
    position: absolute;
    cursor: pointer;
    height: 50px;
    background: #464feb;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    width: 100px;
    top: 15px;
    right: 0px;
    border: 2px solid #464feb;
    padding: 8px 5px;
    border-radius: 3px;
}

.osp-item.open .osp-promote {
    z-index: 97;
}

.osp-item .osp-promote:after {
    transition: 0.1s;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -1px;
    background: transparent;
}

.osp-item.open .osp-promote:after {
    background: #fff;
}

.osp-item .osp-promote:hover {
    background: #3e45c9;
    border-color: #3e45c9;
}

.osp-item.open .osp-promote {
    background: #fff;
    color: #000;
    border-color: #ccc;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
}

.osp-item .osp-promote .osp-text {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.osp-item .osp-promote .osp-icon {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    line-height: 14px;
}

.osp-item .osp-promote .osp-icon i {
    line-height: 16px;
    font-size: 16px;
}

.osp-item .osp-item-inactive {
    display: inline-block;
    padding: 0px 3px;
    background: #e84040;
    color: #fff;
    border-radius: 2px;
    margin-left: 3px;
    font-weight: bold;
    font-size: 10px;
    vertical-align: 1px;
}

.osp-item .osp-stat {
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 0 15px;
    z-index: 10;
}

.osp-item .osp-stat>span {
    cursor: default;
    float: left;
    width: auto;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    padding: 4px 5px 4px 5px;
    background: transparent;
    color: #fff;
    margin: 0 5px 5px 0;
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.osp-stat>span.osp-none {
    color: #999;
    font-weight: normal;
    background: #eee;
}

.osp-stat>span.osp-101,
.osp-cart-col.prod .p1.osp-101 {
    background: #65d094;
}

.osp-stat>span.osp-201,
.osp-cart-col.prod .p1.osp-201 {
    background: #464feb;
    cursor: help;
}

.osp-stat>span.osp-801,
.osp-cart-col.prod .p1.osp-801 {
    background: #0ed000;
    color: #fff;
}

.osp-stat>span.osp-401,
.osp-cart-col.prod .p1.osp-401 {
    background: #ffd700;
    cursor: help;
}

.osp-stat>span.osp-501,
.osp-cart-col.prod .p1.osp-501 {
    background: #623B5A;
}

.osp-stat>span.osp-601,
.osp-cart-col.prod .p1.osp-601 {
    background: #c0c0c0;
    cursor: help;
}

.osp-stat>span.osp-301,
.osp-cart-col.prod .p1.osp-301 {
    background: #C6DABF;
    color: rgba(0, 0, 0, 0.6);
}

.osp-stat>span.osp-701,
.osp-cart-col.prod .p1.osp-701 {
    background: #F3E9D2;
    color: rgba(0, 0, 0, 0.6);
}

.osp-stat>span.osp-1001,
.osp-cart-col.prod .p1.osp-1001 {
    background: #D0A26F;
    color: rgba(0, 0, 0, 0.6);
}

.osp-stat>span.osp-1101,
.osp-cart-col.prod .p1.osp-1101 {
    background: #5BC0EB;
}

.osp-stat>span.osp-8001,
.osp-cart-col.prod .p1.osp-7001 {
    background: #e67500;
}

.osp-stat>span.osp-8001,
.osp-cart-col.prod .p1.osp-8001 {
    background: #ebf8a4;
    color: rgba(0, 0, 0, 0.8);
}

.osp-stat>span.osp-9001,
.osp-cart-col.prod .p1.osp-9001 {
    background: #e32dab;
}

.osp-stat>span.osp-issue {
    background: #F44336;
    cursor: help;
}

.osp-stat>span.osp-issue:after,
.osp-stat>span.osp-201:after,
.osp-stat>span.osp-801:after,
.osp-stat>span.osp-401:after,
.osp-stat>span.osp-601:after {
    font-weight: 500;
    content: "\f05a";
    font-family: "FontAwesome", "Font Awesome 5 Free";
    margin: 0 0 0 4px;
    color: rgba(0, 0, 0, 0.4);
    float: right;
    font-size: 13px;
    line-height: 13px;
}

.osp-stat>span.osp-issue:after {
    content: "\f06a";
}

.osp-options {
    display: none;
    height: auto;
    border-radius: 3px 0 3px 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    padding: 15px;
    z-index: 5;
    margin-bottom: 20px;
    position: absolute;
    top: 64px;
    max-width: 500px;
    right: 0px;
    width: 65%;
    background: #fff;
    color: #333;
    border: 2px solid #ccc;
}

.osp-item.open .osp-options {
    z-index: 96;
}

.osp-options .osp-o-row {
    font-size: 14px;
    font-weight: 600;
    cursor: default;
    width: 100%;
    clear: both;
    display: inline-block;
    margin: 0 0 10px 0;
    line-height: 20px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.osp-options .osp-o-row i {
    color: #fff;
    background: #464feb;
    border-radius: 8px;
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    float: left;
    margin: -2px 6px -2px 0;
}

.osp-options .osp-block {
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    clear: both;
    display: inline-block;
    margin: 0 0 20px 0;
    line-height: 20px;
}

.osp-options .osp-b-line {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.osp-options .osp-b-line a {
    position: relative;
    border: 1px solid transparent;
    line-height: 17px;
    text-align: center;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #464feb;
    text-decoration: none;
    border-radius: 3px;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
    transition: 0.2s;
}

.osp-options .osp-b-line a:hover {
    color: #fff;
    background: #2d36d2;
    text-decoration: none;
}

.osp-options .osp-b-line a:active {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7);
    background: #2d36d2;
}

.osp-options .osp-b-line a.osp-in-cart {}

.osp-options .osp-b-line a.osp-notin-cart {
    background: rgba(0, 0, 0, 0.25);
}

.osp-options .osp-b-line a i {
    display: inline-block;
    margin: -8px 2px -8px 0;
    font-size: 20px;
    vertical-align: -2px;
    line-height: 33px;
    color: rgba(255, 255, 255, 0.9);
}

.osp-options .osp-b-line.osp-b-line-empty {
    margin: 0 0 3px 0;
    text-align: center;
    font-style: italic;
    padding: 15px 0px;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
}

.osp-options .osp-line {
    width: 33.3%;
    display: inline-block;
    float: left;
    clear: none;
    margin: 0 0 10px 0;
}

.osp-options .osp-block[data-type="101"] .osp-line,
.osp-options .osp-block[data-type="501"] .osp-line,
.osp-options .osp-block[data-type="801"] .osp-line {
    width: 100%;
}

.osp-options .osp-small-title {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    color: #444;
    line-height: 18px;
    margin: -10px 0 10px 0;
    padding: 2px 6px;
    border-radius: 3px;
    background: #e0e0e0;
}

.osp-options label {
    display: inline-block;
    width: auto;
    position: relative;
    margin: 0;
    font-weight: 500;
}

.osp-options label>.square {
    opacity: 0 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: -1 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.osp-options label>.square:before,
.osp-options label>.square:after {
    display: none !important;
    content: "";
}

.osp-options label input[type="checkbox"] {
    opacity: 0 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: -1 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.osp-options label>div>ins {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.osp-options label>div {
    cursor: pointer;
    position: relative;
    float: left;
    padding: 0 8px 0 25px !important;
    line-height: 20px;
    font-size: 13px;
    width: auto;
    clear: both;
}

.osp-options label>div:before {
    transition: 0.2s;
    cursor: pointer;
    content: "";
    width: 18px;
    height: 18px;
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 500;
    text-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}

.osp-options label>div:after {
    cursor: pointer;
    text-indent: 0px;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    content: "\f00c";
    color: transparent;
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    text-shadow: none;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 2px;
}

.osp-options label>div:hover:before {
    border-color: rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.15);
}

.osp-options label>div:hover:after {
    cursor: pointer;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    content: "\f00c";
    color: transparent;
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    text-shadow: none;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 2px;
    font-weight: 900;
}

.osp-options label>div>em {
    font-style: normal;
    font-size: 11px;
    font-weight: bold;
}

.osp-options label>input[type="checkbox"]:checked+div:before {
    border-color: #333;
    color: #fff;
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.osp-options label>input[type="checkbox"]:checked+div:after {
    color: #fff;
    font-weight: 900;
}


/* GROUPS */
.osp-body-group .osp-content {
    margin-top: 10px;
}

.osp-group {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-left: 0;
    padding: 0;
    border-radius: 2px;
    position: relative;
    width: calc(33.33% - 10px);
    text-align: left;
    cursor: default;
}

.osp-group:nth-child(3n+3) {
    margin-right: 0;
}

.osp-group:nth-child(3n+4) {
    clear: both;
}

.osp-group .osp-top {
    float: left;
    clear: both;
    width: 100%;
    padding: 12px 8px 20px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: linear-gradient(to bottom, transparent 85%, rgba(255, 255, 255, 0.3) 100%);
}

.osp-group .osp-right2 {
    float: left;
    clear: both;
    width: 100%;
    padding: 28px 12px 12px 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 17px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.osp-group .osp-h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px 0 12px 0;
}

.osp-group .osp-desc {
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.osp-group .osp-price {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0 0 0;
    line-height: 40px;
}

.osp-group .osp-cost {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.osp-group .osp-perc {
    font-weight: 500;
    margin: 0;
    padding: 8px 0;
    float: left;
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.osp-group .osp-perc+.osp-perc,
.osp-group .osp-perc+.osp-cats {
    border-top: 1px solid #f0f1f3;
}

.osp-group .osp-cats {
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 8px;
    height: 59px;
    overflow: hidden;
    float: left;
    clear: both;
    width: 100%;
    display: block;
}

.osp-group .osp-perc.osp-none,
.osp-group .osp-cats.osp-none {
    color: #ccc;
    font-size: 13px;
}

.osp-group .osp-label {
    float: left;
    clear: both;
    width: 100%;
    display: block;
    margin: 10px 0 5px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.osp-body .osp-group select.osp-select {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    clear: both;
    width: 100%;
    display: block;
    margin: 0px;
}

.osp-body .osp-group .selector {
    padding: 0 !important;
    border: none !important;
    height: auto !important;
    box-shadow: none !important;
    background: none !important;
    width: 100%;
    margin: 0 !important;
}

.osp-body .osp-group .selector>span {
    display: none !important;
}

.osp-group .osp-cart-keep {
    position: absolute;
    width: 100%;
    bottom: -18px;
    left: 0;
    text-align: center;
}

.osp-group .osp_cart_add {
    cursor: pointer;
    display: inline-block;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.15s;
    text-decoration: none;
    color: #ffffff;
    background: #464feb;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.osp-group .osp_cart_add:not(.osp-disabled):hover {
    transform: scale(1.1);
    background-color: #2d36d2;
}

.osp-group .osp_cart_add.osp-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.osp-group .osp-is-active {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    background: #464feb;
    color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.osp-group .osp-is-active i {
    line-height: 50px;
}


/* USER ACCOUNT MENU */
.osp-um {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 0;
}

ul.osp-um-inside {
    ;
    float: left;
    width: 100%;
    clear: both;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

ul.osp-um-inside li {
    float: left;
    clear: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 14.28%;
}

ul.osp-um-inside.elem6 li {
    width: 16.66%;
}

ul.osp-um-inside.elem5 li {
    width: 20%;
}

ul.osp-um-inside.elem4 li {
    width: 25%;
}

ul.osp-um-inside.elem3 li {
    width: 33.3%;
}

ul.osp-um-inside li a {
    transition: 0.2s;
    border: 1px solid #606060;
    border-radius: 6px;
    overflow: visible;
    position: relative;
    height: 64px;
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    padding: 9px 5px;
    display: flex;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #606060;
    text-decoration: none;
    position: relative;
    background: #ffffff;
}

ul.osp-um-inside li a.active {
    margin-bottom: -2px;
    background: rgba(70, 79, 235, 0.12);
    font-weight: 700;
    color: #464feb;
    padding-bottom: 11px;
    border: 1px solid #464feb;
}

ul.osp-um-inside li.cart a {
    z-index: 2;
}

ul.osp-um-inside li a:not(.active):hover {
    background: rgba(70, 79, 235, 0.12);
    color: #3e45c9;
    border: 1px solid #3e45c9;
}

!ul.osp-um-inside li a.active:after {
    z-index: 2;
    content: "";
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    display: block;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: rotate(45deg);
    transform-origin: 0 0;
}

ul.osp-um-inside li:last-child a {
    border-right: 1px solid #f0f1f3;
    ;
}

!ul.osp-um-inside li a>span em {
    display: inline;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 2px;
    margin-left: 1px;
    font-style: normal;
}

ul.osp-um-inside li a>span em {
    display: block;
    font-style: normal;
    color: #000;
    font-size: 11px;
    margin: 0px;
    position: absolute;
    right: -7px;
    top: -8px;
    padding: 3px 4px;
    background: #fff;
    line-height: 12px;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 40%);
}

ul.osp-um-inside li a>span em:after {
    width: 6px;
    height: 6px;
    color: transparent;
    background: #fff;
    display: block;
    content: "";
    transform: rotate(45deg);
    bottom: -3px;
    left: 12px;
    position: absolute;
    border-radius: 5px 0 0 0;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
}

ul.osp-um-inside li a>i {
    display: none;
}

ul.osp-um-inside li a>span {
    display: inline-block;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
    margin: auto;
    text-align: center;
    line-height: 1.5;
    max-height: 45px;
    overflow: hidden;
}

ul.osp-um-inside li:first-child a {
    border-top-left-radius: 4px;
}

ul.osp-um-inside li:last-child a {
    border-top-right-radius: 4px;
}


/* GLOBAL */
.osp-body {
    clear: both;
    display: inline-block;
    width: 100%;
    float: none;
    background: #fff;
    padding: 15px 15px 5px 15px;
    border: 1px solid #f0f1f3;
    border-radius: 4px;
}

.osp-um+.osp-body {
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.osp-h1 {
    clear: both;
    display: inline-block;
    width: 100%;
    float: none;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin: 5px 0 15px 0;
}

.osp-h1 strong {
    text-decoration: underline;
}

.osp-h2 {
    clear: both;
    display: inline-block;
    width: 100%;
    float: none;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin: 0 0 10px 0;
}

.osp-content {
    clear: both;
    display: inline-block;
    width: 100%;
    float: none;
}

.osp-body div.select-box,
.osp-promote-form div.select-box {
    z-index: 1;
    position: inherit;
    width: initial;
    background: none !important;
    border: none;
    border-radius: 0;
    display: initial;
    vertical-align: initial;
    color: initial !important;
    line-height: inherit;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
    padding: 0px;
    overflow: hidden;
}

.osp-body div.select-box a,
.osp-promote-form div.select-box a {
    display: none !important;
}

.osp-body select.osp-select,
.osp-promote-form select.osp-select,
.osp-promote-form .select-box select {
    height: 36px;
    opacity: 1 !important;
    position: initial;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    z-index: 1;
    padding: 0;
}

.osp-body select.osp-select,
.osp-promote-form select.osp-select,
.osp-promote-form .select-box select {
    cursor: pointer;
    float: left;
    clear: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    height: 36px;
    padding: 7px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* PAGINATION */
.osp-body .paginate {
    margin: 10px 0 0 0;
    padding: 15px 0 8px 0;
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
}

.osp-body .paginate a,
.osp-body .paginate span {
    border: none;
    float: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 36px;
    font-weight: 600;
    margin: 0px 3px 0 2px;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 15px;
    color: #333;
    background: #f0f1f3;
    cursor: pointer;
}

.osp-body .paginate a.searchPaginationSelected,
.osp-body .paginate a:hover {
    font-weight: bold;
    background-color: #0398db;
    color: white;
}

.osp-body .paginate a.searchPaginationSelected {
    color: #fff;
    background: #464feb;
    font-weight: bold;
}

.osp-body .paginate a:hover,
.osp-body .paginate span:hover {
    color: #fff;
    background: #464feb;
}


/* SHOPPING CART */
.osp-cart {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 5px 0 15px 0;
}

.osp-cart .osp-cart-row {
    display: inline-block;
    width: 100%;
    clear: both;
    background: #FCFDFE;
    border-bottom: 1px solid #EAEDEF;
}

.osp-cart .osp-cart-row:nth-child(odd) {
    background: #fff;
}

.osp-cart .osp-cart-row:hover {
    background: #f4f8fb;
}

.osp-cart .osp-cart-col {
    padding: 12px 6px;
    float: left;
    width: 12%;
    line-height: 17px;
}

.osp-cart .osp-cart-col.bold {
    font-weight: 600;
}

.osp-cart .osp-cart-head-row {
    display: inline-block;
    width: 100%;
    clear: both;
    font-size: 12px;
    border: none;
    font-weight: normal;
    vertical-align: top;
    border-bottom: 1px solid #a0d0eb;
    color: #333;
}

.osp-cart .osp-cart-head-row .osp-cart-col {
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
}

.osp-cart-col.code {
    width: 5%;
    text-align: center;
}

.osp-cart-col.prod {
    width: 64%;
}

.osp-cart-col.prod.t7001 {
    padding-right: 75px;
    position: relative;
}

.osp-cart-col.prod .p1 {
    display: inline-block;
    cursor: default !important;
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    padding: 2px 4px 2px 3px;
    border-radius: 2px;
    color: #fff;
    background: #464feb;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    margin: -2px 1px -2px 0;
    vertical-align: 1px;
}

.osp-cart-col.prod .p1 i {
    margin: 0 3px 0 0;
    font-size: 13px;
    line-height: 14px;
    float: left;
}

.osp-cart-col.prod .p2 a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #8be2f9;
}

.osp-cart-col.prod .p2 a:hover {
    color: #464feb;
    text-decoration: none;
    border-bottom-color: #464feb;
}

.osp-cart-col.prod .p2 u {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #f0f1f3;
}

.osp-cart-col.qty {
    width: 6%;
    text-align: center;
}

.osp-cart-col.qty input[type="text"] {
    float: none !important;
    display: inline-block !important;
    max-width: 40px;
    width: 100%;
    height: 28px !important;
    margin: -5px 0;
    line-height: 28px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}

.osp-cart-col.qty input[type="text"]:hover,
.osp-cart-col.qty input[type="text"]:focus {
    border-color: #aaa;
}

.osp-cart-col.qty.osp-editable>span {
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: inline-block;
    height: 28px;
    line-height: 26px;
    margin: -5px 0;
    border-radius: 3px;
    background: #f8f8f8;
    cursor: pointer;
    width: 100%;
    max-width: 40px;
}

.osp-cart-col.pric {
    width: 20%;
    cursor: default;
    font-weight: 600;
    color: #000;
    text-align: right;
}

.osp-cart-col.pric.has-unit {
    cursor: pointer;
}

.osp-cart-col.delt {
    width: 5%;
    text-align: center;
}

.osp-cart-col.delt a {
    font-size: 15px;
    color: #464feb !important;
    transition: 0.2s;
    text-decoration: none;
}

.osp-cart-col.delt a.osp-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.osp-cart-col.delt a:not(.osp-disabled):hover {
    color: #3e45c9 !important;
    text-decoration: none;
}

.osp-cart-row .osp-cart-col.delt {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.osp-cart-empty {
    text-align: center;
    padding: 30px 25px 20px 25px;
}

.osp-cart-empty i {
    color: #dedede;
    display: block;
    clear: both;
    font-size: 80px;
    text-shadow: #fff 1px 1px 0;
}

.osp-cart-empty span {
    text-align: center;
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 4px;
}

.osp-cart .osp-cart-row.osp-cart-total {
    font-weight: 600;
    border-top: 1px solid #EAEDEF;
    background: #f4f8fb;
}

.osp-cart .osp-cart-row.osp-cart-total .osp-cart-col.pric>span {
    background: rgba(0, 0, 0, 0.05);
    padding: 6px 8px;
    display: inline;
    border-radius: 3px;
}

!.osp-pay-msg {
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 5px 0 15px 0;
    background: #F7EA8A;
}

!.osp-pay-msg strong {
    color: rgba(0, 0, 0, 0.6);
}

!.osp-pay-msg a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline;
    text-transform: uppercase;
}

!.osp-pay-msg a:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

!.osp-pay-msg+.osp-pay-msg {
    margin-top: -5px;
}

.osp-body-itempay .osp-cart-col.pric {
    text-align: center;
}

.osp-pay-msg,
.osp-pay-err {
    background: #fff;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 12px 12px 12px 54px;
    border: 1px solid #f0f1f3;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    position: relative;
}

.osp-pay-msg:before,
.osp-pay-err:before {
    position: absolute;
    width: 44px;
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    z-index: 2;
    background: #ffb100;
    border-radius: 3px 0 0 3px;
    content: "";
}

.osp-pay-msg:after,
.osp-pay-err:after {
    position: absolute;
    width: 44px;
    height: 20px;
    line-height: 20px;
    left: -1px;
    top: calc(50% - 1px);
    margin-top: -10px;
    text-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    z-index: 3;
    content: "\f05a";
    font-size: 16px;
    font-weight: 900;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

.osp-pay-err:before {
    background: #de4a4a;
}

.osp-pay-err:after {
    content: "\f071";
}

.osp-pay-msg.dlvr:after {
    content: "\f0d1";
}

.osp-body-cart+.osp-pay-err,
.osp-body-cart+.osp-pay-msg {
    margin-top: 15px;
}

.osp-body-cart~.osp-pay-msg,
.osp-body-cart~.osp-pay-err {
    float: left;
    width: 100%;
    clear: both;
}

.osp-cart-col.prod .p2 a.osp-shipper {
    border: none;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.osp-cart-col.prod .p2 a.osp-shipper:hover {
    color: #333;
    text-decoration: underline;
}


/* PACKS */
.osp-pack {
    color: #fff !important;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 12px 0;
    padding: 14px;
    border-radius: 6px;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.osp-pack .osp-h2 {
    color: inherit;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.osp-pack .osp-desc {
    font-size: 12px;
    line-height: 16px;
}

.osp-pack .osp-group {
    font-weight: 500;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    bottom: 8px;
    border-radius: 18px;
    text-align: center;
}

.osp-pack .osp-group i {
    cursor: default;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.osp-pack .osp-right2 a {
    transition: 0.2s;
    text-align: center;
    float: right;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    line-height: 16px;
    margin: 0;
    border-radius: 4px;
}

.osp-pack .osp-right2 a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.osp-pack.list {
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    padding: 8px 8px;
}

.osp-pack.list .osp-left {
    width: 45%;
    float: left;
    position: relative;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.osp-pack.list .osp-right1 {
    width: 35%;
    float: left;
    padding-left: 15px;
}

.osp-pack.list .osp-right1 .osp-perc {
    display: none;
}

.osp-pack.list .osp-right2 {
    width: 20%;
    float: left;
}

.osp-pack.list .osp-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.osp-pack.list .osp-cost {
    font-size: 12px;
    line-height: 16px;
}

.osp-pack.gallery {
    overflow: hidden;
    margin: 0 2% 15px 0;
    width: 32%;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.osp-pack.gallery:nth-child(3n+3) {
    margin-right: 0;
}

.osp-pack.gallery .osp-desc {
    height: 70px;
    overflow: hidden;
    margin: 2px 0 15px 0;
}

.osp-pack.gallery .osp-left,
.osp-pack.gallery .osp-right1,
.osp-pack.gallery .osp-right2 {
    width: 100%;
    display: inline-block;
    clear: both;
}

.osp-pack.gallery .osp-right1 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 12px;
    position: relative;
    width: 100%;
}

.osp-pack.gallery .osp-price {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.osp-pack.gallery .osp-cost {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.osp-pack.gallery .osp-right2 a {
    width: 100%;
    margin-top: 20px;
}

.osp-pack.gallery .osp-right1 .osp-perc {
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    position: absolute;
    right: 0;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 5px;
    padding: 17px 0;
    text-shadow: none;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    font-size: 16px;
}

.osp-pack.gallery .osp-right1 .osp-perc>span {
    font-size: 11px;
}

.osp-body-pack .osp-content {
    margin-top: 10px;
}

.osp-body-pack .osp-pack-bonus {
    font-size: 14px;
    line-height: 18px;
    border-radius: 3px;
    padding: 15px 10px 15px 50px;
    color: #1e94ab;
    background: #DCF4F9;
    margin: 10px 0;
    position: relative;
    display: block;
    width: 100%;
}

.osp-body-pack .osp-pack-bonus:before {
    background: #4ac7e0;
    color: #DCF4F9;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 10px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    border-radius: 15px;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    content: "\f005";
}


/* PAYMENT BUTTONS */
.osp-pay-button {
    list-style-type: none;
    padding: 0;
    margin: 25px -20px 15px 0;
    clear: both;
    width: calc(100% + 20px);
    display: inline-block;
}

.osp-pay-button li {
    display: inline-block;
    cursor: pointer;
    float: left;
    margin: 0 20px 30px 0;
    height: 120px;
    width: calc(33.33% - 20px);
    text-align: center;
}

.osp-pay-button li a {
    transition: 0.2s;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    height: 130px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #ccc;
    text-decoration: none;
}

.osp-pay-button li a.blockchain-btn {
    position: initial;
}

.osp-pay-button li a>span {
    transition: 0.2s;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 5px;
}

.osp-pay-button li a>span.osp-i2 {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    overflow: hidden;
}

.osp-pay-button li a>span.osp-i2 svg {
    display: inline-block;
    width: 40px;
    height: 48px;
    fill: #999;
    padding: 4px 0;
    margin: 0 6px 0 0;
}

.osp-pay-button li a>span.osp-i2 em {
    display: inline-block;
    height: 48px;
    padding: 10px 0;
    line-height: 28px;
    letter-spacing: 0.5px;
    vertical-align: 13px;
    font-size: 26px;
    color: #999;
    font-family: "Impact";
}

.osp-pay-button li a>strong {
    transition: 0.2s;
    height: 25px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #777;
    line-height: 20px;
    font-weight: bold;
}

.osp-pay-button li a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 35px;
    float: none;
    padding: 0;
}

.osp-pay-button li a>div:not(.osp-custom-dialog) {
    width: 100%;
    height: auto;
}

.osp-pay-button li a:not(.osp-disabled):hover,
.osp-pay-button li a:not(.osp-disabled):focus {
    border-color: #2d36d2;
}

.osp-pay-button li a:not(.osp-disabled):after {
    transition: 0.2s;
    opacity: 0;
    text-indent: 1px;
    content: "\f00c";
    position: absolute;
    font-family: "FontAwesome", "Font Awesome 5 Free";
    right: -15px;
    top: -15px;
    font-size: 13px;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: 2px solid #2d36d2;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.osp-pay-button li a:not(.osp-disabled):hover:after {
    opacity: 1;
}

.osp-pay-button li a:not(.osp-disabled):hover>strong {
    color: #000;
    letter-spacing: 0.2px;
}

.osp-pay-button label,
.osp-pay-label {
    font-weight: 600;
    color: #333;
    clear: both;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 20px 0;
}

.osp-pay-label {
    margin-top: 25px;
}

.osp-pay-label+.osp-pay-button {
    margin-top: 0;
    margin-bottom: 0;
}

.osp-pay-button li a.osp-btn-wallet {
    position: relative;
}

.osp-pay-button li a.osp-btn-wallet .osp-btn-line-bot {
    position: absolute;
    bottom: -5px;
    right: -3px;
    font-size: 10px;
    font-weight: 600;
    width: auto;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    clear: both;
    display: block;
    line-height: 15px;
    text-align: left;
    background: #8BC34A;
    color: #fff;
    padding: 2px 7px;
    border-radius: 3px;
}

.osp-pay-button li a.btn-payza input[type="image"]:not([type="submit"]) {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 48px;
    display: inline-block !important;
    border: none;
    float: none;
    transition: none;
}

.osp-pay-button li a.osp-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.osp-btn-line-middle {
    line-height: 38px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.osp-body-itempay .osp-pay-button li {
    margin: 0 20px 30px 0;
    width: calc(25% - 20px);
}

.osp-body-itempay .osp-pay-button li form {
    margin: 0;
}


/* ADMIN */
!.form-controls select#osp_sell {
    display: inline-block;
    width: 208px;
    height: 28px;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    background-color: #fff;
    border: 1px solid #f0f1f3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    vertical-align: top;
}


@media screen and (min-width: 768px) {
    .osp-body.osp-body-ewallet svg.close {
        right: 50px;
        left: auto;
    }

    html[dir="rtl"] .osp-body.osp-body-ewallet svg.close {
        left: 50px;
        right: auto;
    }
}


@media screen and (max-width: 980px) {
    ul.osp-um-inside li a>i {
        display: inline-block;
        line-height: 14px;
        font-size: 16px;
        margin: auto;
    }

    ul.osp-um-inside li a>span {
        display: none;
    }

    .osp-voucher-box input[type="text"] {
        width: 180px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
    .osp-pay-button li {
        width: calc(50% - 20px);
        margin: 0 20px 30px 0;
    }

    .osp-body-itempay .osp-pay-button li {
        width: calc(33.33% - 20px);
        margin: 0 20px 20px 0;
    }

    .osp-body-itempay .osp-promote-form form .osp-pb-line {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    .osp-body-itempay .osp-promote-form form .osp-pb-line:nth-child(3n+3) {
        margin-right: 10px;
    }

    .osp-body-itempay .osp-promote-form form .osp-pb-line:nth-child(even) {
        margin-right: 0;
    }

    .osp-options .osp-line {
        width: 50%;
    }

    .osp-options {
        width: 70%;
    }

    .osp-table-payments .osp-col.code {
        display: none;
    }

    .osp-table-payments .osp-col.concept {
        width: 43%;
    }

    .osp-table-payments .osp-col.amount {
        width: 20%;
    }

    .osp-table-payments .osp-col.date {
        width: 15%;
    }
}


@media screen and (max-width: 767px) {
    .osp-group {
        margin-bottom: 20px;
    }

    .osp-pay-button li a:not(.osp-disabled)::after {
        display: none;
    }

    .osp-cart-col.prod.t7001 {
        padding-right: 6px;
    }

    .osp-cart-ship {
        position: relative;
        top: auto;
        right: auto;
        float: left;
        clear: both;
        margin: 6px 6px 2px 0;
    }

    .osp-cart-ship .osp-ship-opts {
        width: 240px;
        left: 0;
        right: auto;
    }

    .osp-status-info {
        display: none;
    }

    #osp-tab-menu>div,
    #osp-tab-menu>a {
        margin-right: 15px;
    }

    .osp-table-banners .osp-col.budget,
    .osp-table-banners .osp-col.spent>span,
    .osp-table-banners .osp-col.name .osp-review-comment {
        display: none;
    }

    .osp-table-banners .osp-col.spent {
        width: 24%;
    }

    .osp-table-banners .osp-col.add {
        width: 30%;
    }

    .osp-table-banners .osp-col.remove {
        display: none;
    }

    .osp-table-banners .osp-col.name {
        width: 30%;
    }

    .osp-table-banners .osp-col.status {
        width: 16%;
    }

    .osp-table-banners .osp-col.status span {
        display: inline-block;
        color: transparent;
        margin: -4px 0px;
        width: 25px;
        position: relative;
    }

    .osp-table-banners .status span i {
        position: absolute;
        color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: center;
    }

    .osp-manage-top {
        padding-right: 0;
    }

    .osp-manage-top .osp-top-button {
        position: relative;
        float: left;
        display: block;
        width: 100%;
        right: auto;
        left: auto;
        max-width: 100%;
        margin-top: 15px;
        padding-left: 26px;
    }

    .osp-options {
        width: 75%;
    }

    .osp-options .osp-line {
        width: 100%;
    }

    .osp-options .osp-b-line {
        margin-top: 0;
    }

    .osp-group,
    .osp-restrict-category .osp-group {
        width: 100%;
        margin-right: 0 !important;
        clear: both;
    }

    .osp-pack.gallery {
        width: 100%;
        margin-right: 0 !important;
    }


    .osp-table-payments {
        overflow-x: auto;
    }

    .osp-table-payments .osp-row {
        min-width: 540px;
    }

    !.osp-table-payments .osp-head-row,
    .osp-table-payments .osp-col.code {
        display: none;
    }

    !.osp-table-payments .osp-row {
        position: relative;
        padding-left: 27%;
        height: 49px;
        line-height: 18px;
    }

    !.osp-table-payments .osp-row .osp-col.source {
        width: 26%;
        height: 50px;
        left: 0;
        top: 0;
        position: absolute;
        line-height: 16px;
        padding: 17px 3px;
    }

    !.osp-table-payments .osp-col.concept {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 1px;
    }

    !.osp-table-payments .osp-col.amount {
        width: 50%;
        text-align: left;
        padding-top: 1px;
        padding-bottom: 5px;
    }

    !.osp-table-payments .osp-col.date {
        width: 50%;
        text-align: right;
        padding-top: 1px;
        padding-bottom: 5px;
    }

    .osp-cart-col.code,
    .osp-cart-col.qty {
        display: none;
    }

    .osp-cart-row .osp-cart-col.delt {
        width: 12%;
        border-left: none;
    }

    .osp-cart-col.pric {
        width: 30%;
        text-align: right;
    }

    .osp-cart-col.prod {
        width: 58%;
    }

    .osp-cart-col.prod .p2 {
        clear: both;
        display: inline;
        margin-top: 6px;
        font-size: 12px;
        line-height: 16px;
    }

    .osp-cart .osp-cart-col {
        padding: 8px 6px;
    }

    .osp-cart .osp-cart-head-row .osp-cart-col.pric {
        display: none;
    }

    .osp-cart-total .osp-cart-col.pric {
        width: 40%;
    }

    .osp-pay-button {
        width: 100%;
        margin-right: 0;
    }

    .osp-pay-button li,
    .osp-body-itempay .osp-pay-button li {
        width: calc(50% - 20px);
        margin: 0 20px 30px 0;
    }

    .osp-body-itempay .osp-cart-col.prod .px {
        width: 100%;
        max-width: 100%;
    }

    .osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.prod .p1 {
        padding: 2px 4px;
    }

    .osp-promote-form form .osp-pb-line,
    .osp-body-itempay .osp-promote-form form .osp-pb-line {
        width: 100%;
        margin: 0 0 8px 0;
        height: auto;
    }

    .osp-body-itempay .osp-promote-form form .osp-pb-line .osp-pb-desc {
        white-space: normal;
    }

    .osp-promote-form .osp-pb-line .osp-text {
        width: 100%;
    }

    .osp-promote-form .osp-pb-line .osp-select {
        width: 100%;
        padding-left: 60px;
        padding-top: 0;
        clear: both;
    }

    .osp-promote-form .osp-pb-line .osp-select1 {
        clear: both;
        width: 75%;
        padding-left: 60px;
        padding-top: 0;
    }

    .osp-promote-form .osp-pb-line .osp-select2 {
        width: 25%;
        padding-top: 0;
    }

    #osp-aff .osp-share a {
        width: 49%;
        margin: 0 2% 8px 0;
    }

    #osp-aff .osp-share a:nth-child(even) {
        margin-right: 0;
    }

    .osp-pack.list .osp-left {
        width: 60%;
    }

    .osp-pack.list .osp-right1 {
        width: 40%;
    }

    .osp-pack.list .osp-right2 {
        width: 100%;
        clear: both;
        margin-top: 10px;
    }

    .osp-pack.list .osp-right2 a {
        width: 100%;
    }

    #weaccept-iframe {
        top: 10px;
        margin-top: 0;
    }

    !.tpd-tooltip {
        display: none !important;
    }
}

@media screen and (max-width: 580px) {
    #osp-search-box .osp-col {
        width: 100% !important;
        padding-right: 0;
        margin: 0 0 10px 0;
    }

    #osp-search-box .osp-col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {

    #osp-tab-menu>div,
    #osp-tab-menu>a {
        padding: 1px 0;
        margin-bottom: 8px;
    }

    .osp-options {
        width: 90%;
    }

    #osp-aff .osp-share a {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .osp-promote-form button[type="submit"],
    #uniform-osp-item-promote {
        width: 100%;
    }

    .osp-custom-dialog,
    #banner-dialog.osp-custom-dialog {
        width: 300px !important;
        margin-left: -150px;
    }

    .osp-voucher-box {
        width: 100%;
    }

    .osp-voucher-box label {
        width: 100%;
        clear: both;
    }

    .osp-voucher-box input[type="text"] {
        width: calc(100% - 46px);
    }

    .osp-item {
        padding-left: 100px;
        padding-right: 54px;
    }

    .osp-item .osp-img {
        width: 90px;
        height: 70px;
    }

    .osp-item .osp-promote {
        width: 54px;
    }

    .osp-item .osp-promote .osp-text {
        display: none;
    }

    .osp-item .osp-promote .osp-icon i {
        line-height: 28px;
        font-size: 22px;
    }

    .osp-pay-button li,
    .osp-body-itempay .osp-pay-button li {
        width: 100%;
        margin: 0 0 30px 0;
    }

}


@media screen and (max-width: 450px) {
    #weaccept-iframe {
        width: 150%;
        margin-left: -25%;
        left: 0;
    }
}

@media screen and (max-width: 420px) {
    .osp-item {
        ;
    }

    .osp-item .osp-img {}

    .osp-item .osp-left,
    .osp-item .osp-right,
    .osp-item .osp-stat {
        padding-left: 0;
    }
}



/* CHROME SCROLL BARS */
::-webkit-scrollbar {
    box-shadow: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    -moz-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.12);
    background-clip: initial;
    box-shadow: none;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9e9e9e;
}

::-webkit-scrollbar-corner {
    background: #000;
}


.osp-custom-dialog,
.osp-dialog.ui-dialog,
.osp-pay-button,
.osp-body,
.osp-um,
.osp-promote-form,
.osp-restrict-category {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.osp-custom-dialog *,
.osp-dialog.ui-dialog *,
.osp-pay-button *,
.osp-body *,
.osp-um *,
.osp-promote-form *,
.osp-restrict-category * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}




/* RTL */
html[dir="rtl"] .osp-body,
html[dir="rtl"] .osp-um,
html[dir="rtl"] .osp-table-wrap,
html[dir="rtl"] .osp-head-row {
    direction: rtl;
}

html[dir="rtl"] .osp-table-payments .osp-col.source {
    white-space: nowrap;
}

html[dir="rtl"] .osp-ph-links a {
    float: left;
    margin-right: 4px;
    margin-left: 0;
}

html[dir="rtl"] .osp-pay-button li {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

html[dir="rtl"] .osp-pay-button li:nth-child(3n+4) {
    margin-left: 0;
}

html[dir="rtl"] .osp-body-itempay .osp-pay-button li {
    margin-left: 2.66%;
    margin-right: 0;
}

html[dir="rtl"] .osp-body-itempay .osp-pay-button li:nth-child(3n+4) {
    margin-left: 2.66%;
}

html[dir="rtl"] .osp-body-itempay .osp-pay-button li:nth-child(4n+4) {
    margin-left: 0;
}

html[dir="rtl"] .osp-group .osp-is-active {
    left: -10px;
    right: auto;
}

html[dir="rtl"] .osp-group .osp-right2 {
    text-align: right;
}

html[dir="rtl"] .osp-cart-col.prod .p1 {
    float: right;
    margin-right: 0;
    margin-left: 4px;
}

html[dir="rtl"] .osp-options .osp-b-line a i {
    margin-right: 0;
    margin-left: 2px;
}

html[dir="rtl"] .osp-item .osp-stat>span {
    margin-right: -1px;
    margin-left: 0;
    float: right;
}

html[dir="rtl"] .osp-stat>span.osp-issue:after,
html[dir="rtl"] .osp-stat>span.osp-201:after,
html[dir="rtl"] .osp-stat>span.osp-801:after,
html[dir="rtl"] .osp-stat>span.osp-401:after,
html[dir="rtl"] .osp-stat>span.osp-601:after {
    float: left;
    margin-right: 5px;
    margin-left: 0;
}

html[dir="rtl"] .osp-item .osp-img img {
    padding-left: 3px;
    padding-right: 0;
    float: right;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}

html[dir="rtl"] .osp-item .osp-img,
html[dir="rtl"] .osp-item .osp-left,
html[dir="rtl"] .osp-item .osp-right {
    float: right;
}

html[dir="rtl"] .osp-item .osp-right {
    padding-right: 15px;
    padding-left: 10px;
    text-align: right;
}

html[dir="rtl"] .osp-item .osp-promote,
html[dir="rtl"] .osp-options {
    left: 3px;
    right: auto;
}

html[dir="rtl"] .osp-options label>div {
    padding: 0 26px 0 8px !important;
}

html[dir="rtl"] .osp-options label>div:before,
html[dir="rtl"] .osp-options label>div:after {
    right: 0;
    left: auto;
}

html[dir="rtl"] .osp-body-itempay .osp-promote-form .osp-h1:after {
    right: auto;
    left: 10px;
    text-indent: 0px;
}

html[dir="rtl"] .osp-table-payments .osp-col,
html[dir="rtl"] ul.osp-um-inside li,
html[dir="rtl"] .osp-cart .osp-cart-col {
    float: right;
}

html[dir="rtl"] .osp-pack.gallery {
    float: right;
    margin-right: 0;
    margin-left: 2%;
}

html[dir="rtl"] .osp-pack.gallery:nth-child(3n+3) {
    margin-left: 0;
}

html[dir="rtl"] .osp-pack.gallery .osp-right1 .osp-perc {
    left: 0;
    right: auto;
    transform: rotate(8deg);
}

html[dir="rtl"] #osp-aff .osp-invite-link {
    float: right;
}

html[dir="rtl"] #osp-aff .osp-share a {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

html[dir="rtl"] .osp-pack.list .osp-right1 {
    padding-right: 15px;
    padding-left: 0;
}

html[dir="rtl"] .osp-pack.list .osp-left {
    padding-right: 0;
    padding-left: 10px;
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

html[dir="rtl"] .osp-pack.list .osp-left,
html[dir="rtl"] .osp-pack.list .osp-right1,
html[dir="rtl"] .osp-pack.list .osp-right2 {
    float: right;
}

html[dir="rtl"] .osp-pack .osp-right2 a,
html[dir="rtl"] .osp-ph-links {
    float: left;
}

html[dir="rtl"] .osp-group {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

html[dir="rtl"] .osp-group:nth-child(3n+3) {
    margin-left: 0;
    margin-right: 0;
}

html[dir="rtl"] .osp-promote-form button[type="submit"],
html[dir="rtl"] #uniform-osp-item-promote {
    float: right;
}

html[dir="rtl"] .osp-promote-form .osp-pb-line .osp-pb-name strong {
    margin-left: 0;
    margin-right: 3px;
}

html[dir="rtl"] .osp-promote-form .osp-pb-line {
    text-align: right;
}

html[dir="rtl"] .osp-promote-form .osp-pb-line .osp-select {
    float: right;
}

html[dir="rtl"] .osp-promote-form .osp-pb-line .osp-text {
    float: right;
    padding: 10px 60px 10px 10px;
}

html[dir="rtl"] .osp-promote-form .osp-pb-line label.osp-chk {
    left: auto;
    right: 0;
    border-radius: 0;
    border-top-right: 3px;
    border-bottom-right: 3px;
}

html[dir="rtl"] .osp-promote-form .osp-pb-line .osp-select1 {
    float: right;
}

html[dir="rtl"] .osp-promote-form .osp-pb-line .osp-select2 {
    float: right;
    padding-left: 10px;
    padding-right: 0;
}

html[dir="rtl"] .osp-promote-form button[type="submit"],
html[dir="rtl"] #uniform-osp-item-promote {
    padding-left: 20px;
    padding-right: 35px;
}

html[dir="rtl"] .osp-promote-form button[type="submit"] i,
html[dir="rtl"] #uniform-osp-item-promote i {
    left: auto;
    right: 6px;
}

html[dir="rtl"] .osp-head-row .osp-col {
    letter-spacing: -0.9px;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    html[dir="rtl"] .osp-promote-form .osp-pb-line .osp-select {
        padding-right: 60px;
        padding-left: 10px;
    }

    html[dir="rtl"] .osp-promote-form .osp-pb-line .osp-select1 {
        padding-right: 60px;
        padding-left: 10px;
    }
}

html[dir="rtl"] ul.osp-um-inside li {
    float: right;
}

html[dir="rtl"] ul.osp-um-inside li:first-child a {
    border-top-right-radius: 4px;
    border-top-left-radius: 0px;
}

html[dir="rtl"] ul.osp-um-inside li:last-child a {
    border-top-right-radius: 0px;
    border-top-left-radius: 4px;
}

html[dir="rtl"] ul.osp-um-inside li a>span em {
    left: -7px;
    right: auto;
}

html[dir="rtl"] #osp-vcr input[type="text"] {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

html[dir="rtl"] #osp-vcr button {
    float: right;
}

html[dir="rtl"] #osp-aff .osp-share a {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

html[dir="rtl"] #osp-vcr .osp-h2 i {
    margin-left: 4px;
    margin-right: 0;
}

html[dir="rtl"] .osp-body-pack .osp-h1,
html[dir="rtl"] .osp-body-group .osp-h1,
html[dir="rtl"] .osp-body-banner .osp-h2,
html[dir="rtl"] .osp-body-order .osp-h2,
html[dir="rtl"] .osp-body-payments .osp-h2 {
    padding-left: 12px;
    padding-right: 54px;
}

html[dir="rtl"] .osp-body-pack .osp-h1:before,
html[dir="rtl"] .osp-body-group .osp-h1:before,
html[dir="rtl"] .osp-body-banner .osp-h2:before,
html[dir="rtl"] .osp-body-order .osp-h2:before,
html[dir="rtl"] .osp-body-payments .osp-h2:before {
    right: -1px;
    left: auto;
    border-radius: 0 3px 3px 0;
}

html[dir="rtl"] .osp-body-pack .osp-h1:after,
html[dir="rtl"] .osp-body-group .osp-h1:after,
html[dir="rtl"] .osp-body-banner .osp-h2:after,
html[dir="rtl"] .osp-body-order .osp-h2:after,
html[dir="rtl"] .osp-body-payments .osp-h2:after {
    right: -1px;
    left: auto;
}

html[dir="rtl"] .osp-body-pack .osp-pack-bonus {
    padding-left: 10px;
    padding-right: 50px;
}

html[dir="rtl"] .osp-body-pack .osp-pack-bonus:before {
    right: 10px;
    left: auto;
}

html[dir="rtl"] #osp-aff .osp-share a {
    padding-left: 8px;
    padding-right: 38px;
}

html[dir="rtl"] #osp-aff .osp-share a i {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
    border-radius: 0 2px 2px 0;
    right: 0;
    left: auto;
}

html[dir="rtl"] .osp-pack.list {
    border-right: 5px solid rgba(0, 0, 0, 0.1);
    border-left: none;
}

html[dir="rtl"] .osp-pay-button li a:not(.osp-disabled):after {
    left: -15px;
    right: auto;
}

html[dir="rtl"] .osp-pay-button li a>span.osp-i2 svg {
    margin-left: 6px;
    margin-right: 0;
}

html[dir="rtl"] .osp-body-itempay .osp-cart-row:not(.osp-cart-total) .osp-cart-col.prod .p1 {
    float: right;
    margin-left: 8px;
    margin-right: 0;
}

html[dir="rtl"] .osp-cart-col.prod .p1 {
    border-right: 3px solid rgba(0, 0, 0, 0.2);
    border-left: none;
}

html[dir="rtl"] .osp-body-itempay .osp-cart-col.prod .px,
html[dir="rtl"] .osp-body-itempay .osp-cart-col.prod .p2 {
    float: right;
}

html[dir="rtl"] .osp-body-itempay .osp-promote-form form .osp-pb-line {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

html[dir="rtl"] .osp-body-itempay .osp-promote-form form .osp-pb-line:nth-child(even) {
    margin-left: 0;
}

html[dir="rtl"] .osp-manage-top {
    padding-left: 26%;
    padding-right: 0;
}

html[dir="rtl"] .osp-manage-top .osp-top-button {
    left: 0;
    right: auto;
    padding-left: 10px;
    padding-right: 42px;
}

html[dir="rtl"] .osp-manage-top .osp-top-button i {
    right: 0;
    left: auto;
}

html[dir="rtl"] .osp-item .osp-stat>span {
    border-left: none;
    border-right: 3px solid rgba(0, 0, 0, 0.2);
}

html[dir="rtl"] .osp-item {
    padding-left: 100px;
    padding-right: 110px;
}

html[dir="rtl"] .osp-item .osp-img,
html[dir="rtl"] .osp-pay-msg:after,
html[dir="rtl"] .osp-pay-err:after {
    right: 0;
    left: auto;
}

html[dir="rtl"] .osp-options .osp-o-row i {
    float: right;
    margin-right: 0;
    margin-left: 6px;
}

html[dir="rtl"] .osp-options label,
html[dir="rtl"] .osp-table-banners .osp-col,
html[dir="rtl"] .osp-order-cycle .osp-step,
html[dir="rtl"] .osp-table-orders .osp-col,
html[dir="rtl"] .osp-table-sales .osp-col,
html[dir="rtl"] .osp-table-manager .osp-col.item span,
html[dir="rtl"] .osp-button-row a#osp-add-shipping,
html[dir="rtl"] .osp-form-shipping input[type="text"],
html[dir="rtl"] .osp-form-shipping input[type="number"],
html[dir="rtl"] .osp-form-shipping .osp-input-desc,
html[dir="rtl"] .osp-form-shipping select,
html[dir="rtl"] .osp-form-shipping button#osp-update-shipping,
html[dir="rtl"] .osp-form-shipping textarea,
html[dir="rtl"] .osp-table-wrap {
    float: right;
}

html[dir="rtl"] .osp-pay-msg,
html[dir="rtl"] .osp-pay-err {
    padding-left: 12px;
    padding-right: 54px;
}

html[dir="rtl"] .osp-pay-msg:before,
html[dir="rtl"] .osp-pay-err:before {
    border-radius: 0 3px 3px 0;
    right: -1px;
    left: auto;
}

html[dir="rtl"] .osp-table-orders .osp-col.orderid,
html[dir="rtl"] .osp-table-sales .osp-col.orderid {
    text-align: right;
}

html[dir="rtl"] .osp-table-orders .osp-col.item .qnt {
    margin-left: 2px;
    margin-right: 0;
}

html[dir="rtl"] #osp-tab-menu>div,
html[dir="rtl"] #osp-tab-menu>a {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

html[dir="rtl"] div[class^="osp-table-"] .osp-col,
html[dir="rtl"] .osp-button-row button#osp-update-prods,
html[dir="rtl"] #osp-search-box .osp-col.chk label {
    float: right;
}

html[dir="rtl"] .osp-table-products .osp-row.osp-st-0 {
    border-right: 6px solid #e66e6e;
    border-left: none;
}

html[dir="rtl"] .osp-table-products .osp-row.osp-st-1 {
    border-right: 6px solid #dac428;
    border-left: none;
}

html[dir="rtl"] .osp-table-products .osp-row.osp-st-2 {
    border-right: 6px solid #72C279;
    border-left: none;
}

html[dir="rtl"] .osp-table-products .osp-row.osp-st-9 {
    border-right: 6px solid #ccc;
    border-left: none;
}

html[dir="rtl"] #osp-search-box .osp-col {
    padding-left: 12px;
    padding-right: 0;
    float: right;
}

html[dir="rtl"] #osp-search-box .osp-col.chk input[type="checkbox"] {
    float: right;
    margin: 0 0 0 4px;
}

html[dir="rtl"] #osp-search-box label,
html[dir="rtl"] .osp-table-manager .osp-col.order,
html[dir="rtl"] .osp-form-shipping .osp-row label {
    text-align: right;
}

html[dir="rtl"] #osp-search-box+.osp-table-products {
    float: revert;
}

html[dir="rtl"] #osp-search-box+.osp-table-manager {
    float: revert;
}

html[dir="rtl"] .osp-form-shipping .osp-input-desc {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: none;
}

html[dir="rtl"] .osp-voucher-box button {
    left: 5px;
    right: auto;
}

html[dir="rtl"] .osp-voucher-box input[type="text"] {
    padding-left: 60px;
    padding-right: 10px;
}

html[dir="rtl"] .osp-table-payments .osp-row .osp-col.amount {
    text-align: left;
}

html[dir="rtl"] .osp-product {
    float: right;
}

html[dir="rtl"] .osp-product-to-cart {
    padding-left: 15px;
    padding-right: 40px;
    float: right;
    border-radius: 0 4px 4px 0;
}

html[dir="rtl"] .osp-product-to-cart svg {
    right: 8px;
    left: auto;
}

html[dir="rtl"] .osp-product-quantity {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 767px) {
    html[dir="rtl"] .osp-item {
        padding-left: 50px;
        padding-right: 85px;
    }
}.osp-pay-line {background:rgba(0,0,0,0.25);font-size:10px;font-weight:500;color:rgba(0,0,0,0.6);padding:3px 4px;border-radius:3px;}
.osp-pay-line.osp-is-paid {background-color:#6ec46b;font-weight:600;}
.osp-st-line {position: absolute; right: -1px; top: -1px; width: 15px; height: 17px; color: rgba(0,0,0,0.5); line-height: 17px; font-size: 9px; background: rgba(255,255,255,0.4); text-align: center; border: 1px solid rgba(0,0,0,0.1);}
.osp-st-line.pt501 {top:17px;}
.osp-st-line.pt601 {top:34px;}
/* PLUGINS CUSTOMIZATION */
body .blg-content h1 {font-size:20px;line-height:26px;margin-bottom:12px;}
body #faq-post-block .faq-post-inside {background:transparent;}
body #faq-post-block .faq-post-inside .faq-row {background:#fff;}
body .frm-title-right {margin-bottom:15px;}
body #frm-body {padding:0;margin:0;}
body #mo-check.styled .input-box-check label {line-height:18px;}
body .sms-body {margin-left:auto;margin-right:auto;}
body .oc-chat.oc-closed .oc-global-head span:not(.oc-alt) {font-size:0;color:transparent;display:block;width:auto;position:initial;padding:0;max-width:100%;}
body .oc-chat.oc-closed .oc-global-head span:not(.oc-alt):before {content:"\f4a6";font-family: "Font Awesome 6 Pro";font-weight: 400;display:inline-block;width:50px;font-size:22px;height:50px;text-align:center;color:#ffffff;line-height:52px;}
body .oc-chat.oc-closed .oc-global-head svg {display:none;}
body.body-ua #ur-box-show {display: flex; flex-direction: column; align-items: flex-start;}
body.body-ua #ur-box-show .ur-over, body.body-ua #ur-box-show .ur-charts {max-width:360px;text-align:left;}
body.body-ua #ur-box-show .ur-over .ur-glob {margin-top:0;}
body .atr-input-box input[type="radio"], body .atr-input-box input[type="checkbox"] {opacity:1;position:relative;left:auto;top:auto;z-index:1;visibility:visible;overflow:visible;padding: 0!important; width: 18px!important; height: 18px!important; margin: 0 4px 0 0!important; box-shadow: none!important;}
body #atr-form.atr-styled .control-group > label {float:left;line-height:28px;}
body .atr-form .controls select {margin:0 6px 4px 0;}
body .atr-form li {margin:0 0 4px 0;}
body .atr-form li:last-child {margin-bottom:0;}
body form#im-create-thread-form {padding:16px;}
body .osp-promote-form .osp-pb-line .osp-pb-desc {font-weight:normal;line-height:15px;}
body .osp-body.osp-body-itempay {background:transparent;}
body .osp-body-itempay .osp-h1 {font-size: 18px; font-weight: bold; line-height: 20px;color:#171717;}
body .osp-body-itempay .osp-h2, body .osp-body-itempay .osp-cart-col.prod .p3, body .osp-group .osp-perc {font-weight:normal;}
body .osp-body-itempay .osp-promote-form .osp-h1, body .osp-pay-button li a > strong {font-weight:600;}
body .osp-body-pack .osp-h1, body .osp-body-group .osp-h1, body .osp-body-banner .osp-h2, body .osp-body-order .osp-h2, body .osp-body-payments .osp-h2 {font-weight:normal;}
body .osp-group .osp-h2 {font-weight:bold;}
.bpr-prof .bpr-btn {cursor:pointer;}
body .bpr-box-check label:after {font-size:13px;font-weight:900;text-indent:-1px;line-height:16px;}
.qr-code {float:right;margin:4px 0 12px 12px;display:inline-block;width:96px;height:96px;padding:4px;background:#fff;border:1px solid #e3e3e3;position:relative;border-radius:3px 3px 0 3px;}
.qr-code > strong {position:absolute;right:-1px;bottom:-16px;font-weight:600;font-size:11px;line-height:11px;color:#000;height:16px;padding:0px 4px;border:1px solid #e3e3e3;border-top-color:#fff;border-radius:0 0 3px 3px;background:#fff;}
div[id^="anr_captcha_field_"] {margin:0 0 16px 0;}
.MCtooltip {display:none;position: absolute; top:auto;bottom: 24px; left: 10px; border-radius: 5px; padding: 8px 10px; background: #f4f6f7;z-index:9;width:auto;font-weight:normal;white-space:nowrap;font-size:13px;line-height:16px;}
.simple-prod .MCtooltip {background: #171717; color: #ffffff; padding: 5px 6px;}
.simple-prod .MCtooltip:before {background:#171717;}
ul.breadcrumb li .MCtooltip {left:auto;right:0;}
.MCtooltip .fa {display:none;}
.MCtooltip:before {content:"";position:absolute;left:15px;top:auto;bottom:-5px;width:10px;height:10px;background:#f4f6f7;transform:rotate(-135deg);border-bottom-right-radius:10px;}
*:hover > .MCtooltip {display:block;}
#listing-card-list .wrap.products.grid .simple-prod {box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
/* SHOWCASE BOX */
#showcase-box {position: fixed;bottom:0;left:0;z-index:90;display:inline-block;background: #171717; padding: 6px 0px; font-size: 13px; font-family: monospace; line-height: 1.1;width: auto;width:100%;color: #ffffff;}
#showcase-box .container {overflow-x:auto;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
#showcase-box .container > a {white-space:nowrap;padding:6px 8px;color:#ffffff;transition:0.2s;background:#575757;float:left;margin:2px 8px 2px 0;height:26px;}
#showcase-box .container > a:hover {color:#ffffff;background:#474747;text-decoration:none;}
#showcase-box .switch-color {float:left;margin:0;}
#showcase-box .switch-color a {position:relative;width:28px;height:28px;margin:1px 4px;float:left;display:block;opacity:0.85;transition:0.2s;border:1px solid #bbb;}
#showcase-box .switch-color a:hover {opacity:1;box-shadow:0 0 0 3px #676767;}
#showcase-box .switch-color a.active {opacity:1;}
#showcase-box .switch-color a.active:after {position:absolute;content:"\f00c";left:calc(50% - 7px);font-weight:900;top:calc(50% - 7px);z-index:2;font-family:"Font Awesome 5 Free";font-size:12px;width:14px;height:14px;text-align:center;line-height:14px;color:#fff;}
#showcase-button {position:relative;text-decoration:none;padding:3px 0 0 0;transition:0.3s;z-index:4;background: #171717;position:fixed;left:8px;bottom:25%;color:#ffffff;width:36px;height:38px;margin-bottom:-3px;text-align:center;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,0.1);}
#showcase-button > i {line-height:23px;font-size:17px;display:block;}
#showcase-button > span {line-height:8px;font-weight:600;font-size:8px;display:block;letter-spacing:-0.2px;}
#showcase-button.active:after {content:"\f063";font-weight:900;width:24px;height:16px;line-height:20px;font-size:15px;color:#464feb;font-family: "Font Awesome 5 Free";position:absolute;left:50%;top:100%;margin-left:-12px;z-index:2;}
body.demo {padding-bottom:41px;}

/* SUBDOMAIN NAVIGATION */
body.subdomain-navigation div.m25 {margin:55px 0 55px 0;}
body.subdomain-navigation header {text-align:center;}
body.subdomain-navigation header #logo {float:none;display:inline-block;}
body.subdomain-navigation header #logo img {max-height:75px;height:auto;margin:25px 0;}
body.subdomain-navigation section {text-align:center;font-size:18px;}
body.subdomain-navigation section div {display:inline-block;width:100%;}
body.subdomain-navigation section strong {display:inline-block;margin-bottom:15px;}
body.subdomain-navigation footer {background:transparent;text-align:center;padding:20px;margin:30px 0 0 0;color:#888;font-size:14px;}
body.subdomain-navigation header .links, body.subdomain-navigation section.promo, body.subdomain-navigation section.one {display:none;}
body.subdomain-navigation header .menu.btn, body.subdomain-navigation #navi-bar {display:none;} 
#subdomains-list {max-width:980px;display: flex;flex-wrap: wrap; justify-content: center; align-items: flex-start; flex-direction: row;margin:0 auto;}
#subdomains-list a { display: inline-block; max-width: 33.33%; width: 100%; font-size: 16px; margin: 0px 0 15px 0px;padding:0 15px 0 0;text-align:left; }
#subdomains-list a em {font-size:12px;font-style:normal;line-height:1;color:#999}
body.subdomain-navigation.sd-with-icon #subdomains-list { display: flex; padding: 5px 30px; flex-wrap: wrap; justify-content: center; align-items: flex-start; flex-direction: row; }
body.subdomain-navigation.sd-with-icon #subdomains-list a { display: inline-block; max-width: 116px; padding:0;text-align:center;line-height:16px;width: 100%; font-size: 14px; margin: 0px 1px 20px 1px; }
body.subdomain-navigation.sd-with-icon #subdomains-list a span { display: block; margin: 6px 0 0 0; }
body.subdomain-navigation.sd-with-icon #subdomains-list a img { display: inline-block; height: 48px; width: auto; max-width: 76px; border: 1px solid #aaa; }
body.subdomain-navigation.sd-with-icon #subdomains-list a.restricted img {opacity:0.4;}
footer #subdomains-list {margin:15px 0;justify-content: flex-start;}
footer #subdomains-list a {max-width:25%;font-size:14px;margin:0 0 8px 0;}

/* COMMENT REPLIES */
#comment-replies {padding-left:24px;}
#comment-replies + .comment-reply-row {padding-left:24px;}
.btn.comment-reply {padding:8px 16px;font-size:14px;height: 37px;line-height: 16px;margin:20px 0 20px 0;}

/* PRINT BODY */
body.print #item-side {position:relative;top:auto;}

/* PUBLIC PROFILE */
body#public .container.primary {padding-bottom:24px;}
#public-main {width: calc(100% - 400px);position:relative;display:flex;flex-direction: column;}
#public #about {background:#fefefe;}
#public #about strong {display:block;}
#public #share {padding: 10px 10px;margin:0 0 10px 0;border: 0;border-radius: 6px;font-size:16px;border: 1px solid #464feb;display: flex; flex-direction: row; justify-content: space-evenly;}
#public #share a {font-weight: 600;color:#464feb;}
#public #share a:hover {text-decoration: none;}
#public h1 {font-size:20px;line-height:24px;margin:0 0 12px 0;}
#public #item-side #seller {margin-bottom:12px;}
#public #item-side .master-button.public-contact {margin:0 0 10px 0;}
#public #item-side .seller-button.seller-items {margin-top:0;}
.account.btn.btn-white .logged-user-name {display: inline-block;width: 70px;height: 100%;white-space: initial;overflow: hidden;}
.my-account-dropdown .menu-hooks li.opt_favorite_items, .my-account-dropdown .menu-hooks li.opt_instant_messenger, .my-account-dropdown .menu-hooks li.opt_osclass_pay, .my-account-dropdown .menu-hooks li.opt_bpr_profile {display: none;}
.my-account-dropdown .counter {position: absolute;right: 20px;left: auto;font-weight: 500;font-size: 10px;border-radius: 100px;color: #fff;background: #464feb;box-shadow: 0 1px 2px rgba(0, 0, 0, .1);padding: 0 2px;text-align: center;min-width: 21px;height: 21px;line-height: 21px; margin: 9px 0;}
.account.btn.btn-white svg.dropdown {height: 16px;width: 16px;margin: 0 0 5px 0;}
.my-account-dropdown {display: none;position: absolute;background-color: #fff;box-shadow: rgba(0, 0, 0, .1) 0 2px 10px;border: 1px solid #e3e3e3;    border-radius: 6px;overflow-y: auto;z-index: 1;width: 270px;min-width: 270px;max-height: 530px;top: calc(100% + -8px);left: auto;right: 13%;}
.my-account-dropdown a{padding: 0 12px;}
.my-account-dropdown a, .my-account-dropdown .menu-hooks li {display: block;color: #171717;height: 40px;line-height: 40px;font-weight: 400;text-decoration: none;}
.my-account-dropdown a.public svg, .my-account-dropdown a.messenger svg {height: 18px;}
.my-account-dropdown a.logout svg {height: 19px;}
.my-account-dropdown svg {height: 20px;width: 20px;vertical-align: middle;margin: 0 8px 2px;}
.my-account-dropdown a:hover {background-color: rgba(70, 79, 235, .12);font-weight: 600;text-decoration: none;}
a.account.btn.btn-white {max-width: 135px;border: 1px solid #171717;margin: 0 10px 10px;}
a.account.btn.btn-white:hover {border: 1px solid #464feb;}
.col.locale.header a.lang.active {display: none;}
.col.locale.header a.lang {font-size: 14px;font-weight: 600;color: #171717;border-radius: 6px;border-color: transparent;background: transparent;box-shadow: none;padding: 6px 10px;margin: 6px;white-space: nowrap;position: relative;text-decoration: none;}
.col.locale.header a.lang:hover {color: #464feb;border-color: transparent;background: rgb(59 73 223 / 10%);}
.in #charCount, #descCharCount {font-size: 12px;color: #888;}
.DesktopHomepageBannerAds {max-width: 1280px;height: 100%;margin-left: auto;margin-right: auto;}
img.DesktopHomepageBanner {display: block!important;width: 100%;height:auto;object-fit: cover;border-radius: 7px;}
.MobileHomepageBannerAds {max-width: 750px;height: 100%;margin-left: auto;margin-right: auto;padding: 0 10px;}
img.MobileHomepageBanner {display: block!important;width: 100%;height: auto;object-fit: cover;border-radius: 7px;}
img.DesktopHomepageBannerRtl, img.MobileHomepageBannerRtl {display: none!important;}
img.DesktopHomepageBanner.lazy, img.DesktopHomepageBannerRtl.lazy {max-width: 1280px;height: 260px;}
img.MobileHomepageBanner.lazy, img.MobileHomepageBannerRtl.lazy {max-width: 750px;height: 181px;}
/* ITEM - LISTING PAGE */
body#item .container.primary {padding-bottom:24px;flex-direction: column;align-items: stretch;}
body#item .data-box {display: flex;align-items: flex-start; flex-direction: row; justify-content: space-between;}
body#item .data-box.sold {position:relative;overflow:hidden;user-select: none;padding:4px;}
body#item .data-box.sold:after {content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;background:rgba(245,245,245,0.5);backdrop-filter: blur(2px);border-radius:5px;}
body#item .data-box.sold:before {content: attr(title); position: absolute; border-radius:4px;left: 40px; top: 50px; z-index: 3; background: #da0000; font-size: 18px; box-shadow: 0 2px 5px rgba(0,0,0,0.3); border: 1px solid rgba(0,0,0,0.1); font-weight: 600; color: #fff; padding: 15px 35px; width: auto; text-align: center; transform: rotate(-8deg); transform-origin: 0 0;}
.data-box.sold #item-side {top:0;}
#item .sticky-button {position: fixed;bottom: 5px; left: 10px; z-index: 3;min-width: 165px;height:45px;font-size:16px;padding:10px 10px;line-height:20px;white-space:nowrap;overflow:hidden;z-index: 4;}
#item .sticky-button i {fill:#fff;font-size:18px;margin:3px 6px 0px 0;float:left;}
#item .sticky-button.contact {left:auto;right:10px;}
#item .sticky-button.contact:hover {color: #464feb;background-color: rgb(233 234 253);}
#item .sticky-button.disabled {background:#d0d0d0;color: #999;box-shadow:none;font-weight:600;letter-spacing:-0.3px;opacity:1;border-color:transparent;}
#item .sticky-button.disabled i {position:relative;}
#item .sticky-button.disabled i:after {content: ""; width: 23px; height: 2px; background: #999; z-index: 2; position: absolute; left: 0; bottom: 0; transform: rotate(-45deg); transform-origin: 3px 3px; border-radius: 6px; box-shadow: 0 0 0px 2px #d0d0d0;}
#item-main {width: calc(100% - 400px);position:relative;display:flex;flex-direction: column;}
#item-side {width:370px;margin:0;display:flex;flex-direction: column;flex-wrap: wrap;justify-content: flex-start;position:sticky;top:72px;}
#item-side > .box {background: #fff; border-radius: 6px; border: 1px solid #e3e3e3; padding: 16px; margin: 0 0 16px 0;}

/* ITEM IMAGE */
#item-image {position:relative;width:100%;margin: 0 0 15px 0;border-bottom: 1px solid #e3e3e3;}
#item-image img {display: block;margin: 0 0 18px 0;margin-left: auto;margin-right: auto;box-sizing: border-box;max-width: 100%;max-height: 100%;vertical-align: middle;}
#item-image li {list-style:none;position:relative;}
#item-image .swiper-wrapper li {padding-top:75%;}
#item-image .swiper-wrapper li.ratio1to1 {padding-top:100%;}
#item-image .swiper-wrapper li.ratio16to9 {padding-top:56.25%;}
#item-image .swiper-wrapper li.ratio2to1 {padding-top:50%;}
#item-image li a img {float:left;width:auto;position:absolute;left:50%;top:50%;height:100%;min-height:100%;max-height:100%;transform: translate(-50%, -50%);object-fit: cover;}
#item-image li a img.lazy.loaded {object-fit:cover;}
!#item-image li a img.lazy:not(.loaded) {height:240px;}
#item-image .swiper-container {overflow:hidden;position:relative;}
#item-image .swiper-button {transition:0.2s;color:#171717;margin-top:-26px;position:absolute;border-radius:100px;left:10px;top:50%;height:52px;width:52px;padding:8px;z-index:2;text-indent:-2px;}
#item-image .swiper-button.swiper-button-disabled {cursor:default;opacity:0.25;}
#item-image .swiper-button.swiper-button-disabled i {cursor:default;}
!#item-image .swiper-button.swiper-prev, #item-image .swiper-container.hide-buttons .swiper-button {display:none;}
#item-image .swiper-container.hide-buttons .swiper-button {display:none;}
#item-image .swiper-button.swiper-next {right:10px;left:auto;text-indent:2px;}
#item-image .swiper-button:not(.swiper-button-disabled):hover {transform:scale(1.15);color:#171717;}
#item-image .swiper-button i {transition:0.5s;cursor:pointer;width:36px;height:36px;line-height:36px;border-radius:100px;color: #fff;background: rgba(0,0,0,0.60);text-align:center;font-size:16px;}
#item-image .swiper-button.swiper-next:not(.swiper-button-disabled):active i {text-indent:5px;}
#item-image .swiper-button.swiper-prev:not(.swiper-button-disabled):active i {text-indent:-5px;}
#item-image .swiper-button:not(.swiper-button-disabled):focus i, #item-image .swiper-button:focus i {box-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;}
#item-image .swiper-button:hover {color:#171717 !important;}
#item-image .swiper-pg {background:rgba(0,0,0,0.60);color:#fff;font-size:14px;font-weight:600;border-radius:10px;line-height:15px;padding:6px 10px;width:auto;position:absolute;right:8px;bottom:8px;z-index:1;left:auto;}
#item-image .swiper-thumbs ul {margin:0 -8px 4px 0;display: flex; flex-direction: row; flex-wrap: nowrap;width:calc(100% + 8px);overflow: hidden;}
#item-image .swiper-thumbs li {margin:8px 8px 8px 4px;cursor:pointer;width:calc(12.5% - 8px);min-width:84px;height:72px;}
#item-image .swiper-thumbs li img {width:100%;height:100%;object-fit:cover;transition:0.2s;border-radius:5px;border:1px solid transparent;filter: brightness(0.7);}
#item-image .swiper-thumbs li.active img, #item-image .swiper-thumbs li:hover img {box-shadow: inset 0 0 0 2px #464feb;border-color:#464feb;filter: brightness(1);}
#item-image .swiper-thumbs ul::-webkit-scrollbar {display: none;}
#item-image .swiper-pg:before {float: right;content: "\f030";font-weight: 400;padding: 0 0 0 8px;font-family: "Font Awesome 6 Pro";}

/* ITEM DATA */
#item-main .row {display:block;margin:0 0 15px 0;}
#item-main .basic {position: relative;}
#item-main .basic h1 {font-size:16px;line-height:26px;font-weight:600;padding-right:48px;}
#item-main .basic .price {font-size:18px;font-weight:bold;line-height:24px;position:relative;}
#item-main .basic .mo-make-offer-price {margin:-10px 0 12px 0;color:#333;display:inline-block;font-size:14px;font-weight:600;text-decoration:underline;}
#item-main .basic .mo-make-offer-price:hover {text-decoration:none;}
#item-main .basic .favorite {top:-1px;}
#item-main .basic .labels {display: flex; flex-direction: row; flex-wrap: wrap;}
#item-main .basic .labels > span {font-size:12px;font-weight:bold;padding:5px 8px;line-height:13px;white-space:nowrap;background:rgb(59 73 223 / 12%);color:#464feb;margin:0 8px 8px 0;border-radius:6px;}
#item-main .basic .labels > span.premium {background:#464feb;color:#ffffff;min-height: 23px;padding: 4px 8px;}
#item-main .basic .labels > span.expired, #item-main .basic .labels > span.sold {background:#171717;color:#fff;}
#item-main #atr-item {padding-top: 20px;border-top: 1px solid #e3e3e3;margin: 0 0 10px 0;}
#item-main .details {font-size:14px;color:#171717;margin: 0 0 10px 0;}
#item-main .details span:after {content: ".";display: inline-block;margin: 0 9px 0 14px;font-size: 18px;font-weight: bold;}
#item-main .details span:last-child:after {display:none;}
#item-main .basic .date {font-size:14px;color:#555;}
#item-main h2 {font-size:16px;line-height:24px;font-weight:600;margin:0 0 15px 0;}
#item-main .description {display:flex;flex-direction: column;padding-top:20px;border-top:1px solid #e3e3e3;margin: 0 0 15px 0;}
#item-main .description .text {display:block;width:100%;font-size:14px;line-height:24px;margin: 0 0 15px 0;}
#item-main .description .text.hidden {display:none;}
#item-main .description .toggle-desc {display:inline-block;}
#item-main .description .toggle-desc, #item-main .location .directions {transition: 0.2s;width: 100%;border: 1px solid #464feb;border-radius: 4px;padding: 8px 10px 10px 8px;margin: 0 0 15px 0;gap: 5px;text-align: center;font-weight: 600;font-size: 14px;color: #464feb;background: transparent;display: flex;align-items: center;justify-content: center;}
#item-main .text.full {display: none;}
#item-main .description .toggle-desc:hover, #item-main .location .directions:hover {background-color: rgba(70, 79, 235, 0.12);text-decoration:none;}
#item-main .description .toggle-desc i, #item-main .location .directions i {margin-top: 5px;margin-left: 5px;margin-right: 0;}
#item-main .location .directions svg {fill: #464feb;margin-right: 2px;margin-left: 0px;}
#item-main .description .desc-text {width:100%;display: flex; flex-direction: column; align-items: flex-start;}
#item-main .props.style {padding-top:30px;border-top:1px solid #e3e3e3;margin-bottom:8px;}
#item-main #item-hook:empty {display:none;}
#item-main .location {padding-top: 20px;margin: 0 0 15px 0;border-top: 1px solid #e3e3e3 !important;}
#item-main .location h2 {font-size:16px;font-weight:bold;margin:0 0 15px 0;}
#item-main .location h2 i {margin-right:2px;}
#item-main .address {line-height: 24px;}
#item-main .cords {font-size:12px;}
#item-main #location-hook {width:100%;position:relative;z-index:1;border: 1px solid #e3e3e3;border-radius: 4px;margin: 0 0 15px 0;}
#item-main #location-hook:hover {border: 1px solid #464feb;}
#item-main #location-hook:empty, #item-main #location-hook .leaflet-bottom {display:none;}
#item-main #location-hook .leaflet-popup-content-wrapper {border-radius: 6px !important;}
.leaflet-container.leaflet-fullscreen-on .leaflet-top {top: 105px;}
#item-main .mlink {transition:0.2s;position:absolute;z-index:2;left: 8px; top: 8px; width: 36px; background: rgba(0,0,0,0.60); color: #ffffff; height: 36px; border-radius: 50px; text-align: center;padding: 8px;}
#item-main .mlink i {line-height:20px;font-size:15px;}
#item-main .mlink:focus, #item-main .mlink:active, #item-main .mlink:hover {background:#171717;box-shadow:0 0 0 2px #464feb}
#item-main .mlink.share {right:8px;left:auto;}
#item-main .mlink.contact {right:52px;left:auto;}
#item-main #item-hook h2, #item-main #item-hook h3, #item-main #item-hook h4 {font-size: 16px;width:100%;margin:0 0 15px 0;font-weight:600;}
#item-hook table, .custom-fields, #item-hook .list-other-attributes {width:100%;display:block;margin:0 0 16px 0;}
#item-hook table tbody, .custom-fields, .job-detail, #item-hook .list-other-attributes {display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
#item-hook table tr, .custom-fields .field, .job-detail > div, #item-hook .realestate-details .list-other-attributes li {width: 174px; display: flex; flex-direction: column; margin: 0 8px 14px 0; padding:0 0 0 34px; line-height: 16px; position: relative;}
#item-hook table tr:after, .custom-fields .field:after, .job-detail > div:after, #item-hook .realestate-details .list-other-attributes li:after {content: "\f00c"; width: 26px; height: 26px; background: rgb(59 73 223 / 10%); border-radius: 100px; line-height: 28px; position: absolute; left: 0; font-family: "Font Awesome 5 Free"; top: 2px; font-weight: 900; text-align: center; color: #3e45c9; font-size: 11px; text-indent: 1px;}
#item-hook table td:first-child, #item-hook table td:first-child label, .custom-fields .field .name, .job-detail > div label {font-weight: normal; font-size: 13px; color:#555;line-height:13px;margin-bottom:3px;}
#item-hook table td, #item-hook .realestate-details .row-title {width:100%;}
#item-hook table td:last-child, .custom-fields .field .value, .job-detail > div p, #item-hook .realestate-details .list-other-attributes li {font-weight: bold; color: #171717; font-size: 15px;}
#item-hook table td:last-child label {font-weight: bold;}
#item-hook .realestate-details .table-attributes {margin:0;}
#item-hook .job-detail > div:last-child {margin-bottom:30px;}
#item-hook .realestate-details .list-other-attributes li {font-weight:600;margin-bottom:18px;font-size:14px;}
#item-hook .realestate-details .list-other-attributes li img {display:none;}
#item-hook .realestate-details .list-other-attributes li:after {top:-4px;}
.custom-fields .field:first-child:last-child {width: 100%;}
.custom-fields .field.type-CHECKBOX {min-height:28px;justify-content: center;}
.custom-fields .field.type-CHECKBOX .value {display:none;}
.custom-fields .field.type-CHECKBOX .name {font-weight: bold; color: #171717; font-size: 15px;margin:0;}
.custom-fields .field.type-CHECKBOX.value-0:after {content:"\f00d";}


#rel-block {margin:32px 0 12px 0;}
#rel-block h2 {font-size:18px;margin:0 0 8px 0;}
#rel-block .products {width:calc(100% + 10px);gap: 5px;}

#rel-block .simple-prod {width:240px;margin:0 1px 6px 1px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
#rel-block .simple-prod .extra {display:none;}
#rel-block .simple-prod .title {font-size:14px;line-height: 20px;min-height: 20px;max-height: 20px;margin:0;}
#rel-block .simple-prod .info {margin: 0 0 4px 0;}


#recent-ads {margin:32px 0 12px 0;width:100%}
#recent-ads.onsearch {display: inline-block;margin: 24px 0 30px 0; padding: 30px 0 24px 0; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
#recent-ads.onhome {margin:0 0 12px 0;}
#recent-ads h2 {font-size:18px;margin:0 0 8px 0;}
#recent-ads .products {width:calc(100% + 10px);gap: 5px;}
#recent-ads .simple-prod .extra {display:none;}
#recent-ads .simple-prod .title {font-size:14px;text-decoration: none;line-height: 20px;min-height: 20px;max-height: 20px;margin:0;}
#recent-ads .simple-prod .info {margin: 0 0 4px 0;}
#recent-ads .simple-prod {width:240px;margin:0 2px 6px 2px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
#recent-ads.onsearch .simple-prod .img-wrap .user-image, #recent-ads.onsearch .simple-prod .favorite {display:none;}
#search-items #recent-ads .products .simple-prod, #search-items #recent-ads .products.grid .simple-prod {width:200px;margin:0 2px 6px 2px;}
#search-items #recent-ads .simple-prod .img-wrap {max-height: 160px;min-height: 160px;}
#rel-block ~ #recent-ads {margin-top:12px;}
#latest-search + #recent-ads.onsearch {margin-top:0;padding-top:0;border-top:none;}
body#home > .content > section.home-recent {background:#fff;padding-top:15px;padding-bottom: 5px;}

body#home .home-link-all-wrap {display:flex;width:100%;float:left;clear:both;align-items: center; justify-content: center;}
body#home a.home-link-all {transition: 0.2s;font-size: 16px;line-height: 18px;font-weight: 600;text-decoration: none;padding: 10px 14px;color: #464feb;background: #fff;border: 1px solid #464feb;border-radius: 6px;}
body#home a.home-link-all:hover {background-color: rgba(70, 79, 235, .12);text-decoration:none;}
body#home a.country-link {display: inline-block;transition: 0.2s;font-size: 16px;line-height: 18px;font-weight: 600;text-decoration: none;padding: 10px 14px;margin: 0 10px 10px 0;color: #464feb;background: #fff;border: 1px solid #464feb;border-radius: 6px;}
body#home a.country-link:hover {background-color: rgba(70, 79, 235, .12);text-decoration:none;}

#comments {display: flex; flex-direction: column;padding-top: 20px;border-top: 1px solid #e3e3e3;}
#comments .wrap {display: block;width:100%}
#comments .comment {display: block;width:100%;position:relative;display: flex; flex-direction: column;align-items: flex-start;}
#comments .author {padding:2px 9px 2px 2px;white-space:nowrap;max-width:100%;display: flex; flex-direction: row;align-items:center;border-radius:6px;border: 1px solid #171717;transition:0.2s;margin:0 0 10px 0;}
#comments .author:hover {box-shadow:none !important;border: 1px solid #464feb;background-color: rgba(70, 79, 235, 0.12);text-decoration: none;}
#comments .author .img {width:26px;height:26px;border-radius:100px;margin: 0 5px 0 5px;object-fit:cover;}
#comments .author .name {color:#171717;text-decoration:none;font-size:14px;line-height:15px;max-height:35px;min-height:17px;padding: 8px 0px;overflow:hidden;word-break: break-all;}
#comments .author .name:hover {color:#464feb;}
#comments .data {width:100%;padding:0;margin: 5px 0 20px 0;position:relative;display: flex; flex-direction: column;align-items: flex-start;}
#comments .data h3 {font-size:14px;font-weight:bold;margin:0 0 6px 0;}
#comments .data .date {font-size:13px;color:#555;margin:0 0 8px 0;line-height:14px;}
#comments .data .remove {margin-top:12px;font-size:12px;font-weight:600;}
#comments .add {font-size:14px;border-radius:4px;padding:10px 10px;line-height:15px;}
#comments .add svg {float:left;width:16px;height:16px;fill:#fff;margin:0 6px 0 0;}
#comments .empty-comments {margin: -8px 0 18px 0; color: #666;}
#comments .rating {margin:0 0 6px 0;display: flex; flex-direction: row; align-items: flex-end;}
#comments .rating > span {font-size: 10px; margin-left: 5px; line-height: 12px;color:#555;}
#comments .rating i {margin:0 1px 0 0;font-size:16px;line-height:16px;color:#bbb;}
#comments .rating i.fill, .comment-leave-rating i.is-rating-item.fill {color:#ffb900;}
.comment-leave-rating {display: flex; flex-direction: row; align-items: flex-end;}
.comment-leave-rating i.is-rating-item {cursor:pointer;float:left;text-align:center;font-size:20px;color:#bbb;margin:0 2px 0 0;}
.comment-leave-rating:hover i.is-rating-item {color:#ffb900;} 
.comment-leave-rating:hover i.is-rating-item:hover ~ i.is-rating-item {color:#bbb;}
.comment-rating-selected {float:left;margin:0 0 0 5px;line-height:16px;font-size:13px;color:#555;}
.comment-rating span {margin: 0 0 0 4px; font-size: 12px;}
.comment-stars {display: flex; flex-direction: row; align-items: flex-end;margin:0 0 12px 0;}

#shortcuts {margin-top:24px;padding:16px 0 8px 0;line-height:16px;border-top:1px solid #e3e3e3;display: flex; flex-direction: row;font-size:13px;}
#shortcuts a {color:#555;margin:0 16px 0 0;}
#shortcuts .item-share {margin-left:auto;}
#shortcuts .item-share a {margin:0 0 0 8px;}
#shortcuts .item-share a i {font-size:25px;line-height:16px;color:#464feb;}
#shortcuts .item-share a :hover {color:#2d36d2;}
/* SELLER BOX */
#seller .line1 {display:flex;align-items: center;}
#seller .line1 .img {width:100px;height:100px;max-width:100px;min-width:100px;max-height:100px;margin-right:12px;position:relative;}
#seller .line1 .img img {width:100%;height:100%;border-radius:100px;box-shadow:0 1px 2px rgba(0,0,0,0.4);}
#seller .line1 .img .online {position: absolute; right: 3px; top: 3px; width: 16px; height: 16px; border-radius: 100px; background: #0ed000; box-shadow: 0 0 0 2px #fff; }
#seller .line1 .img .online.off {background:#df3b3b;}
#seller .line1 .data {width:100%;display: flex; flex-direction: column;align-items: flex-start;}
#seller .line1 .data .name {font-weight:bold;font-size:16px;color:#171717;}
#seller .line1 .data .items {color:#555;font-size:13px;}
#seller .line1 .data .pro {padding:2px 6px;background:#464feb;color:#fff;font-size:12px;border-radius:4px;font-weight:600;}
#seller .btn {width:100%;}
#seller .line2 {display: flex; flex-direction: column; align-items: flex-start;width:100%;color:#555;font-size: 13px;margin: 0 0 6px 0;}
#seller .line3 {display: flex; flex-direction: column; align-items: flex-start;width:100%;}
#seller .line3 .address {margin:12px 0;font-weight: 600;}
#seller .line3 .phone {margin: 6px 0 2px 0; font-weight: 600; background: rgb(59 73 223 / 10%); padding: 2px 8px; border-radius: 8px;transition:0.2s;}
#seller .line3 .phone:hover {text-decoration:none;background: rgb(59 73 223 / 20%);color:#3e45c9;}
#seller .line3 .phone i, #item-main .phone.phone-inline.masked-phone i {font-size:13px;margin-right:2px !important;}
#seller .line-chat {display: flex; flex-direction: column; align-items: flex-start;margin:12px 0 4px 0;}
#seller .line-chat a.btn {min-width: 140px;height:auto;width:auto;font-size:14px;padding:10px 10px;border-radius:4px;background:#464feb;position:relative;}
#seller .line-chat a.btn i {margin-right:7px;}
!#seller .line-chat a.btn:not(.oc-disabled):not(.oc-offline):hover {background:#111;}
#seller .line-chat a.btn:not(.oc-disabled):hover {background:#2d36d2;}
#seller .line-chat a.btn.oc-disabled {background:#999;cursor:default;padding: 10px 7px;}
!#seller .line-chat a.btn.oc-offline {background:#777;cursor:default;}
#seller .line-chat a.btn:after {content:"";z-index:2;position:absolute;top: 2px; left: 3px; width: 10px; height: 10px; border-radius: 100px; background: #0ed000; box-shadow: 0 0 0 1px #fff; }
#seller .line-chat a.btn.oc-disabled:after {background:#999;}
#seller .line-chat a.btn.oc-offline:after {background:#df3b3b;}
#seller .oc-chat-box.oc-online .oc-status-offline, #seller .oc-chat-box.oc-offline .oc-status-online {display:none;}
#seller .oc-start-chat.oc-offline .oc-status-online { }
#seller .oc-start-chat.oc-online .oc-status-offline {display:none;}
#seller .line-rating {display:block;width:100%;margin:12px 0 4px 0;}
#seller .line-rating .ur-fdb .strs {margin: 12px 0 4px 0;}
#seller .line-rating .ur-fdb {display: flex; flex-direction: column; align-items: flex-start;}
#seller .show-rating.show-stars {text-decoration:none;height:auto;width:100%;padding:0;display: flex; align-items: flex-end; justify-content: flex-start; flex-wrap: nowrap;}
#seller .show-rating.show-stars > span {color:#555;font-size:14px;line-height:15px;font-weight:normal;margin-left:3px;}
#seller .show-rating.show-stars .ur-rate {padding:0 2px 0 0;}
#seller .show-rating.show-stars .ur-rate > span {width:22px;height:22px;background-size:auto 12px;}
#seller .ur-button.add-new-rating, #seller .ur-button.show-rating {float:none;font-size:14px;margin:10px 0 5px;transition: 0.2s;min-width:140px;width: 100%;border: 1px solid #464feb !important;border-radius: 4px;padding: 10px 10px;background:transparent!important;color:#464feb !important;text-align:center;font-weight:600;text-decoration:none;}
#seller .ur-button.add-new-rating:hover, #seller .ur-button.show-rating:hover {    background-color: rgba(70, 79, 235, 0.12)!important;text-decoration: none;}
!#seller .show-rating.show-stars i {font-size:15px;margin-right:2px;float:none;}
!#seller .show-rating.show-stars span {font-weight: normal; float:none; clear: none; width: auto; line-height: 18px;font-size:11px;}

#item-main .phone.phone-inline.masked-phone {display: inline-block;margin: 6px 0 2px 0;font-weight: 600;background: rgb(59 73 223 / 10%);padding: 2px 8px;border-radius: 8px;transition: 0.2s;}
#item-main .phone.phone-inline.masked-phone:hover {text-decoration: none;background-color: rgba(70, 79, 235, 0.2);color: #3e45c9;}

#item-side .line-rating {position: relative;padding: 0;margin: 0;left: 0;right: 0;height: 100px;overflow: hidden;}
#item-side .seller-button, #item-side .report-button, #item-side .manage-button {transition:0.2s;width:100%;border:1px solid #464feb;border-radius:4px;padding:10px 10px;text-align:center;margin:0 0 10px 0;font-weight:600;font-size:14px;color:#464feb;background:transparent;display: flex; align-items: center; justify-content: center;}
#item-side .seller-button:hover, #item-side .report-button:hover, #item-side .manage-button:hover {background-color: rgba(70, 79, 235, 0.12);text-decoration:none;}
#item-side .seller-button i, #item-side .report-button i, #item-side .manage-button i {margin-right:4px;}
#item-side .report-button {color:#464feb;font-weight:600;margin:0;}
#item-side .manage-button {background:#464feb;color:#fff;border:none;}
#item-side .manage-button:hover {background:#3e45c9;color:#fff;}
#item-side .master-button {transition:0.2s;position:relative;font-size: 16px;font-weight:600;background:#464feb;color:#ffffff;margin:0 0 8px 0;height:auto;padding:10px;text-align:center;width:100%;border-radius:6px;box-shadow:0 1px 1px rgba(0,0,0,0.1);}
#item-side .master-button i {position: absolute; left: 0; top: 0; border-radius:6px 0 0 6px;width: 42px;height: 100%; line-height: 42px;font-size: 18px;text-indent: 1px; border-right: 1px solid rgba(0,0,0,0.15); background: rgba(0,0,0,0.08);}
#item-side .master-button:hover {text-decoration:none;background:#3e45c9;color:#ffffff;}
#item-side .master-button.email {background:#464feb;color:#ffffff;}
#item-side .master-button.email i {color:#ffffff;}
#item-side .master-button.email:hover {background:#3e45c9;color:#ffffff;}
#item-side .master-button.contact:not(:first-child) {background:#464feb;color:#ffffff;padding:9px;}
#item-side .master-button.contact:not(:first-child) i {color:#ffffff;height:calc(100% + 2px);}
#item-side .master-button.contact:not(:first-child):hover {background:#3e45c9;}
#item-side #protection {margin:0 0 8px 0;background:#fefefe;display: flex; flex-direction: column; align-items: flex-start;}
#item-side #protection h2 {font-size:18px;margin:0 0 14px 0;}
#item-side #protection .point {margin:0 0 10px 0;line-height:1.3;display: flex; align-items: flex-start; flex-direction: row;}
#item-side #protection .point:last-child {margin:0;}
#item-side #protection .point .icon {width:36px;height:36px;min-width:36px;text-align:center;color:#464feb;box-shadow:0 1px 1px rgba(0,0,0,0.25);font-size:16px;padding:10px 2px;margin:2px 12px 0 0;border-radius:50px;position:relative;background-color: #f4f6f7 !important;}
#item-side #protection .point .icon.i1 i.fad.fa-credit-card, #item-side #protection .point .icon.i2 i.fad.fa-cash-register, #item-side #protection .point .icon.i3 i.fad.fa-user-secret {font-size: 18px;}
#item-side div.sms-payments {display:flex;padding:0;background:transparent;margin: 0 0 20px 0; float: left; width: 100%;}
#item-side div.sms-payments a.sp-promote-button, #item-side div.sms-payments a.sp-movetop-button {margin:0;}
#item-side div.sms-payments a:first-child {margin-right:6px;}
#item-side div.sms-payments a:first-child:last-child {margin-right:0px;}

/* CONTACT SELLER, ADD NEW COMMENT, SEND TO FRIEND */
#item-forms header, #item-forms footer, #item-forms #breadcrumbs, #item-forms #flashbox, #item-forms #debug-mode, #item-forms #navi-bar, #item-forms #showcase-box, #item-forms section.promo {display:none!important;}
#item-forms {padding:16px;background:#fff;}
#item-forms fieldset, #item-forms .middle {display: flex; flex-direction: column; align-items: stretch;}
#item-forms .head {margin:0 0 16px 0;padding:0;width:100%;font-size:20px;font-weight:bold;color:#171717;line-height:1.2;}
#item-forms .subhead i {font-style: normal;}
#item-forms .subhead {display:block;width:100%;font-weight:600;color:#171717;line-height:2;padding:0 0 16px 0;margin:-8px 0 16px 0;border-bottom:1px solid #e3e3e3;}
#item-forms .row {display: flex; flex-direction: column; align-items: stretch;}
#item-forms .row input, #item-forms .row textarea {width:100%;}
#item-forms .row textarea {height:100px;}
#item-forms #sendfriend .row textarea {height:80px;}
#item-forms label {margin:0 0 2px 0;}
#item-forms .btn {margin-top:20px;}
#item-forms .input-box {margin-bottom:12px;}
#item-forms .input-box.no-margin {margin-bottom:0;}
#item-forms .content form {position:relative;padding-bottom:64px;}
#item-forms .content form .row.buttons {position:fixed;bottom:0;left:0;width:100%;background:#fff;box-shadow:0 0 3px #fff;z-index:3;padding:12px 16px 16px 16px;}
#item-forms .content form .row.buttons .btn {margin:0;height:44px;padding:11px;}
#item-forms #scroll-to-top {display:none!important;}
#item-forms div.g-recaptcha, #item-forms div[id^="anr_captcha_field_"] {margin:12px 0 0 0;}
#item-forms br, #item-forms #showcase-button {display:none;}
#item-forms .grecaptcha-badge[data-style="bottomright"] {bottom:84px!important;z-index:9;}
#item-forms .grecaptcha-badge[data-style="bottomleft"] {bottom:84px!important;z-index:9;}
#item-forms .cc_banner-wrapper, #item-forms #header-admin {display:none!important;}

#item-card {display: flex; flex-direction: row;margin:0 0 16px 0;}
#item-card .img {width:90px;min-width:90px;margin-right:12px;}
#item-card .img img {width:100%;height:85px;border-radius:6px;box-shadow: 0 1px 2px rgba(0,0,0,.4);object-fit:cover;}
#item-card .dsc {width:100%;font-weight:600;display: flex; flex-direction: column; align-items: flex-start;}
#item-card .dsc strong {font-size:16px;overflow: hidden;}
#item-card .dsc div {margin:4px 0 -2px 0;padding:4px 8px;border-radius: 6px;background:#464feb;color:#fff;}
#item-card .dsc span {margin:0;display:block;color:#555;font-weight:normal;line-height:18px;}
#item-card.user .dsc {justify-content: center;}
#item-card.user .dsc strong {margin-bottom:1px;}
#item-card.user .img {width:64px;min-width:64px;}
#item-card.user .img img {width:100%;height:100%;border-radius:100px;box-shadow:0 1px 2px rgba(0,0,0,0.35);}


/* SEARCH MENU */
body#search .container.primary { }
#search-menu {width:370px;}
#search-menu form.search-side-form {position:relative;background:#fff;border-radius:6px;border:1px solid #e3e3e3;padding:16px;margin:0 0 16px 0;}
.filter-menu label, .filter-menu h6, .filter-menu #atr-search .control-group > label {line-height:16px;margin:0 0 10px 0;display:block;font-weight:600;width:100%;text-align:left;font-size:14px;}
.filter-menu .input-box {margin-bottom:12px;}
.filter-menu input[type="text"], .filter-menu input[type="number"], .filter-menu select {font-size:16px;border-radius:6px;width:100%;max-width:100%;min-width:initial;height:45px;padding:7px;}
.filter-menu .price .price-range {display: flex;align-items: center;gap: 10px;margin: 0 0 15px 0;}
.filter-menu .price .price-range input::-webkit-outer-spin-button, .filter-menu .price .price-range input::-webkit-inner-spin-button { -webkit-appearance: none;margin: 0;}
.filter-menu .price .price-range input[type="number"] { -moz-appearance: textfield;}
.filter-menu .price .price-range .delim {white-space: nowrap;}
!.filter-menu .picker .clean {right:1px;}
.filter-menu .picker.location.loading:after {right:2px;}
.filter-menu .input-box-check {margin:0 0 4px 0;}
!.filter-menu .input-box-check label {font-size:13px;}
.filter-menu .row.buttons {margin:16px 0 0 0;}
.filter-menu #search-button {width:100%;margin:0;display:flex;align-items: center; justify-content: center;height:45px;}
.filter-menu #search-button span {margin-top:-1px;}
.filter-menu #search-button svg {margin-left: 0;margin-right: 8px;}
!.filter-menu .sidebar-hooks > fieldset, .filter-menu .sidebar-hooks > div {margin:20px 0 0 0;}
.filter-menu .row.sidebar-hooks, #side-menu .box.filter .row.sidebar-hooks {margin-top:15px;}
.filter-menu .row.sidebar-hooks:empty {display:none;}
.filter-menu .sidebar-hooks .row {margin:0 0 12px 0;display:inline-block;width:100%;}
.filter-menu .sidebar-hooks input[type="radio"] {max-width:18px;float:left;clear:both;margin:0 4px 5px 0;}
.filter-menu .sidebar-hooks input[type="radio"] + label {max-width:calc(100% - 26px);margin:0;line-height:18px;float:left;font-weight:normal;}
.filter-menu .sidebar-hooks br {display:none;}
.filter-menu .sidebar-hooks h3 {margin:0 0 2px 0;font-size:16px;}
.filter-menu .sidebar-hooks > :last-child, .filter-menu .sidebar-hooks > :last-child > :last-child {margin-bottom:0!important;}
.filter-menu .sidebar-hooks .rad_search_box {float:none;display:inline-block;width:100%;}
.filter-menu .sidebar-hooks #atr-search .control-group {margin-bottom:12px;}
.filter-menu .sidebar-hooks #atr-search ul.atr-ul li {width:100%;margin:0 0 3px 0;}
!#side-menu .filter-menu .row.buttons {margin-bottom:10px;}
#side-menu .filter-menu form.search-side-form {position:relative;width:100%;display:block;*padding-bottom:56px;}
#side-menu .box .section.filter-menu .row.buttons.srch {position:sticky;bottom:0px;left:0;width:100%;background:#fff;box-shadow:0 0 3px #fff;z-index:3;padding:10px 0 16px 0px;margin:0;}
#side-menu .filter-menu .row.buttons.srch .btn {margin:0;height:44px;padding:11px;}
#side-menu .box.filter .row.price {margin: 0;}
.filter-menu .price .input-box-check label {font-size:14px;padding:2px 0 0 27px!important;}
.filter-menu .price .input-box-check label:before {width:20px;height:20px;}
.filter-menu .price .input-box-check label:after {cursor: pointer;text-indent: 0px;font-family: "Font Awesome 5 Free";content: "\f00c";color: transparent;font-size: 14px;width: 20px;height: 20px;line-height: 20px;text-align: center;font-weight: 900;text-shadow: none;position: absolute;top: 0px;left: 0px;border-radius: 4px;transition: 0.1s;}
.filter-menu #atr-search {margin:0;}
.filter-menu .product-attributes tr td {padding:0 0 12px 0;}
.filter-menu .product-attributes tr:last-child td {padding:0;}
.filter-menu table {border-spacing:0;}

/* SEARCH CATEGORY BOX */
.category-title {cursor: pointer;display: flex;align-items: center;gap: 5px;user-select: none;margin-bottom: 10px;}
.category-description {display: none;margin-bottom: 10px;font-weight: 600;line-height: 25px;}
.category-title-description .toggle-icon {transition: transform 0.3s ease;}
.category-title-description .rotate {transform: rotate(180deg);}
#search-category-box {margin: 0 0 15px 0;background: #fff;border-radius: 6px;border: 1px solid #e3e3e3;padding: 16px;}
#search-category-box h3 {font-size:16px;margin:0 0 6px 0;}
#search-category-box a {display:flex;align-items: center;padding:10px 8px;border-radius:4px;transition:0.2s;color:#333;font-size:14px;font-weight:600;}
#search-category-box a:hover {text-decoration:none;background:rgb(59 73 223 / 12%);color:#3e45c9;}
#search-category-box .icon {min-width:32px;width:32px;height:32px;margin:-6px 6px -6px -4px;box-shadow: 0 1px 1px rgba(0,0,0,.25);background:#f4f6f7;border-radius:100px;padding:6px;}
#search-category-box .icon img {width:100%;height:100%;object-fit:contain;}
#search-category-box .icon i {margin:auto;font-size:16px;line-height:16px;}
#search-category-box a > div {display:flex;align-items: baseline;}
#search-category-box span {margin-right:4px;}
#search-category-box em {color:#555;font-size:11px;font-weight:normal;font-style:normal;white-space:nowrap;}
#search-category-box .catbox.notroot {max-height:400px;overflow-y:auto;}
#search-category-box .catbox.notroot a.child {padding:4px 6px;}
#search-category-box .catbox.notroot a.parent {background:rgb(59 73 223 / 10%);color:#3e45c9;margin-bottom:2px;}
#search-category-box a.gotop {font-weight:bold;color:#000;margin:6px 0 0 0;padding:5px 6px;}
#search-category-box a.gotop i {margin-right:6px;}
#search-category-box a.child.active span {color: #2d36d2;}
#search-category-box .catbox.notroot::-webkit-scrollbar {width: 6px;}
  
/* SEARCH MAIN CONTENT */
#search-main {width: calc(100% - 400px);position:relative;}
#search-main:after {display:none;content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(245,245,245,0.65);z-index:2;cursor:wait;}
#search-main.loading:after {display:block;}
#search-filters {margin:15px 0 5px 0;display:flex;flex-direction: row; flex-wrap: wrap; justify-content: flex-start;}
#search-filters a {transition:0.2s;padding:7px 34px 7px 8px;margin:0 6px 6px 0;height:32px;font-weight:600;line-height:17px;font-size:14px;color:#3e45c9;background:rgb(59 73 223 / 10%);box-shadow: 0 0 0 1px #3e45c9;border-radius:6px;position:relative;}
#search-filters a:after {transition:0.2s;color:#464feb;content:"\f057";font-family: "Font Awesome 5 Free";position:absolute;right:3px;top:4px;width:24px;text-align:center;height:22px;line-height:24px;font-size:14px;border-left:1px solid #464feb2b;}
#search-filters a:hover {text-decoration:none;background: rgb(59 73 223 / 14%);}
#search-filters a:hover:after {color:#464feb;}
#search-filters a.bold {font-weight:bold;}
#search-items .products.grid .simple-prod {width:calc(33.33% - 8px);box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
#search-items .products.detail .simple-prod, #search-items .products.list .simple-prod {width:100%;background: #fff;}
#search-items .products.detail .premium-mark.isGrid.isDetail {bottom: 8px;}
#search-items .list-empty {font-size:15px;line-height:20px;margin:30px 0;}
#search-items .list-empty .titles {font-size:16px;margin:0 0 10px 0;font-weight:600;display:block;}
#search-items .heading {font-size: 16px;margin: 15px 0 10px 0;font-weight: 600;display: block;}
#search-items .list-empty .row {margin:0 0 4px 0;}
#search-items .list-empty .tips {padding:13px 15px;background:#fff;border-left:5px solid #464feb;}
#search-items .list-empty .tips .row.last {font-weight:600;margin:20px 0 0 0;}
#search-items .list-empty .tips a {font-weight:600;}
#search-items .list-empty .tips i {font-size: 6px; line-height: 22px; float: left; margin: 0 6px 0 1px;}
.search-middle-item-post-banner {width: 100%;min-height: 192px;text-align: center;padding: 10px;background: rgb(59 73 223 / 10%);margin: 5px 0 5px 0;border-radius: 6px;}
#search-main .products.grid .search-middle-item-post-banner {max-width: 295px;max-height: 330px;}
#search-main #location-suggestions {margin:15px 0 5px 0;display:flex;flex-direction: row; flex-wrap: wrap; justify-content: flex-start;}
#search-main #location-suggestions .suggestion-title {padding: 5px 6px;font-size: 15px;color: #171717;font-weight: 600;}
#search-main #location-suggestions a {transition:0.2s;padding:7px 8px 7px 8px;margin: 0 6px 6px 0;height:32px;font-weight:600;line-height:17px;font-size:14px;background:rgb(59 73 223 / 10%);color:#3e45c9;border-radius:6px;position:relative;}
#search-main #location-suggestions a:hover {text-decoration:none;background: rgb(59 73 223 / 14%);}
.item-post-banner-info {margin-top: 20px;padding: 10px;}
.item-post-banner-title {display: block;font-size: 18px;font-weight: bold;color: #171717;margin-bottom: 10px;}
.item-post-banner-description {display: block;font-size: 14px;color: #171717;margin-bottom: 15px;}

#filter-user-type {border-bottom:2px solid #ccc;display:flex;margin:20px 0 10px 0;}
#filter-user-type a {padding:10px 13px;font-size:15px;color:#171717;margin:0 6px -2px 0;font-weight:600;border-bottom:3px solid transparent;}
#filter-user-type a.active, #filter-user-type a:hover {border-color:#464feb;color:#464feb;text-decoration:none;}
#filter-user-type a.active {font-weight:bold;}

#open-search-filters {display: flex;justify-content: center;align-items: center;width: 100%;margin: 15px 0;}
#open-search-filters svg {fill:#fff;width:20px;height:20px;margin: 0 8px;}

.ajax-load-failed.flashmessage {width:100%;margin:0 0 25px 0;padding:10px 12px;display: flex; justify-content: space-between; align-items: center;}
.ajax-load-failed .btn.mini {background:#333;white-space:nowrap;margin-left:8px;}
.ajax-load-failed .btn.mini:hover {background:111;}

/* VIEW TYPE LIST, GRID, DETAIL */
#search-quick-bar .sort-type {position: relative;}
#search-quick-bar .view-type {margin-left:auto;margin-right: 8px;display:flex;align-items: center; flex-wrap: nowrap; flex-direction: row;gap:8px;}
#search-quick-bar .view-type a {transition:0.2s;color:#171717;border-radius:6px;font-weight:600;height:40px;padding:8px 10px;border:1px solid transparent;line-height:16px;display:flex;flex-wrap: nowrap; align-items: center;white-space:nowrap;border-color: #aaa;}
#search-quick-bar .view-type a svg {transition:0.2s;margin:0 8px 0 2px;width:20px;height:20px;fill:#171717;}
#search-quick-bar .view-type a:hover {color:#464feb;background: rgb(59 73 223 / 10%);border-color:#464feb;text-decoration:none;}
#search-quick-bar .view-type a:hover svg {fill:#464feb;}
#search-quick-bar .view-type a.active {color:#464feb;background: rgb(59 73 223 / 10%);border-color:#464feb;}
#search-quick-bar .view-type a.active svg {fill:#464feb;}
#search-quick-bar .view-type a.detail svg {transform: scaleY(-1);}
.container.alt.cresults .view-type {display: flex;gap: 10px;}
.container.alt.cresults .view-type a {width: 33px;height: 33px;background: #f7f8f9;padding: 6px;box-shadow: 0 0 1px rgb(0 0 0 / 30%);border-radius: 50px;}
.container.alt.cresults a.action.open-filters.btn.btn-white svg, .container.alt.cresults .view-type a.grid svg, .container.alt.cresults .view-type a.list svg  {fill: #171717;height: 20px;width: 20px;}

/* SORTING */
#search-quick-bar label {position: absolute; left: 15px; top: 3px; font-size: 11px; font-weight: bold;}
#search-quick-bar select {min-width: 150px;font-weight:600;border-width:1px;}

/* ALERTS */
#search-quick-bar {display:flex;flex-wrap: wrap; align-items: center;flex-direction: row;justify-content: flex-start;margin:25px 0 0 0;}
#search-premium-items + #search-quick-bar {margin:5px 0 0 0;padding:30px 0 0 0;border-top:1px solid #e3e3e3;}
#search-alert .open-alert-box {display:flex;flex-wrap: nowrap; align-items: center;white-space:nowrap;position:relative;}
#search-alert .open-alert-box svg {fill:#fff;width:20px;height:20px;margin: 0px 8px 0px 0px;}
#search-alert .open-alert-box .active-badge {width:18px;height:18px;text-align:center;line-height:18px;background:#000;color:#fff;position:absolute;top:3px;left:3px;font-size:9px;border-radius:100px;}

#alert-form, #report {padding:30px;position:relative;}
#alert-form.loading:after {top:0;left:0;width:100%;height:100%;z-index:2;position:absolute;background:rgba(255,255,255,0.65);cursor:wait;content:"";display:block;}
#alert-form > img, #report > img {width:128px;height:auto;margin:0 0 35px 0;}
#alert-form .header, #report .header {font-size:22px;font-weight:bold;line-height:1.2;margin:0 0 20px 0;}
#alert-form .text, #report .text {font-size:16px;line-height:1.3;margin:0 0 30px 0;}
#alert-form .inputs {display:flex;width:100%;flex-wrap: nowrap;flex-direction: row;}
#alert-form .inputs input[name="alert_email"] {border:1px solid #aaa;margin:0 8px 0 0;width:240px;}
#alert-form .inputs input[name="alert_email"]:read-only {border-color:#c3c3c3;}
#alert-form .inputs .btn {margin:0;white-space:nowrap;}
#alert-form .response {display:none;border-left:6px solid;padding:10px 12px;margin:-5px 0 0 0;font-size:15px;line-height:1.2;box-shadow: 0 1px 3px rgb(0 0 0 / 25%);}
#alert-form .response.ok {border-color:#11c55c;}
#alert-form .response.duplicate {border-color:#4b39e9;}
#alert-form .response.error {border-color:#e72b2b;}
#report .subheader {font-size:14px;font-weight:normal;line-height:1.2;margin:0 0 20px 0;}
#report .text {display: flex; flex-direction: column; align-items: flex-start;margin:0;font-size:14px;}
#report .text a {margin:0 0 5px 0;padding:3px 0;font-weight:600;}
#report .text a:hover {text-decoration:none;color:#3e45c9;}
#report .text a:last-child {margin-bottom:0;}
#report .text a:after {content:"\2192";margin-left:5px;display:none;transition:0.2s;}
#report .text a:hover:after {display:initial;}

/* SEARCH PREMIUM ITEMS */
#search-premium-items {margin:5px 0 30px 0;}
#search-premium-items h2 {margin:0 0 10px 0;font-size:16px;}
#search-premium-items .products {gap: 5px; width: calc(100% + 8px);position:relative;}
#search-premium-items .simple-prod {width:200px;margin:0 2px 6px 2px;}
#search-premium-items .simple-prod .simple-wrap {background-color: rgba(70, 79, 235, 0.12);box-shadow: inset 0 0 0 2px #464feb !important;}
#search-premium-items .simple-prod:hover .simple-wrap {background:rgb(59 73 223 / 10%) !important;}
#search-premium-items .simple-prod .info {height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 4px 0;}
#search-premium-items .simple-prod .title {font-size:14px;text-decoration: none;margin:0;}
#search-premium-items .simple-prod .extra, #search-premium-items .simple-prod .labels {display:none;}

.simple-prod.placeholder .simple-wrap, #search-premium-items .simple-prod.placeholder .simple-wrap {height:100%;display:flex;align-items: center; justify-content: center;box-shadow: 0 0 0 1px #ccc inset;background:transparent;}
.simple-prod.placeholder:hover .simple-wrap, #search-premium-items .simple-prod.placeholder:hover .simple-wrap {box-shadow: inset 0 0 0 2px #464feb;}
.simple-prod.placeholder .simple-wrap .dx {display:flex;flex-direction: column;align-items: center;}
.simple-prod.placeholder .simple-wrap .dx svg {margin:-12px 0 12px;fill:#464feb;}
.simple-prod.placeholder .simple-wrap .dx span {font-weight:600;font-size:15px;}


/* LATEST SEARCH WORDS */
#latest-search {display:inline-block;width:100%;margin:30px 0;padding:30px 0 24px 0;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;}
#latest-search h3 {font-size:16px;margin:0 0 8px 0;}
#latest-search .wrap {display: inline-block;width: 100%;}
#latest-search a {transition: 0.2s; float: left; font-size: 13px; line-height: 1; font-weight: 600; padding: 5px 8px; background: rgb(59 73 223 / 8%); margin: 0 5px 5px 0; border-radius: 4px; color: #3e45c9;}
#latest-search a:hover {text-decoration: none;background:rgb(59 73 223 / 14%);}


/* FAVORITE LISTINGS */
body #fi_message .fi_simple { width:auto;max-width:100%;margin-bottom:7px; background: #fff; border: none; box-shadow: 0 1px 5px rgba(0,0,0,0.25); border-radius: 5px; border-top-right-radius: 0; padding: 10px; font-size: 13px; opacity:1; }
body #fi_message {width:220px;top:15px;right:15px;}
#body-user-custom.body-ua.plugin-favorite_items #main .inside {padding:0;background:transparent;box-shadow:none;}
body #main .fi_user_menu_wrap h2.r1 {width: 100%;float:left;margin:0;border:none;padding-bottom:0;}
body #fi_list_items h2.r3 {width: 100%;float:left;margin:0 1% 12px 1%;font-family: inherit; font-weight: bold;font-size: 18px; line-height: 22px; color: #111;border:none;}
body #fi_list_items h2.r3 a {color:#111;text-decoration:none;text-transform:none;}
body #fi_user_new_list {font-size:14px;padding:16px;border-radius:3px;border:1px solid rgba(0,0,0,0.1);background:#f2f4f8;margin:10px 0 20px 0;}
body #fi_user_new_list .fi_new_name {float:left;padding:8px;height:36px;border-radius:4px;font-size:14px;width:43%;margin-right:2%;}
body #fi_user_new_list .fi_check.first, body #fi_user_new_list .fi_check {float:left;width:20%;padding-right:20px;margin:0;}
#fi_user_new_list .fi_title {display:block!important;float:left;clear:both;width:100%;margin:0 0 5px 0;font-size:13px;color:#111;}
#fi_user_new_list button {font-weight:bold;font-size:14px;height:36px;padding:8px 15px;line-height:20px;border-radius:6px;width:15%;text-align:center;}
body #fi_user_new_list .fi_check label {font-size:13px;}
body #fi_list_items.fi_user_menu .fi_tool {position:absolute!important;right:5px;bottom:5px;width:auto;z-index:3;}
body #fi_list_items.fi_user_menu .fi_tool span {color:#171717;background: #f4f6f7!important;border: 1px solid rgba(0, 0, 0, .1);font-size:16px;width:30px;height:30px;padding:4px;text-align:center;border-radius:4px;background:transparent;transition:0.1s;}

body #fi_list_items.fi_user_menu .fi_item {border: 1px solid transparent; border-radius: 6px; background: transparent; line-height: 16px; font-size: 13px;box-shadow: rgba(0, 0, 0, .1) 0 2px 10px;padding:0;}
body #fi_list_items .fi_left a {float: left; width: 100%; position: relative; margin: 0; overflow: hidden; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom: 1px solid #eee;}
body #fi_list_items .fi_left img {background-size: cover;object-fit: cover;width: 100%;height: 145px;max-height: 100%; max-width: 100%; transition: 0.2s; overflow: hidden; background-position: center center;}
body #fi_list_items.fi_user_menu .fi_right {text-align:left;float: left; width: 100%; padding: 3px 3px;margin:0; z-index: 3; position: relative; background: #fff; border-radius: 0px;border-top:1px solid #ddd;}
body #fi_list_items .fi_left a, body #fi_list_items .fi_left a:hover {border:none;}
body #fi_list_items.fi_user_menu .fi_left {margin:0;}
body #fi_list_items.fi_user_menu .fi_right a {float: left;text-align: left;clear: both;color: #171717;font-size: 14px;font-weight: 600;margin: 0 0 6px 0;padding: 0;white-space: nowrap;width: 100%;overflow: hidden;word-break: break-all;text-overflow: ellipsis;}
body #fi_list_items .fi_right .fi_top, body #fi_list_items .fi_right .fi_bottom {max-width: 100%; float: left; clear: both; font-weight: bolder; color: #000; margin: 0; padding: 0 5px 0 5px; position: relative; font-size: 16px; line-height: 22px;}

.fi_check > span {float:left;width:100%;clear:both;margin:3px 0;}
.fi_check > span input[type="checkbox"] {opacity:0.01;position:absolute;z-index:1;overflow:hidden;background:transparent;padding:0!important;width:1px!important;height:1px!important;margin:0!important;box-shadow:none!important;}
.fi_check > span label {cursor:pointer;position:relative;float:left;padding:2px 0 0 26px!important;line-height:16px;font-size:13px;width:auto;clear:both;font-weight:normal;}
.fi_check > span label:hover {text-decoration:underline;}
.fi_check > span label:before {cursor:pointer;content: ""; width: 18px; height: 18px; border: 1px solid rgba(0,0,0,0.3);font-weight:500; text-shadow: none; position: absolute; top: 0; left: 0;text-shadow:none;box-shadow: 0px 1px 1px rgba(0,0,0,0.06);border-radius: 3px;transition:0.1s;}
.fi_check > span label:hover:before {border-color:#aaa;}
.fi_check > span label:after {cursor: pointer; text-indent: 1px; font-family: "Font Awesome 5 Free"; content: "\f00c"; color: transparent; font-size: 11px; width: 18px; height: 18px; line-height: 18px; text-align: center; font-weight: 900; text-shadow: none; position: absolute; top: 0px; left: 0px;border-radius: 5px;transition:0.1s;}
.fi_check > span input[type="checkbox"]:checked + label:after {color:#000;}

body .fi_user_menu_wrap h2.r2 {display:none;}
body #fi_user_lists .fi_list.fi_head {border:none;background:#f2f4f8;text-transform:none;font-weight: bold; color: #171717; font-size: 13px; border: none;border-bottom:1px solid #464feb; padding: 10px 10px;margin:0;white-space:nowrap;}
body #fi_user_lists .fi_list.fi_head .fi_count, body #fi_user_lists .fi_list.fi_head .fi_user_list_remove {color:inherit;}
body #fi_user_lists .fi_name a:hover {color:#111;text-decoration:underline;}
body #fi_user_lists .fi_list:not(.fi_head) {padding:10px 10px;margin: 0 0 5px 0;background:#fff;border-bottom:1px solid #e3e3e3;}
body #fi_user_lists .fi_user_list_remove a {color:#555;}
body #fi_user_lists .fi_user_list_remove a:hover {color:#111;}
body #fi_user_lists {margin:15px 0;}
body .fi_current a, body .fi_notification a, body .fi_user_list_remove a {display:inline-block;width:32px;height:32px;text-align:center;padding:8px;margin:-8px 0;border-radius:5px;background:#ffffff;transition:0.1s;}
body .fi_current a i, body .fi_notification a i, body .fi_user_list_remove a i {line-height:16px;transition:0.1s;}
body .fi_current a:hover, body .fi_notification a:hover, body .fi_user_list_remove a:hover {background:#eee;}
body #fi_user_lists .fi_explain {margin-top:10px;font-size:12px;line-height:15px;color:#555;}
body #fi_user_lists .fi_explain > div {margin-bottom:6px;}
body #fi_user_lists .fi_explain sup {color:#888;width:auto;margin-right:4px;}
body #fi_user_lists .fi_current.fi_active .fa-check {color:#464feb;}


/* USER ACCOUNT */
body.body-ua {background:#fff;}
.body-ua .container.primary {margin-top:10px; margin-bottom:35px;align-items: flex-start; justify-content: space-between; flex-direction: row;}
.body-ua .content.no-breadcrumbs {padding-top:20px;}
#user-menu {width:250px;margin-right: 20px;margin-left:0;margin-bottom:20px;position:sticky;top:72px;}
#user-main {width:calc(100% - 250px);}
#user-menu a {position:relative;transition:0.2s;line-height:1.2;display:block;margin:0 0 3px 0;font-size:15px;padding:9px 10px;border-left:5px solid transparent;font-weight:bold;color:#171717;}
#user-menu a:not(.logout):not(.public):hover, #user-menu a.active {text-decoration: none;color:#464feb;background:#f2f4f8;}
#user-menu a.public {margin-bottom: 20px; background: #464feb;color: #ffffff; border-left-color:#3e45c9; box-shadow: 1px 2px 4px rgb(0 0 0 / 20%);}
#user-menu a.public:hover {background:#464feb;color:#ffffff;}
#user-menu a.public .ext {top:calc(50% - 10px);right:7px;position:absolute;height:20px;text-align:center;line-height:20px;font-size:13px;color:#ffffff;}
#user-menu a.logout {font-weight:600;margin-top:30px;}
#user-menu a.logout svg {height: 16px;vertical-align: middle;}
#user-menu a.logout:hover {text-decoration: none;background: #f2f4f8;}
#user-menu a.active {border-color:#464feb;}
#user-menu a.has-counter {padding-right:30px;}
#user-menu a .counter, #user-menu a .im-user-account-count {top:calc(50% - 10px);right:5px;position:absolute;min-width:20px;height:20px;padding:4px 3px;line-height:12px;font-size:11px;font-weight:normal;text-align:center;border-radius:100px;color:#fff;background:#464feb;}
#user-menu li {list-style-type:none;margin:0;display:inherit;padding:0;}
#user-menu li a i, #user-menu li a svg {display:none;}
#user-main h1, #user-main h2, #user-main h3 {margin:0 0 10px 0;}
#user-main h1 + h2, #user-main h2 + h3 {margin-top:-5px;}
#user-main h2 {font-weight:600;font-size:16px;line-height: 2;}
#user-main .user-custom-box h2 {font-size:18px;font-weight:bold;}
.body-ua #flashbox #flash_js + .flashmessage {margin-top:5px;}
.body-ua #flashbox .flashmessage:last-child {margin-bottom:20px;}

/* USER DASHBOARD */
#user-main h1 .wave {height: 24px; display: inline-block;margin-top: -3px; margin-left: 3px;}
#user-main .headers {margin:0 0 10px 0;padding-top:3px;}
#user-main .headers h1, #user-main .headers h2 {margin:0;}
#user-dashboard .card-box {display:grid;grid-template-columns: repeat(3, 1fr);width:100%;grid-gap: 10px;margin:30px 0;}
#user-dashboard .card {padding:14px;background:#f4f6f7;color:#171717;border-radius:6px;transition:0.25s;}
#user-dashboard .card:hover {text-decoration:none;background-color:rgb(220 222 242);}
#user-dashboard .card .icon {width:40px;height:40px;padding:8px 4px;margin:0 0 5px 0;text-align:center;position:relative;border-radius:50px;border: 2px solid rgb(70 79 235);display:inline-block;}
#user-dashboard .card .icon > i {font-size:22px;line-height:20px;color: rgb(70 79 235);}
#user-dashboard .card .icon > svg {width:22px;height:20px;fill:rgb(70 79 235);}
#user-dashboard .card .icon .count {position:absolute;right:-10px;top:-10px;font-size:12px;text-align:center;line-height:14px;padding:4px;min-width:22px;height:22px;border-radius:100px;background:#464feb;color:#fff;font-weight:600;}
#user-dashboard .card .icon .count i {font-size:13px;line-height:16px;}
#user-dashboard .card .header {display: inline-block;font-size: 16px;font-weight: 700;margin: 0 5px;}
#user-dashboard .card .description {font-size:15px;color:#444;}

/* USER ITEMS */
.items-box {margin:10px 0;}
.items-box .item {margin:0 0 20px 0;padding:0 0 20px 0;border-bottom:1px solid #e3e3e3;position:relative;display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start;}
.items-box.all .item.inactive:after {border-radius:6px;transition:0.2s;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.55);z-index:2;}
.items-box.all .item.inactive:hover:after {opacity:0;bottom:50%;top:50%;}
.items-box .item .image {width:200px;height:200px;position:relative;display:block;margin:0 20px 0 0;}
.items-box .item .image img {width:100%;height:100%;object-fit:cover;border-radius:6px;}
.items-box .item .image .image-counter {position:absolute;right:6px;bottom:6px;background: rgba(0,0,0,0.60);padding: 5px 8px 6px 8px;border-radius: 10px;color:#fff;font-size:13px;line-height: 14px;}
.items-box .item .label-premium {top:6px;left:6px;bottom:auto;max-width:calc(100% - 12px);}
.items-box.all .item.inactive .label-premium {top:38px;}
.items-box .item .label-reserved, .items-box .item .label-sold {max-width:calc(100% - 12px);bottom:6px;top:auto;left:6px;padding: 5px 9px;font-size: 13px;}
.items-box .item .label-sold {background: #da1717; color: #fff;}
.items-box .item .label-inactive, .items-box .item .label-expired {font-style:italic;background: #222; color: #fff;z-index:3;position:absolute;top:0;left:0;width:100%;min-height:32px;padding:8px 4px;line-height:16px;font-size:13px;font-weight:bold;text-align:center;border-radius:6px 6px 0 0;box-shadow:0 1px 2px rgba(0,0,0,0.2);}
.items-box:not(.all) .item .label-inactive, .items-box:not(.all) .item .label-expired {display:none;}
.items-box .item .label-expired {background:#f30000;}
.items-box .item .body {width:calc(100% - 220px);display:flex;flex-direction: column;align-items: flex-start;padding:10px 0;position:relative;}
.items-box .item .top {font-size: 12px; color: #555; line-height: 16px; margin: 0 0 7px 0;padding-right:130px;}
.items-box .item .top span:empty {display:none;}
.items-box .item .top span:after {content: "\2022"; margin: 0 4px 0 8px;color:#999;}
.items-box .item .top span:last-child:after {display:none;}
.items-box .item .title {font-weight:bold;color:#171717;font-size:17px;line-height:1.2;margin:0 0 10px 0;}
.items-box .item .description {font-size: 15px;color: #555;line-height: 20px;max-height:61px;overflow:hidden;}
.items-box .item .price {max-width:160px;position:absolute;top:3px;right:0;font-size:18px;font-weight:bold;line-height:1.2;padding:4px 8px;}
.items-box .item .buttons {display:flex;width:100%;margin-top:10px;flex-wrap: wrap;}
.items-box .item .buttons a {padding:6px 8px;margin:6px 6px 0 0;border-radius:6px;background:rgb(59 73 223 / 10%);color:#3e45c9;font-size:13px;font-weight:600;line-height:1.2;}
.items-box .item .buttons a:hover {text-decoration: none;background-color: rgba(70, 79, 235, 0.2);}
.items-box .item .buttons a.delete {font-size: 14px;color:#171717;background:#fff;box-shadow:0 0 0 1px rgb(59 73 223 / 30%) inset;}
.items-box .item .buttons a.delete:hover {color: #464feb;background: #f2f4f8;}
.items-box .item .buttons a.delete .delete-text {display: none;}


/* USER ALERTS */
.alerts-box {margin:10px 0;}
.alerts-box .alert {margin:0 0 16px 0;padding:16px;border:1px solid #e3e3e3;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,0.2);}
.alerts-box .alert .details {background:#e8e8e8;padding:10px;}
.alerts-box .head-row {margin:0 0 12px 0;line-height:1.3;display:flex;justify-content: space-between; flex-direction: row; align-items: flex-start;}
.alerts-box .head-row .data strong {font-size:15px;font-weight:normal;font-weight:600;}
.alerts-box .head-row .data div {font-size:14px;margin-top:5px;}
.alerts-box .head-row .btn {white-space:nowrap;margin-left:12px;}
.alerts-box .head-row .alert-title {background:rgb(59 73 223 / 8%);}
.alerts-box .head-row .show-technical-details {margin-left:6px;font-size:13px;}
.alerts-box .details {display:none;margin:0 0 12px 0;font-size:13px;font-family:"Consolas";border-radius:5px;}
.alerts-box .items {margin:10px 0 0 0;}
.alerts-box .items .empty {margin-top:10px;}
.alerts-box .show-all {margin:0 0 15px 0;font-size:15px;display:block;}
#alert-items {flex-wrap: nowrap;overflow-x:auto;}
#alert-items .simple-prod {width:240px;margin-bottom:6px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
#alert-items .simple-prod .premium-mark.isGrid.isDetail {bottom: 35px;}
/* USER PROFILE */
.profile-box {margin:0px 0 40px 0;}
#user-main .profile-box.alt h2 {margin:0 0 10px 0;font-size:18px;font-weight:bold;}
#user-main .right-block h2 {margin:0 0 10px 0;font-size:18px;font-weight:bold;}
.profile-box input, .profile-box select {width:100%;max-width:320px;}
.profile-box textarea {width:100%;max-width:100%;min-width:100%;margin-bottom:0;}
.profile-box form.profile > .wrap {display:flex;flex-direction: row; justify-content: space-between; align-items: flex-start;}
.profile-box .right-block {min-width:280px;max-width:280px;background:#f4f6f7;padding:16px;border-radius:4px;position: sticky;top: 72px;}
.profile-box .tabberlive .tabbertab, .profile-box .tabberlive {margin-bottom:0;padding-bottom:0;} 
.profile-box label {font-size:14px;margin:0 0 10px 0;display:block;}
.profile-box label a.change-email {font-size:13px;margin-left:6px;}
.profile-box .profile-img {padding-bottom:25px;}
.profile-box .profile-img .btn {padding: 6px 8px; height: auto; font-size: 14px;margin-right:5px;}
.profile-box input#zip {width:120px;}
.profile-box.prim .row.user-buttons {margin:20px 0 10px 0;display:flex;}
.profile-box.prim .row.user-buttons .btn-secondary {margin: 0 12px;}
.profile-box.alt .input-box {max-width:320px;}
.profile-box a.toggle-pass {top:calc(50% - 15px);right:3px;font-size:14px;}
.body-ua .profile-img .img-container {position:initial;left:auto;top:auto;width:initial;height:initial;border-radius:0;overflow:visible;box-shadow:none!important;}
.body-ua .profile-img .img-container img {width:initial;height:initial;max-width:100%;max-height:initial;object-fit:unset;}
.body-ua .profile-img .img-preview {border-radius:100px;box-shadow:0 2px 6px rgba(0,0,0,0.25);}
#user-main .user-img .img-preview img {min-width: 180px;border-radius: 100px;}

#user-main .profile-tabs {display: flex;list-style: none;padding: 0;margin:10px 0 20px 0;border-bottom: 1px solid #ddd;flex-wrap: wrap;}
#user-main .profile-tabs li {margin-right: 5px;margin-left: 0;}
#user-main .profile-tabs li a {color: #171717;display: block;font-weight: 600;padding: 10px 15px;text-decoration: none;background: #f4f6f7;border: 1px solid #ddd;border-bottom: 1px solid #f4f6f7;border-radius: 3px 3px 0 0;transition: all 0.2s ease;}
#user-main .profile-tabs li a.active {color: #464feb;background-color: rgba(70, 79, 235, 0.12);border-bottom: 1px solid #464feb;}
#user-main .profile-tabs li a:hover:not(.active) {color: #464feb;background-color: rgba(70, 79, 235, 0.12);border-bottom: 1px solid #464feb;}
#user-main .tab-content {display: none;}
#user-main .tab-content.active {display: block;}
#user-main #user-loc .navigator {width: 100%;max-width: 320px;}
#user-main .profile-box .profile-img a.btn.btn-secondary.btn-next.remove-profile-picture:hover, #user-main .profile-box a.btn-remove-account.btn.btn-secondary:hover {color: #464feb;background-color: rgba(70, 79, 235, 0.12);} 
    
/* PAGINATION */
.paginate {margin: 30px 0 30px 0;}
.paginate ul {display:flex;list-style-type:none;flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: flex-start;}
.paginate ul li {margin:2px;}
.paginate ul li a, .paginate ul li span {font-weight:bold;transition:0.2s;min-width:36px;text-align:center;height:36px;border-radius:5px;font-size:14px;padding:8px 4px;display:inline-block;background: rgb(59 73 223 / 10%); color: #3e45c9;}
.paginate ul li a.searchPaginationSelected, .paginate ul li span.searchPaginationSelected, .paginate ul li a:hover, .paginate ul li span:hover {color: #ffffff; background: #464feb;text-decoration:none;}
.paginate ul li i {line-height:20px;font-size:14px;}

/* FONT AWESOME ICONS COMPATIBILITY */
.fa-star-o:before {font-weight:400;content:"\f005"}
i.fa:before {font-family:"Font Awesome 5 Free";font-weight:900;}
i.fa-dollar:before {content:"\f155";}
i.fa-gear:before {content:"\f013";}
i.fa-mobile:before {content:"\f3cd";}
i.fa-star-o:before {content:"\f005";font-weight: 400;}
i.fa-warning:before {content:"\f071";}
i.fa-handshake-o:before {content:"\f2b5";font-weight:400;}
i.fa-file-archive-o:before {content:"\f1c6";font-weight:400;}
i.fa-flag-o:before {content:"\f024";font-weight:400;}
i.fa-trash-o:before {content:"\f1f8";}
i.fa-envelope-o:before {content:"\f0e0";font-weight:400;}
i.fa-sign-in:before {content:"\f2f6";}
i.fa-pencil-square-o:before {content:"\f044";font-weight:400;}
i.fa-folder-o:before {content:"\f07b";font-weight:400;}
i.fa-user-o:before {content:"\f007";font-weight:400;}
i.fa-sign-out:before {content:"\f2f5";}
i.fa-clock-o:before {content:"\f017";}
i.fa-repeat:before {content:"\f01e";}
i.fa-newspaper-o:before {content:"\f1ea";font-weight:400;}
i.fa-file-pdf-o:before {content:"\f571";font-weight:900;}
i.fab.fa-share {font-family: "Font Awesome 5 Free"!important;}
i.fab.fa-share:before {content:"\f064";font-weight:900;}
i.fa-mail-reply:before {content:"\f3e5";font-weight:900;}
body .osp-options label > div:after, .osp-promote-form label.osp-chk div:after {font-size:11px!important;font-weight:900!important;}
body .im-error-list.error-list li:before {font-family: "Font Awesome 5 Free";font-size:16px;}
body #mo-check.styled .input-box-check label:after {font-family: "Font Awesome 5 Free";font-weight:900;font-size: 12px; left: 0;}
body .osp-stat > span.osp-issue:after, body .osp-stat > span.osp-201:after, body .osp-stat > span.osp-801:after, body .osp-stat > span.osp-401:after, body .osp-stat > span.osp-601:after {font-weight:bold;font-family: "Font Awesome 5 Free";}
body .sms-body .sms-button.loading:before, body .sms-body .sms-button-resend.loading:before {font-family: "Font Awesome 5 Free";top:10px;}
body .oc-chat-button .oc-user-left i.fa-comments-o:before {content:"\f4a6";font-weight:400;}
body i.fa-youtube:before,body i.fa-vimeo:before,body i.fa-pinterest-p:before,body i.fa-facebook:before, body i.fa-instagram:before,body i.fa-whatsapp:before, body i.fa-twitter:before, body i.fa-google-plus:before, body i.fa-linkedin:before, body i.fa-pinterest:before {font-family:"Font Awesome 5 Brands"!important;}
body i.fa-cc-mastercard:before {font-family: "Font Awesome 5 Brands"!important;font-weight: 400;}

/* SCROLL TO TOP */
#scroll-to-top {display:none;position:fixed;bottom:35px;right:2px;z-index:98;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,0.25);border-radius:50px;background:#fff;text-align:center;width:45px;height:45px;}
#scroll-to-top svg {width:auto;height:45px;fill:#464feb;display:inline-block;padding:4px;}


/* BANNERS */
.container.banner-box {text-align:center;}
.container.banner-box > .inside {margin:0 auto;max-width:100%;}
.banner-theme { display: block; margin: 16px 0; float: left; text-align: center;width:100%;border:none; }
.banner-theme.is-demo {display:none;}
.banner-theme .myad {display:inline-block;max-width:100%;margin:0 auto;overflow:hidden;}
.banner-theme#banner-theme .myad {text-align:center;display:flex;}
.banner-theme#banner-theme .myad .text {margin:auto;text-align:center;line-height: 18px; font-size: 16px;}
.banner-theme#banner-theme.opt-adsense .myad .text {margin:0;display:inline-block;width:100%;height:auto;}
!.banner-theme#banner-theme.is-demo, .home-container.banner-box.is-demo {display:none;}
.banner-theme#banner-theme.is-demo .myad {border:1px solid #464feb;font-family:monospace;color:#464feb;}
.banner-theme#banner-theme.is-demo .myad .text span {display:block;}
.banner-theme#banner-theme.is-demo .myad .text strong {display:block;font-size:12px;line-height:14px;margin:3px 0 0 0;color:#555;font-weight:normal;}

.banner-home_top {margin:0 0 16px 0;}
.banner-search_top, .banner-item_top, .banner-item_sidebar {margin:0 0 5px 0;}
.banner-home_middle {margin:16px 0;}
.banner-search_sidebar, .banner-public_profile_sidebar, .banner-public_profile_bottom {margin:16px 0 0 0;}
.banner-search_middle {margin: 5px 0 0;}
.banner-search_bottom {margin:12px 0 0 0;}
.banner-item_bottom {margin:16px 0 8px 0;}
.banner-item_description {margin:8px 0 16px 0;}
.banner-item_sidebar_bottom {margin:10px 0 0 0;}
.banner-static_page_top {margin:0 0 24px 0;}
.banner-static_page_bottom {margin:0 0 24px 0;}

.search-middle {width: 100%;}

.banner-search_top .myad, .banner-search_middle .myad, .banner-search_bottom .myad, .banner-item_description .myad, .banner-public_profile_middle .myad, .banner-public_profile_bottom .myad {width:728px;height:90px;}
.banner-home_top .myad, .banner-home_bottom .myad, .banner-item_top .myad, .banner-item_bottom .myad, .banner-home_middle .myad, .banner-static_page_top .myad, .banner-static_page_bottom .myad {width:970px;height:90px;}
.banner-item_sidebar .myad, .banner-public_profile_sidebar .myad {width:300px;height:250px;}
.banner-item_sidebar_bottom .myad {width:300px;height:600px;margin:12px 0 0 0;}
.banner-body_left .myad, .banner-body_right .myad {width:160px;height:600px;background:#fff;}
.banner-search_sidebar .myad {width:200px;height:200px;}
.banner-theme#banner-theme.opt-adsense .myad {width:100%;height:auto;}

#body-banner {position:fixed;top:0px;bottom:0px;left:0;width:calc((100% - 1120px)/2);overflow:hidden;z-index:9;}
#body-banner.bright {left:auto;right:0;}

#users-list .user:hover {background-color: rgba(70, 79, 235, 0.12) !important;}
/* ITEM GRID & LIST */
.products.list .simple-prod .labels {display: none;}
.products {display: flex; flex-wrap: wrap; flex-direction: row;margin:0 -10px;width:calc(100% + 20px);padding:2px 0;}
.products.nice-scroll {flex-wrap: nowrap;overflow-x:auto;}
.products.grid .isList, .products .isList, .products .isDetail {display:none;}
.products.grid .isList, .products.grid .isDetail {display:none;}
.products.detail .isGrid, .products.detail .isList { }
.products.grid .isGrid {display:block;}
.products.list .isList {display:block;}
.products.list .isList.right, .products.detail .isDetail.contact {display:flex;order: 5;}
.products.detail .isDetail {display:block;}
.products.detail .simple-prod .labels {display: none;}
.simple-prod {flex:0 0 auto;width:calc(25% - 8px);margin:0 4px 8px 4px;border-radius:6px;}
.simple-prod.mini {width:calc(12.5% - 8px);}
.simple-prod.small {width:calc(16.66% - 8px);}
.simple-prod.medium {box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;width:calc(20% - 8px);}
.simple-prod.large {box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;width:calc(25% - 8px);}
.simple-prod.extralarge {width:calc(33.33% - 8px);}
.simple-prod.megalarge {width:calc(50% - 8px);}
.simple-prod .simple-wrap {background:transparent;border-radius:6px;padding:2px;transition:0.2s;position:relative;}
.simple-prod.st-sold .simple-wrap {position:relative;overflow:hidden;user-select: none;}
.simple-prod.st-sold .simple-wrap:after {content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;background:rgba(245,245,245,0.5);backdrop-filter: blur(2px);border-radius:7px;}
.simple-prod.st-sold .simple-wrap:before {content: attr(title); position: absolute; left: -5%; top: 33%; z-index: 3; background: #464feb; font-size: 13px; box-shadow: 0 2px 5px rgba(0,0,0,0.3); border: 1px solid rgba(0,0,0,0.1); font-weight: 600; color: #fff; padding: 3px 12px; width: 110%; text-align: center; transform: rotate(-8deg); transform-origin: 0 0;}
.products.list .simple-prod.st-sold .simple-wrap:before, .products.detail .simple-prod.st-sold .simple-wrap:before {width:auto;left:5px;top:12px;line-height:15px;transform-origin:center;border-radius:3px;}
.products.detail .simple-prod.st-sold .simple-wrap:before {padding:8px 15px;font-size:15px;}
.simple-prod.st-sold .simple-wrap .label.sold {display: none;}
.simple-prod:hover .simple-wrap {background: transparent !important;}
.simple-prod .img-wrap {position:relative;width:100%;padding-top:85%;}
.simple-prod.megatall .img-wrap {padding-top:170%;}
.simple-prod.extratall .img-wrap {padding-top:150%;}
.simple-prod.verytall .img-wrap {padding-top:80%;}
.simple-prod.tall .img-wrap {max-height: 220px;min-height: 220px;padding: 0;margin: auto;}
.simple-prod.square .img-wrap {padding-top:100%;}
.simple-prod.normal .img-wrap {padding-top:75%;}
.simple-prod.wide .img-wrap {padding-top:80%;}
.simple-prod.verywide .img-wrap {padding-top:50%;}
.products#premium-items .simple-prod .simple-wrap, .osp-item-is-highlight .simple-wrap {box-shadow: none !important;}
.products#premium-items .simple-prod {background-color: rgba(70, 79, 235, 0.12);box-shadow: inset 0 0 0 2px #464feb !important;}
#search-premium-items .simple-prod.osp-item-is-highlight .simple-wrap {background-color: rgba(70, 79, 235, 0.12);box-shadow: inset 0 0 0 2px #464feb;}
.simple-prod .img-wrap > a img {border-radius:6px;position:absolute;top:0;left:0;right:0;bottom:0;max-width:inherit;max-height:inherit;object-fit:cover;width:100%;height:100%;}
.simple-prod .img-wrap .bar {font-size:14px;text-decoration: none;line-height:15px;position:absolute;bottom:0;left:0;width:100%;border-radius:6px;padding:16px 8px 8px 8px;color:#fff;font-weight:600;background: linear-gradient(   to bottom,   rgba(0, 0, 0, 0.005) 0%,   rgba(0, 0, 0, 0.015) 4%,   rgba(0, 0, 0, 0.03) 8%,   rgba(0, 0, 0, 0.06) 14%,   rgba(0, 0, 0, 0.12) 22%,   rgba(0, 0, 0, 0.2) 32%,   rgba(0, 0, 0, 0.3) 45%,   rgba(0, 0, 0, 0.42) 60%,   rgba(0, 0, 0, 0.52) 75%,   rgba(0, 0, 0, 0.6) 100% );}
.simple-prod .img-wrap .bar .price {float:left;position:relative;}
.simple-prod .img-wrap .bar .image-counter {position:absolute;right:8px;bottom:8px;line-height: 14px;}
.image-counter svg {vertical-align: bottom;}
.products.detail .simple-prod .img-wrap .bar .price {display: none;}
.simple-prod .img-wrap .user-image {z-index:1;position:absolute;top:8px;left:8px;width:40px;height:40px;border-radius:100px;}
.simple-prod .img-wrap .user-image > img {transition:0.2s;border:3px solid #464feb;position:absolute;width:100%;height:100%;top:0;left:0;max-width:inherit;max-height:inherit;object-fit:cover;border-radius:100px;}
.simple-prod .img-wrap .user-image .business {position: absolute; text-transform:uppercase;right: 0px; bottom: 0px; height: 16px; background: #464feb; color: #fff; font-size: 8px;font-weight: 600; max-width:100%;width: auto; padding: 0 2px;min-width:50%; line-height: 16px; text-align: center; border-radius: 3px;}
.simple-prod .img-wrap .user-image .online {position: absolute; right: 2px; top: 2px; width: 11px; height: 11px; border-radius: 100px; background: #0ed000; box-shadow: 0 0 0 1px #fff; }
.simple-prod .favorite, #item-main .favorite {position:absolute;top:100%;right:0px;}
.simple-prod .favorite a.is_favorite svg, #item-main .favorite a.is_favorite svg {stroke: #464feb;fill: #464feb;}
.simple-prod .favorite svg:hover, #item-main .favorite svg:hover {transform: scale(1.1);stroke: #464feb;}
.simple-prod .favorite svg, #item-main .favorite svg {transform: scale(1);transition: all .2s;margin: 7px 5px;}
.simple-prod .favorite span, #item-main  .favorite span {display:none;}
.simple-prod .img-wrap .user-image, .simple-prod:hover .img-wrap .user-image {display: none;}
.simple-prod .premium-mark, .items-box .label-premium, .items-box .label-sold, .items-box .label-reserved {position:absolute;left:6px;bottom:6px;font-size:12px;font-weight:bold;min-height: 21px;padding: 0px 4px 2px 4px;border-radius:4px;background:#464feb;color:#ffffff;}

.simple-prod .day-offer-mark {position:absolute;left:6px;max-width:calc(100% - 12px);top:6px;text-align:center;font-size:14px;font-weight:600;display:inline-block;height: 30px;line-height:16px;padding:5px 8px;border-radius:4px;background:#464feb;color:#ffffff;}
.simple-prod .data {padding: 5px 7px 7px 7px;}
.simple-prod .info {font-size:14px;min-height:25px;}
.simple-prod .title {display:block;clear:both;font-size:14px;text-decoration: none;color:#171717;line-height:18px;max-width:100%;font-weight:600;margin: 4px 0 4px 0;min-height:18px;max-height:18px;overflow:hidden;}
.simple-prod .extra {font-size:12px;line-height:30px;margin:0;max-height:24px;min-height:24px;overflow:hidden;}
.simple-prod .extra > span.i_smart_date:after, .simple-prod .extra > span.i_category:after {content:"\2022";margin:0 2px 0 2px;}
.simple-prod .extra > span.i_condition:before {content:"\2022";margin:0 5px 0 2px;}
.simple-prod .extra > span:last-child:after {display:none;}
.simple-prod .label {font-size:12px;font-weight:600;margin:0 6px 0 0;display:inline-block;line-height:1.5;padding:4px 7px;border-radius:5px;background:#464feb;color:#fff;}
.simple-prod span.label.reserved {position: absolute;top: 12px;left:12px;right: auto;}
!.simple-prod .label.premium {background:#e4d51b;color:rgba(0,0,0,0.8);}
.simple-prod .right {display:flex;flex-direction: column; justify-content: space-between; align-items: flex-end;margin-left:auto;}
.simple-prod .right .price {position:relative;display: grid;font-size:16px;font-weight:bold;color:#171717;line-height:18px;padding: 7px;white-space:nowrap;}
.simple-prod .right .favorite {position:relative;right:auto;top:auto;}
.simple-prod .description {font-size:14px;max-width: 450px;max-height:45px;overflow:hidden;color:#555;margin:0 0 5px 0;order: 2;}
.simple-prod .action .price {font-size:16px;margin:0 0 8px 0;font-weight:600;display:none;}
.simple-prod .contact {display:flex;margin: auto 0 3px;flex-wrap: wrap;gap: 10px;order: 5;}
.simple-prod .contact > a {font-size:16px;background:#fff;height:40px;box-shadow:0 1px 5px rgba(0,0,0,0.1);color:#3e45c9;padding: 7px 15px 7px 45px;position:relative;border-radius:6px;font-weight:600;cursor:pointer;border:1px solid rgba(0,0,0,0.15);transition:0.2s;}
.simple-prod .contact > a:hover {background:rgb(59 73 223 / 8%);text-decoration:none;}
.simple-prod .contact > a.contact {background:#464feb;color:#fff;}
.simple-prod .contact > a.contact:hover {background:#464feb;}
.simple-prod .contact > a i {width:35px;border-radius:6px 0 0 6px;border-right:1px solid rgba(0,0,0,0.1);background:rgb(59 73 223 / 20%);font-size: 16px;text-align:center;position:absolute;left:0px;top:0px;height:40px;line-height:41px;text-indent:1px;}
#location-items .simple-prod .premium-mark, #premium-items .simple-prod .premium-mark, .simple-prod.medium  .premium-mark, #rel-block .products .simple-prod .premium-mark, #recent-ads .products .simple-prod .premium-mark, #search-items .products.grid .simple-prod .premium-mark, #search-premium-items .simple-prod .premium-mark {bottom: 35px;}
/* LIST VIEW DESIGN */
.products.list {width:100%;margin:0;}
.products.list .simple-prod {width:100%;margin: 5px 0 5px 0;border-radius: 6px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
.products.list .simple-prod:last-child {border-bottom:0;margin-bottom:0;}
.products.list .simple-prod .info .premium-mark, .products.list .simple-prod .info .label {position:relative;bottom:auto;left:auto;float:left;margin:-1px 5px -3px 0;padding:3px 4px;min-height: 25px;font-size:12px;height:20px;border-radius:4px;}
.products.list .simple-prod .simple-wrap {display:flex;padding:2px;background:transparent;border-radius:0;}
.products.list .simple-prod .img-wrap {width:240px;min-width:240px;height:185px;margin:0 15px 0 0;padding:0;}
.products.list .simple-prod .info, .products.detail .simple-prod .info {font-size: 14px;margin: 0 0 10px 0;order: 3;}
.products.list .simple-prod .extra, .products.detail .simple-prod .extra {font-size:14px;line-height: 18px;order: 4;}
.products.list .simple-prod .data {padding:0;display: flex;flex-direction: column;}
.products.list .simple-prod:hover .right .favorite > a {display:block;}
.products.list .simple-prod .img-wrap .bar .image-counter {left: auto; bottom: 6px; right: 6px;}
.products.list .simple-prod .title {font-size:16px;text-decoration: none;line-height:12px;min-height:20px;max-height:20px;margin: 10px 0 10px 0;order: 1;}
.products.list .simple-prod .price.standalone {display:none;font-size:14px;font-weight:600;color:#3e45c9;line-height:16px;margin: 0 0 6px 0;order: 2;}
.products.list .simple-prod .info {line-height: 32px;}
.products.detail .simple-prod .right, .products.list .simple-prod .right {margin-left: auto;margin-right: 6px;}
/* DETAIL VIEW DESIGN */
.products.detail {width:100%;margin:0;}
.products.detail .simple-prod {width:100%;margin: 5px 0 5px 0;border-radius: 6px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
.products.detail .simple-prod:last-child {border-bottom:0;margin-bottom:0;}
.products.detail .simple-prod .simple-wrap {display:flex;padding:6px;background:transparent;border-radius:0;}
.products.detail .simple-prod .img-wrap {width:260px;min-width:260px;height:220px;margin:0 15px 0 0;padding:0;}
.products.detail .simple-prod .img-wrap .favorite {display: none;}
.products.detail .simple-prod .data {padding:0;display: flex; flex-direction: column;}
!.products.detail .simple-prod .right .favorite > a:not(.is_favorite) {display:none;}
!.products.detail .simple-prod:hover .right .favorite > a {display:block;}
!.products.detail .simple-prod .img-wrap > a img {border-radius:4px;}
.products.detail .simple-prod .extra {color:#171717;}
.products.detail .simple-prod .labels {margin-top:auto;}
.products.detail .simple-prod .title {font-size:16px;line-height:15px;margin: 7px 0 7px 0;order: 1;}
.products.list .simple-prod .favorite svg, .products.detail .simple-prod .favorite svg, #item-main .favorite svg {margin:6px;}

.products.detail .simple-prod .attribute.Detail.List, .products.list .simple-prod .attribute.Detail.List {display: block !important;}
.simple-prod .attribute #atr-delivery-is-available .atr-value, .simple-prod .attribute #atr-price .atr-name, .simple-prod .attribute #atr-price .atr-value-single img {display: none;}
.simple-prod .attribute #atr-delivery-is-available, .simple-prod .attribute #atr-price {display: block;}
.simple-prod .attribute.negotiable.standalone.isList {display: inline-block;font-size: 12px;font-weight: normal;color: #171717;}
.simple-prod .attribute #atr-delivery-is-available .atr-name {display: flex;align-items: center;gap: 5px;line-height: 24px;}
.simple-prod .attribute #atr-delivery-is-available .atr-name img.atr-icon {height: 20px;width: auto;}
.products.detail .simple-prod .attribute #atr-delivery-is-available .atr-name {line-height: 30px;}

/* HOME PAGE - USERS LIST */
#users-list {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: stretch;padding:3px;width:calc(100% + 6px);margin:-3px;}
#users-list.nice-scroll {flex-wrap: nowrap;overflow-x:auto;}
#users-list .user {position:relative;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;border-radius: 100px; transition: 0.2s; text-decoration: none; width: 90px; min-width: 90px; margin:5px; text-align: center; display: flex; flex-direction: column; align-items: flex-end;}
#users-list .user:hover {box-shadow:0 1px 3px rgb(0 0 0 / 25%), 0 0 0 2px #464feb;}
#users-list .user:last-child {margin-right:0;}
#users-list .user .img {width: 90px; height: 90px; position: relative;}
#users-list .user .img img {position: absolute; top: 0; left: 0; width: 90px; height: 90px; max-width: unset; max-height: unset; border-radius: 100px; object-fit: cover;border: 2px solid #ffffff;}
#users-list .user:first-child {border: 2px solid #464feb;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;margin-right: 5px;margin-left: 0;}
#users-list .user:first-child:hover {border: 2px solid #ffffff;}
.img-plus {position: absolute;left: 0px;bottom: 0px;width: 30px;height: 30px;border-radius: 100px;background: #464feb;box-shadow: 0 0 0 2px #fff;}
.img-plus svg {width: 20px;height: 30px;}
.user-Become-a-seller {font-size: 16px;font-weight: 600;width: 100%;margin-top: 25px;line-height: 1.1;}
!#users-list .user .img:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 71px; background: linear-gradient(transparent,rgba(0,0,0,.04935) 13.71%,rgba(0,0,0,.11481) 25.12%,rgba(0,0,0,.1925) 34.61%,rgba(0,0,0,.27852) 42.59%,rgba(0,0,0,.36898) 49.46%,rgba(0,0,0,.46) 55.63%,rgba(0,0,0,.54769) 61.47%,rgba(0,0,0,.62815) 67.41%,rgba(0,0,0,.6975) 73.83%,rgba(0,0,0,.75185) 81.13%,rgba(0,0,0,.78731) 89.73%,rgba(0,0,0,.8)); border-radius: 0 0 10px 10px; }
#users-list .user .img .online {position: absolute; right: 6px; top:6px;width: 15px; height: 15px; border-radius: 100px; background: #0ed000; box-shadow: 0 0 0 2px #fff; }
#users-list .user .img .online.off {background:#df3b3b;display:block;}
#users-list .user:hover .img .online.off {display:block;}
#users-list .user .name {font-size: 16px; line-height: 24px; max-height: 24px;overflow: hidden; text-align: right; position: absolute; bottom: 27px; color: #fff; padding-right: 10px;}
#users-list .user .items {font-size: 14px; font-weight: normal; line-height: 12px; position: absolute; bottom: 11px; text-align: right; color: #ffffff; padding-right: 10px;}
#users-list .user .business {position: absolute; text-transform:uppercase;left: 6px; top: 6px; height: 16px; background: #464feb; color: #fff; font-size: 9px;font-weight: bold; max-width:100%;width: auto; padding: 0 4px;line-height: 16px; text-align: center; border-radius: 3px;}

.home-users .nice-scroll-prev, .home-users .nice-scroll-next {margin-top:-26px;}
#users-list .nice-scroll-wrap {overflow:hidden;}

/* HOME PAGE - LATEST ITEMS */
!.products#latest-items .simple-prod {width:calc(20% - 8px);}
.products#latest-items .simple-prod .info {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 4px 0;}
.products#latest-items .simple-prod .extra {display:none;}
.products#latest-items .simple-prod .title {text-decoration: none;margin-bottom:0;font-size: 14px;font-weight: 600;line-height: 20px;min-height: 20px; max-height: 20px;}
.products#latest-items .simple-prod .img-wrap .user-image {display:none;}

/* HOME PAGE - PREMIUM ITEMS */
.products#premium-items .simple-prod {margin-bottom:12px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
.products#premium-items .simple-prod.o1 {width:calc(18% - 0px);}
.products#premium-items .simple-prod:not(.o1) {width:calc(18% - 8px);}

.products#premium-items .simple-prod .img-wrap {height:170px;padding:0;}
.products#premium-items .simple-prod .extra {overflow:hidden;}
.products#premium-items .simple-prod .labels {display:none;}
.products#premium-items .simple-prod .favorite svg, #search-premium-items .simple-prod .favorite svg {margin: 7px;}

/* HOME PAGE - LOCATION ITEMS */
body#home > .content > section.home-location {border-top: 1px solid #e3e3e3;}
.products#location-items {flex-wrap: nowrap;overflow-x:auto;width:calc(100% + 14px);gap: 5px;}
.products#location-items .simple-prod {width:200px;margin:0 2px 6px 2px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
.products#location-items .simple-prod .info {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:-2px 0 4px 0;}
.products#location-items .simple-prod .extra {display:none;}
.products#location-items .simple-prod .title {margin-bottom:0;font-size: 14px;font-weight: 600;}
.products#location-items .simple-prod .img-wrap .bar .image-counter {display:none;}
.products#location-items .simple-prod .img-wrap .bar {padding-right:4px;}
.empty-alt {display: block;font-size: 15px;color:#555;}

/* HOME PAGE - FAVORITE ITEMS */
!body#home > .content > section.home-favorite {background:#f8f8f8;}
.products#favorite-items {flex-wrap: nowrap;overflow-x:auto;width:calc(100% + 14px);margin:0 -7px;}
.products#favorite-items .simple-prod {width:240px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
.products#favorite-items .simple-prod .info {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:-2px 0 4px 0;}
.products#favorite-items .simple-prod .extra {display:none;}
.products#favorite-items .simple-prod .title {margin-bottom:0;font-size: 14px;font-weight: 600;line-height: 20px;min-height: 20px; max-height:20px;}
.products#favorite-items .simple-prod .img-wrap .bar .image-counter {display:none;}
.products#favorite-items .simple-prod .img-wrap .bar {padding-right:4px;}
.products#favorite-items .simple-prod .img-wrap .premium-mark {display:none;}

/* HOME PAGE */

body#home > .content {background:#fff;padding:25px 0 0 0;}
body#home > .content > section {padding:10px 0;background:#ffffff;}
body#home > .content > section.home-search {padding:10px 0 0 0;background:#fff;}
body#home > .content > section > .container > .block {flex:0 0 100%;width:100%;}
body#home #flashbox .flashmessage:last-child {margin-bottom:15px;}
body#home h2 {font-size:18px;margin:5px 0 15px 0;display: flex; align-items: center; justify-content: space-between;}
body#home h2 .btn {background:#fff;border-color: #464feb;display:flex;align-items: center;font-size: 16px;box-shadow:none;height:40px;}
body#home h2 .btn:hover {color:#464feb;background-color: rgba(70, 79, 235, 0.12);box-shadow: none !important;}
body#home h2 .btn svg, body#home a.home-link-all svg {fill:#464feb;margin-right: 5px;margin-left: 0;vertical-align:  bottom;}
.home-search > .container {position:relative;}
.home-search > .container:after {opacity:0.55;position:absolute;top:-12px;right:3%;content:"";width:240px;height:260px;background:transparent url('') no-repeat top right;background-size:contain;}
.home-search .box {width:100%;position:relative;z-index:2;}
.home-search form {display:flex;flex-direction: row;}
.home-search h1 {font-size: 20px;margin:5px 0 10px 0;display:block;}
.home-search h1 div {display:inline-block;height:36px;overflow:hidden;vertical-align: -16px;}
.home-search h1 div span {display:block;font-weight:600;height:36px;background-color: #464feb; background-image: linear-gradient(135deg, #464feb, #7c58d0); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent;}
.home-search h1 div span.l1 {animation: h1slide 10s cubic-bezier(.8,0,.2,1) infinite;animation-delay:1.5s;}
@keyframes h1slide {0% { margin-top: 0; }10% { margin-top: 0; }15% { margin-top: -36px; }30% { margin-top: -36px; }35% { margin-top: -72px; }50% { margin-top: -72px; }55% { margin-top: -108px; }70% { margin-top: -108px; }75% { margin-top: -144px; }90% { margin-top: -144px; }95% { margin-top: -180px; }100% { margin-top: -180px; }}

.home-search .input-box {width:calc(100% - 250px); }
.home-search .btn {width:250px;height:50px;border-radius: 0px 7px 7px 0px;border-top: 1px solid #aaa;border-bottom: 1px solid #aaa;border-right: 1px solid #aaa;float:right;line-height:16px;}
.home-search .btn svg {fill: #ffffff;vertical-align:text-bottom;margin-right: 5px;margin-left: 0px;}
header .header-search button.btn svg {fill: #ffffff;vertical-align:text-bottom;}
.home-search input[name="sPattern"] {display:block;width:100%;height:50px;font-size:17px;padding:10px 12px ;border-top: 1px solid #aaa;border-bottom: 1px solid #aaa;border-left: 1px solid #aaa;border-right: none;border-radius: 7px 0px 0px 7px;}
.home-search .latest-search {max-height:56px;overflow:hidden;}
.home-search .latest-search a {font-size:14px;padding:5px 6px 6px 5px;border-radius:4px;margin:0 8px 8px 0;}
.home-search .latest-search a:hover {text-decoration: none;}
body#home .home-search h2 {margin:20px 0 10px 0;}
#home-cat {display:flex;flex-wrap: wrap; flex-direction: row;gap: 12px;margin-bottom: 15px;}
#home-cat a {width: 13%;padding: 0px 12px 12px 12px;margin-left: 0;margin-right: -20px;}
#home-cat a:hover, #home-cat a.all:hover {text-decoration:none;background-color: transparent !important;}
#home-cat a > div {display:block;margin:0 auto 0 auto;text-align:center;position:relative;width:50px;height:50px;border-radius:100px;display: flex; align-items: center; justify-content: center;}
#home-cat a > div i {font-size:35px;line-height:44px;text-align:center;}
#home-cat a > div img, #home-cat a > div svg {opacity:1;max-width:36px;width:auto;height:36px;max-height:36px;object-fit: contain;}
#home-cat a > div > span.lab {font-weight:600;font-size:11px;padding:2px 6px;border-radius:6px;color:#ffffff;background:#464feb;position:absolute;right:-2px;top:0;box-shadow:0 1px 2px rgba(0,0,0,0.25);z-index: 1;}
#home-cat a>div>span.lab.new {background: #000;}
#home-cat a > div > span.lab.hot {background:#df3b3b;}
#home-cat a > h3 {display:flex;text-align:center;}
#home-cat a > h3 span {margin:auto;display:block;font-size:14px;font-weight:600;white-space: nowrap;}
#home-cat a.all {background:rgb(59 73 223 / 3%);box-shadow:0 0 0 1px rgba(0,0,0,0.03) inset;}
#home-cat a.all > div {background:#f4f6f7;}
#home-cat a.all > div svg {fill:#464feb;padding:5px;}

/* HOME PAGE BLOG */
section.home-blog h2 {margin-bottom:20px;}
.blog-box {display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; grid-gap: 12px;}
.blog-box > a {transition:0.2s;display:flex;flex-direction: row;border-radius:6px;overflow:hidden;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;}
.blog-box > a:hover {box-shadow: inset 0 0 0 2px #464feb;background:rgb(59 73 223 / 5%);text-decoration:none;}
.blog-box > a:nth-child(1n+4) {display:none;}
.blog-box > a > img {object-fit:cover;width:120px;height:100px;margin-right:12px;border-radius:6px;box-shadow:0 1px 4px rgba(0,0,0,0.25)}
.blog-box > a > .data {padding:5px 0 0 5px;overflow:hidden;max-width:100%;}
.blog-box > a h3 {font-size: 16px;color: #171717;line-height: 24px;max-height: 30px;overflow: hidden;}
.blog-box > a .desc {font-size:15px;color:#555;line-height:24px;height:50px;overflow:hidden;}

/* HOME PAGE COMPANIES */
body#home > .content > section.home-business {padding-top:30px;padding-bottom: 15px;border-top: 1px solid #e3e3e3;}
body#home > .content > section.home-blog {border-top: 1px solid #e3e3e3;}
.business-box {display:inline-block;width:100%;margin:5px 0 0 0;}
body #bpr-seller.bpr-block .bpr-inside-all, #bpr-seller .bpr-inside-all {margin:0 -8px;width:calc(100% + 16px);position:relative;}
body #bpr-seller.bpr-block > .bpr-title {display:none;}
body #bpr-seller.bpr-block .bpr-comp, #bpr-seller .bpr-comp {border-radius:6px;border:none;box-shadow:0 1px 3px rgba(0,0,0,0.25);width:calc(16% - 20px)!important;min-width:initial;max-width:initial;margin:0 8px 16px 8px;}
body #bpr-seller.bpr-block .bpr-comp:hover {box-shadow:0 1px 3px rgba(0,0,0,0.25), 0 0 0 2px #464feb;}
body .bpr-comp .bpr-icon-wrap .bpr-icon > div {border:none;background-color:transparent;padding-top:100%;box-shadow:0 2px 8px rgba(0,0,0,0.3);}
body #bpr-seller.bpr-block .bpr-title {font-size:16px;line-height:1.2;margin-top:6px;margin-bottom:12px;color:#171717;}
body .bpr-comp .bpr-icon-wrap .bpr-icon {margin: -40% 0 0 -25%; width: 50%;}
body .bpr-comp .bpr-cover .bpr-wrap {border-radius:6px 6px 0 0;}
body #bpr-seller.bpr-block {margin:0;max-width:100%;}
body .bpr-comp .bpr-icon-wrap {z-index:2;}



/* LOCATION & PATTERN PICKER */
.picker.location {position:relative;}
.picker.location input[type="text"]:focus, #side-menu .input-box input:focus, #def-location .input-box input:focus, .home-search input[name="sPattern"]:focus {text-decoration:underline;border-color:#464feb;}
.picker.location .results, .picker.pattern .results, .picker.category .results {display:none;position:absolute;top:100%;background:#ffffff;width:100%;padding:5px 0;max-height:240px;overflow-y:auto!important;z-index:4;border: 1px solid #e3e3e3; border-radius: 5px; margin-top: 5px;}
.picker.location .results:empty, .picker.pattern .results:empty, .picker.category .results:empty {display:none;}
.picker.location.loading .results:after, .picker.pattern.loading .results:after, .picker.category.loading .results:after {position:absolute;top:0;left:0;bottom:0;right:0;border-radius:5px;background:rgba(255,255,255,0.6);content:"";cursor:wait;}
.picker.location.loading:after, .picker.pattern.loading:after, .picker.pattern.mobile.loading > .input-box:after, .picker.category.loading:after {position:absolute;z-index:3;content:"";width:26px;height:26px;display:block;right:7px;top:calc(50% - 13px);}
.def-loc-box .picker.location.loading:after {margin-right:1px;}
.picker.pattern.loading:after {width:28px;height:28px;right:8px;top:calc(50% - 14px);}
.picker.pattern.mobile.loading:after {display:none;}
.picker.pattern.mobile.loading > .input-box:after {right:6px;}
.picker.location .option, .picker.pattern .option, .picker.category .option, #side-menu .box .section a.option, #def-location a.option {display:inline-block;width:100%;margin:0;padding:10px 12px;font-size:15px;line-height:18px;transition:0.2s;cursor:pointer;color:#171717;}
.picker.location .option:hover, .picker.location .option:active, .picker.category .option:hover, .picker.category .option:active, .picker.pattern .option:hover, .picker.pattern .option:active {background:rgb(59 73 223 / 10%);color:#464feb;}
.picker.location .option > span {display:inline-block;font-weight:600;margin-right:3px;}
.picker.category .option > span {display:inline-block;font-weight:600;}
.picker.location .option > span:after {content:", ";}
.picker .option > em, #def-location a > em, #side-menu .box .section .popular a > em, #side-menu .box .section .recent a > em {display:inline-block;font-size:11px;color:#999;font-style:normal;font-weight:normal;}
.picker .option > u {font-weight:500;}
.picker.category .option > em {font-size:13px;color:#555;}
.picker.category .option > em:before {content:", ";}
.picker.pattern .option {padding:10px 16px 10px 40px;position:relative;}
.picker.pattern .results {max-height:360px;}
.picker.pattern .results .row {margin:6px 0 10px 0;}
.picker.pattern .results .row:last-child {margin-bottom:4px;}
.picker.pattern .results .row.minlength {padding:9px 16px;font-weight:600;color:#3e45c9;margin:-5px 0 10px 0;font-size:13px;border-radius:5px 5px 0 0;border-bottom:1px solid #e3e3e3;z-index:2;}

.picker.pattern .results a:before {position: absolute;content: "";display: inline-block;left:18px;right: auto;background-size: cover;background-repeat: no-repeat;top: 12px;width: 13.5px;height: 18px;}
.picker.pattern .patterns a:before, .picker.pattern .default .recent.locations a:before {background-image: url(/src/images/recent.svg);width: 16px;height: 16px;}
.picker.pattern .locations a:before {background-image: url(/src/images/location.svg);top: 9px;width: 14px;height:18.7px;}
.picker.pattern .searches a:before {background-image: url(/src/images/search.svg);top: 9px;width: 17px;height: 17px;}
.picker.pattern .categories a:before {background-image: url(/src/images/categories.svg);top: 10px;width: 17px;height: 17px;}
#side-menu .box .section .recent a:before, #def-location .recent a:before {position: absolute;content: "";display: inline-block;left:18px;right: auto;background-image: url(/src/images/recent.svg);background-size: cover;background-repeat: no-repeat;top: 9px;width: 16px;height: 16px;}
#side-menu .box .section .popular a:before, #def-location .popular a:before {position: absolute;content: "";display: inline-block;left:18px;right: auto;background-image: url(/src/images/location.svg);background-size: cover;background-repeat: no-repeat;top: 9px;width: 14px;height: 18.7px;}
#side-menu .box .section .recent a, #side-menu .box .section .popular a, #def-location .recent a, #def-location .popular a {font-weight:normal;padding:8px 16px 8px 40px;position:relative;}

.picker .clean {display:none;z-index:2;padding:5px;cursor:pointer;transition:0.2s;position:absolute;right:50px;left:auto;top:calc(50% - 15px);font-size:18px;line-height:20px;color:#999;width:30px;height:30px;border-radius:5px;}
.picker.mobile .clean {right:3px;}
.picker.pattern .results .row.defloc {padding:5px 16px;margin-top:8px;}
.picker.pattern .results .row.defloc > a {transition:0.2s;font-weight:bold;color:#464feb;padding:7px 40px 7px 8px;position:relative;background:rgb(59 73 223 / 8%);display:inline-block;border-radius:6px;}
.picker.pattern .results .row.defloc > a:hover {background:rgb(59 73 223 / 12%);}
.picker.pattern .results .row.defloc > a svg {fill:#464feb;vertical-align: -4px; margin-right: 4px;}
.picker.pattern .results .row.defloc > a .input-clean {color:#464feb;transition:0.2s;position:absolute;right:0;top:calc(50% - 12px);right:7px;font-size:18px;line-height:20px;cursor:pointer;padding:2px;width:24px;height:24px;text-align:center;cursor:pointer;}
.picker.pattern .results .row.defloc > a .input-clean:hover {color:#2d36d2;}
.picker.pattern.mobile {position:unset;}
.picker.pattern.mobile .results {display: block; left: 0; top: 48px; margin: 0; border-radius: 0; border: none; background: #fff;padding-top: 12px;border-bottom: 1px solid #e3e3e3;max-height:calc(100vh - 96px);height: calc(100vh - 96px);min-height: calc(100vh - 96px);}

/* MOBILE SIDE MENU */
#menu-cover {width:36px;height:36px;display:none;margin: -18px 85%;}
#menu-cover .close {width: 36px;height: 36px;position: absolute;color: #606060;background: #f7f8f9;box-shadow: 0 0 1px rgb(0 0 0 / 30%);padding: 6px;border-radius: 50px;}
#side-menu {display:none;font-size:16px;overflow:hidden;color:#171717;line-height:20px;position:fixed;left:0;top:0;bottom:0;z-index:99;background:#fff;box-shadow:1px 0 5px rgba(0,0,0,0.2);}
#side-menu.box-open {overflow-y:hidden;}
#side-menu > .wrap {position:absolute;top:0;left:0;height:100%;overflow-y:auto;max-width:100%;}
#side-menu, #side-menu .box, #side-menu > .wrap {width:100%;}
#side-menu .section, #def-location .section {padding:8px 0;}
#side-menu .section.delim-top {border-top:1px solid #c0c0c0;}
#side-menu .section.dark-mode {display:none;}
#side-menu .section a, #def-location a {width:100%;display:block;text-decoration: none;padding:10px 16px 10px 55px;line-height:24px;margin:3px 0;color:#171717;font-weight:600;position:relative;}
#side-menu .section a.public svg, #side-menu .section a.messenger svg, #side-menu .section a.blog svg, #side-menu .section a.faq svg, #side-menu .section a.open-box.location svg, #side-menu .section a.open-box.language svg, #side-menu .section a.open-box.pages svg, #side-menu .section a.logout svg {height: 23px;}
#side-menu .section a.publish svg {height: 26px;}
#side-menu .section a.search svg {height: 22px;}
#side-menu .section a svg, #def-location a.svg {position:absolute;width:25px;height:25px;fill:#171717;color:#171717;left:16px;top:calc(50% - 13px);z-index:3;background:#fff;}
!#side-menu .menu-hooks a:before {text-align:center;position:absolute;width:30px;height:20px;line-height:20px;color:#171717;left:16px;top:calc(50% - 10px);z-index:2;content:"\f192";font-weight:400;font-size:20px;font-family: "Font Awesome 5 Free";}
#side-menu .section a.register svg, #side-menu .section a.profile svg {margin-left:3px;}
#side-menu .section a.login svg {margin-left:-1px;}
#side-menu .section a .indicator {position: absolute; right: 16px; left: auto; top: calc(50% - 12px); fill: #171717; width: 10px; height: 16px;}
#side-menu .section a .counter {position: absolute; right: 16px; left: auto; top: calc(50% - 12px); font-weight:500;font-size:13px;border-radius:100px;color:#fff;background:#464feb;box-shadow:0 1px 2px rgba(0,0,0,0.1);line-height:24px;padding:0 3px;text-align:center; min-width: 24px; height: 24px;}
#side-menu .box {display:none;position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto!important;background:#fff;z-index:4;max-width:100%;}
#side-menu .box .nav {height:48px;padding:0 16px;display:flex;align-items: center;border-bottom:1px solid #e3e3e3;}
#side-menu .box .nav i {line-height:22px;}
#side-menu .box .nav > span {font-weight:bold;}
#side-menu .box .section a, #def-location .section a {padding:12px 16px;line-height:20px;margin:4px 0;}
#side-menu a.lang img {width: 32px; height: 22px; float: left; margin: -1px 12px -1px 0; border-radius: 4px; box-shadow: 0 1px 2px rgb(0 0 0 / 25%);}
#side-menu .section.lead, #def-location .section.lead {padding:22px 10px 22px 110px;}
#side-menu .section.lead a.img-container, #def-location a.img-container {transition:0.2s;position:absolute;left:16px;top:16px;width:82px;height:82px;padding:0;border-radius:100px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,0.15);}
#side-menu .section.lead a.img-container:hover, #def-location a.img-container:hover {box-shadow:0 1px 10px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.15);}
#side-menu .section.lead a.img-container img, #def-location a.img-container img {width:82px;height:82px;max-width:82px;max-height:82px;object-fit:cover;}
#side-menu .section.lead a.img-container svg, #def-location a.img-container svg {position:absolute;top:auto;bottom:0;right:0;left:0;width:100%;height:26px;background:rgba(0,0,0,0.7);fill:#fff;padding:4px 0 6px 0;}
#side-menu .section.lead .line1, #side-menu .section.lead .line2, #side-menu .section.lead .line3 {padding:0;margin:0;display:inline-block;width:100%;}
#def-location .section.lead .line1, #def-location .section.lead .line2, #def-location .section.lead .line3 {padding:0;margin:0;display:inline-block;width:100%;}
#side-menu .section.lead .line1, #def-location .line1 {font-size:14px;font-weight:normal;color:#555;}
#side-menu .section.lead .line1 img, #def-location .line1 img {float:right;height:28px;width:auto;margin:-5px 0 -20px 0;}
#side-menu .section.lead .line2, #def-location .line2 {font-size:16px;color:#171717;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:3px 0 0;}
#side-menu .section.lead .line3, #def-location .line3 {color:#171717;text-decoration:underline;font-size:14px;font-weight:500;}
#side-menu .box.location .row, #def-location .row {padding:10px 0;border-bottom:1px solid #e3e3e3;}
#side-menu .box.location .row.current {padding:10px 16px 20px 16px;}
#def-location .row.current {padding:20px 16px 20px 16px;}
#side-menu .box.location .row:last-child, #def-location .row:last-child {border-bottom:none;}
#side-menu .box.location .row.picker, #def-location .row.picker {padding:16px 16px 0 16px;border:none;}
#side-menu .box.location .lead, #def-location .lead, .results .lead {text-transform:uppercase;color:#555;font-weight:500;padding:5px 16px;font-size:13px;line-height:16px;}
#side-menu .navigator a.locate-me, #def-location .navigator a.locate-me, .navigator a.locate-me {display:block;width:100%;color:#464feb;padding-left:58px;position:relative;margin-bottom:10px;}
#side-menu .navigator a.locate-me svg, #def-location .navigator a.locate-me svg, .navigator a.locate-me svg {position:absolute;top:calc(50% - 13px);width:26px;height:26px;left:16px;fill:#464feb;}
#side-menu .section.lead .line3 {font-weight: 600;text-decoration: none;margin: 0 0 0 -15px;padding: 3px 0 0 18px;}
#side-menu.logged .section.lead .line3 {padding: 0 0 0 55px;line-height: 17px;}
#side-menu.logged .section.lead .line3 span {font-size: 12px;}
#side-menu.logged .section.lead .line3 svg {height: 32px;width: 32px;top: calc(50% - 18px);}
#user-loc .navigator {margin-bottom:15px;}
!#user-loc .navigator a.locate-me {padding-left:40px;}
!#user-loc .navigator a.locate-me svg {left:0;}
#user-loc .navigator a.locate-me {background:rgb(59 73 223 / 8%);border-radius:6px;padding-top:6px;padding-bottom:11px;display:inline-block;max-width:100%;}
#user-loc .navigator a.locate-me:hover {background:rgb(59 73 223 / 12%);}
#side-menu .navigator strong, #def-location .navigator strong, .navigator strong {display:block;}
#def-location .navigator strong, #user-loc .navigator strong {font-size:16px;margin-bottom:2px;}
#side-menu .navigator span, #def-location .navigator span, .navigator span {display:block;font-size:14px;line-height:20px;font-weight:normal;}
#side-menu .navigator span.refresh, #def-location .navigator span.refresh, .navigator span.refresh {color:#555;margin-top:4px;font-size:13px;text-decoration:none;font-style:italic;display:inline-block;}
#side-menu .input-box, #def-location .input-box {margin:0;}
#side-menu .box.location .input-box input, #def-location .input-box input {border: 1px solid #aaa;padding-left:42px;width:100%;}
#side-menu .input-box svg, #def-location .input-box svg {width:22px;height:22px;fill:#606060;position:absolute;left:8px;top:calc(50% - 11px);}
#side-menu .input-box .clean, #def-location .input-box .clean {width: 32px;height: 32px;right: 3px;left: auto;top: calc(50% - 15px);}
#def-location .input-box svg {left:10px;}
#side-menu .box .section .row.buttons, #def-location .row.buttons {padding:16px;}
#side-menu .box .section .buttons a.btn, #def-location .buttons a.btn {color:#464feb;padding:8px;font-size:14px;}
#side-menu .box .section .buttons a.btn:hover, #def-location .buttons a.btn:hover {color:#fff;}
#side-menu .menu-hooks {width:100%;}
#side-menu .menu-hooks li {display:block;list-style-type:none;}
#side-menu .menu-hooks a > i {font-size:20px;line-height:20px;text-align:center;}
#side-menu .menu-hooks li.opt_favorite_items, #side-menu .menu-hooks li.opt_instant_messenger, #side-menu .menu-hooks li.opt_osclass_pay, #side-menu .menu-hooks li.opt_bpr_profile {display:none;} 
#side-menu .menu-hooks li.opt_osp_payment {display:none;}
#side-menu .box.filter input[type="text"], #side-menu .box.filter select {width:100%;}
#side-menu .box.filter .row {margin:0 0 15px 0;}
#side-menu .box.filter .row.checkboxes {margin:2px 0 0 0;}
#side-menu .box.filter .section {padding:10px 16px 0 16px;}
#side-menu #search-category-box {display:none;}

/* MOBILE BOTTOM NAVIGATION BAR */
#navi-bar {z-index:5;position:fixed;bottom:0;left:0;width:100%;height:50px;display:flex;align-items: baseline;background:#fff;box-shadow:0 -1px 2px rgba(0,0,0,0.2);transition: bottom 0.3s;}
#navi-bar a {text-decoration: none;max-width:20%;text-align:center;flex:1;padding:4px 2px;line-height: 13px;color:#171717;position:relative;}

#navi-bar a > svg {fill:#171717;}
#navi-bar a > span {text-decoration: none;width:100%;font-size:12px;font-weight:600;display:block;word-break: break-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding:1px 2px;}
#navi-bar a.active {text-decoration: none;font-weight:bold;text-decoration: none;color:#464feb;}
#navi-bar a.active > svg {fill:#464feb;}
#navi-bar a.active > span {text-decoration: none;font-weight:700;}

#navi-bar a.active.post > svg {background:#464feb;fill:#ffffff;}
#navi-bar .counter {position: absolute; left:calc(50% - 25px); top: 2px; height: 14px; min-width: 14px; width:auto;border-radius: 100px; z-index: 2; background: #464feb; color: #fff; font-size: 10px; font-weight: 600;}
#navi-bar .favorite .counter {margin-left:3px;}
#navi-bar a i.mark {position: absolute; right: calc(50% - 15px); font-size: 11px; top: 2px; color: #464feb;text-shadow:-1px 1px 1px #fff;}
#navi-bar a.post.l3 {display: flex;justify-content: center;flex-direction: column;text-align: center;align-items: center;}
#navi-bar a.post > svg {position: absolute;display: block;width: 46px;height: 46px;margin-bottom: 46px;padding: 6px;background: #464feb;fill: #ffffff;border-radius: 50px;border: 2px solid #ffffff;box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);}
#navi-bar a.post.l3 span {position: absolute;margin-top: 25px;}

footer .col.apps.store img.GooglePlay, footer .col.apps.store img.AppGallery, footer .col.apps.store img.AppStore {width: 132px;height: 40px;}

/* PUBLISH & EDIT PAGE */
body.item-publish {}
.item-publish .content {padding:18px 0 36px 0;}
.item-publish h1 {margin:0 0 18px 0;font-size:20px;}
.item-publish h3 {margin:0 0 10px 0;font-size:16px;}
.item-publish .box {width:100%;max-width:780px;margin:0 0 10px 0;}
.item-publish section.promo, .item-publish #breadcrumbs, .item-publish footer section.one > .col, .item-publish .Apps.Store {display:none;}
.item-publish footer section.one {padding:0;margin:0;}
.item-publish label {margin:0 0 5px 0;width:100%;display:inline-block;}
.item-publish label.auto-width {width:auto;}
.item-publish .input-box-check {margin:0 0 10px 0;}
.item-publish footer {padding:20px 0 12px 0;height:60px;}
.item-publish footer section.two {margin:0;padding:0;border:none;font-size:14px;}
.item-publish input[type="text"], .item-publish input[type="password"], .item-publish input[type="email"], .item-publish select {width:100%;}
.item-publish textarea {width:100%;}
.item-publish .box section {z-index:1;}
.item-publish .box section.s1 {z-index:4;}
.item-publish .box section.location {z-index:3;}
.item-publish .box section:not(.buttons-block) {position:relative;background:#fff;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,0.1);margin:0 0 15px 0;border:1px solid #d0d0d0;}
.item-publish .box section > h2 {border-radius:4px 4px 0 0;display:inline-block;margin:0;width:100%;position:relative;z-index:2;padding:16px;font-size:16px;font-weight:700;background:#fafafa;}
.item-publish .box section .in {border-radius:0 0 4px 4px;display:inline-block;width:100%;border-top:1px solid #d0d0d0;padding:16px;position:relative;z-index:2;background:#fff;}
.item-publish .box section.location .in {z-index:3;}
.item-publish .box .dsc textarea {width:100%;}
.item-publish .row.country {width:34%;padding-right:16px;float:left;}
.item-publish .row.region {width:50%;padding-right:16px;float:left;}
.item-publish .row.country + .row.region, .item-publish .row.country + .row.region + .row.city {width:33%;float:left;}
.item-publish .row.address {width:calc(100% - 120px);padding-right:16px;float:left;}
.item-publish .row.zip {width:120px;float:left;}
.item-publish .row.cityarea, .item-publish .row.user-email {max-width:360px;}
.item-publish .row.phone {width:45%;}
.item-publish .row.phone input#contactPhone, .item-publish .row.phone input#sPhone {width:100%;}
.item-publish .row.user-email {float:left;width:55%;}
.item-publish .category select {max-width:360px;margin-bottom:8px;}
.item-publish .seller .input-box-check {margin:-10px 0 20px 0;}
.item-publish .link-update {display:inline-block;margin:8px 0 2px 0;font-weight:600;}
.item-publish .link-update.location {margin-top:0;}
.item-publish section.info .in {padding-bottom:0;}
.item-publish #plugin-hook {margin:0 0 16px 0;}
.item-publish #plugin-hook:empty {display:none;}

.item-publish .show-tip {transition:0.2s;float: right; padding: 7px; margin: -6px;cursor:pointer; border-radius: 5px; background: rgb(59 73 223 / 10%); color: #3e45c9;}
.item-publish .show-tip:hover {box-shadow:0 1px 3px rgba(0,0,0,0.2);}
.item-publish .close-tip {transition:0.1s;cursor:pointer;transition:0.2s;position: absolute; right: 6px; top: 9px; padding: 5px; background: rgba(0,0,0,0.15); width: 24px; height: 24px; font-size: 14px; text-align: center; border-radius: 50px; color: rgba(255,255,255,0.85);}
.item-publish .close-tip:hover {color:#fff;background:rgba(0,0,0,0.25);}
.item-publish .tip {z-index:1;display:none;position:absolute;left:100%;top:0;margin-left:16px;width:220px;background:#464feb;color:#fff;font-size:14px;line-height:1.4;text-align:left;padding:16px 16px 8px 16px;border-radius:5px;box-shadow:2px 2px 6px rgba(0,0,0,0.1);}
.item-publish .tip p {margin:0 0 8px 0;}
.item-publish .tip p:last-child {margin-bottom:2px;}
.item-publish .tip p strong {padding-right:24px;display:inline-block;}
.item-publish input#price {max-width:360px;padding-left:125px;}
.item-publish .enter.disable input#price {color:transparent;transition:0s;}
.item-publish select#currency {position: absolute; width: 110px; font-size: 14px; font-weight: 500; letter-spacing: -0.2px; border-radius: 4px 0 0 4px; left: 5px; top: 5px; height: 30px; padding: 0 10px; border: none; border-right: 1px solid #aaa;}
.item-publish .or {margin:0 0 20px 0;color:#888;}
.item-publish .or:before, .item-publish .or:after {display:inline-block;width:80px;border-top:1px solid #aaa;content:"";vertical-align: 3px;}
.item-publish .or span {margin:0 10px;display:inline-block;font-weight: 600;font-style:italic;}
.item-publish .selection a {display:inline-block;margin:0 12px 10px 0;padding:6px 10px;font-size:14px;height:34px;}
.item-publish .status-wrap {margin:25px 0 6px 0;display:inline-block;}
.item-publish .status-wrap .transaction {width:auto;max-width:50%;padding-right:12px;float:left;}
.item-publish .status-wrap .condition {width:auto;max-width:50%;float:left;}
!.item-publish select.mini {font-weight:500;font-size:13px;background:rgb(59 73 223 / 6%);color:rgba(0,0,0,0.8);}
.item-publish .row.name, #user-dashboard .headers {padding-left:82px;position:relative;}
.item-publish .img-container, .body-ua .img-container {transition:0.2s;position:absolute;left:0;top:1px;width:66px;height:66px;border-radius:100px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,0.15);}
.item-publish .img-container:hover, .body-ua .img-container:hover {box-shadow:0 1px 10px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.15);}
.item-publish .img-container img, .body-ua .img-container img {width:66px;height:66px;max-width:66px;max-height:66px;object-fit:cover;}
.item-publish .img-container svg, .body-ua .img-container svg {position:absolute;bottom:0;left:0;width:100%;height:24px;background:rgba(0,0,0,0.7);fill:#fff;padding:4px 0 5px 0;}

!#plugin-hook .row {margin:0 0 16px 0;display:inline-block;}
#plugin-hook h2, #plugin-hook h3, #plugin-hook h4 {font-weight: 500; font-size: 17px; line-height: 1.2;margin:0 0 4px 0;padding:0;}
#plugin-hook input[type="checkbox"] {width:18px;height:18px;margin:0 5px 0 0;float:left;border-radius:4px;}
#plugin-hook input[type="checkbox"] + label {width:auto;line-height:18px;font-weight:normal;text-align:left;margin:0;}
#plugin-hook #power {width:calc(100% - 120px);margin-right:12px;max-width:200px;float:left;}
#plugin-hook #power_unit {width:100px;margin-right:12px;float:left;}
#plugin-hook .car-attr-post input, #plugin-hook .car-attr-post select {max-width:360px;}
#plugin-hook .meta, #plugin-hook .row, #plugin-hook p, #plugin-hook .control-group {display:inline-block;width:100%;margin:0 0 12px 0;}
#plugin-hook .row._20 + .row._20 {margin-top:-12px;}
#plugin-hook input[type="checkbox"], #plugin-hook input[type="radio"] {float:left;width:16px!important;height:16px!important;margin:0 4px 6px 0;clear:both;}
#plugin-hook input[type="checkbox"] + label, #plugin-hook input[type="radio"] + label {float:left!important;clear:none;width:auto;max-width:calc(100% - 24px);font-weight:600;line-height:16px;}
#plugin-hook input[type="text"], #plugin-hook input[type="password"], #plugin-hook input[type="email"],#plugin-hook input[type="url"], #plugin-hook input[type="number"], #plugin-hook input[type="tel"], #plugin-hook select {width:auto;height:40px;padding:4px 8px;min-width:100px;}
#plugin-hook select {padding:0 6px;}
#plugin-hook .osp-promote-form select {min-width:32px;}
#plugin-hook textarea {padding:6px;width:auto;min-width:80%;max-width:100%;}
#plugin-hook .tabberlive .tabbertab {padding-bottom:4px;}
#plugin-hook .row._20 > label:first-child {display:inline-block;width:auto;margin:0;line-height:16px;}
#plugin-hook .jobs-attributes > .row:first-child {margin-bottom:0;}
#plugin-hook .controls ul, #plugin-hook .controls li {display:inline-block;width:100%;}
#plugin-hook .atr-select-deselect, #plugin-hook .atr-select-all {margin-bottom:4px;font-size:13px;}
#plugin-hook input[type="checkbox"] + label, #plugin-hook input[type="radio"] + label {width:auto;}
#plugin-hook table.product-attributes {border-spacing:0;}
#plugin-hook .product-attributes td {display:block;width:100%;}

/* IMAGE UPLOADER */
.upload-photos .sub-label {display:inline-block;width:100%;font-weight: 600;margin:0 0 16px 0;color:#555;}
.upload-photos .qq-uploader {width:100%;padding:90px 0 0 0;}
.upload-photos .qq-upload-drop-area, .upload-photos .qq-upload-extra-drop-area {border-radius:5px;transition:0.1s;z-index:4;background:rgb(59 73 223 / 10%);}
.upload-photos .qq-upload-drop-area.qq-upload-drop-area-active {z-index:4;box-shadow:0 2px 12px 2px rgba(0,0,0,0.35);background:rgb(9 174 64 / 10%);}
.upload-photos .qq-upload-button {transition:0.1s;cursor:pointer;opacity:1;font-size:16px;font-weight:bold;outline:none;border:none;z-index:3;color:#111;border:3px solid #171717;background:transparent;text-align:center;position:absolute!important;left:0px;top:0px;max-width:100%;width:100%;padding:15px;border-radius:4px;}
.upload-photos .qq-upload-button:before {display:inline-block;content:"\f302";font-size:30px;font-weight: 400;font-family:"Font Awesome 6 Pro";vertical-align: -4px; margin-right: 8px;}
.upload-photos .qq-upload-button > div {display:inline-block;}
.upload-photos .qq-upload-button:hover {box-shadow:0 0 0 1px #464feb;border-color:#464feb;color:#464feb;}
.upload-photos .qq-upload-button input[type="file"] {font-size:14px!important; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; min-width: 0; max-width: 100%; min-height: 0; max-height: 100%; }
.upload-photos .qq-upload-button input[type="file"]::-webkit-file-upload-button {cursor:pointer;}
.upload-photos .qq-upload-drop-area span {display:none;}
.upload-photos .qq-upload-list {display:inline-block;width:100%;clear:both;position:relative;z-index:3;padding-top:30px;}
.upload-photos .qq-upload-list:empty {display:none;}
.upload-photos .qq-upload-list li {border:1px solid #c0c0c0;box-shadow:0 2px 5px rgba(0,0,0,0.1);font-size:14px;position:relative;float: left; width: calc(25% - 10px);min-height: 160px;margin:5px; border-radius: 6px; background: #fff;line-height: 0;}
.upload-photos .primary_image a {display: none;}
.upload-photos .qq-upload-list li:nth-child(even) {margin-right:5px;}
.upload-photos .qq-upload-list li.qq-upload-success {background: #fff;}
.upload-photos .qq-upload-file {color:#111;display:none;width:100%;font-size:14px;line-height:16px;font-weight:500;padding:0;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upload-photos .qq-upload-delete {transition:0.1s;position:absolute;right:5px;top:5px;margin:0;color:transparent;width:25px;height:25px;overflow:hidden;}
.upload-photos .qq-upload-rotate {transition:0.1s;position:absolute;top:5px;left:5px;width:25px;height:25px;font-size:14px;line-height:25px;padding:0;text-align:center;border-radius:4px;color: #171717;background: #f4f6f7;border: 1px solid rgba(0, 0, 0, .1);}
.upload-photos .qq-upload-rotate:hover {background: #f2f4f8;color: #464feb;}
.upload-photos .qq-upload-rotate i {text-align:center;width: 25px;height: 25px;line-height: 25px;display:inline-block;color: #171717;}
.upload-photos .qq-upload-rotate i:hover {transform:rotate(30deg);color: #464feb;}
.upload-photos .qq-upload-rotate-img {display:none!important;}
.upload-photos li:hover .qq-upload-delete, .upload-photos li:hover .qq-upload-rotate {opacity:1;}
.upload-photos .qq-upload-delete:before {cursor:pointer;display:block;border-radius:4px;font-family:"Font Awesome 6 Pro";font-weight:400;content:"\f2ed";width:25px;height:25px;line-height:25px;text-align:center;font-size:14px;color: #171717;background: #f4f6f7;border: 1px solid rgba(0, 0, 0, .1);}
.upload-photos .qq-upload-delete:hover:before {background: #f2f4f8;color: #464feb;}
.upload-photos .ajax_preview_img {display:inline-block;width:100%;float:left;margin-top:4px;margin-bottom: 32px;clear:both;overflow:hidden;padding-top:80%;position:relative;border-radius:6px;}
.upload-photos .ajax_preview_img img {position:absolute;left:0;top:0;width:100%;height:100%;max-width:inherit;max-height:inherit;object-fit: cover;}
.upload-photos .qq-upload-size {display:inline-block!important;width:100%;text-align: right;padding:0;margin:0 0 6px 0;font-size:12px;color:#999;line-height:13px;}
.upload-photos .qq-upload-spinner {position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;width:32px;height:32px;display:block;background:transparent url('../images/loader.gif') no-repeat center center;background-size:32px;}
.upload-photos .qq-upload-cancel, .upload-photos .qq-upload-retry {margin:3px 0;padding:0;text-align:center;}
.upload-photos .qq-progress-bar {margin:5px 6px;width:calc(100% - 12px);}
.upload-photos .qq-upload-status-text {margin:0;padding:0;font-size:13px;font-weight:bold;display:inline-block;width:100%;}
.upload-photos .qq-upload-status-text:empty {display:none;}
.upload-photos div[id*='p-'] {display:none!important;}
.upload-photos .primary_image {transition:0.1s;position:absolute;left:44px;top:5px;margin:0;color:transparent;width:25px;height:25px;overflow:hidden;}
.upload-photos li:first-child .primary_image {display:none;}
.upload-photos .primary_image:before {cursor:pointer;display:block;border-radius:4px;font-family:"Font Awesome 6 Pro";content:"\f00c";width:25px;height:25px;line-height:25px;text-align:center;font-size:14px;color: #171717;background: #f4f6f7;border: 1px solid rgba(0, 0, 0, .1);font-weight:600;}
.upload-photos .primary_image:hover:before {background: #f2f4f8;color: #464feb;}
.upload-photos h3 {display: inline-block; margin: 20px 0 10px 0; font-size: 16px; line-height: 18px;}
.upload-photos > .qq-upload-list {padding:0; border: none;background:#fff;}
.upload-photos > .qq-upload-list li { background: #eaeaea; font-size: 0; border: 1px solid rgba(0,0,0,0.1); box-shadow: 1px 1px 5px rgba(0,0,0,0.05); }
.upload-photos .qq-upload-delete, .upload-photos .primary_image, .upload-photos .qq-upload-rotate {;bottom: 6px;top: auto;z-index: 3;}
.upload-photos .qq-upload-list li.qq-upload-success .image-title {position: absolute;color: #171717;font-size: 14px;font-weight: 600;right: 0;left: 10px;top: 15px;}

/* TABBER */
.tabberlive .tabbertab.tabbertabhide {display:none;}
.tabberlive {margin: 5px 0 5px 0;width:100%;}
ul.tabbernav {margin:0;padding:0;font-size:14px;border-bottom:3px solid #ccc;}
ul.tabbernav li {list-style: none;margin: 0;display: inline;}
ul.tabbernav li a {padding: 8px 4px 5px 4px;color:#000;margin-bottom:-3px;margin-right:5px;border-bottom:3px solid transparent;text-decoration: none;display:inline-block;}
ul.tabbernav li a:hover {border-bottom:3px solid #666;}
ul.tabbernav li.tabberactive a {font-weight:bold;color:#464feb;border-bottom: 3px solid #464feb;}
ul.tabbernav li.tabberactive a:hover {}
.tabberlive .tabbertab {padding: 10px 0px;border:none;display:inline-block;width:100%}
.tabberlive .tabbertab h2 {display:none;}
.tabberlive .tabbertab h3 {display:none;}
.tabberlive .tabbertab ul {width:100%;display:inline-block;padding:0;}
.tabberlive .tabbertab ul li {width:100%;display:inline-block;margin:0 0 5px 0;}
.tabberlive .tabbertab ul li input[type="text"] {margin-right:5px;}
.tabberlive > button {margin-top:10px;}

/* STATIC PAGE */
body#page {background:#fff;}
#page .page-text.container {flex-direction: column;}
#page #breadcrumbs.container, #page .page-text.container { }
#page .page-text h1 {margin:0 0 20px 0;}
#page .page-text h2, #page .page-text h3, #page .page-text h4, #page .page-text h5, #page .page-text h6 {margin:0 0 12px 0;}
#page .page-text section.text {margin:0 0 20px 0;min-height:200px;font-size:15px;line-height:26px;}
#page .page-text section.bottom {font-weight:bold;margin:0 0 30px 0;padding:20px 0 0 0;border-top:1px solid #e3e3e3;}

.promotion-popup-overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);display: flex;justify-content: center;align-items: center;z-index: 1000; }
.promotion-popup-content {background: linear-gradient(0deg, rgb(233 234 253) 40%, rgba(255, 255, 255, 1) 10%);border-radius: 20px;text-align: center;width: 95%;height: 95%;max-width: 350px;max-height: 515px;margin: 0 auto;position: relative;overflow: auto;box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);}
.promotion-popup-content h1 {font-size: 22px;margin: 20px 0 20px 0;text-align: center;}
.promotion-popup-content strong {display: block;font-size: 13px;line-height: 24px;margin: 10px;}
.promotion-popup-content h3 {font-size: 20px;margin: 0 0 10px 0;text-align: center;}
.promotion-popup-content p {color: #fff;font-size: 18px;font-weight: 600;height: 45px;line-height: 40px;margin: 0 0 10px 0;text-align: center;background: #464feb;}
.promotion-popup-content h4 {color: #464feb;font-size: 25px;margin: 0 0 10px 0;text-align: center;}
.promotion-popup-content a.btn {font-size: 18px;margin: 20px 0 20px 0;}
.promotion-popup-content #close-promotion-popup {position: absolute;width: 30px;height: 30px;top: 10px;right: 10px;left:auto;background: #f7f8f9;border-radius: 50px;box-shadow: 0 0 1px rgb(0 0 0 / 30%);}
.promotion-popup-content #close-promotion-popup .close {padding: 5px;}

/* LOGIN, REGISTER, RECOVER, FORGOT, CONTACT */
body.pre-account {background:#fff;font-size:16px;}
.pre-account .content {padding:35px 0;}
.pre-account .content #send-otp {margin: 0 0 15px 0;}
.pre-account .content #register button:disabled {cursor: pointer;}
.pre-account .content #email_info, .pre-account .content #otp_info {margin-top: 2px;font-size: 14px;color: #999;}
.pre-account:not(.has-footer) .content {min-height: calc(100vh - 120px);}
.pre-account h1 {margin:0 0 20px 0;}
.pre-account input[type="text"], .pre-account input[type="password"], .pre-account input[type="email"], .pre-account select {height:48px;width:100%;font-size:14px;font-weight:normal;padding:13px 12px;}
.pre-account select {padding:0px 12px;}
.pre-account input[type="file"] {width:100%;font-size:15px;}
.pre-account textarea {min-height:48px;width:100%;font-size:17px;font-weight:normal;padding:13px 12px;}
.pre-account a.alt-action {font-weight:600;margin:0 0 20px 0;display:block;text-decoration: none;}
.pre-account a.alt-action2 {margin:25px 0 0 0;display:block;font-size:14px;font-weight:600;text-decoration: none;}
.pre-account .container {position: relative;top: 0;left: 0;width: 100%;height: 100%;}
.pre-account .box {position: relative;display: block;width:100%;max-width:550px;max-height: 100%;overflow-y: auto;padding: 24px;margin:0 0 10px 0;border-radius: 6px;border: 1px solid #e3e3e3;}
.pre-account .container .close-btn {cursor: pointer;position: absolute;width: 30px;height: 30px;top: 0;left:auto;right:0;background: #f7f8f9;border-radius:50px;box-shadow: 0 0 1px rgb(0 0 0 / 30%);}
.pre-account .container .close-btn .close {padding: 5px;}
.pre-account .container .popup-logo {display: block;margin-left: auto;margin-right: auto;margin-top: 40px;margin-bottom: 40px;width: 150px;height: 40px;}
.pre-account .social {margin:4px 0 10px 0;display:inline-block;width:100%;}
.pre-account .social a {transition:0.2s;text-decoration:none;font-weight:600;background:transparent;color:#171717;border:2px solid #333;padding:10px;font-size:16px;border-radius:6px;margin:0 0 12px 0;display: flex; justify-content: center; align-items: center; flex-direction: row;}
.pre-account .social a i {margin-right:10px;font-size:22px;}
.pre-account .social a:hover {text-decoration: none;color: #464feb;border: 2px solid #464feb;background-color: rgba(70, 79, 235, 0.12);}
.pre-account > .content > section.container {position:relative;min-height: 430px; align-items: flex-start;}
.pre-account > .content > section.container > .box {position:relative;z-index:2;}
.pre-account > .content > section.container:after {content:"";position:absolute;right:15%;top:10%;width:430px;height:380px;z-index:1;opacity:0.6;background-size:100% auto;background-position:top right;background-repeat:no-repeat;}
.pre-account section.promo, .pre-account #breadcrumbs, .pre-account:not(.has-footer) footer section.one > .col, .pre-account:not(.has-footer) footer section.one {display:none;}
.pre-account:not(.has-footer) footer section.one {padding:0;margin:0;}
.pre-account label {margin:0 0 10px 0;width:100%;display:inline-block;}
.pre-account .content .btn, .pre-account .container .box .btn {font-size:16px;height:48px;padding:13px 15px;width:100%;}
.pre-account .input-box-check {margin:0 0 20px 0;}
.pre-account:not(.has-footer) footer {padding:20px 0 12px 0;height:60px;}
.pre-account:not(.has-footer) footer section.two {margin:0;padding:0;border:none;font-size:14px;}
.pre-account > .content label.error {margin-top: 4px;font-size: 14px;font-weight: normal;color: #999;}

.box-info-sign-in-register {display: grid;margin: 10px auto;padding: 24px;border: 1px solid #e3e3e3;border-radius: 6px;background-color: #fff;}
.box-info-sign-in-register h1 {font-size: 20px;text-align: center;}
.box-info-sign-in-register p {text-align: center;font-weight: 600;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 2px solid #464feb;}
.box-info-sign-in-register h2 {text-align: center;padding: 10px;}
.box-info-sign-in-registerul {list-style-type: none;padding: 0;}
.box-info-sign-in-register li {font-weight: 600;margin: 10px 0;padding: 10px;border-radius: 6px;display: flex;align-items: center;}
.box-info-sign-in-register li svg {fill: #464feb;width: 24px;height: 24px;margin-right: 10px;margin-left: 0;}

/* BREADCRUMBS */
ul.breadcrumb {display:inline-block;width:100%;margin:20px 0;line-height:16px;font-size:14px;color:#474747;}
ul.breadcrumb li {display:inline-block;}
ul.breadcrumb li > span {position:relative;}
ul.breadcrumb a {color:#171717;font-weight:600;}
ul.breadcrumb li b {font-weight:600;}
body#item #breadcrumbs, body#public #breadcrumbs {display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
ul.breadcrumb span.home svg {height: 16px; float: left; margin: 0 5px 0 0;}

/* NAVLINKS */
.navlinks {white-space:nowrap;}
.navlinks a {white-space:nowrap;border:1px solid #aaa;background:transparent;transition:0.2s;font-size:13px;line-height:16px;font-weight:600;border-radius:6px;margin:0 0 0 1px;padding:10px 10px;color:#171717;}
.navlinks a:hover {text-decoration:none;background-color: rgba(70, 79, 235, 0.12);border-color:#464feb;}
.navlinks a i {font-size:12px;}

.input-termsCheckbox {margin: 20px 0 0 0;}
.input-termsCheckbox a:hover {text-decoration: none;}
  
/* HEADER */
#app-download-banner {position: fixed;display: flex;top: 0;width: 100%;height: 65px;background-color: #e9eafd;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);padding: 10px 25px;z-index: 9999;justify-content: space-between;align-items: center;opacity: 0;transition: opacity 1s ease-out, transform 0.5s ease-out;transform: translateY(-65px);}
#app-download-banner.visible {opacity: 1;transform: translateY(0);}
.app-logo {position: absolute;}
.banner-content {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.banner-text {display: flex;flex-direction: column;text-align: left;margin-left: 60px;margin-right: 0;}
.app-title {font-size: 16px !important;line-height: 25px !important;margin: 0 !important;}
.close-btn-app {position: absolute;cursor: pointer;width: 22px;height: 22px;left: 4px;right: 0;top: 4px;}
header {position:fixed;top:0;left:0;width:100%;height:70px;z-index:5;box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 1px 0 0 rgba(0,0,0,0.1);backdrop-filter: blur(6px); background: rgb(255 255 255);}
header .container {height:100%;}
header .logo {display:inline-flex;font-weight:bold;font-size:18px;color:#171717;line-height:18px;}
header .logo img {height:30px;object-fit: contain;}
header .logo {width: 105px;height: 28px;}
header .logo svg {width: 105px;height: 28px;}
header .links {display:flex;margin-left:auto;flex-direction: row-reverse; flex-wrap: wrap;max-width: calc(100% - 200px);justify-content: end;overflow:hidden;height:40px;}
header .links .publish {font-size: 14px;margin-left:12px;}
header .links .publish.mini {display:none;}
header .links .btn-white, header .menu.btn-white {font-size:14px;color:#171717;padding:10px;}
header .links .btn {white-space: nowrap;position:relative;}
header .links .btn.account img {width: 30px; height: 30px; margin:-5px 5px -6px -6px; float:left;object-fit:cover;border-radius:100px;box-shadow:0 1px 1px rgba(0,0,0,0.2);}
header .links .btn.location {max-width: 120px; overflow: hidden; text-overflow: ellipsis;}
header .links .btn.location.active:after {content: ""; width: 9px; height: 9px; border-radius: 10px; background: #464feb; position: absolute; top: 7px; left: 8px;}
header .links .btn .counter {position: absolute; left: 2px; top: 4px;height: 16px; min-width: 16px; line-height: 16px; padding: 0 3px; border-radius: 100px; z-index: 2; background: #464feb; color: #fff; font-size: 10px; font-weight: 600;}
header .links .btn svg, header .menu.btn svg, .item-post-banner.btn svg {width:auto;height:20px;fill:#fff;margin-right:2px;vertical-align:bottom;}
.item-post-banner.btn svg {margin-right:6px;}
header .links .favorite.btn.btn-white svg {height: 21px;}
header .links .btn-white svg, header .menu.btn-white svg {fill:#171717;}
header .links .btn-white.messages svg {vertical-align:-4px;height:18px;}
header .links .btn-white:hover {color:#464feb;}
header .links .btn-white:hover svg, header .menu.btn-white:hover svg {fill:#464feb;}
header .links .btn.noicon {padding:9px 8px;}
header .links .divider {height:40px;margin:0 5px;}
header .links .maccount {padding:0;margin:2px 0 2px 8px;height:36px;border-radius:100px;}
header .links .maccount img {width:31px;height:31px;object-fit:cover;border-radius:100px;box-shadow:0 1px 2px rgba(0,0,0,0.15);}
header .links .search {width:36px;height:36px;padding:7px 5px;border-radius:100px;}
header .container.alt {display:flex;background:#fff;position:relative;z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;}
header .container.alt a.back, header .container.alt a.action {margin-right:8px;}
header .container.alt > .img {width:42px;height:36px;object-fit:cover;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.2);margin-right:4px;}
header .container.alt > .data {font-size:13px;line-height:18px;padding:0 4px;max-width: calc(100% - 48px);width:100%;}
!header .container.alt > .img + data {max-width:calc(100% - 54px);}
header .container.alt .data > strong {font-size:16px;display:flex;}
header .container.alt .data > strong .title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
header .container.alt .data > strong .price {margin-left:auto;padding-left:10px;white-space: nowrap;max-width:35%;}
header .container.alt .data > div {scrollbar-width: none;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display: flex; flex-direction: row; flex-wrap: nowrap; overflow-x: auto;}
header .container.alt .data > div::-webkit-scrollbar {display:none;}
header .container.alt .data > div span:after {content: "\2022"; margin: 0 6px 0 6px;}
header .container.alt .data > div span:last-child:after {display:none;}
header .container.alt.csearch {overflow:visible!important;}
header .header-search-input-box {width: 100%;display:flex;position: relative;white-space: nowrap;}
header .header-search input[name="sPattern"] {min-width: 380px;height: 40px;font-size: 14px;border-radius: 7px 0px 0px 7px;}
header .header-search button.btn {font-size: 14px;border-radius: 0px 7px 7px 0px;}

.header-search .picker .clean {right: 92px !important;left: auto !important;}

header .csearch form { display: flex; margin-left: auto; flex-direction: row; width: calc(100% - 44px); height: 40px; }
header .csearch .pattern {width:calc(100% - 44px);}
header .csearch input.pattern {font-size:14px;padding:6px 8px;line-height:20px;height:40px;width:100%;border:1px solid#aaa;}
header .csearch input.pattern:focus {border-color:#464feb;}
header .csearch button {width:42px;min-width:42px;height:40px;margin-left:5px;}
header .csearch button svg {fill: #ffffff;}
header a.back, header a.action {height:40px;width:40px;padding:9px 4px;text-align:center;}
header a.back svg, header a.action svg, header a.back i, header a.action i {display:inline-block;margin:0;}
!header .container.alt {background:#fff;position:absolute;left:0;width:100%;top:0;height:100%;z-index:2;overflow:hidden;}
!header .container.alt.cresults {display:block!important;}
header .header.categories.menu {background-color: #ffffff;backdrop-filter: blur(6px);box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 1px 0 0 rgba(0,0,0,0.1);border-top: 1px solid #e3e3e3;}
header .categories.menu {height: 34px;line-height: 32px;list-style: none;text-align: center;display: block;padding: 0px;margin: 0 auto;}
header .categories.menu a {color: #171717;text-align: center;font-size: 14px;font-weight: 600;text-decoration: none;padding: 0 21px;}
header .categories.menu a:hover {color: #464feb;border-bottom:2px solid #464feb;padding-bottom: 6px;}
header .menu.btn:hover, header a.back:hover, header a.action:hover, #side-menu .back:hover {color:#606060;background: #f7f8f9;}
/* FOOTER */
footer {display:block;width:100%;background:#f4f6f7;font-size:14px;line-height:18px;padding:30px 0 0 0;}
footer h3 {margin:0 0 16px 0;font-weight:700;font-size:18px;}
footer .col.contact p, .col.contact footer svg {margin:0 0 10px 0;}
footer .container {flex-direction: column;}
footer .company strong {font-weight:600;}
footer section {display:flex;flex-direction: row; flex-wrap: wrap;}
footer section.two {margin:10px 0;padding:10px 0 0 0;border-top: 1px solid #e3e3e3;font-size:14px;}
footer section.two a {display:inline-flex;margin-right:15px;font-weight:600;}
footer section.two span {display:flex;margin-left:auto;}
footer .col {flex: 1 1 20%;order: 1;padding-right:20px;}
footer a {color:#171717;display:block;margin:0 0 10px 0;font-weight: 600;}
footer a:hover {text-decoration:none;}
footer a.lang img {height:18px;width:24px;border-radius:4px;object-fit: fill;vertical-align: -4px;margin-right:2px;}
footer .social a i {background:#464feb;color:#ffffff;font-size:13px;line-height:20px;text-align:center;width:20px;height:20px;border-radius:100px;vertical-align: 0px;}

footer .col.socialx i {width: 30px;height: 30px;line-height: 30px;font-size: 20px;text-align: center;color: #ffffff;border-radius: 4px;}
footer .col.socialx a {display: inline-block;margin: 0 1px 0 1px;}
footer .col.socialx i.fab.fa-facebook-f {background: #4267B2;}
footer .col.socialx i.fab.fa-brands.fa-x-twitter {background: #171717;}
footer .col.socialx i.fab.fa-instagram {background: radial-gradient(circle farthest-corner at 35% 90%,#ffcf7c,rgba(0,0,0,0) 50%),radial-gradient(circle farthest-corner at 0 140%,#ffd081,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#7278e7,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#7075e1,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 0,#a962df,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#a057d7,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,rgba(0,0,0,0)),linear-gradient(#6559ca,#d54da9 30%,#ef5b78 50%,#ff935f 70%,#ffce80 100%);}
footer .col.socialx i.fab.fa-youtube {background: #FF0000;}
footer .col.socialx i.fab.fa-linkedin-in {background: #0077b5;}
footer .quick-links { }
footer .quick-links a, .latest-search a {transition:0.1s;float: left; font-size: 12px; line-height: 1; font-weight: 600; padding: 5px; background: rgb(59 73 223 / 10%); margin: 0 4px 4px 0; border-radius: 4px; color: #3e45c9;}
footer .quick-links a:hover {background: rgb(59 73 223 / 14%);}
.latest-search a:hover {background:rgb(59 73 223 / 15%);}
footer .footer-hook, footer .footer-widgets {display:block;width:100%:}


section.promo {position:relative;box-shadow:0 2px 8px rgba(0,0,0,0.1),-20px -20px 60px rgb(0 0 0 / 10%) inset;text-align:center;color:#fff;background:linear-gradient(135deg,#3e45c9,#464feb);padding:16px 0;font-size:16px;}
section.promo .container {justify-content: center;}
section.promo .btn {margin-left:20px;}
!body#custom .container.primary {padding-top:20px;padding-bottom:32px;}
body#custom .content.sec-bpr-seller .container.primary {padding-top:0;padding-bottom:0;}
body#custom #bpr-seller .bpr-inside {margin-top:0;}

/* 404 ERROR PAGE */
body#p404 {background:#fff;}
!#p404 header {background: #f7f8fb; background: linear-gradient(to bottom,#f7f8fb 85%,#f0f2f7 100%);}
#p404 header .relative2 {border-bottom:none;}
#p404 footer {margin-top:0;}
#p404 footer .pub-box {display:none;}
#p404 .errbox {width:500px;margin:0 auto 30px auto;}
.error404, .maintenance {margin-left:auto;margin-right:auto;text-align:center;padding:50px 0;}
.maintenance h1 {font-size: 20px; line-height:50px;margin:20px 0 30px 0;font-weight: bold;}
.error404 h1 {font-size:20px;color:#363433;line-height:36px;margin:0 0 20px 0;font-weight:bold;}
.maintenance h2 {font-size:18px;color:#444;line-height:24px;margin:0 0 20px 0;font-weight:600;margin-bottom:45px;}
.maintenance .logo {margin-bottom:24px;}
.maintenance .logo img {max-height:64px;}
.error404 h2, .maintenance h3 {font-size:16px;line-height:18px;color:#555;margin:0 0 30px 0;}
.maintenance h3 {font-weight:600;}
.error404 a.btn {display: inline-block; float: none; margin: 0 0 20px 0; padding: 10px 18px; border-radius: 4px; font-size: 14px; font-weight: 500;}
#p404 section.promo {display:none;}
#maintenance.flashmessage {margin: 0; border-radius: 0; border: none; text-align: center; box-shadow: 0 1px 2px 0px rgb(0 0 0 / 25%); background: #ffea9f; padding: 10px; font-family: monospace; font-weight: 600; font-size: 15px;line-height:16px; color: #000;}
body#maintenanc {padding: 20px 12px; display: flex; align-items: center;}

@keyframes eye {0% {height:0.8rem;} 50% {height:0.8rem;} 52% {height:0.1rem;} 54% {height:0.8rem;} 100% {height:0.8rem;}}

.error.errbox {display:flex;flex-direction:row;justify-content:space-between;align-content:center;}
.errbox .number {font-weight:900;font-size:15rem;line-height:1;}
.errbox .illustration {position:relative;width:12.2rem;margin:0 2.1rem;}
.errbox .circle {position:absolute;bottom:0;left:0;width:12.2rem;height:11.4rem;border-radius:50%;background-color:#464feb;}
.errbox .clip {position:absolute;bottom:0.3rem;left:50%;transform:translateX(-50%);overflow:hidden;width:12.5rem;height:13rem;border-radius:0 0 50% 50%;}
.errbox .paper {position:absolute;bottom:-0.3rem;left:50%;transform:translateX(-50%);width:9.2rem;height:12.4rem;border:0.3rem solid #464feb;background-color:#fff;border-radius:0.8rem;}
.errbox .paper:before {content:"";position:absolute;top:-0.5rem;right:-0.65rem;width:1.4rem;height:1rem;background-color:#fff;border-bottom:0.3rem solid #464feb;transform:rotate(45deg);}
.errbox .face {position:relative;margin-top:2.3rem;}
.errbox .eyes {position:absolute;top:0;left:2rem;width:4.6rem;height:0.8rem;}
.errbox .eye {position:absolute;bottom:0;width:0.8rem;height:0.8rem;border-radius:50%;background-color:#464feb;animation-name:eye;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;left:0;}
.errbox .eye-right {right:0;left:auto;}
.errbox .rosyCheeks {position:absolute;top:1.6rem;width:1rem;height:0.2rem;border-radius:50%;background-color:#df3b3b;left:1.4rem;}
.errbox .rosyCheeks-right {right:1.4rem;left:auto;}
.errbox .mouth {position:absolute;top:3.1rem;left:50%;width:1.6rem;height:0.2rem;border-radius:0.1rem;transform:translateX(-50%);background-color:#464feb;}
.errbox .text {margin-top:5rem;font-weight:300;color:#464feb;}
.errbox .button {margin-top:4rem;padding:1.2rem 3rem;color:#fff;background-color:#04cba0;}
.errbox .button:hover {background-color:#04cba0-dark;}
.errbox .by {position:absolute;bottom:0.5rem;left:0.5rem;text-transform:uppercase;color:#464feb;}
.errbox .byLink {color:#04cba0;}

/* MODAL */
.modal-cover {display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:98;background:rgba(0,0,0,0.5);backdrop-filter: blur(4px);}
#epsModal {display:none;background:#fff;position:fixed;width:640px;height:480px;top:50%;left:50%;transform:translate(-50%, -50%);max-width: calc(100% - 20px); max-height: calc(100% - 20px);z-index:995;box-shadow: 0 5px 30px rgb(0 0 0 / 70%);}
#epsModal.modal-fullscreen {width:auto;height:auto;top:0;left:0;right:0;bottom:0;margin:0;border-radius:0;box-shadow:none;transform:none;max-width:100%;max-height:100%;}
#epsModal .modal-close {display:none;cursor:pointer;border-radius:50px;transition:0.1s;position:absolute;z-index:99;color:#606060;background:#f7f8f9;text-align:center;box-shadow: 0 0 1px rgb(0 0 0 / 30%);top: 9px; right: 9px; width: 36px; height: 36px; font-size: 20px;}
#epsModal .modal-close i {line-height:34px;display:inline-block;}
#epsModal .modal-close-alt {position:absolute;top:-7px;right:-50px;width:40px;height:40px;border-radius:6px;cursor:pointer;transition:0.2s;display:flex;}
#epsModal .modal-close-alt:hover {transform:scale(1.2);}
#epsModal .modal-close-alt svg {margin:auto;color:#fff;width:34px;height:34px;}
#epsModal .modal-close:hover {-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
#epsModal .modal-content {position:absolute;right:0;bottom:0;top:0;left:0;}
#epsModal .modal-content .modal-iframe {background: #fff url(../images/input-loader.webp) no-repeat center center; background-size: 40px 40px;border:none;padding:0;position:absolute;top:0;left:0;width:100%;height:100%;}
#epsModal, #epsModal .modal-content, #epsModal .modal-content .modal-iframe {height: 100%;min-height: 520px;border-radius:5px;}
#epsModal .modal-is-inline .modal-content {overflow-y:auto;}
#epsModal .head {display:block;width:100%;font-size:20px;font-weight:bold;color:#171717;padding:16px 16px;line-height:1.2;}
#epsModal .subhead {display:block;width:100%;font-weight:600;color:#171717;margin-top:-8px;line-height:1.2;padding:0px 16px 16px 16px;border-bottom:1px solid #e3e3e3;}


/* FLASH MESSAGE & ERROR MESSAGES */
#flashbox {display:block;z-index:6;}
#flashbox .wrap2 {display: flex; flex-direction: column;align-items: flex-start;}
#flashbox .flashmessage, #error_list li, .upload-photos .flashmessage, .empty, .problem, .flashmessage {font-weight:500;position:relative;margin:0 0 10px 0;display:block;width:auto;min-width:260px;font-size:14px;background:#fff;padding:10px 36px 10px 12px;border-radius:5px;box-shadow:0px 1px 3px rgba(0,0,0,0.1);border:1px solid rgba(0,0,0,0.15);border-left:7px solid #999;}
#flashbox .flashmessage {min-width:40%;max-width:100%;}
#flashbox .flashmessage .btn.ico-close, .upload-photos .flashmessage .close {padding:0px;width:30px;height:30px;line-height:30px;text-align:center;border:none;background:transparent;position:absolute;top:5px;right:2px;box-shadow:none;color:transparent;}
#flashbox .flashmessage .btn.ico-close:after, .upload-photos .flashmessage .close:after {content:"\f00d";color:#555;font-weight:900;line-height:31px;position:absolute;left:0;top:0;width:100%;height:100%;font-family:"Font Awesome 5 Free";}
#flashbox .flashmessage.flashmessage-error, #error_list li, .upload-photos .flashmessage, .flashmessage.flashmessage-error {border-left-color:#e72b2b;background:#fff1f1;}
#flashbox .flashmessage.flashmessage-ok, .flashmessage.flashmessage-ok {border-left-color:#11c55c;background:#ebf9ec;}
#flashbox .flashmessage.flashmessage-warning, .flashmessage.flashmessage-warning, .problem {border-left-color:#fdc20f;background:#fdf6dd;}
#flashbox .flashmessage.flashmessage-info, .flashmessage.flashmessage-info, .empty {border-left-color:#4b39e9;background:#edf5ff;}
#flashbox .flashmessage:last-child {margin-bottom:28px;}
#error_list {display:block;margin:0 0 20px 0;} 
#error_list:empty {display:none;}
#error_list li {padding:8px 10px;margin:0 0 8px 0;border-radius:4px;max-width:100%;min-width:initial;}
#error_list li label {font-weight:500;}
.upload-photos .flashmessage {margin: 16px 0 0 0;}
.empty {display:inline-block;}
.simple-prod.day-offer .simple-wrap {box-shadow: none !important;}

/* CHROME SCROLL BARS */
.nice-scroll-wrap {position:relative;display:block;width:100%;}
.nice-scroll {scrollbar-width:none;scrollbar-color: none;}
.nice-scroll::-webkit-scrollbar {display: none;}
.nice-scroll::-webkit-scrollbar {box-shadow: none;height: 7px;background:rgba(0,0,0,0.05);}
.nice-scroll::-webkit-scrollbar-thumb {border-radius:100px;background-color: rgba(0,0,0,0.3);background-clip: initial;box-shadow: none;}
.nice-scroll::-webkit-scrollbar-thumb:hover {background-color: rgba(0,0,0,0.6);}
.nice-scroll-prev, .nice-scroll-next {transition:0.2s;color:#171717;margin-top:-50px;display:none;position:absolute;border-radius:100px;left:0;top:50%;height:52px;width:52px;padding:8px;z-index:4;text-indent:-2px;}
.nice-scroll-prev.disabled, .nice-scroll-next.disabled {opacity:0.25;cursor:default;}
.nice-scroll-prev.disabled i, .nice-scroll-next.disabled i {cursor:default;}
.nice-scroll-next {right:0;left:auto;text-indent:2px;}
.nice-scroll-next:not(.disabled):hover, .nice-scroll-prev:not(.disabled):hover {transform:scale(1.15);color: #171717;}
.nice-scroll-prev i, .nice-scroll-next i {transition:0.5s;cursor:pointer;width:36px;height:36px;line-height:36px;border-radius:100px;background:#fff;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,0.35);background:#fff;font-size:18px;}
.nice-scroll-next:not(.disabled):active i {text-indent:5px;}
.nice-scroll-prev:not(.disabled):active i {text-indent:-5px;}
.nice-scroll-prev:not(.disabled):focus i, .nice-scroll-next:not(.disabled):focus i {}
.nice-scroll.no-visible-scroll, .no-visible-scroll, .nice-scroll {scrollbar-width: none;-ms-overflow-style: none;}
.nice-scroll.no-visible-scroll::-webkit-scrollbar, .no-visible-scroll::-webkit-scrollbar, .nice-scroll::-webkit-scrollbar {display:none;}

#item-forms::-webkit-scrollbar {box-shadow: none;width: 6px;background:rgba(0,0,0,0.05);}
#item-forms::-webkit-scrollbar-thumb {border-radius:100px;background-color: rgba(0,0,0,0.3);background-clip: initial;box-shadow: none;}
#item-forms::-webkit-scrollbar-thumb:hover {background-color: rgba(0,0,0,0.6);}

/* CUSTOM INPUT BOX AND CHECKBOX */
.input-box {width: 100%;display:inline-block;margin: 0 0 20px 0; position: relative;}
.input-box:not(.picker) .clean, .filter-menu .input-box.picker .clean {display:none;z-index:2;padding:2px;text-align:center;cursor:pointer;transition:0.2s;position:absolute;right:3px;top:calc(50% - 12px);font-size:16px;line-height:20px;color:#999;width:24px;height:24px;border-radius:5px;}
.input-box .clean:hover {color:#464feb;}
.input-box-check {width:100%;display:inline-block;margin:5px 0;}
.input-box-check input[type="checkbox"] {opacity:0.01;position:absolute;z-index:1;overflow:hidden;background:transparent;padding:0!important;width:1px!important;height:1px!important;margin:0!important;box-shadow:none!important;}
.input-box-check label {cursor:pointer;position:relative;float:left;padding:2px 0 0 27px!important;line-height:16px;font-size:14px;width:auto;clear:both;}
.input-box-check label:before {cursor:pointer;content: ""; width: 20px; height: 20px; border: 1px solid #aaa;font-weight:500; text-shadow: none; position: absolute; top: 0; left: 0;text-shadow:none;box-shadow: 0px 1px 1px rgba(0,0,0,0.06);border-radius: 4px;transition:0.1s;}
.input-box-check label:hover:before {border-color:#a3a3a3;}
.input-box-check input[type="checkbox"]:focus + label:before {border-color:#464feb;box-shadow:0 0 0 1px #464feb;}
.input-box-check label:after {cursor: pointer; text-indent: 0px; font-family: "Font Awesome 5 Free"; content: "\f00c"; color: transparent; font-size: 14px; width: 20px; height: 20px; line-height: 20px; text-align: center; font-weight: 900; text-shadow: none; position: absolute; top: 0px; left: 0px;border-radius: 4px;transition:0.1s;}
.input-box-check input[type="checkbox"]:checked + label:before {background:#464feb;border-color:#464feb;}
.input-box-check input[type="checkbox"]:checked + label:after {color:#fff;}
.filter-menu .switch {position: relative;width: 44px !important;height: 24px !important;margin-bottom: 15px;}
.filter-menu .switch input {opacity: 0;width: 0;height: 0;}
.filter-menu .slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #aaa;-webkit-transition: .4s;transition: .4s;}
.filter-menu .slider:before {position: absolute;content: "";height: 20px;width: 20px;left: 2px;right: auto;top: 2px;background-color: #ffffff;-webkit-transition: .4s;transition: .4s;box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);}
input:checked + .slider {background-color: #464feb;}
input:checked + .slider:before {-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px);}
.filter-menu .slider.round {border-radius: 30px;}
.filter-menu .slider.round:before {border-radius: 50%;}

/* RATING */
body .rating.s1 i.i2:before, body .rating.s1 i.i3:before, body .rating.s1 i.i4:before, body .rating.s1 i.i5:before {font-weight:400;content:"\f005";}
body .rating.s2 i.i3:before, body .rating.s2 i.i4:before, body .rating.s2 i.i5:before {font-weight:400;content:"\f005";}
body .rating.s3 i.i4:before, body .rating.s3 i.i5:before {font-weight:400;content:"\f005";}
body .rating.s4 i.i5:before {font-weight:400;content:"\f005";}
body .rating.h1 i.i2:before, body .rating.h1 i.i3:before, body .rating.h1 i.i4:before, body .rating.h1 i.i5:before {font-weight:400;content:"\f005";}
body .rating.h2 i.i3:before, body .rating.h2 i.i4:before, body .rating.h2 i.i5:before {font-weight:400;content:"\f005";}
body .rating.h3 i.i4:before, body .rating.h3 i.i5:before {font-weight:400;content:"\f005";}
body .rating.h4 i.i5:before {font-weight:400;content:"\f005";}


/* CLICK RATING */
body .rating.s1 i.i1:before {content:"\f005";font-weight:400;}
body .rating.s1 i.i2:before, body .rating.s1 i.i3:before, body .rating.s1 i.i4:before, body .rating.s1 i.i5:before {content:"\f005";font-weight:400;}
body .rating.s2 i.i1:before, body .rating.s2 i.i2:before {content:"\f005";font-weight:bold;}
body .rating.s2 i.i3:before, body .rating.s2 i.i4:before, body .rating.s2 i.i5:before {content:"\f005";font-weight:400;}
body .rating.s3 i.i1:before, body .rating.s3 i.i2:before, body .rating.s3 i.i3:before {content:"\f005";font-weight:bold;}
body .rating.s3 i.i4:before, body .rating.s3 i.i5:before {content:"\f005";font-weight:400;}
body .rating.s4 i.i1:before, body .rating.s4 i.i2:before, body .rating.s4 i.i3:before, body .rating.s4 i.i4:before {content:"\f005";font-weight:bold;}
body .rating.s4 i.i5:before {content:"\f005";font-weight:400;}
body .rating.s5 i.i1:before, body .rating.s5 i.i2:before, body .rating.s5 i.i3:before, body .rating.s5 i.i4:before, body .rating.s5 i.i5:before {content:"\f005";font-weight:bold;}

/* HOVER RATING */
body .rating.h1 i.i1:before {content:"\f005";font-weight:bold;}
body .rating.h1 i.i2:before, body .rating.h1 i.i3:before, body .rating.h1 i.i4:before, body .rating.h1 i.i5:before {content:"\f005";}
body .rating.h2 i.i1:before, body .rating.h2 i.i2:before {content:"\f005";font-weight:bold;}
body .rating.h2 i.i3:before, body .rating.h2 i.i4:before, body .rating.h2 i.i5:before {content:"\f005";}
body .rating.h3 i.i1:before, body .rating.h3 i.i2:before, body .rating.h3 i.i3:before {content:"\f005";font-weight:bold;}
body .rating.h3 i.i4:before, body .rating.h3 i.i5:before {content:"\f005";}
body .rating.h4 i.i1:before, body .rating.h4 i.i2:before, body .rating.h4 i.i3:before, body .rating.h4 i.i4:before {content:"\f005";font-weight:bold;}
body .rating.h4 i.i5:before {content:"\f005";}
body .rating.h5 i.i1:before, body .rating.h5 i.i2:before, body .rating.h5 i.i3:before, body .rating.h5 i.i4:before, body .rating.h5 i.i5:before {content:"\f005";font-weight:bold;}

/* DEFAULT */
a {color: #464feb;text-decoration: none;}
a:hover {text-decoration:underline;color:#3e45c9;}
input, select, textarea {transition: all cubic-bezier(0.17, 0.67, 0.5, 0.71) 0.1s;border:1px solid #aaa;font-size:14px !important;font-weight: 600;padding:9px 8px;outline:0;border-radius:6px;font-family:inherit;color:#171717;background:#fff;}
input[type="file"] {padding: 8px; height: auto;}
input:focus, select:focus, textarea:focus {border-color:#464feb;box-shadow: inset 0 0 0 1px #464feb !important;}

input:disabled, select:disabled, textarea:disabled, .enter.disable input#price, .enter.disable select#currency {border-color:#a3a3a3;box-shadow:none;background:#eaeaea;color:#555;}
input[type="text"]:read-only,input[type="email"]:read-only,input[type="tel"]:read-only,input[type="number"]:read-only, input[type="url"]:read-only, textarea:read-only {border-color:#c3c3c3;box-shadow:none;background:#f4f6f7;color:#555;}
input, select {height:40px;}
input[type="checkbox"], input[type="radio"] {width:18px;height:18px;margin:0 4px 0 0;}
input[type="radio"]:focus {outline:0;box-shadow:none;}
textarea {min-height:40px;font-family:inherit;}
input.error:not(:focus), select.error:not(:focus), textarea.error:not(:focus) {border-color:#e72b2b;background:rgb(255 241 241 / 65%);border-left-width:3px;}
select {padding:0 8px;}
select.mini {padding:0 6px;font-size:14px;height:32px;}
input.mini {padding:5px 6px;font-size:14px;height:32px;}
body {color:#171717;padding-top:60px;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';scroll-behavior: smooth; text-rendering: optimizeSpeed; line-height: 1.5;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;min-height: 100vh;background:#ffffff;font-size:14px;}
.container {max-width:1280px;display:flex;align-items:center;margin:auto;flex-direction: inherit;}
.container.primary {align-items: flex-start;flex-direction: row;justify-content: space-between;}
.btn, .btn-primary {line-height:20px;transition:0.2s;color:#ffffff;background:#464feb;position:relative;display:inline-block;font-weight:600;text-decoration:none;cursor:pointer;height:40px;border-radius:6px;font-size:16px;text-align:center;padding:9px 12px;border:1px solid rgba(0,0,0,0.05);box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.btn:hover, .btn-primary:hover {background:#464feb;color:#ffffff;text-decoration:none;}
.btn-secondary {color:#464feb;border-color:#464feb;background:#fff;}
.btn-secondary:hover, .btn-secondary.active {border-color:#464feb;background:#464feb;color:#fff;}
.btn-white {color:#171717;border-color:transparent;background:transparent;box-shadow:none;font-weight:600;}
.btn-white:hover {border-color:transparent;background:rgb(59 73 223 / 10%);color:#3e45c9;}
.btn-transparent {color:#464feb;border-color:#fff;background-color:#fff !important;font-weight:600;}
.btn-transparent:hover {border-color:#464feb !important;background-color: rgb(233 234 253) !important;}
section.promo {font-weight: 600;}
.btn i {margin-right:3px;}
.btn.mini {line-height:16px;height:30px;font-size:14px;padding:6px 7px;}
.btn:disabled, .btn.disabled, .btn.btn-disabled {opacity:0.5;cursor:not-allowed;}
.btn.loading {position:relative;cursor:wait;opacity:0.65;}
.btn.loading > * {opacity:0.1;}
.btn.loading:after {position:absolute;top:calc(50% - 12px);left:calc(50% - 12px);content:"";background:transparent url('../images/input-loader.webp') no-repeat center center;width:24px;height:24px;background-size:100%;}
section, div.content {display:block;width:100%;}
#debug-mode {position: relative;display:block;background: #373737; padding: 10px 12px; font-size: 12px; font-family: monospace; line-height: 1.1;width:100%;color: #ffffff;}
.footer-hook:empty, .footer-widgets:empty {display:none;}
label {font-weight:600;}
h1 {font-size:16px;color:#171717;font-weight:700;line-height:1.2;}
h2 {font-size:16px;color:#171717;font-weight:700;line-height:1.2;}
h3 {font-size:14px;color:#171717;font-weight:700;line-height:1.2;}
h4 {font-size:14px;color:#171717;font-weight:700;line-height:1.2;}
h5 {font-size:14px;color:#171717;font-weight:700;line-height:1.2;}
Success!
h6 {font-size:14px;color:#171717;font-weight:700;line-height:1.2;}
.row {display:block;width:100%;}
.req {color:#e90303;font-weight:bold;}
a.toggle-pass { position: absolute; right: 8px; top: 9px; width: 30px; height: 30px; font-size: 16px; color: #555; transition: 0.2s; text-align: center; }
a.toggle-pass i {line-height:30px;}


/* DARK MODE SUPPORT */
@media (prefers-color-scheme: dark) {
  #side-menu .section.dark-mode {display:block;}
}
.simple-prod .simple-wrap .make-offer-link {display: none;}

input#ytb-video-url {width: 100% !important;}

.category-1, .category-2, .category-3, .category-4, .category-5, .category-6, .category-7, .category-8, .category-9, .category-10, .category-11, .category-12, .category-13, .category-14 {position: relative;display: inline-block;}
.category-content-1::-webkit-scrollbar, .category-content-2::-webkit-scrollbar, .category-content-3::-webkit-scrollbar, .category-content-4::-webkit-scrollbar, .category-content-5::-webkit-scrollbar, .category-content-6::-webkit-scrollbar, .category-content-7::-webkit-scrollbar, .category-content-8::-webkit-scrollbar, .category-content-9::-webkit-scrollbar, .category-content-10::-webkit-scrollbar, .category-content-11::-webkit-scrollbar, .category-content-12::-webkit-scrollbar, .category-content-13::-webkit-scrollbar, .category-content-14::-webkit-scrollbar {width:6px;}
.category-content-1, .category-content-2, .category-content-4, .category-content-5, .category-content-6, .category-content-7, .category-content-8, .category-content-10, .category-content-11, .category-content-12, .category-content-13, .category-content-14 {display: none;position: absolute;background-color:#fff;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;border: 1px solid #e3e3e3;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;z-index: 1;margin-top: 1.4px;min-width: 280px;max-height: 500px;overflow-y: auto;}
.category-content-3, .category-content-9 {display: none;position: absolute;background-color:#fff;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;border: 1px solid #e3e3e3;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;z-index: 1;margin-top: 1.4px;min-width: 290px;max-height: 400px;overflow-y: auto;}
.category-content-1 a, .category-content-2 a, .category-content-3 a, .category-content-4 a, .category-content-5 a, .category-content-6 a, .category-content-7 a, .category-content-8 a, .category-content-9 a, .category-content-10 a, .category-content-11 a, .category-content-12 a, .category-content-13 a, .category-content-14 a {display: block;height: 34px;line-height:34px;font-weight: 400 !important;text-align: left !important;}
.category-content-1 a:hover, .category-content-2 a:hover, .category-content-3 a:hover, .category-content-4 a:hover, .category-content-5 a:hover, .category-content-6 a:hover, .category-content-7 a:hover, .category-content-8 a:hover, .category-content-9 a:hover, .category-content-10 a:hover, .category-content-11 a:hover, .category-content-12 a:hover, .category-content-13 a:hover, .category-content-14 a:hover {background-color: rgba(70, 79, 235, 0.12);border-bottom: 0px solid #464feb00 !important;font-weight: 600 !important;}
.category-1:hover .category-content-1, .category-2:hover .category-content-2, .category-3:hover .category-content-3, .category-4:hover .category-content-4, .category-5:hover .category-content-5, .category-6:hover .category-content-6, .category-7:hover .category-content-7, .category-8:hover .category-content-8, .category-9:hover .category-content-9, .category-10:hover .category-content-10, .category-11:hover .category-content-11, .category-12:hover .category-content-12, .category-13:hover .category-content-13, .category-14:hover .category-content-14 {display: block;}
.category-content-13, .category-content-14 {right: 0;left: auto;}

.sitemap-categories {column-count: 4;}
.sitemap-category {display: inline-block;}
.sitemap-category h3 {margin: 0 !important;}
.sitemap-category p {line-height: 2;}
.sitemap-category a {color:#171717;padding:10px;text-decoration: none;margin: 10px 0 5px 0;}
.sitemap-category a:hover {font-weight:600;}
.sitemap-category-title {display: block;color: #464feb !important;font-weight:600;background-color: rgba(70, 79, 235, 0.12);border-radius: 6px;}

.tab-button {cursor: pointer;transition: 0.2s;font-size: 16px;line-height: 45px;font-weight: 600;padding: 8px 12px;margin: 0 10px 0 0;color: #464feb;background: #fff;border: 1px solid #464feb;border-radius: 6px;}
.tab-button.active, .tab-button:hover {background-color: rgba(70, 79, 235, .12);text-decoration: none;}
.tab-pane {display: none;}
.tab-pane.active {display: block;margin: 10px 0 0;}

.tab-pane a {display: inline-block;font-weight: 600;width: 19.7%;margin: 5px 0;color:#171717;text-decoration: none;}
.tab-pane a:hover {text-decoration: none;   }

.item-post-section h2 {margin-bottom: 15px;}
.prev-step {cursor: pointer;transition: 0.2s;font-size: 16px;font-weight: 600;height: 44px;line-height: 0;padding: 10px 14px;text-decoration: none;color: #464feb;background: #fff;border: 1px solid #464feb;border-radius: 6px;}
.prev-step:hover {background-color: rgba(70, 79, 235, .12);}

.next-step, .item-publish .buttons-block button.btn {transition: 0.2s;color: #ffffff;background: #464feb;position: relative;display: inline-block;font-weight: 600;text-decoration: none;cursor: pointer;height: 44px;border-radius: 6px;font-size: 16px;text-align: center;line-height: 0;padding: 10px 14px;margin: 0 5px 0 5px;border: 1px solid rgba(0, 0, 0, 0.05);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
.next-step:hover, .item-publish .buttons-block button.btn:hover {background-color: #2d36d2;border: 1px solid #2d36d2;}
.next-step i.fa-solid.fa-arrow-right {margin-right: 0;margin-left: 4px;}
.prev-step i.fa-solid.fa-arrow-left {margin-left: 0;margin-right: 6px;}
.item-publish .buttons-block button.btn i.fa-solid.fa-check {margin-right: 0;margin-left: 4px;}
.dropbtn-share {color: #ffffff;}
.mlink.dro-pup-share {position: relative;display: inline-block;}
.dro-pup-share-isMobile {display: none;position: absolute;top: 36px;left: 0;right: 0;z-index: 2;}
.dro-pup-share-isMobile a {color: #ffffff;text-decoration: none;display: block;}
.dro-pup-share-isMobile i {font-size: 18px !important;border-radius: 50px;width: 36px;height: 36px;line-height: 36px !important;background: rgba(0,0,0,0.60);margin: 2px 0 0 0;}
.mlink.dro-pup-share:hover .dro-pup-share-isMobile {display: block;}
.dro-pup-share:hover .dropbtn-share {color: #ffffff;}
.dro-pup-share-isMobile a:hover {color: #ffffff;}
#item-main .mlink:hover {background: rgba(0,0,0,0.60);box-shadow: none !important;}
.item-publish .osp-promote-form, #item .osp-promote-form {display: none;}
.item-publish footer, .item-publish .oc-chat.oc-closed, .item-publish #scroll-to-top {display: none !important;}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {border-color: #464feb !important;}
.lg-progress-bar .lg-progress {background-color:  #464feb !important;}
.lg-outer .lg-toogle-thumb {background-color: rgba(0,0,0,0.60) !important;border-radius: 50px !important;width: 40px !important;height: 40px !important;}
.lg-actions .lg-next, .lg-actions .lg-prev {background-color: rgba(0,0,0,0.60) !important;border-radius: 50px !important;padding:0px !important;width: 40px;height: 40px;}
.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar, .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {opacity: 1 !important;}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {bottom: 80px;font-size: 14px;padding: 10px 50px;}

.ai-suggestions-container i {
  margin: 0 5px 0 0;
  transition: transform 0.3s ease;
}

.ai-suggestions-container.active i {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

#generate-title-ai, #generate-description-ai {color: #464feb;background: #ffffff;font-weight: 600;height: 34px;line-height: 0;border-radius: 6px;font-size: 14px;text-align: center;margin:0 0 7px 0;border: none;cursor: pointer;}
#generate-title-ai:disabled, #generate-description-ai:disabled {opacity: 0.5;cursor: not-allowed;}
#generate-title-ai:hover:not(:disabled), #generate-description-ai:hover:not(:disabled) {background-color: rgba(70, 79, 235, .12);}
.suggestions-box {display: none;max-height: 200px;overflow-y: auto;border-radius: 6px;border: 1px solid #e3e3e3;background: #f4f6f7;margin: 0 0 13px 0;}
.suggestions-box::-webkit-scrollbar {width: 6px;}
.suggestion-item {font-size: 14px;font-weight: 600;padding: 8px 10px;cursor: pointer;background: #fafafa;border-bottom: 1px solid #d0d0d0;}
.suggestion-item:last-child {border-bottom: none;}
.suggestion-item:hover {color: #464feb;background-color: #f2f4f8;}
.loader {
    border: 4px solid rgba(70, 79, 235, .12);
    border-top: 4px solid #464feb;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    display: none;
    margin: 20px auto;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
body#item #item-main .labels span {color: #fff;background-color: #464feb;border-radius: 6px;padding: 2px 10px;padding-bottom: 0;font-weight: 700;position: absolute;left: 10px;right: auto;text-align: center;bottom: 100px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;z-index: 1;}
@keyframes listening-animation {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) scale(1.8);
        opacity: 0;
    }
}
.voice-effect {position: absolute;left: 50%;transform: translateX(-50%);width: 30px;height: 30px;border-radius: 50%;background: rgba(70, 79, 235, 0.3);animation: listening-animation 1.5s infinite;pointer-events: none;display: none;}
#voice-search-button {cursor: pointer;border: none;background: none;padding: 0;position: absolute;width: 50px;height: 50px;left: auto;right: 20%;}
#voice-btn-text {display: none;position: absolute;white-space: nowrap;color: #606060;font-weight: 600;left: auto;right: 100%;top: 15px;}
#voice-search-button:hover #voice-btn-text {display: inline;}
body#item #item-main .im-html {padding: 0px;}
body#item #item-main #im-create-thread-form {width: 100%;padding: 0;margin: 0;box-shadow: none;border: none;}
body#item #item-main #im-create-thread-form #im-message {height: 40px;min-height: 40px;padding: 8px 100px 8px 8px;background-color: #f4f6f7;}
html[dir="rtl"] body#item #item-main #im-create-thread-form #im-message {padding: 8px 8px 8px 100px;}    
body#item #item-main .textarea-container {position: relative;}
body#item #item-main .textarea-container button {position: absolute;display: block;width: 120px;height: 40px;top: 0;right: 0;left: auto;border-radius: 0 7px 7px 0;}
html[dir="rtl"] body#item #item-main .im-button-green {left: 0;right: auto;border-radius: 7px 0 0 7px;}

textarea {resize: none;}

select {-moz-appearance: none;-webkit-appearance: none;appearance: none;background-image: url(/src/assets/img/dropdown.webp) !important;background-repeat: no-repeat !important;background-position:right 10px center !important;}

right
/* RESET */
fieldset{border:none;display:inline-block;padding:0;margin:0;width:100%;}html,input,select,textarea,button{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';}div{margin:0;padding:0;}html{color:#222;box-sizing:border-box;font-size:14px;line-height:18px;cursor:default;-moz-tab-size:4;tab-size:4;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word;}*,*:before,*:after{box-sizing:inherit}body{display:block;margin:0;font-weight:normal;width:100%;box-sizing:border-box;}h1,h2,h3,h4,h5,h6,p,ol,ul{display:inline-block;margin:0;padding:0;width:100%;}ol,ul{list-style:none}img{max-width:100%;width:auto;height:auto}@media screen and (min-width: 1081px) {
  .isMobile:not(.isDesktop), .isTablet:not(.isDesktop) {display:none!important;}
}
@media only screen and (max-width: 767px) {
.DesktopHomepageBannerAds, img.DesktopHomepageBannerRtl, img.DesktopHomepageBanner, #Adsense-Banners-Desktop, .tags-links, header .links a.publish.btn.mini, body#home .tags-links-countries {
display: none !important;
}
#item-main .details span.item-category, #item-main .details span.item-transaction, #item-main .details span.item-condition, #search-main #latest-search, #search-main #recent-ads.onsearch {
    display: none;
}
body#item #item-main .labels span {
    bottom: 10px;
}
.home-search h1 div span {
    height: 38px;
}
.item-publish section.location select, .item-publish section.location input {
        min-width: 300px;
        max-width: 300px;
}

#users-list .user {width: 70px;min-width: 70px;}
#users-list .user .img, #users-list .user .img img {width: 70px;height: 70px;}
.img-plus {width: 20px;height: 20px;}
.img-plus svg {width: 14px;height: 20px;}
.user-Become-a-seller {font-size: 13px;margin-top: 20px;}
#users-list .user .img .online {right: 5px;top: 5px;width: 13px;height: 13px;}
#users-list .user .business {left: 5px;top: 5px;}
.pre-account .container .box {padding: 20px;border:none;}
.products.detail .simple-prod .right, .products.list .simple-prod .right {margin-right: 0;}
#search-main .products.grid .search-middle-item-post-banner {max-width: 170px;max-height: 240px;}
.search-middle-item-post-banner {min-height: 127px;}
.item-post-banner-info {margin-top: 0;}
.box-info-sign-in-register, .pre-account:not(.has-footer) footer, .pre-account  header, .pre-account #navi-bar, .pre-account #oc-chat {display: none;}
}
@media only screen and (min-width: 767px) {
.MobileHomepageBannerAds, img.MobileHomepageBannerRtl, img.MobileHomepageBanner, #Adsense-Banners-Mobile, #app-download-banner {
display: none !important
}
#item-image li {
    border-radius: 6px;
    background: #f0f1f3;
}
.pre-account .container .close-btn, .pre-account .container .popup-logo {
    display: none;
}
body#home > .content > section.home-users .container {min-height: 180px;border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;}
#search-main .products.grid .search-middle-item-post-banner .item-post-banner-info {margin-top: 90px;}
}

@media screen and (max-width: 1080px) {
  .upload-photos .qq-upload-delete, .upload-photos .primary_image, .upload-photos .qq-upload-rotate {display:block;opacity:1;bottom: 6px; top: auto; z-index: 3;}
}

@media screen and (min-width: 768px) {
  header .container.alt {display:none!important;}
}

@media screen and (max-width: 1080px) {
  header .header.categories.menu {display:none!important;}
}
@media screen and (min-width: 1080px) {
body {
    padding-top: 105px;
}
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .isDesktop:not(.isTablet), .isMobile:not(.isTablet) {display:none!important;}
  .simple-prod {width:calc(33.33% - 8px);}
  .simple-prod.medium {width:calc(25% - 8px);}
  .items-box .item .description {height:41px;}
  .home-search > .container:after {right:0;}

}

@media screen and (min-width: 541px) and (max-width: 1080px) {
  .blog-box {grid-template-columns: repeat(2, 1fr); grid-gap: 20px;}
  .blog-box > a:nth-child(1n+4) {display:flex;}
  .blog-box > a:nth-child(1n+5) {display:none;}
}
@media screen and (max-width: 768px) {
#search-quick-bar .view-type a.detail {
    display: none!important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  bodu #bpr-seller.bpr-block .bpr-comp, #bpr-seller .bpr-comp {width:calc(25% - 16px)!important;}
}

@media screen and (min-width: 541px) and (max-width: 1024px) {
  #search-alert {width:100%;margin-bottom:15px;}
  #search-alert .open-alert-box {float:left;}
  #search-quick-bar .view-type {margin-left:0;}
  #search-quick-bar .view-type a {margin-left:0;margin-right:2px;}
  #search-quick-bar .sort-type {margin-left:auto;}
  
}


@media screen and (max-width: 1024px) {
  .pre-account .content {padding:16px 0;}
  .pre-account:not(.has-footer) footer, .item-publish footer {padding:10px 0;overflow:hidden;}
  footer section.two span {display:block;width:100%;margin:0;margin-top: -5px; font-size: 12px; color: #777;}
  footer .col {flex:1 1 50%;padding-bottom:15px;}
  footer .col:nth-child(even) {padding-right:0;}
  footer section.two {margin-bottom:0;}
  header .links .btn.noicon {display:none;}
  .item-publish .tip {width: 150px; font-size: 14px; line-height: 18px; padding: 10px;left:calc(100% - 8px);}
  body #fi_list_items.fi_user_menu .fi_item {width:31.33%;}
  body #fi_user_new_list .fi_new_name {width:100%;margin:0 0 8px 0;}
  body #fi_user_new_list .fi_check.first, body #fi_user_new_list .fi_check {width:auto;padding:0 25px 0 0;}
  body #fi_user_new_list button {clear:both;margin-top:10px;float:left;width:auto;}
  #search-items .products.grid, .products.grid {margin: 0 -4px; width: calc(100% + 8px); }
  #search-items .products.grid .simple-prod, .products.grid .simple-prod {margin:0 2px 4px 2px;width:calc(33.33% - 2px);}
  .products#premium-items .simple-prod {margin:0 4px 12px 4px;}
}


@media screen and (max-width: 767px) {
.simple-prod .img-wrap {padding-top: 90%;}
.simple-prod .favorite svg {height: 20px;width: 20px;}        
.products.list .isGrid, .products.list .isDetail {display:none;}
#atr-item li {width: 100%;}
header .container.alt .make-offer-link {display: none;}
#item-main .mlink.dro-pup-share {right:8px;left:auto;}
#item-image li a img {width: 100%;}
#recent-ads .products {gap: 0px;}
#recent-ads .simple-prod, #rel-block .simple-prod {width: 165px;}
#recent-ads .simple-prod.tall .img-wrap, #favorite-items .simple-prod.tall .img-wrap, #rel-block .simple-prod .img-wrap {max-height: 150px;min-height: 150px;}
.upload-photos .qq-upload-list li {width: calc(50% - 10px);}    
.nice-scroll-prev, .nice-scroll-next, .lg-actions .lg-next, .lg-actions .lg-prev {display: none !important;}    
#search-quick-bar .view-type {margin: 15px 0 15px 0;justify-content: space-between;}
#item-main .details, #item-main .basic .date {font-size: 12px;} 
#item-main .details span:after {margin: 0 6px 0 10px;}
#scroll-to-top, .isDesktop:not(.isMobile), .isTablet:not(.isMobile) {display:none!important;}
  .home-search > .container:after, .pre-account > .content > section.container:after {display:none;}
  ul.breadcrumb li:last-child {margin-right:10px;}
  #rel-block, #recent-ads {margin:16px 0 8px 0;}
  body#item .container.primary {}
  #rel-block ~ #recent-ads {margin-top:0;}
  #recent-ads.onhome {margin:0;}
  body#home h2 {margin-bottom:15px;}
  body form#im-create-thread-form {width:100%;margin:0;}
  body .oc-chat.oc-closed {left:10px;bottom:5px;width:45px;height:45px;min-height:45px;right:auto;z-index: 4;}
  body .oc-chat.oc-closed .oc-global-head {width:45px;height:45px;}
  body .oc-chat.oc-closed .oc-global-head span:not(.oc-alt):before {width:45px;height:45px;line-height:45px;font-size:20px;}
  body .oc-chat {left:10px;bottom:5px;right:auto;z-index:3;}
  body#item .oc-chat.oc-closed, body#item .oc-chat {bottom:102px;}
  #side-menu .box.filter .row.checkboxes {margin-top:3px;display:inline-block;width:100%;}
  #side-menu .filter-menu .price .line {margin-bottom:3px;}
  #scroll-to-top {right:10px;}
  #scroll-to-top:hover {height:36px;}
  body {padding-bottom:100px;}
  .home-search input[name="sPattern"],.home-search .btn {height:45px}
  #voice-search-button {right: 17%;}
  .picker.pattern .results {max-height:280px;}
  #home-cat {flex-wrap: nowrap;overflow-x: auto;margin-bottom: 0;}
  #home-cat::-webkit-scrollbar {display: none;}
  .home-search h1 {font-size: 16px;margin: 0 0 5px 0;}
  .picker.location input[type="text"]:focus, #side-menu .input-box input:focus, #def-location .input-box input:focus, .home-search input[name="sPattern"]:focus  {text-decoration:none;}
  body#home > .content {padding-top:16px;}
  body#home > .content > section.home-search {padding-bottom:16px;padding-top:0;}
  #flashbox .flashmessage:last-child {margin-bottom:16px;}
  #epsModal .modal-close {display:block;}
  #epsModal .modal-close-alt {display:none;}
  .picker.location .results {max-height:280px;}
  .pre-account:not(.has-footer) footer, .pre-account footer {height:auto;}
  .item-publish .content {padding:16px 0;}
  header .links .btn-white:not(.isMobile) {display:none;}
  footer {display:none; padding:20px 0;}
  section.promo {display: none;padding:8px 0;}
  section.promo .btn, section.promo .container {line-height:16px;}
  section.promo .btn {height:auto;}
  body {padding-top:45px;}
  header {height:48px;}
  .pre-account:not(.has-footer) .content {min-height:calc(100vh - 108px);}
  header .links {height:40px;align-items: center;}
  header .links .btn {margin-top:0;margin-bottom:0;}
  header .links .publish {display: none;}
  header .links .btn-white svg, header .menu.btn svg {margin-right:0px;vertical-align:0px;}
  header .menu.btn, header a.back, header a.action, #side-menu .back {color:#606060;text-align:center;height:33px;width:33px;background:#f7f8f9;margin:0 10px 0 0;padding:6px;box-shadow: 0 0 1px rgb(0 0 0 / 30%); border-radius: 50px;}
  header .links .maccount img {width: 33px;height: 33px;box-shadow: 0 0 1px rgb(0 0 0 / 30%);}
  header .menu.btn {position: absolute;padding:0;height: 16px;width: 16px;right: 18px;left: auto;top: 26px;box-shadow: 0 0 1px rgb(23 23 23);}  
  header .menu.btn svg {width:auto;height:14px;}
  header .menu.btn-white:hover svg {fill: #171717 !important;background: #f7f8f9;box-shadow: 0 0 1px rgb(23 23 23);border-radius: 100px;} 
  header .links .search.btn.btn-white.isMobile {width: 33px;height: 33px;padding: 5px;background: #f7f8f9;box-shadow: 0 0 1px rgb(0 0 0 / 30%);border-radius: 50px;}
  header .logo svg {width: 100px;height: auto;}
  header a.back i, header a.action i, #side-menu .back i {font-size:20px;margin:1px 0;text-indent:-1px;}
  header .logo img {height:30px;margin:1px 0;}
  header .col.locale.header a.lang {display:none;}
  .item-publish .tip {right: 10px; z-index: 3; width: 150px; font-size: 13px; line-height: 16px; padding: 10px; left: auto; top: 4px;}
  #home-cat a {width: 50%;}
  #home-cat a > div img, #home-cat a > div svg {width: 40px; height: 40px;}

  body#home h2 {align-items: flex-start; flex-direction: column;}
  body#home h2 .btn {margin: 15px 0 0 0;}
  .simple-prod {width:calc(50% - 8px);}
  .simple-prod.medium {width:calc(33% - 8px);}
  .products.list .simple-prod .img-wrap {height:130px;width:130px;min-width:130px;margin:0 8px 0 0;}
  .products#premium-items { flex-wrap: nowrap; overflow-x: auto; }
  .products#premium-items .simple-prod.o1 {width:190px;}
  .products#premium-items .simple-prod:not(.o1) {width:190px;}
  .products#premium-items .simple-prod .img-wrap {height:160px;}
  .products.list .simple-prod .title {font-size:14px;line-height: 18px;min-height:38px;max-height:38px;margin: 6px 0 8px 0;}
  .products.list .simple-prod .info {font-size:12px;height:24px;line-height: 22px;margin: 0;}
  .products.list .simple-prod .simple-wrap {padding:1px;}
  .products.list .simple-prod .extra {font-size:12px;line-height: 32px;}
  .products.list .simple-prod .extra .i_category, .products.grid .extra .i_category {display: none;}
  #item-image {margin: 0 0 10px 0;border-bottom: 0;}
  #user-menu {display:none;}
  #user-main {width:100%;}
  #user-dashboard .card-box { grid-template-columns: repeat(2, 1fr); grid-gap: 5px;}
  .body-ua .container.primary {margin:0 0 16px 0;}
  #user-dashboard .card-box {margin:20px 0;}
  .items-box .item .description {display:none;}
  .items-box .item .top {max-height:32px;overflow:hidden;}
  .items-box .item .title {font-size:14px;max-height:40px;overflow:hidden;margin:0 0 0 0;}
  .items-box .item .buttons a.delete {margin-left:0;}
  .profile-box .right-block {min-width:200px;}
  body #fi_list_items.fi_user_menu .fi_item {width:48%;}
  body #fi_user_lists {overflow-x:auto;}
  body #fi_user_lists .fi_list {min-width:480px;}
  body #bpr-seller.bpr-block .bpr-comp, #bpr-seller .bpr-comp  {width:calc(33.33% - 16px)!important;}
  
  #search-menu {display:none;}
  #search-main {width:100%;}
  #alert-form .text, #alert-form .response {font-size:14px;}
  .modal-box.alert-box-search .modal-content, .modal-box.report-box .modal-content {display: flex; align-items: center;}
  #alert-form, #report {margin-bottom:20%;}
  .products.list .simple-prod .right .favorite > a:not(.is_favorite) {display:block;}
  .products.detail .simple-prod .favorite i {background-color:rgba(0,0,0,0.25);}
  .products#favorite-items .simple-prod {width:160px;}
  #item-main #shortcuts {display: none;}  
  body#item .data-box {flex-direction: column;}
  #item-main {width:100%;margin:0 0 20px 0;}
  #item-side {width:100%;margin:0;position:relative;top:auto;}
  #item-image .swiper-button:hover, .nice-scroll-next:hover, .nice-scroll-prev:hover {transform:scale(1);}
  #item .oc-chat.oc-closed, .item-publish .oc-chat.oc-closed {display: none;}
  #item-image .swiper-button.swiper-next, #item-image .swiper-button.swiper-prev {display: none;}
  #item-image .swiper-wrapper li {height: 100px;}
  #item-image .swiper-thumbs ul {display: none;flex-wrap: nowrap;overflow-x:auto;width:calc(100% + 8px);margin-left:-4px;margin-right:-4px;}
  #item-image .swiper-thumbs li {width:82px;height:70px;margin:8px 4px 8px 4px;}
  #item-side .master-button.phone, #item-side .master-button.contact, #item-side .master-button.email {display: none;}
  #breadcrumbs {margin:5px 0;position:relative;}
  #breadcrumbs:before {content:"";position:absolute;left:0px;width:10px;height:100%;background:linear-gradient(-90deg, transparent 0%, #f5f5f5 75%);z-index:2;}
  #breadcrumbs:after {content:"";position:absolute;right:0px;width:10px;height:100%;background:linear-gradient(90deg, transparent 0%, #f5f5f5 75%);z-index:2;}
  #breadcrumbs .bread-text {overflow-x:auto;white-space:nowrap;scrollbar-width:none;position:relative;padding:0 10px;margin:0 -10px;width:calc(100% + 20px);}
  #breadcrumbs .bread-text::-webkit-scrollbar {display:none;}
  #breadcrumbs ul.breadcrumb {display:none;margin:0;}
  .navlinks {display:none;}
  body#public .container.primary {flex-direction:column;}
  #public-main {width:100%;margin: 10px 0 0 0;}
  #showcase-box {display:none;padding:9px 0;}
  #showcase-box .switch-color {margin:0;display: flex; align-items: center; flex-wrap: nowrap; flex-direction: row;}
  #showcase-box .switch-color a:first-child {margin-left:0;}
  body.demo {padding-bottom:42px;}
  .sitemap-categories {column-count: auto;}
  body.pre-account {background-color: #fff;margin: -50px 0 !important;}
  
  .header-search {display: none;}
  .leaflet-container.leaflet-fullscreen-on .leaflet-top {top: 48px;}
#user-main .profile-tabs {flex-direction: column;width: 100%;border-bottom: none;margin: 5px 0 0 0;}
#user-main .profile-tabs li {margin-right: 0;margin-bottom: 5px;width: 100%;}
#user-main .profile-tabs li a {width: 100%;text-align: center;border-radius: 3px;border: 1px solid #ddd;}
#user-main .profile-tabs li a.active {border: 1px solid #464feb;}  
#user-main .flash-message {padding: 10px 15px;margin-bottom: 15px;border-radius: 4px;background-color: #d4edda;border: 1px solid #c3e6cb;color: #155724;}
#user-main .flash-error {background-color: #f8d7da;border: 1px solid #f5c6cb;color: #721c24;}
#user-main #user-loc .navigator, #user-main .profile-box.alt .input-box, #user-main .profile-box input, #user-main .profile-box select, #user-main .profile-box textarea {max-width: 100%;} 
    
}


@media screen and (max-width: 540px) {
#item-main .basic h1, #item-main .basic .price {font-size: 15px;}
  .container {padding:0 10px;}
  .item-publish .row.phone, .item-publish .row.user-email, .item-publish .row.country, .item-publish .row.region, .item-publish .row.city {padding-right:0;width:100%;}
  .item-publish .row.country + .row.region, .item-publish .row.country + .row.region + .row.city {width:100%;}
  .item-publish .row.zip {width:80px;}
  .item-publish .row.address {width:calc(100% - 80px);}
  .home-search .input-box { width: calc(100% - 50px);}
  .home-search .btn {width:52px;}
  .home-search .btn i {margin:0;vertical-align: 0; font-size: 20px;line-height:18px;}
  .home-search .btn span {display:none;}
  
  .simple-prod.medium {width:calc(50% - 8px);}
  .items-box .item .image {width:160px;margin-right:12px;}
  .items-box .item .body {width:calc(100% - 172px);}
  .items-box .item .top {padding-right:0;}
  .items-box .item .price {position:relative;top:auto;left:auto;right:auto;width:auto;max-width:100%;margin:0 0 8px 0;}

  .alerts-box .head-row {flex-direction: column;}
  .alerts-box .head-row .btn {margin:16px 0 4px 0;width:100%;padding:8px;font-size:15px;height:auto;}
  .profile-box form.profile > .wrap {flex-direction: column;}
  .profile-box .left-block {padding-right:0;}
  .profile-box .right-block {min-width:initial;max-width:initial;width:100%;background:transparent;padding:0;margin:10px 0 0 0;position:relative;top:auto;}

  .profile-box.prim .row.user-buttons {flex-direction: column;}
  .profile-box.prim .row.user-buttons .btn-secondary {margin:12px 0;}
  .profile-box.alt .btn {width:100%;}
  .profile-box.alt:last-child {margin-bottom:10px;}
  .profile-box input, .profile-box select, .profile-box textarea {max-width:100%;}
  
  .blog-box {grid-template-columns: repeat(1, 1fr); grid-gap: 16px;}
  .blog-box > a:nth-child(1n+4), .blog-box > a:nth-child(1n+5) {display:flex;}
  
  
  #search-quick-bar {flex-direction: column;align-content: center;}
  #search-quick-bar > div {width:100%;}
  #search-quick-bar .sort-type {margin:0;}
  #search-quick-bar select {width:100%;}
  #search-quick-bar label {left:11px;}
  #search-alert .open-alert-box {justify-content: center;}
  #search-alert .open-alert-box .active-badge {left: auto; right: 5px; width: 24px; height: 24px; line-height: 24px; font-size: 12px; top: calc(50% - 12px);}
  #alert-form, #report {padding:24px 16px;}
  #alert-form .inputs {flex-wrap: wrap;}
  #alert-form .inputs input[name="alert_email"] {margin-bottom:8px;}
  
  .products.detail .simple-prod .img-wrap {height:200px;width:140px;min-width:140px;margin-right:12px;}
  
  #p404 .errbox {width:250px;}
  .errbox .number {font-size:7.5rem;}
  .errbox .illustration {width: 6.1rem; margin: 0 1.05rem; }
  .errbox .circle {width: 6.1rem; height: 5.7rem;}
  .errbox .clip {bottom: 0.15rem; width: 6.25rem; height: 6.5rem;}
  .errbox .paper {bottom: -0.15rem;width: 4.6rem; height: 6.2rem; border-width: 0.15rem;border-radius: 0.4rem;}
  .errbox .paper:before {top: -0.25rem; right: -0.325rem; width: 0.7rem; height: 0.5rem;border-bottom-width: 0.15rem;}
  .errbox .face { margin-top: 1.15rem;}
  .errbox .eyes {left: 1rem; width: 2.3rem; height: 0.4rem; }
  .errbox .eye {width: 0.4rem; height: 0.4rem;}
  .errbox .rosyCheeks {top: 0.8rem; width: 0.5rem; height: 0.1rem; left: 0.7rem; }
  .errbox .rosyCheeks-right { right: 0.7rem;left:auto; }
  .errbox .mouth {top: 1.55rem;width: 0.8rem; height: 0.1rem; border-radius: 0.05rem;}
  @keyframes eye {0% {height:0.4rem;} 50% {height:0.4rem;} 52% {height:0.05rem;} 54% {height:0.4rem;} 100% {height:0.4rem;}}

  !#item-image .swiper-thumbs li {width:calc(20% - 8px);min-width:70px;}

  #item-main .description .desc-parts {align-items: flex-start;flex-direction: column;}
  #item-main .location {border:none;top:auto;position:relative;min-width:0;width:100%;}
}


@media screen and (max-width: 490px) {
  header .logo svg {width: 98px;height: auto;}
  header .links {max-width:calc(100% - 170px);}
  .items-box .item .image {width:100px;margin-right:10px;}
  .items-box .item .body {width:calc(100% - 110px);padding:4px 0;}
  body #bpr-seller.bpr-block .bpr-comp, #bpr-seller .bpr-comp {width:calc(50% - 16px)!important;}
  #search-items .products.grid .simple-prod, .products.grid .simple-prod {width:calc(50% - 4px);}
 .flw-counts {font-size: 14px;}

}


@media screen and (max-width: 420px) {
  header .links .publish:not(.mini) {display:none;}
  header .links .publish.mini {display:inline-block;width:36px;padding:7px 4px;margin-left:10px;}
  header .links .publish.mini svg {vertical-align:0;margin:0;height:20px;}
  
  .items-box .item .image {width:100px;height:100px;margin-right:10px;}
  .items-box .item .body {width:calc(100% - 90px);}
  .items-box .item .top {max-height:16px;}
  .items-box .item .buttons a {padding:4px 6px;margin:0 4px 4px 0;}
  .items-box .item .label-reserved, .items-box .item .label-sold {padding-left:3px;padding-right:3px;}
  .simple-prod .right .price {display:none;}
  .products.list .simple-prod .price.standalone {display:block;}
  .products.list .simple-prod .info {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width:calc(100% - 10px);max-width: 160px;}
  .products.list .simple-prod .info .premium-mark, .products.list .simple-prod .info .label {margin:0 4px 0 0;padding:2px 3px;height:18px;}
  .products.detail .simple-prod .img-wrap {height:130px;width:130px;min-width:130px;margin-right:12px;}
  .products.detail .simple-prod .img-wrap .bar .price {display:none;}
  .products.detail .simple-prod .img-wrap .bar {padding:0;background:transparent;}
  .products.detail .simple-prod .img-wrap .bar .image-counter {left: 3px; bottom: 3px; right: auto; background: rgba(0,0,0,0.5); padding: 2px 4px; border-radius: 4px;}
  .products.detail .simple-prod .img-wrap .user-image {display:none;}
  .products.detail .simple-prod .favorite {left:3px;right:auto;top:3px;}
  .products.detail .simple-prod .action .price {display:inline-block;}
  .products.detail .simple-prod .premium-mark {left:3px;bottom:26px;}
  !#item-image .swiper-thumbs li {width:calc(25% - 8px);min-width:64px;height:64px;}
  #item-hook table tr, .custom-fields .field, .job-detail > div, #item-hook .realestate-details .list-other-attributes li {width:calc(50% - 6px);min-width:140px;margin-right:6px;}
   .flw-counts {font-size: 12px;}
   html[dir="rtl"] .flw-counts {font-size: 14px;}
}


@media screen and (max-width: 360px) {
   .flw-counts {font-size: 11px;}  
   html[dir="rtl"] .flw-counts {font-size: 14px;}
  #side-menu .section.lead {padding-left:100px;}
  #side-menu .section.lead a.img-container {left:8px;}
  #user-dashboard .card-box { grid-template-columns: repeat(1, 1fr);}
  #filter-user-type a {padding:8px;margin-right:4px;}
  .products.detail .simple-prod .img-wrap {width:100px;min-width:100px;height:100px;margin-right:10px;}
  #item .sticky-button {letter-spacing:-0.2px;}

  div[id^="anr_captcha_field_"], div.g-recaptcha, #item-forms div.g-recaptcha {max-width:250px;height:60px;}
  div[id^="anr_captcha_field_"] > div, div.g-recaptcha > div {transform:scale(0.75);transform-origin:0 0;}

}	
body, html {direction:rtl;}
.user-Become-a-seller {font-size: 18px;margin-top: 32px;line-height: 1.2;}
.img-plus {right: 0px;}
.ai-suggestions-container i {margin: 0 0 0 5px;}
#vrt-upload-form {display:grid;}
#vrt-upload-form .file-info {border-left:none;border-right:3px solid #03a9f4;text-align:right;}
#vrt-upload-form label span, #vrt-upload-form .attachment, #vrt-upload-form input, #vrt-upload-form .attachment .att-box .wrap {float:right;}
#vrt-upload-form .attachment .att-box .wrap i {right:2px;left:auto;}
#vrt-upload-form .attachment .att-box .wrap > span {padding-right:21px;padding-left:0;}
body#home h2 .btn svg, body#home a.home-link-all svg {margin-right: 0;margin-left: 5px;}
body#home a.country-link {margin: 0 0 10px 10px;}
body#home .tab-button {margin: 0 0 0 10px;}
#voice-search-button {left: 20%; right: auto;}
#voice-btn-text {left: 100%;right: auto;}
.bpr-prof .bpr-show-profile, .bpr-prof .bpr-row, .bpr-prof .bpr-row-inf, .bpr-prof .bpr-row-inf label, .bpr-prof .bpr-row-inf label > span,
.bpr-prof .bpr-row-icon .bpr-preview, .bpr-prof input[type="text"], .bpr-select-cat, .bpr-prof .bpr-line > span, .bpr-box-check, 
.bpr-prof .bpr-row-cover .bpr-preview, .bpr-prof .bpr-row-inf strong {float:right;}
.bpr-prof .bpr-row-inf label > i {float:right;margin-right:6px;margin-left:0;}
.bpr-attachment {float:right;margin-right:6px;margin-left:0;}
.bpr-attachment .bpr-att-box .bpr-status i {float:right;margin-left:4px;margin-right:0;}
.bpr-box-check label {float:right;padding:0 24px 0 0!important;}
.bpr-box-check label:before, .bpr-box-check label:after {right:0;left:auto;}
.bpr-prof .bpr-btn {float:right;margin-right:0;margin-left:8px;}
.bpr-profile .bpr-verified {left:12px;right:auto;}
.pre-account .container .close-btn {left: 0;right:auto;}
#search-main #location-suggestions .suggestion-title {padding: 5px 0;}
#search-main #location-suggestions a img.location-icon {margin-left: 5px!important;margin-right: 0!important;}
@media screen and (max-width: 1200px) {
  .bpr-profile .bpr-verified {left:0;right:auto;}
}
.bpr-profile .bpr-right>div.bpr-phone {direction:ltr;}
.upload-photos .qq-upload-size {text-align: left;}
.upload-photos .qq-upload-list li.qq-upload-success .image-title {right: 10px;left: 0;}
img.DesktopHomepageBannerRtl {display: block!important;width: 100%;height: auto;object-fit: cover;border-radius: 7px;}
img.MobileHomepageBannerRtl {display: block!important;width: 100%;height: auto;object-fit: cover;border-radius: 7px;}
img.DesktopHomepageBanner, img.MobileHomepageBanner {display: none!important;}
.my-account-dropdown {left: 13%;right: auto;}
.my-account-dropdown .counter {right: auto;left: 20px;}
.next-step i.fa-solid.fa-arrow-right {margin-left: 0;margin-right: 4px;vertical-align: middle;transform: scaleX(-1);}
.prev-step i.fa-solid.fa-arrow-left {margin-right:0;margin-left: 6px;vertical-align: middle;transform: scaleX(-1);}
.item-publish .buttons-block button.btn i.fa-solid.fa-check {margin-left: 0;margin-right: 4px;vertical-align: middle;}
.promotion-popup-content #close-promotion-popup {left: 10px;right: auto;}
.promotion-popup-content strong {font-size: 14px;}
.item-publish .row.phone {direction: rtl;}
#user-main .profile-tabs li {margin-left: 5px;margin-right: 0;}
#faq-category-block .faq-category strong, #faq-category-block .faq-category span, #faq-body h2, #faq-post-block .faq-post-inside, #faq-link-block .faq-link-inside {text-align:right;}
#faq-post-block .faq-row .faq-top {padding-right:16px;padding-left:62px;}
#faq-post-block .faq-collapse-icon {left:6px;right:auto;}
#faq-post-block .faq-helpful {float:left;}
#faq-post-block .faq-helpful > span {float:right;margin-left:14px;margin-right:0;}
#faq-post-block .faq-helpful > a {float:right;margin-left:14px;margin-right:0;}
#faq-post-block .faq-helpful > a.faq-negative {margin-left:0;}
#faq-post-block .faq-helpful > a svg {float:right;}
#faq-post-block .faq-helpful > a.faq-positive svg {margin:0 0 4px 4px;}
#faq-post-block .faq-helpful > a.faq-negative svg {margin: 3px 0 1px 4px;}
#faq-search-block button[type="submit"], #faq-search-block div.button {left:2px;right:auto;}
#faq-body .faq-description h1, #faq-body .faq-description h2, #faq-body .faq-description h3, #faq-body .faq-description h4 {text-align:right;}

.bpr-comp .bpr-user-type {float:right;margin:0 0 0 6px;}
.bpr-comp .bpr-count, .bpr-comp, .bpr-top-search .bpr-search-left, .bpr-top-search #bpr-word, .bpr-top-search #bpr-submit {float:right;}
.bpr-top-search #bpr-word {border-left:none!important;border-right:1px solid #aaa!important;border-color:#aaa;}
.bpr-top-search .bpr-search-right {float:left;}
.bpr-top-search .bpr-search-right select {float:left;margin-right:2%;margin-left:0;}
.bpr-cover .bpr-contact-us {right:20px;left:auto;}
.bpr-cover .bpr-socials {left:20px;right:auto;}
.bpr-cover .bpr-socials a {float:right;margin-left:0;margin-right:8px;}
.bpr-profile .bpr-left {float:right;border-left:1px solid #ccc;border-right:none;}
.bpr-profile .bpr-right {float:left;border-right:1px solid #ccc;border-left:none;margin-left:0;margin-right:-1px;}
.bpr-profile .bpr-right > div > i {right:0;left:auto;}
.bpr-profile .bpr-right-box {float:right;padding:0 35px 0 0;}
.bpr-profile .bpr-phone a, .bpr-profile .bpr-links a, .bpr-profile .bpr-left .bpr-icon, .bpr-profile h1, .bpr-profile .bpr-category, .bpr-profile .bpr-reg,
.bpr-profile .bpr-about, .bpr-filters > strong {float:right;}
.bpr-profile .bpr-links a i {display:none;}
.bpr-filters .bpr-select {float:left;margin-right:8px;margin-left:0;}
.bpr-filters .bpr-show-all {float:left;margin-right:0px;margin-left:15px;}
.bpr-profile .bpr-left .bpr-box {float:right;padding-right:20px;}
#bpr-gallery .bpr-gallery-images a {float:right;margin-left:6px;margin-right:0;}
.bpr-profile .bpr-features .bpr-feat {float:right;}
.bpr-profile .bpr-features .bpr-ic {float:right;margin-left:6px;margin-right:0;}
.bpr-profile .bpr-category a, .bpr-profile .bpr-category span {float:right;}
#sellerContact {right:0;left:auto;}
#sellerContact .bpr-close {left:15px;right:auto;}
#sellerContact input, #sellerContact .bpr-btn {float:right;}


@media screen and (max-width: 1200px) {
  .bpr-profile .bpr-left .bpr-box {padding-left:60px;padding-right:20px;}
}
.box-info-sign-in-register li svg {margin-right: 0;margin-left: 10px;}
.pre-account .social a i {margin-left:10px;margin-right:0;}
body #atr-form.atr-styled .control-group > label {float:right;padding-left:20px;padding-right:0;}
#atr-item .atr-type-divider, #atr-search .atr-type-divider, #atr-form .control-group.atr-type-divider {text-align:right;}
#atr-form .control-group.atr-type-divider > strong {float:right;}
#atr-form.atr-styled ul.atr-ul li {margin-right:0;margin-left:15px;}
#atr-form.atr-styled .atr-input-box {float:right;margin-left:15px;margin-right:0;}
#atr-form.atr-styled .atr-input-box label {padding:0 24px 0 0!important;text-align:right;}
#atr-form.atr-styled .atr-input-box label:before {right:0px;left:auto;}
#atr-form.atr-styled .atr-input-box label:after {right:1px;left:auto;}
#fi_list_items.fi_user_menu .fi_item {float: right;}
body #fi_list_items h2.r3 {float: right;}
#fi_list_items.fi_user_menu h2 a {float: right !important;}
body #fi_user_lists .fi_explain sup {margin-left:4px;margin-right:0;}
#fi_user_lists .fi_explain sup {float: right;}
#show-loan {text-align:right;}
#atr-item .atr-value-single img {margin-left:5px;margin-right:0;}
.item-publish input#price {padding-left:25px;padding-right:125px;}
.item-publish .row.phone input#contactPhone, .item-publish .row.phone input#sPhone {direction: rtl;}
#item-main .basic h1 {padding-left:48px;padding-right:0;}
#item-main .description .read-more-desc i, #item-main .location .directions i {margin-right: 5px;margin-left: 0;}
#item-main .location .directions svg {margin-left: 2px;margin-right: 0px;}
#item-main .details span:after {margin: 0 14px 0 9px;}
.oc-chat-button {float:right;margin-left:15px;margin-right:0;border-left:none;border-right:5px solid rgba(0,0,0,0.15);padding-left:12px;padding-right:10px;}
.oc-chat-button .oc-user-left {float:right;}
.oc-chat-button .oc-user-right {padding-right: 12px; padding-left: 5px; float:right;}
.sr-buttons a {float:right;margin-left:10px;margin-right:-0;}
.sr-buttons a img, .social-bookmarks ul li {float:right;}
#seller .line-chat a.btn i {margin-left:7px;margin-right:0;}
.sr-buttons a.sr-type3:after {margin-left:10px;margin-right:0;}
#show-loan i {float:right;margin-left:8px;margin-right:0;}
.lon-row i {float:right;margin-left:6px;margin-right:0;}
.lon-footer .lon-left {text-align:right;}
#shortcuts .item-share a {margin-left:0;margin-right:8px;}
.sr-buttons a.sr-type3.sr-size2 {padding-left:5px;padding-right:0;}
.col.locale.header a.lang.active {
    display: none;
}
#shortcuts a.friend i {margin-left:4px;}
#blg-main {float:right;padding:0 0 0 20px;}
.blg-content .blg-details .blg-detail-cat {float:right;margin-left:8px;margin-right:0;}
.blg-content .blg-details {text-align:left;}
.blg-content .blg-primary-img img {float:right;margin-left:25px;margin-right:0;}
.blg-side-header, .blg-category-result h1, .blg-text .blg-title, .blg-title, .blg-blog-category, .blg-row.blg-first .blg-img, 
.blg-text .blg-desc, .blg-row .blg-img, .blg-authors .author-name, .blg-side-block, .blg-categories a.blg-cat-title,
.blg-new-comment .blg-row label, .blg-btn, .blg-new-comment .blg-row input, .blg-new-comment .blg-row textarea {float:right;}
.blg-search button {left:1px;right:auto;}
.blg-categories .blg-row {border-right:4px solid #eee;border-left:none;padding-left:0;padding-right:8px;}
.blg-row.blg-first .blg-text {float:right;padding-left:0;padding-right:30px;}
.blg-authors .author-img {float:right;margin-left:10px;margin-right:0;}
.blg-row .blg-text {float:right;padding-left:0;padding-right:20px;}
.blg-btn i {margin-right:0;margin-left:1px;float:right;}
.blg-comment-img {right:0;left:auto;}
.blg-comments .blg-row {padding-left:0;padding-right:60px;}
.blg-publish .blg-row label, .blg-publish .blg-row select, .blg-publish .blg-row .select-box, .blg-publish .blg-row input[type="text"], 
.blg-publish .blg-row textarea, .blg-att, .blg-publish .blg-explain {float:right;}
.blg-publish .blg-explain, .blg-btn, .blg-publish h1 {text-align:right;}

.frm-breadcrumbs > i {float:right;margin:0 0 0 3px;}
.frm-breadcrumbs .frm-my-profile {float:left;}
.frm-profile .frm-user-data label {float:right;padding-left:10px;padding-right:0;}
.frm-profile .frm-user-data .frm-input-box, .frm-profile .frm-user-data .frm-user-img, .frm-breadcrumbs ol, .frm-breadcrumbs li, .frm-breadcrumbs li a, .frm-breadcrumbs li span {float:right;}
.frm-attachment {float:right;margin-left:5px;margin-right:0;}
.frm-profile .frm-user-data .frm-input-box textarea {float:right;}
.frm-board {padding-left:20px;padding-right:60px;}
.frm-board .frm-icon {right:20px;left:auto;}
.frm-board .frm-about, .frm-board .frm-stats, .frm-board .frm-last, .frm-board .frm-subboards a, .frm-title-left, .frm-title-right, .frm-title-right form {float:right;}
.frm-board .frm-last .frm-user-icon, .frm-topic .frm-last .frm-user-icon {margin-right:0;margin-left:10px;float:right;}
.frm-board .frm-subboards .frm-square {float:right;margin-left:6px;margin-right:0;border-left:none;border-right:1px solid #999;}
.frm-title-right, .frm-title-right form, .frm-title-right a.frm-new-topic, .frm-topic-manage a.frm-remove {float:left;}
.frm-title-right form button {left:1px;right:auto;}
.frm-title-right form input[type="text"]#frm-keyword {padding-right:10px;padding-left:30px;}
.frm-boards, #frm-main, .frm-content, .frm-box, .frm-category, #frm-body h1, #frm-body h2, .frm-board, .frm-board .frm-about .frm-desc, .frm-board .frm-about .frm-name, .frm-board .frm-stats strong, .frm-board .frm-stats span, .frm-board .frm-last-title, .frm-board .frm-last-user, .frm-board .frm-last-date, .frm-board .frm-subboards, .frm-topics, .frm-pagination, .frm-topic, .frm-topic .frm-stats strong, .frm-topic .frm-stats span, .frm-topic .frm-data, .frm-auser, .frm-apagi, frm-posts, .frm-tpc-top, .frm-tpc-top .frm-title, .frm-tpc-top .frm-subtitle, .frm-post .frm-posted, .frm-post .frm-message, .frm-post .frm-signature, .frm-post .frm-website, .frm-answer, .frm-unlogged-title, .frm-unlogged-subtitle, .frm-unlogged-subtitle, .frm-answer .frm-left strong, .frm-answer .frm-area .frm-buttons, .frm-breadcrumbs, .frm-solved, .frm-file-data i, .frm-file-data strong, .frm-file-data span, .frm-post .frm-parent, .frm-clear, .frm-profile .frm-user-data .frm-inside, .frm-profile .frm-user-data .frm-row {float:right;}
.frm-topic.frm-unread .frm-unread-dot {left:auto;right:-8px;}
.frm-topic .frm-info, .frm-topic .frm-stats, frm-topic .frm-last, .frm-topic .frm-about, .frm-tpc-top .frm-img, .frm-post .frm-left {float:right;}
.frm-topic .frm-data a {float:right;margin-left:0;margin-right:2px;}
.frm-topic .frm-data i, .frm-tpc-top i {float:right;margin-left:4px;margin-right:0;}
.frm-topic .frm-last-topic {text-align:right;}
.frm-topic.frm-logged {border-left:none;border-right:20px solid transparent;}
.frm-tpc-top .frm-headers {float:right;padding-left:0;padding-right:10px;}
.frm-topic-manage a, .frm-topic-manage a i, .frm-post .frm-tools a, .frm-post .frm-tools a i {float:right;margin-left:5px;margin-right:0;}
.frm-post .frm-left {padding-left:15px;}
.frm-answer .frm-logged-title, .frm-answer .frm-logged-subtitle {text-align:right;padding-left:0;padding-right:145px;}
.frm-answer .frm-left, .frm-answer .frm-attachments, .richText .richText-toolbar ul li {float:right;}
.frm-answer .frm-area .frm-buttons button {float:left;}
.frm-answer .frm-area {padding-left:0;padding-right:20px;float:right;}
.frm-attachment .frm-att-box .frm-status i {float:right;margin-right:0;margin-left:5px;}
.frm-answer .frm-area .frm-text:before, .frm-answer .frm-area .frm-toptext:before {left:auto;right:-38px;transform:scaleX(-1);}
.frm-topic-manage a.frm-remove {margin-left:0;}


.lg-outer .lg-inner {direction:initial;}
.home-search > .container:after, .pre-account > .content > section.container:after {background-position:top left;}
.home-search > .container:after {left:3%;right:auto;}
.pre-account > .content > section.container:after {left:15%;right:auto;}

.home-search .btn {border-radius: 7px 0px 0px 7px;border-top: 1px solid #aaa;border-bottom: 1px solid #aaa;border-left: 1px solid #aaa;float:right;line-height:16px;}
.home-search input[name="sPattern"] {border-top: 1px solid #aaa;border-bottom: 1px solid #aaa;border-right: 1px solid #aaa;border-left: none;border-radius: 0px 7px 7px 0px;}
.home-search .btn svg {margin-right: 0px;margin-left: 4px;}
.close-btn-app {left: 0;right: 4px;}    
.banner-text {text-align: right;margin-right: 60px;margin-left: 0;} 
header .links .btn svg, .item-post-banner.btn svg {margin-left:2px;margin-right:0;}
header .links .btn.account img {float:right;margin-left:5px;margin-right:-6px;}
header .links, footer section.two span {margin-left:0;margin-right:auto;}
header .links .publish {margin-left:0;margin-right:12px;}
header .header-search input[name="sPattern"] {min-width: 410px;border-radius: 0px 7px 7px 0px;}
header .header-search button.btn {border-radius: 7px 0px 0px 7px;}
header .links .btn.location.active:after {left:0;right: 8px;}
header .links .publish, header .header-search button.btn, .home-search .btn {letter-spacing: 1px;}
.picker.pattern .option {padding-left:16px;padding-right:40px;}
.picker.pattern .results a:before {right: 18px;left:auto;}
#side-menu .box .section .popular a:before, #def-location .popular a:before {right: 18px;left:auto;}
#side-menu .box .section .recent a:before, #def-location .recent a:before {right:18px;left:auto;}
.item-post-banner.btn svg {margin-left:6px;}
#showcase-box {right:0;left:auto;}
#item-side .master-button i {text-indent:-1px;border-radius:0 6px 6px 0;left:auto;right:0;border-left:1px solid rgba(0,0,0,0.15);border-right:none;}
#item-side .master-button.phone, .sticky-button.btn.phone.isMobile, .phone-mobile.phone, .phone {direction:ltr;}
#shortcuts a {margin-left:16px;margin-right:0;}
header .links .btn .counter {right:2px;left:auto;}
#showcase-box > a, #showcase-box .switch-color {float:right;}
footer .quick-links a, .latest-search a {margin-left:4px;margin-right:0;float:right;}
.home-search .latest-search a, #alert-form .inputs input[name="alert_email"], #item-main .basic .labels > span {margin-left:8px;margin-right:0;}
#osc-database-logs td {text-align:right!important;}
#debug-mode, .simple-prod .img-wrap .user-image .business {left:0;right:auto;}
.simple-prod .extra>span.i_condition:before {margin: 0 2px 0 5px;}
.simple-prod .img-wrap .user-image {right:8px;left:auto;}
.simple-prod .premium-mark, .items-box .label-premium, .items-box .label-sold, .items-box .label-reserved {right:6px;left:auto;}
.simple-prod span.label.reserved {right: 12px;left:auto;}
.simple-prod .favorite, #item-image .swiper-pg {left:8px;right:auto;}
.simple-prod .favorite {left:0px;right:auto;}
#item-main .favorite {left:0px;right:auto;}
.simple-prod .img-wrap .bar .image-counter {left:8px;right:auto;}
.simple-prod .img-wrap .bar {padding-right:8px;}
.simple-prod .img-wrap .bar .price {float:right;}
.simple-prod .favorite a.is_favorite i, #item-main .favorite a.is_favorite i {text-indent:-1px;}
#search-category-box a.gotop i {margin-left:6px;margin-right:0;transform:scaleX(1);}
.simple-prod .contact > a i {border-radius:0 6px 6px 0;right:0px;left:auto;border-left:1px solid rgba(0,0,0,0.1);border-right:none;text-indent:0px;}
.simple-prod .contact > a {padding-left:15px;padding-right:45px;}
#search-items .list-empty .tips i {float:right;margin:0 1px 0 6px;}
ul.breadcrumb span.home svg, #latest-search a {float:right;margin-left:5px;margin-right:0;}
.btn i, .picker.location .option > span {margin-left:3px;margin-right:0;}
.paginate ul li .searchPaginationLast i, .paginate ul li .searchPaginationFirst i, .paginate ul li .searchPaginationNext i, .paginate ul li .searchPaginationPrev i {transform:scale(-1);}
.simple-prod .img-wrap .user-image .online {left:2px;right:auto;}
.products.detail .simple-prod .right, .products.list .simple-prod .right {margin-left: 6px;margin-right: auto;}
.blog-box > a > img, .products.list .simple-prod .img-wrap, #seller .line1 .img, #item-side #protection .point .icon, #item-card .img {margin: 0 0 0 15px;}
footer a.lang img, #seller .line3 .phone i, #item-side .report-button i, #item-side .manage-button i {margin-left:4px;margin-right:0;}
footer section.two a, .products.detail .simple-prod .img-wrap {margin: 0 0 0 15px;}
#search-category-box span {margin-left:4px;margin-right:0;}
.simple-prod .label {margin-left:6px;margin-right:0;}
.filter-menu #search-button svg {margin-left:8px;margin-right:0;}
.filter-menu .slider:before {left: auto;right: 2px;}
.filter-menu input:checked + .slider:before {-webkit-transform: translateX(-20px);-ms-transform: translateX(-20px);transform: translateX(-20px);}
#search-category-box .icon {margin-right:-4px;margin-left:6px;}
/* SCROLL TO TOP */
body#item #item-main .labels span {left: auto;right: 10px;padding: 0px 10px;padding-bottom: 4px;}
#comments .author {padding-left:9px;padding-right:2px;}zz
#seller .line1 .img .online {left:3px;right:auto;}
.modal-close {left:9px!important;right:auto!important;}
#epsModal .modal-close-alt {left:-50px;right:auto;} 
.comment-leave-rating i.is-rating-item {margin-left:2px;margin-right:0;}
.comment-rating-selected, #comments .rating > span {margin-right:5px;margin-left:0;unicode-bidi: bidi-override;}
.navlinks {display: flex; flex-direction: row;}
#seller .line3 .phone i, #item-main .phone.phone-inline.masked-phone i {margin-left: 2px !important;}
#show-rating {padding: 0 2px 0 3px;}
.navlinks a {margin-right:4px;}
.navlinks a i {transform:scaleX(-1);}
.item-publish .tip {margin-left:0;margin-right:16px;text-align:right;left:auto;right:100%;}
.item-publish .close-tip {left:6px;right:auto;}
#comments .rating i {margin-left:1px;margin-right:0;}
.item-publish .show-tip {float:left;}
#user-menu {margin-left:20px;margin-right: 0;}
#user-dashboard .card .icon .count {left:-10px;right:auto;}
#user-menu a .counter, #user-menu a .im-user-account-count {left:5px;right:auto;}
#user-menu a.has-counter {padding-left:30px;padding-right:10px;}
#user-menu a.public .ext {left:7px;right:auto;}
.item-publish .row.name, #user-dashboard .headers {padding-right:82px;padding-left:0;}
.item-publish .img-container, .body-ua .img-container {right:0;left:auto;}
.items-box .item .label-reserved, .items-box .item .label-sold, .items-box .item .label-premium {right: auto;left: 6px;}
.items-box .item .image {margin:0 0 0 20px;}
.items-box .item .price {left:0;right:auto;}
a.toggle-pass {left:8px;right:auto;}
.items-box .item .top {padding-left:130px;padding-right:0;}
.item-publish .row.zip {float:right;}
.item-publish select#currency {left:auto;right:5px;border-right:none;border-left:1px solid #aaa;border-radius:0 4px 4px 0;}
.upload-photos .qq-upload-list li {float:right;}
.upload-photos .qq-upload-list li:nth-child(even) {margin-left:5px;}
.upload-photos .qq-upload-list {padding-top:10px;}
.item-publish .tip p strong {padding-left:24px;padding-right:0;}
body #mo-check.styled .input-box-check label {float:right!important;padding:0 24px 0 0!important;text-align:right;}
#plugin-hook input[type="checkbox"] + label, #plugin-hook input[type="radio"] + label {float:right!important;}
#plugin-hook input[type="checkbox"], #plugin-hook input[type="radio"] {float:right;margin-left:4px!important;margin-right:0!important;}
body .atr-form .controls select {margin-left:6px;margin-right:0;}
#plugin-hook .product-attributes td {display:block;width:100%;}
.item-publish .row.country {float:right;padding-left:16px;padding-right:0;}
.item-publish .row.region {float:right;padding-left:16px;padding-right:0;}
.item-publish .row.city {float:right;}
.item-publish .row.country + .row.region, .item-publish .row.country + .row.region + .row.city {float:right;}
.item-publish .row.address {float:right;padding-left:16px;padding-right:0;}
.alerts-box .head-row .btn {margin-left:0;margin-right:12px;}
.profile-box .profile-img .btn {margin-left:5px;margin-right:0;}
.profile-box label a.change-email {margin-left:0;margin-right:6px;}
.profile-box label[for="email"] {display:flex;}
body #fi_user_new_list .fi_new_name {float:right;margin-left:2%;margin-right:0;}
body #fi_user_new_list .fi_check.first, body #fi_user_new_list .fi_check {float:right;padding-left:20px;padding-right:5px;}
#fi_user_lists .fi_name, #fi_user_lists .fi_count, #fi_user_lists .fi_current, #fi_user_lists .fi_notification, #fi_user_lists .fi_user_list_remove {float:right;}
#fi_user_lists .fi_list_edit {float:left;}
body #fi_list_items.fi_user_menu .fi_right a, body #fi_list_items .fi_right .fi_bottom {text-align:right;}
body #fi_list_items.fi_user_menu .fi_tool {left:5px;right:auto;}
#ur-box-show .ur-user .ur-date {text-align:left;left:0;right:auto;}
#ur-box-show .ur-ratings .ur-row .ur-user {padding-right:48px;padding-left:110px;}
#ur-box-show .ur-user .ur-img {right:0;left:auto;}
.ur-rate {float:right;padding:0 2px 0 3px;}
#ur-box-show .ur-user .ur-rate-value {float:right;margin-left:0;margin-right:2px;}
body.body-ua #ur-box-show .ur-over, body.body-ua #ur-box-show .ur-charts {text-align:right;}
#ur-box-show .ur-charts .ur-line .ur-lab {text-align:left;}
.mo-nav a {float:right;margin-left:6px;margin-right:0;}
#fi_user_new_list button {float:right;}
#flashbox .flashmessage, #error_list li, .upload-photos .flashmessage, .empty, .problem, .flashmessage {padding-left:36px;padding-right:12px;border-left:1px solid rgba(0,0,0,0.15);border-right:7px solid #999;}
#flashbox .flashmessage .btn.ico-close, .upload-photos .flashmessage .close {left:2px;right:auto;}
#flashbox .flashmessage.flashmessage-error, #error_list li, .upload-photos .flashmessage, .flashmessage.flashmessage-error {border-right-color:#e72b2b;border-left:1px solid rgba(0,0,0,0.15);}
#flashbox .flashmessage.flashmessage-ok, .flashmessage.flashmessage-ok {border-right-color:#11c55c;border-left:1px solid rgba(0,0,0,0.15);}
#flashbox .flashmessage.flashmessage-warning, .flashmessage.flashmessage-warning, .problem {border-right-color:#fdc20f;border-left:1px solid rgba(0,0,0,0.15);}
#flashbox .flashmessage.flashmessage-info, .flashmessage.flashmessage-info, .empty {border-right-color:#4b39e9;border-left:1px solid rgba(0,0,0,0.15);}
#seller .show-rating.show-stars .ur-rate {padding:0 0 0 2px;}
#seller .show-rating.show-stars > span {margin-right:3px;margin-left:0;}
#search-quick-bar label {right:15px;left:auto;}
#search-quick-bar .view-type a svg {margin-left:8px;margin-right:2px;}
#search-quick-bar .view-type {margin-left:8px;margin-right: auto;}
#search-alert .open-alert-box svg {margin: 0px 0px 0px 8px;}
footer .col {padding-left:25px;padding-right:0;}
#search-alert .open-alert-box .active-badge {right:3px;left:auto;}
.simple-prod .right, #shortcuts .item-share {margin-left:0;margin-right:auto;}
#filter-user-type a {margin-right:0px;margin-left:6px;}
.input-box-check label {padding:2px 27px 0 0!important;float:right;}
.input-box-check label:before, .input-box-check label:after {right:0;left:auto;}
.products.list .simple-prod .info .premium-mark, .products.list .simple-prod .info .label {float:right;margin-left:5px;right:auto;margin-right:0;}
.products.list .simple-prod .img-wrap .bar .image-counter {right:auto;left:6px;}
.products.list .simple-prod .favorite {left:auto;right:0;}
.nice-scroll-next, #item-image .swiper-button.swiper-next {text-indent:-2px;}
.nice-scroll-prev, #item-image .swiper-button.swiper-prev {text-indent:2px;}
#item-image .swiper-button.swiper-prev:active i {text-indent:5px;}
#item-image .swiper-button.swiper-next:active i {text-indent:-5px;}
#item-image .swiper-button.swiper-next {left:10px;right:auto;}
#item-image .swiper-button.swiper-prev {right:10px;left:auto;}
#item-image .swiper-button.swiper-next i, #item-image .swiper-button.swiper-prev i {transform:scaleX(-1);}
#item-image .swiper-pg:before {padding: 0 8px 0 0;float: left;}
.input-box:not(.picker) .clean, .filter-menu .input-box.picker .clean {left:3px;right:auto;}
#search-quick-bar .view-type a.detail svg {transform:scale(-1,-1);}
.picker.location.loading:after, .picker.pattern.loading:after, .picker.pattern.mobile.loading > .input-box:after {left:7px;right:auto;}
.filter-menu .picker.location.loading:after {left:2px;right:auto;}
.filter-menu .price .input-box-check label {padding:2px 27px 0 0!important;}
#side-menu .section a, #def-location a {padding-right:55px;padding-left:16px;}
#side-menu .navigator a.locate-me, #def-location .navigator a.locate-me, .navigator a.locate-me {padding-right:58px;padding-left:16px;}
#side-menu .navigator a.locate-me svg, #def-location .navigator a.locate-me svg, .navigator a.locate-me svg {right:16px;left:auto;}
#side-menu .box .section .recent a, #side-menu .box .section .popular a, #def-location .recent a, #def-location .popular a {padding-right:40px;padding-left:16px;}
#side-menu .input-box svg, #def-location .input-box svg {right:8px;left:auto;}
#side-menu .input-box .clean, #def-location .input-box .clean {right: auto;left: 3px;}
#def-location .input-box svg {right:10px;left:auto;}
#side-menu .box.location .input-box input, #def-location .input-box input {padding-left:8px;padding-right:42px;}
.filter-menu label, .filter-menu h6, .filter-menu #atr-search .control-group > label {text-align:right;}
#navi-bar .counter {left:auto;right:calc(50% - 24px);}
#navi-bar .favorite .counter {margin-left:0;margin-right:3px;}
header .container.alt a.back, header .container.alt a.action {margin-left: 8px;margin-right:0;}
header .csearch button {margin-left:0;margin-right:5px;}
header .categories.menu a {padding: 0 20.5px;}
#side-menu, #side-menu > .wrap {right:0;left:auto;}
#side-menu .section.lead, #def-location .section.lead {padding-right:110px;padding-left:10px;}
#side-menu .section.lead a.img-container, #def-location a.img-container, #side-menu .section a svg, #def-location a.svg, #side-menu .menu-hooks a > i {right:16px;left:auto;}
#side-menu .section.lead .line1 img, #def-location .line1 img {float:left;}
#side-menu .section a .counter, #side-menu .section a .indicator {left:16px;right:auto;}
#side-menu .section a .indicator, #side-menu .section a.logout svg, #user-menu a.logout svg, #side-menu .box .nav i {transform:scaleX(-1);}
#side-menu a.lang img {float:right;margin-left:12px;margin-right:0;}
#side-menu .box .section .popular a:after, #def-location .popular a:after {margin-right:1px;margin-left:0;right:16px;left:auto;}
.picker .clean {left:50px;right:auto;}
header .links .maccount {margin-right:8px;margin-left:0;}
#home-cat a {margin-left:-20px;margin-right:0;}
#home-cat a > div > span.lab {left:-2px;right:auto;}
.simple-prod .day-offer-mark {right:6px;left:auto;}
#side-menu .section a.register svg, #side-menu .section a.profile svg {margin-right:3px;margin-left:0;transform:scaleX(-1);}
#side-menu .section.lead .line3 {margin: 0 -15px 0 0;padding: 3px 18px 0 0;}
#side-menu.logged .section.lead .line3 {padding: 0 55px 0 0;}
#search-filters a {padding-left:34px;padding-right:8px;}
#search-filters a:after {border-right:1px solid #464feb2b;border-left:none;left:3px;right:auto;}
#item-main .mlink {right:8px;left:auto;}
#item-main .mlink.back i {transform:scaleX(-1);}
#item-main .mlink.contact {left:52px;right:auto;}
#item-main .mlink.share {left:8px;right:auto;}

#comments .add svg {float:right;margin-left:6px;margin-right:0;}
header .container.alt > .img {margin-left:4px;margin-right:0;}
.im-button-green, .im-body #uniform-undefined {float:right;}
body #im-create-thread-form button.im-button-green {clear:none;}
body form#im-create-thread-form {float:right;clear:none;margin-left:20px;margin-right:0;}
body .im-row.im-item-related {float:left;}
body .im-file-create-thread .im-error-list.error-list {float:right;clear:right;}
#user-main .user-custom-box h2 {float:right;text-align:right;width:100%;}
section.promo .btn {margin-right:20px;margin-left:0;}
.filter-menu .sidebar-hooks input[type="radio"] {float:right;margin-left:4px;margin-right:0;}
body .atr-input-box input[type="radio"], body .atr-input-box input[type="checkbox"] {margin:0 0 0 4px!important;}
.upload-photos .qq-upload-button:before {margin-right:0;margin-left:8px;}
.upload-photos .qq-upload-button {direction:rtl!important;}
#plugin-hook #power, #plugin-hook #power_unit {float:right;margin-left:12px;margin-right:0;}
ul.tabbernav li a {margin-left:5px;margin-right:0;}
#users-list .user:last-child {margin-right:10px;margin-left:0;}
#users-list .user:first-child {margin-right:0;margin-left:5px;}
#users-list .user .name, #users-list .user .items {right:0;left:auto;}

@media screen and (max-width: 767px) {
  header a.back, header a.action, #side-menu .back {margin-left:10px;margin-right:0;}
  header .links .btn-white svg {margin-left:0;}
  header a.back i, header a.action i, #side-menu .back i {text-indent:1px;transform:scaleX(-1);}
  header .menu.btn {left: 27px;right: auto;}
  .navlinks {display:none;}
  .item-publish .tip {left:10px;right:auto;}
  #item-main .mlink.dro-pup-share {left:8px;right:auto;}
.blog-box > a > img, #seller .line1 .img, #item-side #protection .point .icon, #item-card .img {margin: 0 0 0 9px;}  
.products.list .simple-prod .img-wrap {margin: 0 0 0 8px;} 
#item-main .details span:after {margin: 0 10px 0 6px;}
#voice-search-button {left: 17%;}
.user-Become-a-seller {font-size: 16px;margin-top: 24px;}
.products.detail .simple-prod .right, .products.list .simple-prod .right {margin-left: 0;}
#search-quick-bar .view-type {margin: 15px 0 15px 0;justify-content: space-between;}
}

@media screen and (max-width: 540px) {
  header .links .maccount {margin-right: 10px;margin-left: 0;}

}

@media screen and (max-width: 420px) {
  header .links .publish.mini {margin-left:0;margin-right:10px;}
  .products.detail .simple-prod .premium-mark, .products.detail .simple-prod .img-wrap .bar .image-counter {right:8px;left:auto;}
  div[id^="anr_captcha_field_"] > div, div.g-recaptcha > div {transform-origin: right center;}
}

.header-search .picker .clean {left: 73px !important;right: auto !important;}
.category-content-1 a, .category-content-2 a, .category-content-3 a, .category-content-4 a, .category-content-5 a, .category-content-6 a, .category-content-7 a, .category-content-8 a, .category-content-9 a, .category-content-10 a, .category-content-11 a, .category-content-12 a, .category-content-13 a, .category-content-14 a {text-align:right !important;}
.category-content-13, .category-content-14 {left: 0;right: auto;}

.ytb-video-box, #plugin-details > div.ytb-video-box {float: right !important;}
.flw-one .flw-buttons a, .flw-subscribe, .flw-counts {padding: 3px 8px;}
.flw-item-buttons-wrap a {margin: 0 3px 0 0;}
select {background-position:left 10px center !important;}
/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;-ms-filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}