.osp-product.osp-is-offer a.osp-product-to-cart {
    height: auto;
    padding: 6px 8px 6px 30px;
    border-radius: 4px
}

.osp-product.osp-is-offer a.osp-product-to-cart svg {
    width: 16px;
    height: 16px;
    top: 5px;
    left: 5px;
}

/* 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: #ddd;
    color: #000;
    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;
    font-weight: 600;
    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: #444;
    margin-bottom: 1px;
}

.mo-two .mo-line-title > span {
    float: left;
    clear: both;
}

.mo-two .mo-line-title > span.mo-phone {
    color: #777;
}

.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: #000;
    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: #000;
    color: #fff;
}

.mo-two a.mo-respond-button.mo-respond-decline {
    background: #ccc;
    color: #333;
}

.mo-two a.mo-respond-button.mo-respond-decline:not(.disabled):hover {
    background: #aaa;
    color: #000;
}

.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 #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;
}

#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: #03a9f4;
    color: #fff;
    background-color: #03a9f4;
    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 #ccc;
    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: #000;
}

.mo-one .mo-about > strong {
    color: #000;
    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: #5bc0de;
}

.mo-one .mo-buttons div.mo-offer-status-1, .mo-line-status div.mo-offer-status-1 {
    background: #72C279;
}

.mo-one .mo-buttons div.mo-offer-status-2, .mo-line-status div.mo-offer-status-2 {
    background: #E08F95;
}

.mo-one .mo-buttons div.mo-offer-status-paid, .mo-line-status div.mo-offer-status-paid {
    background: #111;
}

.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: #333;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

.mo-button-box:not(.mo-loading):hover {
    background: #000;
    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 #ccc;
    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: 33px;
    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: #ccc;
}

/* 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: #03a9f4;
    line-height: 16px;
    border-radius: 3px;
}

.make-offer-link:hover {
    background: #079fe4;
}

.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;
}

.price a.make-offer-link {
    display: block;
    float: none;
    margin: 10px 0 15px 0;
}

#item-summary .make-offer-link, .simple-prod .make-offer-link {
    display: none!important;
}

.mo-button {
    cursor: pointer;
    text-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #03a9f4!important;
    box-shadow: none!important;
    background: #03a9f4!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 #ccc;
    border-radius: 0px;
    float: left;
    clear: both;
    margin: 0;
    height: 38px;
    padding: 8px;
    line-height: 18px;
    font-size: 14px;
    width: 100%;
    background: #fff;
    box-shadow: none;
    border-radius: 8px;
}

.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 {
    background: #ccc;
    color: #000;
    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;
    border-radius: 8px 0px 0px 8px;
}

.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: #8BC34A!important;
}

#mo-new {
    display: none;
    font-size: 13px;
}

#mo-new #quantity {
    width: 100%;
    text-align: center;
}

#mo-new #price {
    padding-left: 46px;
    margin: 0;
    border-radius: 8px;
}

#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;
    border-radius: 8px;
}

#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: #eedc94;
    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: #8BC34A;
}

.mo-status.mo-error i {
    color: #F44336;
}

.mo-status.mo-info {
    display: block;
}

.mo-status.mo-info i {
    color: #888;
}

.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;
}

/* 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;
}

/* DARK MODE */
html[mode="dark"] #moModal {
    background: var(--mb-color12, #363636);
}

html[mode="dark"] .mo-button-new.mo-button-counts {
    background: var(--mb-color12, #363636);
    border-color: var(--mb-color11, #464646);
    color: var(--mb-color2, #d6d6d6);
}

html[mode="dark"] .mo-button-new.mo-button-counts:hover {
    background: var(--mb-color11, #464646);
}

html[mode="dark"] .mo-button-new {
    color: #fff;
}

html[mode="dark"] .mo-button-box {
    background: var(--mb-color11, #464646);
}

html[mode="dark"] .mo-button-box:not(.mo-loading):hover {
    background: var(--mb-color10, #565656);
}

html[mode="dark"] #moModal, html[mode="dark"] .mo-show {
    background: var(--mb-color13, #262626);
}

html[mode="dark"] .mo-head {
    background: var(--mb-color13, #262626);
    color: var(--mb-color2, #e6e6e6);
    border-color: var(--mb-color10, #565656);
}

html[mode="dark"] .mo-button-box {
    background: var(--mb-color9, #666666);
}

html[mode="dark"] .mo-show input[type="text"], html[mode="dark"] .mo-show select, html[mode="dark"] .mo-show textarea, html[mode="dark"] .mo-two input[type="text"], html[mode="dark"] .mo-show .mo-input-wrap > span {
    background: var(--mb-color9, #666666);
    color: var(--mb-color5, #a6a6a6);
}

html[mode="dark"] #mo-new .mo-back, html[mode="dark"] #mo-new .mo-del span {
    border-color: var(--mb-color10, #565656);
}

html[mode="dark"] .mo-show label, html[mode="dark"] #moModal .modal-close {
    color: var(--mb-color2, #d6d6d6);
}

html[mode="dark"] .mo-show .mo-status .mo-row {
    color: var(--mb-color4, #c6c6c6);
}

html[mode="dark"] .mo-one .mo-about>strong {
    color: var(--mb-color1, #f6f6f6);
}

html[mode="dark"] .mo-one .mo-about>span {
    color: var(--mb-color4, #c6c6c6);
}

html[mode="dark"] .mo-two {
    color: var(--mb-color2, #e6e6e6);
}

html[mode="dark"] .mo-two .mo-line-title {
    color: var(--mb-color4, #c6c6c6);
}

html[mode="dark"] .mo-two .mo-line-sub {
    color: var(--mb-color1, #f6f6f6);
}

html[mode="dark"] .mo-item-top {
    background: var(--mb-color11, #464646);
    color: var(--mb-color1, #f6f6f6);
}

html[mode="dark"] .mo-item-top .mo-item-showhide {
    color: var(--mb-color6, #969696);
}

html[mode="dark"] {
}
